@media (min-width: 576px) and (max-width: 991px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}

.dropdown-menu {
    min-width: 14rem;
    padding: 0;
    margin: 0 0 0;
    font-size: 14px;
    color: #ffffff;
    list-style: none;
    background-color: rgba(66, 75, 84, 0.81);
    background-clip: padding-box;
    border: 1px solid rgba(78, 84, 124, .15);
    border-radius: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-toggle::after{
    content:'';
    display: none;
}
.dropdown-menu li:not(.large) {
    border-bottom: 1px solid rgba(229, 0, 0, 0.07);
    min-width: 225px;
}

.dropdown-menu:not(.large) li a {
    display: block;
    height: 34px ;
    font-size: 14px ;
    line-height: 34px ;
    font-weight: 300 ;
    padding: 0 15px;
}
.dropdown-menu li:hover {
    background-color: #4e6173;
}

.dropdown-toggle::after {
    display: none;
}

.bg-dark {
    background: #00bfb3 !important;
}

.btn {
    padding: 0px 10px 2px;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn:hover, .btn:active {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}


.btn-link-light {
    font-size: 20px;
    border: 2px solid #ffffff;
    color: #ffffff !important;
    margin-top: 30px;
}

.btn-link-green {
    font-size: 20px;
    border: 2px solid #00BFB3;
    color: #00BFB3 !important;
    margin-top: 30px;
}

.btn-link-danger {
    font-size: 20px;
    border: 1px solid #2b78aa;
    color: #2b78aa !important;
    margin-top: 30px;
    border-radius: 20px;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 16px;
    line-height: 16px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-toggler span {
    display: flex;
    padding: 0 5px;
    justify-content: center;
    align-items: center;
}

/**********Cart********/
.cart-icon .fab {
    color: #d6a42e;
}

.cart-icon {

    background-color: #d6a42e;
    color: #FFFFFF;
}

.simpleCart_quantity {
    position: absolute;
    font-size: 20px;
    color: #d6a42e;
    height: 12px;
    width: 100%;
    text-align: center;
    top: -3px;
    left: -50%;
    line-height: 8px;
}

.dropdown-backdrop {
    display: none !important;
}

.cart table * {
    color: #fff !important;
}

.cart {
    line-height: normal;
    position: absolute;
    width: 400px;
    display: none;
    top: 100%;
    background-color: rgba(66, 75, 84, 0.87);
    font-size: 13px;
    padding: 15px;
    color: #ffffff;
    z-index: 9997;
}

.show > .cart {
    z-index: 99999;
    display: block;
}

.cart .simpleCart_grandTotal {
    font-size: 20px;
}

.cart .item-quantity {
    text-align: center;
}

.cart table {
    width: 100%;
    padding: 10px;
}

.cart th {
    border-bottom: 1px solid #4e6173;
    padding: 2px;
}

.cart a {
    color: #fff !important;
}

.cart a:hover {
    color: #00BFB3 !important;
}

.cart .btn {
    width: 33%;
    color: #ffffff !important;
}

.cart .btn:hover {
    color: #ffffff !important;
}

.cart .btn-danger {
    float: left;
    background-color: #2b78aa;
    border-color: #2b78aa;
}
.btn-danger {
    float: left;
    background-color: #ff6f33;
    border-color: #ff6f33;
    border-radius: 5px;
    width: auto;
    font-size: inherit;
}

.btn-danger:hover {
    float: left;
    background-color: #595959;
    border-color: #595959;
}

.simpleCart_increment, .simpleCart_decrement, .simpleCart_remove .fa {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding: 2px;
    text-align: center;
    font-size: 16px;
}

.cart .item-total {
    padding-right: 10px;
}

.cart .item-offer_id, .cart .item-item_id {
    display: none;
}

.cart .item-id {
    display: none;
}

.cart .item-price {
    display: none;
}

/**********end Cart********/

.fa-star.good {
    color: #ffc107;
}