/*@media (min-width: 769px), print {
    .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
        border-color: #007ac3;
        border-style: solid;
        border-width: 0 0 3px;
        color: #333;
        text-decoration: none;
        display: inline-block;
    }
}*/

.header.panel>.header.links>li>a:visited {
    color: #0b0b0b;
    text-decoration: none;
    margin-left: 20px;
}

.header-menu{
width:400px;
}

.header-menu a {

text-decoration : none;
}


.header.content{
display: flex;
}

.header.content .widget.block{
order: 2; 
    margin-right: 15%;

}

        .minicart-wrapper{
order: 4;
}

        .block-search{
order: 3;}



.header-menu ul{
    list-style-type: none; /* Remove bullet points */
    padding: 0;            /* Remove padding */
    margin: 0; 
}

@media (max-width: 768px) { /* Adjust the max-width as needed */
    .header-menu { /* Replace with the actual class or ID */
        display: none !important;
    }
}

.header-menu li {
    display: inline;       /* Display items inline */
    margin-right: 15px;   /* Space between items */
    color: #007bc4;
    font-size: 16px;
}







.logo img {
    display: block;
    height: 80px;
    width: auto;
}


.title {
    color: #007ac4;
    font-size: 50px;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 20px;
    letter-spacing: -2px;
}


.columns .column.main {
    padding-bottom: 0px;


}


.banner_text {
    padding: 70px;
    margin-top: 130px;
}

        .page-products .products-grid .product-item {
            margin-left: 2%;
            padding: 5px;
            width: calc((100% - 6%) / 4);
            border: 1px solid #e0dddd;
            padding: 10px;
        }

.page-products .products-grid .product-item:nth-child(4n + 1) {
            margin-left: 0;
            border: 1px solid #e3dfdf;
            padding: 20px;
}

.product-image-container-1 {
    width: 190px;
    height: auto;
    aspect-ratio: 240 / 300;
}

.header.panel>.header.links>li>a:hover {
    color: #277ac1;
    text-decoration: auto;
}

.footer.content .links a, .footer.content .links strong  {
            display: block !important;
            line-height: 8px;
            text-align: right;
}
    

.header .block-static-block{

    flex-grow: 1;
}

.header .block-static-block ul li{
    font-size: 19px;
}



.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    background: #fff;
    box-shadow: none;
    border: 1px solid #bbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
}

.products-grid .product-item-inner {
    background: #fff;
    box-shadow: none;


}

.sidebar {

    background-color: #ecf5fb;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}


.page-layout-2columns-left .sidebar-additional {

    padding-left: 20px !important;
}


.header.panel > .header.links > li > a {
    color: #000;
    text-decoration: none;
}

.page-header .panel.wrapper {
    background-color: #6e716e;
    color: #000 !important;
}

.copyright {
    background-color: #ecf5fb;
    color: #000000;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    text-align: center;
}

.page-footer {
    background: #ecf5fb !important;
    margin-top: auto;
    padding-bottom: 25px;
}

.page-footer {
    background: #ecf5fb;
    margin-top: auto;
    padding-bottom: 25px;
}


.page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #ecf5fb !important;
}


/*.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    border-color: #007ac3 !important;
}*/
