.product-card .product-image {
 height: initial !important; 
}
body > div.page-wrapper > div.page-inner.container > div.collection-menu-horizontal-wrapper.container > ul > li:nth-child(7) > ul > li:nth-child(4) > a > span {
 text-align:left; 
}

.product-card .card-inner:hover,
.collection-subcategories .category-inner:hover {
  box-shadow: 0px 0px 20px 0px #ccc9c9;
}  

/*.special-category .category-image-inner:hover img {
  transform: scale(1.2);
}*/
.special-category .category-image-inner {
    border-radius: unset !important;
}
.special-category .category-image, .category-image-inner.with-object-fit {
	border-radius: 6px !important;
}
.special-category:hover {
	box-shadow: 0px 0px 20px 0px #ccc9c9;
    height: calc(100% + 145px);
    padding-top: 10px;
    margin-top: -10px;
    border-radius: 6px;
}

.special-category .category-inner * {
	height: 270px;
}
.special-category .category-inner {
    height: 270px;
}

.special-category .category-image {
	object-fit: contain !important;
}


.button-primary, .footer {
background:#4286f5;
}
.button-primary:hover {
  background:#c7ff00;
}
.product-card .product-title .product-link, .product-card .product-prices .price, .main-header .phone a, .main-header .email a {
color:#ee4886;
}
.news-feed-inner {
background-color:#e3f1c7;
}
.news-feed .news-link {
  color:white;
}
.button-circle.is-primary {
    background:#ee4886;
}
.breadcrumb .breadcrumb-link, .product-prices.on-page .price {
color:#ee4886;
}
body > div.page-wrapper > div.page-inner.container > div.collection-menu-horizontal-wrapper.container > ul {
  background-color:#4286f5;
}

.special-category .category-image-wrapper{
	    padding-top: inherit;
}

.collection-menu-horizontal > .menu-item > .menu-link {
  color: white;
  font-weight: bold;
}

.collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item:hover .submenu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.menu-link .link-text {
  text-align: left;
}
.news-feed .news-link {
	color: #333;
}
