﻿.fixedType{
    position: fixed;
    width: calc(100% - 30px);
    z-index: 9;
    background-color: white;
    margin-left: -15px;
}
.searchTitle{
    color: #5A6770;
    font-size: 42px;
    line-height: 58px;
    margin-bottom: 40px;
    font-family: Raleway-Medium !important;
}
.searchTitle span{
    font-family: Raleway-SemiBold;
    font-weight: 600;
}
.changeType{
    border: 1px solid #EDEDED;
    border-radius: 6px;
    padding: 14px;
    text-align: center;
    color: #5A6770;
    display: flex;
    justify-content: center;
    cursor: pointer;
    height: 100%;
}
.changeType span{
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    align-self: center;
}
.changeType label{
    align-self: center;
}
.searchType > div:nth-of-type(1) span {
    background-image: url('../images/searchProduct/icon1.png');
}
.searchType .active[data-id='1'] span {
    background-image: url('../images/searchProduct/active_icon1.png');
}
.searchType > div:nth-of-type(2) span {
    background-image: url('../images/searchProduct/icon2.png');
}
.searchType .active[data-id='2'] span {
    background-image: url('../images/searchProduct/active_icon2.png');
}
.searchType > div:nth-of-type(3) span {
    background-image: url('../images/searchProduct/icon3.png');
}
.searchType .active[data-id='3'] span {
    background-image: url('../images/searchProduct/active_icon3.png');
}
.searchType > div:nth-of-type(4) span {
    background-image: url('../images/searchProduct/icon4.png');
}
.searchType .active[data-id='4'] span {
    background-image: url('../images/searchProduct/active_icon4.png');
}
.changeType.active{
    border: 1px solid #1D71B8;
    background: #F5FBFD;
    color: #1D71B8;
}
.result-list{
    margin-top: 20px;
}
.listCount a{
    display: block;
}

.proResults .resContent>a{
    padding: 15px;
}
.resContent{
    width: calc(25% - 20px);
    max-width: calc(25% - 20px);
    flex: auto;
    padding: 0;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    position: relative;
    margin: 0 10px 20px;
}
.resContent p:nth-of-type(1){
    color: #294B43;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-family: Raleway-SemiBold;
}
.resContent p:nth-of-type(2), .resContent p:nth-of-type(2) *{
    color: #909BA3;
    font-size: 14px;
    line-height: 20px;
    font-family: Raleway-Medium;
}
.resContent div{
    width: 100%;
    height: calc((100vw - 500px)/4);
    position: relative;
}

.faqResults>div, .manualResults>div{
    border: 1px solid #EDEDED;
    border-radius: 6px;
    padding: 15px;
    margin: 15px 0;
}
.videoResults .tab-productInfo>a{
    border: 1px solid #EDEDED;
    border-radius: 6px;
    padding: 15px;
    margin: 15px 0;
}
.img-con {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    padding: 1px;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    vertical-align: top;
    position: relative;
}
.img-con a {
    display: block;
    height: 100%;
    position: relative;
}
.detail-con {
    display: inline-block;
    width: calc(99.99% - 90px);
}
a.imgCon.pos-relative {
    background-color: transparent;
    border: none;
    width: 200px;
    height: 150px;
    display: inline-block;
    margin: 10px 15px 0 0;
}
 .imgCon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.fa-paperclip {
    margin-right: 5px;
}
.download_files p {
    margin-top: 10px;
}
.download_files a {
    color: #007bff;
}
.faqTitle{
    margin-bottom: 5px;
}
.manualResults .faqTitle{
    margin-bottom: 10px;
}
.faqTitle .productSeasons, .faqTitle .productSeasons *{
    font-size: 15px;
    font-family: Raleway-Medium !important;
}
.faqTitle .productSeasons{
    margin-top: 10px;
}
.faqTitle span{
    font-size: 20px;
    line-height: 28px;
    font-family: Raleway-Medium !important;
}
.faqQuestion {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Raleway-Medium' !important;
}
.recommendResults {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 20px;
}
.recommendResults .imgContnet {
    height: 150px;
    border: solid 1px #eeeeee;
    position: relative;
}
.tab-productInfo span {
    font-size: 16px;
    color: #333333;
}
.manualList a:hover {
    color: #0577e7;
    text-decoration: underline;
}
.result-list font {
    color: #1D71B8 !important;
}
.videoResults .proList{
    width: calc(99.99% * 1/5);
    margin-top: 20px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}
.videoImg{
    position: relative;
    width: 100%;
    min-height: 100px;
    /*background: #000;*/
    padding: 10px 0;
    text-align: center;
}

#viewVedioModal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 99999;
}
#viewVedio {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}