.fa-shopping-cart-empty {
    color: black;
}

.header-fonticons i {
    cursor: pointer;
}

.header-fonticons i:hover {
    color: #ed1b25;
}

.header-fonticons .search-input i:hover {
    color: white;
}

.header-fonticons {
    position: absolute;
    right: 0;
}

.items .dropdown-item {
    white-space: normal;
}

.items .nav-link {
    padding: .5rem .5rem;
    line-height: 12px;
}

.items a,
.category-link-no-collapse {
    color: black;
}

.items a:hover,
.category-link-no-collapse:hover {
    text-decoration: none !important;
    color: #ed1b25 !important;
}

.heading h2 {
    text-transform: uppercase;
}

.category-nav {
    margin-bottom: 15px;
}

.filter-delete {
    color: #ed1b25;
    font-size: 1rem !important;
}

.filter-delete:hover {
    color: black;
}

.item {
    position: relative;
    overflow: hidden;
    padding: 13px;
    border-radius: 3px;
    border: 2px solid #cccccc50;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 666;
    -webkit-box-shadow: none;
    box-shadow: inset none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.item:hover {
    border: 1px solid #ed1b25;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.search-input .input-group-addon {
    background: transparent;
    color: #ed1b25;
    border-color: #ed1b25;
}

.search-input .input-group-addon:hover {
    background: #ed1b25;
    color: white;
}

.search-input .form-control {
    border-color: #ed1b25;
}

.form-control:focus {
    color: black;
    background-color: #fff;
    border-color: #ed1b25;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(237, 27, 37, 0.25);
}

.search-input ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black;
}

.search-input ::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
}

.search-input :-ms-input-placeholder {
    /* IE 10+ */
    color: black;
}

.search-input :-moz-placeholder {
    /* Firefox 18- */
    color: black;
}

.modal-box {
    background-image: none;
    background-color: white;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 30px 15px;
    cursor: default;
    box-shadow: 0px 5px 21px 5px black, inset 0px 10px 5px -10px rgb(0, 0, 0);
    background-clip: padding-box;
    z-index: 777;
}

.modal-box .cancel {
    margin-right: 15px;
    font-size: 22px;
    color: black;
    cursor: pointer;
}

.modal-box .cancel:hover {
    color: #ed1b25 !important;
}

.modal-box label {
    font-weight: bold;
}

.modal-box .btn-link {
    font-weight: bold;
    color: #ed1b25;
}

.modal-box .form-control {
    border: 1px solid #ed1b25;
}

.modal-box .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black;
}

.modal-box .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
}

.modal-box .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: black;
}

.modal-box .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: black;
}

.no-margin.row {
    margin-right: 0px;
    margin-left: 0px;
}

.productWrapper .product-image-wrapper{
    border: 2px solid rgba(204, 204, 204, 0.3137254901960784);
}