.pgFilterWrap {
    display: flex;
    align-items: center;
    padding: 10px;
    background: var(--secondary-color);
}
.pgFilterWrap h2 {
    margin-top: 0;
    font-size: var(--font-size-h3);
    color: var(--light-color);
}
.pgFilterWrap ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-left: auto;
    color: var(--light-color);
}
.pgFilterWrap li {
    position: relative;
    text-align: center;
    border-right: 2px solid rgba(255, 255, 255, 0.4);
}
.pgFilterWrap li:first-child,
.pgFilterWrap li:last-child {
    border-right: none;
}
.pgFilterWrap li img{
    width: 50px;
    height: 30px;
}
.pgFilterWrap li span {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    font-size: 1rem;
    font-weight: normal;
}
.pgFilterWrap li span.active::after {
    content: '';
    display: inline-block;
    margin: 0 auto;
    height: 4px;
    width: 75%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--light-color);
}

.pgFilterWrap li:first-child span{
    padding: 5px;
}

.bsSliderWrp {
    height: 86vh;
}
.bsSliderWrp.bsContentReSizer {
    height: auto;
}
.bsSliderWrp .pgSliderSwiper {
    height: 100%;
}
.bsSliderWrp .pgSliderSwiper .swiper-pagination {
    padding: 5px 10px;
    width: 150px;
    max-width: 300px;
    bottom: 8px;
    left: 50%;
    font-size: var(--font-size-normal);
    transform: translateX(-50%);
    background: var(--gray-color);
}
.bsSliderWrp .bsGalleryContWrap img {
    max-height: 790px;
}

.bsGridGalleryWrp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.bsGridGalleryItemWrp {
    position: relative;
    width: calc(100% / 6 - 15px);
}
.bsGridGalleryItemWrp img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bsGridGalleryItemWrp .bsGridGalleryItemActionButtons {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    gap: 5px;
}
.bsGridGalleryItemWrp .bsGridGalleryItemActionButtons .bsGridGalleryItemActionButton {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    margin-bottom: 10px;
    padding: 6px;
    cursor: pointer;
    background-color: var(--secondary-color);
}

.bsGalleryActionWrap .bsGalleryLikeBtn .bsLike{
    display: none;
}
.bsGalleryActionWrap .bsGalleryLikeBtn.liked .bsUnlike{
    display: none !important;
}
.bsGalleryActionWrap .bsGalleryLikeBtn.liked .bsLike{
    display: inline-block !important;
}



body .bsSliderActionButtons {
    left: initial;
    top: 30px;
    right: 40px;
}
body .bsSliderActionButtons .bsSliderActionButton {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    text-align: center;
}
body .bsSliderActionButtons .bsSliderActionButton:not(:last-child) {
    margin-bottom: 15px;
}
body .bsSliderActionButtons .bsSliderActionButton img {
    max-width: 50px;
}
body .bsSliderActionButtons .bsSliderActionButton .bsSliderActionButtonText {
    display: inline-flex;
    max-width: 90px;
    line-height: 1.2;
    font-size: var(--font-size-xs);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--secondary-color);
}

.bsGalleryParentWrap{
    text-align: center;
}

.pgModal .bsActionBar .bsLikeButton{
    display: none !important;
}

/*
*   My Favorites
 */
.bsGalleryFavouriteWrp .bsSingleShowroom{
    position: relative;
}
.bsGalleryFavouriteWrp .bsActionWrap{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
}
.bsCheckBox .bsCheckBoxMark.medium:after {
    left: 9px;
    top: 3px;
    width: 7px;
    height: 15px;
}
.bsGalleryMyFavouriteWrp .bsShowroomListWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 3rem 0 1.5rem;
}
.bsGalleryMyFavouriteWrp .bsShowroomListWrap .bsSingleShowroom {
    width: calc(100% / 5 - 0.4rem);
    position: relative;
    overflow: hidden;
    border: 1px solid var(--gray-color);
    transition: 0.3s;
}
.bsGalleryMyFavouriteWrp .bsShowroomListWrap .bsSingleShowroom img{
    width: 100%;
    max-width: 100%;
    transform: scale(1);
    transition: 0.3s;
}
.bsGalleryMyFavouriteWrp .bsShowroomListWrap .bsSingleShowroom:hover img {
    transform: scale(1.2);
}
.bsGalleryMyFavouriteWrp .bsShowroomListWrap .bsActionWrap img{
    max-width: 40px;
}
.bsGalleryMyFavouriteWrp .bsShowroomListWrap .bsSingleShowroom .bsThemeTitle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    margin: 0;
    padding: 10px 5px;
    font-weight: normal;
    font-size: var(--font-size-h5);
    color: var(--light-color);
    background: var(--secondary-color);
}
.bsGalleryMyFavouriteWrp .bsShowroomListWrap .bsSingleShowroom .bsActionWrap {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
}
.bsGalleryMyFavouriteWrp .bsShowroomListWrap .bsSingleShowroom .bsActionWrap span {
    display: inline-block;
    text-align: center;
    background: var(--secondary-color);
    color: var(--light-color);
    cursor: pointer;
    font-size: var(--font-size-normal);
    margin-bottom: 3px;
}
.bsGalleryMyFavouriteWrp .bsShowroomListWrap .bsSingleShowroom .bsActionWrap.leftWrap{
    left: 5px;
    right: initial;
}
.bsGalleryMyFavouriteWrp .bsShowroomListWrap .bsSingleShowroom .bsActionWrap .bsGreyCheckBox {
    background: var(--gray-color);
}
/*.bsGalleryMyFavouriteWrp .bsShowroomListWrap .bsSingleShowroom .bsActionWrap .bsUnFavouriteBtn {
    padding: 5px;
}*/

.bsBtn {
    display: inline-flex;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
    border-radius: 0.3rem;
    font-size: var(--font-size-xxs);
    transition: var(--transition);
}
.bsBtn:disabled,
.bsBtn:disabled:hover {
    border-color: var(--gray-color);
    color: var(--light-gray-color);
    background-color: var(--gray-color);
}
.bsPrimaryBtn {
    border: 1px solid var(--primary-color);
    color: var(--light-color);
    background-color: var(--primary-color);
}
.bsPrimaryBtn:hover {
    background-color: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
    color: var(--light-color);
}
.bsSecondaryBtn {
    border: 1px solid var(--secondary-color);
    color: var(--light-color);
    background-color: var(--secondary-color);
}
.bsSecondaryBtn:hover {
    background-color: var(--secondary-hover-color);
    border-color: var(--secondary-hover-color);
    color: var(--light-color);
}
.bsDangerBtn {
    border: 1px solid var(--primary-color);
    color: var(--light-color);
    background-color: var(--primary-color);
}
.bsDangerBtn:hover {
    background-color: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
    color: var(--light-color);
}

.bsFormRow {
    margin-bottom: 1rem;
}
.bsFormRowCol2 {
    display: flex;
    gap: 0.5rem;
}
.bsFormRowCol2 .bsFormRow {
    flex: 1;
}
.bsFormRow .bsFormLabelBx label {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: var(--font-size-xxs);
    color: var(--secondary-color);
}
.bsFormRow p {
    margin: 0;
}
.bsFormRow .bsFormInputBx {
    flex: 1;
}
.bsFormRow .bsFormInputBx .bsFormInputField {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0.5rem;
    max-width: 100%;
    outline: none;
    box-shadow: none;
    font-size: var(--font-size-xs);
    border: 1px solid var(--gray-color);
    color: var(--secondary-color);
}
.bsFormRow .bsFormInputBx .bsFormInputField.bsFormTextAreaField {
    height: auto;
    resize: none;
}
.bsFormRow .bsFormInputBx #captcha {
    display: inline-block;
    width: calc(100% - 60px);
}

.pgMyBasketWrap{
    position: relative;
    margin-right: 20px;
}

.pgMyBasketWrap .pgFavouriteItemCounts{
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 14px;
    text-align: center;
    background: var(--primary-color);
    color: var(--light-color);
    border-radius: 100%;
    padding: 5px;
    min-width: 25px;
    min-height: 25px;
    max-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.platoGalleryVRModelIframe{
    min-height: 400px;
    aspect-ratio: 2/1;
}

@media screen and (max-width: 1024px){
    .bsGridGalleryItemWrp {
        min-height: auto;
        width: calc(100% / 4 - 15px);
    }
    .platoGalleryVRModelIframe{
        aspect-ratio: 1/1;
    }
}
@media screen and (max-width: 768px){
    .bsGridGalleryItemWrp {
        width: calc(100% / 3 - 15px);
    }
    .bsGalleryMyFavouriteWrp .bsShowroomListWrap .bsSingleShowroom{
        width: calc(100% / 3 - 0.4rem);
    }
}
@media screen and (max-width: 500px){
    .bsFormRowCol2 {
        flex-direction: column;
    }
    .pgFilterWrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .pgFilterWrap ul {
        margin-left: unset;
    }
    .pgFilterWrap li:first-child span {
        padding-left: 0;
    }
    .bsGridGalleryItemWrp {
        width: calc(100% / 2 - 15px);
    }
    .bsGalleryMyFavouriteWrp .bsShowroomListWrap .bsSingleShowroom{
        width: calc(100% / 2 - 0.4rem);
    }
}

@media screen and (max-width: 405px){
    .bsGridGalleryItemWrp {
        width: 100%;
    }
    .bsGalleryMyFavouriteWrp .bsShowroomListWrap .bsSingleShowroom{
        width: 100%;
    }
}