.category-box div {
    cursor: pointer;
    border: 1px solid #ffffff;
}

.category-box div:hover {
    border: 1px solid #ebebeb;
}

.category-box img {
    width: 100%;
} 

.category-box h5 {
    margin-top: -50px;
    font-size: 16px;
    color: #333333;
}

.product-media {
    min-height: 235px;
    background-color: #ffffff !important;
}

.product-media-list {
    min-height: 150px;
}

.product-media-cart {
    min-height: auto !important;
}

.cart-bottom .btn {
    margin-left: 0;
    margin-right: 10px;
}

.header-dropdown > a, .header-dropdown > span {
    text-transform: none;
}

.header-dropdown > a i {
    margin-right: .8rem;
}

.header-dropdown > a::after, .header-dropdown > span::after  {
    content: '' !important;
}

.sitemap {
    padding-left: 20px;
}

.sitemap ol {
    list-style: disc !important;
    padding-left: 20px;
}

.product-price span {
    color: #999;
    text-decoration: line-through;
    padding-right: 10px;
    font-size: 14px;
}