.btn-top-header {
     margin: 10px 6px
}

.info-box {
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: white;
}

.icon-desc-main {
    top: -35px;
    position: relative;
}

.box-text {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 10px;
}
.box-text-bottom {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 24px;
}
.button-start {
    font-size:2rem;
}

.button-end {
    font-size:3rem;
}

.custom-content h1 {
    color: #5a4c40;
    font-family: "Ubuntu Bold", serif;
    font-size: 4rem;
}

@media screen and (max-width:900px) {

    .button-start {
        font-size:1rem;
    }

    .button-end {
        font-size:1.5rem;
    }

    .custom-content h1 {
        font-size: 3rem;
    }
}

.img-fluid{
    width: 100%;
    border-radius: 10px;
    margin:20px 0 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);

}


.crossroad-button {
    background-color: #ffeb00;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 20px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    transition: transform 0.2s ease-in-out;
    width: 200px;
    height: 200px;
    @media screen and (max-width: 900px) {
        width: 100%;
        height: 100%;

    }
}

.crossroad-button:hover {
    transform: translateY(-5px);
}

.crossroad-button .icon {
    font-size: 50px;
    color: #333;
    margin-bottom: 10px;
}

.crossroad-button .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    white-space: pre-wrap;
}

.fasader-img-box {
    margin-top: 90px;
    /*margin-left: 0px;*/
    padding: 10px 10px 10px 10px;
}

.img-main {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 20px;

}
.crossroad-button {
    background-color: #ffeb00;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 20px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    transition: transform 0.2s ease-in-out;
    width: 200px;
    height: 200px;
    @media screen and (max-width: 900px) {
        width: 100%;
        height: 100%;

    }
}

.crossroad-button:hover {
    transform: translateY(-5px);
}

.crossroad-button .icon {
    font-size: 50px;
    color: #333;
    margin-bottom: 10px;
}

.crossroad-button .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    white-space: pre-wrap;
}


/* Custom styly mimo puvodni sablonu. */
.row {
    margin-left: 0;
    margin-right: 0;
}
.subheader {
    background: #f9f9f8;
}

.subheader h4 {
    font-size: 18px;
}
.subheader h5 {
    color: #5a4c40;
}

.subtitle-big {
    font-size: 16px;
    font-family: "Ubuntu", serif;
}
.bold-subtitle {
    font-family: "Ubuntu Bold", serif;
}
.subtitle-small {
    font-size: 12px;
}

.p-20 {
    padding: 5px;
}

.p-10 {
    padding: 10px 10px 5px 10px;
}

.p-5 {
    padding: 5px 10px 5px 10px;
}



.mb-40 {
    margin-bottom: 40px;
}

.top-heading {
    text-align: center;
    display: none;
}

.top-btn-align {
    text-align: center;

}

.text-white {
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .subheader h4 {
        font-size: 24px;
    }

    .top-heading {
        text-align: left;
        display: block;
    }

    .top-btn-align {
        text-align: right;
    }

    .subheader h4::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20%;
        height: 4px;
        background-color: #ffeb03; /* Weber žlutá */
    }

    .subtitle-big {
        font-size: 20px;
    }
    .subtitle-small {
        font-size: 15px;
    }
    .p-20 {
        padding: 20px;
    }
}


/* Vertikální centrování pomocí table layoutu */

/*.subheader .row.vcenter {*/
/*    display: table;*/
/*    width: 100%;*/
/*    table-layout: fixed;*/

/*}*/

.subheader .row.vcenter > [class^="col-"] {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

/* Zarovnání na menších obrazovkách */
@media (max-width: 767px) {
    .subheader .row.vcenter > [class^="col-"] {
        display: block;
        text-align: center;
    }
}

.top-bg {
    background-color: #5a4432;
    color: white;
}
.top-bg h4 {
    color:white;
}
@media (min-width: 768px) {
    .vcenter {
        display: flex;
        align-items: center;
    }
}

.navbar-default#header #header-logo {
    width: 190px;
    margin: 10px 0 10px -20px;
}

@media (max-width: 767px) {
    .navbar-default#header #header-logo {
        width: 140px;
        margin: 0 0 0 -10px;
    }
}
.top-btn {
    font-size: 1rem !important;
}

/* Mezera mezi tlačítky */
.subheader-buttons .btn {
    margin: 0 5px;
}

/* Obecné styly */

.section-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
}
.section-title::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    background-color: #ffeb03;
    margin: 10px auto 0;
}

.underline-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}

.underline-title::after {
    content: "";
    display: block;
    width: 10%;
    height: 4px;
    background-color: #ffeb03;
    margin-top: 10px;
}

.underline-centered-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center; /* vycentrování textu */
    position: relative;
    display: inline-block; /* nutné, aby ::after se vztahovalo jen na text */
}

.underline-centered-title::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    background-color: #ffeb03;
    margin-top: 10px;
    text-align: left; /* pro jistotu */
}

.project-row .col-sm-6 {
    padding: 0 !important;
}

.project-row h4 {
    color:#fff;
}

.project-section {
    position: relative;
    padding: 0;
}


.project-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    background-color: #5a4432;
    color: #fff;
    font-family: "Ubuntu", serif;
    display: flex;
    height: 100%;
}

.project-card .row.no-gutters {
    margin: 0;
}

.project-card .text-content {
    padding: 20px;
}

.project-card .image-content {
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 180px;
}

@media (max-width: 767px) {
    .project-card .row.no-gutters {
        display: flex;
        flex-wrap: wrap;
    }
    .project-card .image-content {
        order: 1;
    }
    .project-card .text-content {
        order: 2;
    }
}

.btn-yellow {
    background-color: #ffeb03;
    color: #000;
    font-weight: bold;
    border-radius: 4px;
    padding: 6px 16px;
    text-transform: uppercase;
}

.btn-success {
    color: #5a4c40;
    background-color: #ffeb03;
    border-color: #ffeb03;
}

.btn-yellow:hover {
    background-color: #dac700;
    color: #000;
}

.center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.center-icon .icon-border {
    background: #fff;
    border: 6px solid #fff;
    border-radius: 50%;
    padding: 15px;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1em;
}

.center-icon img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .center-icon {
        display: none;
    }
    .project-card .image-content {
        min-height: 150px;
    }
}

.material-summary-wrapper {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.material-summary.box-wrapper {
    background-color: #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 2240px; /* přibližná šířka předchozích boxů */
    padding: 40px 20px;
}

.icon-box-wrapper {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.icon-box.box-wrapper {
    /*background-color: #f7f7f7;*/
    border-radius: 8px;
    /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);*/
    width: 100%;
    max-width: 2240px; /* přibližná šířka předchozích boxů */
    /*padding: 40px 20px;*/
}

.section-heading {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

.icon-row {
    margin-top: 20px;
}

.icon-box {
    margin-bottom: 20px;
}

.icon-circle {
    width: 70px;
    height: 70px;
    /*background-color: #ffeb03;*/
    /*border-radius: 50%;*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.icon-circle img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.icon-box p {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    font-family: "Ubuntu", serif;
}

/* sekce formuláře výběr produktů css override!! */

#content div.component {
    display: block; /* Změna z flex na block */
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: "Ubuntu", serif;
}

/* Nadpis (component-left) se nyní chová jako řádek nahoře */
#content div.component div.component-left {
    width: 100%;
    justify-content: center;
    border-radius: 8px 8px 0 0;
    border-right: none;
    border-bottom: none;
    padding: 10px 25px;
    color: #fff;
    background: #5a4c40;
    text-align: center;
}

@media screen and  (min-width: 768px) {
    #content div.component div.component-left {
        width: 40%;
    }}

/* Obsah (component-right) pod nadpisem */
#content div.component div.component-right {
    width: 100%;
    border-radius: 0 8px 8px 8px;
    border: 1px solid #e6e6e6 !important;
    padding: 10px 20px 10px 25px;
}

#content div.component div.chosen button {
    position: static;
    right: 21px;
}
#content div.component div.choice span.chosen_name {
    font-size: 16px;
}

.gray-bg {
    background: #f9f9f8;
    padding: 6px 12px;
    border-radius: 16px;
    width: 230px;
    font-size: small;
}

.product-choice-label {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: background-color 0.2s, border-color 0.2s;
    cursor: pointer;
    background-color: #fff;
}
.product-choice-label.active {
    background-color: #eef5ff;
    border-color: #007bff;
}
.product-choice input[type="radio"] {
    width: 24px !important;
    height: 24px;
    flex-shrink: 0;
}
.product-choice-image {
    max-height: 80px;
    max-width: 80px;
    flex-shrink: 0;
}
.product-choice-content {
    flex: 1;
}
.product-choice-content .product-name {
    font-weight: bold;
    font-size: 2.1rem;
    margin-bottom: 4px;
}
.product-choice-content hr {
    margin: 8px 0;
}
.product-description {
    font-size: 1.6rem;
    color: #666;
}

@media screen and (max-width: 767px) {
    .product-choice-label {

        padding: 6px;

    }

}

.d-flex.justify-content-between .chosen_name {
    flex-grow: 1;
    margin-right: 1rem;
}

.choice-header {
    width: 100%;
}
.choice-header-left {
    float: left;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.choice-header-right {
    float: right;
    text-align: right;
}

.form-control {
    border-radius: 5px;
    border: 1px solid #b5b3b3 !important;
}

.btn {
    border-radius: 26px;
}

/* sekce barev */
#content div.component div.chosen span.chosen_tint {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    margin: 5px 10px 0 0;
}

#content div.component div.chosen span.chosen-value {
    height: 30px;
    display: inline-block;
    font-family: "Ubuntu Bold", serif;
    padding-left: 32px;
}

@media (max-width: 900px) {
    #content #content-text h2 {
        font-size: 22px;
        text-align: center;
    }
}

/*System selector css override */



@media (max-width: 620px) {
    .system-margin {
        margin-top: 320px;
    }

}
@media (min-width: 621px) {
    .system-margin {
        margin-top: 180px;
    }}

@media (min-width: 921px) {
    .system-margin {
        margin-top: 280px;
    }
}


.component-margin {
    margin: 140px 0;
}

@media (max-width: 575px) {
    .component-margin {
        margin: 320px 0 40px 0;
    }

}

@media (min-width: 576px) and (max-width: 768px) {
    .component-margin {
        margin: 220px 0 40px 0; /* Příklad – uprav dle potřeby */
    }
}

@media (min-width: 769px) and (max-width: 920px) {
    .component-margin {
        margin: 160px 0 40px 0; /* Příklad – uprav dle potřeby */
    }
}

@media (min-width: 921px) {
    .component-margin {
        margin: 280px 0px 40px 0;
    }
}


.max-image-size {
    max-height: 220px;

    @media screen and (max-width: 767px) {

        #content.row {
            margin-left: 0;
            margin-right: 0;
        }

        .max-image-size {
            max-height: 180px;
        }
        #content div.component div.chosen span.chosen_name {
            padding-right: 0;
            text-align: center;
        }

        .mobile-text-center {
            text-align: center;
            margin-bottom: 10px;
        }
    }

}

.btn-white {
    background-color: #fff;
    color: #000;
    border: 1px solid #dadada;;
    font-weight: bold;
    padding: 6px 16px;
    text-transform: uppercase;
}

.dp-shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}

.btn-system {
    text-transform: uppercase;
    width: 200px;
    margin: 10px 3px 20px 3px !important;
}

/* step button css*/

.desc {
    text-align: center;
    padding: 15px;
    color: #b2b2b2;
}

@media screen and (min-width: 768px){
    .desc {
        text-align: left;
        float: right;
        padding: 15px;
        color: #b2b2b2;
    }
}

@media screen and (min-width: 768px){
    .mobile-hide {
        display: none
    }
}

@media screen and (max-width: 767px){
    .desktop-hide {
        display: none
    }
}
.login-section {
    /* default (desktop) background */

    background-size: cover;
    padding: 100px 30px;
    margin: 30px auto;
    border-radius: 20px;
    color: #333; /* pro kontrast textu */
    max-width:1100px;
}

/* Mobile verze */
@media (max-width: 767px) {
    .login-section {

        background-size: cover;
        padding: 40px 15px;
        border-radius: 10px; /* na mobile může být full bleed */
    }
}

/* Box s obsahem */
.login-box {
    background: transparent;
    border-radius: 12px;
    padding: 40px 30px;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

/* Ikona */
.login-icon img {
    width: 80px;
    margin-bottom: 20px;
}

/* Titulek */
.login-title {
    color: #ffeb00;
    font-size: 2.2rem;
    margin-bottom: 15px;
    font-family: "Ubuntu Bold", serif;
}

/* Podtitulek */
.login-subtitle {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #fff;
    font-family: "Ubuntu Bold", serif;
}

/* Výhody */
.login-benefits {
    font-family: "Roboto", serif;
    margin-bottom: 25px;
    margin-left: 90px;
    list-style: disc;
    padding-left: 25px;
    font-size: 1.5rem;
    color: #fff;
}

/* Tlačítka */
.login-buttons .btn {
    margin: 5px 10px;
    min-width: 160px;
    border-radius: 25px;
    font-weight: bold;
}

/* Mobile */
@media (max-width: 767px) {
    .login-section {
        padding: 30px 10px;
    }
    .login-box {
        padding: 25px 20px;
    }
    .login-title {
        font-size: 18px;
    }
    .login-benefits {
        font-size: 14px;
        margin-left:0;
    }
}


/* product image*/

.img-responsive {
    border-radius: 5px;

}

@media screen and (max-width: 900px) {

}
.btn-color {
    margin: 5px 0 5px 0;
}

.back-btn {
    background-color: #e9e9e8;
}

/* --- CTA řádek --- */
.cta-row {
    margin: 20px 0 28px;
}

.cta-box {
    width: 100%;
    border-radius: 14px;
    padding: 18px 22px;
    min-height: 84px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: left;
    transition: box-shadow .2s ease, transform .06s ease, background-color .15s ease, border-color .15s ease;
}

.cta-primary {
    background: #ffeb00;
    border-color: #e6d400;
}

.cta-primary:hover {
    background: #f6e200;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
}

.yellow-background {
    background: #f6e200 !important;
}

.cta-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cta-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(0, 0, 0, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.cta-text .cta-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.cta-text .cta-sub {
    margin: 2px 0 0;
    font-size: 13px;
    opacity: .8;
}

/* --- spodní karty --- */
.mini-actions {
    margin: 4px 0 10px;
}

.mini-card {
    width: 100%;
    background: #fff;
    border: 1px solid #e7e3df;
    border-radius: 16px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    transition: box-shadow .2s ease, transform .06s ease, border-color .15s ease;
}

.mini-card:hover {
    border-color: #ddd7d2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .06);
    transform: translateY(-1px);
}

.box-card {
    width: 100%;
    background: #fff;
    border: 1px solid #e7e3df;
    border-radius: 16px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    transition: box-shadow .2s ease, transform .06s ease, border-color .15s ease;
}

.box-card:hover {
    border-color: #ddd7d2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .06);
    transform: translateY(-1px);
}
.mini-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(0, 0, 0, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.mini-body {
    flex: 1;
}

.mini-body h5 {
    margin: 0 0 4px;
    font-weight: 700;
}

.mini-body p {
    margin: 0;
    font-size: 13px;
    opacity: .8;
}

/* --- collapsible cards (email + save) --- */
.email-card {
    position: relative;
}

.email-collapse {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height .25s ease, opacity .2s ease, margin-top .2s ease;
}

.email-card.is-open .email-collapse {
    max-height: 160px;
    opacity: 1;
    margin-top: 8px;
}

.mini-card .form-control {
    height: 40px;
    border-radius: 999px;
    padding: 6px 14px;
}

.tiny-description {
    margin-top: 20px;
    padding: 15px;
}

/* FORCE FULL-WIDTH + UNIFIED HEIGHT FOR PROJECT SAVE INPUT */
.mini-card input[name="project_name"],
.form-actions-mobile input[name="project_name"] {
    width: 100% !important;
    height: 42px !important;
    padding: 8px 14px !important;
    border-radius: 14px !important;
    margin: 0 !important;
    display: block !important;
}

@media (max-width: 920px) {

    .form-actions-mobile {
        margin: 20px 0;
        background-color: #f9f9f8;
        padding: 16px 12px;
        border-radius: 20px;
    }

    /* jednotný vzhled „karet“ */
    .m-card {
        width: 100%;
        border: 1px solid #e7e3df;
        border-radius: 16px;
        background: #fff;
        padding: 16px;
        display: flex;
        align-items: center;
        gap: 12px;
        text-align: left;
        cursor: pointer;
        margin-bottom: 12px;
        box-shadow: 0 1px 0 rgba(0,0,0,.04);
        transition: box-shadow .2s ease, transform .06s ease, border-color .15s ease, background-color .15s ease;
    }
    .m-card:focus { outline: none; box-shadow: 0 0 0 3px rgba(17,17,17,.12); }
    .m-card:hover { border-color:#ddd7d2; box-shadow: 0 4px 10px rgba(0,0,0,.06); transform: translateY(-1px); }
    .m-card-primary { background: #ffeb00; border-color: #e6d400; }

    .m-ico {
        width: 40px; height: 40px; border-radius: 12px;
        display: inline-flex; align-items:center; justify-content:center;
        background: rgba(0,0,0,.06);
        font-size: 18px;
        flex: 0 0 40px;
    }
    .m-body { flex: 1; }
    .m-title { margin: 0; font-weight: 700; }
    .m-sub   { margin: 2px 0 0; font-size: 13px; opacity: .8; }
    .m-caret { margin-left: auto; }

    /* collapsible */
    .collapse-box { position: relative; }
    .collapse-inner {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transition: max-height .25s ease, opacity .2s ease, margin-top .2s ease;
        width: 100%;
    }
    .collapse-box.is-open .collapse-inner {
        max-height: 180px;
        opacity: 1;
        margin-top: 8px;
    }

    .collapse-box .form-control {
        width: 100% !important;
        height: 42px !important;
        border-radius: 14px !important;
        padding: 8px 12px !important;
        margin: 0 !important;
        display: block !important;
    }

    .btn-pill {
        border-radius: 999px;
        font-weight: 700;
        padding: 10px 16px;
        width: 100%;
    }

    .tiny-description {
        margin-top: 20px;
        padding: 15px;
    }
}

#content form.costing input[type="text"] {
    margin-left: 10px;
    margin-right: 5px;
    display: inline-block;
    width: 5em;
    height: 40px !important;
}



@media (max-width: 900px) {
    .responsive-accordion {
        display: block;
        margin-top: 30px;
    }

    .responsive-accordion .accordion-item {
        background: #fff;
        border-radius: 8px;
        margin-bottom: 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    }

    .responsive-accordion .accordion-toggle {
        background-color: #f9f9f8 ;
        color: #5a4c40;
        padding: 12px 16px;
        font-weight: bold;
        border: none;
        width: 100%;
        text-align: left;
        border-radius: 5px;
        cursor: pointer;
    }

    .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .item-name {
        font-weight: bold;
        padding: 0px 5px 0px 0px;
    }

    .item-price {
        font-weight: normal;
        font-size: 14px;
        margin-left: auto;
        margin-right: 8px;
    }

    .accordion-icon {
        transform: rotate(0deg);
        transition: transform 0.3s ease;
    }

    .accordion-toggle.open .accordion-icon {
        transform: rotate(180deg);
    }

    .responsive-accordion .accordion-content {
        display: none;
        padding: 12px 16px;
    }

    .responsive-accordion .accordion-content div {
        margin-bottom: 8px;
    }

    .responsive-accordion .accordion-content span {
        display: block;
        font-weight: bold;
        color: #666;
    }
    .no-vat,
    .low-vat, .no-summary,
    .assembly, .summary, .vat-switch {
        display: none;
    }
    #content {
        margin: 50px 10px 5px 0px;
    }

    #content #content-text {
        margin: 150px 0px 0px 20px !important;
    }
    .total-cost {
        padding: 20px;
    }
}

@media (min-width: 900px) {
    .responsive-accordion {
        display: none;
    }
}