@media screen and (max-width: 767px) {
#recent_sales_ticker {
    display: none;
    }

	.fa.fa-truck, .fa-shopping-cart, .fa-undo {
		color: white !important;
	}
	
	li.openingHours{
	    display:none;
	}
	
	  
  .wrapper-logo {
    min-height: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    }
}

.form-style {
    border-color: #bc2213;
    border-style: solid;
    border-width: 2px;
    border-radius: 3px;
}

.fa-search {
    color: white;
}

.btn.btn-default:hover {
    background-color: black;
}


.fa-user:hover {
    color: #4e4e4e;
}

.fa-shopping-cart:hover {
    color: #4e4e4e;
}


.wrapper-header #header-cart > a i {
    color: #a7a7a7;
}

.wrapper-header #header-cart > a:hover i {
    color: #000000;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    background-color: #bc2213;
    color: white;
    font-weight: 700;
    letter-spacing: 2px;
}

.navbar-nav > li > .dropdown-menu {
    width: 100%;
    background-color: #f5f5f5;
    font-size: 16px;
}

.wrapper-main-menu .navbar-nav .js-main-menu a {
    width: 100%;
}

.fa.fa-chevron-right {
    float: right;
    font-size: 12px;
    color:#bc2213;
}
.fa.fa-map-marker {
    margin-right: 5px;
    font-size: 20px;
    color:#bc2213;
}

.fa.fa-phone, .fa-send {
    margin-left: 20px;
    margin-right: 5px;
    font-size: 20px;
    color:#bc2213;
}

.fa.fa-clock-o {
    margin-left: 0px;
    margin-right: 5px;
    font-size: 20px;
    color:#bc2213;
}

.header-details {
    padding-left: 0;
    padding-top: 5px;
    display: -webkit-inline-box;
    list-style-type: none;
}

.dropdown-menu.js-main-menu a:hover{
    background-color: #ffffff;
    
}

.footer-payment {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #121212 !important;
    color: white;
}

.footer-info {
    padding-top: 20px;
    text-align: left;
}

.scrollup {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    font-size: 16px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #bc2213;
}

#homepageCarousel {
    border-style: solid;
    border-width: thin;
    border-color: #f5f5f5;
    max-height: 500px;
    overflow: hidden;
}

.side-ads{
    border-style: solid;
    border-width: thin;
    border-color: #f5f5f5;
    margin-bottom: 20px;
    max-height: 240px;
    min-height: 240px;
    overflow: hidden;
    padding: 0px;
}


.strong-wrapper {
    border-style: solid;
    border-width: 1px;
    padding: 20px;
    border-color: #e0e0e0;
}

.strong-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    word-spacing: 2px;
    color: #212121;
}

.strong-content {
    color: #616161;
    font-size: 18px;
}

.strong-box {
    padding-left: 60px;
}

.strong-icon {
    position: absolute;
top: 35px
}

.fa.fa-truck, .fa-shopping-cart, .fa-undo {
    font-size: 40px;
    color: #bc2213;
}

.main-content-heading {
    text-align: left!important;
    color: #bc2213;
    margin-bottom: 40px;
    margin-top:40px;
}

.thumbnail {
    padding: 20px;
    border-style: solid;
    border-width: thin;
    border-color: #e0e0e0;
}

i.fa.fa-shopping-cart.icon-white {
    color: white;
    font-size: 20px;
}

.payment-wrapper{
    text-align:right;
}

button.btn.btn-default:hover {
    background-color: black;
}

.prod-accordion {
    margin-top: 20px;
}

.featured-brands a {
    border-style: solid;
    border-width: thin;
    margin: 10px;
    border-color: #e0e0e0;
}

@media (min-width: 768px) {
    .mega-menu {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        top:unset;
    }
}
@media (min-width: 1200px) {
    .mega-menu {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        top:unset;
        padding:10px;
        font-size: 1.2em;
    }
}

.carousel-caption p {
    font-size: 16px;
}
