.loading-wrapper {
    min-width: 520px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #64b5f6;
    align-items: center;
    height: 438px;
}

#loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

#widget-main #loading {
    border: 3px solid #64b5f6;
    border-top-color: #c1e1fb;
}

#widget-main .loading-wrapper {
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.1);
    min-width: 420px;
    height: 365px;
}

.loading-wrapper-search {
    min-width: 520px;
    display: flex;
    justify-content: center;
    background: white;
    align-items: center;
    height: 100vh;
    width: 830px;
    float: right;
}

.loading-wrapper-search--wait {
    position: absolute;
    z-index: 10;
    background: transparent;
    align-items: center;
    width: 100%;
    display: flex;
    min-width: 520px;
    justify-content: center;
    height: 20vh;
}

#loading-search {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgb(209, 232, 249);
    border-radius: 50%;
    border-top-color: #64b5f6;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}


@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
.btn-next {
    float: right;
    width: 150px;
}
/***********TYROLE homepage**********/
.homepage-header__configure {
    background: white;
    display: flex;
    background: #f5f5f5;
}

.homepage-header {
    padding: 100px calc(50% - 470px) 100px;
    background: url(../images/header_bg.jpg) center center/cover no-repeat;
    position: relative;
    display: flex;
    height: 565px;
}

.go-to-configurator-button {
    color: #000;
    text-decoration: none;
    display: block;
    line-height: 47px;
    font-size: 16px;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 2px solid #ffee58;
    text-align: center;
    border-radius: 4px;
    background: #ffee58;
    overflow: hidden;
    white-space: nowrap;
    transition: .2s;
    text-overflow: ellipsis;
}

.go-to-configurator-button:hover {
    background: #ffeb3b;
    color: #000;
}

.homepage-header__column {
    position: relative;
}

.homepage-header__column:first-child {
    width: 450px;
    padding-right: 25px;
    margin-right: 5%;
}

.homepage-header__column:last-child {
    width: 550px;
}

.homepage-header__column p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 20px;
}

.homepage-section__headline {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 20px;
}

/***********POPULAR homepage**********/

.popular-brands {
    display: none;
}

.homepage__logo-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    width: 100%;
}

.homepage__logo-link {
    justify-content: center;
    display: block;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    margin: 0 30px;
    width: 130px;
    height: auto;
    display: flex;
    padding: 10px;
}

.homepage__logo-link img {
    width: 100%;
}

/***********TABS homepage**********/
#root {
    width: 100%;
}

.custom-select__group {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.custom-select__image {
    border-bottom: 1px solid #7a7a7a;
    position: relative;
    margin-top: -10px;
    margin-bottom: 20px;
}

.custom-select-configurator__size {
    position: absolute;
    color: gold;
    font-size: 14px;
}
.custom-select-configurator__size--width {
    top: 45%;
    left: 39%;
    transform: rotate(-15deg);
}

.custom-select-configurator__size--profile {
    top: 41%;
    left: 49%;
    transform: rotate(3deg);
}

.custom-select-configurator__size--rim {
    top: 46%;
    left: 58%;
    transform: rotate(21deg);
}

.image-tyre {
    background: url(../images/configurator_tyre.png) center center/cover no-repeat;
    width: 350px;
    height: 120px;
    padding: 60px;
    margin: 0px auto;
    display: flex;
}
.custom-select__group select {
    width: 145px;
    height: 45px !important;
    padding: 10px !important;
    background: #fff url('https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png') no-repeat;
    background-size: 20px;
    background-position: right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: .2s;
}
.custom-select__group select:hover {
    border-color: #ffee58;
    cursor: pointer;
}
.homepage-header__configure-section {
    display: none;
    padding: 20px;
}

.homepage-header__configure-section p{
    color: black;
    margin: 0;
}

.homepage-header__configure-input {
    display: none;
}

.homepage-header__configure-label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    transition: 0.3s;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border-top: 2px solid transparent;
    width: 50%;
    box-shadow: inset #dcdcdc 1px -3px 5px 0px;
}
.homepage-header__configure-section:last-child .custom-select__group select {
    width: 220px;
    padding: 10px 15px !important;
}


.homepage-header__configure-label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}

.homepage-header__configure-label:hover {
    color: #888;
    cursor: pointer;
    box-shadow: inset #dcdcdc 0px 0px 15px 0px;
}

.homepage-header__configure-input:checked + .homepage-header__configure-label {
    color: #555;
    border-top: 2px solid #ffeb3b;
    box-shadow: none;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2 {
    display: block;
}
/***********TESTIMONIAL homepage**********/
.testimonial__bg {
    width: 100%;
    height: 100%;
    text-align: center;
}

.testimonial__bg h1 {
    margin: 30px 0;
}

.testimonial__item {
    background-color: #f5f5f5;
    padding: 30px;
}

.testimonial__row {
    display: flex;
    text-align: center;
    padding: 40px 0;
}
.testimonial__row img {
    width: 110px;
    height: 110px;
    margin: 0 auto 20px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    border-radius: 90px;
}

.testimonial__item-desc {
    margin: 20px 0;
    text-align: left;
}
.testimonial__item-author {
    margin-top: 30px;
    text-align: left;
}

.testimonial__item-author b{
    font-weight: bold;
}

.section-title {
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 2.3em;
    line-height: 1.3;
    text-transform: uppercase;
}

.panel-range{
    padding: 10px;
}
.panel-range__label {
    font-size: 13px;
    color: #333333;
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 20px;
    padding-right: 70px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-bottom: 20px;
}
.form-control:invalid {
    color:grey;
}

.form-control:hover {
    border-bottom-color: #FFC300;
}

/***********product-entry searchpage**********/
.product-entry {
    display: block;
    font-weight: 300;
    font-family: Roboto, "Open Sans", Helvetica, Arial, sans-serif;
}

.product-entry:hover {
    color: inherit;
}
.product-entry__wrapper {
    margin-bottom: 30px;
    border: .5px solid #e9e9e9;
    padding: 10px 7px;
}
.product-entry__wrapper:hover {
    transition: .2s;
    box-shadow: 0 7px 7px -6px rgba(0, 0, 0, 0.14);
}

.product-entry .product-img {
    max-width: 100%;
    height: 0;
    transition: .2s;
    position: relative;
    display: block;
    padding-top: 180px;
    margin-bottom: 5px;
    overflow: hidden;
    border-bottom: 1px solid #dadada;
}

.product-entry .product-img img {
    width: 80%;
    left: 30px;
    position: absolute;
    top: 0;
}

.product-entry .product-img:hover {
    cursor: pointer;
}

.product-entry .product-img .tag {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 95px;
    display: inline-block;
}

.tag span{
    display: table-cell;
    width: inherit;
    padding: 0 5px;
    height: 23px;
    overflow: hidden;
    font-size: 11px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    vertical-align: middle;
    position: relative;
    border-radius: 0px 50px 50px 0px;
}

.tag .red {
    background: #b71c1c;
}

.tag .default {
    background: #1ed278;
}

.tag .blue {
    background: rgba(40,141,230,1);
}

.tag .yellow {
    background: #ffc425;
}

.product-entry .product-img .cart {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    display: block;
    padding: 0 1em;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.product-entry .product-img .cart p {
    display: block;
    margin-bottom: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
}

.product-entry .product-img .cart p span {
    display: inline-block;
}

.product-entry .product-img .cart p span a {
    display: block;
    color: #fff;
    padding: 1em;
}

.product-entry .product-img .cart p span a:hover {
    background: #FFC300;
}

.product-entry .desc {
    text-align: left;
    color: #4d4d4d;
}

.product-entry__logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-entry__sort {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.product-entry__sort-select {
    width: 150px;
    margin-bottom: 10px;
}

.product-entry__logo-wrapper{
    display: inline-block;
    max-width: 100%;
    line-height: 0;
}

.product-entry__logo img{
    max-height: 35px;
    max-width: 120px;
}

.product-entry__params {
    display: flex;
    justify-content: space-between;
    width: 70px;
}
.product-entry__params-circle {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    font-size: 8px;
    border: .5px solid #e6e6e6;
    position: relative;
    font-weight: 600;
}

.product-entry__params-circle span:first-child{
    position: absolute;
    left: 0;
    width: 34px;
    margin: 0 auto;
    top: -6px;
    font-size: 12px;
    font-weight: 600;
}

.product-entry__params-circle span:last-child{
    position: absolute;
    left: 0;
    top: 5px;
    width: 34px;
    margin: 0 auto;
    font-weight: 300;
}

.product-entry__model {
    margin-top: 10px;
    font-size: 21px;
}

.product-entry__model span {
    font-size: 15px;
    margin-right: 5px;
    font-weight: 300;
}

.product-entry__model:hover a {
    opacity: .7;
    transition: .2s;
}

.product-entry__name {
    font-size: 13px;
    font-weight: 500;
}

.product-entry__name:first-child{
    margin-top: 5px;
}


.product-entry__name:hover a {
    transition: .2s;
    opacity: .8;
}
.product-entry__price {
    line-height: 1.2;
}
.product-entry .desc .product-entry__price span {
    color: #4d4d4d;
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
    display: block;
}

.product-entry .desc .product-entry__price b {
    font-weight: 600;
    font-size: 17px;
}

.product-entry .desc .product-entry__price .sale {
    color: #4d4d4d;
    text-decoration: line-through;
    font-weight: 300;
}

.product-entry:hover .product-img .cart {
    opacity: 1;
}
/***********fittingpage**********/

.edit-address .form-group {
    margin: 0;
}
.fitting-custom-title {
    margin-bottom: 10px;
}
.fitting-custom {
    text-align: center;
}

.fitting-custom__body {
    width: 100%;
    height: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fitting-custom__select {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    width: 40%;
}
.fitting-custom__select p {
    text-align: left;
    color: #30334d;
    font-size: 15px;
}

.fitting-custom__map {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    width: 60%;
}

.fitting-custom__map .img-map {
    height: 400px;
    position: relative;
}

.fitting-custom__select-icon {
    background: url(../images/google-maps-icon.png) center center/cover no-repeat;
    position: relative;
    width: 15px;
    height: 25px;
    margin-right: 5px;
}

.fitting-custom__map .img-map img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
}

.fitting-custom__overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    opacity: 1;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    font-size: 28px;
    color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.fitting-custom__overlay-hidden {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s .4s, opacity .4s linear;
}

.fitting-custom__overlay span {
    display: inline-block;
    border-bottom: 2px solid #ffeb3b;
    padding-bottom: 2px;
}

/***********short desription**********/
.product-essential .prices {
    text-align: left;
}
.product-essential .add-to-cart {
    float: left;
}
.short-description__table {
    display: block;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1px solid #ddd;
}

.short-description__table tbody {
    display: block;
    text-align: left;
}

.short-description__table tbody tr {
    display: inline-block;
    width: 35%;
    vertical-align: top;
    margin-bottom: 10px;
}

.short-description__table tbody th {
    font-size: 12px;
    font-weight: 400;
    color: #939598;
    display: block;
    text-align: left;
}

.short-description__table tbody td {
    font-size: 14px;
    color: #000;
    display: flex;
    justify-content: flex-start;
}
.full-description__title {
    padding: 4px 0;
    font-size: 22px;
    width: 110px;
    border-bottom: 2px solid #ffeb3b;
    cursor: default;
}

.section .booking-custom {
    display: flex;
}
.booking-custom__title {
    padding: 10px 0;
    font-size: 20px;
}

.booking-custom__date, .booking-custom__time {
    width: 100%;
}

.booking-custom__title i {
    color: #1e88e5;
    margin-right: 5px;
}

.calendar {
    width: 100%;
    font-size: 1.1rem;
    background: #64b5f6;
    color: white;
    display: inline-block;
    position: relative;
}

.calendar sup {
    vertical-align: super;
    font-size: smaller;
    position: unset !important;
    margin-left: 5px;
}

.calendar--nav {
    margin: -15px -15px 0;
    padding: 0 15px;
    color: #fff;
    height: 50px;
    position: relative;
}

.calendar--nav a {
    position: absolute;
    cursor: pointer;
    left: 10px;
    font-size: 32px;
    line-height: 1;
    top: 16px;
    width: 30px;
    text-align: center;
    display: inline-block;
    color: #ffeb3b !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .2s;
}

.calendar--days {
    width: 100%;
    min-width: 520px;
    padding: 5px 15px;
    height: 438px;
}
.calendar-empty {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    min-width: 520px;
    width: 100%;
    height: 438px;
}

.calendar-empty span{
    display:inline-block;
    border-bottom:1px solid #ffeb3b;
    padding-bottom:2px;
}
.calendar--days span {
    width: 100%;
    display: inline-block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    line-height: 35px;
    position: relative;
    font-size: 16px;
    margin: 3px 0;
}

.calendar--days span.label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    cursor: initial;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    transition: .2s;
    border: 1px solid transparent;
}

.calendar--days span.label:hover {
    border-color: white;
}

.calendar--days span.active {
    border: 1px solid #ffeb3b;
}

.calendar--days span.muted {
    color: #dee2e6;
    border: 1px solid transparent;
}

.calendar--days span.between {
    border-radius: 0;
}

.calendar--days span.start, .calendar--days span.between, .calendar--days span.end {
    background: rgba(115,188,247,1);
    background: -moz-linear-gradient(-45deg, rgba(115,188,247,1) 0%, rgba(242,123,105,1) 0%, rgba(247,50,24,1) 0%, rgba(115,188,247,1) 0%, rgba(76,169,246,1) 32%, rgba(40,141,230,1) 65%, rgba(40,141,230,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(115,188,247,1)), color-stop(0%, rgba(242,123,105,1)), color-stop(0%, rgba(247,50,24,1)), color-stop(0%, rgba(115,188,247,1)), color-stop(32%, rgba(76,169,246,1)), color-stop(65%, rgba(40,141,230,1)), color-stop(100%, rgba(40,141,230,1)));
    background: -webkit-linear-gradient(-45deg, rgba(115,188,247,1) 0%, rgba(242,123,105,1) 0%, rgba(247,50,24,1) 0%, rgba(115,188,247,1) 0%, rgba(76,169,246,1) 32%, rgba(40,141,230,1) 65%, rgba(40,141,230,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(115,188,247,1) 0%, rgba(242,123,105,1) 0%, rgba(247,50,24,1) 0%, rgba(115,188,247,1) 0%, rgba(76,169,246,1) 32%, rgba(40,141,230,1) 65%, rgba(40,141,230,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(115,188,247,1) 0%, rgba(242,123,105,1) 0%, rgba(247,50,24,1) 0%, rgba(115,188,247,1) 0%, rgba(76,169,246,1) 32%, rgba(40,141,230,1) 65%, rgba(40,141,230,1) 100%);
    background: linear-gradient(135deg, rgba(115,188,247,1) 0%, rgba(242,123,105,1) 0%, rgba(247,50,24,1) 0%, rgba(115,188,247,1) 0%, rgba(76,169,246,1) 32%, rgba(40,141,230,1) 65%, rgba(40,141,230,1) 100%);
    color: #fff;
}

.calendar--days span.start.end:after {
    display: none;
}

.notification {
    width: 100%;
}

.notification__container {
    position: relative;
}

.fitting-custom__select-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: auto;
    max-height: 350px;
    overflow: auto;
}

.fitting-custom__select-group {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: .2s;
    padding: 7px 15px;
    cursor: pointer;
}

.fitting-custom__select-group:hover {
    background-color: rgba(0, 0, 0, 0.025);
}

.fitting-custom__select-group--active {
    background-color: rgba(0, 0, 0, 0.025);
    border-bottom-color: #ffeb3b;
}

.fitting-custom__select-group .fitting-custom__select-group-icon {
    position: absolute;
    font-size: 2em;
    margin-top: -5px;
    margin-left: 10px;
}

.fitting-custom__select-group .fitting-custom__select-group-label {
    margin: 5px auto;
}

.fitting-custom__select-group .fitting-custom__select-group-label--title {
    font-weight: normal;
    max-height: 60px;
    overflow: hidden;
    white-space: normal;
    line-height: 25px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #30334d;
    text-align: left;
    display: flex;
}
.fitting-custom__select-group .fitting-custom__select-group-label--title .fitting-custom__select-icon span {
    font-size: 10px;
    position: relative;
    top: -5px;
    left: 4.5px;
    color: white;
}

.fitting-custom__select-group .fitting-custom__select-group-label--address {
    display: flex;
    font-size: 11px;
    color: #868686;
}

.fitting-custom__select-group:first-child {
    border-top: none;
}

.fitting-custom__select-group--error {
    background-color: #ffbb93;
}

.fitting-custom__select-group--warning {
    background-color: #f4c03c;
}

.fitting-custom__select-group--warning .fitting-custom__select-group-icon .symbol:before {
    content: '\26A0';
    color: #256d76;
}

.footer {
    position: relative;
    z-index: 9;
}