.login__wrapper .page-title:before {
width:30rem;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item {
     border-top: solid 0px #E5222E;
}

.sub-category-grid .listWrapper .item-box {
    border-top: solid 0px #E5222E;
}

.warning-box {
    display: none;
}

#cartsliderrow .warning-box, .shoppingcart__wrapper .warning-box {
	display: none;
}

.catfish-container .editor__container #instruction_panel{
display: none!important;
}


.productlistaddtocartbutton {
	display: none;
}

#DeliveryDay {
	display:none
}

#OrderDay H3 {
	display:none;
}

#OrderDay p {
	display:none;
}


#DispatchDay H3 {
	display:none;
}

#DispatchDay p {
	display:none;
}


.one-page-checkout .deliveryModuleContainer {
	background: #E5222E;
}

/*stops titles from only showing on mouse over*/
.product-title {
    transform: none!important;
}

/*stops titles from only showing on mouse over*/
.category-title {
    transform: none!important;
}


/*all these padding changes are to tighten up the content on the home page and category pages*/
.category-product-section {
	padding-top: .5rem;
	padding-bottom:.5rem;
}

.category-intro-wrapper {
	padding-top: 2rem;
	padding-bottom:.5rem;
}

.featured-products-wrapper {
	padding-top: 2rem;
	padding-bottom:.5rem;
}

.category-outro-wrapper {
	padding-top: .5rem;
	padding-bottom:2rem;
}

.category-subcategory-section {
	padding-top: .5rem;
	padding-bottom:.5rem;
}

.category-between-wrapper {
	padding-top: .5rem;
	padding-bottom:.5rem;
}

.section.is-large {
	padding-top: 3rem;
	padding-bottom:1rem;
}

.homeFeaturedCategoriesWrapper {
	padding-top: 2rem;
	padding-bottom:1rem;
}

.homeFeaturedProductsWrapper {
	padding-top: 1rem;
	padding-bottom:1rem;
}

/*this allows all the text to show for titles of featured products*/
.product-title {
	white-space:normal!important;
}

.catfish-default-product-box .product-item--image .picture img {
    object-fit: contain;
}





