/*Same day dispatch*/
.dispatch_time {
    float: right;
    width: 268px;
}
.dispatch_time h4 {
    float: left;
    padding: 0;
    margin: 5px 12px 0 0 ;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 18px;
}
.dispatch_time h4 span {
    color: #1ea73e;
    font-size: 17px;
}
.timer {}
.timer h3 {
    font-size: 18px;
    /*font-family: 'Open Sans', sans-serif;*/
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 3px 0 0;
}
.timer h3 span {
    font-size: 9px;
    text-transform: capitalize;
    font-weight: normal;
}
.timer p {
    float: left;
    font-size: 30px;
    color: #000;
    margin: 0 4px;
}
span.hour-text, span.min-text, span.sec-text {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    /*top: 22px;*/
    bottom: 6px;
    font-size: 11px;
    color: #b5b5b5;
}
.hour_main, .min-main, .sec-main {
    float: left;
    position: relative;

    background-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    width: 50px;
    height: 50px;

}

/*Menu Cart*/
.account-cart-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(https://cgbdsydney.gov.bd/wp-content/plugins/xltheme-elementor-addons/assets/img/cart_img.png) no-repeat;
    width: 118px;
    height: 137px;
}
.account-cart-wrapper p {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin: 55px 0 0 9px;
    text-align: center;
}

/*XL Content Scroller*/
.xl-lists {
    margin: 0;
    padding: 0;
}
.xl-lists h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}
.xl-content-scroller-container {
    /*position: relative;*/
    height: 300px;
    overflow: hidden;
    /*background: green;*/
}
.xl-content-scroller {
    overflow: hidden;
    clear: both;
    /*margin: 8px 0;*/
    /*background: red;*/
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
    line-height: 1;
}
.xl-content-scroller-container .xl-thumb {
    width: 100px;
    float: left;
    margin-right: 8px;
}
.xl-content-scroller-container .xl-thumb img {
    /*max-width: 100px;*/
    /*float: left;*/
    /*margin-right: 8px;*/
}
.xl-content-scroller-container .xl-content {
    /*float: left;*/
    /*clear: both;*/
    /*position: relative;*/
}
/*.xl-content-scroller-container .xl-content:before {*/
/*    content: "\f054";*/
/*    font-family: "Font Awesome 5 Free";*/

/*}*/
.xl-content-scroller-container .xl-content p:last-child {
    margin-bottom: 0;
}