/* WooCommerce Right Side Section */

.wcrss {
    width: 100%;
    max-width: 360px;
    font-family: inherit;
}

.wcrss-panel,
.wcrss-search-box,
.wcrss-cta {
    background: #fff;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
}

.wcrss-search-box {
    position: relative;
    display: flex;
}

.wcrss-search {
    width: 100%;
    min-height: 43px;
    border: 0;
    outline: 0;
    padding: 10px 78px 10px 12px;
    font-size: 13px;
}

.wcrss-search:focus {
    box-shadow: inset 0 0 0 1px #ff8a16;
}

.wcrss-search-button,
.wcrss-search-clear {
    position: absolute;
    top: 0;
    height: 43px;
    border: 0;
    cursor: pointer;
}

.wcrss-search-button {
    right: 0;
    width: 43px;
    background: #ff8a16;
    color: #fff;
}

.wcrss-search-clear {
    right: 43px;
    width: 35px;
    background: #fff;
    color: #777;
    font-size: 20px;
}

.wcrss-heading {
    margin: 0;
    padding: 12px 14px;
    background: #444;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.wcrss-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wcrss-category-list .wcrss-category-list {
    padding-left: 18px;
}

.wcrss-category-item {
    margin: 0;
    padding: 0;
}

.wcrss-category-row {
    display: flex;
    align-items: center;
    min-height: 36px;
    border-bottom: 1px solid #f1f1f1;
}

.wcrss-cat-toggle {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    margin-left: 7px;
    border: 1px solid #ddd;
    background: #fff;
    color: #555;
    cursor: pointer;
}

.wcrss-cat-space {
    flex: 0 0 32px;
}

.wcrss-category-row > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    min-width: 0;
    padding: 8px 10px 8px 5px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
}

.wcrss-category-row > a:hover {
    color: #ff8a16;
}

.wcrss-count {
    color: #999;
    font-size: 11px;
    margin-left: 8px;
}

.wcrss-products {
    padding: 8px;
}

.wcrss-product {
    display: flex;
    gap: 10px;
    padding: 9px 4px;
    border-bottom: 1px solid #eee;
}

.wcrss-product:last-child {
    border-bottom: 0;
}

.wcrss-product-image {
    width: 75px;
    height: 65px;
    flex: 0 0 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

.wcrss-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wcrss-product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.wcrss-product-title {
    color: #222;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
}

.wcrss-product-title:hover {
    color: #ff8a16;
}

.wcrss-view-product {
    margin-top: 5px;
    color: #ff8a16;
    font-size: 11px;
    text-decoration: none;
}

.wcrss-cta {
    padding: 18px 14px;
    text-align: center;
    background: #333;
    color: #fff;
}

.wcrss-cta h3 {
    margin: 0 0 7px;
    font-size: 17px;
}

.wcrss-cta p {
    margin: 0 0 13px;
    color: #ddd;
    font-size: 12px;
    line-height: 1.5;
}

.wcrss-quote-button,
.wcrss-phone {
    display: inline-block;
    margin: 3px;
    padding: 9px 14px;
    text-decoration: none;
    font-size: 12px;
}

.wcrss-quote-button {
    background: #ff8a16;
    color: #fff;
}

.wcrss-phone {
    border: 1px solid #ff8a16;
    color: #fff;
}

.wcrss-search-results {
    position: relative;
    z-index: 20;
}

.wcrss-result-list {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    max-height: 350px;
    overflow-y: auto;
}

.wcrss-result {
    display: block;
    padding: 9px 11px;
    border-bottom: 1px solid #eee;
    color: #333;
    text-decoration: none;
}

.wcrss-result:hover {
    background: #fff8f0;
}

.wcrss-result strong {
    display: block;
    font-size: 13px;
}

.wcrss-result small {
    display: block;
    margin-top: 2px;
    color: #888;
    font-size: 10px;
}

.wcrss-result span {
    display: block;
    margin-top: 3px;
    color: #ff8a16;
    font-size: 10px;
}

.wcrss-loading,
.wcrss-no-result,
.wcrss-empty,
.wcrss-notice {
    padding: 12px;
    color: #777;
    font-size: 12px;
}

@media (max-width: 767px) {
    .wcrss {
        max-width: 100%;
    }

    .wcrss-category-list .wcrss-category-list {
        padding-left: 10px;
    }

    .wcrss-category-row > a {
        font-size: 14px;
    }
}
