/* Bundle common styles - extracted from bundleCommon.ftl */

/* bundleCSS macro styles */
.form-wwith-text {
    max-width: 650px;
}
.heading-steps i, .heading-steps .glyphicon {
    color: #acacac;
}

a.bundle-btn-block {
    display: block;
    width: 95%;
    font-size: 14px !important;
}

.bundle-wrapper {
    border: 10px solid rgba(237, 27, 36, 1);
    margin-top: 15px;
}
.bundle-content {
    padding: 10px;
    position: relative;
}
h1.m {
    color: rgba(237, 27, 36, 1);
}
.price {
    color: rgba(237, 27, 36, 1);
    font-size: 20px;
}
.bundle-item:first-child {
    border-top: 0;
}
.bundle-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    margin-left: 20px;
    margin-right: 10px;
    padding: 10px 25px 10px 0;
}

@media(max-width: 768px) {
    .bundle-title {
        text-align: center;
        min-height: 150px;
    }
}
.bundle-title .main-title h2 {
    color: #ec1f26;
    font-weight: bold;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
}
.bundle-title .bundle-plan {
    color: #b3b3b3;
    font-size: 25px;
}
.bundle-basics ul, .bundle-more-item ul {
    padding-left: 15px;
}
.bundle-more-title span{
    font-size: 20px;
    font-weight: bold;
    color: #ec1f26;
}
.bundle-more-description {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.show-more span {
    font-size: 18px;
    font-weight: bold;
    color: #ec1f26;
}
@media (min-width: 992px) {
    .show-more span::after {
        margin-left: 8.5em;
        content: "";
    }
}
@media (max-width: 768px) {
    .show-more span::after {
        margin-left: 7em;
        content: "";
    }
}
.show-more i {
    color: #ec1f26;
}

/* bundleCSSlg macro styles */
@media (min-width: 1024px) {
    .bundle-wrapper {
        margin-top: 0;
    }
    .bundle-content {
        min-height: 200px;
    }
    .price {
        position: absolute;
        bottom: 0;
    }
}
