﻿body {
    background: #fff;
}

.banner {
    height:0vh;
    max-height: 470px;
    background: url(../Images/Rmanik-Banner.jpg);
    background-size: 100%;
    background-position: center;
}

.collection-cont {
    padding: 145px 60px 100px;
    
}
.collection-name-h1{
    margin-top:0;
    font-size:25px;
    text-align:center;
    margin-bottom:18px;
    word-break:break-all;
    max-width:100%;
    text-transform:uppercase;
}
.collection-description{
    font-size:12px;
    text-align:center;
    line-height:22px;
    max-width:1170px;
    width:80%;
    margin:auto;
    margin-bottom:45px;
}
.collection-list-header{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    padding-right:15px;
    margin-bottom:35px;
}
.list-header-in{
    display:flex;
    flex-wrap:wrap;
    margin-left:35px;
    align-items:center;
}
.drop-cont{
    position:relative;
}
.list-header-text {
    font-weight: 600;
    margin: 0 15px 0 0;
    text-transform: uppercase;
    color: #232323;
    position: relative;
    top: 1px;
    letter-spacing: .05em;
    font-size:12px;
}
.view-but-cont{
    display:flex;
}
.view-button {
    padding: 14px;
    height: 42px;
    width: 42px;
    background: #fff;
    border: 1px solid #dadada;
    opacity:0.7;
}
.view-button img{
    width:14px;
    display:block;
    
}
.orderSort{
    cursor:pointer;
}
.view-button:nth-child(2){
    border-left:none;
}
.view-as{
 opacity:1;   
    
}
.pagination a {
    color: #0583be;
    text-decoration: none;
}
.select-list-cont {
    border: 1px solid #dadada;
    padding: 10px 14px 8px 15px;
    font-size: 12px;
    line-height:22px;
    color: #5f5f5f;
    box-sizing:border-box;
    min-width:187px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    cursor:pointer;
}
.select-list-cont p{
    margin:0;
    width:calc(100% - 10px);
}
.select-list-cont ul{
    list-style:none;
    padding-left:0;
}
.select-img{
    width:10px;
    height:10px;
    align-items:flex-end;
}
.select-drop-down {
    width: 100%;
    position: absolute;
    top: 42px;
    padding: 10px 14px 8px 15px;
    box-sizing:border-box;
    background:#fff;
    border:1px solid #dadada;
    border-top:none;
    display:none;
    max-height:150px;
    overflow-y:scroll;
}

.select-drop-down ul{
    list-style:none;
    padding-left:0;
}
.select-drop-down ul li{
    font-size: 12px;
    line-height:22px;
}
.collection-list-in-cont{
    display:flex;
    flex-wrap:wrap;
}
.list-product-cont {
    margin-bottom: 48px;
    margin-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 25%;
    width: 100%;
    box-sizing:border-box;
}
.prod-img-cont {
    border:1px solid #dfdfdf;

    
}
.prod-img{
    width:100%;
    display:block;
}
.product-detail-cont{
    text-align:center;
}
.product-category {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom:4px;
}

.product-name {
    color: #232323;
    display: block;
    margin-bottom: 4px;
    text-transform: capitalize;
    font-size: 14px;
    height:3em;
    line-height: 22px;
    font-weight: 600;
}
.enquire-now {
    display: inline-block;
    width: auto;
    margin-top: 30px;
    font-size: 12px;
    color: white;
    background: #0583be;
    border: 1px solid white;
    padding: 13px 15px;
    min-width: 130px;
    max-width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration:none;
}

.enquire-now:hover {
        background: #99d853;
        color: #020202;
        border-color: #99d853;
}
.icon-grid{
    width:21px;
    height:21px;
    display:flex;
    flex-wrap:wrap;
}
.icon-grid span{
    width:4px;
    height:4px;
    margin:1px auto 0;
    background:#121212;
}
@media screen and (max-width:1024px){
    
    .select-list-cont{

    }
}
@media screen and (max-width:768px){
    .banner{
        background-size:auto 100%;
    }
    .collection-cont{
        padding:50px 20px 50px;
    }
    .list-product-cont{
        max-width:50%;
    }
    .enquire-now{
        min-width:50px;
    }
    
    .pagination{
        margin-bottom:10px;
        margin-right:0;
    }
    .search-list {
        margin-bottom: 20px;
    }

}