/*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author    FME Modules
* @copyright FME Modules
* @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
* @package   fmmonepagecheckout
*/

.delivery-option .row.fmm-vcenter {
    margin-left: 0;
    margin-right: 0;
}

div#fmm-onepagecheckout {
    position: relative;
}

div#fmm-onepagecheckout span,
div#fmm-onepagecheckout em,
div#fmm-onepagecheckout label {
    font-size: 12px;
}

div#fmm-onepagecheckout .loader {
    width: auto;
    height: auto;
    border: none;
    -webkit-animation: unset;
    -moz-animation: unset;
    animation: unset;
}

div#fmm-onepagecheckout label {
    font-weight: normal;
    padding: 0;
    margin-bottom: 0;
    min-width: auto;
    text-align: inherit;
    line-height: normal;
}

div#fmm-onepagecheckout em {
    float: left;
    margin-right: 5px;
}

div#fmm-onepagecheckout input,
div#fmm-onepagecheckout textarea,
div#fmm-onepagecheckout select {
    background: none;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 5px !important;
    color: inherit;
    font-size: 12px;
    padding: 5px;
    height: auto !important;
}

div#fmm-onepagecheckout input.disabled,
div#fmm-onepagecheckout textarea.disabled,
div#fmm-onepagecheckout select.disabled {
    background-color: #f6f6f6;
}

div#fmm-onepagecheckout select {
    height: auto;
    -moz-appearance: menulist;
}

div#fmm-onepagecheckout input:focus,
div#fmm-onepagecheckout textarea:focus,
div#fmm-onepagecheckout 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#fmm-onepagecheckout div#fmm-onepagecheckout-header {
    background-color: #fff;
    border-radius: 11px;
    margin: 8px 0;
    padding-bottom: 8px;
    padding-top: 8px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-header #fmm-onepagecheckout-info h1 {
    font-size: 32px;
    font-weight: normal;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-header #fmm-onepagecheckout-login #btn-logout {
    padding: 5px;
    margin-top: 17px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-header div#fmm-onepagecheckout-login a {
    font-size: 16px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-header p {
    margin: 0;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-contenedor {
    /*display: inline-block; Problema con IE*/
    background-color: #fff;
    border-radius: 11px;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 19px;
}

div#fmm-onepagecheckout #fmm-onepagecheckout-step-two,
div#fmm-onepagecheckout #fmm-onepagecheckout-step-three,
div#fmm-onepagecheckout #fmm-onepagecheckout-step-review {
    margin-top: 5px;
}

div#fmm-onepagecheckout .fmm-onepagecheckout-p-step {
    padding-bottom: 4px;
    border-bottom: 1px solid #d6d4d4;
    cursor: default;
    text-transform: initial;
    vertical-align: middle;
    clear: both;
    font-size: 16px;
}

div#fmm-onepagecheckout #fmm-onepagecheckout-step-one #opc_social_networks {
    border-bottom: 1px solid #d6d4d4;
    margin-bottom: 10px;
}

div#fmm-onepagecheckout #fmm-onepagecheckout-step-one #opc_social_networks h5 {
    margin: 6px 5px;
    font-style: italic;
}

div#fmm-onepagecheckout #fmm-onepagecheckout-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#fmm-onepagecheckout #opc_social_networks .btn-biocryptology {
    background-color: #ffffff;
    color: #007db6;
}

div#fmm-onepagecheckout #opc_social_networks .btn-biocryptology:hover {
    color: #000;
}

div#fmm-onepagecheckout #opc_social_networks .btn-facebook {
    background-color: #3b5998;
    color: #ffffff;
}

div#fmm-onepagecheckout #opc_social_networks .btn-google {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Roboto' !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

div#fmm-onepagecheckout #opc_social_networks .btn-facebook:hover,
div#fmm-onepagecheckout #opc_social_networks .btn-google:hover {
    opacity: 0.9;
}

div#fmm-onepagecheckout #opc_social_networks .btn-facebook i {
    color: #ffffff;
}

div#fmm-onepagecheckout #opc_social_networks .btn-google i {
    color: #ffffff;
}

div#fmm-onepagecheckout .fmm-btn-secondary {
    border: 2px dashed #d6d4d4;
    height: 35px;
    margin-top: 5px;
}

div#fmm-onepagecheckout .fmm-btn-secondary:hover {
    box-shadow: 0 0 10px #d6d4d4;
}

div#fmm-onepagecheckout .fmm-btn-secondary span {
    cursor: pointer;
    display: block;
    font-size: 15px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}

div#fmm-onepagecheckout .fmm-btn-secondary span:hover {
    font-weight: bold;
}

#opc_shipping_compability {
    margin-bottom: 1.563rem;
}

#opc_shipping_compability #checkout-delivery-step {
    margin-bottom: 10px;
    padding-bottom: 0;
}

#opc_shipping_compability .content {
    padding: 0 15px !important;
    display: block !important;
}

#opc_shipping_compability .order-options,
#opc_shipping_compability button.continue,
#opc_shipping_compability .step-title {
    display: none;
}


/* OPC - STEP REGISTER */

div#fmm-onepagecheckout #fmm-onepagecheckout-step-one .fields_required {
    font-style: italic;
    margin-bottom: 6px;
    color: red;
}

div#fmm-onepagecheckout #fmm-onepagecheckout-step-one [type="checkbox"],
div#fmm-onepagecheckout #fmm-onepagecheckout-step-one [type="radio"] {
    margin-top: 8px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-one #btn_save_customer {
    margin-top: 5px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-one #address_card_new_content,
div#fmm-onepagecheckout div#fmm-onepagecheckout-step-one #btn_save_customer {
    white-space: normal;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-one #div_field_required {
    color: red;
    font-size: 12.8px;
    font-style: italic;
    margin-bottom: 2.6px;
    margin-top: 12.8px;
}

div#fmm-onepagecheckout #fmm-onepagecheckout-step-one div.form-group {
    margin: 0;
    display: block;
}

div#fmm-onepagecheckout #fmm-onepagecheckout-step-one div.form-group label {
    float: left;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-one .container_help_invoice {
    font-size: 12.5px;
    text-align: center;
    text-decoration: underline;
}

div#fmm-onepagecheckout #fmm-onepagecheckout-step-one .container_help_invoice span {
    cursor: pointer;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-one label sup {
    color: red;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-one #p_privacy_policy {
    margin-bottom: 0;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-one #p_privacy_policy .read {
    text-decoration: underline;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-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#fmm-onepagecheckout div#fmm-onepagecheckout-step-one ul.nav {
    background: none;
    z-index: 0;
    font-size: initial;
    margin-bottom: 0;
    margin-top: 12.8px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-one ul.nav-tabs a.active {
    background-color: #ffffff;
    color: inherit !important;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-one ul.nav-tabs li a:hover {
    color: inherit;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

div#fmm-onepagecheckout #field_customer_current_passwd {
    width: 100%;
}

div#fmm-onepagecheckout #field_customer_passwd,
div#fmm-onepagecheckout #field_customer_conf_passwd {
    width: 50%;
}

div#fmm-onepagecheckout #panel_addresses_customer {
    display: block;
    margin: 8px 0 8px 0;
}

div#fmm-onepagecheckout #panel_addresses_customer .card {
    display: block;
    padding: 0;
    margin: 5px 0;
    overflow: visible;
    width: 100%;
}

div#fmm-onepagecheckout #panel_addresses_customer .card .card-header {
    padding: 8px 0.5rem;
}

div#fmm-onepagecheckout #panel_addresses_customer .card .card-header a {
    font-size: 14px;
    font-weight: bold;
    text-transform: initial;
}

div#fmm-onepagecheckout #panel_addresses_customer .card .card-title {
    margin: 0;
}

div#fmm-onepagecheckout #panel_addresses_customer .card .card-body {
    padding-left: 15px;
    padding-right: 15px;
}

div#fmm-onepagecheckout #panel_addresses_customer #action_address_delivery,
div#fmm-onepagecheckout #panel_addresses_customer #action_address_invoice {
    margin: 8px 0;
}

div#fmm-onepagecheckout #panel_addresses_customer .more-less {
    cursor: pointer;
}

div#fmm-onepagecheckout #panel_addresses_customer #search_addresses {
    margin-bottom: 10px;
}

div#fmm-onepagecheckout #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#fmm-onepagecheckout .addresses_customer_container {
    max-height: 350px;
    overflow-y: auto;
    margin-top: 10px;
}

div#fmm-onepagecheckout .addresses_customer_container .address_card,
div#fmm-onepagecheckout .addresses_customer_container #search_addresses {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

div#fmm-onepagecheckout #address_card_new .container_card {
    border: 2px dashed #d6d4d4;
    height: auto;
}

div#fmm-onepagecheckout #address_card_new #address_card_new_content span {
    cursor: pointer;
    display: block;
    font-size: 15px;
    text-align: center;
    width: 100%;
}

div#fmm-onepagecheckout #address_card_new #address_card_new_content span:hover {
    font-weight: bold;
}

div#fmm-onepagecheckout .container_card {
    border: 1px solid #d6d4d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

div#fmm-onepagecheckout .container_card:not(.selected):hover {
    box-shadow: 0 0 10px #d6d4d4;
}

div#fmm-onepagecheckout .container_card.alert {
    cursor: initial;
}

div#fmm-onepagecheckout .container_card.alert ul {
    padding: 0;
    margin: 0;
}

div#fmm-onepagecheckout .container_card.alert ul li {
    list-style-type: none;
}

div#fmm-onepagecheckout .container_card.selected {
    font-weight: normal;
}

div#fmm-onepagecheckout .container_card .header_card {
    border-bottom: 1px solid #d6d4d4;
    padding: 0 0 5px 0;
    margin: 0;
}

div#fmm-onepagecheckout .container_card .header_card i {
    font-size: 18px;
    float: right;
}

div#fmm-onepagecheckout .container_card .header_card i.fa-fmm-circle-thin {
    cursor: pointer;
}

div#fmm-onepagecheckout .container_card .footer_card {
    width: 100%;
}

div#fmm-onepagecheckout .container_card .footer_card button {
    font-size: 12px;
}

div#fmm-onepagecheckout .container_card .footer_card .change_address {
    text-align: center;
}


/* OPC - STEP CARRIER */

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-two .delivery-option {
    cursor: pointer;
    padding: 0;
    margin-bottom: 0;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-two .delivery-option .delivery_option_title,
div#fmm-onepagecheckout div#fmm-onepagecheckout-step-two .delivery-option .delivery_option_delay {
    font-size: 14px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-two .delivery-option .delivery_option_price {
    font-size: 11px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-two #shipping_container .delivery_option_logo img {
    max-width: 100%;
    cursor: pointer;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-one #opc_show_login {
    border-radius: 0.3rem;
    padding: 4px;
    line-height: normal;
    text-transform: none;
    float: right;
}


/* OPC - STEP PAYMENT */

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-three .module_payment_container {
    padding: 3.2px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-three #payment_method_container .module_payment_container.selected {
    margin-bottom: 0;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-three .module_payment_container .payment_content_html {
    padding: 12.8px;
    width: 100%;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-three #payment_method_container .payment_image img {
    max-width: 86px;
    cursor: pointer;
}


/* OPC - STEP REVIEW */

div#fmm-onepagecheckout #fmm-onepagecheckout-step-review {
    /*font-size: 0.9rem;*/
    font-size: 14.3px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review-container>h5 {
    border-bottom: 1px #d3d3d3 solid;
    padding-bottom: 0 !important;
    text-transform: uppercase;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review .bootstrap-touchspin {
    margin: 6px 0 0 0;
    width: auto;
    display: table;
    box-shadow: initial;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review .bootstrap-touchspin .cart-line-product-quantity {
    border-radius: 0;
    float: left;
    height: 40px !important;
    line-height: initial;
    padding: 3.75px;
    text-align: center;
    width: 40px;
    border-radius: 5px 0 0 5px !important;
    -webkit-box-shadow: 0;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review .bootstrap-touchspin span {
    float: left;
    width: auto;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin i {
    font-size: 11px;
    left: 3px;
    top: 4px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin {
    height: 20px;
    line-height: 0;
    padding: 0;
    width: 20px;
    margin-top: 0;
    margin-bottom: 0;
    position: inherit;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin.bootstrap-touchspin-up {
    border-radius: 0 5px 0 0;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin.bootstrap-touchspin-down {
    border-radius: 0 0 5px 0;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review .remove-from-cart {
    display: block;
    font-size: 20.8px;
    float: left;
    margin-left: 4.1px;
    margin-top: 8px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #header-order-detail-content>div {
    text-decoration: underline;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #btn_continue_shopping {
    font-size: 16px;
    margin-top: 6.4px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #btn_place_order {
    font-size: 18px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #btn_place_order:hover,
div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #btn_continue_shopping:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #list-voucher-allowed .promo-code-button {
    display: block;
    text-decoration: underline;
    margin-bottom: 7.15px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #list-voucher-allowed #discount_name {
    vertical-align: middle;
    text-align: center;
    width: 150px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #list-voucher-allowed #display_cart_vouchers p {
    color: inherit;
    font-style: italic;
    margin-bottom: 6px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #list-voucher-allowed {
    border: 1px dashed #ccc;
    float: left;
    margin-top: 11.4px;
    padding: 5.7px;
    width: 100%;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #list-voucher-allowed #promo-code {
    margin-bottom: 14.3px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #list-voucher-allowed #display_cart_vouchers ul {
    margin-bottom: 5.7px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #list-voucher-allowed #display_cart_vouchers li {
    list-style: none;
    margin-left: 14.3px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #list-voucher-allowed #display_cart_vouchers li .code {
    cursor: pointer;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #div_leave_message>p {
    margin-bottom: 10px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #div_leave_message {
    border-top: 1px solid #ccc;
    margin: 6px 0;
    padding-top: 10px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review .cart_item {
    margin-bottom: 8px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review .cart_item .s_title_block {
    margin: 0;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #order-detail-content .order_total_items .item_total .price {
    font-size: 100%;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #order-detail-content .order_total_items .item_total {
    text-align: right;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #order-detail-content .image_product {
    padding-right: 0;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #order-detail-content .cart_description .s_title_block {
    font-size: 14px;
    /*font-size: 0.9rem;*/
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #order-detail-content .cart_description,
div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #order-detail-content .cart_description .label {
    font-size: 11.2px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review .cart_item img.img-fluid {
    border: 1px solid #d6d4d4;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #block-reassurance .block-reassurance-item {
    padding: 11.4px 0;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #block-reassurance .block-reassurance-item span {
    font-size: 12.5px;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review label.alert {
    width: 100%;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review .badge {
    font-size: 100%;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review #conditions-to-approve a {
    text-decoration: underline;
}


/*****************************Login*****************************/

div#fmm-onepagecheckout div#opc_login #txt_login_password,
div#fmm-onepagecheckout div#opc_login #txt_login_email {
    border-radius: 0;
    font-size: inherit;
    line-height: 24px;
}

div#fmm-onepagecheckout #form_login span.form-error {
    bottom: -14px;
    position: absolute;
    right: 0;
}

div#fmm-onepagecheckout #form_login .has-error .input-group-addon {
    border-color: #b94a48;
}

div#fmm-onepagecheckout 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#fmm-onepagecheckout input.valid {
    background-image: url(../../img/form-ok.png)!important;
    background-position: 99% 50%;
    background-repeat: no-repeat;
    padding-right: 24px !important;
}

div#fmm-onepagecheckout 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#fmm-onepagecheckout .has-error select {
    outline: 0;
}

div#fmm-onepagecheckout 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#fmm-onepagecheckout .hidden {
    display: none !important;
}

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

.fmm-vtop,
.fmm-vcenter {
    display: table !important;
}

#fmm-onepagecheckout .fmm-vcenter {
    width: 100%;
}

.fmm-vtop>div,
.fmm-vcenter>div {
    float: none !important;
    display: table-cell !important;
    width: auto;
}

.fmm-vcenter>div {
    vertical-align: middle !important;
}

.fmm-vtop>div {
    vertical-align: top !important;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(156, 156, 156, .6);
}


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


/*****************************Support templates*********************************/

#ui-datepicker-div table td,
#ui-datepicker-div table th {
    padding: 0;
}

.theiaStickySidebar {
    position: initial !important;
}

div#fmm-onepagecheckout .modal-header .close {
    color: inherit;
    font-size: initial;
    position: initial;
}

div#fmm-onepagecheckout #opc_modal {
    padding-top: 0px !important;
    padding-left: 8px;
    padding-right: 8px;
}

div#fmm-onepagecheckout #opc_modal .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, .2);
}

div#fmm-onepagecheckout .modal-body {
    padding: 15px;
}

div#fmm-onepagecheckout .modal-header .panel-title {
    width: 100%;
    font-size: 18px;
}

div#fmm-onepagecheckout .modal-content {
    padding: 0;
    border: 1px solid #d3d3d3;
}

.st-pusher {
    position: initial !important;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-review .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin::before {
    content: ''
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-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;
}


/*#checkout #fmm-onepagecheckout .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#fmm-onepagecheckout #fmm-onepagecheckout-step-one .bestkit_customerattributes p {
    width: 100%;
}

div#fmm-onepagecheckout #fmm-onepagecheckout-step-one .bestkit_customerattributes .form-group {
    float: left;
}

div#fmm-onepagecheckout #fmm-onepagecheckout-step-one .bestkit_customerattributes .form-group .form-control-valign,
div#fmm-onepagecheckout #fmm-onepagecheckout-step-one .bestkit_customerattributes .form-group .form-control-comment {
    padding-top: 0;
}

div#fmm-onepagecheckout .checkout_feilds_wrapper {
    padding: 0;
}

div#fmm-onepagecheckout #fmm-onepagecheckout-step-two #packetery-widget br {
    display: none;
}

div#fmm-onepagecheckout div#fmm-onepagecheckout-step-three div#block-card-number {
    width: 100%;
}

div#fmm-onepagecheckout #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*/

#fmm-onepagecheckout #order-detail-content .card-block {
    margin-bottom: 0;
    padding: 0;
}

#fmm-onepagecheckout #order-detail-content .card-block .cart-summary-line>div {
    padding: 0;
    text-align: right;
}

#fmm-onepagecheckout div#payment_method_container>div.module_payment_container>div.payment-option {
    margin-left: 0;
    margin-right: 0;
    display: block !important;
}


/*****************************END Support modules*****************************/

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

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

@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#fmm-onepagecheckout #field_customer_current_passwd,
    div#fmm-onepagecheckout #field_customer_passwd,
    div#fmm-onepagecheckout #field_customer_conf_passwd {
        width: 100%;
    }
}

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

@media (min-width:768px) and (max-width: 991px) {
    div#fmm-onepagecheckout #opc_modal {
        position: absolute !important;
    }
    div#fmm-onepagecheckout #field_customer_current_passwd,
    div#fmm-onepagecheckout #field_customer_passwd,
    div#fmm-onepagecheckout #field_customer_conf_passwd {
        width: 100%;
    }
}