﻿.bannerTitle{
    width: 500px;
    padding: 40px;
}
.bannerTitle p:first-child{
    font-size: 48px;
    line-height: 68px;
}

.pageTitle{
    text-align: center;
    font-weight: 600;
    font-size: 42px;
    padding: 0 15px;
    margin-bottom: 30px;
    font-family: Raleway-SemiBold !important;
}
.pageDesc{
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    color: #5A6770;
}

.searchType{
    background: linear-gradient(90deg, #88CBD5 0%, #2C7ABA 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: white;
    padding: 30px;
    font-size: 32px;
    line-height: 28px;
    text-align: center;
}
.searchTitle{
    font-size: 20px;
    margin-bottom: 8px;
}
.searchTitle span{
    color: #5A6770;
}
.searchPart{
    width: 800px;
    margin: 40px auto 80px;
}
.searchPart button{
    padding: 10px 20px;
    width: 150px;
    margin-left: 40px;
}
.searchPart input{
    height: auto;
}
.findSerialNo{
    color: #6C6C6C;
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
    text-decoration: underline;
}

.hasResults{
    font-size: 20px;
    font-family: 'Raleway-Medium' !important;
    color: #5A6770;
    margin-bottom: 12px;
}
.hasResults span{
    font-family: 'Raleway-SemiBold' !important;
}
.serialResults{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}
.serialResults>div{
    padding: 15px;
    border: 1px solid #EDEDED;
    border-radius: 6px;
}
.serialResults .productSerNo{
    font-size: 14px;
    color: #909BA3;
    font-family: 'Raleway-Medium';
}
.serialResults .productDesc{
    margin: 12px 0;
    font-weight: 600;
    font-size: 16px;
    color: #294B43;
    font-family: 'Raleway-SemiBold';
}
.imgContnet {
    height: 200px;
    position: relative;
}

.searchPart .fa-search{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: #CED3D6;
}
#searchKeywords{
    padding-left: 30px;
}
.searchDesc{
    font-size: 22px;
    margin-bottom: 20px;
}
.searchDesc span{
    font-family: 'Raleway-SemiBold' !important;
}

.selectTypes{
    font-size: 24px;
    font-family: 'Raleway-Medium' !important;
    margin-bottom: 50px;
}

.mainName{
    text-align: center; 
    font-size: 16px;
    color: #5A6770;
    font-family: 'Raleway-Medium' !important;
    margin-top: 10px;
}
.typeList{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
}
.typeList>div{
    cursor: pointer;
}
.typeList .imgContnet{
    height: 0;
    padding-bottom: 100%;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    padding-bottom: 100%;
}
.typeList>div:hover .mainName{
    color: #1D71B8;
}
.typeList img{
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
}

.filterBy>p {
    color: #5A6770;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    font-family: 'Raleway-SemiBold' !important;
}
.clearFilter{
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: #909BA3;
    text-decoration: underline;
    cursor: pointer;
    font-family: Raleway-Medium !important;
}
.categoryPart .bestwayColorCheck {
    margin: 15px 0;
    font-size: 14px;
}
.categoryPart .bestwayColorCheck:last-child {
    margin-bottom: 0;
}
.bestwayColorCheck input{
    display: none;
}

.categoryPart {
    border: 1px solid #EDEDED;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 15px;
}
.categoryPart>p{
    position: relative;
    padding-right: 15px;
    cursor: pointer;
    font-family: Raleway-Medium !important;
    color: #5A6770;
}
.categoryPart>p .fa {
    position: absolute;
    right: 3px;
    top: 3px;
}
.categoryPart.open>p .fa {
    transform: rotate(180deg);
}
.categoryPart.open {
    padding: 15px;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    background: #F5FBFD;
}

.rightPart{
    padding-bottom: 50px;
    position: relative;
}
.pagePart{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.allProductList{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}
.allProductList>div{
    padding: 15px;
    border: 1px solid #EDEDED;
    border-radius: 6px;
}
.allProductList .productSerNo, .allProductList .productSerNo *{
    font-size: 14px;
    color: #909BA3;
    font-family: Raleway-Medium;
}
.allProductList .productDesc{
    margin: 12px 0 15px;
    font-weight: 600;
    font-size: 16px;
    color: #294B43;
    font-family: 'Raleway-SemiBold';
}
.showing{
    font-size: 16px;
    color: #182229;
}
#pageList{
    text-align: right;
}
#pageList a, #pageList span {
    padding: 8px 16px;
    color: #515253;
    border: 1px solid #eeeeee;
    margin-left: -1px;
    line-height: 1.52857143;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 5px;
}
#pageList .current{
    color: #1D71B8;
    border: 1px solid #1D71B8;
}