.menu-category .menu-categories ul > li {
   font-size: 18px;
   padding: .30em;
}

#dropdownMenuButton img {
    max-width: 25px;
}

.product-sticker--top-right {
    top: 5px;
    right: 5px;
}
.fpd-container > .fpd-main-wrapper {
    background: none !important;
}

.add-product-from-view-component .full {
    width:100%;
}

.product-price__label {
    display: inherit;
    background: none;
    border: none;
    float: left;
    font-size: 16px;
}

.product-price__main-box {
    clear:none;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


.product-price__main-box .product-price-discount__value:not(:empty) + span.product-price__value {
    text-decoration: none;
color: #464646;
}

.product-price__main-box .product-price-discount__value:not(:empty) {
    display:none;
}