/*
Theme Name: HKČR
Author: Jiří Netušil, Petr Kadleček
Author URI: https://krasnystranky.cz

Tags: fullscreen, custom-scroll, translation-ready
Text Domain: oficina.design

KrasnyStranky WordPress Theme © 2021
*/

* {
  margin: 0;
  padding: 0;
}
html, body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body{
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a{
  color: #3b3c43;
}
img{
  /*image-rendering: optimizeSpeed;
  image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */

}
#preloader{
  display:none;
}

header{
  width: 100%;
  margin:auto;
  position: relative;
}
*:focus {
    outline: 0!important;
}
/*FONTS - FONTY*/
@font-face{
  font-family: SourceSansProRegular;
  src: url(assets/fonts/SourceSansPro-Regular.ttf);
}
@font-face{
  font-family: SourceSansProLight;
  src: url(assets/fonts/SourceSansPro-Light.ttf);
}
@font-face{
  font-family: SourceSansProXLight;
  src: url(assets/fonts/SourceSansPro-ExtraLight.ttf);
}
@font-face{
  font-family: KanitLight;
  src: url(assets/fonts/Kanit-Light.ttf);
}
@font-face{
  font-family: JostHair;
  src: url(assets/fonts/Jost-100-Hairline.ttf);
}
@font-face{
  font-family: JostThin;
  src: url(assets/fonts/Jost-200-Thin.ttf);
}
@font-face{
  font-family: JostBook;
  src: url(assets/fonts/Jost-400-Book.ttf);
}
h2{
  font-weight: normal;
  font-family: JostThin;
  font-size: 35px;
}
#page_main-content, #primary.content-area, .contacts-page, .woocommerce-MyAccount-content, .gdpr-page{
    padding: 0px 20px;
}

#hkcr_announcements{
  max-width: 450px;
  width: calc(100% - 20px);
  margin: 50px auto;
  background: rgb(203, 220, 244);
  padding:20px;
  box-sizing: border-box;
  font-family: JostBook;
  line-height: 1.2;
}
#hkcr_announcements_icon{
  display:inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #3b3c43;
  font-size: 20px;
  border-radius: 25px;
  border: 1px solid #3b3c43;
}
#hkcr_announcements_text{
  display:inline-block;
  vertical-align: top;
  width:calc(100% - 42px);
  margin-left:10px;
}


/*LOGIN SCREEN - PŘIHLAŠOVACÍ OBRAZOVKA*/
.hkcr-header-placeholder{
  height: 120px;
  width: 100%;
}
.header_login{
  background-color: #3b3c43;
  color: white;
  position: absolute;
  top: 0;
  height: 120px;
  width: 100%;
  text-align: center;
}
.header-login-div{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 18px 50px 0px 0px;
  cursor: default;
}
#header-login-screen-logo{
  min-width: 300px;
  max-width: 300px;
}
.header_login h2{
  font-family: 'JostThin';
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0.2px;
  font-weight: normal;
}
#login-section-wrapper{
  min-width: 450px;
  min-height: 480px;
  border: 1px solid #9E9FB3;
  margin: 50px auto;
  width: 452px;
  width: fit-content;
  width: -moz-fit-content;
}
#login-login_section{
  text-align: center;
  font-family: JostBook;
  color: #3b3c43;
}
#login-login_section h1 {
  padding: 38px 0px 38px 0px;
  margin-bottom: 30px;
  color: white;
  padding-right: 10px;
  background-color: #3b3c43;
  font-family: 'JostThin';
  font-weight: normal;
  font-size: 34px;
  letter-spacing: 1.5px;
}
#login-login_section h2 {
  padding: 10px;
}
.woocommerce button.button {
  background-color: white;
  color: #3b3c43;
  padding: 8px;
  width: 285px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 0px;
  border: solid 1px #3b3c43;
  font-family: 'JostThin';
  letter-spacing: 1px;
  font-size: 17px;
}
.woocommerce button.button:hover {
  background-color: #fcb040;
  /*#fcb040;*/
  color: #3b3c43;
  border-radius: 0px;
}
.woocommerce #login-login_section button.button{
  margin-bottom:27px;
}
.woocommerce form.login {
  border: none;
  border-radius: none;
  max-width: 65%;
  margin: auto;
}
.woocommerce form.login hr{
  width: 150px;
  margin: auto;
  margin-bottom: 27px;
  margin-top: 18px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
  display: none;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
  float: none;
  margin: 29px 0px 10px 0px;
  padding: 8px;
}
.woocommerce form .form-row{
  text-align: center;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
  line-height: 1.5;
  border: 1px solid #3b3c43;
  padding: 0.375rem 0.75rem;
  border-radius: 0px;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
  display: none;
}
.woocommerce form .password-input, .woocommerce-page form .password-input{
  display: block;
}
.woocommerce form .form-row label {
  text-align: left;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
  text-align: center;
}
#login-register_section {
max-width: 65%;
margin: auto;
}
.woocommerce-LostPassword, .lost_password {
  width: 100%;
  text-align: center;
  font-family: JostBook;
  color: #3b3c43;
  margin-bottom:50px;
}
/*REGISTRATION SECTION - REGISTRAČNÍ SEKCE*/
.registration_page{
  font-family: JostBook;
  color: #3b3c43;
  max-width: 650px;
  text-align: center;
  margin: 40px auto;
}
.woocommerce form.register{
  border: 1px solid #3b3c43;
  padding: 20px;
  margin: 2em 0;
  background-color: #E6E6E6;
}
#woocommerce-form-register__submit{
  margin: 20px 0px 20px 0px;
}
#souhlas-GDPR-label{
  text-align: center;
}
#souhlas-GDPR-label .woocommerce-Input--checkbox{
  margin-right: 5px;
  vertical-align: text-top;
}
#password-requirements-hint{
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
}
/*LOST PASSWORD - SEKCE ZTRACENÉ HESLO*/
.lost_password_page{
  font-family: JostBook;
  color: #3b3c43;
  max-width: 650px;
  text-align: center;
  margin: 40px auto;
}
.lost_reset_password{
  font-family: JostBook;
  color: #3b3c43;
  max-width: 650px;
  text-align: center;
  border: 1px solid #3b3c43;
  padding: 20px;
  margin: 2em auto;
  background-color: #E6E6E6;
}
/*"EDIT ACCOUNT SECTION - SEKCE UPRAVIT ÚČET*/
.edit_account_page{
  font-family: JostBook;
  color: #3b3c43;
  max-width: 650px;
  text-align: center;
  margin: auto;
  margin-top: 40px;

  }
.edit-account{
  /*background: url(assets/images/wave.svg);*/
  background-repeat: no-repeat;
  background-size: 100% 43%;
  border: 1px solid #3b3c43;
  padding: 20px;
  margin: 2em 0;
  background-color: #E6E6E6;
}
fieldset {
  border: none;
  margin: 20px 0px 20px 0px;
}
/*"TEST - sekce*/
#test_div{
  font-family: JostBook;
  color: #3b3c43;
  min-width: 500px;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-tansform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#header_logo{
  max-width: 250px;
}
#header_cart_link{
    font-size: 40px;
    margin: 14px 0px;
    position: absolute;
    top: 0;
    right: 43px;
}
i.fas.fa-shopping-cart:hover{
    color: #fcb040;
}
.qty_counter{
  font-family: JostBook;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(-50%, 50%, 0);
  /* transform: translate3d(-50%, 50%, 0); */
  background: #fcb040;
  /*border: 1px solid #3b3c43;*/
  /* box-sizing: border-box; */
  border-radius: 119px;
  padding: 4px 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #3b3c43;
  display: none;
  cursor: default;
}
.qty_counter.active{
  display:block;
}
#header_account_link{
  float:right;
  margin: 33px 28px 21px;
}
#header_account_link a{
  text-decoration: none;
}
#header_account_link a:hover{
  text-decoration: underline;
}
/*"EDIT ACCOUNT SECTION - SEKCE SPRÁVA DODACÍCH ADRES*/
.wc-address-book-delete,.wc-address-book-make-primary{
  text-decoration: underline;
}
/*SECTION ADD ORGANIZATION - SEKCE PŘIDAT ORGANIZACI*/
.add-organization-page{
  font-family: JostBook;
  color: #3b3c43;
  max-width: 650px;
  text-align: center;
  margin: auto;
  margin-top: 40px;
  }
  .add-organization-page a{
    text-decoration: none;
  }
.add-organization{
    border: 1px solid #3b3c43;
    padding: 20px;
    margin: 2em 0;
    background-color: #E6E6E6;
}
.add-organization-button, .update-organization-button{
    background-color: white;
    color: #3b3c43;
    padding: 8px;
    width: 285px;
    cursor: pointer;
    font-size: 100%;
    margin-top: 20px;
    line-height: 1;
    cursor: pointer;
    overflow: visible;
    font-weight: 700;
    border: 1px solid #3b3c43;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: JostThin;
}
.add-organization-button:hover , .update-organization-button:hover{
  background-color: #fcb040;
}
#adresar_delete, #organization_delete{
  background-color: white;
  color: #3b3c43;
  padding: 8px;
  width: 285px;
  cursor: pointer;
  font-size: 100%;
  margin-top: 20px;
  line-height: 1;
  cursor: pointer;
  overflow: visible;
  font-weight: 700;
  border: 1px solid #3b3c43;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: JostThin;
}
#adresar_delete:hover, #organization_delete:hover {
  background-color: #fcb040;
}
#ares{
  cursor: pointer;
  line-height: 1.2;
  background-color: #FDE4BE;
  font-weight: 700;
  color: #3b3c43;
  padding: 0.375rem 0.75rem;
  width: 258px;
  float: right;
  border: 1px solid #3b3c43;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: JostThin;
}
#ares:hover{
  background-color: #fcb040;
}
#add-organization-prohlaseni{
  text-align: center;
  margin-bottom: 5px;
}
.woocommerce-Input--checkbox{
  width: 18px;
  height: 18px;
}
#add-organization-prohlaseni .woocommerce-Input--checkbox{
  margin-right: 5px;
  vertical-align: text-top;
}
/*MANAGE ORGANIZATIONS - SEKCE SPRÁVA ORGANIZACÍ*/
#header_organizace_sprava{
  font-family: JostThin;
    color: #3b3c43;
    font-weight: 700;
    background-color: white;
    width: 400px;
    min-height: 46px;
    position: absolute;
    border: solid 1px #3b3c43;
    padding: 5px 5px 5px 13px;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 229px;
    top: 198px;
}
#header_organizace_sprava p{
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  margin-top: 14px;
  float: left;
}
#header_organizace_sprava #vyber_organizace{
   font-family: JostBook;
   color: #3b3c43;
   font-size: 18px;
   padding-right: 10px;
   width: 280px;
   border: solid 1px #3b3c43;
   margin-top: 10px;
}
#header_organizace_sprava a{
  display: none;
}
select#adresar{
   font-family: JostBook;
   color: #3b3c43;
   font-size: 18px;
   padding-right: 10px;
   width: 420px;
   border: solid 1px #3b3c43;
   margin-top: 10px;
}
#vytvorit-organizaci{
  cursor: pointer;
    line-height: 2.6;
    background-color: white;
    font-weight: 700;
    color: #3b3c43;
    padding: 0.375rem 0.73rem;
    border: 1px solid #3b3c43;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 40px auto 40px 448px;
    max-width: 177px;
    height: 44px;
    font-family: JostThin;
}
#vytvorit-organizaci:hover{
  background-color: #fcb040;
}
.success {
    color: #fcb040;
    font-weight: 900;
    margin-top: 10px;
  }
/*MAIN PAGE - OBCHOD S CERTIFIKÁTY*/
.woocommerce-products-header__title{
  text-align: left;
  font-family: JostHair;
  color: #3b3c43;
  max-width: 949px;
  margin: 35px auto 15px auto;
  padding-bottom: 15px;
  border-bottom: solid 1px #3b3c43;
}
h2.woocommerce-loop-product__title{
  font-weight: normal;
  font-family: 'JostThin';
  font-size: 30px;
  text-align: left;
  margin-top: -4px;
  margin-left: 11px;
}
.title-popis{
  text-align: left;
  font-family: JostBook;
  color: #3b3c43;
  max-width: 949px;
  margin: 15px auto 20px auto;
  font-size: 17px;
  line-height: 1.2;
}
#hkcr_products_wrapper{
  margin: auto;
  width: 100%;
  font-family: JostBook;
}
#hkcr_products_wrapper a{
  text-decoration: none;
}
.product{
  text-align: center;
}
.columns-4{
  text-align: center;
}

.product-prehled{
  display: inline-block;
  width: 250px;
  height: 350px;
  background: url(assets/images/wave_product.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 1em;
  position: relative;
  transition: box-shadow 0.2s ease-in-out;
  vertical-align: top;
}
.product-prehled:hover{
  box-shadow: -1px 0px 20px 5px #CECECE;
}
.product-prehled img {
  max-width: 88px;
  position: absolute;
  left: 102px;
  top: 181px;
}
.product-prehled .product_description{
  font-family: JostBook;
  color: #606060;
  text-align: left;
  line-height: 1.2;
  position: absolute;
  top: 125px;
  left: 45px;
  width: calc(100% - 70px);
}
.product-prehled .product_description li {
  /*list-style-type: "✅";*/
  list-style-type: "🗹";
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 17px 0px;
  min-height: 46px;
}
.product-prehled .product_description li::marker{
  font-size: 160%;
  line-height: 1.3;
}
.product-description-list{
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -5px;
  left: -13px;
  text-align: left;
  font-size: 14px;
}
.product-prehled .archive_prices_container{
  position: absolute;
  bottom: 64px;
  left: 74px;
  width: 146px;
  text-align: center;
}
.product-prehled .price_before_tax, .product-prehled .price_before_tax .woocommerce-Price-amount{
  font-size: 12px;
  /*padding: 5px;*/
  font-style: italic;
}
.product-prehled .price_before_tax{
  padding-left: 0;
}
.product-prehled .price .woocommerce-Price-amount{
  font-size: 24px;
  padding: 5px;
}
.add_to_cart_button{
  background-color: #fcb040;
  color: #3b3c43;
  padding: 8px;
  width: 130px;
  /* cursor: pointer; */
  font-size: 100%;
  margin-top: 20px;
  line-height: 1;
  cursor: pointer;
  overflow: visible;
  font-weight: 700;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  position: absolute;
  bottom: 21px;
  right: 70px;
}
.add_to_cart_button:hover{
  background-color: #3b3c43;
  color: #fcb040;
}
.woocommerce-loop-product__title{
  color: white;
  font-size: 24px;
  margin-top: 10px;
}
.hkcr_product_info{
  font-family: JostBook;
  color: red;
  text-align: center;
  font-style: italic;
}
input#duplicate_count_input {
    float:right;
}
input#pocet_kopii {
    float:right;
}
textarea#vyrobce_data{
  font-family: 'Courier New', monospace!important;
  padding-right: 92px;
}
textarea#vyvozce_data{
  font-family: 'Courier New', monospace!important;
  padding-right: 92px;
}
textarea#prijemce_data{
  font-family: 'Courier New', monospace!important;
  padding-right: 92px;
}
textarea#puvod_zbozi{
  font-family: 'Courier New', monospace!important;
  padding-right: 92px;
}
textarea#druh_vyvazeneho_zbozi{
  font-family: 'Courier New', monospace!important;
  padding-right: 92px;
}
textarea#udaje_o_doprave{
  font-family: 'Courier New', monospace!important;
  padding-right: 92px;
}
textarea#poznamky{
  font-family: 'Courier New', monospace!important;
  padding-right: 92px;
}
textarea#mnozstvi{
  font-family: 'Courier New', monospace!important;
  padding-right: 92px;
}
textarea#cpzpadbpz{
  font-family: 'Courier New', monospace;
  padding-right: 92px;
}
textarea#mnozstvi{
  font-family: 'Courier New', monospace!important;
  padding-right: 92px;
}
/*SINGLE PRODUCT - JEDNOTLIVÁ POLOŽKA V OBCHODĚ*/
.entry-summary{
  font-family: JostBook;
  color: #3b3c43;
  max-width: 850px;
  margin: 40px auto;
  border: 1px solid #3b3c43;
  padding: 20px;
  background-color: #E6E6E6;
}
#ppom_tooltip{
  pointer-events: none;
}
.ppom-dragdrop-text{
  padding-top: 15px;
}
.ppom-field-wrapper{
  text-align: left;
}
.ppom-field-wrapper h3{
  text-align: center;
  min-width: 100%;
}
.product_title, .entry-title{
  font-family: JostThin;
  color: #3b3c43;
  margin-bottom: 10px;
  margin-top: 30px;
}
.price{
  font-family: SourceSansProRegular;
  color: #3b3c43;
  margin-bottom: 15px;
  font-size: 20px;
}
.quantities-lable .ppom-quantity-price-wrap{
  display:none;
}
.ppom-label-item .ppom-price{
  display:none;
}
.entry-summary .ppom-wrapper .col-md-12{
    max-width: 330px;
    display: inline-block;
  }
.entry-summary .ppom-wrapper .col-md-12[data-data_name="puvod_zbozi"] {
    max-width: none;
}
.ppom-wrapper div[data-data_name="pocet_kopii"], .ppom-wrapper div[data-data_name="pz3z"] {
  box-sizing: border-box;
  text-align: left;
  margin-left: 52px;
  max-width: calc( 100% - 104px );
  flex:none;
}
.ppom-wrapper div[data-data_name="pocet_kopii"] .form-group {
    margin-bottom: 0.75rem;
}
.ppom-wrapper div[data-data_name="pocet_kopii"] input{
  padding: 0px 0px 1px 7px;
  font-size: 17px;
  margin: 0px 0px 0px 5px;
  width: 55px;
  display: inline-block;
  line-height: initial;
  color: -internal-light-dark(black, white);
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: initial;
  border-radius: 2px;
  transition: initial;
  border: 1px solid rgb(118, 118, 118);
  border-width: 1px;
  /* border-style: inset; */
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
}
.entry-summary .ppom-wrapper .col-md-12[data-type="textarea"]{
  max-width: 100%;
}
.entry-summary .ppom-wrapper .col-md-12[data-type="section"]{
  max-width: 100%;
}
.entry-summary .ppom-wrapper .col-md-12[data-type="file"]{
  max-width: 100%;
}
.entry-summary .ppom-wrapper .col-md-12[data-type="checkbox"]{
  max-width: 100%;
}
.entry-summary .ppom-wrapper .col-md-12[data-type="checkbox"] label.form-control-label{
  display:none;
}
.entry-summary .ppom-wrapper .col-md-12[data-type="checkbox"] label.form-check-label{
  padding:0;
}
.ppom-input-urgentni_3z.:not(.ppom-unlocked){
  display:none;
}
.single_add_to_cart_button{
  background-color: #3b3c43;
  color: white;
  padding: 8px;
  width: 285px;
  cursor: pointer;
  font-size: 100%;
  margin-top: 20px;
  line-height: 1;
  cursor: pointer;
  overflow: visible;
  font-weight: 700;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.single_add_to_cart_button:hover{
  background-color: #35AF22;
}
.ppom-wrapper button, .ppom-wrapper select {
    text-transform: none;
    padding: 0.375rem 0.75rem;
    width: 100%;
}
.countrySelect{
  text-transform: none;
  padding: 0.375rem 0.75rem;
  width: 100%;
  border: 1px solid #3b3c43;
}
.countrySelect[multiple="multiple"]{
  min-height:250px;
}
.pobocka-select{
  text-transform: none;
  padding: 0.375rem 0.75rem;
  width: 100%;
  border: 1px solid #3b3c43;
}
.pobocka-select[multiple="multiple"]{
  min-height:250px;
}
.qty {
    max-width: 40px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.woocommerce form .ppom-wrapper .form-row label{
  display: inline-block;
  line-height: 1;
}
.woocommerce form .ppom-wrapper .form-row{
  padding:0;
  margin:0;
  margin-right: -5px;
  margin-left: -5px;
}
.fill_input_with_organisation{
  position: absolute;
  right: 5px;
  top: -17px;
  cursor: pointer;
  line-height: 1.2;
  background-color: #FDE4BE;
  font-weight: 700;
  color: #3b3c43;
  padding: 0.375rem 0.75rem;
  width: 285px;
  text-align: center;
  float: right;
  border: 1px solid #3b3c43;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.fill_input_with_organisation:hover{
  background-color: #fcb040;
}
.adresar-select-wrapper{
  width:100%;
  position: relative;
  margin-bottom: 15px;
}
.ppom-wrapper select.adresar-select{
  width: calc(100% - 40px);
}
.adresar-icon{
  float:right;
}
.adresar-icon:before {
    content: "\f2b9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 35px;
    -webkit-font-smoothing: antialiased;
    color: #3b3c43;
}
.adresar-icon .tooltiptext {
  visibility: hidden;
    background-color: #FDE4BE;
    color: #3b3c43;
    text-align: center;
    padding: 8px 0;
    border: solid 1px #3b3c43;
    position: absolute;
    z-index: 1;
    width: 151px;
    bottom: 123%;
    left: 89%;
}

.adresar-icon:hover .tooltiptext {
  visibility: visible;
}
.entry-summary .vicestrankovy_certifikat{
  display: none!important;
}
.entry-summary .vice_stran_3z{
  display: none!important;
}
#ppom-price-container{
  text-align: left;
  margin: 0px 40px 30px 40px;
  line-height: 1.5;
}
.entry-summary .ppom-delete-option-table{
  display: none!important;
}
.entry-summary .ppom-label-item{
  font-weight: normal;
}
div.filelist .u_i_c_box{
  flex:none!important;
}
.ppom-wrapper .ppom-check-input{
  margin-right: 5px;
}
.ppom-check-input{
  height: 18px;
  width: 18px;
  vertical-align: top;

}
#generate_pdf_preview{
  background-color: white;
  margin: auto;
  color: #3b3c43;
  padding: 8px;
  width: 285px;
  cursor: pointer;
  font-size: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1;
  cursor: pointer;
  overflow: visible;
  font-weight: 700;
  border: 1px solid #3b3c43;
  display: inline-block;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#generate_pdf_preview:hover{
  background-color: #fcb040;
}
#generate_duplicate_count{
  text-align: left;
  margin-left: 52px;
  margin-right: 52px;
}
#duplicate_count_input {
    padding: 0px 0px 1px 7px;
    font-size: 17px;
    margin: 0px 0px 0px 5px;
    width: 55px;
  }
th.ppom-label-item {
  border-top: none!important;
}
th.ppom-price-item{
  border-top: none!important;
}
.ppom-field-wrapper.ppom-col.col-md-12.zeme_urceni{
  max-width: 100%;
}
.error{
  color:red;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  padding: 3px;
  margin: 0;
  cursor: pointer;
}
/* Firefox  */
input[type=number] {
  -moz-appearance: textfield;
}
/*FAKTURY*/
#product-38 .entry-summary{
  max-width: 460px;
  background-size: 100% 74%;
}
.ppom-wrapper div.filelist#filelist-prilohy{
  display:inline-block;
}
#filelist-prilohy>div {
    margin: 4px;
    display: inline-block;
}
.quantity{
  margin-bottom: 15px;
}
/*OSTATNÍ DOKUMENTY*/
#product-39 .entry-summary{
  max-width: 460px;
  background-size: 100% 74%;
}
/*SHOPPING CART - KOŠÍK*/
#kosik-progres{
  font-family: JostBook;
  color: #3b3c43;
  margin: 40px auto;
  text-align: center;
  font-size: 20px;
}
#kosik-progres-breadcrumbs{
  margin: 0px auto 20px auto;
  width: 570px;
  text-align: center;
}
#kosik-progres-breadcrumbs a{
  text-decoration: none;
}
.kosik-progress-crumb{
  display: inline-block;
  width: 49%;
}
.kosik-progress-crumb:hover{
  color: #fcb040;
}
.woocommerce-cart-form{
    font-family: SourceSansProRegular;
    color: #3b3c43;
    margin: 40px auto;
    border: 1px solid #3b3c43;
    max-width: 1100px;
}
.woocommerce-cart-form table{
  margin: 20px auto;
  text-align: left;
}
.woocommerce-cart-form td{
  width: 200px;
  min-height: 50px;
  padding: 15px 50px 5px 0px;
  vertical-align: top;
}
.woocommerce-cart-form td.product-remove{
  width: 20px;
  padding-right: 14px;
}
.woocommerce-cart-form td.product-remove a{
    font-size: 28px;
    text-decoration: none;
    color: red;
}
.woocommerce-cart-form td.product-subtotal{
  width: 110px;
  padding-right: 10px;
  vertical-align: top;
}
.woocommerce-cart-form td.actions{
  text-align: center;
  padding: 20px 0px 10px 0px;
}
.product-thumbnail{
  display: none;
}
.woocommerce td.product-name dl.variation dt.variation-vyrobce_title,.woocommerce td.product-name dl.variation dt.variation-vyvozce_title,.woocommerce td.product-name dl.variation dt.variation-prijemce_title, .woocommerce td.product-name dl.variation dt.variation-dalsi_title{
  display: none;
}
.variation-vyvozce_title hr, .variation-vyvozce_title hr, .variation-prijemce_title hr, .variation-dalsi_title hr{
  display: none;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{
  color: #3b3c43;
  background-color: #dadada;
}
.product-price .woocommerce-Price-amount {
  font-size: 18px;
}
.product-subtotal .woocommerce-Price-amount {
  font-size: 18px;
}
.cart_totals{
  font-family: JostBook;
  color: #3b3c43;
  margin: auto;
  padding: 20px;
  border-radius: 5px;
}
.woocommerce a.button.alt{
  background-color: white;
  margin-bottom: 20px;
  border: solid 1px #3b3c43;
  border-radius: 0px;
  width: 250px;
}
.woocommerce a.button.alt:hover{
  background-color: #fcb040;
  border-radius: 0px;
}
.cart_totals .woocommerce-shipping-totals,.cart_totals .cart-subtotal{
  display: none;
}
.woocommerce .cart-collaterals .cart_totals{
  float: none;
  text-align: center;
  font-size: 18px;
}
.woocommerce .cart-collaterals .cart_totals table{
  margin: auto;
  padding: 20px;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total th{
  display: none;
}
.woocommerce .cart-collaterals .cart_totals h2{
  margin: 20px 0px;
  text-align: left;
}
tr.order-total td{
  text-align: right;
}
.kosik-bezDPH{
  font-size: 12px;
  color: #AFAFAF;
  margin-top: 4px;
}
.kosik-bezDPH .woocommerce-Price-amount.amount {
  font-size: 12px;
  color: #AFAFAF;
}
/*CASHOUT - POKLADNA*/
.checkout, .hkcr-checkout{
  font-family: JostBook;
  color: #3b3c43;
  max-width: 650px;
  margin: 40px auto;
  border: 1px solid #3b3c43;
  padding: 20px;
  background-color: #E6E6E6;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
  float: none;
  width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
  float: none;
  width: 100%;
}
.woocommerce-privacy-policy-text{
  margin-bottom: 20px;
}
.woocommerce #payment #place_order{
  background-color: white;
  float: none;
  margin: auto;
}
.woocommerce #payment #place_order:hover{
  background-color: #fcb040;
}
#order_review_heading{
  font-family: JostThin;
  color: #3b3c43;
  text-align: center;
  min-width: 100%;
  margin: 40px auto;
}
#billing_country_field span.woocommerce-input-wrapper{
  background-color: #E6E6E6;
    border: solid 1px #3b3c43;
    font-family: SourceSansProRegular;
    padding: 7px 0px 8px 12px;
    display: block;
    text-align: left;
    cursor: default;
    font-weight: lighter;
}
#shipping_country_field span.woocommerce-input-wrapper{
  background-color: #E6E6E6;
    border: solid 1px #3b3c43;
    font-family: SourceSansProRegular;
    padding: 7px 0px 8px 12px;
    display: block;
    text-align: left;
    cursor: default;
    font-weight: lighter;
}
#billing_country_field span.woocommerce-input-wrapper strong{
  font-weight: 400;
}
#shipping_country_field span.woocommerce-input-wrapper strong{
  font-weight: 400;
}
.woocommerce-checkout-review-order-table tr>*:first-child {
    width: 205px;
    vertical-align: top;
    padding-top: 5px;
}
#order_comments{
  clear:both;
}
#ship-to-different-address {
  margin: 30px 0px 20px 3px;
  text-align: left;
}
#dodaci-udaje-hint{
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
}
.woocommerce-checkout-review-order-table ul{
    list-style-type: none;
    line-height: 1.4;
}
#shipping_method input[type="radio"]{
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: top;
}
.woocommerce-checkout-payment ul{
    list-style-type: none;
    margin: 0px 3px 10px 3px;
}

.wc_payment_method.payment_method_cod {
  display: none;
}
/*DODACÍ ÚDAJE - v objednávkovém formuláři*/
.select2-container--default .select2-selection--single{
  border: 1px solid #3b3c43;
  padding: 0.1254rem 0.75rem;
  border-radius: 0px;
  height: auto;
  line-height: 1.5;
}
#select2-shipping_address_book-container{
  padding-left: 0px;
}
.shipping_address .select2-selection__arrow {
  height: 32px!important;
}
.woocommerce form .form-row#shipping_address_book_field {
  text-align: left;
}
.woocommerce form .form-row#shipping_address_book_field .select2-container {
  width: 100%!important;
}
/*DODACÍ ÚDAJE - v uživatelské administraci*/
.edit_account_page .address_book{
  border: 1px solid #3b3c43;
  padding: 20px;
  margin: 2em 0;
  background-color: #E6E6E6;
  text-align: center;
}

.edit_account_page .address_book .addresses{
 text-align: left;
}
.edit_account_page .address_book .addresses .wc-address-book-meta{
 text-align: right;
}
.woocommerce-account .address_book .add-new-address{
  float:none;
  background-color: white;
  color: #3b3c43;
  width: 300px;
  padding:0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 0px;
  border: solid 1px #3b3c43;
  font-family: 'JostThin';
  letter-spacing: 1px;
  font-size: 17px;
}
.woocommerce-account .address_book .wc-address-book-address{
  padding:10px 0px;
}
.woocommerce-account .address_book .wc-address-book-address:not(:last-child){
  border-bottom: 1px solid black;
}
.woocommerce-account .address_book .add-new-address a {
  background-color: white;
}
#edit_address{
  border: 1px solid #3b3c43;
padding: 20px;
margin: 2em 0;
background-color: #E6E6E6;
text-align: center;
}
#edit_address button {
  margin-top: 20px;
}
#shipping_address_nickname_field .optional{
  display: none;
}
#shipping_address_nickname_field #shipping_address_nickname-description{
  display: none!important;
}
#shipping_company_field .optional{
  display: none;
}
/*MAIN PAGE - ROZCESTNÍK ÚČET -*/
.woocommerce-MyAccount-navigation{
  font-family: JostBook;
  color: #3b3c43;
  border-bottom: solid 3px #3b3c43;
  padding-right: 110px;
}

.woocommerce-MyAccount-navigation ul{
  font-size: 0;
}
.woocommerce-MyAccount-navigation-link{
  display: inline-block;
  width: 110px;
  height: 60px;
  padding: 10px;
  position: relative;
  transition: background-color 0.15s ease-in-out;
  cursor: pointer;
  text-align: center;
  /*font-weight: 900;*/
  font-size: 16px;
}
.is_active{
  background-color: #3b3c43;
  color: white;
}
.is_active a{
  color: white;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--account-shop:before {
    content: "\f0c5";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 35px;
    -webkit-font-smoothing: antialiased;
    color: #3b3c43;
}
li.is_active.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--account-shop:before {
    color: white;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders:before {
    content: "\f017";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 35px;
    -webkit-font-smoothing: antialiased;
    color: #3b3c43;
}
li.is_active.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders:before {
    color: white;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-organizations:before {
    content: "\f1ad";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 35px;
    -webkit-font-smoothing: antialiased;
    color: #3b3c43;
}
li.is_active.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-organizations:before {
    color: white;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--adresar:before {
    content: "\f2b9";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 35px;
    -webkit-font-smoothing: antialiased;
    color: #3b3c43;
}
li.is_active.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--adresar:before {
    color: white;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account:before{
  content: "\f2bd";
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  font-size: 35px;
  -webkit-font-smoothing: antialiased;
  color: #3b3c43;
}
li.is_active.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account:before {
    color: white;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:before {
    content: "\f057";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 35px;
    -webkit-font-smoothing: antialiased;
    color: #3b3c43;
}
.woocommerce-MyAccount-navigation-link--customer-logout{
  /*float: right;*/
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--contacts:before {
    content: "\f2a0";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 35px;
    -webkit-font-smoothing: antialiased;
    color: #3b3c43;
}
li.is_active.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--contacts:before {
    color: white;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--napoveda:before {
    content: "\f059";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 35px;
    -webkit-font-smoothing: antialiased;
    color: #3b3c43;
}
li.is_active.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--napoveda:before {
    color: white;
}
.woocommerce-MyAccount-navigation-link--napoveda{
  /*float: right;*/
}
.woocommerce-MyAccount-navigation-link:hover{
  /*box-shadow: -1px 0px 20px 5px #CECECE;*/
  background-color: #fcb040;
}
.woocommerce-MyAccount-navigation ul{
}
.woocommerce-MyAccount-navigation-link a{
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  text-decoration: none;
  height: 100%;
  vertical-align: bottom;
}
.navigation_text_wrapper{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}
/*SHRNUTÍ OBJEDNÁVKY*/
.woocommerce .woocommerce-checkout-review-order-table{
    font-family: JostBook;
    font-size: 15px;
    color: #3b3c43;
    margin: 40px auto;
    background-color: #FDE4BE;
    border: solid 1px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 15px 15px;
    text-align: left;
    width: calc(100% - 6px);
}
.woocommerce .woocommerce-checkout-review-order-table td{
  padding: 5px 28px 7px 0px;
}
.woocommerce .woocommerce-checkout-review-order-table td[colspan="2"]{
  padding-right: 0;
}
.woocommerce .woocommerce-checkout-review-order-table .product-total{
  text-align: right;
  padding-right: 0;
}
.woocommerce-order ul{
  list-style-type: none;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    font-size: 17px;
    text-decoration: none;
    line-height: 1.3;
    width: 335px;
    margin: 20px auto 20px 10px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details p{
  display: none;
}
/*HISTORIE OBJEDNÁVEK*/
.my_account_orders{
    font-family: JostBook;
    color: #3b3c43;
    margin: 40px auto;
    border: solid 1px;
    padding: 30px 30px;
    text-align: left;
    max-width: 1000px;
}
.my_account_orders td{
  margin: 10px 20px 10px 0px;
}
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination{
  text-align: center;
  font-family: SourceSansProRegular;
  color: #3b3c43;
}
.woocommerce-button--previous, .woocommerce-button--next {
  width: 80px;
}
/*HEADER*/
#header_organizace{
    font-family: JostBook;
    color: #3b3c43;
    font-weight: 700;
    background-color: #dadada;
    padding: 12px 28px;
    text-align: center;
}
#header_organizace p{
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  margin-top: 4px;
  float: left;
  width: 0;
}
#header_organizace a{
  background-color: #fcb040;
  text-decoration: none;
  color: #3b3c43;
  font-size: 20px;
  padding: 4px 16px 4px 16px;
  line-height: 1;
  cursor: pointer;
  overflow: visible;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  #header_organizace a:hover{
      background-color: #3b3c43;
      color: #fcb040;
    }
#header_organizace #formular_vyber_organizace{

}
#header_organizace #vyber_organizace{
   font-family: JostBook;
   color: #3b3c43;
   font-size: 18px;
   padding-right: 10px;
   width: 450px;
   border: solid 1px #3b3c43;
}
#header_organizace #vyber_organizace:hover{

}
/*FOOTER*/

.hkcr-footer-placeholder{
  height: 120px;
  width: 100%;
}
.hkcr-footer{
  background-color: #3b3c43;
  color: #DADADA;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-family: JostThin;
}
.hkcr-footer a{
  color: #DADADA;
}
#footer-login-screen-logo{
  width: 200px;
}
.footer-block{
  display: inline-block;
  min-width: 216px;
  margin: 25px 15px 25px 10px;
  text-align: left;
  vertical-align: top;
  cursor: default;
  line-height: 1.2;
}
.footer-block-logo{
}
.footer-block-1{
  font-size: 16px;
  font-weight: 500;
}
.footer-block-2{
}
/*Shrnutí objednávky*/
.woocommerce-order{
  font-family: JostBook;
  color: #3b3c43;
  max-width: 650px;
  margin: 30px auto;
  border: 1px solid #3b3c43;
  padding: 20px;
}
.woocommerce-order table.shop_table {
  min-width: 100%;
}
.woocommerce ul.order_details{
  font-size: 18px;
}
.woocommerce-thankyou-order-received{
  text-align: center;
    font-family: JostThin;
    color: #3b3c43;
    margin: 40px auto;
}
.woocommerce .woocommerce-customer-details address{
  width: auto;
}
/*Errory*/
.woocommerce-error {
    /*font-family: SourceSansProRegular;
    color: #3b3c43;
    border-top-color: #b81c23;
    /*position: absolute;*/
    /*background-color: wheat;
    font-weight: 700;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;*/
    font-family: JostBook;
    color: red;
    font-weight: 700;
    width: 100%;
    max-width: 429px;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    margin: 20px auto;
    font-size: 18px;
    list-style-type: none;
}
.woocommerce-message{
  /*font-family: SourceSansProRegular;
  color: #3b3c43;
  background-color: white;
  font-weight: 700;
  border-radius: 5px;
  width: 100%;
  max-width: 974px;
  box-sizing: border-box;
  margin: auto;
  border-top-color: white;*/
  font-family: JostBook;
    color: #fcb040;
    font-weight: 700;
    width: 100%;
    max-width: 429px;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    margin: 20px auto;
    font-size: 18px;
}

.woocommerce-info{
  font-family: JostBook;
    color: #fcb040;
    font-weight: 700;
    width: 100%;
    max-width: 429px;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    margin: 20px auto;
    font-size: 18px;
}
.return-to-shop{
  display: none;
}
.img-thumbnail{
  width: 35px!important;
  height: 35px!important;
}
.form_error_message{
  color: red;
  font-style: italic;
  line-height: 0;
}
/*NÁPOVĚDA / JAK NAKUPOVAT*/
.napoveda-page{
  font-family: JostBook;
  color: #3b3c43;
  max-width: 900px;
  text-align: center;
  margin: 40px auto;
  line-height: 1.3;
}
.napoveda-page h3{
  margin-bottom: 20px;
}
.napoveda-page p{
  font-size: 17px;
  text-align: justify;
}
.napoveda-wrapper{
  text-align: left;
}
.napoveda-wrapper .wp-block-image img {
    max-width: 100%;
    margin: 30px 0px;
    box-shadow: 3px 3px 10px grey;
  }
.woocommerce .woocommerce-notices-wrapper a.button:not(.add_to_cart_button){
  display: none;
}

/*ORDER DETAILS - podrobnosti objednávky*/
#order_ident{
  font-family: JostBook;
  color: #3b3c43;
  margin: 40px auto;
  max-width: 650px;
  text-align: center;
  font-size: 18px;
}
#order_ident mark{
  font-family: JostBook;
  color: #3b3c43;
  background-color: white;
  font-weight: 700;
}
.order-details-page{
  font-family: SourceSansProRegular;
      color: #3b3c43;
      margin: 40px auto;
      max-width: 650px;
      text-align: center;
}
.my_account_orders td{
    padding: 5px 75px 5px 0px;
    line-height: 1.2em;
    width: 100px;
}
.order-details-page table{
  margin: 40px auto;
}
.order-details-page th{
  text-align: left;
  width: 260px;
  padding: 4px;
}
.order-details-page td{
  text-align: right;
  width: 260px;
  padding: 4px;
  vertical-align: top;
}
.order-details-page .product-name a {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: left;
  }
.order-details-page .product-name{
  text-align: left;
}
.order-details-page .product-total{
  text-align: right;
}
.woocommerce-order .woocommerce-customer-details {
    text-align: left;
    margin: 0px 0px 0px 5px;
}
.woocommerce-customer-details{
  text-align: left;
    margin: 20px 0px 0px 59px;
}
.ppom-wrapper .btn-primary{
    background-color: #fcb040!important;
    border: none!important;
    border-radius: 0px!important;
}
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
    margin-bottom: 12px;
}
.show_more:before{
  content: 'Zobrazit detail';
  cursor:pointer;
  color: #fcb040;
}
.show_more.more_opened:before{
  content: 'Skrýt detail';
  color: #fcb040;
}
.show_more_container{
  display:none;
}
.show_more_container h2{
  font-size: 16px;
  margin-top: 5px;
}
/*KONTAKTY - CONTACT SECTION*/
.contacts-page{
  font-family: JostBook;
  color: #3b3c43;
  max-width: 1200px;
  text-align: center;
  margin: 40px auto;
  line-height: 1.2;
  cursor: default;
  }
.contacts-page h2{
    margin-bottom: 40px;
}
.kontakt-row{
  margin-bottom: 15px;
  border: 1px solid #9E9FB3;
  transition: box-shadow 0.15s ease-in-out;
}
.kontakt-row:hover{
  box-shadow: -1px 0px 20px 5px #CECECE;
}
.kontakt-column{
  font-family: JostBook;
  color: #3b3c43;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding: 15px 0px;
}
.kontakt-first {
  width: 49%;
  padding-right: 30px;
  font-weight: 900;
}
.kontakt-second{
  width: 30%;
  padding-right: 70px;
  min-width: 220px;
}
.kontakt-third{
  width: 10%;
  min-width: 95px;
}
/* GDPR page */
.gdpr-page{
  font-family: JostBook;
  color: #3b3c43;
  max-width: 900px;
  text-align: justify;
  margin: 40px auto;
  line-height: 1.2;
  cursor: default;
}
.gdpr-page p{
  margin-bottom: 20px;
}
#gdpr-page-title{
  text-align: center;
  margin: 40px auto;
}
/*
 * Custom AJAX spinner on WooCommerce checkout
 * The class used to load the overlay is .blockUI .blockOverlay
 * The class used to load the spinner is .woocommerce .loader:before
 *
 */
 .woocommerce .woocommerce-cart-form .blockUI.blockOverlay:before, .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .blockUI.blockOverlay:before, .woocommerce .loader:before {
     height: 2em;
     width: 2em;
     position: absolute;
     top: 50%;
     left: 50%;
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     -webkit-tansform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     display: block;
     content: "";
     -webkit-animation: none;
     -moz-animation: none;
     animation: none;
     background: url('assets/images/spinner.gif') center center;
     background-size: cover;
     line-height: 1;
     text-align: center;
     font-size: 2em;
 }
.woocommerce .checkout.woocommerce-checkout.hkcr-checkout>.blockUI.blockOverlay:before {
    height: 200px;
    width: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-tansform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    display: block;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background: url('assets/images/spinner.gif') center center;
    background-size: 2em 2em;
    background-repeat: no-repeat;
    line-height: 1;
    text-align: center;
    font-size: 2em;
}

.ppom-wrapper th.ppom-price-item{
  text-align: right;

}
/*RESPONZIVITA - RESPONSIVENESS*/
@media screen and (max-width: 1000px) {
  /*LOGIN SCREEN - reponzivní*/
  .kontakt-first {
    width: 35%;
    padding-right: 15px;
    font-weight: 900;
  }
}
@media screen and (max-width: 935px) {
  /*LOGIN SCREEN - reponzivní*/
  .header_login h2{
    display: none;
  }
  .header-login-div {
    margin: 18px auto 0px auto;
    text-align: center;
  }
  .hkcr-footer-placeholder {
    height: 240px;
  }
}
@media screen and (max-width: 695px) {
  /*Footer*/
  .kontakt-row{
    text-align: left;
    padding-left: 10px;
  }
  .kontakt-first {
    width: 90%;
  }
  .kontakt-second{
    width: 70%;
  }

}
@media screen and (max-width: 500px){
  .hkcr-footer-placeholder {
    height: 360px;
  }
  .footer-block{
    text-align: center;
  }
}
