html, body {
	width: 100%;
	height: auto;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	/* etter-spacing: 1px; */
	font-size: 14px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	background-color: #fafafa; 
	color: #292929;
}

* a { text-decoration: none; color: #292929 } * a:hover {text-decoration: underline;}
*:focus {
	outline: none;
}
*, :after, :before {
    box-sizing: border-box;
}

a:hover, a:active, a:focus {
	outline: none;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
button {
	border: none;outline: none;
}

input:disabled {opacity: 0.5;}

.opthidden {display: none;}
.optshown {display: block;}

.catitem .priceblock {width: 100%;padding:20px 0px;text-align:right;}
.catitem .priceblock font {font-size: 20px; font-weight: bold;float:right;}
.catitem .priceblock font span {font-size: 12px; font-weight: bold; margin-left: 5px;}
.catitem .priceblock .tocart {font-size: 14px; position: relative;width:103px;height: 39px; margin-left: 50px;float:right;}

.catitemmob .priceblock {width: 100%;padding:0px;padding-bottom:20px;text-align:left;}
.catitemmob .priceblock font {font-size: 20px; font-weight: bold;}
.catitemmob .priceblock font span {font-size: 12px; font-weight: bold; margin-left: 5px;}

.catitemmob .priceblock .tocart {font-size: 14px; position: relative;width:103px;height: 39px; margin-left: 0px;float:right;}
.modsecname {font-size: 1.2em;}
.modsectext {font-size: 0.9em;}
.labelblock {
	display: block;
	font-size: 1.1em;
	margin-bottom: 5px;;
}
.wrap {
	width: 100%;
	max-width: 1500px;
	margin: 0px auto;
	position: relative;
	padding: 0px 20px;
}

.headerdesc {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 26px -12px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 26px -12px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 26px -12px rgba(0,0,0,0.2);
}

.menutop {
	display: inline-block;	
}
.menutop a, .menubottom a {
	font-weight: normal;
	font-size: 16px;
	margin-right: 20px;
	padding-bottom: 4px;
}

.phonetop {text-align: center;}
.phonetop a {
	font-size: 22px;
	font-weight: bold;
}

.bottomline {width: 100%; height: 1px; background-color: #ccc; margin: 20px auto;}

.btn {
	display: inline-block;
	padding: 8px 15px 10px 15px;
	font-weight: bold;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	white-space: nowrap !important;
	border: none;
} .btn:hover { text-decoration: none;}
.radiusbtn {border-radius: 30px !important;}
.showcortstick .btn:hover {border-bottom: none !important;}

.swiper-slide img {border-radius: 20px;}
.stickymenu {
	background-color: #fff;
	padding: 20px 0px;
	position: -webkit-sticky; /* Safari */  
	position: sticky;
    z-index: 20;
    top: -1px;
    min-height: 2em;
    box-shadow: 0 4px 34px rgba(0,0,0,.05);
}
.stickymenu a {
	font-weight: bold;
	font-size: 16px;
	margin-right: 20px;
	padding-bottom: 4px;
}

.stickymenu .wrapmenu {
/* 	overflow: hidden; */
	overflow-x: scroll;
	position: relative;
	padding: 7px 30px 7px 30px;
	-ms-overflow-style: none;
	-webkit-box-direction: normal;
	white-space: nowrap;
/* 	width: 100%; */
}
.stickymenu .wrapmenu::-webkit-scrollbar {
    display: none;
}
.stickymenu .wrapstick {
	position: relative;
}
.stickymenu .wrapstick:after, .stickymenu .wrapstick:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    height: 100%;
}
.stickymenu .wrapstick:before {
	left: 0;
    width: 30px;
    background-image: -webkit-linear-gradient(right,hsla(0,0%,100%,0),hsla(0,0%,100%,.97) 20px,#fff);
    background-image: linear-gradient(-90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.97) 20px,#fff);
}
.stickymenu .wrapstick:after {
	right: 0;
    width: 45px;
    background-image: -webkit-linear-gradient(left,hsla(0,0%,100%,0),hsla(0,0%,100%,.9) 25px,#fff);
    background-image: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.9) 25px,#fff);
}

.newscontent {
	display: flex;
    align-items: space-between;
    justify-content: flex-start;
    width: 100%;
/*     flex-flow: row wrap; */
}

.sectionitems {
	display: flex;
    align-items: space-between;
    justify-content: space-between;
    width: 100%;
    flex-flow: row wrap;
}

.sectionitems .itemcard {
	width: 24%;
	position: relative;
    padding-bottom: 47px;
	box-shadow: 0 10px 22px rgba(0,0,0,.04);
    background-color: #fff;
    -webkit-transition: box-shadow .3s,-webkit-transform .2s;
    transition: box-shadow .3s,-webkit-transform .2s;
    transition: transform .2s,box-shadow .3s;
    transition: transform .2s,box-shadow .3s,-webkit-transform .2s;
    border-radius: 7px;
    margin-bottom: 20px;
    margin-right: 1%;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.sectionitems .itemcard:hover {
	transform: scale(1.04);
}

.sectionitems .itemcard .name {font-size: 16px; font-weight: bold;padding:0px 10px;padding-bottom:5px;margin-top: 15px;cursor: pointer;display:inline-block;}
.sectionitems .itemcard .name:hover{text-decoration:none;}
.sectionitems .itemcard .name:hover span {border-bottom: 1px solid;text-decoration:none;}
.sectionitems .itemcard .desc {padding:0px 10px;margin-top: 10px;line-height: 120%;}

.sectionitems .itemcard .priceblock {position: absolute;bottom:0;width: 100%;padding:0px 10px 10px 10px;}
.sectionitems .itemcard .priceblock font {font-size: 20px; font-weight: bold;float: left;}
.sectionitems .itemcard .priceblock font span {font-size: 12px; font-weight: bold; margin-left: 5px;}

span.old_price {font-size: 0.8em !important; font-weight: normal !important; margin-left: 5px; text-decoration: line-through;} 

.sectionitems .itemcard .priceblock .tocart {float: right;font-size: 14px; position: relative;width:103px;height: 39px; text-align: center;}

.tocart .incartnew {display: block; width: 100%; height: 100%; position: absolute; left: 0;top:0;text-align: center; vertical-align: middle;}
.tocart .minusnew {display: block; float: left; width: 30%; height: 100%; color: #fff; text-align: center;padding-top:8px;font-weight: bold;padding-right: 3px;}
.tocart .plusnew {display: block; float: right; width: 30%; height: 100%; color: #fff;text-align: center;padding-top:5px;font-size: 18px;padding-left: 3px;}
.tocart .countnew {display: block; float: left; width: 40%; height: 100%; color: #000;  background-color: #fff;text-align: center;outline: 2px #fff solid;padding-top:8px;font-size: 16px;}
.cartitempic {width: 30vw; height: 30vw; background-size: cover; background-position: center center; background-repeat: no-repeat;max-width: 150px;max-height: 150px;border-radius: 12px;}
.sectionitems .itemcard .itempic {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	display: block;
}

.sectionitems .newscard .newsdate {padding:0px 10px;margin-top: 10px; margin-bottom: 0px; line-height: 120%; text-transform: lowercase;}
.newsdate span {background: url('/images/small-calendar.svg') no-repeat left top; background-size: auto 100%; padding-left: 24px;}
.sectionitems .newscard .name {margin-top: 5px;}
.sectionitems .newscard {padding-bottom: 10px;}
.newsback {background: url('/images/back.svg') no-repeat left top; background-size: auto 100%; padding-left: 24px;}
.cartrecblock {width: 100%; white-space:nowrap !important; overflow: hidden; height: 300px;overflow-x: scroll;padding-left: 10px;}
.cartrecblock .itemcard {
	width: 30%;
	height: 90%;
	position: relative;
	box-shadow: 0 10px 22px rgba(0,0,0,.04);
    background-color: #fff;
    -webkit-transition: box-shadow .3s,-webkit-transform .2s;
    transition: box-shadow .3s,-webkit-transform .2s;
    transition: transform .2s,box-shadow .3s;
    transition: transform .2s,box-shadow .3s,-webkit-transform .2s;
    border-radius: 7px;
    overflow: hidden;
    margin-right: 10px;
    
/*     float: left; */
	display: inline-block;
}
.cartrecblock .itemcard .itempic {
	width: 100%;
	height: 60%;
	background-size: cover;
	background-position: center center;
}
.cartrecblock .itemcard .name {font-size: 16px; font-weight: bold;padding:0px 10px;margin-top: 15px;}
.cartrecblock .itemcard .desc {padding:0px 10px;margin-top: 10px;line-height: 120%;}
.cartrecblock .itemcard .priceblock {width: 100%;padding:0px 10px 10px 10px;}
.cartrecblock .itemcard .priceblock font {font-size: 20px; font-weight: bold;float: left;}
.cartrecblock .itemcard .priceblock font span {font-size: 12px; font-weight: bold; margin-left: 5px;}
.cartrecblock .itemcard .priceblock .tocart {float: right;font-size: 14px; position: relative;width:103px;height: 39px;}


.recblock {width: 100%; overflow: hidden; height: auto;overflow-x: scroll;padding-left: 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: flex-start;
	padding-bottom: 25px;
}
.recblock .itemcard {
	width: 250px;
	min-width: 250px;
	max-width: 250px;
	background-color: #fff;
	overflow: hidden;
	margin-right: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: flex-start;
}
.recblock .itemcard .itempic {
	width: 90px;
	height: 90px;
	min-width: 90px;
	max-width: 90px;
	background-size: cover;
	background-position: center center;
	border-radius: 7px;
	margin-right: 10px;
}
.recblock .itemcard .name {font-size: 14px !important; font-weight: normal !important;padding:0px 0px;margin-top: 5px;}
.recblock .itemcard .desc {padding:0px 10px;margin-top: 10px;line-height: 120%;}
.recblock .itemcard .priceblock {width: 100%;padding:0px;}
.recblock .itemcard .priceblock font {font-size: 14px; font-weight: normal;}
.recblock .itemcard .priceblock font span {font-size: 12px; font-weight: normal; margin-left: 5px;}
.recblock .itemcard .priceblock .tocart {font-size: 12px !important; font-weight: bold !important;}

.cartsostavitem {padding: 15px 0px;border-bottom: 1px #f1f2f5 solid;}
.cartsostavitem .name {font-size: 16px; font-weight: bold;padding:0px;margin-top: 0px; margin-bottom: 0px;}
.cartsostavitem .desc {padding:0px;margin-top: 5px;line-height: 120%; margin-bottom: 0px;}
.cartsostavitem .priceblock {width: 100%;margin-top: 10px;}
.cartsostavitem .priceblock font {font-size: 20px; font-weight: bold;float: left;}
.cartsostavitem .priceblock font span {font-size: 12px; font-weight: bold; margin-left: 5px;}
.cartsostavitem .priceblock .tocart {float: right;font-size: 14px; position: relative; width:103px;height: 39px;}



.sectionitems:after {
    content: "";
    flex: auto;
    width: 24%;
}
.footer {
	width: 100%;
	background-color: #f2f2f2;
	padding: 20px 0px 70px 0px;
	margin-top: 40px;
}

.footer .menubottom {
	float: left;
}
.footer .phones, .footer .phonesmob {
	float: right;
	line-height: 180%;
	text-align: right;
} .footer .phones a, .footer .phonesmob a {
	font-size: 22px;
	font-weight: bold;
	display: block;
}
.subfooter {margin-top: 20px;}
.subfooter a {margin-left: 50px; font-size: 14px; font-weight: normal;}
.logotop {height: 80px; width: auto;}
.showcortstick {
	float: right; margin-left: 20px; width: auto; margin-top: -10px; display: none;
}
.cartflexstick{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
}
.totopbtnmobile {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 100%;
	background-image: url(/images/up-arrow.svg);
	background-size: 18px 18px;
	background-position: center center;
	background-repeat: no-repeat;
	position: fixed;
	z-index: 100;
	right: 10px;
	bottom: 50px;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	cursor: pointer;
	display: none;
}

.downloadapp img {
	height: 40px;
	width: auto;
}
.phonesmob {display: none;}
.wacopy {text-align: center;}

.mobmenutop {
	height: 56px;
    background-color: #fff;
    top: 3px;
    width: 100px;
    right: -35px;
    border-radius: 35px;
    text-align: left;
    padding-left: 25px;
    position: fixed;
    z-index: 200;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    background-image: url(/images/menu.svg);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 23px 16px;
/*
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
*/
	display: none;
    box-shadow: 0 3px 10px 0 rgba(51,51,51,.12);
}

.mobilereservetop {
	display: none;
	width: 95%;
	margin: 0px auto;
	box-sizing: border-box;
	padding: 15px 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 15px;
} .mobilereservetop span {background: url(/images/to-right.svg) no-repeat right center; padding-right: 20px; background-size: auto 70%;}
.mobilereservetop:hover {text-decoration: none; border-bottom: none;}



.menumob, .menumobbg {
	display: none;
}

.menumobwrap {
	width: 100%;
	position: relative;
	padding: 12vh 10px 0px 20px;
} .menumobwrap a {color: #fff !important; }


.menumobwrap .downloadapp img {height: 29px !important;}
.menumobwrap .menumobleft {display: block;font-size: 1.4em; color: #fff !important; margin-bottom: 15px;}
.menumobwrap .closemenu {width: 15px; height: 15px; position: absolute; z-index: 10; top: 15px; right: 15px;}
.carttooltip {
	position: fixed;
	z-index: 100;
	top: 90px;
	right: 0px;
	border-radius: 10px;
	padding: 10px 20px;
	color: #fff;
	text-align: left;
/* 	max-width: 240px; */
	line-height: 150%;
	font-size: 0.9em;
	-moz-transition: transform 0.5s, opacity 0.5s;
    -webkit-transition: transform 0.5s, opacity 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    opacity: 0;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}  
.carttooltiperr {
	position: fixed;
	z-index: 999999;
	border-radius: 10px;
	padding: 10px 20px;
	color: #fff;
	text-align: left;
/* 	max-width: 240px; */
	line-height: 150%;
	font-size: 0.9em;
	-moz-transition: transform 0.5s, opacity 0.5s;
    -webkit-transition: transform 0.5s, opacity 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    opacity: 0;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}  
.cartmobilebottom {display: none;}
.errormessage {color: red;}
.modaltext {
	width: 95%;
	max-width: 850px;
	display: none;
	line-height: 140%;
	border-radius: 15px;
}
.modaltext li { margin-bottom: 7px; }
.modaltext h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.fancybox-content {
    padding: 40px !important;
	border-radius: 15px;
}
.contentarea {width: 100%; background-color: #fff;}
.mobileheader {max-width: 800px; padding-left: 0px;}
.itogocart {
	font-size: 22px; font-weight: bold; white-space: nowrap; padding: 10px; text-align: right;
} .itogocart font {float:none; margin-left: 30px;}
.cartbottombtns {text-align: center; clear: both;display: none;}
.cartbottombtns_desc {text-align: center; clear: both;display: block;}

.orderform {width: 100%; max-width: 800px; border-radius: 15px; }
.tabsbottom {width: 100%; border-bottom: 1px #dfdbd8 solid;}
.tab {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 14px 20px;
	border: 1px #dfdbd8 solid;
	border-bottom: none;
	border-radius: 12px 12px 0px 0px;
	cursor: pointer;
	position: relative;
} .tab:hover {background-color: #dfdbd8; }
.tab.active:after {content: '';position: absolute;width: 100%;height: 1px; background-color: #fff;left:0;bottom:-1px;}
.tab[disabled="disabled"] {opacity: 0.5;}

.formblock {margin-top: 20px;}

.input, .textarea, select {
	display: inline-block;
    height: 40px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid rgba(115,121,140,.32);
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    line-height: 40px;
    box-sizing: border-box;
    width: 100%;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: border-color .2s ease;
    transition: border-color .2s ease;
    font-feature-settings: "liga","clig off";
    font-variant-ligatures: no-common-ligatures;
    margin-bottom: 15px;
} 
.textarea {height: 80px;}
.select-wrap { padding-right: 20px;position: relative; }
.select-wrap:after {font-family: "FontAwesome"; font-weight: 100; content: "\f078";color: rgba(115,121,140,.32);position: absolute;right:40px;top:0px;z-index: 2;}
.formblock form {
    width: 100%;
}  
.razd {
	width: 100%;
	position: relative; 
	clear: both;
	margin-bottom: 7px;
} .razd span {background-color: #fff;padding: 0px 7px 4px 7px;position: relative;z-index: 2;}
.razd:after {content: '';width: 100%;height: 1px;border-bottom: 1px #292929 dashed;bottom: 7px; left: 0;position: absolute;z-index: 1;}


/* .input {padding-right: 32px;} */
.input.notvalid {border-color: #b00; }
.input.valid {border-color: #51af56; }
.formblock .inputStreet {width: calc(70% - 19px);} .formblock .inputHome {width: 30%;margin-left: 15px;}
.formblock .row3 {width: 100%;}
.formblock .row3 input[type=text], .formblock .row3 .input {width: calc(33% - 10.2px);margin-left: 15px;}
.formblock .row3 input[type=text]:first-child, .formblock .row3 .input:first-child {margin-left: 0px !important; }
.formblock label {margin-right: 15px; margin-bottom: 10px;}
.formblock input[type=submit] {border-radius: 8px; font-size: 16px; padding: 15px; border:none;}
.formblock form field {position: relative;}
.formblock form field label.notvalid {
	position: absolute;
    color: #fff !important;
    background-color: rgba(187, 0, 0, 0.9);
    z-index: 2;
    left: 10px;
    bottom: -30px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}
.showtime {margin-top: 15px;}
.disabl {opacity: 0.6 !important;}
.cookiespolicy {position: fixed;
	left: 10px;
	bottom: 10px;
	background-color: #fff;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 15px;
	z-index: 100;
	line-height: 140%;
	width: 50%;
	-webkit-box-shadow: 0px 10px 26px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 10px 26px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 26px 12px rgba(0, 0, 0, 0.1);
}
.cookiespolicy a {text-decoration: underline}
.cookiespolicy a:hover {text-decoration: none}
.cookiespolicy .btn {} .cookiespolicy p {width:100%;}
.topmenuheader {padding-left: 50px;}
.newsimg {max-width: 450px; margin-right: 40px;}

.searchbar {display: block; position: relative; width: 60%;}
.searchbar {margin: 20px 0px;}
.searchbar input[type=text] {width: 100% !important; height: 45px;background-color: transparent;background-image: url('/images/search.svg'); background-position: 10px center; background-size: auto 40%; border-radius: 15px;background-repeat: no-repeat;box-sizing: border-box;border: .5px;border-color: #bfbfbf;padding: 0px 10px 0px 40px;border-style: solid;}
.searchbar .micicon {
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -17px;
	padding: 7px;
	box-sizing: content-box;	
}
.searchbar .animmic  {
	background-color: #ff5656;
	border-radius: 50%;	
	animation-name: colorbgmic;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}
.searchbar .animmic path {
	stroke: #ffffff !important;
}
@keyframes colorbgmic {
  	0% {
	  background-color: rgba(255, 86, 86, 1);
	}
	50% {
	  background-color: rgba(255, 86, 86, 0.6);
	}
	100 {
	  background-color: rgba(255, 86, 86, 1);
	}
}
.promocodeblok {
	text-align: right;	
}
.promocodeblok input[type=text] {width:50%; max-width: 300px;}  
#minsummessage {color: #f00;}
.locationicon {background: url(/images/location-pin-alt-1.svg) no-repeat left top; background-size: auto 80%; padding-left: 25px; font-size: 1.2em; background-position: -3px 0px;padding-bottom: 10px; padding-top: 5px;}

.loginbtn {
	display: inline-block;
	background: url(/images/user_white.svg) no-repeat center center;
	background-size: auto 50%;
	padding: 10px;
	text-decoration: none;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #eee;
	transition: all 0.3s ease-out;
	opacity: 0.9;
	margin-left:15px;
	
	box-shadow: 0px 0px 1px 1px #0000001a;
	animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
	box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
	box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.loginbtn:hover {opacity: 1;}
.loginbtn:hover span {text-decoration: underline;}

.authtgicon {
	background: url(/images/tgbtnicon.png) #2ca5e0 no-repeat left center;
	background-position: 15px center;
	background-size: auto 40%;
	border: none;
	color: #fff;
	font-size: 1em;
	border-radius: 25px;
	margin: 15px 0px;
	padding: 10px 30px 10px 40px;
	box-sizing: border-box;
	display: inline-block;
} .authtgicon:hover {text-decoration: none !important;}

.cartflex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
}

.cartflex .giftsbtn, .cartflexstick .giftsbtn {
	margin-left: 10px;
	padding: 4px 5px;
	border-radius: 6px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.indexslides {padding: 20px 0px;}
.catalogitem_img {width: auto; height: 100%;max-height: 60vh;}
.tg_catitemcontent {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: space-between;
	align-items: stretch;
	min-height: 60vh;
}
.tg_catitemcontent .tgcatalogitemimg {border-radius: 10px; width: 50%;	max-height: 60vh;}
.tg_catitemcontent .abouttt {width: 45%;}
@media (max-width: 1380px) {
	.indexslides {padding: 20px 0px 20px 10px;}
}
@media (max-width: 959px) {
	.tg_catitemcontent {flex-wrap: wrap;}
	.tg_catitemcontent .tgcatalogitemimg {width: 100%; height: 40vh; margin-bottom: 20px;}
	.tg_catitemcontent .abouttt {width: 100%;}
	.indexslides {padding: 20px 0px 20px 10px;}
	.swiper-button-next, .swiper-button-prev {display: none;}
	.loginbtn { 
		margin-left: 0px;
		position: absolute;
		left: -90px;
		top: 5px;
	}
	.cartsostavitem {padding: 15px 0px 15px 5px !important;}
	.searchbar{display: block;width: 100%;}
	.newscontent {
		display: block;
	}
	.newsimg {max-width: 100%;margin-right: 0px;margin-bottom: 20px;}	
	.mobilesubsec {
		font-size: 1.2em;
		display: block;
		margin-left: 20px;
		margin-bottom: 10px;
		line-height: 150%;
	}
	
	.cookiespolicy {padding: 10px !important; width: 80% !important;}
	.cookiespolicy p {font-size: 0.9em !important;width: 100% !important;}
	.tab:hover {background-color: #fff; }
	.formblock .row3 input, .formblock .row3 select {width: 100% !important; margin-left: 0px !important;}
	.mobblock {display: block; margin-bottom: 7px;}
	.dopblockmob .input {width: 100% !important; margin-left: 0px !important; margin-right: 0px !important;}
	.cartbottombtns {display: flex !important; flex-direction: row; flex-wrap: nowrap; align-content: center; justify-content: space-between; align-items: stretch;}
	.cartbottombtns_desc {display: none;}
	.fancybox-content {
	    padding: 20px !important;
	}
	.itogocart {
		font-size: 22px; font-weight: bold; white-space: nowrap; padding: 10px; text-align: center;
	} .itogocart font {float: none;margin-left: 30px;}
	
	.mobileheader {max-width: 800px; padding-left: 10px;}
	.contentarea .wrap {padding: 0px;}
	.cartmobilebottom {
		position: fixed;
		right: 20px;
		bottom: 10px;
		z-index: 100;
		background-color: #fff;
		border-radius : 30px 50px 50px 30px;
		padding-left: 20px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: stretch;
		box-shadow: 0 4px 10px rgba(4, 6, 15, .1);
		} .cartmobilebottom .btn {border-radius: 100%;width: 60px; height: 60px;padding-left: 16px; padding-top: 16px;z-index: 2;position: relative;left:5px;}
	.cartmobilebottom .giftsbtn {border-radius: 100%;width: 60px; height: 60px;background-color: #4e9f37;display: flex;
				flex-direction: row;
				flex-wrap: nowrap;
				align-content: center;
				justify-content: center;
				align-items: center;}
	.menutop {display: none;}
	.topmenuheader {padding-left: 10px;}
	.carttop {display: none;}
	.cartflex .giftsbtn {display: none;}
	.logotop {height: 35px; width: auto;}
	.headerdesc {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.stickymenu .wrapmenu {
		padding: 7px 0px 7px 0px !important;
	}
	.stickymenu .wrapstick:before {
		display: none;
	}
	.phonetop {text-align: left;}
	.phonetop a {font-size: 14px;}
	.phonetop span {font-size: 12px;}
	.stickymenu .wrapstick:after {
	    width: 25px !important;
	}
	.sectionitems .itemcard {
		width: 100% !important;
	}
	.stickymenu a {
		font-weight: bold;
		font-size: 13px;
		margin-right: 20px;
		padding-bottom: 4px;
	}
	.totopbtnmobile { bottom: 100px !important; }
	.menubottom {text-align: left;width: 100%;}
	.menubottom a {
		font-weight: bold;
		font-size: 14px;
		margin-right: 20px;
		padding-bottom: 4px;
		white-space: nowrap;
		line-height: 150%;
		display: block;
	}
	.downloadapp {text-align: left;width: 100%;}
	.downloadapp a {display: inline-block !important;}
	.downloadapp img {height: 33px !important;}
	.phones {display: none;}
	.phonesmob {display: block; float: none !important; width: 100%; text-align: left !important; margin-top: 20px;}
	.phonesmob a {
		font-size: 19px;
		font-weight: bold;
		display: block;
		margin-right: 0px;
		line-height: 120% !important;
	}
	
	.subfooter {margin-top: 20px; line-height: 150%;}
	.subfooter a {margin-left: 0px; font-size: 14px; font-weight: normal; display: block;}
	.subfooter span {display: block; margin-bottom: 10px;}
	.wacopy img {display: block; margin: 10px auto !important;width: 140px; height: auto !important;}
	.mobmenutop {display: block !important;}
	.mobilereservetop {display: block !important;}
	
	.menumob {
		display: block;
		position: fixed;
		z-index: 1000;
		width: 70%;
		overflow: scroll;
		height: 100vh;
		color: #fff !important;
		top:0;right:0;
		-webkit-transition: -webkit-transform .3s;
	    transition: -webkit-transform .3s;
	    transition: transform .3s;
	    transition: transform .3s,-webkit-transform .3s;
	    transform: translateX(100%);
	    -webkit-transform: translateX(100%);
	}
	.menumobbg {
		display: none;
		position: fixed;
		z-index: 999;
		width: 100vw;
		height: 100vh;
		color: #fff !important;
		top:0;right:0;
		background-color: rgba(0,0,0,0.1);
		overflow: hidden;		
	}
	
	.cartrecblock {width: 100%; white-space:nowrap !important; overflow: hidden; height: 300px;overflow-x: scroll;padding-left: 10px;}
	.cartrecblock .itemcard {
		width: 60%;
		height: 90%;
		position: relative;
		box-shadow: 0 10px 22px rgba(0,0,0,.04);
	    background-color: #fff;
	    -webkit-transition: box-shadow .3s,-webkit-transform .2s;
	    transition: box-shadow .3s,-webkit-transform .2s;
	    transition: transform .2s,box-shadow .3s;
	    transition: transform .2s,box-shadow .3s,-webkit-transform .2s;
	    border-radius: 7px;
	    overflow: hidden;
	    margin-right: 10px;
	    
	/*     float: left; */
		display: inline-block;
	}
	.cartrecblock .itemcard .itempic {
		width: 100%;
		height: 60%;
		background-size: cover;
		background-position: center center;
	}
	.cartrecblock .itemcard .name {font-size: 16px; font-weight: bold;padding:0px 10px;margin-top: 15px;}
	.cartrecblock .itemcard .desc {padding:0px 10px;margin-top: 10px;line-height: 120%;}
	.cartrecblock .itemcard .priceblock {width: 100%;padding:0px 10px 10px 10px;}
	.cartrecblock .itemcard .priceblock font {font-size: 20px; font-weight: bold;float: left;}
	.cartrecblock .itemcard .priceblock font span {font-size: 12px; font-weight: bold; margin-left: 5px;}
	.cartrecblock .itemcard .priceblock .tocart {float: right;font-size: 14px; position: relative;width:103px;height: 39px;}
	
	.promocodeblok {
		text-align: center;	
	}
}

@media (max-width: 390px) {
	.cartbottombtns .btn {
		white-space: nowrap !important;
		font-size: 14px;
		font-weight: normal;
	}
	.logotop {
		
	}
	
	.promocodeblok {
		text-align: center;	
	}
	
	.phonetop a {font-size: 12px;}
	.phonetop span {font-size: 11px;}
	
	.loginbtn { 
		margin-left: 0px;
		position: absolute;
		left: -90px;
		top: 5px;
	}
}



.lds-ring {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-right: 10px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;;
  height: 100%;
/*   margin: 8px; */
  border: 2px solid #aaa;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #b7b7b7 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lds-ring-big {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  margin-top: 3px;
  margin-right: 10px;
}
.lds-ring-big div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;;
  height: 100%;
/*   margin: 8px; */
  border: 2px solid #aaa;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #b7b7b7 transparent transparent transparent;
}
.lds-ring-big div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring-big div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring-big div:nth-child(3) {
  animation-delay: -0.15s;
}



	.ios13-segmented-control {
		--background: rgba(239,239,240,1);
		background: var(--background);
		border-radius: 9px;
		margin: 0;
		padding:4px;
		border: none;
		outline: none;
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 1fr;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.ios13-segmented-control .option {
		position: relative;
		cursor: pointer;
	}

	.ios13-segmented-control .option:hover input:not(:checked) + label span, .ios13-segmented-control .option:active input:not(:checked) + label span, .ios13-segmented-control .option:focus input:not(:checked) + label span {
		opacity: .5;
	}

	.ios13-segmented-control .option:active input:not(:checked) + label span {
		transform: scale(.95);
	}

	.ios13-segmented-control .option label {
		position: relative;
		display: block;
		text-align: center;
/* 		padding: 8px 6vmin; */
		padding: 8px;
		background: rgba(255,255,255,0);
		font-weight: normal;
		color: rgba(0,0,0,1);
		font-size: 16px;
		cursor: pointer;
	}

	.ios13-segmented-control .option label::before, .ios13-segmented-control .option label::after {
		content: '';
		width: 1px;
		background: rgba(142,142,147,.15);
		position: absolute;
		top: 14%;
		bottom: 14%;
		border-radius: 10px;
		will-change: background;
		-webkit-transition: background .2s ease;
		transition: background .2s ease;
	}

	.ios13-segmented-control .option label::before {
		left: 0;
		transform: translateX(-.5px);
	}

	.ios13-segmented-control .option label::after {
		right: 0;
		transform: translateX(.5px);
	}

	.ios13-segmented-control .option:first-of-type {
		grid-column: 1;
		grid-row: 1;
		box-shadow: none;
	}

	.ios13-segmented-control .option:first-of-type label::before {
		opacity: 0;
	}

	.ios13-segmented-control .option:last-of-type label::after {
		opacity: 0;
	}

	.ios13-segmented-control .option input {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		border: none;
		opacity: 0;
	}

	.ios13-segmented-control .selection {
		background: rgba(255,255,255,1);
		border: .5px solid rgba(0,0,0,0.04);
		box-shadow: 0 3px 8px 0 rgba(0,0,0,0.12), 0 3px 1px 0 rgba(0,0,0,0.04);
		border-radius: 7px;
		grid-column: 1;
		grid-row: 1;
		z-index: 2;
		will-change: transform;
		-webkit-transition: transform .2s ease;
		transition: transform .2s ease;
	}

	.ios13-segmented-control .option label span {
		display: block;
		position: relative;
		z-index: 2;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		will-change: transform;
	}

	.ios13-segmented-control .option input:checked+label::before, .ios13-segmented-control .option input:checked+label::after {
		background: var(--background);
		z-index: 1;
	}

	.ios13-segmented-control .option input:checked+label {
		cursor: default;
	}
	
div.stars{
/*   width: 270px; */
  display: inline-block;
}

input.star{
  display: none;
}

label.star {
  float: right;
  padding: 0px;
  font-size: 36px;
  color: #ccc;
  transition: all .2s;
  cursor: pointer;
  margin-right: 15px;
}

input.star:checked ~ label.star:before {
  content:'\f005';
  color: #FD4;
  transition: all .25s;
}

input.star-1:checked ~ label.star:before {
  color: #F62;
}

label.star:hover{
/*   transform: rotate(-15deg) scale(1.3); */
  transform: scale(1.2);
  color: #FD4;
}

label.star:before{
  content:'\f006';
  font-family: FontAwesome;
}

.modsblock {
	width: 100%;
	box-sizing: border-box;
	padding-right: 20px;
	max-height: 270px;
	overflow-y: scroll; 
	line-height: 180%;
}

.modsblock label .pricemod {float: right;}

/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */
.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}
/*
 * Show the overflow in Edge.
 */
.uk-input {
  overflow: visible;
}
/*
 * Remove the inheritance of text transform in Firefox.
 */
.uk-select {
  text-transform: none;
}
/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}
/*
 * Remove the default vertical scrollbar in IE 10+.
 */
.uk-textarea {
  overflow: auto;
}
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-input[type="search"]::-webkit-search-cancel-button,
.uk-input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
.uk-input[type="number"]::-webkit-inner-spin-button,
.uk-input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  opacity: 1;
}
/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
  cursor: pointer;
}
/*
 * Define consistent border, margin, and padding.
 */
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`,  `month`,
            `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */
/*
 * Remove default style in iOS.
 */
.uk-input,
.uk-textarea {
  -webkit-appearance: none;
}
/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.uk-input,
.uk-select,
.uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}
/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */
.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
}
/* 2 */
.uk-input:not(input),
.uk-select:not(select) {
  line-height: 38px;
}
/*
 * Multi-line
 */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
}
.uk-select[multiple],
.uk-select[size] {
  resize: vertical;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #666;
  border-color: #238ef1;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5;
}
/*
 * Placeholder
 */
.uk-input::-ms-input-placeholder {
  color: #999 !important;
}
.uk-input::placeholder {
  color: #999;
}
.uk-textarea::-ms-input-placeholder {
  color: #999 !important;
}
.uk-textarea::placeholder {
  color: #999;
}
/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.uk-form-small {
  font-size: 0.875rem;
}
/* Single-line */
.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}
/* Multi-line */
textarea.uk-form-small,
[multiple].uk-form-small,
[size].uk-form-small {
  padding: 5px 8px;
}
.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px;
}
/*
 * Large
 */
.uk-form-large {
  font-size: 1.25rem;
}
/* Single-line */
.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}
/* Multi-line */
textarea.uk-form-large,
[multiple].uk-form-large,
[size].uk-form-large {
  padding: 7px 12px;
}
.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px;
}
/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e;
}
/*
 * Success
 */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296;
}
/*
 * Blank
 */
.uk-form-blank {
  background: none;
  border-color: transparent;
}
.uk-form-blank:focus {
  border-color: #e5e5e5;
  border-style: dashed;
}
/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-xsmall {
  width: 50px;
}
select.uk-form-width-xsmall {
  width: 75px;
}
.uk-form-width-small {
  width: 130px;
}
.uk-form-width-medium {
  width: 200px;
}
.uk-form-width-large {
  width: 500px;
}
/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Remove default style in IE 10/11
 * 4. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */
.uk-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
/* 3 */
.uk-select:not([multiple]):not([size])::-ms-expand {
  display: none;
}
/* 4 */
.uk-select:not([multiple]):not([size]) option {
  color: #444;
}
/*
 * Disabled
 */
.uk-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* Datalist
 ========================================================================== */
/*
 * 1. Remove default style in Chrome
 */
.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.uk-input[list]:hover,
.uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
/* 1 */
.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none !important;
}
/* Radio and checkbox
 * Note: Does not work in IE11
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.uk-radio,
.uk-checkbox {
  /* 1 */
  display: inline-block;
  height: 20px;
  width: 20px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: transparent;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #cccccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}
.uk-radio {
  border-radius: 50%;
}
/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border-color: #238ef1;
}
/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #238ef1;
  border-color: transparent;
}
/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #238ef1;
}
/*
 * Icons
 */
.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
/*
 * Disabled
 */
.uk-radio:disabled,
.uk-checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}
.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.pdf {
	background: url(https://156100.selcdn.ru/static/icons/pdf.svg) no-repeat left center;
    background-size: auto 100%;
    padding-left: 30px;
    font-size: 1.2em;
    text-decoration: underline;
}
div.stars{
/*   width: 270px; */
  display: inline-block;
}

input.star{
  display: none;
}

label.star {
  float: right;
  padding: 0px;
  font-size: 36px;
  color: #ccc;
  transition: all .2s;
  cursor: pointer;
  margin-right: 15px;
}

input.star:checked ~ label.star:before {
  content:'\f005';
  color: #FD4;
  transition: all .25s;
}


/*
input.star-5:checked ~ label.star:before {
  color:#FE7;
  text-shadow: 0 0 20px #952;
}
*/

input.star-1:checked ~ label.star:before {
  color: #F62;
}

label.star:hover{
/*   transform: rotate(-15deg) scale(1.3); */
  transform: scale(1.2);
  color: #FD4;
}

label.star:before{
  content:'\f006';
  font-family: FontAwesome;
}

:root {
  --progress: 0%;
}

.gift_progressbar {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-color: #edf2f7;
  overflow: hidden;
}

.gift_progressbar .bargreen {
  width: var(--progress);
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(90deg, #4e9f37, #72be5c);
  transition: width .4s linear;
}

.pointers {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  color: #718096;
  font-size: 0.9em;
}
.pointers span.circle {position: relative;}
.pointers span.circle::after {
  content: '';
  position: absolute;
  top: -22px;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  border-color: #4e9f37;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 20;
  display: block;
  border-width: 2px;
  border-style: solid;
}
.pointers span.circle:last-child::after {
  left: 100%;
  margin-left: -16px;
}
.pointers span.circle:first-child::after {
  display: none;
}

/*
	
	
.stars { font-size: 2.3em; }	
.stars span { cursor: pointer; margin-right: 20px; opacity: 0.5; transition: ease-in; transition-delay: 50;
	-webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}
.stars span:hover { opacity: 1;}	
*/
.kbju {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 20px;
}