





@import url("/baseNew.css");
@import url("/custom/contract1633/hamburgers.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

@font-face {
    font-family: "Meta Regular";
    src: url('/custom/contract1633/MetaPro-Normal.otf');
}
@font-face {
    font-family: "Meta Bold";
    src: url('/custom/contract1633/MetaPro-Book.otf');
}

@font-face {
    font-family: "Archer Regular";
    src: url('/custom/contract1633/Archer-Medium-Pro.otf');
}
@font-face {
    font-family: "Archer Bold";
    src: url('/custom/contract1633/Archer-Black-Pro.otf')
}


:root {
    --primary: #000000;
    --secondary: #ffcb05;
    --tertiary: #58595b;
}

/* Slider */

.bx-wrapper .bx-viewport {
    box-shadow: none !important;
}

.bx-wrapper img {
	max-width: 98% !important;}

/* Change BaseNew.css */

#homeContainer .pageTitle {
    display: none;
}

#ordersTable {
    display: none;
}

/* Order Details */

.sideBarTitle {
    display: none !important;
}

.dropDownInput {
    display: none !important;
}

.radioInput {
    display: none !important;
}

.leftColumnSection1 span {
    display: none;
}

input[value="Resend"] {
    display: none;
}

/* Styling Checkout */

#checkoutButton {
    z-index: 999 !important;
    position: relative;
    left: 950px;
    top: 10px;
}

div.ui-widget-header {
    margin-top: -20px;
    background-color: var(--secondary) !important;
    color: black !important;
    background-image: none !important;
    font-size: 14px !important;
    border-color: black !important;
}
/* ------------------------------------------------------------------------------------------------------------------------ */

*:focus {
    outline: 0;
}
label {
    font-family: 'Meta Regular', sans-serif !important;
    font-weight: 600 !important;
}
p, a, li, ul, ol, button, span, div, ::placeholder, td, input {
    font-family: 'Meta Regular', sans-serif !important;
    font-weight: 300 !important;
    text-shadow: none !important;
    border-radius: 0px !important;
}

#homeContainer .red {
    color: red !important;
    font-weight: bold !important;
}

th {
    font-family: 'Meta Bold', sans-serif !important;
    font-weight: 600 !important;
    text-shadow: none !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Archer Bold', sans-serif !important;
    font-weight: 500 !important;
    text-shadow: none !important;
}



body, .container  {
    background: none !important;
    padding: 0;
    overflow-x: hidden;
}
.container {
    width: auto;
    padding: 0px 20px;
    max-width: 1200px;
    min-height: 100vh;
    padding-bottom: 80px; /* 20px bigger than footer */
    position: relative; /* to put footer at bottom */
    box-sizing: border-box;
}
.mainColumn, .leftColumn, .rightColumn {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
}

.mainColumn {
    z-index: 1;
    position: relative;
    left: 32px; 
}

.rightColumn {
    display: none !important;
}
#report3Container #report3Table,
.datatable {
    display: block;
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 20px;
    box-sizing: border-box;
    width: max-content;
}
#report3Container #report3Table th,
#report3Container #report3Table td,
.datatable th, .datatable td {
    min-width: 80px;
}
#report3Container #report3Table th,
#productDetailsCatContainer .detailsform th,
.datatable th {
    background-color: #f0f0f0 !important;
    color: black !important;
    font-weight: 500 !important;
}
.datatable .rowOddBlank, .datatable .rowEvenBlank {
    display: none;
}

#adminFunctionsTable {
    display: none;
}

/* Raise a ticket */
#productDetailsCatContainer #mainTabContainer div:nth-child(2) a.button {
    position: relative;
    right: 790px;
    background-color: var(--secondary) !important;
    border: none !important;
    margin-right: 15px;
    transition: .2s ease-in-out !important;
}

#productDetailsCatContainer #mainTabContainer div:nth-child(2) a.button:hover {
    color: #fff !important;
    background-color: #58595b !important;
    text-decoration: none !important;
}

/* style buttons */
button, input[type="button"], input[type="submit"], #checkoutButton, #completeOrderButton,
#orderConfirmContainer .leftColumn .leftColumnSection1 a,
#orderDetailsContainer .leftColumn .leftColumnSection1 .sideBarBackLink,
#report3Container .button {
    border-radius: 0px !important;
    font-size: 14px;
    background-color: var(--secondary) !important;
    border: none !important;
    color: black !important;
    padding: 6px !important;
    box-shadow: #dee1e4 -2px 2px 6px 2px !important;
    transition: all 0.2s;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover,
.leftColumnSection1 #adjouterButton:hover,
.leftColumnSection1 #newBasketButton:hover,
.leftColumnSection2 #saveBasketButton:hover,
.leftColumnSection2 #manageBasketButton:hover,
.leftColumnSection1 #saveBasketButton:hover,
#report3BackButton .button:hover, #report3PrintButton .button:hover {
    background-color: var(--tertiary) !important;
    color: white !important;
}

/* secondary buttons */
.leftColumnSection1 #adjouterButton, 
.leftColumnSection1 #newBasketButton,
.leftColumnSection2 #saveBasketButton,
.leftColumnSection2 #manageBasketButton,
.leftColumnSection1 #saveBasketButton,
#orderDetailsContainer .leftColumn input,
#orderDetailsContainer .leftColumn button {
    font-size: 14px;
    padding: 6px !important;
    background-color: var(--primary) !important;
    color: white !important;
}

/* preview product buttons */
.fancybox-button {
    background-color: black !important;
    color: white !important;
    box-shadow: none !important;
    margin: 10px 10px 0px 0px;
}
.fancybox-button:hover {
    background-color: black !important;
    color: white !important;
}



.componentItem h5 {
    display: none;
}

/* on screens bigger than a phone, display left and main column side by side */
/* right column will still be under left and main column */
@media only screen and (min-width: 900px) {
    .content {
        display: flex;
    }
    .mainColumn {
        min-width: 0;
    }
    .leftColumn {
        width: 250px !important;
        margin-right: 10px !important;
    }
}

/* error box for all screens */
#ErrorLayer {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    color: black;
}




/* --- LOGIN PAGE --- */

#loginPageContainer .mainColumn .pageTitle {
    position: relative;
    right: 35px;
}

#loginPageContainer {
    width: 100%;
    max-width: 1200px;
    height: min-content;
    min-height: 100vh;
    position: relative;
}
#loginPageContainer .header {
    margin-left: 20px;
}
#loginPageContainer .content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    height: auto !important;
    padding: 0px 20px;
    box-sizing: border-box;
    max-width: 100% !important;
    margin: 0 auto;
    padding-bottom: 160px;
}
#loginPageContainer .mainColumn,
#loginPageContainer .leftColumn {
    display: block !important;
    width: 100% !important;
    float: none !important;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
#loginPageContainer .leftColumn {
    color: black !important;
    height: 400px !important;
    margin: 0 !important;
    background-color: white;
    border-radius: 10px;
    box-shadow: #dcdee0 -2px 2px 6px 6px;
}
#loginPageContainer .leftColumn .leftColumnSection1 * ,
#loginPageContainer .leftColumn .leftColumnSection2 * {
    color: black !important;
}
#loginPageContainer .leftColumnSection1 {
    margin: 0 !important;
}
#loginPageContainer .leftColumn form {
    width: 300px;
    margin: 0 auto;
}
#loginPageContainer .leftColumn form label {
    font-weight: 100 !important;
    margin-bottom: 5px;
}
#loginPageContainer .leftColumn form input {
    width: 100%;
    max-width: none;
    height: 30px;
    padding: 10px !important;
}
#loginPageContainer .leftColumn form button {
    margin: 0 auto;
    background: none;
    background-color: white;
    font-weight: 600 !important;
    padding: 10px 20px;
    height: 35px;
    width: 150px;
    line-height: 10px !important;
    border-radius: 20px;
}
#loginPageContainer #PasswordForm input[type="submit"] {
    background: none;
    background-color: white;
    color: var(--blue);
    padding: 5px
}





/* --- HEADER --- */
.header {
    width: 100%;
    height: 120px;
    overflow: visible;
    display: flex;
}
.headerLogo {
    display: flex;
    align-items: center;
    width: 200px;
    padding-right: 5%;
    padding-left: 10px;
    flex-shrink: 1;
}
.headerLogo img {
    z-index: 1;
    position: relative;
    left: -30px;
    top: 34px;
    width: 100%;
    margin: 0 !important;
    margin-top: 20px !important;
}
.headerSecondaryLogo {
    width: auto;
}
#headerSecondaryLogoComponentBottom {
    position: relative;
    z-index: 999;
    margin-top: 12px;
}

.headerSecondaryLogo {
    height: 100%;
    margin-left: auto;
}
.logo1 {
    cursor: pointer;
}
.logo2 {
    display: none !important;
}
.headerSecondaryLogo img {
    display: block;
}
#headerSecondaryLogoComponentBottom {
    position: relative;
    bottom: 35px;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
.hamburger {
    margin-top: 6px;
    margin-left: 8px;
    cursor: pointer;
    outline: none;
    border: none;
    padding-right: 0px;
    background: white !important;
    box-shadow: none !important;
}
.hamburger:hover {
    background-color: white !important;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    height: 2px;
    width: 30px;
}

/* basket icon in header */
.basketComponent {
    margin: 0px;
    width: 50px;
    height: 50px;
    float: right;
    background: url('/custom/contract1615/shopping-basket.svg') no-repeat;
    background-size: 30px;
    background-position: center center;
    position: relative;
}
.basketComponent h5 {
    display: none;
}
#modifybutton {
    background-color: transparent !important;
    border-radius: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none !important;
}
.basketComponent h4 {
    display: none;
}
.basketTools {
    margin: 0 !important;
}
.basketTop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background: none;
    background-color: red;
    position: absolute;
    right: 0
}
.basketComponent p:nth-child(2) {
    color: white;
    margin: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 500 !important;
}

.basketComponent p:nth-child(3) {
    display: none;
}




/* --- BASKET / SAVE BASKET WINDOW --- */
.saveBasketContainer {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background-color:rgba(30, 30, 30, 0.8);
    z-index: 9999;
}
.saveBasketContainer #closeSaveBasketBtn {
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
    height: 44px;
    width: 44px;
    padding: 20px;
    cursor: pointer;
    border: none;
    border-radius: 5px !important;
    outline: none;
    background-color: black !important;
    background-image: url('/custom/contract1615/cancel.svg');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    box-shadow: none !important;
}
.saveBasketContainer iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: none;
    width: 400px;
    height: 400px;
    overflow: hidden !important;
}
#basketNameContainer .pageTitle {
    color: black;
}
#basketNameContainer label {
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}
#basketNameContainer div {
    text-align: center;
}
#basketNameButton {
    margin: 10px auto !important;
}
#basketNameTable {
    margin-top: 20px;
}
#basketNameTable thead,
#basketNameTable tbody {
    width: 100% !important;
    display: table;
}


/* hide extra save and update basket button */
#oneOffBasketButtonSave, #oneOffBasketButtonUpdate {
    display: none;
}
/* style save basket component */
.oneOffBasketComponent {
    z-index: 1;
    position: relative;
    height: 50px;
    width: 50px;
    background-image: url('/custom/contract1615/heart.svg');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.oneOffBasketComponent:hover > .oneOffBasketTop {
    max-height: 300px;
    border: 1px solid #dcdee0;
    padding: 20px 10px;
    overflow: visible;
}
.oneOffBasketTop {
    position: absolute;
    top: 100%;
    right: 0;
    max-height: 0px;
    overflow: hidden;
    z-index: 999 !important;
    background-color: white;
    transition: max-height 0.4s, padding 0.4s;
    border-radius: 10px;
    padding: 0px 10px;
    box-sizing: border-box;
}
.oneOffBasketTop * {
    font-weight: 500 !important;
}
.oneOffBasketTop:before {
    content: '';
    display: block;
    width: 0; 
    height: 0; 
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid lightGrey;
    position: absolute;
    bottom: 100%;
    right: 16px;
}


.oneOffBasketTop * {
    position: relative !important;
}
.oneOffBasketTop button:nth-child(3) {
    margin-top: 10px !important;
}
.oneOffBasketTop h4 {
    display: none;
}





/* --- MENU BAR --- */
#menuIcon {
    display: none !important;
}
.menu {
    position: absolute !important;
    top: 0px;
    right: -300px;
    left: auto !important;
    padding-top: 150px;
    border-left: 1px solid gray;
    width: 300px !important;
    height: 100% !important;
    box-sizing: border-box;
    background: white !important;
    transition: all 0.2s;
}

#productDetailsCatContainer .menu {
    height: 100px !important;
    position: relative !important;
    left: 450px !important;
    width: 100% !important;
    padding-top: 0px;
    border-left: none;
    padding-bottom: 50px !important;
    padding-top: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: white !important;
}

.menuTable {
    display: table !important;
    padding: 0 !important;
    background-color: white !important;
}
.menuItemDividerCell {
    display: none !important;
}
.menu td {
    display: contents !important;
    margin: 0 auto;
    width: auto !important;
}
.menuItemCell a {
    padding: 0 !important;
    color: black !important;
    font-size: 14px !important;
    height: 40px !important;
    position: relative;
    width: auto !important;
}
.menuItemCell a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0;
    transition: all 0.3s;
    background-color: var(--secondary);
}
.menu #menuItemReturnToAdminDividerCell {
    display: none !important;
}
.menuItemHome { /* replace home icon with word home */
    width: 100% !important;
    margin: 0 auto !important;
    text-indent: 0px !important;
    background: none !important;
}
#menuItemReturnToAdminDividerCell {
    display: none;
}
@media only screen and (min-width: 1100px) {
    .hamburger {
        display: none;
    }
    .basketComponent {
        margin: 0;
    }
    .menu {
        height: 100px !important;
        position: relative !important;
        left: 450px !important;
        width: 100% !important;
        padding-top: 0px;
        border-left: none;
        padding-bottom: 50px !important;
        padding-top: 5px;
        margin-top: -40px;
        margin-bottom: 20px;
        background-color: white !important;
    }
    .menu td {
        display: table-cell !important;
    }
    .menuTable {
        height: 100% !important;
        background-color: white !important;
    }
    .menuTable tr {
        display: flex;
        justify-content: space-between;
        width: 63%;
        height: 100%;
    }
    .menuItemCell a {
        color: black !important;
        font-weight: 900 !important;
        font-size: 13px;
    }
    .menuItemCell a:hover {
        background-color: white !important;
    }
    .menuItemCell a:hover:after {
        width: 100%;
        left: 0;
    }
    .menuItemCell {
        line-height: 40px;
        height: 100% !important;
        flex-grow: 1;
        padding: 0 !important;
        text-align: center;
    }
}





/* --- HOMEPAGE --- */
#homeContainer .leftColumn, #homeContainer .rightColumn {
    display: none !important;
}
#homeContainer .mainColumn {
    width: 100% !important;
}

.menuItemHelp {
    display: none !important;
}


#menuItemHelpCell {
    display: none !important;
}

/* .menuItemReturnAdmin {
    display: none !important;
}

#menuItemReturnToAdminCell {
    display: none !important;
} */

/* --- CUSTOM SLIDER --- */
.custom-slider {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    font-size: 0;
    margin-top: -120px !important;
    margin-bottom: 50px;
}
@media only screen and (min-width: 900px) {
    .custom-slider {
        margin-top: -20px;
    }
}
.custom-slide {
    display: inline-block;
    position: relative;
    height: 400px;
    overflow: hidden;
    width: 50%;
    margin-top: 20px;
}
.slide-text {
    margin-top: -20px;
    max-width: 600px;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    margin-left: 50px;
    margin-right: 20px;
    z-index: 99;
    color: black;
    text-align: left;
}

.slide-text .text {
    white-space: normal;
    font-size: 12px;
    color: rgb(99, 99, 102);
}

.slide-text h1 {
    font-family: "Archer Regular" !important;
    font-size: 50px;
    font-weight: 300 !important;
    margin-bottom: 5px;
    white-space: normal;
    line-height: 55px;
}
.slide-text .sub-heading {
    font-family: "Meta Regular" !important;
    white-space: normal;
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: rgb(99, 99, 102);
}
.slide-text button {
    box-shadow: none !important;
    width: 220px;
    font-size: 13px;
    padding: 20px 10px !important;
    font-weight: 700 !important;
    margin-top: 10px;
    cursor: pointer;
}
.custom-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
}

.main-img {
    position: absolute;
    top: 100px;
    width: 500px;
}

/* --- HOMEPAGE BUTTONS --- */
.homepage-buttons {
    max-width: 2500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto; /* must be the negative of homepage button margin */
}
.homepage-button {
    position: relative;
    margin: 5px;
    flex-grow: 1;
    min-width: 100px;
    max-width: 183px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: #b7babd -1px 2px 10px 2px
}

.homepage-button-img {
    width: 100%;
    height: 125px;
    overflow: hidden;
}
.homepage-button-img img {
    width: 100%;
}
.homepage-button-text {
    background-color: white;
    padding: 10px 0px
}
.homepage-button h1 {
    color: rgb(44, 44, 46);
    font-family: "Meta Regular" !important;
    font-weight: 300 !important;
    font-size: 18px;
    margin: 0;
}
.homepage-button button {
    box-shadow: none !important;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 5px 14px !important;
}





/* --- CATALOGUE PAGE --- */

#catalogContainer .tab-validtodate label {
    font-weight: normal !important;
}

#catalogContainer .tab-validtodate {
    font-size: 14px !important;
}

#catalogContainer .tab-title {
    font-weight: 900 !important;
}


#catalogContainer .mainColumnSection1 {
    text-align: center;
}
#catalogContainer .pane-tab-item {
    float: none !important;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
#catalogContainer .pane-tab-item * {
    width: auto !important; /* Why so many fixed widths :'( */
}
#catalogContainer .pane-tab-item .tab-price {
	display: none;
}


#catalogContainer .pane-tab-item .tab-title {
	order: 1;
    font-weight: bold !important;
}
#catalogContainer .pane-tab-item .tab-code {
	order: 2;
	margin-bottom: 10px;
	color: grey;
}
#catalogContainer .pane-tab-item .tab-description {
	display: none;
	order: 3;
	min-height: 60px;
	margin: 0px 10px 10px;
	color: black;
	text-align: center;
    text-overflow: ellipsis !important;
    overflow: hidden;
}
#catalogContainer .pane-tab-item .tab-packsize {
	order: 4;
}
#catalogContainer .pane-tab-item .tab-weight {
	order: 5;
}
#catalogContainer .pane-tab-item .tab-button {
	order: 6;
	margin-top: 30px;
}

.breadcrumbComponent ul {
  padding-top: 30px !important;
}

.breadcrumbComponent a {
    position: relative;
    right: 470px;
    font-size: 1em !important;
    text-transform: uppercase;
}

.breadcrumbComponent li a:link {
  background: url('/custom/contract1633/Bullet.png') no-repeat left 50%
}


#catalogContainer .categoryTreeComponent {/* hide tree on small screens */
    display: none;
}
#catalogContainer .leftColumn { /* display inline on small screens */
    display: flex;
    flex-wrap: wrap;
}

#catalogContainer .leftColumn .leftColumnSection1 {
    flex-grow: 1;
}
#catalogContainer .leftColumn .leftColumnSection1 * {
    width: 100%;
}
#catalogContainer .leftColumn .leftColumnSection2 {
    flex-grow: 1;
    max-width: 450px;
}
#catalogContainer .leftColumn .componentItem {
    width: 100% !important;
}

/* style search bar */
.catalogueSearchComponent {
    display: block;
    padding: 0 !important;
    width: 190px;
}
.catalogueSearchComponent .catalogueSearchComponentForm { 
    position: relative;
    top: 10px;
    box-sizing: border-box;
    width: 180% !important;
}
.catalogueSearchComponent h4 {
    box-sizing: border-box;
    margin: 0 0 5px !important;
    width: 100% !important;
}

.catalogueSearchComponent #catalogueSearchComponentSearchResults {
    z-index: 1;
    width : 230px !important;
}

#catalogContainer .catalogueSearchComponentForm {
    position: relative !important;
    bottom: 175px !important;
    left: 150px !important;
}

.catalogueSearchComponentForm {
    position: relative; 
    left: 70%;
    width: 100px;
    display: flex;
    align-items: center;
    border: 1px solid LightGray;
}
.catalogueSearchComponentForm input {
    flex-grow: 1;
    padding: 10px !important;
    margin-right: 0 !important;
    max-width: none !important;
    width: auto !important;
    background: none !important;
    color: black !important;
}
.catalogueSearchComponentForm button {
    width: 20px !important;
    margin-right: 10px;
    position: static !important;
    background: url('/custom/contract1615/search.svg') no-repeat !important;
    box-shadow: none !important;
}
#catalogContainer .componentItem h4 {
    background-color: var(--secondary);
    line-height: 18px;
    color: black;
}

/* style category drop down */
.categoryDropDownComponent {
    display: flex !important;
    flex-wrap: wrap;
}
.categoryDropDownComponent h4 {
    flex-grow: 1;
    width: 100% !important;
    margin-bottom: 5px !important;
}
.categoryDropDownComponent select {
    flex-grow: 1;
    max-width: none !important;
    border: 1px solid LightGray;
}
.categoryDropDownComponent input {
    width: 50px !important;
    border: none;
    background-color: var(--primary);
    color: white;
    font-weight: 300;
    padding: 5px 0px !important;
    margin-top: 5px !important;
    margin-right: 0px !important;
    margin-left: 10px !important;
}

/* stye category tree */
.categoryTreeComponent {
    padding: 0 !important;
}
.categoryTreeComponent ul {
    margin-left: 5px;
    box-sizing: border-box;
}
.categoryTreeComponent h4 {
    margin-left: 0 !important;
}
.categoryTreeComponent .linkContainer {
    display: block !important;
    width: 100%;
    padding: 5px 0px;
    position: relative;
    box-sizing: border-box;
}
.categoryTreeComponent .toplink {
    display: none !important;
}
.categoryTreeComponent .linkContainer a {
    width: 100%;
    display: inline-block;
}
.categoryTreeComponent .linkContainer a:hover {
    color: black !important;
}

.instructions {
    display: none !important;
}

.categoryTreeComponent .linkContainer:before {
    content: '';
    display: block;
    width: 65%;
    height: 1px;
    background-color: lightGrey;
    position: absolute;
    bottom: 0;
    left: 0;
}
.categoryTreeComponent .linkContainer:after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background-color: gray;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s;
}
.categoryTreeComponent .linkContainer:hover:after {
    width: 65%;
}

.categoryTreeComponent ul ul {
    border-bottom: none !important;
}


#catalogContainer #ErrorLayer br:nth-child(1) {
    display: none;
}

@media only screen and (min-width: 900px) { /* display left and main col side by side on large screens */
    #catalogContainer .leftColumn {
        display: block;
    }
    /* show tree and hide category dropdown on bigger screens */
    .catalogueSearchComponent h4 {
        display: none !important;
    }
    .catalogueSearchComponent {
        margin-bottom: 20px !important;
    }
    #catalogContainer .categoryTreeComponent {
        display: block;
    }
    .categoryDropDownComponent {
        display: none !important;
    }
    #catalogContainer .pane-tab {
        justify-content: start !important;
    }
}




@media only screen and (min-width: 520px) { /* display as grid for big screens */
     #catalogContainer .pane-tab {
        float: none;
        display: grid;
        grid-gap: 0px;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        justify-content: space-around;
    }
    #catalogContainer .pane-tab-item {
        width: auto !important;
        margin: 15px;
    }
    #catalogContainer .pageNumbers {
        width: auto !important;
    }
}

/* style each product card */
#catalogContainer .pane-tab-item {
    box-shadow: #dcdee0 -1px 1px 6px 1px;
    background-color: white;
    border-radius: 10px;
    padding: 5px 10px;
    transition: all 0.3s;
}

#catalogContainer .pane-tab-item:hover {
    border: 1px solid var(--primary);
}
@media only screen and (min-width: 520px) {
    #catalogContainer .pane-tab-item:hover {
        margin: 7px;
        padding: 8px 13px;
    }
}

/* #catalogContainer .tab-thumbnail {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;   
    overflow: hidden;
    margin: 0px;
    padding: 6px;
}
#catalogContainer .tab-thumbnail img {
    box-shadow: #dcdee0 -2px 2px 6px 2px 
} */
#catalogContainer .tab-title {
    color: black;
    font-size: 16px;
    font-weight: 500 !important;
    margin: 0px 0px 6px;
    height: 70px;
    max-height: 70px !important;
}
#catalogContainer .tab-code {
    text-align: center;
    margin-bottom: 15px;
}
#catalogContainer .tab-packsize,
#catalogContainer .tab-price,
#catalogContainer .tab-weight,
#catalogContainer .tab-description {
    text-align: left;
}
#catalogContainer .orderhistorybutton {
    display: none;
}
#catalogContainer .tab-button .button {
    border-radius: 0px;
    position: sticky;
    height: auto;
    margin: 0 auto;
    width: 100px !important;
}

/* hide irrelevant stuff */
#catalogContainer .processbarnew,
#catalogContainer .pane-tab-navigation,
#catalogContainer #panecontainer,
#catalogContainer #innerpanecontainer,
#catalogContainer #customisecontainer,
#catalogContainer #innercontainer,
#catalogContainer #historycontainer,
#catalogContainer #innerhistorycontainer,
#catalogContainer .mainColumnSection2,
#catalogContainer .mainColumnSection3 {
    display: none !important;
}

.pageNumbers {
    display: none;
}
.pageNumbersNew {
    margin: 40px 0px;
    display: block !important;
}
.pageNumbersNew span {
    margin: 0 1px;
    padding: 5px 7px;
    box-sizing: border-box;
    cursor: pointer;
}
.pagenumcurrent {
    background-color: var(--primary);
    border: 2px solid var(--primary);
}
.pagenum {
    background: none !important;
    border: 2px solid var(--primary);
}
.pagenum a {
    color: var(--primary)
}




/* --- BASKET PAGE --- */
#basketContainer #Button:hover {
    background-color: var(--secondary) !important;
    color: black !important;
}
#basketContainer .leftColumn input {
    z-index: 1;
    margin-bottom: 10px !important;
}
#basketContainer .leftColumnSection2 {
    margin-top: 0;
}
#basketContainer #adjouterButton {
    margin-bottom: 20px !important;
    position: relative !important;
    top: -25px !important;
}
#basketContainer .mainColumnSection1 form {
    position: relative;
    right: 50px;
    width: min-content;
    max-width: 100%;
    margin: 0 auto;
}
#basketContainer .pageTitle {
    color: black;
}
#basketContainer .processbarnew {
    max-width: 100%;
    margin: 10px auto 30px;
}
#basketContainer .pageTitle {
    margin-bottom: 20px;
}
#basketContainer #basketMessage {
    color: var(--primary);
}
#basketContainer #amendQuantityButtonBottom {
    display: none !important;
}
#basketContainer #amendQuantityButton {
    margin-bottom: 0px;
    padding-top: 0px;
    width: 100px;
    padding-right: 0;
}
#basketContainer #amendQuantityButton input {
    background: none;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100px;
}
#basketContainer #amendQuantityButton input:hover {
    background: white;
    color: black;
}
#basketContainer #basketTotalAmounts {
    width: auto;
}
#basketContainer #basketTotalPrice {
    color: black;
    margin-right: 5px;
}
@media only screen and (max-width: 600px) {
    #basketContainer .leftColumnSection1, #basketContainer .leftColumnSection2 {
        display: block;
    }
}
@media only screen and (max-width: 899px) {
    #basketContainer .leftColumnSection1, #basketContainer .leftColumnSection2 {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
    }
    #basketContainer .leftColumn {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        justify-content: center;
        margin-bottom: 20px !important;
    }
    #basketContainer .leftColumn input {
        height: 30px !important;
        margin: 5px 5px !important;
        flex-grow: 1;
        flex-shrink: 1;
        width: auto !important;
        min-width: 125px;
        max-width: 150px;
    }
}
#basketContainer .extendedqtyhead {
    text-align: right;
}
#basketContainer #orderLineCount {
    color: black;
}
#basketContainer .packHead br { /* remove annoying line break */
    content: " ";
    margin-right: 3px;
}







/* --- MY BASKETS PAGE --- */
#basketManagementContainer .leftColumnSection2 .sideBarTitle {
    display: none !important;
}
#basketManagementContainer .leftColumnSection2 .sideBarBackLink {
    text-align: left !important;
    margin: 0 30px;
}
#basketManagementContainer .mainColumnSection1 form {
    width: auto !important;
    margin: 0 auto;
}
#basketManagementContainer #basketsTable {
    padding: 0;
    width: min-content;
    margin: 0 auto !important;
}
#basketManagementContainer #basketsTable .actionsCol input:nth-child(1) {
    margin: 3px 5px;
    text-transform: capitalize;
}
#basketManagementContainer #basketsTable .actionsCol input:nth-child(2) {
    margin: 3px 5px;
    text-transform: capitalize;
}






/* --- CHECKOUT PAGE --- */
#checkoutContainer .leftColumn input {
    background-color: white;
    color: black;
    border: 1px solid #dcdee0;
    box-shadow: #dcdee0 -2px 3px 6px 0px;
    padding: 5px;
    border-radius: 20px;
    transition: all 0.2s;
}

#checkoutContainer .leftColumn input:hover {
    background-color: var(--blue);
    color: white;
    border: 1px solid #dcdee0;
}
#checkoutContainer #payBySection {
    width: 150px;
    margin: 0 auto;
}
#checkoutContainer #completeOrderButton {
    z-index: 999;
    position: relative;
    left: 920px;
    top: 20px;
    width: 100%;
    background-color: var(--blue);
    color: white;
}

.leftColumnSection1 #adjouterButton {
    z-index: 999;
    position: relative !important;
    bottom: 20px !important;
}

.leftColumnSection1 #saveBasketButton {
    z-index: 999;
    position: relative !important;
    bottom: 18px !important;
}

#checkoutContainer .mainColumn .mainColumnSection1 {
    position: relative;
    right: 95px;
    width: 100%;
    margin-top: 20px;
}
#checkoutContainer .processbarnew {
    width: 430px !important;
    max-width: 100%;
    margin: 10px auto 30px !important;
}
#checkoutContainer .pageTitle {
    margin-bottom: 10px !important;
    color: black;
}
#checkoutContainer #PORef {
    width: calc(100% - 180px)
}
#checkoutContainer .mainColumnSection1 #DeliveryAddressRow select,
#checkoutContainer .mainColumnSection1 #InvoiceAddressRow select {
    max-width: calc(100% - 225px);
}
#checkoutContainer .mainColumnSection1 #DeliveryAddress_details,
#checkoutContainer .mainColumnSection1 #InvoiceAddress_details {
    padding-left: 150px;
}

#checkoutContainer .mainColumnSection1 #DeliveryAddress_details {
    position: relative;
    bottom: 10px;
}

#checkoutContainer #deliveryAddressRow label,
#checkoutContainer #InvoiceAddressRow label {
    background-position: 40px 50%
}
#checkoutContainer .specialInstructionsRow textarea,
#checkoutContainer .deliveryInstructionsRow textarea {
    width: calc(100% - 175px)
}
#checkoutContainer .mainColumnSection1 label {
    width: 140px;
}

#checkoutContainer #DeliveryAddress_chosen {
    position: relative;
    top: 44px;
}

#checkoutContainer .AddressSearchBlock span {
    position: relative;
    top: 3px;
    font-size: 14px;
}
#checkoutContainer .mainColumnSection1 div {
    width: 100%;
    max-width: 500px;
    margin: 5px auto;
    box-sizing: border-box;
}
#checkoutContainer .mainColumnSection1 table {
    width: max-content;
}

#DeliveryAddressRow label {
    position: relative;
    top: 40px;
} 

#checkoutContainer .mainColumnSection1 #orderLineCount {
    color: black;
}
#checkoutContainer #smartsearchInstructions {
    position: relative;
    bottom: 40px;
    font-size: 12px;
    width: 90px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 50px;
}

.AddressSearchBlock .viewLink {
    position: relative;
    bottom: 44px;
}

#checkoutContainer #DeliveryAddress_search {
    position: relative;
    bottom: 45px;
    margin-top: 26px;
    width: 200px;
}
#checkoutContainer #orderTotals,
#checkoutContainer #orderTotalsAmounts {
    width: 140px;
}
#checkoutContainer #orderTotalsLabels #orderTotals{
    width: 200px;
}
#checkoutContainer .leftColumn input {
    /*! float: right; */
    margin-bottom: 10px !important;
}
#checkoutContainer #DeliveryAddress_adhoc {
    display: none !important;
}
#checkoutContainer #DeliveryAddress_details {
    min-height: 100px;
    display: block !important;
}
@media only screen and (max-width: 900px) {
    #checkoutContainer .leftColumn .leftColumnSection1 {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        margin-bottom: 30px;
    }
    #checkoutContainer .leftColumn .leftColumnSection1 * {
        margin: 0px 10px !important;
    }
    #checkoutContainer .leftColumn .leftColumnSection1 #payBySection input {
        margin: 0 !important;
    }
    #checkoutContainer .leftColumn .leftColumnSection1 div:last-child ,
    #checkoutContainer .leftColumn .leftColumnSection1 br {
        display: none !important;
    }

}


    


    



/* --- CONFIRMATION PAGE --- */
#orderConfirmContainer .pageTitle {
    color: black;
}
#orderConfirmContainer label {
    color: black;
}
#orderConfirmContainer .leftColumn .leftColumnSection1 div:nth-child(1) {
    display: none;
}
#orderConfirmContainer .leftColumn .leftColumnSection1 a {
    padding: 5px 40px !important;
}
#orderConfirmContainer .leftColumn .leftColumnSection1 a:hover {
    text-decoration: none;
}
#orderConfirmContainer .processbarnew {
    width: 430px !important;
    max-width: 100%;
    margin: 10px auto 30px !important;
}
#orderConfirmContainer #orderConfirmTable {
    width: max-content;
    margin: 0 auto;
}
#orderConfirmContainer .printOrderLink {
    width: max-content;
    margin: 20px auto;
    background: none;
    background-color: white !important;
}







/* --- ORDER DETAILS PAGE --- */
#orderDetailsContainer .sideBarTitle:nth-child(1) {
    display: none;
}
#orderDetailsContainer .leftColumnSection1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
}
#orderDetailsContainer .leftColumnSection1 form {
    margin-bottom: 20px;
}
#orderDetailsContainer .leftColumnSection1 form:nth-of-type(2) span:after {
    content: ' ';
    display: block;
    margin-right: -5px;
}
#orderDetailsContainer .leftColumnSection1 form:nth-of-type(2) input[type="radio"] {
    width: 20px;
    text-align: left;
}
#orderDetailsContainer .leftColumnSection1 form:nth-of-type(2) br:nth-of-type(2) {
    display: none;
}

#orderDetailsContainer .leftColumn input,
#orderDetailsContainer .leftColumn button {
    width: 150px;
    padding: 5px;
    margin: 5px 0px;
}
#orderDetailsContainer .sideBarBackLink {
    width: 140px !important;
    margin-bottom: 20px;
}
#orderDetailsContainer .sideBarBackLink a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
#orderDetailsContainer .sideBarBackLink a:hover {
    text-decoration: none;
    color: black;
}
#orderDetailsContainer .mainColumnSection1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#orderDetailsContainer .pageHeading {
    width: 100%;
}
#orderDetailsContainer .pageHeadingBackLink,
#orderDetailsContainer .pageHeadingNextLink {
    display: none;
}
#orderDetailsContainer hr {
    display: none;
}
#orderDetailsContainer #orderDetailsPart1,
#orderDetailsContainer #orderDetailsPart2,
#orderDetailsContainer #orderDetailsPart3,
#orderDetailsContainer #orderDetailsPart4,
#orderDetailsContainer #instructions,
#orderDetailsContainer #orderNotes {
    min-width: 275px;
    margin: 0;
}

#orderDetailsContainer #invoiceAddressSection,
#orderDetailsContainer #deliveryAddressSection {
    margin-left: 130px !important;
}
#orderDetailsContainer #orderDetailsPart1 div label,
#orderDetailsContainer #orderDetailsPart2 div label,
#orderDetailsContainer #orderDetailsPart3 label,
#orderDetailsContainer #orderDetailsPart4 label {
    width: 120px;
}





/* --- ORDER DETAILS PAGE --- */
#orderHistoryContainer #orderHistorySide {
    max-width: 225px;
    margin: 0 auto;
    padding: 0;
} 

#orderHistoryContainer #orderHistorySideStatusSection1,
#orderHistoryContainer #orderHistorySideSearchSection1,
#orderHistoryContainer #orderHistorySideSearchIdSection1 {
    height: 20px;
}

#orderHistoryContainer #orderHistorySideStatus,
#orderHistoryContainer #orderHistorySideSearch,
#orderHistoryContainer #orderHistorySideSearchId {
    margin-bottom: 15px;
}

#orderHistoryContainer #orderHistorySide input[type="submit"],
#orderHistoryContainer #orderHistorySide input[type="button"] {
    padding: 4px 12px;
    margin: 0;
}

#orderHistoryContainer #orderHistorySideSearchIdButton input {
    margin-top: 14px !important;
}
#orderHistoryContainer .textInput {
    padding: 4px 5px;
}


/* --- STOCK LEVEL PAGE --- */
#stockLevelContainer .leftColumn input[type="submit"],
#stockLevelContainer .leftColumn select,
#stockLevelContainer .textInput {
    width: 150px;
}

#stockLevelContainer .leftColumnSection1 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#stockLevelContainer .leftColumnSection1 hr {
    display: none;
}
#stockLevelContainer #stockLevelSideShow,
#stockLevelContainer #stockLevelSideSearch {
    height: 130px;
}

#stockLevelContainer #stockLevelSideShowSection1Label {
    margin-bottom: 50px;
}
#stockLevelContainer #stockLevelSideShowSection2 {
    position: relative;
    top: -100px
}

#stockLevelContainer #stockLevelSideSearchSection1Label {
    margin-bottom: 65px;
}
#stockLevelContainer #stockLevelSideSearchSection2 {
    position: relative;
    top: -120px;
}
#stockLevelContainer .textInput {
    margin-bottom: 4px;
}

#stockLevelContainer #stockLevelBottomSearch {
    display: none;
}




/* --- BUYERS PAGE --- */
#userContainer .leftColumnSection1 input[type="submit"] {
    padding: 4px 12px;
    margin: 0;
}
#userContainer #userSideSearchSection1Button input[type="submit"] {
    position: relative;
    top: 10px;
}
#userContainer .leftColumnSection1 #userSideSearch,
#userContainer .leftColumnSection1 #userSideShow,
#userContainer .leftColumnSection2 .sideBarTitle, 
#userContainer .leftColumnSection2 #userSideActions {
    max-width: 225px;
}
#userContainer .leftColumnSection2 #userSideActions {
    border-bottom: none !important;
}





/* --- ADDRESSES PAGE --- */
#addressListContainer .leftCOlumn,
#addressListContainer #addNewButton {
    display: none;
}






/* --- REPORTS PAGE --- */
#report1Container .leftColumn {
    display: none;
}
#report1Container #reportInputLabel {
    display: block;
    margin-bottom: 10px;
}

#report1Container .dropDownInput,
#report1Container #reportInputLabel {
    width: 250px;
    display: block !important;
    margin: 10px auto;    
}
#report1Container #reportInputButton {
    margin: 0;
    text-align: center;
}
#report1Container #reportInputButton button {
    padding: 6px 10px;
    font-size: 12px;
    margin-top: 20px;
}





/* --- REPORT GENERATION PAGE --- */
#report2Container .leftColumn input {
    padding: 4px;
    margin: 5px;
}
#report2Container .sideBarTitle {
    display: none;
}
#report2Container #reportFormFields {
    width: max-content;
    margin: 20px auto;
    float: none !important;
    padding: 0;
}
#report2Container #reportFormFields label {
    width: 130px;
}
#report2Container #reportMessage {
    width: max-content;
    max-width: 100%;
    float: none;
    margin: 0 auto !important;
}

#report2Container .leftColumn #reportActions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}







/* --- DISPLAY REPORT PAGE --- */
#report3Container {
    width: auto !important;
    max-width: 1200px;
    border: none !important;
    margin: 0 auto;
}
#report3Container #report3Top .button {
    border-radius: 20px;
    padding: 6px 30px;
}
#report3Container #report3BackButton {
    text-align: center;
}
#report3Container #report3Table {
    margin-bottom: 80px;
}
#report3Container .content .mainColumn,
#report3Container .mainColumn .mainColumnSection1 {
    width: 100% !important;
}
#report3Top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#report3Container .button {
    display: inline-block;   
    margin: 0 !important;
    min-width: 0px !important;
    max-width: 100px;
}
#report3Container #report3BackButton, #report3Container #report3PrintButton, #report3Container #report3NewLink {
    width: auto;
    float: none !important;
}
#report3Container #report3BackButton .button:hover, #report3Container #report3PrintButton .button:hover {
    text-decoration: none !important;
}
#report3Container .pageTitle {
    margin-top: 40px;
    margin-bottom: 20px;
    color: black;
}

 








/* --- MY DETAILS PAGE --- */
#myDetailsContainer .content {
    margin-bottom: 50px;
}
#myDetailsContainer .leftColumn {
    display: none;
}
#myDetailsContainer .content button,
#myDetailsContainer .content input[type="button"],
#myDetailsContainer .content input[type="submit"] {
    padding: 6px;
}
#myDetailsContainer .mainColumnSection1 form {
    width: 100% !important;
    max-width: 560px;
    margin: 0 auto;
}
#myDetailsContainer .pageTitle {
    color: black;
}
#myDetailsContainer .mainColumnSection1 form div {
    width: auto;
}
@media only screen and (max-width: 650px) {
    
    #myDetailsContainer form label {
        display: block !important;
        float: none !important;
        width: max-content;
    }
    #myDetailsContainer #myDetailsFormPart2Section1 > div,
    #myDetailsContainer .rowEven,
    #myDetailsContainer .rowOdd {
        display: block;
        width: 300px !important;
        max-width: 100%;
        margin: 0 auto;
    }
    
    #myDetailsContainer #myDetailsFormPart2Section1 .rowOdd label:nth-of-type(1),
    #myDetailsContainer #myDetailsFormPart2Section1 .rowEven label:nth-of-type(1){
        float: left !important;
        width: max-content;
        padding-top: 2px;
    }
    
    #myDetailsContainer form select,    
    #myDetailsContainer form input {
        max-width: 100%;
    }
    
}








/* --- CHANGE PASSWORD PAGE --- */
#changePasswordContainer .leftColumn {
    display: none;
}
#changePasswordContainer .content button {
    padding: 6px; 
    margin-left: 40px !important;
}






/* --- DIRECT TO PRINT PRODUCT --- */
#pdfUploadContainer .mainColumnSection1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100% !important;
}

#pdfUploadContainer #productDetailsPane {
    width: 100%;
    margin: 10px 0px !important;
}

#pdfUploadContainer #fileUploadRoot {
    width: 100%;
    margin: 10px 0px !important;
}
#pdfUploadContainer #fileUploadRoot #fileuploadinput {
    margin: 0;
}
#pdfUploadContainer #fileUploadSubmitButton {
    padding-left: 25px !important;
    background-position: 6px;
}


#pdfUploadContainer #imagepaneholder {
    width: auto !important;
    margin: 10px;
}
#pdfUploadContainer .imagepane {
    width: auto;
}
#pdfUploadContainer #imageCanvasRoot {
    height: 100% !important;
}
#pdfUploadContainer .productionInformationPane {
    z-index: 90 !important;
}
#pdfUploadContainer #renderCanvas {
    top: 50% !important;
    transform: translateY(-50%)
}
#pdfUploadContainer .previousPage,
#pdfUploadContainer .nextPage {
    z-index: 9999 !important;
    cursor: pointer;
    background-color: white !important;
    box-shadow: none !important;
}
#pdfUploadContainer #renderCanvasControls {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
#pdfUploadContainer .previousPage:hover,
#pdfUploadContainer .nextPage:hover {
    color: black !important;
}
#pdfUploadContainer #imagepaneholder #renderCanvasDocumentControls {
    display: none;
}

#pdfUploadContainer #detailspane {
    flex-grow: 1;
    margin-top: 10px !important;
}
#pdfUploadContainer #detailspane #documentProblems {
    box-sizing: border-box;
}
#pdfUploadContainer #assetPageOptionWizardButton,
#pdfUploadContainer #addToBasketButton {
    display: block;
    margin: 20px auto !important;
    cursor: pointer;
}
#pdfUploadContainer #addToBasketButton {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
#pdfUploadContainer #addToBasketButton:hover {
    border: none;
}




/* --- STANDARD STOCKED PRODUCT --- */
#productDetailsCatContainer {
    height: auto !important;
}
#productDetailsCatContainer .content,
#productDetailsCatContainer .mainColumn {
    width: 100%;
}
#productDetailsCatContainer .detailsform {
    border: 1px solid #dcdee0 !important;
    padding-top: 10px !important;
}
#productDetailsCatContainer .detailsform td {
    border: 1px solid #dcdee0;
}
#productDetailsCatContainer .quantityForm .detailsform tr td:nth-child(3) {
    display: none;
}
#productDetailsCatContainer .quantityForm .detailsform tr td:nth-child(2) {
    padding: 5px 10px;
}
#productDetailsCatContainer .detailsform tr td input {
    width: 100%;
}
#productDetailsCatContainer .detailsform th {
    padding: 5px;
}
#productDetailsCatContainer #masterPane {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-around;
    width: 100%;
}
#productDetailsCatContainer #detailspane {
    float: none;
}
#productDetailsCatContainer #imagepaneholder {
    float: none;
}
#productDetailsCatContainer .personaliseprocessbar {
    width: max-content;
    margin: 20px auto;
}
#productDetailsCatContainer .personaliseprocessbar .divider {
    margin-top: 10px;
}
#productDetailsCatContainer .personaliseprocessbar .section1,
#productDetailsCatContainer .personaliseprocessbar .section2 {
    color: black;
} 
#productDetailsCatContainer .section1current,
#productDetailsCatContainer .section2Current {
    font-style: normal;
}
#productDetailsCatContainer #add_quantity_instructions_info {
    text-align: left;
    color: black;
}

#productDetailsCatContainer #productdetails input {
    background: none !important;
    box-shadow: none !important;
    height: auto !important;
}
#productDetailsCatContainer .backtocataloguebutton {
    display: none;
}
#productDetailsCatContainer .nextstepbutton,
#productDetailsCatContainer .previousstepbutton,
#productDetailsCatContainer .addtobasketbutton2,
#productDetailsCatContainer .zoomButton {
    background-image: none;
    height: 30px;
    width: 100px;
    cursor: pointer;
}
#productDetailsCatContainer .nextstepbutton {
    border-radius: 0px;
    float: right;
}
#productDetailsCatContainer .zoomButton {
    background: url('custom/contract1615/search.svg') no-repeat;
    background-size: 15px;
    background-position: 10px center;
    padding-left: 20px !important;
}
#productDetailsCatContainer .addtobasketbutton2 {
    background: url('/custom/contract1615/shopping-basket.svg') no-repeat;
    background-size: 17px;
    background-position: 9px center;
    padding-left: 20px !important;
    width: 130px;
}
#productDetailsCatContainer .addToBasketNote {
    padding: 0 !important;
    margin: 30px auto;
    width: max-content;
    float: none;
}
#productDetailsCatContainer #masterPane .detailsform tbody > tr:nth-of-type(6),
#productDetailsCatContainer #masterPane .detailsform tbody > tr:nth-of-type(7) {
	/*! display: none; */
}

#productdetails_packsize {
    color: red !important;
}

#productdetails_extendedquantity {
    color:red !important;
}


.extra-links h1 {
	margin-top: 75px;
}
.extra-links .resource {
	display: flex;
	justify-content: center;
	cursor: pointer;
	max-width: 300px;
	margin: 0 auto 75px;
}
.extra-links .resource img {
	max-width: 50px;
	margin-right: 40px;
}
.extra-links .resource-text {
	text-align: left;
	max-width: 300px;
}









/* --- FOOTER --- */
.footer {
    height: 60px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}
.footnotes {
    color: black !important;
    width: 100%;
}


#contactUsContainer div.rightColumn{
  margin-top: 100px !important;
  margin-left: 50px !important;
  display: block !important;
  background-color: var(--secondary) !important;
  color: white !important;
  border-radius: 25px 0px !important;
  height: max-content !important;
  width: 290px !important;  
}

#contactUsContainer .leftColumn{
    margin-top: 85px !important;
}

#contactUsContainer .leftColumn h4{
    background-color: var(--secondary);
    color:black;
}

/*----------RTQ---------*/

.productDisplayPane .imageContainer {
    display: none 
}

