/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li {
  margin: 0;
}
.action-primary {
  background-image: none;
  background: #00adef;
  border: 1px solid #00adef;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #00adef;
  border: 1px solid #00adef;
  color: #ffffff;
}
.action-primary:hover {
  background: #00adef;
  border: 1px solid #00adef;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-action-link-button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #777777;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  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-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.abs-add-fields .action.remove {
  line-height: 1.4;
  padding: 0;
  color: #00adef;
  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: #00adef;
  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: #00adef;
  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: #00adef;
  text-decoration: underline;
}
.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: #00adef;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.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-button-l {
  line-height: 1;
  padding: 0 17px;
}
.abs-product-options-list dt {
  float: left;
  clear: left;
  margin: 0 9px 4.5px 0;
}
.abs-product-options-list dt:after {
  content: ': ';
}
.abs-product-options-list dd {
  float: left;
  display: inline-block;
  margin: 0 0 4.5px;
}
.abs-button-responsive {
  width: 100%;
}
.abs-reset-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.abs-login-block-title {
  margin-bottom: 15px;
  font-size: 1.8rem;
}
.abs-login-block-title strong {
  font-weight: 400;
}
.abs-dropdown-simple {
  display: inline-block;
  position: relative;
}
.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;
  -moz-osx-font-smoothing: grayscale;
  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;
  -moz-osx-font-smoothing: grayscale;
  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;
  position: absolute;
  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;
}
.abs-dropdown-simple ul.items {
  padding: 6px 0;
}
.abs-input-qty {
  width: 54px;
  text-align: center;
}
.abs-margin-for-blocks-and-widgets {
  margin-bottom: 36px;
}
.abs-remove-button-for-blocks {
  display: inline-block;
  text-decoration: none;
}
.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;
  -moz-osx-font-smoothing: grayscale;
  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 {
  font-weight: 400;
}
.abs-product-link > a {
  color: #777777;
  text-decoration: none;
}
.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 {
  color: #00adef;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #00adef;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #00adef;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #00adef;
  text-decoration: underline;
}
.abs-reset-left-margin {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.abs-add-fields .fieldset .field .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 27px;
}
.abs-add-fields .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .additional {
  margin-top: 55px;
  position: relative;
}
.abs-add-fields .message.notice {
  margin: 27px 0 0;
}
.abs-hidden {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.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-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.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;
  -moz-osx-font-smoothing: grayscale;
  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;
  -moz-osx-font-smoothing: grayscale;
  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;
  position: absolute;
  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;
}
.abs-methods-shipping-title {
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.abs-actions-addto {
  color: #999999;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05em;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #999999;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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-actions-addto:hover {
  text-decoration: none;
}
.abs-actions-addto:before {
  display: block;
}
.abs-box-tocart {
  margin: 0 0 27px;
}
.abs-toggling-title,
.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-toggling-title:after,
.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;
  -moz-osx-font-smoothing: grayscale;
  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-cart-block,
.abs-discount-block .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  color: #858585;
}
.abs-cart-block .content,
.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-cart-block.active .content,
.abs-discount-block .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price {
  font-size: 1.4rem;
  font-weight: 400;
}
.abs-checkout-product-name {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-block-line-height {
  line-height: 24px;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax {
  color: #444444;
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price {
  font-weight: 400;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax {
  display: inline-block;
  font-size: 1.4rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after {
  content: ")";
}
.abs-tax-total {
  cursor: pointer;
  position: relative;
  padding-right: 9px;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after {
  content: '\f804';
}
.abs-forms-margin-small {
  margin-bottom: 18px;
}
.abs-rating-summary .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label {
  display: table-cell;
  vertical-align: top;
  padding-top: 1px;
  padding-right: 22.5px;
  padding-bottom: 4.5px;
}
.abs-rating-summary .rating-result {
  vertical-align: top;
  display: table-cell;
}
.abs-account-actions:after {
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 9px;
  border-left: 1px solid #eaeaea;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after {
  display: none;
}
.abs-account-blocks .block-title > .action {
  float: right;
  font-size: 13px;
  line-height: 19px;
}
.abs-account-blocks .box-title {
  display: block;
}
.abs-account-blocks .box-title > .action {
  font-weight: 400;
  margin-left: 9px;
}
.abs-colon:after {
  content: ": ";
}
.abs-icon-add,
.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;
  -moz-osx-font-smoothing: grayscale;
  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-dropdown-items-new .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before {
  margin-left: -17px;
  margin-right: 4.5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption {
  display: none;
}
.abs-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  padding: 0 9px;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .page-main .page-title-wrapper .page-title {
  color: #00adef;
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 400;
}
.abs-title-orders .page-main .page-title-wrapper .order-date {
  font-size: 13px;
  margin-bottom: 9px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-table-striped {
  border: 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-block-items-counter {
  color: #c1c1c1;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-block-widget-title {
  margin: 0 0 18px;
}
.abs-block-widget-title strong {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.abs-shopping-cart-items {
  margin-bottom: 18px;
}
.abs-shopping-cart-items .actions.main .continue,
.abs-shopping-cart-items .actions.main .clear {
  display: none;
}
.abs-field-date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input {
  margin-right: 9px;
  width: calc(100% - (23px + 9px));
}
.abs-field-tooltip {
  position: relative;
}
.abs-field-tooltip input {
  margin-right: 9px;
  width: calc(100% - (21px + 9px + 4.5px));
}
.abs-checkout-tooltip-content-position-top {
  right: -9px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 9px;
  left: auto;
  top: 0%;
}
.abs-checkout-tooltip-content-position-top:before {
  border-bottom-color: #dddddd;
}
.abs-checkout-tooltip-content-position-top:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title {
  padding-bottom: 9px;
  color: #777777;
  font-weight: 300;
  font-size: 2.2rem;
}
.abs-sidebar-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  color: #000;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td {
  padding: 11px 0;
}
.abs-sidebar-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark {
  border-top: 1px solid #cccccc;
  font-size: 1.8rem;
  padding-right: 9px;
}
.abs-sidebar-totals .grand .amount {
  border-top: 1px solid #cccccc;
  font-size: 1.8rem;
}
.abs-sidebar-totals .msrp {
  margin-bottom: 9px;
}
.abs-sidebar-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-right: 18px;
  display: inline-block;
  text-decoration: none;
}
.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;
  -moz-osx-font-smoothing: grayscale;
  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 .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\f804';
}
.abs-sidebar-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #cccccc;
}
.abs-sidebar-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field {
  display: table-cell;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/**
 * Aldesign
 *
 * Do not edit or add to this file if you wish to upgrade to newer versions in the future.
 * If you wish to customize this module for your needs.
 *
 * @category   Aldesign
 * @package    Aureatelabs_Aldesign
 * @license    http://www.gnu.org/licenses/gpl-3.0.html
 */
.order-comment {
  border-top: 1px solid #E9E9E9;
  padding: 15px 0;
}
.order-comment-header-title {
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.order-comment-header:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 14px;
  color: #111110;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
}
.order-comment-header._active:after {
  content: "\f106";
}
.order-comment-body {
  margin-top: 10px;
  display: block;
}
.order-comment-body .customer-note {
  background: #f9f9fb;
  resize: none;
}
/**
 * InvoicePayment
 *
 * Do not edit or add to this file if you wish to upgrade to newer versions in the future.
 * If you wish to customize this module for your needs.
 *
 * @category   InvoicePayment
 * @package    Aureatelabs_InvoicePayment
 * @license    http://www.gnu.org/licenses/gpl-3.0.html
 */
.payment-method-content-school-roll-number {
  margin-bottom: 5px;
}
.payment-method-content-school-roll-number .school_rollno {
  margin-bottom: 5px;
}
.payment-method-content-school-notice {
  margin-bottom: 10px;
}
.checkout-cart-index .counter-message-wrapper {
  display: flex;
  width: 69.72%;
  background: yellow;
  align-items: center;
  padding: 10px 15px;
  justify-content: center;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .checkout-cart-index .counter-message-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .counter-message-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.checkout-cart-index .counter-message-wrapper p {
  margin: 0;
}
.checkout-cart-index .counter-message-wrapper .hasCountdown {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #770928;
  font-weight: 500;
  font-size: 9px;
  display: flex;
  padding: 2px 5px;
  align-items: center;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .checkout-cart-index .counter-message-wrapper .hasCountdown {
    margin-top: 10px;
  }
}
.checkout-cart-index .counter-message-wrapper .hasCountdown .countdown_section {
  margin-right: 4px;
}
.checkout-cart-index .counter-message-wrapper .hasCountdown .countdown_section .countdown_amount {
  font-size: 18px;
}
/**
 * Sms
 *
 * Do not edit or add to this file if you wish to upgrade to newer versions in the future.
 * If you wish to customize this module for your needs.
 *
 * @category   Sms
 * @package    Aureatelabs_Sms
 * @license    http://www.gnu.org/licenses/gpl-3.0.html
 */
.sms-number .label {
  margin: 0 0 8px;
  display: block;
}
.sms-number .sms-number-element {
  display: flex;
}
.sms-number .sms-number-element select {
  width: 25%;
  margin-right: 15px;
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   Ananth
 * @package    Ananth_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.g-recaptcha-payment {
  clear: both;
  margin: 15px 0 40px 0;
}
/**
 * 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_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
/**
 * 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) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.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: 20px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@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 h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.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: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}
.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 li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.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;
}
.fa.fa-angle-right {
  font-size: larger;
}
.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-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.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;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
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;
}
.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;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.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-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* 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;
}
.share-col-right {
  display: inline-block;
  width: 50%;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}
.post-list-content .limiter {
  display: block !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
@media all and (min-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 48%;
  }
}
@media all and (max-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 98%;
  }
}
/* 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_Search
 * @copyright   Copyright (c) 2017 Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.autocomplete-suggestions {
  border: 1px solid #bbb;
  background: #fff;
  cursor: default;
  border-top: none;
  overflow: auto;
  max-height: 10000px;
}
.autocomplete-suggestion {
  cursor: pointer;
  overflow: hidden;
  padding: 10px 5px 10px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
  display: block;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.search-category,
#mpsearch-category {
  height: 100%;
}
.autocomplete-selected {
  background: #eef3d6;
}
input#searchauto {
  border: 1px solid #bbb;
  border-radius: 2px;
  width: 375px;
}
.suggestion-left {
  float: left;
  width: 15%;
  padding: auto;
}
.suggestion-right {
  width: 82%;
  padding-left: 10px;
  text-align: left;
  color: black;
  float: left;
}
.product-name {
  font-size: 14px;
  color: #3399cc;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-price {
  font-size: 12px;
}
.product-des {
  font-size: 12px;
}
.product-des p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-line {
  margin-bottom: 5px;
}
ul#ui-id-1 {
  background: #fff;
  width: 373px;
  font-family: inherit;
  padding: 0px;
  border-bottom: none;
}
p.short-des {
  margin: 0px;
  font-size: 0.9em;
  color: #aaa;
}
#view_all {
  text-align: center;
  background: #eff4f7;
  cursor: pointer;
}
/**
  * Copyright © Magmodules.eu. All rights reserved.
  * See COPYING.txt for license details.
  */
/**
  * Copyright © Magmodules.eu. All rights reserved.
  * See COPYING.txt for license details.
  */
@font-face {
  font-family: 'googlereviews-icons';
  src: url('../Magmodules_GoogleReviewsSR/fonts/googlereviews-icons/googlereviews-icons.woff2') format('woff2'), url('../Magmodules_GoogleReviewsSR/fonts/googlereviews-icons/googlereviews-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
[class^="googlereviews-"]:before,
[class*=" googlereviews-"]:before {
  font-family: 'googlereviews-icons';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 2.5rem;
  margin-right: 0.5rem;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 2.5rem;
  margin-left: 0.5rem;
}
.googlereviews-icon__volume-control:before {
  content: '\e800';
}
.googlereviews-icon__x-mark:before {
  content: '\e801';
}
.googlereviews-icon__quote-left:before {
  content: '\e802';
}
.googlereviews-icon__quote-right:before {
  content: '\e803';
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
:root {
  --star-filled: #ffad0f;
  --star-empty: #d1d5db;
  --link-color: #3b82f6;
  --link-hover-color: #1d4ed8;
  --border-color: #e5e7eb;
  --widget-background: #fff;
  --widget-background-light: #f9f9f9;
  --star5: #8fdaa0;
  --star4: #c1e98f;
  --star3: #f1d86d;
  --star2: #f2ba63;
  --star1: #e2805d;
  --dot-active-color: #000000;
  --overlay-background: rgba(0, 0, 0, 0.4);
  --box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --border-radius: 12px;
}
@media (min-width: 992px) {
  .sw-megamenu.navigation > ul {
    position: relative;
  }
  .sw-megamenu.navigation > ul:after {
    display: 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: 0;
    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-label1::before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2::before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3::before {
    border-left-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: -10px;
    right: 14px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -4px;
  }
  .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: 15px 10px 0;
  }
  .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: 0;
  }
  .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 .submenu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sw-megamenu.navigation li.level0.parent > .submenu.popup-left {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 10px;
    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: inherit;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .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 a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 0;
    text-transform: uppercase;
    color: #696969;
  }
  .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,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block {
    padding-left: 0;
    padding-right: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.classic .submenu {
    padding: 5px 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 15px;
    text-transform: uppercase;
  }
  .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: 5px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 6;
  }
  .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: 0;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a > span {
    margin-right: auto;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .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 li.level0 > em,
  .sw-megamenu.navigation li.level0 i {
    color: inherit;
    margin-right: .5rem;
  }
  .sw-megamenu.navigation.side-megamenu {
    padding: 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;
    margin-top: 1px;
    float: none !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
    margin-right: -2px;
    line-height: inherit;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e819';
    margin-left: -2px;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e819';
  }
  .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;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
    padding: 5px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu .subchildmenu .subchildmenu {
    padding: 5px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 1024px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a {
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    margin-left: 16px;
    margin-right: 18px;
    padding: 14px 12px 14px 5px;
    color: inherit;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    flex: 1;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    order: 2;
    text-align: right;
  }
  .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 {
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px;
  }
  .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 > a > em,
  .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    color: inherit;
    margin-right: .5rem;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    margin-left: .5rem;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child {
    margin-top: 0;
  }
  .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: inherit;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    content: '';
    position: absolute;
    border-right: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -12px;
    top: 11.5px;
    z-index: 112;
    width: auto;
    height: auto;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    border-left: 12px solid #fff;
    border-right: none;
    right: -12px;
    left: auto;
  }
  .sw-megamenu.navigation.side-megamenu li.active {
    background-color: #08c;
    color: #fff;
  }
  .sw-megamenu.navigation.side-megamenu li.active + .level0 > a {
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .sw-megamenu.navigation.side-megamenu {
    display: none;
  }
  .sw-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .sw-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
    float: none !important;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    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;
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media (max-width: 991px) {
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: 2px;
  }
  .navigation .parent .level-top:after {
    font-size: 2.2rem;
    right: 10px;
    top: 13px;
  }
  header.page-header.sticky-header .header-main {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    z-index: 9;
  }
}
@media (max-width: 991px) {
  .nav-sections .customer-welcome,
  .nav-sections .customer-welcome + .authorization-link {
    display: none;
  }
}
@media (min-width: 992px) {
  html,
  body {
    min-height: 100%;
  }
  .ie9 body {
    background-color: #8f8f8f;
  }
  .customer-menu .header.links a {
    color: #777 !important;
  }
  .sticky-logo {
    float: left;
    margin-top: 13px;
    margin-right: 20px;
  }
  .sticky-logo .logo {
    margin: 0 !important;
  }
  .sticky-logo .logo img {
    height: 35px;
    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: 0;
    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 10px;
  }
  header.page-header.sticky-header .navigation > ul {
    background-color: transparent;
  }
  header.page-header.sticky-header .navigation li.level0 > a > span.cat-label {
    top: -9px;
  }
  header.page-header.sticky-header .minicart-wrapper {
    position: absolute;
    right: 10px;
    top: 20%;
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .header.panel {
    padding: 0;
  }
  .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: 5px;
    line-height: 42px;
  }
  .page-header .navigation .level0 .submenu {
    padding: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
  .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: 0;
    line-height: 15px;
    float: right;
  }
  .page-header .navigation .level0 .submenu .active > a {
    border: 0;
  }
  .page-header .drop-menu {
    position: relative;
  }
  .page-header .drop-menu .nav-sections {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    visibility: hidden;
    opacity: 0;
  }
  .page-header .drop-menu .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .page-header .drop-menu > a {
    display: block;
    font-size: 14px;
    letter-spacing: -.01em;
    font-weight: 700;
    background: #222529;
    color: #fff;
    line-height: 20px;
    padding: 15px 15px 15px 20px;
  }
  .page-header .drop-menu > a:hover {
    background-color: #555;
  }
  .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;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 18px;
  }
  .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;
  }
  .header.panel > .header.links > li > a,
  .header.panel > .header.links > li > span {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }
  .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;
  }
  .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%;
  }
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart,
.weltpixel_quickview-catalog_product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add,
.weltpixel_quickview-catalog_product-view .reviews-actions .add {
  display: none;
}
.weltpixel-quickview-catalog-product-view .main-product-detail,
.weltpixel_quickview-catalog_product-view .main-product-detail {
  padding: 0;
}
.weltpixel-quickview-catalog-product-view .page-main,
.weltpixel_quickview-catalog_product-view .page-main {
  padding: 25px !important;
  background: #fff;
}
.weltpixel-quickview-catalog-product-view .sidebar,
.weltpixel_quickview-catalog_product-view .sidebar {
  display: none;
}
.weltpixel-quickview-catalog-product-view .page-main,
.weltpixel_quickview-catalog_product-view .page-main {
  max-width: 100% !important;
}
.weltpixel-quickview-catalog-product-view .page-main .columns,
.weltpixel_quickview-catalog_product-view .page-main .columns {
  padding: 0 !important;
}
.weltpixel-quickview-catalog-product-view .page-wrapper,
.weltpixel_quickview-catalog_product-view .page-wrapper {
  max-width: 100% !important;
  padding: 0 !important;
  min-height: auto;
}
.weltpixel-quickview-catalog-product-view .column.main,
.weltpixel_quickview-catalog_product-view .column.main {
  width: 100%;
  padding: 0;
}
.box-gotoproduct #product-gotoproduct-button {
  background: none;
  color: #222529;
  border: none;
  height: auto;
  margin-top: 10px;
  display: inline-block;
  min-width: auto;
  padding: 0;
}
.product-item .weltpixel-quickview {
  display: none;
}
.products-grid .product-item .product-item-info {
  position: relative;
}
.bundle-qty-box-container {
  margin-bottom: 10px;
}
.bundle-qty-box-container label {
  font-weight: normal;
  line-height: 34px;
  float: left;
  text-align: right;
  padding-right: 5px;
  width: 45%;
}
.bundle-qty-box-container .qty-box {
  margin-right: 0 !important;
}
@media all and (min-width: 993px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: left;
    margin: 0 9px 4.5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .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-blocks-2columns:nth-child(1),
  .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-blocks-2columns:nth-child(2),
  .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-blocks-2columns:nth-child(2) + *,
  .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 {
    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 {
    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-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .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;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .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;
    -moz-osx-font-smoothing: grayscale;
    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-action-print:hover {
    text-decoration: underline;
  }
  .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;
  }
  .abs-discount-block-desktop .block > .title:after,
  .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: 1140px;
    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 li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 9px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 46px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .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.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 0 solid #00adef;
    box-shadow: 0 4.5px 4.5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    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: #00adef;
    color: #00adef;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .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: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\f801';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    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;
    text-decoration: none;
  }
  .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: #00adef;
    color: #00adef;
  }
  .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;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .sidebar-main .amfinder-toggle {
    padding: 0;
  }
  .sidebar-main .amfinder-toggle .amfinder-select {
    padding: 0 15px 0 5px;
  }
  .sidebar-main .amfinder-toggle .amfinder-select-wrapper:after,
  .sidebar-main .amfinder-toggle .amfinder-dropdown:after {
    background-size: 10px;
    width: 20px;
  }
  .sidebar-main .amfinder-toggle .amfinder-dropdown {
    padding: 0 15px 0 5px;
    word-break: break-all;
  }
  .sidebar-main .amfinder-toggle .amfinder-details {
    margin: 5px 0 0;
    width: 100%;
    min-width: 170px;
  }
  .sidebar-main .amfinder-toggle .amfinder-buttons > .button {
    width: 48%;
    padding: 8px;
  }
  .sidebar-main .amfinder-horizontal .am-item {
    min-width: 100%;
  }
  .mp-sidebar .data.item.title {
    width: 50% !important;
    margin: 0 !important;
  }
  .mp-sidebar .data.item.title .data.switch {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mp-sidebar .data.item.title .data.switch div {
    width: fit-content;
    margin: auto;
  }
  .mp-sidebar #tab-label-popular .data.switch {
    border-right: 0 !important;
  }
  #search_mini_form {
    width: 374px;
    float: right;
  }
  .googlereviews-widget-list:not(.slick-initialized) .googlereviews-widget-item {
    min-width: 32%;
  }
  [data-element*="google-floating-widget"].no-mobile {
    display: inline-flex;
  }
  [data-element*="google-overview-widget"] {
    grid-template-columns: 300px 1fr;
    overflow-x: clip;
  }
  [data-element*="google-overview-widget"] .sidebar {
    position: sticky;
    top: 20px;
  }
  [data-element*="google-overview-widget"] [data-element="summary"] header img {
    max-width: 116px;
  }
  [data-element*="google-overview-widget"] [data-element="rating-filter"] > div {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
  [data-element*="google-overview-widget"] [data-element="rating-filter"] [data-filter="clear"] {
    justify-content: center;
  }
  [data-element*="google-overview-widget"] {
    grid-template-columns: 380px 1fr;
  }
  [data-element*="google-overview-widget"] [data-element="summary"] header img {
    max-width: 138px;
  }
  [data-element*="google-overview-widget"] [data-element="box-sorting"] {
    justify-content: flex-end;
  }
  [data-element*="google-overview-widget"] [data-element="box-sorting"] .text {
    display: inline-block;
  }
  [data-element*="google-overview-widget"] [data-element="box-sorting"] .button {
    padding: 6px 28px;
  }
  #googlereviews-reviews .open-filters i {
    font-size: 2rem;
  }
  .modal-filters_container .modal-inner-wrap {
    max-width: 840px;
  }
  .modal-filters_container .modal-inner-wrap .modal-inner-wrap,
  .modal-filters_container .modal-inner-wrap .modal-header {
    border-radius: 0.5rem;
  }
  .filters-container label {
    max-width: 20%;
  }
  .filters-container label:first-child {
    max-width: 15rem;
  }
  .account-filters img + span {
    display: none;
  }
  .account-title,
  .account-title_brand,
  .account-title_description-text,
  .account-title_description-reviews {
    display: flex;
  }
  .reviews-header {
    margin-bottom: 3rem;
  }
  .brand-logo {
    align-items: center;
  }
  .account-title {
    margin-bottom: 2rem;
  }
  .account-title_brand .rating-summary,
  .account-title_brand-reviews {
    display: none;
  }
  .account-title_description {
    justify-content: space-between;
    padding: 1.6rem 2rem;
    width: 70%;
  }
  .account-title_description-text {
    flex-direction: column;
  }
  .account-title_description-text > b {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .account-title_description-text > span {
    font-size: 1.3rem;
  }
  .account-title_description-reviews {
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 18rem;
  }
  .account-title_description-reviews > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0.8rem;
  }
  .account-title_description-reviews b {
    white-space: nowrap;
  }
  .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 .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
  }
  .bundle-options-container .block-bundle-summary {
    padding: 0 15px;
    float: right;
    width: 49%;
    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: 1.5rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #222529;
  }
  .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%;
  }
  .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;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: #00adef;
    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 {
    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;
  }
  .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;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #00adef;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #777777;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .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-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .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-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;
  }
  .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 #00adef;
  }
  .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: 992px;
    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;
  }
  .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 {
    max-width: 83.333%;
    margin: 0 auto;
  }
  .form.create.account > .fieldset {
    width: 50%;
    padding: 0 25px;
    float: left;
  }
  .form.create.account .actions-toolbar {
    clear: both;
    padding: 0 25px;
    max-width: 50%;
  }
  .form.create.account .actions-toolbar > .primary {
    margin-bottom: 1.5rem;
  }
  .form.create.account .actions-toolbar > .primary,
  .form.create.account .actions-toolbar > .secondary {
    display: block;
    float: none;
    text-align: left;
  }
  .form.create.account .actions-toolbar > .primary .action,
  .form.create.account .actions-toolbar > .secondary .action {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    height: auto;
    font-size: 1rem;
    background: #222529;
    border: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .form.forget {
    max-width: 50%;
    margin: 0 auto;
  }
  .account.page-layout-2columns-left .sidebar-main {
    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;
    -moz-osx-font-smoothing: grayscale;
    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;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #00adef;
    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: #00adef;
  }
  .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;
  }
  .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%;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .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;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .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: 992px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: left;
    margin: 0 9px 4.5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .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-blocks-2columns:nth-child(1),
  .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-blocks-2columns:nth-child(2),
  .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-blocks-2columns:nth-child(2) + *,
  .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 {
    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 {
    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-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .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;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .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;
    -moz-osx-font-smoothing: grayscale;
    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-action-print:hover {
    text-decoration: underline;
  }
  .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;
  }
  .abs-discount-block-desktop .block > .title:after,
  .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: 1140px;
    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 li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 9px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 46px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .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.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 0 solid #00adef;
    box-shadow: 0 4.5px 4.5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    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: #00adef;
    color: #00adef;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .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: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\f801';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    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;
    text-decoration: none;
  }
  .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: #00adef;
    color: #00adef;
  }
  .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;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .sidebar-main .amfinder-toggle {
    padding: 0;
  }
  .sidebar-main .amfinder-toggle .amfinder-select {
    padding: 0 15px 0 5px;
  }
  .sidebar-main .amfinder-toggle .amfinder-select-wrapper:after,
  .sidebar-main .amfinder-toggle .amfinder-dropdown:after {
    background-size: 10px;
    width: 20px;
  }
  .sidebar-main .amfinder-toggle .amfinder-dropdown {
    padding: 0 15px 0 5px;
    word-break: break-all;
  }
  .sidebar-main .amfinder-toggle .amfinder-details {
    margin: 5px 0 0;
    width: 100%;
    min-width: 170px;
  }
  .sidebar-main .amfinder-toggle .amfinder-buttons > .button {
    width: 48%;
    padding: 8px;
  }
  .sidebar-main .amfinder-horizontal .am-item {
    min-width: 100%;
  }
  .mp-sidebar .data.item.title {
    width: 50% !important;
    margin: 0 !important;
  }
  .mp-sidebar .data.item.title .data.switch {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mp-sidebar .data.item.title .data.switch div {
    width: fit-content;
    margin: auto;
  }
  .mp-sidebar #tab-label-popular .data.switch {
    border-right: 0 !important;
  }
  #search_mini_form {
    width: 374px;
    float: right;
  }
  .googlereviews-widget-list:not(.slick-initialized) .googlereviews-widget-item {
    min-width: 32%;
  }
  [data-element*="google-floating-widget"].no-mobile {
    display: inline-flex;
  }
  [data-element*="google-overview-widget"] {
    grid-template-columns: 300px 1fr;
    overflow-x: clip;
  }
  [data-element*="google-overview-widget"] .sidebar {
    position: sticky;
    top: 20px;
  }
  [data-element*="google-overview-widget"] [data-element="summary"] header img {
    max-width: 116px;
  }
  [data-element*="google-overview-widget"] [data-element="rating-filter"] > div {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
  [data-element*="google-overview-widget"] [data-element="rating-filter"] [data-filter="clear"] {
    justify-content: center;
  }
  [data-element*="google-overview-widget"] {
    grid-template-columns: 380px 1fr;
  }
  [data-element*="google-overview-widget"] [data-element="summary"] header img {
    max-width: 138px;
  }
  [data-element*="google-overview-widget"] [data-element="box-sorting"] {
    justify-content: flex-end;
  }
  [data-element*="google-overview-widget"] [data-element="box-sorting"] .text {
    display: inline-block;
  }
  [data-element*="google-overview-widget"] [data-element="box-sorting"] .button {
    padding: 6px 28px;
  }
  #googlereviews-reviews .open-filters i {
    font-size: 2rem;
  }
  .modal-filters_container .modal-inner-wrap {
    max-width: 840px;
  }
  .modal-filters_container .modal-inner-wrap .modal-inner-wrap,
  .modal-filters_container .modal-inner-wrap .modal-header {
    border-radius: 0.5rem;
  }
  .filters-container label {
    max-width: 20%;
  }
  .filters-container label:first-child {
    max-width: 15rem;
  }
  .account-filters img + span {
    display: none;
  }
  .account-title,
  .account-title_brand,
  .account-title_description-text,
  .account-title_description-reviews {
    display: flex;
  }
  .reviews-header {
    margin-bottom: 3rem;
  }
  .brand-logo {
    align-items: center;
  }
  .account-title {
    margin-bottom: 2rem;
  }
  .account-title_brand .rating-summary,
  .account-title_brand-reviews {
    display: none;
  }
  .account-title_description {
    justify-content: space-between;
    padding: 1.6rem 2rem;
    width: 70%;
  }
  .account-title_description-text {
    flex-direction: column;
  }
  .account-title_description-text > b {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .account-title_description-text > span {
    font-size: 1.3rem;
  }
  .account-title_description-reviews {
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 18rem;
  }
  .account-title_description-reviews > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0.8rem;
  }
  .account-title_description-reviews b {
    white-space: nowrap;
  }
  .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 .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
  }
  .bundle-options-container .block-bundle-summary {
    padding: 0 15px;
    float: right;
    width: 49%;
    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: 1.5rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #222529;
  }
  .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%;
  }
  .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;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: #00adef;
    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 {
    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;
  }
  .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;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #00adef;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #777777;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .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-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .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-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;
  }
  .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 #00adef;
  }
  .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: 992px;
    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;
  }
  .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 {
    max-width: 83.333%;
    margin: 0 auto;
  }
  .form.create.account > .fieldset {
    width: 50%;
    padding: 0 25px;
    float: left;
  }
  .form.create.account .actions-toolbar {
    clear: both;
    padding: 0 25px;
    max-width: 50%;
  }
  .form.create.account .actions-toolbar > .primary {
    margin-bottom: 1.5rem;
  }
  .form.create.account .actions-toolbar > .primary,
  .form.create.account .actions-toolbar > .secondary {
    display: block;
    float: none;
    text-align: left;
  }
  .form.create.account .actions-toolbar > .primary .action,
  .form.create.account .actions-toolbar > .secondary .action {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    height: auto;
    font-size: 1rem;
    background: #222529;
    border: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .form.forget {
    max-width: 50%;
    margin: 0 auto;
  }
  .account.page-layout-2columns-left .sidebar-main {
    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;
    -moz-osx-font-smoothing: grayscale;
    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;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #00adef;
    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: #00adef;
  }
  .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;
  }
  .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%;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .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;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .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 {
  .googlereviews-widget-list:not(.slick-initialized) .googlereviews-widget-item {
    min-width: 15.5%;
  }
  .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;
  }
}
/*Declare variable*/
.form.form-edit-account .fieldset > .field > .label,
.form-address-edit .fieldset > .field > .label {
  color: #000000;
}
.form.form-edit-account input[type=checkbox],
.form-address-edit input[type=checkbox],
.form.form-edit-account input[type=radio],
.form-address-edit input[type=radio] {
  display: inline-block;
}
.checkout-index-index .checkout-billing-address {
  margin-bottom: 15px;
}
.checkout-index-index .actions-toolbar-trigger .primary.button {
  height: 48px !important;
  font-size: 16px !important;
  font-weight: bold !important;
}
.account.page-layout-2columns-left .sidebar.sidebar-main {
  padding-right: 8px;
  box-sizing: border-box;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  line-height: initial;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li:last-child {
  margin-bottom: 0;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .guarantee_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #3FB68D;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .grade_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #DD5A76;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .hc_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #29A1C8;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .sc_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #94519F;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content,
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .grade_blogs_content,
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .happy_blogs_content {
  display: inline-block;
  vertical-align: middle;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content h5,
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .grade_blogs_content h5,
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .happy_blogs_content h5 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content p,
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .grade_blogs_content p,
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .happy_blogs_content p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.account.page-layout-2columns-left .sidebar.sidebar-additional {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
}
.account.page-layout-2columns-left .sidebar.sidebar-additional .bottom-banner {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.account.page-layout-2columns-left .sidebar.sidebar-additional .bottom-banner a {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.account.page-layout-2columns-left .sidebar.sidebar-additional .bottom-banner a img {
  width: 100%;
  height: auto;
}
footer.page-footer .footer-bottom .social-icon {
  float: right;
  text-align: right;
}
footer.page-footer .footer-bottom .social-icon .social_items {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 6px 0;
  list-style: none;
}
footer.page-footer .footer-bottom .social-icon .social_items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-right: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
}
footer.page-footer .footer-bottom .social-icon .social_items li:last-child {
  margin-right: 0;
}
footer.page-footer .footer-bottom .social-icon .social_items li a {
  display: inline-block;
  text-decoration: none;
  /*color: #fff;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
}
footer.page-footer .footer-bottom .social-icon .social_items li a:before {
  vertical-align: middle;
}
footer.page-footer .footer-bottom .social-icon .social_items li a:hover:before {
  vertical-align: middle;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.facebook-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/facebook.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.facebook-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/facebook_hover.svg") no-repeat;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.twitter-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/twitter.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.twitter-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/twitter_hover.svg") no-repeat;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.pinterest-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/pin.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.pinterest-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/pin_hover.svg") no-repeat;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.linkedin-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/linkedin.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.linkedin-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/linkedin_hover.svg") no-repeat;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.youtube-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/youtube.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.youtube-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/youtube_hover.svg") no-repeat;
}
footer.page-footer .footer-bottom .social-icon .social_items li a i,
footer.page-footer .footer-bottom .social-icon .social_items li a em {
  display: none;
  margin: 0;
  padding: 0 0 0 4px;
  line-height: 28px;
  font-size: 20px;
}
/*Blog page & Blog detail page*/
.aw_blog-index-index .column.main,
.aw_blog-post-view .column.main {
  width: 72.54%;
  padding-bottom: 0;
}
@media only screen and (max-width: 1250px) {
  .aw_blog-index-index .column.main,
  .aw_blog-post-view .column.main {
    width: 100%;
  }
}
.aw_blog-index-index .page-wrapper .breadcrumbs,
.aw_blog-post-view .page-wrapper .breadcrumbs {
  max-width: 1250px !important;
}
.aw_blog-index-index .page-wrapper .page-main,
.aw_blog-post-view .page-wrapper .page-main {
  max-width: 1250px;
}
.aw_blog-index-index .blog-posts .blog-posts-post,
.aw_blog-post-view .blog-posts .blog-posts-post {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-posts .blog-posts-post,
  .aw_blog-post-view .blog-posts .blog-posts-post {
    margin-bottom: 15px;
  }
}
.aw_blog-index-index .blog-posts .blog-posts-post:last-child,
.aw_blog-post-view .blog-posts .blog-posts-post:last-child {
  margin-bottom: 10px;
}
.aw_blog-index-index header.blog-post-header,
.aw_blog-post-view header.blog-post-header {
  background-color: #F9F9FA;
  padding: 20px 30px;
  border: 1px solid #E9E9E9;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index header.blog-post-header,
  .aw_blog-post-view header.blog-post-header {
    padding: 15px;
  }
}
.aw_blog-index-index header.blog-post-header .blog-post-title,
.aw_blog-post-view header.blog-post-header .blog-post-title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 27px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #002E5E;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index header.blog-post-header .blog-post-title,
  .aw_blog-post-view header.blog-post-header .blog-post-title {
    font-size: 14px;
    line-height: 19px;
  }
}
.aw_blog-index-index header.blog-post-header .blog-post-title a,
.aw_blog-post-view header.blog-post-header .blog-post-title a {
  color: #002E5E;
  text-decoration: none;
}
.aw_blog-index-index header.blog-post-header .blog-post-title a:hover,
.aw_blog-post-view header.blog-post-header .blog-post-title a:hover {
  color: #00AEEF;
  text-decoration: none;
}
.aw_blog-index-index header.blog-post-header ul.blog-post-info,
.aw_blog-post-view header.blog-post-header ul.blog-post-info {
  margin-bottom: 0;
}
.aw_blog-index-index header.blog-post-header ul.blog-post-info li,
.aw_blog-post-view header.blog-post-header ul.blog-post-info li {
  font-size: 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #666666;
  margin-bottom: 0;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index header.blog-post-header ul.blog-post-info li,
  .aw_blog-post-view header.blog-post-header ul.blog-post-info li {
    font-size: 10px;
  }
}
.aw_blog-index-index header.blog-post-header ul.blog-post-info .author-link,
.aw_blog-post-view header.blog-post-header ul.blog-post-info .author-link {
  font-size: 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #00adef;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index header.blog-post-header ul.blog-post-info .author-link,
  .aw_blog-post-view header.blog-post-header ul.blog-post-info .author-link {
    font-size: 10px;
  }
}
.aw_blog-index-index .blog-post-content,
.aw_blog-post-view .blog-post-content {
  padding: 25px 30px;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content,
  .aw_blog-post-view .blog-post-content {
    padding: 15px;
  }
}
.aw_blog-index-index .blog-post-content h1,
.aw_blog-post-view .blog-post-content h1 {
  color: #111111;
  font-size: 18px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content h1,
  .aw_blog-post-view .blog-post-content h1 {
    font-size: 14px;
    line-height: 19px;
  }
}
.aw_blog-index-index .blog-post-content h2,
.aw_blog-post-view .blog-post-content h2 {
  color: #111111;
  font-size: 18px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content h2,
  .aw_blog-post-view .blog-post-content h2 {
    font-size: 14px;
    line-height: 19px;
  }
}
.aw_blog-index-index .blog-post-content h3,
.aw_blog-post-view .blog-post-content h3 {
  color: #111111;
  font-size: 18px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 24px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content h3,
  .aw_blog-post-view .blog-post-content h3 {
    font-size: 14px;
    line-height: 19px;
  }
}
.aw_blog-index-index .blog-post-content h4,
.aw_blog-post-view .blog-post-content h4 {
  color: #111111;
  font-size: 18px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content h4,
  .aw_blog-post-view .blog-post-content h4 {
    font-size: 14px;
    line-height: 19px;
  }
}
.aw_blog-index-index .blog-post-content a:hover,
.aw_blog-post-view .blog-post-content a:hover {
  text-decoration: none;
}
.aw_blog-index-index .blog-post-content a.blog-post-read-more,
.aw_blog-post-view .blog-post-content a.blog-post-read-more {
  color: #EE3A33;
}
.aw_blog-index-index .blog-post-content p,
.aw_blog-post-view .blog-post-content p {
  color: #111111;
  font-size: 12px;
  margin-bottom: 22px;
  line-height: 17px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content p,
  .aw_blog-post-view .blog-post-content p {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 15px;
  }
}
.aw_blog-index-index .blog-post-content p:last-child,
.aw_blog-post-view .blog-post-content p:last-child {
  margin-bottom: 12px;
}
.aw_blog-index-index .blog-post-content ul,
.aw_blog-post-view .blog-post-content ul,
.aw_blog-index-index .blog-post-content ol,
.aw_blog-post-view .blog-post-content ol {
  margin-bottom: 20px;
  margin-left: 15px;
  margin-top: 20px;
}
.aw_blog-index-index .blog-post-content ul li,
.aw_blog-post-view .blog-post-content ul li,
.aw_blog-index-index .blog-post-content ol li,
.aw_blog-post-view .blog-post-content ol li {
  list-style: disc;
  color: #111111;
  font-size: 12px;
  line-height: 17px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content ul li,
  .aw_blog-post-view .blog-post-content ul li,
  .aw_blog-index-index .blog-post-content ol li,
  .aw_blog-post-view .blog-post-content ol li {
    font-size: 10px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content ul,
  .aw_blog-post-view .blog-post-content ul,
  .aw_blog-index-index .blog-post-content ol,
  .aw_blog-post-view .blog-post-content ol {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.aw_blog-index-index .blog-post-content ol li,
.aw_blog-post-view .blog-post-content ol li {
  list-style: decimal;
}
.aw_blog-index-index .blog-post-content .para:not(h2),
.aw_blog-post-view .blog-post-content .para:not(h2) {
  color: #111111;
  font-size: 12px;
  line-height: 17px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content .para:not(h2),
  .aw_blog-post-view .blog-post-content .para:not(h2) {
    font-size: 10px;
    line-height: 14px;
  }
}
.aw_blog-index-index .blog-post-content .section.expandable .para,
.aw_blog-post-view .blog-post-content .section.expandable .para {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content .section.expandable .para,
  .aw_blog-post-view .blog-post-content .section.expandable .para {
    margin-bottom: 15px;
  }
}
.aw_blog-index-index .blog-post-content .table-responsive td,
.aw_blog-post-view .blog-post-content .table-responsive td {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content .table-responsive td,
  .aw_blog-post-view .blog-post-content .table-responsive td {
    font-size: 10px;
    line-height: 14px;
  }
}
.aw_blog-index-index .blog-post-content .blog-post-tags,
.aw_blog-post-view .blog-post-content .blog-post-tags {
  margin-bottom: 25px;
  line-height: 17px;
}
.aw_blog-index-index .blog-post-content .blog-post-tags span,
.aw_blog-post-view .blog-post-content .blog-post-tags span {
  color: #111111;
  font-size: 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content .blog-post-tags span,
  .aw_blog-post-view .blog-post-content .blog-post-tags span {
    font-size: 10px;
    line-height: 14px;
  }
}
.aw_blog-index-index .blog-post-content .blog-post-tags a,
.aw_blog-post-view .blog-post-content .blog-post-tags a {
  color: #002E5E;
  font-size: 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content .blog-post-tags a,
  .aw_blog-post-view .blog-post-content .blog-post-tags a {
    font-size: 10px;
    line-height: 14px;
  }
}
.aw_blog-index-index .blog-post-content .blog-post-tags a:hover,
.aw_blog-post-view .blog-post-content .blog-post-tags a:hover {
  color: #00AEEF;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content .blog-post-tags,
  .aw_blog-post-view .blog-post-content .blog-post-tags {
    margin-bottom: 15px;
    line-height: 14px;
  }
}
.aw_blog-index-index .blog-post-content .author-list-by,
.aw_blog-post-view .blog-post-content .author-list-by {
  color: #111111;
  font-size: 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.aw_blog-index-index .blog-post-content .author-list-by .author-link,
.aw_blog-post-view .blog-post-content .author-list-by .author-link {
  color: #111111;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content .author-list-by,
  .aw_blog-post-view .blog-post-content .author-list-by {
    font-size: 10px;
    line-height: 14px;
  }
}
.aw_blog-index-index .sidebar-main,
.aw_blog-post-view .sidebar-main {
  padding-left: 0 !important;
  border: 1px solid #E9E9E9;
  margin-left: 30px;
}
@media only screen and (max-width: 1250px) {
  .aw_blog-index-index .sidebar-main,
  .aw_blog-post-view .sidebar-main {
    display: none;
  }
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block,
.aw_blog-post-view .sidebar-main .blog-sidebar-block {
  background-color: #F9F9FA;
  border-bottom: 2px solid #ebebeb;
  padding: 25px;
  margin-bottom: 0 !important;
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block .block-title,
.aw_blog-post-view .sidebar-main .blog-sidebar-block .block-title {
  font-size: 14px;
  color: #111111;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block .block-content li,
.aw_blog-post-view .sidebar-main .blog-sidebar-block .block-content li {
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: 0;
  margin-bottom: 20px;
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block .block-content li:last-child,
.aw_blog-post-view .sidebar-main .blog-sidebar-block .block-content li:last-child {
  margin-bottom: 0;
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block .block-content li a,
.aw_blog-post-view .sidebar-main .blog-sidebar-block .block-content li a {
  font-size: 12px;
  color: #888888;
  text-transform: capitalize;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block .block-content li a:hover,
.aw_blog-post-view .sidebar-main .blog-sidebar-block .block-content li a:hover {
  color: #EF3A33;
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block .blog-sidebar-block-content .blog-tags-cloud a,
.aw_blog-post-view .sidebar-main .blog-sidebar-block .blog-sidebar-block-content .blog-tags-cloud a {
  color: #888888;
  font-weight: normal;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px !important;
  background-color: #ffffff;
  border-radius: 4px;
  border-color: #e9e9e9;
  padding: 0 15px;
  line-height: 27px;
  height: 29px;
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block .blog-sidebar-block-content .blog-tags-cloud a:hover,
.aw_blog-post-view .sidebar-main .blog-sidebar-block .blog-sidebar-block-content .blog-tags-cloud a:hover {
  color: #EF3A33;
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block .blog-sidebar-block-title,
.aw_blog-post-view .sidebar-main .blog-sidebar-block .blog-sidebar-block-title {
  font-size: 14px;
  color: #111111;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block:last-child,
.aw_blog-post-view .sidebar-main .blog-sidebar-block:last-child {
  border-bottom: 0;
}
.aw_blog-index-index .page-title-wrapper h1.page-title {
  font-size: 18px;
  color: #111111;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.aw_blog-index-index .blog-post-content .para {
  color: #111111;
  font-size: 12px;
  margin-bottom: 22px;
  line-height: 17px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content .para {
    font-size: 10px;
    line-height: 14px;
  }
}
.aw_blog-post-view .blog-post-content .blog-post-tags {
  margin-bottom: 0;
}
.aw_blog-post-view .blog-posts-post {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .account.page-layout-2columns-left .sidebar.sidebar-main {
    padding-right: 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li {
    margin-bottom: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li:nth-child(2n) {
    padding-right: 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li:nth-child(2n+1) {
    padding-left: 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .sc_blog {
    padding: 18px 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li img {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .account.page-layout-2columns-left .sidebar.sidebar-main {
    padding-right: 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li {
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .guarantee_blogs {
    padding: 10px 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .grade_blogs {
    padding: 10px 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .hc_blog {
    padding: 10px 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .sc_blog {
    padding: 10px 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li img {
    padding: 0 24px;
    max-height: 40px;
    width: auto;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content,
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .grade_blogs_content,
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .happy_blogs_content {
    margin-right: -4px;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content h5,
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .grade_blogs_content h5,
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .happy_blogs_content h5 {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content p,
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .grade_blogs_content p,
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .happy_blogs_content p {
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li:last-child {
    margin-bottom: 15px;
  }
}
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul,
li,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  display: inline;
}
button,
a.action.primary {
  border-radius: 0;
}
.page-title-wrapper {
  margin: 0 0 5px;
  padding: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.page-title-wrapper .page-title {
  font-size: 18px;
  line-height: 24px;
  color: #111111;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
}
.customer-account-logoutsuccess .page-main > .page-title-wrapper {
  margin: 0 0 5px;
  padding: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.customer-account-logoutsuccess .page-main > .page-title-wrapper .page-title {
  font-size: 18px;
  line-height: 24px;
  color: #111111;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
}
.customer-account-logoutsuccess .column.main {
  text-align: center;
}
.magento-rma-returns-returns .page-main .page-title-wrapper,
.magento-rma-returns-view .page-main .page-title-wrapper,
.magento-rma-guest-returns .page-main .page-title-wrapper,
.account .page-main .page-title-wrapper,
[class^="sales-guest-"] .page-main .page-title-wrapper,
.sales-guest-view .page-main .page-title-wrapper,
.magento-rma-guest-returns .page-main .page-title-wrapper {
  margin: 30px 0 15px;
}
.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 {
  font-size: 18px;
  line-height: 24px;
  color: #111111;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* Header */
header.page-header {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
header.page-header:before {
  content: "";
  background: url("../images/header-top-border.png");
  background-repeat: repeat-x;
  background-position: top left;
  height: 3px;
  display: block;
  width: 100%;
}
header.page-header .panel.wrapper {
  border: 0;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #F9F9FA;
  margin: 0;
  padding: 0;
}
header.page-header .panel.wrapper .panel.header {
  margin: 0 auto;
  padding: 0 15px;
  display: block;
  width: 100%;
  max-width: 1250px;
  border: 0;
  background: #F9F9FA;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header.page-header .panel.wrapper .panel.header .phone_shipping,
header.page-header .panel.wrapper .panel.header .header-top-links {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
header.page-header .panel.wrapper .panel.header .phone_shipping.header-top-links,
header.page-header .panel.wrapper .panel.header .header-top-links.header-top-links {
  float: right;
}
header.page-header .panel.wrapper .panel.header .phone_shipping.header-top-links a,
header.page-header .panel.wrapper .panel.header .header-top-links.header-top-links a {
  text-transform: uppercase;
  line-height: initial;
}
header.page-header .panel.wrapper .panel.header .phone_shipping li,
header.page-header .panel.wrapper .panel.header .header-top-links li {
  float: left;
  border-right: 1px solid #eee;
  margin: 0;
  padding: 16px 40px 16px;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  text-align: center;
}
header.page-header .panel.wrapper .panel.header .phone_shipping li:first-child,
header.page-header .panel.wrapper .panel.header .header-top-links li:first-child {
  border-left: 1px solid #eee;
}
header.page-header .panel.wrapper .panel.header .phone_shipping li img,
header.page-header .panel.wrapper .panel.header .header-top-links li img {
  vertical-align: initial;
  display: inline-block;
  margin-bottom: -1px;
}
header.page-header .panel.wrapper .panel.header .phone_shipping li p,
header.page-header .panel.wrapper .panel.header .header-top-links li p {
  margin: 0 0 0 4px;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  display: inline-block;
  vertical-align: initial;
}
header.page-header .panel.wrapper .panel.header .phone_shipping li a,
header.page-header .panel.wrapper .panel.header .header-top-links li a {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  display: inline-block;
  text-decoration: none;
}
header.page-header .header.content {
  padding: 28px 15px 18px !important;
  display: block;
  width: 100%;
  max-width: 1250px;
  margin: auto;
}
header.page-header .header.content .logo {
  margin: 0 25px 0 0;
}
header.page-header .header.content .minicart-wrapper {
  height: initial;
  line-height: 19px;
  padding: 0;
  display: inline-block;
  margin-left: 17px;
}
header.page-header .header.content .minicart-wrapper .action.showcart {
  line-height: 0;
  height: 45px;
  padding: 13px 25px;
  background: #EF3A33;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
header.page-header .header.content .minicart-wrapper .action.showcart:before {
  content: "";
  background: url("../images/cart-icon.svg") no-repeat;
  width: 17.98px;
  height: 17.98px;
  margin-right: 9px;
}
header.page-header .header.content .minicart-wrapper .action.showcart span {
  line-height: 19px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  vertical-align: middle;
  font-weight: bold;
}
header.page-header .header.content .minicart-wrapper .action.showcart span.counter.qty {
  line-height: 19px;
  display: none;
}
header.page-header .header.content .minicart-wrapper .action.showcart span.text {
  position: initial;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 19px;
  vertical-align: middle;
}
header.page-header .header.content .minicart-wrapper .block-minicart {
  right: 0;
  width: 330px;
  border-top: 6px solid #EF3A33;
  border-radius: 0;
  color: #111;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
header.page-header .header.content .minicart-wrapper .block-minicart:before {
  border-color: transparent transparent #EF3A33 transparent;
  right: 50px;
}
header.page-header .header.content .minicart-wrapper .block-minicart:after {
  right: 50px;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content #btn-minicart-close {
  display: none !important;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  padding: 0;
  margin: 0;
  height: auto !important;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items {
  padding: 0 24px;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo {
  border: 0;
  box-shadow: none;
  padding: 0;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-container {
  border: 0;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  height: auto !important;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details {
  padding-top: 12px;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
  margin-bottom: 0;
  padding-right: 20px;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #111;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options {
  display: none;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty {
  float: left;
  margin-top: 0;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty label {
  display: none;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty input {
  border: 0;
  border-radius: 0;
  margin: 0;
  height: auto;
  padding: 0;
  text-align: left;
  vertical-align: top;
  line-height: 19px;
  font-size: 14px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty .update-cart-item {
  display: none;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty .cart-item-qty {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  width: auto;
  margin: 11px 0;
  height: auto;
  display: block;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty .cart-item-qty:after {
  content: 'x';
  margin-top: -5px;
  margin-left: 4px;
  margin-right: 4px;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing {
  float: left;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .price-wrapper .price-excluding-tax {
  margin: 9px 0;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .price-wrapper .price-excluding-tax .minicart-price {
  vertical-align: middle;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .price-wrapper .price-excluding-tax .minicart-price .price {
  padding: 0;
  text-align: left;
  vertical-align: top;
  line-height: 19px;
  font-size: 14px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions {
  margin: -7px 0 0;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .primary {
  display: none;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .secondary .action.delete:before {
  content: "";
  background: url("../images/minicart_delete.png") no-repeat;
  width: 13px;
  height: 17px;
  background-size: 13px;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .items-total {
  display: none;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .subtotal {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  display: inline-block;
  width: 100%;
  margin: 0 0 17px;
  padding: 10px 20px;
  background: #F9F9FB;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .subtotal .label {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #111;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  padding: .2em 0 .3em;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .subtotal .amount {
  float: right;
  padding: .2em 0 .3em;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .subtotal .amount span {
  font-size: 16px;
  line-height: 22px;
  color: #111;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-secondary-cart {
  width: 135px;
  margin-left: 20px;
  float: left;
  text-align: center;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-secondary-cart .secondary {
  margin: 0;
  padding: 0;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-secondary-cart .secondary .action.viewcart {
  width: 135px;
  background: #000;
  margin: 0;
  padding: 12px 0 6px;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  line-height: 19px;
  font-size: 14px;
  font-weight: bold;
  border: 0;
  text-transform: uppercase;
  text-decoration: none;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-primary-cart {
  float: right;
  width: 135px;
  margin-right: 20px;
  text-align: center;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-primary-cart .primary {
  margin: 0;
  padding: 0;
  width: 100%;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-primary-cart .primary .action.primary.checkout {
  width: 135px;
  background: #EF3A33;
  margin: 0;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  line-height: 19px;
  font-size: 14px;
  font-weight: bold;
  border: 0;
  text-transform: uppercase;
  padding-top: 3px;
}
header.page-header .header.content .search-area {
  position: initial;
  height: auto;
}
header.page-header .header.content .search-area .search-toggle-icon {
  display: none;
  line-height: normal;
  margin: 0;
  padding: 0;
  width: auto;
}
header.page-header .header.content .search-area .block.block-search {
  display: inline-block;
  margin: 0 40px 0 16px;
  padding: 0;
  position: initial;
  width: 276px;
}
header.page-header .header.content .search-area .block.block-search:before {
  content: "";
  display: none;
}
header.page-header .header.content .search-area .block.block-search .block.block-content {
  position: relative;
}
header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .field.search .control input {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #EEEEEE;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  line-height: 19px;
  color: #111;
  padding: 11px 10px 13px 15px;
}
header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .field.search .control input::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .field.search .control input::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .field.search .control input::-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .field.search .control input:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .field.search .control input:focus {
  box-shadow: none;
}
header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .actions .action.search {
  border-left: 0;
  width: auto;
  height: initial;
  right: 8px;
  top: 10px;
  line-height: initial;
}
header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .actions .action.search:before {
  content: "";
  background: url("../images/home-page-baseline-search-24px-1.svg") no-repeat;
  width: 24px;
  height: 24px;
}
header.page-header .header.content .people_register {
  display: none;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu {
  padding: 0;
  top: -5px;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 {
  margin: 0;
  padding: 0;
  line-height: normal;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .level-top {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 22px;
  padding: 13px 23px 18px 23px;
  background: transparent;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .level-top.active {
  color: #ED3A35;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .level-top:after {
  content: "";
  display: none;
}
@media only screen and (min-width: 992px) {
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0:hover > .level-top {
    background: #EF3A33;
    border-radius: 0;
    color: #fff;
  }
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu {
  border: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 30px 0px 7px 30px;
  /*width: 100% !important; max-width: 100%; min-width: 755px;*/
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  /*left: 0 !important;*/
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 {
  column-gap: 30px;
  column-fill: initial;
  column-count: 4;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 21px;
  padding: 0;
  width: 181px;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 a {
  color: #666;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1:nth-child(4n+1) {
  clear: initial;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .subchildmenu {
  padding: 0;
  margin: 0;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .subchildmenu .level2 {
  margin: 0;
  padding: 0;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .subchildmenu .level2 a {
  color: #666;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
header.page-header .header.content .search-area .block.block-search {
  display: none;
}
header.page-header .header-search-content {
  background: #00AEEF;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
header.page-header .header-search-content .block.block-search {
  display: block;
  width: 100%;
  max-width: 1250px;
  margin: auto;
  position: static;
  padding: 20px 15px;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch {
  position: relative;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .input-text {
  height: 60px;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  padding: 10px 60px 10px 20px;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .input-text::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .input-text::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .input-text::-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .input-text:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .search-autocomplete {
  padding-right: 60px;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .search-autocomplete ul {
  background: #F9F9FB;
  border: none;
  padding-bottom: 9px;
  margin-top: -9px;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .search-autocomplete ul li {
  padding: 0;
  border: none;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .search-autocomplete ul li span.qs-option-name p.printer-search-header,
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .search-autocomplete ul li span.qs-option-name p.cartridge-search-header {
  padding: 10px 20px;
  background: #EEEEEE;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
  color: #222222;
  font-weight: bold;
  margin: 9px 0;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .search-autocomplete ul li span.qs-option-name a {
  padding: 5px 20px;
  font-size: 12px;
  line-height: 17px;
  color: #666666;
  margin: 2px 0;
  display: block;
  overflow: hidden;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .search-autocomplete ul li:hover,
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .search-autocomplete ul li.selected {
  background: #F9F9FB;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .actions .action.search {
  right: 0;
  height: 60px;
  border-left: none;
  width: 60px;
  background: #EF3A33;
  -webkit-opacity: 10;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .actions .action.search:before {
  color: #ffffff;
  font-size: 20px;
  content: "";
  background: url("../images/search.svg") no-repeat;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.ajax-loading header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .input-text:focus {
  background: url(../images/pulse-1s-60px.svg) no-repeat scroll center right 60px;
  background-color: #ffffff;
}
/*Footer*/
footer.page-footer .footer {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f9f9fb;
  overflow: hidden;
}
footer.page-footer .footer .footer-top .container {
  max-width: 1250px;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner {
  margin: 0;
  padding: 50px 0;
  border-bottom: 1px solid #e9e9e9;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .text_block_content .block {
  margin: 0;
  padding: 0;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .text_block_content .block h2 {
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  font-size: 30px;
  font-weight: 100;
  line-height: 41px;
  color: #444;
  font-family: 'Open Sans', sans-serif;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon {
  float: right;
  text-align: right;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 6px 0;
  list-style: none;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-right: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li:last-child {
  margin-right: 0;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a {
  display: inline-block;
  text-decoration: none;
  /*color: #fff;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a:before {
  vertical-align: middle;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a:hover:before {
  vertical-align: middle;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.facebook-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/facebook.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.facebook-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/facebook_hover.svg") no-repeat;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.twitter-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/twitter.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.twitter-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/twitter_hover.svg") no-repeat;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.pinterest-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/pin.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.pinterest-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/pin_hover.svg") no-repeat;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.linkedin-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/linkedin.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.linkedin-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/linkedin_hover.svg") no-repeat;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.youtube-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/youtube.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.youtube-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/youtube_hover.svg") no-repeat;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a i,
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a em {
  display: none;
  margin: 0;
  padding: 0 0 0 4px;
  line-height: 28px;
  font-size: 20px;
}
footer.page-footer .footer .footer-middle {
  margin: 0;
  padding: 50px 0 0;
  display: block;
  width: 100%;
  overflow: hidden;
}
footer.page-footer .footer .footer-middle .container {
  max-width: 1250px;
}
footer.page-footer .footer .footer-middle .container .row {
  padding: 0 0 39px;
  border-bottom: 1px solid #e9e9e9;
}
footer.page-footer .footer .footer-middle .container .col-lg-3:last-child {
  padding-left: 0;
}
footer.page-footer .footer .footer-middle .container .block .block-title {
  margin: 0 0 10px;
}
footer.page-footer .footer .footer-middle .container .block .block-title strong {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  line-height: 22px;
}
footer.page-footer .footer .footer-middle .container .block .block-content .contact-info {
  padding: 5px 0 0;
}
footer.page-footer .footer .footer-middle .container .block .block-content .contact-info li {
  margin: 0;
  padding: 0;
  line-height: initial;
}
footer.page-footer .footer .footer-middle .container .block .block-content .contact-info li p {
  color: #999999;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}
footer.page-footer .footer .footer-middle .container .block .block-content .links {
  padding: 5px 0 0;
}
footer.page-footer .footer .footer-middle .container .block .block-content .links li {
  margin: 0;
  padding: 0;
  line-height: initial;
}
footer.page-footer .footer .footer-middle .container .block .block-content .links li a {
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}
footer.page-footer .footer .footer-middle .container .block .block-content .links li a:hover {
  color: #000;
}
footer.page-footer .footer .footer-middle .container .block .block-content .features {
  padding: 5px 0 0;
}
footer.page-footer .footer .footer-middle .container .block .block-content .features li {
  margin: 0;
  padding: 0;
  line-height: initial;
}
footer.page-footer .footer .footer-middle .container .block .block-content .features li a {
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}
footer.page-footer .footer .footer-middle .container .block .block-content .features li a:hover {
  color: #000;
}
footer.page-footer .footer .footer-middle .container .block .block-content .payments {
  padding: 5px 0 0;
}
footer.page-footer .footer .footer-middle .container .block .block-content .payments li {
  float: left;
  padding: 0 5px;
}
footer.page-footer .footer .footer-middle .container .block .block-content .payments li:first-child {
  padding-left: 0;
}
footer.page-footer .footer .footer-middle .container .block .block-content .payments li:last-child {
  padding-right: 0;
}
footer.page-footer .footer .footer-middle .container .block .block-content .payments li img {
  width: 50px;
  height: 35px;
}
footer.page-footer .footer .footer-middle .container .block .block-content .trust_wave {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 40px 0 0;
}
footer.page-footer .footer .footer-middle .container .block .block-content .trust_wave img {
  width: 120px;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content {
  float: left;
  /*margin-right: 92px;*/
  margin-right: 13.4%;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content h2.title {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  font-weight: bold;
  margin: 0 0 14px 0;
  padding: 0;
  text-transform: uppercase;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content address {
  font-size: 12px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #999999;
  font-weight: normal;
  font-style: normal;
  padding-top: 3px;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content ul {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  list-style: none;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content ul li {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content ul li a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  font-size: 12px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #999999;
  font-weight: normal;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content ul.payment {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -4px;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content ul.payment li {
  float: left;
  margin: 5px;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content ul.payment li a {
  max-width: 51px;
  max-height: 35px;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content ul.payment li a img {
  width: 100%;
  height: auto;
  max-width: 51px;
  max-height: 34px;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content .trustwave {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 26px;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content .trustwave a {
  display: block;
  overflow: hidden;
  width: auto;
  margin: 0;
  padding: 0;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content .trustwave a img {
  max-width: 144px;
  max-height: 78px;
  width: 100%;
  height: auto;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content:last-child {
  margin-right: 0;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col.col-left-side {
  float: left;
  max-width: 688px;
  width: 66.5%;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col.col-right {
  float: right;
  max-width: 295px;
  width: 33.5%;
}
footer.page-footer .footer .footer-bottom {
  margin: 0;
  padding: 29px 0;
  width: 100%;
  min-height: auto;
  line-height: initial;
  display: block;
  overflow: hidden;
}
footer.page-footer .footer .footer-bottom .container {
  max-width: 1250px;
  padding: 0;
}
footer.page-footer .footer .footer-bottom .container address {
  float: left;
  color: #888;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
}
/* Home page */
.cms-index-index .page-main {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.cms-index-index .page-main .page-title-wrapper {
  display: none;
}
.cms-index-index .page-main .block.widget.magetop-widget.brand-widget {
  display: none;
}
.cms-index-index .page-main .product_finder_content {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.cms-index-index .page-main .product_finder_content .product_finder_background {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  background: #ffffff;
  overflow: hidden;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container {
  max-width: 1250px;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder {
  padding-left: 6px;
  padding-right: 15px;
  -webkit-flex: 0 0 74.32%;
  -moz-flex: 0 0 74.32%;
  -ms-flex: 0 0 74.32%;
  flex: 0 0 74.32%;
  max-width: 74.32%;
  order: 1;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog_banner {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 12px;
  overflow: hidden;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog_banner a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 9px;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog_banner img {
  width: 100%;
  height: auto;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog_banner.desktop-image {
  display: block;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog_banner.mobile-image {
  display: none;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 64px 70px 46px;
  background: #0f2966;
  overflow: hidden;
  text-align: left;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_title {
  display: inline-block;
  width: 100%;
  margin: 0 0 34px;
  padding: 0;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_title h4 {
  display: inline-block;
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  line-height: 25px;
  font-size: 25px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_title h3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 34px;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content {
  display: block;
  max-width: 770px;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper {
  margin: 0;
  padding: 0;
  background: none;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle {
  margin: 0;
  padding: 0;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-2,
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-3 {
  max-width: 334px;
  width: 100%;
  margin-right: 20px;
  float: left;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item .dropdown-title {
  display: none;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item .dropdown-element .amfinder-select-wrapper:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;
  top: 18px;
  right: 20px;
  background: none;
  width: auto;
  height: auto;
  position: absolute;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item .dropdown-element .amfinder-select-wrapper select:disabled {
  opacity: 1;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item .dropdown-element .amfinder-select-wrapper .amfinder-select {
  width: 100%;
  height: 60px;
  line-height: 19px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 20px 10px 19px 20px;
  background: #1A446E;
  border: 1px solid #3D5F84;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item .dropdown-element .amfinder-select-wrapper .amfinder-select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .last {
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  float: left;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .last .amfinder-buttons {
  display: block !important;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .last .amfinder-buttons button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .last .amfinder-buttons button.button.reset_btn {
  display: none;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .last .amfinder-buttons button.button.action.primary {
  display: block !important;
  width: 60px;
  height: 60px;
  box-shadow: none;
  border: 0;
  outline: 0;
  background: #EF3A33;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .last .amfinder-buttons button.button.action.primary span {
  display: none;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder {
  padding-left: 15px;
  padding-right: 6px;
  -webkit-flex: 0 0 25.68%;
  -moz-flex: 0 0 25.68%;
  -ms-flex: 0 0 25.68%;
  flex: 0 0 25.68%;
  max-width: 25.68%;
  order: 0;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs_banner {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 12px;
  overflow: hidden;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs_banner a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 9px;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs_banner img {
  width: 100%;
  height: auto;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li {
  display: inline-block;
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  line-height: initial;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li:last-child {
  margin-bottom: 0;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .guarantee_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #3FB68D;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .grade_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #DD5A76;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .hc_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #29A1C8;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .guarantee_blogs_content,
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .grade_blogs_content,
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .happy_blogs_content {
  display: inline-block;
  vertical-align: middle;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .guarantee_blogs_content h5,
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .grade_blogs_content h5,
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .happy_blogs_content h5 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .guarantee_blogs_content p,
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .grade_blogs_content p,
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .happy_blogs_content p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.cms-index-index .page-main .search_by_brand_container {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container {
  max-width: 1250px;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .search_title {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 50px 0;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .search_title h2 {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  font-size: 45px;
  line-height: 64px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .search_title p {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #666;
  line-height: 30px;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content {
  /*table { margin-bottom: 43px;
                tbody {
                  tr {
                    td { text-align: center; padding: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
                      a { text-decoration: none; display: block; margin: 0; padding: 16px 76px 25px 76px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
                        img { }
                        h6 { display: block; width: 100%; margin: 25px 0 0; padding: 0; font-family: 'Open Sans', sans-serif; font-weight: normal; font-size: 18px; line-height: 26px; color: #999; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
                        &:hover h6 { color: #000;}
                      }
                      &:hover { box-shadow: 2px 2px 15px 2px #ddd; -webkit-box-shadow: 2px 2px 15px 2px #ddd; -moz-box-shadow: 2px 2px 15px 2px #ddd;}
                    }
                  }
                }
              }*/
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 7px 0px 24px 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 .brand-item {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 .brand-item .brand-image {
  height: 189px;
  width: 100%;
  display: table;
  text-align: center;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 .brand-item .brand-image a {
  display: table-cell;
  width: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  line-height: initial;
  vertical-align: middle;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 .brand-item .brand-image a img {
  max-width: 182px;
  max-height: 182px;
  width: 100%;
  height: auto;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 .brand-item .brand-name {
  margin: 16px 0 0;
  padding: 0;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 .brand-item .brand-name a {
  text-decoration: none;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #999;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6:hover {
  box-shadow: 2px 2px 15px 2px #ddd;
  -webkit-box-shadow: 2px 2px 15px 2px #ddd;
  -moz-box-shadow: 2px 2px 15px 2px #ddd;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6:hover .brand-name a {
  color: #000;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_container_list {
  display: block;
  width: 100%;
  margin: 48px 0 0;
  padding: 0;
  overflow: hidden;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_container_list .brand_listing_content {
  display: block;
  width: 100%;
  margin: 0 0 11px;
  padding: 0 0 0 15px;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_container_list .brand_listing_content li {
  width: 100%;
  margin: 0 0 15px;
  padding: 0 0 0 8px;
  list-style-type: disc;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_container_list .brand_listing_content li:last-child {
  margin-bottom: 0;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_container_list .brand_listing_content li p {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
.page-wrapper > .breadcrumbs {
  max-width: 1222px !important;
  background: none;
  margin: 0 auto 12px;
  padding: 0 15px;
}
.page-wrapper > .breadcrumbs .items {
  padding: 20px 0 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.page-wrapper > .breadcrumbs .items li {
  vertical-align: inherit;
}
.page-wrapper > .breadcrumbs .items li.home a {
  font-size: 0;
}
.page-wrapper > .breadcrumbs .items li.home a:before {
  content: "";
  background: url("../images/home_breadcrumb.png") no-repeat;
  width: 16.47px;
  height: 14px;
  background-size: 17px;
  display: inline-block;
}
.page-wrapper > .breadcrumbs .items li:after {
  color: #9D9FA4;
  background: url('../images/right-arrow.png') no-repeat;
  width: 4px;
  height: 7px;
  background-size: 100% 100%;
  content: '';
  vertical-align: middle;
  margin-top: -2px;
}
.page-wrapper > .breadcrumbs .items li a {
  color: #9D9FA4;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-transform: capitalize;
  vertical-align: top;
}
.page-wrapper > .breadcrumbs .items li strong {
  color: #111;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-transform: capitalize;
  vertical-align: bottom;
}
.message.success a {
  display: inline-block;
}
.price-box .minimal-price-link {
  display: none !important;
}
.price-box .old-price {
  display: block;
  margin-bottom: 11px;
}
.price-box .old-price .price-wrapper .label-price {
  display: none !important;
}
.price-box .old-price .price-wrapper .price {
  font-size: 12px !important;
  line-height: 17px !important;
  color: #9D9FA4 !important;
  font-weight: normal !important;
}
/* product listing */
.products-list {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 15px;
  padding: 0;
}
.products-list .product-items {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.products-list .product-items .product-item {
  margin: 0 0 30px;
  padding: 0;
  list-style-type: none;
  border: 1px solid #E9E9E9;
}
.products-list .product-items .product-item > .product-item-info {
  line-height: 9px;
}
.products-list .product-items .product-item .product-item-info {
  margin: 0;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .product_type_title {
  display: none !important;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f9f9fb;
  border-bottom: 1px solid #E9E9E9;
  text-align: center;
}
.products-list .product-items .product-item .product-item-info .product_type_title h2 {
  margin: 0;
  padding: 10px 0 11px;
  display: inline-block;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #111;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 30%;
  float: left;
  box-sizing: border-box;
  text-align: center;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels {
  float: left;
  display: inline-block;
  position: relative;
  margin: 15px 0 20px;
  top: 0;
  right: auto;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .label_title,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .label_title,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .product-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .product-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .new-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .new-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .sale-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .sale-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  line-height: 14px;
  color: #09981F;
  background: #DBF2E2;
  padding: 6px 9px 6px 10px;
  border-radius: 0;
  position: relative;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .label_title:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .label_title:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .product-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .product-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .new-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .new-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .sale-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .sale-label:after {
  content: "";
  display: inline-block;
  right: -8px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  border-width: 13px 6px 13px 6px;
  top: 77%;
  margin-top: -20px;
  border-color: #DBF2E2 transparent #DBF2E2 #DBF2E2;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .label_title.sale-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .label_title.sale-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .product-label.sale-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .product-label.sale-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .new-label.sale-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .new-label.sale-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .sale-label.sale-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .sale-label.sale-label {
  background: #f5d7d8;
  color: #EF3A33;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .label_title.sale-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .label_title.sale-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .product-label.sale-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .product-label.sale-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .new-label.sale-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .new-label.sale-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .sale-label.sale-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .sale-label.sale-label:after {
  border-color: #f5d7d8 transparent #f5d7d8 #f5d7d8;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .image_photo_wraaper {
  padding: 30px 45px 30px 70px;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details {
  margin: 29px 0 0;
  /*padding: 30px 0 20px 20px;*/
  width: 100%;
  max-width: 70%;
  float: left;
  box-sizing: border-box;
  padding: 0 0 0 25px;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .cartridge_type_product {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0 30px 0 0;
  max-width: 59.4%;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .cartridge_type_product .cartridge_type_item a,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .cartridge_type_product .cartridge_type_item h2 {
  text-decoration: none;
  color: #666;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-weight: bold;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-name {
  color: #666;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 27px;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-name a {
  text-decoration: none;
  color: #666;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-weight: bold;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content {
  float: left;
  width: 25%;
  border-right: 1px solid #dedede;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options {
  margin: 0;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option {
  margin: 8px 10px 8px 0;
  padding: 0;
  width: 100%;
  height: 30px;
  border: 0;
  border-radius: none;
  box-shadow: none;
  background: none !important;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option .swatch-optioncolor {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  position: relative;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option .swatch-optioncolor:before {
  content: "";
  border: 2px solid rgba(254, 254, 254, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option .title {
  display: inline-block;
  padding-left: 10px;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  color: #141721;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option:hover {
  outline: 0;
  border: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 0;
  border: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option.selected > .swatch-optioncolor:after {
  content: "";
  background: url(../images/select_swatch.png) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 12px;
  transform: translate(0%, 0%);
  vertical-align: middle;
  display: inline-block;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option:after {
  content: "";
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option:hover:after {
  content: "";
  background: url(../images/select_swatch.png) no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 12px;
  transform: translate(0%, 0%);
  vertical-align: middle;
  display: inline-block;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .product_service_content {
  float: left;
  padding: 0 0 0 20px;
  width: 75%;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .product_service_content .product_type_service {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .product_service_content .product_type_service li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  vertical-align: bottom;
  color: #444;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .product_service_content .product_type_service li:before {
  content: "";
  background: url("../images/true_symbol.png") no-repeat;
  display: inline-block;
  background-size: 11.73px;
  width: 23px;
  height: 17px;
  vertical-align: bottom;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .product_service_content .product_type_service li a {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #444;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .product_service_content .product_type_service li p {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #444;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description {
  margin: 28px 0 28px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
  text-align: left;
  display: block;
  overflow: hidden;
  width: 100%;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description .description-value {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description ul li {
  margin: 0;
  padding: 0 0 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
  list-style-type: disc;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description ul li a {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description ul li p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description .action.more {
  display: inline-block;
  width: auto;
  margin: 29px 0 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #EE3A33;
  text-decoration: none;
  float: left;
  clear: both;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description .action.more:after {
  content: "\f0da";
  line-height: 18px;
  font-size: 14px;
  font-family: FontAwesome;
  color: #EE3A33;
  padding-left: 8px;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last {
  margin: 1px 0 0;
  width: 100%;
  max-width: 40.6%;
  float: right;
  box-sizing: border-box;
  padding: 0 0 0 12px;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content {
  float: none;
  width: 100%;
  margin: 0 0 25px;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options {
  margin: 0;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option {
  margin: 0 10px 8px 0;
  padding: 0;
  width: auto;
  height: 30px;
  border: 0;
  border-radius: none;
  box-shadow: none;
  background: none !important;
  float: left;
  max-width: 100%;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option:nth-child(2n+1) {
  clear: both;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option .swatch-optioncolor {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  position: relative;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option .swatch-optioncolor:before {
  content: "";
  border: 2px solid rgba(254, 254, 254, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option .title {
  display: inline-block;
  padding-left: 10px;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  color: #141721;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option:hover {
  outline: 0;
  border: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 0;
  border: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option.selected > .swatch-optioncolor:after {
  content: "";
  background: url(../images/select_swatch.png) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 12px;
  transform: translate(0%, 0%);
  vertical-align: middle;
  display: inline-block;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option:after {
  content: "";
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option:hover:after {
  content: "";
  background: url(../images/select_swatch.png) no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 12px;
  transform: translate(0%, 0%);
  vertical-align: middle;
  display: inline-block;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .price-box {
  margin: 0 0 25px;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .price-box .price-wrapper .label-price {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 12px;
  color: #111;
  font-weight: 500;
  margin-right: 5px;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .price-box .price-wrapper .price {
  color: #EF3A33;
  font-weight: bold;
  font-size: 18px;
  line-height: 12px;
  font-family: 'Open Sans', sans-serif;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .price-box .normal-price .price-label {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 12px;
  color: #111;
  display: none;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .price-box .normal-price .price-wrapper .price {
  color: #EF3A33;
  font-weight: bold;
  font-size: 18px;
  line-height: 12px;
  font-family: 'Open Sans', sans-serif;
  /*&:before { content: "Price: "; font-size: 18px; font-family: 'Open Sans', sans-serif; line-height: 12px; color: #111; font-weight: 500;}*/
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .tier-price .prices-tier {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .tier-price .prices-tier li {
  margin: 0 0 10px;
  padding: 0;
  color: #9D9FA4;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .tier-price .prices-tier li .buy {
  color: #111;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .tier-price .prices-tier li .price-tier_price .price-wrapper .price {
  color: #111;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .tier-price .prices-tier li .benefit {
  margin: 0;
  padding: 0;
  color: #9D9FA4;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .qty-box {
  margin: 0 8px 0 0;
  width: 68px;
  float: left;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyminus {
  width: 23px;
  height: 34px;
  float: left;
  line-height: 34px;
  border: solid 1px #9D9FA4;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyminus i:before {
  content: "-";
  font-size: 12px;
  color: #666;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .qty-box .input-text.qty {
  width: 24px;
  height: 34px;
  border: solid 1px #9D9FA4;
  padding: 0;
  border-radius: 0;
  float: left;
  font-size: 12px;
  color: #444;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .qty-box .input-text.qty:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyplus {
  width: 23px;
  height: 34px;
  float: left;
  border: solid 1px #9D9FA4;
  border-left: 0;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  line-height: 34px;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyplus i:before {
  content: "+";
  font-size: 12px;
  color: #666;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .action.tocart.primary {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  padding: 9px 0px 8px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #00adef;
  border: 0;
  height: auto;
  width: 188px;
  float: left;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .action.tocart.primary:before {
  content: "";
  display: none;
}
/* swatch attribute */
.swatch-attribute .swatch-attribute-options {
  margin: 0;
  padding: 0;
}
.swatch-attribute .swatch-attribute-options .swatch-option {
  margin: 8px 10px 8px 0;
  padding: 0;
  width: 100%;
  height: 30px;
  border: 0;
  border-radius: none;
  box-shadow: none;
  background: none !important;
}
.swatch-attribute .swatch-attribute-options .swatch-option .swatch-optioncolor {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  position: relative;
}
.swatch-attribute .swatch-attribute-options .swatch-option .swatch-optioncolor:before {
  content: "";
  border: 2px solid rgba(254, 254, 254, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.swatch-attribute .swatch-attribute-options .swatch-option .title {
  display: inline-block;
  padding-left: 10px;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  color: #141721;
}
.swatch-attribute .swatch-attribute-options .swatch-option:hover {
  outline: 0;
  border: 0;
}
.swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 0;
  border: 0;
}
.swatch-attribute .swatch-attribute-options .swatch-option.selected:before {
  content: "";
  display: none;
}
.swatch-attribute .swatch-attribute-options .swatch-option.selected > .swatch-optioncolor:after {
  content: "";
  background: url(../images/select_swatch.png) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 12px;
  transform: translate(0%, 0%);
  vertical-align: middle;
  display: inline-block;
}
.swatch-attribute .swatch-attribute-options .swatch-option:after {
  content: "";
}
.swatch-attribute .swatch-attribute-options .swatch-option:hover:after {
  content: "";
  background: url(../images/select_swatch.png) no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 12px;
  transform: translate(0%, 0%);
  vertical-align: middle;
  display: inline-block;
}
.swatch-option-tooltip {
  display: none !important;
}
.tier-price .prices-tier {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
.tier-price .prices-tier li {
  margin: 0 0 10px;
  padding: 0;
  color: #9D9FA4;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
}
.tier-price .prices-tier li .buy {
  color: #111;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
.tier-price .prices-tier li .price-tier_price .price-wrapper .price {
  color: #111;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
.tier-price .prices-tier li .benefit {
  margin: 0;
  padding: 0;
  color: #9D9FA4;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
/* category page */
.catalog-category-view .page-main {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1250px;
}
.catalog-category-view .page-main .category-image {
  display: none;
}
.catalog-category-view .page-main .category-description {
  display: none;
}
.catalog-category-view .page-main .amfinder-common-wrapper {
  display: none;
}
.catalog-category-view .page-main .category_page_container {
  display: inline-block;
  width: 100%;
  margin: 0;
  padidng: 0;
}
.catalog-category-view .page-main .category_page_container .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs {
  /*flex: 0 0 26.5%; max-width: 26.5%;*/
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  line-height: initial;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li:last-child {
  margin-bottom: 0;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .guarantee_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #3FB68D;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .grade_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #DD5A76;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .hc_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #29A1C8;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .sc_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #9451a0;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .guarantee_blogs_content,
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .grade_blogs_content,
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .happy_blogs_content {
  display: inline-block;
  vertical-align: middle;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .guarantee_blogs_content h5,
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .grade_blogs_content h5,
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .happy_blogs_content h5 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .guarantee_blogs_content p,
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .grade_blogs_content p,
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .happy_blogs_content p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats {
  /*flex: 0 0 73.5%; max-width: 73.5%;*/
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container {
  display: block;
  width: 100%;
  margin: -36px 0 0;
  padding: 0;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .current_cat_name {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 0 0 30px;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .current_cat_name h1 {
  display: block;
  margin: 0 0 3px;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #111;
  text-transform: uppercase;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .current_cat_name p {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 22px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li {
  float: left;
  width: 25%;
  padding: 0 7.5px;
  margin: 0 0 15px;
  text-align: center;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li:nth-child(4n+1) {
  padding-left: 0;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li a {
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 11px 0 10px;
  text-transform: capitalize;
  color: #666;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li a:hover {
  color: #fff;
  background: #00adef;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .cat_log_desc {
  display: block;
  width: 100%;
  margin: 0;
  padding: 25px 0 0;
  overflow: hidden;
  clear: both;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .cat_log_desc p {
  font-size: 12px;
  line-height: 17px;
  color: #888;
  font-family: 'Open Sans', sans-serif;
  display: block;
  width: 100%;
  margin: 0 0 17px;
}
.catalog-category-view .page-main .category_page_container .container .row .cat_banner_content .advertise_banner_content {
  display: block;
  width: 100%;
  margin: 30px 0 40px;
  padding: 0;
  overflow: hidden;
}
.catalog-category-view .page-main .category_page_container .container .row .cat_banner_content .advertise_banner_content .advertise_banner {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.catalog-category-view .page-main .zd-category-description {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.catalog-category-view .page-main .zd-category-description .zd-cat-description-right {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.catalog-category-view .page-main .zd-category-description .zd-cat-description-right .current_cat_main_name {
  display: none;
  text-align: center;
}
.catalog-category-view .page-main .zd-category-description .zd-cat-description-right .current_cat_name {
  display: block;
  width: 100%;
  margin: 14px 0 9px;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.catalog-category-view .page-main .zd-category-description .zd-cat-description-right .current_cat_name h1 {
  margin: 0;
  padding: 0 0 6px;
  display: block;
  width: 100%;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 24px;
  color: #666;
  text-transform: uppercase;
}
.catalog-category-view .page-main .zd-category-description .zd-cat-description-right .current_cat_name p {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  color: #888;
}
.catalog-category-view .swatch-option-tooltip {
  display: none !important;
}
.catalog-category-view .toolbar {
  display: none;
}
.amfinder-index-index .toolbar,
.catalogsearch-result-index .toolbar {
  display: none;
}
.amfinder-index-index .breadcrumbs,
.catalogsearch-result-index .breadcrumbs {
  display: none;
}
.amfinder-index-index .page-title-wrapper,
.catalogsearch-result-index .page-title-wrapper {
  display: none;
}
.amfinder-index-index .page.messages,
.catalogsearch-result-index .page.messages {
  display: none;
}
.amfinder-index-index .block.filter,
.catalogsearch-result-index .block.filter {
  display: none;
}
.amfinder-index-index .page-main,
.catalogsearch-result-index .page-main {
  display: block;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 15px;
  max-width: 1250px;
}
/* product view page */
.catalog-product-view .page-main {
  max-width: 1250px;
  padding-top: 0;
}
.catalog-product-view .page-main .product-main-top {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.catalog-product-view .page-main .product-main-top * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-product-view .page-main .product-main-top .product-top {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.catalog-product-view .page-main .product-main-top .product-top h1 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #111111;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 13px;
}
.catalog-product-view .page-main .product-main-top .product-top p {
  font-size: 12px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 18px;
}
.catalog-product-view .page-main .product-info-main {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}
.catalog-product-view .page-main .product-info-main .product-reviews-summary {
  display: none !important;
}
.catalog-product-view .page-main .product-info-main .product.media {
  float: left;
  width: 100%;
  max-width: 30%;
  margin: 0;
  padding: 78px 0;
}
.catalog-product-view .page-main .product-info-main .product.media .product_label_title,
.catalog-product-view .page-main .product-info-main .product.media .product-labels {
  float: none;
  display: inline-block;
  position: relative;
  margin: 14px 0 20px;
  top: 0;
  right: auto;
}
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .label_title,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .label_title,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .product-label,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .product-label,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .new-label,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .new-label,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .sale-label,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .sale-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #09981F;
  background: #DBF2E2;
  padding: 6px 9px 6px 10px;
  border-radius: 0;
  position: relative;
}
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .label_title:after,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .label_title:after,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .product-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .product-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .new-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .new-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .sale-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .sale-label:after {
  content: "";
  display: inline-block;
  right: -8px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  border-width: 13px 6px 13px 6px;
  top: 77%;
  margin-top: -20px;
  border-color: #DBF2E2 transparent #DBF2E2 #DBF2E2;
}
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .label_title.sale-label,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .label_title.sale-label,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .product-label.sale-label,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .product-label.sale-label,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .new-label.sale-label,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .new-label.sale-label,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .sale-label.sale-label,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .sale-label.sale-label {
  background: #f5d7d8;
  color: #EF3A33;
}
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .label_title.sale-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .label_title.sale-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .product-label.sale-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .product-label.sale-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .new-label.sale-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .new-label.sale-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .sale-label.sale-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .sale-label.sale-label:after {
  border-color: #f5d7d8 transparent #f5d7d8 #f5d7d8;
}
.catalog-product-view .page-main .product-info-main .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__stage {
  border: 0;
  background: initial;
  height: 325px !important;
}
.catalog-product-view .page-main .product-info-main .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__fullscreen-icon {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__stage__shaft {
  width: 240px !important;
  margin: auto 0 !important;
  text-align: center;
  border: 0;
}
.catalog-product-view .page-main .product-info-main .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__stage__shaft .fotorama__caption {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product.media .gallery-placeholder .loading-mask {
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  position: unset;
}
.catalog-product-view .page-main .product-info-main .product-main-content {
  float: left;
  width: 100%;
  max-width: 40%;
  margin: 0;
  padding: 29px 20px 0 10px;
}
.catalog-product-view .page-main .product-info-main .product-main-content .cartridge_type_product {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.catalog-product-view .page-main .product-info-main .product-main-content .cartridge_type_product .cartridge_type_item {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-main-content .cartridge_type_product .cartridge_type_item a {
  text-decoration: none;
  color: #111111;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-weight: bold;
}
.catalog-product-view .page-main .product-info-main .product-main-content .page-title-wrapper.product {
  display: block;
  width: 100%;
  margin: 0 0 29px;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-main-content .page-title-wrapper.product .page-title {
  text-decoration: none;
  color: #111111;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: left;
}
.catalog-product-view .page-main .product-info-main .product-main-content .price-tier_price .tier-price-block .prices-tier.items {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}
.catalog-product-view .page-main .product-info-main .product-main-content .price-tier_price .tier-price-block .prices-tier.items .item {
  display: block;
  width: 100%;
  margin: 0;
  margin: 0 0 10px;
  padding: 0;
  color: #9D9FA4;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
}
.catalog-product-view .page-main .product-info-main .product-main-content .price-tier_price .tier-price-block .prices-tier.items .item .price-tier_price .price-wrapper .price {
  color: #111;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-main-content .price-tier_price .tier-price-block .prices-tier.items .item .benefit {
  margin: 0;
  padding: 0;
  color: #9D9FA4;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.catalog-product-view .page-main .product-info-main .product-main-content .price-tier_price .label-price {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-main-content .price-tier_price .price {
  font-size: 14px;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper {
  float: left;
  width: auto;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-right: 1px solid #dedede;
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset {
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset .swatch-opt {
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-label {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options {
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option {
  margin: 8px 10px 8px 0;
  padding: 0;
  width: auto;
  height: 30px;
  border: 0;
  border-radius: none;
  box-shadow: none;
  background: none !important;
  float: left;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option:nth-child(2n+1) {
  clear: both;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option .swatch-optioncolor {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option .title {
  display: inline-block;
  padding-left: 10px;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  color: #141721;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option:hover {
  outline: 0;
  border: 0;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 0;
  border: 0;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product_service_content {
  float: left;
  padding: 0 0 0 20px;
  width: 50%;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product_service_content .product_type_service {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product_service_content .product_type_service li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  vertical-align: bottom;
  color: #444;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product_service_content .product_type_service li:before {
  content: "";
  background: url("../images/true_symbol.png") no-repeat;
  display: inline-block;
  background-size: 11.73px;
  width: 23px;
  height: 17px;
  vertical-align: bottom;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product_service_content .product_type_service li a {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #444;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product_service_content .product_type_service li p {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #444;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-reviews-summary {
  display: none !important;
  clear: both;
  padding-top: 20px;
  overflow: hidden;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview {
  display: block;
  width: 100%;
  overflow: hidden;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview .value {
  margin: 32px 0 28px;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview .value a {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview .value p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview .value ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview .value ul li {
  margin: 0;
  padding: 0 0 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
  list-style-type: disc;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview .value ul li a {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview .value ul li p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content {
  float: right;
  width: 100%;
  max-width: 30%;
  margin: 0;
  padding: 33px 0 0 25px;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content > .tier-price,
.catalog-product-view .page-main .product-info-main .product-viewform-content > .box-tocart {
  display: none !important;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-info-price {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-bottom: none;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-info-price .price-box {
  display: inline-block;
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-info-price .price-box .price-wrapper .label-price {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 12px;
  color: #111;
  font-weight: 500;
  margin-right: 5px;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-info-price .price-box .price-wrapper .price {
  color: #EF3A33;
  font-weight: bold;
  font-size: 18px;
  line-height: 12px;
  font-family: 'Open Sans', sans-serif;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-info-price .price-box .normal-price .price-label {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 12px;
  color: #111;
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-info-price .price-box .normal-price .price-wrapper .price {
  color: #EF3A33;
  font-weight: bold;
  font-size: 18px;
  line-height: 12px;
  font-family: 'Open Sans', sans-serif;
  /*&:before { content: "Price: "; font-size: 18px; font-family: 'Open Sans', sans-serif; line-height: 12px; color: #111; font-weight: 500;}*/
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart {
  margin: 0;
  padding: 10px 0 0;
  width: 100%;
  display: block;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .field.qty {
  float: left;
  width: 100%;
  max-width: 70px;
  margin: 0 10px 0 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .field.qty .control {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .field.qty .control .qtyminus {
  width: 23px;
  height: 34px;
  float: left;
  line-height: 34px;
  border: 1px solid #9D9FA4;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  text-align: center;
  background: #fff;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .field.qty .control .qtyminus i:before {
  content: "-";
  font-size: 12px;
  color: #666;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .field.qty .control .input-text.qty {
  width: 22px;
  height: 34px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  float: left;
  font-size: 12px;
  color: #444;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #9D9FA4;
  border-left: 0;
  border-right: 0;
  background: #fff;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .field.qty .control .input-text.qty:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .field.qty .control .qtyplus {
  width: 23px;
  height: 34px;
  float: left;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  line-height: 34px;
  border: 1px solid #9D9FA4;
  border-left: 0;
  text-align: center;
  background: #fff;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .field.qty .control .qtyplus i:before {
  content: "+";
  font-size: 12px;
  color: #666;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .actions {
  float: left;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .actions .action.primary.tocart {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  padding: 9px 0;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #00adef;
  border: 0;
  height: auto;
  width: 200px;
  margin: 0;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart {
  margin: 0;
  padding: 10px 0 0;
  width: 100%;
  display: block;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .field.qty {
  float: left;
  width: 100%;
  max-width: 70px;
  margin: 0 10px 0 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .field.qty .control {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .field.qty .control .qtyminus {
  width: 23px;
  height: 34px;
  float: left;
  line-height: 34px;
  border: 1px solid #9D9FA4;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  text-align: center;
  background: #fff;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .field.qty .control .qtyminus i:before {
  content: "-";
  font-size: 12px;
  color: #666;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .field.qty .control .input-text.qty {
  width: 22px;
  height: 34px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  float: left;
  font-size: 12px;
  color: #444;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #9D9FA4;
  border-left: 0;
  border-right: 0;
  background: #fff;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .field.qty .control .input-text.qty:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .field.qty .control .qtyplus {
  width: 23px;
  height: 34px;
  float: left;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  line-height: 34px;
  border: 1px solid #9D9FA4;
  border-left: 0;
  text-align: center;
  background: #fff;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .field.qty .control .qtyplus i:before {
  content: "+";
  font-size: 12px;
  color: #666;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .actions {
  float: left;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .actions .action.primary.tocart {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  padding: 9px 0;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #00adef;
  border: 0;
  height: auto;
  width: 200px;
  margin: 0;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.title {
  padding-top: 20px;
  background: none;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.title .data.switch {
  border: 1px solid #E9E9E9 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f9f9fb;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 24px;
  height: auto;
  padding: 9px 30px 10px;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.title .data.switch:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content {
  display: block !important;
  border: 1px solid #e9e9e9;
  border-top: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .product.attribute.description {
  padding: 25px 30px;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value {
  margin: 0;
  padding: 0;
  color: #9D9FA4;
  font-size: 14px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value a {
  margin: 0;
  padding: 0;
  color: #9D9FA4;
  font-size: 14px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value ul li {
  margin: 0;
  padding: 0 0 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #9D9FA4;
  list-style-type: disc;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value ul li a {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #9D9FA4;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value ul li p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #9D9FA4;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block {
  padding: 10px 29px 29px;
  margin: 0;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #111;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-title strong {
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #111;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form {
  max-width: 535px;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset {
  margin: 0;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .review-field-ratings > .label {
  display: none !important;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .legend {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #111;
  margin-bottom: 20px;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .legend span {
  float: left;
  text-transform: initial;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .legend strong {
  float: left;
  padding-left: 5px;
  font-weight: normal;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field {
  margin: 0 0 15px;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field label {
  display: none;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control input,
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control textarea {
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #9D9FA4;
  resize: none;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control input::placeholder,
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control textarea::placeholder {
  color: #9D9FA4;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control input::-moz-placeholder,
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control textarea::-moz-placeholder {
  color: #9D9FA4;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control input::-webkit-input-placeholder,
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control textarea::-webkit-input-placeholder {
  color: #9D9FA4;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control input:-ms-input-placeholder,
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control textarea:-ms-input-placeholder {
  color: #9D9FA4;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control input:focus,
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .actions-toolbar .actions-primary {
  float: right;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .actions-toolbar .actions-primary .action.submit.primary {
  background: #00adef;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 8px 35px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0;
  height: auto;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .compatible-printer {
  display: block;
  margin: 0;
  padding: 10px 30px;
  width: 100%;
  overflow: hidden;
  list-style: none;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .compatible-printer li {
  display: block;
  margin: 0;
  padding: 10px 0;
  overflow: hidden;
  float: left;
  width: 14.285714286%;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .compatible-printer li a {
  font-size: 14px;
  line-height: 28px;
  color: #111111;
  font-weight: normal;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.3s ease-in-out 0s;
  -moz-transition: 0.3s ease-in-out 0s;
  -webkit-transition: 0.3s ease-in-out 0s;
  -o-transition: 0.3s ease-in-out 0s;
  -ms-transition: 0.3s ease-in-out 0s;
  text-decoration: none;
  padding-left: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .compatible-printer li a:before {
  content: '•';
  display: block;
  margin: 0;
  padding: 0;
  line-height: 28px;
  position: absolute;
  top: 0;
  left: 10px;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .compatible-printer li a:hover {
  color: #00AEEF;
}
.catalog-product-view .page-main .products-upsell .product-items .product-item .product-item-info .product-item-details .price-box .price-wrapper .label-price,
.catalog-product-view .page-main .products-related .product-items .product-item .product-item-info .product-item-details .price-box .price-wrapper .label-price {
  display: none;
}
/* checkout-cart-index */
.checkout-cart-index .page-main {
  max-width: 1250px;
  padding-top: 0;
}
.checkout-cart-index .page-main .page-title-wrapper {
  display: block;
  width: 100%;
  margin: 30px 0 30px;
}
.checkout-cart-index .page-main .page-title-wrapper .page-title {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #111;
  text-transform: uppercase;
}
.checkout-cart-index .page-main .cart-container {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-summary {
  width: 27.82%;
  background: none;
  border-radius: 0;
  border: 1px solid #E9E9E9;
  margin: 0;
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-summary .summary.title {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #111;
  line-height: 22px;
  text-transform: uppercase;
  background: #f9f9fb;
  border-bottom: 1px solid #e9e9e9;
  cursor: pointer;
}
.checkout-cart-index .page-main .cart-container .cart-summary .summary.title:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #999999;
  font-size: 14px;
  float: right;
}
.checkout-cart-index .page-main .cart-container .cart-summary .summary.title.active:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #999999;
  font-size: 14px;
  float: right;
}
.checkout-cart-index .page-main .cart-container .block.shipping {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-totals {
  border: 0;
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper {
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px 20px 0;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals {
  margin: 0;
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals.shipping .label {
  display: inline-block;
  padding: 0 0 18px !important;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals .mark,
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals .amount {
  font-family: 'Open Sans', sans-serif;
  color: #111;
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  border-color: #dfdfdf;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals .mark {
  text-align: left;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals .mark .label {
  font-family: 'Open Sans', sans-serif;
  color: #111;
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals .amount {
  text-align: right;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .grand {
  border-bottom: 1px solid #e9e9e9;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .grand .mark,
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .grand .amount {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  color: #111;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .grand .mark strong,
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .grand .amount strong {
  padding: 10px 0;
}
.checkout-cart-index .page-main .cart-container .checkout-methods-items {
  display: block;
  margin: 0;
  padding: 15px 20px 20px;
}
.checkout-cart-index .page-main .cart-container .checkout-methods-items li .action.primary.checkout {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  background: #3FADEF;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  height: 50px;
}
.checkout-cart-index .page-main .form.form-cart {
  width: 69.72%;
  padding-right: 0;
  margin-bottom: 0;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper {
  margin: 0 0 20px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table {
  margin: 0;
  padding: 0;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table .separator {
  height: 20px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table thead {
  display: none;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody {
  border-top: 0;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody.cart.item {
  border: 1px solid #e9e9e9 !important;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.item {
  padding-left: 40px;
  padding-top: 40px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.item .product-item-photo .product-image-container {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.item .product-item-details .product-item-name {
  margin-top: 0;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.item .product-item-details .product-item-name a {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #111;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.item .product-item-details .item-options.desc {
  width: 75%;
  height: 45px;
  overflow: hidden;
  font-size: 10px;
  line-height: 14px;
  color: #9D9FA4;
  font-family: 'Open Sans', sans-serif;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.item .product-item-details .item-options.bundled-desc .bundled-selection {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.item .product-item-details .item-options.bundled-desc .bundled-selection span:not(.product-image-container) {
  margin-right: 5px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.item .product-item-details .item-options.bundled-desc .product-image-container {
  width: 30px !important;
  min-width: 30px;
  border: none;
  padding: 0;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.price .label {
  display: block;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 19px;
  color: #9D9FA4;
  font-weight: normal;
  margin: 0;
  padding: 0 0 25px;
  position: initial;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.price .price-excluding-tax .cart-price .price {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #111;
  line-height: 28px;
  font-weight: bold;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.qty .field.qty {
  min-width: 150px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.qty .field.qty .label {
  display: block;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 19px;
  color: #9D9FA4;
  font-weight: normal;
  margin: 0;
  padding: 0 0 20px;
  position: initial;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.qty .field.qty .control.qty .qtyminus {
  width: 23px;
  height: 34px;
  float: left;
  line-height: 34px;
  border: 1px solid #E9E9E9;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  text-align: center;
  background: #F9F9FA;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.qty .field.qty .control.qty .qtyminus i:before {
  content: "-";
  font-size: 12px;
  color: #666;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.qty .field.qty .control.qty .input-text.qty {
  width: 22px;
  height: 34px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  float: left;
  font-size: 12px;
  color: #444;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #E9E9E9;
  border-left: 0;
  border-right: 0;
  background: #F9F9FA;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.qty .field.qty .control.qty .input-text.qty:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.qty .field.qty .control.qty .qtyplus {
  width: 23px;
  height: 34px;
  float: left;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  line-height: 34px;
  border: 1px solid #E9E9E9;
  border-left: 0;
  text-align: center;
  background: #F9F9FA;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.qty .field.qty .control.qty .qtyplus i:before {
  content: "+";
  font-size: 12px;
  color: #666;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.subtotal {
  border-right: 1px solid #e9e9e9;
  padding-right: 30px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.subtotal .label {
  display: block;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 19px;
  color: #9D9FA4;
  font-weight: normal;
  margin: 0;
  padding: 0 0 25px;
  position: initial;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.subtotal .price-excluding-tax .cart-price .price {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #111;
  line-height: 28px;
  font-weight: bold;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-actions .actions-toolbar {
  margin-right: 15px;
  margin-bottom: 8px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-actions .actions-toolbar .action {
  margin: 0;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-actions .actions-toolbar .action.action-towishlist {
  display: none;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-actions .actions-toolbar .action.action-edit {
  padding: 0 30px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-actions .actions-toolbar .action.action-edit:before {
  content: "";
  display: inline-block;
  background: url("../images/edit.svg") no-repeat;
  width: 22px;
  height: 22px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-actions .actions-toolbar .action.action-delete {
  border-left: 1px solid #cdcdcd;
  padding-left: 10px;
  margin-left: 15px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-actions .actions-toolbar .action.action-delete:before {
  content: "";
  display: inline-block;
  background: url("../images/delete.svg") no-repeat;
  width: 22px;
  height: 22px;
}
.checkout-cart-index .page-main .form.form-cart .cart.main.actions {
  margin-top: -20px;
}
.checkout-cart-index .page-main .form.form-cart .cart.main.actions .action {
  background: #f9f9fb;
  color: #111;
  line-height: 19px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  border: 1px solid #E9E9E9;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 40px;
  padding: 0 30px;
  margin-right: 15px;
}
.checkout-cart-index .page-main .form.form-cart .cart.main.actions .action.clear {
  display: inline-block;
}
.checkout-cart-index .page-main .form.form-cart .cart.main.actions .action.update {
  margin-right: 0px;
}
.checkout-cart-index .page-main .cart-discount {
  width: 255px;
  padding: 0;
  margin-top: -40px;
}
.checkout-cart-index .page-main .cart-discount .block.discount {
  width: 100%;
}
.checkout-cart-index .page-main .cart-discount .block.discount .title {
  padding: 0 0 15px;
  display: inline-block;
}
.checkout-cart-index .page-main .cart-discount .block.discount .title strong {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #111;
  line-height: 19px;
  padding: 0;
  margin: 0;
}
.checkout-cart-index .page-main .cart-discount .block.discount .title strong:after {
  content: "\f106";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 14px;
  color: #111110;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}
.checkout-cart-index .page-main .cart-discount .block.discount.active .title strong:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 14px;
  color: #111110;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}
.checkout-cart-index .page-main .cart-discount .block.discount .content {
  display: block !important;
}
.checkout-cart-index .page-main .cart-discount .block.discount .content form .fieldset .field .control input {
  line-height: 17px;
  font-size: 12px;
  color: #808080;
  background: #fff;
  border-color: #e9e9e9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 33px;
  font-family: 'Open Sans', sans-serif;
}
.checkout-cart-index .page-main .cart-discount .block.discount .content form .fieldset .field .control input::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-cart-index .page-main .cart-discount .block.discount .content form .fieldset .field .control input::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-cart-index .page-main .cart-discount .block.discount .content form .fieldset .field .control input::-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-cart-index .page-main .cart-discount .block.discount .content form .fieldset .field .control input:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-cart-index .page-main .cart-discount .block.discount .content form .fieldset .actions-toolbar .primary .action.apply.primary {
  height: 33px;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 18.5px;
}
.checkout-cart-index .page-main .cart-discount .block.discount .content form .fieldset .actions-toolbar .primary .action.apply.primary:hover {
  border: 0;
}
.checkout-cart-index .page-main .cart-discount .block.discount.active .content {
  display: none !important;
}
.checkout-cart-index .page-main .cart-empty {
  text-align: center;
}
.checkout-cart-index .page-main .cart-empty + .checkout-success .actions-toolbar {
  text-align: center;
}
.checkout-cart-index .page-main .cart-empty + .checkout-success .actions-toolbar .primary {
  float: none;
}
.checkout-cart-index .page-main .cart-empty + .checkout-success .actions-toolbar .primary .action.primary.continue {
  margin-right: 0;
}
.checkout-cart-index .page-main .cart-empty a {
  display: inline-block;
}
/* checkout-index-index */
.checkout-index-index {
  color: #111;
  font-family: 'Open Sans', sans-serif;
  line-height: 19px;
  font-size: 14px;
}
.checkout-index-index .page-main {
  max-width: 1250px;
  padding-top: 0;
}
.checkout-index-index .page-main .checkout-container .authentication-wrapper {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar {
  margin: 40px 0;
  text-align: center;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item:first-child span {
  text-align: left;
  margin-left: -55px;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item:first-child span:before {
  left: 0;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item:last-child span {
  text-align: right;
  margin-right: -80px;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item:last-child span:before {
  right: 0;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item span {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item span:before {
  content: "";
  background: url("../images/unseclect_round.png") no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
  left: initial;
  right: 0;
  top: 4px;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item span:after {
  content: "";
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._complete:before {
  background: #E9E9E9;
  height: 1px;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._complete span {
  color: #00AEEF;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._complete span:before {
  content: "";
  background: url("../images/select_round.svg") no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
  top: 4px;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._complete span:after {
  content: "";
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._active:before {
  background: #E9E9E9;
  height: 1px;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._active span {
  color: #00AEEF;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._active span:before {
  content: "";
  background: url("../images/select_round.svg") no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
  top: 4px;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._active span:after {
  content: "";
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item:before {
  background: #E9E9E9;
  height: 1px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper {
  width: 53.19%;
  padding: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-title {
  display: block;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li.checkout-shipping-address .step-title {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li.checkout-shipping-address .step-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #111;
  font-weight: bold;
  border-bottom: 0;
  border-bottom: 1px solid #e9e9e9;
  text-transform: uppercase;
  padding-bottom: 15px;
  display: block;
  margin: 0 0 20px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #111;
  font-weight: bold;
  border-bottom: 0;
  padding-bottom: 0;
  border-top: 1px solid #e9e9e9;
  text-transform: uppercase;
  padding-top: 18px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.form-discount {
  border-bottom: 0;
  padding: 0 0 22px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.form-login .fieldset .field .label {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.form-shipping-address {
  margin-top: 39px;
  border-bottom: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.form-shipping-address .fieldset .field .label {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 5px;
  color: #111;
  line-height: 19px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control.newsletter-control {
  display: flex;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control .label {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control .label.checkout-news-letter {
  display: inline-block !important;
  width: calc(100% - 20px);
  white-space: normal;
  color: #999;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control .note {
  font-size: 14px;
  line-height: 19px;
  color: #999;
  font-family: 'Open Sans', sans-serif;
  margin-top: 7px;
  margin-bottom: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control .field-tooltip.toggle {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control input.checkout-newsletter-input,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control select.checkout-newsletter-input,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control textarea.checkout-newsletter-input {
  width: 20px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control input:not([type="checkbox"]),
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control select:not([type="checkbox"]),
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control textarea:not([type="checkbox"]) {
  background: #fff;
  border: 1px solid #E9E9E9;
  height: 48px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  line-height: 19px;
  font-size: 14px;
  width: 100%;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control input::placeholder,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control select::placeholder,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control textarea::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control input::-moz-placeholder,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control select::-moz-placeholder,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control textarea::-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control input::-webkit-input-placeholder,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control select::-webkit-input-placeholder,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control textarea::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control input:-ms-input-placeholder,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control select:-ms-input-placeholder,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control textarea:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control input:focus,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control select:focus,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control textarea:focus {
  box-shadow: none;
  outline: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field.sms-number .sms-number-element .sms_std_code {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  max-width: 125px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field[name="shippingAddress.region_id"],
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field[name="shippingAddress.country_id"] {
  position: relative;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field[name="shippingAddress.region_id"]:after,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field[name="shippingAddress.country_id"]:after {
  content: "";
  background: url("../images/select_down.png") no-repeat;
  width: 10px;
  height: 10px;
  background-size: 10px;
  position: absolute;
  top: 20px;
  right: 10px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.methods-shipping table thead {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.methods-shipping table tbody .col-method {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.methods-shipping table tbody .col-price {
  padding: 18px 0 38px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.methods-shipping table tbody .col-price .price[data-bind="text: getFormattedPrice(method.price_excl_tax)"] {
  display: inline-block;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.methods-shipping table tbody .col-price .price[data-bind="text: getFormattedPrice(method.price_excl_tax)"]:before {
  content: "Shipping:";
  display: inline-block;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  padding-right: 5px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.methods-shipping table tbody .col-carrier {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment {
  position: relative;
  padding-bottom: 0px;
  /* &:not(.actions-toolbar) { padding-bottom: 85px;} */
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .step-title {
  margin: 0;
  padding: 0 0 19px;
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  line-height: 32px;
  font-weight: 500;
  color: #111;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method {
  /* padding-left: 30px;*/
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method._active .payment-method-title {
  padding: 12px 0 8px;
  display: inline-block;
  width: 100%;
  border: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method._active .payment-method-content {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method._active .payment-method-content .payment-method-billing-address {
  margin: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method._active .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details {
  padding: 0 0 0 28px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method._active .payment-method-content p {
  margin: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method._active .actions-toolbar {
  /* position: absolute; bottom: 0; right: 0; width: 95.5%;*/
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method._active .checkout-billing-address > .fieldset > .actions-toolbar {
  width: 100%;
  position: static;
  margin-bottom: 20px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method._active .checkout-billing-address > .fieldset > .actions-toolbar .primary .action.action-update {
  float: left;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method._active .checkout-billing-address > .fieldset > .actions-toolbar .primary .action.action-cancel {
  margin: -1px 0 0 18px;
  float: left;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-title {
  padding: 18px 0 15px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  border-top: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-title input {
  float: left;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-title label {
  float: left;
  width: auto;
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #111;
  text-transform: uppercase;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 0 0 5px;
  clear: both;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block label {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #111;
  font-weight: normal;
  padding-left: 10px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details {
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #111;
  font-weight: normal;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #111;
  font-weight: normal;
  text-decoration: none;
  margin-top: 17px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code {
  padding-top: 25px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-title.field.choice {
  padding: 10px 0 15px;
  border-top: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-title.field.choice span {
  font-family: 'Open Sans', sans-serif;
  line-height: 19px;
  font-size: 14px;
  color: #111;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-title.field.choice span.action-toggle:after {
  content: "\f106";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 14px;
  color: #111110;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-content {
  padding: 0;
  display: block !important;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-content .form-discount .payment-option-inner {
  display: table-cell;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-content .form-discount .payment-option-inner .field .control input {
  line-height: 17px;
  font-size: 12px;
  color: #808080;
  background: #fff;
  border-color: #e9e9e9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 32px;
  font-family: 'Open Sans', sans-serif;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-content .form-discount .payment-option-inner .field .control input::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-content .form-discount .payment-option-inner .field .control input::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-content .form-discount .payment-option-inner .field .control input::-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-content .form-discount .payment-option-inner .field .control input:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-content .form-discount .actions-toolbar .primary .action.action-apply {
  height: 32px;
  font-size: 12px;
  color: #fff;
  line-height: 17px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #00ADEF;
  margin: 0;
  border: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code._active .payment-option-title.field.choice .action-toggle:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 14px;
  color: #111110;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code._active .payment-option-content {
  display: none !important;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .field-select-billing,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .billing-address-form {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .field-select-billing .fieldset .field .label,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .billing-address-form .fieldset .field .label {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .field-select-billing .fieldset .field.choice input[type="checkbox"],
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .billing-address-form .fieldset .field.choice input[type="checkbox"] {
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .field-select-billing .fieldset .field.choice .label,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .billing-address-form .fieldset .field.choice .label {
  margin: 0;
  padding: 0 0 0 5px;
  color: #111;
  line-height: 19px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  display: inline;
  vertical-align: middle;
  width: auto;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .actions-toolbar .primary {
  float: none;
  width: 100%;
  text-align: center;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .actions-toolbar .primary .button,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .actions-toolbar .primary .checkout {
  width: 100%;
  height: 48px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  border: 0;
  text-transform: uppercase;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper {
  margin: 0;
  padding: 0;
  width: 27.82%;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-header {
  margin: 0;
  padding: 0;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 !important;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary {
  border: 1px solid #e9e9e9;
  background: none;
  padding: 0;
  margin: 0;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary span.title {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #111;
  text-transform: uppercase;
  background: #F9F9FA;
  border-bottom: 1px solid #e9e9e9;
  padding: 13px 20px;
  cursor: pointer;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary span.title:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #999999;
  font-size: 14px;
  float: right;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary span.title.active:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #999999;
  font-size: 14px;
  float: right;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary > .title {
  margin-bottom: 0 !important;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart {
  padding: 13px 20px 6px !important;
  display: block !important;
  height: auto !important;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .title {
  display: block;
  border-bottom: 2px solid #EFEFEF;
  margin-left: -20px;
  margin-right: -20px;
  padding: 12px 56px 12px 20px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .title strong {
  color: #111111;
  line-height: 22px;
  font-size: 16px;
  font-weight: normal;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .title:after {
  color: #9A9A9A;
  right: 20px;
  top: 14px;
  font-size: 22px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items {
  display: block !important;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-image-container {
  border: 0;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details {
  margin-top: 11px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .product-item-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #111;
  line-height: 24px;
  font-weight: bold;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty {
  margin-top: 4px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty .label {
  position: initial;
  color: #111;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  padding-left: 0;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty .value {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .subtotal {
  vertical-align: middle;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .subtotal .cart-price .price {
  font-weight: bold;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart.active .minicart-items {
  display: none !important;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table {
  border: 0;
  border-collapse: unset;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 4px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.sub .mark,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.sub .amount {
  padding: 14px 20px 0;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.sub .mark {
  padding-left: 0;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.sub .amount {
  padding-right: 12px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.shipping .mark,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.shipping .amount {
  padding: 0 20px 18px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.shipping .mark {
  padding-left: 0;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.shipping .amount {
  padding-right: 12px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals .mark,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals .amount {
  padding: 0 20px 0;
  font-family: 'Open Sans', sans-serif;
  line-height: 36px;
  font-size: 16px;
  color: #111;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals .mark {
  padding-left: 0;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals .amount {
  padding-right: 12px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals .mark .label,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals .mark .value {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  line-height: 36px;
  font-size: 16px;
  color: #111;
  padding: 0;
  font-weight: normal;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.grand strong {
  padding: 8px 0;
  font-weight: bold;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.grand .mark,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.grand .amount {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  background: #ffffff;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart {
  display: none !important;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary.active table {
  display: table !important;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary.active .block.items-in-cart {
  display: block !important;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information {
  margin: 30px 0 0;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-to,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-via {
  margin: 0 0 12px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title {
  display: inline-block;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #111;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
  text-transform: uppercase;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title .action.action-edit:before,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title .action.action-edit:before {
  content: "";
  background: url("../images/edit.svg") no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -3px;
  right: 10px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-to .shipping-information-content,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-via .shipping-information-content {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #111;
  text-transform: capitalize;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-to .shipping-information-content a,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-via .shipping-information-content a {
  text-decoration: none;
  margin-top: 17px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #111;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-to .shipping-information-content span,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-via .shipping-information-content span {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #111;
}
.checkout-index-index .modal-popup .form-shipping-address,
.checkout-index-index .modal-popup .form-billing-address {
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0 0 5px;
  color: #111;
  line-height: 19px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
.checkout-index-index .modal-popup .fieldset .field .control .label {
  display: none;
}
.checkout-index-index .modal-popup .fieldset .field .control .note {
  font-size: 14px;
  line-height: 19px;
  color: #999;
  font-family: 'Open Sans', sans-serif;
  margin-top: 7px;
  margin-bottom: 21px;
}
.checkout-index-index .modal-popup .fieldset .field .control .field-tooltip.toggle {
  display: none;
}
.checkout-index-index .modal-popup .fieldset .field .control input,
.checkout-index-index .modal-popup .fieldset .field .control select,
.checkout-index-index .modal-popup .fieldset .field .control textarea {
  background: #fff;
  border: 1px solid #E9E9E9;
  height: 48px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  line-height: 19px;
  font-size: 14px;
  width: 100%;
}
.checkout-index-index .modal-popup .fieldset .field .control input::placeholder,
.checkout-index-index .modal-popup .fieldset .field .control select::placeholder,
.checkout-index-index .modal-popup .fieldset .field .control textarea::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .modal-popup .fieldset .field .control input::-moz-placeholder,
.checkout-index-index .modal-popup .fieldset .field .control select::-moz-placeholder,
.checkout-index-index .modal-popup .fieldset .field .control textarea::-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .modal-popup .fieldset .field .control input::-webkit-input-placeholder,
.checkout-index-index .modal-popup .fieldset .field .control select::-webkit-input-placeholder,
.checkout-index-index .modal-popup .fieldset .field .control textarea::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .modal-popup .fieldset .field .control input:-ms-input-placeholder,
.checkout-index-index .modal-popup .fieldset .field .control select:-ms-input-placeholder,
.checkout-index-index .modal-popup .fieldset .field .control textarea:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .modal-popup .fieldset .field .control input:focus,
.checkout-index-index .modal-popup .fieldset .field .control select:focus,
.checkout-index-index .modal-popup .fieldset .field .control textarea:focus {
  box-shadow: none;
  outline: 0;
}
.checkout-index-index .modal-popup .fieldset .field .control select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.checkout-index-index .modal-popup .fieldset .field.sms-number > .label {
  display: none;
}
.checkout-index-index .modal-popup .fieldset .field.sms-number .sms-number-element .sms_std_code {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  max-width: 125px;
}
.checkout-index-index .modal-popup .fieldset .field.choice input[type="checkbox"] {
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
}
.checkout-index-index .modal-popup .fieldset .field.choice .label {
  margin: 0;
  padding: 0 0 0 5px;
  color: #111;
  line-height: 19px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  display: inline;
  vertical-align: middle;
  width: auto;
}
.checkout-index-index .modal-popup .form-shipping-address .fieldset .field[name="shippingAddress.region_id"],
.checkout-index-index .modal-popup .form-shipping-address .fieldset .field[name="shippingAddress.country_id"] {
  position: relative;
}
.checkout-index-index .modal-popup .form-shipping-address .fieldset .field[name="shippingAddress.region_id"]:after,
.checkout-index-index .modal-popup .form-shipping-address .fieldset .field[name="shippingAddress.country_id"]:after {
  content: "";
  background: url("../images/select_down.png") no-repeat;
  width: 10px;
  height: 10px;
  background-size: 10px;
  position: absolute;
  top: 20px;
  right: 10px;
}
.checkout-index-index .modal-popup .form-billing-address .fieldset .field[name="billingAddress.region_id"],
.checkout-index-index .modal-popup .form-billing-address .fieldset .field[name="billingAddress.country_id"] {
  position: relative;
}
.checkout-index-index .modal-popup .form-billing-address .fieldset .field[name="billingAddress.region_id"]:after,
.checkout-index-index .modal-popup .form-billing-address .fieldset .field[name="billingAddress.country_id"]:after {
  content: "";
  background: url("../images/select_down.png") no-repeat;
  width: 10px;
  height: 10px;
  background-size: 10px;
  position: absolute;
  top: 20px;
  right: 10px;
}
.checkout-index-index .modal-content #opc-new-shipping-address {
  padding-bottom: 15px;
}
/*checkout-onepage-success*/
.checkout-onepage-success {
  color: #111;
  font-family: 'Open Sans', sans-serif;
  line-height: 19px;
  font-size: 14px;
}
.checkout-onepage-success .checkout-success p {
  color: #111;
  font-family: 'Open Sans', sans-serif;
  line-height: 19px;
  font-size: 14px;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary .action.primary {
  background: #3FADEF;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0;
}
.checkout-onepage-success .action.primary {
  background: #3FADEF;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0;
}
/* register*/
.customer-account-create,
.customer-account-forgotpassword {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #111;
}
.customer-account-create .page-main,
.customer-account-forgotpassword .page-main {
  max-width: 1250px;
  padding-top: 0;
}
.customer-account-create .page-main .page-title-wrapper,
.customer-account-forgotpassword .page-main .page-title-wrapper {
  margin: 60px 0 44px;
}
.customer-account-create .page-main .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-main .page-title-wrapper .page-title {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 49px;
  color: #111;
  font-weight: 400;
}
.customer-account-create .page-main form,
.customer-account-forgotpassword .page-main form {
  border: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none !important;
}
.customer-account-create .page-main form fieldset,
.customer-account-forgotpassword .page-main form fieldset {
  float: none;
  width: 650px !important;
  clear: both;
  padding: 0 !important;
}
.customer-account-create .page-main form fieldset.info,
.customer-account-forgotpassword .page-main form fieldset.info {
  margin: 0 0 31px;
}
.customer-account-create .page-main form fieldset.account,
.customer-account-forgotpassword .page-main form fieldset.account {
  margin: 0;
}
.customer-account-create .page-main form fieldset .forgot_title,
.customer-account-forgotpassword .page-main form fieldset .forgot_title {
  display: inline-block;
  width: 100%;
  margin: 70px 0 0;
}
.customer-account-create .page-main form fieldset .forgot_title h4,
.customer-account-forgotpassword .page-main form fieldset .forgot_title h4 {
  margin: 0;
  padding: 0 0 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #111;
  text-transform: uppercase;
  border-bottom: 1px solid #e9e9e9;
}
.customer-account-create .page-main form fieldset .legend,
.customer-account-forgotpassword .page-main form fieldset .legend {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  color: #111;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.customer-account-create .page-main form fieldset .field,
.customer-account-forgotpassword .page-main form fieldset .field {
  margin: 0 0 15px;
  max-width: 100%;
}
.customer-account-create .page-main form fieldset .field.note,
.customer-account-forgotpassword .page-main form fieldset .field.note {
  margin: 0;
  padding: 11px 0 38px;
  color: #999999;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
}
.customer-account-create .page-main form fieldset .field.newsletter input,
.customer-account-forgotpassword .page-main form fieldset .field.newsletter input {
  float: left;
  margin: 0;
}
.customer-account-create .page-main form fieldset .field.newsletter input:focus,
.customer-account-forgotpassword .page-main form fieldset .field.newsletter input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.customer-account-create .page-main form fieldset .field.newsletter .label,
.customer-account-forgotpassword .page-main form fieldset .field.newsletter .label {
  display: inline-block;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #111;
  padding-top: 0;
}
.customer-account-create .page-main form fieldset .field.password .control .password-none,
.customer-account-forgotpassword .page-main form fieldset .field.password .control .password-none {
  display: none;
}
.customer-account-create .page-main form fieldset .field.password .control .password-strength-meter,
.customer-account-forgotpassword .page-main form fieldset .field.password .control .password-strength-meter {
  display: none;
}
.customer-account-create .page-main form fieldset .field .label,
.customer-account-forgotpassword .page-main form fieldset .field .label {
  display: none;
}
.customer-account-create .page-main form fieldset .field .control input,
.customer-account-forgotpassword .page-main form fieldset .field .control input {
  height: 48px;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #E9E9E9;
}
.customer-account-create .page-main form fieldset .field .control input:focus,
.customer-account-forgotpassword .page-main form fieldset .field .control input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.customer-account-create .page-main form fieldset .field .control input::placeholder,
.customer-account-forgotpassword .page-main form fieldset .field .control input::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.customer-account-create .page-main form fieldset .field .control input:-moz-placeholder,
.customer-account-forgotpassword .page-main form fieldset .field .control input:-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.customer-account-create .page-main form fieldset .field .control input:-ms-input-placeholder,
.customer-account-forgotpassword .page-main form fieldset .field .control input:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.customer-account-create .page-main form fieldset .field .control input::-webkit-input-placeholder,
.customer-account-forgotpassword .page-main form fieldset .field .control input::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.customer-account-create .page-main form .actions-toolbar,
.customer-account-forgotpassword .page-main form .actions-toolbar {
  padding: 0 !important;
}
.customer-account-create .page-main form .actions-toolbar .primary .action.submit.primary,
.customer-account-forgotpassword .page-main form .actions-toolbar .primary .action.submit.primary {
  padding: 0px 65px;
  height: 48px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
}
.customer-account-create .column.main {
  padding-bottom: 30px;
}
.customer-account-forgotpassword .page-title-wrapper {
  display: none;
}
.customer-account-forgotpassword .page-main form fieldset {
  margin-bottom: 0;
}
.customer-account-forgotpassword .page-main form .actions-toolbar {
  margin-top: 5px;
}
.customer-account-forgotpassword .page-main form .actions-toolbar .primary .action.submit.primary {
  padding: 0 40px;
}
/* login */
.customer-account-login {
  font-size: 14px;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #111;
}
.customer-account-login .page-main {
  max-width: 1250px;
  padding-top: 0;
}
.customer-account-login .page-main .page-title-wrapper {
  margin: 60px 0 32px;
}
.customer-account-login .page-main .page-title-wrapper .page-title {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #111;
  font-weight: 400;
}
.customer-account-login .page-main .login-container {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.customer-account-login .page-main .login-container .block {
  /*float: none; clear: both; width: 650px;*/
}
.customer-account-login .page-main .login-container .block .block-title {
  margin: 5px 0 9px;
}
.customer-account-login .page-main .login-container .block .block-title strong {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  color: #111;
  text-transform: capitalize;
  margin: 0 0 9px;
}
.customer-account-login .page-main .login-container .block .block-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #888;
  margin: 0;
  padding: 15px 0 0;
  border-top: 1px solid #e8e8e8;
}
.customer-account-login .page-main .login-container .block .block-content .form-login {
  width: 100%;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset {
  width: 100%;
  padding: 0;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset:after {
  content: "";
  display: none;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field {
  margin: 0 0 15px;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field.note {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #888;
  border-top: 1px solid #e8e8e8;
  display: inline-block;
  padding-right: 15px;
  padding-top: 10px;
  margin: 0 0 30px;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field .label {
  display: none;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #111;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field .control {
  width: 100%;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field .control input {
  width: 100%;
  height: 48px;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #E9E9E9;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field .control input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field .control input::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field .control input:-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field .control input:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field .control input::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.customer-account-login .page-main .login-container .block .block-content .actions-toolbar {
  padding: 0 !important;
}
.customer-account-login .page-main .login-container .block .block-content .actions-toolbar .primary a.action.primary {
  padding: 12px 30px;
  background: #3FADEF;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
}
.customer-account-login .page-main .login-container .block .block-content .actions-toolbar .primary .action.primary {
  padding: 0px 69px;
  margin: 0 20px 0 0;
  height: 48px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
}
.customer-account-login .page-main .login-container .block .block-content .actions-toolbar .primary .action.primary:hover {
  border: 0;
}
.customer-account-login .page-main .login-container .block .block-content .actions-toolbar .secondary .action.remind {
  color: #404040;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 15px;
}
.customer-account-login .page-main .login-container .block.block-customer-login .block-content {
  width: 480px;
}
.customer-account-login .page-main .login-container .block.block-new-customer {
  padding: 0 75px;
}
.account {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #111;
}
.account .page-main {
  max-width: 1250px;
  padding-top: 20px;
}
.account .page-main .table .col.actions .action {
  display: inline-block;
}
.account .page-main .order-status {
  margin: 0 0 20px;
}
.contact-index-index {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #111;
}
.contact-index-index .page-title-wrapper {
  display: block;
}
.contact-index-index .page-wrapper > .breadcrumbs {
  max-width: 1250px !important;
}
.contact-index-index .container {
  max-width: 1250px;
}
.contact-index-index .page-main {
  max-width: 1250px;
  padding-top: 0;
}
.contact-index-index .sidebar.sidebar-main {
  padding-right: 5px;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  line-height: initial;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li:last-child {
  margin-bottom: 0;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #3FB68D;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li .grade_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #DD5A76;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li .hc_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #29A1C8;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li .sc_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #94519F;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content,
.contact-index-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content,
.contact-index-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content {
  display: inline-block;
  vertical-align: middle;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content h5,
.contact-index-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content h5,
.contact-index-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content h5 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content p,
.contact-index-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content p,
.contact-index-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.contact-index-index .column.main {
  padding-left: 20px;
}
.contact-index-index .column.main .contact-row {
  margin-left: 0;
  margin-right: 0;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact {
  width: 100%;
  display: block;
  overflow: hidden;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset {
  margin-bottom: 0;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .legend {
  font-size: 14px;
  line-height: 19px;
  color: #111111;
  font-weight: bold;
  margin-bottom: 14px;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row {
  margin: 0;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row > .fields {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row > .fields > .field {
  margin-bottom: 15px;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row > .fields > .field > .label {
  display: none !important;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row > .fields > .field > .control > .input-text {
  border: 1px solid #E9E9E9;
  height: 48px;
  border-radius: 2px;
  color: #AAAAAA;
  font-size: 14px;
  line-height: 19px;
  padding: 14px;
  background: #fff;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row > .fields > .field > .control > .input-text:focus {
  box-shadow: none;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row > .fields > .field > .control > textarea.input-text {
  height: 148px;
  resize: none;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row > .fields > .field > .control > textarea.input-text:focus {
  box-shadow: none;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .actions-toolbar .primary .action.submit {
  min-width: 200px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-right: 0;
  height: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  max-width: 200px;
  float: left;
}
.contact-index-index .column.main .contact-row .contact-info {
  max-width: 180px;
  float: right;
  overflow: hidden;
  display: block;
  flex: none;
  padding-left: 45px;
}
.contact-index-index .column.main .contact-row .contact-info > .contacts-title {
  font-size: 14px;
  line-height: 19px;
  color: #111111;
  font-weight: bold;
  margin-bottom: 19px;
  text-transform: uppercase;
}
.contact-index-index .column.main .contact-row .contact-info > .row {
  display: none;
}
.contact-index-index .column.main .contact-row .contact-info > .row.contacts-content {
  display: block;
}
.contact-index-index .column.main .contact-row .contact-info > .row.contacts-content address {
  font-size: 12px;
  line-height: 17px;
  color: #888888;
}
.action.primary {
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0;
}
input[type="text"],
input[type="password"],
input[type="email"] {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #E9E9E9;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
textarea {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #E9E9E9;
}
textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
textarea::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
textarea:-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
textarea:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
textarea::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 11px;
  height: 11px;
  background: url("../images/radio_un.png") no-repeat;
  background-size: 11px;
}
input[type="radio"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
input[type="radio"]:checked {
  width: 11px;
  height: 11px;
  background: url("../images/checked.png") no-repeat;
  background-size: 11px;
}
input[type="radio"]:checked:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/select_blank.png") no-repeat;
  width: 14px;
  height: 14px;
  background-size: 14px;
}
input[type="checkbox"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
input[type="checkbox"]:checked {
  background: url("../images/sel_chk.png") no-repeat;
  width: 14px;
  height: 14px;
  background-size: 14px;
}
input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
/*----- Cms Page -----*/
.cms-page-view .page-wrapper .breadcrumbs,
.cms-noroute-index .page-wrapper .breadcrumbs,
.cms-page-view .page-wrapper .page-main,
.cms-noroute-index .page-wrapper .page-main {
  max-width: 1250px !important;
}
.cms-page-view .sidebar.sidebar-main,
.cms-noroute-index .sidebar.sidebar-main {
  padding-right: 5px;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  line-height: initial;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li:last-child,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li:last-child {
  margin-bottom: 0;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li .guarantee_blogs,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #3FB68D;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li .grade_blogs,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .grade_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #DD5A76;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li .hc_blog,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .hc_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #29A1C8;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li .sc_blog,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .sc_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #94519F;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li img,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content,
.cms-page-view .sidebar.sidebar-main .happy_blogs li .grade_blogs_content,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content,
.cms-page-view .sidebar.sidebar-main .happy_blogs li .happy_blogs_content,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content {
  display: inline-block;
  vertical-align: middle;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content h5,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content h5,
.cms-page-view .sidebar.sidebar-main .happy_blogs li .grade_blogs_content h5,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content h5,
.cms-page-view .sidebar.sidebar-main .happy_blogs li .happy_blogs_content h5,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content h5 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content p,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content p,
.cms-page-view .sidebar.sidebar-main .happy_blogs li .grade_blogs_content p,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content p,
.cms-page-view .sidebar.sidebar-main .happy_blogs li .happy_blogs_content p,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.cms-page-view .sidebar.sidebar-additional,
.cms-noroute-index .sidebar.sidebar-additional {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
}
.cms-page-view .sidebar.sidebar-additional .bottom-banner,
.cms-noroute-index .sidebar.sidebar-additional .bottom-banner {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.cms-page-view .sidebar.sidebar-additional .bottom-banner a,
.cms-noroute-index .sidebar.sidebar-additional .bottom-banner a {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.cms-page-view .sidebar.sidebar-additional .bottom-banner a img,
.cms-noroute-index .sidebar.sidebar-additional .bottom-banner a img {
  width: 100%;
  height: auto;
}
.cms-page-view .page-main,
.cms-noroute-index .page-main {
  padding-top: 0;
}
.cms-page-view .column.main,
.cms-noroute-index .column.main {
  padding-left: 24px;
  padding-bottom: 23px;
  min-height: 460px;
}
.cms-page-view .column.main h1,
.cms-noroute-index .column.main h1,
.cms-page-view .column.main h2,
.cms-noroute-index .column.main h2,
.cms-page-view .column.main h3,
.cms-noroute-index .column.main h3,
.cms-page-view .column.main h4,
.cms-noroute-index .column.main h4,
.cms-page-view .column.main h5,
.cms-noroute-index .column.main h5 {
  color: #111111;
}
.cms-page-view .column.main dl dt,
.cms-noroute-index .column.main dl dt {
  font-weight: bold;
}
.cms-page-view .column.main p,
.cms-noroute-index .column.main p,
.cms-page-view .column.main strong,
.cms-noroute-index .column.main strong,
.cms-page-view .column.main b,
.cms-noroute-index .column.main b,
.cms-page-view .column.main ul li,
.cms-noroute-index .column.main ul li,
.cms-page-view .column.main dl dt,
.cms-noroute-index .column.main dl dt,
.cms-page-view .column.main dl dd,
.cms-noroute-index .column.main dl dd {
  color: #888888;
  font-size: 12px;
  line-height: 17px;
}
.cms-page-view .column.main > strong,
.cms-noroute-index .column.main > strong {
  margin-bottom: 25px;
  display: block;
  overflow: hidden;
}
.cms-page-view .column.main > strong a,
.cms-noroute-index .column.main > strong a {
  color: #00AEEF;
  font-size: 12px;
  line-height: 17px;
}
.cms-page-view .column.main ul,
.cms-noroute-index .column.main ul {
  display: block;
  overflow: hidden;
  width: 100%;
}
.cms-page-view .column.main ul li,
.cms-noroute-index .column.main ul li {
  margin-bottom: 6px;
  display: block;
  width: 100%;
  overflow: hidden;
}
.cms-page-view .column.main .subcategories.product-list-ul,
.cms-noroute-index .column.main .subcategories.product-list-ul {
  display: block;
  margin: 0;
  width: 100%;
  overflow: hidden;
  list-style: none;
}
.cms-page-view .column.main .subcategories.product-list-ul > li,
.cms-noroute-index .column.main .subcategories.product-list-ul > li {
  width: 100%;
  display: block;
  margin: 0;
  overflow: hidden;
}
.cms-page-view .column.main .subcategories.product-list-ul > li > ul,
.cms-noroute-index .column.main .subcategories.product-list-ul > li > ul {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  list-style: none;
}
.cms-page-view .column.main .subcategories.product-list-ul > li > ul > li,
.cms-noroute-index .column.main .subcategories.product-list-ul > li > ul > li {
  display: block;
  margin: 0 0 15px 0;
  overflow: hidden;
  float: left;
  width: auto;
  min-width: 165px;
  padding: 0 7.5px;
}
.cms-page-view .column.main .subcategories.product-list-ul > li > ul > li a,
.cms-noroute-index .column.main .subcategories.product-list-ul > li > ul > li a {
  font-size: 14px;
  line-height: 22px;
  color: #111111;
  font-weight: normal;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.3s ease-in-out 0s;
  -moz-transition: 0.3s ease-in-out 0s;
  -webkit-transition: 0.3s ease-in-out 0s;
  -o-transition: 0.3s ease-in-out 0s;
  -ms-transition: 0.3s ease-in-out 0s;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #e5e5e5;
}
.cms-page-view .column.main .subcategories.product-list-ul > li > ul > li a:hover,
.cms-noroute-index .column.main .subcategories.product-list-ul > li > ul > li a:hover {
  background-color: #00AEEF;
  color: #FFF;
}
.cms-page-view .column.main .page-title-wrapper,
.cms-noroute-index .column.main .page-title-wrapper,
.cms-page-view .column.main .page-title,
.cms-noroute-index .column.main .page-title {
  margin: 0 0 5px;
  padding: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.cms-page-view .column.main .page-title-wrapper .page-title,
.cms-noroute-index .column.main .page-title-wrapper .page-title,
.cms-page-view .column.main .page-title .page-title,
.cms-noroute-index .column.main .page-title .page-title,
.cms-page-view .column.main .page-title-wrapper h1,
.cms-noroute-index .column.main .page-title-wrapper h1,
.cms-page-view .column.main .page-title h1,
.cms-noroute-index .column.main .page-title h1 {
  font-size: 18px;
  line-height: 24px;
  color: #111111;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
}
.cms-noroute-index .page-wrapper .page-main {
  padding-top: 30px;
}
.cms-noroute-index .column.main a {
  display: inline-block;
}
.validator.validator-email {
  display: block;
  overflow: hidden;
  height: auto !important;
  width: 100% !important;
}
.validator.validator-email.validation-no .feedback {
  display: none !important;
}
/*==================== Responsive ====================*/
@media only screen and (max-width: 1250px) {
  footer.page-footer .footer .footer-bottom .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  /*----- Cms Page -----*/
  .cms-page-view .sidebar.sidebar-main .happy_blogs li img,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li img {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1120px) {
  .cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li img {
    padding: 0 15px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li img {
    padding: 0 5px 0 5px;
  }
}
@media only screen and (max-width: 1120px) and (min-width: 992px) {
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu {
    left: -100% !important;
  }
}
@media only screen and (max-width: 1265px) and (min-width: 992px) {
  .cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-2,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-3 {
    max-width: calc(50% - 50px);
    max-width: -moz-calc(50% - 50px);
    max-width: -webkit-calc(50% - 50px);
    max-width: -o-calc(50% - 50px);
  }
}
@media only screen and (max-width: 1115px) {
  header.page-header .header.content .search-area .block.block-search {
    margin: 0 25px 0 16px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .level-top {
    padding: 13px 15px 18px 15px;
  }
  footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content {
    margin-right: 10%;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .action.tocart.primary {
    width: 165px;
  }
}
@media only screen and (max-width: 1049px) {
  /*----- Cms Page -----*/
  .cms-page-view .sidebar.sidebar-main .happy_blogs li img,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li img {
    padding: 0 10px;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li img {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1035px) {
  header.page-header .header.content .minicart-wrapper .action.showcart:before {
    margin-right: 0;
  }
  header.page-header .header.content .minicart-wrapper .action.showcart span.text {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  body.drawer {
    overflow: hidden;
    height: 100VW !important;
  }
  body.drawer *:not(.block-search) {
    visibility: hidden;
  }
  body.drawer .page-header {
    visibility: visible;
    border: none;
  }
  body.drawer .page-header:before {
    display: none;
  }
  body.drawer .page-header .panel.wrapper {
    display: none !important;
  }
  body.drawer .page-header .header.content {
    padding: 0 !important;
    visibility: visible;
  }
  body.drawer .page-header .header.content .logo,
  body.drawer .page-header .header.content .minicart-wrapper,
  body.drawer .page-header .header.content .action.nav-toggle,
  body.drawer .page-header .header.content .people_register,
  body.drawer .page-header .header.content .sections.nav-sections {
    display: none !important;
  }
  body.drawer .page-header .header.content .search-area {
    visibility: visible;
  }
  body.drawer .page-header .header.content .search-area .search-toggle-icon {
    display: none;
  }
  body.drawer .page-header .header.content .search-area .block.block-search {
    visibility: visible;
  }
  body.drawer .page-header .header.content .search-area .block.block-search .block-title {
    display: none;
  }
  body.drawer .page-header .header.content .search-area .block.block-search .block-content {
    visibility: visible;
    top: 0;
  }
  body.drawer .page-header .header.content .search-area .block.block-search .block-content * {
    visibility: visible;
  }
  body.drawer .page-header .header-search-content {
    display: block;
    visibility: visible;
  }
  body.drawer .page-header .header-search-content .block.block-search {
    visibility: visible;
  }
  body.drawer .page-header .header-search-content .block.block-search .block-title {
    display: none;
  }
  body.drawer .page-header .header-search-content .block.block-search .block-content {
    visibility: visible;
    top: 0;
  }
  body.drawer .page-header .header-search-content .block.block-search .block-content * {
    visibility: visible;
  }
  .nav-open .page-wrapper {
    left: 0;
  }
  header.page-header {
    display: block;
    border-bottom: 2px solid #EF3A33;
  }
  header.page-header .panel.wrapper {
    border: 0;
  }
  header.page-header .panel.wrapper .panel.header .phone_shipping {
    display: none;
  }
  header.page-header .panel.wrapper .panel.header .header-top-links {
    display: none;
  }
  header.page-header .header.content {
    padding: 18px 20px 17px !important;
  }
  header.page-header .header.content .nav-toggle {
    float: initial;
    top: 21px;
    left: 18px;
    position: absolute;
    z-index: 11;
    margin: 0;
    line-height: normal;
  }
  header.page-header .header.content .nav-toggle:before {
    content: "";
    background: url("../images/new_nav_toggle.png") no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
  header.page-header .header.content .logo {
    padding-left: 0;
    width: 100px;
    margin: 6px 25px 0 46px;
  }
  header.page-header .header.content .minicart-wrapper {
    margin-left: 0;
  }
  header.page-header .header.content .minicart-wrapper .action.showcart {
    height: 30px;
    padding: 8px;
  }
  header.page-header .header.content .minicart-wrapper .action.showcart:before {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart {
    right: -5px;
    top: 40px;
    width: 268px;
    padding-bottom: 16px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart:before {
    right: 15px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart:after {
    right: 15px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items {
    padding: 0 16px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    height: auto !important;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
    margin-bottom: 0;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a {
    font-size: 16px;
    line-height: 22px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty .cart-item-qty {
    font-size: 12px;
    line-height: 17px;
    margin: 2px 0;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .price-wrapper .price-excluding-tax {
    margin: 0 0 5px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .price-wrapper .price-excluding-tax .minicart-price .price {
    font-size: 12px;
    line-height: 17px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .subtotal {
    margin: 0 16px 16px;
    padding: 4px 16px;
    max-width: 236px;
    border: 1px solid #e9e9e9;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .subtotal .label {
    font-size: 14px;
    line-height: 19px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .subtotal .amount span {
    font-size: 14px;
    line-height: 19px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-secondary-cart {
    width: auto;
    margin-left: 16px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-secondary-cart .secondary .action.viewcart {
    height: 33px;
    padding: 10px 26px;
    width: auto;
    line-height: 14px;
    font-size: 10px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-primary-cart {
    width: auto;
    margin-right: 16px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-primary-cart .primary .action.primary.checkout {
    height: 33px;
    padding: 10px 26px;
    width: auto;
    line-height: 14px;
    font-size: 10px;
  }
  header.page-header .header.content .search-area {
    width: auto;
  }
  header.page-header .header.content .search-area .block.block-search {
    width: auto;
    margin: 0;
    padding-top: 5px;
    display: inline-block;
  }
  header.page-header .header.content .search-area .block.block-search .block-title {
    display: block;
    margin: 0;
  }
  header.page-header .header.content .search-area .block.block-search .block-title strong {
    display: none;
  }
  header.page-header .header.content .search-area .block.block-search .block-title:before {
    content: "";
    display: inline-block;
    margin: 0;
    padding: 0;
    background: url("../images/new_mob_search.svg") no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    vertical-align: middle;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content {
    display: none;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 11;
    padding: 8px;
    background: #f9f9fb;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .label {
    display: none;
    margin: 0;
    padding: 0;
    line-height: 45px;
    text-align: center;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .label:before {
    content: "";
    margin: 0;
    padding: 0;
    background: url("../images/mob_search.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .field.search .control {
    margin: 0;
    padding: 0;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .field.search .control .back-search:before {
    content: "";
    background: url("../images/new_search_back.png") no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    position: absolute;
    top: 24px;
    left: 25px;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .field.search .control input {
    position: initial !important;
    margin: 0;
    padding: 11px 10px 13px 50px;
    height: 48px;
    font-size: 14px;
    line-height: 19px;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .actions .action.search {
    top: 21px;
    position: absolute;
    right: 20px;
    width: auto;
    border: 0;
    height: auto;
    display: inline-block;
    background: none;
    padding: 0;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .actions .action.search:before {
    content: "";
    background: url("../images/new_drawer_search.svg") no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    display: inline-block;
    font-size: 0;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .actions .action.search span {
    display: none;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .actions .action.search:hover {
    background: none;
  }
  header.page-header .header.content .people_register {
    display: inline-block;
    width: auto;
    float: right;
    margin: 0 25px;
    position: relative;
  }
  header.page-header .header.content .people_register .rl_toggle {
    cursor: pointer;
    margin: 6px 0 0;
  }
  header.page-header .header.content .people_register .rl_toggle img {
    width: 16px;
  }
  header.page-header .header.content .people_register .tl_toggle-content {
    display: none;
    position: relative;
  }
  header.page-header .header.content .people_register .tl_toggle-content .header-top-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    width: 150px;
    background: #fff;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 2px 4px #ccc;
    -moz-box-shadow: 0 2px 4px #ccc;
    box-shadow: 0 2px 4px #ccc;
    position: absolute;
    top: 5px;
    right: -25px;
    z-index: 11;
    padding: 5px;
  }
  header.page-header .header.content .people_register .tl_toggle-content .header-top-links li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #E9E9E9;
  }
  header.page-header .header.content .people_register .tl_toggle-content .header-top-links li:last-child {
    border-bottom: 0;
  }
  header.page-header .header.content .people_register .tl_toggle-content .header-top-links li a {
    display: block;
    text-decoration: none;
    width: 100%;
    margin: 0;
    padding: 5px;
    font-size: 14px;
    line-height: 19px;
    color: #111;
    font-family: 'Open Sans', sans-serif;
  }
  header.page-header .header.content .sections.nav-sections {
    /*width: calc(100% - 20%);*/
    background: #002e5f;
    max-width: 298px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .section-item-title {
    display: none !important;
  }
  header.page-header .header.content .sections.nav-sections .section-items .section-item-content {
    margin-top: 0;
  }
  header.page-header .header.content .sections.nav-sections .section-items .section-item-content .mobile_top_content {
    padding-top: 20px;
    padding-bottom: 4px;
    background: #0E2A54;
  }
  header.page-header .header.content .sections.nav-sections .section-items .section-item-content .mobile_top_content ul {
    margin: 0;
    padding: 0 20px;
    display: block;
    list-style: none;
  }
  header.page-header .header.content .sections.nav-sections .section-items .section-item-content .mobile_top_content ul li {
    display: inline-block;
    float: none;
    width: 100%;
    margin: 0 0 6px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .section-item-content .mobile_top_content ul li img {
    display: inline-block;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    vertical-align: middle;
    margin-top: -10px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .section-item-content .mobile_top_content ul li p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding-left: 5px;
    vertical-align: middle;
    line-height: 19px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .section-item-content .mobile_top_content ul li p a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-weight: 400;
    line-height: 19px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .section-item-content .mobile_top_content ul li:first-child img {
    margin-left: 2px;
    margin-right: 3px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu {
    height: calc(100vh - 332px);
    height: -webkit-calc(100vh - 332px);
    height: -moz-calc(100vh - 332px);
    height: -o-calc(100vh - 332px);
    overflow: auto;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 {
    border-top: 1px solid #1a446e;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .container {
    max-width: 100%;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0:last-child {
    border-bottom: 1px solid #1a446e;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .open-children-toggle {
    text-align: center;
    top: 0;
    right: 0;
    height: 59px;
    width: 50px;
    cursor: pointer;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .open-children-toggle:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    display: none !important;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .open-children-toggle.active:before {
    content: "\f068";
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .level-top {
    color: #fff !important;
    font-weight: bold;
    width: 100%;
    font-size: 12px;
    line-height: 17px;
    padding: 21px 23px 18px 20px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .level-top.ui-state-active {
    color: #fff;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0.parent .level-top:after {
    content: ' ';
    background: url('../images/menu-plus.png') no-repeat scroll center center;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    top: 26px;
    right: 23px;
    background-size: 100% 100%;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0.parent .level-top.ui-state-active:after {
    content: ' ';
    background: url('../images/menu-minus.png') no-repeat scroll center center;
    background-size: 100% auto;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu {
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background: initial;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 2px 10px;
    column-gap: initial;
    column-count: initial;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 .open-children-toggle {
    display: none !important;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 .open-children-toggle:before {
    content: "";
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 a {
    font-weight: bold;
    color: #7F95AD;
    font-size: 12px;
    line-height: 22px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 a:before {
    content: "";
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 .subchildmenu {
    padding: 0 20px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 .subchildmenu .level2 {
    margin: 0;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 .subchildmenu .level2 a {
    color: #7F95AD;
    font-size: 12px;
    line-height: 29px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .container .row {
    margin: 0;
    padding: 0;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 16px 1px;
    border-top: 1px solid #1a446e;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 12px;
    padding: 0 15px;
    line-height: initial;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li:last-child {
    margin-bottom: 0;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .guarantee_blogs {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #3FB68D;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .grade_blogs {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #DD5A76;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .hc_blog {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #29A1C8;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .sc_blog {
    display: none;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #9451a0;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li img {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    max-height: 40px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .guarantee_blogs_content,
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .grade_blogs_content,
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .happy_blogs_content {
    display: inline-block;
    vertical-align: middle;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .guarantee_blogs_content h5,
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .grade_blogs_content h5,
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .happy_blogs_content h5 {
    display: inline-block;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .guarantee_blogs_content p,
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .grade_blogs_content p,
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .happy_blogs_content p {
    display: inline-block;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li:nth-last-child(2) {
    margin-bottom: 0;
  }
  header.page-header .header-search-content {
    display: none;
    background: none;
  }
  header.page-header .header-search-content .block.block-search {
    width: auto;
    margin: 0;
    padding-top: 5px;
    display: inline-block;
  }
  header.page-header .header-search-content .block.block-search .block-title {
    display: block;
    margin: 0;
  }
  header.page-header .header-search-content .block.block-search .block-title strong {
    display: none;
  }
  header.page-header .header-search-content .block.block-search .block-title:before {
    content: "";
    display: inline-block;
    margin: 0;
    padding: 0;
    background: url("../images/new_mob_search.svg") no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    vertical-align: middle;
  }
  header.page-header .header-search-content .block.block-search .block.block-content {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 11;
    padding: 8px;
    background: #f9f9fb;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .label {
    display: none;
    margin: 0;
    padding: 0;
    line-height: 45px;
    text-align: center;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .label:before {
    content: "";
    margin: 0;
    padding: 0;
    background: url("../images/mob_search.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .field.search .control {
    margin: 0;
    padding: 0;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .field.search .control .back-search {
    cursor: pointer;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .field.search .control .back-search:before {
    content: "";
    background: url("../images/new_search_back.png") no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    position: absolute;
    top: 16px;
    left: 17px;
    cursor: pointer;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .field.search .control input {
    position: initial !important;
    margin: 0;
    padding: 11px 10px 13px 50px;
    height: 48px;
    font-size: 14px;
    line-height: 19px;
    border-radius: 2px;
    border: 1px solid #EEEEEE;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .field.search .control .search-autocomplete {
    margin-top: 0;
    padding-right: 0;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .actions .action.search {
    top: 9px;
    position: absolute;
    right: 12px;
    width: auto;
    border: 0;
    height: auto;
    display: inline-block;
    background: none;
    padding: 0;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .actions .action.search:before {
    content: "";
    background: url("../images/new_drawer_search.svg") no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    display: inline-block;
    font-size: 0;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .actions .action.search span {
    display: none;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .actions .action.search:hover {
    background: none;
  }
  footer.page-footer .footer .footer-top > .container > .row {
    border-bottom: 2px solid #F1F1F3;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner {
    padding: 30px 0 26px;
    border-bottom: none;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .text_block_content {
    width: 100%;
    max-width: 100%;
    flex: initial;
    float: none;
    display: block;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .text_block_content .block h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 7px;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content {
    width: 100%;
    max-width: 100%;
    flex: initial;
    float: none;
    display: block;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content .social-icon {
    float: none;
    text-align: left;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items {
    padding-bottom: 0;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li {
    margin-right: 8px;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a:before {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.facebook-link:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/facebook_hover.svg") no-repeat;
    background-size: 30px;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.twitter-link:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/twitter_hover.svg") no-repeat;
    background-size: 30px;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.pinterest-link:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/pin_hover.svg") no-repeat;
    background-size: 30px;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.linkedin-link:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/linkedin_hover.svg") no-repeat;
    background-size: 30px;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.youtube-link:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/youtube_hover.svg") no-repeat;
    background-size: 30px;
  }
  footer.page-footer .footer .footer-middle {
    padding: 15px 0 0;
  }
  footer.page-footer .footer .footer-middle > .container > .row {
    padding: 0 0 15px;
  }
  footer.page-footer .footer .footer-middle > .container > .row > .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col .col-content h2.title {
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 10px 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col .col-content address,
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col .col-content ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col .col-content .trustwave {
    margin-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content {
    float: none;
    margin-right: 0;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content address {
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 18px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content ul li a {
    line-height: 25px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content.our-company h2.title {
    border-top: 2px solid #F1F1F3;
    border-bottom: 2px solid #F1F1F3;
    padding-bottom: 15px;
    padding-top: 19px;
    margin-bottom: 0;
    margin-top: -2px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content.our-company h2.title:after {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 13px;
    color: #666;
    float: right;
    padding-right: 5px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content.our-company h2.title.active:after {
    content: "\f068";
    font-family: FontAwesome;
    font-size: 13px;
    color: #666;
    float: right;
    padding-right: 5px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content.our-company ul {
    display: none;
    padding: 20px 15px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content.our-order {
    border-top: 0;
    padding-bottom: 15px;
    border-bottom: 0;
    margin-bottom: 0px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content.our-order ul {
    border-bottom: 1px solid #e9e9e9;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content .trustwave {
    margin-top: 15px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-right {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-right .col-content h2.title {
    margin: 0 0 15px 0;
  }
  footer.page-footer .footer .footer-bottom {
    padding: 15px 15px 6px;
    text-align: center;
  }
  footer.page-footer .footer .footer-bottom .container address {
    font-size: 10px;
    line-height: 14px;
  }
  .page-main .columns .column.main {
    padding: 0 0 13px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background {
    padding: 16px 0 10px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    text-align: center;
    padding-right: 16px;
    padding-left: 16px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_banner {
    padding-bottom: 18px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog {
    text-align: center;
    width: auto;
    min-width: 100%;
    margin-left: -16px;
    margin-right: -16px;
    padding: 41px 16px 18px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog .product_finder_title {
    margin: 0 0 32px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog .product_finder_title h4 {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 11px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog .product_finder_title h3 {
    font-size: 18px;
    line-height: 18px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 0;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-title {
    display: none;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle {
    border: 0;
    display: block !important;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item {
    margin: 0 0 8px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item .dropdown-element .amfinder-select-wrapper:after {
    top: 11px;
    right: 18px;
    position: absolute;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item .dropdown-element .amfinder-select-wrapper .amfinder-select {
    height: 50px;
    padding: 0 10px 0 20px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-2 {
    width: 100%;
    max-width: 100%;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-3 {
    width: 93.5%;
    max-width: calc(100% - 62px);
    max-width: -moz-calc(100% - 62px);
    max-width: -webkit-calc(100% - 62px);
    max-width: -o-calc(100% - 62px);
    margin-right: 0;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .last {
    float: right;
    width: auto;
    height: auto;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .last .amfinder-buttons button.button.action.primary {
    width: 50px;
    height: 50px;
    padding: 0;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder {
    width: 100%;
    max-width: 100%;
    flex: initial;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    order: 1;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs_banner {
    display: none;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs {
    margin: 0;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li {
    width: 33.33333%;
    float: left;
    padding: 0 8px;
    margin: 0 0 8px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li img {
    padding: 0 15px 0 20px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .guarantee_blogs_content h5,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .grade_blogs_content h5,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .happy_blogs_content h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .guarantee_blogs_content p,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .grade_blogs_content p,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .happy_blogs_content p {
    font-size: 12px;
    line-height: 17px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li:first-child {
    padding-left: 0;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li:last-child {
    padding-right: 0;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .search_title {
    margin: 25px 0;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .search_title h2 {
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 5px;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .search_title p {
    font-size: 12px;
    line-height: 17px;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 {
    padding: 7px 0px 15px 0px;
    width: 50%;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 .brand-item .brand-name a {
    font-size: 12px;
    line-height: 17px;
    color: #000;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_container_list {
    margin: 15px 0 0;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_container_list .brand_listing_content {
    padding: 0 0 0 28px;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_container_list .brand_listing_content li {
    margin: 0 0 12px;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_container_list .brand_listing_content li p {
    font-size: 12px;
    line-height: 17px;
  }
  .breadcrumbs {
    display: block;
  }
  .page-wrapper > .breadcrumbs {
    padding: 0 24px;
  }
  .page-wrapper > .breadcrumbs .items {
    padding: 15px 0 0;
  }
  .catalog-category-view .page-main {
    padding: 0 24px;
  }
  .catalog-category-view .page-main .category_page_container .container .row {
    margin: 0 -15px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs {
    /*flex: 0 0 25%; max-width: 25%;*/
    order: 2;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs {
    padding: 18px 0 0;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li {
    padding: 0 6px;
    margin: 0 0 12px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li:nth-child(2n+1) {
    padding-left: 0;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li img {
    padding: 0 15px 0 15px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .sc_blog {
    padding: 18px 0;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats {
    /*flex: 0 0 75%; max-width: 75%;*/
    order: 1;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container {
    margin: -45px 0 0;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .current_cat_name {
    padding: 0 0 15px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .current_cat_name h1 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .current_cat_name p {
    font-size: 10px;
    line-height: 16px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li {
    padding: 0 5px;
    margin: 0 0 10px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li a {
    font-size: 10px;
    line-height: 14px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .cat_log_desc {
    padding: 5px 0 0;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .cat_log_desc p {
    font-size: 9px;
    line-height: 13px;
    margin: 0 0 14px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .cat_banner_content {
    order: 3;
    margin: 0;
  }
  .catalog-category-view .page-main .category_page_container .container .row .cat_banner_content .advertise_banner_content {
    margin-top: 20px;
    margin-bottom: 32px;
  }
  .catalog-category-view .page-main .zd-category-description {
    overflow: initial;
  }
  .catalog-category-view .page-main .zd-category-description .zd-cat-description-right .current_cat_name {
    margin: -10px 0 5px;
    overflow: initial;
  }
  .catalog-category-view .page-main .zd-category-description .zd-cat-description-right .current_cat_name h1 {
    font-size: 16px;
    line-height: 22px;
  }
  .catalog-category-view .page-main .zd-category-description .zd-cat-description-right .current_cat_name p {
    font-size: 10px;
    line-height: 16px;
  }
  .products-list .product-items .product-item {
    margin: 0 0 24px;
  }
  .products-list .product-items .product-item .product-item-info .product_type_title {
    display: none;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo {
    max-width: 40%;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title,
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels {
    margin: 7px 0 20px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .label_title,
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .label_title,
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .product-label,
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .product-label,
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .new-label,
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .new-label,
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .sale-label,
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .sale-label {
    font-size: 10px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .image_photo_wraaper {
    padding: 48px 17px 30px 25px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details {
    max-width: 60%;
    margin-top: 46px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .cartridge_type_product {
    max-width: 100%;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .cartridge_type_product .cartridge_type_item a {
    font-size: 16px;
    line-height: 22px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-name {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .product_service_content .product_type_service li {
    font-size: 10px;
    line-height: 24px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description {
    margin: 18px 0 48px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description .action.more {
    margin-top: 15px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last {
    padding: 0 0 23px 0;
    margin: 0;
    max-width: 100%;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .price-box {
    margin-bottom: 30px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content {
    margin: -20px 0 25px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .action.tocart.primary {
    width: 200px;
  }
  .catalog-product-view .breadcrumbs {
    padding: 0 24px;
  }
  .catalog-product-view .page-main {
    padding: 0 24px;
  }
  .catalog-product-view .page-main .product-info-main .product.media {
    max-width: 40%;
  }
  .catalog-product-view .page-main .product-info-main .product.media .product_label_title,
  .catalog-product-view .page-main .product-info-main .product.media .product-labels {
    margin: 7px 0 20px;
  }
  .catalog-product-view .page-main .product-info-main .product.media .product_label_title .label_title,
  .catalog-product-view .page-main .product-info-main .product.media .product-labels .label_title,
  .catalog-product-view .page-main .product-info-main .product.media .product_label_title .product-label,
  .catalog-product-view .page-main .product-info-main .product.media .product-labels .product-label,
  .catalog-product-view .page-main .product-info-main .product.media .product_label_title .new-label,
  .catalog-product-view .page-main .product-info-main .product.media .product-labels .new-label,
  .catalog-product-view .page-main .product-info-main .product.media .product_label_title .sale-label,
  .catalog-product-view .page-main .product-info-main .product.media .product-labels .sale-label {
    font-size: 10px;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content {
    float: right;
    max-width: 60%;
    padding-top: 48px;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .cartridge_type_product .cartridge_type_item a {
    font-size: 16px;
    line-height: 22px;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .page-title-wrapper.product {
    margin: 0 0 15px;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product_service_content .product_type_service li {
    font-size: 10px;
    line-height: 24px;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product-reviews-summary {
    display: none;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview {
    padding: 0;
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview .value {
    margin: 25px 0 10px;
  }
  .catalog-product-view .page-main .product-info-main .product-viewform-content {
    float: right;
    max-width: 60%;
    padding: 0 0 30px 10px;
    margin: 25px 0 0;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items {
    margin: 0;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.title {
    padding-top: 16px;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.title .data.switch {
    font-size: 16px;
    line-height: 22px;
    padding: 11px 15px 10px;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.title .data.switch:after {
    content: "";
    display: none;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .product.attribute.description {
    padding: 11px 15px;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value {
    font-size: 12px;
    line-height: 24px;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block {
    padding: 0 15px 0;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .actions-toolbar .actions-primary .action.submit.primary {
    margin: 0 0 18px;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .compatible-printer {
    padding: 6px 26px;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .compatible-printer li {
    width: 20%;
  }
  .checkout-cart-index .page-main {
    padding: 0 24px;
  }
  .checkout-cart-index .page-main .page-title-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin: 16px 0 16px;
  }
  .checkout-cart-index .page-main .page-title-wrapper .page-title {
    font-size: 18px;
    line-height: 24px;
  }
  .checkout-cart-index .page-main .cart-container {
    padding: 0;
  }
  .checkout-cart-index .page-main .cart-container .cart-summary {
    float: none;
    width: 100%;
    clear: both;
    margin: 0 0 16px;
  }
  .checkout-cart-index .page-main .cart-container .cart-summary .summary.title {
    font-size: 14px;
    line-height: 19px;
    padding: 16px 16px;
  }
  .checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper {
    padding: 14px 16px 0;
  }
  .checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals .mark,
  .checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals .amount {
    font-size: 14px;
  }
  .checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals .mark .label {
    font-size: 14px;
  }
  .checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals.shipping .label {
    padding: 0 0 20px !important;
  }
  .checkout-cart-index .page-main .cart-container .checkout-methods-items {
    padding: 16px 16px;
  }
  .checkout-cart-index .page-main .cart-container .checkout-methods-items li .action.primary.checkout {
    font-size: 14px;
    line-height: 19px;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart {
    float: none;
    width: 100%;
    clear: both;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper {
    margin-bottom: 0;
    border: 0;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-info .col:before {
    content: "";
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-info .col.item {
    padding: 15px 15px 9px 145px;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-info .col.item .product-item-photo {
    left: 40px;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-info .col.item .product-item-details .item-options.desc {
    height: 30px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
    width: 100%;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-info .col.subtotal {
    border-right: 0;
    padding-right: 0;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-actions {
    float: right;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-actions td {
    width: 102px;
    height: 52px;
    padding-bottom: 0 !important;
    background: #eee;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-actions td .actions-toolbar {
    margin-right: 0;
    padding-top: 0;
    margin-top: 7px;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions {
    text-align: initial;
    display: inline-block;
    width: 100%;
    margin: -3px 0 0;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.clear {
    width: 49.2%;
    float: left;
    margin: 0;
    padding: 0;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.update {
    width: 49.2%;
    float: right;
    padding: 0;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount {
    display: block;
    width: 100%;
    margin-top: 37px;
    margin-bottom: 47px;
    padding: 0;
    overflow: hidden;
    border: 0;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount .block.discount .title {
    border: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount .block.discount .title strong {
    font-size: 16px;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount .block.discount .title:after {
    content: "";
    display: none;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount .block.discount .content {
    display: block;
    width: 35%;
    margin: auto;
    padding: 0;
  }
  .checkout-index-index .page-main {
    padding: 0 24px;
  }
  .checkout-index-index .page-main .checkout-container {
    margin-bottom: 0;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper {
    border: 1px solid #e9e9e9;
    margin: 30px 0 0;
    background: #F9F9FB;
    padding: 10px 15px;
    display: none !important;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .estimated-block span {
    font-family: 'Open Sans', sans-serif;
    color: #111;
    font-size: 15px;
    line-height: 25px;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper {
    margin-top: 16px;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    width: 100px;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    content: "";
    background: url("../images/checkout_cart.png") no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 15px;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    left: 30px;
    color: #111;
    font-size: 14px;
    line-height: 19px;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty:before {
    content: "(";
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty:after {
    content: ")";
  }
  .checkout-index-index .page-main .checkout-container .opc-summary-wrapper {
    width: initial;
    position: static;
    visibility: visible;
    opacity: 1;
    min-width: unset;
    margin-top: 22px;
    max-width: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap {
    transform: none;
    box-shadow: none;
    background: #FFFFFF;
  }
  .checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary {
    background: #ffffff;
  }
  .checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content #opc-sidebar .opc-block-shipping-information .shipping-information {
    padding: 30px 20px 15px;
    border: 1px solid #e9e9e9;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper {
    width: 100%;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li.checkout-shipping-address .step-title {
    margin: 17px 0 20px;
    display: none;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content {
    margin-bottom: 0;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.form-login {
    margin-top: 22px;
    margin-left: -24px;
    margin-right: -24px;
    width: auto;
    max-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.form-login .fieldset .field .control .note {
    margin-bottom: 19px;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.form-login .fieldset .actions-toolbar {
    margin-bottom: 30px;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.payments .discount-code .payment-option-title.field.choice {
    padding: 30px 0 15px;
    margin-bottom: 0;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.payments .opc-payment .payment-methods .payment-group .payment-method {
    padding-left: 0;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-title {
    margin: 0;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.methods-shipping {
    margin-top: 11px;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.methods-shipping table tbody .col-price {
    padding: 0 0 5px !important;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset {
    background: #fff;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field {
    margin: 0 0 10px;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .opc-payment .items {
    margin: 0;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .payment-option {
    margin: 0;
  }
  .customer-account-create .page-main,
  .customer-account-forgotpassword .page-main {
    padding: 0 24px;
  }
  .customer-account-create .page-main .page-title-wrapper,
  .customer-account-forgotpassword .page-main .page-title-wrapper {
    margin: 23px 0 23px;
  }
  .customer-account-create .page-main .page-title-wrapper .page-title,
  .customer-account-forgotpassword .page-main .page-title-wrapper .page-title {
    font-size: 24px;
    line-height: 33px;
  }
  .customer-account-create .page-main form fieldset,
  .customer-account-forgotpassword .page-main form fieldset {
    width: 100% !important;
  }
  .customer-account-create .page-main form fieldset .forgot_title,
  .customer-account-forgotpassword .page-main form fieldset .forgot_title {
    margin: 24px 0 0;
  }
  .customer-account-create .page-main form fieldset .forgot_title h4,
  .customer-account-forgotpassword .page-main form fieldset .forgot_title h4 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 8px;
    max-width: 450px;
  }
  .customer-account-create .page-main form fieldset.info,
  .customer-account-forgotpassword .page-main form fieldset.info {
    margin: 0 0 25px;
  }
  .customer-account-create .page-main form fieldset .legend,
  .customer-account-forgotpassword .page-main form fieldset .legend {
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 12px;
  }
  .customer-account-create .page-main form fieldset .field,
  .customer-account-forgotpassword .page-main form fieldset .field {
    margin: 0 0 10px;
  }
  .customer-account-create .page-main form fieldset .field.note,
  .customer-account-forgotpassword .page-main form fieldset .field.note {
    padding: 8px 0 23px;
    font-size: 12px;
    line-height: 18px;
  }
  .customer-account-create .page-main form fieldset .field .control input,
  .customer-account-forgotpassword .page-main form fieldset .field .control input {
    height: 40px;
    padding: 0 14px;
  }
  .customer-account-create .page-main form .actions-toolbar .primary,
  .customer-account-forgotpassword .page-main form .actions-toolbar .primary {
    display: inline-block;
    width: 100%;
  }
  .customer-account-create .page-main form .actions-toolbar .primary .action.submit.primary,
  .customer-account-forgotpassword .page-main form .actions-toolbar .primary .action.submit.primary {
    width: 100%;
    float: left;
    padding: 0 0px;
    height: 40px;
    font-size: 14px;
    line-height: 19px;
  }
  .customer-account-create .page-main form.password.forget,
  .customer-account-forgotpassword .page-main form.password.forget {
    padding-bottom: 74px !important;
  }
  .customer-account-create .page-main form.password.forget .actions-toolbar,
  .customer-account-forgotpassword .page-main form.password.forget .actions-toolbar {
    margin-top: 2px;
  }
  .customer-account-create .page-main form.create.account,
  .customer-account-forgotpassword .page-main form.create.account {
    margin-bottom: 6px;
  }
  .customer-account-forgotpassword .page-main form fieldset .forgot_title h4 {
    max-width: 450px;
  }
  .customer-account-login .page-main {
    padding: 0 30px;
  }
  .customer-account-login .page-main .page-title-wrapper {
    margin: 30px 0 25px;
  }
  .customer-account-login .page-main .page-title-wrapper .page-title {
    font-size: 24px;
    line-height: 33px;
  }
  .customer-account-login .page-main .login-container .block {
    width: 100%;
    margin-bottom: 20px;
  }
  .customer-account-login .page-main .login-container .block .block-content {
    width: 100%;
  }
  .customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field {
    margin: 0 0 10px;
  }
  .customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field.note {
    margin: 0 0 20px;
  }
  .customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field .control input {
    height: 40px;
    padding: 0 14px;
  }
  .customer-account-login .page-main .login-container .block .block-content .actions-toolbar .primary {
    display: inline-block;
    width: 100%;
  }
  .customer-account-login .page-main .login-container .block .block-content .actions-toolbar .primary .action.primary {
    float: left;
    width: 100%;
    padding: 0 55px;
    height: 40px;
    font-size: 14px;
    line-height: 19px;
  }
  .customer-account-login .page-main .login-container .block .block-content .actions-toolbar .primary a.action.primary {
    width: 100%;
    float: none;
    padding: 10px 40px;
    height: 40px;
    font-size: 14px;
    line-height: 19px;
  }
  .customer-account-login .page-main .login-container .block .block-content .actions-toolbar .secondary {
    float: none;
    width: 100%;
    text-align: center;
    clear: both;
    padding: 0;
  }
  .customer-account-login .page-main .login-container .block .block-content .actions-toolbar .secondary .action.remind {
    margin-top: 0;
  }
  .customer-account-login .page-main .login-container .block.block-customer-login .block-content {
    width: 100%;
  }
  .customer-account-login .page-main .login-container .block.block-new-customer {
    padding: 0;
    margin: 45px 0;
  }
  .account .page-main .block-order-details-view {
    margin: 0;
  }
  /*----- Cms Page -----*/
  .cms-page-view .sidebar.sidebar-main,
  .cms-noroute-index .sidebar.sidebar-main {
    padding-right: 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li {
    margin-bottom: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li:nth-child(2n),
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li:nth-child(2n) {
    padding-right: 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li:nth-child(2n+1),
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li:nth-child(2n+1) {
    padding-left: 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .sc_blog,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .sc_blog {
    padding: 18px 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li img,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li img {
    padding: 0 25px;
  }
  .contact-index-index .sidebar.sidebar-main {
    padding-right: 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li {
    margin-bottom: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li:nth-child(2n) {
    padding-right: 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li:nth-child(2n+1) {
    padding-left: 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .sc_blog {
    padding: 18px 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li img {
    padding: 0 25px;
  }
  .contact-index-index .page-main .columns .column.main {
    padding-bottom: 32px;
  }
  .contact-index-index .column.main .contact-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row > .fields > .field {
    margin-bottom: 10px;
  }
  .contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row > .fields > .field > .control > .input-text {
    font-size: 12px;
    line-height: 17px;
  }
  .contact-index-index .column.main .contact-row .contact-info {
    padding-left: 35px;
    max-width: 170px;
  }
}
@media only screen and (max-width: 870px) {
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-3 {
    /*width: 91.5%;*/
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .compatible-printer li {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .header.content .logo {
    height: auto;
  }
  header.page-header .header.content .search-area .block.block-search {
    float: right;
    margin: 0 0px 0 0;
    padding-top: 0;
  }
  header.page-header .header.content .search-area .block.block-search .block-title {
    margin: 8px 0 0;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .actions .action.search {
    display: inline-block;
  }
  header.page-header .header.content .people_register .rl_toggle {
    margin: 9px 0 0;
  }
  header.page-header .header.content .minicart-wrapper {
    margin: 0;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .subtotal {
    padding-left: 13px;
    padding-right: 13px;
  }
  header.page-header .header.content .sections.nav-sections {
    /*width: calc(100% - 20%);*/
    z-index: 11;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 {
    padding: 0;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 a:before {
    content: "";
    margin: 0;
    padding: 0;
    display: none;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_banner {
    padding-bottom: 16px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_banner.desktop-image {
    display: none;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_banner.mobile-image {
    display: block;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-3 {
    width: 91.5%;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder {
    padding-top: 20px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li {
    width: 100%;
    float: none;
    padding: 0 0px;
    margin: 0 0 12px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .guarantee_blogs,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .grade_blogs,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .hc_blog {
    padding: 10px 0;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .guarantee_blogs_content h5,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .grade_blogs_content h5,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .happy_blogs_content h5 {
    display: inline-block;
    float: left;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .guarantee_blogs_content p,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .grade_blogs_content p,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .happy_blogs_content p {
    display: inline-block;
    float: left;
    vertical-align: middle;
    padding: 0 5px;
    line-height: 23px;
  }
  .page-wrapper > .breadcrumbs {
    padding: 0 16px;
  }
  .catalog-category-view .page-main {
    padding: 0 16px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs {
    /*padding: 0 14px 0 15px;*/
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li {
    padding: 0;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .guarantee_blogs,
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .grade_blogs,
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .hc_blog,
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .sc_blog {
    padding: 10px 0;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .guarantee_blogs_content h5,
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .grade_blogs_content h5,
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .happy_blogs_content h5 {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .guarantee_blogs_content p,
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .grade_blogs_content p,
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .happy_blogs_content p {
    display: inline-block;
    font-size: 12px;
    line-height: 23px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats {
    /*padding: 0 14px 0 15px;*/
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container {
    margin-top: -38px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li {
    width: 33.33333%;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li:nth-child(4n+1) {
    clear: initial;
    padding-left: 7.5px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li:nth-child(3n+1) {
    clear: both;
    padding-left: 0;
  }
  .catalog-category-view .page-main .category_page_container .container .row .cat_banner_content {
    /*padding: 0 14px 0 15px;*/
  }
  .catalog-category-view .page-main .category_page_container .container .row .cat_banner_content .advertise_banner_content {
    margin-top: 24px;
    margin-bottom: 65px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo {
    max-width: 100%;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .image_photo_wraaper {
    padding: 20px 16px 0 16px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details {
    max-width: 100%;
    margin: 20px 0 0;
    padding: 0 16px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description {
    margin-bottom: 46px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last {
    max-width: 100%;
    padding: 0 0 16px 0;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .action.tocart.primary {
    width: 200px;
  }
  .catalog-product-view .page-main {
    padding: 0 16px;
  }
  .catalog-product-view .page-main .product-info-main .product.media {
    max-width: 100%;
    float: none;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .catalog-product-view .page-main .product-info-main .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__stage {
    margin: auto;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content {
    float: none;
    max-width: 100%;
    padding: 0 20px;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product-reviews-summary {
    display: none;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview {
    display: inline-block;
    width: 100%;
  }
  .catalog-product-view .page-main .product-info-main .product-viewform-content {
    float: none;
    max-width: 100%;
    padding: 0 20px 30px;
    display: inline-block;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .compatible-printer li {
    width: 50%;
  }
  .checkout-cart-index .page-main {
    padding: 0 16px;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-info .col.item {
    padding: 15px 15px 9px 135px;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-info .col.item .product-item-photo {
    left: 35px;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.clear {
    width: 48.5%;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.update {
    width: 48.5%;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount {
    margin-bottom: 68px;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount .block.discount .content {
    width: 100%;
  }
  .checkout-index-index .page-main {
    padding: 0 16px;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.form-login {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .customer-account-create .page-main,
  .customer-account-forgotpassword .page-main {
    padding: 0 24px;
  }
  .customer-account-create .page-main .columns .column.main,
  .customer-account-forgotpassword .page-main .columns .column.main {
    padding-bottom: 50px;
  }
  .customer-account-create .page-main .page-title-wrapper,
  .customer-account-forgotpassword .page-main .page-title-wrapper {
    margin: 23px 0 23px;
  }
  .customer-account-create .page-main form fieldset .legend,
  .customer-account-forgotpassword .page-main form fieldset .legend {
    margin: 0 0 12px;
  }
  .customer-account-create .page-main form fieldset.info,
  .customer-account-forgotpassword .page-main form fieldset.info {
    margin: 0 0 26px;
  }
  .customer-account-create .page-main form.password.forget,
  .customer-account-forgotpassword .page-main form.password.forget {
    padding-bottom: 146px !important;
  }
  .customer-account-create .page-main form.create.account,
  .customer-account-forgotpassword .page-main form.create.account {
    padding-bottom: 36px !important;
  }
  .customer-account-login .page-main {
    padding: 0 30px;
  }
  .customer-account-login .page-main .login-container .block .block-title {
    margin: 5px 0 12px;
    padding-top: 0;
    padding-right: 0;
  }
  .customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field.note {
    width: 100%;
  }
  .customer-account-login .page-main .login-container .block.block-new-customer {
    padding: 0;
    margin: 35px 0;
  }
  header.page-header .header.content .sections.nav-sections {
    left: calc(-1 * (100% - 20%)) !important;
    left: -moz-calc(-1 * (100% - 20%)) !important;
    left: -webkit-calc(-1 * (100% - 20%)) !important;
    left: -o-calc(-1 * (100% - 20%)) !important;
  }
  .nav-before-open header.page-header .header.content .sections.nav-sections,
  .nav-open header.page-header .header.content .sections.nav-sections {
    width: calc(100% - 20%) !important;
    width: -moz-calc(100% - 20%) !important;
    width: -webkit-calc(100% - 20%) !important;
    width: -o-calc(100% - 20%) !important;
    left: 0 !important;
    width: 298px !important;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu {
    height: calc(100vh - 332px);
    height: -webkit-calc(100vh - 332px);
    height: -moz-calc(100vh - 332px);
    height: -o-calc(100vh - 332px);
    overflow: auto;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block {
    padding-left: 0;
    padding-right: 0;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .guarantee_blogs,
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .grade_blogs,
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .hc_blog {
    padding-left: 0;
    padding-right: 0;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li:nth-last-child(2) {
    margin-bottom: 0;
  }
  /*----- Cms Page -----*/
  .cms-page-view .sidebar.sidebar-main,
  .cms-noroute-index .sidebar.sidebar-main {
    padding-right: 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li {
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .guarantee_blogs,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs {
    padding: 10px 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .grade_blogs,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .grade_blogs {
    padding: 10px 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .hc_blog,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .hc_blog {
    padding: 10px 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .sc_blog,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .sc_blog {
    padding: 10px 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li img,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li img {
    padding: 0 24px;
    max-height: 40px;
    width: auto;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content,
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .grade_blogs_content,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content,
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .happy_blogs_content,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content {
    margin-right: -4px;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content h5,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content h5,
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .grade_blogs_content h5,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content h5,
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .happy_blogs_content h5,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content h5 {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content p,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content p,
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .grade_blogs_content p,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content p,
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .happy_blogs_content p,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content p {
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li:last-child,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li:last-child {
    margin-bottom: 15px;
  }
  .contact-index-index .sidebar.sidebar-main {
    padding-right: 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li {
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs {
    padding: 10px 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .grade_blogs {
    padding: 10px 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .hc_blog {
    padding: 10px 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .sc_blog {
    padding: 10px 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li img {
    padding: 0 24px;
    max-height: 40px;
    width: auto;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content,
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content,
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content {
    margin-right: -4px;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content h5,
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content h5,
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content h5 {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content p,
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content p,
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content p {
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li:last-child {
    margin-bottom: 15px;
  }
  .contact-index-index .page-main .columns .column.main {
    padding-bottom: 32px;
  }
  .contact-index-index .column.main .contact-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .contact-index-index .column.main .contact-row .contact-main {
    margin-bottom: 32px;
  }
  .contact-index-index .column.main .contact-row .contact-info {
    padding-left: 15px;
    max-width: 150px;
  }
  .contact-index-index .column.main .contact-row .contact-info .contacts-title {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 650px) {
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-3 {
    width: 89.5%;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.clear,
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.update {
    width: 48.2%;
  }
}
@media only screen and (max-width: 576px) {
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 550px) {
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-3 {
    width: 87.5%;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper {
    float: none;
    border-right: 0;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product_service_content {
    float: none;
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 435px) {
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-3 {
    width: 82.5%;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 .brand-item .brand-image {
    height: 150px;
    padding: 0 5px;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 .brand-item .brand-image a img {
    max-width: 150px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li {
    width: 50%;
    flex: 50%;
    max-width: 50%;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li:nth-child(3n+1) {
    clear: initial;
    padding-left: 7.5px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li:nth-child(2n+1) {
    clear: both;
    padding-left: 0;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content {
    float: left;
    width: auto;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .product_service_content {
    float: left;
    width: 70%;
    padding: 0 0 0 15px;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper {
    float: none;
    border: 0;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product_service_content {
    float: none;
    padding: 0;
    width: 100%;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.clear,
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.update {
    width: 47.2%;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table tbody .item-info .col.qty .field.qty {
    min-width: 67px;
  }
}
@media only screen and (max-width: 390px) {
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li img {
    padding: 0 15px;
  }
  footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .text_block_content .block h2 {
    font-size: 22px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li img {
    padding: 0 2px;
  }
  .catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .actions .action.primary.tocart {
    width: 165px;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address {
    position: relative;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block input[type='checkbox'] {
    position: absolute;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block label {
    padding-left: 24px;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.clear,
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.update {
    width: 46.8%;
  }
}
@media only screen and (max-width: 359px) {
  header.page-header .header.content .people_register {
    margin: 0 20px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-3 {
    width: 78.5%;
  }
  .catalog-category-view .page-main {
    /*padding-left: 0; padding-right: 0;*/
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block {
    /*.swatch_option_content { float: none; width: 100%; border-right: 0;}*/
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .product_service_content {
    /*float: none; width: 100%; padding: 0;*/
    width: 65%;
  }
}
.product-custom-attribute {
  display: flex;
}
.product-custom-attribute.product-view-page {
  margin-top: 15px;
}
.product-custom-attribute.combo-product {
  margin-bottom: 30px;
  flex-wrap: wrap;
  background: #F9F9FA;
  padding: 20px 25px;
  border: 1px solid #EEE;
}
@media (min-width: 992px) {
  .product-custom-attribute.combo-product {
    margin-right: 20px;
  }
}
.product-custom-attribute.combo-product .product_color {
  margin-right: 0;
  width: 50%;
}
.product-custom-attribute.combo-product .product_color:nth-of-type(3),
.product-custom-attribute.combo-product .product_color:nth-of-type(4) {
  margin-top: 15px;
}
.product-custom-attribute .product_color {
  display: flex;
  min-height: 20px;
  align-items: center;
}
.product-custom-attribute .product_color__swatch {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.product-custom-attribute .product_color__text {
  line-height: 20px;
  padding-left: 10px;
}
.product-custom-attribute .product_other_attribute {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-custom-attribute .product_other_attribute:not(.no-color) {
  border-left: 1px solid #e3e3e3;
  padding-left: 25px;
}
.product-custom-attribute .product_other_attribute .product_upto_print_page,
.product-custom-attribute .product_other_attribute .product_fast_delivery {
  position: relative;
  padding-left: 21px;
  display: flex;
  align-items: center;
  line-height: 25px;
  width: 100%;
}
.product-custom-attribute .product_other_attribute .product_upto_print_page:before,
.product-custom-attribute .product_other_attribute .product_fast_delivery:before {
  position: absolute;
  content: '';
  display: flex;
  background-image: url('../images/true-mark@2x.png');
  background-repeat: no-repeat;
  left: 0;
  height: 9px;
  width: 11.5px;
  background-size: contain;
  line-height: 20px;
  align-items: center;
}
.product-custom-attribute.own-combo-product .product_color {
  min-height: 35px !important;
}
.product-custom-attribute.own-combo-product .product_color__swatch {
  margin-right: 15px;
  width: 30px;
  height: 30px;
}
.product-custom-attribute.simple-product .product_color,
.product-custom-attribute.product-view-page .product_color {
  min-height: 50px;
}
.product-custom-attribute.simple-product .product_color__swatch,
.product-custom-attribute.product-view-page .product_color__swatch {
  width: 30px;
  height: 30px;
}
.product-custom-attribute.simple-product .product_color__text,
.product-custom-attribute.product-view-page .product_color__text {
  margin-right: 30px;
}
.bundle-product-container {
  margin-bottom: 29px;
  display: flex;
  flex-wrap: wrap;
}
.bundle-product-container .bundle-product-box {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  background: #F9F9FA;
  padding: 20px 0 20px 20px;
  border: 1px solid #EEE;
}
@media (min-width: 992px) {
  .bundle-product-container .bundle-product-box {
    margin-right: 20px;
  }
}
.bundle-product-container .bundle-product-box .bundle-qty-box-container:nth-of-type(4) {
  margin: 0 !important;
}
.static-combo-product .price-box.price-final_price {
  margin: 0 20px 0 0 !important;
  padding-bottom: 15px !important;
  border-bottom: 1px dotted #9D9FA4;
}
.static-combo-product.tier-price {
  margin-bottom: 20px;
}
.static-combo-product.tier-price .prices-tier li {
  margin: 0 20px 0 0 !important;
  padding: 10px 0 !important;
  border-bottom: 1px dotted #9D9FA4;
}
.static-combo-product.tier-price .prices-tier li .price {
  color: #EF3A33 !important;
  font-weight: bold;
}
.static-combo-product + .product-info-price .price-box.price-final_price {
  margin: 0 20px 0 0 !important;
  padding-bottom: 15px !important;
  border-bottom: 1px dotted #9D9FA4;
}
.catalog-product-view .static-combo-product + .product-info-price {
  margin-right: 20px !important;
  width: auto !important;
}
.catalog-product-view .static-combo-product + .product-info-price .price-box.price-final_price {
  margin: 0 !important;
  padding-bottom: 10px !important;
  border-bottom: 1px dotted #9D9FA4;
  padding-right: 20px !important;
}
.catalog-product-view .static-combo-product.prices-tier.items {
  margin: 0 20px 15px 0 !important;
}
.catalog-product-view .static-combo-product.prices-tier.items li {
  margin: 0 !important;
  padding: 10px 0 !important;
  border-bottom: 1px dotted #9D9FA4;
}
.catalog-product-view .static-combo-product.prices-tier.items li .price {
  color: #EF3A33 !important;
  font-weight: bold;
}
@media (max-width: 767px) and (min-width: 480px) {
  .nav-open .page-wrapper {
    left: 0 !important;
  }
}
.checkout-index-index ul.credit-card-types {
  display: none;
}
.checkout-index-index #payment_form_paysafe_gateway .field.type {
  margin: 0;
}
.catalog-category-view span.incl-vat,
.checkout-index-index span.incl-vat {
  font-size: 12px;
  color: #9D9FA4;
  padding-left: 4px;
}
.catalog-product-view span.incl-vat {
  font-size: 12px;
  color: #9D9FA4;
  padding-left: 4px;
}
.catalog-product-view .price-final_price span.incl-vat {
  padding-left: 0px !important;
}
.catalog-product-view .upsell span.incl-vat,
.catalog-product-view .related span.incl-vat {
  display: none;
}
.order-comment-body .customer-note {
  background: #fff;
  resize: none;
}
.block-title.title h2 {
  font-size: 16px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0;
  padding-right: 20px;
  color: #313131;
  line-height: 1;
  font-weight: bold;
  display: inline;
}
.cartridge_type_product .cartridge_type_item a,
.cartridge_type_product .cartridge_type_item h2 {
  text-decoration: none;
  color: #666;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  header.page-header .panel.wrapper .panel.header .phone_shipping li:first-child img {
    min-width: 12px;
  }
  header.page-header .panel.wrapper .panel.header .phone_shipping li:nth-child(2) img {
    min-width: 17px;
  }
}
@media screen and (min-width: 1250px) {
  .cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog_banner.desktop-image {
    min-height: 212px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog_banner.desktop-image img {
    max-height: 212px;
  }
}
header.page-header .panel.wrapper .panel.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
header.page-header .panel.wrapper .panel.header .header-top-links.header-top-links {
  margin-left: auto;
}
.deley-top {
  padding: 10px;
  font-weight: bold;
  color: #0a5308;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .deley-top {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    padding: 0px 30px;
  }
  header.page-header .panel.wrapper .panel.header .phone_shipping {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  header.page-header .panel.wrapper .panel.header .header-top-links {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (max-width: 1279px) {
  .deley-top {
    background: #fff;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .product-info-main .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__stage__shaft {
    margin: auto !important;
  }
}
#checkout-payment-method-load .payment-method-title input[type=radio] {
  background-size: 16px !important;
}
