.main-top-box{

    padding: 100px 0 140px 0;

    background-image: url("../images/products-top-background-img.png");

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    z-index: 1;

}

.main-top-box::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: rgba(0, 0, 0, 0.8);

    z-index: -1;

}

.main-top-text-box > h2{

    color: white;

    font-size: 50px;

    text-align: center;

    font-weight: 600;

}

.main-top-text-box > p{

    color: white;

    font-size: 20px;

    text-align: center;

    margin: 20px 0 40px 0;

}

.main-top-text-box > h5{

    text-align: center;

    color: #ff4d47;

    font-size: 26px;

    font-weight: 600;

    font-style: italic;

}

.main-box{

    background-color: #f2f2f2;

}

.main-search-box{

    border-radius: 10px;

    background-color: rgb(255, 255, 255);

    box-shadow: 6.395px -2.847px 22.68px 4.32px rgba(21, 21, 21, 0.16);

    position: relative;

    z-index: 99;

    margin-top: -6% !important;

    padding: 50px 100px !important;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}

.main-search-btn-box{

    background-color: #f2f2f2;

    padding: 6px 10px;

    border-radius: 10px;

    display: flex;

    align-items: center;

}

.main-search-btn-box button{

    width: 250px;

    font-size: 18px;

    font-weight: 600;

    padding: 10px 0;

    border: 0;

}

.search-btn-active{

    background-color: #ff4d47;

    color: white;

    border-radius: 10px;

}

.main-search-select-box{

    margin-top: 50px;

    width: 100% !important;

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.main-search-select-box select{

    width: 15.5%;

    box-shadow: 0px 1px 7.36px 0.64px rgba(1, 1, 1, 0.08);

    border: 0;

    padding: 12px !important;

    font-size: 18px;
    
    font-weight: 600;

}

.main-search-select-box button{
    height: 51px !important;

    margin: 5px !important;

    width: 15.5%;

    background-color: black;

    color: white;

    padding: 12px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 10px;

}

.main-search-select-box button:hover{
  background-color: #ff4d47;
  border-color: #ff4d47;
}

.main-search-select-box button > img{

    width: 18px;

    margin-right: 10px;

}

.main-crumbs-box{

    margin-top: 40px !important;

    margin-bottom: 120px;

    display: flex;

    align-items: center;

}

.main-crumbs-box > img{

    width: 20px;

    margin-right: 10px;

}

.main-crumbs-box p{

    margin-bottom: 0 !important;

}

.main-list-search-box{

    position: relative;

    min-height: 40px;

    margin-bottom: 40px;

}

.main-list-search-box input{

    width: 100%;

    font-size: 14px;

    color: rgba(0, 0, 0, 0.502);

    border: 0;

    border-bottom: 1px solid rgba(0, 0, 0, 0.502);

    padding: 10px 0;

    background-color: rgba(0,0,0,0);

}

.main-list-search-box button{

    width: 25px;

    height: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 0;

    background-color: #ff4d47;

    border-radius: 50%;

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    cursor: pointer;

}

.main-list-search-box button > img{

    width: 15px;

}

.main-category-box > div{

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 20px;

}

.main-category-box > div > p{

    font-size: 20px;

    font-weight: 600;

    margin-bottom: 0 !important;

}

.main-category-box > div > img{

    width: 15px;

}

.category-list-box{

    display: flex;

    flex-direction: column;

}

.category-list-box div{

    width: 100%;

    background-color: white;

    padding: 15px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 15px;

}

.category-list-box div p{

    margin-bottom: 0;

    font-size: 14px;

}

.category-list-box div img{

    width: 12px;

}

.category-list-box div > img:nth-child(3){

    display: none;

}

.category-list-active{

    background-color: #ff4d47 !important;

}

.category-list-active > p {

    color: white;

}

.category-list-active > img:nth-child(2){

    display: none;

}

.category-list-active > img:nth-child(3){

    display: block !important;

}

.main-products-list-box{

    margin-left: 50px;

    padding-bottom: 60px;

    margin-bottom: 60px !important;

    border-bottom: 1px solid rgba(0, 0, 0, 0.502);

}

.main-products-list-box:last-child{

    border-bottom: 0;

}

.main-products-list-box > div{

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.main-products-list-box > div > p{

    font-size: 20px;

    font-weight: 600;

    margin-bottom: 0;

}

.main-products-list-box > div > a{

    font-size: 16px;

    font-weight: 600;

    display: flex;

    align-items: center;

}

.main-products-list-box > div a > img{

    width: 12px;

    margin-left: 10px;

}

.main-products-list{

    display: flex;

    justify-content: space-between;

    margin-top: 50px;

}

.main-products{

    width: 22.5%;

    display: flex;

    flex-direction: column;

}

.main-products > div:nth-child(1){

    background-color: white;

    border-radius: 10px;

    text-align: center;

    padding: 50px 0;

    width: 100%;

}

#gb-results .main-products img{
    width: 80%;
    height: auto;
}

.category-product-card{
    max-width: calc(24.5% - 10px) !important;
}


.main-products > div > img{

    width: auto;

    max-width: 100%;

    height: 100px;

    object-fit: cover;

}

.main-products > div:nth-child(2){

    margin-top: 20px;

    text-align: center;

}

.main-products > div:nth-child(2) > p:nth-child(1){

    font-size: 14px;

    font-weight: 500;

    margin-bottom: 8px;

}

.main-products > div:nth-child(2) > p:nth-child(2){

    color: #ff4d47;

    font-size: 16px;

    margin-bottom: 0;

}

.form-control{
  margin: 5px !important;
  width: 82%;
}

@media (max-width:1400px) {
    .category-product-card{
        max-width: calc(33.5% - 10px) !important;
    }
}

@media (max-width:992px) {

    .main-products-list{

        flex-wrap: wrap;

        align-items: baseline !important;

    }

    .main-products{

        width: 31%;

        margin-bottom: 25px;

    }

    .main-products > div > img{

        height: 60px;

    }

    .main-search-box{

        padding: 20px !important;

    }

}

@media (max-width:580px) {
    .form-control{
        width: 100% !important;
    }

    .category-product-card{
        max-width: 100% !important;
    }

    .main-top-box{

        padding: 50px 0 70px 0;

    }

    .main-top-text-box > h5{

        font-size: 18px;

        line-height: 35px;

    }

    .main-top-text-box > p{

        line-height: 30px;

    }

    .main-search-btn-box button{

        width: 160px;

        font-size: 16px;

    }

    .main-search-select-box{

        flex-wrap: wrap;

        margin-top: 30px;

        gap: 10px;

    }

    .main-search-select-box select{

        width: 48%;

        margin-bottom: 15px;

    }

    .main-search-select-box button{

        width: 100%;

    }

    .main-crumbs-box{

        margin-bottom: 60px;

    }

    .main-products-list-box{

        margin-left: 0;

        padding-bottom: 40px;

        margin-bottom: 40px !important;

    }

    .main-products-list a{

        width: 48%;

    }

    .main-products > div > img{

        height: 80px;

    }

    .main-products-list-box > div{

        flex-wrap: wrap;

    }

    .main-products-list-box > div > p{

        margin-bottom: 10px;

        width: 100%;

    }

    .main-products-list-box > div:nth-child(1) > a{

        width: 50%;

        justify-content: center;

        padding: 10px 0;

        background-color: #ff4d47;

        border-radius: 10px;

        color: white !important;

    }

    .main-top-text-box > h2{
        font-size: 30px;
    }
    
    
    

}
#gearboxSearch {
    font-weight: bold;
    height: 50px;
}
#gearboxSearch::placeholder {
    font-weight: normal;
    color: #cacaca;
}