/*!

 =========================================================
 * Paper Bootstrap Wizard - v1.0.2
 =========================================================
 
 * Product Page: https://www.creative-tim.com/product/paper-bootstrap-wizard
 * Copyright 2017 Creative Tim (http://www.creative-tim.com)
 * Licensed under MIT (https://github.com/creativetimofficial/paper-bootstrap-wizard/blob/master/LICENSE.md)
 
 =========================================================
 
 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 */

.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.body-compras>div>div>div {
    margin-top: 0 !important;
}

#envio_certificado {
    display: block;
}

.badge.compras {
    font-size: 16px;
    border-radius: 0;
    padding: 10px 6px;
    position: absolute;
    margin-top: -34px;
    right: -5px;
}

.form-control {
    background-color: #F3F2EE;
    border: 1px solid #e8e7e3;
    border-radius: 4px;
    color: #66615b;
    font-size: 14px;
    padding: 7px 18px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border: 1px solid #e8e7e3;
    background-color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control,
.form-control.error {
    background-color: #FFC0A4;
    color: #EB5E28;
    border-color: #EB5E28;
}

.has-success .form-control,
.form-control.valid {
    color: #66615b;
    border-color: #e8e7e3;
}

.has-error .form-control:focus,
.form-control.error:focus {
    background-color: #FFFFFF;
    border-color: #EB5E28;
}

.has-success .form-control:focus,
.form-control.valid:focus,
.valid:focus {
    background-color: #FFFFFF;
    border-color: #7AC29A;
}

.form-control+.form-control-feedback {
    border-radius: 6px;
    font-size: 14px;
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
    vertical-align: middle;
}

.open .form-control {
    border-bottom-color: transparent;
}

.form-control.input-no-border {
    border: 0 none;
}

.input-group .form-control:not(:first-child):not(:last-child) {
    border-left: 0;
    border-right: 0;
}

label.error:not(.form-control) {
    color: #EB5E28;
    font-weight: 300;
    font-size: 0.9em;
    line-height: 1.3em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
}

label.error {
    position: relative;
    background: #fcd3c3;
    border: 1px solid #f3a081;
    border-radius: 3px;
    padding: .5rem;
}

label.error:after,
label.error:before {
    bottom: 100%;
    left: 8px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

label.error:after {
    border-color: #fff0;
    border-bottom-color: #fcd3c3;
    border-width: 8px;
    margin-left: -8px;
}

label.error:before {
    border-color: #1a1e2100;
    border-bottom-color: #f3a081;
    border-width: 9px;
    margin-left: -9px;
}

.input-lg {
    height: 55px;
    padding: 11px 30px;
}

.has-error .form-control-feedback,
.has-error .control-label {
    color: #EB5E28;
}

.has-success .form-control-feedback,
.has-success .control-label {
    color: #7AC29A;
}

.input-group-addon {
    background-color: #F3F2EE;
    border: 1px solid #e8e7e3;
    border-radius: 4px;
}

.has-success .input-group-addon,
.has-error .input-group-addon {
    background-color: #FFFFFF;
}

.has-error .form-control:focus+.input-group-addon {
    color: #EB5E28;
}

.has-success .form-control:focus+.input-group-addon {
    color: #7AC29A;
}

.form-control:focus+.input-group-addon,
.form-control:focus~.input-group-addon {
    background-color: #FFFFFF;
}

.has-error .input-group-addon {
    color: #EB5E28;
    border-color: #EB5E28;
}

.has-error .input-group-addon {
    color: #7AC29A;
    border-color: #7AC29A;
}

.input-group-addon+.form-control {
    padding-left: 0;
}

.input-group {
    margin-bottom: 15px;
}

.input-group[disabled] .input-group-addon {
    background-color: #E3E3E3;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0 none;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
    border-left: 0 none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #E3E3E3;
    cursor: not-allowed;
    color: #9A9A9A;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control[disabled]::-moz-placeholder {
    color: #9A9A9A;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control[disabled]:-moz-placeholder {
    color: #cfcfca;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control[disabled]::-webkit-input-placeholder {
    color: #cfcfca;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control[disabled]:-ms-input-placeholder {
    color: #cfcfca;
    opacity: 1;
    filter: alpha(opacity=100);
}

.input-group-btn .btn {
    border-width: 1px;
    padding: 9px 18px;
}

.input-group-btn .btn-default:not(.btn-fill) {
    border-color: #cfcfca;
}

.input-group-btn:last-child>.btn {
    margin-left: 0;
}

textarea.form-control {
    max-width: 100%;
    padding: 10px 18px;
    resize: none;
}

.input-group-focus .input-group-addon {
    background-color: #FFFFFF;
}


/*     General overwrite     */

body {
    color: #66615b;
    font-size: 14px;
    font-family: 'Muli', Arial, sans-serif;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner,
input[type="button"]:focus {
    outline: 0 !important;
}

.btn:focus,
.btn:hover,
.btn:active {
    outline: 0;
}


/*           Animations              */

.form-control,
.input-group-addon {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.image-container {
    min-height: 100vh;
    background-position: center center;
    background-size: cover;
}

.wizard-container {
    padding-top: 100px;
    z-index: 3;
}

.made-with-pk {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    z-index: 555;
    bottom: 40px;
    right: 40px;
    border-radius: 30px;
    background-color: rgba(16, 16, 16, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px 12px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    -moz-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    -o-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
}

.made-with-pk:hover,
.made-with-pk:active,
.made-with-pk:focus {
    width: 218px;
    color: #FFFFFF;
    transition-duration: .55s;
    padding: 10px 19px;
}

.made-with-pk:hover .made-with,
.made-with-pk:active .made-with,
.made-with-pk:focus .made-with {
    opacity: 1;
}

.made-with-pk .brand,
.made-with-pk .made-with {
    float: left;
}

.made-with-pk .brand {
    position: relative;
    top: 4px;
    letter-spacing: 1px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
}

.made-with-pk .made-with {
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 58px;
    top: 14px;
    opacity: 0;
    margin: 0;
    -webkit-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    -moz-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    -o-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
}

.made-with-pk .made-with strong {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

#txt_nada_facturar,
#txt_nada_enviar {
    position: absolute;
    left: 0;
    top: 0;
    /* background: #ffffff40; */
    width: 95%;
    height: 91%;
    overflow: hidden;
    margin-left: 2.5%;
    border-radius: 5px;
}

#txt_nada_facturar h5,
#txt_nada_enviar h5 {
    text-align: center;
    color: #949622;
    background: #dadd50;
    padding: 20px;
    font-size: 18px;
    width: 800px;
    font-weight: bold;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -30px;
}

.btn.btn-icon,
.navbar .navbar-nav>li>a.btn.btn-icon {
    border-radius: 25px;
    padding: 7px 10px;
}

.btn.btn-icon i,
.navbar .navbar-nav>li>a.btn.btn-icon i {
    margin-right: 0px;
}

.btn [class*="ti-"],
.navbar .navbar-nav>li>a.btn [class*="ti-"] {
    vertical-align: middle;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -2px;
}

.btn-simple {
    border: 0;
    padding: 7px 18px;
}

.navbar .navbar-nav>li>a.btn.btn-lg,
.btn-lg {
    font-size: 18px;
    border-radius: 50px;
    padding: 11px 30px;
    font-weight: 400;
}

.navbar .navbar-nav>li>a.btn.btn-lg.btn-simple,
.btn-lg.btn-simple {
    padding: 13px 30px;
}

.navbar .navbar-nav>li>a.btn.btn-lg.btn-icon,
.btn-lg.btn-icon {
    border-radius: 30px;
    padding: 9px 16px;
}

.navbar .navbar-nav>li>a.btn.btn-sm,
.btn-sm {
    font-size: 12px;
    border-radius: 26px;
    padding: 4px 10px;
}

.navbar .navbar-nav>li>a.btn.btn-sm.btn-simple,
.btn-sm.btn-simple {
    padding: 6px 10px;
}

.navbar .navbar-nav>li>a.btn.btn-sm.btn-icon,
.btn-sm.btn-icon {
    padding: 3px 6px;
}

.navbar .navbar-nav>li>a.btn.btn-sm.btn-icon .fa,
.btn-sm.btn-icon .fa {
    line-height: 1.6;
    width: 15px;
}

.navbar .navbar-nav>li>a.btn.btn-xs,
.btn-xs {
    font-size: 12px;
    border-radius: 26px;
    padding: 2px 5px;
}

.navbar .navbar-nav>li>a.btn.btn-xs.btn-simple,
.btn-xs.btn-simple {
    padding: 4px 5px;
}

.navbar .navbar-nav>li>a.btn.btn-xs.btn-icon,
.btn-xs.btn-icon {
    padding: 1px 5px;
}

.navbar .navbar-nav>li>a.btn.btn-xs.btn-icon .fa,
.btn-xs.btn-icon .fa {
    width: 10px;
}

.navbar .navbar-nav>li>a.btn.btn-wd,
.btn-wd {
    min-width: 140px;
}

.btn-group.select {
    width: 100%;
}

.btn-group.select .btn {
    text-align: left;
}

.btn-group.select .caret {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 8px;
}

.btn-tooltip {
    white-space: nowrap;
}

.buttons-with-margin .btn {
    margin-bottom: 5px;
}

.label {
    padding: 3px 8px;
    border-radius: 12px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 0.75em;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.5em;
}

.label-icon {
    padding: 0.4em 0.55em;
}

.label-icon i {
    font-size: 0.8em;
    line-height: 1;
}

.label-default {
    background-color: #66615b;
}

.label-primary {
    background-color: #7A9E9F;
}

.label-info {
    background-color: #245893;
}

.label-success {
    background-color: #7AC29A;
}

.label-warning {
    background-color: #F3BB45;
}

.label-danger {
    background-color: #EB5E28;
}

.etiq_producto {
    width: 100%;
    position: absolute;
    left: 15px;
    top: 0;
    overflow: hidden !important;
    height: inherit;
    max-height: 50%;
}


/*            Navigation menu                */

.nav-pills {
    background-color: #F3F2EE;
    position: absolute;
    width: 100%;
    height: 4px;
    top: 40px;
    text-align: center;
}

.nav-pills>li+li {
    margin-left: 0;
}

.nav-pills>li>a {
    padding: 0;
    max-width: 78px;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: relative;
    top: -32px;
    z-index: 100;
}

.nav-pills>li>a:after {
    content: '';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: -1px;
    top: -4px;
    transform: scale(0);
    transition: .2s all linear;
}

.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.2);
    outline: 0 !important;
    cursor: pointer;
}

.nav-pills>li.active>a:after {
    content: '';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: -2px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transition: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: transparent;
    font-size: 15px;
    -webkit-transition: font-size 0.2s linear;
    -moz-transition: font-size 0.2s linear;
    -o-transition: font-size 0.2s linear;
    -ms-transition: font-size 0.2s linear;
    transition: font-size 0.2s linear;
}

.nav-pills>li.active>a [class*="ti-"],
.nav-pills>li.active>a:hover [class*="ti-"],
.nav-pills>li.active>a:focus [class*="ti-"] {
    color: #dadd50;
    font-size: 24px;
    top: 21px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tooltip {
    font-size: 14px;
    font-weight: bold;
}

.tooltip-arrow {
    display: none;
    opacity: 0;
}

.tooltip-inner {
    background-color: #FAE6A4;
    border-radius: 4px;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(115, 71, 38, 0.23);
    color: #734726;
    max-width: 200px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
}

.tooltip-inner:after {
    content: "";
    display: inline-block;
    left: 100%;
    margin-left: -56%;
    position: absolute;
}

.tooltip-inner:before {
    content: "";
    display: inline-block;
    left: 100%;
    margin-left: -56%;
    position: absolute;
}

.tooltip.top {
    margin-top: -11px;
    padding: 0;
}

.tooltip.top .tooltip-inner:after {
    border-top: 11px solid #FAE6A4;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: -10px;
}

.tooltip.top .tooltip-inner:before {
    border-top: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: -11px;
}

.tooltip.bottom {
    margin-top: 11px;
    padding: 0;
}

.tooltip.bottom .tooltip-inner:after {
    border-bottom: 11px solid #FAE6A4;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    top: -10px;
}

.tooltip.bottom .tooltip-inner:before {
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    top: -11px;
}

.tooltip.left {
    margin-left: -11px;
    padding: 0;
}

.tooltip.left .tooltip-inner:after {
    border-left: 11px solid #FAE6A4;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    right: -10px;
    left: auto;
    margin-left: 0;
}

.tooltip.left .tooltip-inner:before {
    border-left: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    right: -11px;
    left: auto;
    margin-left: 0;
}

.tooltip.right {
    margin-left: 11px;
    padding: 0;
}

.tooltip.right .tooltip-inner:after {
    border-right: 11px solid #FAE6A4;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    left: -10px;
    top: 0;
    margin-left: 0;
}

.tooltip.right .tooltip-inner:before {
    border-right: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    left: -11px;
    top: 0;
    margin-left: 0;
}

.card {
    border-radius: 6px;
    background-color: #FFFFFF;
    color: #252422;
    padding: 10px 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.card .card-checkboxes {
    background-color: #F3F2EE;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.3);
}

.card .card-hover-effect:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transition: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.wizard-card {
    min-height: 410px;
}

.wizard-card .picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.wizard-card .icon-circle {
    font-size: 20px;
    border: 3px solid #F3F2EE;
    text-align: center;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.2);
    font-weight: 600;
    width: 70px;
    height: 70px;
    background-color: #FFFFFF;
    margin: 0 auto;
    position: relative;
    top: -2px;
}

.wizard-card .icon-circle [class*="ti-"] {
    position: absolute;
    z-index: 1;
    left: 1px;
    right: 0px;
    top: 23px;
}

.wizard-card .picture {
    width: 106px;
    height: 106px;
    background-color: #d8d1c9;
    border: 4px solid transparent;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.wizard-card .picture:hover {
    border-color: #2ca8ff;
}

.wizard-card .picture-src {
    width: 100%;
}

.wizard-card[data-color="azure"] .picture:hover {
    border-color: #7A9E9F;
}

.wizard-card[data-color="azure"] .nav-pills>li.active>a:after {
    background-color: #7A9E9F;
}

.wizard-card[data-color="azure"] .nav-pills>li.active>a {
    color: #7A9E9F;
}

.wizard-card[data-color="azure"] .nav-pills .icon-circle.checked {
    border-color: #7A9E9F;
}

.wizard-card[data-color="azure"] .choice.active .card-checkboxes {
    color: #7A9E9F;
}

.wizard-card[data-color="azure"] .wizard-navigation .progress-bar {
    background-color: #7A9E9F;
}

.wizard-card[data-color="green"] .picture:hover {
    border-color: #7AC29A;
}

.wizard-card[data-color="green"] .nav-pills>li.active>a:after {
    background-color: #7AC29A;
}

.wizard-card[data-color="green"] .nav-pills>li.active>a {
    color: #7AC29A;
}

.wizard-card[data-color="green"] .nav-pills .icon-circle.checked {
    border-color: #7AC29A;
}

.wizard-card[data-color="green"] .choice.active .card-checkboxes {
    color: #7AC29A;
}

.wizard-card[data-color="green"] .wizard-navigation .progress-bar {
    background-color: #7AC29A;
}

.wizard-card[data-color="blue"] .picture:hover {
    border-color: #245893;
}

.wizard-card[data-color="blue"] .nav-pills>li.active>a:after {
    background-color: #245893;
}

.wizard-card[data-color="blue"] .nav-pills>li.active>a {
    color: #245893;
}

.wizard-card[data-color="blue"] .nav-pills .icon-circle.checked {
    border-color: #245893;
}

.wizard-card[data-color="blue"] .choice.active .card-checkboxes {
    color: #245893;
}

.wizard-card[data-color="blue"] .wizard-navigation .progress-bar {
    background-color: #245893;
}

.wizard-card[data-color="orange"] .picture:hover {
    border-color: #F3BB45;
}

.wizard-card[data-color="orange"] .nav-pills>li.active>a:after {
    background-color: #F3BB45;
}

.wizard-card[data-color="orange"] .nav-pills>li.active>a {
    color: #F3BB45;
}

.wizard-card[data-color="orange"] .nav-pills .icon-circle.checked {
    border-color: #F3BB45;
}

.wizard-card[data-color="orange"] .choice.active .card-checkboxes {
    color: #F3BB45;
}

.wizard-card[data-color="orange"] .wizard-navigation .progress-bar {
    background-color: #F3BB45;
}

.wizard-card[data-color="red"] .picture:hover {
    border-color: #EB5E28;
}

.wizard-card[data-color="red"] .nav-pills>li.active>a:after {
    background-color: #EB5E28;
}

.wizard-card[data-color="red"] .nav-pills>li.active>a {
    color: #EB5E28;
}

.wizard-card[data-color="red"] .nav-pills .icon-circle.checked {
    border-color: #EB5E28;
}

.wizard-card[data-color="red"] .choice.active .card-checkboxes {
    color: #EB5E28;
}

.wizard-card[data-color="red"] .wizard-navigation .progress-bar {
    background-color: #EB5E28;
}

.wizard-card .picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.wizard-card .tab-content {
    min-height: 435px;
    padding: 105px 20px 10px;
}

.wizard-card .wizard-footer {
    padding: 0 15px 5px;
}

.wizard-card .disabled {
    display: none;
}

.wizard-card .wizard-header {
    padding: 15px 15px 15px 15px;
    position: relative;
    border-radius: 3px 3px 0 0;
    z-index: 3;
}

.wizard-card .wizard-header h3 {
    text-align: center;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    margin: 20px 0 40px;
}

.wizard-card .wizard-title {
    color: #252422;
    font-weight: 300;
    margin: 0;
}

.wizard-card .category {
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9A;
    margin-bottom: 0px;
    text-align: center;
}

.wizard-card .wizard-navigation {
    position: relative;
}

.wizard-card .wizard-navigation .progress-with-circle {
    position: relative;
    top: 40px;
    z-index: 50;
    height: 4px;
}

.wizard-card .wizard-navigation .progress-with-circle .progress-bar {
    box-shadow: none;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}

.wizard-card .info-text {
    text-align: center;
    padding-bottom: 18px;
    padding-top: 12px;
}

.wizard-card .choice {
    text-align: center;
    cursor: pointer;
    margin-top: 38px;
}

.wizard-card .choice .icon {
    text-align: center;
    vertical-align: middle;
    height: 116px;
    width: 116px;
    border-radius: 50%;
    background-color: #999999;
    color: #FFFFFF;
    margin: 0 auto 20px;
    border: 4px solid #CCCCCC;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.wizard-card .choice i {
    font-size: 32px;
    line-height: 55px;
}

.wizard-card .choice:hover .icon,
.wizard-card .choice.active .icon {
    border-color: #2ca8ff;
}

.wizard-card .choice input[type="radio"],
.wizard-card .choice input[type="checkbox"] {
    position: absolute;
    left: -10000px;
    z-index: -1;
}

.wizard-card .description {
    color: #999999;
    font-size: 14px;
}

.footer {
    position: relative;
    bottom: 20px;
    right: 0px;
    width: 100%;
    color: #FFFFFF;
    z-index: 4;
    text-align: right;
    margin-top: 60px;
    text-shadow: 0 1px 3px black;
}

.footer a {
    color: #FFFFFF;
}

.footer .heart {
    color: #FF3B30;
}

.btn.btn-next,
.btn.btn-previous,
.btn.btn-finish {
    cursor: pointer;
    line-height: 3em;
    padding: 0 1.5em;
    box-shadow: inset 0 -0.125rem rgba(0, 0, 0, .2);
    border-radius: 5em;
    cursor: pointer;
    user-select: none;
    transform-origin: 100% 100%;
    font-size: 16px;
    zoom: 1;
}

.btn i {
    font-size: 24px;
}

.btn.btn-next i {
    margin-left: 10px;
}

.btn.btn-previous i {
    margin-right: 10px;
}

.volver_btn i {
    font-size: 12px;
}

.volver_btn.btn-sm {
    font-size: 12px;
    border-radius: 3px;
    padding: 5px 10px;
}

.caja_compra {
    height: 430px;
    box-shadow: inset 2px 2px 12px rgba(0, 0, 0, .5);
    border-radius: 3px;
    padding: 2px 0 0 2px;
}

.caja_compra:hover {
    box-shadow: inset -1px -1px 4px 2px rgba(0, 0, 0, .2);
    padding: 1px;
    overflow: initial;
}

.caja_compra.btn_pago_sel {
    background-color: #dadd50;
    box-shadow: inset -1px -1px 1px rgba(0, 0, 0, .2);
    padding: 0 2px 2px 0;
}

.caja_compra.btn_pago_sel p,
.caja_compra.btn_pago_sel .numeros {
    color: #000;
}

.caja_compra.btn_pago_sel .numeros {
    text-align: center;
}

.caja_compra.apaisada {
    height: 165px;
    margin-top: 20px;
    padding: 0;
    overflow: inherit;
}

.caja_compra.apaisada .img-producto {
    min-height: inherit;
    margin-top: 20px;
    height: 125px !important;
    width: auto !important;
    background-size: contain;
}

.caja_compra.apaisada .precio {
    margin-top: 42px;
}

.caja_compra.apaisada .descripcion {
    margin-top: 50px;
}

.caja_compra.apaisada .marca_producto {
    position: relative;
    top: -140px;
    right: -35px;
}

.carrito-ellipsis {
    overflow: hidden;
    display: -webkit-box;
    /*-webkit-line-clamp: 6;*/
    -webkit-box-orient: vertical;
    line-height: 1.25em;
}

.precio_ant {
    position: relative;
    font-size: 32px !important;
    text-align: center;
    line-height: 20px !important;
    color: #7f7e7e !important;
}

.precio_ant:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 3px solid;
    border-color: #7f7e7e;
    ;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.cont_cod_descuento {
    bottom: 10px;
    position: absolute;
    width: 90%;
    left: 50%;
    margin-left: -45%;
}

@media (max-width: 992px) {
    .caja_compra {
        height: 405px;
    }
    .img-producto {
        min-height: 130px;
    }
    .numeros {
        font-size: 44px;
    }
}

@media (max-width: 768px) {
    .main .container {
        margin-bottom: 50px;
    }
    .img-producto {
        min-height: 170px;
    }
    .numeros {
        font-size: 34px;
    }
    .btn.btn-next,
    .btn.btn-previous,
    .btn.btn-finish {
        zoom: .8;
    }
    .carrito-ellipsis {
        -webkit-line-clamp: 8;
        font-size: 13px !important;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        margin-top: 21px;
        margin-bottom: 21px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .btn-wd {
        min-width: 140px;
    }
}