.price_include_color {
    margin-bottom: 0;
    margin-top: 20px;
    color: #8f8f8f;
    line-height: 1.2;
}

.tab {
    display: none;
}

button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: var(--secondary-color);
    color: #ffffff;
}

.h1FontSize {
    font-size: var(--h1-tags-font-size) !important;
    font-family: var(--h1-font-family) !important;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: var(--secondary-color);
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: var(--primary-color);
}

.color-circles span {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: inline-block;
    opacity: 1 !important;
}

.prods-color-desc-controls .input-group-addon {
    width: 8%;
    display: inline-block;
    float: left;
    padding-top: 10px;
    height: 33px;
}

.optional-data {
    display: none;
}

.quote-content {
    background-color: #f0f0f0;
    padding: 22px !important;
}

.invalid {
    border: 1px solid red;
}

.accordion {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-weight: normal;
    color: #495057;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion:hover {
    border-bottom: 1px solid #ced4da;
}

.product-detail-text p {
    margin-top: 10px;
}

.panel1 {
    padding: 0 10px;
    display: none;
    background-color: white;
    overflow: hidden;
}

button.accordion.active:after {
    content: "\2212";
    color: #495057;
}

button.accordion:after {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
    color: #495057;
}

.btn-express-quote {
    background-color: var(--express-quote-color);
    color: white;
    font-weight: 600;
    margin-left: 5px;
    width: 25%;
    text-align: center;
    border-radius: 5px;
}

.btn-express-quote:hover {
    background-color: var(--express-quote-color-hover);
    color: white !important;
}

.btn-buy-now {
    background-color: var(--buy-now-color);
    color: white;
    font-weight: 600;
    margin-left: 5px;
    width: 25%;
    text-align: center;
    border-radius: 5px;
}

.btn-buy-now:hover {
    background-color: var(--buy-now-color-hover);
    color: white !important;
}

.btn-free-design-visual {
    background-color: var(--free-design-visual-color);
    color: white;
    font-weight: 600;
    margin-left: 5px;
    width: 25%;
    text-align: center;
    border-radius: 5px;
}

.btn-free-design-visual:hover {
    background-color: var(--free-design-visual-color-hover);
    color: white !important;
}

@media (max-width: 1366px) {
    .btn-free-design-visual {
        display: block;
        width: revert !important;
        ;
    }

    .btn-free-design-visual {
        padding: 10px 15px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1366px) {
    .btn-buy-now {
        display: block;
        width: revert !important;
    }

    .btn-buy-now {
        padding: 10px 15px;
        margin-bottom: 10px;
    }

    .btn-order-sample-now {
        display: block;
        width: revert !important;
    }

    .btn-order-sample-now {
        padding: 10px 15px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1366px) {
    .btn-express-quote {
        display: block;
        width: revert !important;
    }

    .btn-express-quote {
        padding: 10px 15px;
        margin-bottom: 10px;
    }
}

.btn-order-sample-now {
    background-color: var(--order-sample-now-color);
    color: white;
    font-weight: 600;
    margin-left: 5px;
    width: 25%;
    text-align: center;
    border-radius: 5px;
}

.btn-order-sample-now:hover {
    background-color: var(--order-sample-now-color-hover);
    color: white !important;
}

.col-sm-6.text-show-sample {
    float: none;
    display: inline-block;
    max-width: calc(50% - 5px);
    vertical-align: top;
}