/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#wrapper .breadcrumb {
    margin-bottom: 0;
    padding: 15px 0px;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
    background: #f8f8f8;
    margin-bottom: 50px;
    margin-top: 50PX;
	text-align: left !important!
}

.breadcrumb .category-cover,
.breadcrumb .category-cover img {
    display: none !important;
}
@media (min-width: 768px) {
    .text-md-center {
        text-align: left !important;
    }
}
.box-bottom-footer .copyright {
    text-align: center;
    color: #fff;
}
@media (min-width: 992px) {
    .box-bottom-footer {
        padding-top: 20px;
        padding-bottom: 2px;
      
        padding-left: 50px;
        padding-right: 50px;
    }
}
h2, .h2 {
    font-size: 24px;
	font-weight:500 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: normal;
    color: #000000;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333333;
    line-height: normal;
    background: #FFFFFF;
    direction: ltr;
    font-weight: 300;
}
.block-categories .category-sub-menu li > a .deo-qty-category {
    font-size: 14px;
    display: none !important;
}
.deo-qty-category {
    position: relative;
    margin-left: 3px;
	display: none !important;
}
#subcategories .subcategory-block {
    margin-bottom: 20px;
    text-align: center;
}
.megamenu .dropdown-menu {
    top: 0px;
    height: auto;
    font-size: 14px;
    font-weight: 300;
    
}
.megamenu .dropdown-widget ul li:last-child
Specificity: (0,3,2)
 {
    margin-bottom: 10px;
}
.megamenu .dropdown-widget ul li:last-child {
    margin-bottom: 10px;
}
@media (min-width: 1200px) {
    .box-middle-footer > [class*="col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.dropdown-menu-brands {
    background-color: aliceblue;
}