/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media only screen and (max-width: 1024px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .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: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .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 {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .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 15px;
  }
  .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 15px;
  }
  .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: calc(100% - 54px);
  }
  .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: 0;
    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 {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .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: 71px;
    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: 1025px) {
  .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: 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;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@media print {
  .amfaq-social-buttons {
    display: none;
  }
}
/* MEDIA QUERIES */
/**
 * 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: 768px) {
  .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: 768px) {
  .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: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .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,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .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),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .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),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .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) + *,
  .magento-payments-review-discount .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 .magento-payments-review .actions-toolbar,
  .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,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form: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,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form: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-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;
  }
  .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;
  }
  .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,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .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;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #cccccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .am-widget-categories-3 .am-widget-category {
    width: 50%;
  }
  #wp_ln_shopby.filter-current #wp_ln_shopby_items {
    display: block !important;
  }
  .wp-ln-actions {
    width: 98%;
    text-align: right;
  }
  .wp-ln-action {
    cursor: pointer;
    display: inline-block;
  }
  .wp-ln-action:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .wp-ln-show-less {
    display: none;
  }
  .sidebar.sidebar-main .wp-filters {
    display: none;
  }
  body.slider-layer .column.main {
    width: 100%;
  }
  body.slider-layer .block.filter {
    display: none;
  }
  body.slider-layer .toolbar-products {
    margin-left: 90px;
  }
  body.slider-layer .sidebar.sidebar-main .wp-filters {
    display: block;
    position: absolute;
    top: 5px;
    height: 20px;
    cursor: pointer;
    font-weight: bold;
  }
  body.slider-layer .sidebar.sidebar-main .wp-filters .wp-filters-text {
    vertical-align: top;
    font-weight: bold;
  }
  body.slider-layer .wp-ln-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    cursor: pointer;
  }
  .sidebar.sidebar-main b.wp-slide-in {
    display: inline-block;
    background: url('../WeltPixel_LayeredNavigation/images/slide_icon.png') no-repeat;
    width: 20px;
    height: 23px;
    transition: scale 100ms ease;
    margin: 2px 8px 0 0;
  }
  .slide-in-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 12%;
    min-width: 250px;
    background: #fff;
    height: 95%;
    padding: 25px;
    overflow: scroll;
    margin-bottom: 10px;
    z-index: 100;
  }
  .slide-in-filter .block-subtitle {
    font-size: 15px;
    text-align: center;
    padding: 10px 10px 30px;
  }
  .slide-in-filter .filter-options-item {
    padding: 15px 0;
    border-bottom: 1px solid #ecece7;
  }
  b.wp-ln-load-more:after {
    content: "\e607";
  }
  b.wp-ln-show-less:after {
    content: "\e618";
  }
  b.wp-ln-load-more:before {
    content: '';
  }
  b.show-less:before {
    content: '';
  }
  #layered-filter-block .wp-ln-selected a {
    border-left: 5px solid red;
    padding-left: 11px;
    font-style: italic;
    color: #908f8f;
  }
  #layered-filter-block .filter-options-item .filter-options-content {
    display: none;
  }
  #layered-filter-block .filter-options-item.active .filter-options-content {
    display: block;
  }
  #layered-filter-block .wp-ln-selected .swatch-option {
    position: relative;
    overflow: visible;
    outline: 2px solid #ee0000;
    border: 1px solid #fff;
  }
  #layered-filter-block .wp-ln-selected .swatch-option:before {
    visibility: visible;
    border: 3px solid white !important;
  }
  #layered-filter-block .wp-ln-selected .swatch-option:after {
    visibility: visible !important;
  }
  #layer-product-list .message.info.empty {
    margin-left: 90px !important;
  }
  body.theme-pearl .slide-in-filter {
    height: 100% !important;
  }
  body.theme-pearl b.wp-ln-load-more:before {
    content: "\e614";
    font-family: 'luma-icons';
  }
  body.theme-pearl b.wp-ln-show-less:before {
    content: "\e613";
    font-family: 'luma-icons';
  }
  body.theme-pearl b.wp-ln-load-more:after {
    content: '';
  }
  body.theme-pearl b.wp-ln-show-less:after {
    content: '';
  }
  body.theme-pearl .sidebar.sidebar-main .wp-filters {
    top: 16px !important;
  }
  body.theme-pearl .sidebar.sidebar-main .wp-filters .wp-filters-text {
    text-transform: uppercase;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected a {
    text-decoration: none;
    font-weight: 900;
    border-left: 0 none;
    font-style: normal;
    color: inherit;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected a:before {
    background: #303030;
    border: 1px solid #303030 !important;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected .swatch-option {
    outline: 2px solid #ee0000;
    border: 1px solid #fff;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected .swatch-option.text {
    position: relative;
    overflow: visible;
    border: 2px solid #999999 !important;
  }
  body.theme-pearl #layer-product-list .message.info.empty {
    margin-left: 90px !important;
  }
  .ws_embed_sms_notification {
    text-align: center !important;
  }
  .ws_embed_sms_notification .inline-block {
    display: inline-block;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 4%;
    font-size: 10px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 325px;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    padding-top: 5px;
    width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: -3px;
    margin-left: -5px;
    border-radius: 0;
  }
  .theme-pearl #ws_embed_sms_notification {
    max-width: 1030px;
  }
  .theme-pearl #ws_embed_sms_notification.sms-center-design-2 {
    margin: 0 auto 60px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-phone-dsg-2 {
    width: 160px;
    padding-left: 24px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-country-pc-dsg2 {
    width: 33%;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 140px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    height: 50px;
    border-radius: 0;
    margin-top: -3px;
  }
  .table-checkout-shipping-method tr.row-eta {
    display: none;
  }
  .waiting-page-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr;
  }
  .waiting-page-container .waiting-mask {
    height: 300px;
  }
  .worldline-payment-products {
    padding-left: 0;
  }
  .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: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 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;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 1024px), print {
  .amfaq-social-buttons {
    float: right;
    padding-top: 0;
  }
  .am-widget-categories-2 .am-widget-category {
    width: 50%;
  }
  .am-widget-categories-3 .am-widget-category {
    width: 33.3333%;
  }
  .ws_embed_sms_notification {
    max-width: 1015px;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 9%;
    font-size: 14px;
  }
  .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;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
}
p {
  display: block;
}
a,
.alink {
  color: #ae2235;
}
a:active,
.alink:active {
  color: #ae2235;
}
a:hover,
.alink:hover {
  color: #ae2235;
}
a:visited,
.alink:visited {
  color: #ae2235;
}
.btn-red {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.94px;
  text-align: left;
  background-color: #ae2235;
  border-radius: 10px;
  color: #ffffff;
  transition: 0.6s ease;
  display: inline-block;
  padding: 14px 25px;
  border: 2px solid #ae2235;
  cursor: pointer;
  text-transform: none;
}
.btn-red:visited {
  color: #ffffff;
}
.btn-red:hover {
  text-decoration: none;
  color: #ae2235;
  border: 2px solid #ae2235;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .btn-red {
    font-size: 15px;
    line-height: 18px;
    padding: 11px 20px;
    text-align: center;
  }
}
.btn-red:focus,
.btn-red:active {
  border: 2px solid #ae2235;
  background-color: #ffffff;
  color: #ae2235;
  text-decoration: none;
}
.action.primary {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.94px;
  text-align: left;
  background-color: #ae2235;
  border-radius: 10px;
  color: #ffffff;
  transition: 0.6s ease;
  display: inline-block;
  padding: 14px 25px;
  border: 2px solid #ae2235;
}
.action.primary:focus {
  color: #ae2235;
  border: 2px solid #ae2235;
  background-color: #ffffff;
}
.action.primary:visited {
  color: #ffffff;
}
.action.primary:hover {
  text-decoration: none;
  color: #ae2235;
  border: 2px solid #ae2235;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .action.primary {
    font-size: 15px;
    line-height: 18px;
    padding: 11px 20px;
    text-align: center;
  }
}
.columns .column.main {
  padding-bottom: 0;
}
.btn-white {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.94px;
  text-align: left;
  color: #ae2235;
  border: 2px solid #ae2235;
  background-color: #ffffff;
  border-radius: 10px;
  transition: 0.6s ease;
  display: inline-block;
  padding: 14px 17px;
  text-transform: none;
}
.btn-white:visited {
  color: #ae2235;
}
.btn-white:visited:hover {
  color: #ffffff;
}
.btn-white:visited {
  color: #ae2235;
}
.btn-white:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #ae2235;
  border: 2px solid #ae2235;
}
@media (max-width: 768px) {
  .btn-white {
    font-size: 15px;
    line-height: 18px;
    padding: 11px 20px;
  }
}
.btn-white:focus,
.btn-white:active {
  border: 2px solid #ae2235;
  background-color: transparent;
  color: #ae2235;
  text-decoration: none;
}
input[type="checkbox"] {
  accent-color: #ae2235;
}
.back-top-top {
  position: fixed;
  right: 38px;
  bottom: 103px;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 768px) {
  .back-top-top {
    right: 19px;
    bottom: 97px;
  }
}
.back-top-top picture {
  font-size: 0;
  display: block;
}
.modal-popup.confirm._show .modal-footer .action-primary {
  background-color: #ae2235;
  border: 1px solid #ae2235;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  font-family: 'Montserrat';
  border: 1px solid #dfdfdf;
  height: 50px;
  border-radius: 5px;
  color: #2f3d48;
}
.account select {
  margin-right: 0;
  color: #2f3d48;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 10px;
  border: 1px solid #dfdfdf;
}
.page-header .header .goliath-menu .nav-sections .navigation ul .submenu.level0 .ui-menu-item {
  padding: 0 10px;
}
.page-header .header .goliath-menu .nav-sections .navigation ul .submenu.level0 .ui-menu-item:first-child a {
  padding-top: 10px;
}
.page-header .header .goliath-menu .nav-sections .navigation ul .submenu.level0 .ui-menu-item a {
  padding: 10px 0;
  color: #2f3d48;
  text-decoration: none;
  transition: 0.6s ease;
}
.page-header .header .goliath-menu .nav-sections .navigation ul .submenu.level0 .ui-menu-item a:hover {
  background-color: #ffffff;
  color: #ae2235;
}
.page-header .header .goliath-menu .nav-sections .navigation .level0.parent .level-top .ui-menu-icon:after {
  font-size: 9px;
}
@media (min-width: 1160px) {
  .page-header .header .goliath-menu .nav-sections .navigation .level0.parent .level-top .ui-menu-icon:after {
    font-size: 9px;
  }
}
@media (min-width: 1025px) {
  .page-header .header .goliath-menu .nav-sections .navigation .level0.parent .level-top .ui-menu-icon {
    right: -9px;
  }
}
@media (max-width: 1279px) {
  .page-header .header .goliath-menu .nav-sections .navigation .level0.parent .level-top .ui-menu-icon {
    right: -7px;
  }
}
.loading-mask {
  z-index: 9999;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-mask:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: #ffffff38;
}
.loading-mask .loader {
  width: 45px;
  height: 45px;
  margin: 30px;
  border-radius: 50%;
  border: 5px solid rgba(151, 159, 208, 0.3);
  border-top-color: #2f3d48;
  border-bottom-color: #AE2235;
  animation: 1.5s spin infinite linear;
}
.loading-mask .loader img {
  display: none;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
100% {
  transform: rotate(360deg);
}
._has-modal .modals-wrapper .modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
}
.modal-popup .modal-inner-wrap .modal-title {
  font-weight: 700;
}
.modal-popup .modal-close {
  background-color: #ae2235;
  color: #ffffff;
  transition: 0.6s ease;
  padding: 14px 25px;
  border: 2px solid #ae2235;
  border-radius: 10px;
  margin: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 700;
}
.modal-popup .modal-close:hover {
  background: #fff;
  color: #ae2235;
}
.modal-popup textarea {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  color: #2f3d48;
}
.modal-popup ::-webkit-scrollbar {
  width: 5px;
}
.modal-popup ::-webkit-scrollbar-track {
  background: #dfdfdf;
}
.modal-popup ::-webkit-scrollbar-thumb {
  background: #888;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  border-radius: 8px;
}
aside.modal-popup .action-close:before {
  color: #2f3d48;
  font-size: 20px;
  line-height: 1;
}
aside.modal-slide .action-close:before {
  color: #2f3d48;
  font-size: 20px;
  line-height: 1;
}
.modal-popup.modal-slide .modal-footer button {
  background-color: #ae2235;
  color: #ffffff;
  transition: 0.6s ease;
  padding: 14px 25px;
  border: 2px solid #ae2235;
  border-radius: 10px;
  margin: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 700;
}
.modal-popup.modal-slide .modal-footer button:hover {
  background: #fff;
  color: #ae2235;
}
.cms-no-route .columns .column.main {
  max-width: 1800px;
  padding: 50px 60px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .cms-no-route .columns .column.main {
    padding: 50px 20px;
  }
}
.modal-popup .action-secondary.action-dismiss {
  background-color: #2F3D48;
  border: 2px solid #2F3D48;
  color: #fff;
  padding: 7px 15px;
  font-size: 1.4rem;
}
.modal-popup .action-secondary.action-dismiss:hover {
  background-color: transparent;
  color: #2F3D48;
}
.modal-popup.confirm._show .modal-footer button {
  border-radius: 10px;
  border: 2px solid;
  font-weight: 700;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 1;
}
.modal-popup.confirm._show .modal-footer .action-primary:hover {
  background: transparent;
  color: #ae2235;
}
.modal-popup.confirm._show .modal-footer .action-primary {
  border: 2px solid;
}
.modal-popup._show .modal-inner-wrap {
  border-radius: 8px;
}
.modal-content div {
  color: #000;
}
._has-modal .modals-wrapper .custom-search-modal._show ~ .modals-overlay {
  background-color: transparent;
}
.modal-popup.modal-slide .modal-footer button {
  background-color: #2F3D48;
  border: 2px solid #2F3D48;
}
.modal-popup.modal-slide .modal-footer button:hover {
  color: #2F3D48;
}
@media (min-width: 769px) {
  .modal-popup.confirm._show .modal-header {
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .modal-popup.custom-search-modal.modal-slide._show .modal-inner-wrap {
    max-height: 100vh;
  }
}
.cms-no-route .columns .column.main {
  max-width: 1800px;
  padding: 50px 60px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .cms-no-route .columns .column.main {
    padding: 50px 20px;
  }
}
.reload.captcha-reload {
  background: transparent;
  border: 2px solid #ae2235;
  color: #ae2235;
  border-radius: 10px;
  font-weight: 700;
}
.reload.captcha-reload:hover {
  color: #fff;
  background: #ae2235;
}
.page-header {
  border: none;
  margin-bottom: 1px;
}
.page-header .panel.wrapper {
  background: #ffffff;
  border-bottom: none;
}
@media (max-width: 1024px) {
  .page-header .panel.wrapper {
    display: none;
  }
}
.page-header .panel.header {
  max-width: 1800px;
  padding: 0 60px;
}
@media (max-width: 1280px) {
  .page-header .panel.header {
    padding: 0 20px;
  }
}
.page-header .panel.header .switcher-language .switcher-trigger:after {
  position: relative;
  top: 3px;
}
.page-header .panel.header .switcher-language .switcher-trigger strong {
  padding-left: 22px;
  position: relative;
  font-size: 14px;
  line-height: 17.7px;
  font-weight: 400;
}
.page-header .panel.header .switcher-language .switcher-trigger strong:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  display: block;
  background-size: cover;
}
.page-header .panel.header .switcher-language .switcher-trigger .view-base_en:before {
  background-image: url(../images/flagen.png);
}
.page-header .panel.header .switcher-language .switcher-trigger .view-base_es:before {
  background-image: url(../images/flages.png);
}
.page-header .panel.header .switcher-language .switcher-trigger .view-base_fr:before {
  background-image: url(../images/flagfr.png);
}
.page-header .panel.header .switcher-language .switcher-trigger .view-base_it:before {
  background-image: url(../images/flagit.png);
}
.page-header .panel.header .switcher-language .switcher-trigger .view-base_de:before {
  background-image: url(../images/flagde.png);
}
.page-header .panel.header .switcher-language .switcher-dropdown .switcher-option a {
  position: relative;
}
.page-header .panel.header .switcher-language .switcher-dropdown .switcher-option a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  height: 16px;
  width: 16px;
  display: block;
  background-size: cover;
}
.page-header .panel.header .switcher-language .switcher-dropdown .switcher-option.view-base_en a:before {
  background-image: url(../images/flagen.png);
}
.page-header .panel.header .switcher-language .switcher-dropdown .switcher-option.view-base_es a:before {
  background-image: url(../images/flages.png);
}
.page-header .panel.header .switcher-language .switcher-dropdown .switcher-option.view-base_de a:before {
  background-image: url(../images/flagde.png);
}
.page-header .panel.header .switcher-language .switcher-dropdown .switcher-option.view-base_it a:before {
  background-image: url(../images/flagit.png);
}
.page-header .panel.header .switcher-language .switcher-dropdown .switcher-option.view-base_fr a:before {
  background-image: url(../images/flagfr.png);
}
@media (min-width: 1024px) {
  .page-header .panel.header .panel .switcher-language .dropdown .switcher-dropdown {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .page-header .panel.header .panel .switcher-language .dropdown .switcher-dropdown:before {
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .page-header .panel.header .panel .switcher-language .dropdown .switcher-dropdown:after {
    left: 19px;
  }
}
.page-header .panel.header .panel .switcher-language .dropdown .switcher-dropdown .switcher-option a {
  padding-left: 30px;
}
.page-header .panel.main-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid #e3eaed;
}
.page-header .main-section-left {
  display: flex;
  align-items: center;
}
.page-header .main-section-left .contact-sales {
  display: flex;
  align-items: center;
  gap: 5px;
}
.page-header .main-section-left .contact-sales img {
  width: 32px;
  height: auto;
}
.page-header .main-section-left .contact-sales a {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  color: #333333;
}
.page-header .main-section-left .main-section-left-child-switcher {
  color: #333333;
}
.page-header .main-section-left .main-section-left-child-switcher .switcher-language {
  margin: 0;
  margin-right: 36px;
}
.page-header .main-section-right {
  display: flex;
}
.page-header .main-section-right .account-block .account-links {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  text-align: left;
  color: #2f3d48;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-header .main-section-right .account-block .account-links img {
  margin-right: 6px;
  width: 24px;
  height: 24px;
}
.page-header .main-section-right .account-block .account-link-list {
  display: none;
  position: relative;
}
.page-header .main-section-right .account-block .account-link-list .back-to-menu {
  display: none;
}
.page-header .main-section-right .account-block .account-link-list.active {
  display: block;
}
.page-header .main-section-right .account-block .account-link-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 300px;
  top: 13px;
  right: 0;
  background: #F9F9F9;
  z-index: 1;
}
.page-header .main-section-right .account-block .account-link-list ul li {
  margin-bottom: 0;
}
.page-header .main-section-right .account-block .account-link-list ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: left;
  color: #000000;
  padding: 13px 17px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e3eaed;
}
.page-header .header.content {
  max-width: 1800px;
  padding: 0 60px;
}
@media (max-width: 1280px) {
  .page-header .header.content {
    padding: 0 20px;
  }
}
.page-header .header .main-section-header-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 13px 0;
  align-items: center;
}
.page-header .header .goliath-logo {
  max-width: 75px;
}
.page-header .header .goliath-logo .logo {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.page-header .header .goliath-logo .nav-toggle {
  left: auto;
  right: 19px;
  top: 30px;
  display: none;
}
.page-header .header .goliath-logo .nav-toggle:before {
  color: #2f3d48;
}
.page-header .header .goliath-logo .nav-toggle:after {
  content: none;
}
@media all and (max-width: 1024px) {
  .page-header .header .goliath-logo .nav-toggle {
    display: block;
  }
}
.page-header .header .goliath-menu .navigation {
  background: #ffffff;
}
.page-header .header .goliath-menu .navigation ul {
  padding: 0;
  margin: 0 -24px;
}
@media (max-width: 1420px) {
  .page-header .header .goliath-menu .navigation ul {
    margin: 0;
  }
}
.page-header .header .goliath-menu .navigation ul li {
  padding: 0 24px;
  border: none;
}
@media (max-width: 1420px) {
  .page-header .header .goliath-menu .navigation ul li {
    padding: 0;
  }
}
@media (max-width: 1160px) {
  .page-header .header .goliath-menu .navigation ul li {
    margin-right: 0;
  }
}
.page-header .header .goliath-menu .navigation ul li a {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
  color: #2f3d48;
  border: none;
  text-transform: none;
  padding: 0 2px;
}
.page-header .header .goliath-menu .navigation ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1160px) {
  .page-header .header .goliath-menu .navigation ul li a {
    padding: 0 7px;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .navigation {
    background-color: #f8f8f8;
  }
}
@media (max-width: 768px) {
  .page-header .header .goliath-menu .navigation {
    background-color: transparent;
  }
}
.page-header .header .goliath-menu .nav-sections {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections {
    transition: left 0.3s;
    height: 100%;
    left: calc(-46%);
    overflow: auto;
    position: fixed;
    width: calc(46%);
    top: 100px;
    background: #f8f8f8;
    z-index: 999;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .nav-sections-item-title {
    display: none;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .nav-sections-item-content {
    margin-top: 0;
    padding: 22px 30px 30px 30px;
  }
}
@media (max-width: 768px) {
  .page-header .header .goliath-menu .nav-sections .nav-sections-item-content {
    margin-top: 0;
    padding: 22px 25px 25px 25px;
  }
}
@media (max-width: 768px) {
  .page-header .header .goliath-menu .nav-sections .nav-sections-item-content {
    padding: 22px 20px 25px 20px;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .navigation {
    padding: 0;
    margin-bottom: 22px;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .navigation .ui-menu-item-wrapper {
    color: #000000;
    padding: 16px 0;
    border-bottom: 1px solid #e1e1e1;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .navigation .ui-menu-item-wrapper span {
    margin-left: 0;
  }
}
.page-header .header .goliath-menu .nav-sections .navigation .level-top:after {
  right: 8px;
  top: 16px;
  rotate: 270deg;
  font-size: 21px;
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .navigation ul li:first-child:before {
    top: 0;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .navigation ul .submenu.level0 {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    height: auto;
    padding: 38px 30px 30px 30px;
    width: 100%;
    background: #f8f8f8;
    z-index: 999;
    padding-bottom: 150px;
  }
}
.page-header .header .goliath-menu .nav-sections .navigation ul .submenu.level0 li:first-child .ui-menu-item-wrapper {
  padding-top: 16px;
}
.page-header .header .goliath-menu .nav-sections .navigation ul .submenu .backmenu {
  padding: 0 26px 17px 26px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.38px;
  text-align: left;
  color: #000000;
  cursor: pointer;
  position: relative;
}
.page-header .header .goliath-menu .nav-sections .navigation ul .submenu .backmenu:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 12px;
  height: 20px;
  background-image: url(../images/arrow-left.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.page-header .header .goliath-menu .nav-sections .navigation ul .submenu .ui-menu-item a {
  color: #000000;
  padding: 16px 0;
  border-bottom: 1px solid #e1e1e1;
}
.page-header .header .goliath-menu .nav-sections .navigation ul .submenu.level1 li a {
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-button-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    margin-bottom: 38px;
  }
}
@media (max-width: 768px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-button-section {
    gap: 17px;
    margin-bottom: 25px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-button-section .link {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-button-section .link a {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.07px;
    padding: 12px 30px;
  }
}
@media (max-width: 768px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-button-section .link a {
    padding: 10px 30px;
    width: 100%;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-button-section .customer-support a {
    color: #ae2235;
    border: 2px solid #ae2235;
    background-color: #ffffff;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-button-section .customer-support a:hover {
    color: #ffffff;
    background-color: #ae2235;
    border: 2px solid #ae2235;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-button-section .customer-support a:visited {
    color: #ae2235;
  }
}
@media (max-width: 768px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language {
    float: none;
    margin-left: 0;
    margin-right: 0;
    border-top: none;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-label {
    display: none;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options {
    display: inline-block;
    min-width: 108px;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-trigger strong {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
    color: #333333;
    padding-left: 23px;
    cursor: pointer;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-trigger strong:after {
    right: 0;
    top: 0;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-trigger strong:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-trigger .view-base_fr:before {
    background-image: url(../images/flagfr.png);
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-trigger .view-base_en:before {
    background-image: url(../images/flagen.png);
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-trigger.view-base_es:before {
    background-image: url(../images/flages.png);
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-trigger.view-base_it:before {
    background-image: url(../images/flagit.png);
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-trigger.view-base_de:before {
    background-image: url(../images/flagde.png);
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-dropdown li {
    margin-bottom: 5px;
    padding-left: 23px;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-dropdown li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-dropdown li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
    color: #333333;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-dropdown li:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-dropdown .view-base_en:before {
    background-image: url(../images/flagen.png);
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-dropdown .view-base_es:before {
    background-image: url(../images/flages.png);
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-dropdown .view-base_it:before {
    background-image: url(../images/flagit.png);
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-dropdown .view-base_fr:before {
    background-image: url(../images/flagfr.png);
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-dropdown .view-base_de:before {
    background-image: url(../images/flagde.png);
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .account-block {
    margin-top: 7px;
  }
}
@media (max-width: 768px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .account-block {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .account-block .account-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    color: #333333;
    margin-left: -3px;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .account-block .account-links {
    margin-left: 0;
  }
}
.page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .account-block .account-links img {
  width: 24px;
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .account-block .account-link-list {
    transition: left 0.3s;
    height: 100%;
    right: calc(-46%);
    overflow: auto;
    position: fixed;
    width: calc(46%);
    top: 100px;
    background: #f8f8f8;
    padding: 36px 25px 25px 25px;
  }
}
@media (min-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .account-block .account-link-list .back-to-menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .account-block .account-link-list .back-to-menu {
    padding: 0 26px 17px 26px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    text-align: left;
    color: #2f3d48;
    cursor: pointer;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .account-block .account-link-list .back-to-menu:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 2px;
    width: 12px;
    height: 20px;
    background-image: url(../images/arrow-left.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .account-block .account-link-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .account-block .account-link-list ul li {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .account-block .account-link-list ul li a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: #2f3d48;
    align-items: center;
    padding: 17px 0;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .account-block .account-link-list.active {
    right: 0;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-account {
    display: none;
  }
}
.page-header .header .goliath-account .header-account-buttons {
  display: flex;
  gap: 20px;
}
@media (max-width: 1160px) {
  .page-header .header .goliath-account .header-account-buttons {
    gap: 15px;
  }
}
.page-header .header .goliath-account .header-account-buttons .btn-red {
  font-size: 14px;
  font-weight: 700;
  line-height: 17.07px;
  padding: 12px 20px;
}
@media (max-width: 1160px) {
  .page-header .header .goliath-account .header-account-buttons .btn-red {
    padding: 12px 14px;
  }
}
.page-header .header .goliath-account .header-account-buttons .btn-red:hover {
  color: #ae2235;
}
.page-header .header .goliath-account .header-account-buttons .customer-support .btn-red {
  color: #ae2235;
  border: 2px solid #ae2235;
  background-color: #ffffff;
}
.page-header .header .goliath-account .header-account-buttons .customer-support .btn-red:hover {
  color: #ffffff;
  border: 2px solid #ae2235;
  background-color: #ae2235;
}
.nav-open .page-wrapper {
  left: 0;
}
@media (max-width: 1024px) {
  .nav-open .header .goliath-menu .nav-sections {
    width: 100%;
    left: 0;
  }
}
.nav-open .nav-sections {
  box-shadow: none;
}
.nav-open .nav-toggle:before {
  content: '\e616';
}
.breadcrumbs {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs .items {
  max-width: 1800px;
  padding: 11px 60px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.28px;
}
@media (max-width: 1480px) {
  .breadcrumbs .items {
    padding: 11px 20px;
  }
}
.breadcrumbs .items li a {
  color: #888888;
}
.breadcrumbs .items li:last-child {
  color: #2f3d48;
}
.breadcrumbs .items li:not(:last-child):after {
  font-size: 12px;
  margin: 0 5px;
}
@media (min-width: 1025px) {
  .page-header .header .goliath-menu .nav-sections .navigation .level-top:after {
    rotate: unset;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-button-section .link svg {
    display: none;
  }
}
.mst-searchautocomplete__autocomplete._active {
  margin-top: 0;
}
@media (max-width: 1024px) {
  header.page-header .header .goliath-menu .nav-sections {
    top: 88px;
  }
}
.page-footer {
  background: #f9f9f9;
  padding-bottom: 0;
}
.page-footer .footer.content {
  max-width: 1800px;
  padding: 0 60px;
}
@media (max-width: 1280px) {
  .page-footer .footer.content {
    padding: 0 20px;
    border: none;
  }
}
.page-footer .footer.content .content-wrap {
  padding: 78px 0 48px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 768px) {
  .page-footer .footer.content .content-wrap {
    padding: 37px 0 47px;
  }
}
.page-footer .footer.content .content-wrap .accordion-wrap {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1480px) {
  .page-footer .footer.content .content-wrap .accordion-wrap {
    width: 72%;
  }
}
@media (max-width: 991px) {
  .page-footer .footer.content .content-wrap .accordion-wrap {
    width: 100%;
  }
}
.page-footer .footer.content .content-row {
  width: 28%;
}
@media (max-width: 1480px) {
  .page-footer .footer.content .content-row {
    padding-right: 10px;
    width: 32.5%;
  }
}
@media (max-width: 768px) {
  .page-footer .footer.content .content-row {
    padding-right: 0;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 20px;
  }
}
.page-footer .footer.content .content-row .title {
  margin-bottom: 11px;
}
@media (max-width: 768px) {
  .page-footer .footer.content .content-row .title {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
}
.page-footer .footer.content .content-row svg.accord-icon {
  display: none;
}
@media (max-width: 768px) {
  .page-footer .footer.content .content-row svg.accord-icon {
    display: block;
  }
}
.page-footer .footer.content .content-row .title.active svg.accord-icon {
  rotate: 45deg;
}
.page-footer .footer.content .content-row .h6 {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.38px;
  text-align: left;
  color: #2f3d48;
  margin: 0;
}
@media (max-width: 768px) {
  .page-footer .footer.content .content-row .h6 {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .page-footer .footer.content .content-row .accord-content {
    display: none;
  }
}
.page-footer .footer.content .content-row .accord-content ul {
  padding: 0;
}
.page-footer .footer.content .content-row .accord-content ul a {
  font-family: Montserrat;
  text-align: left;
  color: #2f3d48;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 0;
  display: inline-block;
}
.page-footer .footer.content .footer-contact {
  width: 32%;
}
@media (max-width: 1480px) {
  .page-footer .footer.content .footer-contact {
    width: 28%;
  }
}
@media (max-width: 991px) {
  .page-footer .footer.content .footer-contact {
    width: 100%;
    margin-top: 36px;
  }
}
.page-footer .footer.content .footer-contact .h6 {
  font-family: Montserrat;
  color: #2f3d48;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.38px;
  text-align: left;
  margin: 0 0 11px 0;
}
@media (max-width: 768px) {
  .page-footer .footer.content .footer-contact .h6 {
    margin-bottom: 4px;
  }
}
.page-footer .footer.content .footer-contact .block.newsletter {
  float: none;
  max-width: 100%;
}
.page-footer .footer.content .footer-contact .newsletter .content {
  width: 100%;
}
.page-footer .footer.content .footer-contact .form {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .page-footer .footer.content .footer-contact .form {
    margin-bottom: 4px;
  }
}
.page-footer .footer.content .footer-contact .form .actions {
  width: 100%;
}
.page-footer .footer.content .footer-contact .form .actions .subscribe {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.94px;
  text-align: left;
  background-color: #ae2235;
  border-radius: 10px;
  color: #ffffff;
  transition: 0.6s ease;
  display: inline-block;
  padding: 14px 12px;
  border: 2px solid #ae2235;
  width: 100%;
  max-width: 274px;
  text-align: center;
}
.page-footer .footer.content .footer-contact .form .actions .subscribe:hover {
  color: #ae2235;
  background-color: #ffffff;
}
.page-footer .footer.content .footer-contact .form .actions .subscribe .actions {
  width: 100%;
}
.page-footer .footer.content .footer-contact .form .field.newsletter {
  max-width: 100%;
  width: 100%;
}
.page-footer .footer.content .footer-contact .form .field.newsletter .control {
  position: relative;
}
.page-footer .footer.content .footer-contact .form .field.newsletter .control:before {
  top: 8px;
}
.page-footer .footer.content .footer-contact .form label input {
  margin-right: 0;
  margin-bottom: 15px;
  font-family: Montserrat;
  color: #2f3d48;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #2f3d48;
  border-radius: 5px;
  max-width: 375px;
}
.page-footer .footer.content .footer-contact .form label .mage-error:last-child {
  margin-bottom: 10px;
  margin-top: -3px;
}
.page-footer .footer.content .footer-contact .subtitle {
  color: #2f3d48;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  margin-bottom: 6px;
}
.page-footer .footer.content .footer-contact .btn-red {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.94px;
  padding: 15px 16px;
  text-align: center;
  width: 100%;
  max-width: 274px;
  margin-bottom: 35px;
  background-color: #ae2235;
  color: #ffffff;
  border: 2px solid #ae2235;
  transition: 0.6s ease;
}
.page-footer .footer.content .footer-contact .btn-red:hover {
  background-color: #ffffff;
  color: #ae2235;
}
@media (max-width: 768px) {
  .page-footer .footer.content .footer-contact .btn-red {
    margin-bottom: 60px;
  }
}
.page-footer .footer.content .footer-contact .connect span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.38px;
  text-align: left;
  color: #2f3d48;
  margin-bottom: 14px;
}
.page-footer .footer.content .footer-contact .connect .social-link {
  display: inline-block;
  font-size: 0;
  margin-right: 13px;
}
.page-footer .footer.content .footer-contact .connect .social-link:last-child {
  margin-right: 0;
}
.page-footer .footer.content .footer-contact .connect .social-link a {
  display: inline-block;
  font-size: 0;
  width: 24px;
}
.page-footer .goliath-copyright {
  max-width: 1800px;
  padding: 0 60px;
  margin: 0 auto;
  padding-top: 23px;
  padding-bottom: 23px;
}
@media (max-width: 1280px) {
  .page-footer .goliath-copyright {
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-footer .goliath-copyright .goliath-copyright-cover {
  display: inline-block;
  margin-right: 19px;
}
@media (max-width: 991px) {
  .page-footer .goliath-copyright .goliath-copyright-cover {
    margin-bottom: 18px;
  }
}
.page-footer .goliath-copyright .goliath-copyright-cover .copyright {
  background-color: transparent;
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  color: #2f3d48;
}
.page-footer .goliath-copyright .goliath-copyright-cover .copyright span {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  color: #2f3d48;
  display: inline-block;
  position: relative;
}
.page-footer .goliath-copyright .goliath-copyright-cover .copyright span:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 2px;
  height: 15px;
  width: 1px;
  background: #2F3D48;
  object-fit: cover;
}
@media (max-width: 920px) {
  .page-footer .goliath-copyright .goliath-copyright-cover .copyright span:before {
    content: none;
  }
}
.page-footer .goliath-copyright .foot-policy {
  display: inline-block;
}
.page-footer .goliath-copyright .foot-policy ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-footer .goliath-copyright .foot-policy ul li {
  margin: 0 20px 0 0;
  display: inline-block;
}
.page-footer .goliath-copyright .foot-policy ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #2f3d48;
  display: inline-block;
}
.page-product-bundle .footer.content {
  width: 100%;
}
.page-main {
  max-width: 1800px;
  padding: 0 60px;
}
@media (max-width: 1280px) {
  .page-main {
    padding: 0 20px;
  }
}
.main-home-store {
  margin-bottom: 138px;
}
@media (max-width: 768px) {
  .main-home-store {
    margin: 0 -20px;
    margin-bottom: 44px;
  }
}
.main-home-store .store-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1280px) {
  .main-home-store .store-list {
    margin: 0 -10px;
  }
}
@media (max-width: 768px) {
  .main-home-store .store-list {
    margin: 0;
  }
}
.main-home-store .store-list .col {
  width: 33.333333%;
}
@media (max-width: 768px) {
  .main-home-store .store-list .col {
    width: 100%;
  }
}
.main-home-store .store-block {
  padding: 0 15px;
  position: relative;
}
@media (max-width: 1280px) {
  .main-home-store .store-block {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .main-home-store .store-block {
    padding: 0;
  }
}
.main-home-store .store-block .image-ratio {
  position: relative;
  padding-top: 172.23%;
}
.main-home-store .store-block .image-ratio:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 10%;
  z-index: 1;
}
@media (max-width: 768px) {
  .main-home-store .store-block .image-ratio {
    padding-top: 41.029%;
  }
}
.main-home-store .store-block .image-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main-home-store .store-block .content {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  padding: 0 35px 50px 35px;
  z-index: 2;
}
@media (max-width: 1280px) {
  .main-home-store .store-block .content {
    left: 10px;
    right: 10px;
    padding: 0 15px 20px 15px;
  }
}
@media (max-width: 768px) {
  .main-home-store .store-block .content {
    bottom: auto;
    right: auto;
    height: auto;
    width: 100%;
    padding: 15px;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.main-home-store .store-block .content a {
  text-decoration: none;
}
.main-home-store .store-block .content .h2 {
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 700;
  line-height: 58.51px;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0 0 14px 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .main-home-store .store-block .content .h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36.57px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .main-home-store .store-block .content .h2 {
    text-align: center;
  }
}
.main-home-store .store-block .content p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-bottom: 23px;
  color: #ffffff;
  max-width: 460px;
}
@media (max-width: 991px) {
  .main-home-store .store-block .content p {
    display: none;
  }
}
.main-home-about {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .main-home-about {
    margin-bottom: 64px;
  }
}
.main-home-about .about-row {
  display: flex;
  flex-wrap: wrap;
}
.main-home-about .about-row .col {
  width: 50%;
}
@media (max-width: 768px) {
  .main-home-about .about-row .col {
    width: 100%;
  }
}
.main-home-about .about-row .col .img-ratio {
  position: relative;
  padding-top: 75.39%;
  height: 100%;
}
@media (max-width: 768px) {
  .main-home-about .about-row .col .img-ratio {
    padding-top: 75.5%;
  }
}
.main-home-about .about-row .col .img-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main-home-about .about-row .col .about-content {
  height: 100%;
  padding: 69px 58px 72px 69px;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .main-home-about .about-row .col .about-content {
    padding: 24px 20px 32px 20px;
  }
}
.main-home-about .about-row .col .about-content .h2 {
  font-family: Montserrat;
  font-size: 56px;
  font-weight: 700;
  line-height: 68.26px;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0 0 26px 0;
  color: #2f3d48;
}
@media (max-width: 991px) {
  .main-home-about .about-row .col .about-content .h2 {
    font-size: 40px;
    line-height: 44px;
    margin: 0px 0 16px 0;
  }
}
@media (max-width: 768px) {
  .main-home-about .about-row .col .about-content .h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.main-home-about .about-row .col .about-content p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #2f3d48;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .main-home-about .about-row .col .about-content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
.main-home-about .about-row .col .about-content ul {
  padding-left: 20px;
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .main-home-about .about-row .col .about-content ul {
    margin-bottom: 26px;
  }
}
.main-home-about .about-row .col .about-content ul li {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.94px;
  text-align: left;
  color: #2f3d48;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .main-home-about .about-row .col .about-content ul li {
    font-size: 15px;
    line-height: 18.50px;
    margin-bottom: 16px;
  }
}
.goliath-blog {
  margin-bottom: 132px;
}
@media (max-width: 991px) {
  .goliath-blog {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .goliath-blog {
    margin-bottom: 50px;
  }
}
.goliath-blog .blog-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 33px;
}
@media (max-width: 1350px) {
  .goliath-blog .blog-top {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .goliath-blog .blog-top {
    align-items: self-start;
    margin-bottom: 32px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.goliath-blog .blog-top hr {
  margin: 0;
  border-top: 1px solid #2f3d48;
  width: 100%;
}
@media (max-width: 1350px) {
  .goliath-blog .blog-top hr {
    display: none;
  }
}
.goliath-blog .title .h2 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 68.26px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #2f3d48;
  text-wrap: nowrap;
  margin-right: 67px;
}
@media (max-width: 991px) {
  .goliath-blog .title .h2 {
    font-size: 40px;
    line-height: 49px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .goliath-blog .title .h2 {
    font-size: 30px;
    line-height: 36.57px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-right: 0;
    margin-bottom: 11px;
    white-space: break-spaces;
  }
}
.goliath-blog .all-post a {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.26px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #ae2235;
  display: inline-block;
  text-wrap: nowrap;
  margin-left: 52px;
  position: relative;
  padding-right: 28px;
}
@media (max-width: 1350px) {
  .goliath-blog .all-post a {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .goliath-blog .all-post a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .goliath-blog .all-post a {
    font-size: 15px;
    line-height: 18.29px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-left: 0;
    padding-right: 16px;
  }
}
.goliath-blog .all-post a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 10px;
  height: 17px;
  background-image: url(../images/arrow-right-bold.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .goliath-blog .all-post a:before {
    top: 3px;
    width: 7px;
    height: 12px;
  }
}
.goliath-blog .blog-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 768px) {
  .goliath-blog .blog-listing {
    margin: 0;
  }
}
.goliath-blog .blog-listing .blog-wrap {
  padding: 0 15px;
  width: 33.33333%;
}
@media (max-width: 768px) {
  .goliath-blog .blog-listing .blog-wrap {
    padding: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .goliath-blog .blog-listing .blog-wrap:last-child {
    margin-bottom: 0;
  }
}
.goliath-blog .blog-listing .blog {
  position: relative;
  margin-bottom: 33px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .goliath-blog .blog-listing .blog {
    margin-bottom: 13px;
  }
}
.goliath-blog .blog-listing .blog-img {
  position: relative;
  font-size: 0;
  padding-top: 62.12%;
}
.goliath-blog .blog-listing .blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.goliath-blog .blog-listing .blog-img p {
  margin: 0;
  font-size: 0;
}
.goliath-blog .blog-listing .blog-tags {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 6px;
}
.goliath-blog .blog-listing .blog-tag {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  text-align: left;
  color: #ffffff;
  background: #47a2ff;
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 15px;
}
.goliath-blog .blog-listing .blog-detail .h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29.26px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #2f3d48;
  margin: 0 0 19px 0;
}
@media (max-width: 991px) {
  .goliath-blog .blog-listing .blog-detail .h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .goliath-blog .blog-listing .blog-detail .h4 {
    font-size: 18px;
    line-height: 21.94px;
    letter-spacing: 0.02em;
    margin: 0 0 14px 0;
  }
}
.goliath-blog .blog-listing .blog-detail a {
  font-size: 24px;
  font-weight: 400;
  line-height: 29.26px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #ae2235;
  display: inline-block;
  position: relative;
}
@media (max-width: 991px) {
  .goliath-blog .blog-listing .blog-detail a {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .goliath-blog .blog-listing .blog-detail a {
    font-size: 15px;
    line-height: 18.29px;
    letter-spacing: 0.02em;
  }
}
.goliath-blog .blog-listing .blog-detail a:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 7px;
  width: 10px;
  height: 17px;
  background-image: url(../images/arrow-right-light.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .goliath-blog .blog-listing .blog-detail a:before {
    right: -18px;
    top: 6px;
    width: 8px;
    height: 14px;
  }
}
@media (max-width: 768px) {
  .goliath-blog .blog-listing .blog-detail a:before {
    right: -15px;
    top: 4px;
    width: 7px;
    height: 12px;
  }
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body.isvisible {
  position: relative;
  height: auto;
}
body.isvisible:after {
  background-color: #000000;
  z-index: 9;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  opacity: 30%;
}
.page-header .announcement-bar {
  background-color: #2f3d48;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 10px 40px;
}
@media (max-width: 1024px) {
  .page-header .announcement-bar {
    display: none;
  }
}
.page-header .announcement-bar .announcement-bar-text {
  width: 100%;
  text-align: center;
}
.page-header .announcement-bar .announcement-bar-text p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: center;
  color: #ffffff;
}
.page-header .announcement-bar .announcement-bar-text p a {
  color: #ffffff;
  text-decoration: underline;
}
.page-header .announcement-bar .announcement-bar-text p a:hover {
  text-decoration: none;
}
.page-header .announcement-bar .announcement-bar-close {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  border: 1px solid #e3eaed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  cursor: pointer;
}
.page-header .announcement-bar .announcement-bar-close svg {
  height: 10px;
  width: 10px;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .page-header .header .goliath-menu {
    flex: 1;
    text-align: center;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .page-header .header .goliath-menu .navigation {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.page-header .header .goliath-menu .navigation ul li {
  padding: 0px 0px;
}
.page-header .header .goliath-menu .navigation ul li a {
  padding-right: 8px;
}
@media (max-width: 1620px) {
  .page-header .header .goliath-menu .navigation ul li a {
    padding: 0 2px;
    padding-right: 8px;
  }
}
@media (max-width: 1480px) {
  .page-header .header .goliath-menu .navigation ul li a {
    font-size: 14px;
    line-height: 17.5px;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .page-header .header .goliath-menu .navigation ul li:first-child a {
    padding-left: 0 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .page-header .header .goliath-menu .navigation ul li:last-child a {
    padding-right: 0 !important;
  }
}
@media (max-width: 1480px) {
  .page-header .header.content {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .page-header .header .main-section-header-child {
    justify-content: center;
  }
}
@media (max-width: 1480px) {
  .page-header .panel.header {
    padding: 0 20px;
  }
}
.page-header .panel.main-outer {
  padding: 7px 0;
}
.page-header .main-section-right .panel {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  align-items: center;
}
.page-header .main-section-right .panel .customer-support {
  display: flex;
  gap: 8px;
  align-items: center;
}
.page-header .main-section-right .panel .customer-support a {
  color: #2f3d48;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
}
.page-header .main-section-right .panel .customer-support img {
  width: 18px;
  height: 18px;
}
.page-header .main-section-right .customer-welcome.active {
  display: block !important;
}
.page-header .main-section-right .customer-welcome .header.links {
  border: 1px solid #ae2235;
}
.page-header .main-section-right .customer-welcome ul:before {
  border-color: transparent transparent #ae2235 transparent;
}
.page-header .main-section-right .customer-welcome li a {
  font-weight: 700;
  color: #000;
  font-size: 14px;
}
.page-header .main-section-right .customer-welcome li:hover {
  background: #ae2235;
}
.page-header .main-section-right .customer-welcome li:hover a {
  color: #fff;
}
.page-header .main-section-right .customer-welcome .customer-name {
  display: flex;
}
.page-header .main-section-right .customer-welcome .logged-in {
  color: #2f3d48;
  font-size: 14px;
  font-weight: 400;
}
.page-header .main-section-right .customer-welcome .account-links {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-left: 25px;
}
.page-header .main-section-right .customer-welcome .account-links img {
  height: 24px;
  width: 24px;
}
.page-header .main-section-right .customer-welcome .account-links span {
  color: #2f3d48;
  font-size: 14px;
  font-weight: 400;
}
.page-header .main-section-right .account-block.active {
  display: block !important;
}
.page-header .main-section-right .account-block .account-links a {
  color: #2f3d48;
}
.page-header .main-section-header-child {
  display: none;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .page-header .main-section-header-child .goliath-logo {
    max-width: 60px;
  }
}
.page-header .main-section-header-child .goliath-logo .block-search {
  display: none;
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-logo .block-search {
    display: block;
    position: absolute;
    top: 34px;
    right: 60px;
    width: 100%;
    max-width: 275px;
    padding: 0;
    height: 100%;
    left: auto;
    margin: 0;
  }
}
.page-header .main-section-header-child .goliath-logo .block-search .block-content .control {
  border-top: none;
  clear: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .page-header .main-section-header-child .goliath-logo .block-search .block-content .control {
    position: absolute;
    left: -60px;
    top: 68px;
    z-index: 1;
    width: 100vw;
    text-align: center;
    background: #fff;
  }
}
@media (max-width: 768px) {
  .page-header .main-section-header-child .goliath-logo .block-search .block-content .active .control {
    padding-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-logo .block-search .label {
    text-decoration: none;
    display: inline-block;
    float: right;
    clip: auto;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
    position: static;
  }
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-logo .block-search .label.active {
    width: 100%;
  }
}
.page-header .main-section-header-child .goliath-logo .block-search .label.active:before {
  display: none;
}
@media (max-width: 768px) {
  .page-header .main-section-header-child .goliath-logo .block-search .label.active:before {
    content: '';
    display: block;
  }
}
.page-header .main-section-header-child .goliath-logo .block-search .label:before {
  margin: 0;
  content: "";
  background-image: url(../images/search-mobile.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 31px;
  height: 31px;
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-logo .block-search input {
    left: auto;
    margin: 0;
    width: 0;
    font-size: 0;
    padding: 0;
    border: none;
    height: 0;
  }
}
@media (max-width: 768px) {
  .page-header .main-section-header-child .goliath-logo .block-search input {
    max-width: 90%;
    margin: 0 auto;
  }
}
.page-header .main-section-header-child .goliath-logo .block-search .minisearch.active .input-text {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #2f3d48;
  height: 34px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-logo .block-search .form .actions {
    display: none;
  }
}
.page-header .main-section-header-child .goliath-logo .wishlist {
  display: none;
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-logo .wishlist {
    display: none;
    list-style: none;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translate(0, -50%);
  }
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-logo .wishlist a {
    position: relative;
    height: 24px;
    width: 27px;
    display: block;
    font-size: 0;
  }
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-logo .wishlist a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/wishlist.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.page-header .main-section-header-child .goliath-logo .minicart-wrapper {
  display: none;
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-logo .minicart-wrapper {
    display: block;
    margin-left: 0;
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-logo .minicart-wrapper .showcart {
    display: block;
    height: 24px;
    width: 21px;
    position: relative;
  }
}
.page-header .main-section-header-child .goliath-logo .minicart-wrapper .showcart:before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../images/cart.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-logo .minicart-wrapper .showcart .counter {
    background: transparent;
    font-size: 14px;
    color: #2f3d48;
    height: auto;
    line-height: 14px;
    border-radius: 0;
    display: inline-block;
    margin: 0;
    min-width: auto;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 65%;
    left: 48%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-logo .minicart-wrapper .showcart .counter.empty .counter-number {
    position: relative;
    text-shadow: none;
  }
}
.page-header .main-section-header-child .goliath-logo .minicart-wrapper .showcart .counter.empty .counter-number:before {
  content: "0";
  font-size: 12px;
}
.page-header .main-section-header-child .goliath-logo .minicart-wrapper .showcart .counter-number {
  text-shadow: none;
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-logo .nav-toggle {
    left: 19px;
    right: auto;
  }
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-logo .block-search {
    right: auto;
    left: 60px;
  }
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-logo .block-search .label {
    float: left;
  }
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-menu-section {
    display: block;
    position: absolute;
    width: 100%;
    padding: 0 20px;
  }
}
.page-header .main-section-header-child .goliath-menu-section .goliath-links {
  display: flex;
  gap: 21px;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .page-header .main-section-header-child .goliath-menu-section .goliath-links {
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-menu-section .goliath-links {
    gap: 15px;
    justify-content: flex-end;
  }
}
.page-header .main-section-header-child .goliath-menu-section .goliath-wishlist {
  list-style: none;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-wishlist a {
  position: relative;
  height: 24px;
  width: 27px;
  display: block;
  font-size: 0;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-wishlist a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/wishlist.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .page-header .main-section-header-child .goliath-menu-section .goliath-wishlist a {
    height: 22px;
    width: 25px;
  }
}
.page-header .main-section-header-child .goliath-menu-section .goliath-minicart .minicart-wrapper {
  margin-left: 0;
}
@media (max-width: 768px) {
  .page-header .main-section-header-child .goliath-menu-section .goliath-minicart .minicart-wrapper {
    margin-top: 0;
  }
}
.page-header .main-section-header-child .goliath-menu-section .goliath-minicart .block-minicart {
  padding-bottom: 0px;
  margin-top: 10px;
  border: 1px solid #ae2235;
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-menu-section .goliath-minicart .block-minicart {
    z-index: 99;
  }
}
.page-header .main-section-header-child .goliath-menu-section .goliath-minicart .block-minicart:before {
  border: 6px solid #ae2235;
  border-color: transparent transparent #ae2235 transparent;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-minicart .block-minicart .subtitle.empty {
  padding: 20px 0 20px;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-minicart .block-minicart .minicart-items .product-item .product-item-name a {
  color: #2f3d48;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-minicart .block-minicart .actions .primary {
  margin: 0;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-minicart .block-minicart .actions .checkout {
  text-align: center;
  margin-bottom: 10px;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-minicart .block-minicart .action.viewcart:visited {
  color: inherit;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-minicart .showcart {
  display: block;
  height: 24px;
  width: 21px;
  position: relative;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-minicart .showcart:before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../images/cart.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .page-header .main-section-header-child .goliath-menu-section .goliath-minicart .showcart {
    height: 22px;
    width: 19px;
  }
}
.page-header .main-section-header-child .goliath-menu-section .goliath-minicart .showcart .counter {
  background: transparent;
  font-size: 14px;
  color: #2f3d48;
  height: 100%;
  width: 100%;
  line-height: 31px;
  border-radius: 0;
  display: inline-block;
  margin: 0;
  min-width: auto;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
}
.page-header .main-section-header-child .goliath-menu-section .goliath-minicart .showcart .counter .counter-number {
  text-shadow: none;
  font-weight: 600;
  font-size: 13px;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-minicart .showcart .counter.empty .counter-number {
  position: relative;
  font-size: 13px;
  font-weight: 600;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-minicart .showcart .counter.empty .counter-number:before {
  content: "0";
  font-size: 12px;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-minicart .showcart .loader {
  height: 100%;
  width: 100%;
  top: 4px;
  position: relative;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-minicart .showcart .loader img {
  max-width: 11px;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-quotation .quotation-main-section {
  height: 26px;
  width: 28px;
  margin-top: -2px;
  margin-right: -4px;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-quotation .quotation-main-section .quotation-icon {
  cursor: pointer;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-quotation .quotation-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  z-index: 99999;
  position: absolute;
  max-width: 453px;
  right: 60px;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-menu-section .goliath-quotation .quotation-list {
    padding-top: 15px;
  }
}
@media (max-width: 540px) {
  .page-header .main-section-header-child .goliath-menu-section .goliath-quotation .quotation-list {
    max-width: 330px;
  }
}
@media (max-width: 410px) {
  .page-header .main-section-header-child .goliath-menu-section .goliath-quotation .quotation-list {
    max-width: 290px;
    right: 20px;
  }
}
.page-header .main-section-header-child .goliath-menu-section .goliath-quotation .quotation-list .head {
  background-color: #e3eaed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 12px 10px 20px;
  align-items: center;
  position: relative;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-quotation .quotation-list .head:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #e3eaed;
  top: -9px;
  right: 136px;
}
@media (max-width: 1480px) {
  .page-header .main-section-header-child .goliath-menu-section .goliath-quotation .quotation-list .head:before {
    right: 96px;
  }
}
@media (max-width: 1280px) {
  .page-header .main-section-header-child .goliath-menu-section .goliath-quotation .quotation-list .head:before {
    right: 57px;
  }
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-menu-section .goliath-quotation .quotation-list .head:before {
    right: 39px;
  }
}
@media (max-width: 410px) {
  .page-header .main-section-header-child .goliath-menu-section .goliath-quotation .quotation-list .head:before {
    right: 79px;
  }
}
.page-header .main-section-header-child .goliath-menu-section .goliath-quotation .quotation-list .item-counter {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.94px;
  text-align: left;
  color: #000000;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-quotation .quotation-list .close-quotations {
  cursor: pointer;
  display: flex;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-quotation .quotation-list .content {
  padding: 0;
  background-color: #ffffff;
  width: 100%;
  max-height: 564px;
  overflow-y: scroll;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-quotation .quotation-list .btn-wraps {
  width: 100%;
  background-color: #ffffff;
  padding: 20px 20px 25px;
  text-align: center;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-quotation .main-section {
  display: flex;
  column-gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 20px;
  align-items: center;
  justify-content: space-between;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-quotation .main-section:nth-child(even) {
  background-color: #f9f9f9;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-quotation .main-section .quotation-count {
  min-width: 100px;
  padding-right: 10px;
  display: flex;
  justify-content: right;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-quotation .main-section .quotation-count .qcount {
  color: gray;
  font-weight: normal;
  font-size: 15px;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-quotation .main-section .product-media {
  max-width: 140px;
}
@media (max-width: 540px) {
  .page-header .main-section-header-child .goliath-menu-section .goliath-quotation .main-section .product-media {
    max-width: 100px;
  }
}
.page-header .main-section-header-child .goliath-menu-section .goliath-quotation .main-section .quotation-detial .quotation-name {
  font-weight: 500;
  font-size: 17px;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-quotation .main-section .quotation-detial .quotation-href {
  font-size: 15px;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-quotation .main-section .product-detial .product-name {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
  text-align: left;
  margin-bottom: 6px;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-quotation .main-section .product-detial .product-price {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  color: #000000;
}
@media (max-width: 1024px) {
  .page-header .main-section-header-child .goliath-menu-section .goliath-search {
    left: 60px;
    position: absolute;
  }
}
.page-header .main-section-header-child .goliath-menu-section .goliath-search .goliath-search-click {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0;
}
.page-header .main-section-header-child .goliath-menu-section .goliath-search .goliath-search-click:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .page-header .main-section-header-child .goliath-menu-section .goliath-search .goliath-search-click {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .mobile-menu-button-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    margin-bottom: 38px;
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .mobile-menu-button-section .link a {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.07px;
    padding: 12px 30px;
    background-color: #ae2235;
    border-radius: 10px;
    transition: 0.6s ease;
    display: inline-block;
    color: #ffffff;
    border: 2px solid #ae2235;
    text-decoration: none;
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .mobile-menu-button-section .link a:hover {
    color: #ae2235;
    background-color: #ffffff;
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .mobile-menu-button-section .link img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .mobile-menu-button-section .link.customer-support a:hover {
    color: #ffffff;
    background-color: #ae2235;
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .mobile-menu-button-section .link.customer-support a:focus {
    color: #ffffff;
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language {
    float: none;
    margin-left: 0;
    margin-right: 0;
    border-top: none;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-label {
    display: none;
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options {
    display: inline-block;
    min-width: 108px;
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-trigger strong {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
    color: #333333;
    padding-left: 23px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-trigger strong:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language .switcher-options .switcher-trigger strong:after {
    right: 0;
    top: 0;
    font-size: 16px;
    position: absolute;
  }
}
.page-header .goliath-menu .nav-sections .mobile-menu-bottom-block .account-block .account-links img {
  width: 24px;
}
.page-header .goliath-menu .nav-sections .mobile-menu-bottom-block .account-block .account-links a {
  color: #2f3d48;
}
.custom-search-modal {
  overflow-y: hidden;
}
@media (max-width: 768px) {
  .custom-search-modal {
    left: 0 !important;
  }
}
.custom-search-modal .modal-inner-wrap {
  margin-top: 150px;
  box-shadow: none;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  padding: 0 60px;
  height: 100vh;
}
@media (max-width: 768px) {
  .custom-search-modal .modal-inner-wrap {
    background-color: #ffffff !important;
    padding: 0 20px;
  }
}
.custom-search-modal .modal-inner-wrap .modal-header {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 620px) {
  .custom-search-modal .modal-inner-wrap .modal-header {
    padding: 80px 0 0 0;
  }
}
.custom-search-modal .modal-inner-wrap .modal-header .action-close {
  margin: 0;
  padding: 24px;
  border: 1px solid #e3eaed;
  border-radius: 10px;
  margin-top: 45px;
}
.custom-search-modal .modal-inner-wrap .modal-header .action-close:before {
  font-size: 32px;
  line-height: 30px;
  color: #2f3d48;
}
@media (max-width: 768px) {
  .custom-search-modal .modal-inner-wrap .modal-header .action-close:before {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .custom-search-modal .modal-inner-wrap .modal-header .action-close {
    margin-top: 10px;
    padding: 8px;
  }
}
.custom-search-modal .modal-inner-wrap .modal-content {
  max-width: 1680px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 620px) {
  .custom-search-modal .modal-inner-wrap .modal-content {
    padding: 0;
  }
}
.custom-search-modal .modal-inner-wrap .modal-content .block-search {
  padding-left: 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  float: none;
}
.custom-search-modal .modal-inner-wrap .modal-content .block-search .input-text {
  height: 80px;
  border: 1px solid #e3eaed;
  border-radius: 5px;
  font-size: 32px;
  font-weight: 400;
  line-height: 39.01px;
  text-align: left;
  color: #888888;
  padding: 20px 20px 20px 94px;
  position: static;
}
.custom-search-modal .modal-inner-wrap .modal-content .block-search .input-text::placeholder {
  font-size: 32px;
  font-weight: 400;
  line-height: 39.01px;
  text-align: left;
  color: #888888;
}
.custom-search-modal .modal-inner-wrap .modal-content .block-search .input-text:focus {
  box-shadow: none;
}
.custom-search-modal .modal-inner-wrap .modal-content .block-search .actions .search {
  opacity: 1;
  right: auto;
  left: 11px;
  top: 4px;
}
.custom-search-modal .modal-inner-wrap .modal-content .block-search .actions .search:before {
  font-size: 64px;
  line-height: 73px;
}
@media (max-width: 768px) {
  .custom-search-modal .modal-inner-wrap .modal-content .block-search .minisearch {
    position: relative;
  }
}
@media (max-width: 768px) {
  .custom-search-modal .modal-inner-wrap .modal-content .block-search .minisearch .search .label {
    display: none;
  }
}
@media (max-width: 768px) {
  .custom-search-modal .modal-inner-wrap .modal-content .block-search .minisearch .search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .custom-search-modal .modal-inner-wrap .modal-content .block-search .minisearch .search .control .input-text {
    position: static;
    margin: 0;
  }
}
@media (max-width: 620px) {
  .custom-search-modal .modal-inner-wrap .modal-content .block-search .minisearch .search .control .input-text {
    padding: 13px 20px 13px 50px;
    height: 60px;
    font-size: 24px;
    line-height: 24.01px;
  }
}
@media (max-width: 620px) {
  .custom-search-modal .modal-inner-wrap .modal-content .block-search .minisearch .search .control .input-text::placeholder {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .custom-search-modal .modal-inner-wrap .modal-content .block-search .minisearch .actions .action.search {
    display: inline-block;
    background: none;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    opacity: 1;
    right: auto;
    left: 11px;
    top: 4px;
    font-size: 0;
  }
}
@media (max-width: 768px) {
  .custom-search-modal .modal-inner-wrap .modal-content .block-search .minisearch .actions .action.search:before {
    font-size: 64px;
    line-height: 73px;
    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;
  }
}
@media (max-width: 620px) {
  .custom-search-modal .modal-inner-wrap .modal-content .block-search .minisearch .actions .action.search:before {
    font-size: 32px;
    line-height: 51px;
  }
}
.custom-search-modal .modal-footer {
  display: none;
}
.custom-search-modal .modal-header {
  padding: 140px 0 0 0;
}
.custom-search-modal .search-autocomplete ul:not(:empty) {
  border: 1px solid #e3eaed;
}
.custom-search-modal .search-autocomplete li span {
  color: #888888;
}
.modals-wrapper .modals-overlay {
  background-color: transparent;
}
.cms-home .custom-search-modal .block-search {
  display: none;
}
.cms-home._has-modal .custom-search-modal .block-search {
  display: block;
}
.goliath-search-model {
  display: none;
}
.custom-search-modal .goliath-search-model {
  display: block;
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .page-header .header .goliath-menu .navigation ul li a {
    padding: 0 5px !important;
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1149px) {
  .page-header .header .goliath-menu .navigation ul li a {
    font-size: 12px !important;
    padding: 0 5px !important;
  }
}
body:not(.announcement-bar-remove) .custom-search-modal .modal-inner-wrap {
  margin-top: 195px;
}
@media (max-width: 1280px) {
  body:not(.announcement-bar-remove) .custom-search-modal .modal-inner-wrap {
    margin-top: 180px;
  }
}
/*breadcrumbs*/
.breadcrumbs {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs .items {
  max-width: 1800px;
  padding: 11px 60px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.28px;
}
@media (max-width: 1480px) {
  .breadcrumbs .items {
    padding: 11px 20px;
  }
}
.breadcrumbs .items li a {
  color: #888888;
}
.breadcrumbs .items li:last-child {
  color: #2f3d48;
}
.breadcrumbs .items li:not(:last-child):after {
  font-size: 12px;
  margin: 0 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block {
    flex-wrap: wrap;
    position: relative;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .switcher-language {
    margin-bottom: 10px;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome .customer-name {
    display: flex;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome .customer-name .logged-in-mobile {
    color: #2f3d48;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome .logged-in {
    color: #2f3d48;
    font-size: 18px;
    font-weight: 400;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome .account-links {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-left: 15px;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome .account-links img {
    height: 20px;
    width: 20px;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome .account-links span {
    color: #2f3d48;
    font-size: 16px;
    font-weight: 400;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome .account-links a {
    color: #2f3d48;
    font-size: 16px;
    font-weight: 400;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome .account-links-mobile {
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome .account-links-mobile img {
    height: 20px;
    width: 20px;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome .account-links-mobile span {
    color: #2f3d48;
    font-size: 16px;
    font-weight: 400;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome .customer-menu {
    position: relative;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #ae2235;
    margin-top: 4px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    min-width: 175px;
    display: inline-block;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome ul:before {
    right: 10px;
    top: -12px;
    border: 6px solid;
    border-color: transparent transparent #ae2235 transparent;
    z-index: 99;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome ul:after {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    right: 9px;
    top: -14px;
    border: 7px solid;
    border-color: transparent transparent #ae2235 transparent;
    z-index: 98;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome ul li {
    margin: 0;
    padding: 0;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome ul li a {
    border: 0;
  }
}
@media (max-width: 1024px) and (max-width: 540px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome .customer-name {
    flex-direction: column;
  }
}
@media (max-width: 1024px) and (max-width: 540px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome .customer-name .logged-in-mobile {
    width: 100%;
    display: inline-block;
    left: 0;
    top: 50px;
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 1024px) and (max-width: 540px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome .account-links-mobile {
    justify-content: flex-end;
  }
}
@media (max-width: 500px) {
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome .account-links {
    margin-left: 0;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome .customer-name {
    flex-direction: column;
  }
  .page-header .header .goliath-menu .nav-sections .mobile-menu-bottom-block .welcome .account-links-mobile {
    margin-left: 0;
  }
}
@media (max-width: 1025px) and (min-width: 769px) {
  .custom-search-modal .modal-inner-wrap {
    margin-top: 88px;
  }
}
.page-header .header .goliath-menu .navigation ul li {
  padding: 0px 10px;
}
@media (max-width: 1620px) {
  .page-header .header .goliath-menu .navigation ul li a {
    padding: 0 2px;
  }
}
@media (max-width: 1480px) {
  .page-header .header .goliath-menu .navigation ul li a {
    font-size: 14px;
    line-height: 17.5px;
  }
}
@media (max-width: 1480px) {
  .page-header .header.content {
    padding: 0 20px;
  }
}
.page-header .main-section-header-child .goliath-menu-section .goliath-minicart .showcart .counter {
  left: 52%;
}
@media (max-width: 1480px) {
  .page-header .panel.header {
    padding: 0 20px;
  }
}
.page-header .panel.header .switcher-language .switcher-trigger .view-marine_en:before {
  background-image: url(../images/flagen.png);
}
.page-header .panel.header .switcher-language .switcher-trigger .view-marine_es:before {
  background-image: url(../images/flages.png);
}
.page-header .panel.header .switcher-language .switcher-trigger .view-marine_fr:before {
  background-image: url(../images/flagfr.png);
}
.page-header .panel.header .switcher-language .switcher-trigger .view-marine_it:before {
  background-image: url(../images/flagit.png);
}
.page-header .panel.header .switcher-language .switcher-trigger .view-marine_de:before {
  background-image: url(../images/flagde.png);
}
.page-header .panel.header .switcher-language .switcher-dropdown .switcher-option.view-marine_en a:before {
  background-image: url(../images/flagen.png);
}
.page-header .panel.header .switcher-language .switcher-dropdown .switcher-option.view-marine_es a:before {
  background-image: url(../images/flages.png);
}
.page-header .panel.header .switcher-language .switcher-dropdown .switcher-option.view-marine_de a:before {
  background-image: url(../images/flagde.png);
}
.page-header .panel.header .switcher-language .switcher-dropdown .switcher-option.view-marine_it a:before {
  background-image: url(../images/flagit.png);
}
.page-header .panel.header .switcher-language .switcher-dropdown .switcher-option.view-marine_fr a:before {
  background-image: url(../images/flagfr.png);
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .switcher-language .switcher-trigger .view-marine_fr:before {
    background-image: url(../images/flagfr.png);
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .switcher-language .switcher-trigger .view-marine_en:before {
    background-image: url(../images/flagen.png);
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .switcher-language .switcher-trigger.view-marine_es:before {
    background-image: url(../images/flages.png);
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .switcher-language .switcher-trigger.view-marine_it:before {
    background-image: url(../images/flagit.png);
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .switcher-language .switcher-trigger.view-marine_de:before {
    background-image: url(../images/flagde.png);
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .switcher-language .switcher-dropdown .view-marine_en:before {
    background-image: url(../images/flagen.png);
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .switcher-language .switcher-dropdown .view-marine_es:before {
    background-image: url(../images/flages.png);
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .switcher-language .switcher-dropdown .view-marine_it:before {
    background-image: url(../images/flagit.png);
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .switcher-language .switcher-dropdown .view-marine_fr:before {
    background-image: url(../images/flagfr.png);
  }
}
@media (max-width: 1024px) {
  .page-header .goliath-menu .nav-sections .switcher-language .switcher-dropdown .view-marine_de:before {
    background-image: url(../images/flagde.png);
  }
}
html[lang="en"] .page-header .header .goliath-menu .navigation ul li a {
  font-size: 16px !important;
}
@media (min-width: 1025px) and (max-width: 1500px) {
  html[lang="en"] .page-header .header .goliath-menu .navigation ul li a {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1480px) {
  html[lang="en"] .page-header .header .goliath-menu .navigation ul li a {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1350px) {
  html[lang="en"] .page-header .header .goliath-menu .navigation ul li a {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1299px) {
  html[lang="en"] .page-header .header .goliath-menu .navigation ul li a {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1090px) {
  html[lang="en"] .page-header .header .goliath-menu .navigation ul li a {
    font-size: 11px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1030px) {
  html[lang="en"] .page-header .header .goliath-menu .navigation ul li a {
    font-size: 10px !important;
  }
}
.page-main {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 1280px) {
  .page-main {
    padding: 0;
  }
}
.hero-banner-section {
  padding: 0;
}
.hero-banner-section.marine .hero-banner-img:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 15%;
  z-index: 1;
}
.hero-banner-section .hero-banner-content {
  position: relative;
}
.hero-banner-section .hero-banner-content .hero-banner-img {
  position: relative;
  padding-top: 39%;
}
.hero-banner-section .hero-banner-content .hero-banner-img:after {
  content: '';
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
}
@media (max-width: 1280px) {
  .hero-banner-section .hero-banner-content .hero-banner-img {
    padding-top: 42%;
  }
}
@media (max-width: 768px) {
  .hero-banner-section .hero-banner-content .hero-banner-img {
    padding-top: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .hero-banner-section .hero-banner-content .hero-banner-img {
    padding-top: calc(141% - 100px);
  }
}
.hero-banner-section .hero-banner-content .hero-banner-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-banner-section .hero-banner-content .hero-banner-video {
  position: relative;
  padding-top: 39%;
}
@media (max-width: 1280px) {
  .hero-banner-section .hero-banner-content .hero-banner-video {
    padding-top: 42%;
  }
}
@media (max-width: 768px) {
  .hero-banner-section .hero-banner-content .hero-banner-video {
    padding-top: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .hero-banner-section .hero-banner-content .hero-banner-video {
    padding-top: calc(141% - 100px);
  }
}
.hero-banner-section .hero-banner-content .hero-banner-video video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-banner-section .hero-banner-content .hero-banner-slider {
  position: relative;
}
@media (min-width: 769px) {
  .hero-banner-section .hero-banner-content .hero-banner-slider .mobile-only {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero-banner-section .hero-banner-content .hero-banner-slider .desktop-only {
    display: none;
  }
}
.hero-banner-section .hero-banner-content .hero-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: 1800px;
  padding: 0 60px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1280px) {
  .hero-banner-section .hero-banner-content .hero-banner-content {
    padding: 0 20px;
  }
}
.hero-banner-section .hero-banner-content .hero-banner-content .h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 68.26px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #ffffff;
  margin: 0 0 20px 0;
  max-width: 608px;
  text-transform: none;
}
@media (max-width: 991px) {
  .hero-banner-section .hero-banner-content .hero-banner-content .h2 {
    font-size: 45px;
    line-height: 54.26px;
    letter-spacing: 0.02em;
    max-width: 517px;
  }
}
@media (max-width: 768px) {
  .hero-banner-section .hero-banner-content .hero-banner-content .h2 {
    font-size: 36px;
    line-height: 43px;
    margin: 0 0 17px 0;
  }
}
.hero-banner-section .hero-banner-content .hero-banner-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 24px;
  width: 100%;
  max-width: 631px;
  display: block;
}
@media (max-width: 991px) {
  .hero-banner-section .hero-banner-content .hero-banner-content p {
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .hero-banner-section .hero-banner-content .hero-banner-content p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 27px;
  }
}
.home-products-section {
  padding: 103px 0 102px;
}
@media (max-width: 768px) {
  .home-products-section {
    padding: 50px 0 47px;
  }
}
.home-products-section .container {
  max-width: 1800px;
  padding: 0 60px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .home-products-section .container {
    padding: 0 20px;
  }
}
.home-products-section .h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58.51px;
  color: #2f3d48;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home-products-section .h3 {
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 23px;
  }
}
.home-products-section .sub-title {
  max-width: 1275px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: center;
  color: #000000;
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .home-products-section .sub-title {
    text-align: left;
  }
}
.home-products-section .products-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
  row-gap: 32px;
}
@media (max-width: 768px) {
  .home-products-section .products-listing {
    margin: 0;
    row-gap: 0;
  }
}
.home-products-section .products-listing.multi-column .product-block {
  width: 33.33333%;
}
@media (max-width: 991px) {
  .home-products-section .products-listing.multi-column .product-block {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .home-products-section .products-listing.multi-column .product-block {
    width: 100%;
  }
}
.home-products-section .products-listing .product-block {
  width: 50%;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .home-products-section .products-listing .product-block {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .home-products-section .products-listing .product-block:last-child {
    margin-bottom: 0px;
  }
}
.home-products-section .products-listing .product-block .product-img {
  position: relative;
  padding-top: 78.59%;
}
.home-products-section .products-listing .product-block .product-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.home-products-section .products-listing .product-block .product-detail {
  background-color: #e9e9e9;
  padding: 28px 40px 40px;
  border-radius: 0px 0px 12px 12px;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .home-products-section .products-listing .product-block .product-detail {
    padding: 28px 20px 40px;
  }
}
@media (max-width: 768px) {
  .home-products-section .products-listing .product-block .product-detail {
    padding: 24px 20px 30px;
  }
}
.home-products-section .products-listing .product-block .product-detail .h4 {
  font-size: 36px;
  font-weight: 700;
  line-height: 43.88px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #2f3d48;
  margin: 0;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .home-products-section .products-listing .product-block .product-detail .h4 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 9px;
  }
}
.home-products-section .products-listing .product-block .product-detail p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #2f3d48;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home-products-section .products-listing .product-block .product-detail p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 380px) {
  .home-products-section .products-listing .product-block .product-detail .btn-red {
    font-size: 13px;
    line-height: 15px;
    padding: 11px 8px;
  }
}
.popular-products {
  margin-top: -14px;
  padding-bottom: 76px;
}
@media (max-width: 768px) {
  .popular-products {
    margin-top: 0;
    padding-bottom: 40px;
  }
}
.popular-products .container {
  max-width: 1800px;
  padding: 0 60px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .popular-products .container {
    padding: 0 20px;
  }
}
.popular-products .title {
  text-align: center;
}
.popular-products .title .h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58.51px;
  text-align: center;
  color: #2f3d48;
  margin: 0 0 49px 0;
  text-transform: none;
}
@media (max-width: 768px) {
  .popular-products .title .h3 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 30px 0;
  }
}
.popular-products .popular-product-listing {
  display: flex;
  flex-wrap: wrap;
}
.popular-products .popular-product-listing .product-block {
  padding: 0 10px;
}
.popular-products .popular-product-listing .product-block .product-img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  padding-top: 74.6%;
  margin-bottom: 22px;
}
.popular-products .popular-product-listing .product-block .product-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.popular-products .popular-product-listing .product-block .link:hover {
  text-decoration: none;
}
.popular-products .popular-product-listing .product-block .product-title {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.popular-products .popular-product-listing .product-block .product-title span {
  font-size: 24px;
  font-weight: 400;
  line-height: 29.26px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #000000;
}
.popular-products .popular-product-listing .product-block .product-title span:hover {
  color: #ae2235;
  text-decoration: none;
}
.popular-products .popular-product-listing .slick-list {
  width: 100%;
  max-width: 1446px;
  margin: 0 auto;
}
.popular-products .popular-product-listing .slick-arrow {
  background: transparent;
  height: 50px;
  width: 25px;
}
.popular-products .popular-product-listing .slick-prev {
  left: 0;
  top: 46%;
}
.popular-products .popular-product-listing .slick-prev:before {
  content: "";
  padding-right: 0;
  height: 50px;
  width: 25px;
  display: block;
  background-image: url(../images/slick-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0px;
  rotate: 180deg;
}
.popular-products .popular-product-listing .slick-next {
  right: 0;
  top: 46%;
}
.popular-products .popular-product-listing .slick-next:before {
  content: "";
  padding-left: 0;
  height: 50px;
  width: 25px;
  display: block;
  background-image: url(../images/slick-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0px;
}
.popular-products .popular-product-listing:not(.slick-slider) .product-block {
  display: none;
}
.popular-products .popular-product-listing:not(.slick-slider) .product-block:nth-child(-n+4) {
  display: block;
  width: 25%;
}
.fifty-fifty-section {
  padding-bottom: 109px;
}
@media (max-width: 768px) {
  .fifty-fifty-section {
    padding-bottom: 45px;
  }
}
.fifty-fifty-section .container {
  padding: 0;
}
.fifty-fifty-section .fifty-fifty-block {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  align-items: stretch;
  justify-content: flex-end;
}
.fifty-fifty-section .fifty-fifty-block .fifty-fifty-content {
  width: 50%;
  padding-right: 20px;
  max-width: 870px;
  align-self: center;
  padding-left: 30px;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .fifty-fifty-section .fifty-fifty-block .fifty-fifty-content {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
    padding: 0 20px;
  }
}
.fifty-fifty-section .fifty-fifty-block .fifty-fifty-content * {
  max-width: 660px;
}
@media (max-width: 991px) {
  .fifty-fifty-section .fifty-fifty-block .fifty-fifty-content * {
    max-width: 100%;
  }
}
.fifty-fifty-section .fifty-fifty-block .fifty-fifty-content .h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58.51px;
  text-align: left;
  color: #2f3d48;
  margin: 0 0 20px 0;
  text-transform: none;
}
@media (max-width: 768px) {
  .fifty-fifty-section .fifty-fifty-block .fifty-fifty-content .h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.fifty-fifty-section .fifty-fifty-block .fifty-fifty-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .fifty-fifty-section .fifty-fifty-block .fifty-fifty-content p {
    font-size: 15px;
  }
}
.fifty-fifty-section .fifty-fifty-block .fifty-fifty-content .links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.fifty-fifty-section .fifty-fifty-block .fifty-fifty-content .links .btn-white {
  text-transform: none;
}
@media (max-width: 768px) {
  .fifty-fifty-section .fifty-fifty-block .fifty-fifty-content .links .btn-white {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.fifty-fifty-section .fifty-fifty-block .fifty-fifty-image {
  width: 50%;
}
.fifty-fifty-section .fifty-fifty-block .fifty-fifty-image .image-ratio {
  position: relative;
  height: 100%;
  padding-top: 57.3%;
}
.fifty-fifty-section .fifty-fifty-block .fifty-fifty-image .image-ratio picture {
  position: absolute;
  display: block;
  font-size: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.fifty-fifty-section .fifty-fifty-block .fifty-fifty-image .image-ratio picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .fifty-fifty-section .fifty-fifty-block .fifty-fifty-image {
    width: 100%;
    margin-bottom: 25px;
  }
}
.fifty-fifty-section .fifty-fifty-block .fifty-fifty-image picture {
  position: relative;
  display: block;
  font-size: 0;
}
.custom-trailer-section {
  position: relative;
  margin-bottom: 85px;
}
@media (max-width: 768px) {
  .custom-trailer-section.marine {
    margin-bottom: 52px;
  }
}
.custom-trailer-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #313E46;
  z-index: 1;
  opacity: 75%;
}
.custom-trailer-section .container {
  padding: 77px 60px 78px 60px;
  max-width: 1740px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 1280px) {
  .custom-trailer-section .container {
    padding: 77px 20px 78px 20px;
  }
}
@media (max-width: 768px) {
  .custom-trailer-section .container {
    padding: 25px 25px 63px 34px;
  }
}
.custom-trailer-section .custom-trailer-bg picture {
  display: block;
  font-size: 0;
}
.custom-trailer-section .custom-trailer-bg picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.custom-trailer-section .custom-trailer-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1240px) {
  .custom-trailer-section .custom-trailer-block {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .custom-trailer-section .custom-trailer-block {
    justify-content: left;
  }
}
.custom-trailer-section .custom-trailer-block .content {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 1240px) {
  .custom-trailer-section .custom-trailer-block .content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 52px;
  }
}
.custom-trailer-section .custom-trailer-block .content .h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58.51px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #ffffff;
  max-width: 769px;
  margin: 0 0 13px 0;
  text-transform: none;
}
@media (max-width: 768px) {
  .custom-trailer-section .custom-trailer-block .content .h3 {
    font-size: 30px;
    line-height: 36.57px;
    margin: 0 0 17px 0;
  }
}
.custom-trailer-section .custom-trailer-block .content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .custom-trailer-section .custom-trailer-block .content p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 22px;
  }
}
.custom-trailer-section .custom-trailer-block .advantages {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  max-width: 681px;
}
@media (max-width: 1240px) {
  .custom-trailer-section .custom-trailer-block .advantages {
    width: 100%;
    max-width: 730px;
  }
}
@media (max-width: 768px) {
  .custom-trailer-section .custom-trailer-block .advantages {
    max-width: 500px;
  }
}
.custom-trailer-section .custom-trailer-block .advantages .advantage-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 185px;
}
@media (max-width: 768px) {
  .custom-trailer-section .custom-trailer-block .advantages .advantage-block:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .custom-trailer-section .custom-trailer-block .advantages .advantage-block {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-left: 121px;
    min-height: 80px;
    margin-bottom: 30px;
    justify-content: center;
  }
}
@media (max-width: 420px) {
  .custom-trailer-section .custom-trailer-block .advantages .advantage-block {
    padding-left: 100px;
  }
}
.custom-trailer-section .custom-trailer-block .advantages .advantage-block .advantage-image {
  width: 120px;
  height: 120px;
  background: #05A496;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .custom-trailer-section .custom-trailer-block .advantages .advantage-block .advantage-image {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    padding: 15px;
  }
}
.custom-trailer-section .custom-trailer-block .advantages .advantage-block .advantage-counter {
  font-size: 32px;
  font-weight: 700;
  line-height: 39.01px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .custom-trailer-section .custom-trailer-block .advantages .advantage-block .advantage-counter {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 1px;
  }
}
.custom-trailer-section .custom-trailer-block .advantages .advantage-block .advantage-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24.38px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .custom-trailer-section .custom-trailer-block .advantages .advantage-block .advantage-title {
    font-size: 16px;
    line-height: 19.5px;
  }
}
.goliath-blog .container {
  max-width: 1800px;
  padding: 0 60px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .goliath-blog .container {
    padding: 0 20px;
  }
}
.davits-bundle-products .price-notice {
  display: none;
}
.davits-bundle-products.page-product-bundle .bundle-options-container .block-bundle-summary {
  width: 100%;
}
.davits-bundle-products.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-product-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 5px;
}
.davits-bundle-products.page-product-bundle .bundle-options-container .block-bundle-summary .priceconfigured {
  margin-top: 0;
}
.davits-bundle-products.page-product-bundle .bundle-options-container .block-bundle-summary .price-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.davits-bundle-products.page-product-bundle .bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 0;
}
.davits-bundle-products.page-product-bundle .bundle-options-container .block-bundle-summary .public-price-container-1 {
  width: 100%;
  padding-bottom: 20px;
}
.davits-bundle-products.page-product-bundle .bundle-options-container .bundle-public-price-container {
  width: 100%;
  padding-bottom: 20px;
}
.davits-bundle-products.catalog-product-view .goliath-product-details .goliath-product-info .price-container.davit-price-container {
  flex-wrap: unset;
}
.catalog-product-view .column.main {
  display: block;
}
.catalog-product-view .goliath-product-details {
  max-width: 1712px;
  margin: 0 auto;
  padding: 0 60px;
  margin-top: 51px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 102px;
}
@media (max-width: 1480px) {
  .catalog-product-view .goliath-product-details {
    padding: 0 20px 102px;
  }
}
@media (max-width: 991px) {
  .catalog-product-view .goliath-product-details {
    row-gap: 46px;
    margin-top: 37px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details {
    padding-bottom: 45px;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info {
  width: 50%;
  order: 2;
}
@media (min-width: 991px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-info-main {
    position: sticky;
    top: 15px;
    display: block;
  }
}
@media (max-width: 991px) {
  .catalog-product-view .goliath-product-details .goliath-product-info {
    width: 100%;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product .page-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 43.88px;
  text-align: left;
  color: #2f3d48;
  margin-bottom: 0;
  text-transform: none;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product .page-title {
    font-size: 24px;
    line-height: 29.26px;
    margin-bottom: 5px;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product.sku {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #2f3d48;
  margin-bottom: 22px;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product.sku .type:after {
  content: none;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product.sku {
    margin-bottom: 27px;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .price-container .davit-price-wrapper {
  display: flex;
}
@media (max-width: 567px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .price-container.davit-price-container {
    flex-wrap: wrap;
  }
  .catalog-product-view .goliath-product-details .goliath-product-info .price-container.davit-price-container .vat-lbl {
    width: 100%;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .price-box {
  padding-bottom: 0;
}
.catalog-product-view .goliath-product-details .goliath-product-info .price-box .price-label {
  display: none;
}
.catalog-product-view .goliath-product-details .goliath-product-info .price-box .price-label.davit-price-label {
  display: flex !important;
  font-size: 17px;
  padding-right: 10px;
  text-transform: capitalize;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-info-price {
  margin-bottom: 0;
  border-bottom: none;
  margin-bottom: 31px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-info-price {
    margin-bottom: 27px;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-info-price .price-container {
  display: flex;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #2f3d48;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-info-price .price-container {
    font-size: 18px;
    line-height: 30px;
    margin-right: 0;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-info-price .price-container .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-info-price .price-container .price {
    font-size: 18px;
    line-height: 30px;
    margin-right: 8px;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-info-price .price-container span {
  margin-bottom: 0;
  text-transform: uppercase;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-info-price .product-info-stock-sku {
  padding-bottom: 0;
  padding-left: 0;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-info-price .product-info-stock-sku .stock {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #2f3d48;
  text-transform: math-auto;
  position: relative;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-info-price .product-info-stock-sku .stock:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 100%;
  background-color: #05a496;
  top: 10px;
  left: -16px;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-info-price .product-info-stock-sku.unavailable {
  background-color: #ae2235;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #2f3d48;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-description {
    font-size: 15px;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-description p {
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-description p {
    margin-bottom: 16px;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-description p:empty {
  display: none;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-description ul {
  margin-bottom: 0;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-description ul {
    padding-left: 15px;
    margin-bottom: 21px;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-description ul li::marker {
  font-size: 9px;
  line-height: normal;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-description ul li {
    margin-bottom: 2px;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-description + a {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #ae2235;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-description + a {
    font-size: 15px;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .info-hr {
  margin: 0;
  margin-bottom: 15px;
  border-top: 1px solid #dfdfdf;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-add-form {
  padding: 36px 0;
  border-bottom: 1px solid #dfdfdf;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-add-form {
    padding: 28px 0 18px 0;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-add-form .box-tocart {
  margin: 0;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-add-form .box-tocart {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-add-form .box-tocart .action.tocart {
    width: 100%;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-add-form .box-tocart .field.qty {
  display: flex;
  gap: 13px;
  margin-bottom: 0;
  align-items: center;
  margin-top: 6px;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-add-form .box-tocart .field.qty .label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  color: #000000;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-add-form .box-tocart .field.qty .control .qty {
  padding: 10px 11px 10px 16px;
  min-width: 58px;
  height: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.29px;
  color: #666666;
  text-align: left;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-add-form .box-tocart .fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-add-form .box-tocart .fieldset {
    gap: 19px;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-add-form .box-tocart .addtocart-custom-solution {
  width: calc(100% - 140px);
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-add-form .box-tocart .addtocart-custom-solution .action.tocart {
  width: 100%;
  margin: 0;
  max-width: 257px;
  padding: 14px 18px 15px 18px;
  text-align: center;
  margin-bottom: 9px;
  text-transform: none;
  margin-right: 15px;
}
@media (max-width: 460px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-add-form .box-tocart .addtocart-custom-solution .action.tocart {
    max-width: 100%;
    margin-bottom: 11px;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-add-form .box-tocart .addtocart-custom-solution .action.btn-white {
  width: 100%;
  margin: 0;
  max-width: 257px;
  padding: 14px 18px 15px 18px;
  text-align: center;
  margin-bottom: 9px;
  text-transform: none;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-add-form .box-tocart .addtocart-custom-solution .action.btn-white:active {
  color: #ae2235;
  border: 2px solid #ae2235;
  background-color: #ffffff;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-add-form .box-tocart .addtocart-custom-solution .action.btn-white:focus {
  color: #ae2235;
  border: 2px solid #ae2235;
  background-color: #ffffff;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-add-form .box-tocart .addtocart-custom-solution .apple-pay {
  margin-top: 0;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-add-form .box-tocart .addtocart-custom-solution .product-custom-solution p {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-add-form .box-tocart .addtocart-custom-solution .product-custom-solution a {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #ae2235;
  text-decoration: underline;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-description-cover {
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-description-cover {
    padding-bottom: 38px;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-material {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #dfdfdf;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-material {
    margin-bottom: 37px;
    margin-top: 29px;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-material ul {
  margin: 0;
  padding: 0;
  list-style: none;
  row-gap: 20px;
  margin: 0 -6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-material ul {
    row-gap: 33px;
    margin: 0 -2px;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-material picture {
  display: block;
  width: 41px;
  height: 50px;
  margin-bottom: 5px;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-material li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 0;
  max-width: 114px;
  flex-direction: column;
  align-items: center;
  min-width: 107px;
  padding: 0px 6px;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-material li {
    width: 100%;
    min-width: auto;
    max-width: 33.33333%;
    padding: 0 2px;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-material li p {
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #2A2A2A;
  padding-top: 10px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-social-links {
  margin-bottom: 0;
  padding-top: 13px;
  text-align: left;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .goliath-product-info .product-social-links {
    padding-top: 24px;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-social-links .towishlist {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  text-decoration: underline;
  color: #2f3d48;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-social-links .towishlist:before {
  content: "";
  height: 16px;
  width: 16px;
  background-size: cover;
  background-image: url(../images/wishlist.png);
}
.catalog-product-view .goliath-product-details .goliath-product-media {
  width: 50%;
  margin-bottom: 0;
  padding-right: 25px;
  position: relative;
}
@media (min-width: 991px) {
  .catalog-product-view .goliath-product-details .goliath-product-media .product.media {
    position: sticky;
    top: 25px;
    display: block;
  }
}
@media (max-width: 991px) {
  .catalog-product-view .goliath-product-details .goliath-product-media {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .catalog-product-view .goliath-product-details .goliath-product-media {
    max-width: 768px;
    margin: 0 auto;
  }
}
.catalog-product-view .goliath-product-details .gallery-placeholder {
  max-width: 752px;
}
@media (max-width: 991px) {
  .catalog-product-view .goliath-product-details .gallery-placeholder {
    max-width: 100%;
  }
}
.catalog-product-view .goliath-product-details .gallery-placeholder .fotorama-item .fotorama__stage {
  margin-bottom: 20px;
  border: 1px solid #dfdfdf;
}
@media (max-width: 768px) {
  .catalog-product-view .goliath-product-details .gallery-placeholder .fotorama-item .fotorama__stage {
    margin: 0 auto;
  }
}
.catalog-product-view .goliath-product-details .gallery-placeholder .fotorama-item .fotorama__nav--thumbs .fotorama__nav__frame {
  padding-right: 20px;
}
.catalog-product-view .goliath-product-details .gallery-placeholder .fotorama-item .fotorama__nav-wrap .fotorama__thumb-border {
  border: 0;
  display: none;
  background-image: none;
}
.catalog-product-view .goliath-product-details .gallery-placeholder .fotorama-item .fotorama__nav-wrap .fotorama__active .fotorama__thumb {
  border: 1px solid #ae2235;
}
.catalog-product-view .goliath-product-details .gallery-placeholder .fotorama-item .fotorama__nav-wrap .fotorama__thumb {
  border: 1px solid #dfdfdf;
  background: #ffffff;
  cursor: pointer;
}
.catalog-product-view .goliath-product-details .gallery-placeholder .fotorama-item .fotorama__nav--dots {
  margin-top: 25px;
}
.catalog-product-view .goliath-product-details .gallery-placeholder .fotorama-item .fotorama__nav--dots .fotorama__nav__frame {
  height: 10px;
  width: 15px;
}
.catalog-product-view .goliath-product-details .gallery-placeholder .fotorama-item .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot {
  border: 0;
  top: 0;
  left: 0;
  height: 10px;
  width: 10px;
  background: #D9D9D9;
}
.catalog-product-view .goliath-product-details .gallery-placeholder .fotorama-item .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot {
  background: #000000;
}
.catalog-product-view .product.detailed {
  padding: 69px 0 94px;
  background-color: #e3eaed;
  margin-bottom: 0;
}
@media (max-width: 1480px) {
  .catalog-product-view .product.detailed {
    padding: 35px 0 45px;
  }
}
.catalog-product-view .product.detailed .product:before {
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #2f3d48;
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  .catalog-product-view .product.detailed .product:before {
    font-size: 24px;
    margin-bottom: 29px;
    display: block;
  }
}
.catalog-product-view .product.detailed .product.items {
  max-width: 1712px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1480px) {
  .catalog-product-view .product.detailed .product.items {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .product.detailed .product.items {
    border-bottom: 0;
  }
}
.catalog-product-view .product.detailed .product.items .title {
  margin: 0;
}
@media (max-width: 1024px) {
  .catalog-product-view .product.detailed .product.items .title {
    margin-bottom: 15px;
    width: 100%;
  }
}
.catalog-product-view .product.detailed .product.items .title .switch {
  height: auto;
  border: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  background-color: #e3eaed;
  padding: 0 31px;
  text-transform: none;
}
.catalog-product-view .product.detailed .product.items .title .switch:focus {
  background-color: #e3eaed;
}
@media (max-width: 1360px) {
  .catalog-product-view .product.detailed .product.items .title .switch {
    font-size: 18px;
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .catalog-product-view .product.detailed .product.items .title .switch {
    font-size: 18px;
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #888888;
  }
}
.catalog-product-view .product.detailed .product.items .title .switch:hover {
  background-color: #e3eaed;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .catalog-product-view .product.detailed .product.items .title .switch:hover {
    padding-bottom: 10px;
  }
}
.catalog-product-view .product.detailed .product.items .title .switch:after {
  content: "\002B";
  right: 0px;
  top: 0px;
  font-size: 36px;
  line-height: 0.6;
  font-weight: 900;
  height: 27px;
  width: 27px;
  color: #2f3d48;
  display: none;
}
@media (min-width: 768px) {
  .catalog-product-view .product.detailed .product.items .title .switch:after {
    display: block;
  }
}
@media (max-width: 1024px) {
  .catalog-product-view .product.detailed .product.items .title .switch:after {
    display: block;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .product.detailed .product.items .title .switch:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .product.detailed .product.items .title.active {
    margin-bottom: 0;
  }
}
.catalog-product-view .product.detailed .product.items .title.active .switch {
  border-bottom: 2px solid #ae2235;
  padding-bottom: 7px;
  color: #ae2235;
  font-weight: 600;
  background-color: #e3eaed;
}
.catalog-product-view .product.detailed .product.items .title.active .switch:focus {
  background-color: #e3eaed;
}
@media (max-width: 768px) {
  .catalog-product-view .product.detailed .product.items .title.active .switch {
    padding-bottom: 15px;
  }
}
.catalog-product-view .product.detailed .product.items .title.active .switch:after {
  content: "\002D";
  right: 0px;
  top: 0px;
  font-size: 36px;
  line-height: 0.6;
  font-weight: 900;
  height: 27px;
  width: 27px;
  color: #ae2235;
}
.catalog-product-view .product.detailed .product.items .content {
  margin-top: 38px;
  background-color: #e3eaed;
  border: 0;
  padding: 37px 0 0 0;
  border-top: 1px solid #888888;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .catalog-product-view .product.detailed .product.items .content {
    margin-top: 0;
    padding: 25px 0 0 0;
    border: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .product.detailed .product.items .content {
    width: 100%;
  }
}
.catalog-product-view .product.detailed .product.items .content pre {
  display: none;
}
@media (max-width: 640px) {
  .catalog-product-view .product.detailed .product.items .content ul {
    padding-left: 20px;
  }
}
.catalog-product-view .product.detailed .product.items .content ul .value {
  word-break: break-all;
}
.catalog-product-view .product.detailed .product.items .content ul .label {
  word-break: break-all;
}
.catalog-product-view .product.detailed .product.items .content .button-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.catalog-product-view .product.detailed .product.items .content .product-display {
  width: 100%;
  max-width: 26.885%;
  position: sticky;
  top: 20px;
  height: fit-content;
}
@media (max-width: 768px) {
  .catalog-product-view .product.detailed .product.items .content .product-display {
    display: none;
  }
}
.catalog-product-view .product.detailed .product.items .content .product-display picture {
  display: block;
  max-width: 428px;
  position: relative;
  padding-top: 100%;
  background: #ffffff;
}
.catalog-product-view .product.detailed .product.items .content .product-display picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.catalog-product-view .product.detailed .product.items .content .product-display .h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29.26px;
  text-align: left;
  color: #2f3d48;
  margin: 27px 0 20px;
  text-transform: none;
}
.catalog-product-view .product.detailed .product.items .content .product-display .btn-red {
  padding: 15px 30px 16px 30px;
  cursor: pointer;
}
.catalog-product-view .product.detailed .product.items .content .product-details {
  width: 100%;
  max-width: 73.115%;
  padding-left: 52px;
}
@media (max-width: 768px) {
  .catalog-product-view .product.detailed .product.items .content .product-details {
    max-width: 100%;
    padding-left: 0;
  }
}
.catalog-product-view .product.detailed .product.items .content .product-details .h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin: 0 0 26px 0;
  color: #2f3d48;
}
@media (max-width: 768px) {
  .catalog-product-view .product.detailed .product.items .content .product-details .h5 {
    margin: 0 0 9px 0;
  }
}
.catalog-product-view .product.detailed .product.items .content .product-details p:empty {
  display: none;
}
.catalog-product-view .product.detailed .product.items .content .product-details p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #2f3d48;
}
@media (max-width: 768px) {
  .catalog-product-view .product.detailed .product.items .content .product-details p {
    font-size: 15px;
  }
}
.catalog-product-view .product.detailed .product.items .content .product-details p:has(iframe) {
  display: block;
  position: relative;
  padding-top: 56.25%;
  max-width: 800px;
}
.catalog-product-view .product.detailed .product.items .content .product-details p:has(iframe) iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.catalog-product-view .product.detailed .product.items .content .product-details img {
  vertical-align: middle;
}
.catalog-product-view .product.detailed .product.items .content .product-details ul {
  padding-left: 15px;
}
.catalog-product-view .product.detailed .product.items .content .product-details ul li {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #2f3d48;
}
.catalog-product-view .product.detailed .product.items .content .product-details ul li::marker {
  font-size: 9px;
  line-height: normal;
}
@media (max-width: 768px) {
  .catalog-product-view .product.detailed .product.items .content .product-details ul li {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .catalog-product-view .product.detailed .product.items .content .product-details ul:last-child {
    margin-bottom: 0;
  }
}
.catalog-product-view .product.detailed .product.items .content .product-details a:visited {
  color: #ae2235;
}
.catalog-product-view .product.detailed .product.items .content .product-details .downloads br {
  display: none;
}
.catalog-product-view .product.detailed .product.items .content .product-details .downloads p {
  line-height: 50px;
  padding-left: 36px;
  position: relative;
  margin: 0;
  display: block;
}
@media (max-width: 768px) {
  .catalog-product-view .product.detailed .product.items .content .product-details .downloads p {
    font-size: 15px;
  }
}
.catalog-product-view .product.detailed .product.items .content .product-details .downloads p a {
  color: #ae2235;
  text-decoration: underline;
  position: relative;
}
.catalog-product-view .product.detailed .product.items .content .product-details .downloads p a:before {
  content: '';
  position: absolute;
  top: -9px;
  left: -40px;
  height: 32px;
  width: 32px;
  background-size: cover;
  background-image: url(../images/pdf-icon.png);
}
.catalog-product-view .product.detailed .product.items .content .product-details .downloads p a:hover {
  text-decoration: none;
}
.catalog-product-view .custom-solution {
  padding: 48px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 50% center;
  position: relative;
  background-color: #2f3d48;
}
@media (max-width: 768px) {
  .catalog-product-view .custom-solution {
    padding: 42px 0;
    background-position: left 3.2% center;
  }
}
.catalog-product-view .custom-solution .container {
  max-width: 1712px;
  margin: 0 auto;
  padding: 0 60px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .catalog-product-view .custom-solution .container {
    padding: 0 20px;
  }
}
.catalog-product-view .custom-solution .container .main-row {
  padding-left: 86px;
  max-width: 699px;
}
@media (max-width: 1024px) {
  .catalog-product-view .custom-solution .container .main-row {
    padding-left: 0;
  }
}
.catalog-product-view .custom-solution .container .main-row .h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 43.88px;
  text-align: left;
  color: #ffffff;
  margin: 0 0 26px 0;
}
@media (max-width: 768px) {
  .catalog-product-view .custom-solution .container .main-row .h3 {
    font-size: 30px;
    line-height: 36.57px;
    margin: 0 0 13px 0;
  }
}
.catalog-product-view .custom-solution .container .main-row p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
  margin: 0 0 26px 0;
}
@media (max-width: 768px) {
  .catalog-product-view .custom-solution .container .main-row p {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 9px 0;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .custom-solution .container .main-row .btn-red {
    font-size: 14px;
    line-height: 17px;
    padding: 9.5px 28.2px;
  }
}
.catalog-product-view .block.related {
  padding: 44px 0 97px;
}
@media (max-width: 768px) {
  .catalog-product-view .block.related {
    padding: 40px 0 70px;
  }
}
.catalog-product-view .block.related .block-title {
  text-align: center;
  margin-bottom: 49px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .catalog-product-view .block.related .block-title {
    margin-bottom: 23px;
    text-align: left;
  }
}
.catalog-product-view .block.related .block-title strong {
  font-size: 48px;
  font-weight: 700;
  line-height: 58.51px;
  color: #2f3d48;
}
@media (max-width: 768px) {
  .catalog-product-view .block.related .block-title strong {
    font-size: 30px;
    line-height: 36.57px;
    text-align: left;
  }
}
.catalog-product-view .block.related .block-content {
  max-width: 1800px;
  padding: 0 60px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .catalog-product-view .block.related .block-content {
    padding: 0 20px;
  }
}
.catalog-product-view .block.related .products-grid {
  margin: 0;
}
.catalog-product-view .block.related .products-grid .product-item {
  margin-bottom: 0;
  padding: 0 31px;
}
@media (max-width: 768px) {
  .catalog-product-view .block.related .products-grid .product-item {
    padding: 0 12px;
  }
}
.catalog-product-view .block.related .products-grid .product-item .product-item-info {
  width: 100%;
}
.catalog-product-view .block.related .products-grid .product-item .product-item-info .product-item-photo {
  display: block;
  margin-bottom: 22px;
}
.catalog-product-view .block.related .products-grid .product-item .product-item-info .product-item-photo .product-image-container {
  width: 100%;
  aspect-ratio: auto;
}
.catalog-product-view .block.related .products-grid .product-item .product-item-info .product-item-photo .product-image-wrapper {
  height: 100%;
  width: 100%;
  padding-top: 85%;
}
.catalog-product-view .block.related .products-grid .product-item .product-item-info .product-item-photo .product-image-wrapper .product-image-photo {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.catalog-product-view .block.related .products-grid .product-item .product-item-info:hover {
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.catalog-product-view .block.related .products-grid .product-items {
  margin: 0;
}
.catalog-product-view .block.related .products-grid .product-items .slick-prev {
  left: -25px;
  top: 46%;
}
.catalog-product-view .block.related .products-grid .product-items .slick-prev:before {
  content: "";
  padding-right: 0;
  height: 50px;
  width: 25px;
  display: block;
  background-image: url(../images/slick-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0px;
  rotate: 180deg;
}
.catalog-product-view .block.related .products-grid .product-items .slick-next {
  right: -25px;
  top: 46%;
}
.catalog-product-view .block.related .products-grid .product-items .slick-next:before {
  content: "";
  padding-left: 0;
  height: 50px;
  width: 25px;
  display: block;
  background-image: url(../images/slick-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0px;
}
.catalog-product-view .block.related .products-grid .product-items .slick-arrow {
  background: transparent;
  height: 50px;
  width: 25px;
}
.catalog-product-view .block.related .products-grid .product-items .slick-list {
  width: 100%;
  max-width: 1446px;
  margin: 0 auto;
}
.catalog-product-view .block.related .products-grid .product-items .slick-dots {
  padding: 43px 0 0;
}
.catalog-product-view .block.related .products-grid .product-items .slick-dots li {
  margin: 0 3px;
  height: 10px;
  width: 10px;
}
.catalog-product-view .block.related .products-grid .product-items .slick-dots li.slick-active button {
  background: #000000;
}
.catalog-product-view .block.related .products-grid .product-items .slick-dots li button {
  height: 10px;
  width: 10px;
  border: 0;
  background: #D9D9D9;
}
.catalog-product-view .block.related .products-grid .product-item-details .choice {
  display: none;
}
.catalog-product-view .block.related .products-grid .product-item-details .product-item-name {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 29.26px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000000;
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  .catalog-product-view .block.related .products-grid .product-item-details .product-item-name {
    font-size: 15px;
    line-height: 18.29px;
    margin-bottom: 13px;
  }
}
.catalog-product-view .block.related .products-grid .product-item-details .product-item-name:visited {
  color: #000000;
}
.catalog-product-view .block.related .products-grid .product-item-details .price-final_price {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.26px;
  letter-spacing: 0.02em;
  color: #000000;
}
@media (max-width: 768px) {
  .catalog-product-view .block.related .products-grid .product-item-details .price-final_price {
    font-size: 15px;
    font-weight: 600;
    line-height: 18.29px;
  }
}
.catalog-product-view .block.related .products-grid .product-item-details .price-final_price .price-label {
  display: none;
}
.catalog-product-view .block.related .products-grid .product-item-details .price-final_price .price {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.26px;
  letter-spacing: 0.02em;
  color: #000000;
}
@media (max-width: 768px) {
  .catalog-product-view .block.related .products-grid .product-item-details .price-final_price .price {
    font-size: 15px;
    font-weight: 600;
    line-height: 18.29px;
  }
}
.catalog-product-view .block.related .products-grid .product-item-details .price-box {
  margin: 0;
}
.catalog-product-view .block.related .products-grid .product-item-details .product-item-actions {
  display: none;
}
.catalog-product-view .block-viewed-products-grid {
  padding: 44px 0 78px;
}
@media (max-width: 768px) {
  .catalog-product-view .block-viewed-products-grid {
    padding: 44px 0 30px;
  }
}
.catalog-product-view .block-viewed-products-grid .block-title {
  text-align: center;
  margin-bottom: 49px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .catalog-product-view .block-viewed-products-grid .block-title {
    margin-bottom: 23px;
    text-align: left;
  }
}
.catalog-product-view .block-viewed-products-grid .block-title strong {
  font-size: 48px;
  font-weight: 700;
  line-height: 58.51px;
  color: #2f3d48;
}
@media (max-width: 768px) {
  .catalog-product-view .block-viewed-products-grid .block-title strong {
    font-size: 30px;
    line-height: 36.57px;
    text-align: left;
  }
}
.catalog-product-view .block-viewed-products-grid .block-content {
  max-width: 1800px;
  padding: 0 60px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .catalog-product-view .block-viewed-products-grid .block-content {
    padding: 0 20px;
  }
}
.catalog-product-view .block-viewed-products-grid .block-content .product-items .product-item {
  margin-bottom: 0;
  padding: 0 31px;
}
@media (max-width: 768px) {
  .catalog-product-view .block-viewed-products-grid .block-content .product-items .product-item {
    padding: 0 12px;
  }
}
@media (max-width: 380px) {
  .catalog-product-view .block-viewed-products-grid .block-content .product-items .product-item {
    padding: 0 10px;
  }
}
.catalog-product-view .block-viewed-products-grid .block-content .product-items .product-item .product-item-info {
  width: 100%;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-items .product-item .product-item-info .product-item-photo {
  display: block;
  margin-bottom: 22px;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-items .product-item .product-item-info .product-item-photo .product-image-container {
  width: 100%;
  aspect-ratio: auto;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper {
  height: 100%;
  width: 100%;
  padding-top: 85%;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper .product-image-photo {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.catalog-product-view .block-viewed-products-grid .block-content .product-items .product-item .product-item-info:hover {
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .product-item-info {
  width: 100%;
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .product-item-details {
  position: relative;
  z-index: 1;
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .product-item-details .product-item-name {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 29.26px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000000;
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  .catalog-product-view .block-viewed-products-grid .products-grid .product-items .product-item-details .product-item-name {
    font-size: 15px;
    line-height: 18.29px;
    margin-bottom: 13px;
  }
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .product-item-details .product-item-name:visited {
  color: #000000;
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .product-item-details .price-label {
  display: none;
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .product-item-details .price-container {
  display: flex;
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .product-item-details .price-container span {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.26px;
  letter-spacing: 0.02em;
  color: #000000;
}
@media (max-width: 768px) {
  .catalog-product-view .block-viewed-products-grid .products-grid .product-items .product-item-details .price-container span {
    font-size: 15px;
    font-weight: 600;
    line-height: 18.29px;
  }
}
@media (max-width: 380px) {
  .catalog-product-view .block-viewed-products-grid .products-grid .product-items .product-item-details .price-container span {
    font-size: 12px;
    line-height: 16px;
  }
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .product-item-details .price-container .price {
  margin-right: 6px;
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .product-item-details .price-box {
  margin: 0;
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .slick-list {
  width: 100%;
  max-width: 1446px;
  margin: 0 auto;
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .slick-arrow {
  background: transparent;
  height: 50px;
  width: 25px;
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .slick-prev {
  left: -25px;
  top: 46%;
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .slick-prev:before {
  content: "";
  padding-right: 0;
  height: 50px;
  width: 25px;
  display: block;
  background-image: url(../images/slick-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0px;
  rotate: 180deg;
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .slick-next {
  right: -25px;
  top: 46%;
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .slick-next:before {
  content: "";
  padding-left: 0;
  height: 50px;
  width: 25px;
  display: block;
  background-image: url(../images/slick-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0px;
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .slick-dots {
  padding: 43px 0 0;
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .slick-dots li {
  margin: 0 3px;
  height: 10px;
  width: 10px;
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .slick-dots li.slick-active button {
  background: #000000;
}
.catalog-product-view .block-viewed-products-grid .products-grid .product-items .slick-dots li button {
  height: 10px;
  width: 10px;
  border: 0;
  background: #D9D9D9;
}
.catalog-product-view .bandeau-info {
  background-color: #04A496;
  padding: 30px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .catalog-product-view .bandeau-info {
    padding: 20px;
  }
}
.catalog-product-view .bandeau-info .inner {
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 768px) {
  .catalog-product-view .bandeau-info .inner {
    font-size: 15px;
  }
}
.catalog-product-view .product.configurable {
  max-width: 1712px;
  margin: 0 auto;
  padding: 0px;
  margin-bottom: 89px;
}
@media (max-width: 1480px) {
  .catalog-product-view .product.configurable {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .catalog-product-view .product.configurable {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .product.configurable {
    padding-top: 17px;
    margin-bottom: 37px;
  }
}
.catalog-product-view .product.configurable .wysiwyg-zone {
  margin-bottom: 70px;
  background-color: #f9f9f9;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product.configurable .wysiwyg-zone .wysi {
  width: 50%;
}
@media (max-width: 768px) {
  .catalog-product-view .product.configurable .wysiwyg-zone .wysi {
    width: 100%;
  }
}
.catalog-product-view .product.configurable .wysiwyg-zone .wysi h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 28px;
  color: #2f3d48;
  text-transform: none;
}
@media (max-width: 768px) {
  .catalog-product-view .product.configurable .wysiwyg-zone .wysi h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin-bottom: 26px;
    color: #2f3d48;
  }
}
.catalog-product-view .product.configurable .wysiwyg-zone .wysi p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #2f3d48;
}
@media (max-width: 768px) {
  .catalog-product-view .product.configurable .wysiwyg-zone .wysi.two {
    margin-top: 30px;
  }
}
.catalog-product-view .product.configurable .wysiwyg-zone .wysi.two pre {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 769px) {
  .catalog-product-view .product.configurable .wysiwyg-zone .wysi.two pre > picture {
    width: calc(33.33% - 5px);
  }
}
@media (min-width: 769px) {
  .catalog-product-view .product.configurable .wysiwyg-zone .wysi.two pre > picture:only-child {
    width: 100%;
  }
}
.catalog-product-view .product.configurable .heading .h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 28px;
  color: #2f3d48;
  text-transform: none;
}
@media (max-width: 768px) {
  .catalog-product-view .product.configurable .heading .h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin-bottom: 26px;
    color: #2f3d48;
  }
}
.catalog-product-view .product.configurable .table-zone {
  overflow-x: auto;
}
.catalog-product-view .product.configurable .table-zone .desktop-only {
  border-radius: 10px;
}
.catalog-product-view .product.configurable .table-zone .desktop-only th {
  padding: 20px;
  text-wrap: unset;
  font-size: 16px;
  font-weight: 700;
  line-height: 24.38px;
  text-align: left;
  color: #ffffff;
  border-left: 1px solid #ffffff;
  background: #2f3d48;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .catalog-product-view .product.configurable .table-zone .desktop-only th {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.94px;
  }
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr:nth-child(odd) {
  background: #f9f9f9;
  color: #2f3d48;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr td {
  font-size: 15px;
  font-weight: 400;
  line-height: 21.94px;
  text-align: left;
  border-bottom: 0;
  border-left: 1px solid #ffffff;
  border-top: 0;
  padding: 20px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .catalog-product-view .product.configurable .table-zone .desktop-only tbody tr td {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
  }
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr td form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr td form .action.primary {
  font-size: 13px;
  padding: 14px 10px;
  max-width: 130px;
  text-align: center;
  min-width: 130px;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr td form input {
  width: 50px;
  text-align: center;
  color: #2f3d48;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #2f3d48;
  border-radius: 5px;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr td.action {
  padding: 24px 26px;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr td .btn {
  font-size: 15px;
  font-weight: 700;
  line-height: 21.94px;
  text-align: center;
  background-color: #ae2235;
  border-radius: 10px;
  color: #ffffff;
  transition: 0.6s ease;
  display: inline-block;
  padding: 14px 20px;
  border: 2px solid #ae2235;
  cursor: pointer;
  width: 100%;
  text-wrap: nowrap;
  text-transform: none;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr td .btn:hover {
  text-decoration: none;
  color: #ae2235 !important;
  border: 2px solid #ae2235;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .catalog-product-view .product.configurable .table-zone .desktop-only tbody tr td .btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    padding: 14px 20px;
  }
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr td .btn:visited {
  color: #ffffff;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr td .price {
  font-size: 15px;
  font-weight: 700;
  line-height: 21.94px;
  text-align: left;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr td.more.td-click {
  cursor: pointer;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr td a {
  color: #ae2235;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr td a:visited {
  color: #ae2235;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr:nth-child(even) {
  background: #eeeeee;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr.configurable-info td .image {
  width: 20%;
  float: left;
  display: flex;
  justify-content: center;
  padding-right: 20px;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr.configurable-info td .image picture {
  display: block;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr.configurable-info td .infos {
  width: 80%;
  float: left;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr.configurable-info td .infos ul {
  columns: 3 2rem;
  list-style: none;
  padding-left: 0;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr.configurable-info td .infos ul li {
  margin-bottom: 15px;
  font-size: 16px;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr.configurable-info td .infos ul .label {
  font-weight: 600;
}
.catalog-product-view .product.configurable .table-zone .mobile-only {
  display: none;
}
.catalog-product-view .product.configurable.davit-table {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .catalog-product-view .product.configurable.davit-table {
    padding: 0 20px;
  }
}
.catalog-product-view .product.configurable.davit-table .table-zone {
  overflow-x: auto;
}
.configurable-wrapper .single-multi-pack-toggle {
  background-color: #2f3d48;
  border-left: 1px solid #fff;
}
.configurable-wrapper .single-multi-pack-inner {
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #BEBDBD;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.38px;
  text-align: left;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .configurable-wrapper .single-multi-pack-inner {
    font-size: 15px;
    padding: 25px 10px;
  }
}
@media (max-width: 350px) {
  .configurable-wrapper .single-multi-pack-inner {
    font-size: 13px;
  }
}
.configurable-wrapper .single-multi-pack-inner > .active {
  color: #ffffff;
}
.configurable-wrapper .single-multi-pack-inner .switch {
  margin: 0 20px;
  height: 30px;
}
@media (max-width: 767px) {
  .configurable-wrapper .single-multi-pack-inner .switch {
    width: 48px;
    height: 24px;
    margin: 0 8px;
  }
}
.configurable-wrapper .single-multi-pack-inner .switch .slider.round {
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .configurable-wrapper .single-multi-pack-inner .switch .slider.round {
    border-radius: 10px;
  }
}
.configurable-wrapper .single-multi-pack-inner .switch .slider.round:before {
  width: 20px;
  height: 20px;
  bottom: 3px;
  left: 6px;
}
@media (max-width: 767px) {
  .configurable-wrapper .single-multi-pack-inner .switch .slider.round:before {
    width: 16px;
    height: 16px;
    left: 4px;
    bottom: 2px;
  }
}
@media (max-width: 767px) {
  .configurable-wrapper .single-multi-pack-inner .switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.configurable-wrapper .packs-details-container {
  margin-bottom: 30px;
  text-align: center;
}
.configurable-wrapper .packs-details-container .pack-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #2f3d48;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .configurable-wrapper .packs-details-container .pack-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .configurable-wrapper .packs-details-container .single-title {
    font-size: 16px;
  }
}
.configurable-wrapper .packs-details-container .multi-title {
  max-width: 930px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .configurable-wrapper .packs-details-container .multi-title {
    font-size: 16px;
  }
}
.catalog-product-view .upsell {
  padding: 44px 0 97px;
}
.catalog-product-view .upsell .block-title {
  text-align: center;
  margin-bottom: 49px;
  padding: 0 20px;
}
.catalog-product-view .upsell .block-title strong {
  font-size: 48px;
  font-weight: 700;
  line-height: 58.51px;
  color: #2f3d48;
}
.catalog-product-view .upsell .block-content {
  max-width: 1800px;
  padding: 0 60px;
  margin: 0 auto;
}
.catalog-product-view .upsell .block-content .products-grid {
  margin: 0;
}
.catalog-product-view .upsell .block-content .products-grid .product-items {
  margin: 0;
}
.catalog-product-view .upsell .block-content .products-grid .product-items .slick-list {
  width: 100%;
  max-width: 1446px;
  margin: 0 auto;
}
.catalog-product-view .upsell .block-content .products-grid .product-items .slick-arrow {
  background: transparent;
  height: 50px;
  width: 25px;
}
.catalog-product-view .upsell .block-content .products-grid .product-items .slick-prev {
  left: 0;
  top: 46%;
}
.catalog-product-view .upsell .block-content .products-grid .product-items .slick-prev:before {
  content: "";
  padding-right: 0;
  height: 50px;
  width: 25px;
  display: block;
  background-image: url(../images/slick-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0px;
  rotate: 180deg;
}
.catalog-product-view .upsell .block-content .products-grid .product-items .slick-next {
  right: 0;
  top: 46%;
}
.catalog-product-view .upsell .block-content .products-grid .product-items .slick-next:before {
  content: "";
  padding-left: 0;
  height: 50px;
  width: 25px;
  display: block;
  background-image: url(../images/slick-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0px;
}
.catalog-product-view .upsell .block-content .products-grid .product-item {
  margin-bottom: 0;
  padding: 0 31px;
}
.catalog-product-view .upsell .block-content .products-grid .product-item .product-item-info {
  width: 100%;
}
.catalog-product-view .upsell .block-content .products-grid .product-item .product-item-info:hover {
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.catalog-product-view .upsell .block-content .products-grid .product-item .product-item-info .product-item-photo {
  display: block;
  margin-bottom: 22px;
}
.catalog-product-view .upsell .block-content .products-grid .product-item .product-item-info .product-item-photo .product-image-container {
  width: 100%;
  aspect-ratio: auto;
}
.catalog-product-view .upsell .block-content .products-grid .product-item .product-item-info .product-item-photo .product-image-wrapper {
  height: 100%;
  width: 100%;
  padding-top: 85%;
}
.catalog-product-view .upsell .block-content .products-grid .product-item .product-item-info .product-item-photo .product-image-wrapper .product-image-photo {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.catalog-product-view .upsell .block-content .products-grid .product-item-details .product-item-name {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.26px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000000;
  margin-bottom: 19px;
}
.catalog-product-view .upsell .block-content .products-grid .product-item-details .product-item-name:visited {
  color: #000000;
}
.catalog-product-view .upsell .block-content .products-grid .product-item-details .price-final_price {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.26px;
  letter-spacing: 0.02em;
  color: #000000;
  text-transform: uppercase;
}
.catalog-product-view .upsell .block-content .products-grid .product-item-details .price-final_price .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 26.26px;
  letter-spacing: 0.02em;
  color: #000000;
}
.catalog-product-view .page.messages {
  max-width: 1800px;
  margin: 0 auto;
  padding: 15px 60px 0 60px;
}
@media (max-width: 1480px) {
  .catalog-product-view .page.messages {
    padding: 15px 20px 0 20px;
  }
}
@media (min-width: 769px) {
  .page-layout-1column .product.media {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .page-layout-1column .product-info-main {
    width: 100%;
  }
}
.page-product-configurable .catalog-product-view .product.configurable {
  padding-left: 0;
  padding-right: 0;
}
.catalog-product-view .define-configure picture {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.catalog-product-view .define-configure iframe {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.catalog-product-view .define-configure p {
  width: 100%;
}
.table-zone .product-addto-quotation {
  font-size: 13px;
  padding: 14px;
  margin: auto;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}
.quotations-list .popup-items-lebel {
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.quotations-list input[type="radio"] {
  margin: 0;
  z-index: 1;
  opacity: 0;
  height: 16px;
  width: 16px;
  cursor: pointer;
  margin-right: 15px;
  position: relative;
}
.quotations-list .popup-items-lebel:before {
  position: absolute;
  content: "";
  top: 0px;
  left: -30px;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  z-index: 9999999;
}
.quotations-list input[type=radio]:checked ~ .popup-items-lebel:before {
  background-color: #ae2235;
  border: 1px solid #ae2235;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr td.more.td-click {
  color: #AE2235;
}
.catalog-product-view .product.configurable .table-zone .desktop-only tbody tr td.more.td-click:hover {
  text-decoration: underline;
}
body:not(.cms-page-view).catalog-product-view .product.configurable {
  padding: 0 60px;
}
@media (max-width: 1480px) {
  body:not(.cms-page-view).catalog-product-view .product.configurable {
    padding: 0 20px;
  }
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-info-price .price-container.qf-discounted-price {
  flex-wrap: wrap;
  column-gap: 21px;
  padding-right: 22px;
}
.disounted-quickflex-price {
  color: #AE2235;
}
.discounted-price-label {
  color: #AE2235;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-info-price .price-container .disounted-quickflex-price .price {
  margin-right: 0;
}
.normal-quickflex-price {
  color: #888888;
  font-weight: 700;
  font-size: 16px;
  text-decoration: line-through;
  line-height: 1;
}
.catalog-product-view .goliath-product-details .goliath-product-info .product-info-price .price-container .normal-quickflex-price .price {
  font-size: 16px;
  margin: 0;
}
.quickflexquiz-index-index .columns {
  max-width: 1800px;
  padding: 0 60px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .quickflexquiz-index-index .columns {
    padding: 0 20px;
  }
}
.quickflexquiz-index-index .columns .column.main {
  width: 100%;
}
.wastewaterquiz-index-index .columns {
  max-width: 1800px;
  padding: 0 60px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .wastewaterquiz-index-index .columns {
    padding: 0 20px;
  }
}
.wastewaterquiz-index-index .columns .column.main {
  width: 100%;
}
.davits-index-index .columns {
  max-width: 1800px;
  padding: 0 60px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .davits-index-index .columns {
    padding: 0 20px;
  }
}
.davits-index-index .columns .column.main {
  width: 100%;
}
.quickflex-banner {
  width: 100%;
  background: #2F3D4833;
  padding: 40px 0 40px;
  position: relative;
  min-height: 294px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .quickflex-banner {
    padding: 40px 0 40px;
    height: auto;
    min-height: auto;
  }
}
.quickflex-banner .banner-wrap {
  max-width: 1800px;
  padding: 0 60px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1480px) {
  .quickflex-banner .banner-wrap {
    padding: 0 20px;
  }
}
.quickflex-banner .title {
  width: 55%;
}
@media (max-width: 991px) {
  .quickflex-banner .title {
    width: 100%;
    margin-bottom: 25px;
  }
}
.quickflex-banner .title strong {
  font-size: 56px;
  font-weight: 700;
  line-height: 68.26px;
  text-align: left;
  color: #2f3d48;
}
@media (max-width: 991px) {
  .quickflex-banner .title strong {
    font-size: 45px;
    line-height: 53.26px;
  }
}
@media (max-width: 768px) {
  .quickflex-banner .title strong {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.88px;
    text-align: left;
  }
}
.quickflex-banner .title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #2f3d48;
  margin-bottom: 0;
}
.quickflex-banner .banner-image {
  width: 100%;
  height: 100%;
  max-width: 570px;
  position: absolute;
  top: 0px;
  right: 112px;
  z-index: 2;
  padding: 10px 0;
}
@media (max-width: 1680px) {
  .quickflex-banner .banner-image {
    right: 60px;
  }
}
@media (max-width: 1480px) {
  .quickflex-banner .banner-image {
    max-width: 410px;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .quickflex-banner .banner-image {
    position: relative;
    width: 100%;
    display: block;
    max-width: 640px;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    padding: 0;
  }
}
.quickflex-banner .banner-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .quickflex-banner .banner-image img {
    position: relative;
    padding: 0;
  }
}
.quickflexquiz-index-index .quickflex-banner {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .quickflexquiz-index-index .quickflex-banner {
    margin-bottom: 0;
  }
}
.wastewaterquiz-index-index .quickflex-banner {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .wastewaterquiz-index-index .quickflex-banner {
    margin-bottom: 0;
  }
}
.wastewaterquiz-index-index .quickflex-banner .title {
  max-width: 680px;
}
.davits-index-index .columns .column .products-grid .product-items {
  margin: 0;
  gap: 60px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1424px) {
  .davits-index-index .columns .column .products-grid .product-items {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .davits-index-index .columns .column .products-grid .product-items {
    gap: 20px;
    row-gap: 40px;
  }
}
.davits-index-index .columns .column .products-grid .product-item {
  padding: 0;
  width: calc(50% - 30px);
  margin-left: 0;
  margin-bottom: 0px;
}
@media (max-width: 1424px) {
  .davits-index-index .columns .column .products-grid .product-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 1324px) {
  .davits-index-index .columns .column .products-grid .product-item {
    width: calc(33.33% - 30px * 2 / 3);
  }
}
@media (max-width: 768px) {
  .davits-index-index .columns .column .products-grid .product-item {
    width: calc(50% - 10px);
  }
}
.davits-index-index .columns .column .products-grid .product-item .product-item-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 1324px) {
  .davits-index-index .columns .column .products-grid .product-item .product-item-info {
    gap: 20px;
  }
}
.davits-index-index .columns .column .products-grid .product-item .product-item-info:hover {
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-photo {
  display: block;
  width: calc(50% - 15px);
  margin-bottom: 0px;
}
@media (max-width: 1324px) {
  .davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-photo {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1324px) {
  .davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-photo {
    width: 100%;
  }
}
.davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details {
  width: calc(50% - 15px);
}
@media (max-width: 1324px) {
  .davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1324px) {
  .davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details {
    width: 100%;
  }
}
.davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .product-item-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #2f3d48;
  margin: 0 0 11px 0;
}
@media (max-width: 768px) {
  .davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .product-item-name {
    margin: 0 0 2px 0;
  }
}
.davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
  text-align: left;
  color: #000000;
}
@media (max-width: 768px) {
  .davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 15px;
    line-height: 18.29px;
  }
}
.davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .product-sku {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #2f3d48;
  margin: 0 0 3px 0;
}
@media (max-width: 768px) {
  .davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .product-sku {
    font-size: 15px;
    line-height: 30px;
  }
}
.davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .price-box {
  margin: 0 0 26px 0;
}
@media (max-width: 768px) {
  .davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .price-box {
    margin: 0 0 9px 0;
  }
}
.davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .price-box span {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-align: left;
  color: #2f3d48;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .price-box span {
    font-size: 15px;
    line-height: 100%;
    white-space: unset;
  }
}
.davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .davits-specs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .davits-specs li {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  align-items: start;
}
@media (max-width: 1067px) {
  .davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .davits-specs li {
    display: inline-block;
  }
}
@media (max-width: 624px) {
  .davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .davits-specs li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .davits-specs li strong {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}
@media (max-width: 1067px) {
  .davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .davits-specs li strong {
    display: inline;
  }
}
@media (max-width: 624px) {
  .davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .davits-specs li strong {
    font-size: 14px;
  }
}
.davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .davits-specs li span {
  display: block;
  white-space: normal;
}
@media (max-width: 1067px) {
  .davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .davits-specs li span {
    display: inline;
  }
}
.davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .davits-specs li:nth-child(-n+2) {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .davits-index-index .columns .column .products-grid .product-item .product-item-info .product-item-details .product-detail-page-link .btn-red {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.07px;
    padding: 11px 12px;
  }
}
.davits-index-index .columns .column .products-grid .product-item .product-image-container {
  width: 100%;
  aspect-ratio: 1.05263158;
}
.davits-index-index .columns .column .products-grid .product-item .product-image-container .product-image-wrapper {
  height: 100%;
  width: 100%;
}
.davits-index-index .columns .column .products-grid .product-item .product-image-container picture .product-image-photo {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.davits-index-index .davits-product-list {
  padding: 25px 0 0 0;
}
@media (max-width: 991px) {
  .davits-index-index .davits-product-list {
    padding-top: 10px;
  }
}
.davits-index-index .davits-product-list .products {
  margin: 0;
}
.davits-index-index .davits-product-list .products + .products {
  margin-top: 104px;
}
@media (max-width: 1224px) {
  .davits-index-index .davits-product-list .products + .products {
    margin-top: 50px;
  }
}
.davits-index-index .davits-product-list .davits-heading {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0.96px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 59px;
}
@media (max-width: 1224px) {
  .davits-index-index .davits-product-list .davits-heading {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .davits-index-index .davits-product-list .davits-heading {
    font-size: 30px;
  }
}
@media (max-width: 624px) {
  .davits-index-index .davits-product-list .davits-heading {
    font-size: 24px;
  }
}
.davits-index-index .davits-product-list h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0.72px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 44px;
}
@media (max-width: 1224px) {
  .davits-index-index .davits-product-list h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .davits-index-index .davits-product-list h2 {
    font-size: 24px;
  }
}
@media (max-width: 624px) {
  .davits-index-index .davits-product-list h2 {
    font-size: 20px;
  }
}
.davits-index-index .product.configurable {
  max-width: 1712px;
  margin: 0 auto;
  padding: 0px;
  margin-bottom: 25px;
}
@media (max-width: 1480px) {
  .davits-index-index .product.configurable {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .davits-index-index .product.configurable {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .davits-index-index .product.configurable {
    padding-top: 17px;
    margin-bottom: 0px;
  }
}
.davits-index-index .product.configurable .wysiwyg-zone {
  margin-bottom: 70px;
  background-color: #f9f9f9;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.davits-index-index .product.configurable .wysiwyg-zone .wysi {
  width: 50%;
}
@media (max-width: 768px) {
  .davits-index-index .product.configurable .wysiwyg-zone .wysi {
    width: 100%;
  }
}
.davits-index-index .product.configurable .wysiwyg-zone .wysi h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 28px;
  color: #2f3d48;
  text-transform: none;
}
@media (max-width: 768px) {
  .davits-index-index .product.configurable .wysiwyg-zone .wysi h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin-bottom: 26px;
    color: #2f3d48;
  }
}
.davits-index-index .product.configurable .wysiwyg-zone .wysi p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #2f3d48;
}
@media (max-width: 768px) {
  .davits-index-index .product.configurable .wysiwyg-zone .wysi.two {
    margin-top: 30px;
  }
}
.davits-index-index .product.configurable .wysiwyg-zone .wysi.two pre {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 769px) {
  .davits-index-index .product.configurable .wysiwyg-zone .wysi.two pre > picture {
    width: calc(33.33% - 5px);
  }
}
@media (min-width: 769px) {
  .davits-index-index .product.configurable .wysiwyg-zone .wysi.two pre > picture:only-child {
    width: 100%;
  }
}
.davits-index-index .product.configurable .heading .h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 28px;
  color: #2f3d48;
  text-transform: none;
}
@media (max-width: 768px) {
  .davits-index-index .product.configurable .heading .h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin-bottom: 26px;
    color: #2f3d48;
  }
}
.davits-index-index .product.configurable .table-zone {
  overflow-x: auto;
}
.davits-index-index .product.configurable .table-zone .desktop-only {
  border-radius: 10px;
}
.davits-index-index .product.configurable .table-zone .desktop-only th {
  padding: 20px;
  text-wrap: unset;
  font-size: 16px;
  font-weight: 700;
  line-height: 24.38px;
  text-align: left;
  color: #ffffff;
  border-left: 1px solid #ffffff;
  background: #2f3d48;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .davits-index-index .product.configurable .table-zone .desktop-only th {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.94px;
  }
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr:nth-child(odd) {
  background: #f9f9f9;
  color: #2f3d48;
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr td {
  font-size: 15px;
  font-weight: 400;
  line-height: 21.94px;
  text-align: left;
  border-bottom: 0;
  border-left: 1px solid #ffffff;
  border-top: 0;
  padding: 20px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .davits-index-index .product.configurable .table-zone .desktop-only tbody tr td {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
  }
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr td form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr td form .action.primary {
  font-size: 13px;
  padding: 14px 10px;
  max-width: 130px;
  text-align: center;
  min-width: 130px;
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr td form input {
  width: 50px;
  text-align: center;
  color: #2f3d48;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #2f3d48;
  border-radius: 5px;
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr td.action {
  padding: 24px 26px;
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr td .btn {
  font-size: 15px;
  font-weight: 700;
  line-height: 21.94px;
  text-align: center;
  background-color: #ae2235;
  border-radius: 10px;
  color: #ffffff;
  transition: 0.6s ease;
  display: inline-block;
  padding: 14px 20px;
  border: 2px solid #ae2235;
  cursor: pointer;
  width: 100%;
  text-wrap: nowrap;
  text-transform: none;
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr td .btn:hover {
  text-decoration: none;
  color: #ae2235 !important;
  border: 2px solid #ae2235;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .davits-index-index .product.configurable .table-zone .desktop-only tbody tr td .btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    padding: 14px 20px;
  }
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr td .btn:visited {
  color: #ffffff;
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr td .price {
  font-size: 15px;
  font-weight: 700;
  line-height: 21.94px;
  text-align: left;
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr td.more.td-click {
  cursor: pointer;
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr td a {
  color: #ae2235;
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr td a:visited {
  color: #ae2235;
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr:nth-child(even) {
  background: #eeeeee;
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr.configurable-info td .image {
  width: 20%;
  float: left;
  display: flex;
  justify-content: center;
  padding-right: 20px;
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr.configurable-info td .image picture {
  display: block;
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr.configurable-info td .infos {
  width: 80%;
  float: left;
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr.configurable-info td .infos ul {
  columns: 3 2rem;
  list-style: none;
  padding-left: 0;
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr.configurable-info td .infos ul li {
  margin-bottom: 15px;
  font-size: 16px;
}
.davits-index-index .product.configurable .table-zone .desktop-only tbody tr.configurable-info td .infos ul .label {
  font-weight: 600;
}
.davits-index-index .product.configurable .table-zone .mobile-only {
  display: none;
}
.davits-index-index .product.configurable.davit-table {
  padding: 0 0px;
}
@media (max-width: 1440px) {
  .davits-index-index .product.configurable.davit-table {
    padding: 0 0px;
  }
}
.davits-index-index .product.configurable.davit-table .table-zone {
  overflow-x: auto;
}
.cms-page-view .columns {
  max-width: 1800px;
  padding: 0 60px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .cms-page-view .columns {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cms-page-view .columns {
    padding: 0 20px;
  }
}
.cms-page-view .goliath_category_view {
  position: relative;
  margin-bottom: 32px;
  min-height: 160px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cms-page-view .goliath_category_view > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cms-page-view .goliath_category_view {
    margin-bottom: 20px;
  }
}
.cms-page-view .goliath_category_view .page-title-wrapper {
  position: relative;
  width: 100%;
  max-width: 1800px;
  padding: 20px 60px;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 1480px) {
  .cms-page-view .goliath_category_view .page-title-wrapper {
    padding: 20px 20px;
  }
}
.cms-page-view .goliath_category_view .page-title-wrapper .page-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 68.26px;
  text-align: left;
  margin-bottom: 0;
  color: #ffffff;
  text-transform: none;
}
@media (max-width: 768px) {
  .cms-page-view .goliath_category_view .page-title-wrapper .page-title {
    font-size: 36px;
    line-height: 43.88px;
  }
}
.cms-page-view .goliath_category_view .page-title-wrapper .page-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
}
.cms-page-view .goliath_category_view .category-image {
  background-color: #2f3d48;
  margin-bottom: 0;
  position: absolute;
  padding-top: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cms-page-view .goliath_category_view .category-image picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cms-page-view .goliath_category_view .category-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cms-about-us .breadcrumbs {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
  margin: 0 auto;
  background: #f9f9f9;
}
@media (max-width: 768px) {
  .cms-about-us .breadcrumbs {
    display: block;
  }
}
.cms-about-us .breadcrumbs .items {
  max-width: 1800px;
  padding: 11px 60px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.28px;
}
@media (max-width: 1480px) {
  .cms-about-us .breadcrumbs .items {
    padding: 11px 20px;
  }
}
.cms-about-us .breadcrumbs .items li a {
  color: #888888;
}
.cms-about-us .breadcrumbs .items li:last-child {
  color: #2f3d48;
}
.cms-about-us .breadcrumbs .items li:not(:last-child):after {
  font-size: 12px;
  margin: 0 5px;
  vertical-align: middle;
}
.cms-about-us .about-us-content {
  max-width: 1559px;
  margin: 0 auto;
  padding-top: 51px;
  padding-bottom: 85px;
}
@media (max-width: 992px) {
  .cms-about-us .about-us-content {
    padding-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .cms-about-us .aboutus-title-with-details {
    display: flex;
    margin-bottom: 56px;
  }
}
.cms-about-us .about-us-description {
  color: #000000;
}
.cms-about-us .about-us-description h3 {
  text-transform: none;
}
@media (min-width: 992px) {
  .cms-about-us .about-us-description {
    width: 58.33%;
  }
}
.cms-about-us .about-us-description p {
  margin-bottom: 30px;
}
.cms-about-us .about-us-banner img {
  width: 100%;
  display: flex;
}
@media (min-width: 992px) {
  .cms-about-us .about-us-title {
    width: 41.66%;
  }
}
@media (max-width: 768px) {
  .cms-about-us .about-us-title .cms-title {
    margin-top: 0;
  }
}
.cms-about-us .about-us-desc-images {
  margin-top: 35px;
  margin-bottom: 50px;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}
@media (min-width: 600px) {
  .cms-about-us .about-us-desc-images {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .cms-about-us .about-us-desc-images {
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .cms-about-us .about-us-desc-images > * {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .cms-about-us .about-us-desc-images > *:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
.cms-about-us .about-us-desc-images img {
  padding: 0 12px;
}
.cms-about-us .about-us-desc-link {
  position: relative;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 30px;
}
.cms-about-us .about-us-desc-link svg {
  margin-left: 2px;
}
.cms-about-us .about-us-title h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.22;
  text-transform: none;
}
@media (max-width: 992px) {
  .cms-about-us .about-us-title h1 {
    font-size: 36px;
  }
}
.three-column-image {
  display: flex;
  column-gap: 15px;
}
@media (max-width: 768px) {
  .three-column-image {
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 15px;
  }
}
.three-column-image picture {
  width: 33.33333%;
  display: block;
}
@media (max-width: 768px) {
  .three-column-image picture {
    width: 100%;
  }
}
.three-column-image picture img {
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .three-column-image picture img {
    height: auto;
  }
}
.two-column-image {
  display: flex;
  column-gap: 20px;
  justify-content: center;
}
@media (max-width: 768px) {
  .two-column-image {
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 15px;
  }
}
.two-column-image picture {
  width: 37%;
  display: block;
}
@media (max-width: 768px) {
  .two-column-image picture {
    width: 100%;
  }
}
.two-column-image picture img {
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .two-column-image picture img {
    height: auto;
  }
}
.cms-danger-img picture {
  position: relative;
  top: 7px;
}
.cms-page-view .cms-title {
  font-weight: 700;
  color: #2f3d48;
  margin-top: 45px;
  text-transform: uppercase;
}
.cms-page-view .cms-subheading {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #2A2A2A;
  font-size: 2.7rem;
  line-height: 3.2rem;
}
.cms-table table {
  border-style: dotted;
}
.cms-table table td {
  border: 1px dotted #aaa;
}
.cms-table table th {
  border: 1px dotted #aaa;
}
.messages > li {
  width: 80%;
  margin: 10px auto;
  padding: 10px;
  color: white;
  font-size: 18px;
}
.notice-msg {
  background: #f2b300;
}
.std ul {
  padding: 0;
}
.std ul li {
  line-height: 21px;
  list-style-type: inherit;
  list-style-position: inside;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .std ul li {
    font-size: 15px;
  }
}
.manutension-intro .menutention-title {
  font-size: 36px;
  line-height: 43.88px;
}
@media (max-width: 767px) {
  .manutension-intro .menutention-title {
    font-size: 28px !important;
    line-height: 38.88px;
  }
  .manutension-intro .one-column-block .main-row {
    padding: 30px 0;
  }
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding: 50px 0;
}
.checkout-cart-index .page-title-wrapper .page-title {
  width: 100%;
  max-width: 1800px;
  padding: 0 60px;
  margin-bottom: 0;
  color: #2f3d48;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.88px;
  text-align: left;
}
@media (max-width: 1480px) {
  .checkout-cart-index .page-title-wrapper .page-title {
    padding: 0 20px;
  }
}
.checkout-cart-index .columns {
  max-width: 1800px;
  padding: 0 60px;
}
@media (max-width: 1480px) {
  .checkout-cart-index .columns {
    padding: 0 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .checkout-cart-index .columns .cart-summary {
    width: 30%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .checkout-cart-index .columns .cart-summary .checkout-methods-items .action.primary.checkout {
    padding: 10px;
    font-size: 14px;
  }
}
.checkout-cart-index .columns .table-wrapper .cart tr.item-actions .actions-toolbar {
  margin-bottom: 5px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .checkout-cart-index .columns .form-cart {
    width: 70%;
  }
}
.checkout-cart-index .columns .form-cart .actions .update {
  background-color: #ae2235;
  color: #ffffff;
  transition: 0.6s ease;
  border: 2px solid #ae2235;
}
.checkout-cart-index .columns .form-cart .actions .update:hover {
  background-color: #ffffff;
  color: #ae2235;
}
.checkout-cart-index .columns .cart-discount .title strong {
  color: #ae2235;
}
.checkout-cart-index .columns .cart-discount .coupon {
  height: 50px;
}
.checkout-cart-index .columns .cart-discount .coupon .actions-toolbar .apply {
  box-shadow: none;
  background-color: #ae2235;
  color: #ffffff;
  transition: 0.6s ease;
  padding: 12px 25px;
  border: 2px solid #ae2235;
  border-radius: 3px;
  margin: 0;
}
.checkout-cart-index .columns .cart-discount .coupon .actions-toolbar .apply:hover {
  background-color: #ffffff;
  color: #ae2235;
}
.checkout-index-index .columns {
  max-width: 1800px;
  padding: 0 60px;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 1280px) {
  .checkout-index-index .columns {
    padding: 0 20px;
    padding-top: 50px;
  }
}
.checkout-index-index .opc-progress-bar-item._active:before {
  background: #ae2235;
  border-color: #ae2235;
}
.checkout-index-index .opc-progress-bar-item._active span:before {
  background: #ae2235;
  border-color: #ae2235;
}
.block.crosssell {
  padding: 40px 0 40px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .block.crosssell {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  .block.crosssell {
    max-width: 100%;
  }
}
.block.crosssell .block-title {
  text-align: left;
  margin-bottom: 49px;
  padding: 0;
}
@media (max-width: 768px) {
  .block.crosssell .block-title {
    margin-bottom: 25px;
  }
}
.block.crosssell .block-title strong {
  font-size: 36px;
  font-weight: 700;
  line-height: 43.88px;
  color: #2f3d48;
}
.block.crosssell .block-content {
  max-width: 1800px;
  padding: 0;
  margin: 0 auto;
  padding: 0 10px;
}
.block.crosssell .block-content .products-grid {
  margin: 0;
}
.block.crosssell .block-content .products-grid .product-items {
  margin: 0;
}
.block.crosssell .block-content .products-grid .product-items .slick-list {
  width: 100%;
  max-width: 1446px;
  margin: 0 auto;
}
.block.crosssell .block-content .products-grid .product-items .slick-arrow {
  background: transparent;
  height: 50px;
  width: 25px;
}
.block.crosssell .block-content .products-grid .product-items .slick-prev {
  left: 0;
  top: 46%;
}
.block.crosssell .block-content .products-grid .product-items .slick-prev:before {
  content: "";
  padding-right: 0;
  height: 50px;
  width: 25px;
  display: block;
  background-image: url(../images/slick-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0px;
  rotate: 180deg;
}
.block.crosssell .block-content .products-grid .product-items .slick-next {
  right: 0;
  top: 46%;
}
.block.crosssell .block-content .products-grid .product-items .slick-next:before {
  content: "";
  padding-left: 0;
  height: 50px;
  width: 25px;
  display: block;
  background-image: url(../images/slick-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0px;
}
.block.crosssell .block-content .products-grid .product-item {
  margin-bottom: 0;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .block.crosssell .block-content .products-grid .product-item {
    padding: 0 20px;
  }
}
.block.crosssell .block-content .products-grid .product-item .product-item-info {
  width: 100%;
}
.block.crosssell .block-content .products-grid .product-item .product-item-info:hover {
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.block.crosssell .block-content .products-grid .product-item .product-item-info .product-item-photo {
  display: block;
  margin-bottom: 22px;
}
.block.crosssell .block-content .products-grid .product-item .product-item-info .product-item-photo .product-image-container {
  width: 100%;
  aspect-ratio: auto;
}
.block.crosssell .block-content .products-grid .product-item .product-item-info .product-item-photo .product-image-wrapper {
  height: 100%;
  width: 100%;
  padding-top: 85%;
}
.block.crosssell .block-content .products-grid .product-item .product-item-info .product-item-photo .product-image-wrapper .product-image-photo {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.block.crosssell .block-content .products-grid .product-item-details .product-item-name {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000000;
  margin-bottom: 14px;
}
.block.crosssell .block-content .products-grid .product-item-details .product-item-name:visited {
  color: #000000;
}
.block.crosssell .block-content .products-grid .product-item-details .price-final_price {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #000000;
  text-transform: uppercase;
}
.block.crosssell .block-content .products-grid .product-item-details .price-final_price .price {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #000000;
}
/* checkout */
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #ae2235;
  border-radius: 12px;
  overflow: hidden;
  font-weight: 500;
  text-align: left;
  color: #2F3D48;
  font-size: 16px;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  background-color: #ae2235;
}
.checkout-index-index .opc-block-summary {
  background: #e9e9e9;
  border-radius: 0;
  padding: 17px 28px 22px 28px;
}
.checkout-index-index .opc-block-summary > .title {
  font-weight: 700;
}
.checkout-index-index .minicart-items .product-item-name {
  font-weight: 500;
  line-height: 19.5px;
  text-align: left;
  color: #2F3D48;
  font-size: 16px;
}
.checkout-index-index .modal-popup.modal-slide .modal-footer {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup span {
  color: #ae2235;
}
.checkout-index-index .new-address-popup .action-show-popup {
  background-color: #ae2235;
  color: #fff;
  border: 2px solid #ae2235;
  border-radius: 10px;
  transition: 0.6s ease;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
}
.checkout-index-index .new-address-popup .action-show-popup:hover {
  background-color: #fff;
  color: #ae2235;
}
.checkout-index-index .opc-payment .payment-method input[type="radio"] {
  margin: 0;
  z-index: 1;
  opacity: 0;
  height: 16px;
  width: 16px;
  cursor: pointer;
  margin-right: 15px;
  position: relative;
}
.checkout-index-index .opc-payment .payment-method .label {
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.checkout-index-index .opc-payment .payment-method .payment-method-title .label:before {
  position: absolute;
  content: "";
  top: 0px;
  left: -35px;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  z-index: 9999999;
}
.checkout-index-index .opc-payment .payment-method .label:before {
  content: none;
}
.checkout-index-index .opc-payment .payment-method input[type=radio]:checked ~ .label:before {
  background-color: #ae2235;
  border: 1px solid #ae2235;
}
.checkout-index-index .opc-progress-bar-item._complete > span {
  color: #ae2235;
  font-weight: 600;
}
.checkout-index-index .opc-payment .payment-method .billing-address-same-as-shipping-block input {
  accent-color: #ae2235;
  opacity: 1;
}
.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle {
  color: #ae2235;
}
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background-color: #ae2235;
  border: 2px solid #ae2235;
  box-shadow: none;
  color: #fff;
  padding: 14px 25px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
}
.checkout-index-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #fff;
  color: #ae2235;
}
.checkout-index-index .checkout-payment-method .payment-option-inner {
  padding-right: 10px;
}
.checkout-index-index .action.primary.checkout {
  text-align: center;
}
.checkout-index-index .modal-popup select {
  color: #2f3d48;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 10px;
  border: 1px solid #dfdfdf;
  cursor: pointer;
}
.checkout-index-index .modal-popup input[type="checkbox"] {
  accent-color: #ae2235;
}
.checkout-index-index .modal-popup input[type="checkbox"] {
  accent-color: #ae2235;
}
.checkout-index-index .table-checkout-shipping-method tbody td input[type='radio'] {
  accent-color: #ae2235;
}
.checkout-index-index .opc-wrapper .action-select-shipping-item {
  background-color: #ae2235;
  color: #ffffff;
  transition: 0.6s ease;
  padding: 14px 25px;
  border: 2px solid #ae2235;
  border-radius: 10px;
  margin: 10px 0 0 0;
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.checkout-index-index .opc-wrapper .action-select-shipping-item:hover {
  background: #fff;
  color: #ae2235;
}
.checkout-index-index .action.edit-address-link {
  background-color: #ae2235;
  color: #ffffff;
  transition: 0.6s ease;
  padding: 10px 25px;
  border: 2px solid #ae2235;
  border-radius: 10px;
  margin: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 700;
}
.checkout-index-index .action.edit-address-link:hover {
  background: #fff;
  color: #ae2235;
  border: 2px solid #ae2235;
  text-decoration: none;
}
.checkout-index-index .action.action-edit-address {
  background-color: #ae2235;
  color: #ffffff;
  transition: 0.6s ease;
  padding: 13px 25px;
  border: 2px solid #ae2235;
  border-radius: 10px;
  margin: 12px 0 0 0;
  font-size: 18px;
  font-weight: 700;
}
.checkout-index-index .action.action-edit-address:hover {
  background: #fff;
  color: #ae2235;
  border: 2px solid #ae2235;
  text-decoration: none;
}
.checkout-index-index .field-select-billing select {
  color: #2f3d48;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 10px;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  width: auto;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .primary .action-update {
  background-color: #ae2235;
  color: #ffffff;
  transition: 0.6s ease;
  padding: 15px 25px;
  border: 2px solid #ae2235;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.checkout-index-index .checkout-payment-method .actions-toolbar .primary {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.checkout-index-index .actions-toolbar > .primary .action.action.action-cancel {
  color: #ae2235;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .primary .action-update:hover {
  background: #fff;
  color: #ae2235;
}
.checkout-index-index .checkout-payment-method .actions-toolbar .primary.checkout {
  display: block;
}
.checkout-index-index .opc-sidebar {
  margin-top: 0;
}
.checkout-index-index .opc-wrapper {
  padding-right: 4%;
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .opc {
  border: 1px solid #e3eaed;
  border-radius: 0;
  padding: 17px 28px 22px 28px;
}
.checkout-index-index .opc-wrapper .step-title {
  font-weight: 700;
  background-color: transparent;
  padding-left: 0;
}
.checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
  background: transparent;
}
.checkout-index-index .opc-wrapper .step-content {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper .shipping-address-item.not-selected-item {
  padding-top: 0;
}
.checkout-index-index .opc-block-shipping-information {
  padding: 0;
}
.checkout-index-index .shipping-information {
  padding: 17px 28px 22px 28px;
  border: 1px solid #e3eaed;
  border-radius: 0;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title {
  font-weight: 700;
  background: transparent;
  padding-left: 0;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit {
  right: 10px;
  top: 15px;
}
.checkout-index-index .opc-payment .payment-method .field-number .label:before {
  display: none;
}
.checkout-index-index .opc-progress-bar {
  margin-bottom: 0;
  padding-right: 0;
  width: 62.66666667%;
}
.checkout-index-index .opc-progress-bar-item {
  width: 50%;
}
.checkout-index-index select {
  margin-right: 0;
  color: #2f3d48;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 10px;
  border: 1px solid #dfdfdf;
}
.checkout-index-index .opc-payment .payment-method .field-tooltip span.label {
  display: none;
}
.checkout-index-index .opc-wrapper .opc input[type="checkbox"] {
  accent-color: #ae2235;
}
.checkout-index-index .fieldset > .field input[type="text"] {
  font-size: 16px;
}
.checkout-index-index .field-tooltip._active .field-tooltip-content {
  border-color: #e3eaed;
}
.checkout-index-index .opc-progress-bar-item:before {
  display: none;
}
.checkout-index-index .opc-progress-bar-item._active {
  background: #ae2235;
  color: #fff;
}
.checkout-index-index .opc-progress-bar-item._active > span {
  color: #fff;
  margin: 20px 0;
  position: relative;
  padding-top: 0;
}
.checkout-index-index .opc-progress-bar-item > span {
  margin: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 0;
  flex-direction: row-reverse;
  font-size: 22px;
}
.checkout-index-index .opc-progress-bar-item {
  background: #e9e9e9;
}
.checkout-index-index .opc-progress-bar-item > span:before {
  content: none;
}
.checkout-index-index .opc-progress-bar-item > span:before {
  border: 1px solid #333333;
}
.checkout-index-index .opc-progress-bar-item > span:before,
.checkout-index-index .opc-progress-bar-item > span:after {
  position: unset;
}
.checkout-index-index .opc-sidebar {
  margin-top: -68px;
}
.checkout-index-index .checkout-shipping-method {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .checkout-index-index .methods-shipping .actions-toolbar .action.primary {
    text-align: center;
  }
  .checkout-index-index .opc-progress-bar {
    width: 100%;
  }
  .checkout-index-index .opc-sidebar {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
  .checkout-index-index .opc-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    background-color: #ae2235;
  }
  .checkout-payment-method .opc-block-shipping-information .ship-via {
    padding-top: 20px;
  }
  .checkout-payment-method .payment-method form.form-purchase-order .input-text {
    width: 100%;
  }
  .checkout-index-index .opc-sidebar {
    width: auto;
  }
  .checkout-index-index .field-select-billing select {
    width: 100%;
  }
  .checkout-index-index .opc-block-summary {
    background: transparent;
  }
  .checkout-index-index .shipping-information {
    border: 0;
  }
  .checkout-index-index .opc-block-summary > .title {
    font-size: 20px;
  }
  .checkout-index-index .opc-block-shipping-information .shipping-information-title {
    font-size: 20px;
  }
  .checkout-index-index .opc-wrapper .step-title {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .checkout-index-index .opc-block-summary {
    margin-bottom: 0;
  }
  .checkout-payment-method .payment-method-title {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 424px) {
  .checkout-index-index .opc-block-summary {
    padding: 20px;
  }
  .checkout-index-index .shipping-information {
    padding: 20px;
  }
  .checkout-index-index .opc-wrapper .opc {
    padding: 20px;
  }
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
