/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media only screen and (max-width: 1315px) {
  .nav-sections .nav-sections-items .section-item-content .header.links li > a {
    text-transform: capitalize !important;
    font-weight: normal !important;
    font-size: 1.2rem !important;
  }
  .nav-sections .nav-sections-items .section-item-content .header.links li {
    padding: 3px 0 !important;
  }
  .mobile-nav .nav-sections .header.links a,
  .mobile-nav .nav-sections .header.links a:hover {
    padding: 10px 0 !important;
  }
  .nav-sections .nav-sections-items .section-item-content .header.links li.greet.welcome span {
    display: none !important;
  }
  .customer-welcome ul::after {
    display: none !important;
  }
  .customer-welcome .customer-menu {
    display: block !important;
  }
  .customer-welcome {
    display: contents;
  }
  .customer-welcome ul {
    position: relative !important;
    box-shadow: none !important;
  }
  .customer-welcome ul li:hover {
    background: transparent !important;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100vw - 52px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100vw - 52px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 52px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 25px;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    display: block;
    box-sizing: border-box;
    float: left;
    height: 40px;
    padding-top: 0;
    text-align: center;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
    font-weight: bold;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 40px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 1316px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    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 10px 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: 47px;
    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: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    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: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 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: #cccccc;
    color: #cccccc;
    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: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .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: '\e608';
    font-family: 'luma-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: 'luma-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;
  }
}
/**
 * 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;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_AdvancedHidePrice
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category  BSS
 * @package   Bss_OneStepCheckout
 * @author    Extension Team
 * @copyright Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license   http://bsscommerce.com/Bss-Commerce-License.txt
 */
/**
 * Copyright © Mageside. All rights reserved.
 * See MS-LICENSE.txt for license details.
 */
.ms-codelink-wrap {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ms-codelink-wrap p {
  margin: 0;
}
@media only screen and (max-width: 769px) {
  #gdprCookieBar > div {
    min-width: 100%;
  }
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 767px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 767px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 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 {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .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),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .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) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .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: 50px;
  }
  .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,
  .modes-label,
  .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,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .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 + .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: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 .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 {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .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.search.advanced .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-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-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,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .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: -14px 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 .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .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 .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .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: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .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: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .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: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    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: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    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: #333333;
    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: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .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 {
    margin-bottom: 0;
    width: auto;
  }
  .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;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .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;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .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;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .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%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .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;
    margin-bottom: 25px;
  }
  .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%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .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: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-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: #333333;
  }
  .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;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .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-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .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 20px;
    margin: 0 0 10px;
  }
  .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 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    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 {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    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: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    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: #333333;
    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: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .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 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 767px;
    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: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 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: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 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 {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    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: 600;
  }
  .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 #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    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: #575757;
  }
  .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: #575757;
  }
  .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: #575757;
  }
  .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: 10px;
  }
  .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 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: 'luma-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-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: 20px;
    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 {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .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 20px 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-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .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: 10px;
    padding: 5px 10px 10px;
    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: 10px;
    padding: 5px 10px 10px;
  }
  .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: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .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: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .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.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: 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 {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .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: 10px 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: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .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;
  }
  #home-carousel-1 .carousel-inner {
    height: 400px;
    width: 65%;
  }
  .logo {
    margin: 0;
  }
  .page-header .panel.wrapper {
    background-color: #fff;
    border-bottom: none;
    color: #1f74bf;
  }
  .page-title-wrapper.product {
    padding-bottom: 0.5rem;
  }
  .page-title-wrapper {
    padding-bottom: 0;
  }
  .block-page-hierarchy .block-content nav ul > li .current-page {
    color: #E92D31;
  }
  .menu-row-items span {
    text-transform: uppercase !important;
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 0.5px;
  }
  .menu-row-items a {
    font-size: 12.9px;
  }
  .block-page-hierarchy.order-2 .block-page-hierarchy {
    position: sticky;
    top: 150px;
  }
  .block-page-hierarchy .block-content {
    font-size: 0.875rem !important;
    padding-left: 1.5rem !important;
    margin-top: 8rem !important;
    border-left: 1px solid #e9e9f2 !important;
  }
  .menu-stacked-items a {
    text-transform: uppercase !important;
    font-size: 12.9px;
    text-align: left;
    line-height: 1.3 !important;
  }
  .menu-stacked-items img {
    max-height: 35px;
  }
  .menu-row-items img {
    max-height: 35px;
  }
  .cms-epbmc .no-indent {
    color: #1f74bf;
  }
  .special-list {
    list-style-type: none;
    padding-left: 0;
  }
  .special-list li {
    border: 1px solid rgba(106, 155, 244, 0.35);
    border-radius: 0.75rem;
    padding: 15px;
    margin-bottom: 15px;
  }
  .footer.content ul.compact {
    padding-right: 0;
  }
  .block-search input {
    border-radius: .75rem;
    font-size: 13px;
    border: 2px solid #dae4ea;
    font-family: inherit;
  }
  .block-search input:focus {
    color: #737491;
    background-color: #fff;
    border-color: rgba(118, 109, 244, 0.35);
    outline: 0;
    box-shadow: none;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 7px;
  }
  .page-layout-1column .filter-options-content {
    position: inherit !important;
  }
  #itoris_dynamicproductoptions .fieldset {
    margin: 0;
  }
  .product.attribute.description .card-deck {
    max-width: 600px;
  }
  .product.attribute.description .card-deck a:first-child {
    text-align: center;
  }
  .product.attribute.description .card-deck a:last-child {
    text-align: center;
    margin-top: 1.5rem;
  }
  .block-cms-link.widget,
  .product-social-links .block-static-block.widget {
    margin-bottom: 0;
  }
  .main-img {
    max-width: 350px;
  }
  .thumbnail-img {
    max-width: 350px;
  }
  .page-header .header.panel {
    padding-bottom: 5px;
    padding-top: 5px;
    max-width: 100%;
    background: #fff9f9;
  }
  #itoris_dynamicproductoptions li.fields div.field,
  #itoris_dynamicproductoptions tr.fields td div.field,
  .itoris_slider_group .itoris_dynamicproductoptions div.field {
    margin: 0;
    margin-right: 10px;
  }
  .catalog-product-view .sticky-breadcrumbs {
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-top: 0;
  }
  .product-add-form {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: options;
  }
}
@media all and (min-width: 768px) and all and (-ms-high-contrast: none), print and all and (-ms-high-contrast: none) {
  .grid-container {
    display: -ms-grid;
    -ms-grid-columns: 0.9fr 1.1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
  }
  .title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .options {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media all and (min-width: 1024px), print {
  .bss-onestepcheckout .opc-wrapper {
    width: 66.66%;
    padding-right: 30px;
  }
  .bss-onestepcheckout #opc-sidebar {
    width: 33.33%;
    margin-top: 0;
  }
  .bss-onestepcheckout #opc-sidebar .discount-code #discount-form {
    width: 100%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 35%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 65%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    width: 380px;
    transition: all .3s ease;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    overflow: auto;
    max-height: 100vh;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    border: 1px solid #d4d4d4;
    background: #fff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options {
    background: #fff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    position: absolute;
    top: 7px;
    right: 7px;
    margin: 0;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 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: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
.col-md-6 {
  width: 50%;
}
.primary-btn,
#algolia-right-container #instant-search-results-container button.action,
#algolia-right-container #instant-search-results-container .result-wrapper .result-content.row a.button {
  color: #fafbfb;
  margin: 7px 0;
  display: inline-block;
  padding: 8px 35px;
  font-size: 16px;
  transition: 0.2s;
  font-family: "Frutiger LT";
  font-weight: 400;
  line-height: 24px;
  border-radius: 5px;
  text-transform: capitalize;
  letter-spacing: -0.11px;
  background-color: #428bca;
  border-color: #357ebd;
}
#algolia-left-container li.ais-CurrentRefinements-item {
  display: block;
  font-size: 16px;
  font-family: "Frutiger LT";
  line-height: 24px;
  margin-right: 0;
  padding: 10px 10px;
}
#algolia-left-container li.ais-CurrentRefinements-item > span {
  display: contents;
  position: relative;
  display: block;
  margin-left: 0;
}
#algolia-left-container li.ais-CurrentRefinements-item > span button {
  position: absolute;
  right: 30px;
}
#algolia-left-container .ais-HierarchicalMenu-link--selected {
  line-height: 36px;
  font-weight: 600;
}
#algolia-left-container .ais-RefinementList-count {
  color: #333333;
  font-size: 12px;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
#algolia-left-container a {
  text-decoration: none;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #algolia-left-container a {
    font-size: 16px;
    line-height: 32px !important;
  }
}
#algolia-left-container a span {
  color: #333333;
  font-size: 12px;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
#algolia-left-container > h3 {
  margin-top: 0;
  padding-top: 0 !important;
}
#algolia-left-container h3 {
  color: #333333;
  padding: 10px 0;
  font-size: 17px;
  font-family: "Frutiger LT";
  font-weight: 400;
  text-transform: uppercase;
  display: none;
}
#algolia-left-container #instant-search-facets-container {
  font-size: 18px;
  font-family: "Frutiger LT";
  line-height: 18px;
}
#algolia-left-container #instant-search-facets-container div.name:after {
  content: "";
  width: 20px;
  height: 20px;
  float: right;
  background: url(/pub/media/icons/arrow-down.png) no-repeat;
  background-size: contain;
}
#algolia-left-container #instant-search-facets-container input[type=search] {
  border-radius: 0.75em;
}
#algolia-left-container #instant-search-facets-container .ais-Panel-header {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  background: #428bca;
  line-height: 18px;
  font-weight: 400;
  font-family: "Frutiger LT";
  padding: 10px 20px 10px 10px;
  margin-bottom: 15px;
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
#algolia-left-container #instant-search-facets-container .ais-Panel-header.active div.name:after {
  transform: rotate(180deg);
}
#algolia-left-container #instant-search-facets-container .ais-ClearRefinements-button {
  color: #ffffff;
  font-size: 18px;
  background: #428bca;
  line-height: 18px;
  font-weight: 400;
  font-family: "Frutiger LT";
  padding: 10px 20px 10px 10px;
  margin-bottom: 15px;
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  transition: 0.2s;
}
#algolia-left-container #instant-search-facets-container .ais-ClearRefinements-button:hover {
  background-color: #3071a9;
}
.algolia-instant-selector-results #algolia_instant_selector .row {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .algolia-instant-selector-results #algolia_instant_selector .row > div#algolia-left-container {
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .algolia-instant-selector-results #algolia_instant_selector .row > div#algolia-right-container div.row > div {
    padding-right: 0;
  }
}
#algolia-right-container {
  font-family: "Frutiger LT";
}
#algolia-right-container #instant-search-bar input {
  font-family: "Frutiger LT";
  border-radius: 0.75em;
}
#algolia-right-container #instant-search-bar input:focus {
  outline: 0;
  box-shadow: none;
  border: solid 1px #54A5CD;
}
#algolia-right-container #instant-search-results-container .result-wrapper .result-content.row .result-thumbnail {
  width: 100px !important;
  height: auto;
  padding-left: 0px;
}
#algolia-right-container .algolia-infos {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
}
#algolia-right-container .algolia-infos select {
  font-family: "Frutiger LT";
  font-size: 16px;
  line-height: 24px;
}
#algolia-right-container .algolia-infos div.sort-by-label {
  text-transform: capitalize;
}
#algolia-right-container #instant-search-results-container button.action:hover {
  background-color: #3071a9;
  border-color: #285e8e;
}
#algolia-right-container #instant-search-results-container li.ais-InfiniteHits-item {
  margin: 0;
}
#algolia-right-container #instant-search-results-container li.ais-InfiniteHits-item > div {
  padding: 0;
}
#algolia-right-container #instant-search-results-container .result-wrapper {
  font-family: "Frutiger LT";
  padding: 5px 0;
  border-radius: 0.75rem;
  font-size: 17px;
  margin-bottom: 8px;
}
#algolia-right-container #instant-search-results-container .result-wrapper .result-content.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 20px 21px 20px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.13);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  #algolia-right-container #instant-search-results-container .result-wrapper .result-content.row {
    flex-direction: column;
    align-items: start;
  }
}
#algolia-right-container #instant-search-results-container .result-wrapper .result-content.row .result-thumbnail {
  width: 15%;
}
@media screen and (max-width: 767px) {
  #algolia-right-container #instant-search-results-container .result-wrapper .result-content.row .result-thumbnail {
    width: 80%;
  }
}
#algolia-right-container #instant-search-results-container .result-wrapper .result-content.row .result-sub-content {
  width: 84%;
  text-align: left;
}
#algolia-right-container #instant-search-results-container .result-wrapper .result-content.row .result-sub-content h3 {
  color: #047EC2;
  margin: 0;
  line-height: 30px;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 6px;
}
#algolia-right-container #instant-search-results-container .result-wrapper .result-content.row .result-sub-content .catalog-list-item__list {
  font-size: 18px;
  line-height: 24px;
}
#algolia-right-container #instant-search-results-container .result-wrapper .result-content.row .result-sub-content .col-md-12 {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #algolia-right-container #instant-search-results-container .result-wrapper .result-content.row .result-sub-content {
    width: 100%;
    margin-top: 15px;
    padding: 0 !important;
  }
  #algolia-right-container #instant-search-results-container .result-wrapper .result-content.row .result-sub-content h3 {
    font-size: 18px;
  }
  #algolia-right-container #instant-search-results-container .result-wrapper .result-content.row .result-sub-content span.after_special.hide {
    font-size: 18px;
  }
}
#algolia-right-container #instant-search-results-container .result-wrapper .result-content.row .cta-btn {
  padding: 0;
}
#algolia-right-container #instant-search-results-container .result-wrapper .result-content.row .cta-btn a {
  float: right;
}
@media screen and (max-width: 767px) {
  #algolia-right-container #instant-search-results-container .result-wrapper .result-content.row .cta-btn {
    margin-top: 10px;
  }
}
#algolia-right-container #instant-search-results-container .result-wrapper .result-content.row a.button:hover {
  background-color: #3071a9;
}
#algolia-right-container #instant-search-results-container .result-wrapper .result-content.row:before,
#algolia-right-container #instant-search-results-container .result-wrapper .result-content.row:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #maincontent {
    padding: 0;
  }
}
.page-wrapper .breadcrumbs {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .page-wrapper .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-wrapper .breadcrumbs ul.items {
  word-break: break-all;
}
.page-wrapper .breadcrumbs li.item.search {
  word-wrap: break-word;
  font-size: 18px;
  font-family: "Frutiger LT";
}
.algolia-instant-results-wrapper,
.page-wrapper .breadcrumbs {
  word-wrap: break-word;
  max-width: 1260px !important;
  font-family: "Frutiger LT";
  margin-top: 48px;
  position: relative;
}
.algolia-instant-results-wrapper p.listing_custom_pager {
  font-size: 22px;
  font-family: "Frutiger LT";
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .algolia-instant-results-wrapper p.listing_custom_pager {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .algolia-instant-results-wrapper p.listing_custom_pager {
    padding: 10px 15px 0;
  }
}
.immuno_three_sec a,
.immuno_category_first_sec a {
  text-decoration: none;
}
.catalog-list-item__list {
  display: none;
}
.catalog-category-view button.content a {
  color: #0F5186 !important;
}
.is-widget-container-analyte.filter_active .ais-RefinementList-searchBox form.ais-SearchBox-form {
  display: none;
}
.is-widget-container-analyte.filter_active ul.ais-RefinementList-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-right: -19px;
}
span.ais-RefinementList-count {
  display: none;
}
div#algolia-right-container {
  margin-bottom: 42px;
}
h3.filter_heading {
  margin-bottom: -17px;
}
button.ais-InfiniteHits-loadMore.action.primary {
  margin-bottom: 25px !important;
}
ul.ais-HierarchicalMenu-list li div:first-child a {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  ul.ais-HierarchicalMenu-list li div:first-child a {
    display: block;
    align-items: center;
    padding-left: 21px;
    position: relative;
  }
}
ul.ais-HierarchicalMenu-list li div:first-child a:before {
  content: "";
  width: 25px;
  height: 16px;
  float: left;
  background: url(/pub/media/icons/plusimage.jpg) no-repeat;
  margin-right: 8px;
  background-size: 16px 16px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  ul.ais-HierarchicalMenu-list li div:first-child a:before {
    position: absolute;
    top: 8px;
    left: 0px;
  }
}
.ais-Panel-body {
  border: 1px solid #ddd;
}
button.ais-SearchBox-reset {
  padding-right: 1.4em;
}
.ais-Panel {
  border: 0px !important;
}
.ais-Panel-body {
  border: 1px solid #ddd;
}
button.ais-SearchBox-reset {
  padding-right: 1.4em;
}
.ais-Panel {
  border: 0px !important;
}
button.action-primary.action-accept {
  padding: 2px 15px;
  line-height: 30px;
  background-color: #428bca !important;
  border: 1px solid #357ebd !important;
  font-size: 16px !important;
}
button.action-primary.action-accept:hover {
  background-color: #3071a9 !important;
}
.minicart-items-wrapper {
  height: 200px !important;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.2rem !important;
}
.cart.table-wrapper .col.price .price-excluding-tax {
  font-size: 1.2rem !important;
}
.step-content.amcheckout-content .title strong {
  font-size: 22px !important;
}
.checkout-index-index .header.content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1260px;
  padding: 30px 25px 0;
  z-index: 1;
}
.opc-block-summary .minicart-items-wrapper {
  overflow: scroll !important;
}
.opc-block-summary .product-item .price {
  font-size: 1.4rem;
  font-weight: 400;
}
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
  font-size: 1.2rem;
}
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.2rem;
  border-top: 1px solid #cccccc;
}
.account .column.main .block:not(.widget) .box-title > span {
  font-size: 1.4rem;
}
button.action.primary.checkout {
  font-size: 1.2rem !important;
}
.minicart-items .item-qty {
  margin-top: 0px;
  margin-left: 10px;
  font-size: 18px !important;
}
.form-address-edit .actions-toolbar .action.primary {
  font-size: 18px !important;
  line-height: 30px;
}
.action.primary {
  line-height: 24px !important;
}
.cart-discount .actions-toolbar .action.primary {
  color: #ffffff;
  margin-left: 10px;
  border-radius: 3px;
  line-height: 32px !important;
}
.order-details-items .product-item-name {
  font-size: 1.2rem !important;
}
.order-details-items .col.price .price-excluding-tax {
  font-size: 1.2rem !important;
}
.order-details-items .col.subtotal .price-excluding-tax {
  font-size: 1.2rem !important;
}
.checkout-payment-method .payment-option-inner {
  margin: 5px 0px 20px 17px;
}
.discount-disclaimer {
  margin: 0px 0px 20px 20px;
}
.customer-account-create fieldset.fieldset.address {
  margin-top: 20px;
}
.customer-account-create fieldset.fieldset.create.info legend.legend span {
  font-size: 28.8px !important;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -3px;
}
.block-authentication .actions-toolbar > .primary .action {
  background-color: #428bca !important;
  line-height: 24px;
  color: #fff;
  font-size: 18px;
  margin-right: 0;
}
.opc-block-summary .minicart-items-wrapper {
  max-height: unset !important;
}
.box.box-billing-address strong.box-title span,
.box.box-shipping-address strong.box-title span,
.box.box-information strong.box-title span {
  font-size: 1.2rem !important;
}
.checkout-payment-method.submit button.action.primary.checkout {
  padding: 6px 17px !important;
}
button.action-primary.action-accept {
  padding: 4px 15px;
}
.step-content.amcheckout-content .title strong {
  font-size: 24px;
}
.account .page-title-wrapper .page-title {
  font-weight: 700;
}
.account .block-title strong {
  font-size: 1.6rem !important;
  font-weight: 700 !important;
}
form.form-edit-account legend.legend span {
  font-size: 1.6rem !important;
  font-weight: 700 !important;
}
.block-collapsible-nav .item .delimiter {
  margin: 10px 10px !important;
}
.block-collapsible-nav .content li.nav.item {
  display: block !important;
}
button.action.save.primary {
  padding: 6px 15px  !important;
}
.sidebar.sidebar-additional {
  display: none;
}
fieldset.field.street.admin__control-fields.required legend.label {
  font-size: 16px;
}
div#block-discount .title strong#block-discount-heading {
  font-size: 18px !important;
}
.action.primary:active,
.action.primary:focus {
  color: #ffffff !important;
}
button.action.apply.primary,
button.action.cancel.primary {
  padding: 3px 15px;
}
button.action.primary.checkout {
  padding: 6px 10px !important;
  line-height: 28px !important;
  font-size: 20px !important;
}
.minicart-items-wrapper {
  overflow-x: scroll;
}
.discount-form button.action.action-apply {
  border-radius: 3px !important;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: none;
}
button.action.update,
.discount-form button.action.action-apply,
div#download-intro button.action,
div#anonymize-intro button.action,
div#remove-intro button.action,
button.action.action-select-shipping-item,
button.action.action-show-popup.amcheckout-button.-new-address,
button.action.action-cancel {
  color: #ffffff !important;
  margin-left: 10px;
  background-color: #428bca !important;
  border: 1px solid #357ebd !important;
  border-radius: 3px !important;
  line-height: 24px !important;
  font-size: 18px !important;
}
button.action.update:hover,
.discount-form button.action.action-apply:hover,
div#download-intro button.action:hover,
div#anonymize-intro button.action:hover,
div#remove-intro button.action:hover,
button.action.action-select-shipping-item:hover,
button.action.action-show-popup.amcheckout-button.-new-address:hover,
button.action.action-cancel:hover {
  background-color: #3071a9 !important;
  border-color: #285e8e !important;
}
.field-tooltip .field-tooltip-action:before {
  margin-top: 6px;
}
.field.qty .control {
  padding: 0px !important;
}
.table-totals tbody .mark {
  padding: 6px 20px  !important;
}
input#coupon_code {
  height: 40px !important;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.4rem;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0px 0 2px;
}
.minicart-items .product-item-details {
  padding: 7px 15px !important;
}
.table-checkout-shipping-method thead th {
  width: 143px;
}
.block.block-reorder {
  padding: 5px 18px 5px 15px;
}
.sidebar-main {
  padding-right: 0%;
}
form#form-validate button.action.save.primary {
  margin-top: 20px;
  line-height: 26px !important;
  font-size: 16px !important;
}
form#payment_form_stripe_payments_payment button.action.save.primary {
  margin-top: 20px;
}
.py-5 {
  padding-top: 0rem !important;
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 0px;
}
.control {
  padding: 10px;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -30px 0 0;
}
.minicart-items .product-item-details .price-excluding-tax {
  margin: 1px 0;
}
.cart-discount .actions-toolbar .action.primary {
  color: #ffffff;
  margin-left: 10px;
  border-radius: 3px;
}
.cart-discount .actions-toolbar .action.primary:not(:focus) {
  box-shadow: none;
}
.cart-discount .actions-toolbar .action.primary:hover {
  color: #ffffff;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  font-size: 1.4rem;
}
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax {
  font-size: 1.2rem;
}
.cart-summary .block .content {
  padding: 6px 15px 0px;
}
.fieldset:last-child {
  margin-bottom: 0px;
}
strong#block-discount-heading {
  position: relative;
  top: 3px;
}
.cart-totals .grand .mark {
  font-size: 20px;
}
.cart-totals .grand .amount {
  font-size: 20px;
}
.cart-summary .block .fieldset .field {
  font-size: 16px;
}
.control {
  padding: 4px !important;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 0px;
}
.checkout-index-index .minicart-items-wrapper {
  overflow-x: inherit;
}
.checkout-index-index .additional-options {
  margin: 0;
}
.checkout-index-index .opc-block-summary {
  padding-bottom: 0px;
}
.checkout-index-index .header.content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1260px;
  padding: 30px 25px 0;
}
.checkout-index-index .product-item-name-block strong.product-item-name {
  font-weight: 700;
}
.block.items-in-cart.active {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  margin: 0 0 0 8px;
}
.checkout-payment-method .payment-option-title {
  padding-left: 20px;
}
.opc-block-summary,
.opc-wrapper .methods-shipping {
  background: none;
}
.cart-summary .block > .title {
  border-top: none;
}
.checkout-index-index .logo {
  max-width: 100%;
}
.control {
  padding: 0px !important;
}
p.step-title.amcheckout-title,
.opc-wrapper .step-title {
  font-weight: 700;
}
.checkout-index-index .modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 20px;
  padding-top: 10px;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content {
  padding-bottom: 10px;
}
body .checkout-index-index .modal-content {
  position: initial !important;
}
div#algoliaFooter {
  display: none;
}
.catalog-product-view .column.main.container {
  display: block;
  padding-bottom: 0px;
}
.catalog-product-view .column.main.container .recommend-component {
  margin-bottom: 0px;
}
.catalog-product-view .product-info-main .mp-attachment-tab {
  margin-bottom: 0px;
}
.catalog-product-view .product-info-main .mp-attachment-tab li.mp-attachment-tab__item {
  margin-bottom: 0.5rem;
}
.catalog-product-view .product-info-main .mp-attachment-tab li.mp-attachment-tab__item span.mp-attachment-tab__item__name {
  font-size: 16px;
}
.catalog-product-view .product-info-main .mp-attachment-container h2 {
  font-weight: bolder;
  font-size: 26px;
  line-height: 34px;
}
.catalog-product-view .product-info-main .overview {
  margin-top: 35px !important;
  margin-bottom: 0px !important;
}
.catalog-product-view .product-info-main .overview h3.font-weight-bold {
  font-weight: bolder;
  font-size: 26px;
  line-height: 34px;
}
.catalog-product-view .product-info-main .overview .py-5 {
  padding-bottom: 68px !important;
}
.catalog-product-view .product-info-main .overview .bg-light .col-md-8.row p:empty {
  display: none;
}
@media screen and (max-width: 1024px) {
  table.table-checkout-shipping-method.amcheckout-shipping-methods tr.row {
    width: 444px;
  }
  .algolia-instant-results-wrapper p.listing_custom_pager {
    padding: 0;
  }
  #algolia-left-container li.ais-CurrentRefinements-item > span button {
    right: 0px;
  }
  .modal-popup .modal-inner-wrap {
    width: 46%;
    right: 52%;
    top: 4%;
  }
}
@media screen and (max-width: 768px) {
  table.table-checkout-shipping-method.amcheckout-shipping-methods tr.row {
    width: auto;
  }
  .fotorama__fullscreen .fotorama__nav--dots {
    bottom: 89px;
  }
  #algolia_instant_selector .col-md-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #algolia_instant_selector .col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #algolia_instant_selector .col-md-8 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .minicart-wrapper .block-minicart {
    right: 20px;
  }
  .content-index-index ul.items.font-size-sm {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-index-index div#algolia-left-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-index-index .no-results {
    padding-bottom: 0px;
  }
  .content-index-index .algolia-instant-results-wrapper {
    margin-top: 30px;
  }
  .content-index-index div#refine-toggle {
    display: none !important;
  }
  .ais-InfiniteHits.ais-InfiniteHits--empty {
    display: none;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 767px) {
  .content-index-index .no-results {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  /*Footer changes service pages*/
  .page-footer {
    padding-top: 0px !important;
  }
  .container.neutral_antibody {
    margin-top: 70px !important;
  }
  /*Footer changes service pages*/
  .fotorama__fullscreen .fotorama__arr {
    top: unset !important;
  }
  .algolia-instant-selector-results {
    margin-bottom: 0px !important;
  }
  .ais-InfiniteHits {
    padding-bottom: 20px !important;
  }
  .content-index-index .page-footer {
    padding-top: 0px;
    margin-top: 30px;
  }
  .content-index-index .no-results {
    padding-top: 10px;
  }
  .catalog-product-view .primary.tocart {
    line-height: 44px !important;
  }
  .catalog-product-view .product-info-main .overview .py-5 {
    padding-bottom: 50px !important;
    padding-top: 30px !important;
  }
  .mp-attachment-tab.b-cell-ferret-anti-doc-sec {
    padding-left: 3px;
  }
  body.catalog-product-view .product-info-main .product.attribute.overview {
    margin-top: 50px !important;
  }
  body.catalog-product-view .product-info-main .product.attribute.overview .bg-light {
    margin-bottom: -30px;
  }
}
.ais-Panel-header.active {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  margin-bottom: 0px !important;
}
.content-index-index .pull-right {
  display: none;
}
#algolia-left-container .ais-HierarchicalMenu-link--selected:before {
  content: "";
  width: 22px;
  height: 16px;
  float: left;
  background: url(/pub/media/icons/minusimage.jpg) no-repeat;
  margin-right: 8px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #algolia-left-container .ais-HierarchicalMenu-link--selected:before {
    position: absolute;
    top: 8px;
    left: 0px;
  }
}
.sort-by-label.pull-left h4 {
  color: #333333;
  font-size: 16px;
  font-family: "Frutiger LT";
  line-height: 35px;
  display: contents;
  vertical-align: middle;
}
span.ais-CurrentRefinements-categoryLabel {
  color: #333333;
}
span.ais-CurrentRefinements-label {
  color: #333333;
  font-size: 18px;
  line-height: 36px;
}
ol.ais-InfiniteHits-list {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  ol.ais-InfiniteHits-list {
    margin-bottom: 30px;
  }
}
.content-index-index .page-wrapper .breadcrumbs li.item.search {
  font-size: 0.9rem !important;
}
.content-index-index div#algolia-left-container {
  display: none;
}
.content-index-index .container {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 768px) {
  .content-index-index .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content-index-index ol.ais-InfiniteHits-list {
  margin-bottom: 26px;
}
.content-index-index div#algolia-right-container .result-wrapper {
  border: none !important;
}
.content-index-index #algolia-right-container #instant-search-results-container .result-wrapper:hover {
  background-color: #f7f7fc00;
}
.content-index-index #algolia_instant_selector .col-md-9 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.content-index-index #algolia_instant_selector .col-md-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.content-index-index div#algolia-right-container div#instant-search-bar {
  margin-top: 30px;
}
.content-index-index .main-top-toolbar-section {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12.4px;
}
.algolia-instant-message-tabs.removePaddings {
  display: none;
}
h3.result-title.text-ellipsis.product-title {
  color: #333333;
  margin: 0;
  line-height: 26px;
  font-weight: 400;
  font-size: 17px;
  text-align: left;
}
.toolbar_custom_section a.product {
  border: 1px solid #ccc;
  padding: 15px 35px;
  color: #333333;
  background: #f6f6f6;
  margin-right: 5px;
}
.toolbar_custom_section a.contents {
  border: 1px solid #ccc;
  padding: 15px 35px;
  color: #333333;
  background: #f6f6f6;
}
.toolbar_custom_section a.active {
  background: #ffffff;
  border-bottom: 3px solid #fff;
}
.result-sub-content.main-right-section.main-right-resource.col-md-12.col-sm-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.result-content.text-ellipsis.product-content {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
  text-align: left;
  white-space: initial;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .result-content.text-ellipsis.product-content {
    font-size: 16px;
    line-height: 24px;
  }
}
.content-index-index div#algolia-right-container h3.result-title.text-ellipsis.product-title {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .content-index-index div#algolia-right-container h3.result-title.text-ellipsis.product-title {
    font-size: 20px;
    line-height: 30px;
  }
}
#algolia_instant_selector .col-md-9 {
  width: 100%;
}
div#algolia-right-container div#instant-search-results-container .col-md-12.col-sm-12.main-section {
  margin-bottom: 14px;
}
.catalogsearch-result-index span.cross-circle {
  display: none !important;
}
.catalogsearch-result-index div#instant-search-results-container a.col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.catalogsearch-result-index .ais-Panel-body {
  padding: 10px 10px;
}
.catalogsearch-result-index div#refine-toggle {
  margin-bottom: 20px;
  margin-top: -10px;
}
.catalogsearch-result-index button.ais-InfiniteHits-loadPrevious.action.primary {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}
.catalogsearch-result-index p#listing_custom_pager {
  position: absolute;
  top: 0;
}
.catalogsearch-result-index .main-top-toolbar-section {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  margin-left: auto;
  margin-right: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .catalogsearch-result-index .main-top-toolbar-section {
    margin-left: auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 992px) {
  .catalogsearch-result-index .main-top-toolbar-section {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .catalogsearch-result-index .main-top-toolbar-section {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index .main-top-toolbar-section {
    margin-right: 0px;
  }
}
.catalogsearch-result-index .algolia-instant-selector-tabs {
  position: relative;
  padding-top: 72px;
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index .algolia-instant-selector-tabs {
    margin-top: 33px;
  }
}
@media screen and (max-width: 992px) {
  .catalogsearch-result-index div#algolia-left-container {
    width: 100%;
  }
  .catalogsearch-result-index div#algolia-right-container {
    width: 100%;
  }
  .catalogsearch-result-index #algolia_instant_selector .col-md-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .catalogsearch-result-index #algolia_instant_selector .col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .catalogsearch-result-index #algolia_instant_selector .col-md-8 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 993px) and (max-width: 1024px) {
  .catalogsearch-result-index #algolia_instant_selector .col-md-4 {
    width: 41%;
  }
  .catalogsearch-result-index #algolia_instant_selector .col-md-8 {
    width: 59%;
    padding-right: 0px;
  }
}
input.ais-SearchBox-input {
  font-size: 16px !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  #algolia-autocomplete-container div.other-sections {
    margin-bottom: 67px !important;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  #algolia_instant_selector .col-md-4 {
    width: 35%;
  }
  #algolia_instant_selector .col-md-8 {
    width: 65%;
  }
}
@-moz-document url-prefix() {
  #algolia_instant_selector .col-md-4 {
    width: 34%;
  }
  #algolia_instant_selector .col-md-8 {
    width: 66%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #algolia_instant_selector .col-md-4 {
    width: 37%;
  }
  #algolia_instant_selector .col-md-8 {
    width: 62%;
  }
}
@media only screen and (min-width: 834px) and (orientation: portrait) {
  _::-webkit-full-page-media,
  _:future,
  :root .catalogsearch-result-index #algolia_instant_selector .col-md-8 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .catalogsearch-result-index #algolia_instant_selector .col-md-4 {
    width: 100%;
    padding-right: 0px;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .catalogsearch-result-index #algolia_instant_selector .col-md-8 .col-md-12 {
    width: 100%;
    padding-left: 0px;
  }
}
.no-results {
  padding: 3em 0;
  text-align: center;
  font-weight: 700;
}
.col-md-9.content-section {
  flex: 0 0 75%;
}
.col-md-9.content-section h3 {
  color: #424b65;
  font-weight: 700;
  font-size: 24px;
}
.col-md-3.img-section {
  margin-top: 50px;
}
.col-md-9.content-section {
  margin-top: 60px;
}
.col-md-9.content-section p {
  margin-top: -2px;
  margin-bottom: 10px;
  font-size: 18px;
}
.action.primary:hover {
  background-color: #3071a9 !important;
  border-color: #285e8e !important;
}
.action.primary {
  background-color: #428bca !important;
  border: 1px solid #357ebd!important;
  font-family: "Frutiger LT";
}
@media screen and (max-width: 767px) {
  .checkout-index-index .modal-content .opc-wrapper .step-title {
    font-size: 1.6rem !important;
  }
  .block.block-customer-login {
    padding: 20px;
  }
  .checkout-cart-index .headerCombo.mt-5 {
    margin-top: 30px !important;
  }
  .minicart-wrapper .action.showcart {
    margin-right: 2px !important;
  }
  .checkout-cart-index .cart-discount .block > .title {
    padding-top: 15px;
  }
  .block-minicart .block-content > .actions > .primary .action.primary {
    font-size: inherit;
    padding: 5px 0;
    font-size: 20px !important;
    line-height: 44px;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    padding: 5px 30px;
    font-size: 1.2rem !important;
  }
  select {
    color: black;
  }
  .minicart-items .item-qty {
    margin-top: 0px;
    margin-left: 10px;
    font-size: 18px;
  }
  button.action-primary.action-accept {
    padding: 2px 15px;
    line-height: 30px;
    background-color: #428bca !important;
    border: 1px solid #357ebd !important;
  }
  .amcheckout-step-container select {
    color: black;
  }
  .checkout-index-index .header.content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1260px;
    padding: 30px 15px 0 !important;
    z-index: 1;
  }
  .catalog-product-view .primary.tocart {
    line-height: 44px !important;
  }
  button.action.primary.checkout {
    font-size: 1.2rem !important;
    line-height: 30px !important;
  }
  .block-authentication .actions-toolbar > .primary .action {
    background-color: #428bca !important;
    line-height: 24px;
    color: #fff;
    font-size: 18px;
  }
  .minicart-wrapper .update-cart-item {
    margin-left: 0;
  }
  .minicart-items .action.delete:before {
    content: '\e604';
    position: absolute;
    right: 58px;
    margin-top: -16px;
  }
  button.action.action-select-shipping-item,
  button.action.action-show-popup.amcheckout-button.-new-address {
    margin-left: 0px !important;
  }
  .cart-container form#form-validate {
    order: inherit !important;
  }
  table#shopping-cart-table th + th,
  .table-wrapper.orders-history th + th,
  .table-wrapper.additional-addresses th + th {
    display: none !important;
  }
  .cart-totals {
    margin-top: 15px;
  }
  tr.grand.totals th.mark strong,
  tr.grand.totals td.amount strong {
    font-size: 22px !important;
  }
  .opc-block-summary .items-in-cart > .title strong {
    font-size: 1.4rem;
  }
  .opc-wrapper .methods-shipping {
    border-top: 1px solid #cccccc;
    border-bottom: none;
  }
  form#co-shipping-method-form {
    padding-bottom: 0px !important;
    margin-bottom: -21px !important;
    padding-top: 0px;
  }
  .account .table-wrapper {
    border-bottom: 1px solid #cccccc00;
  }
  .account .container {
    margin-top: 15px;
  }
  .account .page-title-wrapper h1 {
    font-size: 30px;
  }
  .account .column.main .block:not(.widget) .block-title > strong {
    font-size: 22px;
  }
  .account .block.block-reorder {
    padding: 0px !important;
  }
  .account .page-footer {
    margin-top: 3px !important;
  }
  .account .column.main .block:not(.widget) .box-title > span {
    font-size: 20px;
  }
  .opc-block-summary .items-in-cart > .title strong {
    font-size: 1.4rem;
  }
  .opc-estimated-wrapper {
    margin: -24px -12px 15px;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    padding: 5px 30px;
  }
  .discount-disclaimer {
    padding: 0px 15px;
  }
  .checkout-index-index .page-wrapper .logo {
    margin-left: 0px !important;
  }
  .checkout-index-index .header.content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1260px;
    padding: 30px 15px 0 !important;
  }
  .opc-block-summary .product-item .product-item-inner {
    display: table;
  }
  .opc-wrapper .form-login,
  .form-shipping-address {
    background: #f4f4f408 !important;
  }
  .opc-wrapper .form-login .fieldset:last-child {
    border-bottom: 1px solid #cccccc;
  }
  .payment-method-title.field.choice {
    display: flex;
    align-items: start;
  }
  .payment-method-title.field.choice input[type="radio"] {
    margin: 5px 5px 0 0;
  }
  .billing-address-same-as-shipping-block.field.choice {
    display: flex;
    align-items: start;
  }
  .billing-address-same-as-shipping-block.field.choice input[type="checkbox"] {
    margin: 5px 5px 0 0;
    top: 0px;
  }
  .checkout-index-index .checkout-header {
    margin: 12px 0 41px;
  }
  .checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
    margin: 0px 17px 20px;
  }
  .payment-method-content.stripe-payments-card-form {
    padding-left: 20px !important;
  }
  .input-box label {
    padding: 0px 15px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method.stripe-payments .payment-method-title.field.choice .label {
    display: flex;
    flex-direction: column-reverse;
  }
  div#stripe_payments_saved_cards_div {
    margin: 0px 15px;
  }
  .checkout-index-index .am-checkout {
    margin: 52px 0;
  }
  .discount-form {
    padding: 0px 10px;
  }
  .col-md-9.content-section {
    margin-top: 10px;
  }
  .action.primary:hover {
    background-color: #3071a9 !important;
    border-color: #285e8e !important;
  }
  .col-md-3.img-section {
    margin-top: 20px;
  }
  .col-md-9.content-section h3 {
    font-size: 22px;
  }
  .fotorama__arr {
    height: 80px;
    bottom: 25% !important;
    top: unset !important;
  }
  .fotorama__fullscreen .fotorama__arr {
    top: unset !important;
  }
  .sticky-top {
    z-index: 999 !important;
    position: relative !important;
  }
  .minicart-wrapper {
    position: absolute;
    right: -5px;
    bottom: 21px;
  }
  .minicart-wrapper .update-cart-item {
    float: left !important;
    margin-left: 0;
  }
  .minicart-items .action.delete:before {
    content: '\e604';
    margin-top: -10px !important;
  }
}
@media (min-width: 1020px) and (max-width: 1200px) {
  .col-md-9.content-section h3 {
    color: #424b65;
    font-weight: 700;
    font-size: 22px;
    margin-top: -16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 414px) {
  .page-footer {
    margin-top: 30px !important;
  }
}
.content-index-index .col-md-9.content-section h3 {
  text-align: left;
}
.content-index-index .col-md-9.content-section p {
  margin-top: -2px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}
.content-index-index .col-md-9.content-section {
  flex: 1 0 20%;
  width: 30%;
  margin-top: 45px;
}
.content-index-index .col-md-3.img-section {
  margin-top: 35px;
  flex: 0 0 20%;
}
.content-index-index .col-md-9.content-section p {
  margin-top: -2px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
}
.content-index-index a.fl-button.action.primary {
  float: left;
  margin-top: 46px !important;
  margin-right: 9px;
}
.content-index-index .col-md-9.content-section {
  margin-top: 45px !important;
}
@media screen and (max-width: 980px) {
  .content-index-index .col-md-3.img-section {
    margin-top: 45px;
    flex: 0 0 25%;
  }
}
@media (min-width: 1020px) and (max-width: 1200px) {
  .content-index-index a.fl-button.action.primary {
    display: flex;
    width: 16%;
    margin-top: 46px !important;
    margin-left: 4px;
  }
  .content-index-index .col-md-9.content-section {
    margin-top: 70px !important;
    margin-left: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .content-index-index .col-md-3.img-section {
    margin-top: 55px;
    flex: 0 0 100%;
    text-align: left;
    margin-left: 20px;
  }
  .content-index-index .col-md-9.content-section {
    margin-top: 10px;
    margin-left: 32px;
  }
  .minicart-wrapper .block-minicart {
    width: 349px;
  }
}
@media screen and (max-width: 414px) {
  .content-index-index .col-md-3.img-section {
    margin-top: 55px;
    flex: 0 0 100%;
    text-align: left;
    margin-left: 20px;
  }
  .content-index-index .col-md-9.content-section p {
    margin-top: -2px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    text-align: left;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .minicart-wrapper .product .actions {
    bottom: 117px;
  }
  .fotorama__stage__shaft.fotorama__grab {
    max-width: 300px;
    margin: 0 auto  !important;
  }
  .fotorama__fullscreen-icon {
    top: 137px !important;
  }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
    min-width: 290px !important;
    min-height: 290px !important;
    width: 290px !important;
    height: 290px !important;
  }
  .fotorama--fullscreen img.fotorama__img--full {
    width: 290px !important;
  }
}
@media screen and (max-width: 992px) {
  ul.items.pages-items {
    margin-top: 53px;
  }
  .cart-container {
    display: grid;
  }
  .cart-container form#form-validate {
    width: 100%;
    order: 1;
  }
  .cart-container .cart-summary {
    margin-top: 30px;
    order: 2;
    width: 100%;
  }
  .checkout-index-index .am-checkout {
    margin: 20px 0;
  }
  table#shopping-cart-table th + th,
  .table-wrapper.orders-history th + th,
  .table-wrapper.additional-addresses th + th,
  .table-wrapper.orders-recent th + th {
    display: revert;
  }
  .fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled,
  .fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
    display: block;
  }
  .fotorama__dot {
    height: 10px !important;
    width: 10px !important;
  }
  .fotorama__stage__shaft.fotorama__grab {
    max-width: 650px;
    margin: 0 auto  !important;
  }
  .fotorama__fullscreen-icon {
    top: 90px;
  }
  .fotorama__stage__frame.fotorama__active::after {
    right: 22px;
    top: -2px;
  }
  .fotorama__nav__shaft {
    padding: 0px 30px;
  }
  .fotorama .fotorama__arr--next {
    display: block !important;
  }
  .fotorama .fotorama__arr--prev {
    display: block !important;
  }
  .col-lg-6.pt-0.pl-lg-3.pb-md-2.order-1.product-attributes-blocks {
    order: 2 !important;
  }
  .col-lg-6.cs-content.order-2.product-attributes-blocks {
    order: 1 !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .fotorama__fullscreen .fotorama__zoom-out {
    background-position: 0 -80px !important;
    top: 157px;
  }
  .fotorama__fullscreen .fotorama__zoom-in {
    background-position: 0 0 !important;
    top: 91px;
  }
}
/*pop-up adress checkoutform*/
@media (min-width: 768px) {
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0px 0 21px 20px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 4px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
    padding-bottom: 90px;
  }
}
.fotorama__arr.fotorama__arr--prev,
.fotorama__arr.fotorama__arr--next {
  display: block !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus),
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  transform: translate3d(0, 0, 0) !important;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
  opacity: 1 !important;
}
.fotorama__arr {
  width: 40px !important;
  height: 80px;
  bottom: 38%;
  top: unset;
}
.gallery-placeholder {
  border: 2px solid #ccc;
  padding: 30px 15px;
}
.fotorama__active .fotorama__dot {
  background-color: #e73f36 !important;
  border-color: #e73f36 !important;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0);
}
.fotorama__dot {
  height: 10px !important;
  width: 10px !important;
}
.fotorama__thumb__arr.fotorama__thumb__arr--right .fotorama__thumb--icon:after {
  font-size: 27px;
  line-height: 20px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  font-weight: 300;
  speak: none;
  text-align: center;
  transform: rotate(270deg);
  color: gray;
}
.fotorama__thumb__arr.fotorama__thumb__arr--left .fotorama__thumb--icon:after {
  font-size: 27px;
  line-height: 20px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  font-weight: 300;
  speak: none;
  text-align: center;
  transform: rotate(90deg);
  color: gray;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: #fff;
}
.fotorama__arr,
.fotorama__thumb__arr:hover {
  background-color: #fff;
}
.fotorama__thumb {
  background-color: transparent;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb {
  padding: 10px 5px !important;
  height: 86px !important;
}
.fotorama__thumb-border {
  border: none;
  background-image: none;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  border: 1px solid #0074b9 !important;
}
.fotorama__stage__frame img.fotorama__img {
  padding-bottom: 10px;
}
.page-layout-1column .product.media {
  width: 86%;
  margin-left: 15%;
}
@media screen and (max-width: 992px) {
  .page-layout-1column .product.media {
    width: 100%;
    margin-left: 0%;
  }
}
.fotorama {
  z-index: 9999 !important;
}
.fotorama__arr {
  width: 40px !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 10px !important;
}
.fotorama__fullscreen .fotorama__arr.fotorama__arr--next,
.fotorama__fullscreen .fotorama .fotorama__arr--prev {
  display: block !important;
}
.fotorama__fullscreen .fotorama .fotorama__arr--prev .fotorama__arr__arr {
  background-image: url(/media/.thumbswysiwyg/arrow-right.png);
}
.fotorama__fullscreen .fotorama .fotorama__arr--next .fotorama__arr__arr {
  background-image: url(/media/.thumbswysiwyg/arrow-left.png);
}
.fotorama__fullscreen .fotorama__arr__arr {
  background-position: 50% !important;
  background-size: contain;
  height: 20px !important;
  width: 20px !important;
}
.fotorama__stage__frame.fotorama__active {
  position: relative;
}
.fotorama__stage__frame.fotorama__active::after {
  content: '';
  position: absolute;
  top: -18px;
  right: -20px;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0;
  background: url(/pub/media/images/zoomicon.png) center / 30px no-repeat;
  cursor: pointer;
}
.fotorama__fullscreen .fotorama__stage__frame.fotorama__active::after {
  display: none;
}
.fotorama__fullscreen .fotorama__thumb__arr.fotorama__thumb__arr--right.fotorama__arr--disabled,
.fotorama__fullscreen .fotorama__thumb__arr.fotorama__thumb__arr--left.fotorama__arr--disabled {
  opacity: 0;
}
@media not all and (min-resolution: 0.001dpcm) {
  .fotorama__arr,
  .fotorama__thumb__arr {
    display: block !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .product.media {
    margin-left: 10% !important;
  }
  .fotorama__nav__frame.fotorama__nav__frame--thumb {
    width: 89px !important;
    padding: 10px 3px !important;
  }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
    left: -4px;
    width: 39px;
  }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    width: 26px;
  }
  .fotorama__nav--thumbs {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .fotorama__fullscreen .fotorama__arr {
    bottom: 46% !important;
  }
  .service-products .fotorama__fullscreen-icon {
    top: 0px !important;
  }
}
.filter_active:last-child {
  margin-bottom: 30px;
}
.content-index-index div#algolia-right-container.main-section-content div#instant-search-bar {
  display: block !important;
}
.content-index-index div#algolia-right-container.main-section-content div.algolia-infos {
  padding: 6px 10px;
  background: #F4F4F4 !important;
}
.content-index-index .filter_active:last-child {
  margin-bottom: 30px;
}
.ais-InfiniteHits {
  padding-bottom: 0px;
  margin-bottom: -7px;
  padding-top: 10px;
}
.catalog-category-view .row.mt-4.mb-4 {
  margin-top: 6rem !important;
}
.catalog-category-view .col-md-8.bold_heading {
  width: 100%;
}
div#algolia-right-container.main-section-content {
  margin-top: -60px;
}
div#clear-refinements {
  display: none;
}
div#algolia-right-container .algolia-infos {
  background: none;
}
h5.result-title-categires {
  margin-bottom: 8px;
}
h5.result-title-categires span {
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
  text-transform: uppercase;
  color: #303142;
}
span.after_special.hide,
span.after_special.hide span.price {
  color: #3A3A3A;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
div#instant-search-bar,
.algolia-infos .pull-right {
  display: none;
}
#algolia_instant_selector .col-md-4 {
  width: 369px;
}
#algolia-right-container #instant-search-results-container .result-wrapper .result-content.row .result-thumbnail img {
  width: 100%;
  height: 100%;
}
.catalog-category-view .masthead {
  position: absolute;
  top: 0;
  left: 0;
  object-position: right;
  object-fit: cover;
  height: 252px;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80%;
}
.catalog-category-view main#maincontent {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #e0dfe6;
}
.catalog-category-view .row.mt-4.mb-4 {
  margin-top: 8rem !important;
}
.catalog-category-view h1#page-title-heading {
  color: #ffffff;
}
.catalog-category-view li.item.category3 a.link-crumb {
  color: #fff;
}
.catalog-category-view .col-md-8.bold_heading {
  width: 80%;
}
.catalog-category-view .col-md-8.bold_heading p.h4 {
  font-weight: 700;
}
.catalog-category-view button.content {
  color: #0F5186;
  background: #fff;
  font-size: 16px;
  font-weight: 24;
  border: 1px solid #D0CDF1;
  border-radius: 10px;
  padding: 7px 15px 7px;
  margin-top: 8px;
}
.catalog-category-view div#show-less button.content {
  margin-top: -32px;
}
.catalog-category-view .algolia-instant-selector-tabs {
  display: none;
}
.catalog-category-view #algolia-right-container #instant-search-results-container button.action {
  background-color: #ffffff !important;
  border: 1px solid #D0CDF1 !important;
  color: #0F5186 !important;
  padding: 9px 15px 7px;
  border-radius: 10px;
  margin: 0;
}
.catalog-category-view #algolia-right-container #instant-search-results-container li.ais-InfiniteHits-item {
  margin-bottom: 20px !important;
}
.catalog-category-view div#show-less button.content a {
  color: #0F5186 !important;
}
#algolia-right-container #instant-search-results-container li.ais-InfiniteHits-item {
  margin-bottom: 20px !important;
}
.catalog-category-view button.content a:hover {
  color: #0F5186 !important;
  text-decoration: none;
}
.catalog-category-view div#algolia-left-container {
  margin-bottom: 30px;
}
.category-cms p {
  margin-bottom: 15px;
}
div#algolia-left-container {
  margin-bottom: 15px;
}
#algolia-right-container #instant-search-results-container button.action {
  background-color: #ffffff !important;
  border: 1px solid #D0CDF1 !important;
  color: #0F5186 !important;
  padding: 9px 15px 7px;
  border-radius: 10px;
  margin: 0;
}
.catalog-category-view .is-widget-container-categories .ais-Panel {
  display: none !important;
}
.filter_active .ais-Panel {
  background: #F5F5F5;
  border: 1px solid #E3E3E3 !important;
  border-radius: 5px;
  margin-bottom: 0px;
  margin-top: 25px;
}
.filter_active .ais-Panel .ais-Panel-header {
  background: #F5F5F5 !important;
  padding: 25px 25px 4px 25px !important;
}
.filter_active .ais-Panel .ais-Panel-header .name {
  color: #303142;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
.filter_active .ais-Panel .ais-Panel-header .name::after {
  background: none !important;
}
.filter_active .ais-Panel .ais-Panel-body {
  border: 0px;
  padding: 0px 25px 15px;
  margin-top: -12px;
}
.filter_active .ais-Panel .ais-Panel-body li.ais-RefinementList-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.filter_active .ais-Panel .ais-Panel-body li .ais-RefinementList-label {
  position: relative;
  margin-top: 0px !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
  color: #303142;
}
.filter_active .ais-Panel .ais-Panel-body li .ais-RefinementList-label .ais-RefinementList-count {
  font-weight: 400 !important;
  color: #303142 !important;
}
.filter_active .ais-Panel .ais-Panel-body li .ais-RefinementList-label input[type="checkbox"] {
  margin: 0 25px 0 0;
  top: 0px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: transparent;
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: 0;
}
.filter_active .ais-Panel .ais-Panel-body li .ais-RefinementList-label:before {
  content: "";
  width: 21px;
  height: 21px;
  vertical-align: middle;
  background: #FFFFFF;
  border: 1px solid #767676;
  border-radius: 3px;
  top: 4px;
  display: inline-block;
  opacity: 1;
  margin-right: 10px;
}
.filter_active .ais-Panel .ais-Panel-body li.ais-RefinementList-item--selected .ais-RefinementList-label {
  font-weight: 700;
}
.filter_active .ais-Panel .ais-Panel-body li.ais-RefinementList-item--selected .ais-RefinementList-label .ais-RefinementList-count {
  font-weight: 700 !important;
}
.filter_active .ais-Panel .ais-Panel-body li.ais-RefinementList-item--selected .ais-RefinementList-label:before {
  background: url('/pub/media/images/check_mark.png') no-repeat, #047ec2;
  background-size: 15px 12px;
  border: 1px solid #047EC2;
  background-position: 50% 45%;
}
div#algolia_instant_selector div#algolia-left-container h3 {
  color: #303142;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}
.algolia-infos {
  padding: 0px 10px 6px 0px;
}
.algolia-instant-selector-results div#algolia_instant_selector {
  margin-top: 60px;
}
.ais-CurrentRefinements .ais-CurrentRefinements-list {
  margin-bottom: 0;
  line-height: 0;
}
.ais-CurrentRefinements .ais-CurrentRefinements-list .ais-CurrentRefinements-item {
  background: #FFCFD1;
  border-radius: 100px;
  border: 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #303142;
  padding: 6px 0px 6px 15px;
  margin-bottom: 20px;
  margin-top: 9px;
}
.ais-CurrentRefinements .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-category {
  margin-right: 4px;
}
.ais-CurrentRefinements .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-category .ais-CurrentRefinements-delete {
  margin-left: 12px;
  color: #ffffff;
  background: #303142;
  border-radius: 100px;
  padding: 0px 8px;
  font-size: 10px;
  margin-top: -2px;
}
.ais-CurrentRefinements .ais-CurrentRefinements-list .ais-CurrentRefinements-item span.ais-CurrentRefinements-label {
  font-weight: 700;
  font-size: 17px !important;
  line-height: 24px !important;
  color: #303142;
}
.category-analyzers .gallery-placeholder {
  border: none;
}
.catalog-category-view .page-bottom {
  max-width: 1260px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.immuno_seperator_hr hr {
  height: 2px !important;
  background: #E0DFE6;
  opacity: 1;
}
.immuno_bottom_category_row .immuno_category_main_heading h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 30px;
  color: #303142;
  margin-bottom: 48px;
  margin-top: 68px;
}
.immuno_bottom_category_row .immuno_category_first_sec .immuno_category_sub_heading a {
  font-weight: 400;
  font-size: 26px;
  line-height: 25px;
  color: #303142;
  margin-bottom: 18px;
}
.immuno_bottom_category_row .immuno_category_first_sec p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #303142;
}
.immuno_bottom_category_row .immuno_category_first_sec p:first-child {
  margin-bottom: 20px;
}
.immuno_bottom_category_row .immuno_category_first_sec p span {
  padding-left: 17px;
  padding-right: 17px;
}
.immuno_bottom_category_row .immuno_category_first_sec p span:first-child {
  padding-left: 0;
}
.immuno_bottom_category_row .immuno_category_first_sec p span:last-child {
  padding-right: 0;
}
.immuno_bottom_category_row .immuno_category_first_sec p span a {
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  color: #047EC2;
}
.immuno_bottom_category_row .immuno_category_first_sec .pagebuilder-column {
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  padding: 25px 25px 25px 25px;
  margin-bottom: 25px;
}
.immuno_bottom_category_row .immuno_category_first_sec .pagebuilder-column:first-child {
  margin-right: 15px;
}
.immuno_bottom_category_row .immuno_category_first_sec .pagebuilder-column:last-child {
  margin-left: 15px;
}
.immuno_bottom_category_row .immuno_category_second_sec .pagebuilder-column {
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 25px;
}
.immuno_bottom_category_row .immuno_category_second_sec .pagebuilder-column:first-child {
  margin-left: 0;
}
.immuno_bottom_category_row .immuno_category_second_sec .pagebuilder-column:last-child {
  margin-right: 0;
}
.immuno_bottom_category_row .immuno_category_second_sec .immuno_three_sec .immuno_category_description {
  padding: 28px 25px 22px 25px;
}
.immuno_bottom_category_row .immuno_category_second_sec .immuno_category_sub_heading {
  font-weight: 700;
  font-size: 26px;
  line-height: 25px;
  color: #047EC2;
  margin-bottom: 18px;
}
.immuno_bottom_category_row .immuno_category_second_sec p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #303142;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .immuno_bottom_category_row .pagebuilder-column-line {
    display: block !important;
  }
  .immuno_bottom_category_row .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
  }
  .immuno_bottom_category_row .immuno_category_first_sec .pagebuilder-column:last-child {
    margin-left: 0;
  }
  .immuno_bottom_category_row .immuno_category_second_sec .pagebuilder-column {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-title-wrapper.col-md-10.p-0.product {
    margin-top: 30px;
  }
  #algolia-left-container #instant-search-facets-container .ais-Panel-header {
    font-size: 18px !important;
  }
  .catalog-category-view div#algolia-left-container {
    margin-bottom: 3px;
  }
  .catalog-category-view .ais-InfiniteHits {
    padding-bottom: 0px !important;
  }
  .catalog-category-view .col-md-8.bold_heading p.h4 {
    font-size: 18px;
  }
  h3.filter_heading {
    margin-bottom: -5px;
  }
  div#algolia_instant_selector div#algolia-left-container h3 {
    font-size: 26px;
    font-weight: 26px;
  }
  .service-products .fotorama__zoom-out.zoom-out-loaded {
    display: none;
  }
  .service-products .fotorama__zoom-in.zoom-in-loaded {
    display: none;
  }
  body .catalog-category-view .row.mt-4.mb-4 {
    margin-top: 0rem !important;
  }
  .immuno_bottom_category_row .immuno_category_second_sec .pagebuilder-column:last-child {
    margin-bottom: 0px !important;
  }
  #algolia_instant_selector .col-md-8 {
    margin-bottom: 17px !important;
  }
  #algolia-right-container #instant-search-results-container .result-wrapper .result-content.row .result-thumbnail img {
    width: 100% !important;
    height: 100% !important;
  }
  .ais-InfiniteHits {
    padding-top: 0px !important;
  }
  div#algolia-left-container {
    margin-bottom: 3px;
  }
  .filter_active .ais-Panel .ais-Panel-body li .ais-RefinementList-label {
    font-size: 16px;
  }
  .filter_active .ais-Panel .ais-Panel-header .name {
    font-size: 18px;
  }
  .filter_active .ais-Panel {
    margin-top: 10px;
  }
  .ais-CurrentRefinements .ais-CurrentRefinements-list .ais-CurrentRefinements-item {
    height: auto;
    margin-bottom: 7px;
  }
  div#instant-search-results-container {
    margin-top: 23px;
  }
  .category-cms p {
    margin-bottom: 10px;
  }
  .immuno_bottom_category_row .immuno_category_first_sec .pagebuilder-column:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }
  .immuno_bottom_category_row .immuno_category_first_sec .pagebuilder-column:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }
  .immuno_bottom_category_row .immuno_category_first_sec p {
    font-size: 16px;
    line-height: 24px;
  }
  .immuno_bottom_category_row .immuno_category_first_sec p span {
    padding-left: 5px;
    padding-right: 5px;
  }
  .immuno_bottom_category_row .immuno_category_first_sec p span a {
    font-size: 18px;
    line-height: 24px;
  }
  .immuno_bottom_category_row .immuno_category_first_sec .immuno_category_sub_heading a {
    font-size: 22px;
    line-height: 24px;
  }
  .immuno_bottom_category_row .immuno_category_second_sec .pagebuilder-column {
    margin-left: 0;
    margin-right: 0;
  }
  .immuno_bottom_category_row .immuno_category_second_sec .immuno_category_sub_heading {
    font-size: 22px;
    line-height: 24px;
  }
  .immuno_bottom_category_row .immuno_category_second_sec p {
    font-size: 16px;
    line-height: 24px;
  }
  .immuno_bottom_category_row .immuno_category_main_heading h2 {
    font-size: 25px;
    line-height: 31px;
    margin-top: 34px;
    margin-bottom: 30px;
  }
  .category-view h4.text-secondary.pt-3 {
    font-size: 18px;
    line-height: 24px;
  }
  .page-title-wrapper h1.page-title span.base {
    font-size: 27px;
    line-height: 32px;
  }
  .catalog-category-view .col-md-8.bold_heading {
    width: 100%;
    margin-top: 27px;
  }
  button.ais-InfiniteHits-loadMore.action.primary {
    margin-bottom: 17px !important;
  }
  .algolia-infos {
    padding: 14px 10px;
  }
  .ais-InfiniteHits,
  .ais-Hits {
    padding-top: 1px;
  }
  .algolia-instant-results-wrapper,
  .page-wrapper .breadcrumbs {
    margin-top: 20px;
  }
  .algolia-instant-selector-results div#algolia_instant_selector {
    margin-top: -4px;
  }
  /*Biospot CSS*/
  .biospot .col-sm {
    width: 80px;
    flex: unset;
  }
  .button-view {
    display: block !important;
    width: auto !important;
    margin: 15px 0px 0px !important;
  }
  div.biosopt-product-info {
    margin: 20px 20px 0px 20px !important;
  }
  .biospot {
    padding: 10px 24px 20px 12px !important;
  }
  .biospot-title {
    width: 100% !important;
    padding-right: 0px !important;
  }
  /*Biospot CSS*/
  .modal-popup .modal-inner-wrap {
    width: 100% !important;
    right: 0% !important;
    top: 13% !important;
  }
  .content-index-index div#algolia-right-container div#instant-search-bar {
    margin-top: 94px;
  }
}
@media screen and (max-width: 480px) {
  .ais-CurrentRefinements .ais-CurrentRefinements-list .ais-CurrentRefinements-item {
    padding: 10px 10px 10px 20px;
  }
  .ais-CurrentRefinements .ais-CurrentRefinements-list .ais-CurrentRefinements-item .ais-CurrentRefinements-category span.ais-CurrentRefinements-categoryLabel {
    white-space: break-spaces;
  }
}
@media screen and (max-width: 992px) {
  #algolia-right-container #instant-search-results-container .result-wrapper .result-content.row .result-thumbnail img {
    width: 100px !important;
    height: auto;
  }
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1279px) {
  #algolia_instant_selector .col-md-4 {
    width: 30% !important;
  }
}
@media screen and (max-width: 992px) {
  #algolia_instant_selector .col-md-4 {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #algolia_instant_selector .col-md-8 {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 37px;
  }
  #algolia_instant_selector .col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .catalog-category-view .col-md-8.bold_heading {
    width: 100%;
  }
  .catalog-category-view .row.mt-4.mb-4 {
    margin-top: 6.2rem !important;
  }
  .algolia-instant-results-wrapper,
  .page-wrapper .breadcrumbs {
    margin-top: 30px;
  }
  body button.ais-InfiniteHits-loadMore.action.primary {
    margin-bottom: 30px !important;
  }
  .immuno_bottom_category_row .immuno_category_main_heading h2 {
    margin-bottom: 38px;
    margin-top: 43px;
  }
  .immuno_bottom_category_row .immuno_category_second_sec .pagebuilder-column:last-child {
    margin-bottom: 45px;
  }
  .block-static-block.widget {
    margin-bottom: 0;
  }
}
ol.ais-InfiniteHits-list {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  ol.ais-InfiniteHits-list {
    margin-bottom: 30px;
  }
}
@media only screen and (min-device-width: 993px) and (max-device-width: 1024px) {
  #algolia-right-container #instant-search-results-container .result-wrapper .result-content.row .result-sub-content {
    width: 80%;
  }
}
@media screen and (max-width: 1190px) {
  .footer.content div.field-recaptcha {
    position: relative;
    top: 54px;
  }
  .footer.content .text-center.mt-3.font-size-sm {
    display: contents;
  }
  .footer.content .row.no-gutters.font-size-sm {
    margin-bottom: 15px;
  }
}
.no-indent.service-pdp-listing {
  padding-left: 50px !important;
}
body .pccf.default select.input-sm {
  height: 36px !important;
}
.aa-Panel {
  top: 83px !important;
}
.service-products .gallery-placeholder {
  border: none;
}
.service-products .fotorama__stage__frame.fotorama__active:after {
  display: none;
}
.catalog-category-view .is-widget-container-categories .ais-Panel {
  display: none;
}
.is-widget-container-categories {
  background-color: #F5F5F5;
}
#algolia-left-container #instant-search-facets-container .ais-Panel-header {
  position: relative;
  color: #303142;
  font-size: 22px;
  background: #f5f5f5 !important;
  line-height: 18px;
  font-weight: 700;
  font-family: "Frutiger LT";
  padding: 10px 15px 10px 30px;
  margin-bottom: 15px;
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.is-widget-container-categories {
  background-color: #f5f5f5;
  padding-top: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 15px;
}
.ais-Panel-body {
  border: 0px solid #ddd!important;
}
#algolia-left-container #instant-search-facets-container div.name:after {
  display: none;
}
.catalogsearch-result-index .ais-Panel-body {
  padding: 0px 30px;
}
.catalog-category-view .is-widget-container-categories {
  background-color: #f5f5f5;
  padding-top: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: none;
}
#algolia-left-container #instant-search-facets-container .ais-ClearRefinements-button {
  display: none;
}
.catalogsearch-result-index div#algolia-right-container div#instant-search-bar {
  display: block !important;
  margin-top: 20px;
}
.is-widget-container-categories {
  background-color: #f5f5f5;
  padding-top: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .catalogsearch-result-index div#algolia-right-container div#instant-search-bar {
    display: block !important;
    margin-top: 7px;
  }
  #algolia_instant_selector .pull-left {
    float: left;
    margin-left: -5px;
    margin-top: -7px;
  }
}
.service-products .col-lg-6.pt-0.pl-lg-3.pb-md-2.order-1.product-attributes-blocks {
  width: 200%;
}
.category-analyzers .gallery-placeholder {
  border: none;
}
body.cms-page-view.heroimage h1.page-title {
  color: #f7f7fc;
}
.cms-page-view.heroimage .headerArea.container {
  height: 232px;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-info-main {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -34px;
  }
  .table-bordered > :not(caption) > * > * {
    border-width: 0px 1px;
    display: revert !important;
  }
}
@media screen and (max-width: 768px) {
  product-info-price {
    margin: 50px -10px 0;
  }
  .catalog-category-view .row.mt-4.mb-4 {
    margin-top: 3.2rem !important;
  }
}
.checkout-onepage-success .print {
  display: none !important;
}
.is-widget-container-analyte .conjunctive ul.ais-RefinementList-list {
  display: inherit !important;
  grid-template: none !important;
  list-style-type: none;
  columns: 2 !important;
  -webkit-columns: 2 !important;
  -moz-columns: 2 !important;
}
/*Biospot CSS Start*/
.shadow.biosopt-product-info {
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(78, 78, 78, 0.19) !important;
}
.biospot {
  padding: 10px 24px 10px 12px;
}
.biospot img {
  border-radius: 50% !important;
}
.biospot h6 {
  margin-bottom: 0px;
  font-family: "Frutiger LT";
  font-style: normal;
  font-size: 17px;
  line-height: 25px;
  color: #303142;
}
.biospot h5 {
  margin-bottom: 5px;
  font-family: "Frutiger LT";
  font-style: normal;
  font-size: 19px;
  line-height: 25px;
  color: #5D5991;
}
.biospot .col-sm {
  width: 95px;
  padding: 6px;
}
.biospot-title {
  padding: 18px 24px 0px 24px;
  flex: auto;
}
.button-view {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  vertical-align: middle;
}
.biospot-button {
  background: #377CBE !important;
  color: #fff !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25) !important;
  border-radius: 5px;
  padding: 9px 19px;
  line-height: 24px;
  text-align: center;
  font-size: 15px !important;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Frutiger LT";
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 42px;
}
.biospot-button:hover {
  background-color: #3071A9 !important;
}
.biospot-button a {
  color: #fff !important;
  text-decoration: none !important;
}
.biosopt-product-info {
  width: 82.5333% !important;
  margin-left: 6px !important;
}
@media (min-width: 768px) and (max-width: 1280px) {
  body .biospot .col-sm {
    width: 90px;
    flex: unset;
  }
  body .button-view {
    padding-right: 0px;
  }
  body .biospot-title,
  body .button-view {
    width: 100%;
  }
  body .biospot {
    display: grid;
    grid-template-columns: auto auto auto;
  }
}
/*Biospot CSS End*/
html {
  font-size: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #303142;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  position: relative;
}
.minicart-items .item-qty {
  margin-left: 20px;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 5rem;
  padding-top: 3rem;
}
body.cms-page-view.heroimage h1.page-title {
  color: #f7f7fc;
}
.cms-page-view.heroimage .headerArea.container {
  height: 232px;
}
.navbar {
  max-width: inherit;
  margin-left: inherit;
  margin-right: inherit;
  padding: inherit;
  background: white;
  z-index: 1000;
  min-height: 71px;
}
body .text-primary {
  color: #0075b8 !important;
}
a:visited,
.alink:visited {
  color: #0074b9;
}
body .text-danger {
  color: #e73f36 !important;
}
body a {
  color: #0075b8;
}
select {
  height: inherit;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  border: 1px solid #dfdfeb;
  border-radius: 0.75em;
  height: 34px;
}
.cart.table-wrapper .col.price .input-text,
.cart.table-wrapper .col.qty .input-text {
  font-size: inherit;
}
.cart-summary {
  position: unset !important;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action::before {
  margin: 1px 7px 0 5px;
}
.menu-stacked-items img,
.menu-stacked-items a,
.menu-row-items a {
  float: left;
}
.catalog-product-view .callforprice_text {
  display: none;
}
.widget-categories .collapse li a:hover {
  text-decoration: underline;
}
.world-soft-slider button.btn-close {
  display: block !important;
}
.cart-container .summary.title {
  display: none;
}
#front-header-slider_wrapper .tns-nav {
  max-width: 1260px;
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.9375rem);
  padding-left: var(--bs-gutter-x, 0.9375rem);
  margin-right: auto;
  margin-left: auto;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  padding: 8px 17px;
  font-weight: normal;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
  border-radius: 0 0 0 15px;
}
.mst-searchautocomplete__autocomplete {
  border: 0;
}
.mst-searchautocomplete__item.magento_catalog_product,
.mst-searchautocomplete__autocomplete ul li {
  padding: 0.5rem 0;
}
.cms-immunospot-readers-satisfied-customer-base .table th,
.table td {
  border-top: 0;
}
.cms-immunospot-readers-satisfied-customer-base .table > tbody > tr > th,
.table > tbody > tr > td {
  border-top: 0;
}
@media (min-width: 1316px) {
  .mst-searchautocomplete__autocomplete._active {
    top: 51px !important;
    right: -70px !important;
    width: 100% !important;
    left: inherit !important;
  }
}
.product-social-links {
  text-align: left;
}
.cms-analyzers .nav-pills .nav-link {
  border-radius: 0px 25px 25px 0px;
  margin-right: -25px;
}
.cms-analyzers .nav-link {
  padding: 0.5625rem 0.9rem;
  font-size: 1.3rem;
  color: #828282;
}
.cms-analyzers .nav-link.active:not([data-toggle="dropdown"]) {
  color: #075286;
}
.fieldset {
  margin: 0;
}
.no-indent {
  padding-left: 16px !important;
}
.no-indent li {
  display: list-item !important;
}
.center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tabbable .item.active .btn-link {
  color: red;
  text-decoration: initial;
}
.tabbable .btn-link:hover {
  color: red;
  text-decoration: initial;
}
.tabbable td + td,
th + th {
  display: none;
}
.tabbable td.default {
  display: table-cell;
}
@media (min-width: 950px) {
  .tabbable td,
  th {
    display: table-cell !important;
  }
  .tabbable td + td,
  th + th {
    width: auto;
  }
  .tabbable td.fixed-row {
    top: 136px;
    background-color: #f7f7fc;
  }
}
.cms-epbmc .cms-title {
  background: #00000080 !important;
  margin-top: -47px !important;
  width: calc(100% + -1*((100% - 1462px) / 2) - -20px);
  margin: 0 0 0 calc(((100% - 1462px) / 2) - 20px);
}
.sidelist a {
  color: #1f74bf;
  line-height: 1.5;
}
.ctl-grey-dark-bg {
  background: #b3b3b3 !important;
}
.ctl-grey-light-bg {
  background: #e6e6e6 !important;
}
.ctl-grey-dark-cl {
  color: #b3b3b3 !important;
}
.ctl-grey-light-cl {
  color: #e6e6e6 !important;
}
.catalog-product-view .pccf.default .panel {
  margin-bottom: 0 !important;
}
.cms-home-2 .carousel-inner {
  max-height: 100vh;
}
.cms-home-2 .home-caption h1 {
  font-size: 4.5rem;
  font-weight: bold;
}
.cms-home-2 .home-caption h2 {
  font-size: 3rem;
}
.cms-home-2 .home-caption {
  text-align: left;
  top: 4%;
  left: 2%;
  bottom: inherit;
}
.cms-home-2 .home-subtitle {
  position: inherit;
}
.detached h1 {
  color: #000;
  font-weight: bold;
}
.detached a {
  font-size: 1.8rem;
}
.cms-home-2 .carousel-item .detached {
  position: initial;
}
.detached h5 {
  display: block;
}
.successor {
  display: none;
}
.successor.slick-initialized {
  display: block;
}
.slick-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -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;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.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;
}
.blue {
  background: #3498db;
}
#header-slider > .tns-item img {
  height: 257px;
  object-position: right;
  object-fit: cover;
}
.blue h3 {
  background: #fff;
  color: #3498db;
  font-size: 36px;
  line-height: 100px;
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
}
.slick-slide .image {
  padding: 10px;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide img.slick-loading {
  border: 0;
}
.grecaptcha-badge {
  margin-top: -35px;
}
.hc-container {
  background: white;
  margin: 10px 0;
  padding: 16px;
  -webkit-box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 30px 90px -20px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  line-height: 20px;
  min-width: 300px;
  border-radius: 2px;
}
.hc-container p {
  margin-bottom: 0;
}
.hc-item {
  display: none;
}
#product-addtocart-button {
  display: none;
}
.well-soft-slider .caption {
  margin-top: 15px;
  margin-left: 20px;
  color: #fff;
}
.well-soft-slider .caption.bottom {
  bottom: 0px;
}
.header-slider {
  opacity: 0;
}
.header-slider.tns-slider {
  opacity: 1;
}
.comment-slider {
  opacity: 0;
}
.comment-slider.tns-slider {
  opacity: 1;
}
.modal-dialog-scrollable {
  height: calc(100% - 17.5rem);
}
.front-header-slider {
  opacity: 0;
}
.front-header-slider.tns-slider {
  opacity: 1;
}
.well-soft-slider {
  opacity: 0;
}
.well-soft-slider.tns-slider {
  opacity: 1;
}
#world-soft-slider-ow .tns-nav,
#world-soft-slider-ow button {
  display: none;
}
.product-fluorox-software .nested {
  opacity: 0;
}
.product-fluorox-software .nested.tns-slider {
  opacity: 1;
}
.action.primary {
  border-radius: 0.25rem;
  line-height: 2;
  font-size: 1rem;
}
[data-letters]:before {
  content: attr(data-letters);
  display: inline-block;
  font-size: 1em;
  width: 5.5em;
  height: 5.5em;
  line-height: 5.5em;
  text-align: center;
  border-radius: 50%;
  background: #e92d31;
  vertical-align: middle;
  margin-right: 1em;
  color: white;
}
.cms-product-example .cms-title {
  padding-right: 0;
  color: initial !important;
  background: white !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.monitor {
  border: 2px solid #c1c1c1;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(142, 156, 170, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(142, 156, 172, 0.2);
  padding: 7px;
  height: 337px;
  float: right;
}
.feature-text {
  max-width: 1000px;
}
.product-options-bottom .box-tocart {
  padding-top: 20px;
}
.checkout-cart-index .page-main {
  padding-top: 15px;
  padding-bottom: 15px;
}
.customer-account-login .page-title {
  padding: 0;
}
.account .page-title-wrapper h1 {
  padding: 0;
}
.block-collapsible-nav .item {
  width: 100%;
}
.abs-account-block-font-size,
.block-addresses-list address,
.block-balance-giftcard .block-content,
.block-reviews-dashboard .product-name,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-billing-address .box-content,
.box-information .box-content,
.box-shipping-address .box-content {
  font-size: inherit;
}
.block-reorder {
  margin-top: 20px;
}
.opc-block-summary > .title {
  font-size: 1.8rem;
}
.opc-wrapper .step-title {
  font-size: 1.8rem;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: left;
}
.checkout-onepage-success .page-title-wrapper h1 {
  padding: 0;
}
.bss-onestepcheckout .opc-wrapper #shipping {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bss-onestepcheckout .opc-wrapper #shipping:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bss-onestepcheckout .opc-wrapper #opc-shipping_method {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bss-onestepcheckout .opc-wrapper #opc-shipping_method:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bss-onestepcheckout .opc-wrapper #payment {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bss-onestepcheckout .opc-wrapper #payment:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.checkout-index-index .navbar {
  padding: 0 55px;
}
.block-minicart .subtotal {
  margin: 0 10px;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  font-size: inherit;
  padding: 5px 0;
}
.cart-summary {
  background-color: #f9f9f9;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 30px;
}
.cart.table-wrapper .item .col.item {
  padding: 10px 0;
}
.cart.table-wrapper .product-item-details {
  padding-bottom: 0;
}
.minicart-items .product-item-details {
  padding: 0 15px;
}
.message.success {
  font-size: inherit;
  background: #1f74bf;
  color: #fff;
}
.message.success a {
  color: #fff;
  text-decoration: underline;
}
.message.success > :first-child::before {
  line-height: 27px;
  color: #fff;
}
.customer-welcome .action.switch {
  color: #2696e5;
}
.customer-welcome .action.switch::after {
  line-height: 19px;
}
/* COMMON RADIO AND CHECKBOX STYLES  */
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #1f74bf;
  background: white;
}
.opc-wrapper .shipping-address-item.selected-item::after {
  background: #1f74bf;
  color: #ffffff;
  height: 100%;
  padding-top: 9px;
}
.pccf_loader {
  display: none;
}
.pccf .control-label {
  display: none;
}
.cms-page-view .pccf.labelabove .panel-body {
  padding: 0;
}
.breadcrumbs a:visited {
  color: #828282;
}
.breadcrumbs a:hover {
  color: #828282;
}
.breadcrumbs a {
  color: #828282;
}
.filter-options-item {
  border-top: none;
  border-bottom: none;
}
.minicart-wrapper .action.showcart::before {
  font-size: 22px;
  line-height: 31px;
  color: #e92d31;
  margin-bottom: 3px;
}
.minicart-wrapper .action.showcart {
  line-height: 1.5;
}
.checkout-index-index .modal-content {
  border: inherit;
  border-radius: inherit;
  box-shadow: inherit;
  position: inherit !important;
}
.minicart-items-wrapper {
  overflow: scroll;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  float: left;
}
.minicart-items .product-item {
  border: none !important;
  text-align: left;
}
.minicart-items .product-item-pricing .label {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #027ec4;
  height: 25px;
  width: 30px;
}
.navigation .card-header {
  background: none;
}
.breadcrumbs {
  margin: 0;
  padding-left: 2px !important;
}
.catalog-product-view .breadcrumbs .item:not(:last-child)::after {
  line-height: 23px;
  margin: 0;
  font-size: 8px;
}
.cms-page-view .list-group-item {
  padding: 0.75rem 0;
}
.breadcrumbs strong {
  color: #ff575b;
}
.carousel .text-wrap {
  padding-top: 100px;
}
.cross-reference th {
  padding: 0.4rem;
  text-align: center;
}
.cross-reference .fa {
  font-size: 29px;
}
.cross-reference td {
  padding: 0.4rem;
  text-align: center;
}
.cross-reference .fa-check {
  color: #0e9f0e;
}
.cross-reference .fa-times {
  color: #f00000;
}
.catalog-product-view .product-info-main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-medium {
    max-width: 100%;
  }
  .mp-attachment-tab {
    max-width: 100%;
  }
  .thin .container-medium {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-medium {
    max-width: 1060px;
  }
  .minicart-wrapper {
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.08), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
    padding: 1px 6px 0px 5px;
    border-radius: 4px;
  }
  .mp-attachment-tab {
    max-width: 1060px;
  }
  .thin .container-medium {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .container-medium {
    max-width: 1060px;
  }
  .mp-attachment-tab {
    max-width: 1060px;
  }
  .thin .container-medium {
    max-width: 1060px;
  }
}
@media (min-width: 1200px) {
  .container-medium {
    max-width: 1500px;
  }
  .mp-attachment-container h2,
  .mp-attachment-tab {
    max-width: 1500px;
  }
  .thin .container-medium {
    max-width: 1500px;
  }
}
@media (max-width: 639px) {
  .table-wrapper {
    border-top: none;
  }
}
@media (max-width: 1315px) {
  .nav-open .nav-sections {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    width: calc(100% -400px);
  }
  .nav-sections-items {
    padding-top: 15px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    padding: 0.8rem 0px;
  }
  .nav-sections .nav-sections-items .section-item-content .header.links li {
    padding: 1px 0 !important;
    border-bottom: none !important;
  }
  .block-search {
    width: 100%;
    margin-left: 20px;
    margin-right: 30px;
  }
  .nav-sections {
    width: calc(100% + -1*(100% - 81vw));
  }
  .logo {
    margin: 0 0 0 35px;
  }
  .minicart-wrapper {
    margin-left: auto;
  }
  .block-search .control {
    border-top: 0;
  }
  .nav-accordion button {
    font-size: 1.2rem;
  }
  .nav-accordion .card-header {
    padding: 10px 0;
  }
  .nav-accordion .btn {
    border: 0;
    padding: 0.375rem 0;
  }
  .nav-accordion .btn-link {
    color: #000;
  }
  .nav-accordion .card-body {
    padding: 0;
  }
  .nav-accordion button:focus,
  button:active {
    background: none;
    border: none;
    font-weight: bold;
    text-decoration: none;
  }
  .nav-accordion button:hover {
    background: none;
    border: none;
    font-weight: bold;
    text-decoration: none;
  }
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.header.panel > .header.links > li > a:visited {
  color: #1979c3;
  text-decoration: none;
}
.page-header {
  display: contents;
}
.btn-primary {
  color: #fff !important;
}
.tab-pane.fade {
  border: inherit;
}
.nav-sections {
  background: inherit;
}
.navigation {
  background: inherit;
}
#home-carousel-1 .carousel-inner .text-left {
  margin-top: 100px;
}
#home-carousel-1 .background-image {
  right: 0;
  position: absolute;
  bottom: 0;
}
#home-carousel-1 .carousel-inner {
  height: 580px;
}
#analyzer-carousel-1 .background-image {
  position: absolute;
}
.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xl-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 576px) {
  .col-sm-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.nav-sections {
  margin-bottom: inherit;
}
.page-footer {
  background: #f7f7fc;
  padding-top: 35px;
  margin-top: 15px;
}
.ctl-card-grey {
  background-color: #f7f7fc !important;
  border: 1px solid #f7f7fc !important;
}
.brd-ctl-blue {
  border: 1px solid #00699d !important;
}
.brd-ctl-blue {
  border: 1px solid #00699d !important;
}
.ctl-blue-40 {
  color: #0057b8 !important;
}
.bg-ctl-blue-40 {
  background: #0057b8 !important;
}
.bg-ctl-blue-30 {
  background: #ccdbf0 !important;
}
.bg-ctl-blue-10 {
  background: #e6ecf8 !important;
}
.ctl-red-40 {
  color: #ef3340 !important;
}
.bg-ctl-red-40 {
  background: #ef3340 !important;
}
.bg-ctl-red {
  background: #ef4136 !important;
}
.bg-ctl-black {
  background: #000000 !important;
}
.bg-ctl-black-30 {
  background: #bdbec0 !important;
}
.bg-ctl-black-10 {
  background: #e6e7e9 !important;
}
.bg-ctl-grey-10 {
  background: #f4f4f4 !important;
}
.copyright {
  background-color: #f7f7fc;
}
.cms-analyzers .cms-title {
  background: #1f74bf !important;
}
.cms-analyzers .slick-caption {
  text-align: left;
  top: 45px;
  left: 11%;
  width: 50%;
  bottom: inherit;
}
.cms-customer-support .carousel-inner > .carousel-item {
  height: 585px;
}
.cms-customer-support .carousel-caption {
  color: #000;
  text-align: left;
}
.bg-ctl-grey-grad {
  background-color: #e4e4e4c4 !important;
}
#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
}
#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}
#sidebar-wrapper .list-group {
  width: 25rem;
}
#page-content-wrapper {
  min-width: 100vw;
}
#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}
@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }
  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}
button:not(.primary) {
  box-shadow: inherit;
}
/* Menu Header */
.nav-1 .level0.submenu > li {
  width: 760px !important;
}
.nav-2 .level0.submenu > li {
  width: 665px !important;
}
.nav-3 .level0.submenu > li {
  width: 563px !important;
}
.nav-4 .level0.submenu > li {
  width: 345px !important;
}
.nav-5 .level0.submenu > li {
  width: 355px !important;
}
.navigation .level0 > .level-top {
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 1.5px;
}
.product.info.detailed {
  display: none;
}
.dynamic-hidden {
  display: none;
}
/* Temporary fix for product details page */
.sidebar .fieldset .fields > .field .control,
.sidebar .fieldset > .field:not(.choice) .control {
  width: 50%;
  float: left;
  margin: 0;
}
.sidebar .fieldset .fields > .field:not(:last-child),
.sidebar .fieldset > .field:not(.choice):not(:last-child) {
  margin: 0;
}
.box-tocart .action.tocart {
  line-height: 1rem;
  border-radius: 4px;
  font-size: 1.5rem;
}
.filter-options-content #156_items {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
#160_items ol {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.filter .block-subtitle {
  display: none;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 0;
}
.page-with-filter .product-item {
  text-align: left;
  font-size: 17px;
  padding: 0 1.5rem !important;
}
.catalog-category-view .sidebar-main {
  width: 30%;
  padding-right: 0%;
}
.catalog-category-view .column.main {
  width: 70%;
}
.catalog-category-view .columns {
  padding-top: 25px;
}
.product-info-main .product-add-form {
  padding-top: 0;
}
.product-info-main .product-info-price {
  border-bottom: none;
  margin-bottom: 0;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 0;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 0;
}
.catalog-product-view .cms-title {
  position: relative;
  padding-bottom: 10px;
}
.product-atributes-blocks .card {
  text-align: center;
  padding-top: 1.5rem;
}
.breadcrumbs .item:not(:last-child)::after {
  color: #9e9fb4;
  line-height: 20px;
  margin: 1px 10px;
}
.page-title-wrapper .product {
  background: white;
}
.checkout-cart-index .page-title-wrapper h1 {
  padding: inherit;
}
.checkout-cart-index .price-including-tax .price,
.price-excluding-tax .price {
  font-weight: inherit !important;
}
.product-info-price .price-box .price-container .price,
.product-options-bottom .price-box .price-container .price {
  font-size: 40px;
  font-weight: 800;
}
@media only screen and (min-width: 700px) and (max-width: 950px) {
  .cms-analyzers .navbar.sticky-top {
    position: relative;
  }
  .cms-analyzers .as-media-tabs {
    top: 0;
  }
  .cms-analyzers .cs-media-tabs {
    top: 55px;
  }
  .cms-analyzers td.fixed-row {
    top: 90px;
    padding: 9px 5px 0px 5px;
  }
}
.cms-analyzers .btn-text {
  width: 75px;
}
/* Final product design */
@media (min-width: 950px) {
  .tabbable .table-menu-sm {
    display: none;
  }
  .mobile-btn {
    display: none;
  }
}
@media (min-width: 959px) {
  .tabbable td,
  th {
    display: table-cell !important;
  }
}
@media (min-width: 959px) {
  .tabbable td + td,
  th + th {
    width: auto;
  }
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: inherit !important;
}
.mp-attachment-tab__item {
  margin-left: 0 !important;
}
.mp-attachment-tab__item a {
  display: flex;
  align-items: flex-start;
}
.mp-attachment-tab__item__name {
  position: relative !important;
  padding-left: 3px !important;
}
.mp-attachment-tab__item img {
  display: none;
}
.page-title-wrapper .container-medium {
  padding-left: 0;
  padding-right: 0;
}
.swap-on {
  display: block;
}
.swap-off {
  display: none;
}
#popUp {
  position: fixed;
  max-width: 350px;
  height: 225px;
  background: #ecf0f1;
  border: 7px solid #fff;
  bottom: 0;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#new span {
  background: #fff;
  position: absolute;
  color: #1c8dc4;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;
}
#popUp .close {
  color: #464646;
  right: 8px;
  top: 0;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
}
#popUp h2 {
  font-size: 17px;
  color: #464646;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
  padding: 0 20px;
}
#body {
  height: 1200px;
  background: #eee;
}
a.button {
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  position: absolute;
  width: 120px;
  font-size: 15px;
  color: #fff;
  border-bottom: 2px solid #18729f;
  background: #1c8dc4;
  border-radius: 4px;
  padding: 8px 0;
}
#plus {
  position: fixed;
  color: #fff;
  bottom: 15%;
  font-size: 15px;
  margin-left: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
}
#plus span {
  position: absolute;
  margin-top: 38px;
  left: 4px;
}
#plus::after {
  content: '';
  display: block;
  display: relative;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 55px solid #1c8dc4;
}
@media all and (max-width: 900px) {
  #popUp {
    margin-left: -425px;
  }
  #plus {
    margin-left: 0;
  }
}
.cms-analyzers .title-section {
  background: #00000070;
}
.cms-contact .title-section {
  background: #fff;
}
.cms-distributors .title-section {
  background: #fff;
}
.catalog-category-view .title-section {
  position: absolute;
  z-index: 10;
  top: 15px;
  padding: 1rem;
  width: 35%;
}
.catalog-category-view .cms-title {
  margin: 0 0 0 calc((100% - 1500px) / 2);
  width: calc(100% + -1*(100% - 1500px) / 2);
}
.cms-page-view .cms-title {
  color: #fff;
  background: #1f74bf;
  margin-top: 10px;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}
.catalog-category-view .cms-title {
  padding-right: calc((100% - 1503px) / 2);
  color: #fff;
  background: #1f74bf;
  margin-top: -76px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.catalog-category-view .title-section {
  position: relative;
}
.cms-page-view .title-section {
  position: relative;
}
/* Twitter Bootstrap Override Style */
.nav-list .nav-header,
.nav-list > li > a {
  margin: 0;
}
/* Twitter Bootstrap Override Style */
.nav-list > li > a {
  padding: 5px;
}
.pc_form_widget_view_0 .col-md-8 {
  width: 100%;
}
@media (max-width: 767px) {
  .cookie-modal-settings .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .cookie-modal-settings .modal-footer {
    background: white;
    padding-top: 0px;
    border-top: 0;
    padding-bottom: 18px;
  }
  .cookie-modal-settings .modal-header {
    background: white;
    border-bottom: 0;
    padding-top: 15px;
  }
  .cookie-modal-settings .modal-popup .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cookie-group-container .title-container {
    padding: 1rem 2rem;
  }
  .modal-popup.modal-slide.cookie-modal-settings {
    top: 75px;
    right: 44px;
    margin-bottom: 150px;
    border-radius: 10px;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar {
    display: block;
    padding: 1rem 2rem;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons {
    margin-top: 15px;
  }
  .block-search .control {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  .block-search .label::before {
    font-size: 25px;
    line-height: 35px;
  }
  .minicart-wrapper .action.showcart {
    margin-right: 30px;
  }
  .block-search {
    z-index: 0;
  }
  .minicart-wrapper {
    margin-top: 0;
  }
  .block-search .label {
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 18px;
  }
  .page-wrapper .logo {
    margin-left: 40px;
    position: absolute;
    top: 18px;
  }
  .block-search input {
    margin: 57px 0 0 0;
    box-shadow: none !important;
    border: 0;
    background: #e9e9e9;
  }
  .minicart-wrapper {
    position: absolute;
    right: 0px;
    bottom: 20px;
  }
  .block.block-content {
    margin-right: 15px;
  }
  .product-atributes-blocks {
    padding-top: 80px;
  }
  #home-carousel-1 .background-image {
    width: 60%;
  }
  .breadcrumbs {
    display: block;
  }
}
.anchor-point {
  padding-top: 6rem !important;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.title-section h5 {
  line-height: 1.3;
}
.header.panel > .header.links > li > a {
  color: #1f74bf;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
}
.header.panel > .header.links > li > a:hover {
  text-decoration: underline;
  color: #1f74bf;
}
.sticky-breadcrumbs {
  width: 100%;
  background: white;
  z-index: 99;
  border-top: 1px solid #e4e5e5;
  box-shadow: 0 2px 5px rgba(142, 156, 170, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(142, 156, 172, 0.2);
}
#attr_156 ol {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
#attr_160 ol {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.filter.block {
  padding: 8px 15px;
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07000000000000001), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
  margin-bottom: 0;
  border-radius: 20px;
}
.items {
  ist-style: circle;
  list-style-position: inside;
}
.filter-current .items {
  list-style: none;
}
.nav-open .nav-toggle::after {
  background: transparent;
}
.nav-open .mobile-nav .nav-toggle::after {
  background: transparent !important;
}
div.mage-error[generated] {
  font-size: 0.9rem;
}
@media (min-width: 1200px) {
  .main-category h5 {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1316px) {
  .navigation .level0:hover:after {
    width: 0;
  }
}
@media only screen and (max-width: 1316px) {
  .page-header .panel.wrapper {
    display: none;
  }
  .nav-open .nav-toggle::before {
    content: '\e616';
    z-index: 100;
    position: relative;
    font-size: 27px;
    margin-left: -50px;
    color: #4d4949;
  }
}
.catalog-product-view .title-section {
  margin-left: 0 !important;
  max-width: inherit;
  padding-left: 0;
}
.page-layout-2columns-right .container-medium {
  max-width: 1500px;
}
.navigation .megamenu.level-top-boxed .submenu .level1 {
  display: none !important;
}
#wrapper {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-right: 250px;
}
#cross-reference-wrapper {
  z-index: 1000;
  position: absolute;
  overflow: auto;
  right: 271px;
  width: 170px;
  height: 100%;
  margin-right: -500px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 93px;
}
#wrapper.toggled #cross-reference-wrapper {
  width: 440px;
  right: 290px;
}
#page-content-wrapper {
  position: absolute;
  padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: 0;
}
#wrapper.toggled .sidebar-button {
  transform-origin: 18px 90px;
}
.sidebar-button {
  max-width: 250px;
  height: 25px;
  border-radius: 4px;
  border: 1px solid lightgray;
  background: lightgrey;
  text-indent: 0;
  padding: 0 14px;
  width: auto;
  border: 1px solid #ccc;
  padding: 5px;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform-origin: 81px 95px;
}
#wrapper.toggled .cross-reference-table {
  width: 90%;
}
.cross-reference-table {
  width: 0;
  float: right;
}
.product-social-links .pc_form_widget_view_0 button {
  margin-bottom: 56px;
}
@media only screen and (min-width: 834px) and (orientation: portrait) {
  _::-webkit-full-page-media,
  _:future,
  :root .catalogsearch-result-index input.ais-SearchBox-input {
    height: 37px !important;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .content-index-index input.ais-SearchBox-input {
    height: 37px !important;
  }
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper .action.showcart {
    margin-right: -7px;
  }
  .minicart-items .item-qty {
    margin-top: 0px;
    margin-left: 10px;
  }
  .minicart-wrapper .update-cart-item {
    margin-right: 15px;
  }
  .col-8.mb-2.flex.flex-wrap.align-items-start {
    width: 100%;
  }
  .modal-popup .modal-inner-wrap {
    margin: 44px auto;
  }
  .product-item-pricing {
    position: relative;
    width: 90%;
    margin-right: 30px;
  }
  .modal-popup.modal-slide {
    left: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .modal-popup._inner-scroll .modal-inner-wrap {
    position: relative;
    z-index: 9999;
    overflow-y: scroll;
    height: 100% !important;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 0px !important;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    overflow-y: unset;
  }
  .product-social-links .pc_form_widget_view_0 button {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal-popup .modal-inner-wrap {
    margin: 42px auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  _::-webkit-full-page-media,
  _:future,
  :root .modal-popup._inner-scroll .modal-inner-wrap {
    position: relative;
    top: 0%;
    float: left;
    left: -25% !important;
  }
}
.payment-option .block.discount .discount-disclaimer > p,
.cart-container .block.discount .discount-disclaimer > p {
  font-weight: 700;
}
