/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media screen and (max-width: 1025px) {
  .navigation {
    padding: 0;
  }
  .navigation .ui-menu {
    display: none;
  }
  .navigation.active .ui-menu {
    display: block;
  }
  .navigation .topcatemenu ul li.categories-menu {
    display: none;
  }
  .navigation .link-arrow {
    position: relative;
  }
  .navigation .link-arrow a {
    display: block;
    width: calc((100% - 50px));
    box-sizing: border-box;
    padding-left: 20px;
  }
  .navigation .link-arrow .mobile-menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    z-index: 1;
    width: 40px;
    font-size: 0;
  }
  .navigation .link-arrow .mobile-menu:after {
    content: '\e91a';
    font-family: 'luma-icons';
    font-size: 7.5px;
    color: #110f0f;
    line-height: normal;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
  }
  .navigation .left_section {
    display: none;
  }
  .navigation .parent .level-top {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: #333;
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
    background: #fff;
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: none;
    padding: 12px 0 0;
  }
  .nav-sections .header.links li {
    font-size: 1.4rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 0 solid #d1d1d1;
    font-weight: 500;
    padding: 14px 20px;
    border-bottom: 1px solid #f4f4f4;
    color: #333;
  }
  .nav-sections .header.links li.greet.welcome span.check-next-span {
    display: none;
  }
  .nav-sections .header.links li > a {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 14px 20px;
    border-bottom: 1px solid #f4f4f4;
  }
  .nav-sections .header.links li > a:hover {
    padding: 14px 20px;
    font-weight: 500;
    color: #a6d05e;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
    padding: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.8);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-open .nav-toggle:before {
    content: '\e930';
    color: #fff;
    z-index: 2;
    position: absolute;
    top: -24px;
    left: -4px;
  }
  .nav-toggle:before {
    color: #fff !important;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #f4f4f4;
    box-sizing: border-box;
    float: left;
    height: 50px;
    padding-top: 0;
    text-align: center;
    width: 50%;
    line-height: 50px;
    position: relative;
  }
  .nav-sections-item-title a {
    color: #555;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    position: relative;
    display: block;
  }
  .nav-sections-item-title a:before {
    font-size: 20px;
    color: #545454;
    content: '\e92f';
    font-family: 'luma-icons';
    line-height: 48px;
    font-weight: 400;
    vertical-align: top;
    margin: 0;
    position: absolute;
    top: 0;
    left: 20px;
  }
  .nav-sections-item-title.active:before {
    color: #fff;
  }
  .nav-sections-item-title:nth-child(3) a:before {
    content: '\e92e';
    font-family: 'luma-icons';
    font-size: 20px;
    color: #545454;
    position: relative;
    top: 2px;
    left: -15px;
  }
  .nav-sections-item-title.active {
    background: #0d88c4;
    border-bottom: 0;
  }
  .nav-sections-item-title.active:after {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 99;
    left: 0px;
    right: 0px;
    bottom: -18px;
    margin: 0 auto;
    border: 9px solid;
    border-color: #0d88c4 transparent transparent transparent;
  }
  .nav-sections-item-title.active a {
    color: #fff;
  }
  .nav-sections-item-title.active a:before {
    color: #fff;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 50px;
    width: 100%;
    padding: 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #fff;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: none;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.mobile_show .link-arrow a {
    color: #a6d05e;
  }
  .navigation .level0.mobile_show .mobile-menu:after {
    color: #a6d05e;
    transform: rotate(180deg);
  }
  .navigation .level0.mobile_show ul.level0 {
    display: block !important;
  }
  .navigation .level0.mobile_show ul.level0 li.all-category {
    display: none;
  }
  .navigation .level0.mobile_show ul.level0 li a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 32px;
    position: relative;
  }
  .navigation .level0.mobile_show ul.level0 li a:before {
    content: '';
    background: #a6d05e;
    width: 3px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 8px;
  }
  .navigation .level0.mobile_show ul.level0 li .mobile-menu {
    display: none;
  }
  .navigation .level0.mobile_show ul.level0 li ul.level1 {
    padding-left: 0;
  }
  .navigation .level0.mobile_show ul.level0 li ul.level1 li a {
    font-weight: 400;
    color: #666;
  }
  .navigation .level0.mobile_show ul.level0 li ul.level1 li a:before {
    display: none;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .navigation .categories-menu {
    padding-top: 12px;
  }
  .topcatemenu,
  .categories-menu.mobile-mainmenu {
    display: block;
    border-bottom: none;
  }
  .topcatemenu a,
  .categories-menu.mobile-mainmenu a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 47px;
    padding: 0 20px;
    display: block;
    position: relative;
  }
  .topcatemenu.parent a:after,
  .categories-menu.mobile-mainmenu.parent a:after {
    content: '\e91a';
    font-family: 'luma-icons';
    font-size: 7.5px;
    color: #110f0f;
    line-height: normal;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
  }
  .navigation.active .categories-menu.mobile-mainmenu.parent a {
    color: #090606;
  }
  .navigation.active .categories-menu.mobile-mainmenu.parent a:after {
    content: '\e91a';
    font-family: 'luma-icons';
    font-size: 7.5px;
    color: #0589c5;
    line-height: normal;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(180deg);
  }
  .navigation .categories-menu.parent.mobile-mainmenu {
    background: #f99e20;
  }
  .navigation .categories-menu.parent.mobile-mainmenu a {
    color: #090606;
    font-size: 15px;
    font-weight: 900;
  }
  .topcatemenu {
    border-bottom: 0;
  }
  .topcatemenu ul {
    padding: 0;
  }
  .topcatemenu ul li {
    border-bottom: #f4f4f4 solid 1px;
    margin: 0;
    padding: 0;
  }
  .topcatemenu ul li.brands-menu {
    border-top: #f4f4f4 solid 1px;
  }
  .topcatemenu ul li.brands-menu a:after {
    content: '\e91a';
    font-family: 'luma-icons';
    font-size: 7.5px;
    color: #110f0f;
    line-height: normal;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
  }
  .topcatemenu ul li.viewstore-menu a {
    color: #090606;
    font-size: 12px;
    font-weight: 900;
    padding: 0 48px;
  }
  .topcatemenu ul li.viewstore-menu a:before {
    content: '\e90b';
    font-size: 1.5rem;
    font-family: 'luma-icons';
    position: absolute;
    left: 20px;
    font-weight: normal;
  }
  .topcatemenu ul li.needhelp-menu a {
    color: #090606;
    font-size: 12px;
    font-weight: 400;
    padding: 0 48px;
  }
  .topcatemenu ul li.needhelp-menu a strong {
    font-weight: 900;
  }
  .topcatemenu ul li.needhelp-menu a:before {
    content: '\e90c';
    font-size: 1.5rem;
    font-family: 'luma-icons';
    position: absolute;
    left: 20px;
    font-weight: normal;
  }
  .topcatemenu ul li.quickorder-menu {
    display: block !important;
  }
  .topcatemenu ul li.orderstatus-menu a {
    color: #090606;
    font-size: 12px;
    font-weight: 400;
    padding: 0 48px;
  }
  .topcatemenu ul li.orderstatus-menu a:before {
    content: '\e932';
    font-size: 1.5rem;
    font-family: 'luma-icons';
    position: absolute;
    left: 20px;
    font-weight: normal;
  }
  .topcatemenu .brands-megamenu {
    display: none;
  }
  .topcatemenu.active .brands-menu a {
    color: #a6d05e;
  }
  .topcatemenu.active .brands-menu a:after {
    color: #a6d05e;
    transform: rotate(180deg);
  }
  .topcatemenu.active .brands-megamenu {
    display: block;
  }
  .topcatemenu.active .brands-megamenu .brandslogos-box ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .topcatemenu.active .brands-megamenu .brandslogos-box ul li {
    width: 50%;
    padding: 10px 20px 20px 0;
    border: none;
    box-sizing: border-box;
  }
  .topcatemenu.active .brands-megamenu .brandslogos-box ul li a {
    color: #333;
    line-height: normal;
  }
  .topcatemenu.active .brands-megamenu .brandslogos-box ul li a:after {
    display: none;
  }
  .topcatemenu.active .brands-megamenu .brand-banner-box a:after {
    display: none;
  }
  .follow-us.mobile-view {
    display: block;
    padding: 20px;
  }
  .follow-us.mobile-view .title {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    width: auto;
    padding: 2px 8px 0 0;
    margin: 0;
    vertical-align: middle;
  }
  .follow-us.mobile-view ul {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .follow-us.mobile-view ul li {
    border: none;
  }
  .follow-us.mobile-view ul li a {
    padding: 0 10px;
    line-height: normal;
    background: none;
    width: auto;
  }
  .follow-us.mobile-view ul li a:before {
    font-size: 15px;
    color: #110f0f;
  }
  .orderstatus-menu {
    display: block !important;
  }
  .menu-view-all a {
    text-transform: uppercase;
    font-weight: bold;
  }
  .menu-view-all a:before {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .list_13 > div > li:nth-last-child(2),
  ul.level0.list_12 > div > li:nth-last-child(2) {
    display: none;
  }
  .categories-menu.mobile-mainmenu {
    display: none;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 0;
    border-top: #115272 solid 1px;
    background: #edf0f2;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .nav-sections-item-content > .navigation .follow-us.mobile-view {
    display: none;
  }
  .navigation {
    background: #edf0f2;
    font-weight: 700;
    padding: 0 15px;
    position: relative;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation .level0 {
    margin: 0;
    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;
    display: none;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    font-weight: 400;
    padding: 0;
    margin: 0 !important;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
    display: none;
  }
  .navigation .level0 .submenu a {
    display: block;
    /* line-height: inherit; */
    border-color: transparent;
    color: #575757;
    /* .lib-css(padding, @_submenu-item-padding); */
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu-reverse {
    /*left: auto !important;
                    right: 100%;*/
  }
  .navigation .level0 .submenu li {
    margin: 0;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu li:hover ul {
    display: block !important;
    position: absolute;
    top: -18px;
    left: 100%;
    width: 299px;
    min-width: 299px;
    height: 510px;
    padding: 18px 0 10px 0;
    box-shadow: 0px 0px 20px -10px rgba(68, 68, 68, 0.15);
    box-sizing: border-box;
    background: #fff;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .navigation .topcatemenu {
    margin: 0 0 0 96px;
  }
  .navigation .topcatemenu > ul {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .navigation .topcatemenu > ul li {
    display: inline-block;
    margin: 0 0 0 50px;
    padding: 0;
  }
  .navigation .topcatemenu > ul li > a {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #110f0f;
    line-height: 24px;
    letter-spacing: 0.3px;
    padding: 13px 10px;
    display: block;
    text-decoration: none;
  }
  .navigation .topcatemenu > ul li > a:hover {
    color: #006bb4;
  }
  .navigation .topcatemenu > ul li > a:hover:after {
    color: #006bb4;
  }
  .navigation .topcatemenu > ul li.parent > a:after {
    content: '\e91a';
    font-family: 'luma-icons';
    font-size: 7.5px;
    color: #110f0f;
    line-height: 24px;
    margin-left: 4px;
    vertical-align: top;
  }
  .navigation .topcatemenu > ul li.parent > a:hover:after {
    color: #006bb4;
  }
  .navigation .topcatemenu > ul li.categories-menu.parent > a {
    background: #D8D8D8;
    border-radius: 4px;
    padding: 2px 25px;
  }
  .navigation .topcatemenu > ul li.categories-menu.parent > a:hover {
    color: #000;
    background: #A6D05E;
  }
  .navigation .topcatemenu > ul li.categories-menu.parent > a:hover:after {
    color: #000;
  }
  .navigation .topcatemenu > ul li.my-quote-menu,
  .navigation .topcatemenu > ul li.quickorder-menu,
  .navigation .topcatemenu > ul li.viewstore-menu,
  .navigation .topcatemenu > ul li.needhelp-menu,
  .navigation .topcatemenu > ul li.orderstatus-menu {
    display: none;
  }
  .navigation .topcatemenu .brands-megamenu {
    display: none;
    padding: 50px 50px 50px 0;
    background: #ffffff;
    position: absolute;
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(68, 68, 68, 0.25);
    max-width: 1280px;
    top: 50px;
    left: 15px;
    box-sizing: border-box;
    max-height: 550px;
    overflow-y: auto;
  }
  .navigation .topcatemenu .brands-megamenu:before {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 99;
    left: 346px;
    top: -18px;
    border: 9px solid;
    border-color: transparent transparent #fff transparent;
  }
  .navigation .topcatemenu .brands-megamenu .brandslogos-box {
    width: calc((100% - 360px));
    display: inline-block;
    vertical-align: top;
  }
  .navigation .topcatemenu .brands-megamenu .brandslogos-box ul {
    flex-flow: wrap;
    padding: 0;
    margin: 0;
    display: flex;
  }
  .navigation .topcatemenu .brands-megamenu .brandslogos-box ul li {
    width: 25%;
    margin: 0 0 55px;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
  }
  .navigation .topcatemenu .brands-megamenu .brandslogos-box ul li a {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    font-weight: 500;
    padding: 0 0 0 50px;
    position: relative;
    border-left: #fff solid 5px;
  }
  .navigation .topcatemenu .brands-megamenu .brandslogos-box ul li a strong {
    display: block;
    font-weight: 500;
    padding-top: 10px;
  }
  .navigation .topcatemenu .brands-megamenu .brandslogos-box ul li a img {
    display: block;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    opacity: 0.5;
  }
  .navigation .topcatemenu .brands-megamenu .brandslogos-box ul li a:hover {
    color: #a6d05e;
    border-left: transparent solid 5px;
  }
  .navigation .topcatemenu .brands-megamenu .brandslogos-box ul li a:hover img {
    opacity: 1;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
  }
  .navigation .topcatemenu .brands-megamenu .brandslogos-box ul li a:after {
    display: none;
  }
  .navigation .topcatemenu .brands-megamenu .brand-banner-box {
    width: 320px;
    display: inline-block;
    float: right;
  }
  .navigation .topcatemenu .brands-megamenu .brand-banner-box a {
    display: block;
  }
  .navigation .topcatemenu .brands-megamenu .brand-banner-box a:after {
    display: none;
  }
  .navigation .topcatemenu .brands-megamenu .brand-banner-box img {
    display: block;
  }
  .navigation .topcatemenu.active .brands-megamenu {
    display: block;
  }
  .navigation > ul {
    display: none !important;
    background: #ffffff;
    position: absolute;
    padding: 0;
    top: 50px;
  }
  .navigation > ul:before {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 99;
    left: 190px;
    top: -18px;
    border: 9px solid;
    border-color: transparent transparent #fff transparent;
  }
  .navigation > ul .level0 {
    display: block;
  }
  .navigation.active > .ui-menu {
    display: flex !important;
    padding: 0;
  }
  .navigation.active > .ui-menu .level0 {
    overflow: hidden;
    opacity: 0;
  }
  .navigation.active > .ui-menu .level0.active {
    overflow: visible;
    opacity: 1;
  }
  .navigation.active > .ui-menu .level0.active .level0.submenu {
    overflow: visible;
    opacity: 1;
    display: block !important;
  }
  .navigation.active > .ui-menu .level0.active ~ .active {
    display: none;
  }
  .navigation.active .topcatemenu ul li.categories-menu.parent a:after {
    content: '\e91d';
  }
  .right_section,
  .left_section,
  .brands-megamenu {
    background: #fff;
    scrollbar-width: thin;
    scrollbar-color: #D8D8D8 #ffffff;
  }
  .right_section::-webkit-scrollbar,
  .left_section::-webkit-scrollbar,
  .brands-megamenu::-webkit-scrollbar {
    width: 6px;
    background-color: #ffffff;
  }
  .right_section::-webkit-scrollbar:horizontal,
  .left_section::-webkit-scrollbar:horizontal,
  .brands-megamenu::-webkit-scrollbar:horizontal {
    height: 6px;
  }
  .right_section::-webkit-scrollbar-track,
  .left_section::-webkit-scrollbar-track,
  .brands-megamenu::-webkit-scrollbar-track {
    border: 0px #787878 solid;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px #fff inset;
    -webkit-box-shadow: initial;
  }
  .right_section::-webkit-scrollbar-thumb,
  .left_section::-webkit-scrollbar-thumb,
  .brands-megamenu::-webkit-scrollbar-thumb {
    background-color: #D8D8D8;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    cursor: pointer;
  }
  .right_section::-webkit-scrollbar-thumb:hover,
  .left_section::-webkit-scrollbar-thumb:hover,
  .brands-megamenu::-webkit-scrollbar-thumb:hover {
    background-color: #D8D8D8;
    border: 1px solid #D8D8D8;
  }
  .right_section::-webkit-scrollbar-thumb:active,
  .left_section::-webkit-scrollbar-thumb:active,
  .brands-megamenu::-webkit-scrollbar-thumb:active {
    background-color: #D8D8D8;
    border: 1px solid #D8D8D8;
  }
  .left_section,
  .right_section {
    width: 299px;
    min-width: 299px;
    height: 510px;
    padding: 18px 0 10px 0;
    box-shadow: 0px 0px 20px -10px rgba(68, 68, 68, 0.15);
    box-sizing: border-box;
    position: relative;
  }
  .left_section li.parent > .link-arrow > a:after,
  .right_section li.parent > .link-arrow > a:after {
    display: block;
  }
  .left_section li.parent.level2 > .link-arrow > a:after,
  .right_section li.parent.level2 > .link-arrow > a:after {
    display: none;
  }
  .left_section > .link-arrow > a:after,
  .right_section > .link-arrow > a:after {
    display: block !important;
  }
  .left_section .link-arrow a,
  .right_section .link-arrow a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    line-height: 16px;
    padding: 10px 20px 9px 24px;
    border-left: #fff solid 5px;
    position: relative;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
    height: 35px;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 35px !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .left_section .link-arrow a:after,
  .right_section .link-arrow a:after {
    content: '\e91c';
    font-family: 'luma-icons';
    font-size: 9px;
    color: #333;
    line-height: normal;
    vertical-align: top;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -5px;
    display: none;
  }
  .left_section .link-arrow a:hover,
  .right_section .link-arrow a:hover {
    background: #f4f4f4;
    border-left: #a6d05e solid 5px;
  }
  .left_section .link-arrow a:hover:after,
  .right_section .link-arrow a:hover:after {
    color: #a6d05e;
  }
  .left_section .link-arrow.active a,
  .right_section .link-arrow.active a {
    background: #f4f4f4;
    border-left: #a6d05e solid 5px;
  }
  .left_section .link-arrow.active a:after,
  .right_section .link-arrow.active a:after {
    color: #a6d05e;
  }
  .left_section .link-arrow:nth-of-type(1n+12),
  .right_section .link-arrow:nth-of-type(1n+12) {
    /* display:none; */
  }
  .left_section .menu-view-all a,
  .right_section .menu-view-all a {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: bold;
  }
  .left_section .menu-view-all a span:after,
  .right_section .menu-view-all a span:after {
    content: '\e923';
    font-family: 'luma-icons';
    margin-left: 10px;
  }
  .left_section .menu-view-all a:after,
  .right_section .menu-view-all a:after {
    display: none !important;
  }
  .right_section > .level0 > .link-arrow {
    display: none;
  }
  .right_section .mobile-menu {
    display: none;
  }
  .right_section > li ul.level0 > .ui-menu-item > li:nth-of-type(1n+12) {
    /* display:none; */
  }
  .right_section > li ul.level0 > .ui-menu-item > li ul.level1 > .ui-menu-item > li:nth-of-type(1n+12) {
    /* display:none; */
  }
}
@media screen and (max-width: 1350px) and (min-width: 1024px) {
  .navigation .topcatemenu .brands-megamenu {
    left: 0 !important;
  }
}
@media screen and (max-width: 1299px) and (min-width: 1024px) {
  .navigation {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .navigation .topcatemenu {
    margin: 0 0 0 30px !important;
  }
  .navigation .topcatemenu > ul > li {
    margin-left: 25px !important;
  }
  .navigation .topcatemenu .brands-megamenu {
    padding: 34px 10px 10px 0 !important;
  }
  .navigation .topcatemenu .brands-megamenu:before {
    left: 241px !important;
  }
  .navigation > ul:before {
    left: 100px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .nav-toggle {
    top: 13px;
  }
  .nav-open .nav-toggle {
    top: -20px !important;
    left: 17px;
  }
  .logo {
    margin-left: 44px;
  }
  .navigation {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .navigation ul {
    padding: 0 !important;
  }
  .navigation .topcatemenu {
    margin: 0 !important;
  }
  .navigation .topcatemenu > ul > li {
    margin-left: 0 !important;
  }
  .navigation .topcatemenu .brands-megamenu .brandslogos-box ul li {
    width: 33.33% !important;
  }
  .navigation .topcatemenu .brands-megamenu .brandslogos-box ul li a strong {
    display: block;
  }
  .links-container-title {
    display: none;
  }
  .nav-sections .header.links .header.links {
    display: block;
    position: relative;
    box-shadow: none;
  }
  .nav-sections .header.links .header.links:after,
  .nav-sections .header.links .header.links:before {
    display: none;
  }
  .nav-sections .header.links .customer-welcome {
    display: block;
    padding-top: 0;
  }
  .nav-sections .header.links .customer-welcome .customer-menu {
    display: block;
  }
  .nav-sections .header.links .customer-welcome .customer-name {
    display: none;
  }
  .nav-sections .header.links .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .links-container {
    display: block;
  }
  .nav-sections .links-container .customer-menu {
    display: block;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .nav-toggle {
    top: 29px;
  }
  .nav-open .nav-toggle {
    top: -5px !important;
    left: 17px;
  }
}
@media screen and (max-width: 767px) {
  .navigation {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .navigation .topcatemenu .brands-megamenu .brandslogos-box ul li a strong {
    display: block;
    font-weight: 500;
    padding-top: 10px;
  }
  .follow-us.mobile-view ul li {
    margin: 0;
  }
}
/* .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) { */
@media (min-width: 1100px) {
  .product.data.items {
    /* .lib-data-tabs(); */
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .product.data.items > .item.title.active > .switch:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #0D88C4;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1025px) and (min-width: 1023px) {
  .product.data.items > .item.title:not(:first-child) > .switch {
    margin-left: 10px;
  }
}
/*
@media(max-width:1023px)and(min-width:(@screen__m - 1)) {
	.product.data.items > .item.title:not(:first-child) > .switch {
		margin-left:7px;
	}
	.product.data.items > .item.title > .switch {
		padding:0 10px !important;
		.lib-font-size(14);
	}
}
*/
/* .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) { */
@media (max-width: 1100px) {
  .product.data.items {
    margin: 0;
    border: 0;
  }
  .product.data.items .item.title {
    width: 100%;
  }
  .product.data.items .item.title > .switch {
    padding: 14px 0 10px 0 !important;
    margin: 0 !important;
    height: auto;
    line-height: 20px;
    border-top: 1px solid #f4f4f4;
  }
  .product.data.items .item.title > .switch:after {
    position: absolute;
    right: 0;
    top: 16px;
    line-height: 1;
  }
  .product.data.items .item.title.active > .switch {
    /*
					color:#ECA702 !important;
					border-bottom-color:#ECA702 !important;
					*/
  }
  .product.data.items .item.title.active > .switch:after {
    content: '\e621';
  }
  .product.data.items .item.title.active > .switch span {
    color: #ECA702 !important;
  }
  .product.data.items > .item.content {
    padding: 20px 0;
    margin: 0;
    border: 0;
  }
  .product.data.items > .item.content:last-child {
    padding-bottom: 0;
  }
  .product.data.items .table-wrapper {
    border: 0;
  }
}
@media (max-width: 767px) {
  .product.data.items > .item.content[aria-labelledby="tab-label-video.tab"] > iframe,
  .product.data.items > .item.content[aria-labelledby="tab-label-video.tab"] > p {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 600px) {
  .product.data.items > .item.content iframe {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .checkout-cart-index .page-title-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-cart-index .page-title-wrapper .block-requisition-list {
    margin-bottom: 15px;
  }
}
@media print {
  .requisition-list-requisition-print .table-wrapper table {
    table-layout: auto;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.wrap-text {
  margin-bottom: 30px;
}
.jstree-display-block {
  display: block !important;
}
.form-add-user .field.email .exist-notification-message {
  color: #999999;
  font-size: 12px;
  padding-top: 5px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (max-width: 1024px) and (min-width: 767px) {
  .purchase-order-data-items.product.data.items > .item.title > .switch {
    padding: 1px 15px 1px 15px;
  }
}
/* Checkout Available Credit */
/* Checkout Available Credit */
/**
 * @codingStandardsIgnoreStart
 * phpcs:ignoreFile
 */
@media print {
  body {
    min-width: 102.4rem;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.admin__action-group-wrap {
  display: inline-block;
  position: relative;
}
.admin__action-group-wrap .action-select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  font-weight: 400;
  text-align: left;
}
.admin__action-group-wrap .action-select:hover {
  border-color: #adadad;
}
.admin__action-group-wrap .action-select:hover:before {
  border-color: #757575;
}
.admin__action-group-wrap .action-select:before {
  align-items: center;
  content: '\e622';
  display: flex;
  font-size: 24px;
  justify-content: space-around;
  line-height: 1;
  position: absolute;
  right: 0;
  width: 3.2rem;
}
.admin__action-group-wrap .action-select._active:before {
  content: '\e621';
}
.admin__action-group-wrap .action-select[disabled] {
  color: #000000;
}
.admin__action-group-wrap .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._focus .action-select._mage-error {
  border: 1px solid #ed8380;
}
.admin__action-group-wrap._active {
  z-index: 500;
}
.admin__action-group-wrap._active .action-select:before {
  content: '\e621';
}
.admin__action-group-wrap._active .action-menu {
  box-shadow: 0 0 3px 1px #00699d;
}
.admin__action-group-wrap .action-menu {
  border: 1px solid #adadad;
  display: none;
  max-height: 45rem;
  overflow-y: auto;
}
.admin__action-group-wrap .action-menu._active {
  display: block;
}
.admin__action-group-wrap .action-menu ._disabled:hover {
  background: #ffffff;
}
.admin__action-group-wrap .action-menu ._disabled .action-menu-item {
  cursor: default;
  opacity: .5;
}
.admin__action-group-wrap .action-menu-items {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.admin__action-group-wrap .action-menu-items > .action-menu {
  min-width: 100%;
  position: static;
}
.admin__action-group-wrap .action-menu-items > .action-menu .action-submenu {
  position: absolute;
  right: -100%;
}
.admin__action-group-wrap .validate-select-field {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-action-reset,
.action-close,
.file-uploader-preview .action-remove {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.abs-action-reset:hover,
.action-close:hover,
.file-uploader-preview .action-remove:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.action-close {
  display: inline-block;
  text-decoration: none;
}
.action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
}
.action-close:active {
  transform: scale(0.9);
}
.action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-close:before {
  transition: color 0.1s linear;
  transition: colors all ease-in;
  -webkit-transition: color 1s linear;
  -moz-transition: color 1s linear;
  -o-transition: color 1s linear;
  -ms-transition: color 1s linear;
  transition: color 1s linear;
}
.action-close:hover {
  cursor: pointer;
  text-decoration: none;
}
.admin__action-group-list {
  background-color: #ffffff;
  border: 1px solid #007bdb;
  border-radius: 1px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #000000;
  display: none;
  font-weight: 400;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.admin__action-group-list._active {
  display: block;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.storefront__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .storefront__actions-switch {
  line-height: 3.2rem;
}
.storefront__actions-switch + .admin__field-service {
  min-width: 34rem;
}
input[type='checkbox'].storefront__actions-switch-checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._disabled input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label,
input[type='checkbox'].storefront__actions-switch-checkbox.disabled + .storefront__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:before {
  left: 15px;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label:after {
  background: #79a22e;
}
input[type='checkbox'].storefront__actions-switch-checkbox:checked + .storefront__actions-switch-label .storefront__actions-switch-text:before {
  content: attr(data-text-on);
}
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:before,
input[type='checkbox'].storefront__actions-switch-checkbox:focus + .storefront__actions-switch-label:after {
  border-color: #007bdb;
}
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:before,
._error input[type='checkbox'].storefront__actions-switch-checkbox + .storefront__actions-switch-label:after {
  border-color: #e22626;
}
.storefront__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.storefront__actions-switch-label:before,
.storefront__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.storefront__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.storefront__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.storefront__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
/**
 * 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.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 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;
}
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.aw-helpdesk2-listing .admin__action-dropdown-wrap {
  display: inline-block;
  position: relative;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap .admin__action-dropdown-text:after {
  left: -6px;
  right: 0;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap .admin__action-dropdown-menu {
  left: auto;
  right: 0;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap.active .admin__action-dropdown,
.aw-helpdesk2-listing .admin__action-dropdown-wrap._active .admin__action-dropdown {
  border-color: #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap.active .admin__action-dropdown-text:after,
.aw-helpdesk2-listing .admin__action-dropdown-wrap._active .admin__action-dropdown-text:after {
  background-color: #ffffff;
  content: '';
  height: 6px;
  position: absolute;
  top: 100%;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap.active .admin__action-dropdown-menu,
.aw-helpdesk2-listing .admin__action-dropdown-wrap._active .admin__action-dropdown-menu {
  display: block;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap._disabled .admin__action-dropdown {
  cursor: default;
}
.aw-helpdesk2-listing .admin__action-dropdown-wrap._disabled:hover .admin__action-dropdown {
  color: #333333;
}
.aw-helpdesk2-listing .admin__action-dropdown {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 0;
  box-shadow: none;
  color: #41362f;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -.025em;
  padding: 0.7rem 3.3rem 0.8rem 1.5rem;
  position: relative;
  vertical-align: baseline;
  z-index: 2;
}
.aw-helpdesk2-listing .admin__action-dropdown:hover,
.aw-helpdesk2-listing .admin__action-dropdown:focus {
  background-color: #ffffff;
  color: #060504;
  text-decoration: none;
}
.aw-helpdesk2-listing .admin__action-dropdown:after {
  right: 1.5rem;
}
.aw-helpdesk2-listing .admin__action-dropdown:before {
  margin-right: 1rem;
}
.aw-helpdesk2-listing .admin__action-dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  line-height: 1.36;
  margin-top: -1px;
  min-width: 120%;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 100%;
  transition: all 0.15s ease;
  z-index: 1;
}
.aw-helpdesk2-listing .admin__action-dropdown-menu > li {
  display: block;
}
.aw-helpdesk2-listing .admin__action-dropdown-menu > li > a {
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 0.6rem 0.5rem;
}
.aw-helpdesk2-listing .selectmenu {
  display: inline-block;
  position: relative;
  text-align: left;
  width: auto;
  border: 1px solid #adadad;
  z-index: 1;
  -webkit-appearance: none;
  background-color: #ffffff;
  border-radius: 1px;
  box-shadow: none;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 400;
  height: auto;
  line-height: 1.36;
  transition: border-color 0.1s linear;
  vertical-align: baseline;
}
.aw-helpdesk2-listing .selectmenu:hover {
  border-color: #878787;
}
.aw-helpdesk2-listing .selectmenu:hover .selectmenu-toggle:before {
  border-color: #878787;
}
.aw-helpdesk2-listing .selectmenu._active {
  border-color: #007bdb;
  z-index: 500;
}
.aw-helpdesk2-listing .selectmenu._active .selectmenu-toggle:after {
  transform: rotate(180deg);
}
.aw-helpdesk2-listing .selectmenu .action-save,
.aw-helpdesk2-listing .selectmenu .action-edit,
.aw-helpdesk2-listing .selectmenu .action-delete {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0 1rem 0 1rem;
}
.aw-helpdesk2-listing .selectmenu .action-save:hover,
.aw-helpdesk2-listing .selectmenu .action-edit:hover,
.aw-helpdesk2-listing .selectmenu .action-delete:hover {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.aw-helpdesk2-listing .selectmenu .action-save:before,
.aw-helpdesk2-listing .selectmenu .action-edit:before,
.aw-helpdesk2-listing .selectmenu .action-delete:before {
  content: url('../Aheadworks_Helpdesk2/svg/trash-solid.svg');
  font-family: 'luma-icons';
  display: block;
  min-width: 12px;
}
.aw-helpdesk2-listing .selectmenu .action-edit,
.aw-helpdesk2-listing .selectmenu .action-delete {
  border: 0 solid #ffffff;
  border-left-width: 1px;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.aw-helpdesk2-listing .selectmenu .action-edit:hover,
.aw-helpdesk2-listing .selectmenu .action-delete:hover {
  border: 0 solid #ffffff;
  border-left-width: 1px;
}
.aw-helpdesk2-listing .selectmenu .action-save:before {
  content: url('../Aheadworks_Helpdesk2/svg/right-arrow.svg');
  font-family: 'luma-icons';
  display: block;
  min-width: 12px;
}
.aw-helpdesk2-listing .selectmenu .action-edit:before {
  content: url('../Aheadworks_Helpdesk2/svg/pencil-solid.svg');
  font-family: 'luma-icons';
  display: block;
  min-width: 12px;
}
.aw-helpdesk2-listing .selectmenu button:not(.primary) {
  box-shadow: none;
}
.aw-helpdesk2-listing .selectmenu-value {
  display: inline-block;
}
.aw-helpdesk2-listing .selectmenu-value input[type='text'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  display: inline;
  margin: 0;
  width: 8rem;
}
body._keyfocus .aw-helpdesk2-listing .selectmenu-value input[type='text']:focus {
  box-shadow: none;
}
.aw-helpdesk2-listing .selectmenu-toggle {
  padding-right: 1.8rem;
  background: transparent;
  border: none !important;
  bottom: 0;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.aw-helpdesk2-listing .selectmenu-toggle:focus,
.aw-helpdesk2-listing .selectmenu-toggle:active,
.aw-helpdesk2-listing .selectmenu-toggle:hover {
  background: transparent;
}
.selectmenu._active .aw-helpdesk2-listing .selectmenu-toggle:before {
  border-color: #007bdb;
}
body._keyfocus .aw-helpdesk2-listing .selectmenu-toggle:focus {
  box-shadow: none;
}
.aw-helpdesk2-listing .selectmenu-toggle:before {
  background: #e3e3e3;
  border-left: 1px solid #adadad;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.aw-helpdesk2-listing .selectmenu-toggle:after {
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  content: '';
  height: 0;
  margin-top: -0.2rem;
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.aw-helpdesk2-listing .selectmenu-items {
  background: #ffffff;
  border: 1px solid #007bdb;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: none;
  float: left;
  left: -1px;
  margin-top: 3px;
  max-width: 20rem;
  min-width: calc(100% + 2px);
  position: absolute;
  top: 100%;
}
.aw-helpdesk2-listing .selectmenu-items._active {
  display: block;
}
.aw-helpdesk2-listing .selectmenu-items ul {
  float: left;
  list-style-type: none;
  margin: 0;
  min-width: 100%;
  padding: 0;
}
.aw-helpdesk2-listing .selectmenu-items li {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: flex;
  flex-direction: row;
  transition: background .2s linear;
  margin-bottom: 0;
}
.aw-helpdesk2-listing .selectmenu-items li:hover {
  background: #e3e3e3;
}
.aw-helpdesk2-listing .selectmenu-items li:last-child .selectmenu-item-action {
  color: #007bdb;
  text-decoration: none;
}
.aw-helpdesk2-listing .selectmenu-item {
  position: relative;
  width: 100%;
  z-index: 1;
}
li._edit > .aw-helpdesk2-listing .selectmenu-item {
  display: none;
}
.aw-helpdesk2-listing .selectmenu-item-edit {
  display: none;
  padding: .3rem 4rem .3rem .4rem;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
li:last-child .aw-helpdesk2-listing .selectmenu-item-edit {
  padding-right: .4rem;
}
.aw-helpdesk2-listing .selectmenu-item-edit .admin__control-text {
  margin: 0;
  width: 5.4rem;
}
li._edit .aw-helpdesk2-listing .selectmenu-item-edit {
  display: block;
}
.aw-helpdesk2-listing .selectmenu-item-action {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  color: #000000;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  min-width: 100%;
  padding: 1rem 6rem 1rem 1.5rem;
  text-align: left;
  transition: background .2s linear;
  width: 5rem;
  border: none !important;
  border-radius: 0;
}
.aw-helpdesk2-listing .selectmenu-item-action:hover,
.aw-helpdesk2-listing .selectmenu-item-action:focus {
  background: #e3e3e3;
}
@media (max-width: 1023px) and (min-width: 767px) {
  .aw-helpdesk2__form .top-panel {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
  .aw-helpdesk2__form .panel-element {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 5px 20px;
    box-sizing: border-box;
  }
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.dd-account-subscriptions fieldset > .field {
  width: 48%;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@media (max-width: 767px) {
  .amasty-quote-update .cart.table-wrapper .col.price.qty {
    text-align: left !important;
    padding-left: 0;
  }
  .amasty-quote-update .cart.table-wrapper .col.qty .input-text {
    text-align: center;
    paddin: 0 10px;
  }
  .checkout-cart-index.amasty_quote-cart-index .cart.table-wrapper td.col.subtotal span.price {
    margin: 0;
  }
  .cart.table-wrapper .col.price .control .amquotereq-input {
    width: 75px;
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93ee9e;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
.einvoice-download-section {
  margin: 2rem 0;
  padding: 2rem;
  background: #f5f5f5;
  border: 1px solid #cccccc;
}
.einvoice-download-section .admin__field {
  margin-bottom: 1.5rem;
}
.einvoice-download-section .admin__field-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}
.einvoice-download-section .admin__control-select {
  width: 100%;
  max-width: 400px;
  height: 32px;
  padding: 4px 8px;
}
.einvoice-download-section .actions-toolbar {
  margin-top: 1.5rem;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../Dotdigitalgroup_Sms/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../Dotdigitalgroup_Sms/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.form-create-account .iti__flag-container,
.form-address-edit .iti__flag-container,
#connector-newsletter-form-validate .iti__flag-container {
  height: 32px;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
@font-face {
  font-family: 'Magento-Icons';
  src: url('../Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot');
  src: url('../Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot?#iefix') format('embedded-opentype'), url('../Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff2') format('woff2'), url('../Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff') format('woff'), url('../Magezon_Core/fonts/Magento-Icons/Magento-Icons.ttf') format('truetype'), url('../Magezon_Core/fonts/Magento-Icons/Magento-Icons.svg#Magento-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.mgz-tabgrid {
  float: left;
  width: 100%;
  box-sizing: inherit;
}
.mgz-tabgrid * {
  box-sizing: inherit;
}
.mgz-tabgrid *:before,
.mgz-tabgrid *:after {
  box-sizing: inherit;
}
.mgz-tabgrid .mgz__page-nav {
  width: calc(100% * .25);
  float: left;
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items {
  list-style-type: none;
  margin: 0;
  padding: 1rem 0 1.3rem 0;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item {
  border-left: 3px solid transparent;
  margin-left: .7rem;
  padding: 0;
  position: relative;
  transition: border-color 0.1s ease-out, background-color 0.1s ease-out;
  margin-right: -1px;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item .mgz__page-nav-link {
  border: 1px solid transparent;
  border-width: 1px 0;
  color: #303030;
  display: block;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 -1px;
  padding: 2rem 4rem 2rem 1rem;
  transition: border-color 0.1s ease-out, background-color 0.1s ease-out;
  word-wrap: break-word;
  width: 100%;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item .mgz__page-nav-link:hover {
  text-decoration: none;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item:hover {
  border-color: #e4e4e4;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item:hover .mgz__page-nav-link {
  background: #e4e4e4;
  color: #303030;
  text-decoration: none;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item._active,
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item.ui-state-active {
  border-color: #eb5202;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item._active .mgz__page-nav-link,
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item.ui-state-active .mgz__page-nav-link {
  background: #ffffff;
  border-color: #e3e3e3;
  border-right: 1px solid #ffffff;
  color: #303030;
  margin-right: -1px;
}
.mgz-tabgrid .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item.ui-tabs-loading .mgz__page-nav-item-message-loader {
  display: block;
}
.mgz-tabgrid .mgz-tabgrid_content {
  width: calc(100% * .75);
  float: right;
}
.mgz-tabgrid .mgz-tabgrid_content .ui-tabs-panel {
  margin-top: -1px;
  padding: 2rem;
}
.mgz-tabgrid .mgz-tabgrid_content .fieldset .legend > span {
  color: #303030;
  font-size: 2.2rem;
  font-weight: 300;
  padding: 7px 0 10px;
  display: inline-block;
}
.mgz-tabgrid .mgz-tabgrid_content .fieldset .field {
  margin: 0 0 29px;
  position: relative;
  border: 0;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.mgz-tabgrid .mgz-tabgrid_content .fieldset .field > .label {
  color: #303030;
  font-size: 14px;
  font-weight: 600;
  line-height: 3.2rem;
  padding: 0 30px 0 0;
  white-space: nowrap;
  word-wrap: break-word;
  width: 20%;
  margin-left: 0;
  float: left;
  text-align: right;
}
.mgz-tabgrid .mgz-tabgrid_content .fieldset .field > .control {
  margin: 0;
  width: calc( (100%) * .5 - 30px );
  float: left;
  line-height: 3.2rem;
}
.mgz-tabgrid .mgz-tabgrid_content input[type='checkbox'].mgz__control-checkbox,
.mgz-tabgrid .mgz-tabgrid_content input[type='radio'].mgz__control-checkbox {
  margin: 0;
  position: absolute;
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  vertical-align: top;
}
.mgz-tabgrid .mgz-tabgrid_content .mgz__control-radio + .mgz__field-label,
.mgz-tabgrid .mgz-tabgrid_content .mgz__control-checkbox + .mgz__field-label {
  padding-left: 10px;
  cursor: pointer;
}
.mgz-tabgrid .mgz-tabgrid_content .mgz__control-radio + .mgz__field-label:before,
.mgz-tabgrid .mgz-tabgrid_content .mgz__control-checkbox + .mgz__field-label:before {
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: #514943;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
  font-family: 'Magento-Icons';
  margin-top: 8px;
}
.mgz-tabgrid .mgz-tabgrid_content .mgz__control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz-tabgrid .mgz-tabgrid_content .data-grid-actions-cell input[type='checkbox'] {
  opacity: 1;
  position: relative;
}
.mgz-tabgrid .mgz-tabgrid_content .data-grid-actions-cell input[type='checkbox']:checked + label {
  display: none;
}
.mgz-tabgrid .action-secondary {
  border-radius: 0;
}
.mgz-tabgrid input,
.mgz-tabgrid textarea,
.mgz-tabgrid select {
  transition: border-color 0.1s linear;
  border-color: #adadad;
}
.mgz-tabgrid input:focus,
.mgz-tabgrid textarea:focus,
.mgz-tabgrid select:focus {
  outline: none;
  box-shadow: none;
  border-color: #007bdb;
}
.mgz-tabgrid button {
  box-shadow: none;
  border-radius: 0;
}
.mgz-tabgrid select {
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  line-height: normal;
  min-width: 80px;
  background-repeat: no-repeat;
  background-image: url(../../../../../frontend/Magento/blank/en_US/Magezon_TabGrid/images/arrows-bg.svg), linear-gradient(#e3e3e3, #e3e3e3), linear-gradient(#adadad, #adadad);
  background-position: calc(100% - 12px) -34px, 100%, calc(100% - 33px) 0;
  background-size: auto,33px 100%,1px 100%;
  padding-right: 44px;
}
.mgz-tabgrid input._has-datepicker {
  margin: 0;
  width: 15rem;
}
.mgz-tabgrid textarea {
  min-height: 120px;
}
.mgz-tabgrid .mage-error {
  border: 1px solid #e22626;
  display: block;
  margin: 2px 0 0;
  padding: 0 10px 0;
  background: #fff8d6;
  color: #555555;
  font-size: 12px;
  font-weight: 500;
  box-sizing: border-box;
}
.mgz-tabgrid .mgz__tabgrid-date {
  position: relative;
}
.mgz-tabgrid ._has-datepicker ~ .ui-datepicker-trigger {
  position: absolute;
  left: 12rem;
  top: 0;
  margin: 0;
  line-height: 32px;
}
.mgz-tabgrid ._has-datepicker ~ .ui-datepicker-trigger:before {
  color: #514943;
}
.mgz-tabgrid.tab-horizontal .mgz__page-nav {
  width: 100%;
  margin-bottom: 20px;
}
.mgz-tabgrid.tab-horizontal .mgz__page-nav .mgz__page-nav-items {
  padding: 0;
}
.mgz-tabgrid.tab-horizontal .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item {
  border-left: 0;
  display: inline-block;
  border-top: 3px solid transparent;
  margin-bottom: 0;
}
.mgz-tabgrid.tab-horizontal .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item .mgz__page-nav-link {
  text-align: center;
  padding: 2rem 4rem;
  margin-right: 0;
  border-bottom: 0;
}
.mgz-tabgrid.tab-horizontal .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item:hover {
  border-top-color: #e4e4e4;
}
.mgz-tabgrid.tab-horizontal .mgz__page-nav .mgz__page-nav-items .mgz__page-nav-item.ui-state-active {
  border-top-color: #eb5202;
}
.mgz-tabgrid.tab-horizontal .mgz-tabgrid_content .fieldset .field > .label {
  width: 30%;
}
.mgz-tabgrid.tab-horizontal .mgz-tabgrid_content {
  width: 100%;
  margin-top: 20px;
}
.mgz-tabgrid.tab-horizontal .mgz-tabgrid_content .ui-tabs-panel {
  padding: 0;
}
.mgz-tabgrid .range .range-line {
  position: relative;
}
.mgz-tabgrid .range .range-line:last-child {
  margin-top: 5px;
}
.mgz__page-nav-item-message-loader {
  margin-top: -1rem;
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
}
.mgz__page-nav-item-message-loader .spinner {
  font-size: 2rem;
  margin-right: 1.5rem;
}
.mgz__data-grid button {
  box-shadow: none;
  border-radius: 0;
}
.mgz__data-grid .mgz__data-grid-toolbar {
  margin-top: 1.1rem;
  margin-bottom: 0;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__filter-actions {
  float: left;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__control-support-text {
  margin-left: 30px;
  border: 1px solid transparent;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.36;
  padding-bottom: .6rem;
  padding-top: .6rem;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__control-support-text .mass-select-info._empty {
  display: none;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap {
  float: right;
  margin-left: 30px;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap select {
  width: auto;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap .mgz__data-grid-pager {
  display: inline-block;
  margin-left: 3rem;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap .mgz__data-grid-pager .mgz__control-text {
  -moz-appearance: textfield;
  text-align: center;
  width: 4.4rem;
}
.mgz__data-grid .mgz__data-grid-toolbar .mgz__data-grid-pager-wrap .mgz__control-support-text {
  margin-left: .7rem;
}
.mgz__data-grid .mgz__data-grid-wrap {
  margin-bottom: 2rem;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 1rem;
  padding-top: 2rem;
  float: left;
  width: 100%;
}
.mgz__data-grid .mgz__data-grid-wrap .data-grid-filters:hover td,
.mgz__data-grid .mgz__data-grid-wrap .data-grid-filters td {
  background-color: #f5f5f5;
}
.mgz__data-grid .mgz__data-grid-wrap .data-grid-filters select {
  background-position: calc(100% - 5px) -37px, 100%, calc(100% - 18px) 0;
  background-size: auto,18px 100%,1px 100%;
  height: 2.8rem;
  padding: .2rem 1.8rem .2rem .3rem;
  min-width: 6rem;
  font-size: 1.3rem;
  width: 100%;
}
.mgz__data-grid .mgz__data-grid-wrap .data-grid-filters .data-grid-actions-cell {
  padding: 1rem;
}
.mgz__data-grid input[type="radio"],
.mgz__data-grid input[type="checkbox"] {
  background: #ffffff;
  border: 1px solid #adadad;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  height: 16px;
  width: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.1s ease-in;
  margin: 0;
  position: relative;
}
.mgz__data-grid input[type="radio"]:checked:after,
.mgz__data-grid input[type="checkbox"]:checked:after {
  font-family: 'Magento-Icons';
  content: "\e62d";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  color: #514943;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  font-weight: 400;
}
.mgz__data-grid .data-grid-checkbox-cell-inner {
  display: inline-block;
  padding: 0 1.8rem 0;
  position: relative;
  text-align: right;
}
.mgz__data-grid .data-grid-checkbox-cell-inner input[type='checkbox'].mgz__control-checkbox {
  position: relative;
  opacity: 1;
}
.mgz__data-grid .data-grid-checkbox-cell-inner input[type='checkbox'].mgz__control-checkbox:checked + label:before {
  display: none;
}
.mgz__data-grid .a-center {
  text-align: center;
}
.mgz__data-grid .data-grid .data-grid-actions-cell {
  width: 1%;
}
.mgz__data-grid .data-grid td {
  background-color: #ffffff;
  border-left: 0.1rem dashed #d6d6d6;
  border-right: 0.1rem dashed #d6d6d6;
  color: #303030;
  padding: 1rem 1rem;
}
.mgz__data-grid .data-grid td:first-child {
  border-left-style: solid;
}
.mgz__data-grid .data-grid td:last-child {
  border-right-style: solid;
}
.mgz__data-grid .data-grid .data-grid-filters td {
  vertical-align: top;
}
.mgz__data-grid .data-grid .data-grid-filters td .range .range-line:last-child {
  margin-top: 5px;
}
.mgz__data-grid .data-grid tr:not(.data-grid-editable-row):last-child td {
  border-bottom: 0.1rem solid #d6d6d6;
}
.mgz__data-grid .data-grid tr {
  cursor: pointer;
}
.mgz__data-grid .data-grid tr:hover td {
  background-color: #e5f7fe;
}
.mgz__data-grid .data-grid tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.mgz__data-grid .data-grid tr.data-grid-tr-no-data td {
  font-size: 1.6rem;
  padding: 3rem;
  text-align: center;
}
.mgz__data-grid .data-grid-th {
  background-clip: padding-box;
  color: #ffffff;
  padding: 1rem 1rem;
  position: relative;
  vertical-align: middle;
  font-weight: 600;
  background-color: #514943;
  border: 0.1rem solid #8a837f;
}
.mgz__data-grid .data-grid-th._sortable {
  cursor: pointer;
  transition: background-color 0.1s linear;
  z-index: 1;
}
.mgz__data-grid .data-grid-th._sortable._ascend:before,
.mgz__data-grid .data-grid-th._sortable._descend:before {
  margin-top: -1em;
  position: absolute;
  right: 1rem;
  top: 50%;
}
.mgz__data-grid .data-grid-th._sortable._ascend:before {
  content: '\2193';
}
.mgz__data-grid .data-grid-th._sortable._descend:before {
  content: '\2191';
}
.mgz__data-grid .action-secondary {
  background-color: #514943;
  border-color: #514943;
  color: #ffffff;
}
.mgz__data-grid .action-secondary:hover,
.mgz__data-grid .action-secondary:active,
.mgz__data-grid .action-secondary:focus {
  background-color: #35302c;
  border-color: #35302c;
  box-shadow: 0 0 0 1px #007bdb;
  color: #ffffff;
  text-decoration: none;
}
.mgz__data-grid .action-tertiary {
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  color: #007bdb;
}
.mgz__data-grid .action-tertiary:hover,
.mgz__data-grid .action-tertiary:active,
.mgz__data-grid .action-tertiary:focus {
  color: #007bdb;
  text-decoration: underline;
}
.mgz__data-grid .action-previous > span,
.mgz__data-grid .action-next > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.mgz__data-grid .action-previous {
  margin-right: 2.5rem;
  text-indent: -.25em;
}
.mgz__data-grid .action-previous:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Magento-Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  content: '\e629';
}
.mgz__data-grid .action-next {
  margin-left: 1.5rem;
  text-indent: .1em;
}
.mgz__data-grid .action-next:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Magento-Icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  content: '\e62a';
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.affiliate__positive {
  color: #008000;
}
.affiliate__negative {
  color: #ea0000;
}
.affiliate__balance {
  margin-bottom: 2rem;
}
.affiliate__balance:before,
.affiliate__balance:after {
  content: '';
  display: table;
}
.affiliate__balance:after {
  clear: both;
}
.affiliate__balance > div {
  background: #f5f5f5;
  float: left;
  margin-right: 1rem;
  padding: 1rem;
}
.affiliate__widget-programs {
  background: #f5f5f5;
}
.affiliate__widget_group {
  background-color: #ffd1bd;
}
.affiliate__widget_program-name {
  font-size: 2rem;
}
.affiliate__widget_program-name span {
  font-weight: 600;
}
.affiliate__widget-current span {
  background-color: #ffd1bd;
  border-radius: 3px;
  padding: 0 5px;
}
.affiliate__widget-tabs > .item.title > .switch {
  border: 1px solid #cccccc !important;
}
.affiliate__widget-tabs > .item.title.active > .switch {
  padding-bottom: 1px !important;
}
.affiliate__widget-tabs .affiliate__widget-programs tr {
  border-bottom: 1px solid #cccccc;
}
.affiliate__widget-tabs .affiliate__widget-programs td {
  width: 33%;
}
.affiliate-account__promotion-link {
  margin-bottom: 0 !important;
}
.affiliate__promo-programs {
  width: auto;
}
.affiliate__promo-programs > tbody > tr {
  border-bottom: 3px solid #ffffff;
}
.affiliate__promo-programs td {
  padding: 7px 15px !important;
}
.affiliate__promo-programs td p:last-child {
  margin-bottom: 0;
}
.affiliate__promo-title {
  font-size: 2rem;
  margin-bottom: .5rem;
  margin-top: 0;
}
.affiliate__widget-program_name {
  max-width: 550px;
}
.affiliate__widget-program_description {
  margin-left: 1rem;
}
.affiliate-account__promotion-widget:before,
.affiliate-account__promotion-widget:after {
  content: '';
  display: table;
}
.affiliate-account__promotion-widget:after {
  clear: both;
}
.affiliate-account__promotion-widget .fieldset.general {
  box-sizing: border-box;
  float: left;
  padding-right: 1rem;
  width: 50%;
}
.affiliate-account__promotion-widget .fieldset.information {
  box-sizing: border-box;
  float: left;
  padding-left: 1rem;
  width: 50%;
}
.affiliate-account__promotion-widget .fieldset.information .field.radios label,
.affiliate-account__promotion-widget .fieldset.information .field.checkboxes label {
  font-weight: normal;
  margin-right: 2rem;
}
.affiliate-account__promotion-widget .iframe-container {
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  margin-bottom: 1rem;
  padding: 2rem;
  text-align: center;
}
.affiliate-account__promotion-widget .iframe-container iframe {
  border: 1px dashed #cfcfcf !important;
}
.affiliate-account__promotion-widget .action.primary {
  float: right;
}
.affiliate__account-create legend.label {
  font-weight: 600;
  margin: 0 0 8px;
  display: inline-block;
}
.affiliate__account-create .fieldset.information {
  float: left;
  width: 40%;
}
.affiliate__account-create .fieldset.information .strong {
  font-weight: 600;
}
.affiliate__account-create .fieldset.agreement {
  box-sizing: border-box;
  float: left;
  padding-left: 1rem;
  width: 60%;
}
.affiliate__account-create .fieldset.agreement .agreement-text {
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  margin-bottom: 2rem;
  max-height: 19rem;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 1rem;
}
.affiliate__account-create .fieldset.required > .label:after,
.affiliate__account-create .fieldset.information > .field.required > .control > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset .strong {
  font-weight: 600;
}
.affiliate__account-edit legend.label {
  font-weight: 600;
  margin: 0 0 8px;
  display: inline-block;
}
.affiliate__account-edit .fieldset.general,
.affiliate__account-edit .fieldset.withdraw {
  box-sizing: border-box;
  float: left;
  width: 50%;
}
.affiliate__account-edit .fieldset.general {
  padding-right: 2rem;
}
.affiliate__account-edit .fieldset.withdraw {
  padding-left: 2rem;
}
.affiliate__account-edit .fieldset.required > .label:after,
.affiliate__account-edit .fieldset.general > .field.required > .control > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.affiliate__withdraw-request:before,
.affiliate__withdraw-request:after {
  content: '';
  display: table;
}
.affiliate__withdraw-request:after {
  clear: both;
}
.affiliate__withdraw-request .box.balance {
  float: left;
  margin-top: -1rem;
  width: 30%;
}
.affiliate__withdraw-request .box.request {
  float: left;
  text-align: right;
  width: 70%;
}
.affiliate__withdraw-request .box.request .affiliate__withdraw-request-form {
  margin-top: -3px;
}
.affiliate__withdraw-request-form {
  display: inline-table;
  max-width: 40rem;
  width: 100%;
}
.affiliate__withdraw-request-form .field {
  margin: 0;
}
.affiliate__withdraw-request-form .field .control {
  display: block;
  text-decoration: none;
}
.affiliate__withdraw-request-form .field .control:before {
  color: #c2c2c2;
  content: '\f09d';
  font: normal normal normal 16px/32px FontAwesome;
  margin: 0 0 0 8px;
  position: absolute;
}
.affiliate__withdraw-request-form .field .control .input-text {
  padding-left: 4rem;
}
.affiliate__withdraw-request-form .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.affiliate__withdraw-request-form .actions button.action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -3px;
  white-space: nowrap;
}
.affiliate__statistics-toolbar {
  background: #f5f5f5;
  margin-bottom: 2rem;
  padding: 1rem;
}
.affiliate__statistics-toolbar:before,
.affiliate__statistics-toolbar:after {
  content: '';
  display: table;
}
.affiliate__statistics-toolbar:after {
  clear: both;
}
.affiliate__statistics-toolbar fieldset > div {
  margin-right: 2rem;
  float: left;
}
.affiliate__statistics-toolbar fieldset > div label {
  margin-right: 1rem;
}
.affiliate__statistics-toolbar fieldset > div .datetime-picker {
  max-width: 10rem;
}
.affiliate__statistics-toolbar button[type='submit'] {
  float: left;
}
.affiliate__statistics-toolbar button[type='button'] {
  float: left;
}
.affiliate__statistics-toolbar .current-site {
  margin-top: 5px;
}
.affiliate-widget-view .page-main {
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.affiliate__widget {
  padding: 1rem;
}
.affiliate__widget h1 {
  border-bottom: 1px solid #c2c2c2;
  margin: 0;
  padding: 0 0 .5rem 0;
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.affiliate__widget ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.affiliate__widget ul li {
  box-sizing: border-box;
  display: table-cell;
  float: left;
  max-width: 11rem;
  min-width: 10rem;
  padding: 1rem;
  text-align: center;
}
.affiliate__widget ul li img {
  max-width: 100%;
}
.affiliate__widget ul li a {
  font-weight: normal;
}
/*
 * ShipperHQ
 *
 * @category ShipperHQ
 * @package ShipperHQ\AddressAutocomplete
 * @copyright Copyright (c) 2020 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @author ShipperHQ Team sales@shipperhq.com
 */
.pac-container {
  z-index: 905 !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.block-search {
  float: left;
  margin: 0 0 0 90px;
  position: relative;
  width: 100%;
  z-index: 4;
  max-width: 580px;
}
.block-search .action.search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 17px;
  top: 0;
  z-index: 1;
  opacity: 1 !important;
}
.block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 42px;
  color: #161515;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .action.search:hover:before {
  color: #f99d25;
}
.block-search .action.search:active:before {
  color: inherit;
}
.block-search .action.search:focus,
.block-search .action.search:active {
  background: none;
  border: none;
}
.block-search .action.search:hover {
  background: none;
  border: none;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.block-search .action.search:focus:before {
  color: #f99d25;
}
.search-autocomplete {
  margin-top: 0;
}
@media (max-width: 1300px) and (min-width: 767px) {
  .block-search {
    margin: 0 0 0 50px !important;
  }
  body .ais-Hits-item {
    margin: 10px 7px 10px 7px;
    border: 1px solid #f4f4f4 !important;
    width: calc(33.33% - 14px);
  }
}
@media (max-width: 1023px) and (min-width: 767px) {
  .block-search {
    position: initial !important;
  }
  .block-search .block-content,
  .block-search .aa-Autocomplete {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
@media (max-width: 766px) {
  .block-search {
    position: absolute !important;
    left: 0;
    bottom: 11px;
    width: calc(100% - 40px);
    margin: 0 20px;
    max-width: 100%;
  }
  .block-search .label {
    display: none;
  }
  .block-search .control .input-text {
    height: 34px;
    padding-right: 30px;
  }
  .block-search .action.search {
    right: 10px;
  }
  .block-search .action.search:before {
    line-height: 34px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1025px) {
  #algolia-autocomplete-container .aa-dropdown-menu {
    min-width: auto;
    max-width: 738px;
    left: 47% !important;
    right: auto !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  #algolia_instant_selector .col-md-9 {
    width: 77%;
  }
  #algolia_instant_selector .col-md-3 {
    width: 23%;
  }
}
@media (min-width: 767px) {
  .page-products .product-reviews-summary,
  .wishlist-index-index .product-reviews-summary {
    margin: 10px 0 0 0;
    text-align: left;
  }
  .page-products .product-reviews-summary .reviews-actions .action,
  .wishlist-index-index .product-reviews-summary .reviews-actions .action {
    font-size: 1.4rem;
    margin: 0 0 0 3px;
  }
  .page-products .product-reviews-summary .reviews-actions .action.add,
  .wishlist-index-index .product-reviews-summary .reviews-actions .action.add {
    color: #0378D3;
    text-transform: capitalize;
    border-left: 1px solid #999;
    padding-left: 10px;
    margin-left: 7px;
    text-decoration: underline;
    display: inline-block;
    line-height: 14px;
  }
  .page-products .product-reviews-summary .reviews-actions .action.add:hover,
  .wishlist-index-index .product-reviews-summary .reviews-actions .action.add:hover {
    color: #f99d25;
  }
  .page-products .rating-summary .rating-result:before,
  .wishlist-index-index .rating-summary .rating-result:before,
  .page-products .rating-summary .rating-result > span:before,
  .wishlist-index-index .rating-summary .rating-result > span:before {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }
  .page-products .rating-summary .rating-result,
  .wishlist-index-index .rating-summary .rating-result {
    width: 101px;
  }
  .cms-index-index .products-grid .product-item .product-item-actions .view_detail {
    line-height: 55px;
  }
  .products-grid.slick-slider .slick-track .slick-slide .product-item-details,
  .product-items.slick-slider .slick-track .slick-slide .product-item-details {
    text-align: left;
    min-height: 120px;
  }
  .page-products:not(.page-with-filter) .columns .column.main {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
  .page-products:not(.page-with-filter) .columns .column.main .products-grid .product-item {
    width: calc(25% - 14px);
  }
}
@media (min-width: 1024px) {
  .page-products:not(.page-with-filter) .columns .column.main {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
  .page-products:not(.page-with-filter) .columns .column.main .products-grid .product-item {
    width: calc(20% - 14px);
  }
}
@media (max-width: 1300px) {
  .products-list .product-item {
    padding: 20px;
  }
  .products-list .product-item-details {
    padding-left: 10px;
  }
  .products-list .product-item-actions {
    padding-right: 0;
  }
  .products-list .product-item-actions > div .action,
  .products-list .product-item-actions > div .stock.unavailable {
    letter-spacing: 0;
    font-size: 1.4rem;
  }
  .products-list .product-item-actions > div .action.towishlist:before,
  .products-list .product-item-actions > div .stock.unavailable.towishlist:before,
  .products-list .product-item-actions > div .action.primary:before,
  .products-list .product-item-actions > div .stock.unavailable.primary:before {
    font-size: 2rem;
  }
  .products-list .product-item-actions > div .wishlist.split.button > .action.split:before {
    font-size: 2rem;
  }
  .products-list .product-item-actions > div .wishlist.split.button > .action.split span {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .category-only .clp-page .clp-blocks {
    margin: 0 -15px 50px;
  }
  .clp-page .clp-blocks .clp-block {
    padding: 0 15px;
  }
  .page-layout-2columns-left .clp-page .clp-blocks .clp-block .name {
    height: 50px;
    font-size: 1.4rem;
  }
}
@media (max-width: 1025px) {
  .products-grid .product-item .product-item-actions .action.primary,
  .products-grid .product-item .product-item-actions .stock.unavailable {
    height: 50px !important;
    opacity: 1;
    bottom: -50px !important;
    line-height: 50px !important;
  }
  .products-grid .product-item .product-item-actions .stock.unavailable,
  .products-grid .product-item .product-item-actions .view_detail {
    line-height: 48px;
  }
  .products-grid .product-item .actions-secondary {
    display: block !important;
  }
  .page-products .columns .products-grid .product-items,
  .wishlist-index-index .columns .products-grid .product-items {
    margin: 0 -7px;
  }
  .page-products .columns .products-grid .product-item,
  .wishlist-index-index .columns .products-grid .product-item {
    width: calc(33.33% - 14px);
    padding-bottom: 60px;
    margin: 30px 7px 0;
  }
  .page-products .columns .products-grid .product-item .product-item-actions .action.primary,
  .wishlist-index-index .columns .products-grid .product-item .product-item-actions .action.primary,
  .page-products .columns .products-grid .product-item .product-item-actions .stock.unavailable,
  .wishlist-index-index .columns .products-grid .product-item .product-item-actions .stock.unavailable {
    bottom: 0 !important;
  }
  .page-products .columns .sidebar {
    max-width: 250px;
  }
  .page-products .columns .column.main {
    max-width: calc(100% - 250px);
    padding-left: 20px;
  }
  .clp-page .inner-title {
    margin: 0;
  }
  .clp-page .clp-blocks .clp-block .button {
    position: inherit;
    opacity: 1;
    bottom: inherit;
    display: inline-block;
    width: 100%;
    padding: 0;
    height: auto;
    margin-top: 20px;
    height: 50px !important;
  }
  .clp-page .clp-blocks .clp-block .button a {
    height: 50px;
    line-height: 50px;
  }
  .clp-page .clp-blocks .clp-block picture {
    height: 230px;
  }
  .clp-page .clp-blocks .clp-block img {
    max-height: 85%;
    max-width: 85%;
  }
  .clp-page .clp-blocks .clp-block .name {
    background: none;
  }
}
@media (max-width: 1023px) {
  .page-products .columns .products-grid .product-item,
  .wishlist-index-index .columns .products-grid .product-item {
    width: calc(50% - 14px);
  }
  .products-list .product-item-actions > div {
    width: 100%;
    padding: 0 0 10px 0 !important;
  }
  .products-list .product-item-photo {
    width: 150px;
  }
  .products-list .product-item-details {
    width: calc(100% - 155px);
  }
  .clp-page .clp-blocks .clp-block {
    width: 33.33%;
  }
  .products-grid .product-item .actions-secondary {
    top: 10px;
    right: 5px;
  }
  .page-layout-2columns-left .clp-page .clp-blocks .clp-block {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .products-grid .product-item-name,
  .product-items .product-item-name,
  .products-grid .product.name,
  .product-items .product.name {
    margin: 10px 0 0 0;
  }
  .products-grid .product-item-name a,
  .product-items .product-item-name a,
  .products-grid .product.name a,
  .product-items .product.name a {
    font-size: 1.2rem;
    line-height: 15px;
    height: 45px;
  }
  .products-grid .product-item .product-item-actions .action.primary,
  .product-items .product-item .product-item-actions .action.primary,
  .products-grid .product-item .product-item-actions .stock.unavailable,
  .product-items .product-item .product-item-actions .stock.unavailable {
    height: 40px !important;
    bottom: 0px !important;
    font-size: 1.2rem;
    border-radius: 0;
    line-height: 40px !important;
  }
  .products-grid .product-item .product-item-actions .action.primary:before,
  .product-items .product-item .product-item-actions .action.primary:before,
  .products-grid .product-item .product-item-actions .stock.unavailable:before,
  .product-items .product-item .product-item-actions .stock.unavailable:before {
    font-size: 1.6rem;
  }
  .products-grid .product-item .product-item-actions .stock.unavailable,
  .product-items .product-item .product-item-actions .stock.unavailable {
    line-height: 38px;
  }
  .products-grid .product-item .product-item-actions .view_detail,
  .product-items .product-item .product-item-actions .view_detail {
    line-height: 40px;
    letter-spacing: 0;
  }
  .products-grid .product-item .actions-secondary,
  .product-items .product-item .actions-secondary {
    top: 10px;
    right: 10px;
    display: block !important;
  }
  .products-grid .product-item .actions-secondary .action.towishlist:before,
  .product-items .product-item .actions-secondary .action.towishlist:before {
    font-size: 1.5rem;
  }
  .product-item .price-box {
    margin: 7px 0 0 0;
  }
  .product-item .price-box .price,
  .product-item .price-box .price-wrapper,
  .product-item .price-box .price-label {
    font-size: 1.3rem;
  }
  .product-item .price-box .special-price,
  .product-item .price-box .old-price {
    display: inline-block;
    width: 100%;
  }
  .product-item .price-box .special-price + .old-price,
  .product-item .price-box .old-price + .old-price {
    margin-top: 3px;
  }
  .page-products .columns {
    margin: 26px 0 0 0;
    padding: 0 !important;
  }
  .page-products .columns .sidebar {
    max-width: inherit;
  }
  .page-products .columns .column.main {
    max-width: 100%;
    padding-left: 0;
    border-bottom: 1px solid #c0c0c0;
    padding: 0;
  }
  .page-products .page-title-wrapper .page-title {
    font-size: 2rem;
    letter-spacing: 4px;
    margin: 0 0 13px 0;
  }
  .page-products .category-description {
    color: #555;
    line-height: 16px;
    font-size: 1.2rem;
    margin-bottom: 18px;
  }
  .page-products.catalog-category-view .page-main > .page-title-wrapper {
    margin: 26px 0 0 0;
  }
  .page-products .products-grid .product-item,
  .wishlist-index-index .products-grid .product-item {
    margin-top: 0;
    margin-bottom: 15px;
    border: 1px solid #ccc !important;
    padding: 20px 15px 52px;
    box-shadow: 0 0 35px rgba(68, 68, 68, 0.1);
    width: calc(33.33% - 14px);
    overflow: hidden;
    /*.product-image-wrapper {
					padding:0 !important;
					height:100px;
					margin-top:10px;
				} */
  }
  .page-products .products-grid .product-item .product-item-details,
  .wishlist-index-index .products-grid .product-item .product-item-details {
    text-align: center;
  }
  .page-products .products-grid .product-item .product-item-name,
  .wishlist-index-index .products-grid .product-item .product-item-name,
  .page-products .products-grid .product-item .price-box,
  .wishlist-index-index .products-grid .product-item .price-box,
  .page-products .products-grid .product-item .product-reviews-summary,
  .wishlist-index-index .products-grid .product-item .product-reviews-summary {
    text-align: center;
  }
  .page-products .products-grid .price-box,
  .wishlist-index-index .products-grid .price-box {
    margin: 7px 0 0 0;
  }
  .page-products .products-grid .price-box .price-from,
  .wishlist-index-index .products-grid .price-box .price-from,
  .page-products .products-grid .price-box .price-to,
  .wishlist-index-index .products-grid .price-box .price-to {
    margin: 0 !important;
    display: inline-block;
    width: 100%;
  }
  .page-products .products-grid .price-box .price-from .price-label,
  .wishlist-index-index .products-grid .price-box .price-from .price-label,
  .page-products .products-grid .price-box .price-to .price-label,
  .wishlist-index-index .products-grid .price-box .price-to .price-label {
    font-size: 1.4rem;
  }
  .page-products .products-grid .price-box .price-from,
  .wishlist-index-index .products-grid .price-box .price-from,
  .page-products .products-list .price-box .price-from,
  .wishlist-index-index .products-list .price-box .price-from,
  .page-products .products-grid .price-box .price-to,
  .wishlist-index-index .products-grid .price-box .price-to,
  .page-products .products-list .price-box .price-to,
  .wishlist-index-index .products-list .price-box .price-to {
    margin: 0 !important;
    display: inline-block;
    width: 100%;
  }
  .page-products .products-grid .price-box .price-from .price-label,
  .wishlist-index-index .products-grid .price-box .price-from .price-label,
  .page-products .products-list .price-box .price-from .price-label,
  .wishlist-index-index .products-list .price-box .price-from .price-label,
  .page-products .products-grid .price-box .price-to .price-label,
  .wishlist-index-index .products-grid .price-box .price-to .price-label,
  .page-products .products-list .price-box .price-to .price-label,
  .wishlist-index-index .products-list .price-box .price-to .price-label {
    font-size: 1.4rem;
  }
  .search.results dl.block {
    margin: 10px 0;
  }
  .products-list .product-item {
    text-align: center;
  }
  .products-list .product-item .product-reviews-summary .reviews-actions .action.add {
    border-left: 1px solid #999;
    margin-left: 5px;
    padding-left: 5px;
  }
  .products-list .product-item-details {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .products-list .product-item-actions > div .action {
    height: 45px;
    line-height: 45px;
  }
  .products-list .product-item-actions > div .wishlist.split.button .items {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
  }
  .products-list .product-item-actions > div .wishlist.split.button button {
    height: 43px;
    line-height: 1;
  }
  .products-list .product-item-actions > div .wishlist.split.button > .action.split span {
    line-height: 20px;
  }
  .clp-page .inner-title {
    letter-spacing: 0;
  }
  .clp-page .clp-blocks .clp-block picture {
    height: 170px;
  }
  .catalog-category-view.with-recommended-slider .no-overflow {
    margin: 0 -30px 0 -15px;
  }
  .home-product-slider {
    margin: 30px 0 0 0;
    padding: 26px 0 30px 0;
  }
  .home-product-slider .product-items .product-item {
    margin: 0 10px 0 0;
    width: 162px;
    padding: 20px 15px 50px ;
    border: 1px solid #c8c8c8 !important;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: none !important;
  }
  .home-product-slider .product-items .product-item .product-image-container,
  .home-product-slider .product-items .product-item .product-image-wrapper {
    /*height:110px;
				padding:0 !important;*/
  }
  .home-product-slider .product-items .product-item .product-image-photo {
    max-width: 100%;
    /*max-height:100px; */
  }
  .home-product-slider .product-items .product-item .action.primary,
  .home-product-slider .product-items .product-item .stock.unavailable {
    opacity: 1;
  }
  .home-product-slider .slick-slider .slick-track {
    padding-bottom: 0px;
  }
  .home-product-slider .slick-slider button.slick-arrow.slick-next {
    right: -7px;
    width: 36px;
    height: 36px;
  }
  .home-product-slider .slick-slider button.slick-arrow.slick-prev {
    left: -7px;
    width: 36px;
    height: 36px;
  }
  .home-product-slider .inner-title {
    margin-bottom: 25px !important;
  }
  .sidebar .filter-content .item {
    margin: 0 !important;
  }
  .sidebar .filter.active .filter-title {
    background: #0378d3;
  }
  .sidebar .filter.active .filter-title strong {
    top: 0;
    display: flex;
    width: 96%;
    justify-content: space-between;
    right: 10px;
    color: #fff;
    margin: 0;
  }
  .sidebar .filter.active .filter-title strong::after {
    color: #fff;
  }
  .sidebar .filter.active .filter-subtitle {
    line-height: 26px;
    color: #fff;
  }
  .sidebar .for-mobile-only ul li a {
    padding-left: 0;
    position: initial;
  }
  .sidebar .filter-options-item {
    padding-bottom: 0;
  }
  .sidebar .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 3px 0 !important;
    padding-left: 10px !important;
  }
  .sidebar .filter-title strong:before {
    content: '\e92c';
    font-family: 'luma-icons';
    font-size: 25px;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 0;
    font-weight: normal;
  }
  .sidebar .filter.active .filter-title strong::before {
    display: none;
  }
  .ambrand-index-index .page-title-wrapper {
    padding-top: 25px;
    margin-bottom: -29px;
  }
}
@media (max-width: 639px) {
  .page-products .columns .products-grid .product-item,
  .wishlist-index-index .columns .products-grid .product-item {
    width: calc(50% - 14px);
    padding-bottom: 40px;
    padding: 15px 10px 50px;
  }
  .clp-page .clp-blocks .clp-block {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .page-layout-2columns-left.category-only .clp-page .clp-blocks .clp-block {
    width: 100%;
  }
  .clp-page .clp-blocks .clp-block .name {
    height: auto !important;
    background: none;
  }
}
.catalog-category-view.with-recommended-slider .no-overflow .home-product-slider {
  Z-index: 0;
}
.ambrand-index-index .page-title-wrapper {
  display: block !important;
  padding-top: 25px;
  margin-bottom: -29px;
}
@media (max-width: 1300px) {
  .toolbar-amount {
    padding-left: 20px;
  }
  .page-products .sorter {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 1023px) {
  .page-products .toolbar-products .left,
  .page-products .toolbar-products .right {
    width: 100%;
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  .page-products .toolbar-products {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
  }
  .page-products .toolbar-products .left,
  .page-products .toolbar-products .field.limiter {
    display: none;
  }
  .page-products .toolbar-products .right {
    margin: 0;
  }
  .page-products .sorter .sorter-options,
  .page-products .UNX-sort-block-lb .sorter-options,
  .page-products .sorter .UNX-sort-item,
  .page-products .UNX-sort-block-lb .UNX-sort-item {
    display: none;
  }
  .page-products .sorter .sorter-label,
  .page-products .UNX-sort-block-lb .sorter-label,
  .page-products .sorter .UNX-sort-header,
  .page-products .UNX-sort-block-lb .UNX-sort-header {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #a0e25d;
    z-index: 999;
    border: 0;
    box-shadow: none;
    width: 50%;
    height: 45px;
    padding: 0;
    border-radius: 0;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 45px;
    letter-spacing: 2px;
    text-align: center;
  }
  .page-products .sorter .sorter-label:before,
  .page-products .UNX-sort-block-lb .sorter-label:before,
  .page-products .sorter .UNX-sort-header:before,
  .page-products .UNX-sort-block-lb .UNX-sort-header:before {
    font-family: 'luma-icons';
    content: '\e92b';
    font-size: 25px;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 0;
    font-weight: normal;
  }
  .page-products .sorter .for-mobile-only,
  .page-products .UNX-sort-block-lb .for-mobile-only {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
  }
  .page-products .sorter .for-mobile-only .UNX-sort-item,
  .page-products .UNX-sort-block-lb .for-mobile-only .UNX-sort-item {
    display: block;
    width: 100%;
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    height: auto;
  }
  .page-products .sorter .for-mobile-only > ul,
  .page-products .UNX-sort-block-lb .for-mobile-only > ul {
    padding: 0 0 0 20px !important;
    list-style: none;
    text-align: left;
  }
  .page-products .sorter .for-mobile-only > ul li,
  .page-products .UNX-sort-block-lb .for-mobile-only > ul li {
    margin: 20px 0 0 0 !important;
    display: inline-block !important;
    width: 100%;
    vertical-align: top;
    color: #000;
    padding-left: 33px !important;
    position: relative;
    line-height: 18px;
    text-decoration: none !important;
  }
  .page-products .sorter .for-mobile-only > ul li:before,
  .page-products .UNX-sort-block-lb .for-mobile-only > ul li:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
  }
  .page-products .sorter .for-mobile-only > ul li.UNX-selected-sort:after,
  .page-products .UNX-sort-block-lb .for-mobile-only > ul li.UNX-selected-sort:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0D88C4;
  }
  .page-products .sorter .for-mobile-only > ul li {
    padding: 0 !important;
  }
  .products.wrapper ~ .toolbar-products {
    margin: 10px 0 0 0;
  }
  .products.wrapper ~ .toolbar-products .pages {
    width: 100%;
    text-align: center;
  }
  .popup-open .page-header,
  .popup-open .sidebar {
    display: none;
  }
  .sorter-label-mobile {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: #0D88C4;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: left;
    padding: 15px 0 15px 50px;
  }
  .sorter-label-mobile:before {
    font-family: 'luma-icons';
    content: '\e92b';
    font-size: 25px;
    position: absolute;
    left: 11px;
    top: 1px;
    line-height: 50px;
    font-weight: normal;
  }
  .for-mobile-only ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
    text-align: left;
  }
  .for-mobile-only ul li {
    margin: 20px 0 0 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .for-mobile-only ul li a {
    color: #000;
    padding-left: 33px;
    position: relative;
    float: left;
    line-height: 18px;
    text-decoration: none !important;
  }
  .for-mobile-only ul li a:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
  }
  .for-mobile-only ul li a.selected:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0D88C4;
  }
  .for-mobile-only .close-popup {
    position: absolute;
    right: 10px;
    top: 15px;
  }
  .for-mobile-only .close-popup:after {
    content: '\e92a';
    font-family: 'luma-icons';
    color: #fff;
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .UNX-pagination-block {
    justify-content: center;
    margin-top: 30px;
  }
  .UNX-pagination-block .UNX-page-no-block {
    margin: 0 10px;
  }
}
@media (min-width: 1023px) {
  .page-product-bundle .bundle-options-container .block-bundle-summary.fixed-sidebar {
    position: fixed;
  }
  .page-product-bundle .bundle-options-container .block-bundle-summary.fixed-sidebar.fixed-sidebar-bottom {
    position: absolute;
    bottom: 0;
    top: inherit !important;
  }
}
@media (max-width: 1023px) {
  .page-product-bundle .bundle-options-container .bundle-options-wrapper,
  .page-product-bundle .bundle-options-container form > .product-options-wrapper {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .page-product-bundle .bundle-options-container .block-bundle-summary {
    width: 100%;
  }
  .page-product-bundle .bundle-options-container > .product-add-form {
    margin-bottom: 50px;
  }
  .stick-section {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-product-bundle .bundle-actions .action.primary {
    letter-spacing: 0;
    font-size: 1.6rem;
    width: auto;
  }
  .page-product-bundle .bundle-options-container .block-bundle-summary {
    padding: 20px;
  }
  .page-product-bundle .bundle-options-container .block-bundle-summary .box-tocart .actions .action {
    letter-spacing: 0;
    font-size: 1.3rem !important;
    width: auto;
  }
  .page-product-bundle .bundle-options-container .fieldset-bundle-options > .field .options-list .field.choice .label span {
    line-height: 22px;
  }
  .page-product-bundle .bundle-options-container .fieldset-bundle-options > .field .options-list .field.choice .label:before {
    top: 1px;
  }
  .page-product-bundle .bundle-options-container .fieldset-bundle-options > .field .options-list .field.choice input[type="radio"]:checked + .label:after {
    top: 5px;
  }
  .page-product-bundle .bundle-options-container .legend.title {
    font-size: 2rem;
    line-height: 30px;
  }
  .page-product-bundle .bundle-options-container > .product-add-form {
    margin: 30px 0;
  }
}
@media (max-width: 413px) {
  .page-product-bundle .bundle-options-container .block-bundle-summary .title strong {
    letter-spacing: 1px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .catalog-product_compare-index .page-title-wrapper .page-title {
    margin: 20px 0 10px 0;
  }
  .catalog-product_compare-index .column.main .action.print {
    position: inherit;
    margin: 0 0 20px 0;
    top: inherit;
    display: inline-block;
  }
}
@media (min-width: 767px) {
  .webforms-popup {
    width: 50%;
  }
}
.pdp-top-image {
  text-align: center;
}
.pdp-top-image img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  max-height: 150px;
}
.product-item .price-box .map,
.product-item .price-box .old-map {
  display: none;
}
.product-item .price-box .map-old-price {
  float: none;
  display: inline-block;
}
.map-fallback-price {
  display: none !important;
}
.product-item .price-box .map-show-info {
  display: inline-block;
  vertical-align: middle;
}
#map-popup-content #map-popup-price-box .old-price {
  display: block;
}
#map-popup-content #map-popup-price-box .price-label {
  color: #000;
  font-weight: 400;
}
#map-popup-content #map-popup-price-box .price-label:after {
  content: ':';
}
#map-popup-content #map-popup-price-box .price-wrapper .price {
  color: #000;
}
.ui-dialog.popup {
  width: 300px !important;
}
.map-popup .popup-header {
  margin: 0;
}
.product-info-main .product.attribute.overview dl {
  margin-top: 10px;
  list-style-type: none;
}
.product-info-main .product.attribute.overview dl li {
  margin-top: 5px;
  position: relative;
  padding-left: 20px;
}
.product-info-main .product.attribute.overview dl li div {
  display: inline-block;
  margin: 0 !important;
}
.product-info-main .product.attribute.overview dl li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #000;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.product-info-main .product.attribute.overview strong {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.product-info-main .product.attribute.overview .product-overview > a {
  margin-top: 10px;
  display: inline-block;
}
.product-info-main .product.attribute.overview br + br {
  display: none;
}
.custom-popup-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.7);
}
.custom-popup-loader img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.custom-product-popup .modal-inner-wrap {
  height: calc(100% - 100px);
  max-width: 732px !important;
  width: 100% !important;
  margin-top: 50px;
  margin-bottom: 50px;
}
.custom-product-popup .modal-inner-wrap .modal-content,
.custom-product-popup .modal-inner-wrap .quote-popup,
.custom-product-popup .modal-inner-wrap iframe {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.custom-product-popup .modal-inner-wrap .popdata-text {
  color: #666;
  letter-spacing: 0.3px;
  max-width: 100% !important;
  font-weight: 400 !important;
}
.custom-product-popup .modal-inner-wrap .action-close {
  margin: 20px;
}
.custom-product-popup .modal-inner-wrap .action-close:before {
  font-size: 25px;
  line-height: 25px;
}
.custom-pdp-page .pdp-request-quote {
  padding-left: 0;
  display: block !important;
}
.custom-pdp-page .pdp-request-quote .text {
  font-size: 17px;
  color: #110F0F;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 20px 0 0 0;
}
.custom-pdp-page .pdp-request-quote .text a {
  font-weight: 500;
  color: #0378D3;
  border-bottom: 1px solid #0378D3;
  text-decoration: none;
  line-height: 15px;
  display: inline-block;
}
.custom-pdp-page .pdp-request-quote .text a:hover {
  color: #000;
  border-color: #000;
}
.custom-pdp-page .product-add-form {
  display: none;
}
.custom-pdp-page .product-info-main .price-box,
.custom-pdp-page .product-info-main .product.alert {
  display: none !important;
}
.catalog-product-view .home-product-slider .block-content {
  margin: 0;
}
.catalog-product-view .home-product-slider .owl-carousel .owl-stage {
  margin-top: 0;
}
.catalog-product-view .home-product-slider .inner-title {
  margin-bottom: 30px;
}
.catalog-product-view .demo-tooltip {
  display: inline-block;
  position: relative;
  -ms-grid-row-align: flex-start;
  -ms-grid-column-align: flex-start;
  place-self: flex-start;
}
.catalog-product-view .demo-tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.catalog-product-view .demo-tooltip .tooltip-content:after,
.catalog-product-view .demo-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.catalog-product-view .demo-tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.catalog-product-view .demo-tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.catalog-product-view .demo-tooltip .tooltip-content:after,
.catalog-product-view .demo-tooltip .tooltip-content:before {
  bottom: 100%;
}
.catalog-product-view .demo-tooltip .tooltip-content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.catalog-product-view .demo-tooltip .tooltip-content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.catalog-product-view .demo-tooltip .tooltip-toggle {
  cursor: help;
}
.catalog-product-view .demo-tooltip .tooltip-toggle:hover + .tooltip-content,
.catalog-product-view .demo-tooltip .tooltip-toggle:focus + .tooltip-content,
.catalog-product-view .demo-tooltip:hover .tooltip-content {
  display: block;
}
.catalog-product-view .demo-tooltip ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-product-view .demo-tooltip ul li {
  position: relative;
  padding-left: 15px;
}
.catalog-product-view .demo-tooltip ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #222;
  position: absolute;
  left: 0;
  top: 7px;
}
.catalog-product-view .business-days {
  display: block;
}
table tr td .tooltip.content {
  display: none !important;
}
#estimateddelivery br {
  display: none;
}
.img-disclaimer {
  font-size: 1.2rem;
  color: #666;
  text-align: center;
  margin: 30px 0 0 0;
  padding-left: 105px;
}
.pdp-data-table {
  margin-top: 58px;
}
.pdp-data-table h2 {
  font-size: 1.6rem;
  color: #333;
  font-weight: 700;
  margin: 0 0 28px 0;
}
.pdp-data-table .table-content {
  border: 1px solid #f4f4f4;
  padding: 30px;
  box-sizing: border-box;
  overflow: auto;
}
.pdp-data-table table tr th {
  background: #f9f9f9;
  height: 75px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  border: 1px solid #f4f4f4;
}
.pdp-data-table table tr td {
  border: 1px solid #f4f4f4;
  height: 75px;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
}
.pdp-data-table table tr td a {
  color: #222;
  border-bottom: 1px solid #222;
  display: inline-block;
  line-height: 14px;
}
.pdp-data-table table tr td a:hover {
  color: #f99d25;
  text-decoration: none;
  border-color: #f99d25;
}
.pdp-data-table table tr td .price-box.price-final_price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 5px;
}
.pdp-data-table table tr td .price-box.price-final_price span {
  margin: 0;
}
.pdp-data-table table tr td .price-box.price-final_price .msrp-message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.pdp-data-table table tr td .price-box.price-final_price * {
  line-height: 1.2;
  font-size: 1.4rem;
}
.pdp-data-table table tr td .price-box.price-only {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 10px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.pdp-data-table table tr td .price-box .special-price + .old-price {
  text-decoration: line-through;
}
.pdp-data-table table tr td .price-box a {
  color: #0378D3;
  text-transform: capitalize;
  border: 0;
  text-decoration: underline;
}
.pdp-data-table table tr td .price-box a:hover {
  color: #f99d25;
}
.pdp-data-table + .product.info.detailed {
  margin: 80px 0 0 0;
}
.page-product-configurable .product-info-main .product-info-price .price-box {
  padding-top: 20px;
  margin-bottom: 15px;
}
.page-product-configurable .product-info-main .product-info-price .price-box:before {
  content: 'As low as:';
  font-size: 1.4rem;
  color: #555;
  float: left;
  line-height: 30px;
  margin: 0 10px 0 0;
}
.catalog-product-view .page-title-wrapper .page-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 40px;
  color: #000;
  letter-spacing: 2.6px;
  margin-bottom: 22px;
}
.catalog-product-view .product.media {
  width: 55%;
  margin: 24px 0 0 0;
}
.catalog-product-view .product-info-main {
  width: 45%;
  padding-left: 33px;
  box-sizing: border-box;
  padding-top: 28px;
}
.catalog-product-view .home-product-slider {
  margin: 30px 0 0 0;
}
.catalog-product-view .wishlist.split.button .action.new:before,
.catalog-product-view .wishlist-dropdown .action.new:before {
  margin: 0;
}
.catalog-product-view .configurable-variation-qty {
  display: none;
}
.business-days,
#estimateddelivery {
  color: #555;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
}
.business-days a,
#estimateddelivery a {
  margin-left: 5px;
  text-decoration: underline;
}
.business-days .estimated-hld,
#estimateddelivery .estimated-hld,
.business-days .demo-tooltip,
#estimateddelivery .demo-tooltip {
  display: inline-block;
  vertical-align: bottom;
}
.business-days p,
#estimateddelivery p {
  margin: 0;
}
.business-days .estimated-title,
#estimateddelivery .estimated-title,
.business-days .estimated-price,
#estimateddelivery .estimated-price {
  float: left;
  clear: both;
}
.pdp-request-quote {
  margin: 0 0 20px;
  padding-left: 0;
  box-sizing: border-box;
  max-width: 575px;
}
.pdp-request-quote .action.primary {
  width: 100%;
  height: 55px;
  text-align: center;
  padding: 0;
  font-size: 1.7rem;
  letter-spacing: 1.6px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pdp-request-quote .action.primary:before {
  content: '\e919';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  font-size: 2.3rem;
  font-weight: normal;
}
.page-product-grouped .pdp-request-quote {
  padding: 0;
}
.page-product-grouped .pdp-request-quote .note {
  font-size: 1.2rem;
  color: #555;
  padding: 15px 0;
  margin: 0;
  max-width: 75%;
}
.page-product-grouped .btn-choose-opt:before {
  display: none;
}
.page-product-grouped .product-social-links {
  padding-left: 0;
}
.product-info-grouped-custom .pdp-request-quote {
  display: none;
}
.product-info-grouped-custom .actions {
  float: right;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}
.product-info-grouped-custom .actions .action.primary {
  max-width: 293px;
  width: 100%;
  height: 55px;
  font-size: 1.7rem;
  letter-spacing: 2px;
  float: right;
}
.product-info-grouped-custom .actions .action.primary:before {
  font-family: 'luma-icons';
  content: '\e922';
  font-size: 2.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.product-info-grouped-custom .pdp-data-table table tr td {
  padding: 0 15px;
  vertical-align: middle;
  box-sizing: border-box;
}
.product-info-grouped-custom .pdp-data-table table tr td .up-down-arrows {
  display: none;
}
.product-info-grouped-custom .pdp-data-table table tr td .input-text {
  width: 95px;
  height: 30px;
  border-radius: 0;
  text-align: center;
}
.product-info-grouped-custom .pdp-data-table table tr td.col.qty {
  width: 140px;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: left;
  padding-left: 0;
  box-sizing: border-box;
  max-width: 575px;
}
.product-social-links .product-addto-links > .action {
  width: calc(50% - 15px);
  float: left;
  height: 55px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #888;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  line-height: 55px;
  text-align: center;
  text-decoration: none !important;
  margin: 0;
  padding: 0;
}
.product-social-links .product-addto-links > .action:before {
  content: '\e600';
  font-family: 'luma-icons';
  font-size: 2.6rem;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px 0 0;
}
.product-social-links .product-addto-links > .action:first-child {
  margin-right: 15px;
}
.product-social-links .product-addto-links > .action:last-child {
  margin-left: 15px;
}
.product-social-links .product-addto-links > .action:hover {
  background: #0D88C4;
  border-color: #0D88C4;
  color: #fff;
}
.product-social-links .product-addto-links > .action.tocompare:before {
  content: '\e931';
}
.product-social-links .product-addto-links .split.button.wishlist {
  float: left;
  width: calc(50% - 15px);
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 15px !important;
}
.product-social-links .product-addto-links .split.button.wishlist > .action.split span {
  display: inline-block;
  font-size: 1.6rem;
  color: #888;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  line-height: 55px;
  text-align: center;
}
.product-social-links .product-addto-links .split.button.wishlist > .action.split:before {
  content: '\e600';
  font-family: 'luma-icons';
  font-size: 2.6rem;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px 0 0;
  line-height: 55px;
  color: #888;
}
.product-social-links .product-addto-links .split.button.wishlist > .action {
  float: none;
  display: inline-block;
  vertical-align: middle;
  height: 53px;
}
.product-social-links .product-addto-links .split.button.wishlist > .action.toggle:before {
  border-left: 1px solid #888;
}
.product-social-links .product-addto-links .split.button.wishlist > .action.toggle:after {
  color: #888;
}
.product-social-links .product-addto-links .split.button.wishlist .items {
  width: 100%;
  right: 0;
}
.product-social-links .product-addto-links .split.button.wishlist + .action {
  margin-left: 15px;
}
.product-social-links .product-addto-links .block-requisition-list {
  width: calc(50% - 15px);
  float: left;
  margin-right: 15px;
  margin-top: 15px;
}
.product-social-links .product-addto-links .block-requisition-list .requisition-list-action {
  width: 100%;
}
.product-social-links .product-addto-links .block-requisition-list .requisition-list-action > .action {
  float: left;
  width: 100%;
  border: 1px solid #ccc !important;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  height: 55px;
  padding: 0;
  color: #888;
}
.product-social-links .product-addto-links .block-requisition-list .requisition-list-action > .action:after {
  margin: 0;
}
.product-social-links .product-addto-links .block-requisition-list .requisition-list-action > .action span {
  margin: 0 2px 0 5px;
}
.product-social-links .product-addto-links .block-requisition-list .requisition-list-action .items {
  min-width: 100%;
  width: 100%;
  margin-top: 10px;
}
.product-social-links .product-addto-links .block-requisition-list .requisition-list-action .items:before {
  left: inherit;
  right: 10px;
}
.product-social-links .product-addto-links .block-requisition-list .requisition-list-action .items:after {
  left: inherit;
  right: 9px;
}
.product-social-links .action.mailto.friend.amconf-share-link {
  display: none;
}
.old-price,
.old.price {
  color: #666666;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  margin: 100px 0 0 0;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 6px 10px 10px 10px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 6px 30px 10px 0;
}
.product.info.detailed .additional-attributes th,
.product.info.detailed .additional-attributes td {
  word-break: break-all;
}
.product.info.detailed .additional-attributes th {
  width: 150px;
  word-break: inherit;
}
.product.info.detailed .product.attribute.description {
  color: #555;
  letter-spacing: 0.28px;
  font-size: 1.4rem;
}
.product.info.detailed .aw-pq-list__question-item:not(:first-child) {
  border-top: 1px solid #f4f4f4;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
}
.product.info.detailed .aw-pq-question-sort.pager {
  margin-bottom: 30px;
  height: auto;
  margin-top: 15px;
}
.product.info.detailed .aw-pq-list__question-content {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2px;
}
.product.info.detailed .aw-pq-list__question-expand {
  background: none !important;
}
.product.info.detailed .aw-pq-list__question-expand:after {
  font-family: 'luma-icons';
  content: '\e90f';
  font-size: 1.6rem;
}
.product.info.detailed .aw-pq-list__question-expand.aw-pq-list__question-expand_arrow_down:after {
  content: '\e90d';
}
.product.info.detailed .aw-pq-list__answer-list {
  margin-left: 27px;
}
.product.info.detailed .aw-pq-list__question-date {
  margin-left: 0;
}
.product.info.detailed .aw-pq-list__question,
.product.info.detailed .aw-pq-list__answer {
  max-width: calc(100% - 120px);
}
.product.info.detailed .aw-pq-question-sort__sortby {
  margin-left: 10px;
}
.product.info.detailed .aw-pq-list__question-date,
.product.info.detailed .aw-pq-list__answer-date {
  font-size: 1.2rem;
}
.product.info.detailed .aw-pq-list__answer-content {
  margin-bottom: 5px;
  line-height: 24px;
}
.product.info.detailed .aw-pq-list__answer-item {
  margin: 15px 0;
}
.product.info.detailed .aw_pq__add-answer-button,
.product.info.detailed .aw-pq-form__button {
  background-image: none;
  background: #f99d25;
  border: #f99d25;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 7px 15px;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.product.info.detailed .aw_pq__add-answer-button:focus,
.product.info.detailed .aw-pq-form__button:focus,
.product.info.detailed .aw_pq__add-answer-button:active,
.product.info.detailed .aw-pq-form__button:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.product.info.detailed .aw_pq__add-answer-button:hover,
.product.info.detailed .aw-pq-form__button:hover {
  background: #0d88c4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.product.info.detailed .aw_pq__add-answer-button.disabled,
.product.info.detailed .aw-pq-form__button.disabled,
.product.info.detailed .aw_pq__add-answer-button[disabled],
.product.info.detailed .aw-pq-form__button[disabled],
fieldset[disabled] .product.info.detailed .aw_pq__add-answer-button,
fieldset[disabled] .product.info.detailed .aw-pq-form__button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.info.detailed .aw-pq-form__textarea {
  max-width: calc(50% - 15px);
}
.product.info.detailed .aw-pq-form__field-wrapper {
  margin-bottom: 15px;
}
.product.info.detailed .aw-pq-form__note-wrapper {
  margin-left: 10px;
}
.product.info.detailed .aw-pq-form__note-wrapper .aw-pq-form__button-note {
  line-height: 30px;
  font-size: 1.2rem;
}
.product-info-main .price-box {
  border-top: 1px solid #f4f4f4;
  padding-top: 28px;
  margin-bottom: 30px;
}
.product-info-main .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .price-box .price-container .price-label {
  display: none !important;
}
.product-info-main .price-box span {
  float: left;
}
.product-info-main .price-box .price {
  font-size: 2.8rem;
  color: #000;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.product-info-main .price-box .old-price .price {
  font-size: 2.2rem;
  color: #999;
  text-decoration: line-through;
  line-height: 30px;
  font-weight: 400;
  margin-left: 18px;
}
.product-info-main .product-info-price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-reviews-summary {
  float: left;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  margin: 0 0 22px 0;
}
.product-info-main .product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result {
  width: 132px;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result:before,
.product-info-main .product-reviews-summary .rating-summary .rating-result > span:before {
  font-size: 2rem;
  height: 20px;
  line-height: 20px;
  letter-spacing: 8px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.product-info-main .product-reviews-summary .reviews-actions .action {
  color: #000;
  margin: 0;
}
.product-info-main .product-reviews-summary .reviews-actions .action.add {
  color: #0378D3;
  text-decoration: underline;
  display: inline-block;
  line-height: 15px;
  letter-spacing: 0.2px;
}
.product-info-main .product-reviews-summary .reviews-actions .action.view {
  border-right: 1px solid #999;
  margin-right: 23px;
  padding-right: 10px;
  margin-left: 10px;
}
.product-info-main .product-info-stock-sku {
  border-top: 1px solid #f4f4f4;
  padding-top: 20px;
  margin-bottom: 18px;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
  display: none;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.4px;
}
.product-info-main .product.attribute.sku .type:after {
  content: ':';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.2px;
  font-weight: bold;
  line-height: 24px;
}
.product-info-main .product.attribute.overview {
  margin: 0 0 20px 0;
  /* display:none; */
}
.product-info-main .product.attribute.overview #navigate_desc {
  font-weight: 700;
  cursor: pointer;
}
.product-info-main .product.attribute.overview #navigate_desc:hover {
  color: #f99d25;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form .box-tocart,
.product-info-main .product-add-form .fieldset {
  margin: 0;
  position: relative;
}
.product-info-main .product-add-form .box-tocart .business-days,
.product-info-main .product-add-form .fieldset .business-days {
  display: none;
}
.product-info-main .product-add-form .field.qty {
  float: left;
  margin: 0 0 20px 0;
  position: relative;
}
.product-info-main .product-add-form .field.qty .label {
  float: left;
  margin: 0;
  line-height: 55px;
  color: #555;
  font-weight: 400;
  margin: 0 9px 0 0;
  letter-spacing: 1px;
  display: none;
}
.product-info-main .product-add-form .field.qty .label:after {
  content: '.';
}
.product-info-main .product-add-form .field.qty .control {
  float: left;
}
.product-info-main .product-add-form .field.qty .control input {
  width: 85px;
  height: 55px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.8rem;
  color: #555;
  font-weight: 400;
  text-align: left;
  padding: 0 30px 0 18px;
}
.product-info-main .product-add-form .field.qty .control .field-error,
.product-info-main .product-add-form .field.qty .control div.mage-error[generated] {
  position: absolute;
  bottom: -19px;
  left: 0;
  min-width: 250px;
}
.product-info-main .product-add-form .field.qty .up-down-arrows {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 36px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.product-info-main .product-add-form .field.qty .up-down-arrows .arrow {
  height: 50%;
  text-decoration: none;
  font-size: 0;
}
.product-info-main .product-add-form .field.qty .up-down-arrows .arrow:after {
  font-family: 'luma-icons';
  font-size: 1.3rem;
  color: #888;
  position: relative;
}
.product-info-main .product-add-form .field.qty .up-down-arrows .arrow.up:after {
  content: '\e910';
  top: 6px;
}
.product-info-main .product-add-form .field.qty .up-down-arrows .arrow.down:after {
  content: '\e90d';
  top: 4px;
}
.product-info-main .product-add-form .field.qty .up-down-arrows .arrow:hover:after {
  color: #f99d25;
}
.product-info-main .product-add-form .actions {
  float: right;
  width: calc(100% - 85px);
  padding-left: 20px;
  /* margin-bottom:20px; */
  box-sizing: border-box;
}
.product-info-main .product-add-form .actions .action.primary {
  max-width: 470px;
  width: 100%;
  height: 55px;
  font-size: 1.7rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.product-info-main .product-add-form .actions .action.primary:before {
  font-family: 'luma-icons';
  content: '\e922';
  font-size: 2.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.product-info-main .product-add-form .actions .action.primary:focus {
  background-color: #0d88c4;
}
.product-info-main .product-add-form .product-options-wrapper {
  border-top: 1px solid #f4f4f4;
  padding-top: 30px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset {
  margin: 0 -20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 40px);
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field .label {
  margin: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 1.4rem;
  color: #555;
  margin: 0 6px 0 0;
  letter-spacing: 0.3px;
  line-height: 18px;
  max-height: 55px;
  width: 130px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field .label:after {
  margin: 0 0 0 1px;
  font-size: 1.4rem;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field .control {
  width: calc(100% - 140px);
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field .control select {
  height: 55px;
  color: #888;
  background: url('../images/down-arrow-black.svg') no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 8px;
  box-shadow: none;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field .control div.mage-error[generated] {
  position: absolute;
  left: 0;
  bottom: -18px;
  min-width: 150px;
  margin: 0;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field.terms_co {
  width: 100%;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field.terms_co > .label {
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field.terms_co .control {
  width: 100%;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field.terms_co .control label {
  width: 100%;
  margin: 0;
  padding-left: 27px;
  box-sizing: border-box;
  position: relative;
  line-height: 20px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field.terms_co .control label a {
  border-bottom: 1px solid;
  text-decoration: none;
  display: inline-block;
  line-height: 14px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field.terms_co input[type="checkbox"],
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field.terms_co input[type="radio"] {
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field.terms_co input[type="checkbox"] + label,
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field.terms_co input[type="radio"] + label {
  width: auto;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field.terms_co input[type="checkbox"] + label:before,
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field.terms_co input[type="radio"] + label:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field.terms_co input[type="checkbox"]:checked + label:before,
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field.terms_co input[type="radio"]:checked + label:before {
  content: '\e920';
  font-family: 'luma-icons';
  background: #0D88C4;
  border-color: #0D88C4;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 16px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field.terms_co input[type="radio"] + label:before {
  border-radius: 50%;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field.terms_co.required > .label:before {
  content: '*';
  color: #e02b27;
  font-size: 1.4rem;
  margin: 0;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field.terms_co.required > .label:after {
  display: none;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .price-box {
  width: calc(100% - 40px);
  border-top: 1px solid #f4f4f4;
  padding-top: 20px;
  margin: 10px 20px 40px 20px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .price-box .normal-price .price-label,
.product-info-main .product-add-form .product-options-wrapper .fieldset > .price-box .special-price .price-label {
  /* display:block !important; */
  line-height: 30px;
  margin-right: 15px;
}
.product-info-main .product-add-form .product-options-bottom .box-tocart .actions .pdp-request-quote {
  display: none;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #0378d3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #0378d3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #0378d3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
.aw-pq-question-list-wrapper .box-title {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.aw-pq-question-list-wrapper .box-title h2 {
  margin: 0;
  font-weight: 700;
}
.aw-pq-question-list-wrapper .box-title .button {
  background-image: none;
  background: #f99d25;
  border: #f99d25;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 7px 15px;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.aw-pq-question-list-wrapper .box-title .button:focus,
.aw-pq-question-list-wrapper .box-title .button:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.aw-pq-question-list-wrapper .box-title .button:hover {
  background: #0d88c4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.aw-pq-question-list-wrapper .box-title .button.disabled,
.aw-pq-question-list-wrapper .box-title .button[disabled],
fieldset[disabled] .aw-pq-question-list-wrapper .box-title .button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.aw-pq-question-list-wrapper .aw-pq-question-form__wrapper {
  padding: 0;
}
.aw-pq-question-list-wrapper .aw-pq-question-form__wrapper .fieldset {
  margin: 0 -10px;
}
.aw-pq-question-list-wrapper .aw-pq-question-form__wrapper .fieldset > .field {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
.aw-pq-question-list-wrapper .aw-pq-question-form__wrapper .fieldset > .field input,
.aw-pq-question-list-wrapper .aw-pq-question-form__wrapper .fieldset > .field textarea {
  box-shadow: none !important;
  display: inline-block;
  vertical-align: top;
}
.aw-pq-question-list-wrapper .aw-pq-form__field-checkbox {
  margin-bottom: 15px;
}
.aw-pq-question-list-wrapper .aw-pq-form__field-checkbox label {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
  line-height: 18px;
  float: left;
}
.aw-pq-question-list-wrapper .aw-pq-form__field-checkbox label:before {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  bordr-radius: 3px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border-radius: 3px;
}
.aw-pq-question-list-wrapper .aw-pq-form__field-checkbox input[type="checkbox"] {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.aw-pq-question-list-wrapper .aw-pq-form__field-checkbox input[type="checkbox"]:checked + label:before {
  content: "\e920";
  font-family: 'luma-icons';
  background: #0d88c4;
  color: #fff;
  font-size: 1.1rem;
  border: 1px solid #0d88c4;
}
.aw-pq-question-list-wrapper .actions-primary br {
  display: none;
}
.aw-pq-question-list-wrapper .actions-primary .action.submit {
  background-image: none;
  background: #f99d25;
  border: #f99d25;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 7px 15px;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  float: left;
  margin: 0 0 15px 0;
}
.aw-pq-question-list-wrapper .actions-primary .action.submit:focus,
.aw-pq-question-list-wrapper .actions-primary .action.submit:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.aw-pq-question-list-wrapper .actions-primary .action.submit:hover {
  background: #0d88c4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.aw-pq-question-list-wrapper .actions-primary .action.submit.disabled,
.aw-pq-question-list-wrapper .actions-primary .action.submit[disabled],
fieldset[disabled] .aw-pq-question-list-wrapper .actions-primary .action.submit {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.page-product-configurable .product-info-main .product.attribute.overview,
.page-product-grouped .product-info-main .product.attribute.overview {
  display: block;
}
.aw-pquestion__product-question.header .see-all-wrapper .action {
  padding: 13px 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .product-info-main .product-add-form .product-options-wrapper .fieldset > .field {
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .product-info-main .product-add-form .product-options-wrapper .fieldset {
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .product-info-main .product-add-form .product-options-wrapper .fieldset > .field {
    width: 100%;
    padding: 0;
  }
  .product-info-main .product-add-form .product-options-wrapper .fieldset > .price-box {
    margin: 0px 0px 20px 0px;
    width: 100%;
  }
}
@media (max-width: 1025px) and (min-width: 767px) {
  .catalog-product-view .demo-tooltip .tooltip-content {
    left: inherit;
    right: 0;
  }
  .catalog-product-view .demo-tooltip .tooltip-content:before {
    left: inherit;
    right: 15px;
  }
  .catalog-product-view .demo-tooltip .tooltip-content:after {
    left: inherit;
    right: 16px;
  }
}
@media (max-width: 1023px) {
  .img-disclaimer {
    padding-left: 0;
    margin: 20px 0;
  }
  .catalog-product-view .product.media {
    width: 46%;
  }
  .catalog-product-view .product-info-main {
    width: 54%;
    padding: 20px 0 0 15px;
  }
  .catalog-product-view .page-title-wrapper .page-title {
    font-size: 2rem;
    line-height: 26px;
  }
  .product-info-main .product-reviews-summary .reviews-actions .action.view {
    margin-right: 15px;
  }
  .pdp-request-quote {
    padding: 0;
  }
  .pdp-request-quote .action.primary {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .product.info.detailed {
    margin: 40px 0 0 0;
  }
  .product-social-links {
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 766px) {
  .product-social-links {
    padding: 0;
  }
  .product-social-links .product-addto-links > .action {
    font-size: 1.4rem;
    letter-spacing: 0px;
    width: calc(50% - 5px);
  }
  .product-social-links .product-addto-links > .action:first-child {
    margin-right: 5px;
  }
  .product-social-links .product-addto-links > .action:last-child {
    margin-left: 5px;
  }
  .product-social-links .product-addto-links > .action:before {
    font-size: 2rem;
    margin: 0 5px 0 0;
  }
  .product-social-links .product-addto-links .split.button.wishlist {
    width: calc(50% - 5px);
    margin-right: 5px !important;
  }
  .product-social-links .product-addto-links .split.button.wishlist > .action.split span {
    font-size: 1.4rem;
    letter-spacing: 0px;
  }
  .product-social-links .product-addto-links .split.button.wishlist > .action.split:before {
    font-size: 2rem;
    margin: 0 5px 0 0;
  }
  .product-social-links .product-addto-links .split.button.wishlist + .action {
    margin-left: 5px;
  }
  .product-social-links .product-addto-links .block-requisition-list {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 766px) {
  .pdp-top-image {
    order: -1;
    margin-top: 20px;
  }
  .custom-product-popup .modal-inner-wrap {
    width: 100% !important;
  }
  .custom-product-popup .modal-inner-wrap .action-close {
    margin: 5px 10px;
  }
  .custom-product-popup .modal-inner-wrap .action-close:before {
    font-size: 1.5rem;
  }
  .custom-product-popup .modal-inner-wrap .modal-content {
    width: 100%;
    overflow: auto;
  }
  .custom-product-popup .modal-inner-wrap .modal-content .quote-popup {
    width: 730px;
  }
  .catalog-product-view .product.media {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .catalog-product-view .product-info-main {
    width: 100%;
    padding: 0;
  }
  .catalog-product-view .page-title-wrapper .page-title {
    line-height: 33px;
    letter-spacing: 2px;
  }
  .catalog-product-view .columns .column.main {
    padding-bottom: 0;
  }
  .catalog-product-view .home-product-slider .page-main {
    padding: 0 !important;
  }
  .catalog-product-view .home-product-slider .page-main > div > div > div {
    padding-bottom: 30px;
  }
  .product-info-main .product-reviews-summary {
    margin: 0 0 13px 0;
  }
  .product-info-main .product-reviews-summary .rating-summary .rating-result:before,
  .product-info-main .product-reviews-summary .rating-summary .rating-result > span:before {
    font-size: 1.7rem;
    height: 17px;
    line-height: 17px;
    letter-spacing: 6.5px;
  }
  .product-info-main .product-reviews-summary .rating-summary .rating-result {
    width: 111px;
  }
  .product-info-main .product-reviews-summary .reviews-actions {
    font-size: 1.2rem;
  }
  .product-info-main .product-reviews-summary .reviews-actions .action.view {
    margin-right: 26px;
  }
  .product-info-main .product-reviews-summary .reviews-actions .action.add {
    line-height: 13px;
  }
  .product-info-main .product-info-stock-sku {
    padding-top: 14px;
    margin-bottom: 12px;
  }
  .product-info-main .price-box {
    padding-top: 18px;
  }
  .product-info-main .product-add-form .actions .action.primary {
    letter-spacing: 1px;
  }
  .business-days {
    display: none;
  }
  .pdp-request-quote .action.primary {
    font-size: 1.5rem;
  }
  .pdp-request-quote .action.primary:before {
    display: none;
  }
  .product.info.detailed {
    margin: 10px 0 0 0;
  }
  .aw-pq-question-list-wrapper .box-title {
    margin-bottom: 10px;
  }
  .aw-pq-question-list-wrapper .box-title h2 {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 30px;
  }
  .aw-pq-question-list-wrapper .aw-pq-question-form__wrapper .fieldset {
    margin: 0;
  }
  .aw-pq-question-list-wrapper .aw-pq-question-form__wrapper .fieldset > .field {
    padding: 0;
    width: 100%;
  }
  .aw-pq-question-list-wrapper .actions-primary .action.submit {
    padding: 15px;
    font-size: 1.6rem;
  }
  .pdp-data-table {
    margin-top: 10px;
  }
  .pdp-data-table h2 {
    font-size: 1.4rem;
    margin: 0 0 15px 0;
  }
  .pdp-data-table .table-content {
    border: 0;
    padding: 0;
    overflow-x: auto;
  }
  .pdp-data-table + .product.info.detailed {
    margin: 20px 0 0 0;
  }
  .pdp-data-table table tr td,
  .pdp-data-table table tr th {
    height: auto;
    padding: 10px;
  }
  .product-info-grouped-custom .actions {
    margin: 0;
  }
  .product-info-grouped-custom .actions .action.primary {
    margin: 20px 0 10px 0;
  }
  .product-info-grouped-custom .box-tocart .fieldset {
    margin: 0;
  }
  .product-info-grouped-custom .pdp-data-table table tr td.col.qty {
    padding: 10px;
  }
  .product.info.detailed .aw-pq-form__field-wrapper .aw-pq-form__field {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
  }
  .product.info.detailed .aw-pq-form__field-wrapper .aw-pq-form__field .aw-pq-form__label-box {
    width: 100%;
    padding: 0 0 8px 0;
  }
  .product.info.detailed .aw-pq-form__field-wrapper .aw-pq-form__field > div {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .product.info.detailed .aw-pq-form__textarea {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .product-info-main .product-add-form .actions {
    width: 100%;
    padding: 0;
  }
  .product-info-main .product-add-form .actions .action.primary {
    max-width: 100%;
  }
  .product-info-main .product-add-form .box-tocart .business-days,
  .product-info-main .product-add-form .fieldset .business-days {
    display: block;
    width: calc(100% - 114px);
    float: right;
    line-height: 24px;
    letter-spacing: -0.6px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .product-info-main .product-add-form .field.qty .control input {
    width: 70px;
    height: 45px;
  }
  .product-info-main .product-add-form .field.qty .label {
    line-height: 45px;
  }
  .product-info-main .product-add-form .field.qty .up-down-arrows {
    width: 30px;
  }
  .product-info-main .product-add-form .field.qty .up-down-arrows .arrow:after {
    top: 4px !important;
    font-size: 1rem;
  }
  .product-info-main .product-add-form .product-options-wrapper .fieldset > .field.terms_co .control label {
    font-size: 1.2rem;
  }
  .product-social-links .product-addto-links > .action {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .product-social-links .product-addto-links > .action:last-child {
    margin: 0 !important;
  }
  .product-social-links .product-addto-links .split.button.wishlist {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .product-social-links .product-addto-links .block-requisition-list {
    width: 100%;
    margin: 0;
  }
  .product-social-links .product-addto-links .block-requisition-list .requisition-list-action > .action {
    font-size: 1.6rem;
    letter-spacing: 1.7px;
  }
  .product-social-links .product-addto-links .block-requisition-list .requisition-list-action > .action:after {
    font-size: 1rem;
    vertical-align: middle;
    line-height: 1;
  }
  .product-info-main .product-reviews-summary .reviews-actions {
    margin: 0;
  }
  .product-info-main .product-reviews-summary .reviews-actions .action.view {
    margin-left: 0;
  }
  .pdp-data-table table {
    display: block;
  }
  .pdp-data-table table tbody {
    display: block;
  }
  .pdp-data-table table tbody tr {
    display: block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 20px 0 0 0;
  }
  .pdp-data-table table tbody tr th {
    display: none;
  }
  .pdp-data-table table tbody tr td {
    width: 50% !important;
    border: 0;
    text-align: left;
    padding: 0 5px 20px !important;
    height: auto;
  }
  .pdp-data-table table tbody tr td:before {
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
    display: block;
  }
  .pdp-data-table table tbody tr td:nth-child(odd) {
    padding-left: 20px !important;
  }
  .pdp-data-table table tbody tr td:nth-child(even) {
    padding-right: 20px !important;
  }
  .pdp-data-table table tbody tr td .price-box.price-final_price .msrp-message,
  .pdp-data-table table tbody tr td .price-box.price-only {
    justify-content: flex-start;
  }
  .pdp-data-table table tbody tr.heading {
    display: none;
  }
  .pdp-data-table table th {
    display: none;
  }
  .product-info-grouped-custom .actions .action.primary {
    max-width: 100%;
    margin: 10px 0 20px 0;
  }
}
.custom-product-popup .modal-inner-wrap {
  overflow-y: initial !important;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 1025px) {
  .lazy-price-defer {
    margin-left: 20px;
  }
}
.lazy-price-loading-container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  min-height: 40px;
}
.loading-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.loading-text {
  font-size: 14px;
  color: #666;
}
.lazy-price-error-container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  color: #721c24;
  margin: 5px 0;
}
.retry-btn {
  background: #007bff;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
}
.retry-btn:hover {
  background: #0056b3;
}
[data-role="priceBox"].lazy-price-loading {
  opacity: 0.6;
  pointer-events: none;
}
[data-role="priceBox"].lazy-price-loaded {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
[data-role="priceBox"].lazy-price-error {
  opacity: 0.7;
  border: 1px dashed #dc3545;
}
.lazy-price-defer [data-role="priceBox"] {
  visibility: hidden;
  min-height: 40px;
}
.lazy-price-defer [data-role="priceBox"].lazy-price-loaded {
  visibility: visible;
}
@media (prefers-reduced-motion: reduce) {
  .loading-spinner {
    animation: none;
  }
  [data-role="priceBox"].lazy-price-loaded {
    transition: none;
  }
}
.lazy-price-loader-wrapper {
  position: absolute;
  bottom: 30px;
  left: 20px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1025px) {
  .lazy-price-loader-wrapper {
    bottom: 65px;
    left: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-cart-index .cart-container .form-cart,
  .aw_ctq-quotelist-index .cart-container .form-cart,
  .checkout-cart-index .cart-container .cart-discount,
  .aw_ctq-quotelist-index .cart-container .cart-discount {
    width: 100%;
    padding-right: 0px;
  }
  .checkout-cart-index .cart-container .cart-summary,
  .aw_ctq-quotelist-index .cart-container .cart-summary {
    top: auto !important;
    width: 100%;
  }
}
@media (max-width: 1300px) and (min-width: 766px) {
  .cart-discount .block.discount {
    width: 100% !important;
  }
}
@media (min-width: 1300px) {
  .cart.table-wrapper .item .col.item {
    width: 430px;
  }
  .cart-discount .block.giftcard {
    width: 410px !important;
  }
}
#giftcard-form > .fieldset {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
#giftcard-form > .fieldset > .field,
#giftcard-form > .fieldset > .actions-toolbar {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
#giftcard-form > .fieldset > .actions-toolbar .primary {
  position: absolute;
  right: -7px;
  top: 0px;
  border: 0;
  box-shadow: none;
  background-color: #F99D25;
  height: 45px;
  color: #000;
}
#giftcard-form > .fieldset > .actions-toolbar .primary:hover {
  background: #0d88c4;
  color: #ffffff;
}
.block.giftcard {
  width: 100%;
  display: inline-block;
  clear: both;
  margin-top: 20px;
}
.block.giftcard.active .content {
  padding-bottom: 0;
  padding-left: 0;
}
@media (max-width: 374px) {
  .minicart-wrapper .block-minicart {
    width: 300px !important;
  }
}
@media (max-width: 1025px) and (min-width: 767px) {
  .minicart-wrapper:not(.my-quote) {
    margin: 0 !important;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media (max-width: 1023px) and (min-width: 766px) {
  .checkout-container .modal-custom.opc-sidebar {
    width: 40% !important;
  }
  .opc-wrapper {
    width: 60% !important;
  }
  .opc-block-shipping-information {
    padding: 0;
  }
  .checkout-index-index .checkout-payment-method .ccard .captcha .input-text,
  .checkout-index-index .checkout-payment-method .ccard .number .input-text {
    width: 100% !important;
  }
  .checkout-index-index .checkout-payment-method button.action.primary.checkout {
    margin: 20px 0 0 0;
  }
  .checkout-payment-method .payment-method-content #po_number {
    margin-bottom: 0;
  }
}
@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 (max-width: 1025px) {
  .opc-wrapper .shipping-address-item {
    width: calc(50% - 30px);
  }
  .opc-wrapper .shipping-address-items {
    margin: 0 -15px;
  }
}
.opc-block-summary .table-totals tbody .totals.balance .action {
  position: absolute;
  left: 0;
  top: 8px;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
}
.opc-block-summary .table-totals tbody .totals.balance .action:after {
  font-family: 'luma-icons';
  content: '\e92a';
}
.opc-block-summary .table-totals tbody .totals.balance .action span {
  display: none;
}
.opc-block-summary .table-totals tbody .totals.balance th {
  padding-left: 25px;
  position: relative;
}
@media only screen and (max-width: 766px) {
  .modal-custom.opc-sidebar.opc-summary-wrapper .modal-inner-wrap {
    background-color: #ffffff;
  }
  .opc-block-summary {
    background: transparent !important;
  }
  .opc-block-summary > span.title {
    padding-bottom: 10px;
    background: transparent;
  }
  .opc-block-summary li.product-item .product-item-name-block {
    padding: 0 0 7px;
  }
  .opc-block-summary li.product-item .product-item-inner {
    position: relative;
  }
  .opc-block-summary li.product-item .product-item-inner .details-qty span {
    font-size: 14px;
    color: #000000;
  }
  .opc-block-summary li.product-item .product-item-inner .subtotal {
    position: absolute;
    right: 0;
    bottom: 6px;
  }
  .opc-block-summary li.product-item .product-item-inner .subtotal span {
    margin: 0px;
  }
  .opc-block-summary li.product-item .product-item-inner .subtotal span span.price {
    font-weight: 700;
    color: #000000;
    font-size: 14px;
  }
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
@media (max-width: 1023px) and (min-width: 766px) {
  .checkout-index-index .checkout-payment-method .ccard.fieldset > .field .control .fields.group .field.year,
  .checkout-index-index .checkout-payment-method .ccard.fieldset > .field .control .fields.group .field.month {
    width: 49% !important;
  }
}
@media (max-width: 1025px) {
  .wishlist-index-index .products-grid .product-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 1025px) and (min-width: 766px) {
  .account.wishlist-index-index .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-left: 0;
  }
  .block-wishlist-management .wishlist-toolbar {
    width: 100%;
    margin-top: 10px;
  }
  .block-wishlist-management .wishlist-select-items {
    margin: 0;
    padding: 0 !important;
  }
  .account.wishlist-index-index .block-wishlist-management .wishlist-select-items .item {
    margin: 0;
  }
  .account.wishlist-index-index .page-main {
    overflow: hidden;
  }
  .account .column.main {
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (max-width: 1023px) {
  .block-requisition-management .requisition-list-title {
    margin-bottom: 15px;
  }
  .block-requisition-management .requisition-info {
    width: 100%;
    margin-bottom: 10px;
    float: left;
  }
  .block-requisition-management .requisition-toolbar-select {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .order-links .item {
    margin-right: 20px;
  }
  .form-part {
    flex-direction: column;
  }
}
@media (max-width: 1023px) and (min-width: 766px) {
  .account .toolbar.bottom .pager {
    text-align: center;
    display: inine-block;
    width: 100%;
    vertical-align: top;
  }
  .account .toolbar.bottom .pager .toolbar-amount,
  .account .toolbar.bottom .pager .pages,
  .account .toolbar.bottom .pager .limiter {
    display: inline-block !important;
    width: 100% !important;
    float: none !important;
    margin: 5px 0;
  }
  .account .my-orders-search-advanced .field-50.search-sku {
    width: 60% !important;
  }
  .account .my-orders-search-advanced .field-50.filters-collapse {
    width: 36% !important;
  }
  .account .field-date .control button.ui-datepicker-trigger,
  .account .field-date .control .quote-details-items .actions-toolbar > .action.ui-datepicker-trigger {
    margin-top: 0;
  }
  .account ._has-datepicker ~ .ui-datepicker-trigger:before {
    line-height: 45px;
  }
  .account.sales-order-view .order-details-items .table-wrapper .data.table > thead > tr > th.col.name {
    min-width: 200px;
  }
  .block-wishlist-management .wishlist-add.item {
    top: 55px !important;
    padding: 0 !important;
  }
}
@media (max-width: 766px) and (min-width: 639px) {
  .account.requisition_list-requisition-view .requisition-grid .col .product-item-subtotal {
    width: 100px;
  }
  .account.requisition_list-requisition-view .requisition-grid .col .product-item-subtotal .actions-toolbar {
    float: right;
  }
}
@media (max-width: 639px) {
  .requisition_list-requisition-view .block-requisition-management .requisition-toolbar-actions button.action:before {
    float: left;
  }
  .requisition_list-requisition-view .block-requisition-management .requisition-toolbar-actions .block-requisition-list {
    margin-left: 30px;
  }
  .requisition_list-requisition-view .requisition-grid {
    margin: 0;
  }
  .requisition_list-requisition-view .requisition-grid table tbody tr td {
    width: 33.33% !important;
    border: 0;
    box-sizing: border-box;
    padding: 10px !important;
  }
  .requisition_list-requisition-view .requisition-grid table tbody tr td input[type="checkbox"] {
    margin: 0;
    top: 0;
  }
  .requisition_list-requisition-view .requisition-grid table tbody tr td.number,
  .requisition_list-requisition-view .requisition-grid table tbody tr td.col-checkbox {
    width: 15px !important;
    padding-right: 0 !important;
  }
  .requisition_list-requisition-view .requisition-grid table tbody tr td.product {
    width: calc(100% - 50px) !important;
  }
  .requisition_list-requisition-view .requisition-grid table tbody tr td:before {
    margin-bottom: 5px;
  }
  .requisition_list-requisition-view .requisition-grid table tbody tr td .actions-toolbar > .action-delete {
    top: 10px;
    bottom: inherit !important;
  }
  .requisition_list-requisition-view .requisition-toolbar-actions .requisition-list-action.active .items {
    right: inherit;
    left: -50px;
    min-width: 200px;
    padding: 5px;
  }
  .requisition_list-requisition-view .requisition-toolbar-actions .requisition-list-action.active .items:before {
    right: 95px;
  }
  .requisition_list-requisition-view .requisition-toolbar-actions .requisition-list-action.active .items:after {
    right: 94px;
  }
  .requisition_list-requisition-view .requisition-list-action .items li {
    padding: 5px;
  }
  .requisition-grid .item .col .actions-toolbar {
    position: absolute !important;
    top: 10px;
    right: 10px;
    margin: 0 !important;
  }
  .requisition-grid .item .col .actions-toolbar > .action-edit,
  .requisition-grid .item .col .actions-toolbar > .action-delete {
    position: static !important;
  }
  .form-edit-role .box-actions button.action:after,
  .block-dashboard-company .box-actions button.action:after,
  .block-addresses-list .items.addresses .item.actions .action:after,
  .account .data.table .col.actions .action:after,
  [class^='sales-guest-'] .data.table .col.actions .action:after,
  .sales-guest-view .data.table .col.actions .action:after,
  .block .box-actions .action:after,
  .form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:after,
  .block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:after {
    margin: 0 5px;
  }
  .sfg-submission table tr th {
    background: none !important;
    width: auto !important;
    margin-right: 20px;
  }
  .sfg-submission table tr td {
    width: auto !important;
    padding-left: 0 !important;
  }
  .sfg-submission table tr {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: flex-start !important;
  }
  .form-detail div {
    text-align: left !important;
  }
  .form-detail div .action {
    width: auto !important;
  }
  .top-buttons .action.primary {
    margin-bottom: 10px;
  }
  .form-part .field.half-field {
    max-width: 100%;
  }
}
@media (min-width: 639px) {
  .company-users-index table tr td[data-th="Email"] {
    min-width: 260px;
  }
  .company-users-index table tr td[data-th="Name"] {
    min-width: 80px;
  }
}
@media (max-width: 767px) {
  .filter-title strong {
    position: fixed;
    bottom: 0;
    top: inherit;
    background: #a0e25d;
    z-index: 999;
    border: 0;
    box-shadow: none;
    width: 50%;
    height: 45px;
    padding: 0;
    border-radius: 0;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 45px;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  .wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .wishlist-dropdown {
    max-width: 100%;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .field.qty > .control {
    display: inline-block;
    margin-left: 5px;
  }
  .wishlist-index-index .products-grid.wishlist .product-image-container {
    z-index: 0;
  }
}
@media (max-width: 1023px) {
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 200px !important;
  }
}
@media (max-width: 767px) {
  .rating-summary .rating-result > span:before,
  .rating-summary .rating-result:before {
    font-size: 10px;
    height: 10px;
    letter-spacing: 3px;
    line-height: 10px;
  }
  .rating-summary .rating-result {
    width: 62px;
  }
  #product-review-container .review-list .block-title {
    color: #555;
    border: 0;
    padding: 0;
  }
  #product-review-container .review-list .block-title strong {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 4.4px;
  }
  #product-review-container .review-title {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 0.3px;
    margin: 0 0 15px 0;
  }
  #product-review-container .rating-summary .rating-result > span:before,
  #product-review-container .rating-summary .rating-result:before {
    font-size: 20px;
    height: 20px;
    letter-spacing: 7px;
    line-height: 20px;
  }
  #product-review-container .rating-summary .rating-result {
    width: 130px;
  }
  #product-review-container .review-ratings .rating-label {
    vertical-align: middle;
    padding-bottom: 0;
    padding-right: 19px;
  }
  #product-review-container .review-ratings ~ .review-content,
  #product-review-container .review-ratings ~ .review-details {
    margin-left: 0 !important;
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  #product-review-container .review-content {
    letter-spacing: 0.3px;
    line-height: 21px;
  }
  .review-item {
    padding: 19px 0 25px 0;
  }
  .review-ratings {
    margin-bottom: 15px;
  }
  .review-form .review-fieldset {
    margin: 0;
  }
  .review-form .review-fieldset .review-legend {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 18px;
  }
  .review-form .review-fieldset .review-legend span {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 4.4px;
    color: #555;
    margin: 0 0 15px 0;
  }
  .review-form .review-fieldset .review-legend strong {
    line-height: 30px;
    letter-spacing: 0.3px;
  }
  .review-form .review-fieldset .review-field-ratings {
    margin-bottom: 64px;
  }
  .review-form .review-fieldset .review-field-ratings .field-error,
  .review-form .review-fieldset .review-field-ratings div.mage-error[generated] {
    position: relative;
    top: 25px;
  }
  .review-form .review-fieldset > .field:not(.review-field-ratings) {
    width: 100%;
    padding: 0;
    margin-bottom: 38px;
  }
  .review-form .review-fieldset > .field:not(.review-field-ratings) textarea {
    height: 125px;
  }
  .review-form .review-field-ratings .review-field-rating .label {
    display: none;
  }
  .review-form .review-field-ratings .review-field-rating .control {
    padding-top: 5px;
  }
  .review-form .review-control-vote label:before,
  .review-form .review-control-vote:before {
    font-size: 37px;
    height: 37px;
    letter-spacing: 10px;
    line-height: 37px;
  }
  .review-form .review-form-actions {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: -15px 0 0 0;
  }
  .review-form .review-form-actions .action.submit.primary {
    width: 200px;
    height: 50px;
    padding: 0;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1.5px;
  }
  .review-form .review-form-actions .primary {
    text-align: left;
  }
}
.products-grid.wishlist .product-item-tooltip {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  text-align: left;
}
.products-grid.wishlist .product-item-tooltip .tooltip.content {
  max-height: 230px;
  overflow-y: auto;
  max-width: 100%;
  min-width: inherit;
  box-sizing: border-box;
  word-break: break-word;
}
.products-grid.wishlist .product-item-tooltip > .tooltip.toggle {
  position: relative;
  padding-bottom: 5px;
}
.products-grid.wishlist .product-item-tooltip > .tooltip.toggle:after {
  display: none;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #bbb;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.products-grid.wishlist .product-item-tooltip:hover > .tooltip.toggle:after {
  display: block;
}
#customer-attachments .col-gdate {
  width: 100px;
}
#customer-attachments .mca-download {
  line-height: 25px;
  font-size: 25px;
}
#customer-attachments .mca-download span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#customer-attachments .mca-download:before {
  -webkit-font-smoothing: antialiased;
  content: '\e626';
  font-family: 'luma-icons';
}
#customer-attachments .mca-download:hover {
  text-decoration: none;
}
#customer-attachments .mca-attachment_name {
  margin: 0;
  font-weight: 600;
}
#customer-attachments .mca-attachment_description {
  font-size: 1.2rem;
  margin-top: 5px;
}
#customer-attachments .col-gposition {
  display: none;
}
#customer-attachments .col-gremaining {
  width: 170px;
}
#customer-attachments .col-gdownload {
  width: 80px;
}
#customer-attachments th {
  font-weight: 500;
}
#customer-attachments .range-line.date {
  text-align: center;
}
@media (max-width: 1280px) {
  .multiple-wishlist-container > .multiple-wishlist-element {
    width: calc(50% - 4px);
  }
  .multiple-wishlist-container .multiple-wishlist-box-wrapper {
    max-width: 100%;
    margin: 0;
    width: 100%;
  }
  .multiple-wishlist-container .multiple-wishlist-box-wrapper .box {
    width: 32%;
    text-align: center;
  }
  .multiple-wishlist-container .multiple-wishlist-box-wrapper:hover {
    box-shadow: none;
  }
}
@media (max-width: 1023px) {
  .multiple-wishlist-container .multiple-wishlist-box-wrapper .box {
    width: 48%;
  }
}
@media all and (min-width: 768px), print {
  .modals-wrapper .modal-popup .modal-inner-wrap {
    width: 428px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap {
    max-width: 600px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-header h1,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer {
    border: none;
    padding-top: 10px;
    text-align: left;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer button:not(:last-child),
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer button:not(:last-child) {
    margin-right: 5px;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-inner-wrap .modal-footer .action.cancel,
  .modals-wrapper .modal-popup .popup-request-quote-discounts .modal-inner-wrap .modal-footer .action.cancel {
    background: none;
    border: none;
    color: #1979c3;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap {
    max-width: 600px;
    width: 600px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-header h1 {
    border-bottom: none;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .item-info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col-proposed-price {
    width: 95px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.item {
    width: 200px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.price,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.stock,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.qty,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.subtotal,
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.discount {
    text-align: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .col.qty .input-text {
    text-align: center;
    width: 47px;
    margin-top: -5px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .actions-toolbar {
    text-align: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .actions-toolbar .primary {
    float: right;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer {
    border: none;
    padding-top: 10px;
    text-align: left;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer button:not(:last-child) {
    margin-right: 5px;
  }
  .modals-wrapper .modal-popup.popup-quote-note .modal-inner-wrap .modal-footer .action.cancel {
    background: none;
    border: none;
    color: #1979c3;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext {
    font-weight: 700;
  }
  .modals-wrapper .modal-popup.popup-request-quote .modal-content .negotiable-quote-errors .with-subtext span {
    display: block;
    font-weight: 400;
    padding-top: 10px;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box,
  .cart-discount .block {
    width: 48.829%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block {
    margin-bottom: 10px;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .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 {
    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: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-add-invitations .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-collapsible-nav .title,
  .block-search .label {
    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,
  .block-requisition-management:before,
  .block-requisition-management:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper: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,
  .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,
  .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,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-wishlist-management:before,
  .block-wishlist-management: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 {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .block-requisition-management:after,
  .account .page-title-wrapper:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-wishlist-management:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .checkout-cart-index .page-title-wrapper,
  .checkout-cart-index .page-title-wrapper,
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .company-profile-index .column.main .block .box-account-information .box-content,
  .company-profile-index .column.main .block .box-address-information .box-content,
  .company-profile-index .column.main .block .box-contact-information .box-content,
  .account .column.main .block.block-dashboard-info,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content {
    font-size: 1.4rem;
  }
  .abs-account-table-margin-desktop {
    margin-top: -25px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .account .toolbar,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .account .toolbar .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .account .toolbar .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .checkout-cart-index .page-title-wrapper,
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: inherit;
    left: inherit;
    position: static;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page.messages {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .customer-account-login .page.messages,
  .customer-account-create .page.messages,
  .company-account-create .page.messages {
    margin-top: 15px;
    width: 100%;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .breadcrumbs {
    padding: 10px 20px;
    background: #f4f4f4;
    margin-top: 14px;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #f4f4f4;
    text-align: right;
  }
  .checkout-cart-index .page-title-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    float: none;
    padding-right: 4%;
  }
  .checkout-cart-index .cart-container .block-requisition-list {
    display: none;
  }
  .cart.table-wrapper .cart.item .actions-toolbar > div,
  .cart.table-wrapper .cart.item .actions-toolbar > .action {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list {
    margin-bottom: 0;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .block-requisition-list .action {
    padding: 0;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .action.split,
  .cart.table-wrapper .cart.item .actions-toolbar .action.toggle.change {
    float: none;
  }
  .cart.table-wrapper .cart.item .actions-toolbar .requisition-list-action {
    vertical-align: baseline;
  }
  .modal-popup.requisition-popup .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .modal-popup.requisition-popup .modal-footer .secondary {
    line-height: 1.42857143;
    margin: 0;
    padding: 0.7rem 1.5rem;
    color: #0378d3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    font-weight: 400;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:visited {
    color: #0378d3;
    text-decoration: none;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:hover,
  .modal-popup.requisition-popup .modal-footer .secondary:active,
  .modal-popup.requisition-popup .modal-footer .secondary:focus {
    background: none;
    border: 0;
  }
  .modal-popup.requisition-popup .modal-footer .secondary.disabled,
  .modal-popup.requisition-popup .modal-footer .secondary[disabled],
  fieldset[disabled] .modal-popup.requisition-popup .modal-footer .secondary {
    color: #0378d3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .modal-popup.requisition-popup .modal-footer .secondary:active,
  .modal-popup.requisition-popup .modal-footer .secondary:not(:focus) {
    box-shadow: none;
  }
  .modal-popup.requisition-popup .modal-footer .replace {
    margin-left: 10px;
  }
  .modal-popup.requisition-popup .modal-content {
    padding-bottom: 0;
  }
  .modal-popup .fieldset {
    margin-bottom: 0;
  }
  .requisition-list-requisition-index .data-grid > tbody > tr > th:not(:first-child),
  .requisition-list-requisition-index .data-grid > thead > tr > th:not(:first-child),
  .requisition-list-requisition-index .data-grid > tbody > tr > td:not(:first-child),
  .requisition-list-requisition-index .data-grid > thead > tr > td:not(:first-child) {
    padding-left: 5%;
  }
  .requisition-list-requisition-index .data-grid > tbody > tr > th:not(:last-child),
  .requisition-list-requisition-index .data-grid > thead > tr > th:not(:last-child),
  .requisition-list-requisition-index .data-grid > tbody > tr > td:not(:last-child),
  .requisition-list-requisition-index .data-grid > thead > tr > td:not(:last-child) {
    padding-right: 5%;
  }
  .data-grid-wrap .number-field,
  .data-grid-wrap .actions-field {
    text-align: right;
  }
  .data-grid-wrap .list-name-field .cell-label-line-description {
    margin-top: 5px;
  }
  .title-actions-links {
    float: right;
    margin-top: 2rem;
  }
  .block-requisition-management {
    margin-bottom: 10px;
  }
  .block-requisition-management .requisition-list-title h1 {
    font-size: 4rem;
  }
  .block-requisition-management .requisition-info {
    float: left;
  }
  .block-requisition-management .requisition-toolbar {
    float: right;
  }
  .requisition-toolbar-actions {
    margin-right: 10px;
  }
  .requisition-toolbar-actions .mobile-label {
    display: none;
  }
  .requisition-grid table {
    height: 100%;
  }
  .requisition-grid thead .col,
  .requisition-grid .item .col {
    height: 100%;
  }
  .requisition-grid thead .col.item,
  .requisition-grid .item .col.item {
    display: block;
  }
  .requisition-grid thead .col.qty .input-text,
  .requisition-grid .item .col.qty .input-text {
    margin-top: -5px;
  }
  .requisition-grid thead .col.price,
  .requisition-grid .item .col.price,
  .requisition-grid thead .col.stock,
  .requisition-grid .item .col.stock,
  .requisition-grid thead .col.qty,
  .requisition-grid .item .col.qty,
  .requisition-grid thead .col.subtotal,
  .requisition-grid .item .col.subtotal {
    text-align: right;
  }
  .requisition-grid thead .col.subtotal,
  .requisition-grid .item .col.subtotal {
    height: .1rem;
    position: relative;
  }
  .requisition-grid thead .col .product-item-subtotal,
  .requisition-grid .item .col .product-item-subtotal {
    height: 100%;
    position: relative;
  }
  .requisition-grid thead .col.col-checkbox,
  .requisition-grid .item .col.col-checkbox {
    max-width: .2rem;
  }
  .requisition-grid thead .col.col-checkbox input[type='checkbox'],
  .requisition-grid .item .col.col-checkbox input[type='checkbox'] {
    margin: 0;
  }
  .requisition-grid .product-item-image {
    float: left;
    margin-right: 10px;
  }
  .requisition-grid .actions-toolbar {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .requisition-grid .actions-toolbar > .action-delete {
    margin-left: 2rem;
  }
  .requisition-grid .price-excluding-tax {
    margin: 5px 0 3.5rem 0;
  }
  .product-item-description {
    float: right;
    width: calc(100% - 9rem);
  }
  .requisition-view-buttons > .primary {
    display: block;
    float: none;
    text-align: left;
  }
  .requisition-view-buttons .action.delete {
    float: right;
    margin-right: 0;
  }
  .block-requisition-list.update .requisition-list-button {
    float: right;
    margin-right: 0;
  }
  .block-requisition-list.update .requisition-list-button:hover {
    text-decoration: none;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 620px;
    width: 700px;
  }
  .shipping-address-modal .modal-inner-wrap .modal-popup .modal-title,
  .billing-address-modal .modal-inner-wrap .modal-popup .modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
    max-height: 438px;
  }
  .address-loading-mask {
    top: 115px;
  }
  .login-container .block.block-new-company {
    clear: none;
    float: right;
  }
  .login-container .block.block-new-company .actions-toolbar {
    margin-top: 25px;
  }
  .links-container {
    display: inline-block;
    position: relative;
  }
  .links-container:before,
  .links-container:after {
    content: '';
    display: table;
  }
  .links-container:after {
    clear: both;
  }
  .links-container .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .links-container .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .links-container .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 2.2rem;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .links-container .action.switch:hover:after {
    color: inherit;
  }
  .links-container .action.switch:active:after {
    color: inherit;
  }
  .links-container .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .links-container .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .links-container .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 2.2rem;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .links-container .action.switch.active:hover:after {
    color: inherit;
  }
  .links-container .action.switch.active:active:after {
    color: inherit;
  }
  .links-container ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .links-container ul li {
    margin: 0;
    padding: 0;
  }
  .links-container ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .links-container ul:before,
  .links-container ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .links-container ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .links-container ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .links-container ul:before {
    right: 10px;
    top: -12px;
  }
  .links-container ul:after {
    right: 9px;
    top: -14px;
  }
  .links-container.active {
    overflow: visible;
  }
  .links-container.active ul {
    display: block;
  }
  .links-container li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: .8em;
  }
  .links-container li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .links-container li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .links-container li a:active {
    color: #333333;
    text-decoration: none;
  }
  .links-container .customer-menu {
    display: none;
  }
  .links-container .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .links-container .action.switch:focus,
  .links-container .action.switch:active {
    background: none;
    border: none;
  }
  .links-container .action.switch:hover {
    background: none;
    border: none;
  }
  .links-container .action.switch.disabled,
  .links-container .action.switch[disabled],
  fieldset[disabled] .links-container .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .links-container .header.links {
    min-width: 225px;
  }
  .links-container.active .action.switch:after {
    content: '\e621';
  }
  .links-container.active .customer-menu {
    display: block;
  }
  .links-container .greet {
    display: none;
  }
  .customer-register .links-container-title {
    cursor: pointer;
  }
  .manage-company-accounts .message + .actions-toolbar {
    margin-top: 50px;
  }
  .modal-popup .actions-toolbar .secondary .action {
    background: none;
    border: none;
    color: #1979c3;
    font-weight: 400;
    margin: .7rem 1.5rem;
    padding: 0;
  }
  .modal-popup .actions-toolbar .secondary .action:active,
  .modal-popup .actions-toolbar .secondary .action:not(:focus) {
    box-shadow: none;
  }
  .modal-popup input:hover,
  .modal-popup textarea:hover {
    border-color: #68a8e0;
  }
  .modal-popup.popup-tree .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .popup-tree .fieldset {
    margin-bottom: 0;
  }
  .popup-tree .modal-footer .primary {
    margin-right: 10px;
  }
  .popup-tree .modal-footer .secondary {
    background: none;
    border: none;
    color: #1979c3;
    font-weight: 400;
    margin: .7rem 1.5rem;
    padding: 0;
  }
  .popup-tree .modal-footer .secondary:active,
  .popup-tree .modal-footer .secondary:not(:focus) {
    box-shadow: none;
  }
  .page-title .edit-company-profile {
    left: -10px;
    position: relative;
  }
  .company-profile-index .column.main .block .box-account-information .box-content,
  .company-profile-index .column.main .block .box-address-information .box-content,
  .company-profile-index .column.main .block .box-contact-information .box-content {
    line-height: 24px;
  }
  .company-profile-edit .column.main .form-edit-company {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .company-profile-edit .column.main .form-edit-company .fieldset,
  .company-profile-edit .column.main .form-edit-company .actions-toolbar {
    width: 52%;
  }
  .company-account-index .columns .column.main .block:not(.widget) .box-content strong {
    display: inline-block;
    width: 17%;
  }
  .company-account-create .columns .main .form-create-account {
    width: 51%;
  }
  .company-account-create .columns .main .form-create-account .fieldset-fullname .fields .field:last-child {
    margin: 0 0 10px;
  }
  .company-users-index .long-text-field {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .jstree li a {
    position: relative;
  }
  .account .column.main .block.block-dashboard-info {
    line-height: 24px;
  }
  .account .column.main .block.block-dashboard-info .block-content:before,
  .account .column.main .block.block-dashboard-info .block-content:after {
    content: normal;
  }
  .form-purchase-order {
    margin-bottom: 0;
  }
  .checkout-agreements-block {
    clear: both;
  }
  .purchaseorder-purchaseorder-view .page-title {
    margin-bottom: .7rem;
    margin-top: 0;
  }
  .purchaseorder-purchaseorder-view .purchase-order-status {
    margin-top: .7rem;
  }
  .purchase-order-totals-wrap .purchase-order-totals {
    float: right;
    width: 55%;
  }
  .multiple-skus-item .field.qty .label {
    visibility: hidden;
  }
  .account .toolbar .limiter {
    float: right;
  }
  .purchaseorder-actions-toolbar {
    float: right;
  }
  .negotiable_quote-quote-view .page-title {
    margin-bottom: .7rem;
    margin-top: 0;
  }
  .negotiable_quote-quote-view .quote-status {
    margin-top: .7rem;
  }
  .order-references {
    margin-top: -1.4rem;
  }
  .negotiable-quote-quote-index .data-grid thead > tr > td,
  .negotiable-quote-quote-index .data-grid thead > tr > th {
    border-bottom: 1px solid #d1d1d1;
  }
  .negotiable-quote-quote-index .pages a.page {
    cursor: pointer;
  }
  .negotiable-quote-quote-index .page-title {
    display: block;
    margin-bottom: 25px;
  }
  .negotiable-quote-quote-view .page-title {
    margin-bottom: 5px;
  }
  .negotiable-quote-quote-view.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    width: 50%;
  }
  .negotiable-quote-quote-view .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .negotiable-quote-quote-view .quote-table-totals {
    float: right;
    width: 55%;
  }
  .negotiable-quote-quote-view .quote-updated .quote-table-totals tfoot > tr:not(.catalog_price_table) > th,
  .negotiable-quote-quote-view .quote-updated .quote-table-totals tfoot > tr:not(.catalog_price_table) > td {
    text-decoration: line-through;
  }
  .negotiable-quote-quote-view .shipping-updated .quote-table-totals tfoot > tr:not(.catalog_price_table):not(.proposed_quote_price) > th,
  .negotiable-quote-quote-view .shipping-updated .quote-table-totals tfoot > tr:not(.catalog_price_table):not(.proposed_quote_price) > td {
    text-decoration: line-through;
  }
  .quote-details-items thead .col.item,
  .quote-details-items .item .col.item {
    display: block;
  }
  .quote-details-items thead .col.price,
  .quote-details-items .item .col.price,
  .quote-details-items thead .col.stock,
  .quote-details-items .item .col.stock,
  .quote-details-items thead .col.qty,
  .quote-details-items .item .col.qty,
  .quote-details-items thead .col.subtotal,
  .quote-details-items .item .col.subtotal,
  .quote-details-items thead .col.actions,
  .quote-details-items .item .col.actions {
    text-align: right;
  }
  .quote-details-items thead .col.sku,
  .quote-details-items .item .col.sku {
    width: 65px;
  }
  .quote-details-items thead .col.discount,
  .quote-details-items .item .col.discount {
    width: 90px;
    text-align: right;
  }
  .quote-details-items thead .col.discount span,
  .quote-details-items .item .col.discount span {
    color: #333;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 1.42857143;
    font-size: 1.4rem;
  }
  .quote-details-items thead .col.notes,
  .quote-details-items .item .col.notes {
    border-top: hidden;
  }
  .quote-details-items thead .col .price,
  .quote-details-items .item .col .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
  .quote-details-items .content .quote-title {
    display: none;
  }
  .quote-details-items .quote-table-totals-wrap {
    border-bottom: 1px solid #e4e4e4;
  }
  .quote-details-items .quote-table {
    border: 1px solid #e4e4e4;
  }
  .page-main .block.quote-shipping-info {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .page-title-wrapper .page-title {
    display: block;
  }
  .quote-name {
    font-size: 1.6rem;
    margin-bottom: 20px;
    word-wrap: break-word;
  }
  .quote-date {
    float: left;
    margin-bottom: .8rem;
  }
  .quote-sales-rep {
    float: right;
  }
  .mobile-label {
    display: none;
  }
  .admin__data-grid-wrap {
    padding-top: 20px;
  }
  .quote-shipping-info .box-shipping-address .box-content {
    font-size: 1.4rem;
  }
  .quote-shipping-info .box-content .box {
    margin-bottom: 0;
    width: 50%;
  }
  .quote-view-links.quote-view-buttons .action {
    margin-right: 10px;
  }
  .quote-actions-toolbar .print {
    float: right;
    padding-left: 25px;
    padding-right: 0;
  }
  .modal-popup.popup-edit-address .modal-inner-wrap .modal-footer {
    border-top: none;
    text-align: left;
  }
  .popup-edit-address .fieldset {
    margin-bottom: 0;
  }
  .popup-edit-address .modal-footer .primary {
    margin-right: 10px;
  }
  .popup-edit-address .field .control > .field,
  .popup-edit-address .field .control > .fields > .field {
    margin: 0 0 20px;
    margin-bottom: 0;
  }
  .popup-edit-address .field .control > .field > .label,
  .popup-edit-address .field .control > .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .popup-edit-address .field .control > .field:last-child,
  .popup-edit-address .field .control > .fields > .field:last-child {
    margin-bottom: 0;
  }
  .popup-edit-address .field .control > .field > .label,
  .popup-edit-address .field .control > .fields > .field > .label {
    font-weight: 600;
  }
  .popup-edit-address .field .control > .field > .label + br,
  .popup-edit-address .field .control > .fields > .field > .label + br {
    display: none;
  }
  .popup-edit-address .field .control > .field .choice input,
  .popup-edit-address .field .control > .fields > .field .choice input {
    vertical-align: top;
  }
  .popup-edit-address .field .control > .field .fields.group:before,
  .popup-edit-address .field .control > .fields > .field .fields.group:before,
  .popup-edit-address .field .control > .field .fields.group:after,
  .popup-edit-address .field .control > .fields > .field .fields.group:after {
    content: '';
    display: table;
  }
  .popup-edit-address .field .control > .field .fields.group:after,
  .popup-edit-address .field .control > .fields > .field .fields.group:after {
    clear: both;
  }
  .popup-edit-address .field .control > .field .fields.group .field,
  .popup-edit-address .field .control > .fields > .field .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .popup-edit-address .field .control > .field .fields.group.group-2 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-2 .field {
    width: 50% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-3 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-4 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-4 .field {
    width: 25% !important;
  }
  .popup-edit-address .field .control > .field .fields.group.group-5 .field,
  .popup-edit-address .field .control > .fields > .field .fields.group.group-5 .field {
    width: 20% !important;
  }
  .popup-edit-address .field .control > .field .addon,
  .popup-edit-address .field .control > .fields > .field .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .popup-edit-address .field .control > .field .addon textarea,
  .popup-edit-address .field .control > .fields > .field .addon textarea,
  .popup-edit-address .field .control > .field .addon select,
  .popup-edit-address .field .control > .fields > .field .addon select,
  .popup-edit-address .field .control > .field .addon input,
  .popup-edit-address .field .control > .fields > .field .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .popup-edit-address .field .control > .field .addon .addbefore,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore,
  .popup-edit-address .field .control > .field .addon .addafter,
  .popup-edit-address .field .control > .fields > .field .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 0px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 45px;
    line-height: 1.42857143;
    padding: 0 16px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .popup-edit-address .field .control > .field .addon .addbefore:disabled,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore:disabled,
  .popup-edit-address .field .control > .field .addon .addafter:disabled,
  .popup-edit-address .field .control > .fields > .field .addon .addafter:disabled {
    opacity: 0.5;
  }
  .popup-edit-address .field .control > .field .addon .addbefore::-moz-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore::-moz-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter::-moz-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .popup-edit-address .field .control > .field .addon .addbefore::-webkit-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore::-webkit-input-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter::-webkit-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .popup-edit-address .field .control > .field .addon .addbefore:-ms-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore:-ms-input-placeholder,
  .popup-edit-address .field .control > .field .addon .addafter:-ms-input-placeholder,
  .popup-edit-address .field .control > .fields > .field .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .popup-edit-address .field .control > .field .addon .addbefore,
  .popup-edit-address .field .control > .fields > .field .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .popup-edit-address .field .control > .field .additional,
  .popup-edit-address .field .control > .fields > .field .additional {
    margin-top: 10px;
  }
  .popup-edit-address .field .control > .field.required > .label:after,
  .popup-edit-address .field .control > .fields > .field.required > .label:after,
  .popup-edit-address .field .control > .field._required > .label:after,
  .popup-edit-address .field .control > .fields > .field._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .popup-edit-address .field .control > .field .note,
  .popup-edit-address .field .control > .fields > .field .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .popup-edit-address .field .control > .field .note:before,
  .popup-edit-address .field .control > .fields > .field .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .popup-edit-address .form-quote-popup {
    overflow: hidden;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-title {
    border-bottom: none;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content {
    border-bottom: 20px;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-content .attentional-content .with-subtext span {
    display: block;
    padding-top: 10px;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer {
    border-top: none;
    padding-top: 10px;
    text-align: left;
  }
  .modal-popup.popup-attentional-quote-error .modal-inner-wrap .modal-footer .action-accept {
    background: #006bb4;
    box-shadow: none;
    color: #ffffff;
  }
  .negotiable-quote-order-information .negotiable-quote-link {
    float: right;
    max-width: 49%;
    text-align: right;
  }
  .negotiable-quote-order-information .order-date {
    float: left;
    max-width: 49%;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .my-orders-search-advanced .field-50 {
    float: left;
    position: relative;
    width: 48%;
  }
  .my-orders-search-advanced .field-50:nth-child(odd) {
    clear: both;
    margin-right: 2%;
  }
  .my-orders-search-advanced .field-50:nth-child(even) {
    margin-left: 2%;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .col-150-max {
    max-width: 150px;
  }
  .form-create-purchase-order-rule .field .control {
    max-width: 500px;
  }
  .form-create-purchase-order-rule .field-condition-order-total > .control {
    display: flex;
  }
  .form-create-purchase-order-rule .field-condition-order-total > .control > .control {
    max-width: 46%;
    width: 100%;
  }
  .form-create-purchase-order-rule .field-condition-order-total .additional {
    margin-left: 10px;
    margin-top: 0;
  }
  .form-create-purchase-order-rule .field-tooltip-content {
    width: 458px;
  }
  .aw-helpdesk2__form .top-panel {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .aw-pquestion__question-listing.product.header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .aw-pquestion__question-listing.product.header .product-details {
    width: 30%;
    min-width: 300px;
  }
  .aw-pquestion__question-listing.product.header .aw-pq__question-form {
    width: 70%;
    padding-left: 30px;
  }
  .aw-pquestion__question-listing.product.header .explanatory-message {
    margin-left: auto;
  }
  .aw-pquestion__question-listing.product.header > .back-link-wrapper {
    margin-left: 10px;
  }
  .aw-pquestion__question-listing.product.header > .back-link-wrapper + .aw-pq__question-form {
    display: none;
  }
  .aw-pquestion__product-question.container .aw-pq-question-form .label,
  .aw-pquestion__question-listing.container .aw-pq-question-form .label,
  .aw-pquestion__product-question.container .aw-pq-question-answer-form .label,
  .aw-pquestion__question-listing.container .aw-pq-question-answer-form .label {
    margin: 0 0 5px 0;
    padding: 0;
    text-align: left;
    width: auto;
    float: none;
  }
  .aw-pquestion__product-question.container .aw-pq-question-form .control,
  .aw-pquestion__question-listing.container .aw-pq-question-form .control,
  .aw-pquestion__product-question.container .aw-pq-question-answer-form .control,
  .aw-pquestion__question-listing.container .aw-pq-question-answer-form .control {
    width: auto;
    float: none;
  }
  .aw-pquestion__product-question.container .aw-pq__question-form {
    padding: 0 35px;
  }
  .aw-pq__email-subscriber-notification-form form .aw-pq-wrapper-fieldset .actions-toolbar,
  .aw-pq__question-form form .aw-pq-wrapper-fieldset .actions-toolbar,
  .aw-pq__question-answer-form form .aw-pq-wrapper-fieldset .actions-toolbar {
    margin: 0;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content {
    max-width: 250px;
    left: -40%;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content:after,
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content:before {
    left: 30%;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content .tooltip-content-inner {
    max-height: 350px;
    max-width: 250px;
  }
  .amconf-matrix-table-wrap .amconf-matrix-title {
    font-size: 14px;
  }
  .amconf-matrix-table-wrap .amconf-matrix-input {
    max-width: 40px;
    padding: 0 5px;
  }
  .amquote-addto-button {
    width: 49%;
  }
  .amquote-action-wrap .action.tocart {
    width: 48%;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart {
    width: 390px;
  }
  .amquote-cart-wrapper.minicart-wrapper .block-minicart:after,
  .amquote-cart-wrapper.minicart-wrapper .block-minicart:before {
    transform: none;
  }
  .amasty_quote-cart-index .cart.main.actions .action {
    flex-basis: auto;
  }
  .amasty_quote-cart-index .cart.main.actions .action:not(:last-child):not(:first-child) {
    margin: 0 5px 0 0;
  }
  .amasty_quote-cart-index .cart.main.actions button.action:not(:first-child):last-of-type {
    margin: 0;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .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;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .amxnotif-block .input-fields {
    margin-bottom: 5px;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    min-width: inherit;
  }
  .category .subscribe-popup {
    margin: 0 auto;
    top: 25%;
    width: 40%;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .items.payment-methods .certificates {
    text-align: right;
  }
  .affiliate__banner-info {
    float: left;
    width: 60%;
  }
  .affiliate__banner-preview {
    box-sizing: border-box;
    float: left;
    padding-left: 1rem;
    width: 40%;
  }
  .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: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .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;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .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: 20px;
  }
  .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%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .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: 20px;
  }
  .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;
  }
  .cms-brands.cms-page-view .column.main {
    display: block;
  }
  .cms-brands.cms-page-view .brand-images {
    flex-wrap: wrap;
  }
  .cms-brands.cms-page-view .brand-images .brands-letter {
    width: 100%;
    padding-right: 0;
  }
  .cms-brands.cms-page-view .brand-images .brands-letter .brand-item {
    width: calc(25.6% - 20px);
    margin: 0 15px 20px 0px;
    max-width: 100%;
  }
  .cms-brands.cms-page-view .brand-images .brands-letter .brand-item:nth-child(4n) {
    margin-right: 0;
  }
  .cms-brands.cms-page-view .ambrands-search-wrapper {
    float: right;
    width: 20%;
    position: relative;
    display: block;
    margin: 0 auto;
    min-width: 265px;
  }
  #algolia-autocomplete-container.reverse .autocomplete-wrapper {
    flex-flow: inherit;
  }
  #algolia-autocomplete-container.reverse .autocomplete-wrapper .col9 {
    width: 65%;
    min-width: auto;
  }
  #algolia-autocomplete-container.reverse .autocomplete-wrapper .col3 {
    width: 35%;
    min-width: auto;
  }
  #algolia-autocomplete-container.reverse .aa-dataset-products {
    width: 100%;
  }
  body #algolia-autocomplete-container .aa-dropdown-menu .aa-dataset-products .aa-suggestion {
    display: block;
    width: 100% !important;
    clear: both;
  }
  body .ais-Hits-item {
    padding: 25px 15px 27px;
    margin: 10px 7px 40px 7px;
    border: 1px solid #f4f4f4 !important;
    width: calc(25% - 14px);
  }
  body .ais-Hits-item .result-title {
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0.3px;
  }
  .catalog-category-view .page-title-wrapper {
    margin-top: 10px;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .page-products .field.limiter {
    float: left;
  }
  .modes {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    float: left;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    font-weight: 400;
    line-height: 1;
    padding: 4px;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .modes-mode:before {
    color: #ccc;
  }
  .modes-mode:hover,
  .modes-mode.active {
    background: #f4f4f4;
  }
  .modes-mode:hover:before,
  .modes-mode.active:before {
    color: #666;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    float: right;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 45px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .review-item .rating-summary .rating-result {
    vertical-align: middle !important;
  }
  .review-item .review-ratings .rating-label {
    padding-bottom: 0;
  }
  .checkout-cart-index .page.messages .messages {
    margin: 0 0 30px;
  }
  .cart.table-wrapper {
    margin-bottom: 30px;
    /* overflow-x:auto; */
  }
  .cart.table-wrapper .cart > .item .item-actions .actions-toolbar {
    margin-top: -45px;
    margin-bottom: 22px;
    padding-right: 30px;
  }
  .cart.table-wrapper .actions-toolbar {
    text-align: right;
  }
  .cart.table-wrapper .col.price > span,
  .cart.table-wrapper .col.subtotal > span {
    padding-top: 6px;
    sletter-spacing: 0.4px;
  }
  .checkout-cart-index .page-title-wrapper {
    /* display: none; */
  }
  .checkout-cart-index .page-title-wrapper .page-title {
    font-size: 2.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.6px;
    margin-bottom: 30px;
  }
  .checkout-cart-index .page-wrapper > .breadcrumbs {
    margin: 14px auto 39px;
    width: 100% !important;
    padding: 0 15px;
    box-sizing: border-box !important;
    max-width: 1310px;
    background: transparent;
  }
  .checkout-cart-index .page-wrapper > .breadcrumbs ul.items {
    background: #f4f4f4;
    padding: 10px 20px;
  }
  .block-minicart .block-content > .actions > .primary {
    margin-bottom: 20px;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1310px;
  }
  .cart-container .form-cart {
    width: 67.1875%;
    padding-right: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 31px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 30px 30px;
    position: relative;
    width: 32.8125%;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    line-height: 14px;
  }
  .cart-summary .block > .title:after {
    right: 0px;
    font-weight: 700;
    color: #000000;
    top: 0;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 27px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 40px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 40px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 30px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-photo span.product-image-container {
    height: 90px;
    width: 90px !important;
    border: 1px solid #f4f4f4;
    line-height: 90px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .cart.table-wrapper .product-item-photo span.product-image-container .product-image-photo {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: 350px;
  }
  .cart-discount .block.discount .field {
    padding: 0px;
  }
  .minicart-wrapper .block-minicart:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    height: 12px;
    right: 0;
  }
  .minicart-wrapper .minicart-items .product-item-details {
    word-break: break-all;
  }
  .minicart-wrapper:hover .ui-dialog.ui-corner-all {
    display: block !important;
    position: absolute;
    right: 0;
  }
  .checkout-payment-method .billing-address-same-as-shipping-block {
    margin: -5px 0 10px 10px;
  }
  .checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details {
    max-width: 395px;
    letter-spacing: 0.3px;
    box-sizing: border-box;
  }
  .checkout-index-index .form.form-login .input-text {
    max-width: 449px;
  }
  .payment-option.discount-code {
    margin: 30px 0 0;
    padding-top: 40px;
    border-top: 1px solid #f4f4f4;
  }
  form#paytrace-form {
    margin: 0 0 0 -20px;
  }
  #shipping-method-buttons-container .days-counter {
    display: none;
  }
  .secure-checkout-main {
    margin: 41px 0;
  }
  .opc-block-shipping-information {
    margin-top: 10px;
    padding: 0;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
    width: 67.1875%;
  }
  .checkout-container .modal-custom.opc-sidebar {
    width: 32.8125%;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 210px;
    text-align: center;
    padding: 0 20px 11px;
    margin: 0 5px 0 0 !important;
    position: relative;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-container .control._with-tooltip {
    max-width: 491px;
  }
  .checkout-container .opc-wrapper .form-login {
    max-width: 100%;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  #shipping-new-address-form > .field {
    margin-bottom: 25px;
  }
  #shipping-new-address-form select {
    background-position: calc(100% - 10px) center;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-block-summary li.product-item .product-item-name-block {
    padding: 0 0 7px;
  }
  .opc-block-summary li.product-item .product-item-inner {
    position: relative;
  }
  .opc-block-summary li.product-item .product-item-inner .details-qty span {
    font-size: 14px;
    color: #000000;
  }
  .opc-block-summary li.product-item .product-item-inner .subtotal {
    position: absolute;
    right: 0;
    bottom: 6px;
  }
  .opc-block-summary li.product-item .product-item-inner .subtotal span {
    margin: 0px;
  }
  .opc-block-summary li.product-item .product-item-inner .subtotal span span.price {
    font-weight: 700;
    color: #000000;
    font-size: 14px;
  }
  .opc-block-summary .table-totals tbody .totals.shipping.excl th.mark,
  .opc-block-summary .table-totals tbody .totals.shipping.excl td.amount {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .opc-block-summary .table-totals tbody .totals.balance th,
  .opc-block-summary .table-totals tbody .totals.balance td {
    padding-bottom: 30px;
    position: relative;
  }
  .opc-block-summary .block.items-in-cart > .title {
    padding-top: 36px !important;
    padding-bottom: 7px;
  }
  .opc-block-summary .block.items-in-cart .minicart-items .product-item-details {
    padding-left: 90px;
  }
  .opc-block-summary .block.items-in-cart .minicart-items .product-item-details .details-qty {
    margin-top: 13px;
  }
  .opc-block-summary .block.items-in-cart .minicart-items .product-item-name {
    margin-top: 3px;
    letter-spacing: 0.3px;
    padding-right: 10px;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 767px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-index-index .fieldset.payment.ccard .field.type {
    margin: 0 0 20px 0px;
  }
  .checkout-index-index .fieldset.payment.ccard .field.type img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details {
    line-height: 22px;
    padding: 0 0 10px 30px;
  }
  .checkout-index-index .field.cvv .control._with-tooltip {
    width: 250px;
    padding-right: 30px;
  }
  .checkout-index-index .field.cvv .control._with-tooltip .input-text {
    width: 100%;
    margin: 0px;
  }
  .checkout-index-index .checkout-payment-method .ccard.paytrace .field.text .input-text {
    width: 450px;
  }
  .checkout-index-index .checkout-payment-method .ccard.fieldset > .field .fields.group .field select {
    width: 100%;
    color: #999999;
    padding-left: 20px;
  }
  .checkout-index-index .checkout-payment-method .ccard.fieldset > .field .fields.group .field.month {
    width: 220px !important;
  }
  .checkout-index-index .checkout-payment-method .ccard.fieldset > .field .fields.group .field.year {
    width: 230px !important;
    padding: 0 0 0 10px;
  }
  .checkout-index-index .checkout-payment-method .ccard .captcha .input-text,
  .checkout-index-index .checkout-payment-method .ccard .number .input-text {
    width: 450px;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .payment-methods .step-title {
    padding-left: 33px;
    margin-bottom: 10px !important;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container > .block {
    float: none;
    clear: none;
  }
  .login-container > .block.block-new-customer,
  .login-container > .block.block-new-company {
    max-width: 48.829%;
    width: 100%;
    float: right;
  }
  .login-container > .block-customer-login {
    max-width: 48.829%;
    float: left;
    width: 100%;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .block.block-new-company {
    margin: 30px 0 0 0;
  }
  .login-container .actions-toolbar .secondary a.action {
    margin-top: 17px;
    margin-left: 16px;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .columns {
    margin-top: 37px;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 36%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 63.735%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account.page-layout-2columns-left .column.main .block:not(.widget).block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  .account.page-layout-2columns-left .column.main .block:not(.widget).block-order-details-view .block-content .box {
    width: 50%;
    clear: both !important;
    margin-bottom: 25px;
  }
  .account.page-layout-2columns-left .my-orders-search-advanced .fieldset > .field .fields.group.group-2 .field {
    margin-bottom: 10px;
    min-width: 250px;
  }
  .account .page-title-wrapper .page-title {
    color: #000000;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: -4px;
  }
  .account .column.main .block:not(.widget) .block-content .box .box-title {
    background: #f4f4f4;
    display: block;
    width: 100%;
    padding: 12.5px 20px;
    box-sizing: border-box;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
  }
  .account .column.main .block:not(.widget) .block-content .box .box-title > span {
    font-size: 14px;
    color: #000000;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    display: block;
    padding: 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
  }
  .contact-index-index .fieldset {
    margin-bottom: 10px;
  }
  .contact-index-index .fieldset > .fields.col-2 {
    display: flex;
    justify-content: space-between;
    margin: 0 -8px;
  }
  .contact-index-index .fieldset > .fields.col-2 .field {
    max-width: calc(50% - 16px);
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
  }
  .contact-index-index .fieldset > .fields.col-2 .field select option {
    padding: 5px 0;
  }
  .contact-index-index .contact-form-wrapper {
    margin-bottom: 50px;
  }
  /*
    .company_info {
        .field  {
            width: calc(~'100% - 25px');
        }
    }
	*/
  .company-account-create .columns .main .form-create-account {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 30px;
    box-sizing: border-box;
  }
  .company-account-create .customer-type-select {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
  }
  .company-account-create .customer-type-select label {
    padding: 10px 20px;
    background: #0D88C4;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    min-width: 150px;
  }
  .company-account-create .customer-type-select label:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0D88C4;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 10px);
  }
  .company-account-create .page-title-wrapper {
    display: none;
  }
  .credit-app-wrapper {
    max-width: 627px;
  }
  .account .toolbar.bottom .pager {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
  }
  .account .toolbar.bottom .pager .limiter-options {
    border-radius: 0;
    height: 35px;
    background: #ffffff url(../images/select-bg.svg) no-repeat 100% center;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 4px 25px 4px 16px;
    box-sizing: border-box;
    box-shadow: none;
  }
  .account .toolbar.bottom .pager .limiter-text {
    color: #888;
  }
  .account .toolbar.bottom .pager .pages {
    position: relative;
    width: auto;
    margin: 0 20px;
  }
  .account .toolbar.bottom .pager .pages .action {
    border: none;
    box-shadow: none;
  }
  .account .toolbar.bottom .pager .pages .action.next {
    display: flex;
    align-items: center;
    height: 35px;
  }
  .account .toolbar.bottom .pager .pages .action.next .label {
    display: none;
  }
  .account .toolbar.bottom .pager .pages .action.next span {
    width: auto;
    position: relative;
    clip: unset;
    height: auto;
    line-height: 14px;
    order: 0;
  }
  .account .toolbar.bottom .pager .pages .action.next::before {
    order: 1;
    margin-left: 7px;
  }
  .account .toolbar.bottom .pager .pages .action.previous .label {
    display: none;
  }
  .account .toolbar.bottom .pager .pages .action.previous > span {
    width: auto;
    position: relative;
    clip: unset;
    height: auto;
    line-height: 14px;
  }
  .title-actions-links {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .requisition_list-requisition-index .data-grid-wrap .actions-field,
  .requisition_list-requisition-index .data-grid-wrap .number-field {
    text-align: left;
  }
  .account.wishlist-index-index .block-wishlist-management .wishlist-select .wishlist-name {
    padding-bottom: 5px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .product-item-info .checkbox.product-item-checkbox {
    top: 44%;
    width: 24px;
    height: 24px;
    left: 12px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.primary {
    position: relative;
    left: auto;
    bottom: auto !important;
    opacity: 1;
    height: 45px !important;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 0px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.primary::before {
    font-size: 16px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.primary:active,
  .account.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.primary:focus {
    color: #ffffff;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.primary:active::before,
  .account.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.primary:focus::before {
    color: #ffffff;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.tocart.primary {
    line-height: 1 !important;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .field.qty .control {
    position: relative;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .field.qty .control div.mage-error {
    position: absolute;
    width: 180px;
    text-align: left;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item-name a {
    max-width: 80%;
  }
  .account.wishlist-index-index .form-wishlist-items .actions-toolbar .primary {
    display: flex;
    flex-wrap: wrap;
  }
  .account.wishlist-index-index .form-wishlist-items .actions-toolbar .primary button {
    margin-right: 10px;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .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: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .requisition-grid .product-item-description {
    width: 100%;
  }
  .requisition-grid .product-item-image {
    display: none;
  }
  .header-secondary {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: #0D88C4;
    padding: 27px 0 26px 0;
  }
  .header-secondary .header.content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-secondary .header.content:before,
  .header-secondary .header.content:after {
    display: none;
  }
  .header-secondary .panel.wrapper {
    float: left;
    margin: 0 0 0 39px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .header-secondary .panel.wrapper .panel.header {
    padding: 0;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
    padding-top: 24px;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
    border-top: 5px solid #A6D05E;
    margin-top: 8px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .customer-welcome .header.links:before {
    border: 10px solid;
    border-color: transparent transparent #a6d05e transparent;
    top: -23px;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel {
    padding: 0;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0;
    display: none;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > li.welcome .check-next-span {
    display: none;
  }
  .header.panel > .header.links > li.welcome .check-next-span:empty + .logged-in:before {
    display: none;
  }
  .header.panel > .header.links > li.welcome .not-logged-in {
    display: none;
  }
  .header.panel > .header.links > li.welcome .logged-in {
    font-size: 1.2rem;
    position: relative;
    padding: 28px 0 0 0;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header.panel > .header.links > li.welcome .logged-in:before {
    content: '\e914';
    font-family: 'luma-icons';
    font-size: 2.2rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .header.panel > .header.links > li.authorization-link,
  .header.panel > .header.links > li.customer-welcome,
  .header.panel > .header.links > li.welcome {
    display: inline-block;
  }
  .header.panel > .header.links > li.authorization-link a {
    font-size: 1.2rem;
    position: relative;
    padding: 28px 0 0 0;
  }
  .header.panel > .header.links > li.authorization-link a:before {
    content: '\e914';
    font-family: 'luma-icons';
    font-size: 2.2rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .header.panel > .header.links > li.authorization-link a:hover {
    color: #f99d25;
    text-decoration: none;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .nav-active .sections.nav-sections:after,
  .brands-active .sections.nav-sections:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: calc(100% - 250px);
    position: absolute;
    z-index: 2;
  }
  .nav-active .page-main,
  .brands-active .page-main {
    z-index: 1;
  }
  .page-footer {
    margin-top: auto;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .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;
  }
  .blog-page .breadcrumbs {
    margin-top: 40px;
  }
  .blog-page.page-layout-2columns-right .column.main {
    width: 74%;
    padding: 0;
  }
  .blog-page.page-layout-2columns-right .sidebar-additional {
    background: #eef0f2;
    padding: 20px 15px;
  }
  .blog-page.page-layout-2columns-right .sidebar-additional .block-list-posts {
    margin-bottom: 10px !important;
  }
  .blog-page.page-layout-2columns-right .sidebar-additional .blog-search {
    margin-bottom: 20px;
  }
  .blog-page.page-layout-2columns-right .sidebar-additional .blog-search .action.search {
    right: 10px;
    border-radius: 2px;
  }
  .blog-page.page-layout-2columns-right .sidebar-additional .block-title {
    margin-bottom: 10px;
  }
  .blog-page.page-layout-2columns-right .sidebar-additional .block-title strong {
    font-size: 16px;
    font-weight: 500;
  }
  .blog-page .post-holder {
    border: solid 1px #eef0f2 !important;
    border-radius: 2px;
    padding: 20px 20px;
    margin: 0 0 15px 0;
  }
  .blog-page.blog-page-list .post-content .post-description {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .blog-page.blog-page-list .post-content .post-description .post-ftimg-hld {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .blog-page.blog-page-list .post-content .post-description .post-text-hld {
    max-width: 100%;
    width: 100%;
  }
  .blog-page.blog-page-list .post-list .post-header .post-title a {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    line-height: 32px;
  }
  .blog-page.blog-post-view .post-title {
    font-size: 36px;
    font-weight: 700;
    margin-top: 20px;
  }
  .about-info {
    padding: 0 15px;
  }
  .cms-about-us .page-title-wrapper {
    padding: 0 15px;
  }
  .store-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .store-wrapper .store-content {
    width: calc(100% - 10px);
    text-align: center;
    padding-bottom: 39px;
  }
  .store-wrapper {
    border: 1px solid #f4f4f4;
    border-top: none;
  }
  .store-wrapper .store-content {
    position: relative;
  }
  .store-wrapper .store-content::after {
    content: '';
    height: calc(100% - 84px);
    width: 1px;
    background: #f4f4f4;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .cms-page-view .column.main .cms-menu {
    max-width: 260px;
    width: 100%;
  }
  .cms-page-view .column.main .cms-menu ul a {
    color: #464646;
    font-weight: 700;
  }
  .cms-page-view .column.main .cms-menu ul a:hover {
    text-decoration: none;
  }
  .cms-page-view .column.main div.col-sidebar {
    max-width: calc(100% - 280px);
    width: 100%;
  }
  .cms-page-view .column.main .resources-cms-box,
  .cms-page-view .column.main .additional-support,
  .cms-page-view .column.main .my-account {
    max-width: calc(100% - 280px);
    width: 100%;
  }
  .cms-page-view .column.main .faq-inner-wrapper {
    width: 100%;
  }
  .cms-page-view.cms-additional-support .column.main,
  .cms-page-view.cms-order-status .column.main,
  .cms-page-view.cms-scaffolding-lift-safety .column.main,
  .cms-page-view.cms-msds .column.main,
  .cms-page-view.cms-resources .column.main,
  .cms-page-view.cms-faqs .column.main,
  .cms-page-view.cms-shipping-n-return .column.main,
  .cms-page-view.cms-my-account .column.main,
  .cms-page-view.cms-international-shipping .column.main,
  .cms-page-view.cms-pricing-and-billing .column.main {
    display: flex;
    justify-content: space-between;
  }
  .cms-page-view.cms-additional-support .column.main > div[data-element="main"],
  .cms-page-view.cms-order-status .column.main > div[data-element="main"],
  .cms-page-view.cms-scaffolding-lift-safety .column.main > div[data-element="main"],
  .cms-page-view.cms-msds .column.main > div[data-element="main"],
  .cms-page-view.cms-resources .column.main > div[data-element="main"],
  .cms-page-view.cms-faqs .column.main > div[data-element="main"],
  .cms-page-view.cms-shipping-n-return .column.main > div[data-element="main"],
  .cms-page-view.cms-my-account .column.main > div[data-element="main"],
  .cms-page-view.cms-international-shipping .column.main > div[data-element="main"],
  .cms-page-view.cms-pricing-and-billing .column.main > div[data-element="main"] {
    max-width: calc(100% - 280px);
    width: 100%;
  }
  .cms-page-view.cms-additional-support .column.main .cms-menu,
  .cms-page-view.cms-order-status .column.main .cms-menu,
  .cms-page-view.cms-scaffolding-lift-safety .column.main .cms-menu,
  .cms-page-view.cms-msds .column.main .cms-menu,
  .cms-page-view.cms-resources .column.main .cms-menu,
  .cms-page-view.cms-faqs .column.main .cms-menu,
  .cms-page-view.cms-shipping-n-return .column.main .cms-menu,
  .cms-page-view.cms-my-account .column.main .cms-menu,
  .cms-page-view.cms-international-shipping .column.main .cms-menu,
  .cms-page-view.cms-pricing-and-billing .column.main .cms-menu {
    max-width: 260px;
    width: 100%;
  }
  .cms-page-view.cms-additional-support .column.main .cms-menu ul a,
  .cms-page-view.cms-order-status .column.main .cms-menu ul a,
  .cms-page-view.cms-scaffolding-lift-safety .column.main .cms-menu ul a,
  .cms-page-view.cms-msds .column.main .cms-menu ul a,
  .cms-page-view.cms-resources .column.main .cms-menu ul a,
  .cms-page-view.cms-faqs .column.main .cms-menu ul a,
  .cms-page-view.cms-shipping-n-return .column.main .cms-menu ul a,
  .cms-page-view.cms-my-account .column.main .cms-menu ul a,
  .cms-page-view.cms-international-shipping .column.main .cms-menu ul a,
  .cms-page-view.cms-pricing-and-billing .column.main .cms-menu ul a {
    color: #464646;
    font-weight: normal;
  }
  .cms-page-view.cms-additional-support .column.main .cms-menu ul a:hover,
  .cms-page-view.cms-order-status .column.main .cms-menu ul a:hover,
  .cms-page-view.cms-scaffolding-lift-safety .column.main .cms-menu ul a:hover,
  .cms-page-view.cms-msds .column.main .cms-menu ul a:hover,
  .cms-page-view.cms-resources .column.main .cms-menu ul a:hover,
  .cms-page-view.cms-faqs .column.main .cms-menu ul a:hover,
  .cms-page-view.cms-shipping-n-return .column.main .cms-menu ul a:hover,
  .cms-page-view.cms-my-account .column.main .cms-menu ul a:hover,
  .cms-page-view.cms-international-shipping .column.main .cms-menu ul a:hover,
  .cms-page-view.cms-pricing-and-billing .column.main .cms-menu ul a:hover {
    text-decoration: none;
  }
  .cms-page-view.cms-additional-support .column.main > div[data-element="main"],
  .cms-page-view.cms-order-status .column.main > div[data-element="main"],
  .cms-page-view.cms-scaffolding-lift-safety .column.main > div[data-element="main"],
  .cms-page-view.cms-msds .column.main > div[data-element="main"],
  .cms-page-view.cms-resources .column.main > div[data-element="main"],
  .cms-page-view.cms-faqs .column.main > div[data-element="main"],
  .cms-page-view.cms-shipping-n-return .column.main > div[data-element="main"],
  .cms-page-view.cms-my-account .column.main > div[data-element="main"],
  .cms-page-view.cms-international-shipping .column.main > div[data-element="main"],
  .cms-page-view.cms-pricing-and-billing .column.main > div[data-element="main"],
  .cms-page-view.cms-additional-support .column.main .shipping-returns,
  .cms-page-view.cms-order-status .column.main .shipping-returns,
  .cms-page-view.cms-scaffolding-lift-safety .column.main .shipping-returns,
  .cms-page-view.cms-msds .column.main .shipping-returns,
  .cms-page-view.cms-resources .column.main .shipping-returns,
  .cms-page-view.cms-faqs .column.main .shipping-returns,
  .cms-page-view.cms-shipping-n-return .column.main .shipping-returns,
  .cms-page-view.cms-my-account .column.main .shipping-returns,
  .cms-page-view.cms-international-shipping .column.main .shipping-returns,
  .cms-page-view.cms-pricing-and-billing .column.main .shipping-returns,
  .cms-page-view.cms-additional-support .column.main .pricing-billing,
  .cms-page-view.cms-order-status .column.main .pricing-billing,
  .cms-page-view.cms-scaffolding-lift-safety .column.main .pricing-billing,
  .cms-page-view.cms-msds .column.main .pricing-billing,
  .cms-page-view.cms-resources .column.main .pricing-billing,
  .cms-page-view.cms-faqs .column.main .pricing-billing,
  .cms-page-view.cms-shipping-n-return .column.main .pricing-billing,
  .cms-page-view.cms-my-account .column.main .pricing-billing,
  .cms-page-view.cms-international-shipping .column.main .pricing-billing,
  .cms-page-view.cms-pricing-and-billing .column.main .pricing-billing,
  .cms-page-view.cms-additional-support .column.main .international-shipping,
  .cms-page-view.cms-order-status .column.main .international-shipping,
  .cms-page-view.cms-scaffolding-lift-safety .column.main .international-shipping,
  .cms-page-view.cms-msds .column.main .international-shipping,
  .cms-page-view.cms-resources .column.main .international-shipping,
  .cms-page-view.cms-faqs .column.main .international-shipping,
  .cms-page-view.cms-shipping-n-return .column.main .international-shipping,
  .cms-page-view.cms-my-account .column.main .international-shipping,
  .cms-page-view.cms-international-shipping .column.main .international-shipping,
  .cms-page-view.cms-pricing-and-billing .column.main .international-shipping {
    max-width: calc(100% - 280px);
    width: 100%;
  }
  .cms-page-view.cms-additional-support .column.main .faq-inner-wrapper,
  .cms-page-view.cms-order-status .column.main .faq-inner-wrapper,
  .cms-page-view.cms-scaffolding-lift-safety .column.main .faq-inner-wrapper,
  .cms-page-view.cms-msds .column.main .faq-inner-wrapper,
  .cms-page-view.cms-resources .column.main .faq-inner-wrapper,
  .cms-page-view.cms-faqs .column.main .faq-inner-wrapper,
  .cms-page-view.cms-shipping-n-return .column.main .faq-inner-wrapper,
  .cms-page-view.cms-my-account .column.main .faq-inner-wrapper,
  .cms-page-view.cms-international-shipping .column.main .faq-inner-wrapper,
  .cms-page-view.cms-pricing-and-billing .column.main .faq-inner-wrapper {
    width: 100%;
  }
  .cms-page-view.cms-additional-support .material-safety-cmsbox p,
  .cms-page-view.cms-order-status .material-safety-cmsbox p,
  .cms-page-view.cms-scaffolding-lift-safety .material-safety-cmsbox p,
  .cms-page-view.cms-msds .material-safety-cmsbox p,
  .cms-page-view.cms-resources .material-safety-cmsbox p,
  .cms-page-view.cms-faqs .material-safety-cmsbox p,
  .cms-page-view.cms-shipping-n-return .material-safety-cmsbox p,
  .cms-page-view.cms-my-account .material-safety-cmsbox p,
  .cms-page-view.cms-international-shipping .material-safety-cmsbox p,
  .cms-page-view.cms-pricing-and-billing .material-safety-cmsbox p {
    margin-bottom: 20px;
  }
  .cms-page-view.cms-additional-support .material-safety-cmsbox ul,
  .cms-page-view.cms-order-status .material-safety-cmsbox ul,
  .cms-page-view.cms-scaffolding-lift-safety .material-safety-cmsbox ul,
  .cms-page-view.cms-msds .material-safety-cmsbox ul,
  .cms-page-view.cms-resources .material-safety-cmsbox ul,
  .cms-page-view.cms-faqs .material-safety-cmsbox ul,
  .cms-page-view.cms-shipping-n-return .material-safety-cmsbox ul,
  .cms-page-view.cms-my-account .material-safety-cmsbox ul,
  .cms-page-view.cms-international-shipping .material-safety-cmsbox ul,
  .cms-page-view.cms-pricing-and-billing .material-safety-cmsbox ul {
    margin: 0;
    padding: 0 0 30px 14px;
  }
  .cms-page-view.cms-additional-support .material-safety-cmsbox ul li,
  .cms-page-view.cms-order-status .material-safety-cmsbox ul li,
  .cms-page-view.cms-scaffolding-lift-safety .material-safety-cmsbox ul li,
  .cms-page-view.cms-msds .material-safety-cmsbox ul li,
  .cms-page-view.cms-resources .material-safety-cmsbox ul li,
  .cms-page-view.cms-faqs .material-safety-cmsbox ul li,
  .cms-page-view.cms-shipping-n-return .material-safety-cmsbox ul li,
  .cms-page-view.cms-my-account .material-safety-cmsbox ul li,
  .cms-page-view.cms-international-shipping .material-safety-cmsbox ul li,
  .cms-page-view.cms-pricing-and-billing .material-safety-cmsbox ul li {
    margin: 0;
  }
  .cms-page-view.cms-additional-support .material-safety-cmsbox ul li a,
  .cms-page-view.cms-order-status .material-safety-cmsbox ul li a,
  .cms-page-view.cms-scaffolding-lift-safety .material-safety-cmsbox ul li a,
  .cms-page-view.cms-msds .material-safety-cmsbox ul li a,
  .cms-page-view.cms-resources .material-safety-cmsbox ul li a,
  .cms-page-view.cms-faqs .material-safety-cmsbox ul li a,
  .cms-page-view.cms-shipping-n-return .material-safety-cmsbox ul li a,
  .cms-page-view.cms-my-account .material-safety-cmsbox ul li a,
  .cms-page-view.cms-international-shipping .material-safety-cmsbox ul li a,
  .cms-page-view.cms-pricing-and-billing .material-safety-cmsbox ul li a {
    color: #464646;
    font-size: 13px;
    line-height: 24px;
  }
  .cms-find-s-store .column.main {
    display: flex;
    justify-content: space-between;
  }
  .cms-find-s-store .column.main .cms-menu {
    max-width: 260px;
    width: 100%;
    display: inline-block;
  }
  .cms-find-s-store .column.main .cms-menu ul a {
    color: #464646;
    font-weight: normal;
  }
  .cms-find-s-store .column.main .cms-menu ul a:hover {
    text-decoration: none;
  }
  .cms-find-s-store .column.main .cmspage-right-box {
    width: calc(100% - 280px);
    display: inline-block;
    vertical-align: top;
  }
  .cms-find-s-store .column.main .cmspage-right-box .banner img {
    width: 100%;
  }
  .blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc(32%);
  }
  .blog-post-view .products-grid .product-item:nth-child(2n+1) {
    margin-left: 2%;
  }
  .blog-post-view .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .not-found-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 70px 0 80px;
  }
  .not-found-section .right {
    text-align: right;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .not-found-section .left {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media all and (min-width: 1024px), print {
  .orderapprovals-purchaseorder-view .page-main .negotiable-quote-order-information {
    margin-top: .6rem;
  }
  .grid-content {
    padding: 0 !important;
  }
  .field-date .control .sub-label,
  .field-order-total .control .sub-label {
    width: 20%;
  }
  .field-date .control input,
  .field-order-total .control input {
    width: 55%;
  }
  .aw-heldesk2__agent-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .aw-heldesk2__agent-container .page-title-wrapper {
    padding-right: 20px;
  }
  .aw_helpdesk2__agent-info {
    width: 40%;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content {
    max-width: 300px;
    left: 0;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content:after,
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content:before {
    left: 15px;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content .tooltip-content-inner {
    max-width: 300px;
  }
  .amconf-matrix-table-wrap .amconf-text {
    border-right: 1px solid #c4c4c4;
  }
  .amconf-matrix-table-wrap .amconf-cell:last-child .amconf-text {
    border: 0;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 0;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .category .subscribe-popup {
    width: 30%;
  }
  .cms-brands.cms-page-view .brand-images .brands-letter .brand-item {
    margin: 0 20px 20px 0px;
    width: calc(20.1% - 20px);
  }
  .cms-brands.cms-page-view .brand-images .brands-letter .brand-item:nth-child(5n) {
    margin-right: 0;
  }
  .cms-brands.cms-page-view .brand-images .brands-letter .brand-item:nth-child(4n) {
    margin-right: 20px;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .contact-form-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 200px;
    max-width: calc(100% - 398px);
    width: 100%;
    align-self: flex-start;
    margin-right: 30px;
  }
  .contact-index-index .column:not(.sidebar-additional) .contact-sidebar {
    max-width: 398px;
    width: 100%;
  }
  .contact-index-index .contact-sidebar {
    margin-top: 0px;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 27%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 72.735%;
  }
  .account.page-layout-2columns-left .column.main .block:not(.widget).block-order-details-view .block-content {
    flex-wrap: nowrap;
  }
  .account.page-layout-2columns-left .column.main .block:not(.widget).block-order-details-view .block-content .box {
    width: 25%;
    clear: both !important;
    margin-bottom: 0;
  }
  .account.page-layout-2columns-left .column.main .block:not(.widget).block-order-details-view .block-content .box .box-content {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .blog-page.blog-page-list .post-content .post-description {
    flex-wrap: nowrap;
  }
  .blog-page.blog-page-list .post-content .post-description .post-ftimg-hld {
    max-width: 400px;
    width: 100%;
    margin-bottom: 0;
  }
  .blog-page.blog-page-list .post-content .post-description .post-text-hld {
    max-width: calc(100% - 490px);
    width: 100%;
  }
  .faq-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .faq-inner-wrapper .faq-inner {
    width: 49%;
  }
  .blog-post-view .products-grid .product-item {
    display: inline-block;
    width: calc(32%);
  }
  .blog-post-view .products-grid .product-item:nth-child(2n+1) {
    margin-left: 2%;
  }
  .blog-post-view .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .not-found-section .right {
    max-width: 44%;
    flex: 0 0 44%;
  }
  .not-found-section .right .line-2 {
    font-size: 3.7rem;
  }
  .not-found-section .right .black-font {
    font-size: 1.9rem;
  }
  .not-found-section .left {
    max-width: 56%;
    flex: 0 0 56%;
  }
}
@media all and (min-width: 1440px), print {
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content {
    max-width: 350px;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content .tooltip-content-inner {
    max-width: 350px;
  }
  .amslider .wrapper {
    justify-content: center;
  }
  .cms-brands.cms-page-view .brand-images .brands-letter .brand-item {
    width: calc(14.3% - 20px);
  }
  .cms-brands.cms-page-view .brand-images .brands-letter .brand-item:nth-child(5n) {
    margin-right: 20px;
  }
  .cms-brands.cms-page-view .brand-images .brands-letter .brand-item:nth-child(7n) {
    margin-right: 0px;
  }
  .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;
  }
  .account.page-layout-2columns-left .my-orders-search-advanced .fieldset > .field .fields.group.group-2 .field {
    margin-bottom: 10px;
    min-width: 200px;
  }
}
.icon-ip-delete:before {
  content: '\e91e';
}
.icon-ip-edit:before {
  content: '\e91f';
}
.icon-tick-sign:before {
  content: "\e920";
}
.icon-shield:before {
  content: "\e921";
}
.payment-card .col img {
  vertical-align: text-top;
}
.payment-card .col {
  padding: 0 5px;
}
.saved-customer-vault .row.payment-card {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  -ms-flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
}
.saved-customer-vault .row.payment-card .card-inner {
  border: 1px solid rgba(0, 0, 0, 0.137);
  border-radius: 5px;
  background-color: #f6f7fa;
  border-color: #efefef;
  padding: 0.5rem;
  min-width: unset;
  max-width: 350px;
  margin: 0;
  outline: none;
  overflow: hidden;
  display: table;
  width: 100%;
}
.saved-customer-vault .row.payment-card .card-inner .col {
  padding: 8px;
  display: table-cell;
  vertical-align: middle;
  color: #525252;
}
.saved-customer-vault .row.payment-card .card-inner .col.card-number {
  font-size: 13px;
  font-weight: bold;
}
.saved-customer-vault .row .action-delete {
  text-align: right;
}
.saved-customer-vault .row .action-delete .delete {
  background: transparent;
  border: 0;
  padding: 0;
  color: #525252;
  font-weight: 600;
  transition: 0.25s ease-in-out all;
  font-size: 0;
}
.saved-customer-vault .row .action-delete .delete:hover {
  color: #333;
}
.saved-customer-vault .row .action-delete .delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-broucher {
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto 30px;
}
.catalog-broucher .page-title {
  margin-top: 20px;
  letter-spacing: 5.2px;
  margin-bottom: 22px;
}
.catalog-broucher p {
  letter-spacing: 0.3px;
  margin-bottom: 24px;
  display: block;
}
.catalog-broucher p a {
  color: #0D88C4;
  border-bottom: 1px solid #0D88C4;
  display: inline-block;
  line-height: 13px;
}
.catalog-broucher .heading-section {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.catalog-broucher .categories_filter {
  overflow: hidden;
}
.catalog-broucher .categories_filter .cf_content {
  display: flex;
  position: relative;
  margin: 0 -10px;
  padding-left: 66px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 24px;
  margin-bottom: 25px;
}
.catalog-broucher .categories_filter h2 {
  margin: 0;
  font-size: 1.4rem;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  position: absolute;
  left: 11px;
  top: 0;
  line-height: 35px;
}
.catalog-broucher .categories_filter select {
  /* display:block !important; */
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 391px;
  margin: 0 10px;
  width: 100%;
  background: url('../images/down-arrow-black.svg') no-repeat calc(100% - 8px) center;
  background-size: 9px;
  padding: 0 30px 0 14px;
  color: #555;
  box-shadow: none;
}
.catalog-broucher .all_category_products {
  margin: 0 -11px;
}
.catalog-broucher .all_category_products .broucher_product_block {
  width: calc(20% - 22px);
  display: inline-block;
  vertical-align: top;
  border: 1px solid #f4f4f4;
  margin: 11px;
  text-align: center;
  padding: 23px;
  box-sizing: border-box;
  font-size: 1.4rem;
  border-radius: 5px;
}
.catalog-broucher .all_category_products .broucher_product_block:hover {
  box-shadow: 0 0 15px rgba(68, 68, 68, 0.15);
}
.catalog-broucher .all_category_products .broucher_image {
  width: 100%;
  height: 165px;
  position: relative;
  margin-bottom: 20px;
}
.catalog-broucher .all_category_products .broucher_image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.catalog-broucher .all_category_products .broucher_file_name {
  margin-bottom: 20px;
}
.catalog-broucher .all_category_products .broucher_file_name strong {
  color: #333;
  font-weight: 400;
}
.catalog-broucher .all_category_products .broucher_file_size {
  margin-bottom: 15px;
}
.catalog-broucher .all_category_products .broucher_file_path a {
  width: 100%;
  height: 40px;
  background: #F99D25;
  border-radius: 5px;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 40px;
  display: block;
  color: #222;
  font-weight: 600;
  letter-spacing: 1px;
}
.catalog-broucher .all_category_products .broucher_file_path a:hover {
  background: #0D88C4;
  color: #fff;
  text-decoration: none;
}
.catalog-broucher .all_category_products .categories-content {
  font-size: 0rem;
}
.catalog-broucher .all_category_products .categories-content.warning-content {
  font-size: 1.6rem;
  padding: 0 11px;
}
.catalog-broucher .all_category_products .button-content {
  text-align: center;
}
.catalog-broucher .all_category_products .button-content .action {
  font-size: 1.5rem;
  margin-top: 30px;
}
.catalog-broucher .all_category_products .button-content:empty {
  display: none;
}
@media (max-width: 1025px) {
  .catalog-broucher .all_category_products .broucher_product_block {
    width: calc(25% - 22px);
  }
}
@media (max-width: 1023px) {
  .catalog-broucher .all_category_products .broucher_product_block {
    width: calc(33.33% - 22px);
  }
}
@media (max-width: 767px) {
  .catalog-broucher {
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .catalog-broucher .page-title {
    font-size: 2rem !important;
    margin: 31px 0 22px 0 !important;
    letter-spacing: 4px !important;
    line-height: 24px;
  }
  .catalog-broucher .categories_filter .cf_content {
    flex-wrap: wrap;
    padding: 0 0 20px 0;
    margin: 0 0 15px 0;
  }
  .catalog-broucher .categories_filter select {
    max-width: 100%;
    margin: 10px 0 0 0;
  }
  .catalog-broucher .categories_filter h2 {
    position: static;
    width: 100%;
    text-align: center;
    line-height: 27px;
  }
  .catalog-broucher p {
    line-height: 22px;
    margin-bottom: 23px;
  }
  .catalog-broucher .heading-section {
    margin-bottom: 14px;
  }
  .catalog-broucher .all_category_products {
    margin: 0px -5px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: -30px;
  }
  .catalog-broucher .all_category_products .broucher_product_block {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 11px 11px 15px;
  }
  .catalog-broucher .all_category_products .broucher_image {
    height: 123px;
    margin-bottom: 10px;
  }
  .catalog-broucher .all_category_products .broucher_file_name {
    margin-bottom: 10px;
  }
  .catalog-broucher .all_category_products .broucher_file_size {
    margin-bottom: 10px;
  }
  .catalog-broucher .all_category_products .broucher_file_path a {
    height: 35px;
    line-height: 35px;
    font-size: 1.3rem;
    letter-spacing: 1.3px;
  }
  .catalog-broucher .all_category_products .categories-content.warning-content {
    padding: 0 5px;
  }
}
.printcart-index-index .column.main {
  width: 100%;
}
.printcart-index-index .page-header,
.printcart-index-index .sections.nav-sections,
.printcart-index-index .sidebar,
.printcart-index-index .page-footer,
.printcart-index-index .copyright {
  display: none;
}
.printcart-index-index .top-buttons {
  float: right;
}
.printcart-index-index .top-buttons button {
  margin: 0 0 0 20px;
}
.printcart-index-index .page-main {
  margin-top: 40px;
}
.printcart-index-index .print-logo img {
  max-width: 200px;
  height: auto;
}
.printcart-index-index table {
  margin: 30px 0;
}
.printcart-index-index table tr th,
.printcart-index-index table tr td {
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
  vertical-align: middle;
}
.printcart-index-index table tr th:first-child,
.printcart-index-index table tr td:first-child {
  text-align: left;
}
.printcart-index-index table tr th:last-child,
.printcart-index-index table tr td:last-child {
  text-align: right;
}
.printcart-index-index table tr th {
  background-color: #EDF0F2;
}
.printcart-index-index table tr td.col.item {
  max-width: 100%;
}
.printcart-index-index table tr td .pro-image {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  position: relative;
  background: #86c3e1;
}
.printcart-index-index table tr td .pro-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.printcart-index-index table tr td .prod-detail {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 120px);
  padding-left: 15px;
}
.printcart-index-index table tr td .prod-detail .prod-sku {
  display: block;
}
.printcart-index-index table tr td .prod-detail > div {
  margin-top: 10px;
}
.printcart-index-index table tr td .prod-detail > div:first-child {
  margin-top: 0;
}
.printcart-index-index table tfoot tr th,
.printcart-index-index table tfoot tr td {
  text-align: right !important;
  background-color: #EDF0F2;
  font-size: 1.6rem;
  font-weight: bold;
}
.printcart-index-index table tbody tr td {
  padding: 20px;
}
.printcart-index-index table thead tr th {
  font-size: 1.6rem;
}
.checkout-methods-items .print_shoppingcart {
  color: #222;
  display: none;
}
.checkout-methods-items .print_shoppingcart:hover {
  color: #F99D25;
}
.checkout-cart-index .checkout-methods-items .print_shoppingcart {
  display: block;
  color: #333;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .printcart-index-index table tr th,
  .printcart-index-index table tr td {
    padding: 10px;
  }
  .printcart-index-index table tbody tr td {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    text-align: left !important;
  }
  .printcart-index-index table tbody tr td:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
  }
  .printcart-index-index table tbody tr td.col.item {
    width: 100%;
    border: 0;
    padding-bottom: 0;
  }
  .printcart-index-index table tbody,
  .printcart-index-index table tr,
  .printcart-index-index table td {
    display: block;
  }
  .printcart-index-index table thead th,
  .printcart-index-index table tfoot th {
    display: block;
  }
  .printcart-index-index table thead th:not(.col.item),
  .printcart-index-index table tfoot th:not(.col.item) {
    display: none;
  }
  .printcart-index-index table tfoot tr td:before {
    content: attr(data-th) ':';
    display: inline-block;
    font-weight: 600;
    margin: 0 10px 0 0;
  }
  .printcart-index-index .print-logo {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.aw_helpdesk2-ticket-external .columns {
  margin-top: 37px;
}
.aw_helpdesk2-ticket-external .page-title {
  color: #000000;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: -4px;
}
.aw_helpdesk2-ticket-external .aw-heldesk2__agent-container {
  padding: 0 0 20px 0;
}
.aw_helpdesk2-ticket-external .top-panel .panel-element .action-basic {
  min-width: 205px;
}
.aw_helpdesk2__agent-info .info-content p {
  word-break: break-all;
}
.aw_helpdesk2__agent-info .info-content p:empty {
  display: none;
}
.aw-heldesk2__agent-container .page-title-wrapper {
  width: 100% !important;
}
.aw-helpdesk2__form > .actions-toolbar {
  display: inline-block;
  width: 100%;
}
.aw-helpdesk2__form > .actions-toolbar button {
  width: auto !important;
}
.aw-helpdesk2__form > .actions-toolbar > div {
  float: right;
  margin: 0 0 0 15px;
}
.aw-ctq__quote-header .actions-toolbar {
  overflow-x: auto;
}
.aw-ctq__quote-header .actions-toolbar .action {
  flex-shrink: 0;
  margin: 0 0 0 20px !important;
}
.aw-helpdesk2-listing .selectmenu-value input[type='text'] {
  width: 60px;
  height: 35px;
}
.aw-helpdesk2-listing .selectmenu-toggle:before {
  background: #ffffff url('../images/select-bg.svg') no-repeat center center;
  border: 0;
}
.aw_helpdesk2-ticket-index .admin__data-grid-header .admin__data-grid-header-row {
  margin-top: 30px;
}
.aw_helpdesk2-ticket-index .admin__data-grid-wrap {
  overflow-x: auto;
}
.aw_ctq-quote-external_edit .page-title-wrapper,
.aw_ctq-quote-external_comment .page-title-wrapper,
.aw_ctq-quote-external_history .page-title-wrapper {
  margin-top: 35px;
}
.aw_ctq-quote-external_edit .page-title-wrapper .page-title,
.aw_ctq-quote-external_comment .page-title-wrapper .page-title,
.aw_ctq-quote-external_history .page-title-wrapper .page-title {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
  margin-top: -4px;
  word-break: keep-all;
}
.aw_ctq-quote-external_edit.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th.col.qty,
.aw_ctq-quote-external_comment.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th.col.qty,
.aw_ctq-quote-external_history.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th.col.qty {
  min-width: 50px;
}
.aw_ctq-quote-external_edit.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th.col.sku,
.aw_ctq-quote-external_comment.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th.col.sku,
.aw_ctq-quote-external_history.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th.col.sku {
  min-width: 90px;
}
.aw_ctq-quote-external_edit .column.main,
.aw_ctq-quote-external_comment .column.main,
.aw_ctq-quote-external_history .column.main {
  width: 100% !important;
}
.aw_ctq-quote-external_edit .sidebar,
.aw_ctq-quote-external_comment .sidebar,
.aw_ctq-quote-external_history .sidebar {
  display: none !important;
}
.aw_ctq-quote-external_edit .aw-ctq__history-block .aw-ctq__history-info,
.aw_ctq-quote-external_comment .aw-ctq__history-block .aw-ctq__history-info,
.aw_ctq-quote-external_history .aw-ctq__history-block .aw-ctq__history-info {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .aw-helpdesk2__form .top-panel {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
  }
  .aw-helpdesk2__form .panel-element {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 5px 20px;
    box-sizing: border-box;
  }
  .aw_ctq-quote-external_edit .page-title-wrapper,
  .aw_ctq-quote-external_comment .page-title-wrapper,
  .aw_ctq-quote-external_history .page-title-wrapper {
    margin-top: 0px;
  }
  .aw_helpdesk2-ticket-index .actions-toolbar .create-ticket-link {
    width: auto;
    margin-top: 15px;
  }
  .aw_ctq-quote-external_history .page-main {
    padding: 41px 20px 0 !important;
  }
  .aw_ctq-quote-external_edit .page-title-wrapper .page-title,
  .aw_ctq-quote-external_comment .page-title-wrapper .page-title,
  .aw_ctq-quote-external_history .page-title-wrapper .page-title {
    font-size: 2rem;
    display: inline-block;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 639px) {
  .aw-helpdesk2__form .panel-element {
    width: 49%;
  }
  .aw_helpdesk2-ticket-external .page-title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 30px;
  }
}
#shqPPSE {
  float: left;
  margin-left: 30px;
}
#shqPPSE .sc-fujyAs {
  border: 0 !important;
}
#shqPPSE .sc-fujyAs h4.sc-pNWdM {
  margin: 0;
  position: relative;
  padding: 0 0 0 30px;
}
#shqPPSE .sc-fujyAs h4.sc-pNWdM:before {
  content: '\e919';
  font-family: 'luma-icons';
  font-size: 2.1rem;
  color: #000;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
}
#shqPPSE .sc-fujyAs h4.sc-pNWdM span {
  position: relative;
  color: #0D88C4;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.3px;
}
#shqPPSE .sc-fujyAs h4.sc-pNWdM span[data-shq="collapsible-icon"] {
  display: none;
}
#shq-ppsc-form button {
  background-image: none;
  background: #f99d25;
  border: #f99d25;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 7px 15px;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 13px 15px;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
#shq-ppsc-form button:focus,
#shq-ppsc-form button:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#shq-ppsc-form button:hover {
  background: #0d88c4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#shq-ppsc-form button.disabled,
#shq-ppsc-form button[disabled],
fieldset[disabled] #shq-ppsc-form button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.sc-jrsJWt {
  transition: none !important;
  animation: none !important;
  margin-top: 15px;
}
.sc-jrsJWt .fmLhsL {
  padding: 0 0 10px 0;
}
.sc-jrsJWt.bCDHZq {
  display: none;
}
.sc-jrsJWt.dOOViF {
  padding: 20px 20px 10px;
  background: #f4f4f4;
  display: inline-table;
  max-width: 364px;
  width: 100%;
  position: absolute;
}
.sc-jrsJWt .sc-dlnjwi.dJXsSm {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.sc-jrsJWt .sc-dlnjwi.dJXsSm > span:not(:last-child) {
  margin-right: 10px;
}
.page-product-bundle .price-box p + #shqPPSE {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.product-info-main .product-info-price > #shqPPSE {
  margin: 0;
}
.product-info-main .product-info-price > #shqPPSE > .sc-fujyAs {
  margin: 0 0 30px 0;
}
@media (max-width: 1025px) {
  #shqPPSE {
    margin: 10px 0 0 0;
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .home-product-slider .owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .home-product-slider .owl-theme .owl-nav .owl-next {
    right: 0;
  }
}
@media (max-width: 1025px) {
  .home-product-slider {
    margin: 50px 0 0 0;
    padding: 50px 0 103px 0;
  }
  .home-product-slider .block-content {
    margin: 10px 0 0 0;
  }
  .home-product-slider .products-grid .product-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .home-product-slider {
    margin: 30px 0 0 0;
    padding: 26px 0 30px 0;
  }
  .home-product-slider .owl-carousel {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .home-product-slider .owl-carousel::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
  .home-product-slider .products-grid .product-item {
    margin: 0 10px 0 0;
    width: 162px;
    padding: 20px 5px 45px;
    border: 1px solid #c8c8c8 !important;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    min-width: 162px;
    max-width: 162px;
    box-shadow: none !important;
  }
  .home-product-slider .products-grid .product-item .product-image-container,
  .home-product-slider .products-grid .product-item .product-image-wrapper {
    height: 110px;
    padding: 0 !important;
  }
  .home-product-slider .products-grid .product-item .product-image-photo {
    max-width: 100%;
    max-height: 100px;
  }
  .home-product-slider .block-content {
    margin: 17px -20px 0 0;
  }
}
@media (max-width: 1300px) and (min-width: 1023px) {
  .top-newsletter form .field-error,
  .top-newsletter form div.mage-error[generated] {
    position: absolute;
  }
  .top-newsletter form .field.newsletter .field-error,
  .top-newsletter form .field.newsletter div.mage-error[generated] {
    top: -14px;
    display: block;
    width: 350px;
    left: 0;
  }
  .top-newsletter form .field.industry .field-error,
  .top-newsletter form .field.industry div.mage-error[generated] {
    bottom: -15px;
    height: auto;
    left: 0;
    width: 350px;
  }
}
@media (max-width: 1300px) {
  .top-newsletter .tn-text {
    width: 100%;
    padding-left: 250px;
  }
  .top-newsletter form {
    width: 360px;
    flex-shrink: 0;
    margin: 0;
  }
  .top-newsletter h3 {
    flex-shrink: 0;
  }
  .top-newsletter p {
    width: auto;
  }
  .top-newsletter .input-text,
  .top-newsletter select {
    margin: 5px 0;
  }
  .top-newsletter .actions {
    margin: 5px 0 5px 20px;
  }
  .top-newsletter div.mage-error {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .top-newsletter {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
  .top-newsletter .tn-text {
    padding: 0;
  }
  .top-newsletter .tn-text img {
    display: none;
  }
  .top-newsletter h3 {
    margin: 0;
  }
  .top-newsletter p {
    line-height: 16px;
    margin: 4px 0 0 0;
  }
  .top-newsletter form {
    margin: 12px 0 0 0;
    width: 100%;
  }
  .top-newsletter form .field-error,
  .top-newsletter form div.mage-error[generated] {
    position: static;
    width: 100%;
    float: left;
    height: auto;
    color: #e02b27;
  }
  .top-newsletter form .field {
    width: 238px;
  }
  .top-newsletter form .field:not(:first-child) {
    margin-left: 5px;
  }
  .top-newsletter select {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .top-newsletter {
    background: #0D88C4;
  }
  .top-newsletter .input-text,
  .top-newsletter select,
  .top-newsletter .actions {
    width: 100%;
    margin-left: 0;
  }
  .top-newsletter .actions .action.primary {
    width: 100%;
  }
  .top-newsletter form .field {
    width: 100%;
  }
  .top-newsletter form .field:not(:first-child) {
    margin: 0;
  }
  .top-newsletter form .field-error,
  .top-newsletter form div.mage-error[generated] {
    position: static;
    float: left;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .top-newsletter form {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .blog-page.page-layout-2columns-right .column.main {
    width: 100%;
  }
  .blog-page.page-layout-2columns-right .sidebar-additional {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .blog-page.page-layout-2columns-right .sidebar-additional {
    margin-bottom: 10px;
  }
  .blog-page .breadcrumbs {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .blog-post-view .products-grid .product-item {
    width: calc(18.4%);
  }
  .blog-post-view .products-grid .product-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .blog-post-view .products-grid .product-item:nth-child(5n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1079px) {
  #Content .maintenance-section {
    margin: 50px 0;
  }
  #Content .maintenance-section .logo-box {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 991px) {
  #Content .maintenance-section h2 {
    font-size: 35px;
  }
  #Content .maintenance-section p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .message.success,
  .message.error,
  .message.warning,
  .message.notice,
  .message.info {
    margin-top: 20px;
  }
  .cms-page-view .page-title {
    margin-top: 25px;
    font-size: 19px;
    line-height: 24px;
  }
  .cms-about-us .page-title {
    padding-right: 90px;
  }
  .vestrackorder-index-index .page-title-wrapper {
    padding: 30px 0 20px;
  }
  .vestrackorder-index-index .page-title-wrapper .page-title {
    font-size: 19px;
    line-height: 24px;
  }
  .cms-privacy-policy .page-title-wrapper .page-title {
    margin: 0;
    padding-top: 26px;
  }
  .cms-privacy-policy .privacy-policy h2 {
    margin-bottom: 10px;
  }
  .cms-privacy-policy .privacy-policy p {
    font-size: 14px;
    line-height: 22px !important;
  }
  .cms-find-s-store .contener > h2 {
    font-size: 19px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .not-found-section {
    margin-top: 30px;
  }
  .not-found-section .right .line-3 {
    margin: 17px 0 40px;
  }
  .not-found-section .right h2 {
    font-size: 6rem;
  }
  .not-found-section .right .link-wrp a {
    font-size: 2rem;
  }
}
.aw_ctq-quote-edit form table thead th.col.qty {
  min-width: 50px;
}
.aw_ctq-quote-edit form table thead th.col.sku {
  min-width: 100px;
}
.aw_ctq-quote-edit form table thead th.col.name {
  min-width: 200px;
}
.aw-ctq__comment-block {
  overflow: hidden;
}
.aw-ctq__comment-block .comment {
  width: calc(50% - 24px);
  margin: 10px !important;
  display: inline-block;
  vertical-align: top;
}
.aw-ctq__comment-block .comments {
  margin-left: -12px;
  margin-right: -12px;
}
.aw-ctq__comment-block .aw-ctq__comment-form {
  padding: 0;
}
.aw_ctq-quote-history .aw-ctq__history-block .aw-ctq__history-info {
  padding: 20px 0;
}
.aw_ctq-quote-history .aw-ctq__history-block ul li::before {
  max-width: 100%;
}
.aw_ctq-quote-history .order-details-items {
  border-bottom: 0;
}
.account.negotiable_quote-quote-view .quote-status {
  margin-top: -4px !important;
}
.account.negotiable_quote-quote-view .product.data.items > .item.content {
  padding: 20px;
}
.account.negotiable_quote-quote-view table thead tr th {
  background: #f4f4f4;
  padding: 12px 15px !important;
  text-align: left !important;
}
.account.negotiable_quote-quote-view table thead tr th.sku {
  width: 90px;
}
.account.negotiable_quote-quote-view table tbody tr td {
  padding: 20px 15px !important;
  text-align: left !important;
  border-color: #f4f4f4;
}
.account.negotiable_quote-quote-view table tbody tr td .product-item-name a,
.account.negotiable_quote-quote-view table tbody tr td .product-item-name {
  font-size: 1.4rem;
  line-height: 20px;
}
.account.negotiable_quote-quote-view table tbody tr td .price {
  font-size: 1.4rem !important;
}
.account.negotiable_quote-quote-view table tbody tr td .message {
  margin-top: 10px;
}
.account.negotiable_quote-quote-view table > tbody + tbody {
  border-top: 0 !important;
}
.account.negotiable_quote-quote-view .quote-details-items .col.qty .input-text {
  margin-top: 0;
}
.account.negotiable_quote-quote-view tfoot table.data-table {
  background: none;
  border: 0;
}
.account.negotiable_quote-quote-view tfoot table.data-table th {
  padding: 0 10px 0 0 !important;
  border: 0 !important;
}
.account.negotiable_quote-quote-view tfoot table.data-table td {
  padding: 0 0 0 10px !important;
  text-align: right !important;
}
.account.negotiable_quote-quote-view tfoot .collapsible-table {
  margin-bottom: 10px;
}
.account.negotiable_quote-quote-view tfoot .collapsible-table table.data-table {
  background: none;
  border: 0;
}
.account.negotiable_quote-quote-view tfoot .collapsible-table table.data-table th {
  padding: 5px 10px 5px 0 !important;
  border: 0 !important;
}
.account.negotiable_quote-quote-view tfoot .collapsible-table table.data-table td {
  padding: 5px 0 5px 10px !important;
  text-align: right !important;
}
.account.negotiable_quote-quote-view .block-order-details-view {
  margin-bottom: 30px;
}
.account.negotiable_quote-quote-view .block-order-details-view .block-content .box-content {
  display: flex;
}
.account.negotiable_quote-quote-view .block-order-details-view .block-content .box-content > .box {
  width: auto !important;
  padding: 0 15px 0 0;
}
.account.negotiable_quote-quote-view .block-order-details-view .block-content .box-content > .box .box-actions {
  padding: 0;
}
.account.negotiable_quote-quote-view .quote-view-buttons button {
  background-image: none;
  background: #f99d25;
  border: #f99d25;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 7px 15px;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 12px 20px;
  font-weight: 700;
}
.account.negotiable_quote-quote-view .quote-view-buttons button:focus,
.account.negotiable_quote-quote-view .quote-view-buttons button:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.account.negotiable_quote-quote-view .quote-view-buttons button:hover {
  background: #0d88c4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.account.negotiable_quote-quote-view .quote-view-buttons button.disabled,
.account.negotiable_quote-quote-view .quote-view-buttons button[disabled],
fieldset[disabled] .account.negotiable_quote-quote-view .quote-view-buttons button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.account.negotiable_quote-quote-view .quote-history-log-block .history-log-block-item .history-log-block-item-action-describe {
  padding: 0;
}
.account.negotiable_quote-quote-view .quote-history-log-block .history-log-block-item:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.account.negotiable_quote-quote-view .quote-history-log-block .history-log-block-list {
  margin: 0;
}
.account .admin__data-grid-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.account .admin__data-grid-pager button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account .admin__data-grid-pager button:before {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  line-height: 1;
}
.account .admin__data-grid-pager button.action-previous {
  margin-right: 5px !important;
}
.account .admin__data-grid-pager button.action-next {
  margin-left: 5px !important;
}
.aw-helpdesk2-listing .selectmenu-items {
  min-width: calc(112px);
}
[class*="aw_helpdesk2"] .action-basic {
  padding: 0 20px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 1.3rem;
  border-radius: 3px;
  box-shadow: none;
  height: 40px;
}
[class*="aw_helpdesk2"] .action-basic.action-close:before {
  display: none;
}
[class*="aw_helpdesk2"] .action-basic.action-close > span {
  position: relative;
}
.action-basic,
.aw_helpdesk2-ticket-view .modal-footer button {
  padding: 0 20px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 1.3rem;
  border-radius: 3px;
  box-shadow: none;
  height: 40px;
}
.action-basic.action-close,
.aw_helpdesk2-ticket-view .modal-footer button.action-close {
  background: #eee;
  box-shadow: none;
}
.action-basic.action-close:before,
.aw_helpdesk2-ticket-view .modal-footer button.action-close:before {
  display: none;
}
.action-basic.action-close > span,
.aw_helpdesk2-ticket-view .modal-footer button.action-close > span {
  position: relative;
}
.action-basic.action-close:hover,
.aw_helpdesk2-ticket-view .modal-footer button.action-close:hover {
  background: #e1e1e1;
}
@media (max-width: 1023px) {
  .account.negotiable_quote-quote-view #quote-items {
    overflow-x: auto;
  }
  .account.negotiable_quote-quote-view #quote-items #form-quote,
  .account.negotiable_quote-quote-view #quote-items .quote-table-totals-wrap {
    width: 680px;
  }
}
@media (max-width: 1023px) and (min-width: 640px) {
  .account.requisition_list-requisition-view .page-wrapper {
    overflow-x: hidden;
  }
  .account.requisition_list-requisition-view .requisition-grid .col.product {
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .aw_ctq-quote-edit.account.page-layout-2columns-left .page-title-wrapper .page-title,
  .aw_ctq-quote-comment.account.page-layout-2columns-left .page-title-wrapper .page-title,
  .aw_ctq-quote-history.account.page-layout-2columns-left .page-title-wrapper .page-title {
    line-height: 34px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 640px) {
  .aw-ctq__quote-data {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .aw-ctq__quote-header .actions-toolbar .action {
    margin: 0;
  }
  .aw-ctq__comment-block .comments {
    margin: 0 0 15px 0;
  }
  .aw-ctq__comment-block .comment {
    width: 100%;
    margin: 10px 0 !important;
  }
  .account.negotiable_quote-quote-view .product.quote-details-items.items {
    border: 0 !important;
  }
  .account.negotiable_quote-quote-view #quote-items #form-quote,
  .account.negotiable_quote-quote-view #quote-items .quote-table-totals-wrap {
    width: 100%;
  }
  .account.negotiable_quote-quote-view .quote-details-items .quote-table-totals-wrap table tfoot {
    max-width: 100% !important;
    margin: 0 !important;
  }
  .account.negotiable_quote-quote-view .quote-details-items .content .quote-title {
    display: none !important;
  }
  .account.negotiable_quote-quote-view .product.data.items > .item.content {
    padding-left: 0;
    padding-right: 0;
  }
  .account.requisition_list-requisition-index .page-main .data-grid td {
    border: 0;
  }
}
@media (max-width: 374px) {
  .account.requisition_list-requisition-index .page-main .data-grid td {
    width: 100% !important;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr td,
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr th {
    width: 100% !important;
  }
}
.customer-account-create .webforms .field {
  padding-left: 1rem;
  padding-right: 1rem;
}
.quickorder-index-index .page-title-wrapper {
  margin-top: 30px;
}
.quickorder-index-index .page-title-wrapper .page-title {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 4.7px;
  text-transform: uppercase;
}
.quickorder-index-index .form.form-addbysku {
  max-width: 900px;
}
.quickorder-index-index .form.form-addbysku > div {
  width: 100% !important;
  margin-bottom: 20px !important;
}
.quickorder-index-index .column .block-addbysku .fieldset .fields {
  margin-bottom: 10px;
}
.quickorder-index-index .column .block-addbysku .fieldset .fields .field {
  margin-bottom: 0;
}
.quickorder-index-index .column .block-addbysku .fieldset .fields:last-child {
  margin-bottom: 0;
}
.quickorder-index-index .column .block-addbysku .block-content .actions-toolbar {
  margin-bottom: 10px;
}
.quickorder-index-index .column .block-addbysku .block-content .actions-toolbar .primary,
.quickorder-index-index .column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.quickorder-index-index .column .block-addbysku .sku {
  width: calc(100% - 100px);
  display: inline-block !important;
  vertical-align: top !important;
  margin: 0;
  padding: 0;
}
.quickorder-index-index .column .block-addbysku .qty {
  width: 50px;
  display: inline-block;
  vertical-align: top;
}
.quickorder-index-index .product-block {
  margin-top: -3px;
}
.quickorder-index-index .product-block .name a {
  color: #333;
}
@media (max-width: 639px) {
  .quickorder-index-index .column .block-addbysku .fieldset .fields .actions-toolbar {
    position: absolute;
    top: 34px;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields {
    border-bottom: 0;
  }
  .quickorder-index-index .column .block-addbysku .sku {
    width: calc(100% - 80px);
  }
}
.primary-form > .field .label,
.primary-form > .field .control {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.primary-form > .field .label span,
.primary-form > .field .control span {
  padding: 0;
}
.primary-form > .field .label:after {
  content: ':';
  margin: 0 5px 0 0;
}
.primary-form > .field.email.contact .control {
  width: 100%;
  margin: 5px 0 0 0;
}
#registrant-options .field.restocking .label {
  margin: 0 5px 0 0;
  padding: 0;
}
#registrant-options .field.restocking .label:after {
  content: ':';
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  top: 0;
}
.form.form-add-invitations .action.add:before {
  font-size: 14px;
  font-weight: 600;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: #fff;
  color: #333;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel button.owl-dot:hover {
  background: #eb0028;
  color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel button.owl-dot:focus {
  background: #eb0028;
  color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.owl-carousel .owl-nav button.owl-prev:focus:before,
.owl-carousel .owl-nav button.owl-next:focus:before,
.owl-carousel button.owl-dot:focus:before {
  color: #fff;
}
.owl-carousel .owl-nav button.disabled {
  cursor: pointer;
  pointer-events: inherit;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.owl-carousel .owl-nav button.disabled:focus,
.owl-carousel .owl-nav button.disabled:hover {
  background: #fff;
}
.owl-carousel .owl-nav button.disabled:focus:before,
.owl-carousel .owl-nav button.disabled:hover:before {
  color: #565656;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .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/en_US/Mageplaza_Core/css/owl.video.play.png") no-repeat;*/
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
@media (min-width: 1025px) {
  .cms-index-index .home-product-slider.block.related {
    margin: 0;
  }
  .navigation .topcatemenu.active ul li.brands-menu.parent a:after {
    content: '\e91d';
  }
  .left_section .link-arrow.active a,
  .right_section .link-arrow.active a,
  .left_section .link-arrow a:hover,
  .right_section .link-arrow a:hover {
    border-color: #f99d25;
  }
  .left_section .link-arrow.active a:after,
  .right_section .link-arrow.active a:after,
  .left_section .link-arrow a:hover:after,
  .right_section .link-arrow a:hover:after {
    color: #f99d25;
  }
}
@media (min-width: 767px) {
  .footer-links-block ul {
    display: block !important;
    height: auto !important;
  }
  .home-banner-slider .banner-description-box {
    top: 45%;
    width: 100%;
    max-width: 690px;
    padding: 0;
  }
  .header.panel > .header.links > li.authorization-link a:hover,
  .my-quote > a:hover,
  .quick-order > a:hover {
    color: #000;
  }
  .header-secondary .header.content {
    column-gap: 25px;
  }
  .header-secondary .header.content .minicart-wrapper:not(.my-quote),
  .header-secondary .header.content .panel.wrapper,
  .header-secondary .header.content .quick-order {
    margin: 0 !important;
  }
}
@media (max-width: 1365px) and (min-width: 1025px) {
  .home-banner-slider img {
    min-height: 400px;
  }
}
@media (max-width: 1300px) {
  .my-quote,
  .quick-order,
  .minicart-wrapper {
    margin: 0 0 0 30px;
  }
  .header-secondary .panel.wrapper {
    margin: 0 0 0 30px !important;
  }
  .footer-links-block .f-block {
    width: 15%;
  }
  .footer-links-block .f-block.connect {
    width: 25%;
  }
  .footer-links-block .f-block.newsletter {
    width: 30%;
  }
  .footer-top .ft-blocks .ft-block h3 {
    font-size: 1.7rem;
    padding: 0 80px 11px 0;
    letter-spacing: 0;
  }
  .aboutus-home .about-text {
    padding: 0;
  }
  .home-banner-slider .banner-description-box {
    box-sizing: border-box;
    width: 100%;
  }
  .rental-program .rp-content .rp-text h3 {
    font-size: 3rem;
    line-height: 40px;
  }
}
@media (max-width: 1025px) {
  .featured-category .fc-name {
    font-size: 1.4rem;
    line-height: 15px;
    height: 30px;
    padding: 0 10px;
    bottom: 10px;
  }
  .rental-program .rp-content .rp-image {
    max-width: 50%;
  }
  .rental-program .rp-content .rp-text {
    max-width: 50%;
    margin-top: 0;
  }
  .rental-program .rp-content .rp-text h3 {
    font-size: 2.4rem;
    line-height: 30px;
    margin: 0 0 20px 0;
  }
  .rental-program .rp-content .rp-text p {
    font-size: 1.4rem;
    line-height: 20px;
    padding: 0;
  }
  .home-banner-slider img {
    min-height: 400px;
    object-fit: cover;
  }
  .featured-category {
    margin: 40px 0 0 0;
  }
  .featured-category .fc-blocks-content {
    margin: 20px -10px 0;
  }
  .sale-items {
    margin: 50px 0 0px 0;
  }
  .sale-items .si-block {
    margin: 30px -10px 0;
  }
  .rental-program {
    margin: 50px 0 0 0;
  }
  .rental-program .rp-content {
    margin: 30px 0 0 0;
  }
  .aboutus-home {
    margin: 50px 0 0 0;
    padding-bottom: 50px;
  }
  .cms-index-index .columns .column.main {
    padding-bottom: 20px;
  }
  .footer-top {
    padding: 0 0 40px 0;
  }
  .footer-links-block {
    padding-top: 50px;
  }
  body #algolia-autocomplete-container .aa-dropdown-menu {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 1023px) {
  .top-header-content .left {
    width: 100%;
    text-align: center;
    padding: 0 0 5px 0;
  }
  .top-header-content .left > div {
    float: none;
    display: inline-block;
  }
  .top-header-content .right {
    width: 100%;
    text-align: center;
    padding: 5px 0 0 0;
  }
  .top-header-content .right .title,
  .top-header-content .right ul {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .footer-top .ft-blocks .ft-block {
    padding: 20px 10px 40px;
  }
  .footer-top .ft-blocks .ft-block h3 {
    padding: 0 50px 10px 0;
    font-size: 1.5rem;
    height: 40px;
  }
  .footer-top .ft-blocks .ft-block h3:after {
    font-size: 4rem !important;
  }
  .footer-top .ft-blocks .ft-block .learn-more {
    left: 10px;
    bottom: 10px;
  }
  .footer-top .ft-blocks .ft-block.cp h3:after {
    background-size: 35px;
    width: 35px;
    height: 40px;
  }
  .footer-links-block .f-block {
    width: 33.33%;
  }
  .footer-links-block .f-block.connect,
  .footer-links-block .f-block.newsletter {
    width: 50%;
    margin: 30px 0 0 0;
    padding-left: 0;
  }
  .home-banner-slider .banner-description-box h2,
  .home-banner-slider .banner-description-box .banner-title {
    font-size: 5rem;
  }
  .home-banner-slider .banner-description-box h3 {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 767px) {
  .header-secondary {
    padding: 15px 0 65px 0 !important;
    position: relative;
  }
  .header-secondary .header.content {
    position: initial !important;
  }
}
@media (max-width: 1025px) and (min-width: 767px) {
  .top-header-content .left {
    width: auto;
  }
  .top-header-content .left > div p {
    font-size: 0rem;
  }
  .top-header-content .left > div p a {
    font-size: 1.2rem;
  }
  .top-header-content .left > div.customer-service p:before {
    font-size: 1.2rem;
  }
  .top-header-content .right {
    width: auto;
  }
  .top-header-content .right .title {
    display: none;
  }
}
@media (max-width: 766px) {
  .page-header {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .header-secondary {
    background: #0D88C4;
    padding: 10px 0 49px 0;
    position: relative;
  }
  .header-secondary .header.content {
    position: initial;
    text-align: center;
  }
  .my-quote,
  .quick-order {
    display: none;
  }
  .logo {
    display: inline-block;
    margin: 0;
    float: none;
  }
  .logo img {
    height: 30px;
  }
  .nav-toggle {
    left: 20px;
    top: 15px;
  }
  .nav-toggle:before {
    color: #fff;
    line-height: 20px;
    font-size: 2rem;
    content: '\e926';
  }
  .top-header-content {
    padding: 3px 0;
  }
  .top-header-content .left {
    padding: 0;
  }
  .top-header-content .left > div.find-us,
  .top-header-content .left > div.need-help,
  .top-header-content .left > div.top-order-status {
    display: none;
  }
  .top-header-content .left > div p {
    margin: 0 !important;
    padding-right: 0 !important;
    border: 0 !important;
  }
  .top-header-content .left > div p:before {
    left: 2px !important;
  }
  .top-header-content .right {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-top {
    padding: 0 0 26px 0;
  }
  .footer-top .footer.content {
    padding-right: 0;
  }
  .footer-top .ft-blocks {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #fff #fff;
    margin: 0;
  }
  .footer-top .ft-blocks .ft-block {
    max-width: 240px;
    min-width: 240px;
    margin: 0 15px 0 0;
    padding: 20px 20px 40px;
    min-height: inherit;
  }
  .footer-top .ft-blocks .ft-block h3 {
    font-size: 1.6rem;
    padding: 0 55px 12px 0;
  }
  .footer-top .ft-blocks .ft-block h3:after {
    font-size: 5rem !important;
    right: 0 !important;
  }
  .footer-top .ft-blocks .ft-block p {
    font-size: 1.2rem;
    line-height: 16px;
    letter-spacing: 0.2px;
  }
  .footer-top .ft-blocks .ft-block .learn-more {
    left: 20px;
  }
  .footer-top .ft-blocks .ft-block.cp h3:after {
    font-size: 4rem !important;
    background-size: 40px;
    width: 40px;
    height: 45px;
  }
  .footer-top .ft-blocks::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
  .footer-links-block {
    padding: 28px 0 0 0;
    border: 0;
  }
  .footer-links-block .f-block {
    width: 100% !important;
    padding: 0;
    border-bottom: 1px solid #262626;
    padding-bottom: 14px;
    margin-bottom: 18px;
  }
  .footer-links-block .f-block.connect,
  .footer-links-block .f-block.newsletter {
    margin: 0 0 18px 0;
  }
  .footer-links-block .f-block.newsletter .title:after {
    display: none;
  }
  .footer-links-block ul {
    display: none;
    padding-top: 13px !important;
    margin-bottom: -9px;
  }
  .footer-links-block .title:after {
    font-family: 'luma-icons';
    content: '\e90d';
    position: absolute;
    right: 0;
    top: 0;
    font-weight: normal;
  }
  .footer-links-block .title.active:after {
    content: '\e910';
  }
  .page-footer .title {
    margin: 0;
    position: relative;
  }
  .footer-secondary {
    padding: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-secondary > div {
    width: 100%;
    text-align: center !important;
    margin-bottom: 15px;
  }
  .footer-secondary .follow-us ul {
    display: inline-block;
    vertical-align: top;
    margin: 6px 0 0 0;
  }
  .footer-secondary .payment-options img {
    margin-top: 12px;
  }
  .footer-secondary .f-logo {
    margin-top: 0;
  }
  .copyright {
    padding: 15px 20px;
  }
  .home-banner-slider .banner-description-box {
    padding: 0 20px 80px;
    width: 100%;
  }
  .home-banner-slider .banner-description-box h2,
  .home-banner-slider .banner-description-box .banner-title {
    font-size: 3.2rem;
    margin-bottom: 7px;
  }
  .home-banner-slider .banner-description-box h3 {
    font-size: 1.6rem;
    line-height: 22px;
    padding: 0 25px;
    margin-bottom: 10px;
  }
  .home-banner-slider .banner-description-box .action.primary {
    padding: 14px 24px;
  }
  .home-banner-slider .owl-theme .owl-nav {
    display: none;
  }
  .home-banner-slider .owl-theme .owl-dots {
    bottom: 52px;
  }
  .home-banner-slider .owl-theme .owl-dots .owl-dot {
    margin: 0 3px;
  }
  .home-banner-slider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
  .home-banner-slider img {
    height: auto;
    min-height: 323px;
  }
  .featured-category {
    margin: 27px 0 0 0;
  }
  .featured-category img {
    min-height: 114px;
    object-fit: cover;
  }
  .featured-category .fc-blocks-content {
    margin: 17px -20px 0 0;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #fff #fff;
    width: calc(100% + 20px);
  }
  .featured-category .fc-blocks-content .fc-block {
    margin: 0 10px 0 0;
    width: 100%;
    max-width: 162px;
    min-width: 162px;
  }
  .featured-category .fc-blocks-content::-webkit-scrollbar {
    display: none;
    width: 0 !important;
  }
  .featured-category .fc-name {
    font-size: 1.2rem;
    bottom: 5px;
  }
  .featured-category .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 25px;
    border: 1px solid #999 !important;
    background: #fff !important;
  }
  .featured-category .owl-nav button:after {
    content: '';
    font-family: 'luma-icons';
    color: #999;
    font-size: 1.3rem;
    line-height: 23px;
  }
  .featured-category .owl-nav button span {
    display: none;
  }
  .featured-category .owl-nav .owl-prev {
    left: -14px;
  }
  .featured-category .owl-nav .owl-prev:after {
    content: '\e90e';
  }
  .featured-category .owl-nav .owl-next {
    right: -14px;
  }
  .featured-category .owl-nav .owl-next:after {
    content: '\e90f';
  }
  .sale-items {
    margin: 28px 0 0 0;
  }
  .sale-items .si-block {
    margin: 6px 0 0 0;
  }
  .sale-items .si-block > div {
    width: 100%;
    padding: 0;
  }
  .sale-items .si-block > div a {
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
  }
  .sale-items .view-all {
    margin: 20px 0 0 0;
  }
  .sale-items .view-all .action {
    width: 116px;
    height: 40px;
  }
  .rental-program {
    margin: 27px 0 0 0;
  }
  .rental-program .rp-content {
    margin: 18px 0 0 0;
    padding: 20px 20px 30px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rental-program .rp-content .rp-image {
    max-width: 100%;
    margin-bottom: 14px;
  }
  .rental-program .rp-content .rp-text {
    max-width: 100%;
    padding: 0;
  }
  .rental-program .rp-content .rp-text h3 {
    letter-spacing: 1px;
    margin: 0 0 10px 0;
  }
  .rental-program .rp-content .rp-text p {
    letter-spacing: 0.7px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .rental-program .rp-content .rp-text .rp-button a {
    width: 100%;
    letter-spacing: 0.8px;
  }
  .aboutus-home {
    margin: 25px 0 6px 0;
    padding-bottom: 6px;
  }
  .aboutus-home .about-text {
    margin: 15px 0 16px 0;
    line-height: 20px;
    letter-spacing: -0.2px;
  }
  .inner-title {
    font-size: 2rem;
    letter-spacing: 0.5px;
  }
  .cms-index-index .columns .column.main {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .home-product-slider .products-grid .product-items.owl-carousel .product-item {
    padding: 20px 15px 50px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*=am-filter-item] {
    padding-left: 25px !important;
  }
}
#shq-ppsc-form [color="red1"] {
  color: #e02b27;
  padding-top: 3px;
  font-size: 12px;
}
#shq-ppsc-form button {
  background-image: none;
  background: #f99d25;
  border: #f99d25;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 7px 15px;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 12px 15px;
  font-size: 1.4rem;
  font-weight: 600;
}
#shq-ppsc-form button:focus,
#shq-ppsc-form button:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#shq-ppsc-form button:hover {
  background: #0d88c4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#shq-ppsc-form button.disabled,
#shq-ppsc-form button[disabled],
fieldset[disabled] #shq-ppsc-form button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
/*---- admin Css added ----- */
.admin__data-grid-outer-wrap .admin__data-grid-header {
  z-index: 1;
}
.cms-find-s-store .column.main .cmspage-right-box {
  width: 100% !important;
}
.requisition-grid.table-wrapper .product-item-description .product-item-sku {
  line-height: 20px;
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border: 0 !important;
}
.product.data.items > .item.content[aria-labelledby="tab-label-video.tab"] > p,
.product.data.items > .item.content[aria-labelledby="tab-label-video.tab"] > iframe {
  margin: 0 -2px;
}
#paginationContainer:empty {
  display: none;
}
.navigation .topcatemenu > ul .quick-order {
  display: none;
}
.custom-product-popup .modal-inner-wrap {
  overflow-y: initial !important;
}
.account.wishlist-index-index .products-grid.wishlist .product-item .product-item-actions .action.primary {
  line-height: 45px !important;
}
@media only screen and (max-width: 767px) {
  .footer-top .ft-blocks .ft-block.cp h3:after {
    font-size: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cms-additional-support .column.main {
    display: flex;
    justify-content: space-between;
  }
  .products-grid .product-item .product-item-actions .view_detail {
    line-height: 68px;
  }
}
.modal-popup.aw_ctq__modal-request-quote-wrapper .modal-inner-wrap {
  max-height: 87%;
  overflow-y: auto;
}
.modal-popup.aw_ctq__modal-request-quote-wrapper .modal-header,
.modal-popup.aw_ctq__modal-request-quote-wrapper .modal-content,
.modal-popup.aw_ctq__modal-request-quote-wrapper .modal-footer {
  padding-left: 15px;
  padding-right: 15px;
}
.catalog-product-view .price-box > .map-old-price,
.catalog-product-view .map-fallback-price span,
.catalog-product-view .map-show-info {
  float: left;
  line-height: 30px;
  font-size: 16px;
}
.product-item .price-box .map,
.product-item .price-box .old-map {
  display: none;
}
.product-item .price-box .map-old-price {
  float: none;
  display: inline-block;
}
.cms-page-view .column.main p {
  line-height: 24px;
}
.cms-page-view .column.main .cms-menu > li > a {
  color: #000;
  font-weight: 700;
}
.cms-page-view.cms-catalogs-and-brochures .cms-menu {
  display: none;
}
.blog-post-view .post-description a.pagebuilder-button-primary {
  border: 0 !important;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.5px;
}
.blog-post-view .post-description a.pagebuilder-button-primary:hover {
  color: #fff !important;
}
.customer-account-create .field.field-ste_unit {
  display: none;
}
/***** end admin *****/
