/**
 * 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 
 */
/*******************************************************************/
.leo-more-info {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 0;
  overflow: hidden;
  background-color: white;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 4000;
}
.rtl .leo-more-info {
  right: 0;
  left: auto;
}
.leo-more-info .thumbs_list {
  overflow: hidden;
  width: 85px;
  height: 184px;
  margin-top: 8px;
}
.leo-more-info .thumbs_list ul.thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
}
.rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
  padding-right: 0;
  padding-left: inherit;
}
.leo-more-info .thumbs_list li {
  cursor: pointer;
  float: left;
  height: 36px;
  width: 75px;
  margin-bottom: 10px;
}
.rtl .leo-more-info .thumbs_list li {
  float: right;
}
.leo-more-info .thumbs_list li a {
  display: block;
  text-align: center;
}

.ajax_block_product:hover .leo-more-info {
  left: -85px;
  padding: 0 5px;
  width: 85px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .ajax_block_product:hover .leo-more-info {
  right: -85px;
  left: auto;
}

.carousel-inner .row .ajax_block_product:first-child .leo-more-info {
  left: auto;
  right: 0;
}
.rtl .carousel-inner .row .ajax_block_product:first-child .leo-more-info {
  left: 0;
  right: auto;
}
.carousel-inner .row .ajax_block_product:hover:first-child .leo-more-info {
  right: -85px;
}
.rtl .carousel-inner .row .ajax_block_product:hover:first-child .leo-more-info {
  left: -85px;
  right: auto;
}

.ie8 .product-container .leo-more-info {
  z-index: -100;
}
.ie8 .ajax_block_product:hover .leo-more-info {
  z-index: 4000;
}

.leo-more-cdown {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}
.leo-more-cdown ul {
  margin: 0;
  text-align: center;
}
.leo-more-cdown ul li {
  border: 1px solid #e8e8e8;
  margin: 10px 5px 5px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  padding: 7px;
  background-color: white;
  font-size: 12px;
  font-family: "ralewayheavy";
  color: #666666;
}
.rtl .leo-more-cdown ul li {
  margin: 10px 0 5px 5px;
}
.leo-more-cdown ul li span {
  font-family: "Raleway", sans-serif;
  font-size: 11px;
}
.leo-more-cdown ul li.day {
  background-color: #d43b3b;
  color: white;
}
