/** 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 
 */
/***********************************************************************/
#stores .page-stores {
  width: 85%;
  margin: 0 auto; }
  #stores .page-stores .store-item {
    padding-left: 12px;
    padding-right: 12px; }
  #stores .page-stores .store-picture img {
    max-width: 100%; }
  #stores .page-stores .store-item-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 30px 0; }
    #stores .page-stores .store-item-container ul {
      margin-bottom: 0;
      font-size: 14px; }
    #stores .page-stores .store-item-container .divide-left {
      border-left: #ebebeb 1px solid; }
      .rtl #stores .page-stores .store-item-container .divide-left {
        border-right: #ebebeb 1px solid;
        border-left: inherit; }
      #stores .page-stores .store-item-container .divide-left tr {
        height: 25px; }
      #stores .page-stores .store-item-container .divide-left td {
        padding-left: 6px; }
      #stores .page-stores .store-item-container .divide-left th {
        text-align: right; }
    #stores .page-stores .store-item-container .store-description {
      font-size: 14px; }
  #stores .page-stores .store-item-footer {
    margin-top: 8px;
    padding-top: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute; }
    #stores .page-stores .store-item-footer.divide-top {
      border-top: #ebebeb 1px solid; }
    #stores .page-stores .store-item-footer div:first-child {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 65%;
      -moz-flex: 0 0 65%;
      -ms-flex: 0 0 65%;
      flex: 0 0 65%; }
    #stores .page-stores .store-item-footer i.material-icons {
      margin-right: 10px;
      color: #acaaa6;
      font-size: 14px; }
    #stores .page-stores .store-item-footer li {
      margin-bottom: 10px; }

/*** Responsive part ***/
@media (max-width: 767px) {
  #stores .page-stores {
    width: 100%; }
    #stores .page-stores .store-item-container {
      padding: 16px 0; } }
@media (max-width: 575px) {
  #stores .page-stores .store-item-container {
    display: block; }
    #stores .page-stores .store-item-container .divide-left {
      border-left: none; }
      .rtl #stores .page-stores .store-item-container .divide-left {
        border-right: none;
        border-left: inherit; }
    #stores .page-stores .store-item-container .store-description a {
      margin-bottom: 8px; }
    #stores .page-stores .store-item-container .store-description address {
      margin-bottom: 8px; }
  #stores .page-stores .store-item-footer {
    display: block; }
    #stores .page-stores .store-item-footer.divide-top {
      border-top: #ebebeb 1px solid; }
    #stores .page-stores .store-item-footer li {
      margin-bottom: 10px; }
    #stores .page-stores .store-item-footer .card-block {
      padding: 12px 12px 0; } }

/*# sourceMappingURL=stores.css.map */
