/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1374px) {
  .bottom-header,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .copyright,
  .footer-bottom {
    margin-left: 1.25% !important;
    margin-right: 1.25% !important;
    width: 97.5% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .columns:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .columns .column.main {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
  .columns .sidebar-main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .columns .sidebar-additional {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .column.main {
    -webkit-order: 1 !important;
    -moz-order: 1 !important;
    -ms-order: 1 !important;
    order: 1 !important;
    margin-bottom: 50px;
    min-height: auto;
  }
  .page-layout-2columns-left .sidebar-main {
    -webkit-order: 2 !important;
    -moz-order: 2 !important;
    -ms-order: 2 !important;
    order: 2 !important;
  }
}
@media only screen and (max-width: 480px) {
  .bottom-header,
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .copyright,
  .footer-bottom {
    margin-left: 3% !important;
    margin-right: 3% !important;
    width: 94% !important;
  }
}
@media only screen and (min-width: 1201px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    background: #b25716;
    border-bottom: 3px solid #c4641c;
  }
  .navigation > ul {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navigation li.level0 {
    display: block;
    margin-bottom: -3px;
    position: initial;
  }
  .navigation li.level0 a {
    font-size: 16px;
  }
  .navigation li.level0 .submenu .submenu::before,
  .navigation li.level0 .submenu .submenu::after {
    display: none;
  }
  .navigation li.level0 .submenu.level0:hover::after {
    display: none;
  }
  .navigation li.level0 .submenu.level1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #f5f5f5;
    left: 22% !important;
    overflow-y: auto;
    padding: 20px 50px 0;
    top: 0 !important;
    width: calc(78% + 1px);
    z-index: 2;
  }
  .navigation li.level0 .submenu.level1::-webkit-scrollbar {
    display: none;
  }
  .navigation li.level0 .submenu.level1 > li {
    display: inline-block;
    margin-bottom: 25px;
    margin-left: 20px;
    vertical-align: top;
    width: calc((100% - 3 * 20px) / 4);
  }
  .navigation li.level0 .submenu.level1 > li:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }
  .navigation li.level0 .submenu.level1 > li > a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    color: #b25716;
    line-height: 18px;
    padding: 0;
  }
  .navigation li.level0 .submenu.level1 > li.parent > a > .ui-menu-icon {
    display: none !important;
  }
  .navigation li.level0 .submenu.level2 {
    background: none;
    display: block !important;
    left: auto !important;
    position: relative;
    top: auto !important;
  }
  .navigation li.level0 .submenu.level2 > li {
    display: block;
    margin: 10px 0 0;
  }
  .navigation li.level0 .submenu.level2 > li > a {
    color: #242424;
    line-height: 18px;
    padding: 0;
  }
  .navigation li.level0 .submenu.level2 > li > a:hover {
    color: #b25716;
  }
  .navigation li.level0 .submenu.level2 > li.parent > a > .ui-menu-icon {
    display: none !important;
  }
  .navigation li.level0 .submenu.level2 > li.load-more span,
  .navigation li.level0 .submenu.level2 > li.load-less span {
    cursor: pointer;
    text-decoration: underline;
  }
  .navigation li.level0 .submenu.level2 > li.load-more span:hover,
  .navigation li.level0 .submenu.level2 > li.load-less span:hover {
    text-decoration: none;
  }
  .navigation li.level0 .submenu-reverse {
    right: auto !important;
  }
  .navigation .level0 > .level-top {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    border-bottom: 3px solid #c4641c !important;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus,
  .navigation .level0 > .level-top.ui-state-active {
    background: #d67f40;
    border-bottom: 3px solid #cd7b3e !important;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-bottom: 3px solid #cd7b3e !important;
  }
  .navigation .level0.home > .level-top {
    background: transparent url('../images/sprite.png') no-repeat -20px -20px !important;
    text-indent: -999em;
    width: 46px;
  }
  .navigation .level0.home.active > .level-top {
    background: #d67f40 url('../images/sprite.png') no-repeat -20px -20px !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 11.5px !important;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    display: none !important;
  }
  .navigation .level0 > .submenu {
    left: 0 !important;
    width: 100%;
  }
  .navigation .level0 > .submenu::before {
    display: none;
  }
  .navigation .level0 > .submenu > li {
    margin: 0;
    position: initial !important;
    width: 22%;
  }
  .navigation .level0 > .submenu > li > a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    line-height: 18px;
    padding: 20px 15px 20px 25px;
    position: relative;
  }
  .navigation .level0 > .submenu > li > a::after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #d67f40;
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-size: 23px;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
  }
  .navigation .level0 > .submenu > li > a.ui-state-active {
    background: #f5f5f5;
    color: #b25716;
  }
  .navigation .level0 > .submenu > li.parent > a > .ui-menu-icon {
    display: none !important;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #b25716;
    font-size: 13px;
    font-weight: 400;
    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;
    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 {
    border: 0;
    color: #ffffff;
    line-height: 49px;
    padding: 0 11.5px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    background: #d67f40;
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    background: #d67f40;
    border-color: #cd7b3e;
    border-style: solid;
    border-width: 0 0 3px;
    color: #ffffff;
    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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #d67f40;
    border: 0 solid #d1d1d1;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    font-size: 13px;
    font-weight: 400;
    min-width: 0;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
  }
  .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: #ffffff;
    padding: 11px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #f5f5f5;
    color: #b25716;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    background: #f5f5f5;
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #b25716;
  }
  .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: 'icons-blank-theme';
    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: 'icons-blank-theme';
    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;
  }
}
@media only screen and (max-width: 1374px) {
  .nav-toggle {
    float: left;
    height: 30px;
    margin: 16px 20px 16px 0;
    position: relative;
    width: 26px;
  }
  .nav-toggle span {
    display: none;
  }
  .nav-toggle:after {
    content: '\f0c9';
    font-family: 'Font Awesome 5 Pro';
    font-size: 30px;
    font-weight: 400;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0;
  }
  .navigation {
    padding: 0;
  }
  .navigation li.level0 {
    border-bottom: 1px solid #e0e0e0;
  }
  .navigation li.level0:first-child {
    border-top: 1px solid #e0e0e0;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #e0e0e0 !important;
  }
  .navigation li.parent {
    position: relative;
  }
  .navigation li.parent > a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 95%;
  }
  .navigation li.parent > .arrow {
    display: block;
    padding-right: 11px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    width: calc(5% - 11px);
    z-index: 1;
  }
  .navigation li.parent > .arrow:before {
    color: #242424;
    content: '\f107';
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
  }
  .navigation li.parent > .arrow.active:before {
    content: '\f106';
  }
  .navigation li.all-category {
    display: none;
  }
  .navigation ul.level0 {
    padding-left: 15px !important;
  }
  .navigation ul.level0 > .level1 {
    font-weight: 400;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    line-height: 34px !important;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: none !important;
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 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);
    background: #ffffff;
    left: 0;
    z-index: 10002;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10001;
  }
  .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 {
    box-sizing: border-box;
    float: left;
    height: 60px;
    line-height: 60px;
    margin-bottom: 22px;
    text-align: center;
    width: 100%;
  }
  .nav-sections-item-title.active {
    background: #f8f8f8;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-title a {
    color: #414141;
    display: block;
    font-size: 23px;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: left;
    padding: 0 22px;
    width: 100%;
  }
  .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: #ffffff;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #242424;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 0;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    line-height: 34px;
    padding: 0 0 0 15px;
    text-transform: none;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #414141;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #b25716;
    padding-left: 15px;
    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;
    color: #b25716;
  }
  .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: 0;
  }
  .navigation li.level0:last-child {
    border-bottom: 0;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #414141;
  }
  .navigation .submenu:not(:first-child) {
    font-size: 15px;
    font-weight: 400;
    line-height: 34px;
    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: #242424;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #414141;
  }
  .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 0;
    color: #b25716;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .navigation li.parent > a {
    width: 93%;
  }
  .navigation li.parent > .arrow {
    width: calc(7% - 11px);
  }
}
@media only screen and (max-width: 767px) {
  .nav-toggle {
    height: 26px;
    margin: 7px 20px 7px 0;
  }
  .nav-toggle::after {
    font-size: 26px;
  }
  .navigation li.parent > a {
    width: 90%;
  }
  .navigation li.parent > .arrow {
    width: calc(10% - 11px);
  }
}
@media only screen and (max-width: 480px) {
  .nav-sections-item-content {
    padding: 0 5.5px;
  }
  .nav-toggle {
    margin: 5px 5px 5px 0;
  }
  .navigation .level0 > .level-top {
    padding: 0 0 0 5.5px;
  }
  .navigation a {
    font-size: 16px;
  }
  .navigation li.parent > a {
    width: 85%;
  }
  .navigation li.parent > .arrow {
    padding-right: 5.5px;
    width: calc(15% - 5.5px);
  }
}
@media only screen and (max-width: 1024px) {
  .fieldset > .field:not(.choice) > .label {
    display: block;
    line-height: 1;
    margin: 0 0 7px;
    padding: 0 !important;
    text-align: left !important;
    width: 100% !important;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    display: none;
  }
  .fieldset > .field.choice {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .fieldset > .field {
    margin: 0 0 11px;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog-category-view .breadcrumbs,
  .catalogsearch-result-index .breadcrumbs {
    margin: 0 0 25px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #999999;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch_searchIcon {
  position: absolute;
  left: 10px;
  font-size: 21px;
  color: #bbbbbb;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.gw-euvat-field .message-success {
  margin-top: 11px;
}
.gw-euvat-field #vatid-retry {
  cursor: pointer;
}
/**
 * Copyright © Best4u Media B.V. All rights reserved.
 */
@media only screen and (max-width: 1199px) {
  .best4u-cookie-notice.type-popup {
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .best4u-cookie-notice .notice-wrapper.align-right .notice-content {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .best4u-cookie-notice .notice-wrapper.align-right .notice-content .notice-buttons {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
  }
  .best4u-cookie-notice .notice-wrapper .notice-content {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .best4u-cookie-notice .notice-wrapper .notice-content .notice-buttons {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
  }
}
@media only screen and (max-width: 639px) {
  .best4u-cookie-notice.type-popup {
    width: 306px;
  }
  .best4u-cookie-notice.type-popup .notice-wrapper .notice-title {
    margin: 0 0 5px;
  }
  .best4u-cookie-notice.type-popup .notice-wrapper .notice-content {
    gap: 10px;
  }
  .best4u-cookie-notice.type-popup .notice-wrapper .notice-content .notice-buttons {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
  .best4u-cookie-notice.type-popup .notice-wrapper .notice-content .notice-buttons .notice-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
  .best4u-cookie-notice .notice-wrapper {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .best4u-cookie-notice .notice-wrapper {
    padding: 15px;
  }
  .best4u-cookie-notice .notice-wrapper.align-left,
  .best4u-cookie-notice .notice-wrapper.align-right {
    text-align: center;
  }
  .best4u-cookie-notice .notice-wrapper .notice-title {
    margin: 0 0 5px;
  }
  .best4u-cookie-notice .notice-wrapper .notice-content {
    gap: 10px;
  }
  .best4u-cookie-notice .notice-wrapper .notice-content .notice-buttons {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
  .best4u-cookie-notice .notice-wrapper .notice-content .notice-buttons .notice-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 319px) {
  .best4u-cookie-notice.type-popup {
    width: calc(100% - 14px);
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display: none;
}
/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}
/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none;
}
.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
}
/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label,
.seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label,
.seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}
/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}
/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}
/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}
/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}
.seo-info .m-seo-info-scroll-hide {
  display: none;
}
/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px;
}
.seo-info .m-seo-info-template-table-row {
  display: table-row;
}
.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}
.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-id-width {
  width: 30px;
}
.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}
.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}
.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}
.seo-info .m-seo-info-status-width {
  width: auto;
}
/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}
@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}
/**
 * Copyright © Best4u Media B.V. All rights reserved.
 */
.kiyoh-shop-snippets {
  display: inline-block;
}
.kiyoh-shop-snippets .rating-box {
  float: left;
  width: 91px;
  background: url('../Interactivated_Customerreview/images/rating-sprite.png') no-repeat 0 -15px;
  height: 15px;
  margin: 11px 10px 10px 10px;
}
.kiyoh-shop-snippets .rating {
  height: 15px;
  background: url('../Interactivated_Customerreview/images/rating-sprite.png') no-repeat 0 0;
  margin: 0;
  padding: 0;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
/**
 * Copyright © 2022 Best4u Media B.V. All rights reserved.
 */
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .delivery-advice .block-content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    gap: 0;
  }
  .delivery-advice .block-content .action {
    display: inline-block;
    margin: 15px 0 0;
  }
}
._error .order-comment-input {
  outline: none;
  border: 2px solid #ed8380;
}
._error .order-comment-input:focus {
  outline: none;
  border: 2px solid #ed8380;
  box-shadow: 0 0 3px #ed8380;
}
.um-remaining-chars {
  display: block;
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  z-index: 1;
  margin-top: -5px;
}
.um-remaining-chars .chars-value {
  color: #ff5501;
  font-weight: 700;
}
.checkout-payment-method .payment-option._collapsible.comment .payment-option-content {
  display: block;
}
.extend_1,
.owl-carousel.products .owl-controls .owl-nav .owl-prev,
.owl-carousel.products .owl-controls .owl-nav .owl-next,
.owl-carousel.products .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
  font-size: 0;
}
.products.products-grid,
.custom-slider {
  position: relative;
  padding: 0 0 20px;
}
.owl-carousel.products {
  display: none;
  width: 100%;
  position: relative;
  z-index: 0;
}
.owl-carousel.products .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel.products .owl-animated-in {
  z-index: 0;
}
.owl-carousel.products .owl-animated-out {
  z-index: 1;
}
.owl-carousel.products .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel.products .owl-stage {
  position: relative;
}
.owl-carousel.products .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel.products .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev {
  width: 40px !important;
  top: 0 !important;
  left: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
  width: 40px !important;
  top: 0 !important;
  right: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next:hover {
  background: none transparent !important;
}
.owl-carousel.products.owl-loaded {
  display: block;
}
.owl-carousel.products.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.products.owl-hidden {
  opacity: 0;
}
.owl-carousel.products .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  user-select: none;
}
.owl-carousel.products .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}
.owl-carousel.products .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-item .product-item {
  width: 100% !important;
  margin: 10px;
}
.owl-carousel.products .owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.products.owl-rtl {
  direction: rtl;
}
.owl-carousel.products.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.products .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel.products .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../../../../frontend/Magento/blank/nl_NL/Mageplaza_Core/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}
.owl-carousel.products .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel.products .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel.products .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel.products .owl-refresh .owl-item {
  display: none;
}
.owl-carousel.products.owl-text-select-on .owl-item {
  user-select: auto;
}
.owl-carousel.products .banner-item .content_slider {
  position: absolute;
  top: 25%;
  left: 50px;
  width: calc(100% - 120px);
  z-index: 1;
  color: #ffffff;
}
.owl-carousel.products .banner-item .content_slider .banner-title {
  width: 100%;
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  clear: both;
}
.owl-carousel.products .banner-item .content_slider .banner-description {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}
.owl-carousel.products .banner-item .content_slider .buttons {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
}
.owl-carousel.products .banner-item .content_slider .buttons a.action.primary {
  margin: 10px;
}
.owl-carousel.products .banner-item .content_slider .buttons .custom_content {
  margin: 10px 0 0;
  text-align: center;
}
.owl-carousel.products .product-item-details {
  float: left;
  width: 100%;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-theme.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme.owl-carousel .owl-controls .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border: 1px solid #d6d6d6;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme.owl-carousel .owl-controls .owl-dot:hover span {
  background: #000000;
}
.owl-theme.owl-carousel .owl-controls .owl-dot.active span {
  background: #000000;
  border: 1px solid #000000;
}
.owl-theme.owl-carousel .product .price-container .price {
  padding-right: 3px;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 0px;
  margin: calc(-@size / 2) 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: 15px;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: black;
  text-indent: 0;
  border-top: none;
  transform: rotate(360deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: 15px;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: black;
  border-top: none;
  transform: rotate(180deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  background-color: #ffffff;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
[class*=owl-carousel-products-] .owl-theme .owl-dots {
  position: relative;
  bottom: -20px;
}
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:after {
  background: #000000;
}
.no-js .owl-carousel {
  display: block;
}
#pre-div-ajax {
  position: relative;
  top: 80px;
}
#pre-div {
  background-color: #ffffff;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
#pre-div .cssload-loader {
  position: relative;
  left: calc(50% - 31px);
  top: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
}
#pre-div .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#pre-div .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #000000;
}
#pre-div .catalog-product-view .product-items .product-item-actions .actions-secondary {
  display: inline-block !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.catalog-product-view.theme-pearl .column.main .block-content.content .block-actions .action.select {
  font-size: 18px;
}
.catalog-product-view .column.main .block-content.content .block-actions .action.select {
  margin-left: 10px;
}
.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related {
  width: 80px;
  margin: 0 auto;
  float: none;
  position: static;
}
/* Mixins */
.css-code-ie-edge {
  /* IE10+ Edge CSS styles go here */
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 5px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e608" !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  overflow: visible !important;
  right: 30px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 42px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
  left: 45px;
}
.css-code-ie-edge [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
  right: -55px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  background: transparent !important;
  color: #fff !important;
}
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
  color: black !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@supports (-ms-ime-align:auto) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@media only screen and (max-width: 1374px) {
  .cart.table-wrapper .item .col.actions .action.action-delete {
    width: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .cart-container {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart-container .form-cart {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    margin: 0 0 50px;
    width: 100% !important;
  }
  .cart-container .cool-packages {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    margin: 0 0 50px;
    width: 100%;
  }
  .cart-container .cool-packages .cool-package {
    width: 100%;
  }
  .cart-container .cart-summary {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .cart.table-wrapper .col.actions {
    text-align: left !important;
    width: 100% !important;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before,
  .cart.table-wrapper .col.actions:before {
    float: left;
    margin-right: 11px;
    padding: 0 !important;
  }
  .cart.table-wrapper .col.actions {
    padding-top: 8px !important;
  }
  .cart.table-wrapper .col.actions .action.action-delete {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding-left: 27.5px;
    width: auto !important;
  }
  .cart.table-wrapper .actions-toolbar > .action {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 5.5px;
    width: 100%;
  }
}
@media only screen and (max-width: 1374px) {
  .minicart-wrapper {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
@media only screen and (max-width: 1024px) {
  .minicart-wrapper {
    margin-left: 0;
  }
  .minicart-wrapper a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    background: none;
    border: 0;
    font-size: 0;
    padding: 0 35px 0 0;
  }
  .minicart-wrapper a .weight {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #b25716;
    color: #b25716;
    display: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding: 2px 5px;
    vertical-align: middle;
    z-index: 1;
  }
  .minicart-wrapper a .weight.visible {
    display: inline-block;
  }
  .minicart-wrapper a .count {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #b25716;
    color: #b25716;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    min-width: 16px;
    padding: 2px;
    position: absolute;
    right: -4px;
    text-align: center;
    top: -2px;
    z-index: 1;
  }
  .minicart-wrapper a .count:before,
  .minicart-wrapper a .count:after {
    content: none;
  }
}
@media only screen and (max-width: 480px) {
  .minicart-wrapper {
    margin-left: 0;
  }
  .minicart-wrapper a {
    line-height: 36px;
  }
  .minicart-wrapper a::after {
    top: 8px;
  }
}
@media only screen and (max-width: 374px) {
  .minicart-wrapper {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .opc-wrapper {
    margin: 0 20px 0 0;
    width: calc(100% - 340px);
  }
}
@media only screen and (max-width: 767px) {
  .opc-wrapper {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .opc-progress-bar {
    width: calc(100% - 340px);
  }
}
@media only screen and (max-width: 767px) {
  .opc-progress-bar {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .opc-progress-bar-item > span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .checkout-index-index .modal-popup {
    left: 0 !important;
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action.primary {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 1024px) {
  .opc-wrapper .shipping-address-item {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
    min-width: 80px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .opc-sidebar {
    width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .opc-sidebar {
    width: calc(100% - 44px);
  }
  .opc-sidebar .modal-inner-wrap {
    padding: 60px 30px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .opc-sidebar .modal-inner-wrap {
    padding: 60px 25px 25px;
  }
  .opc-block-summary > .title {
    font-size: 15px;
  }
  .opc-block-summary .product-item .product-item-name,
  .opc-block-summary .product-item .details-qty {
    font-size: 13px;
    line-height: 1.3;
  }
  .opc-block-summary .product-item .price {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 1374px) {
  .block-authentication .actions-toolbar .secondary a.action {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .authentication-wrapper {
    width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .authentication-wrapper {
    margin-top: -65px;
    width: auto;
  }
  .authentication-dropdown .modal-inner-wrap {
    padding: 50px 30px 30px;
  }
  .block-authentication .block-title {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .authentication-wrapper {
    margin-top: -57px;
  }
  .authentication-dropdown .modal-inner-wrap {
    padding: 50px 25px 25px;
  }
  .block-authentication .block-title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .checkout-payment-method .payment-method-content {
    padding: 10px 0 20px;
  }
  .checkout-payment-method .checkout-billing-address .billing-address-details {
    padding: 0;
  }
  #iDealContainer .adyen-checkout__dropdown--large {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .checkout-agreements-block .checkout-agreements .checkout-agreement input[type="checkbox"] {
    display: inline-block;
  }
  .checkout-agreements-block .checkout-agreements .checkout-agreement label {
    display: inline-block;
    width: calc(100% - 25px);
  }
  .checkout-agreements-block .checkout-agreements .checkout-agreement label button {
    text-align: left;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 767px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .cart-container .cool-package .cool-package--form {
    text-align: center;
  }
  .cart-container .cool-package .cool-package--form .fieldset .product-item-info {
    float: none;
    margin: 0;
    overflow: hidden;
    width: 100%;
  }
  .cart-container .cool-package .cool-package--form .fieldset .product-item-info .product-item-photo {
    float: none;
    margin: 0 auto;
    width: 102px;
  }
  .cart-container .cool-package .cool-package--form .fieldset .product-item-info .price-box {
    float: none;
    padding: 22px 0 0;
  }
  .cart-container .cool-package .cool-package--form .fieldset .qty-actions {
    float: none;
    overflow: hidden;
    width: 100%;
  }
  .cart-container .cool-package .cool-package--form .fieldset .qty-actions .field.qty {
    float: none;
    margin: 0;
    overflow: hidden;
    padding: 22px 0 0;
  }
  .cart-container .cool-package .cool-package--form .fieldset .qty-actions .field.qty .label {
    display: block;
    float: none;
    line-height: 1;
    margin: 0 0 11px;
  }
  .cart-container .cool-package .cool-package--form .fieldset .qty-actions .field.qty .control {
    float: none;
  }
  .cart-container .cool-package .cool-package--form .fieldset .qty-actions .actions {
    float: none;
    padding: 22px 0 0;
  }
}
@media only screen and (max-width: 1374px) {
  .product-item-name {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog-category-view .columns .toolbar-products,
  .catalogsearch-result-index .columns .toolbar-products,
  .ambrand-index-index .columns .toolbar-products {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .catalog-category-view .columns .column.main,
  .catalogsearch-result-index .columns .column.main,
  .ambrand-index-index .columns .column.main {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }
  .catalog-category-view .columns .sidebar-main,
  .catalogsearch-result-index .columns .sidebar-main,
  .ambrand-index-index .columns .sidebar-main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .catalog-category-view .columns .sidebar-additional,
  .catalogsearch-result-index .columns .sidebar-additional,
  .ambrand-index-index .columns .sidebar-additional {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .catalog-category-view .columns .category-bottom-description,
  .catalogsearch-result-index .columns .category-bottom-description,
  .ambrand-index-index .columns .category-bottom-description {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
}
@media only screen and (max-width: 480px) {
  .catalog-category-view .products-grid .product-item,
  .catalogsearch-result-index .products-grid .product-item,
  .ambrand-index-index .products-grid .product-item {
    width: 48.5% !important;
  }
  .catalog-category-view .products-grid .product-item:nth-child(3n+1),
  .catalogsearch-result-index .products-grid .product-item:nth-child(3n+1),
  .ambrand-index-index .products-grid .product-item:nth-child(3n+1) {
    clear: none !important;
    margin-left: 3% !important;
  }
  .catalog-category-view .products-grid .product-item:nth-child(2n+1),
  .catalogsearch-result-index .products-grid .product-item:nth-child(2n+1),
  .ambrand-index-index .products-grid .product-item:nth-child(2n+1) {
    clear: both !important;
    margin-left: 0 !important;
  }
  .products-list .product-item-photo {
    float: none;
    margin: 0 auto 20px;
  }
  .products-list .product-item-details {
    width: 100%;
  }
  .products-list .product-item .price-box {
    margin: 0 0 22px;
    min-height: 0;
  }
}
@media only screen and (max-width: 480px) {
  .product-info-main #product-attributes .label {
    font-weight: 700;
    width: 100%;
  }
  .product-info-main #product-attributes .value {
    width: 100%;
  }
  #align-bottom .share-buttons .buttons {
    margin: 0 11px 11px 0;
  }
  #align-bottom .share-buttons .product-social-links {
    margin: 0 11px 11px 0;
  }
  #align-bottom .share-buttons button.question-mark {
    margin-left: 0;
  }
  #align-bottom .discount-notice {
    padding: 5.5px 15px;
  }
}
@media only screen and (max-width: 1374px) {
  .block-search {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
@media only screen and (max-width: 1024px) {
  .block-search input {
    height: 40px;
    line-height: 38px;
  }
  .block-search .actions {
    height: 38px;
    width: 38px;
  }
  .block-search .actions .action.search::before {
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .block-search {
    clear: both;
    float: left;
    margin: 5px 0 0;
    max-width: 100%;
    width: 100%;
  }
  .block-search input {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (max-width: 1024px) {
  .fieldset > .field:not(.choice) > .control {
    width: 100% !important;
  }
  .login-container .fieldset:after {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .fieldset {
    padding: 22px;
  }
  .login-container .block .block-title {
    margin: 15px;
  }
  .login-container .block .block-content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1374px) {
  .page-header {
    border-bottom: 1px solid #ebebeb;
  }
}
@media only screen and (max-width: 1024px) {
  .page-header .panel.wrapper {
    display: none;
  }
  .header.content {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header.content {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .header.content > .block-search {
    display: block;
    position: relative;
  }
  .logo {
    margin: 0;
    max-width: 151px;
  }
  .logo img {
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
  }
}
@media only screen and (max-width: 480px) {
  .logo {
    max-width: 136px;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 11px 5.5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5.5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  .amazon-addresses .amazon-address,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .block-addresses-list .items.addresses > .item,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.5%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .amazon-addresses .amazon-address:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .block-addresses-list .items.addresses > .item:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .amazon-addresses .amazon-address:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .block-addresses-list .items.addresses > .item:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-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-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .dashboard-welcome-toggler {
    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,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar: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,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .login-container:before,
  .login-container: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,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .amazon-addresses:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after,
  .account .toolbar:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 22px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .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,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .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,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5.5px;
    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,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 22px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .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 {
    float: left;
    position: relative;
    width: 74.359%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .block-cart-failed .action.clear,
  .cart-container .form-cart .action.clear,
  .cart-container .cart-gift-item .action.clear {
    margin-right: 11px;
  }
  h1 {
    font-size: 46px;
    margin-bottom: 44px;
  }
  .bottom-header,
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .copyright,
  .footer-bottom {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1344px;
    width: auto;
  }
  .page-main {
    padding: 22px 0 50px;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .page-print .page-main {
    margin-top: 0;
  }
  .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: 53.845%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 76.9225%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 76.9225%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 0;
  }
  .page-layout-3columns .sidebar-main {
    width: 23.0775%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 23.0775%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 23.0775%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    float: right;
    padding-left: 0;
    padding-right: 0;
    width: 23.08%;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 0;
  }
  .page-layout-3columns .sidebar-additional {
    width: 23.0775%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 23.0775%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 23.0775%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
  .fieldset > .field {
    margin: 0 0 22px;
    box-sizing: border-box;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .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: 22px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 22px;
    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 5.5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 22px;
    font-size: 1.6rem;
    color: #8b8b8b;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 22px;
    padding: 5.5px 22px 5.5px 22px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #8b8b8b;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #8b8b8b;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #414141;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .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: #414141;
    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: 6.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 34px;
    padding: 22px 22px 22px 22px;
    border: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .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 0 0 5.5px;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 0;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 2.4rem;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 767px;
    padding-left: 20px;
  }
  .amblog-post-container.list-item h2.amblog-post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    background: #185eaf;
    text-decoration: none;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 0;
    width: 100%;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #1979c2;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .amcart-message-box,
  .amcart-message-box .related {
    width: 462px;
  }
  .am-related-box,
  .am-related-box .related {
    width: 462px;
  }
  #confirmBox {
    max-height: 90vh;
  }
  #confirmBox .products-grid .product-item-actions {
    margin-top: 0;
  }
  #confirmOverlay.am-center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #confirmOverlay.am-right {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 230px;
  }
  #confirmOverlay.am-left {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 230px;
  }
  #confirmOverlay.am-top-right {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 130px 230px 0 0;
  }
  #confirmOverlay.am-top-left {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 130px 0 0 230px;
  }
  #confirmOverlay.am-top {
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 130px;
  }
  .amcart-message-box .products .product-item {
    margin: 0;
    width: 60%;
  }
  .am-related-box .related .products .item.product:hover .am-actions-wrapper {
    top: 0;
  }
  .am-related-box .related .products .product-item {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links {
    display: none;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links.am-actions-wrapper {
    display: block;
  }
  .amcart-confirm-buttons .button {
    width: 42%;
  }
  .amcart-confirm-buttons .am-btn-left {
    margin-right: 20px;
  }
  .amcart-confirm-buttons .timer {
    display: inline;
  }
  .am-slider.owl-carousel .owl-prev {
    margin-left: 10px;
  }
  .am-slider.owl-carousel .owl-next {
    margin-right: 10px;
  }
  .amcart-minipage-wrap .amcart-message-box {
    min-width: 700px;
  }
  .amcart-minipage-wrap .product-item-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amcart-minipage-wrap .am-photo-container {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0 25px;
    width: 50%;
    border: 0;
    box-sizing: border-box;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    width: 100%;
    border: 0;
  }
  .amcart-minipage-wrap .am-photo-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    clear: both;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 0 25px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    margin: 0;
    max-width: 305px;
    height: 70px;
  }
  .amcart-product-notice {
    padding: 20px 35px;
    width: initial;
    font-size: 14px;
  }
  .ampage-top-info {
    float: right;
    margin: 0;
    width: 50%;
  }
  .ampage-bottom-info {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  .ampage-bottom-info .am-description {
    margin: 0;
  }
  .ampage-bottom-info .product-info-main {
    width: 100% !important;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
    margin: 0;
  }
  .ampage-top-info .am-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .ampage-top-info .product-reviews-summary {
    margin-bottom: 10px;
  }
  .ampage-top-info .product-reviews-summary .action {
    margin-left: 10px;
  }
  .ampage-bottom-info .am-description {
    font-size: 14px;
    margin-top: 5px;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
  }
  .amcart-qty-wrap {
    margin: 0 0 0 25px;
  }
  .amcart-qty-wrap > .amcart-label {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .amcart-qty-wrap > .amcart-refresh {
    margin-left: 15px;
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 33px;
    padding: 11px 0 33px;
  }
  .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;
  }
  .cart-container .form-cart {
    margin-bottom: 33px;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    position: relative;
    top: 0 !important;
    width: 23.077%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 22px;
    margin: 0 0 11px;
  }
  .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 5.5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col {
    padding: 15px 8px 11px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 15px 8px 11px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-photo .product-image-container {
    padding: 11px;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-left: 11px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 11px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 11px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    margin: 10px 0 0;
    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;
  }
  .block-authentication .block-title {
    font-size: 22px;
    border-bottom: 0;
    margin-bottom: 15px;
    padding: 0;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 767px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 11px 33px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 11px 0 0 44px;
  }
  .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-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 22px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 22px 0 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 22px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 22px 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: 22px;
    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%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 22px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 22px;
  }
  .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: 11px;
    padding: 5.5px 11px 11px;
    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: 11px;
    padding: 5.5px 11px 11px;
  }
  .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: 27.5px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .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 .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  #amasty-shopby-product-list #amasty-shopby-overlay .loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .amasty-catalog-topnav .filter-options {
    border-top: 1px solid #cccccc;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 150px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    position: static;
    display: inline-block;
    margin: 0 0 0 15px;
  }
  .am_shopby_apply_filters {
    visibility: hidden;
    position: absolute;
    bottom: inherit;
    display: none;
    width: inherit;
    padding: 0;
    z-index: 9999;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am-show-button {
    position: static;
    margin: 0 0 10px;
    padding: 10px;
    width: inherit;
    border: 1px solid #cccccc;
  }
  .am-show-button.-vertical {
    padding-left: 0;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    box-shadow: 10px 8px 16px rgba(0, 0, 0, 0.16);
  }
  .am-show-button.-vertical:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -20px;
    display: block;
    width: 40px;
    height: 40px;
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0 0 0 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    box-sizing: border-box;
    box-shadow: 7px 6px 16px rgba(0, 0, 0, 0.16);
    z-index: -1;
  }
  .am-show-button.-vertical-right {
    padding: 10px 0;
    min-width: 145px;
    text-align: right;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    box-shadow: -8px 8px 16px rgba(0, 0, 0, 0.16);
  }
  .am-show-button.-vertical-right > .-loading {
    margin: 0 20px;
  }
  .am-show-button.-vertical-right:before {
    content: '';
    position: absolute;
    top: 8px;
    right: -20px;
    display: block;
    width: 40px;
    height: 40px;
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0 0 0 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    box-sizing: border-box;
    box-shadow: 5px 6px 16px rgba(0, 0, 0, 0.16);
    z-index: -1;
  }
  .am-show-button.-horizontal {
    border-radius: 4px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
  }
  .am-show-button.-horizontal:before,
  .am-show-button.-horizontal:after {
    content: '';
    position: absolute;
    left: 50%;
    display: block;
    border: 6px solid transparent;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -moz-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
  }
  .am-show-button.-horizontal:before {
    bottom: 0;
    border-right: 6px solid #cccccc;
    border-bottom: 6px solid #cccccc;
    border-radius: 0 0 3px 0;
  }
  .am-show-button.-horizontal:after {
    bottom: 1px;
    border-right: 6px solid #eeeeee;
    border-bottom: 6px solid #eeeeee;
    border-radius: 0 0 2px 0;
  }
  .am-show-button > .am-button {
    margin-left: 3px;
    padding: 10px 15px;
  }
  .am-show-button.-vertical-right > .am-button {
    margin-left: 5px;
  }
  .brand-images .brands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .brand-images {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  #reorder_product {
    border: 1px solid #eeeeee !important;
    float: left;
    margin-top: 11px;
  }
  #reorder_product thead tr th {
    background: #b25716;
    border: 0 !important;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 5.5px 11px !important;
    text-transform: uppercase;
    white-space: nowrap;
  }
  #reorder_product tbody tr td {
    border-left: 1px solid #eeeeee !important;
    border-top: 1px solid #eeeeee !important;
    font-size: 16px;
  }
  #reorder_product tbody tr td:first-child {
    border-left: 0 !important;
  }
  #reorder_product tbody tr td a.action {
    white-space: nowrap;
  }
  #reorder_product tbody tr td input.qty-reoderproduct,
  #reorder_product tbody tr td input.qtyordered-reoderproduct {
    text-align: center;
    width: 50px;
  }
  #reorder_product tbody tr:first-child td {
    border-top: 0 !important;
  }
  .action-reorder button.bt-reoderproduct {
    margin: 0 auto !important;
    width: auto !important;
  }
  .products-grid .product-item {
    margin: 0 0 44px 0.5725%;
    width: 19.542%;
  }
  .catalog-category-view .products-grid .product-item:nth-child(5n+1),
  .catalogsearch-result-index .products-grid .product-item:nth-child(5n+1),
  .ambrand-index-index .products-grid .product-item:nth-child(5n+1) {
    clear: both;
    margin-left: 0;
  }
  .toolbar-products .pages {
    float: none;
  }
  .products.wrapper ~ .toolbar-products .pages {
    float: right;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 11px 11px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
    width: 61.039%;
  }
  .product.media {
    float: left;
    width: 35.065%;
  }
  .block-search {
    position: relative;
    z-index: 4;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .login-container .block {
    margin: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 33px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 72%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 11px 11px 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 22px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 11px 11px 0;
  }
  .gift-message .field {
    margin-bottom: 22px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 22px;
  }
  .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;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .table-order-items {
    border: 1px solid #eeeeee !important;
  }
  .table-order-items thead tr th {
    background: #b25716;
    border: 0 !important;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 5.5px 11px;
    text-transform: uppercase;
  }
  .table-order-items tbody tr td {
    border-left: 1px solid #eeeeee !important;
    border-top: 1px solid #eeeeee !important;
    font-size: 16px;
  }
  .table-order-items tbody tr td:first-child {
    border-left: 0 !important;
  }
  .table-order-items tbody tr td a.action {
    white-space: nowrap;
  }
  .table-order-items tbody tr:first-child td {
    border-top: 0 !important;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .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;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -22px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .header.panel > .header.links {
    display: none;
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 16px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5.5px;
  }
  .page-header .header.panel {
    padding-bottom: 11px;
    padding-top: 11px;
  }
  .page-main > .page-title-wrapper .page-title {
    display: block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 22px;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 11px;
    padding-right: 11px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .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;
  }
  .page-layout-2columns-left .column.main {
    width: 74.36%;
  }
  .page-layout-2columns-right .column.main {
    width: 74.36%;
  }
  .page-layout-2columns-left .column.left {
    width: 23.08%;
  }
  .page-layout-2columns-right .column.left {
    width: 23.08%;
  }
  .page-layout-2columns-left .column.right {
    width: 23.08%;
  }
  .page-layout-2columns-right .column.right {
    width: 23.08%;
  }
  .actions-toolbar .primary {
    float: right;
  }
  .actions-toolbar .secondary {
    float: left;
  }
  .actions-toolbar .secondary a.action {
    line-height: 1;
    margin-top: 13px;
  }
  .header-top-links label {
    display: none;
  }
  .header-top-links ul {
    padding: 0;
  }
  .header-top-links ul li {
    float: left;
  }
  .header-top-links ul li a {
    line-height: 32px;
  }
  .top-shipping-method {
    margin-left: 15px;
  }
  .top-shipping-method #shipping-info select {
    margin-top: -2px;
    width: 120px;
  }
  .page-footer .footer-top-container .footer-top .footer-newsletter {
    width: 31.624%;
  }
  .page-footer .footer-top-container .footer-top .footer-case-studies {
    width: 65.812%;
  }
  .page-footer .footer-top-container .footer-top .footer-case-studies ul li {
    margin: 0 0 0 3.896%;
  }
  .page-footer .footer.content .footer-column {
    width: 23.077%;
  }
  .page-footer .footer.content .footer-column.fc1 {
    width: 31.624%;
  }
  .page-footer .footer.content .footer-column.fc3,
  .page-footer .footer.content .footer-column.fc4 {
    width: 18.804%;
  }
  .page-footer .footer-bottom-container .footer-bottom .footer-bottom-shipments {
    margin: 4px 0;
  }
  .page-footer .footer-bottom-container .footer-bottom .footer-bottom-shipments img {
    float: left;
    margin-left: 30px;
  }
  .page-footer .footer-bottom-container .footer-bottom .footer-bottom-shipments img:first-child {
    margin-left: 0;
  }
  .page-footer .footer-bottom-container .footer-bottom .footer-bottom-payments {
    text-align: right;
  }
  .slideshow-block {
    margin: 0 0 33px;
  }
  .home-categories {
    margin: 0 0 33px;
  }
  .home-categories ul.block-items li.item {
    float: left;
    margin: 0 0 0 2.564%;
    width: 31.624%;
  }
  .home-categories ul.block-items li.item:first-child {
    margin: 0;
  }
  .home-testimonials {
    margin: 0 0 33px;
  }
  .home-testimonials ul.testimonials li.testimonial .content .testimonial-content {
    margin-bottom: 33px;
  }
  .home-testimonials ul.testimonials li.testimonial .content .testimonial-source {
    font-size: 16px;
  }
  .home-products .products-grid {
    margin: 0 0 0 -24px;
  }
  .home-products .products-grid .product-item {
    margin: 0 0 0 24px;
  }
  .home-newest-products {
    margin-bottom: 70px;
  }
  .home-featured-products {
    margin-bottom: 44px;
  }
  .advantages-block-container {
    margin: 0 0 44px;
  }
  .advantages-block-container .advantages-block .block.block-left {
    float: left;
    width: 48.718%;
  }
  .advantages-block-container .advantages-block .block.block-right {
    float: right;
    width: 48.718%;
  }
  .home-favorites-products {
    margin-bottom: 55px;
  }
  .discount-popup.modal-popup .modal-inner-wrap {
    max-width: 460px;
  }
  .category-view.has-image .page-title-wrapper {
    left: 33px;
  }
  .product-view .product-shop .page-title-wrapper .page-title {
    font-size: 32px;
  }
  .related-products-block .products-grid {
    margin: 0 0 0 -30px;
  }
  .related-products-block .products-grid .product-item {
    margin: 0 0 0 30px;
  }
}
@media all and (min-width: 1024px), print {
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list > .amblog-item {
    min-width: 190px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .amcart-minipage-wrap .amcart-message-box {
    width: 820px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    margin: 0 35px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    max-width: 355px;
  }
  .amcart-minipage-wrap .am-photo-container {
    padding: 0 25px 0 35px;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    text-align: left;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 35px 0 0;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-search-wrapper {
    float: right;
    width: 20%;
  }
  .brand-images .brands-letter {
    padding-right: 35px;
    width: inherit;
  }
  .brand-images .brands-letter .brand-item {
    margin: 0 10px 20px;
  }
  .amslider .slide {
    margin: 0 20px 20px 0;
    max-width: 32%;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .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 {
  .brands-filters .letter {
    margin: 0;
  }
  .brands-filters .letter-all {
    margin-right: 20px;
  }
  .amslider .wrapper {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .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;
  }
}
@media only screen and (max-width: 1374px) {
  .header.content .kiyoh {
    display: none;
  }
  .header-top-links ul li {
    margin: 0 0 0 22px;
    padding-left: 26px;
  }
  .top-shipping-method {
    display: inline-block;
    float: none;
  }
  .page-footer .footer-top-container .footer-top {
    margin-left: 1.25%;
    margin-right: 1.25%;
    padding: 22px 0;
    width: 97.5%;
  }
  .page-footer .footer-top-container .footer-top .footer-case-studies ul li {
    margin: 0 0 0 3.839%;
  }
  .page-footer .footer.content {
    padding: 27.5px 0;
  }
  .page-footer .footer-bottom-container .footer-bottom {
    padding: 22px 0;
  }
  .page-footer .footer-bottom-container .footer-bottom .footer-bottom-shipments img {
    margin-left: 25px;
  }
  .page-footer .copyright-container .copyright {
    padding: 22px 0;
  }
  .slideshow-block .slideshow {
    float: none;
    margin: 0 auto 27.5px;
    width: 100%;
  }
  .slideshow-block .slideshow-right-block {
    height: auto;
    padding: 19px;
    width: 100%;
  }
  .home-categories {
    min-height: 15.416vw;
  }
  .home-categories ul.block-items li.item {
    height: 15.416vw;
  }
  .home-categories ul.block-items li.item .category_image .category-name {
    bottom: 22px;
  }
  .home-categories ul.block-items li.item .category_image .category-name span {
    font-size: 20px;
  }
  .home-products .title {
    font-size: 26px;
  }
  .home-newest-products {
    margin-bottom: 50px;
  }
  .advantages-block-container .advantages-block .block .title {
    font-size: 20px;
  }
  .cms-verzendinformatie .column.main {
    overflow-x: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .page-title-wrapper {
    margin: 0 0 22px;
    padding: 0 0 5.5px;
  }
  .page-title-wrapper .page-title {
    font-size: 25px;
  }
  .header-top-links {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background: #ffffff;
    border: 1px solid #dadada;
    position: relative;
  }
  .header-top-links:after {
    color: #bababa;
    content: '\f0d7';
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    right: 22px;
    top: 0;
  }
  .header-top-links label {
    border-bottom: 2px solid #f2f2f2;
    color: #898989;
    display: block;
    font-size: 14px;
    height: 33px;
    line-height: 30px;
    min-width: 110px;
    padding: 0 44px 0 11px;
    text-align: left;
  }
  .header-top-links ul {
    -webkit-box-shadow: 0 1px 5.5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5.5px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 5.5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5.5px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border: 1px solid #dadada;
    display: none;
    left: -1px;
    padding: 5.5px 0 11px;
    position: absolute;
    top: 34px;
    width: 160px;
    z-index: 5;
  }
  .header-top-links ul li {
    display: block;
    float: none;
    line-height: 20px;
    margin: 0 !important;
    padding: 3px 11px !important;
    text-align: left;
  }
  .header-top-links ul li:before {
    display: none;
  }
  .header-top-links ul li a {
    line-height: 20px;
  }
  .header.content .quick-access {
    height: 40px;
    margin: 11px 0;
  }
  .switcher.language.switcher-language-mobile {
    display: inline-block;
    float: none;
    margin: 0 0 0 20px;
    padding: 10px 0;
  }
  .top-shipping-method {
    display: none;
  }
  .page-footer .footer-top-container .footer-top .footer-case-studies ul li {
    margin: 0 0 0 3.703%;
  }
  .page-footer .footer.content .footer-column .title {
    margin: 0 0 27.5px;
  }
  .page-footer .footer-bottom-container .footer-bottom {
    padding: 11px 0;
  }
  .page-footer .footer-bottom-container .footer-bottom .footer-bottom-shipments {
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
  }
  .page-footer .footer-bottom-container .footer-bottom .footer-bottom-shipments img {
    float: none;
  }
  .page-footer .footer-bottom-container .footer-bottom .footer-bottom-payments {
    text-align: center;
    width: 100%;
  }
  .page-footer .copyright-container .copyright .copyright-text,
  .page-footer .copyright-container .copyright .copyright-links {
    margin-bottom: 11px;
  }
  .page-footer .copyright-container .copyright .footer-socials {
    clear: both;
    margin: 0 22px 0 0;
  }
  .page-footer .copyright-container .copyright .developer-link {
    float: left;
  }
  .home-categories ul.block-items li.item .category_image .category-name {
    bottom: 11px;
  }
  .home-categories ul.block-items li.item .category_image .category-name span {
    font-size: 15px;
  }
  .home-categories ul.block-items li.item .category_image .more-info {
    font-size: 14px;
    line-height: 30px;
    padding: 0 27.5px;
  }
  .home-categories ul.block-items li.item:hover .category_image .more-info {
    top: 33px;
  }
  .home-testimonials ul.testimonials li.testimonial .content {
    padding: 35px 10%;
  }
  .home-products .products-grid {
    margin: 0 0 0 -24px;
  }
  .home-products .products-grid .product-item {
    margin: 0 0 0 24px;
    padding: 0 4px;
  }
  .advantages-block-container {
    margin: 0 0 33px;
  }
  .advantages-block-container .advantages-block .block.block-left {
    float: none;
    margin-bottom: 33px;
    width: 100%;
  }
  .advantages-block-container .advantages-block .block.block-right {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header.content .quick-access {
    margin: 0;
  }
  .header.content .quick-access .block-search {
    display: none;
  }
  .switcher.language.switcher-language-mobile {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-title-wrapper {
    margin: 0 0 15px;
  }
  .page-title-wrapper .page-title {
    font-size: 22px;
    line-height: 28px;
  }
  .header-top-links label {
    max-width: 90px;
    min-width: 90px;
  }
  .header-top-links ul {
    width: 100%;
  }
  .header-top-right {
    margin-top: -34px;
    text-align: center;
    width: 100%;
  }
  .top-account-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    display: inline-block;
    float: none;
    width: 100%;
  }
  .top-account-button a {
    border-bottom: 0;
    height: 33px;
    line-height: 32px;
  }
  .header.content .kiyoh {
    display: none !important;
  }
  .header.content .quick-access {
    height: 36px;
  }
  .top-shipping-method {
    width: 234px !important;
  }
  .top-shipping-method #shipping-info select {
    width: 160px;
  }
  .switcher.language.switcher-language-mobile {
    padding: 8px 0;
  }
  .page-footer .footer-top-container .footer-top {
    margin-left: 3%;
    margin-right: 3%;
    width: 94%;
  }
  .page-footer .footer-top-container .footer-top .footer-newsletter {
    text-align: center;
  }
  .page-footer .footer-top-container .footer-top .footer-newsletter .block-newsletter .field.newsletter {
    margin: 0 auto;
  }
  .page-footer .footer-top-container .footer-top .footer-case-studies {
    text-align: center;
  }
  .page-footer .footer-top-container .footer-top .footer-case-studies p {
    margin-bottom: 22px;
  }
  .page-footer .footer-top-container .footer-top .footer-case-studies ul li {
    margin: 0 0 0 3.36% !important;
  }
  .page-footer .footer.content {
    padding: 20px 0 0 !important;
  }
  .page-footer .footer.content .footer-column {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .page-footer .footer.content .footer-column.fc1,
  .page-footer .footer.content .footer-column.fc3,
  .page-footer .footer.content .footer-column.fc4 {
    width: 100%;
  }
  .page-footer .footer.content .footer-column .title {
    margin: 0 0 15px;
  }
  .page-footer .footer.content .footer-column .content p {
    margin-bottom: 15px;
  }
  .page-footer .footer.content .footer-column.fc3 .content ul li,
  .page-footer .footer.content .footer-column.fc4 .content ul li {
    padding: 0;
  }
  .page-footer .footer.content .footer-column.fc3 .content ul li:before,
  .page-footer .footer.content .footer-column.fc4 .content ul li:before {
    display: none;
  }
  .page-footer .footer-bottom-container {
    display: none;
  }
  .page-footer .copyright-container .copyright {
    padding: 11px 0 !important;
    text-align: center;
  }
  .page-footer .copyright-container .copyright .copyright-text {
    display: block;
    float: none;
    margin-bottom: 5.5px !important;
  }
  .page-footer .copyright-container .copyright .copyright-links {
    display: block;
    float: none;
    margin-bottom: 5.5px !important;
    overflow: hidden;
  }
  .page-footer .copyright-container .copyright .copyright-links ul li {
    display: inline-block;
    float: none;
    margin: 0;
  }
  .page-footer .copyright-container .copyright .copyright-links ul li:first-child {
    margin: 0;
    padding: 0;
  }
  .page-footer .copyright-container .copyright .copyright-links ul li:first-child:before {
    display: none;
  }
  .page-footer .copyright-container .copyright .footer-socials {
    display: block;
    float: none;
    margin: 0 0 5px;
    overflow: hidden;
  }
  .page-footer .copyright-container .copyright .footer-socials ul {
    height: 22px;
  }
  .page-footer .copyright-container .copyright .footer-socials ul li {
    display: inline-block;
    float: none;
  }
  .page-footer .copyright-container .copyright .developer-link {
    float: none;
  }
  .home-top-text p {
    font-size: 13px;
  }
  .slideshow-block .slideshow-right-block {
    padding: 12px !important;
  }
  .slideshow-block .slideshow-right-block .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    padding-bottom: 6px;
  }
  .slideshow-block .slideshow-right-block .content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .slideshow-block .slideshow-right-block .content strong {
    font-size: 16px;
    line-height: 18px;
  }
  .home-categories ul.block-items li.item {
    height: 150px !important;
  }
  .home-categories ul.block-items li.item .category_image .category-name {
    bottom: 15px !important;
  }
  .home-categories ul.block-items li.item .category_image .category-name span {
    font-size: 20px !important;
  }
  .home-categories ul.block-items li.item .category_image .more-info {
    line-height: 36px !important;
    padding: 0 32px !important;
  }
  .home-categories ul.block-items li.item:hover .category_image .more-info {
    top: 44px !important;
  }
  .home-testimonials ul.testimonials li.testimonial .content {
    padding: 22px 20% !important;
  }
  .home-testimonials ul.testimonials li.testimonial .content .testimonial-content,
  .home-testimonials ul.testimonials li.testimonial .content .testimonial-source {
    font-size: 13px;
  }
  .home-testimonials ul.testimonials .slick-arrow i.fa-circle {
    font-size: 28px;
    line-height: 28px;
  }
  .home-testimonials ul.testimonials .slick-arrow i.fa-circle i {
    font-size: 11px;
    line-height: 28px;
  }
  .home-products .title {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 5.5px;
  }
  .home-products .slick-arrow {
    top: -59px;
  }
  .home-products .products-grid .product-item {
    padding: 0 2px !important;
  }
  .home-products.home-favorites-products .title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 374px) {
  .header.content {
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header.content::before,
  .header.content::after {
    display: none;
  }
  .header.content .nav-toggle {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    margin: 5px 15px 5px 0;
  }
  .header.content .quick-access {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .header.content .logo {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
    margin: 0 auto;
    max-width: initial;
    text-align: center;
    width: 100%;
  }
  .header.content .logo img {
    display: inline-block;
    max-width: 136px;
  }
  .header.content .block-search {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    order: 4;
  }
}
@keyframes slideshowCaption {
  from {
    bottom: -116px;
    visibility: hidden;
  }
  to {
    bottom: 0;
    visibility: visible;
  }
}
@-moz-keyframes slideshowCaption {
  from {
    bottom: -116px;
    visibility: hidden;
  }
  to {
    bottom: 0;
    visibility: visible;
  }
}
@-webkit-keyframes slideshowCaption {
  from {
    bottom: -116px;
    visibility: hidden;
  }
  to {
    bottom: 0;
    visibility: visible;
  }
}
@-o-keyframes slideshowCaption {
  from {
    bottom: -116px;
    visibility: hidden;
  }
  to {
    bottom: 0;
    visibility: visible;
  }
}
@-ms-keyframes slideshowCaption {
  from {
    bottom: -116px;
    visibility: hidden;
  }
  to {
    bottom: 0;
    visibility: visible;
  }
}
/**
 * Copyright © 2021 Best4u Development. All rights reserved.
 */
/**
 * Copyright © 2021 Best4u Development. All rights reserved.
 */
@media only screen and (max-width: 1024px) {
  .amsitemap-index-index .am-sitemap-column {
    width: calc((100% - 2 * 30px) / 3) !important;
  }
}
@media only screen and (max-width: 767px) {
  .amsitemap-index-index .am-sitemap-column {
    width: calc((100% - 30px) / 2) !important;
  }
}
@media only screen and (max-width: 639px) {
  .amsitemap-index-index .sitemapSection h2 {
    padding-bottom: 5px;
  }
  .amsitemap-index-index .am-sitemap-column {
    margin: 0;
    width: 100% !important;
  }
}
/**
 * Copyright © 2021 Best4u Development. All rights reserved.
 */
/**
 * Copyright © 2023 Best4u Media B.V. All rights reserved.
 */
/**
 * Copyright © 2021 Best4u Development. All rights reserved.
 */
@media only screen and (max-width: 1374px) {
  .catalog-category-children .category-items .category-item-usp {
    font-size: 27px;
  }
  .supermarkets-block h2 {
    font-size: 28px;
    margin: 0 0 40px;
  }
  .supermarkets-block ul li {
    margin: 0 0 0 30px;
    width: calc((100% - 2 * 30px) / 3);
  }
}
@media only screen and (max-width: 991px) {
  .catalog-category-children-page .category-description {
    margin-bottom: 30px;
  }
  .catalog-category-children .category-items .category-item {
    width: calc((100% - 6 * 10px) / 3);
  }
  .catalog-category-children .category-items .category-item-usp {
    font-size: 25px;
  }
  .supermarkets-block {
    margin: 40px 0;
  }
  .supermarkets-block h2 {
    font-size: 25px;
    margin: 0 0 30px;
  }
  .supermarkets-block ul li {
    margin: 0 0 0 20px;
    width: calc((100% - 2 * 20px) / 3);
  }
  .supermarkets-block ul li > a .name {
    font-size: 19px;
    padding: 17px 23px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-children .category-items .category-item {
    width: calc((100% - 4 * 10px) / 2);
  }
  .catalog-category-children .category-items .category-item-usp {
    font-size: 22px;
  }
  .supermarkets-block {
    margin: 30px 0;
  }
  .supermarkets-block h2 {
    font-size: 24px;
    margin: 0 0 25px;
  }
  .supermarkets-block ul li {
    margin: 0 0 20px 20px;
    width: calc((100% - 20px) / 2);
  }
  .supermarkets-block ul li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media only screen and (max-width: 639px) {
  .catalog-category-children .category-items {
    margin: 0 -7.5px;
  }
  .catalog-category-children .category-items .category-item {
    margin: 0 7.5px 20px;
    width: calc((100% - 4 * 7.5px) / 2);
  }
  .catalog-category-children .category-items .category-item-link {
    padding: 15px 15px 20px;
  }
  .catalog-category-children .category-items .category-item-link .thumbnail-wrapper {
    padding-top: 75%;
  }
  .catalog-category-children .category-items .category-item-link .category-item-name {
    font-size: 14px;
  }
  .catalog-category-children .category-items .category-item-usp {
    font-size: 23px;
  }
  .supermarkets-block {
    margin: 20px 0;
  }
  .supermarkets-block h2 {
    font-size: 22px;
  }
  .supermarkets-block ul li {
    margin: 0 0 20px 15px;
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (max-width: 480px) {
  .catalog-category-children .category-items .category-item-link {
    padding: 10px 10px 15px;
  }
  .catalog-category-children .category-items .category-item-link .category-item-name {
    font-size: 13px;
  }
  .catalog-category-children .category-items .category-item-usp {
    font-size: 18px;
  }
  .supermarkets-block h2 {
    font-size: 20px;
  }
  .supermarkets-block ul li {
    margin: 0 0 25px;
    width: 100%;
  }
}
/**
 * Copyright © 2022 Best4u Media B.V. All rights reserved.
 */
@media only screen and (max-width: 1374px) {
  .catalog-category-view .page-title-wrapper .page-title,
  .catalogsearch-result-index .page-title-wrapper .page-title {
    font-size: 25px;
  }
  .product-view .product-shop {
    margin: 0 0 33px;
    width: 100%;
  }
  .onze-service-block {
    width: 100%;
  }
  .related-products-block .aw-arp-container__title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog-category-view .page-title-wrapper .page-title,
  .catalogsearch-result-index .page-title-wrapper .page-title {
    font-size: 23px;
  }
  #filters-toggle {
    display: block;
    margin: 0 0 15px;
    width: 241px;
  }
  #filters-toggle .action.toggle {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #777777;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px 0 45px;
    position: relative;
  }
  #filters-toggle .action.toggle::before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #777777;
    content: '\f1de';
    font-family: 'Font Awesome 5 Pro';
    font-size: 19px;
    font-weight: 700;
    left: 10px;
    position: absolute;
    top: 50%;
  }
  .page-with-filter .sidebar.sidebar-main {
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    transition: left 0.3s ease;
    background: #ffffff;
    bottom: 0;
    left: -400px;
    padding: 0;
    position: fixed;
    top: 0;
    width: 400px;
    z-index: 10002;
  }
  .page-with-filter .sidebar.sidebar-main.active {
    left: 0;
  }
  .page-with-filter .sidebar.sidebar-main .filters-block-title,
  .page-with-filter .sidebar.sidebar-main .filters-block-content {
    display: block;
  }
  .page-with-filter .sidebar.sidebar-main .filters-block-title {
    background: #ffffff;
    border-bottom: 2px solid #e0e0e0;
    padding: 15px;
    position: relative;
  }
  .page-with-filter .sidebar.sidebar-main .filters-block-title h2 {
    color: #b25716;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding-right: 40px;
  }
  .page-with-filter .sidebar.sidebar-main .filters-block-title .close {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 15px;
  }
  .page-with-filter .sidebar.sidebar-main .filters-block-title .close::before {
    color: #777777;
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    font-weight: 400;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0;
  }
  .page-with-filter .sidebar.sidebar-main .filters-block-content {
    height: calc(100% - 62px);
    overflow-y: auto;
    padding: 15px;
  }
  .related-products-block .products-grid {
    margin: 0 0 0 -24px;
  }
  .related-products-block .products-grid .product-item {
    margin: 0 0 0 24px;
    padding: 0 4px;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .fotorama--fullscreen .fotorama__wrap {
    max-width: 90% !important;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .page-title-wrapper .page-title,
  .catalogsearch-result-index .page-title-wrapper .page-title {
    font-size: 21px;
    padding-top: 10px;
  }
  .catalog-subcategory-children .category-items .category-item {
    margin: 0 0 0 10px;
  }
  #filters-toggle {
    float: left;
    margin-right: 3%;
    width: 31.335%;
  }
  .catalog-category-view .columns .toolbar-products,
  .catalogsearch-result-index .columns .toolbar-products,
  .ambrand-index-index .columns .toolbar-products {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .catalog-product-view .fotorama--fullscreen {
    background: #ffffff;
  }
  .catalog-product-view .fotorama--fullscreen .fotorama__wrap {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    height: 100%;
    left: 0;
    max-height: 100%;
    max-width: 100% !important;
    top: 0;
    width: 100%;
  }
  .catalog-product-view .fotorama--fullscreen .fotorama__wrap .fotorama__stage {
    height: 100% !important;
  }
}
@media only screen and (max-width: 639px) {
  .page-with-filter .sidebar.sidebar-main {
    left: -300px;
    width: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .catalog-category-view .page-title-wrapper .page-title,
  .catalogsearch-result-index .page-title-wrapper .page-title {
    font-size: 19px;
  }
  #filters-toggle {
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
  }
  .catalog-category-view .columns .toolbar-products,
  .catalogsearch-result-index .columns .toolbar-products,
  .ambrand-index-index .columns .toolbar-products {
    width: calc((100% - 10px) / 2);
  }
  .catalog-category-view .columns .toolbar-products .sorter,
  .catalogsearch-result-index .columns .toolbar-products .sorter,
  .ambrand-index-index .columns .toolbar-products .sorter {
    width: 100%;
  }
  .catalog-category-view .columns .toolbar-products .sorter .sorter-options,
  .catalogsearch-result-index .columns .toolbar-products .sorter .sorter-options,
  .ambrand-index-index .columns .toolbar-products .sorter .sorter-options {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    width: 100%;
  }
  .products.wrapper ~ .toolbar-products {
    width: auto;
  }
  .products.wrapper ~ .toolbar-products .sorter {
    width: auto;
  }
  .product-view .product-shop .page-title-wrapper .page-title {
    font-size: 24px;
  }
  .related-products-block .aw-arp-container__title {
    font-size: 23px;
    line-height: 34px;
    margin-bottom: 15px;
    padding-bottom: 5.5px;
  }
  .related-products-block .slick-arrow {
    top: -59px;
  }
  .related-products-block .products-grid .product-item {
    padding: 0 2px !important;
  }
}
/**
 * Copyright © 2022 Best4u Media B.V. All rights reserved.
 */
/**
 * Copyright © 2021 Best4u Development. All rights reserved.
 */
/**
 * Copyright © 2021 Best4u Development. All rights reserved.
 */
@media only screen and (max-width: 1024px) {
  .header-account-mobile {
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }
  .header-account-mobile a {
    display: block;
    font-size: 0;
    height: 40px;
    position: relative;
    width: 40px;
  }
  .header-account-mobile a::after {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #414141;
    content: '\f007';
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    font-weight: 700;
    left: 50%;
    line-height: 1;
    position: absolute;
    top: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .message.global.cookie {
    padding: 15px;
  }
  .message.global.cookie .content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }
  .message.global.cookie p {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 480px) {
  .header-account-mobile {
    margin: 0 0 0 5px;
  }
  .header-account-mobile a {
    height: 36px;
  }
}
/**
 * Copyright © 2021 Best4u Development. All rights reserved.
 */
/**
 * Copyright © 2021 Best4u Development. All rights reserved.
 */
/**
 * Copyright © 2021 Best4u Development. All rights reserved.
 */
@media only screen and (max-width: 1024px) {
  .slideshow-block .slideshow .owl-carousel .owl-item .banner-item .content_slider .custom_content h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .slideshow-block .slideshow .owl-carousel .owl-item .banner-item .content_slider .custom_content {
    padding: 18px;
  }
  .slideshow-block .slideshow .owl-carousel .owl-item .banner-item .content_slider .custom_content h2 {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 12px;
  }
  .slideshow-block .slideshow .owl-carousel .owl-item .banner-item .content_slider .custom_content p {
    font-size: 16px;
  }
}
.block.crosssell .owl-stage .owl-item .product-item {
  width: 89% !important;
}
.block.crosssell .owl-stage .owl-item .product-item .product-item-actions {
  text-align: center;
}
.block.crosssell .owl-stage .owl-item .product-item .product-item-actions .actions-primary {
  display: block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
@keyframes slideshowCaption {
  from {
    bottom: -116px;
    visibility: hidden;
  }
  to {
    bottom: 0;
    visibility: visible;
  }
}
@-moz-keyframes slideshowCaption {
  from {
    bottom: -116px;
    visibility: hidden;
  }
  to {
    bottom: 0;
    visibility: visible;
  }
}
@-webkit-keyframes slideshowCaption {
  from {
    bottom: -116px;
    visibility: hidden;
  }
  to {
    bottom: 0;
    visibility: visible;
  }
}
@-o-keyframes slideshowCaption {
  from {
    bottom: -116px;
    visibility: hidden;
  }
  to {
    bottom: 0;
    visibility: visible;
  }
}
@-ms-keyframes slideshowCaption {
  from {
    bottom: -116px;
    visibility: hidden;
  }
  to {
    bottom: 0;
    visibility: visible;
  }
}
