@charset "UTF-8";
:before,:after,html *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-moz-osx-font-smoothing: grayscale; /*(For Firefox)*/-webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/}
.clearfix:after,
.clear{clear: both;display: block;height: 0;width: 100%;float: none !important;}
.clearfix:after{content: '';}
input::-moz-focus-inner /*Remove button padding in FF*/{ border: 0;padding: 0;}
a{text-decoration: none;outline: 0 !important;}
a:hover{color: inherit;text-decoration: none;}
img{max-width: 100%;vertical-align: top;}
*:focus ,
textarea,
input,
textarea:focus, input:focus{outline: none;border-radius: 0}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none !important;margin: 0;}
input[type=number] {-moz-appearance:textfield !important;}
input::placeholder{ 
	color: #cacdc8;
	opacity:1;
}
textarea::placeholder{ 
	color: #cacdc8;
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
.cvr-bg-bf:before,
.cvr-bg-af:after,
.cvr-bg{
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cvr-bg-bf:before,
.cvr-bg-af:after{
	content: '';
	display: inline-block;
        vertical-align: middle;
}
body{
        background: #fff;
        color: #232323;
	font-size: 14px;
	font-family: 'Helvetica';
	font-weight:  400;
	position: static;
	overflow-y:auto
}
body.dark-bg{
	background: #FAFAFA;
}
body.is-maintenance{
	height: 100vh;
	overflow: hidden;
}
.wrapper{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.rowflex{
	display: flex;
	flex-wrap: wrap;
}
.rowflex > *{
	flex: 1;
}
.inner-acc .main .search input,
.fcoupon input[type='text'],
.price-range input,
.subs input,
.clicked.dropselect.has-search input,
.form-basic .date-field,
.dropselect strong,
.dropdown select,
.form-basic input[type="number"],
.form-basic input[type="text"],
.form-basic input[type="tel"],
.form-basic input[type="email"],
.form-basic input[type="password"],
.form-basic textarea{
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
	display: block;
	width: 100%;
	background: #fff;
	color: #52575C;
	border: 1px solid #E9E8E6;
	font-size: 14px;
	font-family: 'Helvetica';
	font-weight: 400;
	height: 48px;
	padding: 0 15px;
}

.clicked.dropselect.has-search input:focus,
.form-basic input[type="number"]:focus,
.form-basic input[type="text"]:focus,
.form-basic input[type="tel"]:focus,
.form-basic input[type="email"]:focus,
.form-basic input[type="password"]:focus,
.form-basic textarea:focus{
	border: 1px solid #E11A27;
}
.form-basic textarea{
	min-height: 100px;
	padding: 15px;
	resize: vertical;
	line-height: 180%;
}
.form-basic form > * {
	display: block;
	margin-top: 30px;
}
.form-basic form > *:first-child{
	margin-top: 0;
}
.form-basic .pass-field{
	position: relative;
}
.form-basic .pass-field b{
	display: block;
	position: absolute;
	right: 13px;
	top: 13px;
	width: 22px;
	height: 22px;
	background-image: url(../img/icon/melek.svg);
	cursor: pointer;
}
.form-basic .pass-field b.merem{
	background-image: url(../img/icon/merem.svg);
}
.form-basic .fgroup > label{
	display: block;
	margin-bottom: 10px;
	color: #52575C;
	font-size: 14px;
}
.form-basic .fgroup > label sup{
	line-height: 100%;
	position: relative;
	top: 0;
	color: #DE2C4F;
}
.form-basic .date-field{
	padding: 0;
	position: relative;
}
.form-basic .date-field input{
	border: none;
	background: none;
	position: relative;
	z-index: 2;
}
.form-basic .date-field b{
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url(../img/icon/calendar.svg);
	right: 15px;
	top: 15px;
}
.form-basic .rate-field{
	float: left;
	margin-left: -4px;
}
.form-basic .rate-field > input { display: none; } 
.form-basic .rate-field > label:before { 
	margin: 3px;
	width: 26px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: inline-block;
	background-image: url(../img/icon/generic/star-hollow.svg);
	content: "";
}
.form-basic .rate-field > label { 
       float: right;
       cursor: pointer;
}
.form-basic .rate-field > input:checked ~ label:before, /* show gold star when clicked */
.form-basic .rate-field:not(:checked) > label:hover:before, /* hover current star */
.form-basic .rate-field:not(:checked) > label:hover ~ label:before, /* hover previous stars in list */
.form-basic .rate-field > input:checked + label:hover:before, /* hover current star when changing rating */
.form-basic .rate-field > input:checked ~ label:hover:before,
.form-basic .rate-field > label:hover ~ input:checked ~ label:before, /* lighten current selection */
.form-basic .rate-field > input:checked ~ label:hover ~ label:before{ background-image: url(../img/icon/generic/star.svg); }

.format-text img,
.format-text .gallery img{
	vertical-align: top;
	height: auto !important;
}
.form-basic .gap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-basic .gap > *{
	flex: calc(50% - 12px);
	max-width: calc(50% - 12px);
}
/** DROPDOWN **/
.dropselect{
	position: relative;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
.clicked.dropselect.has-search strong,
.dropselect.has-search input,
.dropselect select{
	display:none;
}
.clicked.dropselect.has-search input{
	display: block;
}
.dropselect strong{
	display: block;
	border: 1px solid #CACCCF;
	padding: 0 15px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	z-index: 2;
	position: relative;
}
.dropselect.activated strong{
	opacity: 1;
}
.dropselect strong:after{
	display: block;
	position: absolute;
	right:13px;
	top: 19px;
	content: '';
	width: 10px;
	height: 6px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/icon/generic/arrow-down.svg);
	transform: rotate(0deg);
}
.dropselect.clicked strong:after{
	transform: rotate(-180deg);
}
.dropselect .scrollbar-inner.scroll-content{
	max-height: 200px;
}
.dropselect .dropholder{
	list-style: none;
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition:all 0.1s ease-in;
	display: block;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
	margin-top: 0;
}
.dropselect.ontop .dropholder{
	bottom: 100%;
	margin: 0;
}
.dropselect.clicked .dropholder{
	opacity: 1;
	visibility: visible;
	z-index: 9;
	margin-top: 5px;
}
.dropselect.ontop.clicked .dropholder{
	margin: 0 0 5px;
}
.dropselect .scrollbar-inner{
	padding: 2px 15px;
}
.dropselect .scrollbar-inner > .scroll-element.scroll-y{
	width: 2px;
}
.biteship-search .holder li,
.dropselect li{
	display:block;
	cursor: pointer;
	padding: 15px 0;
	position: relative;
	border-top: 1px solid #E9E8E6;
	transition:color 0.2s ease-in;
	font-size: 14px;
}
.dropselect li.current:after{
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/icon/drop-checked.svg);
	content: '';
	top: 15px;
	right: 0;
	display: block;
	position: absolute;
}
.biteship-search .holder li:hover,
.dropselect li.current,
.dropselect li:hover{
	color: #E11A27;
}
.biteship-search .holder li:first-child,
.dropselect li:first-child{
	border: none;
}
.dropselect li.hidden,
.dropselect li.empty{
	display: none;
}

.iframe-holder{
        position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
        z-index: 1;
}
.iframe-holder > *{
        position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-pagination{
        text-align: center;
	margin: 30px 0 0;
}
.page-pagination > *{
        display: inline-block;
        vertical-align: middle;
        color: #BCBABE;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
	background: #fff;
	border-radius: 4px;
	transition:all 0.2s ease-in;
}
.page-pagination > span{
	position: relative;
	background: #E11A27;
	color: #fff;
}
.page-pagination a:hover{
        color: #E11A27;
}
.page-pagination i.cvr-bg{
	display: inline-block;
	width: 7px;
	height: 12px;
	position: relative;
	top: 1px;
	background-image: url(../img/icon/generic/arrow-pagi-right.svg);
}
.page-pagination i.cvr-bg.next{
	right: 0;
	transition:right 0.2s ease-in;
}
.page-pagination a:hover i.cvr-bg.next{
	right: -2px;
}
.page-pagination i.cvr-bg.prev{
	background-image: url(../img/icon/generic/arrow-pagi-left.svg);
	left: 0;
	transition:left 0.2s ease-in;
}
.page-pagination a:hover i.cvr-bg.prev{
	left: -2px;
}
.format-text{
	line-height: 160%;
	font-size: 14px;
}
.format-text > *{
	margin-top: 30px;
}
.format-text > *:first-child{
	margin-top: 0;
}
.format-text b,
.format-text strong{
	font-weight: 700;
}
.format-text em,
.format-text i:not(.fa){
	font-style: italic;
}
.format-text h1,
.format-text h2,
.format-text h3,
.format-text h4,
.format-text h5,
.format-text h6{
	color: #1E1E1E;
	font-weight: 700;
	line-height: 140%;
}
.format-text h1{
	font-size: 36px;
}
.format-text h2{
	font-size: 30px;
}
.format-text h3{
	font-size: 26px;
}
.format-text h4{
	font-size: 22px;
}
.format-text h5{
	font-size: 18px;
}
.format-text h6{
	font-size: 14px;
}
.format-text h1 + *,
.format-text h2 + *,
.format-text h3 + *,
.format-text h4 + *,
.format-text h5 + *,
.format-text h6 + *{
	margin-top: 10px;
}
.format-text a:not(.button){
	color: #E11A27;
	text-decoration: underline;
}
.format-text a:not(.button):hover{
	text-decoration: underline;
}
.format-text ul{
	list-style: disc;
	padding-left: 22px;
}
.format-text ul li,
.format-text ol li{
	padding-bottom: 10px;
}
.format-text ol{
	list-style: decimal;
}
.format-text ol{
	padding-left: 20px;
}
.format-text sup{
	color: #d90000;
	position: relative;
	top: 0;
	line-height: 100%;
}
.format-text blockquote{
	font-size: 14px;
	font-style: italic;
	line-height: 170%;
	color: #232323;
	padding: 32px;
	background: #F7F7F7;
}
.format-text blockquote > *{
	display: block;
	font-weight: 400;
	font-style: normal;
	margin: 20px 0 0;
}
.format-text .gallery .slider{
	position: relative;
}
.format-text .gallery figcaption{
	color: #A0A4A8;
	display: block;
	margin: 15px 0 0;
}
.format-text .gallery .slidenav{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
}
.format-text .gallery .slidenav a{
	display: block;
	position: absolute;
	background: rgba(22, 22, 22, .6);
	width: 55px;
	height: 100%;
}
.format-text .gallery .slidenav .next{
	left: auto;
	right: 0;
}
.format-text .gallery .slidenav a:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/icon/arrow-gallery-left.svg);
	width: 20px;
	height: 20px;
	left: 18px;
}
.format-text .gallery .slidenav a.next:after{
	background-image: url(../img/icon/arrow-gallery-right.svg);
}
.centered{
	text-align: center;
}
.rightned{
	text-align: right;
}
.leftned{
	text-align: left;
}
.jconfirm .jconfirm-box{
	max-width: 340px;
	margin: 0 auto;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{
	font-weight: 700;
	font-size: 16px;
	color: #232323;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content{
	font-size: 14px;
	line-height: 160%;
	font-weight: 400;
}
.jconfirm .jconfirm-box div.jconfirm-title-c{
	padding-bottom: 10px;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane{
	margin-bottom: 10px;
}
.jconfirm .jconfirm-box .jconfirm-buttons>button{
	height: 35px !important;
	line-height: 35px !important;
	padding: 0 15px !important;
}
.button{
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
	display: inline-block;
	color: #fff;
	background: #E11A27;
	font-family: 'Helvetica';
	font-weight: 400;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	padding: 0 32px;
	text-align: center;
	cursor: pointer;
	border: none;
	outline: none !important;
	transition:all 0.2s ease-in;
}
.button.disabled:hover,
.button.disabled{
	cursor: default;
	background: #ccc;
	color: #fff;
}
.button.not-hover{
	cursor: default;
}
.button:active,
.button:focus{
	border-radius: 0;
}
.button.btn-fullwidth{
	display: block;
	width: 100%;
}
.button.btn-hollow{
	background: none;
	border: 1px solid #E11A27;
	color: #E11A27;
	line-height: 46px;
}
.button.btn-hollow:hover,
.button:not(.not-hover):hover{
	color: #fff;
	background: #b31521;
	border-color: #b31521;
}
.button.btn-hollow-grey{
	background: none;
	border: 1px solid #E8E8E8;
	color: #52575C;
	line-height: 46px;
}
.button.btn-hollow-grey:hover{
	background: #E8E8E8;
	border: 1px solid #E8E8E8;
	color: #52575C;
}
.button.btn-white{
	color: #232323;
	background: #FFF;
}
.button.btn-white:hover{
	color: #232323;
	background: #FFEBEE;
}
.button.btn-disabled,
.button.btn-disabled:hover{
	background: #E9E7EC;
	color: #817F85;
	cursor: default;
}
.button.has-loading{
	position: relative;
	overflow: hidden;
}
.button.has-loading.fetching{
	color: rgba(0,0,0,0);
	cursor: default;
}
.button.has-loading:before{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.8);
	content: '';
	z-index: 1;
}
.button.has-loading:after{
	display: none;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: calc(50% - 15px);
	width: 30px;
	height: 30px;
	background: url(../img/btn-loading.svg) no-repeat;
	content: '';
	z-index: 2;
	opacity: .3;
}
.button.has-loading.fetching:after,
.button.has-loading.fetching:before{
	display: block;	
}
.btn-hide{
	display: none !important;
}
.slick-dots{
	display: block;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.slick-dots li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.slick-dots li button{
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	border: none;
	color: rgba(0,0,0,0);
	background: rgba(255,255,255,.4);
	padding: 0;
	border-radius: 5px;
	position: relative;
}
.dark-dots .slick-dots li button{
	background: rgba(35,35,35,.3);
}
.slick-dots li.slick-active button{
	background: #fff;
	width: 32px;
	border-radius: 16px;
}
.dark-dots .slick-dots li.slick-active button{
	background: #232323;
}
/** ADDITIONAL **/
.page-title{
	background: #F7F7F7;
	text-align: center;
	padding: 110px 0;
}
.page-title h2{
	font-family: 'DIN Engschrift Std';
	font-size: 56px;
	text-transform: uppercase;
}
.page-banner{
	position: relative;
	padding: 250px 0 140px;
	color: #fff;
}
.page-banner:after{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(77deg, #000 -22.45%, rgba(0, 0, 0, 0.00) 100%);
}
.page-banner img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
}
.page-banner .wrapper{
	position: relative;
	z-index: 3;
}
.page-banner h2{
	font-family: 'DIN Engschrift Std';
	font-size: 56px;
	text-transform: uppercase;
	line-height: 120%;
}

.acc-item{
	background: #F7F7F7;
	padding: 24px 32px;
}
.acc-item .acc-head{
	position: relative;
	font-size: 18px;
	font-weight: 700;
	padding-right: 30px;
	cursor: pointer;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
.acc-item.active .acc-head{
	color: #E11A27;
}
.inner-shop aside h2:after,
.inner-faq aside h3:after,
.acc-item .acc-head:after{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background-image: url(../img/icon/arrow-up-red.svg);
	transform: rotate(180deg);
	filter: brightness(0%);
}
.inner-shop aside h2.active:after,
.inner-faq aside h3.active:after,
.acc-item.active .acc-head:after{
	filter: none;
	transform: rotate(0deg);
}
.acc-item .acc-body{
	display: none;
}
.acc-item.active .acc-body{
	display: block;
}
.acc-item .format-text{
	padding: 24px 0 8px;
	color: #52575C;
	line-height: 170%;
}
.news-item figure{
	margin: 0 0 16px;
	overflow: hidden;
}
.news-item figure img{
	transform: scale(1);
	transition:transform 0.5s ease;
}
.news-item:hover figure img{
	transform: scale(1.05);
}
.news-item span{
	color: #A0A4A8;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	line-height: 100%;
	margin: 0 0 12px;
}
.news-item h3{
	font-family: 'DIN Engschrift Std';
	font-size: 24px;
	line-height: 120%;
	margin: 0 0 10px;
}
.news-item h3 a{
	color: #232323;
}
.more{
	color: #E11A27;
	font-size: 18px;
	font-family: 'DIN Engschrift Std';
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
	text-transform: uppercase;
}
.more:hover{
	color: #E11A27;
}
.more.whitely{
	color: #fff;
}
.more:after{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 6px;
	position: relative;
	width: 14px;
	height: 14px;
	background-image: url(../img/icon/arrow-more.svg);
	top: -3px;
	right: 0;
	transition:right 0.2s ease;
}
.more.whitely:after{
	filter: brightness(0) invert(1);
}
.cta .item:hover .more:after,
.news-item:hover .more:after,
.more:hover:after{
	right: -3px;
}
.paging{
	text-align: center;
	padding: 20px 0 0;
}
.paging > *{
	display: inline-block;
	vertical-align: middle;
}
.paging a.next,
.paging a.prev{
	width: 40px;
	height: 40px;
	position: relative;
	background-image: url(../img/icon/arrow-pagi.svg);
	top: -1px;
}
.paging a.next:hover,
.paging a.prev:hover{
	background-image: url(../img/icon/arrow-pagi-hover.svg);
}
.paging a.prev{
	margin-right: 20px;
	transform: rotate(-180deg);
}
.paging a.next{
	margin-left: 20px;
}
.paging span{
	margin: 0 12px;
	color: #A0A4A8;
	font-size: 16px;
}
.paging input{
	display: inline-block;
	text-align: center;
	color: #232323;
	font-size: 16px;
	font-family: 'Helvetica';
	border: 1px solid #E8E8E8;
	height: 40px;
	width: 50px;
}

.crumb i,
.crumb a,
.crumb span{
	display: inline-block;
	vertical-align: middle;
}
.crumb a{
	color: #E11A27;
	font-weight: 700;
}
.crumb i{
	color: #CACCCF;
	font-size: 16px;
	margin: 0 16px;
	position: relative;
	top: 1px;
}
.crumb  span{
	color: #A0A4A8;
}
.product-item figure,
.product-item figure > a{
	display: block;
	position: relative;
	overflow: hidden;
}
.product-item figure img{
	display: block;
	width: 100%;
}
.product-item figure > a span{
	display: inline-block;
	position: absolute;
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 2;
	top: 12px;
	color:#fff;
}
.product-item figure > a span.new{
	left: 12px;
	background: #232323;
}
.product-item figure > a span.disc{
	right: 12px;
	background: #EC1D23;
}
.product-item .act{
	display: block;
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 100%;
	text-align: center;
	z-index: 3;
	opacity: 0;
	transition:all 0.2s ease-in;
	visibility: hidden;
}
.product-item:hover .act{
	opacity: 1;
	bottom: 12px;
	visibility: visible;
}
.product-item .act a{
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #E8E8E8;
        background: #F7F7F7;
        position: relative;
        width: 40px;
        height: 40px;
        margin: 0 3px;
        font-size: 0;
}
.product-item .act a.added_to_cart{
	display: none;
}
.product-item .act a.ic-cart.loading,
.product-item .act a.ic-wish.fetching,
.product-item .act a:hover{
	background: #E11A27;
	border: 1px solid #E11A27;
}
.product-item .act a:after{
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	left: 9px;
	filter: none;
}

.product-item .act a:not(.fetching):not(.loading):hover:after{
	filter: brightness(0) invert(1);
}
.product-item .act a.ic-wish:after{
	background-image: url(../img/icon/wish-hollow.svg);
}
.product-item .act a.ic-wish.wished:after{
	background-image: url(../img/icon/wish-fill.svg);
}
.product-item .act a.ic-cart.loading:after,
.product-item .act a.ic-wish.fetching:after{
	background-image: url(../img/icon/wish-load.svg);
}
.product-item .act a.ic-cart:after{
	background-image: url(../img/icon/product-cart.svg);
}
.product-item .act a.ic-view:after{
	background-image: url(../img/icon/product-view.svg);
}
.product-item .star{
	margin: 17px 0;
	text-align: center;
}
.product-item h3{
	text-align: center;
	font-family: 'DIN Engschrift Std';
	font-size: 24px;
	line-height: 120%;
	max-width: 165px;
	margin: 0 auto 10px;
	min-height: 58px;
}
.product-item h3 a{
	color: #232323;
	transition:color 0.2s ease-in;
}
.product-item h3 a:hover{
	color: #E11A27;
}
.inner-product .action .pricing,
.product-item .pricing{
	color: #232323;
	font-family: 'DIN Engschrift Std';
	font-size: 20px;
	text-align: center;
}
.inner-product .action .pricing{
	text-align: left;
	font-size: 30px;
}
.inner-product .action .pricing > *{
	display: inline-block;
	vertical-align: middle;
}
.inner-product .action .pricing ins,
.product-item .pricing ins{
	text-decoration: none;
}
.inner-product .action .pricing del,
.product-item .pricing del{
	color: #E11A27;
	margin-right: 5px;
}
.inner-product .action .pricing del{
	font-size: 20px;
}
.inner-product .action .pricing b{
	margin-right: 6px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Helvetica';
	background: #E11A27;
	height: 32px;
	line-height: 32px;
	padding: 0 8px;
}
.star > div > *,
.star > *{
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
}
.star > span{
	color: #A0A4A8;
	font-size: 14px;
	margin-left: 5px;
}
.star > div > i{
	width: 15px;
	height: 14px;
	margin: 0 1px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/icon/star-hollow.svg);
}
.star.rscore5 i,
.star.rscore4 i:nth-child(4),
.star.rscore4 i:nth-child(3),
.star.rscore4 i:nth-child(2),
.star.rscore4 i:nth-child(1),
.star.rscore3 i:nth-child(3),
.star.rscore3 i:nth-child(2),
.star.rscore3 i:nth-child(1),
.star.rscore2 i:nth-child(2),
.star.rscore2 i:nth-child(1),
.star.rscore1 i:nth-child(1){
	background-image: url(../img/icon/star.svg);
}

.pqty{
	display: inline-block;
}
.pqty > *{
	display: inline-block;
	vertical-align: middle;
}
.pqty:not(.oncart) a{
	width: 32px;
	height: 32px;
	border-radius: 2px;
	border: 1px solid #E11A27;
	position: relative;
}
.pqty:not(.oncart) a.inactive{
	border: 1px solid #E8E8E8;
	cursor: default;
}
.pqty a.inactive:after{
	opacity: .3;
	filter: brightness(0%);
}
.pqty a:after{
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 5px;
	top: 5px;
}
.pqty a.min:after{
	background-image: url(../img/icon/min.svg);
}
.pqty a.plus:after{
	background-image: url(../img/icon/plus.svg);
	left: 6px;
}
.pqty:not(.oncart) input{
	width: 50px;
	padding: 0;
	height: 32px;
	border: 1px solid #E8E8E8;
	background: none;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	font-family: 'DIN Engschrift Std';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	color: #000;
	border-radius: 2px;
}
.pqty.oncart a{
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.pqty.oncart a:after{
	display: none;
}
.pqty.oncart a.inactive{
	opacity: .3;
	filter: brightness(0%);
}
.pqty.oncart a.min{
	background-image: url(../img/icon/qty-min.svg);
}
.pqty.oncart a.plus{
	background-image: url(../img/icon/qty-plus.svg);
}
.pqty.oncart input{
	width: 32px;
	padding: 0;
	height: 32px;
	border: none;
	background: none;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Helvetica';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	color: #232323;
}
.popgen .fancybox-close-small{
	opacity: 1;
	right: 5px;
	top: 13px;
}
.pop-address,
.popgen{
	width: 95%;
	max-width: 700px;
	padding: 30px;
	border-radius: 5px;
}
.popcred .fancybox-close-small,
.pop-address .fancybox-close-small,
.popgen .fancybox-close-small{
	opacity: 1;
	right: 5px;
	top: 13px;
}
.pop-address h2,
.popgen h2{
	line-height: 130%;
	margin: 0 0 25px;
	font-size: 16px;
        font-weight: 700;
}
.pop-address .fpin{
	border-radius: 4px;
	border: 1px solid #E9E8E6;
	position: relative;
	color: #232323;
	font-size: 14px;
	height: 50px;
	line-height: 48px;
	padding: 0 16px;
}
.pop-address .fpin a{
	position: absolute;
	right: 16px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #E11A27;
	display: inline-block;
	line-height: 100%;
	font-weight: 400;
}
.pop-address .fpin a:hover{
	text-decoration: underline;
}
.rdot{
	cursor: pointer;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
.rdot input{
	display: none;
}
.rdot span{
	display: inline-block;
	position: relative;
	color: #E11A27;
	font-size: 14px;
}
.rdot span:before{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border: 2px solid #606165;
	background: #E11A27;
	content: '';
	border-radius: 50%;
	margin-right: 15px;
	top: -1px;
	box-shadow: inset 0px 0 0 10px #fff;
}
.rdot input:checked + span:before{
	box-shadow: inset 0px 0 0 3px #fff;
	border-color: #E11A27;
}
.popcred {
    width: calc(100% - 20px);
    max-width: 500px;
    padding: 40px 60px;
    border-radius: 5px;
}
.form-basic .phony{
	position: relative;
}
.form-basic .phony b{
	display: block;
	position: absolute;
	width: 60px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #1E1E1E;
	font-size: 14px;
	border-right: 1px solid #E9E7EC;
}
.form-basic .phony input{
	padding-left: 75px;
}
.givi-msg{
	position: relative;
	line-height: 160%;
	padding: 25px;
	color: #434343;
	font-size: 16px !important;
	font-weight: 500;
	text-align: left;
	border: 1px solid #E0E0E0;
	background: #fff;
	margin: 30px 0;
}
.givi-msg .button{
	margin-right: 10px;
}
.givi-msg em{
	color: inherit;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 17px;
	line-height: 95%;
	cursor: pointer;
}
.givi-msg em:after{
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/icon/cls2.svg);
	content: '';
}

.woocommerce-notices-wrapper > *{
	display: none;
}
.woocommerce-notices-wrapper > *:first-child{
	display: block;
}
.givi-msg.error a.button:hover{
	color: #E11A27;
}
.givi-msg + *{
	margin-top: 25px;
}
.givi-msg a:not(.button){
	color: #E11A27;
}
.givi-msg a:not(.button):hover{
	text-decoration: underline;
}
small.woocommerce-password-hint{
	display: none !important;
}
div.woocommerce-password-strength{
	font-size: 12px;
	line-height: 160%;
	margin: 10px 0;
	padding: 5px 10px;
	background: #e74c3c;
	color: #fff;
}
div.woocommerce-password-strength.bad{
	background: #e67e22;
}
div.woocommerce-password-strength.good{
	background: #f39c12;
}
div.woocommerce-password-strength.strong{
	background: #2ecc71;
}
.givi-edit-page{
        display: block;
        position: fixed;
        z-index: 99999;
        right: 30px;
        bottom: 30px;
        width: 40px;
        height: 40px;
        background-image: url(../img/icon/edit-mode.png);
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 2px;
        border-radius: 50%;
}
#loader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: #fff;
}
#loader figure{
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}
#loader figure img{
	display: inline-block;
	animation: UpDown 2s linear infinite;
	position: relative;
}
@keyframes UpDown { 0% { bottom: 0; } 50% { bottom: 1em; } 100% { bottom: 0;}}

#maintenance{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
}
#maintenance .wrapper{
	max-width: 800px;
}
/** LOADING STUFF **/
.animate-loading{
        position: fixed;
        z-index: 999999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
	
}
.animate-loading .centered{
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}
.animate-loading .ldr {
        display: inline-block;
        position: relative;
        width: 64px;
        height: 64px;
}
.animate-loading .ldr div {
        position: absolute;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #E11A27;
        animation: animate-loading-grid 1.2s linear infinite;
}
.animate-loading .ldr div:nth-child(1) {
        top: 6px;
        left: 6px;
        animation-delay: 0s;
}
.animate-loading .ldr div:nth-child(2) {
        top: 6px;
        left: 26px;
        animation-delay: -0.4s;
}
.animate-loading .ldr div:nth-child(3) {
        top: 6px;
        left: 45px;
        animation-delay: -0.8s;
}
.animate-loading .ldr div:nth-child(4) {
        top: 26px;
        left: 6px;
        animation-delay: -0.4s;
}
.animate-loading .ldr div:nth-child(5) {
        top: 26px;
        left: 26px;
        animation-delay: -0.8s;
}
.animate-loading .ldr div:nth-child(6) {
        top: 26px;
        left: 45px;
        animation-delay: -1.2s;
}
.animate-loading .ldr div:nth-child(7) {
        top: 45px;
        left: 6px;
        animation-delay: -0.8s;
}
.animate-loading .ldr div:nth-child(8) {
        top: 45px;
        left: 26px;
        animation-delay: -1.2s;
}
.animate-loading .ldr div:nth-child(9) {
        top: 45px;
        left: 45px;
        animation-delay: -1.6s;
}
@keyframes animate-loading-grid{
        0%, 100% {
                opacity: 1;
        }
        50% {
                opacity: 0.5;
        }
}
body.hide-body-content #body,
.acc-addr .item.fetching{
	position: relative;
}
body.hide-body-content #body:after,
.acc-addr .item.fetching:after,
.inner-product .review.fetching:after,
div.blockOverlay:after {
	display: block;
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	left: calc(50% - 25px);
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/btn-loading.svg);
	opacity: .5;
}
body.hide-body-content #body:after,
.acc-addr .item.fetching:after,
.inner-product .review.fetching:after{
	z-index: 6;
}
body.hide-body-content #body:before,
.acc-addr .item.fetching:before,
.inner-product .review.fetching:before{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	content: '';
	background: rgba(255,255,255,.5);
}
body.hide-body-content #body{
	height: 100vh;
}
body.hide-body-content #body *{
	display: none;
}