/* This is CSS classes for image zoom tool in product and lookbook page*/
/* Product image link */
.MagicZoomPlus {
  display: block !important;
}
.MagicZoomPlus, .MagicZoomPlus:hover {
  cursor: url(../files/zoomin.cur), pointer;
  outline: 0 !important;
  border:1px solid #ddd;
  display: inline-block;
  background:#fff;
  font-size: 0 !important;
  line-height: 100% !important;
  direction: ltr;
  width: 100% !important;
  z-index: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
  border:1px solid #CCCCCC !important;
}
/* Product image */
.MagicZoomPlus img {
  border:0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  width: 100% !important;
  height: auto;
}
/* Product video container */
#popupProductDetailContent .productimage_video {
  bottom:27px;
}
.productimage_video {
  position:absolute;
  top:0;
  right:0;
  left:0;
  z-index:0;
  width:100%;
  height:auto;
  border:1px solid #CCCCCC;
  background:#fff;

}
#objVideoPlayer {
  position:relative;
  width:100%;
  height:100%;
}
#product-video {
  width:100% !important;
  height:100% !important;
}
/* Back to images and view video container*/
.productimage_video_control {
  border: 1px solid #ddd;
  border-top: 0;
  text-align: center;
  border:1px solid #CCCCCC;
}
/*  Back to images and view video links*/
.productimage_video_control .productimage_showimage,.productimage_video_control .productimage_showvideo {
  padding:9px 0;
  display:block;
}
.need_player_installed {
  padding:5px;
  font-size:1em;
}
/* Style of the span image link */
.MagicZoomPlus span {
  display: none !important;
}
/* Controls the Border and background/cover colour for the Style Colour image */
.StyleColourCont {
  display:inline;
  float: left; 
  position: relative;
}
.Last {
  padding-right:0px;
}
.StyleColourImage {
  display:table;
  border:1px solid #ddd;
  width:100%;
  height:79px; /* you may type a specific value */
  vertical-align:middle;
  text-align:center;
  border:1px solid #CFCFCF;
}
.StyleColourImage a {
  display:table-cell !important;
  vertical-align:middle;
  line-height:79px; /* you may type a specific value */
}
.StyleColourImage a > img {
  margin:0 auto;
}
/* Controls the font size and background/cover colour for the Style Colour image title*/
.StyleColourImageCaption {
  padding-top:5px;
  font-weight:normal;
  font-size:10px;
  text-align:center;
}
.StyleColourImageCaption p {
  word-wrap:break-word;
  margin:0;
}
/* Controls the zoomed image position if zoom-image-posotion property sets to custom at configuration */
#ImgStyle-big {
  display:none;
  position:absolute;
  left:315px;
  top:0px;
}
/* CSS class for right zoomed image container */
/* Style of zoomed window */
.MagicZoomBigImageCont {
  border: 1px solid #999;
  background: #fff; 
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important; 

}
/* CSS class for right zoomed image header */
/* Style of header, activated with "title" attribute in <a> tag */
.MagicZoomHeader {
  font-size: 8pt !important;
  line-height: normal !important;
  color: #fff;
  background: #666;
  text-align: center !important;
  background:#000;
  font-size:10pt !important;
}
/* Style of small square under mouse */
.MagicZoomPup {
  border: 1px solid #aaa;
  background: #fff;
  cursor:url(../files/zoomin.cur),pointer;

}
/* Style of message box while image is loading */
.MagicZoomLoading {
  border: 1px solid #ccc;
  background: #fff url(../files/loader.gif) no-repeat 2px 50%;
  padding: 4px 4px 4px 24px !important;
  margin: 0;
  text-decoration: none;
  text-align: left;
  font-size: 8pt;
  font-family: sans-serif;
  color: #444;
  line-height: 1.5em;
  left: 30% !important;

}
/* Style of hotspots */
.MagicHotspots {
  display: none;
  visibility: hidden;
}
.MagicHotspots a {
  border: 1px solid #ccc;
  display: block !important;
  position: absolute !important;
}
.MagicHotspots a:hover {
  border: 1px solid red;
}
/* Style of the small image when the large image is expanded */
.MagicThumb-expanded-thumbnail {
  cursor: default;
}
/* Style of the expanded image */
.MagicThumb-expanded {
  cursor: url(../files/zoomout.cur), pointer;
  background: #fff;
  border: 1px solid #ccc;
  outline: 0;
  padding: 0;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important; 

}
/* Style of the caption for the expanded image */
.MagicThumb-caption {
  color: #333;
  font: normal 10pt Verdana, Helvetica;
  background: #ccc;
  text-align: left;
  border: 0 !important;
  outline: 0 !important;
  height: 27px !important;
  padding:5px 7px;
  background:#57C1A6;
  color:#fff;
}
/* Style of the loading message box */
.MagicThumb-loader {
  font: normal 12pt sans-serif;
  border: 1px solid #000;
  background: #fff url(../files/loader.gif) no-repeat 2px 50%;
  padding: 2px 2px 2px 22px;
  margin: 0;
  text-decoration: none;
  text-align: left;
  line-height: 1.5em;

}
/* Style of the small images which swap the main image */
/* Style to hide caption on page. Only needed for #id method. */
.MagicZoomPlus-ExternalText {
  display: none;
}
.MagicThumb-expanded img {
  background: #fff;
  
}
/* Style of hint box */
.MagicZoomPlusHint {
  background: url(../files/hint.gif) no-repeat 2px 50%;
  padding: 2px 2px 2px 20px !important;
  min-height: 24px;
  margin: 0;
  text-decoration: none;
  text-align: left;
  line-height: 24px;
  font-size: 8pt;
  font-family: sans-serif;
  color: #444;

}
/* Style of shadow effect behind zoomed image */
.MagicBoxShadow {
  -moz-box-shadow: 3px 3px 4px #888888;
  -webkit-box-shadow: 3px 3px 4px #888888;
  box-shadow: 3px 3px 4px #888888;
  border-collapse: separate;
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888') !important;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')" !important;
}
/* Style of glow effect behind zoomed image */
.MagicBoxGlow {
  -moz-box-shadow: 0px 0px 4px 4px #888888;
  -webkit-box-shadow: 0px 0px 4px 4px #888888;
  box-shadow: 0px 0px 4px 4px #888888;
  border-collapse: separate;
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888') !important;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888')" !important;
}
.MagicZoomPlus > img {
  max-width: 100%; 
}
.MagicZoomPlus.magic-for-ie8 img {
  max-width: none !important; 
} 
.MagicZoomPlus.magic-for-ie7 > img { 
  width: auto; 
}
.MagicZoomBigImageCont img {
  max-width: none !important; 
  max-height: none !important; 
  height: auto !important; 
  width: auto !important; 
}
.MagicThumb-expanded > div > div > div > img {
  max-height: none !important; 
  max-width: none !important; 
  height: auto !important; 
  width: auto !important; 
}
.MagicThumb-background {
  -webkit-transition: none !important; 
  -moz-transition: none !important; 
  transition: none !important; 
}

   
















	












@media screen and (min-width: 992px) {
  /*.productdetailbox > div {
    padding-left: 15px !important;
    padding-right: 15px!important;
  }*/

  .productimagecont {
    padding: 0;
  }
  
  .productdetailcont  {
    float: right;
    padding-left: 50px;
  }
  
  
  
  
  
  
  
  
}

 
  
 
 
 
 
 
   
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 

.productimage_zoomed {
  position:relative;
}
#divMagicThumbNavButtons {
    position: absolute;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: -10000px -10000px;
    z-index: 1!important; /* video is 2 */
}
#divMagicThumbNavButtons > a {
    outline: none;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    background-color: transparent;
    background-image: inherit;
    background-repeat: no-repeat;
}
.StyleColourCont.on > .StyleColourImage {
    border: 1px solid #F48B3A;
}
@media screen and (max-width: 767px) {
  #partPayCalculatorWidget {
    max-width: 100%;
  }
}