﻿.homepageheader-item {
    border-top: 2px solid transparent;
}
.homepageheader-item:hover,
.homepageheader-item--shop {
    border-color: var(--brand-highlight-secondary);
    background: #fefefe;
}
.homepageheader-item__title > a{
	font-family: 'Boleyn', Arial, Helvetica, sans-serif;
    /*font-weight: 700;
    color: #fff !important;*/

	font-size: 14px;
	line-height: 3rem;
	padding: 5px 10px;
}

.product-size__button--checked {
    background-color: #137DAE;
    border-color: #137DAE;
}

.product-size__button:hover {
    box-shadow: 0px 0px 0px 1px #137DAE;
    border: 1px solid #137DAE;
}

/*.tabs--minimalist .tabs-title {
    border-color: #000;
}*/
.tabs--minimalist .tabs-title > a {
    color: #000;
}

.checkout-button,
[name="add-to-bag"],
#newsletter-signup-btn,
.tabs--minimalist .tabs-title.is-active,
.tabs--minimalist .tabs-title.is-active > a,
#delmethform .button--success,
.progressbar__indicator--is-current .progressbar__indicator-icon::before,
form#jscheckout input[type="submit"] {
    background-color: #137DAE;
    border-color: #137DAE;
}

#squadselect .tabs-title.is-active,
#squadselect .tabs-title.is-active > a {
    background: #e0e0e0;
}

.product-details__extras .info,
.product-details__extras .success,
.product-customise .rc-selection__icon,
.progressbar__title--is-current {
    color: #137DAE;
}

.checkout-button:hover,
#newsletter-signup-btn:hover,
#delmethform .button--success:hover,
form#jscheckout input[type="submit"]:hover {
    background-color: #1bb1e7;
    border-color: #1bb1e7;
}

.breadcrumbs > * a {
    color: #666666;
}

.button--addtobag:focus,
.button--addtowishlist:focus {
    background-color: #666666;
    color: white;
}

.orbit-previous,
.orbit-next {
    background: #666666;
}

.orbit-previous:hover,
.orbit-next:hover {
    cursor: pointer;
}

.orbit-previous {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.orbit-next {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.orbit-previous:focus,
.orbit-next:focus,
.orbit-bullets button:focus,
.orbit-bullets button:hover,
.orbit-bullets button.is-active {
    background: #137DAE;
}

[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"]:not(.mega-menu__search-input):not(.responsive-search__input), [type="time"], [type="url"], [type="week"], textarea, select {
    border-color: #666666;
}

#numberfield, #name_back_of_shirt {
    border: 1px solid #666666;
}

/* NEW VERSION 2023 */
.main-header__widemenu-maincontent {
    /* This is to correct menu dropdown position on sticky */
    position: relative;
}
.meganav__link > a {
    position: relative;
}
.meganav__link:not(:first-of-type) > a::before {
    background: #dbd8d8;
    border-radius: .0625rem;
    content: "";
    height: .125rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(-0.1875rem, -50%);
    width: .375rem;
}
@media screen and (min-width: 1040px) {
    .off-canvas-wrapper::before,
    .main-header__widemenu-container.is-stuck::before {
        background: #7c2c3b;
        border-left: 4px solid #2fafe5;
        content: "";
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        z-index: 10;
        width: 2.875rem;
    }
    .off-canvas-wrapper {
        padding-left: 2.875rem;
    }

    .is-stuck { /* margin left has to match ribbon width from off canvas wrapper::before */
        padding-left: 2.875rem;
    }
    .homepageheader-item__title > a {
        font-size: 16px;
        line-height: 3rem;
        padding: 0 26px;
    }
    .homepage-header {

    }
}

.mega-menu__bar-wrapper .logo {
    width: 2rem;
    z-index: 2;
}

.mega-menu__bar-wrapper .logo img {
    position: absolute;
    top: 0.75rem;
    left: -2.125rem;
}

.mega-menu__title > span {
    padding-top: .75rem;
    padding-bottom: .75rem;
    position: relative;
}

.mega-menu__title > span::after {
    background: var(--brand-highlight-secondary);
    bottom: 0;
    content: "";
    display: block;
    height: .1875rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    transform: none;
    transition: .25s;
    width: 0;
}

.mega-menu__title:hover > span::after {
    width: 95%;
}

.mega-menu__icon-svg-container,
.title-bar__icon-svg-container {
    background-color: #fefefe;
    border: 2px solid #e8e8e8;
    border-radius: 100%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    padding: .3125rem;
    transition: .24s;
}
.mega-menu__search-button .mega-menu__icon-svg-container {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    transition: .24s;
}

.mega-menu__icon-svg-container.mega-menu__icon--myaccount-icon,
.mega-menu__icon--search .mega-menu__icon-svg-container,
.title-bar__icon--myaccount .title-bar__icon-svg-container,
.title-bar__icon--search .title-bar__icon-svg-container {
    padding: .25rem;
}

.mega-menu__icon:hover .mega-menu__icon-svg-container {
    border-color: #7c2c3b;
}

/** Footer Divider **/
.footer .cell.grid-x.large-12 {
    position: relative;
    padding: 1.5rem 0;
}

.footer .cell.grid-x.large-12::after, .footer .cell.grid-x.large-12::before {
    background-color: #fefefe;
    content: "";
    height: .0625rem;
    left: 0;
    opacity: .1;
    position: absolute;
    width: 100%;
}

.footer .cell.grid-x.large-12::before {
    top: 0;
}

.footer .cell.grid-x.large-12::after {
    bottom: 0;
}

.social__link-container {
    border-radius: .5rem;
    margin: 0.5rem 0.5rem 0 0.5rem;
}

.social__link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.social__link-container, .social__link-button svg {
    transition: .25s;
}

.social--wideboxes .social__link-button {
    margin-right: 1rem;
}

/** Responsive */
.title-bar:not(.title-bar--secure)  {
    z-index: 2;
}
.title-bar:not(.title-bar--secure) .title-bar__logo {
    margin: 0 0 0 0.75rem;
    height: auto;
    position: absolute;
    top: -2.375rem;
    left: 0;
}
.title-bar.is-stuck .title-bar__logo-container {
    padding: 0;
}
.title-bar.is-stuck .title-bar__logo {
    position: initial;
    height: 2.625rem;
}
/*.title-bar__logo {
    height:auto !important;
    width:auto !important
}*/
/*#menu-left-open.is-open .title-bar__logo-container > a {
    width: 76px;
    height: 74px;
    display: block;
}*/
#menu-left-open.is-open .title-bar__logo-container {
    display: none;
}
.responsive-search__input{
    height: 2.125rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    /*text-transform: uppercase;*/
}
.responsive-search .input-group {
    border-radius: .75rem;
    background: #f2eaec;
    box-shadow: inset 0 1px 2px rgba(32,32,32,.1)
}
.responsive-search__button > .responsive-menu__icon {
    font-size: 1.125rem;
}
.icon-cross__container {
    width: 2.5rem;
    height: 2.5rem;
}
.icon-cross__line {
    width: 1.5rem;
}
.responsive-topmenu__submenu .responsive-menu__arrow-icon::before,
.responsive-topmenu__submenu .responsive-menu__arrow-icon::after,
.responsive-department a,
.responsive-department[aria-expanded="true"] > a,
.responsive-subdepartment > a
{
    color: #fff !important;
}
.responsive-menu__static-title {
    font-family: "Boleyn", Arial, sans-serif;
}
.responsive-menu__static-subitem {
    font-size: 1rem;
}
/** End of Responsive */
.secure-header-continue-shop > .button.secondary{
    background: white;
    padding: 0.5rem 1.125rem;
}

.featureTab-text {
    background: #f1f1f1;
}

#footer-wrapper {
    position: relative;
    margin-top: 32px;
}
.newsletter {
    padding-top: 42px;
}
#footer-wrapper:before {
    content: "";
    left: 50%;
    position: absolute;
    top: -2.1875rem;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: url('/contentpics/70x70-logo.png');
}
