* {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

a {
  text-decoration: none;
  color: #c22026;
  transition: color 0.3s;
}

a:hover {
  color: #858585; 
}

.section-overlap {
    margin-top: 56px;
}

.maxWidth{max-width: 100%!important;}

.responsiveImg{
    max-width: 100%;
}

.minWidth{
    min-width: 250px!important;
}

.maxHeightImage{
    width: auto;
    max-height: 500px!important;
}

.prenav-decoration:hover {
    color: red !important;
    transition: 0.5s;
}

.menjam {
    left: 20px !important;
    text-align: left !important;
    top: 20% !important;
}

.slider-img {
    background-color: #f76d14;
}

.rounded-border {
  border-radius: 20px;
}

.carousel-caption {
    color: black !important;
    text-decoration: none!important;
}

.pagination {
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.icons-size {
    display: block;
    width: 200px;
    height: auto;
    margin-top: 2.5rem;
}

.am-prev,
.am-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

.am-next {
    left: 0px;
}

.am-prev {
    right: 0px;
}

.am-next:hover,
.am-prev:hover {
    color: red;
}

.textDarkRed {
    color: #c22026;
}

.bgDarkRed {
    background-color: #c22026;
}

.fontPoppins {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
}

.permalinkPrice {
    font-size: 1.5rem;
    font-weight: bold;
}

.cursorPointer {
    cursor: pointer;
}

.category {
    transition: transform 0.5s;
}

.category:hover {
    transform: scale(1.05);
}

.number_of_cart_items {
    position: absolute;
    top: -6px;
    left: 50%;
    width: 25px;
    background-color: red;
    border-radius: 50%;
}

.productImage {
    object-fit: cover;
    width: 100%;
    height: 250px;
}

@media (max-width: 576px) {
    .fs-mobile-none {
        font-size: 1.2rem !important;
    }

    .menjam {
        top: 0px !important;
    }
    .adHolder {
        width: 100%;
    }
    .maxHeightImage{
        max-height: 300px!important;
        margin-bottom: 30px;
    }
}

.bgBlue {
  background-color: #1c529d;
}
