/********************************************************
			One-Page Checkout Styles
********************************************************/
#order-opc {
  line-height: 20px; }
  #order-opc .box {
    padding-bottom: 20px; }
  #order-opc .cart_navigation {
    margin-bottom: 53px; }
  #order-opc .page-heading.step-num {
    position: relative;
    padding-left: 45px;
    overflow: visible; }
    #order-opc .page-heading.step-num span {
      font-weight: bold;
      font-size: 42px;
      line-height: 51px;
      font-style: italic;
      color: #333;
      position: absolute;
      left: 10px;
      top: -14px; }
  #order-opc .form-group {
    margin-bottom: 2px; }
    #order-opc .form-group .form-control {
      max-width: 271px; }
  #order-opc .lost_password {
    display: inline-block;
    text-decoration: underline;
    margin: 5px 0 14px; }
    #order-opc .lost_password:hover {
      text-decoration: none; }
  #order-opc .title_block {
    font-weight: bold;
    color: #333;
    padding: 3px 0 6px; }
  #order-opc .opc-button {
    padding: 11px 0 0 0; }
  #order-opc ul.bullet {
    line-height: 22px;
    margin-bottom: 5px; }
  #order-opc .date-select {
    padding-bottom: 10px; }
  #order-opc .opc-add-save {
    border-top: 1px solid #d6d4d4;
    margin-top: 20px;
    padding-top: 20px; }
  #order-opc #message {
    margin-bottom: 35px; }
  #order-opc #opc_payment_methods {
    margin-bottom: 30px; }
    #order-opc #opc_payment_methods p.warning {
      color: #F13340;
      font-weight: 700; }
  #order-opc #opc_account {
    margin-bottom: 30px; }
  #order-opc .address_delivery.select {
    margin-bottom: 15px; }
  #order-opc #address_invoice_form.form-group {
    margin-bottom: 30px; }

#new_account_form .id_state,
#new_account_form .dni,
#new_account_form .postcode {
  display: none; }

/*# sourceMappingURL=order-opc.css.map */
div#opc_payment_methods-content {
    margin-top: 30px;
}
h1.page-heading.step-num {
    display: none;
}
#order-opc .box {
    margin-bottom: 0;
    border-bottom: none;
}
#order-opc .order_carrier_content.box, #order-opc .order_carrier_content.box .box{
	border-bottom: 1px solid #d6d4d4;
}
#opc_account_choice .button.button-medium.exclusive{
	background: #6fb33e;
	border-color: #6fb33e;
}
#opc_account_choice .button.button-medium.exclusive span{
	border-color: #6fb33e;
}
#order-detail-content .dp_input_div .dp_url{
	display:none;
}
@media (min-width: 1200px){
#HOOK_PAYMENT > .row{
	float: right;
	width: 50%;
	margin-left:0;
	margin-right:0;
	text-align:center
}
#HOOK_PAYMENT > .row .col-md-6{
	width: 100%;
}
p.payment_module a.cash{
	width: 100%;
	max-width:none;
	padding-top: 46px;
	padding-bottom: 46px;
}
p.payment_module.paypal a {
    padding-left: 160px !important;
    padding-right: 5px;
}
p.payment_module.paypal a img {
    float: none;
    margin-left: 17px;
}
p.payment_module.paypal a span {
    display: inline;
    vertical-align: middle;
}
}
@media (max-width: 768px){
#order-detail-content.table-responsive{
	overflow:hidden;
}
#order-detail-content.table-responsive #cart_summary thead{
	display:none;
}
}