.view-all {
    padding: 15px 0;
    background-color: rgba(249, 249, 249, 0.71);
    transition: .5s;
}
.view-all:hover {
    background-color: rgba(249, 249, 249, 0.904);
}
.mega-menu-style-2 {
    padding: 0 !important;
}
.sub-menu-area{overflow-y: scroll;}
#logo img {
    height: auto !important;
    margin: 0 auto;
    width: 60%;
}
.mobile-menu-box .sub-menu-area .col-12 {
    border-bottom: 1px solid rgb(235 235 235 / 70%);
    padding: 10px !important;
}
.mobile-menu-box .sub-menu-container,.mobile-menu-box .mega-menu-content {
    position: relative;
    padding-left: 15px;
    border-top: 0;
}
.product-category-item a:after{content: none;}
.product-category-item {border: 1px solid rgb(235 235 235 / 70%);}
.category-item i {font-size: 3rem;}
.category-item:hover h3, .category-item:hover i {opacity: .8;}
.product-title h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.product-title .product-cat{font-size: 14px;}

.special-deals{
    background-position: center;
    background-size: cover;
    height: 600px;
    background-attachment: fixed;
    position: relative;
}

.floating-icons {
    right: -2px !important;
    left: unset;
}
.link-area a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}
.big-footer-nav-title{color: #fff;}
footer .dropdown-menu {
    background-color: transparent;
}
footer .dropdown-menu a{
    color: #fff;
}
footer .dropdown-menu a:hover{
    color: #fff;
    opacity: .8;
    background-color: transparent;
}
footer .nav-link{color: #fff;}
#footer .nav-item.dropdown>a, #footer .nav-item.dropdown>.big-footer-nav-title {
    color: #fff !important;
}
.button.button-dark {background-color: #000;}

@media (max-width: 991px){
    .mobile-menu-box {
        overflow: hidden;
    }
    .special-deals{
        height: 650px !important;
    }
    #footer .dropdown-menu {background-color: #252424 !important;}
}