﻿.bannerTitle{
    font-size: 32px;
    line-height: 44px;
    font-family: CocogoosePro-SemiLight !important;
    text-align: center;
    margin: 35px 0;
}
.pleaseChooseWay{
    font-size: 16px;
    line-height: 24px;
    color: #5A6770;
    text-align: center;
    margin-bottom: 50px;
}
.searchType{
    font-size: 16px;
    line-height: 26px;
    color: #231F20;
    text-decoration: underline;
    text-underline-offset: 5px;
    margin-bottom: 20px;
}

.searchPart{
    margin-bottom: 35px;
}
.searchPartTitle {
    font-size: 20px;
    margin-bottom: 35px;
    font-family: Raleway_Medium !important;
    text-align: center;
}
.searcTitle{
    font-size: 14px;
    line-height: 20px;
    color: black;
    margin-bottom: 6px;
}
.searcTitle span{
    color: #5A6770;
}
.searchPart button{
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 15px;
}
.findSerialNo{
    font-size: 14px;
    color: #6C6C6C;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.serialResults{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px 10px;
}
.hasResults{
    font-size: 14px;
    font-family: 'Raleway-Medium' !important;
    color: #5A6770;
    margin-bottom: 12px;
}
.hasResults span{
    font-weight: 600;
    font-family: 'Raleway-SemiBold' !important;
}
.imgContnet {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.footerType{
    font-size: 16px;
    color: #231F20;
    text-decoration: underline;
    text-underline-offset: 5px;
    margin-bottom: 10px;
}
.serialResults>div{
    padding: 12px;
    border: 1px solid #EDEDED;
    border-radius: 6px;
}
.serialResults .productDesc{
    margin: 12px 0;
    font-weight: 600;
    font-size: 16px;
    color: #294B43;
    font-family: 'Raleway-SemiBold';
}
.serialResults .productSerNo{
    font-size: 14px;
    color: #909BA3;
    font-family: 'Raleway-Medium';
}

#searchKeywords{
    padding-left: 30px;
}
.searchPart .fa-search{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: #CED3D6;
}
.typeList{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
.typeList .imgContnet{
    border: 1px solid #EDEDED;
    border-radius: 4px;
}
.typeList img{
    max-width: calc(100% - 10px);
    max-height: calc(100% - 10px);
}
.typeList .mainName{
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
    color: #5A6770;
    font-family: 'Raleway-Medium';
}

.filterTitle>span:first-child{
    font-weight: 600;
    font-size: 16px;
    font-family: Raleway-SemiBold;
}
.filterTitle .filterModel{
    padding: 4px 8px;
    background: #F5FBFD;
    border-radius: 4px;
}

#faqFilter{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    transition: all .3s linear;
    background-color: white;
    display:flex;
    flex-direction: column;
}
#faqFilter .container{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1051;
}
#faqFilter .close{
    margin: -1rem -1rem -1rem -1rem;
    height: 100%;
    width: auto;
}
.titleHead{
    font-weight: 600;
    font-size: 20px;
    padding: 0 20px;
}
.clearFilter{
    float: right;
    font-size: 14px;
    color: #909BA3;
    text-decoration: underline;
}
.filterList>div {
    font-family: Raleway-Medium !important;
    position: relative;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    padding: 10px 28px 10px 12px;
    background: #F5FBFD;
    margin: 15px 15px 0px 0;
    display: inline-block;
}
.closeFilter{
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    float: right;
}
.categoryPart{
    margin: 11px -1rem;
    padding: 0px 1rem;
}
.categoryPart .faq-title {
    padding: 5px 12px 5px 0;
    position: relative;
    color: #182229;
}
.faq-title .fa {
    position: absolute;
    right: 0px;
    top: 8px;
}
.categoryPart.open .faq-title .fa {
    transform: rotate(180deg);
}
.categoryPart.open {
    background: #F5FBFD;
    padding: 5px 1rem;
}
.bestwayColorCheck{
    margin: 5px 0 10px;
}
.bestwayColorCheck input{
    display: none;
}
.bestwayColorCheck label{
    margin: 0;
}

.resContent{
    padding:0 15px;
}
.resContent.fixedContent{
    padding: 50px 15px 0;
}
.resContent.fixedContent .filterTitle{
    position: fixed;
    top: 48px;
    width: 100%;
    left: 0;
    padding: 10px 15px;
    background-color: white;
    z-index: 100;
}