@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Light.woff') format('woff');
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-LightItalic.woff') format('woff');
	font-weight: 300;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Regular.woff') format('woff');
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Italic.woff') format('woff');
	font-weight: 400;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Bold.woff') format('woff');
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-BoldItalic.woff') format('woff');
	font-weight: 700;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Black.woff') format('woff');
	font-weight: 800;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-BlackItalic.woff') format('woff');
	font-weight: 800;
	font-display: swap;
	font-style: italic;
}

/* Add your custom styles here... */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em {	font-style: italic;}
strong{	font-weight:bold;	}
* {
    box-sizing: border-box !important;
    outline: none !important;
}
a {	text-decoration: none; }
p , .wpb_text_column ul , .wpb_text_column ol{margin-bottom:20px;}
img{max-width:100%;}
.alignright, .alignleft , .aligncenter{
	padding: 5px 10px;
}
input[type="text"], input[type="email"], input[type="submit"], textarea, select, input[type="tel"] {
	-webkit-appearance: none;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h6 {
	margin-bottom: 20px;
	font-weight:700;
}

/*Transition Effect*/
a , .main-menu-holder, .transition, .add_to_cart_button {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
		
}

.alignright{
	float:right;
}
.alignleft{
	float:left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*animation*/
.animate {
	opacity: 0 !important;
}
.animate.start {
	opacity: 1 !important;
}
.fade-right{
	transform:translateX(-100px);
}
.fade-left{
	transform:translateX(100px);
}
.fade-right-margin{
	margin-left:-100px;
}
.fade-left-margin{
	margin-right:-100px;
}
.fade-bottom{
	transform:translateY(100px);
}
.fade-top{
	transform:translateY(-100px);
}
.fade-bottom.start,
.fade-top.start{
	transform:translateY(0);
}
.fade-left.start,
.fade-right.start{
	transform:translateX(0);
}
.fade-left-margin.start,
.fade-right-margin.start{
	margin:0 !important;
}
.animate {
	transition: 0.6s all ease-in-out;
	-webkit-transition: 0.6s all ease-in-out;
	-moz-transition: 0.6s all ease-in-out;
}
.bg-image{
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
}
.buton{
	-webkit-box-shadow: 6px 6px 22px -7px rgba(60,45,108,1);
	-moz-box-shadow: 6px 6px 22px -7px rgba(60,45,108,1);
	box-shadow: 6px 6px 22px -7px rgba(60,45,108,1);
}


/*Customize*/
.masthead .content-center, .main-website-content , .site-footer .content-center{
    max-width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 80px;
}
.main-website-content {
	overflow: hidden;
	padding-top: 272px;
}

/*Header*/
.topbar-container {
	background-color: #6CC049;
	border-radius: 0 0 10px 10px;
	color: #fff;
	font-size: 0;
	font-weight: 700;
	padding: 15.9px 15px;
}
.topbar--container--overflow{
	display: flex;
	justify-content: space-between;
}

.topbar-container-col {
	/* display: inline-block; */
	/* vertical-align: middle; */
	/* width: 25%; */
	font-size: 14px;
	text-align: center;
	font-weight: 400;
}
.topbar-container-col span {
	position: relative;
	padding-left: 34px;
}
.topbar-container-col span::before {
	content: '';
	width: 22px;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('images/sprite_aronia.svg');
	position: absolute;
	left: 0;
	top: 0;
	background-size: 250px auto;
}
.topbar-container-col.topbar-delivery span::before {
	background-position: -14px -16px;
}
.topbar-container-col.topbar-mail span::before {
	background-position: -64px -16px;
	top: -1px;
}
.topbar-container-col.topbar-economy span::before {
	background-position: -115px -16px;
}

/*Info Bar*/
.menu_top .menu li a {
	color: #46A040;
	font-weight: 500;
	font-size: 16px;
}
.menu_container .menu li{
	display: inline-block;
	vertical-align: middle;
}
.menu_top .menu li {
	margin-right: 34px;
}
.menu_top .menu li:last-child{
	margin-right: 0;
}
.phonecall-container {
	float: left;
}
.topmenu-container {
	float: right;
}
.infobar-container {
	width: 100%;
	display: table;
	padding: 8px 0 0;
}
.phone-order span, .phone-order a {
	color: #380669;
	font-weight: 700;
}

@keyframes pulse-dot {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}
.phone-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #FF3B00;
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
	margin-left: 12px;
	animation: pulse-dot 1.25s cubic-bezier(0.455,0.03,0.515,0.955) -0.4s infinite;
	position: relative;
	z-index: 1;
}
.phone-order, .phoneorder-call {
	display: inline-block;
	vertical-align: middle;
}
.phone-dot::before {
	content: '';
	background-color: rgba(255,59,0,0.4);
	animation: pulse-dot 1.25s cubic-bezier(0.215,0.61,0.355,1) infinite;
	width: 14px;
	height: 14px;
	position: absolute;
	border-radius: 50%;
	left: -4px;
	top: -4px;
	z-index: 0;
}
.active_hours .phone-dot::before{
	background-color: rgba(162,191,108,0.4);
}
.active_hours .phone-dot{
	background-color: #6CC049;
}
.phoneorder-container {
	float: left;
}
.phone-order a {
	margin-left: 2px;
	margin-right: 28px;
}
.phoneorder-call input {
	background-color: #F7F7FF;
	border-radius: 6px;
	border: 1px solid #696D9F;
	height: 42px;
	color: #707070;
	font-size: 15px;
	font-weight: 500;
	padding: 11px 42px 11px 56px;
	width: auto;
	max-width: 241px;
}
.phoneorder-call {
	position: relative;
}
.phoneorder-button {
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
	height: 100%;
	cursor: pointer;
}
.phoneorder-button::before {
	content: '';
	background-image: url('images/sprite_aronia.svg');
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 12px;
	background-position: -160px -16px;
	background-size: 240px auto;
	z-index: 1;
}
.phoneorder-prefix {
	color: #3F2A55;
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	left: 9px;
	top: 12px;
}




/*Header Bar*/
.header-container > div {
	display: inline-block;
	vertical-align: middle;
}
.header-container .menu_container .menu li a {
	color: #544487;
	font-size: 18px;
	font-weight: 600;
}
.header-container .menu_container .menu li.highlight-item a {
	text-transform: uppercase;
	font-weight: 700;
}
.header-container .menu li {
	margin-right: 59px;
}
.header-container .menu_container .menu li:last-child{
	margin-right: 0;
}
.header-container .logocontainer {
	margin: 0 0;
}
.header-container {
	background-color: #fff;
	text-align: center;
	font-size: 0;
	padding: 10px 0 48px;
}
.header-holder .menu a:hover {
	opacity: 0.6;
}
.header-container .menu_container {
	min-width: 500px;
	margin-top: -18px;
}
.header-container .logocontainer img {
	max-width: 140px;
}
.website-user-icons {
	position: absolute;
	right: 0;
	bottom: 98px;
	font-size: 0;
	z-index: 1;
}
.header-holder {
	position: relative;
}
.user-icon.profile-icon {
	width: 24px;
	height: 28px;
	background-size: 240px auto;
	background-position: -13px -57px;
	background-image: url('images/sprite_aronia.svg');
	cursor: pointer;
}
.top-bar-search button::before {
	content: '';
	display: block;
	position: absolute;
	width: 24px;
	height: 28px;
	background-size: 220px auto;
	background-position: 35px -9px;
	background-image: url('images/sprite_aronia.svg');
	top: 14px;
	left: 15px;
}
.top-bar-search #top-search {
	opacity: 0;
	visibility: hidden;
	padding: 0;
	border: 0;
	height: 100%;
}
.main-search-bar {
	display: none;
}
.website-user-icons .website-user-icon {
	display: inline-block;
	margin-right: 50px;
	vertical-align: middle;
}
.user-icon.cart-icon {
	width: 27px;
	height: 29px;
	background-size: 251px auto;
	background-position: -63px -60px;
	background-image: url('images/sprite_aronia.svg');
	position: relative;
	cursor: pointer;
}
.basket-item-count {
	position: absolute;
	top: -5px;
	right: -8px;
	width: 18px;
	height: 18px;
	background-color: #6CC049;
	border-radius: 50%;
	font-size: 10px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	display: none !important;
}
.produse-in-cart .basket-item-count {
	display: block !important;
}
.inner-user-icon.cart-outer.website-user-icon {
	margin-right: 20px;
}
.main-search-bar.website-user-icon {
	position: relative;
	height: 32px;
}
.top-bar-search , .top-bar-search form{
	height: 100%;
}
.top-bar-search button {
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}
.masthead {
	position: absolute;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
}
.header-holder-sticky {
	position: fixed;
	left: 0;
	width: 100%;
	top: -100%;
	background-color: #544487;
	z-index: 99;
}

.fixed.visible.header-holder-sticky{
	top: 0;
}
.admin-bar .fixed.visible.header-holder-sticky{
	top: 32px;
}
.fixed.header-holder-sticky{
	top: -100px;
	padding-bottom: 0;
	position: fixed;
}

.header-holder-sticky .topmenu-container , .header-holder-sticky .main-search-bar,  .header-holder-sticky .topbar-container,
.header-holder-sticky .logocontainer-normal{
	display: none;
}
 .header-holder-sticky .logocontainer-sticky {
	display: inline-block !important;
	margin-left: 30px;
}
.header-holder-sticky .infobar-container {
	position: absolute;
	top: 20px;
	left: 0;
}
.header-holder-sticky .header-container {
	background-color: transparent;
}
.header-holder-sticky .header-container .menu_container .menu li a , .header-holder-sticky .phone-order span,  .header-holder-sticky .phone-order a{
	color: #fff;
}
.header-holder-sticky .header-container {
	padding: 0;
}
 .header-holder-sticky .header-container {
	padding: 15px 0 15px;
}
.header-holder-sticky .user-icon.profile-icon {
	background-position: 84px -57px;
}
.header-holder-sticky .user-icon.cart-icon {
	background-position: -110px -108px;
}
.header-holder-sticky .website-user-icons {
	bottom: -62px;
}
.header-holder-sticky .header-container {
	float: right;
	padding-right: 165px !important;
}
.header-holder-sticky .header-container .menu_container{
	margin-top: 0;
}
.header-holder-sticky .header-container .menu_container .menu li a {
	font-size: 16px;
}
.header-holder-sticky .header-container .menu_container {
	min-width: 410px;
}
.header-holder-sticky .phoneorder-container {
	font-size: 16px;
}
.header-holder-sticky .phoneorder-call input {
	font-size: 14px;
}
.header-holder-sticky .phone-order a {
	margin-right: 20px;
}
.header-holder-sticky .phoneorder-prefix {
	font-size: 14px;
	left: 15px;
	top: 13px;
}
.header-holder-sticky .phoneorder-button {
	width: 40px;
}

/*First Screen*/
.hero-section-content {
	position: relative;
	padding: 225px 0 204px;
}
.hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.hero-text {
	position: relative;
	z-index: 1;
	color: #fff;
}
.content-center {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding-left: 100px;
	padding-right: 100px;
	max-width: 100%;
}
.hero-section-content .content-center {
	max-width: 1360px;
}
h1 {
	font-size: 34px;
}
h2 {
	font-size: 27px;
}
h6 {
	font-size: 16px;
}
.hero-text h1 {
	font-weight: 800;
	margin-bottom: 13px;
}
.hero-description {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 42px;
}
.button-container {
	display: block;
}
.buton {
	font-size: 16px;
	background-color: #544487;
	border-radius: 10px;
	font-weight: 400;
	color: #fff;
	padding: 25px 36px;
	display: inline-block;
	letter-spacing: 0.5px;
}
.button-container.btn-light .buton {
	background-color: #fff;
	color: #544487;
}
.hero-description em {
	position: relative;
	padding-right: 30px;
}
.hero-description em::before {
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	background-size: 170px auto;
	background-position: -73px -138px;
	background-image: url('images/sprite_aronia.svg');
	z-index: 1;
	right: -3px;
	top: 2px;
}
.hero-description p {
	line-height: 1.3;
}
.review-description p {
	color: #544487;
	font-size: 21px;
}
.review-section-inner {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 10px 10px 22px -4px rgba(110,114,165,0.2);
	-moz-box-shadow: 10px 10px 22px -4px rgba(110,114,165,0.2);
	box-shadow: 10px 10px 22px -4px rgba(110,114,165,0.2);
	padding: 70px 300px 44px 300px;
}
.review-section-content {
	margin-top: -113px;
	position: relative;
	margin-bottom: 50px;
}
.review-description {
	position: relative;
	padding-left: 236px;
}
.review-description > span {
	/*content: '';
	background-image: url('images/review-stars.svg');*/
	position: absolute;
	left: 0;
	top: 2px;
	width: 171px;
	height: 71px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.button-container.btn-light .buton:hover {
	background-color: #544487;
	color: #fff;
}
.infobar-container, .header-container {
	position: relative;
	z-index: 1;
}
.hero-description em {
	font-style: normal;
}

/* style2 */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.smoother,.minicart_modal_exit,.minicart_modal_item,.benefit_item_content,.benefit_item_content > div,.benefit_item_title,.benefit_item_title span::after,.fixed-mobile-menu{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.clearfix:after{
    content:'';
    display:table;
    clear: both;
}
.single-product-images,.woocommerce-page div.summary.entry-summary {
	width: 49.45% !important;
	float: right !important;
}
.woocommerce-page div.summary.entry-summary {
	float: left !important;
	padding-left: 0;
}
.secondary_nav__slider-container {
	width: 124px;
	display: inline-block;
	vertical-align: middle;
}
.main_product__slider-container {
	width: calc(100% - 150px);
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}
.product-page-main_info {
	margin-top: 12px;
}
.thumbnail_image_item {
	height: 124px;
	display: block;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid rgba(110,114,165,0.38);
}
.thumbnail_image_slide {
	display: block !important;
    cursor: pointer;
}
.secondary_nav__slider .slick-list {
	padding: 0 !important;
}
.slick-vertical .slick-slide {
	border: 0 !important;
	margin-top: 10px;
	margin-bottom: 10px;
}
.product_image_slide.video_slide video {
	width: 100%;
	height: auto;
	display: block;
}
.video_thumb .thumbnail_image_item {
	background-size: cover;
	position: relative;
}
.video_thumb .thumbnail_image_item::after {
	content: "";
	width: 61px;
	height: 61px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background-image:url(images/play.svg);
    background-size:contain;
    background-position: center center;
    background-repeat: no-repeat;
	display: block;
}
.main_product__slider-container .slick-slide{
    position: relative;
}
.main_product__slider-container .slick-slide > div{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.product_image_slide.video_slide video {
	width: 100%;
	height: auto;
	display: block;
	background-size: cover;
	background-position: center center;
	object-fit: cover;
}
.main_product__slider-container .slick-arrow {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	font-size: 0;
	background-color: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	z-index: 2;
	background-image: url(images/arrow-slide-left.svg);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.main_product__slider-container .slick-arrow.slick-next {
	left: auto;
	right: 10px;
	transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.main_product__slider-container .slick-dots {
	position: absolute;
	bottom: -65px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
	display: block;
}
.main_product__slider-container .slick-dots button {
	font-size: 0;
	padding: 0;
	border: 0;
	background-color: #3F2A55;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: block;
	cursor: pointer;
}
.main_product__slider-container .slick-dots > li {
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.main_product__slider-container .slick-dots .slick-active button{
    background-color: #ACDA90;
}
.single_product__gallery {
	position: relative;
	padding-bottom: 130px;
}
.main_product__slider {
	margin-bottom: 0 !important;
}
.product_image_slide.zoom-product-img::after {
	content: "";
	width: 27px;
	height: 27px;
	bottom: 60px;
	right: 18px;
	display: block;
	position: absolute;
	background-image: url(images/zoom.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
img.zoomImg {
	cursor: zoom-in;
}
.hidden_arrows .slick-arrow{
    opacity: 0;
    visibility: hidden;
}
h1.product_title {
	font-size: 26px;
	font-weight: 700;
	color: #544487;
	max-width: 540px;
	margin-bottom: 28px;
	line-height: 1.22;
}
h1.product_title span {
	display: block;
	font-size: 21px;
	color: #46A040;
	line-height: 1.15;
	font-weight: 600;
}
.single-product-images {
	padding-top: 0;
}
.pdp-badge-group {
	margin-bottom: 22px;
}
.pdp-badge-group li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}
.pdp-badge-group img {
	max-height: 65px;
	max-width: 100%;
}
li.star {
	background-image: url('images/sprite_aronia.svg');
	background-size: 235px auto;
	width: 26px;
	height: 26px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
	background-position: 84px 175px;
}
ul.stars{
    display:inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
.product_reviews_count p {
	color: #696D9F;
	font-size: 21px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 5px;
}
.product_reviews_count {
	margin-bottom: 26px;
	cursor: pointer;
}
.pdp-price_item {
	border-top: 1px solid rgba(110,114,165,0.19);
	border-bottom: 1px solid rgba(110,114,165,0.19);
	padding: 12px 0 12px;
}
.product-page-main_info .onsale {
	display: none;
}
.pdp-price_item p {
	margin: 0;
	font-size: 35px !important;
	line-height: 1.4;
	color: #544487 !important;
	text-transform: uppercase;
}
.pdp-price_item .price del {
	margin-right: 30px;
	color: #D5D2E0 !important;
    vertical-align: top;
}
.pdp-price_item .price ins {
	text-decoration: none;
    position: relative;
    vertical-align: top;
}
.pdp-price_item .price ins::after,
.product.type-product:not(.sale) .pdp-price_item .price::after{
	content: attr(inherited_attr);
	display: block;
	font-size: 16px;
	color: #FF3B00;
	line-height: 19px;
	font-weight: 500;
}
.product.type-product:not(.sale) .pdp-price_item .price{
    font-weight: 700;
}
.stock.in-stock {
	display: none;
}
.product_meta {
	display: none;
}
.pdp_form_container {
	border-bottom: 1px solid rgba(110,114,165,0.19);
	padding-top: 22px;
	margin-bottom: 15px;
}
.pdp_delivery_text {
	margin-bottom: 30px;
	position: relative;
	color: #707070;
	font-size: 16px;
	font-weight: 500;
	padding-left: 40px;
}
.woocommerce-product-details__short-description {
	padding: 32px 0;
}
.woocommerce-product-details__short-description p:last-child {
	margin: 0;
}
.woocommerce-product-details__short-description p {
	font-size: 18px;
	line-height: 1.65;
	color: #3E3E3E;
}
.cta_aronia_club {
	background-color: #F6F7FA;
	border-radius: 10px;
	padding: 17px 45px 17px 12px;
	position: relative;
	font-size: 0;
	margin-top: 20px;
}
.cta_badge_column {
	width: 71px;
	display: inline-block;
	vertical-align: middle;
}
.cta_text_column {
	width: calc(100% - 311px);
	display: inline-block;
	vertical-align: middle;
	padding-left: 24px;
}
.cta_button_column {
	width: 240px;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
.cta_text_column h3 , .cta_text_column .h3 {
	font-size: 21px;
	color: #544487;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.2;
}
.text-item {
	font-size: 16px;
	line-height: 1.31;
	color: #5C5C5C;
	font-weight: 500;
}
.cta_button_column .buton {
	display: inline-block;
	background-color: #6CC049;
	padding: 17px 32px;
}
.zi_livrare_pdp {
	display: inline-block;
	text-transform: capitalize;
	color: #46A040;
	font-weight: 600;
}
.pdp_form_cart {
	width: 475px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.pdp_form_text {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 475px);
}
.pdp_phone_order {
	width: calc(100% - 80px);
	display: inline-block;
	vertical-align: middle;
}
.pdp_phone_order > span {
	display: block;
	font-size: 18px;
	line-height: 1.22;
	color: #5C5C5C;
}
.pdp_phone_order > span.pdtt {
	font-size: 21px;
	font-weight: 700;
}
.pdp_form_text .text-separator {
	width: 80px;
	display: inline-block;
	text-align: center;
	color: #696D9F;
}
.pdtt a {
	color: #5C5C5C;
}
.cart_button_container {
	width: 260px;
	display: inline-block;
	vertical-align: middle;
}
.cart_quantity_container {
	width: calc(100% - 260px);
	display: inline-block;
	vertical-align: middle;
}
.add_to_cart_button.buton {
	font-size: 18px;
	line-height: 1.1;
	padding: 18px 20px;
	display: block;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.js-qty__adjust {
	border: 1px solid #380669;
	background-color: #fff;
	border-radius: 10px;
	width: 55px;
	height: 55px;
	cursor: pointer;
	color: #707070;
	display: inline-block;
	vertical-align: middle;
}
.js-qty-num {
	width: 55px;
	height: 55px;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #707070;
	border: 1px solid #E4E4E4;
	border-radius: 10px !important;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
.pdp_add_to_cart_form_container {
	padding-bottom: 37px;
}
.woocommerce div.product form.cart {
	display: none;
}
.product_image_slide img {
	display: block;
	margin: 0 auto;
}
.single-post-share ul li {
	width: 27px;
	height: 27px;
	margin: 0 25px;
	position: relative;
	/* AR-670 */
	/*
	background-size: 190px auto;
	background-position: -119px -116px;
	background-image: url('images/sprite_aronia.svg');
	*/
	/* END AR-670 */
	display: inline-block;
	vertical-align: middle;
}
.single-post-share ul li a{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
}
/* AR-670 */
/*
.single-post-share ul li.twitter-share {
	background-position: -196px -153px;
}
.single-post-share ul li.linkedin-share {
	background-position: -9px -468px;
	background-size: 215px auto;
}
*/
/* END AR-670 */
.single-post-share {
	text-align: center;
	width: calc(100% - 150px);
}
.usr {
	display: none;
}
.logged-in .usr {
	display: block;
}
.logged-in .guest {
	display: none;
}
.logged-in .cta_button_column {
	display: none;
}
.logged-in .minicart_modal_item .cta_text_column {
	width: calc(100% - 70px);
	padding-left: 20px;
	padding-right: 0;
}
.logged-in .cta_text_column {
	width: calc(100% - 71px);
}
#yith-wcmap-avatar .avatar-modal-content .avatar-actions .set-avatar button {
	border-radius: 10px;
	color: #fff;
	background-color: #46a040 !important;
	border: 0 !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	padding: 8px 26px;
	cursor: pointer;
	width: 100%;
	font-weight: 600;
}
.avatar-modal-content.avatar-uploaded .current-avatar.single-col {
	display: none;
}
#yith-wcmap-avatar .avatar-modal-content h3 {
	font-size: 28px;
	line-height: 1.22;
	color: #380069;
}
.avatar-modal-content {
	font-size: 15px;
}
.mobile-logo-item {display: none;}
/* END style2 */

.text_ore_livrare {
	display: block;
	font-size: 15px;
	padding-top: 3px;
}

/****/
.phone-order {
	font-size: 16px;
}
.review-description p {
	font-size: 18px;
	line-height: 1.6;
}
.modal-search-inner .h2 {
	color: #380069;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
	display: block;
	font-size: 28px;
}

.shop_title_section h1 {
	font-size: 21px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #46A040;
	margin-bottom: 8px;
}
.shop_title_section h2 {
	text-align: center;
	font-size: 34px;
	color: #380069;
	line-height: 1.25;
	margin-bottom: 25px;
}
.shop_description {
	background-color: #F6F7FA;
	text-align: center;
	font-size: 16px;
	line-height: 1.25;
	color: #3F2A55;
	padding: 19px 30px;
}
.shop_description p {
	display: inline-block;
	padding-left: 52px;
	position: relative;
	color: #707070;
}
.shop_description p::before {
	content: '';
	background-image: url('images/pricetag-icon.svg');
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0px;
	top: -9px;
	background-size: cover;
}
.shop_description a {
	color: #46A040;
}
.pdp_form_cart .cart_button_container {
	width: 200px;
}
.pdp_add_to_cart_form_container .text-separator {
	font-weight: 300;
	text-align: left;
}
.pdp_form_cart .js-qty__adjust, .pdp_form_cart .js-qty-num {
	width: 55px;
	height: 55px;
}
.pdp_delivery_text::before {
	content: "";
	width: 28px;
	height: 22px;
	background-size: 232px auto;
	background-position: -196px -104px;
	background-image: url('images/sprite_aronia.svg');
	position: absolute;
	cursor: pointer;
	top: 3px;
	left: 0;
	display: block;
}
.pdp_form_cart .js-qty-num {
	margin: 0 15px;
}
.product-page-main_info .woocommerce-product-details__short-description, .product-page-main_info .woocommerce-product-details__short-description p {
	color: #3E3E3E;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	line-height: 1.65;
}
.product-page-main_info .woocommerce-product-details__short-description em {
	font-style: normal;
	text-decoration: underline;
}
.woocommerce-product-details__short-description .flag-icon {
	display: inline-block;
}
.product-page-main_info .woocommerce-product-details__short-description p{
	margin-bottom: 0;
}
.flag-icon img {
	max-width: 20px;
	margin-left: 3px;
	position: relative;
	top: 4px;
}
.product-page-main_info .woocommerce-product-details__short-description {
	display: inline-block;
	clear: both;
	width: 100%;
}
/*
.product-page-main_info .woocommerce-product-details__short-description p {
	display: inline;
}*/
body.active_minicart, body.active_login_modal, body.menu-open{
	  touch-action: none;
	  -webkit-overflow-scrolling: none;
	  overflow: hidden;
	  /* Other browsers */
	  overscroll-behavior: none;
}
.product.outofstock .pdp_add_to_cart_form_container,.product.outofstock .pdp_delivery_text {
	display: none;
}
.home .hero-section-content .content-center {
	max-width: 1560px;
	padding-left: 0;
	padding-right: 0;
}
.product.outofstock .pdp_form_container {
	padding-top: 0;
}

/*Hero Rules 24.02.2022*/
.hero-description em::before{
	display: none;
}
.hero-description em {
	padding-right: 0;
}
.hero-description p, .hero-description .flag-icon {
	display: inline;
}
/*Active Hours 08.03.2022*/
body:not(.active_hours) .phone-dot, body:not(.active_hours) .phone-dot::before {
	animation: none;
}
body:not(.active_hours) .phone-dot::before {
	display: none;
}

/*Menu Edit 09.03.2022*/
.header-holder-sticky .header-container {
	padding-right: 165px !important;
}

/*Banner Image Change*/
/* AR-291 */
.hero-image:not(.slide-hero-image) {
	background-image:url('images/Aronia_hero_left_mobile_2.jpg?v=1') !important;
}
@media (min-width:479px){
	.hero-image:not(.slide-hero-image) {
		background-image:url('images/Aronia_hero_left_2.jpg?v=1') !important;
	}
}
/* END - AR-291 */

/* Header AR-214 */
.header-container .logocontainer img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.header-container {
	text-align: left;
}
.main-search-bar.website-user-icon {
	display: none !important;
}
.logocontainer.logocontainer-normal {
	width: 265px;
	margin-left: 10px;
}
.header_search_container {
	padding: 0 38px 0 50px;
	margin-top: -2px;
}
.header_search_container input[type="text"] {
	width: 370px;
	height: 55px;
	border-radius: 10px;
	border: 1px solid #696D9F;
	padding: 5px 60px 5px 18px;
	font-size: 16px;
	color: rgba(112,112,112,0.7);
	font-weight: 500;
}
.header_search_container button {
	width: 28px;
	height: 28px;
	display: block;
	background-size: 250px auto;
	background-position: 39px -11px;
	background-image: url('images/sprite_aronia.svg');
	cursor: pointer;
	background-color: transparent;
	border: 0;
	padding: 0;
	top: 14px;
	right: 18px;
	position: absolute;
}
.header_search_container > div {
	position: relative;
}
.phoneorder-call input {
	border-color: #F7F7FF;
}
.header-container .menu li {
	margin-right: 24px;
}
.menu_container.menu_left {
	text-align: right !important;
	padding-right: 24px !important;
	min-width: auto;
	margin-top: -5px;
}
.menu_container.menu_right {
	padding-left: 0 !important;
	margin-top: -5px;
}
.header-container .menu_container .menu li a {
	font-size: 17px;
}
.header-icon-title {
	font-size: 16px;
	line-height: 1.2;
	color: #544487;
	font-weight: 500;
	padding-left: 17px;
	display: inline-block;
	vertical-align: middle;
}
.inner-user-icon.cart-outer.website-user-icon {
	margin-right: 0;
}
.inner-user-icon.profile-outer {
	margin-right: 20px;
}
.profile-icon .header-icon-element,
.cart-icon .header-icon-element {
	width: 24px;
	height: 28px;
	background-size: 240px auto;
	background-position: -157px -244px;
	background-image: url('images/sprite_aronia.svg?v=2');
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
.cart-icon .header-icon-element {
	width: 27px;
	height: 29px;
	background-size: 251px auto;
	background-position: -212px -254px;
}
.user-icon.profile-icon, .user-icon.cart-icon {
	width: auto !important;
	height: auto !important;
	background: none !important;
}
.header-icon-title small.includes_tax {
	display: none !important;
}
.basket-item-count {
	right: auto;
	left: 19px;
	background-color: #544487;
}
.header-icon-title .woocommerce-Price-amount.amount {
	text-transform: uppercase;
	font-weight: 500;
}
.header-container {
	padding: 44px 0 48px;
}
.website-user-icons {
	bottom: 76px;
}
.ar_search_results_list::after {
	bottom: 100%;
	left: -1px;
	border-right: 1px solid #544487;
	border-left: 1px solid #544487;
	display: block;
	content: "";
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 7px;
}
.topmenu-container {
	padding-top: 9px;
}
.phone-order a {
	margin-left: 0px;
	margin-right: 20px;
}
.phone-dot {
	margin-right: 6px;
	margin-left: 10px;
}
.topbar-container-col.topbar-delivery.topbar-delivery-international span::before {
	background-position: -14px -308px;
	background-image: url('images/sprite_aronia.svg?v=2');
	width: 24px;
}
.header-holder-sticky .fixed-mobile-menu .bottom-group-menu{
	display: none !important;
}
.header-holder-sticky .fixed-mobile-menu {
	display: block !important;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #F6F7FB;
	width: 100%;
	text-align: center;
	padding: 16px 0;
	/* margin-top: 0; */ /* AR-673 */
	z-index: 1;
	box-shadow: 0 0 6px -2px rgba(0,0,0,0.2);
}
.header-holder-sticky .fixed-mobile-menu .top-group-menu > div ul li{
	display: inline-block;
	vertical-align: middle;
}
.header-holder-sticky .fixed-mobile-menu .top-group-menu > div ul li{
	margin-left: 17px;
	margin-left: 17px;
}
.header-holder-sticky .fixed-mobile-menu .top-group-menu > div ul,
.header-holder-sticky .fixed-mobile-menu .top-group-menu > div ul li{
	line-height: 1;
}
.header-holder-sticky .fixed-mobile-menu .top-group-menu > div ul li a {
	font-size: 16px;
	color: #544487;
	font-weight: 600;
	line-height: 1;
	display: block;
}
.header-holder-sticky .fixed-mobile-menu .top-group-menu > div ul li.highlight-item a{
	text-transform: uppercase;
}
.header-holder-sticky .menu_container.menu_right,
.header-holder-sticky .menu_container.menu_left{
	display: none !important;
}
.header-holder-sticky .infobar-container {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: auto;
}
.header-holder-sticky .infobar-container .phoneorder-container {
	float: none;
}
.header-holder-sticky .header-container {
	float: none;
	padding: 0 !important;
}
.header-holder-sticky .website-user-icons {
	bottom: 0;
	position: relative;
}
.header-holder-sticky .header-icon-title{
	color: #fff;
}
.header-holder-sticky .basket-item-count {
	background-color: #fff;
	color: #544487;
}
.header-holder-sticky .header-holder,
.header-holder-sticky .fixed-mobile-menu .top-group-menu {
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-holder-sticky .infobar-container {
	padding-top: 0;
}
.header-holder-sticky .header-holder {
	padding-top: 10px;
	padding-bottom: 10px;
}
.header-holder-sticky .header_search_container input[type="text"] {
	height: 38px;
	width: 325px;
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #fff;
	padding-left: 0;
	padding-right: 0;
}
.header-holder-sticky .header_search_container {
	padding: 0 74px 0 0;
	margin-top: -2px;
}
.header-holder-sticky .header_search_container button {
	background-image: url('images/sprite_aronia.svg?v=3');
	background-position: -61px -302px;
	top: 5px;
	right: -46px;
}
.header-holder-sticky .header_search_container input[type="text"]::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.header-holder-sticky .header_search_container input[type="text"]::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.header-holder-sticky .header_search_container input[type="text"]:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.header-holder-sticky .header_search_container input[type="text"]:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.header-holder-sticky .phoneorder-call input {
	height: 38px;
	padding: 8px 42px 8px 56px;
}
.header-holder-sticky .ar_search_results_list {
	top: 38px;
}
.header-holder-sticky .phoneorder-prefix {
	top: 11px;
}
.header-holder-sticky .header-holder{
	justify-content: space-between;
}
.header-holder-sticky .header-holder > .header-container {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	flex-grow: 1;
}
.header-holder-sticky .site-header-holder-inner-container {
	position: relative;
	z-index: 2;
	background-color: #544487;
}
.menu-toggle-down .fixed-mobile-menu {
	margin-top: 0;
}
.header-holder-sticky .logocontainer-sticky {
	margin-left: auto !important;
	margin-right: auto !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) .header_search_container {
	display: none !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) .logocontainer.logocontainer-normal {
	width: 265px;
	margin-left: 0;
}
.woocommerce-checkout:not(.woocommerce-order-received) .header-container {
	text-align: center;
}
/* END - Header AR-214 */

/* AR-291 */
.home .hero-section-content .hero-text {
	color: #380069;
}
.home .hero-section-content .buton {
	color: #fff;
	background-color: #380069;
}
.home .hero-section-content .buton:hover {
	background-color: #46a040;
}
.review-section-content {
	margin-top: -50px;
}
/* END - AR-291 */

/* AR-353 */
#cookie-law-info-bar {
	z-index: 999 !important;
}
/* END - AR-353 */

/*Responsive*/
@media(min-width:1920px){
	/*Homepage*/
	.masthead .content-center, .content-area#primary, .site-footer .content-center,.single-product .main-website-content > .product.type-product {max-width: 1760px;padding-right: 0; padding-left: 0;margin:0 auto;}
	.content-center {max-width: 1560px;	padding-left: 0;padding-right: 0;}
}
@media(max-width:1920px){
	.home .hero-section-content .content-center {		padding-left: 100px;		padding-right: 100px;		max-width: 100%;	}
}
@media(max-width:1870px){
	/* Header AR-214 */
	.logocontainer.logocontainer-normal {width: 230px;margin-left: 0;}
	.header_search_container {padding: 0 20px 0 40px;}
	.header-container .menu li {margin-right: 18px;}
	.menu_container.menu_left {padding-right: 18px !important;}
	.header-icon-title {font-size: 15px;padding-left: 12px;}
	.header-container .menu_container {min-width: auto;}
	.header-container .menu_container .menu li a {font-size: 16px;}
	.header_search_container input[type="text"] {width: 320px;height: 50px;font-size: 15px;}
	.header_search_container button {top: 10px;}
	/* END - Header AR-214 */
}
@media(max-width:1800px){
	/*Homepage*/
	.header-container .menu li {		margin-right: 30px;	}
	.header-holder-sticky .logocontainer-sticky {		margin-left: 10px;	}
	.header-holder-sticky .header-container .menu_container {		min-width: 370px;	}
	.review-section-inner {		padding: 60px 250px 34px 250px;	}
	.offer-text-holder {		padding-left: 40px;	}
	.offer-section-content .content-center {		padding-left: 80px;		padding-right: 80px;	}
	.hero-section-content {		padding: 205px 0 185px;	}

	/*Magazin*/
	.shop_title_section h1 {		font-size: 20px;	}
	.shop_title_section h2 {		font-size: 32px;	}

	/*Single Product*/
	.single-product h1.product_title {		font-size: 26px;	}

	/*NFC Icon*/
	.pdp-badge-group img {	max-height: 60px;}

	/* Header AR-214 */
	.logocontainer.logocontainer-normal {width: 220px;}
	.header_search_container {padding: 0 20px 0 35px;}
	.header_search_container input[type="text"] {width: 310px;height: 48px;}
	.header_search_container button {width: 23px;height: 23px;background-size: 200px auto;background-position: 32px -9px;top: 13px;right: 18px;}
	.header-container .menu_container {min-width: auto;}
	.main-website-content {padding-top: 220px;}
	.header-container {padding: 20px 0 35px;}
	.website-user-icons {bottom: 56px;}
	.menu_top .menu li {margin-right: 25px;}
	.header-container .menu li {margin-right: 18px;}
	.header-icon-title {padding-left: 10px;}
	.menu_top .menu li a {font-size: 15px;}
	.header-holder-sticky .header_search_container button {top: 8px;right: -45px;background-size: 200px auto;background-position: -49px -242px;}
	/* END - Header AR-214 */

}
@media(max-width:1700px){
	/*Homepage*/
	.masthead .content-center, .main-website-content, .site-footer .content-center,.single-product .main-website-content > .product.type-product{padding: 0 70px;}
	.content-center {		padding-left: 90px;		padding-right: 90px;	}
	.header-container .menu li {		margin-right: 25px;	}
	.header-holder-sticky .header-container .menu_container {		min-width: 320px;	}
	.header-holder-sticky .header-container {		padding-right: 145px !important;	}
	.header-container {		padding: 15px 0 30px;	}
	.website-user-icons .website-user-icon {		margin-right: 40px;	}
	.header-container .menu_container {		min-width: 460px;	}
	.main-website-content {		padding-top: 260px;	}
	.hero-section-content {		padding: 140px 0 180px;	}
	.review-section-content {		margin-bottom: 60px;	}


	/* style2 */
	h1.product_title {font-size: 30px;margin-bottom: 24px;}
	h1.product_title span {font-size: 20px;}
	.product_reviews_count p {font-size: 18px;}
	.pdp_delivery_text {font-size: 15px;}
	.pdp_form_text .text-separator {width: 65px;font-size: 15px;}
	.js-qty__adjust {width: 45px;height: 45px;}
	.js-qty-num {width: 45px;height: 45px;font-size: 14px;margin: 0 8px;}

	.pdp_form_cart {width: 60%;}
	.pdp_form_text {width: 40%;}
	.pdp_phone_order {width: calc(100% - 65px);}
	.pdp_phone_order > span {font-size: 16px;line-height: 1.35;}
	.pdp_phone_order > span.pdtt {font-size: 19px;font-weight: 700;}
	.add_to_cart_button.buton {font-size: 16px;padding: 14px 20px;}
	.woocommerce-product-details__short-description p {font-size: 16px;}
	.cta_text_column h3 , .cta_text_column .h3 {font-size: 19px;}
	.text-item {font-size: 15px;}
	.pdp-badge-group img {max-height: 50px;}
	.pdp-badge-group {margin-bottom: 18px;}
	.woocommerce-page div.summary.entry-summary {padding-left: 0;}
	.pdp-price_item p {font-size: 32px !important;}
	.pdp-price_item .price ins::after, .product.type-product:not(.sale) .pdp-price_item .price::after {font-size: 14px;}
	.pdp_add_to_cart_form_container {padding-bottom: 25px;}
	.product-page-main_info {margin-top: 0;}
	.product_reviews_count {margin-bottom: 20px;}
	.product-benefits-content {padding-top: 100px;}
	/* END style2 */

	.review-section-inner {		padding: 50px 220px 24px 220px;	}
	.website-user-icons {		bottom: 81px;	}

	/*Magazin*/
	.shop_title_section h1 {		font-size: 19px;	}
	.shop_title_section h2 {		font-size: 30px;	}

	/*Single Product*/
	.main_product__slider-container .slick-dots > li {		margin: 0 5px;	}
	.pdp_form_cart .js-qty__adjust, .pdp_form_cart .js-qty-num {		width: 39px;		height: 39px;	}
	.pdp_form_cart .js-qty-num {		margin: 0 5px;	}
	.pdp_form_cart .cart_button_container {		width: 180px;	}
	.add_to_cart_button.buton {		font-size: 15px;		padding: 14px 16px;	}
	.cart_quantity_container {		width: calc(100% - 215px);	}
	.pdp_phone_order > span {		font-size: 15px;	}
	.main_product__slider-container .slick-dots button {		width: 13px;		height: 13px;	}
	.product-page-main_info .woocommerce-product-details__short-description, .product-page-main_info .woocommerce-product-details__short-description p {		font-size: 14px;	}
	.single-product .main-website-content > .product.type-product {		padding: 0 60px;	}
	.product-benefits-content {		padding-top: 70px;	}
	.benefit_item_title {		font-size: 16px;	}
	.product-benefits-content {		padding-bottom: 30px;	}
	
	/*Banner Image Change*/
	.home .hero_section .hero-text {		max-width: 35%;	}

	/* Header AR-214 */
	.header_search_container input[type="text"] {width: 270px;height: 46px;padding: 5px 40px 5px 18px;}
	.header_search_container button {top: 11px;right: 10px;}
	.header-container .menu_container {min-width: auto;}
	.header_search_container {padding: 0 18px 0 30px;}
	.menu_top .menu li a {font-size: 14px;}
	.profile-icon .header-icon-element, 
	.cart-icon .header-icon-element {width: 20px;height: 22px;background-size: 181px auto;background-position: -117px -183px;}
	.cart-icon .header-icon-element {width: 22px;height: 24px;background-size: 200px auto;background-position: -168px -203px;}
	.basket-item-count {right: auto;left: 13px;font-size: 9px;}
	.header-icon-title {padding-left: 8px;font-size: 14px;}
	.header-container .menu li {margin-right: 18px;}
	.website-user-icons .website-user-icon {margin-right: 22px;}
	.website-user-icons {bottom: 55px;}
	.main-website-content {padding-top: 210px;}
	.header-holder-sticky .header_search_container input[type="text"] {width: 280px;}
	.header-holder-sticky .header-container {padding-right: 0 !important;}
	/* END - Header AR-214 */
}
@media(max-width:1599px){
	/*Homepage*/
	body {		font-size: 16px;	}
	.masthead .content-center, .main-website-content, .site-footer .content-center,.single-product .main-website-content > .product.type-product{padding: 0 40px;}
	.content-center {		padding-left: 60px;		padding-right: 60px;	}
	.menu_top .menu li a {		font-size: 15px;	}
	.menu_top .menu li {		margin-right: 22px;	}
	.topmenu-container {		margin-top: 7px;	}
	.header-container .menu_container {		min-width: 420px;	}
	.header-container .menu_container .menu li a {		font-size: 19px;	}
	.website-user-icons .website-user-icon {		margin-right: 30px;	}
	.website-user-icons {		bottom: 74px;	}
	.main-website-content {		padding-top: 220px;	}
	.hero-section-content {		padding: 110px 0 150px;	}
	.review-description {		padding-left: 220px;	}
	.header-container .logocontainer img {		max-width: 120px;	}
	.topbar-container {		padding: 12px 18px;	}
	.infobar-container {	padding: 10px 0 0;	font-size: 0;	}
	.topmenu-container {		margin-top: 10px;	}
	.header-container .menu_container .menu li a {		font-size: 18px;	}
	.header-container {		padding: 25px 0 30px;	}
	.main-website-content {		padding-top: 247px;	}
	.website-user-icons .website-user-icon {		margin-right: 25px;	}
	.user-icon.profile-icon {		width: 22px;		height: 26px;		background-size: 230px auto;		background-position: -13px -55px;	}
	.user-icon.cart-icon {		width: 23px;		height: 26px;		background-size: 220px auto;		background-position: -55px -52px;	}
	.top-bar-search button {		width: 26px;		height: 26px;	}
	.top-bar-search button::before {		background-size: 225px auto;		background-position: 37px -9px;	}
	.header-holder-sticky .logocontainer-sticky .websitelogo {		max-width: 60px;	}
	.header-holder-sticky .header-container {		padding: 13px 0 13px;	}
	.header-holder-sticky .phoneorder-container {		font-size: 0;	}
	.header-holder-sticky .phone-order, .header-holder-sticky .phoneorder-call {		font-size: 15px;	}
	.header-holder-sticky .header-container {		padding-right: 110px !important;	}
	.website-user-icons .website-user-icon {		margin-right: 20px;	}
	.header-holder-sticky .user-icon.cart-icon {		background-position: -98px -95px;	}
	.header-holder-sticky .user-icon.profile-icon {		background-position: 78px -52px;		background-size: 222px auto;	}
	.header-holder-sticky .header-container .menu_container .menu li a {		font-size: 15px;	}
	.header-holder-sticky .phoneorder-button::before {		left: 3px;		top: 13px;		background-position: -160px -16px;	}
	.header-holder-sticky .infobar-container {		padding: 1px 0 0;	}
	.header-holder-sticky .header-container .menu_container {		margin-top: -2px;	min-width: 300px;}
	.header-holder-sticky .website-user-icons {		bottom: -55px;	}
	.review-section-content {		margin-bottom: 50px;	}
	.home .hero-section-content .content-center {		padding-left: 60px;		padding-right: 60px;	}


	/* style2 */
	.cart_quantity_container {width: 160px;}
	.pdp_form_cart .cart_button_container {width: calc(100% - 160px);}
	.buton .spinner {top: 8px;right: 8px;}
	ul.stars {margin-right: 20px;}
	/* END style2 */

	.review-section-inner {		padding: 40px 180px 20px 180px;	}
	h2 {		font-size: 25px;	}
	h1 {		font-size: 32px;	}

	/*Magazin*/
	.shop_description {font-size: 15px;padding: 15px 30px;}
	.shop_title_section h1 {		font-size: 18px;	}
	.shop_title_section h2 {		font-size: 28px;	}
	.sale_percent_badge {		font-size: 16px;	}

	/*Single Product*/
	.single-product h1.product_title {		font-size: 24px;	}
	.pdp_delivery_text {		margin-bottom: 15px;	}
	.thumbnail_image_item {		height: 100px;	}
	.secondary_nav__slider-container .slick-slide {		max-width: 100px;		float: right;	}
	.pdp_form_cart .cart_button_container .add_to_cart_button.buton {		max-width: 160px;		padding: 15px 20px;	}
	.product-page-main_info .woocommerce-product-details__short-description, .product-page-main_info .woocommerce-product-details__short-description p {		font-size: 13px;	}
	.woocommerce-product-details__short-description {		padding: 20px 0 30px;	}
	.secondary_nav__slider-container .slick-vertical .slick-slide {		margin-top: 6px;		margin-bottom: 6px;	}

	.product_reviews_count {		margin-bottom: 10px;	}
	h1.product_title {	margin-bottom: 10px;}
	.pdp-badge-group {		margin-bottom: 10px;	}
	.pdp-price_item {		padding: 8px 0 12px;	}
	.pdp_form_container {		padding-top: 14px;	}
	.pdp_add_to_cart_form_container {		padding-bottom: 15px;	}
	.pdp_delivery_text {		margin-bottom: 10px;	}
	.pdp_phone_order > span {		font-size: 14px;	}
	.pdp-price_item p {		font-size: 30px !important;	}
	.main_product__slider-container .slick-dots {		bottom: -45px;	}
	.cta_text_column h3, .cta_text_column .h3  {		font-size: 18px;	}
	.single-product li.star {		width: 25px;		height: 25px;		background-position: 83px 172px;	}
	.woocommerce-product-details__short-description {		padding: 15px 0 30px;	}

	/*NFC Icon*/
	.pdp-badge-group img {	max-height: 48px;}

	/* Header AR-214 */
	.header-container .logocontainer img {max-width: 100%;}
	.logocontainer.logocontainer-normal {width: 180px;}
	.header_search_container {padding: 0 15px 0 25px;}
	.header_search_container input[type="text"] {width: 255px;height: 44px;}
	.header-container .menu_container .menu li a {font-size: 15px;}
	.header-container .menu_container {min-width: auto;}
	.website-user-icons {bottom: 50px;}
	.header-icon-title {font-size: 13px;}
	.main-website-content {padding-top: 205px;}
	.menu_top .menu li {margin-right: 18px;}
	.menu_top .menu li a {font-size: 14px;}
	.topmenu-container {margin-top: 3px;}
	.header-holder-sticky .header-container {padding-right: 0 !important;}
	.header-holder-sticky .website-user-icons {bottom: 0;}
	.header-holder-sticky .infobar-container {top: 0 !important;}
	.header-holder-sticky .fixed-mobile-menu .top-group-menu > div ul li a {font-size: 15px;}
	/* END - Header AR-214 */
}
@media(max-width:1399px){
	.phone-order, .phoneorder-call,.menu_top .menu li a,.phoneorder-prefix {font-size: 14px;}
	.phoneorder-call input {font-size: 14px;padding: 11px 35px 11px 44px;max-width: 215px;}
	.topbar-container-col {font-size: 12px;}
	.topbar-container-col span::before {top: -2px;}
	.topbar-container-col.topbar-mail span::before {top: -2px;}
	.infobar-container {padding: 8px 0 0;}
	.header-container {	padding: 15px 0 20px;}
	.main-website-content {padding-top: 220px;}
	.header-container .menu_container .menu li a {font-size: 16px;}
	.website-user-icons {bottom: 62px;}
	.modal-search-inner .h2 {font-size: 22px;margin-bottom: 25px;}
	.modal-search-inner input[type="text"] {font-size: 15px;}
	.hero-description {font-size: 22px;margin-bottom: 40px;}
	.hero-description em::before {		width: 25px;		height: 25px;		background-size: 185px auto;		background-position: -80px -151px;		right: 0px;		top: 0px;	}
	.review-description {padding-left: 205px;}
	.review-description p:last-child {margin-bottom: 0;}
	.header-holder-sticky .phone-order, .header-holder-sticky .phoneorder-call {font-size: 13px;}
	.header-holder-sticky .phone-order a {margin-right: 14px;}
	.header-holder-sticky .phoneorder-call input {font-size: 13px;padding: 8px 25px 8px 35px;max-width: 185px;height: 36px;}
	.header-holder-sticky .phoneorder-prefix {font-size: 13px;left: 4px;top: 10px;}
	.header-holder-sticky .phoneorder-button {width: 30px;}
	.header-holder-sticky .phoneorder-button::before {left: 5px;top: 10px;}
	.header-holder-sticky .header-container .menu_container .menu li a {font-size: 14px;}
	.header-holder-sticky .header-container {padding-right: 110px !important;}
	.header-holder-sticky .header-container .menu li {margin-right: 20px;}
	.header-holder-sticky .header-container .menu_container {margin-top: 0;min-width: auto;}
	.header-holder-sticky .logocontainer-sticky {margin-left: 20px;margin-right: 20px;}
	.header-holder-sticky .infobar-container {top: 23px;}
	.review-description > span {top: -5px;}
	.website-user-icons {		bottom: 63px;	}
	h1 {	font-size: 30px;	}
	.hero-description {		font-size: 20px;	}
	.hero-section-content .buton {padding: 17px 35px;}
	.review-section-inner {		padding: 40px 120px 35px 120px;	}
	.review-section-content {margin-top: -90px;margin-bottom: 40px;}


	/*Magazin*/
	.shop_title_section h1 {		font-size: 17px;	}
	.shop_title_section h2 {		font-size: 26px;	margin-bottom: 20px;}
	.shop_title_section {		padding-bottom: 20px;	}
	.shop_description {		font-size: 14px;	}
	
	/*Single Product*/
	.single-product h1.product_title {		font-size: 22px;	}
	.single-product .product_title span {		font-size: 18px;	}
	.pdp-badge-group li {		margin-right: 8px;	}
	.pdp-badge-group img {		max-height: 44px;	}
	.single-product li.star {		width: 23px;		height: 23px;		background-position: 73px 151px;		background-size: 205px auto;	}
	.product_reviews_count ul.stars {		margin-right: 12px;	}
	.product_reviews_count p {		font-size: 17px;		margin-top: 0px;	}
	.pdp_delivery_text {		margin-bottom: 10px;	}

	html {        -webkit-text-size-adjust: none;     }

	/* Main menu spacing */
	.header-holder-sticky .header-container .menu_container .menu li a {font-size: 0.9vw;}

	/*Menu Edit 09.03.2022*/
	.header-holder-sticky .header-container {padding-right: 150px !important;}

	/* Header AR-214 */
	.menu_top .menu li a {font-size: 13px;}
	.menu_top .menu li {margin-right: 16px;}
	.header_search_container input[type="text"] {width: 240px;height: 44px;font-size: 14px;}
	.header-container .menu_container .menu li a {font-size: 15px;}
	.header-icon-title {display: none;}
	.website-user-icons {bottom: 39px;}
	.main-website-content {padding-top: 180px;}
	.logocontainer.logocontainer-normal {width: 170px;}
	/* END - Header AR-214 */
}
@media(max-width:1279px){
	.content-center{width: 92%;	max-width: 92%;}
	.masthead .content-center, .main-website-content, .site-footer .content-center{padding: 0;}
	.topmenu-container,
	.menu_container.menu_left,
	.menu_container.menu_right {display: none;}
	.topbar-container-col {font-size: 10px;font-weight: 600;}
	.topbar-container-col span::before {width: 20px;height: 19px;background-size: 210px auto;}
	.topbar-container-col.topbar-economy span::before {background-position: -96px -12px;}
	.topbar-container-col span::before {top: -3px;}
	.topbar-container-col span {padding-left: 28px;}
	.topbar-container-col.topbar-mail span::before {background-position: -50px -11px;top: -3px;background-size: 200px auto;}
	.topbar-container-col.topbar-delivery span::before {background-position: -12px -14px;}
	.content-center {width: 100%;}
	.masthead .content-center, .main-website-content, .site-footer .content-center {padding-left: 30px;padding-left: 30px;}
	.phoneorder-container {float: none;display: block;text-align: center;}
	.infobar-container {padding: 10px 30px;margin-left: 0;margin-right: 0;width: auto;display: block;background-color: #F6F7FA;position: absolute;
	bottom: 20px;left: 0;float: none;width: 100%;z-index: 2;}
	.masthead .content-center {padding: 0;}
	.topbar-container {border-radius: 0;}
	.websitelogo.desktop-logo-item {display: none;}
	.mobile-logo-item {	display: block;}
	.header-container {padding: 8px 0 62px;}
	.logocontainer.logocontainer-normal {padding: 16px;border-radius: 50%;background-color: #F6F7FA;margin-bottom: -15px;}
	.website-user-icons {bottom: auto;top: 57px;right: 30px;}
	.stripes {cursor: pointer;float: none;margin-left: auto;position: relative;width: 27px;z-index: 999999 !important;-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;-webkit-transition-delay: 0.6s;-o-transition-delay: 0.6s;transition-delay: 0.6s;margin: 0 auto;top: 6px;}
	.stripes::before {content: "";width: calc(100% + 24px);height: calc(100% + 24px);top: -12px;left: -12px;position: absolute;display: block;}
	.stripes > span {background: #544487 none repeat scroll 0 0;display: block;height: 3px;margin: 5px 0;width: 27px;border-radius: 3px;-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-transform: translateY(0px) rotate(0deg);
	-ms-transform: translateY(0px) rotate(0deg);-o-transform: translateY(0px) rotate(0deg);transform: translateY(0px) rotate(0deg);}
	.activeclose {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
	.activeclose span:nth-child(2) {width: 0px;}
	.stripes span:nth-child(1),
	.stripes span:nth-child(3) {-webkit-transition-delay: 0.3s;-o-transition-delay: 0.3s;transition-delay: 0.3s;}
	.activeclose span:nth-child(1) {-webkit-transform: translateY(8px);-ms-transform: translateY(8px);-o-transform: translateY(8px);transform: translateY(8px);z-index: 1;}
	.activeclose span:nth-child(3) {-webkit-transform: translateY(-8px) rotate(90deg);-ms-transform: translateY(-8px) rotate(90deg);-o-transform: translateY(-8px) rotate(90deg);
	transform: translateY(-8px) rotate(90deg);}
	.mobile-menu-button {display: block !important;position: absolute;top: 53px;left: 30px;}
	.inner-user-icon.cart-outer.website-user-icon {margin-right: 0;}
	.header-holder {padding-bottom: 20px;}
	.main-website-content {padding-top: 197px !important;}
	.header-holder-sticky .infobar-container {padding: 0;background-color: transparent;display: block;position: relative;top: 0 !important;left: 0;width: 100%;padding: 0 150px;}
	.fixed.header-holder-sticky {padding-top: 18px;padding-bottom: 20px;}
	.header-holder-sticky .header-container {display: none;}
	.header-holder-sticky .phoneorder-container {max-width: 270px;margin: 0 auto;}
	.header-holder-sticky .mobile-menu-button {top: 20px;}
	.header-holder-sticky .stripes > span{background-color: #fff;}
	.header-holder-sticky .header-holder {padding-bottom: 0;}
	.header-holder-sticky .mobile-menu-button {top: 20px;}
	.header-holder-sticky .website-user-icons {bottom: 5px;top: auto;}
	.header-holder-sticky .phoneorder-call {width: 96%;display: block;margin: 5px auto 0;}
	.header-holder-sticky .phoneorder-call input {max-width: 100%;width: 100%;}
	.header-holder-sticky .website-user-icons {z-index: 999999;}
	.top-group-menu, .bottom-group-menu {padding: 35px 40px 5px;}
	.bottom-group-menu {background-color: #3F2A55;}
	.fixed-mobile-menu {position: fixed;width: 100%;background-color: #3f2a55;z-index: 98;height: 100%;top: 0;left: 0;display: block;padding: 175px 0 0;
	opacity: 0;visibility: hidden;display: block !important;}
	.child-menu-open .fixed-mobile-menu {opacity: 1;visibility: visible;}
	.header-container {z-index: auto;}
	.site-header-holder .content-center {position: relative; z-index: 99;}
	.menu-open {overflow: hidden;}
	.fixed-mobile-menu li a {color: #fff;font-size: 17px;line-height: 1;font-weight: 600;}
	.fixed-mobile-menu ul li {margin-bottom: 24px;}
	.fixed-mobile-menu-inner {		background-color: #544487;	}

	/*Added*/
	.main-website-content {		padding-right: 30px;	}
	.content-center {		max-width: 100%;	}
	.review-section-inner {		padding-left: 40px;		padding-right: 40px;	}
	.review-description p br, .icons-section-inner .each-icon p br {		display: none;	}
	.offer-text-inner {		margin-bottom: 10px;	}
	.offer-text h3 , .offer-text h4{		width: 50%;	}
	.product_offer_price {		margin-bottom: 16px;	}
	.offer-image {		top: 50%;		transform: translateY(-50%);		-webkit-transform: translateY(-50%);		-moz-transform: translateY(-50%);	}
	.modal-search-inner .h2 {		font-size: 20px;		margin-bottom: 20px;	}
	.fixed-mobile-menu-inner {		max-height: calc(100vH - 175px);		overflow: auto;	}
	h1 {		font-size: 26px;	}
	.hero-description {		font-size: 18px;		margin-bottom: 25px;	}
	.hero-section-content .buton {		padding: 15px 32px;	}
	.hero-section-content {		padding: 100px 0 140px;	}
	.content-center {		padding-left: 40px;		padding-right: 40px;	}
	.hero-text h1 {		margin-bottom: 8px;	}
	.visible_scroll_top .fixed-mobile-menu {		padding-top: 95px;	}
	.visible_scroll_top .fixed-mobile-menu-inner {		max-height: calc(100vH - 95px);	}
	.home .hero-section-content .content-center {		padding-left: 40px;		padding-right: 40px;	}

	/*Magazin*/
	.shop_products_list .recomended-infos {		padding: 10px 6px 0;	}
	.shop_title_section h1 {		font-size: 16px;	}
	.shop_title_section h2 {		font-size: 24px;	}
	.shop_description {		font-size: 13px;	}
	.shop_description p {		padding-left: 45px;	}
	.shop_description p::before {		width: 32px;		height: 32px;		top: 50%;		transform: translateY(-50%);		-webkit-transform: translateY(-50%);		-moz-transform: translateY(-50%);	}
	
	/*Single Product*/
	.single-product h1.product_title {		font-size: 20px;	}
	.single-product .product_title span {		font-size: 16px;	}
	.pdp-badge-group li {		margin-right: 6px;	}
	.pdp-badge-group img {		max-height: 40px;	}
	.pdp-price_item p {		font-size: 28px !important;	}
	.pdp-price_item {		padding: 8px 0 10px;	}
	.secondary_nav__slider-container .slick-slide {		max-width: 80px;	}
	.thumbnail_image_item {		height: 80px;	}
	.video_thumb .thumbnail_image_item::after {		width: 45px;		height: 45px;	}
	.main_product__slider-container .slick-dots button {		width: 11px;		height: 11px;	}
	.main_product__slider-container .slick-dots > li {		margin: 0 3px;	}
	.secondary_nav__slider-container {		width: 80px;	}
	.main_product__slider-container {	margin-right: 15px;	}
	.cart_quantity_container {		width: 140px;	}
	.pdp_form_cart {		width: 100%;	}
	.pdp_form_text {		width: 100%;		margin-top: 10px;	}
	.pdp_add_to_cart_form_container {		padding-bottom: 10px;	}
	.pdp_phone_order > span.pdtt {		font-size: 17px;	}
	.pdp_form_text .text-separator {		width: 55px;	}
	.main_product__slider-container .slick-arrow.slick-next {		right: 0;	}
	.main_product__slider-container .slick-arrow.slick-prev {		left: 0;	}
	.main_product__slider-container .slick-dots {		bottom: -30px;	}
	.single_product__gallery {		padding-bottom: 75px;	}
	.single-post-share , .main_product__slider-container {		width: calc(100% - 95px);	}
	.single-post-share ul li {		margin: 0 20px;	}
	.cta_badge_column {		width: 50px;	}
	.cta_text_column {		width: calc(100% - 210px);	 padding-left: 20px;}
	.cta_text_column h3, .cta_text_column .h3  {		font-size: 14px;	}
	.cta_aronia_club {		padding: 17px 14px 17px 14px;	}
	.text-item {		font-size: 14px;	}

	body.menu-open{		touch-action: none;	}

	/*Home Menu 08.03.2022*/
	.fixed-mobile-menu {		padding-top: 0 !important;		z-index: 100; 	opacity: 1;		visibility: visible;		left: -100%;		}
	.fixed-mobile-menu-inner {		padding-top: 65px;		max-height: 100% !important;	}
	.fixed-mobile-menu .mobile-menu-button span {		background-color: #fff;	}	
	.fixed-mobile-menu .mobile-menu-button {		top: 15px;		left: 41px;	}
	.child-menu-open .fixed-mobile-menu {		left: 0;	}
	.fixed-mobile-menu .top-group-menu ul li a {		font-size: 20px;	}
	.fixed-mobile-menu .bottom-group-menu ul li a {		font-size: 16px;	}
	.fixed-mobile-menu .top-group-menu {	height: 50vH;	}
	.fixed-mobile-menu .menu li.highlight-item a {		text-transform: uppercase;	}	

	/*NFC Icon*/
	.pdp-badge-group img {		max-height: 35px;	}
	
	/* Header AR-214 */
	.phoneorder-call input {border: 1px solid #696d9f;}
	.header_search_container {display: none !important;}
	.header-container {text-align: center;}
	.logocontainer.logocontainer-normal {width: 85px;margin-left: auto;margin-right: auto;}
	.main-search-bar.website-user-icon {display: inline-block !important;}
	.profile-icon .header-icon-element, .cart-icon .header-icon-element {width: 24px;height: 28px;background-size: 240px auto;background-position: -13px -57px;}
	.cart-icon .header-icon-element {background-position: -57px -54px;background-size: 230px auto;}
	.basket-item-count {background-color: #6CC049;top: -7px;left: 16px;}
	.website-user-icons {top: 61px;}
	.topbar-container-col.topbar-delivery.topbar-delivery-international span::before {background-position: -6px -219px;width: 24px;background-size: 180px auto;}
	.header-holder-sticky .logocontainer-sticky {display: none !important;}

	.header-holder-sticky .fixed-mobile-menu {position: fixed;width: 100%;background-color: #3f2a55;z-index: 98;height: 100%;top: 0;left: -100%;
	display: block;padding: 175px 0 0;opacity: 1;visibility: visible;display: block !important;}
	.child-menu-open .fixed-mobile-menu {left: 0 !important;}
	.header-holder-sticky .fixed-mobile-menu .top-group-menu > div ul li a {font-size: 20px;color: #fff;}
	.header-holder-sticky .fixed-mobile-menu .top-group-menu > div ul li {display: block;}
	.header-holder-sticky .header-holder, .header-holder-sticky .fixed-mobile-menu .top-group-menu {display: block;text-align: left;}
	.header-holder-sticky .website-user-icons {width: auto;position: absolute;}
	.header-holder-sticky .cart-icon .header-icon-element {background-position: -102px -98px;background-size: 230px auto;}
	.header-holder-sticky .basket-item-count {background-color: #6CC049;color: #fff;}
	.header-holder-sticky .profile-icon .header-icon-element {background-position: -148px -54px;background-size: 230px auto;}
	.header-holder-sticky .fixed-mobile-menu {margin-top: 0;}
	.header-holder-sticky .fixed-mobile-menu .bottom-group-menu {display: block !important;text-align: left;}
	.header-holder-sticky .user-icon.search-icon {background-position: -61px -302px;}
	.woocommerce-checkout:not(.woocommerce-order-received) .header-container .logocontainer img {max-width: 100% !important;}
	.header-holder-sticky .fixed-mobile-menu .top-group-menu > div ul li {margin-left: 0;}
	/* END - Header AR-214 */

	/* AR-248 - Wishlist */
	.header-holder-sticky .main-search-bar.website-user-icon {display: none !important;}
	/* END - AR-248 - Wishlist */
}
@media(max-width:1023px){
	/*Homepage*/
	.topbar-container {		padding: 10px 5px;	}
	.website-user-icons {		top: 72px;	}
	.modal-search-inner .h2 {		font-size: 20px;	margin-bottom: 20px;}
	.modal-search-inner input[type="text"] {		height: 50px;	}
	.modal-search-inner form > div button::after {		top: 12px;	}
	.modal-search-inner {		padding: 18px;	}
	.mobile-menu-button {		top: 62px;	}
	.website-user-icons {		top: 68px;	}
	.main-website-content {		padding-top: 205px !important;	}
	.hero-section-content {		padding: 90px 0 130px;	}
	.review-description > span {		width: 150px;		height: 55px;	}
	.review-description {		padding-left: 165px;	}
	.review-description p {		font-size: 15px;	}
	.review-section-inner {		padding-left: 30px;		padding-right: 30px;	}
	.review-description > span {		top: 3px;	}
	.review-section-inner {		padding: 30px 110px 30px 110px;	}
	.review-section-content {		margin-bottom: 30px;	}
	.main-website-content {		overflow: hidden;	}
	#cookie-law-info-bar {		font-size: 13px;	}
	.fixed-mobile-menu {		padding: 170px 0 0;	}
	.fixed-mobile-menu-inner {		max-height: calc(100vH - 170px);	}
	.topbar-container-col span::before {		left: 5px;	}
	.minicart_footer .cta_text_column {		text-align: left;		padding-bottom: 0;	}
	.hero-section-content {		background-color: #544487;		border-radius: 10px;		padding: 20px;	}
	.hero-section-content .content-center {		padding-left: 0;		padding-right: 0;	}
	.hero-image {		width: 100%;		border-radius: 0;		height: 290px;		position: relative;		top: auto;		left: auto;		margin-bottom: 30px;	}
	.hero-description em {		padding-right: 0;		margin-right: -3px;	}
	.hero-description p {		margin-bottom: 25px;	}
	.hero-description {		margin-bottom: 0;	}
	.hero-description {		font-size: 15px;	}
	.hero-description em::before {		right: 1px;		top: 2px;		width: 15px;		height: 15px;		background-size: 107px auto;		background-position: -48px -87px;	}
	.hero-description em {		padding-right: 23px;	}
	.hero-section-content {		padding: 40px 0 120px;	}
	.hero-description p br {		display: none;	}

	/*Magazin*/
	.sale_percent_badge, .free_shipping_badge {		top: 0;	}
	.sale_percent_badge {		font-size: 14px;	}
	.free_shipping_badge {		font-size: 12px;	}
	.free_shipping_badge::before {		width: 17px;		height: 14px;	}
	.cart_button_container .add_to_cart_button.buton {		font-size: 15px;	}

	/*Single Product*/
	.secondary_nav__slider-container {		display: none;	}
	.single-post-share, .main_product__slider-container {		width: 100%;	}
	.single-product .main-website-content > .product.type-product {		padding: 0 20px;	}
	.single-product .product_title span {		font-size: 15px;		margin-top: 5px;	}
	.pdp-badge-group img {		max-height: 35px;	}
	.single-product h1.product_title {		font-size: 19px;	}
	.product_image_slide.zoom-product-img::after {		bottom: 25px;		right: 40px;	}
	.single_product__gallery {		padding-bottom: 55px;	}
	.main_product__slider-container {		margin-right: 0;	}
	.product-page-main_info .cta_badge_column {		margin: 0 auto 20px;		display: block;	}
	.product-page-main_info .cta_aronia_club .cta_button_column {		width: 160px;		text-align: center;	}
	.product-page-main_info .cta_text_column {		text-align: center;		padding: 0 0 20px 0;	}
	.logged-in .product-page-main_info .cta_text_column {		width: 100%;	}
	.product-page-main_info .cta_text_column {		width: 100%;	}
	.product-page-main_info .cta_aronia_club .cta_button_column {		width: 100%;	}

	/*Hero Rules 24.02.2022*/
	.hero-description {	margin-bottom: 20px;}

	/*Banner Image Change*/
	.home .hero_section .hero-text {		max-width: 100%;	}
	
	/* AR-291 */
	.home .hero-section-content .hero-text {color: #fff;}
	.home .hero-section-content .buton {color: #544487;background-color: #fff;}
	.home .hero-section-content .buton:hover {color: #fff;background-color: #46a040;}
	/* END - AR-291 */
}
@media(max-width:767px){
	body {-webkit-text-size-adjust: none;}
	/*.topbar-container {		display: none;	}*/
	.topbar-container-col{padding-left:20px; padding-right:20px; padding-top:2px; padding-bottom:2px;}

	.mobile-menu-button {	top: 89px;	}
	.stripes {		top: -28px;	}
	.website-user-icons {	top: 60px;	}
	.fixed-mobile-menu {		padding: 130px 0 0;	}
	.main-website-content {		padding-top: 160px !important;	}
	h1 {		font-size: 24px;	}
	.hero-description {		font-size: 17px;margin-bottom: 22px;	}
	.hero-section-content {		padding: 20px 0 120px;	}
	.blog-section-content, .favourite-products-content, .hero-section-content, .offer-section-content, .recomended-products-content, .about-us-text {		margin-left: 30px;		margin-right: 30px;	}
	.review-description > span {		width: 120px;		height: 47px;	}
	.review-section-inner {		padding: 25px 40px 25px 40px;	}
	.review-description {		padding-left: 140px;	}
	.review-description p {		font-size: 14px;	}
	.review-section-content {		margin-bottom: 30px;	}
	.home .main-website-content {		padding-left: 0;		padding-right: 0;	}
	.review-section-content .content-center {		padding-left: 50px;		padding-right: 50px;	}
	.fixed-mobile-menu-inner {		max-height: calc(100vH - 130px);	}
	.home .hero-section-content .content-center {		padding-left: 20px;		padding-right: 20px;	}


	/*Magazin*/
	.free_shipping_badge {		padding: 8px 10px 8px 40px;	}
	.each-recomended-product h3, .each-recomended-product .h3  {		font-size: 14px;	}
	.each-recomended-product .product-price-regular {		font-size: 15px;	}
	.cart_button_container .add_to_cart_button.buton {		padding: 14px 27px;	}
	.shop_products_list .each-recomended-product {		width: 47%;	}

	/*Single Product*/
	.single-product-images, .woocommerce-page div.summary.entry-summary {		width: 100% !important;	}
	.main_product__slider .slick-slide {		height: 500px !important;	}
	.single_product__gallery {		padding-bottom: 80px;	}
	.single-post-share {		margin-top: -20px;		margin-bottom: 30px;	}
	.pdp-heading-group {		position: absolute;		top: 0;		left: 0;	}
	.product-page-main_info {		position: relative;	}
	.single-product-images {		padding-top: 100px;	}
	.product_image_slide img {		max-height: 500px;	}

	.topbar-container {		height: 37px;		display: block;	}
	.main-website-content {		padding-top: 200px !important;	}
	.fixed-mobile-menu {		padding: 160px 0 0;	}

	/*Home Menu 08.03.2022*/
	.fixed-mobile-menu .mobile-menu-button .stripes {		top: 15px;	}

	/*Mutat sectiune stele 09.03.2022*/
	.single-product-images {		padding-top: 140px;	}

}
@media(max-width:639px){
	.phoneorder-call {		width: 100%;	}
	.phoneorder-call input {		max-width: 100%;		width: 100%;		margin-top: 5px;	}
	.infobar-container {		bottom: -2px;	}
	.phoneorder-prefix, .phoneorder-button::before {		top: 17px;	}
	.main-website-content {		padding-top: 220px !important;	}
	.modal-search-inner .h2 {		margin-bottom: 20px;	}
	.fixed-mobile-menu ul li {		margin-bottom: 15px;	}
	.fixed-mobile-menu li a {		font-size: 16px;	}
	.fixed-mobile-menu-inner {		max-height: calc(100vH - 158px);	}
	.fixed-mobile-menu {		padding: 190px 0 0;	}
	.header-holder-sticky .infobar-container {		padding: 0 105px;	}
	.header-holder-sticky .phoneorder-button::before {		top: 14px;	}
	.header-holder-sticky .phoneorder-prefix {		top: 15px;	}
	.header-holder-sticky .stripes {		top: 10px;	}
	.fixed.header-holder-sticky {		padding-top: 10px;		padding-bottom: 11px;	}
	h1 {		font-size: 24px;	}
	.review-description {		padding-left: 0;		padding-top: 55px;	}
	.review-description > span {	left: 50%;		transform: translateX(-50%);		-webkit-transform: translateX(-50%);		-moz-transform: translateX(-50%);	}
	.review-section-content {	margin-bottom: 40px;	margin-top: -25px;	}
	.hero-text .button-container .buton {		width: 100%;		text-align: center;		padding: 19.6px 32px;	}
	.hero-text .button-container {		margin-bottom: 24px;	}
	.hero-description p br {		display: none;	}
	.review-description {		padding-left: 0;	}
	.review-description > span {		width: 170px;		height: 66px;		position: relative;		display: block;		left: auto;		transform: none;		-webkit-transform: none;		-moz-transform: none;		top: auto;		margin: 0 auto;	}
	.review-description {		padding-top: 0;	}
	.review-description p {		margin-top: 30px;	}
	.review-section-inner {		padding: 22px 20px 25px 20px;	}
	.icon-text {		font-size: 12px;	}
	.icon-image img {		max-width: 48px;	}
	.review-section-content {			margin-top: -25px;	}
	.hero-section-content {		padding: 20px 20px 19px;	}
	.icons-section-content .content-center {		padding-left: 20px;		padding-right: 20px;	}
	.review-section-content .content-center {		padding-left: 40px;		padding-right: 40px;	}
	.site-header {		overflow: hidden;	}
	.bottom-group-menu li a {		font-weight: 300;	}
	.top-group-menu {		padding: 30px 30px 15px 30px;	}
	.bottom-group-menu {		padding: 30px 30px 5px;	}
	/*.top-group-menu ul li:last-child a {		text-transform: uppercase;	}*/
	.scroll-top-button {		width: 40px;		height: 40px;	}
	.scroll-top-button::before {		width: 10px;		height: 10px;		top: 17px;		left: 14px;	}
	.visible_scroll_top .fixed-mobile-menu {		padding-top: 90px;	}
	.visible_scroll_top .fixed-mobile-menu-inner {		max-height: calc(100vH - 90px);	}
	.login_modal_body .woocommerce-form.woocommerce-form-login .woocommerce-LostPassword.lost_password {		margin-top: 0;	}
	.home .hero-section-content .content-center {		padding-left: 0;		padding-right: 0;	}
	.home .hero-image {		background-position: 83%;	}
	
	/*Magazin*/
	.shop_title_section h1 {	font-size: 14px;}
	.shop_title_section h2 {		font-size: 20px;	}
	.shop_description {		font-size: 12px;	}
	.shop_description p::before {		left: -14px;	}
	.shop_description p {		padding-left: 22px;	}

	/*Single Product*/
	.single-product h1.product_title {		font-size: 17px;	}
	.single-product .product_title span {		font-size: 14px;	}
	.pdp-badge-group img {		max-height: 30px;	}
	.main_product__slider .slick-slide {		height: 450px !important;	}
	.main_product__slider-container .slick-slide > div {		position: relative;		top: auto;		transform: none;		-moz-transform: none;		-webkit-transform: none;		margin-top: 0;		margin-bottom: 0;	}
	.single-post-share {		margin-top: -30px;	}
	.woocommerce-Price-amount.amount bdi {		font-size: 21px;	}
	.pdp-price_item {		padding: 0 0 10px;	}
	.cart_quantity_container {		width: 100%;		text-align: center;		margin: 10px 0 25px;	}
	.pdp_form_cart .js-qty__adjust, .pdp_form_cart .js-qty-num {		width: 55px;		height: 55px;	}
	.pdp_form_cart .cart_button_container {		width: 100%;	}
	.pdp_form_cart .cart_button_container .add_to_cart_button.buton {		max-width: 100%;		padding: 21px 20px;		font-size: 16px;		margin-bottom: 20px;	}
	.pdp_form_cart .js-qty-num {		margin: 0 15px;	}
	.pdp_form_text .text-separator {		width: 100%;		text-align: center;		text-transform: lowercase;		margin-bottom: 12px;	}
	.pdp_phone_order {		width: 100%;		text-align: center;		margin-bottom: 20px;	}
	.pdp_form_container {		border-bottom: 0;	}
	.pdp_add_to_cart_form_container {		padding-bottom: 0;	}
	.product-page-main_info .cta_aronia_club {		margin-top: 30px;	}
	.single-product .subtitle {		font-size: 14px;	}
	.single-product .image-text-content.box_full h2, .product-benefits-content h2 {		font-size: 16px;	}
	.product-page-main_info .cta_badge_column {		margin: 0;		display: inline-block;	}
	.logged-in .cta_text_column {		float: left;	}
	.logged-in .cta_text_column h3.usr, .logged-in .cta_text_column .h3.usr  {		padding-left: 70px;		margin-top: -42px;		text-align: left;		margin-bottom: 20px;		font-size: 16px;	}
	.single-product .main-website-content > .product.type-product {		padding: 0;	}
	.product-page-main_info .cta_text_column h3.guest , .product-page-main_info .cta_text_column .h3.guest {		padding-left: 70px;		margin-top: -34px;		text-align: left;		margin-bottom: 25px;		font-size: 14px; display:block;	}
	.product-page-main_info .text-item.guest {		text-align: left;		padding-bottom: 20px;	}
	.product-page-main_info .cta_aronia_club .cta_button_column {		position: absolute;		width: 100%;		left: 0;		bottom: -28px;	}
	.product-benefits-content {		padding-top: 50px;	}
	.single-product .image-text-content.box_full h2, .product-benefits-content h2 {		font-size: 16px;	}
	.logged-in .usr {		text-align: left;	}
	.main_product__slider {	margin-top: 40px;	margin-bottom: 20px !important;}
	.product_image_slide img {		max-height: 450px;	}
	body:not(.logged-in) .cta_aronia_club {		margin-bottom: 5px;	}
	.pdp-price_item .price del {		margin-right: 15px;	}
	.product-page-main_info .cta_aronia_club {		margin-top: 10px;	}
	.pdp_form_text {		margin-top: 0;	}
	.pdp_phone_order {		margin-bottom: 0;	}

	/*Hero Rules 24.02.2022*/
	.review-description p {		margin-top: 5px;	}
	.fixed-mobile-menu .mobile-menu-button {	left: 30px;	}

	/*Mutat sectiune stele 09.03.2022*/
	.single-product-images {padding-top: 110px;}

	/* Header AR-214 */
	.header-holder-sticky .main-search-bar.website-user-icon {display: none !important;}
	.header-holder-sticky .mobile-menu-button {top: 40px !important;}
	/* END - Header AR-214 */

	/* AR-302 */
	.logocontainer.logocontainer-normal {width: 60px;margin-left: 0;margin-right: 0;margin-bottom: 0;padding: 7px;}	
	.header-container {padding: 6px 0 69px;text-align: left;padding-left: 75px;}
	.mobile-menu-button {top: 58px;}
	.website-user-icons {top: 58px;}
	.header-holder-sticky .inner-wishlist-icon.website-user-icon {display: none;}
	.stripes {top: 0;}
	/* END - AR-302 */

	/* AR-353 */
	.active_hours #cookie-law-info-bar{bottom: 44px !important;}
	.single-product #cookie-law-info-bar {bottom: 79px !important;padding-right: 60px;z-index: 99 !important;}
	.single-product.toggleVolDiscMob  #cookie-law-info-bar {bottom: 233px !important;}
	.woocommerce-checkout #cookie-law-info-bar {bottom: auto !important;top: 0;}
	/* END - AR-353 */
}
@media(max-width:479px){
	.main-search-bar.website-user-icon {		display: none;	}
	.blog-section-content, .favourite-products-content, .hero-section-content, .offer-section-content, .recomended-products-content, .about-us-text {		margin-left: 20px;		margin-right: 20px;	}
	.header-holder-sticky .phoneorder-call input {		padding: 8px 25px 8px 58px;		font-size: 11px;	}
	.header-holder-sticky .phoneorder-button::before {		top: 15px;	}
	.header-holder-sticky .phoneorder-prefix {		top: 14px;	}
	#cookie-law-info-bar , .cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited{		font-size: 12px;	}
	.cli-plugin-button, .cli-plugin-button:visited {		padding: 5px 8px 7px 8px;	}
	#CONSTANT_OPEN_URL {		font-size: 11px;	}
	.header-holder-sticky .infobar-container {		padding: 0 83px;	}
	.website-user-icons {		right: 12px;	}
	.header-holder-sticky .phone-order a {		margin-right: 0;	}
	.fixed.header-holder-sticky {		padding-top: 15px;		padding-bottom: 15px;	}
	.header-holder-sticky .phoneorder-prefix {		left: 20px;	}
	.header-holder-sticky .phone-order {		width: 260px;		position: relative;		left: 50%;		transform: translateX(-50%);		-webkit-transform: translateX(-50%);		-moz-transform: translateX(-50%);		font-size: 13px;	}
	.header-holder-sticky .phoneorder-container {		position: relative;	}
	.site-header-holder.header-holder-sticky .phone-dot {		float: left;		margin-left: 0;		margin-top: 0;		position: absolute;		top: 5px;		left: -10px;	}
	.minicart_modal_item .cart_quantity_container {		text-align: left;	margin-top: 0;}
	.login_modal_body .woocommerce-form.woocommerce-form-login .woocommerce-LostPassword.lost_password {		margin-top: 15px;	}
	body:not(.logged-in) .cta_aronia_club {		margin-bottom: 0;	}


	/*Magazin*/
	.shop_description p {		padding-left: 0;		padding-top: 40px;	}
	.shop_description p::before {		left: 50%;		top: -5px;		transform: translateX(-50%);		-webkit-transform: translateX(-50%);		-moz-transform: translateX(-50%);	}
	.shop_description {		padding: 14px 18px;	}

	/*Single Product*/
	.main_product__slider .slick-slide {		height: 350px !important;	}
	.single-product .main-website-content {		padding-left: 20px;		padding-right: 20px;	}
	.main_product__slider-container .slick-slide > div {		margin-top: 10px;	}
	.single-post-share {		display: none;	}
	.main_product__slider-container .slick-dots > li {		margin: 0 5px;	}
	.product_reviews_count p {		font-size: 13px;		margin-top: 3px;	}
	.single-product .product-page-main_info  .woocommerce-Price-amount.amount bdi {		font-size: 21px;	}
	.pdp-price_item .price ins::after, .product.type-product:not(.sale) .pdp-price_item .price::after {		font-size: 11px;	}
	.pdp-price_item {		padding: 0px 0 8px;	}
	.pdp_form_container {		padding-top: 10px;	}
	.pdp_phone_order > span {		font-size: 16px;	}
	.pdp_phone_order > span.pdtt {		font-size: 21px;	}
	.pdp_phone_order > span.pdtt a {		color: #544487;	}
	.pdp_phone_order > span.pdtp {		font-size: 14px;	}
	.logged-in .cta_text_column h3.usr , .logged-in .cta_text_column .h3.usr{		padding-left: 62px;		margin-top: -49px;	}
	.product_image_slide img {		max-height: 350px;	}
	.product-page-main_info .cta_text_column h3.guest , .product-page-main_info .cta_text_column .h3.guest {		padding-right: 20px;	}
	.single_product__gallery {		padding-bottom: 20px;	}
	.main_product__slider {		margin-top: 0;	}
	.single-product-images {		padding-top: 100px;	}
	.pdp-badge-group img {		max-height: 33px;	}
	.pdp-badge-group li {		margin-right: 3px;	}
	.product-benefits-content {		padding-top: 0;	}
	.product.type-product:not(.sale) .pdp-price_item .price::after {		margin-top: -4px;	}

	.minicart_column.delete {	width: 10%;}
	.minicart_columns.product_subtotal {		width: 25%;	}
	.minicart_modal_item > div {		padding: 0 10px;	}
	.minicart_columns.title_qty {		padding-left: 5px;	}
	.minicart_modal_item .woocommerce-Price-currencySymbol {		display: block;		text-align: right;		margin-right: 4px;	}
	.minicart_modal_item .woocommerce-Price-amount.amount {		text-align: right;		display: block;		float: right;	}
	.mini_cart_total_lines .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {		display: inline-block;	}

	/*Header Rules 24.02.2022*/
	.topbar-container {		padding: 6px 5px;	}
	.header-container {		padding: 2px 0 62px;	}
	.website-user-icons {		top: 56px;	}
	.mobile-menu-button {		top: 61px;	}
	.main-website-content {		padding-top: 200px !important;	}
	.stripes {		top: 0;	}
	.fixed-mobile-menu {		padding: 180px 0 0;	}

	.topbar-container {		height: 29px;	}

	/*Header Rules 01.03.2022*/
	.header-holder-sticky .phoneorder-call input {		padding: 8px 25px 8px 35px;	font-size: 14px;	}
	.header-holder-sticky .phoneorder-prefix {		top: 14px;		font-size: 14px;		left: 4px;	}
	.header-holder-sticky .phone-order {		font-size: 14px;	}
	.fixed-mobile-menu .top-group-menu {		height: auto;	}

	/*Mutat sectiune stele 09.03.2022*/
	.single-product-images {		padding-top: 130px;	}

	/*Banner Image Change*/
	.home .hero-image {		background-position: center center;		height: 250px;	}

	/* Header AR-214 */
	.mobile-menu-button {top: 56px;}
	.header-holder-sticky .main-search-bar.website-user-icon {display: none !important;}
	.header-holder-sticky .mobile-menu-button {top: 41px !important;}
	.modal-search-inner {width: 95% !important;margin-left: 0 !important;left: 2.5% !important;}
	.woocommerce-checkout:not(.woocommerce-order-received) .logocontainer.logocontainer-normal {width: 200px;margin-left: 0;}
	.woocommerce-checkout:not(.woocommerce-order-received) .header-container {padding: 20px !important;}
	/* END - Header AR-214 */

	/* AR-248 - Wishlist */
	.logocontainer.logocontainer-normal {width: 60px;margin-left: 0;margin-right: 0;margin-bottom: 0;padding: 7px;}	
	.header-container {padding: 6px 0 69px;text-align: left;padding-left: 75px;}
	.mobile-menu-button {top: 50px;}
	.website-user-icons {top: 51px;}
	.header-holder-sticky .inner-wishlist-icon.website-user-icon {display: none;}
	/* END - AR-248 - Wishlist */
}
@media(max-width:419px){
	.site-header-holder.header-holder-sticky .phone-dot {		left: -20px;	}

	/*Header Rules 01.03.2022*/
	.site-header-holder.header-holder-sticky .phone-dot {	left: -28px;}

}
@media(max-width:374px){
	.user-icon.profile-icon {		width: 22px;		height: 25px;		background-size: 210px auto;		background-position: -11px -49px;	}
	.phone-order, .phoneorder-call, .menu_top .menu li a, .header-holder-sticky .phoneorder-prefix {	font-size: 11px;}
	.top-group-menu, .bottom-group-menu {		padding: 15px 20px 5px;	}
	.infobar-container {		padding: 10px 20px;	}
	.hero-image {		height: 200px;	margin-bottom: 20px;}
	h1 {		font-size: 20px;	}
	.header-holder-sticky .infobar-container {		padding: 0 45px;	}
	.header-holder-sticky .mobile-menu-button {		top: 34px;		left: 11px;	}
	.header-holder-sticky .website-user-icons .website-user-icon {		margin-right: 6px;	}
	.header-holder-sticky .phoneorder-call input {	margin-left: -12px;	width: 90%;	}
	.header-holder-sticky .phoneorder-button::before {		left: -11px;	}
	.header-holder-sticky .phoneorder-prefix {		left: 12px;		top: 16px;	}
	.header-holder-sticky .user-icon.profile-icon {		background-position: 63px -40px;		background-size: 172px auto;	}
	.header-holder-sticky .website-user-icons {		bottom: auto;		top: 28px;		right: 5px;	}
	.header-holder-sticky .user-icon.cart-icon {		background-position: -72px -67px;		background-size: 164px auto;		width: 20px;	}
	.website-user-icons .website-user-icon {		margin-right: 10px;	}
	.header-holder-sticky .user-icon.profile-icon {		width: 20px;		height: 22px;		background-position: 63px -40px;		background-size: 172px auto;	}
	.basket-item-count {		top: -5px;		right: -8px;		width: 16px;		height: 16px;		font-size: 9px;		line-height: 16px;	}
	
	/*Single Product*/
	.single-product .product-page-main_info .cta_badge_column {		display: block;	}
	.product-page-main_info .cta_text_column h3.guest , .product-page-main_info .cta_text_column .h3.guest{		margin-top: -44px;	}
	.single-product .text-item {		font-size: 13px;	}
	.product_image_slide img {		max-height: 300px;	}
	.table_header, .table_footer {		padding: 10px 10px 15px 10px;	}
	.single-product-images {		padding-top: 155px;	}
	.pdp-badge-group img {		max-height: 40px;	}

	/*Header Rules 24.02.2022*/
	.stripes {		top: 2px;	}

	/*Header Rules 01.03.2022*/
	.phone-order {		font-size: 14px;		margin-right: -25px;	}
	.phone-dot {		margin-right: 8px;		margin-left: -7px;	}
	.header-holder-sticky .phoneorder-prefix {		left: 10px;		top: 14px;		font-size: 14px;	}
	.fixed-mobile-menu .mobile-menu-button {	top: 5px;	left: 20px;}
	.bottom-group-menu {		padding-top: 20px;	}
	.fixed-mobile-menu .top-group-menu ul li a {		font-size: 18px;	}

	/*Mutat sectiune stele 09.03.2022*/
	.single-product-images {		padding-top: 195px;	}
	
	/* Header AR-214 */
	.header-holder-sticky .website-user-icons {bottom: 5px;top: auto;right: 5px;}
	/* END - Header AR-214 */

	/* AR-353 */
	.single-product.toggleVolDiscMob  #cookie-law-info-bar {bottom: 224px !important;}
	/* END - AR-353 */
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 1000px)
  and (max-device-height: 600px)
  and (orientation: landscape)   { 

	/*Home Menu 08.03.2022*/
	.fixed-mobile-menu .top-group-menu ul li a {		font-size: 16px;	}
	.fixed-mobile-menu ul li {		margin-bottom: 10px;	}
	.top-group-menu {		padding-top: 0;	}
	.bottom-group-menu {		padding-top: 20px;	}
	.fixed-mobile-menu .top-group-menu {		height: auto;	}
	.fixed-mobile-menu .bottom-group-menu ul li a {		font-size: 14px;	}


}

/* AR-427 */
/* AR-518 */
.review-section-content {
	margin-top: -50px;
}
.home .hero-text {
	width: 540px;
	text-align: center;
}
.home .hero-text h1, .home .hero-text h2,
.home .hero-text .h1, .home .hero-text .h2 {
	color: #3d117c;
	font-weight: 700;
	font-size: 48px;
	letter-spacing: -3px;
	line-height: 1;
	position: relative;
}
.home .hero-text h1 span,
.home .hero-text h2 span,
.home .hero-text .h1 span,
.home .hero-text .h2 span {
	font-size: 30px;
	font-weight: 700;
	display: block;
	letter-spacing: -2px;
}
.home .hero-description p {
	margin: 0;
	font-weight: 300;
	font-size: 24px;
	color: #3d117c;
}
.home .hero-description .flag-icon {
	background-image: url(images/aronia-home-flag.png);
	width: 50px;
	height: 40px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: 25px;
}
.home .hero-description .flag-icon img{
	display: none;
}
.home .hero-description {
	margin-bottom: 20px;
}
/*
.home [data-slick-index="2"] .hero-text h1,
.home [data-slick-index="1"] .hero-text h1,
.home [data-slick-index="2"] .hero-description p ,
.home [data-slick-index="1"] .hero-description p{
	color: #fff;
	position: relative;
}
.home [data-slick-index="1"] .flag-icon,
.home [data-slick-index="1"] .button-container{
	position: relative;
}
.home [data-slick-index="1"] .hero-text::before {
	content: "";
	position: absolute;
	background-image: url(images/bg-titlu-slider.png);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	width: 130%;
	top: -8%;
	left: -17%;
	height: 110%;
}
*/
.hero-section-slider .slick-track {
	display: flex;
}
.hero-section-slider .slick-track .slick-slide{
    height: inherit !important;
}
.hero-section-slider .slick-track .slick-slide > div,
.hero-section-slider .slick-track .slick-slide > div .hero-section-content{
    height: 100% !important;
	position: relative;
}
.home .hero-section-content .buton{
	min-width: 270px;
}
.home [data-slick-index="0"] .hero-text h1,
.home [data-slick-index="0"] .hero-text .h1{
	font-size: 60px;
}
.home [data-slick-index="0"] .hero-text h1 span,
.home [data-slick-index="0"] .hero-text .h1 span {
	font-size: 34px;
}
.home [data-slick-index="1"] .hero-text h2,
.home [data-slick-index="1"] .hero-description p,
.home [data-slick-index="2"] .hero-text h2,
.home [data-slick-index="2"] .hero-description p,
.home [data-slick-index="4"] .hero-text h2,
.home [data-slick-index="4"] .hero-description p,
.home [data-slick-index="6"] .hero-text h2,
.home [data-slick-index="6"] .hero-description p,
.home [data-slick-index="8"] .hero-text h2,
.home [data-slick-index="8"] .hero-description p,
.home [data-slick-index="9"] .hero-text h2,
.home [data-slick-index="9"] .hero-description p,
.home [data-slick-index="1"] .hero-text .h2,
.home [data-slick-index="2"] .hero-text .h2,
.home [data-slick-index="4"] .hero-text .h2,
.home [data-slick-index="6"] .hero-text .h2,
.home [data-slick-index="8"] .hero-text .h2,
.home [data-slick-index="9"] .hero-text .h2{
	color: #fff
}
.home [data-slick-index="4"] .hero-text h2,
.home [data-slick-index="4"] .hero-text .h2{
	font-size: 46px;
}
.home [data-slick-index="6"] .hero-text h2,
.home [data-slick-index="6"] .hero-text .h2{
	font-size: 55px;
}
@media(max-width:1710px){
	
}
@media(max-width:1550px){
	.home .hero-description p {font-size: 20px;}
	.home .hero-description .flag-icon {width: 40px;height: 30px;margin-top: 15px;}
	.home .hero-description {margin-bottom: 14px;}
	.home [data-slick-index="1"] .hero-text::before {width: 114%;top: -10%;left: -7%;height: 107%;}
	.review-section-content {margin-top: -50px;}

	.home .hero-text h1, .home .hero-text h2,
	.home .hero-text .h1, .home .hero-text h2 {font-size: 40px;}
	.home .hero-text h1 span, .home .hero-text .h2 span {font-size: 26px;}
	.home [data-slick-index="0"] .hero-text h1,
	.home [data-slick-index="0"] .hero-text .h1 {font-size: 50px;}
	.home [data-slick-index="0"] .hero-text h1 span,
	.home [data-slick-index="0"] .hero-text .h1 span {font-size: 28px;}
	.home [data-slick-index="4"] .hero-text h2,
	.home [data-slick-index="4"] .hero-text .h2 {font-size: 38px;}
	.home [data-slick-index="7"] .hero-text h2,
	.home [data-slick-index="7"] .hero-text .h2 {font-size: 45px;}
	.home [data-slick-index="8"] .hero-text h2,
	.home [data-slick-index="1"] .hero-text h2,
	.home [data-slick-index="8"] .hero-text .h2,
	.home [data-slick-index="1"] .hero-text .h2   {font-size: 37px;}
}
@media(max-width:1390px){

}
@media(max-width:1279px){

	.home .hero-description p {font-size: 17px;}
	.home .hero-text {width: 390px;}

	.home [data-slick-index="4"] .hero-text h2,
	.home [data-slick-index="4"] .hero-text .h2 {font-size: 36px;}
}
@media(max-width:1023px){
	.home .hero_section .hero-text {max-width: 100%;width: 100%;}
	.home .hero-text h1,
	.home .hero-text h2,
	.home .hero-text .h1,
	.home .hero-text .h2 {color: #fff;}
	.home .hero-description .flag-icon {margin: 15px auto 0;}
	.home .hero-description p {	font-size: 17px;color: #fff;}
	.home .hero-description p br{display: block;}

	.home .hero-text {width: 100%;}
	/*.home [data-slick-index="1"] .hero-text::before {display: none;}*/
	.home .hero-section-content .buton {background-color: #fff;color: #544487;}
	.home .hero-text h1, .home .hero-text h2,
	.home .hero-text .h1, .home .hero-text .h2 {color: #fff !important;font-size: 40px !important;}
	.home .hero-text h1 span, .home .hero-text h2 span,
	.home .hero-text .h1 span, .home .hero-text .h2 span {font-size: 30px !important;}
	.hero-section-content {padding: 40px 0 95px;}
}
@media(max-width:767px){
	.hero-section-slider .hero-section-content {margin: 0;}
	.fc-block.hero_section_slider {padding: 0 30px;}
}
@media(max-width:639px){
	.review-section-content {margin-top: -25px;}
	.fc-block.hero_section_slider,
	.fc-block.hero_section_slider .content-center {padding: 0 20px;}
	.home .hero-text h1, .home .hero-text h2,
	.home .hero-text .h1, .home .hero-text .h2 {font-size: 32px !important;margin-bottom: 20px !important;}
	.home .hero-text h1 span, .home .hero-text h2 span,
	.home .hero-text .h1 span, .home .hero-text .h2 span {font-size: 22px !important;}
	.hero-section-content {padding: 20px 0 45px;}
	.home .hero-description {margin-bottom: 20px;}

	.hero-image.slide-hero-image:not(.mobile-hero-image){display: none !important;}
	.hero-image.slide-hero-image.mobile-hero-image {display: block !important;}
	.home .hero-image.mobile-hero-image {background-position: center !important;background-size: cover !important;}
}
@media(max-width:479px){
	.home .hero-image {background-position: right center;}
	.home .hero-text h1, .home .hero-text h2,
	.home .hero-text .h1, .home .hero-text .h2 {font-size: 30px !important;margin-bottom: 16px !important;}
	.home .hero-text h1 span, .home .hero-text h2 span,
	.home .hero-text .h1 span, .home .hero-text .h2 span {font-size: 20px !important;	letter-spacing: -2px;}
	.home .hero-section-content .buton {min-width: 100%;}
	.home .hero-section-content .buton {padding: 15px 20px;}
	.home [data-slick-index="4"] .hero-image {background-size: auto 111%;background-position: 90% 45%;}

}
@media(max-width:430px){
	.home .hero-image {background-position: 88% 50%;}
	.home [data-slick-index="5"] .hero-image,
	.home [data-slick-index="7"] .hero-image {background-position: 100% 49%;}
	.home [data-slick-index="8"] .hero-image {background-position: 79% 49%;}
}
@media(max-width:400px){
	.home .hero-description p {font-size: 14px;color: #fff;}
	.home .hero-text h1, .home .hero-text h2 {font-size: 28px !important;}
	.home [data-slick-index="2"] .hero-image {background-position: 65% 49%;}
	.home [data-slick-index="4"] .hero-image {background-position: 80% 45%;}
}
@media(max-width:374px){
	.home .hero-image {background-position: 75% 50%;}
	.home [data-slick-index="5"] .hero-image, .home [data-slick-index="7"] .hero-image {background-position: 90% 49%;}
}
/* END AR-518 */
/* END AR-427 */