.page-header .header.content {
    background: linear-gradient(to bottom, #037764 0%, #055c4c 100%);
}

.about-us-homepage .block-content {
    background-color: #d6e6e3;
    width: 63%;
    font-size: 15px;
    padding: 20px;
    margin-top: 5px;
    margin-right: 92px;
}

.about-us-homepage {
    margin-bottom: 70px;
    margin-top: 70px;
}

.post-image.w3-third {
    width: 23%;
    margin-top: 26px;
}


/*.page-footer .sp_popup {*/


/*    top: 105px;*/


/*}*/


/*.page-footer .sp_popup .sp_block{*/


/*    width: 750px;*/


/*    left: 248px;*/


/*}*/


/*.page-footer .sp_popup .sp_block_scroll {*/


/*     width: 750px;*/


/*}*/


/*.page-footer .sp_popup .sp_block_right {*/


/*    width: 700px;*/


/*}*/


/*.page-footer .sp_popup .sp_block .sp_pager {*/


/*    padding: 1px;*/


/*}*/

form.form-create-account.form.create.account {
    width: 100%;
}

form.form-create-account.form.create.account fieldset {
    width: 45%;
    padding: 5px;
}

.form-create-account .voorwaarden .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.form-create-account .field.voorwaarden {
    display: inline-block;
    padding: 5px;
    background: #EEEEEE;
    margin: 5px;
}

.form-create-account .field-tooltip {
    position: relative;
    display: inline-block;
}

.form-create-account .field-tooltip:hover .field-tooltip-content {
    display: block;
}

.page-wrapper .page-header .panel.wrapper {
    background-color: #231f20;
    border-bottom: none;
}

.page-wrapper header.page-header {
    background: linear-gradient(to bottom, #037764 0%, #055c4c 100%);
}

.page-wrapper .sections.nav-sections {
    background: #055c4c;
}

.page-wrapper .sections.nav-sections nav.navigation {
    background: #055c4c;
}

.page-wrapper .sections.nav-sections nav.navigation ul li a.level-top span {
    color: white;
}

.block.block-search {
    width: 700px;
    height: 50px;
}

#search {
    height: 50px;
    background: #39897a;
    border: none;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
}

#search::placeholder {
    color: white;
}

.block-search .action.search:before {
    color: white;
}


/* CMS Page - Dealer Page */

.cms-dealers figure svg {
    filter: grayscale(1);
    transition: filter .2s ease-in-out;
}

.cms-dealers .container {
    width: 100%;
}

.cms-dealers .list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cms-dealers .list--item {
    width: 16.66%;
    float: left;
    padding: 10px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.cms-dealers .list--item figure {
    background: #fff;
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.cms-dealers .list--item figure:hover {
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    position: relative;
}

.cms-dealers .list--item img {
    display: block;
    width: 100%;
}

.cms-dealers .list--item figcaption {
    padding: 6px 12px 12px;
    font-size: 1em;
    color: #ffffff;
    background-color: #48a999;
    text-align: center;
    -webkit-transition: background-color 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.cms-dealers .list--item:hover figcaption {
    background-color: #00796b;
}

.cms-dealers .list--item header {
    margin-top: 12px;
}

.cms-dealers .list--item h2 {
    font-size: 14px;
    padding: 0 0 0;
    margin: 0;
}

.cms-page-view .label-title span {
    font-size: 24px;
    font-style: italic;
}

.cms-page-view .label-title h1 {
    text-align: center;
    margin-bottom: 1em;
}


/* CMS Pages Global Default*/

.cms-index-noroute.cms-no-route .std img {
    width: auto;
}

.cms-page-view div.material-table {
    padding: 0;
}

.cms-page-view div.material-table table {
    table-layout: fixed;
    margin: 0 auto;
    width: 80%;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.cms-page-view div.material-table table a {
    text-decoration: underline;
}

.cms-page-view div.material-table table thead {
    background-color: #00796b;
}

.cms-page-view div.material-table .table-header i {
    color: rgba(0, 0, 0, 0.54);
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
}

.cms-page-view div.material-table .table-title {
    font-size: 20px;
    color: #000;
}

.cms-page-view div.material-table table tr td {
    padding: 0 0 0 56px;
    height: 48px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.87);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #DDD;
    vertical-align: middle;
}

.cms-page-view div.material-table table tr td a {
    color: inherit;
}

.cms-page-view div.material-table table tr td a i {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.54);
}

.cms-page-view div.material-table table tr {
    font-size: 12px;
}

.cms-page-view div.material-table table th {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: .05em;
    color: #ffffff;
    white-space: nowrap;
    padding: 0;
    height: 56px;
    padding-left: 56px;
    vertical-align: middle;
    outline: none !important;
}

.cms-page-view div.material-table table th:first-child,
div.material-table table td:first-child {
    padding: 0 0 0 56px;
}

.cms-page-view div.material-table table th:last-child,
div.material-table table td:last-child {
    padding: 0 -2px 0 0;
}

.cms-page-view div.material-table .material-icons {
    font-size: 18px;
    line-height: 24px;
    vertical-align: bottom;
    margin-right: 5px;
}


/* CMS PAGE - Homepage */

.page-wrapper .footer-button {
    margin: 40px auto 0;
    width: 80%;
}

.brands-homepage img {
    width: 100%;
}

.page-footer .block-subscribe {
    float: right;
    /* width: 320px;
margin-bottom: 30px; */
}


/* FOOTER */

.footer-wrapper {
    background-color: #231f20;
}

.footer-container {
    background: transparent;
}

.footer-wrapper .footer .block-title strong {
    color: #0f705f;
}

.footer-wrapper .footer p {
    color: #0f705f;
}

.footer-wrapper *,
.footer-wrapper .footer p,
.footer-wrapper .footer .links a {
    color: #0f705f;
    text-decoration: none;
}

.footer-wrapper .footer .links a {
    color: #0f705f;
    text-decoration: underline;
    transition: color, .15s ease-in-out;
}

.footer-wrapper .footer .links a:hover {
    color: #fff;
}

.footer .links {
    margin-bottom: 0;
}

.footer-button {
    margin: 40px auto 0;
    width: 80%;
}

.social-media i {
    font-size: 35px;
    transition: color, .15s ease-in-out;
}

.social-media i:hover {
    color: #159d85;
}

.page-footer .social-media li {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

.footer-container {
    max-width: 1260px;
    margin: 0px auto;
    color: #fff;
    position: relative;
}

.footer-container .links {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    /* position: absolute; */
}

.block-content-footer {
    font-size: 14px;
    font-weight: 100;
}

.page-footer .social-media li:first-child {
    margin-left: 0;
}

.block.filter .block-content.filter-content .filter-options {
    width: 1300px;
    display: inline-block;
}

.sp_preferences a.button-cms {
    background: #0F705F;
}

.cmspages .sbs_search_suggest_item_subtitle {
    color: #757575;
}

.custom-blocks-homepage3 .post-image img {
    /*padding-left: 2px;*/
    /*padding-left: 27px;*/
}

.custom-blocks-homepage3 .block-button {
    padding-left: 25px;
}

.custom-blocks-homepage2 .post-image img {
    height: fit-content;
}

.category-cms #button {
    display: none;
}


/* .links.footer-block#footer-block-2{
  left: 260px;
}

.links.footer-block#footer-block-3{
  left: 560px;
} */

.links.footer-block#footer-block-1 a,
.links.footer-block#footer-block-1 h4,
.links.footer-block#footer-block-2 a,
.links.footer-block#footer-block-2 h4,
.links.footer-block#footer-block-3 h4,
.links.footer-block#footer-block-3 a,
.links.footer-block#footer-block-5 h4,
.block-subscribe.block-sm#footer-block-5 a {
    color: #fff;
}

.toolbar select#sorter {
    padding: 0 15px 0 0!important;
}

#maincontent .main .toolbar-products .limiter .control #limiter {
    padding-right: 15px;
}

.block-content .subtitle.empty {
    margin-left: 29px;
    margin-top: 9px;
}

.page-wrapper .block.upsell {
    /* width: 1230px; */
    margin: 0 auto;
}

strong#block-upsell-heading,
strong#block-related-heading {
    font-size: 22px;
}

.products.wrapper.grid.products-grid.products-upsell .product-image-photo {
    left: unset;
}

.login-container .block-customer-login .form-login button#send2 {
    background-color: #0F705F;
    border: 1px solid #0F705F;
    color: #FFFFFF;
}

.login-container .block-customer-login .form-login button#send2:hover {
    background-color: transparent;
    border: 1px solid #0F705F;
    color: #0F705F;
}

.minicart-wrapper.notloggedin {
    display: none;
}

.nav-sections .navigation .level0 .submenu .active>a {
    color: #0F705F;
    border-color: #0F705F;
    border-style: solid;
    border-width: 0 0 0 3px;
    background-color: #E7F1EF;
}

.catalog-product-view .vke {
    background-color: #ce5706;
    display: inline-block;
    color: #fff;
    padding: 0 5px;
    margin-bottom: 10px;
}

.table.grouped .col.item {
    width: 0;
    vertical-align: middle;
}

.table-wrapper.grouped th {
    font-size: 14px;
}

.table.grouped .col.item.anumber {
    width: 20%;
}

.table-wrapper.grouped th.col.item.price,
.table-wrapper.grouped td.col.item.price {
    text-align: center;
}

.table.grouped .col.item.image-grouped {
    width: 15%;
}

.page-product-grouped.catalog-product-view.page-layout-1column .product.media {
    width: calc(50% - 50px);
}

.page-product-grouped.catalog-product-view.page-layout-1column .product-info-main {
    width: 52%;
}

.table.grouped .col.item.qty {
    width: 25%;
    vertical-align: middle;
    text-align: right;
}

.table.grouped th:last-of-type,
.table.grouped td:last-of-type {
    padding-right: 14px;
}

.table.grouped span.special-price .price-label,
.table.grouped span.old-price .price-label {
    display: none;
}

.table.grouped span.old-price {
    display: block;
}

.table.grouped span.old-price .price-label {
    font-size: 10px;
}

.table.grouped span.old-price span.price-wrapper {
    display: block;
}

.table.grouped button.qty-button-left.qty-button-custom,
.table.grouped button.qty-button-right.qty-button-custom {
    width: 44px;
    height: 44px;
    background: #007160;
    color: white;
    font-weight: bolder;
    font-size: 20px;
    padding: 10px;
    border-color: #007160;
}

.table.grouped input.input-text.qty {
    vertical-align: top;
}

#super-product-table.table.grouped .price-box .price {
    font-weight: 500;
    font-size: 18px;
    display: block;
    /* text-align: center; */
}
#super-product-table td p {
    margin:0px;
}
#super-product-table.table.grouped .price-box .special-price .price {
    font-weight: normal;
    background: #e7b63f;
    color: #ffffff;
    display: block;
    text-align: center;
}

.sp_product a:hover .nineyardsPrice .price-container .price,
.sp_product a:hover .nineyardsPrice .old-price .price-label {
    color: #FFFFFF;
}

.sp_preferences .button-cms-intern {
    margin-top: 25px;
}

.nineyardsPrice .old-price .price-label {
    font-size: 12px;
    color: #333333;
}

.nineyardsPrice .special-price .price-label,
.nineyardsPrice .price-container .price {
    font-size: 12px;
    font-weight: 500;
}

.nineyardsPrice span.price-label {
    display: block;
}

.sp_block_right .sp_desc {
    height: 150px;
}

#qweeryForm .sp_block_scroll {
    height: 800px;
}

#qweeryForm .sp_block {
    height: 400px;
}

.navigation li.level1:hover {
    background: #e8e8e8;
}

.switcher-language a {
    padding-right: 5px;
}

.nineyardsMiniCartMinus,
.nineyardsMiniCartPlus {
    width: 35px;
    height: 35px;
    background: #007160 !important;
    color: white;
    font-weight: bolder;
    font-size: 20px;
    text-align: center;
    padding: 6px;
    margin: 0px 3px;
}

.minicart-items .product-item-pricing .label {
    padding-top: 15px;
}

.minicart-items .discount-price {
    display: none;
}

.page-wrapper .block.upsell .products-grid .product-item-info {
    min-height: auto;
}

.gallery-placeholder {
    visibility: visible;
    height: auto;
    min-height: 380px;
}

.decreaseqty,
.increaseqty {
    width: 35px;
    height: 35px;
    background: #007160 !important;
    color: white;
    font-weight: bolder;
    font-size: 20px;
    text-align: center;
    padding: 6px;
    margin: 0px 3px;
}

.cart.item .amount_per_pack_text,
.amount_per_pack_text {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    /* background: #fdf0d5; 
color: #6f4400;
*/
    background: #E7F1EF;
    color: #006400;
    padding-left: 45px;
    position: relative
}

.cart.item .amount_per_pack_text:before,
.amount_per_pack_text:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    /* color: #c07600; */
    color: #006400;
    content: '\e602';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}

div[class^="amount_per_pack_text_"]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    /* color: #c07600; */
    color: #006400;
    content: '\e602';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 28px;
    width: 45px;
    position: absolute;
    text-align: center;
}

div[class^="amount_per_pack_text_"] {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    /* background: #fdf0d5; 
color: #6f4400;
*/
    background: #E7F1EF;
    color: #006400;
    padding-left: 45px;
    position: absolute;
    top: 0px;
    z-index: 10;
    left: 0px;
}

.checkout-cart-index tr.grand.totals.excl {
    display: none;
}

.checkout-cart-index tr.totals.shipping.excl span.value {
    display: none;
}

#cart-totals .totals.shipping.excl .mark .label {
    font-size: 16px;
}

li.product-item:hover .product-item-inner a.action.tocart,
li.product-item .product-item-inner a.action.tocart:hover {
    background-color: #fff;
    color: #177565;
}

.disabled {
    opacity: 0.5;
}

.products .product-item .input-text.qty,
.product-add-form .box-tocart input#qty {
    pointer-events: none;
}

#mini-cart .product-item .action.edit {
    display: none;
}
#mini-cart .product-item .product.actions {
    margin-top: -28px !important;
}

.page-product-grouped .product-info-main .product-info-stock-sku {
	border-bottom: none;
}
#super-product-table {
	position: relative;
	border-collapse: separate; 
	border-spacing: 0;
}
#super-product-table th {
	position: sticky;
	top: 0;
        border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #f6f6f6;
	z-index: 99;
}
#super-product-table td {
	border-top: none !important;
        border-bottom: 1px solid #cccccc;
}
#super-product-table td .control.qty .input-text.qty {
	border: none !important;
}
#super-product-table .rowodd,
#super-product-table .roweven {
    position: relative;
}
#super-product-table .min_amount_text {
    position: absolute;
    left: 10px;
    bottom: 0;
}
#super-product-table input.input-text.qty {
	pointer-events: none;
}

.catalog-product-view #product_addtocart_form .field.qty {
        padding-right: 20px;
        box-sizing: border-box;
}
.catalog-product-view #product_addtocart_form .field.qty .control {
	position: relative;
	height: 50px;
}
.catalog-product-view #product_addtocart_form .field.qty .control button.qty-button-left {
	position: absolute;
	top: 0;
	right: auto;
	left: 0;
}
.catalog-product-view #product_addtocart_form .field.qty .control button.qty-button-right {
        position: absolute;
        top: 0;
        right: 0;
	left: auto;
}
.catalog-product-view #product_addtocart_form .field.qty .control #qty {
        position: absolute;
        top: 0;
        right: auto;
        left: 50%;
	transform: translateX(-50%);
}

a.action.tocart.primary {
    margin: 0px auto;
    display: block;
    width: 100px;
}