@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0 0 28px;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
 }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; 
    border:6px solid #fff; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  /*src: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/slick.eot");*/
  /*src: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/slick.woff") format("woff"), url("https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/slick.ttf") format("truetype"), url("https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/slick.svg#slick") format("svg");*/
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-top:30px;
  margin-bottom: 20px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  /* -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff; */
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{
		height:20px;
		background: none repeat scroll 0 0 #FFFFFF;
}
div.pp_default .pp_top {height:10px;}
div./*pp_default .pp_top .pp_left{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}*/
div.pp_default .pp_next:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:2px;
position: absolute; top:0; z-index: 10001;}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	margin:0px 50px 5px 0; 
	color: #537089;
    font-family: 'lucida_sansdemibold_roman',Arial,sans-serif;
    text-transform:uppercase;}
/*div.pp_default .pp_bottom .pp_left{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}*/
div.pp_default .pp_loaderIcon{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#fff;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000;
background: none repeat scroll 0 0 #FFFFFF; border:1px solid #bfbfbf;}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;
                  top:30px;width:100%;z-index:2000; }
.pp_gallery{display:none;left:50%;
           margin-top:0;//-50px;
           position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:50px;text-indent:-10000px;top:3px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important;
 position: relative; top:40px;}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;
	margin:0;
	height:0;
}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

.flip-items {min-width: 426px; min-height: 324px;}
#socialSection .footer-container {position: absolute !important; bottom: 0 !important; top:auto !important;}

.category-press .pp_nav {display:none !important;}
.category-press div.pp_default .pp_close {
	background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/js/pp/images/prettyPhoto/default/close_btn.png") no-repeat scroll 2px 1px transparent;
    cursor: pointer;
    height: 11px;
    width: 30px;
    right:1px;
}
.category-press #pp_full_res {top:16px;}
.category-press .pp_gallery { margin:20px !important; left:0 !important; display:block !important;}
.category-press div.pp_default .pp_bottom {height:40px;}
.category-press div.pp_default .pp_previous:hover{background:none transparent;}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body { margin: 0; }
html.no-scroll, body.no-scroll { position: relative; overflow: hidden; height: 100%; }
:focus { outline: 0; outline: none; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  //outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

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

img {
  display: block;
  max-width:100%;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body,
button,
input,
select,
table,
textarea {
    font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    line-height: 1.5;
}
a,
button {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button { border: 0; }

::-webkit-input-placeholder { font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; }
::-moz-placeholder { font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; }
:-ms-input-placeholder { font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; }
:-moz-placeholder { font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; }

a { color: #000000; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus { color: #000000; }

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
    font: 400 24px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    line-height: 120%;
    margin: 0 0 16px 0;
}
h2, .h2 {
    font: 400 20px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    line-height: 120%;
    margin: 0 0 16px 0;
}
h3, .h3 {
    font: 400 16px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    line-height: 140%;
    margin: 0 0 10px 0;
}
h4, .h4 {
    font: 400 12px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    line-height: 140%;
    margin: 0 0 10px 0;
}
h5, .h5 {
    font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    text-rendering: optimizeSpeed;
    text-transform: normal;
    line-height: 140%;
    margin: 0 0 10px 0;
}

h6, .h6 {
    font: 400 10px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    line-height: 140%;
    margin: 0 0 5px 0;
}

p { font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #000000; line-height: 150%; margin: 0 0 16px 0; padding: 0; }


/* ============================================ *
 * Main
 * ============================================ */
.main-container,
.header {
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
}

/* ============================================ *
 * Main Container
 * ============================================ */
.main-container { position: relative; }
.main-container:after { content: ''; display: table; clear: both; }
.wrapper .page { padding-top: 85px; padding-top: 61px;}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability.in-stock {
  color: #11b400;
}

.availability.available-soon,
.availability.out-of-stock {
  color: red;
}

.availability-only {
  color: red;
  margin-bottom: 10px;
}

/* ============================================ *
 * Page Title
 * ============================================ */
.page-title { padding: 20px 0 45px 0; margin: 0; }
.page-title:after { content: ''; display: block; clear: both; }
.page-title h1,
.page-title h2 {
    font: 700 17px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    text-transform: uppercase;
    line-height: 120%;
    padding: 0;
    margin: 0;
}
.page-title .goto { float: right; margin-right: 10px; font-size: 11px; line-height: 21px; }
.page-title .goto a { color: #000000; }

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
    margin-bottom: 30px;
}
.col-left-first .block:last-of-type { margin-bottom: 0; }

.block-title {
    position: relative;
    border-top: 1px solid #cccccc;
    padding: 25px 0 0;
    margin-bottom: 10px;
}
.block-title h2,
.block-title h3,
.block-title strong {
    font: normal 700 15px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    display: block;
    text-transform: uppercase;
    line-height: 120%;
    margin: 0;
    padding: 0 0 12px 0;
}
.block-title small {
    font-size: 100%;
    font-weight: normal;
    color: #000000;
}

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

.block-content {
  margin-top: 5px;
}

.block-content.unpad {
  padding: 0;
}

.block-content li.item {
  margin: 0 0 15px 0px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

@media only screen and (max-width: 770px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-content { padding: 0; margin-top: 0; }

  .sidebar .block-account .block-title > strong span:after,
  .sidebar .block-cms-menu .block-title > strong span:after {
    content: ' Menu';
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
    padding-top: 0;
    border-top: none;
}
.block-account li,
.block-cms-menu li,
.block-account li a,
.block-cms-menu li a,
.block-account li strong,
.block-cms-menu li strong {
    font: 400 13px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    display: block;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.block-account li a,
.block-cms-menu li a,
.block-account li strong,
.block-cms-menu li strong {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
}
.block-account li:last-of-type a,
.block-cms-menu li:last-of-type a,
.block-account li:last-of-type strong,
.block-cms-menu li:last-of-type strong {
    border-bottom: none;
}
.block-account li a,
.block-cms-menu li a {
    text-decoration: none;
}
.block-account li a:hover,
.block-cms-menu li a:hover {

}
.block-account li strong,
.block-cms-menu li strong {
    font-weight: 700;
}


/* ============================================ *
 * Buttons
 * ============================================ */

/* Custom Buttons */
.btn-empty {
    display: inline-block;
    border: 1px solid #2D2C2B;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 0;
    margin: 0;
    line-height: 100%;
}
.btn-empty:hover { background: #2D2C2C; color: #ffffff !important; text-decoration: none; }
.btn-empty:hover span { color: #ffffff; }
.btn-empty span { display: block; margin: 0; padding: 0; }
.btn-empty > span {}
.btn-empty span span { font: normal 10px 'GothamHTF-Medium', 'Open Sans', sans-serif; color: #2D2C2C; text-align: center; text-transform: uppercase; padding: 6px 15px; }

.btn-empty-select {
    display: inline-block;
    border: 1px solid #2D2C2B;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 0;
    margin: 0;
    line-height: 100%;
}
.btn-empty-select:hover { /*background: #000000; color: #ffffff !important;*/ text-decoration: none; }
/*.btn-empty-select:hover span { color: #ffffff; }*/
.btn-empty-select span { display: block; margin: 0; padding: 0; }
.btn-empty-select > span {}
.btn-empty-select span span { font: normal 10px 'GothamHTF-Medium', 'Open Sans', sans-serif; color: #2D2C2C; position: relative; text-align: center; text-transform: uppercase; padding: 6px 38px 6px 15px; }
.btn-empty-select span span:after {
    content: '';
    background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/ico-arrow-dropdown-bottom.png") no-repeat center center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    border-left: 1px solid #000000;
}

.btn-gray {
    background: #bab8b9;
    display: inline-block;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 0;
    margin: 0;
    line-height: 100%;
}
.btn-gray:hover { background: #000000; color: #ffffff !important; text-decoration: none; }
.btn-gray:hover span { color: #ffffff; }
.btn-gray span { display: block; margin: 0; padding: 0; }
.btn-gray > span {}
.btn-gray span span { font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #ffffff; text-align: center; text-transform: uppercase; padding: 6px 15px; }

/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #231F20;
  color: #fff;
  padding: 7px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
  color: #333;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #537089;
  color: #fff;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  background: #537089;
  color: #fff;
  outline: none;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button {
  background: #537089;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Lucida Sans', Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.reset-password-button {
  border: 1px solid #2D2C2C;
    background: #2D2C2C;
    color: #ffffff;
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1px;
    float: left !important;
}

.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover {
  background: #D0D0D0;
  color:#fff;
  //font-family: 'lucida_sansdemibold_roman';
  font-weight:normal;
  cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active {
  background: #297aa3;
  color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus {
  background-color: #297aa3;
  outline: none;
  color: #FFFFFF;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #3399cc;
  font-family: 'Lucida Sans', Arial, sans-serif;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #246b8f;
}

@media only screen and (max-width: 770px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .customer-account-forgotpassword .buttons-set button.button {
      margin-bottom: 0;
  }
  .buttons-set .back-link {
    display: none;
  }
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 40px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 670px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}

/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set { clear: both; margin: 0; padding: 20px 0 0 0; }
.buttons-set p.required { float: right; line-height: 33px; margin: 0 0 0 10px; }
.buttons-set .back-link { float: left; margin: 0; }
.buttons-set .back-link a {}
.buttons-set a:not(".button") { display: inline-block; line-height: 20px; padding: 5px; }
.buttons-set button.button { float: right; min-width: 140px; margin-left: 5px; }
.buttons-set:after { content: ''; display: table; clear: both; }

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs { overflow: hidden; margin: 0; padding: 23px 0; }
.breadcrumbs li { font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #000000; float: left; text-transform: uppercase; }
.breadcrumbs a { color: #000000; float: left; }
.breadcrumbs a.not-clickable,
.breadcrumbs a.not-clickable:hover {
    text-decoration: none;
    cursor: default;
}
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs strong { color: #000000; }
.breadcrumbs span { float: left; padding: 0 8px; }

@media only screen and (max-width: 770px) {
  .breadcrumbs {
    display: block;
  }
  body .main-container {padding-top:10px !important;}
  body.customer-account-login .main-container {padding-top:70px !important;}
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ededed;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-remove:hover,
.btn-previous:hover {
  background-color: #3399cc;
  border-color: #3399cc;
}

.btn-remove:after {
  content: 'X';
  color: #3399cc;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, Arial, sans-serif;
  font-weight: bold;
}
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid white;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* ============================================ *
 * Add to Project
 * ============================================ */
.addtoproject-wrapper { position: relative; }
.addtoproject-div { position: relative; margin: 0; }
.addproject-icon { display: none; }
.addtoproject_div .addedprojects-content .addedprojects-inside .custom-option3 ul li label input { display:none; }
.addtoproject .addedprojects-content {
    display: none;
    background: #ffffff;
    position: absolute;
    top: 23px;
    left: 0;
    z-index: 10000;
    width: 100%;
    border: 1px solid #000000;
    padding: 0;
    margin: 0;
}
.addtoproject .addedprojects-content .close-sign { position: absolute; top: 6px; right: 6px; }
.addtoproject .addedprojects-content label { cursor: pointer; }
.addtoproject .addedprojects-content .title-inner {}
.addtoproject .custom-option3 {}
.addtoproject .addedprojects-content .custom-option3 ul li { border-bottom: 1px solid #9b9b9b; padding: 10px 0; text-align: center; }
.addtoproject .addedprojects-content .custom-option3 label { display: table; line-height: 100%; margin: 0 auto; }
.addtoproject .addedprojects-content .custom-option3 label input { vertical-align: top; visibility: hidden; margin-left: -15px; }
.addtoproject .addedprojects-content .custom-option3 label span { font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #000000; text-align: center; text-transform: uppercase; vertical-align: top; }
.addtoproject .addedprojects-content .custom-option3 label .checkbox-text { line-height: 1.4rem; }
.addtoproject .projects-checkbox-container {}
.addtoproject .projects-checkbox-container:last-child {}
.addtoproject .addedprojects-buttonset { padding: 12px; }
.addtoproject .addedprojects-buttonset:after {}
.addtoproject .addedprojects-buttonset .addedprojects-input  { padding-bottom: 10px; }
.addtoproject .addedprojects-buttonset .addedprojects-input input { height: 26px; }
.addtoproject .addedprojects-buttonset .addedprojects-button .button-newproject span span,
.addtoproject .addedprojects-buttonset .addedprojects-button .button-newproject span span:hover {}
.addtoproject .addedprojects-buttonset .addedprojects-button .button-newproject { display: block; }
.addtoproject .addedprojects-buttonset .addedprojects-button .button-newproject span span {}

/* ======================================================== *
 * Quantity plus/minus
 * ======================================================== */
#wishlist-table .numberHolder,
#amlist-table .numberHolder,
#shopping-cart-table .numberHolder,
#part-ordering-table .numberHolder {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    vertical-align: middle;
    margin: 0;
}
#mobile-close-button {display: none;}
#wishlist-table .numberHolder input,
#amlist-table .numberHolder input,
#shopping-cart-table .numberHolder input,
#part-ordering-table .numberHolder input {
    font: normal 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    width: 100%;
    height: 20px;
    border: 1px solid #2D2C2B;
    border-radius: 0;
    text-align: left;
    vertical-align: top;
    margin: 0;
}
#wishlist-table .numberHolder .plus,
#amlist-table .numberHolder .plus,
#shopping-cart-table .numberHolder .plus,
#part-ordering-table .numberHolder .plus {
    background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/bg_plus_new.png') no-repeat center bottom;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 10px;
    border-left: 1px solid #2D2C2B;
    text-indent: -10000px;
}
#wishlist-table .numberHolder .minus,
#amlist-table .numberHolder .minus,
#shopping-cart-table .numberHolder .minus,
#part-ordering-table .numberHolder .minus {
    background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/bg_minus_new.png') no-repeat center top;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 18px;
    height: 10px;
    border-left: 1px solid #2D2C2B;
    text-indent: -10000px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 12px;
  line-height: 21px;
}


/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
    padding: 0 10px;
}
.col-left { float: left; width: 25%; padding: 0 25px 0 0; clear: left; }
.col-left img { max-width: 100%; }
.col-right { float: right; width: 25%; padding-right: 0; }
.col-right img { max-width: 100%; }
.col-main { float: left; width: 75%; }

.col1-layout .col-main { float: none; width: auto; padding: 0; }
.col2-left-layout .col-main { float: right; padding: 0 0px 0 25px; }
.col2-right-layout .col-main { padding-left: 0; }
.col3-layout .col-right { width: 20.83333%; }
.col3-layout .col-wrapper { float: left; width: 79.16667%; }
.col3-layout .col-wrapper .col-main { float: right; width: 73.68421%; }
.col3-layout .col-wrapper .col-left { width: 26.31579%; }

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 770px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  .col-main {
    float: none;
    width: auto;
  }

  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}
/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 770px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #e6e6e6;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #3399cc;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: 'Lucida Sans', Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11b400;
}

.error {
  color: red;
  font-weight: bold;
}

.notice {
  color: #e26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
    /*float:left;*/
    width:100%;
    margin-bottom: 10px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 0px 0px 0px 15px;
  background: #dfdfdf;
  border-radius: 8px 8px 8px 8px;
  height: 23px;
  line-height: 21px;
  font-size:12px;
  font-family: 'Lucida Sans', Arial;
}

/*.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}*/

.messages .error-msg li {
  //border-left: 5px solid red;
  color:red;
}

/*.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid red;
  border-right: none;
}*/

.messages .notice-msg li {
  /* border-left: 5px solid #e26703; */
  color:#e26703;
}

/*.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}*/

.messages .success-msg li {
  //border-left: 5px solid #11b400;
  color:#8CB346;
}

/*.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11b400;
  border-right: none;
}*/

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #cccccc;
  background: #f4f4f4;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #cccccc;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box { font-family: 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; margin: 7px 0; }
.price-box p { margin-bottom: 0; }
.price-notice { color: #a0a0a0; }
.price-box .price,
.price {
    font: normal 700 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    white-space: nowrap;
}
.price-box .price-label { font-family: 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #000000; white-space: nowrap; }
.price-box .minimal-price-link { color: #000000; display: block; padding-left: 1em; }
.price-box .minimal-price-link .label { color: #000000; }

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
    /*display: inline-block;*/
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
    display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
    display: inline-block;
}
.price-box .old-price .price { color: #a0a0a0; text-decoration: line-through; }
.price-box .special-price { color: #000000; }
.price-box .special-price .price-label { color: #000000; }

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
    display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
    display: inline-block;
    padding: 4px 8px;
    background: #FBF4DE;
    border: 1px solid #E2D4C7;
    margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
    font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
    font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
    font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 12px;
  font-family: 'Lucida Sans', Arial, sans-serif;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: normal;
  padding-right: 5px;
}
.item-options dt:after {
  /*content: ': ';*/
}
.item-options dd {
  float: left;
  padding-left: 2px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #3399cc;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
}

.no-touch .product-image:hover {
  border-color: #3399cc;
}

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
.ratings .amount {
  display: block;
  margin: 5px auto;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

.std ul li {
  margin-left: 2em;
}

.std .note {
  color: #a0a0a0;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

#tabs { width: 100%; height: 36px; float: left; }
#tabs li { float: left; list-style: none; outline: none; }
#tabs li a {
    font-weight: bold;
    color: #5685bc;;
    padding: 5px 8px 8px;
    display:block;
    background: #FFF;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    text-decoration:none;
    outline:none;
    cursor:pointer;
    font-size:9px;
}
#tabs li a.inactive {
    padding: 5px 8px 8px;
    color: #ffffff;
    background: #bab8b9;
    outline: none;
}
#tabs li a:hover, #tabs li a.inactive:hover { outline: none; }

.tab-container {
    clear:both;
    width:100%;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    text-align:left;
    padding: 10px;
}

.tab-container h2 { margin-left: 15px;  margin-right: 15px;  margin-bottom: 10px; color: #5685bc; }

.tab-container p { line-height: 1.3; font-size: small; }

.tab-container ul { font-size: small; line-height: 1.4; width:100%; float:left;}

.tab-container li { padding-bottom: 5px; margin-left: 5px; float:left; width: 47%;}

.slider-holder ul li{
    float:none; width: auto;
}

.store-form-holder{
    margin-right: 0px;
}

.tab-container .select-holder { font-size: 11px; margin-top: 1px; border: 1px solid #939597; width: 100%; height: 20px; overflow: hidden; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/bg_select.png') no-repeat center right; }
.tab-container .input-box.disable{opacity:0.5;}
.tab-container .select-holder.validation-failed {border:1px solid #F00;}
.tab-container .select-holder select {
    font-size: 11px;
    background: transparent;
    padding:0 30px 0 0;
    width: 200px;
    line-height: 1;
    border: none;
    border-radius: 0;
    height: 18px;
    -webkit-appearance: none;
    max-width: inherit;
    margin-top: -2px;
    display: block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.tab-container label {font-weight: normal; color: #333; padding-left: 0px; font-size: 11px; font-family: 'Lucida Sans', Arial, sans-serif;}
.tab-container .fieldInput {margin-bottom:5px;}
.tab-container .fieldInput span strong{font-weight: normal; color: #231F20; padding-left: 5px; font-size: 13px; font-family: 'Lucida Sans', Arial, sans-serif; vertical-align: top;}
.tab-container input[type="text"] {border-radius: 0 0 0 0; font-size: 11px; border: 1px solid #939597; width: 100%; height: 20px; font-family: 'Lucida Sans', Arial, sans-serif;}
.tab-container .mtop {margin-top:-1px;}

.styled-select.select-holder {
    background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/bg_select.png') no-repeat center right / 30px 100%;
    font-size: 11px;
    width: 100%;
    height: 26px;
    display: block;
    border: 1px solid #000000;
    overflow: hidden;
    margin: 0;
}
.styled-select.input-box.disable{opacity:0.5;}
.styled-select.select-holder.validation-failed {border:1px solid #F00;}
.styled-select.select-holder select {
    background: transparent;
    font-size: 11px;
    width: 100%;
    display: block;
    border: none;
    border-radius: 0;
    height: 22px;
    max-width: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    line-height: 1;
    padding: 0 40px 0 6px;
    margin: 0;
}

.styled-select.select-holder select.shipping_method{
    width:110%;
}

#stores-list{
    margin-top:20px;
}
.stores-list {
    float: left;
    font-size: 12px;
    min-height: 150px;
    text-align: left;
    width: 50%;
}

.stores-list span, .stores-list a{
    float:left;
    clear: both;
    padding-left:5px;
}

#non-map{
    width: 538px;
    overflow: hidden;
}


/* ======================================================== *
 * Product Listing Page
 * ======================================================== */
.catalog-category-view .col-left { padding-top: 26px; transition:all 0.2s ease-in-out; }


/* ============================================ *
 * Toolbar
 * ============================================ */
.toolbar { color: #ffffff; width: 100%; margin: 0; padding: 0; }
.toolbar:after { content: ''; display: block; clear: both; }
.pager-no-toolbar { margin-bottom: 10px; }
.pager-no-toolbar ~ .pager-no-toolbar { margin-top: 10px; }
.toolbar,
.pager {
    font: 400 10px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    line-height: 100%;
}
.toolbar label,
.pager-no-toolbar label {
    font-weight: normal;
    text-transform: uppercase;
}
.toolbar-toggle-wrapper { position: relative; }
.toolbar-toggle-wrapper .toolbar-toggler { font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; text-transform: uppercase; cursor: pointer; }
.toolbar-toggle-wrapper.active .toolbar-toggler { text-decoration: underline; }
.toolbar-toggle-wrapper .toolbar-totoggle { display: none; position: absolute; top: 17px; left: 0; z-index: 100000; }
.toolbar-toggle-wrapper .filter-label-hide { display: none; }
.toolbar-toggle-wrapper.active .filter-label-show { display: none; }
.toolbar-toggle-wrapper.active .filter-label-hide { display: block; }
.sorter .toolbar-totoggle { background: #ffffff; left: auto; right: 0; width: 160px; border: 1px solid #e7e6e6; padding: 10px 15px; }
.sorter .toolbar-totoggle ul li a { font: 400 10px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; text-transform: uppercase; display: block; padding: 5px; }
.sorter { display: inline-block; margin: 0; padding: 0; }
.sorter > .sort-by .sort-by-switcher { width: 30px; height: 30px; display: inline-block; }
.sorter > .sort-by .sort-by-switcher--asc { background-position: 4px -542px; }
.sorter > .sort-by .sort-by-switcher--asc:hover { background-position: -46px -542px; }
.sorter > .sort-by .sort-by-switcher--desc { background-position: 4px -567px; }
.sorter > .sort-by .sort-by-switcher--desc:hover { background-position: -46px -567px; }
.sorter > .view-mode { float: right; }
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
    float: left;
    width: 30px;
    height: 30px;
}
.sorter > .view-mode .grid { background-position: 8px -492px; margin-right: 5px; }
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
    background-position: -42px -492px;
}
.sorter > .view-mode .list { background-position: 11px -517px; }
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
    background-position: -39px -517px;
}
.view-mode { display: inline-block; border-left: 1px solid #000000; margin: 0 0 0 10px; padding: 0 0 0 10px; }
.view-mode .toolbar-totoggle { background: transparent; left: auto; right: 0; width: 200px; }
.view-mode .toolbar-totoggle-inner { float: right; }
.view-mode .mode-switcher { display: inline-block; vertical-align: top; line-height: 22px; }
.view-mode .grid { width: 45px; height: 25px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/ico-view-3cols-grid.png') no-repeat center center / auto 25px; text-indent: -10000px; margin-right: 6px; }
.view-mode .list { width: 50px; height: 25px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/ico-view-5cols-grid.png') no-repeat center center / auto 25px; text-indent: -10000px; }
.pager { clear: both; }
.pager:after { content: ''; display: block; clear: both; }
.pager > .count-container { float: left; }
.pager .amount { font-family: 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; float: left; white-space: nowrap; line-height: 100%; margin: 0 15px 0 0; }
.pager .limiter { float: left; height: 30px; line-height: 30px; }
.pager .limiter > label { padding-right: 5px; }
.pager .limiter > label:after { content: ':'; }
.pages { float: right; margin: 0; padding: 0; }
.pages strong { display: none; }
.pages li { float: left; }
.pages a,
.pages .current {
    font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    vertical-align: middle;
    white-space: nowrap;
    padding: 2px 4px;
    margin: 0;
}
.pages .current,
.pages .current:hover {
    font-weight: 700;
    cursor: default;
}
.pages .next,
.pages .previous {
    content: '';
    width: 15px;
    height: 18px;
    margin: 0;
    padding: 0;
}
.pages .previous { background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/ico-arrow-pagination-left.png') no-repeat center center / auto 7px; margin-right: 4px; }
.pages .next { background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/ico-arrow-pagination-right.png') no-repeat center center / auto 7px; margin-left: 4px; }
.toolbar-top { padding-top: 10px; padding-bottom: 30px; }
.toolbar-top:after { content: ''; display: block; clear: both; }
.toolbar-top .toolbar-left { float: left; }
.toolbar-top .toolbar-left .toolbar-totoggle { top: 25px; padding-bottom: 16px;background-color:#fff;}
.toolbar-top .toolbar-left .toolbar-totoggle .block { margin: 0; }
.toolbar-top .toolbar-right { float: right; }
.toolbar-top .pager { display: none; }
.toolbar-list-top { padding-bottom: 20px; }
.toolbar-list-top .sorter { display: none; }
.toolbar-list-top .view-mode { display: none; }
.toolbar-list-top .pager { padding: 0; margin: 0; }
.toolbar-bottom { padding-top: 10px; }
.toolbar-bottom .sorter { display: none; }
.toolbar-bottom .view-mode { display: none; }

.sidebar .block-categories.fixed { background: #ffffff; z-index: 1000; margin-left: 5%; }


/* ============================================ *
 * Filters on PLP
 * ============================================ */
.filter-wrapper {}
.filter-wrapper .block-content { display: flex; align-items: center; margin: 0; padding: 0; }
.filter-wrapper .actions { margin-left: 12px;position: absolute;top: 6px; right: -45px;}
li[data-text="No"] {display: none;}
.filter-wrapper .actions a { font: normal 900 10px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #000000; display: block; float: none; text-transform: uppercase; line-height: 100%; }
.filter-wrapper .filter-items { display: flex; position: relative; flex-direction:column;}
.filter-wrapper .filter-items:after { content: ''; display: block; clear: both; }
.filter-wrapper .filter-item { position: relative; width: 150px; margin-right: 8px; }
.filter-wrapper .filter-item:after { content: ''; display: block; clear: both; }
.filter-wrapper .filter-item:last-of-type { margin-right: 0; }
.filter-wrapper .filter-item.filter-styles {
    display: block;
    position: relative;
    top:0;
    left: 0;
    min-height: 16px;
    margin-top: 6px;
}
.filter-wrapper .filter-item.filter-styles .filter-values {
    display: block;
    border: 0;
    min-height: 45px;
}
.filter-wrapper .filter-label { background: #ffffff; float: left; width: 100%; border: 1px solid #000000; cursor: pointer; padding: 4px 25px 4px 4px; margin: 0; }
.filter-wrapper .filter-label .label { font: normal 400 10px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #000000; text-transform: uppercase; line-height: 100%; }
.filter-wrapper .filter-label .arrow { background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/ico-arrow-dropdown-bottom.png') no-repeat center center / 7px auto; position: absolute; top: 0; right: 0; width: 20px; height: 100%; border-left: 1px solid #000000; }
.filter-wrapper .filter-values { display: none; position: absolute; top: 0; left: 0; z-index: 10000; width: 100%; background: transparent; border: 1px solid #000000; padding: 8px 0; margin: 0; }
.filter-wrapper .filter-values.active {background-color: #fff;top:19px;}
.filter-item .filter-values {top: 19px;}
.filter-wrapper .filter-item .filter-values{top:19px;}
.filter-wrapper .filter-item.filter-styles .filter-values {top: 0;}
.filter-styles .filter-values { z-index: 1000 !important; }
.filter-wrapper .filter-values ul { margin: 0; padding: 0; }
.filter-wrapper .filter-values ul li { line-height: 100%; margin: 0; padding: 0; }
.filter-wrapper .filter-values .filter-link {
    font: normal 400 10px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    line-height: 120%;
    padding: 3px 5px 3px 20px;
    margin-left: 0;
}
.filter-wrapper .filter-styles .filter-values .filter-link {text-transform: none; padding-top: 1px;}
.filter-wrapper .filter-values .filter-link:before { content: '\f10c'; font-family: 'FontAwesome'; font-size: 9px; position: absolute; top: 2px; left: 5px; color: #000000; display: inline-block; margin-right: 5px; }
.filter-wrapper .filter-values .filter-link.amshopby-attr-selected:before { content: '\f111'; }
.filter-wrapper .filter-values .filter-link:hover { color: #000000; text-decoration: underline; }
.filter-wrapper .filter-values .filter-count { font: normal 400 10px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #9d9d9d; display: inline-block; }
.filter-wrapper .no-filters { font: normal 400 10px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #000000; text-transform: uppercase; min-width: 150px; }


/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399cc;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #246b8f;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #246b8f;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
.widget .pager {
  float: none;
  width: 100%;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  color: #537089;
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  //margin-bottom: 25px;
  padding: 7px 0 5px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #bfbfbf;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
}
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
}

/* -------------------------------------------- *
 * Labels
 */
label {
    font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    display: inline-block;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
label.required em,
span.required em {
    display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint { font-size: 12px; color: #a0a0a0; }

/* -------------------------------------------- *
 * Select
 */
select { font-size: 14px; }
select + select { margin-left: 5px; }
select[multiple] { font-size: 15px; width: 270px; border: 1px solid #c8c7c7; padding: 5px; }

/* -------------------------------------------- *
 * Textarea
 */
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    width: 566px;
    padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
    font: normal 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #c8c7c7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input-text.validation-failed { border-color: red; }
.input-text.validation-failed:focus { outline-color: #ff7f7f; }

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #a0a0a0;
}

input:-moz-placeholder {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: red;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 0px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #333;
  //background-color: #f4f4f4;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 25px;
}
.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover {
  background-color: #e7e7e7;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 13px;
  color: #a0a0a0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
}

.data-table td,
.data-table th {
  padding: 5px;
  vertical-align: top;
}

.data-table th {
  text-transform: uppercase;
  font-family: "Lucida Sans",sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
    border-bottom: 1px solid #2D2C2B;
    border-top:1px solid #2D2C2B;
    vertical-align: middle;
    text-align: left;
}

.data-table tbody td,
.data-table tfoot td {
  font-family: 'Lucida Sans', Arial, sans-serif;
}

.data-table tfoot tr {
  background: #f4f4f4;
}

.data-table tbody td .item-options {
  /*margin-left: 20px;*/
  /*margin-top: 10px;*/
}
.data-table tbody td .item-options dt:after {
  /*content: ':';*/
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #c8c7c7;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #c8c7c7;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #eeeded;
}
.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: 'Lucida Sans', Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: 'Lucida Sans', Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  //height: 100%;
}

.wrapper {
  min-width: 320px;
  //min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 771px) {
  .page-header {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .page-header-container {
    position: relative;
  }
}
.header-language-container,
.page-header {
  font-family: 'Lucida Sans', Arial, sans-serif;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  padding: 10px;
  background-color: #3399cc;
  text-transform: uppercase;
}
.header-language-background .header-language-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
.header-language-background .welcome-msg {
  float: right;
}

.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}
.page-header-container .store-language-container label {
  display: none;
}
.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px;
  }
  .page-header-container .store-language-container select {
    font-size: 12px;
  }
}
.header-language-background,
.header-language-background a {
  color: #e6e6e6;
}

@media only screen and (max-width: 770px) {
  .header-language-background {
    display: none;
  }
}

/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 771px) {
  .skip-links {
    border: 0;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 44px;
  background: #FFFFFF;
  color: #333;
  line-height: 42px;
  text-align: center;
}

a.skip-link {
  text-decoration: none;
}

.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}

@media only screen and (max-width: 770px) {
  .skip-link {
    border-right: 1px solid #EDEDED;
  }

  .skip-link:last-child {
    border-right: 0;
  }
}
@media only screen and (min-width: 500px) {
  .skip-link {
    width: 25%;
  }
}
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 770px) {
  .skip-link.skip-active {
    background: #EDEDED;
    color: inherit;
  }

  .skip-link.skip-active span {
    color: inherit;
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

@media only screen and (min-width: 500px) {
  .skip-link .icon {
    margin-right: 3px;
  }
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none;
}

@media only screen and (min-width: 500px) {
  .skip-link .label {
    display: inline;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 770px) {
  #header-account li a,
  .nav-primary a.level0 {
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    line-height: 30px;
  }

  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }

  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
  }
}
/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 40%;
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon {
  background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%;
  }
}
@media only screen and (min-width: 771px) {
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 770px) {
  #header-nav {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 771px) {
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1px solid #ededed;
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    display: block;
    margin-top: 15px;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #333;
  line-height: 30px;
  font-family: 'Lucida Sans', Arial, sans-serif;
}
.nav-primary li {
  position: relative;
}
.nav-primary li.level1 a {
  border-bottom: 1px solid #cccccc;
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

.nav-primary li.level0 > a {
  text-transform: uppercase;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 770px) {
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }
  .nav-primary li.level0 ul {
    display: none;
  }
  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }
  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }
  .nav-primary li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #cccccc;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #cccccc;
    border-bottom: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #3399cc;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 771px) {
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Styles that only show when the menu is visible */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  .nav-primary a.level0 {
    padding: 0 25px;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #3399cc;
  }
  .nav-primary .menu-active,
  .nav-primary li.level0:hover {
    z-index: 200;
  }
  .nav-primary li.level0 ul {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    position: absolute;
    left: 0;
    top: 30px;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    /* Hide until displayed. */
  }
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #cccccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }
  .no-touch li:hover > ul {
    display: block;
    /* Force display */
  }
}
/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
.skip-search .icon {
  background-position: 4px -146px;
}

@media only screen and (min-width: 771px) {
  .skip-search {
    display: none;
  }
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  padding: 20px;
}

@media only screen and (min-width: 771px) {
  #header-search {
    display: block;
    position: absolute;
    top: 55px;
    right: 0;
    width: 25%;
    height: 50px;
    padding: 0;
  }
}
/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}

#search_mini_form label {
  display: none;
}

#search {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  font-family: 'Lucida Sans', Arial, sans-serif;
}

#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
}

#search_mini_form .search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-position: 4px -146px;
}

#search_mini_form .search-button:hover:before {
  opacity: 0.8;
}

#search_mini_form .search-button:active:before {
  margin-top: -13px;
  margin-left: -13px;
}

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account:not(.skip-active):hover .icon {
  background-position: -46px -44px;
}
.skip-account .icon {
  background-position: 4px -44px;
}

@media only screen and (min-width: 771px) {
  .skip-account {
    position: absolute;
    top: 0;
    right: 115px;
    width: auto;
    padding: 0 10px;
    text-transform: uppercase;
  }

  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px;
  }

  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #333;
    line-height: 2;
  }

  #header-account a:hover {
    color: #3399cc;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
}

#header-account a {
  position: relative;
  display: block;
  padding: 0 10px;
  line-height: 33px;
  text-align: center;
}

#header-account a:hover {
  color: #3399cc;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.skip-cart:not(.skip-active):hover .icon {
  background-position: -50px -95px;
}
.skip-cart .icon {
  background-position: 0px -95px;
}

@media only screen and (min-width: 771px) {
  .skip-cart {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: 0 10px;
  }

  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 0;
    width: 320px;
    background: white;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(51, 153, 204, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.skip-link.skip-active .count {
  color: white;
}

.skip-cart.no-count .count {
  display: none;
}

@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 771px) {
  .skip-cart {
    color: #3399cc;
    text-transform: uppercase;
  }
  .skip-cart:hover {
    text-decoration: none;
  }
  .skip-cart .count {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    color: #3399cc;
    position: static;
    background: none;
    margin-left: 0px;
    font-size: 14px;
  }
  .skip-cart .count:before {
    content: '(';
  }
  .skip-cart .count:after {
    content: ')';
  }
}
.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #a0a0a0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #cccccc;
  font-size: 13px;
}


/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-image { margin-bottom: 1.5em; }

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name,
.related-name {
    font: normal 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    text-rendering: optimizeLegibility;
    text-align: center;
    text-transform: uppercase;
    line-height: 120%;
    margin: 0;
    margin-bottom: 0.5em;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a,
.related-name a {
    color: #000000;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover,
.related-name a:hover {
    text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name,
#shopping-cart-table .product-name,
.relatedBlock .related-name {
    font: normal 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 7px;
    position:relative;
    min-height: 40px;
}
.products-grid .product-name a .name,
.products-list .product-name a .name,
#shopping-cart-table .product-name a .name,
.relatedBlock .related-name a .name {
    font-weight: 700;
}
.category-products .product-attribute,
.relatedBlock .related-attribute {
    font: normal 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    text-align: center;
    text-transform: lowercase;
    margin: 2px 0 0 0;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid { position: relative; }
.products-grid.five-grid > li { float: left; width: 17.7642%; margin-right: 2.7037%; }
.products-grid.five-grid > li:nth-child(2n) {margin-right: 2.7037%;}
.products-grid.five-grid > li:nth-child(3n) {margin-right: 2.7037%;}
.products-grid.five-grid > li:nth-child(5n) {margin-right: 0;}
.products-grid:after { content: ''; display: table; clear: both; }
.products-grid > li { position: relative; margin-bottom: 20px; text-align: center; }
.products-grid > li:after { content: ''; display: table; clear: both; }
.products-grid .product-image { width: 100%; margin-bottom: 15px; }
.products-grid .product-image img { width: 100%; height: auto; }
.products-grid .product-image img:hidden { display: none; }
.products-grid .product-info { position: relative; padding-bottom: 95px; }
.products-grid .actions { position: relative; bottom: 0px; width: 100%; padding-top: 10px; padding-bottom: 10px; }
.products-grid .ratings .rating-box { margin: 0 auto; }
.products-grid .ratings .amount { display: none; }
.products-grid .price-box { margin: 0; padding: 5px 0 0 0; }
.products-grid .add-to-links { margin-bottom: 0; }
.products-grid .product-image { margin-bottom: 5px; }
.products-grid .product-image:before, .products-grid .product-image:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.products-grid .product-image:before { background-color: white; opacity: 0.8; z-index: 2; }
.products-grid .product-image:after { background-image: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/opc-ajax-loader.gif"); background-repeat: no-repeat; background-position: center; z-index: 3; }
.products-grid .product-image.loading { position: relative; }
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after { display: block; }

@media only screen and (min-width: 480px) {
    .products-grid > li:nth-child(odd) { clear: none; }
    .products-grid > li:nth-child(even) { margin-right: 3.7037%; }
    .products-grid > li { float: left; width: 30.8642%; margin-right: 3.7037%; padding: 0 4% 4% 4%; }
    .products-grid.five-grid > li {  padding: 0 2% 2% 2%; }
    .products-grid > li:nth-child(3n+1) { clear: none; }
    .products-grid > li:nth-child(3n) { margin-right: 0; }
}

@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
.products-list .product-shop .ratings {
  margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
.products-list .product-shop .price-box {
  margin-top: 0;
}
.products-list .product-shop .price-box .price {
  font-size: 18px;
}
.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin-top: 7px;
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 75%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 25%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 60px;
}
.mini-products-list .product-details {
  margin-left: 70px;
}
.mini-products-list .product-details .product-name {
  padding-top: 6px;
}
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #cccccc;
  padding: 10px;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  margin: 0;
  margin-bottom: 10px;
  color: #333;
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  position: relative;
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #333;
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 5px 15px;
  display: block;
}
.block-layered-nav dl dd ol > li > a .count {
  color: #a0a0a0;
}

@media only screen and (min-width: 771px) {
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px;
  }
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    color: #3399cc;
  }
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
  }
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }

  .block-layered-nav .block-subtitle--filter {
    /*background-color: #3399cc;*/
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
  }
  /*.block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid white;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }*/
  .block-layered-nav .block-subtitle--filter:hover {
    /*background-color: #2e8ab8;*/
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid white;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }

  .block-layered-nav dl ol > li > a {
    color: #333;
    background-color: #f4f4f4;
    padding: 5px 10px;
  }
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #e7e7e7;
  }
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #333;
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Catalog Event
 * ============================================ */
.event-container {
  clear: both;
  border: 1px solid #3399cc;
  position: relative;
  z-index: 2;
  border-width: 1px 1px;
  margin-top: 7px;
  height: 59px;
}
.event-container:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #3399cc;
  border-bottom: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.event-container .event {
  padding-bottom: 18px;
  margin-bottom: -18px;
  padding-top: 5px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  width: auto;
  position: relative;
  z-index: 2;
  border-bottom: 0 !important;
}
.event-container .event .event-ticker {
  display: inline;
  font-size: 28px;
  height: auto;
}
.event-container .event .event-ticker span {
  line-height: 50px;
  height: 50px;
  padding: 0;
}
.event-container .container {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}
.event-container .status {
  display: inline;
  margin: 0 10px 0 0;
  background: none;
  font-size: 22px;
}
.event-container .event-dates {
  display: inline;
  font-size: 22px;
  height: auto;
}
.event-container .event-dates div,
.event-container .event-dates p {
  display: inline;
}
.event-container .event-dates .time-part {
  font-size: 14px;
}

.product-image-gallery {
  position: relative;
}
/* .product-image-gallery .gallery-image {
  display: none !important;
}
.product-image-gallery .gallery-image.visible {
  display: block !important;
} */
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}

.no-touch .product-image-thumbs a:hover {
  /* border-color: #c7c7c7; */
}

.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
}
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 145px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 150px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-view .add-to-cart-buttons .button {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;
}

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-links li {
  float: left;
}
.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #cccccc;
}
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

.product-view .sharing-links {
  float: left;
}
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
.product-collateral {
  clear: both;
}

.collateral-tabs dd h2 {
  display: none;
}

.box-collateral {
  clear: both;
}

@media only screen and (min-width: 771px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #cccccc;
    background-color: #f4f4f4;
  }
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px;
  }
  .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #3399cc;
  }
  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #cccccc;
    border-top: 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-collateral .toggle-tabs {
    display: none;
  }
  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #333;
    font-family: 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .product-collateral > dl > dt:hover {
    color: #3399cc;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
  }
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  .product-collateral > dl > dd {
    display: none;
  }
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 771px) {
  .product-view .product-shop .product-name {
    display: block;
  }

  .product-img-box .product-name {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

#product-attribute-specs-table {
  max-width: 50em;
  border: 0px solid #c8c7c7;
  width:90%;
  margin:20px auto 0;
}
#product-attribute-specs-table th {
  border-right: 0px solid #c8c7c7;
  border-bottom: 0px solid #c8c7c7;
  color:#537089; font-size:12px;
}
#product-attribute-specs-table td {
  border-top: 0px solid #c8c7c7;
  border-bottom: 0px solid #c8c7c7;
  font-size:12px;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px #c8c7c7;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

.grouped-items-table .name-wrapper {
  color: #3399cc;
  font-family: 'Lucida Sans', Arial, sans-serif;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 0px 0 0;
  padding: 0;
  border: none;
  clear: both;
  position: relative;
}

.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
}

.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

.product-options dt:first-child {
  margin-top: 0;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #ededed;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options dd .input-text {
  width: 98%;
}

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 330px;
  max-width: 100%;
}

.product-options ul.options-list {
  margin-right: 0px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 20px;
  float:left;
  width:20%;
  margin-right:6.6%;
}
.product-options ul.options-list li:nth-child(4n) {
  margin-right:0;
}
.product-options ul.options-list li:nth-child(4n+1) {
  clear:left
}
.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
  color:#537089;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options dl.last dd.last ul.options-list label {
	padding:10px 10px 0px 0px;
}
.product-options-bottom {
  padding: 0;
  border: none;
  border-top: 0;
  margin-bottom: 10px;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #333;
}
@media only screen and (max-width: 479px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #333;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #333;
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-details {
  margin-left: 90px;
}
.block-related .product-name {
  margin-bottom: 3px;
}
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  margin-top: 20px;
}
.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 771px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 770px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #ededed;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #ededed;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  /*float: left;*/
  width: 100%;
}

.cart-forms,
.crosssell {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 20px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 40px;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  .display-single-price .crosssell {
    padding-left: 10px;
  }
  .display-single-price .cart-forms,
  .display-single-price .crosssell {
    width: 50%;
  }
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {}
.cart .page-title h1 {}

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: middle;
  margin: 0 0 5px 0px;
  display:inline-block;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
  font-size:10px;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  width: 150px;
  display: block;
  text-align: center;
  float: right;
}

.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 670px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .btn-checkout {
    width: 100%;
  }
}
.cart-table {
  font-family: 'Lucida Sans', Arial, sans-serif;
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #537089;
  //font-size: 22px;
  font-weight: normal;
  margin-bottom: 0;
  font-family:lucida_sansdemibold_roman;
}
.cart-table h2 p {
	color:#333;
	font-family: 'Lucida Sans', Arial, sans-serif;
}
.cart-table tbody td {
  background-color: transparent;
  padding: 30px 15px 0;
  font-family: 'Lucida Sans', Arial, sans-serif;
}
.cart-table thead th {
  padding: 10px 15px;
}
.cart-table tbody td.imgcart {
  padding: 16px 15px;
}
.cart-table tbody td.imgcart a{
  width:108px;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table tr {
  //border-bottom: 1px solid #BFBFBF;
}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: 'Lucida Sans', Arial, sans-serif;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
.cart-table .product-cart-sku {
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  //float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #3399cc;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: #c8c7c7;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3em;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table .item-options {
  padding-left: 0px;
}

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: 'Lucida Sans', Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: Arial, sans-serif;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 5px;
  color:#333;
  font-family:lucida_sansregular;
}
.shipping select {
  max-width: none;//250px;
  height: 30px;
  display: block;
  border: 1px solid #c8c7c7;
}
.shipping select.validation-failed {
  border-color: red;
}
.shipping .shipping-desc {
  display: none;
}
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
.shipping .form-list li {
  float: left;
  //margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
  width: 37%;
}
.shipping .form-list .shipping-region {
  width: 41%;
}
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
.shipping .form-list .input-box {
  padding-top: 0;
}
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
  max-width:250px;
}
.shipping .form-list label {
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
.shipping .sp-methods label {
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
.shipping .sp-methods label span {
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #cccccc;
  background-color: #e7e7e7;
  min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #dbdbdb;
}

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
.cart .cart-totals {
  text-align: right;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
.cart .cart-totals table td {
  padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: Arial, sans-serif;
}
.cart .cart-totals table tfoot strong {
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 770px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px;
  }
}
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #3399cc;
}
.crosssell #crosssell-products-list .button,
.crosssell #crosssell-products-list .add-to-links {
  display: none;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */
  }
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }
}
.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ececec;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #f4f4f4;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ececec;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #3399cc;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.opc .section.allow .step-title .number {
  background-color: #99cce5;
}

.opc .section.allow .step-title h2 {
  color: #a0a0a0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #3399cc;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px;
}
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 979px) {
  .opc .section .step {
    padding: 10px;
  }
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}
.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }
}
.opc #opc-login .step {
  padding: 0px;
}
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

@media only screen and (max-width: 770px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 300ms linear 0;
  -o-transition: opacity 300ms linear 0;
  transition: opacity 300ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: width 80ms linear 0;
  -o-transition: width 80ms linear 0;
  transition: width 80ms linear 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear;
  -webkit-transition-delay: 0;
  -moz-transition: margin-left 80ms linear 0;
  -o-transition: margin-left 80ms linear 0;
  transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  /*font-weight: bold;*/
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label img {
  float: left;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 12px;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 4em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
}
.block-progress .block-content {
  font-size: 13px;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #333;
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #a0a0a0;
}
.block-progress dt.complete {
  color: #333;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-style: italic;
}
.block-progress dd address {
  font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #333;
  font-family: 'Lucida Sans', Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
  display: none;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none;
  }
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  float: none;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ececec;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 770px) {
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/**
 * @category   Mage
 * @package    ConfigurableSwatches
 */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}

.product-view .product-options dt.swatch-attr label {
  display: block;
  line-height: 1.3;
}

/* General Swatch Styling */
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
}

.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list .top {
    width: 100%;
    display: flex;
}


.swatch-link img {
  border-radius: 3px;
}

.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #666666;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #bbbbbb;
  margin: 0 0 3px;
}

#narrow-by-list dd .swatch-link {
  float: left;
  margin-right: 2px;
  padding: 0;
}

.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 10px;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #efefef;
}

.swatch-link:hover {
  cursor: pointer;
}

.currently .swatch-link:hover {
  cursor: default;
}

.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}

.configurable-swatch-list .not-available .x {
  display: block;
}

.configurable-swatch-list .not-available .swatch-link {
  border-color: #e6e6e6;
  position: relative;
}

.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}

/* Image Swatches */
.swatch-link.has-image .swatch-label {
  position: relative;
}

.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #44f;
}

.currently .swatch-link:hover {
  border-color: #bbbbbb;
}

.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}

.configurable-swatch-box {
  background: none !important;
}

.configurable-swatch-box select.swatch-select {
  display: none;
}

.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #D91A00;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
  color: #333;
}

.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}

.product-options .select-label {
  display: none;
}

.product-options dt.swatch-attr label,
.product-options dt.swatch-attr .select-label {
  font-size: 12px;
}

.product-options dt.swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #00acb1;
  padding-left: 5px;
}

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (min-width: 770px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #ededed;
  }
}
@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #ededed;
  }
}
@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set p.required {
    display: none;
  }
}

.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 13px;
  color: #a0a0a0;
}

.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #cccccc;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
  font-family: Arial, sans-serif;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .buttons-set {
  max-width: 455px;
}
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }
}
.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  margin-left: 30px;
  max-width: 400px;
}
@media only screen and (max-width: 479px) {
  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .data-table {
  margin-top: 5px;
}
body.customer-account .data-table td a {
  font-family: 'Lucida Sans', Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * My Account
 * ============================================ */
.my-account .item_block { margin: 0; padding: 0 0 5px 0; }
.my-account .item_block:after { content: ''; display: block; clear: both; }
.my-account .item_block span.label { color: #000000; width: 115px; display: block; float: left; text-transform: uppercase; }
.my-account .item_block .div_block { display: block; float: left; }
.my-account .item_block .div_block span { display: block; }
.my-account .box-head { border-bottom: 1px solid #cccccc; padding: 5px 0 10px 0; margin: 0 0 25px 0; }
.my-account .box-head h2 {
    font: 700 15px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    display: inline-block;
    text-transform: uppercase;
    line-height: 120%;
    padding: 0;
    margin: 0;
}
.my-account .box-head a { padding: 10px; }
.my-account .box-title a,
.my-account .box-head a {
    font-size: 12px;
    text-transform: uppercase;
}
.my-account .box-account p,
.my-account .box-account address {
    font: 700 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    line-height: 150%;
}
.my-account .col2-set .col-1,
.my-account .col2-set .col-2 {
    padding: 0 1% 0 15px;
}
.my-account .col2-set .col-1 { border-right: 1px solid #bfbfbf; min-height: 150px; }
.my-account .col2-set .col-2 { padding-left: 35px; }
.my-account .col2-set .col-1 .box-title,
.my-account .col2-set .col-2 .box-title {
    position: relative;
    padding-bottom: 12px;
}
.my-account .col2-set .col-1 .box-title h2,
.my-account .col2-set .col-1 .box-title h3,
.my-account .col2-set .col-2 .box-title h2,
.my-account .col2-set .col-2 .box-title h3 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
}
.my-account .col2-set .col-1 .box-title a,
.my-account .col2-set .col-2 .box-title a {
    position: absolute;
    top: -10px;
    right: -10px;
    line-height: 19.6px;
    padding: 10px;
}
.my-account .col2-set .box-content {}
.my-account .col2-set .box-content:after { content: ''; display: block; clear: both; }
.my-account .col2-set .box-content h4 { font-size: 14px; }
.my-account .box-reviews.box-account { padding-bottom: 0; }
.my-account .box-reviews li { border-top: 1px solid #cccccc; padding: 10px 0; }
.my-account .box-reviews li:first-child { border-top: 0; }
.my-account .box-reviews li .number { font-size: 13px; float: left; line-height: 1.4; margin-right: -20px; }
.my-account .box-reviews li .details { margin-left: 20px; }
.my-account .box-reviews li .details .ratings { content: ''; display: table; clear: both; margin-bottom: 0; }
.my-account .box-reviews li .details .ratings strong { font: italic 400 13px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; float: left; margin-right: 5px; }
.my-account .box-reviews li .details .ratings .rating-box { float: left; margin: 3px 0 0 0; }

.my-account .dashboard .box-account { border-bottom: 1px solid #cccccc; margin-bottom: 25px; padding-bottom: 25px; }
.my-account .shipping-header { padding-bottom: 12px; }
.my-account .shipping-header:after { content: ''; display: block; clear: both; }
.my-account .shipping-header h3 { font-size: 14px; float: left; margin: 0; padding: 0; }
.my-account .shipping-header p { float: right; padding: 0; margin: 0 0 0 10px; }
.my-account .addresses-primary { width: 100%; float: left;  }
.my-account .addresses-additional { width: 100%; float: left; }

.my-account .pager { padding-bottom: 20px; }
.my-account .pager .amount { margin-top: 9px; }
.my-account .pager .limiter { float: right; }

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list { font-family: 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; }
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
    padding-bottom: 0;
}
.my-account .addresses-list .item { margin: 0; }
.my-account .addresses-list .item p { margin: 0; }

@media only screen and (max-width: 770px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  font-family: 'Lucida Sans', Arial, sans-serif;
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}
.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
  font-family: 'Lucida Sans', Arial, sans-serif;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: 'Lucida Sans', Arial, sans-serif;
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}
#reorder-validate-detail .actions { padding: 12px 0 0 0; }
#reorder-validate-detail .btn-cart { margin-right: 8px; }

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table tr.bundle {
    border-color: #ededed;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }

  .data-table span.nobr {
    white-space: normal;
  }
  .data-table span.nobr a {
    white-space: nowrap;
  }
  .data-table .separator {
    display: none;
  }

  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: static;
    padding: 0;
  }
}
@media only screen and (max-width: 770px) {
  body.customer-account .data-table.orders th.ship, body.customer-account .data-table.orders td.ship {
    display: none;
  }

  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  .dashboard .welcome-msg {
    font-family: 'Lucida Sans', Arial, sans-serif;
  }
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 530px) {
  .data-table.orders td.status,
  .data-table.orders th.status {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }
  .dashboard .col2-set .col-1 { border-right: 0; }
  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: absolute;
    padding: 10px;
  }

  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px;
}
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 599px) {
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
    list-style-type: none;
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  .paypal-review-order .field.inactive {
    display: none;
  }
}

.bml-ad {
  display: none;
}
.bml-ad.small img {
  margin: auto;
  max-width: 100%;
}

@media only screen and (max-width: 799px) {
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  .bml-ad.large {
    display: block;
  }
}
/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2 {
  color: #3399cc;
  font-size: 12px;
  text-transform: uppercase;
}
#customer-reviews h2 span {
  color: #333;
}
#customer-reviews h3 {
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews h3 span {
  color: #3399cc;
}
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #cccccc;
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #cccccc;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
  border: 1px solid #cccccc;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
#customer-reviews dl {
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
#customer-reviews dl dd {
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 14px;
  margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  float: left;
  margin-right: 15px;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  color: #3399cc;
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.review-summary-table {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10px;
}
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}

@media only screen and (max-width: 770px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}

/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
    border-bottom: none;
}
.review-product-view .product-review .product-img-box {
    width: auto;
    max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
    width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
    width: 100%;
}

@media only screen and (max-width: 770px) {
    .review-product-view .product-review .product-img-box {
        max-width: 100%;
    }
}

/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ededed;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #297aa3;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
    color: #537089;
    font-family: 'lucida_sansdemibold_roman';
    text-align: left;
}
#wishlist-table.clean-table {
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid #c8c7c7;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  font-size: 16px;
  font-family: 'Lucida Sans', Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: left;
}
#wishlist-table .product-name a {
  color: #537089;
}
#wishlist-table .description{
    font-size:12px;
    width:160px;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: 'Lucida Sans', Arial, sans-serif;
  margin: 5px 0;
}
#wishlist-table textarea {
  border: 1px solid #c8c7c7;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: 'Lucida Sans', Arial, sans-serif;
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1px solid #3399cc;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button {
  color: #FFFFFF;
  font-size: 11px;
  padding: 3px 5px;
}
#wishlist-table .cart-cell {
  text-align: left;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
#wishlist-table .price-box {
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #333;
}
#wishlist-table{
    color: #333;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #3399cc;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #3399cc;
}
#amlist-table tr td, #wishlist-table tr td {width:1%;}
#amlist-table tr td a.product-image, #wishlist-table tr td a.product-image {width:108px;}
#amlist-table tr td.last, #wishlist-table tr td.last {text-align:right;}
#amlist-table .item-options , #wishlist-table .item-options {width:170px;}
#amlist-table .item-options dd, #wishlist-table .item-options dd{padding:0}
@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  #wishlist-table .product-name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 770px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table .product-name {
    font-size: 16px;
  }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  #part-ordering-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ededed;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  color: #3399cc;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  color: #3399cc;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 30px;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  color: #3399cc;
}
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  left: 10px;
  bottom: 17px;
  position: absolute;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 770px) {
  .header-minicart .subtotal .label {
    color: #333;
  }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    left: auto;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 670px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: -10px !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 2000000001;
}
.search-autocomplete:after { content: ''; display: block; clear: both; }
.search-autocomplete ul {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #e7e6e6;
  left: 0;
  padding-left: 0;
  position: absolute;
  z-index: 2000000001;
  top: 0;
  width: 100%;
  padding: 6px;
}
.search-autocomplete ul li {
  /*border-bottom: 1px solid #f4f4f4;*/
  color: #2b2b2b;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
    text-decoration: none;
  /*color: #2e8ab8;*/
}
.search-autocomplete ul li.selected {
  /*background-color: #3399cc;*/
  /*color: white;*/
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete ul li a { color: #2b2b2b; }
/*.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399cc;
  border-top: none;
  left: 50%;
  top: -7px;
}*/
.search-autocomplete .view-all-results { margin-top: 6px; }
.search-autocomplete .view-all-results a { display: inline-block; text-transform: uppercase; text-decoration: underline; }
.search-autocomplete .view-all-results a:hover { text-decoration: none; }

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #f4f4f4;
  border: 1px solid #ededed;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #ededed;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-family: 'Lucida Sans', Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2 {
  border-bottom: 1px solid #cccccc;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Lucida Sans', Arial, sans-serif;
  padding-bottom: 10px;
}
.product-review .ratings-table {
  font-family: 'Lucida Sans', Arial, sans-serif;
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Lucida Sans', Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 771px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}

.cms-page-view .std .us-terms .breadcrumbs ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.cms-page-view .std .us-terms .breadcrumbs ul li{
  color: #231F20;
  font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
  font-size: 9px;
  font-weight: normal;
  margin-left: 0;   
  font-style: normal;
}
.cms-page-view .std .us-terms .breadcrumbs ul li a{
  float: left;
}
.cms-page-view .std .us-terms .static-page-width ul{
  margin-bottom: 0;
}
.cms-page-view .std .us-terms .static-page-width ul + p, .cms-page-view .std .us-terms .static-page-width p.small-title-bold{
  font:600 16px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
      line-height: 150%;
}
.cms-page-view .std .us-terms .static-page-width a{
  text-decoration: underline;
}
.cms-page-view .std .us-terms .page-title.lifestyle h1{
  font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
      color: #000000;
    text-transform: uppercase;
    line-height: 120%;
    padding: 0;
    margin: 0;
}
.cms-page-view .std .us-terms .static-page-width li{
      font: 400 16px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    line-height: 150%;
    text-align: justify;
}
.cms-page-view .std .us-terms .static-page-width li.nested-li{
  list-style: none;
}
.cms-page-view .std .us-terms .static-page-width h3{
  text-decoration: underline;
}
.cms-page-view .std .us-terms .static-page-width p{
  font: 400 16px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
  line-height: 150%;
  text-align: justify;
  padding: 0 0 7px;
  margin-bottom: 16px;
}



.cms-page-view .std p,
.cms-no-route .std p {
  color: #231F20;
  font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: normal;
  font-style: normal;
  margin: 0 0 0.5em;
}
.cms-no-route .std p {
  max-width: 735px;
  margin: 0;
  line-height: 1.5em;
}
.cms-no-route .std p a {
  text-decoration: underline;
}

.cms-no-route .std p:last-child a {
  text-decoration: none;
}

body.cms-no-route .page-title {
  padding: 50px 0 37px 0;
}
body.cms-no-route .sidebar {
    display: none;
}
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #2D2C2C;
  font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.1rem;
}
.cms-no-route .std h1 {
  text-transform: none;
}
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #231F20;
  font-weight: normal;
  letter-spacing: 0.1rem;
  line-height: 0;
  text-transform: none;
  font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.cms-no-route .std h2 {
  margin-top: 3.5em;
}
.cms-no-route .std h2:last-of-type {
  line-height: 0.5em;
  margin-top: 0;
}
.cms-page-view .std li,
.cms-no-route .std li {
  color: #333;
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: Arial, sans-serif;
}

#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #333;
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  background-color: #f4f4f4;
  display: block;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #3399cc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #cccccc;
}
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

#contactForm {
  padding-left: 40px;
}
#contactForm h2 {
  display: none;
}
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (max-width: 770px) {
  #contactForm {
    padding-left: 0;
  }
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box.map-info .old-price {
  display: none;
}
.price-box .minimal-price-link .label {
  color: #cf5050;
  font-family: 'Lucida Sans', Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 770px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

.clear {clear: both; line-height: 0; height: 0; overflow: hidden; font-size:0;}

/*New CSS*/
body .main-container {padding-top: 0px; padding-bottom: 50px;}
/*body .main-container.col1-layout {padding-top: 100px; padding-bottom: 50px;}*/
body.cms-home .main-container {padding-top: 0px; padding-bottom: 0;}
body.catalog-category-view .main-container,
body.checkout-cart-index .main-container,
body.onepagecheckout-index-index .main-container,
.container-module-wrapper .main-container{padding-top: 0px !important;}

.wrapper {background: none;}
.cms-home {background-image: none;}
.cms-home .main-container {padding:30px 0;}

/*Header*/
.menuOpener {/*margin-left: 8px;*/ height:60px; /*padding: 14px 30px 0 30px;*/ width:49px; z-index:10; margin:0 auto; display:inline-block;}
.menuOpener a.opener {/*opacity: 0.5;*/ background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/logo-2part.png') no-repeat 1px 2px; display: block; width:35px; height: 31px; margin:0 auto;}
.menuOpener a.opener:hover, .menuOpener a.opener.activeOpener {opacity: 1;}
.menuOpener:hover .menu {display: block; opacity: 1;}

.middleSection {margin-top: -3px; width: 100%; max-width: 310px; font-size: 10px; line-height: 13px;color: #fff;padding-top:14px;}
.middleSection div.links {text-align: center; margin-top: 12px; position: relative;}
.middleSection div.links a {display: inline-block; margin: 0 0px; text-transform: uppercase; color: #fff;}
.middleSection div.links a.register {margin-left: 72px; margin-right: 20px;}

.links {margin-top: 8px;}
.links li {display: inline-block; vertical-align: middle; margin-right: 12px;}
.links li:last-child {margin-right: -4px;}
.links li a {color: #fff; font-size: 10px; line-height: 13px; display: block;}
.links li a.my-wishlist {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/wishlist.png') no-repeat left center; height: 17px; line-height: 17px; padding-left:20px;}
.links li a.top-link-cart{background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/cart.png') no-repeat left center; height: 17px; padding-left:21px;line-height:17px;}

.top-search {max-width: 220px; width: 100%; position: relative; float: right; margin-right: 30px; padding-top:14px; }
.top-search input#search {border-radius: 15px; height: 32px; color: #537089; font-size: 11px; padding: 0 40px 0 14px; font-family: 'Lucida Sans', Arial, sans-serif; }
.top-search .button {position: absolute; top:14px; right: 5px; height: 32px; width: 32px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/loop.png') no-repeat center}

/*Content*/

.main-container {min-height: 400px;}

/* Footer */
.socials ul {display: block;}
.socials ul li {display: inline-block; margin-right: 15px; vertical-align: middle;}

.find {margin-left: 30px;}
.find label {color: #fff; font-weight: normal; letter-spacing: 0.5px; font-family: 'Lucida Sans', Arial, sans-serif; text-transform: uppercase; font-size: 9px;}
.find input {padding: 0 20px 0 8px; border-radius: 10px; font-size: 8px; font-family: 'Lucida Sans', Arial, sans-serif; font-style: italic; height: 18px; border:1px solid #fff; width: 122px; background: #fff url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/loop_footer.png') no-repeat 102px center;}

.cell.search {margin-left: 66px; position: relative;}
.cell.search label {color: #fff; font-weight: normal; letter-spacing: 0.5px; font-family: 'Lucida Sans', Arial, sans-serif; text-transform: uppercase; font-size: 9px;}
.cell.search input {padding: 0 20px 0 8px; color:#537089; border-radius: 10px; font-size: 8px; font-family: 'Lucida Sans', Arial, sans-serif; font-style: italic; height: 18px; border:1px solid #fff; width: 122px; background: #fff url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/loop_footer.png') no-repeat 102px center;}
.cell.search .button {position: absolute; top:1px; right: 0; background: none; height: 22px; width: 20px;}

.switcherImages {margin-left: 70px;}
.switcherImages li {display: inline-block; width: 20px; height: 13px; vertical-align: middle;}
.switcherImages li:first-child {width: 25px; padding-right: 5px; margin-right: 1px; border-right: 1px solid #B7B9BB;}
.switcherImages li a {display: block; width: 20px; height: 13px;}
.switcherImages li a.us {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/usflag.jpg') no-repeat center left;}
.switcherImages li a.can {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/canflag.jpg') no-repeat center;}

.menu {position: absolute; top: 48px; left: 0px; z-index: 20; background: #537089; border-radius: 0 0 0 20px; width: 100%; max-width: 268px; text-align: right; padding-top: 16px;}
.menu li {position: relative;}

.menu li a {padding:0 20px; text-transform: uppercase; display: block; color: #fff; line-height: 34px;}
.menu li a:hover {background: #fff; color: #537089; text-decoration: none;}

.menu #nav li li.parent ul {display: none; position: absolute; left: 250px; top:-2px; background: #fff;}
.menu #nav li li.parent:hover > ul {display: block; min-width:170px; border:1px solid #537089; }
.menu #nav li li.parent:hover > ul li > ul {left: 170px;}
.menu #nav li li.parent > ul li {text-align: left;}
.menu #nav li li.parent > ul li a {padding:0 20px; color: #537089;}
.menu #nav li li.parent > ul li a:hover {background: #537089; color: #fff;}
.menu #nav li li.parent.over > a {background: #fff; color: #537089;}
.menu #nav li li li.parent > ul {background: #537089;}
.menu #nav li li li.parent > ul li a {color: #fff;}
.menu #nav li li li.parent > ul li a:hover {background: #fff; color: #537089;}
.menu #nav li li li.parent.over > a {background: #537089; color: #fff;}

.bottomFixed .menu {top: inherit; bottom: 63px; border-radius: 20px 0 0 0px; padding-bottom:20px;}
.bottomFixed .menu #nav li li.parent ul {top: 0; bottom: inherit;}
.menu #nav li.nav-1 li.parent ul.level1  {top: -4px; bottom: inherit; height:174px; width:510px; }
.bottomFixed .menu #nav li.nav-1 li.parent ul.level1 {top:0;}
.menu #nav li.nav-1 li.parent ul.level1 li { width:169px; float:left; }
.menu #nav li.nav-2 li.parent ul {top:-38px}
.menu #nav li.nav-3 li.parent ul {top:-72px; height:108px}
.menu #nav li.nav-4 li.parent ul {top:-106px; height:141px;}
.menu #nav li.nav-5 li.parent ul {top:-140px; height:173px;}
.bottomFixed .menu #nav li.nav-2 li.parent ul {top:0;height:140px}
.bottomFixed .menu #nav li.nav-3 li.parent ul {top:0;height:106px}
.bottomFixed .menu #nav li.nav-4 li.parent ul {top:-32px; height:106px;}
.bottomFixed .menu #nav li.nav-5 li.parent ul {top:-34px; height:72px;}
#mobile-menu-footer {display: none;}

.agree * {display: inline-block; width: auto; font-size: 11px; vertical-align: middle; font-family: 'Lucida Sans', Arial, sans-serif;}
.agree input {width: auto!important; height: auto!important;}

.validation-advice {clear: both; display: block; font-size: 10px; margin: 1px 0 0; font-family: 'Lucida Sans', Arial, sans-serif;}

/*Store Switcher*/
.store-switcher-wrapper {display: none; font-family: 'Lucida Sans', Arial, sans-serif; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: #fff url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/nuevobgopt.jpg') no-repeat center; background-size: cover; z-index:1003;}
    .store-switcher {
      border: 1px solid #C6C8CA;
      position: relative;
      top:40%;
      background-image: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/country-popup.png");
      background-color: white;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      width: 970px;
      height:460px;
      text-align: center;
      display: block;
      margin: -125px auto 0;
    }

    .store-switcher-wrapper .country-selector {
      width: 100%;
      margin-top: 10%;
    }


    .store-switcher .switcher-trigger-wrapper,
    .store-switcher .current-country-wrapper,
    .store-switcher .switcher-trigger-wrapper .switcher-option {
      max-width:none;
    }

    .store-switcher .switcher-trigger-wrapper {
      float:left;
      cursor: pointer;
    }

    .store-switcher .switcher-trigger-wrapper,
    .store-switcher .current-country-wrapper {
      margin-left: 100px;
    }

    .store-switcher .current-country {
      padding: 10px 27px;
      background-color: black;
      cursor: pointer;
      width: auto;
      max-width: 360px;
      float:left;
    }


    .store-switcher .current-country .proceed-link .proceed-text {
      float: left;
      line-height: 20px;
      color: white;
      text-transform: none;
    }

    .store-switcher .current-country .proceed-link .proceed-flag {
      width: auto;
      margin-left: 13px;
      float: left;
      padding-top: 3px;

    }

    .store-switcher .switcher-trigger {
      width: 280px;
      height: 40px;
      padding: 8px;
      background-color: white;
      border: 1px solid #979797;
      position: relative;
      text-transform: none;
      text-align: center;
    }

    .store-switcher .switcher-trigger:after {
      content: '\25BC';
      font-size: 16px;
    }

    .store-switcher .switcher-dropdown {
      padding: 0;
      list-style: none none;
      background: #fff;
      margin-top: -1px;
      box-shadow: 0 3px 3px rgba(0,0,0,0.15);
      width: 280px;
      border: 1px solid #979797;
    }

    .store-switcher .switcher-dropdown .switcher-option a {
      display: block;
      padding: 8px;
    }

    .store-switcher .switcher-dropdown .switcher-option {
      float:left;
      margin: 0 0 5px 0;
      width: 100%
    }

    .store-switcher .switcher-dropdown .switcher-option img {
      display: block;
      height: 19px;
      line-height: 19px;
      float: left;
      margin-right: 10px;
      margin-left: 5px;
    }

    .store-switcher .switcher-dropdown .switcher-option span {
      display: block;
      height: 19px;
      line-height: 19px;
      float: left;
      font-size: 10px;
      text-transform: uppercase;
    }

    .level1 .store-name,
    .level1 .proceed-flag {
      float:left;
    }

    .level1 .store-name {
      font-size: 14px;
    }

    .level1 .proceed-flag {
      margin-right: 7px;
    }


    .store-switcher .imgHolder {border-bottom: 2px solid #939597; max-width: 300px; margin: 95px 0 0; padding-bottom: 20px; display: inline-block;}
        .store-switcher .imgHolder img {margin: auto;}

        .store-switcher h4 {text-transform: uppercase; color: #939597; font-family: 'Lucida Sans', Arial, sans-serif; font-weight: normal; font-size: 13px; margin: 10px 0 27px;}
        .store-switcher ul {margin: 0 0 38px; text-align: center; font-size: 14px; line-height: 15px;}
            .store-switcher ul li {display: inline-block; text-align: left; width: auto; max-width: 130px; text-transform: uppercase;vertical-align: middle;}
            .store-switcher ul li:first-child {margin:0 5% 0 0px;}
                .store-switcher ul li a {color: #537089;}


/*Account Create*/
.registrationHolder {margin: auto; display: block; max-width: 750px; width: 100%; clear: both;}
    .left-registration, .right-registration {display: inline-block; vertical-align: top; max-width: 300px; width: 50%;}
    .left-registration {margin-right: 38px;}
    .right-registration {max-width: 406px;}
    .spacer {max-width: 406px; border-bottom: 2px solid #C6C8CA; margin-bottom: 15px; margin-top: 17px;}

    .registrationHolder label {font-weight: normal; color: #231F20; padding-left: 5px; font-size: 11px; font-family: 'Lucida Sans', Arial, sans-serif; }
        .registrationHolder label span {font-size: 10px; margin-left: 3px;}
    .registrationHolder input {border-radius: 0 0 0 0; font-size: 11px; border: 1px solid #939597; width: 100%; height: 20px; font-family: 'Lucida Sans', Arial, sans-serif;}
      .registrationHolder input[type="checkbox"] {width:auto;}
    .registrationHolder select {font-size: 11px;}
    .registrationHolder li {margin-bottom: 7px;}
    .registrationHolder .form-list .field, .registrationHolder .form-list .wide, .registrationHolder .form-list .control {margin-bottom: 7px;}

    #region {margin: -3px 0 0; display: block; border: none; height: 20px;}

    .registrationHolder input.short {max-width: 29.5%; display: inline-block;}
    .registrationHolder input.short:last-of-type {margin-right: -4px;}
    /*.registrationHolder input.short.middle {margin: 0 13px 0 13px;}*/

    .biggerMargin {margin-top: 20px;}

    .registrationHolder .fields.half {margin-bottom: 0;}
    .registrationHolder .fields.half .field {width: 142px; display: inline-block; vertical-align: top;}
    .registrationHolder .fields.half .field:first-child {margin-right: 11px;}
    .registrationHolder .fields.half .field:last-child {margin-right: -4px;}

    .registrationHolder .fields.half .select-holder,
    .custom-form-container .fields .select-holder,
    .salesrep-container .select-holder {
        background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/bg_select.png') no-repeat center right / 30px 100%;
        font-size: 11px;
        width: 100%;
        height: 26px;
        display: block;
        border: 1px solid #000000;
        overflow: hidden;
        margin: 0;
  }
    .registrationHolder .fields .select-holder
    .capacity-select.select-holder {
        background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/bg_select.jpg') no-repeat center right;
        font-size: 11px;
        width: 100%;
        height: 20px;
        border: 1px solid #939597;
        overflow: hidden;
        margin-top: 5px;
    }
    .registrationHolder .fields.half .select-holder.validation-failed,
    .custom-form-container .fields .select-holder.validation-failed {
        border: 1px solid #F00;
    }
    .registrationHolder .fields.half .select-holder select,
    .custom-form-container .fields .select-holder select,
    .salesrep-container .select-holder select {
        background: transparent;
        font-size: 11px;
        width: 100%;
        display: block;
        border: none;
        border-radius: 0;
        height: 22px;
        max-width: inherit;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        line-height: 1;
        padding: 0 40px 0 6px;
        margin: 0;
    }
.registrationHolder .fields .select-holder select,
.custom-form-container .fields .select-holder select,
.capacity-select.select-holder select {
    background: transparent;
    padding:0 0px 0 5px;
    width: 300px;
    line-height: 1;
    border: none;
    border-radius: 0;
    height: 16px;
    -webkit-appearance: none;
    max-width: inherit;
    margin-top: -2px;
    display: block;
}
    .registrationHolder .fields.half.specific .select-holder.selectbox select,
    .custom-form-container .fields.half.specific .select-holder.selectbox select {
        margin: 0;
    }
    .registrationHolder .fields.half.specific .field {width: 100%;}
    .registrationHolder .fields.half.specific .select-holder,
    .custom-form-container .fields.half.specific .select-holder {
        width: 142px;
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }
    .registrationHolder .fields.half.specific .input-box {width: 142px; display: inline-block; margin: 0; vertical-align: middle;}
    .registrationHolder .fields.half.specific .input-box * {display: inline-block; font-family: 'Lucida Sans', Arial, sans-serif; margin-top: -7px; vertical-align: middle; font-size: 11px; width: auto; height: auto;}
    .registrationHolder .fields.half.specific .input-box input {margin-right: 5px;}
    .registrationHolder .fields.half.specific .input-box span {margin-right: 20px;}
    .registrationHolder .fields.half.specific label {display: inline-block; vertical-align: middle; margin-right: 5px;}

    .registrationHolder .fields.half.specific .numberHolder {width: 60px; height: 20px; position: relative; display: inline-block; margin: 0; vertical-align: middle;}
    .registrationHolder .fields.half.specific .numberHolder input {margin: 0; vertical-align: top;}
    .registrationHolder .fields.half.specific .numberHolder .plus {position: absolute; top:0; right: 0; height: 10px; width: 18px; border-left:1px solid #939597; text-indent: -10000px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/bg_plus.png') no-repeat center bottom;}
    .registrationHolder .fields.half.specific .numberHolder .minus {position: absolute; bottom:0; right: 0; height: 10px; width: 18px; border-left:1px solid #939597; text-indent: -10000px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/bg_minus.png') no-repeat center top;}

    .registrationHolder textarea {width: 100%; border: 1px solid #939597; border-radius: 0; resize: none; font-size: 11px; height: 102px; color: #333; padding:3px 5px;}
    .registrationHolder .control .input-box {display: inline-block; vertical-align: middle; margin-right: 10px;}
    .registrationHolder .control .input-box input {margin: 3px 0px 0 0;}
    .registrationHolder .control label {background: none; padding: 0; display: inline-block; vertical-align: middle; color: #231F20; font-size: 11px;}

    .registrationHolder .buttons-set {border-top: none; font-size: 11px; float: left; max-width: 158px; text-align: center;}
    .registrationHolder .button {float: none!important; background: #5c87a1; font-size: 11px; line-height: 14px; padding: 5px 15px 5px; display: inline-block; margin: 0!important; width: 100%;}
    .registrationHolder .buttons-set .button span {margin: 0;}
    .registrationHolder .buttons-set span {clear: both; display:block; text-align: center; margin: 10px 0;}
    a.facebookButton {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/facebookButton.jpg') no-repeat top left; width: 158px; height: 24px; display: block; clear: both;}

    .innerDiv {border:1px solid #939597; display: block; padding: 11px 18px;}
    .innerDiv label {padding-left: 0;}
    .registrationHolder .innerDiv li.fields {margin-bottom: 2px;}
    .registrationHolder .fields.half.specific .input-box.smallerInput {width: 132px;}
    .registrationHolder .fields.half.specific .input-box.biggerInput {width:264px;}
    .registrationHolder .fields.half.specific .input-box.biggerInput input {margin-top: -4px;}
    .registrationHolder .fields.half.specific .input-box.biggerInput span {margin:-4px 0 0; font-size: 10px;}


  .account-login.facebook-login {display: none;}

 .recaptchatable td {background: none!important;}

/*Login Page*/
.box-signin-holder {font-family: 'Lucida Sans', Arial, sans-serif; background: #537089; border-radius: 5px; padding: 10px 15px; margin-bottom: 25px;}
.box-signin-holder * {display: inline-block; vertical-align: middle;}
.box-signin-holder h1 {color:#fff; font-size: 23px; margin:0 8px 0 0; line-height: 24px; font-family: 'Lucida Sans', Arial, sans-serif;}
.box-signin-holder li {margin-bottom: 0; margin-right: 10px; font-size: 10px;}
.box-signin-holder li:last-child {margin-right: -4px;}
.box-signin-holder li a {color: #fff; clear: both; display: block;}
.box-signin-holder li .input-box {padding: 0;}
.box-signin-holder li .button {background: #B7B9BB; padding:0 42px;}
.box-signin-holder li .button span {font-size: 11px; line-height: 24px;}
.box-signin-holder input {border: 1px solid #939597; height: 22px; width: 280px; font-size: 11px; font-family: 'Lucida Sans', Arial, sans-serif; font-size: 11px;}

.register-box {width:1008px; margin-left: -19px;}
.register-box .register_block {display: inline-block; min-height: 408px; vertical-align: top; border:1px solid #C6C8CA; width:90%; max-width:326px; margin-right: 6px;}
.register-box .register_block.box-three {margin-right: -4px;}

.register-box .register_block h3 {text-align: center; font-size:21px; font-family: 'Lucida Sans', Arial, sans-serif; margin: 7px 0;}
.register-box .register_block img {max-width: 100%;}

.signin-content-box {padding: 8px 19px 10px; font-size: 12px; color: #58585B; font-family: 'Lucida Sans', Arial, sans-serif;}
.signin-content-box p {font-size: 16px; line-height: 18px; color: #537089; margin-bottom: 7px; padding-left: 40px;}
.signin-content-box ul {margin-bottom: 17px; margin-left: 40px;}

.signin-content-box a.can, .signin-content-box a.us {display: inline-block; margin-bottom:5px; padding-right: 26px; font-size: 9px;}
.signin-content-box a.can {background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/canflag.jpg") no-repeat scroll right center transparent}
.signin-content-box a.us {background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/usflag.jpg") no-repeat scroll right center transparent; margin:0 -9px 5px;}

.box-two {text-align: center;}
.box-two .signin-content-box ul {margin-bottom: 6px; margin-left: 40px; text-align: left;}
.box-two .signin-content-box p {padding-left: 40px; text-align: left;}

a.button-signin {display: block; background: #537089; margin: auto; width: 100%; max-width: 208px; text-align: center; text-transform: uppercase; color: #fff; line-height: 21px; border:1px solid #C6C8CA;}
a.button-signin:hover {text-decoration: none;}

.left-registration a.can, .left-registration a.us {display: block; margin-bottom:10px; padding-right: 26px; font-size: 8px;}
.left-registration a.can {background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/canflag.jpg") no-repeat scroll right center transparent}
.left-registration a.us {background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/usflag.jpg") no-repeat scroll right center transparent;}

#popup-block-content a.can, #popup-block-content a.us{display: block; margin-bottom:10px; padding-right: 26px; font-size: 10px; display: inline; margin-left:5px}
#popup-block-content a.can {background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/canflag.jpg") no-repeat scroll right center transparent}
#popup-block-content a.us {background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/usflag.jpg") no-repeat scroll right center transparent;}


#remember-me-box {clear: both; margin: 0;}
#remember-me-box .input-box {margin-top: 2px;}
#remember-me-box input {width: auto; margin: 0 5px 0 0; height: auto;}
#remember-me-box label {font-family: 'Lucida Sans', Arial, sans-serif; background: none; padding: 0; color: #fff; font-weight: normal;font-size: 10px; min-width: inherit;}

form.existing-customer {margin-top: 29px;}
.signin-content-box input {width: 208px; border-radius: 0; border:1px solid #C6C8CA; font-size: 11px; font-family: 'Lucida Sans', Arial, sans-serif; display: block; height: 22px;}
.signin-content-box .buttons-set {border: none; margin-top: 42px;}
.signin-content-box .buttons-set button.button {padding:0; background: #537089; width: 208px; margin: 0px auto 0; float: none; display: block; text-transform: uppercase; color: #fff; line-height: 22px; font-family: 'Lucida Sans', Arial, sans-serif; border:1px solid #C6C8CA;}
.signin-content-box .field {margin-bottom: 12px;}
.signin-content-box .or {display: block; text-align: center; margin: 2px 0 3px;}
.signin-content-box .facebookButton{margin: auto;}

.box-one a.facebookButton {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/facebook_login.png') no-repeat center top; width: 208px;}

.top-search input#search {position: relative; z-index: 200; border:1px solid #fff;}
.top-search .search-autocomplete {border:none; font-family: 'Lucida Sans', Arial, sans-serif; top:-13px!important; z-index: 2; background: #fff; border-radius: 0 0 0 20px;}
.top-search .search-autocomplete ul {padding:25px 0 20px; border: none; border-radius: 0 0 0 20px;}
.top-search .search-autocomplete ul li {padding: 10px 20px; border: none; font-size: 10px; text-align: left;}
.top-search .search-autocomplete .product-name {font-weight: bold; color: #537089; font-size: 11px;}
.top-search .search-autocomplete .product-sku {font-size: 10px; color: #58585B; margin-left: 5px;}
.top-search .search-autocomplete .product-price {font-size: 10px; color: #58585B; margin-left: 5px;}

.top-search .search-autocomplete ul li.selected {background: none; color: #58585B;}
.top-search .button {z-index: 201;}

.top-search .close-btn {position: absolute; cursor: pointer; right: 10px; display: block; width: 11px; height: 11px; top: 20px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/close_btn.png') no-repeat center;}
.top-search .search-arrow {display: none!important;}

.top-search li.view-all-results, .top-search li.view-all-results.selected {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/bg_searctop.png') no-repeat top center !important;}
.top-search li.view-all-results:hover, .top-search li.view-all-results.selected:hover {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/bg_searctop.png') no-repeat top center;}
.top-search li.view-all-results a {padding-right: 10px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/arrow-complete.png') no-repeat right 3px;}

.cell.search input#search {position: relative; z-index: 200; border:1px solid #fff;}
.cell.search .search-autocomplete {border:none; font-family: 'Lucida Sans', Arial, sans-serif; top:-13px!important; z-index: 2; background: #fff; border-radius: 0 0 0 20px;}
.cell.search .search-autocomplete ul {padding-top: 25px; border: none; border-radius: 0 0 0 20px;}
.cell.search .search-autocomplete ul li {padding: 10px 30px; border: none; font-size: 10px; text-align: center;}
.cell.search .search-autocomplete .product-name {font-weight: bold; color: #537089; font-size: 11px;}
.cell.search .search-autocomplete .product-sku {font-size: 10px; color: #58585B; margin-left: 5px;}
.cell.search .search-autocomplete .product-price {font-size: 10px; color: #58585B; margin-left: 5px;}

.cell.search .search-autocomplete ul li.selected {background: none; color: #58585B;}
.cell.search .button {z-index: 201;}

.cell.search .close-btn {position: absolute; cursor: pointer; right: 10px; display: block; width: 11px; height: 11px; top: 20px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/close_btn.png') no-repeat center;}
.cell.search .search-arrow {display: none!important;}

.cell.search li.view-all-results, .cell.search li.view-all-results.selected {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/bg_searctop.png') no-repeat top center;}
.cell.search li.view-all-results:hover, .cell.search li.view-all-results.selected:hover {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/bg_searctop.png') no-repeat top center;}
.cell.search li.view-all-results a {padding-right: 10px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/arrow-complete.png') no-repeat right 3px;}

/*Forgot Pass*/
.customer-account-forgotpassword p {
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    font-size : 12px;
    color : #000000;
}
.customer-account-forgotpassword .page-title {
    border-bottom: 1px solid #A2A0A0;
    float: left;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 30px;
}
.customer-account-forgotpassword .page-title h1 {
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-weight : bold;
    font-size : 17px;
    color : #231F20;
}
.customer-account-forgotpassword form {
    clear: both;
    position: relative;
    display: block;
}
.customer-account-forgotpassword .fieldset {
    float: left;
    display: inline-block;
    width: 230px;
    margin: 0;
    clear: both;
    font-size: 11px;
    line-height: 15px;
    color: #231F20;
}
.customer-account-forgotpassword .fieldset p {padding: 0 15px 0 0;}
.customer-account-forgotpassword .fieldset label {
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    color: #231F20;
    font-size: 12px;
}
.customer-account-forgotpassword .fieldset label span {
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    font-size: 10px;
}
.customer-account-forgotpassword .fieldset input {
    border-radius: 0px;
    font-size: 11px;
    border: 1px solid #939597;
    width: 100%; height: 20px;
    height: 30px;
}
.customer-account-forgotpassword .fieldset input.validation-failed {border-color: #f00;}
.customer-account-forgotpassword .fieldset label span { font-size: 10px; margin-left: 5px;}
.customer-account-forgotpassword .buttons-set {
    position: absolute;
    bottom: 35px;
    left: 245px;
    margin: 0;
    font-size: 11px;
    line-height: 15px;
    color: #231F20;
    border: none;
}
.customer-account-forgotpassword .buttons-set button.button {
    border: 1px solid #2D2C2C;
    background: #2D2C2C;
    color: #ffffff;
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1px;
}
.customer-account-forgotpassword .buttons-set button.button:hover {
    background: #ffffff;
    color: #2D2C2C;
}
.customer-account-forgotpassword .buttons-set button.button span {display: block;}
.customer-account-forgotpassword .back-link {line-height: 24px; clear: both; }


/*Reset Pass*/
.customer-account-resetpassword .page-title {background: #9D9FA1; border-radius: 8px; height: 22px; float: left; width: 100%;}
.customer-account-resetpassword .page-title h1 { font-weight: normal; font-size: 18px; padding-left: 15px; border: none; float: left; margin: 0; font-family: 'Lucida Sans', Arial, sans-serif; color: #fff; line-height: 22px;}

.customer-account-resetpassword .fieldset {margin: 0px auto 0; max-width: 380px; padding-top: 50px; font-size: 11px; line-height: 15px; font-family: 'Lucida Sans', Arial, sans-serif; color: #231F20;}
.customer-account-resetpassword .fieldset p {padding: 0 5px;}
.customer-account-resetpassword .fieldset label {font-weight: normal; color: #231F20; padding-left: 5px; font-size: 11px; font-family: "Lucida Sans",sans-serif;}
.customer-account-resetpassword .fieldset input {border-radius: 0px; font-size: 11px; border: 1px solid #939597; width: 100%; height: 20px; font-family: "Lucida Sans",sans-serif;}
.customer-account-resetpassword .fieldset input.validation-failed {border-color: #f00;}
.customer-account-resetpassword .fieldset label span { font-size: 10px; margin-left: 5px;}

.customer-account-resetpassword .buttons-set {margin: 0px auto 0; font-size: 11px; line-height: 15px; font-family: 'Lucida Sans', Arial, sans-serif; color: #231F20; border: none; max-width: 380px;}
.customer-account-resetpassword .buttons-set button.button {background: none repeat scroll 0% 0% #5C87A1; font-size: 11px; line-height: 14px; padding: 5px 15px 5px;}
.customer-account-resetpassword .buttons-set button.button span {display: block;}
.customer-account-resetpassword .buttons-set .back-link {line-height: 24px;}


/*Set Pass page*/
.customer-account-setpassword .page-title {background: #9D9FA1; border-radius: 8px; height: 22px; float: left; width: 100%;}
    .customer-account-setpassword .page-title h1 {font-weight: normal; font-size: 18px; padding-left: 15px; border: none; float: left; margin: 0; font-family: 'Lucida Sans', Arial, sans-serif; color: #fff; line-height: 22px;}

.customer-account-setpassword .fieldset {margin: 0px auto 0; max-width: 380px; padding-top: 0px; font-size: 11px; line-height: 15px; font-family: 'Lucida Sans', Arial, sans-serif; color: #231F20;}
.customer-account-setpassword .fieldset p {padding: 0 5px;}
.customer-account-setpassword .fieldset label {font-weight: normal; color: #231F20; padding-left: 5px; font-size: 11px; font-family: "Lucida Sans",sans-serif;}
.customer-account-setpassword .fieldset input {border-radius: 0px; font-size: 11px; border: 1px solid #939597; width: 100%; height: 20px; font-family: "Lucida Sans",sans-serif;}
.customer-account-setpassword .fieldset input.validation-failed {border-color: #f00;}
.customer-account-setpassword .fieldset label span { font-size: 10px; margin-left: 5px;}

.customer-account-setpassword .buttons-set {margin: 0px auto 0; float: right; font-size: 11px; line-height: 15px; font-family: 'Lucida Sans', Arial, sans-serif; color: #231F20; border: none; max-width: 380px;}
.customer-account-setpassword .buttons-set button.button {background: none repeat scroll 0% 0% #5C87A1; font-size: 11px; line-height: 14px; padding: 5px 15px 5px;}
.customer-account-setpassword .buttons-set button.button span {display: block;}
.customer-account-setpassword .buttons-set .back-link {line-height: 24px;}

.customer-account-setpassword .left-registration {margin: auto;}
.customer-account-setpassword .input-box.agree {font-weight: normal; color: #231F20; padding-left: 5px; font-size: 11px; font-family: "Lucida Sans",sans-serif;}
.customer-account-setpassword .input-box.agree input {margin-right: 5px;}

.customer-account-setpassword {}

/*Home page*/
.videoBox {position: relative; width: 100%; height: 100%;}
.overlayVideo {position: absolute; top:0; left:0; width:100%; height: 100%; text-align: center; background: rgba(255,255,255, 0.5); font-family: "Lucida Sans",sans-serif; display:none;}
.overlayButtonHolder {position: relative; height: auto; width: 348px; margin-left: -174px; margin-top: -100px; top: 50%; left: 50%; z-index: 99999;}
    .overlayButtonHolder h3 {text-transform: none; font-weight: bold; font-family: "Lucida Sans",sans-serif; font-size: 20px;}
    .overlayButtonHolder h3 a {color: #58585B;}
    .overlayButtonHolder h3 a * {display: inline-block; vertical-align: middle;}
    .overlayButtonHolder h3 a img {margin: 0 10px;}

    .overlayButtonHolder h2 {font-weight: bold; font-family: "Lucida Sans",sans-serif; border-bottom: 1px solid #939597; font-size: 26px; padding-bottom: 19px; margin-bottom: 17px;}
    .overlayButtonHolder h2 a {color: #537089;}

.plus-holder {position: absolute; top:76%; left:50%; margin-left:-20px; float: left; width: 20px; min-height: 20px; font-family: "Lucida Sans",sans-serif;}
	.plus-holder-inner {position: relative;}
		.plus-holder-inner .plus-opener {float: left; width:16px; height:16px; cursor: pointer; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/plus_opener.png') no-repeat top left;}
		.content-holder-banner {position: absolute; display: none;background: #fff; right: 47px; bottom: -140px; padding: 20px 20px 13px; width:266px; min-height:134px; float: left;}/*box-shadow: 5px 5px 14px #333;*/

		.content-holder-banner.hotright {left: 47px;}

			.banner-left-part {float: left; width: 100%; border-bottom: 1px solid #c3c3c3; padding-bottom: 15px;}
                        .banner-left-part img {height: auto;}
			.banner-right-part {float: left; text-align: center; width: 100%; font-family: "Lucida Sans",sans-serif;}
			.banner-right-part h3 {color:#537089; text-transform: uppercase; font-size: 12px; margin: 8px 0 4px; font-family: "Lucida Sans",sans-serif;}
			.banner-right-part ul li {display: inline-block; overflow: visible!important; vertical-align: middle; position: relative; margin-bottom: 2px; line-height: 25px; font-size: 10px; text-transform: uppercase;}
			.banner-right-part ul li.last {margin:0;}
				.banner-right-part ul li a {color:#000; font-size: 8px; line-height: 25px; display: block; padding-left:15px;}
				.banner-right-part ul li a:hover {text-decoration: underline;}
				.banner-right-part ul li.more a {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/popup_more.png') no-repeat 0px center;}
				.banner-right-part ul li.cart-link a {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/popup_cart.png') no-repeat center left;}
				.banner-right-part ul li.wishlist a {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/popup_wishlist.png') no-repeat center left;}
				.banner-right-part ul li.share {margin: 0 6px;}
                                .banner-right-part ul li.share a {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/popup_share.png') no-repeat center left;}

				.banner-right-part ul li.share ul {position: absolute; text-align: center; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/socialBg.png') no-repeat top center; width: 90px; z-index: 1; display: none; padding:10px 0; right:-27px; bottom: -48px; height: 43px;}
				.banner-right-part ul li.acitve-share ul {display: block;}
					.banner-right-part ul li.acitve-share a {}

					.banner-right-part ul li.share ul li {line-height: inherit; vertical-align: middle; height: 20px; width: 20px; text-align: center; margin: 5px 2px 0px; display: inline-block;}
						.banner-right-part ul li.share ul li a {background: none; padding:0; text-align: center; width: 20px; display: table-cell; vertical-align: middle; height: 20px;}
							.banner-right-part ul li.share ul li a img {margin:auto; width: auto;}

							.banner-right-part ul li.share ul li.last {margin:0;}
                                                        .smallPrice {font-size: 10px; line-height: 12px; color: #333; margin-bottom: 2px;}

.arrowBig {display: none; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/arrowBig.png') no-repeat center; width: 10px; height: 42px; float: left; position: absolute; bottom: -28px; right: 37px;}
.arrowBig.nhotright {left: 37px; -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	}
.closer {width: 9px; height: 9px; cursor: pointer; float: left; position: absolute; top:10px; right: 10px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/closeBg.png') no-repeat center;}

.bx-wrapper .bx-loading {display: none!important;}

.socialsBox-holder {margin: auto; display: block; width:100%; max-width: 900px; background: #fff; position: relative; top: 10%;
max-height: 60%;}
.socialsBox-holderInner {padding: 25px;}
.socialsBox-holderInner .socialSwitcher {display: block; text-align: center; border-bottom: 1px solid #939597; padding-bottom: 22px; margin-bottom: 15px;}
.socialsBox-holderInner .socialSwitcher ul li {display: inline-block; text-transform: uppercase; font-size: 30px; line-height: 30px;}
.socialsBox-holderInner .socialSwitcher ul li:first-child {border-right:  2px solid #537089; padding-right: 24px; margin-right: 20px;}
.socialsBox-holderInner .socialSwitcher ul li a {color: #939597;}
.socialsBox-holderInner .socialSwitcher ul li a.active {color: #537089;}
.socialsBox-holderInner .socialSwitcher ul li a:hover {color: #537089; text-decoration: none;}

.socialsBox-holderInner .item {display: none!important;}
.socialsBox-holderInner .item.active {display: block!important;}
.pressBlock {text-align: center; padding: 44px 0 30px;}
.pressBlock .bx-wrapper img {margin: auto; width: auto; box-shadow: 8px 8px 5px #818181;}

.pressBlock .flipto-next {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/press_right.png') no-repeat center; position: absolute; right:0; margin-top: -40px; text-indent: -10000px; top: 50%; width: 23px; height: 31px;}
.pressBlock .flipto-next:hover {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/press_right.png') no-repeat center;}

.pressBlock .flipto-prev {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/press_left.png') no-repeat center; position: absolute; left:0; margin-top: -40px; text-indent: -10000px; top: 50%; width: 23px; height: 31px;}
.pressBlock .flipto-prev:hover {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/press_left.png') no-repeat center;}

.slider .bx-wrapper .bx-controls-direction a { width: 25px; height: 45px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.slider .bx-wrapper .bx-next { background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/ico-arrow-gray-right.png') no-repeat center; right: 20px; }
.slider .bx-wrapper .bx-prev { background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/ico-arrow-gray-left.png') no-repeat center; left: 20px; }

.innerHOlderSlider .loop {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/zoomTool.png') no-repeat right bottom #fff; /*width: 21px; height: 21px;*/ display: block; float: right; margin-top: 0px;
padding-bottom: 26px;}
.innerHOlderSlider {margin: auto; display: block; max-width: 426px;}

.pressBlock .bx-wrapper .bx-controls-direction a {z-index: 2;}

.socialBlock ul {display: block; list-style: none; padding: 0; margin: 0;}
.socialBlock ul:first-child {margin-bottom: 30px;}
.socialBlock ul li {display: inline-block; position: relative; width: 50%; max-width: 378px; vertical-align: top; font-size: 10px; line-height: 12px; color: #58585B;}
.socialBlock ul li a {color: #58585B;}
.socialBlock ul li:first-child {margin: 0 50px 0 0;}
.socialBlock ul li img {height: 150px; margin: 0 auto 5px;}
.socialBlock ul li a:last-child {color: #537089; text-decoration: underline;}

.facebook-integration .top-icon {display: block; width: 37px; height: 37px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/social_facebook.png') no-repeat center; position: absolute; top:0; left: 0;}
.instagram-integration .top-icon {display: block; width: 37px; height: 37px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/social_instagram.png') no-repeat center; position: absolute; top:0; left: 0;}
.twitter-integration .top-icon {display: block; width: 49px; height: 35px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/social_twitter.png') no-repeat center; position: absolute; top:0; left: 0;}
.blogger-integration .top-icon {display: block; width: 49px; height: 35px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/social_bloger.png') no-repeat center; position: absolute; top:0; left: 0;}

.cms-home .toTop {position: absolute; top: -38px; left:50%; margin-left: -15px; cursor: pointer; width: 37px; height: 27px; display: block; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/toTop.png') no-repeat center;}

.topImage { position: relative; padding: 0 /*30px 5% 0 5%*/; margin: 0 auto; width: 100%; overflow: hidden; }
.topImage p { max-width: none !important; line-height: 100%; margin: 0; padding: 0 !important; }
.topImage img { width: 100%; height: auto; }

.subcategories {display: block; border-bottom: 1px solid #C6C8CA; margin-bottom: 20px;}
.subcategories ul {display: block; text-align: center;}
.subcategories ul li {display: inline-block; position: relative; width: 6%; max-width: 60px; vertical-align: middle; vertical-align: bottom; font-size: 10px; text-align: center; text-transform: uppercase; font-family: 'Lucida Sans', Arial, sans-serif; margin:0 3px;}
.subcategories ul li a {color: #537089; text-decoration: none!important; min-height:40px;}
.subcategories ul li a.subcat-title {margin-top: 7px; display: block; padding-bottom: 15px; font-size:9px;}
.subcategories ul li:hover a.subcat-title:after, .subcategories ul li.active-li a.subcat-title:after, .subcategories ul li.active-li-li a.subcat-title:after {content: " "; position: absolute; bottom:-8px; left: 0; width: 100%; height: 8px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/bg_arrow.png') no-repeat center; display: block;}
.subcategories ul li:hover a, .subcategories ul li.active-li a, .subcategories ul li.active-li-li a {color: #58585B;}

.subcategories ul li img {margin: auto; max-width: 100%; max-height: 100%; }

.category-grid h3.product-name {background: #9D9FA1; border-radius: 8px; padding: 0 10px; line-height: 20px; line-height: 20px; font-size: 16px; font-family: "Lucida Sans",sans-serif; margin: 0px 0 20px;}
.category-grid h3.product-name a { display: inline-block; color: #000000; }
.category-grid h3.product-name a.toTop {float: right; font-size: 11px; text-transform: none;}

.products-grid h2.product-name { display: block; }
/*.products-grid h2.product-name * { font-size: 11px; color: #000000; text-transform: none; margin: 0; padding: 0; }*/
.products-grid .price-box p.special-price { padding-bottom: 0; }

.imageHolder {display: block; position: relative; cursor: pointer;}
.imageHolder span.zoom {display: block; width: 14px; height: 9px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/eye.png') no-repeat center; position: absolute; bottom: 10px; right: 10px;}
.imageHolder a { display: block; }
.imageHolder img {max-width: 100%; margin: 0 auto;}

.popupHolder {display: none; border-radius: 3px; background: #fff; padding: 20px; position: absolute; top: -20px; left: -30%; z-index: 999; box-shadow: 0 0px 13px 2px #999; width: 160%;}
.popupHolder .product-image {width: 70%; vertical-align: top; display: inline-block; border-right: 1px solid #9D9FA1;}
.popupHolder .productRight {width: 28%; vertical-align: top; display: inline-block; padding: 50px 5px 0 20px; font-size: 11px; text-align: left;}
.popupHolder .productRight * {display: block; color: #000000; font-size: 11px; margin: 4px 0;}
.popupHolder .productRight .price-box p { padding:0;}
.popupHolder .productRight .price-box p span {display:inline-block;}
.popupHolder .productRight h2 {font-size: 13px; line-height: 16px; text-transform: none;}
.popupHolder .productRight .sku {display: block; color: #000000;}

a.buttonView {clear:both;font-family: "Lucida Sans",sans-serif; border: 1px solid #c8c9cb; background: #5c87a1; text-transform: uppercase; color: #fff; color: #fff!important; font-size: 12px; width: 100%; text-align: center; line-height: 22px; width: 100%;}
a.buttonView:hover {text-decoration: none;}

.popupHolder .link-wishlist {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/wishlist_arrow.png') no-repeat center; width: 16px; height: 16px; padding: 0; float: left; margin-right: 10px;}
.popupHolder .button.btn-cart {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/cart_button.png') no-repeat center; width: 23px; height: 16px; padding: 0;}

.products-grid.five-grid .popupHolder {width: 240%; left: -70%;}

.jlcontainer-product-factory .factory-name { margin: 8px 0 0 0; }
.jlcontainer-product-factory .zone-name { margin: 8px 0; }

.tab-container { font: 400 12px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; min-height: 212px; line-height: 16px; color: #333333; }
#tabs { height: auto; margin-top: 6px; }
#tabs li { border-radius: 0; margin: 0; }
#tabs li a { background: #537089; font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #ffffff; border-radius: 0; padding: 2px 10px 2px; }
#tabs li a.inactive { background: #bab8b9; color: #ffffff; padding: 2px 10px 1px; }
#tabs li a:hover { color: #ffffff; }
#tab4C img { max-width:100%; }

.product-view .product-shop .price-box { display: block; float: none; margin-top: 25px; vertical-align: top; margin-bottom: 0; clear: both; }
.product-view .product-shop .price-box .regular-price .price {color: #939597; font-size: 15px; font-family: "Lucida Sans",Verdana,Arial,sans-serif;}

.product-view .button {background: none; color: #000; text-decoration: underline; padding: 0; font-family: "Lucida Sans",Verdana,Arial,sans-serif; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/cart_button_blue.png') no-repeat center right; padding-right: 20px; font-size: 12px; margin-top: 4px; margin-left: 15px; vertical-align:top;}
.product-view .link-wishlist {display: inline-block; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/wishlist_star_blue.png') no-repeat center right;  vertical-align: top; line-height: 22px; color: #000; text-decoration: underline; text-transform: uppercase; font-size: 12px; font-family: "Lucida Sans",Verdana,Arial,sans-serif; padding-right: 20px; margin-top: 4px; margin-left: 20px;}

.priceBox.simple .price-box{margin-bottom:10px;}
.caroufredsel_wrapper {float: left!important;}
.caroufredsel_wrapper {height: 44px!important;}

.catalog-product-view .fancybox-overlay {background: rgba(255,255,255,0.8); z-index: 9999;}
.catalog-product-view .fancybox-opened .fancybox-skin {box-shadow: 0 0 0 #fff; background: #fff!important;}
.catalog-product-view .fancybox-wrap {border: 1px solid #C6C8CA; background: #fff;}
.catalog-product-view .fancybox-nav.fancybox-next span {visibility: visible; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/lightboxarrwo_right.png') no-repeat center; width: 18px; height: 33px;}
.catalog-product-view .fancybox-nav.fancybox-prev span {visibility: visible; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/lightboxarrwo_left.png') no-repeat center; width: 18px; height: 33px;}
.catalog-product-view .fancybox-close {background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/close_btn.png') no-repeat center; width: 11px; height: 11px; right: 15px; top: 10px;}

.catalog-product-view .product-options p.required {display: none;}

.catalog-product-view .product-options {margin-top: 10px;}
.catalog-product-view .product-options label {text-transform:uppercase; font-weight: normal; color: #537089;}
[id^=advice-validate-one-required-by-name-product_swatch] { position: absolute; top: -20px; width: 169px; }
.catalog-product-view #swatch-code { padding-bottom: 12px; }
.catalog-product-view .amconf-image-container { position: relative; width: 25px; height: 25px; cursor: pointer; /*border: 1px solid transparent;*/ margin-right: 5px; }
/* .catalog-product-view .product_swatches .amconf-image-container.active { border-color: #000000; } */
.catalog-product-view .amconf-image-container img { width: auto; height: auto; max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }
.catalog-product-view .amconf-image-container span.sku { font-size: 8px; }
.catalog-product-view .amconf-image { margin: 0; }
.catalog-product-view .amconf-image-selected { border: none; }

.infoHolder {display: none;}

.infoHolder {position: absolute; right: -265px; top: -68px; width: 263px; margin-left: 18px; z-index: 10;}
.infoHolder .description {background: #fff; font-size: 10px; line-height: 12px; color: #58585B; width: 250px; text-transform: none; position: relative; padding: 18px 20px 15px; box-shadow: -2px 0px 15px #58585B; float: left;}
.infoHolder .description h4 {border-bottom: 1px solid #C6C8CA; color: #537089; padding-bottom: 5px;}
.infoHolder .description a {color: #537089; font-size: 14px; display: inline-block; margin-top: 7px;}
.infoHolder .infoArrow {float: left; z-index: 10; top: 75px; margin-top: -27px; position: relative; width: 13px; height: 53px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/arrow_popup.png') no-repeat center;}

.selectHolder {
  min-width: 94px;
  height: 22px;
  overflow: hidden;
  background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/filter_opener_small.png') no-repeat right top #fff;
  padding-right:6px;
}
.selectHolder select {
  background: transparent;
  width: 130%;
  padding: 0 5px;
  font-size: 11px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 22px;
  -webkit-appearance: none;
}

.selectHolder select option {background: #fff;}

/* ============================================ *
 * Popup
 * ============================================ */
#popup-window { display: none; background: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10000; opacity: 0.7; }
#popup-loader { position:absolute; top: 50%; left: 50%; height: 48px; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }
#popup-block-close { background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/close_btn.png') no-repeat center; display: block; position: absolute; top: 10px; right: 10px; width: 11px; height: 11px; cursor: pointer; text-indent: -10000px; }
#popup-block {
    display: none;
    font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    background: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10001;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 85%;
    max-width: 600px;
    border: 1px solid #000000;
    text-align: center;
    line-height: 120%;
    padding: 20px;
    margin: 0;
}
#popup-block-title.error { color: red; }
#popup-block-title {
    font: 700 15px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    border-bottom: 1px solid #000000;
    text-transform: uppercase;
    line-height: 120%;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
}

#popup-block-title span { font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #000000; display: block; margin: 10px 0 0; }
#popup-block-content { position: relative; }
#popup-block-content span,
#popup-block-content a {
    display: block;
    clear: both;
}
#popup-block-content div { display: block; clear: both; margin: 20px 0 10px; }
#popup-block-content a.button { font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #000000; display: inline-block; line-height: 120%; margin: 5px 0 0 0; padding: 5px 15px 5px; }

/*Phone divide*/
.telephone-part-div{
    float:left;
    width:30%;
}
.telephone-part-div input.short{
    max-width: 100%;
}

.telephone-part-div.middle{
    margin:0 13px;
}

/*Markup*/

.markup-question-price{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #c6c8ca;
    display: none;
    font-family: "Lucida Sans",sans-serif;
    font-size: 10px;
    left: 50%;
    line-height: 14px;
    margin-left: -215px;
    max-width: 430px;
    padding: 20px;
    position: fixed;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 10001;
}

#markup-question-price-value{
    width:40px;
}

.markup-question-price .first-p, .markup-question-price .second-p{
    margin-bottom: 10px;
}
.mark-up-buttons-wrap{
    margin-top:25px;
}
#markup-question-price-value {
    height:20px;
    font-family: "Lucida Sans",sans-serif;
    color: #5c87a1;
    font-weight: 600;
    font-size:12px;
    text-align:center;
}
.app-mark-up, .no-mark-up{
    background: none repeat scroll 0 0 #537089;
    display: inline-block;
    float: none !important;
    font-size: 11px;
    line-height: 14px;
    padding: 5px 15px;
    color:#fff;
    margin:0 30px;
}
.app-mark-up:hover, .no-mark-up:hover{
    color:#fff;
    text-decoration:none;
}
.markup-question-price .third-p{
    color:#537089;
    font-weight:600;
    font-size:11px;
    margin-top:20px;
}

#my-lists-table th {
    color: #537089;
    font-weight: bold;
    text-align: left;
}


/*mini-login-form*/
#mini-login-form #remember-me-box{
    float: left;
    font-size: 10px;
}

#mini-login-form .signin-content-box{padding:0;}
#mini-login-form .signin-content-box a {font-size: 9px;
    text-transform: none;}

.validate-markup-value{
    border-radius: 0 0 0 0;
    font-size: 11px;
    border: 1px solid #939597;
    width: 154px !important;
    height: 20px !important;
}

#markup_edit label{
    font-weight: normal;
    width:120px;
}

#markup_edit input[type=checkbox]{
    margin-left:5px;
}

#markup_edit{
    margin:20px 0;
}

#markup_edit button{
    background: none repeat scroll 0 0 #5c87a1;
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 10px 0px 2px 0px;
    padding: 3px 15px;
    width: 165px;
}


/*Wishlist*/
.right_btns { float: right; line-height: 1em; margin-right: 5px; margin-top: 2px; }
.right_btns a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 12px;
    color: #ffffff;
    text-transform: none;
    vertical-align: inherit;
    margin: 0;
    padding: 0;
}
.wishlist-project { width: 100%; float: left; }
.wishlist-project-header { width: 100%; float: left; padding: 0 10px 20px; }
.right_btns a#share-btn,
.right_btns a.print-wishlist {
    font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-decoration: none !important;
    margin: 0 10px 0 0;
}
.right_btns a.btn-share { background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/email.png") no-repeat scroll right 3px rgba(0, 0, 0, 0); padding-right: 20px; }
.right_btns a.print-wishlist { background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/save_pdf.png") no-repeat scroll right 0px rgba(0, 0, 0, 0); padding-right: 20px; }
.create-project { position: relative; }
.create-project .view_p_contain { margin-right: 50px; }
.question-mark { position: absolute; top: 0; left: 510px; z-index: 1001; }
.question-mark-popup {
    display:  none;
    background-color: #fff;
    font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    width: 200px;
    min-height: 92px;
    position: relative;
    top: -56px;
    left: 40px;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px #6a6a6a;
    text-align: left;
    padding: 10px;
}
.question-mark-popup a { display: block; clear: both; text-transform: uppercase; }
.question-mark span.mark{
    background: none repeat scroll 0 0 #9d9fa1;
    font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #ffffff;
    display: inline-block;
    width: 12px;
    height: 12px;
    position:relative;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    z-index:1001;
}
.question-mark-popup:before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 100%;
    left: 0;
    height: 0;
    width: 0;
    border: 28px solid transparent;
    border-bottom-color: #fff;
    margin-left: -50px;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}
.question-mark-popup:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0%;
    top:27px;
    height: 40px;
    width: 40px;
    background-color: #fff;
    margin-left: -14px;
    z-index: -1;
    box-shadow: 0 0 8px #6a6a6a;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.addresses-primary,
.addresses-additional {
    border: 1px solid #cccccc;
    margin: 0 0 20px 0;
    padding: 15px;
}
.addresses-primary .item_block span.label,
.addresses-additional .item_block span.label {
	width: auto;
	padding-right: 8px;
}
.myaccount-registration-wrapper { border: 1px solid #cccccc; }
.myaccount-registration-wrapper label {}
.myaccount-registration-wrapper .left-registration { width: 365px; max-width: 100%; }
.myaccount-registration-wrapper .left-registration .form-list { border: 0; padding: 20px 0; }
.myaccount-registration-wrapper .fields.half .field { width: 48%; float: left; }
.myaccount-registration-wrapper .fields.half .field:nth-child(2) { float: right; }
.myaccount-registration-wrapper .fields .select-holder { margin-top:2px; padding-top:0; }
.myaccount-registration-wrapper .fields .select-holder select { width: 115%; }
.myaccount-registration-wrapper .form-list .input-box input,
.myaccount-registration-wrapper .form-list .input-box textarea,
.myaccount-registration-wrapper .form-list .input-box select {
    width: 100%;
    height: 30px;
    max-width: none;
    border: 1px solid #cccccc;
    margin: 0;
}
.myaccount-registration-inner:after { content: ''; display: block; clear: both; }
.myaccount-registration-inner .myaccount-registration-left  { float: left; width: 48%; }
.myaccount-registration-inner .myaccount-registration-right { float: right; width: 48%; }
.registration-bottom {}
.registration-bottom .agree { padding: 10px 0 0 0; }
.registration-bottom .agree label { font-size: 11px; padding: 0; }
.registration-bottom .agree input { padding-top: 3px; }
.registration-bottom .buttons-set { width: 48%; max-width: none; margin: 0; padding: 20px 0 0 0; }
.registration-bottom .buttons-set:after { content: ''; display: block; clear: both; }
.registration-bottom .buttons-set button { float: left; width: 48%; }
.registration-bottom .buttons-set button span span { text-align: center; padding-top: 10px; padding-bottom: 10px; }
.registration-bottom .buttons-set button.btn-cancel { float: left; }
.registration-bottom .buttons-set button.btn-submit { float: right; }
.registration-bottom .buttons-set button span { margin: 0; }
.item-bottom { color: #8f9295; width: 100%; float: left; margin-top: 10px; }
.item-bottom a { text-decoration: underline; }

/*** Font Face ***/
@font-face {
    font-family: 'lucida_sansregular';
    src: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANS-webfont.eot');
    src: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANS-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANS-webfont.woff2') format('woff2'),
         url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANS-webfont.woff') format('woff'),
         url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANS-webfont.ttf') format('truetype'),
         url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANS-webfont.svg#lucida_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'lucida_sansdemibold_roman';
    src: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANSD-webfont.eot');
    src: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANSD-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANSD-webfont.woff2') format('woff2'),
         url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANSD-webfont.woff') format('woff'),
         url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANSD-webfont.ttf') format('truetype'),
         url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANSD-webfont.svg#lucida_sansdemibold_roman') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'lucida_sansdemibold_italic';
    src: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANSDI-webfont.eot');
    src: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANSDI-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANSDI-webfont.woff2') format('woff2'),
         url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANSDI-webfont.woff') format('woff'),
         url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANSDI-webfont.ttf') format('truetype'),
         url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANSDI-webfont.svg#lucida_sansdemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'lucida_sansitalic';
    src: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANSI-webfont.eot');
    src: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANSI-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANSI-webfont.woff2') format('woff2'),
         url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANSI-webfont.woff') format('woff'),
         url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANSI-webfont.ttf') format('truetype'),
         url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/LSANSI-webfont.svg#lucida_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*** product page BB ***/
table.available {width:355px; max-width:100%; margin: 1em auto 0;}
table.available th, table.available td {text-align:center; font-size:11px; line-height:3em;}
table.available th {color:#537089; border-bottom:1px solid #A6A6A6;}
table.available td {color:#000;}

#product-options-wrapper dl {float:left;}

.price-box, .price-box td { font-family: 'lucida_sansregular';}
.price-box td { color:#7f7f7f;}
.price-box .dealer td {font-family: 'lucida_sansdemibold_roman'; color:#537089;}

.part-ordering {border: 1px solid #C6C8CA; width:175px; height:40px; line-height:36px; font-size:12px; text-align:center; }
a.part-ordering  {color:#000; text-decoration:none; display:block;}
a.part-ordering:after  {
    content: " +";
    font-family: 'Lucida Sans', Arial;
    font-size: 17px;
    padding-left: 10px;
}
a.part-ordering.active:after  {
    content: " -";
}
#part-ordering-table {display:none;}
#part-ordering-table th {
	font-family: 'lucida_sansdemibold_roman';
    color: #537089;
    text-align: left;
    font-size:13px;
}
#part-ordering-table th, #part-ordering-table td {width:1%; text-align:center;}
.addtocell .add-to-cart-alt button {margin:0; float:right; }
#part-ordering-table td .item-options dd, #part-ordering-table td .item-options dt {font-size:13px; float:none; }

#tab4C {background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/zoomer.png) no-repeat 99% 99%; padding:30px}


/* Lifestyle gallery */
.page-title.lifestyle {text-transform: uppercase; margin-bottom: 10px;}
.page-title.lifestyle h1 {font-size: 18px; margin-bottom: 12px;}
.lifestyle-content {display: block;}
.holder-life {position: relative; max-width: 1200px; margin: auto; float: none; display: block; width: 100%;}
.holder-life ul li {position: relative;}
.holder-life-top .galery-share {position: absolute; bottom:15px; right:-60px; width:60px; box-shadow: 2px 0px 2px 1px #888888; z-index:0;}
.galery-share .share_links_product span {display:block; width:100%;  padding:5px 0; margin:0 auto;}
.holder-life-top .galery-share .buttons {margin:0 7px; min-height:0;}
.galery-share .buttons .buttons-list .download-low-res {width:100%;  border-top:1px solid #7f7f7f; margin:0;}
.galery-share .buttons, .galery-share .buttons .btn-item {float:none; margin:0;}
.galery-share .buttons .btn-item a {/*background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/download_icon.png") no-repeat scroll center top rgba(0, 0, 0, 0);*/ height:45px; width:100%; display:block; margin:0 0px}
.galery-share .buttons .btn-item a img {width:auto; display:block; margin:13px auto 3px;}
.galery-share .buttons .btn-item a span {font-size:9px; color:#000;  border-bottom:1px solid #7f7f7f; }
//.slick-slide.slick-active { border:6px solid #A6B0BA;}

//.holder-life-top .buttons {float: right; margin-top: 22px;}
//.holder-life-top .buttons ul li {float: left; margin-left:6px; display: block!important; width: auto; max-width: inherit;}
.holder-life-top .zoom {display: block; width: 32px; height: 32px; position: absolute; top:auto; bottom:2%; right:12px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/loop_image.png') no-repeat top left;}
ul.life-slider {text-align: center; width: 100%;}
ul.life-slider li.thumb-number-0 {display: block; margin: auto;}
ul.life-slider li { display: none; margin: auto; width: 100%; max-width: 1200px;}
ul.life-slider li {width: 100%;}
ul.life-slider li img {width: 100%;display:inline}
a.next-img {position:absolute;top:45%; margin-top: -19px; right:-70px; width: 19px; height: 38px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/arrow-right-big.png') no-repeat center;z-index: 999;}
a.prev-img {position:absolute;top:45%; margin-top: -19px; left:-70px; width: 19px; height: 38px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/arrow-left-big.png') no-repeat center;z-index: 999;}
.bottom-life-gal .slick-slider .slick-prev {
    background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/arrow-left.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height: 30px;
    left: -10px;
    position: absolute;
    top: 43%;
    width: 16px;
}
.bottom-life-gal .slick-slider .slick-next {
    background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/arrow-right.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height: 30px;
    position: absolute;
    right: -10px;
    top: 43%;
    width: 16px;
}
.bottom-life-gal #slider-nexts a {
    display: block;
    height: 38px;
    width: 19px;
}

/*** Home page BB ***/
.cms-home .toNext {
	width:100%;
	position:relative;
}
.cms-home .toNext a {
    background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/arrow-down.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 27px;
    left: 5%;
    position: absolute;
    bottom: 15px;
    width: 37px;
    z-index:1002;
}
.cms-home .toNext.rgt a {
    background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/arrow-down.png") no-repeat scroll 0 0 transparent;
    right: 5%;
    left:auto;
}
.top-search .close-btn {top:auto; bottom:20px; width:13px;}
.bottomFixed .search-autocomplete ul {bottom:0px; top:auto; border-radius: 0 20px 0 0; }
.bottomFixed .close-btn {top:15px; bottom:auto; width:13px;}


/*.subcategories ul li a span {display:block; height:55px;}*/
/*Forms*/
#forms_left{
    float:left;margin-right: 2%;width: 35%;
}
#forms_left img {max-width:100%;}
#forms_right{
	margin-top:-20px;
    float:left;
    width:60%;
}
#forms_right ul {width:100%;}
#forms_right li{
    float: left;
    padding:20px 3% 30px 0;
    width: 33%;
    text-align:center;
    border-bottom:1px solid #BFBFBF;
}
#forms_right .forms_bottom a {width:167px; height:23px; color:#fff; display:block; text-align:center; padding-right:15px;
font-size:12px; text-transform:uppercase; line-height:24px; background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/download-white.png) no-repeat 94% 50% #537089;}
.forms_top { min-height:65px;}
.forms_top h6 {color:#537089; margin:0; font-size:13px;}
.forms_top span {font-size:12px;}

/*Tradeshows*/
#tradeshows_left{
    float:left;margin-right: 5%;width: 48%; padding-left:8px;
}
#tradeshows_right{
    float:left;
    width:46%;
}
.tradeshows table{
    width:100%;
    color:#7F7F7F;
}
.tradeshows table td{
    vertical-align: middle;
    width:33%;
    height:100px;
    border-bottom:1px solid #bfbfbf;
    font-size:12px;
}
.tradeshows table td span{
    display: block;
}

body.category-lifestyle-gallery .main-container { padding-top:80px !important;}

.catalogsearch-result-index .category-products{
    float:left;
    width:100%;
}

/*** Contact us ***/
body.category-contact-us .page-title.lifestyle {
    margin-bottom: 0;
    padding-bottom: 0;
}
body.category-contact-us .page-title.lifestyle h1 {
    text-decoration: none;
}
.form-list .control label.customer_type {background: none transparent; min-width:15%; padding-left: 25px;}
#webform_1_form .form-list .control:first-child {
    display:inline-block;
    margin-left: -10px;
}
#webform_1_form .form-list li.control input.radio {margin-left:0}
#webform_1_form li.control-link {padding:15px 0;}
#webform_1_form li.control-link a {padding:7px 20px; border:1px solid #537089; text-transform:uppercase; display:inline; }
#webform_1_form li.control-link a.btn-gray { color: #ffffff;}
#webform_1_form ul.form-list { width: 80%; }
#webform_1_form .form-list > li {display:inline-block; margin-bottom:0; width: 50%;}
#webform_1_form .form-list > li label {
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    margin-top: 1rem;
    text-indent: 20px;
    text-transform: capitalize;
}
#webform_1_form .form-list > li label[for=field_5]{ padding: 0; text-indent: 0;}
#webform_1_form .form-list > li.fields {width: 50%; float: left;}
#webform_1_form .form-list > li input,
#webform_1_form .form-list > li textarea {
    border-color: #000000;
}
#webform_1_form .form-list > li.fields:nth-child(2) {
    top: 8.9rem;
    position: relative;
}
#webform_1_form .input-box input[type="text"] {width:90%; height:25px;}
.contact-form-holder-left {width:71%; border-right:1px solid #bfbfbf; float:left; padding:0 2% 0 8px; clear:both;}
.contact-form-holder-right {width:20%; float:left; padding-left:3%;}
.contact-form-holder-right .sidebar_contact_info img {
    margin-bottom: 30px;
}
.contact-form-holder-right .sidebar_contact_info p {
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: 1rem;
}
.contact-form-holder-right .sidebar_contact_info p.strong {
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 22px;
}
.contact-form-holder-right .sidebar_contact_info a {
    text-decoration: underline;
    color : #696766;
}
.contact-form-holder-right .sidebar_contact_info div:nth-child(3),
.contact-form-holder-right .sidebar_contact_info div:nth-child(4) {
    margin-bottom: 22px;
}

#webform_1_form .buttons-set p.required {display:none;}
#webform_1_form .buttons-set {width:76%; text-align:left;}
#webform_1_form .buttons-set #webform_1_submit_button {
    float: right;
    margin-top: -20px;
}
#webform_1_form .buttons-set .clear_form {
    text-indent: 20px;
}
#webform_1_form .buttons-set a {text-decoration:underline;}
#webform_1_submit_button {width:160px;}
#webform_1_form .form-list > li#field_10_row {margin-top:10px; width:100%}
#field_10_row textarea {height:125px; width:95%}
#webform_1_form #field_3_row {display:block}
#webform_1_form #field_9_row {display:block; margin-top:40px;}

/*** FAQ ***/
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 1.3em;
	color:#537089;
	text-transform:none;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 0.8em 3em 0.8em 6.5em;
	border-top: 0;
	overflow: auto;
	height:auto !important;
	font-size:1.1em;
	color:#000;
}
.ui-accordion .ui-accordion-content p {
	padding: 0em 0.5em 0.5em;

}
.ui-accordion-header-active {background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/accordian-down.png) no-repeat left center;}
.ui-corner-all {background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/accordian-right.png) no-repeat left center;}

#zip-code-search{display:inline-block; position: relative}
#zip-code-search button {
    background: none repeat scroll 0 0 transparent;
    color: transparent;
    height: 21px;
    position: absolute;
    right: 0;
}
#zip-code-search #advice-required-entry-zip_code{
    left: 5px;
    position: absolute;
    top: 19px
}
.catalog-category-view .ui-accordion .ui-accordion-content p, .category-faq #accordion #accordion-inner .ui-accordion-header span.title{
  font: 400 16px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
}


/*** Meat our team ***/
.team-left {float:left; width:60%}
.team-right {float:left; width:37%; margin-left:2%; padding-left:8px;}
.team-right img {max-width:100%;}
.profile {width:100%; padding:20px 0 20px; border-top:1px solid #bfbfbf; margin:20px 0;}
.prof-img {  float:left; width:22%; margin-right:2%;}
.prof-desc {float:left; width:75%}
.prof-desc h6 {color:#537089; font-size:13px;}
.category_cms_block:after {clear:both;}


/* ======================================================== *
 * Store Locator
 * ======================================================== */
.tab-container #store_locator_form li { width: 48%; margin: 0 2.5% 0 0; }
.tab-container #store_locator_form li.liright {margin:0; float:right;}
#tabs li .anglend { width: 0; height: 0; line-height: 0; }
.sales-order-history #tabs li a {
    background: #000000;
    color: #ffffff;
    text-transform:uppercase;
    height: 30px;
    transform: all 0.5s;
    -webkit-transform: all 0.5s;
    line-height: 30px;
    padding: 0 35px 0 35px;
}
.sales-order-history #tabs li a.inactive { background: #bab8b9; }
li.int-sel {width:100%;}
li.int-sel label {float:left; padding-right:13px; line-height:20px;}
li.int-sel .input-box {float:left; width:60%;}
li.int-sel .input-box select {width:130%;}

.sales-rep-container:after{
    content: "";
    clear: both;
    display: table;
}
.left-sales-rep{
  float: left;
  width: 74%;
  border-right: 1px solid #000000;
  box-sizing: border-box;
}
.store-form-holder-new{
  width: 53%;
}
.store-form-holder-new form span{
  display: block;
  margin-bottom: 5px;
  font: 700 14px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
}
.store-form-holder-new form ul:after{
  display: table;
  clear: both;
  content: '';
}
.store-form-holder-new form ul li:first-of-type{
  width: 48%;
  float: left;
  margin-right: 4%;
}
.store-form-holder-new form ul li:last-of-type{
  width: 48%;
  float: left;
}
.store-form-holder-new form ul li div{
  width: 100%;
  height: 26px;
  line-height:26px;
   overflow: hidden;
  font-size: 11px;
  border: 1px solid #000000;
  background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/bg_select.png') no-repeat center right;
}
.store-form-holder-new form ul select{
  width: 100%;
  padding-left: 10px;
  padding-right: 30px;
  height: 24px;
  line-height: 24px;
  border: none;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 12px;
  color: #a2a1a1;
}
.button-content{
  margin-top: 45px;
}
.button-content button{
  width: 48%;
  background: #a2a1a1;
  color: #ffffff;
  padding-top: 3px;
  padding-bottom: 3px;
  text-transform: uppercase;
  padding:  5px;
  transition: all 0.5s;
  box-sizing: border-box;
}
.button-content button span{
  font:  400 13px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
  margin-bottom: 0;
}
.button-content button:hover{
  background: #000000;
}
.left-sales-rep .slider-holder{
  margin-top: 45px;
  width: 53%;

}
.left-sales-rep .slider-holder ul{
  height: 460px;
  overflow-y: scroll;
  border: 1px solid #000000;
  box-sizing: border-box;
}
.left-sales-rep .slider-holder ul li{
  border-bottom: 1px solid #000000;
}
.left-sales-rep .slider-holder ul li:last-of-type{
  border: 0;
}
.slider-search{
    font: 700 12px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
  color: #a2a1a1;
  text-transform: uppercase;
  line-height: 120%;
  padding: 0 0 5px 14px;
  margin: 0;
}
.slider-holder-inner{
  box-sizing: border-box;
  padding:  14px;
}
.slider-holder-inner-inner{
  position: relative;
}
.slider-holder-inner-right{
  padding-left: 60px;
}
.slider-holder-inner-right p{
  margin: 0;
  padding:  0 !important;
}
.slider-holder-inner-right p, .slider-holder-inner-right a{
  color: #a2a1a1;

}
.slider-holder-inner-right a{
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: underline;
}
.slider-holder-inner-name{
  text-transform: uppercase;
}
.slider-holder-inner-left{
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.slider-holder-inner-left i{
  font: 400 8px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #ffffff;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.right-sales-rep{
  float: left;
  width: 26%;
  box-sizing: border-box;
  padding-left: 50px;

}
.catalog-category-view .right-sales-rep h3{
  text-transform: none;
  font-weight: 700;
}
.catalog-category-view .right-sales-rep p{
  font: 400 15px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
  margin-bottom: 0;
  padding-bottom: 0;
}
.catalog-category-view .right-sales-rep p:nth-of-type(2){
  margin-bottom: 10px;
}
.catalog-category-view .right-sales-rep a{
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
  font-size: 14px;
  color: #a2a1a1;
}
/* Responsive */
@media only screen and (max-width: 1024px) {
    .mobile {
	display: block !important;
    }
    .left-sales-rep{
      width: 100%;
      border: 0;
      float: none;
    }
    .store-form-holder-new{
      width: 100%;
    }
    .slider-holder{
      width: 100%;
    }
    .left-sales-rep .slider-holder{
      width: 100%;
    }
    .right-sales-rep{
      float: none;
      width: 100%;
      padding-left: 0;
      margin-top: 45px;
    }
    .scene-viewer .widget-component span{
      text-transform: uppercase;
    }
    .footer-container .footer{
      border-top: none;
    }
    .footer-container .footer .f-left {
      float: none;
    }
    .footer-container .footer .f-left .f-menu{
      text-align: center;
    }
    .footer-container .footer .f-left .f-menu h4 { 
      font: 700 13px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
      padding: 0 0 15px 0;
    }
    .footer-container .footer .f-left .f-menu li {
      padding: 15px 0;
    }
    .footer-container .footer .f-left .f-menu li a {
      font-weight: 700;
    }
    .footer-container .footer .f-right {
      float: none;
    }
    .footer-container .footer .f-right .f-social {
      position: absolute;
      bottom: -35px;
      right: 0;
    }
    .footer-container .footer .f-copyright {
      right: auto;
      bottom: -35px;
    }
}
@media only screen and (max-width: 550px) {
  .store-form-holder-new form ul li:first-of-type{
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .store-form-holder-new form ul li:last-of-type{
    width: 100%;
  }
  .button-content button{
    width: 100%;
  }
  .button-content{
    margin-top: 30px;
  }
}
.form-list .login-field-mobile {display: none;}
@media only screen and (max-width: 425px) {
  .form-list .login-field-mobile {
    display: block; 
    text-transform:uppercase; 
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }
  .customer-account-login .account-login .form-list li .input-box  input[type="text"]::placeholder { opacity: 0; }
  .customer-account-login .account-login .form-list li .input-box  input[type="password"]::placeholder { opacity: 0; }
  .nav-container .shown-sub {padding-bottom: 10px !important;}
  .header-container.mobile .nav-container #nav .parent a.level-top span{ font-weight: bold !important;}
  body h1 {font-size: 14px !important;}
  .header-container.mobile .nav-container ul.level1.shown-sub li.level1 a span.store-name {font-weight: bold !important; font-size: 12px !important;}
  .customer-account-pages  .main-container .breadcrumbs{ display: none;}
  .customer-account-pages  .main-container .page-title { display: none;}
  .customer-account-pages  .main-container .menage-account-heading {display: block;}
  .customer-account-pages  .main-container .menage-account-heading h1 {text-transform: uppercase; padding: 5px 0 10px 0;}
  .customer-account-pages  .main-container #manage-users-table tr td {border-bottom: none !important; padding-bottom: 0 !important;}
  .customer-account-pages  .main-container #manage-users-table tr td .delete-sub-acc p.hidden-class{display: none;}
  .customer-account-pages  .main-container #manage-users-table tr td:nth-of-type(8) {padding: 0 !important;}
  .customer-account-pages  .main-container #manage-users-table tr td:last-child {padding-top: 0 !important;}
  .customer-account-pages  .main-container #manage-users-table tr td .delete-sub-acc span.delete-account {
    display: block !important; 
    position: absolute; 
    right: 0px;
    top: 15px;
  }
  .customer-account-pages  .main-container #manage-users-table tr.first {border-top:1px solid #a2a1a1; border-bottom: 1px solid #a2a1a1;}
  .customer-account-pages  .main-container #manage-users-table tr { border-bottom: 1px solid #a2a1a1; padding-bottom: 15px; position: relative;}
  .customer-account-pages  .main-container .box-head h2 {text-transform: uppercase;}
  .customer-account-pages  .main-container .col2-set .col-1{display: flex;}
  .customer-account-pages  .main-container .col2-set .col-1 .box:first-child{border-right: 1px solid #000;}
  .customer-account-pages  .main-container .col2-set .col-1 .box { width:50%; padding-left: 10px;}
  .customer-account-pages  .main-container .col2-set .col-1 .box:last-of-type { padding-top: 0 !important;}
  .customer-account-pages  .main-container .col2-set .col-2 {float: left;}
  .customer-account-pages  .main-container .sidebar ul li strong,
  .customer-account-pages  .main-container .sidebar ul li a {text-transform: uppercase;  padding-left: 15px;}
  .customer-account-pages  .main-container .sidebar ul li strong:before {display: none;}
  .customer-account-pages  .main-container .sidebar ul li:first-child {border-top: 1px solid #000; border-bottom: 1px solid #000;}
  .customer-account-pages  .main-container .sidebar ul li {border-bottom: 1px solid #000; position: relative;}
  .customer-account-pages.projects .main-container .page-title { display: block;}
  .customer-account-pages  .main-container .sidebar ul li:before{
    content: '+';
    font: 400 20px 'Open Sans', sans-serif;
    color: #000;
    line-height: 100%;
    position: absolute;
    top: 8px;
  }
  .customer-account-pages  .main-container .block.block-cart {border-top: none;}
  .navision-frontend-index #navision_form .page-title h1 {text-transform: uppercase;}
  .navision-frontend-index #navision_form .page-title {display: block !important;}
  .navision-frontend-index #navision_form #data_table_wrapper label {float: left; margin-bottom: 20px;}
  .navision-frontend-index #data_table_info {font-style: italic; color: #666;}
  .navision-frontend-index .dataTables_length select {border-radius: 7px;}
  .navision-frontend-index .breadcrumbs {display: none;}
  .navision-frontend-index .page-title:first-child {display: none;}
  .navision-frontend-index .page-title::before {display: none;}
  .catalog-product-view .main-container .breadcrumbs{display: none;}
  .catalog-product-view .main-container .relatedBlock h3{font-weight: 700;}
  .catalog-product-view .main-container .relatedBlock .related-name .subcat {font-weight: 700;}
  .catalog-product-view .main-container .relatedBlock .related-name .related-attribute {display: none;}
  .catalog-product-view .main-container .product-name h1 .subcat { font-weight: 700; font: normal 17px 'GothamHTF-Bold', 'Open Sans', sans-serif;}
  .catalog-product-view .main-container .product-name h1 { 
    position: absolute; 
    top: 30px; 
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  body.catalog-category-view .main-container {padding-bottom: 0;}
  .amshopby-page-container .sidebar{padding-top: 0;}
  .catalog-category-view .toolbar-top {padding: 0;}
  .catalog-category-view .toolbar-top .toolbar-left .filter-label {font-weight: bold; font-size: 10px;}
  .catalog-category-view .toolbar-top .toolbar-right .sort-by .toolbar-toggler {font-weight: bold; font-size: 10px;}
  .catalog-category-view .toolbar-top .toolbar-left{width: 100%; margin-bottom: 10px;}
  .catalog-category-view .toolbar-top .toolbar-right .toolbar-totoggle {right: -115px;}
  .catalog-category-view .toolbar-top .toolbar-right {float: left; width: 100%;}
  .catalog-category-view .toolbar-top .toolbar-right .sorter {float: left;}
  .catalog-category-view .filter-items-wrapper #narrow-by-list .top .filter-item:nth-child(2) .arrow { height: 69%;}
  .catalog-category-view .product-name-inner .subcat {font-weight: 700;}
  .catalog-category-view .product-name-inner .product-attribute {display: none;}
  .checkout-cart-index .breadcrumbs{display: none;}
  .checkout-cart-index .page-title {text-align: center; padding-bottom: 0;}
  .checkout-cart-index .product-name .subcat {font-weight: 700;}
  .checkout-cart-index .cart-info-wrapper .product-sku {font-weight: normal;}
  .checkout-cart-index #shopping-cart-table td {border-bottom: none;}
  .checkout-cart-index #shopping-cart-table .td-cart-info { padding-top: 0; padding-bottom: 0;}
  .checkout-cart-index #shopping-cart-table .td-cart-price {display: none;}
  .checkout-cart-index #shopping-cart-table .td-cart-description {  
    position: absolute;
    top: 100px;
  }
  .checkout-cart-index #shopping-cart-table .add-to-cart-alt .numberHolder input{
    height: 20px;
    width: 40px;
    text-align: center;
  }
  .checkout-cart-index #shopping-cart-table .add-to-cart-alt .numberHolder .plus {
    transform: rotate(90deg);
    border-top: 1px solid #2D2C2B;
    border-right: 1px solid #2D2C2B;
    width: 20px;
    height: 20px;
    top: 0;
  }
  .checkout-cart-index #shopping-cart-table .add-to-cart-alt .numberHolder .minus {
    right: 60px; 
    transform: rotate(90deg);    
    border-bottom: 1px solid #2D2C2B;
    width: 20px;
    height: 20px;
    border-right: 1px solid #2D2C2B;
    top: 0;
  }
  .checkout-cart-index #shopping-cart-table .cart-info-wrapper .cart-image {padding-top: 45px;}
  .checkout-cart-index #shopping-cart-table tr {border-bottom: 1px solid #2C2B2B;}
  .checkout-cart-index #shopping-cart-table .cart-action-links {position: static;}
  .checkout-cart-index #shopping-cart-table .cart-action-links { 
    position: absolute;
    top: -128px;
    right: 10px;
  }
  body.customer-account-login .wrapper .main-container h1 {font-size: 14px;}
  body.customer-account-login .wrapper .main-container .register_block h3 {font-size: 14px;}
  body.customer-account-login .wrapper .main-container {padding-top: 10px !important;}
  body.customer-account-login .wrapper .main-container .account-login .box-signin-holder { background:#ffffff;}
  body.customer-account-login .wrapper .main-container .form-list li {width: 100%; margin-bottom: 20px;}
  body.customer-account-login .wrapper .main-container .form-list li:nth-child(3) {margin-left: 0; padding-left: 0; margin-bottom: 10px;}
  body.customer-account-login .wrapper .main-container .box-signin-holder { margin-bottom:10px;padding: 0;}
  body.customer-account-login .wrapper .main-container .box-signin-holder {  
    width: 85%;
    margin: 0 auto;
    display: block;
  }
  body.customer-account-login .wrapper .main-container #existing-customer {width: 100%;}
  body.customer-account-login .wrapper .main-container .acc-number {max-width: 100%;}
  body.customer-account-login .wrapper .main-container .acc-submit {
    color: #ffffff; 
    background: #000;
    padding: 10px 15px;
    width: 100%;
    text-decoration: none;
  }
  body.customer-account-login .wrapper .main-container .button-signin.vertical-middle {max-width: 100% !important;}
  body.customer-account-login .wrapper .main-container .or {font-size: 10px !important; text-decoration: underline;}
  body.customer-account-login .wrapper .main-container .acc-or {font-size: 10px !important; text-decoration: underline;}
  body.customer-account-login .wrapper .main-container .box-signin-holder .form-list { border-bottom: 1px solid #000000; padding-bottom: 20px;}
  body.customer-account-login .wrapper .main-container .signin-content-box a.facebookButton {max-width: 100% !important;}
  body.customer-account-login .wrapper .main-container .signin-content-box a.facebookButton:after {font-weight: normal;}
  body.customer-account-login .wrapper .main-container .signin-content-box  a.button-signin {max-width: 100%; font-weight: normal;}
  body.customer-account-login .wrapper .main-container .signin-content-box ul li{font-size: 12px !important; line-height: 19px !important;}
  body.customer-account-login .wrapper .main-container .content { margin-bottom: 25px;}
  body.customer-account-login .wrapper .main-container .login-trade-text p {font-size: 12px; line-height: 0; margin-bottom: 0;}
  body.customer-account-login .wrapper .main-container .login-trade-text {max-width: 100%; padding-top: 5%;}
  body.customer-account-login .wrapper .main-container .signin-content-box {padding-top: 20px !important;}
  body.customer-account-login .main-container .register-box .register_block { min-height: 230px;}
  body.customer-account-login .main-container .signin-content-box.switch {margin-top: 0;}
  body.customer-account-login .wrapper .main-container .signin-content-box ul li:before {display: none;}
  body.customer-account-login .wrapper .main-container #remember-me-box label {
    color: #000000; 
    text-decoration: underline; 
    text-transform: lowercase;
  }
  body.customer-account-login .wrapper .main-container .login_forgot_pass {
    color: #000000; 
    text-decoration: underline; 
    text-transform: lowercase;}
  body.customer-account-login .wrapper .main-container .box-signin-holder .form-list li a {color: #000000;}
  body.customer-account-login .wrapper .main-container .box-signin-holder .form-list li button {
    color: #ffffff; 
    background: #000;
    padding: 10px 15px;
    width: 100%;
  }
  body.customer-account-login .wrapper .main-container .box-signin-holder .form-list li button span {border-bottom: none;}
  body.customer-account-login .main-container .account-login .box-signin-holder h1 {color: #000000; text-align: center; padding-bottom: 30px;}
  .checkout-cart-index #shopping-cart-table .cart-action-links .remove-btn-x {color: #000000; text-decoration: none; }
  .checkout-cart-index #shopping-cart-table .td-cart-price {float: right; width: 100%; padding-left: 133px;}
  .checkout-cart-index #shopping-cart-table .td-cart-qty {padding-left: 155px; padding-top: 0; padding-bottom: 0;}
  .checkout-cart-index #shopping-cart-table .td-cart-description {float: left; padding-left: 133px; padding-top:0;}
  .checkout-cart-index #shopping-cart-table .td-cart-total {
    padding-right: 0; 
    padding-top: 0;     
    position: absolute;
    right: 0;
    bottom: 21px;
  }
  .checkout-cart-index .discount .purchase-order-section .input-box{width: 100%;}
  .checkout-cart-index .summary-wrapper .cart-comments-wrapper .comm-label{font-weight: 700;}
  .checkout-cart-index .checkout-action-links-right {text-align: center; float: none;}
  .checkout-cart-index .checkout-action-links-right ul li a span {padding-left: 20px; padding-right: 20px;}
  .checkout-cart-index #shopping-cart-totals-table .totals-item .label {text-transform: uppercase;}
  .checkout-cart-index #shopping-cart-totals-table .tax-content-cart .summary-collapse.can-tax {text-transform: uppercase;}
  #mobile-close-button {display: block;}
  #desktop-close-button {display:none;}
  .checkout-cart-index .cart-empty {    
    text-align: center;
    margin-top: 20px;
  }
  .checkout-cart-index #shopping-cart-table .td-cart-info .cart-info {
    top: 38px;
    position: absolute;
    padding-left: 133px;
  } 
  .checkout-cart-index .summary-wrapper .checkout-action-links .btn-gray{margin: 0 auto;}
  .checkout-cart-index .summary-wrapper .checkout-action-links-right .checkout-types{float: none;}
  .checkout-cart-index #shopping-cart-totals-table .subtotal {padding-bottom: 0;}
  body.onepagecheckout-index-index .main-container .breadcrumbs{display: none;}
  body.onepagecheckout-index-index .page-title{text-align: center;}
  body.onepagecheckout-index-index .review-order-wrapper .cart_title{text-align: center; text-transform: uppercase; padding-bottom: 40px;}
  body.onepagecheckout-index-index .review-order-wrapper .order-numbers {border-bottom: none; margin-bottom: 0;}
  body.onepagecheckout-index-index #checkout-review-table-wrapper .th-product {border-bottom: none;}
  body.onepagecheckout-index-index #checkout-review-table-wrapper .td-name {border-bottom: none !important; font-weight: 700;}
  body.onepagecheckout-index-index #checkout-review-table-wrapper .order-products-table td {border: none !important;}
  body.onepagecheckout-index-index .onepage-total-wrapper .label {text-transform: uppercase;}
  body.onepagecheckout-index-index #review-terms label{font-weight: bold !important;}
  body.onepagecheckout-index-index .onepage-total-note {
    font: normal 400 10px 'GothamHTF-Book', 'Open Sans', sans-serif !important; 
    width:70%;
  }
  body.onepagecheckout-index-index .cart-actions-wrapper .cart-back {
    text-align: center;
  }
  body.onepagecheckout-index-index .cart-actions-wrapper .cart-back a {
    font: 12px 'GothamHTF-Book', 'Open Sans', sans-serif !important; 
    color: #fff;
    text-transform: uppercase;
    background: #000;
    padding: 5px 10px;
    text-decoration: none !important;
    width: 130px;
  }
  body.onepagecheckout-index-index .cart-actions-wrapper .cart-complete{width: 100%; float: none; text-align: center; margin-bottom: 20px;}
  body.onepagecheckout-index-index .cart-actions-wrapper .cart-complete #continue-checkout2 { width: 180px; float: none; background: #bab8b9;}
  body.onepagecheckout-index-index .main-container {padding-bottom: 0; min-height: 400px;}
  body.onepagecheckout-index-index .main-container #onepagecheckout_orderform .col3-set .col-2 {
    min-height: 385px;
    height: 400px !important;
  }
  body.onepagecheckout-index-index .main-container #checkout-payment-method-load  {margin-bottom: 0; padding-bottom: 0;}
  body.catalog-product-view .main-container {padding-top: 40px !important;}
  body.onepagecheckout-index-index .page-title.title-buttons {display: none;}
  body.onepagecheckout-index-index .review-order-wrapper .cart_title {font-size: 14px;}
  body.onepagecheckout-index-index .review-order-wrapper #checkout-review-table-wrapper .order-products-table .th-product {
    font: 700 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif !important;
    margin-bottom: 20px;
  }
  body.onepagecheckout-index-index .order-products-table#checkout-review-table {position: relative;}
  body.onepagecheckout-index-index .review-order-wrapper #checkout-review-table-wrapper .onepage-total-wrapper {
    border-top: none !important;
  }
  body.onepagecheckout-index-index #checkout-review-table-wrapper .order-products-table td.td-qty {
    position: absolute;
    right: -155px;
  }
  body.onepagecheckout-index-index .review-order-wrapper #checkout-review-table-wrapper .td-product.imgcart {width: 40%; float: left;}
  body.onepagecheckout-index-index .order-products-table tbody tr.first {
    height: 150px; 
    border-bottom: 1px solid #231F20;
    
  }
  body.onepagecheckout-index-index .order-products-table#checkout-review-table tbody tr.first .td-price {display: none;}
  body.onepagecheckout-index-index .order-products-table#checkout-review-table tbody tr.first .td-subtotal {font-weight: 700;}
  body.onepagecheckout-index-index .order-products-table#checkout-review-table tbody tr.first .td-color { padding: 3px 0; margin-left: 20px;}
  body.onepagecheckout-index-index .order-products-table#checkout-review-table tbody tr.first .td-code { padding: 3px 0; margin-left: 20px;}
  body.onepagecheckout-index-index .order-products-table#checkout-review-table tbody tr.first .td-price { padding: 3px 0; margin-left: 20px;}
  body.onepagecheckout-index-index .order-products-table#checkout-review-table tbody tr.first .td-name { margin-left: 20px;}
  .footer { margin-top: 0 !important;}
  .footer .f-menu {display: none;}
  .footer #mobile-menu-footer {
    display: block;
    text-transform: uppercase;
  }
  .footer #mobile-menu-footer ul {
    text-align: center;
  }
  .footer #mobile-menu-footer li a {
    font: 700 13px 'GothamHTF-Bold';
    color:  #2b2b2b;
  }
  .footer #mobile-menu-footer li {
    padding: 15px 0 0 0;
  }
  /*Home page - Featured product*/
  .home-featuredproducts-inner #featured-products-title {
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
  }
  .home-featuredproducts-inner #featured-products-desc {
    text-align: center;
  }
}

@media only screen and (max-width: 320px) {
  .checkout-cart-index #shopping-cart-table .td-cart-price {padding-left: 114px;}
  .checkout-cart-index #shopping-cart-table .td-cart-qty {padding-left: 136px;}
  .checkout-cart-index #shopping-cart-table .td-cart-description {padding-left: 114px;}
  .checkout-cart-index #shopping-cart-table .cart-info-wrapper .cart-image {padding-right: 5px;}
}

/** Tour **/
.tour-fact {border-top:1px solid #BFBFBF; margin-top:30px; padding-top:30px;}
.tour-fact h6 {font-size:14px; color:#537089; margin-bottom:15px}
.tour-video {float:left; margin-right:25px;}
.tour-decs {}
.catalog-category-view p {padding:0 0 7px;}

/*Press page*/
#press_container {padding:0 0px 0 8px; margin-right:-30px}
#press_container ul li{
    display: inline-block;
    text-align:left;
    padding-right:20px;
}
.press-item .loop h4 {
	padding:20px 0;
}

.pp_fade .share_press {position:absolute; right:25px; bottom:-15px; height:30px; width:105px; z-index:99999;}
.pp_fade .share_press a {display:inline-block; width:30px;}

/*** Project share ***/
.amlist-list-share .buttons-set, .wishlist-index-share .buttons-set{ max-width:566px;}
.amlist-list-share .buttons-set p.required, .wishlist-index-share .buttons-set p.required {float:none;}
.amlist-list-share label.required em, .wishlist-index-share label.required em {display:inline-block; width:10px;}

/*** Account pages ***/
.block.block-cart .actions { margin: 15px 0 25px; }
.block-content .product-name { text-transform: none; color: #000000; }
.block-content a.details { color: #000000; text-decoration: none; }
.block-content a.details:hover { text-decoration: underline; }
.my-account .my-wishlist .buttons-set { border: 0; padding: 20px 0; margin: 0; }
.change-pass input { max-width: 60%; }
.change-pass input.validation-failed { background: #a8b8c9; display: inline-block; border: 0; }
.change-pass div.validation-advice {
	margin: 0 0 0 2%;
	display:inline-block;
	background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/validation-failed.png) no-repeat 0 50%;
	padding:2px 0 0 35px;
	color:#537089;
	height:30px;
	vertical-align:top;
	max-width:37%
}
.demibold-class { font-family: 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; }

/** Swatches **/
 .products-grid.swatches > li:nth-child(odd) {
    clear: none;
  }
  .products-grid.swatches > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  .products-grid.swatches > li {
    width: 47.8642%;
    margin-right: 3.7037%;
    padding:4% 1%;
  }
 .products-grid.swatches > li:nth-child(2n) {
    margin-right: 0;
  }
 .products-grid.swatches li .imageHolder, .main-swatch .imageHolder {
    float:left;
    max-width:230px;
    width:100%;
    padding-right:20px;
 }
 .products-grid.swatches li .sw-info, .main-swatch .sw-info {
    float:left;
    max-width:210px;
    width:100%;
    text-align: left;
 }
 .main-swatch {
 	float:left;
 	width:100%;
 	min-height:210px;
 	padding:0;
 	border-bottom: 1px solid #c6c8ca;
 	border-right: 1px solid #c6c8ca;
 	padding:4% 1%;
 }
 .main-swatch .imageHolder { }
 .main-swatch .sw-info {max-width:none; width:73%;}
  .products-grid.swatches li h2.product-name a, .main-swatch h2.product-name a, .main-swatch h2.product-name {
  	font-size:18px;
  	color:#537089;
  	font-weight:normal;
  }
 .products-grid.swatches .popupHolder, .main-swatch .popupHolder{
  width:110%;
  left:0;
 }
  .products-grid.swatches .popupHolder .product-image, .main-swatch .popupHolder .product-image{padding-right:10px;}
 .sw-info p {padding:7px 0;}

.main-swatch .link-wishlist {
    background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/wishlist_star_blue.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #000;
    display: inline-block;
    font-family: "Lucida Sans",Verdana,Arial,sans-serif;
    font-size: 12px;
    line-height: 22px;
    margin-left: 20px;
    padding-right: 20px;
    text-decoration: underline;
    text-transform: uppercase;
    vertical-align: middle;
}

.main-swatch .button.btn-cart {
    background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/cart_button_blue.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #000;
    font-family: "Lucida Sans",Verdana,Arial,sans-serif;
    font-size: 12px;
    margin-left: 10px;
    padding: 0 20px 0 0;
    text-decoration: underline;
}
.main-swatch .button.btn-cart img,
.main-swatch .link-wishlist img {
	display:none !important;
}
.btn-rt {float:right;}
.btn-rt .price-box p {
 	padding: 7px 5px;
	display: inline-block;
 }
.main-swatch .price-box, .main-swatch .actions {display: inline-block; vertical-align: middle;}
.main-swatch .price-box .price {font-size:15px;}
.main-swatch a.buttonView { padding:5px; margin:0 10px;}
.main-swatch label[for=qty]{
	text-transform:uppercase;
	font-weight:normal;
	vertical-align:middle;
	margin-left: 10px;
	color:#000;
}
 body.sendfriend-product-send .main-container {padding-top:100px;}
 /*** Flag purchase ***/
 .previously_purchase {
    right: 20px;
    position: absolute;
    top: 0px;
    z-index: 10;
}
.actions .previously_purchase {
	position:relative;
	top:-2px;
	right:0;
	margin-right:15px;
	float:left;
}

.flag {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 0 8px #6a6a6a;
    font-size: 12px;
    left: -72px;
    padding: 15px 10px 7px;
    position: absolute;
    text-align: center;
    top: -72px;
    width: 156px;
    min-height: 30px;
    display:  none;
    font-family: "Lucida Sans",sans-serif;
    color: #333;

}

.previously_purchase span{
    background: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/purchase-flag.png) no-repeat 0 0 transparent;
    background-size: 30px 30px;
    /*border-radius: 50%;
    color: #fff;*/
    cursor: default;
    display: inline-block;
    font-size: 9px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    position:relative;
    z-index:1001;
    font-family: "Lucida Sans",sans-serif;
}

.flag:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 48px;
    top:39px;
    height: 0;
    width: 0;
    border: 28px solid transparent;
    border-bottom-color: #fff;
    //margin-left: -50px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.flag:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 70px;
    top:21px;
    height: 40px;
    width: 40px;
    background-color: #fff;
    margin-left: -14px;
    z-index: -1;
    box-shadow: 0 0 8px #6a6a6a;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.flag p {
	color:#000000 !important;
	text-align:center;
}
.product-sku .flag {top:-60px; padding-top:10px;}
.product-sku .flag:before {top:27px;}
.product-sku .flag:after {top:9px;}
.button.btn-update.please-update{
    background: #537089 none repeat scroll 0 0 !important;
    border: 1px solid #537089 !important;
    color: #fff !important;
}
/*** My account - Orders page ***/
#my-orders-table.data-table {
  width: 100%;
  border-right:1px solid #bfbfbf;
  margin:20px 0;
}

#my-orders-table.data-table thead th,
#my-orders-table.data-table tbody td {
    border-bottom: 1px solid #bfbfbf;
    border-top:1px solid #bfbfbf;
    border-left:1px solid #bfbfbf;
    vertical-align: middle;
    text-align: left;
    line-height:25px;
}
#my-orders-table.data-table thead th {text-transform:none; color:#000000; text-align:center;}
.seldiv {
	display:inline-block;
	background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/selorders.png) no-repeat center right transparent;
	width:50px;
	overflow:hidden;
	height:25px;
	border:1px solid #bfbfbf;
	vertical-align:middle;
}
.seldiv select {
	width:64px;
	height:23px;
	background: none repeat scroll 0 0 transparent;
  border: medium none;
  border-radius: 0;
  display: block;
  line-height:1;
  padding:0 0 0 0px;
}
.sales-order-history .buttons-set { border: 0; padding: 20px 0 0 0; }
.sales-order-history #tabs {position:relative; margin:0; border:0;}
.sales-order-history .previous, .sales-order-history .previous:before,
.sales-order-history .next, .sales-order-history .next:before, .sales-order-history .pages a:hover:before {border:0 none;}
.sales-order-history .pages {margin-left:20px;}
.sales-order-history .pages a img {padding:8px 3px 0;}
.sales-order-history .pages a.previous img {
	-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
        float:right;
}
.sales-order-view .page-title.title-buttons {
	text-align: right;
	padding-right: 15px;
	color: white;
	font-family: 'lucida_sansdemibold_roman', Arial, sans-serif;
	line-height:21px;
}
.sales-order-view .page-title.title-buttons a {padding:3px;}

/*** Bundle ***/
.bundle-product-swatch .product-options-bottom .add-to-cart .link-wishlist,
.bundle-product-swatch .product-options-bottom .add-to-cart label,
.bundle-product-swatch .product-options-bottom .add-to-cart .numberHolderCart,
#product-options-wrapper .qty-holder {display:none}
.bundle-product-swatch .product-options-bottom .add-to-cart .button {
	color:#fff;
	width:200px;
	background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/cart.png') no-repeat 122px center #537089;
	text-decoration:none;
}

.bundle-product-swatch a.loginLink {
	border:1px solid #537089;
	width:180px;
	display:block;
	height:25px;
	line-height:24px;
	text-align:center;
	margin-right:20px;
}
.product-view .bundle-product-swatch .add-to-cart {
	margin: 0px 0 0 20px;
}
div.skucheck {width:150px; margin:2px 0;}
.product-options ul.options-list li span.swsku {font-size:11px;}
.product-options ul.options-list input.checkbox {
	float:right;
	margin:5px 0 0;
}
.swboxes{display:none}
.main-swatch .imageHolder h2.product-name,
	.main-swatch .imageHolder p.mswsku {
		display:none;
	}


.webform-recaptcha-validation-error {
    color: red;
    font-size: 15px;
}

.webform-recaptcha-validation-success {
    color: #537089;
    font-size: 15px;
}

.wish_bottom {
    float:right;
    margin-top:20px;
}
.wish_summ {
    border: 1px solid #e6e6e6;
    text-align:center;
}
.wish_sum_title {
    float:left;
    width:70%;
    border-right: 1px solid #e6e6e6;
    margin:10px 0;
}
.wish_sum_title h5, .wish_sum_cont p {
    font-size:16px;
    text-transform:lowercase;
    font-weight: bold;
    color:#666;
    line-height:40px;
    margin:0;
}
.wish_sum_cont {
    float:right;
    width:29%;
    margin:10px 0;
}
.total_div {
    clear:both;
    width:100%;
    border-top: 1px solid #e6e6e6;
}
.total_div p {font-size:12px;}
.total_div span {color:#123365;}
.total_div p.price_summ {
    font-size:27px;
    color:#123365;
    font-weight:bold;
    text-transform:lowercase;
    padding-top:20px;
}
.wishlist .buttons-set {border:0 none;}
.wish_bottom .buttons-set button.button {min-width:120px; float:none;}
.back_a, button.btn-continue, button.btn-delete {
    line-height: 33px; height: 33px; min-width:120px;
    color:#fff; background:#A6A6A6; display:inline-block;
    text-align:center; margin-right:10px;
    font-size:13px; top:1px;
}
button.btn-continue, button.btn-delete {line-height:1; margin-right:0px;}
.mob_img {display:inline-block; float:left;}
.tablet_wish div.mob-info {text-align:right; max-width:120px;}
.mob_btn {clear:both; padding: 15px; margin:0 auto; max-width:300px;}
.mob_btn button {width:100%; margin-bottom:15px;}
p.wishlist-empty {margin-top:30px;}
.add_to_wishlist {display:none;}
.add_to_wishlist.showing, .add_to_wishlist span { display: inline-block; }



/*.catalog-product-view .addtoproject .addtoproject-ajax{
    padding-left: 0px;
}*/

.add_to_wishlist {
    background: #ffffff;
    position: absolute;
    top: 52px !important;
    left: 0;
    z-index: 10000;
    width: 93%;
    border: 1px solid #D6D6D6;
    text-align: center;
    padding: 20px 3%;
}
.add_to_wishlist .addtoproject-product-name { margin-bottom: 3px; }
.add_to_wishlist .addtoproject-product-sku  { margin-bottom: 3px; }
.add_to_wishlist .addtoproject-product-sku span { font-size: 14px; font-weight: 400; color: #537089; }
.add_to_wishlist .addtoproject-info-msg { margin: 0; }
.add_to_wishlist .close-mess { position: absolute; top: 5px; right: 5px; width: 10px; height: 10px; display: block; cursor: pointer; }
.add_to_wishlist .close-mess:before, .add_to_wishlist .close-mess:after {
    content: '';
    background-color: #537089;
    position: absolute;
    width: 10px;
    height: 1px;
}
.add_to_wishlist .close-mess:before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); top: 5px; left: 0; }
.add_to_wishlist .close-mess:after  { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); top: 5px; right: 0; }

.project-wrapper .project-add-to-wishlist{
    padding: 0px 15px 0px 18px;
    border: 1px solid #939598;
    height: 40px;
    line-height: 40px;
    min-width: 150px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: 1.2px;
    color: #939598;
    display: inline-block;
    margin-bottom: 10px;
}

.project-wrapper .project-add-to-wishlist img{
    display: inline-block;
    padding-right: 10px;
}

.amlist-list-index .create-new-project .add-new-plus { background-size: 100px; width: 100px; height: 100px; }
.amlist-list-index .create-new-project .modal-add .create-content { font-size: 22px; }
.amlist-list-index .project-wishlist .project-info .project-count { font-size: 14px; }

.amlist-list-index .modal-rename {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
}

.amlist-list-index .create-new-project .modal-add .close-modal {
    position: absolute;
    right: 5px;
    top: 5px;
}

.amlist-list-index .modal-rename .edit-project-name-form {
    display: block;
    top: 50%;
    width: 100%;
}

.amlist-list-index .modal-rename .create-content {
    color: #537089;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 13px;
    margin-bottom: 41px;
    margin-top: 30%;
    text-align: center;
    text-transform: uppercase;
}

.amlist-list-index .modal-rename input {
    border: 0px solid #c4c4c4;
    background: #ededed;
    box-shadow: none;
    color: #000000;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    text-align: center;
    width: 75%;
    max-width: 239px;
}

.amlist-list-index .modal-rename button {
    background: #537089;
    border: 0 none;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    margin: 20px auto 0;
    padding: 2px 40px;
    max-width: 239px;
    outline: medium none;
    text-transform: uppercase;
    width: 75%;
}


@media only screen and (max-width : 520px) {
    .amlist-list-index .project-wishlist { width: 100%; /*height: 330px;*/ margin-bottom: 30px; }
}

.amlist-list-index .modal-rename button:hover {
    background: #9D9FA1;
}


/*From Project to Wishlist*/
.amlist-list-edit .data-table tbody td.td-btn .add-to-wishlist-wrapper { position: absolute; top: 0; right: 0; }

.catalog-category-view .add-to-box .add-to-links .add-to-wishlist-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 16px;
    margin-left: 10px;
}
.catalog-category-view .add-to-wishlist-wrapper .is_in_wishlist_heart,
.catalog-product-view .add-to-wishlist-wrapper .is_in_wishlist_heart {
    width: 25px;
    height: auto;
    padding: 0;
    margin: 0;
}

.amlist-list-edit .data-table tbody td.td-btn .btn-addtowishlist { width: 35px; height: 30px; }

.btn-addtowishlist {
    font-size: 20px;
    color: #ffffff;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #fff;
    box-shadow: none;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-addtowishlist .is_in_wishlist_heart {
    width: 25px;
    height: auto;
    padding-bottom: 5px;
}

/* ============================================ *
 * Social Icons
 * ============================================ */
.social-wrapper {}
.social-wrapper ul { list-style-type: none; margin: 0; padding: 0; }
.social-wrapper ul:after { content: ''; display: block; clear: both; }
.social-wrapper ul li { float: left; margin: 0; padding: 0 8px 0 0; }
.social-wrapper ul li:last-of-type { padding-right: 0; }
.social-wrapper ul li a { font-family: 'FontAwesome'; font-size: 15px; color: #2b2b2b;  display: block;}
.social-wrapper ul li a:hover { text-decoration: none; }
.social-wrapper ul li.social-facebook  a:before { content: '\f09a'; }
.social-wrapper ul li.social-instagram a:before { content: '\f16d'; }
.social-wrapper ul li.social-pinterest a:before { content: '\f231'; }

/* ============================================ *
 * Header
 * ============================================ */
.header-container { background: #ffffff; position: fixed; top: 0; left: 0; z-index: 999999999; width: 100%; height: auto; border-bottom: 1px solid #e7e6e6; }
.header-container:after { content: ''; display: block; clear: both; }
.header { position: relative; height: 60px; padding-top: 18px; }
.header:after { content: ''; display: block; clear: both; }
.header .h-left { float: left; }
.header .h-left:after { content: ''; display: block; clear: both; }
.header .h-logo { position: absolute; top: 50%; left: 5%; width: 215px; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.header .h-logo a { display: block; }
.header .h-logo img { width: 100%; height: auto; }
.header .h-menu { padding-top: 7px; padding-left: 250px; }
.header .h-menu #nav:after { content: ''; display: block; clear: both; }
.header .h-right { float: right; padding: 4px 0 0 0; }
.header .h-right:after { content: ''; display: block; clear: both; }
.header .h-search { float: left; }
.header .h-search .form-search { position: relative; }
.header .h-search #search {
    font: 400 9px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #aeaeae;
    width: 180px;
    height: auto;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.header .h-search #search:focus { border: none; outline: none; }
.header .h-search #search,
.header .h-search #search:focus {
    border-bottom: 1px solid #2b2b2b;
}
.header .h-search .button {
    position: absolute;
    bottom: 5px;
    right: -4px;
    background: none;
    color: #2b2b2b;
    display: block;
    border: 0;
    line-height: 100%;
    padding: 0;
}
.header .h-search .button:before { content: '\f002'; font-family: 'FontAwesome'; font-size: 14px; color: #2b2b2b; }
.header .h-cart { float: left; padding: 0 0 0 25px; margin: -5px 0 0 0; }
.header .h-cart:after { content: ''; display: block; clear: both; }
.header .h-cart a { display: block; float: left;
    background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/shoping_bag.svg') no-repeat;
    background-size: 14px 19px;
    height: 19px;
    width: 14px;
}
.header .h-cart .h-cart-counter { font: 400 12px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #2b2b2b; float: left; padding: 5px 0 0 6px; }
.header .h-social { float: left; border-left: 1px solid #2b2b2b; margin-left: 18px; padding-left: 12px; }

/* ============================================ *
 * Main Menu
 * ============================================ */
#nav {}
#nav ul { list-style-type: none; margin: 0; padding: 0; }
#nav ul:after { content: ''; display: block; clear: both; }
#nav li { line-height: 120%; margin: 0; padding: 0; }
#nav li a { font: 400 13px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #2b2b2b; text-transform: uppercase; line-height: 120%; margin: 0; padding: 0; }
#nav li.level0 { position: relative; float: left; padding-right: 30px; }
#nav li.level0:last-of-type { padding-right: 0; }
/*#nav li.level1 > a.level-top:before { content: '+'; display: inline-block; }*/
#nav li.level1 { position: relative; }
#nav .toggle-sign { display: block; position: absolute; top: 0; left: 0; }
#nav .toggle-sign:before { content: '+'; font: 400 14px 'Open Sans', sans-serif; color: #2b2b2b; line-height: 100%; }
#nav li.level1 > a.level-top { padding-left: 11px; }
#nav li.level1 > a.level-top:hover { border-bottom: 1px solid #2b2b2b; text-decoration: none; }
#nav li.level1 > a.level-top.over { border-bottom: 1px solid #2b2b2b; text-decoration: none; }
.nav-logged #nav li.level1.login > a { text-transform: none; }
#nav li.level1 ul {
    background: #ffffff;
    opacity: 0;
    position: absolute;
    top: 14px;
    left: -99999px;
    z-index: 1001;
    width: 230px;
    transition: opacity 0.4s;
    border: 1px solid #e7e6e6;
    padding: 5px 15px;
    margin: 0 0 0 -16px;
    padding-top:30px;
    border:none;
}
#nav li.level1:hover ul { left: 0; opacity: 1; }
#nav li.level1 ul > li { border-bottom: 1px solid #2b2b2b; }
#nav li.level1 ul > li > a { display: block; text-transform: uppercase; line-height: 120%; padding: 8px 3px; margin: 0; }
#nav li.level1 ul > li:last-of-type { border-bottom: 0; }
#nav li.level1 ul > li > a:hover { background: rgba(43,43,43,0.075); text-decoration: none; }

/* ============================================ *
 * Main Menu - Mobile
 * ============================================ */
.header-container .hamburger-menu { display: none; cursor: pointer; line-height: 100%; }
.header-container .hamburger-menu:before { content: '\f0c9'; font-family: 'FontAwesome'; font-size: 28px; color: #757575; display: block; }
.header-container.mobile .hamburger-menu { display: block; }
.header-container.mobile .nav-container {
    display: none;
    background: #ffffff;
    position: absolute;
    top: 61px;
    left: 0;
    width: 100%;
    z-index: 100000000;
    padding: 0;
}
.header-container.mobile .nav-container ul.shown-sub li.level1 a {font-size: 12px !important;}
.header-container.mobile .nav-container ul.level1 li.level1 a {font-size: 12px !important;}
.header-container.mobile .nav-container ul.shown-sub li.level1 a span {font-size: 12px !important; font-weight: normal !important;}
.header-container.mobile .nav-container ul.shown-sub li.level1 a {border: none !important;}
.header-container.mobile .nav-container ul.shown-sub li.level1 {border: none !important;}
.header-container.mobile .nav-container ul li a.level-top {border-bottom: 1px solid #e7e6e6 !important; border-top: 1px solid #e7e6e6;}
.header-container.mobile .nav-container ul#nav ul.level0 li a.level-top {padding-left: 35px !important;}
.header-container.mobile .nav-container ul#nav ul.level0 li span.toggle-sign {padding-left: 15px;}
.header-container.mobile .nav-container ul.level0 li a.level-top span {font-weight: bold;}
.header-container.mobile .nav-container ul.level0 li a.level-top {border-top: 1px solid #e7e6e6; border-bottom: 1px solid #e7e6e6;}
.header-container.mobile #nav li.level0 { float: none; padding: 0; margin: 0; }
.header-container.mobile #nav li a { font-size: 14px; display: block; padding: 10px 10px 10px 25px; }
.header-container.mobile #nav li.level1 > a.level-top:hover { border-bottom: 0; }
.header-container.mobile #nav li.level1 ul { display: none; position: static; top: 0; left: 0; width: auto; opacity: 1; border: 0; padding: 0 25px 30px 25px; }
.header-container.mobile #nav li.level1 ul > li { border-bottom: none; }
.header-container.mobile #nav .toggle-sign { cursor: pointer; top: 12px; }
.header-container.mobile #nav .toggle-sign:before { content: '\f067'; font-family: 'FontAwesome'; font-size: 14px; padding: 2px 5px 2px 2px; }
/*.header-container.mobile #nav li.level1.children-no .toggle-sign:before { display: none; }*/
.header-container.mobile #nav .toggle-sign.active:before { content: '\f068'; }
.header-container.mobile .header .h-logo { top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.header-container.mobile .header .h-logo.leftAligned { left: 35%;}
.header-container.mobile .header .h-menu { padding-top: 7px; padding-left: 12px; }
.header-container.mobile .header .h-social { display: none; }
.header-container.mobile .header .h-cart a:before { font-size: 21px; }
.header-container.mobile .header .h-cart { padding-left: 15px; }
.header-container.mobile .h-search { position: relative; }
.header-container .search-toggler-mobile { display: none; cursor: pointer; line-height: 100%; padding-top: 1px; }
.header-container .search-toggler-mobile:before { content: '\f002'; font-family: 'FontAwesome'; font-size: 22px; color: #757575; }
.header-container.mobile .search-toggler-mobile { display: block; text-align: right; }
.header-container.mobile #search_mini_form {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2000000001;
}
.header-container.mobile .h-search #search { height: 30px; }

/* ============================================ *
 * Footer
 * ============================================ */
.footer-container { width: 100%; z-index: 1002; }
.catalog-category-view .footer-container { padding-top: 35px; padding-bottom: 50px; }
.footer-container .footer-inner { padding-top: 25px; }
.footer { position: relative; max-width: 960px; width: 100%; border-top: 1px solid #2b2b2b; border-bottom: 1px solid #2b2b2b; padding: 20px 0; margin: 0 auto 50px auto; }
.footer:after { content: ''; display: block; clear: both; }
.catalog-category-view .footer { margin-top: 0; margin-bottom: 0; background: #ffffff;}
.footer .f-left { float: left; }
.footer .f-right { float: right; }
.footer .f-menu h4,
.footer .f-menu ul li,
.footer .f-menu ul li a {
    font: 700 13px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #2b2b2b;
    text-transform: uppercase;
    line-height: 120%;
    margin: 0;
    padding: 0;
}
.footer .f-menu h4,
.footer .f-menu ul li {
    padding: 0 0 10px 0;
}
.footer .f-menu ul li,
.footer .f-menu ul li a {
    font-weight: 400;
}
.footer .f-menu ul { margin: 0; padding: 0; }
.footer .f-menu ul li:last-of-type { padding-bottom: 0; }
.footer .f-social { padding: 0; margin: 0; }
.footer .f-social-inner { display: table; margin: 0 auto; }
.footer .social-wrapper ul li { padding-right: 12px; }
.footer .social-wrapper ul li:last-of-type { padding-right: 0; }
.footer .social-wrapper ul li a { font-size: 18px; }
.footer .f-copyright { font: 400 13px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #2b2b2b; text-align: right; padding: 23px 0 0 0; margin: 0; }

/* ============================================ *
 * Homepage
 * ============================================ */
.cms-home { overflow-x: hidden; }
@media screen and (min-width:1650px){
  .home-mainslider .bx-viewport {
    height: 100vh;
  }
  ul.slider-home-bx .item,
  ul.slider-home-bx .item img {
      /*height: 100vh;*/
  }
}

.homepage-wrapper .slider { width: 100%; }
.homepage-wrapper .slider li.item { position: relative; overflow: hidden; }
.homepage-wrapper .slider .banner-content { position: absolute; top: 50%; left: 10%; z-index: 100000000; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.homepage-wrapper .slider .banner-content h1 { font: 400 18px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #ffffff; text-transform: uppercase; line-height: 120%; margin: 0 0 20px 0; padding: 0; }
.homepage-wrapper .slider .banner-content a { font: 400 12px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; display: table; color: #ffffff; text-align: center; text-decoration: underline; text-transform: uppercase; line-height: 120%; margin: 0 auto; padding: 0; }
.homepage-wrapper .slider .banner-content a:hover { text-decoration: none; }

.home-featuredproducts { padding-top: 60px; }
.home-featuredproducts .featuredproducts-title { padding-bottom: 3px; }
.home-featuredproducts .featuredproducts-title h3 {
    font: 400 16px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #2b2b2b;
    text-align: center;
    text-transform: uppercase;
    line-height: 120%;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}
.home-featuredproducts-inner { margin: 0; padding: 0; }
.home-featuredproducts-inner:after { content: ''; display: block; clear: both; }
.home-featuredproducts-inner .item { max-width: none !important; padding: 0; margin: 0; }
.home-featuredproducts-inner .featuredproducts-img { width: 100%; height: 482px; }
.home-featuredproducts-inner .featuredproducts-img a { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; cursor: default; }
.home-featuredproducts-inner .featuredproducts-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.home-featuredproducts-inner .item .featuredproducts-info { visibility: hidden; opacity: 0; transition: opacity 0.5s; -webkit-transition: opacity 0.5s; -moz-transition: opacity 0.5s; }
.home-featuredproducts-inner .item.active-slide .featuredproducts-info { visibility: visible; opacity: 1; }
/* This block is causing problem */
/* .home-featuredproducts-inner .slick-list .slick-active { transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.home-featuredproducts-inner .slick-list .slick-active + .slick-active { transform: translateX(0); -webkit-transform: translateX(0); }
.home-featuredproducts-inner .slick-list .slick-active + .slick-active + .slick-active { transform: translateX(50%); -webkit-transform: translateX(50%); }  */
.home-featuredproducts-inner .featuredproducts-info { padding-top: 10px; }
.home-featuredproducts-inner .featuredproducts-info h3 { text-align: center; margin: 40px 0 15px 0; padding: 0; }
.home-featuredproducts-inner .featuredproducts-info h3 a {
    font: 700 21px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #2b2b2b;
    display: table;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 120%;
    margin: 0 auto;
    padding: 0;
}
.home-featuredproducts-inner .featuredproducts-info h3 a:hover { text-decoration: none; }
.home-featuredproducts-inner .featuredproducts-info p { letter-spacing:1px; font: 400 16px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #231f20; text-align: center; text-transform: none; line-height: 150%; margin: 0 auto; padding: 0; width: 95%;}
.home-featuredproducts-inner .slick-list { margin: 0; padding: 0; }
.home-featuredproducts-inner .slick-list .slick-active .featuredproducts-info { display: none; }
.home-featuredproducts-inner .slick-list .slick-active + .slick-active .featuredproducts-info { display: block; }
.home-featuredproducts-inner .slick-list .slick-active + .slick-active + .slick-active .featuredproducts-info { display: none; }
.featuredproducts-slider-dots { padding: 45px 0 80px 0; margin: 0; }
.featuredproducts-slider-dots .slick-dots { position: static; padding: 0; margin: 0; }
.featuredproducts-slider-dots .slick-dots li:last-of-type { padding-right: 0; }
.featuredproducts-slider-dots .slick-dots li button { margin: 0; padding: 0; }
.featuredproducts-slider-dots .slick-dots li button:before { background: #b6b6b6; content: ''; width: 18px; height: 18px; border-radius: 50%; opacity: 1; padding: 0; margin: 0; }
.featuredproducts-slider-dots .slick-dots li.slick-active button:before { background: #6c6c6c; }

.home-featuredproducts .bx-wrapper {}
.home-featuredproducts .bx-viewport { overflow: visible !important; }
.home-featuredproducts .bx-controls { padding: 45px 0 100px 0; margin: 0; }
.home-featuredproducts .bx-controls:after { content: ''; display: block; clear: both; }
.home-featuredproducts .bx-pager { position: static !important; padding: 0; margin: 0; }
.home-featuredproducts .bx-pager .bx-pager-item { padding-right: 8px; }
.home-featuredproducts .bx-pager .bx-pager-item:last-of-type { padding-right: 0; }
.home-featuredproducts .bx-pager .bx-pager-link { background: #b6b6b6 !important; display: block !important; width: 18px !important; height: 18px !important; border-radius: 50% !important; opacity: 1 !important; padding: 0 !important; margin: 0 !important; }
.home-featuredproducts .bx-pager .bx-pager-link.active { background: #6c6c6c !important; pointer-events: none; }

.home-stayconnected .featuredproducts-title { margin: 0; padding: 0 0 25px 0; }
.home-stayconnected .featuredproducts-title h3 {
    font: 400 16px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #2b2b2b;
    text-align: center;
    text-transform: uppercase;
    line-height: 130%;
    margin: 0;
    padding: 0;
}
.home-stayconnected .featuredproducts-title h3.hashtag { line-height: 100%; padding-top: 5px; }
.home-stayconnected .featuredproducts-title h3 span { border-right: 1px solid #2b2b2b; margin: 0 10px 0 0; padding: 0 10px 0 0; }
.home-stayconnected .featuredproducts-title h3 span:last-of-type { border-right: 0; margin-right: 0; padding-right: 0; }
.home-stayconnected .instagram-feed { padding: 0; margin: 0; }
.home-stayconnected .instagram-feed:after { content: ''; display: block; clear: both; }
.home-stayconnected .instagram-feed .slick-list { margin: 0; padding: 0; }
.home-stayconnected .instagram-item { cursor: pointer; margin-right: 5px; }
.home-stayconnected .instagram-item .istg-image { width: 100%; height: 100%; padding-right: 0; padding-bottom: 0; }
.home-stayconnected .instagram-item img { width: auto; height: auto; max-width: 100%; max-height: none; border: 0; margin: 0 auto; }
.home-stayconnected .istg-popup {
    display: none;
    background: #ffffff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999999;
    width: 70%;
    height: 75%;
    border: 1px solid #cccccc;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    padding: 30px;
}
.home-stayconnected .istg-popup-inner { height: 100%; overflow-y: auto; }
.home-stayconnected .istg-popup-inner:after { content: ''; display: block; clear: both; }
.home-stayconnected .istg-popup .istg-popup-left { float: left; width: 55%; height: 100%; }
.home-stayconnected .istg-popup .istg-popup-left a { display: block; width: 100%; height: 100%; }
.home-stayconnected .istg-popup .istg-popup-left img { width: auto; height: auto; max-width: 100%; max-height: 100%; margin: 0 auto; }
.home-stayconnected .istg-popup .istg-popup-right { float: right; width: 41.5%; }
.home-stayconnected .istg-popup .istg-popup-caption { margin: 0; padding: 45px 0; }
.home-stayconnected .istg-popup .istg-popup-caption a { font: italic 400 21px 'Lucida Sans', Arial, sans-serif; color: #2b2b2b; display: block; line-height: 150%; margin: 0; padding: 0; }
.home-stayconnected .istg-popup .istg-popup-caption a:hover { color: #000000; text-decoration: none; }
.home-stayconnected .istg-popup .istg-popup-date { margin: 0; padding: 0 0 30px 0; }
.home-stayconnected .istg-popup .istg-popup-date a {
    font: 600 16px 'Lucida Sans', Arial, sans-serif;
    color: #717171;
    display: block;
    text-transform: uppercase;
    line-height: 120%;
    margin: 0;
    padding: 0;
}
.home-stayconnected .istg-popup .istg-popup-date a:hover { color: #000000; text-decoration: none; }
.home-stayconnected .istg-popup .istg-popup-date .separator { margin: 0; padding: 0; }
.home-stayconnected .istg-popup-social ul li { padding-right: 18px; }
.home-stayconnected .istg-popup-social ul li a { font-size: 22px; color: #717171; }
.home-stayconnected .istg-popup .istg-popup-close { position: absolute; top: 12px; right: 12px; cursor: pointer; }
.home-stayconnected .istg-popup .istg-popup-close:before { content: '\f00d'; font-family: 'FontAwesome'; font-size: 18px; color: #2b2b2b; line-height: 100%; }
.home-stayconnected .istg-popup-overlay {
    display: none;
    background: rgba(204,204,204,0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    width: 100%;
    height: 100%;
}

/* ======================================================== *
 * Sidebar
 * ======================================================== */
.sidebar .block ul { margin: 0; padding: 0; }
.sidebar .block ul li { margin: 0; padding: 0; }
.sidebar .block ul li.active > a,
.sidebar .block-content ul.level2 > li.active > .cat-item a,
.sidebar .block ul li.level3.active a {
    text-decoration: underline
}
.sidebar .block h4,
.sidebar .block h4 a {
    font: 400 13px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    display: block;
    text-transform: uppercase;
    line-height: 120%;
}
.sidebar .block-content { margin: 0; padding: 0; }
.sidebar .block-content .cat-item .ico-toggle-cat {
    background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/ico-arrowright-empty-gray.png') no-repeat center left / 5px auto;
    display: block;
    width: 13px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.sidebar .block-content .level1.active .cat-item .ico-toggle-cat {
    background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/ico-close-gray.png') no-repeat center left / 5px auto;
    background-size: 10px;
}

.sidebar .block ul.parent-level > li h4 { position: relative; padding: 0 0 0 13px; margin: 0; }
.sidebar .block ul.parent-level > li h4 a { display: block; border-bottom: 1px solid #e7e6e6; padding: 12px 0; margin: 0; }
.sidebar .block ul.parent-level > li h4 a:hover { text-decoration: none; }
.sidebar .block ul.parent-level > li:last-of-type h4 a { border-bottom: 0; }
.sidebar .block-content ul.level1 > li.active .cat-item a { font-weight: 700; }
.sidebar .block-content ul.level1 ul { display: none; border-bottom: 1px solid #e7e6e6; padding: 15px 0 15px 0; margin: 0 0 0 13px; }
.sidebar .block-content ul.level1 li.active > ul { display: block; }
.sidebar .block-content ul.level2 li a { font: 700 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #000000; display: block; text-transform: uppercase; padding: 7px 0; margin: 0; }
.sidebar .block-content ul.level1 > li.active > ul.level2 > li.active > ul.level3 .cat-item a { }

/* ======================================================== *
 * Tradeshows - static page
 * ======================================================== */
.tradeshows-page {}
.tradeshows-page .page-title h1 { display: inline-block; border-bottom: 1px solid #000000; }
.tradeshows-wrapper {}
.tradeshows-wrapper .tradeshows-item { border-bottom: 1px solid #a1a1a1; margin: 0 0 35px 0; padding: 0 0 35px 0; }
.tradeshows-wrapper .tradeshows-item:after { content: ''; display: block; clear: both; }
.tradeshows-wrapper .tradeshows-item:last-of-type { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.tradeshows-wrapper .tradeshows-image { float: left; width: 40%; }
.tradeshows-wrapper .tradeshows-image p { line-height: 100%; margin: 0; padding: 0; }
.tradeshows-wrapper .tradeshows-image img { width: 100%; height: auto; margin: 0 auto; }
.tradeshows-wrapper .tradeshows-info { float: left; width: 60%; padding-left: 35px; }
.tradeshows-wrapper .tradeshows-info-inner {}
.tradeshows-wrapper .info-item { font: 400 14px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #a1a1a1; line-height: 130%; }
.tradeshows-wrapper .tradeshows-title { font-weight: 700; color: #231F20; text-transform: uppercase; margin: 0; padding: 0 0 20px 0; }
.tradeshows-wrapper .tradeshows-date { font-weight: 700; }
.tradeshows-wrapper .tradeshows-location { font-weight: 700; }
.tradeshows-wrapper .tradeshows-address { margin: 0; padding: 0 0 20px 0; }
.tradeshows-wrapper .tradeshows-showrooms { margin: 0; padding: 0 0 20px 0; }
.tradeshows-wrapper .tradeshows-worktime { margin: 0; padding: 0 0 20px 0; }
.tradeshows-wrapper .tradeshows-website {}
.tradeshows-wrapper .tradeshows-website a { color: #a1a1a1; display: table; text-decoration: underline; }
.tradeshows-wrapper .tradeshows-website a:hover { text-decoration: none; }


/* ======================================================== *
 * Product Detail Page
 * ======================================================== */
.product-view #product_addtocart_form:after { content: ''; display: block; clear: both; }
.product-view .product-img-box { float: left; width: 46%; }
.product-view .product-image-wrapper { position: relative; padding-left: 5%; }
.product-view .product-image-wrapper .hide-zoom { background: transparent; position: absolute; top: 0; left: 0; z-index: 1000000; width: 100%; height: 100%; }
.product-view .product-img-box .product-image { position: relative; margin: 0 auto; padding: 0; }
/* .product-view .product-img-box .product-image > div { width: 100% !important; height: auto !important; } */
.product-view .product-img-box .product-image img { display: block; width: auto; height: auto; line-height: 100%; margin: 0 auto; padding: 0; }
.product-view .product-img-box .more-views-dots { position: absolute; top: 50%; left: 0; z-index: 1000001; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.product-view .product-img-box .more-views-dots ul li { display: block; width: 15px; height: 15px; margin: 0 0 8px 0; padding: 0; }
.product-view .product-img-box .more-views-dots ul li:last-of-type { margin-bottom: 0; }
.product-view .product-img-box .more-views-dots ul li a { background: #B7B6B6; display: block; width: 100%; height: 100%; border-radius: 50%; cursor: pointer; }
.product-view .product-img-box .more-views-dots ul li a:hover,
.product-view .product-img-box .more-views-dots ul li.media-active a {
    background: #6D6C6C;
}
.product-view .product-img-box .more-views-thumbs {}
.product-view .product-img-box .more-views-thumbs ul {}
.product-view .product-img-box .more-views-thumbs ul:after { content: ''; display: block; clear: both; }
.product-view .product-img-box .more-views-thumbs ul li { width: 21.25%; float: left; margin: 0 5% 0 0; padding: 0; }
.product-view .product-img-box .more-views-thumbs ul li:last-of-type { margin-right: 0; }
.product-view .more-views { position: relative; padding: 0 30px; }
.product-view .slick-list { margin: 0; }
.product-view .more-views-thumbs #amasty_gallery { display: block; margin: 0 auto; padding: 20px 0 0 0; }
.product-view .more-views-thumbs #amasty_gallery:after { content: ''; display: block; clear: both; }
.product-view .more-views-thumbs #amasty_gallery a { display: table; cursor: pointer; border: 1px solid transparent; margin: 0 auto; padding: 6px; }
.product-view .more-views-thumbs #amasty_gallery img { display: block; width: auto; height: auto; margin: 0 auto; padding: 0; }

.product-view .product-image-thumbs .thumb-item { padding: 0; margin: 0 20px; }
.product-view .product-image-thumbs a { position: relative; display: block; width: auto; height: 100%; border: 1px solid transparent; margin: 0; padding: 0; }
.product-view .product-image-thumbs a img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: 0;
    padding: 0;
    margin: 0 auto;
}

.product-view .thumbs-arrow-prev,
.product-view .thumbs-arrow-next {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
    display: block;
    width: 25px;
    height: 35px;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    margin: 0;
    padding: 0;
}
.product-view .thumbs-arrow-prev { background-image: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/ico-arrow-black-left.png'); left: 0; }
.product-view .thumbs-arrow-next { background-image: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/ico-arrow-black-right.png'); right: 0; }
.product-view .mainimg-arrow-prev,
.product-view .mainimg-arrow-next {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px auto;
    display: block;
    width: 35px;
    height: 55px;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    margin: 0;
    padding: 0;
}
.product-view .mainimg-arrow-prev { background-image: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/ico-arrow-black-left.png'); left: -50px; }
.product-view .mainimg-arrow-next { background-image: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/ico-arrow-black-right.png'); right: -50px; }
.product-view .mainimg-arrow-prev a,
.product-view .mainimg-arrow-next a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-view .product-shop { float: right; width: 50%; padding-left: 5% }
.product-view .product-name { padding-bottom: 20px; }
.product-view .product-name h1 { font: normal 17px 'GothamHTF-Book', 'Open Sans', sans-serif; color: #2D2C2C; text-transform: uppercase; }
.product-view .product-name .name { font: normal 17px 'GothamHTF-Bold', 'Open Sans', sans-serif; }
.product-view .product-name .subcat {}
.product-view .product-sku,
.product-view .product-attribute {
    font: normal 10px 'GothamHTF-Book', 'Open Sans', sans-serif;
    color: #2D2C2C;
    text-transform: uppercase;
}
.MagicScrollArrowPrev,
.MagicScrollArrowNext {
    background: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/ico-arrowright-empty-gray.png) no-repeat center left / 5px auto!important;
    display: block;
    width: 13px!important;
    height: 35px!important;
}
.MagicScrollArrowPrev {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
/* .product-view .more-views-thumbs #amasty_gallery {
    text-align: left;
    float: none;
    position: absolute;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    margin: 0px;
    height: 14px;
} */
.product-view .product-attribute { padding-bottom: 1px; }
.product-view .product-sku {}
.product-view .product-description { font: normal 11px 'GothamHTF-Book', 'Open Sans', sans-serif; color: #2D2C2C; line-height: 175%; margin: 0; padding: 0 0 25px 0; }
.product-view #swatch-code {}
.product-view #swatch-code:after { content: ''; display: block; clear: both; }
.product-view #swatch-code .product_swatches:after { content: ''; display: block; clear: both; }
.product-view #swatch-code .product-swatches-label { font: normal 12px 'GothamHTF-Book', 'Open Sans', sans-serif; color: #6c6c6c; text-transform: lowercase; text-decoration: underline; cursor: default; line-height: 100%; padding: 6px 0 0 0; }
.product-view #swatch-code .swatch-in { position: relative; }
.product-view #swatch-code .swatch-btm { display: none; background: #ffffff; position: absolute; top: 49px; left: 0; z-index: 10; width: 380px; border: 1px solid #bab8b9; padding: 30px 13px 27px 13px; }
.product-view #swatch-code .swatch-btm.active { display: block; }
.product-view #swatch-code .swatch-btm:after { content: ''; display: block; clear: both; }
.product-view #swatch-code .swatch-btm-img { float: left; width: 110px; padding-right: 13px; }
.product-view #swatch-code .swatch-btm-img img { width: auto; height: auto; max-width: 100%; max-height: 100%; margin: 0 auto; }
.product-view #swatch-code .swatch-btm-img .sku { font-size: 11px; color: #6c6c6c; line-height: 100%; padding-top: 7px; }
.product-view #swatch-code .swatch-btm-info { float: left; }
.product-view #swatch-code .swatch-cart-title h4 { font-size: 11px; font-weight: 700; }
.product-view #swatch-code .swatch-cart-viewall a { font-size: 11px; font-weight: 400; color: #6c6c6c; text-transform: uppercase; text-decoration: underline; }
.product-view #swatch-code .swatch-cart-button { padding: 0 0 30px 0; }
.product-view #swatch-code .swatch-cart-button a { display: block; }
.product-view #swatch-code .swatch-cart-viewall a:hover { text-decoration: none; }
.product-view .actionBoxes { margin: 0; padding: 0 0 25px 0; }
.product-view .login-link-wrapper a,
.product-view .actionBoxes > ul > li {
    width: 48.5%;
}
.product-view .login-link-wrapper a:first-of-type{float: left;}
.product-view .login-link-wrapper a:last-of-type{float: right;}
.product-view .login-link-wrapper { padding: 0 0 15px 0; margin: 0; }
.product-view .login-link-wrapper .loginLink { display: block; }
.product-view .actionBoxes > ul {}
.product-view .actionBoxes > ul:after { content: ''; display: block; clear: both; }
.product-view .actionBoxes > ul > li:nth-child(1) { float: left; }
.product-view .actionBoxes > ul > li:nth-child(2) { float: right; }
.product-view .actionBoxes > ul > li a { font: normal 13px 'GothamHTF-Book', 'Open Sans', sans-serif; color: #2D2C2C; width: 100%; text-transform: uppercase; }
.product-shop .add-to-box-wrapper { border-top: 1px solid #2D2C2C; margin: 0; padding: 0; }
.product-shop .add-to-box { width: 400px; }
.product-view .add-to-cart { position: relative; padding: 0 40px 0 105px; margin: 20px 0 0; }
.product-view .add-to-cart .number-holder-wrapper { position: absolute; top: 0; left: 0; }
.product-view .add-to-cart label { font: normal 13px 'GothamHTF-Medium', 'Open Sans', sans-serif; color: #2D2C2C; display: inline-block; text-transform: uppercase; vertical-align: top; padding: 6px 8px 0 0; }
.product-view .add-to-cart input.qty {}
.product-view .add-to-cart .btn-cart { width: 100%; }
.product-view .add-to-cart .btn-cart span span { width: 100%; padding-top: 8px; padding-bottom: 8px; }
.product-view .add-to-cart .add-to-wishlist-wrapper { position: absolute; top: 0; right: 0; }
.product-view .priceBox.config .qtyonhand { margin: 0 0 0; padding: 0; }
.product-view .priceBox.config.simple{margin: 20px 0 0;}
.product-view .priceBox.config .price-box { margin: 0; padding: 0; }
.product-view .price-box .special-price.dealer .price-label {
    font: normal 13px 'GothamHTF-Medium', 'Open Sans', sans-serif;
    color: #2D2C2C;
    display:inline-block;
    width: 80px;
    text-transform: uppercase;
}
.product-view .price-box .special-price.dealer .price { font: normal 13px 'GothamHTF-Book', 'Open Sans', sans-serif; color: #bab8b9; }
.product-view .price-box .price-excluding-tax,
.product-view .price-box .price-including-tax {
    display: block;
    line-height: 120%;
}
.product-view .price-box .price-excluding-tax .label,
.product-view .price-box .price-including-tax .label {
    font: normal 13px 'GothamHTF-Book', 'Open Sans', sans-serif;
    color: #2D2C2C;
}
.product-view .price-box .price-excluding-tax .price,
.product-view .price-box .price-including-tax .price {
    font-size: 17px;
}
.product-view .old-price .price-label { display: none; }
.product-view .add-to-cart-wrapper,
.product-view .block-related {
    width: 50%;
    float: right;
    clear: right;
}
.product-view .product-details { margin: 0; padding: 25px 0 20px 0; }
.product-view .product-details-label {
    font: normal 12px 'GothamHTF-Medium', 'Open Sans', sans-serif;
    color: #2D2C2C;
    border-bottom: 1px solid #2D2C2C;
    display: table;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 13px 0;
}
.product-view .product-details .inches{font-size: 14px;}
.product-view .product-attributes-wrapper {}
.product-view .product-attributes-wrapper .attr-item { display: flex; margin: 0; padding: 0 0 8px 0; }
.product-view .product-attributes-wrapper .attr-item:after { content: ''; display: block; clear: both; }
.product-view .product-attributes-wrapper .attr-label,
.product-view .product-attributes-wrapper .attr-value {
    font: normal 12.5px 'GothamHTF-Book', 'Open Sans', sans-serif;
    color: #2D2C2C;
    float: left;
    text-transform: lowercase;
    line-height: 120%;
    margin: 0;
    padding: 0;
}
.product-view .product-attributes-wrapper .attr-label { /*font-weight: 700;*/ font: normal 12.5px 'GothamHTF-Medium', 'Open Sans', sans-serif; margin: 0; padding: 0; }
.product-view .product-attributes-wrapper .attr-label span { display: block; border-right: 1px solid #2D2C2C; line-height: 120%; margin: 0 15px 0 0; padding: 0 5px 0 0; }
.product-view .product-attributes-wrapper .attr-value {}
.product-view .share-links-wrapper {}
.product-view .share-links-wrapper .share-label { font: bolder italic 14px Arial, 'Helvetica Neue', Helvetica; color: #2D2C2C; padding: 0 0 10px 0; margin: 0; }
.product-view .share_links_product > span { display: inline-block; vertical-align: top; cursor: pointer; line-height: 100%; }
.product-view .stButton { width: auto !important; margin: 0 5px 0 0; padding: 0; }
.product-view .stButton .chicklets,
.product-view .share-links-wrapper .emailProd {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 20px;
    height: 20px;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.product-view .stButton .facebook { background-image: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/ico-social-facebook-black.png'); width: 12px; }
.product-view .stButton .instagram { background-image: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/ico-social-instagram-black.png'); width: 20px; }
.product-view .stButton .pinterest { background-image: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/ico-social-pinterest-black.png'); width: 17px; }
.product-view .share-links-wrapper .emailProd { background-image: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/ico-social-email-black.png'); background-size: auto 20px; width: 26px; }
.product-view .share-links-wrapper .emailProd:hover { opacity: 0.75; }
.product-view  .addtoproject .button-addtoproject {}
.product-view  .addtoproject .button-addtoproject span span {}

.checkout-cart-configure .product-view .add-to-cart {  }

.relatedBlock { padding: 60px 0 0 0; margin: 0; }
.relatedBlock h3.title { font: normal 13px 'GothamHTF-Book', 'Open Sans', sans-serif; color: #2D2C2C; text-align: center; padding: 0 0 30px 0; margin: 0; }
.relatedBlock ul { display: flex; flex-flow: row wrap; }
.relatedBlock ul li { flex: 1; flex-basis: 15.2%; flex-grow: 0; margin-right: 6%; }
.relatedBlock ul li:last-child { margin-right: 0; }
.relatedBlock ul li img { width: auto; height: auto; max-width: 100%; max-height: 100%; margin: 0 auto; }


/* ======================================================== *
 * Shopping Cart
 * ======================================================== */
#shopping-cart-table th {
    font: normal 700 14px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #2C2B2B;
    margin: 0;
    padding: 0 0 10px 0;
}
#shopping-cart-table td {
    font: normal 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #2C2B2B;
    vertical-align: middle;
    padding: 20px 20px 20px 0;
}
#shopping-cart-table td:first-of-type { padding-left: 0; }
#shopping-cart-table th:last-of-type,
#shopping-cart-table td:last-of-type {
    text-align: right;
    padding-right: 50px;
}
#shopping-cart-table .td-cart-info { max-width: 350px; }
#shopping-cart-table .td-cart-info .cart-info-wrapper { display: flex; align-items: center; }
#shopping-cart-table .td-cart-info .cart-image { padding: 0 60px 0 0; }
#shopping-cart-table .td-cart-info .cart-info {}
#shopping-cart-table .td-cart-info .product-name { padding-bottom: 0; height: auto; display: block; min-height: 0;}
#shopping-cart-table .td-cart-info .product-attribute { padding-bottom: 5px; }
#shopping-cart-table .td-cart-info .product-attribute .label { font-weight: 700; }
#shopping-cart-table .td-cart-info .product-sku { font-weight: 700; }
#shopping-cart-table .td-cart-description .cart-desc { line-height: 120%; }
#shopping-cart-table .td-cart-description .cart-markdesc1 { line-height: 120%; margin: 0; padding: 0 0 5px 0; }
#shopping-cart-table .td-cart-total { position: relative; }
#shopping-cart-table .td-cart-total .cart-action-links { position: absolute; bottom: 8px; right: 0; }
#shopping-cart-table .td-cart-total .cart-action-links a { font: normal 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #737374; display: block; text-decoration: underline; text-transform: uppercase; }
#shopping-cart-table .td-cart-total .cart-action-links a:hover { text-decoration: none; }
#shopping-cart-table .td-cart-total .cart-action-links .remove-btn-x  { margin-bottom: 5px; }
#shopping-cart-table .td-cart-total .cart-action-links .btn-cart-edit {}
#shopping-cart-table .info-msg-wrapper { max-width: 250px; padding-top: 20px; }
.cart .totals-wrapper:after { content: ''; display: block; clear: both; }
.cart .cart-comments-wrapper { float: left; width: 48%; }
.cart .cart-totals-wrapper { float: right; width: 48%; }
.cart .cart-totals-wrapper:after { content: ''; display: block; clear: both; }
.cart .cart-comments-wrapper .cart-comments { margin: 0; padding: 0 0 15px 0; }
.cart .cart-comments-wrapper .cart-comments textarea,
.cart .cart-totals-wrapper .totals {
    width: 508px;
}
.cart .cart-totals-wrapper .totals{
    width: 250px;
}
.cart .cart-comments-wrapper .comm-label { font: normal 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif; color: #000000; text-transform: uppercase; padding: 0 0 5px 0; margin: 0; }
.cart .cart-totals-wrapper .totals { display: block; float: right; }
.cart .cart-totals-wrapper .totals .totals-item { padding: 0 0 10px 0; margin: 0; }
.cart .cart-totals-wrapper .totals .totals-item:after { content: ''; display: block; clear: both; }
.cart .cart-totals-wrapper .totals .totals-item .label {
    font: normal 700 13px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    float: left;
    width: 48%;
    text-transform: none;
    text-align: left;
    line-height: 120%;
    padding: 0;
    margin: 0;
}
.cart .cart-totals-wrapper .totals .totals-item .value,
.cart .cart-totals-wrapper .totals .totals-item .value span {
    font: normal 400 13px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    float: right;
    width: 48%;
    color: #000000;
    text-align: right;
    line-height: 120%;
    padding: 0;
    margin: 0;
}
.cart .cart-totals-wrapper .totals .totals-item.shipping_info .value,
.cart .cart-totals-wrapper .totals .totals-item.shipping_info .value span {
    font-size: 11px;
}
.cart .cart-totals-wrapper .totals .totals-item.grand-total .value,
.cart .cart-totals-wrapper .totals .totals-item.grand-total .value span {
    font-weight: 700;
}
.cart .discount-form .input-box,
.cart .checkout-action-links .btn-gray,
.cart .checkout-action-links-right .input-box {
    width: 250px;
}
.cart .discount-form:after { content: ''; display: block; clear: both; }
.cart .discount-form .input-box { float: left; clear: none; padding: 0; margin: 0 8px 0 0; }
.cart .discount-form .input-box input { display: block; width: 100%; height: 26px; }
.cart .discount-form .buttons-set { float: left; clear: none; margin: 0; padding: 0; }
.cart .checkout-action-links { margin: 0; padding: 40px 0 0 0; }
.cart .checkout-action-links:after { content: ''; display: block; clear: both; }
.cart .checkout-action-links-left { float: left; clear: none; display: block; padding: 0; margin: 0; }
.cart .checkout-action-links-left:after { content: ''; display: block; clear: both; }
.cart .checkout-action-links-left .btn-continue-wrapper,
.cart .checkout-action-links-left .btn-update-wrapper {
    float: left;
    display: block;
    clear: none;
}
.cart .checkout-action-links-left .btn-continue,
.cart .checkout-action-links-left .btn-update {
    display: block;
}
.cart .checkout-action-links-left .btn-continue-wrapper { margin: 0 8px 0 0; padding: 0; }
.cart .checkout-action-links-right { float: right; clear: none; display: block; padding: 0; margin: 0; }
.cart .checkout-action-links-right:after { content: ''; display: block; clear: both; }
.cart .checkout-action-links-right .input-box { float: left; clear: none; display: block; margin: 0 8px 0 0; padding: 0; }
.cart .checkout-action-links-right .input-box input { width: 100%; height: 26px; margin: 0; }
.cart .checkout-action-links-right .checkout-types { float: left; clear: none;  display: block; padding: 0; margin: 0; }

.checkout-cart-index .cart-comments-wrapper .purchase-order-section {
  margin: 15px 0 0 0;
}

.checkout-cart-index .cart-comments-wrapper .cart-comments .buttons-set {
  margin: 0;
  text-align: left;
}

.checkout-cart-index #shopping-cart-table .td-cart-qty .add-to-cart-alt {
  margin-top: 15px;
}

.checkout-cart-index #shopping-cart-table .td-cart-qty .buttons-set {
  text-align: left;
  padding: 0;
  margin: 10px -5px 0;
}

/* ============================================ *
 * Product PDF Popup
 * ============================================ */

#product-popup-pdf {
  display: none;
}
#product-popup-block {
  border: 2px solid #000000;
  color: #6D6E6E;
  max-width: 34%;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 20px 25px;
  font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
  background: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
  -webkit-transform: translate(-50%,-50%);
  width: 85%;
  text-align: center;
  margin: 0;
  height: auto;
}

#product-popup-block-close {
  background: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/close_btn.png) no-repeat center;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 11px;
  height: 11px;
  cursor: pointer;
  text-indent: -10000px;
}

#product-popup-block-title,
#select-option-title {
  text-transform: uppercase;
  font-size: 15px;
  color: #000000;
  width: 90%;
  text-align: left;
}

#product-popup-block-title {
  margin-bottom: 36px;
}

#product-popup-pdf .prodct-pdf-download-form-wrapper {
  width: 90%;
}

#product-popup-pdf .prodct-pdf-download-form-wrapper .option-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

#product-popup-pdf .prodct-pdf-download-form-wrapper .option-wrapper .option-text-input {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}

#product-popup-pdf .prodct-pdf-download-form-wrapper .form-buttons {
  margin-top:12px;
}

#product-popup-pdf .prodct-pdf-download-form-wrapper .form-buttons .cancel-btn {
  float: left;

}

#product-popup-pdf .prodct-pdf-download-form-wrapper .form-buttons .download-btn {
  float: right;
}


#product-popup-pdf .prodct-pdf-download-form-wrapper .option-wrapper input,
#product-popup-pdf .prodct-pdf-download-form-wrapper .option-wrapper label{
  float: left;
  margin-right: 10px;
}

.amlist-list-edit .favoritesproject-inner .right_btns .project-pdf-download-btn {
  float: none;
  text-align: right;
}

/* ======================================================== *
 * Custom dropdown
 * ======================================================== */
 .custom-dropdown { position: relative; }
 .custom-dropdown .dropdown-label {
     font: 400 12px 'GothamHTF-Book', 'Open Sans', sans-serif !important;
     color: #000000;
     display: block;
     position: relative;
     height: 26px;
     border: 1px solid #000000;
     cursor: pointer;
     line-height: 120%;
     padding: 5px 40px 0 8px;
     margin: 0;
 }
 .custom-dropdown .dropdown-label:after {
     content: '';
     background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/bg_select.png") no-repeat center center / auto 100%;
     position: absolute;
     top: 0;
     right: 0;
     height: 100%;
     width: 36px;
     padding: 0;
     margin: 0;
 }
 .custom-dropdown .dropdown-inputs {
     display: none;
     position: absolute;
     top: 25px;
     left: 0;
     z-index: 10000000;
     background: #ffffff;
     width: 100%;
     border: 1px solid #000000;
     padding: 0 12px 0 8px;
 }
 .custom-dropdown .dropdown-inputs ul {}
 .custom-dropdown .dropdown-inputs ul li,
 .registrationHolder .custom-dropdown .dropdown-inputs ul li {
     display: block;
     width: 100%;
     float: none;
     clear: both;
     border-bottom: 1px solid #000000;
     line-height: 100%;
     padding: 0;
     margin: 0;
 }
 .custom-dropdown .dropdown-inputs ul li:hover,
 .registrationHolder .custom-dropdown .dropdown-inputs ul li:hover,
 .custom-dropdown .dropdown-inputs ul li.active,
 .registrationHolder .custom-dropdown .dropdown-inputs ul li.active {
     background: #eeeeee;
 }
 .custom-dropdown .dropdown-inputs ul li:last-of-type,
 .registrationHolder .custom-dropdown .dropdown-inputs ul li:last-of-type {
     border-bottom: 0;
 }
 .custom-dropdown .dropdown-inputs ul li label {
     font: 400 12px 'GothamHTF-Book', 'Open Sans', sans-serif !important;
     color: #000000;
     display: block;
     cursor: pointer;
     line-height: 120%;
     padding: 8px 0;
     margin: 0;
 }
 .custom-dropdown .dropdown-inputs ul li input {}
 .custom-dropdown-radio .dropdown-inputs ul li input { display: none; }
 .custom-dropdown-checkbox .dropdown-inputs ul li { position: relative; }
 .custom-dropdown-checkbox .dropdown-inputs ul li label { padding-right: 20px; }
 .custom-dropdown-checkbox .dropdown-inputs ul li input {
     position: absolute;
     top: 50%;
     right: 0;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     width: 10px !important;
     height: 10px !important;
     border: 1px solid #231F20;
     border-radius: 0;
     padding: 0;
     margin: 0;
 }
 .custom-dropdown-checkbox .dropdown-inputs ul li input[type=checkbox]:checked { background-color: #000000; }
 .custom-dropdown-checkbox .dropdown-inputs ul li input[type=checkbox]:checked::after { display: none; }


/* ======================================================== *
 * Register page
 * ======================================================== */
.customer-account-createtrade .page-title { position: relative; padding: 20px 0 25px 0; }
.customer-account-createtrade .page-title h1 { float: left; }
.customer-account-createtrade .page-title .goto { float: right; }
.customer-account-createtrade .right-registration { margin-top: 15px; }
.customer-account-createtrade .input-box { position: relative; }
.customer-account-createtrade .input-box .validation-advice { position: absolute; /* bottom: -15px; */ left: 0; background-color: white; z-index: 999999999; }
.customer-account-createtrade .registrationHolder .form-list > li { padding-right: 35px; }
.customer-account-createtrade .registrationHolder .form-list > li.field-region { padding-right: 25px; }
.customer-account-createtrade .registrationHolder .form-list > li.field-website,
.customer-account-createtrade .registrationHolder .form-list > li.field-houzz,
.customer-account-createtrade .registrationHolder .form-list > li.field-facebook {
    margin-bottom: 14px;
}
.customer-account-createtrade .registrationHolder input[type=text],
.customer-account-createtrade .registrationHolder input[type=password],
.customer-account-createtrade .registrationHolder textarea,
.customer-account-createtrade .registrationHolder .fields.half input[type=text],
.customer-account-createtrade .registrationHolder .fields.half .field {
    max-width: none;
}
.customer-account-createtrade .registrationHolder .fields.half .field { width: 100%; }
.customer-account-createtrade .registrationHolder .fields.half .field:last-child { margin-right: 0; }
.custom-form-container .fields .select-holder select { height: 26px; }
.customer-account-createtrade .storeRetailerExtraFields .form-list li { margin-bottom: 20px; }
.customer-account-createtrade .form-list li.questionnaire { padding: 0 0 8px 0; margin: 0; }
.customer-account-createtrade .form-list li.questionnaire-first { margin-top: 10px; }
.customer-account-createtrade .form-list li.questionnaire .field { margin: 0; padding: 0; }
.customer-account-createtrade .form-list li.questionnaire .field:after { content: ''; display: block; clear: both; }
.customer-account-createtrade .form-list li.questionnaire .field > label { margin-bottom: 0; padding-bottom: 0; }
.customer-account-createtrade #terms-popups,
.customer-account-createtrade #terms-popups a {
    font-size: 13px !important;
}
.customer-account-createtrade #terms-popups a { text-decoration: underline; }
.customer-account-createtrade #terms-popups a:hover { text-decoration: none; }


/* ======================================================== *
 * Register page - step 2
 * ======================================================== */
.cms-trade-registration-part-two .page-title h1 { color: #000000; text-transform: none; }
.cms-trade-registration-part-two .col-main > .std > p { margin: 0; padding: 0; }
.cms-trade-registration-part-two .radio label:before { bottom: auto; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.cms-trade-registration-part-two .select-holder { max-width: 267px; }
.cms-trade-registration-part-two .select-holder select { font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif !important; }
.cms-trade-registration-part-two #custom-form-1 .tabcontent#shipping h3 { margin-top: 50px; margin-bottom: 20px; }
.cms-trade-registration-part-two #custom-form-1 .radio label { line-height: 120% !important; }
.cms-trade-registration-part-two #custom-form-1 .tab { position: relative; }
.cms-trade-registration-part-two #custom-form-1 .tab:after {
    content: '';
    background: #2D2C2C;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 1px;
}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .form-list > li { margin-bottom: 14px; }
.cms-trade-registration-part-two #custom-form-1 .tabcontent .form-list > li.fields-64 { clear: left; }
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-22 { margin-bottom: 20px; }
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-22 > .field > label { padding-bottom: 30px; }
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-47 { clear: left; }
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-101 { display: block; float: none; clear: both; padding-top: 12px; margin-bottom: 10px !important; }
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-101 h3 { margin: 0 !important; }
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-101 > .field > label { display: none; }

/* Hours of Operation */
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-77,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-78,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-79,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-82,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-85,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-88,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-91,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-73,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-75,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-80,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-83,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-86,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-89,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-92,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-74,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-76,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-81,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-84,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-87,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-90,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-93 {
    display: block;
    margin: 0 !important;
}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-77 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-78 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-79 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-82 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-85 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-88 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-91 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-73 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-75 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-80 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-83 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-86 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-89 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-92 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-74 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-76 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-81 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-84 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-87 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-90 > .field,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-93 > .field {
    height: 32px;
}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-77,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-73,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-74 {
    border-top: 1px solid #231F20;
    padding-top: 15px;
}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-91,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-92,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-93 {
    border-bottom: 1px solid #231F20;
    padding-bottom: 13px;
}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-77 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-78 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-79 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-82 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-85 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-88 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-91 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-73 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-75 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-80 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-83 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-86 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-89 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-92 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-74 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-76 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-81 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-84 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-87 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-90 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-93 > .field > label {
    display: none;
}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-73 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-75 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-80 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-83 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-86 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-89 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-92 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-74 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-76 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-81 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-84 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-87 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-90 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-93 .field-row input {
    width: 55px;
    height: 20px;
    float: none;
    text-align: center;
    text-indent: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-right: 35px;
    padding: 0;
}

/* Hours of Operation - labels */
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-77,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-78,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-79,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-82,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-85,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-88,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-91 {
    font-size: 11px;
    width: 55px;
    clear: left;
    border-left: 1px solid #231F20;
    padding-left: 8px;
}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-77 {}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-78 {}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-79 {}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-82 {}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-85 {}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-88 {}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-91 {}

/* Hours of Operation - inputs from */
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-73,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-75,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-80,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-83,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-86,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-89,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-92 {
    width: auto;
}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-73 .input-box,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-75 .input-box,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-80 .input-box,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-83 .input-box,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-86 .input-box,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-89 .input-box,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-92 .input-box {
    position: relative;
}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-73 .input-box:after,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-75 .input-box:after,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-80 .input-box:after,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-83 .input-box:after,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-86 .input-box:after,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-89 .input-box:after,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-92 .input-box:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 12px;
    border-bottom: 1px solid #231F20;
    padding: 0;
    margin: 0;
}

/* Hours of Operation - inputs to */
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-74,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-76,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-81,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-84,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-87,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-90,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-93 {
    width: auto;
    border-right: 1px solid #231F20;
    padding-right: 25px;
}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-74 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-76 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-81 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-84 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-87 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-90 .field-row input,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-93 .field-row input {
    margin-right: 0;
}


.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-71 { padding-top: 30px; }
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-71,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-72 {
    margin-bottom: 5px !important;
}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-71 > .field > label,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-72 > .field > label {
    float: left;
    width: 215px;
    padding-top: 6px;
    padding-bottom: 0;
}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-71 > .field > .input-box,
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-72 > .field > .input-box {
    float: left;
}
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-95 { padding-top: 40px; margin-bottom: 5px !important; }
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-95 > .field > label { font-size: 13px !important; }
.cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-95 h5 { font-size: 11px; font-weight: 700; margin-bottom: 0; padding-top: 10px; }

.cms-trade-registration-part-two #custom-form-1 .tabcontent .form-list .field { margin-bottom: 0; }
.cms-trade-registration-part-two #custom-form-1 .tabcontent .buttons-set { padding-top: 35px; }
.cms-trade-registration-part-two #custom-form-1 .tabcontent .buttons-set button.button { margin-left: 0; }
.cms-trade-registration-part-two #custom-form-1 .tabcontent#billing .buttons-set { padding-top: 0; }


/* ============================================ *
 * Checkout - one page checkout ext. style
 * ============================================ */
body.onepagecheckout-index-index { font: 400 12px 'GothamHTF-Book', 'Open Sans', sans-serif; color: #231F20; line-height: 140%; }
body.onepagecheckout-index-index .page-title { padding-bottom: 13px; }
body.onepagecheckout-index-index .page-title h1 { font-size: 17px; color: #231F20; padding: 0 0 3px 0; margin: 0; }
body.onepagecheckout-index-index .page-title h2 {
    font: 100 12px 'GothamHTF-Book', 'Open Sans', sans-serif;
    color: #231F20;
    letter-spacing: 1px;
    line-height: 130%;
    padding: 0;
    margin: 0;
}
body.onepagecheckout-index-index .select-holder { width: 300px; }
body.onepagecheckout-index-index .radio { display: block; position: relative; }
body.onepagecheckout-index-index .radio label { font: 400 13px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif !important; }
body.onepagecheckout-index-index .radio input { position: absolute; left: -99999px; }
body.onepagecheckout-index-index #shipping-section .col-2 { position: relative; }
body.onepagecheckout-index-index #shipping-section .col-2 .cart-bottom { position: absolute; bottom: 40px; left: 0; }
body.onepagecheckout-index-index #shipping-section .col-2 #payment-method { padding-bottom: 80px; }
body.onepagecheckout-index-index .opc-field { padding: 0 0 15px 0; }
body.onepagecheckout-index-index .opc-field.half:after { content: ''; display: block; clear: both; }
body.onepagecheckout-index-index .opc-field.half .field { width: 48.5%; max-width: none; margin: 0 !important; }
body.onepagecheckout-index-index .opc-field.half .field:nth-child(1) { float: left; }
body.onepagecheckout-index-index .opc-field.half .field:nth-child(2) { float: right; }
body.onepagecheckout-index-index .field-delivery-appoint { padding-right: 20px; }
body.onepagecheckout-index-index .field-delivery-appoint:after { content: ''; display: block; clear: both; }
body.onepagecheckout-index-index .field-delivery-appoint > label { float: left; }
body.onepagecheckout-index-index .field-delivery-appoint .radio-fields { float: right; }
body.onepagecheckout-index-index .field-delivery-appoint .radio-fields:after { content: ''; display: block; clear: both; }
body.onepagecheckout-index-index .field-delivery-appoint .radio-fields .radio { float: left; }
body.onepagecheckout-index-index .field-delivery-appoint .radio-fields .radio:first-of-type { padding-right: 20px; }
body.onepagecheckout-index-index .demibold-class,
body.onepagecheckout-index-index .ship_addr_note,
body.onepagecheckout-index-index .shipping-method-note {
    font: italic 400 10px 'GothamHTF-Book', 'Open Sans', sans-serif;
    color: #231F20;
    width: 320px;
    line-height: 130%;
}
body.onepagecheckout-index-index .demibold-class a { text-decoration: underline; text-transform: lowercase; }
body.onepagecheckout-index-index .demibold-class a:hover { text-decoration: none; }
body.onepagecheckout-index-index .shipping-method-note { padding-top: 15px; }
body.onepagecheckout-index-index #shiping_addr_block_insert { padding: 25px 0 0 0; margin: 0; }
body.onepagecheckout-index-index .address-type { padding: 0 0 30px 0; margin: 0; }
body.onepagecheckout-index-index .address-type0 { padding-right: 50px; }
body.onepagecheckout-index-index .address-type .radio { float: left; }
body.onepagecheckout-index-index #shipping-method textarea { color: #231F20; width: 300px; height: 85px; border: 1px solid #231F20; margin-top: 15px; }
body.onepagecheckout-index-index .sp-method-item { padding-bottom: 8px; }
body.onepagecheckout-index-index .ccof-note,
body.onepagecheckout-index-index .newcc-note {
    font: italic 400 10px 'GothamHTF-Book', 'Open Sans', sans-serif;
    color: #231F20;
    line-height: 130%;
    padding-top: 2px;
}
body.onepagecheckout-index-index .ccof-form { padding-top: 20px; padding-bottom: 30px; }
body.onepagecheckout-index-index .ccof-form label { font: 400 12px 'GothamHTF-Medium', 'Open Sans', sans-serif; color: #231F20; padding-bottom: 8px; }
body.onepagecheckout-index-index .ccof-form input { display: block; width: 155px; border: 1px solid #231F20; }
body.onepagecheckout-index-index .payment-method-or { font: 400 12px 'GothamHTF-Medium', 'Open Sans', sans-serif; color: #231F20; padding-bottom: 20px; }
body.onepagecheckout-index-index .newcc-form { padding: 25px 0; }
body.onepagecheckout-index-index .newcc-form:after { content: ''; display: block; clear: both; }
body.onepagecheckout-index-index .newcc-form .radio { float: left; }
body.onepagecheckout-index-index .newcc-form .radio { padding-right: 50px; }
body.onepagecheckout-index-index .newcc-form .radio:last-of-type { padding-right: 0; }
body.onepagecheckout-index-index .review-order-title { padding: 0 0 20px 0; }
body.onepagecheckout-index-index .review-order-title h3 { font: 15px 'GothamHTF-Bold', 'Open Sans', sans-serif; color: #231F20; text-transform: none; margin: 0; padding: 0; }
body.onepagecheckout-index-index .order-numbers { border-bottom: 1px solid #231F20; padding-bottom: 10px; margin-bottom: 25px; }
body.onepagecheckout-index-index .ordernumbers-item { position: relative; padding-bottom: 2px; }
body.onepagecheckout-index-index .ordernumbers-item:after { content: ''; display: block; clear: both; }
body.onepagecheckout-index-index .ordernumbers-item .label {
    font: 700 11px 'GothamHTF-Book', 'Open Sans', sans-serif;
    color: #231F20;
    min-height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
body.onepagecheckout-index-index .ordernumbers-item .value {
    font: 100 11px 'GothamHTF-Book', 'Open Sans', sans-serif;
    color: #231F20;
    float: left;
    min-height: 12px;
    padding-left: 75px;
}
body.onepagecheckout-index-index .shiptoaddress-wrapper:after { content: ''; display: block; clear: both; }
body.onepagecheckout-index-index .shiptoaddress-wrapper .value p { line-height: 130%; }
body.onepagecheckout-index-index .shiptoaddress-item { position: relative; float: left; width: 20%; margin-right: 5%; }
body.onepagecheckout-index-index .shiptoaddress-item:after { content: ''; display: block; clear: both; }
body.onepagecheckout-index-index .shiptoaddress-item .label {
    font: 700 11px 'GothamHTF-Book', 'Open Sans', sans-serif;
    color: #231F20;
    min-height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
body.onepagecheckout-index-index .shiptoaddress-item .value {
    font: 100 11px 'GothamHTF-Book', 'Open Sans', sans-serif;
    color: #231F20;
    float: left;
    min-height: 12px;
    padding-left: 75px;
}
body.onepagecheckout-index-index .payment-item { position: relative; padding-bottom: 12px; }
body.onepagecheckout-index-index .payment-item:after { content: ''; display: block; clear: both; }
body.onepagecheckout-index-index .payment-item .value { padding-left: 140px; }
body.onepagecheckout-index-index .payment-item .value:after { content: ''; display: block; clear: both; }
body.onepagecheckout-index-index .payment-item .payment-value { float: left; }
body.onepagecheckout-index-index .payment-item .payment-value p { line-height: 100%; padding: 0; margin: 0; }
body.onepagecheckout-index-index .payment-item #payment-info { padding-left: 2px; }
body.onepagecheckout-index-index #checkout-review-table thead tr th {
    font: 13px 'GothamHTF-Bold', 'Open Sans', sans-serif;
    color: #231F20;
    width: 14.28%;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin: 0;
}
body.onepagecheckout-index-index #checkout-review-table tbody tr td {
    font: 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #231F20;
    width: 14.28%;
    text-align: center;
    text-transform: none;
    padding: 10px 0;
    margin: 0;
}
body.onepagecheckout-index-index #checkout-review-table thead tr th:first-of-type,
body.onepagecheckout-index-index #checkout-review-table tbody tr td:first-of-type {
    text-align: left;
    padding-left: 0;
}
body.onepagecheckout-index-index #checkout-review-table thead tr th:last-of-type,
body.onepagecheckout-index-index #checkout-review-table tbody tr td:last-of-type {
    text-align: right;
    padding-right: 0;
}
body.onepagecheckout-index-index #checkout-review-table tbody tr .td-product img { height: 100px; }
body.onepagecheckout-index-index .onepage-total-wrapper { width: 280px; float: right; border-top: 2px solid #231F20; padding-top: 15px; }
body.onepagecheckout-index-index .onepage-total-wrapper .totals-item { clear: left; padding-top: 5px; }
body.onepagecheckout-index-index .onepage-total-wrapper .totals-item:after { content: ''; display: block; clear: both; }
body.onepagecheckout-index-index .onepage-total-wrapper .totals-item .label,
body.onepagecheckout-index-index .onepage-total-wrapper .summary-collapse {
    font: 12px 'GothamHTF-Bold', 'Open Sans', sans-serif;
    color: #231F20;
    float: left;
}
body.onepagecheckout-index-index .onepage-total-wrapper .totals-item .value,
body.onepagecheckout-index-index .onepage-total-wrapper .totals-item .value .price,
body.onepagecheckout-index-index .onepage-total-wrapper > .price {
    font: 100 12px 'GothamHTF-Book', 'Open Sans', sans-serif;
    color: #231F20;
    float: right;
}
body.onepagecheckout-index-index .onepage-total-wrapper .summary-collapse,
body.onepagecheckout-index-index .onepage-total-wrapper > .price {
    padding-top: 5px;
}
body.onepagecheckout-index-index .onepage-total-note {
    font: italic 400 10px 'GothamHTF-Book', 'Open Sans', sans-serif;
    color: #231F20;
    line-height: 130%;
    padding: 30px 0 0 0;
    margin: 0;
}
body.onepagecheckout-index-index #review-terms .radio label { font-size: 11px !important; padding-left: 22px !important; }
body.onepagecheckout-index-index #review-terms .radio label:before { width: 6px; height: 6px; margin-top: 1px; }
body.onepagecheckout-index-index .cart-actions-wrapper:after { content: ''; display: block; clear: both; }
body.onepagecheckout-index-index .cart-complete { width: 280px; float: right; }
body.onepagecheckout-index-index .cart-complete button { width: 100%; }
body.onepagecheckout-index-index .cart-back { width: auto; float: left; }
body.onepagecheckout-index-index .mfp-content { height: 60%; }
body.onepagecheckout-index-index #terms-popup { height: 100%; overflow-y: auto; padding: 35px; }
.cart { border-top: 0px solid #231F20; }
.cart .one-page-box { margin: 0; }
.cart .onepagecheckout_datafields .checkout-tab-box .iwd-1 { border-color: #231F20; padding-right: 4%; }
.cart .shipping-on,
.cart .review-on,
.cart .triangle-on,
.cart .review-off {
    display: none;
}
.cart #onepagecheckout_orderform { margin-top: 32px; }
.cart .onepagecheckout_datafields { padding-left: 0; }
.cart .onepagecheckout_block h3 { font: 15px 'GothamHTF-Bold', 'Open Sans', sans-serif; color : #231F20; }
.cart .onepagecheckout_block .separator-vert { display: block; clear: both; float: none; border-bottom: 1px solid #231F20; margin-bottom: 35px; padding-top: 35px; }
.cart #onepagecheckout_orderform .radio input[type=radio] { margin-left: -15px!important; }
.cart .shiping_addr_block .ship_addr input[type=radio],
.cart .shiping_addr_block .ship_addr input[type=text],
.cart .shiping_addr_block .ship_addr span {
    float: none;
}
.cart .shiping_addr_block .ship_addr span { padding-left: 0; }
.cart .shiping_addr_block #shipping_addr_block_select { clear: left; }
.cart .shipping_note {
    font-family: 'GothamHTF-Light', 'Open Sans', sans-serif;
    font-size: 8px;
    font-style: italic;
    width: 50%;
    padding: 10px 0;
}

body #checkout-shipping-method-load-block-container .validation-advice {
    position: relative;
    top: 0;
}
/* ============================================ *
 * Sales Rep page
 * ============================================ */
 body.salesrep-index-index .topImage {
    background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/banner_findasalesrep.jpg") no-repeat;
    background-size: contain;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 26.64%;
    margin-top: 35px;
    margin-top: 0;
 }
.salesrep-container { padding-top: 20px; }
.salesrep-container:after { content: ''; display: block; clear: both; }
.salesrep-container .salesrep-left { float: left; width: 75%; border-right: 1px solid #000000; padding-right: 3.5%; }
.salesrep-container .salesrep-title { margin: 0; padding: 0 0 50px 0; }
.salesrep-container .salesrep-title h2 { font: 400 19px 'GothamHTF-Bold', 'Open Sans', sans-serif; color: #000000; line-height: 120%; padding: 0; margin: 0; }
.salesrep-container .salesrep-selector { width: 100%; max-width: 600px; padding-bottom: 35px; }
.salesrep-container .salesrep-right.cloned {
    float: left;
    padding-left: 0;
}
.salesrep-container .salesrep-selector:after { content: ''; display: block; clear: both; }
.salesrep-container .select-wrapper { float: left; width: 47.5%; }
.salesrep-container .country-select-wrapper { margin-right: 5%; }
.salesrep-container .select-wrapper .select-label {
    font: 400 12px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    text-transform: none;
    line-height: 120%;
    padding: 0 0 5px 0;
    margin: 0;
}
.salesrep-container .search-button-wrapper { width: 47.5%; padding-top: 32px; }
.salesrep-container .search-button-wrapper .button { width: 100%; background-color: #a3a1a2; padding: 2px 20px 3px 20px; }
.salesrep-container .search-button-wrapper .button span span {
    font: 100 10px 'GothamHTF-Book', 'Open Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 120%;
    padding: 0;
    margin: 0;
}
.salesrep-container .search-results-title {
    font: 700 11px 'GothamHTF-Book', 'Open Sans', sans-serif;
    color: #A1A1A1;
    text-transform: uppercase;
    line-height: 120%;
    padding: 0 0 8px 0;
    margin: 0;
}
.salesrep-container #results { padding: 0; margin: 0; }
.salesrep-container #results .salesrep-results { width: 100%; max-width: 600px; max-height: 502px; border: 1px solid #000000; overflow-y: auto; padding: 0; margin: 0; }
.salesrep-container #results .salesrep.item {
    position: relative;
    width: 100%;
    height: 125px;
    border-top: 1px solid #000000;
    padding: 15px 15px 15px 70px;
    margin: 0;
}
.salesrep-container #results .salesrep.item:before {
    content: '';
    background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/loc-pointer.png") no-repeat center center / 30px auto;
    display: block;
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 100;
    padding: 0;
    margin: -5px 0 0 0;
}
.salesrep-container #results .salesrep.item:first-of-type { border-top: 0; }
.salesrep-container #results .basic-info { margin: 0; padding: 0; }
.salesrep-container #results .basic-info li {
    font: 400 11px 'GothamHTF-Book', 'Open Sans', sans-serif;
    color: #A1A1A1;
    line-height: 120%;
    padding: 0 0 2px 0;
    margin: 0;
}
.salesrep-container #results .basic-info li.desc { padding-top: 8px; }
.salesrep-container .salesrep-right { float: right; width: 25%; padding-left: 3.5%; }
.salesrep-container .salesrep-contactinfo h3 {
    font: 700 14px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #231F20;
    text-transform: none;
    line-height: 120%;
    padding: 0 0 15px 0;
    margin: 0;
}
.salesrep-container .salesrep-contactinfo h4,
.salesrep-container .salesrep-contactinfo h5 {
    font: 400 14px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #231F20;
    text-transform: none;
    line-height: 120%;
    padding: 0;
    margin: 0;
}
.salesrep-container .salesrep-contactinfo h4:last-of-type { padding-bottom: 15px; }
.salesrep-container .salesrep-contactinfo h5:last-of-type { padding-bottom: 15px; }
.salesrep-container .salesrep-contactinfo a {
    font: 100 14px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #a1a1a1;
    display: table;
    text-decoration: underline;
    line-height: 120%;
    padding: 0;
    margin: 0;
}
.salesrep-container .salesrep-contactinfo a:hover { text-decoration: none; }

.color-swatch-label { cursor: pointer; }

.customer-account-subaccount .field, .customer-account-editsubaccount .field {
	float: left;
	padding: 0 30px;
}

.customer-account-subaccount .fields, .customer-account-editsubaccount .fields {
	clear: both;
}

.customer-account-pages .tip_show {
	display: none;
	position: absolute;
	right: 0;
	border: 1px black solid;
	padding: 20px;
	text-align: left;
	width: 330px;
	background: white;
	z-index: 10;
}

.customer-account-pages .pos-rel-holder {

	position: relative;
}

.customer-account-pages .tip_hover {

    cursor: help;
}

.customer-account-pages .tip_show .bulet li {

	list-style-position: inside;
	list-style-type: disc;
}

.customer-account-pages .delete-sub-acc {

	margin-left: 20px;
	font-weight: bold;
}
/*
    About Us page
*/
body.category-about-us .header-container {
    border-bottom: 0;
}
body.category-about-us .topImage {
    padding-top: 0;
}
body.category-about-us .col2-left-layout .col-main {
    float: left;
    padding-left: 0;
    padding-top: 4%;
}
body.category-about-us p {
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 13px;
}
/*Discard glued footer*/
body.category-about-us .footer-container.glued {
    position: relative!important;
}

/*
    Remove breadcrums
*/
.breadcrumbs .category11,
.breadcrumbs .category9 {
    display: none;
}
.filter-item.filter-styles:first-of-type .filter-values {
    width: 180px;
}
.amlocator-index-index .wrapper .page{
  padding-top: 44px;
}
.amlocator-index-index .topImage{
  padding:0
}
.amasty-popup a {
    color: #fff;
}
#amlocator_left .active a{
 color:#fff;
}

li[data-text="Out of Stock"] { display: none; }


/* Save cards customer page */
.stored-cards{
	margin-bottom:25px;
}
.stored-cards li{
	padding: 0 0 5px 25px;
	font-size: 13px !important;
	text-indent: -8px !important;
	font: 700 11px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    line-height: normal;
	color: #000000;
}
.new-card .styled-select.select-holder{
	max-width: 267px;
}
.new-card   .cctime {
    width: 140px;
    margin-right: 10px;
}
.new-card   .cctime-s {
    width: 114px;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.nuevoliving.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.nuevoliving.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.nuevoliving.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.nuevoliving.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.nuevoliving.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.nuevoliving.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.nuevoliving.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.nuevoliving.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.nuevoliving.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }
  .jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }
  .jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }
  .jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}

#importFavoriteProductsForm {
	position: relative;
	float: right;
	margin-left: 5px;
}

#importFavoriteProductsForm button {
	float: none;
	margin: 0;
	position: relative;
	z-index: 1;
	cursor: default;
}

#importFavoriteProductsForm input {
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	cursor: pointer !important;
	filter: alpha(opacity:0);
	height: 100%;
}




.create-project .createProjectInputHolder {
    float:left;
	margin-top: 2px;
}

.create-project .button.p-create{
    background: none repeat scroll 0 0 #537089;
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 2px 50px;
    padding: 3px 15px;
    width: 135px;
}

.create-project .view_p_contain{
    float:left;
}

.create-project #title{
    border-radius: 0 0 0 0;
    font-size: 11px;
    border: 1px solid #939597;
    width: 130px;
    height: 20px;
    text-align:center;
    text-transform:uppercase;
}

.view_projects_holder .select-holder {width:130px; font-size: 11px; margin-top: 2px; border: 1px solid #939597; height: 20px; overflow: hidden;
background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/bg_select.jpg') no-repeat center right; text-transform:uppercase;}
.view_projects_holder .select-holder.validation-failed {border:1px solid #F00;}
.view_projects_holder .select-holder select {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0;
    display: block;
    font-size: 11px;
    height: 18px;
    line-height: 1;
    max-width: inherit;
    padding: 0 30px 0 15px;
    width: 140%;
    text-transform:uppercase;
}
.add-to-projects .view_projects_holder .select-holder {width:160px;}

.view_projects_holder .fields.half.specific .select-holder.selectbox select {margin: 0;}
.view_projects_holder .fields.half.specific .select-holder {width: 142px; display: inline-block; margin: 0; vertical-align: middle;}

/*.add-to-cart-alt .btn-cart,*/
/*.add_to_custom_catalog,*/
.link-remove-project,
.update-project,
.add-all-projects-to-cart,
.all-projects,
.editP,
.emailP,
.add-to-cart-single,
.buttons-set2 .btn-share,
.buttons-set2 .btn-add,
.buttons-set2 .btn-update,
.buttons-set2.btn-edit {
    text-align: center;
    background: none repeat scroll 0 0 #537089;
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
    padding: 3px 10px;
    width: 160px;
    color:#fff !important;
    text-transform: uppercase;
    font-family: 'Lucida Sans', Arial, sans-serif;
    text-decoration: none !important;
    cursor: pointer;
}

.buttons-set2.btn-edit{
    margin-top:10px;
}


.all-projects{
    float:left;
    background: #918f90;
}
.update-project{
    float:right;
}
.link-remove-project{
    float:right;
    background: #918f90;
    margin-left: 5px;
}

.add-to-db-contain{
    margin:10px 0;
    position:relative;
}

.add-to-db-contain .question-mark{
    left:170px;
}

.numberHolderCart {width: 40px; height: 20px; position: relative; display: inline-block; margin: 0; vertical-align: middle;}
.numberHolderCart input {margin: 0; vertical-align: top;}
.numberHolderCart .plus {position: absolute; top:0; right: 0; height: 10px; width: 18px; border-left:1px solid #939597; text-indent: -10000px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/bg_plus.png') no-repeat center bottom;}
.numberHolderCart .minus {position: absolute; bottom:0; right: 0; height: 10px; width: 18px; border-left:1px solid #939597; text-indent: -10000px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/bg_minus.png') no-repeat center top;}
.numberHolderCart input, .numberHolderCart input.qty {
    border-radius: 0 0 0 0;
    font-size: 11px;
    border: 1px solid #939597;
    width: 100%;
    height: 20px;
    font-family: 'Lucida Sans', sans-serif;
    text-align: left;
}

.number-holder-wrapper { display: inline-block; vertical-align: top; }
.product-shop .numberHolderCart { width: 45px; height: 26px; position: relative; display: inline-block; margin: 0; vertical-align: middle; }
.product-shop .numberHolderCart input {margin: 0; vertical-align: top;}
.product-shop .numberHolderCart .plus {position: absolute; top:0; right: 0; height: 10px; width: 18px; border-left:1px solid #939597; text-indent: -10000px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/bg_plus.png') no-repeat center bottom;}
.product-shop .numberHolderCart .minus {position: absolute; bottom:0; right: 0; height: 10px; width: 18px; border-left:1px solid #939597; text-indent: -10000px; background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/bg_minus.png') no-repeat center top;}
.product-shop .numberHolderCart input {
	font: normal 400 11px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #bab8b9;
    width: 100%;
    height: 26px;
	border: 1px solid #939597;
	border-radius: 0;
    text-align: center;
}


.remove-btn-x {
    color: #737374;
    display: block;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
}

.remove-btn-x span{
    border: 1px solid #4f4c4d;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    height: 12px;
    line-height: 1em;
    margin-left: 4px;
    text-align: center;
    vertical-align: top;
    width: 12px;
}

#amlist-table th {
    color: #537089;
    font-weight: bold;
    text-align: left;
}
#amlist-table.clean-table {
    font-family: 'Lucida Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
}
#amlist-table.clean-table th {
    border-bottom: 1px solid silver;
}
#amlist-table.clean-table td {
    padding: 15px;
    vertical-align: top;
}
#amlist-table.clean-table thead th {
    font-family: 'Lucida Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
#amlist-table .product-name {
    font-size: 16px;
    font-family: 'Lucida Sans', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: left;
}
#amlist-table .product-name a {
    color: #537089;
}
#amlist-table .description{
    font-size:12px;
}
#amlist-table .wishlist-sku {
    font-size: 11px;
    font-family: 'Lucida Sans', sans-serif;
    margin: 5px 0;
}
#amlist-table textarea {
    border: 1px solid silver;
    width: 100%;
    height: 45px;
    font-size: 11px;
    font-family: 'Lucida Sans', sans-serif;
}
#amlist-table textarea::-webkit-input-placeholder {
    text-transform: uppercase;
}
#amlist-table textarea:-moz-placeholder {
    text-transform: uppercase;
}
#amlist-table textarea::-moz-placeholder {
    text-transform: uppercase;
}
#amlist-table textarea:-ms-input-placeholder {
    text-transform: uppercase;
}
#amlist-table textarea:focus {
    border: 1px solid #3399cc;
}
#amlist-table .item-manage {
    text-align: right;
    max-width: 450px;
    padding-top: 5px;
}
#amlist-table .item-manage .button {
    color: #FFFFFF;
    font-size: 11px;
    padding: 3px 5px;
}
#amlist-table .cart-cell {
    text-align: left;
}
#amlist-table td.customer-wishlist-item-image {
    width: 113px;
}
#amlist-table td.customer-wishlist-item-quantity {
    width: 3em;
}
#amlist-table td.customer-wishlist-item-price {
    width: 120px;
    text-align: center;
}
#amlist-table td.customer-wishlist-item-cart {
    width: 150px;
}
#amlist-table td.customer-wishlist-item-cart .button {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 3px 5px;
    width: 100%;
}
#amlist-table td.customer-wishlist-item-cart .truncated {
    margin-bottom: 10px;
}
#amlist-table td.customer-wishlist-item-cart > p {
    margin-bottom: 0;
}
#amlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    text-align: center;
}
#amlist-table td.customer-wishlist-item-cart .btn-remove {
    vertical-align: top;
}
#amlist-table td.customer-wishlist-item-remove {
    width: 20px;
}
#amlist-table .price-box {
    font-family: 'Lucida Sans', sans-serif;
    font-size: 12px;
}
#amlist-table .price-box .price {
    color: #4f4c4d;
}
#amlist-table{
    color: #4f4c4d;
}
#amlist-table .giftregisty-add {
    margin-top: 5px;
}
#amlist-table .giftregisty-add .change {
    display: none;
}
#amlist-table .giftregisty-add li {
    cursor: pointer;
    color: #3399cc;
    margin-bottom: 3px;
}
#amlist-table .truncated .details {
    background: none;
    color: #3399cc;
}

.project-summary, .wishlist-summary {
    clear: both;
    float: right;
    width: 450px;
    margin-top:10px;
    border:1px solid #c8c7c7;
    text-align: left;
}

.project-summary-left, .project-summary-right, .wishlist-summary-left, .wishlist-summary-right {
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    width: 49%;
}

.project-summary-right, .wishlist-summary-right {
    border-left:1px solid #c8c7c7;
    text-transform: uppercase;
}

.project-summary-title, .wishlist-summary-title{
    color: #537089;
    font-family: 'lucida_sansdemibold_roman';
    font-size:17px;
    text-transform: uppercase;
    text-align:center;
}

.project-summary-total span, .wishlist-summary-total span{
    color: #537089;
    float: right;
    font-family: 'lucida_sansdemibold_roman';
    font-size:15px;
}
c8c7c7

.wishlist-project .buttons-set2:after { content: ''; display: block; clear: both; }
.wishlist-project .buttons-set2 .btn-continue,
.project-wrapper .buttons-set .btn-allprojects {
	float: left;
}
.items-list .buttons-set .add-all-projects-to-cart,
.wishlist-project  .buttons-set2 .btn-add {
	float: right;
	border: 1px solid #c8c7c7;
}

/* .items-list{
    float:left;
    width:100%;
}
.items-list .buttons-set button, .wishlist-project .buttons-set2 button {font-size:12px; padding:3px 50px; line-height:19px;
background:#FFF; border:1px solid #537089; width:auto;}
.items-list .buttons-set button span, .wishlist-project .buttons-set2 button span {color: #636363;}
.items-list .buttons-set .add-all-projects-to-cart, .wishlist-project  .buttons-set2 .btn-add {
	background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/press_right_white.png) no-repeat 93% 50% #7F7F7F;
	background-size: 13px auto;
	border:1px solid #7F7F7F;
	float:right;
	padding:3px 60px;
}
.wishlist-project  .buttons-set2 button.button.btn-continue {
	background:url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/press_left_white.png) no-repeat 7% 50% #7F7F7F;
	background-size: 13px auto;
	border:1px solid #7F7F7F;
	float:left;
}
.wishlist-project  .buttons-set2 .btn-add span,
.wishlist-project  .buttons-set2 button.button.btn-continue span,
.items-list .buttons-set .add-all-projects-to-cart span {
	color: #ffffff;
}
.items-list .buttons-set a {
	background-color: #7F7F7F;
    background-image: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/press_left_white.png");
    background-origin: padding-box;
    background-position: 7% 50%;
    background-repeat: no-repeat;
    background-size: 13px auto;
    border: 1px solid #7F7F7F;
    font-size: 12px;
    line-height: 19px;
    padding: 3px 10px;
    max-width:50%;
    color: #FFFFFF;
    text-transform:uppercase;
}
.items-list .buttons-set a.link-remove-project {background:none #FFF; border:1px solid #537089; color: #636363;}
.items-list .buttons-set a.link-remove-project span {color: #636363;} */

/* B.K.M.Nis .css */
#facebook-jssdk-iframe{ display: none !important; }
@font-face {
    font-family: GothamHTF-Book;
    src: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/GothamHTF-Book.eot"); /* IE9 Compat Modes */
    src: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/GothamHTF-Book.woff") format("woff"), /* Modern Browsers */
         url("https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/GothamHTF-Book.ttf")  format("truetype") /* Safari, Android, iOS */
}
@font-face {
    font-family: GothamHTF-Bold;
    src: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/GothamHTF-Bold.eot"); /* IE9 Compat Modes */
    src: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/GothamHTF-Bold.woff") format("woff"), /* Modern Browsers */
         url("https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/GothamHTF-Bold.ttf")  format("truetype") /* Safari, Android, iOS */
}
@font-face {
    font-family: GothamHTF-Medium;
    src: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/GothamHTF-Medium.eot"); /* IE9 Compat Modes */
    src: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/GothamHTF-Medium.woff") format("woff"), /* Modern Browsers */
         url("https://www.nuevoliving.com/skin/frontend/nuevo/default/css/fonts/GothamHTF-Medium.ttf")  format("truetype") /* Safari, Android, iOS */
}

html, body {
    color: #231F20;
    min-height: 100%;
}
.page-title h1 {
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size: 19px;
}
.footer-container {
    padding: 0 5%;
    position: relative;
}
.footer {
    max-width: 100%;
    margin-top: 6%;
}
.breadcrumbs a,
.breadcrumbs li {
    color : #231F20;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 9px;
    font-weight: normal;
}
.breadcrumbs li strong {
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
}
/*
*   Radio Buttons Styling
*   NOTE! Add the .radio class to container of input and label
*   <input> must have an ID and label must have an for="ID"
*/
.radio {}
.radio:after { content: ''; display: block; clear: both; }
.radio input[type=radio] {
    opacity: 0!important;
    margin: 0!important;
    /* width: auto; */
    /* height: auto; */
}
.radio label {
    display: inline-block!important;
    cursor: pointer!important;
    position: relative!important;
    padding: 0 0 0 25px!important;
    margin: 0!important;
    font-size: 13px!important;
    text-indent: -8px!important;
    line-height: unset!important;
    max-width: auto!important;
    max-height: auto!important;
    min-height: auto!important;
    min-width: auto!important;
}
.radio label:hover {
    background: none!important;
    background-color: transparent!important;
}
.radio label:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: transparent;
    border: 1px solid #000000;
	border-radius: 100%;
}
.radio input[type=radio]:checked + label:before {
    font-size: 32px;
    text-align: center;
    border: 0;
    line-height: 6px;
    text-indent: -3px;
    content: '';
    background: #231F20;;
}


/* Push .footer-container to bottom if content is empty */
body.wishlist-index-share .wrapper .page {
    height: 100vh;
    position: relative;
    margin-bottom: -5rem;
}
body.wishlist-index-share .main-container {
    padding-bottom: 0;
}
body.wishlist-index-share .footer-container {
    position: relative;
    margin-top: 10px;
    bottom: 0;
    clear: both;
}
body.cms-index-index .footer-container {
    position: relative;
}
@media screen and (max-height:648px) {
    .footer-container {
        position: relative;
    }
}
.footer-container.glued {
    position: relative;
    margin-top: 10px;
    bottom: 0;
    clear: both;
}
/*
*   header
*/
.header .h-search #search,
.header .h-search #search::placeholder {
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    font-size: 12px;
    height: 18px;
    letter-spacing: 1px;
}
.header .h-search .button:before,
.header-container .search-toggler-mobile::before {
    -webkit-text-stroke: 1px white;
}
.header .h-search #search, .header .h-search #search:focus {
    border-bottom-color: #2D2C2C;
    border-bottom-color: #aaa;
}
.header .h-search .button::before {
    font-size: 18px;
}
.social-wrapper ul li {
    line-height: 18px
}
.social-wrapper ul li a {
    color: #2D2C2C;
    font-size: 17px;
}
/* ============================================ *
 * Candid
 * ============================================ */
.cms-index-index #candid-overlay, .cms-index-index #candid-progress{
    background: rgb(221, 219, 219, 0.7);
    z-index: 99999999999;
}
.cms-index-index #candid-overlay .wrapper{
    box-shadow: none;
    width: 65%;
    height: 60%;
    margin: 0;
    transform: translate(-50%, -50%);
}
.cms-index-index #candid-overlay .wrapper .controls{
    /*display: none;*/
}
.cms-index-index  #candid-overlay .candid-shortcuts{
    display: none;
}
.cms-index-index #candid-overlay .inner{
    padding: 25px;
}
.cms-index-index .overlay-img-container{
    position: relative;
    left: auto;
    width: 55%;
}
.cms-index-index #candid-overlay-img{
    /*max-width: none !important;
    width: 100% !important;
    max-height: none !important;
    height: 100%;*/
}
.cms-index-index #candid-overlay-img-link span.candid-carousel:not(:empty), .cms-index-index #candid-overlay-img-link span.candid-carousel{
    display: none;
}
.cms-index-index #candid-overlay .profile-wrap{
    width: 40%
}
.cms-index-index #candid-overlay .candid-by-container{
    display: none;
}
.cms-index-index .candid-zoom-overlay, .cms-index-index .candid-zoom-overlay-play, .cms-index-index .candid-zoom-overlay-footer, .cms-index-index .candid-zoom-overlay-footer-mobile{
    display: none;
}
.cms-index-index #candid-overlay .profile-wrap .candid-caption{

    font: 400 11px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: italic;
}
.cms-index-index #candid-overlay-links{
    padding-top: 30px;
}
.cms-index-index #candid-overlay .gallery-container{
    display: none;
}
.cms-index-index #candid-overlay .candid-close{
    background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/close_btn.png") no-repeat scroll 4px 15px transparent;
  height: 11px;
  right: 15px;
  top: 14px;
  width: 13px;
  z-index:1050;
  text-indent:-1000em;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
}
.cms-index-index #candid-overlay .candid-prev, .cms-index-index #candid-overlay .candid-next{
    display: none;
}
.cms-index-index #candid-overlay .overlay-img-container .candid-marker{
    display: none;
}
/* Homepage Slider */
.homepage-wrapper .slider .banner-content{
    position: static;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
}
.homepage-wrapper .slider .banner-content .slide-home{
    padding-top: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.homepage-wrapper .slider .banner-content .second-slide.slide-home{
    left: 20%;
}
.homepage-wrapper .slider .banner-content .slide-home h1{
    font-size: 38px;
    margin-bottom: 65px;
    font-family: GothamHTF-Book;
    font-weight: 700;
}
.homepage-wrapper .slider .banner-content .slide-home h1 span{
    display: block;
    text-align: center;
}
.homepage-wrapper .slider .banner-content .slide-home a{
    font-size: 20px;
    font-family: GothamHTF-Book;
    font-weight: 700;
    text-transform: none;
}


.home-featuredproducts .featuredproducts-title{
    padding-bottom: 50px;
}


/* ============================================ *
 * Login page
 * ============================================ */
 .customer-account-login .header-container {
     border-bottom: 0;
 }
.customer-account-login .topImage {
    padding-top: 0;
}
.customer-account-login .main-container {
    width: 87%;
    margin: 0 auto;
    padding: 0;
}
.customer-account-login .main-container .box-signin-holder,
.customer-account-login .main-container .box-signin-holder h1,
.customer-account-login .main-container .box-signin-holder input,
#remember-me-box label,
.customer-account-login .main-container .box-signin-holder li .button,
.customer-account-login .main-container .register-box .register_block h3,
.customer-account-login .main-container .register-box .signin-box .signin-content-box input,
.customer-account-login .main-container .register-box .signin-box .signin-content-box form.existing-customer .validation-advice {
    font: normal 9px 'GothamHTF-Medium', 'Open Sans', sans-serif;
  }
/* login - grey box */
.customer-account-login .main-container {
  font: 400 9px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
  padding-top: 25px;
}
.customer-account-login .main-container .box-signin-holder {
    background: #2D2C2C;
    border-radius: 0;
    margin-bottom: 7.5%;
    padding: 0.8% 1%;
}
.customer-account-login .main-container .box-signin-holder li {
    width: 31%;
    margin: 0;
    padding: 0 1%;
}
.customer-account-login .main-container .box-signin-holder li:nth-child(3){
    width: 21%;
}
.customer-account-login .main-container .box-signin-holder li:nth-child(4) {
    width: 16%;
    padding-right: 0;
}
.customer-account-login .main-container .box-signin-holder li div {
    width: 100%;
}
.customer-account-login .main-container .box-signin-holder h1 {
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 18px;
    width: 12%;
    text-indent: 10px;
}
.customer-account-login .main-container .box-signin-holder input {
    background: #ffffff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    /*max-width: 410px;*/
    width: 100%;
}
.customer-account-login .main-container .box-signin-holder input::placeholder,
.customer-account-login .main-container .register-box .signin-box .signin-content-box input::placeholder {
    line-height: 30px;
    text-indent: inherit;
    color: #ffffff;
    font-weight: bold;
}
.customer-account-login .main-container .box-signin-holder input::placeholder {
    color: #999999;
}
/* Chrome specific background */
.customer-account-login .main-container .box-signin-holder input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #eeeeef inset;
}
.customer-account-login .main-container .box-signin-holder .form-list {
    width: 86%;
}
.customer-account-login .main-container .box-signin-holder #remember-me-box input {
    float: left;
    border: 0;
}
.customer-account-login .main-container .box-signin-holder #remember-me-box label,
.customer-account-login .main-container .box-signin-holder .login_forgot_pass {
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: lighter;
}
.customer-account-login .main-container .box-signin-holder .login_forgot_pass {
  padding-top: 2px;
  text-indent: 19px;
  white-space: nowrap;
}
.customer-account-login .main-container .box-signin-holder #remember-me-box .input-box {
    display: inline-block;
    width: auto;
}
.customer-account-login .main-container .box-signin-holder li .button {
    background: transparent;
    padding: 0;
    height: 30px;
    width: auto;
}
.customer-account-login .main-container .box-signin-holder li .button span {
    color: #ffffff;
    font-size: 14px;
}
/* register-box */
.customer-account-login .main-container .register-box {
  width: 100%;
  margin: 0;
}
.customer-account-login .main-container .register-box .register_block {
    border: 0;
    margin: 0;
    max-width: inherit;
    min-height: initial;
    width: 50%;
    min-height: 405px;
    position: relative;
    display: block;
    box-sizing: border-box;
    float: left;
}
.customer-account-login .main-container .register-box .register_block a:last-child {
    position: relative;
    bottom: auto;
    left: auto;
}

.customer-account-login .main-container .register-box .register_block:first-child {
    border-right: 1px solid #2D2C2C;
}
.customer-account-login .main-container .register-box .register_block:nth-child(2) {
    position: relative;
}
.customer-account-login .main-container .register-box .register_block h3 {
  font-size: 19px;
  margin: 5px auto 0;
}
.customer-account-login .main-container .register-box .register_block a.button-signin,
.customer-account-login .main-container .register-box .signin-box .signin-content-box button.button,
.customer-account-login .main-container .register-box .register_block.box-one .signin-content-box a.facebookButton  {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    font-size: 11px;
    font-weight: bold;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    max-width: 250px;
    line-height: 35px;
    width: 100%;
    text-transform: uppercase;
    padding: 0;
}
.customer-account-login .main-container .register-box .register_block a.button-signin.vertical-middle{
    /* position: relative;
    top: auto;
    left: auto;
    bottom: auto; */
}
.login-trade-text{
    padding-top: 61px;
    max-width: 230px;
    width: 100%;
    margin:  0 auto;
}
.login-trade-text p{
    color: #231F20;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
}
.acc-number{
    margin-top: 59px;
    margin-left:  auto;
    margin-right: auto;
    width: 100%;
    max-width: 250px;
    text-align: center;
}
.acc-number #acc-number{
    height: 37px;
    box-sizing: border-box;
    border: 1px solid #000000;
    margin-bottom: 4px;
    font-size: 14px;
    text-align: center;
}
#acc-number::-webkit-input-placeholder, #acc-email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  line-height: 37px;
}
#acc-number::-moz-placeholder, #acc-email::-moz-placeholder { /* Firefox 19+ */
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  line-height: 37px;
}
#acc-number:-ms-input-placeholder, #acc-email:-ms-input-placeholder { /* IE 10+ */
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  line-height: 37px;
  opacity: 0.8;
  font-size: 11px;
}
#acc-number::-moz-placeholder, #acc-email::-moz-placeholder { /* Firefox 18- */
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  line-height: 37px;
}
.acc-submit{
    text-align: center;
    background: transparent;
    font-size: 10px;
    font-weight: bold;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
}
.acc-or{
    text-align: center;
    font-size: 14px;
    color: #2D2C2C;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 14px;
    margin-bottom: 25px;
    margin-top: 28px;
}
.customer-account-login .main-container .signin-content-box a.us, .customer-account-login .main-container .signin-content-box a.can{
    margin-left: 0;
}
.signin-content-box a.can, .signin-content-box a.us{
    font-size: 12px;
}
/* Email Modal */
#email-modal {
    display: none;
    position: fixed;
    z-index: 9999999999;
    padding-top: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(161,160,160);
    background-color: rgba(161,160,160,0.8);
}
.email-modal-content{
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.email-head{
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    color: #000000;
    padding-right: 20px;
}
.email-head:after{
    position: absolute;
    left: 0;
    bottom: -15px;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
}
.customer-account-login .email-modal-content-bottom{
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 15px;
}
.customer-account-login .email-modal-content-bottom a{
    color: #a2a0a1;
    font-size: 12px;
}
.customer-account-login .email-modal-content-bottom p:nth-of-type(2){
    margin-bottom: 0;
}
.email-heading{
    padding-bottom: 15px;
}
.email-modal-content-bottom{
    margin-top: 60px;
    text-align: center;
}
.email-modal-content-bottom p{
    color: #a2a0a1;
    font-size: 12px;
    margin-bottom: 0;
}
.email-modal-content-bottom p:nth-of-type(2){
    margin-bottom: 25px;
}
#acc-email{
    height: 37px;
    box-sizing: border-box;
    border: 1px solid #000000;
    margin-bottom: 4px;
    font-size: 14px;
    text-align: center;
    max-width: 250px;
    width: 100%;
    margin-bottom: 15px;
}
.close-email-modal{
    position: absolute;
    top: 25px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/close_btn.png") no-repeat scroll 0 0 transparent;
    z-index: 999;
}



.customer-account-login .main-container .register-box .register_block.box-one ul {
    margin-left: 0;
    list-style-type: none;
    display: inline-block;
}
.customer-account-login .main-container .register-box .register_block.box-one li {
    color : #231F20;
    font-size: 13px;
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    line-height: 22px;
    position: relative;
    display: table;
    margin: 0 auto;
}
.customer-account-login .main-container .register-box .register_block:first-child li:before {
    content: '\2022 \00a0 ';
    position: relative;
}
.customer-account-login .main-container .register-box .register_block.box-one .signin-content-box {
    padding: 50px 0 0 0;
    text-align: center;
}

.customer-account-login .main-container .register-box .register_block.box-one .signin-content-box span.or {
    margin: 25px auto;
    font-size: 14px;
    margin-top: 45px;
}
.customer-account-login .main-container .register-box .register_block.box-one .signin-content-box a.facebookButton {
    margin-top: 35px;
    white-space: nowrap;
    height: auto;
}
.customer-account-login .main-container .register-box .register_block.box-one .signin-content-box a.facebookButton:hover {
    text-decoration: none;
}
.customer-account-login .main-container .register-box .register_block.box-one .signin-content-box a.facebookButton::after {
    content: "login with facebook";
}
.customer-account-login .main-container .register-box .register_block.box-one .signin-content-box a.facebookButton::after:hover {
  text-decoration: none;
  border-bottom-color: #000000;
}
.customer-account-login .main-container .or {
    color: #2D2C2C;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
/*  .signin-box */
.customer-account-login .main-container .register-box .signin-box .signin-content-box {
    padding: 50px 55px 15px 55px;
}
.customer-account-login .main-container .register-box .signin-box .signin-content-box p {
    padding-left: 0;
    color: #000000;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}
.customer-account-login .main-container .register-box .signin-box .signin-content-box p#info_msg {
    color : #231F20;
    font-size: 12px;
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    line-height: 14px;
}
.customer-account-login .main-container .register-box .signin-box .signin-content-box p.or {
    font-size: 14px!important;
    margin-bottom: 19px;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif!important;
    font-weight: bold;
    left: calc(50% - 125px);
}
.customer-account-login .main-container .register-box .signin-box .signin-content-box .buttons-set p:first-child,
.customer-account-login .main-container .register-box .signin-box .signin-content-box ul p {
    margin-left: 0;
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    font-size: 12px;
}
.customer-account-login .main-container .signin-content-box.switch {
    text-align: center;
    margin-top: 6%;
}
/* .customer-account-login .main-container .signin-content-box a.us {
    margin-left: -70px;
}
.customer-account-login .main-container .signin-content-box a.can {
    margin-left: -60px;
} */
#existing-submit {
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 15px;
    box-sizing: border-box;
}
#existing-submit:hover {
    text-decoration: underline;
}
.customer-account-login .main-container .register-box .signin-box .signin-content-box input {
    background: #ffffff;
    border: 1px solid #2D2C2C;
    color: #2D2C2C;
    font-size: 12px;
    padding: 0;
    text-indent: 17px;
    max-width: 250px;
    margin: 0 auto;
    line-height: 35px;
    height: 37px;
    width: 100%;
    text-align: center;
}
.customer-account-login .main-container .register-box .signin-box .signin-content-box input::placeholder {
  color: #A3A1A1;
  font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 30px;
}
.customer-account-login .main-container .register-box .signin-box .signin-content-box .buttons-set {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    width: 250px;
    margin: 42px auto 0 auto;
}
.customer-account-login .main-container .register-box .signin-box .signin-content-box .buttons-set a {
    color: #000000;
}
.customer-account-login .main-container .register-box .signin-box .signin-content-box a.can,
.customer-account-login .main-container .register-box .signin-box .signin-content-box a.us {
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: underline;
    margin: 0 auto;
    height: 20px;
    display: table;
    background-position-y: center;
    margin-top: 25px;
    line-height: 21px;
}
.customer-account-login .main-container .register-box .signin-box .signin-content-box a.can:hover,
.customer-account-login .main-container .register-box .signin-box .signin-content-box a.us:hover {
    text-decoration: none;
    border-bottom-color: #000000;
}
.customer-account-login .main-container .register-box .signin-box .signin-content-box form.existing-customer {
    margin-top: 0;
    text-align: center;
}
.customer-account-login .main-container .register-box .signin-box .signin-content-box form.existing-customer .validation-advice {
    text-align: left;
    font-size: 12px;
}
.customer-account-login .main-container .register-box .signin-box .signin-content-box .field {
    margin-bottom: 25px;
}
.customer-account-login .main-container .register-box .signin-box .signin-content-box ul {
    margin-bottom: 10px;
    margin-left: 0;
}
/* ============================================ *
 * My Account Page
 * ============================================ */

/*** General ***/
/* Title */
.customer-account-pages .page-title h1{
    position: relative;
}
.customer-account-pages .page-title h1:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.my-account .box-head{
    border-color: #000000;
}
/* Left */
.customer-account-pages .col-main{
    width: 80%;
}
.customer-account-pages .col-left{
    position: relative;
    width: 20%;
}
.customer-account-pages .col-left:before{
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    content: '';
    background: #000000;
}
.block-account ul li a{
    border: none;
    font-family: GothamHTF-Bold;
    text-transform: none;
}
.block-account ul li strong,
.block-account.block-navision ul li.current a {
    font-family: GothamHTF-Bold;
    text-transform: none;
    display: inline-block;
    border: 0;
    position: relative;
}
.block-account ul li strong:before,
.block-account.block-navision ul li a:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    position: absolute;
    bottom: 6px;
    left: 0;
}
.customer-account-pages .block-cart .block-title{
    display: none;
}
.customer-account-pages .block-cart #cart-sidebar{
    display: none;
}
.customer-account-pages .block-cart .actions{
    display: none;
}
.customer-account-pages .block-cart{
    padding-top: 30px;
    border-top: 1px solid #000000;
}
.customer-account-pages .block-cart .summary p{
    margin-bottom: 2px;
}
/* Right */
.my-account .box-head h2{
    text-transform: none;
}
.my-account .dashboard .box-account{
    border: 0;
}
.my-account .col2-set .col-1 .box-title h2, .my-account .col2-set .col-1 .box-title h3, .my-account .col2-set .col-2 .box-title h2, .my-account .col2-set .col-2 .box-title h3{
    font-weight: 700;
    text-transform: none;
    font-size: 13px;
}
.my-account .col2-set .box-content h4{
    font-weight: 700;
    text-transform: none;
    font-size: 13px;
}
.my-account .col2-set .col-1{
    padding-left: 0;
}
.my-account .box-account address, .dashp{
    font-weight: normal;
    font-style: italic;
}
.my-account .dashp{
    margin-bottom: 50px;
}
.my-account .item_block span.label{
    font: 400 12px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: none;
    width: auto;
    margin-right: 5px;
}
.my-account .item_block .div_block{
    color: #000;
    font-weight: bold;
}
.my-account .bulet{
    padding-left:20px;
    padding-top:8px;
}
.my-account .bulet li {
    list-style-position: inside;
    list-style-type: disc;
}
.customer-account-index .my-account .col2-set .col-2 .box:first-of-type span{
    font: 400 12px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #a2a1a1;
    font-weight: bold;
}
/*** Pages ***/
/* Change Password */
.customer-account-pages .change-pass input{
    font: 400 10px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    border: 1px solid #000000;
    height: 24px;
    line-height: 24px;
    width: 230px;
}
.customer-account-pages label{
    font: 700 11px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
}
.customer-account-edit.customer-account-pages .my-account #form-validate .buttons-set{
    padding-top: 0;
}
.buttons-set-note{
    margin-bottom: 30px;
    font-style: italic;
}
.customer-account-edit.customer-account-pages .btn-gray{
    max-width: 230px;
    background: #000000;
    display: block;
    width: 100%;
}
/* Menage Accounts */
.menage-account{
    margin-bottom: 30px;
}
.menage-account .field {
    padding: 0;
    width: 30%;
    float: left;
    margin-right: 5%;
}
.menage-account .field .buttons-set{
    padding-top: 0;
}
.menage-account .fields{
    margin-bottom: 15px;
}
.menage-account .fields:after{
    display: table;
    content: '';
    clear: both;
}
.menage-account .field:last-of-type{
    margin-right: 0;
}
.menage-account .field input{
    width: 100%;
}
.menage-account .field .buttons-set button.button{
    width: 100%;
    background: transparent;
    color: #000000;
    font-family:  'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 12px;
    border: 1px solid #000000;
    max-width: 100%;
    margin-left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding-top: 5px;
    padding-bottom: 4px;
    box-sizing: border-box;
    min-width: 100%;
}
.menage-account .field .buttons-set button.button:hover{
    background: #000000;
    text-decoration: none;
    color: #ffffff;
}
.menage-account label{
    font-size: 11px;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    margin-bottom: 5px;
    font-weight: 400;
}
.list-menage-users{
    margin-top: 40px;
    width: 100%;
}
.list-menage-users input[type=checkbox]:checked::after{
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: #000000;
    transform: none;
}
.menage-account-heading{
    padding-bottom: 15px;
}
.menage-account-heading h1{
    font: 700 15px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    text-transform: none;
}
.menage-account-text{
    font-size: 16px;
    margin-bottom: 30px;
}
/*.customer-account-subaccount .pager{
    margin-bottom: 25px;
}*/
.list-menage-users{
    margin-bottom: 15px;
}
.list-menage-users thead th{
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    text-transform: none;
    font-size: 12px;
    border-top: 0;
}
.list-menage-users tbody  td{
    color: #a2a1a1;
    font: 400 12px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    border: 0;
}
.list-menage-users tbody  td a{
    text-decoration: none;
}
.list-menage-users tbody  td.last{
    color: #000000;
}
.list-menage-users tbody  td.last span:hover{
    cursor: pointer;
}
.center-text{
    text-align: center !important;
}
.list-menage-users tbody .first td{
    padding-top: 20px;
}
#new-subacount #popup-block{
    padding: 35px 80px;
    max-width: 600px;
}
#new-subacount #popup-block-close{
    top: 20px;
    right: 20px;
}
#new-subacount #delete_submit_url{
    width: 46%;
    margin-right: 8%;
    display: block;
    float: left;
    text-decoration: none;
}
#new-subacount #delete_submit_url button{
    display: block;
    width: 100%;
    border: 1px solid #bab8b9;
}
#new-subacount #delete_submit_url button:hover{
    border: 1px solid #000000;
}
#new-subacount #no_cancel{
    width: 46%;
    margin-right: 0%;
    display: block;
    float: left;
    background: transparent;
    border: 1px solid #a2a1a1;
}
#new-subacount #no_cancel:hover{
    background: #000000;
    border: 1px solid #000000;
}
#new-subacount #no_cancel:hover span span{
    color: #ffffff;
}
#new-subacount #no_cancel span span{
    color: #a2a1a1;
}
#new-subacount .btn-gray span span{
    font-size: 12px;
    text-align: left;
    text-transform: none;
}
.hidden-class{
    display: none;
}
/* Edit Account */
.customer-account-editsubaccount .list-menage-users{
    margin-bottom: 55px;
}
.list-menage-users tbody tr:nth-of-type(1) td{
    padding-top: 20px;
}
.customer-account-editsubaccount .menage-account-heading{
    margin-bottom: 30px;
}
.fieldset-change-password .form-list:after{
    display: table;
    clear: both;
    content: '';
}
.fieldset-change-password .form-list li:first-of-type{
    width: 30%;
    margin-right: 5%;
    float: left;
    display: block;
}
.fieldset-change-password .form-list li:first-of-type input{
    max-width: 100%;
    width: 100%;
}
.fieldset-change-password .form-list li:last-of-type{
    width: 65%;
    float: left;
    display: block;
    clear: none;
}
.fieldset-change-password .form-list li:last-of-type .field:first-of-type{
    width: 46.1%;
    float: left;
    margin-right: 7.8%;
}
.fieldset-change-password .form-list li:last-of-type .field:last-of-type{
    width: 46.1%;
    float: left;
}
.customer-account-editsubaccount .buttons-set button{
    width: 30%;
    margin-left: 0;
    background: transparent;
    border: 1px solid #000000;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 5px 15px;
    color: #000000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.customer-account-editsubaccount .buttons-set button:hover{
    background: #000000;
    text-decoration: none;
    color: #ffffff
}
.customer-account-editsubaccount .control input#change_password{
    margin-top: 5px;
}
.customer-account-editsubaccount .control input#change_password:after{
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: #000000;
    transform: none;
}
.customer-account-editsubaccount .control label:hover{
    background: transparent;
}


/* ============================================ *
 * Privacy Policy CMS Page
 * ============================================ */
.cms-privacy-policy-cookie-restriction-mode .privacy-modal-content{
    margin-top: 25px;
 }
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs ul li{
    color: #231F20;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 9px;
    font-weight: normal;
    float: left;
    text-transform: uppercase;
    margin-left: 0;
    font-style: normal;
}
.cms-privacy-policy-cookie-restriction-mode .main > div.breadcrumbs{
    display: none;
}
.cms-privacy-policy-cookie-restriction-mode .privacy-modal-content h1{
    color: #000000;
}
.cms-privacy-policy-cookie-restriction-mode .privacy-modal-content h3{
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: none;
    margin-top:30px;
    margin-bottom: 8px;
}
.cms-privacy-policy-cookie-restriction-mode .privacy-modal-content h4{
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 25px;
}
.cms-privacy-policy-cookie-restriction-mode .privacy-modal-content p{
    font: 400 16px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    line-height: 150%;
    margin: 0 0 16px 0;
    padding: 0;
    text-align: justify;
}
.cms-page-view .std .privacy-modal-content li{
    font: 400 16px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    line-height: 150%;
}
.cms-privacy-policy-cookie-restriction-mode .privacy-modal-content-inner{
    max-width: 65%;
}
.privacy-modal-content p, .privacy-modal-content li {
    text-align: justify;
}
/* ============================================ *
 * Category Page Add View Project
 * ============================================ */
.product-view .actionBoxes .view-project-link{
    margin-top: 10px;
}
.product-view .actionBoxes .view-project-link a{
    display: inline-block;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 9px;
}
.product-view .actionBoxes .view-project-link a span{
    display: inline-block;
    color: #696766;
}
/* ============================================ *
 * Wishlist and Project Page - New Design
 * ============================================ */
.my-wishlist .page-title h1,
.favoritesproject-wrapper .page-title h1,
.page-head.button-level h3 {
    float:left;
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: normal;
}
 .my-wishlist .page-title { border-bottom: 1px solid #e6e6e6; padding-bottom:20px; }
 .my-wishlist .page-title input[type=text] {width:240px; height:33px; vertical-align:middle;}
 .my-wishlist .page-title div {text-align:right; vertical-align:top;}
 .my-wishlist .page-title div div {display:inline-block}
 .my-wishlist .page-title div div button {margin-top:-1px;}
 .my-wishlist .page-title .buttons-set {margin:0; border:0 none; padding:0}
 body.customer-account .my-wishlist .fieldset { margin-top:0 }
 #wishlist-table.clean-table td {text-align:center;}
 #wishlist-table.clean-table td.wishlist-cell0 {padding-left:0;}
 #wishlist-table.clean-table td.wishlist-cell1 {min-width:180px;}
 #wishlist-table.clean-table td.wishlist-cell2 {font-size:14px; min-width:150px;}
 #wishlist-table.clean-table td.wishlist-cell4,
 #wishlist-table.clean-table td.wishlist-cell5 {
     text-align:center;
     font-weight:600;
 }
 #wishlist-table.clean-table td.wishlist-cell7 .cart-cell {min-width:146px;}

.my-wishlist .page-title .right_btns a,
.right_btns a#share-btn {
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 8px;
    color: #2d2c2b;
}
.favoritesproject-wrapper .favoritesproject-inner .right_btns a,
#wishlist-table .product-name,
.favoritesproject-wrapper .project-summary-total span,
.favoritesproject-wrapper .project-summary-title,
.my-wishlist .wishlist-project .wishlist-summary-total span,
.my-wishlist .wishlist-project .buttons-set2 .btn-add span {
    font: 400 14px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #2d2c2b;
}
#wishlist-table th,
#amlist-table th {
    color: #2D2C2C;
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size : 12px;
    font-weight: normal;
    letter-spacing : 0.024em;
}
#wishlist-table td,
#amlist-table td {
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    color: #2D2C2C;
}
#amlist-table .description {
    color: #2D2C2C;
    font-size: 9px;
    line-height: 1.8;
    padding-left: 10%;
}
.my-wishlist .page-title,
.favoritesproject-wrapper .page-title { background: transparent; border: none; padding-bottom:20px; }
.my-wishlist .page-title .right_btns,
.favoritesproject-wrapper .favoritesproject-inner .right_btns { display: inline-block; float: right; }
.my-wishlist .page-title .right_btns a,
.favoritesproject-wrapper .favoritesproject-inner .right_btns a { float: right; display: block; clear: both; }

.my-wishlist .page-title .right_btns a::after,
.favoritesproject-wrapper .favoritesproject-inner .right_btns a::after { font-family: 'FontAwesome'; font-size: 12px; margin-left: 10px; }
.my-wishlist .page-title .right_btns a.print-wishlist::after,
.favoritesproject-wrapper .favoritesproject-inner .right_btns a.print-wishlist::after { content: '\f019'; }
.my-wishlist .page-title .right_btns a.button.btn-share::after,
.favoritesproject-wrapper .favoritesproject-inner .right_btns a.button.btn-share::after { content: '\f003' }
#wishlist-table,
#amlist-table {
    border-bottom: 1px solid #969595;
    table-layout: initial;
}
#wishlist-table th,
#amlist-table th {
    font-size: 12px;
    border-top: 0;
    border-bottom-color: #969595;
    text-align: center;
 }
 #wishlist-table tr.even td,
 #amlist-table tr.even td {
     padding-bottom: 5%;
 }
 #wishlist-table tr.odd,
 #amlist-table tr.odd {
     border-bottom: 1px solid #cacaca;
 }
#wishlist-table tr td,
#amlist-table tr td {
    border: 0;
    padding: 7px 0 6px 0;
}
#wishlist-table tr td:nth-child(1),
#amlist-table tr td:nth-child(2) {
    width: 20%;
}
#wishlist-table tr td:nth-child(2),
#amlist-table tr td:nth-child(3) {
    text-align: center;
    width: 22%;
}
#wishlist-table tr td:nth-child(3),
#amlist-table tr td:nth-child(4) {
    width: 28%;
}
#wishlist-table tr td:nth-child(4),
#amlist-table tr td:nth-child(5) {
    text-align: center;
    width: 10%;
}
#wishlist-table tr td:nth-child(5),
#amlist-table tr td:nth-child(6) {
    text-align: center;
    width: 12%;
    min-width: 80px;
}
#wishlist-table tr td:nth-child(2) a,
#amlist-table tr td:nth-child(3) a {
    margin: 5% auto auto auto;
}
#amlist-table tr td.last, #wishlist-table tr td.last { text-align: center; position: relative;}

#amlist-table tr td a.product-image, #wishlist-table tr td a.product-image {
    width: 150px;
}
h2.product_name_wide a {
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
h3.product_subcat {
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2d2c2b;
    letter-spacing: 1px;
}
h2.product_name_wide,
h3.product_subcat {
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    max-width: 225px;
    line-height: 16px;
}
#wishlist-table .btn-cart,
#amlist-table .btn-cart,
#wishlist-table .add-to-db,
#amlist-table .add-to-db,
#wishlist-table .addtoproject-wrapper,
#amlist-table .addtoproject-wrapper  {
    border: 0;
    width: 160px;
}
#wishlist-table .button-addtoproject,
#amlist-table .button-addtoproject {
    background: #bab8b9;
    border: 0;
    display: block;
}
.btn-gray span span,
#wishlist-table .btn-cart span span,
#amlist-table .btn-cart span span,
#wishlist-table .add-to-db span span,
#amlist-table .add-to-db span span,
#wishlist-table .button-addtoproject span span,
#amlist-table .button-addtoproject span span {
    color: #ffffff;
    text-align: left;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 9px;
    text-align: center;
    padding: 6px;
}
#wishlist-table .button-addtoproject span span::after,
#amlist-table .button-addtoproject span span::after {
    display: none;
}
#wishlist-table .price-box .price,
#amlist-table .price {
    color: #2d2c2b;
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
}
#wishlist-table .product-name a,
#amlist-table .product-name a { font-size: 14px; color: #000000; }
#wishlist-table .item-options,
#amlist-table .item-options,
#amlist-table td .product-attribute {
    font-size: 10px;
    line-height: 12px;
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
}
#wishlist-table .item-options,
#amlist-table .item-options {
    padding-top: 6px;
}
#wishlist-table .cart-action-links,
#amlist-table .cart-action-links {
    position: absolute;
    bottom: 25%;
    right: 0;
}
#wishlist-table .remove-btn-x,
#amlist-table .remove-btn-x,
#wishlist-table .edit-btn-x,
#amlist-table .edit-btn-x {
    font-family: 'Myriad Pro', 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #737374!important;
    text-align: right;
    text-decoration: underline;
}
#wishlist-table .remove-btn-x span,
#amlist-table .remove-btn-x span { border: 0; margin-left: 0; padding-bottom: 8px; }
.my-wishlist .wishlist-project .wishlist-summary,
.favoritesproject-wrapper .project-summary { width: 275px; border-top: 0; padding: 10px; margin-top: 0; }
.my-wishlist .wishlist-project .wishlist-summary .wishlist-summary-right,
.favoritesproject-wrapper .project-summary .project-summary-right { width: 25%; padding: 0 0 0 10px; }
.my-wishlist .wishlist-project .wishlist-summary .wishlist-summary-left,
.favoritesproject-wrapper .project-summary .project-summary-left { width: 60%; padding: 0; }

.favoritesproject-wrapper .project-summary .project-summary-left .project-summary-title,
.wishlist-summary-title,
.favoritesproject-wrapper .project-summary .project-summary-right .project-summary-total,
.wishlist-summary-total,
.my-wishlist .wishlist-project .buttons-set2 .btn-add span,
.favoritesproject-wrapper .buttons-set .add-all-projects-to-cart span {
    color: #2d2c2b;
    font-family:  'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size: 14px;
}
.favoritesproject-wrapper .buttons-set .add-all-projects-to-cart span,
.my-wishlist .wishlist-project .buttons-set2 .btn-add span,
.favoritesproject-wrapper .project-summary .project-summary-right .project-summary-total,
.wishlist-summary-total,
.favoritesproject-wrapper .project-summary .project-summary-right .project-summary-qty,
.wishlist-summary-right .wishlist-summary-qty   {
    font-size: 12px;
}
.favoritesproject-wrapper .project-summary .project-summary-right .project-summary-qty,
.wishlist-summary-right .wishlist-summary-qty {
    font-family:  'GothamHTF-Book', 'Open Sans', sans-serif;
    text-transform: none;
}
.my-wishlist .wishlist-project .buttons-set2,
.favoritesproject-wrapper .buttons-set { padding-top: 0; }
.my-wishlist .wishlist-project .buttons-set2 .btn-add,
.favoritesproject-wrapper .items-list .buttons-set .add-all-projects-to-cart { background: none; color: #2d2c2b; width: 275px; border-top: 0; border-color: #c8c7c7; }
.items-list .buttons-set a {
    background-color: #bab8b9;
    width: 160px;
}
.items-list .buttons-set a:hover {
    background-color: #000000;
}
.favoritesproject-wrapper .items-list .buttons-set a.link-remove-project,
.favoritesproject-wrapper .items-list .buttons-set button {
    border-color: #c8c7c7;
}
#wishlist-table .cart-cell,
#amlist-table .cart-cell,
#wishlist-table .cart-cell,
#amlist-table .cart-cell { margin: 25px 0; }
#wishlist-table .first th:nth-child(4),
#amlist-table .first th:nth-child(4),
#wishlist-table .first th:last-child,
#amlist-table .first th:last-child,
#wishlist-table .cart-cell:last-child {
    text-align: center;
}
#wishlist-table .add-to-db-contain .question-mark,
#amlist-table .add-to-db-contain .question-mark { display: none; }
#wishlist-table .item-options .product-attribute,
#amlist-table .item-options .product-attribute { clear: left; }
#wishlist-table .cart-cell .out-of-stock ,
#amlist-table .cart-cell .out-of-stock {
    font-weight: bold;
    margin: 5px 0;
}
.wishlist-wrapper .update-project,
.wishlist-wrapper .link-remove-project {
    background: transparent;
    padding: 3px 0;
    margin-left: -10px;
    text-align: right;
}
.wishlist-wrapper .update-project span,
.wishlist-wrapper .link-remove-project span {
    color: #2D2C2C;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
}
/* ============================================ *
 * Projects page
 * ============================================ */
.amlist-list-index { background: #ffffff; }

.amlist-list-index .col-main {
    position: relative;
}
.amlist-list-index .page-title.category-title  {
    max-width: 75%;
}
.amlist-list-index .project-wishlist {
    position: relative;
    float: left;
    width: 23%;
    height: auto;
    z-index: 1;
    padding: 0;
    margin-right: 2%;
}
.amlist-list-index .project-wishlist:last-child { margin-right: 0; }

/* .amlist-list-index .project-wishlist:nth-child(2n+2) { float: right; } */
.amlist-list-index .project-wishlist .project-image { padding: 0; margin: 0; }
.amlist-list-index .project-wishlist .project-image:after { content: ''; display: block; clear: both; }
.amlist-list-index .project-wishlist .project-image .project-image-item {
    background: #ffffff;
    position: relative;
    display: none;
    float: left;
    margin: 0;
}
.amlist-list-index .project-wishlist img.white_box { display: block; width: 100%; opacity: 0; padding: 0 0 66px; }
.amlist-list-index .project-wishlist .project-image .project-image-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: block;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
.amlist-list-index .project-wishlist .project-image .project-image-item:nth-of-type(1),
.amlist-list-index .project-wishlist .project-image .project-image-item:nth-of-type(2),
.amlist-list-index .project-wishlist .project-image .project-image-item:nth-of-type(3),
.amlist-list-index .project-wishlist .project-image .project-image-item:nth-of-type(4) {
    display: inline-block;
}
.amlist-list-index .project-wishlist .project-image .image-white-box {}
.amlist-list-index .project-wishlist .project-image .image-white-box span {
    background: none repeat scroll 0% 0% white;
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    max-height: 145px;
    max-width: 145px;
    margin: 0 auto;
}
.amlist-list-index .project-wishlist .project-info { width: 100%; padding: 20px 7.5% 15px 7.5%; }
.amlist-list-index .project-wishlist .project-info:after { content: ''; display: block; clear: both; }
.amlist-list-index .project-wishlist .project-info-inner { position: relative; overflow: hidden; text-align: center; }
.amlist-list-index .project-wishlist .project-info .project-name,
.amlist-list-index .project-wishlist .project-info .project-count {
    color: #231F20;
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: left;
    line-height: 100%;
}
.amlist-list-index .project-wishlist .project-info .project-name { position: relative; display: inline-block; }
.amlist-list-index .project-wishlist .project-info .edit-project-name { position: absolute; top: 0; right: 0; display: block; cursor: pointer; }
/* .amlist-list-index .project-wishlist .project-info .edit-project-name:before { content: '\f040'; font-family: 'FontAwesome'; font-size: 15px; color: #99897B; } */
.amlist-list-index .project-wishlist .project-info .project-count { display: none; }
.amlist-list-index .project-wishlist .project-info a.go_wishlist,
.amlist-list-index .project-wishlist .project-info a.go_project {
    width: 25px;
    height: 45px;
    display: block;
    text-indent: -99999px;
    float: right;
}
.amlist-list-index .project-wishlist .project-info a.delete_p {
    display: block;
}

.amlist-list-index .create-new-project {
    position: absolute;
    top: 25px;
    right: 0;
    width: auto;
    margin-right: 0;
    width: 215px;
}
.amlist-list-index .create-new-project .add-new {
    padding: 20px 0 45px 0;
    cursor: pointer;
}
.amlist-list-index .create-new-project .add-new-plus {
    display: none;
}
.amlist-list-index .create-new-project .add-new-text {
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size: 15px;
    color: #231F20;
    text-align: right;
}

.amlist-list-index .create-new-project .close-modal { display: none; position: relative; float: right; z-index: 100; top: 0; right: -10px;}
.amlist-list-index .create-new-project .close-modal a.close-m { font-size: 20px; cursor: pointer; display: block; }
.amlist-list-index .create-new-project .modal-add {
    display: none;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 2%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.amlist-list-index .create-new-project .modal-add form { display: block; margin: 0 auto; position: absolute;}
.amlist-list-index .create-new-project .modal-add .create-content {
    color: #231F20;
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size: 15px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 130%;
    margin: 0 0 25px 0;
}
.amlist-list-index .create-new-project .modal-add button {
    background: #bab8b9;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 9px;
    border: 0;
    display: block;
    width: 100%;
    height: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 2%;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.amlist-list-index .create-new-project .modal-add button:hover,
.amlist-list-index .create-new-project .modal-add button:focus {
    background:#9D9FA1;
}
input[type="text"]#create_project_title {
    font-size: 15px;
    font-weight: 100;
    background: #ffffff;
    color: #231F20;
    width: 100%;
    border: 1px solid #231F20;
    box-shadow: none;
    text-align: left;
    line-height: 27px;
    margin-bottom: 10px;
}
input#create_project_title::-moz-placeholder {
    line-height: 27px;
}
input[type="text"]#create_project_title::-webkit-input-placeholder {
  line-height: 27px;
}
/* ::-moz-placeholder {
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif!important;
    font-weight: normal!important;
    font-size: 13px!important;
 } */

.addtoproject .addedprojects-content .custom-option3 label {
    display: block;
}
/* ============================================ *
 * .pdf page
 * ============================================ */
.pdf-header .pdf-contact-info {
 width: 575px;
}
.pdf-header .pdf-contact-info > div {
    width: 50%;
    float: left;
}
/* ============================================ *
 * Account Create
 * ============================================ */
 .registrationHolder {
     max-width: none;
 }

body.customer-account-createconsumer .left-registration,
body.customer-account-createconsumer .right-registration,
body.customer-account-createtrade .left-registration,
body.customer-account-createtrade .right-registration,
#custom-form-1 {
    max-width: 900px;
    width: 100%;
    margin: 0 0 2% 0;
}
body.customer-account-createtrade .right-registration { margin-top: 15px; }
body.customer-account-createconsumer .registrationHolder li,
body.customer-account-createtrade .registrationHolder li,
#custom-form-1 li {
    margin-bottom: 10px;
    display: inline-block;
    float: left;
    width: 33%;
}
body.customer-account-createconsumer .registrationHolder li.wide,
body.customer-account-createtrade .registrationHolder li.wide,
#custom-form-1 li.wide {
    width: 66%;
    clear: left;
}
body.customer-account-createconsumer .registrationHolder li.half,
body.customer-account-createtrade .registrationHolder li.half,
#custom-form-1 li.half {
    width: 16.5%;
}
body.customer-account-createconsumer .registrationHolder li.empty-right,
body.customer-account-createtrade .registrationHolder li.empty-right,
#custom-form-1 li.empty-right {
    margin-right: 33%;
}
body.customer-account-createconsumer .registrationHolder li.empty-right-double,
body.customer-account-createtrade .registrationHolder li.empty-right-double,
#custom-form-1 li.empty-right-double {
    margin-right: 66%;
}
 .registrationHolder label,
 .registrationHolder .fields.half.specific label,
 .registrationHolder .fields.half.specific .input-box *,
 #custom-form-1 label,
 #custom-form-1 fields.half.specific label,
 #custom-form-1 .fields.half.specific .input-box * {
     color: #231F20 !important;
     font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif !important;
     font-size: 11px !important;
     padding-bottom: 7px;
 }
 .agree {
     clear: both;
 }
 #custom-form-1 .agree {
     display: inline-block;
     margin-top: 35px;
 }
.registrationHolder .agree label,
#custom-form-1 .agree label {
    color: #231F20;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 13px;
    padding-bottom: 0;
}
 body.customer-account-createtrade .left-registration .fieldset {
     padding-top: 45px;
 }
.agree a {
    text-indent: 0;
}
.left-registration a.can, .left-registration a.us {
    display: initial;
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    font-size: 10px;
    padding-right: 30px;
}
.registrationHolder label,
.page-title .goto a,
.type_of_business h3 {
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 11px;
    color: #231F20;
    padding: 0 0 7px 0;
}
.registrationHolder label.houzz_address:before,
.registrationHolder label.facebook_address:before,
.registrationHolder label.instagram_address:before,
.registrationHolder label.pinterest_address:before {
    font-family: 'FontAwesome';
    font-size: 18px;
    vertical-align: middle;
    padding-right: 10px;
}
.registrationHolder label.houzz_address:before {
    content: '\f27c';
}
.registrationHolder label.facebook_address:before {
    content: '\f09a';
}
.registrationHolder label.instagram_address:before {
    content: '\f16d';
}
.registrationHolder label.pinterest_address:before {
    content: '\f231';
}
.page-title .goto a {
    text-decoration: underline;
}
.page-title .goto a:hover {
    color: #231F20;
    font-weight: normal;
    padding-left: 0;
    text-decoration: none;
}
.registrationHolder .fields.half.specific .input-box span {
    padding-top: 3px;
}

.registrationHolder .input-box,
 #custom-form-1 .input-box {
    padding: 0;
}
.registrationHolder .input-box.agree {
    margin-top: 28px;
}
.registrationHolder .input-box.agree .radio input[type=radio] {
    display: none;
}
.registrationHolder .input-box.agree .radio label{
    font-size: 13px!important;
}
.registrationHolder input[type=text],
.registrationHolder input[type=password],
.registrationHolder textarea,
#custom-form-1 input[type=text],
#custom-form-1 input[type=password],
#custom-form-1 textarea {
    background: #ffffff;
    border: 1px solid #231F20;;
    color: #2D2C2C;
    font-size: 12px;
    padding: 0;
    text-indent: 5px;
    margin: 0 auto;
    line-height: 26px;
    height: 26px;
    max-width: 267px;
    width: 100%;
    text-align: left;
}
.registrationHolder textarea {
    text-align: center;
}
.registrationHolder .fields.half input[type=text],
.registrationHolder .fields.half .field,
#custom-form-1 .fields.half input[type=text],
#custom-form-1 .fields.half .field {
    max-width: 118px;
}
#custom-form-1 li.wide input[type=text] {
    max-width: 564px;
}
/* #custom-form-1 .fields .select-holder,
#custom-form-1 .fields .select-holder select, */
.registrationHolder .fields .select-holder,
.registrationHolder .fields .select-holder select {
    height: 24px;
}
/* #custom-form-1 .fields .select-holder, */
.registrationHolder .fields .select-holder {
    border-color: #231F20;
    max-width: 267px;
    margin-top: 0;
}
/* #custom-form-1 .fields .select-holder select, */
.registrationHolder .fields .select-holder select {
    border: none;
    margin-left: -1px;
}

option {
    font-size: 12px;
    padding: 5px 0;
    letter-spacing: 1px!important;
    color: #231F20!important;
    line-height : 30px!important;
}
option::after {
    border-bottom: 1px solid #231F20!important;
}
.registrationHolder input[type=text]::placeholder,
.registrationHolder input[type=password]::placeholder,
.registrationHolder textarea::placeholder {
  color: #ffffff;
  font-size: 14px;
}
input[type=checkbox] {
    font-size: 16px;
    position: relative;
    border: 1px solid #818285;
    display: inline-block;
    line-height: 1em;
    margin: 3px 10px 0 0;
    padding: 0;
    width: 15px !important;
    height: 15px !important;
    background: -webkit-linear-gradient( top, rgba(255,255,255,0.4), rgba(255,255,255,0.1) );
    -webkit-appearance: none;
    -webkit-box-shadow: 0 1px 0 rgba(166,166,166, 0.1), inset 0 0 1px rgba(166,166,166, 0.4);
    /* -webkit-border-radius: 2px; */
    outline: none;
}
input[type=checkbox]:checked::after {
    position: absolute;
    content: '';
    left: 1px;
    top: 1px;
    height: 7px;
    width: 13px;
    border-bottom: 3px solid #231F20;
    border-left: 3px solid #231F20;
    -webkit-transform: rotate(-50deg);
}
/* pseudo radio buttons */
.registrationHolder input[type=checkbox],
#custom-form-1 input[type=checkbox] {
    border-radius: 50%;
    width: 8px!important;
    height: 8px!important;
    border: 2px solid #231F20;
    margin-top: 0;
}
.registrationHolder input[type=checkbox]:checked::after,
#custom-form-1 input[type=checkbox]:checked::after {
    content: '\2022 ';
    border: 0;
    top: -7px;
    left: -5px;
}
/* Checkbox customer-account-createtrade */
.customer-account-createtrade .registrationHolder input[type=checkbox]#terms:after{
    top: -2px;
    left: -2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #231F20;
    content: '';
}
.customer-account-createtrade input[type=checkbox]#agree-close{
    border-radius: 50%;
    width: 8px!important;
    height: 8px!important;
    border: 2px solid #231F20;
    margin-top: 0;
}
.customer-account-createtrade input[type=checkbox]#agree-close:after{
    top: -2px;
    left: -2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #231F20;
    content: '';
}
/* Checkbox customer-account-createconsumer */
.customer-account-createconsumer .registrationHolder input[type=checkbox]#terms:after{
    top: -2px;
    left: -2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #231F20;
    content: '';
}
.customer-account-createconsumer input[type=checkbox]#agree-close{
    border-radius: 50%;
    width: 8px!important;
    height: 8px!important;
    border: 2px solid #231F20;
    margin-top: 0;
}
.customer-account-createconsumer input[type=checkbox]#agree-close:after{
    top: -2px;
    left: -2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #231F20;
    content: '';
}
.customer-account-createconsumer #terms-popups{
    font-size: 13px !important;
}
.customer-account-createconsumer #terms-popups a{
    text-decoration: underline;
    font-size: 13px !important;
}
.customer-account-createconsumer .mfp-content {
    top: 0;
}
.customer-account-createconsumer .white-popup{
    margin-top: 86px;
}
.customer-account-createconsumer .privacy-modal-content .page-title{
    padding: 20px 0 25px 0;
}
.customer-account-createconsumer button.mfp-close{
    top: 9px;
    right: 9px;
}



/* #custom-form-1 .fields .select-holder, */
.registrationHolder .fields .select-holder {
    /* background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/bg_minus_new.png') no-repeat 95% 50%; */
    border: 1px solid #2D2C2B;
    height: 24px;
    margin: 0;
    font-size: 11px;
    width: 100%;
    overflow: hidden;
    background: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/bg_select.jpg) no-repeat center right;
}
.registrationHolder .fields .select-holder .validate-select,
.registrationHolder .fields.specific .select-holder.selectbox select,
#custom-form-1 .fields .select-holder .validate-select,
#custom-form-1 .fields.specific .select-holder.selectbox select {
    background: transparent;
    padding: 0 0px 0 5px;
    width: 165px;
    /* line-height: 1; */
    border: none;
    border-radius: 0;
    /* height: 18px; */
    -webkit-appearance: none;
    max-width: inherit;
    margin-top: 0px;
    display: block;
    line-height: 24px;
    height: 24px;
}
#custom-form-1 .fields .select-holder .validate-select {
    width: 267px;
}
.registrationHolder .fields.half.specific .input-box label,
#custom-form-1 .fields.half.specific .input-box label {
    display: block;
    line-height: 1.5;
    margin-top: auto;
}
.registrationHolder .buttons-set,
#custom-form-1  .buttons-set {
    max-width: 267px;
    padding-top: 28px;
}
.registrationHolder .button,
#custom-form-1 button.button {
    background: #231F20;
    font-size: 14px;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    text-transform: initial;
    width: 235px;
    height: 35px;
}
#custom-form-1 button.button {
    float: left;
    width: auto;
}
.registrationHolder .button:hover {
    background: #000000;
}
.registrationHolder .fields.half.specific .numberHolder input,
#custom-form-1 .fields.half.specific .numberHolder input {
    background: transparent;
    color: #000000;
    height: 20px;
}
.registrationHolder .fields.half.specific .numberHolder .plus {
    background: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/bg_plus_new.png) no-repeat center bottom;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 10px;
    border-left: 1px solid #2D2C2B;
}
.registrationHolder .fields.half.specific .numberHolder .minus {
    background: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/bg_minus_new.png) no-repeat center top;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 18px;
    height: 10px;
    border-left: 1px solid #2D2C2B;
}
.type_of_business {
    clear: both;
    padding: 15px 0 10px 0;
    width: 100%;
}
.type_of_business:after { content: ''; display: block; clear: both; }
.type_of_business h3 {
    display: inline;
    float: left;
    text-transform: none;
}
.type_of_business .radio {
    display: block;
    float: left;
    width: 49.5%;
    margin-left: 50px;
    padding-left: 5px;
}
.type_of_business .radio input[type=radio],
#custom-form-1 .radio input[type=radio] {
    display: none;
}
.type_of_business .radio label {
    display: block;
    width: 100%;
    margin-bottom: 3px !important;
}
#terms-popups a {font-size: 11px;}
.type_of_business .tab_content {
    clear: both;
    display: none;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
    padding-top: 34px;
}
.type_of_business .tab_content:after { content: ''; display: block; clear: both; }

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
/* .questionnaire - only for the first question */
.registrationHolder .type_of_business .tab_content .fields.wide:first-child {
    margin-top: 40px;
}
.registrationHolder .type_of_business .tab_content .fields.wide label {
    float: left;
    line-height: 22px;
    width: 60%;
}
.registrationHolder .type_of_business .tab_content .fields.wide .radio {
    float: left;
    margin-left: 10px;
    width: initial;
}
/*
*   #custom-form-1 - Account Registration PART 2
*/
#custom-form-1 {
    background: #fff;
    max-width: none;
    width: 100%;
    margin: 0 0 2% 0;
}
/* Style the tab */
#custom-form-1 .tab {
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #2D2C2C;
    border-width: 0 0 0 1px;
    position: relative;
    z-index: 1;
}
#custom-form-1 .tab hr {
    z-index: -1;
    bottom: -45px;
    position: relative;
    border: 1px solid #2D2C2C;
}
/* Style the buttons that are used to open the tab content */
#custom-form-1 .tab button {
    background-color: inherit;
    box-sizing: border-box;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 120px;
    padding: 5px 5px 4px 5px;
    border: 1px solid #2D2C2C;
    border-width: 1px 1px 1px 0;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
#custom-form-1 .tab button { position: relative; }
#custom-form-1 .tab button:hover {
    background-color: #2D2C2C;
    color: #ffffff;
}

/* Create an active/current tablink class */
#custom-form-1 .tab button.active {
    font-weight: 700;
    border-width: 1px 1px 1px 0;
    border-bottom: 1px solid #ffffff;
    bottom: 0;
    z-index: 1000;
}

/* Style the tab content */
#custom-form-1 .tabcontent {
    display: none;
    max-width: 900px;
    padding: 20px 0;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
#custom-form-1 span {
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
}
#custom-form-1 span.info-rounded {
    border: 1px solid #2D2C2C;
    border-radius: 53%;
    display: inline-block;
    width: 15px;
    text-indent: 4px;
}
#custom-form-1 input[type="file"] {
  display: none;
}

#custom-form-1 .custom-file-upload {
  display: inline-block;
  padding: 30px 0 10px 0;
  cursor: pointer;
}
#custom-form-1 .custom-file-upload i {
    font-size: 18px;
    margin-right: 5px;
}
#custom-form-1 .buttons-set {
    max-width: 168px;
    padding-top: 0;
}
#custom-form-1 h2,
#custom-form-1 h3,
#custom-form-1 h4 {
    font: 400 17px 'GothamHTF-Bold', 'Open Sans', sans-serif;
    color: #231F20;
}
#custom-form-1 h3,
#custom-form-1 h4 {
    width: 100%;
    margin-top: 25px;
    clear: both;
    display: inline-block;
    text-transform: none;
}
#custom-form-1 h3 { text-transform: uppercase; padding: 0; margin: 0; }
#custom-form-1 h4 {
    margin-top: 20px;
    font-size: 13px;
}
#custom-form-1 #shipping .classic,
#custom-form-1 #shipping ul.classic li {
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif !important;
    font-size : 13px !important;
    color : #231F20 !important;
}
#custom-form-1 #shipping p.classic {
}
#custom-form-1 #shipping ul.classic li {
    width: auto;
    margin: 0;
    position: relative;
    display: inline-flex;
}
#custom-form-1 #shipping ul.classic li:before {
    content: '\2022 \00a0 ';
    position: relative;
}
#custom-form-1 li.fields.wide.questionnaire {
    margin-top: 10px;
    width: 100%;
}
#custom-form-1 li.fields.wide.questionnaire label {
    font-size : 11px!important;
}
#custom-form-1 li.fields.wide.questionnaire label::before {
    bottom: 10px;
}
.copydresscheckbox {
    clear: both;
}
#custom-form-1 li.fields.wide.questionnaire .radio {
    width: 100%;
}
#custom-form-1 input::placeholder {
    color: #000000;
    line-height: 20px;
}
#custom-form-1 .contacts-contact {
    border-bottom: 1px solid #2D2C2C;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

/*
*   category-faq - FAQ page
*/
.category-faq .page-title h1 {
    color: #231F20;
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 35px;
   /*  text-decoration: underline; */
    letter-spacing: 0.025em;
}
.category-faq .col3-layout .col-wrapper .col-main {
    float: left;
    padding-left: 0;
    width: 90%;
}
.category-faq #accordion,
..category-faq p {
    max-width: 565px;
}
.category-faq #accordion {
    width: 90%;
}
.category-faq #amshopby-page-container {
    width: 79.16667%;
}
.category-faq #accordion .ui-state-active,
.category-faq #accordion .ui-widget-content .ui-state-active,
.category-faq #accordion .ui-widget-header .ui-state-active {
    border-color: transparent;
    border-bottom-color: 1px solid #000000;
    background: transparent;
    border-radius: 0;
}
/* .ui-accordion .ui-accordion-header span.title::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #2D2C2C;
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
} */

.category-faq #accordion .ui-accordion-header-active span.title::after {
    border-width: 6px 6px 0 6px;
    border-color: #2D2C2C transparent transparent transparent;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}

.category-faq #accordion .ui-state-default,
.category-faq #accordion .ui-widget-content .ui-state-default,
.category-faq #accordion .ui-widget-header .ui-state-default {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    color: #231F20;
    padding-left: 0;
}
.category-faq #accordion .ui-accordion-header,
.category-faq #accordion .ui-accordion-header-active {
    color: #231F20;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
}
.category-faq #accordion h4.ui-accordion-header,
.category-faq #accordion h4.ui-accordion-header-active{
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
}

.category-faq #accordion .ui-state-active .ui-icon {
    background: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/bg_minus_new.png) no-repeat center center;
}
.category-faq #accordion .ui-state-hover .ui-icon,
.category-faq #accordion .ui-state-focus .ui-icon {
    background: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/bg_minus_new.png) no-repeat center center;
}
.ui-accordion .ui-accordion-content {
    padding: 0.8em 0 35px;
    border: 0;
}
.category-faq #accordion .ui-accordion .ui-accordion-content{
    padding-left: 0;
    padding: 1.5em 0;
}
.ui-accordion .ui-accordion-content p {
    padding-left: 0;
    color: #A3A1A1;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 16px;
}
.category-faq .ui-accordion .ui-accordion-content{
    padding-bottom: 16px;
}
.category-faq #accordion .ui-accordion-header, .category-faq #accordion .ui-accordion-header-active{
    font-size: 16px;
    color: #231F20;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top:  1px solid #231F20;
}
.category-faq #accordion h4.ui-accordion-header, .category-faq #accordion h4.ui-accordion-header-active{
    padding: 12.5px;
}
.category-faq #accordion .ui-accordion-header:first-of-type{
    border:  0;
}
.category-faq #accordion #accordion-inner .ui-accordion-header{
    padding-top: 10px;
    padding-bottom: 10px;
}
.category-faq #accordion .ui-accordion-header span.title{
    display: block;
    position: relative;
    text-transform:  uppercase;
}
.category-faq #accordion h4.ui-accordion-header span.title{
    text-transform:  initial;
}
.category-faq #accordion #accordion-inner .ui-accordion-header span.title{
    padding-right: 35px;
    text-transform: none;
    font-size: 17px;
}
.category-faq #accordion .ui-accordion-header span.title.accordion-main-title{
    display: block;
}
.category-faq #accordion .ui-accordion-header span.title:after{
    position: absolute;
    top: 10px;
    right: 0px;
    content: '';
    background: #231F20;
    width: 12px;
    height: 2px;
}
.category-faq #accordion .ui-accordion-header span.title.accordion-main-title:after{
    left:  295px;
}
.category-faq #accordion .ui-accordion-header span.title:before{
    position: absolute;
    top: 5px;
    right: 5px;
    content: '';
    background: #231F20;
    width: 2px;
    height: 12px;
}
.category-faq #accordion .ui-accordion-header span.title.accordion-main-title:before{
    left:  300px;
}
.category-faq #accordion .ui-accordion-header-active span.title:before{
    background: transparent;
}
.catalog-category-view .ui-accordion .ui-accordion-content p{
    font-size: 16px;
    color: #231F20;
    /* color: #2b2b2b; */
    line-height: 23px;
    margin-bottom: 0;
    padding-bottom: 0px;
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
}
#accordion-inner{
   /*  padding-left: 50px; */
}
.category-faq .ui-accordion .ui-accordion-content{
   /*  border-bottom: 1px solid #231F20; */
   padding-left: 50px;
}
.category-faq .ui-accordion #accordion-inner .ui-accordion-content{
    padding-left: 0;
}
.category-faq .ui-accordion #accordion-inner .ui-accordion-content{
    border:  0;
}
/*
*   - Meat our team
*   - Tour
*/
.category-tour #amshopby-page-container {
    max-width: 800px;
}
.category-meet-our-team h1,
.category-tour h1 {
    color: #2D2C2C;
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 35px;
    text-decoration: underline;
    letter-spacing: 0.025em;
}
h6,
.category-meet-our-team h6,
.tour-fact h6,
.prof-desc h6 {
    color: #2D2C2C;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
}
.category-meet-our-team p,
.category-tour p {
    padding-left: 0;
    color: #2D2C2C;
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 16px;
}
.tour-fact {
    border-top-color: #2D2C2C;
}
.tour-fact video {
    float: left;
    margin-right: 1%;
}
/*
* .static-page-width
*/
.static-page-width {
    width: 60%;
}
.static-page-width ul, .static-page-width ol {
    padding-left: 2em;
    padding-bottom: 2em;
    list-style: initial;
}
.static-page-width ul {
    list-style: initial;
}
.static-page-width ol {
    list-style: lower-alpha;
}
.static-page-width p,
.static-page-width li {
    font: 400 16px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    line-height: 150%;
    text-align: justify;
}
.static-page-width h1 {
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size: 25px;
}
.static-page-width h3 {
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size: 19px;
    text-transform: none;
}
.static-page-width h4 {
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size: 18px;
    text-transform: none;
}
.static-page-width h5 {
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: none;
}
#terms-popup ul {
    list-style: inherit;
    padding-left: 3em;
    padding-bottom: 16px;
}
/*
* .category-terms-of-use
*/

/*
*   #popup-block
*/
#popup-window {
    background-color: #999999;
    z-index: 10000;
}
#popup-block {
    border: 0;
    color: #6D6E6E;
    max-width: 34%;
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 20px 25px;
}
#popup-block-title {
    color: #423f3f;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-bottom-color: #2D2C2C;
    padding-bottom: 16px;
}
#popup-block-content,
#popup-block-title {
    color: #423f3f;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
}
 #popup-block-content a#back-registration{
    display: inline-block;
    text-decoration: none;
    background: #2b2b2b;
    color: #ffffff;
    text-transform: uppercase;
    min-width: 75%;
    margin-top: 15px;
}
#popup-block a,
#popup-block-content a,
#popup-block-content a.can,
#popup-block-content a.us {
    color: #666666;
    font-size: 12px;
    text-decoration: underline;
}
#popup a.button {
    background-color: red;
    text-decoration: none;
    background: #2d2c2b;
    color: #ffffff;
    padding: 1.5% 16%;
    margin: 2.5% auto;
}
#popup-block-content div,
.popup-block-content div  {
    letter-spacing: 0;
    margin: 0.5%;
    line-height: normal;
}
/*
*   categorypath-customer-service- Contact us
*/
.contact-form-holder-left {
    padding: 0;
    border-right-color: #2D2C2C;
}
.categorypath-customer-service-contact-us-html .page-title.lifestyle {
    margin-top: 25px;
}
.categorypath-customer-service-contact-us-html .page-title.lifestyle h1 {
    display: inline;
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    font-size: 17px;
    text-decoration: underline;
    padding: 0;
}
.categorypath-customer-service-contact-us-html label {
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
}
.categorypath-customer-service-contact-us-html .form-list,
.categorypath-customer-service-contact-us-html #webform_1_form .form-list {
    max-width: 760px;
    padding-right: 15px;
}
.categorypath-customer-service-contact-us-html #store_locator,
.categorypath-customer-service-contact-us-html #tradeshow_information {
    border: 0!important;
    color: #ffffff;
    padding: 5px 20px!important;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 9px;
    letter-spacing: 1px;
}
.categorypath-customer-service-contact-us-html #webform_1_form .form-list .control {
    margin-right: 25px;
}
.categorypath-customer-service-contact-us-html #webform_1_form .input-box input[type="text"] {
    border-color: #231F20;
    width: 350px;
}
.categorypath-customer-service-contact-us-html #webform_1_form .form-list > li {
    margin-right: 13px;
}
.categorypath-customer-service-contact-us-html #webform_1_form #field_9_row {
    margin-top: 57px;
}
.categorypath-customer-service-contact-us-html #webform_1_form .form-list > li label {
    text-indent: 23px;
    line-height: 35px;
    text-transform: capitalize;
}
.categorypath-customer-service-contact-us-html #webform_1_form .webforms-fields-customer_type label:first-child {
    text-indent: 0;
    font-size: 14px;
}
.categorypath-customer-service-contact-us-html #webform_1_form .form-list > li label.customer_type {
    text-indent: 1px;
    line-height: unset;
}
.categorypath-customer-service-contact-us-html #webform_1_form .form-list > li#field_3_row {
    display: block;
}
.categorypath-customer-service-contact-us-html #webform_1_form .buttons-set {
    margin-top: 30px;
    width: 100%;
    padding-right: 15px;
}
.categorypath-customer-service-contact-us-html #webform_1_form #field_10_row,
.categorypath-customer-service-contact-us-html #webform_1_form #field_10_row textarea {
    border-color: #231F20;
    width: 100%;
}
.categorypath-customer-service-contact-us-html #webform_1_submit_button {
    width: 132px;
    height: 21px;
    float: right;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 9px;
}
.categorypath-customer-service-contact-us-html #webform_1_submit_button span span {
    padding: 0;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 9px;
    letter-spacing: 1px;
}
.categorypath-customer-service-contact-us-html .clear_form {
    line-height: 40px;
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    font-size: 12px;
    margin-left: 30px;
}
.contact-form-holder-left .g-recaptcha-fieldset {
    float: left;
}
.contact-form-holder-left #webform_1_form .buttons-set a,
.contact-form-holder-left #webform_1_submit_button {
    float: left;
    clear: both;
}
.contact-form-holder-left #webform_1_submit_button  {
    margin-top: 20px;
}
#webform_1_form li.control-link a {
    border: none;
}
/* g-recaptcha-fieldset */
.g-recaptcha-fieldset {
    float: right;
}
.g-recaptcha-fieldset li.fields {
    margin-right: 0!important;
    margin-top: 35px;
}
/* right sidebar */
/* .categorypath-customer-service-contact-us-html .sidebar_contact_info */
.categorypath-customer-service-contact-us-html .sidebar_contact_info img {

}
.categorypath-customer-service-contact-us-html .sidebar_contact_info div {
    margin-top: 20px;
}
.categorypath-customer-service-contact-us-html .sidebar_contact_info div p {
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    font-size: 14px;
}
.categorypath-customer-service-contact-us-html .sidebar_contact_info div p.strong {
    margin-top: 35px;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
}
.categorypath-customer-service-contact-us-html .sidebar_contact_info div a {
    color: #696766;
    text-decoration: underline;
}
/*
*   customer-account-createconsumer
*/
/* hide duplicated "od" - other reg. forms inversion problem */
.customer-account-createconsumer .registrationHolder .buttons-set span.or {
    display: none;
}

/*
*   swatches
*/
#swatch-code {
    position: relative;
}
#swatch-code .swatch-attr {
    margin-bottom: 20px;
}
#swatch-code .color-option {
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    margin: 0 5px 0 0;
    position: relative;
}
#swatch-code .color-option img {
    width: 100%;
    height: 100%;
    color: transparent;
}
#swatch-code .color-swatch-label,
#swatch-code .add_swatch_box .color-option-selected .label {
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
    color : #6D6C6D;
}
#swatch-code .color-swatch-label {
    clear: both;
    text-decoration: underline;
    font-size : 11px;
}
#swatch-code .add_swatch_box {
    display: none;
    background: #ffffff;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 10000;
    width: 80%;
    max-width: 296px;
    border: 1px solid #BCB8B9;
    padding: 30px 10px 20px;
    margin: 0;
}
#swatch-code .add_swatch_box .color-option-selected {
    float: left;
    display: inline-block;
    margin-right: 10px;
}
#swatch-code .add_swatch_box .color-option-selected .label {
    font-size: 8px;

}
#swatch-code .add_swatch_box img {
    color: transparent;
    width: 84px;
    height: 84px;
}
#swatch-code .add_swatch_box .add_swatch_call,
#swatch-code .add_swatch_box a.btn-gray {
    float: left;
    display: inline-block;
}
#swatch-code .add_swatch_box a.btn-gray span span {
    font-size: 11px;
}
#swatch-code .add_swatch_box .add_swatch_call {
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 8px;
    color: #231F20;
    margin-bottom: 10px;
}
#swatch-code .add_swatch_box a.btn-gray {
    width: 130px;
}
.catalog-product-view #popup-block {
    max-width: 850px;
    padding: 35px 125px;
}
.catalog-product-view #popup-block p {
    margin: 0;
}
.catalog-product-view #popup-block-close {
    position: relative;
    float: right;
    top: auto;
    right: auto;
}
.product-view .product-attribute {
    color: #231F20;
    font-size: 12px;
}
.catalog-product-view .swatch_atributes {
    padding-top: 15px;
}
.catalog-product-view #popup-block .swatch_atributes a {
    font-size: 8px;
    color: #231F20;
    text-decoration: none;
}
.catalog-product-view #popup-block a.btn-gray {
    background: #231F20;
    color: #ffffff;
    text-decoration: none;
    width: 150px;
    height: 30px;
}
.catalog-product-view #popup-block a.btn-gray span span {
    padding: 10px 15px;
}
.popup-block-content {
    display: table;
    width: 100%;
}
.popup-block-content > div.cell {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
}
.popup-block-content > div.cell:first-child {
    text-align: left;
    vertical-align: middle;
}
.popup-block-content > div.cell:last-child {
    display: table-cell;
    width: 20%;
    margin: 0;
    text-align: right;
}
.popup-block-content img {
    color: transparent;
    width: 87px;
    height: 87px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.popup-block-content label {
    font-size: 8px;
    color: #231F20;
}
.popup-block-content > div.cell:first-child span {
    display: block;
    font-size: 8px;
    color: #231F20;
    line-height: 12px;
}
.popup-block-content .price-label {
    display: none;
}
.popup-block-content.order_swatch {
    padding-bottom: 30px;
}
#popup-block a.continue_shopping {
    color: #231F20;
    font-size: 12px;
    line-height: 30px;
}
/* Popup on Product Page */
#popup-block-content .ok-close{
    margin-top: 20px;
}
.ok-close button{
    padding: 5px 15px;
    background: #2D2C2C;
    color: #ffffff;
    text-transform: uppercase;
}
/* Product Page Modal */
.catalog-product-view #popup-block.project-popup{
    transform: none;
    -webkit-transform: none;
    max-width: 21%;
    border: 1px solid #000000;
    left: auto;
    right: 0;
    margin-right: 5%;
    top: 75px;
    z-index: 9999999999999999;
    padding: 35px 15px;
}
.catalog-product-view #popup-block.project-popup #popup-block-title{
    border: 0;
    padding: 0;
    margin: 0;
}
.catalog-product-view #popup-block.project-popup #popup-block-content .product-name, .catalog-product-view #popup-block.project-popup #popup-block-content .product-cat{
    display: inline-block;
    font: normal 11px 'GothamHTF-Book', 'Open Sans', sans-serif;
}
.catalog-product-view #popup-block.project-popup #popup-block-content .product-name{
    font-weight: 700;
    font: normal 11px 'GothamHTF-Medium', 'Open Sans', sans-serif;
    color: #000000;
}
.catalog-product-view #popup-block.project-popup #popup-block-content .added{
    text-transform: uppercase;
    font: normal 11px 'GothamHTF-Book', 'Open Sans', sans-serif;
}
.catalog-product-view #popup-block.project-popup #popup-block-close{
    position: absolute;
    top: 20px;
    float: none;
    right: 20px;
    left: auto;
}
.product-shop .qtyonhand{
    display: block;
}
.product-shop .qtyonhand p span{
    color: #2D2C2C;
    text-transform: uppercase;
    font: normal 13px 'GothamHTF-Medium', 'Open Sans', sans-serif;
    margin-right: 10px;
}
.product-shop .qtyonhand p span:last-of-type{
    font: normal 13px 'GothamHTF-Book', 'Open Sans', sans-serif;
    color: #bab8b9;
}
.product-shop .price-box span{
    margin-bottom: 7px;
}
/*.product-view .product-shop .product-attributes-wrapper .attr-item:nth-of-type(1), .product-view .product-shop .product-attributes-wrapper .attr-item:nth-of-type(2){
    display: inline-block;
}*/
body.onepagecheckout-index-index .shiptoaddress-item{
    width: 32%;
    margin-right: 2%;
}
body.onepagecheckout-index-index .shiptoaddress-item:last-of-type{
    margin-right: 0;
}
/* Contact Us */
.webforms-contact-us .form-list > li.fields:nth-child(2) #field_2{
    margin-top: -15px;
}
.categorypath-customer-service-faq .block-viewed, .categorypath-customer-service-faq .block-reorder{
    display: none;
}

/* Project Wishlist */
.amlist-list-index.customer-account-pages.projects .col-main{
    width: 100%;
}
.amlist-list-index.customer-account-pages.projects .main-col-wish:after{
    display: table;
    content: '';
    clear: both;
}
.amlist-list-index.customer-account-pages.projects .project-wishlist{
    width: 23.5%;
}
.amlist-list-index.customer-account-pages.projects .project-wishlist:nth-of-type(4n){
    margin-right: 0;
}
.amlist-list-index.customer-account-pages.projects .project-wishlist .project-image .project-image-item{
    width: auto !important;
    height: auto !important;
}
.amlist-list-index.customer-account-pages.projects .project-wishlist .project-image .project-image-item img{
    height: auto;
    max-width: 100%;
    max-height: none;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
}
.amlist-list-index.customer-account-pages.projects .main-col-wish{
    position: relative;
}
.amlist-list-index.customer-account-pages.projects .project-wishlist.create-new-project{
    /*width: 100%;*/
    margin-right: 0;
    top: -65px;
}
.amlist-list-index.customer-account-pages.projects .project-wishlist.create-new-project #create-project-form{
    background: #ffffff;
}
.amlist-list-index.customer-account-pages.projects .project-wishlist.create-new-project  .add-new{
    padding-top: 10px;
    padding-bottom: 10px;
}
.amlist-list-edit.customer-account-pages .col-main{
    width: 100%;
}
.amlist-list-edit.customer-account-pages .col-main #amlist-table tbody tr td .add-to-cart-alt button{
    margin-bottom: 15px;
}
/* Email to a friend page */
.send-friend form .legend{
    font: 700 15px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    text-transform: none;
    position: relative;
    border: 0;
}
.send-friend form .legend:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.send-friend label{
    font: 700 11px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
}
.send-friend .buttons-set button.button{
    background: transparent;
    color: #000000;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 12px;
    border: 1px solid #000000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
}
.send-friend .buttons-set button.button:hover{
    background: #000000;
    color: #ffffff;
}
.send-friend .wide .input-box .input-text{
    width: 365px;
    max-width: 100%;
    height: 80px;
}
.send-friend .fieldset{
    margin-bottom: 50px;
}
.send-friend .fieldset .btn-remove:after{
    color: #000000;
}
.send-friend .fieldset .btn-remove:hover{
    background: transparent;
    border-color: #ededed;
}

/* Checkout modal */
body.onepagecheckout-index-index #terms-popup{
    margin-top: 86px;
    padding: 25px;
}
body.onepagecheckout-index-index .mfp-content{
    height: auto;
    top: 0;
}
body.onepagecheckout-index-index #terms-popup button.mfp-close{
    top: 9px;
    right: 9px;
}
body.onepagecheckout-index-index #terms-popup .page-title{
    position: relative;
    padding: 20px 0 25px 0;
}
body.onepagecheckout-index-index #terms-popup .page-title h1{
    font-size: 19px;
}
body.onepagecheckout-index-index #terms-popup ul li{
    font-size: 11px;
}
body.onepagecheckout-index-index #terms-popup  input[type=checkbox]#agree-close {
    border-radius: 50%;
    width: 8px!important;
    height: 8px!important;
    border: 2px solid #231F20;
    margin-top: 0;
}
body.onepagecheckout-index-index #terms-popup  input[type=checkbox]#agree-close:after{
    top: -2px;
    left: -2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #231F20;
    content: '';
}
.third,
.pickup{
    display:none;
}
.third.show,
.pickup.show{
    display:block;
}
.third input,
.pickup input{
    background: #ffffff;
    border: 1px solid #231F20;
    color: #2D2C2C;
    font-size: 12px;
    padding: 0;
    text-indent: 5px;
    margin: 0 auto;
    line-height: 26px;
    height: 26px;
    max-width: 300px;
    width: 100%;
    text-align: left;
}
body.onepagecheckout-index-index .field  label{
    font-family:"GothamHTF-Medium";
}
.third .field,
.third fieldset .radio,
.pickup .field,
body.onepagecheckout-index-index #shipping-method textarea{
    margin-top: 20px;
}
body.onepagecheckout-index-index #shipping-method fieldset textarea,
.third .field{
    margin-bottom:20px;
    margin-top:0;
}
body.onepagecheckout-index-index #shipping-method fieldset p{
    max-width:280;
    font-style:italic;
}
/* Footer */
.footer .f-copyright{
    position: absolute;
    bottom: 20px;
    right: 0;
}
.footer .f-menu h4{
    font-family: GothamHTF-Bold;
}
/* footer on product page */
.catalog-product-view .footer-container{
    padding-right: 0;
    padding-left: 0;
}
.catalog-product-view .page > .footer-container{
    padding-left: 5%;
    padding-right: 5%;
}
/* Footer on Cart Page */
.checkout-cart-index .footer-container.glued{
    position: relative;
}

/* body.collections-list-index  */
body.collections-list-index .sidebar .block ul.parent-level > li h4 a { border-bottom: 1px solid #e7e6e6; }
body.collections-list-index .sidebar .block-content ul.level2 li a { display: none;}
body.collections-list-index .sidebar .block-content ul.level2 li div a { display: block; padding: 0; line-height: 28px; }
body.collections-list-index .toolbar-list-top .pager { display: none;}

/* Trade Registration PART TWO */
.cms-trade-registration-part-two .main-container{
    padding-bottom: 0;
}
.cms-trade-registration-part-two .footer-container{
    padding: 0;
}
/* Cart Canada */
.checkout-cart-index .tax-content-cart{
    margin: 0;
    padding: 0 0 10px 0;
}
.checkout-cart-index .tax-content-cart:after{
    display: table;
    clear: both;
    content: "";
}
.checkout-cart-index #shopping-cart-totals-table .summary-collapse.can-tax:before{
    display: none;
}
.checkout-cart-index #shopping-cart-totals-table .summary-collapse.can-tax:hover{
    cursor: auto;
}
.checkout-cart-index #shopping-cart-totals-table .summary-collapse.can-tax{
    font: normal 700 13px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    float: left;
    width: 48%;
    text-transform: none;
    text-align: left;
    line-height: 120%;
    padding: 0;
    margin: 0;
}
.checkout-cart-index .tax-content-cart .subtotal-shipping-can-price .price{

    float: right;
    width: 48%;

    text-align: right;
    line-height: 120%;
    padding: 0;
    margin: 0;
}
.checkout-cart-index .tax-content-cart .subtotal-shipping-can-price .price{
    font: normal 400 13px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
}

/* Account Orders Table */
.navision-frontend-index #navision_form .page-title h1{
    font: 700 15px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    text-transform: none;
}
.navision-frontend-index table.dataTable{
    border: 0;
}
.navision-frontend-index table.dataTable thead th{
    border: 0;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 12px;
    border-top: 0;
    text-align: center;
}
.navision-frontend-index table.dataTable thead th.sorting_asc{
    background: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/sort_asc_black1.png) no-repeat center right;
}
.navision-frontend-index table.dataTable thead th.sorting_desc{
    background: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/sort_desc_black1.png) no-repeat center right;
}
.navision-frontend-index table.dataTable tbody tr{
    background: #ffffff;
}
.navision-frontend-index table.dataTable tbody tr.even td{
    background: #ffffff;
}
.navision-frontend-index table.dataTable tbody td{
    font: 400 12px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #a2a1a1;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 700;
}
.navision-frontend-index .dataTables_paginate .paginate_button.current{
    background: transparent !important;
}
.navision-frontend-index .dataTables_info{
    font-weight: 700;
}
/* Add new user subaccount */
.customer-account-addsubaccount #form-validate .fieldset .legend{
    display: none;
}
.customer-account-addsubaccount #form-validate .buttons-set  button.button{
    background: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #000000;
    color: #000000;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
.customer-account-addsubaccount #form-validate .buttons-set  button.button:hover{
    background: #000000;
    text-decoration: none;
    color: #ffffff;
}
.customer-account-addsubaccount #form-validate .buttons-set .required{
    display: none;
}

/* Contact us */
#webform_1_form ul.form-list{
    width: 80%;
}

#webform_1_form .input-box input[type="text"]{
    width: 100%;
    color: #2D2C2C;
    font-size: 12px;
}
.contact-form-holder-left #webform_1_form .buttons-set a{
    margin-bottom: 20px;
}
#webform_1_form .buttons-set #webform_1_submit_button{
    float: left;
    margin-top: 0;
}
#webform_1_form #field_9_row{
    margin-top: 10px;
}
#webform_1_form .form-list > li label{
    margin-top: 7px;
}
#webform_1_form .form-list > li#field_10_row{
    margin-top: 10px;
    width: 100%;
    max-width: 550px;
}
.contact-form-holder-left .field.webforms-fields-5.webforms-fields-customer_type{
    display: none;
}
#webform_1_form .form-list > li.fields:nth-child(1){
    margin-top: 10px;
}
#webform_1_form .form-list > li.fields:nth-child(2){
    top: auto;
    float: none;
    display: block;
    clear: both;
    margin-top: 10px;
}
.webforms-contact-us .form-list > li.fields:nth-child(2) #field_2{
    margin-top: 0;
    margin-bottom: 0;
}
#webform_1_form #field_3_row{
    margin-top: 10px;
}
#webform_1_form .form-list > li.fields{
    float: none;
    width: 100%;
    max-width: 550px;
}
#webform_1_form .form-list > li.fields #field_1{
    margin-bottom: 0;
}
#webform_1_form .form-list > li{
    display: block;
    width: 100%;
    max-width: 550px;
}
#webform_1_form .form-list > li#field_10_row textarea{
    width: 100%;
}

/* Privacy  Policy */
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs li strong{
    color: #231F20;
    font-size: 9px;
}
.cms-privacy-policy-cookie-restriction-mode .std .privacy-modal-content .breadcrumbs ul li{
    font-size: 9px;
}
.underline-link{
    text-decoration: underline;
}
/* About us */
.contact-form-holder-left-inner{
    width: 65%;
}
/* Register to view the site */
.registrationHolder .fields .select-holder{
    background: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/bg_select.png) no-repeat center right;
}
.registrationHolder .fields.specific .select-holder.selectbox select{
    width: 100%;
}
#otherExtraFieldsTextarea{
    max-width: 262px;
    height: 26px;
    border: 1px solid #231F20;
    text-align: left;
}
.otherExtraFields label{
    display: block;
}

/* Pop up */
#popup-block-title{
    font-size: 11px;
    font-weight: 400;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    padding-right: 20px;
}
#popup-block-content{
    font-family: GothamHTF-Book, "Gotham SSm B", "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #a2a0a1;
}
#popup-block-close{
    right: 28px;
    top: 28px;
    width: 20px;
    height: 20px;
    background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/close_btn.png") no-repeat scroll 6px 5px transparent;
    z-index: 999;
}
#popup-block-close a{
    display: none;
}
/* FAQ */
.faq-underline{
    text-decoration: underline;
}
/* PDP */
a.st_facebook,
a.st_pinterest{
    color:#fff;
}
.product-view .share_links_product span.st_facebook{
    width: 26px;
    height: 20px;
    background-image: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/share-icon/icons_facebook.png');
    background-repeat: no-repeat;
    background-size: auto 22px;
    display: inline-block;
}
.product-view .share_links_product > a.st_facebook:hover > span.st_facebook{
    opacity: 0.75;
}
.product-view .share-links-wrapper .emailProd{
    background-image: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/share-icon/icons_email.png');
    background-repeat: no-repeat;
    background-size: auto 31px;
    margin-left: 4px;
}
.product-view .share_links_product span.st_pinterest{
    width: 26px;
    height: 20px;
    background-image: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/share-icon/icons_pintered.png');
    background-repeat: no-repeat;
    background-size: auto 21px;
    display: inline-block;
}
.product-view .share_links_product > a.st_pinterest:hover > span.st_pinterest{
    opacity: 0.75;
}

.product-view .add-to-cart .btn-cart span span{
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 12px;
}
.product-shop #swatch-code .swatch-attr{
    margin-bottom: 12px;
}
.product-shop #swatch-code .color-option{
    width: 24px;
    height: 24px;
}
.product-shop .numberHolderCart{
    height: 35px;
}
.product-shop .numberHolderCart input{
    height: 35px;
    border: 1px solid #000000;
}
.product-view .add-to-cart label{
    vertical-align: middle;
    padding-top: 0;
}
.product-view .product-details-label{
    margin-bottom: 8px;
}
.product-view .product-details{
    padding-top: 10px;
}
.product-view .priceBox.config.simple{
    margin-top: 35px;
}
.product-shop .actionBoxes a span span{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
}
.product-shop .actionBoxes .btn-empty-select span span:after{
    background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/arrow-down-pdp.png") no-repeat center center;
    background-size: 15px;
}



/* PLP */
.previously_purchase{
    display: block;
}
.product-name .previously_purchase{
    right: 0;
    top: -5px;
}
.product-name .previously_purchase p{
    position: relative;
    z-index: 1;
    text-transform: none;
}
.product-name .previously_purchase span{
    width: 24px;
    height: 24px;
}

.catalog-category-view .pages .current{
    font-family: GothamHTF-Bold;
}
/* About us Contact Us */
.catalog-category-view .static-block-holder .contact-form-holder-left{
    width: calc(100% - 260px);
    padding-right: 40px;
}
.catalog-category-view .static-block-holder .contact-form-holder-right{
    width: 255px;
    padding-left: 40px;
}
.catalog-category-view .static-block-holder .contact-form-holder-right table{
    float: right;
}
body.category-about-us .topImage{
    padding-top: 30px;
}
/* Sales Rep */
.salesrep-container .salesrep-left{
    width: calc(100% - 260px);
    padding-right: 40px;
}
.salesrep-container .salesrep-right{
    width: 255px;
    padding-left: 40px;
}
.salesrep-container .salesrep-contactinfo h3{
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 13px;
}
/* Email to friend */
.sendfriend-product-send .buttons-set .back-link{
    width: 100%;
    margin-bottom: 8px;
}
.sendfriend-product-send .send-friend .buttons-set button.button{
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    background: #000000;
    color: #ffffff;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 10px;
}
.sendfriend-product-send .fieldset + .fieldset{
    margin-bottom: 30px;
}
/* Messages */
.messages li li{
    background: transparent !important;
    padding-left: 0 !important;
    color: #ff0000 !important;
    text-transform: uppercase !important;
}

/* Reset password */
.customer-account-changeforgotten .reset-password-button{
    background: #bab8b9;
    border-color: transparent;
}
.customer-account-changeforgotten .reset-password-button:hover{
    background: #000000;
}
/* Change password subaccount */
.customer-account-subchangepassword .my-account .page-title{
    padding-bottom: 35px;
    padding-top: 5px;
}
.customer-account-subchangepassword .my-account .page-title h1{
    font: 700 15px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    display: block;
    text-transform: none;
    line-height: 120%;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
}
.customer-account-subchangepassword .my-account input{
    font: 400 10px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
    color: #000000;
    border: 1px solid #000000;
    height: 24px;
    line-height: 24px;
    width: 230px;
    max-width: 230px;
}
.customer-account-subchangepassword .my-account .buttons-set{
    padding-top: 0;
}
.customer-account-subchangepassword .my-account .buttons-set .back-link{
    float: none;
    margin-bottom: 20px;
}
.customer-account-subchangepassword .my-account .buttons-set button.button{
    max-width: 230px;
    background: #000000;
    display: block;
    width: 100%;
    float: left;
    margin-left: 0;
    padding: 0;
}

.customer-account-subchangepassword .my-account .buttons-set button.button span{
    color: #ffffff;
    font-family: 'GothamHTF-Medium', 'Open Sans', sans-serif;
    font-size: 9px;
    text-align: center;
    padding: 6px;
    display: block;
    line-height: normal;
}
.customer-account-subchangepassword .my-account .buttons-set button.button > span{
    display: block;
    margin: 0;
    padding: 0;
}


.salesrep-container #results .salesrep.item{
    min-height: 125px;
    height: auto;
}
.projects  .footer-container.glued{
    position: relative;
}

/* Projects Page */
.projects .email-modal-content-bottom{
    margin-top: 20px;
}
.projects .button-confirm{
    padding-top: 15px;
    padding-bottom: 15px;
}
.projects .button-confirm button{
    padding: 7px 15px;
    background: #000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font: 400 12px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
    text-transform: none;
    color: #ffffff;
    min-width: 120px;
}
.projects .button-confirm button:hover{
    background: #000000;
    color: #ffffff;
}
/* .amlist-list-index.projects .email-head{
    text-transform: none;
 }*/
/* Cart */
body.onepagecheckout-index-index .onepage-total-wrapper .tax-content-cart{
    padding-top: 5px;
}
body.onepagecheckout-index-index .onepage-total-wrapper .tax-content-cart .summary-collapse{
    padding-top: 0;
}
body.onepagecheckout-index-index .onepage-total-wrapper .tax-content-cart .subtotal-shipping-can-price{
    text-align: right;
}
body.onepagecheckout-index-index .onepage-total-wrapper .tax-content-cart .subtotal-shipping-can-price .price{
    font: 100 12px 'GothamHTF-Book', 'Open Sans', sans-serif;
    color: #231F20;
}
.checkout-cart-index #shopping-cart-totals-table .summary-collapse.can-tax{
    font: normal 700 13px 'GothamHTF-Book', 'Gotham SSm B', 'Open Sans', sans-serif;
}


/* Project Page */
.amlist-list-index.projects .page-title.category-title{
    width: 100%;
    max-width: 100%;
    padding-bottom: 25px;
}
.amlist-list-index.projects .page-title h1:before{
    background: transparent;
}
.project-heading{
    margin-bottom: 25px;
}
.project-heading h3{
    font: 400 15px 'GothamHTF-Bold', 'Open Sans', sans-serif;
    text-transform: none;
}
.project-heading p{
    margin-bottom: 5px;
    font-size: 12px;
}
.project-heading ul li{
    padding-left: 10px;
    position: relative;
}
.project-heading ul li:before{
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 1px;
    background: #000000;
    content: "";
}

.amlist-list-index.customer-account-pages.projects .create-new-project-wrapper{
    margin-bottom: 30px;
}
.amlist-list-index.customer-account-pages.projects .project-wishlist.create-new-project{
    position: relative;
    top: 0;
    width: auto;
    float: none;
    display: inline-block;
}
.amlist-list-index.customer-account-pages.projects .project-wishlist-container .project-wishlist{
    margin-bottom: 30px;
}
.amlist-list-index.customer-account-pages.projects .project-wishlist.create-new-project .add-new{
    padding-bottom: 15px;
}
.amlist-list-index .create-new-project .close-modal{
    float: none;
    right: -45px;
    position: absolute;
    top: 40px;
}
.amlist-list-index .create-new-project .modal-add{
    position: relative;
    top: auto;
    left: auto;
    padding-top: 0;
    transform: none;
    -webkit-transform: none;
}
.amlist-list-index .create-new-project .modal-add button{
    background: #000000;
    color: #ffffff;
    text-transform: none;
    text-align: left;
    padding-left: 8px;
    font-size: 11px;
    font-family: 'GothamHTF-Book', 'Open Sans', sans-serif;
}
.amlist-list-index .create-new-project .modal-add button:hover{
    background: #000000;
}
.amlist-list-index .create-new-project .modal-add button:focus{
    background: #000000;
}
.amlist-list-index .create-new-project .modal-add .create-content{
    text-align: left;
}
.amlist-list-index.customer-account-pages.projects .project-wishlist.create-new-project #create-project-form{
    width: 207px;
    position: relative;
    margin: 0;
}
.amlist-list-index .create-new-project .add-new-text{
    text-align: left;  
}

.amlist-list-index.projects .project-wishlist .project-image{
    position: relative;
}
.amlist-list-index.projects .project-wishlist .project-image .empty-project-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.amlist-list-index.projects .project-wishlist .project-image .empty-project-text{
    text-align: center;
    opacity: 0.5;
}
.amlist-list-index.projects .project-wishlist .project-image .empty-project-text h5{
    font: 400 13px 'GothamHTF-Bold', 'Gotham SSm B', 'Open Sans', sans-serif;
}
.project-wishlist-container:after{
    display: table;
    clear: both;
    content: '';
}
.projects .email-head{
    font-size: 12px;
    text-transform: none;
}

/* Cart  */
.checkout-cart-index #shopping-cart-totals-table.can .totals-item.subtotal{
    display: block;
}
.checkout-cart-index #shopping-cart-totals-table.can .cart-totals-footer .totals-item.grand-total:first-of-type{
    display: none;
}
.checkout-cart-index #shopping-cart-totals-table.can .cart-totals-footer .tax-content-cart{
    display: block;
}

/* Account */
.customer-account-pages .block-account.block-navision ul li:not(.current) a:before{
    display: none;
}

/* Cutomer Account forgotpassword / changeforgotten */


/*** Wishlist New ***/
.wishlist-index-index.customer-account-pages .col-main{
    width: 100%;
}
.wishlist-index-index #wishlist-table .description{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.wishlist-index-index .wishlist-summary{
    display: none;
}
.wishlist-index-index .my-wishlist .wishlist-project .buttons-set2 .button-content-wishlist a{
    float: none;
    min-width: 125px;
}
.button-content-wishlist{
    text-align: right;
    margin-bottom: 10px;
    margin-top: 10px;
}
.wishlist-index-index #wishlist-table tr.odd{
    border-bottom-color: #969595;
}
.wishlist-index-share .buttons-set button.button{
    background: #000000;
    color: #ffffff;
}
.wishlist-index-share .my-account h2.legend{
    color: #000000;
}















/* District Eight  */
.district-top{
    position: relative;
}
.district-title-content{
    position: absolute;
    top: 45%;
    left: 49.9%;
    transform: translate(-50%, -50%);
    display: table;
    width: 30.5%;
}

.district-eight-main-content h1 {
    font-size: 1.7rem;
}

.district-eight-main-content span {
    font-size: 1.25rem;
    line-height: 1.6rem;
    letter-spacing: 1px;
}

.district-eight-main-content .district-small-title{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}
.district-eight-main-content .district-small-title span{
    display: block;
    position: relative;  
    overflow: hidden;
}
.district-eight-main-content .district-small-title span:after{
    content:"";
    display: inline-block;
    height: 5px;
    vertical-align: middle;
    width: 100%;
    margin-right: -100%;
    margin-left: 20px;
    border-top: 1px solid #ffffff;
}
.district-eight-main-content .district-small-title span:before{
    content:"";
    display: inline-block;
    height: 5px;
    vertical-align: middle;
    width: 100%;
    margin-left: -100%;
    margin-right: 20px;
    border-top: 1px solid #ffffff;
}
.district-eight-main-content .district-main-title{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}
.district-eight-main-content .district-text{
    position: absolute;
    bottom: 40px;
}
.district-eight-main-content .district-text span{
    color: #ffffff;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: none;
    margin-bottom: 8px;
}
.district-eight-main-content .district-text span::first-letter{
    text-transform: uppercase;
}
.district-white-center{
    padding-top: 120px;
    padding-bottom: 100px;
}

.district-white-center-round-two {
    padding: 150px 0;
}

.district-white-center-inner{
    text-align: center;
    /*max-width: 650px;
    margin: 0 auto;*/
    padding-left: 15px;
    padding-right: 15px;
}
.district-white-center-inner p{
    margin-bottom: 0;
}
.district-white-center-inner h1{
    font-weight: 900;
    margin-bottom: 2rem;
}
.district-white-center-inner span{
    display: block;
}
.district-white-center-center{
    padding: 175px 0;
}
.district-white-center-center h1{
    margin-bottom: 0;
}


.district-four-image{
    display: flex;
}
.district-four-image:after{
    display: table;
    clear: both;
    content: '';
}
.district-four-image-left{
    float: left;
    width: calc(70% - 12px);
}
.district-four-image-left{
    margin-right: 12px;
}
.district-four-image-left .district-four-image-content{
    float: left;
    width: calc(33.33% - 8px);
    height: 100%;
    margin-right: 12px
}
.district-four-image-left .district-four-image-content:last-of-type{
    margin-right: 0;
}
.district-four-image-right{
    float: right;
    width: 30%;
}
.district-four-image-right .district-four-image-content{
    height: 100%;
    position: relative;
}
.district-four-image-right .district-four-image-content img{
    position: absolute;
    bottom: 0;
}
/*.district-four-image img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}*/



.district-two-image:after{
    display: table;
    clear: both;
    content: '';
}
.district-two-image-content{
    width: 50%;
    float: left;   
}
.district-two-image-content:first-of-type{
    padding-right: 6px;
}
.district-two-image-content:last-of-type{
    padding-left: 6px;
}



.district-full-bottom{
    position: relative;
}
.district-full-bottom-text{
    position: absolute;
    top: 47%;
    width: 100%;
}
.district-full-bottom-text p{
    color: #ffffff;
}
.district-full-bottom-text span{
    display: block;
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 8px;
}



.district-central-bottom{
    padding-top: 5vw;
}
.district-central-bottom-inner{
    width: 70%;
    margin: 0 auto;
}
.district-central-bottom-top{
    display: flex;
    margin-bottom: 15px;
}
/*.district-central-bottom-top-content{
    height: 100%;
}*/
.district-central-bottom-top-content:after{
    display: table;
    clear: both;
    content: '';
}
.district-central-bottom-top-content:first-of-type{
    float: left;
    width: 25%;
    padding-right: 7px;
}
.district-central-bottom-top-content:last-of-type{
    float: right;
    width: 75%;
    padding-left: 7px;
}
.district-central-bottom-top-content img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.district-central-bottom-bottom{
    min-height: 1px;
    margin-bottom: 5vw;
}
.district-central-bottom-text{
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
    font-style: italic;
}

@media screen and (max-width: 1023px){
    .district-eight-main-content span{
	font-size: 80%;
    }
    .district-title-content{
        top: 40%;
    }
    .district-eight-main-content .district-text span{
        font-size: 11px;
    }  
    .district-four-image{
        display: block;
    }
    .district-four-image .district-four-image-left{
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .district-four-image-left .district-four-image-content{
        margin-right: 0;
        width: 100%;
        margin-bottom: 40px;
        float: none;
    }
    .district-four-image-left .district-four-image-content img{
        width: 100%;
    }
    .district-four-image-right{
        float: none;
        width: 100%;
    }
    .district-four-image-right .district-four-image-content img{
        position: relative;
        bottom: auto;
    }
    .district-two-image-content{
        padding: 0;
        width: 100%;
        float: none;
    }
    .district-two-image-content:first-of-type{
        margin-bottom: 40px;
    }
    .district-full-bottom-text span{
        font-size: 11px;
    }



}
@media screen and (max-width: 480px){
    .district-eight-main-content span{
	font-size: 12px; 
    }
    .district-small-title span{
	font-size: 60%; 
    }
.district-title-content {
    top: 27%;
}

	.district-text span {
		font-size: 100% !important;
	}
   .district-eight-main-content .district-text span{display:inline;} 

.district-eight-main-content h1 {
    font-size: 1.2rem;
}

	.district-eight-main-content .district-main-title{
        color: #000000;
    }
    .district-eight-main-content .district-text{
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        color: #000000;
    }
    .district-eight-main-content .district-text span{
        color: #000000;
    }
    .image-full-back{
        margin-bottom: 30px;
    }
    .district-white-center{
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .district-four-image-left .district-four-image-content{
        margin-bottom: 15px;
    }
    .district-full-bottom img{
        margin-bottom: 25px;
    }
    .district-full-bottom-text{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    .district-full-bottom-text p{
        color: #000000;
    }
    .district-central-bottom-inner{
        width: 100%;
    }
    .district-eight-main-content .district-small-title span:before, .district-eight-main-content .district-small-title span:after{
        border-top: 1px solid #000;
    }
}













@media screen and (max-height: 700px){
    .customer-account-forgotpassword .footer-container.glued{
        position: relative;
    }
    .customer-account-changeforgotten .footer-container.glued{
        position: relative;
    }
}

@media only screen and (max-width: 1540px) {
    .homepage-wrapper .slider .banner-content .slide-home h1{
        font-size: 30px;
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 1280px) {
    .homepage-wrapper .slider .banner-content .slide-home h1{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .homepage-wrapper .slider .banner-content .slide-home a{
        font-size: 16px;
    }
}
@media only screen and (max-width: 992px){
    .homepage-wrapper .slider .banner-content .slide-home{
        padding-top: 30px;
    }
    .homepage-wrapper .slider .banner-content .second-slide.slide-home{
        left: 25%;
    }
    .homepage-wrapper .slider .banner-content .slide-home h1{
        font-size: 18px;
        margin-bottom: 25px;
    }
    .homepage-wrapper .slider .banner-content .slide-home a{
        font-size: 14px;
    }
}
@media only screen and (max-width: 680px){
    .cms-index-index .homepage-wrapper .slider .banner-content{
        top: auto;
        left: auto;
        transform: none;
        -webkit-transform: none;
    }
    .homepage-wrapper .slider .banner-content .slide-home{
        padding-top: 0;
        padding-left: 50px;
        padding-right: 50px;
        width: 100%;
    }
    .homepage-wrapper .slider .banner-content .second-slide.slide-home{
        left: 50%;
    }
    .homepage-wrapper .slider .banner-content .slide-home h1{
        margin-bottom: 10px;
    }
    .cms-index-index .bx-wrapper .bx-controls-direction a{
        margin-top: 0;
    }
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
    .cms-index-index .home-featuredproducts .featuredproducts-title{
        padding-bottom: 35px;
    }
    .home-featuredproducts-inner .featuredproducts-info p{
        font-size: 13px;
        width:100%;
    }
    .home-featuredproducts .bx-controls{
        padding-top:10px;
    }
}


@media only screen and (max-width: 835px) {
    .customer-account-login .main-container .register-box .register_block.box-one .signin-content-box {
        padding-bottom: 0;
    }
    .customer-account-login .main-container .box-signin-holder h1 {
        width: 6%;
    }
    .customer-account-login .main-container .box-signin-holder .form-list {
        width: 92%;
    }
    .customer-account-login .main-container .box-signin-holder li:nth-child(3),
    .customer-account-login .main-container .box-signin-holder li:nth-child(4) {
      width: 18%;
    }
    .customer-account-login .main-container .box-signin-holder .login_forgot_pass {
      text-indent: 0;
    }
}
@media only screen and (max-width:776px) {
    .customer-account-login .main-container .register-box .register_block.box-one .signin-content-box {
        padding-bottom: 145px;
    }
    .amlist-list-index .project-wishlist {
        width: 48%;
    }
    .amlist-list-index .create-new-project {
        width: 215px;
    }
    .amlist-list-index.customer-account-pages.projects .project-wishlist{
        width: 48%;
        margin-right: 4%;
    }
    .amlist-list-index.customer-account-pages.projects .project-wishlist:nth-of-type(4n){
        margin-right: 4%;
    }
    .amlist-list-index.customer-account-pages.projects .project-wishlist:nth-of-type(2n){
        margin-right: 0;
    }


}
@media only screen and (max-width: 1280px) {
    .customer-account-login .main-container .box-signin-holder h1 {
        width: 15%;
        padding: 5px 0 0 10px;
        vertical-align: top;
    }
    .customer-account-login .main-container .box-signin-holder .form-list {
        width: 83%;
    }
    .customer-account-login .main-container .box-signin-holder li {
        padding: 5px 0;
        width: 48%;
        margin-right: 0;
    }
    .customer-account-login .main-container .box-signin-holder li:nth-child(1) {
        margin-right: 10px
    }
    .customer-account-login .main-container .box-signin-holder li:nth-child(3),
    .customer-account-login .main-container .box-signin-holder li:nth-child(4) {
        width: 23%;
        vertical-align: text-top;
    }
    .customer-account-login .main-container .box-signin-holder li:nth-child(3) {
        margin-left: 50%;
    }
    .customer-account-login .main-container .register-box .signin-box .signin-content-box a.can,
    .customer-account-login .main-container .register-box .signin-box .signin-content-box a.us {
        white-space: normal;
    }
    .customer-account-login .main-container .box-signin-holder li .button {
        background: transparent;
        float: right;
        font-size: 12px;
        width: auto;
    }
    .customer-account-login .main-container .box-signin-holder li .button span {
        color: #ffffff;
        text-decoration: underline;
    }
    #popup-block {
        max-width: 70%;
    }
}
@media only screen and (max-width: 1120px) {
    .catalog-product-view #popup-block.project-popup{
        margin-right: 2.5%;
        max-width: 25%;
    }

}
@media only screen and (max-width: 1024px) {
    .customer-account-login .main-container .register-box .signin-box .signin-content-box ul {
        text-align: center;
    }
    .customer-account-login .main-container .register-box .register_block:first-child {
        /* margin-right: 0.5%; */
    }
    .customer-account-login .main-container .register-box .register_block:nth-child(2) {
        /* margin-left: 0.5%; */
    }
    .customer-account-login .main-container .register-box .signin-box .signin-content-box input {
        width: 100%;
    }
    .customer-account-login .main-container .box-signin-holder .login_forgot_pass {
      white-space: normal;
    }
    #existing-submit {
        margin-left: 0;
    }
    .cms-index-index #candid-overlay .wrapper{
        width: 85%;
    }
    .cms-trade-registration-part-two #custom-form-1 .tabcontent .form-list > li{
        padding-right: 15px;
    }


}

@media only screen and (max-width: 901px) {
    .cms-index-index.cms-home #candid-overlay .wrapper{
        width: 80% !important;
        height: 80% !important;
        margin: 0 !important;
        top: 10% !important;
        left: 10% !important;
        transform: none !important;
        position: fixed !important;
        overflow-y: hidden;
        background: #ffffff;
        padding: 25px;
    }
    .cms-index-index.cms-home #candid-overlay .wrapper .inner{
        padding: 0;
        overflow-y: scroll;
        height: 100%;
    }
    .cms-index-index #candid-overlay .profile-wrap{
        width: 100%;
    }
    /* Account Pages Tables */
    .list-menage-users thead{
        display: none;
    }
    .list-menage-users tbody td{
        display: inline-block;
        width: 50%;
        float: none;
        border-bottom: 1px dotted #aeaeae;
        text-align: left;
        vertical-align: bottom;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
   /* .list-menage-users tbody td:nth-of-type(3n){
        width: 50%;
    }*/
    .list-menage-users tbody td span{
        margin-left: 20px;
        display: inline-block;
    }
    .list-menage-users tbody tr{
        margin-bottom: 30px;
        display: block;
        font-size: 0;
    }
    .list-menage-users tbody tr:after{
        display: table;
        content: '';
        clear: both;
    }
    .list-menage-users tbody td:before{
        content: attr(data-label) ":";
        font: 700 12px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
        color: #000000;
    }
    .list-menage-users tbody td:nth-of-type(7){
        border-bottom: 1px solid #000000;
    }
    .list-menage-users tbody td:nth-of-type(8){
        border-bottom: 1px solid #000000;
    }
    .list-menage-users tbody td:nth-of-type(7) span{
        margin: 0;
    }
    .list-menage-users tbody td:nth-of-type(8) span{
        margin: 0;
    }
    .list-menage-users tbody td:nth-of-type(7):before{
        display: none;
    }
    .list-menage-users tbody td:nth-of-type(8):before{
        display: none;
    }
    .list-menage-users tbody td:nth-of-type(7) a{
        font-weight: 700;
    }
    .list-menage-users .center-text{
        text-align: left !important;
    }
    .hidden-class{
        display: block;
        margin-bottom: 0;
        font-weight: 700;
        font-size: 12px;
    }
    .delete-account{
        display: none !important;
    }


    .customer-account-editsubaccount .list-menage-users tbody td:nth-of-type(5){
         border-bottom: 1px solid #000000;
    }
    .customer-account-editsubaccount .list-menage-users tbody td:last-of-type{
        border-bottom: 1px solid #000000;
    }
    .static-page-width{
        width: 100%;
    }




}
@media only screen and (max-device-width: 1024px) and (max-width: 900px) and (min-device-width: 768px) and (orientation: portrait){
    .cms-index-index #candid-overlay .wrapper .controls {
        right: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
    }
    .cms-index-index #candid-overlay .candid-close{
        width: 15px;
        height: 15px;
        background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/close_btn.png") no-repeat scroll 0px 4px transparent;
    }
}


@media only screen and (max-width: 770px) {
    .catalog-category-view .static-block-holder .contact-form-holder-left{
        width: 100%;
        padding-right: 0;
    }
    .catalog-category-view .static-block-holder .contact-form-holder-right{
        width: 100%;
        padding-left: 0;
    }
    .catalog-category-view .static-block-holder .contact-form-holder-right table{
        float: none;
    }

    body.customer-account-login .main-container {
        padding-top: 35px!important;
    }
    .customer-account-login .main-container {
        width: 95%;
    }
    .customer-account-login .main-container .box-signin-holder input {
        height: 30px;
        line-height: 30px;
    }
    .customer-account-login .main-container .register-box {
        width: 85%;
        margin: 0 auto;
    }
    .customer-account-login .header:after {
        border-bottom: 1px solid #000000;
        padding-top: 5%;
    }
    .customer-account-login .topImage {
        display: none;
    }
    .customer-account-login .main-container .register-box .signin-box .signin-content-box {
        padding: 5%;
    }
    .customer-account-login .main-container .register-box .register_block.box-one .signin-content-box {
        padding: 10% 0;
    }
    .customer-account-login .main-container .register-box .register_block.box-one .signin-content-box .or,
    .customer-account-login .main-container .register-box .register_block.box-one .signin-content-box a.facebookButton {
        margin: 1% auto;
    }
    .customer-account-login .main-container .register-box .register_block.box-one .signin-content-box span.or{
        margin:  15px auto;
    }
    .customer-account-login .main-container .box-signin-holder {
        padding: 1.5%;
    }
    .customer-account-login .main-container .box-signin-holder h1 {
        width: 100%;
        padding: 0;
        text-indent: 0;
    }
    .customer-account-login .main-container .box-signin-holder #remember-me-box .input-box {
        display: none;
    }
    .customer-account-login .main-container .box-signin-holder .form-list {
        width: 100%;
    }
    .customer-account-login .main-container .box-signin-holder li:nth-child(1) {
        margin-right: 6px;
    }
    .customer-account-login .main-container .box-signin-holder li:nth-child(3) {
        padding-left: 5px;
        width: 30%;
    }
    .customer-account-login .main-container .box-signin-holder li:nth-child(4) {
        width: 17%;
        vertical-align: bottom;
    }
    .customer-account-login .main-container .box-signin-holder li .button span {
        font-size: 1em;
        font-weight: bold;
        text-decoration: none;
        border-bottom: 1px solid #ffffff;
        line-height: inherit;
    }
    .customer-account-login .main-container .box-signin-holder .login_forgot_pass {
        text-indent: 0;
        font-size: 10px;
    }
    .customer-account-login .main-container .box-signin-holder #remember-me-box label {
        font-size: 10px;
    }
    .customer-account-login .main-container .box-signin-holder li .button {
        height: auto;
    }
    .customer-account-login .main-container .register-box .signin-box .signin-content-box p:first-child {
        font-size: 1.2em;
    }
    .customer-account-login .main-container .register-box .signin-box .signin-content-box .buttons-set p {
        text-align: center;
    }
    .customer-account-login .main-container .register-box .register_block:nth-child(1),
    .customer-account-login .main-container .register-box .register_block:nth-child(2) {
        width: 100%;
        margin: 0;
        min-height: inherit;
    }
    .customer-account-login .main-container .register-box .register_block:nth-child(1) {
        margin-bottom: 5%;
        border-right: 0;
        border-bottom: 1px solid #231F20;
    }
    .customer-account-login .main-container .register-box .register_block:nth-child(2) .buttons-set {
        position: relative;
    }
    /* .customer-account-login .main-container .register-box .signin-box .signin-content-box input {
        width: 68%;
    } */
    .customer-account-login .main-container .register-box .signin-box .signin-content-box p {
        text-align: center;
        margin: auto;
    }
    .customer-account-login .main-container .register-box .signin-box .signin-content-box p#existing-submit {
        text-decoration: underline;
    }
    .customer-account-login .main-container .register-box .signin-box .signin-content-box p#existing-submit:hover {
        border: 0;
    }
    .customer-account-login .main-container .register-box .register_block a.button-signin,
    .customer-account-login .main-container .register-box .signin-box .signin-content-box button.button {
        line-height: 3;
        font-size: 1em;
    }
    .customer-account-login .main-container .register-box .register_block a.button-signin.vertical-middle{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        bottom: auto;
        /* margin-top: 10%; */
        font-size: 12px;
        margin-bottom: 30px;
    }
    .customer-account-login .main-container .signin-content-box a.us {
    margin-left: 0;
    }
    .customer-account-login .main-container .register-box .register_block a:last-child {
        position: relative;
        bottom: initial;
        left: initial;
    }
    /* .customer-account-login .main-container .box-signin-holder input,
    .customer-account-login .main-container .register-box .signin-box .signin-content-box input {
        height: 25px;
        line-height: 25px;
    } */
    .customer-account-login .main-container .box-signin-holder input::placeholder,
    .customer-account-login .main-container .box-signin-holder input::-webkit-input-placeholder,
    .customer-account-login .main-container .register-box .signin-box .signin-content-box input::placeholder,
    .customer-account-login .main-container .register-box .signin-box .signin-content-box input::-webkit-input-placeholder {
        line-height: 25px;
        text-indent: inherit;
        color: #ffffff;
        font-weight: bold;
        z-index: 100000000;
    }
    .customer-account-login .main-container .box-signin-holder input::placeholder {
        color: #000000;
    }
    .existing-customer ul.form-list {
        float: left;
        width: 100%;
    }
    .existing-customer ul.form-list li {
        display: block;
    }
    .existing-customer p#existing-submit {
        clear: left;
    }
    .login-trade-text{
        padding-top: 10%;
    }
    .acc-number{
        margin-top: 20px;
    }
    .acc-number #acc-number{
        margin-bottom: 10px;
    }
    .acc-or{
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .signin-content-box a.can, .signin-content-box a.us{
        font-size: 9px;
    }
    .email-modal-content{
        width: 80%;
    }
    /*
    *   - Meat our team
    *   - Tour
    */
    #amshopby-page-container h1 {
        padding-top: 20px;
    }
    .intro-block {
        display: flex;
        flex-direction: column-reverse;
    }
    .team-right {
        width: 100%;
        padding: 0;
        margin-bottom: 2%;
        margin-left: 0;
    }
    .team-left {
        width: 100%;
        padding: 0;
        margin-bottom: 2%;
    }
    .prof-desc,
    .prof-img {
        width: 100%;
    }
    h6,
    .tour-fact h6,
    .prof-desc h6 {
        padding-top: 10px;
    }
    .tour-video {
        margin: 10px auto 10px 0;
        display: block;
    }
    .tour-decs {
        clear: both;
    }
    .tour-fact {
        padding-top: 10px;
    }
    /*
    My Project
    */
    #wishlist-table, #amlist-table {
        border-bottom: 0;
    }
    #amlist-table.data-table {
        display: block;
        width: 100%;
    }
    #wishlist-table th, #amlist-table th {
        display: table-cell;
    }
    #amlist-table .first th:nth-child(2),
    #wishlist-table .first th:nth-child(2) {
        text-indent: -22%;
    }
    #amlist-table .first th:nth-child(3),
    #wishlist-table .first th:nth-child(3) {
        text-indent: -13%;
    }
    #amlist-table tr.odd,
    #wishlist-table tr.odd {
        border-bottom: 1px solid #cacaca;
        width: 100%;
    }
    #wishlist-table tr td,
    #amlist-table tr td {
        border-top: 0;
    }
    #wishlist-table tr.even,
    #amlist-table tr.even {
        position: relative;
    }
    #wishlist-table tr.even td,
    #amlist-table tr.even td {
        width: auto;
    }
    #wishlist-table tr.even td:nth-child(1),
    #amlist-table tr.even td:nth-child(2) {
        width: 100%;
        float: left;
    }
    #wishlist-table tr.even td:nth-child(2),
    #amlist-table tr.even td:nth-child(3) {
        text-align: center;
        width: 100%;
        position: relative;
        float: left;

    }
    #wishlist-table tr.even td:nth-child(3),
    #amlist-table tr.even td:nth-child(4) {
        width: 100%;
        position: relative;

    }
    #wishlist-table tr.even td:nth-child(4),
    #amlist-table tr.even td:nth-child(5) {
        /* text-align: right;
        width: 15%;
        position: absolute;
        right: 5%; */
    }
    #wishlist-table tr.even td:nth-child(5),
    #amlist-table tr.even td:nth-child(6) {
        /* text-align: right;
        position: absolute;
        right: -1px;
        top: 5%; */
    }
    #wishlist-table tr td:nth-child(5) .cart-action-links,
    #amlist-table tr td:nth-child(6) .cart-action-links {
        bottom: -100%;
    }
    /*number holder */
    #wishlist-table .numberHolder, #amlist-table .numberHolder, #shopping-cart-table .numberHolder, #part-ordering-table .numberHolder {
        width: 60px;
        height: 40px;
    }
    #wishlist-table .numberHolder input, #amlist-table .numberHolder input, #shopping-cart-table .numberHolder input, #part-ordering-table .numberHolder input {
        height: 40px;
    }
    #wishlist-table .numberHolder .plus, #amlist-table .numberHolder .plus, #shopping-cart-table .numberHolder .plus, #part-ordering-table .numberHolder .plus,
    #wishlist-table .numberHolder .minus, #amlist-table .numberHolder .minus, #shopping-cart-table .numberHolder .minus, #part-ordering-table .numberHolder .minus {
        width: 26px;
        height: 20px;
        background-position-y: 8px;
    }
    .my-wishlist .wishlist-project .wishlist-summary, .favoritesproject-wrapper .project-summary {
        width: 100%;
        border-top: 1px solid #969595;
    }
    .my-wishlist .wishlist-project .buttons-set2 .btn-add, .favoritesproject-wrapper .items-list .buttons-set .add-all-projects-to-cart {
        width: 160px;
    }
    #amlist-table tr td:nth-child(6) .cart-action-links{
        bottom: 25%;
    }
    /* Privacy Policy CMS Page */
    .cms-privacy-policy-cookie-restriction-mode .privacy-modal-content-inner{
        max-width: 100%;
    }
    .cms-index-index #candid-overlay .wrapper .controls {
        right: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
    }
    .cms-index-index #candid-overlay .candid-close{
        width: 15px;
        height: 15px;
        background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/close_btn.png") no-repeat scroll 0px 4px transparent;
    }
    /* Account Pages */
    .customer-account-pages .col-main{
        width: 100%;
    }
    .customer-account-pages .col-left{
        width: 100%;
    }
    .customer-account-pages .col-left:before{
        display: none;
    }
    .customer-account-pages .col-left.sidebar{
        margin-top: 30px;
    }
    .customer-account-pages .col-left.sidebar .block-navision{
        margin-bottom: 20px;
    }
    .customer-account-pages .col-left.sidebar .block-navision .block-content.no-display{
        display: block !important;
    }
    .customer-account-pages .sidebar .block:not(.block-layered-nav) .block-title > strong{
        background: transparent;
        border: 0;
        padding-left: 0;
        font: normal 700 15px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
        color: #000000;
        display: block;
        text-transform: uppercase;
        line-height: 120%;
        margin: 0;
        padding: 0 0 12px 0;
    }
    .customer-account-pages .sidebar .block:not(.block-layered-nav) .block-title > strong:after{
        display: none;
    }
    .customer-account-pages .block-cart  .no-display{
        display: block !important;
    }
    .customer-account-pages .block-cart .block-title{
        display: none;
    }
    .customer-account-pages .block-cart .actions{
        display: none;
    }
    .customer-account-pages .block-cart .block-title{
        display: none;
    }
    .customer-account-pages .block-cart #cart-sidebar{
        display: none !important;
    }
    .catalog-product-view #popup-block.project-popup{
        background: #ffffff;
        position: fixed;
        top: 50%;
        left: 50%;
        right: auto;
        z-index: 10001;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        width: 85%;
        max-width: 600px;
        border: 1px solid #000000;
        text-align: center;
        line-height: 120%;
        padding: 20px;
        margin: 0;
        padding: 35px;
    }
    .amlist-list-index.customer-account-pages.projects .main-col-wish{
        padding-top: 35px;
    }
    .contact-form-holder-left-inner{
        width: 100%;
    }
    .page .contact-form-holder-left{
        padding-left: 0;
        padding-bottom: 20px;
    }


}

@media only screen and (max-width: 760px){
    /* Checkout Page */
    .cart .onepagecheckout_datafields .checkout-tab-box .iwd-1{
        width: 100% !important;
        float: none !important;
        padding-right: 0 !important;
        border-right: 0;
        margin-bottom: 35px !important;
        border-bottom: 1px solid #231F20 !important;
    }
    .cart .onepagecheckout_datafields .checkout-tab-box .iwd-1 #shipping-method.onepagecheckout_block{
        padding-bottom: 35px;
    }
    .cart .onepagecheckout_datafields .checkout-tab-box .iwd-2 {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
    }
    body.onepagecheckout-index-index .shiptoaddress-item{
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 700px){
    /*** Registration Pages ***/
    /* Trade Registration */
    .customer-account-createtrade .registrationHolder .form-list > li{
        width: 100%;
        padding-right: 0;
    }
    body.customer-account-createtrade .registrationHolder li.wide{
        width: 100%;
        margin-bottom: 17px;
    }
    body.customer-account-createtrade .registrationHolder li.half{
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .customer-account-createtrade .registrationHolder .fields .select-holder{
        max-width: 100%;
    }
    .customer-account-createtrade .registrationHolder .form-list > li.field-region{
        padding-right: 0;
        /*margin-bottom: 7px;*/
    }
    .customer-account-createtrade .registrationHolder .type_of_business .tab_content .fields.wide label{
        line-height: 13px;
    }
    .customer-account-createtrade .type_of_business .radio label:before{
        top: 8px;
    }
    .customer-account-createtrade .page-title .goto{
        padding-top: 25px;
    }
    .customer-account-createtrade .type_of_business h3{
        display: block;
    }
    .customer-account-createtrade .type_of_business .radio{
        width: 100%;
        margin-left: 10px;
    }
    /* Trade Registration PART TWO */
    .cms-trade-registration-part-two #custom-form-1 .tab hr{
        display: none;
    }
    .cms-trade-registration-part-two #custom-form-1 .tabcontent .form-list > li{
        width: 100%;
        padding-right: 0;
    }
    .cms-trade-registration-part-two .registrationHolder input[type=text], .cms-trade-registration-part-two .registrationHolder input[type=password], .cms-trade-registration-part-two .registrationHolder textarea, .cms-trade-registration-part-two #custom-form-1 input[type=text], .cms-trade-registration-part-two #custom-form-1 input[type=password], .cms-trade-registration-part-two #custom-form-1 textarea{
        max-width: 100%;
    }
    .cms-trade-registration-part-two #custom-form-1 .tab:after{
        display: none;
    }
    .cms-trade-registration-part-two #custom-form-1 li.wide input[type=text]{
        max-width: 100%;
    }
    .cms-trade-registration-part-two #custom-form-1 .fields.half .field{
        max-width: 100%;
    }
    .cms-trade-registration-part-two .registrationHolder .fields.half input[type=text], .cms-trade-registration-part-two .registrationHolder .fields.half .field, .cms-trade-registration-part-two #custom-form-1 .fields.half input[type=text], .cms-trade-registration-part-two #custom-form-1 .fields.half .field{
        max-width: 100%;
    }
    .cms-trade-registration-part-two .select-holder{
        max-width: 100%;
    }
    .cms-trade-registration-part-two #reg2_province_6_6_select, .cms-trade-registration-part-two #reg2_province_18_6_select, .cms-trade-registration-part-two #reg2_province_40_6_select, .cms-trade-registration-part-two #reg2_province_56_6_select, .cms-trade-registration-part-two #reg2_title_singles_63_36_select, .cms-trade-registration-part-two #reg2_province_27_6_select, .cms-trade-registration-part-two #reg2_type_of_business_d_94_43_select{
        width: 100%;
    }
    .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-77, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-78, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-79, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-82, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-85, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-88, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-91, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-73, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-75, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-80, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-83, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-86, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-89, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-92, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-74, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-76, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-81, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-84, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-87, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-90, .cms-trade-registration-part-two #custom-form-1 .tabcontent .fields-93{
        width: 80px !important;
    }
    .cms-trade-registration-part-two #custom-form-1 .tab button{
        width: 100%;
    }
    .cms-trade-registration-part-two #custom-form-1 .tab button.active{
        border-color: #2D2C2C;
    }


    /* Consumer Registration */
    .customer-account-createconsumer .page-title .goto{
        padding-top: 25px;
    }
    body.customer-account-createconsumer .registrationHolder li{
        width: 100%;
    }
    body.customer-account-createconsumer .registrationHolder input[type=text]{
        max-width: 100%;
    }
    body.customer-account-createconsumer .registrationHolder input[type=password]{
        max-width: 100%;
    }
    body.customer-account-createconsumer .registrationHolder .fields.specific .select-holder.selectbox select{
        width: 100%;
    }
    .customer-account-createconsumer .registrationHolder .fields.specific .select-holder{
        max-width: 100%;
    }
    .customer-account-createconsumer .registrationHolder .left-registration .form-list > .input-box{
        margin-bottom: 17px;
    }

    .catalog-product-view #popup-block{
        padding-left: 15px;
        padding-right: 15px;
    }
    /* Swatches Product Page Modal*/
    .swatch-popup .popup-block-content > div.cell{
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }
    .swatch-popup .popup-block-content > div.cell img{
        float: none;
        margin-right: 0;
    }
    .popup-block-content.order_swatch{
        padding-bottom: 20px;
    }
    .catalog-product-view .swatch_atributes{
        padding-top: 7px;
        padding-bottom: 7px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .swatch-popup .popup-block-content > div.cell p{
        padding-bottom: 7px;
    }
    .catalog-product-view #popup-block.swatch-popup{
        height: 80%;
        overflow-y: scroll;
    }
    #delete-contact #popup-block-delete{
        padding-left: 60px;
        padding-right: 60px;
    }


}
@media only screen and (max-width: 600px) {

    #checkout-review-table thead > tr > th{
        display: none;
    }
    #checkout-review-table thead > tr > th:first-child{
        display: block;
        width: 100% !important;
    }
    body.onepagecheckout-index-index #checkout-review-table tbody tr td{
        display: block;
        width: 100%;
        text-align: left;
    }
    .order-products-table tbody tr td{
        border-bottom: 1px dotted #BFBFBF !important;
    }
    body.onepagecheckout-index-index #checkout-review-table tbody tr{
        display: block;
        margin-bottom: 25px;
    }
    body.onepagecheckout-index-index .onepage-total-wrapper{
        float: none;
        width: 100%;
    }
    #review-terms{
        float: none !important;
        width: 100% !important;
    }
    .amlist-list-index.customer-account-pages.projects .project-wishlist.create-new-project{
        top: 0;
    }
    .list-menage-users tbody td{
        width: 100%;
    }
    .list-menage-users tbody td:nth-of-type(7){
        border-bottom: 1px dotted #aeaeae;
    }
    .customer-account-editsubaccount .list-menage-users tbody td:nth-of-type(5){
         border-bottom: 1px dotted #aeaeae;
    }

}

@media only screen and (max-width: 574px) {
    .category-tour video {
        width: 100%;
    }
    .cms-index-index #candid-overlay-img{
        /*max-height: 240px !important;*/
    }
    .cms-index-index #candid-overlay-links{
        padding-bottom: 15px;
    }
    .home-featuredproducts .bx-controls{
        padding-top: 8px;
    }
    .home-featuredproducts-inner .featuredproducts-info p{
        font-size:13px;
    }

}

@media only screen and (max-width: 480px) {
    .customer-account-pages .change-pass input{
        max-width: 100%;
    }
    #amlist-table .first th:nth-child(2), #wishlist-table .first th:nth-child(3) {
        text-indent: -66%;
    }
    #amlist-table .first th:nth-child(3), #wishlist-table .first th:nth-child(4) {
        text-indent: -42%;
    }
    #wishlist-table tr.even td:nth-child(3),
    #amlist-table tr.even td:nth-child(4) {
        text-align: center;
        width: 100%;
        position: relative;
        float: left;
        text-align: left;
    }
    .menage-account .field{
        width: 100%;
        margin-right: 0;
    }
    .menage-account .fields{
        margin-bottom: 0;
    }
    #new-subacount #popup-block{
        max-width: 90%;
        padding: 15px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        max-width: 90%;
    }
    #new-subacount .btn-gray span span{
        padding-left: 10px;
        padding-right: 10px;
    }
    #new-subacount #popup-block-close{
        top: 10px;
        right: 10px;
    }
    .fieldset-change-password .form-list li:first-of-type{
        width: 100%;
        margin-right: 0;
    }
    .fieldset-change-password .form-list li:last-of-type{
        width: 100%;
    }
    .fieldset-change-password .form-list li:last-of-type .field:first-of-type{
        width: 100%;
        margin-right: 0;
    }
    .fieldset-change-password .form-list li:last-of-type .field:last-of-type{
        width: 100%;
    }
    .customer-account-editsubaccount .buttons-set button{
        width: 100%;
    }
    .customer-account-editsubaccount .buttons-set{
        padding-top: 10px;
    }
    .send-friend .buttons-set button.button{
        margin-bottom: 15px;
    }
    #delete-contact #popup-block-delete{
        padding-left: 30px;
        padding-right: 30px;
    }
    #delete-contact #popup-block-delete #delete_submit, #delete-contact #popup-block-delete #no_cancel{
        width: 100%;
        margin: 0;
    }
    #delete-contact #popup-block-delete #delete_submit{
        margin-bottom: 15px;
    }
    #delete-contact #popup-block-delete #delete_submit span span, #delete-contact #popup-block-delete #no_cancel span span{
        text-align: center;
    }
    #new-subacount #delete_submit_url{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    #new-subacount #no_cancel{
        width: 100%;
        margin-bottom: 0;
    }
    #new-subacount #popup-block{
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    #new-subacount .btn-gray span span{
        text-align: center;
    }
    .sendfriend-product-send .buttons-set{
        padding-top: 0;
    }



}
@media only screen and (max-width: 780px) and (orientation: landscape){
    #new-contact #popup-block{
        height: 80%;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 400px) {
    body.onepagecheckout-index-index .cart-complete{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .amlist-list-index.customer-account-pages.projects .project-wishlist{
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 340px){
    body.onepagecheckout-index-index #shiping_addr_block_insert{
        width: 100%;
    }
    body.onepagecheckout-index-index .demibold-class, body.onepagecheckout-index-index .ship_addr_note, body.onepagecheckout-index-index .shipping-method-note{
        width: 100%;
    }
    body.onepagecheckout-index-index .select-holder{
        width: 100%;
    }
}

@media only screen and (min-height: 780px) {
    body.wishlist-index-share .footer-container {
        position: absolute;
    }
}

.tabcontent li.fields {
    margin-left: 0;
}

#reg2_province_6_6_select,
#reg2_province_18_6_select,
#reg2_province_40_6_select,
#reg2_province_56_6_select,
#reg2_title_singles_63_36_select,
#reg2_province_27_6_select {
    /* padding: 0 0 0 5px;
    border: 1px solid #000;
    height: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    font-size: 12px;
    font-weight: normal;
    margin-top: 0; */
}

.form-list p {
    font-style: normal !important;
    font-weight: bold !important;
    font: 400 11px 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif  !important;
    color: #000000;
    line-height: 150% !important;
    margin: 0 0 16px 0 !important;
    padding: 0;
}

.fullwidth { width: 100% !important; }
.empty-indicator { border: 1px solid red !important; }
.swatch-login { font-size: 14px !important; }


/* Tooltip container */
.tooltip {
    border: 0 !important;
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext-delivery {
    visibility: hidden;
    width: 200px !important;
    background-color: black !important;
    color: #fff !important;
    text-align: center;
    padding: 5px !important;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -20px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext-delivery {
    visibility: visible;
}
#shopping-cart-table .notice {
    display: none;
}

.inspired-banner-overlay {
    position: absolute;
    top: 15%;
    text-align: center;
    left: 25%;
    width: 50%;
}

.inspired-banner-overlay h1 {
    color: white;
    font-weight: bold;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
}

.inspired-banner-overlay h2 {
    color: white;
    text-transform: none;
    font-size: 1.4vw;
    font-weight: bold;
    letter-spacing: 0.1vw;
}

.inspired-banner-button a {
    color: white;
    text-transform: uppercase;
    font-size: 0.8vw;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 0.1vw;
}

h2.inspired-section-title { 
    width:100%; 
    text-align:center; 
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
    line-height:0; 
    margin: 5vw 0;
    height: 0;
} 

h2.inspired-section-title span { 
    background:#fff; 
    padding:1rem;
    color: black;
    font-size: 1.2rem;
    letter-spacing: 0.1vw;
    text-transform: none;
    font-weight: bold;
}

h2.inspired-article-section-title span {
    text-transform: uppercase;
    font-size: 1.2vw;
}

.inspired-section-content {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.inspired-section-content img { width: 100%; }

.inspired-section-content h1 {
    text-transform: none;
    margin-bottom: 3px;
    font-size: 1.7vw;
}
.inspired-section-content h1,
.inspired-section-content p{
    padding-top: 2vw;
}
.inspired-section-content span, 
.inspired-section-content p,
.inspired-section-content h1 { font-weight: bold }
.inspired-section-content p{font-size: 1vw;}
.inspired-in-the-press {
    width: 100%;
    text-align: center;
    margin: 8vw 0;
}
.inspired-in-the-press a {
    background: black;
    padding: 2vw 3vw;
    color: white;
    font-size: 1.4vw;
    font-weight: bold;
}

.inspired-social-links {
    width: 60%;
    margin-left: 21%;
}

.inspired-social-links a {
    display: inline-block;
    width: 31.5%;
    margin-right: 0.5%;
}

.inspired-social-links a:hover {
    opacity: 0.8;
}

.inspired-landing-page-title {
    text-align: center;
    padding: 40px;
}
.inspired-landing-page-title h1 {
    text-transform: uppercase;
    font-size: 3.5vw;
    font-weight: bold;
}

.left { padding-right: 6px; }
.right { padding-left: 6px; }
.middle { padding: 0 3px; }

.inspired-article-download-link {
    position: absolute;
    right: 65px;
    top: 135px;
}

.inspired-article-description {
    width: 50%;
    text-align: justify;
    margin-left: 25%;
    font-size: 1.3vw;
    font-weight: bold;  
}

.inspired-article-link {
    width: 100%;
    text-align: center;
    margin: 5vw 0;
}


.inspired-article-link a {
    padding: 0.5vw 3.5vw;
    border: 1px solid;
    font-size: 1.5vw;
    font-weight: bold;
}

.inspired-left { float:left; }
.inspired-right { float:right; }
.position1 { width: 31.4%; }
.position2 { width: 67.7%;}

.position3 { width: 39%; margin-right: 2%; display: inline-block;}
.position4 { width: 39%; display: inline-block; }

.position5, .position6 { width: 100%; display: inline-block; }

.position5_wrapper h1 {
    font-weight: bold;
    text-align: center;
}

.position5_wrapper .inspired-article-description {
    text-align: center;
}

.position3_wrapper {
    text-align: center;
    margin: 70px 0;
}

.inspired-right-wrapper { position: relative; display: inline; }

.inspired-left-wrapper, .inspired-right-wrapper {width: 49.5%; }

.position5_wrapper {
    display: block;
    height: auto; 
    overflow: hidden; 
    padding-bottom: 5vw;
}

.position5_wrapper > .inspired-right-wrapper { padding-bottom: 2vw; }

.position5_wrapper a { bottom: 0; }

.inspired-image-link-wrapper { text-align: center; }
.inspired-image-link-wrapper a { 
    text-decoration: underline;
    font-style: italic;
}

.inspired-image-link-wrapper .position4 { padding-bottom: 7vw; }
.position7 .inspired-image-link-wrapper { width: 50%; padding-right: 10%; }

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

    .inspired-section-content {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-right: 0;
    }

    .left, .right, .middle { padding: 0; }
}

.bottom .filter-item.filter-styles { width: 200px; }

body.collections-list-index .toolbar-list-top .sorter,
body.collections-list-index .toolbar-list-top .view-mode,
body.collections-list-index .toolbar-list-top .pager {
    display: block;
}

body.collections-list-index .toolbar-list-top .sorter,
body.collections-list-index  .toolbar-list-top .view-mode,
body.collections-list-index .toolbar-list-top .pager {
    display: inline-block;
    float: left;
    margin-top: 20px;
}

body.collections-list-index .toolbar-bottom { display: block !important; }


.onepagecheckout-index-index #shiping_addr_block_insert .right.w50{
    padding-left: 0;
    padding-right: 0;
}
.onepagecheckout-index-index #shiping_addr_block_insert .left.w50{
    padding-right: 0;
    padding-left: 0;
}
.cms-privacy-policy-cookie-restriction-mode .privacy-modal-content{
    margin-top: 30px;
}
.cms-privacy-policy-cookie-restriction-mode .topImage{
    padding: 0;
}
.cms-privacy-policy-cookie-restriction-mode .page-title{
    text-transform: uppercase;
    margin-bottom: 10px;
}
.cms-privacy-policy-cookie-restriction-mode .page-title h1{
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
    font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
    letter-spacing: 0;
}
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs li strong{
    color: #000000;
}
.cms-page-view .std .privacy-modal-content .breadcrumbs li{
    line-height: normal;
}
#popup-block-content .link-to-projects{
    display: inline-block;
    font-family: GothamHTF-Book, "Gotham SSm B", "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #a2a0a1;
}



@media only screen and (max-width: 1600px) and (min-width: 1280px)  {
    .header .h-search #search{
        max-width: 90px;
    }

}

div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;}  
div.block-layered-nav dd a.amshopby-attr, div.block-layered-nav dd a.amshopby-attr:hover {padding-left:15px; background-image:url(https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-cb1.gif); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr::before, div.block-layered-nav dd a.amshopby-attr-selected::before {border-style: none !important;}
div.block-layered-nav dd a.amshopby-attr-selected {font-weight: bold; padding-left:15px; background-image:url(https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-cb2.gif); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr-inactive {pointer-events: none; color: #666666}
div.block-layered-nav dd a img {/* padding: 0px 4px 5px;*/ float:left;}

div.block-layered-nav dd .single-choice a.amshopby-attr,
div.block-layered-nav dd .single-choice a.amshopby-attr:hover
{background-image: url(https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-rb1.gif);}

div.block-layered-nav dd .single-choice a.amshopby-attr-selected
{background-image: url(https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-rb2.gif);}
.amshopby-swatch {
    background-image: url(https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-cb1.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav li.amshopby-cat-multi a {
    padding-left:15px;
    background-image:url(https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-cb1.gif); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav li.amshopby-cat-multiselected a {
    font-weight: bold;
    background-image:url(https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-cb2.gif); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url(https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }



div.block-layered-nav.amshopby-collapse-enabled dl dt {
     cursor:pointer;
     padding-left:15px;
     background:url(https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
}
div.block-layered-nav.amshopby-collapse-enabled dl dt::after {
    border-style: none !important;
}
div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed {background:url(https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt{background:url(https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed{background:url(https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;}

.main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dd .no-display {
    display: block!important;
}

div.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px 4px 5px 4px; z-index:9; height:18px;  background: url(https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {margin-left:-4px; width:8px; top:3px; height:14px; background: transparent url(https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move; z-index: 2;}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;
    
}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
    z-index: 1000;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
    display: inline;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.amshopby-advanced li {
	clear: both;
}
.amshopby-advanced li.level1 {
	padding-left: 20px;
}
.amshopby-advanced li.level2 {
	padding-left: 30px;
}
.amshopby-advanced li.level3 {
	padding-left: 40px;
}
.amshopby-advanced li.level4 {
	padding-left: 50px;
}


.amshopby-advanced li.active > a {
	font-weight: bold;
}
.amshopby-cat-toggle.amshopby-cat-toggle-hidden {
    display: none;
}

/*
 * Slider Bar
 */
.amshopby-slider-bar {
	position:absolute; 
	background: #999; 
	height: 6px; 
	top: 6px; 
	z-index: 1;  
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
	overflow: auto; 
}

.btn-remove-inline { background-image: url('https://www.nuevoliving.com/skin/frontend/base/default/images/am_btn_remove.gif'); background-repeat: no-repeat; width:13px; height:12px; margin-left: 4px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }
.amshopby-hightlighted { background: yellow;}

.btn-remove-inline img {display: inline;}

div.block-layered-nav div.amshopby-slider div.handle.active { z-index: 3; }

.amshopby-slider-ui { background: url(https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%; margin: 10px .4em; }
.amshopby-slider-ui .ui-slider-handle { background-color: #f18200; border: 1px solid #de5400; box-sizing: border-box; outline: none; }
.amshopby-slider-ui .ui-slider-range { background-color: #999999; }

.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.ui-slider { cursor: pointer; position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 0.8em; height: 1.2em; cursor: pointer; -ms-touch-action: none; touch-action: none; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.2em; margin-left: -.4em; }
.ui-slider-horizontal .ui-slider-range { top: 0.2em; height: 8px; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.amshopby-narrow-by-list table td { vertical-align: top; }

input[name^="amshopby"][id$="from"].input-text, input[name^="amshopby"][id$="to"].input-text{
    width: auto;
}

.amshopby-item-top{
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol{
    max-width: 250px;
}

.amshopby-item-top div.amshopby-column {
    width: auto;
}

.no-display-current, .no-display{
    display: none;
}

.current .no-display-current, dd.current td.no-display{
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0px;
    }
    .main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dt{background:url(https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;}
    .main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dl dt.current{background:url(https://www.nuevoliving.com/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;}
}

div.block-layered-nav ol:not(.single-choice) select option[selected] { color:white; background-color: rgba(171, 171, 171, 1); }

.amshopby-apply-button {width: 180px; height: 40px; margin-top: 1em;}

/**
 * All Brands page
 */
.content .ambrands-list {
    min-width: 180px;
}

/*----DEFAULT COLUMNS STYLES FOR CONTENT TYPES----*/
.ct-clear {
    clear: both;
}
.ct-column-top {
    margin-bottom: 1em;
}
.ct-column-bottom {
    margin-top: 1em;
}
.ct-column-middle {
    margin-bottom: 1em;
    margin-top: 1em;
}
.ct-column-main-left-50 {
    width: 49%;
    float: left;
}
.ct-column-main-right-50 {
    width: 49%;
    float: right;
}
.ct-column-main-left-25 {
    width: 25%;
    float: left;    
}
.ct-column-main-center-50 {
    width: 48%;
    margin: 0 1%;
    float: left;    
}
.ct-column-main-right-25 {
    width: 25%;
    float: right;    
}
.ct-column-main-left-33 {
    width: 32%;
    float: left;    
}
.ct-column-main-center-33 {
    width: 32%;
    margin: 0 2%;
    float: left;    
}
.ct-column-main-right-33 {
    width: 32%;
    float: right;    
}
.block-ct-filter-content {
    padding: 5px 10px;
}
#contenttype-results-filter-list li a {
    display: inline-block;
    padding-left: 16px;
    background: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/blackbird/acm/cb1.gif) no-repeat left center;
}

#contenttype-results-filter-list li.item-active a {
    background: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/images/blackbird/acm/cb2.gif) no-repeat left center;
}



/*----DEFAULT COLUMNS STYLES FOR CONTENT LIST----*/
.cl-clear {
    clear: both;
}
.cl-column-top {
    margin-bottom: 1em;
}
.cl-column-bottom {
    margin-top: 1em;
    border-bottom:1px solid;
}
.cl-column-middle {
    margin-bottom: 1em;
    margin-top: 1em;
}
.cl-column-main-left-50 {
    width: 49%;
    float: left;
}
.cl-column-main-right-50 {
    width: 49%;
    float: right;
}
.cl-column-main-left-25 {
    width: 25%;
    float: left;    
}
.cl-column-main-center-50 {
    width: 48%;
    margin: 0 1%;
    float: left;    
}
.cl-column-main-right-25 {
    width: 25%;
    float: right;    
}
.cl-column-main-left-33 {
    width: 32%;
    float: left;    
}
.cl-column-main-center-33 {
    width: 32%;
    margin: 0 2%;
    float: left;    
}
.cl-column-main-right-33 {
    width: 32%;
    float: right;    
}

/* -- custom css -- Editorial tempalte -- */
.id5_s1, .id5_s3 { letter-spacing: 0.08rem; }
.id5_s1 { margin: 30vh 0 10vh 0;}

.id5_s1 > div {
    display: inline-block;
    vertical-align: bottom;
}

.id5_s1 .pos1_pos2_pos3_pos4_wrapper { width: 70%; }
.id5_s1 .pos1_pos3_pos4_wrapper { width: 100%; padding: 0 15%; }
.id5_s1 .pos1_pos3_pos4_wrapper > img
{
    display: inline-block;
    max-width: 50%;
    min-width: 40%;
}
.id5_s1 .pos1_pos3_pos4_wrapper > div
{
    display: inline-block;
    max-width: 40%;
    padding-left: 30px;
}
.id5_s1 .pos1_pos3_pos4_wrapper > div h1 {
    font-size: 0.9rem;
    color: black;
    font-weight: bold;
    letter-spacing: 0.08rem;
    padding-bottom: 1.6rem;
}
.id5_s1 .pos1_pos3_pos4_wrapper > div p {    
    letter-spacing: 0.08rem;
    line-height: 1.2rem;
    text-align: justify;
}
.id5_s1 .pos2_wrapper { width: 100%; margin-top: 20%; font-size: 1rem; padding-left: 15%; }

.id5_s1 .pos5_wrapper { width: 29%;}

.id5_s1 .pos5_wrapper img {
    float: right;
    width: 80%;
}

.id5_s1 .pos2_wrapper  hr {
    display: inline-block;
    width: 5vw;
    margin-bottom: 5px; 
}

.id5_s2 {
    width: 100%;
    margin: 20vh 0;
}

.id5_s2 img {
    width: 100%;
}


.id5_s3 .pos1-pos4_wrapper {
    width: 80%;
    display: inline-block;
    padding-left: 20%;
    padding-top: 10vh;
    float: left;
}
.id5_s3 .pos1-pos4_wrapper img {
    display: inline;
    min-width: 50%;
}
.id5_s3 .pos5_wrapper {
    width: 20%;
    display: inline-block;
    float: left;
    margin-bottom: 20vh;
}
.id5_s3 .pos5_wrapper img { 
    min-width: 90%;
    float: right;
}

.id5_s3 .pos_3_pos_4_wrapper h3,
.id5_s5 .pos1_pos2_wrapper h3,
.id5_s6 h3,
.id5_s7 h3,
.id5_s8 h3, .id5_s11 h3, .id5_s13 h3,
.id5_s15 h3 { 
    padding-top: 20px;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}
.pos_3_pos_4_wrapper span,
.id5_s5 .pos1_pos2_wrapper span,
.id5_s6 span, .id5_s7 span, .id5_s8 span, .id5_s11 span, .id5_s13 span, .id5_s15 span
{ 
    padding-top: 5px; 
    font-style: italic; 
    display: block; 
}

.id5_s8 span { font-style: normal; }

.id5_s5 {
    text-align: center;
}

.id5_s5 .pos1_pos2_wrapper { 
    display: inline-block;
    text-align: left;
}

.id5_s6 {
    margin: 20vh 0;
}

.id5_s6 .pos1_pos2_wrapper {
    width: 45.5%;
    display: inline-block
}

.id5_s6 .pos5_wrapper {
    width: 53.7%;
    float: right;
    display: inline-block
}
.id5_s6 img { width: 100%; }

.id5_s6 .pos1_pos2_wrapper h3, .id5_s6 .pos1_pos2_wrapper span, .id5_s13 h3, .id5_s13 span
{
    padding-left: 20px;
}

.id5_s6 .pos1_pos2_wrapper .divider-small,
.id5_s8 h3, .id5_s8 span, .id5_s8 .divider-small, .id5_s13 .divider-small {
    margin-left: 20px;
}

.divider-small {
    border-bottom: 1px solid black;
    width: 20px;
}

.id5_s7 {
    text-align: center;
}

.id5_s7 > div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.id5_s7 .pos1_wrapper {
    margin-right: 5vw;
}

.id5_s7 .pos2_wrapper {
    margin-left: 5vw;
}

.inspired-article-link .id5_s7 {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
}

.id5_s8, .id5_s8 img {
    width: 100%;
}

.id5_s9 {
    margin: 20vh 0 5vh 0;
}

.id5_s9 span { font-style: normal; }

.id5_s9 .pos1_wrapper {
    padding-bottom: 40vh;
}

.id5_s10 {
    background-color: #d8c4c3;
    padding: 8% 10% 3% 10%;
}

.id5_s10 h3, .id5_s10 span, .id5_s10 .divider-small {
    margin-left: 0;
}
.id5_s11 { position: relative; width: 100%; }
.id5_s11_inner > img { border: 3px solid white;}
.id5_s11_inner {
    position: absolute;
    top: -30vh;
    right: 10vh;
}

.id5_s12 { margin-top: 50vh; }
.id5_s12 .pos2_wrapper { padding-top: 20vh; }
.id5_s14 .pos1-pos4_wrapper { width: 73%; }
.id5_s14 .pos5_wrapper { width: 27%; }

.id5_s15 { 
    color: white;
}

.id5_s15 h3 {
    color: white;
}

.id5_s15 .divider-small {
    border-color: white;
}

.id5_s15 .pos1_wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #3b414a;
}
.id5_s15 .pos1_wrapper > img { width: 35%; }

.id5_s15 .pos2-pos4_wrapper {
    display: inline-block;
    position: absolute;
    bottom: 4%;
    left: 37%;
}

.center-wrapper {
    width: 20%;
    bottom: 45% !important;
    left: 58.5% !important;
}

.vertical-bar {
    height: 20vh;
    border: 1px solid white;
    width: 0;
    left: 50%;
    position: absolute;
    top: -24vh;
}

.id5_s16 { margin: 25vh 0;}
/* -- end -- */


@media only screen and (max-width: 1000px){
    .id5_s1 {margin: 20vh 0 5vh 0; }
    .id5_s1 .pos1_pos2_pos3_pos4_wrapper { width: 100%; }
    .id5_s1 .pos1_pos3_pos4_wrapper > img { width: 100%; max-width: 100%; padding-bottom: 5%; }
    .id5_s1 .pos1_pos3_pos4_wrapper { padding: 0 5%; }
    .id5_s1 .pos1_pos3_pos4_wrapper > div { width: 100%; max-width: 100%; padding-left: 0; }
    .id5_s1 .pos2_wrapper { margin: 5%; padding-left: 0; }
    .id5_s1 .pos5_wrapper { display: none; float: right;}
    .id5_s2 { margin: 5vh 0 5vh 0; }
    .id5_s3 .pos5_wrapper {float: right; }
    .id5_s3 .pos1-pos4_wrapper { width: 60%;  padding-top: 0; }
    .id5_s5 { padding: 40px; }
    .id5_s6 { margin: 5vh 0; }
    .id5_s7 .pos1_wrapper, .id5_s7 .pos2_wrapper { margin: 0 5vh 5vh; }
    .id5_s7 .id5_s9 { margin: 10vh 0 5vh 0; }
    .id5_s9 .pos1_wrapper { padding-bottom: 0;}
    .id5_s11_inner {
        position: absolute;
        top: -10vh;
        right: -70%;
    }
    .id5_s11_inner > img { width: 25%; }
    .id5_s12 { margin-top: 25vh; }
    .id5_s12 .pos2_wrapper { padding-top: 0; }
    .id5_s16 { margin: 5vh 0;}
    .pos2-pos4_wrapper.center-wrapper { display: none; }
}

/* magazine */
.id3_section1_wrapper, .id3_section2_wrapper, .id3_section3_wrapper {
    width: 70%;
    margin: auto;
    text-align: center;
    padding: 15vh 0;
    font-family: Gotham;
}

.id3_section2_wrapper {
    padding: 0;
}

.id3_section3_wrapper {
    padding: 100px 0;
}

.id3_section1_pos12,.id3_section1_pos345 {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
}

.id3_section1_pos345 > .inner {
    font-family: Gotham;
    text-align: left;
    width: 100%;
    padding-left: 20%;
}

.id3_section1_pos345 > .inner > h1, .id3_section2_pos12 > h1 {
    font-family: Gotham;
    text-transform: none;
    font-size: 2rem;
    margin-bottom: 0.4rem;
}

.id3_section2_pos12 > h1 {
    margin-bottom: 1.4rem;
}

.id3_section1_pos345 > .inner > span {
    font-size: 1.2rem;
}

.id3_section1_pos345 > .inner > hr {
    margin: 20px 0;
    width: 40px;
    height: 0;
}

.id3_section1_pos12 {
    position: relative;
}

.id3_section1_pos12 img{
    width: 100%;
}


.id3_section1_pos12 img.angled {
    position: absolute;
    left: 30%;
    bottom: -11.8%;
    transform: rotate(5.5deg);
    border: 12px solid white;
}

.id3_section2_pos12 {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
}

.id3_section1_pos3to10 {
    margin: 100px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.id3_section1_pos3to10 .item {
    padding: 15%;
    line-height: 30px;
}
.id3_section2_wrapper {
    width: 40%;
}

.id3_section3_wrapper {
    position: relative;
}

.id3_section3_wrapper img {
    width: 100%;
}

.id3_section3_wrapper img.pos2 {
    width: 33%;
    position: absolute;
    top: 29.8%;
    left: 29%;
}

.id3_section3_wrapper img.pos3 {    
    width: 33%;
    position: absolute;
    bottom: 25.6%;
    transform: rotate(7.8deg);
    left: 54.3%;
}

.id3_section4_wrapper {
    width: 90%;
    margin-top: 150px;
    margin-left: 5%;
}
.id6_section1_wrapper {
    width: 70%;
    margin: auto;
    text-align: center;
    padding: 0 0;
    position: relative;
    clear: both;
}
.id6_section1_pos12 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.id6_section1_pos3 {
    position: absolute;
    bottom:4vw;
    left: 50%;
    transform: translateX(-50%);
    font-style: italic;
    font-size: 16px;
    max-width:420px;
}

.id6_section1_pos3 a { text-decoration:underline; }
.id6_section2_pos12 {
    position: absolute;
    top:0;
    right: 0;
    height: 100%;
    width: 40%;
}
.id6_section2_pos12 .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.id6_section2_pos12 .inner p {font-size: 16px}
.id6_wrapper h1 {font-weight: bold; font-size: 30px;}
.id6_wrapper h2 {margin: 20px 0 4px; font-weight: bold;}
.id6_section3_pos2 {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 60%;
}
.id6_section3_pos2 .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#fff;
}
.id6_section3_pos2 .inner p {
    color:#fff;
    font-size: 16px;
    letter-spacing: 2px;
    width: 700px;
}
.id6_section4_pos {
    /*position: absolute;*/
    /*top:0;*/
    /*bottom: 0;*/
    width: 70%;
    /*left: 15%;*/
    margin: 150px auto;
}
.id6_section4_pos .inner {
    width: 28%;
    float: left;
    position: relative;
    height: 100%;
    margin-right: 6%;
}
.id6_section4_pos .inner.last {
    margin-right: 0;
}
.id6_section4_pos23 p {
    font-size: 16px;
    position: relative;
}
.id6_section4_pos23 p:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    background-color: #000;
    bottom: -60px;
    left: 50%;
}
.id6_section4_pos23 p:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #000;
    bottom: -80px;
    left: calc(50% - 10px);
}
.id6_section4_pos4 {
    margin: 90px auto;
    font-style: italic;
    font-size: 16px;
    max-width: 300px;
}
.id6_section5_pos23 {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    color:#fff;
}
.id6_section5_pos23 p {
    margin-top: 25px;
    font-size: 16px;
    max-width: 400px;
}
.id6_section6 .id6_section2_pos12 .inner {
    transform: translate(-50%, 0);
    max-width: 400px;
    width: 95%;
    top:40%;
}

.id6_section6 .id6_section1_pos3 {
    max-width: 95%;
    width: 95%;
}

.id6_wrapper {
	letter-spacing: 2px;
}

.no-mobile {display: block}
.mobile {display: none;}
@media only screen and (max-width: 1940px){
    .id6_section1_wrapper {width: 100%; margin: 0;}
}
@media only screen and (max-width: 1200px){
    .id6_section3_pos2 .inner p,
    .id6_section6 .id6_section1_pos3 {
        font-size: 14px;
        width: 100%;
    }
    .id6_section2_pos12 .inner p, .id6_section5_pos23 p,
    .id6_section4_pos4 {
        font-size: 15px;
    }
    .id6_section4_pos {width: 100%;}
}
@media only screen and (max-width: 900px){
    .id6_section6 .id6_section2_pos12 {
        width: 50%;
    }
    .id6_section6 .id6_section2_pos12 .inner {
        top:30%;
    }
}
@media only screen and (max-width: 768px){
    .id3_section4_wrapper > iframe { max-height: 300px; }

    .id3_section1_wrapper, .id3_section2_wrapper, .id3_section3_wrapper {
        width: 90%;
        padding: 30px 0 0 0;
    }
    .id3_section1_pos12, .id3_section1_pos345{
        width: 100%;
    }

    .id3_section1_pos345 > .inner {
        padding-left: 0;
        padding-top: 30px;
    }

    .id3_section1_pos3to10 {
        grid-template-columns: repeat(2, 1fr);
        padding: 30px 0;
        margin: 0;
    }

    .id3_section4_wrapper {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 766px){
    .no-mobile {display: none}
    .mobile {display: block}
    .id6_section1_mob12 {
        margin-top: 30px;
    }
    .id6_section1_mob3 {
        margin-bottom: 30px;
        font-style: italic;
        max-width: 300px;
        display: inline-block;
    }
    .id6_wrapper h1 {font-size: 20px;}
    .id6_section3_mob2 {
        background: #4b494a;
        color:#fff;
        padding: 50px 30px;
        font-size: 19px;
        letter-spacing: 1px;
    }
    .id6_section4_pos .inner {
        float: none;
        width: 80%;
        margin: 0 10%;

    }
    .id6_section5_mob23 p, .plast {
        letter-spacing: 1px;
        max-width: 300px;
        margin: 20px auto 40px;
        padding: 0 10px;
	font-size: 15px;
    }

    .id6_section6 .id6_section1_mob3 {
        margin-top: 30px;
	font-size: 15px;
    }
    .id6_section1_mob3 > a {
	text-decoration: underline;
 }

	.id6_section1_mob4 {
		margin-top: 20px;
	}

	.id6_wrapper.mobile, .id6_section2_mob12 .inner p {
		font-size: 15px;
		letter-spacing: 1px;
	}
}

/* lightning collection */
.id7, .id8 {
    letter-spacing: 2px;
}
.id7_s1_pos1 {
    position: absolute;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    top: 160px;
    left: 50px;
    text-transform: uppercase;
}

.centered_text {
    width: 95%;
    margin: auto;
    text-align: center;
    padding: 4rem 0 7rem 0;
}

.centered_text h1 {
    color: darkslategray;
    font-size: 2.5rem;
    text-transform: none;
}

.centered_text p {
    letter-spacing: 1px;
    margin-top: 4rem;
    font-size: 1rem;
}

.id7_s3 {
    background-color: #231F20;
}

.id7_s3_pos1 {
    width: 40%;
    display: inline-block;
}

.id7_s3_pos2 {
    width: 55%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.id5_s15.id7 > .pos1_wrapper > img { width: 40%; }

.id5_s15.id7 > .pos1_wrapper > .center-wrapper { 
    left: 40% !important;
    width: 60%;
    bottom: 50% !important; 
    text-align: center;
    text-transform: lowercase;
}

.centered_text p span { display: block; }
.id7 .center-wrapper span a { color: white; font-size: 1rem; text-decoration: underline; font-style: initial; }


/* modern classics */
.id8 {
    display: block;
    position: relative;
}

.id8 .centered_text { padding: 3rem 0; }
.id8.inspired-article-link { margin: 0 0 5vw 0; }

.id8_s1_pos5, .id8_s1_pos6 {
    position: absolute;
    color: white;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
}
.id8_s1_pos5 {
    bottom: 4%;
    left: 4%;
}
.id8_s1_pos6 {
    right: -3%;
    top: 30%;
}

.id8_s3_images {
    display: grid;
    width: 80%;
    margin: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-gap: 20px;
    overflow-y: auto;
}

.rotate-text {
    /* Safari */
    -webkit-transform: rotate(90deg);

    /* Firefox */
    -moz-transform: rotate(90deg);

    /* IE */
    -ms-transform: rotate(90deg);

    /* Opera */
    -o-transform: rotate(90deg);

}


.id8_s1_pos1, .id8_s1_pos3, .id8_s1_pos4{
    position: absolute;
    left: 0;
    right: 0;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    width: 100%;
    text-align: center;
}

.id8_s1_pos1 {
    top: 20px;
}

.id8_s1_pos3 {
    top: 45%;
    font-size: 3rem;
}

.id8_s1_pos4 {
    bottom: 20px;
}

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

    .id8_s1_pos6 {
        right: 5%;
        top: 5%;
    }

    .id8_s3_images {
        display: grid;
        width: 90%;
        margin: auto;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: auto;
        overflow-y: auto;
    }

    .rotate-text {
        /* Safari */
        -webkit-transform: unset;
    
        /* Firefox */
        -moz-transform: unset;
    
        /* IE */
        -ms-transform: unset;
    
        /* Opera */
        -o-transform: unset;
    
    }
    
    .id5_s15.id7 > .pos1_wrapper > img { width: 100%; }
    
    .id5_s15.id7 > .pos1_wrapper > .center-wrapper { 
        display: block;
        width: 100%;
        position: relative;
        left: 0 !important;
        height: 200px;
    }
    .id5_s15.id7 > .pos1_wrapper > .center-wrapper span {margin-top: 140px;}

    .centered_text {
        width: 75%;
    }

    .centered_text p span { display: inline; }

    .id8_s1_pos3 {
        top: 35%;
        font-size: 2rem;
    }

    .id7 .centered_text {
        padding: 4rem 0;
    }
}


.print-product img {
    height: 32px;
    width: 32px;
}
.print-product {
    text-decoration: none;
}
.pdfheader-print-category {
    float: right;
    display: block;
    clear: both;
    text-align: left;
    padding-left: 0px;
    padding-top: 5px;
    margin-bottom: 0;
    }
.pdfheader-print-product {
    float: right;
    display: block;
    clear: both;
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
    margin-bottom: 2px;
    width: 100%;
    }
/* .clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete {
  position: absolute;
  top: -5px;
  right: 0px;
  height: 34px;
  width: 458px;
  padding: 4px 10px;
  -webkit-border-radius: 0px 0px 0px 5px;
  -moz-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
  background: #fff;
  display: block;
}
.searchautocomplete .sprite {
  background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/mirasvit/sprite.png');
}
.searchautocomplete > label {
  float: left;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
  margin-top: 8px;
}
.searchautocomplete .nav {
  background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/mirasvit/sprite.png');
  float: left;
  height: 34px;
  position: relative;
  width: 340px;
}
.searchautocomplete .nav .nav-search-in {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 15;
}
.searchautocomplete .nav .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 5px;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav .nav-search-in .category-fake {
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
  border-right: 1px solid #dddddd;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  height: 27px;
  line-height: 27px;
  margin: 4px 0px 0px 2px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
}
.searchautocomplete .nav .nav-search-in .nav-down-arrow {
  right: 10px;
  top: 16px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000000 transparent transparent transparent;
  line-height: 0px;
}
.searchautocomplete .nav .nav-search-in:hover .category-fake {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -o-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: linear-gradient(to bottom, #f7f7f7, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffe1e1e1', GradientType=0);
}
.searchautocomplete .nav .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .nav .nav-input {
  *zoom: 1;
  margin: 6px 0px 0px 10px;
  padding: 0px 5px 0px 5px;
  z-index: 12;
  position: relative;
}
.searchautocomplete .nav .nav-input:before,
.searchautocomplete .nav .nav-input:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .nav .nav-input:after {
  clear: both;
}
.searchautocomplete .nav .nav-input input {
  z-index: 10;
  padding: 0px;
  height: 23px;
  border: 0px;
  font-family: arial, sans-serif;
  font-size: 12px;
  background: transparent;
  color: black;
  outline: 0px;
  margin-left: 5px;
  width: 100%;
}
.searchautocomplete .nav .nav-input input.suggest {
  display: none;
  color: #999;
  z-index: 9;
}
.searchautocomplete .nav-submit-button {
  background: url('https://www.nuevoliving.com/skin/frontend/nuevo/default/images/mirasvit/sprite.png');
  background-position: 0px -34px;
  background-repeat: no-repeat;
  float: left;
  height: 34px;
  padding-left: 5px;
}
.searchautocomplete .nav-submit-button .button {
  width: 39px;
  height: 34px;
  padding: 0px 9px;
  margin: 0px;
  cursor: pointer;
  font-weight: bold;
  color: white;
  line-height: 12px;
  font-size: 13px;
  background-color: #3c454e;
  background-image: -moz-linear-gradient(top, #444c55, #313a44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444c55), to(#313a44));
  background-image: -webkit-linear-gradient(top, #444c55, #313a44);
  background-image: -o-linear-gradient(top, #444c55, #313a44);
  background-image: linear-gradient(to bottom, #444c55, #313a44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444c55', endColorstr='#ff313a44', GradientType=0);
  border: 1px solid #313a44;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  z-index: 14;
}
.searchautocomplete .nav-submit-button .button:hover {
  background-color: #39414b;
  background-image: -moz-linear-gradient(top, #313a44, #444c55);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#313a44), to(#444c55));
  background-image: -webkit-linear-gradient(top, #313a44, #444c55);
  background-image: -o-linear-gradient(top, #313a44, #444c55);
  background-image: linear-gradient(to bottom, #313a44, #444c55);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff313a44', endColorstr='#ff444c55', GradientType=0);
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 15px 10px 5px 10px;
  position: absolute;
  right: 48px;
  top: 42px;
  width: 318px;
  z-index: 102;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a.name {
  color: #444;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeffee;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .highlight strong {
  color: #f00;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 0;
  line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings .rating-box {
  float: left;
  margin: 0 5px 0 0;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 4px 5px 10px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 9px;
  right: 10px;
  z-index: 99;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: none;
}
.searchautocomplete .searchautocomplete-loader div {
  position: absolute;
  background-color: #FFFFFF;
  height: 3px;
  width: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: f_autocomplete_loader;
  animation-name: f_autocomplete_loader;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
  left: 0px;
  top: 7px;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
  left: 2px;
  top: 2px;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
  left: 7px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
  right: 2px;
  top: 2px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
  right: 0px;
  top: 7px;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
  right: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
  left: 7px;
  bottom: 0px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
  left: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-moz-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
.searchautocomplete-widget {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

 */

.searchautocomplete-placeholder {
  min-width: 220px;
  width: auto;
	position: absolute;
  background: white;
  left: -20px;
  padding: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  z-index: 10;
}

.searchautocomplete-placeholder div.all {
  padding:10px 10px 10px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: underline;
  color: #555;
}
.searchautocomplete-placeholder > ul > li > div.highlight,
.searchautocomplete-placeholder > ul > li > .price-box {
	display: none;
}

.searchautocomlete-image {
	display: inline-block;
}

.autocomplete-product-name,
.autocomplete-category-name {
  display: inline-block;
  padding-bottom: 10px;
}

.autocomplete-product-name {
  font-weight: bold;
  color:#555;
  padding-right: 5px;
}

.autocomplete-product-name a {
  color: #555;
}

.autocomplete-category-name {
  color: #999;
}

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

  .searchautocomplete-placeholder {
    left: unset;
    right: 0;
  }

  .header-container.mobile #search_mini_form {
    top: -10px;
  }
}
/*
 * Magmodules.eu - http://www.magmodules.eu.
 *
 * NOTICE OF LICENSE
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://www.magmodules.eu/MM-LICENSE.txt
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magmodules.eu so we can send you a copy immediately.
 *
 * @category      Magmodules
 * @package       Magmodules_Richsnippets
 * @author        Magmodules <info@magmodules.eu>
 * @copyright     Copyright (c) 2017 (http://www.magmodules.eu)
 * @license       https://www.magmodules.eu/terms.html  Single Service License
 */
.snippets {
    border: 1px solid #E4E4E4;
    margin: 0px 0;
    overflow: auto;
}

.snippets p {
    margin-bottom: 0
}

.snippets .product-name {
    font-weight: 700
}

.snippets .prod-thumb {
    float: left;
    padding: 8px
}

.snippets img {
    display: block;
    margin: 0px;
}

.snippets .content {
    padding: 5px
}

.snippets .content i {
    font-style: initial;
}

.snippets .rating-box {
    float: right;
    margin-bottom: 5px;
}

.snippets-footer {
    margin-top: -5px;
    color: #666;
    font-style: normal
}

.snippets-fields {
    font-size: x-small;
}

.snippets-fields ul {
    display: inline
}

.snippets-fields li {
    display: inline;
    color: #5D5D5D;
    background: none !important;
    padding-left: 0 !important;
    font-size: 13px;
    float: left;
    margin: 0px !important;
}

.snippets-fields li + li::before {
    content: "- "
}

.snippets-sidebar .rating-box {
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    width: 73px;
    position: absolute;
    height: 15px;
    font-size: 0;
    background: url(https://www.nuevoliving.com/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
    background-size: 15px;
    text-indent: -999em;
    overflow: hidden;
}

.snippets-sidebar .rating {
    float: left;
    height: 13px;
    background: url(https://www.nuevoliving.com/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
    background-position-y: 100%;
    background-size: 15px
}
/**
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket_SocialLogin
 * @copyright   Copyright (c) 2017 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */

.pslogin-addedoverlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 2010;
	background-color: black;
	filter: alpha(opacity=60);
	opacity: 0.6;
	/*display: none;*/
}

.pslogin-pop-up-form {
	left: 0px;
	top: 0px; 
	position:fixed; 
	width: 100%; 
	z-index: 2020; 
	height:100%; 
	color:#666666; 
	text-align:left;
	/*display:none;*/
	overflow-y: auto; 
} 

#pslogin-pop-up-bg {
	max-width: 460px;
	font-size: 12px;
	padding: 0 10px 0 10px;
	margin: 10% auto 5% auto;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	box-sizing: border-box;
}

#pslogin-pop-up-bg .pslogin-share a {
	margin: 0;
}

.pslogin-share {
	background-color: white;
	min-height: 270px;
	padding: 18px 21px;
	position: relative;
}

.pslogin-fake-email-message {
	position: fixed;
	top: 20px;
	width: 100%;
	padding: 0 5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 9999;
}

	.pslogin-fake-email-message .content {
		padding: 5px 10px;
		background: #fff;
		max-width: 960px;
		min-width: 250px;
		margin: 0 auto;
		box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.42);
		-webkit-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.42);
		-moz-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.42);
		font-size: 14px;
		color: #636363;
		z-index: 9999;
	}

	.pslogin-fake-email-message p {
		margin: 10px auto;
		text-align: left;
	}

	.pslogin-fake-email-message .close-message {
		float: right;
	}

	.pslogin-fake-email-message .close-message:hover {
		cursor: pointer;
		color: #AEAEAE;
	}


/* general classes */
.pslogin-share .ta-center {
	text-align: center;
}
    
    .pslogin-share h2 {
		padding: 0px 0px 7px 0px;
		color: #3399cc;
		font-weight: 400;
		font-size: 15px;
		text-transform: uppercase;
		border-bottom: 1px solid #DDD;
		margin-bottom: 10px;
    }


	.pslogin-share .prpop-close-btn {
		position: absolute;
		right: 9px;
		left: auto;
		margin-right: 10px;
		top: 14px;
		text-decoration: none;
		color: #727272;
		font-size: 16px;
		background: none;
	}

	.pslogin-share .prpop-close-btn:hover {
		color: #b6aba5;
	}

	.pslogin-share p {
		margin-bottom: 7px;
	}
	
	.pslogin-share img {
		max-width: 100%;
		height: auto;
	}

	.pslogin-share .button-top {
		height: 7px;
	}

	.pslogin-share a {
		display: inline-block;
		height: 30px;
		color: white;
		margin: 0 10px 10px 0;
	}
	
	.pslogin-share a:hover {
		cursor: pointer;
		opacity: 0.7;
		filter: apha(filter=70);
	}

	/*
	.pslogin-share .soc-button {
		background-image: url("https://www.nuevoliving.com/skin/frontend/base/default/css/plumrocket/pslogin/images/social_retina.png");
		background-size: 328px 185px;
		display: block;
		height: 30px;
		width: 30px;
		float: left;
	}
	*/

/*form*/
.w25 { width: 25px!important; }
.w100 { width: 100px; }

.pslogin-block.account-login .content {
	margin: 0;
}

.pslogin-form .registered-users .content {
	margin: 0!important;
}

.pslogin-block.account-login .form-list label,
#checkout-step-login .pslogin-block .form-list label { 
	width: auto;
	float: none; 
}

.pslogin-block.account-login .form-list .input-box,
#checkout-step-login .pslogin-block .form-list .input-box {
	float: none;
}

#checkout-step-login .col2-set {
	box-sizing: border-box;
}

.pslogin-block.account-login .buttons-set {
	min-height: 40px;
}

.pslogin-block.col2-set {
	margin: 0;
}

.pslogin-block.col2-set .buttons-set {
	padding: 0;
}

.pslogin-block.col2-set .fieldset {
	margin: 15px 0;
}

	.pslogin-block button.button span,
	.pslogin-block button.button span span {
		height: auto;
	}

	.pslogin-share .soc-name {
		height: 30px;
		line-height: 30px;
		padding: 0 7px;
		display: block;
		float: left;
		box-sizing: border-box;
	}

		.pslogin-share .vkontakte {
			background-position: -77px -78px;
		}

		.pslogin-share .facebook {
			background-position: -5px -5px
		}

		.pslogin-share .twitter {
			background-position: -41px -5px;
		}

		.pslogin-share .googleplus {
			background-position: -113px -5px;
		}

/* welcome message */
.pslogin-welcome-msg {
	height: 25px;
	line-height: 25px;
	float: none;
	display: inline-block;
	margin: 0 0 5px 0;
}

.pslogin-welcome-msg:after {
	clear: both;
	content: "";
}

.pslogin-welcome-msg img {
	height: 25px;
	display: inline-block;
	padding: 0 5px 0 0;
	float: left;
}

/* Buttons */
.pslogin-block {
	width: 100%;
	margin: 0 0 20px 0;
}

.pslogin-block * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.pslogin-block.pslogin-hidden-text .pslogin-button-text {
	display: none!important;
}

.pslogin-block .pslogin-xs {
	display: none!important;
}

.pslogin-block .pslogin-button-image {
	display: block;
}

.pslogin-block .pslogin-clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.pslogin-block .title {
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
}

.pslogin-spacer {
	display: block;
	margin: 10px auto;
	position: relative;
	text-align: center;
	line-height: 16px!important;
	top: auto;
	left: auto;
	height: auto;
	width: auto;
	line-height: normal;
	overflow: visible;
	font-size: 13px;
}

	.pslogin-spacer table {
		width: 100%;
	}
	
	.pslogin-spacer table td {
		vertical-align: middle;
	}

	.pslogin-spacer .pslogin-border {
		border-top: 1px solid #e5e2e2;
		width: 100%;
	}
	
	.pslogin-spacer .pslogin-bordertext {
		color: #b2b2b2;
		text-align: center;
		font-size: 11px;
	}

	.pslogin-spacer.pslogin-showmore .pslogin-bordertext {
		height: 20px;
		line-height: 17px;
		padding: 0;
		border: 1px solid #e5e2e2;
		border-radius: 9px;
		-moz-border-radius: 9px;
		-webkit-border-radius: 9px;
	}

	.pslogin-spacer.pslogin-showmore .pslogin-bordertext:hover {
		color: #989898;
		cursor: pointer;
	}

	.pslogin-spacer .circle {
		width: 90%;
		height: 25px;
		line-height: 22px;
		font-size: 11px;
		border: 1px solid #b2b2b2;
		border-radius: 0px 7px;
		margin: 0 auto;
		background-color: #eeeeee;
	}

	.pslogin-spacer .circle:hover {
		cursor: pointer;
		background-color: #FAFAFA;
	}

.my-account .dashboard .pslogin-block {
	margin-top:20px;
}

.pslogin-block .linked-account {
	width: 100%;
	display: inline-block;
}

.pslogin-account-view  h2 {margin-top:20px;}

.pslogin-block .pslogin-showmore {
	margin-top: 20px;
}

.pslogin-block.pslogin-login .pslogin-buttons {
	display: block;
}

.pslogin-block.pslogin-register .pslogin-buttons {
	display: inline-block;
}

	.pslogin-block .pslogin-buttons ul {
		padding: 0;
		font-size: 0;
	}

	.pslogin-block .pslogin-buttons ul li {
		display: inline-block;
		line-height: normal;
		list-style: none!important;
		padding: 0!important;
		background: none!important;
		height: 32px;
		margin: 0 3px 3px 0;
	}

	.pslogin-block .pslogin-buttons ul li.show-button-image {
		background: none!important;
	}

	.pslogin-block .pslogin-buttons ul li:hover {
		opacity: 0.9;
		filter: alpha(opacity=90);
	}

	.pslogin-block .pslogin-buttons ul li span.pslogin-button-auto {
		background-color: #3399cc;
		display: inline-block;
	}

	.pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
		background: url('https://www.nuevoliving.com/skin/frontend/base/default/images/plumrocket/pslogin/social.png');
		display: block;
		float: left;
		width: 32px;
		height: 32px;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	
	.pslogin-block .pslogin-buttons ul li .pslogin-button-icon img {
		width: 100%;
	}

	.pslogin-block .pslogin-buttons ul li a>img {

	}

	.pslogin-block .pslogin-buttons ul li .pslogin-button-text {
		display: none;
		float: left;
		height: 32px;
		line-height: 32px;
		vertical-align: top;
		padding: 0;
		text-align: center;
		min-width: 144px;
		box-sizing: border-box;
		font-size: 11px;
		color: white;
		background-color: rgba(255,255,255, 0.2);
	}

	.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto .pslogin-button-text {
		display: inline-block;
	}

	.pslogin-block .pslogin-buttons .pslogin-button-image { 
		display: none; 
	}

	.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-image {
		display: inline-block;
	}

	.pslogin-block .pslogin-buttons .pslogin-button-icon-image { 
		display: inline-block; 
	}

	.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-icon-image {
		display: none;
	}

	.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto.pslogin-has-button-image {
		display: none;
	}

 	.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto.pslogin-has-button-icon-image {  
 		display: inline-block;
 	}

	.pslogin-block .pslogin-buttons .pslogin-button-auto.pslogin-has-button-icon-image {
		display: none;
	}

	.pslogin-block .pslogin-buttons .pslogin-button-auto .pslogin-button-icon-image {
		display: inline-block;
		width: 32px;
		height: 32px;
	}

	.pslogin-block .pslogin-buttons .facebook .pslogin-button-auto { background-color: #1e4389; }
	.pslogin-block .pslogin-buttons .facebook .pslogin-button-icon { background-position: 0px 0px; }

	.pslogin-block .pslogin-buttons .twitter .pslogin-button-auto { background-color: #28a9e2; }
	.pslogin-block .pslogin-buttons .twitter .pslogin-button-icon { background-position: -34px 0px; }

	.pslogin-block .pslogin-buttons .linkedin .pslogin-button-auto { background-color: #11669c; }
	.pslogin-block .pslogin-buttons .linkedin .pslogin-button-icon { background-position: -168px 0px; }

	.pslogin-block .pslogin-buttons .yahoo .pslogin-button-auto { background-color: #85228f; }
	.pslogin-block .pslogin-buttons .yahoo .pslogin-button-icon { background-position: -204px 0px; }

	.pslogin-block .pslogin-buttons .vkontakte .pslogin-button-auto { background-color: #3f658c; }
	.pslogin-block .pslogin-buttons .vkontakte .pslogin-button-icon { background-position: -68px 0px; }

	.pslogin-block .pslogin-buttons .googleplus .pslogin-button-auto { background-color: #df4b38; }
	.pslogin-block .pslogin-buttons .googleplus .pslogin-button-icon { background-position: -135px 0px; }


	.pslogin-block .pslogin-buttons .hotmail .pslogin-button-auto { background-color: #f67d20; }
	.pslogin-block .pslogin-buttons .hotmail .pslogin-button-icon { background-position: 0px -34px; }

	.pslogin-block .pslogin-buttons .live .pslogin-button-auto { background-color: #0cb3ee; }
	.pslogin-block .pslogin-buttons .live .pslogin-button-icon { background-position: -35px -205px; }

	.pslogin-block .pslogin-buttons .pinterest .pslogin-button-auto { background-color: #cb2028; }
	.pslogin-block .pslogin-buttons .pinterest .pslogin-button-icon { background-position: -34px -34px; }

	.pslogin-block .pslogin-buttons .amazon .pslogin-button-auto { background-color: #ff8e2e; }
	.pslogin-block .pslogin-buttons .amazon .pslogin-button-icon { background-position: -68px -34px; }

	.pslogin-block .pslogin-buttons .aol .pslogin-button-auto { background-color: #008bd3; }
	.pslogin-block .pslogin-buttons .aol .pslogin-button-icon { background-position: -102px -34px; }
	.pslogin-openid.aol input[type=submit] { background-color: #008bd3; -webkit-appearance: none; } 

	.pslogin-block .pslogin-buttons .github .pslogin-button-auto { background-color: black; }
	.pslogin-block .pslogin-buttons .github .pslogin-button-icon { background-position: -135px -35px; }

	.pslogin-block .pslogin-buttons .instagram .pslogin-button-auto { background-color: #9a6e51; }
	.pslogin-block .pslogin-buttons .instagram .pslogin-button-icon { background-position: -168px -34px; }

	.pslogin-block .pslogin-buttons .foursquare .pslogin-button-auto { background-color: #3472ad; }
	.pslogin-block .pslogin-buttons .foursquare .pslogin-button-icon { background-position: -203px -34px; }

	.pslogin-block .pslogin-buttons .dropbox .pslogin-button-auto { background-color: #008bd3; }
	.pslogin-block .pslogin-buttons .dropbox .pslogin-button-icon { background-position: -0px -68px; }

	.pslogin-block .pslogin-buttons .disqus .pslogin-button-auto { background-color: #3d7198; }
	.pslogin-block .pslogin-buttons .disqus .pslogin-button-icon { background-position: -32px -69px; }

	.pslogin-block .pslogin-buttons .livejournal .pslogin-button-auto { background-color: #104378; }
	.pslogin-block .pslogin-buttons .livejournal .pslogin-button-icon { background-position: -66px -69px; }
	.pslogin-openid.livejournal input[type=submit] { background-color: #104378; -webkit-appearance: none; } 

	.pslogin-block .pslogin-buttons .tumblr .pslogin-button-auto { background-color: #304e6c; }
	.pslogin-block .pslogin-buttons .tumblr .pslogin-button-icon { background-position: -102px -69px; }

	.pslogin-block .pslogin-buttons .openid .pslogin-button-auto { background-color: #f8931f; }
	.pslogin-block .pslogin-buttons .openid .pslogin-button-icon { background-position: -135px -69px; }

	.pslogin-block .pslogin-buttons .flickr .pslogin-button-auto { background-color: #ff0084; }
	.pslogin-block .pslogin-buttons .flickr .pslogin-button-icon { background-position: -169px -69px; }

	.pslogin-block .pslogin-buttons .wordpress .pslogin-button-auto { background-color: #1b3f57; }
	.pslogin-block .pslogin-buttons .wordpress .pslogin-button-icon { background-position: -204px -69px; }

	.pslogin-block .pslogin-buttons .blogger .pslogin-button-auto { background-color: #ec7825; }
	.pslogin-block .pslogin-buttons .blogger .pslogin-button-icon { background-position: 0px -103px; }

	.pslogin-block .pslogin-buttons .odnoklassniki .pslogin-button-auto { background-color: #ee6600; }
	.pslogin-block .pslogin-buttons .odnoklassniki .pslogin-button-icon { background-position: -34px -103px; }

	.pslogin-block .pslogin-buttons .mailru .pslogin-button-auto { background-color: #00468c; }
	.pslogin-block .pslogin-buttons .mailru .pslogin-button-icon { background-position: -67px -103px; }

	.pslogin-block .pslogin-buttons .yandex .pslogin-button-auto { background-color: #dd0000; }
	.pslogin-block .pslogin-buttons .yandex .pslogin-button-icon { background-position: -102px -103px; }

	.pslogin-block .pslogin-buttons .paypal .pslogin-button-auto { background-color: #195d82; }
	.pslogin-block .pslogin-buttons .paypal .pslogin-button-icon { background-position: -134px -103px; }

	.pslogin-block .pslogin-buttons .myspace .pslogin-button-auto { background-color: #0022a0;}
	.pslogin-block .pslogin-buttons .myspace .pslogin-button-icon { background-position: -169px -103px; }

	.pslogin-block .pslogin-buttons .salesforce .pslogin-button-auto { background-color: #00a0de; }
	.pslogin-block .pslogin-buttons .salesforce .pslogin-button-icon { background-position: -203px -103px; }

	.pslogin-block .pslogin-buttons .steamcommunity .pslogin-button-auto { background-color: #282828; }
	.pslogin-block .pslogin-buttons .steamcommunity .pslogin-button-icon { background-position: -1px -137px; }

	.pslogin-block .pslogin-buttons .hyves .pslogin-button-auto { background-color: #ffca63; }
	.pslogin-block .pslogin-buttons .hyves .pslogin-button-icon { background-position: -33px -137px; }

	.pslogin-block .pslogin-buttons .stackoverflow .pslogin-button-auto { background-color: #e6eef1; }
	.pslogin-block .pslogin-buttons .stackoverflow .pslogin-button-icon { background-position: -67px -137px; }
	.pslogin-block .pslogin-buttons .stackoverflow .pslogin-button-text { color: #000000; }

	.pslogin-block .pslogin-buttons .evernote .pslogin-button-auto { background-color: #7ac141; }
	.pslogin-block .pslogin-buttons .evernote .pslogin-button-icon { background-position: -101px -137px; }

	.pslogin-block .pslogin-buttons .mixi .pslogin-button-auto { background-color: #d1ac5b; }
	.pslogin-block .pslogin-buttons .mixi .pslogin-button-icon { background-position: -135px -137px; }

	.pslogin-block .pslogin-buttons .mydigipass .pslogin-button-auto { background-color: #49bbeb; }
	.pslogin-block .pslogin-buttons .mydigipass .pslogin-button-icon { background-position: -169px -137px; }

	.pslogin-block .pslogin-buttons .netlog .pslogin-button-auto { background-color: #bb2026; }
	.pslogin-block .pslogin-buttons .netlog .pslogin-button-icon { background-position: -203px -137px; }

	.pslogin-block .pslogin-buttons .qq .pslogin-button-auto { background-color: #c46f1c; }
	.pslogin-block .pslogin-buttons .qq .pslogin-button-icon { background-position: 0px -171px; }

	.pslogin-block .pslogin-buttons .sinaweibo .pslogin-button-auto { background-color: #bd4342; }
	.pslogin-block .pslogin-buttons .sinaweibo .pslogin-button-icon { background-position: -34px -171px; }

	.pslogin-block .pslogin-buttons .soundcloud .pslogin-button-auto { background-color: #ff5419; }
	.pslogin-block .pslogin-buttons .soundcloud .pslogin-button-icon { background-position: -66px -171px; }

	.pslogin-block .pslogin-buttons .tencentweibo .pslogin-button-auto { background-color: #28a4e4; }
	.pslogin-block .pslogin-buttons .tencentweibo .pslogin-button-icon { background-position: -100px -171px; }

	.pslogin-block .pslogin-buttons .verisign .pslogin-button-auto { background-color: #b22253; }
	.pslogin-block .pslogin-buttons .verisign .pslogin-button-icon { background-position: -134px -171px; }
	.pslogin-openid.verisign input[type=submit] { background-color: #b22253; -webkit-appearance: none; } 

	.pslogin-block .pslogin-buttons .xing .pslogin-button-auto { background-color: #005d5e;}
	.pslogin-block .pslogin-buttons .xing .pslogin-button-icon { background-position: -168px -171px; }

	.pslogin-block .pslogin-buttons .kaixin001 .pslogin-button-auto { background-color: #e2332e; }
	.pslogin-block .pslogin-buttons .kaixin001 .pslogin-button-icon { background-position: -203px -171px; }

	.pslogin-block .pslogin-buttons .orange .pslogin-button-auto { background-color: #ff6600; }
	.pslogin-block .pslogin-buttons .orange .pslogin-button-icon { background-position: -1px -205px; }

	.pslogin-block .pslogin-buttons .bitbucket .pslogin-button-auto { background-color: #013567; }
	.pslogin-block .pslogin-buttons .bitbucket .pslogin-button-icon { background-position: -67px -205px; }

	.pslogin-block .pslogin-buttons .bitly .pslogin-button-auto { background-color: #ed6022; }
	.pslogin-block .pslogin-buttons .bitly .pslogin-button-icon { background-position: -101px -205px; }
	
	.pslogin-block .pslogin-buttons .boxcom .pslogin-button-auto { background-color: #00b9f2; }
	.pslogin-block .pslogin-buttons .boxcom .pslogin-button-icon { background-position: -135px -205px; }
	
	.pslogin-block .pslogin-buttons .vimeo .pslogin-button-auto { background-color: #1fb9eb; }
	.pslogin-block .pslogin-buttons .vimeo .pslogin-button-icon { background-position: -170px -205px; }
	
	.pslogin-block .pslogin-buttons .reddit .pslogin-button-auto { background-color: #337fb9; }
	.pslogin-block .pslogin-buttons .reddit .pslogin-button-icon { background-position: -203px -205px; }
	
	.pslogin-block .pslogin-buttons .odesk .pslogin-button-auto { background-color: #6fda44; }
	.pslogin-block .pslogin-buttons .odesk .pslogin-button-icon { background-position: -169px -273px; }
	.pslogin-block .pslogin-buttons .odesk .pslogin-button-text { color: #4c4c4c; }
	
	.pslogin-block .pslogin-buttons .teamviewer .pslogin-button-auto { background-color: #0171b9; }
	.pslogin-block .pslogin-buttons .teamviewer .pslogin-button-icon { background-position: -34px -239px; }

	.pslogin-block .pslogin-buttons .skyrock .pslogin-button-auto { background-color: #009afe; }
	.pslogin-block .pslogin-buttons .skyrock .pslogin-button-icon { background-position: -67px -239px; }

	.pslogin-block .pslogin-buttons .renren .pslogin-button-auto { background-color: #153765; }
	.pslogin-block .pslogin-buttons .renren .pslogin-button-icon { background-position: -101px -239px; }

	.pslogin-block .pslogin-buttons .etsy .pslogin-button-auto { background-color: #ee5931; }
	.pslogin-block .pslogin-buttons .etsy .pslogin-button-icon { background-position: -134px -239px; }

	.pslogin-block .pslogin-buttons .imgur .pslogin-button-auto { background-color: #312e2f; }
	.pslogin-block .pslogin-buttons .imgur .pslogin-button-icon { background-position: -170px -239px; }
 
	.pslogin-block .pslogin-buttons .intuit .pslogin-button-auto { background-color: #B8B8B8; }
	.pslogin-block .pslogin-buttons .intuit .pslogin-button-icon { background-position: -204px -239px; }
	.pslogin-block .pslogin-buttons .intuit .pslogin-button-text { color: #000000; }

	.pslogin-block .pslogin-buttons .mailchimp .pslogin-button-auto { background-color: #73cff4; }
	.pslogin-block .pslogin-buttons .mailchimp .pslogin-button-icon { background-position: 0px -273px; }
	.pslogin-block .pslogin-buttons .mailchimp .pslogin-button-text { color: #000000; }

	.pslogin-block .pslogin-buttons .persona .pslogin-button-auto { background-color: #ee5931; }
	.pslogin-block .pslogin-buttons .persona .pslogin-button-icon { background-position: -34px -273px; }

	.pslogin-block .pslogin-buttons .dribbble .pslogin-button-auto { background-color: #f26798; }
	.pslogin-block .pslogin-buttons .dribbble .pslogin-button-icon { background-position: -67px -273px; }

	.pslogin-block .pslogin-buttons .goodreads .pslogin-button-auto { background-color: #743900; }
	.pslogin-block .pslogin-buttons .goodreads .pslogin-button-icon { background-position: -100px -273px; }
 
	.pslogin-block .pslogin-buttons .lastfm .pslogin-button-auto { background-color: #c02c0c; }
	.pslogin-block .pslogin-buttons .lastfm .pslogin-button-icon { background-position: -135px -273px; }

	.pslogin-block .pslogin-buttons .alipay .pslogin-button-auto { background-color: #00a0e9; }
	.pslogin-block .pslogin-buttons .alipay .pslogin-button-icon { background-position: -202px -274px; }

	.pslogin-block .pslogin-buttons .wechat .pslogin-button-auto { background-color: #4ec034; }
	.pslogin-block .pslogin-buttons .wechat .pslogin-button-icon { background-position: -1px -306px; }

	.pslogin-block .pslogin-buttons .naver .pslogin-button-auto { background-color: #23b300; }
	.pslogin-block .pslogin-buttons .naver .pslogin-button-icon { background-position: -34px -307px; }

	.pslogin-unlinked-buttons.pslogin-buttons ul li .pslogin-button-text {min-width: 160px;}

/*======= social buttons =======*/
#prpop-pop-up-bg .pslogin-block {
	text-align: center;
	clear: both;
	margin-bottom: 5px;
}

#prpop-pop-up-bg .prpop-account-create .pslogin-block {
	display: none;
}

#prpop-pop-up-bg .pslogin-block .pslogin-buttons.pslogin-buttons-showfull {
	width: 100%;
}

	#prpop-pop-up-bg .pslogin-block li a span.pslogin-button-auto {
		width: 100%;
		position: relative;
		display: block;		
		height: 32px;
	}

	#prpop-pop-up-bg .pslogin-block li a span.pslogin-button-icon {
		position: absolute;
		background-color: inherit;
	}

	#prpop-pop-up-bg .pslogin-block li a span.pslogin-button-text {
		width: 100%;
		padding-left: 32px;
		font-size: 12px;
	}

	/*=== modern blue ===*/
	#prpop-pop-up-bg.prpop-default .pslogin-spacer {
		margin: 0 auto 10px;
		width: 100%;
	}

	#prpop-pop-up-bg.prpop-default .pslogin-spacer:before {
		display: block;
		content: "";
		clear: both;
		width: 100%;
	}

	#prpop-pop-up-bg.prpop-default .pslogin-spacer table {
		margin-top: 15px;
	}

	#prpop-pop-up-bg.prpop-default .pslogin-block {
		clear: both;
	}

	#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

		#prpop-pop-up-bg.prpop-default .pslogin-block li a span.pslogin-button-auto {
			min-width: 32px;
		}

		#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li {
			width: 70%;
			min-height: 32px;
			vertical-align: inherit;
			display: inline-block;
			float: none;
		}

		#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons li {
			width: auto;
			min-height: 32px;
			margin-bottom: 5px;
			vertical-align: middle;
		}

		#prpop-pop-up-bg.prpop-default .pslogin-buttons .pslogin-spacer {
			width: 100%;
		}

	/*=== glamour gray ===*/
	#prpop-pop-up-bg.glamour-grey .pslogin-spacer {
		margin: 0 auto 10px;
		width: 100%;
		float: left;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer.pslogin-showmore .pslogin-bordertext:hover {
		color: white;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer:before {
		display: block;
		content: "";
		clear: both;
		width: 100%;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer table {
		margin-top: 15px;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-block {
		margin-top: 10px;
	}


	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li {
		width: 70%;
		min-height: 32px;
		margin-bottom: 5px;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons li {
		width: auto;
		min-height: 32px;
		margin: 0 5px 5px 0;
		vertical-align: middle;
	}

		#prpop-pop-up-bg.glamour-grey .pslogin-block li a span.pslogin-button-auto {
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			min-width: 32px;
		}
	
		#prpop-pop-up-bg.glamour-grey .pslogin-block li a span.pslogin-button-text {
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
		}

		#prpop-pop-up-bg.glamour-grey .pslogin-block li a span.pslogin-button-icon {
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;			
		}

		#prpop-pop-up-bg.glamour-grey .pslogin-buttons.pslogin-buttons-showfull li a span.pslogin-button-icon {
			border-radius: 3px 0 0 3px;
			-webkit-border-radius: 3px 0 0 3px;
			-moz-border-radius: 3px 0 0 3px;
		}

		#prpop-pop-up-bg.glamour-grey .pslogin-buttons .pslogin-spacer {
			width: 100%;
		}


	/*=== light silver ===*/
	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-spacer {
		margin: 10px auto;
		width: 70%;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-border {
		border-top: 1px solid #A5A5A5;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-bordertext {
		color: #444;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-spacer {
		width: 70%;
		
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons .pslogin-spacer:before {
		display: none;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-spacer .pslogin-border {
		border-top: 1px solid #A5A5A5;
	}
	
	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-spacer.pslogin-showmore .pslogin-bordertext {
		border: 1px solid #A5A5A5;
		color: #444;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-spacer.pslogin-showmore .pslogin-bordertext:hover {
		color: black;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons {
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li {
		width: 100%;
		min-width: 32px;
		min-height: 34px;
		margin-bottom: 5px;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons li {
		width: auto;
		min-width: 34px;
		height: 34px;
		margin: 0 3px 5px 3px;
	}
	
	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons ul{
		position: relative;
		left: -3px;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons ul li a {
		display: inline-block;
		width: 100%;
	}


	#prpop-pop-up-bg.simple-form-logo .pslogin-block li a span.pslogin-button-auto {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-box-shadow: 0px 1px 1px 0px rgba(31, 31, 31, 0.47),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.33);
		-moz-box-shadow: 0px 1px 1px 0px rgba(31, 31, 31, 0.47),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.33);
		box-shadow: 0px 1px 1px 0px rgba(31, 31, 31, 0.47),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.33);	
		
	}


	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li a span.pslogin-button-auto {
		border: 1px solid rgba(0, 0, 0, 0.09);
		height: 34px;
	}

		#prpop-pop-up-bg.simple-form-logo .pslogin-block li a span.pslogin-button-text {
			height: 34px;
		}

		#prpop-pop-up-bg.simple-form-logo .pslogin-block li a span.pslogin-button-icon {
			box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.33);
		}
	
		#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li a span.pslogin-button-icon {
			border: none;
			border-radius: 5px 0 0 5px;
			-webkit-border-radius: 5px 0 0 5px;
			-moz-border-radius: 5px 0 0 5px;
		}

		#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li a span.pslogin-button-icon {
			height: 32px;
			width: 32px;
		}

		#prpop-pop-up-bg.simple-form-logo .pslogin-block li a span.pslogin-button-icon {
			border: 1px solid rgba(0, 0, 0, 0.09);
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			height: 34px;
			width: 34px;
		}

		#prpop-pop-up-bg.simple-form-logo .pslogin-buttons .pslogin-spacer {
			width: 100%;
		}

/*=== open-id Page ===*/
.pslogin-openid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 20px;
}

	.pslogin-openid .network-logo {
		background: url('https://www.nuevoliving.com/skin/frontend/base/default/images/plumrocket/pslogin/social_openid.png');
		width: 180px;
		height: 70px;
		margin: 0 auto 15px auto;
	}
	
	.pslogin-openid.livejournal .network-logo { background-position: -180px 0; }
	.pslogin-openid.verisign .network-logo { background-position: 0 -70px; }

	.pslogin-openid input[type=submit] {
		height: 32px;
		line-height: 32px;
		vertical-align: top;
		padding: 0;
		text-align: center;
		min-width: 144px;
		box-sizing: border-box;
		font-size: 12px;
		color: white;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border: 0px;
	}
	
	.pslogin-openid input[type=submit]:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.pslogin-openid input[type=text] {
		width: 100%;
		border: 1px solid #D0D0D0;
		height: 30px;
		line-height: 25px;
		margin-bottom: 5px;
		margin-top: 10px;
		padding: 2px;
		box-sizing: border-box;
		font-size: 14px;
	}
	
	.pslogin-openid .form-wrapper {
		background-color: #f3f3f3;
		color: #464646;
		width: 300px;
		margin: 0 auto;
		padding: 25px;
		box-shadow: 0px 2px 7px 0px #c1c1c1;
		-moz-box-shadow: 0px 2px 7px 0px #c1c1c1;
		-webkit-box-shadow: 0px 2px 7px 0px #c1c1c1;
		border-radius: 15px;
		font-size: 14px;
	}

	.pslogin-openid .ajax-loader {
		width: 110px;
		height: 14px;
		margin: 0 auto 5px auto;
	}

		.pslogin-openid .ajax-loader .image-gif {
			background: url('https://www.nuevoliving.com/skin/frontend/base/default/images/plumrocket/pslogin/ajax-loader-h.gif');
			width: 110px;
			height: 14px;
			display: none;
		}

		.pslogin-openid .ajax-loader .error-text {
			color: red;
			font-size: 11px;
			/*display: none;*/
		}

/* Social account section */
.pslogin-block .custinfo.social {
    color: white;
    text-align: center;
    text-transform: capitalize;
    font-size: 12px;
    float: left;
    width: 82px;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
}

.pslogin-block .custinfo.social a {
	color: white;
	text-decoration: none;
}

.pslogin-block .custinfo.social:hover {
	cursor: pointer
}

.pslogin-block .custinfo.social .unlink-link {
    content: "x";
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: -5px;
    position: absolute;
    right: -4px;
    font-size: 10px;
    line-height: 25px;
    cursor: pointer;
    opacity: 0.4;
}

.pslogin-block .custinfo.social .unlink-link:hover {
	opacity: 1;
}

.pslogin-block .custinfo .pslogin-button-auto {
	padding: 11px 0 6px 0;
	background: #ffffff;
}

.pslogin-block .custinfo.social .user-photo {
    background-image: url("https://www.nuevoliving.com/skin/frontend/base/default/images/plumrocket/pslogin/user_icon.png");
    background-size: cover;
    background-position: center;
    width: 56px;
    height: 56px;
    vertical-align: middle;
    float: none;
    margin: 0 auto;
    border-radius: 50%;
    display: block;
    border: 3px solid #fff;
    box-sizing: content-box;
    margin-bottom: 3px;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

	.pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
		background: url('https://www.nuevoliving.com/skin/frontend/base/default/images/plumrocket/pslogin/social_retina.png');
		background-size: 236px 340px;
		-webkit-background-size: 236px 340px;
		-moz-background-size: 236px 340px;
	}

}

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

	.pslogin-block .pslogin-buttons {
		width: 100%;
	}

	.pslogin-block .pslogin-buttons.show-button-text ul li .pslogin-button-text {
		display: inline-block;
	}

	.pslogin-block .pslogin-xs {
		display: inline-block!important;
	}

	.pslogin-block .pslogin-spacer .pslogin-bordertext {

	}

}


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

	/*=== social login ===*/
	#prpop-pop-up-bg.prpop-default .pslogin-spacer,
	#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons {
		width: 60%;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer {
		float: none;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer,
	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons {
		width: 60%;
	}

	#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li,
	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons.pslogin-buttons-showfull li {
		width: 100%;
	}

}


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

	/*=== social buttons ===*/
	#prpop-pop-up-bg.prpop-default .pslogin-spacer,
	#prpop-pop-up-bg.prpop-default .pslogin-block .pslogin-buttons {
		width: 100%;
	}

	#prpop-pop-up-bg.glamour-grey .pslogin-spacer,
	#prpop-pop-up-bg.glamour-grey .pslogin-block .pslogin-buttons {
		width: 100%;
	}

	#prpop-pop-up-bg.simple-form-logo .pslogin-spacer,
	#prpop-pop-up-bg.simple-form-logo .pslogin-block .pslogin-buttons {
		width: 100%;
	}

}

/*=== animate ===*/
#pslogin-pop-up-bg {
  -webkit-animation-duration: 1s;
  -moz-animation-duration:1s;
		animation-duration: 1s;
  -webkit-animation-fill-mode: both;
		animation-fill-mode: both;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.nuevoliving.com/skin/frontend/nuevo/default/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

@-ms-viewport{
  width: device-width;
}
.nav-search.top-search, #nav-log {display:none}
#head-log {display:inline-block}

@media only screen and (max-width: 1500px) {

    /* ============================================ *
     * Homepage
     * ============================================ */
    .home-featuredproducts-inner .featuredproducts-img { height: 300px; }

}
@media only screen and (max-width: 1372px) and (min-width: 1024px) { 
    #amasty_filter_buttons button.button{
        margin-left: 0;
        flex: 100%;
    }
}
@media only screen and (max-width: 1280px) {

    /* ============================================ *
     * Header
     * ============================================ */
    .header .h-logo { width: 150px; }
    .header .h-menu { padding-left: 170px; }
    .header .h-search #search { width: 130px; }

    /* ============================================ *
     * Main Menu
     * ============================================ */
    /* #nav li a { font-size: 13px; } */
    #nav li.level0 { padding-right: 20px; }

    /* ============================================ *
     * Homepage
     * ============================================ */
    .home-featuredproducts-inner .featuredproducts-img { height: 428px; }

    /* ======================================================== *
     * Product Detail Page
     * ======================================================== */
    .product-view .login-link-wrapper,
    .product-view .actionBoxes > ul > li {
        width: 100%;
        padding-bottom: 15px;
    }
    .product-view .add-to-cart { padding-right: 35px; padding-left: 100px; }
    .product-view .actionBoxes > ul > li:nth-child(1) { float: none; }
    .product-view .actionBoxes > ul > li:nth-child(2) { float: none; }

    /* ======================================================== *
     * Shopping Cart
     * ======================================================== */
     .cart .cart-comments-wrapper .cart-comments textarea,
     .cart .cart-totals-wrapper .totals {
         width: 408px;
     }
     .cart .discount-form .input-box,
     .cart .checkout-action-links .btn-gray,
     .cart .checkout-action-links-right .input-box {
         width: 200px;
     }

}

@media only screen and (max-width: 1120px) {

    /* ============================================ *
     * Header
     * ============================================ */
    .header { padding-right: 2.5%; padding-left: 2.5%; }
    .header .h-logo { left: 2.5%; }

    /* ======================================================== *
     * Product Detail Page
     * ======================================================== */
    .product-shop .add-to-box { width: 100%; }

}
@media only screen and (max-height: 860px) {

    /* ============================================ *
     * Homepage
     * ============================================ */
    .home-featuredproducts-inner .featuredproducts-img { height: 380px; }

}

@media only screen and (max-width: 1024px) {
	.cms-home .toNext a { left:1%;}
        .cms-home .toNext.rgt a {right:1%; }
        .menuOpener {margin-right: 2%}
        .middleSection {width: 36%;}
        .top-search {width: 26%;}
        .register-box .register_block h3 {font-size:21px;}

        .register-box {
			width: 100%;
			margin-left: 0;
			text-align: center;
		}
		.register-box .register_block {
			min-height: 420px;
			width: 31.7%;
			margin-right: 1%;
		}
		.signin-content-box ul, .box-two .signin-content-box ul {
			text-align:left;
			margin-left:7%;
		}
		.signin-content-box p, .box-two .signin-content-box p {
			text-align:left;
			margin-left:7%;
			padding-left:0;
		}

    /* ============================================ *
     * Homepage
     * ============================================ */
    .home-featuredproducts .featuredproducts-title { padding-bottom: 35px; }
    .home-featuredproducts-inner .featuredproducts-img { height: 300px; }
    .home-stayconnected .istg-popup { width: 90%; }

    /* ======================================================== *
     * Product Detail Page
     * ======================================================== */
    .product-view #swatch-code .swatch-btm { left: auto; right: 0; }

    /* ======================================================== *
     * Shopping Cart
     * ======================================================== */
     .cart .cart-comments-wrapper .cart-comments textarea,
     .cart .cart-totals-wrapper .totals {
         width: 358px;
         max-width: 100%;
     }
     .cart .discount-form .input-box,
     .cart .checkout-action-links .btn-gray,
     .cart .checkout-action-links-right .input-box {
         width: 175px;
     }
    body.cms-no-route .page-title {
        padding: 20px 0 15px 0;
    }

}

@media only screen and (max-width: 960px) {

    /*** TOOLBAR - Added by Ceda on 01.06.2016. ***/
    /*.toolbar .view-mode, .toolbar .layered-filter { display: block; float: left; }
    .toolbar .view-mode { width: 100px; margin: 0; }
    .toolbar .layered-filter { width: 70%; }
    .layered-filter .block-layered-nav p.block-subtitle--filter,
    .layered-filter .block-layered-nav div#aw-ln-filters-container {
        display: table-cell;
    }
    .layered-filter .filter-content,
    .toolbar .sorter .sort-by .selectHolder {
        min-width: 125px;
    }
    .toolbar .sorter { display: inline-block; float: none; margin: 20px 0 10px 100px; }
    .sorter > .sort-by label,
    .layered-filter .block-layered-nav p.block-subtitle--filter {
        min-width: 65px;
        margin-right: 0;
    }*/

    /* ============================================ *
     * Sales Rep page
     * ============================================ */
    .salesrep-container .salesrep-left { width: 65%; }
    .salesrep-container .salesrep-right { width: 35%; }

}



@media only screen and (max-height: 770px) {
	.register-box .register_block h3 {font-size:21px;}
	.socialBlock ul li img {height: 100px;}
	.pressBlock {padding: 4px 0 30px;}
}

@media only screen and (max-width: 770px) {
	.plus-holder {display:none !important;}
        .middleSection div.links a {}
        //.middleSection div.links a.register {margin: 0 0 0 10px;}
    .contact-form-holder-left {width:100%;border-right:0px solid #bfbfbf; border-bottom:1px solid #bfbfbf; float:left; padding:0 0 3% 3%;}
	.contact-form-holder-right {width:100%; float:left; padding:3%;}
    #webform_1_form ul.form-list,
    #field_10_row textarea,
    #webform_1_form .buttons-set {
        width:100%;
    }
	#webform_1_form .buttons-set, #field_10_row {max-width:96%}
	#field_10_row textarea {height:75px;}
    .container-module-wrapper .main-container { padding-top: 15px !important; }

    .products-grid.products-grid-all > li,
    .products-grid.products-grid-all > li:nth-child(2n),
    .products-grid.products-grid-all > li:nth-child(3n),
    .products-grid.products-grid-all > li:nth-child(5n) {
        float: left;
        width: 47.72727%;
        margin-right: 4.54545%;
    }
    .products-grid.products-grid-all > li:nth-child(odd) { clear: left; }
    .products-grid.products-grid-all > li:nth-child(even) { margin-right: 0; }

    .sorter { float: right; }
    .view-mode { display: none; }
    .toolbar-top { padding-top: 20px; padding-bottom: 20px; }
    .toolbar-top .pager { padding-top: 20px; }
    .toolbar-bottom { padding-top: 20px; }

}

@media only screen and (max-width: 768px) {

    /* ============================================ *
     * Homepage
     * ============================================ */
    .home-stayconnected .istg-popup { width: 80%; }
    .home-stayconnected .istg-popup .istg-popup-left { float: none; width: 75%; height: auto; margin: 0 auto; }
    .home-stayconnected .istg-popup .istg-popup-right { float: none; width: 100%; text-align: center; }
    .home-stayconnected .istg-popup .istg-popup-caption { font-size: 18px; padding-top: 25px; padding-bottom: 25px; }
    .home-stayconnected .istg-popup .istg-popup-date { font-size: 13px; padding-bottom: 20px; }
    .home-stayconnected .istg-popup-social { display: table; margin: 0 auto; }
    .home-featuredproducts-inner .featuredproducts-img { height: auto; }
    .home-featuredproducts-inner .featuredproducts-img img {
        position: static;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
    }
    .home-featuredproducts .bx-viewport { overflow: hidden !important; }
    .home-featuredproducts-inner .item { padding: 0; }
    .home-featuredproducts-inner .item .featuredproducts-info { width: 90%; visibility: visible; opacity: 1; transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none; margin: 0 auto; }

    /* ======================================================== *
     * Product Detail Page
     * ======================================================== */
    .product-view .product-img-box { float: none; width: 100%; padding-right: 15px; padding-bottom: 50px; padding-left: 15px; }
    .product-view .product-shop { float: none; width: 100%; padding-left: 0 }

    .product-view .login-link-wrapper,
    .product-view .actionBoxes > ul > li {
        width: 48.5%;
    }
    .product-view .actionBoxes > ul > li { padding-bottom: 0; }
    .product-view .actionBoxes > ul > li:nth-child(1) { float: left; }
    .product-view .actionBoxes > ul > li:nth-child(2) { float: right; }
    .product-shop .add-to-box { width: 400px; }
    .product-view #swatch-code .swatch-btm { left: 0; right: auto; }
    .product-view .product-img-box .more-views-dots { display: none; }
    .product-view .mainimg-arrow-prev,
    .product-view .mainimg-arrow-next {
        background-size: 20px auto;
    }
    .product-view .mainimg-arrow-prev { left: -35px; }
    .product-view .mainimg-arrow-next { right: -35px; }

    #shopping-cart-table td{
        padding: 20px 10px 20px 10px; 
    }
    #shopping-cart-table .td-cart-info .cart-image{
        padding-right: 25px;
    }
    #shopping-cart-table .td-cart-info .cart-image img{
        max-width: 108px;
    }
    .checkout-cart-index #shopping-cart-table .td-cart-qty .buttons-set{
        text-align: center;
    }
    #shopping-cart-table th{
        text-align: center;
    }


}

@media only screen and (max-width: 767px) {

    /* ============================================ *
     * Header
     * ============================================ */
    .wrapper .page { padding-top: 0; }
    body .wrapper {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 680px) {

    /* ============================================ *
     * Footer
     * ============================================ */
    .footer .f-menu-item { float: none; width: 100%; text-align: center; margin-right: 0; margin-bottom: 25px; }
    .footer .f-copyright { text-align: center; }

    /* ============================================ *
     * Homepage
     * ============================================ */
    .homepage-wrapper .slider .banner-content { top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }
    .homepage-wrapper .slider .banner-content h1 { text-align: center; }
    .home-featuredproducts { width: 85%; margin: 0 auto; }
    .home-featuredproducts-inner .featuredproducts-img { height: auto; }
    .home-featuredproducts-inner .featuredproducts-img img {
        position: static;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 300px;
        margin: 0 auto;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
    }
    .home-featuredproducts-inner .featuredproducts-info { padding-top: 30px; }
    .home-featuredproducts-inner .slick-list .slick-active .featuredproducts-info { display: block; }
    .home-featuredproducts-inner .slick-list .slick-active { transform: translateX(0); -webkit-transform: translateX(0); }
    .home-featuredproducts-inner .slick-list .slick-active + .slick-active { transform: translateX(0); -webkit-transform: translateX(0); }
    .home-featuredproducts-inner .slick-list .slick-active + .slick-active + .slick-active { transform: translateX(0); -webkit-transform: translateX(0); }
    .featuredproducts-slider-dots { padding: 30px 0 60px 0; }
    .home-stayconnected .istg-popup { width: 70%; }

    /* ======================================================== *
     * Tradeshows - static page
     * ======================================================== */
    .tradeshows-wrapper .tradeshows-image { float: none; width: 100%; padding-bottom: 25px; }
    .tradeshows-wrapper .tradeshows-info { float: none; width: 100%; padding-left: 0; }

    /* ============================================ *
     * Toolbar
     * ============================================ */
    .toolbar-top .toolbar-left .toolbar-totoggle { background: #ffffff; border: 1px solid #e7e6e6; padding: 15px; }

    /* ============================================ *
     * Filters on PLP
     * ============================================ */
    .filter-wrapper .filter-items { display: block; }
    .filter-wrapper .filter-item { margin-right: 0; margin-bottom: 10px; }
    .filter-wrapper .filter-item:last-of-type { margin-bottom: 0; }

    /* ======================================================== *
     * Product Detail Page
     * ======================================================== */
    .relatedBlock ul li { flex-basis: 46.5%; margin-right: 7%; margin-bottom: 7%; }
    .relatedBlock ul li:nth-child(2n+2) { margin-right: 0; }
    .relatedBlock ul li:last-of-type { margin-right: 0; margin-bottom: 0; }

    /* ============================================ *
     * Sales Rep page
     * ============================================ */
    .salesrep-container .salesrep-left { float: none; width: 100%; border-right: 0; padding-right: 0; }
    .salesrep-container .salesrep-right { float: none; width: 100%; padding-top: 45px; padding-left: 0; }



    .cart .cart-comments-wrapper{
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .cart .cart-totals-wrapper{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .cart .checkout-action-links-left{
        float: none;
    }
    .cart .checkout-action-links-left .btn-continue-wrapper, .cart .checkout-action-links-left .btn-update-wrapper{
        float: none;
        margin: 0;
        margin-bottom: 20px;
    }
    .cart .checkout-action-links-right{
        float: none;
    }
    .cart .cart-totals-wrapper .totals{
        float: left;
    }





}

@media only screen and (max-width: 600px) {
	.middleSection {width: 50%; max-width: none;}
    .top-search {display:none;}
    .nav-search.top-search {display:block; margin:0 20px 20px; width:auto; text-align:right}
	.nav-search .form-search {width:100%;}
    .checkout-cart-index #shopping-cart-table .td-cart-qty .buttons-set{
        text-align: left;
    }
    .checkout-cart-index #shopping-cart-table .td-cart-qty .buttons-set{
        margin-right: 0;
        margin-left: 0;
    }
    .checkout-cart-index .btn-gray span span{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .cart .discount-form .input-box input{
        height: 30px;
    }
    .cart .cart-totals-wrapper .totals{
        float: left;
    }
    .cart .cart-totals-wrapper .totals .totals-item.shipping_info{
        padding-top: 10px;
    }
    .cart .cart-comments-wrapper .discount{
        padding-top: 15px;
    }
}

@media only screen and (max-width: 480px) {

    /* ============================================ *
     * Homepage
     * ============================================ */
    .homepage-wrapper .slider .banner-content h1 { font-size: 21px; }
    .home-stayconnected .istg-popup { width: 85%; }

    /* ======================================================== *
     * Product Detail Page
     * ======================================================== */
    .product-view .login-link-wrapper,
    .product-view .actionBoxes > ul > li {
        width: 100%;
        padding-bottom: 15px;
    }
    .product-view .actionBoxes > ul > li:nth-child(1) { float: none; }
    .product-view .actionBoxes > ul > li:nth-child(2) { float: none; }
    .product-shop .add-to-box { width: 100%; }
    .product-view #swatch-code .swatch-btm { width: auto; padding: 15px; }
    .product-view #swatch-code .swatch-btm-img { float: none; margin: 0 auto; padding-bottom: 20px; }
    .product-view #swatch-code .swatch-btm-img .sku { text-align: center; }
    .product-view #swatch-code .swatch-btm-info { float: none; text-align: center; }
    .product-view #swatch-code .swatch-cart-button { padding-bottom: 10px; }

    .cart .cart-comments-wrapper .cart-comments textarea, .cart .cart-totals-wrapper .totals{
        width: 100%;
    }


}

@media only screen and (max-width: 400px) {
	#head-log {display:none;}
	#nav-log {display:block;}
	#nav-log .links li {margin-right:0;display:block;}
	#nav-log .links li a {font-size:14px;}
	.links li a.my-wishlist {
	background:url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/wishlist.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	height: 34px;
    line-height: 34px;
    margin-right: 20px;
    padding: 0 25px 0 0;
	}
	.links li a.top-link-cart {
	background:url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/cart.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	height: 34px;
    line-height: 34px;
    margin-right: 20px;
    padding: 0 25px 0 0;
    }
}
@media only screen and (min-width: 600px) {
	#foot-cont {display:none;}
}

@media only screen and (max-width: 380px) {

    .wrapper { min-width: 0; }

    /*** TOOLBAR - Added by Ceda on 01.06.2016. ***/
    .toolbar .view-mode { float: none; margin: 0 0 20px 65px; }
    .toolbar .layered-filter { float: none; }
    .toolbar .sorter { margin-left: 0; }

}

.amconf-image{
    margin: 3px;
}

 em{
     color:red;
 }

.product-image img#amasty_zoom:nth-child(2){
    display: none;
}

#amasty_gallery img {}

.amasty-main-spinner{
    top: 0;
}

.zoomLens {
    background-color: white;
}

#amasty_zoom{
    position: relative !important;
}

.zoomContainer {
    z-index: 10;
}

.zoomWindow {
    z-index: 70000 !important;
}

.zoomWrapper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.product-image {
    overflow: visible;
    text-align: center;
    position: relative;
}

hr.amconf-hr{
     -moz-transform: rotate(135deg);
       -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
             filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',
                      M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104);
         -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157, M21=0.13052619222005157, M22=0.9914448613738104,sizingMethod='auto expand')";

    zoom: 1;
    color: white;
    border-color: white;
    background-color: white;
    position: absolute;
    top: 9px;
    width: 100%;
    z-index: 4;
}

.swatch-title{
	font-weight: 600;
	position: absolute;
	padding-left: 3px;
}

.amconf-image-selected
{
    margin: 0px;
    border: 3px solid #eaff00;
}

.amconf-image-outofstock
{
    opacity:0.6;
    filter:alpha(opacity=60);
}

.amconf-images-container
{
    width: 100%;
    float:left;
    clear: both;
}

.amconf-image-container
{
    float:left;
    position:relative;
    text-align: center;
    margin-right: 5px;
}

.amconf-image-container span{

}

.amconf-image-title
{
    margin-bottom:5px;
}

#amconf_price_clone_container
{
    float: left;
}
#amconf_price_clone_container ul
{
    clear: both;
}

.MagicScrollArrows {
    cursor: pointer;
    position: absolute;
    display: block;
}

.MagicScrollArrowPrev {
    width: 35px;
    height: 35px;
    background: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/amasty/amconf/images/miscellaneous_sprite_sm.png) 0 -35px no-repeat transparent;
    left:0;
}

.MagicScrollArrowNext {
    width: 35px;
    height: 35px;
    background: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/amasty/amconf/images/miscellaneous_sprite_sm.png) -35px -35px no-repeat transparent;
    right:0;
}

#nextGallery.disabled, #prevGallery.disabled {
    opacity: 0.4;
    filter: alpha(opacity = 40);
    cursor: default;
}

.caroufredsel_wrapper {
    margin:0 auto !important;
}

#amasty_gallery a{
     text-decoration: none;
}

#ampagination {
    text-align: center;
}
#ampagination a {
    background: url(https://www.nuevoliving.com/skin/frontend/nuevo/default/js/amasty/amconf/images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
}
#ampagination a.selected {
    background-position: -25px -300px;
    cursor: default;
}
#ampagination a span {
    display: none;
}

.no-display{
    display: none !important;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */

.amtooltip-label{
    text-align: center;
    font-weight: bold;
}

.amtooltip-img{
    margin-bottom: 3px;
}

.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.tooltipster-shadow {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
    color: #2c2c2c;
}
.tooltipster-shadow .tooltipster-content {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}

.tooltipster-light {
    border-radius: 5px; 
    border: 1px solid #cccccc;
    background: #ededed;
    color: #666666;
}
.tooltipster-light .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}
.tooltipster-noir {
    border-radius: 0px; 
    border: 3px solid #2c2c2c;
    background: #fff;
    color: #2c2c2c;
}
.tooltipster-noir .tooltipster-content {
    font-family: 'Georgia', serif;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}

.tooltipster-punk {
    border-radius: 5px; 
    border-bottom: 3px solid #f71169;
    background: #2a2a2a;
    color: #fff;
}
.tooltipster-punk .tooltipster-content {
    font-family: 'Courier', monospace;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}
.mfp-figure {text-align:center;}
.mfp-img {margin:auto;}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  //opacity: 0.8;
  //filter: alpha(opacity=80);
  }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  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: 1045; top:20px;}

.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-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.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: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.mfp-close {
  background: url("https://www.nuevoliving.com/skin/frontend/nuevo/default/images/layout/close_btn.png") no-repeat scroll 0 0 transparent;
  height: 11px;
  right: 15px;
  top: 14px;
  width: 13px;
  z-index:1050;
  text-indent:-1000em;
  //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: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;*/
 }
  .mfp-close:hover, .mfp-close:focus {
  cursor:pointer;
    //opacity: 1;
    //filter: alpha(opacity=100); 
    }
  .mfp-close:active {
    //top: 1px; 
    }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  /*color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; */
  }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.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 #FFF;
    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 #FFF;
    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: #000; }

/* 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: 0px 0 0px;
  margin: 0px auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; 
  border: 1px solid #C6C8CA;
  padding:15px;
  background: #fff; 
  }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    //box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    
    }
  .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 {
  display:none;
  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; }


/* ========================= 
      Privacy Policy customer/account/createtrade/
   =========================
*/
.privacy-modal-content h3{
  font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
  font-size: 14px;
  text-transform: none;
/*  margin-bottom: 35px;*/
}
.privacy-modal-content h4{
  font-family: 'GothamHTF-Bold', 'Open Sans', sans-serif;
  font-size: 14px;
  text-transform: none;
}
.customer-account-createtrade .mfp-content{
  top: 0;
}
.customer-account-createtrade .white-popup{
  margin-top: 86px;
 /*  max-width: 75%; */
}
.customer-account-createtrade button.mfp-close{
  top: 9px;
  right: 9px;
}






@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; }
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width:auto;
  max-width: 700px;
  margin: 0 auto;
  border:1px solid #BFBFBF;
}
.agree a {vertical-align:top;}
