/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
html {
  scroll-behavior: smooth;
 }

.panel {
    margin-bottom: 20px !important;
    background-color: #fff !important;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .12) !important;
}

.panel-sidebar {
    border-radius: 10px !important;
    font-size: 15px !important;
}

.panel-sidebar>.panel-heading {
    background-color: #3e4758 !important;
    border-bottom: 0 !important;
    padding: 10px 15px !important;
    border-bottom: 1px solid transparent !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.panel-sidebar .panel-title {
    font-size: 1.1em;
    font-weight: 300 !important;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 26px !important;
    color: #fff !important;
}

#order-standard_cart .cart-sidebar .list-group-item {
    margin: 0 !important;
    padding: 8px 15px !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    font-family: "Open Sans",Verdana,Tahoma,serif !important;
    color: #333  !important;
/*    font-size: 0.9em  !important; */
    line-height: 24px !important;
    border-color: #f5f5f5 !important;
}

.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.panel-sidebar a.list-group-item.active, .panel-sidebar a.list-group-item.active:focus, .panel-sidebar a.list-group-item.active:hover {
    background-color: #f3f4f7  !important;
    border-color: #f5f5f5  !important;
}

.acordion-wrapper .panel.panel-default  {
    margin-bottom: 0 !important;
}

#main-body {
    margin: 0 -15px
}

#main-body .panel-title i.fas.fa-chevron-up {
    cursor: pointer;
}

div.header-lined h1 {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    font-weight: 400;
    color: #9299a3;
}

.scr7_content .panel-group.my-accordion .panel.panel-default  {
    box-shadow: none  !important;
}
