		/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 09 May 2016 10:17:58
*/


/**
 *  LexisNexis Main Style Sheet
 *
 *  main.css
 *  author: Damian Dąbrowa (Squiz)
 */

/*
 *  Table of contents
 *
 *    1. General
 *      1.1 Reset
 *      1.2 Normalize
 *      1.3 General typography
 *      1.4 Headings
 *      1.5 Links
 *      1.6 Lists
 *      1.7 Tables
 *      1.8 Forms
 *      1.9 Images
 *      1.10 Pagination
 *      1.11 Accordion
 *      1.12 Buttons
 *      1.13 Text Alignment
 *
 *    2. Page elements
 *      2.1 Page structure
 *      2.2 Accessibility
 *      2.3 Header
 *      2.4 Navigation
 *      2.5 Footer
 *      2.6 Global Search
 *      2.7 Top Notification
 *      2.8 Magnific Popup/Quick View
 *      2.9 Social Media Icons
 *      2.10 AddThis Icons
 *
 *    3. Content elemnts
 *      3.1 Home page
 *      3.2 Inner page
 *      3.3 Cart Pages
 *          3.3.1 My Cart
 *          3.3.2 Checkout
 *      3.4 Product Details Page
 *          3.4.1. Product Details RHS
 *          3.4.2. Related Products
 *          3.4.3. Lightbox
 *          3.4.4. Product Details & Listing LHS
 *      3.5 My Account Sections
 *      3.6 My Orders
 *      3.7 Wishlist
 *
 *    4. RETINA :: for high resolution display
 *
 */

/*
 --------------------
 1. General
 --------------------
*/

.k-bg-white-25{
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.25);
padding: .5em 1em;
}

.k-bg-white-50{
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.5);
padding: .5em 1em;
}

.k-bg-white-60{
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.6);
padding: .5em 1em;
}


.k-bg-white-70{
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.7);
padding: .5em 1em;
}

.k-bg-white-80{
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.80);
padding: .5em 1em;
}

.k-bg-white-85{
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.85);
padding: .5em 1em;
}






/* -- 1.1 Reset -- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-spacing:0;
    border-collapse:collapse;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight:normal;
    font-style:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
    font-size:100%;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
}
a, a:hover, a:active, a:focus {
    outline: 0;
}

/* -- 1.2 Normalize -- */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

h1 {
    margin: 0 0 0.5em;
    color: #0f4f56;
    font-weight: bold;
    font-size: 2.7em;
    line-height: 1em;
}

h2, .h2 {
    margin: 0.5em 0;
    color: #000;
    text-transform: none;
    font-weight: normal;
    font-size: 2.7em;
    line-height: 1em;
}

.contact-us-thank-you h3 {
    margin: 0.7em 0px;
}

h3, .h3 {
    margin: 0.5em 0;
    color: #000;
    text-transform: none;
    font-weight: normal;
    font-size: 2.15em;
    line-height: 1em;
}

h4, .h4 {
    margin: 0.5em 0;
    color: #000;
    text-transform: none;
    font-weight: bold;
    font-size: 1.7em;
    line-height: 1em;
}

h5, .h5 {
    margin: 0.5em 0;
    color: #000;
    text-transform: none;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1em;
}

h6, .h6 {
    margin: 0.5em 0;
    color: #0f4f56;
    text-transform: none;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1em;
}

em {
    font-style: italic;
}

article .col-md-9 p + p,
article .cart-details p + p {
    display: block;
    margin: 0.5em 0 0;
}

strong.alert {
    display: block;
    margin: 0 0 0.5em;
    padding: 0;
    border: none;
    color: #e21821;
    text-transform: uppercase;
    font-size: 1em;
}

b, strong {
    font-weight: bold;
}

.main-content p {
    margin-top: 20px;
}
    .main-content p:first-child {
        margin-top: 20px;
    }

.main-content ol,
.main-content ul {
    margin-left: 20px;
}
.main-content ol {
    list-style: decimal outside;
}
.main-content ul {
    list-style: disc;
}
    .main-content ol li,
    .main-content ul li {
        margin-top: 20px;
    }
    .main-content
        .main-content ol li:first-child,
        .main-content ul li:first-child {
            margin-top: 20px;
        }
/* --1.3 General typography-- */
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'Omnes-medium';
    src: url('/__data/fonts/Omnes-medium.eot');
    src: url('/__data/fonts/Omnes-medium.eot?#iefix') format('embedded-opentype'),
        url('/__data/fonts/Omnes-medium.woff') format('woff'),
        url('/__data/fonts/Omnes-medium.ttf') format('truetype'),
        url('/__data/fonts/Omnes-medium.svg#Omnes-medium') format('svg');
}
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'Omnes-regular';
    src: url('/__data/fonts/Omnes-regular.eot');
    src: url('/__data/fonts/Omnes-regular.eot?#iefix') format('embedded-opentype'),
        url('/__data/fonts/Omnes-regular.woff') format('woff'),
        url('/__data/fonts/Omnes-regular.ttf') format('truetype'),
        url('/__data/fonts/Omnes-regular.svg#Omnes-regular') format('svg');
}
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'Omnes-light';
    src: url('/__data/fonts/Omnes-light.eot');
    src: url('/__data/fonts/Omnes-light.eot?#iefix') format('embedded-opentype'),
        url('/__data/fonts/Omnes-light.woff') format('woff'),
        url('/__data/fonts/Omnes-light.ttf') format('truetype'),
        url('/__data/fonts/Omnes-light.svg#Omnes-light') format('svg');
}
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'Omnes-semibold';
    src: url('/__data/fonts/Omnes-semibold.eot');
    src: url('/__data/fonts/Omnes-semibold.eot?#iefix') format('embedded-opentype'),
        url('/__data/fonts/Omnes-semibold.woff') format('woff'),
        url('/__data/fonts/Omnes-semibold.ttf') format('truetype'),
        url('/__data/fonts/Omnes-semibold.svg#Omnes-semibold') format('svg');
}

body {
    background: #fff;
    color: #000;
    font: normal 87.5%/1.333333em 'Omnes-regular', Sans-serif, Arial; /* 12px */
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.js .js-hide {
    display: none;
}

.js .js-show {
    display:block;
}

.js-show {
    display: none;
}

.ir, .ir:hover,
.ir:active,
.ir:focus {
  overflow: hidden;
  border: 0;
  color: transparent;
}
.no-rgba .ir {
  text-indent: 9999em;
}

#lgPassword {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

thead tr {
  background-color: #156169;
  color: #fff;
  font-weight: bold;
}
thead td {
  padding: 0.8em;
}

td {
  padding: 0.3em 0.8em;
  border: 2px solid #e5e5e5;
}
td:last-child {
  font-weight: bold;
}

hr {
    clear:both;
    margin-right: 38px;
    border-color: #ccc;

}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1em;
}


.home section h3 {
    font-family: 'Omnes-light', Arial, Sans-serif;
}
.home #newReleases .upperBox .publicationTitle,
#contentWrapper .breadcrumbs li a {
    font-family: 'Omnes-regular';
}
#banner p span,
#loginCart a,
#mainNav li div.megaMenuPromobox .pubTitle,
#headerMiddle form input[type="text"],
#contentWrapper .breadcrumbs li,
.publicationsList .upperBox .publicationTitle,
.publicationsList .flag,
.publicationsList .lowerBox .cartAdd,
#footerGrayBox aside p b,
#footerGrayNeighbour .socialMedia h2,
#footerGrayNeighbour .socialMedia h3,
#banner .container h3 strong {
    font-family: 'Omnes-medium';
}
.bgBlue {
    background: #1471ac;
}
.bgRed {
    background: #e21821;
}
.bgGreen {
    background: #44844a;
}
.bgPurple {
    background: #635394;
}
.bgTeal {
    background: #15826C;
}
#banner h3 strong {
    color: #0f4f56;
}

.promo-banner-img {
    position: absolute;
    z-index: -1;
    height: auto;
}
.promo-banner-img-container {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 251px;
}

#filterSet {
    box-sizing: border-box;
    padding-left:0;
    width:20%;
}
#filterSet ul {
    padding: 15px;
    background: #e1e1e1;
}
#filterSet .moreOrLessCategories a {
    display: inline-block;
    margin-top: 1.5em;
    color: #18575e;
    font-size: 0.9em;
}
article.container .col-md-9 {
    padding: 0;
}
.align-right {
    display: block;
    float: right;
    margin: 1em 0 0 1em;
}
.hide {
    position: absolute;
    top: -999em;
    left: -999em;
}
/* --1.4 Headings-- */
#mainNav li div.megaMenuPromobox h3 {
    margin-top: 0.1em;
    margin-bottom: 0.9em;
    color: #23676e;
    font-size: 1.2em;
}
article > h1 {
    margin-bottom: 1em;
    color: #0f4f56;
    font-weight: normal;
    font-size: 2.7em;
    line-height: 1em;
}
#filterSet h2 {
    margin: 0;
    padding: 1em;
    background: #0f4f56;
    color: #fff;
    font-weight: normal;
    font-size: 1.2em;
}
#filterSet h3 {
    margin: 0;
    padding: 1em;
    background: #d0d0d0;
    color: #0f4f56;
    font-size: 1.1em;
}
.h1-wrapper {
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.8em 0 1.145em 0;
    width: 71.3%;
}
.h1-wrapper h1 {
    display: block;
    float: left;
    margin: 0;
    font-weight: bold;
}
.h1-wrapper button {
    float: right;
    margin: 0;
}
/* --1.5 Links-- */
#loginCart a,
#topLinks a {
    display: inline-block;
    padding: 0.9em;
    font-weight: bold;
    color: #555;
}
#loginCart a {
    font-weight: normal;
    color: #2e7279;
}
#loginCart a span {
    padding-left: 0.5em;
    font-size: 1em;
}
#loginCart .my-cart-link {
    padding-left: 0.6em;
    padding-right: 0.5em;
    color: #fff;
    font-family: "Omnes-regular";
    background-color: #156169;
    -webkit-transition: color 0.1s ease, background-color 0.6s ease;
    -moz-transition: color 0.1s ease, background-color 0.3s ease;
    transition: color 0.1s ease, background-color 0.3s ease;
}
#loginCart .my-cart-link:hover,
#loginCart .my-cart-link:focus {
    color: #636363;
    background-color: #dbdbdb;
    text-decoration: none;
}
#loginCart .my-cart-link:hover .fa-shopping-cart,
#loginCart .my-cart-link:focus .fa-shopping-cart {
    color: #636363;
}
#loginCart .fa-shopping-cart {
    font-size: 1.25em;
    color: #fff;
    vertical-align: -10%;
    -webkit-transition: color 0.1s ease;
    -moz-transition: color 0.1s ease;
    transition: color 0.1s ease;
}
#mainNav ul li a {
    color: #707070;
}
#filterSet li a {
    display: inline-block;
    width: 100%;
    color: #646464;
}
.home .sectionLink {
    padding-right: 20px;
    background: url('/__data/fonts/right-arrow.png') right 10px no-repeat;
    color: #23676e;
    text-decoration: underline;
    font-size: 1.286em;
}
.home .sectionLink .fa-angle-right:before {
    content: '';
}
.back-to-top {
    display: block;
    float: left;
    padding: 15px 0 0 60px;
    width: 126px;
    color: #000;
}

.back-to-top:hover {
    color: #000;
}

.back-to-top span {
    display: block;
    float: left;
    margin: -15px 0 0 -60px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e9e9e9 url(/__data/fonts/input-wrappers.png) no-repeat -65px 17px;
}
/* --1.6 Lists-- */
ul.inside,
ol.inside {
    display: block;
    margin: 1.5em 0;
    list-style-position: inside;
}

.inside ol,
.inside ul {
    margin: 0.8em 0 0 1em;
}

.inside ul li,
.inside ol li {
    margin: 0 0 0.3em 0;
}

ol.inside li {
    margin: 0 0 0.3em 1em;
    padding: 0 0.4em;
    list-style: decimal;
}

ul.inside li {
    padding: 0 1.2em;
    background: transparent url(/__data/fonts/list-item.png) no-repeat 0 5px;
    list-style: none;
}

#loginCart,
#topLinks {
    float: right;
}
#loginCart li,
#topLinks  li {
    display: inline;
}
#filterSet li {
    margin-top: 1.1em;
    font-size: 0.9em;
    line-height: 1.3em;
}
#filterSet .facet li.category:first-child {
    margin-top: 0;
}

/* --1.7 Tables-- */
table.general {
    display: block;
    margin: 2em 0;
    border-collapse: collapse;
}

.general tr {
    border: 0 none;
}

.general th,
.general td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 none;
}

.general thead tr {
    background: #0f4f56 !important;
}

.general thead th {
    padding: 1.2em 20px;
    color: #FFFFFF;
    font-size: 1.25em;
}

.general tbody tr {
    background: #faf7f7;
}

.general tbody tr:nth-child(even) {
    background: #eeecec;
}

.general tbody tr.even {
    background: #eeecec;
}

.general tbody td {
    padding: 14px 20px;
}

.content-table {
    margin: 0 0 1.43em;
    padding: 0;
    width: 100%;
}

.content-table thead,
.content-table tbody {
    width: 100%;
}

.content-table thead tr {
    background: #eaeaea;
    color: #0e4f56;
    text-transform: uppercase;
}

.content-table th {
    padding: 8px 10px 6px;
    line-height: 1;
}

.clear-text {
    text-align: left;
    text-indent: -999em;
}

.center-text {
    text-align: center;
}

.content-table tbody tr {
    border-bottom: 2px solid #ececec;
}

.content-table td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 18px 24px 10px;
    border: 0;
    vertical-align: top;
}

.content-table td.center-text {
    padding: 20px 22px 24px;
}

.content-table td img {
    display: block;
    margin-left: 10px;
    border: 2px solid #ececec;
}

.content-table a {
    display: block;
    padding: 0 0 0 20px;
    max-width: 200px;
    color: #000;
    line-height: 1.2em;
}
    .content-table .view a {
        line-height: 18px;
    }

.content-table a i {
    display: block;
    float: left;
    margin-left: -35px;
    color: #a1a4a4;
    font-size: 1.65em;
}

.content-table .reorder i,
.content-table .view i {
    margin-left:-21px;
    font-size: 1.2em;
}

.content-table .reorder a,
.content-table .view a {
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
}

.content-table .reorder a,
.content-table .reorder a i {
    color: #e21821;
}

.content-table .view a,
.content-table .view a i {
    color: #0e4f56;
}
    .content-table .view a i {
        margin-top: 3px;
    }


.content-table .remove {
    overflow: hidden;
    min-width: 100px;
    color: #e21821;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
}

.content-table .remove i {
    display: inline;
    margin: 0 5px 0 0;
    color: #e21821;
    font-size: 1.2em;
}

.content-table .bold {
    font-weight: bold;
}

/* --1.8 Forms -- */
.accordion.form-box .detail,
.form-wrapper {
    overflow: auto;
    padding: 32px 20px 32px 58px;
}

#form_email_5364 {
     display: none;
  }

#product-0000856495 #form_email_5364,
#product-0001035764 #form_email_5364 {
   display: block;
   margin-top: 30px;
}

#product-0000856495 .cartAdd,
#product-0000856495 .wishlistAdd,
#product-0001035764 .cartAdd,
#product-0001035764 .wishlistAdd {
  display: none;
}

#form_email_5364 .sq-form-field {
  padding: 6px 12px;
  margin-bottom: 16px;
  border: 1px solid #0078ae;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 2;
  height: 44px;
}

#form_email_5364 label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 1em;
  cursor: pointer;
}

#form_email_5364_submit {
    display: inline-block;
    margin: 16px 0;
    padding: 12px;
    min-width: 150px;
    border: 0px;
    background-color: #0078ae;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

form {
    display: block;
}

form fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

form fieldset div {
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 2.5em;
    padding: 0 38px 0 0;
    width: 50%;
}
form fieldset div.state {
    width: 100%;
}

form fieldset .create-address {
    padding-right: 0;
}

form fieldset input[type="text"],
form fieldset input[type="email"],
form fieldset input[type="password"],
form fieldset select,
form fieldset textarea {
    outline: 0 none;
    border: 0 none;
    -webkit-appearance: none;
}

form fieldset p {
    display: block;
    margin: 0.5em 0;
}

form fieldset p.required {
    display: block;
    margin: 0 38px 1em 0;
    color: #c51a21;
    text-align: right;
}

form fieldset label.required:after {
    color: #c51a21;
    content: " *";
}

form fieldset .wide {
    clear: both;
    margin: 0em 0 1.5em;
    width: 100%;
}

form fieldset .select {
    margin: 0;
}

form fieldset .input-new-row {
    clear:left;
}

form .new-line-label {
    display: block;
    clear: left;
    margin-bottom: 1em;
}

form fieldset div label,
form fieldset div span.title {
    display: block;
    margin: 0 0 1em;
    width: 100%;
}

form fieldset div input[type="text"],
form fieldset div input[type="email"],
form fieldset div input[type="password"],
form fieldset div textarea {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 30px 9px 8px;
    margin: 0 0 1.5em;
    width: 100%;
    outline: 0 none;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

form fieldset div input.error,
form fieldset div select.error,
input.error,
select.error {
    border-color: #cd171e;
    background: #fff url(/__data/fonts/input-wrappers.png) no-repeat 95% -116px;
}

form fieldset div.wide input.error {
    background-position: 98.4% -116px;
}

form fieldset div input.valid,
input.valid {
    border-color: #61aa51;
    background: #fff url(/__data/fonts/input-wrappers.png) no-repeat 95% -174px;
}

form fieldset div.wide input.valid {
    background-position: 98.4% -174px;
}

span.error {
    position: absolute;
    padding: 5px 0 0;
    max-width: 254px;
    color: #cd171e;
}

form fieldset div .select-wrapper span.error {
    margin-top: 1.5em;
}

form fieldset div.wide input + input,
form fieldset div.wide span.error + input {
    margin: 2em 0 1.5em;
}

form fieldset div.checkout-cvn span.error {
    bottom: -20px;
}

form fieldset div.checkout-cvn input {
    background-position: 0% -116px;
}

form fieldset div ul {
    overflow: hidden;
    margin: 0 0 0.5em;
}

form fieldset div ul li {
    display: block;
    float: left;
    overflow: hidden;
    margin: 0 30px 1em 0;
}

form fieldset div ul li input {
    display: inline-block;
    margin: 0 10px 0 0;
    width: auto;
}

form fieldset div ul li label {
    display: inline-block;
    margin: 0;
    width: auto;
}

form fieldset div.buttons {
    display: block;
    margin: 1.5em 0 0;
    width: 100%;
}

form fieldset div.buttons div {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.5em 0 0;
    width: 100%;
    border-top: 1px solid #d6d6d6;
}

form fieldset div.buttons input {
    float: right;
    margin: 0;
}

form fieldset div.buttons p {
    display: block;
    float: left;
    overflow: hidden;
    margin: 1em 0;
}

form fieldset div.buttons p a {
    display: block;
    float: left;
    margin-right: 1em;
}

form .country,
form .region {
    width: 100%;
}

.select-wrapper {
  position: relative;
  display: block;
  /*overflow: hidden;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
  padding: 0;
  width: 100%;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.select-wrapper:before {
    position: absolute;
    right: 0;
    display: none;
    width: 40px;
    height: 40px;
    background: url(/__data/fonts/input-wrappers.png) #fff no-repeat 0 0;
    content: '';
}

.select-wrapper select {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 9px 8px;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: url("/__data/fonts/input-wrappers.png") no-repeat scroll right -60px top 0 #FFFFFF;
  font-size: 1em;
  line-height: 1.3;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.select-wrapper select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.select-wrapper select::-ms-expand {
    display: none;
}

.select-wrapper span.error {
    margin-top: 1.5em;
}

.date-selector .select-wrapper {
    float: left;
    width: 100%;
}

.date-selector .select-wrapper + .select-wrapper {
    float: right;
}

.date-selector .select-wrapper select {
    width: 100%;
}

input[type="radio"] + label,
.radio-wrapper + label,
input[type="checkbox"] + label,
.checkbox-wrapper + label {
    display: inline-block;
    margin: 1px 0 5px 7px;
    padding: 0;
    color: #000;
    vertical-align: top;
    font-weight: normal;
}

.radio-wrapper,
.checkbox-wrapper {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
}

.radio-wrapper input[type="radio"],
.checkbox-wrapper input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 21px;
    height: 21px;
    opacity: 0;
}

.radio-wrapper span,
.checkbox-wrapper span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 21px;
    height: 21px;
    background: transparent url(/__data/fonts/input-wrappers.png) no-repeat 0 -44px;
}

.checkbox-wrapper span {
    background-position: 0px -70px;
}

.radio-wrapper input[type="radio"]:checked + span,
.radio-wrapper input[type="radio"]:checked + label + span {
    background-position: -28px -44px;
}

.checkbox-wrapper input[type="checkbox"]:checked + span,
.checkbox-wrapper input[type="checkbox"]:checked + label + span {
    background-position: -28px -70px;
}

#headerMiddle form {
    position: relative;
    float: right;
    margin: 30px 0 0;
    width: 756px;
    height: 85px;
    color: #ed1b24;
}
#headerMiddle form .fieldset {
    padding: 10px;
    border: 2px solid #e3e3e3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#headerMiddle form legend {
    display: none;
}
#headerMiddle form input[type="text"],
#headerMiddle form input[type="text"]:focus {
    padding: 4px;
    width: 90%;
    outline: 0;
    border: none;
    color: inherit;
    font-size: 1.3em;
    line-height: 1.3em;
}
#headerMiddle form span.fa-search {
    float: right;
    padding-top: 2px;
    padding-right: 5px;
    font-size: 20px;
    line-height: 25px;
}
#headerMiddle form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 3px;
    border: none;
    background: transparent;
    color: rgba(255,255,255,0);
    line-height: 48px;
}
#headerMiddle form input[type="submit"].search-submit {
    height: 47px;
    width: 56px;
    outline: 0;
    font-size: 0;
    background: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* ie8 */
    top: 2px;
}

.show-fields {
    display:block;
}
/* --1.9 Images-- */
#mainNav ul li div.megaMenuPromobox img {
    float: left;
    margin-right: 0.6em;
    margin-bottom: 1.4em;
    max-width: 8em;
    max-height: 7.5em;
}
/* --1.10 Pagination-- */
/* --1.11 Accordion-- */
.accordion {
    display: block;
    width: 100%;
}

.accordion .heading {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 2px;
    padding: 20px 58px;
    background: #eaeaea;
    color: #616161;
    font-weight: normal;
    font-size: 1.1em;
}

.accordion .heading.complete {
    background: #cfdcdd;
    color: #0e4f56;
}

.accordion .heading.active {
    background: #0e4f56;
    color: #ffffff;
    font-weight: bold;
}

.accordion .heading span {
    position: absolute;
    top: 13px;
    left: 10px;
    display: block;
    padding: 7px 0 0;
    width: 32px;
    height: 32px;
    background: #dfdfdf;
    text-align: center;
    font-weight: bold;
}

.accordion .heading.complete span {
    background: #c3d2d3;
}

.accordion .heading.active span {
    background: #0f565e;
}

.accordion .heading i {
    position: absolute;
    top: 21px;
    right: 24px;
    display: block;
    font-weight: normal;
    font-size: 1.2em;
}

.accordion .detail {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -2px 0 2px;
    padding: 32px 58px 46px;
    background: #f6f6f6;
}

/*-- 1.12 Highlight Box --*/
.highlight {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.5em 0;
    padding: 20px;
    background: #eff4f4;
}

/*-- 1.13 Text Alignment --*/
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}

/*-- 1.13 Buttons --*/
/* Button size */
.button-big,
.button-medium {
    display: block;
    margin-top: 0.7em;
    padding: 0.7em 0.4em;
    max-width: 220px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 1.2em;
    font-family: 'Omnes-medium';
}
    .home .button-medium {
        float: left;
        margin-left: 1.5em;
        width: 9em;
    }
        .home .button-medium.limited-stock {
            margin-top: 1em;
            font-size: 15.4px;
        }
.button-small {
    display: block;
    margin-left: 0.3em;
    padding: 0.5em 0 0.63em;
    text-align: center;
    font-size: 0.6em;
}
    .home .button-small {
        float: left;
        width: 8em;
    }
        .home .button-small.limited-stock {
            margin-top: 0;
            padding: 0.51em 0;
            width: 128px;
            font-size: 0.56em;
        }

/* Button style */
.limited-stock {
    border: 2px solid #e21821;
    border-radius: 4px;
    background-color: transparent;
    color: #e21821;
    transition: background-color .2s linear, color .2s linear;
}
    .limited-stock:hover {
        background-color: #E21821;
        color: #FFFFFF;
        text-decoration: none;
    }
    .limited-stock .fa-plus {
        padding: 0.2em 0.5em 0 0;
    }
.button-out-of-stock {
    color: #000;
    line-height: 1.49em;
    line-height: 1.5em\0/; /* ie8 */
}

/* Button backorder/preorder */
.action-button.cartAdd.button-back-order,
.publicationsList .lowerBox .button-back-order.cartAdd {
   border: 2px solid #1E7F88;
   color: #1E7F88;
}
.publicationsList .lowerBox .button-back-order.cartAdd {
   width: 9.1em;
}
.action-button.cartAdd.button-back-order:hover,
.publicationsList .lowerBox .button-back-order.cartAdd:hover{
   background-color: #1E7F88;
   color: #fff;
}
.action-button.contact-us{
  float:left;
  margin: 5px;
  max-width:140px
}

/*
--------------------
2. Page Elements
--------------------
*/

/*-- 2.1 Page structure --*/
body {
    background-color:#fff;
}
#headerTop {
    margin-bottom: 1px;
    width: 100%;
    position: fixed;
    top: 0;
}
#headerTop.fixed {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e2e2e2;
    z-index: 9999;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
#headerMiddle {
    margin-top: 43px;
    margin-bottom: -1em;
}
.topBar,
.bottomBar {
    background: #0f4f56;
}
.bottomBar {
    height: 6.7em;
}
#contentWrapper {
    overflow: auto;
    padding-bottom: 1px;
    background: #f3f3f3;
}
.crNoMobile {
    display: inline-block;
    margin-top: 2em;
}
.crMobile {
    display: none;
}
article.container .col-md-9.general {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 58px;
    background: #FFFFFF;
}

/* -- 2.3 Header -- */
#logo {
    float: left;
}
#logo a {
    outline: 0;
}
#logo img {
    width: 285px;
    height: 120px;
}
#banner {
    height: 251px;
}
#banner .container div {
    /*margin-top: 6em;*/
}
.borderTop {
    border-top: 2px solid #e21821;
}

/* header search */
#headerTop .searchTop {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#headerTop.fixed .searchTop {
    height: auto;
    visibility: visible;
}

@media screen and (max-width: 1200px) {

    #headerTop.fixed .searchTop {
        display: none;
    }
}

#headerTop .searchTop form {
    position: relative;
    float: right;
    margin: 0.4em 0 0.6em;
    width: 100%;
    color: #ed1b24;
}

#headerTop .searchTop form .fieldset {
    padding-left: 10px;
    border: 2px solid #e3e3e3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}
#headerTop .searchTop form legend {
    display: none;
}
#headerTop .searchTop form input[type="text"],
#headerTop .searchTop form input[type="text"]:focus {
    padding: 4px;
    width: 90%;
    outline: 0;
    border: none;
    color: inherit;
    font-size: 1.1em;
    line-height: 1.3em;
}
#headerTop .searchTop form span.fa-search {
    float: right;
    padding-top: 2px;
    padding-right: 5px;
    font-size: 20px;
    line-height: 25px;
}
#headerTop .searchTop form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 3px;
    border: none;
    background: transparent;
    color: rgba(255,255,255,0);
    line-height: 48px;
}
#headerTop .searchTop form input[type="submit"].search-submit {
    height: 47px;
    width: 56px;
    outline: 0;
    font-size: 0;
    background: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* ie8 */
    top: 2px;
}


/* --2.4 PageNavigation-- */
#mainNav {
    position: relative;
    z-index: 11;
}
#mainNav ul li > div {
    position: absolute;
    right: 0;
    z-index: 10;
    display: block;
    visibility: hidden;
    overflow: hidden;
    margin-top: -4px;
    height: auto;
    background: #e0e0e0;
    opacity: 0;
    -webkit-transition: opacity .25s, visibility .25s ease-in-out;
    -moz-transition: opacity .25s, visibility .25s ease-in-out;
    transition: opacity .25s, visibility .25s ease-in-out;
}
@media screen and (max-width:1170px) {
    #mainNav ul li > div {
        right: 0;
    }
}
#mainNav ul li:hover > div {
    visibility: visible;
    height: auto;
    opacity: 1;
}
#mainNav ul li div.megaMenuPromobox {
    float: right;
    padding: 1.7em;
    width: 16em;
    height: inherit;
    background: #d7d7d7;
}
#mainNav > ul {
    float: right;
    clear: right;
    margin-bottom: -0.3em;
}
#mainNav ul > li {
    display: inline-block;
    padding: 0 1.4em;
}
#mainNav ul > li:last-child {
    padding-right: 0;
}
#mainNav ul li a {
    font-family: 'Omnes-light',​Sans-serif,​Arial;
    position: relative;
    display: inline-block;
    padding: 0.8em 0;
    border-bottom: 4px solid transparent;
    color:  #767676;
    text-decoration: none;
    font-size: 1.4em;
}
#mainNav ul li a.active {
    border-bottom: 4px solid #e21821;
}
#mainNav ul li ul {
    float: left;
    margin-top: 1.3em;
    padding-bottom: 1.3em;
    width: 35em;
}
#mainNav ul li li {
    display: inline-block;
    color: #0f4f56;
    text-indent: 1em;
    font-weight: bold;
}
#mainNav ul li li a {
    display: inline-block;
    padding: 0.4em 0;
    border: none;
    color:  #636363;
    font-weight: normal;
    font-size: 1em;
    font-family: Omnes-regular;
}
#mainNav ul li li a:hover {
    color: #808080;
    text-decoration: underline;
}
#mainNav ul li div.megaMenuPromobox a.button {
    display: block;
    clear: both;
    padding: 0.8em;
    border-radius: 2px;
    background: #e3e3e3;
    color: #656565;
    text-align: center;
    font-size: 1em;
}

li a span.menuTriangle {
    display:none;
}

li:hover a span.menuTriangle {
    position: absolute;
    bottom: 0;
    left: 49%;
    display:inline;
    width: 0px;
    height: 0px;
    border-width: 0 7px 9px 7px;
    border-style: solid;
    border-color: transparent transparent #d7d7d7 transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #d7d7d7 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.topBar .barSelects {
    float: left;
    margin: 1.5em 0;
}
.dropdown {
    display: inline-block;
    margin-right: 1em;
    border: 2px solid #e3e3e3;
    border-radius: 3px;
}

.dropdown > a {
    display: inline-block;
    padding-left: 1.4em;
    color: #fff;
}

.dropdown > a:hover {
    color: #fff;
    text-decoration: none;
}
.dropdown .caret {
    display: inline-block;
    margin-left: 3.7em;
    padding: 1em 1.2em;
    border-left: 2px solid #e3e3e3;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
}
.dropdown-grey .caret {
    float: right;
    margin-left: 0;
    border-color: #b5bcbc;
}

.dropdown a:hover .caret,
.dropdown a:active .caret,
.dropdown a:focus .caret,
.dropdown .caret:hover,
.dropdown .caret:active,
.dropdown .caret:focus {
    background: #438c93;
}
.dropdown-grey button:hover .caret,
.dropdown-grey button:active .caret,
.dropdown-grey button:focus .caret,
.dropdown-grey .caret:hover,
.dropdown-grey .caret:active,
.dropdown-grey .caret:focus {
    background: #fff;
}

.barSelects .dropdown-menu {
    display: block;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1px;
    padding: 0;
    width: 100%;
    height: 0;
    border-radius: 0;
    background: #ececec;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out, height .5s ease-in-out;
    transition: opacity .25s ease-in-out, height .5s ease-in-out;
    -ms-box-sizing: content-box;

}
.barSelects .open .dropdown-menu {
    height: auto;
    opacity: 1;
}
.barSelects .dropdown-menu li > a {
    padding:  6px 20px;
    border-bottom: 1px solid  #d0d0d0;
}
.barSelects .dropdown-menu li:last-child > a {
    border-bottom: none;
}
.barSelects .dropdown-menu li a:hover {
    background: #e1e1e1;
    color: #000;
}
.pagination {
    float: right;
    margin-top: 1.5em;
    font-size: 1.4em;
}
.pagination ul {
    display: inline-block;
}
.pagination ul li {
    display: inline;
}
.pagination a,
.pagination ul li a {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    color: #e3e3e3;
    text-align: center;
    transition: background .25s ease-in-out, border .25s ease-in-out;
}
.pagination ul li a {
    border: 2px solid transparent;
    border-radius: 1.4em;
    text-indent: 0.05em;
    line-height:  1.3em;
}
.pagination ul li a.active {
    border-color: #46858c;
    text-decoration: none;
}
.pagination ul li a:hover {
    background: #18575e;
    text-decoration: none;
}
#contentWrapper .breadcrumbs {
    margin: 2.4em auto 2em;
}
#contentWrapper .breadcrumbs li {
    display: inline;
}
#contentWrapper .breadcrumbs li .fa {
    padding: 0 0.5em;
    color: #0f4f56;
    font-weight: bold;
}
#contentWrapper .breadcrumbs li a {
    color: #6f6f6f;
    text-decoration: underline;
}
/* --2.5 Footer-- */
#footerGrayBox {
    float: left;
    margin-top: -1.7em;
    width: 32%;
    background: #e9e9e9;
}
#footerGrayBox aside {
    float: right;
    padding: 3.5em 1em 4.5em;
    width: 17em;
}
#footerGrayBox .fa-phone {
    margin-right:  0.5em;
    margin-left: -1.2em;
    color: #0f4f56;
    font-size: 1.1em;
}
#footerGrayNeighbour {
    float: right;
    overflow: hidden;
    margin-bottom: 5em;
    width: 68%;
}
#footerGrayNeighbour ul {
    float: left;
    margin: 1em 1em 1em 2em;
    width: 51%;
}
#footerGrayNeighbour ul li {
    display: inline-block;
}
#footerGrayNeighbour ul span {
    margin-right: 0.5em;
    color: #0f4f56;
    font-weight: bold;
}
#footerGrayNeighbour ul li a {
    display: inline-block;
    padding: 0.1em 0.5em;
    width: 11em;
    color: #767676;
    font-size: 0.9em;
}
#footerGrayNeighbour .socialMedia {
    float: left;
    width: 280px;
}
@media (max-width: 1200px) {
    #footerGrayNeighbour .socialMedia {
        margin-left : 2em;
        width: 90%;
    }
    #footerGrayNeighbour ul {
        width: 100%;
    }
}
#footerGrayNeighbour .socialMedia .fa {
    margin-right: 0.5em;
    color: #d0d0d0;
}
#footerGrayNeighbour .socialMedia .fa-angle-right,
#footerGrayNeighbour .socialMedia .fa-angle-down {
    float: right;
    font-weight: bold;
}
#footerGrayNeighbour .socialMedia h3:hover .fa-angle-right {
    color: #558287;
}
#footerGrayNeighbour .socialMedia .fa-angle-down {
    display: none;
}
#footerGrayNeighbour .ui-accordion-header-active .fa-angle-right {
    display: none;
}
#footerGrayNeighbour .ui-accordion-header-active .fa-angle-down {
    display: inline;
    color: #e21821;
}
.socialMedia.ui-accordion .ui-accordion-content {
    padding: 1em 2em;
    height: auto;
    background: #e9e9e9;
    text-align: left;
}
.socialMedia h2 {
    margin: 1em 0;
    color: #e21821;
    text-transform: none;
    font-weight: normal;
    font-size: 1em;
}
.socialMedia h3 {
    font-size: 100%;
    line-height: 1.3;
    padding: 0.5em 0.5em 0.5em 2.2em;
    font-weight: normal;
}
.socialMedia h3 a {
    color: #767676;
    font-weight: normal;
}
.socialMedia h3 a:hover {
    text-decoration: underline;
}

.product-list .bottomBar {
    display: none;
}
.product-list #target .bottomBar {
    display: block;
}

/* -- 2.6 Global Search -- */
#fb-queryform .ui-autocomplete,
#fb-queryform-top .ui-autocomplete {
    border: 2px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    top: -2px !important;
    left: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    background: #FFF;
}

#fb-queryform ul.ui-autocomplete li,
#fb-queryform-top ul.ui-autocomplete li {
    position: relative;
    border-bottom: 1px solid #E3E3E3;
}

#fb-queryform .query-result__link,
#fb-queryform-top .query-result__link {
    display: table;
    padding: 10px 15px;
    width: 100%;
    color: #156169;
    cursor: pointer;
    overflow: hidden;
}

#fb-queryform .query-result__link:hover,
#fb-queryform .query-result__link:focus,
#fb-queryform-top .query-result__link:hover,
#fb-queryform-top .query-result__link:focus {
    background: #FAFAFA;
    text-decoration: none;
}

#fb-queryform li h2,
#fb-queryform-top li h2 {
    margin: 0;
  font-size: 1.2em;
  font-weight: bold;padding: 15px;
  background-color: #f3f3f3;
}

.query-result__image-container {
    display: table-cell;
    width: 5%;
    vertical-align: middle;
}

#fb-queryform-top .query-result__image-container {
    width: 9%;
}

.query-result__image-container img {
    vertical-align: top;
}

.query-result__details {
    display: table-cell;
    padding-right: 25%;
    vertical-align: middle;
}

#fb-queryform .fbname,
#fb-queryform-top .fbname,
#fb-queryform-top .price,
#fb-queryform .price {
    display: inline-block;
}

#fb-queryform ul.ui-autocomplete .cartAdd,
#fb-queryform-top ul.ui-autocomplete .cartAdd {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -1.3em 0 0 0;
    padding: 0.5em 0.7em;
    width: auto;
    font-size: 0.9em;
}

/* -- 2.7 Top Notification -- */
.stack-bar-top .alert {
    text-align: center;
}

/* -- 2.8 Magnific Popup/Quick View -- */

.quick-view__button {
    display: block;
    position: relative;
}

.publicationsList .quick-view__button .upperBox,
.related-products .quick-view__button .upperBox {
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.publicationsList .quick-view__button:hover,
.related-products .quick-view__button:hover {
    text-decoration: none;
}

.publicationsList .quick-view__button:hover .upperBox,
.related-products .quick-view__button:hover .upperBox {
    background-color: #d6d6d6;
}

.quick-view__button:hover .quick-view__label,
.overlay-inner:hover .quick-view__label {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s ease, opacity 0.4s ease, background-color 0.3s ease;
    -moz-transition: visibility 0s ease, opacity 0.4s ease, background-color 0.3s ease;
    transition: visibility 0s ease, opacity 0.4s ease, background-color 0.3s ease;
}

.quick-view__label {
    visibility: collapse;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1.2em 0 0 -3.55em;
    padding: 0.7em 1em 0.7em;
    color: #fff;
    font-family: 'Omnes-light';
    font-size: 1.6em;
    text-indent: 0;
    line-height: 1em;
    text-transform: uppercase;
    background: rgb(21, 97, 105);
    background: rgba(21, 97, 105, 0.9);
    -webkit-transition: visibility 0s 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    -moz-transition: visibility 0s 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    transition: visibility 0s 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.related-products .quick-view__label {
    margin-top: -1.4em;
    font-size: 1.3em;
}

.publicationsList .upperBox .quick-view__label {
    text-align: center;
}

.quick-view__container {
    position: relative;
    margin: 0 auto;
    width: 48em;
    background: #f1f1f1; /* Old browsers */
    background: -webkit-linear-gradient(top,  #fafafa 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fafafa 0%,#f1f1f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fafafa 0%,#f1f1f1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fafafa 0%,#f1f1f1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}

@media screen and (max-width: 700px) {

    .quick-view__container {
        width: 94%;
    }
}

.quick-view__container .upperBox {
    padding: 1.55em 1.75em 0;
    height: auto !important;
    background-color: transparent;
    overflow: visible;
}

.quick-view__container img {
    float: left;
    margin-bottom: 1.6em;
    border: 2px solid #ececec;
    max-width: 23%;
    width: auto !important;
    height: auto;
}

.quick-view__container .flag {
    position: absolute;
    top: -0.55em;
    left: -0.65em;
    padding: 0.55em 0.8em 0.6em;
    color: #fff;
    font-family: 'Omnes-medium';
    font-size: 1.35em;
    line-height: 1em;
}

.quick-view__container .flag + .flag {
    top: 2em;
}

@media screen and (max-width: 700px) {

    .quick-view__container .flag {
        padding: 0.35em 0.6em 0.4em;
        font-size: 1.1em;
    }

    .quick-view__container .flag + .flag {
        top: 1.5em;
    }
}

.quick-view__container .publicationTitle,
.quick-view__container .publicationAuthor,
.quick-view__container .releaseDate,
.quick-view__container .description {
    display: block;
    float: left;
    width: 77%;
    padding-left: 2.5%;
    overflow: hidden;
}

.quick-view__container .publicationTitle,
.quick-view__container .publicationAuthor {
    font-family: 'Omnes-light';
    font-size: 1.857em;
    line-height: 1em;
    color: #1b1b1b;
}

.quick-view__container .publicationAuthor {
    margin-top: 0.4em;
    font-size: 1em;
    line-height: 1.2em;
}

.quick-view__container .releaseDate {
    margin-top: 1.8em;
}

.quick-view__container .description {
    margin-top: 1.15em;
    margin-bottom: 1.6em;
    line-height: 1.4em;
}

.quick-view__container .lowerBox {
    border-top: 2px solid #fff;
    padding: 1.35em 1.65em 1.45em;
    text-align: right;
    clear: both;
    background-color: transparent;
}

.quick-view__container .prize {
    display: inline-block;
    float: left;
    margin: 0.2em 0 0 0.1em;
    color: #156169;
    font-size: 2em;
}

.quick-view__container .prize span:first-child {
    margin-right: 0.3em;
    vertical-align: 9px;
    font-size: 0.5em;
}

.quick-view__container .prize.discounted .old-price {
    margin-right: 0.5em;
    font-size: 0.8em;
    vertical-align: baseline;
    text-decoration: line-through;
}

.quick-view__container .old-price + span {
    color: #e21821;
}

.quick-view__container .button-call-to-action {
    display: inline-block;
    margin-top: 0;
    text-align: right;
}

.quick-view__container .whishlist,
.quick-view__container .viewdetails {
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0.3em 0 0;
    border: 2px solid transparent;
    border-radius: 4px;
    width: 7em;
    max-width: none;
    height: 3em;
    font-weight: normal;
    font-family: 'Omnes-regular';
    background: #f4f4f4;
    color: #707070;
    text-align: left;
    font-size: 1em;
    line-height: 1;
    vertical-align: bottom;
    -webkit-transition: border .25s ease-in-out;
    -moz-transition: border .25s ease-in-out;
    transition: border .25s ease-in-out;
}

.quick-view__container .whishlist .fa {
    padding: 0;
}

.quick-view__container .viewdetails {
    margin-left: 0.5em;
    float: left;
}

.quick-view__container .whishlist:hover,
.quick-view__container .viewdetails:hover {
    text-decoration: none;
    border-color: #9f9f9f;
    background-color: #f4f4f4;
    color: #707070;
}

.quick-view__container .whishlist .fa,
.quick-view__container .viewdetails .fa {
    float: left;
    height: 2em;
    margin: 0.6em 0.9em 0 0.8em;
    color: #b5bcbc;
}

.home .quick-view__container .button-small.limited-stock,
.home .quick-view__container .button-medium.limited-stock {
    padding: 0.6em 1.25em 0.7em 1.1em;
    width: auto;
    font-size: 15px;
}

.quick-view__container .cartAdd.action-button {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0.6em 1.25em 0.7em 1.1em;
    width: auto;
    font-size: 15px;
    text-align: center;
}

.quick-view__container .lowerBox .cartAdd span.fa {
    padding-right: 0.6em;
    font-size: 0.9em;
}

.quick-view__container .overlay-inner {
    display: none;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
}

.mfp-wrap {
  top: 0;
  left: 0;
  visibility: collapse;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10004; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-ready {
    visibility: visible;
    -webkit-transition: visibility 0s ease, opacity 0.2s ease;
    -moz-transition: visibility 0s ease, opacity 0.2s ease;
    transition: visibility 0s ease, opacity 0.2s ease;
}

.mfp-wrap.mfp-ready {
    opacity: 1;
}

.mfp-bg.mfp-ready {
    opacity: 0.32;
    filter: alpha(opacity=32);
}

.mfp-wrap.mfp-removing,
.mfp-bg.mfp-removing {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10003; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10005;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    opacity: 1;
    color: #fff;
    background-color: #156169;
    -webkit-transition: background-color 0.3s ease, color 0.1s ease;
    -moz-transition: background-color 0.3s ease, color 0.1s ease;
    transition: background-color 0.3s ease, color 0.1s ease;
}

.mfp-close-btn-in .mfp-close:hover {
    color: #636363;
    background-color: #dbdbdb;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/* -- 2.9 Social Media Icons -- */

.share-icons-vertical {
    float: right;
    margin: 0 1px 8.2em 0;
}

.share-icons-vertical__item {
    margin-top: 1px;
}

.share-icons-vertical__item:first-child {
    margin-top: 0;
}

.share-icons-vertical__item a {
    display: block;
    color: #fff;
    text-indent: 100%;
    width: 36px;
    height: 36px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.share-icons-vertical__item a:hover,
.share-icons-vertical__item a:focus {
    background-color: #dbdbdb;
}

.share-icon--facebook a,
.share-icon--twitter a,
.share-icon--linkedin a {
    background: #156169 url('http://store.lexisnexis.com.au/__data/assets/image/0012/4251/social-icon-vertical.png') no-repeat left top;
}

.share-icon--facebook a {
    background-position: 6px 7px;
}

.share-icon--facebook a:hover,
.share-icon--facebook a:focus {
    background-position: -33px 7px;
}

.share-icon--twitter a {
    background-position: 6px -31px;
}

.share-icon--twitter a:hover,
.share-icon--twitter a:focus {
    background-position: -33px -31px;
}

.share-icon--linkedin a {
    background-position: 6px -71px;
}

.share-icon--linkedin a:hover,
.share-icon--linkedin a:focus {
    background-position: -33px -71px;
}


/* -- 2.10 AddThis Icons -- */

.addthis_sharing_toolbox {
    margin: 5em 0 0;
}

.addthis_sharing_toolbox + .product-details-header {
    margin-top: 2.2em;
}


/*
--------------------------------

 3. Page Elements

--------------------------------
*/
/* --Publication items-- */

.publication-listing-holder {
    float: left;
    width: 80%;
}

.upperBox,
.lowerBox {
    position: relative;
    background: #fff;
}
.home .upperBox,
.home .lowerBox {
    background: none;
}
.upperBox a img {
    max-width: 100%;
    height: auto;
}
.publicationsList li {
    margin-bottom: 30px;
}
.related-products .publicationsList li {
    display: inline-block;
    float: none;
    margin-bottom: 0;
}
/* BEGIN :: for home */
.home .publicationsList li:hover a .upperBox {
    background-color: #d6d6d6;
}

.home .publicationsList li:first-child {
    padding-left: 0;
}
.home .publicationsList li:first-child + li {
    padding-right: 0;
}

.publicationsList .upperBox a:first-child,
.publicationsList .upperBox .photo-wrap {
    display: block;
    max-height: 167px;
    overflow: hidden;
}

/* END :: for home */
.publicationsList .flag {
    position: absolute;
    top: 0.55em;
    left: 0;
    padding: 0.3em 0.6em;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
    line-height: 1.4em;
}
.publicationsList .flag + .flag {
    top: 2.85em;
}
.publicationsList .upperBox {
    overflow: hidden;
    padding: 1.7em 10px;
    min-height: 18em;
    text-align: center;
}
.publicationsList .upperBox:hover {
    /* background: url(/__data/fonts/bookHover.jpg) repeat-x bottom; */
}
.publicationsList .upperBox span {
    display: block;
    text-align: left;
    overflow: hidden;
}
.publicationsList .upperBox .publicationTitle,
.publicationsList .upperBox .publicationAuthor {
    margin: 1.2em 1em 0;
    line-height: 1.3em;
    color: #333;
}
.publicationsList .upperBox .publicationTitle,
.publicationsList .upperBox .publicationTitle a {
    color: #222;
}
.publicationsList .upperBox .publicationAuthor {
    margin-top: 0;
    font-size: 0.9em;
}
.publicationsList .lowerBox {
    padding: 1.3em;
    border-top: 2px solid #f3f3f3;
    max-height: 177px;
    /*height: 177px;*/
}
.publicationsList .lowerBox .prize {
    display: block;
    min-height: 28px;
    color: #0f4f56;
    text-align: left;
    font-size: 1.7em;
}
.publicationsList .lowerBox .prize span:first-child {
    margin-right: 0.1em;
    vertical-align: 0.4em;
    font-size: 0.6em;
}
.publicationsList .lowerBox .prize.discounted span {
    color: #e21821;
    vertical-align: 0.3em;
    font-size: 0.88em;
    line-height: 0.7em;
}
.publicationsList .lowerBox .prize.discounted span:first-child {
    margin-right: 0;
    vertical-align: 0;
    font-size: 0.7em;
}
.publicationsList .lowerBox .prize.discounted span span:first-child {
    margin-right: 0.1em;
    vertical-align: 0.4em;
    font-size: 0.6em;
}
.publicationsList .lowerBox .prize span.old-price {
    padding-right: 0.2em;
    color: #0f4f56;
    text-decoration: line-through;

}
.publicationsList .lowerBox .prize span.old-price span {
    color: #0f4f56;
}
.publicationSlider .publicationsList .lowerBox .prize span.old-price {
    display: block;
    margin: 0 0 0.5em;
    margin-top: -0.5em;
    font-size: 0.6em;
    line-height: 0.6;
}
.publicationsList .lowerBox .cartAdd,
.product-pricing .cartAdd,
.publicationsList .lowerBox .whishlist,
.action-button-alt2,
.action-button-alt,
.action-button {
    display: block;
    margin-top: 0.7em;
    padding: 0.7em 0.4em;
    max-width: 220px;
    width:100%;
    border: 2px solid transparent;
    border-radius: 4px;
    text-align: center;
    font-weight: normal;
    font-size: 1.2em;
    font-family: 'Omnes-medium';
}

/* Home - Discount Price for Forthcoming and eBooks */
.home #forthcoming li div.lowerBox .prize.discounted,
.home #ebooks li div.lowerBox .prize.discounted {
    padding: 0.62em 1em;
}
.home #forthcoming li div.lowerBox .prize.discounted .old-price,
.home #ebooks li div.lowerBox .prize.discounted .old-price {
    display: block;
    font-size: 0.6em;
    margin-bottom: 0.4em;
}

.home .slidernav {
    display: none;
}

.button-any-width {
    max-width: none;
}

.publicationsList .lowerBox .whishlist,
.action-button-alt {
    background: #f4f4f4;
    color: #707070;
    font-size: 1em;
    transition: border .25s ease-in-out;
}
.publicationsList .lowerBox .whishlist:hover,
.action-button-alt:hover {
    border-color: #9f9f9f;
    text-decoration:none;
}

.action-button-alt2 {
    display: inline-block;
    margin: 0 1em 0 0;
    padding: 0.8em 1em;
    width: auto;
    border: 2px solid #e3e3e3;
    border-radius: 3px;
    background-color: #0f4f56;
    color: #fff;
    font-size: 1em;
    font-family: "Omnes-regular";
    cursor: pointer;
    transition: background-color .2s linear, color .2s linear;

}

.action-button-alt2:hover {
    background-color: #438c93;
    color: #fff;
    text-decoration: none;
}

.publicationsList .lowerBox .cartAdd,
.product-pricing .cartAdd,
.action-button
 {
    border-color: #e21821;
    background-color: transparent;
    color: #e21821;
    -webkit-transition: background-color .2s linear, color .2s linear;
    -moz-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
}
.publicationsList .lowerBox .cartAdd:hover,
.action-button:hover {
    background-color: #e21821;
    color: #fff;
    text-decoration: none;
}
.action-button:focus {
    background: #E21821;
    color: #fff;
    text-decoration: none;
}
.publicationsList .lowerBox span.fa {
    padding-right: 0.5em;
}

.publicationsList .publicationsList__hidden {
    display: none !important;
}

.button-reset,
.button-reset:focus {
    background-color: #FF6767;
    color: #222;
    font-weight: bold;
}
.button-reset:hover {
    background-color: #FFA5A5;
}
/* --3.1 Home Pge--*/
.home .logo-title {
    display: none;
    text-indent: -10000px;
}
.home #bannerPromoMenu {
    position: absolute;
    z-index: 11;
    margin-top: -0.5em;
    width: 15.6em;
    font-size: 1.4em;
}
.home #bannerPromoMenu ul {
}

.home #bannerPromoMenu li {
    position: relative;
}
.home #bannerPromoMenu li button{
    display: inline-block;
    padding: 2.05em 0 2.05em 1em;
    width: 14.85em;
    border-width: 0px 0px 2px 0px;
    border-bottom: 2px solid #dbdbdb;
    background: #dbdbdb;
    color: #636363;
    text-align: left;
    -webkit-transition: width 0.2s, border-color 0.5s, color 0.5s, background 0.5s;
    -moz-transition: width 0.2s, border-color 0.5s, color 0.5s, background 0.5s;
    -ms-transition: width 0.2s, border-color 0.5s, color 0.5s, background 0.5s;
    -o-transition: width 0.2s, border-color 0.5s, color 0.5s, background 0.5s;
    transition: width 0.2s, border-color 0.5s, color 0.5s, background 0.5s;
}

.home #bannerPromoMenu li:first-child button{
    border-bottom: 2px solid #e5e5e5;
    background: #e5e5e5;
}
.home #bannerPromoMenu li:last-child button{
    border-bottom: 2px solid #d6d6d6;
    background: #d6d6d6;
}

.home #bannerPromoMenu li:first-child button:hover,
.home #bannerPromoMenu li:first-child button:focus,
.home #bannerPromoMenu li:last-child button:hover,
.home #bannerPromoMenu li:last-child button:focus,
.home #bannerPromoMenu li button:hover,
.home #bannerPromoMenu li button:focus {
    outline: 0;
    border-bottom-color: #f1f1f1;
    background-color: #f1f1f1;
    text-decoration: none;
}
.home #bannerPromoMenu li:first-child button.active,
.home #bannerPromoMenu li:last-child button.active,
.home #bannerPromoMenu li button.active,
.home #bannerPromoMenu li .active {
    width: 15.5em;
    border-bottom: 2px solid #22c6d7;
    background: #1e7f88; /* Old browsers */
    color: #fff;
    font-weight: bold;
}

.home #bannerPromoMenu li button span.fa {
    position: absolute;
    right: 30px;
    color: #b5bcbc;
    font-size: 0.8em;
}
.home #bannerPromoMenu li button.active span.fa {
    color: #fff;
}
.home #banner {
    /* background: url(/__data/fonts/homeBanner.png) no-repeat center; */
    position: relative;
    top: 0;
}
.home #banner,
.home #banner .slideshow-fade{
    overflow: hidden;
    width: auto;
    height: 27em;
}
.home #banner .slideshow-fade ul {
    padding: 0;
}
.home #banner .slideshow-fade img {
    float: right;
}
.home #banner .container {
    position: absolute;
    top: 2em;
    left: 50%;
    z-index: 10;
    margin-left: -200px;
    width:400px;

}

/* banner content */
.home #banner .container .banner-content {
    margin-top: 0;
    display: none;
}
    .home #banner .container .banner-content:first-child {
        display: block;
    }

#banner .container h3,
.home #banner .container h3{
    color: #1b1b1b;
    text-transform: none;
    font-size: 3em;
    line-height: 1em;
}
.home #banner .container h3 strong {
    color: inherit;
}

#banner .container h3.h5 {
    font-size: 1.6em;
}

#banner .container p,
.home #banner .container p {
    margin-top: 1em;
    font-size: 1.1em;
}
#banner .container p strong,
.home #banner .container p strong {
    color: #156169;
}
.home #banner .container a.button,
.inner #banner .container a.button {
    display: inline-block;
    margin-top: 2em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0.8em 0.9em 0.9em;
    font-family: 'Omnes-medium', Arial, Sans-serif;
    font-size: 1.3em;
    background-color: #156169;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: color 0.2s ease, background-color 0.3s;
    -moz-transition: color 0.2s ease, background-color 0.3s;
    -ms-transition: color 0.2s ease, background-color 0.3s;
    -o-transition: color 0.2s ease, background-color 0.3s;
    transition: color 0.2s ease, background-color 0.3s;

}
.home #banner .container a.button:hover,
.home #banner .container a.button:active,
.inner #banner .container a.button:hover,
.inner #banner .container a.button:active {
    text-decoration: none;
    color: #636363;
    background-color: #dbdbdb;
}
.home #contentWrapper {
    background: #fff;
}
.home section {
    clear: left;
    border-bottom: 1px solid #e2e2e2;
    text-align: right;
}
.home section h3 {
    margin-top: 1.2em;
    margin-bottom: 0.8em;
    color: #156169;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    font-size: 2.6em;
}
.home #newReleases ul {
    padding: 0;
}
.home #newReleases ul li {
    position: relative;
    margin-left: 1.4em;
    padding: 0;
    width: 25.7em; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #f8f8f8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafafa 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafafa 0%,#f8f8f8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fafafa 0%,#f8f8f8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fafafa 0%,#f8f8f8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
}
.home #newReleases ul li:first-child {
    margin-left: 0;
}

.home #newReleases .publicationsList li a .upperBox {
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}
.home #newReleases .publicationsList li a:hover,
.home #newReleases .publicationsList li a:focus {
    text-decoration: none;
}
    .home #newReleases .publicationsList li a:hover > .upperBox {
        background-color: #d6d6d6;
    }

.home #newReleases .publicationsList .upperBox {
    padding: 1.4em 1.4em;
    max-height:  230px;
    color: #333;
    text-align: left;
}
.home #newReleases .upperBox img {
    float: left;
    padding: 0 1.5em 1.4em 0;
}
.home #newReleases .publicationSlider {
    position: relative;
}
.flex-control-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    display: block;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #666;
    background: rgba(0,0,0,0.5);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    text-indent: -9999px;
    cursor: pointer;
    -o-border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,0,0,0.9);
    cursor: default;
}

.home #newReleases .publicationSlider .flex-control-nav {
    display: none;
}
.home #newReleases .publicationSlider .flex-direction-nav li {
    position: static;
}
.home #newReleases .publicationSlider .flex-direction-nav a {
    position: absolute;
    top: 35%;
    color: #e0e0e0;
    font-size: 4em;
}
.home #newReleases .publicationSlider .flex-direction-nav a.flex-prev {
    left: -0.5em;
}
.home #newReleases .publicationSlider .flex-direction-nav a.flex-next {
    right: -0.5em;
}
.home .publicationsList .upperBox:hover {
    background: inherit;
}

/* New Releases */
.home #newReleases .upperBox .publicationTitle {
    height:50px;
}
.home #newReleases .upperBox .publicationAuthor {
    height:34px;
}
.home #newReleases .upperBox .publicationTitle,
.home #newReleases .upperBox .publicationAuthor,
.home #newReleases .upperBox .description {
    margin-left: 140px;
}

/* Forthcoming & eBooks */
.home #forthcoming .upperBox .img-container,
.home #ebooks .upperBox .img-container {
    border-right: 2px solid #F3F3F3;
    float: left;
    height: 210px;
    margin-right: 25px;
    width: 189px;
}
.home #forthcoming .upperBox .publicationTitle,
.home #ebooks .upperBox .publicationTitle {
    max-height: 66px;
    overflow: hidden;
}
.home #forthcoming .upperBox .publicationAuthor,
.home #ebooks .upperBox .publicationAuthor {
    height: 16px;
}
.home #forthcoming .upperBox .description,
.home #ebooks .upperBox .description {
    height: 49px;
    margin-left: 214px;
}

.home #forthcoming li div.upperBox .publicationTitle,
.home #ebooks li div.upperBox .publicationTitle,
.home #newReleases .upperBox .publicationTitle {
    margin-top: -0.2em;
    font-size: 1.5em;
    line-height: 1.1em;
    font-family: 'Omnes-light', Arial, Sans-serif;​
}
.home #forthcoming li div.upperBox .publicationTitle,
.home #ebooks li div.upperBox .publicationTitle {
    margin-top: 0.5em;
}
.home #forthcoming li div.upperBox .releaseDate,
.home #ebooks li div.upperBox .releaseDate,
.home #newReleases .upperBox .releaseDate {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
}
.home #newReleases .upperBox .fa {
    display: inline;
}
.home #newReleases .lowerBox {
    overflow: auto;
    padding: 0.6em 0.5em;
    border-top: 2px solid #fff;
    text-align: left;
    font-weight: bold;
    font-size: 1.9em;
}
.home #newReleases .lowerBox .prize {
    display: block;
    float: left;
    margin-top: 0.2em;
    width: 108px;
    vertical-align: text-top;
    font-size: 0.98em;
}
.home #newReleases .lowerBox .whishlist,
.home #newReleases .lowerBox .cartAdd {
    display: block;
    float: left;
    margin: 0 0 0 0.2em;
    padding-left: 0;
    width: 6.5em;
    vertical-align: text-bottom;
    text-align: left;
    font-size: .5em;
    line-height: 1;
}
.home #newReleases .lowerBox .whishlist {
    margin-right: 0.5em;
    padding:0.3em 0;
}
.home #newReleases .lowerBox .whishlist span.fa {
    float: left;
    margin-bottom: 1em;
    padding-left: 0.5em;
    width: 2.2em;
    height: 1em;
    color: #b5bcbc;
    line-height: 1.9em;
}
.home #newReleases .lowerBox .cartAdd {
    margin-left: 0em;
    margin-left: 0.3em;
    padding: .5em 1em 0.63em;
    width: 8em;
    width:  auto;
    font-size: 0.6em;
}
.home #newReleases .lowerBox .cartAdd.limited-stock {
    font-size: 0.545em;
    padding: 0.7em 0.9em;
}
.home #newReleases .lowerBox .cartAdd span.fa {
    font-size:0.8em;
}
.home #target #forthcoming {
    padding-bottom: 2em;
    border-bottom: 1px solid #E2E2E2;
}
.home #forthcoming,
.home #ebooks {
    padding-bottom: 2em;
    background: #f3f3f3;
    border-bottom: 0;
}
.home #forthcoming ul,
.home #ebooks ul {
    margin-top: 2em;
}
.home #forthcoming li,
.home #ebooks li {
}
.home #forthcoming li div,
.home #ebooks li div {
    padding: 0 10px 0 0;
    min-height: 0;
    background: #fff;
    color: #555;
    text-align: left;
    -webkit-transition: background-color 0.5s ease 0s;
    -moz-transition: background-color 0.5s ease 0s;
    -ms-transition: background-color 0.5s ease 0s;
    -o-transition: background-color 0.5s ease 0s;
    transition: background-color 0.5s ease 0s;
}

.home #forthcoming li a > .upperBox,
.home #ebooks li a > .upperBox {
    -webkit-transition: background-color 0.5s ease 0s;
    -moz-transition: background-color 0.5s ease 0s;
    -ms-transition: background-color 0.5s ease 0s;
    -o-transition: background-color 0.5s ease 0s;
    transition: background-color 0.5s ease 0s;
}
.home #forthcoming li a:hover,
.home #ebooks li a:hover,
.home #forthcoming li a:focus,
.home #ebooks li a:focus {
    text-decoration: none;
}
    .home #forthcoming li a:hover > .upperBox,
    .home #ebooks li a:hover > .upperBox,
    .home #forthcoming li a:hover > .upperBox .img-container,
    .home #ebooks li a:hover > .upperBox .img-container {
        background-color: #d6d6d6;
    }
.home #forthcoming li .description,
.home #ebooks li .description {
    background-color: transparent;
}

.home #forthcoming li div.upperBox img,
.home #ebooks li div.upperBox img {
    display: inline-block;
    float: left;
    margin-right: 1.8em;
    padding: 1em 2em;
    width: 13.5em;
    border-right: 2px solid #f3f3f3;
    text-align: center;
}


.home #forthcoming li div.upperBox span.fa,
.home #ebooks li div.upperBox span.fa {
    display: inline;
}
.home #forthcoming li div.upperBox,
.home #ebooks li div.upperBox {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.home #forthcoming li div.upperBox .publicationTitle,
.home #ebooks li div.upperBox .publicationTitle {
    margin-top: 0.7em;
    font-weight: normal;
    font-size: 2em;
}

.home #forthcoming li div.upperBox,
.home #ebooks li div.lowerBox {
    overflow: hidden;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.home #forthcoming li div.lowerBox,
.home #ebooks li div.lowerBox {
    overflow: auto;
}

.home #forthcoming li div.lowerBox .prize,
.home #ebooks li div.lowerBox .prize {
    float: left;
    margin-right: 0;
    padding: 1em;
    width: 6.75em;
    border-right: 2px solid #f3f3f3;
    text-align: center;
    font-weight: bold;
    font-size: 2em;
}
.home #forthcoming li div.lowerBox .cartAdd,
.home #forthcoming li div.lowerBox .whishlist,
.home #ebooks li div.lowerBox .cartAdd,
.home #ebooks li div.lowerBox .whishlist {
    display: inline-block;
    float: left;
    margin-top: 1em;
    margin-left: 1.5em;
    width: 9.1em;
    font-size: 1.1em;
}

/* --3.2 Inner Pge--*/

/* --Side slider-- */
#sideSlider {
    position: fixed;
    top: 29%;
    right: -1px;
    z-index: 120;
    padding: 0;
    background: transparent;
    font-size: 1em;
    width: 47px;
}

#socialSideSlider {
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 120;
    padding: 0;
    background: transparent;
    font-size: 1em;
    width: 36px;
}

#sideSlider > a {
    position: relative;
    display: inline-block;
    float: right;
    margin: 3.05em -3.1em 0 0;
    padding: 1em;
    width: 9.5em;
    height:3.3em;
    background: #262626;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#sideSlider > a:hover {
    background: #000;

}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { position: absolute; overflow: hidden; clip: rect(0 0 0 0); margin: -1px; padding: 0; width: 1px; height: 1px; border: 0; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { position: static; overflow: visible; clip: auto; margin: 0; width: auto; height: auto; }

.secondary-results-title {
    clear: left;
    margin-bottom: 15px;
    padding-left: 15px;
    font-weight: bold;
}
.upperBox .photo {
    width: 60%;
    height: auto;
    border: 1px solid #e1e1e1;
}

.inner #banner .container > div {
    margin-top: 1.5em;
}

/* --3.3 Cart Pages --*/
.checkout {
  display: block;
  float: right;
  padding: 0.8em 1.65em;
  border: 2px solid #e21821;
  border-radius: 4px;
  background-color: transparent;
  color: #e21821;
  text-align: center;
  font-size: 1.2em;
  transition: background-color .2s linear, color .2s linear;
}
.checkout i {
    display: block;
    float: left;
    margin: 0.05em 0.95em 0 0;
}
.checkout:hover,
.checkout:focus {
  background-color: #e21821;
    color: #fff;
  text-decoration: none;
}
.product-pricing .checkout {
    float: none;
}
.cart-page {
    float: left;
    overflow: visible;
    width: 100%;
    background-color: #fff;
}

.cart-details {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 60px 32px 40px;
    width: 76.5%;
    background-color: #FFF;
}

.full-width {
    padding: 32px 40px;
    width: 100%;
}
/*-- 3.3.1 My Cart --*/


.qty-calc {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 76px;
    border: 2px solid #ececec;
}

.qty-calc input[type="text"] {
    display: block;
    float: left;
    margin: 0;
    width: 26px;
    height: 24px;
    outline: 0 none;
    border: 0 none;
    border-right: 2px solid #ececec;
    border-left: 2px solid #ececec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    font-size: 0.9em;
    -webkit-appearance: none;
}

.qty-calc button {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 22px;
    outline: 0 none;
    border: 0;
    background: none;
    color: #888686;
    text-align: center;
    font-size: 1.2em;
    -webkit-appearance: none;
}

.qty-calc .limit {
    display: none;
}

.clear-block {
    display: block;
    clear: both;
    overflow: hidden;
    padding: 0 0 0 0.75em;
    width: 100%;
}

.grey {
    padding: 8px 20px;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f1f1f1;
    color: #0e4f56;
    text-transform: uppercase;
    font-size: 0.85em;
    line-height: 0.85em;
    transition: background-color .2s linear, color .2s linear;
}

.grey:hover {
    background-color: #c2c0c0;
}

.btn-continue-shopping {
    display: inline-block;
    *display: inline;
}

.right {
    float: right;
}

#contentWrapper .clear-block p {
    margin: 0.2em 1em 0 0;
    color: #e21821;
}

.alert {
    padding: 7px 19px;
    border: 1px solid #e21821;
}

.summary {
    display: block;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 28px 22px 38px;
    max-width: 290px;
    width: 55%;
    background: #eaeaea;
}

.summary dl {
    display: block;
    float: right;
    margin: 0 1.2em 1.15em;
}

.summary dl dt {
    display: block;
    float: left;
    clear: both;
    margin: 0 26px 12px 0;
    width: 100px;
    text-align: right;
}

.summary dl dd {
    display: block;
    float: left;
    text-align: left;
}

.summary .strong {
    font-weight: bold;
    font-size: 1.15em;
}

.summary button {
    float: right;
    clear: both;
}

.voucher {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 22px 0 0;
    width: 45%;
}

.voucher > strong {
    font-weight: normal;
    font-size: 1.5em;
}

.voucher form {
    display: block;
    margin: 1.5em 0 0;
}

.voucher legend {
    position: absolute;
    left: -999em;
}

.voucher input[type="text"],
.voucher input[type="submit"] {
    position: relative;
    z-index: 50;
    display: block;
    float: left;
    padding: 0.8em 1.4em;
    outline: 0 none;
    border: 2px solid #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
}

.voucher input[type="text"] {
    width: 68%;
}

.voucher input[type="submit"] {
    position: relative;
    z-index: 10;
    display: block;
    float: left;
    margin: 0 0 0 -0.5em;
    outline: 0 none;
    background: #fff;
    color: #0e4f56;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    transition: background-color .2s linear, color .2s linear;
}

.voucher input[type="submit"]:hover {
    background: #f1f1f1;
}

.discount-price,
.coupon-discount-price {
    color: #CC0000;
    display: block;
}
.coupon-discount-price {
    font-size: 10px;
}
.coupon_applied_details {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
}
    .coupon_applied_details ul {
        margin-bottom: 0;
    }
        .coupon_applied_details li {
            margin-bottom: 0;
            margin-top: 10px;
        }
            .coupon_applied_details .fa {
                color: #0e4f56;
            }
            .coupon_applied_details strong {
                color: #0e4f56;
                font-weight: bold;
                text-transform: uppercase;
            }
            .coupon_applied_details .coupon-details {
                float: none;
                width: 100%;
                margin-bottom: 0;
            }

/* Promotion */
.promotion-details {
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    color: #2E7279;
    border-top: 1px dashed #2E7279;
}
   .promotion-details > strong {
       font-size: 1.5em;
       font-weight: normal;
       display: block;
       margin-bottom: 10px;
   }
   .promotion-details li {
       float: none;
       margin-bottom: 0;
       font-weight: bold;
   }

/*-- 3.3.2 Checkout --*/
.checkout-cvn input[type="text"] {
    float: left;
    margin: 0 10px 0 0;
    width: 40%;
}

.checkout-table {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 38px 0 0;
    width: 100%;
}

.checkout-table table {
    width: 100%;
}

th {
    padding: 0.3em 0.8em;
}

.checkout-total {
    display: block;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.5em 0 0;
    padding: 0 38px 0 0;
    width: 80%;
}

.checkout-total dt {
    display: block;
    float: left;
    clear: both;
    margin: 0.5em 0 1em;
    max-width: 55%;
}

.checkout-total dd {
    display: block;
    float: right;
    margin: 0.5em 0 0;
    padding: 0 0 0 20px;
    width: 90px;
    text-align: right;
}

.checkout-total .bold {
    font-weight: bold;
}

.credit-card {
    margin-bottom: 10px;
}
.secure-pay {
    margin-bottom: 0;
}

.checkout-table .final-discount {
    color: #CC0000;
    float: none;
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 0 !important;
    width: 100%;
}

/*-- 3.3.3 Right Hand Column --*/
.my-cart-info {
    position: relative;
    margin-top: -20px;
    margin-right: 20px;
    padding: 22px 22px 1px;
    background-color: #e5e5e5;
}

.my-cart-info h2,
.my-cart-info h3 {
    margin-top: 0;
    margin-left: 40px;
    font-size: 1em;
    line-height: 1;
}

.my-cart-info .block {
    display: block;
    clear: both;
    margin: 9px 0 0;
    padding: 19px 0 22px 48px;
    width: 100%;
    color: #000;
    text-decoration: none;
}

.my-cart-info .block + .block {
    margin: 0;
    border-top: 1px solid #d2d2d2;
}

.my-cart-info .block i {
    display: block;
    float: left;
    margin: 3px 0 0 -48px;
    width: 32px;
    color: #0e4f56;
    font-size: 2.2em;
}

.my-cart-info .block span {
    display: block;
    margin: 5px 0 0;
    font-size: 0.85em;
}

.my-cart-info .block .title {
    margin-bottom: 10px;
}

.my-cart-info .info-block {
    display: block;
    clear: both;
    margin: 29px 0 32px;
    padding: 0;
    width: 100%;
    background: #f1f1f1;
    font-size: 0.85em;
}

.my-cart-info .info-block + .info-block {
    margin: -30px 0 32px;
}

.my-cart-info .info-block strong {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 72px 10px 12px;
    background: #c2c0c0;
    font-weight: normal;
    font-size: 1.3em;
}

.my-cart-info .info-block strong a {
    position: absolute;
    top: 10px;
    right: 12px;
    display: block;
    padding: 3px 9px;
    border: 1px solid #0e4f56;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #0e4f56;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1em;
    transition: background-color .2s linear, color .2s linear;
}

.my-cart-info .info-block strong a:hover {
    background-color: #0e4f56;
    color: #ffffff;
    text-decoration: none;
}

.my-cart-info .info-block div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 10px 22px;
}

.order-toc i {
    font-size: 10px;
    color: #428BCA;
}

/* --3.4 Product Details Page --*/

.product-page {
  float: left;
  overflow: visible;
  width: 80%;
  background-color: #fff;
}

.product-details {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
  width: 70%;
  background-color: #FFF;
  min-height: 1500px;
}
.product-details h1 {
  color: #000;
}
.product-details h2 {
    color: #E21821;
    font-size: 1.143em;
    font-weight: 600;
    margin: 3em 0 1em;
    text-transform: uppercase;
}
.product-details h2:first-child {
  margin-top: 0;
}

.product-details-header {
  overflow: hidden;
  margin-bottom: 20px;
}

.product-thumb-holder {
  position: relative;
  float: left;
  margin-right: 25px;
  margin-bottom: 1em;
  width: 175px;
  border: 2px solid #e5e5e5;
}

.product-thumb {
  width: 100%;
  height: auto;
}

.image-caption {
  float: left;
  clear: left;
  margin: 1em 0;
  margin-right: 25px;
  width: 200px;
}

.square-button {
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: #e5e5e5;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.square-button:hover, .square-button:active {
  outline: 0;
  border: 0;
  background-color: #156169;
}
.square-button:focus {
  outline: 0;
}

.show-product-image {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
}
.show-product-image .icon:before {
  margin-left: 10px;
  padding: 0;
  color: #b3b2b2;
  font-size: 1.5em;
  line-height: 2;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.show-product-image:hover .icon:before, .show-product-image:active .icon:before {
  color: #fff;
}

.product-title {
  margin: 0 0 2px;
}

.product-formats {
  overflow: auto;
  margin-top: 1em;
  min-width: 3px;
}

.js .product-description.preview {
  max-height: 53px;
  /*display: none;*/
}

.product-description {
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.product-description ol {
  padding-left: 1.2em;
  list-style-position: inside;
  list-style-type: decimal;
}
.product-description ol ol {
  list-style-type: lower-latin;
}

.padded-separator {
  height: 20px;
  border-bottom: 2px solid #e5e5e5;
  background-color: #fff;
}

.product-more-link {
  float: right;
  margin-right: 45px;
  padding-top: 5px;
  color: #156169;
  text-decoration: underline;
  font-weight: bold;
}

.show-more {
  position: absolute;
  right: 60px;
  padding: 0;
  width: 30px;
  height: 30px;
}
.show-more .icon:before {
  margin-left: 10px;
  padding: 0;
  color: #e21821;
  line-height: 1.8;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.show-more:hover .icon:before, .show-more:active .icon:before {
  color: #fff;
}

/* -- 3.4.1 Product Details RHS --  */


.rhs-column {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 3em;
  width: 30%;
  background-color: #FFF;
}

.cart-details + .rhs-column {
    padding-bottom: 1.5em;
    width: 23.5%;
}

.product-pricing {
  position: relative;
  margin-top: -20px;
  margin-right: 20px;
  padding: 22px;
  background-color: #e5e5e5;
}
.product-pricing h3 {
    color: #0E4F56;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin-left: 40px;
    margin-top: 0;
    text-transform: uppercase;
}
.product-pricing .dropdown {
  width: 100%;
}

.info-icon {
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #d8d8d8;
  color: #888686;
  font-size: 1.7em;
}
.info-icon:before {
  margin-left: 20px;
  line-height: 2;
}

.product-price {
  margin-top: 1.5em;
  color: #E21821;
  font-weight: bold;
  font-size: 3em;
}
.product-original-price {
  margin-top: 1.5em;
  color: #0F4F56;
  font-weight: bold;
  font-size: 3em;
}

.product-price-symbol {
  font-size: 0.5em;
}

.product-old-price {
  margin-top: 0.5em;
  color: #0F4F56;
  text-decoration: line-through;
  font-weight: bold;
  font-size: 1.5em;
}

.price-desc {
  margin: 1.5em 0;
}

.dropdown-format {
  max-width: 220px;
  border-color: #b5bcbc;
  cursor: pointer;
}
.dropdown-format button,
.dropdown-format div.default-select-option {
  padding: 11px 0 0 0;
  border: 0;
  background: transparent;
  color: #7b7b7b;
  text-align: left;
}
.dropdown-format div.default-select-option {
    display: inline-block;
}
.default-select-option a {
    color: #000;
}
    .default-select-option a:hover {
        color: #000;
        text-decoration: none;
    }
.dropdown-format .caret-format {
  float: right;
  margin-left: 0;
  border-color: #b5bcbc;
  color: #7b7b7b;
}
.dropdown-format:hover .caret, .dropdown-format:active .caret {
  background-color: #fff;
}
.dropdown-format:hover .format-list, .dropdown-format:active .format-list {
  max-height: 250px;
  border-color: #b5bcbc;
}

.format-list {
  position: absolute;
  top: 100%;
  left: -2px;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-height: 0;
  width: 100%;
  border: 2px solid transparent;
  -webkit-transition: max-height 0.4s, border-color 0.4s;
  -moz-transition: max-height 0.4s, border-color 0.4s;
  -o-transition: max-height 0.4s, border-color 0.4s;
  transition: max-height 0.4s, border-color 0.4s;
}
.format-list li {
  border-top: 1px solid #b5bcbc;
}
.format-list li:first-child {
  border-top: 0;
}
.format-list a {
  display: block;
  padding: 0.75em 0.5em 0.75em 0;
  width: 100%;
  height: 40px;
  background: #f2f2f2;
  color: #000;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.format-list a:hover, .format-list a:active, .format-list a:focus {
  background-color: #FFF;
}
.format-list a .icon,
.default-select-option a .icon {
  display: block;
  float: left;
  margin-top: -0.75em;
  margin-right: 0.5em;
  width: 40px;
  height: 40px;
  background: transparent url("/__data/fonts/format-sprite.png") no-repeat 0 0;
}
.format-list a .icon-book,
.default-select-option a .icon-book {
  background-position: 0 -155px;
}
.format-list a .icon-ebook,
.default-select-option a .icon-ebook {
  background-position: 0 -38px;
}
.format-list a .icon-ebundle,
.default-select-option a .icon-ebundle {
  background-position: 0 -79px;
}
.format-list a .icon-pdf,
.default-select-option a .icon-pdf {
  background-position: 0 -116px;
}
.format-list a .icon-subscription,
.default-select-option a .icon-subscription {
  background-position: 0 -195px;
}

.action-button i,
.action-button-alt2 i,
.cartAdd .fa-plus {
  padding: 0.2em 0.5em 0 0;
  font-size: 1em;
}

.action-button-alt {
  text-align: left;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;

}

.action-button-alt:hover {
    border-color: #bbb;
    background-color: #fff;
    color: #444;
}


.action-button-alt i {
  padding: 0.2em 1em 0 0.5em;
  color: #ccc;
}

.button-block {
    display: block;
    clear: left;
    margin-bottom: 1em;
}

.category-navigation {
  display: none;
}

.share-box {
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  padding: 20px;
  background-color: #d8d8d8;
}

.social-list {
  margin: 1em 0;
}

.social-list-item a {
  float: left;
  margin: 0 10px 0 0;
  width: 25px;
  font-size: 2em;
}
.social-list-item a:before {
  color: #b1b0b0;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.social-list-item a:hover:before, .social-list-item a:active:before, .social-list-item a:focus:before {
  color: #156169;
}

.review-box {
  margin-top: 20px;
  margin-right: 20px;
  padding: 20px;
  background-color: #e5e5e5;
}
.review-box h3 {
  margin-bottom: 1em;
}

.product-rating {
  margin-right: 20px;
  padding: 20px;
  background-color: #d8d8d8;
}

.rhs-aside {
  position: relative;
  margin-right: 20px;
  margin-bottom: 3em;
  background-color: #1f2121;
}
.rhs-aside:last-child {
  margin-bottom: 0;
}
.rhs-aside .icon {
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
}

.icon-tag {
  background-color: #e21821;
  color: #fff;
  font-size: 1.5em;
}
.icon-tag:before {
  margin-left: 15px;
  line-height: 2.3;
}

.icon-bus {
  background-color: #e5e5e5;
  color: #e21821;
  font-size: 1.5em;
}
.icon-bus:before {
  margin-left: 14px;
  line-height: 2.3;
}

.aside-header {
  padding: 16px 0 10px 60px;
  margin-bottom: 0;
  min-height: 46px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1;
  font-family: 'Omnes-light';
}

.aside-content {
  padding: 10px 20px 15px;
  background-color: #2c2f2f;
  color: #fff;
  font-size: 1em;
  font-family: 'Omnes-light';
}
    .aside-content h5,
    .aside-content h4.h5 {
        color: #fff;
        font-size: 1em;
        font-family: 'Omnes-regular';
    }
.aside-content:first-line {
  font-weight: bold;
}

.aside-image {
  width: 100%;
  height: auto;
}

.aside-image ~ .aside-content {
  position: absolute;
  bottom: 0;
  background-color: #031b1d;
  background-color: rgba(3, 27, 29, 0.7);
}

/* -- 3.4.2 Related Products -- */

.related-products .related-products_h {
  margin: 0 0 0.35em;
  color: #0f4f56;
  text-transform: none;
  font-weight: normal;
  font-size: 1.786em;
  line-height: 1.25em;
}

.col-md-9.related-products,
.related-products {
    position: relative;
    margin-top: 1.5em;
    margin-right: 20px;
}
.related-products .publicationsList {
  padding: 0;
  width: 100%;
  text-align: center;
}
.related-products .hproduct {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 0;
}

.related-products .publicationsList .upperBox,
.related-products .publicationsList .lowerBox {
    background-color: #f8f8f8;
}

.related-products .publicationsList .upperBox {
    padding: 1.7em 1.75em 0.2em;
    min-height: 270px;
}

.related-products .upperBox .photo {
    width: 54.5%;
}

/*.related-products .upperBox span {
    text-decoration: none;
}*/

.related-products .publicationsList .upperBox .publicationTitle {
    font-size: 1.05em;
    line-height: 1.25em;
}

.related-products .publicationsList .upperBox .publicationAuthor {
    font-size: 1em;
}

.related-products .publicationsList .lowerBox {
    border-top: 1px solid #d8d8d8;
    padding: 1.4em 2.2em 1.65em;
    max-height: none;
}

.related-products .publicationsList .lowerBox .prize {
    color: #0f4f56;
    font-size: 2em;
}

.related-products .publicationsList .lowerBox .prize span:first-child {
    margin-right: 0.3em;
    font-size: 0.5em;
    vertical-align: 0.7em;
}

.related-products .publicationsList .lowerBox .whishlist {
    margin-top: 1.25em;
}

.related-products .publicationsList .lowerBox .cartAdd {
    margin-top: 0.9em;
}

.related-products .flex-control-nav {
    display: none;
}

.related-products .flex-direction-nav {
    position: absolute;
    left: 0;
    top: 25.5%;
    width: 100%;
}

.related-products .slidernav {
    display: none;
}

.related-products .flex-direction-nav a {
    position: absolute;
    top: 0;
    width: 0.85em;
    color: #e0e0e0;
    font-size: 4.3em;
    text-align: center;
}

.related-products .flex-direction-nav a.flex-prev {
    left: 0;
}

.related-products .flex-direction-nav a.flex-next {
    right: 0;
}


/* -- 3.4.3 Lightbox -- */

.overlay,
.overlay-inner {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  max-height: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0.5s, max-height 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s, max-height 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s, max-height 0.5s;
  transition: opacity 0.5s, visibility 0.5s, max-height 0.5s;
}

.overlay-inner {
  position: absolute;
  visibility: visible;
  max-height: none;
  opacity: 1;
  background-color: transparent;
  background-color: rgba(0,0,0,0);
  cursor: pointer;
  -webkit-transition: background-color 0.2s, visibility 0.2s, max-height 0.2s;
  -moz-transition: background-color 0.2s, visibility 0.2s, max-height 0.2s;
  transition: background-color 0.2s, visibility 0.2s, max-height 0.2s;
  text-indent: -10000px;
  display: inline-block;
}

.overlay-inner:hover {
  visibility: visible;
  background-color: rgba(0,0,0,0.1);
}

.show-lightbox {
  visibility: visible;
  max-height: 100%;
  opacity: 1;
  z-index: 10000;
}

.lightbox {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -338px;
  margin-left: -306px;
  width: 612px;
  height: 676px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.close-lightbox {
  position: absolute;
  right: 0;
}
.close-lightbox span:before {
  margin-left: 8px;
  color: #e21821;
}
.close-lightbox:hover span:before, .close-lightbox:active span:before {
  color: #fff;
}

.lightbox-image {
  position: right;
  display: block;
  margin: 60px auto;
  width: 360px;
  height: auto;
  border: 1px solid #ccc;
}

/* -- 3.4.4. Product Details & Listing LHS -- */

.facet {
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.facet ul {
    margin: 0;
}

/* -- 3.5. My Account Sections */

/* -- 3.5.1 My Account RHS -- */

.rhs-box {
  position: relative;
  margin-top: -20px;
  margin-right: 20px;
  padding: 22px;
  background-color: #e5e5e5;
}

.rhs-box h3 {
    margin-top: 0;
    margin-left: 40px;
    font-size: 1em;
    line-height: 1;
}

.rhs-nav {
    margin: 2em 0;
    list-style: none;
}

.rhs-nav-item {
    margin-bottom: 2px;
}

.rhs-nav-link {
    display: block;
    padding: 1em;
    background-color: #ccc;
    color: #222;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;

}

.rhs-nav-link:hover,
.rhs-nav-link:focus {
    background-color: #d7d7d7;
}

.rhs-nav-link-on,
.rhs-nav-link-on:hover,
.rhs-nav-link-on:focus {
   background-color: #bbb;
   color: #222;
   text-decoration: none;
   font-weight: bold;
   cursor: default;
}

.rhs-nav-link-on:before {
    display:inline-block;
    margin-right: 0.7em;
    width: 5px;
    content: '>';
}

.account-detail-box {
    overflow: auto;
    margin: 1.5em 0;
    padding: 32px 20px 32px 58px;
    background-color: #eee;

}

.account-page {
    float: left;
    overflow: visible;
    width: 100%;
    background-color: #fff;
}

.account-details {
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 60px 32px 40px;
    width: 70%;
    -ms-box-sizing: border-box;
}

.account-details .action-button-alt {
    max-width: none;
    width: auto;
    border: 1px solid #ccc;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.address-detail {
    float: left;
    width: 50%;
}


.button-align-right {
    float: right;
    margin: 2em 38px 0;
}

.button-align-left {
    float: left;
    clear: left;
}

form#change-details-form .title .region {
    margin-bottom: 0;
}
    form#change-details-form .title .region .select-wrapper {
        margin-bottom: 0;
    }

/* -- 3.6. My Orders */

.order-receipt-wrapper {
    display: none;
}
.order-receipt .title {
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 10px;
}
    .order-receipt .title .order-num {
        font-size: 1.3em;
    }
.order-receipt .subtitle {
    background: #d8d8d8;
    padding: 10px;
}
.order-receipt .content {
    font-weight: normal;
    padding: 10px;
}
    .order-receipt .content strong {
        font-weight: bold;
    }
.order-receipt .billing-details {
    overflow: hidden;
    margin-bottom: 20px;
}
    .order-receipt .billing-details li {
        float: left;
        border:1px solid #ececec;
        margin-right: 2%;
        min-width: 47%;
        min-height: 200px;
    }
.order-receipt .subtotal,
.order-receipt .items,
.order-receipt .grandtotal {
    width: 98%;
    display: table;
}
    .order-receipt li {

    }
    .order-receipt .subtotal li,
    .order-receipt .items li,
    .order-receipt .grandtotal li {
        display: table-cell;
        width: auto;
        padding: 10px 15px;
    }
    .order-receipt .subtotal li,
    .order-receipt .items li {
        background-color: #e5e5e5;
    }
    .order-receipt .items li {
        background: #f3f3f3;
    }
    .order-receipt .subtotal li.item,
    .order-receipt .items li.item {
        /*width: 20%;*/
    }
    .order-receipt .subtotal li.sku,
    .order-receipt .items li.sku {
        width: 150px;
    }
    .order-receipt .subtotal li.qty,
    .order-receipt .items li.qty {
        width: 80px;
    }
    .order-receipt .subtotal li.qty,
    .order-receipt .items li.qty {
        text-align: center;
    }
    .order-receipt .subtotal li.price,
    .order-receipt .items li.price {
        width: 100px;
        text-align: right;
    }
    .order-receipt .grandtotal li.price {
        width: 100px;
    }
.order-receipt .grandtotal {
    border:1px solid #ececec;
    overflow: hidden;
}
        .order-receipt .grandtotal li:first-child {
            margin-right: 0px;
        }
        .order-receipt .grandtotal li div {
            margin-top: 5px;
            text-align: right;
        }
            .order-receipt .grandtotal li div:first-child {
                margin-top: 0;
            }
.account-details .pagination {
    margin-top: 0px;
}
    .account-details .pagination li {
        float: left;
        margin: 0 2px;
    }
        .account-details .pagination li a {
            background-color: transparent;
            border: 1px solid transparent;
            width: 30px;
            height: 30px;
            padding: 4px 0 0 1px;
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            color: #000;
            font-size: 0.9em;
        }
            .account-details .pagination li a:hover {
                background-color: #bbbbbb;
                text-decoration: none;
                color: #fff;
            }
        .account-details .pagination li.cur_page a {
            border: 1px solid #bbbbbb;
        }
            .account-details .pagination li.cur_page a:hover {
                background-color: transparent;
                text-decoration: none;
                color: #000;
            }

.clearfix { clear: both; }

/* -- 3.7. Wishlist -- */
.content-table tbody tr.wishlist-top-row {
    border-bottom: none;
}
    .content-table tbody tr.wishlist-top-row td:nth-child(3),
    .content-table tbody tr.wishlist-top-row td:nth-child(4),
    .content-table tbody tr.wishlist-top-row td:nth-child(5) {
        padding-bottom:0;
    }
        .content-table tbody tr.wishlist-top-row a i {
            margin-left: -23px;
        }
.content-table tbody tr.wishlist-bottom-row {
    text-align: right;
}
    .content-table tbody tr.wishlist-bottom-row td {
        padding-top: 0;
        padding-bottom: 10px;
        position: relative;
    }
        .content-table tbody tr.wishlist-bottom-row .action-button {
            color: #E21821;
            float: right;
            padding: 10px;
            width: 150px;
        }
            .content-table tbody tr.wishlist-bottom-row .action-button:hover {
                color: #fff;
            }
        .content-table tbody tr.wishlist-bottom-row .out-of-stock {
            font-size: 20px;
        }
/*Backorders table row */
    td.backorder {
        padding: 0 3px 3px 3px;
    }

.red {
    color: #E21821;
}

/*
 --------------------
 4. Retina
 --------------------
*/
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

.home .sectionLink {
    background-image: url('/__data/fonts/right-arrow-2x.png');
    background-size: 6px 8px;
}

}

/*
 * Live Person
 */
#LPChatBox {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 99;
}

#LPChatBox table td {
    border: none;
}

@media screen and (max-width: 700px) {
    #LPChatBox {
        display: none !important;
    }
}
