body {
	max-width: 1440px;
	margin: 0 auto;
}

.mm-slideout {
	z-index: 0;
}

body,
p {
	line-height: 1.75;
}

h1,
.h1 {
	font-family: 'Roboto', sans-serif;
	letter-spacing: -1.15px;
}

input,
select,
textarea,
.checkbox {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	font-size: 14px;
	border: none;
	-webkit-box-shadow: inset 0 0 0 1px #ddd;
	box-shadow: inset 0 0 0 1px #ddd;
	-webkit-transition: -webkit-box-shadow .25s ease;
	transition: -webkit-box-shadow .25s ease;
	transition: box-shadow .25s ease;
	transition: box-shadow .25s ease, -webkit-box-shadow .25s ease;
	font-size: 13px;
	color: #000;
}

.checkbox:hover,
input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
	-webkit-box-shadow: inset 0 0 0 1px #404040;
	box-shadow: inset 0 0 0 1px #404040;
	outline: none;
}

#m-product-additionals-62 select {
    display: none;
}

.m-product-additionals-list .checkbox{
	height: auto;
}

.m-product-additionals-list .m-product-additionals-text,
.m-product-additionals-list .m-product-additionals-type,
.m-product-additionals-list .m-product-additionals-price{
	line-height: normal;
}

.form-input {
    border: none;
}

.container {
	width: 100%;
	max-width: 1120px;
}

.container.with-xlarge {
	max-width: 1260px;
}

.container.with-xsmall {
	max-width: 850px;
}

.container.full-width {
	max-width: 100%;
}

.button,
.button-primary,
.button-text {
	display: block;
	letter-spacing: 1px;
	font-size: 11px;
	display: block;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.button,
.button-primary {
	padding: 20px;
	margin: auto;
	max-width: 200px;
	font-weight: 500;
}

.button:hover {
	background: #000;
}

.button-text {
	border: 1px solid;
	padding: 10px;
	max-width: 175px;
	margin: auto;
}

.button-text:hover {
	background: #000;
	text-decoration: none;
	color: #fff;
}

.marker,
.emptyCategory {
	display: none;
}

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

.flex>div {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

.contact-content .flex-item:first-child {
	background-color: #f8f8f8;
}
.contact-content .flex-item:last-child {
	background-color: #cd3333;
	color: #fff;
}
.contact-content .flex-item {
	padding: 100px;
}
.contact-content .flex-item p {
	line-height: 1.2;
}

.contact-content .flex-item {
    padding: 40px 20px 20px;
    font-weight: 300;
}

.contact-content input,
.contact-content textarea {
    font-size: 14px;
    margin-bottom: 10px;
}

.contact-content textarea {
    height: 105px;
}

.contact-content .button {
    height: auto;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 0;
    margin-top: 20px;
}

.contact-list {
    margin-top: 70px;
}

.contact-list a {
    color: #fff;
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 5px 0;
    line-height: 1;
    padding-left: 50px;
    background-position: left center;
    background-repeat: no-repeat;
	background-size: contain;
}

.contact-list .phone {
	background-image: url(../images/Phone-kontaktside.svg)
}

.contact-list .mail {
	background-image: url(../images/mail-kontaktside.svg)
}

.panel-warning,
.badge.badge-warning {
	color: #fff;
}

.badge {
	font-weight: 400;
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	border-radius: 50%;
}

.site-usp {
	font-size: 11px;
	color: #a0a0a0;
}

.site-usp ul {
	margin: 0;
}

.site-usp li {
	display: inline-block;
	padding: 15px 5px 10px;
	position: relative;
}

.site-usp li:before {
	content: url(../images/Chackmark_pil.svg);
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.site-header {
	padding: 20px 0 10px;
	position: relative;
	margin-bottom: 45px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999;
}

.site-header .actions {
	position: static;
}

.site-header .actions>div {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	max-width: 85%;
}

.site-header .nav {
	display: none;
}

.site-header .menu-button {
	position: relative;
	display: block;
	width: 20px;
	margin-top: 5px;
}

.site-header .menu-button>span {
	height: 2px;
	display: block;
	width: 100%;
	background: #000;
	margin-bottom: 5px;
}

.top-search-form {
	display: inline-block;
	max-width: 100%;
	width: 100%;
	position: absolute;
	top: 100%;
	z-index: 9;
	left: 0;
	right: 0;
	margin: auto;
	padding: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
}

.top-search-form .input-group button,
.top-search-form .input-group .form-input {
	background: none;
	border: none;
}

.top-search-form .input-group .form-input {
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.top-search-form .input-group button {
	padding: 0 10px;
	color: #000;
	font-size: 1.25em;
}

.site-header .logo img {
	max-height: 35px;
	margin: 0 auto;
}

.site-header .quick-cart-link {
	display: inline-block;
	position: relative;
	width: 25px;
}

.site-header .quick-cart-link img {
	display: block;
	margin: 0;
}

.site-header .quick-cart-link span {
	width: 25px;
    height: 25px;
    background-color: #cd3333;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 25px;
    font-size: 10px;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    right: -12px;
}

.site-navigation {
	padding: 0;
	border: none;
	display: none;
}

.site-navigation .nav-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-navigation .nav-menu>li {
	display: inline-block;
	position: relative;
}

.site-navigation .nav-menu>li>a {
	display: block;
	font-size: 17px;
	letter-spacing: 1px;
	padding: 20px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}

.site-navigation ul ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	z-index: 999;
}

.site-navigation ul ul ul{
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}
.site-navigation .nav-menu li:hover>ul {
	display: block;
}

.site-navigation ul ul li{
	border-bottom: 1px solid white;
}

.site-navigation ul ul li a{
	background: #000000;
	color: white;
	padding: 15px;
	display: block;
	font-size: 16px;
}
.site-navigation ul ul li a:hover{
	background: #cd3333;
}

.nav-breadcrumbs {
	margin-bottom: 10px;
}

.nav-breadcrumbs>li {
	display: inline-block;
	float: none;
}

.nav-breadcrumbs a {
	outline-color: #a0a0a0;
	font-size: 13px;
}

.nav-breadcrumbs .seperator {
	color: #cd3333;
}

.hero-slider-theme {
	margin-top: 0;
}

.hero-slider-theme .item {
	line-height: 0;
}

.hero-slider-theme .item-caption {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 10% 10px;
	max-width: 1240px;
	margin: 0 auto;
	text-align: left;
	background: none;
}

.pageId1 .hero-slider-theme .item-caption {
	text-align: center;
	background: rgba(0, 0, 0, .5);
	max-width: 100%;
}

.hero-slider-theme .item-caption .item-title .h2 {
	color: #cd3333;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.hero-slider-theme .item-caption .item-text {
	max-width: 690px;
	margin: 5px 0;
}

.hero-slider-theme .item-caption .item-text .h4 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
	line-height: 1;
}

.hero-slider-theme .item-link .button-text {
	display: block;
	opacity: .7;
	padding: 5px;
	margin: 0;
}

.pageId1 .hero-slider-theme .item-caption .item-text {
	max-width: 890px;
}

.pageId1 .hero-slider-theme .item-caption .item-text,
.pageId1 .hero-slider-theme .item-link .button-text {
	margin-left: auto;
	margin-right: auto;
}

.site-mainframes {
	padding-top: 20px;
}

.site-mainframes div {
	line-height: 0;
}

.site-mainframes .placeholder-wrapper {
	margin-bottom: 20px;
}

.site-mainframes .caption {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	bottom: 20px;
}

.caption {
	background: rgba(0, 0, 0, .5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-item .caption {
	height: 100%;
}

.caption .caption-wrapper {
	width: 100%;
	margin: auto;
	padding: 25px;
}

.caption .caption-wrapper p,
.caption .caption-wrapper a {
	color: #fff;
}

.caption .caption-wrapper .h4 {
	letter-spacing: 1px;
	margin: 0;
}

.caption .caption-wrapper .h1 {
	letter-spacing: -1px;
	font-weight: 600;
	font-size: 30px;
	margin: 0 0 .9em;
	position: relative;
	font-family: Montserrat;
}

.site-mainframes .caption .caption-wrapper .h4 {
	line-height: 0;
}

.text-section {
	padding: 30px 0;
}

.colored {
	color: #fff;
	background: #cd3333;
}

.gradient {
	background: -webkit-gradient(linear, left bottom, left top, from(#f1f1f1), to(#fff));
	background: linear-gradient(0deg, #f1f1f1 0%, #fff 100%);
}

.text-section.colored {
	padding-bottom: 0;
}

.text-section.colored img {
	margin-bottom: 0;
}

.text-section p>b {
	text-transform: uppercase;
	color: #000;
	font-size: 15px;
}

.text-section .button-text {
	color: #000;
	border-color: #b3b3b3;
	margin-top: 50px;
}

.text-section .h2 {
	color: #fff;
	font-size: 30px;
	line-height: 1.05;
}

.text-section .button {
	margin: 25px 0 25px auto;
	;
}

.seo-text {
	background: #f6f6f6;
	text-align: center;
	padding: 50px 0;
}

.seo-text.white-bg {
	background: #fff;
}

.seo-text h1,
.seo-text .h1,
.custom-headline {
	position: relative;
}

.site-mainframes .h1:after,
.seo-text h1:before,
.seo-text .h1:before,
.custom-headline:before {
	content: "";
	display: block;
	max-width: 70px;
	height: 3px;
	background: #cd3333;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
}

.flex-item .caption .caption-wrapper .h1 {
	line-height: 1;
}

.seo-text h1:before,
.seo-text .h1:before,
.custom-headline:before {
	top: -25px;
}

.custom-headline:before {
    margin: 0;
}

.site-mainframes .caption .caption-wrapper .h1:after {
	bottom: -15px;
}

.flex-item .caption .caption-wrapper .h1 {
	text-transform: uppercase;
	margin: .15em 0 .5em;
}

.site-products .flex-item,
.site-products .flex-item a {
	color: #fff;
}

.flex-item .caption .caption-wrapper .h4,
.site-products .flex-item .suggested-price,
.site-products .flex-item:nth-child(2),
.site-products .flex-item:nth-child(2) a {
	color: #cd3333;
}

.site-products .flex-item {
	padding: 60px 20px;
	font-family: 'Montserrat', sans-serif;
}

.site-products .flex-item .title {
	font-size: 27px;
	font-weight: 600;
	letter-spacing: -0.49px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 1.25em;
}

.site-products .flex-item .suggested-price {
	font-size: 15px;
	letter-spacing: 1px;
}

.site-products .flex-item .price {
	font-size: 54px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 5px;
	line-height: 1;
}

.site-products .flex-item:first-child {
	background: #cd3333;
}

.site-products .flex-item:first-child .suggested-price {
	color: #000;
}

.site-products .flex-item:nth-child(2) {
	background-color: #fff3ec;
}

.site-products .flex-item:nth-child(2) .price {
	color: #000;
}

.site-products .flex-item:nth-child(3) {
	background-color: #585858;
}

.seo-text .container {
	max-width: 826px;
}

.site-socials {
	padding: 35px 0;
}

.site-socials .row>div {
	min-width: 275px;
}

.site-socials a {
	color: #fff;
	font-size: 11px;
	letter-spacing: 2px;
	display: inline-block;
	text-transform: uppercase;
	padding: 14px 10px;
}

.site-socials a .fa,
.product-contact-info a .fa {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 21px;
	border-radius: 50%;
	text-align: center;
	border: 2px solid;
	margin-right: 10px;
	padding: 0;
	letter-spacing: 0;
}

.site-footer {
	text-align: center;
	padding: 75px 0;
}

.site-footer img {
	margin: 0 auto 45px;
	max-height: 80px;
}

.site-footer p,
.site-footer ul a {
    font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #636363;
	display: block;
	margin: 10px 0;
	font-family: 'Montserrat', sans-serif;
}

.site-cards {
	padding: 20px 10px;
}

.site-cards img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}


/* Text pages */

.site-content {
	overflow-x: hidden;
}

.section-text {
	padding: 50px 0;
	color: #727272;
	font-size: 16px;
}

.section-text .with-xsmall {
	margin-bottom: 65px;
}

.section-text ul {
	font-size: 14px;
	list-style: none;
	padding: 0;
	margin: 35px 0;
}

.section-text .button-primary {
	margin-left: 0;
}

.section-text ul li {
	margin-bottom: 10px;
}

.section-text ul li:before {
	content: url(../images/list.svg);
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	line-height: 0;
}

.section-text.colored {
	background: #f6f6f6;
}

.section-text .shadow-box {
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	margin: 20px 0;
	overflow: hidden;
}

.section-text .testimonial {
	padding-top: calc(20% + 40px);
	background-image: url(../images/quotes.png);
	background-position: top 40px center;
	background-repeat: no-repeat;
	background-size: 15%;
}

.section-text .testimonial .author {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 40px;
	color: #393939;
}

.section-text .testimonial .author b {
	font-size: 16px;
	font-weight: normal;
	color: #cd3333;
}

.section-text .employees {
	padding-top: 285px;;
	position: relative;
}

.section-text .employees img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-height: 270px;
    object-fit: cover;
    object-position: top;
}

.section-text .employees .name {
	font-size: 22px;
    color: #cd3333;
    margin: 0;
    line-height: 1;
}

.section-text .employees a {
    font-size: 15px;
    display: block;
    padding: 2px 0;
    padding-left: 30px;
    color: #727272;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.section-text .employees .mail {
	margin-top: 20px;
}

.section-text .employees .mail {
	background-image: url(../images/mail-orange.svg)
}

.section-text .employees .phone {
	background-image: url(../images/phone-orange.svg)
}

/* Category page */

.category-item {
	margin-bottom: 10px;
}

.category-item-content {
	background: #fff;
	-webkit-transition: all .25s ease-in-out;
	-webkit-transition: -webkit-box-shadow .25s ease-in-out;
	transition: -webkit-box-shadow .25s ease-in-out;
	transition: box-shadow .25s ease-in-out;
	transition: box-shadow .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
}

.category-item-content .h5 {
	font-size: 16px;
	display: block;
	margin: 0;
	padding: 0 0 30px;
}

.category-item-content:hover {
	-webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.19);
}

.category-item-content:hover .h5 {
	color: #cd3333;
}

.m-product .splash,
.m-productlist .splash {
	left: auto;
	top: 0;
	right: 0;
}

.m-product .badge {
    width: 53px;
    height: 53px;
    line-height: 53px;
    font-size: 18px;
    font-weight: 500;
    margin: 1em;
}

.m-products-category-header h1,
.category-headline {
	text-align: center;
	letter-spacing: normal;
}

.productfilter {
	margin-bottom: 35px;
}

.productfilter .checkbox {
    margin-bottom: 10px;
}

.container.with-xlarge .productfilter .row {
    margin-left: -5px;
    margin-right: -5px;
}

.container.with-xlarge .productfilter [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

.productfilter .form-group {
    margin-bottom: 10px;
}

.productfilter select,
.productfilter input {
	width: 100%;
}

.rzslider .rz-bubble {
    color: #000;
    font-size: 13px;
    bottom: 18px;
}

.rzslider.rzslider .rz-limit {
    font-weight: normal;
}

.rzslider.rzslider .rz-pointer {
	background-color: #8a8a8a;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	bottom: -12px;
}

.rzslider.rzslider .rz-bar {
	background: #ccc;
}

.rzslider.rzslider .rz-selection {
	background: #8a8a8a;
}

.productfilter .button {
	margin: 1em 0;
	padding: 15px 25px;
	text-transform: uppercase;
}

.checkbox {
	padding-left: 45px;
	position: relative;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
	display: none;
}

.checkbox .checkbox-label {
	font-weight: normal;
	cursor: pointer;
}

.checkbox .checkbox-label:before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
}

.checkbox input[type="checkbox"]:checked + .checkbox-label:before,
.checkbox input[type="radio"]:checked + .checkbox-label:before {
	background: #000;
	border-color: #000;
}

.productsortbar {
    padding-bottom: 25px;
    border-bottom: 1px solid #eaecf1;
}

.productsortbar .product-amount {
	font-size: 18px;
	color: #000;
	display: block;
    padding: 10px 0;
}

.productsortbar label {
    font-size: 13px;
    font-weight: normal;
    color: #000;
    margin: 0 10px;
}

.productsortbar select {
    width: 145px;
}

.productlist .m-productlist-list .productItem {
    padding: 25px 0;
    border-bottom: 1px solid #eaecf1;
    margin: 0;
}

.productItem .type-col .product-description {
    margin-bottom: .25em;
}

.productItem .m-productlist-link .m-productlist-title {
    font-family: 'Roboto';
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.productItem .m-productlist-price {
    font-size: 14px;
    color: #cd3333;
}

.productItem .m-productlist-price .m-productlist-price-before-discount {
    color: #000;
}

.productItem .m-productlist-title,
.product-various-price-info {
    font-size: 11px;
}

.productItem .m-productlist-amount input {
    height: 58px;
}

/* Product page */

.m-product-title {
    margin: 0;
    padding: 0;
}

.m-product-description {
    padding: 1em 0;
    color: #2a2a2a;
}

.m-product-description p {
    margin-bottom: 0;
}

.m-product-price {
    font-family: 'Roboto', sans-serif;
    color: #cd3333;
}

.m-product-price .m-product-price-before-discount {
    color: #000;
}

.m-product-price-vat {
    font-size: 11px;
}

.m-product-buttons-type-title {
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 10px 5px;
}

.button-checkbox {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    color: #2a2a2a;
}

.button-checkbox input {
    display: none;
    positioN :absolute;
    opacity: 0;
}

.button-checkbox .checkbox-label {
    border: 1px solid #eaecf1;
    display: inline-block;
    cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.button-checkbox .checkbox-label:hover,
.button-checkbox input:checked+.checkbox-label {
    border-color: #727272;
}

.button-checkbox .checkbox-label:not(.variant-image) {
    padding: 12px 15px;
}

.variant-image {
    line-height: 0;
}

.variant-image img {
    max-width: 100%;
    margin: 0 auto;
}

.m-product-buttons-type {
    margin: 0 -5px;
}

.m-product-buttons-list .button-checkbox .checkbox-label {
    margin-left: 5px;
    margin-right: 5px;
    min-width: 50px;
    text-align: center;
}

.m-product-buttons-list {
    display: inline-block;
}

.m-product-transaction {
    margin: 10px 0;
}

.m-transaction-input {
    background-color: #FFFFFF;
    border: 1px solid #EAECF1;
    box-shadow: none;
    min-width: 75px;
    height: 55px;
    font-size: 13px;
    text-align: center;
}

input.m-transaction-input {
    width: 75px;
}

.m-product-transaction .button {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 20px 16px;
    border: none;
    max-width: 100%;
    width: 250px;
}

.m-product-information .m-wishlist {
    margin: 10px;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}

.m-wishlist:hover path {
    fill: #8a8b8e;
}

.m-wishlist button {
    border: none;
    padding: 0;
    background: none;
}

.w-login .button,
.w-login .button-primary {
    max-width: 100%;
    width: 100%;
    margin: 5px 0;
}

.modal-product {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .7);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in;
    opacity: 0;
    visibility: hidden;
}

.modal-product.is-opened {
    opacity: 1;
    visibility: visible;
}

.modal-product>div {
    width: 90%;
    max-width: 400px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 20px #000;
}

.modal-product input,
.modal-product textarea {
    margin-bottom: 10px;
}

.modal-product .fa {
    cursor: pointer;
    display: block;
    margin: 0 0 1em;
    color: #000;
}

/* Cart */

.m-cart {
    padding: 50px 0;
}

.m-cart-content .h6 {
    color: #8a8b8e;
    font-size: 13px;
	font-family: 'Roboto';
}

.m-cart-content .panel-heading,
.m-cart-row {
    border-bottom: 1px solid #ececec;
}

.m-cart-product-container,
.m-cart-product-title {
    color: #2a2a2a;
    font-weight: 500;
}

.m-cart-product-price {
    color: #cd3333;
}

.cart-amount .form-input {
    width: 55px;
    text-align: center;
}

.m-cart .cart-amount .form-input,
.m-cart .cart-amount .button-text {
    border-radius: 3px;
    color: #2a2a2a;
    border-color: #dedede;
}

.m-cart .cart-amount .button-text:hover {
    color: #fff;
}

.m-cart .cart-amount .form-group {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.m-cart .cart-amount .button-text {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    padding: 0;
    font-size: 16px;
    margin-bottom: 5px;
}

.cart-total-value a {
    font-size: 12px;
    color: #c7c7c7;
    position: absolute;
    right: 10px;
    bottom: -15px;
}

.m-cart .button {
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 0;
}

.checkout-link {
    background-color: #fafafa;
    border: 1px solid #ececec;
    padding: 30px;
    max-width: 565px;
    margin-left: auto;
}

.checkout-link .h3 {
    font-family: 'Roboto', sans-serif;
}

.checkout-link .table td {
    padding: 3px 0;
    font-size: 16px;
}

.checkout-link .m-cart-vat-total-line td {
    padding-bottom: 15px;
}

.checkout-link .m-cart-total-line td {
    color: #cd3333;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 16px;
    border: solid #ececec !important;
    border-width: 1px 0 !important;
}

.checkout-link .button {
    max-width: 100%;
    margin: 20px 0 10px;
    padding: 15px;
}

.checkout-link .m-cart-coupon-row .button {
    margin: 0;
}

.m-cart .form-input,
.checkout-link .m-cart-coupon-row .form-input,
.checkout-link .m-cart-coupon-row .button {
    height: 55px;
    border: none;
}

.checkout-link .m-cart-coupon-input-text .button {
    margin: 0;
}

/* Checkout */

.m-checkout {
    padding: 40px 0;
}

.m-checkout .h5 {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
}

.m-checkout .radio {
    position: relative;
}

.m-checkout .radio input {
    box-shadow: none;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
}

.m-checkout .radio label {
    padding: 10px 25px;
    padding-left: 45px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    display: block;
}

.m-checkout .radio input:checked+label {
    background: #fafafa;
}

.deliveryMethodName {
    font-size: 16px;
    font-weight: normal;
    color: #2a2a2a;
}

.error_text {
    font-size: 16px;
    color: #cd3333;
    float: right;
}

.stepHeader .button {
    font-size: 16px;
    background-color: #8A8B8E;
    max-width: 100%;
    padding: 15px;
    border: none;
    margin-bottom: 10px;
}

.stepBox .form-group>label {
    display: none;
}

.stepBox .form-input {
    padding: 13px;
    height: auto;
    font-size: 14px;
    margin-bottom: 10px;
}

.stepBox .checkbox {
    padding-left: 35px;
    box-shadow: none !important;
    height: auto;
    line-height: 1.2;
    margin: 5px 0;
}

.stepBox .checkbox-label:before {
    left: 0;
}

.stepBox .checkbox-label {
    font-size: 14px;
    margin: 0;
}

.step5 .stepBox {
    padding: 20px;
    background: #fafafa;
    border: 1px solid #e3e3e3;
}

.step5 .stepBox .button {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0 0;
    padding: 15px;
}

.l-payment-method-title-text {
    font-size: 16px;
    color: #2a2a2a;
    font-weight: normal;
}

.paymentMethodDescription {
    line-height: 1.2;
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 30px;
	}
	h2,
	.h2 {
		font-size: 24px;
	}
	h4,
	.h4 {
		font-size: 18px;
	}
	h5,
	.h5 {
		font-size: 1em;
	}
	.site-footer ul li {
		display: inline-block;
		padding: 0 .5em;
	}
	.button-text {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.hero-slider-theme .item-caption .item-title .h2 {
		font-size: 18px;
	}
	.hero-slider-theme .item-caption .item-text .h4 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.hero-slider-theme .item-caption .item-text .h4 {
		font-size: 25px;
	}
	.hero-slider-theme .item-link .button-text {
		padding-top: 15px;
		padding-bottom: 15px;
		-webkit-transition: opacity .25s ease-in-out;
		transition: opacity .25s ease-in-out;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.hero-slider-theme .item-link .button-text:hover {
		opacity: 1;
	}
	.text-section .h2 {
		font-size: 40px;
	}
	.cols-2>div {
		width: 50%;
	}
	.cols-3>div {
		width: 33.3333%;
	}
	.m-products-category-header h1,
	.category-headline {
		font-size: 41px;
	}
    .m-cart-list .m-cart-row>.row {
        font-size: 0;
    }
    .m-cart-list .m-cart-row>.row>div {
        display: inline-block;
        vertical-align: middle;
        float: none !important;
        font-size: 14px;
    }
    .m-cart-list .m-cart-row .m-cart-product-container .row {
        display: table;
        table-layout: fixed;
        width: calc(100% + 20px);
    }
    .m-cart-product-container>.row>div {
        display: table-cell;
        float: none !important;
        vertical-align: middle;
    }
    .checkout-link .m-cart-total-line td  {
        font-size: 22px;
    }
}

@media (max-width: 959px) and (min-width: 768px) {
	.pull-right-m {
		float: right;
	}
}

@media (min-width: 960px) {
	.site-header {
		margin-bottom: 0;
	    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0)
	}
	.site-header .logo img {
		max-height: 60px;
	}
	.site-header .nav {
		display: block;
	}
	.site-header .menu-button {
		display: none;
	}
	.site-header .nav>li>a {
		font-size: 12px;
		color: #7f7f7f;
		text-transform: uppercase;
		padding: 15px 25px 0 0;
		display: block;
	}
	.top-search-form {
		max-width: 340px;
		width: 80%;
		border-radius: 23px;
		margin-top: 5px;
		position: static;
	}
	.site-navigation {
		display: block;
	}
	.section-text {
		padding: 100px 0 85px;
	}
	.section-text h1,
	.section-text .h1 {
		font-size: 39px;
	}
}

@media (min-width: 1024px) {
	.text-section {
		padding: 75px 0;
	}
	.seo-text {
		padding: 150px 0;
	}
	.hero-slider-theme .item-caption .item-text .h4 {
		font-size: 49px;
		padding: 0;
	}
	.cols-2 .caption .caption-wrapper {
		padding: 10em 85px;
	}
	.caption .caption-wrapper .h1 {
		font-size: 60px;
	}
	.flex-item:last-child .caption .caption-wrapper .h1 {
		font-size: 40px;
	}
	.text-section .button {
		margin-top: 75px;
	}
	.flex-item .caption .caption-wrapper {
		padding: 10em 40px;
	}
	.section-text .shadow-box {
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 40px;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.section-text .shadow-box:hover {
		-webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.5);
	}
	.section-text .testimonial .author {
		margin-top: 70px;
	}
	.contact-content {
	    font-size: 21px;
	}
	.contact-content h1 {
	    font-size: 46px;
	}
	.contact-list a {
    	font-size: 30px;
    }
}

@media (min-width: 1280px) {
	.site-usp li {
		padding-left: 20px;
		padding-right: 20px;
	}
	.flex-item .caption .caption-wrapper {
		padding-left: 75px;
		padding-right: 75px;
	}
}
