/* 
*
* @copyright Copyright (C) 2007 - 2010 RuposTel - All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* One Page checkout is free software released under GNU/GPL and uses code from VirtueMart
* VirtueMart 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.
* 
*/

span.shipping_error {
 color: red; font-weight: bold; padding-top: 20px;
}
div#onepage_userfieds {
	width: 100%; 
	float: left;
}

#vmMainPageOPC .checkbox_5 {
	width: 5%; 
	min-width: 20px; 
	float: left; 
	clear: left; 
	
}
#vmMainPageOPC .checkbox_95 {
	
	min-width: 20px; 
	clear: right; 
    max-width: 95%; float:none !important;
}

#vmMainPageOPC div.op_inside, #payment_top_wrapper, div#vmMainPageOPC h3.shipping_h3, #vmMainPageOPC div.field_wrapper {
 float: left; 
 width: 100%; 
 clear: both; 
 box-sizing: border-box; 
}

#vmMainPageOPC  #basket_container select.quantity_select  {
  max-width: 70px; 
}

/* address fields */
#vmMainPageOPC div.all_fields {
 padding-left: 20px; 
 box-sizing: border-box; 
}
#vmMainPageOPC div.BTaddress div.row {
 
    padding: 3px 3px;
    vertical-align: top;
    border-bottom: 1px solid #dedede;
	width: 100%; 
	font-size: 13px;
	margin:  0 !important; 
	clear:both; 
}
#vmMainPage div#onepage_useraddresses {
 
}
#vmMainPageOPC .address_field_name,#vmMainPageOPC  .op_field_name {
overflow: hidden;max-width: 200px;word-break: normal;display: block;margin: 0;
float: left; 
nowrap: nowrap; 
width: 30%; 
text-align: left; margin:0; padding:0;

	font-size: 13px;
	line-height: 30px;
	
    font-weight: normal !important;
    
   
 
}
#vmMainPageOPC  .address_field_value, #vmMainPageOPC .op_field_value {
 float: right; clear: right; width: 65%; margin:0; padding:0;
 margin-left: 3%; 
	font-size: 13px;
	line-height: 33px;
	
    font-weight: normal !important;
    
text-align: left;    

 
 }
 
 #onepage_userfieds {
    
	font-size: 13px;
	line-height: 33px;
    font-weight: normal;
    padding: 0 10px;
}

div.left_half {
 margin: 0; 
 padding: 0; 
 float: left; 
 width: 49%; 
 clear: left; 
 
}


/* eend address fields */


div#vmMainPageOPC * {
 box-sizing: border-box; 
  -moz-box-sizing: border-box; 
}
div#vmMainPageOPC  input#sachone {
 margin-left: 15px; 
 margin-right: 10px; 
 float: left; 
 clear: left; 
}
div#vmMainPageOPC td.td_field_title {
padding-right:15px;overflow: hidden;max-width: 200px;word-break: break-all;display: block;margin: 0;width: 100%;
}
div#vmMainPageOPC fieldset {
 min-width: 150px; 
 display: block; 
 float: left; 
 clear: both; 
 width: 100%; 
}
#vmMainPageOPC div.formField select {
 max-width: 250px; 
}

div#vmMainPageOPC fieldset.other_address label {
  float: left; 
  width: 80%; 
  clear: right; 
}

#vmMainPageOPC div.left_checkout div ul#vmtabs a, #vmMainPageOPC div.left_checkout div ul#vmtabs a:visited, #vmMainPageOPC div.left_checkout div ul#vmtabs a:hover {
 color: white; 
}
#vmMainPageOPC div.left_checkout div ul#vmtabs a {
 color: white; 
 background-color: #666; 
}
#vmMainPageOPC div.left_checkout div ul#vmtabs li.selected a {
 color: white; 
 background-color: #0088cc; 
 font-size: 1.5em;
}

div#vmMainPageOPC div#ajaxshipping input[type="radio"], div#vmMainPageOPC div#ajaxshipping label, div#vmMainPageOPC div#payment_html input[type="radio"], div#vmMainPageOPC div#payment_html label {
 float: left; 
 max-width: 90%;
}
div#vmMainPageOPC div#payment_html label span.vmpayment_description {
 clear: both; 
 display: block; 
}
div#vmMainPageOPC div#payment_html span.hasTip {
 clear: both; 
 width: 100%; 
}
div#vmMainPageOPC div#payment_html input[type="text"], div#vmMainPageOPC div#payment_html select {
  max-width: 60%; 
}
div.checkout-advertise-box {
 margin-top: 10px; 
}
div.opc_PricesalesPrice {
 float: right; 
}
div.opc_PricesalesPrice span {
 text-align: right;
}

div#onepage_info_above_button {
	text-align: center; 
	width: 50%; 
	
	margin: auto;
	margin-left: 30%;
	
	
}
div#onepage_total_inc_sh {
 padding-top: 10px;
}
#vmMainPageOPC div#onepage_submit_section {
	width: 350px; 
	height: 40px;  
	padding: 20px;
	margin-left: auto; 
	margin-right: auto; 
	padding-left: 0; 
	padding-right: 0; 
}
#vmMainPageOPC input#confirmbtn.buttonopc {
	width: 350px; 
	height: 40px;  
	padding: 20px;
	margin-left: auto; 
	margin-right: auto; 
	padding-left: 0; 
	padding-right: 0; 
	
}
div#onepage_login_box {
 padding: 20px; 
 text-align: center; 
 margin-right: auto; 
 margin-left: auto; 
 width: 100%; 
}
div#onepage_login {
 text-align: left; 
 padding-left: 35%;
}
textarea#onepage_tos {
width: 100%;
}

span.bottom_totals_txt {
width: 50%;
text-align: right;
float: left;
}

span.bottom_totals {
/* width: 67%; */
text-align: left;
padding-left: 3%;
float: left;
}

div#totalam {

width: 100%;
clear: both;
float: left;
margin: 0 auto;
}

br.op_clear {
 clear: both;
}

div#tt_order_subtotal_div {
 width: 100%;
 float: left;
 clear: both;
}
div#tt_order_payment_discount_before_div {
 width: 100%;
 display: none;
 
}

div#tt_order_discount_before_div {
 width: 100%;
 display: none;

}

div#tt_shipping_rate_div {
 width: 100%;
 

}
div#tt_shipping_tax_div {
 width: 100%;
 display: none;

}

div#tt_tax_total_0_div {
 display: none;
width: 100%;
}

div#tt_tax_total_1_div {
 display: none;
width: 100%;
}

div#tt_tax_total_2_div {
 display: none;
width: 100%;
}

div#tt_tax_total_3_div {
 display: none;
width: 100%;
}

div#tt_tax_total_4_div {
 width: 100%;
 display: none;

}

div#tt_order_payment_discount_after_div {
 width: 100%;
 display: none;

}

div#tt_order_discount_after_div {
 width: 100%;
 display: none;

}

div#tt_total_div {
 width: 100%;

}

select#shipping_inside_basket_select {
 font-family: monospace;
}

select#payment_inside_basket {
 font-family: monospace;
}


/* pbv basket from vm1 */
#vmMainPageOPC .sectiontableheader {
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #CCCCCC;
    color: #FFFFFF;
    padding: 5px;
}
#vmMainPageOPC .sectiontableheader a, .sectiontableheader a:hover, .sectiontableheader a:focus, .sectiontableheader a:active {
    color: #FFFFFF;
}
#vmMainPageOPC .sectiontableentry, .sectiontableentry0, .sectiontableentry1, .sectiontableentry2 {
    background: url("images/dot2.gif") repeat-x scroll center bottom transparent;
    padding: 5px 5px 6px;
}
#vmMainPageOPC .sectiontableentry:hover, .sectiontableentry0:hover, .sectiontableentry1:hover, .sectiontableentry2:hover {
    background-color: #FFFFF0;
}
#vmMainPageOPC .sectiontableentry2 {
    background-color: #F6F6F6;
}

#vmMainPageOPC hr {
    border-color: #CCCCCC;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 1px;
}

#vmMainPageOPC td, #vmMainPageOPC tr {
 border: 0 none;
 padding: 3px;  
}
#vmMainPageOPC .vmsectiontableentry2 {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 0 solid #CCCCCC;
    color: #333333;
    
    font-size: 13px;
    font-weight: normal;
    height: 20px;
    padding: 5px;
    text-transform: none;
}

#vmMainPageOPC td {
    font-size: 100%;
    padding: 5px;
}
#vmMainPageOPC input.updatebtn, #vmMainPageOPC a.updatebtn {
background: none;
background: transparent url('images/update_quantity_cart.png') no-repeat top left; 
 display: inline-block; 
 width: 20px; 
 height: 20px; 
 border: none; 
 
}
#vmMainPageOPC a.deletebtn, #vmMainPageOPC a.deletebtn:hover {
 background: none;
 background: transparent url('images/remove_from_cart.png') no-repeat top left; 
 display: inline-block; 
 width: 20px; 
 height: 20px; 
}


#vmMainPageOPC  .tabcontent2 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #000000;
	clear: both;
}

#vmMainPageOPC  .tabcontent2 {
    margin-top: -1px;
    padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	width: 100%;
}
#vmMainPageOPC select {
 width: 70%; 
 max-width: 200px; 
}

#vmMainPageOPC select.opc_st_select {
  min-width: 250px; 
  float: left; 
}

#vmMainPageOPC fieldset {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #E7E7E7 !important;
    color: #555555;
    
    margin-bottom: 10px !important;
	max-width: 100%; 
}
#vmMainPageOPC .coupon_input {
 border: none;
 border: 1px solid gray; 
 height: 16px;
 color: gray;
 font-size: 9px;
 min-width: 200px; 
}

#vmMainPageOPC .coupon_input:active, #vmMainPageOPC .coupon_input:focus {
 border: none;
 border: 1px solid gray; 
 height: 16px;
 color: black;
 font-size: 9px;
}

#vmMainPageOPC .coupon_wrapper {
  float: right; 
  margin: 0; 
  padding: 0; 
  clear: both;
}

#vmMainPageOPC .detailsbutton_opc {
  float: right; 
  margin: 0; 
  padding-top: 10px; 
}

#vmMainPageOPC table .inputbox {
 border: 0 none; 
 min-height: 18px; 
 position: relative; 
 top: -5px; 
 vertical-align: middle;
 
}
#vmMainPageOPC #payment_html table .inputbox, #vmMainPageOPC .payment_extra input[type="text"] {
 width: 220px; 
 max-width: 95%; 
}

#vmMainPageOPC #payment_html  .vmpayment_cardinfo table td {
 height: 30px; 
 vertical-align: top; 
 padding: 2px; 
}
#vmMainPageOPC #payment_html  .vmpayment_cardinfo table td span.hasTip {
 float: left; 
 clear: both; 
}

#vmMainPageOPC .updatebtn {
 position: relative; 
 top: -3px; 
}

#vmMainPageOPC div.continue_shopping2 {
  margin: 0; 
  padding: 0; 
  margin-left: 0; 
  margin-right: auto; 
  width: 169px; 
  height: 30px; 
  padding-top: 15px;
  background: transparent url(images/keepshoppping.png) no-repeat left 10px;  
}
#vmMainPageOPC  a.continue_link2:hover, #vmMainPageOPC  a.a.continue_link2:active 
{
 color: black; 
 background: none; 
}
#vmMainPageOPC a.continue_link2, a.continue_link2:hover, a.a.continue_link2:active {
 padding-left: 30px; 
 padding-top: 7px;
 vertical-align: middle;
 color: grey; 
 text-decoration: none;
 text-transform: uppercase;
 font-size: 12px;
 font-weight: bold;
 font-stretch: ultra-condensed;
 background: none; 
}

#vmMainPageOPC .continue_left {
 clear: left; 
 width: 50%; 
 float: left; 
}
#vmMainPageOPC .coupon_right {
  width: 49%; 
  float: left;
  clear: right;   
}
#vmMainPageOPC .continue_and_coupon {
  border: 0 none; 
  margin: 0; 
  padding: 0; 
}

#vmMainPageOPC iframe.tos_iframe {
  width: 90%; 
  margin-left: 5%; 
  margin-right: 5%; 
  padding: 0; 
  height: 200px; 
}


#vmMainPageOPC div.btandst .st_right, #vmMainPageOPC div.right_half { 
 padding: 0; 
 margin: 0; 
 margin-left: 2%;
 width: 49%; 
 float: left; 
}
#vmMainPageOPC div.btandst .bt_left {
 margin: 0; 
 padding: 0; 
 float: left
}
#vmMainPageOPC .address_fielset {
 min-height: 31px; 
}
#vmMainPageOPC div.btandst {
  margin: 0; 
  padding: 0; 
  width: 100%; 
}

#vmMainPageOPC div.opc_bottom_checkboxwrap {
 width: 100% !important;
 text-align: left;
 margin-left: 5%;
 margin-top: 10px; 
    
    font-size: 14px;
    line-height: 24px;
	 margin: 0; 
    text-align: center;
 
 
}


#vmMainPageOPC .op_radiowrapper {
 width: 10%;
 float: left; 
 margin: 0; 
 padding: 0; 
 height: 100%; 
 bottom: 45%; 
 left: 0; 
 clear: left; 
 
 }

#vmMainPageOPC .op_labelwrapper {
 width: 85%; 
 float: left; 
 margin: 0; 
 padding: 0;
 clear: right;  
}

#vmMainPageOPC div#staddresses .sectiontableentry1 {
 background: none; 
  
 
}

#vmMainPageOPC div#staddresses .sectiontableentry2 {
 
 background: none; 
 margin-top: 15px;
 
}

.op_field_name {
  width: 35%; 
  padding-right: 5%;
  
  text-align: right; 
  float: left; 
  clear: right;
}

.op_field_value {
 width: 49%; 
 text-align: left; 
 float: left; 
 clear: right; 
}


#onepage_main_div div.left_checkout{
    float: left;
    width: 49%;
	padding: 0; 
	margin: 0; 
	margin-right:1%;
}
#onepage_main_div div.right_checkout{
    float: left;
    padding: 0px 0 0;
	margin: 0; 
	margin-left:1%;
    width: 49%;
}
#vmMainPageOPC .formField, #vmMainPageOPC .formField > input {
    margin: 0 !important;
    max-width: 95%;
	box-sizing: border-box; 
}

#vmMainPageOPC .formField textarea {
  height: 60px; 
}
#vmMainPageOPC fieldset{
	background: none repeat scroll 0 0 #F8F8F8;
	border-top:1px solid #eaeaea !important;
	border-bottom:none !important;
	border-left:none !important;
	border-right:none !important;
}
#vmMainPageOPC fieldset fieldset{
	border: medium none !important;
}
#vmMainPageOPC .formField input#socialNumber_field{
    vertical-align: middle;
    width: 122px;
}

#vmMainPageOPC .formField input#klarna_get_address_button {
    background: url("images/button_checkout_get.gif") repeat scroll 0 0 transparent;
    border: 1px solid #C9C5C0;
    cursor: pointer;
    
    font-size: 13px;
    margin: 0 0 0 7px;
    padding: 0;
    text-transform: uppercase;
    vertical-align: middle;
    width: 117px;
}

#vmMainPageOPC #paymentPlan { 
	width:300px;
	clear:both;
}
div#onepage_main_div .tabcontent3 h3,
div#onepage_main_div h3.payment_h3, 
div#onepage_main_div h3.shipping_h3 {
    background: none repeat scroll 0 0 #F5F5F5;
    border-top: 1px solid #d7d7d7;
    
    
    font-size: 14px !important;
    line-height: 39px;
    margin: 0;
    padding: 0 20px;
    text-transform: uppercase !important;
	float: left; 
	clear: left; 
}
div#onepage_main_div legend.sectiontableheader{
	display:none;
}
.notes_checkout{
	clear:both;
}



#vmMainPageOPC fieldset.notes_checkout{
    background: none repeat scroll 0 0 #F8F8F8;
    float: left;
   /* margin: 20px 0 26px !important;*/
    width: 100%;
}

div#opc_logged_wrapper #customer_note_div{
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #EAEAEA;
    float: none !important;
    
    font-size: 14px;
    font-weight: bold !important;
    line-height: 39px;
    margin: 0 !important;
    padding: 0 20px;
    text-align: left !important;
    text-transform: uppercase;
    width: auto !important;
}
#customer_note_input #customer_note_field{
    border: 1px solid #E3E3E3;
    border-radius: 3px 3px 3px 3px;
    height: 143px;
    margin: 0;
   /* padding: 5px;*/
    max-width: 432px;
	width: 80%;
}
#vmMainPageOPC #customer_note_input{
    box-sizing: border-box; 
	padding: 20px 0;
    text-align: center;
}
div#onepage_total_inc_sh{
	padding: 0;
}
div#totalam{
    float: none;
    
    font-size: 14px;
    line-height: 40px;
    width: 390px;
}
div#tt_order_subtotal_div{
	border-bottom: 1px solid #EAEAEA;
}
div#tt_shipping_rate_div, div.bottomtotals {
	border-bottom: 1px solid #EAEAEA;
}
div#tt_tax_total_0_div{
	
}
div#tt_total_div{

}
span.bottom_totals_txt{
    float: left;
    padding: 0 0 0 12px;
    text-align: left;
    width: auto;
}
span.bottom_totals{
    float: right;
    padding: 0 10px 0 0;
    text-align: right;
}

#vmMainPageOPC div#agreed_div a{

}
#vmMainPageOPC div#onepage_submit_section{
	padding-top: 5px;
}
#vmMainPageOPC input#confirmbtn.buttonopc {
    background: url(images/bigbtn.png) left top !important;
    border: medium none;
    color: #FFFFFF;
    
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 !important;
    width: 222px !important;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
#vmMainPageOPC input#confirmbtn.buttonopc:hover,
#vmMainPageOPC input.buttonopc:hover{
	background-position: left bottom !important;
}
#klarna_box_invoice{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    position: relative;
}
#vmMainPageOPC fieldset.tos{

}

#vmMainPageOPC div#registertab div.formField {
 clear: right; 
}
#registertab fieldset,
#logintab fieldset{
	padding: 14px 0 30px;
}
.wrap_login a{
	
}
#vmMainPageOPC .wrap_login {
	padding-left: 20px; 
}

.klarna_box_top_agreement{
	display:none;	
}
.klarna_box_top{
    height: 29px;
    position: absolute;
    right: 8px;
    top: -37px;
    width: 62px;
}
#klarna_box_part{
	position:relative;
}
.klarna_box_top img{
    height: 29px;
    padding: 0;
    width: 62px;
}
#payment_html input#klarna_invoice{
	
}
#payment_html label{
    
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
}
.klarna_box_bottom_right{
	width: 100%;
}
.klarna_box_bottom_content{
	padding: 0 20px;
}
.klarna_box_bottom_title{
    display: inline;
    float: left;
    line-height: 33px;
    margin: 0 12px 0 0;
    text-align: right;
    width: 132px;
}
.klarna_box_bottom input#private.Klarna_radio,
.klarna_box_bottom input.Klarna_radio{
    height: 28px;
    margin: 0;
}
.klarna_box_bottom input.Klarna_fullwidth, .klarna_box_bottom input.Klarna_pnoInputField{
    border: 1px solid #E3E3E3;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 33px;
    line-height: 33px;
    margin: 0 0 10px;
    padding: 0 5px;
    width: 251px;
}
.klarna_box_bottom_radio_title{
	float: left !important;
}
.klarna_box_bottom_title.typ{
	display:none;
}
.klarna_box_bottom_content.first{
	
}
.klarna_box1{
	padding-left: 158px;
}
.image_checkout{
/*    background: url("images/td_sep.gif") no-repeat scroll right center transparent; */
    float: left;
    margin: 0 18px 0 0;
    padding: 0 18px 0 0;
}
.image_checkout div {
	width: auto !important;
	height: auto !important;
}
#vmMainPageOPC .sectiontableentry2,
.sectiontableentry1{
	background: none repeat scroll 0 0 transparent !important;
}
.vmsectiontableheader{
    background: #F5F5F5 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    
    font-size: 14px !important;
    line-height: 40px !important;
    margin: 0 !important;
    padding: 0 0 0 20px !important;
    text-align: left;
}
#opc_unlogged_wrapper table{
    border: medium none !important;
    margin: 0 !important;
}
#vmMainPageOPC td{
    background: url("images/td_sep.gif") no-repeat scroll right center transparent;
    
    padding: 10px 18px;
    vertical-align: top;
    border-bottom: 1px solid #dedede;
}
#vmMainPageOPC td.prod_name{
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 18px 10px 0;
}



#vmMainPageOPC td.prod_name img {
	width: 100px;
	height: auto;
}
#vmMainPageOPC td.prod_name a{
	display: block;
	
	margin-top: 24px;
	text-decoration: none; 
}
#vmMainPageOPC td.prod_name a:hover, #vmMainPageOPC td.prod_name a:active, #vmMainPageOPC td.prod_name a:focus {
 
 background: none !important; 
 text-decoration: underline; 
}
#vmMainPageOPC td div.vm-customfield-cart {
	font-size: 14px;
	line-height: 1.3;
	color: #aaa;
}
#vmMainPageOPC td.prod_sku{
	font-size: 12px;
	line-height: 78px;
}
#vmMainPageOPC td.prod_price{
    font-size: 14px;
    line-height: 78px;
    width: 100px;
}
#vmMainPageOPC td.prod_price div{
    float: none;
    text-align: center;
}
#vmMainPageOPC td.prod_update{
	width: 132px;
}
#vmMainPageOPC td.prod_update input.inputbox[type="text"] {
 top: 24px; 
}
#vmMainPageOPC td.prod_update div {
 margin-top: 20%; 
}
#vmMainPageOPC td.prod_total{
    font-size: 18px;
    font-weight: bold;
    line-height: 76px;
    width: 134px;
	
}
#vmMainPageOPC td.prod_total div{
	font-weight:bold;
	float: right; 
}
.vmsectiontableheader.name{
	text-align: center;
	padding:0 !important;
}
.vmsectiontableheader.delsumma{
	padding: 0 13px 0 0 !important;
}
#vmMainPageOPC #ajaxshipping select, #vmMainPageOPC #payment_html select, #payment_extra_outside_basket select {
    border: 1px solid #E3E3E3;
    border-radius: 3px 3px 3px 3px;
    
    
    margin: 0;
    padding: 0;
    text-align: left;

    height: 30px; 
	width: 200px; 
	max-width: 80%; 



}
#vmMainPageOPC table .inputbox[type="text"]{
    border: 1px solid #E3E3E3;
    border-radius: 3px 3px 3px 3px;
    
   /* font-size: 22px;*/
    height: 30px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    text-align: left;
	max-width: 90%;
   /* width: 42px; */
}
#vmMainPageOPC input.updatebtn, #vmMainPageOPC a.updatebtn{
    background: url("images/update_quantity.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
	padding: 0; 
    height: 18px;
    margin: 0; 
	margin-top: 8px; 
	margin-left: 4px; 
/*    position: absolute;
    top: 30px; */
	float: left; 
	clear: right; 
    width: 17px;	
}
#vmMainPageOPC input.inputbox_update {
 width: 40px; 
 height: 34px; 
 float: left; 
 clear: none; 
 padding: 0; 
 margin: 0; 
}
#vmMainPageOPC a.deletebtn, #vmMainPageOPC a.deletebtn:hover{
    background: url("images/delete_quantity.png") no-repeat scroll 0 0 transparent;
    height: 16px;
	margin: 0; 
    margin-top: 8px; 
	margin-right: 4px; 
	float: left; 
	 
 clear: left; 
    /*position: absolute;
    top: 30px; 
	margin: 0 0 0 32px;
	*/
    vertical-align: bottom;
    width: 16px;	
}
#vmMainPageOPC tr.empty_td td {
	border: 0;
	min-height: 10px;
	max-height: 10px;
	padding: 0; 
}
#tt_order_subtotal_div_basket, .tt_order_subtotal_div_basket  {
/* display: none; */
}
#tt_shipping_rate_div_basket, .tt_shipping_rate_div_basket,
.klarna_AdvertBox_bottomMid_readMore,
#vmMainPageOPC .continue_left{
/*	display:none;*/
}
#vmMainPageOPC .continue_and_coupon{
    float: left;
   /* margin: -91px 0 0;*/
   width: 100%; 
}
#vmMainPageOPC .t0 {
	border: 0 !important;
	background: 0 !important;
}
#vmMainPageOPC .t1,
#vmMainPageOPC .t2,
#vmMainPageOPC .t3 {
    background: none repeat scroll 0 0 #F5F5F5 !important;
    border-bottom: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important;
    font-weight: bold !important;
    line-height: 40px;
    padding: 5px 15px !important;
    text-align: left;
}
#vmMainPageOPC .t3{
	font-size: 18px !important;
	text-align: right;
}
.vmsectiontableentry1, .vmsectiontableentry2 {
	background: transparent !important;
}
#vmMainPageOPC .b1,
#vmMainPageOPC .b2,
#vmMainPageOPC .b3{
    background: none repeat scroll 0 0 transparent !important;
    border-left: medium none !important;
    border-right: medium none !important;
    border-top: medium none !important;
    border-bottom:1px solid #eaeaea !important;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    padding: 10px 15px !important;
}
#vmMainPageOPC .b0{
	background: none repeat scroll 0 0 transparent !important;
	border: 0 !important;
}
#vmMainPageOPC .b3{
	font-size: 18px;
	text-align: right;
}
a.remove_coupon {
    color: #ff5959;
    font-weight: 900;
    font-size: 12px;
}
tr.vmsectiontableentry1:hover, tr.vmsectiontableentry2:hover,  tr.sectiontableentry1:hover, tr.sectiontableentry2:hover {
	background:none !important;
}
#vmMainPageOPC .coupon_input,
#vmMainPageOPC .coupon_input:active, #vmMainPageOPC .coupon_input:focus{
    border: 1px solid #E3E3E3;
    border-radius: 3px 3px 3px 3px;
    color: #A5A4A4;
    font-size: 13px;
    height: 33px;
    line-height: 28px;
    margin: 0;
    padding: 0 7px;
    vertical-align: middle;
    width: 338px;
}
#vmMainPageOPC .detailsbutton_opc{
    float: left;
    padding: 0;
}
.coupon_in{
	float: left;
	width: 70%;
}
.coupon_in input {
 max-width: 150px; 
}
#vmMainPageOPC .coupon_right{
	width: 100%;
}

#vmMainPageOPC td.cleantd {

border: none;
background: none;
background-color: transparent; 
}

#vmMainPageOPC .coupon_wrapper{
    background: none repeat scroll 0 0 #ff5959;
    /*border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;*/
    padding:0; /* 10px 15px;*/
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 480px;
    text-align: center;
    margin: auto;
}
.checkout-advertise div{
	height: auto !important;
}
#onepage_main_div{
	margin: 10px 0 0;
	float: left;
	width: 100%;
}
#vmMainPageOPC #payment_html td{
	background: none repeat scroll 0 0 transparent;
	border: none;
}
#payment_top_wrapper fieldset {
 max-width: 100%; 
 min-width: 0; 
}
#payment_top_wrapper fieldset table {
 max-width: 90%; 
}
.pay_box, #vmMainPageOPC div#onepage_useraddresses {
    border-bottom: 1px solid #ECECEC;
    padding: 0px 0 12px 15px;
	margin-right: -27px; 
	max-width: 90%;
	float: left; 
	width: 100%; 
}

#vmMainPageOPC div.labelregister_account {
 float: left !important; 
 margin-top: 4px !important; 
}




.klarna_box_bottom{
	min-height: auto;
}
.pay_box.payment2{
 /*	background: url("images/visa_mastercard.png") no-repeat scroll right center transparent;*/
}
.pay_box.payment3{
	/* background: url("images/swedbank.png") no-repeat scroll right center transparent; */
}
#payment_html .klarna_box_bottom_radio_title label{
	text-transform: none;
}
#opc_logged_wrapper table{
	border: medium none !important;
}
#vmMainPageOPC fieldset.fieldset_agreed{
    background: none repeat scroll 0 0 transparent;
    border: medium none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#onepage_userfieds tr td{
    
    font-size: 13px;
    font-weight: normal !important;
    line-height: 33px;
    padding: 0 10px !important;
}
div#opc_logged_wrapper .formLabel, div#opc_unlogged_wrapper .formLabel {
    
    font-size: 13px;
    font-weight: normal !important;
    line-height: 33px;

    max-width: 95% !important;	
	width: 35%; 
	float:left !important;
	clear: left; 
	text-align:left !important;
	font-weight: bold !important;

	white-space: nowrap !important;
	clear: left !important;
	vertical-align: middle !important;
	margin-top: 8px !important;
	margin-left: 0;
	margin-right: 0; 
	padding-left: 0; 
	padding-right: 0; 
	display: inline-block; 
}
#vmMainPageOPC .field_wrapper {
 float: none; 
 clear: both; 
 position: relative; 
 /*min-height: 30px; */
}
#vmMainPageOPC div.vr2 {
 float: left;  
 width: 100%;
 margin: 0; 
 padding: 0; 
 box-sizing: border-box;
}
#vmMainPageOPC .formField, #vmMainPageOPC .formLabel {
	margin-top: 8px; 
	min-height: 30px; 
}

#vmMainPageOPC select, #vmMainPageOPC input[type="file"] {
 height: 25px !important; 
}
#vmMainPageOPC .formField {
	float: left; 
	/*position: absolute; 
	left: 35%; 
	width:350px !important;*/
	

	vertical-align: middle !important;
	margin-top: 8px !important;
	overflow: visible;
	clear: right; 
	width: 65%; 
	display: inline-block; 
}
#onepage_useraddresses{
	text-align:center;
}
/*
#onepage_useraddresses select, div.tabcontent3 select {
	margin: 10px 0;
    border: 1px solid #E3E3E3;
    height: 33px;
    line-height: 33px;
    padding: 6px 0;
}
#onepage_userfieds select, div.tabcontent3 select {
    border-color: #E3E3E3;
    height: 33px;
    line-height: 33px;
    padding: 6px 0;
	min-width: 80%; 
	max-width: 100%; 
	width: 251px; 
}
*/
#onepage_userfieds select[multiple="multiple"],div.tabcontent3 select[multiple="multiple"]  {
  height: 80px; 
}
#vmMainPageOPC .address_fielset{
	min-height:auto;
}
#opc_logged_wrapper .continue_and_coupon{
	/*margin: -94px 0 0;*/
}
div#opc_logged_wrapper #customer_note_div.formLabel{
    margin: 0 !important;
    width: 100% !important;	
}
#shipto_virtuemart_state_id_input{
	text-align:left;
}
#onepage_useraddresses #edit_address_list_st_section select{
	margin:0;
}


div#klarna_box_invoice, div#klarna_box_part {
 min-height: 0px !important;
}
div.klarna_box_bottom_content select {
 clear:both;
 float:left;
}

#vmMainPageOPC input[type="radio"], #vmMainPageOPC input[type="checkbox"] {

 float: left;
 clear: left;  
}
#vmMainPageOPC div#agreed_div, #vmMainPageOPC div#agreed_div input {
 text-align: left; 

}
#vmMainPageOPC #agreed_div strong { display: none; }
#vmMainPageOPC div#agreed_div label  {

}
#vmMainPageOPC div#agreed_div a {
 clear: both; 
 float: left; 
}
#vmMainPageOPC div#onepage_info_above_button   label {
 float: left; 
 text-align: left; 
}
#vmMainPageOPC div#onepage_info_above_button > div {
 clear: both; 
 float: left; 
}
#onepage_submit_section  {
 text-align: left; 
}



	/* flatastic fix */
#vmMainPageOPC input[type="checkbox"] {
	  position: static !important;
	  left: auto !important; 
}

	
	
	
.op_col7 br {
 display: none; 
}	
.op_col7 .tax_name {
 font-size: 10; 
 color: #ddd; 
}






#vmMainPageOPC div.checker
{
height:30px ; 
width:30px ; 
vertical-align:middle;
}
#vmMainPageOPC div.checker.hover
{
background:none;
}
#vmMainPageOPC div.checker span
{
height:30px ; 
width:30px ; 
background:url(images/check-box.png) ; 
background-position:top center;
}
#vmMainPageOPC div.checker
{
width:30px ; 
height:30px ; 
display:inline-block;
}
#vmMainPageOPC div.checker input
{
width:30px ; 
height:30px;
}
#vmMainPageOPC div.checker span
{
background-position:top center ; 
height:30px ; 
width:30px ; 
display:inline-block;
}
#vmMainPageOPC div.checker:active span,#vmMainPageOPC div.checker.active span
{
background-position:top center;
}
#vmMainPageOPC div.checker.focus span,#vmMainPageOPC div.checker:hover span
{
background-position:top center;
}
#vmMainPageOPC div.checker.focus:active span,#vmMainPageOPC div.checker:active:hover span,#vmMainPageOPC div.checker.active:hover span,#vmMainPageOPC div.checker.focus.active span
{
background-position:top center;
}
#vmMainPageOPC div.checker span.checked
{
background-position:bottom center;
}
#vmMainPageOPC div.checker:active span.checked,#vmMainPageOPC div.checker.active span.checked
{
background-position:bottom center;
}
#vmMainPageOPC div.checker.focus span.checked,#vmMainPageOPC div.checker:hover span.checked
{
background-position:bottom center;
}
#vmMainPageOPC div.checker.focus:active span.checked,#vmMainPageOPC div.checker:hover:active span.checked,#vmMainPageOPC div.checker.active:hover span.checked,#vmMainPageOPC div.checker.active.focus span.checked
{
background-position:bottom center;
}
#vmMainPageOPC div.checker.disabled span,#vmMainPageOPC div.checker.disabled:active span,#vmMainPageOPC div.checker.disabled.active span
{
background-position:top center; 
opacity:.8;
}
#vmMainPageOPC div.checker.disabled span.checked,#vmMainPageOPC div.checker.disabled:active span.checked,#vmMainPageOPC div.checker.disabled.active span.checked
{
background-position:bottom center ; 
opacity:.8;
}

#agreed_div > div { 
 float: left; 
}



@media screen and (min-width: 100px) and (max-width: 700px) {
	
	/*theme specific fixes*/
	div.tm-main { margin: 0; padding: 0 !important; }
	div.tm-block { margin: 0; padding: 3px !important; }
	
	div.BTaddress > div.row { max-width: 92%; }
	
	#onepage_submit_section { margin-bottom: 50px; }
	
	/*reponsive authorize.net*/
	
	#vmMainPageOPC  div#payment_html span.vmpayment_cardinfo 	table tr td select {
 float: left; 
 clear: both; 
 margin-top: 5px; 
 margin-bottom: 5px; 
}

#vmMainPageOPC span.vmpayment_cardinfo  {
 float: left; 
 clear: both; 
 width: 100%; 
}

/* PPL PRO, authorize and eway */
#vmMainPageOPC span.vmpayment_cardinfo table tr td, #vmMainPageOPC span.vmpayment_cardinfo table, #vmMainPageOPC span.vmpayment_cardinfo table tr, #vmMainPageOPC span.vmpayment_cardinfo table tbody,  
#vmMainPageOPC div.vmpayment_cardinfo table tr td, #vmMainPageOPC div.vmpayment_cardinfo table, #vmMainPageOPC div.vmpayment_cardinfo table tr, #vmMainPageOPC div.vmpayment_cardinfo table tbody
{
 display: block; 
 margin: 0px; 
 padding: 0px; 
 float: none; 
}
#vmMainPageOPC span.vmpayment_cardinfo label, #vmMainPageOPC span.vmpayment_cardinfo td {
 clear: both; 
}
#vmMainPageOPC .vmpayment_cardinfo {
 color: #333333; 
 font-size: 13px; 
}
#vmMainPageOPC span.vmpayment_cardinfo input[type="text"] {
  height: 25px; 
  clear: right; 
}

span.vmpayment_cardinfo table, div.vmpayment_cardinfo table  {
 border: 0px none !important; 
}

/* authorize.net section */
#vmMainPageOPC  div#payment_html span.vmpayment_cardinfo 	table tr td select {
 float: left; 
 clear: both; 
 margin-top: 5px; 
 margin-bottom: 5px; 
}

#vmMainPageOPC span.vmpayment_cardinfo  {
 float: left; 
 clear: both; 
 width: 100%; 
}

/* offline cc */
#vmMainPageOPC  div#payment_html  #ccoffline_form ul li {
 width: 100% !important; 
 display: block; 
 float: left; 
 clear: both; 
}
#vmMainPageOPC  div#payment_html #ccoffline_form input[type="text"] {
 max-width: 65% !important; 
}

	
	/*end reponsive authorize.net*/
	div#vmMainPageOPC textarea#customer_note_field {
		max-width: 90%; 
		width: 90% !important; 
	}
	
	
	
	
	
  #vmMainPageOPC div.left_checkout, #vmMainPageOPC div.bt_left, #vmMainPageOPC div.st_right, #vmMainPageOPC div.right_checkout, #vmMainPageOPC div.right_half,#vmMainPageOPC div.left_half, #vmMainPageOPC div#onepage_submit_section {
   width: 100% !important; 
   clear: both !important; 
   float: left !important; 
   margin-left: 0 !important; 
   margin-right: 0 !important; 
  }
  #vmMainPageOPC input#confirmbtn.buttonopc {
   width: 100% !important; 
  }
  div#vmMainPageOPC div#ajaxshipping label, div#vmMainPageOPC div#payment_html label {
	  float: none !important; 
  }
  #vmMainPageOPC div#onepage_info_above_button {
	text-align: center; 
	width: 100%; 
	margin: 0;
  }
   
#vmMainPageOPC select, #vmMainPageOPC input[type="text"],#vmMainPageOPC input[type="password"],#vmMainPageOPC input[type="datetime"],#vmMainPageOPC input[type="datetime-local"],#vmMainPageOPC input[type="date"],#vmMainPageOPC input[type="month"],#vmMainPageOPC input[type="time"],#vmMainPageOPC input[type="week"],#vmMainPageOPC input[type="number"],#vmMainPageOPC input[type="email"],#vmMainPageOPC input[type="url"],#vmMainPageOPC input[type="search"],#vmMainPageOPC input[type="tel"],#vmMainPageOPC input[type="color"],
#vmMainPageOPC div.text  input[type="text"],
#vmMainPageOPC div.text  input[type="password"],
#vmMainPageOPC  textarea#customer_note_field, #vmMainPageOPC textarea, #vmMainPageOPC div.text  input[type="email"], #vmMainPageOPC div.text  input[type="text"],
#vmMainPageOPC input[type="password"],
#vmMainPageOPC input[type="text"], #vmMainPageOPC input[type="text"]:active, #vmMainPageOPC input[type="text"]:focus,
#vmMainPageOPC input[type="email"], #vmMainPageOPC input[type="email"]:active, #vmMainPageOPC input[type="email"]:focus, #vmMainPageOPC select,
#vmMainPageOPC  input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button]),
#vmMainPageOPC  select,  select:hover,  select:focus
 {
	 width: 100%; 
	 min-width: 100%;
	 
	
 }
 #vmMainPageOPC input.inputbox_update {
 	 width: 40px !important; 
	 min-width: 40px !important;
	 max-width: 40px !important;

 }
  
  #vmMainPageOPC #onepage_info_above_button {
   margin-left: 0; 
  }
  
  
  #vmMainPageOPC div.formLabel.inputregister_account {
	  max-width: 20% !important; 
	  float: left; 
	  clear: left; 
  }
  #vmMainPageOPC div.formField.labelregister_account {
	  max-width: 75%; 
	  float: left; 
	  clear: right; 
  }
  .yagendoo-mobile-wrap-1, .yagendoo-mobile-wrap-2	{ display: none; }
  .yagendoo-mobile-7, .yagendoo-mobile-wrap-3 {
	  float: left; 
	  clear: both; 
	  width: 100%; 
  }
  
  #vmMainPageOPC {
	float: left; 
	clear: both; 
	width: 100%; 
	}
  
}


#facebox {
	max-width: 50%; 
	max-height: 500px; 
	overflow-y: scroll; 
}

#vmMainPageOPC .invalid {
 border: 1px solid #cc0000 !important;
}

#vmMainPageOPC #opc_error_msgs {
		box-sizing: border-box; 
		background:#fff1f0;color:#d85030;
		margin-top: 15px; 
		margin-bottom: 15px; 
		padding: 10px; 
		border: 1px solid rgba(216,80,48,.3);
		border-radius: 4px; 
		text-shadow: 0 1px 0 #fff; 
		display: block; 
	}
	
	
#vmMainPageOPC .acy_checkbox_label_div {
	text-align: left; 
	width: 95%;
	float:left;
}	
#vmMainPageOPC .acy_checkbox_label_div > label {
	float: none; white-space: normal;
}

#vmMainPageOPC .acy_checkbox_div {
	width: 5%; float: left;
}
#vmMainPageOPC .acy_wrap {
	width: 100%; float: left; clear: both; 
}
#vmMainPageOPC #onepage_info_above_button {
	float: left; 
	clear: both; 
}

#vmMainPageOPC .checkbox_label_opc {
	font-size: 17px; 
}
#vmMainPageOPC { box-sizing: border-box !important; }
#vmMainPageOPC label.opc_bottom_labels {
	float: none; white-space: normal;
	max-width: 80%; 
	/*float: left; */
	clear: right; 
	margin: 0; 
}


.mobile_unit_price { display: none; }


html #vmMainPageOPC input#gdpr_privacy_policy_checkbox {

}

#vmMainPageOPC .control-group {
	width: 50%; 
	float: left; 
	clear: both; 
	margin: 0; padding: 0; 
	margin: auto; 
	margin-left: 30%; 
}

#vmMainPageOPC .control-group .control-label {
	float: right; 
	width: 95%; 
	text-align: left; 
	margin: 0; padding: 0; 
}
#vmMainPageOPC .control-group .controls,#vmMainPageOPC .checkbox_5 {
	float: left; 
	clear: left; 
	width: 5%; 
	margin: 0 !important; 
	padding-top: 8px !important;
	padding: 0; 
}

#vmMainPageOPC .formField, #vmMainPageOPC .formField > * {
	float: left; 
}