<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 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: 55px;
  height: 175px;
  margin-top: 5px;
}
.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: 50px;
  width: 45px;
  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: -55px;
  padding: 0 5px;
  width: 55px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .ajax_block_product:hover .leo-more-info {
  right: -55px;
  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: -55px;
}
.rtl .carousel-inner .row .ajax_block_product:hover:first-child .leo-more-info {
  left: -55px;
  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 ul {
  margin: 0;
  text-align: center;
}
.leo-more-cdown ul li {
  border: 1px solid #e5e5e5;
  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: 11px;
  font-family: "gotham_light";
  color: #666666;
}
.rtl .leo-more-cdown ul li {
  margin: 10px 0 5px 5px;
}
.leo-more-cdown ul li span {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
}
.leo-more-cdown ul li.day {
  color: #4074a2;
}
</pre></body></html>