/* @override http://tjengo.minps.dk/themes/tjengo/css/modules/leocustomajax/leocustomajax.css */

/* @override http://mytrendsales.dk/themes/leo_audiostores/css/modules/leocustomajax/leocustomajax.css */

/* @override http://mytrendsales.dk/themes/leo_audiostores/css/modules/leocustomajax/leocustomajax.css */

/* @override http://mytrendsales.dk/themes/leo_audiostores/css/modules/leocustomajax/leocustomajax.css */

/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
/*******************************************************************/
.deal-clock {
  height: auto;
  display: block;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
	background-color: #fff;
}
.deal-clock > li {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
	padding: 4px 0 6px;
	width: 50px;
  color: #333;
  border: 1px solid #eae9ea;
  font-weight: 100;
  font-family: "Oswald", sans-serif;
  position: relative;
  margin: 0 8px 8px 0;
}
.rtl .deal-clock > li {
  margin: 0 0 8px 8px;
}
.deal-clock > li:after {
  background: #666;
  height: 4px;
  width: 100%;
  z-index: 3;
  content: "\f111";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.deal-clock > li:last-child {
  margin-right: 0;
}
.rtl .deal-clock > li:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.deal-clock > li span {
  font-size: 12px;
  text-transform: uppercase;
  color: #777777;
}
