﻿body { font-family: roboto !important }
ul li.nav-item a { color: #333 !important; }
    ul li.nav-item a:hover { color: #e10b7f !important; }
img.img-fluid:hover { -webkit-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); transition: .9s ease; }
img.img-fluid { -moz-transition: all .9s; -webkit-transition: all .9s; transition: all .9s; }
span.font-11 { font-size: 11px; }

.container.images-cbazaar { max-width: 1140px; }

@media only screen and (min-width: 768px) {
    .images-cbazaar h4 { font-size: 18px; margin: 10px 0; }
    .pl-65 { padding-left: 65px; }
    .pr-65 { padding-right: 65px; }
    .bottom-images h4 { border: 1px solid black; padding: 5px; width: 60%; margin: 10px auto; }
}

@media only screen and (max-width:767px) {
    .images-cbazaar h4 { font-size: 16px; margin: 10px 0; }
    .bottom-images h4 { border: 1px solid black; padding: 5px; width: 60%; margin: 10px auto; }
}
a {text-decoration:none; color:#333;}

a:hover{color:#000; text-decoration:none;}