/** Shopify CDN: Minification failed

Line 117:1 Expected "}" to go with "{"

**/
/*

Please add any custom CSS code in here, it will be easier to transfer if updating themes.

We highly recommend labelling changes, or App installs, so these can also be updated or removed as needed.

*/

.product-item .new-product{
    display: none !important;
}

#search-page-form{
    display: none !important;
}
#shopify-section-product-recent{
    display: none !important;
}
.bootstrap-zifyapp .content_box .header{
    display: none !important;
}

#shopify-section-product .product-quantity, #cartSlideoutWrapper .cart-item--quantity-wrapper {
    display: none;
}

.xo-grid .grid-item__wrapper, .xo-masonry .grid-item__wrapper, .xo-stack .grid-item__wrapper {
    position: relative;
    padding: 0 !important;
}

.xo-grid [class*="grid-item"]{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.article-content-wrapper {
    width: 100% !important;
    max-width: 1024px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.collection-list-wrapper .collection__list-item .collection__list--image {
    height: auto !important;
}
.collection-list-wrapper .collection__list-item {
    height: auto !important;
  	max-height: auto !important;
}

.pagination-parts a, .pagination-parts span {
	margin: 0 !important;
    padding: 12px 12px !important;
}

.product-message {
    background-color: #cc7200 !important;
    bottom: 96% !important;
    top: 0 !important;
    transition: all .3s !important;
}
.product-message a{
    font-size: 1em !important;
  	color: #fff !important;
}
.collection-main .product-item__wrapper .product-item__image-wrapper{
 	height: 410px;
}
.collection-main .product-item__wrapper .height-inherit{
 	display: flex;
    align-items: flex-end;
}


.slideshow-title {
    font-size: 23px !important;
}
.product-item .product--item-title {
    font-size: 17px !important;
}

.hover-animation span.button-text {
    font-size: 12px !important;
}

.cart-item-quantity-edit a {
    font-weight: bold !important;
}
.collection-description .grid{
    display: none;
}
#shopify-section-product-recommendations{
    display: none;
}
.height-inherit a img {
	max-height: 410px !important;
}

@media screen and (max-width:768px){
  .collection-main .product-item__wrapper .product-item__image-wrapper{
      height: 240px;
  }
  .product-item .product--item-title {
    font-size: 13px !important;
}
.pagination-parts.grid-item-50 {
width: 100% !important;
}
  
.main-header.out-of-view {
    transform: translateY(-0%) !important;
}