
#appBuilder .labelSelected {
    font-size: 70%;
    color: #ffacac;
}

#appBuilder .builderCat li a .selectedInTerm {
    position: absolute;
    right: 5px;
    top: 0;
}

#appBuilder .builderCat li a {
    display: block;
    padding: 5px 10px;
    position: relative;
    line-height: normal;
    font-size: 14px;
}

.no-display {
    display: none !important;
}

#appBuilder .builderCat li a.selected:after {
    content: '';
    width: 2px;
    background-color: #F0FFF2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
}

#appBuilder .builderCat li a.selected .labelSelected {
    color: #20b462;
}

#appBuilder .builderCat li .labelSelected > b {
    color: red;
    font-size: 13px;
}

#appBuilder .builderCat li a.selected {
    background-color: #F0FFF2;
    font-weight: bold;
    color: #0d4a4d;
}

#appBuilder .builderProducts,
#appBuilder .builderCat {
    padding: 0;
    margin: auto;
    border: 1px solid #efefef;
    border-bottom: none;
}

#appBuilder .builderProducts li,
#appBuilder .builderCat li {
    margin: auto;
    list-style: none;
    border-bottom: 1px solid #efefef;

}

#appBuilder .builderProducts li {
    border-bottom: none;
}

#appBuilder .builderProducts {
    border: none;
    padding: 0;
    max-height: 650px;
    overflow: auto;
}

#appBuilder .imageFrame .obj {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
}

#appBuilder .imageFrame {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 75%;
    border: 1px solid #efefef;
}

#appBuilder .builderProducts li .imageFrame {
    padding-top: 100%;
}

#appBuilder .builderProducts li .price > *,
#appBuilder .builderProducts li .price {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 12px;
    background-color: #ffffffa3;
    text-shadow: 0 0 4px white;
}

#appBuilder .builderProducts li .title {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin-top: 5px;

    height: 42px;
}

#appBuilder .builderProducts li {
    width: 33.333%;
    float: left;
    padding: 8px;
    position: relative;
}

#appBuilder .footerBar {
    overflow: hidden;
}

#appBuilder .footerBar .btn {
    float: left;
    width: 25%;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    margin: auto;
    font-size: 12px;
    text-transform: none;
    white-space: nowrap;
    padding: 0px 2px;
}

#appBuilder .selectedProduct li .btn {
    height: 26px;
    padding: 0 5px;
    font-size: 16px;
    text-transform: none;
    margin: auto;
    background: #efefef;
    border: 1px solid #e0e0e0;
    width: 47px;
    border-radius: 20px;
    min-height: 0;
    line-height: normal;
}

#appBuilder .selectedProduct li .wrapImage {
    width: 100px;
    float: left;
    margin-right: 7px;
}

#appBuilder .selectedProduct li .price {
    font-size: 12px;
    padding-bottom: 2px;
}

#appBuilder .selectedProduct li .price * {
    font-size: 12px;
}

#appBuilder .selectedProduct li .title {
    font-size: 12px;
    font-weight: bold;
}

#appBuilder .selectedProduct {
}

#appBuilder .selectedProduct li {
    list-style: none;
    overflow: hidden;
    margin: auto;
    line-height: normal;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
}

#appBuilder .selectedNumber {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background: #1fb462;
    border-radius: 50%;
    z-index: 9999;
    padding: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    border: 1px solid #0d4a4d;
}


.totalBuilder {
    padding: 5px 0;
    font-size: 18px;
    margin-bottom: 10px;
}

.totalBuilder .value {
    color: red;
    font-weight: bold;
}

.tdTotal {
    color: red;
    font-size: 28px;
    text-shadow: 0 0 10px black;
}

.headerLogo {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 3px solid #efefef;
}
.headerLogo
.image {
    margin: auto;
    margin-bottom: 5px;
}
.htmlCapture {
    color: black;
}

#tdtBuilderMobile .woocommerce-Price-amount.amount {
    color: red;
}

