.caja_roja { border: 2px solid #f00; }
.caja_negra { border: 2px solid #000; }

.onestepcheckout-index-index .page-wrapper .page-header {
	display: block !important;
}
.onestepcheckout-index-index .page-wrapper .page-header #pleca_menu,
.onestepcheckout-index-index .page-wrapper .page-header .seccion-a .area-search,
.onestepcheckout-index-index .page-wrapper .page-header .seccion-a .area-links,
.onestepcheckout-index-index .page-title-wrapper {
	display: none !important;
}
.onestepcheckout-index-index .page-wrapper .page-header .seccion-a,
.onestepcheckout-index-index .page-wrapper .page-header .seccion-a .seccion-uno {
	background-color: #fff !important;
}
.onestepcheckout-index-index .page-wrapper .page-header .seccion-a .area-logo {
	justify-content: center !important;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.onestepcheckout-index-index .page-wrapper .page-header .seccion-a .area-logo .section_one {
	margin-bottom: 0;
}
.onestepcheckout-index-index .opc-wrapper .step-title {
	background-color: #f4f4f4 !important;
	border-radius: initial !important;
}
.onestepcheckout-index-index .page-main .columns {
	margin-top: 20px;
}
.onestepcheckout-index-index #checkout .osc-authentication-wrapper {
	color: #1e70c9;
}
.onestepcheckout-index-index #maincontent {
	width: 100%;
	max-width: 1400px;
	background-color: #f4f4f4 !important;
}
.onestepcheckout-index-index .checkout-index-index .opc-wrapper {
	width: 100%;
}
.onestepcheckout-index-index .opc-wrapper .step-title  {
	background-color: #ffff;
	border-radius: initial;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.onestepcheckout-index-index .opc-wrapper .step-title  span {
	color: #222;
}
.onestepcheckout-index-index .opc-wrapper .step-title i {
	background-color: #e74810;
    color: #fff;
    padding: 5px;
}

/* order-summary */
.onestepcheckout-index-index .opc-block-summary .table-totals tbody tr.totals th {
	width: 60%;
}
.onestepcheckout-index-index .opc-block-summary .table-totals tbody tr.totals td {
	width: 40%;
}
.onestepcheckout-index-index .opc-block-summary .table-totals tbody tr.totals td.amount span {
	white-space: normal;
}

.onestepcheckout-index-index #opc-sidebar .order-summary,
.onestepcheckout-index-index #opc-sidebar .order-summary .table-totals tr th,
.onestepcheckout-index-index #opc-sidebar .order-summary #checkout-review-table {
	/* background-color: #f4f4f4 !important; */
}
.onestepcheckout-index-index #opc-sidebar .order-summary .items-in-cart .minicart-items-wrapper {
	overflow-y: scroll;
	max-height: 450px !important;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}
.onestepcheckout-index-index #opc-sidebar .order-summary .items-in-cart .minicart-items-wrapper #checkout-review-table thead {
	position: sticky;
	top: 0;
	z-index: 5;
	background-color: #f4f4f4;
}
.onestepcheckout-index-index #opc-sidebar .order-summary .items-in-cart .minicart-items-wrapper #checkout-review-table thead tr th {
	font-size: 12px;
}

/* payment */
.onestepcheckout-index-index #payment #checkout-payment-method-load .payment-method .payment-method-title {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

/* hight lables */
.onestepcheckout-index-index .opc-wrapper .fieldset > .field > .label {
	margin: 0 !important;
}

.onestepcheckout-index-index .opc-block-summary .minicart-items #checkout-review-table tbody tr td:nth-child(1) {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
}
.onestepcheckout-index-index .opc-block-summary .minicart-items #checkout-review-table tbody tr td:nth-child(1) span {
	height: auto !important;
}
.onestepcheckout-index-index .opc-block-summary .minicart-items #checkout-review-table tbody tr td:nth-child(1) .product-item-name-block {
	text-align: center;
	padding: 0 5px !important;
}
.onestepcheckout-index-index #checkout .one-step-checkout-wrapper #co-place-order-area .action.primary.checkout {
	background-color: #e74810 !important;
	border-color: #e74810 !important;
	border-radius: 0 !important;
}


/* Modal */
.onestepcheckout-index-index .modals-wrapper .modal-inner-wrap .modal-header {
	border: none;
}
.onestepcheckout-index-index .modals-wrapper .modal-inner-wrap #modal-content-17 {
	border: none;
}
.onestepcheckout-index-index .modals-wrapper .modal-inner-wrap #modal-content-17 .secondary a.action {
	margin: 0 !important;
}
.onestepcheckout-index-index #checkout-step-shipping #shipping-new-address-form .field.street .control > div:nth-child(2),
.onestepcheckout-index-index #checkout-step-shipping #shipping-new-address-form .field.street .control > div:nth-child(3) {
	display: none;
}

.onestepcheckout-index-index #checkout .opc-estimated-wrapper .minicart-wrapper button {
	background-color: #e74810 !important;
	border-color: #e74810 !important;
}
.onestepcheckout-index-index #checkout .opc-estimated-wrapper .minicart-wrapper button span {
	color: #fff !important;
	font-size: 14px !important;
}
.onestepcheckout-index-index .osc-place-order-block {
	border: 0;
}

#checkout-shipping-method-load .table-checkout-shipping-method tr {
	display: table-row;
}

#checkout-shipping-method-load .table-checkout-shipping-method th,
#checkout-shipping-method-load .table-checkout-shipping-method td {
	font-size: 14px;
}
#co-payment-form .fieldset .control .select {
	height: 40px;
}
.onestepcheckout-index-index #payment #co-payment-form .form.mp-form .mp-loading .mercadopago-input-group.number .field-tooltip {
	position: initial;
}
.onestepcheckout-index-index #payment #co-payment-form .form.mp-form .mp-loading .mercadopago-input-group.number .field-tooltip .credit-card-types {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.onestepcheckout-index-index #co-payment-form .form.mp-form .mp-loading .mercadopago-input-group.number .field-tooltip .credit-card-types li {
	width: 20%;
}	
.onestepcheckout-index-index #co-payment-form .form.mp-form .mp-loading .mercadopago-input-group.number .field-tooltip .credit-card-types li img {
	width: 100%;
}	
.checkout-onepage-failure .page-wrapper .page-main {
	box-sizing: border-box;
	height: 20vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px !important;
    padding: 0 20px;
	text-align: center;
    width: 100% !important;
}
.checkout-onepage-failure .page-wrapper .page-main .page-title-wrapper {
	padding-top: 10%;
}
.checkout-onepage-failure .page-wrapper .page-main .columns {
	margin-bottom: 0;
}