﻿@media (max-width: 992px) {
    .menu ul li {
        display: inline;
        padding: 0 3% !important;
        font-size: 14px !important;
    }

    .mainItem {
        margin-bottom: 0;
        height: 200px;
    }

    .mainItemImg {
        width: 169px;
        height: 180px;
        line-height: 180px;
        text-align: center;
    }

        .mainItemImg img {
            max-height: 180px;
            max-width: 169px;
            vertical-align: middle;
        }

    .cart div {
        border: 2px solid #bb0200;
        border-radius: 10px;
        box-shadow: rgba(3, 3, 3, 0.53) 0 0 10px -2px;
        padding: 6px 2px !important;
        font-size: 14px !important;
        text-align: center;
    }

        .cart div span {
            padding: 2px 2px !important;
            position: relative;
            top: 2px;
        }

    .modal-dialog {
        width: 98% !important;
    }

    .searchElement input {
        position: relative;
        top: 16px;
    }

    .searchElement button {
        position: relative;
        top: 15px;
    }
}
