https://wurm-ex.cz/wp-admin/admin.php?page=cptui_manage_post_types.uk-input, .uk-select:not([multiple]):not([size]), .woocommerce #review_form #respond input[type="email"], .woocommerce #review_form #respond input[type="text"], .woocommerce form .form-row select:not([multiple]):not([size]), .woocommerce input.input-text, .woocommerce select:not([multiple]):not([size]), .woocommerce-page #review_form #respond input[type="email"], .woocommerce-page #review_form #respond input[type="text"], .woocommerce-page form .form-row select:not([multiple]):not([size]), .woocommerce-page input.input-text, .woocommerce-page select:not([multiple]):not([size])
{
  border: 1px solid #404040;
}

.text-center {
  text-align: center;
}

.List-noSpacing p {
  margin-bottom: 0;
}
.Slozeni-grid .el-content {
  font-size: 13px;
}
.Slozeni-grid .el-title {
  font-weight: 400;
}
.Heading-weight,
h2,
.uk-h2 {
  font-weight: 600;
}

h3.el-title {
  font-size: 18px;
  font-weight: 400;
}
.content-13,
.content-13 p,
.el-content,
.el-content p {
  font-size: 15px;
}
.font-300,
.font-300 * {
  font-weight: 300 !important;
}
.font-600,
.font-600 h1
.font-600 h2 {
  font-weight: 600 !important;
}
.font-400,
.font-400 h1
.font-400 h2 {
  font-weight: 400 !important;
}

.Diff-h3 h3.el-title {
  font-size: 25px;
}

.Home-icons .el-image {
  height: 100px;
}

.Home-icons .el-title {
  font-size: 25px;
  font-weight: 400;
}
.pt-1 {
  padding-top: 1em;
}
.pt-2 {
  padding-top: 2em;
}
.Proc-si .el-image {
  width: 100px;
}

.Proc-si .el-title {
  font-size: 19px;
font-weight: 400;
}

.Proc-si .el-item .uk-first-column {
  text-align: right;
}

.Product-section .el-image {
  height: 230px;
}

#orderModalButton.uk-button {
  background-color: #32cd32;
  color: #fff;
}
#orderModalButton.uk-button:hover {
  background-color: #269c26;
  color: #fff;
}
#orderModalButton:disabled:hover {
cursor: not-allowed;
}
/** Order form */
.acfe-form .acf-field .acf-label label {
  font-weight: 300 !important;
  font-size: 14px;
}
.acf-input {
  position: relative;
}
.acf-form-submit button.uk-button {
  background-color: #32cd32
}
.acf-form-submit button.uk-button:hover {
  background-color: #269c26
}
.order-form-error {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: auto;
  background-color: red;
  color: #fff;
  padding: .2em .6em;
}
.order-form-error p {
  margin: 0;
  font-size: 13px;
}
.acf-form.is-invalid > .acf-notice {
  display: none;
}
.order-info {
  margin-bottom: 1.2em;
}
.order-info p {
  display: none;
  margin: 0;
}

.total-price {
  font-weight: 400;
  font-size: 120%;
}
.totalOrderPrice {
  font-weight: 600;
}
.uk-legend {
  font-weight: 600;
  font-size:  18px;
  color: rgb(41,41,41);
}
.uk-fieldset {
  background-color: #fafafa;
  padding: 1.1em;
  margin-bottom: 1.5em;
}

.uk-legend + .acf-field.uk-margin {
  margin-top: 0 !important;
}

textarea.uk-input {
  height: 120px;
}

.product-price {
  font-weight: 400;
  color: rgb(41,41,41);
}

.product-table .uk-h4 {
  margin-bottom: .2em;
}

.hidden-input {
  height: 0;
  opacity: 0;
}

label[for="acf-field_5e8eba14d281c"] {
  display: none;
}

.acf-field-5e8eba14d281c .uk-input {
  border: none;
  height: auto;
}

.acf-field-5e8eba14d281c .uk-input:not(input) {
  line-height: 1.4;
}
.acf-checkbox-list li {
  list-style: none;
}

.by-element {
  color: #00975f;
  display: inline-block;
  vertical-align: bottom;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 2px;
  margin-right: -5px;
}

.flex-row {
   display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.flex-row-middle {
   display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/** ORDER STYLES */
.Order-button-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.Order-button-group input {
  max-width: 60px;
  text-align: center;
}

.Order-products-table td {
  vertical-align: middle;
}

.Order-summary-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Order-summary-table {
  max-width: 250px;
  text-align: left;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 0;
}

.Order-summary-table td {
  padding: 8px 4px;
  vertical-align: middle;
}

.Order-shipping-box {
 display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .7em 1em;
  max-width: 250px;
  margin-right: 20px;
  border: 1px solid #696969;
}
.Order-shipping-box img {
  width: 80px;
  margin-right: 15px;
}
.Order-shipping-box p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.Coupon-button {
  margin-left: 8px;
  padding: 0 15px;
}

.uk-button-success {
  background-color: #0f295c;
  color: #ffffff;
}

.uk-button-success:hover {
  background-color: #269c26;
  color: #ffffff;
}

.Small-cart-item img {
  min-width: 56px;
  max-width: 56px;
  margin-right: 6px;
}
.Small-cart-item {
  padding-bottom: 1.8em;
}

.Small-cart-item p {
  margin: 0 0 .6em;
}

.Small-cart-item .product_price {
  font-weight: 600;
}

.Product__tags-wrap {
  margin: .4em 0 0;
}

.Product__tags-item {
  display: inline-block;
  padding: .2em .5em;
  font-size: 11px;
  color: #fff;
}

.Product__tags-item + .Product__tags-item {
  margin-left: .3em;
}
/*
  FORM
  ----
*/

input[disabled] {
  cursor: not-allowed;
}

[type="submit"]:disabled {
  cursor: wait;
}

[type="submit"]:not([data-form-action]) [data-form-spinner] {
  display: none;
}
.Order-form .Order-form-item {
  padding: 1em 0;
}
.Order-form label {
  display: block;
  position: relative;
}

.Order-form .input-text {
  display: block;
  font-weight: 500;
  padding-bottom: .4em;
}
.validation_message,
.Order-form .validation_message {
  background-color: red;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 40px;
  padding: .1em .3em;
  
}

.Order-form .uk-input.is-invalid {
  border-color: red;
}

.Popup-name {
  margin-bottom: 0;
}
.Popup-subtotal {
  font-weight: 600;
}

.Order-coupon-wrap {
  position: relative;
  display: inline-block;
  padding: .5em 2em;
  background-color: #174195;
  border-radius: 5px;
  text-align: center;
}

.Order-coupon-wrap::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  right: -13px;
  top: calc(50% - 10px);
  border-radius: 50%;
}

.Order-coupon-code {
  color: #ffffff;
  font-weight: 400;
}
.Order-coupon-price {
  display: block;
}

.shipping-status {
  display: block;
  height: 16px;
  background: #f4f4f4;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.shipping-status span {
  position: absolute;
  display: block;
  width: 1px;
  height: 16px;
  left: 0;
  top: 0;
  background-color: #174195;
}

.delivery_free_color {
  background-color: #32cd32 !important;
}

.Popup_delivery-text {
  display: none;
}

.position-relative {
  position: relative;
}
.bold {
  font-weight: 600;
}
.Cart-product-count {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  top: calc(50% - 10px);
  line-height: 17px;
  border-radius: 50%;
  right: -7px;
  color: #1a1a1a;
  font-size: 9px;
  border: 1px solid #174195;
}
.short-description {
  max-width: 200px;
}

@media screen and (max-width: 960px) {
  .Proc-si .el-item .uk-first-column {
    text-align: center;
  }
  .Slozeni-grid {
    text-align: center !important;
  }
  .Slozeni-grid .el-image {
    max-width: 250px;
  }
}
@media screen and (max-width: 660px) {
  .product-table,
  .product-table tbody,
  .product-table tr,
  .product-table td {
    display: block;
    text-align: center;
  }

   h1 {
    text-align: center;
  }
  .Reviews-wrap {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .Footer-row {
    text-align: center;
  }
}
@media screen and (max-width: 490px) {
  .Popup__content-wrap {
    display: block;
    overflow: hidden;
  }
  .Popup-img img {
    width: 200px;
  }
  .Popup__content-wrap > div:last-child,
  .Popup__content-wrap > div:nth-last-child(2) {
    width: 50%;
    float: left;
  }
  .Popup__buttons-wrap {
    margin-top: 1.5em;
  }
  .Popup__buttons-wrap .uk-modal-close {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 400px) {
  .mobile-header-cart-items {
    left: 0 !important;
    right: 0 !important;
  }
  .mobile-cart-button {
    margin-right: 10px;
  }
}

.is-invalid {
  border-color: red;
}

#delivery_price_percent {
  width: 0;
  opacity: 0;
  -webkit-transition: all 4321ms ease-in-out;
-moz-transition: all 4321ms ease-in-out;
-ms-transition: all 4321ms ease-in-out;
-o-transition: all 4321ms ease-in-out;
transition: all 4321ms ease-in-out;
}

strong {
  font-weight: 600;
}

.full-width {
  width: 100%;
}
.td-form-pcs{
	min-width: 175px;
}

/** Product detail */
.Detail__price {
  font-size: 1.5rem;
}
.Product__image-wrap {
  position: relative;
}
.Product__image-wrap {
  position: relative;
}

.Product__image-wrap .Product__tags-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 100%;
  text-align: right;
}
.Product__tags-wrap {
  margin: .4em 0 0;
}

.Product__title {
  display: block;
  height: 51px;
	font-weight: 600;
}
.Product__title a{
  color:#0f295c;
}

.py-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.py-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

/** to top button */
.sticky-to-top{
          position: fixed;
          bottom: 50px;
          right: 50px;
          z-index: 1;
  }
.cc-color-override-2036327324.cc-revoke {
    color: #FFF!important;
    background-color:#e83c5e!important;
}