/**
 * We offer the best and most useful modules PrestaShop and modifications for your online store.
 *
 * We are experts and professionals in PrestaShop
 *
 * @author    PresTeamShop.com <support@presteamshop.com>
 * @copyright 2011-2020 PresTeamShop
 * @license   see file: LICENSE.txt
 * @category  PrestaShop
 * @category  Module
 */

.delivery-option .row.pts-vcenter {
    margin-left: 0;
    margin-right: 0;
}
div#onepagecheckoutps {
    position: relative;
}
div#onepagecheckoutps .input-group-addon {
    padding: 10px;
}
div#onepagecheckoutps span,
div#onepagecheckoutps em,
div#onepagecheckoutps label {
    font-size:14px; font-weight:600; color: #2A4EA0;
}
div#onepagecheckoutps .loader {
    width: auto;
    height: auto;
    border: none;
    -webkit-animation: unset;
    -moz-animation: unset;
    animation: unset;
}
div#onepagecheckoutps label{
    font-weight: normal;
	padding: 0;
    margin-bottom: 0;
    min-width: auto;
    text-align: inherit;
    line-height: normal; 
}
div#onepagecheckoutps em {
    float: left;
    margin-right: 5px;
}
div#onepagecheckoutps input,
div#onepagecheckoutps textarea,
div#onepagecheckoutps select {
    background: none;
    background-color: rgba(208,239,255,0.1);
    border: 1px solid rgba(80,132,216,0.4);
    color: inherit;
    font-size: 14px;
    padding: 12px 5px;
    height: auto !important;
}
div#onepagecheckoutps input.disabled,
div#onepagecheckoutps textarea.disabled,
div#onepagecheckoutps select.disabled {
    background-color: #f6f6f6;
}
div#onepagecheckoutps select {
    height: auto;
    -moz-appearance: menulist;
}
div#onepagecheckoutps input:focus,
div#onepagecheckoutps textarea:focus,
div#onepagecheckoutps select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
div#onepagecheckoutps div#onepagecheckoutps_header {
    margin: 15px 0 0 0;
    padding-bottom: 20px;
    padding-top: 8px;
}
div#onepagecheckoutps div#onepagecheckoutps_header #div_onepagecheckoutps_info h1 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #0c1844;
    padding-bottom: 15px;
    padding-top: 10px;
}
div#onepagecheckoutps div#onepagecheckoutps_header #div_onepagecheckoutps_login #btn-logout {
    padding: 5px;
    margin-top: 17px;
}
div#onepagecheckoutps div#onepagecheckoutps_header div#div_onepagecheckoutps_login a {
    font-size: 16px;
}
div#onepagecheckoutps div#onepagecheckoutps_header p {
    margin: 0;
    text-align: center;
}
div#onepagecheckoutps div#onepagecheckoutps_contenedor {
    /*display: inline-block; Problema con IE*/
    /*background-color: #fff;*/
    padding: 20px;
}
@media (max-width: 767px){div#onepagecheckoutps div#onepagecheckoutps_contenedor {padding: 0px 15px;}}
/*div#onepagecheckoutps #onepagecheckoutps_step_two,
div#onepagecheckoutps #onepagecheckoutps_step_three,*/
div#onepagecheckoutps #onepagecheckoutps_step_review{
    /*margin-top: 5px;*/
    padding-bottom: 10px;
}
div#onepagecheckoutps .onepagecheckoutps_p_step {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(80,132,216,0.4);
    cursor: default;
    text-transform: initial;
    vertical-align: middle;
    clear: both;
    font-size: 18px;
    text-transform: uppercase;
    color: #0c1844;
}
@media (max-width: 480px){
    div#onepagecheckoutps .onepagecheckoutps_p_step{font-size: 16px;}
    div#onepagecheckoutps div#onepagecheckoutps_contenedor #onepagecheckoutps_step_one_container {padding: 20px 15px !important;}
    div#onepagecheckoutps #panel_addresses_customer .card .card-title a{font-size: 16px !important;}}
div#onepagecheckoutps .onepagecheckoutps_p_step.onepagecheckoutps_p_step_two,
div#onepagecheckoutps .onepagecheckoutps_p_step.onepagecheckoutps_p_step_three{
    padding-left: 20px;
}
div#onepagecheckoutps #onepagecheckoutps_step_one #opc_social_networks{
	border-bottom: 1px solid #d6d4d4;
    margin-bottom: 10px;
}
div#onepagecheckoutps #onepagecheckoutps_step_one #opc_social_networks h5{
    margin: 6px 5px;
	font-style: italic;
}
div#onepagecheckoutps #onepagecheckoutps_step_one #opc_social_networks button{
    margin: 6px 5px;
    box-shadow: 0 1px 2px 1px #aaaaaa;
    font-size: 13px;
	padding: 5px;
}
#opc_social_networks button > i {
    font-size: 19px;
}
div#onepagecheckoutps #opc_social_networks .btn-biocryptology {
	background-color: #ffffff;
	color: #007db6;
}
div#onepagecheckoutps #opc_social_networks .btn-biocryptology:hover {
	color: #000;
}
div#onepagecheckoutps #opc_social_networks .btn-facebook{
    background-color: #3b5998;
    color: #ffffff;
}
div#onepagecheckoutps #opc_social_networks .btn-google{
    background-color: #ffffff;
    color: #000000;
    font-family: 'Roboto' !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
div#onepagecheckoutps #opc_social_networks .btn-facebook:hover,
div#onepagecheckoutps #opc_social_networks .btn-google:hover{
    opacity: 0.9;
}
div#onepagecheckoutps #opc_social_networks .btn-facebook i{
    color: #ffffff;
}
div#onepagecheckoutps #opc_social_networks .btn-google i{
    color: #ffffff;
}

div#onepagecheckoutps .pts-btn-secondary {
    border: 2px dashed #d6d4d4;
    height: 35px;
    margin-top: 5px;
}
div#onepagecheckoutps .pts-btn-secondary:hover {
    box-shadow: 0 0 10px #d6d4d4;
}
div#onepagecheckoutps .pts-btn-secondary span {
    cursor: pointer;
    display: block;
    font-size: 15px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}
div#onepagecheckoutps .pts-btn-secondary span:hover {
    font-weight: bold;
}
div#onepagecheckoutps #btn_other_payments {
    margin-bottom: 10px;
    text-transform: none;
}
div#onepagecheckoutps > form#payment-form {
    padding: .75rem 1.25rem;
}

#opc_shipping_compability{
    margin-bottom: 1.563rem;
}
#opc_shipping_compability_content {
    margin-bottom: 10px;
}
#opc_shipping_compability #iframe_opc_shipping_compability {
    border: 0;
    height: 500px;
    width: 100%;
}
#opc_shipping_compability #hide_carrier_embed {
    margin-bottom: 15px;
}

#opc_payment_compability #placer_order_payment,
#opc_payment_compability #choose_another_payment {
    cursor: pointer;
    margin: 15px 0;
    text-transform: none;
}

/* OPC - STEP REGISTER */
div#onepagecheckoutps #onepagecheckoutps_step_one .fields_required > span {
	font-style: italic;
	margin-bottom: 6px;
	color: red !important;
    line-height: 35px;
    font-size: 13px;
}
div#onepagecheckoutps #onepagecheckoutps_step_one [type="checkbox"],
div#onepagecheckoutps #onepagecheckoutps_step_one [type="radio"] {
	margin-top: 8px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_one #btn_save_customer {
    width: auto;
    margin: 25px auto 5px;
    border-radius: 0;
}
div#onepagecheckoutps div#onepagecheckoutps_step_one #address_card_new_content,
div#onepagecheckoutps div#onepagecheckoutps_step_one #btn_save_customer {
    white-space: normal;
}
div#onepagecheckoutps div#onepagecheckoutps_step_one #div_field_required {
    color: red;
    font-size: 12.8px;
    font-style: italic;
    margin-bottom: 2.6px;
    margin-top: 12.8px;
}
div#onepagecheckoutps #onepagecheckoutps_step_one div.form-group{
    margin: 7px 0 0 0;
    display: block;
}
div#onepagecheckoutps #onepagecheckoutps_step_one div.form-group label {
    float: left;
    font-size: 15px;
    margin-bottom: 6px;
    margin-top: 10px;
    font-weight: 500;
    color: #333;
}
div#onepagecheckoutps div#onepagecheckoutps_step_one .container_help_invoice{
    font-size: 12.5px;
    text-align: center;
    text-decoration: underline;
}
div#onepagecheckoutps #onepagecheckoutps_step_one .container_help_invoice span{
    cursor: pointer;
}
div#onepagecheckoutps div#onepagecheckoutps_step_one label sup{
    color: red;
}
div#onepagecheckoutps div#onepagecheckoutps_step_one #p_privacy_policy {
    margin-bottom: 0;
}
div#onepagecheckoutps div#onepagecheckoutps_step_one #p_privacy_policy .read{
    text-decoration: underline;
}
div#onepagecheckoutps div#onepagecheckoutps_step_one ul.nav-tabs li a{
    font-weight: bold;
    font-size: 14px;
    padding: 6px;
    text-transform: initial;
    background: inherit;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
div#onepagecheckoutps div#onepagecheckoutps_step_one ul.nav {
    background: none;
    z-index: 0;
    font-size: initial;
    margin-bottom: 0;
    margin-top: 12.8px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_one ul.nav-tabs a.active {
    background-color: #ffffff;
    color: inherit !important;
}
div#onepagecheckoutps div#onepagecheckoutps_step_one ul.nav-tabs li a:hover {
    color: inherit;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

div#onepagecheckoutps #field_customer_current_passwd {
    width: 100%;
}
div#onepagecheckoutps #field_customer_passwd,
div#onepagecheckoutps #field_customer_conf_passwd{
    width: 50%;
}

div#onepagecheckoutps #panel_addresses_customer {
    display: block;
    margin: 8px 0 8px 0;
}
div#onepagecheckoutps #panel_addresses_customer .card {
    display: block;
    padding: 0;
    margin: 20px 0 10px;
    overflow: visible;
    width: 100%;
}
div#onepagecheckoutps #panel_addresses_customer .card .card-header {
    padding: 13px 15px;
    background: rgba(80,132,216,0.15);
    border-bottom: 1px solid rgba(80,132,216,0.4);
}
div#onepagecheckoutps #panel_addresses_customer .card .card-header a {
    font-size: 14px;
    font-weight: bold;
    text-transform: initial;
}
div#onepagecheckoutps #panel_addresses_customer .card .card-title {
    margin: 0;
}
div#onepagecheckoutps #panel_addresses_customer .card .card-title a{
    color: #0c1844; text-transform: uppercase;
    font-size: 17px;
}
div#onepagecheckoutps #panel_addresses_customer .card .card-body {
    padding-left: 15px;
    padding-right: 15px;}
@media (max-width: 767px){
div#onepagecheckoutps #panel_addresses_customer .card .card-body{
    border-top: none !important;}
}
div#onepagecheckoutps #panel_addresses_customer #action_address_delivery,
div#onepagecheckoutps #panel_addresses_customer #action_address_invoice {
    margin: 8px 0;
    padding-top: 20px;
}
div#onepagecheckoutps #panel_addresses_customer .more-less {
    cursor: pointer;
}
div#onepagecheckoutps #panel_addresses_customer #search_addresses {
    margin-bottom: 10px;
}
div#onepagecheckoutps #panel_addresses_customer .icon_search_address {
    position: absolute;
    top: -2px;
    right: 9px;
    z-index: 2;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 32px;
    text-align: center;
    pointer-events: none;
}
div#onepagecheckoutps .addresses_customer_container {
    max-height: 350px;
    overflow-y: auto;
    margin-top: 10px;
}
div#onepagecheckoutps .addresses_customer_container .address_card,
div#onepagecheckoutps .addresses_customer_container #search_addresses{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
div#onepagecheckoutps #address_card_new .container_card {
    border: 1px dashed rgba(80,132,216,0.5);
    height: auto;
}
div#onepagecheckoutps #address_card_new #address_card_new_content span {
    cursor: pointer;
    display: block;
    font-size: 15px;
    text-align: center;
    width: 100%;
}
div#onepagecheckoutps #address_card_new #address_card_new_content span:hover {
    font-weight: bold;
}
div#onepagecheckoutps .container_card {
    border: 1px solid rgba(80,132,216,0.4);
    font-size: 14px;
    padding: 8px;
    margin-bottom: 10px;
    cursor: pointer;
}
div#onepagecheckoutps .container_card .content_card{min-height: 150px;}
div#onepagecheckoutps .container_card ul li{font-size: 14px; line-height: 22px;}
div#onepagecheckoutps .container_card:not(.selected):hover {
    box-shadow: 0 0 10px #d6d4d4;
}
div#onepagecheckoutps .container_card.alert {
    cursor: initial;
}
div#onepagecheckoutps .container_card.alert ul {
    padding: 0;
    margin: 0;
}
div#onepagecheckoutps .container_card.alert ul li {
    list-style-type: none;
}
div#onepagecheckoutps .container_card.selected {
    font-weight: normal;
}
div#onepagecheckoutps .container_card .header_card {
    position: relative;
    border-bottom: 1px solid rgba(80,132,216,0.4);
    padding: 5px 0 8px 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div#onepagecheckoutps .container_card .header_card span{font-size: 17px;}
div#onepagecheckoutps .container_card .header_card i{
    font-size: 18px;
    float: right;
/*  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;*/
}
div#onepagecheckoutps .container_card .header_card i.fa-pts-circle-thin{
    cursor: pointer;
}
div#onepagecheckoutps .container_card .footer_card {
    width: 100%;
}
div#onepagecheckoutps .container_card .footer_card button {
    font-size: 16px;
    color: #0c1844;
    border: 1px solid #0c1844;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 13%;
    background: #fff;
    border-radius: 0px;
}
div#onepagecheckoutps .container_card .footer_card .change_address{
    text-align: center;
}

/* OPC - STEP CARRIER */
div#onepagecheckoutps div#onepagecheckoutps_step_two .delivery-option{
    cursor: pointer;
    padding: 0;
    margin-bottom: 0;
    display: block;
}
div#onepagecheckoutps div#onepagecheckoutps_step_two .delivery-option:before {
	content: ''!important;
}
div#onepagecheckoutps div#onepagecheckoutps_step_two .delivery-option .delivery_option_title{ font-size:14px; font-weight:600; color: #2A4EA0;}

div#onepagecheckoutps div#onepagecheckoutps_step_two .delivery-option .delivery_option_delay{
    font-size: 14px; color: #2A4EA0;
}
div#onepagecheckoutps div#onepagecheckoutps_step_two .delivery-option .delivery_option_price{
    font-size:12px; color: #2A4EA0; font-weight: 600;
}
div#onepagecheckoutps div#onepagecheckoutps_step_two #shipping_container .delivery_option_logo img{
    max-width: 86px;
    min-width: 86px;
    cursor: pointer;
}
div#onepagecheckoutps div#onepagecheckoutps_step_one #opc_show_login {
    padding: 4px;
    line-height: normal;
    text-transform: none;
    float: right;
    margin-top: -5px;
    border: none;
}

/* OPC - STEP PAYMENT */
div#onepagecheckoutps div#onepagecheckoutps_step_three #payment_method_container .module_payment_container.selected {
    margin-bottom: 0;
}
div#onepagecheckoutps div#onepagecheckoutps_step_three .module_payment_container .payment_content_html,
div#onepagecheckoutps div#onepagecheckoutps_step_three .module_payment_container .additional-information{
    padding: 12.8px;
    width: 100%;
    margin: 0;
}
div#onepagecheckoutps div#onepagecheckoutps_step_three #payment_method_container .payment_image img{
    max-width: 86px;
    min-width: 86px;
    cursor: pointer;
}

/* OPC - STEP REVIEW */
div#onepagecheckoutps #onepagecheckoutps_step_review{
    /*font-size: 0.9rem;*/
    font-size: 15px;
    text-decoration: none;
    padding-bottom: 20px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review_container > h5 {
    text-transform: uppercase;
    padding: 15px 20px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin {
    margin: 6px 0 0 0;
    width: auto;
    display: flex;
    align-items: center;
    box-shadow: none;
    border: none;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin .cart-line-product-quantity {
    float: left;
    height: 42px !important;
    line-height: initial;
    padding: 3.75px;
    text-align: center;
    width: 40px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin span {
    float: left;
    width: auto;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin i{
    font-size: 11px;
    left: 3px;
    top: 4px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin {
    display: block;
    position: relative;
    float: none;
    height: 21px;
    line-height: 0;
    padding: 4px 3px;
    max-width: 100%;
    width: 20px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -1px;
    position: inherit;
    border: 1px solid rgba(80,132,216,0.4);
}
div#onepagecheckoutps div#onepagecheckoutps_step_review .remove-from-cart {
    display: block;
    font-size: 20.8px;
    float: left;
    margin-left: 4.1px;
    margin-top: 0px;
    color: #C62C4E;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #header-order-detail-content > div{
    text-decoration: underline;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #btn_continue_shopping{
    /*font-size: 16px;
    margin-top: 6.4px;*/
color: #0C1844;
background: #fff;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #btn_place_order{
    font-size: 16px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #btn_place_order:hover,
div#onepagecheckoutps div#onepagecheckoutps_step_review #btn_continue_shopping:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #list-voucher-allowed .promo-code-button {
    display: block;
    text-decoration: underline;
    margin-bottom: 7.15px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #list-voucher-allowed #discount_name {
    vertical-align: middle;
    text-align: center;
    width: 150px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #list-voucher-allowed #display_cart_vouchers p {
    color: inherit;
    font-style: italic;
    margin-bottom: 6px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #list-voucher-allowed {
    border: 1px dashed #ccc;
    float: left;
    margin-top: 11.4px;
    padding: 5.7px;
    width: 100%;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #list-voucher-allowed #promo-code{
    margin-bottom: 14.3px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #list-voucher-allowed #display_cart_vouchers ul {
    margin-bottom: 5.7px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #list-voucher-allowed #display_cart_vouchers li {
    list-style: none;
    margin-left: 14.3px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #list-voucher-allowed #display_cart_vouchers li .code{
    cursor: pointer;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review hr.separate-terms{
    margin-bottom: 10px !important;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #div_leave_message > p {
    margin-bottom: 10px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #div_leave_message {
    border-top: 1px solid rgba(80,132,216,0.4);
    margin: 15px 0 25px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item {
    margin-bottom: 8px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item .s_title_block{
    margin: 0;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content .order_total_items .item_total .price{
    font-size: 100%;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content .order_total_items .item_total {
    text-align: right; font-weight: 500;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content .image_product {
    padding-right: 0;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content .cart_description .s_title_block {
    font-size: 14px;
    /*font-size: 0.9rem;*/
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content .cart_description,
div#onepagecheckoutps div#onepagecheckoutps_step_review #order-detail-content .cart_description .label{
    font-size: 11.2px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review .cart_item img.img-fluid{
    border: 1px solid #d6d4d4;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #block-reassurance .block-reassurance-item {
    padding: 11.4px 0;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #block-reassurance .block-reassurance-item span {
    font-size: 12.5px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review label.alert{
    width: 100%;
    padding: 15px;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review .badge{
    font-size: 100%;
    border-radius: .25rem;
    text-align: center;
    padding: .25em .4em;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review .badge-success {
    color: #fff;
    background-color: #28a745;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review .badge-danger {
    color: #fff;
    background-color: #dc3545;
}

div#onepagecheckoutps div#onepagecheckoutps_step_review #conditions-to-approve .js-terms input{
    vertical-align: middle;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #conditions-to-approve a{
    text-decoration: underline;
}

/*****************************Login*****************************/
div#onepagecheckoutps div#opc_login #txt_login_password,
div#onepagecheckoutps div#opc_login #txt_login_email {
    border-radius: 0;
    font-size: inherit;
    line-height: 24px;
}
div#onepagecheckoutps #form_login span.form-error{
    bottom: -14px;
    position: absolute;
    right: 0;
}
div#onepagecheckoutps #form_login .has-error .input-group-addon {
    border-color: #b94a48;
}
div#onepagecheckoutps #form_login input{
    /*border-radius: 0 5px 5px 0 !important;*/
}
div#onepagecheckoutps div#opc_login .forget_password {
    text-align: right;
    margin-bottom: 0;
    margin-top: 12px;
}
@media (max-width: 768px) {
    .custom-information {
        border-top: 1px solid #d6d4d4;
        padding-top: 6px;
    }
    .hidden-xs {
        visibility: hidden;
    }
}
.custom-information {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 3px;
}
.last_custom {
    border-bottom: 1px solid #d6d4d4;
}
/*****************************END Login*****************************/

/*****************************Validation fields*****************************/
div#onepagecheckoutps input.valid{
    background-image: url(../../img/form-ok.png)!important;
    background-position: 99% 50%;
    background-repeat: no-repeat;
    padding-right: 24px !important;
}
div#onepagecheckoutps input.error{
    background-image: url(../../img/form-error.png)!important;
    background-position: 99% 50%;
    background-repeat: no-repeat;
    color: inherit !important;
    padding-right: 24px !important;
    outline: 0;
}
div#onepagecheckoutps .has-error select {
    outline: 0;
}
div#onepagecheckoutps span.form-error{
    color: red;
    clear: both;
    float: left;
    font-size: 10px;
    margin: 3px 0 0;
    padding: 0;
    display: block;
    line-height: initial;
}
/*****************************END Validation fields*****************************/

/*****************************Tools*********************************/
div#onepagecheckoutps .hidden{
    display: none !important;
}

.pts sup{
	font-size: 75% !important;
}

.pts-vtop,
.pts-vcenter {
   display: table !important;
}
#onepagecheckoutps .pts-vcenter {
    width: 100%;
}
.pts-vtop > div,
.pts-vcenter > div {
    float: none !important;
    display: table-cell !important;
}
.pts-vcenter > div {
    vertical-align: middle !important;
}
.pts-vtop > div {
    vertical-align: top !important;
}


/*****************************END Tools*****************************/

/*****************************Support templates*********************************/
#ui-datepicker-div table td,
#ui-datepicker-div table th {
    padding: 0;
}
.theiaStickySidebar{
    position: initial !important;
}
div#onepagecheckoutps .modal-header .close {
    color: inherit;
    font-size: initial;
    position: initial;
    font-size: 20px;
}
div#onepagecheckoutps #opc_modal {
    padding-top: 0px !important;
    padding-left: 8px;
    padding-right: 8px;
}
div#onepagecheckoutps #opc_modal .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
    margin: 0 auto;
    box-shadow: 0px 3px 35px 0px rgba(0,0,0,.2);
    width: 96%;
}
div#onepagecheckoutps .modal-body {
    padding: 15px;
}
div#onepagecheckoutps .modal-header .panel-title{
    width: 100%;
    font-size: 18px;
}
div#onepagecheckoutps .modal-content {
    padding: 0;
    border: 1px solid #d3d3d3;
}
.st-pusher {
    position: initial !important;
}
div#onepagecheckoutps div#onepagecheckoutps_step_review .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin::before {
	content: ''
}
div#onepagecheckoutps div#onepagecheckoutps_step_review #block-reassurance li + li {
	margin-top: 0;
	padding-top: 0;
}
.breadcrumb.dor-breadcrumb {
    display: none !important;
}
body#checkout main{
    transform: initial;
    -webkit-transform:initial;
    -moz-transform:initial;
    -ms-transform:initial;
    -o-transform:initial;
}
div#onepagecheckoutps #onepagecheckoutps_step_one .form-group .form-control {
    width: 100%;
}

/*#checkout #onepagecheckoutps .col-md-8 {
	width: 66.66667%;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
    width: auto;
}*/
/*****************************END Support templates*****************************/

/*****************************Support modules*********************************/
div#onepagecheckoutps #onepagecheckoutps_step_one .bestkit_customerattributes p {
    width: 100%;
}
div#onepagecheckoutps #onepagecheckoutps_step_one .bestkit_customerattributes .form-group {
    float: left;
}
div#onepagecheckoutps #onepagecheckoutps_step_one .bestkit_customerattributes .form-group .form-control-valign,
div#onepagecheckoutps #onepagecheckoutps_step_one .bestkit_customerattributes .form-group .form-control-comment{
    padding-top: 0;
}
div#onepagecheckoutps .checkout_feilds_wrapper {
    padding: 0;
}
div#onepagecheckoutps #onepagecheckoutps_step_two #packetery-widget br {
    display: none;
}
div#onepagecheckoutps div#onepagecheckoutps_step_three div#block-card-number {
    width: 100%;
}
div#onepagecheckoutps #block-reassurance {
    margin-top: 10px;
}

body#checkout .crossselling-products, body#checkout .crossselling-products .slick-list {
    width: 100%;
}

/* Compatibilidad modulo orderfees_payment -V1.8.14 de motionSeed*/
#onepagecheckoutps #order-detail-content .card-block {
    margin-bottom: 0;
    padding: 0;
}
#onepagecheckoutps #order-detail-content .card-block .cart-summary-line > div {
    padding: 0;
    text-align: right;
}
#onepagecheckoutps div#payment_method_container > div.module_payment_container > div.payment-option {
    margin-left: 0;
    margin-right: 0;
}

/* Support module - ps_checkout - v1.2.8 - PrestaShop */
#onepagecheckoutps #ps_checkout_paypal_container {
    display: none;
}
#onepagecheckoutps #hosted-fields-form .col-md-8 {
    width: 100%;
}
#onepagecheckoutps #hosted-fields-form .col-md-4 {
    width: 50%;
}
/*****************************END Support modules*****************************/

#onepagecheckoutps .image_product img {
    max-width: 100%;
    height: auto;
}

#onepagecheckoutps .cart-overview.js-cart .js-cart-line-product-quantity {
    max-width: 100%;
    height: 2.6rem !important;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 0 !important;
    padding: .175rem .5rem;
}
#onepagecheckoutps .product-available:empty {
    display: none;
}

@media (min-width:576px){
    /* CSS is added for the hidden-sm-up class since some templates do not have it */
    .hidden-sm-up{
        display:none!important
    }
}
@media (max-width:575px){
    /* CSS is added for the hidden-sm-up class since some templates do not have it */
    div#onepagecheckoutps #field_customer_current_passwd,
    div#onepagecheckoutps #field_customer_passwd,
    div#onepagecheckoutps #field_customer_conf_passwd{
        width: 100%;
    }
}

@media (min-width:768px) {
    div#onepagecheckoutps #opc_modal{
        position: fixed !important;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    div#onepagecheckoutps #field_customer_current_passwd,
    div#onepagecheckoutps #field_customer_passwd,
    div#onepagecheckoutps #field_customer_conf_passwd{
        width: 100%;
    }
}

#order-detail-content .presta-price, #order-detail-content .shipping-amount-display.checkout {
    float: right;
    margin: 0;
}

/*ESTILOS TRANSPORTE Y PAGO CORRECTA VISUALIZACION*/
#shipping_container .carrier-item-content,
#payment_method_container .payment-option {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: start;
}
#shipping_container .carrier-item-content .delivery_option_logo.wo_image {
    width: 40%;
}
#shipping_container .carrier-item-content .carrier_delay.wo_image {
    width: 60%;
}
#shipping_container .carrier-item-content > div ,
#payment_method_container .payment-option > div {
    margin-right: 15px;
}
div#onepagecheckoutps div#onepagecheckoutps_contenedor{
    /*margin-top: 20px !important;*/
    margin-bottom: 30px !important;
}
div#onepagecheckoutps div#onepagecheckoutps_contenedor #onepagecheckoutps_step_one_container{
    max-width: 1000px;
    margin: 0px auto;
    float: none;
    background: #fff;
    border: 1px solid rgba(80,132,216,0.4);
    padding: 20px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
div#onepagecheckoutps div#onepagecheckoutps_contenedor .right_content .row{
    margin-left: -5px; margin-right: -5px;
}
div#onepagecheckoutps_contenedor div#onepagecheckoutps_step_two_container, 
div#onepagecheckoutps_contenedor div#onepagecheckoutps_step_three_container{
    margin: 0 1%; border: 1px solid rgba(80,132,216,0.4); padding: 17px 0px 0px; 
    margin-bottom: 15px; box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
    background: #fff;}
#header-order-detail-content.row{margin-left: 0px !important; margin-right: 0px !important; 
    border-bottom: 1px solid rgba(80,132,216,0.4); padding-top: 12px; padding-bottom: 12px; font-size: 16px;
    background: rgba(80,132,216,0.05); text-transform: uppercase; color: #0c1844; font-weight: 600;}
#header-order-detail-content.row div{text-decoration: none !important;}
div#order-detail-content .row.cart_item{margin-left: 0px !important; margin-right: 0px !important;}
@media (max-width: 767px){
div#onepagecheckoutps_contenedor div#onepagecheckoutps_step_two_container, 
div#onepagecheckoutps_contenedor div#onepagecheckoutps_step_three_container{
    width: 100%; margin: auto;} 

#onepagecheckoutps .right_content{padding-top: 0px !important; padding-left: 5px; padding-right: 5px;} 
div#onepagecheckoutps #onepagecheckoutps_step_review_container{margin-top: 15px;}
div#onepagecheckoutps #onepagecheckoutps_step_review_container.col-xs-12 {margin: 15px auto; width: 100%;}
div#onepagecheckoutps #panel_addresses_customer .card .card-header{border: 1px solid rgba(80,132,216,0.4);}

.fields_required{padding: 10px 0px 5px;}
div#onepagecheckoutps div#onepagecheckoutps_step_one #btn_save_customer{width:100%;}
div#onepagecheckoutps select#delivery_id_state{padding: 11px 5px 10px;}

div#onepagecheckoutps #panel_addresses_customer #action_address_delivery{margin-left: -15px; margin-right: -15px;}
div#onepagecheckoutps .addresses_customer_container .address_card, div#onepagecheckoutps .addresses_customer_container #search_addresses {
    padding-left: 0px;
    padding-right: 0px;}
}

@media (min-width: 768px) and (max-width: 991px){
#onepagecheckoutps .right_content{ padding-left: 0px; padding-right: 0px;}
div#onepagecheckoutps #onepagecheckoutps_step_review #buttons_footer_review > div .btn{width: 48%;}
}
@media (max-width: 991px){
#order-detail-content .cart_item {border-bottom: 1px solid rgba(80,132,216,0.4) !important;}}
@media (min-width: 992px) and (max-width: 1199px){
div#onepagecheckoutps div#onepagecheckoutps_step_one #btn_save_customer{width:100%;} 
div#field_delivery_firstname.form-group{padding-left: 5px;}
div#field_delivery_lastname.form-group{padding-right: 5px;}
div#onepagecheckoutps select#delivery_id_state{padding: 11px 5px 10px;}

.btn-primary, .btn-secondary, .btn-tertiary{font-size: 16px !important; padding: 10px 15px;}
div#onepagecheckoutps_contenedor div#onepagecheckoutps_step_two_container, 
div#onepagecheckoutps_contenedor div#onepagecheckoutps_step_three_container{}
}
.form-group select.form-control{padding-top: 11px; padding-bottom: 11px;}

@media (min-width: 992px){
    div#onepagecheckoutps_contenedor .right_content{padding-right: 0px;}
}
div#onepagecheckoutps #btn_continue_shopping.btn.btn-secondary{font-size: 16px; border: 1px solid #0C1844 !important; 
    padding: 8px 10px 10px;}
.pts-nopadding-left .btn-link{color: #fff; background-color: #1167b1; font-size: 16px;
padding: 10px 20px; text-transform: uppercase; font-weight: 500;}
.pts-nopadding-right .btn-primary{font-size: 16px; padding: 10px 20px; font-weight: 500;}
@media (max-width: 575px){
.pts-nopadding-left .btn-link{margin-bottom: 10px;}
.pts-nopadding-left {padding-right: 0px;}
.pts-nopadding-right {padding-left: 0px;}  
}
div#onepagecheckoutps .text-right{ color: #0C1844; }