@font-face {
    font-family: 'SolaimanLipi';
    src: url('fonts/SolaimanLipiNormal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
  min-height: 25rem;
/*padding-top: 4rem;*/
  color: #333;
}
.body-background{
	/*background-color: #ccc;*/
    background-color: #fff;
}
.title{
	font-size: 20px;
	color: #000;
	font-weight: 600;
}
.sale-area{
	background-color: #FFF;
	font-size: 16px;
	color: rgba(0,0,0,.9);
	margin-bottom: 20px;
    /*border-top: 5px solid rgba(0,0,0,.8);*/
    padding: 5px 10px 10px 10px;
}
/*
.sale-area-new{
    font-size: 16px;
    color: rgba(0,0,0,.9);
    padding: 0px 10px;
}

.sale-area-new2{
    background-color: #FFF;
    font-size: 16px;
    color: rgba(0,0,0,.9);
    padding: 0px 15px;
}
 */
.sale-header{
    /*border-bottom: 1px solid #ddd;*/
    padding: 0px 5px 10px 5px;
    font-weight: 700;
    font-size: 21px;
}
/*.sale-header-new{
    padding: 10px 5px 10px 10px;
    font-weight: 700;
}*/
.sale-body{
    padding: 5px;
    border:1px solid #ddd;
    color: #000;
}
.sale-body-bb{
    padding: 5px;
    color: #000;
}

/*
.sale-body-new{
    padding: 5px;
    color: #000;
}
.sale-body-new-col{
    max-width: 80%;
    margin-left: auto; 
    margin-right: auto;
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
}
.sale-body-new-col .max-img-height img{
    max-height: 453px;
}
.sale-body-new-col p{
    margin-bottom: 8px;
}
.sale-body-new-col p:last-child{
    margin-bottom: 5px;
}
.product-name {
    padding: 10px;
}
.price{
    padding: 0 10px 10px 10px;
}
.old-price{
    padding: 10px;
    color:red;
}
.sale-body-new2{
    background-color: #FFF;
    color: #000;
}

.sale-body-new2 .max-height-ima img{
    max-height: 360px;
    margin-left: -15px;
    margin-right: -15px;
}*/
.sale-body-s{
    padding: 0px 2px;
    color: #000;
}

.knowledge_bn{
    font-family: 'SolaimanLipi', serif;
}

.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.pt10{
    padding-top: 10px;
}
.pb10{
    padding-bottom: 10px;
}
.pl0{
    padding-left: 0px;
}
.mb10{
    margin-bottom: 10px;
}
.mb15{
    margin-bottom: 15px;
}



.par p{
    margin-bottom: .60rem;
}
/*.par p:first-child{
    margin-top: .60rem;
}*/

.ted-none{
    text-decoration: none;
}
.ted-none:hover{
    text-decoration: none;
}

.ted-hover{
    text-decoration: none ;
}
.ted-hover:hover{
    text-decoration: underline;
}
.overview{

}
.overview .alert{
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.maxheight{
    max-height: 65px;
    max-width: 65px;
}

.height_max{
    /*max-height: 350px;*/
    max-height: 180px;
    text-align: center;
}


.rows:hover{
    background-color: #ECECEC;rgba(0, 0, 0, 0.05);rgba(0, 0, 0, 0.075);
}
.fs-7{
    font-size: 80%;
}


.popular-categories{
    background-color: #FFF;
    padding-top: 15px; 
    padding-bottom: 20px;
}
.popular-categories .btn{
    margin-top: 10px;
}


  .thumbnail {
    position: relative;
    overflow: hidden;
    padding-top: 80%;
  }

  .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    transition: transform 0.9s;*/
    object-fit: cover;
  }

/*  .thumbnail:hover img {
    transform: scale(1.3);
  }*/

.cus-boxshadows{
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

/*-----------------Video-----------*/
.video{
}
.video .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.footer{
    background: #343a40;
    height: 100px;
    color: #fff;
}

/*.mr-3 .pl-3 text-primary*/