@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500;700&family=Poppins:wght@400;500;700&display=swap'); 

.notifyjs-corner {
  z-index: 99 !important;
}

.l-Icon--mango {
    background-image: url(/dist/img/mango-icon.png);
    width: 51px;
    height: 50px;
    background-size: contain;
}
.l-Icon--malina {
    background-image: url(/dist/img/malina-icon.png);
    width: 51px;
    height: 50px;
    background-size: contain;
}
.l-Icon--limeta {
    background-image: url(/dist/img/limeta-icon.png);
    width: 51px;
    height: 50px;
    background-size: contain;
}

.pr_var_item {
  float: left;
  width: 19%;
  min-width: 120px;
  box-sizing: border-box;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 0.5%;
  margin: 0px 0px 8px 1%;
  text-align: center;
  font-size: 90%;
  text-decoration: none;
  background: rgb(240,240,250);
}
.pr_var_item b {
  font-weight: 500;
}
.pr_var_active, .pr_var_item:hover {
  background: rgb(230,245,220);
  color: green;
  border: 1px solid green;
}

.login_modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  background: rgba(255,255,255,0.65);
  transition: all 0.3s;
  z-index: 102;
}
.login_modal_open {
  visibility: visible;
  opacity: 1;
}
.login_win {
  max-width: 400px;
  min-height: 100px;
  width: 85%;
  margin: 5% 5% 0 5%;
  background: white;
  background-size: cover;
  display: inline-block;
  position: relative;
  box-shadow: 0px 0px 12px 2px gray;
  text-align: center;
  padding: 2.5%;
  border-radius: 5px;
}
.login_win strong {
  float: left;
  width: 100%;
  font-size: 140%;
  font-family: 'Roboto Slab';
  margin-bottom: 2px;
}
.login_win p {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.login_win p:last-child {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 80%;
  opacity: 0.7;
}
.login_win label {
  float: left;
  width: 100%;
  font-size: 80%;
  text-align: left;
  margin-top: 10px;
}
.soc_login_btn {
  float: left;
  width: 100%;
  border: 1px solid lightgray;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 100%;
  padding: 8px 5px 8px 5px;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 5px;
  color: #333333;
}
.soc_login_btn:hover {
  background-color: rgba(0,0,0,0.085);
}
.soc_login_btn img {
  width: 20px;
  position: relative;
  top: 4px;
}
.login_form_or {
  float: left;
  width: 100%;
  border-bottom: 1px solid lightgray;
  margin-bottom: 12px;
}
.login_form_or:after {
  content: "nebo";
  display: inline-block;
  background: white;
  padding: 0 10px 0 10px;
  position: relative;
  top: 11px;
  font-size: 90%;
  color: gray;
}
.login_win input {
  float: left;
  width: 100%;
  border: 1px solid lightgray;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 110%;
  padding: 8px 5px 8px 5px;
  border-radius: 3px;
}
.login_win .repass_btn {
  float: left;
  width: 100%;
  font-size: 80%;
  text-align: right;
}
.login_win .btn {
  margin-top: 25px;
  width: 55% !important;
  font-size: 110% !important;
  padding: 8px 0px 8px 0px !important;
}

.promo_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  background: rgba(255,255,255,0.65);
  transition: all 0.3s;
  z-index: 101;
}
.promo_modal img {
  max-width: 800px;
  width: 90%;
  margin: 5% 5% 0 5%;
}
.promo_showed {
  opacity: 1;
  visibility: visible;
}
.promo_close {
  display: none !important;
}

.pr_top_buy {
  float: right;
}
.pr_top_buy img {
  float: left;
  height: 80px;
  margin-right: 10px;
}
.pr_top_buy p {
  float: right;
  text-align: left;
}

.dop_percent {
  float: left;
  color: #1b3d58;
  font-weight: 900;
  font-size: 250%;
  line-height: 100%;
  margin-right: 1%;
}
.dop_info {
  float: left;
  font-size: 90%;
  width: 30%;
  line-height: 130%;
}
.dop_stars {
  float: right;
  margin-top: 10px;
  white-space: nowrap;
}
.dop_stars strong {
  position: relative;
  display: inline-block;
  margin-left: 1%;
  top: -2px;
  font-weight: 700;
}

.cert_blok {
  display: inline-block;
  width: 100%;
}
.cert_blok img {
  width: 24%;
  margin: 0 0.5% 0 0.5%;
}
.cert_blok a {
  display: inline-block;
  width: 25%;
  text-align: center;
  font-size: 90%;
  color: #009cd3;
  position: relative;
  top: -15px;
}

.nws_reg {
  max-width: 940px;
  min-height: 595px;
  width: 90%;
  margin: 5% 5% 0 5%;
  background: url(data/nws_bg.jpg) center center no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
}
.nws_reg_close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 90%;
  cursor: pointer;
  color: #504d4d;
}
.nws_reg_close img {
  position: relative;
  display: inline-block;
  width: 14px;
  margin: 0;
  top: 3px;
}
.nws_reg_text {
  float: left;
  width: 63%;
  margin: 4% 0 0 5%;
  text-align: left;
}
.nws_reg_text h2 {
  font-size: 310%;
  line-height: 115%;
  color: #1b3d58;
  font-weight: 700;
  margin-bottom: 15px;
}
.nws_reg_text p {
  line-height: 150%;
  color: black;
  margin: 0;
  padding: 0;
}
.nws_reg_form {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.nws_reg_mail {
  display: inline-block;
  margin: 0px 2% 20px 2%;
  width: 55%;
  background: white;
  border-radius: 30px;
  padding: 1.5% 2.5% 1.5% 2.5%;
  box-sizing: border-box;
  font-size: 110%;
  border: 0;
}
.nws_reg_btn {
  width: 20%;
  display: inline-block;
  text-align: center;
  margin: 0px 2% 20px 2%;
  background: #1b3d58;
  color: white;
  border-radius: 30px;
  padding: 1.25% 2.5% 1.25% 2.5%;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 110%;
  border: 0;
}

img.about_collavio_title {
  margin-right: 1%;
  width: 98%;
  max-width: 350px;
}
img.collavio_banner_small {
  display: inline-block;
  width: 100%;
}

#hw-87kwowifjjowiklsadh666left {
  z-index: 8 !important;
}

body {
  font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  background: white;
}
a {
  color: #333333;
	text-decoration: underline;
}
a:hover {
  color: #333333;
	text-decoration: none;
}
.root {
  width: 98%;
  max-width: 1570px;
	position: relative;
	margin: auto;
	text-align: left;
}

.hp_slider {
  float: left;
  width: 100%;
}
.hp_slider_item {
  float: left;
  width: 100%;
}
.home_mobile_only {display: none;}
.home_full {display: block;}
.hp_slider img {
  float: left;
  width: 100%;
}
.hp_banners, .hp_mobile_banners {
  float: left;
  width: 100%;
  margin-top: 22px;
}
.hp_mobile_banners img {
  float: left;
  width: 100%;
  transition: all 0.3s;
  box-sizing: border-box;
  border: 1px solid white;
}
.hp_banners img {
  float: left;
  width: 24.25%;
  transition: all 0.3s;
  box-sizing: border-box;
  border: 1px solid white;
}
.hp_mobile_banners img {
  border: 1px solid white;
  box-sizing: border-box;
  transition: all 0.3s;
}
.hp_banners a:nth-child(2) img {
  width: 49.25%;
  margin-left: 1.2%;
}
.hp_banners a:nth-child(3) img {
  float: right;
}
.hp_banners img:hover, .hp_mobile_banners img:hover {
  border: 1px solid #1b3d58;
}
.hide_on_pc {
  display: none;
}

.hp_title {
  float: left;
  width: 100%;
  margin: 60px 0 60px 0;
  text-align: center;
  font-family: 'Roboto Slab';
}
.hp_title strong {
  float: left;
  width: 100%;
  color: #1b3d58;
  font-weight: normal;
  font-size: 110%;
  margin-bottom: 10px;
}
.hp_title h1, .hp_title h2 {
  float: left;
  width: 100%;
  font-size: 250%;
  font-weight: normal;
  color: #3e373a;
  padding: 0;
  margin: 0;
}

.hp_top_pr {
  float: left;
  width: 100%;
  text-align: center;
}
a.hp_top_pr_item {
  display: inline-block;
  margin: 0px 3% 80px 3%;
  padding: 60px 15px 0 15px;
  text-decoration: none;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #dfd8df;
  transition: all 0.3s;
  box-sizing: border-box;
}
a.hp_top_pr_item:hover {
  background: #953693;
}
.hp_top_img img {
  position: absolute;
  width: 100%;
  bottom: -20px;
  left: 0px;
  z-index: 2;
}
a.hp_top_pr_item strong {
  float: left;
  width: 100%;
  font-size: 160%;
  font-weight: normal;
  font-family: 'Roboto Slab';
}
a.hp_top_pr_item p {
  float: left;
  width: 100%;
  color: #8f8e8f;
  font-size: 110%;
  transition: all 0.3s;
}
a.hp_top_pr_item:hover p {
  color: white;
}

a.hp_full_banner {
  float: left;
  width: 100%;
  height: 420px;
  background: white url(/data/banner4.jpg) right center no-repeat;
  background-size: cover;
  background-position: center center;
}

.hp_brands {
  float: left;
  width: 92%;
  margin-left: 4% !important;
  margin-bottom: 60px;
}
.hp_brands img {
  width: 20%;
  height: 160px;
  object-fit: contain;
  object-position: center;
}

/* hlavička */

.top_line {
  float: left;
  width: 100%;
  height: 28px;
  background: #dfd8df;
  color: #313537;
  font-size: 90%;
  box-sizing: border-box;
  padding: 3px 1.5% 0px 1.5%;
  margin-bottom: 10px;
  max-height: 40px;
  transition: all 0.3s;
  overflow: hidden;
  opacity: 0.75;  
}
.top_line a, .top_line_parser {
  color: #313537;
  text-decoration: underline;
}
.top_line a:first-child {
  margin-left: 0px;
}
.top_line a:last-child {
  margin-right: 0px;
}
.top_line a:hover {
  text-decoration: underline;
}
.top_l {
  float: left;
  width: 20%;
  text-align: left;
}
.top_r {
  float: right;
  width: 20%;
  text-align: right;
}
.top_c {
  float: left;
  width: 60%;
  text-align: center;
}
.small_header .top_line {
  max-height: 0px;
  padding-top: 0px;
}
.header, .pr_topmenu {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 96;
  float: left;
}
.small_header, .pr_topmenu {
  box-shadow: 0px 0px 20px 5px rgba(235,230,225,0.65);
}
.pr_topmenu {
  display: none;
}
.header img.logo, .pr_topmenu img.logo_sq {
  float: left;
  width: 8%;
  margin: 10px 0px 10px .5%;
  min-width: 75px;
  max-width: 100px;
  transition: all 0.3s;
}
.pr_topmenu img.logo_sq {
  width: 3%;
  min-width: 40px;
  max-width: 80px;
  margin: 20px 0px 25px 1%;
}
.small_header img.logo {
  margin: 10px 0px 20px 1.5%;
}
.search_place {
  float: left;
  width: 28%;
  border-radius: 25px;
  background: #f9f9f9;
  overflow: hidden;
  margin: 22px 0px 0px 21%;
  transition: all 0.3s;
}
.small_header .search_place {
  margin: 5px 1% 0px 0px;
}
.search_place input, .search_place .btn {
  float: left;
  width: 70%;
  border: 0;
  background: none;
  color: black;
  font-size: 100%;
  font-family: 'Poppins', sans-serif;
  padding: 8px 5% 8px 5%;
  transition: all 0.3s;
}
.search_place .btn {
  float: right;
  width: 6%;
  height: 25px;
  background: #f9f9f9;
  color: black;
  text-align: center;
  cursor: pointer;
}
.search_place .btn:after {
  content: "";
  background-image: url(/data/lupa.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s;
}
.search_place:hover .btn {
  background: #1b3d58;
  color: white;
}
.search_place:hover .btn:after {
  filter: invert(100%) sepia(4%) saturate(15%) hue-rotate(81deg) brightness(105%) contrast(106%);
}

.login_btn {
  float: right;
  width: 36px;
  height: 36px;
  background-image: url(/data/user.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;  
  transition: all 0.3s;
  cursor: pointer;
  margin: 22px 4% 0px 0px;
}
.login_btn:hover {
  filter: invert(34%) sepia(98%) saturate(3329%) hue-rotate(317deg) brightness(93%) contrast(100%);
}
.small_header .login_btn {
  margin: 7px 4% 0px 0px;
}

img.invoice_icon {
  width: 20px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.account_header {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 13px;
  border-bottom: 2px solid #1b3d58;
  margin: 0px 0 22px 0;
}
table.account_report, table.order_report {
  width: 100%;
  box-sizing: border-box;
}
table.account_report tr th {
  padding: 1%;
  background: rgba(0,0,0,0.45);
  color: white;
  font-weight: bold;
}
table.order_report tr th,
table.order_report tr td {
  min-width: 100px;
  vertical-align: top;
}
table.order_report tr th:nth-child(3),
table.order_report tr td:nth-child(3),
table.order_report tr th:nth-child(4),
table.order_report tr td:nth-child(4),
table.order_report tr th:nth-child(5),
table.order_report tr td:nth-child(5),
table.order_report tr th:nth-child(6),
table.order_report tr td:nth-child(6) {
  text-align: center;
}
table.order_report tr th {
  padding: 0.5% 1% 0.5% 1%;
  background: rgba(0,0,0,0.3);
  color: white;
  font-weight: 500;
}
table.account_report tr td, table.order_report td {
  padding: 0.5% 1% 0.5% 1%;
  background: rgba(0,0,0,0.065);
}
table.account_report tr:hover td {
  background: rgba(100,0,0,0.15);
}
table.account_report td:nth-child(4), table.account_report td:nth-child(5), table.account_report th:nth-child(4), table.account_report th:nth-child(5) {
  text-align: center;
}
.badge {
  display: inline-block;
  padding: 1px 4px 1px 4px;
  border-radius: 4px;
  font-size: 90%;
  color: white;
}

.bubbles_info {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.bubbles_info span {
  display: inline-block;
  text-align: center;
  background: rgba(175,248,205);
  color: green;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  line-height: 120%;
  box-sizing: border-box;
  padding-top: 70px;
  position: relative;
  z-index: 10;
}
.bubbles_info span b {
  font-size: 64px;
}
.bubbles_info span i {
  font-style: normal;
  font-size: 14px;
  display: inline-block;
  width: 60%;
}
.bubbles_info span:first-child {
  background: rgba(195,140,10,0.25);
  color: rgb(218,165,32);
  width: 180px;
  height: 180px;
  padding-top: 65px;
  top: 25px;
  left: 30px;
  z-index: 5;
}
.bubbles_info span:first-child b, .bubbles_info span:last-child b {
  font-size: 48px;
}
.bubbles_info span:last-child {
  background: rgba(10,140,190,0.25);
  color: rgb(32,165,218);
  width: 180px;
  height: 180px;
  padding-top: 65px;
  top: 25px;
  left: -30px;
  z-index: 5;
}
.account_info_parts {
  float: left;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 15px;
}
.account_info_part {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.account_info_part:last-child {
  margin-right: 0%;
}
.account_info_part h2.account_header {
  font-size: 20px;
}
.account_info_part .summary_num {
  float: left;
  width: 100%;
  height: 60px;
  background: rgb(204,102,153);
  border-radius: 30px;
}
.account_info_part .summary_num span {
  float: left;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin: 3px 0px 0px 3px;
  background: white;
  color: rgb(204,102,153);
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 56px;
}
.account_info_part .summary_num a {
  float: left;
  width: 200px;
  height: 54px;
  color: white;
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-left: 10px;
}
.account_info_part .green {
  background: rgba(125,208,170);
}
.account_info_part .green span {
  color: rgba(125,208,170);
}
.account_info_part .blue {
  background: rgba(125,170,208);
}
.account_info_part .blue span {
  color: rgba(125,170,208);
}

.account_btn {
  float: right;
  height: 36px;
  background: #1b3d58;
  margin: 22px 3% 0px 0px;
  color: white;
  font-size: 90%;
  border-radius: 18px;
  cursor: pointer;
}
.account_btn span {
  float: right;
  margin-right: 11px;
  line-height: 100%;
  text-align: left;
  margin-top: 11px;
  font-weight: bold;
}
.account_btn:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(/data/user.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
  float: left;
  filter: invert(100%) sepia(4%) saturate(15%) hue-rotate(81deg) brightness(105%) contrast(106%);
  position: relative;
  top: 2px;
  left: 2px;
  margin-right: 8px;
}
.small_header .account_btn {
  margin: 7px 3% 0px 0px;
}

.kosik_place {
  float: right;
  position: relative;
  color: #313537;
  border-radius: 4px;
  margin: 22px 1.5% 0px 0px;
  padding: 8px 15px 8px 0px;
  font-size: 110%;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}
.small_header .kosik_place {
  margin: 0px 1.5% 0px 0px;
}
.kosik_place:after {
  content: "";
  background-image: url(/data/kosik.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s;
  display: inline-block;
  width: 36px;
  height: 30px;
  position: relative;
  top: 3px;
}
.kosik_place:hover:after {  
  filter: invert(37%) sepia(86%) saturate(874%) hue-rotate(173deg) brightness(95%) contrast(88%);
}
.kosik_place_num {
  position: absolute;
  background: #1b3d58;
  width: 21px;
  height: 21px;
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  border-radius: 50%;
  padding-top: 2px;
  right: 2px;
  top: -3px;
  text-decoration: none !important;
  box-sizing: border-box;
}
.kosik_place:hover .kosik_place_num {
  background: #953693;
}
.menu_place {
  float: left;
  width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 12px 0px 10px 0px;
  transition: all 0.3s;
  background: #953693;
}
.menu_place .root {
  text-align: center;
}
.pr_topmenu .menu_place {
  margin: 27px 0px 0px 2%;
}
.small_header .menu_place {
  margin: 12px 0px 0px 5%;
}
.menu_place .flag_btn {
  display: none;
}
.menu_item {
  display: inline-block;
  position: relative;
  transition: all 0.2s;
  font-size: 130%;
  line-height: 130%;
  font-weight: 500;
  margin: 0 5% 0 5%;
  height: 30px;
  text-align: center;
}
.menu_place .dd {
  padding: 0 1% 15px 1%;
  background: #953693 url(data/ico/dd_hi.png) center bottom no-repeat;
  background-size: 15px;
  width: 9%;
  text-align: center;
}
.menu_place .dd:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  top: 20px;
  left: 0px;
}
.menu_item:last-child {
  border-right: 0;
}
.menu_place a {
  display: inline-block;
  text-decoration: none;
  color: black;
  transition: all 0.2s;
}
.submenu_place {
  position: absolute;
  width: 200px;
  left: 0;
  top: 85px;
  background: white;
  overflow: hidden;
  transition: none;
  max-height: 0;
  opacity: 0;
  z-index: 10;
  text-align: left;
  font-size: 90%;
  box-shadow: 0 0 10px 4px rgba(0,0,50,0.15);
}
.menu_item:hover a, .menu_item.active a {
  color: white;
}
.menu_item:hover .submenu_place {
  top: 50px;
  opacity: 1;
  transition: top 0.3s, opacity 0.3s;
  max-height: 500px;
}
.submenu_place a {
  float: left;
  width: 91%;
  padding: 8px 5% 8px 4%;
  transition: all 0.3s;
  color: black !important;
  border-bottom: 1px dashed rgba(0,0,0,0.15);
}
.submenu_place a:last-child {
  border-bottom: 0;
}
.submenu_place a:hover, .submenu_place a.active {
  color: #1b3d58  !important;
}
.nav_bar {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #fcf8f9;
  padding: 15px 0 30px 0;
  //margin-top: 125px;
  margin-bottom: 10px;
}
.nav_line {
  float: left;
  width: 100%;
  font-size: 16px;
}
.nav_parser {
  display: inline-block;
  background: #313537;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0px 10px 0px 10px;
  position: relative;
  top: 11px;
}
.nav_line a, .nav_target {
  color: #313537;
  font-size: 90%;
  transition: all 0.2s;
  text-decoration: none;
  display: inline;
  position: relative;
  left: -2px;
}
.nav_line a:hover {
  color: #1b3d58;
}
.search_mobile_btn {
  display: none;
}
a.flag_btn {
  float: right;
  background: #999999;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px 3px 0px 0px;
  padding: 6px 8px 6px 8px;
  margin-left: 1px;
  transition: all 0.2s;
}
a.flag_btn:hover {
  color: #343434;
}
.flag_btn_1 {
  background-color: #de6567 !important;
}
.flag_btn_2 {
  background-color: #953693 !important;
}
h1, .content_head {
  float: left;
  width: 100%;
  font-family: 'Roboto Slab', sans-serif;
  margin-bottom: 5px;
}
.content_head {
  font-size: 180%;
  margin: 25px 0px 10px 0px;
}
.shop_perex {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgb(51, 51, 51);
  font-weight: 300;
  line-height: 140%;
  text-align: center;
}
.shop_perex strong {
  font-weight: 700;
}
.pr_list_subs {
  float: left;
  width: 100%;
}
.pr_list_sub_item, .filter_item {
  float: left;
  width: 100%;
  margin: 8px 0 8px 0;
  font-size: 100%;
  color: black;
  text-decoration: none;
  transition: all 0.3s;
}
.pr_list_sub_item:hover, .filter_item:hover {
  color: #1b3d58;
}
.filter_item span {
  font-size: 90%;
  opacity: 0.5;
}
.shop_part {
  float: right;
  width: 75%;
  margin: 25px 0px 25px 0px;
}
.related_list {
  width: 100%;
}
a.pr_item {
  float: left;
  width: 23.25%;
  margin: 0px 2.333% 20px 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  border: 1px solid white;
}
.related_list a.pr_item {
  width: 23.25%;
  margin: 0px 2.333% 20px 0px;
}
a.pr_item:hover {
  border: 1px solid #1b3d58;
}
a.pr_item:nth-child(4n+4) {
  margin: 0px 0% 20px 0px;
}
.related_list a.pr_item:nth-child(3n+3) {
  margin: 0px 2.333% 20px 0px;
}
.related_list a.pr_item:nth-child(4n+4) {
  margin: 0px 0% 20px 0px;
}  
img.pr_stamp {
  position: absolute;
  top: 1%;
  left: 1%;
  height: 81px;
  z-index: 2;
}
img.pr_stamp:nth-child(2) {
  top: 90px;
}
img.pr_stamp:nth-child(3) {
  left: 90px;
}
img.pr_stamp:nth-child(4) {
  left: 180px;
}
img.pr_stamp:nth-child(5) {
  top: 180px;
}
.pr_full_gal img.pr_stamp {
  top: 1%;
  left: 1%;
}
.pr_full_gal img.pr_stamp:nth-child(2) {
  top: 90px;
}
.pr_full_gal img.pr_stamp:nth-child(3) {
  left: 90px;
}
.pr_full_gal img.pr_stamp:nth-child(4) {
  left: 180px;
}
.pr_full_gal img.pr_stamp:nth-child(5) {
  top: 180px;
}
.pr_img_place {
  float: left;
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  box-sizing: border-box;
  border: 15px solid rgba(0,0,0,0.03);
}
.pr_img_place:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.03);
}
.small_stamps {
  position: absolute;
  left: 2%;
  top: 2%;
}
.pr_full_gal .small_stamps {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: none;
}
.pr_small_stamp {
  display: inline-block;
  box-sizing: border-box;
  padding: 3px 8px 3px 8px;
  color: white;
  background: #A6CC80;
  text-align: center;
  font-size: 80%;
  margin-bottom: 2px;
  font-weight: 500;
  border-radius: 20px;
}
.pr_small_stamp_purple {
  background: #953693;
}
.pr_small_stamp_pink {
  background: #A6CC80;
  color: white;
}
.pr_small_stamp_christmas {
  background: rgb(204,0,0);
  color: white;
}
.pr_small_stamp_black {
  background: black;
  color: white;
}
.top_cena_detail_pr {
  display: inline-block;
  box-sizing: border-box;
  padding: 3px 8px 3px 8px;
  text-align: center;
  font-size: 80%;
  margin-bottom: 2px;
  font-weight: 500;
  border-radius: 3px;
  background: #953693;
  color: #1b3d58;
  top: -5px;
  position: relative;
}
.vyprodej {
  background: rgb(144,144,144) !important;
}
.img_flag {
  position: absolute;
  top: 0%;
  right: 0%;
  padding: 3px 8px 3px 8px;
  color: white;
  background: #1b3d58;
  font-size: 80%;
  font-weight: 500;
  border-radius: 20px;
}
a.pr_item .pr_img_place img {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0px 0px;
  object-fit: cover;
  transform: scale(1.01);
  transition: all 0s;
}
.no_zoom img {
  transform: none !important;
  object-fit: cover;
}
.no_zoom_contain img {
  transform: none !important;
  object-fit: contain !important;
}
.img_none img {
  transform: none !important;
  object-fit: contain !important;
  width: 70% !important;
  margin-left: 15%;
  opacity: 0.6;
}
a.pr_item .pr_img_place img.zoom {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.4s;
  opacity: 0;
}
a.pr_item:hover .pr_img_place img:first-child {
  transform: scale(1.15);
  transition: all 1s ease;
}
a.pr_item:hover .pr_img_place img.zoom {
  opacity: 1;
  transition: all 0.4s ease-out 0.4s;
}
a.pr_item strong {
  float: left;
  width: 97%;
  height: 80px;
  text-align: center;
  font-size: 100%;
  font-weight: 400;
  font-size: 110%;
  color: black;
  transition: all 0.3s;
  padding: 12px 1.5% 0px 1.5%;
}
a.pr_item:hover strong {
  color: #1b3d58;
}
.pr_line {
  float: left;
  width: 98%;
  padding: 0px 1% 25px 1%;
}
.pr_cena {
  float: left;
  width: 100%;
  font-size: 130%;
  color: black;
  opacity: 0.75;
  text-align: center;
  font-weight: 500;  
}
.pr_cena span {
  display: inline-block;
  font-size: 80%;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 2%;
  opacity: 0.6;
}
.pr_cena span.pr_disc_pr {
  text-decoration: none;
  margin-left: 5px;
}
.pr_sklad, .pr_sklad2, .pr_sklad3 {
  position: absolute;
  bottom: 0px;
  right: 2%;
  color: #59F233;
  background: none;
  font-size: 100%;
  font-weight: 500;
  text-transform: uppercase;
}
.pr_sklad2 {
  background: #dc5d5c;
}
.pr_sklad3 {
  background: rgb(230,230,230);
  color: rgb(90,90,90);
}

.pr_pages {
  float: left;
  width: 100%;
  background: none;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 5px;
  text-align: right;
}
.pr_pages a {
  display: inline-block;
  background: white;
  width: 24px;
  color: #953693;
  border-radius: 4px;
  margin: 4px 2px 0px 2px;
  padding: 2px 0px 2px 0px;
  text-decoration: none;
  text-align: center;
}
.pr_pages a:hover {
  color: #333333;
}
.pr_pages a.active {
  color: white;
  background: #333333;
}
.pr_list {
  float: left;
  width: 100%;
}
.load_more_pr {
  float: right;
  width: 30%;
  margin: 15px 0px 25px 0px;
  border-radius: 3px;
  padding: 10px 15px 10px 15px;
  text-align: center;
  background: #953693;
  color: white;
  font-weight: 700;
  cursor: pointer;
}

.prbacklink {
  float: left;
  width: 100%;
  position: relative;
  top: -10px;
}
.pr_full_gal {
  float: left;
  width: 42%;
  position: relative;
}
.pr_full_gal .img_flag {
  right: 3%;
}
.pr_full_gal a img.primary {
  float: left;
  width: 100%;
  height: auto;
  max-height: 35rem;
  object-fit: contain;
  margin: 0px 0px 0px 0px;
}
.pr_full_gal a img.pr_gal_item {
  float: left;
  width: 30%;
  height: 120px;
  object-fit: contain;
  margin: 15px 1.5% 0px 1.5%;
  border-radius: 3px;
}
.pr_info_part {
  float: right;
  width: 52%;
  font-weight: 300;
  padding-left: 3%;
  border-left: 1px solid rgb(232,232,232);
  margin-bottom: 30px;
}
.pr_buy_part {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgb(232,232,232);
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.pr_old_cena {
  float: left;
  width: 50%;
  line-height: 140%;
  min-height: 60px;
}
.pr_old_cena strike {
  color: #777;
  font-weight: 700;
}
.pr_old_cena span {
  color: #1b3d58;
}
.pr_old_cena strong {
  font-weight: 700;
}
.pr_old_cena strong span {
  background: #00b455;
  color: white;
  padding: 1%;
  border-radius: 3px;
}
.pr_buy_part .pr_sklad, .pr_buy_part .pr_sklad2, .pr_buy_part .pr_sklad3 {
  position: static;
  float: left;
}
.pr_buy_cena {
  float: right;
  width: 50%;
  text-align: right;
}
.pr_buy_cena strong {
  font-size: 240%;
}
.pr_buy_cena em {
  font-size: 130%;
  font-style: normal;
}
.pr_buy_line {
  float: right;
  width: 50%;
}
.pr_buy_line input {
  float: left;
  width: 25%;
  background: white;
  border-radius: 3px;
  border: 5px solid #EBF5EB;
  font-family: Roboto, arial, sans-serif;
  font-size: 115%;
  box-sizing: border-box;
  padding: 2%;
  height: 51px;
}
.pr_buy_line .btn, .cart_items .soucet .btn, .send_btn, .btn_filtry_apply, .btn_zslk, .btn_pr_top_buy, .btn_pr_top_basket, .login_win .btn, .btn_green, .btn_small_green {
  float: right;
  width: 70%;
  border-radius: 3px;
  background: #A6CC80;
  color: white;
  font-size: 120%;
  font-weight: 700;
  text-align: center;
  border: 5px solid #A6CC80;
  padding: 6px 0 6px 0;
  cursor: pointer;
  transition: all 0.3s;
  padding: 6px 0 6px 0;
}
.btn_pr_top_buy, .btn_pr_top_basket, .login_win .btn, .btn_green, .btn_small_green {
  display: inline-block;
  float: none;
  font-size: 100%;
  width: auto;
  padding: 0px 12px 0px 12px;
  text-decoration: none;
  border: 2px solid #A6CC80;
}
.btn_small_green {
  padding: 0px 4px 0px 4px;
  font-weight: normal;
  font-size: 90%;
}
.btn_filtry_apply {
  float: left;
  margin: 25px 0px 0px 15%;
}
.cart_items .soucet .btn {
  display: inline-block;
  float: none;
  font-size: 110%;
  margin-top: 15px;
}
.pr_buy_line .btn:hover, .cart_items .soucet .btn:hover, .btn_pr_top_buy:hover, .btn_pr_top_basket:hover, .login_win .btn:hover, .btn_green:hover, .btn_small_green:hover {
  background: white;
  color: #A6CC80;
}
.btn_pr_top_basket {
  display: none;
}
.btn_pr_top_basket:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  transition: all 0.3s;
  margin-right: 8px;
}
img.vyhoda_1 {
  float: left;
  width: 49.5%;
}
img.vyhoda_2 {
  float: right;
  width: 49.5%;
}
.pr_params {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.pr_params .cross {
  font-weight: 400;
}
.pr_params .cross select {
  font-weight: bold;
  min-width: 50%;
}
.param_item {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(232,232,232);
}
.param_item:first-child {
  font-weight: bold;
  padding-bottom: 20px;
}
.param_item:last-child {
  border-bottom: 0px;
}
.param_item span {
  float: left;
  width: 25%;
}
.param_item span:last-child {
  float: right;
  width: 75%;
}
.param_item:first-child span {
  float: left;
  width: 50%;
}
.pr_popis {
  float: left;
  width: 100%;
  font-weight: 300;
  line-height: 150%;
  margin: 20px 0px 0px 0px;
  padding: 0;
}
.pr_popis a {
  color: #008dd1;
}
.pr_popis strong {
  font-weight: 700;
}

.nutri_table {
  width: 100%;
  border: 0;
  font-size: 85%;
}
.nutri_table th {
  text-align: center;
  font-size: 110%;
  font-weight: 500;
}
.nutri_table th:nth-child(1) {
  width: 30%;
}
.nutri_table th:nth-child(2) {
  min-width: 90px;
  width: 20%;
}
.nutri_table th:nth-child(3) {
  min-width: 130px;
  width: 30%;
}
.nutri_table td:nth-child(2), .nutri_table td:nth-child(3) {
  text-align: center;
}
.nutri_table td, .nutri_table th {
  padding: 1.5% 3%;
  box-sizing: border-box;
}
.nutri_table tr {
  background: #fcf8f9;
  width: 100%;
}
.nutri_table tr:nth-child(2n+2) {
  background: white;
}
.pr_full_gal p {
  float: left;
  width: 100%;
  padding: 0% 3%;
  box-sizing: border-box;
}
.pr_full_gal .nutri_table {
  float: left;
  margin-top: 50px;
}

.footer {
  float: left;
  width: 100%;
  background: #dfd8df;
  color: #313537;
  padding: 20px 0px 0px 0px;
}
.footer_part {
  float: left;
  width: 23%;
  margin-right: 1.3%;
  margin-bottom: 15px;
}
.footer_part img {
  float: left;
  max-width: 80px;
  margin: 10px 0px 20px 0px;
}
.footer_part:last-child {
  float: right;
  margin-right: 0%;
}
.footer_part strong {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1b3d58;
  font-family: 'Roboto Slab';
  font-weight: normal;
  font-size: 150%;
}
.footer_part p {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 130%;
}
.footer_c_line {
  float: left;
  width: 100%;
  color: #313537;
  margin-bottom: 15px;
}
.footer_c_line img {
  float: left;
  width: 8%;
}
.footer_part a {
  color: #313537;
  text-decoration: none;
  transition: all 0.2s;
}
.footer_part a:hover {
  color: #1b3d58;
}
.footer_menu a {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.footer_c_line i {
  float: left;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  margin-top: 3px;
}
.footer_c_line i.point:before {
  content: "\f3c5";
}
.footer_c_line i.mail:before {
  content: "\f0e0";
}
.footer_c_line i.tel:before {
  content: "\f879";
}
.footer_c_line span {
  float: right;
  width: 92%;
}
.copyright_line {
  float: left;
  width: 100%;
  background: #dfd8df;
  padding: 15px 0px 15px 0px;
  text-align: center;
  color: gray;
  border-top: 1px solid rgba(2, 1, 1, 0.08);
  font-size: 90%;
}
.copyright_line a {
  color: black;
}

.content_part {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.close {
  width: 26px;
  height: 26px;
  opacity: 0.6;
  transition: all 0.3s;
  cursor: pointer;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 12px;
  content: ' ';
  height: 27px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.active_filter_del {
  float: left;
  position: relative;
  font-size: 90%;
  margin: 12px 30px 0px 0px;
}
.active_filter_del .close {
  position: absolute;
  display: block;
  right: -15px;
  top: 3px;
  width: 12px;
  height: 12px;
  background: none;
  margin: 0;
  padding: 0;
}
.active_filter_del .close:before, .active_filter_del .close:after {
  position: absolute;
  left: 5px;
  content: ' ';
  height: 14px;
  width: 2px;
  background-color: red;
}

.filtry_line {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.filter_btn {
  float: left;
  width: 36px;
  height: 36px;
  position: relative;
  background-position: center center;
  background-size: 20px;
  background-image: url(data/ico/filter.png);
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #1b3d58;
  display: none;
}
.filters_active {
  background-color: #1b3d58;
}

.filter_group {
  float: left;
  width: 100%;
  margin-top: 15px;
  text-align: left;
}
.filter_group:last-child {
  margin-bottom: 15px;
}
.filter_group strong {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: normal;
  font-family: Roboto Slab,'Roboto Slab', sans-serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 2px solid #1b3d58;
  margin: 15px 0 15px 0;
}
.filter_group strong:before {
  background: none;
  border-color: transparent;
  border-top-color: transparent;
  border-style: solid;
  border-width: 8px 8px 0;
  content: "";
  font-size: 16px;
  height: 0;
  position: absolute;
  left: 30px;
  top: 100%;
  width: 0;
  border-top-color: #1b3d58;
}
.filter_group strong:after {
  border-width: 6px 6px 0;
  border-top-color: #fff;
  left: 32px;
  background: none;
  border-color: transparent;
  border-top-color: transparent;
  border-style: solid;
  border-width: 8px 8px 0;
  content: "";
  font-size: 16px;
  height: 0;
  position: absolute;
  left: 30px;
  top: 100%;
  width: 0;
  border-width: 6px 6px 0;
  border-top-color: #fff;
  left: 32px;
}
/*.filter_group a.filter_item {
  float: left;
  width: 100%;
  margin-top: 5px;
  padding: 3px 5px 3px 5px;
  background: rgb(242,242,242);
  text-decoration: none;
  border-radius: 4px;
  box-sizing: border-box;
}*/
.filter_group a.filter_color {
  float: left;
  width: 32px;
  height: 32px;
  margin: 10px 5px 0px 5px;
  background: white;
  border-radius: 50%;
  border: 3px dotted rgb(152,203,213);
  text-decoration: none;
}
.filter_group a.filter_color.active {
  border: 3px solid rgb(30,75,75);
}
.filter_group a.active {
  font-weight: bold;
}

.sort_btn {
  float: right;
  width: 30%;
  position: relative;
  border: 2px solid #1b3d58;
  background-color: white;
  background-position: right center;
  background-size: 14px;
  //background-image: url(data/ico/dd_hi.png);
  padding: 5px 20px 5px 10px;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 20px;
  text-align: left;
}
.sort_btn:hover {
  text-decoration: none;
  border-radius: 20px 20px 0px 0px;
}
.sort_btn:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 11;
  right: 17px;
  top: 1px;
  bottom: 0;
  height: 0;
  margin: auto;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid;
}
.sort_btn .submenu_place {
  right: -2px;
  top: 24px;
  box-shadow: none;
  left: auto;
  width: 100%; 
  background-color: white;
  border: 2px solid #1b3d58;
  border-top: 0;
  border-radius: 0px 0px 20px 20px;
  margin-top: 10px;
  opacity: 0;
  max-height: 0px;
}
.sort_btn:hover .submenu_place {
  max-height: 300px;
  opacity: 1;
}
.sort_btn_item {
  display: inline-block;
  width: 90%;
  padding: 10px 0px 10px 10px;
}
.sort_btn_item:hover {
  text-decoration: underline;
}

.page_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0,0,0,0.5);
  transition: all 0.4s;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.overlay_box_left, .overlay_box_right {
  position: absolute;
  left: -390px;
  width: 100%;
  height: 100%;
  padding: 2% 1.5% 2% 1.5%;
  max-width: 380px;
  background: white;
  box-sizing: border-box;
  transition: all 0.4s;
  box-shadow:  0px 0px 8px 0px gray;
}
.overlay_box_right {
  max-width: 550px;
}
.overlay_box_left .close {
  position: absolute;
  top: 1%;
  right: 4%;
}
.overlay_box_right .close {
  position: absolute;
  top: 1%;
  right: 4%;
}
.modal_box .close {
  position: absolute;
  top: 1%;
  right: 1%;
}
.btn_zslk {
  display: inline-block;
  margin-top: 15px;
  float: none;
  text-decoration: none;
}
.overlay_box_right {
  left: auto;
  right: -560px;
}
.modal_box {
  display: block;
  position: absolute;
  top: -500px;
  width: 30%;
  min-height: 50px;
  background: white;
  padding: 2% 1.5% 2% 1.5%;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 0.4s;
  box-shadow:  0px 0px 8px 0px gray;
  margin-left: 35%;
}
.modal_content {
  float: left;
  width: 100%;
}
.modal_content strong {
  margin-bottom: 15px;
  display: inline-block;
}
.modal_content .zslk_search {
  width: 100% !important;
  padding: 2%;
  font-size: 110%;
  box-sizing: border-box;
  border-radius: 4px;
}
.open_left_over, .open_right_over, .open_modal, .open_search {
  opacity: 1;
  visibility: visible;
}
.menu_open {
  opacity: 1;
  visibility: visible;
}
.open_left_over .overlay_box_left {
  left: 0px;
}
.open_right_over .overlay_box_right {
  right: 0px;
}
.open_modal .modal_box {
  top: 200px;
}
.over_box_header {
  float: left;
  width: 100%;
  font-size: 160%;
  border-bottom: 1px solid rgb(232,232,232);
  padding-bottom: 15px;
}
.overlay_box_left p, .overlay_box_right p {
  text-align: center;
  font-weight: normal;
  font-size: 105%;
}

.cart_items {
  float: left;
  width: 100%;
}
.cart_info {
  float: left;
  width: 70%;
  margin: 20px 0px 00px 15%;
  font-size: 90%;
}
.cart_message {
  float: left;
  width: 100%;
  font-size: 90%;
  color: rgb(255,0,51);
}
.cart_message a {
  display: inline-block;
  background: rgb(255,0,51);
  color: white !important;
  padding: 0px 3px 0px 3px;
  border-radius: 2px;
  text-decoration: none;
  width: auto !important;
}
.cart_item {
  float: left;
  width: 96%;
  border-bottom: 1px solid rgb(232,232,232);
  padding: 15px 2% 15px 2%;
  position: relative;
  transition: background 1.25s linear 1.25s;
  font-size: 95%;
}
.cart_item_new {
  background: #CCF2A6;
  transition: none;
}
.cart_item_cena {
  color: #909090;
}
.cart_item_cena span {
  color: #333333;
}
.cart_item table {
  float: left;
  width: 100%;
  border: 0;
  vertical-align: middle;
  text-align: left;
}
.cart_item table select {
  border: 1px solid gray;
  border-radius: 3px;
  width: 100%;
  height: 25px;
}
.cart_item table td:nth-child(1) {
  width: 12%;
}
.cart_item table td:nth-child(2) {
  text-align: center;
  width: 22%;
}
.cart_item table td:last-child {
  text-align: right;
  width: 10%;
}
.cart_item img {
  width: 80%;
}
.cart_item a {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  color: #008dd1;
}
.cart_del {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(data/ico/del.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.5;
  transform: rotate(0deg);
  transition: all 0.3s;
}
.cart_del:hover {
  transform: rotate(90deg);
  opacity: 1;
}
.cart_btm {
  float: left;
  width: 100%;
}
.cart_items .soucet {
  float: left;
  width: 96%;
  border-bottom: 1px solid rgb(232,232,232);
  padding: 15px 2% 15px 2%;
  margin-bottom: 10px;
  font-size: 95%;
  font-size: 130%;
  color: #909090;
}
.cart_items .soucet span {
  font-size: 140%;
  color: #333333;
}

.cart_icons {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.cart_ico {
  float: left;
  width: 50%;
  font-size: 90%;
  margin-top: 10px;
  color: #909090;
  box-sizing: border-box;
  padding: 0px 5% 0px 5%;
}
.cart_ico span {
  color: #333333;
}
.cart_ico img {
  height: 30px;
}
.cart_back_btn, .cart_truncate_btn {
  float: left;
  width: 30%;
  padding: 1%;
  background: rgb(232,232,232);
  border-radius: 3px;
  cursor: pointer;
}
.cart_truncate_btn {
  float: right;
}
.cart_back_btn:hover, .cart_truncate_btn:hover {
  text-decoration: underline;
}

.cashout_place {
  float: left;
  width: 100%;
  text-align: center;
}
.cashout_part {
  display: inline-block;
  width: 70%;
}
.cashout_place .one_col {
  width: 35%;
}
.cashout_place h4 {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-top: 10px;
}
.cashout_place .full {
  width: 100% !important;
}
.cashout_part input[type=text] {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 4px solid #EBF5EB;
  padding: 6px;
  font-family: Roboto, arial, sans-serif;
  font-size: 105%;
  text-align: center;
  margin-bottom: 10px;
}
.two_col input[type=text] {
  width: 49%;
}
.two_col input[type=text]:nth-child(2n+2) {
  float: right;
}
.cashout_part input[type=text]:hover, .cashout_part input[type=text]:focus {
  border: 4px solid #A6E3BF;
}
a.next_step {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 15px 0;
  background: url(/data/ico/dd_green.png) center bottom no-repeat;
  background-size: 20px;
  color: #00b455;
  font-weight: bold;
}

.dp_item {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.dp_item span {
  float: right;
  width: 93%;
  text-align: left;
  color: #909090;
}
.dp_item span:first-child {
  float: left;
  width: 5%;
}
.dp_item span:last-child {
  padding-top: 2px;
  color: black;
}
.dp_item span strong {
  color: black;
}

.cashout_rekap p {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.rekap_part p:first-child {
  width: 50%;
  float: left;
}
.rekap_part p:nth-child(2) {
  width: 50%;
  float: right;
}
.rekap_part p:last-child {
  width: 100%;
  float: left;
}
.rekap_part {
  float: left;
  width: 100%;
}
.cashout_rekap .cart_item table td:last-child {
  width: 25%;
}
.cashout_rekap .soucet {
  padding: 10px 0px 10px 0px;
  color: #909090;
  border-bottom: 1px solid rgb(232,232,232);
}
.cashout_rekap .soucet span {
  font-size: 120%;
  font-weight: bold;
  color: #00b455;
}
.send_btn {
  display: inline-block;
  float: none;
  width: 50%;
}

.voucher_info {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  color: #F75959;
  display: none;
  font-size: 80%;
}
.body_kosik_info {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #1b3d58;
  font-weight: 500;
  font-size: 75%;
  line-height: 170%;
}
.voucher_code {
  float: left;
  width: 50%;
  height: 32px;
  border: 1px solid #333333;
  background: white;
  box-sizing: border-box;
  border-radius: 3px 0 0 3px;
}
.voucher_activate {
  float: left;
  width: 20%;
  height: 32px;
  text-align: center;
  font-weight: normal;
  font-size: 80%;
  border: 1px solid #333333;
  background: #333333;
  color: white;
  box-sizing: border-box;
  cursor: pointer;
  padding-top: 2px;
  border-radius: 0px 3px 3px 0px;
}

.obj_title {
  float: left;
  width: 100%;
  margin-top: 25px;
  padding-top: 25px;
}
.obj_title h1 {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  color: #24272e;
  font-weight: 300;
}
.obj_title a {
  color: #87a3a1;
  font-weight: 300;
  display: inline-block;
  margin-top: 10px;
  margin-left: 25%;
}
.obj_process {
  float: left;
  width: 100%;
  height: 110px;
  margin-top: 45px;
  position: relative;
  margin-bottom: 10px;
}
.obj_process:before {
  content: "";
  width: 75%;
  background: #d2d2d2;
  height: 1px;
  bottom: 75%;
  display: block;
  left: 12.5%;
  position: absolute;
  z-index: 0;
}
.obj_process_part {
  float: left;
  width: 25%;
  height: 70px;
  text-align: center;
}
.obj_process_label {
  float: left;
  width: 100%;
  color: #5d6472;
  text-align: center;
  padding-top: 6px;
  font-size: 85%;
  text-transform: uppercase;
}
.obj_process_label a {
  text-decoration: none;
}
.obj_process_num {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 130%;
  border-radius: 50%;
  text-align: center;
  background: white;
  color: #717784;
  padding-top: 7px;
  box-sizing: border-box;
  border: 2px solid #d2d2d2;
  position: relative;
  z-index: 2;
}
.obj_active_num .obj_process_num {
  color: white;
  border-color: #1b3d58;
  background: #1b3d58;
}
.obj_active_num .obj_process_label {
  font-weight: bold;
}
.kosik_head {
  float: left;
  width: 96%;
  color: #24272e;
  background: #ececec;
  padding: 12px 2% 12px 2%;
  font-size: 90%;
  text-transform: uppercase;
}
.kosik_cell_1 {
  float: left;
  width: 40%;
}
.kosik_cell_1 span {
  font-size: 80%;
  opacity: 0.6;
}
.kosik_cell_1-4 {
  float: left;
  width: 80%;
}
.kosik_cell_1 img {
  display: inline-block;
  margin-right: 15px;
  width: 70px;
  height: 70px;
  object-fit:contain;
}
.kosik_cell_2 {
  float: left;
  width: 13%;
  text-align: center;
}
.kosik_cell_3 {
  float: left;
  width: 20%;
  text-align: center;
}
.kosik_cell_4 {
  float: left;
  width: 12%;
  text-align: center;
}
.kosik_cell_5 {
  float: right;
  width: 13%;
  text-align: right;
}
.kosik_cell_5_dp {
  float: right;
  width: 15%;
  text-align: right;
  //color: #e02121;
}

#obj_full_form .obj_form_head, #obj_full_form .obj_form_head .kosik_cell_1 {
  width: 100%;
  text-align: center;
}

.kosik_item, .dppl_item, .kosik_item_rekap {
  float: left;
  width: 96%;
  font-size: 90%;
  padding: 15px 2% 15px 2%;
  border-bottom: 1px solid #e4e4e4;
  transition: all 0.3s;
}
.kosik_item_rekap {
  border-top: 1px solid #e4e4e4;
  border-bottom: 0;
}
.dppl_btn {
  display: inline-block;
  padding: 0px 4px 0px 4px;
  background: #A6CC80;
  border: 2px solid #A6CC80;
  border-radius: 4px;
  color: white;
}
.dppl_item:hover .dppl_btn {
  background: white;
  color: #A6CC80;
}
.dppl_item {
  cursor: pointer;
}
.dppl_item:hover, .dppl_active {
  background: #D1E0E6;
}
.dppl_item:hover b, .dppl_active b {
  color: #003870;
}
.kosik_footer {
  float: left;
  width: 96%;
  padding: 15px 2% 15px 2%;
  border-bottom: 1px solid #e4e4e4;
  font-size: 120%;
  font-weight: 700;
}
.kosik_footer_info {
  float: left;
  width: 60%;
  padding: 15px 2% 15px 2%;
  font-weight: 300;
  font-size: 90%;
  color: #9c9c9c;
}
.kosik_footer_info img {
  display: inline-block;
  position: relative;
  top: 6px;
  margin-right: 12px;
}
.kosik_footer_info b {
  color: #333333;
}
.kosik_item .kosik_cell_2, .kosik_item .kosik_cell_5, .kosik_footer .kosik_cell_5 {
  //color: #e02121;
}
.kosik_item .kosik_cell_2, .kosik_item .kosik_cell_4, .kosik_item .kosik_cell_5 {
  padding-top: 25px;
}
.kosik_item .kosik_cell_3 {
  padding-top: 18px;
}
.kosik_next, a.kosik_send, .pay_btn {
  float: right;
  color: white;
  background: #A6CC80;
  font-size: 110%;
  font-weight: 400;
  text-align: center;
  padding: 12px 30px 12px 30px;
  margin-top: 25px;
  cursor: pointer;
  transition: all 0.3s;
  border: 3px solid #A6CC80;
  font-family: roboto;
  border-radius: 3px;
}
.kosik_next:hover {
  background: white;
  color: #A6CC80;
}
a.pay_btn {
  float: left;
  width: 70%;
  margin: 15px 0px 0px 15%;
  background: #1b3d58;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 150%;
  text-align: center;
  padding: 6px 0px 6px 0px;
  border-radius: 5px;
  transition: all 0.3s;
}
a.pay_btn:hover {
  background: #0DCC59;
}
img.pay_logos {
  float: left;
  width: 50%;
  margin: 15px 0px 0px 25%;
}
.pay_info {
  float: left;
  width: 100%;
}
.pay_info p {
  float: left;
  width: 100%;
}
a.kosik_send {
  background: #1AA640;
  color: white !important;
  text-decoration: none;
}
a.kosik_send:hover {
  background: #016ca4;
}
.dp_pl_box {
  float: right;
  width: 49.5%;
}
.dp_pl_box:nth-child(2) {
  float: left;
}
img.dp_ico {
  float: left;
  margin-right: 2%;
  width: 6rem;
  height: 6rem;
  object-fit:contain;
  border: 1px solid #e4e4e4;
  padding: 2px;
  background: white;
}
.dp_line {
  float: left;
  width: 65%;
}
.pl_part {
  float: left;
  width: 100%;
  opacity: 0.4;
}
.kosik_cell_rekap {
  float: left;
  width: 32%;
  margin-right: 1.32%;
}
.kosik_cell_rekap:last-child {
  margin-right: 0;
}
.kosik_full_rekap {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.obj_process_info {
  float: left;
  width: 100%;
  text-align: center;
  color: #D15959;
  background: #F7D9D9;
  padding: 1%;
  box-sizing: border-box;
  margin-top: 15px;
  border-radius: 4px;
}

.content_page, #f_forms, #d_forms {
  float: left;
  width: 100%;
}
#f_forms {
  position: relative;
}
#ajax_anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255,255,255,0.4) url(/data/work.gif) center center no-repeat;
  border-radius: 4px;
  display: none;
}
.obj_form_part {
  float: left;
  width: 40%;
  margin: 0px 0 0px 30%;
}
.obj_form_head {
  float: left;
  width: 100%;
  margin: 15px 0 10px 0;
  font-size: 120%;
}
.obj_form_part input, .obj_form_part textarea {
  float: left;
  width: 100%;
  font-family: roboto;
  font-size: 90%;
  background: white;
  border: 0;
  margin: 0px 0px 15px 0px;
  padding: 1% 0 1% 0;
  color: #737382;
  box-sizing: border-box;
}
.obj_form_part textarea {
  width: 100%;
  margin: 0px 0 10px 0px;
  padding: 1%;
}
.form-group {
  position:relative;
  float: left;
  width: 100%;  

  & + .form-group {
    margin-top: 30px;
  }
}
.form-label {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 16px;
  color: #B2B2B2;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.focused .form-label {
  transform: translateY(-125%);
  font-size: .75em;
}
.obj_form_part input, .obj_form_part textarea {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
  
  &:focus {
    box-shadow: 0 2px 0 0 blue;
  }
}
.obj_form_part input.filled:valid {
  box-shadow: 0 2px 0 0 lightgreen;
}
.obj_form_part input:focus:required:invalid {
  box-shadow: 0 2px 0 0 red;
}
.obj_form_part input:required:valid {
  box-shadow: 0 2px 0 0 lightgreen;
}
.street_line {
  margin-top: 15px;
}
.street_line .form-group:nth-child(1), .street_line .form-group:nth-child(3), #f_forms .form-group:nth-child(1) {
  width: 60%;
}
.street_line .form-group:nth-child(2), .street_line .form-group:nth-child(4), #f_forms .form-group:nth-child(2) {
  float: right;
  width: 30%;
}
a.load_ares_btn {
  float: left;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #1b3d58;
  border: 2px solid #1b3d58;
  background: white;
  padding: 4px 0 4px 0;
  border-radius: 4px;
  transition: all 0.3s;
  box-sizing: border-box;
  font-size: 90%;
  margin-top: 6px;
}
a.load_ares_btn:hover {
  color: white;
  background: #1b3d58;
}

.kosik_btns {
  display: inline-block;
  width: 90%;
  text-align: center;
}
.kosik_btns .cart_count {
  display: inline-block;
  font-size: 110%;
  height: 34px;
}
.kosik_btns .cart_del {
  display: inline-block;
  margin: 3px 0px 0px 10px;
}
.kosik_item input.kusy {
  float: left;
  width: 35%;
  height: 30px;
  font-size: 100%;
  font-family: roboto;
}
.kosik_item_ok, .kosik_item_del {
  float: left;
  height: 27px;
  width: 30%;
  padding: 5px 0px 0px 0px;
  font-family: roboto;
  cursor: pointer;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background: #f5f5f5;
  color: gray;
  font-weight: 400;
}
.kosik_item_ok:hover {
  color: green;
  background: white;
}
.kosik_item_del:hover {
  color: #e02121;
  background: white;
}

#full_basket_items {
  float: left;
  width: 100%;
  font-size: 110%;
  transition: all 0.5s;
  margin-bottom: 25px;
  position: relative;
}

p.perex {
  width: 100%;
  font-size: 140%;
  opacity: 0.75;
}
.blog_content {
  float: right;
  width: 70%;
}
.blog_content img {
  display: inline-block;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  padding: 1.5%;
  box-sizing: border-box;
  background: rgb(240,240,240);
}
.blog_content p {
  line-height: 26px;
}
img.blog_img {
  float: left;
  width: 26%;
  margin-top: 20px;
} 
a.blog_item {
  float: left;
  width: 22%;
  text-decoration: none;
  margin: 5px 3% 5px 0;
}
a.blog_item strong {
  float: left;
  width: 100%;
  height: 55px;
  text-decoration: none;
  color: #008dd1;
  font-weight: normal;
  font-size: 105%;
}
a.blog_item p {
  float: left;
  width: 100%;
  height: 120px;
  margin: 0;
}
a.blog_item:hover strong {
  text-decoration: underline;
}
a.blog_item img {
  float: left;
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  margin: 5px 0px 5px 0px;
}

#goTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 98;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: rotate(180deg);
  background: #1b3d58 url(/data/ico/dd_white.png) center center no-repeat;
  background-size: 50%;
  width: 50px;
  height: 50px;
  opacity: 0.7;
}
#goTopBtn:hover {
  opacity: 1;
}

.left_shop {
  float: left;
  width: 22%;
}

.swiper-container {
  overflow: hidden;
}
