* {
    transition: all 0.5s linear;
}

html, body {
    scroll-behavior: smooth;
    font-size: 100%;
}

@font-face {
    src: url(../fonts/JosefinSans-Bold.ttf);
    font-family: "josefinsans-bold";
}

.josefinsans-bold {
    font-family: "josefinsans-bold";
}

@font-face {
    src: url(../fonts/JosefinSans-Regular.ttf);
    font-family: "josefinsans-regular";
}

.josefinsans-regular {
    font-family: "josefinsans-regular";
}

@font-face {
    src: url(../fonts/Roboto-Bold.ttf);
    font-family: "roboto-bold";
}

.roboto-bold {
    font-family: "roboto-bold";
}

@font-face {
    src: url(../fonts/Roboto-Regular.ttf);
    font-family: "roboto-regular";
}

.roboto-regular {
    font-family: "roboto-regular";
}

/* Pages */
.page {
    margin-top: 2rem;
}

.slogans {
    color: #053439;
    font-size: 15px;
    line-height: 18px;
}

.cavallo-hashtag {
    color: #053439;
    font-size: 15px;
    line-height: 18px;
}

.page-1 .text {
    color: #053439;
    font-size: 15px;
    line-height: 18px;
}

.start-btn,
.configure-btn,
.to-the-sizes-btn {
    display: block;
    height: 36px;
    outline: 0 !important;
    font-size: 15px;
    line-height: 29px;
    border: 2.5px solid #B85E5C;
    background: #B85E5C;
    color: #FFFFFF;
    border-radius: 3px;
    cursor: pointer;
}

.start-btn {
    width: 132px;
}

.configure-btn {
    width: 190px;
    margin-top: 98px;
}

.to-the-sizes-btn {
    width: 183px;
}

#page-2-carousel .carousel-inner {
    padding-bottom: 48px;
}

#page-2-carousel .carousel-indicators li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #707070;
    background-color: #FFFFFF;
}

#page-2-carousel .carousel-indicators li.active {
    background-color: #053439;
    opacity: 0.53;
}

.cavallo-hashtag-2 {
    color: #053439;
    font-size: 15px;
    line-height: 18px;
}

.hashtag-2-text {
    color: #053439;
    font-size: 15px;
    line-height: 18px;
}

#page-2-carousel .carousel-caption {
    bottom: 40px;
}

#page-2-carousel .carousel-indicators {
    bottom: 90px;
}

.text-w-icon {
    margin-top: 28px;
}

.text-w-icon span {
    display: block;
    color: #95989A;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}

.page-3 .footer {
    background-color: rgba(200, 209, 219, 0.54);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 40px;
}

.page-3 .footer .col-4 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.page-3 .footer-center {
    position: relative;
}

.page-3 .footer-center::before,
.page-3 .footer-center::after {
    content: "";
    height: 100%;
    border-left: 1px solid #FFFFFF;
    position: absolute;
    top: 0;
}

.page-3 .footer-center::before {
    left: 0;
}

.page-3 .footer-center::after {
    right: 0;
}

.page-3 .footer-center span {
    font-size: 8px;
    line-height: 10px;
    color: #053439;
}

.page-3 .footer-center div {
    font-size: 18px;
    line-height: 22px;
    color: #053439;
}

.page-3-popup {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 308px;
}

.page-3-popup .wrapper {
    width: 100%;
    position: relative;
    padding: 30px 15px;
    background: #FFFFFF;
    box-shadow: 0 3px 6px #00000029;
}

.page-3-popup .text {
    font-size: 14px;
    line-height: 17px;
    color: #053439;
}

.page-3-popup-close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.select-option {
    display: block;
    width: 304px;
    height: 40px;
    text-align: center;
    text-align-last:center;
    margin-top: 1rem;
    border: 1px solid #95989A;
    border-radius: 3px;
    color: #95989A;
    font-size: 12px;
    outline: 0 !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #FFFFFF url(../images/dropdown-chevron.png) no-repeat 95% center;
}

.form-group label {
    font-size: 15px;
    line-height: 18px;
    margin-top: 1rem;
}

.page4-footer {
    background-color: rgba(200, 209, 219, 0.54);
}

.page4-footer .title {
    font-size: 14px;
    line-height: 17px;
    padding: 1.5rem 0;
    border-bottom: 1px solid #FFFFFF;
}

.page4-footer .footer-links,
.boot-forms .footer-links {
    padding: 0.75rem 0;
    font-size: 12px;
    line-height: 14px;
    color: #95989A;
}

.info-wrapper {
    font-size: 14px;
    line-height: 17px;
    color: #053439;
    margin: 2.05rem 0;
}

.info-wrapper img {
    margin-bottom: 1.25rem;
}

#page-5-carousel .carousel-indicators li,
#page-7-carousel .carousel-indicators li,
#page-7-1-carousel .carousel-indicators li,
#page-8-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border: 1px solid #000000;
    background-color: rgba(5, 52, 57, 1);
    opacity: 0.5;
    border-radius: 50%;
}

#page-5-carousel .carousel-indicators li.active,
#page-7-carousel .carousel-indicators li.active,
#page-7-1-carousel .carousel-indicators li.active,
#page-8-carousel .carousel-indicators li.active {
    background-color: #000;
    opacity: 1;
}

#page-5-carousel .carousel-indicators,
#page-7-carousel .carousel-indicators,
#page-7-1-carousel .carousel-indicators,
#page-8-carousel .carousel-indicators {
    bottom: -40px;
}

.page-5-footer,
.page-5-footer-1,
.page-7-footer {
    background-color: rgba(200, 209, 219, 0.54);
}

.page-5-footer .title,
.page-5-footer-1 .title,
.page-7-footer .title {
    width: 308px;
    color: #053439;
    font-size: 14px;
    line-height: 17px;
    border-bottom: 1px solid #FFFFFF;
    padding: 0.5rem 0;
    position: relative;
}

.page-7-footer .title {
    width: 320px;
}

.page-5-footer-1 .title img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.page-5-footer .selection-wrapper,
.page-7-footer .selection-wrapper,
.boot-forms .selection-wrapper {
    padding: 0.75rem 0;
    border-bottom: 1px solid #FFFFFF;
}

.page-5-footer .label,
.page-5-footer-1 .label,
.page-7-footer .label,
.boot-forms .label {
    font-size: 12px;
    line-height: 14px;
}

.page-5-footer .value,
.page-7-footer .value {
    margin-top: 0.5rem;
    font-size: 13px;
    line-height: 15px;
}

.page-5-footer .footer-links,
.page-5-footer-1 .footer-links,
.page-7-footer .footer-links {
    font-size: 12px;
    line-height: 14px;
    padding: 0.65rem 0;
}

.colors-wrapper {
    padding: 0.5rem 0;
    border-bottom: 1px solid #FFFFFF;
}

.swiper-slide {
    width: 40px;
    height: 41px;
    margin: 0 3px;
    border: 1px solid #C9CACA;
    border-radius: 50%;
}

.swiper-slide > div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: auto;
}

.swiper-slide.active {
    border: 1px solid #B85E5C;
    width: 46px;
    height: 46px;
}

.swiper-slide.active > div {
    margin-top: 2px;
}

.colors-slider {
    padding: 0 1.5rem;
    overflow: hidden;
    position: relative;
}

.colors-slider-controls {
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: 0 !important;
}

.colors-slider-controls.prev {
    left: 8px;
}

.colors-slider-controls.next {
    right: 8px;
}

.placeholder-lines {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.placeholder-lines li {
    width: 100%;
    height: 10px;
    background-color: #E2E6EB;
    border-radius: 16px;
    margin-bottom: 8px;
}

.checked-icon {
    position: absolute;
    top: -5px;
    right: 12px;
}

[data-material-selection] {
    cursor: pointer;
}

[data-material-selection='0'] .checked-icon {
    display: none;
}

[data-material-selection='1'] .checked-icon {
    display: block;
}

.page-6-footer {
    background: rgba(200, 209, 219, 0.54);
    margin-top: 34px;
}

.page-6-footer .title {
    font-size: 14px;
    line-height: 17px;
    color: #053439;
    padding: 0.75rem 0;
    border-bottom: 1px solid #FFFFFF;
}

.page-6-footer .footer-links {
    padding: 0.75rem 0;
    font-size: 12px;
    line-height: 14px;
    color: #95989A;
}

.boot-forms {
    background: rgba(200, 209, 219, 0.54);
}

.boot-forms .title {
    font-size: 14px;
    line-height: 17px;
    padding: 0.75rem 0;
    border-bottom: 1px solid #FFFFFF;
    width: 308px;
}

.forms img {
    border: 1px solid #C9CACA;
    border-radius: 50%;
}

.forms img.active {
    border-color: #B85E5C;
}

.boot-head {
    position: absolute;
    top: 12px;
    left: 39%;
    transform: translateX(-39%);
    max-width: 100%;
    z-index: 5;
}