/* MAIN STYLES */

body {
    padding-top: 103px;
}
#calendar {
    max-width: 600px;
    margin: 2em auto;
}
.fc .fc-today-button {
    display: none;
}
.fc-h-event {
    background: #92425b;
    border-color: #92425b;
}
.fc .fc-scroller-liquid-absolute {
    overflow: visible !important;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-row {
    margin: 0 -10px;
}
.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.align-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.align-self-bottom {
    align-self: flex-end
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}
.full-height {
    height: 100%;
}

.agecheck {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100000000;
}

.margin-scroll {
  scroll-margin-top: 130px;
}

.container,
.container.with-xlarge {
    width: 100%;
}

.mm-panel:not(.mm-hidden),
.mm-panel_has-navbar .mm-navbar .mm-navbar__title {
    color: #fff;
}

.mm-panel:not(.mm-hidden) {
    background: linear-gradient(to bottom, #99455f 0%, #823b51 100%);
}

.mm-navbar__title {
    font-weight: bold;
}

.mm-menu .mm-listview .mm-btn_next:after {
    border-color: #fff;
}

.main.col-l-9 {
    width: 100%;
}

.list-inline>li {
    padding: 0 .25em;
}

.m-product .splash, .m-productlist .splash{
    right: 1em;
}

.badge {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    line-height: 75px;
    padding: 0;
    text-align: center;
    box-shadow: 3px 3px 10px rgba(0,0,0,.2);
    transform: rotate(-30deg);
}

.badge.badge-warning,
.badge.badge-succes,
.panel-warning,
.panel-succes {
    color: #fff;
}

.panel,
.button,
.button-primary {
    border-radius: 10px;
    overflow: hidden;
}

.button-primary,
.panel-heading,
.site-footer .w-newsletter-signup .panel-footer button {
    background: linear-gradient(to bottom, rgba(170,203,182,1) 0%, rgba(106,165,127,1) 100%);
}

.panel-heading .h5,
.panel-heading .h6 {
    color: #fff;
}

.panel-border .t-striped > li:nth-child(odd) {
    background-color: transparent;
}

.nav-tabs li > a {
    border-radius: 10px 10px 0 0;
}

.t-panel-clean > .pane,
.panel-border .t-striped > li:last-child {
    border-radius: 0 0 10px 10px;
}

.input-group .input-group-main:first-child,
.input-group .input-group-addon:first-child {
    border-radius: 10px 0 0 10px;
}

.input-group .input-group-addon:last-child,
.input-group .input-group-main:last-child {
    border-radius: 0 10px 10px 0;
}

.m-breadcrumb, .m-print {
    margin-bottom: 1.5em;
}

.site-main-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0px 0px 15.52px 0.48px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15.52px 0.48px rgba(0, 0, 0, 0.2);
}

p,
li {
    line-height: 1.75;
}

/* MAIN STYLES END*/

/* HEADER */
.header-container {
    max-width: 1250px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    position: relative;
}

.site-header {
    /* background: #99455f;
    background: -webkit-gradient(linear, left top, left bottom, from(#99455f), to(#823b51));
    background: linear-gradient(to bottom, #99455f 0%, #823b51 100%);
    padding: .5em 0; */
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
}

/* .site-header .dropdown-menu {
    padding-top: 22px;
} */
.site-header .dropdown-menu .dropdown-container {
    background: #f5f5f5;
}
.site-header .dropdown-menu li {
    position: relative;
}
.site-header .dropdown-menu .dropdown-menu {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
}
.site-header .dropdown-menu .dropdown-menu a {
    padding-left: 0;
}
.site-header .dropdown-menu .dropdown-menu .dropdown-container {
    background: #cdaeb7;
}

.table {
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.table-cell.logo-cell {
    width: 50%;
}

.table-cell.menu-cell {
    width: 50%;
}
/* 
.site-header .m-quick-cart .quick-cart-link.button-primary{
    width: 250px;
} */

.search-module{
    width: auto;
    margin-right: 20px;
}

.top-search-form{
    position: relative;
    width: 100%;
    border: 1px solid #813c51;
    border-radius: 25px;
}

.site-header .m-quick-cart .quick-cart-link.button-primary {
    border: none;
    border-radius: 15px;
    padding: 5px 52px !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.site-header .m-quick-cart i {
    font-size: 18px;
    vertical-align: bottom;
    padding-right: 15px;
    margin: 0 !important;
}

.mCart{
    position: relative;
}

.m-quick-cart__count{
    position: absolute;
    top: -2px;
    right: -2px;
    background: #6aa57f;
    border-radius: 100%;
    width: 21px;
    height: 21px;
    text-align: center;
    color: #ffffff!important;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .m-quick-cart .dropdown-container {
    text-align: left;
}

.site-header .form-input {
    border: none;
    background: #fff;
    padding: 0 35px 0 20px;
    /* min-width: 250px; */
    border-radius: 15px;
    height: 28px;
    /* margin-top: 5px; */
}

.site-header .input-group-button {
    position: absolute;
    top: 0;
    right: 25px;
}

.site-header .input-group-button button {
    background: #eeefef;
    border: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    min-width: 20px;
    background: none;
    padding: 0;
    height: 28px;
}

.site-header .input-group-button button i {
    color: #9e4964;
    font-size: 16px;
}

.navbar-collapse[data-group=main-navbar] .m-quick-cart .quick-cart-link.button-primary>.fa.fa-shopping-cart {
    line-height: 18px !important;
    padding: 0 10px 0 0 !important;
}

.site-header .input-group:hover .input-group-main {
    background: white;
}

.site-header .socials-top,
.site-header .top-info,
.site-header .m-quick-cart {
    display: inline-block !important;
    vertical-align: middle;
}

.site-header .socials-top {
    display: inline-block;
    margin: 0 35px;
    vertical-align: middle;
}
.socials-top + .socials-top {
    margin-left: 0;
}

.site-header .socials-top a {
    font-size: 16px;
    color: #000;
    display: inline;
    margin: 0 5px;
}

.site-header .top-info ul {
    padding: 0;
    margin: 0;
}

.site-header .top-info ul i {
    padding-right: 5px;
}

.site-header .top-info ul li,
.site-header .top-info ul li a {
    color: #000;
    font-size: 12px;
    font-weight: 700;

}

.site-header .header-menu,
.site-header .search-module {
    display: inline-block;
    vertical-align: bottom;
}

.site-header .header-menu>ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    /* margin-right: 35px; */
}

.site-header .header-menu>ul>li>a {
    color: white;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0;
}

.site-header .header-menu ul ul {
    text-align: left;
    border-bottom: 3px solid #79384b;
    padding: 10px 0;
}
.site-header .header-menu ul ul a  {
    padding: 0;
}

.site-header .header-menu ul ul li a:hover {
    color: #79384b;
}

.navbar-header {
    display: block;
    text-align: right;
    float: none;
}

.navbar-toggle {
    display: block;
}


.site-header .navbar-header>a {
    font-size: 32px;
    color: #ffffff;
    vertical-align: middle;
    display: inline-block;
}
.site-header .navbar-header .dropdown-menu {
    right: 0;
    left: auto;
}

.text-menu-mobile {
    padding-left: 20px;
}

.text-menu-mobile li {
    padding: 10px 0;
}

.text-menu-mobile li:not(:last-child) {
    border-bottom: 1px solid #DADADA;
}

.mm-listitem.mobile-search {
    margin: 20px;
}

.mm-listitem.mobile-search:after {
    border: none;
}

.mm-slideout { 
    z-index: 0; 
}
.mm-menu_offcanvas {
    z-index: 99999999999999;
}

.e-link{
    position: absolute;
    top: 3px;
    left: 10px;
}

.e-link p{
    margin: 0;
}

.e-link img{
    width: 100px;
    margin: 0;
}

.top-bar{
background: linear-gradient(to bottom, rgba(170,203,182,1) 0%, rgba(106,165,127,1) 100%);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin: 0px 0 7px 0;
}

.top-bar p{
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
}

/* new header */
.site-header-top{
    background: #fff;
    padding: 10px 0;
}

.site-header-bottom{
    background: #99455f;
    background: -webkit-gradient(linear, left top, left bottom, from(#99455f), to(#823b51));
    background: linear-gradient(to bottom, #99455f 0%, #823b51 100%);
    padding: 10px 0;
}

.logo-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo-section .logo{
    margin-right: 20px;
    max-width: 170px;
}

.site-header .dropdown-menu{
    padding-top: 7px;
}

.site-header-bottom .container .flex{
    flex-direction: column;
}

.site-header .search-module{
    margin-top: 10px;
}

/* HEADER END */

/* Text pages */
.fronpage-links {
    margin: 25px 0;
}

.fronpage-links ul li {
    text-align: center;
}
.category-item-title .h5,
.fronpage-links ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #494949;
}

.fronpage-links img {
    width: 146px;
    height: 146px;
    border-radius: 50%;
    box-shadow: 0 0 25px rgba(0, 0, 0, .3);
    margin: 1em auto;
}

.m-text-article {
    margin-bottom: 25px;
}

.text-page-left,
.text-page-right {
    border-radius: 10px;
    padding: 20px;
}

.text-page-left {
    background: #f7f7f7;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dcdcdc));
    background: linear-gradient(to bottom, #f7f7f7 0%, #dcdcdc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.text-page-left h4,
.text-page-right h4,
.category-headline  {
    text-transform: uppercase;
}

.text-page-left p,
.text-page-right p {
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px;
}

.text-page-right {
    background: #9e4963;
    background: -webkit-gradient(linear, left top, left bottom, from(#9e4963), to(#8d4158));
    background: linear-gradient(to bottom, #9e4963 0%, #8d4158 100%);
    display: block;
    width: 100%;
}

.text-page-right ol {
    color: white;
}

.cellSeperator {
    display: none;
    width: 0%;
}

/* usp */

.usp {
    background: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dcdcdc));
    background: linear-gradient(to bottom, #f7f7f7 0%, #dcdcdc 100%);
    border-radius: 10px;
}

.usp ul li a img {
    opacity: 0.7;
}

.usp ul li a:hover img {
    opacity: 1;
}

.usp ul li:first-child,
.usp ul li:last-child,
.usp ul li {
    padding: 0 1.5em
}

.usp .page-title.page-title-frontpage .h1 {
    color: #9e4963;
}

.page-title {
    text-transform: uppercase;
}

/* text pages */

/* SIDEBAR */

.column {
    display: none;
}

.column-box.b-productcategories .b-productcategories-header {
    display: none;
}

.column .panel-body,
.column .panel-border {
    padding: 0;
    background: none;
}

.column-box.b-productcategories .panel-body>ul>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 700;
    padding: .5em 1em;
    border-radius: 5px;
    vertical-align: middle;
}

.column-box.b-productcategories .panel-body>ul>li>span {
    color: #fff;
    position: absolute; 
    right: 10px;
    top: 12px;
    font-size: .6em
}

.column-box.b-productcategories .panel-body>ul>li:not(.active)>.fa-chevron-down,
.column-box.b-productcategories .panel-body>ul>li.active>.fa-chevron-right {
    display: none;
}

.column-box.b-productcategories .panel-body>ul>li {
    margin-bottom: 10px;
    background: #94445c;
    background: -webkit-gradient(linear, left top, left bottom, from(#94445c), to(#753649));
    background: linear-gradient(to bottom, #94445c 0%, #753649 100%);
    border-radius: 10px;
}

.column-box .nav ul {
    padding: 0;
}

.column-box.b-productcategories .panel-body ul ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 300;
    display: block;
    padding: 5px;
}

.column-box.b-productcategories .panel-body ul ul li {
    position: relative;
    padding-left: 10px;
}

.column-box.b-productcategories .panel-body ul ul li:nth-child(odd),
.mm-listitem:nth-child(odd) {
    background: rgba(255,255,255,.1);
}

/* SIDEBAR END */

/* SLIDER */
.hero-slider-theme,
.product-slider-theme {
    margin: 0;
}

.owl-pagination {
    display: none;
}

/* SLIDER END */

/* FRONTPAGE PRODUCTS */

.page-title.page-title-frontpage .h1 {
    font-size: 27px;
    font-weight: 700;
}

.productItem .type-col {
    -webkit-box-shadow: 0px 0px 15.52px 0.48px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15.52px 0.48px rgba(0, 0, 0, 0.2);
    border: none;
}

.productItem .type-col,
.productItem .productContent,
.form-input {
    border-radius: 10px;
}

.productItem .title {
    margin-bottom: 0;
}

.product-title,
.title.m-productlist-heading .h5.m-productlist-title {
    text-transform:uppercase;
}

.title.m-productlist-heading .h5.m-productlist-title {
    font-size: 13px;
    font-weight: 700;
    color: #94445c;
}

.short-description.m-productlist-short-description p {
    font-size: 13px;
}

.content.product-transaction.m-productlist-transactions {
    padding-top: .5em;
    padding-bottom: .5em;
    text-align: center;
}

.prices .m-productlist-discount s {
    font-size: 12px;
    color: #494949;
}

.prices .m-productlist-price.h5 {
    font-size: 1.6em;
    color: #6aa57f;
    font-weight: 600;
}

.content.product-transaction.product-action {
    padding: 0;
}

.content.product-transaction.product-action .form-group {
    margin: 0;
}

.productItem .type-col .product-transaction {
    border: none;
}

.m-productlist .badge.badge-succes {
    display: none;
}

.m-product-splash-sale{
    float: right;
}

.m-productlist .badge.badge-warning {
    background: url(/upload_dir/pics/sale-icon.png) no-repeat center;
    width: 79px;
    height: 78px;
    box-shadow: none;
    float: right;
}

.m-productlist .badge.badge-danger {
    float: left;
}

.custom-badges{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}

.badge.badge-custom{
    border-radius: 0 !important;
    color: #fff;
    text-align: center;
    width: max-content;
    transform: none;
    line-height: normal;
    height: unset;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 5px;
}

.badge-freeText1{
    background: #91415A;
}

.badge-freeText2{
    background: #6AA57F;
}

.badge-freeText3{
    background: #494949;
}

.content.product-transaction.product-action .form-group button,
.content.product-transaction.product-action .form-group button span,
.content.product-transaction.product-action .form-group a {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    border-radius: 0 0 10px 10px;
}

.category-item-title {
    text-align: center;
    text-transform: uppercase;
}

.m-product-description hr {
    border-color: #ccc;
}


/* FRONTPAGE PRODUCTS END */

/* FOOTER */
.site-footer {
    background: #94445c;
    background: -webkit-gradient(linear, left top, left bottom, from(#94445c), to(#843d52));
    background: linear-gradient(to bottom, #94445c 0%, #843d52 100%);
    color: #fff;
    line-height: 18px;
    border-radius: 10px;
    padding: 3em 0;
    max-width: calc(100% - 20px);
    margin: auto;
}

.site-footer ul {
    list-style: none;
}

.site-footer .dropdown-menu {
    position: static;
}

.site-footer .dropdown-container {
    background-color: #92435b;
}

.site-footer li a,
.site-footer a {
    display: block;
    color: white;
    font-size: 13px;
}

.site-footer li a:hover,
.site-footer a:hover {
    color: #6aa57f;
}

.site-footer h4 {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    margin: 25px 0 15px 0;
}

.site-footer .contact-data-country span {
    text-transform: capitalize;
}

.site-footer .social-links a {
    display: inline-block;
    font-size: 26px;
}

.site-footer .social-links a:first-child {
    margin-right: 15px;
}

.site-footer .offers-bottom li {
    position: relative;
    padding-left: 20px;
}

.site-footer .offers-bottom li:before {
    content: "\f00c";
    position: absolute;
    top: 0px;
    left: 0;
    font-family: FontAwesome;
    color: #6aa57f;

}

.site-footer .w-newsletter-signup .panel-body {
    padding: 0;
}

.site-footer .w-newsletter-signup .panel-body input {
    border-radius: 20px;
    border: none;
}

.site-footer .w-newsletter-signup .panel-footer {
    border: none;
    padding: 0;
}

.site-footer .w-newsletter-signup .panel-footer button {
    border: none;
    border-radius: 20px;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    width: 50%;
    display: inline-block;
}

.site-footer .w-newsletter-signup .panel-footer a {
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
    padding: 5px;
    line-height: 25px;
    width: 50%;
}

.credit-cards img,
.credit-cards a {
    display: inline-block;
    vertical-align: middle;
    margin: 1em 0;
}

.credit-cards p {
    margin: 0;
    padding: 15px 0;
}

.credit-cards .container.with-xlarge.trailing-trip {
    margin-bottom: 0;
}

/* FOOTER END */

#kalender321 {
        width: 92vw;
    }


.modal-newsletter {
    position: relative;
    z-index: 9999999999;
}

.modal-newsletter>button {
    background: #813c51;
    border: none;
    padding: 10px;
    transition: all .2s ease-in;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 200px;
    width: 90%;
    color: #fff;
}

.modal-newsletter>button.slide-up {
    bottom: -100px;
}

.modal-newsletter img {
    max-width: 40%;
    margin: 0;
    display: none;
}

.modal-newsletter>div>div>button {
    background: none;
    border: none;
    font-size: 2em;
    float: right;
    margin-top: -10px;
    display: inline-block;
}

.modal-newsletter>div {
    bottom: -5000px;
    background-color: #f7f7f7;
    background-size: 25%;
    background-position: left top;
    background-repeat: no-repeat;
    width: 90%;
    position: fixed;
    right: 10px;
    z-index: 999;
    transition: all .2s ease-in;
    max-width: 550px;
}

.modal-newsletter>div>div {
    padding: 1em;
}

.modal-newsletter .h4 {
    font-size: 1.2em;
    font-weight: bold;
}

.modal-newsletter .h4:after {
    content: "";
    display: block;
    max-width: 100px;
    margin: 1em auto;
    height: 3px;
    background: rgb(134 61 84);
}

.modal-newsletter .form-input {
    height: auto;
    padding: 1em;
}

.italic {
    font-style: italic;
}

.modal-newsletter>.slide-up {
    bottom: 0;
}

.m-blog-list-container>div {
    margin: 1.5em 0;
}
.m-blog-list-item {
    box-shadow: 0px 3px 15px rgb(69 69 69 / 20%);
}
.m-blog-list-item>.blog-content {
    padding: 1em 2em;
}
.cat-tags {
    margin: 1em -5px;
}
.cat-tags>a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 1em;
    border: 1px solid #ddd;
    margin: 5px;
    display: inline-block;
}

.grid-background .grid-cell {
    padding: 2em;
    background: #eee9e1;
    border-radius: 20px;
}
.ck-content table {
    width: 100% !important;
}
.ck-content table td {
    padding: 10px;
}
.blured-content {
    position: relative;
    height: 120px;
    overflow: hidden;
}

.blured-content-category{
    position: relative;
    height: 110px;
    overflow: hidden;
}

.blured-content-category:after,
.blured-content:after {
    content: "";
    position: absolute;
    height: 75px;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.m-product-description.blured-content + .panel-description-btn .less,
.category-description.blured-content-category + .panel-description-btn .less{
    display:none;
}
.m-product-description:not(.blured-content) + .panel-description-btn .more,
.category-description:not(.blured-content-category) + .panel-description-btn .more{
    display:none;
}

.modal-contact {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    height: 60px;
    width: 60px;
}
.modal-contact button {
    border: none;
    padding: 0;
    background: none;
    line-height: 0;
}
.modal-contact>button {
    background: #813c51;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    box-shadow: 0 0 60px rgb(0 0 0 / 50%);
}
.modal-contact button svg {
    fill: #fff;
}
.modal-contact>button svg {
    width: 32px;
    height: 32px;
}
.modal-contact>div {
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in;
    margin-bottom: 10px;
    box-shadow: 0 0 60px rgb(0 0 0 / 15%);
    border-radius: 6px;
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 290px;
    font-size: .9em;
}
.modal-contact>.show-modal {
    opacity: 1;
    visibility: visible;
}
.modal-contact>.show-modal+div {
    opacity: 0;
    visibility: hidden;
}
.modal-contact>div header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-radius: 6px 6px 0 0;
    position: relative;
    background: #813c51;
    color: #fff;
}
.modal-contact header svg {
    width: 16px;
    height: 23px;
    margin-left: 20px;
}
.modal-contact>div div {
    padding: 15px;
    background: #fff;
    border-radius: 0 0 6px 6px;
}
.modal-contact>div ul {
    margin: 0;
}
.modal-contact>div ul li {
    padding: 15px 0;
}
.modal-contact>div ul li:not(:last-child) {
    border-bottom: 1px dashed #eee;
}
.modal-contact>div svg,
.modal-contact>div .fa {
    margin-right: 10px;
    vertical-align: middle;
}
.modal-contact>div .fa {
    font-size: 20px;
}
.modal-contact>div svg {
    width: 20px;
    height: 20px;
}
.contact-default button {
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
}
.modal-contact>div:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: -4px;
    right: 25px;
    transform: rotate(45deg);
}

.modal-contact>button:after {
    content: '';
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    -webkit-animation-name: ripple;
            animation-name: ripple;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.65,0,.34,1);
            animation-timing-function: cubic-bezier(.65,0,.34,1);
    z-index: -1;
}
.modal-contact>button:after,
.modal-contact>button:before {
    border: 8px solid rgb(129 60 81 / 70%);
}

.short-description.m-productlist-short-description{
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@-webkit-keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(.75,.75,1)
    }
    to {
        opacity: 0;
        transform: scale3d(1.5,1.5,1)
    }
}
@keyframes ripple {
    from {
        opacity: 1;
        transform: scale3d(.75,.75,1)
    }
    to {
        opacity: 0;
        transform: scale3d(1.5,1.5,1)
    }
}

.icon-item{
    width: 25%;
    display: flex;
}

.icon-item img{
    width: 100%;
    margin: 0;
    border-radius: 5px;
}

/* .product-icons-headline{
    color: inherit;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
} */

.input-group-btn .btn{
    height: 32px;
    width: 32px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #99455f;
    color: #fff!important;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 27px;
}

.flex.col{
    flex-direction: column;
        margin-left: 10px;
}

.m-product-transaction-unittitle{
    padding: 5px;
    border-right: 1px solid #cfcfcf!important;
    border-radius: 0 5px 5px 0!important;
}

.contactInfoContainer input[type="radio"]{
    display: none;
}

.contactInfoContainer .m-checkout-customer-type .button-group{
    margin: 0 -5px;
}

.contactInfoContainer .m-checkout-customer-type .button-group > label{
    flex-grow: 1;
    margin: 5px;
}

.stepContainer.box5 .buttonContainer .button,
.stepContainer.box5 .buttonContainer .button-primary{
    font-size: 14px;
}

.stepContainer.box5 .buttonContainer .button-primary{
    font-weight: 700;
}

.m-cart-header .button-primary,
.m-cart-coupon-row .button-primary{
    font-size: 14px;
    text-transform: capitalize;
}

.links-bottom .dropdown:hover .dropdown-menu{
    display: block;
    opacity: 1;
}

@media(max-width:359px){
    .m-product-transaction-amount .input-group.flex{
        flex-direction: column;
    }
    .input-group-btn .btn{
        margin-left: 0;
        margin-right: 10px;
        margin-top:10px;
    }
}

@media(max-width: 479px) {
    .modal-contact{
        bottom: 80px;
    }
}

@media(min-width: 375px) {

    .usp ul li:first-child,
    .usp ul li:last-child,
    .usp ul li {
        padding: 0 1.25em
    }
}

@media (min-width: 768px) {
    .modal-newsletter img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: auto;
        bottom: 0;
        object-fit: cover;
        height: 100%;
    }
    .modal-newsletter img+div {
        width: 60%;
        margin-left: auto;
    }
    .icon-item{
        width: 12.5%;
    }
}

@media(max-width:959px){
    .navbar-collapse{
        padding: 0;
        height:0;
    }
    .site-header .table{
        display:flex;
        align-items:center;
    }
    
    .site-header .table .table-cell:last-child{
        display: flex;
        justify-content: flex-end;
    }
    .site-header .input-group-button button i{
        font-size: 21px;
        margin-top: -3px;
    }
}

@media (min-width: 960px) {
    .navbar-collapse,
    .navbar-collapse.is-collapsed {
        display: none !important;
        width: 10000000px;
        padding: 0;
        opacity: 1;
    }
    .blured-content-category{
        position: relative;
        height: 65px;
        overflow: hidden;
    }

    .site-header-bottom .container .flex{
        flex-direction: row;
    }

    .logo-section{
        width: auto;
    }

    .logo-section .logo {
        max-width: 150px;
    }

    .site-header .search-module{
        margin-top: 0;
    }
    .site-header .dropdown-menu{
        padding-top: 12px;
    }
    .site-header .item-myaccount .dropdown-menu {
        left: auto;
        right: 0;
    }
    .site-header .item-myaccount .dropdown-menu ul {
        text-align: right;
    }
}

@media (min-width: 1025px) {
    body {
        background: url(../images/bg.jpg) top center repeat-x;
    }
    .site-header,
    .site-header.fixed {
    	-webkit-transition: all 0.2s ease-in-out;
    	transition: all 0.2s ease-in-out;
    }
    .e-link{
       top: 0;
    }
    .e-link img{
        width: 120px;
    }
    .table-cell.logo-cell {
        width: 16%;
    }
    
    .main.col-l-9 {
        width: 75%;
    }
        .table-cell.menu-cell {
        width: 81%;
    }

    .navbar-collapse,
    .navbar-collapse.is-collapsed {
        display: table-cell !important;
        width: 10000000px;
        padding: 0;
        opacity: 1;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-header {
        display: none;
    }
    .column {
        display: block;
        position: sticky;
        top: 125px;
        overflow-y: auto;
        max-height: calc(100vh - 125px);
    }
    .text-page-left,
    .text-page-right {
        border-radius: 10px;
        padding: 25px 40px 20px 20px;
    }

    .text-page-left {

        display: table-cell;
        width: 59%;
        margin-bottom: 0;
    }

    .text-page-left h4,
    .text-page-right h4 {
        text-transform: uppercase;
    }

    .text-page-left p,
    .text-page-right p {
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .text-page-right {
        display: table-cell;
        width: 40%;
    }

    .cellSeperator {
        display: table-cell;
        width: 1%;
    }

    .site-footer {
        padding: 3em 2em;
    }

    .site-footer h4 {
        margin: 0 0 30px 0;
    }
    #kalender321 {
        width: 50vw;
        max-width: 800px;
    }
}

@media (min-width: 1140px) {
    .logo-section .logo{
        max-width: 200px;
    }
    .site-header .header-menu>ul>li>a{
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .logo-section .logo{
        max-width: 100%;
    }
}

@media (min-width: 1280px) {
    .site-header-top .header-container > .flex{
        width: 79.16667%;
        margin: 0 0 0 auto;
    }
    .site-header .search-module {
        flex: 1;
    }
}

@media (max-width: 959px) {
    .site-header {
        margin-bottom: 32px;
    }
    .site-header [class*=col-] {
        position: static;
    }

    .search-module,
    .search-module input {
        width: 100%;
        border-radius: 0;
    }
    .ac_results_search {
        left: 10px !important;
        right: 10px !important;
    }
}