@font-face {
  font-family: "RobotoCondensedRegular";
  src: url("../fonts/RobotoCondensed-Regular.ttf");
}
@font-face {
  font-family: "RobotoCondensedBold";
  src: url("../fonts/RobotoCondensed-Bold.ttf");
}
@font-face {
  font-family: "RobotoCondensedLight";
  src: url("../fonts/RobotoCondensed-Light.ttf");
}
.shop_table th {
  font-family: "RobotoCondensedLight" !important;
}

.psc_input_add_to_cart_wrapper {
  position: relative;
}

.cart-collaterals table.shop_table.shop_table_responsive tr th {
  font-family: "RobotoCondensedRegular" !important;
}

.psc-adding-popup {
  display: none;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  background-color: #ef9f39;
  padding-top: 16px;
  padding-left: 27px;
  padding-right: 23px;
  padding-bottom: 23px;
  position: absolute;
  width: 100%;
  bottom: 55px;
}
.psc-adding-popup input[type=number] {
  width: 80%;
}
.psc-adding-popup input::-webkit-outer-spin-button,
.psc-adding-popup input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.psc-adding-popup input[type=number] {
  -moz-appearance: textfield;
}
.psc-adding-popup h3 {
  color: white;
  font-size: 25px;
}
.psc-adding-popup p {
  font-size: 18px;
}
.psc-adding-popup::before {
  content: "";
  position: absolute;
  bottom: -9px;
  right: 17px;
  border-top: 10px solid #ef9f39;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.psc-adding-popup input {
  border-radius: 25px;
  text-align: center;
}
.psc-adding-popup .d-flex {
  display: flex;
  justify-content: space-between;
}
.psc-adding-popup .potvrdit-psc {
  background-color: #3e2517;
  color: white;
  font-size: 14px;
  font-weight: 500;
  border-radius: 25px;
  width: 97px;
  padding: 10px 12px;
  transform: scale(1);
  transition: 0.3s all;
}
.psc-adding-popup .potvrdit-psc:hover {
  cursor: pointer;
  transform: scale(1.05);
}

#min-cart-popup {
  display: block;
  position: fixed;
  background: #ef9f39;
  color: black;
  left: 50%;
  top: 19.5%;
  transform: translateX(-50%);
  z-index: 9999;
  max-width: 1422px;
  width: 100%;
}
#min-cart-popup p {
  margin-bottom: 2px;
}
#min-cart-popup .min-cart-wrapper {
  position: relative;
  padding: 7px 16px;
  text-align: center;
}
#min-cart-popup .min-cart-wrapper .txt-white {
  color: white;
  font-weight: 500;
}
#min-cart-popup .min-cart-wrapper #actual_sale_size {
  font-size: 44px;
  font-weight: 500;
  top: 6px;
  position: relative;
}
#min-cart-popup .min-cart-wrapper .midle-text {
  position: relative;
  line-height: 22px;
}
#min-cart-popup .min-cart-wrapper #close-min-cart-popup {
  position: absolute;
  right: 10px;
  top: 10px;
}
#min-cart-popup .min-cart-wrapper #close-min-cart-popup:hover {
  cursor: pointer;
}
#min-cart-popup .min-cart-wrapper .min-cart-text-mensi {
  font-size: 10px;
  padding-top: 8px;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
  #min-cart-popup {
    top: 130px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #min-cart-popup {
    top: 160px !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 2000px) {
  #min-cart-popup {
    top: 10px;
    position: absolute;
  }
}
@media only screen and (min-width: 2001px) and (max-width: 2900px) {
  #min-cart-popup {
    top: 10px;
    position: absolute;
  }
}
@media only screen and (min-width: 2901px) and (max-width: 9000px) {
  #min-cart-popup {
    top: 10px;
    position: absolute;
  }
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
  #min-cart-popup.stickyPopup {
    top: 100px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #min-cart-popup.stickyPopup {
    top: 80px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #min-cart-popup.stickyPopup {
    top: 80px !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  #min-cart-popup.stickyPopup {
    top: 100px !important;
    position: fixed;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 2000px) {
  #min-cart-popup.stickyPopup {
    top: 100px !important;
    position: fixed;
  }
}
@media only screen and (min-width: 2001px) and (max-width: 2400px) {
  #min-cart-popup.stickyPopup {
    top: 100px !important;
    position: fixed;
  }
}
@media only screen and (min-width: 2401px) and (max-width: 2900px) {
  #min-cart-popup.stickyPopup {
    top: 100px !important;
    position: fixed;
  }
}
@media only screen and (min-width: 2901px) and (max-width: 9000px) {
  #min-cart-popup.stickyPopup {
    top: 100px !important;
    position: fixed;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 2000px) {
  .single-product .site-content {
    position: relative;
  }
}
@media only screen and (min-width: 2001px) and (max-width: 9000px) {
  .single-product .site-content {
    position: relative;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 2000px) {
  .woocommerce-cart .site-content {
    top: 0px;
    position: relative;
  }
}
@media only screen and (min-width: 2001px) {
  .woocommerce-cart .site-content {
    top: -20px;
    position: relative;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 2000px) {
  .woocommerce-checkout .site-content {
    top: 0px;
    position: relative;
  }
}
@media only screen and (min-width: 2001px) {
  .woocommerce-checkout .site-content {
    top: -20px;
    position: relative;
  }
}

.woocommerce-message.oznameni-citic {
  background-color: #ad1228;
  color: white;
}

/**
static text zavoz sleva
*/
#min-cart-popup-static {
  display: block;
  background: #ef9f39;
  color: black;
  margin: auto;
  margin-top: 15px;
  z-index: 9999;
  max-width: 1422px;
  width: 100%;
}
#min-cart-popup-static p {
  margin-bottom: 2px;
}
#min-cart-popup-static .min-cart-wrapper {
  position: relative;
  padding: 7px 16px;
  text-align: center;
}
#min-cart-popup-static .min-cart-wrapper .txt-white {
  color: white;
  font-weight: 500;
}
#min-cart-popup-static .min-cart-wrapper #actual_sale_size {
  font-size: 44px;
  font-weight: 500;
  top: 6px;
  position: relative;
}
#min-cart-popup-static .min-cart-wrapper .midle-text {
  position: relative;
  line-height: 22px;
}
#min-cart-popup-static .min-cart-wrapper #close-min-cart-popup {
  position: absolute;
  right: 10px;
  top: 10px;
}
#min-cart-popup-static .min-cart-wrapper #close-min-cart-popup:hover {
  cursor: pointer;
}
#min-cart-popup-static .min-cart-wrapper .min-cart-text-mensi {
  font-size: 10px;
  padding-top: 8px;
}

.single-product .shipping_method_0_flat_rate3 {
  display: block !important;
}

.cart_section_headline {
  text-align: center;
  margin: auto;
}

@media only screen and (min-width: 48em) {
  .woocommerce-checkout .form-row {
    margin-bottom: 0.5rem !important;
  }
  #customer_details {
    float: left;
    margin-right: 0em !important;
    width: 49% !important;
  }
  .woocommerce-checkout-review-order {
    width: 49% !important;
  }
  #order_review_heading {
    display: none;
  }
}
.woocommerce-checkout-review-order table thead {
  background: none;
}

.form-row.place-order {
  width: 100%;
}

.woocommerce-checkout .form-row label {
  display: none;
}

input#order_comments {
  width: 100%;
}

.woocommerce-checkout h3 {
  font-size: 16px !important;
  font-family: "RobotoCondensedBold" !important;
}

#order_review .woocommerce-shipping-totals {
  margin-bottom: 15px !important;
}
#order_review .zalohy_custom_checkout_table {
  margin-bottom: 15px !important;
}
#order_review table {
  margin: 0 0 0.5em !important;
}
#order_review th.product-name {
  font-size: 16px !important;
  font-family: "RobotoCondensedBold" !important;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
}
#order_review td.product-name {
  font-size: 20px !important;
  font-family: "RobotoCondensedBold" !important;
  padding-left: 0px !important;
}
#order_review th.product-total {
  text-align: right;
  font-size: 16px !important;
  font-family: "RobotoCondensedBold" !important;
  padding-bottom: 0px !important;
  padding-right: 0px !important;
}
#order_review .cart_item .product-name {
  padding-bottom: 0px !important;
}
#order_review .cart_item .product-total {
  text-align: right;
  font-size: 20px !important;
  font-family: "RobotoCondensedBold" !important;
  color: #fc9b00;
  padding-bottom: 0px !important;
  padding-right: 0px !important;
}
#order_review .cart_item .product-total bdi {
  font-size: 20px !important;
  font-family: "RobotoCondensedBold" !important;
}
#order_review .cart_item .product-total bdi .woocommerce-Price-currencySymbol {
  font-size: 20px !important;
  font-family: "RobotoCondensedBold" !important;
}

.checkout-section-headline {
  font-size: 20px !important;
  text-align: left;
  color: black !important;
  font-family: "RobotoCondensedBold" !important;
  margin-bottom: 10px !important;
  padding-top: 15px;
}

p#order_comments_field {
  width: 100%;
}

.checkmark {
  border-radius: 0% !important;
  transition: 0.3s all;
}

.cb_container .checkmark.checked:after {
  border-radius: 0% !important;
  background-color: #fc9b00 !important;
}

.cb_container:hover .checkmark {
  background-color: #fc9b00 !important;
}

.cart_item {
  border-bottom: none !important;
}

.woocommerce-shipping-methods input[type=radio]:checked + *::before {
  border-radius: 0% !important;
}

.woocommerce-shipping-methods input[type=radio]:checked + *::before {
  background: #fc9b00 !important;
}

.woocommerce-shipping-methods input[type=radio] + *::before {
  border-radius: 0% !important;
}

.order-total-cutsom {
  display: flex;
  justify-content: space-between;
}

.order-total-header {
  font-size: 20px !important;
  font-family: "RobotoCondensedBold" !important;
}

.order-total-price {
  text-align: right;
  font-size: 20px !important;
  font-family: "RobotoCondensedBold" !important;
  color: #fc9b00;
}
.order-total-price bdi {
  font-size: 20px !important;
  font-family: "RobotoCondensedBold" !important;
}
.order-total-price bdi .woocommerce-Price-currencySymbol {
  font-size: 20px !important;
  font-family: "RobotoCondensedBold" !important;
}

.woocommerce-checkout-review-order button {
  width: auto;
  margin-top: 0px;
  float: right;
  font-weight: 400 !important;
  text-transform: none !important;
}

.full-row-width {
  width: 100% !important;
}

.woocommerce-checkout-review-order table tr {
  border-bottom: 1px solid #707070 !important;
}

#shipping_method li {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: space-between;
}
#shipping_method li .shipping_custom_line_label {
  display: flex;
}
#shipping_method li .shipping_custom_line_label label:hover {
  cursor: pointer;
}
#shipping_method li .shipping_custom_line {
  display: flex;
  align-items: center;
}
#shipping_method li .shipping_custom_line:hover {
  cursor: pointer;
}
#shipping_method li .shipping_method_description {
  width: 100%;
}

#payment .wc_payment_method img {
  display: none;
}
#payment .custom_payment_method_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.shipping_custom_line_label:hover {
  cursor: pointer;
}

.woocommerce-checkout-review-order table th {
  text-transform: none !important;
}

.woocommerce-terms-and-conditions-wrapper {
  display: flex;
}
.woocommerce-terms-and-conditions-wrapper .checkmark {
  top: -4px !important;
}
.woocommerce-terms-and-conditions-wrapper .form-row {
  width: 30px !important;
}

.shipping_method_description {
  display: none;
}

.shipping_method_l_item_selected .shipping_method_description {
  display: block;
}

.shipping_custom_line:hover {
  cursor: pointer;
}

#billing_country_field,
#shipping_country_field {
  display: none;
}

.zalohy_custom_checkout_table th {
  padding-left: 0px !important;
}
.zalohy_custom_checkout_table td {
  padding-right: 0px !important;
  text-align: right;
}
.zalohy_custom_checkout_table tbody .fee {
  border: none !important;
}
.zalohy_custom_checkout_table tbody .fee th {
  padding-bottom: 0px !important;
}
.zalohy_custom_checkout_table tbody .fee td {
  padding-bottom: 0px !important;
}
.zalohy_custom_checkout_table tbody .cart-discount {
  border-bottom: 0px !important;
}

.woocommerce-checkout-review-order-table .cart_item {
  border-bottom: 0px !important;
}

.th_nonvisible {
  display: none;
}

td.product-subtotal {
  min-width: 150px;
}

.form-row.hidden {
  display: none;
}

p#billing_iscomp_field {
  display: none;
}

.woocommerce-checkout .form-row input:not([type=checkbox]) {
  padding-left: 20px;
}

.custom_woo_login_checkout_btn {
  display: flex;
  padding: 1em;
  align-items: center;
}
.custom_woo_login_checkout_btn p {
  margin-bottom: 0px;
}

.custom_btn {
  background-color: #fc9b00;
  color: white;
  border-radius: 26px !important;
  padding: 12px 20px;
  text-align: center;
  margin-left: 15px;
  transition: 0.3s all;
}
.custom_btn:hover {
  background-color: #3e2517;
  color: white !important;
}

@media only screen and (max-width: 436px) {
  .woocommerce-checkout .form-row {
    width: 100% !important;
  }
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
  margin-bottom: 10px !important;
}
.woocommerce-checkout .cb_container {
  padding-left: 30px !important;
}
.woocommerce-checkout .ws-page-header {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  gap: 10px !important;
}

p.form-row.form-row-wid.full-row-width label {
  margin-top: 0px !important;
  padding-top: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.woocommerce-privacy-policy-text a {
  text-decoration: underline;
  color: black !important;
}/*# sourceMappingURL=custom.css.map */