.ecommbanners .htmlcontent {
    display: grid;
}
.ecommbanners li {
    width: 100%;
    height: 100%;
    padding: 0px;
}
.ecommbanners figure {
    position: relative;
    margin: 0px;
    height: 100%;
}
.ecommbanners img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.htmlcontent-item-3 {
    grid-row: span 2;
}
div#ecommbanners_displayBanner ul.htmlcontent {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #ebebeb;
}
div#ecommbanners_displayBanner ul.htmlcontent p {
    padding: 0px;
    margin: 0px;
    line-height: 26px;
}
div#ecommbanners_displayBanner .item-html {
    height: 30px;
}
#ecommbanners_displayHome.ecommbanners figure{
    position: relative;
}
#ecommbanners_displayHome .item-html {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 15px;
    background: #ffffff52;
}
#ecommbanners_displayHome .item-html p{
    color: black;
    margin: 0px;
}
.ecommbannerstitle {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin: 40px 0px 20px;
}

.banner_top {
    background: #112C5E;
    display: flex;
    justify-content: center;
    max-height: 30px;
    padding: 8px;
}

span.banner_top_text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height, or 157% */
    text-align: center;
    color: #FFFFFF;
}

p.wishlistCount {}

#ecommbanners_displayBanner .htmlcontent #country-lang-selectors {
    position: absolute;
    top: 2px;
    right: 6px;
    height: 30px;
}
#ecommbanners_displayBanner .htmlcontent #country-lang-selectors > div {
    display: inline-block;
}
#ecommbanners_displayBanner .htmlcontent #country-lang-selectors > div .expand-more {
    line-height: 15px;
    font-size: 12px;
    font-weight: 4;
    color: #fff;
}
#ecommbanners_displayBanner .htmlcontent #country-lang-selectors > div span.expand-more {
    text-transform: capitalize;
}
#ecommbanners_displayBanner .htmlcontent #country-lang-selectors > div i.material-icons {
    width: 12px;
}

#country-lang-selectors .lang-selector .dropdown-menu {
    position: absolute;
    left: -31px;
    z-index: 999;
    display: none;
    min-width: 7rem;
    padding: 10px 0;
    margin: 5px 0 0;
    font-size: 12px;
    color: #2d2d2b;
    border: 1px solid #e5e5e5;
}

#country-lang-selectors .lang-selector .dropdown-menu li {
    
}

#country-lang-selectors .lang-selector .dropdown-menu li a {
    font-family: 'Albert Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}
#country-lang-selectors .lang-selector .dropdown-menu li a:hover {
    color: var(--btn-primary);
}

#country-lang-selectors .country-selector .dropdown-menu {
    position: absolute;
    left: -66px;
    z-index: 999;
    display: none;
    min-width: 7rem;
    padding: 10px 0;
    margin: 5px 0 0;
    font-size: 12px;
    color: #2d2d2b;
    border: 1px solid #e5e5e5;
}

#country-lang-selectors .country-selector .dropdown-menu li {
    
}
#country-lang-selectors .country-selector .dropdown-menu li.current {
    background: #112c5e;
}
#country-lang-selectors .country-selector .dropdown-menu li.current a {
    color: #fff!important;
}

#country-lang-selectors .country-selector .dropdown-menu li a {
    font-family: 'Albert Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    display: block;
    padding: 3px 1.5rem;
    clear: both;
    color: #1d1d1b;
    text-align: inherit;
    white-space: nowrap;
}
#country-lang-selectors .country-selector .dropdown-menu li a:hover {
    color: var(--btn-primary);
}

/* media queries */

@media(max-width: 767px){
    .ecommbanners .htmlcontent {
        grid-template-columns: 1fr!important;        
    }

    .ecommbanners li {
        grid-column: span 1!important;
        grid-row: span 1!important;
    }
    .banner_top {
    /*   background: #112C5E;
        display: flex;
        justify-content: center;
        padding: 8px;*/
        display: none !important;
    }
}

@media(max-width: 480px){
    ul.htmlcontent.clearfix {
        margin: 0 -8px 0 -8px;
    } 
    .ecommbanners .htmlcontent {
        gap: 7px!important;
    }
}

/* end media queries */