#search-bar-section {
    z-index: 1000;
}

#search-bar-section #wpsl-search-wrap form {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    display: flex;
    width: 100%;
    gap: .5rem;
}

#search-bar-section .wpsl-input {
    width: 100%;
    float: none;
    margin-bottom: 0;
}

#wpsl-search-wrap .wpsl-autocomplete-search-container {
    position: relative;
    margin-right: 0;
    width: 100%;
}

#wpsl-search-wrap .wpsl-autocomplete-search-results {
    padding: 20px 40px !important;
    box-shadow: unset;
    /* border: 0; */
    border-radius: 3rem;
}
#wpsl-search-wrap .wpsl-autocomplete-search-results li {
    list-style: none;
}

#wpsl-search-wrap .wpsl-autocomplete-search-results ul:after {
    display: none;
}

#wpsl-search-wrap .wpsl-autocomplete-search-results ul {
    padding: 0;
}

#search-bar-section input#wpsl-search-input {
    width: 100%;
    background: #fff;
    border: 1.5px solid rgba(0, 0, 0, 0.10) !important;
    padding: 20px 40px !important;
    border-radius: 100px;
}

#search-bar-section input#wpsl-search-btn {
    border-radius: 100px !important;
    padding: 20px 30px !important;
    /* padding-top: 20px !important; */
    /* padding-right: 50px !important; */
    /* padding-bottom: 20px !important; */
    /* padding-left: 50px !important; */
    /* border-radius: 100px !important; */
    background-color: #e62635 !important;
    background-image: none;
    color: #fff;
    font-size: 18px !important;
    line-height: 24px;
    font-weight: 500;
    box-shadow: none;
}
#search-bar-section input#wpsl-search-btn:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    background-color: #C60716 !important;
    transform: none;
}

#wpsl-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 1.5rem;
    flex-grow: 1;
}

#wpsl-section .wpsl-gmap-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 20%;
}

#wpsl-section .wpsl-gmap-wrapper {
    background-color: #FCFCFC;
    padding: 28px;
    border-radius: 24px;
    border: 2px solid #EFEFEF;
}

#wpsl-section .wpsl-gmap-wrapper h6 {
    font-size: 22px;
    color: #000;
    margin-bottom: 24px;
}

#wpsl-section #wpsl-gmap {
    height: auto !important;
    aspect-ratio: 1 / 1;
    width: 100%;
    border-radius: 24px;
}

#wpsl-section #wpsl-result-list {
    width: calc(80% - 24px);
    margin-right: 0;
}

#wpsl-section #wpsl-result-list li {
    width: 100%;
    padding: 28px;
    border-radius: 24px;
    background-color: #FCFCFC;
    border: 2px solid #EFEFEF;
    /* border-bottom: none; */
    margin-bottom: 1rem;
}
#wpsl-section #wpsl-stores, #wpsl-section #wpsl-direction-details {
    height: auto !important;
}

.search-title {
    padding-top: 1.75rem;
    margin-bottom: 0 !important;
}
.search-title p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0 !important;
}
.storage-options {
    /* flex: 7;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 20px; */
}

.sidebar {
    flex: 3;
}

.location-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.location-info {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
}

.location-icon {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-icon svg {
    width: 20px;
    height: 20px;
}

.location-icon h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.5;
    margin-bottom: 0 !important;
}

.location-details p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0 !important;
}

.size-filters {
    display: flex;
    /* gap: 5px; */
    margin: 20px 0;
    justify-content: flex-end;
}

body button.size-filter {
    padding: 8px 15px;
    border: 1px solid #e62635;
    border-right: none;
    border-radius: 0px !important;
    background-color: #fff;
    color: #e62635;
    cursor: pointer;
	font-family: Inter;
    font-size: 14px;
    transition: all 0.2s;
}

body button.size-filter:first-child {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

body button.size-filter:last-child {
    border-right: 1px solid #e62635;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

body button.size-filter:hover,
.size-filter.active {
    background-color: #e62635;
    color: white;
}

.description {
    margin: 20px 0;
}

body .description p {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}

.size-description-text {
    display: none;
}

.size-description-text.active {
    display: block;
}

.size-description-name {
    display: none;
    text-align: center;
}

.size-description-name.active {
    display: block;
    text-align: center;
    margin-bottom: .75rem;
    font-weight: 500 !important;
}

.size-description-popup {
    display: none;
}

.size-description-popup.active {
    display: block;
}

.size-description-popup {
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.size-description-popup-mask {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.size-description-wrapper {
    position: relative;
    z-index: 1001;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    display: block;
    position: absolute;
    width: 90%;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.size-description-close {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width:15px;
    height:15px;
}

.size-description-close-btn {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.size-description-wrapper .size-description-text {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.size-description-wrapper hr {
    display: none;
}

.size-description-wrapper .size-description-name.active+hr {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #00000010;
    margin-bottom: .5rem;
}

.description strong {
    font-weight: bold;
}

.storage-list-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.storage-list {
    flex: 1;
}

.storage-item {
    /* display: flex; */
    display: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
    gap: 1rem;
    flex-wrap: wrap;
    flex-direction: row;
}

.storage-item.active {
    display: flex;
}

/* 
.storage-item:first-child {
    padding-top: 0;
} */

.storage-item:last-child {
    border-bottom: none;
}
.storage-image {
    width: 180px;
    border-radius: 8px;
    margin-right: 20px;
}

.storage-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.storage-details {
    gap: .5rem;
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.size-info {
    flex: 1;
    display: flex;
    gap: .5rem;
}

.size-info-wrapper {
    flex: 1;
}

body #wpsl-result-list .size-info h3.size-title {
    line-height: 1.5;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

body #wpsl-result-list .size-info p.size-description {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-bottom: .25rem;
}

#wpsl-wrap #wpsl-result-list .size-unit-attributes ul li {
    border: 0;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: .5rem;
    line-height: 1.5;
    list-style: none !important;
    margin-left: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: .5rem;
}

#wpsl-wrap #wpsl-result-list .size-unit-attributes ul .size-attribute-icon,
#wpsl-wrap #wpsl-result-list .size-unit-attributes ul .size-attribute-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

body #wpsl-result-list .price-info {
    flex: 1;
    text-align: left;
    display: flex; 
    gap: 1rem;
}

body #wpsl-result-list .price-info p.price-label {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    padding-bottom:0;
}

body #wpsl-result-list .price-info-wrapper {
    display: flex;
    flex-direction: column;
    /* gap: .5rem; */
    flex: 1;
}

.special-offer,
.online-pay-only,
.special-offer *,
.online-pay-only * {
    font-size: 18px !important ;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

body #wpsl-result-list .price-info .price {
    gap: .5rem;
    display: flex;
    align-items: center;
}

body #wpsl-result-list .price-info .price,
body #wpsl-result-list .price-info .price-value,
body #wpsl-result-list .price-info .sale-price {
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
    color: #E62635;
    margin: 0;
    padding: 0;
}

body #wpsl-result-list .price-info .active-promotion-name {
    color: orangered;
    display: flex;
    align-items: center;
    gap: .3rem;
}

body #wpsl-result-list .price-info .active-promotion-name-icon {
    margin-top: 3px;
}

body #wpsl-result-list .price-info .on-sale .price-value {
    color: #000;
    font-size: 28px;
    text-decoration: line-through;
    font-weight: 400;
}

body .price-info p.price span {
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.reserve-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: .5rem 1rem;
    background-color: #fff;
    color: #E62635;
    border: 1px solid #E62635;
    border-radius: 20px;
    text-decoration: none;
	font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s;
    text-align: left;
    text-shadow: none;
    line-height: 1.5;
}

.reserve-btn-icon {
    width: 18px;
    height: 11px;
    display: flex;
}

.reserve-btn:hover {
    background-color: #E62635;
    color: #fff;
}

.reserve-btn:hover svg path {
    stroke: #fff !important;
}

.storage-item .reserve-btn.open .reserve-btn-icon {
    transform: rotate(180deg);
}

.storage-booking-wrapper {
    padding: 30px;
    background: #F6F6F6;
    border-radius: 16px;
}

.storage-reserve-dropdown {
    flex-basis: 100%;
}

.storage-reserve-dropdown {
    display: none;
}

.storage-reserve-dropdown.active {
    display: block;
}

.facility-info {
    font-size: 12px;
    color: #666;
    padding-bottom: 1rem;
}
body #wpsl-result-list .facility-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: 0;
}

.reviews {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.stars {
    color: #ffc107;
    margin-right: 5px;
}

.review-count {
    font-size: 12px;
    color: #666;
}

.map-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 20px;
}

.map-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.map {
    height: 200px;
    background-color: #e9f5f9;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-link {
    display: block;
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    color: #0066cc;
    text-decoration: none;
}

.services {
}

.service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    gap: 10px;
}

.service-item a:hover+.service-icon svg,
.service-item a:hover+.service-icon+.service-name,
.service-item a:hover+.service-icon+.service-name+.service-arrow {
    color: #000;
    stroke: #000;
}

.service-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}

.service-item:last-child {
    border-bottom: none;
}

.service-icon,
.service-icon img,
.service-icon svg {
    width: 24px;
    height: 24px;
    color: #E62635;
    stroke: #E62635;
}

.service-name {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #E62635;
}

.service-arrow {
    color: #E62635;
}

.view-all-wrapper {
    display:none;
}

.view-all {
    display: block;
    text-align: center;
    padding: 15px;
    color: #E62635;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.view-all-icon {
    display: inline-block;
    margin-right: 5px;
}

.view-less {
    display: block;
    text-align: center;
    padding: 15px;
    color: #E62635;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.view-less-icon {
    display: inline-block;
    margin-right: 5px;
	transform: rotate(180deg);
}
#wpsl-section .size-dropdown:focus {
    border: 0;
    box-shadow: none;
}
#wpsl-section .size-dropdown> div {
    min-inline-size: calc(anchor-size(self-inline) + 20px);
    scroll-behavior: smooth;
    border: 2px solid #E62635;
    border-radius: 16px;
    overflow: hidden;
}
#wpsl-section .size-dropdown button selectedcontent {
    font-weight: 400;
    font-size: 14px;
    color: #E62635;
    line-height: 1.5;
}
#wpsl-section .size-dropdown button {
    width: 100%;
    display: block;
    background: none;
    padding: 0.5rem 1rem;
    border: 1px solid #E62635;
    border-radius: 20px !important;
    color: #E62635;
    text-shadow: none;
    font-family: Arial;
}
#wpsl-section .size-dropdown button > div {
    align-items: center;
}
#wpsl-section .size-dropdown button svg {
    width: 18px;
    height: 11px;
    display: block;
}

#wpsl-section .size-dropdown option{
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    justify-content: center;
    background: #fff;
    color: #E62635;
    padding: 1rem;
    border-radius: 0;
    z-index: 3;
    position: relative;
}
#wpsl-section .size-dropdown option:last-child{
    border-bottom: none;
}
#wpsl-section .size-dropdown option::checkmark {
    display: none;
}
#wpsl-section .size-dropdown option:checked {
    background: #E62635;
    color: #fff;
}

@media only screen and (max-width: 1400px) {
    .size-info, 
    .price-info {
        flex-direction: column;
    }
}
@media only screen and (max-width: 1000px) {
    #wpsl-section #wpsl-wrap {
        flex-direction: column;
        gap: 1rem;
    }
    #wpsl-section .wpsl-gmap-sidebar,
    #wpsl-section #wpsl-result-list {
        width: 100%;
    }

    .storage-details {
        flex-wrap: wrap;
    }
    .price-info{
        text-align: right;
    }
	body #wpsl-result-list .price-info .price {
		justify-content: flex-end;
	}
    body #wpsl-result-list .size-info h3.size-title,
    body #wpsl-result-list .price-info p.price-label {
        font-size: 18px;
    }
    .reserve-btn {
        flex-basis: 100%;
    }
    .location-info-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    #search-bar-section #wpsl-search-wrap form {
        flex-direction: column;
    }

    #search-bar-section input#wpsl-search-input {
        padding: 10px 20px !important;
        font-size: 14px;
    }

    #search-bar-section .wpsl-search-btn-wrap {
        margin-top: 0;
    }

    #search-bar-section input#wpsl-search-btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
        width: 100%;
    }

    #search-get-location .iwt-text span {
        font-size: 14px !important;
    }
    #search-get-location a {
        margin-top: 0.5rem;
    }


    .view-all.desktop {
        display: none;
    }

    .view-all.mobile {
        display: block;
        padding: 0;
    }

    .view-all-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        margin-top: 1rem;
        margin-bottom: -2rem;
    }
	#wpsl-section .wpsl-gmap-wrapper h6 {
		font-size: 18px;
		font-weight: 400;
		margin-bottom: 1rem;
		line-height: 1.5;
	}
}
@media only screen and (min-width: 768px) {
    #wpsl-section .size-dropdown {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    #wpsl-section .storage-list-wrapper {
        flex-direction: column;
    }

    #wpsl-section .storage-image {
        width: 100%;
    }

    #wpsl-section .size-filters {
        display: none;
    }

    #wpsl-section .description {
        display: none;
    }

    #wpsl-section .size-dropdown {
        display: block;
        border: 0;
    }

    .storage-details {
        flex-direction: column;
    }
    .reserve-btn {
        flex-basis: unset;
    }

    .price-info, .size-info, .reserve-btn {
        width: 100%;
    }

    body #wpsl-result-list .price-info .price {
        justify-content: flex-start;
    }

}
