@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Georama:wght@700&display=swap');
@import url("https://use.typekit.net/bvf6hsf.css");

h2, h3 {font-family: 'Georama', sans-serif;}
body {font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-style: normal;}
.content .alertbox {
	background: yellow;
    font-size: 10px;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 0.4rem;
	}
.has-background-custom1 {
	background-color: #15AFA3;
}
section.section.is-medium.has-background-primary.has-text-default {
	padding-top: 6rem;
	padding-bottom: 0px;
}

hr {margin-top: -10px;
}

.navbar.is-fixed-top {
	background: #F5F5F5;
}

.layout--columnOne .row__container > .content {
    margin-bottom: 0px;
}

.topicpage .page-title h1 {
    margin-bottom: 0rem;
    color: #02354B;
}
.section.is-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.content h2:not(:first-child) {
    margin-top: 0.5rem;
}
.section.is-medium.has-background-white{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

section.is-medium.has-background-default has-text-default {
	display: none;
}


.section.is-medium.has-background-white h2 {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

h2 {
	padding-top: 1rem;
}
.supernova .form-all, .form-all {
  background-color: #8f6767;
}

@media only screen and (max-width: 768px) {
    
  #BeforeMainContainer {
	  display: none;
  }
  
  #AfterMainContainer {
	  display: none;	
  }
}

@media only screen and (min-width: 1200px) {

  .typewriter {
    font-family: Courier, monospace;
    display: inline-block;
    overflow: hidden;
  }

  .typewriter-text {
    display: inline-block;
    overflow: hidden;
    letter-spacing: 1px;
    animation: typing 9s steps(90, end), blink .75s step-end infinite;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 700;
    border-right: 4px solid orange;
    box-sizing: border-box;
  }


  @keyframes typing {
    from { 
        width: 0% 
    }
    to { 
        width: 100% 
    }
  }

 @keyframes blink {
    from, to { 
        border-color: transparent 
    }
    50% { 
        border-color: orange; 
    }
  }

}
		
/* .navbar-brand img {
    max-width: 80px;
    margin: 0;
    margin-left: 15px;
} */
.catfish-default-product-box .product__title, .catfish-default-product-box .product-title {
    font-size: 1.5rem;
}

.grid_12.clearfix.top-bar-section {
        justify-content: space-around !important;
}

.level-item {
	flex-direction: column;
}

.homeFeaturedProductsWrapper {
	background-color: #f6f6f6;
}


.homeFeaturedProductsWrapper h3, .homeFeaturedCategoriesWrapper h3 {
		font-weight: 600;
}

.homeFeaturedProductsWrapper .product-title a {
    font-family: 'Georama', sans-serif;
    font-size: 1.2rem;
    color: #15AF97;
    cursor: pointer;
    text-decoration: none;
}

.homeFeaturedProductsWrapper .small-product-item.smaller-product-item-homepage .product-item .picture img {
    height: 100%;
    width: 100%;
    aspect-ratio: 1 !important;
}

.homeFeaturedProductsWrapper .product-item {
    display: flex;
    flex-direction: column-reverse !important;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item {
    border-top: none;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title {
    padding: 1rem 1rem 1rem 1rem;
    transform: none;
    background: #FFF;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .picture {
	max-height: 100%;
	}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title a {
	font-family: 'Georama', sans-serif;
	font-size: 1.2rem;
	color: #15AF97;
    cursor: pointer;
    text-decoration: none;
}
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .picture .image {
    height: 82%;
    padding: 0;
}

/* Can the hover background tint be removed */
.small-product-item .product-title a {
    color: #15AF97 !important;
    transition: color 250ms ease-in-out;
}

/*.small-product-item:hover .product-title a {
    color: #14a48d !important;
}*/
/*
.small-product-item:hover .product-title {
    background: white !important;
}
*/
.sub-category-grid h2.category-title {
    background: unset !important;
}

/* end: Can the hover background tint be removed */


/* force small content to grow */
div#contentrow {
    min-height: 45vh;  /* it's a hack, but will help */
}

.arone-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 2rem;
}

#footerrow, .footercopyrightrow {
  padding: 0.5rem 0;
  margin-bottom: 0 !important;
}


#footerrow {
	background: #f5f5f5;
}

ul.ict-list {
    margin-top: 0;
    margin-left: 5%;
}

#footerrow a {
    color: #000;
}

#footerrow a:hover {
    color: #15AF97 !important;
}


.navbar-item img {
    max-height: 4.5em;
}

.page-home-index .image.is-64x64 {
    transform: scale(1.2);
    margin: 0 auto;
}
.image.is-64x64 {
    margin: 0 auto;
}

.page-home-index .image.is-128x128 {
    transform: scale(1.2);
}

.search-box {
    width: 100%;
    max-width: 500px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    margin: 0.5rem auto;
    overflow: hidden;
}

.search-box:before {
	content: "";
	background-color: #00354b;
	width: 100%;
	display: inline-block;
	position: absolute;
	height: 54px;
	z-index: -100;
	left: 0;
}
.iframe {
	overflow: hidden;
}
/* */

/*.homebanners {
    display: none;
}*/


.column.flex {
    display: flex;
    flex-shrink: 1;
    flex-basis: 1;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
}

/* Product Category */

.product-page-wrapper .productname {
    font-weight: 300;
    font-family: 'Georama', sans-serif;
    color: #15AF97;
}
.columns.is-variable.is-8-desktop h1.title  {
    font-weight: 300;
    font-family: 'Georama', sans-serif;
    color: #15AF97;
}

.product-item {
    display: flex;
}
/*    flex-direction: column-reverse; */

.small-product-item.smaller-product-item-homepage .product-item .picture {
	position: relative;
	overflow: hidden;
	background: unset;
	height: 100%;
	padding: 0;
	border: none;
}

.small-product-item.smaller-product-item-homepage .product-item .product-title {
	margin-top: 1em;
}
.homeFeaturedCategoriesWrapper .small-product-item .category-item .picture img {
    position: relative;
    top: 0px;
}

.block-account-navigation .title {
  color: #000;
  font-size: 2.074em;
  font-weight: 500;
  margin-bottom: 3rem;
  line-height: 1.125;
  text-transform: none;
}
.account-page .page-title h1 {
	line-height: 1.125;
}

/* On the Account page/saved items can the word ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“DescriptionÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ */
div#SavedProjects td:nth-child(2) p:nth-child(3) {
    display: none;
}

.account-page--myorders .orders_v2 .order_Processing {
    display: none;
}
.block-account-navigation ul a.active, .block-account-navigation ul a.is-active {
  background-color: #15AF97;
}
.block-account-navigation {
    padding-top: 3rem;
}
.account-page.account-page--customerinfo {
    padding-top: 3rem;
}
.account-page.account-page--addresses {
	padding-top: 3rem;
	}
.account-page.account-page--albums {
	padding-top: 3rem;
	}
.account-page.account-page--myorders {
	padding-top: 3rem;
	}
.account-page.account-page--downloadableproducts {
	padding-top: 3rem;
	}
.account-page.account-page--changepassword {
	padding-top: 3rem;
	}
.account-page.account-page--savedproject {
	padding-top: 3rem;
	}
.account-page.account-page--savedbaskets {
	padding-top: 1.5rem;
	}
.account-page.account-page--orderline {
	padding-top: 3rem;
	}
.account-page--myorders .orders_v2 .order_container .order_status_container .order_status {
    display: none;
}

.producttags-box {
	display: none;
}
/*
.catfish-button.is-primary, .button.is-primary {
  background-color: #15AF97;
}
*/
/*
.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item {
    border: solid 1px #02354B;
} */
/*.sub-category-grid .listWrapper .item-box {
    border: solid 1px #02354B;
} */
.button.is-primary:hover {
  background-color: #15AF97;
  color: #fff;
}
.catfish-button:hover, .catfish-button.is-hovered, .button:hover, .button.is-hovered {
    border-color: transparent;
    color: #fff;
    background: #15AF97;
}

.sub-category-grid .listWrapper .item-box .sub-category-item .picture img {
    height: 82%;
}
.sub-category-grid .listWrapper .item-box .sub-category-item .category-title {
    transform: none;
    padding: 1rem 0rem;
}
.sub-category-grid .listWrapper .item-box {
    border-top: none;
}

.homeFeaturedCategoriesWrapper {
    padding-top: 3rem;
}
.hero .hero-body {
    padding: 1rem 0rem;
}
.topicpage {
  padding-top: 2rem;
}

.block.is-large.is-spaced, .block.is-large:not(:last-child) {
    margin-bottom: 2rem;
}
/* login page 
.login__wrapper .page-title:before {
	display: none;
}

.login__wrapper {
    float: unset;
    background-size: unset;
	background-position: unset;
}

element.style {
}
.login__wrapper .catfish-container {
    padding-right: 12rem!important;
} */
/* Slider 
#sliderrow .flexslider {
    height: 350px;
    margin-bottom: 2rem;
}
#sliderrow .flexslider .flex-control-nav.flex-control-thumbs {
	display: none;
}
#sliderrow .flexslider .slides li>* {
    height: auto;
}
#sliderrow .flexslider .slides {
    max-height 300px;
    } */

/* Help Widget 
#freshwidget-button a {
    background: #FF3860 !important;
}
*/
.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo .summaryShortDescription {
	display: none !important;
	}
.cart-item-row .summaryShortDescription {
	display: none;
}
.message-login-body {
	font-size: 2remq;
	margin-bottom: 2rem;
}

.hideFirstImagePlugin .ImagePluginsContainer #pluginContainer .ImgPlugButton:first-of-type {
   display: none;
}
.account-page--order-details #order_details_v2 .od_status.order_Processing {
 display: none;
}
.account-page--myorders .orders_v2 #filtered_orders .reorderbutton.button {
 display: none;
}
.catfish-default-product-box .cart-item__price,
.catfish-default-product-box .alternate--prices {
 display:none !important;
}

.topicpage-body {
	padding-top: 10px
	}
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
 border-top: solid 6px #15AF97;
}
@media (max-width: 1152px) {
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
 background-color: #15AF97;
 color: #FFFFFF;
}
.column-is-half hr {
	border: 1px solid red;
	}
	
.ict-navbar .navbar-item.has-two-dropdowns .first-column {
  max-width: 10rem;
  min-width: 14rem;
}

.ict-navbar .navbar-item.has-two-dropdowns .second-column {
  max-width: 10rem;
  margin-left: 150%;
  min-width: 14rem;
}