/* 
Replace all instances of CPH blue with PROBOND green
Styling for PROBOND store
*/

.section-slider .splide__pagination .splide__pagination__page.is-active,
.category-link__item-no-icon,
.blue-book,
.additional-links__wrap-bg {
    background-color: #004f58;
}

.top, .about-account {
    background-color: #fff;
}
.header__search__input {
    border: 1px solid #004f58;
    color: #004f58;
}
#header .top-item a:hover {
    text-decoration: underline;
}

.button:not(.button_inline),
.button:not(.button_light) {
    background: #004f58;
    border: 2px solid #004f58;
}

.button:not(.button_inline):hover,
.button:not(.button_light):hover {
    background: rgba(255, 255, 255, 0);
    color: #004f58;
}

.button.button_inline,
.button.button_light {
    background: transparent;
}

.section-slider .splide__arrow--prev svg,
.section-slider .splide__arrow--next svg,
.button_inline .icon svg,
.product-info__favorites .icon-favorites,
.product-info__favorites .icon-favorites:hover svg,
.button-counter .icon svg,
.info-icon svg,
.icon-404-zero svg,
.top-list .icon svg,
.account__item:hover svg,
.account__item.active svg,
.product-item .icon-favorites,
.icon-download svg,
.radio__span-done svg,
.account__menu .account__item:hover svg {
    fill: #004f58;
}

.top-list .icon:hover svg {
    fill: #004f58 !important;
}

.dropdown .container {
    scrollbar-color: #004f58 rgba(255, 255, 255, 0);
}

.button_light,
.button_inline,
.category-link__item:hover .category-link__title,
.button_inline:hover,
.list-categories a:hover,
.list-categories li.active a,
.page-404__label,
.document-item__title,
.shipping-container .ship-anchor,
.breadcrumb__link:hover,
.list-menu li.active > a,
.categories__card:hover,
.dropdown-link:hover .dropdown-text,
.modal-form__title_action,
.modal-form__form_signin .modal-form__title,
.top-link__text,
.top-item a,
.about-account-text,
.about-account .page-title,
.account__item.active,
.account__item:hover,
.product-item:hover .product-item__title,
.price-format_cart-total,
.radio__text_terms,
#accountButton .user-name,
.edit__button,
.order-item > *:hover,
.review__title {
    color: #004f58;
}



.progress-bar {
    background-color: #004f58;
}

.file-uploading .custom-form button {
    color: #004f58 !important;
}

.product-media__left .splide__arrow--prev svg,
.product-media__left .splide__arrow--next svg {
    fill: #004f58;
}

.product-info__list ul li.active {
    border: 2px solid #004f58;
}

.preloader::after {
    background: #004f58;
}

.button_filter {
    background: #fff;
    color: #ffffff;
}

.radio__input:checked + .radio__label .radio__span::before {
    border-color: #004f58;
}
.radio__input:checked + .radio__label .radio__span::after {
    background: #004f58;
}

.nav-item:hover,
.nav-item.active {
    border-color: #004f58;
}

nav#nav {
    border-top: 1px solid #eaeaea;
}

nav#nav .nav-link {
    color: #004f58;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

@media only screen and (max-width: 1660px) {
    .nav {
        height: auto;
    }
}

@media only screen and (max-width: 1400px) {
    nav#nav .nav-link {
        font-size: 13px;
    }
    .nav-item {
        padding: 0 15px;
    }
}

.section.about-account .button_light {
    color: #004f58;
    border-color: #fff;
    background-color: #fff;        
}
.section.about-account .button_ligh:hover {
    color: #fff;
    background-color: #004f58;
}
.section.about-account .button_light_border {
    border-color: #fff;
}
.section.about-account .button_light_border:hover {
    background-color: #fff;
}

.additional-links__content .button {
    color: #fff;
}
.additional-links__content .button:hover {
    border-color: #fff;
    color: #fff;
}

.about-home__left .button.button_inline {
    background: transparent;
    border: none;
}

.modal-form__form_signin .button_light {
    background: transparent;
}

.modal-form__form_signin .button_light:hover {
    background-color: #004f58;
    color: #fff;
}

.section-slider .splide__wrapper .button {
    background: transparent;
    border: none;
    color: #004f58;
}

.modal-form__form_register .modal-form__wrap .button_light:hover {
    color: #004f58;
}

.product-tabs .text-block .button_inline {
    border: none;
    background: transparent;
    color: #004f58;
}
.probond-hero {
    background-image: url('/assets/img/image/probond/probond-bg.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 60px 0 150px;
}
.probond-hero .inner {
    max-width: 560px;
    margin: 0 auto;
}
.probond-hero h1 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0.5em;
    display: block;
    font-size: 30px;
}
.probond-hero .button-group {
    justify-content: center;
}
.probond-hero a.button.button_light {
    background: #fff;
    border: 2px solid #fff;
}

.probond-hero a.button.button_light:hover,
.probond-hero a.button.button_light:focus,
.probond-hero a.button.button_light:active {
    color: #fff;
    background: transparent;
}

/* order success page */
.review__wrap a.button.button_inline {
    background: #fff;
}

.probond-hero-cards {
    padding: 0;
}
.probond-hero-cards .cards-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    background: #fff;
    margin-top: -100px;
    padding: 20px;
    border-radius: 10px;
}
.probond-hero-cards .cards-wrapper .card {
    display: flex;
    width: 100%;
    flex-direction: column;
    background-color: #004f58;
    position: relative;
    aspect-ratio: 7 / 9;
    border-radius: 7px;
    overflow: hidden;
}
.probond-hero-cards .cards-wrapper .card img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.probond-hero-cards .cards-wrapper .card .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
}
.probond-hero-cards .cards-wrapper .card .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-end;
    padding: 20px;
}
.probond-hero-cards .cards-wrapper .card h3 {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
}
.probond-hero-cards .cards-wrapper .card .button {
    border-width: 2px;
}
.probond-hero-cards .cards-wrapper .card .button:hover,
.probond-hero-cards .cards-wrapper .card .button:focus,
.probond-hero-cards .cards-wrapper .card .button:active {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
}
.probond-hero-cards .cards-wrapper .card .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

@media screen and (max-width: 1024px) {
    .probond-hero-cards .cards-wrapper {
        flex-wrap: wrap;
    }
    .probond-hero-cards .cards-wrapper .card {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 600px) {
    .probond-hero-cards .cards-wrapper .card {
        width: calc(100%);
    }
}

.about-account-icon svg{
fill:#004f58;
}

.about-account-icon svg.stroke{
stroke:#004f58;
}

.probond-home .section.about-account {
    margin-bottom: 0;
   padding: 30px 0 40px;
}

.probond-home-cta {
    overflow: hidden;
    background-color: #004f58;
    color: #fff;
    padding: 100px 0 140px;
}
.probond-home-cta .inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.probond-home-cta .text-block {
    text-align: left;
    color: #ffffff;
}
.probond-home-cta h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.probond-home-cta .button_light {
    color: #fff;
    border: 2px solid #fff;
}
.probond-home-cta .button_light:hover,
.probond-home-cta .button_light:focus,
.probond-home-cta .button_light:active {
    color: #004f58;
    background: #fff;
    border: 2px solid #fff;
}
.probond-home-cta img {
    margin-bottom: -300px;
    margin-top: -110px;
}

@media only screen and (max-width: 1024px) { 
    .probond-home-cta .content-right {
        display: none;
    }
}

.probond-home-info {
    background: #fbfaf9;
    padding: 50px 0;
}
.probond-home-info img {
    max-width: 370px;
    margin-top: -20px;
    margin-bottom: -90px;
    margin: 0 auto;
}
.probond-home-info .inner {
    display: flex;
    align-items: center;
    gap: 30px;
}
.probond-home-info h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.probond-home-info .inner .content-right {
    width: 70%;
}

.probond-home-info .inner .content-left {
    width: 30%;
    text-align: center;
}

.breadcrumb__link {
    font-weight: 500;
    font-size: 16px;
}

li.nav-item.probond-shop-online .nav-link {
    background: #004f58;
    padding: 10px 23px;
    color: #fff !important;
    border: 2px solid #004f58;
}
li.nav-item.probond-shop-online .nav-link:hover {
    background: #fff;
    color: #004f58 !important;
}

li.nav-item.probond-shop-online {
    border-color: transparent;
}

@media only screen and (max-width: 1024px) {
    .probond-home-info .inner {
        flex-direction: column;
    }
    .probond-home-info .inner .content-left {
        width: 100%;
    }
}

.hamburger-icon span,
.hamburger-button:hover span {
    background-color: #004f58;
}

.hamburger-item:hover {
    color: #004f58;
}

@media only screen and (max-width: 1100px) {
    .logo {
        height: auto;
        width: auto;
    }
    .logo img.logo-main {
        max-width: 160px;
    }
}



.probond-footer {
    background-color: #004f58;
}
.probond-footer .inner {
    padding: 80px 0 40px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    gap: 30px;
}
.probond-footer .inner h5 {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid #467f86;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.probond-footer .inner .footer-col {
    width: 100%;
}
.probond-footer .inner .footer-col li {
    margin-bottom: 19px;
}
.probond-footer .inner .footer-col li a {
    color: #fff;
    padding: 0;
}
.probond-footer-bottom {
    border-top: 1px solid #467f86;
    padding-top: 40px;
    padding-bottom: 40px;
    color: rgb(255 255 255 / 32%);
}

@media screen and (max-width: 1024px) {
    .probond-footer .inner {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .probond-footer .inner .footer-col {
        width: calc(33% - 20px);
    }
}

@media screen and (max-width: 600px) {
    .probond-footer .inner .footer-col {
        width: calc(100%);
    }
}
.icon.bulky{fill: #004f58;}
.icon.pallet{fill: #004f58;}
.icon.click-collect{fill: #004f58;}
.icon.confirm-email{fill: #004f58;}