/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
    [MY ACCOUNT]
        (SIDEBAR)

    [MEDIA QUERIES]
*/


/* [MY ACCOUNT] --------------------------------------------------- */

/*Sidebar*/
.sidebaracc .panel .panel-heading {
        background: #d6d5db;    display: flex;
    justify-content: space-between;
    align-items: center;    padding: 10px;
}

    .sidebaracc .panel .panel-heading .panel-title {
     margin: 0;
    }

.sidebaracc .panel .panel-title a {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

.sidebaracc .panel .panel-body.scroll-wrapper {
    padding: 1rem;
}

.sidebaracc .panel ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: .31rem;
}
.slider-box .cart, .product-box .hover-div,
.cat-wrap .featured-content-block {
    background: none;
}

.my-account .my-account-details {
    margin-top: 0;
}
.my-account .icon-heading > a{
    font-size:1.1rem;
}
/* [MY ACCOUNT] END --------------------------------------------------- */


/* [MEDIA QUERIES] --------------------------------------------------- */




/* [MEDIA QUERIES] END --------------------------------------------------- */