/*=======

11.12.2015
Supplementary style sheet that affect global elements

author: Mark Fletcher
mark.fletcher@size.co.uk

========*/

h1, h2, h3, h4, h5 {
    font-weight: 400;
    color: #333333;
    font-family: "proxima-nova-extrabold", Helvetica, Arial, sans-serif;
}

strong {
    font-weight: 700;
}


/*====================================================== TEMP FIX =================================================================================*/

/*=======Hides next day countdown clock=====
.basketHead {
    display: none !important;
}*/


/*====================================================== PLP =================================================================================*/

li.listItem .itemInformation {
    margin: 10px 0 40px 0 !important;
    font-size: 12px;
}

li.listItem .itemPrice .pri {
    font-weight: bold;
    color: #333333;
}

li.listItem .itemSale .pri {
    color: #FF4C4C !important;
}



/*=====================
======================= FRED HOPPER BANNERS =============
======================*/
div.fhBox {
    border: none;
    border-left: 10px solid #f8f8f8;
    border-right: 10px solid #f8f8f8;
    background: none;
    height: 260px;
    background-color: #eeeeee;
    /*height:5px;*/
}

.fhBox .fhContent {
    max-width: 1160px;
    margin: 0px auto;
    height: 260px;
}

div.fhBox .fhImage {
    display:block;
}

h1.fhTitle {
    padding: 0;
    font-size: 30px !important;
    top: 210px;
    float: left;
}

.fhImage img {
    width: initial;
}

/*===== SALE =====*/
.fhBox.sale {
    background: #ee7723;
}

.fhBox.sale h1.fhTitle {
    color:#ffffff;
    text-indent: -9999px;
}

div.fhBox.sale .fhImage {
    display: block;
    float: left;
    left: 0px;
    top: 15px;
    position: absolute;
}

div.fhBox.sale .fhImage img {
    width: 400px;
    }

div.fhBox.sale .fhLinks {
    float: right;
    width: 50%;
    padding: 0;
    bottom: 30px;
    position: absolute;
    right: 0px;
}    

.sale .fhLinks ul {
    float: right;
}

.sale .fhLinks ul li {
    padding: 0px;
    margin: 0px 0px 0px 10px;
    min-width: 100px;
}

.sale .fhLinks ul li a {
    text-transform: none;
    border: 3px solid #ffffff;
    background: transparent;
    color: #ffffff;
    font-family: "proxima-nova-extrabold", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.sale .fhLinks ul li a:hover {
    border-color: #ffffff!important;
    cursor: pointer;
}

/*===== SALE GENDER =====*/

.fhBox.salemen h1.fhTitle {
    text-indent: 0 !important;
    position: absolute;
    right: 0px;
    top: 150px;
}

/*===== SALE SIZE =====*/

.fhBox.salesize h1.fhTitle {
    text-indent: 0 !important;
    position: absolute;
    right: 0px;
    top: 100px;
}


div.fhBox.salesize .fhLinks {
    width: 32%;
}

.salesize .fhLinks ul li {
    margin: 10px 0px 0px 10px !important;
    min-width: 50px !important;
}

.bannerfr .fhLinks ul li {
    float: right;
}

/*===== SALE CATEGORY =====*/

.salecloth .fhLinks ul li {
    margin: 10px 0px 0px 10px !important;
}

.fhBox.salecloth h1.fhTitle {
    top: 50px;
}

/*====================================================== PDP =================================================================================*/
#itemTitles h1 {
    line-height: 130%;
    font-weight: 900;
    font-family: "proxima-nova-thin", Helvetica, Arial, sans-serif;
}

#itemOptions .guide {
    float: right;
    display: inline-block;
    overflow: visible;
    margin-right: 6px;
    top: -4px;
    font-family: "proxima-nova-bold", Helvetica, Arial, sans-serif;
    color: #aaa;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #aaa;
}

#itemTitles {
    margin: 0px 0px 20px;
}

#itemOptions h3 {
    color: #888888;
    font-weight: 100;
    font-family: "proxima-nova-bold", Helvetica, Arial, sans-serif;
}

#relThumbs h3 {
    padding: 0 0 15px 0;
    text-transform: capitalize;
}

#itemInfo.accord .acitem > li {
    padding: 5px 0 15px 0;
    color: #555555;
    line-height: 1.8em;
    font-size: 12px;
}

#itemInfo.accord .acitem > li > h3{
    font-family: "proxima-nova-medium", Helvetica, Arial, sans-serif;
}

#itemInfo.accord .acitem > li > p{
    margin-top: 3px;
}

#itemRelatedCats {display: none;}

#itemOptions button.noStock {
    display:none;
}

/*====================================================== FOOTER =================================================================================*/

/*====== BLOG =========*/

.featuredBlogText h3 {
    font-weight: 300;
    font-size: 36px;
    padding: 15px 0;
    line-height: 34px;
    font-size: 40px;
    margin: 20px 0px 20px 0px;
    font-weight: 100;
    font-family: "proxima-nova-thin", Helvetica, Arial, sans-serif;
    line-height: 1em;
}

.featuredBlog a {
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    }

.featuredBlog a:hover {
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    background-color: #ffffff;
    color:#333333;
}

/*====== HELP =========*/
/*.footerbox .helpDesk a i {
    background: url(../img/icons/em.png) #000 no-repeat 3px 15px;
    background-size: 20px;
}*/

.helpDesk a.email i img{
    display:none;
}
.helpDesk a.email i {
    background: url('https://size-client-resources.s3.amazonaws.com/assets/pages/img/icons/em.png') #ffffff no-repeat 9px 9px;
    background-size: 29px;
}


