
/********************************************************
			One-Page Checkout Styles
********************************************************/

#order-opc {
  line-height: 20px;
}

#order-opc .cart_navigation {
  margin-bottom: 53px;
}

#order-opc .page-heading.step-num {
  position: relative;
  overflow: visible;
}

#order-opc .page-heading.step-num span {
  font-weight: bold;
  font-size: 42px;
  line-height: 51px;
  font-style: italic;
  color: #333333;
  position: absolute;
  left: 10px;
  top: -14px;
}

#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: #333333;
  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 {
  
}

#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 .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;
}

#verify_form{
	margin: 0 !important;
}
.opc-main-block{
	border: 1px solid #ccc;
	margin-bottom: 20px;
	border-radius: 5px;
  background: #ffffff;
	box-shadow: 0 2px 3px #ddd;
	padding: 15px;
	position: relative;
}
.opc-main-block .opc-block-title{
  font-weight: bold;
  margin-bottom: 10px;
}
input#cpf_email{
  all: unset;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  padding: 10px;
  box-sizing: border-box;
  width: calc(100% - 50px);
}
button#SubmitVerify{
  margin-left: 10px;
  width: 40px;
  border: 1px solid;
  padding: 10px;
  border-radius: 3px;
  background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.10));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
}
#login_form_content .form-group{
  all: unset;
  display: block;
}
#login_form_content input{
  height: unset !important;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  padding: 10px !important;
  box-sizing: border-box;
  width: 100%;
}
#login_form_content .submit{
  all: unset;
  display: block;
}
.opc-main-block .submit button{
  all: unset;
  margin: 0 !important;
  border: 1px solid;
  padding: 10px;
  border-radius: 3px;
  background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.10));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.payment-method{
    width: 25%;
    float: left;
    clear: unset !important;
    margin: unset !important;
}
.payment-method .title-payment{
    min-height: 80px;
    background: #eee;
    border: 1px solid #BBB;
    margin-bottom: -1px;
    margin-right: -1px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255.50);
    transition: 0.300s;
    height: 100%;
}
.payment-method .title-payment:hover{
	background: #e8e8e8;
}
.payment-method .title-payment.on{
	background: #e0e0e0;
}
.payment-method .title-payment h4{
	font-size: 14px;
}
.toggle-payment{
	width: calc(100% + 2px);
  display: none;
  position: absolute;
  left: -1px;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 65px;
  overflow: hidden;
  box-shadow: 0 2px 3px #ddd;
  padding: 15px;
  z-index: 1;
}
.cred .form-group{
  margin-left: 0;
  margin-right: 0;
}
#newAddress select{
  height: 44px;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
}
#noCarrierWarning{
  all: unset;
  color: #F13340;
  font-weight: 700 !important;
}
.editLink{cursor: pointer;color: #000;}
.editLink:hover{text-decoration: underline;}
@media (max-width: 600px){
  input#cpf_email{
    width: 100%;
  }
}

.btn.voltar{
  left: 0;
  background-color: #d0d0d0;
  height: 45px;
  bottom: 0;
}

.btn.voltar a{
  color: black;
  font-size: 17px;
  position: relative;
  top: 2px;
}
#cart_summary{margin-bottom: 0;}
#cart_summary .cart_item{
	border-bottom: 1px solid #ccc;
}
@media (min-width: 500px){
  table#cart_summary tbody td.cart_description {
    width: 460px;
    font-size: 15px;
  }
  table#cart_summary tbody::-webkit-scrollbar-thumb {
      background: #7d7d7d;
      border-radius: 10px;
  }
  table#cart_summary tbody::-webkit-scrollbar {
      width: 5px;
      background: #ccc;
  }
}
#cart_summary tbody>tr>td, #cart_summary tfoot>tr>td{
	vertical-align: top;
	padding: 7px !important;
	position: relative;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
#cart_summary .cart_ref, #cart_summary small.attributes a{
	display: block !important;
  font-size: 13px;
}
#cart_summary .qtde *{
	all: unset;
}
#cart_summary .qtde a, #cart_summary .qtde input{
	width: 33% !important;
	float: left !important;
	text-align: center !important;
	height: 22px !important;
}
#cart_summary .qtde a{
	line-height: 22px !important;
	cursor: pointer !important;
}
#cart_summary .qtde a i:before{
  font-family: "FontAwesome";
}
#cart_summary .qtde a:hover{
	background: #ddd !important;
}
#cart_summary .removeItem{
	position: absolute;
	right: 6px;
	bottom: 5px;
}
#cart_summary .voucher_title{
	all: unset;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
}
.voucher_title .fa, .fl-r{float: right}
.price{color:#222 !important;}
#voucher{margin-top: 10px;}
#voucher *{
	all: unset;
	box-sizing: border-box !important;
}
#voucher input[type=text]{
	width: 90% !important;
	padding: 10px !important;
	border: 1px solid #ccc !important;
}
#voucher button{
	width: 10% !important;
	padding: 10px !important;
	border: 1px solid #ccc !important;
	border-left: 0 !important;
	text-align: center !important;
	cursor: pointer !important
}
#btnParcelas{
  margin-left: 10px;
  font-size: 12px;
}
small#er5_name_help {
    font-size: 12px;
    margin-top: -10px;
    position: absolute;
}
.loader {
    width: 100%;
    height: 100vh;
    background: #fff;
    opacity: 0.4;

    position: fixed;
    left: 0px;
    top: 0;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    z-index: 999;
}

.form-error input, .form-error textarea, .form-error select {
    border: 1px solid #f13340 !important;
    background: #fff1f2 url(../img/icon/form-error.png) no-repeat !important;
    background-position: 98% center !important;
}
.form-ok input, .form-ok textarea, .form-ok select {
    border: 1px solid #46a74e !important;
    background: #ddf9e1 url(../img/icon/form-ok.png) no-repeat !important;
    background-position: 98% center !important;
}

#opc_new_account .form-group .form-control {
    color: #000 !important;
}