* {
    margin: 0;
    padding: 0;
}

.headers{
    /* padding:25px 0px 0px 5px;
    margin-top: 50px; */
    color:#013d29
}

/* .divOfBestSeller {
    overflow-x: scroll;
    margin-bottom: 35px;
}


.divOfBestSeller::-webkit-scrollbar {
    width: 1em;
    height: 3px;
    border-radius: 5px;
}

*{
	scrollbar-width: thick; /* none | auto  */
	/*scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
}

.divOfBestSeller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(175, 165, 165, 0.3);
    border-radius: 5px;

}

.divOfBestSeller::-webkit-scrollbar-thumb {
    background-color: rgba(72, 69, 69, 0.344);
    outline: 0px solid rgb(196, 199, 202);

}

.divOfBestSeller::-webkit-scrollbar-thumb:hover {
    background-color: #013d29;
    outline: 0px solid rgb(196, 199, 202);
} */


.mt-50{

    margin-top: 50px;
}

.mb-50{

    margin-bottom: 50px;
}



.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    /* height: 50rem !important; */
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid;
    border-radius: .1875rem;
    margin-bottom: 35px;
    border-color:  #013d29;
   
}

.card-img-actions {
    position: relative;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    text-align: center;
}

.card-img{

    width: 250px;
    height: 200px;
}

.star{
        color: red;
}
.nameOfProduct{
    display: block;
    height: 30px !important;
}
.bg-cart,.cat-btn {
    background-color:#013d29 !important;
    color:#fff !important;
}

.bg-cart:hover,.cat-btn:hover {
    color:rgb(255, 255, 255) !important;
    border-color: #013d29 !important;
}
.contOfCardBody{
    background: #0a2b20;
}

.bg-buy {
    background-color:green;
    color:#fff;
    padding-right: 29px;
}
.bg-buy:hover {
    
    color:#fff;
}

a{

    text-decoration: none !important;
}
.img-fluid{
    height: 200px !important;
}
#product{
    position: relative;
}
.swiper-pagination{
    position:absolute;
    bottom: 0;
}

/**************/

