@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.woff2') format('woff2'),
        url('../fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.container {
	max-width: 1024px;
}

.thankyou {
	background: #e74c3c;
	text-align: center;
	color: #fff;
	padding: 1em;
	margin: 3em 0 0 0;
}

.copyright {
	background: #e74c3c;
	text-align: center;
	color: #fff;
	padding: 1em;
	margin: 0;
}

.copyright p,
.thankyou p {
	margin: 0;
	padding: 0;
}

.copyright a,
.thankyou a {
	color: #fff;
}

hr.separator {
	margin: 3em auto 3em auto;
	padding: 0;
	width: 50%;
}

.back-to-top {
	background: #e74c3c;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	padding: 1em 1em .75em 1em;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
	display: inline-block;
	color: #fff;
}

.swiper-pagination {
	display: none;
}

body {
	border-top: solid #e74c3c 5px;
	border-bottom: solid #e74c3c 5px;
}

.topbar {
	background: #e9e9e9;
	padding: .75em;
	width: 100%;
	text-align: center;
	color: #666;
	margin: 0 0 1em 0;
}

.topbar .row {
	margin: 0;	
}

.topbar a {
	color: #666;
}

.topbar svg {
	position: relative;
	top: 2px;
	margin-right: .5em;
}

.live-search {
	padding: 5px 0 70px !important;
}

.live-search .result-text {
	font-weight: normal !important;
    font-size: 15px !important;
    line-height: 1.5em !important;
    color: #666 !important;
    background-color: #e9e9e9 !important;
	padding: 1em;
	margin: 1em 0 0 0 !important;
}

.btn {
	border: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	box-shadow: none !important;
}

header a svg {
	position: relative;
	top: 2px;
}

.mt-1 { margin-top: 1em; }
.mt-2 { margin-top: 2em; }
.mt-3 { margin-top: 3em; }
.mt-4 { margin-top: 4em; }
.mt-5 { margin-top: 5em; }

.mb-1 { margin-bottom: 1em; }
.mb-2 { margin-bottom: 2em; }
.mb-3 { margin-bottom: 3em; }
.mb-4 { margin-bottom: 4em; }
.mb-5 { margin-bottom: 5em; }

.mr-1 { margin-right: 1em; }
.mr-2 { margin-right: 2em; }
.mr-3 { margin-right: 3em; }
.mr-4 { margin-right: 4em; }
.mr-5 { margin-right: 5em; }

.m-1 { margin: 1em; }
.m-2 { margin: 2em; }
.m-3 { margin: 3em; }
.m-4 { margin: 4em; }
.m-5 { margin: 5em; }

.p-1 { padding: 1em; }
.p-2 { padding: 2em; }
.p-3 { padding: 3em; }
.p-4 { padding: 4em; }
.p-5 { padding: 5em; }

.pt-1 { padding-top: 1em; }
.pt-2 { padding-top: 2em; }
.pt-3 { padding-top: 3em; }
.pt-4 { padding-top: 4em; }
.pt-5 { padding-top: 5em; }

.pb-1 { padding-bottom: 1em; }
.pb-2 { padding-bottom: 2em; }
.pb-3 { padding-bottom: 3em; }
.pb-4 { padding-bottom: 4em; }
.pb-5 { padding-bottom: 5em; }

.m-0 { margin: 0 !important; }
.p-0 { padding: 0 !important; }

.form-control:focus {
	border-color: #e74c3c !important;
}

.news-entry {
	display: block;
	padding: 1em;
	margin: .5em;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.news-entry h2 {
	margin: 0;
	padding: 0;
}

.news-entry hr {
	padding: 0;
	margin: .5em 0 .5em 0;
}

.news-entry img {
	width: 100%;
	height: auto;
}

.category-thumb {
display: block;
    width: auto;
    height: 100%;
    margin: 0 auto 0 auto;
    max-height: 8em;
    max-width: 100%;
}

#content h3 {
	margin: 2em 0 1em 0;
	padding: 0 0 .5em 0;
	border-bottom: solid #c0392b 1px;
}

.stock-indicator {
	display: inline-block;
	width: 12px;
	height: 12px;
	position: relative;
	border-radius: 50%;
}

.bg-green {
	background: #28a745;
}

.bg-orange {
	background: #FFA500;
}

.bg-red {
	background: #FF0000;
}

.bg-grey {
	background: #cccccc;	
}

.w-25 { width: 25%; }
.w-50 { width: 50%; }
.w-75 { width: 75%; }
.w-100 { width: 100%; }

.mx-auto { margin-left: auto !important; margin-right: auto !important; float: none; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	background: #e74c3c !important;
	background-image: none !important;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background: #e74c3c !important;
	background-image: none !important;
}

.alert-dismissable .close, .alert-dismissible .close {
	right: 0 !important;
	top: 0 !important;
}

.checkbox-optin {
	width: 24px;
	height: 24px;
}

.row-optin {
	transition: all .2s;
	padding: 1em;
}

.row-optin:hover {
	background:	#eee;
	transition: all .2s;
}

.description img {
	max-width: 100% !important;
	height: auto;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #c0392b;
}

td[colspan="2"] {
	border-bottom: 0 !important;	
}

.menu-overlay {
    background: #e74c3c;
    width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1em;
	margin: 0 0 1em 0;
}

.menu-overlay > div {
	flex: 1 0 25%; 
}

#menu .main-link, #menu .link {
	color: #fff;
	padding: .75em;
	display: inline-block;
	text-align: center;
	transition: all .2s;
	width: 100%;
}

#menu .main-link:hover, #menu .link:hover {
	background: #e74c3c;
	color: #fff;
	padding: .75em;
	display: inline-block;
	text-align: center;
	transition: all .2s;
	width: 100%;
}

#menu img {
	max-width: 80px;
	border-radius: 7px;
}

.hidden {
	display: none;
}

.btn-social-email {
	background: #999;
	color: #fff !important;
}

.btn-social-twitter {
	background: #55acee;
	color: #fff !important;
}

.btn-social-facebook {
	background: #3b5998;
	color: #fff !important;
}

.btn-social-pinterest {
	background: #bd081c;
	color: #fff !important;
}

.btn-social-whatsapp {
	background: #5cbe4a;
	color: #fff !important;
}

.img-center {
	margin: 0 auto 0 auto;
}

.product-count-wrapper {
	position: relative;
    width: 0;
    height: 0;
    top: -5px;
    left: 111px;
}

.product-count {
    position: relative;
	border-radius: 50px;
    background: #e74c3c;
	color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.dropdown-menu,
#menu .dropdown-inner a {
	min-width: 300px;
	font-size: 14px;
}


.navbar {
      border: 0;
}

@media(max-width:600px) {
	.garten_category_image {
		min-height: 260px !important;
	}
}

.garten_category_image {
    border: 2px solid #c0392b;
    border-radius: 5px;
    box-shadow: 0 5px 3px #dddddd;
    text-align: center;
    margin-top: 15px;
    min-height: 190px;
    padding: 10px 5px;
}

.garten_category_image a {
	color: #333;
}

.garten_category_image .image {
	min-height: 140px;
}

.garten_category_name {
	min-height: 68px;
	width: 90%;
    margin: 0 auto 0 auto;
}

.font-weight-bold {
	font-weight: bold;
}

figure table {
	width: 100%;
}

figure p {
	margin: 0;
	padding: 0;
}

#content video {
	width: 100%;
    max-height: 500px;
}

.tab-content img {
	max-width: 100%;
	height: auto;
}

.btn-text-expandable { 
	cursor: pointer;
	width: 100%;
	display: inline-block;
	background: inherit !important;
	background-color: inherit !important;
	-webkit-box-shadow: 0px -25px 50px 30px #fff !important; 
	box-shadow: 0px -25px 50px 30px #fff !important;
}

.btn-text-expandable:focus:active {
	background: inherit !important;
	background-color: inherit !important;
}

.btn-text-expandable span { 
	background: #eee;
	color: #aaa;
	margin: 0 auto 0 auto !important;
	padding: 1em 1em .5em 1em;
    max-width: 54px;
	text-align: center;
    float: none;
    display: block;
	border-radius: 7px;
	opacity: .5;
	transition: all .2s;
}

.btn-text-expandable span:hover { 
	opacity: 1;
	transition: all .2s;
}

.shadow {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	transition: all .2s;
	border-radius: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.shadow:hover {
box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	transition: all .2s;
}

div.description,
.description p {
	display: inline-block;
}

#product-product .description {
	width: 100%;
}

#product-product .description p {
	display: block !important;
}

div.description {
	padding: 1em;	
}

.show-mobile-only {
	display: none;
}

@media( max-width: 768px ) {
	.hide-mobile {
		display: none;
	}
	.show-mobile-only {
		display: block !important; 	
	}
	.padding-mobile-1em {
		padding: 1em;
	}
}

.cp1 {	
	border-radius: 7px; 
	height: 160px; 
}

@media(min-width:768px){
	.cp1 {	
		border-radius: 7px; 
		height: 350px; 
	}
}

figure.table table {
	border-radius: 7px; 
	width: 100%;
}

figure.table tr td {
	padding: 0 2em 0 2em !important;
}

.customContainer {
	margin: .10em;
}

@media(max-width: 768px) {
	
	.customContainer {
		padding: 1em !important;
	}
	
	.customContainer .p-1,
	.customContainer .p-2,
	.customContainer .p-3,
	.customContainer .p-4 {
		padding: .15em !important;
	}
}

.btn-container-grey {
	display: block; 
	width: 100%; 
	color: #333; 
	background: #ccc; 
	padding: 1em; 
	margin-top: .5em; 
	text-align: center;
}