/* Global */
section.is-very-large {
    padding-top: 9rem;
    padding-bottom: 9rem;
}

section.is-homepage-banner {
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.has-background-faded-blue {
    background-color: #0096d6d1;
}

.has-background-faded-blue h2,
.has-background-faded-blue h3,
.has-background-faded-blue h4,
.has-background-faded-blue h5,
.has-background-faded-blue p,
.has-background-faded-blue a {
    text-shadow: #34697b 1px 1px 4px;
}

.catfish-button,
.button {
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: 0.3s all cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: 0.3s all cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: 0.3s all cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: 0.3s all cubic-bezier(0.25, 0.1, 0.25, 1);
}

.catfish-button:hover,
.catfish-button.is-hovered,
.button:hover,
.button.is-hovered {
    background: #2c2c2c;
    color: #fff;
}

.product-title a {
    color: #0e0e0e;
}


/* Header */

.navbar-brand .navbar-item .header-logo-text {
    color: #0E0E0E;
}

.navbar-brand .navbar-item .header-logo-text:hover {
    color: #0096d6;
}

.navbar-brand .navbar-item a {
    display: flex;
    align-items: center;
}

.navbar-brand .navbar-item .header-logo-text {
    padding-left: 0.5rem;
}

@media screen and (max-width:450px) {
    .navbar-brand a.navbar-item {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {

    a.navbar-item,
    a.navbar-link {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

/* Header Ribbon */

.header-ribbon.container {
    display: none;
}

.ribbon-search-button,
.ribbon-cart-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ribbon-cart-button {
    margin-left: 1rem;
}

.ribbon-cart-button p,
.ribbon-search-button p {
    padding-left: 1rem;
}

.header-ribbon i.fas {
    color: #0096d6;
}

.ribbon-search-button .fa-search {
    font-size: 1.2rem;
}

@media screen and (min-width: 1088px) {
    nav#main-nav {
        height: 8.5rem;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
    }

    .header-ribbon.container {
        height: 3.5rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .header-spacer.two-tier-spacer {
        height: 8.5rem;
    }
}


input#btn-small-search {
    color: transparent !important;
    border: solid 2px #dbdbdb;
    border-left: transparent;
    background-color: transparent !important;
    background: url(/0/Handler/CSSOverride/GetImage/7/search-solid.svg);
    background-position: center;
    background-size: 1.5rem;
    background-repeat: no-repeat;
    width: 3rem;
}

input#small-searchterms {
    border: solid 2px #dbdbdb;
    border-right: none;
    box-shadow: none;
}

input#small-searchterms:hover {
    border: solid 2px #dbdbdb;
    border-right: 0;
}

@media screen and (max-width:1087px) {
    .search-box {
        max-width: 100%;
    }
}

.ribbon-search-box {
    transform: scalex(0);
    max-width: 0px;
    transition: all 0.2s;
    transform-origin: right;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transform: scalex(0);
    -moz-transform: scalex(0);
    -ms-transform: scalex(0);
    -o-transform: scalex(0);
}

.ribbon-search-button.is-active .ribbon-search-box {
    transform: scalex(1);
    max-width: 100000px;
    -webkit-transform: scalex(1);
    -moz-transform: scalex(1);
    -ms-transform: scalex(1);
    -o-transform: scalex(1);
}

.ribbon-search-button.is-active .fa-search,
.ribbon-search-button.is-active p {
    display: none;
}

.ribbon-search-trigger {
    display: flex;
}

.ribbon-search-button .ribbon-search-trigger {
    cursor: pointer;
}

@media screen and (min-width: 1088px) {

    .navbar-dropdown a.navbar-item:focus,
    .navbar-dropdown a.navbar-item:hover {
        background-color: transparent;
        color: #0096d6;
    }
}

@media screen and (min-width: 1088px) {
    .navbar-dropdown {
        border-top: 0px solid #CADFEB;
        margin-top: -1rem;
    }

    a.navbar-item:hover,
    .navbar-link:hover {
        color: #0096d6;
    }
}

/* Homepage Gradient */

section.has-gradient-background-right:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffa6;
    bottom: 0;
    right: 0;
    z-index: 0;
}

section.has-gradient-background-right {
    position: relative;
}

section.has-gradient-background-right>.container {
    z-index: 1;
}

section.has-gradient-background-left:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffa6;
    bottom: 0;
    left: 0;
    z-index: 0;
}

section.has-gradient-background-left {
    position: relative;
}

section.has-gradient-background-left>.container {
    z-index: 1;
}

@media screen and (min-width: 768px) {

    section.has-gradient-background-right:after {
        width: 50vw;
    }

    section.has-gradient-background-left:after {
        width: 50vw;
    }

}

/* Category Page */
.arone-category-page.hp-custom-style .category-hero-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top;
    background: url("/0/Handler/CSSOverride/GetImage/7/coloured-tiles.png");
}

.arone-category-page.hp-custom-style .product-grid .listWrapper .listItem {
    width: 100%;
}

.arone-category-page.hp-custom-style .product-grid .listWrapper .listItem .item-box .product-item .product-item--image .image img {
    object-fit: contain;
}

.arone-category-page .category-product-section .listWrapper .product-item--info .product-item--content .description {
    font-size: 1.25rem;
}

@media screen and (min-width:768px) {
    .arone-category-page.hp-custom-style .product-grid .listWrapper .listItem .item-box .product-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .arone-category-page.hp-custom-style .product-grid .listWrapper .listItem .item-box .product-item .product-item--image {
        width: 40%;
        max-width: 40%;
        height: auto;
        padding: 0;
    }

    .arone-category-page.hp-custom-style .product-grid .listWrapper .listItem .item-box .product-item .product-item--info {
        width: 45%;
        max-width: 45%;
        justify-content: space-between;
        padding: 0;
        height: 100%;
    }

    .arone-category-page.hp-custom-style .listWrapper .item-box {
        height: auto;
    }

    .arone-category-page.hp-custom-style .listWrapper .product-item--info .alternate--prices {
        display: none !important;
    }

    .arone-category-page.hp-custom-style .product-item--content .product-title a {
        font-size: 2rem;
        font-weight: normal;
    }

    .arone-category-page.hp-custom-style .product-grid .listWrapper .listItem .item-box .product-item .product-item--info .product-item--content {
        padding-bottom: 20%;
    }

    .arone-category-page.hp-custom-style .listWrapper .listItem:nth-child(2n) .item-box .product-item--image {
        order: 1;
    }

    .arone-category-page.hp-custom-style .product-grid .listWrapper .listItem .item-box {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .arone-category-page.hp-custom-style .listWrapper .listItem:not(:last-child) .item-box {
        border-bottom: solid 1px #0096D6;
    }
}


.arone-category-page .category-product-section .listWrapper .product-item--info .product-item--content .description {
    overflow: visible;
    -webkit-line-clamp: unset;
    height: 100%;
    max-height: 100%;
}


/* Product Landing page */

@media screen and (min-width:1088px) {
    .arone-product-landing-page .product-main-wrapper .product-info-section .column.details-wrapper {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

/* Footer */
.catfish-footer {
    background: #0096d6;
    color: white;
}

.catfish-footer ul li a {
    color: white;
}

.catfish-footer ul li a:hover {
    color: white;
    text-decoration: underline;
}

.catfish-footer #footerrow .row__container .columns {
    border-bottom: solid 1px white;
    padding-bottom: 1rem;
}

@media screen and (min-width:1472px) {
    .catfish-footer #footerrow .row__container .columns .column {
        width: 15%;
    }
}

/* Footer copyright links */
.footer-bottom-links .footer-link {
    color: white;
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.footer-bottom-links .footer-link:hover {
    text-decoration: underline;
}

.footer-bottom-links .footer-link:nth-child(n+2) {
    border-left: solid 1px;
}

.footer-bottom-links .footer-link:not(:last-child) {
    padding-right: 0.75rem;
}

.footer-bottom-links .footer-link:not(:first-child) {
    padding-left: 0.75rem;
}

/* Footer social media links */
.social-media-links a:hover {
    text-decoration: none !important;
}

.social-media-links a .icon {
    transform: scale(1);
    transition: 0.2s;
}

.social-media-links a:hover .icon {
    transform: scale(1.3);
}

ul.social-media-links {
    display: flex;
}

/* About Us image overlap */

@media screen and (max-width:767px) {

    .column.image-right img,
    .column.image-left img {
        max-width: calc(100% + 2rem + 40px);
        width: calc(100% + 2rem + 40px);
        margin-left: calc(-2rem - 20px);
        margin-top: -3rem;
    }

}

@media screen and (min-width:768px) and (max-width:1087px) {

    .column.image-right img,
    .column.image-left img {
        max-width: calc(100% + 2rem + 128px);
        width: calc(100% + 2rem + 128px);
        margin-left: calc(-2rem - 64px);
        margin-top: -3rem;
    }

}

@media screen and (max-width:1087px) {
    .image-overlap-top>.container>.columns {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .image-overlap-top>.container>.columns .column {
        width: 100%;
        max-width: 100%;
        order: 2;
    }

    .image-overlap-top>.container>.columns .column.image-right,
    .image-overlap-top>.container>.columns .column.image-left {
        order: 1;
    }
}

@media screen and (min-width:1280px) {
    .image-overlap-top .image-right img {
        position: absolute;
        right: 0;
        bottom: 2.5rem;
        max-width: 50%;
        max-height: 50vw;
    }

    .image-overlap-top .image-left img {
        position: absolute;
        left: 0;
        bottom: 2.5rem;
        max-width: 50%;
        max-height: 50vw;
    }

    section.image-overlap-top {
        margin-top: 14.5vw;
    }
}

@media screen and (min-width:1472px) {
    section.image-overlap-top {
        margin-top: 19vw;
    }
}

/* Home featured categories */
@media screen and (max-width:767px) {
    .homeFeaturedCategoriesWrapper .listWrapper .listItem {
        width: 100%;
    }

    .arone-category-page .sub-category-grid .listWrapper .listItem {
        width: 100%;
    }

    .product-grid .listWrapper .listItem {
        width: 100%;
    }

}

@media screen and (min-width:768px){
    .homeFeaturedCategoriesWrapper .homePageCategories .listWrapper .listItem {
        width: 50%;
    }
}

@media screen and (min-width:1088px){
    .homeFeaturedCategoriesWrapper .homePageCategories .listWrapper .listItem {
        width: 25%;
    }
}

.homeFeaturedCategoriesWrapper .catfish-container .bestsellers h3 {
    display: none;
    margin: 0;
}

.homeFeaturedCategoriesWrapper .category-item .image img,
.sub-category-grid .listWrapper .item-box .sub-category-item .picture img {
    object-fit: contain;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item,
.category-subcategory-section .listWrapper .listItem .item-box {
    border: none;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title,
.category-subcategory-section .listWrapper .listItem .item-box .sub-category-item .category-title {
    display: inline-flex;
    transform: translatey(0);
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title,
.category-subcategory-section .listWrapper .listItem .item-box .sub-category-item .category-title {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title,
.category-subcategory-section .listWrapper .listItem .item-box .sub-category-item .category-title {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.75em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.375em - 1px);
    padding-left: calc(0.625em - 1px);
    padding-right: calc(0.625em - 1px);
    padding-top: calc(0.375em - 1px);
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title,
.category-subcategory-section .listWrapper .listItem .item-box .sub-category-item .category-title {
    border-radius: 0;
    background-color: #0E0E0E;
    border-color: transparent;
    border-width: 1px;
    cursor: pointer;
    justify-content: center;
    padding-top: calc(0.375em - 1px);
    padding-bottom: calc(0.375em - 1px);
    white-space: nowrap;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item:hover .product-title,
.category-subcategory-section .listWrapper .listItem .item-box .sub-category-item:hover .category-title {
    background-color: #2c2c2c;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title a,
.category-subcategory-section .listWrapper .listItem .item-box .sub-category-item .category-title a {
    color: #fff;
}

.homeFeaturedCategoriesWrapper .category-item .image,
.category-subcategory-section .sub-category-item .image {
    max-height: calc(100% - 2.75em);
}

@media screen and (min-width: 768px) {

    .homePageCategories .listWrapper {
        justify-content: center;
    }

    .homePageCategories .listItem {
        width: 33.33%;
    }
}

/* Cart / Checkout */

@media screen and (min-width:1088px) {
    .summaryShortDescription:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(transparent 130px, #f5f9fb);
        pointer-events: none;
    }
}

/* Login page */
.login__wrapper {
    text-align: center;
}

.login__wrapper .catfish-container>.columns {
    justify-content: center;
}

.login__wrapper .returning-wrapper {
    width: 66.66%;
}

.login__wrapper .login-title {
    padding-top: 7rem;
    position: relative;
}

.login__wrapper .login-title:before {
    content: "";
    background: url("/0/Handler/CSSOverride/GetImage/7/hp-logo.png");
    width: 7rem;
    height: 100%;
    position: absolute;
    top: -2rem;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(50% - 3.5rem);
}


/* Search results */
.search-panel {
    padding: 0;
}

.search-header {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top;
    background: url("/0/Handler/CSSOverride/GetImage/7/coloured-tiles.png");
}

.search-panel .search-results .product-grid .listWrapper .listItem {
    width: 100%;
}

.search-panel .search-results .product-grid .listWrapper .listItem .item-box .product-item .product-item--image .image img {
    object-fit: contain;
}

@media screen and (min-width:768px) {
    .search-panel .search-results .product-grid .listWrapper .listItem .item-box .product-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .search-panel .search-results .product-grid .listWrapper .listItem .item-box .product-item .product-item--image {
        width: 40%;
        max-width: 40%;
        height: auto;
        padding: 0;
    }

    .search-panel .search-results .product-grid .listWrapper .listItem .item-box .product-item .product-item--info {
        width: 45%;
        max-width: 45%;
        justify-content: space-between;
        padding: 0;
        height: 100%;
    }

    .search-panel .search-results .listWrapper .item-box {
        height: auto;
    }

    .search-panel .search-results .listWrapper .product-item--info .alternate--prices {
        display: none !important;
    }

    .search-panel .search-results .product-item--content .product-title a {
        font-size: 2rem;
        font-weight: normal;
    }

    .search-panel .search-results .product-grid .listWrapper .listItem .item-box .product-item .product-item--info .product-item--content {
        padding-bottom: 20%;
    }

    .search-panel .search-results .listWrapper .listItem:nth-child(2n) .item-box .product-item--image {
        order: 1;
    }

    .search-panel .search-results .product-grid .listWrapper .listItem .item-box {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .search-panel .search-results .listWrapper .listItem:not(:last-child) .item-box {
        border-bottom: solid 1px #0096D6;
    }
}

.search-panel .page-title h1 {
    margin-top: 3rem;
}

.page-dynamicproduct-editor .catfish-button.is-small, .page-dynamicproduct-editor .button.is-small {
    padding: 0.5rem;
}
section.section.product-info-section > .container > .columns {
    align-items: center;
}
.picture-wrapper .bigpicture img.is-fullwidth {
    width: auto!important;
}
.picture-wrapper .bigpicture {
    text-align: center;
}
