/*------------fontcss-------------*/
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Thin.ttf');
    font-weight: 300;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf');
    font-weight: 500;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
    font-weight: 600;
}
body, html {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #545454;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
}
.page-title-wrapper .page-title {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 400;
}
.catalog-category-view .category-view {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1280px;
}
.catalog-category-view .category-view .page-main {
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
    padding-right: 20px;
    padding-left: 0px;
}
.category-image .image {
    display: block;
    height: auto;
    max-height: 120px;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}
.catalog-category-view .category-view .category-description {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: 20px;
}
.toolbar-products {
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}
.panel.header {
    display: flex;
    align-items: center;
}
.header.panel > .header.links {
    order: 2;
}

.panel.header .contact-info{
    display: flex;
    float: right;
}

.header.panel > .header.links{
    width: 12%;
    margin: 0;
}
.panel.header .contact-section{
    width: 100%;
}

.panel.header .contact-section .contact-info .contact-number{
    margin-right: 20px;
}

.header.panel > .block-search {
    order: 2;
    max-width: 218px;
    margin-left: auto;
    margin-right: 15px;
}
.header.panel > .minicart-wrapper {
    order: 3;
    margin: 0px;
}
.page-header .panel.wrapper {
    background: #2dbe60;
    border: none;
    height: 50px;
    display: flex;
    width: 100%;
}
.header.content .authorization-link a {
    background: #3b4545;
    border: 0;
    font-size: 14px;
    color: white !important;
    font-weight: 700;
    border-radius: 20px;
    text-align: center;
    transition: all .2s ease;
    margin: 0px;
    display: inline-block;
    height: 34px;
    padding: 0px 20px;
    line-height: 34px;
}
.header.content ul {
    margin: 0px;
    list-style: none;
    order: 3;
    padding-left: 20px;
}
.header.content .compare.wrapper {
  display: none;
}
.minicart-wrapper {
    margin-left: 20px;
    margin-top: 6px;
}
.header.content ul li {
  margin: 0px;
}
/*.header.content > .block-search .field.search input#search,
.header.content > .block-search .field.search input#minisearch-input-top-search {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    color: #3b4545;
    font-size: .925em;
    border-radius: 30px;
    padding: .25em 1em;
    border: 3px solid #3b4545;
    height: 32px;
    line-height: 1.42857143;
}*/
.search-autocomplete {
  color: black;
}
.header.content > .block-search .field.search input:focus {
    box-shadow: none;
}
.home-banner{
    background-image: url("../images/eCommerce_header_background.jpg");
}


/* home page css */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.container { max-width: 1310px; padding: 0 15px; margin: 0 auto; width: 100%; }
.home-banner { min-height: 580px; background-size: cover; background-repeat: no-repeat; background-position: right bottom; display: flex; align-items: center; padding: 30px 0 154px 0; }
/*.home-banner .container { max-width: 1310px; padding: 0 15px; margin: 0 auto; width: 100%; }*/
.home-banner .banner-content { max-width: 420px; }
.home-banner .banner-content h1 { font-size: 46px; line-height: 1.2; font-weight: bold; position: relative; margin: 0 0 20px 0; color: #fff; padding: 0 0 20px 0;  }
.home-banner .banner-content h1:after { position: absolute; left: 0; bottom: 0; content: ''; height: 3px; width: 230px; background-color: #00AB58; }
.home-banner .banner-content p { font-size: 22px; line-height: 1.3; color: #fff; margin: 0 0 20px 0; }

.green-btn { font-size: 18px; line-height: 26px; display: inline-block; padding: 8px 25px; color: #fff; background-color: #00AB58; border-radius: 40px; }
.green-btn:hover { background-color: #01964e; }

.white-btn { font-size: 18px; line-height: 26px; display: inline-block; padding: 8px 25px; color: #00AB58; background-color: #fff; border-radius: 40px; }
h2.heading { font-size: 36px; font-weight: bold; line-height: 1.3; color: #2e3a44; margin: 0 0 20px 0; position: relative; text-align: center; padding-bottom: 20px; }
h2.heading:after { position: absolute; left: 50%; bottom: 0; content: ''; height: 3px; width: 160px; background-color: #00AB58; transform: translateX(-50%); }

.product-section { padding: 60px 0; }
.product-section .btn-row { text-align: center; margin-top: 30px; }

.product-list { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.product-list .item { width: 25%; padding: 0 15px; margin: 20px 0;}
.product-list .item .inner { height: 100%; box-shadow: 0px 0px 15px rgba(0,0,0,0.2); background-color: #fff; position: relative; }
.product-list .item .inner .image { height: 200px; }
.product-list .item .inner .image img { height: 100%; object-fit: cover; width: 100%; }
.product-list .item .inner .image img.mplazyload-icon { height: 64px; width: 64px; }
.product-list .item .inner .text { padding: 15px; }
.product-list .item .inner .text .product-name { color: #2e3a44; font-size: 16px; font-weight: bold; line-height: 1.2; margin-bottom: 15px; display: block; }
.product-list .item .inner .text .text-link { color: #00AB58; font-size: 14px; font-weight: bold; display: inline-block; position: relative; padding-left: 1px; border: none; background: none;}
.product-list .item .inner .text .text-link:after { width: 6px; height: 6px; border-right: 2px solid #00AB58; border-bottom: 2px solid #00AB58; position: absolute; right: 0; top: 12px; content: ''; transform: rotate(-45deg); }
.cms-home .product-list .item .inner .text .product-name { height: 100px;}
.cms-home .pager .toolbar-amount, .cms-home .stock.available, .cms-home .stock.unavailable { display:none;}
.partner-section { padding: 60px 0 100px 0; background-color: #f9f9f9; }
/*.partner-section .container { max-width: 1310px; padding: 0 15px; margin: 0 auto; width: 100%; }
.product-section .container { max-width: 1310px; padding: 0 15px; margin: 0 auto; width: 100%; }*/
.partner-section .content { max-width: 900px; margin: 0 auto; text-align: center; padding-bottom: 40px; }
.partner-section .content p { font-size: 18px; line-height: 1.3; }

.partner-slider { padding: 0 40px; }
.partner-slider .slick-slide { padding: 0 15px; }
.partner-slider .slick-slide .item { outline: none; border: none; text-align: center; min-height: 160px; display: flex !important; align-items: center; justify-content: center; }
.partner-slider .slick-slide .item img { display: inline-block; height: auto; }
.partner-slider .slick-slide .item a {height: 100%; display: flex; align-items: center; justify-content: center;}
.partner-slider .slick-arrow { position: absolute; outline: none; background-color: transparent; border: none; font-size: 0px; top: 50%; width: 30px; height: 30px; padding: 0; cursor: pointer; transform: translateY(-50%); z-index: 1; }
.partner-slider .slick-next { right: 0; }
.partner-slider .slick-prev { left: 0; }
.partner-slider .slick-next:before,.partner-slider .slick-prev:before { display:none;}
.partner-slider .slick-next:after { width: 12px; height: 12px; top: 8px; right: 2px; border-bottom: 2px solid #9f9f9f; border-right: 2px solid #9f9f9f; position: absolute; content: ''; transform: rotate(-45deg); }
.partner-slider .slick-prev:after { width: 12px; height: 12px; top: 8px; left: 2px; border-bottom: 2px solid #9f9f9f; border-left: 2px solid #9f9f9f; position: absolute; content: ''; transform: rotate(45deg); }

.newsletter-section { background-color: #2d3e48; color: #fff; padding: 100px 0; }
/*.newsletter-section .container { max-width: 1310px; padding: 0 15px; margin: 0 auto; width: 100%; }*/
.newsletter-row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.newsletter-row .cols { width: 47%; padding: 0 15px; }
.newsletter-row .content { padding-right: 30px; }
.newsletter-row .content h3 { font-size: 30px; font-weight: bold; line-height: 1.3; color: #fff; margin: 0 0 10px 0; }
.newsletter-row .content p { font-size: 18px; line-height: 1.3; color: #fff; margin: 0 0 15px 0; }
.newsletter-row .form-group { position: relative; }
.newsletter-row .form-group .input-field { background-color: #fff; outline: none; border: none; padding: 5px 20px; margin-bottom: 20px; width: 100%; font-size: 16px; border-radius: 30px; height: 42px; }
.newsletter-row .form-group .green-btn { border: none; outline: none; transition: all 0.5s ease; cursor: pointer; padding: 8px 35px; }

.quote-section { background-color: #f9f9f9; position: relative; }
.quote-section .container { z-index: 1; position: relative; }
.quote-section:after { position: absolute; left: 0; bottom: 0; height: 50%; content: ''; background-color: #2d3e48; width: 100%; }
.quote-block { background-image: url(../images/quote-bg.jpg); background-repeat: no-repeat; background-position: top center; background-size: cover; max-width: 900px; margin: 0 auto; color: #fff; padding: 30px 130px; text-align: center; }
.quote-block h2 { font-size: 36px; font-weight: bold; line-height: 1.3; color: #fff; margin: 0 0 15px 0; }
.quote-block p { font-size: 18px; line-height: 1.3; margin: 0 0 15px 0; }
.quote-block .white-btn { margin-top: 10px; }
.cms-home .columns .column.main{padding-bottom: 0px;}


@media (max-width: 1199px) {
  .header.panel > .header.links{ width: 13%;}
  .home-banner { min-height: 600px; padding: 30px 0 114px 0; }
}

@media (max-width: 773px) {
  .header.panel > .header.links{width: 21%;}
}

@media (max-width: 991px) {
   .header.panel > .header.links{ width: 16%;}
  .product-list .item { width: 33.33%; }
  .home-banner { min-height: 500px; padding: 30px 0 100px 0; }
  .home-banner .banner-content h1 { font-size: 40px; }
  .quote-block { padding: 30px; }
  .newsletter-section { padding: 50px 0; }
  .newsletter-row .content { padding-right: 0px; }
  h2.heading { font-size: 32px; }
  .quote-block h2 { font-size: 32px; }
  .newsletter-row .content h3 { font-size: 26px; }
}

@media (max-width: 768px) {
  .page-header { margin-bottom: 0; }
  .page-footer{margin-top: 0;}
}

@media (max-width: 767px) {
  .home-banner { min-height: 350px; padding: 20px 0 70px 0; }
  .home-banner .banner-content { max-width: 100%; }
  .home-banner .banner-content h1 { font-size: 34px; }
  .home-banner .banner-content p { font-size: 20px; }
  .product-section { padding: 40px 0;}
  .product-list .item { width: 50%; }
  .partner-section { padding: 40px 0; }
  .quote-block { padding: 30px 15px; }
  .newsletter-section { padding: 40px 0; }
  .newsletter-row .cols { width: 100%; }
  .newsletter-row .form { margin-top: 20px; }
  .newsletter-row .content h3 { font-size: 24px;}
  h2.heading,
  .quote-block h2 { font-size: 30px; }
  .product-list .item .inner .text .product-name { font-size: 20px; }
  .product-section .btn-row { margin-top: 20px; }
}

@media (max-width: 479px) {
  .product-list .item { width: 100%; }
  .product-list .item .inner .image { height: auto; }
}

/*HOme page css*/



.block-search .action.search::before {
    color: white;
    font-weight: bold;
}
.toolbar-products {
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}
.abs-visually-hidden-desktop, .modes-label, .block-search .label, .dashboard-welcome-toggler {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    clip: unset;
    height: auto;
    margin: auto;
    overflow: inherit;
    padding: 0;
    width: auto;
}
.block-search .label::before {
    font-size: 18px
}
.modes-mode.active {
  border-color: #20a74f !important;
  border-right: 1px solid #20a74f !important;
  box-shadow: none;
  background: #20a74f;
  color: white;
  border-radius: 0px !important;
}
.modes-mode {
    border: 1px solid #d1d1d1 !important;
    color: #000;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 11px 13px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 0px !important;
    box-shadow: none !important;
    background: transparent;
}
.modes .modes-mode.active:before {
    color: #fff;
}
.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:last-child {
    margin-left: 5px;
}
.modes-mode:before {
    color: #000;
}
.modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: #000;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.sorter-options, .limiter-options {
    margin: 0 0 0 7px;
    width: auto;
    background-color: white !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}
.category-description p {
    margin: 0px;
}
.custom-select, select {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(../images/form-sprite.svg#select-arrow) no-repeat calc(100% - 15px) #fff;
    background-size: 12px 12px;
    height: 40px;
    padding: 5px 40px 5px 10px;
    line-height: 18px;
    border: 1px solid #bdbdbd;
    border-radius: 1px;
    font-size: 14px;
    vertical-align: baseline;
}
.sorter-action {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    height: 40px;
    margin-left: 10px;
    vertical-align: top;
    width: 40px;
    display: inline-block;
    text-decoration: none;
    line-height: 35px;
    top: auto !important;
    box-sizing: border-box;
}
.sorter-action {
    height: 40px;
    margin-left: 10px;
    vertical-align: top;
    width: 40px;
    display: inline-block;
    text-decoration: none;
}
.catalog-category-view.page-products .toolbar .limiter {
  display: block;
  float: left;
  margin-right: 25px;
}
.page-with-filter .toolbar-amount {
  height: 40px;
  line-height: 44px;
  padding: 0px;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: block !important;
}
.products.wrapper~.toolbar .pages {
    float: right;
}
.pages .action {
    width: 40px;
    padding: 0px;
    border-radius: 0px;
    background-color: white;
    box-shadow: none;
    margin: 0px !important;
    border-color: #eee;
}
.pages a.page, .pages a.action {
    color: #545454 !important;
}
.pages .page {
    min-width: 40px;
    text-align: center;
}
.pages .items {
    font-size: 0;
    letter-spacing: -1px;
    line-height: 0;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none none;
    display: inline-block;
    font-weight: 400;
}
.pages .item {
    font-size: 1.4rem;
    line-height: 3.8rem;
    letter-spacing: normal;
    margin: 0 0 0 -1px;
    display: inline-block;
}
.pages strong.page {
    background: #2dbe60;
    border: solid 1px #2dbe60;
    font-size: 1.4rem;
    line-height: 3.8rem;
    letter-spacing: normal;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding: 0px;
}
.pages .item .label {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.pages a.page, .pages a.action {
    color: #545454;
}
.pages a.page {
    background: #fff;
    border: solid 1px #eee;
    color: #2dbe60;
    display: inline-block;
    padding: 0 4px;
    text-decoration: none;
    padding: 0px;
}
.pages a.page.prev:before, .pages a.action.prev:before, .pages a.page.next:before, .pages a.action.next:before {
    color: #545454;
}
.product.data.items {
    margin: 0 0 20px;
    padding: 0;
}
.product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin: 0 0 5px;
}
.product.data.items > .item.title > .switch {
    display: block;
}
.product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
}
.product.data.items > .item.content::after {
    clear: both;
}
.product.data.items > .item.content.active {
    display: block;
}
.product.data.items > .item.title > .switch {
    border-color: #d1d1d1;
    border-style: solid;
    border-width: 1px;
}
.item.content[aria-hidden="true"] {
    display: none;
}

.product.data.items > .item.content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px;
}
.product.data.items > .item.active.title{
    margin-bottom: 0px;
}
.product-info-main .page-title-wrapper .page-title {
    line-height: 1.42857143;
    margin-bottom: 10px;
    text-transform: none;
    color: #141414;
}
.product-info-main .product-info-stock-sku {
  padding: 0px;
  display: block;
  float: none;
  text-align: left;
}
.product-info-main .product-info-stock-sku .product.attribute.sku {
    color: #909090;
    opacity: 1;
}
.product-info-main .product.attribute.sku, .product-item-details .product.attribute.sku, .product-item .attribute.sku {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.product-info-main .product.attribute.sku .type, .product-item-details .product.attribute.sku .type {
    margin-right: 5px;
}
.product-info-main .product.attribute.sku>.value, .product-item-details .product.attribute.sku .value {
    display: inline-block;
    vertical-align: top;
    word-break: break-all;
}
.product-info-main .product-info-stock-sku .product.attribute.sku strong::after {
  content: "";
}
.product-info-main .product-info-detailed-collapsible .product-info-detailed-trigger:hover {
    cursor: pointer;
}
.product-info-main .product-info-detailed-content>div {
    padding: 10px 0;
}
.product-info-main .product-info-detailed-content {
    border-bottom: 1px solid #bdbdbd;
}
.product-info-main .product-info-detailed-collapsible .product-info-detailed-trigger {
    display: inline-block;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 10px 40px 10px 0;
    text-transform: uppercase;
}
.product-info-main .product-info-detailed-collapsible:first-of-type {
    border-top: 1px solid #bdbdbd;
    margin-top: 0;
}
.product-info-main .product-info-detailed-collapsible {
    border-bottom: 1px solid #bdbdbd;
    position: relative;
}
.product-info-main .product-info-detailed-collapsible .product-info-detailed-trigger {
    display: inline-block;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 10px 40px 10px 0;
    text-transform: uppercase;
}
.product-info-main .product-info-detailed-collapsible .product-info-detailed-trigger:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.product-info-main .product-info-detailed-collapsible .product-info-detailed-trigger: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;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.product-info-main .product-info-detailed-content .table-wrapper table tbody tr:nth-of-type(even) {
    background-color: #f5f5f5;
}

.page-header {
    background: white;
}
.header.content .logo {
    width: 300px;
    max-width: 300px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
}
.header.content {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}
.header.content .logo img {
    width: 100%;
}
.header.content .sections.nav-sections {
    float: right;
    margin-bottom: 0px;
    background: transparent;
    width: 65%;
    text-align: right;
}
.header.content .sections.nav-sections li {
    text-align: left;
}
.navigation {
    background: transparent;
}
.navigation ul {
    padding: 0px;
}
.header.content .navigation ul li a {
  color: #3B4545;
  font-weight: 700;
  padding: .75em .75em !important;
  font-size: 16px;
  line-height: normal;
}
.navigation .level0.parent > .level-top > .ui-menu-icon::after {
    display: none;
}
.header.content .navigation ul li a.ui-state-active {
    color: #2dbe60;
}
.header.content .navigation ul li.parent a.ui-state-active {
    background-color: #2dbe60;
    color: #fff;
    border-radius: 4px 4px 0 0;
}
.header.content .navigation .level0 .submenu {
    padding: 0;
    border: 0;
    background-color: #2dbe60;
    border-radius: 0px 4px 4px 4px;
    box-shadow: none;
}
.header.content .navigation .level0 .submenu li a {
    padding: 16px !important;
    text-transform: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.header.content .navigation .level0 .submenu li.active a {
    opacity: .5;
    border: none;
}
.header.content .navigation .level0 .submenu li a:hover {
    background-color: #354343;
}
.breadcrumbs {
  max-width: 100%;
  padding: 0px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.breadcrumbs .items {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
}
.breadcrumbs .items li a {
    font-weight: 400;
    color: #2dbe60;
    display: inline-block;
    font-size: 14px;
}
.breadcrumbs .item:not(:last-child)::after {
  font-size: 14px;
  color: #9b9b9b;
}
.breadcrumbs .items li strong {
    color: #545454;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}
::placeholder {
    color: #3b4545 !important;
}
.panel.header .block-search .action.search[disabled] {
    opacity: 1;
}
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    border: none !important;
}
.header.content .authorization-link::after, .header.content .minicart-wrapper .action.showcart::before {
    display: none;
}
.header.content .minicart-wrapper .action.showcart .text {
    position: relative;
    font-size: 20px;
    line-height: 20px;
    color: #3b4545;
}
.page-layout-2columns-left .column.main {
    width: 76.93333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.page-layout-2columns-left .sidebar-main {
    width: 23.06666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.block.filter {
    margin-bottom: 40px;
}
.block.filter .filter-title {
    background-color: #2dbe60;
    color: #ffffff;
    margin: 0;
    padding: 10px 15px;
    display: block;
}
.block.filter .filter-title strong {
  font-size: 14px;
  background: transparent;
  border: none;
  position: inherit;
  box-shadow: none;
  padding: 0px;
  font-weight: 700;
}
.block.filter .filter-subtitle, .block.filter .filter-current-subtitle {
    display: none;
}
.block.filter .filter-content .filter-options {
    display: block !important;
}
.filter-options {
    border: 1px solid #eeeeee;
    margin: 0;
    padding: 0 15px 15px;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-title {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    text-transform: none;
    font-weight: 500;
}
.filter-options .filter-options-title {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
    cursor: pointer;
    padding-top: 20px;
    position: relative;
    word-break: break-all;
    width: 100%;
}
.filter-options .filter-options-content {
    margin-bottom: 0;
    padding: 0px;
}
.items {
    margin: 0;
    padding: 0;
    list-style: none none;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item:first-of-type {
    margin-top: 0;
    margin-left: 0px;
}
.block.filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item {
    margin-left: 0px;
}
.filter-options .filter-options-content .item a {
    color: #545454;
}
.filter-options .filter-options-content .item a {
    display: block;
    position: relative;
}
.filter-options .filter-options-content .item a .count {
  color: #909090;
  top: 0;
  font-weight: 400;
}
.filter-options .count {
    color: #ffffff;
    display: inline-block;
    line-height: 20px;
    position: relative;
    top: 2px;
}
.filter-options-content .filter-count-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.filter .field.search input[type="text"] {
    font-size: 85%;
}
#minisearch-input-top-search {
    padding: 10px 30px 10px 15px !important;
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    font-size: 14px;
    height: 50px;
    line-height: 1.42857143;
    padding: 10px 15px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
.box-tocart .qty-change .input-text.qty {
    width: 70px;
}
#minisearch-form-top-search > .actions {
  display: none;
}
.filter .actions {
    text-align: right;
    margin: 10px 0 0;
}
.filter .actions div.secondary {
    display: inline-block;
}
.filter .actions div.secondary a {
    text-decoration: underline;
    cursor: pointer;
    color: #2dbe60;
    margin-right: 10px;
}
.block.filter .filter-content .filter-options .filter-options-item.active .filter-options-title::after {
  transform: translateY(0%) rotate(180deg);
  content: '\e622';
}
.filter-options-title::after {
  position: absolute;
  right: 0;
  top: auto;
  font-size: 12px;
  transition: transform .4s ease;
  font-weight: 600;
}
.continue_shopping_url {
  color: #2dbe60 !important;
  font-size: 20px;
}
.modal-custom.opc-sidebar {
  margin-top: 20px;
}
input[type=radio]:not(.amgdprcookie-input) + label, input[type=checkbox]:not(.amgdprcookie-input) + label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}
input[type=radio]:not(.amgdprcookie-input) + label:before, input[type=checkbox]:not(.amgdprcookie-input) + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    content: '';
    border: 2px solid #9b9b9b;
    box-sizing: border-box;
}
input[type=checkbox]:not(.amgdprcookie-input) + label:before {
    border-radius: 3px;
}

.checkout-index-index  input[type=radio]{
    position: inherit !important;
    opacity: 1 !important;
}
input[type=radio]:not(.amgdprcookie-input), input[type=checkbox]:not(.amgdprcookie-input):not(#my-orders-table .check-all):not(#my-orders-table .check-item) {
    position: absolute;
    opacity: 0;
}
input[type="radio"]:not(.amgdprcookie-input) + label::after {
  top: 2px;
  left: 6px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
  border-top: 0;
  border-left: 0;
}
input[type=checkbox]:not(.amgdprcookie-input):checked + label:before,
input[type=radio]:not(.amgdprcookie-input):checked + label:before {
    border: #2dbe60;
    background: #2dbe60;
}
input[type=checkbox]:not(.amgdprcookie-input) + label:after {
    top: 2px;
    left: 6px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    border-top: 0;
    border-left: 0;
}
input[type=radio]:not(.amgdprcookie-input):checked + label:after, input[type=checkbox]:not(.amgdprcookie-input):checked + label:after {
    display: block;
}
input[type=radio]:not(.amgdprcookie-input) + label:after, input[type=checkbox]:not(.amgdprcookie-input) + label:after {
    position: absolute;
    display: none;
    content: '';
}
.filter-options-item {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.filter-current-wrapper {
    border: 1px solid #eeeeee;
    border-top: 0;
    margin: 0;
    padding: 15px;
    margin-bottom: 30px;
}
.filter-options-content a:hover {
  background-color: transparent;
  text-decoration: none;
}
.filter-current .remove:before {
    vertical-align: middle;
    color: #9b9b9b;
    margin: -2px 0 0 -4px;
}
.block a.action:not(.primary) {
    color: #2dbe60;
    margin-right: 10px;
}
.filter-actions {
  margin-bottom: 0px;
  padding: 0px;
}
.filter-current .items {
  padding: 0px;
}
.filter .filter-content .item {
  margin: 10px 0 0 0;
}
.filter-current .remove::before {
  vertical-align: middle !important;
  color: #9b9b9b !important;
  margin: -2px 0 0 -4px;
  font-weight: 600 !important;
}
.filter-current .action.remove {
  left: 5px;
  position: absolute;
  top: 0px;
}
.filter-current .item {
  padding-left: 30px;
}
.page-header .header.panel {
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
}
.header.panel .contact-btn {
    background: #fff;
    border: 0;
    font-size: 14px;
    padding: .5em 1.5em;
    color: #2dbe60 !important;
    margin-right: 16px;
    font-weight: 700;
    border-radius: 20px;
    text-align: center;
    transition: all .2s ease;
    margin: 0px;
}
.top-bar__group.top-bar__contacts {
    display: flex;
    align-items: center;
    order: 2;
    margin-left: auto;
}
.customer-welcome.active ul {
  display: none;
}
.top-bar__group.top-bar__contacts a {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid rgba(255,255,255,.5);
  font-size: 14px;
  color: white;
}
.top-bar__group.top-bar__contacts a:nth-child(2) {
  border: none;
  padding: 0px;
}
.top-bar__group.top-bar__contacts a:hover {
  opacity: .7;
  text-decoration: none;
}
.header.content .authorization-link a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.top-bar__group.top-bar__location .button-findlocation:hover {
    background-color: #000;
    border-color: #000;
    text-decoration: none;
}
.top-bar__group.top-bar__location .button-findlocation {
    -webkit-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
    display: inline-block;
    background-color: #2dbe60;
    color: #fff;
    font-weight: 700;
    border-radius: 20px;
    padding: .5em 1.5em;
    min-width: 200px;
    text-align: center;
    border: 2px solid #2dbe60;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #354343;
    font-size: 14px;
    border: 0;
}
.footer.content.subscribe {
    background-color: #3f4f4f;
    color: #fff;
    width: 100%;
    max-width: 100%;
    padding: 32px 0px;
    margin: 0px;
}
.footer.content.subscribe .footer-signup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
.footer-signup__message h3 {
    font-weight: 600;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    line-height: 43.2px;
}
.footer-signup__message p {
    font-size: 14px;
    color: #fff;
    line-height: 25.2px;
    margin: 14px 0px;
}
.page-footer .footer.content.subscribe .footer-signup > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.block.newsletter {
    margin-left: 80px;
    margin-bottom: 0px;
}
.page-footer .footer.content.subscribe .footer-signup .block.newsletter .field input {
    border-radius: 20px 0 0 20px;
    border-color: rgba(221,221,221,.5);
    border-right-color: rgba(221, 221, 221, 0.5);
    background-color: rgba(255,255,255,.2);
    color: #fff;
    display: block;
    border-right: 0;
    padding: 0px 16px;
    height: 32px;
}
.page-footer .footer.content.subscribe .footer-signup .block.newsletter .field .control::before {
    display: none;
}
.page-footer .footer.content.subscribe .footer-signup .block.newsletter .actions .action.subscribe.primary {
    display: inline-block;
    background-color: #2dbe60;
    color: #fff;
    font-weight: 700;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0px 24px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    min-width: 200px;
    text-align: center;
    border: 2px solid #2dbe60;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    height: 32px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 0;
}
.page-footer .footer.content.subscribe .footer-signup .block.newsletter .form.subscribe {
    display: flex;
}
.page-footer .footer.content.subscribe .footer-signup .block.newsletter .form.subscribe .field {
    width: 100%;
    max-width: 100%;
}
.page-footer .footer.content.subscribe .footer-signup .block.newsletter .actions {
    width: auto;
}
.page-footer .footer.content.subscribe .footer-signup .block.newsletter .actions .action.subscribe.primary:hover {
    background-color: #000;
    border-color: #000;
}
.page-footer .footer.content.subscribe .footer-signup .block.newsletter .title {
    display: block;
    font-size: 16px;
}
.page-footer .footer.content.subscribe .footer-signup .block.newsletter .title strong {
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: 0px;
    line-height: 1.3;
    display: block;
}
.footer.content.middle {
    background-color: #354343;
    color: #fff;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
}
.footer.content.middle .footer-middle-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 20px;
}
.site-footer__branding {
    padding: 32px 0px;
    border-bottom: 2px solid rgba(255,255,255,.1);
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.site-footer__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 350px;
}
.site-footer__social {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.site-footer__social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.site-footer__social ul li a {
    margin-right: 14.4px;
    font-size: 29px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: white;
}
.site-footer__navigation ul#menu-footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.site-footer__navigation ul#menu-footer-menu > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 16px;
    display: block;
    margin-bottom: 8px;
}
.site-footer__navigation ul#menu-footer-menu > li > a {
    display: block;
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 16px !important;
    border-bottom: 0 !important;
    color: white;
}
.site-footer__navigation ul li {
    padding-right: 16px;
    display: block;
    margin-bottom: 8px !important;
    color: white;
}
.site-footer__navigation ul li a {
    color: white;
    font-size: 13px;
    border-bottom: 1px solid white;
}
.page-footer .footer.content ul {
    padding-right: 0px;
}
.footer-associations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 48px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-associations__item + .footer-associations__item {
    margin-left: 64px;
}
.footer-associations__item {
    margin-bottom: 48px;
}
.site-footer__legal {
    text-align: center;
    font-size: 12px;
    margin-top: 24px;
}
.site-footer__legal ul li {
    display: inline-block;
    padding-right: 12px;
    margin-right: 12px !important;
    border-right: 1px solid #c5ebeb;
}
.site-footer__legal ul li:last-child {
    border: none;
    margin: 0px !important;
    padding-right: 0px !important;
}
.site-footer__legal ul li a {
    border-bottom: 1px solid rgba(197,235,235,.5);
    padding-bottom: 1.8px;
    color: #c5ebeb;
}
.site-footer__legal p {
    color: white;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 12px
}
.page-footer {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.site-footer__social ul li a:hover {
    color: #2dbe60;
}
.site-footer__navigation ul li a:hover {
    color: #999;
    border-color: transparent;
}
.site-footer__legal ul li a:hover {
    color: #fff;
}
.page-footer a:hover {
    text-decoration: none;
}
.minicart-wrapper .block-minicart {
    color: black;
}
.minicart-wrapper {
    order: 4;
}
.header.panel > .header.links .customer-welcome .action.switch {
    background: #fff;
    border: 0;
    font-size: 14px;
    padding: .5em 1.5em;
    color: #2dbe60 !important;
    margin-right: 16px;
    font-weight: 700;
    border-radius: 20px;
    text-align: center;
    transition: all .2s ease;
    margin: 0px;
}
.customer-welcome .action.switch > span {
    position: relative !important;
}
.header.panel > .header.links > li.customer-welcome {
    margin: 0px 0px 0px 16px;
}
.action.primary.request-quote {
    display: none;
}
.action.primary, .action.action-login {
  cursor: pointer;
  background: #2dbe60;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  border-radius: 45px;
  padding: 10px 25px;
  min-width: 200px;
  text-align: center;
  border: 2px solid #2dbe60;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-size: 14px;
}
.action.primary:hover, .action-primary:hover,
.action.primary:active, .action-primary:active,
.action.primary:focus, .action-primary:focus,
.action.action-login:hover, .action.action-login:hover,
.action.action-login:active, .action.action-login:active,
.action.action-login:focus, .action.action-login:focus {
  background: #000;
  border: 2px solid #000;
  color: #ffffff;
}
.block-authentication .actions-toolbar > .primary {
  float: left;
}
.block-authentication .actions-toolbar > .secondary a {
    margin: 0px;
    font-size: 14px;
    color: #2dbe60 !important;
    font-weight: 700;
}
.block-authentication .actions-toolbar > .secondary {
  float: right;
  margin-right: 0px;
  padding-top: 1rem;
  text-align: right;
}
.login-fbk-existing-members {
  margin-bottom: 20px;
}

.products {
  margin: 20px 0;
}
.product.product-item .product-item-info, .products.products-list .product.product-item .product-item-info, .products-related.products-list .product.product-item .product-item-info, .products-upsell.products-list .product.product-item .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: unset;
  width: auto;
}
.products.products-grid .product.product-item .product-item-info {
  display: block;
}
.products.products-grid .product.product-item .product-item-info {
  display: block;
}
.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
  background: #ffffff;
  box-shadow: none;
  border: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 9;
}
.products-grid .product.actions.product-item-actions {
  text-align: left;
  margin: 0px;
}
.page-wrapper .products-grid .product-item-info .product-item-inner {
  background: #ffffff;
  box-shadow: none;
  border: none !important;
  border-top: none !important;
  margin: 10px 0 0 0px !important;
  padding: 0px !important;
  position: static !important;
  display: inline-block !important;
  width: 100% !important;
  height: auto !important;
  position: static !important;
  overflow: visible !important;
  clip: auto !important;
}
.products-grid .product-item-name {
  margin: 20px 0 10px;
  min-height: 65px;
}
.products-grid .product.name a {
  color: #545454;
  margin: 0px;
}
.page-products .products-grid .product-item .product-image-wrapper {
  padding-bottom: 100% !important;
}
.product-item-name > a, .product.name a > a {
  color: #545454;
  text-decoration: none;
}
.products.products-list .product.product-item .product-item-info .product-item-details, .products-related.products-list .product.product-item .product-item-info .product-item-details, .products-upsell.products-list .product.product-item .product-item-info .product-item-details {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: auto;
}
.products.products-list .product.product-item:not(:last-of-type), .products-related.products-list .product.product-item:not(:last-of-type), .products-upsell.products-list .product.product-item:not(:last-of-type) {
  margin-bottom: 25px;
}
.products.products-list .product.product-item .product-item-info .product-item-photo, .products-related.products-list .product.product-item .product-item-info .product-item-photo, .products-upsell.products-list .product.product-item .product-item-info .product-item-photo {
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  display: block;
  padding-bottom: 0;
  width: auto;
}
.page-products .products.products-list .product-image-container-2 {
  margin: 0 auto;
  width: 150px !important;
}
.product.name a {
  font-weight: 700;
  line-height: 1.1;
  font-size: 19px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.products.products-list .product.product-item .product-item-description, .products-related.products-list .product.product-item .product-item-description, .products-upsell.products-list .product.product-item .product-item-description {
  float: none;
  margin-top: 0;
}
.product.actions.product-item-actions {
  text-align: right;
}
.product-item-description {
  margin: 10px 0;
}
.product-info-main .product.attribute.sku, .product-item-details .product.attribute.sku, .product-item .attribute.sku, .product-item-description .product.sku {
  color: #a8a8a8;
}
.catalog-product-view .product-info-main .product-info-price,
.product-items li.product-item .price-box,
.product-items li.product-item .qty-lable,
.catalog-product-view .product-info-main .qty-lable {
    display: none;
}
.box-tocart .fieldset .field.qty {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.box-tocart .fieldset {
  display: flex;
}
.box-tocart .fieldset .field.qty .label {
  margin-right: 10px;
}
.box-tocart .action.tocart {
  white-space: nowrap;
  font-size: 1.4rem;
  padding: 0px 25px;
  height: 50px;
  min-width: fit-content;
  line-height: 50px;
  border: none;
}
.fa-cart-plus {
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.contact-index-index .page-main p {
  color: black;
  font-size: 16px;
  line-height: 1.65;
}
#contact-form {
  margin-bottom: 40px;
}
#contact-form .fieldset > .fieldset {
  display: flex;
  margin: 0px;
}
#contact-form .fieldset > .fieldset .field {
  width: 50%;
  margin-right: 40px;
}
#contact-form .fieldset > .fieldset .field:last-child {
  margin: 0px;
}
.contact-index-index .page-title {
  padding-top: 30px;
  color: black;
  font-weight: 600;
  font-size: 36px;
}
/*.checkout-payment-method .actions-toolbar,
.checkout-shipping-method .actions-toolbar {
    display: none;
}*/
.qty-lable svg {
  margin-right: 5px;
}
.qty-lable.outof_stock span {
    color: #ff001f;
}
.qty-lable.in_stock span {
    color: #7ed321;
}
.qty-lable.limited_stock span {
    color: #ee7022;
}

a.pagebuilder-button-primary {
    font-size: 14px;
    text-decoration: none;
    background-image: none;
    background: #2dbe60;
    border: solid 1px #2dbe60;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0 10px 10px 0;
    box-sizing: border-box;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 2rem;
    padding: 9px 15px;
    font-size: 1.4rem;
    border-radius: 25px;
    box-shadow: none;
}
a.pagebuilder-button-primary:hover {
  background: #2dbe60;
  border: solid 1px #2dbe60;
  color: #fff;
}
a.pagebuilder-button-secondary {
    text-decoration: none;
    background-image: none;
    background: #3b4545;
    border: 1px solid #3b4545;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0 10px 10px 0;
    box-sizing: border-box;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 2rem;
    padding: 9px 15px;
    font-size: 1.4rem;
    border-radius: 25px;
    box-shadow: none;
}
a.pagebuilder-button-secondary:hover {
    background: #000;
    border: 1px solid #3b4545;
    color: #f5f5f5;
}
.smile-es-range-slider .actions-toolbar {
    display: block;
}
.smile-es-range-slider .actions-toolbar a.action.primary {
    box-sizing: border-box;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
}
.product-info-main .stock.available, .product-info-main .stock.unavailable {
  font-weight: 400;
  text-transform: none;
}
.product-info-price .price-box .price-container .price {
  font-size: 2.4rem;
}
.product-info-main .product-info-price {
    /*border-top: solid 2px #f7f7f7;*/
    margin: 20px 0px;
    padding-top: 15px;
    border-bottom: none;
    align-items: center;
}
.product-info-main .product-info-stock-sku .qty-lable {
  order: 2;
}
.product-info-main .product-info-stock-sku {
    display: flex;
    padding-bottom: 15px;
}
div#google_translate_element {
    display: none;
}
.order-items input[type="checkbox"] {
  position: inherit !important;
  opacity: 1 !important;
}
.catalog-product-view #product_addtocart_form {
  display: flex;
}
.catalog-product-view .product-item-actions .actions-secondary > .action::before {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 54px;
    box-sizing: border-box;
}
.action.towishlist:hover {
  background: #2dbe60 !important;
  border-color: #2dbe60 !important;
  color: white !important;
}
.catalog-product-view .product-info-main .product-add-form {
  padding-top: 0px;
}
.page-layout-1column .product-info-main {
  width: 50%;
}
.page-layout-1column .product.media {
  width: calc(50% - 40px);
}
.action.towishlist {
  border: 1px solid #d1d1d1 !important;
  margin-left: 15px;
  border-radius: 5px;
}
.product-info-main .product-info-detailed-collapsible[aria-expanded=true] .product-info-detailed-trigger:after {
    transform: translateY(-50%) rotate(180deg);
    transform-origin: center;
}
.catalog-product-view .product-item-actions .actions-secondary > .action {
    line-height: normal;
    text-align: center;
    width: auto;
}
.checkout-cart-index .action-towishlist {
  border: none !important;
  margin-left: 0px !important;
}
.checkout-cart-index .action-towishlist:hover {
  background: transparent !important;
  color: #006bb4 !important;
}
.catalogsearch-result-index.page-products .toolbar .limiter{
    display: block;
    float: left;
    margin-right: 10px;
}
.checkout-index-index .payment-method input[type=radio]:not(.amgdprcookie-input) {
    position: absolute !important;
    opacity: 0 !important;
}
.checkout-index-index .opc-progress-bar-item._active::before {
  background: #3B4545;
  border-color: #3B4545;
}
.checkout-index-index .opc-progress-bar-item._active > span::before {
  background: #3B4545;
  border-color: #3B4545;
}
.checkout-index-index .opc-progress-bar-item._active > span::after {
  border-color: #3B4545;
}
.product-info-main .product-add-form {
    padding-bottom: 20px;
}

.product-add-form form{
    position: relative;
}
.product-add-form .product-item{
    position: absolute;
    bottom: 25px;
    right: 80px;
}

.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong {
    border-color: #3B4545;
}
.sections.nav-sections {
  margin-bottom: 20px;
}
.my-orders-search-advanced .extra-order-search, .my-orders-search-advanced .filter-close {
  display: block !important;
  margin-top: 20px;
}
.account .footer.content.subscribe {
  display: none;
}
.table-checkout-shipping-method tbody td:last-child {
  display: none;
}
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #2dbe60;
}
.opc-wrapper .shipping-address-item.selected-item::after {
  background: #2dbe60;
}
.minicart-wrapper .action.showcart .counter.qty {
    background: transparent;
    border: 2px solid #3b4545;
    border-radius: 5px;
    font-weight: 600;
    color: #3b4545;
    margin-top: -10px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
}
.checkout-shipping-method {
  position: inherit;
}
#shipping-method-buttons-container, #checkout-step-store-selector .button.continue {
    position: absolute;
    bottom: -50px;
    right: 30px;
}
#checkoutSteps div#onepage-checkout-shipping-method-additional-load {
    margin-top: 40px;
}
#checkoutSteps {
  display: flex;
  flex-direction: column;
}
.opc-wrapper {
  position: relative;
}
.checkout-shipping-address .message.notice .link-back {
  font-size: 1.3rem;
}
.toolbar.toolbar-products .modes .modes-label {
    display: none;
}
.catalog-category-view .column.main .category-view {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
.catalog-category-view .column.main .category-view .category-image {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    padding-right: 20px;
    margin-bottom: 20px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: auto;
    max-height: 120px;
    max-width: 100%;
    width: 100%;
}
.category-image .image {
    display: block;
    height: auto;
    max-height: 120px;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}
.catalog-category-view .column.main .category-view .category-description {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: 20px;
    padding-left: 20px;
}
.box-tocart {
    display: flex;
    align-items: center;
    margin: 0px;
}
.box-tocart .field.qty {
    margin-right: 10px;
}
.box-tocart .field.qty .control.qty-change {
    display: flex;
    align-items: center;
    max-width: 78px;
    position: relative;
}
.box-tocart .field.qty .control.qty-change #qty {
    width: 78px;
    text-align: left;
}
.box-tocart .field.qty .control.qty-change .qty_btn_group {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
}
.increaseqty, .decreaseqty {
  background: transparent;
  border: none;
  padding: 4px 10px;
}
.decreaseqty::after {
  font-size: 10px;
  line-height: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #3b4545;
}
.increaseqty::after {
  font-size: 10px;
  line-height: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #3b4545;
  transform: translateY(0%) rotate(180deg);
}
.increaseqty:hover, .decreaseqty:hover,
.increaseqty:active, .decreaseqty:active,
.increaseqty:focus, .decreaseqty:focus {
  background: transparent;
  border: none;
}
.action-line-plp  {
    display: flex;
}
.action-line-plp .product-item-inner {
    margin-left: auto;
}
.sorter-action.sort-desc::before {
    height: 40px;
    line-height: 40px;
}
.sales_unit {
    margin-right: 10px;
}
.product-item .price-box .price {
    font-size: 21px;
}
.product-item-name {
  margin-bottom: 10px;
}
.product-item .price-box {
  margin-bottom: 15px;
}
.product-info-main .product-info-price .price-box .price-container > span {
  margin: 0px !important;
}
.product-info-main .product-info-price .price-box {
    padding: 0px;
    margin-right: 10px;
}
.catalog-product-view .box-tocart .action.tocart {
  margin: 0px;
}
.catalog-product-view .box-tocart {
  align-items: start;
}
.catalog-product-view .sales_unit {
  text-align: center;
  margin-right: 0px;
  margin-left: 5px;
  margin-top: 10px;
  display: inline-block;
}
.catalog-product-view .box-tocart .actions,
.catalog-product-view .box-tocart .actions .action.primary.tocart {
    width: 100%;
}
.table-checkout-shipping-method .col.col-price {
  display: none;
}
.products-grid .action-line-plp {
  display: block;
  position: relative;
}
.products-grid .product-item-actions .actions-primary + .actions-secondary {
	position: absolute;
	top: -14px;
	right: 10px;
	z-index: 1111111;
	width: 80px;
	margin: 0px;
	text-align: center;
}
.products-grid .item.product.product-item {
    position: relative;
}
.products-grid .box-tocart .action.tocart span {
    display: none;
}
.products-grid .box-tocart .action.tocart {
    min-width: 80px;
}
.products-grid .product-item-actions .actions-primary {
    display: block;
}
.products-grid .box-tocart .actions {
    margin-left: auto;
    padding-right: 10px;
}
.products-grid .product-item-actions .actions-primary + .actions-secondary .action.towishlist {
  margin: 0px;
}
#delivery-method-selector .action-select-store-pickup {
    border-left: 1px solid #ccc;
}

.product-item .old-price {
    display: none;
}
.catalog-product-view #product_addtocart_form {
  display: block;
}
.catalog-product-view .action.towishlist {
  /*display: none;*/
}

.catalog-product-view .swatch-attribute .swatch-attribute-options {
  display: flex;
  align-items: center;
}
.catalog-product-view .swatch-option {
  height: auto;
}
.btn-price {
    margin: 10px 0px;
}
.catalog-product-view .product-item-info {
  max-width: 100%;
  width: 100%;
}
.page-main.page-main-details .product-info-detailed-collapsible .product-info-detailed-trigger:hover,
.page-main-pagebuilder-attributes .product-info-detailed-collapsible .product-info-detailed-trigger:hover {
    cursor: pointer;
}
.page-main.page-main-details .product-info-detailed-collapsible .product-info-detailed-trigger,
.page-main-pagebuilder-attributes .product-info-detailed-collapsible .product-info-detailed-trigger {
    display: inline-block;
    text-decoration: none;
    display: block;
    font-weight: 700;
    position: relative;
}
.page-main.page-main-details .product-info-detailed-collapsible .product-info-detailed-trigger:after,
.page-main-pagebuilder-attributes .product-info-detailed-collapsible .product-info-detailed-trigger:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.page-main.page-main-details .product-info-detailed-collapsible .product-info-detailed-trigger:after,
.page-main-pagebuilder-attributes .product-info-detailed-collapsible .product-info-detailed-trigger: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;
    right: 0;
}
.page-main.page-main-details .product-info-detailed-collapsible[aria-expanded=true] .product-info-detailed-trigger:after,
.page-main-pagebuilder-attributes .product-info-detailed-collapsible[aria-expanded=true] .product-info-detailed-trigger:after {
    transform: translateY(-50%) rotate(180deg);
    transform-origin: center;
}
#relateditem_carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
#relateditem_carousel .owl-nav .owl-prev {
  float: left;
  font-size: 45px;
}
#relateditem_carousel .owl-nav .owl-next {
  float: right;
  font-size: 45px;
}
.footer-about-left {
  background: gray;
  padding: 50px 30px;
  color: white;
  align-self: auto !important;
  position: relative;
}
.footer-about-right {
    padding: 0px 50px;
    align-self: auto !important;
    position: relative;
}
.about-main-section-footer .pagebuilder-column-line {
  align-items: center;
}
.catalog-product-view .footer.content {
    padding-top: 0px;
}
.footer-about-left::before {
  width: 100%;
  height: 20px;
  background: gray;
  position: absolute;
  top: -20px;
  left: 0;
  content: "";
}
.footer-about-left::after {
  width: 100%;
  height: 20px;
  background: gray;
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
}
.catalog-product-view .page-footer {
    margin-top: 20px;
}
.catalog-product-view .increaseqty::after {
    font-size: 20px;
    content: '\002B';
    color: white;
}
.catalog-product-view .decreaseqty::after {
    font-size: 50px;
    content: '\002D';
    color: white;
    vertical-align: top;
}
.catalog-product-view .box-tocart .field.qty .control.qty-change {
    max-width: none;
}
.catalog-product-view .box-tocart .field.qty .control.qty-change #qty {
    text-align: center;
    border-radius: 0px;
    background: #f0f0f0;
    border: none;
}
.catalog-product-view .increaseqty,
.catalog-product-view .decreaseqty {
    background: gray;
    border: none;
    padding: 0px;
    width: 50px;
    height: 50px;
    border-radius: 0px;
    color: white;
}
.filter-options .filter-options-item .field.search {
    margin: 0 0 20px;
}
.catalog-product-view .box-tocart .actions {
    display: flex;
    align-items: center;
}
.catalog-product-view .box-tocart .actions div {
    margin-right: 2px;
}
.requisition_list-requisition-view .requisition-grid
input[type=checkbox]:not(.amgdprcookie-input):not(#my-orders-table .check-all):not(#my-orders-table .check-item) {
    position: relative;
    opacity: unset;
}
.requisition_list-requisition-view .requisition-grid .item .col.col-checkbox .requisition-toolbar-select #requisition-select-all {
    display: none;
}

@media only screen and (max-width: 1145px) {
    .top-bar__group.top-bar__location .button-findlocation span {
      display: none;
    }
    .top-bar__group.top-bar__location .button-findlocation {
        min-width: auto;
    }
}
@media only screen and (min-width: 320px) {
    .page-products .products-grid .product-item {
      width: 100%;
      margin-left: 0px !important;
      margin-right: 0px !important;
    }
    .page-products .products-grid .product-item:first-child {
      margin: 0px;
    }
}
@media only screen and (max-width: 576px) {
    .product.product-item .product-item-info, .products.products-list .product.product-item .product-item-info, .products-related.products-list .product.product-item .product-item-info, .products-upsell.products-list .product.product-item .product-item-info {
        flex-direction: column;
    }
    .page-title-wrapper .page-title {
        font-size: 18px;
    }

    .product-add-form .product-item{
        right: 40px;
    }

}
@media only screen and (max-width: 639px) {
    .action-line-plp .product-item-actions .actions-primary {
        display: inline-block;
    }
}
@media only screen and (min-width: 640px) {
    .page-products .products-grid .product-item {
      width: calc((100% - 2%)/2);
    }
    .page-products .products-grid .product-item:nth-child(1n+1) {
      margin-left: 0% !important;
    }
    .page-products .products-grid .product-item:nth-child(2n+1) {
      margin-left: 2%;
    }
    .page-products .products-grid .product-item:first-child {
      margin: 0px;
    }
}
@media only screen and (min-width: 768px) {
    .page-products .products-grid .product-item {
      width: calc((100% - 2%)/2);
    }
    .page-products .products-grid .product-item:nth-child(2n+1) {
      margin-left: 0% !important;
    }
    .page-products .products-grid .product-item:nth-child(3n+1) {
      margin-left: 2%;
    }
    .page-products .products-grid .product-item:first-child {
      margin: 0px;
    }
    .sorter-label, .page-with-filter .toolbar-amount {
      display: none;
    }
    .catalog-category-view.page-products .toolbar .limiter .label {
      display: none;
    }
    .catalog-category-view.page-products .toolbar .limiter {
        margin-right: 0px;
    }
    .modes {
        margin-right: 0px;
    }
    .products.wrapper ~ .toolbar .toolbar-amount {
      display: none !important;
    }
    .catalog-category-view.page-layout-2columns-left .column.main {
        width: 65.933%;
    }
    .catalog-category-view.page-layout-2columns-left .sidebar-main {
        width: 34.067%;
    }
    .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
        right: 25px;
    }
    .catalog-product-view .pagebuilder-attributes-wrapper .product-info-detailed-content.description {
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding: 0px 20px;
    }

    .product-add-form .product-item{
        right: 60px;
    }
}
@media only screen and (min-width: 1024px) {
    .page-products .products-grid .product-item {
      width: calc((100% - 4%)/3);
    }
    .page-products .products-grid .product-item:nth-child(3n+1) {
      margin-left: 0%;
    }
    .page-products .products-grid .product-item:nth-child(4n+1) {
      margin-left: 2%;
    }
    .page-products .products-grid .product-item:first-child {
      margin: 0px;
    }
    .sorter-label, .catalog-category-view.page-products .toolbar .limiter .label, .page-with-filter .toolbar-amount {
      display: inline-block;
    }
    .catalog-category-view.page-products .toolbar .limiter {
        margin-right: 10px;
    }
    .modes {
        margin-right: 20px;
    }
    .products.wrapper ~ .toolbar .toolbar-amount {
      display: block !important;
    }
    .catalog-category-view.page-layout-2columns-left .column.main {
        width: 76.93333333%;
    }
    .catalog-category-view.page-layout-2columns-left .sidebar-main {
        width: 23.06666667%;
    }
}
@media only screen and (max-width: 964px) {
    .top-bar__group.top-bar__contacts a {
        display: none;
    }
    .header.panel .contact-btn {
        display: block;
    }
    .header.content .navigation ul li a {
        padding: 5px !important;
        font-size: 14px;
    }
    .header.content .logo {
        width: 190px;
    }
}
@media only screen and (min-width: 769px) {
    .toolbar-products {
        padding-bottom: 20px;
        border-bottom: solid 2px #bdbdbd;
    }
    .modes {
        float: none;
        display: inline-block;
        margin-right: 20px;
    }
    .navigation .level-top.level0 {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .navigation .level-top.level0.parent:hover {
        background-color: #2dbe60
    }

    .navigation .level-top.level0.parent:hover>.level-top {
        color: #fff
    }

    .navigation .level-top.level0>.level-top {
        font-weight: 700
    }

    .navigation .level-top.level0>.submenu {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        left: 0px !important;
        width: calc(100% - 16px)
    }

    .navigation .level-top.level0>.submenu li.level1>a {
        font-weight: 400
    }

    .navigation .level-top.level0>.submenu li.level1>a:hover {
        background-color: #545454
    }

    .nav-sections {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        margin: 0px;
    }
    .nav-sections-item-content {
        display: block
    }

    .nav-sections-item-content>* {
        display: none
    }

    .nav-sections-item-content>.navigation {
        display: block;
        overflow: hidden;
    }
    .nav-sections-item-content > .navigation:hover {
      overflow: inherit;
    }

    .navigation {
        font-weight: 700;
        height: inherit;
        left: auto;
        overflow: inherit;
        padding: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 3
    }

    .navigation:empty {
        display: none
    }

    .navigation ul {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0
    }

    .navigation li.level0 {
        border-top: none
    }

    .navigation .level0 {
        margin: 0;
        display: inline-block
    }

    .navigation .level0:last-child {
        margin-right: 0;
        padding-right: 0
    }

    .navigation .level0>.level-top {
        color: #545454;
        line-height: 50px;
        padding: 0 12px;
        text-decoration: none;
        box-sizing: border-box;
        font-family: 'Helvetica';
        position: relative;
        text-transform: uppercase
    }

    .navigation .level0>.level-top:hover,.navigation .level0>.level-top.ui-state-focus {
        color: #2dbe60;
        text-decoration: none
    }

    .navigation .level0.active>.level-top,.navigation .level0.has-active>.level-top {
        border-color: #fff;
        border-width: 0 0 3px;
        color: #2dbe60;
        text-decoration: none;
        display: inline-block
    }

    .navigation .level0.parent:hover>.submenu {
        overflow: visible !important
    }

    .navigation .level0 .submenu {
        box-shadow: none;
        font-weight: 400;
        left: 0;
        margin: 0 !important;
        padding: 0;
        position: absolute !important;
        top: 50px;
        z-index: 1;
        margin-top: 11px;
        background: #2dbe60;
        border: none;
        color: white !important;
        background: #2dbe60;
        display: block !important;
        opacity: 0;
        transition: ease-out 0.5s;
    }

    .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: #f7f7f7;
        left: 20px;
        top: -20px;
        border: 10px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #f7f7f7;
        z-index: 4
    }

    .navigation .level0 .submenu>ul:after {
        border: 11px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #d1d1d1;
        color: #d1d1d1;
        left: 19px;
        top: -22px;
        z-index: 3
    }

    .navigation .level0 .submenu a {
        display: block;
        line-height: inherit;
        color: white;
        padding: 6px 20px
    }

    .navigation .level0 .submenu a:hover,.navigation .level0 .submenu a.ui-state-focus {
        color: #f7f7f7;
        text-decoration: none
    }

    .navigation .level0 .submenu .active>a {
        border-color: #2dbe60;
        border-style: solid;
        border-width: 0
    }

    .navigation .level0 .submenu .submenu-reverse {
        left: auto !important;
        right: 100%
    }

    .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: #9b9b9b;
        content: '\e607';
        font-family: 'icons-blank-theme';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        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
    }

    li.level0 {
        height: 50px
    }

    li.level0:nth-child(7n+1) {
        color: #003e7f;
        border-color: #003e7f
    }

    li.level0:nth-child(7n+2) {
        color: #ee7023;
        border-color: #ee7023
    }

    li.level0:nth-child(7n+3) {
        color: #003929;
        border-color: #003929
    }

    li.level0:nth-child(7n+4) {
        color: #0d93d2;
        border-color: #0d93d2
    }

    li.level0:nth-child(7n+5) {
        color: #d0191d;
        border-color: #d0191d
    }

    li.level0:nth-child(7n+6) {
        color: #54388c;
        border-color: #54388c
    }

    li.level0:nth-child(7n+7) {
        color: #3b4545;
        border-color: #3b4545
    }

    li.level0:hover {
        border-bottom: 4px solid
    }

    .navigation ul li:hover > ul {
        opacity: 1 !important;
        z-index: 11111111111111 !important;
    }

    li.level0>.submenu {
        -webkit-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        display: none;
        transition-delay: .2s;
        transition-property: display;
        width: 100%
    }

    li.level0>.submenu li.level1 {
        -webkit-flex-basis: 16.66666667%;
        flex-basis: 16.66666667%
    }

    li.level0>.submenu li.level1>a {
        color: inherit;
        font-weight: 700
    }

    li.level0>.submenu li.level1>.submenu {
        position: static
    }

    li.level0>.submenu li.level2 {
        margin-bottom: 0
    }

    .advanced-menu li.level0:hover {
        border: none
    }

    .advanced-menu li.level0:hover>.submenu {
        display: none
    }

    .advanced-menu li.level0>.submenu li.level1>a {
        color: #545454;
        font-weight: 700
    }

    .navigation.advanced-menu li.level0.parent>.level-top {
        display: block;
        text-decoration: none
    }

    .navigation.advanced-menu li.level0.parent>.level-top:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 36px;
        line-height: inherit;
        color: #9b9b9b;
        content: '\E622';
        font-family: 'icons-blank-theme';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }

    .navigation.advanced-menu li.level0.parent>.level-top:after {
        font-weight: 700
    }

    .navigation.advanced-menu li.level0.parent.hover>.level-top:after {
        content: '\E621'
    }

    .navigation.advanced-menu li.level0>.level0.submenu {
        overflow: auto !important
    }

    .navigation.advanced-menu li.level0.hover>.level0.submenu {
        display: block;
        left: auto;
        max-height: 60vh;
        width: 25%
    }

    .navigation.advanced-menu li.level0.hover>.level0.submenu>li.level1>.level1.submenu {
        background-color: #2dbe60;
        color: #fff;
        display: none;
        left: 100%;
        overflow-y: scroll !important;
        position: fixed;
        top: 0
    }

    .navigation.advanced-menu li.level0.hover>.level0.submenu>li.level1>.level1.submenu li.level2 {
        break-inside: avoid;
        float: left;
        margin-bottom: 10px;
        margin-right: 30px;
        width: calc(25% - 30px)
    }

    .navigation.advanced-menu li.level0.hover>.level0.submenu>li.level1>.level1.submenu li.level2>a {
        font-weight: 700
    }

    .navigation.advanced-menu li.level0.hover>.level0.submenu>li.level1>.level1.submenu li.level2 li {
        margin-bottom: 0
    }

    .navigation.advanced-menu li.level0.hover>.level0.submenu>li.level1.hover>.level1.submenu {
        display: block
    }

    .navigation.advanced-menu li.level0.hover>.level0.submenu>li.level1.hover>.level1.submenu .submenu {
        background-color: #fff;
        display: block;
        position: static
    }

    .navigation .level0:hover {
        border: 0
    }

    .navigation .level0.submenu {
        background: #2dbe60;
        border: 0;
        color: #fff;
        padding-top: 10px
    }

    .navigation .level0.submenu a:hover {
        color: #fff
    }

    .navigation .level0>.level-top {
        text-transform: none
    }

    .navigation .level0 .submenu li a:hover {
        color: #f7f7f7;
        background: #545454;
    }
}
@media only screen and (max-width: 768px) {
    .site-footer__navigation ul#menu-footer-menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .site-footer__navigation ul#menu-footer-menu > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        margin-bottom: 32px !important;
    }
    .footer.content.subscribe .footer-signup {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .page-footer .footer.content.subscribe .footer-signup .block.newsletter {
        margin: 32px 0px 0px 0px;
        width: 100%;
    }
    .header.panel > .block-search {
        margin: 0px 20px;
    }
    .block-search .label {
        background: #fff;
        border: 0;
        font-size: 14px;
        color: #2dbe60 !important;
        font-weight: 700;
        border-radius: 20px;
        text-align: center;
        transition: all .2s ease;
        position: inherit;
        padding: 0px;
        transform: none;
        margin: 0px;
    }
    .block.block-search {
      margin-top: 0px;
    }
    .minicart-wrapper {
        margin-top: 0px;
    }
    .block-search .control {
        border: none;
        margin: 0px;
        position: fixed;
        width: 100%;
        right: 0;
        z-index: 111;
        background: #354343;
        top: 50px;
        padding: 0px 15px;
        box-sizing: border-box;
    }
    .block-search .label::before {
        font-size: 18px;
        line-height: normal;
        margin: 0px;
        font-weight: bold;
        color: #2dbe60 !important;
    }
    .header.content .nav-toggle {
        left: 15px;
        top: auto;
        z-index: 14;
        left: auto;
    }
    .header.content .nav-toggle::before {
        text-align: center;
        border-radius: 3px;
        text-align: center;
        padding: 5px;
        background: #2dbe60;
        color: #fff;
        line-height: 18px;
        font-size: 20px;
        right: 15px;
        left: auto;
    }
    .header.content .sections.nav-sections {
        background: #354343;
    }
    .header.content .navigation ul li a {
        display: block;
        font-size: 20px;
        color: #fff;
        padding: 10px !important;
        text-transform: none;
        font-weight: 400;
    }
    .header.content .navigation ul li {
        margin: 8px 0px;
        border-bottom: 1px solid rgba(255,255,255,.2);
        padding-left: 0;
        position: relative;
        border-top: 0px;
    }
    .header.content .navigation .level0 .submenu {
        border-radius: 0px;
        background: transparent;
    }
    .header.content .navigation .level0 .submenu li {
        border: none;
        margin: 0px;
    }
    .header.content .navigation .level0 .submenu li a {
        padding: 16px 20px !important;
    }
    .header.content .navigation ul li.parent a.ui-state-active {
        background: transparent;
        border-radius: 0px;
    }
    .header.content .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .header.content .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: 0px;
        color: white;
    }
    .nav-sections-item-title.active {
        background: #2dbe60;
    }
    .nav-sections-item-title.active a {
        color: white;
    }
    .nav-sections-item-title {
        background: #f5f6f6;
        border: none;
        padding: 0px;
        line-height: 71px;
    }
    .nav-sections-item-title a {
        color: black;
        font-size: 16px;
        font-weight: 600;
    }
    .navigation li.parent:hover > ul.submenu {
        display: block !important;
    }
    .nav-sections .header.links {
        border-bottom: 0px;
    }
    .nav-sections .header.links li:nth-child(4) {
        border: none;
    }
    .nav-sections .header.links li {
        margin: 0px;
        border-bottom: 1px solid #d1d1d1;
        padding-left: 0;
        position: relative;
        border-top: 0px;
    }
    .nav-sections .header.links li a {
        display: block;
        font-size: 20px;
        padding: 10px !important;
        text-transform: none;
        font-weight: 400;
        border-top: 0px;
    }
    .nav-sections .header.links li:first-child a {
      border-top: 1px solid #d1d1d1;
    }
    .top-bar__group.top-bar__contacts {
        margin-left: auto;
        margin-right: 0px;
    }
    .nav-sections-item-content {
        padding: 0px;
    }
    .header.content ul {
        display: none;
    }
    .header.content .logo {
      padding-left: 40px;
    }
    .header.content .logo img {
      width: 70%;
    }
    #shipping-method-buttons-container {
        bottom: -50px;
        right: 0px;
    }
    .checkout-container .checkout-shipping-address div.new-address-popup, .checkout-container .checkout-payment-method div.new-address-popup {
        margin: 0 0px 20px 0;
    }
    .page-layout-1column .product.media {
      width: 100%;
    }
    .page-layout-1column .product-info-main {
      width: 100%;
    }
    .page-title-wrapper .page-title {
        font-size: 24px;
    }
    .box-tocart .action.tocart span {
        display: none;
    }
}

.opc-wrapper #checkoutSteps {
    display: unset
}

.opc-wrapper #store-pickup, #opc-next {
    display: inline-block;
}

.opc-wrapper #opc-next {
    float: right;
}

.opc-wrapper .opc-next-button .opc-next.primary {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
}

.checkout-index-index .opc-wrapper .field, .opc-payment-additional {
    order: 2;
}

.checkout-index-index .opc-wrapper .payment-option.opc-payment-additional.comment.last {
    margin-top: 15px;
}
