/* HEADER */
.header-logo h1 a span {
    height:23px;
    display:block;
    color: #0074B7;
}

.header-logo {
    float: left;
    padding-top: 26px;
}


.header-logo img {
    max-width: 220px !important;
}


.header-logo-mobile img {
    max-width: 300px !important;
}

.LogoTagline {
    font-size: 15px;
    color: #1175b5;
    font-family:'Questrial', sans-serif;
    text-align: center;
}

#Header{margin-top: 60px;}

screen and (min-width: 769px){
#Header{margin-top: 60px;}
}

@media screen and (max-width: 480px){
#Header {margin-top: 0px !important;}
}

@media screen and (max-width: 768px){
#Header {margin-top: 0px !important;}
}



/* CURRENCY */

.currency-converter-wrapper {
    background: #eeeeee;
    height: 120px;
}

.currency-converter-current{
    color: #0074B7;
    padding: 10px 0 0px 10px;
    margin-bottom:10px;
    font-family:'Questrial', sans-serif;
    font-size: 15px;
}

.currency-converter-usd{
    color: #808080;
    padding: 10px 0 10px 10px;
    margin-bottom:10px;
}

.CurrencyWrapper {
    position: relative;
    margin: 10px;
    padding-bottom:30px;
}


.selected-currency {
    cursor: pointer;
    padding: 10px !important;
    margin-left: 0px;
    background: white;
    border-radius: 3px 0px 0px 3px;
    color: #454545;
}

.changeCurr {
    display: block;
    float: right;
    /* width: 38px; */
    margin: 0px!important;
    background-color: #0074b7;
    padding: 11px !important;
    border-radius: 0px 3px 3px 0px;
    color: #ffffff !important;
    height:15px;
}

.changeCurr a:hover {
    color: #ffffff !important;
}

.CurrencyChooser {
    top: 38px;
}

/* Gradient background header */

#gradient
{
  width: 100%;
  height: 40px;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.header-highlights {
text-transform: uppercase; 
font-size: 12px; line-height:0; 
padding:12px 0 10px 0; 
color:#FFFFFF; 
font-weight:bold;
}

@media screen and (max-width: 1140px) {
.header-highlights {display: none;}
}

.header-highlights-padding {
    padding-left: 6px; 
    padding-right:20px;
}
    


/* FONTS */
#ProductDetails h1 {
    text-transform: none;
}

/* SEARCH */
#SearchForm {
    float: left;
    background: #fafafa;
    padding: 12px;
    border-radius: 2px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
}

#SearchForm input.Textbox {
    color: #999;
}

/* FOOTER */
.footer {
    border-top: solid 3px #0074B7;
    background: #E0EEF7;
}

.footer-main p {
    font-size: 12px;
}

/* MOBILE */

@media screen and (max-width: 768px) {
.mobile-hide {display: none !important;}
}

/* ADDED BY T - home banner */

@media screen and (max-width: 999px) {
.mobile-only {display: block !important;}
}
@media screen and (max-width: 999px) {
.home-banner {display: block;}
}
@media screen and (min-width: 1000px) {
.home-banner {display: none !important;}
}

@media screen and (max-width: 999px) {
#DrawerMenu .on-screen #SearchForm {dispay: none !important;}
}

@media screen and (max-width: 999px) {
#Header .search-mobile {top: 4px;}
}

@media screen and (max-width: 999px) {
#Header .search-mobile #SearchForm {
    padding: 6px;
    background: none; 
    border: none;
}
}


/*@media screen and (max-width: 768px) {
    .HomeSlideShowMobile, .HomeSlideShowMobile #HomeSlideShow, #ToggleMenu, #cart-amount, .mobile {
        display: block !important;
    }
}*/



/* LINKS */
p a:hover,
.ModalContent h4 a:hover, 
.PageMenu li a:hover,
.Left li a.active, a:hover, 
.Left .slist li a:hover,
.Left #SideCategoryList li a:hover,
.afterSideShopByBrand a:hover,
.Left #GiftCertificatesMenu li a:hover,
.Left #SideAccountMenu li a:hover,
.PageMenu li ul li a:hover,
.footer a:hover,
.TabNav li.Active a:hover {
   color: #005789 !important;
}
    




/* CAROUSEL */
.slide-show h2,
.slide-heading {
    font-family:'Questrial', sans-serif;
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 4px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}

.slide-text {
    font-family:'Questrial', sans-serif;
}

.slide-show .slide-overlay {
    top: 45%;
}

/* ON SALE */
.on-sale-badge {
    background: rgba(253, 87, 87, 1);
}

.SalePrice { 
    color: rgba(253, 87, 87, 1) !important;
}


.RetailPriceValue {
color: #999999;
font-weight: normal;
}
 
.ProductList em {
color: #0074B7;
font-weight: bold;
}


/* ERROR MESSAGE */
.ErrorMessage {
    padding: 20px;
    background: rgba(253, 87, 87, .1);
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid rgba(253, 87, 87, 1);
    color: rgba(253, 87, 87, 1);
    font-size: 13px;
    font-family: 'Questrial', sans-serif;
}


/* THEME.CSS */

.TopMenu a{
  color: #ffffff;
}

.TopMenu a:hover {
  color: #cccccc !important;
}

.TopMenu {
    position:fixed;
    top: 0px;
    width:100%;
    height:40px;
    border-top:none;
    border-bottom: 6px solid #eeeeee;
    z-index:1000;
    background: linear-gradient(to right, rgba(1,122,192,1), rgba(13,193,183,1));
}


.CartLink {
  color: #ffffff;
  background: rgba(1,122,192,1) !important;
}
.CartLink:hover {
  background: #666666;
}


.PageMenu li ul {
  background: #0074B7;
}

.footer-links a:hover {
  color: #0074B7;
}

.newsletter-subscription {
  background-color: #0074B7;
}

.ModalContent a.btn.cta:hover:hover {
  color: #0074B7 !important;
}

.Left li a.active,
a:hover,
a.alt,
p a,
a.NextLink,
.BulkDiscountLink a,
.currency-converter p span,
.BlockContent.PageContent a,
.Left #SideCategoryList li a:hover,
.Left .slist li a:hover,
.Left .afterSideShopByBrand a:hover,
.Left #GiftCertificatesMenu li a:hover,
.Left #SideAccountMenu li a:hover,
.PageMenu li ul li a:hover,
.footer a:hover,
.TabNav li.Active a:hover {
  color: #0074B7;
}

a,
.Left li li a,
.Left #SideCategoryList li a,
.Left .slist li a,
.Left .afterSideShopByBrand a,
.Left #GiftCertificatesMenu li a,
.Left #SideAccountMenu li a,
.Left #SideCategoryList li li a,
.Left .slist li li a,
.TabNav li.Active a,
.ModalContent h4 a:hover,
p a:hover {
  color: #0074B7;
}

li {
    padding: 0 0 6px 0;
}

.recaptchatable a:hover,
.page-content #LayoutColumn2 a.pname:hover,
#ModalContent a:hover,
.ModalContent a:hover {
  color: #0074B7;
}

.multiStep li.ActivePage h4 {
  border-bottom: 4px solid #0074B7;
}

h2,.h2,h3,.h3,h4,.h4,.CartContents .SubTotal.OrderGrandTotalColor div {
  color: #0074B7;
}

h1,
.h1 {
  color: #0074B7;
}

h2, .h2 {
    text-transform: none;
}

.TitleHeading,
.TabNav {
  border-bottom: 1px solid #0074B7;
}

.btn.cta {
  background-color: #0074B7;
  border: 2px solid #0074B7;
}

.btn.cta:hover {
  color: #0074B7;
}


.CheckoutRedeemCouponWrapper {
  border: 1px solid #0074B7;
}

.StepNumber {
  background: #0074B7;
  border: 3px solid #0074B7;
}

.ExpressCheckoutBlock.ExpressCheckoutBlockCollapsed .StepNumber {
  color: #0074B7;
}

.Left h4,.Right h4 {
  border-bottom: 1px solid #0074B7;
}

#share-product ul li:hover {
  color: #0074B7;
}
#QuickViewProductDetails h4 a:hover {
  color: #0074B7;
}

.Breadcrumb li a:hover {
   color: #0074B7;
}

#ModalContent a,
.ModalContent a {
  color: #0074B7 !important;
}

.facet-container .btn-facet-more-options.more:hover {
  color: #0074B7;
}

/* MENU CSS */
.treeview a.selected {
    color: #0074B7 !important;
}


.treeview li a:hover {
    color: #0074B7 !important;
}

.treeview .collapsable-hitarea {
    color: #0074B7;
}




/* THEME CSS Change to light blue */
.btn {
  background-color: #0074B7;
  border: 2px solid #0074B7;
}
.btn:hover {
  color: #ffffff;
  background-color: #0074B7;
  border: 2px solid #0074B7;
}

.btn.text {
  color: #ffffff;
}



.btn.alt {
  background-color: #46B0D1;
  color: #ffffff;
  border: 2px solid #46B0D1;
}
a.btn.alt {
  color: #ffffff;
}
.btn.alt:hover {
  background-color: #ffffff;
  color: #46B0D1;
}


.slide-button .btn:hover {
    background: #0074B7;
}


@media screen and (max-width: 767px) {
  #ProductDetails .ProductTinyImageList ul li {
    background: #46B0D1;
  }


/* STYLES CSS */

.subscribe_form .btn:hover {
    background-color: #0074B7;
    color: #ffffff;
}


/* ADDITIONAL CUSTOMISATION */

.YouSave {
    color: #27C351 !important;
}

.SalePrice {
    color: rgba(253, 87, 87, 1);
}

/* POPUP CSS */

/* Changes colour of border on image popup within a product */
.ProductTinyImageList ul li {
    border: solid 2px #ffffff !important;
}
.ProductTinyImageList ul li.selected {
    border: solid 2px #0074B7 !important;
}


/* Product Page */

.ProductDescriptionContainer ul {
    clear: both !important;
}


.shareSlide {
    margin-top: 0 !important;
    height: 40px !important;
}

.shareSlide .inner {
    margin: 10px 0 0 !important;
}



.ProductDetailsGrid .Label {
    font-weight: bold !important;
}


.WishlistProductList.ProductList li, .CategoryContent .ProductList li {
min-height: 460px;
}

.ProductDetailReviewRow span span {
    padding-left: 10px;
}

.show .prodAccordionContent {
    display: block;
}



/*Swatch colours */
.productOptionPickListSwatch .swatchColours {
    border: 1px solid #999999 !important;
}


/* Product Category Page */

.SortBox label, .SearchSorting label {
    padding: 0px 10px 0px 0px !important;
}

/* Product Page */
/* Pushes content to a new line */
#ProductDetails .Content h2 {
    margin-top: 0px;
    margin-right: 140px;
    float: none !important;
}


/*Optimized checkout*/

.checkoutHeader-heading {
    max-width: 30%;
}






