img {
    max-width: 100%;
}

.angular-productlist {
    min-height: 0;
}
.dropdown-container {
    background: #111;
}
.nav-breadcrumbs li,
.nav-breadcrumbs a span {
    color: #555;
}

.category-description,
.m-text,
.category-description span,
.m-text span,
.category-short-description,
.category-short-description span,
.category-item-title a:hover h4 {
    color: #fff !important;
}

.m-product-additional-info-tabs li.active a {
    background: #c6a75b;
    border-color: #c6a75b !important;
}
.m-product-additional-info img {
    max-width: 100%;
    height: auto !important;
}

.m-product-orderform-info .m-product-orderform-stock,
.m-product-orderform-stock span,
.m-product-orderform-stock .fa {
    color: #ddc47d;
}

.m-product-sellingpoints li span {
    color: #c4c4c4;
}

.button-primary,
.category-item-title a {
    background: linear-gradient(180deg, rgba(192,159,82,1) 0%, rgba(225,202,132,1) 70%, rgba(203,169,95,1) 100%) !important;
}
.category-item-title a {
    border: none;
}

.site-corporate .w-language-picker > .w-language {
    font-size: 18px;
}

.site-corporate .w-language .list-inline {
    padding: 0 1em;
}

.site-corporate .w-language-picker .button.xsmall img {
    width: 16px;
}

.site-corporate .w-language-item a {
    font-size: .8em !important;
}

.site-corporate .w-language-item a img {
    width: 100%;
}

.sellingspoints {
    margin: 1.5em 0;
}

.item-myaccount .item-newsletterSignup,
.emptyCategory {
    display: none;
}

.site-header {
    padding: 0 !important;
}

.site-header .w-logo img {
    max-height: 100px !important;
}

.site-corporate .social-link {
    color: #fff;
    padding: .75em;
    display: inline-block;
    font-size: .8em;
    text-transform: uppercase;
}

.site-corporate .social-link .fa {
    margin: 0 .5em;
    font-size: 1.5em;
    vertical-align: middle;
}

.quick-cart-link.button-primary.button-icon.right {
    font-weight: bold;
}

.w-search input::-webkit-input-placeholder {
    color: #c4a527;
    font-weight: bold;
}

.pagination > li a {
    color: #fff;
}

.frontpage_box > p {
    min-height: 32px;
}

.modules.productlist > .row:first-child,
.page-title {
    border: none;
}


.retailer_list {
    width: 100%;
    border: solid #ddd;
    border-width: 1px 1px 0;
}

.retailer_list thead {
    box-shadow: 0 -5px 5px rgba(0,0,0,.2);
}

.retailer_list th,
.retailer_list td {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}

.retailer_list td {
    text-transform: uppercase;
}

.retailer_list td:first-child {
    font-weight: bold;
}

.retailer_list .fa-times {
    color: #666;
}

.m-productlist-tractions-button {
    margin-top: .25em;
}
.pagination > li a {
    background-color: #b5902b;
}

.pagination > li.current a {
    background-color: #050505;
}

.panel-danger,
.panel-warning {
    color: #000;
}

.m-productlist-amount input,
.m-productlist-amount button {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

#newsletter_popup {
	color: #3c3c3c;
	position: fixed;
	top: 100%;
	right: 0;
	left: 0;
	bottom: 0;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#newsletter_popup .nav>li {
    width: 50%;
    margin: 0;
}

#newsletter_popup .nav,
#newsletter_popup .nav>li a {
    border: none;
}

#newsletter_popup .nav>li.active a {
    background: #b5902b;
    color: #fff;
}

#newsletter_popup .wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	background: rgba(0, 0, 0, .6);
	position: relative;
}

#newsletter_popup .wrapper .cell {
	width: 75%;
	min-width: 100px;
	max-width: 250px;
	background: #fff;
	box-shadow: 0 0 60px rgba(0, 0, 0, .5);
    margin: auto;
    padding: 40px 30px;
	font-weight: 600;
    position: relative;
    text-align: left;
    border: 5px solid #b5902b;
}

#newsletter_popup .popup-headline{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
#newsletter_popup .popup-list{
    margin-top: 20px;
}

#newsletter_popup .popup-list li:not(:last-child){
    margin-bottom: 5px;
}

#newsletter_popup .popup-list li a{
    text-transform: uppercase;
}

#newsletter_popup .popup-list li img{
    max-width: 16px;
    margin: 0;
    display: inline-block;
}

#newsletter_popup .trailing-trip {
    padding: 10px 25px;
}

#newsletter_popup .trailing-trip ,
#newsletter_popup .toggle-content>.pane.active {
    margin-bottom: 0;
}

#newsletter_popup .trailing-trip ul {
    font-size: .8em;
    text-align: left;
    font-weight: 400;
}

#newsletter_popup img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.close_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 35px;
	color: #fff;
	z-index: 2;
}

#newsletter_popup .button {
	width: 100%;
	background: #b5902b;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-size: 13px;
}

#tab {
	position: fixed;
	bottom: 0;
	right: 0;
	background: #b5902b;
	color: #fff;
	display: block;
	width: 150px;
	height: 41px;
	line-height: 44px;
	text-align: center;
	box-shadow: 0px 0px 15px 0px rgba(122, 106, 109, 1);
	cursor: pointer;
}

.custom-description {
    color: #b5902b;
    font-weight: bold;
    font-size: 1.3em;
}

.m-product-additionals {
    padding: 1em;
}

.m-product-additionals-list fieldset {
	display: inline-block;
	width: 80px;
	margin-bottom: 1em;
	vertical-align: top;
}

.m-product-additionals-list .m-product-additionals-label {
	position: relative;
	display: block;
}

.m-product-additionals-list b {
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.m-product-additionals-list .m-product-additionals-input.checkbox,
.m-product-additionals-list .m-product-additionals-input.radio {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}

.m-product-additionals-input.checkbox:checked+b:after,
.m-product-additionals-input.radio:checked+b:after {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	vertical-align: middle;
}

.m-product-additionals-list img {
	margin: 0;
	height: 50px !important;
	width: 50px !important;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.m-cart-product-additional-content img,
.m-checkout-additional-content img,
.w-product-additional-title img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: 5px 10px 5px 0;
}

.frontpageImage img {
    width: 100% !important;
    max-height: 389px;
    object-fit: cover;
}

.frontpageImage .textContainer {
    height: 70%;
}

.slider-wrap {
    margin-bottom: 1em;
}

.frontpage-content img {
    max-width: 100%;
}

.modal .modal-inner {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 99;
    transition: all .2s ease-in;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal .modal-inner .form-wrapper {
    padding: 4em 2em 2em;
    background: #000;
    min-width: 300px;
    position: relative;
}
.modal .modal-inner .form-wrapper>button {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
    background: none;
    border: none;
}
.modal .modal-inner .form-wrapper>button:before,
.modal .modal-inner .form-wrapper>button:after {
    content: "";
    width: 100%;
    display: block;
    border-bottom: 1px solid;
}
.modal .modal-inner .form-wrapper>button:before {
    transform: rotate(45deg);
    margin-top: 15px;
}
.modal .modal-inner .form-wrapper>button:after {
    transform: rotate(-45deg);
}
.modal .modal-inner ul {
    padding: 0;
}
.modal.is-opened .modal-inner {
    opacity: 1;
    visibility: visible;
}
.modal .tab {
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 9999;
    width: auto;
}

.modal .modal-inner img {
    margin: 0;
}

.table {
    overflow-x: auto;
    position: relative;
}
.table>table {
    width: 100%;
    min-width: 900px;
    position: relative;
}
.table>table th:first-child,
.table>table td:first-child {
    position: sticky;
    left: 0;
    background-color: #000;

}

video {
    display: block;
    width: 100%;
    margin: 1em 0;
}

@media (min-width: 1024px) {
    #newsletter_popup .trailing-trip {
        background: url(/upload_dir/pics/newsletter-bg.png) left center no-repeat;
        padding-left: 50%;
        margin-top: -3px;
        background-size: contain;
    }
}

@media (min-width: 768px) {
    .last-hidden .productItems>.productItem:last-child {
        display: none;
    }
}

@media (max-width: 767px) {
    .frontpageImage .textContainer {
        height: 90%;
    }
    .retailer_list thead {
        display: none;
    }
    
    .retailer_list td {
        display: block;
        font-size: .9em;
    }
    
    .retailer_list td:before {
        content: "";
        display: inline-block;
        width: 25%;
        text-transform: none;
    }
    
    .retailer_list td:first-child:before {
        content: "Store";
    }
    
    .retailer_list td:nth-child(2):before {
        content: "Adresse";
    }
    
    .retailer_list td:nth-child(5):before {
        content: "Telefon";
    }
    
    .retailer_list td:nth-child(6):before {
        content: "\f0e0";
        font-family: 'FontAwesome';
    }
    
    .retailer_list td:nth-child(7):before {
        content: "\f0ac";
        font-family: 'FontAwesome';
    }
}