.standard-logo{
    height:100%;
}
#logo a.standard-logo{
    display:flex !important;
}

.feature-img{
    width:20px;
    height: 20px;
}

.super-sub-menu a{
    font-size:11px !important;
    font-weight: normal !important;
}

.tp-parallax-wrap{
    width:100%;
    left:0 !important;
}

.tp-parallax-wrap:first-child{
    top:0 !important;
}  

.tp-parallax-wrap .tp-loop-wrap{
    width:100% !important;
}

.tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap{
    width:100% !important;
}

/* .tp-parallax-wrap:first-child .banner-img-div{
    visibility: visible !important;
} */
.banner-img-div img{
    width:100% !important;
}

.banner-title-div,  .banner-description-div, .banner-start-shop-btn-div{
    text-align:center !important;
    width:100% !important;
    max-width:100% !important;
}

.banner-title-div span, .banner-description-div span{
    background: #fff;
    opacity: 0.5;
    padding:10px 20px;
}

.brand-carousel h2{
    display:none;
}

.price ins{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.bg-overlay-content{
    z-index:100 !important;
}
.product-price del{
    font-size:13px !important;
}
.add-to-cart.btn-dark{
    padding:3px 6px !important;
}
.add-to-cart.btn-dark:focus{
    box-shadow:none !important;
}

.cart-btn-area form{
    height:0  !important;
}

.added-to-cart-flash p{
    color: #fff;
    background: rgb(85 78 78 / 80%);
    font-size: 10px;
    padding: 5px;
    border-radius: 4px;
    top: -185px;
    position: relative;
    text-align: center;
    margin: 0 10px
}

.product-image img{
    border-radius:5px 5px  0 0;
}

.footer-small-text{
    font-size:14px;
}

#footer-contact-details{
    line-height: 30px;
}

.brand-carousel{
    padding-top: 30px;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

#powered-by-text span{
    color:rgba(255,255,255,0.4) !important;
}

#top-cart-trigger span{
    position: relative;
    top: -5px;
    left: -8px;
    color: #fff;    
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    line-height: 10px;
    cursor: pointer;
}

#cart {
    height: 300px;
    overflow-y: scroll;
}
.top-cart-items {
    padding: 15px;
}

.top-cart-item-image {
    float: left;
    margin-right: 15px;
    width: 48px !important;
    height: 48px !important;
    border: 2px solid #EEE;
    -webkit-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
    transition: border-color .2s linear;
}

.top-cart-item-desc {
    position: relative;
    overflow: hidden;
    display:block;
}

.top-cart-item-desc a {
    text-align: left !important;
    font-size: 13px !important;
    width: auto !important;
    height: auto !important;
    color: #333;
    font-weight: 600;
}

.top-cart-item-desc span.top-cart-item-price {
    display: block;
    line-height: 20px;
    font-size: 12px !important;
    color: #999;
}


.top-cart-item-desc span.top-cart-item-quantity {
    display: block;
    position: absolute;
    font-size: 12px !important;
    right: 0;
    top: 2px;
    color: #444;
}

.top-cart-content {
    top:30px;
}

.top-cart-content .top-cart-action{
    display:block;
}

.top-cart-content .top-cart-action .fleft{
    float:left;
}

.top-cart-content .top-cart-action .fright{
    float:right;
}

.top-cart-content .top-cart-action .top-checkout-price{
    float:right !important;
}

#close-top-cart{
    float:right !important;
    cursor: pointer;
}

.top-cart-content::-webkit-scrollbar {
    width: 11px;
}
/* .top-cart-content::-webkit-scrollbar-thumb {
    background-color: var(#90A4AE);
    border-radius: 6px;
    border: 3px solid var(#CFD8DC);
}
.top-cart-content::-webkit-scrollbar-track {
    background: var(#CFD8DC);
} */

.top-search-open .top-search-parent #logo, .top-search-open .top-search-parent .primary-menu, .top-search-open .top-search-parent .header-misc > *:not(#top-search) {
    opacity: 0;
}

#form-search-item{
    margin-bottom: 0;
}

#form-search-item #search-text:focus{
    box-shadow: none;
    border:1px solid #333 !important;
}
#form-search-item #search-text{
    font-size: 13px;
    padding: 5px;
    border: 0;
    border: 1px solid #ddd !important;
    line-height: 20px;
}

#form-search-item .dropdown-menu{
    font-size: 13px;
}

.super-sub-menu-trigger{
    display: block;
    position: absolute;
    cursor: pointer;
    outline: none;
    border: none;
    background: none;
    padding: 0;
    top: 9px;
    right: 0;
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
}

@media (min-width: 992px){
    .top-cart-content {
        width:350px;
    }

    .super-sub-menu-trigger{
        display:none;
    }
}

@media (max-width: 576px){
    .header-row i {
        font-size: 13px !important;
    }

    #footer{
        padding:10px;
    }

    .banner-title-div span{
        font-size: 15px !important;
    }

    .banner-des-div span{
        font-size: 15px !important;
    }

    .banner-btn-div a{
        font-size: 11px !important;
        line-height: 9px !important;
    }

    #section-features{
        margin:10px 0;
        padding:15px 0;
    }

    #section-features .fbox-content h3, #section-features .fbox-content p{
        font-size: 13px !important;
    }

    .brand-carousel .owl-dots button{
        margin-top:10px !important;
    }

    .brand-carousel {
        padding-top: 18px;
        margin-top: 5px;
    }

    #section-home-product-categories .fbox-content h3{
        font-size: 12px !important;
    }

    .header-extras li{
        display: block !important;
        text-align: center;
    }

    .header-extras li .he-text{
        font-size:10px !important;
    }
}