/** search ***/
/** end search ***/
/** newlestter ***/
/** End newlestter ***/
/***************************************************
	Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
	Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* DeoProductList */
.DeoProductList .product_list.grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.DeoProductList .box-show-more {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px; }
  .DeoProductList .box-show-more a {
    display: none;
    min-width: 200px;
    padding: 8px 15px;
    font-weight: normal;
    background: transparent;
    text-transform: uppercase;
    border: 1px double #cccccc;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .DeoProductList .box-show-more a:hover {
      color: #FFFFFF;
      border-color: #169a7f;
      background-color: #1bbc9b; }
  .DeoProductList .box-show-more.open a {
    display: inline-block;
    vertical-align: middle; }

/*# sourceMappingURL=DeoProductList.css.map */
