/***********************************************************************/
#list_collections {
  margin: 30px 0px; }

.block_collection .collection-top {
  min-height: 138px; }

.block_collection {
  margin-bottom: 70px; }
  .block_collection .collection-top {
    position: relative;
    margin: 0px;
    padding: 0px; }
    .block_collection .collection-top .view-collection {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 40px;
      height: 40px;
      line-height: 40px;
      padding: 0px;
      margin: -20px 0px 0px -20px;
      background: rgba(255, 255, 255, 0.2); }
      .block_collection .collection-top .view-collection:before {
        content: "\f129";
        font-size: 14px;
        font-family: "FontAwesome";
        display: block;
        text-align: center; }
  .block_collection .collection-meta h3 {
    text-align: center;
    margin: 0px;
    line-height: 40px;
    font-size: 16px; }
  .block_collection .collection-meta .collection_products {
    text-align: center;
    color: gray;
    margin-bottom: 15px; }
  .block_collection .collection-meta .collection_desc {
    font-size: 12px;
    text-align: center;
    min-height: 40px;
    margin-bottom: 15px;
    padding: 0px 15px; }

.content_sortPagiBar {
  text-align: left; }

.page-heading {
  background-color: #FFEEE4;
  padding: 25px 0px;
  position: relative; }
  .page-heading h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 100;
    font-family: Pluto;
    color: black;
    text-align: center; }
  .page-heading:before {
    border-color: #ffeee4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 100%;
    left: 49%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1; }

.content_scene_cat .banner-bg {
  display: block;
  width: 100%;
  max-height: 250px;
  object-fit: contain;
  margin: 0px auto; }
.content_scene_cat .cat_desc {
  padding: 20px 0px; }
  .content_scene_cat .cat_desc p {
    font-family: Pluto;
    font-size: 13px;
    color: black;
    margin: 0px; }

.category-heading {
  padding: 8px;
  margin-bottom: 8px;
  color: black; }
  .category-heading .form-horizontal {
    text-align: right; }

.sortPagiBar label {
  font-weight: 100;
  line-height: 30px;
  margin-right: 5px;
  text-transform: uppercase; }
  .rtl .sortPagiBar label {
    margin-left: 5px;
    margin-right: inherit; }
.sortPagiBar #SortBy {
  padding: 8px 12px; }

.collection-view {
  text-align: left; }
  .collection-view span {
    text-transform: uppercase; }
  .collection-view .change-view {
    height: 30px;
    background: transparent;
    border: 1px solid #e5e5e5;
    color: #d9d9d9; }
    .collection-view .change-view:hover, .collection-view .change-view.change-view--active {
      color: black; }
    .collection-view .change-view .fallback-text {
      display: none; }

#products_sider_block .lnk {
  text-align: left;
  margin-top: 5px; }
  #products_sider_block .lnk a {
    border-radius: 0; }

.product_list.loading {
  position: relative; }
  .product_list.loading:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 5px;
    over-flow: hidden;
    display: block;
    z-index: 11;
    background: url(//cdn.shopify.com/s/files/1/2273/4265/t/4/assets/loading2.gif?v=7432101183344956148) no-repeat center center white;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5); }
