/* --------GENERAL---------- */
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto Condensed', sans-serif;
    background:#fff;
    overflow-x:hidden !important;
    font-size: 1.05rem;
}
a {
    color: #000;
}
a:hover {
    color: #20a2e0;
}
.container {
    max-width: 1200px;
}
.bg-primary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#af1600+0,f46c02+50,af1600+100 */
    background: rgb(175,22,0); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(175,22,0,1) 0%, rgba(244,108,2,1) 50%, rgba(175,22,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(175,22,0,1) 0%,rgba(244,108,2,1) 50%,rgba(175,22,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(175,22,0,1) 0%,rgba(244,108,2,1) 50%,rgba(175,22,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af1600', endColorstr='#af1600',GradientType=1 ); /* IE6-9 */
}
.form-group ul {
    list-style-type: none;
    color: #f50404;
    padding: 0;
    font-size: 0.8em;
    margin-bottom: 0;
}
.error label {
    color: red!important;
}
.error input {
    border-color: red;
    color: red!important;
}
.logo {
    width: 220px;
}
#results .logo {
    width: 300px;
}
section {
    padding: 40px 0;
    position:relative;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    letter-spacing:-1px;
}
.h1, h1 {
    font-size: 2.25rem;
}
.h2, h2 {
    font-size: 1.75rem;
}
p {
    font-size: 1.1rem;
}
.list-group-item {
    padding: .3rem .5rem;
    background-color: transparent;
    border: 0;
}
.col-right {
    max-width: 560px;
}
.card {
    border-radius: 1rem;
}
.card-body {
    padding: 2rem;
}
.card-stepper {
    margin-top: -100px;
    min-height: 556px;
    z-index: 1;
}
.stepper .step:first-child .step-bar-left,
.stepper .step:last-child .step-bar-right {
    display:none;
}
.stepper .step .step-circle {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background-color: #999999;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    border: 2px solid #999;
}
.stepper .step.active .step-circle {
    background-color: #ff9e00;
    border: 2px solid #ff9e00;
}
.stepper .step .step-bar-left, .stepper .step .step-bar-right {
    position: absolute;
    top: 18px;
    height: 1px;
    border-top: 1px solid #DDDDDD;
}
.stepper .step .step-bar-right {
    right:0;
    left:50%;
    margin-left:20px;
}
.stepper .step .step-bar-left {
    left:0;
    right:50%;
    margin-right:20px;
}
.stepper .step.done .step-circle {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
}
.stepper .step.done .step-circle:before {
    font-family:'FontAwesome';
    font-weight:100;
    content: "\f00c";
}
.stepper .step.done .step-circle *,
.stepper .step.editable .step-circle * {
    display:none;
}
.fa-stopwatch {
    position: absolute;
    top: -20px;
    left: 50%;
    background: #fff;
    border-radius: 50%;
    font-size: 2.5rem;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -23px;
}
label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.1rem;
}
.btn {
    border-radius: 50px;
    padding: .75rem 1.5rem;
    font-size: 1.15rem;
    text-transform: uppercase !important;
}
.btn-lg {
    font-size: 1.5rem !important;
}
.btn-success {
    background: -moz-linear-gradient(-45deg, #2ba700 0%, #2ba700 40%, #ffffff 50%, #2ba700 60%, #2ba700 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#2ba700), color-stop(40%,#2ba700), color-stop(50%,#ffffff), color-stop(60%,#2ba700), color-stop(100%,#2ba700));
    background: -webkit-linear-gradient(-45deg, #2ba700 0%,#2ba700 40%,#ffffff 50%,#2ba700 60%,#2ba700 100%);
    background: -o-linear-gradient(-45deg, #2ba700 0%,#ff6e00 40%,#ffffff 50%,#2ba700 60%,#2ba700 100%);
    background: -ms-linear-gradient(-45deg, #2ba700 0%,#2ba700 40%,#ffffff 50%,#2ba700 60%,#2ba700 100%);
    background: linear-gradient(135deg, #2ba700 0%,#2ba700 40%,#ffffff 50%,#2ba700 60%,#2ba700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba700', endColorstr='#2ba700',GradientType=1 );
    border-color: #2ba700;
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: 0%;
    background-size: 300%;
    animation: light 4s infinite;
    -webkit-animation: light 4s infinite;
}
#goal .btn-success {
    animation: inherit;
    -webkit-animation: inherit;
}
@keyframes light {
    0% {
        background-position: 100%;
    }
    100% {
        background-position:0%;
    }
}

@-webkit-keyframes light {
    0% {
        background-position: 100%;
    }
    100% {
        background-position:0%;
    }
}
.btn {
    transition: inherit !important;
}
.btn-success, .btn-success:hover {
    color: #fff;
    background: #fd8413 !important;
    border-color: #fd8413 !important;
}
.custom-control-label {
    font-size: 1rem !important;
    font-weight: 500;
    padding-left: 5px;
}
.custom-control-label::before {
    top: .25rem;
}
.custom-control-label::after {
    top: .25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2ba700;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2ba700;
}
.badge.lead {
    padding: .25em .4em .2em;
    font-size: 1.1rem;
}
.rounded {
    border-radius: .5rem !important;
}
#features i {
    font-size: 1.75rem;
}
#results #features i {
    font-size: inherit;
}
#buttons {
    margin-top: 5px;
}
.text-primary {
    color: #ff7b14 !important;
}
#goal .btn {
    font-size: 2rem;
    text-transform: inherit !important;
    cursor: text;
}
#goal .btn-light {
    border-color: #212529;
}
#goal .btn-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #212529;
}
.font-weight-bolder {
    font-weight: 400 !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #ed4600;
    border-color: #ed4600;
}
#goal .btn-primary {
    color: #fff !important;
    background-color: #ed4600;
    border-color: #ed4600;
}
#goal .btn-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.table td, .table th {
    border-top: 0;
}
.cursor {
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 1;
    top: 107px;
}
#imc tr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#imc tr td:first-child {
    width: 160px;
}
#imc tr td:nth-child(2) {
    width: 100px;
}
#imc .active {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    position: relative;
    font-weight: bold;
    font-size: 1.25rem;
}
#imc .active::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
    position: absolute;
    top: 6px;
    left: 0px;
    z-index: 1;
}
#imc .active::after {
    content:'';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid white;
    position: absolute;
    top: 6px;
    right: 0px;
    z-index: 1;
}
#curves-text {
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    height: 100%;
}
#current-weight {
    font-weight: 600;
    font-size: 1.5rem;
    position: absolute;
    left: 3%;
    top: 2%;
}
#current-weight-cursor {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 11%;
    left: 5%;
}
#current-weight-text {
    font-size: 1.25rem;
    top: 17%;
    position: absolute;
    left: 5px;
}
#time {
    position: absolute;
    left: 48%;
    font-size: 1.5rem;
    font-weight: 600;
    transform: rotate(30deg);
    top: 44%;
}
#ideal-weight {
    position: absolute;
    right: 7%;
    font-size: 1.5rem;
    font-weight: bold;
    bottom: 24%;
    color: #ad2c00;
}
#ideal-weight-cursor {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fe4505;
    position: absolute;
    bottom: 18%;
    right: 9%;
}
#ideal-weight-text{
    font-size: 1.25rem;
    bottom: 10%;
    position: absolute;
    right: 15px;
    color: #fff;
}
#human-body-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size:.9rem;
}
.pulse-box {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#dot-belly.pulse-box {
    position: absolute;
    right: 0;
    top: -2px;
}
#dot-thighs.pulse-box {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 30px;
    top: -70px;
}
#dot-hips.pulse-box {
    width: 12px;
    height: 12px;
    position: absolute;
    left: -8px;
    top: -65px;
}
#dot-neck.pulse-box {
    width: 12px;
    height: 12px;
    position: absolute;
    right: -45px;
    top: 30px;
}
#dot-chest.pulse-box {
    width: 15px;
    height: 15px;
    position: absolute;
    left: -55px;
    top: 28px;
}
.pulse-css {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000;
    position: relative;
}
#dot-thighs .pulse-css, #dot-chest .pulse-css{
    width: 15px;
    height: 15px;
}
#dot-hips .pulse-css {
    width: 12px;
    height: 12px;
}
#dot-neck .pulse-css {
    width: 12px;
    height: 12px;
}
.pulse-css::before, .pulse-css::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite;
}
.pulse-css:after {
    animation-delay: 2s;
}

@keyframes pulse-me {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.1;
    }
    70% {
        opacity: 0.09;
    }
    100% {
        transform: scale(5);
        opacity: 0;
    }
}
@-webkit-keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: .1; }
    100% { opacity: 1; }
}
#div-belly {
    position: absolute;
    width: 140px;
    top: 42%;
    height: 20px;
    left: 50%;
    margin-left: -130px;
}
#belly {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    padding: 0 9px;
    border-radius: 5px;
}
#belly::before {
    content: '';
    position: absolute;
    background: #000;
    width: 8px;
    height: 8px;
    left: 50px;
    top: 7px;
    border-radius: 50%;
}
#belly::after {
    content: '';
    position: absolute;
    background: #000;
    background-size: 100%;
    width: 80px;
    height: 2px;
    left: 50px;
    top: 9px;
}
#div-thighs {
    position: absolute;
    width: 140px;
    bottom: 50%;
    height: 20px;
    left: 50%;
    margin-left: -130px;
    margin-bottom: -110px;
}
#thighs {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    padding: 0 9px;
    border-radius: 5px;
}
#thighs::before {
    content: '';
    position: absolute;
    background: #000;
    width: 8px;
    height: 8px;
    left: 56px;
    top: 7px;
    border-radius: 50%;
}
#thighs::after {
    content: '';
    position: absolute;
    background: #000;
    background-size: 100%;
    width: 80px;
    height: 2px;
    left: 40px;
    top: -25px;
    transform: rotate(-60deg);
}
#div-hips {
    position: absolute;
    width: 90px;
    bottom: 58%;
    height: 20px;
    right: 50%;
    margin-right: -120px;
    margin-bottom: -110px;
}
#hips {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding: 0 9px;
    border-radius: 5px;
}
#hips::before {
    content: '';
    position: absolute;
    background: #000;
    width: 8px;
    height: 8px;
    left: -3px;
    top: 7px;
    border-radius: 50%;
}
#hips::after {
    content: '';
    position: absolute;
    background: #000;
    background-size: 100%;
    width: 80px;
    height: 2px;
    left: -52px;
    top: -25px;
    -webkit-transform: scaleX(-1) rotate(-50deg)accumulatematrix;
    transform: scaleX(-1) rotate(-70deg);
}
#div-neck {
    position: absolute;
    width: 90px;
    top: 0;
    height: 20px;
    left: 50%;
    margin-left: -130px;
    margin-bottom: -110px;
}
#neck {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    padding: 0 9px;
    border-radius: 5px;
}
#neck::before {
    content: '';
    position: absolute;
    background: #000;
    width: 8px;
    height: 8px;
    left: 50px;
    top: 20px;
    border-radius: 50%;
}
#neck::after {
    content: '';
    position: absolute;
    background: #000;
    background-size: 100%;
    width: 80px;
    height: 2px;
    left: 50px;
    top: 29px;
    transform: rotate(10deg);
}
#div-chest {
    position: absolute;
    width: 90px;
    top: 15%;
    height: 20px;
    right: 50%;
    margin-right: -140px;
    margin-bottom: -110px;
}
#chest {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding: 0 9px;
    border-radius: 5px;
}
#chest::before {
    content: '';
    position: absolute;
    background: #000;
    width: 8px;
    height: 8px;
    left: -3px;
    top: 7px;
    border-radius: 50%;
}
#chest::after {
    content: '';
    position: absolute;
    background: #000;
    background-size: 100%;
    width: 80px;
    height: 2px;
    left: -75px;
    top: 22px;
    transform: scaleX(-1) rotate(20deg);
}
.title-pack {
    font-size: 1.15rem;
}
#packs .card .sep {
    height: 10px;
}
.sep::after {
    content: "";
    display: inline-block;
    width: 90px;
    max-width: 100%;
    border-top: 2px solid #2ba700;
    vertical-align: top;
}
.title-box {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.title-box small {
    font-size: 20px;
    display: block;
}
.img-offer {
    max-width: 370px;
    position: relative;
    margin: 0 auto;
}
.offert {
    max-width: 60px;
    position: absolute;
    right: 20px;
    bottom: 0;
}
#packs .avantages {
    margin-top: 5px !important;
}
#packs .list-group-item {
    padding: .1rem .5rem;
    background-color:transparent;
    border:0;
}
#packs .icon {
    width: 15px;
    position: relative;
    top: -3px;
}
#packs .bg-success {
    margin-top: 10px !important;
    font-size:.9rem
}
#packs .alert-primary, .modal .alert-primary {
    border: 1px dashed #29a200;
    padding: .75rem 0;
}
.bg-light-green {
    background: #e1f9d8;
}
.price {
    font-size: 1.75rem;
    color: #343a40;
    font-weight:600;
    letter-spacing:-1px;
    line-height:1.2;
}
.price-del, .price-save {
    font-size: 1.1rem;
}
.selfnatura {
    margin-top: 10px;
    font-size: .8rem;
    text-align: center;
}
.selfnatura img {
    max-width: 150px;
}
.your-choice {
    border-radius: 20px;
    padding: .25rem;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    min-width: 270px;
    top: -20px;
    left: 50%;
    margin-left: -135px;
    font-size: 1rem;
    font-weight: bold;
    color: #2ba700;
    background: #fff;
    border: 1px solid #33aa0a;
}
.selected {
    background: #e6ffec;
    padding-top: 15px;
    margin-top: -15px;
}
.alert-primary {
    background-color: #fceebf;
}
.custom-radio .custom-control-label::before {

}
.custom-control-label::before {
    position: absolute;
    display: block;
    pointer-events: none;
    content: "";
    height: 22px;
    width: 22px;
    border: 2px solid #616161;
    background: #fff;
    left: -25px;
    line-height: 19px;
    text-align: center;
    font-size: 14px;
    border-radius: 0 !important;
    top: 1px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff;
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #2ba700;
    border-color: #2ba700;
    z-index: 10;
}
.title-checkout {
    font-size: 1.65rem;
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}
.step-checkout {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #c6c6c6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 1.25rem;
}
.form-control, .custom-select {
    height: calc(2em + .75rem + 2px);
}
.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
.btn-link {
    text-transform: inherit !important;
    color: #666 !important;
    text-decoration: none !important;
    position: relative;
    padding-left: 40px;
    font-size: 1rem;
    border-radius: 0;
    line-height: 1.7;
}
.btn-link span {
    position: absolute;
    top: 16px;
    font-size: 14px;
    left: 10px;
}
#checkout [data-toggle="collapse"] span::before {
    background-color: #fff;
    height: 18px;
    width: 18px;
    border: 1px solid #616161;
    border-radius: 50%;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%231e8cbe'/%3e%3c/svg%3e");
}
#checkout  [data-toggle="collapse"].collapsed span::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    border: 1px solid #616161;
    background: #fff;
    border-radius: 50%;
}
#cc {
    width: 200px;
    position: absolute;
    right: 0;
    top: 11px;
}
.cc {
    width: 40px;
}
#cc-number {
    background: #fff url('../images/cc-number.webp') left 8px top 14px no-repeat scroll;
    background-size: 30px;
    padding-left: 60px;
}
#checkout-step-2 .form-control {
    font-size: 1.25rem;
    height: calc(1.5em + .75rem + 2px);
    color:#aab7c4;
}
#checkout-step-2 ::placeholder {
    color:#aab7c4;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
#paypal {
    width: 80px;
    margin-left: 20px;
}
#klarna {
    margin-left: 20px;
    width: 35px;
    position: absolute;
    top: 6px;
}
.carousel-inner {
    padding: 20px 20px 50px;
}
.title-testimonial {
    padding: .5rem 1.25rem !important;
    color: #fff;
    font-weight: 600;
    width: 220px;
    text-align: center;
    font-size: 1.15rem;
    margin-bottom: 10px;
}
.testimonials{
    margin-top: 30px;
}
.carousel-indicators li {
    background-color: #000;
}
.carousel-control-next, .carousel-control-prev {
    display: none;
}
.carousel-indicators {
    bottom: -30px;
}
.img-testimonial {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
#loader {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background: #fff;
}
.loader {
    width: 100px;
    height: 100px;
    clear: both;
    margin: 20px auto;
    border: 10px rgba(0,0,0,0.25) solid;
    border-top: 10px rgba(0,0,0,1) solid;
    border-radius: 50%;
    -webkit-animation: spCircRot 1s infinite linear;
    animation: spCircRot 1s infinite linear;
}
@-webkit-keyframes spCircRot {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(359deg); }
}
@keyframes spCircRot {
    from { transform: rotate(0deg); }
    to { transform: rotate(359deg); }
}
#testimonials .fa-star {
    font-size: 1rem;
}
#bottles {
    max-width: 400px;
}
.avatar {
    max-width: 80px;
    margin-right: 10px;
    border-radius: 5px;
}
.cross {
    padding: 1rem !important;
    border: 2px dashed #dfdfdf;
}
#loader {
    -webkit-animation: cssAnimation 5s forwards;
    animation: cssAnimation 5s forwards;
}
@keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}
#backto {
    position: absolute;
    right: 20px;
    bottom: 0;
    background: #f46c02;
    width: 50px;
    height: 50px;
    z-index: 10000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}
/* --------MEDIA QUERIES---------- */
@media(max-width:1199px){
    .card-stepper {
        margin-top: -190px;
    }
    #col-human-body p {
        font-size: .9rem;
    }
}
@media(max-width:991px){
    .col-left, .col-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .h1, h1 {
        font-size: 2rem;
    }
    #results h1 {
        font-size: 1.5rem;
    }
    .lead {
        font-size: 1.1rem;
    }
    .card-stepper {
        margin-top: 20px;
        min-height: inherit;
    }
    .card-body {
        padding: 2rem 1rem 1rem;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    #features {
        font-size: 1rem;
        letter-spacing: -.5px;
        margin-top: 0;
    }
    .badge.lead {
        font-size: 1rem;
    }
    .logo {
        width: 200px;
    }
    #results .logo {
        width: 200px;
    }
    .btn {
        width: 100%;
    }
    section {
        padding: 20px 0;
    }
    #goal {
        padding-top: 0;
    }
    #goal .btn {
        padding: 0 1rem;
        max-width: 300px;
        margin: 0 auto;
    }
    #div-neck {
        top: 10%;
    }
    #div-chest {
        top: 20%;
    }
    #div-belly {
        top: 38%;
    }
    #div-hips {
        right: 45%;
    }
    #div-thighs {
        bottom: 45%;
        left: 45%;
    }
    .title-checkout {
        font-size: 1.25rem;
        padding-left: 35px;
    }
    .step-checkout {
        width: 20px;
        height: 20px;
        font-size: 1rem;
    }
    .btn-lg {
        font-size: 1.25rem !important;
    }
    #onglets-promo .nav-item {
        width: 50%;
        min-width: inherit;
        font-size: .8rem;
        line-height: 1.2;
    }
    .avatar {
        max-width: 75px;
    }
}
@media(max-width:767px){
    .col-md-6.pr-1{
        padding-right: 15px !important;
    }
    .col-md-6.pl-1{
        padding-left: 15px !important;
    }
}
@media(max-width:667px){
    #current-weight {
        top: 0;
    }
    #ideal-weight-text {
        bottom: 7%;
    }
    #ideal-weight {
        right: 6%;
        bottom: 25%;
    }
}
@media(max-width:575px){
    #current-weight-text {
        font-size: .8rem;
        top: 23%;
    }
    #ideal-weight-cursor {
        bottom: 15%;
    }
    #ideal-weight-text {
        font-size: .8rem;
        bottom: 3%;
    }
    #current-weight {
        top: -4%;
        font-size: 1.15rem;
    }
    #ideal-weight {
        right: 6%;
        bottom: 25%;
        font-size: 1.15rem;
    }
    #time {
        font-size: 1.15rem;
        top: 42%;
    }
    #div-neck {
        top: 5%;
    }
    #div-chest {
        top: 15%;
    }
    #div-hips {
        right: 50%;
    }
    #div-thighs {
        bottom: 48%;
        left: 50%;
    }
    #cc {
        width: 150px;
        position: absolute;
        right: 0;
        top: 15px;
    }
    .cc {
        width: 30px;
    }
}
@media(max-width:374px){
    .h2, h2 {
        font-size: 1.25rem;
    }
    #cc {
        width: 120px;
        position: absolute;
        right: 0;
        top: 19px;
    }
    .cc {
        width: 20px;
    }
    #klarna {
        margin-left: 10px;
        width: 30px;
        position: absolute;
        top: 10px;
    }
}
