/* productDetailsBody.css specific styles */

.flex-direction-nav .flex-control-next {     
    margin: 0px !important;
}
#affinities3 .carouselHeader {
      color: #000 !important;
    }


/* Breadcrumbs */
#breadCrumbs ul:before,
#breadCrumbs ul:after { 
    display: table;
    content: " ";
}
#breadCrumbs ul:after { 
    clear: both;
}
#breadCrumbs {
    *zoom: 1;
    clear: both;
    float: none;
    margin: 4px 10px;
    padding: 0 10px;
    border: none;
    /*
    position: relative;
    top: 5px;
    */
}
#breadCrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    *zoom: 1;
}
#breadCrumbs li {
    float: left;
    font-size: 0.75em;
}
#breadCrumbs li a.backLink {
    background: url("//images2.drct2u.com/content/common/images/commongui/pd_backArrow.png") no-repeat left;
    padding-left: 25px;
    font-size: 14px;
}
#breadCrumbs a {
    display: block;
    padding: 5px 11px;
}
#breadCrumbs a:link,
#breadCrumbs a:active,
#breadCrumbs a:visited {
    color: #898787;
}
/* Layout */
.productDetailsPage {
    font-size: 12px;
    width: 960px;
    margin: 0 auto;
}
#productContainer:before,
#productContainer:after {
    content: " "; /* micro-clearfix [1] */
    display: table; /* micro-clearfix [2] */
}
#productContainer:after {
    clear: both; /* part of micro-clearfix [3] */
}
#productContainer {
    font-size: 0.75em; /* 12px */
    width: 960px;
    margin: 0 auto;
    text-align: left;
    *zoom: 1; /* micro-clearfix [4] */
}
.leftSide {
    float: left;
    margin: 0 10px 2em 0;
}
.rightSide {
    float: right;
    margin: 0 0 2em 10px;
    position: relative;
}
.leftSide,
.rightSide {
    width: 470px;
}
.leftSide p,
.rightSide p {
    padding: 0;
}
.productPrice {
    font-size: 11px;
    font-weight:bold;
}

.priceInfo p {
    font-size: 14px;
}

#careLogoContainer {
    margin-left: 1em;
    margin-bottom: 0.56em;
}

#productDescription ul li {
    font-size: 1.15em;
    margin-bottom: 1em;
}



/* Product Headings */
.productHeading {
    margin: 0 0 10px;
}
/* Product Title */
.productHeading h1 {
    color: #000;
    font-size: 1.75em; /* 21px */
    margin: 0 0 0.3em;
    line-height: 1.25;
}
/* Product Code */
.productHeading h2 {    
    margin: 0 0 0.7em;
    color: #000;
    font-size: 1em;
    font-weight: bold;
}
.productHeading h3 {
    font-weight: bold;
}
h2.productPrice {
    color: #093;
}
.priceRange {
    color: #23842C;
    font-size: 1.5em; 
}
.savePriceRange {
    color: #F00;
    font-size: 1.5em;
}
em.productWasPrice {
    text-decoration: line-through;
    font-style: normal;
}
/* Images */
#biggerImageBtn { 
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    color: white;
    background: #9CC;
}
.mainImage, .productPhoto > img {
   border: none;
    max-height: 462px;
    max-width: 375px;
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -ms-interpolation-mode: bicubic;
}
/* Turn off product overlay graphics */ 
img.overImg,
img.overImgTopRight {
    display: none;
}
/* Add to Bag (Inner) */
#atbInner:before,
#atbInner:after {
    content: " ";
    display: table;
}
#atbInner:after {
    clear: both;
}
#atbInner {
    clear: both;
    background-color: #E2F6E0;
    padding: 10px;
    margin: 0 0 10px;
    border-radius: 3px;
    border: 1px solid #D6E6D5;
    *zoom: 1;
}
/* Add to Bag (Form Layout) */
.control-group:before,
.control-group:after {
    content: " ";
    display: table;
}
.control-group:after {
    clear: both;
}
.control-group {
    margin: 0 0 15px;
    clear: both !important;
    *zoom: 1;
}

#atbInner label {
    clear: both;
    float: left;
    display: block;
    width: 90px;
    padding: 0;
    margin: 0 10px 0 0;
    font-weight: bold;
}
#atbInner select {
    width: auto;
    font-size: 12px;
}
#prodItemPrice {
    margin: 0 0 10px;
}
/* Personalise */
#personalisationInput {
    width: 250px;
    max-width: 97%;
    box-sizing: border-box;
    border-radius: none;
}
#fadeMsgBox {
    color: #000;
    padding: 0 0 0 100px;
}
.fadeMsgBox {
    float: none;
    overflow: auto;
}
.sizeGuideButtonContainer {
    margin-bottom: 0.5em;
}
#sizeGuideButton a {
    padding-bottom: 6px;
    background: transparent url("//images2.drct2u.com/content/images/productdetails/sizeGuideMeasureIcon.png") repeat-x center bottom;
    *zoom: 1; /* required for IE (background image disappearing on inline links bug) */
}
#stockMessage {
    text-align: left;
    font-weight: bold;
}
/* Personalisation */
.personalInstruct {
    display: block;
    font-size: 0.75em;
}
#totalPrice {
    font-weight: bold;
    float: left;
    padding: 0;
    color: #093;
    font-size: 1.3333333em; /* 16px */
}
#deliverySupp {
    margin-right: 5px;
    clear: left;
}
#deliverySupp p {
    margin-right: 5px;
    clear: left;
}
#deliverySuppCharge {
    color: #093;
}
/* Add to Bag (Buttons) */
.btnHolder {
    position: relative;
    z-index: 1; /* Low z-index to avoid IE layout issues */
}
#addToBagBtn, #continueToCheckout {
    float: right;
    *zoom: 1;
}
#addToBagBtn .btnHolder {
    margin: 0;
}
#addToBagBtn .buttonCapLt,
#addToBagBtn .buttonCapRt {
    display: none;
}
#addToBagBtn .btnHolder a,
#continueToCheckout .btnHolder a {
    *zoom: 1;
    font-size: 1.16667em; /* 14px equiv. */
    display: block;
    *display: inline; /* the button expands to 100% width in IE otherwise */
    font-weight: bold;
    text-align: center;
    padding: 5px 38px 5px 10px;
    border-radius: 3px;
    text-decoration: none;
    color: #FFF;
    border: 1px solid #247694;
    /* CSS Gradients (Light Green [#33cc33] to Dark Green [#339933]) */
    background: #33cc33; /* Old browsers */
    background: -moz-linear-gradient(center top, #C9F393 11%, #3A981E 100%) repeat scroll 0 0 transparent; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C9F393), color-stop(100%,#3A981E)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #C9F393 0%, #3A981E 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #C9F393 0%, #3A981E 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #C9F393 0%, #3A981E 100%); /* IE10+ */
    background: linear-gradient(to bottom, #C9F393 0%, #3A981E 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C9F393', endColorstr='#3A981E',GradientType=0 ); /* IE6-9 */
}
#addToBagBtn .btnHolder a:hover,
#addToBagBtn .btnHolder a:focus,
#continueToCheckout .btnHolder a:hover,
#continueToCheckout .btnHolder a:focus {
    *zoom: 1;
    text-decoration: underline;
    color: #FFF;
    border-color: #247694;
    /* CSS Gradients (Lighter Green [#33ff33] to Light Green [#33cc33]) */
    background: #33cc33; /* Old browsers */
    background: -moz-linear-gradient(top, #CCF696 0%, #44A228 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCF696), color-stop(100%,#44A228)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #CCF696 0%, #44A228 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #CCF696 0%, #44A228 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #CCF696 0%, #44A228 100%); /* IE10+ */
    background: linear-gradient(to bottom, #CCF696 0%, #44A228 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCF696', endColorstr='#44A228',GradientType=0 ); /* IE6-9 */
}

/* START - Order Builder - Heart & Add to Bag Buttons */
#orderBuilder #checkoutButtons {
	width: auto;
    padding-left: 24px;
    
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
#orderBuilder #checkoutButtons .add-to-bag-button {
	margin-bottom: 0;
	margin-right: 12px;
	height: 20px;
	
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#orderBuilder #checkoutButtons .gui-btn.gui-heart-black-left,
#orderBuilder #checkoutButtons .gui-btn.gui-heart-outline-black-left {
    margin-bottom: 0;
    
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
}
#orderBuilder #checkoutButtons .gui-icon-left.gui-heart-black-left:before,
#orderBuilder #checkoutButtons .gui-icon-left.gui-heart-outline-black-left:before {
    margin-right: 0;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}
/* END - Order Builder - Heart & Add to Bag Buttons */

.btnIcon {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 27px;
    width: 27px;
    z-index: 1;
    background: url("//images2.drct2u.com/content/common/images/commongui/prodAddToBagTick.png") no-repeat 50% 50%;
}
#continueToCheckout .btnHolder a {
    margin: 0 auto;
}
/* Other Product Buttons and Warranty */
.otherProdButtons {
    float: right;
    text-align: right;
    clear: right;
}
.otherProdButtons a {
    color: #185b86;
}
#wishListBtn .buttonCapLt,
#wishListBtn .buttonCapRt {
    display: none;
}
#wishListBtn a {
    background: url("//images2.drct2u.com/content/images/productdetails/wishListHeart.png") no-repeat left center;
    padding-left: 15px;
}
#prodQuantity {
    float: left;
    margin-right: 10px;
}

#prodQuantity label{
  display: block;
  text-align: left;
  margin-right: 15px !important;
  height: 23px;
}

.control-group-quantity .controls{
    margin-left:0 !important;
}
.control-group-quantity select{
  line-height: 23px;
  background-size: 9px;
  background-image: url(https://images2.drct2u.com/content/common/images/commongui/svg/icons_dropdown-black.svg);
  background-position: right 10px center;
  max-width: 100px;
  border: 1px solid #666666;
  width: 45px !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  float: right;
  background-repeat: no-repeat;
    font-size: 16px !important;
    
}

.jdwModal-multibuy .control-group-quantity select, .jdwModal-multisavings .control-group-quantity select, .jdwModal-quickview .control-group-quantity select{
    margin-left:-5px;
}

#totalPriceCont {
    overflow: visible;
}
/* Tabs */
#productTabs {
    margin: 20px 0;
}
#myTab {
    padding: 0;
    margin: 0;
}
#myTabContent {
    clear: both;
    margin: 0;
    padding: 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
/* Tabbed Nav */
.nav-tabs:before,
.nav-tabs:after {
    content: " ";
    display: table;
}
.nav-tabs:after {
    clear: both;
}
.nav-tabs {
    *zoom: 1;
    border-bottom: 1px solid #ddd;
    list-style: none;
}
.nav-tabs > li {
    float: left;
    display: block;
    margin-top: 3px;
    padding-bottom: 0;
}
.nav-tabs > li > a {
    display: block;
    outline: none; /* remove dotted outline around tab done by browser on default */
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px; 
    margin-top: 5px;
    margin-right: 4px;
    color: #666;
    background: #f4f4f4;
    border: 1px solid #ddd;
    font-weight: bold;
    line-height: 18px;
}
.nav-tabs > li > a:hover {
    background: #fff;
}
/* Active Tab */
.nav-tabs > li.active {
    margin-bottom: -1px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
    color: #000;
    padding-bottom: 13px;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    text-decoration: none;
}
.nav-tabs > li#promotionsTab a,
.nav-tabs > li#promotionsTab a:hover,
.nav-tabs > li#promotionsTab.active > a,
.nav-tabs > li#promotionsTab.active > a:hover {
    color: #C00;
}

/* Tab Content (Panels) */
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.tab-content {
    padding: 1em;
    border: 1px solid #CCC;
    border-top: none;
}
/* Product Description (Product Details Tab) */
#productDescription {
    margin: 10px;
    *zoom: 1;
}
#productDescription:before,
#productDescription:after {
    display: table;
    content: " ";
}
#productDescription:after {
    clear: both;
}
#productDescription ul {
    margin: 0;
    padding: 0 1.5em;
}
/* Product Logo (Product Details Tab) */
#brandLogoContainer {
    float: right;
    clear: right;
    margin: 0 0 1em 1em;
}
#brandLogoContainer img {
    margin: 0 auto 5px;
}
#copyWasPriceContainer {
    border: 2px solid #DEDCDC;
    margin: 1em 0.5em;
    padding: 0.25em 0.25em 0.25em 1em;
}
#copyWasPriceContainer span {
    color: #F00;
    font-weight: bold;
}
/* Delivery Options Table (Delivery-Returns Tab) */
.deliveryOptions {
    border-collapse: collapse;
    border: 1px solid #ddd;
    margin: 20px auto;
}
.deliveryOptions thead th {
    background: #cccccc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTk5OTkiIHN0b3Atb3BhY2l0eT0iMSI   vPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
}
.deliveryOptions th,
.deliveryOptions td {
    padding: 5px;
    border: 1px solid #ddd;
    text-align: left;
}
/* Delivery Options Table (Delivery Type Icons) */
.deliveryTypeIcon {
    display: block;
    margin: 5px;
    width: 120px;
    height: 30px; /* most of em are this high, only specify the exceptions */
    text-indent: 100%; /* hide the text */
    overflow: hidden; /* hide the text */
    white-space: nowrap; /* hide the text */
    background: url("//images2.drct2u.com/content/images/productdetails/deliveryTypeIcons.all.sprite.v3.png") no-repeat 0 0;
}
.deliveryTypeIcon.standardDelivery {
    background-position: 0 0;
}
.deliveryTypeIcon.expressDelivery {
    background-position: 0 -32px;
}
.deliveryTypeIcon.nextDayDelivery {
    background-position: 0 -64px;
    height: 45px;
}
.deliveryTypeIcon.nominatedDayDelivery {
    background-position: 0 -158px;
}
.deliveryTypeIcon.clickToCollect {
    background-position: 0 -135px;
}
.deliveryTypeIcon.c2c {
    background-position: 0 -188px;
}
.deliveryTypeIcon.byBox {
    background-position: 0 -218px;
    height: 25px;
}
.deliveryTypeIcon.hps {
    background-position: 0 -276px;
}
.deliveryTypeIcon.directExpressDelivery {
    background-position: 0 -244px;
}

#delivery-info p, #returns-info p {
    font-size: 13px;
}

/* Incentive Copy */
.IncentiveCopy {
    font-weight: bold;
}
.IncentiveCopy a {
    text-decoration: underline;
}
/* Returns */
#productReturnsContent p {
    margin-bottom: 10px;
}
/* Latest Offers */
#prodItem img {
    width: 100%;
}
.productIncentiveSpecialOffer {
    display: none;
}
/* Product Promotions */
#merchandiseIncentiveProductsPanel:before,
#merchandiseIncentiveProductsPanel:after {
    display: table;
    content: " ";
}
#merchandiseIncentiveProductsPanel {
    *zoom: 1;
    overflow: auto;
}
#merchandiseIncentiveProductsPanel > div {
    position: relative;
    display: inline-block;
    *display: inline; /* For IE */
    vertical-align: top;
    *min-height: 14em; 
    *max-height: 16em;
    *height: auto !important;
    *height: 15em;
    margin: 0 1% 0.5em;
    width: 23%; /* 4 items per row */
    float: left;
    overflow:hidden;
}
#promotions p {
    margin-bottom: 3px;
}
#promotions .moreColours {
    color: #666666;
    font-variant: normal;
}
#promotions .productPreview {
    text-align: left;
    color: #000;
    width: 100%;
    float: none;
    min-height: 16.5em;
    line-height: 1.25;
}
.productPreviewImage {
    text-align: center;
    position: relative;
}
#promotions .productPreviewImage {
    margin: 0 0 0.5em;
}
#promotions .productPreviewImage a {
    display: block;
    vertical-align: bottom;
}
#promotions img.thumb {
    max-width: 100%;
    height: auto; /* maintains aspect ratio */
    display: block; /* removes whitespace */
}
#promotions .productPreviewText {
    min-height: 5em !important;
    width: 100%;
}
p.moreColours {
    font-size: 11px !important;
}
/* Hidden to reduce height of productPreviewWrapper */
#promotions .productTitle,
#promotions .wasPriceFormat,
#promotions .salePrice,
#promotions .rating {
    display: none;   
}
#promotions p {
    color: #000;
}
#promotions h3 {
    font-size: 1em !important;
    color: #000;
    font-weight: normal;
}
/* Product Reviews */
.pr-snippet p {
    font-size: 13px;
}
/* More Info */
#moreInfoLinkContainer {
    margin: 10px 0;
}
#moreInfoLinkContainer a {
    text-decoration: underline;
    font-weight: bold;
}
/* Social Icons */
.productPhotoWrapper {
    border: 1px solid #ddd;
    float: right;
    width: 376px;
}
#prodImagePanelMainContainer,
.jdwModal-quickview .prodImagePanelMainContainerQuickview, .jdwModal-multisavings .prodImagePanelMainContainerQuickview, #prodImagePanelMainContainerQof { 
    height: 462px;
    width: 375px;
    position: relative;
    text-align: center;
}

.prodImagePanelEmbeddedVideo {
    margin: 50px auto 0;
}
.prodImagePanelEmbeddedVideo p {
    /* no flash warning */
    text-align: center;
    margin: 1em;
}
#prodImageLargerLink {
    margin: 0;
    padding: 0;
    width: 376px;
    border-top: 1px solid #ddd;
    text-align: center;
}
#prodImageLargerLink p {
    margin: 10px;
    font-size: 1em;
}
a.videoIcon {
    padding-left: 20px;
    background: url("//images2.drct2u.com/content/common/images/commongui/playVideoIcon.png") no-repeat 0 50%;
}
#prodImageLinkSeparator {
    color: #999;
}
/* AddThis (Social Icons) */
#prodImagePanelBottom {
    border: 1px solid #ddd;
    border-top: none;
    float: right;
    clear: right;
    padding: 10px 0;
    width: 376px; /* 376px including border */
    text-align: center;
    height: 20px;
    margin: 0 0 1em;
}
#addThisContent, #whichSocialContent {
    text-align: center;
    display: block;
    margin: 0 20px;
}
/* bug 901 CMS3 R3 duplicate Pin btn */
#whichSocialContent .ws_pinterest span span {
    display: inline !important;
}
.twitter-share-button{
    width: 90px !important;
}
.addthis_button_facebook_like {
    width: 80px !important; 
}
.ws_fbLike div {
    float: left;
}
/* Alt Product Images: General (Shared Properties) */
.altProductPhotos {
    float: none;
    margin: 0 0 2em;
}
.altProductPhotos ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.altProductPhotos li {
    line-height: 0px;
    width: 70px;
    height: 75px;
    margin: 0 0 10px 0;
    text-align: center;
}
.altProductPhotos li a,
.altProductPhotos li img {
    display: inline-block;
    margin: 0px;
    height: 80px;
    padding: 0px;
} 
.altProductPhotos li img {
    height: 75px;
    width: auto;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
    padding: 0;
}
.altProductPhotos .prodImageThumbSelected img {
    border-color: #999;
    filter: alpha(opacity=100); /* kill off opacity */
    opacity: 1; /* kill off opacity */
}
/* Alt Product Images: Vertical */
.verticalAltNav .altProductPhotos {
    width: 82px;
    float: left;
}
/* Alt Product Images: Horizontal */
#horizontalAltNav {
    clear: both;
}
#horizontalAltNav .altProductPhotos li {
    float: left;
    margin: 0 5px 10px 5px;
}
/* Zoomify (Flash) Image */
.prodImageZoomify {
    bottom: 0;
    height: 0;
    width: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    z-index: 5006;
}
/* No Flash Plugin Warning Message */
.prodImageZoomify p {
    width: auto;
}
.prodImageZoomify #modal_container {
    overflow: hidden;
}
/* Box Curve Container */
.boxCurveContainer {
    border: medium none;
    float: left;
    position: relative;
    z-index: 1;
}
#prodTitlePanel .boxCurveContainer {
    background-color: #fff;
    width: 690px;
}
#prodOptionsPanelContainer .boxCurveContainer {
    background-color: #FFF;
    background-image: none;
    background-repeat: repeat-x;
    height: 304px;
    width: 320px;
}
#alternativeProdContainer {
    text-align: left;
}
#alternativeProdContainer #prodTitlePanel .boxCurveContainer {
    text-align: left;
    width: 790px;
}
#alternativeProdContainer #prodTitlePanel h2 {
    color: #000;
    font-weight: normal;
}
#alternativeProdImageContainer .boxCurveContainer {
    height: 363px;
    width: 790px;
}
#bagButtonPanel .boxCurveContainer {
    background-color: none; 
}
/* Altnerative Prod Image and Details [Modal] */
#alternativeProdImage {
    float: left;
    padding: 5px;
    width: 240px;
}
#alternativeProdDetails {
    float: left;
    height: 220px;
    margin-top: 10px;
    overflow: hidden;
    width: 520px;
}
#alternativeProdContainer .modalButton {
    margin-right: 40px;
}
#alternativeProdContainer .priceRange {
    font-size: 1em; 
}
/* Product Videos [in Modal] */
#videoModalContainer div {
    margin: 0 auto;
    text-align: center;
}
#videoModalContainer #videoNote {
    display: block;
    margin: 0 auto; 
}

/* Quick View (Modal [iframe]) */
.jdwModal-quickview {
    background: transparent none;
    text-align: center; /* Addresses IE margin auto (centering) problem */
}

.jdwModal-multisavings {
    background: transparent none;
    text-align: center; /* Addresses IE margin auto (centering) problem */
}

.jdwModal-quickview .productDetailsPage {
    text-align: left;
}

.jdwModal-multisavings .productDetailsPage {
    text-align: left;
}

#addToWishListModal {
    margin: 0 10px 10px;
}
#addToWishListModal #modalTitle {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}
#addToWishListModal #modalText {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}
#quickViewFrame {
    overflow: hidden;   
}
/* Personalisation model styles */
.personalisationHeader {
    height: 20px !important;    
}
.personalisationHeader #jdwModalClose {
    display: none !important;
}
.personalisationHeader h1#jdwModalTitle {
    color: #000 !important;
    font-size: 16px;
    margin: 0;
    text-align: center;
    width: 100%;
}
#personalisationRequired #controls {
    padding: 10px 20px;
    background: #FFF url("/content/common/images/modalButtons/modalControlPanelBg.gif") repeat-x center bottom;
    border: none;
    border-top: 3px solid #DEDCDC;
    margin: 0 -10px;
    text-align: center;
    -webkit-border-radius: 0 0 1em 1em;
    border-radius: 0 0 1em 1em;
}
#personalisationRequired #controls > div {
    height: auto !important;
}
#personalisationRequired p {
    margin-bottom: 20px;
    padding: 0 20px;
}
#jdwModalOuterContent h1 {
    font-size: 20px!important;
}
.moreInfoIFrame {
    height: 100%;
    overflow: auto;
    border:none;
}

#jdwModalContent iframe{
    padding:10px;
}


/* Quick View Modal Specific */
.jdwModal-quickview {
    width: 780px;
}

.jdwModal-multisavings {
    width: 780px;
}

.jdwModal-quickview .leftSide, 
.jdwModal-quickview .rightSide {
    width: 380px;
}

.jdwModal-multisavings .leftSide, 
.jdwModal-multisavings .rightSide {
    width: 380px;
}

.jdwModal-quickview .addToBagContainer {
    text-align:left;
}

.jdwModal-multisavings .addToBagContainer {
    text-align:left;
}

.jdwModal-quickview .productPhotoWrapper {
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #ddd;
}

.jdwModal-multisavings .productPhotoWrapper {
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #ddd;
}

.jdwModal-quickview .sOfferGraphic {
    position: absolute;
    left: 0;
    bottom: 0;
}

.jdwModal-multisavings .sOfferGraphic {
    position: absolute;
    left: 0;
    bottom: 0;
}

#horizontalAltNav .altProductPhotos {
    clear: both;
}
.fullProductDetailsHref {
    margin: 10px 0;
    text-align: right;
}
.fullProductDetailsHref a {
    text-decoration: underline;
}
.fullProductDetailsHref a:hover,
.fullProductDetailsHref a:focus {
    text-decoration: none;
}

/* Quick View (Order Building Modal) */
.obProductCopy {
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* for tablet */
    height: 250px;
}
.obProductCopy ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.obProductCopy li {
    margin: 0 0 5px;
}
.obProductCopy #IncentiveCopy {
    font-weight: bold;
}

/* Quick view iframe */
#quickViewFrame {
    height: 580px;  
}
#recentlyViewedItems {
    display: none;
}

.jcarousel-skin-standard .jcarousel-item img {
    height: auto;
}
.carouselContainer .rating .score {
    float: none; /* central alignment [1] */
    margin: 0 auto; /* central alignment [2] */
}
#productContainer .productPreviewImage {
    text-align: center; /* central alignment */
}
.carouselContainer .productPreviewText {
    text-align: center;
}
.showAllOffersButton {
    margin: 1em auto;
    width: 70%;
}
.showAllOffersButton a {
    display: block;
    color: #000;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    line-height: 2;
    text-decoration: underline;
}   
.showAllOffersButton a:hover,
.showAllOffersButton a:focus {
    background: #fff;
    color: #000;
    border-color: #999;
}
.flexslider {
    padding: 0 48px;
}
.carouselContainer .slides li,
#mayWeSuggest li,
#recentlyViewedItems li {
    width: 124px;
}

.flexslider .slides img {
    height: auto;
}
#prodImageLargerLink a {
    text-decoration: none;
    border: 1px solid black;
}
#prodVideoImageAnchorContainer a {
    float: right;
    margin: 0 8px 8px 0;
    padding: 2px 5px;
}
.svgContainer {
    display: inline-block;
}
.svgContainer svg {
    display: inline-block;
    vertical-align: middle;
}
.zoomBut {
    padding: 3px;
    border: 0px solid #000;
    margin-left: 12px;
    color: #000!important;
    text-decoration: none!important;
    font-size: 16px!important;
    font-size:1.6rem!important;   
}
.zoomBut:hover {
    text-decoration: none!important;
}
.zoomControlsWrapper {
    overflow:hidden; 
    padding: 8px;
}
.hoverZoom {
    padding-top: 4px;
}

/* Credit Upsell */
h2.creditUpsellTitle {
    font-size: 1.35em;
}
a#creditUpsellBanner span {
    text-decoration: underline;
}
.icon-creditupsell {
    background-position: 10px center;
}

#prodDetailsReviewContainer {
    display: inline-block;
    width: 100%;
}

.bv-tabs {
    clear: both;
}

.bv-tabs, .bv-tab-content {
    display: inline-block;
    width: 100% 
}

.bv-nav-tabs {
    margin: 0;
    padding: 0;
    display: block;
}

.bv-nav-tabs.nav-tabs {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bv-tab-content {
    clear: both;
    margin: 0 0 1em 0;
    padding: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;  
}

#outletBanner {
    display: none;
    text-align: center;
    background: rgba(248,80,50,1);
    background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
    background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
    background-colour: red;
    font-size: 1em;
    clear: both;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}


#moreInfoLinkContainer a:hover{
    text-decoration:underline;
}

.pdp-totalpriceMsg .controls {
  margin-left: 0;
}

.overRoundel.overRoundelTopLeft {
    position: absolute;
    display: inline-block;
    bottom: inherit;
    left: inherit;
    top: 5px;
    left: 5px;
    z-index: 21;
}
.overRoundel.overRoundelTopLeft .plpWishlistIcon,
.overRoundel.overRoundelTopLeft div.plpWishlistIcon {
    width: 40px!important;
    height: 40px!important;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background-color: #fff;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.overRoundel.overRoundelTopLeft .plpWishlistIcon:before {
    content: "";
    background-image: url(//images2.drct2u.com/content/common/images/commongui/icons/buttons/icon-heart-outline-black.svg);
    background-size: 23px 23px;
    width: 23px;
    height: 23px;
}
.overRoundel.overRoundelTopLeft.selected .plpWishlistIcon:before {
    background-image: url("//images2.drct2u.com/content/common/images/commongui/icons/buttons/icon-heart-black.svg");
}
.overRoundel.overRoundelTopLeft.selected {
    pointer-events: none;
}