.flyout .ShellDetailInfo .TemplateId {
    display: block;
    font-weight: 600;
}

.ShellStoreMainContent .TemplatePrice {
     position: unset !important; 
     margin: 5px 0;
}

.TemplateAddToCart {
     display: block !important; 
}

    .SpecSideBar {
    width: 18% !important;
    margin: 0 !important;
    padding: 10px !important;
    background: #fff;
    box-shadow: 0px 0px 17px rgba(25, 36, 48, 0.1) !important;
    border-radius: 10px;
}

@media only screen and (max-width: 1100px) {
    .SpecSideBar {
        width: auto !important;
        margin-bottom: 4vh !important;
    }
}

@media only screen and (min-width: 1500px) {
    .SpecSideBar {
        padding: 20px !important;
    }
}

.SpecSideBar + .ShellFolderItems {
    width: 80% !important;
}

@media only screen and (max-width: 1100px) {
    .SpecSideBar + .ShellFolderItems {
        width: 100% !important;
    }
}

.SpecSideBar .collapsible {
    font-size: 0.9em;
    color: #192430;
    font-weight: 400;
    line-height: 1;
    border-radius: 4px !important;
    background-color: rgba(25, 36, 48, 0.2);
}

@media only screen and (max-width: 1100px) {
    .SpecSideBar .collapsible {
        margin-bottom: 1vh;
        padding: 8px !important;
        font-size: 0.8em;
    }
}

.SidebarContent {
    flex-direction: column !important;
    justify-content: flex-start !important;
}

.Category {
    padding: 0 !important;
    margin-bottom: 1.5vh;
}

    .Category > .CatTitle {
        font-weight: 600;
    }

    .Category > .CatOptions {
        font-size: 0.8em;
        color: #192430;
        font-weight: 400;
        line-height: 1;
        cursor: pointer;
    }

.SpecSideBar .Category table label {
    margin: 0 !important;
    font-size: 0.8em;
    color: #192430;
    font-weight: 400;
    line-height: 1;
}

.SpecSideBar .Category table input {
    margin: 0 !important;
    width: 14px;
    height: 14px;
}

@media only screen and (min-width: 1500px) {
    .SpecSideBar .Category table input {
        width: 1vw;
        height: 1vw;
    }
}

.SpecSideBar .Category table span {
    margin: 0.5vh 0;
    display: flex;
    align-items: center;
    gap: 0.3vh;
    transition: 0.3s ease-in-out;
}

.findBtn, .clearFilterBtn,
.mobileBtn {
    display: inline-block;
    padding: 0.9vh 2vh !important;
    margin: 2vh 0 !important;
    font-size: 1.1em;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    border-radius: 4px;
    background-color: #fb333e;
    border: 1px solid #fb333e !important;
    transition: 0.3s ease-in-out;
}

    .findBtn .fa,
    .mobileBtn .fa {
        color: #fff;
        padding-left: 5px;
    }

@media only screen and (max-width: 1100px) {
    .findBtn, .clearFilterBtn,
    .mobileBtn {
        margin: 0 !important;
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 500px) {
    .findBtn, .clearFilterBtn,
    .mobileBtn {
        font-size: 0.8em;
    }
}

.findBtn:hover,
.findBtn:active,
.findBtn:focus,
.mobileBtn:hover,
.mobileBtn:active,
.mobileBtn:focus {
    color: #fff;
    background-color: #e52833;
    text-decoration: none !important;
    outline: none !important;
}

.findBtn:last-child,
.mobileBtn:last-child {
    display: none;
}

@media only screen and (max-width: 1100px) {
    .findBtn:last-child,
    .mobileBtn:last-child {
        display: block;
    }
}

.findBtn {
    position: sticky;
    top: 3vh;
}

@media only screen and (max-width: 1100px) {
    .findBtn {
        position: static;
    }

        .findBtn:first-child {
            display: none;
        }
}

.ShellStoreMainContent.specssearch .ShellFolderItems {
    width: 82% !important;
}

@media only screen and (max-width: 1100px) {
    .ShellStoreMainContent.specssearch .ShellFolderItems {
        width: 100% !important;
    }
}

.SpecSideBar .SidebarContent.showMobileSideBarContent {
    position: static !important;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2vh;
    margin-top: 3vh;
    box-shadow: none !important;
}

@media only screen and (max-width: 1100px) {
    .SpecSideBar .SidebarContent.showMobileSideBarContent {
        flex-wrap: wrap;
        flex-direction: row !important;
        justify-content: flex-start !important;
        padding-top: 2vh;
    }
}

@media only screen and (max-width: 500px) {
    .SpecSideBar .SidebarContent.showMobileSideBarContent {
        flex-direction: column !important;
        justify-content: center !important;
    }
}

@media only screen and (max-width: 1100px) {
    .SpecSideBar .MobileSidebar {
        display: flex !important;
    }
}
