/* combine : /css/common/flexslider.css*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 * Modified for JDW
 * removed -webkit-backface-visibility: hidden; :: causing invisible 
 * recommendations on ipad.
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
/* JDW removed -webkit-backface-visibility: hidden; */
.flexslider .slides > li {display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%!important;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.flexslider .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; position: absolute; cursor: pointer; opacity: 1; -webkit-transition: all .3s ease;}

.flex-direction-nav .flex-prev:after { content: "<"; padding: 8px 11px 9px 9px; left: 10px; }
.flex-direction-nav .flex-next:after { content: ">"; padding: 8px 9px 10px 12px; right: 10px; }

/* DONT NOT increase the line height above 22px - the anchor tage will lose clickability ?!?!?!?! */
.flex-direction-nav .flex-next:after, .flex-direction-nav .flex-prev:after {border-radius: 26px 26px 26px 26px;	color: #FFFFFF;	float: right;	
	background-color: #000;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {display: none;}



/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.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; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
.carouselContainer .prouductPreviewImage > a {
    display: block;
    height: 130px;
}
/* complete : /css/common/flexslider.css*/


/* combine : /css/common/desktop/flexslider-desktop.css*/
/* Affinity Wrapper */

.affinityWrapper {
    margin: 1.5em 0;
    clear: both;
}
.automatedAffinities {
    display: none;
}
/* Carousel Container */
.carouselContainer:before,
.carouselContainer:after {
    display: table;
    content: " ";
} 
.carouselContainer:after {
    clear: both;
}
.carouselContainer {
    *zoom: 1;
    clear: both;
    float: none;
    border: 1px solid #DDD;
    padding: 0 0 0.5em;
}
.carouselContainer ul {
    list-style: none;
    margin: 0;
    padding: 0 48px; /* standard. reset for active (flexslider) carousels */
}
.carouselContainer li {
    float: left;
    width: 124px;
    margin: 0;
    min-height: 0;
    height: auto !important;
}
.carouselContainer .productPreview {
    min-height: 0;
    width: auto;
    margin: 0 5px;
}
.carouselContainer .productPreview > div {
  margin: 0 0 0.5em;
  width: auto;
  min-height: 0;
}
.carouselContainer .productPreview,
.carouselContainer .productPreview > div {
  min-height: 0;
  float: none;
  position: static;
}
.carouselContainer .productPreviewText {
	text-align: left;
}
.carouselContainer p {
    margin: 0 0 0.25em;
    padding: 0;
    font-size: 11px;
    line-height: 1.25;
    font-weight: normal;
}
.carouselHeader {
    color: #900;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
    margin: 0 0 0.5em;
    border-bottom: 1px solid #DDD;
    background: #f4f4f4; /* Old browsers */
}

/* May We Suggest specific styling */

#mayWeSuggest .carouselHeader {
  color: #000;
}

/* Flexslider */

.flexslider {
    background: transparent none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 1em 0;
    padding: 0 50px; /* Pad sides away from control arrows */
}
.flex-viewport {
    min-width: 90px;
}
.inactive .flex-viewport {
    margin: 0;
}
.flexslider a {
    display: block;
}
.flexslider .slides {
    margin: 0;
    padding: 0;
}

.flexslider .slides img {
    border: none;
    display: block;
}

/* Flex Direction Nav (List Items) */

.flex-direction-nav {
    margin: 0;
    padding: 0;
}
.flexslider .flex-direction-nav li,
.flexslider .flex-direction-nav a {
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
}
.flex-direction-nav li {
    float: none;
    position: absolute;
    top: 30%;
    bottom: auto;
    min-height: 30px;
    background: transparent none;
}
.flexslider .flex-direction-nav a {
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    transition: 0;
}
/* Carousel Control (Previous [Default Horizontal/Left] */
.flex-direction-nav .flex-control-prev {
    left: 6px;
    right: auto;
}
/* Carousel Control (Next [Default Horizontal/Right] */
.flex-direction-nav .flex-control-next {
    right: 6px;
    left: auto;
}
/* Flex Direction Nav (Links) */
.flex-direction-nav a {
    display: block;
    background: transparent url("//images2.drct2u.com/content/common/images/commongui/carouselControlArrowsRR.png") no-repeat 0 0;
}
.flex-direction-nav .flex-prev {
    background-position: 0 0;
}
.flex-direction-nav .flex-prev:hover {
    background-position: 0 -30px;
}
.flex-direction-nav .flex-next {
    background-position: -30px 0;
}
.flex-direction-nav .flex-next:hover {
    background-position: -30px -30px;
}
.flexslider .flex-direction-nav .flex-disabled {
    display: none !important; /*this overrides the inline display;block when the scroll arrow reaches the end of the carousel*/
}
.flex-direction-nav .flex-prev:after,
.flex-direction-nav .flex-next:after {
    /* Turn off generated content and other properties */
    content: "";
    padding: 0;
    position: fixed;
    background: transparent none;
    float: none;
}
/* Specific Page Usage (Landing Pages) */
#landingPageContent .flexslider .slides > li {
    width: 116px;
}
#landingPageContent .flexslider .slides .thumb {
	height: 123px;
}
/* Specific Page Usage (No Search Results) */
#noResultsContainer .carouselHeader {
    background: #CCC; /* Solid Colour Fallback */
    background: linear-gradient(to right, #CCC 50%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCC', endColorstr='#fff',GradientType=1 ); /* IE6-9 */
}
#jdwAffinities .productTitle, 
#jdwAffinities .wasPriceFormat, 
#jdwAffinities .salePrice,
.affinityWrapper .productTitle, 
.affinityWrapper .wasPriceFormat, 
.affinityWrapper .salePrice {
    display: none;
}
/* complete : /css/common/desktop/flexslider-desktop.css*/


/* combine : /css/common/desktop/responsiveLoadingSpinner.css*/
 
.loading-spinner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ffffff url("/presentation/P-5-2017-10-11-WEBOCTXVII_V2/images/common/commonGui/generic-spinner-loader.gif?appversion=0&version=P-5-2017-10-11-WEBOCTXVII_V2") no-repeat center;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: 0.9;
}/* complete : /css/common/desktop/responsiveLoadingSpinner.css*/


