﻿.article-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px 10px;
    margin: 15px 0;
    text-align: center;
    min-height: 400px;
    background-color: transparent;
    transition: .2s ease-in all;
}

.article-box-buttons {
display: flex;
    flex-wrap: nowrap;
    margin-top: 15px;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
transition: .2s ease-in all;
}

.article-box-hover {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
background-color: #fff;
}

.article-box-img {
    max-height: 300px;
    margin-bottom: 20px;
}

.article-box-price {
color: #323232;
font-size: 14px;

}

.article-box-title {
color: #323232;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.aum-btn-default {
font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #323232;
    border-radius: 20px;
    background: transparent;
    border: 2px solid #323232;
    text-align: center;
    padding: 6px 12px;
    align-items: center;
    justify-content: center;
    position: relative;
    display: inline-flex;
    margin: 5px;
    cursor: pointer;
    width: 100%;
    -webkit-transition: ease-in all 0.2s;
    transition: ease-in all 0.2s;
}

.aum-btn-primary {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-radius: 20px;
    background: #e81d54;
    border: 2px solid #e81d54;
    color: #fff;
    text-align: center;
    padding: 6px 12px;
    align-items: center;
    justify-content: center;
    position: relative;
    display: inline-flex;
    margin: 5px;
    cursor: pointer;
    width: 100%;
    -webkit-transition: ease-in all 0.2s;
    transition: ease-in all 0.2s;
}

.aum-btn-primary-hover {
    background: #e04f73;
border-color: #e04f73;
color: #fff;
}

.aum-link-default {
    position: relative;
    background: none;
    border: none;
    color: #999;
    padding: 0;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
}

.aum-link-primary {
    position: relative;
    background: none;
    border: none;
    color: #e81d54;
    padding: 0;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
}

.big-centered-icon {
font-size: 45px;
    text-align: center;
}

.box {
    background: white;
    margin: 15px 0;
    padding: 10px 25px;
    position: relative;
    display: flex;
    color: #fff;
    min-height: 200px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.box-addr {
    min-height: 210px;
}

.box-addr-details {
    position: relative;
    margin: 15px 0;
    font-size: 16px;
}

.box-arrow {
    position: absolute;
    bottom: 5px;
    right: 15px;
    color: #e81d54;
    font-size: 18px;
display: none;
}

.box-auto {
min-height:auto;
}

.box-auto-body {
    padding: 15px 0;
    position: relative;
    border-top: 1px solid #eee;
    margin: 0 15px;
display: none;
}

.box-auto-head {
position:relative;
width:100%;
height:60px;
align-items: center;
    padding-left: 15px;
cursor:pointer;
}

.box-body {
    position: relative;
    padding: 20px 25px 10px 25px;
    font-size: 14px;
}

.box-form {
    position: relative;
    display: block;
    background: white;
    padding: 30px 40px;
    margin-top: 30px;
}

.box-hint {
    text-align: center;
    padding: 15px 30px;
}

@media screen and (max-width: 768px) 
{
.box-hint {
    padding: 15px;
}
}

.box-hint-head {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 10px;

}

.box-hint-icon {
    color: #e81d54;
    font-size: 34px;
    margin-bottom: 5px;
}

.box-img {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    position: absolute;
top:0;
left:0;
    height: 100%;
transition: .2s ease-in all;
filter: grayscale(70%) brightness(70%);

}

.box-manual-title {
    text-align: center;
    margin-bottom: 30px;
}

.box-prod-body {
    position: relative;
    padding: 10px 25px 130px 25px;
    font-size: 14px;
}

.box-prod-img {
position: relative;
    display: flex;
    height: 190px;
    justify-content: center;
    align-items: center;
    padding: 15px;
    overflow: hidden;
}

.box-prod-name {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
}

.box-prod-price {
    position: relative;
    display: block;
    text-align: center;
    margin: 10px 0;
    font-size: 18px;
}

.box-prod-small {
    min-height: 370px;
}

.box-prod-tocart {
    width: 100%;
    padding: 0 25px;
}

.box-prod-tocart-input {
    width: 20%;
    text-align: center;
    border: 2px solid #eee;
    border-radius: 3px 0 0 3px;
height:36px;
}

.box-prod-tocart-submit {
    background: #eee;
    border: 2px solid #eee;
    border-radius: 0 3px 3px 0;
    width: 80%;
    color: #e81d54;
    height: 36px;
cursor:pointer;
}

.box-title {
position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.contact-box {
margin: 20px;
text-align: center;
}

.contact-box-img {
max-width: 100%;
}

.contact-box-title {
font-weight: bold;
padding: 10px 0 5px 0;
}

.content-row {
background-position:right top;
background-repeat:no-repeat;
background-color: #eee;
    background-size: 37% auto;
    background-position: right 10% top 70px;
padding: 35px 0;
}

.content-row-bg {
width:100%;

min-height:500px;
background-position: center;
background-size:cover;
background-color: #eee;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-row-init {
background-position:right top;
background-repeat:no-repeat;
background-image:url('/AmanUndMerkle/CustomUpload/374O357O340O370O356O369O350O320O364O352O365O340O365O355O332O356O369O362O363O356O/WebPortal/aum2018/img/content_row_bg.png');
}

.content-row-init-white {
padding: 30px;
    margin: 25px;
    color: #fffefe;
    line-height: 1.85;
    font-size: 13px;
}

@media screen and (max-width: 425px) 
{
.content-row-init-white {
    padding: 15px;
    margin: 0;
}
}

.content-row-min {
min-height:1000px;
}

.dyn-img {
max-height:100%;
max-width:100%;
}

.field-error {
    border-color: #e81d54 !important;
}

.fly-bottom-right {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.fly-top-right {
position: absolute;
top: 5px;
right: 15px;
}

.footer {
background: #313131;
position: relative;
padding: 40px 0;
min-height:300px;
color: #fff;
}

@media screen and (max-width: 425px) 
{
.footer {
    padding: 10px 0;
}
}

.footer-copyright {
    color: #bbb;
    font-size: 14px;
    text-align: center;
}

.footer-legals-menu {
    list-style: none;
    position: relative;
    display: flex;
flex-wrap: wrap;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    height: 60px;
}

@media screen and (max-width: 425px) 
{
.footer-legals-menu {
display: block;
    height: auto;
    padding: 10px 0;
}
}

.footer-legals-menu-entry {
list-style: none;
    margin: 0 5px;
}

.footer-legals-menu-link {
padding: 0 10px;
color: #fff;
font-size: 15px;
line-height: 1.6;
}

.footer-menu {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

@media screen and (max-width: 425px) 
{
.footer-menu {
    padding: 10px;
}
}

.footer-menu-entry {
padding:0;
list-style: none;
}

.footer-menu-link {
color: #fff;
display: inline-block;
position:relative;
}

.footer-menu-sub {
padding:0;
margin:0;
}

.footer-part-text {
font-size: 15px;
line-height: 1.6;
color: #fff;
}

@media screen and (max-width: 425px) 
{
.footer-part-text {
    text-align: center;
    padding-top: 20px;
}
}

.footer-phone {
    color: white;
}

.form-row {
margin-bottom: 20px;
}

.grey-line {
background:#eee;
height:1px;
margin: auto;
}

@media screen and (max-width: 425px) 
{
.grey-line {
width:95%;
}
}

.header {
width:100%;
position:fixed;
height:80px;
top:0;
left:0;
z-index: 10001;
-webkit-transition: height ease-in 0.2s;
transition: height ease-in 0.2s;
background-color: #6b6b6b;
}

@media screen and (max-width: 768px) 
{
.header {
height:60px;
}
}

.header-logo {
background-position:left center;
background-repeat:no-repeat;
background-image:url('/AmanUndMerkle/CustomUpload/374O357O340O370O356O369O350O320O364O352O365O340O365O355O332O356O369O362O363O356O/WebPortal/aum2018/img/aman-merkle-logo-horizontal.svg');
width:15%;
height:65px;
display:inline-block;
position:relative;
background-size: contain;
-webkit-transition: height ease-in 0.2s;
transition: height ease-in 0.2s;
}

@media screen and (max-width: 768px) 
{
.header-logo {
height: 45px;
margin: 0 auto;
    margin-left: 50%;
    transform: translateX(-75%);
}
}

.header-menu {
position:relative;
width:85%;

}

@media screen and (max-width: 768px) 
{
.header-menu {
display: none;
}
}

.header-menu-info {
    padding: 0;
    margin: 0;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
-webkit-transition: height ease-in 0.2s;
transition: height ease-in 0.2s;
}

@media screen and (max-width: 768px) 
{
.header-menu-info {
display:none;
}
}

.header-menu-info-entry {
position:relative;
list-style: none;
margin: 0 5px;
display: inline-block;
}

.header-menu-info-link {
    color: #fff;
    font-size: 11px;
    padding: 0 10px;
}

.header-menu-info-ul {
margin: 0;
padding: 0;
}

.header-menu-main {
padding: 0;
    margin: 0;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
-webkit-transition: height ease-in 0.2s;
transition: height ease-in 0.2s;
}

@media screen and (max-width: 768px) 
{
.header-menu-main {
display:none;
}
}

.header-menu-main-entry {
    list-style: none;
    margin: 0 5px;
position:relative;
display: inline-block;
}

.header-menu-main-link {
    position: relative;
    display: inline-block;
    padding: 12px 15px 5px 15px;
    color: #000;
text-transform: uppercase;
color: #fff;
}

.header-menu-main-link-active {
    position: relative;
    display: inline-block;
    padding: 12px 15px 5px 15px;
    text-transform: uppercase;
color: #fff;
}

.header-menu-sub {
    position: absolute;
    left: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
    padding: 5px;
-webkit-transform: translateY(-10px);
    transform: translateY(10px);
    transition: .2s ease-in all;
opacity: 0;
visibility: hidden;
}

.header-menu-ul {
margin: 0;
padding: 0;
}

.header-resp {
    height: 60px;
    display: none;
    justify-content: flex-end;
    align-items: center;
    padding-right: 5px;
    font-size: 32px;
}

@media screen and (max-width: 768px) 
{
.header-resp {
 display: flex;
}
}

.header-resp-shop {
display: none;
}

@media screen and (max-width: 768px) 
{
.header-resp-shop {
display: flex;
}
}

.header-wrapper {
    width: 1200px;
    margin: auto;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 15px;
}

@media screen and (max-width: 1260px) 
{
.header-wrapper {
width:100%;
}
}

.input {
    position: relative;
    width: 100%;
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    border: 2px solid #eee;
    border-radius: 3px;
    background: white;
}

.input-submit {
    position: relative;
    display: block;
    width: 100%;
    background: #FDACA3;
    color: #D61646;
    border: none;
    padding: 6px 10px;
    text-align: center;
    margin-top: 5px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
cursor: pointer;
}

.keep-black {
color:#000 !important;
text-decoration: none;
}

.keep-white {
color: white;
text-decoration: none;
}

.list-head {
    font-weight: 500;
}

.list-row {
    padding: 5px 0;
}

.loading {
position:absolute;
width: 100%;
height: 100%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
height: 100px;
}

.loading-self {
background-repeat:no-repeat;
background-image:url('/AmanUndMerkle/CustomUpload/374O357O340O370O356O369O350O320O364O352O365O340O365O355O332O356O369O362O363O356O/WebPortal/aum2018/img/aum_loading.svg');
position: absolute;
width:100%;
height:100%;
top:0;
left:0;
background-position: center;
background-color: rgba(255,255,255, 0.6);
    z-index: 400;
}

.main-container {
position: relative;
padding-top:80px;
}

@media screen and (max-width: 768px) 
{
.main-container {
padding-top:60px;
}
}

.news-back {
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    align-items: center;
color: inherit;
}

.news-box-item {
    background-color: #fff;
    padding: 20px;
    margin: 10px;
    display: block;
    position: relative;
    min-height: 220px;
    border-bottom: 5px solid #e81d54;
}

.news-box-item-arrow {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color:#e81d54;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.news-box-item-text {
color: #000;
}

.news-box-item-title {
    margin-bottom: 20px;
}

.no-button {
color: inherit;
border: none;
background-color: transparent;
padding: 0;
margin: 0;
cursor: pointer;
    text-transform: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.no-margin {
margin:0;
}

.no-padding {
padding:0;
}

.normal-box {
    background: white;
    margin: 15px 0;
    padding: 10px 25px;
    position: relative;
    color: #323232;
}

.old-price {
margin-bottom: 5px;
    color: #999;
font-size: 14px;
text-decoration: line-through;
}

.page404-text {
    text-align: center;
    font-size: 32px;
}

.page-head {
position:relative;
width:100%;
height:auto;
}

.page-head-img {
position:relative;
width:100%;
height:600px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: #eee;
    object-fit: cover;
}

@media screen and (max-width: 768px) 
{
.page-head-img {
height:250px;
}
}

.page-head-text {
font-size: 20px;
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) 
{
.page-head-text {
    font-size: 18px;
}
}

.page-head-title {
position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    margin: 20px 0 10px 0;
    font-weight: bold;
color: #323232 !important;
}

@media screen and (max-width: 768px) 
{
.page-head-title {
    font-size: 42px;
}
}

@media screen and (max-width: 425px) 
{
.page-head-title {
word-break: break-all;
}
}

.paging {
position:relative;
margin:15px 0;
padding:5px 0;
display:block;
text-align: center;
}

.paging-link {
    position: relative;
    display: inline-flex;
    background: white;
    width: 30px;
    height: 30px;
    padding: 2px;
    align-items: center;
    justify-content: center;
    color: black;
    border: 2px solid #ccc;
    border-radius: 5px;
    margin: 0 2px;
}

.paging-link-active {
    position: relative;
    display: inline-flex;
    background: white;
    width: 30px;
    height: 30px;
    padding: 2px;
    align-items: center;
    justify-content: center;
    color: #e81d54;
    border: 2px solid #e81d54;
    border-radius: 5px;
    margin: 0 2px;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pp-responsive-menu {
    position: fixed;
    z-index: 10100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.6);
    overflow-y: auto;
display:none;
opacity:0;
}

.pp-responsive-menu-container {
position: relative;
    width: 80%;
    background: white;
    min-height: 100%;
    float: right;
    border-left: 3px solid #e81d54;
display:none;
}

@media screen and (max-width: 425px) 
{
.pp-responsive-menu-container {
width:90%;
}
}

.pp-responsive-menu-container-close {
color: #e81d54;
}

.pp-responsive-menu-container-head {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    border-bottom: 1px solid #ccc;
}

.pp-responsive-menu-link {
    display: block;
    padding: 15px 20px;
    font-size: 20px;
    background: #F0F8EC;
    border-bottom: #ccc 1px solid;
    color: #444;
}

.pp-responsive-menu-link-active {
    display: block;
    padding: 15px 20px;
    font-size: 20px;
    background: #45AA0F;
    border-bottom: #ccc 1px solid;
    color: white;
}

.pp-responsive-menu-link-text {
display:inline-block;
}

.pp-responsive-menu-sub {
position:relative;
    background: #fafafa;
}

.product-actions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.product-actions-button {
    padding: 0px 1px;
}

@media screen and (max-width: 768px) 
{
.product-actions-button {
flex-grow: 1;
}
}

.product-count {
line-height: 1.75;
    font-size: 14px;
    margin: 30px 0;
    display: block;

}

.product-details {
margin-top: 50px;
}

.product-details-heading {
font-size: 20px;
font-weight: bold;
color: #323232;
text-transform: uppercase;

}

.product-details-label {
text-transform: uppercase;
    color: #323232;
    font-size: 14px;
    flex: 0 0 50%;
    margin: 4px 0;
    font-weight: bold;
    word-break: break-word;
}

.product-details-price {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 10px 0;
}

.product-details-price-input {
    height: 37px;
    text-align: center;
    width: 18%;
    font-size: 14px;
    color: #323232;
    border-radius: 20px;
    background: #fff;
    border: 2px solid #323232;
    margin-left: 8px;
    margin-right: -40px;
    position: relative;
    bottom: -1px;
z-index: 2;
}

.product-details-row {
    display: flex;
flex-wrap: wrap;
}

.product-details-row-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) 
{
.product-details-row-image {
order: 1;
    display: flex;
    width: 100%;
    justify-content: center;
align-items: center;
    margin-bottom: 25px;
}
}

@media screen and (max-width: 768px) 
{
.product-details-row-text {
order: 2;
}
}

.product-details-text {
font-size: 14px;
    color: #323232;
    line-height: 2;
}

.product-details-value {
font-size: 14px;
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #323232;
}

.rabatt {
background-color: #e81d54;
border-radius: 3px;
color: #fff;
padding: 7px;
    display: inline-block;
margin-left: 15px;

}

.red {
color:#e81d54;
}

.red-heading {
color:#e81d54;
text-transform: uppercase;
}

.red-line {
    height: 4px;
    margin: auto 30px;
    background-color: #e81d54;
    margin-bottom: 15px;
}

.region-list-item {
cursor: pointer;
margin: 3px 0;
}

.reset-filter {
    padding: 5px 0;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.reset-filter-hover {
color: #e81d54;
}

.scale {
-webkit-transition: ease-in all 0.2s;
transition: ease-in all 0.2s;
}

.search-filter {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #eee;
}

.search-filter-col {
    flex-grow: 1;
    flex-basis: 16.666667%;
    min-width: 180px;
margin-bottom: 10px;
}

.search-filter-col-content {
    max-height: 300px;
    overflow-x: auto;
}

.search-filter-col-title {
    color: #e81d54;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.search-filter-row {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.search-filter-toggle {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.slide {
width:100%;
height:600px;
position:relative;
display:block;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 425px) 
{
.slide {
    height: 400px;
}
}

.spacer-20 {
position:relative;
width:100%;
height:20px;
display:block;
}

.spacer-50 {
position:relative;
display:block;
width:100%;
height:50px;
}

.supplier-area-head-cart {
display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.supplier-area-head-cart-link {
    display: inline-block;
    color: #323232 !important;
    font-size: 18px;
}

.supplier-area-logoff {
    position: relative;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    align-items: self-start;
}

.supplier-area-menu {
    position: relative;
    display: flex;
    top: 15px;
}

@media screen and (max-width: 425px) 
{
.supplier-area-menu {
display:block;
}
}

.supplier-area-menu-link {
position: relative;
    display: inline-flex;
    width: 25%;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #e81d54;
    text-transform: uppercase;
    font-size: 18px;
}

@media screen and (max-width: 425px) 
{
.supplier-area-menu-link {
    display: flex;
    width: 100%;
}
}

.supplier-area-menu-link-active {
position: relative;
    display: inline-flex;
    width: 25%;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #e81d54;
    text-transform: uppercase;
    font-size: 18px;
background:#eee;
}

@media screen and (max-width: 425px) 
{
.supplier-area-menu-link-active {
    display: flex;
    width: 100%;
}
}

.supplier-order-arrow {
color: #e81d54;
    font-size: 24px;
}

.supplier-order-sum {
padding:15px 0;
margin-top:5px;
position: relative;
border-top: 1px solid black;
}

.supplier-order-sum-part {
float:right;
position:relative;
}

@media screen and (max-width: 425px) 
{
.supplier-order-sum-part {
width:100% !important;
float:none;
}
}

.supplier-order-totalprice {
color: #e81d54;
}

.supplier-wishprod-desc {
font-size:14px;
color: #000;
}

.supplier-wishprod-img {
    max-height: 100px;
    overflow: hidden;
    height: 90px;
width: 140px;
    margin: 10px 5px;
    text-align: center;
}

.supplier-wishprod-name {
font-weight:500;
}

.text-red {
color: #e81d54;
}

.top-header-search-button {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
padding: 2px;
    font-size: 11px;
cursor: pointer;
}

.top-header-search-input {
    border: none;
    border-bottom: 1px solid #fff;
padding: 2px;
    font-size: 11px;
background:transparent;
color: #fff;
}

.vmap {
width:100%;
height:400px;

}

@media screen and (max-width: 1260px) 
{
.vmap {
width:100%;
}
}

@media screen and (max-width: 425px) 
{
.vmap {
display:none;
}
}

.warenkorb-sum-label {
    display: inline-block;
    width: 80%;
    float: left;
}

.weinmomente-slider-item-title {
position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.winesearch-categorie-item {
text-transform: uppercase;
color:#e81d54;
text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
flex: 1;
}

.winesearch-categorie-item-active {
text-transform: uppercase;
background-color:#e81d54;
color: #fff !important;
flex: 1;
text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.winesearch-categories {
display: flex !important;
flex-wrap: wrap;
padding: 0 !Important;
}

.winesearch-categories-wrapper {
background-color: #eee;
position:relative;
}

.winesearch-menu {
    width: 100%;
    overflow-x: auto;
    position: relative;
}

.winesearch-menu-navi-left {
    position: absolute;
    top: 5%;
    left: 0;
    width: 26px;
    background: white;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 5px 5px 0;
    opacity: 0.9;
    color: black;
display:none;
}

.winesearch-menu-navi-right {
    position: absolute;
    top: 5%;
    right: 0;
    width: 26px;
    background: white;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 0 0 5px;
    opacity: 0.9;
    color: black;
}

.winzer-box {
    background-color: #fff;
    padding: 5px;
    margin: 10px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
   height: 170px;
overflow: hidden;
}

.winzer-box-img {
max-width: 100%;
max-height: 100%;
width: 100%;
object-fit: contain;
}

.winzer-box-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
    color: #e81d54;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: all ease-in 0.2s;
    font-weight: bold;
    text-align: center;
    word-break: break-word;
visibility: hidden;
opacity: 0;
}

.winzer-header {
    background-color: #323232;
    color: #fff;
    margin-top: 30px;
    padding: 20px;
}

.winzer-header-text {
    font-size: 16px !important;
    color: #fff !important;
    line-height: 28px !important;
    font-family: SinKinSans !important;
    font-weight: normal !important;
    text-align: left !important;
margin-right: 100px;
}

@media screen and (max-width: 1024px) 
{
.winzer-header-text {
margin-right: 0;
}
}

.winzer-header-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 20px;
margin-right: 100px;
}

.winzer-head-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0px 0 10px 0;
    font-weight: bold;
    color: #fff;
}

.wrapper {
width:1200px;
padding: 15px;
margin:auto;
position:relative;
display:block;
min-height:50px;
}

@media screen and (max-width: 1260px) 
{
.wrapper {
width:100%;
}
}

.wrapper-mill {
width:1000px;
padding: 15px;
margin:auto;
position:relative;
display:block;
}

@media screen and (max-width: 1000px) 
{
.wrapper-mill {
width: 100%;
}
}

.footer-menu-link:hover {
color: white;
text-decoration: none;
}

.footer-phone:hover {
color: white;
text-decoration: none;
}

.footer-legals-menu-link:hover {
color: white;
text-decoration: none;
}

.aum-btn-primary:hover {
    background: #e04f73;
border-color: #e04f73;
color: #fff;
}

.reset-filter:hover {
color: #e81d54;
}

.winesearch-categorie-item:hover {
text-transform: uppercase;
background-color:#e81d54;
color: #fff !important;
flex: 1;
text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-box:hover {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
background-color: #fff;
}

