.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: 20%;
}
.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;}
.button.button-dark:hover {
    background-color: #000;
    opacity: .8;
}
.header-misc-icon>a, 
.currency-picker{color: var(--accent-color);}
.currency-picker{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='#c4312a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");}
.svg-trigger path {stroke: var(--accent-color);}

@media (max-width: 991px){
    .mobile-menu-box {
        overflow: hidden;
    }
    .special-deals{
        height: 500px !important;
    }
    #footer .dropdown-menu {background-color: #252424 !important;}
    #top-search a, #top-cart-trigger i {
        font-size: 28px;
    }
    .svg-trigger {
        width: 40px;
        height: 40px;
    }
}