.tps_ajaxProductOptions_header {
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.tps_ajaxProductOptions_headerSelectedOption {
    display: flex;
    flex-direction: row;
    text-transform: capitalize;
}

.tps_ajaxProductOptions_headerInfo {
    display: flex;
    width: 100%;
    flex: 1;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}

.tps_ajaxProductOptions_headerClose {
    width: 35px;
    margin-left: 30px;
    height: 35px;
    background: #0e0e0e;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.tps_ajaxProductOptions_headerClose span {
    width: 18px;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    top: 16px;
    left: 9px;
}

.tps_ajaxProductOptions_headerClose span:first-child {
    transform: rotate(45deg);
}

.tps_ajaxProductOptions_headerClose span:last-child {
    transform: rotate(-45deg);
}

.tps_ajaxProductOptions_headerSelectedOption span {
    font-size: 20px;
    font-weight: 600;
    /*	margin-bottom: 5px;*/
}

.tps_ajaxProductOptions_headerSelectedOption section {
    font-size: 16px;
}

.tps_ajaxProductOptions_headerTotal {
    font-weight: 600;
}

.tps_ajaxProductOptions_includedBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: fit-content;
    padding: 20px;
    font-size: 14px;
}

.tps_ajaxProductOptions_includedGuide {
    color: #c1977d;
    cursor: pointer;
}

.tps_ajaxProductOptions_includedGuide:hover {
    text-decoration: underline;
}

/*MODAL*/

.tps_ajaxProductOptions_inner {
    position: absolute;
    background-color: #fff;
    top: 0;
    right: -375px;
    height: 100%;
    width: 375px !important;
    grid-template-rows: auto 1fr auto;
    transition: right 300ms;
    display: flex;
    flex-direction: column;
    z-index: 10;
    overflow-y: auto;
}

.tps_ajaxProductOptions_innerActive {
    right: 0 !important;
}

.tps_ajaxProductOptions_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 800;
    background-color: rgba(0, 0, 0, 0.75);
    transition: background-color 300ms;
    overflow: hidden;
}

.tps_showed_modal {
    overflow: hidden;
    max-height: 100vh;
}

.tps_ajaxProductOptions_customTooltip:hover {
    text-decoration: none !important;
}

.tps_ajaxProductOptions_includedGuide span {
    display: inline !important;
}



.tps_ajaxProductOptions_inner {
    position: absolute;
    background-color: #fff;
    top: 0;
    right: -375px;
    height: 100%;
    width: 375px !important;
    grid-template-rows: auto 1fr auto;
    transition: right 300ms;
    display: flex;
    flex-direction: column;
    z-index: 10;
    overflow-y: auto;
}

.tps_ajaxProductOptions_innerActive {
    right: 0 !important;
}

.tps_ajaxProductOptions_customTooltip:hover {
    text-decoration: none !important;
}

.tps_ajaxProductOptions_includedGuide span {
    display: inline !important;
}

@media (min-width: 768px) {
    .tps_ajaxProductOptions_inner {
        right: -600px;
        width: 600px !important;
    }

    .tps_ajaxProductOptions_inner {
        right: -600px;
        width: 600px !important;
    }
}


