
.main-inner-product{
    /* border: 1px solid red; */
    width: 100%;
    height: 100%;
}

.main-side-overview{
    /* padding: 10px 0px; */
    margin: 22px 14px;
    /* border: 1px solid #eee; */
    height: 160vh;
    margin-left: 22px;
}

.side-overview p{
    color: #666;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 17px;
    padding: 15px  15px;
    /* border-bottom: 1px solid #eee; */
    border: 1px solid #09b;
    transition: all 0.3s;
}


.side-overview p:hover{
    transition: all 0.3s;
    background: #09b;
    color: white;
    border: 1px solid #eee;
    cursor: pointer;
}

.main-option-container{
    /* padding: 20px; */
}

.option-container{
    /* border: 1px solid red; */
    width: 100%;
    height: 100px;
    background: #eee;
    padding: 13px 26px;
    margin: 0;
}

.option-content{
    /* border: 1px solid red; */
    /* width: 100%; */
    /* height: 100px; */
    padding-bottom: 41px;
}

.form-control:focus{
    outline: none;
    /* border: none; */
    box-shadow: none;
    transition: all 0.3s;
}

.option-show-more{
    width:82%;
    padding: 19px;
}

.option-show-more a{
    padding: 13px;
    background: white;
}

.option-show-more a i{
    padding-left: 8px;
    font-size: 16px;
    padding-top: 0px;

}
.option-show-more a:hover{
    text-decoration: none;
}

.inner-show-sorting{
    display: flex;
    width: 97%;

}
.option-sorting{
    width: 30%;
    display: flex;
    padding-top: 12px;
}

.option-sorting p{
    font-size: 20px;
    padding-top: 2px;
    font-weight: 100;
    color: grey;
}

.inner-product{
    display: flex;
    background: white;
    transition:all 0.3s;
}
.product:hover{
    cursor: pointer;
    border-color: #eee;
    transition:all 0.3s;
}


.product{
    display: flex;
    border: 1px solid #09b;
    border-radius: 10px;
    width: 50%;
    padding: 20px;
    /* margin: 20px 10px; */
    margin-top: 20px;
    margin-bottom: 2px;
    margin-left: 10px;
    margin-right: 10px;

}

.product-title p{
    color: #09b;

}

.product-title p a{
    font-size:3rem;
    /* padding-top: 50px; */
    /*padding-left: 30px;*/
    color: #09b;
    letter-spacing: 1px;
}


.product-sub-title{
    letter-spacing: 0px;
    padding-left: 8px;
    font-size: 1.5rem;
    color: #000;

}