

.warp10.wrapper.toggle {
    position: relative;
    padding: 10px;
    background-color: rgba(0,0,0,0.05);
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.warp10.wrapper.toggle h4 {
    font-size: 18px;
    line-height: 18px;
    margin: 0px;
    color: var(--primary-color);
    cursor: default;
    text-transform: capitalize;
    font-weight: bold;
}

.warp10.togglebox {
    width: 3.5em;
    border-radius: 10px;
    border: 2px solid rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer;
    position: relative;
}

.warp10.toggleslider {
    width: 1.2em;
    height: 1.2em;
    border: 2px solid white !important;
    background-color: rgb(93 93 93) !important;
    border-radius: 50% !important;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2) !important;
    transition: background-color 0.3s, margin-left 0.3s;
}

.warp10.togglebox.activated {
    background-color: var(--primary-color);
}

.warp10.togglebox.activated .warp10.toggleslider {
    margin-left: calc(100% - 1.2em);
}

.dtk-im2-srp .search-disclaimers {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 5px;
    margin-bottom: 5px;
    color: red;
    font-weight: bold;
}

.dtk-im2-srp .srp-container .srp-item.stacked {
    border: 5px solid var(--primary-color) !important;
    padding: 10px !important;
    margin-bottom: 40px !important;
    margin-top: 20px !important;
    position: relative !important;
    border-radius: 10px !important;
}

.dtk-im2-srp .srp-container .srp-item.stacked .unit {
    overflow: hidden;
    border-radius: 10px;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-details .count, .dtk-im2-srp .srp-container .srp-item.stacked .stacked-details .see-more {
    position: absolute;
    top: -30px;
    left: 20px;
    height: 30px;
    font-size: 20px;
    width: auto;
    padding-inline: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 5;
    background-color: var(--primary-color);
    font-weight: bold;
    color: yellow;
    letter-spacing: 1.2px;
    cursor: pointer;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-details .see-more {
    left: unset;
    right: 20px;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options {
    height: 100%;
    position: relative;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .loading i {
    font-size: 60px;
}


.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit {
    display: flex;
    position: relative;
    gap: 10px;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit:not(:first-child) {
    padding-top: 5px;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 4px solid var(--primary-color);
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .count {
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 10;
    border-radius: 50%;
    background-color: var(--secondary-color);
    font-weight: bold;
    color: white;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .left {
    width: 25%;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .left .photo-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .left .photo-container img {
    max-height: 100%;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .fill {
    flex: 1;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .fill .address {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .fill .address i {
    color: var(--secondary-color);
    font-size: 24px;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .fill .location {
    font-weight: bold;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .right {
    width: 35%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .right .price {
    font-weight: bold;
    font-size: 18px;
    color: var(--primary-color);
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .right .actions {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .right .actions button {
    font-family: inherit;
    font-size: 16px;
    padding-inline: 10px;
    border: none;
    border-radius: 10px;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .right .actions button.quick-quote-savings {
    background-color: var(--secondary-color);
    color: white;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .right .actions button.see-details {
    background-color: yellow;
    color: black;
}

.dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .splide__arrow[disabled] {
    display: none !important;
}

/* Fix for hello elementor */
.pagination {
    margin: 0px !important;
}

.splide__arrow {
    align-items: center !important;
    background: #ccc !important;
    border: 0 !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 2em !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    opacity: .7 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 2em !important;
    z-index: 1 !important;
}

.splide__list.options {
    flex-direction: column;
}

@media (max-device-width: 767px) {
    .dtk-im2-srp.page-container .widget.sort {
        display: block;
    }
    .dtk-im2-srp.page-container .widget.sort span:not(:first-child) {
        padding-inline: 10px;
        white-space: nowrap;
    }

    .dtk-im2-srp .srp-container .srp-item.stacked .stacked-details .see-more {
        display: block;
        top: unset;
        bottom: -30px;
        left: 20px;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .dtk-im2-srp .srp-container .srp-item.stacked .stacked-details .count, .dtk-im2-srp .srp-container .srp-item.stacked .stacked-details .see-more {
        right: 20px;
    }

    .dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit {
        width: 100%;
    }

    .dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .left {
        flex: 1;
    }

    .dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .fill {
        display: none;
    }

    .dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .right {
        width: 50%;
    }

    .dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .right .actions {
        flex-direction: column;
        flex: 1;
    }

    .dtk-im2-srp .srp-container .srp-item.stacked .stacked-options .options .stacked_unit .right .actions button {
        font-size: 14px;
    }
}