@charset "UTF-8";
/* CSS Document */

/*GLOBAL STOP SIDEWAYS SLIDE ON MOBILE*/
body {
	overflow-x: hidden;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.3;
	height: 100%;
    font-size:1.2rem;
}

html {
    scroll-behavior: smooth;
   }

.subtitle {
    font-size: 1em;
    font-weight: 600;
}

.button, .catfish-button{
	border-radius:50px;
    transition: 0.1s ease-in-out;
}

.catfish-button:hover{
    background: #37675a;
}

.button.is-primary{
    background-color:#519683;
    color:#fff;
    transition: 0.1s ease-in-out;
}

.button.is-primary:hover{
    background-color:#37675a;
    color:#fff;
}

.catfish-input, .catfish-select{
	border-radius:5px;
	padding-left:15px;
}

.catfish-select{  
	padding-left:15px;
	appearance:none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 1em;
	cursor: pointer;
}


@media screen and (min-width:1088px){
    .container-special, .catfish-container, .container{
        padding-left:5% !important;
        padding-right:5% !important;
    }
}

/*  breadcrumbs  */
.breadcrumb{
    font-size:0.7rem;
}

/* Cookie Banner */
.cookiebanner__accept.cookiebanner-accept.catfish-button{
	border-radius:50px;
}

/*NAV BAR*/

@media screen and (min-width:1088px){
    nav .catfish-container{
        padding-left:3% !important;
        padding-right:3% !important;
    }
}

a.navbar-item:focus, a.navbar-item:focus-within{
    color:inherit;
}

nav.clearfix .content{
	margin-bottom:0 !important;
}

.main-logo{
    margin-right:30px;
    max-width:260px;
}

.nav-content-wrap{
    margin:auto;
    max-width:1400px;
}

@media screen and (max-width:1180px) {
    .main-logo{
        margin-right:20px;
        max-width:230px;
    }
}

.navbar-item.nav-basket{
    padding-right:0;
}

#main-navbar {
	margin-right: 0;
	width:100%;
}

.navprodcolumn {
	float: left;
	width: 20% !important;
	padding: 0px 10px 50px 10px;
}

.navprodcolumn ul{
    list-style-type: none;
    margin-left:0;
    margin-top:0;
}

.navprodcolumn li{
    padding-left:0;
}

.navprodcolumn h2 a{
font-weight:600;
font-size:1rem !important;
}

.content h2:not(:first-child){
    margin-top:0.5rem !important;
}

.navbar-burger span {
	background-color: #2D3738;
}

a.navbar-link {
	font-weight: 500;
	color: #2D3738;
}

a.navbar-item {
	font-weight: 500;
	color: #2D3738;
    line-height:1rem;
    font-size:1rem;
}

.navbar-item.has-dropdown{
    font-size:1rem;
}

.nav-category{
font-size:0.9rem !important;
}

.navbar-dropdown.acc-drop {
    padding-top: 10px;
}

.navbar-dropdown {
	padding: 0 40px 0 40px;
	border-top:0;
}

.products-dropdown {
	padding: 0 200px 0 200px;
	border-top:0;
}

.products-dropdown ul{
	font-size:1rem !important;
}

.navbar-item,
.navbar-link {
	position: relative;
}

.navbar-item:hover{
    color:#2D3738 !important;
}

.navbar-link:hover{
    color:#2D3738;
}

.navbar-item-long{
    white-space: break-spaces !important;
}

.nav-search-container .search-box {
	max-width: none;
}

.navjourcolumn {
	float: left;
	width: 16.6% !important;
	padding: 10px 10px 50px 10px;
}


.navjourcolumn p {
    font-weight:400;
    font-size:1rem;
}

.navjourcolumn h2 {
    font-weight:600 !important;
	padding-top: 0.6rem;
	font-size: 1rem;
	padding-bottom: 0.4rem;
}

.new-product-icon{
	color: #fff;
    background: #E9404F;
    font-weight: 500;
    font-size: 0.8rem;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 4px;
    text-transform: uppercase;
}


@media screen and (min-width:767px) and (max-width:1087px) {
	.navjourcolumn {
		width: 16.6% !important;
		height: auto;
		float: left;
	}

}

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

	.navbar-link:not(.is-arrowless) {
		padding: 0rem 1rem;
	}

	.container-special,
	.catfish-container,
	.container {
		max-width: none;
		padding-left: 7%;
		padding-right: 7%;
	}

	.navbar-item,
	.navbar-link {
		position: static;
	}

	.buttons:last-child {
		margin-bottom: 0;
	}

	.navbar-item {
		padding: 0 1rem;
	}

	.desk-bas {
		padding: 0;
	}

	.is-header-logo {
		height: 6rem;
	}

	.navbar {
		height: 8em;
	}

	.navbar-link:not(.is-arrowless)::after {
		display: none;
	}

}

@media screen and (min-width:1088px) {
	.custom-search-box{
		position: absolute;
		top: 0;
		z-index: 100 !important;
		background: transparent;
		width: 28%;
    	right: 12%;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	
}

@media screen and (min-width:1088px) and (max-width:1279px) {
	.custom-search-box{
		right: 15%;
	}
	
}

@media screen and (min-width:1280px) and (max-width:1400px) {
	.custom-search-box{
		right: 14%;
	}
	
}

.search-width {
	width: 100%
}


.search-box .searchbox {
	border-radius: 30px 0 0 30px;
}

.searchbox{
	font-size:0.9em;
}

.search-box .searchbutton {
	border-radius: 0 30px 30px 0;
	background: #2D3738;
	font-weight: bold;
	height:auto;
}

.search-box {
	max-width: none;
}

.navbar>.container {
	height: 100%;
}



.input,
.catfish-input,
.catfish-select,
.textarea,
.catfish-textarea {
	box-shadow: none !important;
	border-color: #2D3738;
	border-width: 1px;
}

.input:hover,
.input.is-hovered,
.catfish-input:hover,
.catfish-input.is-hovered,
.catfish-select:hover,
.catfish-select.is-hovered,
.textarea:hover,
.textarea.is-hovered,
.catfish-textarea:hover,
.catfish-textarea.is-hovered {
	border-color: #2D3738;
}

.navbar-item img {
	max-height: none;
}


input#small-searchterms{
	padding-left:15px;
}


.acc-drop {
	min-width: 13em;
	width: 10%;
	left: auto;
	right: 20px;
	padding: 0 10px 10px 10px;
}


.navprodcolumn li a {
	color: #2D3738;
	font-weight: 400;
}

@media screen and (min-width:768px) and (max-width:1087px){
	nav#main-nav {
		padding-top:8px;
	}
}
/* Nav and logo size on tablet and mobile */
@media screen and (max-width:1087px) {


	.navprodcolumn {
		width: 100% !important;
		height: auto;
		float: none;
        padding: 0px 10px 0px 10px;
	}

    .navprodcolumn.first{
        padding-top:1em;
    }

    .navprodcolumn.last{
        padding-bottom:1em;
    }


	.ah-logo {
		height: 4.5em;
	}

	.ah-logo a {
		height: 100%;
		width: 100%;
	}

	.ah-logo a img {
		height: 100%;
		padding: 4px;
	}

	.navbar-burger {
		height: 100%;
	}


	.search-box {
		margin: 0;
	}

	.search-box-m {
		padding-top: 0;
		padding-bottom: 1rem;
		height: auto;
		padding-right: 20px;
		padding-left: 20px;
	}

	#main-nav .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.navbarbrand {
		margin-left: 0;
		margin-right: 0;
	}

	.acc-space {
		padding: 0;
	}

	#customernotification {
		padding: 0.3em;
		font-size: 1em;
	}

	.navbar-dropdown {
		padding: 0;
		background: #fafafa;
	}

	.navbar-menu {
		box-shadow: 0 15px 20px rgba(10, 10, 10, 0.1);
	}

	.menu-key-item {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#main-navbar {
		padding: 0;
	}


	.journal-drop {
		display: flow-root;
	}

}

.ict-navbar span.mobile-dropdown-toggle {
	width: 100%;
}

@media screen and (max-width:767px) {
	nav#main-nav {
		height: 5em;
		padding: 5px;
		padding-left:0;
		padding-right:0;
	}

	.navjourcolumn {
		width: 50% !important;
		height: 330px;
		float: left;
	}
	
}
/* cart counter */

a.navbar-item.desk-bas, a.navbar-item.mob-bas{
	position:relative;
}

a.navbar-item.desk-bas .badge{
	right: 0.25rem;
	top: -1.1rem;
}

a.navbar-item.mob-bas .badge{
	right: 1.6rem;
	top: 0.1rem;
}

@media screen and (max-width:1087px) {
    a.navbar-item.mob-bas .badge{
        right: 1.7rem;
        top: 0.9rem;
    }
}

.badge{
	background: #519683;
}




/*  Promotional message under the nav  */

.promo-message{
	padding: 7px;
    text-align: center;
    background: #2D3738;
    color: #fff;
	font-weight:600;
}

.promo-message a{
	color:#fff;
	text-decoration: none;
}



/* Banners */

.banner-container{
	position: relative;
	display:none !important;
}

.banner-container .is-inline-block {
	width: 100%;
}

.billboard-information{
	position:absolute;
	top: 18%;
    left: 7%;
	width:35%;
}

.billboard-information h2{
	font-family: kepler !important;
	font-weight: 200 !important;
	font-size: 3.5rem !important;
	margin-bottom:0.5rem !important;
}

.new-product-stamp{
	background-color:#E9404F;
	color:#fff;
	font-weight:900;
    padding: 10px 13px;
    text-transform: uppercase !important;
	width:fit-content;
}

.banner-button a{
	font-size: 1rem !important;
    font-weight: 600 !important;
    padding: 0 46px;
    border: 2px solid #519683 !important;
    color: #fff !important;
    transition: 0.1s ease-in-out;
}

.banner-button a:hover{
	background-color: #fff !important;
    color:#519683 !important;
}

.desktop-small-banner, .mobile-banner{
	display:none;
}


.homebanners .block.has-text-inherit{
	margin-bottom:0;
	padding-bottom:0;
}

.icon-section-wrapper{
	margin-top:-2.5em;
	display: none !important;
}

.homeFeaturedCategoriesWrapper{
	padding-top:0;
}



@media screen and (max-width:1400px) {
	.billboard-information{
		top:13%;
	}
}

@media screen and (max-width:1300px) {
	.desktop-banner{
		display:none;
	}
	.desktop-small-banner{
		display:block;
	}

	.desktop-small-banner{
		margin-top:-2.8em;
	}

	.billboard-information{
		top:17%;
	}

	.icon-section-wrapper{
		margin-top:-1.5em;
	}
	
}

@media screen and (max-width:990px) {
	.billboard-information{
		top:14%;
	}

	.billboard-information h2{
		font-size:2.5em !important;
	}

	.new-product-stamp{
		font-size: 0.7rem;
		padding: 8px 10px;
	}
}

@media screen and (max-width:767px) {

	.desktop-small-banner{
		display:none;
	}
	.mobile-banner{
		display:block;
		margin-top:-2.6em;
	}

	.billboard-information{
		position:absolute;
		top: 49%;
		left:0;
		width:100%;
		padding-left: 20px;
		padding-right:20px;
	}

	.new-product-stamp{
		margin-bottom: 1.5em !important;
	}

	.icon-section-wrapper{
		margin-top:0;
	}

    .homeFeaturedCategoriesWrapper{
        padding-bottom:0;
    }
    
}


/*  icon section  */

.ict-featured-tiles.columns.is-multiline.is-align-items-center.is-justify-content-center.icon-section.no-hover-effect .is-3{
	width:17% !important;
}

.icon-section-wrapper{
	border-bottom: solid 1px #D7DED5;
}

.icon-section-headers{
	margin-top:-1.5em !important;
}

.icon-section-headers{
	font-size:0.8em !important;
}

.icon-section-wrapper .column.is-12{
    padding-top:0 !important;
    padding-bottom:0 !important;
}

@media screen and (max-width:990px){
	.ict-featured-tiles.columns.is-multiline.is-align-items-center.is-justify-content-center.icon-section.no-hover-effect .is-3{
		width:20% !important;
	}

	.icon-section-headers{
		font-size:0.7em !important;
	}

	.header-icons img{
		width:90%;
	}
}

@media screen and (max-width:767px) {
	.icon-section{
		display: flex;
	}

}

/*  Home Page - welcome message  */

.homePageCategories .product-title{
	padding:1rem !important;
	padding-left:0 !important;

}

.kepler-title{
	font-family:kepler !important;
	font-weight:400 !important;
	font-size:2.5em !important;
}

.kepler-title span{
	font-style: italic !important;
} 

.introduction{
	padding-top:4em !important;
	padding-bottom:4em !important;
}

@media screen and (min-width:1088px) and (max-width:1279px) {
	.homePageCategories .listItem.grid_3.column.is-6-mobile.is-6-tablet.is-3-widescreen{
		width:33.33% !important;
	} 
}


@media screen and (max-width:767px) {
	.introduction h2{
		font-size: 1.8em ;
	}

	.kepler-title{
		font-size:2.3em !important;
	}
}




/* Popular Product tyles custom build  */

.small-tab-title{
	font-size: 1em !important;
}

.section-title-small{
	font-size:1.2em !important;
}

.first-product-set{
	padding-bottom: 5em !important;
    display:none;
}	

.product-set{
    align-items: flex-start !important;
}

h3.ict-sub-title.subtitle.has-text-inherit.is-4.has-text-default.small-tab-title.has-style-default {
    margin-bottom: 0.5rem;
}




/**************CREATING AN AREA THAT ACTS LIKE A CAROUSEL ON MOBILE ****************/

@media screen and (max-width: 767px){
	.product-set{
		display: flex;
		overflow-x: auto;
		flex-wrap: nowrap !important;
		scroll-snap-type: x mandatory;
	}

	.product-set::-webkit-scrollbar{
		display: none;
		width:0px;
		background:transparent;
	}

	.product-set .column.is-3{
		flex: 0 0 auto;
		width:90%;
		scroll-snap-align: center;
	}

	.first-product-set .container{
		padding-left:0 !important;
		padding-right:0 !important;
	}

	.product-set:first-child{
		padding-left:20px;
	}

	.product-set:last-child{
		padding-right:20px;
	}

	.section-title-small{
		margin-bottom:0;
	}
}



/* Infigo featured categories */

.homeFeaturedCategoriesWrapper{
padding-bottom:0;
}

#homeFeaturedCategoriesTitleRow{
	display:none;
}

.homePageCategories .category-item .product-title a{
	color:#2D3738 !important;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item:hover .product-title {
	transform:none !important;
	background:none;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title{
	position:relative;
	transform:none !important;
	text-align:left;
	padding-left:0;
}

.category-item{
	display:flex;
    flex-flow: column;
}

.category-item .product-title{
	order:2;
	font-weight:600;
}

.category-item .picture{
	order:1;
}

.category-item .category-short-description{
	display:none;
}

@media screen and (max-width:767px){
    .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title{
        position:static !important;
    }

    .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item a.image.is-1by1.is-covered{
        height:170px !important;
    }

    .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item{
        position:static !important;
    }

    .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item:after{
        display:none !important;
    }
}

/* Footer */

.arone-footer{
	background-color: #519683 !important;
}

footer ul{
    line-height:1.4em;
}


#sub-footer {
	background: #519683;
	border-top: solid 0.5px #fff;
	text-align: center;
	margin: auto;
	color: #fff;
	padding: 30px;
	font-size: 0.8em;
}

#sub-footer .bottom-links {
	color: #fff;
	margin-top: 10px;
}

#sub-footer .bottom-links a {
	color: #fff;
	padding: 0 10px;
	border-right: solid 1px #fff;
	font-weight: bold;
}

#sub-footer .bottom-links a:last-child {
	border-right: none;
}

#sub-footer .bottom-links a:hover {
	text-decoration: underline;
}

.social-icons {
	padding-bottom: 20px;
}

.social-icons img {
	padding: 0px 20px;
	width: 60px;
	height: auto;
	cursor: pointer;
}

.address{
	padding-top:20px;
}

@media screen and (max-width:767px) {
    .column.is-3-desktop.is-6-tablet.is-12-mobile.ict-dedicated-footer-column-4{
        padding-top: 45px !important;
    }
    
}



/* contact us */

.contact-us .banner-button a:hover{
 background-color:#fff !important;
}

.contact-us{
    background-color:#fff !important;
}


/*Breadcrumbs*/

.fa-home{
	display:none;
}



/* category page */

.arone-category-page .product-sorting .catfish-select{
    padding-left:20px;
    margin-top:10px;
    appearance:none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
    cursor: pointer;
}

.add-info.clearfix.product-item--actions{
    display:none;
}

.arone-category-page .productPrice{
font-size:0.7rem;
}

.arone-category-page .navigationmenu{
    padding-top: 3rem;
}

.arone-category-page .category-hero-section .hero-body {
text-align: center;
padding: 5rem 2rem;

}


.category-product-section .product-grid .product-item h2.product-title{
	font-size:1rem;
}

.arone-category-page .hero .container{
	padding-left: 0;
	padding-right:0;
}

.arone-category-page .category-hero-section .category-description-wrapper{
	position: absolute;
    top: 0;
    z-index: -1;
}

.arone-category-page .title{
font-family: kepler;
color: #fff !important;
font-size: 4rem;
margin-bottom: 0;
}

.arone-category-page .subtitle{
	color: #fff !important;
}

.arone-category-page .navigationmenu{
	padding-top: 3.5rem;
}

.product-sorting #products-orderby{
	margin-top: 10px;
}

.arone-category-page .navigationmenu--title{
	font-family: 'kepler';
    font-size: 1.4rem;
    text-transform: capitalize;
}

.navigationmenu ul li.active>a{
	color: #fff;
    background: #2D3738;
}

.arone-category-page .category-navigation-enabled .navigationmenu.showList .navigationmenu--title:after {
    content: '\f077' !important;
}

.arone-category-page .category-navigation-enabled .navigationmenu.showList .navigationmenu--title{
    border-bottom:none;
	border-radius: 5px 5px 0 0 !important;
}

.arone-category-page .category-navigation-enabled .navigationmenu.showList .navigationmenu--categories{
    border: 1px solid #2D3738;
    border-top: none;
    background:#fff !important;
}

.catfish-default-product-box .alternate--prices{
    display: none !important;
}

@media screen and (min-width:1280px) {
	.arone-category-page .listItem.grid_3.column.is-6-mobile.is-6-tablet.is-3-widescreen{
		width:33.3% !important;
		max-width:none !important;
	}
}


@media screen and (min-width:1280px) {
    .navigationmenu{
        width:80%;
    }

}

@media screen and (max-width:1279px) {
.navigationmenu--title{
    background:#fff !important;
    border:solid 1px #2D3738;
    font-family: IBMPlexSans !important;
    font-size:1rem !important;
    height: 3.14286em !important;
    padding-left:20px !important;
    padding-top:12px !important;
}

.navigationmenu--title::after{
    content: '\f078' !important;   
    padding-right: 15px !important;
    top: 5px !important;
    font-size: 0.7rem !important;
    font-weight: 500 !important;
}


.category-product-section{
    padding-top:0;

}

.category-product-section .container{
    padding-left:0 !important;
	padding-right:0 !important;

}

h6.navigationmenu--title{
    border-radius:5px !important;
}
}

@media screen and (min-width:1088px) and (max-width:1279px) {
	.catfish-container.category-navigation-enabled .column.is-3-widescreen.is-12-tablet.is-12-mobile{
		position: absolute;
		width: 46%;
		right: 4%;
		z-index: 30;
	}

    .category-product-section .product-grid .listItem{
        width:33.3% !important;
    }

	.arone-category-page .category-navigation-enabled .navigationmenu, .arone-category-page .category-navigation-enabled .tagsearchmenu{
		margin-top: 24px;
	}

	.productFilters.level-right.columns{
		width: 51%;
    	margin-top: 14px;
	}

}

@media screen and (min-width:768px) and (max-width:1087px) {
	.catfish-container.category-navigation-enabled .column.is-3-widescreen.is-12-tablet.is-12-mobile{
		position: absolute;
		width: 50%;
		right: 0;
		z-index: 30;
		padding-right:64px;
	}

	.arone-category-page .category-navigation-enabled .navigationmenu, .arone-category-page .category-navigation-enabled .tagsearchmenu{
		margin-top: 24px;
	}

	.productFilters.level-right.columns{
		width: 51%;
    	margin-top: 14px;
	}

}



@media  screen and (max-width:1087px) {
    .catfish-default-product-box .product__title, .catfish-default-product-box .product-title{
        font-size:1rem !important;
    }


    
}

@media screen and (max-width:767px) {
	.arone-category-page .title{
		font-size: 2.5rem !important;
	}
}


/* WHAT WE OFFER */

.what-AH-offer{
	background:#F6F6F1;
    margin-top:40px;
}

.what-AH-offer .container{
    padding-left:0;
    padding-right:0;

}

.what-we-offer{
    background:#F6F6F1;
    padding-top:5em;
    padding-bottom:5em;
}

.changing-words-wrapper{
        margin:auto !important;
        font-size:3em;
        width:90%;
        text-align: center;
        font-family:kepler;
    }  

.changing-keywords{
    vertical-align:top;
    display: grid;
    place-items: center;
    grid-template-areas: "inner-div";
    font-family:kepler;
    font-size: 4em;
}

.changing-keywords span{
    font-style: italic;
    display:block;
    width:100%;
    opacity:0;
    text-align: center;
    animation: animate 48s linear infinite;
    grid-area: inner-div;
}

.small-copy{
    font-size:1em !important;
    text-align:center;
    margin-bottom:36px !important;
    margin:auto;
    width: 47%;
}

.a-z a:hover{
    background-color:transparent !important;
}

.divider{
    width:2%;
    border-top: solid 1px black;
    margin:auto;
    margin-top:22px;
    padding-bottom:30px;
}


    @keyframes animate {
    0% {
        opacity:0;
        top:0px
    }
    0.5% {
        opacity:1;
        top:0px;
    }
    2.5%{
        opacity:1;
        top:0px;
    }
    3%{
        opacity:0;
        top:0px;
    }
    100%{
        opacity:0;
        top:0px;
    }
    }

    span:nth-child(1){
    animation-delay: 0s;
    }
    span:nth-child(2){
    animation-delay: 2s;
    }
    span:nth-child(3){
    animation-delay: 4s;
    }
    span:nth-child(4){
    animation-delay: 6s;
    }
    span:nth-child(5){
    animation-delay: 8s;
    }
    span:nth-child(6){
    animation-delay:10s;
    }
    span:nth-child(7){
    animation-delay:12s;
    }
    span:nth-child(8){
    animation-delay:14s;
    }
    span:nth-child(9){
    animation-delay:16s;
    }
    span:nth-child(10){
    animation-delay:18s;
    }
    span:nth-child(11){
    animation-delay:20s;
    }
    span:nth-child(12){
    animation-delay:22s;
    }
    span:nth-child(13){
    animation-delay: 24s;
    }
    span:nth-child(14){
    animation-delay: 26s;
    }
    span:nth-child(15){
    animation-delay: 28s;
    }
    span:nth-child(16){
    animation-delay: 30s;
    }
    span:nth-child(17){
    animation-delay: 32s;
    }
    span:nth-child(18){
    animation-delay:34s;
    }
    span:nth-child(19){
    animation-delay:36s;
    }
    span:nth-child(20){
    animation-delay:38s;
    }
    span:nth-child(21){
    animation-delay:40s;
    }
    span:nth-child(22){
    animation-delay:42s;
    }
    span:nth-child(23){
    animation-delay:44s;
    }
    span:nth-child(24){
    animation-delay:46s;
    }

@media screen and (max-width:1087px){
    .small-copy{
        width: 65%;
    }
    }


@media screen and (max-width:767px){
    .what-we-offer {
        padding-top:4em;
        padding-bottom:4em;
    }

    .small-copy{
        width: 90%;
    }

    .divider{
        width:7%;
    }

    .changing-words-wrapper{
        font-size:2.5em;
    }

    .changing-keywords{
        font-size:3.5em;
    }
}


/* My account */

.block-account-navigation .listbox .cf_accountlinks_OrderLine{
	display:none;
}

.savecustomerinfobutton, .addaddressbutton, .editaddressbutton, .order_search_button, .reorderbutton, .customer-pass-recovery .button{
	background-color:#519683 !important;
	color:#fff !important;
	transition: 0.1s ease-in-out;
	font-weight: 500 !important;
}

.savecustomerinfobutton:hover, .addaddressbutton:hover, .editaddressbutton:hover, .order_search_button:hover, .reorderbutton:hover, .customer-pass-recovery .button:hover{
    background-color: #37675a !important;
}

.changepasswordbutton{
	font-weight:500 !important;
}

.deleteaddressbutton{
	border:solid 1.5px #41393A !important;
	transition: 0.1s;
	font-weight: 500 !important;
	margin-top:6px;
	}

.deleteaddressbutton:hover{
	margin-top:0 !important;
	transition: 0.1s;
	margin-bottom:13px !important;
	}

.account-page{
	padding-top:4rem !important;
}

.block-account-navigation{
	padding-top:4rem;
}

.layout--accountPage .catfish-select{
	margin-top:0;
}

.customer-pass-recovery .catfish-button{
	border: none !important;
	background-color: transparent !important;
}

.orders_v2 h2{
	font-family: kepler !important;
	font-weight: 400 !important;
    font-size: 2.5em !important;
}

@media screen and (max-width:1087px) {
	.block-account-navigation{
		padding-bottom:0;
	}	
}



/** LIST PAGE */



/*PRODUCT PAGE*/

/* Changing main image size so more is visible in the fold 
.bigpicture{
    height: 580px;
    overflow: hidden;
    margin-bottom:23px;
}

img.is-fullwidth{
    top: -14%;
    position: relative;
}

image size end*/

/*messing with the image layout*/

.arone-product-landing-page .attribute input:checked+label.button{	
		border-radius: 30px;
}

.arone-product-landing-page input.input.attribute-datepicker{
	border-color:#080808 !important;
}

.arone-product-landing-page .control.has-icons-left .icon{
	color:#080808 !important;
}

.arone-product-landing-page .attribute-datepicker__field input{
	border: solid 1px #2D3738;
    background: #fff;
}

/*update date picker styles*/
.vue-component-wrapper .datepicker input.input{
	border-radius:5px;
}

.datepicker-select-month .select:not(.is-multiple):not(.is-loading)::after,
.datepicker-select-year .select:not(.is-multiple):not(.is-loading)::after{
    display:none;
}

.datepicker-header i{
    color:#080808 !important;
}

.datepicker-header .pagination a{
    border: none;
}
/*update date picker styles ends*/


.arone-product-landing-page .details-wrapper>.full-description-wrapper{
	margin-bottom:2rem;
}

@media screen and (min-width:1280px) {
	.picture.columns.is-multiline.is-variable.is-1{
		display:flex;
	}

	.bigpicture.column.is-12{
		width: 82%;
    	order: 2;
    	padding-left: 7px !important;
	}

	.thumbs.column.is-12.clearfix{
		width:16%;
	}

	html:not(.page-dynamicproduct-editor) .columns.is-variable.is-1.is-mobile{
		display:block;
	}

	.single_image .bigpicture.column.is-12{
		width:100%;
		padding-left:0;
	}
}


.attributeRequired{
color:#2D3738 !important;
font-size:0.7em;
display: block;
float:right;
}

.attribute-item select{
    appearance:none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
    cursor: pointer;
	padding-left:15px;
	border-radius:5px;
}

.add-to-cart-buttons-wrapper input{
	font-size: 1rem !important;
    font-weight: 600 !important;
    border-radius:50px;
    padding: 0 46px;
    color: #fff !important;
    transition: 0.1s ease-in-out;
    height:4rem;
}

.add-to-cart-buttons-wrapper input:hover{
    background-color: #37675a;
}

.arone-product-landing-page .section.product-info-section{
	padding-top:0.3em;
}

.quantity-wrapper .field{
	display:block;
}

.quantity-wrapper .field .field-label{
	padding-bottom:0.7em;
}

.enterQuantityBoxLabel.title.is-5{
	font-size: 1rem;
	font-weight:500;
}

.attributeTitle{
	font-weight:500;
}

.details-wrapper h1{
	font-family:kepler !important;
	font-weight:400 !important;
	font-size:2.5em !important;
}

.fileinput-button button{
	font-size: 1rem !important;
    font-weight: 600 !important;
    border-radius:50px;
    border: solid 1.5px #2D3738 !important;
    padding: 0 46px;
    color: #fff !important;
    transition: 0.1s ease-in-out;	
}


.field-body select{
	padding-left:15px;
	appearance:none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
    cursor: pointer;
	border-radius: 5px;
}

.fileUpload.fileUploadButton{
    background-color:#2D3738;
}

@media screen and (min-width:1088px) {
	.column.picture-wrapper.is-6-desktop {
		width:58.333% !important;
	}	
	.column.details-wrapper.is-6-desktop{
		width:41.666% !important;
	}
}

@media screen and (max-width:767px) {
	.product-variant-line .attributes{
		display:flex;
	}
	
	
}



/*Product page hiding lightbox*/

#lbOverlay, #lbCenter, #lbBottomContainer{
    display:none !important;
}


/*Product Page - organizing dropdowns for ashley house products*/

.AH-product .product-main-wrapper .attribute{
	flex:none !important;
	width:50% !important;
}


.AH-Postcards .product-main-wrapper .attribute:nth-child(7), 
.AH-Postcards .product-main-wrapper .attribute:nth-child(8){
	width:100% !important;
}


.AH-business-cards .product-main-wrapper .attribute:nth-child(7){
	width:100% !important;
}


.AH-Posters .product-main-wrapper .attribute:nth-child(5), 
.AH-Posters .product-main-wrapper .attribute:nth-child(6){
	width:100% !important;
}

.AH-brochures .product-main-wrapper .attribute:nth-child(11),
.AH-brochures .product-main-wrapper .attribute:nth-child(12){
	width:100% !important;
}





/* login */

.loginbutton{
	font-size: 1rem !important;
    font-weight: 600 !important;
    border-radius:50px;
    padding: 0 46px;
    color: #fff !important;
    transition: 0.1s ease-in-out;
}

.loginbutton:hover{
    background-color: #37675a;
}

.login__wrapper{
	background: none;
}

.login__wrapper .catfish-container{
	float: none;
}

.login__wrapper .catfish-container .page-title{
	text-align: center;
}

.login-title.subtitle.is-4.is-spaced{
 display:none;
}

.subtitle.is-4{
    font-size:1em;
}

.login__wrapper td.item-value{
	text-align: center;
}

.login__wrapper td.forgot-password{
	text-align: center;
}

.page-title h1{
	font-family:kepler !important;
	font-weight:400 !important;
	font-size:2.5em !important;
}

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

.login__wrapper .validation-summary-errors{
	width:100%;
	text-align:center;
	padding:0.5rem;
}

.login__wrapper .validation-summary-errors ul{
	display: none;}



/*basket*/

.shoppingcart__wrapper .product__title.is-word-break-all{
	word-break:normal !important;
}

.shoppingcart__wrapper .catfish-button.is-danger{
	background-color: #2D3738;
}

.shoppingcart__wrapper .catfish-button.is-danger:hover{
	background-color: #080808;
}



.shoppingcart__wrapper{
	padding-top:3rem;
}

input.basketEditButton.options.catfish-button{
    display:none;
}

.shoppingcart__wrapper .shoppingcart__empty .catfish-container{
	padding-left:0 !important;
	padding-right:0 !important;
}

.cart--actions label.is-hidden.cart-label-header.label{
	visibility:hidden;
}

.shoppingcart__wrapper .catfish-button{
    border-radius:50px;
    font-weight:500 !important;
} 

.cart--quantity select{
	appearance:none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 1em;
    cursor: pointer;
}

#continueshoppingDummy:hover{
    border: solid 1.5px #2D3738 !important;
    color:#2D3738;
    background-color: #fff;
    transition: 0.1s;
}

#continueshoppingDummy{
    border: solid 1.5px #dbdbdb !important;
    transition: 0.1s;
}

.cartTableWrapper .catfish-container{
	padding-left:0 !important;
	padding-right:0 !important;
}


@media screen and (max-width:1471px){
	.shoppingcart__wrapper, .cart-footer{
		max-width:none !important;
	}
	
}


/* Checkout  */

.step-title h2{
	font-size:1.2rem;
	margin:0 !important;
}

.step-title.request-after-confirm{
	display:none !important;
}

.step-title.request-after-now{
	display:block !important;
}

.one-page-checkout{
	padding-top:3rem !important;
}

@media screen and (max-width:767px) {
	.one-page-checkout .is-hidden.cart-label-header.label{
		display: block !important;
	}

	.one-page-checkout td.productpicture.cart--pictures label.is-hidden.cart-label-header.label{
		display: none !important;
	}
}


/*order-details*/
.account-page--order-details #order_details_v2 .od_products_container .od_product_box .od_product_name a{
	color:#080808;
	padding-top:16px;
	margin-bottom:0;
}

.account-page--order-details #order_details_v2 .od_products_container .od_product_box .od_product_thumb{
	margin-left:14px;
}

@media screen and (max-width:767px) {
	.account-page--order-details #order_details_v2 .od_products_container .od_product_box .od_product_thumb{
		margin-left:0;
	}

	.account-page--order-details #order_details_v2 .od_products_container .od_product_box span.status-box{
		top:0;
		height:30px;
		width:100%;
	}

	.account-page--order-details #order_details_v2 .od_products_container .od_product_box{
		padding:14px;
		padding-top:44px;
	}
}

/*removing a step 3*/
#opc-payment_method{
	display:none;
}

li#opc-payment_info .number{
	visibility:hidden;
}

li#opc-payment_info .number:after{
	visibility: visible;
    margin-left: -10px;
    content: "3";
}

li#opc-confirm_order .number{
	visibility:hidden;
}

li#opc-confirm_order .number:after{
	visibility: visible;
    margin-left: -10px;
    content: "4";
}

.enter-address-body__selector .vue-component-wrapper-billing .advanced-select .item-list button{
	color:#080808;
}

/* SEARCH RESULTS  */

.search-panel{
    padding-top:3rem;
}

.search-panel .search-input{
    display:none;
}


/* Mega Editor */

.loadingLogo__logo.hidden-old-theme{
	margin-bottom:20px;
}

.ME_loading_hints{
	display:none !important;
}

.megaEditBodyClass-RegisteredUser .editorLeft{
	visibility: none !important;
	display: none !important;
	width:0 !important;
}

.megaEditBodyClass-RegisteredUser .toggleCollapseTab.tt.hidden-old-theme.is-hidden-mobile, .megaEditBodyClass-RegisteredUser .toggleCollapseTab.tt.hidden-old-theme.is-hidden-tablet.is-hidden-desktop {
	display:none !important;
}

.megaEditBodyClass-RegisteredUser .catfish-classes.me-global-menu {
	display:none;
}


.megaEditBodyClass-RegisteredUser .undoRedoContainer.ng-scope{
	display:none;
}

.editorTop.pane .headerWrapper .currentCanvasSizeWrapper .current_prod_name{
	max-width:none;
}

.editorBottom .buttonContainer.rightSide{
	width:300px;
	position: absolute;
	flex-direction:column-reverse;
	align-items: flex-start;
	right:4.65%;
	bottom:24px;
}


button.nextStepButton.catfish-button.has-text-hidden-mobile.btn.btn-success.btn-lg.ng-scope{
	font-size: 1rem !important;
    font-weight: 600 !important;
	background:#519683;
    padding: 0 46px;
    color: #fff !important;
    bottom:0;
    transition:0.1s ease-in-out !important
}

button.nextStepButton.catfish-button.has-text-hidden-mobile.btn.btn-success.btn-lg.ng-scope:hover{
    background-color: #37675a;
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only{
    border-radius:50px;
    font-weight:500 !important;
    border: solid 1.5px #2D3738 !important;
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only{
    border-radius: 50px;
    width: 145px;
}

.ui-dialog .ui-dialog-titlebar{
    justify-content:flex-end;
    background:#fff; 
    border-bottom:#fff;
    padding-bottom: 14px;
}

.ui-dialog .ui-dialog-content{
    padding-top:0;
}

.ui-dialog.dialogGeneralConfirm .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:first-child:focus:not(:active){
    box-shadow: none;
}

span.ui-button-icon-primary.ui-icon.ui-icon-closethick{
    background-color: #fff;
}

.megaEditBodyClass-RegisteredUser .ui-dialog .ui-dialog-titlebar span{
    display:none;
}

.ui-dialog .ui-dialog-buttonpane{
    border-top:#fff;
    background-color:#fff;
}


.editorBottom.is-attached-to-window{
	background:transparent;
}

.editorBottom.is-attached-to-window .priceContainer{
	margin-bottom:12px !important;
}

.memobilePageClass.buttons.ng-scope{
	left:37%;
}

button.saveProjectButton.catfish-button.has-text-hidden-mobile.btn.btn-success.btn-lg.ng-scope{
    font-size: 1rem !important;
    font-weight: 600 !important;
	background:#519683;
    padding: 0 46px;
    color: #fff !important;
}


button.saveProjectButton.catfish-button.has-text-hidden-mobile.btn.btn-success.btn-lg.ng-scope{
    margin-right:10px;
}

button.nextStepButton.catfish-button.has-text-hidden-mobile.btn.btn-success.btn-lg{
    font-size: 1rem !important;
    font-weight: 600 !important;
	background: #fff;
    padding: 0 46px;
    color: #2D3738 !important;
}

i.fa.fa-cog.slow-spin{
    width:60px !important;
    height:60px !important;
}

.buttonsContainer.buttons.ng-scope{
    flex-wrap: nowrap;
}

.cf_imageViewer_next:before, .cf_imageViewer_prev:before{
    color:#2D3738 !important;
    text-shadow: none !important;
    font-weight:300 !important;
}


.editorBottom{
    z-index:1 !important;
 }

 @media  screen and (min-width:1088px) and (max-width:1279px) {
    .editorBottom .buttonContainer.rightSide{
            right: 6%;
}
 }

@media  screen and (min-width:768px) and (max-width:1087px) {
    .editorBottom .buttonContainer.rightSide{
            right: 6.75%;
}
}

@media screen and (max-width:767px) {

    .confirmextratxt.ng-scope{
        display:block !important;
    }

	span.extratxt.ng-scope{
		display: block !important;
		padding-left: 5px;
	}

    .fa-save::before {
       display:none;
    }

    button.saveProjectButton.catfish-button.has-text-hidden-mobile.btn.btn-success.btn-lg.ng-scope span.icon.is-small{
        display:none;
    }

    a.btn.btn-default.btn-me.backButton.catfish-button.has-text-hidden-mobile .extratxt.ng-scope, 
    .viewControlButton.previewButton.catfish-button.has-text-hidden-mobile.btn.btn-primary.pageItemInline .extratxt.ng-scope{
        display:block;
        padding-left:10px;
    }

    
    .editorBottom .nextStepButton {
        display: inline-block !important;
    }

    .editorBottom .nextStepButton .confirmextratxt{
        display:block !important;
    }
    .editorBottom .nextStepButton .icon{
        display:none;
    }


    .ui-layout-east{
        height: 395px !important;
    }

    .zoom_options{
        display:none;
    }


    .editorBottom .buttonContainer.rightSide{
        bottom:-428px;
        left:22px;
        width:100%;
    }

    .editorBottom.is-attached-to-window.pane.ui-layout-south.pageSelectorContainer.ng-scope.ui-layout-pane.ui-layout-pane-east.is-opened{
        width:100% !important;
    }

    .freeTargetContainer .customScriptUi-freeTarget{
    padding-top:10px;
    }

    button.nextStepButton.catfish-button.has-text-hidden-mobile.btn.btn-success.btn-lg.ng-scope{
        width:328px;
        height:48px;
    }
    
    .memobilePageClass.buttons.ng-scope{
        justify-content: center;
        left: 50%;
        bottom:-40px;
    }

    .ui-dialog .ui-dialog-buttonpane{
        padding-bottom:30px;
    }

    button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only{
        width: 156px;
    }
}




/* The Mole category header images*/

.arone-category-page.brochures-the-mole .hero{
	background-color: transparent;
	background-image: url("/-515451850/Handler/CSSOverride/GetImage/4/Brochures.jpg");
	background-position: center;
}

.arone-category-page.cards-the-mole .hero{
	background-color: transparent;
	background-image: url("/-1224951797/Handler/CSSOverride/GetImage/4/Cards.jpg");
	background-position: center;
}


.arone-category-page.door-hangers-the-mole .hero{
	background-color: transparent;
	background-image: url("/1909301575/Handler/CSSOverride/GetImage/4/Door Hangers.jpg");
	background-position: center;
}

.arone-category-page.gift-cards-the-mole .hero{
	background-color: transparent;
	background-image: url("/1114074540/Handler/CSSOverride/GetImage/4/Gift Cards.jpg");
	background-position: center;
}

.arone-category-page.greetings-cards-the-mole .hero{
	background-color: transparent;
	background-image: url("/-427187897/Handler/CSSOverride/GetImage/4/Greetings Cards.jpg");
	background-position: center;
}

.arone-category-page.luggage-tags-the-mole .hero{
	background-color: transparent;
	background-image: url("/1524879056/Handler/CSSOverride/GetImage/4/Luggage tags.jpg");
	background-position: center;
}

.arone-category-page.menus-the-mole .hero{
	background-color: transparent;
	background-image: url("/-1648504437/Handler/CSSOverride/GetImage/4/Menus2.jpg");
	background-position: center;
}

.arone-category-page.pads-the-mole .hero{
	background-color: transparent;
	background-image: url("/-1220703627/Handler/CSSOverride/GetImage/4/Pads.jpg");
	background-position: center;
}

.arone-category-page.posters-the-mole .hero{
	background-color: transparent;
	background-image: url("/-459969113/Handler/CSSOverride/GetImage/4/Posters.jpg");
	background-position: center;
}

.arone-category-page.roller-banners-the-mole .hero{
	background-color: transparent;
	background-image: url("/1482906851/Handler/CSSOverride/GetImage/4/Roller banners.jpg");
	background-position: center;
}

.arone-category-page.stationary-the-mole .hero{
	background-color: transparent;
	background-image: url("/1525515379/Handler/CSSOverride/GetImage/4/Stationary.jpg");
	background-position: center;
}

.arone-category-page.tent-cards-the-mole .hero{
	background-color: transparent;
	background-image: url("/-2047386383/Handler/CSSOverride/GetImage/4/Tent Cards.jpg");
	background-position: center;
}

.arone-category-page.kaycardwallets-the-mole .hero{
	background-color: transparent;
	background-image: url("/1117948537/Handler/CSSOverride/GetImage/4/Key Card Wallets.jpg");
	background-position: center;
}


.arone-category-page.businesscards-the-mole .hero{
	background-color: transparent;
	background-image: url("/-83099915/Handler/CSSOverride/GetImage/4/Business Cards.jpg");
	background-position: center;
}

.arone-category-page.stickers-the-mole .hero{
	background-color: transparent;
	background-image: url("/655343977/Handler/CSSOverride/GetImage/4/Stickers-category-image.jpg");
	background-position: center;
}


.arone-category-page.flyers .hero{
	background-color: transparent;
	background-image: url("https://www.dropbox.com/scl/fi/p7805g4lskqj47611o2gl/list-page-desktop-header.jpg?rlkey=nt8shu0smejundkcsbeeftl9e&raw=1");
	background-position: center;
}


/* Borg & Overstrom category header images*/

.arone-category-page.borg-cat .hero{
     background-color:#181818 !important;
}

/* GEF category header images*/
.arone-category-page.gef-cat .hero{
	background-color: transparent;
	background-image: url("/1421430261/Handler/CSSOverride/GetImage/4/Gef-list-hero.jpg");
	background-position: center;
}


/* Borg & Overstrom category header*/
.arone-category-page.niaski-cat .hero{
     background-color:#eedbe2 !important;
}

.arone-category-page.niaski-cat .hero h1.title, .arone-category-page.niaski-cat .hero .subtitle{
	color:#2D3738 !important;
}


/* changes */

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item{
    position:relative;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item:after{
    padding:0 !important;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .picture .image{
    min-height:395px;
}

.homeFeaturedCategoriesWrapper .row__container{
    max-width: 1920px;
    margin: auto;
}

@media screen and (max-width:1439px) {
    .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .picture .image{
        min-height:308px;
    }
}

@media screen and (max-width:1087px) {
    .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .picture .image{
        min-height:400px;
    }
}

@media screen and (max-width:767px) {
    .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .picture .image{
        min-height:354px;
    }
}

@media screen and (max-width:560px) {
    .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .picture .image{
        min-height:228px;
    }
}

.product-main-wrapper{
    max-width: 1920px;
    margin:auto;
}