@import url('lib/checkout-bootstrap-overwrite.css?date=2022-08-04');

.test {

}

.wizard-card, .summary-card {
    min-height: 410px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.wizard-login .wizard-card {
    min-height: 0;
}

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

.wizard-login .wizard-card .tab-content {
    min-height: 0;
}

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

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

.wizard-card .wizard-header h3 {
    font-weight: 200;
    text-align: center;
}

.wizard-card .nav-pills > li {
    text-align: center;
}

.wizard-card .nav-pills > li a {
    border: 0 !important;
    text-transform: uppercase;
    background-color: #999999;
    color: #ffffff !important;
    font-size: 12px;
}

.wizard-card .nav-pills > li > a:hover, .wizard-card .nav-pills > li > a:focus {
    background-color: #999999;
    cursor: default;
}

.wizard-card .nav-pills > li.active a{
    background-color: #ff9500;
}

.wizard-card .btn {
    text-transform: uppercase;
}
.wizard-card .nav-pills > li:first-child > a {
    border-radius: 0;
    margin: 0;
}
.wizard-card .nav-pills > li:last-child > a {
    border-radius: 0;
}
.wizard-card .info-text {
    text-align: center;
    font-weight: 300;
    margin: 10px 0 30px;
}
.wizard-card .choice {
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}
.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: 30px;
    line-height: 111px;
}

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

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

.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;
}

@media (max-width:768px) {
    .main .container{
        margin-bottom: 50px;
    }
}

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

    .btn-wd {
        min-width: 140px;
    }
}


.soft-hidden {
    display: none;
}

html {
    background: url('../img/wizard-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background: transparent;
}

.logo{
    margin: 10px;
    width: 100px;
}



.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 23px;
}

.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}

.rating span.star:hover {
    cursor: pointer;
}

.rating span.star:before {
    content: "\f069";
    padding-right: 5px;
    color: #777777;
}

.rating span.star.active:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,
.rating span.star.active ~ span.star:before {
    color: #00c6ff;
}

.summary-card .table td + td {
    text-align: right;
}

.summary-card .summary-price {
    padding: 0 8px;
}

.summary-card .summary-price h4 {
    font-weight: 600;
    font-size: 16px;
    text-align: right;
}

.summary-card .summary-price h4 span {
    font-size: 30px;
}

.summary-card .summary-dates {
    padding: 0 8px;
}

.summary-card .summary-dates p {
    font-size: 12px;
}

.input-datetime-wrapper {
    position: relative;
}

.table-price-details {
    width: 90%;
}

.table-price-details td + td {
    text-align: right;
}

.shop-feeltheflow {
    max-width: 600px;
    width: 100%;
    margin-bottom: 20px;
}

.popover-handle {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #f5811e;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #f5811e;
    text-align: center;
    margin-left: 5px;
    padding-right: 0px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 200ms;
}
.popover-handle:hover,
.popover-handle.active {
    background-color: #f5811e;
    color: #ffffff;
}

.popovers-content {
    display: none;
}

.register-page-popover {
    background: #f5811e;
    color: white;
    max-width: 507px;
    padding: 47px 40px 62px 37px;
    border-radius: 24px;
    border: none;
}
.register-page-popover h6 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 6px;
}
.register-page-popover p {
    color: #854005;
    padding: 0 0 6px;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
}
.register-page-popover a {
    color: #002656;
    font-size: 12px;
    font-weight: 500;
}
.register-page-popover hr {
    border: #C7640F solid 1px;
    max-width: 100%;
    margin: 27px 0 15px;
}
.register-page-popover .arrow {
    border-width: 30px;
}
.register-page-popover.top {
    margin-top: -35px;
}
.register-page-popover.top .arrow {
    border-top-color: #F5811E;
    bottom: -30px;
    margin-left: -30px;
}
.register-page-popover.top .arrow::after {
    display: none;
}
.register-page-popover.bottom {
    margin-top: 35px;
}
.register-page-popover.bottom .arrow {
    border-bottom-color: #F5811E;
    top: -30px;
    margin-left: -30px;
}
.register-page-popover.bottom .arrow::after {
    display: none;
}
