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

/*--remove ArrowSinners in Chrome--JB 30/04/21*/  
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

:root {
    --lightblue: #0D9DDB;
    --blue: #0065A4;
    --darkblue: #002855;
    --green: #647B4C;
    --graphite: #A7A8AA;
}


*:focus {
    outline: 0;
}
label {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
}
p, a, li, ul, ol, button, span, div, ::placeholder, td, input {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    text-shadow: none !important;
}
th {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
    text-shadow: none !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', 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;
}
.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,
.datatable th {
    background-color: #f0f0f0 !important;
    color: black !important;
    font-weight: 500 !important;
}
.datatable .rowOddBlank, .datatable .rowEvenBlank {
    display: none;
}


.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 {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    color: red;
    font-style: normal;
}



/* --- HEADER --- */
.header {
    width: 100%;
    height: 120px;
    overflow: visible;
}
.headerLogo img {
    width: 350px;
    margin: 0 !important;
}
.headerLogo, .headerSecondaryLogo {
    width: auto;
}
#headerSecondaryLogoComponentBottom {
    position: relative;
    z-index: 999;
}
.headerMiddle {
    display: none;
}
.headerSecondaryLogo {
    height: 100%;
}
.logo1 {
    cursor: pointer;
}
.logo2 {
    display: none !important;
}
.headerSecondaryLogo img {
    display: block;
}
#headerSecondaryLogoComponentBottom {
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
.hamburger {
    margin-top: 6px;
    cursor: pointer;
    outline: none;
    border: none;
    padding-right: 0px;
}
.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 {
    border-radius: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.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: var(--darkblue);
    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;
}

/* --- HIDE [YOUR REF (THIS ITEM)] FROM THE SHOPPING BASKET TABLE ---*/ 
#basketTable.datatable thead tr th:nth-child(4), #basketTable.datatable td:nth-child(4){
    display: none !important;
}


/* --- 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;
    outline: none;
    background-color: black;
    background-image: url('/custom/contract1615/cancel.svg');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
}
.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;
}
#basketNameButton input {
    background-color: var(--blue);
    border: none;
    color: white;
    padding: 6px;
    border-radius: 20px;
}
#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 {
    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 h4 {
    display: none;
}
.oneOffBasketTop button {
    background-color: var(--blue);
    color: white;
    border: 1px solid #dcdee0 !important;
    margin: 7px;
    padding: 5px 12px !important;
    transition: all 0.2s;
    box-shadow: #dcdee0 -2px 3px 6px 0px;
    font-weight: 300 !important;
}
.oneOffBasketTop button:hover {
    background-color: white !important;
    color: black;
}





/* --- MENU BAR --- */
#menuIcon {
    display: none !important;
}
.menu {
    position: absolute !important;
    top: 0px;
    right: -300px;
    left: auto !important;
    padding-top: 150px;
    border-left: 1px solid var(--graphite);
    width: 300px !important;
    z-index: 99 !important;
    height: 100% !important;
    box-sizing: border-box;
    background: white !important;
    transition: all 0.2s;
}
.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(--blue);
}
.menuItemHome { /* replace home icon with word home */
    width: 100% !important;
    margin: 0 auto !important;
    text-indent: 0px !important;
    background: none !important;
}

@media only screen and (min-width: 1100px) {
    .hamburger {
        display: none;
    }
    .basketComponent {
        margin: 0;
    }
    .menu {
        height: 40px !important;
        position: static !important;
        width: 100% !important;
        padding-top: 0px;
        border-left: none;
        margin-bottom: 20px;
    }
    .menu td {
        display: table-cell !important;
    }
    .menuTable {
        height: 100% !important;
    }
    .menuTable tr {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }
    .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;
}
/* --- CUSTOM SLIDER --- */
.custom-slider {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.custom-slide {
    display: inline-block;
    position: relative;
    transition: left 0.5s;
    left: 0%;
}
.custom-slide img {
    width: 100%
}
.custom-slider-buttons {
    padding: 15px 0px;
}
.custom-slider-button {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}
.custom-slider-button div {
    height: 10px;
    width: 10px;
    background-color: var(--blue);
    border-radius: 50%;
}






/* --- HOMEPAGE BUTTONS --- */
.homepage-buttons {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px auto; /* must be the negative of homepage button margin */
}
.homepage-button {
    position: relative;
    flex-grow: 1;
    flex-basis: 300px;
    margin: 20px 2%;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: #b7babd -1px 2px 10px 2px
}
.homepage-button-img {
    height: 180px;
    width: 100%;
    background-size: 100%;
    background-position: center center;
    transition: background-size 0.6s;
}
#homepage-button-1 .homepage-button-img {
    background-image: url('/custom/contract1615/homepage-btn-img-1.jpg');
}
#homepage-button-2 .homepage-button-img {
    background-image: url('/custom/contract1615/homepage-btn-img-2.jpg');
}
#homepage-button-3 .homepage-button-img {
    background-image: url('/custom/contract1615/homepage-btn-img-3.jpg');
}
#homepage-button-4 .homepage-button-img {
    background-image: url('/custom/contract1615/homepage-btn-img-4.jpg');
}
.homepage-button-text {
    background-color: var(--blue);
    padding: 10px 0px
}
.homepage-button h1 {
    color: white;
    font-size: 20px;
    margin: 0;
}
.homepage-button a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.homepage-button a:hover ~ .homepage-button-img {
    background-size: 106%;
}





/* --- CATALOGUE PAGE --- */
#catalogContainer .mainColumnSection1 {
    text-align: center;
}
#catalogContainer .pane-tab-item {
    float: none !important;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
}
#catalogContainer .pane-tab-item * {
    width: auto !important; /* Why so many fixed widths :'( */
}
#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: 300px;
}
.catalogueSearchComponent .catalogueSearchComponentForm { 
    box-sizing: border-box;
    width: 100% !important;
}
.catalogueSearchComponent h4 {
    box-sizing: border-box;
    margin: 0 0 5px;
    width: 100% !important;
}
.catalogueSearchComponentForm {
    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;
}
.catalogueSearchComponentForm button {
    width: 20px !important;
    margin-right: 10px;
    position: static !important;
    background: url('/custom/contract1615/search.svg') no-repeat !important;
}
#catalogContainer .componentItem h4 {
    background-color: var(--blue);
}

/* 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(--blue);
    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 .linkContainer a {
    width: 100%;
    display: inline-block;
}
.categoryTreeComponent .linkContainer a:hover {
    color: black !important;
}
.categoryTreeComponent .linkContainer:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: lightGrey;
    position: absolute;
    bottom: 0;
    left: 0;
}
.categoryTreeComponent .linkContainer:after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background-color: var(--graphite);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s;
}
.categoryTreeComponent .linkContainer:hover:after {
    width: 100%;
}

.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-fit, minmax(200px, 230px));
        justify-content: space-around;
    }
    #catalogContainer .pane-tab-item {
        width: auto !important;
        margin: 10px;
    }
    #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(--blue);
}
@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: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#catalogContainer .tab-code {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 5px;
}
#catalogContainer .tab-packsize,
#catalogContainer .tab-price,
#catalogContainer .tab-weight,
#catalogContainer .tab-description {
    text-align: left;
}
#catalogContainer .tab-packsize {
    display: none;
}
#catalogContainer .tab-price {
    margin-bottom: 40px;
}


/* Changed here PmcL 14-03-2022 */
#catalogContainer .tab-button .button {
    border: none;
    margin: 0 auto;
    color: white;
    font-size: 12px;
    height: auto;
	position: absolute;
	text-align: center !important; 
	width:84px !important;
    padding: 8px 25px;
    background-color: var(--blue);

    border-radius: 20px;
    box-shadow: #f6f7f7 -2px 2px 6px 2px !important;
}


#catalogContainer .tab-button .orderhistorybutton.isCustomerArtworkHistoryButton  {
	border: none;
    
	margin-left: -90px !important;
    margin-top: 7px !important;
    color: white;
	background-color: var(--blue);
    font-size: 12px;
 	text-align: center !important; 
    height: auto !important;
	position: absolute;
	width:84px !important;
    padding: 8px 25px;
    border-radius: 20px;
    box-shadow: #f6f7f7 -2px 2px 6px 2px !important;

}


#catalogContainer .tab-descriptionicon
{
display : none; 
}
/* To Here PmcL 14-03-2022 */


/*Added here to format Order History component */

/* Inner Pane, used for Border */
#catalogContainer #innercontainer, 
#catalogContainer #innerhistorycontainer  {
  
  background-color : white;
  border : 1px black solid;
  width : auto; 
  height : max-content;
  padding : 0px;
  position : absolute;
  left : 0px !important;
  top : 0px !important;

}

/* Inner Pane, used for Border */
#catalogContainer #innerpanecontainer  {
   background-color : white;
  border : 1px black solid;
  padding : 0px;
  position : absolute;
  left : 0px;
  top : 0px;


}

#catalogContainer #innercontainer .topheader, 
#catalogContainer #innerhistorycontainer .topheader, 
#catalogContainer #innerpanecontainer .topheader {
  display : block;
  text-align : center;
  color : white;
  height : 22px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300 !important;
  margin-top  : -0em;
  text-transform: uppercase;
  background: var(--blue) !important;
}


/* Form pane is left-hand side*/
#catalogContainer #innercontainer .formpane {
  
  float : left;
  padding : 2px;
  border : 1px #E0E0FF solid;
  overflow : visible;
}

#catalogContainer #innerhistorycontainer .formpane, 
#catalogContainer #innerpanecontainer .formpane {
   width : auto; 
  height : auto;
  padding : 2px;
  border : 1px #E0E0FF solid;
  
  /*overflow : auto;*/
}

#catalogContainer #innercontainer #customdetails, 
#catalogContainer #innerhistorycontainer #customdetails {
  overflow : auto;
  width : auto; 
  height : auto;
	font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;  
}

#productDetailsCatContainer #customdetails {
  overflow : auto;
  height : auto;  	
}


#productdetails {
  overflow : auto;
  /*height : 300px;*/  
  margin-bottom : 1.25em;  
}


#catalogContainer .pageNumberDetails
{
display : none ;
}

#catalogContainer .pageNumbersWrapper

{
display : none ;
}



#catalogContainer #pageFlexOrderHistoryTable th
{
 color : white !important;
 font-family: 'Open Sans', sans-serif !important;
 font-weight: 300 !important;
 background: var(--blue)!important;
}

/*To here to format Order History component */




/* 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(--blue);
    border: 2px solid var(--blue);
}
.pagenum {
    background: none !important;
    border: 2px solid var(--blue);
}
.pagenum a {
    color: var(--blue)
}




/* --- BASKET PAGE --- */
#basketContainer .leftColumn input {
    background-color: white;
    color: black;
    border: none;
    font-weight: 300;
    transition: all 0.2s;
    border: 1px solid #dcdee0;
    text-transform: capitalize !important;
    padding: 5px;
    box-shadow: #dcdee0 -2px 3px 6px 0px;
}
#basketContainer .leftColumn input:hover {
    background-color: var(--blue);
    color: white;
}
#basketContainer .pageTitle {
    color: black;
}
#basketContainer #checkoutButton {
    background-color: var(--blue);
    color: white;
}
#basketContainer .processbarnew {
    max-width: 100%;
    margin: 10px auto 30px;
}
#basketContainer .pageTitle {
    margin-bottom: 20px;
}
#basketContainer #basketMessage {
    color: var(--blue);
}
#basketContainer #amendQuantityButtonBottom {
    display: none !important;
}
#basketContainer #amendQuantityButton {
    margin-bottom: 0px;
    padding-top: 0px;
    width: 100px;
    padding-right: 0;
}
#basketContainer #amendQuantityButton input {
    border: 1px solid #dcdee0;
    background: var(--blue);
    color: white;
    font-weight: 500 !important;
    padding: 5px;
    transition: all 0.2s;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100px;
    box-shadow: #dcdee0 -2px 3px 6px 0px;
}
#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;
}




#basketTable > thead > tr > th.thumbnailHead
{
display : none ;
}

#basketTable > tbody > tr > td.thumbnail
{
display : none ;
}





/* --- 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;
    color: white;
    background-color: var(--blue);
    border: 1px solid #dcdee0;
    box-shadow: #dcdee0 -2px 3px 6px 0px;
    transition: all 0.2s;
}
#basketManagementContainer #basketsTable .actionsCol input:nth-child(2) {
    margin: 3px 5px;
    text-transform: capitalize;
    color: black;
    background-color: white;
    border: 1px solid #dcdee0;
    box-shadow: #dcdee0 -2px 3px 6px 0px;
    transition: all 0.2s;
}






/* --- 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;
    float: right;
}
#checkoutContainer #completeOrderButton {
    width: 100%;
    background-color: var(--blue);
    color: white;
}
#checkoutContainer .mainColumn .mainColumnSection1 {
    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 .mainColumnSection1 #DeliveryAddressRow select {
    width: 220px;
}
#checkoutContainer .mainColumnSection1 #DeliveryAddress_details,
#checkoutContainer .mainColumnSection1 #InvoiceAddress_details {
    padding-left: 150px;
}
#checkoutContainer #deliveryAddressRow label,
#checkoutContainer #InvoiceAddressRow label {
    background-position: 40px 50%
}
#checkoutContainer .mainColumnSection1 label {
    width: 140px;
}
#checkoutContainer .mainColumnSection1 div {
    width: 500px;
    margin: 5px auto;
    box-sizing: border-box;
}
#checkoutContainer .mainColumnSection1 table {
    width: max-content;
}
#checkoutContainer .mainColumnSection1 #orderLineCount {
    color: black;
}
#checkoutContainer .leftColumn input {
    float: right;
}
@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;
    }

}


#checkoutContainer #InvoiceAddressRow, 
#checkoutContainer #InvoiceAddressRow > label, 
#checkoutContainer #InvoiceAddress_details
{
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 {
    border: 1px solid #dcdee0;
    background-color: var(--blue);
    color: white;
    border-radius: 20px;
    padding: 5px 40px;
    box-shadow: #dcdee0 -2px 3px 6px 0px;
    transition: all 0.2s;
    float: right;
}
#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;
}







/* --- ORDER DETAILS PAGE --- */
#orderDetailsContainer .sideBarTitle:nth-child(1) {
    display: none;
}
#orderDetailsContainer .leftColumnSection1 {
    display: flex;
    flex-wrap: wrap;
   /* justify-content: space-around;  Removed to Align Order email buttons*/
    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 {
    background-color: var(--blue);
    color: white;
    border: none;
    width: 130px;
    padding: 5px;
    border-radius: 20px;
    margin: 5px 0px;
    font-size: 12px;
}
#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;
}


/* Hiding the Authorized By elements */
#orderDetailsContainer #orderDetailsPart1 > div:nth-child(4) > label
{
visibility : hidden ;
}


#authorizedby
{
    visibility : hidden ;
}



/* Hiding the Invoice To elements */
#orderDetailsContainer #orderInvoiceAddress > label
{
visibility : hidden ;
}


#invoiceaddress,#invoiceAddressSection
{
    visibility : hidden ;
}


#orderDetailsTable > thead > tr > th.lineDeliveryHead,
#orderDetailsTable > thead > tr > th.costCentreHead
{
display : none ;
}

#orderDetailsTable > tbody > tr > td.lineDeliveryCol,
#orderDetailsTable > tbody > tr > td.costCentreCol
{
display : none ;
}


#orderDetailsTable > tbody > tr > td.actionCol
{
display : none ;
}

/* Left Align the Numeric fields */
#orderDetailsTable td.packCol, #orderDetailsTable td.qtyCol, #orderDetailsTable td.priceCol, #orderDetailsTable td.totalCol
{
    text-align: left;
}


/* Embolden the weblink on order*/
#orderDetailsTable > tbody > tr > td.nameCol > a.fancyboximage.cachedPreview
{
    font-weight : bold !important;
}


/* --- ORDER DETAILS PAGE --- */
#orderHistoryContainer #orderHistorySide {
    max-width: 225px;
    margin: 0;
    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"] {
    background-color: var(--blue);
    color: white;
    border: none;
    padding: 4px 12px;
    margin: 0;
}

#orderHistoryContainer #orderHistorySideSearchIdButton input {
    margin-top: 14px !important;
}






/* --- BUYERS PAGE --- */
#userContainer .leftColumnSection1 input[type="submit"] {
    background-color: var(--blue);
    color: white;
    border: none;
    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;
    margin: 10px auto;    
}
#report1Container #reportInputButton {
    margin: 0;
    text-align: center;
}
#report1Container #reportInputButton button {
    background-color: var(--blue);
    color: white;
    border: none;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-top: 20px;
    box-shadow: #dcdee0 -2px 3px 6px 0px;
}





/* --- REPORT GENERATION PAGE --- */
#report2Container .leftColumn input {
    background-color: var(--blue);
    color: white;
    border: none;
    padding: 4px;
    margin: 5px;
    box-shadow: #dcdee0 -2px 3px 6px 0px;
}
#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 {
    background-color: var(--blue);
    color: white;
    border: none;
    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;
}
#report3Container .pageTitle {
    margin-top: 40px;
    margin-bottom: 20px;
}
 








/* --- MY DETAILS PAGE --- */
#myDetailsContainer .leftColumn {
    display: none;
}
#myDetailsContainer .content button,
#myDetailsContainer .content input[type="button"],
#myDetailsContainer .content input[type="submit"] {
    background-color: var(--blue);
    border: none;
    color: white;
    padding: 6px;
    border-radius: 20px;
}








/* --- CHANGE PASSWORD PAGE --- */
#changePasswordContainer .leftColumn {
    display: none;
}
#changePasswordContainer .content button {
    background-color: var(--blue);
    color: white;
    padding: 6px; 
    border-radius: 20px;
    border: none;
    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 #imagepaneholder {
    width: auto !important;
    margin: 10px;
    display: none;
}
#pdfUploadContainer .imagepane {
    width: auto;
}
#pdfUploadContainer .productionInformationPane,
#pdfUploadContainer #renderCanvas {
    z-index: 90 !important;
}
#pdfUploadContainer .previousPage,
#pdfUploadContainer .nextPage {
    z-index: 91 !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;
    background-color: var(--blue);
    cursor: pointer;
    box-shadow: #dcdee0 -2px 3px 6px 0px;
    color: white;
    border: none;
}
#pdfUploadContainer #addToBasketButton:hover {
    border: none;
}
#pdfUploadContainer .optionPricing {
    flex-grow: 0 !important;
    flex-shrink: 1 !important;
	visibility : hidden ;
}
#pdfUploadContainer .optionContentRow {
    flex-grow: 1;
}
#pdfUploadContainer .optionContentRow textarea {
    width: 100%;
    min-height: 80px;
}

#pdfUploadContainer div#productDetailsPane div.productDetailsDescription br
{
content: none;
}

#pdfUploadContainer div.optionContainer div.optionRow.optionUseGlobalRow label.optionLabel
{

display: none ;
}

#pdfUploadContainer div.optionContainer div.optionRow input[type="checkbox"].optionUseGlobalDocOptions
{

display: none ;

}


#pdfUploadContainer #assetPageOptionWizardButton
{

display: none ;

}




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

/*** RTQ Options Direct Mail Template **/

div#fileuploadinput.autoUploadRow label#fileUploadLabel, div#fileuploadinput.autoUploadRow label.fileUploadLabel{
    background:var(--lightblue);
}
div#productRequestFormRoot button#requestToQuoteSubmit{
    background:var(--lightblue);
}

div#productRequestFormRoot button#requestToQuoteSubmit:hover{
    border: 1px solid var(--lightblue);
}

div#fileuploadinput.autoUploadRow label#fileUploadLabel:hover {
    border: 1px solid var(--lightblue);
}

/* Amended 12-08-2021 from here */

#productRequestFormRoot > div.requestToQuoteOptionsRoot.css_sample_no > fieldset > div:nth-child(14){
    display:none;
}
#productRequestFormRoot > div.requestToQuoteOptionsRoot.sameday_no.css_samples_yes > fieldset > div:nth-child(14)
{
    display:inline-block;
}
#productRequestFormRoot > div.requestToQuoteOptionsRoot.css_sameday_no > fieldset > div:nth-child(12){
    display:none;
}
#productRequestFormRoot > div.requestToQuoteOptionsRoot.sameday_no.css_sameday_yes > fieldset > div:nth-child(12){
    display:inline-block;
}
/* css changes for inserts */
#productRequestFormRoot > div.requestToQuoteOptionsRoot.css_inserts_no > fieldset.optionGroup_3\.enclosing > div:nth-child(5)

{
display :none !important;
}
#productRequestFormRoot > div.requestToQuoteOptionsRoot.css_postage_std > fieldset.optionGroup_2\.-specification > div:nth-child(9) 
{
    display :none !important;
}
#productRequestFormRoot > div.requestToQuoteOptionsRoot.css_evelope_std > fieldset.optionGroup_3\.enclosing > div:nth-child(3) 
{
    display :none !important;
}






div#productRequestImageRoot
{
display : none !important;
}


/* Amended 12-08-2021 to here */
/* Removed 12-08-2021 from here 
/* css changes for inserts 
#productRequestFormRoot > div.requestToQuoteOptionsRoot.css_sameday_no.css_sample_no.css_inserts_no.css_samples_yes.css_inserts_yes > fieldset.optionGroup_3\.enclosing > div:nth-child(4)

{
display :none !important;
}

#productRequestFormRoot > div.requestToQuoteOptionsRoot.css_sameday_no.css_sample_no.css_inserts_no > fieldset.optionGroup_3\.enclosing > div:nth-child(4)

{
display :none !important;
}

#productRequestFormRoot > div.requestToQuoteOptionsRoot.css_inserts_no.css_sameday_no.css_samples_yes > fieldset.optionGroup_3\.enclosing > div:nth-child(4)
{
display :none !important;
}


#productRequestFormRoot > div.requestToQuoteOptionsRoot.css_sample_no.css_inserts_no.css_sameday_yes > fieldset.optionGroup_3\.enclosing > div:nth-child(4) 
{
display :none !important;
}



#productRequestFormRoot > div.requestToQuoteOptionsRoot.css_sameday_yes.css_samples_yes.css_inserts_no > fieldset.optionGroup_3\.enclosing > div:nth-child(4) 
{
display :none !important;
}
Removed 12-08-2021 to here 
*/

#productRequestImageRoot > div > div.imageContainer
{
visibility : hidden ;
}


div#productRequestFormRoot label
{
padding : 2px; 4px; 4px; 4px;
}


/* --- CONTACT US PAGE ---*/

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

.datatable .totalCol, #orderTotalsPrice, #orderTotalPriceCarriage, #orderTotalPriceTotal, #orderTotalsExMessage
{
color: #404040;
}

div#checkoutContainer.container.userType-user.userAutoLogin-false div.content div.mainColumn div.mainColumnSection1 div#DeliveryAddressRow div.AddressSearchBlock a.viewLink
{
visibility : hidden ;
}


#checkoutContainer > div.content > div.mainColumn > div.mainColumnSection1 > div:nth-child(4) > label
{
visibility : hidden ;
}


#checkoutContainer > div.content > div.mainColumn > div.mainColumnSection1 > div:nth-child(4) > input[type="text"]
{
    visibility: hidden;
}



/* Hide the send supplier email buttons */
#orderDetailsContainer > div.content > div.leftColumn > div.leftColumnSection1 > form:nth-child(3) > input:nth-child(5),
#orderDetailsContainer > div.content > div.leftColumn > div.leftColumnSection1 > form:nth-child(3) > input:nth-child(7),
#orderDetailsContainer > div.content > div.leftColumn > div.leftColumnSection1 > form:nth-child(3) > span:nth-child(6),
#orderDetailsContainer > div.content > div.leftColumn > div.leftColumnSection1 > form:nth-child(3) > span:nth-child(8),

#orderDetailsContainer > div.content > div.leftColumn > div.leftColumnSection1 > form:nth-child(3) > select,
#orderDetailsContainer > div.content > div.leftColumn > div.leftColumnSection1 > form:nth-child(3) > div,
#orderDetailsContainer > div.content > div.leftColumn > div.leftColumnSection1 > form:nth-child(3) > input.button
{
    display : none ;
    visibility : hidden;
}


#orderDetailsContainer > div.content > div.leftColumn > div.leftColumnSection1 > form:nth-child(4) > input:nth-child(5),
#orderDetailsContainer > div.content > div.leftColumn > div.leftColumnSection1 > form:nth-child(4) > input:nth-child(7),
#orderDetailsContainer > div.content > div.leftColumn > div.leftColumnSection1 > form:nth-child(4) > span:nth-child(6),
#orderDetailsContainer > div.content > div.leftColumn > div.leftColumnSection1 > form:nth-child(4) > span:nth-child(8),

#orderDetailsContainer > div.content > div.leftColumn > div.leftColumnSection1 > form:nth-child(4) > select,
#orderDetailsContainer > div.content > div.leftColumn > div.leftColumnSection1 > form:nth-child(4) > div,
#orderDetailsContainer > div.content > div.leftColumn > div.leftColumnSection1 > form:nth-child(4) > input.button
{
    display : none ;
    visibility : hidden;
}


/* Hide PO Reference on Order Screens */
#orderDetailsPart1 > div:nth-child(1) > label,
#orderDetailsPart1 > div:nth-child(1) > span,
#orderDetailsPart1 > div:nth-child(1) > #pono
{
visibility: hidden ;
}

/* Hide Test Mode on Order Screen */
#orderDetailsPart1 > div:nth-child(5) > label,
#orderDetailsPart1 > div:nth-child(5) > span
{
visibility: hidden ;
}


/* Hide New Basket button on order screen */
#newBasketButton
{
    display: none;
}
 /* Hide Printable Version button*/
#orderDetailsContainer > div.content > div.leftColumn > div.leftColumnSection1 > form:nth-child(1) > input
{
visibility : hidden ;
}
/*--MyDetails Page remove abilty to edir perso details--*/
#myDetailsFormPart2Section1
{
pointer-events : none ;
}
#myDetailsContainer div.buttonHolder:nth-child(4){
    display: none;
}

#myDetailsFormPart2Section1 > div:nth-child(1) > input:nth-child(2)  {
    background-color: #f0f0f0;
    border: none;
}
#myDetailsFormPart2Section1 > div:nth-child(3) > input:nth-child(2)  {
    background-color: #f0f0f0;
    border: none;
}  

#myDetailsFormPart2Section1 > div:nth-child(4) > input:nth-child(2)  {
    background-color: #f0f0f0;
    border: none;
}  

#myDetailsFormPart2Section1 > div:nth-child(6) > select:nth-child(2){
    background-color: #f0f0f0;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
#myDetailsFormPart2Section1 div.rowEven:nth-child(5) > input:nth-child(2){
    background-color: #f0f0f0;
    border: none;
    display: none;
}
#myDetailsFormPart2Section1 > div:nth-child(6) > select:nth-child(2){
    margin-top: 4px;
}



#productRequestFormRoot > div.requestToQuoteOptionsRoot > fieldset.optionGroup_5\.-additional-information:before
{
content : "We will quote based on 120gsm Paper. If you wish to use a different paper, please specify your requirements below";
    
    margin-left: 170px;
    margin-right: 320px;
    margin-bottom: 10px;
    margin-top: 20px;
    display : inline-block;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    font-size: small;
    text-shadow: none !important;
    
    
}

/* Set height of RTQ form */
div#productDetailsCatContainer
{
    height : auto !important;
}

