
	.sticky_banner{
   		display:flex; 
      color:white;
      padding:10px 20px;
      align-items:center;
      /* //justify-content:space-between; */
      gap:20px;
	  /* background: linear-gradient(to right, #000, #B59410); */
		background: linear-gradient(to right, #000, #b9b8b8);  
	  /* background: linear-gradient(to right, #00831b, #b9b8b8); */
	  /* background: linear-gradient(to right, #000, #00831b);  */
	   /* background: linear-gradient(to right, #000, #3E9BCA);*/
	width:100%;
	z-index:9999;
	line-height:1.2;
  }
  
  .sticky_banner > div{
	width: 33%;
  }
  
  .sticky_banner > .sb_timer{
	width:unset;
  }
  
  .sb_image{
   	width:fit-content; 
  }
  
  .sb_image_desktop_flex{
   	display:flex;
	justify-content:start;
  }
  
  .sb_image_mobile{
   	display:none; 
  }
  
  .sb_image_mobile_flex{
   	display:none; 
	justify-content:start;
  }
  
   .sb_image img{
   	height: 75px;
    width: auto; 
	max-width: unset;
  }
  
  .sb_image_mobile{
   	width:fit-content; 
  }
  
  .italicized{
   	font-style:italic; 
  }
  .sb_texts{
	text-align:right;
  }
  .sb_texts_upper{
   	font-size:28px;
    line-height:32px;
    font-weight:bold;
  }
  
  .sb_texts_lower{
   	font-size:21px;
    line-height:28px;
    font-weight:500;
	
  }
  /*
  .sb_timer{
	margin-left:auto;
    max-width: 200px;
    flex-shrink: 0;
    display: block;
  }*/
   /* ddio_countdown_wrap */
  .sb_timer{
	    white-space: nowrap;
    margin:auto;
	width:100% !important;
    max-width: 300px;
    flex-shrink: 1;
    display: block;
  }
  
  
  .sb_timer_countdown{
	display:flex;
    gap:10px;
    padding:5px;
    background-color:rgb(131, 20, 0);
    box-shadow:1px 1px 5px black;
  }
  .sb_countdown_small_text{
    font-size: 8px;
  }
  
  .sb_countdown_big_num{
   	font-size:28px; 
    font-weight:bold;
    line-height: 1;
  }
  
  .sb_timer_text{
   	font-size: 18px;
    text-align: center;
    font-weight: 500;
    padding-top:5px;
  }
  
  .responsive-countdown-rendered{
   	min-height:unset !important; 
  }
  
  .flexed{
	display:flex;
	justify-content:center;
  }
  
  .sb_timer_wrapper{
	display: flex;
    gap: 10px;
  }
  
  .sb_timer_wrapper{
		justify-content: right;
	}
  
   
  @media(max-width: 875px) {
      .sb_texts_upper {
          font-size: 24px;
          line-height: 28px;
          font-weight: bold;
		  display:none;
      }
    
    .sb_texts_lower{
      font-size:18px;
      line-height:24px;
      font-weight:500;
    }
    
    .sb_image img{
      height: 80px;
    }
    
  }
  
   @media(max-width: 600px) {
      .sb_texts_upper {
          font-size: 18px;
          line-height: 24px;
          font-weight: bold;
      }
    
    .sb_texts_lower{
      font-size:14px;
      line-height:18px;
      font-weight:500;
    }
     
     .sb_image_desktop, .sb_image_desktop_flex{
      display:none;
    }
	
	.sb_image_mobile{
      display:block;
	  width:20% !important;
    }
	
	.sb_image_mobile_flex{
      display:flex;
	  width:46% !important;
	  justify-content: start;
    }
     
     .sb_timer_text{
       font-size: 14px;
	   display:none;
     }
    
     .sb_countdown_big_num{
      	font-size:18px; 
     }
     
     /* ddio_countdown_wrap  */
     .sb_timer{
		max-width: 150px;
	 }
	 
	 .sb_texts{
		display:none;        
		}
		
	.sticky_banner > .sb_timer{
		margin-left: auto;
		margin-right: 0;
	}
     
  }
  
  @media(max-width: 450px) {
      .sb_texts_upper {
          font-size: 12px;
          line-height: 16px;
          font-weight: bold;
      }
    
    .sb_texts_lower{
      font-size:8px;
      line-height:12px;
      font-weight:500;
    }
     
     .sb_timer_text{
       font-size: 8px;
     }
	 
	  .sb_image img{
		  height: 50px;
		}
    
  }
  
  @media(max-width: 395px) {
      .sb_countdown_big_num{
      	font-size:14px; 
     }
    
     .sb_image img{
      height: 35px;
    }
    
  }

