/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.whb-top-bar .whb-col-center{
    justify-content: center;
    max-width: fit-content;
}
/*.whb-top-bar .whb-col-center .wd-header-text{*/
/*    max-width: fit-content;*/
/*}*/
.slider {
  height: 40px;
  min-width: 100%;
  margin: 0px auto;
  overflow: visible;
  position: relative;
}

.mask {
    display: flex;
  justify-content: center;
  overflow: hidden;
  height: 40px;
  /*width:300px;*/
  width: auto;
    margin: 0px auto;
}

.slide {
  position: absolute;
  list-style: none;
  font-size: 1rem;
  text-align: right;
  color: #000;
  animation: cycle 10s linear infinite;
}

.slide h4 {
    font-size:0.8rem;
  font-weight:300;
  line-height: unset;
  text-transform:uppercase;
}

.slide:hover {
  animation-play-state: paused;
}