/* Custom Fonts ======================================================== */
@font-face {
    font-family: 'Mathilde';
    src: url('../fonts/mathilde.otf'), url('../fonts/mathilde.eot');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'buro210';
    src:  url('../fonts/buro210.eot?jta9mu');
    src:  url('../fonts/buro210.eot?jta9mu#iefix') format('embedded-opentype'),
    url('../fonts/buro210.ttf?jta9mu') format('truetype'),
    url('../fonts/buro210.woff?jta9mu') format('woff'),
    url('../fonts/buro210.svg?jta9mu#buro210') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Default colors ====================================================== */

/*

	Font 			:		#3c3b3b;
	Licht Paars 	:		#6e716e;
	Border Color 	:		#d7d7d7;

*/

/* ===================================================================== */

/* Default styling ===================================================== */

body {
    color: #3c3b3b;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-size: 1.6rem;
}
b,
strong {
    font-weight: 700;
}
em,
i {
    font-style: italic;
}
mark {
    background: #f0f0f0;
    color: #000000;
}
hr {
    border: 0;
    border-top: 1px solid #D9D7D8;
    margin-bottom: 20px;
    margin-top: 20px;
}
h1 {
    font: 400 3rem/1.1 'Roboto', sans-serif;
    margin-top: 0rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h2 {
    font-weight: 400;
    line-height: 1.1;
    font-size: 2.5rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
h3 {
    font-weight: 400;
    line-height: 1.1;
    font-size: 2.1rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
h4 {
    font-weight: 400;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
h5 {
    font-weight: 400;
    line-height: 1.1;
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
h6 {
    font-weight: 400;
    line-height: 1;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
    color: #3c3b3b;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-size: 1.4rem;
}
.title {
    color: #3c3b3b;
    border-bottom: none;
}
a,
.alink {
    color: #6e716e;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
a:visited,
.alink:visited {
    color: #000000;
    text-decoration: none;
}
a:hover,
.alink:hover {
    color: #3c3b3b;
    text-decoration: none;
}
a:active,
.alink:active {
    color: #3c3b3b;
}
ul,
ol {
    margin-top: 0rem;
    margin-bottom: 2.5rem;
}
ul > li,
ol > li {
    margin-top: 0rem;
    margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
dl {
    margin-bottom: 20px;
    margin-top: 0;
}
dt {
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
}
dd {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #d7d7d7;
    border-radius: 1px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.4;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
select {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.4;
    padding: 5px 10px 4px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border-radius: 0;
    border: 1px solid #d7d7d7;
    cursor: pointer;

    background-size: 40px;
    background: #fff no-repeat center right /8px 4px;
    padding-right: 28px;

    transition: all .3s ease-in-out;
}
select:hover {
    border-bottom-color: #6e716e;
}
textarea {
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #d7d7d7;
    border-radius: 1px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 1.4;
    margin: 0;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
}
._keyfocus *:focus, input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .action-gift:active {
    box-shadow: none;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift {
    border-radius: 0px;
}
.action.primary {
    font-family: 'Roboto', sans-serif;
    background: #6e716e none repeat scroll 0 0;
    border: 1px solid #6e716e;
    margin-top: 20px;
    transition: all .2s ease-in-out;
    border-radius: 0;
    font-weight: 400;
}
.action.primary:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #6e716e;
    color: #6e716e;
}
.action.primary:focus,
.action.primary:active {
    background: #6e716e;
    border: 1px solid #6e716e;
    color: #ffffff;
}
div.mage-error[generated] {
    margin-top: 3px;
}
.abs-margin-for-forms-desktop,
form .fieldset .legend,
.column:not(.sidebar-main) form div.actions-toolbar,
.column:not(.sidebar-additional) form div.actions-toolbar,
.login-container form .fieldset:after {
    margin-left: 0px;
}
form .fieldset > .field:not(.choice) > .label,
form .fieldset > .field > .label {
    margin-left: 0px;
    width: 100%;
    padding: 0px;
    text-align: left;
    margin-bottom: 5px;
}
form .fieldset > .field > .control,
form .fieldset > .field:not(.choice) > .control {
    width: 100%;
}
form .fieldset > .field.choice:before,
form .fieldset > .field.no-label:before {
    padding: 0px;
    width: auto;
}
.page-print .sections.nav-sections {
    display: none;
}

/* ===================================================================== */

/* Header ============================================================== */

.minicart-wrapper .action.showcart .counter.qty .loader > img {
    max-width: 16px;

}

.header_accountmenu.active {
    z-index: 99
}

div.aw_fslabel_label {
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid #6e716e;
}
div.aw_fslabel_label span.goal{
    font-weight: 700;
}
.ammenu-menu-wrapper.-mobile .ammenu-link.-level1, .ammenu-menu-wrapper.-hamburger .ammenu-link.-level1 {
     text-transform: lowercase !important;
}
.ammenu-toggle {
    width: 21%;
    height: 60%;
}
.ammenu-toggle .ammenu-icon {
    left: 20px;
}
/* ===================================================================== */

/* Mini cart =========================================================== */

.minicart-items .action.edit:before {
    display: none;
}

.minicart-items-wrapper {
    min-height: 160px;
    border-top: none;
}

.minicart-items .product-item-name {
    text-align: left;
}

.block-minicart .subtotal {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
}

.block-minicart .price-container {
    display: inline-block;
}

.minicart-items .product-item-name a,
.minicart-items .product-item-pricing .label {
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.block-minicart .subtotal {
    display: inline-block;
}

.minicart-wrapper .product .actions {
    margin-top: -30px;
}

.minicart-wrapper .block-minicart li:hover {
    box-shadow: none;
}

.minicart-wrapper .action.close:before {
    margin-top: -10px;
}

.minicart-items .product > .product-item-photo {
    margin-top: 20px;
}

.minicart-items .product-item-pricing .label {
    margin-left: 0;
}

.minicart-items .item-qty {
    margin-left: 20px;
}

.minicart-items .product-item-details {
    width: auto;
}

.minicart-items .price-container .price-including-tax + .price-excluding-tax .price,
.minicart-items .product-item-details .price {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
/* ===================================================================== */

/* Navigation ========================================================== */

/* ===================================================================== */

/* Slider general ====================================================== */

/* ===================================================================== */

/* Home page =========================================================== */

.cms-home .clear {
    display: none;
}

.image-row-link-img-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
}

/* Slider */
.sw-flexslider-element.home_slider-container {
    margin-top: 20px;
    padding-bottom: 0;
}

.sw-flexslider .slides li img {
    /*max-height: 400px;*/
    /*max-height: 800px;*/
    object-fit: cover;
}

/* Image rows =========================================================== */

.image-rows-ul ul {
    padding: 0;
    display: inline-block;
    margin-bottom: 15px;
	width: 100%;
	font-size: 0;
}

.image-rows-ul ul li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.image-rows-ul ul li:last-child {
    margin-right: 0;
}

.image-rows-ul ul li {
    margin-bottom: 0;
    margin-right: 20px;
}

.image-rows-ul ul li img {
    height: auto;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* Row of one */
.image-rows-ul.image-row-of-one ul li {
    margin-right: 0;
    max-height: 450px;
    overflow: hidden;
}

/* Row of two */
.image-rows-ul.image-row-of-two ul li {
    width: calc(100% / 2 - 10px);
    list-style-type: none;
    height: 425px;
}

/* Row of three */
.image-rows-ul.image-row-of-three ul li {
    width: calc(100% / 3 - (20px / 3 * 2));
    list-style-type: none;
    height: 470px;
    float: left;
    margin-right: 20px
}

.image-rows-ul.image-row-of-three ul li:last-child {
    margin-right: 0;
}

/* Instagram feed */

.instagram-widget-container .instagram-heading-title {
    display: none;
}

.instagram-information-wrapper {
    width: calc(100%/3);
    height: 181px;
    background-color: #6e716e;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.instagram-widget-container {
    margin: 0;
    width: calc(100% / 3 * 2);
    float: right;
    display: inline-block;
    min-height: 181px;
}

.instagram-information-wrapper h1 {
    font-size: 40px;
}

.instagram-information-wrapper h2 {
    font-family: 'Mathilde';
    font-size: 80px;
    margin: 0;
    line-height: 1;
}

.instagram-information-wrapper p a {
    color: #fff;
    font-weight: 300;
}

.instagram-photos {
    margin-left: 20px;
    min-height: 181px;
}

.instagram-photos a {
    margin-right: 20px;
    width: calc((100% / 4) - 15px) !important;
}

.instagram-photos a:last-of-type {
    margin-right: 0;
}

    /* ===================================================================== */

/* Catalog page ======================================================== */

.page-products .products-grid .product-item,
.block.related .products-grid .product-item,
.wishlist-index-index .products-grid .product-item,
.block.crosssell .products-grid .product-item {
    width: calc(100%/3 - 14px);
    margin: 0 10px 20px 10px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
}

.block.widget .products-grid .product-items {
    position: relative;
}

.page-layout-2columns-left .column.main, .page-layout-2columns-left .sidebar-main {
    padding-bottom: 0;
}

.products.wrapper ~ .toolbar .sorter {
    display: block;
}

.sorter-options:last-child, .limiter-options:last-child {
    margin-bottom: 20px;
}

.product-item-details,
.product-item-info {
    position: relative;
    width: 100%;
}

.price-tax-wrapper .price-including-tax:after,
.price-tax-wrapper .price-excluding-tax:after {
    color: #6e716e;
    content: ' (' attr(data-label) ')';
    font-size: 1.5rem;
    text-transform: lowercase;
}

.custom_label,
.sale_label,
.new_label {
    position: absolute;
    z-index: 3;
    color: #fff;
    border: 1px solid #6e716e;
    background: #6e716e;
    padding: 5px 15px;
    pointer-events: none;
}

.custom_label {
    top: -50px;
    right: 10px;
    font-size: 14px;
}

.custom_label_alternative {
    color: #fff;
    border: 1px solid #6e716e;
    background: #6e716e;
    padding: 5px 15px;
    pointer-events: none;
}


.sale_label_alternative,
.new_label_alternative {
    color: #fff;
    border: 1px solid #6e716e;
    background: #6e716e;
    padding: 5px 15px;
    pointer-events: none;
    width: 9%;
}

.sale_label {
    right: 10px;
    top: 10px;
}

.new_label {
    left: 10px;
    top: 10px;
}

.no-account.hide-price {
    text-align: center;
    font-size: 12px;
    margin: 20px 0;
}

.catalog-product-view .no-account.hide-price {
    font-size: 15px;
    margin: 0 0 20px 0;
}

.block.related .no-account.hide-price {
    font-size: 15px;
    margin: 0;
    padding: 5px;
}
.page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 10px;
}

.page-products .products-grid .product-item:nth-child(3n) {
    margin-right: 0;
}

.page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
}


.page-products .products-grid .product-item:nth-child(1) {
    margin-left: 0;
}

.product-image-container {
    display: block;
    margin: 0 auto;
}

.page-products .products-grid .product-image-wrapper {
    padding-bottom: 101% !important;
    height: auto !important;
}

.product-item-name {
    text-align: center;
}

.product-item-name, .product.name a {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    padding: 0 5px;
    color: #3c3b3b;
    display: block;
}

.product-item-name:hover, .product.name a:hover {
    text-decoration: none;
}

.product-item .price-box {
    margin: 30px 10px;
}

.product-item .price-box .price {
    color: #6e716e;
    font-size: 18px;
    font-weight: 400;
}

.product-item .price-box {

}

p.minimal-price {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.price-tax-wrapper.tax .price-excluding-tax,
.minicart-wrapper.tax .subtotal .price-excluding-tax,
.minicart-wrapper.tax .price-container .price-excluding-tax {
    display: none;
}

.minicart-wrapper.no-tax .price-container .price-tax-wrapper.tax .price-excluding-tax {
    display: block;
}

.minicart-wrapper.tax .subtotal .price-including-tax:after {
    content: none;
}

.product-item .special-price .price-tax-wrapper.tax .price-excluding-tax {
    display: none;
}
.price-tax-wrapper.no-tax .price-including-tax,
.minicart-wrapper.no-tax .subtotal .price-including-tax,
.minicart-wrapper.no-tax .price-container .price-including-tax {
    display: none;
}
.minicart-wrapper.no-tax .subtotal .price-excluding-tax:after {
    content: none;
}
.old-price {
    text-decoration: none;
}

.old-price .price {
    text-decoration: line-through;
}

.product-item .special-price .price-label,
.product-item .old-price .price-label {
    display: none;
}

.product-item .special-price {
    display: inline-block;
}

.product-item .old-price .price {
    font-size: 14px;
    color: #3c3b3b;
    margin-right: 5px;
}

.page-products .products-grid .product-item .product-item-actions .actions-primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 15px;
}

.page-products .products-grid .product-item .product-item-actions .actions-primary form {
    /*width: 32%;*/
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.page-products .products-grid .product-item .product-item-actions .actions-primary .goto-product-container {
    width: 52%;
}

.page-products .products-grid .product-item .product-item-actions .actions-primary form .input-text.qty {
    height: 35px;
}

.goto-product-container a {
    padding: 6px 16px;
    border: 1px solid #6e716e;
    color: #fff;
    background: #6e716e;
}

.goto-product-container a:hover {
    color: #6e716e;
    background-color: #fff;
}

.page-products .products-grid .product-item .product-item-actions .actions-primary .action.primary {
    background-image: url("../images/cart-bag.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    width: 45px;
    height: 35px;
    background-position: center;
}

.page-products .products-grid .product-item .product-item-actions .actions-primary .action.primary:hover {
    background-color: #585858;
    border-color: #585858;
}

.block-viewed-products-grid {
    margin-top: 35px;
}

.block-viewed-products-grid .block-title strong {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #3c3b3b;
}

.block-viewed-products-grid .products-grid .product-item .product-item-actions .actions-primary {
    display: none;
}

.block-viewed-products-grid .products-grid .product-image-wrapper {
    padding-bottom: 125% !important;
}


.block.widget .products-grid .product-item,
.block.related .products-grid .product-item,
.block.crosssell .products-grid .product-item {
    width: calc((100%/4) - 15px);
}

.block-viewed-products-grid .grid ol li:nth-child(3n) {
    margin-right: 10px !important;
}

.block-viewed-products-grid .grid ol li:nth-child(4n) {
    margin-right: 0;
    margin-left: 10px !important;
}


.price-including-tax + .price-excluding-tax:before, .weee[data-label]:before {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.price-including-tax,
.price-excluding-tax,
.price-container .price-including-tax + .price-excluding-tax {
	font-size: 1.8rem;
}
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price, .price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
	font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:after,
.weee[data-label]:after {
    color: #6e716e;
	content: ' (' attr(data-label) ')';
	font-size: 1.5rem;
	text-transform: lowercase;
}

.price-container .price-including-tax:after,
.weee[data-label]:after {
	content: ' (' attr(data-label) ')';
	font-size: 1.5rem;
	text-transform: lowercase;
    color: #6e716e;
}


.filter-placeholder .block-content.filter-content {
    display: inline-block;
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-bottom: 20px;
}

.filter-current .filter-current-subtitle {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.filter-current .filter-label {
    font-family: 'Roboto', sans-serif;
    float: left;
    margin-right: 5px;
    font-weight: 400;
}

.filter-current .action.remove {
    font-style: italic;
    font-size: 12px;
}

.product-items .product-item-inner .product-item-actions .action.towishlist {
    background-color: #6e716e;
    color: #fff;
    border: 1px solid #6e716e;
    width: 33px;
    height: 33px;
    text-align: center;
}
.product-items .product-item-inner .product-item-actions .action.towishlist:before {
    color: #fff;
    font-size: 20px;
    line-height: 33px;
    content: '\f08a';
    font-family: 'FontAwesome';
}
.product-items .product-item-inner .product-item-actions .action.towishlist:hover {
    background-color: #fff;
    color: #6e716e;
}
.product-items .product-item-inner .product-item-actions .action.towishlist:hover:before {
    content: '\f004';
    color: #6e716e;
}

/* ===================================================================== */

/* Search page ========================================================= */

/* ===================================================================== */

/* Product page ======================================================== */

.no-tier-class {
    display: none;
}

#back-to-results-btn {
    background: #6e716e;
    border: 1px solid #6e716e;
    color: #fff;
    transition: 0.2s ease-in-out;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

#back-to-results-btn:hover,
#back-to-results-btn:focus {
    color: #6e716e;
    background: #fff;
}

.page-products .products-grid .product-items {
    position: relative !important;
}

.page-layout-1column .column.main {
    padding-bottom: 0;
}

#page-title-heading {
    font-size: 20px;
    font-weight: 700;
}

.block .title {
    border: none;
}

.page-layout-1column .product.media {
    margin-top: 20px;
    width: 50%;
}

.page-layout-1column .product-info-main {
    width: 47%;
    padding-top: 30px;
    font: 0;
}

.page-layout-1column .product-info-main > * {
    font-size: 16px;
}

.product-info-main .price-box {
    margin: 15px 0 10px 0;
}

.product-info-main .price-box .weee .price-wrapper .price {
    font-family: 'Roboto', sans-serif;
    color: #6e716e;
    font-size: 25px;
    font-weight: 400;
}

.page-products .amasty-preorder-note {
    text-align: center;
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.product-info-main .page-title-wrapper .page-title {
    margin: 0;
}

.product-info-main .product.attribute.overview {
    margin: 0 0 25px 0;
}

.product-info-main .product.attribute.overview .value p {
    font-size: 15px;
}

.product-info-main .page-title-wrapper .page-title span {
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
}

.product-info-main .box-tocart .field.qty {
    padding-right: 30px;
}

.product-info-main .box-tocart .field.qty label,
.product-info-main .product.attribute.title {
    display: none;
    padding: 0;
    margin-bottom: 10px;
}

.product-info-main .action.towishlist {
    background: none;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.product-info-main .action.towishlist span:before {
    font-family: FontAwesome;
    content: '\f08a';
    margin-right: 5px;
}

.product-info-main .action.towishlist span {
    width: 100%;
    transition: 0.2s ease-in-out;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #6e716e;
    font-weight: 400;
    font-size: 14px;
}


.product-add-form,
.product-social-links {
    display: inline-block;
}

.product-social-links {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.product-info-main .box-tocart .actions {
    padding-top: 0;
}

.product-info-main .box-tocart .action.tocart {
    height: 40px;
    margin-top: 0;
    width: 200px;
}

.product-info-main .box-tocart .action.tocart span {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 2px;
}

#product-addtocart-button:hover {
    background-color: #fff;
    border-color: #6e716e;
    color: #6e716e
}

.product-info-main .action.towishlist {
    height: 40px;
    width: 140px;
}
.product-info-main .box-tocart .input-text.qty {
    height: 40px;
    width: 40px;
	padding-left: 5px;
	padding-right: 5px;
}

.product-info-main .box-tocart .action.tocart {
    padding: 8px 17px 10px;
}

.delivery_title,
.delivery_value {
    font-weight: 400;
    color: #6e716e;
    font-size: 15px;
}

.product-info-main .availability.only {
    color: #6e716e;
    margin: 10px 0;
}

/* Gallery */
div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer {
    padding-left: 20px !important;
}

.catalog-product-view #mtImageContainer {
    border: 1px solid #d7d7d7;
}

.catalog-product-view a[data-zoom-id] img, .mz-thumb img {
    border: 1px solid #d7d7d7;
    box-shadow: none !important;
}

.catalog-product-view div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer a {
    margin: 0 0 20px 0 !important;
}

.mz-expand .mz-expand-stage {
    background-color: #fff !important;
}

.mz-caption.mz-show {
    color: black !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
}




/* descriptions */
.product-main-information-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.attributes-information-wrapper {
    display: inline-block;
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product.attribute.description,
.additional-attributes-wrapper.table-wrapper {
    width: 50%;
    display: inline-block;
}

.product.attribute.description .value {
    margin-top: 5px;
    font-size: 15px;
}

.additional-attributes-wrapper.table-wrapper {
    margin-bottom: 0;
    width: 100%;
    color: #6e716e;
}

.product.attribute.title {
    font-size: 20px;
    border: none;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}

.extra-information-wrapper {
    width: 45%;
}

.meet-the-maker-wrapper {
    position: relative;
    display: inline-block;
    float: right;
    padding: 20px;
    border: 1px solid #d7d7d7;
}

.meet-the-maker-wrapper p {
    margin: 0;
    cursor: pointer;
}

.meet-the-maker-wrapper > p:last-child {
    /*pointer-events: none;*/
    /*display: none;*/
}

.meet-the-maker-wrapper > p:last-child {
    position: absolute;
    right: 20px;
    bottom: 25px;
    color: #ffffff;
    background-color: #6e716e;
    padding: 5px 55px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.meet-the-maker-wrapper img {
    width: 500px;
    height: 140px;
    object-fit: cover;
    display: block;
    cursor: pointer;
}

#product-attribute-specs-table {
    table-layout: fixed;
}


.catalog-product-view table > tbody > tr > th,
.catalog-product-view .table:not(.cart):not(.totals) > tbody > tr > td {
    font-size: 15px;
    padding: 2px 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}

.catalog-product-view table > tbody > tr > th::after {
    content: ":";
}

/* Related */
.catalog-product-view .block.upsell {
    display: none;
}

.catalog-product-view .products.wrapper.grid.products-grid.products-related {
    margin-top: 0;
}

.block.related {
    margin-bottom: 0;
}

.block.related .block-actions,
.block.related .field.choice.related {
    display: none;
}

.block.related .product-image-wrapper {
    padding-bottom: 125% !important;
}

.block.related .product-item-actions .actions-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
.block.related .product-item .tocart {
    text-transform: uppercase;
    font-weight: 400;
    text-transform: uppercase;
    width: 85%;
    font-size: 15px;
    letter-spacing: 2px;
    margin: 0 20px 10px 20px;
}
.block.related .products-grid .product-item {
    padding: 0;
}

.block.related .products-grid .product-item:first-of-type,
.block.crosssell .products-grid .product-item:first-of-type {
    margin-left: 0;
}

.block.related .products-grid .product-item:last-of-type,
.block.crosssell .products-grid .product-item:last-of-type {
    margin-right: 0;
}

.block.related #block-related-heading,
.block.crosssell #block-crosssell-heading {
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    color: #3c3b3b;
    text-transform: none;
}

.catalog-product-view.product-items,
.catalog-product-view .product-item-info {
    width: 100%;
}

.catalog-product-view .products.wrapper.grid.products-grid.products-related {
    overflow: auto;
    height: auto !important;
    margin-bottom: 0;
}

.block.related .products.list.items.product-items {
    position: relative !important;
    margin: 0;
}



/* Reviews */

.reviews-bottom-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #d7d7d7;
    padding: 25px;
    font-family: 'Roboto', sans-serif;
}

.review-list .block-title strong {
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
}

.review-toolbar {
    display: none;
}

.review-list .review-items > li {
    border: none;
}

#product-review-container {
    width: 43%;
}

.block.review-add {
    width: 49%;
}

.review-form {
    max-width: none;
}

.reviews-bottom-wrapper .review-details > p {
    font-size: 13px;
    color: #6e716e;
}

.reviews-bottom-wrapper .review-details-value {
    font-weight: 400;
}

.review-list .review-items > li:not(:first-child) {
    padding-top: 0;
}

.review-title {
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.review-ratings {
    margin: 10px 0 15px 0;
}
.review-ratings ~ .review-content, .review-ratings ~ .review-details {
    margin-left: 0;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;

}
.review-content {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.rating-summary {
    margin-left: 5px;
    overflow: visible;
}

.rating-summary .rating-result {
    width: 100%;
}

.rating-summary span {
    display: none;
}

.rating-summary .rating-result:before,
.rating-summary .rating-result > span:before {
    content: '\f005' '\f005' '\f005' '\f005' '\f005';
    font-family: FontAwesome;
    letter-spacing: 5px;
    font-size: 24px;
}

.rating-summary .rating-result > span:before {
    color: #6e716e;
}

.review-control-vote:before {
    letter-spacing: 5px;
}

.review-control-vote .rating-1:before,
.review-control-vote .rating-2:before,
.review-control-vote .rating-3:before,
.review-control-vote .rating-4:before,
.review-control-vote .rating-5:before,
.review-control-vote:before {
    font-family: FontAwesome;
    font-size: 20px;

}

.review-control-vote .rating-1:before {content: '\f005'; letter-spacing: 5px;}
.review-control-vote .rating-2:before {content: '\f005' '\f005'; letter-spacing: 5px;}
.review-control-vote .rating-3:before {content: '\f005' '\f005' '\f005'; letter-spacing: 5px;}
.review-control-vote .rating-4:before {content: '\f005' '\f005' '\f005' '\f005'; letter-spacing: 5px;}
.review-control-vote .rating-5:before, .review-control-vote:before {content: '\f005' '\f005' '\f005' '\f005' '\f005'; letter-spacing: 5px;}

.review-form .action.submit.primary {
    background-color: #6e716e;
    color: #ffffff;
    border: 1px solid #6e716e;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.review-form .action.submit.primary:hover,
.review-form .action.submit.primary:focus {
    background-color: #ffffff;
    color: #6e716e;
}

.catalog-product-view div.mage-error[generated] {
    margin-top: 20px;
    margin-bottom: -20px;
}

/* form for reviews */
.review-form .fieldset.review-fieldset {
    margin-bottom: 5px;
}

.fieldset .review-legend.legend {
    margin-bottom: 10px;
}

.review-form .fieldset.review-fieldset > .field {
    margin-bottom: 15px;
}

.review-form .review-field-nickname .label {
    margin-top: 15px;
}

.review-field-ratings .review-field-rating .label {
    display: none;
}

fieldset.review-fieldset div > label > span,
fieldset.review-fieldset fieldset > legend > span {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;

}

.fieldset .review-legend.legend {
    text-transform: none;
}

.fieldset .review-legend.legend strong {
    display: inline-block;
    font-weight: 400;
}

.fieldset .review-legend.legend strong::before {
    content: "\00a0"
}

.fieldset .review-legend.legend strong,
.fieldset .review-legend.legend span {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.review-control-vote label:before {
    color: #6e716e;
}


/* Bundled products */
.bundle-actions {
    display: inline;
}

.bundle-actions button {
    height: 60px;
    float: left;
}

.page-product-bundle .product-social-links {
    float: left;
}

.bundle-actions button span,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-top: 0;
}

.bundle-options-wrapper,
.bundle-options-container .legend.title,
.bundle-options-container .block-bundle-summary {
    font-family: 'Roboto', sans-serif;
    border: none;
}

.bundle-options-container .action.back {
    display: none;
}

.bundle-options-container .block-bundle-summary {
    background: none;
    padding: 10px 20px;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
}

.price-label {
    font-family: 'Roboto', sans-serif;
}



.page-product-bundle .price-label {
    font-size: 22px;
    text-transform: uppercase;
}

.page-product-bundle .price-label::after {
    content: ":"
}

.page-product-bundle .price {
    color: #6e716e;
}

/* Configurable products and staffel */
.product-item .minimal-price-link {
    display: none;
}

.table-wrapper.grouped .row-tier-price {
    display: none;
}

.catalog-product-view .product-info-price {
    display: inline-block;
}

.prices-tier {
    margin: 0;
    background: #fff;
    display: inline-block;
    float: right;
    padding: 0;
    width: 40%;
    /*border: 1px solid #d7d7d7;*/
    /*border: 1px solid transparent;*/
	box-shadow: inset 0px 0px 0px 1px #d7d7d7;
}

.prices-tier > li {
    padding: 15px 25px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #6e716e;
    font-weight: 400;
}

.prices-tier > li:first-child {
    padding-bottom: 5px;
}

.prices-tier > li:last-child {
    border: none;
    padding-top: 5px;
}

.prices-tier .price-excluding-tax,
.prices-tier .price-container .price-including-tax:after, .weee[data-label]:after,
.prices-tier .benefit {
    display: none;
}

.prices-tier .price-tax-wrapper {
    display: inline-block;
    float: right;
}

.prices-tier .prices-tier .price-including-tax .price, .prices-tier .price-excluding-tax .price, .prices-tier .weee .price {
    font-weight: 400;
    font-size: 15px;
}


.product-info-main .special-price.price-for-retailer {
    margin: 15px 0 -10px;
    background: #fff;
    width: 325px;
    max-width: 100%;
    padding: 10px 25px;
    box-shadow: inset 0px 0px 0px 1px #d7d7d7;
    font-family: 'Cantarell', sans-serif;
    text-transform: uppercase;
    color: #6e716e;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
}


.product-items .ampreorder-observed .ampreorder-note {
    text-align: center;
}
.product-items .ampreorder-observed .section-product--price .price-box {
    margin-bottom: 25px;
}

li.item.product.product-item.ampreorder-observed .product.actions.product-item-actions button.action.tocart.primary span {
    height: auto;
    overflow: visible;
    position: static;
    margin: 0;
    color: #fff;
}

li.item.product.product-item.ampreorder-observed button.action.tocart.primary {
    width: auto;
    background-image: unset;
}

.product-info-main ul.prices-tier.items span.price-container.price-tier_price.tax.weee .price {
    font-size: 1.8rem;
}


.product-info-main .price-for-retailer_text {
    display: inline-block;
}

.product-info-main .prices-tier > li span.prices-tier-for-category {
    display: none;
}

.product-info-main .special-price.price-for-retailer .price-wrapper.price-excluding-tax:before {
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    content: attr(data-before);
    text-transform: uppercase;
    font-size: 1.8rem;
}

.attribute-title.salescode {
    margin: 10px 0 -10px 0;
}

.product-info-main .retailer-price-label + .product-info-price .price-label {
    display: none;
}

.product-info-main span.special-price.price-for-retailer span.price-label {
    display: none;
}

.product-info-main span.special-price.price-for-retailer + span.old-price {
    display: none;
}

li.item.product.product-item span.label-for-desktop {
    display: none;
}

li.item.product.product-item .special-price.price-for-retailer .price-wrapper.price-excluding-tax:before {
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    content: '1 / ';
    font-size: 1.4rem;
}

li.item.product.product-item span.price-for-retailer_text {
    font-size: 1.4rem;
}

li.item.product.product-item span.price-for-retailer_text:after {
    content: ' / ';
}

li.item.product.product-item .section-product--price {
    display: flex;
    justify-content: center;
    align-items: center;
}

li.item.product.product-item span.special-price.price-for-retailer .price-excluding-tax:after,
li.item.product.product-item .price-tier_price .price-excluding-tax:after{
    display: none;
}

li.item.product.product-item ul.prices-tier.items {
    display: flex;
    padding: 0;
    margin: 20px 10px 25px 10px;
    background: unset;
    align-items: center;
    float: none;
    width: auto;
    box-shadow: unset;
}

li.item.product.product-item ul.prices-tier.items li.item {
    font-size: 0;
    display: flex;
    align-items: baseline;
    margin-right: 10px;
    margin-top: 5px;
    padding: 0;
}

li.item.product.product-item span.prices-tier-for-category {
    font-size: 1.4rem;
    color: #3c3b3b;
}

li.item.product.product-item .price-wrapper.price-excluding-tax .price {
    font-size: 1.4rem;
    color: #6e716e;
}

li.item.product.product-item span.prices-tier-for-category:after {
    content: ' / ';
}

li.item.product.product-item .price-box {
    align-items: center;
    margin-right: 0;
}

.product-info-main .price-box .price-for-retailer .weee .price-wrapper .price {
    font-size: 1.8rem;
}

.product-info-main .retailer-price-label .price-wrapper.price-including-tax {
    display: inline-block;
}
.product-info-main .retailer-price-label .price-wrapper.price-including-tax:before {
    content: ':';
    font-size: 1.6rem;
    margin-left: -4px;
}

.product-info-main .prices-tier {
    margin: -1px 0 10px 0;
    background: #fff;
    display: inline-block;
    float: none;
    padding: 0;
    width: 325px;
    max-width: 100%;
    /*border: 1px solid #d7d7d7;*/
    /*border: 1px solid transparent;*/
    box-shadow: unset;
}

.product-info-main .price-tier.tier-class {
    margin-bottom: 10px;
}

.product-info-main .prices-tier > li {
    padding: 7px 25px;
    font-family: 'Cantarell', sans-serif;
    text-transform: uppercase;
    color: #6e716e;
    font-weight: 400;
    margin-top: -1px;
    font-size: 1.8rem;
    border: 1px solid #d7d7d7;
}


.product-info-main .prices-tier .price-excluding-tax,
.product-info-main .prices-tier .price-container .price-including-tax:after, .weee[data-label]:after,
.product-info-main .prices-tier .benefit {
    display: none;
}

.product-info-main .prices-tier .price-tax-wrapper {
    display: inline-block;
    float: none;
}

.product-info-main .prices-tier .prices-tier .price-including-tax .price, .product-info-main .prices-tier .price-excluding-tax .price, .product-info-main .prices-tier .weee .price {
    font-weight: 400;
    font-size: 15px;
}

.product.details.product-item-details .attribute-title {
    text-align: center;
}

.page-product-configurable .product-social-links {
    position: absolute;
    bottom: 0;
    margin-left: 20px;
}

.page-product-configurable .product-info-main {
    position: relative;
}

/* Grouped product */

.page-product-grouped .price-label,
.page-product-configurable .price-label {
    display: none;
}

.page-product-grouped .col.item,
.page-product-grouped .col.qty {
    font-family: 'Cantarell', sans-serif;
    text-transform: uppercase;
}

.page-product-grouped .table.grouped .product-item-name {
    font-size: 15px;
    text-align: left;
}

.page-product-grouped .table.grouped .price-box .price {
    font-size: 17px;
}

.page-product-grouped .product-info-main .special-price, .product-options-bottom .special-price {
    display: inline-block;
    margin: 0 5px;
}

.page-product-grouped .product-add-form {
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #d7d7d7;
    margin-top: 20px;
}


.page-product-configurable .product-social-links {
    position: absolute;
    bottom: 0;
    margin-left: 20px;
}

.page-product-configurable .product-info-main {
    position: relative;
}

/* Grouped product */

.page-product-grouped .price-label,
.page-product-configurable .price-label {
    display: none;
}

.page-product-grouped .col.item,
.page-product-grouped .col.qty {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.page-product-grouped .table.grouped .product-item-name {
    font-size: 15px;
    text-align: left;
}

.page-product-grouped .table.grouped .price-box .price {
    font-size: 17px;
}

.page-product-grouped .product-info-main .special-price, .product-options-bottom .special-price {
    display: inline-block;
    margin: 0 5px;
}

.page-product-grouped .product-add-form {
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #d7d7d7;
    margin-top: 20px;
}

/* ===================================================================== */

/* Pop up Meet The Makers ============================================== */

.pop-up-content,
.pop-up-content-mtm {
    display: none;
}

.pop-up-content h1,
.mtm-text-pop-up h1,
.pop-up-content h2,
.mtm-text-pop-up h2,
.pop-up-content h3,
.mtm-text-pop-up h3,
.pop-up-content h4,
.mtm-text-pop-up h4 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding-bottom: 12px;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
}

.pop-up-text p {
    text-align: center;
    margin-top: 20px;
}

.catalog-product-view .modal-popup._inner-scroll .modal-inner-wrap {
    box-shadow: none;
}

button.pop-up-close-btn {
    background-color: #6e716e;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border: 1px solid #6e716e;
    color: #fff;
    transition: 0.2s ease-in-out;
    letter-spacing: 2px;
}

button.pop-up-close-btn:hover,
button.pop-up-close-btn:focus {
    background-color: #fff;
    color: #6e716e
}

/* ===================================================================== */

/* Meet the maker page ================================================= */

#meet-the-maker-info p {
    font-size: 14px;
}

#meet-the-maker-info p:last-child {
    margin-bottom: 30px;
}

#meet-the-maker-info {
    border-bottom: 1px solid #d7d7d7;
}


/* ===================================================================== */

/* Cart page =========================================================== */
.cart-container .form-cart {
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.checkout-cart-index .page-title-wrapper .page-title {
    font-weight: 700;
    font-size: 35px;
}

.cart-summary {
    width: 32%;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 20px 30px;
    margin-top: 30px;
}

.cart-totals {
    border-top: none;
}

.cart-container .form-cart .action.clear {
    float: right;
    margin-left: 20px;
}

.action.primary.checkout {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    width: 100%;
    padding: 15px 0;
    font-size: 21px;
    letter-spacing: 1px;
}

.cart-container .form-cart .action.continue,
.cart-container .form-cart .action.clear,
.cart-container .form-cart .action.update {
    width: 22%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 15px 7px;
    border-radius: 0;
}

.cart-container .form-cart .action.continue {
    color: #fff;
    border: 1px solid #6e716e;
    background-color: #6e716e;
    font-weight: 400;
}

.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.clear:hover,
.cart-container .form-cart .action.clear:focus,
.cart-container .form-cart .action.update:hover,
.cart-container .form-cart .action.update:focus {
    background-color: #464748;
    border: 1px solid #464748;
    color: #fff;
}

.cart-container .form-cart .action.continue::before,
.cart-container .form-cart .action.update::before {
    content: '';
}

.cart-container .form-cart .action.clear,
.cart-container .form-cart .action.update {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    color: #464748;
    transition: 0.2s ease-in-out;
}

.cart.table-wrapper .actions-toolbar .action.action-delete {
    padding: 0 3px;
}

.cart.table-wrapper .actions-toolbar .action.action-edit,
.cart.table-wrapper .actions-toolbar .action.action-delete span,
#block-shipping,
.cart-summary > .title,
.checkout.methods li:last-of-type,
.cart-totals .totals-tax-details.shown,
.cart-totals .totals-tax-summary .amount .price:after
{
    display: none;
}

.cart.table-wrapper .actions-toolbar .action.action-delete,
.cart.table-wrapper .actions-toolbar .action.action-delete:hover,
.cart.table-wrapper .actions-toolbar .action.action-delete:focus {
    background: none;
    border: none;
}

.cart.table-wrapper .actions-toolbar .action.action-delete::before {
    content: "\f014";
    font-family: FontAwesome;
    color: #6e716e;
    font-size: 25px;
}

#block-discount {
    width: 25%;
    border: 1px solid #d7d7d7;
    display: inline-block;
    margin-top: 30px;
}

#block-discount .title {
    border-bottom: 1px solid #d7d7d7;
    font-family: 'Roboto', sans-serif;
    color: #464748;
    font-weight: 300;
    padding-bottom: 15px;
    padding-top: 3px;
}

#block-discount .content {
    padding: 10px 20px 20px 20px
}

#block-discount-heading {
    margin-left: 20px;
}

#discount-coupon-form .fieldset.coupon .field .label {
    display: none;
}

#discount-coupon-form .fieldset.coupon .field {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}

.checkout-cart-index .action.apply.primary {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}

.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount {
    border: none;
    pointer-events: none;
}

.totals-tax-summary {
    border-bottom: 0;
}

.cart-totals .totals-tax-summary .amount .price {
    padding-right: 0;
}

.cart-totals .mark strong,
.cart-totals .grand .amount strong,
.cart-totals .mark, .opc-block-summary .table-totals .mark,
.cart-totals .amount, .opc-block-summary .table-totals .amount {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 0;
}

.checkout-cart-index .item-info td {
    padding: 0 !important;
    vertical-align: middle;
    text-align: center !important;
}

.checkout-cart-index thead tr th {
    background-color: #6e716e;
    border: 1px solid #d7d7d7;
    border-bottom: none;
    vertical-align: middle;
    text-align: center !important;
    padding: 15px 10px !important;
}

.checkout-cart-index thead tr th span {
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.checkout-cart-index tr.item-info td {
    border-right: 1px solid #d7d7d7;
}

.checkout-cart-index thead tr .col.item span {
    float: left;
    margin-left: 15px;
}

.checkout-cart-index tr.item-info td:first-of-type {
    border-left: 1px solid #d7d7d7;
    width: 175px !important;
}

.checkout-cart-index a.use-ajax.action.action-towishlist {
    display: none;
}

.cart.table-wrapper .product-item-photo {
    padding-right: 0;
}

.cart.table-wrapper .product-item-name {
    padding: 0;
    float: left;
    text-transform: uppercase;
}

.price-including-tax .price, .price-excluding-tax .price {
    font-weight: 400;
}

.checkout-cart-index .control.qty input {
    font-weight: 700;
    height: 50px;
    width: 55px;
}

.checkout-cart-index .items.product-items {
    width: 100%;
    margin-top: 10px;
}

.block.crosssell {
    margin-top: 120px;
}

.block.crosssell .action.tocart.primary {
    display: inherit;
    margin: 0 auto;
    width: 85%;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 20px;
}

.block.crosssell #block-crosssell-heading,
.checkout-cart-index .block-title {
    margin-bottom: 0;
}

.products-crosssell {
    margin-top: 0;
}

.cart.table-wrapper .product-item-details {
    padding-left: 20px;
}

.checkout-cart-index .amasty-preorder-note {
    text-align: left;
    font-size: 12px;
}

.cart-totals .totals-tax-wrapper.tax .table-wrapper .grand.totals.excl {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.cart-totals .totals-tax-wrapper.no-tax .table-wrapper .totals-tax,
.cart-totals .totals-tax-wrapper.no-tax .table-wrapper .grand.totals.incl {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.cart-totals .totals-tax-wrapper.no-tax.pay-tax .table-wrapper .grand.totals.incl {
	clip: auto;
	height: auto;
	width: auto;
	margin: auto;
	overflow: auto;
	position: static;
	padding: 0;
}

.grand.totals.incl .mark strong::after {
    content: '\00a0(incl. btw)';
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    /*display: none;*/
}
.checkout-tax-wrapper.tax .grand.totals.incl .mark strong:after {
	display: none
}
.price-container .price-including-tax:after {
    display: none;
}

.control.qty {
    display: inline-block;
}

button.action-update-per-item {
    float: right;
    border: none;
    background: none;
    padding: 0;
    margin-left: 10px;
    font-size: 20px;
    font-weight: lighter;
    margin-top: 13px;
}

button.action-update-per-item::before {
    font-family: FontAwesome;
    content: "\f021";
    color: #6e716e;
    cursor: pointer;
}

.checkout-cart-index .price-including-tax + .price-excluding-tax .price, .checkout-cart-index .weee[data-label] .price {
    font-size: 17px
}

.checkout-index-index span {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

/* ===================================================================== */

/* Account page ======================================================== */

.products-grid.wishlist .product-item-comment {
    display: none;
}

.wishlist-index-index .product-item-info {
    width: 100%;
}

.products-grid.wishlist .product-item .fieldset .field.qty {
    padding-top: 5px;

}

.products-grid.wishlist .product-item .box-tocart input.qty {
    pointer-events: none;
    border: none;
    font-size: 17px;
}

.products-grid.wishlist .product-item .fieldset .field.qty,
.products-grid.wishlist .product-item-actions {
    display: inline-block;
}

.wishlist-index-index .product-item-info .fieldset {
    padding: 0 20px;
    margin-top: 10px;
}

.wishlist-index-index .product-item-info .product-item-inner .product-item-actions {
    font-size: 12px;
    padding: 0 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products-grid.wishlist .product-item .box-tocart .product-item-actions {
    float: right;
    padding: 0;
}

.products-grid.wishlist .product-item .box-tocart .product-item-actions .actions-primary button {
    margin-top: 18px;
}

.wishlist-index-index .main .form-wishlist-items .actions-toolbar .primary > button {
    background: #6e716e;
    border: 1px solid #6e716e;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    transition: 0.2s ease-in-out;
}

.wishlist-index-index .main .form-wishlist-items .actions-toolbar .primary > button:hover,
.wishlist-index-index .main .form-wishlist-items .actions-toolbar .primary > button:focus {
    background: #fff;
    border: 1px solid #6e716e;
    color: #6e716e;
}

.wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 10px;
}

.wishlist-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
}

.wishlist-index-index .products-grid .product-item:nth-child(3n) {
    margin-right: 0;
    margin-left: 10px;
}

.products-grid.wishlist .product-item .box-tocart .stock {
    float: right;
    width: 40%;
    font-size: 12px;
    text-align: right;
}

/* ===================================================================== */

/* Meet The Maker Grid ================================================= */

.meet-the-maker-grid {
    margin-top: 20px;
    padding: 0;
}

.meet-the-maker-grid li {
    list-style-type: none;
    width: calc(100%/2 - 10px);
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.meet-the-maker-grid li:nth-child(2n+2) {
    margin-right: 0;
}

.meet-the-maker-grid-item {
    padding: 20px;
    border: 1px solid #d7d7d7;
}

.meet-the-maker-grid-item img {
    object-fit: cover;
    width: 100%;
    display: block;
    height: 180px;
}

.pop-up-mtm {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.minicart-cover{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    top: 0;
    left: 0;
    z-index: 99;
}

.mtm-text-pop-up {
    background-color: #fefefe;
    margin: 70px auto 10%;
    padding: 30px;
    width: 65%;
    height: 80%;
    box-sizing: border-box;
    overflow: auto;
}

.mtm-text-pop-up h1:first-of-type {
    margin-top: 25px;
}

.close-popup-mtm {
    background: url("../images/close.svg");
    float: right;
    height: 15px;
    width: 15px;
    cursor: pointer;
}

/* ===================================================================== */

/* Retailer page ======================================================== */

.cms-retailer .field.note {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;

}

/* ===================================================================== */

/* Contact page ======================================================== */


/* ===================================================================== */

/* Checkout page ======================================================== */


.osc-authentication-wrapper,
.onestepcheckout-index-index .page-title-wrapper .page-title,
.checkout-description,
.onestepcheckout-index-index .preorder_note,
.field.additional[name="shippingAddress.street.1"],
.cart-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    display: none;
}

.col-mp {
    position: relative;
}

.checkout-index-index .logo {
    margin-left: auto;
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #6e716e
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #6e716e;
}

.onestepcheckout-index-index .action-show-popup {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.shipping-address-items {
    padding-left: 0 !important;
}

.opc-wrapper {
    margin-top: 120px;
}

.opc-wrapper .fieldset > .field.required > label:after, .opc-wrapper .fieldset > .field._required > label:after {
    position: relative;
    margin-left: 0;
    top: 0;
}

.field._required[name="shippingAddress.street.0"] {
    margin-top: -25px;
}

.onestepcheckout-index-index form .fieldset > .field:not(.choice) > .label, form .fieldset > .field > .label,
.checkout-payment-method .payment-method-title label,
.table-checkout-shipping-method tbody td,
.onestepcheckout-index-index .field.choice.col-mp label {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.table-checkout-shipping-method tbody td {
    padding-top: 17px;
    padding-bottom: 17px;
}

.onestepcheckout-index-index .opc-block-summary,
.opc-block-summary .table-totals .totals-tax-summary .amount .price,
#checkout-step-payment {
    padding: 0;
}

.opc-block-summary .table-totals tbody .amount {
    padding-right: 0;
}

.onestepcheckout-index-index .checkout-payment-method .payment-option._collapsible .payment-option-title {
    padding-left: 0
}


.onestepcheckout-index-index .opc-wrapper .step-title {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.checkout-agreements-block #co-place-order-agreement,
.onestepcheckout-index-index .field.choice.col-mp {
    margin-bottom: 0;
}

.checkout-agreement.required {
    position: absolute;
    bottom: -40px;
    right: 0;
}

.checkout-agreement.required span {
    color: #6e716e;
    text-decoration: none;
}

.checkout-agreement.required span:hover,
.checkout-agreement.required span:focus {
    text-decoration: none;
}

.checkout-addition-block {
    padding: 24px !important;
    margin-bottom: 0;
}

.checkout-payment-method .payment-option-title .action-toggle {
    color: #6e716e
}

.osc-payment-after-methods .opc-payment-additional .actions-toolbar>.primary button {
    float: left;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.onestepcheckout-index-index .qty-wrapper .qty-wrap .input-text.update {
    top: -2px;
}

.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount{
    border: none;
}

.onestepcheckout-index-index .table-totals {
    display: inline-block;
    margin-top: 20px;
}

.onestepcheckout-index-index .table-totals tbody {
    float: right;
    border: 1px solid #d7d7d7;
    padding: 20px;
}
/*.onestepcheckout-index-index .table-totals .totals.sub.incl {
	display: none;
}*/
/*.checkout-tax-wrapper.no-tax .totals.sub.excl {
	display: none;
}*/
.checkout-tax-wrapper.tax .totals.sub.excl {
	display: none;
}
.checkout-tax-wrapper.tax .totals.sub.incl {
	display: table-row;
}
.checkout-tax-wrapper.no-tax .totals.sub.excl {
	display: table-row;
}
.checkout-tax-wrapper.no-tax .totals.sub.incl {
	display: none;
}
.checkout-tax-wrapper.tax .totals.shipping.excl {
	display: none;
}
.checkout-tax-wrapper.no-tax .totals.shipping.incl {
	display: none;
}


.opc-block-summary .table-totals .grand .amount strong {
    font-weight: 400;
}

#co-place-order-area {
    padding-right: 0 !important;
}

.osc-place-order-wrapper .place-order-primary button.primary.checkout {
    padding: 0;
    margin-left: 10px;
}


.osc-place-order-wrapper .place-order-primary button.primary.checkout:hover {
    background-color: #fff;
    color: #6e716e
}


.checkout-index-index .action-apply,
.action-show-popup,
.checkout-onepage-success .print,
.action-dismiss,
.action-accept,
.action-accept:focus,
.action-dismiss:focus {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border: 1px solid #6e716e;
    background-color: #6e716e;
    transition: 0.2s ease-in-out;
}

.checkout-onepage-success .print {
    padding: 10px;
}

.checkout-index-index .action-apply:hover,
.checkout-index-index .action-apply:focus,
.action-show-popup:hover,
.action-show-popup:focus,
.checkout-onepage-success .print:hover,
.action-dismiss:hover,
.action-accept:hover {
    background-color: #fff;
    color: #6e716e;
}

.checkout-agreements-block .checkout-agreements {
    display: inline;
}

#checkout .items-in-cart .subtotal .price-including-tax:after {
    color: #3c3b3b;
    content: ' (' attr(data-label) ')';
    font-size: 14px;
    text-transform: lowercase;
}
.checkout-tax-wrapper.tax .items-in-cart .subtotal .price-excluding-tax,
.checkout-tax-wrapper.tax .grand.totals.excl {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.checkout-tax-wrapper.no-tax .items-in-cart .subtotal .price-including-tax {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.checkout-tax-wrapper.no-tax .grand.totals.excl {
	float: right;

}
.checkout-tax-wrapper.no-tax.pay-tax .items-in-cart .subtotal .price-including-tax,
.checkout-tax-wrapper.no-tax.pay-tax .grand.totals.incl {
	clip: auto;
	height: auto;
	width: auto;
	margin: 0;
	overflow: visible;
	position: static;
	padding: 0;
}


.opc-block-summary .table-totals .grand .amount {
	padding-right: 0px;
}
.opc-block-summary .table-totals .grand .mark {
	margin-right: 10px !important;
}

/* ===================================================================== */

/* CMS page ============================================================ */

/* ===================================================================== */

/* Blog page =========================================================== */

.post-holder {
    border: 1px solid #d7d7d7;
    background: #fff;
    transition: 0.2s ease-in-out;
}

.post-content .post-description .post-ftimg-hld {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin: 0;
}

.post-content .post-description .post-ftimg-hld img {
    object-fit: cover;
    width: 100%;
    display: block;
    margin: auto;
}

.post-content .post-description .post-ftimg-hld {
    margin: 20px 0 30px 0;
}

.post-list .post-header .post-title,
.post-holder .post-header .post-info .label,
.block-recent-posts .block-title,
.block-archive .block-title {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #3c3b3b;
    letter-spacing: 1px;
    font-weight: 700;
}

.post-holder .post-header .post-info .label,
.post-holder .post-header .post-info .value {
    font-size: 14px;
    font-style: normal;
}


.block-recent-posts .block-title,
.block-archive .block-title {
    font-weight: 700;
}

.post-text-hld.clearfix p {
    line-height: 2
}

.post-list .post-content .post-read-more,
.post-view .post-nextprev-hld .next-link,
.post-view .post-nextprev-hld .prev-link {
    text-transform: uppercase;
    font-weight: 400;
}

.widget.blog-search .action.search:before {
    content: '\f002';
    font-family: FontAwesome;
    color: #6e716e;
}

.blog-index-index .sidebar-additional {
    margin-top: 20px;
}

.block-archive .block-content .item {
    padding-top: 8px;
}


.block-archive .block-content .item::before,
.block-recent-posts .block-content .item::before {
    font-family: FontAwesome;
    content: '\f105';
    color: #6e716e;
}

/* ===================================================================== */

.message.success {
    margin: 15px 0;
    background: #6e716e;
    color: #fff;
    font-weight: 400;
}

.message.success a,
.message.success a:hover {
    color: #fff
}

.message.success > *:first-child:before,
.message.notice > *:first-child:before {
    color: #fff;
}

.message.notice {
    color: #fff;
    background: #6e716e;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 899;
    width: 100%;
}

.opc-estimated-wrapper {
    display: none;
}

.checkout-index-index .table-totals span,
.checkout-index-index .table-totals th,
.checkout-index-index .opc-block-summary .table-totals .mark strong {
    text-transform: none;
    font-weight: 300;
}

.modal-popup.modal-slide._inner-scroll._show {
    z-index: 1000000000;
}
#checkout-step-payment #block-discount-heading {
	border: 0px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin: 0px;
	/*margin-top: 20px;*/
	padding: 0px 0px;
	color: #3c3b3b;
	cursor: auto;
	padding: 15px 15px;
}
#checkout-step-payment #block-discount-heading::after {
	display: none;
}
#checkout-step-payment .payment-option.discount-code {
	margin-top: 30px;
}
#checkout-step-payment .payment-option.discount-code .payment-option-title {
	border-top: 0px;
	padding-bottom: 0px;
	/*margin-bottom: -15px;*/
	border: 1px solid #CCC;
	padding-top: 0px;
}
#checkout-step-payment .payment-option.discount-code .payment-option-content {
	display: block !important;
	padding-left: 0px;
	border: 1px solid #CCC;
	border-top: 0px;
	padding: 15px;
}
#checkout-step-payment .payment-option.discount-code .payment-option-content .payment-option-inner {
	margin: 0px;
}


#checkout-step-shipping .field .field[name*="shippingAddress.street."] {
	margin: 0 0 10px;
}

.field._required[name="shippingAddress.street.0"],
.field._required[name="shippingAddress.street.1"],
.field._required[name="shippingAddress.street.2"],
.field._required[name="shippingAddress.street.3"] {
	margin: 0 0 10px;
}
.checkout-shipping-method .field[name*=verzenddatum] {
	padding: 0 10px;
	padding-top: 10px;
}
.checkout-shipping-method .field[name*=verzenddatum] label {
	font-size: 14px;
	margin-left: 0px;
}

.meet-the-maker-wrapper .ie-wrapper {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.meet-the-maker-wrapper .ie-wrapper img {
	visibility: hidden;
}


.checkout-index-index .nav-sections {
	display: block;
}
.opc-wrapper {
	margin-top: 40px;
	margin-bottom: 5px;
}
.fieldset .fullname .field .label {
	margin-left: 0px;
	width: 100%;
	padding: 0px;
	text-align: left;
	margin-bottom: 5px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
.fieldset .fullname .field .control {
	width: 100%;
	float: none;
}
.sections .rootmenu > .rootmenu-list > li > .megamenu {
	text-transform: none;
}
#amasty-shopby-product-list .products.wrapper {
	position: static !important;
	height: auto !important;
}
.rootmenu .catproductimg {
	display: none;
}
.nav-sections #not_activated {
	display: none;
}
.message.global.demo{background: #6e716e;}

.cart-container .form-cart .action.continue {
	width: 25%;
}
.checkout-onepage-success .page-title-wrapper {
	padding-left: 0px;
}
.info-locator .tag-store {
	display: none;
}
.store-marker-container .address-info tbody tr:nth-child(2) td img {
	display: none;
}
.product-info-main .action.towishlist span:before{
	white-space: nowrap;
}
.image-rows-ul.image-row-of-one ul li {
	display: block;
}
.storelocator-page #pac-input {
	font-family: 'Roboto', sans-serif;
}
.storelocator-page .radius-controls label,
.storelocator-page .radius-controls {
	font-family: 'Roboto', sans-serif;
}
.info-locator .title-list h2 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}
.storelocator-page .search-content .search-type button {

	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}
.filter-options .filter-options-content .item {
	position: relative;
}
.filter-options .count {
	top: 0;
}
.prices-tier .price-tax-wrapper.no-tax .price-excluding-tax {
	display: block;
	margin-top: 0px;
    margin-left: 5px;
}
.amshopby-option-link {
    display: inline-block;
    clear: both;
    margin-right: 5px;
    position: absolute;
    right: 0;
    z-index: 999;
    bottom: 151px;
}
.prices-tier .price-tax-wrapper.no-tax .price-container .price-including-tax:after {
	display: inline-block;
}
.product-info-main .special-price .no-tax .price-label + .price-wrapper.price-including-tax,
.product-options-bottom .special-price .no-tax .price-label + .price-wrapper.price-including-tax {
	display: none;
}



.price-tax-wrapper .price-including-tax:after,
.price-tax-wrapper .price-excluding-tax:after,
.price-container.price-tier_price.tax.weee .price-excluding-tax:after {
    color: #6e716e;
    content: ' (' attr(data-label) ')';
    font-size: 1.5rem;
    text-transform: lowercase;
}


/* New for product tabs and sticky header */
.page-header.sticky  {
	z-index: 900;
}
.minicart-items-wrapper {
	max-height: 450px;
}
.sale_label {
	left: 10px;
	right: auto;
}
.sale_label + .new_label {
	top: 55px;
}
.page-products .products-grid .product-item .product-item-actions .actions-primary form {
    -ms-flex-pack: distribute;

}

.product-items .product-item .product-item-photo .action.towishlist {
    background-color: #FFF;
    color: #fff;
    border: 1px solid #FFF;
    width: 33px;
    height: 33px;
    text-align: center;
    position: absolute;
    right: 10px;
    top:10px;
   	z-index: 3;
   	padding: 0px;
}
.product-items .product-item .product-item-photo .action.towishlist:before {
    color: #6e716e;
    font-size: 24px;
    line-height: 33px;
    content: '\f08a';
    font-family: 'FontAwesome';
}
.product-items .product-item .product-item-photo .action.towishlist:hover {
    background-color: #fff;
    color: #6e716e;
}
.product-items .product-item .product-item-photo .action.towishlist:hover:before {
    content: '\f004';
    color: #6e716e;
}
.page-products .products-grid .product-item .product-item-actions .actions-primary .action.primary {
	background-image: url('../images/cart-bag-thicc.png');
	background-size: 15px 20px;
}


.product-main-information-wrapper {
	display: block;
	clear: both;
	padding-top: 15px;
}
.product-main-information-wrapper::after {
	content: '';
	display: block;
	clear: both;
}
.product.info.detailed {
	width: calc(100% - 360px);
	float: left;
	clear: none;
	display: block;
}
.extra-information-wrapper {
	width: 360px;
	float: right;
}

.product.data.items > .item.content .product.attribute > .title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.product.data.items .product.attribute.description,
.product.data.items .additional-attributes-wrapper.table-wrapper {
	display: block;
	width: 100%;
}
.product.data.items .additional-attributes-wrapper.table-wrapper {
	color: #3c3b3b;
}
.product.data.items .block.review-add {
	width: 100%;
}

@media only screen and (min-width: 780px) {

    .header.content .logo {
        top: 20px;
    }
    header.page-header .header.content {
        background-color: #fff;
        padding: 15px 20px 20px;
    }

    .header.content ul.header.links {
        position: absolute;
        right: 150px;
        display: flex;
        list-style: none;
        margin: 34px 0;
        padding: 0;
        flex-direction: row-reverse;
    }

    .page-main .rootmenu > .rootmenu-list > li > a {
        padding: 15px 5px;
    }

    .page-wrapper .header.panel > .header.links > li:after {
        content: '';
    }

    .panel.header .header.links .link.wishlist,
    .panel.header .header.links .authorization-link {
        display: none;
    }

    .header.content ul.header.links li:first-child {
        display: none;
    }
    .header.content li.link.wishlist,
    .header.content li.authorization-link {
        font-size: 0;
        margin: 20px;
        text-align: center;
    }
    .header.content li.authorization-link a {
        color: #414142;
        font-size: 12px;
        text-transform: uppercase;
    }
    .header.content li.authorization-link a:hover:before,
    .header.content li.link.wishlist a:hover:before {
        filter: grayscale(1);
    }
    .header.content li.link.wishlist a:before {
        content: '\f08a';
        font-family: "FontAwesome";
        color: #414142;
        font-size: 29px;
        filter: invert(1);
        display: block;
        margin: 0 auto;
    }
    .header.content li.link.wishlist a:after {
        content: 'Wensenlijst';
        text-transform: uppercase;
        font-size: 12px;
        color: #414142;
    }
    .header.content li.authorization-link a:before {
        content: '\f007';
        font-family: "FontAwesome";
        color: #414142;
        font-size: 29px;
        filter: invert(1);
        display: block;
        margin: 0 auto;
    }
    .header.content .minicart-wrapper {
        clear: right;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .header.content .minicart-wrapper .action.showcart {
        background-color: unset;
        border: unset;
        width: 135px;
    }
    .header.content .minicart-wrapper .action.showcart .text {
        color: #414142;
        font-size: 12px;
    }
    .header.content .minicart-wrapper .action.showcart .counter.qty {
        color: #414142;
        font-size: 12px;
    }
    .header.content .minicart-wrapper .action.showcart .counter.qty .counter-number {
        font-size: 12px;
    }
    .header.content .minicart-wrapper .action.showcart .counter.qty:before,
    .header.content .minicart-wrapper .action.showcart .counter.qty:after {
        font-size: 12px;
    }
    .page-wrapper .minicart-wrapper .action.showcart:before {
        content: '\f07a';
        background-image: unset;
        width: auto;
        font-family: 'FONTAWESOME';
        height: auto;
        color: #414142;
        filter: invert(1);
        display: block;
        margin: 0 auto;
        font-size: 29px;
        line-height: unset;
    }
    .page-wrapper .minicart-wrapper .action.showcart:hover:before {
        background-image: unset;
        filter: grayscale(1);
    }

    a.logo img {
        max-height: 91px;
        width: auto;
        text-align: center;
        align-items: center;
        display: block;
        margin: 0 auto;
    }

	.product.data.items > .item.title:first-child {
		margin-left: 20px;
	}
	.product.data.items > .item.title {
		padding-bottom: 0px;

		margin-right: 0px;
	}
	.product.data.items > .item.title > .switch {
		padding: 5px 12px 5px 12px;
	}
	.product.data.items > .item.title:nth-last-child(2) {
		margin-right: 20px;
	}
	.product.data.items > .item.title > .switch,
	.product.data.items > .item.title:not(.disabled) > .switch {
		height: auto;
		background: transparent;
		border: 1px solid transparent;
		border-color: transparent;

		font-size: 13px;
		font-family: 'Roboto', sans-serif;
		text-transform: none;

		/* New Additions */
		border-bottom: 1px solid #d7d7d7;
	}
	.product.data.items > .item.title.active > .switch,
	.product.data.items > .item.title.active > .switch:focus,
	.product.data.items > .item.title.active > .switch:hover {
		border: 1px solid #d7d7d7;
		border-bottom: 1px solid transparent;

		/* New Additions */
		border: 0px;
		border-color: transparent;
		border-bottom: 1px solid #d7d7d7;
	}
	.product.data.items > .item.title:not(.disabled) > .switch:focus {
		border: 1px solid #d7d7d7;
		border-bottom: 1px solid transparent;

		/* New Additions */
		border: 0px;
		border-color: transparent;
		border-bottom: 1px solid #d7d7d7;
	}
	.product.data.items > .item.title:not(.disabled) > .switch:hover {
		background: transparent;
		color: #6e716e;
		border: 1px solid transparent;

		/* New Additions */
		border-bottom: 1px solid #d7d7d7;
	}
	.product.data.items > .item.title.active > .switch,
	.product.data.items > .item.title.active:not(.disabled) > .switch {
		height: auto;
		background: #FFF;
		color: #3C3B3B;
		font-size: 13px;
		font-family: 'Roboto', sans-serif;
		text-transform: none;

		border: 1px solid #d7d7d7;


		/* New Additions */
		/*border-bottom: 1px solid transparent;*/
		color: #6e716e;
		/*border: 0px;*/
		border-color: transparent;
		border-bottom: 1px solid #6e716e;
		padding-bottom: 5px;
	}
	.product.data.items > .item.content {
		border-top: 0px;
	}

}
@media only screen and (min-width: 781px) and (max-width: 1020px) {
	.product.info.detailed {
		width: calc(100% - 400px);
	}
	.product.data.items > .item.title {
		float: none;
		clear: none;
		margin: 0px;
	}
	.product.data.items > .item.title:first-child {
		margin-left: 0px;
	}
	.product.data.items > .item.title:nth-last-child(2) {
		margin-right: 0px;
	}
	.product.data.items > .item.content {
		display: block;
		float: none;
		margin-left: 0px;
		clear: both;
		margin-top: 0px;
		border-top: 0px;
		padding: 5px 12px 10px 12px;
	}
	.product.data.items > .item.title > .switch,
	.product.data.items > .item.title:not(.disabled) > .switch {
		border: 1px solid #d7d7d7;
		margin-bottom: 10px;
	}
	.product.data.items > .item.title.active > .switch,
	.product.data.items > .item.title.active:not(.disabled) > .switch {
		border-bottom: 1px solid #d7d7d7;
	}
	.product.data.items > .item.title:not(.disabled) > .switch:hover {
		border: 1px solid #6e716e;
	}
}
@media only screen and (min-width: 781px) and (max-width: 890px) {
	.product.info.detailed {
		width: 100%;
		margin-bottom: 0px;
	}
	.product-main-information-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;

		margin-bottom: 10px;
	}
}
@media screen and (max-width: 780px) {
    .amshopby-option-link {
        max-width: 30px;
    }
    ul.header.links {
        display: none;
    }
    .sections.nav-sections ul.header.links {
        display: block;
    }

    li.item.product.product-item .section-product--price {
        flex-direction: column;
    }
    li.item.product.product-item .price-box {
        margin: 5px 0 0 0;
    }
    li.item.product.product-item ul.prices-tier.items {
        flex-direction: column;
        margin: 0;
    }
    li.item.product.product-item ul.prices-tier.items li.item {
        margin: 5px 0 5px;
    }
	.product.info.detailed {
		width: 100%;
		margin-bottom: 0px;
	}
	.product-main-information-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;

		margin-bottom: 10px;
	}
	.product.data.items > .item.title > .switch {
		height: auto;
		font-size: 14px;
		font-family: 'Roboto', sans-serif;
		text-transform: none;
		line-height: 28px;
	}
	.product.data.items > .item.title.active > .switch {
		color: #3c3b3b;
	}
	.product.data.items > .item.title > .switch {
		background: #FFF;
	}
	.product.data.items > .item.title:not(.disabled) > .switch:focus,
	.product.data.items > .item.title:not(.disabled) > .switch:hover {
		background: #FFF;
		color: #6e716e;
		border-color: #6e716e;
	}
	.product.data.items > .item.content {
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 550px) {
	body .product-main-information-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 779px) {
	.product-items .product-item .product-item-photo .action.towishlist {
		width: 28px;
		height: 28px;
	}
	.product-items .product-item .product-item-photo .action.towishlist:before {
		font-size: 24px;
		line-height: 26px;
	}
}
@media screen and (max-width: 480px) {
	.product-items .product-item .product-item-photo .action.towishlist {
		width: 26px;
		height: 26px;
	}
	.product-items .product-item .product-item-photo .action.towishlist:before {
		font-size: 22px;
		line-height: 26px;
	}
}
@media screen and (max-width: 640px) {
	.page-products .page-wrapper .products-grid .product-item .product-item-actions .actions-primary form {
		width: 80px;
	}
}
@media screen and (max-width: 480px) {
	.page-products .page-wrapper .products-grid .product-item .product-item-actions .actions-primary form {
		width: 80px;
	}
}
.product-article-unit {
	margin-top: 20px;
	color: #6e716e;
	font-style: italic;
}
.product-info-price .price-box .retailer-price-label  {
	margin-bottom: -5px;
}
.product-info-price .price-box .retailer-price-label .price-label:after {
	content: ':';
}
.price-box .retailer-price-label + .special-price .price-label,
.price-box .retailer-price-label ~ .old-price .price-tax-wrapper {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}



/*Tax changes */
.checkout-tax-wrapper.tax .opc-block-summary .table-totals tbody .mark span+span {
	display: none;
}
.opc-block-summary .table-totals tbody .totals.shipping .mark span + span:last-child {
	display: block;
}
.checkout-tax-wrapper.no-tax .grand.totals.excl {
	display: none;
}
.checkout-tax-wrapper.tax .grand.totals.incl .mark strong:after {
	display: none;
}
.product-items .ampreorder-observed .ampreorder-note {
    text-align: center;
}
.form-edit-account .password-info{
    display: none;
}
.am-filter-items-attr_color li input{
    display:none;
}
.onestepcheckout-index-index form .fieldset > .field:not(.choice) > .label, form .fieldset > .field > .label, .checkout-payment-method .payment-method-title label, .table-checkout-shipping-method tbody td, .onestepcheckout-index-index .field.choice.col-mp label {
    font-size: 13px;
    overflow: visible;
    position: static;
    height: auto;
}
img, object, video, embed {
    height: auto !important;
}

/* GDPR module custom css */

@media screen and (min-width:781px) {
    .amgdprcookie-modal-container {
        display: flex;
        justify-content: center;
    }
    .amgdprcookie-modal-container .modal-inner-wrap {
        width: 780px;
        max-width: 780px;
    }
    /*.modal-popup._show .modal-inner-wrap {
        max-height: 390px;
        top: 20%;
    }*/
    .amgdprcookie-groups-container {
        height: auto !important;
    }

}
.amgdprcookie-cookie-container.-modal {
    margin-bottom: 0;
    padding-bottom: 0;
}
.amgdprcookie-button.-save,
.amgdprcookie-groups-container,
.amgdprcookie-modal-template .amgdprcookie-link {
    display: none;
}
.amgdprcookie-policy-container {
    box-shadow: none;
}
.amgdprcookie-text-container h2 {
    font-weight: 600;
}
.cms-cookie-settings #maincontent {
    padding-top: 60px;
}
.amgdprcookie-button.-allow,
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover,
.amgdprcookie-main-wrapper .amgdprcookie-btn {
    background-color: #6e716e;
    box-sizing: border-box;
    border: 1px solid #6e716e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    border-radius: unset;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    border: 1px solid #6e716e;
    color:white;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
    background-color: #6e716e;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
    opacity: 0.4;
}
@media screen and (max-width:500px) {
    .amgdprcookie-main-wrapper .amgdprcookie-top {
        flex-direction: column;
    }
    .amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
        display: flex;
        flex-direction: column;
    }
    .amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
        margin: 0;
    }
    .amgdprcookie-main-wrapper .amgdprcookie-btn {
        margin: 10px 0;
    }
    .amgdprcookie-main-wrapper .amgdprcookie-head {
        display: block;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

/* cms-page-view */

.cms-page-view .column.main ul {
    list-style-position: inside;
}
.ammenu-menu-wrapper.-desktop .ammenu-submenu-container {
    margin-top: 0;
    top: 42px;
}
