/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
bdi{
  white-space: nowrap
}
.woocommerce-checkout h4, .woocommerce-cart h4, .woocommerce-order-details h4{  
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 32px;
}
.porto-radio .porto-control-label{
  font-size: 14px;
}

button[name="update_cart"]{
	display:none !important;
}


.woocommerce-Price-amount.amount bdi{
	white-space:nowrap;
}


.wpify-woo-ic-dic__toggle label.checkbox {
  display: inline-flex;
  align-items: center;
}
.input-checkbox{
  pointer-events: none;
  user-select: none;
  background-color: #ffffff;
  border: 1px solid #c2c0ca;
  width: 20px;
  height: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance:    none;
  position: relative;
  margin-right: 10px !important;
}
.input-checkbox:checked{
  content: '';
  background-image: url("https://www.albik.cz/wp-content/themes/porto/images/custom-checkbox.svg");
  background-repeat: no-repeat;
  background-size: 50% 50%; 
  background-position: center center;    
  transition: opacity .3s;
  opacity: 1;
}