.hyrtalt-byggare-option h5 {
    color:#222222;
}

.hyrtalt-byggare-option .desc {
    margin-top: -14px;
    font-size: 16px;
}

.hyrtalt-byggare-option-header {
    display: flex;
}

.hyrtalt-byggare-option-header .title-and-description {
    width:80%;
}

.currently-selected-price, .ht_price_select_current_price {
    margin-top: 15px;
    text-align: right;
    color: var(--accent);
}

.byggare-option-mandatory-setting {
    width: 20%;
}

.byggare-option-mandatory-setting-text.mandatory {
    background-color: var(--accent);
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 15px;
    display: block;
    float: right;
}

.byggare-option-mandatory-setting-text {
    border: 1px solid var(--accent);
    color: var(--accent);
    padding:5px;
    border-radius: 5px;
    font-size: 15px;
    display: block;
    float: right;
}

.single_add_to_cart_button {
    background-color:var(--accent)!important;
    width: 100%!important;
    margin-bottom:10px!important;
    padding: 17px!important;
    border-radius: 11px!important;
}
.quantity {
    display: none;
}

.hyrtalt-byggare-parts-price {
    margin-bottom:1em;
}

.hyrtalt-byggare-parts-price .price-part {
    font-size: 0.8em;
    font-style: italic;
    color: gray;
}

.hyrtalt-pricing-select {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}
.ht-price-option.ht-price-select {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ht-price-option-help {
    cursor:pointer;
}
.ht-price-option i.ht-price-option-help.bx.bx-question-mark {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 22px;
}
.ht-price-option:hover i.ht-price-option-help.bx.bx-question-mark {
    display: block;
}
.hyrtalt-pricing-select i {
    font-size: 2em;
}
.hyrtalt-pricing-select p {
    font-size: 11px;
    text-align: center;
}
.ht-price-option:hover, .ht-price-option.selected {
    cursor:pointer;
    background-color:var(--accent);
    color:white;
}

.hyrtalt-byggare-option {
    border-bottom: 1px solid #f3f3f3;
    margin: 15px 0px;
    padding: 15px 0px;
}
.option-element.selected {
    background-color: var(--accent);
    color: white;
}
.option-element.selected:hover {
    background-color: var(--accent);
    color: white;
}
.sections-card-options {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
.option-element {
    float: left;
    padding: 15px 15px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    text-align: center;
}
.option-element:hover{
    cursor: pointer;
    background-color: #eee;
}
.ovrigt-textarea {
    width: 100%;
    height: 10em;
    padding:10px;
}
.sections-card-options-golv {
    display: flex;
    flex-direction: column;
}
.hyrtalt-options-golv-line {
    width: 100%;
}
.hyrtalt-options-golv-line-radio {
    width:10%;
    float:left;
}
.hyrtalt-options-golv-line-title {
    width:90%;
    float:left;
}

/* ADDONS */ 

.hyrtalt-addons-line {
    DISPLAY: flex;
    margin-bottom:5px;
}

.hyrtalt-addons-counter {
    float:left;
    width:10%;
}
.hyrtalt-addons-counter input {
    width:100%;
    text-align: center;
}


.hyrtalt-addons-title {
    float:left;
    width:90%;
    padding-left:1em;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.hyrtalt-byggare-ajax-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background-color: white;
    width: 30em;
    height: 35em;
    display: none;
}

.hyrtalt-byggare-ajax-footer {
    position: absolute;
    bottom: 16px;
    height: 20px;
    left: 30px;
}

.hyrtalt-byggare-ajax-footer img {
    height:100%!important;
    width: auto;
}

.hyrtlat-byggare-ajax-header-title {
    position: absolute;
    top: -28px;
    color: white;
    font-weight: bold;
}

.hyrtalt-byggare-ajax-content {
    overflow-y: scroll;
    padding: 2em;
    height: 100%;
}

.hyrtalt-byggare-ajax-popup figcaption {
    color: #5a5a5acf;
    font-size: 0.6em;
    font-style: italic;
}

.hyrtalt-byggare-ajax-content .loading-popup {
    text-align: center;
    margin-top: 43%;
    font-size: 5em;
    color: #bfbfbf;
}

.hyrtalt-byggare-ajax-overlay {
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    LEFT: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}

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

.hyrtalt-byggare-ajax-popup {
    width: 90%;
    height: 90%;
    margin: 0 auto;
}

}