.swal2-title {
    color:white!important;
}

.pagina-en-construccion {
    padding: 0.25em;
    background: #a73131;
    color: white;
    font-weight: bold;
    text-align: center;
}

.account-page #pills-tab li {
    width: 100%;
    display: block;
}

.account-page .nav-link {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.account-page input {
    margin-bottom: 1em;
}

.bd-tabs {
    display: none;
}

.tab-direccion,
.tab-vehiculo,
.tab-metodopago,
.tab-ordenes,
.cart-table,
.tab-factura {
    display: block !important;
}

@media (max-width: 768px) {
    .tab-direccion,
    .tab-vehiculo,
    .tab-metodopago,
    .tab-ordenes,
    .cart-table,
    .tab-factura {
        display: none !important;
    }
}

.tab-direccion-responsive,
.tab-vehiculo-responsive,
.tab-metodopago-responsive,
.tab-ordenes-responsive,
.tab-factura-responsive,
.cart-list {
    display: none !important;
}

@media (max-width: 768px) {
    .tab-direccion-responsive,
    .tab-vehiculo-responsive,
    .tab-metodopago-responsive,
    .tab-ordenes-responsive,
    .tab-factura-responsive,
    .cart-list {
        display: block !important;
    }
}

.quantity-box {
    margin-top: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.quantity-box .product-quantity {
    padding: 1rem;
    font-size: 1.2rem;
    width: 4rem;
    text-align: center;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
}

.quantity-box button {
    margin: 0;
}

.quantity-box .web-sm {
    border-radius: initial;
    padding: .175rem .75rem;
    height: calc(1.8rem + 2px);
    font-size: 0.9rem;
}

.image-responsive {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-small {
    padding: 0.15em 0.5em !important;
}

.wrapper {
    max-width: 1200px;
    padding: 0em 4em;
    margin: auto;
}

.wrapper-page {
    padding: 3em 0em 0em;
}

.row.gutter-10 {
    margin-right: 0;
    margin-left: 0;
}

.row.gutter-10>[class^="col-"],
.row.gutter-10>[class*=" col-"] {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
}

.row.gutter-15 {
    margin-right: 0;
    margin-left: 0;
}

.row.gutter-15>[class^="col-"],
.row.gutter-15>[class*=" col-"] {
    padding-right: 0.15rem;
    padding-left: 0.15rem;
}

.row.gutter-25 {
    margin-right: 0;
    margin-left: 0;
}

.row.gutter-25>[class^="col-"],
.row.gutter-25>[class*=" col-"] {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.row.gutter-50 {
    margin-right: 0;
    margin-left: 0;
}

.row.gutter-50>[class^="col-"],
.row.gutter-50>[class*=" col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.modal-body .form-control {
    margin: 0.5em 0;
    color: #212121;
    font-weight: bold;
}

.modal-body .form-control:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd;
}

.modal-body small {
    font-weight: bold;
    color: #222;
}

.modal-body input[type=button] {
    background: #d69b79;
    font-weight: bold;
    color: #ffffff;
    border-color: #ddd;
}

.modal-body input[type=button]:hover {
    background-color: #dcaa8d;
}

#checkout .form-check {
    padding-bottom: 0.5em;
}

.error-msg {
    display: none;
    background: #eaaa6d;
    color: white;
    border-radius: .25rem;
    font-style: italic;
    padding: 0.25em;
}

.poweredby {
    color: white;
}

.poweredby:hover {
    color: #ddd;
}

.shipping_address p {
    padding: 0.30em 0;
}

.checkout-btn {
    display: block;
    width: 100%;
    padding: 0.5em;
    font-weight: bold;
    font-size: 1.3em;
    border: 1px solid #ccc;
}

.checkout-btn:hover {
    -webkit-box-shadow: 0px 0px 3px #333;
    box-shadow: 0px 0px 3px #333;
}

.frb input[type="radio"]:empty,
.frb input[type="checkbox"]:empty {
    display: none !important;
}

.frb input[type="radio"]~label:before,
.frb input[type="checkbox"]~label:before {
    font-family: 'Font Awesome\ 5 Free';
    content: '\f096';
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.frb input[type="radio"]~label:before {
    content: '\f111';
}

.frb input[type="checkbox"]~label:before {
    content: '\f0c8';
}

.frb input[type="checkbox"]:checked~label:before {
    content: '\f14a';
    font-weight: bold;
}

.frb input[type="radio"]:checked~label:before {
    content: '\f192';
    font-weight: bold;
}

.frb input[type="radio"]~label,
.frb input[type="checkbox"]~label {
    position: relative;
    cursor: pointer;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 0.25em 0em;
}

.frb input[type="radio"]~label:focus,
.frb input[type="radio"]~label:hover,
.frb input[type="checkbox"]~label:focus,
.frb input[type="checkbox"]~label:hover {
    -webkit-box-shadow: 0px 0px 3px #333;
    box-shadow: 0px 0px 3px #333;
}

.frb input[type="radio"]:checked~label,
.frb input[type="checkbox"]:checked~label {
    color: #fafafa;
}

.frb input[type="radio"]:checked~label,
.frb input[type="checkbox"]:checked~label {
    background-color: #f2f2f2;
}

.frb.frb-default input[type="radio"]:checked~label,
.frb.frb-default input[type="checkbox"]:checked~label {
    color: #333;
}

.frb.frb-primary input[type="radio"]:checked~label,
.frb.frb-primary input[type="checkbox"]:checked~label {
    background-color: #337ab7;
}

.frb.frb-success input[type="radio"]:checked~label,
.frb.frb-success input[type="checkbox"]:checked~label {
    background-color: #5cb85c;
}

.frb.frb-info input[type="radio"]:checked~label,
.frb.frb-info input[type="checkbox"]:checked~label {
    background-color: #5bc0de;
}

.frb.frb-warning input[type="radio"]:checked~label,
.frb.frb-warning input[type="checkbox"]:checked~label {
    background-color: #f0ad4e;
}

.frb.frb-danger input[type="radio"]:checked~label,
.frb.frb-danger input[type="checkbox"]:checked~label {
    background-color: #d9534f;
}

.frb input[type="radio"]:empty~label span,
.frb input[type="checkbox"]:empty~label span {
    display: block;
}

.frb input[type="radio"]:empty~label span.frb-title,
.frb input[type="checkbox"]:empty~label span.frb-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
}

.frb input[type="radio"]:empty~label span.frb-description,
.frb input[type="checkbox"]:empty~label span.frb-description {
    word-break: break-word;
    font-weight: normal;
    font-style: italic;
    color: #333;
    font-size: 11px;
}

.frb input[type="radio"]:empty:checked~label span.frb-description,
.frb input[type="checkbox"]:empty:checked~label span.frb-description {
    color: #fafafa;
}

.frb.frb-default input[type="radio"]:empty:checked~label span.frb-description,
.frb.frb-default input[type="checkbox"]:empty:checked~label span.frb-description {
    color: #333;
}

.frb-box {
    margin-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0.20em;
}

.frb-disabled {
    pointer-events: none;
}

.frb-disabled label {
    background-color: #a2a2a2 !important;
}

.frb-label {
    margin-left: 10%;
    width: 90%;
    font-size: 1em;
    background: #f7d889;
}

.frb-img {
    height: 3em;
    width: 3em;
    margin-left: auto;
    display: block;
}

.frb-text {
    max-width: 140px;
}

.frb-actions {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.frb-actions button {
    margin: 0 0.10em;
}

.slick-initialized {
    visibility: visible;
}

.navbar-footer {
    display: none;
}

.reverse {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.table td,
.table th {
    padding: 0.25em;
}

.table td {
    word-break: break-word;
    min-width: 90px;
}

.login-form input,
.register-form input {
    margin-bottom: 1em;
}

.account-order-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.account-order-button form {
    margin: 0.5em 0em 0.5em 0em;
    width: 30%;
}

.product-image-and-desc img {
    float: left;
    width: 75px;
    padding-right: 0.5em;
}

.product-image-and-desc h5 {
    font-size: 0.9em;
}

.product-image-and-desc p.unit {
    font-size: 0.8em;
}

@media (max-width: 767.98px) {
    .account-order-button {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .account-order-button form {
        width: 100%;
    }
    .fancybox-slide {
        padding: 0 !important;
    }
    .fancybox-content {
        height: 100% !important;
    }
    body,
    html {
        overflow-x: hidden;
    }
    .wrapper {
        padding: 1em;
    }
    .page-title {
        font-size: 1.85em;
        margin-bottom: 0.5em;
    }
    .quantity-box .web-sm {
        border-radius: initial;
        padding: .175rem .75rem;
        height: calc(1.7rem + 2px);
    }
    .quantity-box .product-quantity {
        padding: 0rem;
        font-size: 1.1rem;
        width: 3.4rem;
        height: calc(3.4rem + 4px);
    }
    .cart-list {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .nav.nav-pills {
        display: none;
    }
    .navbar-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #00D09E;
        z-index: 9999;
    }
    .navbar-footer .nav.nav-pills {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
        margin: 0em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }
    .navbar-footer .nav-item {
        text-align: center;
        -webkit-box-flex: 1em;
        -ms-flex: 1em;
        flex: 1em;
    }
    .navbar-footer .nav-pills .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        font-size: 0.85em;
        color: #00D09E;
        background: black;
        padding: 0.85em 0.75em;
        border-radius: 0;
    }
    .navbar-footer .nav-link.active {
        background: #fff;
        color: black;
    }
}

.swal2-title {
    color: white;
}

a.toast_btn,
.toast_msg,
a.toast_btn:hover {
    color: white;
}