/**
** Parts of this code is written by joomlaproffs.se Copyright (c) 2012, 2015 All Right Reserved.
** Many part of this code is from VirtueMart Team Copyright (c) 2004 - 2015. All rights reserved.
** Some parts might even be Joomla and is Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. 
** http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
** This source is free software. This version may have been modified pursuant
** to the GNU General Public License, and as distributed it includes or
** is derivative of works licensed under the GNU General Public License or
** other free or open source software licenses.
**
** THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY 
** KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
** IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
** PARTICULAR PURPOSE. 

** <author>Joomlaproffs / Virtuemart team</author>
** <email>support@joomlapro.com</email>
** <date>2015</date>
*/
.vmpayment_name .vmCartPaymentLogo
{
	display:none;
}
.selectbox select
{
	width:100% !important;
}
.paydiv .uk-form-row
{
  margin-top:0px !important;	
}
#payments, #shipment_selection, #payment_selection  {
border:none;
}
#paymentdetails .error_div, #paymentsdiv .error_div, #klarna_hidden_div, #paymentdetails #klarna-checkout-containers_divs_div
{
display:none;
}
#userlogin_username, #userlogin_password
{
text-transform:none !important;

}
.overlaylow
{
 opacity : 0.5;
}
.overlayhigh
{
 display: block !important;
 opacity : 1 !important;
}
.overlaycss
{
 background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateZ(0px);
    transition: opacity 0.15s linear 0s;
    z-index: 1010;
}
.errorcheck
{
  border:1px solid #ff0000;
} 

#payment_select .error_div 
{
 display:none !important;
}
#customerror .uk-alert, #loginerror .uk-alert, #cartalert .uk-alert, #email_error .uk-alert, #user_error .uk-alert
{
  display:block !important;
}
td#paymentdetails  #klarna-checkout-containers_div, #paymentsdiv #klarna-checkout-containers_div, td#paymentdetails #error_div, #paymentsdiv #error_div
{
 display:none !important;
}
 

.squaredTwo {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 15px auto;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredTwo label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.checkout-button-top
{
 text-align:center !important;
}
.squaredTwo label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); 
}
.squaredTwo label:hover::after {
  opacity: 0.3;
}
.squaredTwo input[type=checkbox] {
  visibility: hidden;
}
.squaredTwo input[type=checkbox]:checked + label:after {
  opacity: 1;
}

#right_div .uk-width-1-1 input[type=text],#right_div .uk-width-1-1 input[type=password], #right_div .uk-width-1-1 select,
#shiptopopup .uk-width-1-1 input[type=text],#shiptopopup .uk-width-1-1 input[type=password], #shiptopopup .uk-width-1-1 select, #right_div .uk-width-1-1 input[type=email]

{
width:100% !important;
}
#right_div .uk-width-1-1 input[type=text],#right_div .uk-width-1-1 input[type=password], #right_div .uk-width-1-1 select,
#billtopopup .uk-width-1-1 input[type=text],#billtopopup .uk-width-1-1 input[type=password], #billtopopup .uk-width-1-1 select, #right_div .uk-width-1-1 input[type=email]

{/*joomlapro_added*/
width:100% !important;
}
.line-through 
{
text-decoration:line-through;
}
