/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/



.marquee {
  width: 100%;
  white-space: nowrap;
}

.marquee-content {
  display: inline-block;
  animation: marquee 50s linear infinite; /* Increased duration from 10s to 15s to slow down */
}

.marquee-content p {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin: 0 40px; /* Increased margin from 20px to 40px for more space */
}

.marquee-content:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}






.wpcbn-btn {
	background-color: #e74d01 !important ;
	color: white;
}

#wd-add-to-cart{
	display: none;
}




.woocommerce-variation-price{
	font-size: 34px;
}
.e-con-inner{
	display: none;
}






