html {
  background-color: white;
}

body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Open Sans';
  color: #333333;
  color: #000;
  background-color: #252525;
}

* {
  font-family: 'Open Sans';

}

.clear {
  clear: both;
  width: 0px;
  height: 0px;
  line-height: 0px;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.mobi {
  display: none;
}

.nemobi {
  display: block;
}

.top_container {
  width: 100%;
  display: block;
  background-color: #313131;
  background-color: #fff;
}

.top_container.no-homepage {
  border-bottom: 1px solid #000;
}

.top-container-bg {
  width: 100%;
  height: 10px;
  background: url('/images/header-bg.png') #313131 repeat-y;
  background-size: cover;
}

#hamburger {
  display: none;
}

#header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 134px;
  display: block;
  position: relative;
}

#logo {
  float: left;
   margin-top: 45px;
}

#logo a {
  border: 0px;
  text-decoration: none;
}

#logo a img {
  border: 0px;
  text-decoration: none;
  height: 38px;
}

#crumbs {
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
  display: block;
}

#crumbs ul {
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
  margin-top: 10px;
  display: block
}

#crumbs li {
  list-style-type: none;
  float: left;
  padding-left: 16px;
}

#crumbs ul li a {
  color: #c7c7c7;

  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#slider {
  width: 100%;
  height: 400px;
  height: 299px;
  /*background: url('/images/slider-bg.jpg') no-repeat;*/
  background-color: #009de0;
  background-size: cover;
}

.slide {
  width: 1200px;
  height: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#slider-text {
  color: #fff;
}

#slider-text-title {
  position: absolute;
  width: 630px;
  height: 265px;
  margin: 50px 0px 0px 0px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  padding: 0px;
}

#slider-text-text {
  position: absolute;
  width: 650px;
  height: 135px;
  margin: 162px 0 0 0;
  font-size: 30px;
  line-height: 24px;
  text-align: justify;
  font-weight: 600;
}

#slider-text-href {
  position: absolute;
  display: none;
}

#slider-text-href a {
  display: block;
  width: 300px;
  height: 43px;
  margin-top: 474px;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
  color: #fff;
}

#hp-slider-macbook {
  position: absolute;
  display: block;
  background: url('/images/devices.png') no-repeat;
  background-size: contain;
  width: 423px;
  height: 236px;
  margin-top: 40px;
  margin-left: calc(700px);
}

/*
#hp-slider-macbook {
  position: absolute;
  display: block;
  background: url('/images/hp-slider-macbook.png') no-repeat;
  background-size: contain;
  width: calc(740px * 0.7);
  height: calc(428px * 0.7);
  margin-top: -428px;
  margin-left: 630px;
  transition: all 1.0s;
}

#hp-slider-macbook.visible {
  margin-top: 45px;
  display: block;
  transition: all 1.0s;
}

#hp-slider-ipad {
  position: absolute;
  display: block;
  background: url('/images/hp-slider-ipad.png') no-repeat;
  background-size: contain;
  width: calc(419px * 0.7);
  height: calc(301px * 0.7);
  margin-top: 170px;
  margin-left: -400px;
  transition: all 1.3s;
}

#hp-slider-ipad.visible {
  margin-left: 770px;
  display: block;
  transition: all 1.3s;
}

#hp-slider-iphone {
  position: absolute;
  display: block;
  background: url('/images/hp-slider-iphone.png') no-repeat;
  background-size: contain;
  width: calc(208px * 0.7);
  height: calc(358px * 0.7);
  margin-top: 135px;
  margin-left: calc(100% + 208px);
  transition: all 1.2s;
}

#hp-slider-iphone.visible {
  margin-left: 928px;
  transition: all 1.2s;
}
*/
.hp {
  padding-top: 10px;
}

.hp h2 {
  margin-top: 0px;
}

#right-menu {
  right: 0px;
  float: right;
  margin-top: 19px;
}

#right-menu ul {
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
  display: block;
}

#right-menu li {
  list-style-type: none;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

#right-menu li.first {
  padding-left: 0px;
  padding-right: 15px;
}

#right-menu li.last {
  padding-left: 15px;
  padding-right: 0px;
}

#right-menu ul li a {
  color: #c7c7c7;
  color: #222221;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  transition: all 0.5s;
}

#right-menu ul li a.strong {
  font-weight: 600;
}

#right-menu ul li a:hover {
  color: #fff;
  color: #009de0;
  transition: all 0.5s;
}

#page-container {
  width: 100%;
  display: inline-block;
}

#page-container {
  background-color: #efefef;
  background-color: #fff;
}

#page-container.homepage {
  background-color: transparent;
  background-color: #fff;
}

#page {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

#batch-message {
  width: 100%;
  text-align: center;
  background-color: #000;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}

.disabled {
  cursor: default;
}

.disabled img {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.container {
  width: 100%;
  min-height: 350px;
}

.c-d9d9d9 {
  background-color: #d9d9d9;
  background-color: #a7e08a;
}

.c-efefef {
  background-color: #efefef;
  background-color: #fff;
}

.c-2d2d2d {
  background-color: #2d2d2d;
}

.c-2d2d2d.hp {
  color: #fff;
  background-color: #e39f29;
}

.c-ffffff {
  background-color: #fff;
}

.left {
  float: left;
}

.right {
  float: right;
}

.w50prcnt {
  width: 50%;
}

.border-bottom {
  border-bottom: 1px solid #6e6e6e;
  padding-bottom: 9px;
}

.border-top {
  border-top: 1px solid #6e6e6e;
}

.pad-top-32px {
  padding-top: 32px;
}

.pad-bot-10px {
  padding-bottom: 10px;
}

.flex {
  display: flex;
}

.container-inpage {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.white {
  color: #fff;
}

#page-leftmenu {
  width: 100%;
  float: left;
}

ul#products {
  margin: 0px -10px 0px -10px;
  width: 1220px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px;
}

ul#products li {
  list-style-type: none;
  margin: 0px 10px 0px 10px;
  width: calc((100% - 80px) / 4);
  padding-left: 0px;
  float: left;
  background-color: #fff;
  position: relative;
  line-height: 0px;
}

ul#products li a {
  color: #000;
  font-size: 24px;
  font-size: 18px;
  font-weight: bold;
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding-left: 0px;
  width: 100%;
/*  text-shadow: 0px 0px 15px #000; */
}

ul#products li a img {
  width: 100%;
}

ul#products li a:hover {
  background-color: #ec008c;
  background-color: #139dcd;
  color: #fff;
  color: #009de0;
}

ul#products li a.disabled:hover {
  background-color: white;
  color: #9a9a9a;
}

ul#products li a.disabled {
  background-color: white;
  color: #9a9a9a;
}

ul#products li a .product-name {
  position: absolute;
  width: calc(100% - 30px);
  width: 100%;
  left: 15px;
  left: 0px;
  top: 15px;
  top: 28px;
  line-height: 30px;
  text-align: center;
}

.product-image {
  position: relative;
}

.white-layer {
  position: absolute;
  background-color: rgba(255,255,255,0.5);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
}

#page-middle {
  width: 900px;
  float: right;
  margin-left: 40px;
}

#page-middle h2 {
  width: 100%;
  border-bottom: 2px solid #dedede;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 5px;
}

#product-page-left {
  width: 300px;
  float: left;
  font-size: 14px;
}

#product-page-left img {
  width: 300px;
}

#product-page-left h2 {
  font-size: 14px;
  font-weight: normal;
  text-align: justify;
}

#product-page-left p {
  text-align: justify;
}

#product-page-center {
  width: 410px;
  float: left;
  padding: 20px
}

#product-page-right {
  width: 410px;
  float: left;
  padding: 20px;
  background-color: #c7c7c7;
  background-color: #b8df8e;
  position: relative;
}

#legenda {
  width: calc(100% - 10px);
  text-align: right;
  font-size: 14px;
  margin-bottom: 35px;
}

.adresy-addnew {
  margin-left: 500px;
  margin-bottom: 20px;
}

.adresy-addnew a {
  color: #fff;
  width: 175px;
  height: 45px;
  display: block;
  background-color: #139dcd;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
}

.adresa-container {
  border-bottom: 2px solid #dedede;
  padding-bottom: 15px;
  display: block;
  margin-top: 20px;
}

.container-inpage .adresa {
  width: 100%;
  margin-bottom: 20px;
  float: none;
  display: inline-block;
}

.addresses input[type=radio], .addresses input[type=checkbox] {
	display: none;
}

.addresses input[type="radio"] + label span, .addresses input[type="checkbox"] + label span {
  float: left;
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/images/checkbox.png') -20px 0px no-repeat;
}

.addresses input[type="radio"]:checked + label span, .addresses input[type="checkbox"]:checked + label span {
  background: url('/images/checkbox.png') 0px 0px no-repeat;
}

.addresses .fakturacni-adresa label {
  font-size: 14px;
}

.addresses h2 {
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 28px;
}

.addresses .addresses-left h2, .addresses .addresses-center h2 {
  margin-bottom: 32px;
}

.addresses-left {
  width: 100%;
}

.addresses .addresses-left div {
  width: 100%;
  margin-top: 35px;
  line-height: 20px;
}

.addresses .addresses-left span {
  margin-top: 2px;
}

.addresses .adresa div {
  width: calc(100% - 30px);
}

.adresa #new-address label, .prihlaseni #new-address label, .reset-hesla #new-address label {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.adresa #new-address input {
  display: block;
  width: calc(100% - 22px);
  border: 1px solid #686868;
  border-radius: 2px;
  background-color: transparent;
  height: 34px;
  margin-bottom: 14px;
}

.prihlaseni #new-address input, .reset-hesla #new-address input {
  display: block;
  width: calc(100% - 24px);
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #686868;
  border-radius: 2px;
  background-color: white;
  height: 34px;
  margin-bottom: 14px;
}

.cover input[type='number'] {
  display: block;
  width: calc(100% - 12px);
  border: 1px solid #686868;
  border-radius: 2px;
  background-color: white;
  height: 34px;
  margin-bottom: 14px;
  padding-left: 8px;
  font-size: 14px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.cover input[type=number]::-webkit-inner-spin-button,
.cover input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='text'], input[type='email'], input[type='password'] {
  display: block;
  width: calc(100% - 22px);
  border: 1px solid #686868;
  border-radius: 2px;
/*  background-color: transparent; */
  height: 34px;
  margin-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-inpage .adresa div {
  float: left;
}

.adresa-vychozi {
  border: 1px solid #139dcd;
  width: 90px;
  border-radius: 5px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  margin-top: 15px;
  font-size: 14px;
  background-color: #139dcd;
  color: #fff;
}

.adresa-vychozi a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}

.adresa-vychozi a:hover {
  text-decoration: underline;
}

#page-middle form input {
  width: 300px;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

#page-middle form button {
  width: 100%;
  height: 35px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #139dcd;
  cursor: pointer;
  margin-top: 5px;
  border: 0px;
  font-size: 14px;
}

#page-middle table {
}

#page-middle td {
  padding-right: 30px;
}

#page-middle table {
}

.adresa-menu {
  float: right;
  width: 400px;
}

#page-middle .adresa-menu button {

  width: 175px;
  border: 0px;
  height: 35px;
  margin-top: 0px;
  margin-bottom: 5px;
  background-color: #dedede;
  cursor: pointer;
  font-size: 13.3px;

}

.adresa-menu button :hover {
  border: 3px #139dcd;
  height: 35px;
  margin-bottom: 5px;
  background-color: #dedede;
  cursor: pointer;
}

#footer {
/*  min-height: 250px; */
  background-color: #252525;
  color: #fff;
  font-size: 14px;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer-wrapper {
  width: 1200px;
  margin: 40px auto 50px auto;
  background-color: #252525;
  display: flex;
  justify-content: space-between;
}

.footer-left, .footer-center, .footer-right {
  float: left;
  width: calc(100% / 3);
}

.footer-center {
/*  padding-top: 12px; */
/*  margin-left: 220px; */
/*  margin-right: 70px; */
}

.footer-center-container {
  width: 178px;
  margin-left: auto;
  margin-right: auto;
}

.footer-right {
/* width: 435px; */
}

.footer-right-container {
  width: auto;
  float: right;
}

.footer-logo img {
  margin-top: 9px;
  margin-bottom: 10px;
  width: 300px;
}

.footerHeader {
  font-weight: bold;
  color: #009de0;
}

#footer-products {
  margin: 0px;
  padding: 0px;
}

#footer-products li {
  list-style-type: none;
}

#footer-products a.disabled {
  color: #9a9a9a;
}

.contact-ico {
  width: 43px;
  height: 45px;
  margin-top: -3px;
  margin-bottom: 10px;
  display: block;
  background: url('/images/contact-ico.png') no-repeat;
}

#footer-map {
  width: 100%;
  height: 200px;
  background: url('/images/footer-mapa.jpg') #fff no-repeat;
  background-size: cover;
  background-position: center;
}

#crumbs {
  font-size: 12px;
  color: #efefef;
  color: #000;
  position: absolute;
  display: flex;
  height: 24px;
  margin-top: 18px;
}

#crumbs a {
  color: #efefef;
  color: #000;
  text-decoration: none;
}

#crumbs h1, #crumbs h2 {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

#crumbs h2 {
  font-weight: 400;
}

#crumbs div {
  align-self: baseline;
}

#crumbs .crumbs-gap {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-size: 14px;
}

#cart {
  width: 360px;
  width: 450px;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #000;
  color: #fff;
}

#cart a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

#cart-ico {
  width: 46px;
  height: 53px;
  background: url("/images/kosik-ico.png") no-repeat;
  background-size: contain;
  float: left;
  margin-left: 17px;
  margin-top: 11px;
  display: block;

}

#cart-pieces {
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-left: 22px;
  margin-top: 29px;
  font-weight: 600;
  font-size: 15px;
}

#cart-text {
  float: left;
  font-size: 14px;
  margin-top: 16px;
  margin-left: 16px;
}

#cart-price, #cart-currency {
  float: right;
  margin-top: 16px;
  margin-right: 22px;
  font-size: 24px;
  font-size: 28px;
  font-weight: 600;
  color: white;
}

#cart-price {
  color: #78ae40;
  margin-right: 8px;
}

#product-title {
  width: 100%;
  border-bottom: 2px solid #ccc;
}

#product-title h1 {

  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

#product-configuration {
  width: 910px;
  margin-left: 20px;
  margin-top: 20px;
  float: left;
}

#product-configuration input[type='radio'] {
  border: 1px solid blue;
  width: 0px;
  height: 0px;
  margin: 0px;
}

.test-label {
  width: auto;
  height: 30px;
  line-height: 30px;
  border: 1px solid #139dcd;
  border-radius: 3px;
  padding: 0px 10px;
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.test-label:hover {
  border: 2px solid #139dcd;
  padding: 0px 9px;
  height: 28px;
  line-height: 28px;
}

.test-radio:checked + .test-label {
  color: #fff;
  background-color: #139dcd;
}

#product-image {
  width: 310px;
  float: left;
  /* background-color: #eee; */
  margin-top: 20px;
  min-height: 150px;
}

#product-image img {
  width: 310px;
  height: auto;
}

input[type="text"] {
/*  width: 100px;*/
/*  height: 25px; */
/*  line-height: 25px; */
  padding-left: 10px;
  padding-right: 10px;
/*  font-size: 14px; */

}

button#recount, div#recount2 {
  border: none;
  width: 100%;
/*  border-radius: 2px; */
  text-align: center;
  margin-top: 15px;
  font-size: 27px;
  font-size: 18px;
  font-weight: 400;
  font-weight: 600;
  background-color: #61994d;
  background-color: #78ae3f;
  color: #fff;
  height: 57px;
  line-height: 57px;
  display: block;
  float: left;
  margin-right: 20px;
  cursor: pointer;
  text-transform: uppercase;
}

div#recount2.disabled {
  background-color: #313131;
  background-color: #000;
  font-size: 17px;
  height: auto;
  cursor: auto;
  text-transform: none;
  font-weight: 400;
}

div#recount2.disabled div {
  margin-top: 0px;
  display: flex;
  justify-content: space-around;
}

div#recount2.disabled a {
  color: #fff;
  font-weight: bold;
  font-weight: normal;
  text-decoration: none;
  display: block;
  width: 50%;
  border-top: 2px solid #b8df8e;
  text-transform: uppercase;
  font-weight: 600;
}

div#recount2.disabled a:hover {
  text-decoration: underline;
}

div#recount2.disabled a.recountRightB {
  border-left: 1px solid #b8df8e;
  background-color: #57b030;
}

div#recount2.disabled a.recountLeftB {
  border-right: 1px solid #b8df8e;
  background-color: #009ee3;
}

#counter {
  margin-top: 0px;
}

#counter hr {
  height: 2px;
  color: #939393;
  background-color: #939393;
  border: 0px solid #939393;
  margin-top: 12px;
}

.product-price-title {
  font-size: 27px;
  margin-top: -10px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.product-price-left {
  font-size: 14px;
  float: left;
  margin-top: 19px;
}

.product-price-right {
  float: right;
  font-size: 27px;
  margin-top: 4px;
}

#counter-overview {
  font-size: 14px;
  margin-top: 15px;
}

.cover {
  border: 0px solid #eee;
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 16px;
  display: block;
  padding-bottom: 0px;
}

.cover h4 {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: normal;
}

.h4cover, .cover .h4cover {
  width: 410px;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  font-size: 28px;
  margin-top: -10px;
}

select {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #5f5f5f;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('/images/select-arrow.png') #fff no-repeat;
  background-position: calc(100% - 10px) 50%;
  font-size: 14px;
  padding-left: 8px;
}

option {
  height: 36px;
}



#product-configuration {
  padding-bottom: 50px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

#page table tr td {
  border-bottom: 0px solid #aaa;
  height: 25px;
  padding-top: 9px;
}

td, th {
  padding-right: 15px;
  font-size: 14px;
  padding-top: 9px;
}

td:last-child, th:last-child {
  padding-right: 0px;
}

td.left, th.left {
  text-align: left;
  vertical-align: top;
  float: none;
}

td.center, th.center {
  text-align: center;
  vertical-align: top;
}

td.right, th.right {
  text-align: right;
  vertical-align: top;
  float: none;
}

a.delete_icon {
  text-decoration: none;
  color: black;
}

.unibutton {
  border: none;
  width: 250px;
/*  border-radius: 3px; */
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  background-color: #139dcd;
  color: #fff;
  min-height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  text-decoration: none;
  margin-bottom: 15px;

}

.unibutton a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}

.new-unibutton {
  display: block;
  width: 224px;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 0px;
  border: none;
/*  border-radius: 2px; */
  border-radius: 0px;
  text-align: center;
  height: 43px;
  line-height: 43px;
/*  font-size: 16px; */
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 0.15s;
  cursor: pointer;
  text-transform: uppercase;
}

.new-unibutton.red {
  background-color: #c00e1a;
  background-color: #e30614;
}

.new-unibutton.green {
  background-color: #61994d;
  background-color: #57b030;
}

.new-unibutton:hover {
  transition: all 0.15s;
  font-weight: 700;
}

.button-delete {
  margin-top: 0px;
/*  border-radius: 0px 0px 3px 3px; */
}

.choosebutton {
  border: none;
  width: 80px;
  min-height: 25px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  background-color: #139dcd;
  color: #fff;
  display: inline-table;
  text-decoration: none;
}

.filedelete {
  text-decoration: none;
}

.fileupload {
  text-decoration: none;
  color: green;
  font-size: 20px;
}

.tdfileupload {
  font-size: 12px;
  line-height: 18px;
}

.hidden {
  display: none;
}

.message-container, .error-container {
  position: absolute;
  z-index: 9999;
  display: table;
  width: 500px;
  height: 250px;
  left: calc(50% - 250px);
/*  background-color: #4099cb; */
  background-color: #009de0;
  background-color: #57b030;
  color: white;
  position: fixed;
  top: calc(50% - 140px);
  box-shadow: 1px 1px 15px black;
}

.error-container {
  background-color: #c00c18;
  cursor: pointer;
}

.message-container .message, .error-container .error {
  display: table-cell;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

.error-close {
  background: url('/images/close.png') no-repeat;
  position: absolute;
  width: 25px;
  height: 25px;
  text-align: center;
  right: 10px;
  top: 10px;
  color: white;
  border-radius: 5px;
  display: block;
}

#ajax {
  position: absolute;
  background-color: silver;
}

.cart img {
  margin-top: 2px;
  width: 15px;
}

.overview-container {
  width: 100%;
  background-color: #c7c7c7;
  background-color: #57b030;
  background-color: #b8df8e;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 8px;
  margin-bottom: 13px;
}

.overview-left {
  float: left;
  width: 200px;
  margin-left: 850px;
}

.overview-right {
  float: right;
  text-align: right;
  width: 150px;
}

.overview-text {
  line-height: 32px;
  font-size: 18px;
}

.overview-price {
  text-align: right;
  font-weight: 700;
  font-size: 18px;
  margin-right: 10px;
  line-height: 32px;
}

.total-payment {
  border: 1px solid #000;
  background-color: #efefef;
  border-radius: 5px;
  padding: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 600px;
  margin-bottom: 50px;
}

.payments-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.payment {
  border: 1px solid #000;
  background-color: #efefef;
  border-radius: 5px;
  float: left;
  padding: 15px;
  margin-right: 15px;
}

.payment a {
  display: block;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #000;
  background-color: #139dcd;
  text-decoration: none;
  margin-top: 15px;
  padding: 2px 0px;
}

.payment a:hover {
  border: 2px solid #000;
  padding: 1px 0px;
  color: #000;
}

#login {
  margin: 30px 0px;
}

#orderSpeedForm {
  margin-top: 40px;
}

.carrier {
  margin-top: 40px;
}

.carrier div, .addresses div  {
  width: calc(100% / 3);
}

.carrier div div {
  width: 100%;
  margin-bottom: 10px;
}

.carrier textarea {
  width: calc(100% - 20px);
  height: 150px;
}

.w478px {
  width: 478px;
}

#user-page-middle {
  width: calc((100% / 3) - 30px);
  margin-right: 30px;
}

.provedene-objednavky #user-page-middle, .zmena-hesla #user-page-middle {
  width: calc(((100% / 3) * 2) - 00px);
  margin-right: 0px;
}

.user-address-container {
  background-color: #d9d9d9;
  width: 100%;
  padding: 5px 0px;
}

.addresses .adresa .user-address {
  width: calc(100% - 25px);
  padding-left: 5px;
  float: left;
}

.addresses .adresa .user-address-delete {
  width: 15px;
  float: left;
}

.user-address-delete a {
  background: url('/images/delete-ico.png') no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
}

#user-page-left li {
  list-style-type: none;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

#user-page-left li a {
  text-decoration: none;
  color: #333333;
  color: #000;
  transition: all 0.2s;
}

#user-page-left li a:hover {
  font-weight: 700;
  transition: all 0.2s;
}

.polozky {
  display: none;
}

h4.h4-blok {
  font-weight: normal;
}

.fakturacni-adresy .fakturacni-adresy,
.dodaci-adresy .dodaci-adresy,
.provedene-objednavky .provedene-objednavky,
.zmena-hesla .zmena-hesla {
  font-weight: 700;
}

.infobox-switch {
  cursor: pointer;
}

.infobox-container {
  width: 100%;
  height: 0px;
  background-color: rgba(0,0,0,0.0);
  position: absolute;
  top: 50%;
  left: 0;
  position: fixed;
  z-index: 999;
  transition: all 1.0s;
}

.infobox-container.visible {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0,0,0,0.0);
  transition: all 1.0s;
}

.infobox {
  display: block;
  width: calc(100% - 20%);
  height: 0px;
  margin: 10%;
  color: transparent;
  overflow-x: auto;
  box-shadow: 1px 1px 100px rgba(255,255,255,0);
  top: 0;
  left: 0;
  padding: 0px;
  border: 0px solid #313131;
  border-radius: 5px;
  background-color: rgba(217,217,217,0);
  display: block;
  background-color: rgba(217,217,217,1);
  transition: all 0.70s;
}

.visible .infobox {
  height: calc(80% - 20%);
  padding: 10px;
  display: block;
  background-color: rgba(217,217,217,1);
  color: #333333;
  color: #000;
  transition: all 0.70s;
}

.infobox-switch span {
  color: blue;
}

.infobox-switch:hover span {
  font-weight: bold;
}

#regForm {
  position: relative;
}

#terms {
  display: block;
  position: absolute;
  right: 0px;
  z-index: -10;
}

.crumbs-products {
  font-size: 14px;
}

.finish-payment {
  margin-top: -43px;
  margin-bottom: 43px;
}

.note {
  font-size: 12px;
  margin-top: -8px;
}

table.text {
  width: auto;
  margin-bottom: 30px;
}

table.text th {
  text-align: left;
}

#upload-close {
  padding: 10px 30px;
  width: 250px;
  font-family: 'Open Sans';
  background-color: #007a96;
  background-image: -webkit-linear-gradient(top, #373a3d, #313437);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 100px auto 20px;
  display: block;
  text-align: center;
}

.payment-wo-vat {
  float: left;
}

.payment-w-vat {
  float: left;
}

.payment-price {
  float: right;
  margin-bottom: 15px;
  font-weight: 600;
}

.payment-btn {
  margin: 15px auto 0px;;
}
