.collectionListingWrapper {
    margin: 38px 0 0;
    padding: 60px 0 0;
    text-align: center;
}

.collectionHead h2 {
    margin: 0;
}

.collectionHead h5 {
    margin: 16px 0 80px;
}

.collectionMenu {
    margin: 0 0 80px;
}

.collectionMenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.collectionMenu ul li a {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Trirong';
    font-weight: 600;
    border-bottom: solid 1px transparent;
}

.collectionMenu ul li a.activeCollection,
.collectionMenu ul li a:hover {
    color: #9D442C;
    border-color: #9D442C;
}

.cListRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 48px;
    margin: 0 -15px;
}

.cListCol {
    width: 25%;
    padding: 0 10px;
}

.cListCard {
    text-align: left;
}

.cListCard h4 {
    margin: 0 0 10px;
    text-transform: capitalize;
    letter-spacing: 0.73px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cListCard .cListImg {
    width: 100%;
    height: 370px;
}

.cListCard .cListImg a {
    display: flex;
    width: 100%;
    height: 100%;
}

.cListImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

body .cListCard a.seeCollectionBtn {
    font-size: 16px;
    line-height: 26px;
    color: #9D442C;
    padding: 16px 35.5px;
    border: solid 1px #9D442C;
    display: inline-block;
    margin: 24px 0 0;
    text-transform: uppercase;
    font-weight: 500;
}

body .cListCard a.seeCollectionBtn:hover {
    background: #9D442C;
    color: #FFFFFF;
    border: solid 1px #9D442C;
}

.cListRow .woocommerce-no-products-found {
    width: 100%;
    text-align: left;
    padding: 0 15px;
}

.collectionWhatsNewWrapper .cListCol {
    width: 50%;
}

.collectionWhatsNewWrapper .cListCol .cListImg {
    height: 500px;
}


/* Collection Detail Css */
.collectiondetailBanner {
    padding: 100px 0;
    background-color: #FFFCF8;
}

.cBannerText {
    text-align: center;
}

.cBannerText h2 {
    margin: 0;
}

.cBannerText p {
    color: rgba(35, 16, 4, 0.6);
    margin: 16px 0 0;
    font-size: 24px;
    line-height: 34px;
}

.subCollectionProducts {
    padding: 120px 0 0;
}

.mobileImage {
    display: none;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 20px;
    margin: 10px 0 2px 0;
    line-height: 30px;
}

.subCollectionProducts .woocommerce-pagination{
 display: none;
}