.olymplogo {
  background: url("../images/logo-olymp.png") no-repeat;
  background-size: 100%;
  width: 3cm;
  height: 2cm;
  position: absolute;
  top: 196px;
  display: none;
}

.business-card-preview {
  border: 1px solid #003781 !important;
  padding: 10px !important;
  font-size: 12px !important;
  color: black !important;
  padding-bottom: 20px !important;
}

.product-left {
  width: 100%;
  padding: 0 30px 0 0;
}

.product-slider .flexslider .slides > li img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.product-left .product-slider {
  width: 100%;
  margin: 0 0 30px 0;
}

.product-details .product-name {
  width: 100%;
  font-family: "AllianzNeo-SemiBold" !important;
  font-size: 26px;
  color: #023f84;
  line-height: 1;
  margin: 0 0 20px 0;
}

.product-details .product-manage .product-price {
  width: 180px;
  font-family: "AllianzNeo-SemiBold" !important;
  font-size: 25px;
  color: #023f84;
  line-height: 1;
  padding-top: 25px;
}

.product-description {
  font-size: 18px;
}

.wcpa_form_item.wcpa_type_header {
  padding-top: 70px;
}

.business-card-preview .logo {
  display: block;
  width: 100px;
  height: 40px;
  background: url("../images/logo.png") no-repeat center top;
  background-size: contain;
  margin-top: 40px;
  margin-bottom: 20px;
}

.business-card-preview .frm-variationForm-jmeno {
  padding-top: 100px;
  font-size: 16px;
  font-weight: bold;
}

.business-card-preview .job, .business-card-preview .company, .business-card-preview .address, .business-card-preview .branch-title, .business-card-preview .job-title, .business-card-preview .branch-title-en {
  font-weight: bold;
}

.business-card-preview.page2 {
  margin-top: 40px;
}

.business-card-preview.page2 .branch-title {
  padding-top: 100px;
}

.business-card-preview.business-card-en {
  margin-top: 40px;
}

.business-card-preview .address {
  padding-top: 25px;
}

.notebook-preview .logo {
  background: transparent;
}

.notebook-preview {
  background: url("https://www.allianzshop.cz/wp-content/themes/allianzshop.cz/images/notebook-template.png") no-repeat center top;
  background-size: contain;
  height: 680px;
}

.notebook-preview .col {
  padding-top: 470px;
  font-size: 7px;
  color: #023f84;
}

.notebook-preview .name {
  font-size: 10px;
}

.list-preview {
  background: url("https://www.allianzshop.cz/wp-content/themes/allianzshop.cz/images/list-template.jpg") no-repeat center top;
  background-size: contain;
  height: 680px;
}

.business-card-preview {
  position: relative;
}

.form-input-item {
  box-sizing: border-box;
  margin: 0 0 1.5em 0;
  padding-left: 5px;
  padding-right: 5px;
  display: grid;
}
.form-input-item .required_ast {
  color: red;
}
.form-input-item .select {
  position: relative;
  box-sizing: border-box;
}
.form-input-item .select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  line-height: 25px;
  padding: 5px 15px;
  outline: 0;
  border-radius: 0;
  border: 1px solid #aaa;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-input-item .select .select_arrow {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #aaa transparent transparent transparent;
}
.form-input-item label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  display: inline-block;
  padding-right: 0.5em;
  color: #6d6d6d;
  font-size: 18px;
  line-height: 1.42857143;
}
.form-input-item input {
  width: 100%;
  line-height: 25px;
  padding: 5px 15px;
  border: 1px solid #aaa;
  background: #fff;
  box-shadow: none;
  outline: 0;
  box-sizing: border-box;
  color: #43454b;
  outline: none !important;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

.product-title h1 span {
  font-family: "AllianzNeo-Light";
  font-size: 25px;
  display: inline-block;
  vertical-align: top;
  padding: 2px 0 0 0;
}

.product-title h1 {
  font-family: "AllianzNeo-SemiBold";
  font-size: 32px;
  color: #023f84;
  margin: 0 0 35px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
}

.product-details {
  width: 100%;
  margin: 0 0 30px 0;
}

.product-block {
  width: 100%;
  padding: 0 0 60px 0;
}

.form-input-item.cust-checkbox label {
  position: relative;
  padding-left: 0;
  margin-left: 0;
  z-index: 9;
  line-height: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block !important;
}
.form-input-item.cust-checkbox label input {
  display: inline-block;
  position: relative;
  border: 2px solid #aaa;
  height: 15px;
  width: 15px;
  vertical-align: baseline;
  box-sizing: border-box;
  margin-bottom: -2px;
  margin-right: 5px;
  border-radius: 3px;
}

/** Add to cart*/
.product-details .add-to-cart {
  width: 250px;
  float: left;
  margin: 2px 0 0 0;
}
.product-details .add-to-cart input {
  width: 100%;
  display: block;
  font-size: 22px;
  color: #023f84;
  line-height: 1;
  background: none;
  border: 1px solid #023f84;
  border-radius: 0px;
  padding: 5px 15px;
}
.product-details .add-to-cart input:hover {
  color: #FFF;
  background: #023f84;
}

.product-details .manage-select {
  width: 180px;
  float: left;
  margin: 2px 0 0 30px;
}
.product-details .manage-select .quantity .qty {
  width: 4.235801032em;
  text-align: center;
}

.flex-direction-nav {
  display: none !important;
}

.product-title {
  padding-top: 60px;
}/*# sourceMappingURL=vizitky.css.map */