/* .<div className="shimmer_product">
<div className="shimmer_img"></div>
<div className="shimmer_title"></div>
<div className="shimmer_desc"></div>
</div> */
.shimmer{
    display: flex;
    justify-content: space-evenly;
    margin: 50px;
    margin-bottom: 200px;
}

.shimmer_filter_div{
    height: 100vh;
    width: 270px;
}

.shimmer_list_div{
    /* background-color: red; */
    height: 200px;
    width: 782px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.shimmer_product {
    display: flex;
    background: #d8d8d8;
    width: 257px;
    height: 319px;
    border-radius: 18px;
    margin-bottom: 16px;
}

.shimmer_filter {
    height: 226px;
    line-height: 58px;
}

.shimmer_list {
    background: #ded9d9;
    height: 167px;
    margin-bottom: 64px;
    margin: 35px;
}

.shimmer_btn{
    background: #ded9d9;
    padding: 31px;
    margin: 49px;
}

.active-filter{
    list-style: disc;
}


.shimmerProductSpecification {
    background: #eaeaea;
    height: 100vh;
    margin: 41px 120px;
}

.shimmerProductTitle {
    background: #e2dfdf;
    padding: 23px;
    margin: 26px 152px;
    border-radius: 11px;
}

.shimmerProductDesc{
    background: #e2dfdf;
    padding: 50px;
    margin: 19px 153px;
    border-radius: 11px;
}

.shimmerProductSpecification {
    background: #eaeaea;
    height: 54vh;
    margin: 2px 152px;
    border-radius: 20px;
    position: relative;
}

.shimmerProductSpecDesc {
    /* background: red; */
    height: 505px;
    width: 423px;
    position: absolute;
    margin: 62px 23px;
}

.shimmerProductSpecTitle{
    background: #dad7d7;
    padding: 14px;
    width: 236px;
    margin: 21px;
    position: absolute;
    border-radius: 10px;
}

.shimmerDesc {
    background: #dad7d7;
    width: 414px;
    margin: 19px;
    border-radius: 7px;
    height: 30px;
    display: block;
}

.products .product .product-inner {
    border-radius: 20px;
    padding: 8px;
}

.client_title{
    margin: 27px !important;
}


/* .page_footer .footer-special-column {
    margin-top: -81px !important;
    padding: 7px 32px 13px !important;
} */


.active-menu:after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #ffffff;
    /* width: 67%; */
    transform: translateX(-50%);
    bottom: 30px;
    /* left: 34%; */
} 

/* .active-menu {
    display: inline-block;
    position: relative;
  } */

 li.active-menu > a {
    color: white;
    /* border-bottom: 2px solid; */
    display: inline-block;
    position: relative;
}

/*

li.active-menu > a:after {
    position: absolute;
    width: 67%;
    transform: translateX(-50%);
    bottom: 10px;
    left: 34%;
} */

.product-short-description > ul {
    list-style-type: disc;
}

.product-accessories > p{
    padding: 20px !important;
}

.product-specifications > ul{
    padding: 20px !important;
    margin-left: 20px !important;
}

span.page-title {
    font-size: 25px;
    font-weight: 500;
    color: #09445a;
}

/* .product-info-div{
    align-items: flex-start;
    display: flex;
} */


