/**
* @package Joomla
* @subpackage JoomShopping
* @author Nevigen.com
* @website https://nevigen.com/
* @email support@nevigen.com
* @copyright Copyright © Nevigen.com. All rights reserved.
* @license Proprietary. Copyrighted Commercial Software
* @license agreement https://nevigen.com/license-agreement.html
**/
 
#oneStepCheckoutForm  { }
#oneStepCheckoutForm .tm-jshop-price { font-size:18px;line-height:18px;}
#oneStepCheckoutForm .checkout-step-header {
	background: #c1d0e4!important;
	color: #fff!important;
	padding: 3px 15px;
	font-size:16px;
	display:inline-block;
	border-radius: 4px;
	margin-bottom: 10px;
	}
#oneStepCheckoutForm .jshop_shipping_method *  {margin-left:25px;font-size:14px; }
#oneStepCheckoutForm .fielderror .uk-input, .uk-input.fielderror, .uk-input:focus.fielderror, #oneStepCheckoutForm .fielderror .uk-checkbox {border: 1px solid #f0506e;}
#oneStepCheckoutForm .fielderror * {color: #f0506e!important;font-weight:bold;}
select#np_warenhouse {width: 100%;}
.tm-cart-quantity-column .uk-form-icon {width: 25px;}
.tm-cart-quantity-column .uk-form-icon:not(.uk-form-icon-flip)~.uk-input {padding-left: 20px!important;}
.tm-cart-quantity-column .uk-form-icon-flip~.uk-input {padding-right: 20px!important;} 

#oneStepCheckoutForm .uk-input, #oneStepCheckoutForm .uk-textarea, #oneStepCheckoutForm .uk-input:focus, #oneStepCheckoutForm .uk-input:active {color: #111;border: 2px solid #f00;}
#oneStepCheckoutForm  .shipping_image{visibility: hidden;}
#oneStepCheckoutForm  li.uk-active .shipping_image{visibility: visible;}
#oneStepCheckoutForm  .fielderror {background-color: #FDC055;}
#oneStepCheckoutForm  .fielderror::placeholder {color: #fff;}


#oneStepCheckoutForm .uk-radio {height: 28px;width: 28px;} 
#oneStepCheckoutForm .uk-radio:checked {
    background-color: #ff0000;
    border-color: transparent;
	background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2246%22%20height%3D%2246%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");*/
}