.page-wrapper .sidebar-additional {
  display: none;
}
.page-wrapper .toolbar.toolbar-products {
  display: none;
}
.page-wrapper .products-grid .product-item {
  /*.product-item-info {
        a.product-item-photo {
          .main-image {
            .product-image-container {
              opacity: 0;
              -moz-opacity: 0;
              -webkit-opacity: 0;
              transition: all 500ms ease;
              -o-transition: all 500ms ease;
              -moz-transition: all 500ms ease;
              -webkit-transition: all 500ms ease;
            }
          }
          .hover-image {
            .product-image-container {
              opacity: 1;
              -moz-opacity: 1;
              -webkit-opacity: 1;
              transition: all 500ms ease;
              -o-transition: all 500ms ease;
              -moz-transition: all 500ms ease;
              -webkit-transition: all 500ms ease;
            }
          }
        }
      }*/
}
.page-wrapper .products-grid .product-item:hover {
  /*a.product-item-photo {
          .main-image {
            .product-image-container {
              webkit-opacity: 1;
              -moz-opacity: 1;
              opacity: 1;
              -moz-transition: none;
              -webkit-transition: none;
              -o-transition: none;
              transition: none;
            }
          }
          .hover-image {
            .product-image-container {
              webkit-opacity: 0;
              -moz-opacity: 0;
              opacity: 0;
              -moz-transition: none;
              -webkit-transition: none;
              -o-transition: none;
              transition: none;
            }
          }
        }*/
}
.page-wrapper .products-grid .product-item:hover .product-item-info {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .page-wrapper .column.main {
    float: none;
    margin: auto;
  }
  .page-wrapper .page-title-wrapper {
    width: 75%;
    margin: auto;
  }
}
