/* 
    Document   : smarthellobar.basic
    Created on : Nov 17, 2021, 10:28:30 AM
    Author     : arifur rahman
    Description:
        Purpose of the stylesheet follows.
*/
/** Reset **/
#SHB-CONTAINER li {padding: 0; font-family: inherit; margin: 0; font-size: 1.3em;}
#SHB-CONTAINER li a { color: #000000; text-decoration: none}
#SHB-CONTAINER li a:focus, #SHB-CONTAINER li a:hover {text-decoration: underline}
#SHB-CONTAINER
{
    color: #333; 
    width: 100%;        
    background:#e6e6e6; 
    position: relative;
}
.classy_notifi_bar_container{
    width: 1140px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    height: 100%;
} 
/* Classy Notificationbar New Css */
#SHB-CONTAINER.classy_notifi_bar_top{
  overflow: hidden;
  height: 70px;
  background: linear-gradient(90deg, #0058d6 0%, #585757 100%);
}
#SHB-CONTAINER.classy_notifi_bar_top .classy_notifi_bar_container > ul{
  width: 80%;
  float: left;
  margin-bottom: 0px;
}
#SHB-CONTAINER.classy_notifi_bar_top .classy_notifi_bar_container > ul > li{
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 65px;
  float: left;
}
#SHB-CONTAINER.classy_notifi_bar_top .classy_notifi_bar_container > ul > li > a{
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;
    background: #0058D6;
    border-radius: 25px;
    padding: 8px 15px;
    outline: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
}
#SHB-CONTAINER.classy_notifi_bar_top .classy_notifi_bar_container > ul > li > a:hover{
  
}
.classy_notifi_bar_count_down {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
.sd-simply-countdown {
  display: inline-flex;
  margin-top: 12px;
}
.sd-simply-countdown .simply-section {
  display: inline-flex;
  margin-right: 0;
  padding: 4px 10px;
  background: rgba(0,0,0,0.15);
  border-radius: 3px;
  min-width: 48px;
  min-height: 45px;
  margin-left: 5px;
  align-items: center;
  justify-content: center;
}
.sd-simply-countdown .simply-section .simply-amount {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 8px;
}
.sd-simply-countdown .simply-section .simply-word{
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.classy-bar-close-btn {
  position: absolute;
  right: 31px;
  top: 20px;
  width: 32px;
  height: 32px;
  opacity: 1;
  transition: .2s;
}
.classy-bar-close-btn:hover {
  opacity: .7;
}
.classy-bar-close-btn:before, .classy-bar-close-btn:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 26px;
  width: 2px;
  background-color: #fff;
}
.classy-bar-close-btn:before {
  transform: rotate(45deg);
}
.classy-bar-close-btn:after {
  transform: rotate(-45deg);
}
.classy-bar a {
  color: #FFEB3B;
  border-bottom: 1px solid;
}