/* 
 *  Owl Carousel - Animate Plugin
     2.0.0-beta.2.4 
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/css/lib/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-navigation.owl-single {display:none;}
.bootstrap-select{}
.btn.selectpicker{border:1px solid #dddddd;padding: 4px 8px;display:block;*display:inline;*zoom:1;padding:1;margin-bottom:0;text-align:center;vertical-align:middle;cursor:pointer;color:#888888;background-color:transparent;}
.btn-group.open .dropdown-menu{margin-top:-1px;}

.btn-group{position:relative;display:inline-block;*display:inline;*zoom:1;font-size:0;vertical-align:top;white-space:nowrap;*margin-left:.3em;}.btn-group:first-child{*margin-left:0;}
.btn.selectpicker.btn-default{line-height: normal;padding: 11px 43px 10px 12px;font-size: 14px; background: #fff; text-align: left;}
.btn-group+.btn-group{margin-left:5px;}
.btn-toolbar{font-size:0;margin-top:10px;margin-bottom:10px;}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group{margin-left:5px;}
.btn-group>.btn{position:relative;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.btn-group>.btn+.btn{margin-left:-1px;}
.btn-group>.btn.large:first-child{margin-left:0;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;}
.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;}
.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2;}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0;}
.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*padding-top:5px;*padding-bottom:5px;}
.btn-group>.btn-mini+.dropdown-toggle{padding-left:5px;padding-right:5px;*padding-top:2px;*padding-bottom:2px;}
.btn-group>.btn-small+.dropdown-toggle{*padding-top:5px;*padding-bottom:4px;}
.btn-group>.btn-large+.dropdown-toggle{padding-left:12px;padding-right:12px;*padding-top:7px;*padding-bottom:7px;}
.btn-group.open .btn.dropdown-toggle .caret:before{content: "\f106";font-family: "FontAwesome"}
.dropup,.dropdown{position:relative;}
.dropdown-toggle{*margin-bottom:-3px;}
.dropdown-toggle:active,.open .dropdown-toggle{outline:0;}
.dropdown .caret{margin-top:8px;margin-left:2px;}
.bootstrap-select.btn-group .btn .caret:before{content: "\f107";font-family:"FontAwesome";}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:10;display:none;float:left;min-width:160px;list-style:none;color:#888888;border: 1px solid #dddddd; background: #fff; border-top: 0; padding: 0 0 5px 0 !important;}
.dropdown-menu.pull-right{right:0;left:auto;}
.dropdown-menu .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;}
.dropdown-menu>li>a{display:block;padding:8px 14px;clear:both;font-weight:normal;line-height:1.2;color:#707070;white-space:normal; text-transform: capitalize;}
.dropdown-menu>li>a:hover{text-decoration:none;color:#003087;}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{}
.dropdown-menu a:focus{outline: none;}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999999;}
.open{*z-index:10;}.open>.dropdown-menu{display:block;}

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="span"]):not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"],
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.bootstrap-select.btn-group[class*="col-"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].pull-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: block;
  overflow: hidden;
  width: 100%;
  color: #707070;	
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: auto;
  right: 5px;
  vertical-align: middle;
  color: #707070;
  font-size: 20px;
  line-height: 1em;
  margin-top: -0.5em;
  right: 13px;
  top: 50%;
}


.bootstrap-select.btn-group.open .btn .caret{
	background-position: -1px -142px;
}
.bootstrap-select.btn-group[class*="span"] .btn,
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:  0;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-height: 200px !important;
  overflow-y: scroll !important;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
  font-size: 14px;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li a strong.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
  padding: 0;
}
.bootstrap-select.btn-group .dropdown-menu li.selected:hover a{background: #fff; color: #888888;}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a strong.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 12;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}
.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}
.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bootstrap-select-searchbox input,
.bootstrap-select-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/*# sourceMappingURL=bootstrap-select.css.map */
.owl-carousel .owl-prev.disabled, .owl-carousel  .owl-next.disabled{display:none !important}
.catalog-product-view .zoomContainer{z-index: 12;}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/fonts/awesome/fontawesome-webfont.eot?v=4.2.0');
  src: url('https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/fonts/awesome/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/fonts/awesome/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/fonts/awesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: FontAwesome !important;
  font-style:normal !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.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;
}
@-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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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 {
  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: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-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.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";
}

/* ============================================ *
 * Design 1: HEADER
 * ============================================ */
.cart-container.header-minicart .skip-link{display: none;}
.main{padding-top:25px}
.main.cms-home{padding-top:0}
/* Logo */
.logo { vertical-align: middle;max-height: 540px;min-width:auto;width:auto; min-height: 47px;   text-align: center;}
.logo img { max-height: 77px;max-width: 540px;}
.logo .small {display: none;max-width: 270px;}
.logo .large {display: block;}
.logo:hover {opacity: 0.8;}


/*  Skip Links  */
.skip-link { position: relative; float: left; width: 20%;  color: #323232;  text-align: center;font-size: 14px;line-height: 34px; font-weight: 500;}
a.skip-link { text-decoration: none;}
.skip-link:not(.skip-active):hover { color: #003087;}

/* Skip Link - Icon*/
.skip-link .icon {display: inline-block; width: 30px; height: 30px; vertical-align: middle;}
.skip-link.skip-cart:not(.no-count) .icon { margin-right: 0px;}

/* Skip Link - Label */
.skip-link .icon {display: none;}
/* Skip Content */
.skip-content { display: none;}
.skip-content.skip-active { display: block;}
.skip-links .skip-content#header-minicart, .skip-links .skip-content#header-account, .skip-links .skip-content#header-help {left:-10000px; width:1px; height:1px; overflow:hidden; display: block; position: absolute;}
.skip-links .skip-content.skip-active#header-minicart, .skip-links .skip-content.skip-active#header-account, .skip-links .skip-content.skip-active#header-help{width: auto; height: auto; overflow: visible; left: auto;}
/*  Search - Skip Link*/
.skip-search:not(.skip-active):hover .icon {background-position: -46px -146px;}
.skip-search .icon {background-position: 4px -146px;}

/* Search Input */

.header1 #search { text-overflow: ellipsis;font-size: 13px;height: auto;line-height: normal;padding-left: 13px;padding-right: 40px;width: 100%; }
.header1 #advice-required-entry-search{display:none}

.header1 #search_mini_form .search-button { background: none; border: 0 none; color: #323232;font-size: inherit;top:50%;line-height:1; height: auto; padding: 0 10px; position: absolute;  right: 0;margin-top:-0.5em;}
.header1 #search_mini_form .search-button:hover{color:#286eda}
.header1 #search_mini_form .search-button:active:before {margin-top: -13px; margin-left: -13px;}
.header1 #search_mini_form .input-box {position: relative;padding-top: 0;}
.header1 #search_mini_form label {display: none;}
.header1 .header-search{position: relative;min-width:16px; cursor: pointer; display: inline-block;margin:0 0 0 10px ;color: #323232;font-size: 16px; vertical-align: middle;}
.header1 .header-search:hover{color: #286eda;}
.header1 #header-search .fa,
.header1 #search_mini_form .search-button,
.header1 .search-mobile .fa{font-size: 14px}
.header1 .search-mobile{display:none;font-size:14px;float:right;position:relative;cursor:pointer;}
.header1 .header-search-mobile.opened{padding-bottom:22px;}
.header1 .header-search:before, .header1 .header-search-mobile:before { content: "\f002";}
.header1 .header-search-mobile.opened:after {content: ''; position: absolute; bottom: 0; left: 50%; margin-left: -8px; width: 0; height: 0;border-bottom: 8px solid #eaeaea;border-right: 8px solid transparent; border-left: 8px solid transparent;}

.header1 #header-search.opened .header-search:before{content:"\f00d"}
.header1 .search-autocomplete{top: 6px !important;}

/* Nav - Skip Link */
.skip-nav {width: 40%;}
.skip-nav:not(.skip-active):hover { text-decoration: none;}
.skip-nav:not(.skip-active):hover .icon { }
.skip-nav .label {display: inline;}

/*  Header - Account * Skip Link - Account */
.skip-account:not(.skip-active):hover .icon {background-position: -46px -44px;}
.skip-account .icon { background-position: 4px -44px;}
.account-menu-container{clear:both}
/* Account Links */
#header-account {padding: 5px 0;}
#header-account a {position: relative;display: block;padding: 0 10px;line-height: 33px;text-align: left; text-decoration: none;}

/* Header - Cart*/
/*  Skip Link - Cart */

/*  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; background: rgba(51, 153, 204, 0.9);color: #FFFFFF;text-align: center;}
.skip-link.skip-active .count {color: white;}
.skip-cart.no-count .count {display: none;}
.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-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;}

/*  Checkout - Mini cart */
.header-minicart .minicart-message {display: block;padding: 10px;}
.header-minicart .minicart-wrapper { clear: both;position: relative;text-align:left;}
.header-minicart .minicart-wrapper .block-content{margin: 14px 0 0 0;}
.header-minicart .minicart-wrapper .empty{text-align:center;}
.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://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/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 #header-cart{overflow: visible; margin-bottom: 0;}
.header-minicart #header-cart .block-subtitle {font-size: 10px;font-weight: bold;line-height: 1.4;padding: 5px;text-align: center;text-transform: uppercase;margin-bottom: 0px; color: #003087;}
.header-minicart .block-subtitle .close {width: 40px;float: right;display: block;text-decoration: none;font-weight: normal;font-size: 12px;position: absolute;top: 4px;right: -6px; color: #707070;line-height: 1.4; border: none; background: none;}
.header-minicart .block-subtitle .close:hover{color: #4278ae;}
.header-minicart .mini-products-list {padding: 8px 20px 0px 20px; }
.header-minicart .mini-products-list .product-image{border: none;}
.header-minicart .mini-products-list li {padding: 0px 0px 5px 0px;border-bottom: 1px solid #ededed; position: relative;}
.header-minicart .mini-products-list li.last {border: none;}
.header-minicart .mini-products-list li .product-details {position: relative; color: #363636; font-size: 12px; font-weight: 600;}
.header-minicart .mini-products-list li .product-details .links-cart{margin: 0;}
.header-minicart .mini-products-list li .product-details .links-cart .minicart-separator{padding: 0 2px;}
.header-minicart .mini-products-list li .product-details a{color: #363636; text-transform: uppercase; text-decoration: none;}
.header-minicart .mini-products-list li .product-details a:hover{color: #003087; text-decoration: none;}
.header-minicart .product-details .product-name { padding-top: 0px;font-weight: bold; margin: 1px 0 0 0;}
.header-minicart .info-wrapper { margin-bottom: 0; }
.header-minicart .info-wrapper th { text-transform: uppercase; padding-right: 4px; color: #707070; font-size: 14px; font-family: Georgia; font-style: italic; text-transform: lowercase;}
.header-minicart .info-wrapper .qty-wrapper th{color: #707070; text-transform: uppercase; font-weight: 500; font-style: normal; font-family: "Raleway",sans-serif;}
.header-minicart .info-wrapper td { clear: right; color: #707070; font-size: 14px; font-family: Georgia; font-style: italic; font-weight: normal;}
.header-minicart .info-wrapper .qty-wrapper td {height: 33px;line-height: 33px;}
.header-minicart .info-wrapper .qty {padding-left: 2px;padding-right: 2px;margin-right: 2px;width: 30px; border: 1px solid #dddddd; height: 25px; line-height: 25px; color: #707070; font-weight: 700; font-size: 14px; text-align: center; font-family: "Raleway",sans-serif; margin: 7px 0 0 0;}
.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;  background: #4278ae; border: none; color: #fff; font-size: 14px; border-radius:5px; font-family: "Raleway",sans-serif; font-weight: 700; padding: 3px 10px;}
.header-minicart .info-wrapper .quantity-button.visible { opacity: 1;  background: #4278ae; border: none; color: #fff; font-size: 14px; border-radius:5px; font-family: "Raleway",sans-serif; font-weight: 700; padding: 3px 10px;}
.header-minicart .info-wrapper .quantity-button.visible:hover{background: #345f8a;}
.header-minicart .subtotal {background-color: #ededed;text-align: center;line-height: 30px; color: #363636; font-weight: 700;}
.header-minicart .subtotal .label {/*color: white;*/text-transform: uppercase;}
/*.header-minicart .subtotal .price {color: #3399cc;}*/
.header-minicart .minicart-actions { padding: 15px 10px 7px; width:100%;margin-top: 0px; overflow: hidden; position: relative; text-align: center;}
.header-minicart .minicart-actions .checkout-button { min-width: 145px;}
.header-minicart .minicart-actions .checkout-button:hover{color:#fff;}
.header-minicart .minicart-actions .checkout-types.minicart a{display: inline-block; min-width: 202px; text-align: center; height: 50px; line-height: 50px; padding: 0; color: #ffffff; font-size: 14px; font-weight: 700; background: #003087; border-radius: 5px;}
.header-minicart .minicart-actions .checkout-types.minicart{float: none; text-align: center;}
.header-minicart .minicart-actions a.cart-link{color: #4278ae; font-size: 14px; font-weight: 700; text-transform: uppercase; text-align: center; text-decoration: none;}
.header-minicart .minicart-actions a.cart-link:hover{color: #003087; text-decoration: none;}
.header-minicart .minicart-actions a.cart-link.spec-position{position:relative;top:-6px;}
.header-minicart .minicart-actions .checkout-types.minicart a:hover{background: #002260;}
.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;}


/* Language switcher + welcome message + store switcher*/
.top-page-header {padding:13px 0 0; width:100%;margin-left: auto; margin-right: auto;line-height: normal;}
.top-page-header:after { content: ''; display: table; clear: both;}
.top-page-header .header-language-container,
.top-page-header .currency-switcher{ float:left;margin-right: 20px;line-height: 1; }
.top-page-header .header-language-container .dropdown-menu > li > a,
.top-page-header .currency-switcher .dropdown-menu > li > a{line-height: normal}
.top-page-header .left .top-header-cms-block{float: left; font-weight: 600; font-size: 14px; text-transform: uppercase; color: #ffffff; margin: 2px 0; line-height: 22px;}
.top-page-header .left .top-header-cms-block p{background: #4278ae; padding: 4px 10px;}
.top-page-header .left .top-header-cms-block a{color: #fff;}
.top-page-header .left .top-header-cms-block a:hover{color: #002260;}
.top-page-header .right .top-header-cms-block, .top-page-header .right .ice-cream-link{float: right; font-size: 14px;}
.top-page-header .right .top-header-cms-block a, .top-page-header .right .ice-cream-link a{color: #323232; font-weight: 500; text-decoration: none;}
.top-page-header .right .top-header-cms-block a:hover{color: #003087; text-decoration: none;}
.top-page-header .welcome-msg {  float: right;}
.top-page-header  label {  font-weight:400;color:#959595}
.top-page-header .store-switcher{float:left;margin-right:10px;}
.top-page-header .btn-group{ vertical-align: text-top;}
.top-page-header .dropdown-menu a{text-align: left;padding: 3px 5px;}
.top-page-header .store-switcher label,
.top-page-header .header-language-container label,
.top-page-header .currency-switcher label{display:none}

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

.header1 .bootstrap-select.btn-group .btn .filter-option, .header1 .bootstrap-select.btn-group .dropdown-menu.inner{text-align:left;}
.header1 .bootstrap-select{border:none;padding:0;}
.header1 .btn.selectpicker.btn-default{padding:0 15px 0 0;font-size:13px;border:none;}
.header1 .btn.selectpicker.btn-default .filter-option{padding:0 11px 0 0;}

.page-header.header1{ width: 100%; position: absolute; z-index: 101; padding: 0; background-color:#fff;}
.header-container{ position:relative;}

.header1 .page-header-container,
.header1 .top-page-header-container {margin: 0 auto; max-width: 1200px;position: relative;padding:0 25px;vertical-align: middle;}
.header1 .top-page-header-container:after{clear:both;content:"";display:table;}
.header1 .table-row-container{padding:0;}

.header1 .page-header-container .right{float: right;}
.header1 .page-header-container .right .custom-links{position: absolute; top: 0; right: 152px;}
.header1 .page-header-container .right .custom-links li a{color: #959595; font-size: 13px;}
.header1 .page-header-container .right .custom-links li a:hover, .page-header-container .right .skip-links span:hover{text-decoration: none; color: #3399cc;}
.header1 .page-header-container .right .skip-links .icon{display: none;}
.header1 .page-header-container .right .skip-links span{color: #959595; font-size: 13px; text-transform: none;}

.header1 .page-header-container #header-nav{z-index: 10; margin: 18px 0 0 0;}


.header1 .skip-links{clear:none;text-align: right;float:right}
.header1 .skip-links.nav-only{float:left;}
.header1 .skip-links .skip-contacts{padding: 0 0 0 20px;  width: auto; }
.header1 .skip-links .header-minicart{display:block;float:right;position: relative;}
.header1 .skip-links .account-link-wrapper{display:block;float:right;position: relative;}
.header1 .skip-links .skip-false{display: none;}
.header1 .skip-account, .header1 .skip-help {width: auto;}
.header1 .skip-account.skip-active{color: #003087;}
.header1 .skip-account, .header1 .skip-cart {}

.header1 .skip-cart {width: auto;}
.header1 .skip-cart .icon{display: inline-block; width: auto; height: auto; vertical-align: inherit;}
.header1 .skip-cart .dash{padding: 0 3px; font-weight: 700; color: #323232;}
.header1 .skip-cart.skip-active .icon, .header1 .skip-cart.skip-active .label{color: #003087;}
.header1 .skip-cart .price, .header1 .skip-cart .count{font-weight: 700;}
.header1 .skip-cart .label{}
.header1 .page-header.fixed .skip-links > a,.page-header.fixed .skip-link .label{color: #fff;}
.header1 .page-header.fixed #search{color: #fff;}

.header1 .right-half-column, .header1 .left-half-column{max-width:none; line-height: 34px;}
.cms-index-index .main{padding-top: 0;}
.cms-index-index .block-container.homepage_slider_d3{padding: 0 0 20px 0;}
#cart-sidebar .truncated{margin-top: -14px;}
.page-header.mini .account-link-wrapper, .page-header.mini .header-minicart, .page-header.mini .right .top-header-cms-block,
.page-header.mini .top-page-header .right .ice-cream-link{margin: 0 0 0 20px;}
@media only screen and (min-width: 1025px) {
    /* Force visibility */
    .header1 .page-header-container{padding-top:1px;}
    #header{min-height: 111px;}
    #header-nav { display: block;  }
    .skip-nav { display: none; }
    .page-header.header1 .nav-primary a.level0{padding: 0 0 21px 0; font-size: 16px;  line-height: 0.85; text-transform: none;vertical-align: middle; text-transform: uppercase; font-weight: 700;}
    .page-header.header1 .nav-primary li.level0{padding: 22px 0px 0px 34px; line-height: 1;vertical-align: bottom;}
    .page-header.header1 .nav-primary li.level0.first{padding-left: 0;}
    .page-header.header1 .nav-primary{margin-top:0}
    .page-header.header1 .skip-links .account-link-wrapper{position: relative;}

    .header1 .page-header-container #header-nav{float: right;}
    .header1 .page-header-container .content-wrap{float: left;}
    .logo{display:table-cell;padding:0 0px 6px 0;}
    .page-header.header1 .nav-primary > li > a > span:after{content: ""; display: block; height: 2px; margin: 5px 0 0px; width: auto;}
    .page-header.header1 .nav-primary > li.active > a > span:after{background: #003087; content: ""; display: block; height: 2px; margin: 5px 10px 0px; width: auto;}
    .page-header.header1 .nav-primary > li.active > a{color: #003087;}
}
@media only screen and (max-width: 1199px) {
    .page-header.mini .account-link-wrapper, .page-header.mini .header-minicart, .page-header.mini .right .top-header-cms-block,
    .page-header.mini .top-page-header .right .ice-cream-link{margin: 0 0 0 15px;}
    .header1 .page-header-container, .header1 .top-page-header-container, .header1 .content-wrap, .content-wrapper{padding: 0 20px;}
    .header1 #search_mini_form .search-button{margin-top: -0.7em;}
    .header1 .table-row-container, .header1 .page-header-container {padding:0; background: #fff;}
    .header1 .page-header-container{padding: 0;}
    .top-page-header {padding: 13px 0 2px;}
    .nav-primary a.level0, .nav-primary a {line-height: 35px;}
    .nav-primary li.level0 ul {display: none;}
    .nav-primary li.level1 > a {padding: 0 15px 0 25px;}
    .nav-primary > a.level0 {padding: 0 15px 0 25px;border-bottom: 1px solid #cccccc;text-align: left;color: #636363;text-transform: uppercase;line-height: 30px;}

    .skip-nav.skip-link .label{color: #363636; font-size: 14px; font-weight: 700; text-transform: uppercase; padding: 0 0 0 3px;}
    .skip-nav.skip-link{margin: 8px 0 0 0px;padding: 10px 0;width:auto; height: auto;}
    .skip-nav.skip-link .fa{font-size:24px; color: #363636;}

    #header-account li:last-child a,.nav-primary li.level0:last-child a.level0 { border-bottom: 0; }
    .top-page-header .table-row-container .content-wrap{padding-bottom: 6px;}


    .header-minicart .subtotal .label {color: #636363; }
    .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 .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;}
    .page-header.header1 .top-page-header{background-color:#fff;}
    .page-header.header1{background-color: transparent;}
    .header1 .page-header-container #header-nav {margin-right: 20px;}
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .page-header.mini.header1 .nav-primary li.level0 {padding: 22px 0 0 17px;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #search_mini_form .search-autocomplete{ top: 18px !important;}
    .header1 .logo{padding:0px 0 8px; float: left;}
    .header1 .skip-nav.skip-link .icon{width:auto;height:auto;}
    .header1 .skip-links.nav-only{float: right;}
    .page-header.header1 .content-wrap {clear: both; content: ""; overflow: hidden;}
    .skip-nav.skip-link .icon{display:inline-block; margin: -2px 0 0 0;}
    .header1 .page-header-container #header-nav{position: absolute; right: 0;}

}
@media only screen and (max-width: 1024px) {
    .header1 .page-header-container #header-nav {margin: 0; clear:both; width: 200px; float: right; margin: 0 20px 0 0;
        background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/dropdown-bg.png") repeat; border-top: 2px solid #003087;
        border-radius:0 0 5px 5px;
        -webkit-box-shadow: -1px 0px 6px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow:    -1px 0px 6px 0px rgba(0, 0, 0, 0.25);
        box-shadow:         -1px 0px 6px 0px rgba(0, 0, 0, 0.25);
        padding: 0 0 13px 0;
    }
    .header1 #search{background-color: transparent;border:none;font-size:13px;padding-left: 10px; border: 1px solid #ccc;}
    .header1 #search.validation-failed{border:1px solid red;}
    .header1 #search_mini_form .search-button{font-size:22px;color:#000000;right: 27px;}

    .header1 .top-page-header #header-search{float:none;clear:both; }
    .header1 .top-page-header #header-search.skip-content.opened{position: relative;top:auto;left:auto;}

    .header1 .top-page-header #search_mini_form .input-box{display:block !important;left:0 !important;top:0;width:100% !important;position: inherit;width:auto;top:0; padding:15px 20px 18px;border:none;background-color:#eaeaea; }
    .header1 .top-page-header #search_mini_form{width:100%;float:none;display:none;}
    .header1 .top-page-header #search_mini_form.opened{display:block;margin: 0 0 -5px;}

    .header1 .top-page-header .header-search{display:none;}
    .header1 .search-mobile{display:inline-block;line-height: 30px;}
    .no-touch #header-account a:hover,.no-touch .nav-primary a:hover { color: #4278ae; text-decoration: none;}
    .no-touch #header-account a:hover span,.no-touch .nav-primary a:hover span, .no-touch .nav-primary li.active > a > span{border-bottom: 2px solid #4278ae;}
    .no-touch .nav-primary li.active > a{color: #4278ae;}

}
@media only screen and (min-width: 768px) {
    /*.cms-index-index .main-container{padding: 0 !important;}*/
    .header1 #header-search {display: block;line-height: 30px;padding: 0;float:right;}
    #search_mini_form .input-box {position:absolute;padding:4px 0 4px 5px;top:-5px;/*border-left:1px solid #eee;*/}

    .header1 #search_mini_form{position: relative;float:left;}
    .header1 #search_mini_form .input-box{ display:none;width:0;left:0;top:0; padding: 0;}
    .header1 #search {line-height:32px; border-radius: 5px; height: 34px;}
    .header1 .page-header-container { position: relative;}

    .header1 .skip-links {border: 0;}
    .header1 .skip-search {display: none;}
    .header1 .skip-cart:hover { text-decoration: none;}
    .header1 .skip-cart .count { -webkit-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;-o-border-radius: 0px; display:inline;border-radius: 0px;color: #000; position: static;background: none;margin-left: 0px;}
    .header1 .skip-cart .count:before { content: '('; padding-right: 2px;color:#323232; font-weight: normal;}
    .header1 .skip-cart .count:after { content: ')'; padding-left: 2px;color:#323232; font-weight: normal;}
    .header1 .skip-cart {width: auto;}
    .header1 .skip-account {  width: auto; }
    .header1 .account-link-wrapper, .header1 .header-minicart, .right .top-header-cms-block{margin:0 0 0 20px;}

    #header-account.skip-active { background: #ffffff; border-top: 4px solid #9acdff; display: block; position: absolute;z-index: 200;top: 27px;margin-top:5px;right:0;width: 200px !important; padding: 2px 0 15px;
        border-radius:0 0 5px 5px;
        -webkit-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow:    -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
        box-shadow:         -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    }
    #header-account.skip-active ul{ text-align: left; padding: 0 0 0 15px;}
    #header-account a { display: block; padding: 6px 10px;color: #363636; line-height: 2; font-size: 14px; text-transform: uppercase; font-weight: 600;}
    #header-account a:hover{ color: #4278ae;}
    #header-cart.skip-active {background: #ffffff; border-top: 4px solid #9acdff; display: block; position: absolute;z-index: 200;top: 27px;margin-top:5px;right:0;width: 320px; padding: 0;
        border-radius:0 0 5px 5px;
        -webkit-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow:    -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
        box-shadow:         -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    }
    #header-help.skip-active { background: #fff; border-top: 4px solid #9acdff; display: block; position: absolute;z-index: 200;top: 27px;margin-top:5px;right:0;width: 300px !important; padding: 17px 25px 7px 25px; text-align:left;	    border-radius:0 0 5px 5px;
        -webkit-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow:    -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
        box-shadow:         -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    }
    .top-header-cms-block{position: relative;}
    #header-help > ul > li{position: relative; padding-left: 38px; margin: 0 0 16px 0;}
    #header-help ul li label{display: block; color: #363636; font-family: "Georgia"; font-style: italic; font-size: 14px; line-height: 12px; text-transform: capitalize;}
    #header-help ul li a:hover{color: #4278ae;}
    #header-help ul li a{color: #363636; font-size: 14px; text-transform: uppercase; font-weight: 600;}
    #header-help ul li ul{margin: 4px 0 0 0;}
    #header-help ul li ul li{line-height: 18px; padding: 2px 0;}
    #header-help ul li.phone:before{content: "\f095";}
    #header-help ul li.email:before{content: "\f0e0";}
    #header-help ul li.help:before{content: "\f059";}
    #header-help ul li:before{position: absolute; top: -11px; left: 2px; color: #4278ae; font-size: 18px; font-family: 'FontAwesome';}
    .skip-help.skip-active .label{color: #003087}
}

@media only screen and (max-width: 767px) {
    #cart-sidebar .truncated{margin-top: 0px;}
    .page-header.header1 .page-header-container{background: #fff;}
    .header1 .nav-primary li .view-all{display: block;}
    .header1 .content-wrap{padding:0;}
    .header1 .header-minicart .count, .header1 .header-minicart .skip-link > .price,  .header1 .header-minicart .dash{display:none;}
    .header-minicart .minicart-actions .checkout-button {    width: 100%;  }
    .header-minicart .minicart-actions .checkout-types {display: block; margin-top: 5px;}
    .header-minicart .minicart-actions  .checkout-types li{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;}
    .header1 .minicart-wrapper{padding:10px 20px;}

    .header-minicart .minicart-actions {display: block;padding-left:0;padding-right:0;}
    .header-minicart .minicart-actions .cart-link{display:inline-block;margin:0 auto 5px;}
    .header-minicart .minicart-actions {display: block;}
    .header1.page-header{padding-bottom:0}

    .header1 .logo{float: left; padding:0; max-width: 100%; display: table-cell;vertical-align: middle;float: none; min-width: 261px;}
    .header1 .logo .small {display: block;max-height: none;}
    .header1 .logo .original .small{width:auto }
    .header1 .logo .large {display: none;}

    .header1 #header-search {  padding: 20px 10px;clear:both; background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/dropdown-bg.png") repeat; border-top: 2px solid #003087; border-radius:0 0 5px 5px;
        -webkit-box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow:    -2px 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow:         -2px 0px 4px 0px rgba(0, 0, 0, 0.25);
    }
    .header-minicart #header-cart{
        -webkit-box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow:    -2px 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow:         -2px 0px 4px 0px rgba(0, 0, 0, 0.25);
    }
    #header-account.skip-active{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/dropdown-bg.png") repeat; border-top: 2px solid #003087; border-radius:0 0 5px 5px;}
    .header1 #header-search .header-search{display:none}
    .header1 #search_mini_form .input-box {left:auto !important;width:auto !important;}
    .header1 #search_mini_form .search-button{right: 0;}
    .header1 #search_mini_form .search-autocomplete{ top: 21px !important;}
    #header .skip-active #search_mini_form .input-box{display:block !important}
    .header1 #search{line-height: 32px; border-radius: 5px; border: 1px solid #ccc;}
    .header1 #search_mini_form .search-button{margin-top: -0.6em;}
    .top-page-header .right .top-header-cms-block{display:none}
    .top-page-header .left-half-column{max-width:none;}
    .top-page-header .right-half-column{display:none}
    .top-page-header{padding:0;border:none;}

    .page-header.header1{border-top:none;}
    .page-header-container .header-language-container { padding-top: 8px; }
    .page-header-container .header-language-container select { font-size: 12px;}
    .page-header.header1 .page-header-container{padding:0}
    .header1 .top-page-header-container{margin:0; display: table; width: 100%;padding-top:15px;padding-bottom:15px;}
    .header1 .top-page-header-container,
    .header1 .top-page-header-container .btn.selectpicker{color:#888888; }

    .header1 .top-page-header-container .left-half-column{display:table-cell; float:none;vertical-align: middle;padding:0;text-align: right;}

    .top-page-header .header-language-container,
    .top-page-header .currency-switcher,
    .top-page-header .left .top-header-cms-block{float: right; margin:0 0 0 15px;}


    .header1 .skip-cart .count {margin-left: -12px;}
    .header1 .skip-link .icon{display:inline-block;}
    .header1 .skip-link .fa {  font-size: 18px; color: #363636;}
    .skip-link .icon{height: auto; line-height: normal;}
    .skip-link{line-height: 28px;}
    .header1 .skip-link .label { display: none;}
    .header1 .skip-link { width: 32.3%;}
    .header1 a.skip-link {border-style:solid; border-width:0px 1px 0px 0;border-color:#fff;}
    .header1 .header-minicart a.skip-link:last-child{border-right: none;}
    .header1 .skip-links{width:75%;margin:0;padding:0 ;}
    .header1 .skip-links.nav-only{width:25%;}
    .header1 .skip-links .skip-link{width:33.333333%;}
    .header1 .skip-links a.skip-link{padding: 0 0 2px 0; background: #f0f0f0;}
    .header1 .skip-links .account-link-wrapper, .header1 .skip-links .header-minicart{width:33.333333%; margin: 0;}
    .header1 .skip-links .account-link-wrapper .skip-link, .header1 .skip-links .header-minicart .skip-link,
    .header1 .skip-links.nav-only .skip-link{width:100%;}
    .page-header.mini .header-minicart {margin: 0;}
    .header1 .skip-links .skip-contacts{width:auto;position: absolute;top:22px;background: transparent; right: 25px;border: none;}
    .header1 .skip-links .skip-contacts .label{display:inline;color:#959595;background: transparent;}
    .header1 .skip-nav.skip-link{margin: 0;padding:0 10px}
    .header1 #header-account li a {border-bottom: 1px solid #c0c5ca; line-height: 30px; padding: 3px 15px 3px 10px;  text-align: left; color: #363636; font-size: 14px; text-transform: uppercase; font-weight: 600; text-decoration: none;}
    .header1 #header-account li.last a{border: none;}
    .skip-nav.skip-link .icon{margin: 0;}
    .header1 .skip-cart .icon{vertical-align: middle;}
    .header1 .page-header-container #header-nav{width: 100%; float: none; margin: 0;}
    .header1 .top-page-header-container, .content-wrapper{padding-left: 10px; padding-right: 10px;}
    .header1 .skip-search.skip-active span, .header1 .skip-account.skip-active span, .header1 .skip-cart.skip-active .icon{color: #4278ae;}
    .header-minicart .minicart-wrapper{border-radius:0 0 5px 5px; background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/dropdown-bg.png") repeat; border-top: 2px solid #003087;}
}
@media only screen and (max-width: 767px) {
    .header-minicart a.skip-cart { z-index: 1; }
    .header1 .minicart-wrapper{padding-left: 10px; padding-right: 10px;}
}
@media only screen and (max-width: 479px) {

    .header1 .left-half-column  .top-header-cms-block{ display:none }
}

/*  scroll top styles */
#scroll-to-top{position: fixed; bottom: 80px; right: 80px; text-indent: -9999px; display: none; background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/back-to-top.png") -2px -2px no-repeat; width: 44px; height: 60px; z-index: 1001;}
#scroll-to-top:hover{background-position: -49px -2px;}

@media only screen and (max-width: 767px) {
    #scroll-to-top{width: 30px; height: 42px; background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/back-to-top_mobile.png") -1px -1px no-repeat; right: 10px; bottom: 10px;}
    #scroll-to-top:hover{background-position: -33px -1px;}
}


@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 767px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 767px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 767px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 767px),
only screen and (                min-resolution: 192dpi) and (max-width: 767px),
only screen and (                min-resolution: 2dppx)  and (max-width: 767px) {
    #scroll-to-top {background-image: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/back-to-top_mobile@2x.png");background-size: 64px 44px;}
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 768px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 768px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 768px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 768px),
only screen and (                min-resolution: 192dpi) and (min-width: 768px),
only screen and (                min-resolution: 2dppx)  and (min-width: 768px) {
    #scroll-to-top {background-image: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/back-to-top@2x.png");background-size: 94px 64px;}
}

/* mini header */
.page-header .skip-help .fa-question{display: none;}
.page-header.fixed-position{position: fixed; top: -134px; left: 0;}
.page-header.fixed-top{top: 0px;}
.page-header.absolutePosition {position: absolute;}
@media only screen and (min-width: 1025px) {
    .page-header.mini{ }
    .page-header.mini .left-half-column{display: none;}
    .page-header.mini .page-header-container #header-nav{float: none; margin: 0;}
    .page-header.mini .table-row-container{text-align: center;}
    .page-header.mini .right-half-column{position: absolute; top: 13px; right: 25px; z-index: 11; height: 1px;}
    .page-header.mini .top-page-header{padding: 0;}
    .page-header.mini .skip-cart .label, .page-header.mini .skip-cart .count, .page-header.mini .skip-account .label,
    .page-header.mini .skip-help .label,
    .page-header.mini .skip-cart .dash,
    .page-header.mini .skip-cart .price{display: none;}
    .page-header.mini .skip-cart .fa-shopping-cart, .page-header.mini .skip-account .fa-user, .page-header.mini .skip-help .fa-question, .page-header.mini #header-search .fa{color: #323232; font-size: 20px; display: inline-block; vertical-align: middle; height: auto; width: auto;}
    .page-header.mini .header-minicart .skip-cart:not(.no-count) .icon{color: #003087;}
    .page-header.mini .page-header-container{padding-top: 2px;}
    .page-header.mini .nav-primary li.level0{padding: 22px 0 0 20px;}
    .page-header.mini #search_mini_form .search-button{margin-top: -0.7em;}
    .page-header.mini .skip-link.skip-active .fa, .page-header.mini .fa:hover{color: #003087 !important;}
    .page-header.mini #search_mini_form .search-button:hover .fa, .page-header.mini .header-search:hover{color: #286eda!important;}
    .page-header.mini .page-header-container .content-wrap{float: none; position: absolute; top: 4px; left: 0; z-index: 100;}
    .page-header.mini .page-header-container .content-wrap .logo img{display: none;}
    .page-header.mini .page-header-container .content-wrap .logo{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/mini-logo@2x.png") no-repeat; width: 161px !important; height: 48px; background-size: 161px 48px;}
    #header.page-header.mini{min-height: 60px; -webkit-box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.1);box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.1);}
    .page-header.mini .nav-primary a.level0{padding: 0 0 16px 0;}
    .page-header.mini #header-nav{display: inline-block;}
    .page-header.mini .page-header-container #header-nav{position: relative;}
    .page-header.mini #header-help.skip-active, .page-header.mini #header-account.skip-active, .page-header.mini #header-cart.skip-active{top: 42px;}
}
@media only screen and (max-width: 1024px) {
    .page-header.mini .page-header-container {padding-bottom: 1px;}
}

@media only screen and (min-width: 1025px) {
    .page-header.mini .page-header-container .content-wrap,
    .page-header.mini .right-half-column {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    .page-header.mini .right-half-column{float: none; width: 100%;}

    @-webkit-keyframes bounceInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
        }
        60% {
            opacity: 1;
            -webkit-transform: translateX(30px);
        }
        80% {
            -webkit-transform: translateX(-10px);
        }
        100% {
            -webkit-transform: translateX(0);
        }
    }

    @keyframes bounceInLeft {
        0% {
            opacity: 0;
            transform: translateX(-2000px);
        }
        60% {
            opacity: 1;
            transform: translateX(30px);
        }
        80% {
            transform: translateX(-10px);
        }
        100% {
            transform: translateX(0);
        }
    }
    .page-header.mini .bounceInLeft {
        -webkit-animation-name: bounceInLeft;
        animation-name: bounceInLeft;
    }

    @-webkit-keyframes bounceInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
        }
        60% {
            opacity: 1;
            -webkit-transform: translateX(-30px);
        }
        80% {
            -webkit-transform: translateX(10px);
        }
        100% {
            -webkit-transform: translateX(0);
        }
    }

    @keyframes bounceInRight {
        0% {
            opacity: 0;
            transform: translateX(2000px);
        }
        60% {
            opacity: 1;
            transform: translateX(-30px);
        }
        80% {
            transform: translateX(10px);
        }
        100% {
            transform: translateX(0);
        }
    }

    .page-header.mini .bounceInRight {
        -webkit-animation-name: bounceInRight;
        animation-name: bounceInRight;
    }
}
	







/* ============================================ *
 * Design 2: NAVIGATION2
 * ============================================ */


/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {text-decoration: none;position: relative;display: block;color: #363636; line-height: 30px;}
.nav-primary li {position: relative;}
.nav-primary li.level1 a {color: #363636; font-size: 14px; text-transform: uppercase; font-weight: 600;}
.nav-primary li.level1 a:hover, .nav-primary li.level1:hover > a{color: #4278ae; text-decoration: none;}
.nav-primary li.level1 a:hover span, .nav-primary li.level1:hover > a span{border-bottom: 2px solid #4278ae;}
.nav-primary .menu-active > div > ul.level0,
.nav-primary li.level0 li.sub-menu-active > div > ul {display: block;}
.nav-primary li .view-all{display: none;}
.nav-primary li.level0 > a {text-transform: none;}
.nav-primary li:after{display:table;clear:both;content:"";float:none;}
/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (min-width: 1025px) {
	
	.nav-primary a.view-all{display:none;}
}

@media only screen and (max-width: 1024px) {
  .nav-primary a.level0,
  .nav-primary a {line-height: normal !important;padding: 14px 25px 8px;}
  .nav-primary li.level0 ul {display: none;}
  .nav-primary li.menu-active > ul, .nav-primary li.menu-active > nav > ul{display: block;}
  .nav-primary li.level1 a {padding-left: 15px;padding-right:25px;font-size:14px;}
  .nav-primary li.level0 a {color: #363636; font-size: 14px; text-transform: uppercase;}
	
  .navigation-d2 .nav-primary a.level0{  padding: 14px 25px 8px;font-weight: 600;font-size:14px;line-height: normal;}
  .navigation-d2 .nav-primary a.level1{line-height: normal;padding: 14px 25px 8px 43px;}
  .navigation-d2 .nav-primary a.level1:after{line-height:inherit;}
  .navigation-d2 .nav-primary a.level2{ padding-right:25px;padding-left: 75px;}
  .navigation-d2 .nav-primary a.level3{ padding-right:25px; padding-left:100px;}
  .navigation-d2 .nav-primary a.level4{ padding-right:25px; padding-left:125px;}
  .navigation-d2 .nav-primary a.level5{ padding-right:25px; padding-left:175px;}
  .navigation-d2 .nav-primary a.level6{ padding-right:25px; padding-left:200px;}
  .navigation-d2 .nav-primary a.level7{ padding-right:25px; padding-left:225px;}
  .navigation-d2 .nav-primary a.level8{ padding-right:25px; padding-left:250px;}
  .navigation-d2 .nav-primary a.level9{ padding-right:25px; padding-left:275px;}
  .navigation-d2 .nav-primary a.level10{ padding-right:25px; padding-left:300px;}
  .navigation-d2 .nav-primary a.level11{ padding-right:25px; padding-left:325px;}
  .navigation-d2 .nav-primary a.level12{ padding-right:25px; padding-left:350px;}
  .navigation-d2 .nav-primary a.level13{ padding-right:25px; padding-left:375px;}
  .navigation-d2 .nav-primary a.level14{ padding-right:25px; padding-left:400px;}
  .navigation-d2 .nav-primary a.level14{ padding-right:25px; padding-left:425px;}
  .navigation-d2 .nav-primary li.parent > a{padding-right:37px;} 	
	
  .nav-primary li.parent > a:after{  content: '\f105'; display: block; line-height:inherit;font-family: FontAwesome;margin-top: -0.5em; position: absolute;right: 25px;top: 50%;font-size:18px;font-weight:400;}
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {content: '\f107'; display: block; line-height:inherit;font-family: FontAwesome; position: absolute;right: 25px;margin-top: -0.5em;top: 50%;font-size:18px;font-weight:400;}
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {color: #4278ae;}
  .skip-nav.skip-active span{color: #003087 !important;}
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 1025px) {
  .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 {display: block; margin-top: 15px; }
  .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: #003087;}
  .nav-primary .menu-active,
  .nav-primary li.level0:hover {}
  .nav-primary li.level0 ul { background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/dropdown-bg.png") repeat; border-top: 4px solid #9acdff; position: absolute; left: 10px; top: auto;
    /* Height of ".nav-primary a.level0" */
    z-index: 10; width: 200px; padding-left: 0; padding-right: 0; display: none;font-size:14px;text-align: left;
    border-radius:0 0 5px 5px;
    -webkit-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         -1px 2px 6px 0px rgba(0, 0, 0, 0.25);
    padding-bottom: 14px;
    /* Hide until displayed. */}
  .nav-primary li.level0.first ul{left: -25px;}
  .nav-primary li.level0 ul li a{ line-height: 20px;padding: 11px 33px 12px 25px;overflow:hidden;}
  .nav-primary li.level1 ul {left: 200px;top: -1px;}
  .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: '\f105'; display: block; line-height:inherit;font-family: FontAwesome;font-size:18px;color:#000; margin: -0.58em; position: absolute;right: 33px; top: 50%;}
  .no-touch .nav-primary li:hover > ul,
  .no-touch .nav-primary li:hover > div > ul,
  .no-touch .nav-primary li:hover > nav > ul,
  .no-touch .nav-primary .show-menu > ul,
  .nav-primary li.menu-active > nav > ul{ display: block; /* Force display */}
  
}
@media only screen and (max-width: 767px) {
	.navigation-d2 .nav-primary a.level0{padding: 12px 10px 8px;}
	.nav-primary li.level0{border-bottom: 1px solid #c0c5ca;}
	.nav-primary li.level0.last{border: none;}
	.nav-primary li.parent > a:after{right: 10px;}
    .nav-primary li.parent.sub-menu-active > a:after,
    .nav-primary li.parent.menu-active > a:after {right: 10px;}
	.skip-nav.skip-active span{color: #4278ae !important;}
	.navigation-d2 .nav-primary a.level1{line-height: normal;padding: 14px 25px 8px 30px;}
	.nav-primary li.menu-active > ul{padding: 0 0 3px 0;}
}

/* Container */
.footer-container:after {content: '';display: table;  clear: both;}
body, html {height: 100%;}
body {position: relative;}
html > body {height: auto;min-height: 100%;}
* html body {height: 100%;}
.empty-footer { height: 373px; width: 100%;}
.footer-container { position: absolute; left: 0; bottom: 0; width: 100%; padding: 57px 0 0;}
/*  Footer */

.footer2 { clear: both;font-size:13px; width: 100%;}
.footer2 > .footer .inner{max-width: 1200px;margin:0 auto;padding:0 25px;}
.footer2 > .footer .footer-child-wrapper{background: #f7f7f7; padding: 45px 0 68px;}
.footer2 > .footer .bottom-footer{background: #ebebeb;}
.footer2 .block-title {padding:0; margin: 0 0 8px;line-height: 2; border: none;}
.footer2 .block-title strong, .footer2 .block.block-subscribe .block-title strong, .footer2 .block-title h3{font-size:18px;font-weight:700; color: #535353; text-transform: uppercase; display: inline-block;}
.footer2 .block-title .inner{display:none;}
.footer2 .block-title .mobile_row{display:none;}
.footer2 .footer-child { float: left;margin: 0 2% 0 0;padding: 0;width: 21.3%;overflow:hidden;}
.footer2 .footer-child-social{   width: 30.1%;}
.footer2 .footer-child ul li{line-height: 2; font-size: 14px;}
.footer2 .footer-child ul li a{color:#535353; text-decoration: none;}
.footer2 .footer-child ul li a:hover{color: #003087; text-decoration: none;}
.left.footer-child:nth-child(4) { margin-right: 0;}
.footer2 .footer-child li {word-break: normal;line-height: normal;}
.footer2 .footer-social-buttons ul li{margin: 0 11px 0 0;  float: left;}
.footer2 .footer-social-buttons ul li a{width: 34px; height: 34px; display: block; border-radius: 50%; background: #4278ae; text-align: center; color: #f7f7f7; font-size: 24px; line-height: 34px;}
.footer2 .footer-social-buttons ul li a:hover{color: #fff; background: #003087;}
.footer2 .footer-social-buttons ul li a .fa{margin: 0px;}

.footer2 .footer-contacts{width:100%;padding:10px 0;margin-bottom:25px;text-align: center;background-color: #f9f9f9;font-size:18px;color:#000;  border: 1px solid #dedede;}
.footer2 .footer-contacts .text_wrap{padding:0 25px 0 0;}

.footer2 .block-subscribe .input-box {padding: 0; position: relative;}
.footer2 .block-subscribe .input-box .button{position: absolute; right: 17px; top: 9px; background: none; padding: 0; line-height: normal; border: none; font-size: 16px; color: #4278ae;}
.footer2 .block-subscribe .input-text {text-overflow:ellipsis; color: #727272;padding:0;width: 100%;font-size: 12px; border:none; font-family: "Raleway",sans-serif; background: #ffffff; border: none; border-radius:5px; padding: 0 40px 0 14px; position: relative; height: 40px;}
.footer2 .block-subscribe .block-content{width:100%;margin:0; overflow: hidden;position:relative;vertical-align: middle; position: relative;}
.footer2 .block-subscribe .block-content:after {content: '';display: table;clear: both;}
.footer2 .block-subscribe .actions {text-align:center;display:table-cell;width: auto;margin: 0;border:none;padding:4px 3px ;border-left:none;vertical-align: middle;}
.footer2 .block-subscribe .input-box .button:hover{color: #003087;}
.footer2 .block-subscribe .input-text.validation-failed{border:1px solid #ff0000}
.footer2 .block-subscribe .validation-advice{text-transform: none;position:absolute;margin: -2px 0 0 0; display: none;}
.footer2 .block-subscribe {padding:0; margin-bottom: 45px;}

.footer2 .block-subscribe .block-content{}
.footer2 .block-subscribe .block-title {border-bottom:none;margin: 0 0 18px 0;}
.footer2 .block-subscribe .input-text.validation-failed{border:1px solid #ff0000}
.footer2 .block-subscribe .form-subscribe-header label{display:none;}

.footer2 .footer-social-buttons{padding:0;}
.footer2 .footer-social-buttons > ul{display:block;}
.footer2 .top-footer:after{display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.footer2 .footer-social-buttons .block-title{margin-bottom:17px;border:none;}

.footer2 .cms-address{float:left;color:#000;}
.footer2 .form-language,
.footer2 .currency-switcher,
.footer2 .store-switcher { clear: both;margin-bottom: 10px;}
.footer2 .form-language{width: 100%;}
.footer2 address {text-align: center;font-size:12px;line-height: 16px;color:#676767;}

.footer2 .bottom-footer{padding: 9px 0;}
.footer2 .bottom-footer:after{clear:both;content:"";display:table;}

.footer2 .cms-block-links ul li{display: inline-block;}
.footer2 .phone{margin-right:24px;line-height: 23px;}
.footer2 .cms-block-links ul a{line-height: 23px;padding-right: 17px;}
.footer2 .cms-block-links ul > li:last-child >a{padding-right:0;}

@media only screen and (max-width: 1199px) {
	.footer2 > .footer .inner{padding: 0 20px;}
	.footer2 .footer-child{width:31%}
	.footer2 .footer-child{margin:0 3.5% 0 0}
	.footer2 .footer-child-social.footer-child{clear:both;width:100%;margin:24px 0 0;height: auto !important;}
	.footer2 .left.footer-child:nth-child(3) {margin-right: 0;}
	.footer2 .block-subscribe{float:left;float: left;padding: 0 9.5% 0 0; width: 69%;}
	.footer2 .footer-social-buttons {float: left; max-width: 30.5%;padding: 0;}
	.footer2 .block-subscribe .input-text{min-width: 300px;}
	.footer2 > .footer .footer-child-wrapper{background: #f7f7f7; padding: 45px 0 35px;}
}

@media only screen and (max-width: 767px) {
  .footer2 {padding-top: 78px; margin: 0 auto;}
  .footer2 .footer-child{float: none; height: auto !important; margin: 0 0; padding:0;  width: 100%;}
  .footer2 .footer-child > ul{display:none;padding-top:8px;}
  .footer2 .footer-child.opened > ul{display:block;}
  .footer2 .block-title{border: none;cursor:pointer;margin:0;}
  .footer2 .footer-child ul li { line-height: 2;}
  .footer2 .footer-child{margin-bottom: 35px;}
  .footer2 .block-title h3{border-bottom: 2px solid transparent;}
  .footer2 .block-title .mobile_row{  margin-top: -1em; position: absolute; line-height:1em; right: 0;display:inline-block;top: 50%;}
  .footer2 .block-title:hover strong, .footer2 .block-title:hover h3{color: #4278ae; text-decoration: none; border-bottom: 2px solid #4278ae;}
  .footer2 .block-title:hover .mobile_row{color: #4278ae;}
  .footer2 .footer-child-social .block-title:hover h3{border: none; color: #535353;}
  .footer2 .footer-child-social .block-title:hover strong{border: none; color: #535353;}
  .footer2 .block-title .mobile_row:before{content:"\f105";font-family:"FontAwesome";font-size:24px;line-height: 1;}
  .footer2 .opened .block-title .mobile_row:before{content:"\f107";font-family:"FontAwesome";font-size:24px;line-height: 1;}
	
  .footer2 .block-subscribe{width:100%;margin-bottom: 40px;padding:0;}
  .footer2 .block-subscribe .input-text{min-width:initial}
  .footer2 .block-subscribe .actions .button > span:before{content:"\f054";line-height:1;font-size:24px;font-family:"FontAwesome";}
  .footer2 .block-subscribe .actions .button span span{display:none;}
  .footer2 .block-subscribe .actions .button{ font-size:24px;line-height:1;display: block; float: none;margin: 0 auto; padding: 0 3px;text-align: center;}
  .footer2 .block-subscribe .actions{padding:6px 0;}
  .footer2 .footer-social-buttons > ul{max-width:unset;}
	
  .footer2 .footer-social-buttons {max-width:100%}
  .footer2 .bottom-footer .cms-address,  .footer2 .bottom-footer address{float:none;}
  .footer2 > .footer .inner{padding: 0 10px;}
  .footer2 .footer-social-buttons .block-title { margin-bottom: 20px;}
  .footer2 .footer-child-social.footer-child{margin:24px 0 45px;}	
}
@media only screen and (max-width: 480px) {
	.footer2 .phone{ line-height: 2.43em;}
    
	.footer2 .footer-social-buttons > ul li{ line-height: 3.5;}
}
@media only screen and (max-width: 320px) {
	.footer2 .phone{display:block;}
}



/*** TESTING */
.cms-index-index .messages{position: absolute; top: 0; left: 0; width: 100%; z-index: 99; background: #fff;}
.cms-index-index .messages > li{max-width: 1200px; padding: 0 25px; margin: 0 auto !important;}
.cms-index-index .messages li li{margin: 10px 0;}
.cms-index-index .col-main{position: relative;}
.block-container{max-width:none !important;margin:0 auto !important;padding:20px 0;}
.content-wrapper{position: relative;margin: 0 auto;padding: 0 25px; max-width: 1200px;}
.cms-index-index .main-container{padding-left:0;padding-right:0;}

.cms-index-index .item .quick-view{border: none; background: none; color: #363636; font-size: 14px; text-transform: uppercase; font-weight: 700; margin: 10px 0 0;}
.cms-index-index .item .quick-view .fa{color: #363636; font-size: 20px; padding: 0 0 0 15px; float: right;}
.cms-index-index .item .quick-view:hover, .cms-index-index .item .quick-view:hover .fa{color: #4278ae;}


.content-wrapper:after, .content-background:after{content:"";display:table;clear:both;}

@media only screen and (max-width: 767px) {
	/*.block-container{padding:25px 0;}*/
	.content-wrapper{padding:0;}
}
/*
 * HomePage D1: FullWidth Slider
 */

#homepage_slider_d1 .inner{position: relative;text-align: center;}
#homepage_slider_d1 .inner img{ display: block; width: 100%; height: auto;}
#homepage_slider_d1 .inner-wrapper{position: absolute;top:50%;width:100%;text-align: center;padding:0 25px;font-size: 16px;}
#homepage_slider_d1 .inner-text{display:inline-block;width:100%;padding:25px 0;}

#homepage_slider_d1 .owl-controls { left: 0; position: absolute; width: 100%;top:50%;}
#homepage_slider_d1 .owl-nav { margin: 0 auto; max-width: 1200px;padding:0 25px; position: relative;}
#homepage_slider_d1 .owl-controls .owl-nav div {display:none !important; font-size: 30px;line-height: 1.275em;background-color:#000;color:#fff;text-align:center; position: absolute;width:1.375em;height: 1.375em;}
#homepage_slider_d1 .owl-controls .owl-prev { background-position: left top;left: 25px; margin-top: -0.6875em;}
#homepage_slider_d1 .owl-controls .owl-next { background-position: right top; margin-top: -0.6875em;  right: 25px;}
#homepage_slider_d1 .owl-controls .owl-prev.disabled,
#homepage_slider_d1 .owl-controls .owl-next.disabled{visibility: hidden}

#homepage_slider_d1 .owl-controls .owl-prev:hover,
#homepage_slider_d1 .owl-controls .owl-next:hover{background-color:#3399cc}

#homepage_slider_d1.owl-carousel:hover .owl-prev,
#homepage_slider_d1.owl-carousel:hover .owl-next{display:block !important;}
#homepage_slider_d3.owl-carousel .owl-dots .owl-dot{display: inline-block; z-index: 10; position: relative;}
#homepage_slider_d3.owl-carousel .owl-dots .owl-dot span {
    background: #fff;
    border-radius: 50%;
    display: block;
    height: 15px;
    margin: 5px 2px;
    transition: opacity 200ms ease 0s;
    width: 15px;
	opacity:0.4;
}
#homepage_slider_d3.owl-carousel .owl-dots .owl-dot.active span{
	opacity:0.7;
}
/*
 * HomePage D1: Centered Content/Text with Solid Background
 */

.content-solid-bg.d1.block-container{width:100%;margin-bottom:25px;text-align:center;font-size:16px;}
.content-solid-bg.d1 .content-background{padding:36px 0;background:grey;}

/*
 * HomePage D1: 2 Banner Images (Fixed Width)
 */
.banner-images.d1.block-container{width:100%;text-align:center}
.banner-images.d1 .left img,.banner-images.d1 .right img {max-width:100%;margin: auto;}
.banner-images.d1 .left {padding-right: 2px; width: 37.565214%;}
.banner-images.d1 .right {padding-left: 2px; width: 62.434786%;}
@media only screen and (max-width: 767px) {
	.banner-images.d1 .left, .banner-images.d1 .right{width:100%;float:none;padding:0;}
	.banner-images.d1 .left{margin-bottom:50px;}
	.banner-images.d1 .left > img, .banner-images.d1 .right >img{width:100%;height:auto;}
}

/*
 * HomePage D1: Centered Content/Text With No Background
 */
.content-no-bg.d1.block-container{width:100%;text-align:center}
.content-no-bg.d1 .content-background{padding:33px 40px 38px; position: relative;}
.content-no-bg.d1 .content-background p.text{margin: 0 0 17px 0}
.content-no-bg.d1 .content-background-wrap:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders.png") -2px -2px no-repeat; width: 35px; width: 35px; height:35px; display: block; content: ""; position: absolute; top: 0; left: 25px;}
.content-no-bg.d1 .content-background-wrap:before{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders.png") -41px -2px no-repeat; width: 35px; width: 35px; height:35px; display: block; content: ""; position: absolute; top: 0; right: 25px;}

.content-no-bg.d1 .content-background:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders.png") -2px -41px no-repeat; width: 35px; width: 35px; height:35px; display: block; content: ""; position: absolute; bottom: 0; left: 0;}
.content-no-bg.d1 .content-background:before{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders.png") -41px -41px no-repeat; width: 35px; width: 35px; height:35px; display: block; content: ""; position: absolute; bottom: 0; right: 0;}



.content-no-bg.d1 .content-background h2{color: #373737; font-size: 35px; text-transform: uppercase; font-weight: 600; line-height: 35px; margin: 0 0 24px 0;}
.content-no-bg.d1 .content-background p{color: #373737; font-size: 20px; line-height: 24px; font-weight: 300; margin: 0;}
.content-no-bg.d1 .content-background a{color: #4278ae; font-size: 16px; font-weight: 700; text-transform: uppercase; text-decoration: none; border-bottom: 2px solid #4278ae;}
.content-no-bg.d1 .content-background a:hover{color: #003087; border-bottom: 2px solid #003087;}

/*@media only screen and (max-width: 1199px) {
  .content-no-bg.d1 h4{font-size:20px;}
}*/
@media only screen and (max-width: 767px) {
  .content-no-bg.d1 .content-background{padding:33px 40px 38px;}
}
/*
 * HomePage D1: Banner (Fixed)
 */

.banner-fixed.d1  img{max-width:100%;margin:0 auto;}
.banner-fixed.d1.block-container{width:100%;text-align:center}
.banner-fixed.d1 .content-wrapper p{margin:0}

/*
 * HomePage D1: Centered Content/Text With Background
 */
.content-with-background.d1 .content-wrapper{ display: table;table-layout: fixed; text-align: center;width:100%;line-height: 1.675;}
.content-with-background.d1 .content-wrapper h3{font-weight: 400;margin-bottom: 0.395em;}
.content-with-background.d1 .content-wrapper> div{ display: table-cell;width:100%;vertical-align: middle;padding:13.35% 50px 14.15%;max-width:none; background-repeat: no-repeat !important;background-position: center !important;}
@media only screen and (max-width: 1199px) {
	.content-with-background.d1 .content-wrapper> div{padding:7.85% 50px;}
	.content-no-bg.d1 .content-background-wrap:after{left: 20px;}
	.content-no-bg.d1 .content-background-wrap:before{right: 20px;}
}
@media only screen and (max-width: 767px) {
	.content-with-background.d1 .content-wrapper> div{padding:16.75% 50px;background-size: auto 100% !important;}
	.content-no-bg.d1 .content-background-wrap:before{right: 10px;}
    .content-no-bg.d1 .content-background-wrap:after{left: 10px;}
	.banner-images-fullwidth.block-container .content-background .left, .banner-images-fullwidth.block-container .content-background .right{width: 100%; float: none !important; display: block !important;}	
	.banner-images-fullwidth.block-container .content-background .right{background: none !important;}
	.banner-images-fullwidth .left, .banner-images-fullwidth .right{height: auto !important;}
	.block-container.banner-images-fullwidth .left{margin: 0 auto 34px !important;}
	.block-container.banner-images-fullwidth .right{margin: 0;}
	.banner-images-fullwidth.block-container .content-background .right img{display: inline-block;}
	.block-container.banner-images-fullwidth .right img{margin: 0;}
}
/*
 * HomePage D1: Brand Logos
 */

.brand-logos.d1.block-container{width:100%;margin-bottom:25px;}
.brand-logos.d1 ul li, .std .brand-logos.d1  ul li{display: inline-block;list-style-type: none;margin: 25px 0 -5px 46px; padding: 0;}
.brand-logos.d1 ul li img{margin:0}
.brand-logos.d1 ul li:last-child, .std .brand-logos.d1  ul li:last-child{margin-right:0;}
.brand-logos.d1 ul:after{clear: both; content: "."; display: block; font-size: 0; height: 0; line-height: 0;overflow: hidden;}
.brand-logos.d1 ul{text-align: center;margin-left: -45px;margin-bottom: 0;}
.brand-logos.d1 h2{margin: -0.16666em  0 5px;line-height:1em}
.brand-logos.d1 .content-wrapper{padding: 0 25px 0;}

@media only screen and (max-width: 767px) {
	.brand-logos.d1 ul{margin: 0}
	.brand-logos.d1 ul li, .std .brand-logos.d1  ul li{max-width:32.333%;margin: 25px 0 -5px 0;}
	.brand-logos.d1 ul li img{padding:0 12px 0 13px; max-width: 100%;}

}
@media only screen and (max-width: 479px) {
	.brand-logos.d1 ul li, .std .brand-logos.d1 ul li{width: 49%;text-align: center;max-width:none;}
	.brand-logos.d1 ul li img{width: 100%;max-width:100%;margin:0;padding:0;}
	.brand-logos.d1 ul li:nth-child(2n+1){padding-right:12px;}
	.brand-logos.d1 ul li:nth-child(2n){padding-left:12px;}
    .brand-logos.d1 ul li:last-child{padding:0 6px;}
}
/*
 * HomePage D1: Subscribe
 */

.home-block.subscription.d1 .content-wrapper{ text-align:center;}
.home-block.subscription.d1 .content-wrapper form{border-color:#d4d4d4;border-width:1px 0;border-style:solid;padding:9px 0;}
.home-block.subscription.d1 .form-subscribe-header { display:inline-block;padding-right: 20px;vertical-align: middle;}
.home-block.subscription.d1 .form-subscribe-header p{margin:0;}
.home-block.subscription.d1 .form-subscribe-header h2 { font-weight: 400;line-height: normal;vertical-align: middle;display: inline;margin:0;}
.home-block.subscription.d1 .input-box {border: 1px solid #d4d4d4;display:inline-block; position: relative;padding: 2px 0;vertical-align: middle;}
.home-block.subscription.d1 .input-box input { padding: 0 17px;  width: 393px;border:none;}
.home-block.subscription.d1 .input-box button {border:none;vertical-align: initial;padding: 0 15px;background: none;font-size: 16px;line-height: inherit;height: auto; }
.home-block.subscription.d1 .validation-advice{position: absolute;bottom: -28px;}
.home-block.subscription.d1 .input-text.validation-failed{border:1px solid red;}
.home-block.subscription.d1 .input-box input {margin-left:2px;display:inline-block;text-overflow: ellipsis;min-height: 1.65em;height: auto;}
@media only screen and (max-width: 1199px) {
	.home-block.subscription.d1 {margin:0 25px 50px;}
	.home-block.subscription.d1 .form-subscribe-header {display:block;padding: 0 0 12px;vertical-align: middle;}
	.home-block.subscription.d1 .content-wrapper form{padding: 11px 0 21px;}
	.cms-index-index .col-main{margin-bottom: 0 !important;}
	.cms-index-index .messages > li{padding: 0 20px;}
	
}

@media only screen and (max-width: 767px) {
	.home-block.subscription.d1 .form-subscribe-header{padding:0 0 15px 0;vertical-align: text-top;}
	.home-block.subscription.d1{ padding: 22px 25px 20px;}
	.home-block.subscription.d1 .content-wrapper form{padding: 9px 0 20px;}
	.home-block.subscription.d1 .input-box input { max-width: 70%; padding: 0 5px; text-align: left; width: 310px;margin-left:0;}
	.home-block.subscription.d1 .input-box button{padding: 0 15px 0 20px;}
	.home-block.subscription.d1 .validation-advice{position: absolute;bottom: auto;}
	.cms-index-index .messages > li{padding: 0 10px;}
}

@media only screen and (max-width: 479px) {
	.home-block.subscription.d1  .button > span:before{content:"\f105";line-height:1;font-size:30px;font-family:"FontAwesome";color:#000;}
    .home-block.subscription.d1  .button span span{display:none;}
	.home-block.subscription.d1 .form-subscribe-header{   padding: 0 0 12px;}
	.home-block.subscription.d1 .input-box{width: 100%;}
	.home-block.subscription.d1 .input-box input { max-width: 95%; padding: 0 35px 0 15px;width: 100%;}
	.home-block.subscription.d1 .input-box button{position: absolute;right: 0;top:auto;}
}

/*
 * HomePage D3: 2 Banners Fullwidth Block
 */
.banner-images-fullwidth.block-container{width:100%;margin-bottom:25px;text-align:center;max-width:none;overflow: hidden;}
.banner-images-fullwidth .left img,.banner-images-fullwidth .right img {max-width:100%;width:100%;}
.banner-images-fullwidth .left{ width: 23.4375%;}
.banner-images-fullwidth .left img{margin-right: 3px;}
.banner-images-fullwidth .right{ float: left; width: 76.5625%;}
.banner-images-fullwidth .right img{margin-left: 3px;}
.banner-images-fullwidth.block-container .content-background{display: table;}
.banner-images-fullwidth.block-container .content-background .left, .banner-images-fullwidth.block-container .content-background .right{display: table-cell;}
.banner-images-fullwidth.block-container .content-background .left{vertical-align: middle; float: none;}
#directions.banner-images-fullwidth.block-container .content-background .left, #groups.banner-images-fullwidth.block-container .content-background .left, #groups.banner-images-fullwidth.block-container .content-background .right{float: none !important;}
.banner-images-fullwidth.block-container .content-background .right{float: none;}
.banner-images-fullwidth div .inner{padding: 25px 20px;}
.banner-images-fullwidth div .inner h2 span{display: block; font-family: georgia; font-size: 26px; font-style: italic; font-weight: normal; text-transform: none; line-height: 35px;}
.banner-images-fullwidth div .inner h2{color: #363636; font-size: 46px; text-transform: uppercase; font-weight: 700; line-height: 46px; background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_icon.png") bottom center no-repeat; padding: 0 0 36px 0; margin: 0 0 25px 0;}
.banner-images-fullwidth div .inner p{color: #363636; font-size: 16px; line-height: 22px; margin: 0 0 20px 0;}
.banner-images-fullwidth div .inner a{color: #4278ae; font-size: 14px; text-transform: uppercase; text-decoration: none; font-weight: 700; border-bottom: 2px solid #4278ae;}
.banner-images-fullwidth div .inner a:hover{color: #003087; border-bottom: 2px solid #003087;}
.banner-images-fullwidth.block-container.right-align:not(.padding){padding-bottom: 0;}
.banner-images-fullwidth.block-container.right-align .right{ width: 23.4375%; vertical-align: middle;}
.banner-images-fullwidth.block-container.right-align .left{ width: 76.5625%;}
.cms-index-index .footer-container{margin: 0; padding-top: 0;}
.banner-images-fullwidth .left, .banner-images-fullwidth .right{background-position: center center; background-size: cover; height: 450px;}

@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) {
  .banner-images-fullwidth div .inner h2 {
  	background-image: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_icon@2x.png");
    background-size: 23px 25px;
  }
  .content-no-bg.d1 .content-background-wrap:after, .content-no-bg.d1 .content-background-wrap:before,
  .content-no-bg.d1 .content-background:after, .content-no-bg.d1 .content-background:before{
    background-image: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders@2x.png");
  	background-size: 78px 78px;
  }

}

@media only screen and (max-width: 767px) {
	.banner-images-fullwidth .left, .banner-images-fullwidth .right{width:100%;max-width:none;margin:0 auto 4px;padding:0;}
}

/*
 * HomePage D3: FullWidth Slider
 */

#homepage_slider_d3 .inner{position: relative;text-align: center; text-align: center; width: 100%; cursor: pointer;}
#homepage_slider_d3 .inner img{width: 100%; height: auto;}
#homepage_slider_d3 .inner-wrapper{position: absolute; width: 100%; top: 50%; transform: translate(0, -50%);}
#homepage_slider_d3 .inner-text{display:inline-block;width:100%; max-width: 1000px; padding: 0 25px; }
#homepage_slider_d3 .inner-text h3 span{color: #ffffff; font-size: 38px; font-family: Georgia; font-style: italic; font-weight: 400; text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15); line-height: 43px; margin: 0; text-transform: none;display: block;}
#homepage_slider_d3 .inner-text h3{color: #ffffff; font-weight: 700; font-size: 68px; text-transform: uppercase; text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15); margin: 0; line-height: 68px;}
#homepage_slider_d3 .inner-text p{font-weight: 500; color: #ffffff; font-size: 28px; text-transform: uppercase; text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15); margin: 0; padding: 20px 0 0 0;}
#homepage_slider_d3 .inner-text p:before{content: ""; background: #fff; width: 500px; height: 2px; display: block; margin: 0 auto 30px;}
#homepage_slider_d3 .owl-controls { left: 0; position: absolute; width: 100%; bottom: 0; height: 50%; z-index: initial;}
#homepage_slider_d3.owl-carousel .owl-dots{bottom: 13px; left: 0; position: absolute; text-align: center; width: 100%;}
#homepage_slider_d3 .owl-controls .owl-nav div { font-size: 30px;line-height: 1; position: absolute; z-index: 10; margin-top: 33px;}
#homepage_slider_d3.owl-carousel .owl-stage-outer{z-index: 10;}
#homepage_slider_d3 .owl-controls div.owl-prev { background-position: left top;left: 25px; margin-top: 35px;display:none !important;}
#homepage_slider_d3 .owl-controls div.owl-next { background-position: right top; margin-top: 35px; right: 25px;display:none !important;}
#homepage_slider_d3 .owl-controls div.owl-stop {right: 70px; display:none !important;}
#homepage_slider_d3.owl-carousel:hover .owl-prev,
#homepage_slider_d3.owl-carousel:hover .owl-next,
#homepage_slider_d3.owl-carousel:hover .owl-stop{display:block !important; color: #363636; font-size: 40px; line-height: 40px; width: 40px; height: 40px; text-align: center; background: url('https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/image-bg.png') repeat;}
#homepage_slider_d3.owl-carousel:hover .owl-stop {font-size: 20px; line-height: 44px}
#homepage_slider_d3.owl-carousel:hover .owl-stop.play{font-size: 25px;}
#homepage_slider_d3.owl-carousel .owl-prev:hover ,
#homepage_slider_d3.owl-carousel .owl-next:hover,
#homepage_slider_d3.owl-carousel .owl-stop:hover {opacity:0.4; cursor: pointer;}
#homepage_slider_d3.owl-carousel .owl-stop.play .fa:before{content: "\f04b";}

/*
 * HomePage D3: Featured Products(1 Featured, 4 Grid)
 */

.featured-products-d3{margin:20px auto 50px; padding: 59px 0;}
.featured-products-d3 .content-wrapper{text-align: center;}
.featured-products-d3 .content-wrapper > h2 span{display: block; font-weight: normal; font-size: 26px; font-family: Georgia; font-style: italic; line-height: 35px; margin: 0; text-transform: none;}
.featured-products-d3 .content-wrapper > h2{color: #363636; font-size: 46px; text-transform: uppercase; font-weight: 700; line-height: 46px; margin: 0 0 18px 0;}
.featured-products-d3 .content-wrapper > a{color: #4278ae; font-size: 16px; text-transform: uppercase; font-weight: 700; text-decoration: none; border-bottom: 2px solid #4278ae;}
.featured-products-d3 .content-wrapper > a:hover{color: #003087; border-bottom: 2px solid #003087;}
.featured-products-d3 ul, .std .featured-products-d3 ul{margin:43px auto 0;list-style: none;}
.featured-products-d3 ul:after{clear: both; content: "."; display: block; font-size: 0; height: 0; line-height: 0;overflow: hidden;}
.featured-products-d3.block-container li{float: left; margin: 0; padding-left: 5px; text-align: center;width: 25.125%;overflow: hidden;}
.featured-products-d3 li.main-product{width: 49.75%;padding:0;margin:0;}
.featured-products-d3 li.main-product a.product-image, .featured-products-d3 li.main-product a.product-image img{padding:0}

.featured-products-d3 .product-name, .products-list .product-name {   margin-bottom: 0; }
.featured-products-d3 .product-name a, .products-list .product-name a{   font-weight: 400;    line-height: normal;margin:0 0 5px 0;}
.featured-products-d3 .product-image { margin-bottom: 3px;border:none;}
.featured-products-d3 .price-box, .products-list .price-box .price{margin:0;}
.featured-products-d3 .price-box .price,  .products-list .price-box .price{	font-weight:600;	line-height: 1.65;}
.featured-products-d3 .price-box .old-price .price, .products-list .price-box .old-price .price{font-weight:400;}
.featured-products-d3 .product-info{padding-bottom:105px;}
.featured-products-d3 .button.btn-cart, .products-list .button.btn-cart { display: inline-block; padding: 16px; text-align: center; vertical-align: middle; background: #363636; border-radius:5px; border: none; color: #ffffff; font-size: 14px; font-weight: 700; line-height: normal;}
.featured-products-d3 .button.btn-cart:hover, .products-list .button.btn-cart:hover{background: #707070;}

.featured-products-d3 .item > a {position: relative;display:block;margin:0;width:100%;margin: 0 0 0;}
.featured-products-d3 .item.item1 > a,
.featured-products-d3 .item.item2 > a{margin:0 0 4px;}
.featured-products-d3 .item > a img{width:100%}
.featured-products-d3 .item > a .inner-block {visibility: hidden;height: 100%;left: 0;padding: 25px;position: absolute;top: 0; width: 100%;}
.featured-products-d3 .item > a:hover .inner-block {visibility: visible;}
.featured-products-d3 .item > a .inner {display: table;height: 100%; padding: 25px; width: 100%; background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/image-bg.png") repeat; border-radius: 50%;}
.featured-products-d3 .item .details .price-box{padding:0 0 8px 0;margin:0;}
.featured-products-d3 .item .details .price-box .price{font-size:16px;}
.featured-products-d3 .item .details h3{font-size:16px !important;line-height: 1.5em;max-height:3.5em;overflow: hidden; padding: 0 13px 10px; color: #363636; font-weight: 700; text-transform: uppercase; border-bottom: 2px solid #363636; display: inline-block; margin: 0 0 18px 0;}
.featured-products-d3 .item .details .actions{position: unset; min-height: unset;}
.featured-products-d3 .item .details {  display: table-cell;line-height: 1.5px; vertical-align: middle;}
.featured-products-d3 .item .details p{margin-bottom:0;}

.featured-products-d3 .price-box .special-price,
.featured-products-d3 .price-box .old-price{padding-left:0.5em;padding-right:0.5em}
.featured-products-d3 .item .actions {display: block;margin: 0; width: 100%;}
.featured-products-d3 .item img{max-width:100%;}

@media only screen and (max-width: 1199px) {
    .three-banner-images.d3 .banner-child:last-child{margin: 0;}
	.block-container.featured-products-d3{padding:56px 0 64px 0;}
	.featured-products-d3.block-container li{width:50%;}
	.featured-products-d3.block-container li.main-product {width:100%;padding:0 !important;}
	.featured-products-d3.block-container .item > a{padding:0;}
	.featured-products-d3.block-container li:nth-child(2n+1){padding-left:2px;padding-right:0;}
    .featured-products-d3.block-container li:nth-child(2n){padding-right:2px;padding-left:0;}
    .featured-products-d3 .item.main-product > a{margin-bottom:4px;}
	
	.featured-products-d3 ul, .std .featured-products-d3 ul{padding: 0;}
	.banner-images-fullwidth .left, .banner-images-fullwidth.block-container.right-align .right{width: 38%;}
	.banner-images-fullwidth .right, .banner-images-fullwidth.block-container.right-align .left{width: 62%;}
	.banner-images-fullwidth.block-container.right-align .left{background-position: right center;}
	#homepage_slider_d3 .inner-text p:before{width: 70%;}
}
@media only screen and (max-width: 767px) {
    .featured-products-d3 .item .details .price-box{text-align:center;padding:0;}
	.featured-products-d3 .price-box .old-price,
	.featured-products-d3 .price-box .special-price{margin:0;}
	.featured-products-d3 .price-box .special-price{padding:0 5px}
	#homepage_slider_d3 .inner{background: none !important; display: block; height: auto}
	#homepage_slider_d3 .inner-text{margin: 15px 0 0 0; padding: 25px 0;}
	#homepage_slider_d3 .inner-wrapper{display: block; position: relative; top: auto; transform: none;}
	#homepage_slider_d3 .owl-controls{height: 100%; max-height: none !important;}
	#homepage_slider_d3 .inner-text h3 span{font-size: 28px; line-height: 34px; color: #373737;}
	#homepage_slider_d3 .inner-text h3{font-size: 48px; line-height: 48px; color: #373737;}
	#homepage_slider_d3 .inner-text p{font-size: 18px; color: #373737; padding: 13px 0 0 0;}
	#homepage_slider_d3 .inner-text p:before{background: #373737; margin: 0 auto 15px;}
	#homepage_slider_d3.owl-carousel .owl-dots {bottom: -9px;}
	#homepage_slider_d3.owl-carousel .owl-dots .owl-dot span{background: #373737; width: 8px; height: 8px;}
	.block-container.featured-products-d3{padding: 50px 0 64px;}
	.banner-images-fullwidth div .inner, .featured-products-d3 .content-wrapper{padding: 0 10px;}
}
@media only screen and (max-width: 479px) {
    .featured-products-d3.block-container li{width:100%;padding:0 !important;}
	/*.featured-products-d3.block-container h2.title{font-size:24px;}*/
	
}
/*
 * HomePage D3: 3 Banner Images (Full Width)
 */
.three-banner-images{overflow:hidden;}
.three-banner-images.d3.block-container{width:100%;max-width:none;}
.three-banner-images.d3 .banner-child{background-position: center center; background-size: cover; border-right: 3px solid #fff;}
.three-banner-images.d3 .banner-child:last-child{border: none;}
.three-banner-images.d3 .banner-child img{position: absolute; width: 8px; height: 8px; visibility: hidden;}
.three-banner-images.d3 .banner-child-wrapper:after{float:none;clear:both;display:table;content:"";}
.three-banner-images.d3 .banner-child{padding-right:3px;width: 33.333%;text-align:center;position:relative;}
.three-banner-images.d3 .banner-child h2 span{display: block; font-size: 48px; text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15); margin:0 0 10px 0; line-height: 40px; font-weight: 500; text-transform: none;}
.three-banner-images.d3 .banner-child h2{color: #ffffff; font-size: 65px; text-transform: uppercase; text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15); font-weight: 700; margin: 0 0 71px 0; line-height: 65px; text-overflow: ellipsis; overflow: hidden;}
.three-banner-images.d3 .banner-child .button-wrap{width:100%; text-align:center; padding: 25px 25px 39px 25px;}
.three-banner-images.d3 .banner-child  button{ margin:0 auto;}
.three-banner-images.d3 .banner-child .button{padding: 16px 25px; border: none; background: #4278ae; border-radius:5px; color: #ffffff; font-size: 16px; text-transform: uppercase; font-weight: 700;}
.three-banner-images.d3 .banner-child .button:hover{background: #345f8a;}

@media only screen and (max-width: 1199px) {
  .three-banner-images.d3 .banner-child button{bottom: 11%;}
  .three-banner-images.d3 .banner-child{width:100%;margin:0 0 5px;padding:0; height: 420px; display: table; border-right: none;}
  .three-banner-images.d3 .banner-child .button-wrap{display: table-cell; vertical-align: bottom;}
}
/*
 * HomePage D3: Brand Logos Slider
 */

.brand-logos-slider.d3.block-container{width:100%;margin-bottom:25px;margin-top: 25px !important;border-style:solid;border-width:1px 0;border-color:#d4d4d4;}
.brand-logos-slider.d3.block-container .content-wrapper{padding:0 25px;}
.brand-logos-slider.d3 ul li, .std .brand-logos-slider.d3  ul li{display: inline-block;list-style-type: none;margin: 10px 3.95% 0 0; padding: 0;}
.brand-logos-slider.d3 ul li:last-child, .std .brand-logos-slider.d3  ul li:last-child{margin-right:0;padding-right:0;}
.brand-logos-slider.d3 ul:after{clear: both; content: "."; display: block; font-size: 0; height: 0; line-height: 0;overflow: hidden;}
.brand-logos-slider.d3 ul{text-align: center;margin: 0 0 20px;}
.brand-logos-slider.d3 h2 {color: #000000; line-height: normal; margin:16px 0 6px; text-align: center;	text-transform: lowercase;}
.brand-logos-slider.d3 .owl-controls .owl-buttons div i{color: #000000; font-size: 22px;}
.brand-logos-slider.d3 .owl-controls .owl-prev{left:0;position: absolute;top: 40%;left:0;}
.brand-logos-slider.d3 .owl-controls .owl-next{right:0;position: absolute;top: 40%;right: 0;}

.brand-logos-slider.d3 .owl-controls .owl-prev:hover,
.brand-logos-slider.d3 .owl-controls .owl-next:hover{color:#3399cc}

.brand-logos-slider.d3 .owl-controls{}

@media only screen and (max-width:1199px) {
	.brand-logos-slider.d3.block-container ul{padding:0 25px;}
	.brand-logos-slider.d3 ul li, .std .brand-logos-slider.d3  ul li{margin:10px 1.95% 0}
	.brand-logos-slider.d3 .owl-controls .owl-prev{left:0;position: absolute;top: 40%;left: 0;}
	.brand-logos-slider.d3 .owl-controls .owl-next{right:0;position: absolute;top: 40%;right: 0;}

}
@media only screen and (max-width:767px)
{
	.three-banner-images.d3 .banner-child{height: 400px;}
    .brand-logos-slider.d3 ul li, .std .brand-logos-slider.d3  ul li,
	.brand-logos-slider.d3 ul li:last-child, .std .brand-logos-slider.d3  ul li:last-child{margin:10px 2% 0 2%;}
	.three-banner-images.d3 .banner-child h2{font-size: 45px; line-height: 49px; margin: 0 0 45px 0;}
	.three-banner-images.d3 .banner-child h2 span{font-size: 38px; line-height: 38px;}
	.banner-images-fullwidth.block-container.right-align:not(.visit-text) .left, .banner-images-fullwidth.block-container.right-align:not(.visit-text) .right{background: none !important; width: 100%; float: none; }
	.banner-images-fullwidth.block-container.right-align .left img{display: inline-block; max-width: 100%;}
	.banner-images-fullwidth.block-container.right-align .left{margin-bottom: 25px !important;}
}

/*
 * HOMEPAGE D2 
 */
/*.content-wrapper{position: relative;margin: 0 auto;padding: 0 25px; max-width: 1200px;}*/

/*
 * HomePage D2: Slider
 */

#homepage_slider_d2 .inner{position: relative;text-align: center;}
#homepage_slider_d2 .inner img{ display: block; width: 100%; height: auto;}
#homepage_slider_d2 .inner-wrapper{position: absolute;top:50%;width:100%;text-align: center;padding:0 25px;}
#homepage_slider_d2 .inner-text{display:inline-block;width:100%;padding:25px 0;}

#homepage_slider_d2 .owl-controls .owl-nav div{visibility:hidden;  position: absolute; top: 50%;font-size:30px;color:#fff;}
#homepage_slider_d2:hover .owl-controls .owl-nav div{visibility:visible;}
#homepage_slider_d2 .owl-controls .owl-prev{left:10%;background-position:left top;margin-top:-1em;padding:0 1px;}
#homepage_slider_d2 .owl-controls .owl-next{right:10%; background-position:right top;margin-top:-1em;padding:0 1px;}
#homepage_slider_d2 .owl-controls .owl-prev:hover,
#homepage_slider_d2 .owl-controls .owl-next:hover{color:#3399cc}
@media only screen and (max-width: 767px) {
	#homepage_slider_d2.content-wrapper{padding:0 25px;}
}
/*
 * HomePage D2: 3 Banners
 */

@media only screen and (min-width: 768px) {
	.three-banners-block-d2 .content-wrapper{display:table;width:100%;}
	.three-banners-block-d2 .content-wrapper .banner-child{display:table-cell;padding:0 25px 0 0;vertical-align: middle;width: 33.33%;}
	.three-banners-block-d2 .content-wrapper img{max-width:100%;width:100%;}	
	.three-banners-block-d2 .content-wrapper .banner-wrapper{margin:0 -25px 0 0}
	.banner-images-fullwidth .left img, .banner-images-fullwidth .right img{visibility: hidden;position: absolute; width: 8px; height: 8px;}
}
@media only screen and (max-width: 767px) {
	.three-banners-block-d2 .content-wrapper .banner-child{width:100%;padding: 0 32px 25px;}
	.three-banners-block-d2 .content-wrapper .banner-child:last-child{padding-bottom:0;}
	.three-banners-block-d2 .content-wrapper img{max-width:100%;width:100%;}
}
@media only screen and (max-width: 479px) {
	.three-banners-block-d2 .content-wrapper .banner-child{padding: 0 25px 25px;}
}
/*
 * HomePage D2:Text/Content With Solid Background
 */
.text-block-with-background-d2{text-align: center;}
.text-block-with-background-d2 .content-wrapper > div{vertical-align: middle;padding:4.5% 5.25%;background-repeat: no-repeat !important;background-position: center !important;}

@media only screen and (max-width: 767px) {
	.text-block-with-background-d2 .content-wrapper{padding:0 25px;}
	.text-block-with-background-d2 .content-wrapper > div{padding: 17.85% 5.25%;}
}
/*
 * HomePage D2: Featured Brands
 */
.featured-brands-d2.block-container{width:100%;margin-bottom:25px;}
.featured-brands-d2 h2{text-align: center;margin:-0.214286em 0 7px;}
.featured-brands-d2 ul li img{margin:10px 22px 0 0}

.featured-brands-d2 ul li, .std .featured-brands-d2  ul li{display: inline-block;list-style-type: none;margin:0; padding: 0;}
.featured-brands-d2 ul:after{clear: both; content: "."; display: block; font-size: 0; height: 0; line-height: 0;overflow: hidden;}
.featured-brands-d2 ul{text-align: center;margin:0 -26px 0 0}

@media only screen and (max-width: 767px) {
    .featured-brands-d2 .content-wrapper{ padding: 0 25px;}
	.featured-brands-d2 h2{line-height: 0.75;margin: 0 0 15px;}
	.featured-brands-d2 ul li img{margin:10px 26px 10px 0}
}
@media only screen and (max-width: 479px) {
	.featured-brands-d2 ul li,
    .std .featured-brands-d2 ul li{max-width: 49%;}
}

/*
 * HomePage D4: FullWidth Slider
 */

#homepage_slider_d4 .inner{position: relative;text-align: center;}
#homepage_slider_d4 .inner img{ display: block; width: 100%; height: auto;}
#homepage_slider_d4 .inner-wrapper{position: absolute;top:50%;width:100%;text-align: center;padding:0 25px;font-size: 16px;}
#homepage_slider_d4 .inner-text{display:inline-block;width:100%;padding:25px 0;}

#homepage_slider_d4 .owl-controls { left: 0; position: absolute; width: 100%;top:50%;}
#homepage_slider_d4 .owl-nav { margin: 0 auto; max-width: 1150px; position: relative;color:#fff;}
#homepage_slider_d4 .owl-controls .owl-nav div { font-size: 40px;line-height: 1; position: absolute;}
#homepage_slider_d4 .owl-controls div.owl-prev { background-position: left top;left: 25px; margin-top: -0.5em;display:none !important;}
#homepage_slider_d4 .owl-controls div.owl-next { background-position: right top; margin-top: -0.5em;  right: 25px;display:none !important;}
#homepage_slider_d4.owl-carousel:hover .owl-prev,
#homepage_slider_d4.owl-carousel:hover .owl-next{display:block !important;}
#homepage_slider_d4.owl-carousel .owl-prev:hover ,
#homepage_slider_d4.owl-carousel .owl-next:hover{color:#3399cc;}
#homepage_slider_d4.owl-carousel .owl-controls .disabled{display:none !important}


/*
 * HomePage D4: Centered Content/Text with Solid Background FullWidth
 */

.content-solid-bg.d4.block-container{width:100%;margin-bottom:25px;text-align:center;font-size:20px;color:#000;font-weight:300;}
.content-solid-bg.d4.block-container h1{font-size:35px;font-weight:300; margin: 0.25em 0 0.4em;}
.content-solid-bg.d4 .content-background{padding:115px 0;}
.content-solid-bg.d4 p{line-height:1.685em}

/*
 * HomePage D4: 3 Banners
 */
.three-banners-block-d4 .content-wrapper{max-width:100%;padding-left:0;padding-right:0;}
@media only screen and (min-width: 768px) {
	.three-banners-block-d4 .content-wrapper{padding-left:13px;padding-right: 12px }
	.three-banners-block-d4 .content-wrapper .banner-child{display:table-cell;padding:0 12px 0 13px;vertical-align: middle;width: 33.333333%;}
	.three-banners-block-d4 .content-wrapper img{max-width:100%;width:100%;}	
	.three-banners-block-d4 .content-wrapper .banner-wrapper{display:table;width:100%;}
}
@media only screen and (max-width: 767px) {
	.three-banners-block-d4 .content-wrapper .banner-child{width:100%;padding: 0 25px 25px;}
	.three-banners-block-d4 .content-wrapper .banner-child:last-child{padding-bottom:0;}
	.three-banners-block-d4 .content-wrapper img{max-width:100%;width:100%;}
}
@media only screen and (max-width: 479px) {
	.three-banners-block-d4 .content-wrapper .banner-child{padding: 0 25px 25px;}
}


/*
 * HomePage D4: Centered Content/Text With Background
 */
.content-with-background.d4  {background-color: #888;font-weight:300;}
.content-with-background.d4 .content-wrapper{ display: table;table-layout: fixed; color:#000;text-align: center;width:100%;font-size:20px;line-height: 1.675;}
.content-with-background.d4 .content-wrapper h1{font-size: 35px;font-weight: 400;margin-bottom: 0.395em;}
.content-with-background.d4 .content-wrapper > div{ display: table-cell;width:100%;vertical-align: middle;padding:13.35% 50px 14.15%;max-width:none; background-repeat: no-repeat !important;background-position: center !important;}
@media only screen and (max-width: 1199px) {
	.content-with-background.d4 .content-wrapper> div{padding:7.85% 50px;}
}
@media only screen and (max-width: 767px) {
	.content-with-background.d4 .content-wrapper> div{padding:16.75% 50px;background-size: auto 100% !important;}
}

/*
 * HomePage D4: Brand Logos Slider
 */

.brand-logos-slider.d4.block-container{width:100%;}
.brand-logos-slider.d4.block-container .content-wrapper{padding:0 25px;}
.brand-logos-slider.d4 ul li, .std .brand-logos-slider.d4  ul li{display: inline-block;list-style-type: none;margin: 10px 3.95% 0 0; padding: 0;}
.brand-logos-slider.d4 ul li:last-child, .std .brand-logos-slider.d4  ul li:last-child{margin-right:0;padding-right:0;}
.brand-logos-slider.d4 ul:after{clear: both; content: "."; display: block; font-size: 0; height: 0; line-height: 0;overflow: hidden;}
.brand-logos-slider.d4 ul{text-align: center;margin: 0 0 20px;padding: 0 75px;}
.brand-logos-slider.d4 ul.owl-single{padding:0;}
.brand-logos-slider.d4 h2 {line-height: normal; margin:16px 0 6px; text-align: center;}
.brand-logos-slider.d4 .owl-controls  i.fa{color: #000000;  font-size: 25px;}
.brand-logos-slider.d4 .owl-controls .owl-prev{left:0;position: absolute;top: 50%;left:0; line-height: 1em; margin-top: -0.5em;    position: absolute;}
.brand-logos-slider.d4 .owl-controls .owl-next{right:0;position: absolute;right: 0;top: 50%; line-height: 1em; margin-top: -0.5em;}

.brand-logos-slider.d4 .owl-controls .owl-prev:hover,
.brand-logos-slider.d4 .owl-controls .owl-next:hover{color:#3399cc}

.brand-logos-slider.d4 .owl-controls{}

@media only screen and (max-width:767px)
{
    .brand-logos-slider.d4 ul{padding: 0 40px;}
}

/*
 * Homepage D1
 */
.featured-products-d1{max-width: 1200px;position: relative;}
.featured-products-d1 .content-wrapper{ padding:0 25px;}
.featured-products-d1 .owl-carousel{position: static;}
.featured-products-d1 .subtitle:after{clear:both;content:"";display:table;}
.featured-products-d1 h2{line-height: 1em;margin: -0.16666em 0 0;text-align: left;float:left;}

.featured-products-d1 .owl-navigation{float:right;}
.featured-products-d1 .owl-carousel{margin: 27px 0 0 0;}
.featured-products-d1 .owl-navigation div{border: 1px solid #dddddd;box-sizing: content-box; display: inline-block;height: 2.15em;line-height: 2.15em;text-align: center;width: 2.15em;}
.featured-products-d1 .owl-navigation div i{cursor:pointer ;font-size: 18px;line-height: inherit;}
.featured-products-d1 .owl-navigation div.owl-prev{margin: 1px 15px 0 0;}
.featured-products-d1 .owl-carousel .owl-wrapper .item{padding: 0 10px;}

.featured-products-d1 .product-image{border: none; text-align: center;}
.featured-products-d1 .product-image img{display: inline-block; max-width: 100%;}
.featured-products-d1 .product-name{ margin: 0;line-height: 1.2em; max-height:2.4em;overflow: hidden; text-align: center;}

.featured-products-d1 .price-box{text-align: center; margin: 2px 0 0;}
.featured-products-d1 .price-box .price{color: #000000; font-size: 14px; font-weight: bold;}
.featured-products-d1 .price-box .special-price{padding-left: 10px;}
.featured-products-d1 .price-box .old-price .price{font-weight: normal;}
.featured-products-d1 .price-box p {margin: 0;}
.featured-products-d1 .price-box .price-from, .featured-products-d1 .price-box .price-to{display:inline-block;}
.featured-products-d1 .price-box .price-from{padding-right:10px}

.featured-products-d1 .actions{margin: 20px 0 5px; text-align: center;}
.featured-products-d1 .direction-nav{display: none;}


@media only screen and (max-width: 1199px) {
	#homepage_slider_d3 .owl-controls {max-height: 80px;}
	.featured-products-d1 .owl-carousel{margin: 35px 0 0 0;}
	#homepage_slider_d3 .owl-controls div.owl-prev{left: 20px;}
	#homepage_slider_d3 .owl-controls div.owl-next{right: 20px;}
}
@media only screen and (max-width: 767px) {
	.featured-products-d1 .owl-carousel{margin: 47px 0 0 0;}
	.featured-products-d1 h2{margin-top:0;}
	#homepage_slider_d3 .owl-controls div.owl-prev{left: 10px;}
	#homepage_slider_d3 .owl-controls div.owl-next{right: 10px;}
	#homepage_slider_d3 .owl-controls div.owl-stop {right: 55px;}
	#homepage_slider_d3 .owl-controls .owl-nav > div{margin-top: 13px;}
	
}

@media only screen and (max-width: 479px) {
	.featured-products-d1 .owl-navigation {clear: both; margin: 10px 0 0; text-align: center;float:none;}
	.featured-products-d1 .owl-carousel{margin: 30px 0 0;}
	.featured-products-d1 h2{clear: both;text-align: center;float:none;}
	#homepage_slider_d3 .inner-text h3 span{font-size: 24px;}
	#homepage_slider_d3 .inner-text h3{font-size: 40px; line-height: 40px;}
	#homepage_slider_d3 .inner-text{padding: 0 10px;}
	#homepage_slider_d3.owl-carousel .owl-dots {bottom: -34px;}
    .content-no-bg.d1 .content-background{padding:33px 0px 38px;}
}

/*
 * Homepage D2
 */
.featured-products-d2{max-width: 1200px; position: relative;}
.featured-products-d2 .owl-carousel{position: static;}
.featured-products-d2 h2{text-align: center;padding: 0 0 10px;line-height: 1em;margin: -0.107143em;}
.featured-products-d2 .product-image{border: none; text-align: center;}
.featured-products-d2 .owl-carousel .owl-wrapper .item{    margin: 10px;}
.featured-products-d2 .product-image img{display: inline-block; max-width: 100%;}
.featured-products-d2 .product-name{ margin: 6px auto 0; max-width: 80%;line-height: 15px; overflow: hidden; text-align: center;}
.featured-products-d2 .product-name a{ line-height: 1.2em; max-height: 2.4em;display:block; min-height: 2.4em;}
.featured-products-d2 .price-box{text-align: center; margin: 0;}
.featured-products-d2 .price-box .price{color: #000000; font-size: 14px; font-weight: bold;}
.featured-products-d2 .price-box .special-price{padding-left: 10px;}
.featured-products-d2 .price-box .old-price .price{font-weight: normal;}
.featured-products-d2 .price-box p {margin: 0;}
.featured-products-d2 .price-from, .featured-products-d2 .price-to{display:inline-block;}
.featured-products-d2 .price-box .price-from{padding-right:10px}

.featured-products-d2 .actions{margin: 19px 0 0; text-align: center;}
.featured-products-d2 .direction-nav{display: none;}
.featured-products-d2 .owl-carousel{margin:13px 0 0;}
.featured-products-d2 .owl-navigation{text-align: center;margin:13px auto 23px}
.featured-products-d2 .owl-navigation div{display:inline-block; cursor:pointer; line-height: normal; text-align: center;}
.featured-products-d2 .owl-navigation i{ font-size: 22px;}
.featured-products-d2 .owl-navigation .owl-prev{margin: 0 25px 0 0;}

@media only screen and (max-width: 767px) {
	.featured-products-d2 h2{line-height: 0.7em;margin: 0 0 18px;}
    .featured-products-d2 .content-wrapper{ padding: 0  25px;}
	.featured-products-d2 .owl-carousel{ margin: 0;}
	.featured-products-d2 .owl-navigation{  margin:0 auto 23px;}
}


/*
 * Homepage D4
 */
.featured-products-d4{max-width: 1200px; position: relative;}
.featured-products-d4 .owl-carousel{position: static;}
.featured-products-d4 h2{text-align: center;padding: 0;line-height: 1em;margin:-0.107143em 0 ;}
.featured-products-d4 .product-image{border: none; text-align: center;}
.featured-products-d4 .owl-carousel .owl-wrapper .item{    margin: 10px;}
.featured-products-d4 .product-image img{display: inline-block; max-width: 100%;}
.featured-products-d4 .product-name{ margin: 3px auto 11px; overflow: hidden; text-align: center;}
.featured-products-d4 .product-name a{line-height: 1.235em; max-height: 2.47em;display:block;}
.featured-products-d4 .price-box{text-align: center; margin: 0;}
.featured-products-d4 .price-box .price{color: #000000; font-size: 13px; font-weight: 700;}
.featured-products-d4 .price-box .special-price{padding-left: 10px;}
.featured-products-d4 .price-box .old-price .price{font-weight: normal;}
.featured-products-d4 .price-box p {margin: 0;}
.featured-products-d4 .price-from, .featured-products-d4 .price-to{display:inline-block;}
.featured-products-d4 .price-box .price-from{padding-right:10px}

.featured-products-d4 .actions{margin: 19px 0 0; text-align: center;}
.featured-products-d4 .direction-nav{display: none;}
.featured-products-d4 .button.btn-cart{padding: 8px 20px; background: #000000;}
.featured-products-d4 .button.btn-cart:hover {background:#3399cc}
.featured-products-d4 .button.btn-cart span{color: #fff; font-weight: bold;}
.featured-products-d4 .owl-carousel{margin:13px 0 0;}
.featured-products-d4 .owl-navigation{text-align: center;margin:13px auto 23px}
.featured-products-d4 .owl-navigation div{display:inline-block; cursor:pointer; line-height: normal; text-align: center;}
.featured-products-d4 .owl-navigation i{color: #888888; font-size: 22px;}
.featured-products-d4 .owl-navigation .owl-next:hover i, 
.featured-products-d4 .owl-navigation .owl-prev:hover i{color:#3399cc}
.featured-products-d4 .owl-navigation .owl-prev{margin: 0 25px 0 0;}


.featured-products-d4 ul,
.std .featured-products-d4 ul{list-style:none;}
.featured-products-d4 ul:after { content: ''; display: table;  clear: both;}

.featured-products-d4 ul > li,
.std .featured-products-d4 ul > li { position: relative; margin-bottom: 20px; margin-top:25px; text-align: center;margin-left:0;}
.featured-products-d4 ul > li:after,
.std .featured-products-d4 ul > li:after { content: '';display: table;clear: both;}

.featured-products-d4 ul > li { float: left;  width: 47.72727%;  margin-right: 4.54545%;}
.featured-products-d4 ul > li:nth-child(odd) { clear: left;}
.featured-products-d4 ul > li:nth-child(even) { margin-right: 0;}

@media only screen and (min-width: 320px) {
  .featured-products-d4 ul > li:nth-child(odd) { clear: none;}
  .featured-products-d4 ul > li:nth-child(even) { margin-right: 0;}
  .featured-products-d4 ul > li { width: 100%; margin-right: 0;}
  /*.featured-products-d4 ul > li:nth-child(3n+1) { clear: left;}
  .featured-products-d4 ul > li:nth-child(3n) { margin-right: 0;}*/
}
@media only screen and (min-width: 480px) {
  .featured-products-d4 ul > li:nth-child(odd) { clear: none;}
  .featured-products-d4 ul > li:nth-child(even) { margin-right:0;}
  .featured-products-d4 ul > li {width: 47.72727%;margin-right: 4.54545%;}
  .featured-products-d4 ul > li:nth-child(2n+1) { clear: left;}
  .featured-products-d4 ul > li:nth-child(2n) { margin-right: 0;}
}
@media only screen and (min-width: 767px) {

  .featured-products-d4 ul > li:nth-child(odd) { clear: none;}
  .featured-products-d4 ul > li:nth-child(even) { margin-right: 3.7037%;}
  .featured-products-d4 ul > li { width: 30.8642%; margin-right: 3.7037%;}
  .featured-products-d4 ul > li:nth-child(3n+1) { clear: left;}
  .featured-products-d4 ul > li:nth-child(3n) { margin-right: 0;}
}
@media only screen and (min-width: 1200px) {
	.three-banner-images.d3 .banner-child-wrapper{display: table; height: 420px; width: 100%;}
	.three-banner-images.d3 .banner-child{ display: table-cell; vertical-align: bottom;}
	
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .featured-products-d4 ul > li:nth-child(odd) { clear: none; }
  .featured-products-d4 ul > li:nth-child(3n+1) {  clear: none; }

  .featured-products-d4 ul > li:nth-child(even),
  .featured-products-d4 ul > li:nth-child(3n) { margin-right: 2.22222%;}
  .featured-products-d4 ul > li { margin-right: 2.22222%; }
  .featured-products-d4 ul > li {width: 23.33333%; margin-right: 2.22222%;}
  .featured-products-d4 ul > li:nth-child(4n+1) {clear: left;}
  .featured-products-d4 ul > li:nth-child(4n) { margin-right: 0;}
}
@media only screen and (max-width:1199px) {
  .featured-products-d4 h2{margin: -0.17587em 0 23px;}
  .featured-products-d4 .product-name{ margin: 5px auto 11px;}
}
@media only screen and (max-width: 767px) {
  .featured-products-d4 h2{margin: -0.28em 0 23px;}
  .featured-products-d4 .content-wrapper{ padding: 0  25px;}
  .featured-products-d4 .owl-carousel{ margin: 0;}
  .featured-products-d4 .owl-navigation{  margin:0 auto 23px;}
}
.nav-primary li a.no-clickable{cursor: default;}

/**
 * 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
   ========================================================================== */

body, html {height: 100%;}
html{ height: auto;min-height: 100%;}
body {position: relative;}
html > body {height: auto;min-height: 100%;}
* html body {height: 100%;}


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: 'Raleway', sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

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

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

/* ==========================================================================
   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 */
}
input[type="file"],
.product-view .product-options dd .input-box input[type="file"]{
	font-size:initial;
} 
/*
 * 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: #363636;
  line-height: 22px;
  font-size: 16px;	
}
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;
}

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;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea,
.account-login .buttons-set .button {
  font-size: 16px;
  line-height: 22px;
}

a {
  text-decoration: none;
  color: #003087;
  text-decoration: underline;		
}

a:hover {
  color: #4278ae;
}


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

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  color: #363636;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700;				
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  color: #363636;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;		
}

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  color: #363636;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;			
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  color: #4278ae;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;	
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  color: #363636;
  font-size: 24px;
  text-transform: none;
  font-weight: 400;	
  font-family: "Georgia";
  font-style: italic;		
	
	
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  color: #363636;
  font-size: 18px;
  text-transform: none;
  font-weight: 400;	
  font-family: "Georgia";
  font-style: italic;		
}

/* ============================================ *
 * 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 Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

/* -------------------------------------------- *
 * Block Module
 */
.block {
  margin-bottom: 20px;
  overflow: hidden;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #cccccc;
  overflow: hidden;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  margin-bottom: 0;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
}

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;
  overflow: hidden;	
}

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

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

.block-reorder .actions .btn-cart{color: #4278ae !important; font-size: 14px; text-decoration: underline;}
.block-reorder .actions .btn-cart:hover{color: #003087 !important;}
.block-reorder .actions a{color: #d63737 !important; font-size: 14px; font-weight: 700; text-decoration: none;}
.block-reorder .actions a:hover{text-decoration: underline;}
.block-content li.item:last-child {
  margin-bottom: 0;
}

.price{font-family: "Gotham A", "Gotham B" !important;}
#wishlist-table .price-box .special-price{padding: 0;}
#wishlist-table .price-box .special-price span{color: #d63737;}
#wishlist-table .price-box .special-price span{color: #959595;}
.my-rewards h2{font-size: 16px;}
.my-rewards .box{margin: 0 0 20px 0;}
.block .actions {
  margin: 10px 0 0;
}
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.block .actions a {
  float: left;
  color:#888;
  text-transform: uppercase;
}
.sidebar .block .actions a:hover {
	color:#3399cc;
}
.sidebar .block .actions .button {
	background-color:transparent;
	color:#000;
	font-weight:600;
	font-size:14px;
	padding:7px 7px; 
	text-transform: uppercase;
}
.sidebar .block .actions .button:hover{
	color:#3399cc;
	background: none;
}

.sidebar .block .block-title,
.sidebar .block .block-title strong {
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	font-size: 24px;
	border: none;
}

.sidebar .block.block-compare .block-title,
.sidebar .block.block-compare .block-title strong
	{
	line-height: 1.25;
}
.sidebar .block.block-compare .btn-remove:hover {
    background-color: transparent;
    text-decoration: none;
}
.sidebar .block.block-compare .btn-remove:hover::after {
    color:#3399cc;
}
.sidebar .block.block-compare #compare-items {
	margin: 5px 0 0 0
}

.sidebar .block.block-compare #compare-items li {
	margin: 0;
	border-bottom: 1px solid #dddddd;
	padding: 12px 0 11px;
}

.sidebar .block.block-compare #compare-items li.last {
	border: none;
	padding-bottom: 5px;
}

.sidebar .block.block-compare #compare-items li p {
	margin: 0;
}

.block.block-viewed  .block-content li.item {
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	display: table;
	margin: 14px 0 0;
	padding-bottom: 15px;
}

.block.block-viewed  .block-content li.item.last {
	border: none;
	padding-bottom: 0;
}

.block.block-viewed  .mini-products-list .product-details {
	display: table-cell;
	margin-left: 10px;
	padding: 0 0 0 15px;
	vertical-align: middle;
}

.block.block-viewed li.item>a {
	display: table-cell;
	vertical-align: middle;
	width: 52px;
}

.block.block-viewed .mini-products-list .product-details p.product-name,.block.block-viewed .mini-products-list .product-details .product-name
	{
	margin: 0;
	padding: 5px 0;
}

.block .actions .button {
  float: right;
}

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

/* Authorize.Net CIM account */
#iwd-authorizecim-cards button, #iwd-authorizecim-form button {
  padding: 15px 28px;
  margin: 10px 5px 0px 0px !important;
}

#iwd-authorizecim-cards .control-box .right button {
  margin-right: 1px !important;
}

#iwd-authorizecim-cards .control-box .right{
  float: left;
}


@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: #636363;
    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 #003087;
    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: #636363;
    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 #003087;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #cccccc;
  }

  .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 {
  text-transform: uppercase;
  margin: 7px 0;
}
.block-account li a{text-decoration: none;}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #363636;
  color: #ffffff;
  padding: 15px 55px;
  font-size: 14px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #707070;
  cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #707070;
  color: #ffffff;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #ffffff;
  background: #707070;
  outline: none;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  display: inline-block;
  padding: 15px 55px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  background: #003087;
  border: none;
  border-radius:5px;
  color: #ffffff;
  font-weight: 700;					
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  cursor: pointer;
  background: #002260;
}

.product-view .add-to-cart .button.btn-cart{
	white-space: normal;
}

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: #003087;
  font-size: 14px;	
}
.button2:hover span {
  color: #4278ae;
}

@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;
  }
  .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: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a:not(".button") {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
  text-transform: uppercase;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2,  .sorter > .view-mode .grid,
.sorter > .view-mode .list{
  background-image: url(https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/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,  .sorter > .view-mode .list{
    background-image: url(https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: 15px 0;
}

.breadcrumbs li {
  float: left;
  font-size: 10px;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: #707070;
  text-decoration: none;	
}

.breadcrumbs a:hover {
  color: #4278ae;
}

.breadcrumbs li strong {
  color: #707070;
  font-weight: normal;
}

.breadcrumbs span {
  padding: 0 13px;
}


/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove{
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.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-previous:hover {
  background-color: #3399cc;
  border-color: #3399cc;
}

.btn-remove:after {
  content: '\f00d';
  color: #959595;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: "FontAwesome";;
  font-size:14px;
  font-weight: 400;
}
.btn-remove:hover:after {
  color: #003087;
  text-decoration: none;	
}
.btn-remove:hover{
  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;
}

/* -------------------------------------------- *
 * 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: 13px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container{
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 15px 25px;
  max-width: 1200px;	
}
.cms-index-index .main-container{max-width:none;}
.block-container{max-width: 1200px;margin: 0 auto;}
.block-container:after {
  clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.main-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 480px) {
  .main-container{
    padding-top: 15px;
  	padding-bottom: 15px;
  }
}

/* -------------------------------------------- *
 * 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-left: 0;
  /* Remove the 15px padding */
  clear: left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 75%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

.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%;
  clear: both;
}
.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://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/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;
}

/* -------------------------------------------- *
 * 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 {
  margin-bottom: 10px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
}

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

.messages .error-msg li {
  border-left: 5px solid 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;
}

.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;
}

.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 {
  height: auto;
}
.page-popup .wrapper .page{
  padding: 20px;
}

.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 {
  margin: 7px 0;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #707070;
  font-weight: 700;	
}

.price-box .price {
  color: #000;
  font-size: 16px;
}

.price-box .price,
.price {
  white-space: nowrap;
}

.price-box .price-label {
  color: #a0a0a0;
  white-space: nowrap;
}

.price-box .minimal-price-link {
  color: #3399cc;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
.price-box .minimal-price-link .label {
  color: #a0a0a0;
  text-transform: capitalize;
}

/* -------------------------------------------- *
 * 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: #000;
  text-decoration: line-through;
}

.price-box .special-price {
  color: #000;
  padding-left: 1em;
}
#crosssell-products-list .price-box .old-price .price , 
#crosssell-products-list .price-box .special-price{
	 padding-left: 0.5em;
	 padding-right: 0.5em;
}
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * 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: 14px;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.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: 3;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #003087;
  background-color: #F6F6F6;
  top: 34px;
  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 #003087;
  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;
}


/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
.ratings .rating-box {
  width: auto;
  height: auto;
  overflow: hidden;
  font-size:16px;
  padding-right: 1px;
  letter-spacing: -1px;	 
  color: #4278ae;	
}
.ratings .rating-box .rating {
  float: left;
}
.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;
}

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  background: #f4f4f4;
  padding: 5px 10px 0px 10px;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

.toolbar,
.pager {
  line-height: inherit;
}

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

.sorter {
  float: left;
  margin-bottom: 5px;
}
.sorter label {
  float: left;
  margin-right: 5px;
}
.sorter label:after {
  content: ':';
}

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  min-height: 30px;
}
.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 {
  margin-right: 5px;
  background-position: 8px -492px;
}
.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;
}

.pager {
  float: right;
  overflow: hidden;
}
.pager > .count-container {
  float: left;
}
.pager .amount {
  float: left;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
.pager .limiter {
  float: left;
  min-height: 30px;
  line-height: 1.2;
  min-width: 120px;	
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .limiter > label:after {
  content: ':';
}
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
.pages strong {
  display: none;
}

.pages li {
  float: left;
  margin-left: 9px;
}
.toolbar .pages{margin-top:3px;}
.pages a,
.pages .current {
  display: inline-block;
  /*font-size: 12px;*/
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.35em;
  height: 1.35em;
  padding: 0;
  padding:3px;
  box-sizing:content-box;	
  color: #707070;	
}
.pages .current{
	font-weight: 700;
	border-bottom: 2px solid #707070;
}
.pages a {
    display: block;
	text-decoration: none;
}
.pages a:hover{
	font-weight: 700;
	border-bottom: 2px solid #707070;
	text-decoration: none;
}

.pages a.next, .pages a.prev{
	font-size: 20px;
	line-height: 0;
}
.pages a.next:hover, .pages a.previous:hover{
	font-weight: normal;
	border: none;
	color: #113e8f
}
.pages .current{
  cursor: default;
}
.pages .current:hover{
  cursor: default;
}

.pages .next,
.pages .previous {
  text-shadow: none;
  background-color: transparent;
  position: relative;
  text-align:center;
}
.pages .next .right-arrow:before{content:"\f105"; line-height: inherit;vertical-align: middle;}
.pages .previous .left-arrow:before{content:"\f104"; line-height: inherit; vertical-align: middle;}

/*.pages .next:before {
  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;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #246b8f;
  border-right: none;
}
*/
/*.pages .previous:before {
  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;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #246b8f;
  border-left: none;
}
*/
@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }

  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * 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;
}

h1.hidden, h2.hidden, h3.hidden, h4.hidden, h5.hidden, h6.hidden, span.hidden, .product-collateral .collateral-tabs .tab-container,
.product-collateral .collateral-tabs .tab-container .tab{ position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; display: block;}
.product-collateral .collateral-tabs .tab-container.current{position: relative; left: auto; width: auto; height: auto; overflow: visible;}
/* ============================================ *
 * 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;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ededed;
}

/* -------------------------------------------- *
 * 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 {
  display: inline-block;
  font-size: 13px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' *';
  font-weight: normal;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

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

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 13px;
  border:1px solid grey;	
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid silver;
  font-size: 15px;
  padding: 5px;
  background-color:transparent;
}

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

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dddddd;
  background: #fff;
  font-size: 14px;
  color: #363636;	
}
.input-text:focus {
  border: 1px solid #4278ae;
}

.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: 34px;
  padding: 0 8px;
}

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

/* 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;
  max-width: 450px;
  width: 100%;
  border:1px solid #dddddd;	
  padding: 6px 0;	
}
.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: 9px;
  margin-left: 15px;
}
.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: #363636;
  background-color: #fafafa;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
  text-transform: uppercase;	
}
.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,
.product-options ul.options-list 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-size: 13px;
}

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

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

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

.data-table th {
  background: #f4f4f4;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid silver;
}

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

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.opc-data-table .item-options{
  margin-left: 20px;
}
.data-table tbody td .item-options li,
.opc-data-table .item-options li{
  list-style-type: circle;
}
.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 silver;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid silver;
  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;
    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;
    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
 * ============================================ */

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

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

/*
 * Tools
 */
.clearer:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.fixed{position: fixed; top: 0; left: 0; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/bg-fixed-area.png") repeat;}
.left{float:left}
.right{float:right}
.right-half-column, .left-half-column{max-width:50%;}
.right-half-column, .left-half-column, .two-third-column,.one-third-column{margin:0;padding:0;}
.two-third-column{max-width:66.666%;}
.one-third-column{max-width:33.333%;}
/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
}
.dashboard p.product-name.h3{
  font-style: normal;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #003087;
}
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 {
  color: #4278ae;
  text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
  margin-bottom: 5px;
  font-size: 14px;
}
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}

.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}
.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 {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}

.products-grid .ratings .rating-box {
  margin: 0 auto;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .price-box {
  color: #a0a0a0;
  font-size: 13px;
  margin: 0 0 5px;
}

.products-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

.products-grid > li:nth-child(odd) {
  clear: left;
}

.products-grid > li:nth-child(even) {
  margin-right: 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://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/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: 767px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .products-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .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: 50px;
}
.mini-products-list .product-details {
  margin-left: 60px;
}
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}
.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 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;
}


/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-items-table-wrapper {
  border: solid 1px silver;
  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;
}
.grouped-items-table .qty-wrapper {

}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  border: 1px solid #cccccc;
  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;
  border: 1px solid #888888;
}

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

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

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.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;
}

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

.product-options-bottom {
  padding: 15px 20px;
  border: 1px solid #cccccc;
  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: #636363;
}
@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: #636363;
}

/* "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: #636363;
  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
 * ============================================ */
.table-wrapper {
  float: left;
  width: 60%;
}

.cart-forms,
.cart-totals-wrapper,
.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;
}

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

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

@media only screen and (max-width: 979px) {
  .display-single-price .table-wrapper {
    float: none;
    width: 100%;
  }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .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 .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}
.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: top;
  margin: 0 0 5px 5px;
}
.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;
}
.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;
}
.header-minicart .info-wrapper .qty{
	border:1px solid #888;
}
.header-minicart .checkout-types.minicart 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 th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2,
.cart-table .h2{
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table .h2.product-name{
  color: #003087;
}
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
.cart-table tr {
  border-bottom: 1px solid silver;
}
.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;
}
.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-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: silver;
  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: 15px;
}

@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;
    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;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2,
  .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;
  }
  .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: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #dddddd;
}

.shipping p{
	font-size: 14px;
}
.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 0 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;
}
.shipping .form-list label {
  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 {
  min-width: 100px;
}
.shipping .sp-methods label span {
  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 {
  min-width: 220px;
}

@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-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 {
 
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 0px;
  vertical-align: top;
}
.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-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 {
  font-size: 24px;
}
.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{
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.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 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 8px;
}
.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;
  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: #636363;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  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: #636363;
  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;
}
#checkout-review-table{clear:both;}
/* 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%;

}
.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;
  font-style: italic;	
}

.opc-wrapper-opc .gift-message-form .gift-item .fieldset{
	margin-left: 0;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}
.multiple-checkout .gift-message-form .gift-item .fieldset {
    margin-left: 0;
}

@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 */
.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%;
}

.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://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/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-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 .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  .page-title::after {
    clear: both;
    content: "";
    display: table;
}
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
  float: left;
}
body.customer-account .my-account .title-buttons .button {
  position: relative;
  right: 0;
  top: 0;
}
body.customer-account .my-account .title-buttons-wrapper{
	display: inline-block;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
    margin-bottom: 15px;
    position: relative;
    vertical-align: middle;
}
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.sales-order-view .data-table:last-of-type{
  margin-top: 0;
}
body.customer-account.sales-order-view .my-account .title-buttons h1{
	width: 100%;
}
body.customer-account.sales-order-view .data-table tfoot th{
  text-transform: none;
}
body.customer-account.sales-order-view .data-table tfoot td{
  min-width: 102px;
}
body.customer-account .data-table td a {
  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;
  top: 2px;
}
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;
}

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 7px;
}
.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
.dashboard .box-head a {
  padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 45px;
}
.dashboard .box-account p,
.dashboard .box-account address {
  font-style: italic;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 11.09677%;
  padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}

.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 10px;
  line-height: 19.6px;
}

.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {float:left;}


.dashboard .col2-set .col-1 .box-title::after,
.dashboard .col2-set .col-1 .box-title::after,
.dashboard .col2-set .col-2 .box-title::after,
.dashboard .col2-set .col-2 .box-title::after{  visibility: hidden;display: block; font-size: 0; content: " "; clear: both;  height: 0;}

.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a,
.dashboard .col2-set .col-2 .box-title a{float:right;position: relative;}

.dashboard .col2-set .col-1 .box .box-content,
.dashboard .col2-set .col-1 .box .box-content,
.dashboard .col2-set .col-2 .box .box-content,
.dashboard .col2-set .col-2 .box .box-content {clear:both;}

.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #ededed;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings .fa{
	font-size:16px;
	color:#000;
	vertical-align: inherit;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
  margin-top: 10px;
}
@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;
  clear:both;
}
.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 {
  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-weight: bold;
  line-height: 1.5;
}
.order-info-box .box-title h2:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  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-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;
}

@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) {
  .main-container{padding-left: 20px; padding-right: 20px;}	
  .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;
  }*/
  body.customer-account .my-account .page-title h1{
	float:none;
  }
  body.customer-account .title-buttons-wrapper{
    font-size:inherit;
  }
  .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 .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 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
   /* position: absolute;*/
  	font-size: 14px;
    padding: 0;
  	top: 0;
  }

  .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;
}

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;
  }
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10px;
}
.ratings-table .rating-box, #my-reviews-table .rating-box {
  height: auto;
  overflow: hidden;
  width: auto;
  color:#4278ae;
  font-size:14px;	
  letter-spacing: -1px;
  padding-right: 1px;
}
.ratings-table .rating-box .rating{
  float: left;
  height: auto;
}
 #my-reviews-table .rating-box .fa{vertical-align: top;}
@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%;
  	overflow: hidden;
  }
  #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 {
  text-align: center;
}
#wishlist-table.clean-table {
  font-size: 12px;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid silver;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  margin: 5px 0;
}
#wishlist-table textarea {
  border: 1px solid silver;
  width: 100%;
  height: 45px;
  font-size: 11px;
}
#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 {
  font-size: 11px;
  padding: 3px 5px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#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%;
  white-space: normal;
}
#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-size: 12px;
}
#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;
}

@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;
  }
  #wishlist-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;
}


/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}
.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 #3399cc;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #f4f4f4;
  color: #3399cc;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  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: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 - 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;
  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;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}
.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;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  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;
  }
}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box.map-info .old-price {
  display: none;
}

/* ============================================ *
 * 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;
}

/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #f4f4f4;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #dddddd;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}
body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}
.multiple-checkout #shipping_method_form h3{font-size: 16px; padding: 5px 0 0 0;}
.multiple-checkout #shipping_method_form h4{font-size: 16px;}
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: none;
  text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 979px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 770px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
  .sendfriend-product-send .main .buttons-set .button{padding: 15px 45px;}
}
@media only screen and (max-width: 767px) {
	.main-container{padding-left: 10px; padding-right: 10px;}	
	.dashboard .col2-set .col-1 .box-title a, .dashboard .col2-set .col-2 .box-title a{right: 0;}
	.customer-account-login .col2-set .registered-users .buttons-set .f-left{margin: 0 0 5px 0; display: inline-block;}
}
@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}
/* ============================================ *
 * 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: "Raleway", "Helvetica Neue", Verdana, 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: "Raleway", "Helvetica Neue", Verdana, 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;
  }
}
/* SOCIAL ICONS*/

.social-icons  .fa{color:#000;font-size:30px;}
.social-icons  .fa-stack{font-size: 16px;}
.social-icons  .fa-stack .fa-stack-2x{font-size: 2em}
.social-icons  .fa-stack .fa-stack-1x{color:#fff;font-size:1em}
.social-icons  .fa .inner{display:none;}


.social-icons  li{display:inline-block;padding:0;padding: 5px 4px 5px 0;line-height: normal !important;}
.social-icons  li:last-child{padding-right:0;}

.social-icons.media_colors.round .fa-stack.facebook .fa-circle{color:#3b5a9a}
.social-icons.media_colors.round .fa-stack.twitter .fa-circle{color:#28a9e2}
.social-icons.media_colors.round .fa-stack.pinterest .fa-circle{color:#cf212a}
.social-icons.media_colors.round .fa-stack.google-plus .fa-circle{color:#de4b39}
.social-icons.media_colors.round .fa-stack.linkedin-square .fa-circle{color:#117bb7}
.social-icons.media_colors.round .fa-stack.instagram .fa-circle{color:#507ca1}
.social-icons.media_colors.round .fa-stack.youtube .fa-circle{color:#cb312f}
.social-icons.media_colors.round .fa-stack.vimeo-square .fa-circle{color:#2eb8e9}
.social-icons.media_colors.round .fa-stack.yelp .fa-circle{color:#c42126}					
.social-icons.media_colors.round .fa-stack.rss .fa-circle{color:#fca933}
.social-icons.media_colors.round .fa-stack.tumblr .fa-circle{color:#31506d}

.social-icons.media_colors.round .fa-stack.facebook:hover .fa-circle{color:#245cd0}
.social-icons.media_colors.round .fa-stack.twitter:hover .fa-circle{color:#00b1ff}
.social-icons.media_colors.round .fa-stack.pinterest:hover .fa-circle{color:#ef000c}
.social-icons.media_colors.round .fa-stack.google-plus:hover .fa-circle{color:#f73821}
.social-icons.media_colors.round .fa-stack.linkedin-square:hover .fa-circle{color:#0799eb}
.social-icons.media_colors.round .fa-stack.instagram:hover .fa-circle{color:#4386bf}
.social-icons.media_colors.round .fa-stack.youtube:hover .fa-circle{color:#f11916}
.social-icons.media_colors.round .fa-stack.vimeo-square:hover .fa-circle{color:#14c1ff}
.social-icons.media_colors.round .fa-stack.yelp:hover .fa-circle{color:#e8070e}					
.social-icons.media_colors.round .fa-stack.rss:hover .fa-circle{color:#ffc000}
.social-icons.media_colors.round .fa-stack.tumblr:hover	.fa-circle{color:#2e689e}

.social-icons.media_colors.square .fa-facebook-square{color:#3b5a9a}
.social-icons.media_colors.square .fa-twitter-square{color:#28a9e2}
.social-icons.media_colors.square .fa-pinterest-square{color:#cf212a}
.social-icons.media_colors.square .fa-google-plus-square{color:#de4b39}
.social-icons.media_colors.square .fa-linkedin-square{color:#117bb7}
.social-icons.media_colors.square .fa-instagram{color:#507ca1}
.social-icons.media_colors.square .fa-youtube-square{color:#cb312f}
.social-icons.media_colors.square .fa-vimeo-square{color:#2eb8e9}
.social-icons.media_colors.square .fa-yelp{color:#c42126}					
.social-icons.media_colors.square .fa-rss-square{color:#fca933}
.social-icons.media_colors.square .fa-tumblr-square{color:#31506d}

.social-icons.media_colors.square .fa-facebook-square:hover {color:#245cd0}
.social-icons.media_colors.square .fa-twitter-square:hover {color:#00b1ff}
.social-icons.media_colors.square .fa-pinterest-square:hover {color:#ef000c}
.social-icons.media_colors.square .fa-google-plus-square:hover {color:#f73821}
.social-icons.media_colors.square .fa-linkedin-square:hover {color:#0799eb} 
.social-icons.media_colors.square .fa-instagram:hover {color:#4386bf}
.social-icons.media_colors.square .fa-youtube-square:hover {color:#f11916}
.social-icons.media_colors.square .fa-vimeo-square:hover {color:#14c1ff}
.social-icons.media_colors.square .fa-yelp:hover {color:#e8070e}					
.social-icons.media_colors.square .fa-rss-square:hover {color:#ffc000}
.social-icons.media_colors.square .fa-tumblr-square:hover {color:#2e689e}

.social-icons.media_colors.clear .fa-facebook{color:#3b5a9a}
.social-icons.media_colors.clear .fa-twitter{color:#28a9e2}
.social-icons.media_colors.clear .fa-pinterest{color:#cf212a}
.social-icons.media_colors.clear .fa-google-plus{color:#de4b39}
.social-icons.media_colors.clear .fa-linkedin-square{color:#117bb7}
.social-icons.media_colors.clear .fa-instagram{color:#507ca1}
.social-icons.media_colors.clear .fa-youtube{color:#cb312f}
.social-icons.media_colors.clear .fa-vimeo-square{color:#2eb8e9}
.social-icons.media_colors.clear .fa-yelp{color:#c42126}					
.social-icons.media_colors.clear .fa-rss{color:#fca933}
.social-icons.media_colors.clear .fa-tumblr{color:#31506d}

.social-icons.media_colors.clear .fa-facebook:hover {color:#245cd0}
.social-icons.media_colors.clear .fa-twitter:hover {color:#00b1ff}
.social-icons.media_colors.clear .fa-pinterest:hover {color:#ef000c}
.social-icons.media_colors.clear .fa-google-plus:hover {color:#f73821}
.social-icons.media_colors.clear .fa-linkedin-square:hover {color:#0799eb}
.social-icons.media_colors.clear .fa-instagram:hover {color:#4386bf}
.social-icons.media_colors.clear .fa-youtube:hover {color:#f11916}
.social-icons.media_colors.clear .fa-vimeo-square:hover {color:#14c1ff}
.social-icons.media_colors.clear .fa-yelp:hover {color:#e8070e}					
.social-icons.media_colors.clear .fa-rss:hover {color:#ffc000}
.social-icons.media_colors.clear .fa-tumblr:hover {color:#2e689e}

/* NAVIGATION ICONS*/
/* HIDE UNTIL TASK APPROVED
.fa,
.header1 #header-search .fa,
.search-mobile .fa,
.header-search-mobile,
.skip-nav.skip-link .icon,
.nav-primary li.parent > a::before,
.header-minicart .block-subtitle .close,
.owl-navigation div .fa,
.home-block.subscription.d1 .button > span::before,
.footer1 .block-subscribe .actions .button > span::before,
.header2 .header-search.fa,
.footer2 .block-title .mobile_row,
.footer2 .block-subscribe .actions .button > span::before,
.nav-primary li.parent > a::after{color:red}

.fa:hover,
.header1 #header-search .fa:hover,
.header1 #search_mini_form .search-button:hover .fa,
.header1 .skip-link.skip-active span,
.header2 .skip-link.skip-active span,
.skip-link.skip-nav.skip-active span,

.search-mobile:hover .fa,
#search_mini_form .search-button:hover .fa,
.header-search-mobile:hover,
.header2 .header-search:hover,
.header1 .header-search-mobile.opened,
.header1 .skip-nav.skip-link .icon:hover,
.header2 .skip-nav.skip-link .icon:hover,
.header3 .skip-nav.skip-link .icon:hover,
.nav-primary li.level0:hover > a::before,
.navigation-d1 .nav-primary .sub-wrapper li.level1 > a:hover::before,

.owl-navigation div:hover .fa,
.home-block.subscription.d1 .button:hover > span::before,
.footer1 .block-subscribe .actions .button:hover > span::before,
.footer2 .opened .block-title .mobile_row:before,
.footer2  .block-title:hover .mobile_row:before,
.footer2 .block-subscribe .actions .button:hover > span::before,
.nav-primary li.parent.sub-menu-active > a::after,
.nav-primary li.parent.menu-active > a::after
{color:yellow;}

.header-minicart .block-subtitle .close:hover{color:yellow !important; }*/
.multiple-checkout .gift-message-form .inner-box > div{margin-top: 15px;}
.account-create .rewards {margin: 0 0 12px 30px;}
.account-create .buttons-set{margin-top: 20px; padding-top: 20px;}
.account-create .fieldset + .fieldset{margin-top: 13px;}
.customer-account-login .col2-set .registered-users .content > p{margin: 0 0 12px 0;}
@media only screen and (max-width: 479px) {
	#stocknotification-table .subscribed{display: none;}
	h1, .h1{font-size: 30px}
	.account-create .rewards {margin: 0 0 12px 0px;}
}

.account-login{}
.account-login .page-title h1{border: none; font-size: 46px;}
.account-login .col2-set h2{color: #363636; font-size: 30px; font-weight: normal;}
.account-login .col2-set .col-2{border: none;}
.account-login .col2-set .buttons-set{text-align: center;}
.account-login .form-list label, .customer-account-login .form-list label.required::after{color: #363636; font-size: 14px; text-transform: uppercase; font-weight: 700;}
.customer-account-login .form-list label.required::after{margin-left: -3px;}
.account-login .form-list label{margin: 0 0 3px 0;}
.account-login .registered-users p.required{display: none;}
.account-login .form-list .input-box input{width: 100%;}
.account-login .forgot-pass{display: block; text-align: center; text-transform: uppercase; color: #4278ae; font-size: 14px; font-weight: 700; margin: 0 0 22px 0;}
.account-login .forgot-pass:hover{color: #003087;}
.account-login .col2-set .buttons-set button{background: #4278ae; font-size: 14px; padding: 15px 15px; min-width: 45% !important;}
.account-login .col2-set .buttons-set button:hover{background: #345f8a;}
.account-login .col2-set .col-1{padding: 0 55px 0 0;}
.account-login .col2-set .col-2{padding: 0 0 0 55px;}
.account-login .form-list > li{margin-bottom: 14px;}
.account-login .registered-users .buttons-set{padding-top: 0;}
@media only screen and (max-width: 1199px) {
	.account-login .col2-set .col-1{padding: 0 20px 0 0;}
	.account-login .col2-set .col-2{padding: 0 0 0 20px;}
}

@media only screen and (max-width: 767px) {
	.account-login .col2-set .col-1, .account-login .col2-set .col-2{width: 100%; padding: 0;}
	.account-login .col2-set .col-1{margin: 0 0 25px 0;}
	.account-login .col2-set .buttons-set .button{width: inherit;}
	.customer-account-login .col2-set .col-2{margin-top: 17px;}
}

@media only screen and (max-width: 479px) {
	.account-login .col2-set .buttons-set .button{width: 100%;}
	.customer-account-login .col2-set .col-2{padding-top: 17px;}
}

.product-collateral .collateral-tabs .tab-container .tab-content{padding: 23px 53px 49px; width: 100%;}
#my-orders-table h3.product-name {margin-bottom: 0;}



/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .main{padding: 0;}
.cms-page-view .main-container{max-width:100%;padding: 0;}
.cms-page-view .breadcrumbs{max-width:1200px;margin: 17px auto 41px;padding:0 25px;text-align:right; display: none;}
.cms-page-view .breadcrumbs ul{diplay:inline-block;}
.cms-page-view .breadcrumbs ul:after{content: ''; display: table; clear: both;}
.cms-page-view .breadcrumbs span{padding: 0 4px;}
.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 p,
.cms-no-route .std p {line-height: 22px;}
.cms-page-view .std li,
.cms-no-route .std li {line-height: normal;}
.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;}
#accordion .toggle-tabs { display: none;}
#accordion > dl > dt { margin: 0; margin-bottom: 10px; line-height: 1.4; text-rendering: optimizeSpeed;-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;}
@media only screen and (max-width: 767px) {
	#contactForm {padding-left: 0;}
}
.cms-page-view .main-container{max-width:100%;}
.cms-page-view .footer-container{padding: 0;}
.cms-container{max-width:1200px;margin:0 auto; padding: 0 25px;}
.cms-page-view .breadcrumbs{padding-left:25px;padding-right:25px;}
.cms-text-banner .cms-container{}
.cms-text-banner .cms-container .text{max-width: 1200px; margin: 0 auto; }
.cms-text-banner .cms-container .text h1 span,
.cms-text-banner .cms-container .text h2 span{display: block; font-weight: normal; font-size: 38px; font-family: Georgia; font-style: italic; text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15); line-height: 38px; margin: 0; text-transform: none;}
.cms-text-banner .cms-container .text h1,
.cms-text-banner .cms-container .text h2{color: #ffffff; font-weight: 700; font-size: 68px; text-transform: uppercase; text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15); margin: 0; line-height: 77px;}
.cms-text-banner .cms-container .text h1:after,
.cms-text-banner .cms-container .text h2:after{content: ""; background: #fff; width: 235px; height: 2px; display: block; margin: 16px auto 6px;}
.cms-container:after{content: ''; display: table; clear: both;}
.left-column{float:left;width:50%;line-height: 22px;padding-right:25px;overflow: hidden;}
.right-column{float:right;width:50%;line-height: 22px;padding-left:25px;overflow: hidden;}
.left-column p,
.right-column p{line-height: 22px; margin-bottom: 22px;}
.cms-page-view .std h1{line-height: normal;margin: 0 0 28px;text-align:center;}
.cms-page-view .std h2{line-height: 1;text-transform: none; margin:0 0 25px;}
.cms-page-view .std h3{line-height: normal;text-transform: none; margin:0 0 15px;}
.cms-page-view .std h4{line-height: normal;text-transform: none margin:0 0 25px;}
.cms-banner {margin:0 auto 30px;width:100%;}
.cms-banner > img{margin:0 auto;width:100%;}
.centr-text{ color: #363636; display: block; line-height: 26px; text-align: center !important; font-size: 20px; margin: 0 0 5px 0;}
.cms-page-view .std .centr-text h1{text-align:center;}
.cms-text-banner.bottom-banner{height: 400px; margin-bottom: 31px;}
.cms-text-banner .cms-container .center-column{color: #ffffff; font-size: 24px; line-height: 30px; max-width: 1200px; margin: 0 auto; padding: 0 175px;}
.cms-block{padding:45px 0 54px;}
.cms-block:after{content: ''; display: table; clear: both;}
.cms-text-banner.bottom-banner p{font-size: 24px; line-height: 30px; font-family: "Georgia"; font-style: italic; margin: 0;}
.cms-text-banner.bottom-banner p:after{content: ""; background: #fff; width: 235px; height: 2px; display: block; margin: 25px auto 0;}
.cms-text-banner {text-align:center;color:#000; margin: 0; background-size: cover !important; display: table; vertical-align: middle; width: 100%; position: relative;}
.cms-page-view .top-banner .links li.title{display: none;}
.cms-page-view .top-banner .links ul{margin: 0 auto; text-align: center; max-width: 1200px; padding: 18px 0px;}
.cms-page-view .top-banner .links ul li{list-style-type: none; display: inline-block; margin: 4px 20px 2px; line-height: normal;}
.cms-page-view .top-banner .links ul li a{color: #363636; font-size: 16px; text-transform: uppercase; font-weight: 700; text-decoration: none; margin: 0 0 2px 0; display: inline-block;}
.cms-page-view .top-banner .links ul li.active a,
.cms-page-view .top-banner .links ul li:hover a{margin: 0;}
.cms-page-view .top-banner .links ul li:hover a{color: #003087;}
.cms-page-view .top-banner .links ul li.active a:after,
.cms-page-view .top-banner .links ul li:hover a:after{content: ""; height: 2px; width: auto; background: #003087; display: block; margin: 0 10px;}
.cms-page-view .cms-container .title h2 span{display: block; text-transform: none; font-size: 26px; font-weight: normal; font-style: italic; font-family: "Georgia"; text-align: center; margin: 0 0 4px 0;}
.cms-page-view .cms-container .title h2, .cms-page-view .cms-container .title h4{color: #363636; font-size: 46px; text-transform: uppercase; text-align: center; margin: 0; background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_icon.png") no-repeat center bottom; padding: 0 0 39px 0; margin: 0 0 23px 0;}
.cms-text-banner .cms-container{display: table-cell; vertical-align: middle; width: 100%;}
.cms-page-view .std .cms-text-banner h4{margin-bottom: 6px;}
.cms-text-banner .left-column p, .cms-text-banner .right-column p{ line-height: 1.775;color:#000;}
.cms-container ul  {list-style:none;}
.cms-container ul.disc{list-style:outside;}
.cms-container ul li{}
.cms-page-view .std li{margin: 0 0 20px 0; line-height: 22px;}
.cms-page-view .std ul{margin: 0 0 0 15px;}
.cms-page-view .std ol{margin: 0 0 0 24px;}
.cms-page-view .std ul li{list-style-type: disc;}
.cms-page-view .std ol li{list-style-type: decimal-leading-zero;}
.cms-container .cms-navigation{padding:25px 0;}
.cms-container .cms-navigation a:hover{color:#3399cc;}
.cms-container .cms-navigation > ul{margin-bottom:3px;}
.cms-container .cms-navigation > ul li{display:inline-block;margin: 0 25px 0 0;}
.cms-container .cms-navigation > ul li strong{font-weigth:bold;}
.cms-page-view .top-banner .background-block{}
.cms-page-view .top-banner .cms-text-banner{height: 530px;}
.cms-page-view .top-banner{position: relative;  margin: 0 0 72px 0;}
.cms-page-view.cms-reward-points .main-container{max-width: 1200px; padding: 0 25px; margin: 0 auto;}
@media only screen and (min-width: 768px)
{
	.cms-page-view .top-banner .links{position: absolute; width: 100%; left: 0; bottom: 0; background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/dropdown-bg.png") repeat; -webkit-box-shadow: -1px 3px 2px 0px rgba(0, 0, 0, 0.2);-moz-box-shadow:    -1px 3px 2px 0px rgba(0, 0, 0, 0.2);box-shadow:         -1px 3px 2px 0px rgba(0, 0, 0, 0.2);}
}
@media only screen and (max-width: 1119px){
	.cms-page-view.cms-reward-points .main-container{padding: 0 20px;}
	.cms-page-view .std h1{margin:0 0 30px 0;line-height: 1.25;}
	.cms-banner{margin:35px 0;}
	.cms-block { padding: 35px 0;}
	.cms-container ul li {line-height: 1.55 ;margin-left: 2.8em;padding: 0 0 8px;}
	.cms-container .cms-navigation > ul{margin-bottom:0;}
	.cms-page-view .std .cms-text-banner h4{ font-size: 36px;line-height: 1.3;margin-bottom: 10px;}
	.cms-container{padding: 0 20px;}
	.cms-page-view .top-banner .links ul{padding: 18px 0;}
	.cms-page-view .top-banner .links ul li{margin: 3px 20px;}
	.cms-text-banner .cms-container .center-column{padding: 0;}
}
@media only screen and (max-width: 767px){
	.cms-page-view .top-banner .links ul li{margin: 0;}
	.cms-page-view.cms-reward-points .main-container{padding: 0 10px;}
	.cms-container{padding: 0 10px;}
	.cms-page-view .top-bannerul{padding: 20px 10px;}
	.left-column,
	.right-column{width:100%;float:none;padding: 5px 0;}
	.right-column{padding: 9px 0 0;}
	.cms-page-view .std .right-column  h2{margin:15px 0;}
	.cms-page-view .std .left-column  h2{margin:5px 0 15px}
	.cms-container .cms-navigation > ul li{display: block;font-size:14px;margin:0;padding:0 0 6px 0;}
	.cms-container .cms-navigation > ul {margin-bottom: 10px;}
	.cms-text-banner .cms-container{padding: 0 10px;}
	.cms-text-banner .cms-container .left-column{padding:0}
	.cms-text-banner.bottom-banner p{font-size: 20px; line-height: 26px;}
	.cms-page-view .top-banner .links ul li.title{display: block; color: #363636; font-size: 16px; font-weight: 700; text-transform: uppercase; cursor: pointer; border: none;}
	.cms-page-view .top-banner .links ul li.title:after{content: "\f105"; font-family: 'FontAwesome'; color: #363636; font-size: 30px; padding: 0 0 0 25px; position: absolute; margin-top: -0.25em;}
	.cms-page-view .top-banner .links{width: 260px; margin: 28px auto 0;}
	.cms-page-view .top-banner .links ul.opened li.title:after{content: "\f107";}
	.cms-page-view .top-banner .links ul li{display: none; border-bottom: 1px solid #ededed; padding: 11px 0 9px;}
	.cms-page-view .top-banner .links ul li:last-child{border-bottom: none;}
	.cms-page-view .top-banner .links ul.opened li{display: block;}
	.cms-page-view .top-banner{margin: 0 0 38px 0;}
	.cms-text-banner .cms-container .text h1,
	.cms-text-banner .cms-container .text h2{font-size: 48px; line-height: 50px;}
	.cms-text-banner .cms-container .text h1 span,
	.cms-text-banner .cms-container .text h2 span{font-size: 28px; line-height: 32px;}
	.cms-text-banner .cms-container .text{padding-bottom: 0 !important;}
}


/* MEDIA PAGE */
.cms-page-view .media-container .media{max-width: 1175px; padding: 0 0 0 25px; margin: 7px 0 0 0;}
.cms-container.media-block{padding: 0 0 15px 0;}
.cms-page-view .media li{float: left; cursor: pointer; position: relative; }
.cms-page-view .media li .info{ color: #363636; font-size: 16px; position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; display: block;}
.cms-page-view .media li:hover .info{ height: 100%; left: 0; top: 0; width: 100%; background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/image-bg-media.png") repeat; overflow: visible;}
.cms-page-view .media li .info .inner{display: table; height: 100%; width: 100%; padding: 30px;}
.cms-page-view .media li .info .inner .details{display: table-cell; vertical-align: middle; text-align: center;}
.cms-page-view .media li span{display: block;}
.cms-page-view .media li span.date{font-family: "Georgia"; font-style: italic; margin: 0 0 10px 0;}
.cms-page-view .media li span.description{line-height: 20px; margin: 0 0 10px 0;}
.cms-page-view .media li a{color: #4278ae; font-size: 14px; text-transform: uppercase; text-decoration: none; font-weight: 700;}
.cms-page-view .media li a:hover{color: #003087;}
.cms-page-view #newsletters{height: 400px; margin: 32px 0;}
.cms-page-view #newsletters .inner{display: table-cell; vertical-align: middle; width: 100%;}
.cms-page-view #newsletters .inner .details{max-width: 1200px; margin: 0 auto; padding: 0 25px;}
.cms-page-view #newsletters .inner .details p{color: #ffffff; font-size: 30px; line-height: 36px; text-shadow: 0 1px 1px rgba(0,0,0,0.34); max-width: 620px; margin: 0 auto 25px;}
.cms-page-view #newsletters .block-subscribe, .cms-page-view #newsletters .block-content{margin: 0 0 3px 0;}
.cms-page-view #newsletters .block-content .input-box{padding: 0; width: 382px; height: 52px; position: relative; margin: 0 auto;}
.cms-page-view #newsletters .block-content .input-box .input-text{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/media-subs-input.png") repeat; border: 1px solid #fff; border-radius: 5px; color: #363636; font-size: 16px; height: 100%; padding: 0 13px;}
.cms-page-view #newsletters .block-content .input-box .input-text::-webkit-input-placeholder { color: #363636;}
.cms-page-view #newsletters .block-content .input-box .input-text:-moz-placeholder { color: #363636; opacity: 1;}
.cms-page-view #newsletters .block-content .input-box .input-text::-moz-placeholder { color: #363636; opacity: 1;}
.cms-page-view #newsletters .block-content .input-box .input-text:-ms-input-placeholder { color: #363636;}
.cms-page-view #newsletters .block-content .button {background: none; border: none; color: #4278ae; font-size: 18px; line-height: normal; padding: 0; position: absolute; right: 15px; top: 15px;}
.cms-page-view #newsletters .block-content .input-text.validation-failed{border-color: red;}
.cms-page-view .col-main #connect{max-width: 1200px; padding: 41px 10px; margin: 0 auto;}
.cms-page-view .col-main #connect .title h2{margin: 0;}
.cms-page-view .col-main .cms-container .title.no-bg h2, .cms-page-view .col-main .cms-container .title.no-bg h4{background: none; font-weight: 700;}
.cms-page-view #newsletters .block-content .button:hover{color: #003087}
.cms-text-banner.event-banner{height: 450px;}
.cms-text-banner.event-banner p{margin: 0; line-height: 30px;}
.cms-container.event-block{padding: 50px 25px 56px;}
.cms-container.event-block .title h2{margin: 0 0 20px 0; padding: 0;}
.cms-page-view .cms-container .title{text-align: center;}
.cms-page-view .cms-container .title a {color: #4278ae; font-size: 16px; text-transform: uppercase; font-weight: 700; text-decoration: none;  border-bottom: 2px solid #4278ae;}
.cms-page-view .cms-container .title a:hover {border-bottom: 2px solid #003087; color: #003087;}
.cms-page-view .events{margin: 25px 0 0 0;}
.cms-page-view .events li{float: left;}
.cms-page-view .media li img, .cms-page-view .events li img{display: inline-block; max-width: 100%; border-radius: 50%;}
.cms-page-view .events li span{display: block;}
.cms-page-view .events li .details{text-align: center; color: #363636; font-size: 16px; margin: 53px 0 0 0;}
.cms-page-view .events li span.date{font-family: "Georgia"; font-style: italic; margin: 0 0 10px 0;}
.cms-page-view .events li span.description{line-height: 20px; margin: 0 0 10px 0;}
.cms-page-view .events li a{color: #4278ae; font-size: 14px; text-transform: uppercase; text-decoration: none; font-weight: 700;}
.cms-page-view .events li a:hover{color: #003087;}
.cms-page-view .cms-text-banner.send-gift{height: 240px;}
.cms-page-view .cms-text-banner.send-gift .inner{max-width: 1200px; padding: 0 25px; margin: 0 auto;}
.cms-page-view .send-gift .title h2, .cms-page-view .send-gift .title h4{margin: 0 0 20px 0; padding: 0;}
.cms-page-view .cms-text-banner.event-banner p:after { background: #fff; content: ""; display: block; height: 2px; margin: 25px auto 0; width: 235px;}
.cms-page-view .cms-text-banner.event-banner{font-family: "Georgia"; font-style: italic; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.34); margin: 25px 0;}
.cms-page-view .cms-text-banner.event-banner .center-column{padding: 0 150px;}
.cms-page-view.hide-footer-padding .footer-container{padding-top: 0;}
.cms-page-view.hide-footer-padding .col-main{margin-bottom: 0;}
.cms-page-view .send-gift .cms-container{padding: 0;}
.cms-text-banner img.hidden-image{position: absolute; overflow: hidden; width: 8px; height: 8px;}
.cms-page-view .media li, .cms-page-view .events li{list-style-type: none !important;}
@media only screen and (min-width: 1200px){
	.cms-page-view .media li, .cms-page-view .events li{width: 27.82%; margin: 36px 8.27% 20px 0; padding: 0;}
	.cms-page-view .media li{margin: 28px 8.27% 28px 0;}
	.cms-page-view .media li:nth-child(3n+1), .cms-page-view .events li:nth-child(3n+1){clear: both;}
	.cms-page-view .media li:nth-child(3n), .cms-page-view .events li:nth-child(3n){margin-right: 0;}
}

@media only screen and (max-width: 1199px){
	.cms-page-view .media-container .media{padding: 0 20px;}
	.cms-container.media-block{padding: 0 0 49px 0;}
	.cms-page-view .col-main #connect{padding: 41px 5px;}
	.cms-page-view .cms-text-banner.event-banner .center-column{padding: 0;}
	.cms-page-view .events li .details{margin: 55px 0 0 0;}
	.cms-container.event-block{padding: 50px 20px;}
	.cms-page-view #newsletters .inner .details, .cms-page-view .cms-text-banner.send-gift .inner{padding: 0 20px;}
	.cms-page-view .media li img, .cms-page-view .events li img{display: block; margin: 0 auto;}
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
	.cms-page-view .media li, .cms-page-view .events li{width: 32%; margin: 35px 2% 24px 0; padding: 0;}
	.cms-page-view .media li:nth-child(3n+1), .cms-page-view .events li:nth-child(3n+1){clear: both;}
	.cms-page-view .media li:nth-child(3n), .cms-page-view .events li:nth-child(3n){margin-right: 0;}
}
@media only screen and (max-width: 767px){
	.cms-page-view .media-banner .cms-text-banner{height: 350px;}
	.cms-page-view .media-container .media{padding: 0 10px; text-align: center;}
	.cms-page-view .events li{text-align: center;}
	.cms-page-view .media li, .cms-page-view .events li{float: none; margin: 34px auto 14px; text-align: center; display: block; max-width: 320px;}
	.cms-page-view .media-banner .links{margin: 46px auto 0;}
	.cms-page-view .media-banner{margin: 0 0 44px 0;}
	.cms-container.event-block{padding: 50px 10px;}
	.cms-page-view .events li span.info{padding: 0px;}
	.cms-page-view #newsletters .inner .details, .cms-page-view .cms-text-banner.send-gift .inner{padding: 0 10px;}
	.cms-page-view .events li{width: 100%;}
}
@media only screen and (max-width: 479px){
	.cms-page-view .media li, .cms-page-view .events li{display: block;}
	.cms-page-view #newsletters .block-content .input-box{width: 100%;}
	.cms-page-view #newsletters .block-content .input-box .input-text{width: 100%;}
	.cms-page-view .col-main .cms-container .title.no-bg h2{}
	.cms-page-view .col-main #connect{padding: 41px 0px;}
	.cms-page-view #connect .title{padding: 0 10px;}
	.cms-page-view .cms-text-banner.send-gift{height: 275px;}
	.cms-page-view .events{margin: 60px 0 0 0;}
	.cms-page-view .events li{margin: 48px auto 14px;}
}

.visit .banner-images-fullwidth.block-container .content-background{width: 100%;}
.visit .three-banner-images.d3 .banner-child table caption{font-size: 26px;font-style: italic;font-family: "Georgia", Times New Roman, Times, sans-serif;text-align: center;padding: 25px 0;}
.visit .three-banner-images.d3 .banner-child .table-wrap{padding-bottom: 25px;}
.visit .three-banner-images.d3 .banner-child table{margin: 0 auto 17px;max-width: 395px;width: 100%;}
.visit .three-banner-images.d3 .banner-child table td{text-align: right;}
.visit .three-banner-images.d3 .banner-child table th{text-align: left;}
.visit .block-container{padding: 0;}
.visit .banner-images-fullwidth.block-container,
.visit .banner-images-fullwidth.block-container.right-align{padding: 3px 0;}
.visit .banner-images-fullwidth.right-align div.left .inner h3{color: #fff;font: italic 30px "Georgia";margin-bottom: 20px;text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.34);}
.visit .banner-images-fullwidth.right-align div.left .inner p{color: #fff;font-size: 28px;line-height: normal;padding: 0 110px;text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.34);}
.visit .banner-images-fullwidth div.right .inner{padding: 25px 50px;}
.visit .banner-images-fullwidth div.locate-us .inner{padding: 25px 0;max-width: 210px;margin: 0 auto;margin-bottom: 55px;}
.visit .three-banner-images.d3 .banner-child h2 span{font: italic 34px "Georgia";margin-bottom: 5px;}
.visit .three-banner-images.d3 .banner-child h2{margin-bottom: 0;}
.cms-page-view .visit ul{list-style-type: none;margin: 0;}
.visit .three-banner-images.d3 .banner-child-wrapper{display: table;width: 100%;}
.visit .three-banner-images.d3 .banner-child{float: none;display: table-cell;vertical-align: middle;height: 450px;}
.visit .banner-images-fullwidth div .inner a{color: #fff;background-color: #4278ae;border: none;}
.visit .banner-images-fullwidth div .inner a:hover{background-color: #345f8a;}
.visit .cms-text-banner.gallon .inner{display: table;margin: 0 auto;position: relative;}
.visit .cms-text-banner.gallon .inner img{position: absolute;right: 100%;bottom: 50%;-webkit-transform: translateY(50%);-moz-transform: translateY(50%);-ms-transform: translateY(50%);}
.visit .cms-text-banner.gallon .inner .title{display: table-cell;vertical-align: middle;}
.visit .scooping-items li{display: table;margin-left: 0;margin-bottom: 2px;-ms-column-break-inside: avoid;-moz-column-break-inside: avoid;-webkit-column-break-inside: avoid;column-break-inside: avoid;}
.visit ul.scooping-items{column-count: 3;-webkit-column-count: 3;-moz-column-count: 3;-ms-column-count: 3;}
.visit .scooping-items .name{color: #363636;font-size: 16px;text-decoration: none;display: table-cell;vertical-align: middle;padding-left: 20px;font-weight: 500;}
.visit .scooping-items .thumbnails{display: table-cell;vertical-align: middle;min-width: 25px;height: 25px;background-size: 100% auto;}
.visit .scooping-items a.name:hover{color: #003087;}
.visit .centr-text{margin: 0 0 76px;}
.visit .banner-images-fullwidth div .inner p{margin: 20px 0 25px 0;}
.visit .banner-images-fullwidth.block-container .content-background .locate-us .left {vertical-align: top;padding-top: 81px;}
.visit .banner-images-fullwidth div .inner a .fa{margin-right: 5px;}
.visit .cms-container.scooping-block {padding: 46px 25px 56px;}
.visit .cms-container.scooping-block p{font-size: 20px;font-weight: 300;color: #373737;margin-bottom: 56px;}
.visit .cms-container.scooping-block .title.no-bg h2{padding-bottom: 0;margin-bottom: 19px;}
.visit .cms-text-banner.gallon .inner .title{padding-bottom: 18px;padding-left: 20px;padding-right: 20px;}
.visit .cms-text-banner.gallon .inner h3{margin-bottom: 20px;font-size: 26px;line-height: 30px;font-family: "Georgia";font-style: italic;}
.visit .cms-text-banner.bottom-banner .button{background-color: #4278ae;padding: 15px 25px;margin-top: 25px;}
.visit .cms-text-banner.bottom-banner .button:hover{background-color: #345f8a;}
.visit .cms-text-banner.gallon{padding: 20px 0 91px;}
.visit .cms-text-banner.bottom-banner {height: 452px;margin-bottom: 24px;}
.visit .three-banner-images.d3 .banner-child{padding-right: 0;}
.visit .three-banner-images.d3 .banner-child:nth-of-type(2) {border-right: 3px solid #fff;border-left: 3px solid #fff;}
.visit .visit .banner-images-fullwidth.right-align div.left .inner h3{margin-bottom: 20px;}
.visit .three-banner-images.d3 .banner-child .contact-us{margin: 0 auto 5px;max-width: 447px;padding: 40px 5px;width: 100%;}
.visit .three-banner-images.d3 .banner-child-wrapper > div:first-child{vertical-align: bottom;}
.visit .three-banner-images.d3 .banner-child-wrapper > div:first-child .button-wrap{padding-bottom: 40px;}
.visit .three-banner-images.d3 .banner-child .contact-us li{margin: 0 0 25px 0;list-style-type: none;}
.visit .three-banner-images.d3 .banner-child .contact-us li .fa{margin-right: 15px;}
.visit .three-banner-images.d3 .banner-child .contact-us h2 span{margin-bottom: 15px;font-size: 24px;color: #363636;text-shadow: none;}
.visit .three-banner-images.d3 .banner-child .contact-us .button{padding: 16px 40px;}
.visit .cms-text-banner.bottom-banner .text h2::after{width: 375px;}
.cms-page-view .std .visit .locate-us img, .cms-no-route .std .visit .locate-us img {max-width: none;}
.visit .three-banner-images.d3 .banner-child:last-of-type{border-right: 0;}
.visit .scooping-items.less-ie9 li{display: inline-block;width: 33%;padding-left: 45px;}
.visit .scooping-items.less-ie9 li span,
.visit .scooping-items.less-ie9 li a{line-height: 25px;}
.visit .scooping-items.less-ie9 li img{float: left;}
.visit .three-banner-images.d3 .banner-child .button-wrap .button{margin-top: 67px;}
.visit .three-banner-images.d3 .banner-child .button-wrap.vertical-middle{bottom: 50%;-webkit-transform: translateY(50%);-moz-transform: translateY(50%);-ms-transform: translateY(50%);}
.cms-page-view .visit .banner-child > img{position: absolute;visibility: hidden;height: 8px;width: 8px;}
.visit .three-banner-images.d3 .banner-child .button-wrap{padding: 25px;}
@media only screen and (max-width: 1199px){
	.visit .three-banner-images.d3 .banner-child-wrapper > div:first-child .button-wrap{vertical-align: bottom;}
	.visit .three-banner-images.d3 .banner-child-wrapper > div:first-child .button-wrap{padding-bottom: 68px;}
	.visit .three-banner-images.d3 .banner-child .button-wrap{vertical-align: middle;}
	.cms-page-view .visit .banner-child {min-height: 450px;}
	.visit .three-banner-images.d3 .banner-child{display: block;height: auto;display: table;}
	.visit ul.scooping-items{column-count:2;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2}
	.visit .scooping-items.less-ie9 li{width:49%}
	.visit .banner-images-fullwidth.right-align div.left .inner p{padding:0}
	.visit .banner-images-fullwidth div.right .inner{padding:25px 31px}
	.visit .three-banner-images.d3 .banner-child .button-wrap{padding:25px 20px;height:450px}
	.visit .three-banner-images.d3 .banner-child .contact-us{padding:83px 5px 87px;margin-bottom:0}
	.visit .three-banner-images.d3 .banner-child .table-wrap{padding:60px 0 85px;margin-bottom:0}
	.visit .three-banner-images.d3 .banner-child:nth-of-type(2){border-right:0;border-left:0}
	.visit .three-banner-images.d3 .banner-child-wrapper{display:block}
	.visit .cms-text-banner.gallon .inner img{width:145px}
	.visit .three-banner-images.d3 .banner-child{margin:0 0 3px}
	.visit .banner-images-fullwidth.block-container{padding:0}
	.visit .cms-text-banner.gallon .inner{max-width:380px}
}
@media only screen and (max-width: 767px) {
	.visit .three-banner-images.d3 .banner-child-wrapper > div:first-child .button-wrap{vertical-align:middle;padding-top:25px;padding-bottom:25px}
	.cms-page-view .visit .cms-text-banner{height:350px}
	.visit ul.scooping-items{column-count:1;-webkit-column-count:1;-moz-column-count:1;-ms-column-count:1}
	.visit .scooping-items.less-ie9 li{width:100%}
	.visit .three-banner-images.d3 .banner-child .contact-us{padding:90px 30px}
	.visit .banner-images-fullwidth div.locate-us .inner{padding:31px 0 6px;max-width:490px;margin-bottom:0}
	.visit .banner-images-fullwidth.block-container.right-align .left,.visit .banner-images-fullwidth.block-container.right-align .right{width:100%;float:none}
	.visit .banner-images-fullwidth.block-container.right-align .left{padding:55px 0 27px}
	.visit .banner-images-fullwidth.block-container.right-align .right{padding:0 40px}
	.visit .banner-images-fullwidth.block-container.right-align .left img{display:none}
	.visit .three-banner-images.d3 .banner-child .button-wrap{padding:25px 10px}
	.visit .banner-images-fullwidth.block-container .content-background #map_canvas{height:300px!important}
	.visit .banner-images-fullwidth div.right .inner{padding:8px 31px}
	.visit .cms-text-banner.gallon .inner img{width:100px}
	.visit .cms-text-banner.gallon .inner{max-width:260px}
	.visit .cms-text-banner.gallon .inner .title{padding-left:5px;padding-right:5px}
	.visit .cms-text-banner.gallon{padding:20px 0 125px}
	.visit .cms-container.scooping-block{padding:46px 50px 56px}
	.banner-images-fullwidth.block-container .content-background{display:block}
}
@media only screen and (max-width: 479px) {
	.visit .three-banner-images.d3 .banner-child .table-wrap{padding:55px 10px 80px}
	.visit .three-banner-images.d3 .banner-child .table-wrap table{font-size:15px}
	.visit .cms-text-banner.gallon .inner img,.visit .cms-text-banner.gallon .inner .title{display:block;margin:0 auto}
	.visit .cms-text-banner.gallon .inner img{position:relative;right:auto;bottom:auto;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);margin-bottom:25px}
	.visit .cms-text-banner.bottom-banner .text h2::after{width:200px}
	.visit .banner-images-fullwidth div.right .inner{padding:25px 0}
	.visit .banner-images-fullwidth.block-container.right-align .right{padding:0 10px}
	.visit .three-banner-images.d3 .banner-child h2{margin-bottom:0}
	.visit .cms-container.scooping-block{padding:46px 20px 56px}
	.visit .banner-images-fullwidth div.locate-us .inner{padding:31px 65px 6px}
}

/*
* VISIT NEW PAGE
*/

body[class*="visit"] .banner-images-fullwidth.block-container .content-background{width: 100%;}
body[class*="visit"] .three-banner-images.d3 .banner-child table caption{font-size: 26px;font-style: italic;font-family: "Georgia", Times New Roman, Times, sans-serif;text-align: center;padding: 25px 0;}
body[class*="visit"] .three-banner-images.d3 .banner-child .table-wrap{padding-bottom: 25px;}
body[class*="visit"] .three-banner-images.d3 .banner-child table{margin: 0 auto 17px;max-width: 395px;width: 100%;}
body[class*="visit"] .three-banner-images.d3 .banner-child table td{text-align: right;}
body[class*="visit"] .three-banner-images.d3 .banner-child table th{text-align: left;}
body[class*="visit"] .block-container{padding: 0;}
body[class*="visit"] .banner-images-fullwidth.block-container,
body[class*="visit"] .banner-images-fullwidth.block-container.right-align{padding: 3px 0;}
body[class*="visit"] .banner-images-fullwidth.right-align div.left .inner h3{color: #fff;font: italic 30px "Georgia";margin-bottom: 20px;text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.34);}
body[class*="visit"] .banner-images-fullwidth.right-align div.left .inner p{color: #fff;font-size: 28px;line-height: normal;padding: 0 110px;text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.34);}
body[class*="visit"] .banner-images-fullwidth div.right .inner{padding: 25px 50px;}
body[class*="visit"] .banner-images-fullwidth div.locate-us .inner{padding: 25px 0;max-width: 210px;margin: 0 auto;margin-bottom: 55px;}
body[class*="visit"] .three-banner-images.d3 .banner-child h2 span{font: italic 34px "Georgia";margin-bottom: 5px;}
body[class*="visit"] .three-banner-images.d3 .banner-child h2{margin-bottom: 0;}
.cms-page-view .visit ul{list-style-type: none;margin: 0;}
body[class*="visit"] .three-banner-images.d3 .banner-child-wrapper{display: table;width: 100%;}
body[class*="visit"] .three-banner-images.d3 .banner-child{float: none;display: table-cell;vertical-align: middle;height: 450px;}
body[class*="visit"] .banner-images-fullwidth div .inner a{color: #fff;background-color: #4278ae;border: none;}
body[class*="visit"] .banner-images-fullwidth div .inner a:hover{background-color: #345f8a;}
body[class*="visit"] .cms-text-banner.gallon .inner{display: table;margin: 0 auto;position: relative;}
body[class*="visit"] .cms-text-banner.gallon .inner img{position: absolute;right: 100%;bottom: 50%;-webkit-transform: translateY(50%);-moz-transform: translateY(50%);-ms-transform: translateY(50%);}
body[class*="visit"] .cms-text-banner.gallon .inner .title{display: table-cell;vertical-align: middle;}
body[class*="visit"] .scooping-items li{display: table;margin-left: 0;margin-bottom: 2px;-ms-column-break-inside: avoid;-moz-column-break-inside: avoid;-webkit-column-break-inside: avoid;column-break-inside: avoid;}
body[class*="visit"] ul.scooping-items{column-count: 3;-webkit-column-count: 3;-moz-column-count: 3;-ms-column-count: 3;}
body[class*="visit"] .scooping-items .name{color: #363636;font-size: 16px;text-decoration: none;display: table-cell;vertical-align: middle;padding-left: 20px;font-weight: 500;}
body[class*="visit"] .scooping-items .thumbnails{display: table-cell;vertical-align: middle;min-width: 25px;height: 25px;background-size: 100% auto;}
body[class*="visit"] .scooping-items a.name:hover{color: #003087;}
body[class*="visit"] .centr-text{margin: 0 0 76px;}
body[class*="visit"] .banner-images-fullwidth div .inner p{margin: 20px 0 25px 0;}
body[class*="visit"] .banner-images-fullwidth.block-container .content-background .locate-us .left {vertical-align: top;padding-top: 81px;}
body[class*="visit"] .banner-images-fullwidth div .inner a .fa{margin-right: 5px;}
body[class*="visit"] .cms-container.scooping-block {padding: 46px 25px 56px;}
body[class*="visit"] .cms-container.scooping-block p{font-size: 20px;font-weight: 300;color: #373737;margin-bottom: 56px;}
body[class*="visit"] .cms-container.scooping-block .title.no-bg h2{padding-bottom: 0;margin-bottom: 19px;}
body[class*="visit"] .cms-text-banner.gallon .inner .title{padding-bottom: 18px;padding-left: 20px;padding-right: 20px;}
body[class*="visit"] .cms-text-banner.gallon .inner h3{margin-bottom: 20px;font-size: 26px;line-height: 30px;font-family: "Georgia";font-style: italic;}
body[class*="visit"] .cms-text-banner.bottom-banner .button{background-color: #4278ae;padding: 15px 25px;margin-top: 25px;}
body[class*="visit"] .cms-text-banner.bottom-banner .button:hover{background-color: #345f8a;}
body[class*="visit"] .cms-text-banner.gallon{padding: 20px 0 91px;}
body[class*="visit"] .cms-text-banner.bottom-banner {height: 452px;margin-bottom: 24px;}
body[class*="visit"] .three-banner-images.d3 .banner-child{padding-right: 0;}
body[class*="visit"] .three-banner-images.d3 .banner-child:nth-of-type(2) {border-right: 3px solid #fff;border-left: 3px solid #fff;}
.visit .visit .banner-images-fullwidth.right-align div.left .inner h3{margin-bottom: 20px;}
body[class*="visit"] .three-banner-images.d3 .banner-child .contact-us{margin: 0 auto 5px;max-width: 447px;padding: 40px 5px;width: 100%;}
body[class*="visit"] .three-banner-images.d3 .banner-child-wrapper > div:first-child{vertical-align: bottom;}
body[class*="visit"] .three-banner-images.d3 .banner-child-wrapper > div:first-child .button-wrap{padding-bottom: 40px;}
body[class*="visit"] .three-banner-images.d3 .banner-child .contact-us li{margin: 0 0 25px 0;list-style-type: none;}
body[class*="visit"] .three-banner-images.d3 .banner-child .contact-us li .fa{margin-right: 15px;}
body[class*="visit"] .three-banner-images.d3 .banner-child .contact-us h2 span{margin-bottom: 15px;font-size: 24px;color: #363636;text-shadow: none;}
body[class*="visit"] .three-banner-images.d3 .banner-child .contact-us .button{padding: 16px 40px;}
body[class*="visit"] .cms-text-banner.bottom-banner .text h2::after{width: 375px;}
.cms-page-view .std .visit .locate-us img, .cms-no-route .std .visit .locate-us img {max-width: none;} {max-width: none;}
body[class*="visit"] .three-banner-images.d3 .banner-child:last-of-type{border-right: 0;}
body[class*="visit"] .scooping-items.less-ie9 li{display: inline-block;width: 33%;padding-left: 45px;}
body[class*="visit"] .scooping-items.less-ie9 li span,
body[class*="visit"] .scooping-items.less-ie9 li a{line-height: 25px;}
body[class*="visit"] .scooping-items.less-ie9 li img{float: left;}
body[class*="visit"] .three-banner-images.d3 .banner-child .button-wrap .button{margin-top: 67px;}
body[class*="visit"] .three-banner-images.d3 .banner-child .button-wrap.vertical-middle{bottom: 50%;-webkit-transform: translateY(50%);-moz-transform: translateY(50%);-ms-transform: translateY(50%);}
.cms-page-view .visit .banner-child > img{position: absolute;visibility: hidden;height: 8px;width: 8px;}
body[class*="visit"] .three-banner-images.d3 .banner-child .button-wrap{padding: 25px;}
@media only screen and (max-width: 1199px){
	body[class*="visit"] .three-banner-images.d3 .banner-child-wrapper > div:first-child .button-wrap{vertical-align: bottom;}
	body[class*="visit"] .three-banner-images.d3 .banner-child-wrapper > div:first-child .button-wrap{padding-bottom: 68px;}
	body[class*="visit"] .three-banner-images.d3 .banner-child .button-wrap{vertical-align: middle;}
	.cms-page-view .visit .banner-child {min-height: 450px;}
	body[class*="visit"] .three-banner-images.d3 .banner-child{display: block;height: auto;display: table;}
	body[class*="visit"] ul.scooping-items{column-count:2;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2}
	body[class*="visit"] .scooping-items.less-ie9 li{width:49%}
	body[class*="visit"] .banner-images-fullwidth.right-align div.left .inner p{padding:0}
	body[class*="visit"] .banner-images-fullwidth div.right .inner{padding:25px 31px}
	body[class*="visit"] .three-banner-images.d3 .banner-child .button-wrap{padding:25px 20px;height:450px}
	body[class*="visit"] .three-banner-images.d3 .banner-child .contact-us{padding:83px 5px 87px;margin-bottom:0}
	body[class*="visit"] .three-banner-images.d3 .banner-child .table-wrap{padding:60px 0 85px;margin-bottom:0}
	body[class*="visit"] .three-banner-images.d3 .banner-child:nth-of-type(2){border-right:0;border-left:0}
	body[class*="visit"] .three-banner-images.d3 .banner-child-wrapper{display:block}
	body[class*="visit"] .cms-text-banner.gallon .inner img{width:145px}
	body[class*="visit"] .three-banner-images.d3 .banner-child{margin:0 0 3px}
	body[class*="visit"] .banner-images-fullwidth.block-container{padding:0}
	body[class*="visit"] .cms-text-banner.gallon .inner{max-width:380px}
}
@media only screen and (max-width: 767px) {
	body[class*="visit"] .three-banner-images.d3 .banner-child-wrapper > div:first-child .button-wrap{vertical-align:middle;padding-top:25px;padding-bottom:25px}
	.cms-page-view .visit .banner-child{height:350px}
	body[class*="visit"] ul.scooping-items{column-count:1;-webkit-column-count:1;-moz-column-count:1;-ms-column-count:1}
	body[class*="visit"] .scooping-items.less-ie9 li{width:100%}
	body[class*="visit"] .three-banner-images.d3 .banner-child .contact-us{padding:90px 30px}
	body[class*="visit"] .banner-images-fullwidth div.locate-us .inner{padding:31px 0 6px;max-width:490px;margin-bottom:0}
	body[class*="visit"] .banner-images-fullwidth.block-container.right-align .left, body[class*="visit"] .banner-images-fullwidth.block-container.right-align .right{width:100%;float:none}
	body[class*="visit"] .banner-images-fullwidth.block-container.right-align .left{padding:55px 0 27px}
	body[class*="visit"] .banner-images-fullwidth.block-container.right-align .right{padding:0 40px}
	body[class*="visit"] .banner-images-fullwidth.block-container.right-align .left img{display:none}
	body[class*="visit"] .three-banner-images.d3 .banner-child .button-wrap{padding:25px 10px}
	body[class*="visit"] .banner-images-fullwidth.block-container .content-background #map_canvas{height:300px!important}
	body[class*="visit"] .banner-images-fullwidth div.right .inner{padding:8px 31px}
	body[class*="visit"] .cms-text-banner.gallon .inner img{width:100px}
	body[class*="visit"] .cms-text-banner.gallon .inner{max-width:260px}
	body[class*="visit"] .cms-text-banner.gallon .inner .title{padding-left:5px;padding-right:5px}
	body[class*="visit"] .cms-text-banner.gallon{padding:20px 0 125px}
	body[class*="visit"] .cms-container.scooping-block{padding:46px 50px 56px}
	.banner-images-fullwidth.block-container .content-background{display:block}
}
@media only screen and (max-width: 479px) {
	body[class*="visit"] .three-banner-images.d3 .banner-child .table-wrap{padding:55px 10px 80px}
	body[class*="visit"] .three-banner-images.d3 .banner-child .table-wrap table{font-size:15px}
	body[class*="visit"] .cms-text-banner.gallon .inner img,body[class*="visit"] .cms-text-banner.gallon .inner .title{display:block;margin:0 auto}
	body[class*="visit"] .cms-text-banner.gallon .inner img{position:relative;right:auto;bottom:auto;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);margin-bottom:25px}
	body[class*="visit"] .cms-text-banner.bottom-banner .text h2::after{width:200px}
	body[class*="visit"] .banner-images-fullwidth div.right .inner{padding:25px 0}
	body[class*="visit"] .banner-images-fullwidth.block-container.right-align .right{padding:0 10px}
	body[class*="visit"] .three-banner-images.d3 .banner-child h2{margin-bottom:0}
	body[class*="visit"] .cms-container.scooping-block{padding:46px 20px 56px}
	body[class*="visit"] .banner-images-fullwidth div.locate-us .inner{padding:31px 65px 6px}
}

/* STORY PAGE  */
.cms-page-view .top-banner.story-page .cms-text-banner{height: 765px;}
.cms-page-view .about-block{margin: 35px 0 40px;}
.cms-page-view .about-block li{float: left; width: 28%; padding: 0; margin: 0 8% 0 0; list-style-type: none !important;}
.cms-page-view .about-block li:last-child{margin: 0;}
.cms-page-view .about-block .image{min-height: 306px; position: relative;}
.cms-page-view .about-block li img{ display: inline-block; max-height: 100%; max-width: 100%; width: auto; height: auto;}
.cms-page-view .about-block li p{text-align: center; margin: 62px 0 0 0; color: #363636; font-size: 16px; line-height: 22px;}
.cms-page-view .contact-banner{padding-top: 75px;}
.cms-page-view .contact-banner .banner{height: 450px;}
.cms-page-view .contact-banner .banner .inner{display: table-cell; vertical-align: middle; width: 100%;}
.cms-page-view .contact-banner .banner .inner h3{padding: 0 25px; color: #ffffff; font-size: 46px; line-height: 40px; text-transform: uppercase; font-weight: 700; margin: 0; text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15); font-family: "Raleway",sans-serif; font-style: normal; text-align: center; float: none;}
.cms-page-view .contact-banner .description{position: relative; margin: 41px 0;}
.cms-page-view .contact-banner .description:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders.png") -2px -2px no-repeat; width: 35px; width: 35px; height:35px; display: block; content: ""; position: absolute; top: 0; left: 0px;}
.cms-page-view .contact-banner .description:before{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders.png") -41px -2px no-repeat; width: 35px; width: 35px; height:35px; display: block; content: ""; position: absolute; top: 0; right: 0px;}
.cms-page-view .contact-banner .description .std:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders.png") -2px -41px no-repeat; width: 35px; width: 35px; height:35px; display: block; content: ""; position: absolute; bottom: 0; left: 0;}
.cms-page-view .contact-banner .description .std:before{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders.png") -41px -41px no-repeat; width: 35px; width: 35px; height:35px; display: block; content: ""; position: absolute; bottom: 0; right: 0;}
.cms-page-view .contact-banner .description .std{padding: 35px; font-size: 20px; line-height: 26px; color: #363636; text-align: center;}
.cms-page-view .contact-banner .description .std p{line-height: 26px; margin: 0;}
.cms-page-view .history-banner{padding-bottom: 24px;}
.cms-page-view .history-banner .banner{height: 550px;}
.cms-page-view .history-banner .banner .inner{display: table-cell; vertical-align: middle; width: 100%;}
.cms-page-view .history-banner .banner .inner .text{max-width: 1200px; margin: 0 auto; padding: 0 25px;}
.cms-page-view .history-banner .banner .inner .text h4{color: #ffffff; font-size: 68px; line-height: 68px; text-transform: uppercase; font-weight: 700; margin: 0; text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15); font-family: "Raleway",sans-serif; font-style: normal;}
.cms-page-view .history-slider{padding-top: 50px; padding-bottom: 74px; color: #282828; font-size: 20px; line-height: 26px;}
.cms-page-view .history-slider > p{text-align: center; padding: 0 50px; line-height: 26px;}
.cms-page-view .history-slider .slider{max-width: 682px; margin: 54px auto 0;}
.cms-page-view .history-slider .slider .owl-item{background: #fff;}
.cms-page-view .history-slider .slider li{text-align: center; padding: 0; margin: 0; list-style-type: none;}
.cms-page-view .history-slider .slider .owl-controls {bottom: 0;height: 100%;left: 0;position: absolute;width: 100%;}
.cms-page-view .history-slider .slider .owl-controls .owl-nav > div{top: 33%; margin-top: -0.5em;}
.cms-page-view .history-slider .slider .owl-controls .owl-nav > div{color: #4278a3; font-size: 50px; position: absolute;}
.cms-page-view .history-slider .slider .owl-controls .owl-nav > div:hover{color: #345f8a;}
.cms-page-view .history-slider .slider .owl-controls .owl-prev{left: -70px;}
.cms-page-view .history-slider .slider .owl-controls .owl-next{right: -70px;}
.cms-page-view .history-slider .slider p.year{font-size: 26px; color: #363636; font-family: "Georgia"; font-style: italic; margin: 34px 0 10px;}
.cms-page-view .history-slider .slider h5{font-size: 24px; text-transform: uppercase; font-weight: 600; color: #363636; font-family: "Raleway",sans-serif; font-style: normal;}
.cms-page-view .history-slider .slider p.description{font-size: 16px; line-height: 22px; color: #363636; margin: 16px 0 0 0; padding: 0 50px;}
.cms-page-view .video-block{position: relative; margin-bottom: 26px;}
.cms-page-view .video-block .overlay{height: 550px;}
.cms-page-view .video-block .inner{display: table-cell; vertical-align: middle; width: 100%;}
.cms-page-view .video-block .inner .text{max-width: 1200px; margin: 0 auto; padding: 0 25px;}
.cms-page-view .video-block .inner h5{color: #ffffff; font-size: 68px; font-weight: 700; text-transform: uppercase; font-style: normal; font-family: "Raleway",sans-serif; margin: -10px 0 0 0; text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.15);}
.cms-page-view .video-block .inner .play{color: #ffffff; font-size: 119px;}
.cms-page-view .video-block .inner .play strong:hover{opacity: 0.5;}
.cms-page-view .video-block .inner .play strong{cursor: pointer; margin-left: 29px;}
.cms-page-view .video-block .process-video{background: rgba(255, 255, 255, 0.5); display: none; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 10;}
.cms-page-view .video-block .process-video.show-as-block{display: block;}
.cms-page-view .process-diagram{padding-top: 50px; padding-bottom: 14px; text-align: center;}
.cms-page-view .process-diagram > p{text-align: center; color: #363636; font-size: 20px; line-height: 26px; padding: 0 50px; margin: 0 0 17px 0;}
.cms-page-view .process-diagram > p.title{font-family: "Georgia"; font-style: italic; margin: 0 0 54px 0;}
.cms-page-view .process-diagram .diagram{}
.cms-page-view .process-diagram .diagram .item{display: table; margin: 0 0 61px 0; position: relative; width: 100%;}
.cms-page-view .process-diagram .diagram .item .image, .cms-page-view .process-diagram .diagram .item .text{display: table-cell; vertical-align: middle; position: relative; z-index: 10;}
.cms-page-view .process-diagram .diagram .item .image{width: 408px; text-align: right;}
.cms-page-view .process-diagram .diagram .item.right-align .image{width: 435px; text-align: center;}
.cms-page-view .process-diagram .diagram .item .image img{display: inline-block;}
.cms-page-view .process-diagram .diagram .item .text{text-align: center; padding: 20px 0;}
.cms-page-view .process-diagram .diagram .item.left-align .text{padding: 0 233px 0 60px;}
.cms-page-view .process-diagram .diagram .item.left-align .text p{}
.cms-page-view .process-diagram .diagram .item.right-align .text{padding: 0 28px 0 233px;}
.cms-page-view .process-diagram .diagram .item .text .step{color: #363636; font-size: 20px; font-family: "Georgia"; font-style: italic; margin: 0 0 18px 0;}
.cms-page-view .process-diagram .diagram .item .text .description{color: #363636; font-size: 18px; line-height: 30px; margin: 0;}
.cms-page-view .cource-banner{height: 550px; margin-bottom: 25px;}
.cms-page-view .cource-banner .inner{display: table-cell; vertical-align: middle; width: 100%;}
.cms-page-view .cource-banner .inner .text{max-width: 1200px; padding: 0 25px; margin: 0 auto;}
.cms-page-view .cource-banner .inner .text h5{color: #ffffff; font-size: 68px; font-weight: 700; font-family: "Raleway",sans-serif; font-style: normal; text-transform: uppercase; line-height: 60px; text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15);}
.cms-page-view .cource-banner .inner .text h5 span{font-size: 38px; font-family: "Georgia"; font-style: italic; text-transform: none; display: block; font-weight: normal;}
.cms-page-view .our-people-desc{padding-top: 50px; padding-bottom: 50px; text-align: center;}
.cms-page-view .our-people-desc p{color: #363636; font-size: 20px; line-height: 26px; padding: 0 50px; margin: 0 0 18px 0;}
.cms-page-view .our-people-desc a{border-bottom: 2px solid #4278ae; color: #4278ae; font-size: 16px; font-weight: 700; text-decoration: none; text-transform: uppercase;}
.cms-page-view .our-people-desc a:hover {border-bottom: 2px solid #003087;color: #003087;}
.cms-page-view .our-people{margin: 10px 0 0 0;}
.cms-page-view .our-people .item{vertical-align: middle; width: 33.333333%; background: #e1effd; text-align: center; padding: 50px 75px; float: left; }
.cms-page-view .our-people .item.slider{background: #fff; display: block;}
.cms-page-view .our-people .item h6{color: #363636; font-size: 26px; font-family: "Georgia"; font-style: italic; margin: 0 0 15px 0;}
.cms-page-view .our-people .item p{color: #363636; font-size: 16px; line-height: 22px; margin: 0 0 22px 0;}
.cms-page-view .our-people .item a{border-bottom: 2px solid #4278ae; color: #4278ae; font-size: 16px; font-weight: 700; text-decoration: none; text-transform: uppercase;}
.cms-page-view .our-people .item a:hover {border-bottom: 2px solid #003087;color: #003087;}
.cms-page-view .our-people .item.slider li{margin: 0; list-style-type: none;}
.cms-page-view .our-people .item ul li > img{display: inline-block; width: auto;}
.cms-page-view .our-people .item ul li span{display: block;}
.cms-page-view .our-people .item .position{color: #363636; font-size: 18px; font-family: "Georgia"; font-style: italic; margin: 23px 0 7px 0;}
.cms-page-view .our-people .item .name{color: #363636; font-size: 30px; font-weight: 700; text-transform: uppercase; margin: 0 0 17px 0; line-height: 1em;}
.cms-page-view .our-people .item .description{color: #363636; font-size: 16px; line-height: 22px; padding: 0 20px;}
.cms-page-view .our-people .item ul{margin: 0;}
.cms-page-view .our-people .owl-controls { bottom: 0; height: 50%; left: 0; position: absolute;width: 100%;}
.cms-page-view .our-people .owl-controls .owl-nav > div {color: #4278a3;font-size: 50px;position: absolute; top: -0.5em;}
.cms-page-view .our-people .owl-controls .owl-nav > div:hover{color: #345f8a;}
.cms-page-view .our-people .owl-controls .owl-nav > .owl-prev{left: 0;}
.cms-page-view .our-people .owl-controls .owl-nav > .owl-next{right: 0;}
.cms-page-view .products-banner{height: 550px;}
.cms-page-view .products-banner .inner{display: table-cell; vertical-align: middle; width: 100%;}
.cms-page-view .products-banner .inner .text{max-width: 1200px; padding: 0 25px; margin: 0 auto;}
.cms-page-view .products-banner .inner .text h5{color: #ffffff; font-size: 68px; font-weight: 700; font-family: "Raleway",sans-serif; font-style: normal; text-transform: uppercase; line-height: 60px; text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15); margin: 0;}
.cms-page-view .products-flavors{padding-top: 50px; padding-bottom: 31px;}
.cms-page-view .products-flavors h6{text-align: center; color: #363636; font-size: 46px; text-transform: uppercase; font-weight: 700; font-family: "Raleway",sans-serif; font-style: normal; margin: 0 0 60px 0;}
.cms-page-view .products-flavors ul li{float: left; width: 18.4%; padding: 0; margin: 0 2% 0 0; text-align: center; position: relative; list-style-type: none;}
.cms-page-view .products-flavors ul li:last-child{margin: 0;}
.cms-page-view .products-flavors ul li > img{display: inline-block;}
.cms-page-view .products-flavors ul li .label{position: absolute;}
.cms-page-view .products-flavors ul li .left-bottom{left: 0; bottom: -25px;}
.cms-page-view .products-flavors ul li .right-bottom{right: 0; bottom: -25px;}
.cms-page-view .products-flavors ul li .left-top{left: 0; top: -15px;}
.cms-page-view .products-flavors ul li .right-top{right: 0; top: -15px;}
.cms-page-view .products-flavors .description{text-align: center; margin: 75px 0 0; padding: 0 100px;}
.cms-page-view .products-flavors .description p{color: #363636; font-size: 20px; line-height: 26px; margin: 0 0 20px 0;}
.cms-page-view .products-flavors .description a{border-bottom: 2px solid #4278ae; color: #4278ae; font-size: 16px; font-weight: 700; text-decoration: none; text-transform: uppercase;}
.cms-page-view .products-flavors .description a:hover{border-bottom: 2px solid #003087;color: #003087;}
.cms-page-view .products-illustrations{padding-top: 50px; padding-bottom: 22px;}
.cms-page-view .products-illustrations .item{display: table; vertical-align: middle; margin: 0 0 54px 0;}
.cms-page-view .products-illustrations .item .image, .cms-page-view .products-illustrations .text{display: table-cell; vertical-align: middle; position: relative; z-index: 10;}
.cms-page-view .products-illustrations .item .text{text-align: center; padding: 20px 0;}
.cms-page-view .products-illustrations .item.left-align .text{padding: 0 233px 0 60px;}
.cms-page-view .products-illustrations .item.right-align .text{padding: 0 28px 0 233px;}
.cms-page-view .products-illustrations .item.right-align .image{width: 435px; text-align:center;}
.cms-page-view .products-illustrations .item .image{width: 408px; text-align: right;}
.cms-page-view .products-illustrations .item .image img{display: inline-block;}
.cms-page-view .products-illustrations .item .text .description{color: #363636; font-size: 18px; line-height: 30px; margin: -12px 0 18px 0;}
.cms-page-view .products-illustrations .item .text a{border-bottom: 2px solid #4278ae; color: #4278ae; font-size: 16px; font-weight: 700; text-decoration: none; text-transform: uppercase;}
.cms-page-view .products-illustrations .item .text a:hover{border-bottom: 2px solid #003087;color: #003087;}
.cms-page-view .trivia-grid{padding-top: 54px; padding-bottom: 0px;}
.cms-page-view .trivia-grid ul{}
.cms-page-view .trivia-grid ul li{float: left; width: 28%; margin: 0 8% 0 0; text-align: center; list-style-type: none;}
.cms-page-view .trivia-grid ul li img{display: inline-block;}
.cms-page-view .trivia-grid ul li:last-child{margin: 0;}
.cms-page-view .trivia-grid ul li p{margin: 31px 0 0 0; color: #363636; font-size: 16px; line-height: 20px; padding: 0 23px;}
.cms-page-view .small-facts{padding-bottom: 50px;}
.cms-page-view #connect-us{background: #e1effd; padding: 10px 0; margin: 48px 0 0;}
.cms-page-view #connect-us .inner{border-top: 3px solid #fff; border-bottom: 3px solid #fff;}
.cms-page-view #connect-us .inner .connect-content{max-width: 1200px; padding: 0 25px; margin: 0 auto;}
.cms-page-view #connect-us .inner .connect-content label{float: left; color: #363636; font-size: 24px; text-transform: uppercase; font-weight: 700; margin: 0 19px 0 0; padding: 33px 0; line-height: 24px;}
.cms-page-view #connect-us .inner .connect-content .block-subscribe{float: left; width: 380px;}
.cms-page-view #connect-us .inner .connect-content .block-subscribe .input-text {background: #f9fcff; border: none; border-radius: 5px; color: #363636; font-family: "Raleway",sans-serif; font-size: 16px; height: 51px; padding: 0 40px 0 14px; position: relative; text-overflow: ellipsis; text-transform: none; width: 100%; border: 1px solid #fff; width: 100%; line-height: 53px;}
.cms-page-view #connect-us .inner .connect-content .block-subscribe .input-text::-webkit-input-placeholder { color: #363636;}
.cms-page-view #connect-us .inner .connect-content .block-subscribe .input-text:-moz-placeholder { color: #363636; opacity: 1;}
.cms-page-view #connect-us .inner .connect-content .block-subscribe .input-text::-moz-placeholder { color: #363636; opacity: 1;}
.cms-page-view #connect-us .inner .connect-content .block-subscribe .input-text:-ms-input-placeholder { color: #363636;}
.cms-page-view #connect-us .inner .connect-content .block-subscribe .input-box{position: relative;}
.cms-page-view #connect-us .inner .connect-content .block-subscribe .input-box .button { background: none; border: none;color: #4278ae;font-size: 18px;line-height: normal;padding: 0;position: absolute;right: 15px;top: 16px;}
.cms-page-view #connect-us .inner .connect-content .block-subscribe .input-box .button:hover{color: #003087;}
.cms-page-view #connect-us .inner .connect-content ul{float: right; margin: 0;}
.cms-page-view #connect-us .inner .connect-content ul li{list-style-type: none; float: left; margin: 0 0 0 8px; padding: 30px 0;}
.cms-page-view #connect-us .inner .connect-content ul li.title{color: #363636; font-size: 24px; text-transform: uppercase; font-weight: 700; margin: 4px 11px 0 0;}
.cms-page-view #connect-us .inner .connect-content ul li a {background: #4278ae;border-radius: 50%;color: #f7f7f7;display: block;font-size: 24px;height: 34px;line-height: 34px;text-align: center;width: 34px;}
.cms-page-view #connect-us .inner .connect-content ul li a:hover{background: #003087;}
.cms-page-view #connect-us .inner .connect-content ul li a .fa{margin: 0 0 0 5px;}
.cms-page-view .connect-banner{height: 550px;}
.cms-page-view .connect-banner .inner{display: table-cell; vertical-align: middle; width: 100%;}
.cms-page-view .connect-banner .inner .text{max-width: 1200px; margin: 0 auto; text-align: center; color: #ffffff; font-size: 30px; line-height: 36px; background:url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/banner-icon.png") no-repeat center bottom; padding: 0 25px 67px 25px;}
.cms-page-view .connect-banner .inner .text p{line-height: 36px; margin: 0; text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15);}
.cms-page-view .story-review{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/review-bg.jpg") repeat; padding: 97px 0 93px;}
.cms-page-view .story-review .inner{margin: 0 auto; max-width: 1200px; padding: 0 25px;}
.cms-page-view .story-review .inner ul{margin: 0;}
.cms-page-view .story-review .inner ul li{text-align: center; list-style-type: none; margin: 0;}
.cms-page-view .story-review .inner ul li img{width: auto; display: inline-block;}
.cms-page-view .story-review .inner ul li .text-review{padding: 0 150px; color: #363636; font-size: 20px; line-height: 26px; margin: 20px 0 20px; font-style: italic; font-family: "Georgia";}
.cms-page-view .story-review .inner ul li .name{color: #363636; font-size: 20px; text-transform: uppercase; font-weight: 700; margin: 0;}
.cms-page-view .story-review .owl-controls { bottom: 0; height: 50%; left: 0; position: absolute;width: 100%;}
.cms-page-view .story-review .owl-controls .owl-nav > div {color: #4278a3;font-size: 50px;position: absolute; top: -0.5em;}
.cms-page-view .story-review .owl-controls .owl-nav > div:hover{color: #345f8a;}
.cms-page-view .story-review .owl-controls .owl-nav > .owl-prev{left: 0;}
.cms-page-view .story-review .owl-controls .owl-nav > .owl-next{right: 0;}
.cms-page-view #about{padding-bottom: 40px;}
.cms-page-view #about .centr-text{padding: 0 100px;}
.cms-page-view .products-banner{margin: 5px 0 14px 0;}
.cms-page-view .messages{margin: 10px 0;}
.cms-page-view .messages > li {margin: 0 auto;max-width: 1200px;padding: 0 25px;}
@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) {
	.cms-page-view .connect-banner .inner .text{
		background:url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/banner-icon@2x.png") no-repeat center bottom;
		background-size: 34px 37px;
	}
	.cms-page-view .cms-container .title h2,
	.cms-page-view .cms-container .title h4{
		background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_icon@2x.png") no-repeat center bottom;
		background-size: 23px 25px;
	}


}
@media only screen and (min-width: 1200px){
	.cms-page-view .process-diagram .diagram .item.left-align:after{content: ""; background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/process-line-1.png") no-repeat; position: absolute; bottom: -161px; right: 283px; width: 582px; height: 269px; z-index: 1;}
	.cms-page-view .process-diagram .diagram .item.right-align:after{content: ""; background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/process-line-2.png") no-repeat; position: absolute; bottom: -180px; right: 283px; width: 582px; height: 269px; z-index: 1;}
	.cms-page-view .process-diagram .diagram .item:last-child:after{background: none;}
	.cms-page-view #connect-us .inner .connect-content .block-subscribe{margin: 14px 0 0 !important;}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.cms-page-view .process-diagram .diagram .item.left-align .image:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/left-corner.png") no-repeat; content: ""; height: 157px; width: 200px; position: absolute; bottom: -30px; left: 50%; z-index: 1;}
	.cms-page-view .process-diagram .diagram .item:after{content: ""; background: #e5f4ff; height: 3px; width: 27%; position: absolute; bottom: -30px; left:39%;}
	.cms-page-view .process-diagram .diagram .item.left-align .text:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/right-corner.png") no-repeat; content: ""; height: 157px; width: 200px; position: absolute; bottom: -184px; right: 50%; z-index: 1;}
	.cms-page-view .process-diagram .diagram .item.right-align .text:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/left2-corner.png") no-repeat; content: ""; height: 157px; width: 200px; position: absolute; bottom: -184px; left: 50%;  z-index: 1;}
	.cms-page-view .process-diagram .diagram .item.right-align .image:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/right2-corner.png") no-repeat; content: ""; height: 157px; width: 200px; position: absolute; bottom: -30px; right: 50%; z-index: 1;}
	.cms-page-view .process-diagram .diagram .item:last-child .text:after, .cms-page-view .process-diagram .diagram .item:last-child .image:after, .cms-page-view .process-diagram .diagram .item:last-child:after{background: none;}
	.cms-page-view #connect-us .inner .connect-content .block-subscribe{float: none; max-width: 100%; margin: 14px 0 0 435px; float: none !important;}
	.cms-page-view #connect-us .inner .connect-content label{padding: 21px 0 16px !important;}
}
@media only screen and (min-width: 768px){
	.cms-page-view .about-block li img{position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;}
}

@media only screen and (max-width: 1500px){
	.cms-page-view .our-people .owl-controls .owl-nav > .owl-prev{left: -25px;}
	.cms-page-view .our-people .owl-controls .owl-nav > .owl-next{right: -25px;}
}
@media only screen and (max-width: 1199px){
	.cms-page-view .top-banner.story-page .cms-text-banner{height: 530px;}
	.cms-page-view #about .centr-text{padding: 0;}
	.cms-page-view .about-block .image{min-height: 204px;}
	.cms-page-view .about-block li p{margin: 46px 0 0 0;}
	.cms-page-view .about-block li{margin: 0 2.5% 0 0; width: 31.66%;}
	.cms-page-view .history-slider > p{padding: 0;}
	.cms-page-view .history-slider .slider .owl-controls .owl-prev{left: -45px;}
	.cms-page-view .history-slider .slider .owl-controls .owl-next{right: -45px;}
	.cms-page-view .process-diagram .diagram .item{table-layout: fixed;}
	.cms-page-view .process-diagram .diagram .item.right-align .image, .cms-page-view .process-diagram .diagram .item .text, .cms-page-view .process-diagram .diagram .item.left-align .image{width: 50%;}
	.cms-page-view .process-diagram .diagram .item.left-align .text{padding: 0 0 0 20px;}
	.cms-page-view .process-diagram .diagram .item.right-align .text{padding: 0 20px 0 0;}
	.cms-page-view .process-diagram .diagram .item .image{text-align: center;}
	.cms-page-view .process-diagram .diagram .item .image img{position: relative; z-index: 10;}
	.cms-page-view .our-people-desc p{padding: 0;}
	.cms-page-view .our-people .item{width: 100%; float: none;}
	.cms-page-view .our-people .item .inner{max-width: 360px; margin: 0 auto; display: block;}
	.cms-page-view .our-people .item.slider{max-width: 360px; margin: 0 auto; padding: 60px 0;}
	.cms-page-view .products-flavors .description{padding: 0;}
	.cms-page-view .products-illustrations .item{table-layout: fixed;}
	.cms-page-view .products-illustrations .item .image, .cms-page-view .products-illustrations .item .text{width: 50%; padding: 0;}
	.cms-page-view .products-illustrations .item.left-align .text{padding: 0 0 0 20px;}
	.cms-page-view .products-illustrations .item.right-align .text{padding: 0 20px 0 0;}
	.cms-page-view .products-illustrations .item .image{text-align: center !important;}
	.cms-page-view .trivia-grid ul li{width: 31.333%; margin: 0 3% 0 0;}
	.cms-page-view .trivia-grid ul li p{padding: 0;}
	.cms-page-view .trivia-grid ul li img{max-height: 230px;}
	.cms-page-view #connect-us .inner .connect-content ul{float: none; clear: both; text-align: center; margin-top: 0;}
	.cms-page-view #connect-us .inner .connect-content ul li{float: none; display: inline-block; padding: 20px 0;}
	.cms-page-view #connect-us .inner .connect-content .block-subscribe{float: right; width: auto;}
	.cms-page-view #connect-us .inner .connect-content label{margin: 0}
	.cms-page-view .connect-banner .inner .text{padding: 0 20px 67px;}
	.cms-page-view .history-slider .slider{max-width: 645px;}
	.cms-page-view .history-slider .slider .owl-controls .owl-prev{left: -43px;}
	.cms-page-view .history-slider .slider .owl-controls .owl-next{right: -43px;}
	.cms-page-view .story-review .inner ul li .text-review{padding: 0 50px;}
	.cms-page-view .about-block{margin: 25px 0 40px;}
	.cms-page-view .history-slider{padding-bottom: 77px;}
	.cms-page-view .process-diagram > p{padding: 0;}
	.cms-page-view .our-people-desc p{margin: 0 0 21px 0;}
	.cms-page-view .products-flavors h6{margin: 0 0 100px 0;}
	.cms-page-view .products-flavors ul li .label {max-width: 91px;}
	.cms-page-view .products-flavors ul li .left-bottom, .cms-page-view .products-flavors ul li .right-bottom{bottom: -45px;}
	.cms-page-view .products-flavors ul li .left-top, .cms-page-view .products-flavors ul li .right-top{top: -55px;}
	.cms-page-view .products-flavors .description{margin: 97px 0 0 0;}
	.feature-presenter-mobile-container{margin-top: 39px !important; margin-bottom: 0 !important;}
	.cms-page-view .small-facts{padding-bottom: 0;}
	.cms-page-view #connect-us{margin: 34px 0 0 0;}
	.cms-page-view #connect-us .inner .connect-content{padding: 0 20px;}
	.cms-page-view #connect-us .inner .connect-content label{padding: 35px 0 16px;}
	.cms-page-view .story-review{padding: 84px 0 80px;}
	.cms-page-view .story-review .inner{padding: 0 20px;}
	.cms-page-view .messages > li{padding: 0 20px;}
}

@media only screen and (max-width: 767px){
	.cms-page-view .top-banner.story-page .cms-text-banner{height: 350px;}
	.cms-page-view .about-block li{width: 100%; float: none; margin: 0 0 50px 0;}
	.cms-page-view .about-block .image{text-align: center; min-height: auto; }
	.cms-page-view .contact-banner .description{margin: 41px 10px;}
	.cms-page-view .contact-banner .banner .inner h3{padding: 0 10px; font-size: 40px;}
	.cms-page-view .history-banner .banner{height: 400px;}
	.cms-page-view .history-banner .banner .inner .text{padding: 0 10px;}
	.cms-page-view .history-banner .banner .inner .text h4{font-size: 46px;}
	.cms-page-view .history-slider .slider{padding: 0 30px;}
	.cms-page-view .history-slider .slider .owl-controls .owl-next{right: 0;}
	.cms-page-view .history-slider .slider .owl-controls .owl-prev{left: 0;}
	.cms-page-view .video-block .inner h5{font-size: 46px;}
	.cms-page-view .video-block .inner .play{font-size: 90px;}
	.cms-page-view .video-block .overlay{height: 400px;}
	.lazyYT-container iframe{height: 400px !important;}
	.cms-page-view .process-diagram .diagram .item{display: block; margin: 0;}
	.cms-page-view .process-diagram .diagram .item .image, .cms-page-view .process-diagram .diagram .item .text{display: block; width: 100% !important;}
	.cms-page-view .process-diagram .diagram .item.left-align .image{margin: 0 0 50px 0;}
	.cms-page-view .process-diagram .diagram .item.left-align .image:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/left-corner-480.png") no-repeat; content: ""; position: absolute; width: 770px; height: 185px; right: 50%; bottom: -55px;}
	.cms-page-view .process-diagram .diagram .item .text{padding: 40px 50px 31px !important; }
	.cms-page-view .process-diagram .diagram .item.left-align .text{border: 4px solid #e5f4ff; border-radius:0 0 0 50px; border-right: none; border-top: none;}
	.cms-page-view .process-diagram .diagram{overflow: hidden;}
	.cms-page-view .process-diagram .diagram .item.left-align .text:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/left-corner-bg-480.jpg") no-repeat; width: 64px; height: 58px; display: block; position: absolute; top: 0px; left: -4px; content: "";}
	.cms-page-view .process-diagram .diagram .item.right-align .text{border-right: 4px solid #e5f4ff; border-bottom: 4px solid #e5f4ff; padding-top: 35px !important;}
	.cms-page-view .process-diagram .diagram .item.right-align .text:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/right-corner-bg-480.jpg") no-repeat; width: 64px; height: 62px; display: block; position: absolute; top: -5px; right: -4px; content: "";}
	.cms-page-view .process-diagram .diagram .item.right-align .text:before{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/right-corner-btn-bg-480.jpg") no-repeat; width: 62px; height: 76px; display: block; position: absolute; bottom: -4px; right: -4px; content: "";}
	.cms-page-view .process-diagram .diagram .item.right-align .image{margin-top: 50px;}
	.cms-page-view .process-diagram .diagram .item.right-align .image:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/right-corner-top-bg-480.jpg") no-repeat; width: 770px; height: 184px; display: block; position: absolute; top: -54px; right: 43%; content: ""; transform: translate(23px, 0px);}
	.cms-page-view .process-diagram .diagram .item.right-align .image:before{background: #e5f4ff; width: 4px; height: 200px; display: block; position: absolute; bottom: -120px; right: 50%; content: "";}
	.cms-page-view .process-diagram .diagram .item:last-child .image:before{background: none;}
	.cms-page-view .process-diagram .diagram .item:last-child{margin: 0 0 70px 0 !important;}
	.cms-page-view .process-diagram .diagram .item.right-align{margin: 0 0 80px 0;}
	.cms-page-view .cource-banner{height: 400px;}
	.cms-page-view .cource-banner .inner .text h5 span{font-size: 26px;}
	.cms-page-view .cource-banner .inner .text h5{font-size: 46px; line-height: 40px;}
	.cms-page-view .products-banner{height: 400px;}
	.cms-page-view .products-banner .inner .text h5{font-size: 46px;}
	.cms-page-view .products-flavors h6{line-height: 46px;}
	.cms-page-view .products-flavors ul li{width: 348px; float: none; margin: 0 auto 37px !important;}
	.cms-page-view .products-flavors ul li a img{display: inline-block; width: 100%;}
	.cms-page-view .products-flavors ul li .label{max-width: 200px;}
	.cms-page-view .products-flavors ul li .left-top, .cms-page-view .products-flavors ul li .right-top{top: 0;}
	.cms-page-view .products-flavors ul li .left-bottom, .cms-page-view .products-flavors ul li .right-bottom{bottom: -20px;}
	.cms-page-view .products-illustrations .item, .cms-page-view .products-illustrations .item .image, .cms-page-view .products-illustrations .text{display: block;}
	.cms-page-view .products-illustrations .item .image, .cms-page-view .products-illustrations .text{width: 100% !important;}
	.cms-page-view .products-illustrations .item .text{padding: 0 50px !important;}
	.cms-page-view .products-illustrations .item .image{margin: 0 0 60px 0;}
	.cms-page-view .products-illustrations .item.right-align .text{margin: 0 0 30px 0;}
	.cms-page-view .trivia-grid ul li{float: none; width: 100%; margin: 0 0 50px 0;}
	.cms-page-view .trivia-grid ul li p{padding: 0 50px;}
	.feature-presenter-mobile-text{padding: 52px 10px 20px !important;}
	.cms-page-view #connect-us .inner .connect-content{text-align: center;}
	.cms-page-view #connect-us .inner .connect-content label, .cms-page-view #connect-us .inner .connect-content .block-subscribe{float: none;}
	.cms-page-view #connect-us .inner .connect-content .block-subscribe{margin: 0 auto !important; width: 296px;}
	.cms-page-view .connect-banner .inner .text{font-size: 24px; padding: 0 10px 49px;}
	.cms-page-view .connect-banner{height: 400px;}
	.cms-page-view .top-banner.story-page .links{margin: 47px auto 0;}
	.cms-page-view .top-banner.story-page{margin: 0 0 64px;}
	.cms-page-view .about-block{margin: 11px 0 40px;}
	.cms-page-view .about-block li p{margin: 42px 0 0 0; padding: 0 50px;}
	.cms-page-view .about-block li{margin: 0 0 79px 0;}
	.cms-page-view .history-slider .slider p.description{padding: 0;}
	.cms-page-view .history-slider{padding-bottom: 75px;}
	.cms-page-view .process-diagram{padding-top: 43px;}
	.cms-page-view .products-flavors{padding-top: 58px;}
	.cms-page-view .products-flavors h6{margin: 0 0 40px 0;}
	.cms-page-view .products-flavors .description{margin: 0;}
	.products-flavors ul{margin: 0 0 20px 0;}
	.cms-page-view .trivia-grid ul li img{max-height: none;}
	.cms-page-view .trivia-grid ul li p{margin: 33px 0 0 0;}
	.cms-page-view .trivia-grid ul li p{padding: 0 95px;}
	.cms-page-view .trivia-grid ul{margin: 0;}
	.cms-page-view #connect-us .inner .connect-content label{padding: 19px 0 13px;}
	.cms-page-view .connect-banner .inner .text p{line-height: 30px;}
	.cms-page-view .story-review{padding: 35px 0 35px;}
	.cms-page-view .story-review .inner ul li .text-review{padding: 0 40px; margin: 20px 0 24px;}
	.cms-page-view .story-review .inner ul li .text-review{font-size: 18px; line-height: 24px;}
	.cms-page-view #connect-us .inner .connect-content{padding: 0 10px;}
	.cms-page-view .messages > li{padding: 0 10px;}
	.cms-page-view .products-illustrations .item .image{margin: 0 0 30px 0;}
	.cms-page-view .products-illustrations .item{margin: 0 0 66px 0;}
}
@media only screen and (max-width: 479px){
	.cms-page-view .about-block li p{padding: 0;}
	.cms-page-view .contact-banner .banner{height: 350px;}
	.cms-page-view .contact-banner .description{margin: 41px 0;}
	.cms-page-view .history-banner .banner .inner .text, .cms-page-view .video-block .inner .text{padding: 0;}
	.cms-page-view .history-banner .banner .inner .text h4, .cms-page-view .video-block .inner h5{line-height: 46px; font-size: 45px; }
	.cms-page-view .video-block .inner h5{margin-bottom: 20px;}
	.cms-page-view .our-people .item{padding: 50px 10px;}
	.cms-page-view .products-flavors ul li{width: auto;}
	.cms-page-view .products-illustrations .item .text{padding: 0 !important;}
	.cms-page-view .trivia-grid ul li p{padding: 0;}
	.cms-page-view #connect-us .inner .connect-content .block-subscribe{width: 100%;}
	.cms-page-view .connect-banner{height: 450px;}
	.cms-page-view .story-review .inner ul li .text-review{padding: 0 25px;}
	.cms-page-view .our-people .owl-controls .owl-nav > .owl-prev{left: 0}
	.cms-page-view .our-people .owl-controls .owl-nav > .owl-next{right: 0}
	.cms-page-view .our-people .item.slider{padding: 60px 10px;}
}

/*
* STORY NEW PAGE
*/

/* STORY PAGE  */
body[class*="our-story"] .top-banner.story-page .cms-text-banner{height: 765px;}
body[class*="our-story"] .about-block{margin: 35px 0 40px;}
body[class*="our-story"] .about-block li{float: left; width: 28%; padding: 0; margin: 0 8% 0 0; list-style-type: none !important;}
body[class*="our-story"] .about-block li:last-child{margin: 0;}
body[class*="our-story"] .about-block .image{min-height: 306px; position: relative;}
body[class*="our-story"] .about-block li img{ display: inline-block; max-height: 100%; max-width: 100%; width: auto; height: auto;}
body[class*="our-story"] .about-block li p{text-align: center; margin: 62px 0 0 0; color: #363636; font-size: 16px; line-height: 22px;}
body[class*="our-story"] .contact-banner{padding-top: 75px;}
body[class*="our-story"] .contact-banner .banner{height: 450px;}
body[class*="our-story"] .contact-banner .banner .inner{display: table-cell; vertical-align: middle; width: 100%;}
body[class*="our-story"] .contact-banner .banner .inner h3{padding: 0 25px; color: #ffffff; font-size: 46px; line-height: 40px; text-transform: uppercase; font-weight: 700; margin: 0; text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15); font-family: "Raleway",sans-serif; font-style: normal; text-align: center; float: none;}
body[class*="our-story"] .contact-banner .description{position: relative; margin: 41px 0;}
body[class*="our-story"] .contact-banner .description:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders.png") -2px -2px no-repeat; width: 35px; width: 35px; height:35px; display: block; content: ""; position: absolute; top: 0; left: 0px;}
body[class*="our-story"] .contact-banner .description:before{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders.png") -41px -2px no-repeat; width: 35px; width: 35px; height:35px; display: block; content: ""; position: absolute; top: 0; right: 0px;}
body[class*="our-story"] .contact-banner .description .std:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders.png") -2px -41px no-repeat; width: 35px; width: 35px; height:35px; display: block; content: ""; position: absolute; bottom: 0; left: 0;}
body[class*="our-story"] .contact-banner .description .std:before{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders.png") -41px -41px no-repeat; width: 35px; width: 35px; height:35px; display: block; content: ""; position: absolute; bottom: 0; right: 0;}
body[class*="our-story"] .contact-banner .description .std{padding: 35px; font-size: 20px; line-height: 26px; color: #363636; text-align: center;}
body[class*="our-story"] .contact-banner .description .std p{line-height: 26px; margin: 0;}
body[class*="our-story"] .history-banner{padding-bottom: 24px;}
body[class*="our-story"] .history-banner .banner{height: 550px;}
body[class*="our-story"] .history-banner .banner .inner{display: table-cell; vertical-align: middle; width: 100%;}
body[class*="our-story"] .history-banner .banner .inner .text{max-width: 1200px; margin: 0 auto; padding: 0 25px;}
body[class*="our-story"] .history-banner .banner .inner .text h4{color: #ffffff; font-size: 68px; line-height: 68px; text-transform: uppercase; font-weight: 700; margin: 0; text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15); font-family: "Raleway",sans-serif; font-style: normal;}
body[class*="our-story"] .history-slider{padding-top: 50px; padding-bottom: 74px; color: #282828; font-size: 20px; line-height: 26px;}
body[class*="our-story"] .history-slider > p{text-align: center; padding: 0 50px; line-height: 26px;}
body[class*="our-story"] .history-slider .slider{max-width: 682px; margin: 54px auto 0;}
body[class*="our-story"] .history-slider .slider .owl-item{background: #fff;}
body[class*="our-story"] .history-slider .slider li{text-align: center; padding: 0; margin: 0; list-style-type: none;}
body[class*="our-story"] .history-slider .slider .owl-controls {bottom: 0;height: 100%;left: 0;position: absolute;width: 100%;}
body[class*="our-story"] .history-slider .slider .owl-controls .owl-nav > div{top: 33%; margin-top: -0.5em;}
body[class*="our-story"] .history-slider .slider .owl-controls .owl-nav > div{color: #4278a3; font-size: 50px; position: absolute;}
body[class*="our-story"] .history-slider .slider .owl-controls .owl-nav > div:hover{color: #345f8a;}
body[class*="our-story"] .history-slider .slider .owl-controls .owl-prev{left: -70px;}
body[class*="our-story"] .history-slider .slider .owl-controls .owl-next{right: -70px;}
body[class*="our-story"] .history-slider .slider p.year{font-size: 26px; color: #363636; font-family: "Georgia"; font-style: italic; margin: 34px 0 10px;}
body[class*="our-story"] .history-slider .slider h5{font-size: 24px; text-transform: uppercase; font-weight: 600; color: #363636; font-family: "Raleway",sans-serif; font-style: normal;}
body[class*="our-story"] .history-slider .slider p.description{font-size: 16px; line-height: 22px; color: #363636; margin: 16px 0 0 0; padding: 0 50px;}
body[class*="our-story"] .video-block{position: relative; margin-bottom: 26px;}
body[class*="our-story"] .video-block .overlay{height: 550px;}
body[class*="our-story"] .video-block .inner{display: table-cell; vertical-align: middle; width: 100%;}
body[class*="our-story"] .video-block .inner .text{max-width: 1200px; margin: 0 auto; padding: 0 25px;}
body[class*="our-story"] .video-block .inner h5{color: #ffffff; font-size: 68px; font-weight: 700; text-transform: uppercase; font-style: normal; font-family: "Raleway",sans-serif; margin: -10px 0 0 0; text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.15);}
body[class*="our-story"] .video-block .inner .play{color: #ffffff; font-size: 119px;}
body[class*="our-story"] .video-block .inner .play strong:hover{opacity: 0.5;}
body[class*="our-story"] .video-block .inner .play strong{cursor: pointer; margin-left: 29px;}
body[class*="our-story"] .video-block .process-video{background: rgba(255, 255, 255, 0.5); display: none; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 10;}
body[class*="our-story"] .video-block .process-video.show-as-block{display: block;}
body[class*="our-story"] .process-diagram{padding-top: 50px; padding-bottom: 14px; text-align: center;}
body[class*="our-story"] .process-diagram > p{text-align: center; color: #363636; font-size: 20px; line-height: 26px; padding: 0 50px; margin: 0 0 17px 0;}
body[class*="our-story"] .process-diagram > p.title{font-family: "Georgia"; font-style: italic; margin: 0 0 54px 0;}
body[class*="our-story"] .process-diagram .diagram{}
body[class*="our-story"] .process-diagram .diagram .item{display: table; margin: 0 0 61px 0; position: relative; width: 100%;}
body[class*="our-story"] .process-diagram .diagram .item .image, body[class*="our-story"] .process-diagram .diagram .item .text{display: table-cell; vertical-align: middle; position: relative; z-index: 10;}
body[class*="our-story"] .process-diagram .diagram .item .image{width: 408px; text-align: right;}
body[class*="our-story"] .process-diagram .diagram .item.right-align .image{width: 435px; text-align: center;}
body[class*="our-story"] .process-diagram .diagram .item .image img{display: inline-block;}
body[class*="our-story"] .process-diagram .diagram .item .text{text-align: center; padding: 20px 0;}
body[class*="our-story"] .process-diagram .diagram .item.left-align .text{padding: 0 233px 0 60px;}
body[class*="our-story"] .process-diagram .diagram .item.left-align .text p{}
body[class*="our-story"] .process-diagram .diagram .item.right-align .text{padding: 0 28px 0 233px;}
body[class*="our-story"] .process-diagram .diagram .item .text .step{color: #363636; font-size: 20px; font-family: "Georgia"; font-style: italic; margin: 0 0 18px 0;}
body[class*="our-story"] .process-diagram .diagram .item .text .description{color: #363636; font-size: 18px; line-height: 30px; margin: 0;}
body[class*="our-story"] .cource-banner{height: 550px; margin-bottom: 25px;}
body[class*="our-story"] .cource-banner .inner{display: table-cell; vertical-align: middle; width: 100%;}
body[class*="our-story"] .cource-banner .inner .text{max-width: 1200px; padding: 0 25px; margin: 0 auto;}
body[class*="our-story"] .cource-banner .inner .text h5{color: #ffffff; font-size: 68px; font-weight: 700; font-family: "Raleway",sans-serif; font-style: normal; text-transform: uppercase; line-height: 60px; text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15);}
body[class*="our-story"] .cource-banner .inner .text h5 span{font-size: 38px; font-family: "Georgia"; font-style: italic; text-transform: none; display: block; font-weight: normal;}
body[class*="our-story"] .our-people-desc{padding-top: 50px; padding-bottom: 50px; text-align: center;}
body[class*="our-story"] .our-people-desc p{color: #363636; font-size: 20px; line-height: 26px; padding: 0 50px; margin: 0 0 18px 0;}
body[class*="our-story"] .our-people-desc a{border-bottom: 2px solid #4278ae; color: #4278ae; font-size: 16px; font-weight: 700; text-decoration: none; text-transform: uppercase;}
body[class*="our-story"] .our-people-desc a:hover {border-bottom: 2px solid #003087;color: #003087;}
body[class*="our-story"] .our-people{margin: 10px 0 0 0;}
body[class*="our-story"] .our-people .item{vertical-align: middle; width: 33.333333%; background: #e1effd; text-align: center; padding: 50px 75px; float: left; }
body[class*="our-story"] .our-people .item.slider{background: #fff; display: block;}
body[class*="our-story"] .our-people .item h6{color: #363636; font-size: 26px; font-family: "Georgia"; font-style: italic; margin: 0 0 15px 0;}
body[class*="our-story"] .our-people .item p{color: #363636; font-size: 16px; line-height: 22px; margin: 0 0 22px 0;}
body[class*="our-story"] .our-people .item a{border-bottom: 2px solid #4278ae; color: #4278ae; font-size: 16px; font-weight: 700; text-decoration: none; text-transform: uppercase;}
body[class*="our-story"] .our-people .item a:hover {border-bottom: 2px solid #003087;color: #003087;}
body[class*="our-story"] .our-people .item.slider li{margin: 0; list-style-type: none;}
body[class*="our-story"] .our-people .item ul li > img{display: inline-block; width: auto;}
body[class*="our-story"] .our-people .item ul li span{display: block;}
body[class*="our-story"] .our-people .item .position{color: #363636; font-size: 18px; font-family: "Georgia"; font-style: italic; margin: 23px 0 7px 0;}
body[class*="our-story"] .our-people .item .name{color: #363636; font-size: 30px; font-weight: 700; text-transform: uppercase; margin: 0 0 17px 0; line-height: 1em;}
body[class*="our-story"] .our-people .item .description{color: #363636; font-size: 16px; line-height: 22px; padding: 0 20px;}
body[class*="our-story"] .our-people .item ul{margin: 0;}
body[class*="our-story"] .our-people .owl-controls { bottom: 0; height: 50%; left: 0; position: absolute;width: 100%;}
body[class*="our-story"] .our-people .owl-controls .owl-nav > div {color: #4278a3;font-size: 50px;position: absolute; top: -0.5em;}
body[class*="our-story"] .our-people .owl-controls .owl-nav > div:hover{color: #345f8a;}
body[class*="our-story"] .our-people .owl-controls .owl-nav > .owl-prev{left: 0;}
body[class*="our-story"] .our-people .owl-controls .owl-nav > .owl-next{right: 0;}
body[class*="our-story"] .products-banner{height: 550px;}
body[class*="our-story"] .products-banner .inner{display: table-cell; vertical-align: middle; width: 100%;}
body[class*="our-story"] .products-banner .inner .text{max-width: 1200px; padding: 0 25px; margin: 0 auto;}
body[class*="our-story"] .products-banner .inner .text h5{color: #ffffff; font-size: 68px; font-weight: 700; font-family: "Raleway",sans-serif; font-style: normal; text-transform: uppercase; line-height: 60px; text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15); margin: 0;}
body[class*="our-story"] .products-flavors{padding-top: 50px; padding-bottom: 31px;}
body[class*="our-story"] .products-flavors h6{text-align: center; color: #363636; font-size: 46px; text-transform: uppercase; font-weight: 700; font-family: "Raleway",sans-serif; font-style: normal; margin: 0 0 60px 0;}
body[class*="our-story"] .products-flavors ul li{float: left; width: 18.4%; padding: 0; margin: 0 2% 0 0; text-align: center; position: relative; list-style-type: none;}
body[class*="our-story"] .products-flavors ul li:last-child{margin: 0;}
body[class*="our-story"] .products-flavors ul li > img{display: inline-block;}
body[class*="our-story"] .products-flavors ul li .label{position: absolute;}
body[class*="our-story"] .products-flavors ul li .left-bottom{left: 0; bottom: -25px;}
body[class*="our-story"] .products-flavors ul li .right-bottom{right: 0; bottom: -25px;}
body[class*="our-story"] .products-flavors ul li .left-top{left: 0; top: -15px;}
body[class*="our-story"] .products-flavors ul li .right-top{right: 0; top: -15px;}
body[class*="our-story"] .products-flavors .description{text-align: center; margin: 75px 0 0; padding: 0 100px;}
body[class*="our-story"] .products-flavors .description p{color: #363636; font-size: 20px; line-height: 26px; margin: 0 0 20px 0;}
body[class*="our-story"] .products-flavors .description a{border-bottom: 2px solid #4278ae; color: #4278ae; font-size: 16px; font-weight: 700; text-decoration: none; text-transform: uppercase;}
body[class*="our-story"] .products-flavors .description a:hover{border-bottom: 2px solid #003087;color: #003087;}
body[class*="our-story"] .products-illustrations{padding-top: 50px; padding-bottom: 22px;}
body[class*="our-story"] .products-illustrations .item{display: table; vertical-align: middle; margin: 0 0 54px 0;}
body[class*="our-story"] .products-illustrations .item .image, body[class*="our-story"] .products-illustrations .text{display: table-cell; vertical-align: middle; position: relative; z-index: 10;}
body[class*="our-story"] .products-illustrations .item .text{text-align: center; padding: 20px 0;}
body[class*="our-story"] .products-illustrations .item.left-align .text{padding: 0 233px 0 60px;}
body[class*="our-story"] .products-illustrations .item.right-align .text{padding: 0 28px 0 233px;}
body[class*="our-story"] .products-illustrations .item.right-align .image{width: 435px; text-align:center;}
body[class*="our-story"] .products-illustrations .item .image{width: 408px; text-align: right;}
body[class*="our-story"] .products-illustrations .item .image img{display: inline-block;}
body[class*="our-story"] .products-illustrations .item .text .description{color: #363636; font-size: 18px; line-height: 30px; margin: -12px 0 18px 0;}
body[class*="our-story"] .products-illustrations .item .text a{border-bottom: 2px solid #4278ae; color: #4278ae; font-size: 16px; font-weight: 700; text-decoration: none; text-transform: uppercase;}
body[class*="our-story"] .products-illustrations .item .text a:hover{border-bottom: 2px solid #003087;color: #003087;}
body[class*="our-story"] .trivia-grid{padding-top: 54px; padding-bottom: 0px;}
body[class*="our-story"] .trivia-grid ul{}
body[class*="our-story"] .trivia-grid ul li{float: left; width: 28%; margin: 0 8% 0 0; text-align: center; list-style-type: none;}
body[class*="our-story"] .trivia-grid ul li img{display: inline-block;}
body[class*="our-story"] .trivia-grid ul li:last-child{margin: 0;}
body[class*="our-story"] .trivia-grid ul li p{margin: 31px 0 0 0; color: #363636; font-size: 16px; line-height: 20px; padding: 0 23px;}
body[class*="our-story"] .small-facts{padding-bottom: 50px;}
body[class*="our-story"] #connect-us{background: #e1effd; padding: 10px 0; margin: 48px 0 0;}
body[class*="our-story"] #connect-us .inner{border-top: 3px solid #fff; border-bottom: 3px solid #fff;}
body[class*="our-story"] #connect-us .inner .connect-content{max-width: 1200px; padding: 0 25px; margin: 0 auto;}
body[class*="our-story"] #connect-us .inner .connect-content label{float: left; color: #363636; font-size: 24px; text-transform: uppercase; font-weight: 700; margin: 0 19px 0 0; padding: 33px 0; line-height: 24px;}
body[class*="our-story"] #connect-us .inner .connect-content .block-subscribe{float: left; width: 380px;}
body[class*="our-story"] #connect-us .inner .connect-content .block-subscribe .input-text {background: #f9fcff; border: none; border-radius: 5px; color: #363636; font-family: "Raleway",sans-serif; font-size: 16px; height: 51px; padding: 0 40px 0 14px; position: relative; text-overflow: ellipsis; text-transform: none; width: 100%; border: 1px solid #fff; width: 100%; line-height: 53px;}
body[class*="our-story"] #connect-us .inner .connect-content .block-subscribe .input-text::-webkit-input-placeholder { color: #363636;}
body[class*="our-story"] #connect-us .inner .connect-content .block-subscribe .input-text:-moz-placeholder { color: #363636; opacity: 1;}
body[class*="our-story"] #connect-us .inner .connect-content .block-subscribe .input-text::-moz-placeholder { color: #363636; opacity: 1;}
body[class*="our-story"] #connect-us .inner .connect-content .block-subscribe .input-text:-ms-input-placeholder { color: #363636;}
body[class*="our-story"] #connect-us .inner .connect-content .block-subscribe .input-box{position: relative;}
body[class*="our-story"] #connect-us .inner .connect-content .block-subscribe .input-box .button { background: none; border: none;color: #4278ae;font-size: 18px;line-height: normal;padding: 0;position: absolute;right: 15px;top: 16px;}
body[class*="our-story"] #connect-us .inner .connect-content .block-subscribe .input-box .button:hover{color: #003087;}
body[class*="our-story"] #connect-us .inner .connect-content ul{float: right; margin: 0;}
body[class*="our-story"] #connect-us .inner .connect-content ul li{list-style-type: none; float: left; margin: 0 0 0 8px; padding: 30px 0;}
body[class*="our-story"] #connect-us .inner .connect-content ul li.title{color: #363636; font-size: 24px; text-transform: uppercase; font-weight: 700; margin: 4px 11px 0 0;}
body[class*="our-story"] #connect-us .inner .connect-content ul li a {background: #4278ae;border-radius: 50%;color: #f7f7f7;display: block;font-size: 24px;height: 34px;line-height: 34px;text-align: center;width: 34px;}
body[class*="our-story"] #connect-us .inner .connect-content ul li a:hover{background: #003087;}
body[class*="our-story"] #connect-us .inner .connect-content ul li a .fa{margin: 0 0 0 5px;}
body[class*="our-story"] .connect-banner{height: 550px;}
body[class*="our-story"] .connect-banner .inner{display: table-cell; vertical-align: middle; width: 100%;}
body[class*="our-story"] .connect-banner .inner .text{max-width: 1200px; margin: 0 auto; text-align: center; color: #ffffff; font-size: 30px; line-height: 36px; background:url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/banner-icon.png") no-repeat center bottom; padding: 0 25px 67px 25px;}
body[class*="our-story"] .connect-banner .inner .text p{line-height: 36px; margin: 0; text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15);}
body[class*="our-story"] .story-review{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/review-bg.jpg") repeat; padding: 97px 0 93px;}
body[class*="our-story"] .story-review .inner{margin: 0 auto; max-width: 1200px; padding: 0 25px;}
body[class*="our-story"] .story-review .inner ul{margin: 0;}
body[class*="our-story"] .story-review .inner ul li{text-align: center; list-style-type: none; margin: 0;}
body[class*="our-story"] .story-review .inner ul li img{width: auto; display: inline-block;}
body[class*="our-story"] .story-review .inner ul li .text-review{padding: 0 150px; color: #363636; font-size: 20px; line-height: 26px; margin: 20px 0 20px; font-style: italic; font-family: "Georgia";}
body[class*="our-story"] .story-review .inner ul li .name{color: #363636; font-size: 20px; text-transform: uppercase; font-weight: 700; margin: 0;}
body[class*="our-story"] .story-review .owl-controls { bottom: 0; height: 50%; left: 0; position: absolute;width: 100%;}
body[class*="our-story"] .story-review .owl-controls .owl-nav > div {color: #4278a3;font-size: 50px;position: absolute; top: -0.5em;}
body[class*="our-story"] .story-review .owl-controls .owl-nav > div:hover{color: #345f8a;}
body[class*="our-story"] .story-review .owl-controls .owl-nav > .owl-prev{left: 0;}
body[class*="our-story"] .story-review .owl-controls .owl-nav > .owl-next{right: 0;}
body[class*="our-story"] #about{padding-bottom: 40px;}
body[class*="our-story"] #about .centr-text{padding: 0 100px;}
body[class*="our-story"] .products-banner{margin: 5px 0 14px 0;}
body[class*="our-story"] .messages{margin: 10px 0;}
body[class*="our-story"] .messages > li {margin: 0 auto;max-width: 1200px;padding: 0 25px;}
@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) {
	body[class*="our-story"] .connect-banner .inner .text{
		background:url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/banner-icon@2x.png") no-repeat center bottom;
		background-size: 34px 37px;
	}
	body[class*="our-story"] .cms-container .title h2,
	body[class*="our-story"] .cms-container .title h4{
		background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_icon@2x.png") no-repeat center bottom;
		background-size: 23px 25px;
	}


}
@media only screen and (min-width: 1200px){
	body[class*="our-story"] .process-diagram .diagram .item.left-align:after{content: ""; background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/process-line-1.png") no-repeat; position: absolute; bottom: -161px; right: 283px; width: 582px; height: 269px; z-index: 1;}
	body[class*="our-story"] .process-diagram .diagram .item.right-align:after{content: ""; background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/process-line-2.png") no-repeat; position: absolute; bottom: -180px; right: 283px; width: 582px; height: 269px; z-index: 1;}
	body[class*="our-story"] .process-diagram .diagram .item:last-child:after{background: none;}
	body[class*="our-story"] #connect-us .inner .connect-content .block-subscribe{margin: 14px 0 0 !important;}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	body[class*="our-story"] .process-diagram .diagram .item.left-align .image:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/left-corner.png") no-repeat; content: ""; height: 157px; width: 200px; position: absolute; bottom: -30px; left: 50%; z-index: 1;}
	body[class*="our-story"] .process-diagram .diagram .item:after{content: ""; background: #e5f4ff; height: 3px; width: 27%; position: absolute; bottom: -30px; left:39%;}
	body[class*="our-story"] .process-diagram .diagram .item.left-align .text:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/right-corner.png") no-repeat; content: ""; height: 157px; width: 200px; position: absolute; bottom: -184px; right: 50%; z-index: 1;}
	body[class*="our-story"] .process-diagram .diagram .item.right-align .text:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/left2-corner.png") no-repeat; content: ""; height: 157px; width: 200px; position: absolute; bottom: -184px; left: 50%;  z-index: 1;}
	body[class*="our-story"] .process-diagram .diagram .item.right-align .image:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/right2-corner.png") no-repeat; content: ""; height: 157px; width: 200px; position: absolute; bottom: -30px; right: 50%; z-index: 1;}
	body[class*="our-story"] .process-diagram .diagram .item:last-child .text:after, body[class*="our-story"] .process-diagram .diagram .item:last-child .image:after, body[class*="our-story"] .process-diagram .diagram .item:last-child:after{background: none;}
	body[class*="our-story"] #connect-us .inner .connect-content .block-subscribe{float: none; max-width: 100%; margin: 14px 0 0 435px; float: none !important;}
	body[class*="our-story"] #connect-us .inner .connect-content label{padding: 21px 0 16px !important;}
}
@media only screen and (min-width: 768px){
	body[class*="our-story"] .about-block li img{position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;}
}

@media only screen and (max-width: 1500px){
	body[class*="our-story"] .our-people .owl-controls .owl-nav > .owl-prev{left: -25px;}
	body[class*="our-story"] .our-people .owl-controls .owl-nav > .owl-next{right: -25px;}
}
@media only screen and (max-width: 1199px){
	body[class*="our-story"] .top-banner.story-page .cms-text-banner{height: 530px;}
	body[class*="our-story"] #about .centr-text{padding: 0;}
	body[class*="our-story"] .about-block .image{min-height: 204px;}
	body[class*="our-story"] .about-block li p{margin: 46px 0 0 0;}
	body[class*="our-story"] .about-block li{margin: 0 2.5% 0 0; width: 31.66%;}
	body[class*="our-story"] .history-slider > p{padding: 0;}
	body[class*="our-story"] .history-slider .slider .owl-controls .owl-prev{left: -45px;}
	body[class*="our-story"] .history-slider .slider .owl-controls .owl-next{right: -45px;}
	body[class*="our-story"] .process-diagram .diagram .item{table-layout: fixed;}
	body[class*="our-story"] .process-diagram .diagram .item.right-align .image, body[class*="our-story"] .process-diagram .diagram .item .text, body[class*="our-story"] .process-diagram .diagram .item.left-align .image{width: 50%;}
	body[class*="our-story"] .process-diagram .diagram .item.left-align .text{padding: 0 0 0 20px;}
	body[class*="our-story"] .process-diagram .diagram .item.right-align .text{padding: 0 20px 0 0;}
	body[class*="our-story"] .process-diagram .diagram .item .image{text-align: center;}
	body[class*="our-story"] .process-diagram .diagram .item .image img{position: relative; z-index: 10;}
	body[class*="our-story"] .our-people-desc p{padding: 0;}
	body[class*="our-story"] .our-people .item{width: 100%; float: none;}
	body[class*="our-story"] .our-people .item .inner{max-width: 360px; margin: 0 auto; display: block;}
	body[class*="our-story"] .our-people .item.slider{max-width: 360px; margin: 0 auto; padding: 60px 0;}
	body[class*="our-story"] .products-flavors .description{padding: 0;}
	body[class*="our-story"] .products-illustrations .item{table-layout: fixed;}
	body[class*="our-story"] .products-illustrations .item .image, body[class*="our-story"] .products-illustrations .item .text{width: 50%; padding: 0;}
	body[class*="our-story"] .products-illustrations .item.left-align .text{padding: 0 0 0 20px;}
	body[class*="our-story"] .products-illustrations .item.right-align .text{padding: 0 20px 0 0;}
	body[class*="our-story"] .products-illustrations .item .image{text-align: center !important;}
	body[class*="our-story"] .trivia-grid ul li{width: 31.333%; margin: 0 3% 0 0;}
	body[class*="our-story"] .trivia-grid ul li p{padding: 0;}
	body[class*="our-story"] .trivia-grid ul li img{max-height: 230px;}
	body[class*="our-story"] #connect-us .inner .connect-content ul{float: none; clear: both; text-align: center; margin-top: 0;}
	body[class*="our-story"] #connect-us .inner .connect-content ul li{float: none; display: inline-block; padding: 20px 0;}
	body[class*="our-story"] #connect-us .inner .connect-content .block-subscribe{float: right; width: auto;}
	body[class*="our-story"] #connect-us .inner .connect-content label{margin: 0}
	body[class*="our-story"] .connect-banner .inner .text{padding: 0 20px 67px;}
	body[class*="our-story"] .history-slider .slider{max-width: 645px;}
	body[class*="our-story"] .history-slider .slider .owl-controls .owl-prev{left: -43px;}
	body[class*="our-story"] .history-slider .slider .owl-controls .owl-next{right: -43px;}
	body[class*="our-story"] .story-review .inner ul li .text-review{padding: 0 50px;}
	body[class*="our-story"] .about-block{margin: 25px 0 40px;}
	body[class*="our-story"] .history-slider{padding-bottom: 77px;}
	body[class*="our-story"] .process-diagram > p{padding: 0;}
	body[class*="our-story"] .our-people-desc p{margin: 0 0 21px 0;}
	body[class*="our-story"] .products-flavors h6{margin: 0 0 100px 0;}
	body[class*="our-story"] .products-flavors ul li .label {max-width: 91px;}
	body[class*="our-story"] .products-flavors ul li .left-bottom, body[class*="our-story"] .products-flavors ul li .right-bottom{bottom: -45px;}
	body[class*="our-story"] .products-flavors ul li .left-top, body[class*="our-story"] .products-flavors ul li .right-top{top: -55px;}
	body[class*="our-story"] .products-flavors .description{margin: 97px 0 0 0;}
	.feature-presenter-mobile-container{margin-top: 39px !important; margin-bottom: 0 !important;}
	body[class*="our-story"] .small-facts{padding-bottom: 0;}
	body[class*="our-story"] #connect-us{margin: 34px 0 0 0;}
	body[class*="our-story"] #connect-us .inner .connect-content{padding: 0 20px;}
	body[class*="our-story"] #connect-us .inner .connect-content label{padding: 35px 0 16px;}
	body[class*="our-story"] .story-review{padding: 84px 0 80px;}
	body[class*="our-story"] .story-review .inner{padding: 0 20px;}
	body[class*="our-story"] .messages > li{padding: 0 20px;}
}

@media only screen and (max-width: 767px){
	body[class*="our-story"] .top-banner.story-page .cms-text-banner{height: 350px;}
	body[class*="our-story"] .about-block li{width: 100%; float: none; margin: 0 0 50px 0;}
	body[class*="our-story"] .about-block .image{text-align: center; min-height: auto; }
	body[class*="our-story"] .contact-banner .description{margin: 41px 10px;}
	body[class*="our-story"] .contact-banner .banner .inner h3{padding: 0 10px; font-size: 40px;}
	body[class*="our-story"] .history-banner .banner{height: 400px;}
	body[class*="our-story"] .history-banner .banner .inner .text{padding: 0 10px;}
	body[class*="our-story"] .history-banner .banner .inner .text h4{font-size: 46px;}
	body[class*="our-story"] .history-slider .slider{padding: 0 30px;}
	body[class*="our-story"] .history-slider .slider .owl-controls .owl-next{right: 0;}
	body[class*="our-story"] .history-slider .slider .owl-controls .owl-prev{left: 0;}
	body[class*="our-story"] .video-block .inner h5{font-size: 46px;}
	body[class*="our-story"] .video-block .inner .play{font-size: 90px;}
	body[class*="our-story"] .video-block .overlay{height: 400px;}
	.lazyYT-container iframe{height: 400px !important;}
	body[class*="our-story"] .process-diagram .diagram .item{display: block; margin: 0;}
	body[class*="our-story"] .process-diagram .diagram .item .image, body[class*="our-story"] .process-diagram .diagram .item .text{display: block; width: 100% !important;}
	body[class*="our-story"] .process-diagram .diagram .item.left-align .image{margin: 0 0 50px 0;}
	body[class*="our-story"] .process-diagram .diagram .item.left-align .image:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/left-corner-480.png") no-repeat; content: ""; position: absolute; width: 770px; height: 185px; right: 50%; bottom: -55px;}
	body[class*="our-story"] .process-diagram .diagram .item .text{padding: 40px 50px 31px !important; }
	body[class*="our-story"] .process-diagram .diagram .item.left-align .text{border: 4px solid #e5f4ff; border-radius:0 0 0 50px; border-right: none; border-top: none;}
	body[class*="our-story"] .process-diagram .diagram{overflow: hidden;}
	body[class*="our-story"] .process-diagram .diagram .item.left-align .text:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/left-corner-bg-480.jpg") no-repeat; width: 64px; height: 58px; display: block; position: absolute; top: 0px; left: -4px; content: "";}
	body[class*="our-story"] .process-diagram .diagram .item.right-align .text{border-right: 4px solid #e5f4ff; border-bottom: 4px solid #e5f4ff; padding-top: 35px !important;}
	body[class*="our-story"] .process-diagram .diagram .item.right-align .text:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/right-corner-bg-480.jpg") no-repeat; width: 64px; height: 62px; display: block; position: absolute; top: -5px; right: -4px; content: "";}
	body[class*="our-story"] .process-diagram .diagram .item.right-align .text:before{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/right-corner-btn-bg-480.jpg") no-repeat; width: 62px; height: 76px; display: block; position: absolute; bottom: -4px; right: -4px; content: "";}
	body[class*="our-story"] .process-diagram .diagram .item.right-align .image{margin-top: 50px;}
	body[class*="our-story"] .process-diagram .diagram .item.right-align .image:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/right-corner-top-bg-480.jpg") no-repeat; width: 770px; height: 184px; display: block; position: absolute; top: -54px; right: 43%; content: ""; transform: translate(23px, 0px);}
	body[class*="our-story"] .process-diagram .diagram .item.right-align .image:before{background: #e5f4ff; width: 4px; height: 200px; display: block; position: absolute; bottom: -120px; right: 50%; content: "";}
	body[class*="our-story"] .process-diagram .diagram .item:last-child .image:before{background: none;}
	body[class*="our-story"] .process-diagram .diagram .item:last-child{margin: 0 0 70px 0 !important;}
	body[class*="our-story"] .process-diagram .diagram .item.right-align{margin: 0 0 80px 0;}
	body[class*="our-story"] .cource-banner{height: 400px;}
	body[class*="our-story"] .cource-banner .inner .text h5 span{font-size: 26px;}
	body[class*="our-story"] .cource-banner .inner .text h5{font-size: 46px; line-height: 40px;}
	body[class*="our-story"] .products-banner{height: 400px;}
	body[class*="our-story"] .products-banner .inner .text h5{font-size: 46px;}
	body[class*="our-story"] .products-flavors h6{line-height: 46px;}
	body[class*="our-story"] .products-flavors ul li{width: 348px; float: none; margin: 0 auto 37px !important;}
	body[class*="our-story"] .products-flavors ul li a img{display: inline-block; width: 100%;}
	body[class*="our-story"] .products-flavors ul li .label{max-width: 200px;}
	body[class*="our-story"] .products-flavors ul li .left-top, body[class*="our-story"] .products-flavors ul li .right-top{top: 0;}
	body[class*="our-story"] .products-flavors ul li .left-bottom, body[class*="our-story"] .products-flavors ul li .right-bottom{bottom: -20px;}
	body[class*="our-story"] .products-illustrations .item, body[class*="our-story"] .products-illustrations .item .image, body[class*="our-story"] .products-illustrations .text{display: block;}
	body[class*="our-story"] .products-illustrations .item .image, body[class*="our-story"] .products-illustrations .text{width: 100% !important;}
	body[class*="our-story"] .products-illustrations .item .text{padding: 0 50px !important;}
	body[class*="our-story"] .products-illustrations .item .image{margin: 0 0 60px 0;}
	body[class*="our-story"] .products-illustrations .item.right-align .text{margin: 0 0 30px 0;}
	body[class*="our-story"] .trivia-grid ul li{float: none; width: 100%; margin: 0 0 50px 0;}
	body[class*="our-story"] .trivia-grid ul li p{padding: 0 50px;}
	.feature-presenter-mobile-text{padding: 52px 10px 20px !important;}
	body[class*="our-story"] #connect-us .inner .connect-content{text-align: center;}
	body[class*="our-story"] #connect-us .inner .connect-content label, body[class*="our-story"] #connect-us .inner .connect-content .block-subscribe{float: none;}
	body[class*="our-story"] #connect-us .inner .connect-content .block-subscribe{margin: 0 auto !important; width: 296px;}
	body[class*="our-story"] .connect-banner .inner .text{font-size: 24px; padding: 0 10px 49px;}
	body[class*="our-story"] .connect-banner{height: 400px;}
	body[class*="our-story"] .top-banner.story-page .links{margin: 47px auto 0;}
	body[class*="our-story"] .top-banner.story-page{margin: 0 0 64px;}
	body[class*="our-story"] .about-block{margin: 11px 0 40px;}
	body[class*="our-story"] .about-block li p{margin: 42px 0 0 0; padding: 0 50px;}
	body[class*="our-story"] .about-block li{margin: 0 0 79px 0;}
	body[class*="our-story"] .history-slider .slider p.description{padding: 0;}
	body[class*="our-story"] .history-slider{padding-bottom: 75px;}
	body[class*="our-story"] .process-diagram{padding-top: 43px;}
	body[class*="our-story"] .products-flavors{padding-top: 58px;}
	body[class*="our-story"] .products-flavors h6{margin: 0 0 40px 0;}
	body[class*="our-story"] .products-flavors .description{margin: 0;}
	.products-flavors ul{margin: 0 0 20px 0;}
	body[class*="our-story"] .trivia-grid ul li img{max-height: none;}
	body[class*="our-story"] .trivia-grid ul li p{margin: 33px 0 0 0;}
	body[class*="our-story"] .trivia-grid ul li p{padding: 0 95px;}
	body[class*="our-story"] .trivia-grid ul{margin: 0;}
	body[class*="our-story"] #connect-us .inner .connect-content label{padding: 19px 0 13px;}
	body[class*="our-story"] .connect-banner .inner .text p{line-height: 30px;}
	body[class*="our-story"] .story-review{padding: 35px 0 35px;}
	body[class*="our-story"] .story-review .inner ul li .text-review{padding: 0 40px; margin: 20px 0 24px;}
	body[class*="our-story"] .story-review .inner ul li .text-review{font-size: 18px; line-height: 24px;}
	body[class*="our-story"] #connect-us .inner .connect-content{padding: 0 10px;}
	body[class*="our-story"] .messages > li{padding: 0 10px;}
	body[class*="our-story"] .products-illustrations .item .image{margin: 0 0 30px 0;}
	body[class*="our-story"] .products-illustrations .item{margin: 0 0 66px 0;}
}
@media only screen and (max-width: 479px){
	body[class*="our-story"] .about-block li p{padding: 0;}
	body[class*="our-story"] .contact-banner .banner{height: 350px;}
	body[class*="our-story"] .contact-banner .description{margin: 41px 0;}
	body[class*="our-story"] .history-banner .banner .inner .text, body[class*="our-story"] .video-block .inner .text{padding: 0;}
	body[class*="our-story"] .history-banner .banner .inner .text h4, body[class*="our-story"] .video-block .inner h5{line-height: 46px; font-size: 45px; }
	body[class*="our-story"] .video-block .inner h5{margin-bottom: 20px;}
	body[class*="our-story"] .our-people .item{padding: 50px 10px;}
	body[class*="our-story"] .products-flavors ul li{width: auto;}
	body[class*="our-story"] .products-illustrations .item .text{padding: 0 !important;}
	body[class*="our-story"] .trivia-grid ul li p{padding: 0;}
	body[class*="our-story"] #connect-us .inner .connect-content .block-subscribe{width: 100%;}
	body[class*="our-story"] .connect-banner{height: 450px;}
	body[class*="our-story"] .story-review .inner ul li .text-review{padding: 0 25px;}
	body[class*="our-story"] .our-people .owl-controls .owl-nav > .owl-prev{left: 0}
	body[class*="our-story"] .our-people .owl-controls .owl-nav > .owl-next{right: 0}
	body[class*="our-story"] .our-people .item.slider{padding: 60px 10px;}
}

body[class*="our-story"] .category-container,
body[class*="visit"] .category-container,
body[class*="hours-directions"] .category-container{padding: 0 !important; max-width: 100%;}

.cms-page-view .category-container img {
	max-width: 100%;
}

body[class*="our-story"] .page-title, body[class*="visit"] .page-title, body[class*="hours-directions"] .page-title,
body[class*="our-story"] .bottom-banner-block, body[class*="visit"] .bottom-banner-block, body[class*="hours-directions"] .bottom-banner-block {display: none}
/*!
* lazyYT (lazy load YouTube videos)
* v1.0.1 - 2014-12-30
* (CC) This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
* http://creativecommons.org/licenses/by-sa/4.0/
* Contributors: https://github.com/tylerpearson/lazyYT/graphs/contributors || https://github.com/daugilas/lazyYT/graphs/contributors
*/

.lazyYT-container {
  direction:ltr;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  background-color: #000000;
}

.lazyYT-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 550px;
  border: 0;
}

/*
 * Video Title (YouTube style)
 */

.lazyYT-container .html5-info-bar {
  position: absolute;
  top: 0;
  z-index: 935;
  width: 100%;
  height: 30px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
     -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.lazyYT-container .html5-title {
  padding-right: 6px;
  padding-left: 12px;
}

.lazyYT-container .html5-title-text-wrapper {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}

.lazyYT-container .html5-title-text {
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
}

.lazyYT-container .html5-title-text:hover {
  color: #fff;
  text-decoration: underline;
}

/*
 * Thumbnail
 */

.ytp-thumbnail {
  padding-bottom: inherit;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

/*
 * Play button (YouTube style)
 */

.ytp-large-play-button {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 86px !important;
  height: 60px !important;
  padding: 0 !important;
  margin: -29px 0 0 -42px !important;
  font-size: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  opacity: .9;
}

.ytp-large-play-button-svg {
  opacity: .9;
  fill: #1f1f1f;
}

.lazyYT-image-loaded:hover .ytp-large-play-button-svg,
.ytp-large-play-button:focus .ytp-large-play-button-svg {
  opacity: 1;
  fill: #cc181e;
}

.feature-presenter-main-container {
	position: absolute;
	width: 100%;
}

.feature-presenter-circle-container {
	border-radius: 50%;
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.09);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.09);
	transition: transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	background-color: white;
}

.feature-presenter {
	position: absolute;
	border: 2px solid #e5f4ff;
	border-radius:50%;
	text-align: center;
}

.feature-presenter img{
	display: inline-block;	
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}

.feature-presenter-icon {
	background-color: white;
	text-align: center;
	transition: transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	border-radius: 50%;
	cursor: pointer;
}

.feature-presenter img {
	max-width: 100%;
	transition: transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	cursor: pointer;
	filter: blur(0px);
	-webkit-filter: blur(0px);
	image-rendering: -webkit-optimize-contrast;
}

.feature-presenter i {
	font-size: 85px;
}

.feature-presenter-text-container {
	line-height: 1.3;
	display: inline-block;
	vertical-align: top;
	z-index: 9;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #363636;
}

.feature-presenter-text-heading {
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.8);
	font-size: 24px; 
	text-transform: uppercase;
	font-weight: 700;
}

.feature-presenter-text-description {
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
    transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
	font-size: 18px;
	line-height: 30px;
}

.feature-presenter-text-container-out {
	-webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
}

.feature-presenter-mobile-container {
	overflow: hidden;
	max-width: 1170px;
}

.feature-presenter-mobile {
	width: 33.33%;
	text-align: center;
	float: left;
	padding: 10px 10px 0;
	box-sizing: border-box;
	margin: 0 0 15px 0;
	
}

@media only screen and (min-width: 841px){
	.feature-presenter-mobile-container > div.feature-presenter-mobile:nth-child(3n+1){
		clear: both;
	}
}

.feature-presenter-mobile-container > div.feature-presenter-mobile.feature-presenter-mobile-50:nth-child(2n+1){
	clear: both;
}

.feature-presenter-mobile-100 {
	width: 100% !important;
}

.feature-presenter-mobile-50 {
	width: 50% !important;
}

.feature-presenter-mobile .mobile-circle {
	display: inline-block;
	border: 2px solid #e5f4ff;
	position: relative;
	width: 110px;
	height: 110px;
	border-radius:50%;
}

.feature-presenter-mobile img {
	display: inline-block;
	-webkit-transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
	bottom: 0;
    display: inline-block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
	
}

.feature-presenter-mobile .mobile-circle:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.feature-presenter-mobile .mobile-circle:after{
	background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/mobile-diagram-line.png") no-repeat;
	width: 10px;
	height: 32px;
	display: block;
	content: "";
	position: absolute;
	bottom: -32px;
	left: 50%;
	margin-left: -5px;
}

.feature-presenter-mobile i {
	font-size: 65px;
	-webkit-transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.feature-presenter-mobile i:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.feature-presenter-mobile-text {
	padding: 52px 0 20px 0;
}

.feature-presenter-mobile-text-heading {
	color: #363636;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 22px 0;
}

.feature-presenter-mobile-text-description {
	color: #363636;
	font-size: 18px;
	line-height: 30px;
}

.feature-presenter-highlighted:after{
	content: "";
	background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/active-diagram.png") no-repeat;
	width: 48px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
}



/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
	margin-left: 0 !important;
	left: 0 !important;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 13px;
	height: 100%;
	display: none;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #484848 !important;
	position: relative;
}

.jspDrag
{
	background: #2b2b2b;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #616161;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	*zoom: 1;
}

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

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.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://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/bx_loader.gif) center center no-repeat #fff;
	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-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.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 {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
}

.bx-wrapper .bx-next {
	right: 10px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	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;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	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\9;
	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;
}

.bx-wrapper .bx-controls-direction a{margin:0;height:1em;line-height: 1;width:auto;z-index:9;font-size:30px;color:#4278ae;text-align: center;}
.bx-wrapper .bx-controls-direction a.disabled{display:block;opacity:0.3;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";}
.bx-wrapper .bx-controls-direction a:hover{color: #003087;}
@media only screen and (min-width: 768px) {
	.bx-wrapper img{height: auto;width:auto;display:inline-block;}
	.product-image-thumbs li{max-width:100%;}
	.product-image-thumbs li > a{height:100%;text-align: center;}
	.bx-wrapper .bx-controls-direction a{right: 0; left:0;}
	.bx-wrapper .bx-controls-direction a.bx-prev{top:-1em;bottom:auto;}
    .bx-wrapper .bx-controls-direction a.bx-next{bottom:-1em;top:auto;}
}
@media only screen and (max-width: 767px) {
	.bx-wrapper li a img { display: inline-block; width: 100%;height: auto;}
	.bx-wrapper li a{height: 100%; max-height: 100%; text-align: center;}
	.bx-viewport{height: auto !important}
	.bx-wrapper .bx-controls-direction a{margin-top:-0.5em;top:50%;font-size:30px}
    .bx-wrapper .bx-controls-direction a.bx-prev{left:0;right:auto;width:1em;text-align:left;}
    .bx-wrapper .bx-controls-direction a.bx-next{right:0;left:auto;width:1em;text-align:right;}
}
/* ================================================= *
 * Default Category Style (D1 by default)
 * ================================================= */
.breadcrumbs{ line-height: normal;margin: 23px auto 9px;overflow: hidden; text-align: center; max-width:1200px;padding:0 25px;}
.breadcrumbs ul{display:inline-block}
.breadcrumbs li { float: left;font-size: 10px; text-transform: uppercase;color:#707070; font-family: Georgia; font-style: italic; text-transform: capitalize; font-size: 12px;}

.catalog-category-view .main-container, .catalogsearch-result-index .main-container{max-width:100%; padding: 15px 0;}
.category-container{max-width:1200px;margin:0 auto;padding:0 25px;}
.catalog-category-view .banner-content{ background-position: center center !important; background-size: cover !important; display: table; height: 450px; position: relative; text-align: left; width: 100%; background-repeat: no-repeat !important;}
.catalog-category-view .banner-content .banner-content-wrapper { display: table-cell; vertical-align: middle; text-align: center;}
.catalog-category-view .banner-content .banner-content-wrapper .banner-text-wrapper{max-width: 1200px; padding: 0 25px; margin: 0 auto;}
.catalog-category-view .banner-content .banner-content-wrapper .banner-text-wrapper h1,
.catalog-category-view .page-title.category-title h1{color: #ffffff; font-size: 68px; line-height: 1; font-weight: 700; text-transform: uppercase; margin: 0; text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.15);}
.catalog-category-view .page-title.category-title h1{color: #363636;}
.catalog-category-view .banner-content .banner-content-wrapper .banner-text-wrapper h1:after,
.catalog-category-view .page-title.category-title h1:after{content: ""; height: 2px; width: 235px; margin: 20px auto 10px; display: block; background: #fff;}
.catalog-category-view .page-title.category-title h1:after{background: #363636;}

.catalog-category-view .banner-content .bottom-banner-block{position: absolute; bottom: 0; left: 0; background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/dropdown-bg.png") repeat; width: 100%;
-webkit-box-shadow: -1px 3px 2px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    -1px 3px 2px 0px rgba(0, 0, 0, 0.2);
box-shadow:         -1px 3px 2px 0px rgba(0, 0, 0, 0.2);
}
.catalog-category-view .bottom-banner-block{padding: 0 0 10px 0;}
.catalog-category-view .sub-categories{margin: 0 auto; max-width: 1200px; padding: 0 25px 2px; text-align: center;}
.catalog-category-view .sub-categories li{display: inline-block; padding: 0 14px 5px; text-transform: uppercase; color: #363636; font-weight: 800; font-size: 16px;}
.catalog-category-view .sub-categories li a{text-transform: uppercase; color: #363636; font-weight: 700; font-size: 16px; text-decoration: none;}
.catalog-category-view .sub-categories li a{margin: 0 0 2px 0; display: inline-block;}


.catalog-category-view .sub-categories li:hover a{color: #003087; text-decoration: none; margin: 0;}
.catalog-category-view .sub-categories li.active a{text-decoration: none; margin: 0;}
.catalog-category-view .sub-categories li.active a:after,
.catalog-category-view .sub-categories li:hover a:after{
	content: ""; height: 2px; width: auto; background: #003087; display: block; margin: 0 10px;
}
.catalog-category-view .main{padding: 0;}
.catalogsearch-result-index .main-container{max-width: 1200px; padding: 0 25px; margin: 0 auto;}
.catalogsearch-result-index .category-container{padding: 0;}

.catalog-category-view .btn-remove{width:auto}
.catalog-category-view .btn-remove:hover{background-color: transparent;text-decoration: none;}
.catalog-category-view .btn-remove:hover:after {color: #4278ae;text-decoration: none;}

.catalog-category-view .block-compare .btn-remove{line-height: 1em; margin-top: -0.5em; position: absolute; right: 0; top: 50%; width: auto;}
.catalog-category-view .block-compare .btn-remove:after{line-height: inherit}
.category-title h2 { border-bottom: medium none; display: inline-block; margin: 0;}
.category-title {text-align: center;margin:47px 0 0;}
.category-title .category-title-border{border-top:3px solid #000;display: block;margin: 8px auto 10px;width: 75px;}
.category-description.std{line-height: 20px; margin: 70px auto 10px;padding: 0;text-align: left; color: #707070; font-size: 14px;}
.category-image img:hidden {display: none;}
.category-image img{margin:0 auto;max-width:100%;width: 100%;}

.pages .next > span,.pages .previous > span{vertical-align: middle; font-size: 20px;}
.pages .next .right-arrow:before{content:"\f0da";font-size:16px;vertical-align: middle;display: block}
.pages .previous .left-arrow:before{content:"\f0d9";font-size:16px;vertical-align: middle;display: block}


/* toolbar */
.col2-left-layout .pager .pages, .col2-left-layout .pager .sorter{float:right;}
.block-layered-nav.show770{display: none;}
.block-layered-nav.show770 ol{display: none;}

.toolbar{border:none;background: none;padding:5px 0 0;}
.toolbar-top:after {content: '';display: table;clear: both;}
.toolbar-top {line-height: normal;margin: 0 0 10px 0;padding:0;}
.toolbar-top .pager{display:none;}

.toolbar .bootstrap-select,
.toolbar-top .bootstrap-select{ font-size: 14px;  margin: 0 12px 0 0; }
.toolbar .bootstrap-select.btn-group .btn .caret,
.toolbar-top .bootstrap-select.btn-group .btn .caret{color: #000;right: 13px;font-size:20px;line-height: 1em;margin-top:-0.5em;top:50%; color: #707070;}
.toolbar .sorter .bootstrap-select{margin: 0;}

.bootstrap-select.btn-group .btn .caret:before{}
.btn-group.open .btn.dropdown-toggle .caret:before{}


.toolbar-top .block-layered-nav .btn.selectpicker.btn-default{padding-right: 43px;color:#707070; font-size: 14px;}
.toolbar-top .block-layered-nav label{padding: 12px 10px 12px 0;}
.toolbar-top .block-layered-nav label, .toolbar .sorter label{font-weight: 700; font-size: 14px; color: #363636; text-transform: uppercase;}
.toolbar-top .dropdown-menu, 
.toolbar-bottom .dropdown-menu {text-align: left;}

.toolbar-top .toolbar{margin:0;float:right;padding:0;line-height: normal;}
.toolbar-top .block.block-layered-nav{margin:0;float:left;}

.toolbar .sorter > .sort-by .sort-by-switcher--asc,
.sorter > .sort-by .sort-by-switcher--desc {display: none;}
.toolbar .sorter > .sort-by{margin:0}
.toolbar .sorter label { float: none;line-height:normal; margin-right: 10px;padding: 12px 0;}
.toolbar .sorter label:after{content:"";}
.toolbar-top .sorter{margin:0;}

.toolbar-bottom .toolbar{margin: 0;padding:0;}
.toolbar-bottom .sorter{display:none;}
.toolbar-bottom .pager{width:100%;text-align:center;margin: 0;}
.toolbar-bottom .pager:after{content:"";display:table;clear:both;}

.toolbar-bottom  .count-container{display:table;width:100%;position:relative;margin: 0 0 34px 0;}
.toolbar-bottom  .count-container .amount{vertical-align:middle; display:table-cell;margin:0 auto;float:none;padding:0 29px; position: relative;z-index:10;} 
.toolbar-bottom  .count-container .grey-line-wrap{vertical-align:middle;display: table-cell;position: relative;width:45%;}
.toolbar-bottom  .count-container .grey-line{vertical-align:middle;display:inline-block;height:1px;border-top:1px solid #dddddd;width:100%; z-index:5;}

.toolbar-bottom .pager{float:none;overflow: visible;}
.toolbar-bottom .toolbar .pages{margin-top:6px;}
.toolbar-bottom .toolbar .pages li{ margin-left: 12px;}
.pages a.next{padding-left: 14px; padding-right: 0;}
.pages a.previous{padding-left: 0; padding-right: 14px;}
/* ============================================ *
 * Layered Navigation
 * ============================================ */
 .block-layered-nav{color:#707070;font-size:14px;}
 .block-layered-nav.block{overflow: visible;}
 .block-layered-nav .block-content {padding-top: 0;margin:0;overflow: visible;}
 .block-layered-nav .block-content > dl > dt.last {border-bottom-width: 1px;}
 .block-layered-nav .block-content .toggle-tabs {display: none;}
 .block-layered-nav .block-content > dl > dt {border:none; cursor: pointer; margin: 0; margin-bottom: 10px; color: #000;font-size: 14px; font-weight: 600;font-style: normal; line-height: normal;
  text-rendering: optimizeSpeed;-moz-user-select: none; -ms-user-select: none;-webkit-user-select: none;-o-user-select: none; user-select: none;margin-bottom: 0px; padding: 12px 0 3px 0px;
  position: relative; display: block;}

 .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: 2px 15px;display: block; text-decoration: none;}

 .block-layered-nav .block-content > dl > dd {padding:0 10px 10px 15px;margin: 0;}
 
 .col-left .block.sidebar-banner {margin-bottom:30px;}
 .col-left .block.sidebar-banner img{max-width:100%;}
  
 .block-layered-nav .block-subtitle--filter { margin-bottom: 0; display: block; cursor: pointer;}
 .block-layered-nav .block-subtitle--filter .fafilter-icon{color: #363636; font-size: 30px;}
 .block-layered-nav .block-subtitle--filter .fafilter-icon:before{content: "\f105";font-family: "FontAwesome"; position: absolute; top: -2px; padding: 0 0 0 20px;}
 .block-layered-nav .block-subtitle--filter.active .fafilter-icon:before{content: "\f107";}


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

 .block-layered-nav dl ol > li > a {padding: 5px 10px;}

 .block-layered-nav .currently .block-subtitle {display: block;margin: 0;line-height: 2;text-rendering: optimizeSpeed;}
 .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;}
 .block-layered-nav .actions {text-align: right;margin-bottom: 7px;}
 .block-layered-nav .block-content > dl > dd {display: none;}
 .block-layered-nav .block-content > dl > dt::after{content: "\f105";font-family: "FontAwesome";font-size:20px;line-height: 1em;margin-top: -0.5em;position: absolute; right: 0px;top: 50%;vertical-align: middle; color: #707070;}
 .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: "\f107";}
 .block-layered-nav .block-content.accordion-open > dl > dd.current {display: block;}
 .block-layered-nav #narrow-by-list,
 .block-layered-nav #narrow-by-list2 {padding:0 25px;}

 .toolbar-top .block.block-layered-category{clear:both;float:none;margin-top:20px !important;}
 .toolbar-top .block.block-layered-category ol{border-bottom: 1px solid #ddd; padding-bottom: 20px;text-align: center}
 .toolbar-top .block.block-layered-category ol li{display:inline-block;margin: 0 10px;}
 .toolbar-top .block.block-layered-category a.btn-remove{color: transparent;font: 0px/0 a;}

 .toolbar-top .block-layered-nav .currently,
 .toolbar-top .block-layered-nav .currently ol{text-align:left;padding:10px 0 0px; }
 .toolbar-top .block-layered-nav .currently ol li{width:100%;margin:0;padding:0 25px;}

 .category-bottom-sidebar{border-top: 1px solid #ededed;margin: 35px auto 0;padding: 40px 0 0;}
 .category-bottom-sidebar:after{clear:both;display:table;content:"";}

 .category-container .block .block-title,
 .category-container .block .block-title strong{ padding:0;line-height: 1.3em; margin: -0.3em 0 6px;border:none;overflow: hidden; color: #363636; font-size: 24px; text-transform: uppercase; font-weight: normal;}
 .category-container .block .block-title small{font-weight:300;}
 .block.block-viewed,
 .block.block-compare,
 .block.sidebar-banner{float: left;padding-right: 25px;width: 25.5%;overflow:visible;}

 .block.sidebar-banner img{display: block;margin: 0;max-width: 100%;width:100%;}

 .block.block-compare #compare-items{margin:0}
 .block.block-compare #compare-items .product-name a{color: #707070; font-size: 14px; text-transform: uppercase; font-weight: 700; line-height: 20px;}
 .block.block-compare #compare-items .product-name a:hover{color: #4278ae;}
 .block.block-compare .actions{margin: 0;}
 .block.block-compare .block-title {margin-bottom:2px;}
 .block.block-compare .block-content{margin:0;overflow: hidden;}
 .block.block-compare #compare-items li{ margin: 0;border-bottom:1px solid #ededed;padding:12px 0 11px;position: relative;}
 .block.block-compare #compare-items li.last{border:none;}
 .block.block-compare #compare-items li p{margin:0 15px 0 0;}
 .block.block-compare .actions button.button span{background: none;text-transform: uppercase;}
 .block-compare .actions a{text-transform: uppercase; color: #d63737; font-size: 14px; font-weight: 700; line-height: 30px;}
 .block.block-compare .button{background: none; padding: 0; line-height: 30px; color: #003087; font-size: 14px; text-decoration: underline; font-weight: 700;}
 .block.block-compare .button:hover{color: #4278ae;}
 .block.block-viewed .block-content{margin-top:0px;overflow: hidden;}
 .block.block-viewed .block-content li.item{width:100%; border-bottom: 1px solid #ededed;display: table;margin: 14px 0 0;padding-bottom: 14px;}
 .block.block-viewed .block-content li.item.last{border:none;padding-bottom: 0;}
 .block.block-viewed .mini-products-list .product-details { display: table-cell;margin-left: 10px; padding: 0 0 0 12px;vertical-align: middle;} 
 .block.block-viewed li.item>a{display: table-cell;vertical-align: middle;width: 52px;}
 .block.block-viewed .mini-products-list .product-details p.product-name,
 .block.block-viewed .mini-products-list .product-details .product-name{margin:0;padding:5px 0;}
 .block.block-viewed .mini-products-list .product-details .product-name a{color: #707070; font-size: 14px; line-height: 20px; font-weight: 700; text-transform: uppercase; text-decoration: none;}
 .block.block-viewed .mini-products-list .product-details .product-name a:hover{color: #4278ae;}
/*product grid/list */
.products-grid .product-name, .products-list .product-name {margin-bottom: 0;}
.products-grid .product-name a, .products-list .product-name a{ font-weight: 400;    line-height: 1.4em;max-height: 2.6em;display:block;overflow: hidden;}
.products-grid .product-image { margin-bottom: 3px;}
.products-grid .price-box, .products-list .price-box .price{margin:0;}
.products-grid  .price-box .minimal-price-link{padding:0; display: inline-block; color: #707070; font-size: 14px; font-weight: 500;}
.price-box .minimal-price-link .label{color: #707070; font-size: 14px; font-weight: 500;}
.products-grid .price-box .price,
.products-list .price-box .price{font-weight:600;	line-height: 1.65;}
.products-grid .price-box .old-price .price, .products-list .price-box .old-price .price{font-weight:400;}
.products-grid .product-info{padding-bottom:105px;}
.products-grid .button.btn-cart,
.products-list .button.btn-cart {display: inline-block; padding: 16px; text-align: center; vertical-align: middle; background: #363636; border-radius:5px; border: none; color: #ffffff; font-size: 14px; font-weight: 700;}
.products-grid .actions.cooler .button.btn-cart{width: 100%;}
.products-grid .button.btn-cart:hover,
.products-list .button.btn-cart:hover{background: #707070;}
.products-grid .quick-view{border: none; background: none; color: #363636; font-size: 14px; text-transform: uppercase; font-weight: 700; margin: 10px 0 0;}
.products-grid .quick-view strong{color: #363636; font-size: 20px; padding: 0 0 0 15px; float: right;}
.products-grid .quick-view:hover, .products-grid .quick-view:hover strong{color: #4278ae;}
.products-grid .price-box .label,
.products-grid .price-box .minimal-price-link .label,
.products-grid .price-box .price-label{font-size:14px;}

.category-products .products-grid .item > a {position: relative; border: none;}
.products-grid .product-name a{color: #707070; font-size: 20px; font-weight: 700; text-transform: uppercase; line-height: 24px; text-decoration: none;}
.products-grid .item.cooler .item-price .price-from {display: none;}
.products-grid .item.cooler .item-price .price-to .price-label {display: none;}
.products-grid .product-name a:hover{color: #4278ae;}
.products-grid .item > a .inner-block {visibility: hidden;height: 100%;left: 0;padding: 25px;position: absolute;top: 0; width: 100%;}
.products-grid .item > a:hover .inner-block {visibility: visible;}
.products-grid .item > a .inner {display: table;height: 100%; padding: 25px; width: 100%;}



.category-products .products-grid .item > a .inner-block {display: none;height: 100%;left: 0;padding: 20px;position: absolute;top: 0; width: 100%;color:#000;}
.category-products .products-grid .item > a:hover .inner-block {display: block; }
.category-products .products-grid .item > a .inner {display: table;height: 100%; padding: 25px; width: 100%; background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/image-bg.png") repeat; border-radius: 50%;}
.category-products .products-grid .item .details .price-box{padding: 8px 0;margin:0;}
.category-products .products-grid .item .details .price-box .price{font-size:16px;}
.category-products .products-grid .item .details h2{font-size:16px;color:#000;}
.category-products .products-grid .item .details .actions{position: unset; min-height: unset;}
.category-products .products-grid .item .details { color: #ffffff; display: table-cell; font-size: 14px; font-weight: 500; line-height: 24px; vertical-align: middle; }
.category-products .products-grid .item .actions {display: block;margin: 0; width: 100%; min-height: 20px !important; position: relative !important; padding: 0; margin: 7px 0 0 0;}
.block-layered-category .block-content .actions a, .block-layered-nav .block-content .actions a{color: #d63737; font-size: 14px; font-weight: 700; text-transform: uppercase;}
.category-container .note-msg{margin-top: 35px;}
.products-grid .item-price{margin: 4px 0 0 0;}
.products-grid .item-price, .products-grid .item-price .price{color: #707070; font-size: 14px; font-weight: 500;}
.products-grid .item-price .special-price{padding: 0 0 0 5px;}
.products-grid .item-price .special-price .price, .products-grid .item-price .size.special{color: #d63737; font-weight: 700;}
.products-grid .item-price .price-box, .products-grid .item-price .size{display: inline-block;}
.products-grid .item-price .child-price{display: none;}
.products-grid .item-price .child-price.active{display: block;}

@media only screen and (max-width: 1199px) {
  .catalogsearch-result-index .main-container{padding: 0 20px;}	
  .category-container, .breadcrumbs{padding: 0 20px !important;}
  .catalog-category-view .sub-categories{padding: 0 20px 7px;}
  .col1-layout .pager .pages{float: right;}
  
  .category-products .products-grid .actions{padding:0;}
  .category-products .products-grid .price-box{margin-bottom: -3px;}
  
  .toolbar .sorter label{margin-right: 21px}
  .toolbar .sorter .bootstrap-select { margin: 0 21px 0 0;}
  .toolbar .sorter label{margin-right: 21px;}
  .toolbar .sorter > .sort-by .sort-by-switcher{margin-right:10px;}
  .toolbar-top .sorter > .sort-by{float:none;}
  .toolbar-top{margin:20px 0 49px;}
  .toolbar-top .block.block-layered-category ol li{margin:0 10px 14px}
  .toolbar-top .block.block-layered-category ol{padding-bottom: 7px;}
  
	
  .toolbar-top .block.block-layered-nav .bootstrap-select, 
  .toolbar .block.block-layered-nav .bootstrap-select{margin:0 10px !important}
  .toolbar-top .block-layered-nav label{padding-right: 10px;}

  /*.toolbar-top .block.block-layered-nav,
  .toolbar-top .toolbar,
  .toolbar-top .toolbar .sorter{float:none;text-align: center;}*/
  
  .toolbar-top .block.block-layered-nav .bootstrap-select,
  .toolbar-top .toolbar .bootstrap-select,
  .toolbar-top .toolbar .sorter .bootstrap-select{text-align: left;}
	

	
  .toolbar-bottom .count-container{margin: 0 0 38px;}
	
  .products-grid > li.item.last{margin-bottom:0;}
  .category-description.std{margin: 71px auto 0;}
  .block.block-viewed, .block.block-compare, .block.sidebar-banner{margin: 0 3.5% 0 0;padding: 0; width: 31%;}	
  .block.block-compare{margin:0;}
}

@media only screen and (min-width: 768px) {
  .block-layered-nav .block-content > dl > dd {display: none;}
  .block-layered-nav .block-subtitle--filter {display: none;margin: 0; margin-bottom: 10px;line-height: 1.4;text-rendering: optimizeSpeed;-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;cursor: pointer;}
  .block-layered-nav .block-subtitle--filter: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 #narrow-by-list,
  .block-layered-nav #narrow-by-list2 {padding:10px 0;border-top: 0;}
	
  .toolbar-top .block-layered-nav.block{margin-top:42px;}
  .toolbar-top .toolbar{margin-top:42px;}
}
@media only screen and (max-width: 767px) {
  .block-layered-nav .actions{text-align: center;}
  .block-layered-nav .actions a{float: none;}
  .catalogsearch-result-index .main-container{padding: 0 10px;}		
  .toolbar-top{margin-bottom: 0;}
  .toolbar-top .toolbar{margin: 25px 0 11px;}	
  .catalog-category-view .banner-content .banner-content-wrapper .banner-text-wrapper h1,
  .catalog-category-view .page-title.category-title h1{font-size: 48px;}
  .catalog-category-view .banner-content{height: 320px;}
  .category-container, .breadcrumbs{padding: 0 10px !important;}
  .category-title{margin:45px 0 0 0;}
  .category-title .category-title-border{display:none;}
	
  .toolbar-top .block.block-layered-nav,
  .toolbar-top .toolbar{float:none;}	
  .block-layered-nav .block-title{display:none;}
  .block-layered-nav .block-subtitle {position:relative; color: #363636; font-size: 16px; text-transform: uppercase; font-weight: 800; text-align: center; line-height: 30px;}
  .block-layered-nav.hide770{display: none;}
  .block-layered-nav.show770{display: block; }
  .block-layered-nav.show770 ol{display: block; padding: 0 10px 0 55px;}
  .block-layered-nav.show770 option{display: none;}

  .block-layered-nav .block-content{text-align:left;}
  .block-layered-nav #narrow-by-list,
  .block-layered-nav #narrow-by-list2{padding:0;margin:5px 0;}
  .block-layered-nav #narrow-by-list > dt,
  .block-layered-nav #narrow-by-list2 > dt{border-bottom: 1px solid #ededed; line-height: 42px; margin: 0 30px 0;text-align: left;text-transform: capitalize; color: #707070; font-size: 14px; font-weight: normal; cursor: pointer; padding: 0;}	
  .block-layered-nav #narrow-by-list > dt:hover,
  .block-layered-nav #narrow-by-list2 > dt:hover:after{color: #003087;}
  .block-layered-nav #narrow-by-list > dt:hover:after,
  .block-layered-nav #narrow-by-list2 > dt:hover{color: #003087;}
  .block-layered-nav .block-content > dl > dt:before {line-height: 1.6;}
  .block-layered-nav #narrow-by-list > dd,
  .block-layered-nav #narrow-by-list2 > dd{padding: 10px 0 0px;}
  .block-layered-nav #narrow-by-list > dd ol li,
  .block-layered-nav #narrow-by-list2 > dd ol li{margin:0 0 18px; font-size: 14px;}
  .block-layered-nav dl dd ol > li > span,
  .block-layered-nav dl dd ol > li > a{color: #707070;}
  .block-layered-nav dl dd ol > li > a:hover{color: #003087; text-decoration: none;}
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after, .block-layered-nav .block-content.accordion-open > dl > dt.current{color: #003087 !important; border: none !important;}
  .toolbar-top .block-layered-nav .currently,
  .toolbar-top .block-layered-nav .currently ol{padding:10px 0 3px; }
  .block-layered-nav .actions a { margin-bottom: 11px;font-size: 14px; text-transform: uppercase;}
  .block-layered-nav .actions{margin-bottom: 35px;margin-top:0;}	
	
	
  .toolbar{text-align:center;}
  .toolbar-top{margin-top:51px;}
  .toolbar-top .sorter {float:none; display: inline-block;width: auto;}
  .toolbar-top .toolbar{margin:44px 0 30px 0;}
  .toolbar-bottom .toolbar .pages li {margin: 0 2px 5px;}
  .toolbar-bottom .toolbar .pages > ol{ display:block;margin:0 auto;text-align:center;}
  .toolbar-bottom .toolbar .pages > ol li,
  .toolbar-bottom .pages a,
  .toolbar-bottom .pages .current{display:inline-block;vertical-align: top;}
	
  .toolbar-bottom .toolbar .pages > ol:after{ content: ''; display: table; clear: both;}
  .toolbar-bottom .toolbar .limiter, .toolbar-bottom .toolbar .pages{margin-bottom: 25px;}

  .category-products .products-grid > li.item.double-item{width:100%;padding:0;}
  .category-products{padding:0;}

  .category-description.std { margin: 45px auto 0;}

  .products-grid .item .product-image {margin-bottom: 4px;}
  .products-grid .product-name,
  
  .products-list .product-name{line-height: 1.25;}
  .category-products .products-grid > li.item.last { margin-bottom: 0;}
	
  .block.block-viewed, .block.block-compare, .block.sidebar-banner{float: none;margin: 0;padding: 0 0 31px;width: 100%;}
  .category-container  .block .block-title, .category-container .block .block-title strong{margin:0;padding-right: 25px;}
  .block.block-viewed .block-content{display:none;padding:0 0 10px;}
  .block.block-viewed.opened .block-content{display:block;}
  .block.block-viewed, .block.block-compare{}	
  .block.block-viewed{padding:0;  margin: 0 0 30px;}
  .block.block-viewed .block-content {margin-top: 6px;}
	
  .block.block-viewed .block-title:before,
  .block.block-compare .block-title:before{font-size:24px;content: "\f105";font-family: "FontAwesome";line-height: 1em;margin-top: -0.5em;position: absolute; right: 0;top: 50%;font-weight:400; color: #363636; font-size: 29px;}
  .block.block-viewed.opened .block-title:before,
  .block.block-compare.opened .block-title:before{content: "\f107";}

  .block.block-compare{padding:0;}
  .block.block-compare .block-content{display:none;}
  .block.block-compare.opened .block-content{display:block;padding:0 0 10px;}
  .block-compare .actions a, .block-compare .actions button{font-size:14px;}	
  .block.sidebar-banner img{width: auto; display: inline-block;}	
  .block.sidebar-banner{text-align: center;}
  .catalog-category-view .footer2{padding-top: 0;}
  .catalog-category-view .footer-container{padding: 48px 0 0;}
}
@media only screen and (max-width: 479px) {
  .category-image{display:none;}
  .category-title {margin: 14px 0 0;}

  .toolbar .sorter .bootstrap-select {margin: 0 19px 0 0;}
  .toolbar .sorter > .sort-by .sort-by-switcher {margin:0 0 0 3px;}
  .toolbar-bottom .bootstrap-select{margin: 0;}

  .products-grid .item .product-image {margin-bottom: 8px;}

  .pager .limiter{float:none;margin:0 auto;}
  .col1-layout .pager .pages{text-align: center;float:none;margin:49px auto 0;}
  .col1-layout .pager .pages li{float:none;}

  .category-description.std {margin: 54px auto 0;line-height:1.725;}
  

}

/* ============================================ *
 * Original Magento Product Grid
 * ============================================ */
.products-grid {position: relative;clear:both;margin-top:0px;}
.products-grid:after {content: '';display: table;clear: both;}
.products-grid > li {position: relative;margin-bottom: 20px;text-align: center; margin-top: 50px;}
.products-grid > li.item.last{margin-bottom:10px;}
.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: 54px;}
.products-grid .actions {padding-top: 10px;position: absolute;bottom: 0px;min-height: 85px;width: 100%;}
.category-products .toolbar-bottom{margin: 10px 0 0 0;}

.products-grid .ratings .rating-box {margin: 0 auto;}
.products-grid .ratings .amount {display: none;}

.products-grid .price-box {color: #a0a0a0;font-size: 13px;margin: 0 0 5px;}
.products-grid .add-to-links {margin-bottom: 0;}

/* Config: Two columns + flexible gutter */
.products-grid > li {float: left;width: 47.72727%;margin-right: 4.54545%;}
.products-grid > li:nth-child(odd) {clear: left;}
.products-grid > li:nth-child(even) {margin-right: 0;}

.products-grid .product-image {margin-bottom: 25px;}
.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://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/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 (max-width: 479px) {
 
}

@media only screen and (min-width: 479px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  .products-grid > li:nth-child(odd) {clear: none;}
  .products-grid > li:nth-child(even) {margin-right: 3.7037%;}
  .products-grid > li {width: 30.8642%; margin-right: 3.7037%;}
  .products-grid > li:nth-child(3n+1) {clear: left;}
  .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.double-item{width: 48.7555%}
  .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: 50px;}
.mini-products-list .product-details {margin-left: 60px;}
.mini-products-list .product-details .product-name {}
#cart-sidebar .product-details .product-name a{color: #363636; font-size: 14px; text-transform: uppercase; text-decoration: none;}
#cart-sidebar .product-details .product-name a:hover{color: #003087;}
.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%;}


.content-editable .dotdotdot > a{overflow-y:auto}


.main .products-grid .item .actions.mobile {display: none; text-align: center;}
.main .products-grid .item .actions.cooler{display: block}
@media only screen and (max-width: 1199px) {
	.main .products-grid .item a:hover .inner-block {display: none !important;}
	.main .products-grid .item .actions.mobile {display: block; padding-top: 10px;position: absolute !important;bottom: 0px;min-height: 30px !important;width: 100%;}
	.main .products-grid .item .actions.mobile .btn-cart {width: 100%;}
	.main .products-grid > li {margin-top: 60px; margin-bottom: 17px;}
	.main .category-products .toolbar-top {margin-bottom: 0;}
	.main .category-products .toolbar-bottom {margin: 71px 0 0 0;}
	.catalog-product-view .box-collateral .item .actions.mobile{position: relative !important;}
}
@media only screen and (max-width: 767px) {
	.main .products-grid .item .actions.mobile .btn-cart {font-size: 13px; padding: 5px;}
	.main .products-grid > li {margin-top: 10px; margin-bottom: 10px !important;}
	.main .products-grid .product-name a {font-size: 16px; line-height: 20px;}
}
@media only screen and (max-width: 479px) {
	.main .category-products .pager .pages {margin-top: 31px;}
}

.customer-account-login .account-login.login-only .col-1.registered-users ul{
	list-style: outside none none;
    margin: 0;
    padding: 0;
}
.customer-account-login .account-login.login-only .col-1.registered-users{
	width:50%;
}

/*** FONTS ***/

/*** GENERAL ***/
.iwd-qv-modal .hide {display:none !important;}
.iwd-qv-modal .show {display:block !important;}
.iwd-qv-modal .invisible {visibility:hidden;}
.iwd-qv-modal .hidden {display:none !important; visibility:hidden !important;}
.iwd-qv-modal .clear {clear:both;}
.iwd-qv-modal .error-msg{color:#000;}
.iwd-qv-modal .left{float:left;}
.iwd-qv-modal .right{float:right;}



/*** POPUP  ***/
.modal-open {overflow:hidden;}
.iwd-qv-modal {display:none; overflow:hidden; position:fixed; top:0; right:0; bottom:0; left:0; z-index:999; -webkit-overflow-scrolling:touch; outline:0; text-align:left;}
.iwd-qv-modal *{-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; text-align:left;}
.iwd-qv-modal.fade .iwd-qv-modal-dialog {-webkit-transform:translate(0, -25%); -ms-transform:translate(0, -25%); -o-transform:translate(0, -25%); transform:translate(0, -25%); -webkit-transition:-webkit-transform 0.3s ease-out; -o-transition:-o-transform 0.3s ease-out; transition:transform 0.3s ease-out;}
.iwd-qv-modal.in .iwd-qv-modal-dialog {-webkit-transform:translate(0, 0); -ms-transform:translate(0, 0); -o-transform:translate(0, 0); transform:translate(0, 0); left: 0; right: 0;/* this is needed to make this block pos-fixed and keep it in center*/}
.modal-open .iwd-qv-modal {overflow-x:hidden; overflow-y:auto;}
.iwd-qv-modal-dialog {width:760px; position:relative; margin:100px auto; z-index:1050;}
.iwd-qv-modal-dialog.modal-dialog{margin:100px auto;}
.iwd-qv-modal-content {position:relative; background-color:#ffffff; border:1px solid #999999; border:1px solid rgba(0, 0, 0, 0.2); border-radius:6px; 
-webkit-box-shadow: 0 4px 0 0px #2f557c;
	-moz-box-shadow:    0 4px 0 0px #2f557c;
	box-shadow:         0 4px 0 0px #2f557c;
-webkit-background-clip:padding-box; background-clip:padding-box; outline:0;}
.modal-backdrop {position:absolute; top:0; right:0; left:0; background-color:#000000;}
.modal-backdrop.fade {opacity:0; filter:alpha(opacity=0);}
.modal-backdrop.in {opacity:0.5; filter:alpha(opacity=50);}
.iwd-qv-modal-header {padding:0; border:none;}
.iwd-qv-modal-header .close {cursor:pointer; margin-top:-2px; display:block; height:14px; position:absolute; right:8px; top:5px; width:12px; z-index:100; color:#959595;}
.iwd-qv-modal-header .close:hover{color: #003087;}
.iwd-qv-modal-title {margin:0; line-height:1.42857143;}
.iwd-qv-modal-body {position:relative; padding:40px 40px 33px 40px;}
.modal-scrollbar-measure {position:absolute; top:-9999px; width:50px; height:50px; overflow:scroll;}
.iwd-qv-modal-footer:before, .iwd-qv-modal-footer:after {content:" "; display:table;}
.clearfix:after, .iwd-qv-modal-footer:after {clear:both;}
.iwd-success-cart.iwd-qv-modal-dialog { position: fixed; width: 500px; }



/*** AJAX PRE-LOADER ***/
#iwd-qv-additional-loader { width: 100%; height: 100%; position: fixed; background-color: rgba(0,0,0,0.5); left: 0; top: 0; display: none; z-index: 999;  }
.iwd-qv-additional-loader-wrap { position: relative; top: 0; width: 320px; margin: 0 auto; left: 0; margin-top: 100px; }
.iwd-qv-additional-loader-wrap-wrap { background: none repeat scroll 0 0 rgba(200, 200, 200, 1); position: relative; border-radius: 5px; }

.iwd-qv-ajax-loader{background:none repeat scroll 0 0 rgba(0, 0, 0, 0.25); height:100%; left:0; position:absolute; top:0; width:100%; display:none; z-index:3000;}
#floatingCirclesG{position:relative; width:64px; height:64px; -moz-transform:scale(0.6); -webkit-transform:scale(0.6); -ms-transform:scale(0.6); -o-transform:scale(0.6); transform:scale(0.6); margin:-27px auto 0; top:50%;}
.f_circleG{position:absolute; background-color:#FFFFFF; height:12px; width:12px; -moz-border-radius:6px; -moz-animation-name:f_fadeG; -moz-animation-duration:0.72s; -moz-animation-iteration-count:infinite; -moz-animation-direction:linear; -webkit-border-radius:6px; -webkit-animation-name:f_fadeG; -webkit-animation-duration:0.72s; -webkit-animation-iteration-count:infinite; -webkit-animation-direction:linear; -ms-border-radius:6px; -ms-animation-name:f_fadeG; -ms-animation-duration:0.72s; -ms-animation-iteration-count:infinite; -ms-animation-direction:linear; -o-border-radius:6px; -o-animation-name:f_fadeG; -o-animation-duration:0.72s; -o-animation-iteration-count:infinite; -o-animation-direction:linear; border-radius:6px; animation-name:f_fadeG; animation-duration:0.72s; animation-iteration-count:infinite; animation-direction:linear;}
#frotateG1_01{left:0; top:26px; -moz-animation-delay:0.27s; -webkit-animation-delay:0.27s; -ms-animation-delay:0.27s; -o-animation-delay:0.27s; animation-delay:0.27s;}
#frotateG1_02{left:8px; top:8px; -moz-animation-delay:0.36s; -webkit-animation-delay:0.36s; -ms-animation-delay:0.36s; -o-animation-delay:0.36s; animation-delay:0.36s;}
#frotateG1_03{left:26px; top:0; -moz-animation-delay:0.45s; -webkit-animation-delay:0.45s; -ms-animation-delay:0.45s; -o-animation-delay:0.45s; animation-delay:0.45s;}
#frotateG1_04{right:8px; top:8px; -moz-animation-delay:0.54s; -webkit-animation-delay:0.54s; -ms-animation-delay:0.54s; -o-animation-delay:0.54s; animation-delay:0.54s;}
#frotateG1_05{right:0; top:26px; -moz-animation-delay:0.63s; -webkit-animation-delay:0.63s; -ms-animation-delay:0.63s; -o-animation-delay:0.63s; animation-delay:0.63s;}
#frotateG1_06{right:8px; bottom:8px; -moz-animation-delay:0.72s; -webkit-animation-delay:0.72s; -ms-animation-delay:0.72s; -o-animation-delay:0.72s; animation-delay:0.72s;}
#frotateG1_07{left:26px; bottom:0; -moz-animation-delay:0.81s; -webkit-animation-delay:0.81s; -ms-animation-delay:0.81s; -o-animation-delay:0.81s; animation-delay:0.81s;}
#frotateG1_08{left:8px; bottom:8px; -moz-animation-delay:0.9s; -webkit-animation-delay:0.9s; -ms-animation-delay:0.9s; -o-animation-delay:0.9s; animation-delay:0.9s;}



/*** QUICK VIEW BUTTON ***/




/*** CONTENT ***/
.iwd-qv-global-backdrop{position:fixed; left:0; top:0; width:100%; height:100%; background-color:#000000; opacity:0.5; filter:alpha(opacity=50); display:none; z-index:1025}.iwd-qv-modal-content {color:#fff; 	background:#ffffff; position:relative; border-radius:10px; margin:0 auto; overflow: hidden;}
.iwd-qv-modal-content .notice-msg{color:#363636;}
.iwd-qv-modal-content h4 {padding:0; color:#4a4a4a;  font-weight:normal; font-size:38px; font-family:'Open Sans', Arial, Helvetica;  line-height:1;  margin-bottom:20px;}


/** MESSAGE BLOCK **/
.iwd-qv-modal .iwd-qv-messages{display:none}
.iwd-qv-modal .iwd-qv-messages p.iwd-qv-message-success{color: #363636; min-height:30px; line-height: 30px;}
.iwd-qv-modal .iwd-qv-messages i.fa-exclamation-circle {float:left; color:#00909E; }
.iwd-qv-modal .iwd-qv-button {background: #4278ae; height: 50px; line-height: 50px; border-radius: 5px; color: #ffffff; font-size: 14px; font-weight: 700; text-transform: uppercase; text-align: center; padding:  0 40px; text-decoration: none;}
.iwd-qv-modal .iwd-qv-button:hover{background-color:#345f8a;}
.iwd-qv-modal .iwd-qv-button.es-btn-checkout{background: #003087;     padding: 0 30px;}
.iwd-qv-modal .iwd-qv-button.es-btn-checkout:hover{background: #002260;}

.iwd-qv-modal .input-box{padding-right:0; background:none !important; color:#545454}
.iwd-qv-modal .input-box input[type="text"],
.iwd-qv-modal .input-box select,
.iwd-qv-modal select{}
.iwd-qv-modal .product-options select { width: 100%; }
.iwd-qv-modal .es-action{overflow:visible; margin-top:10px;}
.iwd-qv-modal .es-action a.btn-link {padding:0 10px; height:25px;  line-height:26px;  letter-spacing:1px;  display:block;  float:left;  background:#9a9a9a;  color:#ffffff;  font-size:15px;  font-weight:bold;  text-decoration:none; text-align:center; -webkit-border-radius:2px; border-radius:2px; text-shadow:1px 1px 1px #717171; cursor:pointer;  text-transform:uppercase; width:auto;}
.iwd-qv-modal .es-action a.btn-link:hover{background-color:#cacaca; color:#fff}
.iwd-qv-modal .es-error-wrapper{display:block;}
.iwd-qv-modal .es-error-wrapper p.es-error-container{color:#353535;  font-size:15px;  font-style:italic; padding-left:38px; min-height:26px;}
.iwd-qv-modal  table.grouped-items-table .price {font-size:16px;}
.iwd-qv-modal .product-options dd textarea { border: 1px solid #dddddd; height: 8em; padding: 4px 13px; width: 100%;}
.iwd-qv-modal .product-options dl.select-type { display: table; margin: 0 0 15px; width: 100%;}
.iwd-qv-modal .product-options dl.select-type dt, .iwd-qv-modal .product-options dl.select-type dd {display: table-cell;vertical-align: middle;}
.iwd-qv-modal .product-options dl.select-type dd {margin: 0;max-width: 90%; min-width: 90%; padding: 0;  width: 90%}
.iwd-qv-modal .product-options .custom-select-holder > select {border: none; display: inline-block !important; height: 0; margin: 0 !important; opacity: 0; padding: 0; visibility: hidden; width: 0 !important;}
.iwd-qv-modal .product-options .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {width: 100%;}
.iwd-qv-modal .product-options dl.select-type dt{padding: 0 5px 0 0; width: 10%}
.iwd-qv-modal .product-options label.required::after, .iwd-qv-modal .product-options span.required::after {color: #d63737;content: " *";font-size: 14px;font-weight: normal;}
.iwd-qv-modal .configurable .product-options dl{display: table; width: 100%;}
.iwd-qv-modal .configurable .product-options dt {padding: 0 5px 0 0;}
.iwd-qv-modal .configurable .product-options dt, .iwd-qv-modal .right-col.configurable .product-options dd {display: table-cell;vertical-align: middle;}
.iwd-qv-modal .price-info .price-box .price { color: #363636; font-size: 30px; font-weight: 700; font-family: "Gotham A", "Gotham B";}
.iwd-qv-modal .giftcard-form{margin: 0 0 40px 0;}
.iwd-qv-modal .giftcard #giftcard_amount_box .notice span {color: #959595; font-weight: normal; font-style: normal; font-size: 16px; margin: 0;}
.iwd-qv-modal .giftcard .price-box{margin: 30px 0 19px;}
.iwd-qv-modal .giftcard #giftcard_amount_box .notice{margin: 0 0 7px 0;}
/* OWL SLIDER */
.iwd-qv-modal .more-views { padding: 0 15px; }
.iwd-qv-modal .owl-prev, .iwd-qv-modal .owl-next { position: absolute; top: 0px; }
.iwd-qv-modal .owl-prev:hover, .iwd-qv-modal .owl-next:hover { background: none !important; color: black !important;}
.iwd-qv-modal .owl-prev { left: -30px; }
.iwd-qv-modal .owl-next { right: -33px; }
.owl-theme .owl-nav [class*='owl-'] { color: rgb(126,126,126); font-size: 30px; background: none;}


/*** ADD TO CART BUTTON ***/
.iwd-qv-modal-body .addtocart-button-wrap { float: none; margin: 0 0 0 95px; max-width: 100%;}
.iwd-qv-modal-body .modal-addtocart-cooler .addtocart-button-wrap {margin: 0; }
.iwd-qv-modal-body .addtocart-button-wrap .button { background: #003087; color: #fff; font-size: 20px !important; font-weight: 700; min-height: 65px; padding: 0; width: 100%; text-align: center;}
.iwd-qv-modal-body .addtocart-button-wrap .button:hover{background: #002260;}
.iwd-qv-modal-body .addtocart-button-wrap .button span{text-align: center;}
/*** GO TO PRODUCT LINK ***/
.iwd-qv-modal .go-to-product {display:block; margin:14px 0 0 0; text-align: right;}
.iwd-qv-modal .go-to-product a {text-decoration:none; font-size:14px; color:#363636; text-transform: uppercase; font-weight: 700;}
.iwd-qv-modal .go-to-product a .fa{color: #363636; font-size: 20px; font-weight: 700; padding: 0 0 0 5px;}
.iwd-qv-modal .go-to-product a:hover {text-decoration:none;}
.iwd-qv-modal .go-to-product a:hover .fa{color: #002260;}

/*** QTY INPUT BLOCK ***/
.iwd-qv-modal-body .modal-addtocart .qty-block{width: 80px; height: 65px; border: 1px solid #b2b2b2; position: relative; float: left;overflow: visible;}
.iwd-qv-modal-body .modal-addtocart .qty-block .ajax-qty-input { border: medium none; color: #363636; float: left; font-size: 18px !important; height: 63px; width: 3em; text-align: center;}
.iwd-qv-modal-body .modal-addtocart .qty-block .fa-angle-up{position: absolute; color: #363636; font-size: 20px; top: 7px; right: 18px; cursor: pointer;}
.iwd-qv-modal-body .modal-addtocart .qty-block .fa-angle-down{position: absolute; color: #363636; font-size: 20px; bottom: 7px; right: 18px; cursor: pointer;}


.iwd-qv-modal .product-options {margin-top:0}
.iwd-qv-modal .product-options{background:none; padding:0;  border:none}
.iwd-qv-modal .iwd-qv-mode-aac .product-options{ padding: 0; }
.iwd-qv-modal .product-options dd{margin-bottom:0; padding-left:0; padding-right:0; border:none;}
.iwd-qv-modal .product-options dt label em{margin-left:0; margin-right:2px}
.iwd-qv-modal .product-options dd span.label label{color:#363636;}
.iwd-qv-modal .product-options .price-notice{padding-left:0}
.iwd-qv-modal .product-options .price-notice .price{color:#545454; font-weight:bold}

.iwd-qv-modal #downloadable-links-list li label{display:inline;}
.iwd-qv-modal .configurable .price-box,
.iwd-qv-modal .downloadable .price-box{clear:both; display:block !important; float:none; padding-left:0;}

.iwd-qv-modal .giftcard .price-info{display: none;}
.iwd-qv-modal .price-box .label{color: #363636; }
.iwd-qv-modal .bundle .qty-holder label{display:none}
.iwd-qv-modal .bundle dd{}
.iwd-qv-modal .giftcard-send-form{border:none}
.iwd-qv-modal #amount_label_input{color:#000000;  font-size:14px;}
.iwd-qv-modal #giftcard_amount_box{ display:block; float:none;  clear:both; width:100%; overflow:hidden;}
.iwd-qv-modal .v-fix{width:100%; float:none; clear:both;}
.iwd-qv-modal .giftcard-amount-form .form-list .input-text{width:100%;}
.iwd-qv-modal #giftcard_amount_box .notice{margin:0; width:100%;}
.iwd-qv-modal #giftcard_amount_box .notice span{display:inline-block; color:#999999;  font-style:italic; font-size:12px; margin-top:5px}

.iwd-qv-modal select[multiple] {height:auto;}
.iwd-qv-modal p.required{display:none}
.iwd-qv-modal label{color:#000000; font-weight:normal; font-size:14px; line-height:1.25em; margin-bottom:2px; text-align:left; display:inline-block;}
.iwd-qv-modal label em{}
.iwd-qv-modal .short-description {color:#000000;}
.iwd-qv-modal .short-description .std {color:#000000;}
.iwd-qv-modal .availability {color:#000000;}
.iwd-qv-modal .availability + .price-box{}
.iwd-qv-modal .ajax-loader-text{text-align:center;}
.iwd-qv-modal .giftcard-send-form{margin:0; padding:0;}
.iwd-qv-modal .giftcard-send-form ul{width:100%}
.iwd-qv-modal .giftcard-send-form .input-box{width:100% !important}
.iwd-qv-modal .giftcard-send-form input[type="text"]{width:100% !important}
.iwd-qv-modal .giftcard-send-form textarea{width:100% !important; background:none repeat scroll 0 0 transparent;}
.iwd-qv-modal #iwd_qv_product_addtocart_form_modal{}
.iwd-qv-modal .product-options dd select.multiselect {margin: 0; padding: 10px 0 0 15px;}
.iwd-qv-modal .product-options dd select { border-color: #dddddd; width: 100%;}
.iwd-qv-modal .product-options dd select.multiselect option {font-size: 14px; padding: 0 0 3px;}
.iwd-qv-modal .product-shop select option:checked { box-shadow: 1400px 0 0 #efefef inset; margin-left: -700px; text-shadow: 700px 0 0 #003087;}


/*** PRICE ***/
.iwd-qv-modal .price-info {margin:20px 0 10px;}
.iwd-qv-modal .price-from .price,
.iwd-qv-modal .price-to .price,
.iwd-qv-modal .price-to .price-label,
.iwd-qv-modal .price-from  .price-label {color:#545454; font-size:14px; font-weight:normal}
.iwd-qv-modal .price-as-configured .price-label,
.iwd-qv-modal .price-as-configured .price{color:#4a4a4a;  font-size:19px}
.iwd-qv-modal .data-table{border:medium none;}
.iwd-qv-modal .data-table .price-label{display:none}
.iwd-qv-modal .data-table th,
.iwd-qv-modal .data-table td,
.iwd-qv-modal .data-table thead,
.iwd-qv-modal .data-table tr{border:none;  background:none;}
.iwd-qv-modal .data-table th{text-align:center !important; color:#000000;  font-size:14px; border-bottom:1px solid #d8d8d8; text-transform:none;}
.iwd-qv-modal .data-table th:first-child{text-align:left !important; padding-left:0}
.iwd-qv-modal .data-table tr td:first-child{text-align:left !important; padding-left:0}
.iwd-qv-modal .data-table th:last-child{padding-left: 7px; padding-right: 7px;}
.iwd-qv-modal .data-table tr td:last-child{padding-left: 7px; padding-right: 7px; text-align: center;}
.iwd-qv-modal .data-table tr td{color:#545454;  font-size:14px; border-bottom:1px solid #d8d8d8; padding-bottom:10px; padding-top:10px;}
.iwd-qv-modal .special-price .price,
.iwd-qv-modal .old-price .price{color:#9a9a9a;  font-size:14px; font-weight:normal;}
.iwd-qv-modal .price-box p{margin-bottom:0}
.iwd-qv-modal .price-box-bundle + .price-box{display:none}
.iwd-qv-modal .grouped-items-table .qty-label{margin:0}
.iwd-qv-modal .product-pricing li{color:#000}
.iwd-qv-modal .downloadable .regular-price .price{color:#4a4a4a; font-size:24px; font-weight:normal;}

/*** DOWNLOADABLE PRODUCT ***/
.iwd-qv-modal #downloadable-links-list{}
.iwd-qv-modal #downloadable-links-list li input{margin-top:2px !important;}
.iwd-qv-modal #downloadable-links-list .label,
.iwd-qv-modal #downloadable-links-list .label a{line-height:1; margin:0 !important; padding:0;}
.iwd-qv-modal #downloadable-links-list label{background:none repeat scroll 0 0 transparent; padding:0; line-height:1; margin-left:10px}
.iwd-qv-modal #downloadable-links-list .checkbox{float:left;  margin:0}

/*** GROUPED PRODUCT ***/
.iwd-qv-modal .grouped-items-table .modal-notify { z-index: 1; }
/*.iwd-qv-modal .grouped-items-table-wrapper { width: calc(100% - 20px); }*/

/** hide default elements **/
.iwd-qv-modal .product-options-bottom{background:none;  border:none;  padding:0; margin-top:20px}
.iwd-qv-modal .product-options-bottom * {display:none}
.iwd-qv-modal .product-options-bottom .price-box,
.iwd-qv-modal .product-options-bottom .price-box *{display:block !important}


.iwd-qv-modal #iwd-qv-wrapper {min-height:44px;}
.iwd-qv-modal #iwd-qv-wrapper .calendar{left:243px !important; top:137px !important;}
.iwd-qv-modal #iwd-qv-wrapper .left-col {float:left; width: 43%;}
.iwd-qv-modal #iwd-qv-wrapper .left-col .product-img-box {width:auto; max-width: 100%; }
.iwd-qv-modal #iwd-qv-wrapper .right-col {float:left; width:57%; padding: 0 0 0 40px;}


/*** MEDIA BLOCK ***/
.iwd-qv-modal .left-col .product-img-box { position: relative; }/* for PL */
.iwd-qv-modal .product-image-gallery-qv {position:relative;}
.iwd-qv-modal .product-image-gallery-qv .iwd-qv-gallery-image {display:none; max-width:100%; max-height:750px; margin:0 auto;}
.iwd-qv-modal .product-image-gallery-qv .iwd-qv-gallery-image.visible {display:block;}
.iwd-qv-modal .product-image-gallery-qv .iwd-qv-gallery-image.visible.hidden {visibility:hidden;}
.iwd-qv-modal .product-image-gallery-qv:before,
.iwd-qv-modal .product-image-gallery-qv:after {content:''; position:absolute; top:0; left:0; width:100%; height:100%; display:none;}
.iwd-qv-modal .product-image-gallery-qv:before {background-color:white; opacity:0.8; z-index:2;}
.iwd-qv-modal .product-image-gallery-qv:after {background-image:url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/css/iwd/quickview/images/opc-ajax-loader.gif");  background-repeat:no-repeat; background-position:center; z-index:3;}
.iwd-qv-modal .product-image-gallery-qv.loading {position:relative;}
.iwd-qv-modal .product-image-gallery-qv.loading:before,
.iwd-qv-modal .product-image-gallery-qv.loading:after {display:block;}
.iwd-qv-modal .product-img-box .product-image {margin-bottom:10px;position: relative;}
.iwd-qv-modal .product-image-thumbs li {display:inline-block;}
.iwd-qv-modal .product-image-thumbs li:first-child {margin-left:-1px;}
.iwd-qv-modal .product-image-thumbs a {display:inline-block; border:1px solid transparent;}
.iwd-qv-modal .no-touch .product-image-thumbs a:hover {border-color:#c7c7c7;}


/*** CONFIGURABLE SWATCHES ***/
.iwd-qv-modal .clearfix:after,
.iwd-qv-modal .configurable-swatch-list:after,
.iwd-qv-modal .product-view .product-options .swatch-attr:after {content:''; display:table; clear:both;}
.iwd-qv-modal .swatch-link,
.iwd-qv-modal .swatch-label {display:block; border-radius:3px; font-size:14px; text-align:center; color:#636363; text-decoration:none; box-sizing:content-box;}
.iwd-qv-modal .swatch-link {border:1px solid #cccccc; margin:0 0 3px;}
.iwd-qv-modal .swatch-link img {border-radius:2px;}
.iwd-qv-modal .swatch-link:hover {cursor:pointer; text-decoration:none;}
.iwd-qv-modal .swatch-link .x {display:none; text-indent:-999em; position:absolute; left:0; right:0; top:0; bottom:0; background:url(https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/css/iwd/quickview/images/bg_x.png) center no-repeat transparent; z-index:10;}
.iwd-qv-modal .swatch-link.has-image .swatch-label {position:relative;}
.iwd-qv-modal .swatch-link.has-image img {position:absolute; top:0; left:0;}
.iwd-qv-modal .swatch-label {border:1px solid #fff; margin:0; white-space:nowrap; background:#f4f4f4;}
.iwd-qv-modal .configurable-swatch-list {margin-left:-3px; zoom:1; clear:both; -webkit-transform:translateZ(0px);}
.iwd-qv-modal .configurable-swatch-list li {float:left; zoom:1; margin:0 0 0 3px;}
.iwd-qv-modal .products-grid .configurable-swatch-list li {display:inline-block; float:none; margin:0; vertical-align:top;}
.iwd-qv-modal .configurable-swatch-list .not-available .x {display:block;}
.iwd-qv-modal .configurable-swatch-list .not-available .swatch-link {border-color:#ededed; position:relative;}
.iwd-qv-modal .configurable-swatch-list .not-available .swatch-link.has-image img {opacity:0.4; filter:alpha(opacity=40);}
.iwd-qv-modal .configurable-swatch-list .not-available .swatch-label {color:#aaa; background:#fff;}
.iwd-qv-modal .configurable-swatch-list .wide-swatch .swatch-label {padding:0 6px;}
.iwd-qv-modal .configurable-swatch-list .not-available a:focus {outline:0;}
.iwd-qv-modal #narrow-by-list dd .configurable-swatch-list li {margin:0 0 0 3px; width:47%;}
.iwd-qv-modal #narrow-by-list dd .swatch-link {border:none; line-height:25px; margin-right:2px; text-align:left;}
.iwd-qv-modal #narrow-by-list dd .swatch-link.has-image {line-height:inherit;}
.iwd-qv-modal #narrow-by-list dd .swatch-link:hover .swatch-label {border-color:#3399cc;}
.iwd-qv-modal #narrow-by-list dd .swatch-label {background:#f4f4f4; border:1px solid #cccccc; border-radius:3px; display:block; float:left; line-height:1.5em; margin:0 5px 0 0; padding:1px 5px; white-space:nowrap;}
.iwd-qv-modal #narrow-by-list dd .swatch-label img {border:1px solid #fff; border-radius:3px; box-sizing:content-box;}
.iwd-qv-modal #narrow-by-list dd .has-image .swatch-label {padding:0;}
.iwd-qv-modal .currently .swatch-current {position:relative;}
.iwd-qv-modal .currently .swatch-current .btn-remove {margin-top:-10px; position:absolute; right:0; top:50%;}
.iwd-qv-modal .currently .swatch-current span {display:block; float:left;}
.iwd-qv-modal .currently .swatch-link {display:inline-block; margin:0 0 0 3px;}
.iwd-qv-modal .currently .swatch-link:hover {border-color:#cccccc; cursor:default;}
.iwd-qv-modal .configurable-swatch-list .hover .swatch-link,
.iwd-qv-modal .configurable-swatch-list .selected .swatch-link,
.iwd-qv-modal .swatch-link:hover {border-color:#3399cc;}
.iwd-qv-modal .configurable-swatch-box {background:none !important;}
.iwd-qv-modal .configurable-swatch-box select.swatch-select {display:none;}
.iwd-qv-modal .configurable-swatch-box .validation-advice {margin:0 0 5px; background:#df280a; padding:2px 5px !important; font-weight:bold; color:#fff !important; float:left; display:block; border-radius:3px;}
.iwd-qv-modal .availability.out-of-stock span {color:#a0a0a0;}
.iwd-qv-modal .product-view .product-options .swatch-attr {float:none; display:block; clear:both; border:0;}
.iwd-qv-modal .product-view .product-options .swatch-attr label,
.iwd-qv-modal .product-view .product-options .swatch-attr .select-label {font-size:12px;}
.iwd-qv-modal .product-view .product-options .swatch-attr label {display:block; line-height:1.3;}
.iwd-qv-modal .product-view .product-options .swatch-attr .select-label {display:inline; font-weight:normal; color:#3399cc; padding-left:5px;}
.iwd-qv-modal .product-view .product-options dd .input-box {width:auto; height:auto;}
.iwd-qv-modal .product-view .product-options .select-label {display:none;}
.iwd-qv-modal .product-view .add-to-cart button.out-of-stock {background-position:-80px -362px; cursor:default;}

/* OUT-OF-STOCK */
.margin-ver-15 { margin: 15px 0; }
.iwd-qv-button.es-btn-checkout { float: left; }

/* HIDE PRICE FOR CONF. PRODUCT */
.iwd-qv-modal .price-box.iwd-price-hidden {display: none !important; }


/* MAP POPUP */
.map-popup { z-index: 4000; }

/* CUSTOM STYLES */
.iwd-qv-modal-body .category-name{color: #363636; font-size: 22px; text-transform: capitalize; font-family: Georgia; font-style: italic; line-height: 28px; margin: -7px 0 0;}
.iwd-qv-modal-body .product-name .h1{color: #363636; font-size: 32px; line-height: 36px; text-transform: uppercase; font-weight: 700; border: none;}

.iwd-qv-modal-body .short-description {margin:24px 0;clear: both; position: relative;}
.iwd-qv-modal-body .short-description:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders_description.png") -2px -2px no-repeat; width: 25px; width: 25px; height:25px; display: block; content: ""; position: absolute; top: 0; left: 0px;}
.iwd-qv-modal-body .short-description:before{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders_description.png") -31px -2px no-repeat; width: 25px; width: 25px; height:25px; display: block; content: ""; position: absolute; top: 0; right: 0px;}

.iwd-qv-modal-body .short-description .std:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders_description.png") -2px -31px no-repeat; width: 25px; width: 25px; height:25px; display: block; content: ""; position: absolute; bottom: 0; left: 0;}
.iwd-qv-modal-body .short-description .std:before{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders_description.png") -31px -31px no-repeat; width: 25px; width: 25px; height:25px; display: block; content: ""; position: absolute; bottom: 0; right: 0;}
.iwd-qv-modal-body .short-description .std{padding: 26px; font-size: 16px; line-height: 20px; color: #363636; text-align: center;}


.iwd-qv-modal-body .discount-text{color: #ffffff; font-size: 14px; background: #727272; clear: both; padding: 5px 13px; margin: 0 0 30px 0;}
.iwd-qv-modal-body .product-shop .discount-text{margin-bottom: 25px;}
.iwd-qv-modal-body .discount-text strong{text-transform: uppercase;}

.iwd-qv-modal-body .price-box .price{color: #363636; font-size: 30px; font-weight: 700;}
.iwd-qv-modal-body .price-box .old-price .price{color: #959595; font-weight: 300;}
.iwd-qv-modal-body .price-box .special-price{padding: 0;}
.iwd-qv-modal-body .price-box .special-price .price{color: #d63737;}
.iwd-qv-modal-body .price-box .old-price,
.iwd-qv-modal-body .price-box .special-price,
.iwd-qv-modal-body .price-box .regular-price {padding-right: 0;  line-height: 1.2;}
.iwd-qv-modal-body .price-box .old-price{padding-right:6px;}

.iwd-qv-modal-body input[type="checkbox"], .iwd-qv-modal-body input[type="radio"][type="radio"]{margin-left: 0 !important; opacity:0; z-index: 1000; overflow: hidden; cursor: default;}
.iwd-qv-modal-body input[type="checkbox"] + .label:before{ color: #707070;  content: "\f0c8"; font-family: "FontAwesome"; font-size: 18px; left: 0; position: absolute; top: 0px;}
.iwd-qv-modal-body input[type="checkbox"]:checked + .label:before{content: "\f14a";  font-family: 'FontAwesome'; color: #4278ae;}
.iwd-qv-modal-body input[type="checkbox"]:checked + .label label{color: #003087;}

.iwd-qv-modal-body input[type="radio"] + .label:before{ color: #707070;  content: "\f10c";  font-family: "FontAwesome"; font-size: 18px; left: 0; position: absolute; top: -1px;}
.iwd-qv-modal-body input[type="radio"] + .label:before{color: #707070;  content: "\f10c";  font-family: "FontAwesome"; font-size: 18px;}
.iwd-qv-modal-body input[type="radio"]:checked + .label:before{content: "\f192"; font-family: 'FontAwesome'; color: #4278ae;}
.iwd-qv-modal-body input[type="radio"]:checked + .label label{color: #003087;}

.iwd-qv-modal-body select option:checked { box-shadow: 1400px 0 0 #efefef inset; text-shadow: 700px 0px 0 #003087; margin-left: -700px;}
.iwd-qv-modal-body .product-options label{color: #363636; font-size: 14px; font-weight: 700; text-transform: uppercase;}
.iwd-qv-modal-body .product-options ul.options-list li{position: relative;}

.iwd-qv-modal-body .product-options .input-box label{background: none; width: 100%; line-height: 1.5;  padding: 0 10px 0 30px; text-transform: capitalize; margin: 0;}
.iwd-qv-modal-body .product-options .input-box label:hover{background: none;}
.iwd-qv-modal-body .bundle .price-info .price-box:first-child {display: none;}
.iwd-qv-modal-body .bundle .price-box .price-label { color: #363636; font-size: 26px;text-transform: uppercase;}
.iwd-qv-modal-body .bundle .price-box{margin-bottom: 10px;}
.iwd-qv-modal .bundle .es-action{margin-top: 40px;}
.iwd-qv-modal .bundle .product-options span.select-type { display: block; padding: 0 0 18px !important;}



.iwd-qv-modal .grouped .grouped-items-table-wrapper { border: none;  width: 100%;  padding: 0 0 20px 0;  margin-bottom: 15px;}
.iwd-qv-modal .grouped .grouped-items-table .name-wrapper {margin: 0; color: #707070; font-size: 16px; line-height: 18px;}
.iwd-qv-modal .grouped .grouped-items-table .qty-wrapper {}
.iwd-qv-modal .grouped .grouped-items-table .price-box{margin:0; text-align: center;}
.iwd-qv-modal .grouped .grouped-items-table .price-box .old-price{display:block; text-align: center;}
.iwd-qv-modal .grouped .grouped-items-table .price-box .old-price .price{font-size:16px;line-height:0.7;}
.iwd-qv-modal .grouped .grouped-items-table .price-box .special-price{padding:0; text-align: center;}

.iwd-qv-modal .grouped .price-box .price{color: #707070 !important; font-size: 16px !important; font-weight: normal !important;}
.iwd-qv-modal .grouped .price-box .special-price .price{font-size: 16px !important; color: #d63737 !important;}
.iwd-qv-modal .grouped .grouped-items-table .price-box .old-price{padding: 0;}

.iwd-qv-modal .grouped .grouped-items-table .price-box .regular-price .price,
.iwd-qv-modal .grouped .grouped-items-table .price-box .special-price .price,
.iwd-qv-modal .grouped .grouped-items-table .price-box .full-product-price .price{font-size: 24px}

.iwd-qv-modal .grouped .grouped-items-table .qty-wrapper input{border-radius: 0;font-size: 16px; padding: 0; border: 1px solid #dddddd; width: 43px; height: 38px; color: #363636;}
.iwd-qv-modal .grouped .grouped-items-table .qty-label {margin-left: 7px;}
.iwd-qv-modal .grouped .grouped-items-table td {padding:16px 12px;border-color:#ededed;border-style:solid;border-width:1px 1px 1px 0; vertical-align: middle;}
.iwd-qv-modal .grouped .grouped-items-table td.image{padding-left:0;padding-right:0;text-align: left;}
.iwd-qv-modal .grouped .grouped-items-table td.image img{display:inline-block}
.iwd-qv-modal .grouped .grouped-items-table td.td-tier-price{border:none;padding:0;}

.iwd-qv-modal .grouped .tier-prices.product-pricing{margin:10px 0 18px;}
.iwd-qv-modal .grouped .extra-info{margin-bottom:0;}

.iwd-qv-modal .grouped .data-table th{background: none; color: #4278ae; font-size: 14px; font-weight: 700; border-color: #ededed; border-right: 1px solid #ededed;}
.iwd-qv-modal .grouped .data-table th:first-child, .iwd-qv-modal .grouped .data-table td:first-child{padding-left: 0; padding-right: 0;}
.iwd-qv-modal .grouped .data-table tr th:last-child, .iwd-qv-modal .grouped .data-table tr td:last-child{border-right: none;}
.iwd-qv-modal .grouped .data-table tr td.name{width: 61%;}
.iwd-qv-modal .grouped .data-table tr td.price{width: 21%;}
.iwd-qv-modal .grouped .data-table tr td.name{width: 61%;}
.iwd-qv-modal .grouped .availability {display: none;}
.iwd-qv-modal .giftcard-form .availability{display: none;}
.iwd-qv-modal .bundle.oos .price-info .price-as-configured {display: none;}
.iwd-qv-modal .qty-block {border: 1px solid #dddddd; overflow: hidden; width: 71px;}
.iwd-qv-modal .qty-block .ajax-qty-input {background: transparent none repeat scroll 0 0 !important; border: medium none; color: #4a4a4a; font-size: 14px; height: 44px; line-height: 44px; text-align: center; width: 50px !important; font-size: 24px;}
.product-options dd input.input-text {width: 98%;}
.iwd-qv-modal .qty-block .qty-slider {margin-right: 8px; margin-top: 7px; overflow: hidden;}
.iwd-qv-modal .qty-block .qty-slider .fa.inc { color: #363636; cursor: pointer; display: block; font-size: 11px; height: 10px; margin-bottom: 8px; width: 11px;}
.iwd-qv-modal .qty-block .qty-slider .fa.dec { color: #363636; cursor: pointer; display: block; font-size: 11px; height: 10px; width: 11px;}


/*** RESPONSIVE ***/
@media screen and (max-width:768px) {
	.iwd-qv-modal-body{padding: 20px 10px;}
    .iwd-qv-modal-dialog { margin:0 auto; margin-top:100px;}
    .iwd-qv-modal-dialog.iwd-success-cart {width:320px; margin:30px auto; padding: 0 5px; }
    .iwd-qv-modal-dialog.iwd-success-cart .iwd-qv-modal-content { -webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5); box-shadow:0 5px 15px rgba(0, 0, 0, 0.5); }
    .iwd-qv-modal-dialog.iwd-success-cart .es-action .aac-button{clear:both; display:block !important; float:none; margin-bottom:10px; width:100%;}
    .iwd-qv-modal-dialog.iwd-success-cart .modal-addtocart .btn-add-to-cart span{padding:0 30px}
    .iwd-qv-modal-dialog:not(.iwd-success-cart) { width:320px; }
    .iwd-qv-modal #iwd-qv-wrapper {margin-bottom:10px; min-height:44px;}
    .iwd-qv-modal #iwd-qv-wrapper .left-col {float:none; width:100%;}
    .iwd-qv-modal #iwd-qv-wrapper .left-col .product-img-box {width:auto;}
    .iwd-qv-modal #iwd-qv-wrapper .right-col {float:none; width:100%; padding: 0; margin: 20px 0 0 0;}
	.iwd-qv-modal .owl-theme .owl-nav [class*="owl-"]{margin: 20px 5px;}
	.iwd-qv-modal .product-options dl.select-type dd{max-width: 150px; min-width: 150px;}
    .iwd-success-cart .es-action .iwd-qv-button{clear:both; display:block !important; float:none; margin-bottom:10px; width:100%;}
    .iwd-qv-modal .grouped-items-table .container-modal .stock-notification, .iwd-qv-modal .grouped-items-table .modal-notify {width: 300px;}
}

@media screen and (max-width:480px) {
    .iwd-success-cart .es-action .iwd-qv-button{clear:both; display:block !important; float:none; margin-bottom:10px; width:100%;}
    .iwd-qv-modal .qty-slider{display:block; }
    .iwd-qv-modal .product-options dl.last dd.last{padding-bottom: 0;}
    .iwd-qv-modal-body .product-options label{margin-bottom: 0;}
    .iwd-qv-modal .configurable .product-options dt, .iwd-qv-modal .configurable .product-options dd{display: table-cell; vertical-align: middle; }
    .iwd-qv-modal .product-options dl.select-type dd, .iwd-qv-modal .configurable .product-options dd {max-width: 180px; min-width: 180px;}
    .iwd-qv-modal .product-options dd .input-box {width: 100%;position: relative; height: auto;}
}
@media screen and (max-width:330px) {
    .iwd-success-cart .es-action .iwd-qv-button{clear:both; display:block !important; float:none; margin-bottom:10px; width:100%;}
}
@media screen and (max-width:380px) {
    .iwd-success-cart .data-table tr .image .thumbnail {display:none;}
    .iwd-success-cart .data-table tr td:first-child {display:none; width:0;}
}

.iwd-qv-modal .price-box .price-as-configured > span {display: inline-block}
.iwd-qv-modal .price-box .price-as-configured > span.full-product-price {padding: 0 10px 0 0;}
.iwd-qv-modal .price-box .price-as-configured > span.price-label{text-transform: lowercase; line-height: 15px; font-size: 13px !important; font-family: "Gotham A", "Gotham B";}

@CHARSET "UTF-8";
.stock-notification,
.stock-notification *{box-sizing: border-box; }
.stock-notification{position:relative; margin:0px 0 20px;}
.stock-notification h5{color: #003087;font-size: 16px;font-weight: 700;line-height: 1.35em;margin-bottom: 5px;text-transform: uppercase; font-family: "Raleway",sans-serif; font-style: normal;}
.stock-notification .input-box{ margin: 0; position:relative; padding: 20px 15px; background: #ededed !important;}
.stock-notification .input-box.custom-select-holder{padding-bottom: 0;}
.stock-notification .bootstrap-select{min-width: 100%; width: 100% !important;}
.stock-notification .input-box .label{ color: #797979;font-size: 17px;left: 27px;position: absolute;text-transform: uppercase;top: 31px;}
.stock-notification .input-box select{ display: none !important;}
body .wrapper .stock-notification .stock-notification-header .input-box input{width: 58%;height:48px; border:none; border-radius:0;float:left; padding:0 5px;border:1px solid #dddddd !important;color:#797979 !important; font-size:14px !important; color: #777777; padding: 0 5px 0 14px; background: #fff !important;}
.stock-notification .stock-notification-header{}
.stock-notification .close-notification{display: block;height: 9px;position: absolute;right: 15px;text-decoration: none; top: 6px;;width: 10px; color: #959595; font-size: 14px;}
.stock-notification .close-notification:hover{color: #4278ae;}
.stock-notification .request-notice{display:block; float:left; height: 48px; line-height: 48px; width: 39%; text-align: center; background: #4278ae; color: #fff; border-radius:5px; font-size: 14px; text-transform: uppercase; font-weight: 700; padding: 0; float: right;} 
.stock-notification .request-notice:hover{background: #345f8a;}
.stock-notification-message{font-weight:normal; font-size: 14px;}
.grouped-items-table .btn-notify, .grouped-items-table .iwd-qv-btn-notify{font-size:16px; font-weight:normal; white-space: nowrap;display:block; color:#003087; text-decoration: underline;}
.grouped-items-table .btn-notify:hover, .grouped-items-table .iwd-qv-btn-notify:hover{color: #4278ae;}
.grouped-items-table h5{margin: 0; font-style: normal; font-family: "Raleway",sans-serif;}
.grouped-items-table .container-modal{position:relative}
.grouped-items-table .container-modal .stock-notification{width: 320px;margin:0; padding-top: 20px;}
.grouped-items-table .container-modal .input-box{margin:0}
.grouped-items-table .modal-notify{display:none;position: absolute;top: 0;right:0;width: 320px; }
#iwd-ajaxcart-modal .grouped-items-table .modal-notify,
#iwd-ajaxcart-modal .grouped-items-table .container-modal .stock-notification{width: 350px;}
.product-view.grouped .grouped-items-table .qty-wrapper input#email_notification {width: 58%;height:48px; border:none; border-radius:0;float:left; padding:0 5px;border:1px solid #dddddd;color:#797979; font-size:14px; color: #777777; padding: 0 5px 0 14px;}
.grouped-items-table .stock-notification{background: #ededed;}
.grouped-items-table .stock-notification .input-box{padding-bottom: 10px;}
.grouped-items-table .modal-notify h5{color: #003087;font-size: 16px;font-weight: 700;line-height: 1.35em;margin-bottom: 5px;text-transform: uppercase; text-align: left; padding: 0 15px;}
.grouped-items-table .modal-notify .stock-notification-message{text-align: left; padding: 0 15px 15px 15px;}
.grouped-items-table .modal-notify .input-box{padding-top:0}
.grouped-items-table .modal-notify input{}
.stock-notification ::-webkit-input-placeholder {color:#797979 important; font-size:14px !important;}
.stock-notification :-moz-placeholder {color:#797979 important; font-size:14px !important;}
.stock-notification :-ms-input-placeholder {color:#797979 important; font-size:14px !important;}
@media only screen and (max-width: 530px) {
	.grouped-items-table .container-modal .stock-notification, .grouped-items-table .modal-notify{width: 300px; }
}
@media only screen and (max-width: 767px) {
	#iwd-ajaxcart-modal .grouped-items-table .modal-notify,
	#iwd-ajaxcart-modal .grouped-items-table .container-modal .stock-notification{width: 300px;}
}

.modal-open {overflow:hidden;}
.signin-iwd-modal {display:none; overflow:hidden; position:fixed; top:0; right:0; bottom:0; left:0; z-index:1040; -webkit-overflow-scrolling:touch; outline:0;}
.signin-iwd-modal.fade .signin-iwd-modal-dialog {-webkit-transform:translate(0, -25%); -ms-transform:translate(0, -25%); -o-transform:translate(0, -25%); transform:translate(0, -25%); -webkit-transition:-webkit-transform 0.3s ease-out; -o-transition:-o-transform 0.3s ease-out; transition:transform 0.3s ease-out;}
.signin-iwd-modal.in .signin-iwd-modal-dialog {-webkit-transform:translate(0, 0); -ms-transform:translate(0, 0); -o-transform:translate(0, 0); transform:translate(0, 0);}
.modal-open .signin-iwd-modal {overflow-x:hidden; overflow-y:auto;}
.signin-iwd-modal-dialog {position:relative; z-index: 2000; width:auto; margin:10px;}
.signin-iwd-modal-content {position:relative; background-color:#ffffff; border:1px solid #999999; border:1px solid rgba(0, 0, 0, 0.2); border-radius:6px; -webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5); box-shadow:0 3px 9px rgba(0, 0, 0, 0.5); -webkit-background-clip:padding-box; background-clip:padding-box; outline:0;}
.signin-iwd-modal-content h3{text-align:center; font-size:2.4em; font-weight:300; opacity:0.8; background:rgba(0,0,0,0.1); border-radius:3px 3px 0 0; margin:0; padding:.4em}
.modal-backdrop {position:fixed; top:0; right:0; left:0; background-color:#000000;}
.modal-backdrop.fade {opacity:0; filter:alpha(opacity=0);}
.modal-backdrop.in {opacity:0.5; filter:alpha(opacity=50);}
.signin-iwd-modal-header {}
.signin-iwd-modal-header h4{padding:20px 35px; color:#4a4a4a;  font-weight:400; font-size:37px; text-align:left; margin-bottom:0; text-transform:none;}
.signin-iwd-modal-header .close {background:transparent; cursor:pointer; position:absolute; right:10px; text-decoration:none; top:10px; z-index:1000; display:block; height:12px; width:16px; border:none; line-height:12px; font-style:oblique; font-size:20px; font-family:sans-serif;}
.signin-iwd-modal-title {margin:0; line-height:1.42857143;}
.signin-iwd-modal-body {position:relative; padding:0 35px 20px;}
.modal-scrollbar-measure {position:absolute; top:-9999px; width:50px; height:50px; overflow:scroll;}
@media (min-width:768px) {
	.signin-iwd-modal-dialog {width:380px; margin:30px auto;}
	.signin-iwd-modal-content {-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5); box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);}
}

@media (max-width:767px) {
	.signin-iwd-modal-dialog {width:320px; margin:30px auto;}
	.signin .socials-login h4{font-size:24px !important}
	.signin-iwd-modal-content {-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5); box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);}
}

.signin-iwd-modal-footer:before,
.signin-iwd-modal-footer:after {content:" "; display:table;}
.clearfix:after,
.signin-iwd-modal-footer:after {clear:both;}
.hide {display:none !important;}
.show {display:block !important;}
.invisible {visibility:hidden;}
.hidden {display:none !important; visibility:hidden !important;}

.signin{}
.signin *{font-family:Helvetica Neue, Arial; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
.signin .clear{clear:both}
.signin .ajax-loader{ background-color:rgba(0, 0, 0, 0.3); height:100%; left:0; margin:0 auto; position:absolute; top:0; width:100%; display:none}
.signin .login-logo{padding:20px 0; text-align:center;}
.signin .cms-block{margin-bottom:20px; padding:20px 20px 0;}
.signin .cms-block p{font-size:14px; margin:0}

/** LOGIN FORM **/
.signin .login-form{padding:0;  text-align:left;}
.signin .login-form .page-title{border:none}
.signin .login-form h1{border-bottom:1px solid #787878; color:#020202; font-size:16px; font-weight:300; padding-bottom:10px;}
.signin .login-input{float:left; width:100%}
.signin .login-input label{color:#535353; display:block; font-size:15px; font-weight:normal; line-height:1; margin-bottom:10px;}
.signin .login-input label em{font-size:15px; color:#00909e; margin-left:0;}
.signin .login-input input[type="text"],
.signin .login-input input[type="password"]{width:100%; border:1px solid #a7a7a7; height:34px;  padding:0 4px; -webkit-border-radius:3px; border-radius:3px;}
.signin .row{overflow:hidden;}
.signin .row .login-input{margin-right:0;  margin-bottom:10px;}
.signin .row .login-input + .login-input{margin-bottom:0}

.signin .remember-me{margin-top:10px; float:left;}
.signin .f-p{margin-top:10px; float:left; margin-bottom:20px;}
.signin .f-p a{color:#559197;  font-size:12px;  font-weight:normal;  text-decoration:none}
.signin .btn-login{-webkit-border-radius:3px; border-radius:3px;  height:44px;  width:100%;  display:block; background-color:#4278ae; text-align:center;  line-height:44px;  color:#fff;  font-size:18px; text-shadow:1px 1px 1px #02484f; text-decoration:none;  text-transform:uppercase; cursor:pointer; margin-bottom:5px; padding:0; font-family: 'Raleway', sans-serif;}
.signin .btn-login:hover{background-color:#345f8a;}

.signin #create-account-singup{-webkit-border-radius:3px; border-radius:3px;  height:31px;  width:100%;  display:block; background-color:#999999; text-align:center;  line-height:31px;  color:#fff;  font-size:14px; text-shadow:1px 1px 1px #5a5a5a; text-decoration:none;  text-transform:uppercase; cursor:pointer; padding:0 !important; margin:0 !important;}
.signin #create-account-singup:hover{background-color:#bcbcbc;}
.signin .signin-btn-small{-webkit-border-radius:3px; border-radius:3px;  height:31px;  width:100%;  display:block; background-color:#999999; text-align:center;  line-height:31px;  color:#fff;  font-size:14px; text-shadow:1px 1px 1px #5a5a5a; text-decoration:none;  text-transform:uppercase; cursor:pointer; border:none;}
.signin .signin-btn-small:hover{background-color:#bcbcbc;}
.signin .btn-right{float:right;  width:50%;}

.signin .signin-actions{padding-bottom:36px;}

/** Create Account **/
.signin .account-create-signin{padding:0; text-align:left;}
.signin .account-create-signin li{margin-bottom:0}
.signin .account-create-signin {margin-bottom:0}
.signin .account-create-signin .page-title{border-bottom:1px solid #787878;}
.signin .account-create-signin .page-title h1{color:#000; font-size:16px; font-weight:normal; margin-top:0; padding-bottom:8px; text-transform:uppercase;}
.signin .account-create-signin label{color:#535353; display:block; font-size:15px; font-weight:normal; line-height:1; margin-bottom:10px;}
.signin .account-create-signin label em{font-size:15px; color:#00909e; margin-left:0;}
.signin .account-create-signin .form-list .field {width:100%;}
.signin .account-create-signin .form-list .field input{width:100%;}
.signin .account-create-signin .form-list .input-box{width:100%; margin-bottom:10px; line-height:1.65em;}
.signin .account-create-signin .form-list input.input-text{width:100%; border:1px solid #a7a7a7; height:34px;  padding:0 4px; -webkit-border-radius:3px; border-radius:3px;}
.signin .account-create-signin .extend-input{width:100%;}
.signin .account-create-signin .remember-me{float:none}
.signin .account-create-signin .buttons-set{margin:0;}
.signin .account-create-signin p.required {float:none;}	
.signin .account-create-signin .fieldset{background:none repeat scroll 0 0 transparent; border:medium none; padding:0; margin-top:0;} 
.signin .account-create-signin h2{border-bottom:1px solid #999999; line-height:1; margin-bottom:15px; padding-bottom:10px; color:#4a4a4a;  font-weight:normal; text-transform:none;}
.signin .account-create-signin .newsletter{}
.signin .account-create-signin .label{width:auto;}
.signin .account-create-signin .input-box{ width:auto !important;}
.signin .account-create-signin .input-box input{margin-top:0}
.signin .signin-iwd-modal-body .account-create-signin .sign_up_for_newsletter {background:none; padding:4px 0 0 20px; margin:0 !important;}
.signin .signin-iwd-modal-body .account-create-signin .sign_up_for_newsletter:hover {background:none;}
.signin .signin-iwd-modal-body #is_subscribed {margin:0; padding:0;}
.signin .buttons-set .back-link a{color:#559197; font-size:12px; text-decoration:none;}

/** Forgot Password */
.signin .account-forgotpassword{padding:0; text-align:left;}
.signin .account-forgotpassword .page-title{border-bottom:1px solid #787878;  margin-bottom:9px;}
.signin .account-forgotpassword .page-title h1{color:#000; font-size:16px; font-weight:normal; margin-top:0; padding-bottom:8px; text-transform:uppercase;}
.signin .account-forgotpassword label{color:#535353; display:block; font-size:15px; font-weight:normal; line-height:1; margin-bottom:10px;}
.signin .account-forgotpassword .fieldset{padding:22px 15px 12px;}
.signin .account-forgotpassword p.required {float:none;}
.signin .account-forgotpassword .input-box{width:100%}
.signin .account-forgotpassword .input-box input{width:100%; border:1px solid #a7a7a7; height:34px;  padding:0 4px; -webkit-border-radius:3px; border-radius:3px;}
.signin .account-forgotpassword .input-box #email_address{width:98%}
.signin .account-forgotpassword .fieldset{background:none repeat scroll 0 0 transparent; border:medium none; padding:0; margin-top:0;} 
.signin .account-forgotpassword  p{border-bottom:1px solid #b6b6b6; color:#535353; display:block; font-size:14px; margin-bottom:20px; margin-top:-6px; padding-bottom:17px;}
.signin .account-forgotpassword .btn-submit{-webkit-border-radius:3px;border-radius:3px;height:44px;width:100%;display:block;background-color: #4278ae;text-align:center;line-height:44px;color:#fff;font-size:18px;text-shadow:1px 1px 1px #02484f;text-decoration:none;text-transform:uppercase;cursor:pointer;margin-bottom:5px;padding:0;font-weight:bold;margin-top:33px;}
.signin .account-forgotpassword .btn-submit:hover{background-color: #345f8a;}
.signin .account-forgotpassword .btn-back-login{-webkit-border-radius:3px; border-radius:3px;  height:31px;  width:100%;  display:block; background-color:#999999; text-align:center;  line-height:31px;  color:#fff;  font-size:14px; text-shadow:1px 1px 1px #5a5a5a; text-decoration:none;  text-transform:uppercase; cursor:pointer; padding:0 !important; margin:0 !important; font-weight:bold}
.signin .account-forgotpassword .btn-back-login:hover{background-color:#bcbcbc;}
.signin .account-forgotpassword .signin-actions{padding-bottom:17px;}


.signin-iwd-modal-body .control.newsletter label{background:none; padding:0 0 0 20px; margin:0 !important}
.signin-iwd-modal-body .control.newsletter input{margin-left:0 !important; margin-top:5px !important}
.signin-iwd-modal-body .fieldset + .fieldset{margin-top:30px !important}
.signin-iwd-modal-body .fieldset + .socials-login{margin-top:30px !important}
.signin .socials-login{word-spacing:8px; padding:20px 0 0 0;  margin:0; text-align:center; border-top:1px solid #b6b6b6;}
.signin .socials-login h4{color:#4a4a4a;  font-size:30px; text-align:left;  font-weight:normal; margin-bottom:10px;}
.signin .socials-login a{margin-bottom:10px; background-image:url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/css/iwd/signin/images/sprite.png");  background-color:transparent; background-repeat:no-repeat}

.signin .btn-facebook-login{background-position:0 0; display:inline-block; height:32px; text-indent:-999em; width:147px; cursor:pointer;}
.signin .btn-facebook-login:hover{background-position:-1px -148px;}

.signin .btn-google-login{background-position:0 -49px; display:inline-block; height:32px; text-indent:-999em; width:147px; cursor:pointer;}
.signin .btn-google-login:hover{background-position:-1px -197px;}

.signin .btn-twitter-login{background-position:-162px 0; display:inline-block; height:32px; text-indent:-999em; width:147px; cursor:pointer;}
.signin .btn-twitter-login:hover{background-position:-163px -148px;}

.signin .btn-yahoo-login{background-position:-162px -49px; display:inline-block; height:32px; text-indent:-999em; width:147px; cursor:pointer;}
.signin .btn-yahoo-login:hover{background-position:-163px -197px;}

.signin .btn-paypal-login{background-position:-82px -98px; display:inline-block; height:32px; text-indent:-999em; width:147px; cursor:pointer;}
.signin .btn-paypal-login:hover{background-position:-82px -245px;}

.signin .signin-error{border:1px dashed #EB340A; margin:10px 0; padding:10px; color: #ff0000; text-align: center;}
.signin .signin-success{border:1px dashed #05637B; color:#05637B; font-size:14px; font-weight:normal; margin:10px 0 0 6px; padding:10px;}

.signin .success-msg{}
.signin .success-msg{border:1px solid #00909e !important; background:#f4f4f4 !important; padding:10px 22px !important;  text-align:center}
.signin .success-msg span{color:#4a4a4a; font-size:14px; font-weight:600}
.signin .success-msg li{border:none !important; padding:0 !important}
.signin .success-msg li:before{border:none !important}
#floatingCirclesG{position:relative; width:64px; height:64px; -moz-transform:scale(0.6); -webkit-transform:scale(0.6); -ms-transform:scale(0.6); -o-transform:scale(0.6); transform:scale(0.6); top:20%; margin:0 auto;}

.f_circleG{position:absolute; background-color:#FFFFFF; height:12px; width:12px; -moz-border-radius:6px; -moz-animation-name:f_fadeG; -moz-animation-duration:1.04s; -moz-animation-iteration-count:infinite; -moz-animation-direction:linear; -webkit-border-radius:6px; -webkit-animation-name:f_fadeG; -webkit-animation-duration:1.04s; -webkit-animation-iteration-count:infinite; -webkit-animation-direction:linear; -ms-border-radius:6px; -ms-animation-name:f_fadeG; -ms-animation-duration:1.04s; -ms-animation-iteration-count:infinite; -ms-animation-direction:linear; -o-border-radius:6px; -o-animation-name:f_fadeG; -o-animation-duration:1.04s; -o-animation-iteration-count:infinite; -o-animation-direction:linear; border-radius:6px; animation-name:f_fadeG; animation-duration:1.04s; animation-iteration-count:infinite; animation-direction:linear;}
#frotateG_01{left:0; top:26px; -moz-animation-delay:0.39s; -webkit-animation-delay:0.39s; -ms-animation-delay:0.39s; -o-animation-delay:0.39s; animation-delay:0.39s;}
#frotateG_02{left:8px; top:8px; -moz-animation-delay:0.52s; -webkit-animation-delay:0.52s; -ms-animation-delay:0.52s; -o-animation-delay:0.52s; animation-delay:0.52s;}
#frotateG_03{left:26px; top:0; -moz-animation-delay:0.65s; -webkit-animation-delay:0.65s; -ms-animation-delay:0.65s; -animation-delay:0.65s; animation-delay:0.65s;}
#frotateG_04{right:8px; top:8px; -moz-animation-delay:0.78s; -webkit-animation-delay:0.78s; -ms-animation-delay:0.78s; -o-animation-delay:0.78s; animation-delay:0.78s;}
#frotateG_05{right:0; top:26px; -moz-animation-delay:0.91s; -webkit-animation-delay:0.91s; -ms-animation-delay:0.91s; -o-animation-delay:0.91s; animation-delay:0.91s;}
#frotateG_06{right:8px; bottom:8px; -moz-animation-delay:1.04s; -webkit-animation-delay:1.04s; -ms-animation-delay:1.04s; -o-animation-delay:1.04s; animation-delay:1.04s;}
#frotateG_07{left:26px; bottom:0; -moz-animation-delay:1.17s; -webkit-animation-delay:1.17s; -ms-animation-delay:1.17s; -o-animation-delay:1.17s; animation-delay:1.17s;}
#frotateG_08{left:8px; bottom:8px; -moz-animation-delay:1.3s; -webkit-animation-delay:1.3s; -ms-animation-delay:1.3s; -o-animation-delay:1.3s; animation-delay:1.3s;}
@-moz-keyframes f_fadeG{0%{background-color:#00909e}100%{background-color:#FFFFFF}}
@-webkit-keyframes f_fadeG{0%{background-color:#00909e}100%{background-color:#FFFFFF}}
@-ms-keyframes f_fadeG{0%{background-color:#00909e}100%{background-color:#FFFFFF}}
@-o-keyframes f_fadeG{0%{background-color:#00909e}100%{background-color:#FFFFFF}}
@keyframes f_fadeG{0%{background-color:#00909e}100%{background-color:#FFFFFF}}

#iwd-signin-captcha-error p{color: red; font: 14px "Helvetica"; border: 1px red dotted; margin-top: 5px; padding: 5px; text-align: center;}
.iwd-position-for-register{position: fixed;}
/**
 * KAbel_BundlePlus
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to a BSD 3-Clause License
 * that is bundled with this package in the file LICENSE_BSD_NU.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www1.unl.edu/wdn/wiki/Software_License
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2012 Regents of the University of Nebraska (http://www.nebraska.edu/)
 * @license     http://www1.unl.edu/wdn/wiki/Software_License  BSD 3-Clause License
 */
 
.kabel-options-list{}
.product-view.bundle .product-options .kabel-options-list .qty-holder{text-align: right; padding: 2px 0;}
.product-view.bundle .product-options .kabel-options-list .qty-holder input{border: 1px solid #dddddd; border-radius: 0; color: #363636; font-size: 14px; height: 25px; padding: 0; width: 25px; min-height: 25px; margin: 0;}
.product-view.bundle .product-options .kabel-options-list .label{width: 80%;}
.product-view.bundle .product-options .kabel-options-list input.checkbox{display: none;}
.product-view.bundle .product-shop .kabel-options-list input[type="checkbox"] + .label:before{content: '';}
.product-view.bundle .product-shop .kabel-options-list label{padding-left: 0 !important;}
.iwd-qv-modal-body .product-options .input-box .kabel-options-list label {padding-left: 0 !important;}
.iwd-qv-modal-body .product-options .kabel-options-list li {display: table;line-height: 1.5;margin-bottom: 0;padding-bottom: 0;table-layout: fixed;width: 100%;}
.iwd-qv-modal-body .product-options .kabel-options-list .label {width: 80%;}
.iwd-qv-modal-body .product-options ul.options-list.kabel-options-list .label {display: table-cell; vertical-align: middle; width: 80%;}
.iwd-qv-modal-body .product-options .kabel-options-list .qty-holder {text-align: right; padding: 2px 0;}
.iwd-qv-modal-body .product-options .kabel-options-list .qty-holder input { border: 1px solid #dddddd; border-radius: 0; color: #363636; font-size: 14px; height: 25px; padding: 0; width: 25px;}
.iwd-qv-modal-body .product-options .kabel-options-list .qty-holder input.checkbox {margin: 0;}

/* ============================================ *
 * Catalog - Product (default D1 Design)
 * ============================================ */
.catalog-product-view .messages{margin: 10px 0;}
.catalog-product-view .messages > li {margin: 0 auto;max-width: 1200px;padding: 0 25px;}
.catalog-product-view .main{padding: 0;}
.catalog-product-view .main .banner-content{ background-position: center center !important; background-size: cover !important; display: table; height: 240px; position: relative; text-align: left; width: 100%; background-repeat: no-repeat !important;}
.catalog-product-view .main .banner-content .banner-content-wrapper { display: table-cell; vertical-align: middle; text-align: center;}
.catalog-product-view .main .banner-content .banner-content-wrapper .banner-text-wrapper{max-width: 1200px; padding: 0 25px 33px; margin: 0 auto;}
.catalog-product-view .main .banner-text-wrapper .category-title, .catalog-product-view .main .banner-text-wrapper .category-title:after{color: #ffffff; font-size: 68px; line-height: 1; font-weight: 700; text-transform: uppercase; margin: 0;}
.catalog-product-view .main .banner-text-wrapper .category-title:after{content: ""; height: 2px; width: 235px; margin: 20px auto; display: block; background: #fff;}
.catalog-product-view .main .banner-text-wrapper .category-title{text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.15);}
.catalog-product-view .main .banner-content .bottom-banner-block{position: absolute; bottom: 0; left: 0; background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/dropdown-bg.png") repeat; width: 100%; padding: 0;
-webkit-box-shadow: -1px 3px 2px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    -1px 3px 2px 0px rgba(0, 0, 0, 0.2);
box-shadow:         -1px 3px 2px 0px rgba(0, 0, 0, 0.2);
}
.catalog-product-view .category-name{color: #363636; font-size: 28px; text-transform: capitalize; font-family: Georgia; font-style: italic; line-height: 36px; margin: 0;}
.catalog-product-view .breadcrumbs{text-align: center;}


.catalog-product-view .main-container{max-width: 100%; padding-left: 0; padding-right: 0;}
.catalog-product-view .product-view .product-essential, .catalog-product-view .product-view .product-collateral,
.catalog-product-view .product-view .product-flavors{max-width: 1200px; margin: 0 auto; padding-left: 25px; padding-right: 25px;}
.catalog-product-view .product-view .product-collateral, .catalog-product-view .product-view .product-flavors{margin: 40px auto 0;}


.breadcrumbs{max-width:1200px;padding:0;margin: 9px auto;  line-height: normal;overflow: hidden;text-align: right; padding: 0 25px;}
.breadcrumbs ul{display:inline-block}
.breadcrumbs ul:after{content: ''; display: table; clear: both;}
.product-essential{padding-top: 50px;}
/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {position: relative;display: block;border:none;}
.no-touch .product-image:hover { border-color: #3399cc;}

.product-view .product-essential > form:after {content: ''; display: table;clear: both;}
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {  float: left;}
.product-view .product-essential .extra-info .ratings .rating-box {margin: 5px 10px 5px 0;}
.product-view .product-essential .extra-info .ratings .rating-box i{font-size:16px;}
.product-view .product-essential .extra-info .ratings:after {content: ''; display: table;  clear: both;}
.product-view .product-essential .extra-info .ratings .fa{vertical-align: inherit;color:#000;}
.product-view .product-essential .extra-info .ratings .fa:before{display: inline-block; font-size: inherit; vertical-align: inherit;}
.product-view .product-essential:after {content: ''; display: table;  clear: both;}
.product-view .product-shop .product-name h1,
.product-view .product-img-box .product-name h1 {color: #363636; font-size: 40px; line-height: 44px; text-transform: uppercase; font-weight: 700; border: none;}
.product-view .product-img-box .product-name{display:none;}
.product-view .product-shop .product-name h1{display:block;}

.product-view .product-shop {width: 41.8%;  float: right;padding-left:37px;}
.product-view .product-img-box .product-image{float:right;width:89.1%; padding: 0 0 0 25px;}
.product-view .product-img-box .product-image.no-thumbnail {width: 100%; padding: 0;}
.product-view .product-img-box { float: left; padding: 10px 25px 0 0; width: 58.2%;margin-bottom:36px;}
.product-view .more-views { float: left;padding: 0;width: 10.9%;position:relative;}
.product-view .more-views > a >img{max-width:100%}

.product-view .jcarousel-prev, .product-view .jcarousel-next{ line-height: 0.5em;width:auto;color:#000;font-size:24px;background-image: none;text-align:center;}
.product-view .jcarusel-control.left .jcarousel-next, .product-view .jcarusel-control.left .jcarousel-prev{margin-left: auto;margin-right: auto;left: 0;right: 0;}
.product-view .jcarusel-control.bottom .jcarousel-next, .product-view .jcarusel-control.bottom .jcarousel-prev{margin-top: auto;margin-bottom: auto;top: 45%;bottom: 0;}

.product-view .jcarusel-control a, .product-view .jcarusel-control i{line-height:0.5em}
.product-view .jcarousel-prev.disabled, .product-view .jcarousel-next.disabled{opacity:0.3}

.product-view .jcarousel.left .jcarousel-prev{top:0;}
.product-view .jcarousel.left .jcarousel-next{bottom:0;}

.product-view .jcarousel.bottom{height:auto;} 
.product-view .jcarousel.bottom .jcarousel-prev{left:0;}
.product-view .jcarousel.bottom .jcarousel-next{right:0;}

.product-image-gallery img{ max-width: 100%;}

.product-view .product-shop .sku{float:right;line-height:2.2;max-width: 80%;}
.product-view .product-shop .extra-info {float: left;padding-right: 0;clear: both;}
.product-view .product-shop .price-info {padding-right: 15px; text-align: left;}
.product-view .product-shop .extra-info {width:100%;margin-bottom: 7px;}
.product-view .product-shop .extra-info{margin-bottom:35px;}
.product-view .product-shop .price-info { max-width: 100%; margin-bottom: 13px;}

.product-view .product-shop .short-description {margin:30px 0;clear: both; position: relative;}
.product-view .product-shop .short-description:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders_description.png") -2px -2px no-repeat; width: 25px; width: 25px; height:25px; display: block; content: ""; position: absolute; top: 0; left: 0px;}
.product-view .product-shop .short-description:before{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders_description.png") -31px -2px no-repeat; width: 25px; width: 25px; height:25px; display: block; content: ""; position: absolute; top: 0; right: 0px;}

.product-view .product-shop .short-description .std:after{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders_description.png") -2px -31px no-repeat; width: 25px; width: 25px; height:25px; display: block; content: ""; position: absolute; bottom: 0; left: 0;}
.product-view .product-shop .short-description .std:before{background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/PSU_Borders_description.png") -31px -31px no-repeat; width: 25px; width: 25px; height:25px; display: block; content: ""; position: absolute; bottom: 0; right: 0;}
.product-view .product-shop .short-description .std{padding: 26px; font-size: 16px; line-height: 20px; color: #363636; text-align: center;}

.product-view .product-shop .discount-text{color: #ffffff; font-size: 16px; background: #727272; clear: both; padding: 5px 13px; margin: 0 0 40px 0;}
.product-view.configurable .product-shop .discount-text{margin-bottom: 25px;}
.product-view .product-shop .discount-text strong{text-transform: uppercase;}

.product-view .product-shop .ratings {margin-bottom: 8px;}
.product-view .product-shop .availability {font-size: 16px;display:none;}
.product-view .product-shop .price-box {margin-top: 0;}
.product-view .product-shop .price-box .price-label {color: #3a3a3a; font-size: 12px; text-transform: uppercase;}
.product-view .product-shop .price-box .price{color: #363636; font-size: 30px; font-weight: 700; font-family: "Gotham A", "Gotham B";}
.product-view .product-shop .price-box .old-price .price{color: #959595; font-weight: 300;}
.product-view .product-shop .price-box .special-price .price{color: #d63737;}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {padding-right: 0;  line-height: 1.2;}
.product-view .product-shop .price-box .old-price{padding-right:6px;}
.product-view .product-shop .price-box .special-price{padding-left:0;}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {display: block;line-height: 1.2;}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {font-size: 16px; font-weight: 300;}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {font-size: 20px;}
.product-view .old-price .price-label { display: none;}
.product-view .add-to-cart-wrapper{clear:both;padding:0;}

.product-image-gallery { position: relative;}
.product-image-gallery .gallery-image {position: absolute; visibility: hidden;}
.product-image-gallery .gallery-image.visible { display: block;margin: 0 auto;position: relative; visibility: visible;}
.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://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/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:last-child{margin-bottom:0}
.product-image-thumbs li,  .jcarousel .product-image-thumbs li {display: block;margin:0;float:none;}
.product-image-thumbs li a{display:block;}
.product-image-thumbs a {display: inline-block;}
.product-view .product-shop,
.product-img-box,
.product-view .block-related,
.box-collateral { margin-bottom: 10px;}

.product-view.simple.has-option .product-container > .price-info, .product-view.simple.has-option .product-container > .discount-text{display: none;}
.product-view.simple.has-option.oos .product-container > .price-info, .product-view.simple.has-option.oos .product-container > .discount-text{display: block;}
.product-view.simple.has-option .product-options-bottom{padding: 0;}
.product-view.simple.has-option .product-options-bottom .price-box{display: block; float: none; margin: 0 0 15px 0;}
.product-view.simple.has-option .product-options{padding-bottom: 0;}

/* -------------------------------------------- *
 * Bundle Product
 */
.product-view .product-shop .price-info.bundle{float:none; clear: both;max-width: inherit;}
.product-view .product-shop .price-info.bundle .price-box{margin:0;text-align: left;}
.product-view .product-shop .price-info.bundle .price-box p{float:left;}
.product-view .product-shop .price-info.bundle .price-box:after{clear:both;content:"";display:table;}
.product-view .product-shop .price-info.bundle .price-from{padding-right:17px;}
.product-view .product-shop .price-info.bundle .price{padding: 0 0 0 3px;}
.product-view .product-shop .price-info.bundle .price-as-configured{display:none;}

.product-view.bundle .product-shop .product-name{margin-bottom:1px;}
.product-view.bundle .product-shop .sku{margin-bottom:5px;max-width:none;}
.product-view.bundle .product-options{padding: 7px 0 10px;}
.product-view.bundle .product-options label { line-height: 1.55;}
.product-view.bundle .product-options label.required:after,
.product-view.bundle .product-options span.required:after{content: " *";font-weight: normal;}
.product-view.bundle .product-options .qty-holder{padding: 0 0 7px;}
.product-view.bundle .product-options .qty-holder label{display:none;}
.product-view.bundle .product-options .qty-holder input{border: 1px solid #dddddd;border-radius:0;font-size: 24px; margin: 5px 0 0;min-height: 2.25em;padding: 0; width: 2.25em;}
.product-view.bundle .product-options .qty-holder input[disabled]{color:#ddd;}
.product-view.bundle .product-options dt{margin:10px 0 8px;}

.product-view.bundle .product-options ul.options-list li{ border-bottom: none; margin-bottom: 0px;padding-bottom: 0px; color: #707070;}
.product-view.bundle .product-options ul.options-list li:last-child{border:none;margin-bottom: 5px;padding-bottom: 3px;}
.product-view.bundle .product-options ul.options-list label{line-height: 1.5;background:none; padding: 2px 10px 3px 32px; text-transform: capitalize; width: 100%;}

.product-view.bundle .product-options ul.options-list input.radio, 
.product-view.bundle .product-options ul.options-list input.checkbox{ margin-left: 0;margin-right: -25px;}
.product-view.bundle .product-options ul.options-list input.radio{margin-top:9px;}
.product-view.bundle .product-options dd select{width:100%;border-color:#dddddd;}
.product-view.bundle .product-options dd select.multiselect{margin:-5px 0 0;padding:10px 0 0 15px;}
.product-view.bundle .product-options dd select.multiselect option{  padding: 0 0 3px;}

.product-view.bundle .product-options-bottom .price-box{display:block;float:none;margin-top: 10px; margin-bottom: 15px;}
.product-view.bundle .product-options-bottom .price-box .price{text-transform: uppercase;}
.product-view.bundle .product-options-bottom .price-box .price-label{font-size:11px;text-transform: uppercase; color: #363636; font-size: 26px;}

.product-view.bundle .product-options-bottom .tier-prices.product-pricing{margin: 13px 0 31px;}


/* -------------------------------------------- *
 * Grouped Product
 */
.product-view.grouped .product-shop .product-name{margin-bottom:1px;}
.product-view.grouped .product-shop .sku{margin-bottom:5px;max-width:none;}
.product-view.grouped .no-rating {margin: 10px 0 20px;}

.product-view.grouped .grouped-items-table-wrapper { border: none;  width: 100%;  padding: 0 0 20px 0;  margin-bottom: 15px;}
.product-view.grouped .grouped-items-table .name-wrapper {margin: 0; color: #707070; font-size: 16px; line-height: 18px;}
.product-view.grouped .grouped-items-table .qty-wrapper {}
.product-view.grouped .grouped-items-table .price-box{margin:0;}
.product-view.grouped .grouped-items-table .price-box .old-price{display:block;}
.product-view.grouped .grouped-items-table .price-box .old-price .price{font-size:16px;line-height:0.7;}
.product-view.grouped .grouped-items-table .price-box .special-price{padding:0;}
.product-view.grouped .grouped-items-table .price-box .special-price .price{ font-size: 20px !important;line-height: 1.4;}

.product-view.grouped .product-shop .price-box .price{color: #707070; font-size: 16px !important; font-weight: normal;}
.product-view.grouped .product-shop .price-box .special-price .price{font-size: 16px !important; color: #d63737;}
.product-view.grouped .grouped-items-table .price-box .old-price{padding: 0;}

.product-view .product-shop .grouped-items-table .price-box .regular-price .price,
.product-view .product-shop .grouped-items-table .price-box .special-price .price,
.product-view .product-shop .grouped-items-table .price-box .full-product-price .price{font-size: 24px}

.product-view.grouped .grouped-items-table .qty-wrapper input{border-radius: 0;font-size: 16px; padding: 0; border: 1px solid #dddddd; width: 43px; height: 38px; color: #363636;}
.product-view.grouped .grouped-items-table .qty-label {margin-left: 7px;}
.product-view.grouped .grouped-items-table td {padding:16px 12px;border-color:#ededed;border-style:solid;border-width:1px 1px 1px 0; vertical-align: middle;}
.product-view.grouped .grouped-items-table td.image{padding-left:0;padding-right:0;text-align: left;}
.product-view.grouped .grouped-items-table td.image img{display:inline-block}
.product-view.grouped .grouped-items-table td.td-tier-price{border:none;padding:0;}

.product-view.grouped .product-shop .tier-prices.product-pricing{margin:10px 0 18px;}
.product-view.grouped .product-shop .extra-info{margin-bottom:0;}
.product-view.grouped .add-to-cart-buttons{margin: 0;}

.product-view.grouped .product-shop .data-table th{background: none; color: #4278ae; font-size: 14px; font-weight: 700; border-color: #ededed; border-right: 1px solid #ededed;}
.product-view.grouped .product-shop .data-table th:first-child, .product-view.grouped .product-shop .data-table td:first-child{padding-left: 0; padding-right: 0;}
.product-view.grouped .product-shop .data-table tr th:last-child, .product-view.grouped .product-shop .data-table tr td:last-child{border-right: none;}
.product-view.grouped .product-shop .data-table tr td.name{width: 61%;}
.product-view.grouped .product-shop .data-table tr td.price{width: 21%;}
.product-view.grouped .product-shop .data-table tr td.name{width: 61%;}
.product-view.grouped.oos .product-shop .data-table tr td.price, .product-view.grouped.oos .product-shop .data-table tr td.name{width: auto;}
/* -------------------------------------------- *
 * Downloadable Product
 */
.product-view.downloadable  .product-options{font-size: 16px;padding:15px 0 0;}
.product-view.downloadable  .product-options dt{clear:both;float:none;line-height: normal;}
.product-view.downloadable  .product-options dd a{padding-right:4px;line-height: 1.55;}

.product-view.downloadable dl.item-options.samples{padding:0;border-bottom:1px solid #000;}
.product-view.downloadable dl.item-options.samples dd{padding:10px 25px;color:#888;border:none;}
.product-view.downloadable dl.item-options.samples dd > span{padding-right:3px;}


.product-view.downloadable .product-options dt label{font-weight: 600;line-height: normal;padding: 18px 0 0;text-transform: capitalize;}
.product-view.downloadable .product-options dd label{line-height: normal;text-transform: capitalize;}
.product-view.downloadable .product-options dl.last dd{padding-bottom:7px;border:none;}
.product-view.downloadable .product-options dd .label{border-bottom: 1px solid #000;display: block;padding: 0 0 5px;}
.product-view.downloadable .product-options dd .label label{margin-right: -25px;padding:6px 10px 6px 26px;width:auto;background: none;}
.product-view.downloadable .product-options dd .link-sample{display:block;padding-left:25px; padding-bottom: 10px;}
.product-view.downloadable .product-options dd .link-sample a{padding:0 5px;}
.product-view.downloadable .product-options .price{padding-left:6px;}
.product-view.downloadable .product-options .price-notice{padding-left:25px;}

.product-view.downloadable .product-options ul.options-list li{margin:7px 0 11px;border:none;}
.product-view.downloadable .product-options ul.options-list li:last-child .label{border:none;}

.product-view.downloadable .product-options ul.options-list .radio,
.product-view.downloadable .product-options ul.options-list .checkbox{ margin:12px -25px 0 0;}
.product-view.downloadable .product-options-bottom{padding:0;}

.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {content: '';display: table;clear: both;}
.product-view .add-to-cart {padding-bottom: 6px;margin-bottom: 11px;}
.product-view .add-to-cart .qty-wrapper{width: 80px; height: 65px; border: 1px solid #b2b2b2; position: relative; float: left;}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {min-height: 20px;}
.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: 0px;margin-top: 0px;}
.product-view .add-to-cart .qty-wrapper{vertical-align: middle;display:inline-block;}
.product-view .add-to-cart .qty-wrapper label {line-height: 40px;}
.product-view .add-to-cart .qty-wrapper .qty {float:left; color: #363636; font-size: 18px !important; height: 63px; border: none;}
.product-view .add-to-cart .qty-wrapper .fa-angle-up{position: absolute; color: #363636; font-size: 20px; top: 7px; right: 18px; cursor: pointer;}
.product-view .add-to-cart .qty-wrapper .fa-angle-down{position: absolute; color: #363636; font-size: 20px; bottom: 7px; right: 18px; cursor: pointer;}
.product-view .add-to-cart-buttons { float: none; max-width: 100%; margin: 0 0 0 95px;}
.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,
.product-view .btn-cooler{color: #fff; font-weight: 600;  padding: 0 44px; width: 100%;min-height:65px; font-size: 20px !important; font-weight: 700; background: #003087;}
.product-view .add-to-cart-buttons .button:hover, .product-view .btn-cooler:hover {background: #002260;}
.product-view .add-to-cart-buttons .link-wishlist{left:0;right:0;clear: both; position: absolute;top: 100%; display: block;  text-align: center;font-size:12px !important;color:#000;	text-transform: uppercase;line-height: 1;clear:both;font-weight:600;}

.product-view .add-to-cart .qty-wrapper .qty,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart .required-box{font-size: 24px; line-height: inherit;}
.product-view .required-box,
.product-view .add-to-cart .required-box{display: none;}
.product-view .required-box span{font-size:10px;height: 2.25em;vertical-align: bottom;line-height:1;}
.product-view .required-box span:after{content:"";}
.product-view .required-box span:before{vertical-align: bottom; content: "* "; font-size: 12px; font-weight: normal;}

.product-view .sharing-links li.text{color: #363636; font-size: 12px; text-transform: uppercase; font-weight: 700;}
.product-view .link-wishlist{clear: both; display: block; text-align: center; color: #727272; font-size: 12px; text-transform: uppercase; font-weight: 700; text-decoration: none;}
.product-view .link-wishlist:hover{color: #4278ae;}
/* 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 {  display: table;border-top: 1px solid #c3c3c3;clear: both; float: left; margin: 10px 0 0;padding: 25px 0 20px;width: 100%; text-align: center;}
.product-view.product-d1 .add-to-links a{font-size:14px;}
.product-view .add-to-links:after { content: ''; display: table; clear: both;}
.product-view .add-to-links li {border-left: 1px solid #c3c3c3;display: inline-block;padding: 0; display: table-cell; width: 30.5%;text-align: center; vertical-align: middle;}
.product-view .sharing-links li a{color: #363636; font-size: 18px;}
.product-view .sharing-links li a:hover{color: #003087;}
.product-view .add-to-links li:first-child {  border-left: 0px;}
.product-view .add-to-links .email-a-friend{ padding-left: 0;text-align: left;}
.product-view .add-to-links .view-compare{padding-right: 0; 0;text-align: right;}
.product-view .add-to-links .compare{ width: 39%;}

.product-view .add-to-links.add-to-links-centered .compare,
.product-view .add-to-links.add-to-links-centered .email-a-friend{width:50%;text-align:center;}

.product-view .add-to-links a {cursor:pointer; padding:0; margin: 0;color:#000; font-size:14px;text-transform: uppercase;text-align:center;font-weight:600;line-height:normal;}
.product-view .add-to-links li:first-child a {  margin-left: 0px;}

.product-view .sharing-links {text-align: center;}
.product-view .sharing-links:after {  content: '';  display: table;  clear: both;}
.product-view .sharing-links li { padding: 0px 15px 8px; display: inline-block;}

.product-view .product-collateral {clear: both;margin:5px 0 0 0;}
.product-view .product-collateral h2{color: #363636; font-size: 46px; text-transform: uppercase; font-weight: 700; text-align: center; margin: 0 0 5px 0;}
.product-view.collateral-tabs dd h2 {  display: none;}
.product-view .product-collateral .tab-content ul{margin-bottom: 0;}
.product-view .box-collateral { clear: both;}
.product-view .product-collateral .tab-content .std{text-align: center; color: #363636;}


.product-view .ratings .rating-links { float: left;margin: 5px 0;}
.product-view .ratings  a.review-count{float:left;margin: 5px 3px 5px 0;}
.product-view .ratings .rating-links .add-review{font-weight:600;}
.product-view .no-rating{margin:13px 0 18px }
.product-view.simple .no-rating{margin:13px 0 9px}

#product-attribute-specs-table { width:100%;text-transform: none;margin-bottom: 0;}
#product-attribute-specs-table th {border-bottom: 1px solid #dddddd; vertical-align: middle;background: none;text-transform: none;padding: 8px 24px;line-height: normal;}
.product-collateral .collateral-tabs .specifications{}
.product-collateral .collateral-tabs .tab-container .title{color: #363636; font-size: 22px; text-transform: uppercase; font-weight: 700; line-height: 22px; margin: 5px 0 30px 0;}
.product-collateral .collateral-tabs .specifications .item{margin: 0 0 31px 0;}
.product-collateral .collateral-tabs .specifications .item label{color: #363636; font-size: 16px; text-transform: uppercase; font-weight: 700; margin: 0 0 8px 0;}
.product-collateral .collateral-tabs .specifications .item p{font-size: 16px; line-height: 22px; margin: 0;}
.product-collateral .collateral-tabs .specifications table th{color: #363636; font-size: 16px; text-transform: capitalize; width: 175px;}
.product-collateral .collateral-tabs .specifications table th.right{float: none; text-align: right;}
.product-collateral .collateral-tabs .specifications table td strong.small{font-size: 12px; text-transform: uppercase;}
.product-collateral .collateral-tabs .specifications table td.right{font-weight: 700; float: none;}
.product-collateral .collateral-tabs .specifications table tr.border-bolder td,
.product-collateral .collateral-tabs .specifications table tr.border-bolder th{border-top: 2px solid #ededed;}
.product-collateral .collateral-tabs .specifications table tr.border-bolder-bottom td,
.product-collateral .collateral-tabs .specifications table tr.border-bolder-bottom th{border-bottom: 2px solid #ededed;}
.product-collateral .collateral-tabs .specifications table td{text-align: right;}
.product-collateral .collateral-tabs .specifications table td, .product-collateral .collateral-tabs .specifications table th{padding: 10px 0; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed;}
.product-collateral .collateral-tabs .specifications table tr.main-tr td, .product-collateral .collateral-tabs .specifications table tr.main-tr th{padding: 15px 0;}
.product-collateral .collateral-tabs .specifications table{min-width: 400px; margin: -15px 0 9px 0;}
.product-collateral .collateral-tabs .specifications p.small{color: #363636; font-size: 12px; line-height: 18px; max-width: 400px; margin: 0 0 0 4px;}
.product-collateral .collateral-tabs .specifications .strong-small{font-size: 12px; text-transform: uppercase; font-weight: 700;}
.product-collateral .collateral-tabs .specifications .strong{font-weight: 700;}
.product-collateral .collateral-tabs .specifications th.indent-25{padding: 0 0 0 25px;}
.product-collateral .collateral-tabs .detail-info{margin: -20px 0 29px;}
.product-collateral .box-tags h3{ line-height: 1;margin-bottom: 10px;color:#000;}
.product-collateral .box-tags ul{ clear: both; content: "";display: table;}
.product-collateral .box-tags ul li{border-right: 1px solid #888;display: block; float: left; line-height: 1; padding-left: 16px; padding-right: 16px;}
.product-collateral .box-tags label{line-height:normal;font-weight: 400;font-size:16px;text-transform: uppercase;color:#888;}
.product-collateral .box-tags label{display:block;clear:both;margin-bottom:10px;}
.product-collateral .box-tags ul li.first{padding-left:25px;}
.product-collateral .box-tags ul li.last{padding-right:0;border:none;}
.product-collateral .box-tags form{margin-top: 18px;}
.product-collateral .box-tags .form-add .input-box{ clear: left;padding: 0 27px 0 0;width: 87.095%;position:relative;}
.product-collateral .box-tags .form-add .input-box input{width:100%;height: auto;padding: 7px 10px;border:1px solid #e8e8e8;}
.product-collateral .box-tags .form-add .input-box input.validation-failed{border-color:red;}
.product-collateral .box-tags .table-container{display:table-row;}
.product-collateral .box-tags .table-cell-container{display:table-cell;vertical-align: middle;}
.product-collateral .box-tags .note{font-size:12px; margin-top: 13px;}
.product-collateral .box-tags .table-cell-container .validation-advice{ margin: 0;position: absolute;top: 100%;}
/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {width: auto;float: none;width: 100%;margin-bottom:0;}
#customer-reviews .review-heading:after {content: '';display: table; clear: both;}
#customer-reviews .review-heading h2 {float: left; display: block;}
#customer-reviews .review-heading .pager{overflow:visible; padding: 5px 0 23px;width:100%;clear: none;}
#customer-reviews .review-heading .pager .count-container .limiter {margin-bottom: 0;}
#customer-reviews .review-heading .pager .count-container .limiter label {display: none;}
#customer-reviews .review-heading .pages{padding-top: 6px;}
#customer-reviews .review-heading .pager .amount {display: none;}
#customer-reviews h2 {color: #3399cc;font-size: 12px; text-transform: uppercase;}
#customer-reviews h2 span {color: #636363;}
#customer-reviews h3 {font-size: 20px;font-weight: normal; text-transform: uppercase;line-height: normal; text-align: left; margin: 0 0 28px 0;}
#customer-reviews h3 span {padding-left: 10px; font-weight: 700;}
#customer-reviews .fieldset { padding-top: 2px; width: 57.5%;min-width:470px;}
#customer-reviews .fieldset h4 {padding-bottom: 0px; color: #707070; font-size: 14px; text-transform: uppercase; margin: 0 0 7px 0; font-weight: 700;}
#customer-reviews .fieldset h4 .required{color: #d63737;}
#customer-reviews .fieldset .form-list { margin: 0px 0 22px;width: 100%; padding: 17px 0 0 ;} 
#customer-reviews .fieldset .form-list .inline-label:after { content: ''; display: table; clear: both;}
#customer-reviews .fieldset .form-list label { margin-bottom: 1px;display: inline-block; color: #707070; font-size: 14px; font-weight: 700; text-transform: uppercase;}
#customer-reviews .fieldset .form-list label.required:after, #customer-reviews .fieldset .form-list span.required:after {content: " *";font-weight: normal; color: #d63737; font-size: 14px;}

#customer-reviews .fieldset .form-list textarea {border: 1px solid #ddd;border-radius: 0; min-width: 100%;-webkit-appearance: none;padding: 5px 25px; height: 119px; color: #363636; font-size: 14px;}
#customer-reviews .fieldset .form-list input { border: 1px solid #ddd;border-radius: 0;height: auto;padding: 6px 25px;}
#customer-reviews .fieldset .form-list input[type="text"] {width: 100%;}
#customer-reviews .buttons-set { border: none;margin: 0;width: 100%; text-align: left;}
#customer-reviews .buttons-set .button{float: left; margin-left: 0; padding: 15px 35px; background: #4278ae;}
#customer-reviews .buttons-set .button:hover{background: #345f8a;}
#customer-reviews dl {padding-top: 3px; font-weight: normal; border-bottom:1px solid #ededed;padding-bottom:0px;margin-bottom:35px;}
#customer-reviews dl dt a {color: #000;}
#customer-reviews dl dt {margin: 36px 0 10px;text-transform: none; color: #363636; font-size: 20px; text-transform: uppercase; font-weight: 700;}
#customer-reviews .comment{margin: 0 0 11px 0;}
#customer-reviews dl dt:first-child{margin-top:0}
#customer-reviews dl dd {line-height: 1.4; margin: 16px 0 35px;border-bottom: 1px solid #ededed; color: #363636; padding-bottom: 35px;}
#customer-reviews dl dd:last-child{border:none; padding-bottom: 0;}
#customer-reviews dl dd .ratings-table {line-height: normal;font-size: 14px; font-size: 14px; width: 70.5%;text-transform: none;}
#customer-reviews dl dd .ratings-table tr {float: left; padding: 13px 40px 13px 0;text-align: center;}
#customer-reviews dl dd .ratings-table tr th{color: #707070; font-size: 14px; text-transform: uppercase; font-weight: 700;}
#customer-reviews dl dd .ratings-table tr th,
#customer-reviews dl dd .ratings-table tr td{display:inline-block;line-height: 16px;}
#customer-reviews dl dd table {margin: 4px 0 24px;}
#customer-reviews dl dd .review-meta {margin: 13px 0 0; color: #707070; font-size: 14px; text-transform: uppercase;}
#customer-reviews .rating-box{color: #4278ae; font-size: 14px; padding: 0 11px 0 0;}
#customer-reviews dl dd .separator{padding: 0 7px;}
#customer-reviews dl dd .review-meta span{color: #003087; font-weight: 700;}
#customer-reviews dl dd .review-meta span.separator{color: #707070; font-weight: normal;}
#customer-reviews .form-add{padding:0;}
#customer-reviews .form-add .form-list > li {margin-bottom: 20px;}
#customer-reviews .buttons-set{padding-top:3px;}

.review-summary-table { margin: 0 0 10px;border-collapse: collapse;}
.review-summary-table thead {background: transparent;}
.review-summary-table thead th {background: transparent;padding: 10px 0px 0px 0px;font-size: 16px; border: none; line-height: 1;}
.catalog-product-view .review-summary-table .rating-box{text-align: left !important;}
.catalog-product-view .review-summary-table tbody td label{padding: 7px 56px 0 7px;}
.review-summary-table tbody th {background: transparent !important;font-size: 14px; vertical-align: middle;text-transform: capitalize; color: #707070; font-weight: 700; text-transform: uppercase; padding-left: 0; padding: 9px 9px 9px 0; width: 95px;}
.review-summary-table tbody td {text-align: center; padding: 0;  border: none;}
.review-summary-table tbody td label { width: 100%;display: block; padding: 7px 0;}
.review-summary-table .rating-box .rating-number {display: none;}
.review-summary-table .rating-box .rating-number:after {content: ""; display: inline-block;height: 14px;margin-left: 5px;position: relative;top: 2px;}

.review-summary-table.ratings .rating-box, .review-summary-table.ratings .rating-box .rating{background: none;text-indent: 0;height: auto;overflow: visible;text-indent: 0; width: auto;float: none;text-align:center; font-size: 14px; color: #4278ae;}
.review-summary-table.ratings td label .radio{vertical-align: middle;}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {border: medium none; clear: both; margin: 10px 0 0;  padding: 8px 0; position: relative;  width: 100%;}
.product-view.configurable .product-shop .price-info{margin: 36px 0 12px 0;}
.product-options p.required{display:none;}
.product-view.simple .product-options{margin-top:0;padding-top:5px;}

.product-options .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:100%;}
.product-options .bootstrap-select .btn.selectpicker{text-align: left; padding: 11px 43px 10px 12px;}
.product-options .bootstrap-select .btn .caret { color: #707070; font-size: 20px; line-height: 1em; margin-top: -0.5em; right: 13px; top: 50%;}
.product-options .bootstrap-select.btn-group .btn .filter-option{}

.product-options .bootstrap-select.btn-group .dropdown-menu ul li a{padding:4px 12px;}

.product-options .bootstrap-select.datetime-picker:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:auto;display:inline-block;vertical-align: middle;}
.product-options .bootstrap-select.datetime-picker .btn.selectpicker.btn-default {font-size: 14px;line-height: normal;padding: 4px 30px 4px 8px;}
.product-options .bootstrap-select.datetime-picker.btn-group .btn .caret {color: #000;right: 8px;top: -1px;font-size: 20px; line-height: normal;}
.product-options .bootstrap-select.datetime-picker.btn-group .btn .filter-option{padding-left:15px;padding-right:15px;}

.product-options .custom-select-holder{position: relative;padding-bottom: 15px;}
.product-options .custom-select-holder.input-box{padding-bottom: 0px;}
.product-view.configurable .product-options dd{min-width: 300px;}
.product-options .input-box{padding-bottom:5px;}
.product-options .custom-select-holder > select{display:inline-block !important;visibility:hidden;opacity:0;height:0;padding:0;margin:0 !important;border:none;width: 0 !important;-webkit-appearance: none;}
.product-options .custom-select-holder > b{display:inline-block;  margin-left: -10px;padding: 4px 0;font-size:14px;	vertical-align: middle;}
.product-options .custom-select-holder .datetime-picker{display:inline-block;margin-right:15px;}
.product-options .custom-select-holder.time-picker{clear:both;}
.product-options .validation-advice{clear:both}

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

.product-options dt { margin: 5px 0;  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 { border: none;margin: 0 0 9px;padding: 0 0 10px; }
.product-options dd:after{content:"";clear:both;display:table;}
.product-options dl.last dd.last { border-bottom: 0; padding-bottom: 0px; margin-bottom: 0;}
.product-options dd .input-text { width: 100%;height: auto;padding: 4px 13px; border: 1px solid #dddddd;}
.product-options dd .input-box { padding-top: 0;}
.product-options dd input.datetime-picker {width: 150px;}
.product-options dd .time-picker {display: block;vertical-align: middle;*vertical-align: auto;zoom: 1;*display: inline;padding: 15px 0 2px;vertical-align: middle;}
.product-options dd .time-picker.time{padding:0;}
.product-options dd .time-picker:after{clear:both;display:"table";content:"";}
.product-options dd textarea { width: 100%;  height: 8em;padding: 4px 13px; border: 1px solid #dddddd;}
.product-options dd select { width: 330px;  max-width: 100%;}
.product-options ul.options-list {margin-right: 0px;margin-top: -6px;}
.product-options ul.options-list li {line-height: 1.5; margin-bottom: 7px;}
.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: table-cell;vertical-align: middle;width:96.5%}
.product-options ul.options-list label { font-weight: normal;}
.product-options p.note { margin: 0;font-size: 11px;}
.product-options p.required { bottom: 0; color: #888; font-size: 10px; position: absolute;right: 0;top: auto;}
.product-options-bottom {padding: 19px 0 0;border: none;border-top: 0; margin-bottom: 10px;}
.product-options-bottom:after { content: '';display: table;clear: both;}
.product-view.configurable .product-options dl{display: table; width: 100%; table-layout: fixed;}
.product-view.configurable .product-options dt, .product-view.configurable .product-options dd{display: table-cell; vertical-align: middle;}
.product-view.configurable .product-options dt{padding: 0 5px 0 0;}
.product-view .product-options label.required:after,
.product-view .product-options span.required:after{content: " *";font-size: 14px;font-weight: normal; color: #d63737;}
.product-view .product-options ul.options-list li{line-height: 1.5; margin-bottom: 0px;padding-bottom: 0px;display: table;width:100%;table-layout: fixed;}
.product-view .product-options ul.options-list li:last-child{border:none;margin-bottom: 0;padding-bottom: 0;}
.product-view .product-options ul.options-list li:last-child label{padding-bottom:0;}
.product-view .product-options ul.options-list label{line-height: 1.5;background:none; padding: 0 10px 0 30px;text-transform: capitalize; width: 100%;}

.product-view .product-options ul.options-list input.radio, 
.product-view .product-options ul.options-list input.checkbox{bottom: 1px;display: table-cell; float: none; margin: auto; vertical-align: middle;}
.product-view .product-options dd select{width:100%;border-color:#dddddd;}
.product-view .product-options dd select.multiselect{margin:0;padding:10px 0 0 15px;}
.product-view .product-options dd select.multiselect option{  padding: 0 0 3px;font-size:14px;}


.product-shop .tier-prices.product-pricing {font-size:14px;float:none;clear:both; margin: 15px 0 50px; color: #888;padding: 18px 25px 23px;background: 0; color: #000; border:1px solid #ddd;}
.product-shop .tier-prices.product-pricing  li{ line-height: 1.7;padding:0;}
.product-shop .tier-prices.product-pricing  li:before{content:"\f105";  font-family: "FontAwesome";padding-right: 7px;}
.product-shop .product-pricing{float: right;margin: 0;padding: 0 0 10px;border: 0;background: 0;}
.product-shop .tier-prices.product-pricing .price,
.product-shop .tier-prices.product-pricing .benefit{font-weight: bold}
.product-shop .tier-prices li {background: 0; padding: 2px 0;}
.product-view .box-reviews .review-nologged{text-align: center;}

/* "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;}
.product-options-bottom .price-tax {float: left;}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related li {margin-bottom: 7px;}
.box-collateral h2{ margin-bottom: 0.5em;color: #363636;font-size: 46px;font-weight: 400; font-weight: 700; line-height: 1.2; text-rendering: optimizeLegibility; text-transform: uppercase; text-align: center;}
.box-collateral h2 span{color: #363636; font-size: 26px; font-style: italic; font-family: Georgia; font-weight: normal; text-transform: none; display: block;}

.catalog-product-view .block-related-wrap .owl-carousel .owl-item img{ }
.catalog-product-view .block-related-wrap {max-width: 1200px; padding: 0 25px; margin: 0 auto;}
.catalog-product-view .block-related {padding: 62px 0 45px; position: relative; margin: 0; width: 100%;  float: none;  clear: both; }
.catalog-product-view .block-related .owl-carousel{position: static; margin: 32px 0 0 0;}
.catalog-product-view .block-related h2{line-height: 39px; margin: 0 0 16px 0;}
.catalog-product-view .block-related .product-image{border: none; text-align: center;}
.catalog-product-view .block-related .owl-carousel .owl-wrapper .item{padding: 0 13px;}
.catalog-product-view .block-related .product-image img{display: block; max-width: 100%;margin: 0 auto; height: auto;}
.catalog-product-view .block-related .product-name{ margin: 10px 0 0;  text-align: center;}
.catalog-product-view .box-up-sell .product-name{text-align: center;}
.catalog-product-view .block-related .product-name a{ line-height: 24px; max-height: 2.4em;overflow: hidden;display: block; font-size: 20px; color: #707070; font-weight: 700; text-decoration: none;}
.catalog-product-view .block-related .product-name a:hover{color: #4278ae;}
.catalog-product-view .block-related .price-box{text-align: center; margin: 2px 0 0;line-height: normal;}
.catalog-product-view .block-related .price-box .special-price{padding-left: 10px;}
.catalog-product-view .block-related .price-box p {margin: 0;}
.catalog-product-view .block-related .actions{margin:20px 0 5px; text-align: center;}

.catalog-product-view .box-up-sell{max-width: 1200px; padding: 0 25px; margin: 0 auto;}

.catalog-product-view .box-collateral .item a .inner-block {display: none;height: 100%;left: 0;padding: 20px;position: absolute;top: 0; width: 100%;color:#000;}
.catalog-product-view .box-collateral .item a:hover .inner-block {display: block; }
.catalog-product-view .box-collateral .item a .inner {display: table;height: 100%; padding: 25px; width: 100%; background: url("https://creamery-ssl-45413.nexcesscdn.net/skin/frontend/rwd/default/images/image-bg.png") repeat; border-radius: 50%;}
.catalog-product-view .box-collateral .item .details .price-box{padding: 8px 0;margin:0;}
.catalog-product-view .box-collateral .item .details .price-box .price{font-size:16px;}
.catalog-product-view .box-collateral .item .details h2{font-size:16px;color:#000;}
.catalog-product-view .box-collateral .item .details .actions{position: unset; min-height: unset; margin: 7px 0 0 0;}
.catalog-product-view .box-collateral .item .details { color: #ffffff; display: table-cell; font-size: 14px; font-weight: 500; line-height: 24px; vertical-align: middle; text-align: center;}
.catalog-product-view .box-collateral .item .actions {display: block;margin: 0; width: 100%; position: relative !important; min-height: 25px !important;}
.catalog-product-view .box-collateral .item .button.btn-cart {display: inline-block; padding: 16px; text-align: center; vertical-align: middle; background: #363636; border-radius:5px; border: none; color: #ffffff; font-size: 14px; font-weight: 700; float: none;}
.catalog-product-view .box-collateral .item .button.btn-cart:hover{background: #707070;}
.catalog-product-view .box-collateral .item .quick-view{border: none; background: none; color: #363636; font-size: 14px; text-transform: uppercase; font-weight: 700; margin: 10px 0 0;}
.catalog-product-view .box-collateral .item .quick-view i{color: #363636; font-size: 20px; padding: 0 0 0 15px; float: right;}
.catalog-product-view .box-collateral .item .quick-view:hover, .catalog-product-view .box-collateral .item .quick-view:hover i{color: #4278ae;}
.catalog-product-view .box-collateral .owl-controls{text-align: center;}
.catalog-product-view .box-collateral .owl-controls > div{display: inline-block; color: #4278ae; font-size: 30px; padding: 0 18px; cursor: pointer;}
.catalog-product-view .box-collateral .owl-controls > div:hover{color: #003087;}
.catalog-product-view .box-collateral .product-image{margin-bottom: 30px;}
.catalog-product-view .footer-container{padding: 0;}
.catalog-product-view .main-container{padding-bottom: 0;}
.catalog-product-view .product_banner{background-position: center center !important; background-repeat: no-repeat !important; background-size: cover !important; display: table; height: 400px; position: relative; text-align: left; width: 100%;}
.catalog-product-view .product_banner img{position: absolute; visibility: hidden; height: 8px; width: 8px;}
.catalog-product-view .product_banner .inner{display: table-cell; text-align: center; vertical-align: middle;}
.catalog-product-view .product_banner .text{max-width: 1200px; padding: 0 120px; margin: 0 auto; color: #ffffff; font-size: 24px; line-height: 30px; font-style: italic; font-family: Georgia; position: relative;}
.catalog-product-view .product_banner .text:after{width: 25%; background: #fff; height: 2px; content: ""; display: block; margin: 20px auto 0;}
.product-view .block-related  .actions .button{float:none;}
.product-view .block-related  .direction-nav{display: none;}
.catalog-product-view .box-up-sell{margin-top:25px;}

/* -------------------------------------------- *
 * Upsell Products
 */
.product-view .box-up-sell-wrap{max-width: 1200px; padding: 0 25px; margin: 0 auto;}
.product-view .box-up-sell {padding: 40px 0 50px; position: relative; margin: 0;border-top:1px solid #c3c3c3;width: 100%;  float: none;  clear: both; }
.box-collateral #upsell-product-table{margin-top: 32px;}
.product-view .box-up-sell  h2{ text-align: left;float:left;}
.product-view .box-up-sell .title { margin-bottom: 29px;}
.product-view .box-up-sell .title:after{clear:both;content:"";display:table;}
.product-view .box-up-sell  .product-image{border: none; text-align: center;}
.product-view .box-up-sell  .product-image img{display: block; max-width: 100%; height: auto;}
.product-view .box-up-sell  .product-name{ margin: 10px 0 0;text-align: center;}
.product-view .box-up-sell  .product-name a{ line-height: 1em; max-height: 2em;overflow: hidden;display: block;}
.product-view .box-up-sell  .price-box{text-align: center; margin: 2px 0 0;line-height: normal;}
.product-view .box-up-sell  .price-box .special-price{padding-left: 10px;}
.product-view .box-up-sell  .price-box .old-price .price{font-weight: normal;}
.product-view .box-up-sell  .price-box p {margin: 0;}
.product-view .box-up-sell  .actions{margin:20px 0 5px; text-align: center;}
.product-view .box-up-sell  .actions .button{float:none;}
.product-view .box-up-sell  .direction-nav{display: none;}

.product-view .box-up-sell  .owl-carousel{position: static;}
.product-view .box-up-sell  .owl-carousel .owl-wrapper .item{padding: 0 13px;}
.product-view .box-up-sell  .owl-navigation {float: right;}
.product-view .box-up-sell  .owl-navigation  div{float: left; width: auto; height: 30px; line-height: 30px; text-align: center;cursor:pointer;}
.product-view .box-up-sell  .owl-navigation  div i{color: #000000; font-size: 40px;}
.product-view .box-up-sell  .owl-navigation  div.owl-prev.disabled i,
.product-view .box-up-sell  .owl-navigation  div.owl-next.disabled i{color:#efefef}

.product-view .box-up-sell  .owl-navigation  div:hover i{color:#3399cc;}
.product-view .box-up-sell  .owl-navigation  div.owl-prev{margin: 0 23px 0 0;}
.product-view .box-up-sell  .minimal-price-link .label{text-transform: capitalize;}
.box-up-sell { margin-top: 20px;}
.box-up-sell .ratings {display: none;}

.product-view .product-shop input[type="checkbox"], .product-view .product-shop input[type="radio"]{margin: 0 !important; opacity:0; z-index: 1000; overflow: hidden; cursor: default;}
.product-view .product-options ul.options-list label{padding-left: 17px !important;}
.product-view .review-summary-table input[type="radio"]{display:none !important;}
.product-options ul.options-list li{position: relative;}
.product-view .product-shop input[type="checkbox"] + .label:before{ color: #707070;  content: "\f0c8"; font-family: "FontAwesome"; font-size: 18px; left: 0; position: absolute; top: 0px;}
.product-view .product-shop input[type="checkbox"]:checked + .label:before{content: "\f14a";  font-family: 'FontAwesome'; color: #4278ae;}
.product-view .product-shop input[type="checkbox"]:checked + .label label{color: #003087;}

.product-view .product-shop input[type="radio"] + .label:before{ color: #707070;  content: "\f10c";  font-family: "FontAwesome"; font-size: 18px; left: 0; position: absolute; top: -1px;}
.product-view .review-summary-table input[type="radio"] + .label:before{color: #b5b5b5;  content: "\f10c";  font-family: "FontAwesome"; font-size: 18px;}
.product-view .product-shop input[type="radio"]:checked + .label:before,
.product-view .review-summary-table input[type="radio"]:checked + .label:before {content: "\f192"; font-family: 'FontAwesome'; color: #4278ae;}

.product-view .product-shop input[type="radio"]:checked + .label label{color: #003087;}
.product-view .product-shop select option:checked { box-shadow: 1400px 0 0 #efefef inset; text-shadow: 700px 0px 0 #003087; margin-left: -700px;}
.product-view .product-options label{color: #363636; font-size: 14px; font-weight: 700; text-transform: uppercase;}

.product-view.bundle .price-info.bundle{ display: none;}
.product-view.bundle.oos .price-info.bundle{ display: block;}
.product-view .product-options dl.select-type{display: table; width: 100%; margin: 0 0 15px 0;}
.product-view .product-options dl.select-type dt, .product-view .product-options dl.select-type dd{display: table-cell; vertical-align: middle;}
.product-view .product-options dl.select-type dt{padding: 0 5px 0 0;}
.product-view .product-options dl.select-type dd{min-width: 340px; padding: 0; margin: 0; max-width: 340px;}
.product-view .product-options span.select-type{display: block; padding: 0px 0 18px !important;}
.product-view.bundle .product-options-bottom{padding: 0;}
.product-view.bundle .product-options{padding-bottom: 4px !important;}
.breadcrumbs li{float: none; display: inline-block;}


/* GIFT CARD */
.product-view.giftcard{}
.product-view.giftcard .giftcard-send-form .input-text, .product-view.giftcard #giftcard_amount_box .input-text{width: 100%; border-color: #dddddd;}
.product-view.giftcard #giftcard_amount_box .v-fix{float: none;}
.product-view.giftcard #giftcard_amount_box .notice span{color: #959595; font-weight: normal;}


/* -------------------------------------------- *
 * Product Media Query
 */

@media only screen and (max-width: 1199px) {
  .catalog-product-view .review-summary-table tbody td label{padding: 7px 10px;}
  .catalog-product-view .review-summary-table .rating-box{text-align: center !important;}
  .catalog-product-view .messages > li{padding: 0 20px;}
  .catalog-product-view .product_banner .text{padding: 0 20px;}	 
  .catalog-product-view .product-view .product-essential, .catalog-product-view .product-view .product-collateral,
  .catalog-product-view .block-related-wrap, .catalog-product-view .box-up-sell{padding-left: 20px; padding-right: 20px;}
  .product-view .product-img-box{margin-bottom: 71px; padding-right: 20px;}
  .product-view .product-shop {padding-left: 20px;}
  .catalog-product-view .col-main{margin-bottom: 0;}
  .product-view .product-options .dropdown-menu > li > a{white-space: normal;}
  .product-view .product-shop .extra-info{float:none;}
	
  .product-view .product-shop .product-name{float:none;clear:both;}
  .product-view .product-shop .price-info{margin-bottom: 35px;}
  .product-view .product-shop .ratings { margin: 0;}
	
  .product-collateral .collateral-tabs .tab-container .tab-content {line-height: 1.525; padding: 19px 0px;}
	
  .product-view .block-related .owl-controls {position: absolute;right: 0;top: 40px;}
  .product-view .block-related .owl-controls .owl-buttons div{border:none;line-height: normal;width:auto;min-width: 20px;text-align: right;float:left;}	
  .product-view .block-related .owl-controls .owl-buttons div i{font-size:40px;}
  .product-view .block-related .owl-carousel .owl-wrapper .item{padding:0 5px;}
  .product-view .block-related .price-box{margin:0;}
  .product-view .block-related .product-name{height: auto;line-height: normal;margin: 6px 0 0;}
  .product-view .block-related .actions{margin: 20px 0 0;}
  .product-view .block-related li{margin:0;}
	
  .product-view .box-up-sell .owl-controls {position: absolute;right: 0;top: 40px;}
  .product-view .box-up-sell .owl-controls .owl-buttons div{border:none;line-height: normal;width:auto;min-width: 20px;text-align: right;float:left;}	
  .product-view .box-up-sell .owl-controls .owl-buttons div i{font-size:40px;}
  .product-view .box-up-sell .owl-carousel .owl-wrapper .item{padding:0 5px;}
  .product-view .box-up-sell .price-box{margin:0;}
  .product-view .box-up-sell .product-name{height: auto;line-height: normal;margin: 6px 0 0;}
  .product-view .box-up-sell .actions{margin: 20px 0 0;}
  .product-view .box-up-sell li{margin:0;}	
	
	
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {font-size: 15px;}
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price { font-size: 18px;}
	
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-view .product-collateral {width: 100%;float: none;padding-right: 0;padding-left: 0;clear:both;}

  #customer-reviews dl dd .ratings-table{width:100%;}

  .product-view .add-to-cart-wrapper { float: none; width: 100%; clear: both;  }
  /*.product-view .add-to-cart{margin-bottom:0;}*/
  .product-view .product-shop .extra-info {margin-bottom: 24px;}
	
  .product-view .product-shop .extra-info:after {clear: both;content: ""; display: table;}
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {font-size: 16px;}
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {font-size: 20px;}
	
  .product-view .product-collateral{ margin: 19px 0 0;}	
	
  .product-view .add-to-links{padding:24px 0 6px;margin:0;}
  .product-view .add-to-links li{display:inline-block;padding:0 25px;}
  .product-view .add-to-links li.email-a-friend,
  .product-view .add-to-links li.compare,
  .product-view .add-to-links li.view-compare,
  .product-view .add-to-links.add-to-links-centered li.compare,
  .product-view .add-to-links.add-to-links-centered li.email-a-friend{width:auto;text-align:center; }
	
  .product-view.grouped .product-shop .product-name{margin-bottom: 45px;}
  
  .product-view.bundle .product-shop .product-name{float:none;margin-bottom: 4px;}
  .product-view.bundle .price-info.bundle{margin-bottom: 34px;}
  .product-view.bundle .product-shop .extra-info{margin-bottom: 16px;}
  .product-view.bundle .product-options-bottom{padding: 5px 0 0;}
  .product-view.bundle .product-shop{margin-top:23px;}
  
  .product-view.downloadable .product-options{  padding: 0 0 0;}
  .product-view.downloadable dl.item-options.samples{padding: 0;}
	
  #customer-reviews .fieldset { width: 100%;}
  .product-view .sharing-links li.text { display: block; }
}

@media only screen and (max-width: 767px) {
  .product-view .product-shop,
  .product-view .product-img-box{width: 100%;float: none;padding-right: 0;padding-left: 0;clear:both;}
  .product-view .product-img-box:after{clear:both;content:"";display:table;}
	
  .product-view .more-views {width: 11.05%;}
  .product-view .product-img-box .product-image { width: 88.95%;}
  .product-view .product-img-box { padding: 0;width: 100%;}
	
  .review-heading .pager .limiter{float: left;}
  .review-heading .pager .count-container{float: none;}
  .review-summary-table .rating-box .rating-number:after{margin: 0;}
  .review-summary-table thead th, #customer-reviews .review-summary-table .rating-box{padding: 0;}
  .catalog-product-view .messages > li{padding: 0 10px;}
  #customer-reviews .form-add{padding: 0;}
  .catalog-product-view .product-view .product-essential, .catalog-product-view .product-view .product-collateral,
  .catalog-product-view .block-related-wrap, .catalog-product-view .box-up-sell{padding-left: 10px; padding-right: 10px;}
  .product-view .product-shop .price-info {margin-bottom: 32px;}
  .product-view .product-shop .product-container{padding: 0 7px;}
  .catalog-product-view .block-related{padding: 70px 0 20px;}
  .catalog-product-view .product_banner .text{padding: 0 10px;}	
  .catalog-product-view .product-view .product-collateral{margin: 48px auto 0;}
 /* .product-view .more-views {width: 14.5%;}*/
  .product-view .product-img-box .product-image { width: 100%;}	
  .product-view .product-img-box { float: none; padding:0; width: 100%;}
  .product-view .more-views { float: none;padding: 0;width: 100%;position:relative;clear: both;margin:25px 0 0;}
  .product-view .product-img-box .product-image{width: 100%;float: none;padding:0;}
	
  
  .product-view .add-to-links .email-a-friend{}
  .product-view .add-to-links .email-a-friend{padding: 0 4.5% 0 0;}
  .product-view .add-to-links .compare{padding: 0 4.5%;}
  .product-view .add-to-links .view-compare  { padding: 0 0 0 4.5%;}
  
  .product-options .bootstrap-select.datetime-picker .btn.selectpicker.btn-default{padding: 4px 10px 4px 5px;}
	
  .product-view .box-up-sell h2, .product-view .block-related h2{padding:0;}

  .product-view .product-collateral { margin: 14px 0 0;}
  .product-view .product-collateral .toggle-tabs {display: none;}
  .product-collateral .collateral-tabs .tab-container .tab{line-height: 1.6; border-bottom: 1px solid #ededed;margin: 0;margin-bottom: 10px;font-size: 19px;font-weight: 400;font-style: normal;text-rendering: optimizeSpeed;-moz-user-select: none;-ms-user-select: none;-webkit-user-select: none;-o-user-select: none;user-select: none;margin-bottom: 0px;padding: 20px 22px 20px 0; position: relative;display: block; width: 200px !important; margin: 0 auto; text-align: center; color: #363636; text-transform: none;}
  .product-collateral .collateral-tabs .tab-container .tab span{font-family: "Georgia"; font-style: italic;}
  .product-collateral .collateral-tabs .tab-container .tab-content {margin: 0; border:none; padding: 5px 0;}
  .product-collateral .collateral-tabs .tab-container .tab.current{color:#000;}
  .product-collateral .collateral-tabs .tab-container .tab {cursor: pointer;}
  .product-collateral .collateral-tabs .tab-container .tab:hover span, .product-collateral.accordion-open .collateral-tabs .tab-container .tab.current span{border-bottom: 2px solid #003087;}
  .product-collateral .collateral-tabs .tab-container .tab-content{position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; display: block;}	
  .product-collateral .collateral-tabs .tab-container .tab, .product-collateral .collateral-tabs .tab-container, .product-collateral.accordion-open .collateral-tabs .tab-container .tab-content.current{position: relative; left: auto; width: auto; height: auto; overflow: visible;}
	
	/*.product-view .product-collateral > dl > dd {display: none;}
  .product-view .product-collateral.accordion-open > dl > dt.current h3{font-weight:600;}
  .product-view .product-collateral.accordion-open > dl > dd.current {display: block;}	*/
	
  .product-view .block-related{border:none;padding-top:42px;}	
  .product-view .product-collateral .tab-container .tab:after { content:"\f105"; position:absolute;top:50%;margin-top:-0.5em;line-height:1em; font-family: "FontAwesome"; font-size: 24px; color: #363636; padding: 0 0 0 12px;}
  .product-view .product-collateral.accordion-open .tab-container .tab.current:after {content: "\f107";}
  .product-view .product-collateral.accordion-open .tab-container .tab.current {border: none;}
  .product-view .product-collateral.accordion-open .tab-container .tab-content.current:after {background: #ededed; width: 200px; margin: 28px auto 0; height: 1px; content: ""; display: block;}
  #customer-reviews dl dd .ratings-table{border:none;}
  #customer-reviews dl dd .ratings-table tr{float:none;width:100%;display:table-row;border: 1px solid #ededed;}	
  #customer-reviews dl dd .ratings-table tr th, 
  #customer-reviews dl dd .ratings-table tr td{padding:13px 5px}
  #customer-reviews dl dd table {margin: 20px auto 24px;}
  
  #customer-reviews .fieldset{min-width:100%;width:100%;}
  #customer-reviews .review-summary-table tbody th{padding-left:25px;padding-right:25px; }
  #customer-reviews .review-summary-table .rating-box .rating{display: none;}
  #customer-reviews .review-summary-table .rating-box {font-size: 12px; height: auto; line-height: 1.15; margin: 0;}
  #customer-reviews .review-summary-table .rating-box .rating-number{display: block;}
  .catalog-product-view	.footer2{padding: 0;}
  .product-collateral .collateral-tabs{margin-top: -20px !important;}
  .product-view .sharing-links li.text { display: inline-block; }
}
@media only screen and (min-width: 768px) {
  .product-view .product-collateral > dl > dd.current{display: block;}
}

@media only screen and (min-width: 480px) {
  .product-collateral .toggle-tabs { display: block;  width: 100%;  position: relative; text-align: center;}
  .product-collateral .toggle-tabs li { display: inline-block; padding: 0 40px; position: relative; color: #363636; font-size: 19px; font-style: italic; font-family: Georgia;}
  .product-collateral .toggle-tabs li.current span,  .product-collateral .toggle-tabs li:hover span{border-bottom: 2px solid #003087;}	
  .product-collateral .toggle-tabs li > span{ margin:0;-moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; -o-user-select: none;user-select: none; display: inline-block; line-height: 1.5; cursor: pointer;  position: relative;  bottom: -1px;  }
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li.current > span {z-index: 5;}
  .product-collateral .toggle-tabs li:hover span{color: #003087;}	
  .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 p{margin-bottom:0.5em;}
  .product-collateral .collateral-tabs{ margin-top:10px; }

}

@media only screen and (max-width: 479px) {
  .review-heading .pager .limiter{float: none;}	
  .review-heading .pager .count-container{text-align: center;}	
  #customer-reviews .review-heading .pages{padding-top: 0;}
  .review-heading .pages li{display: inline-block;}
  .product-view .product-options dl.select-type dd, .product-view.configurable .product-options dd{min-width: 150px; max-width: 150px;}	
  .catalog-product-view .main .banner-text-wrapper .category-title, .catalog-product-view .main .banner-text-wrapper .category-title::after{font-size: 48px;}
  .product-view .product-shop .product-container{padding: 0;}	
  .product-view .product-shop .discount-text{text-align: center;}
  .product-view .sharing-links li.text{display: block;}		
  .product-view .add-to-cart-buttons .button{padding: 0 !important; font-size: 20px !important;}
  .product-view .add-to-cart .required-box{line-height: 1em;}
	
  .product-view .block-related .owl-controls{position: relative;top:auto;}
  .product-view .block-related .owl-navigation div.owl-prev{margin: -6px 12px 22px 0;}
  .product-view .block-related .owl-navigation div.owl-next{margin:-6px 0 22px 12px;}
	
  .product-view .box-up-sell .owl-navigation div.owl-prev{margin: -6px 12px 22px 0;}
  .product-view .box-up-sell .owl-navigation div.owl-next{margin:-6px 0 22px 12px;}
	
  .product-view .block-related .fixed-block,
  .product-view .box-up-sell .fixed-block{min-height: auto !important}
	
  .product-view .product-options,
  .product-view .product-options-bottom,
  .product-view .add-to-cart-wrapper{padding-left: 0; padding-right: 0;margin:0 auto;}
  .product-view .product-options-bottom{padding: 30px 0 0 0;}
  .product-view .product-options p.required{right:0;}
  .product-view .product-options label{font-size:14px;}
  .product-view .add-to-cart-buttons .button{padding:0 27px;}
	
  .product-view label.required:before, .product-view span.required:before{font-size:14px;vertical-align:middle;}
  .product-view .add-to-cart .required-box{clear:both;float:left;}
	
  .product-view .product-options{padding: 18px 0;}
  .product-view .product-options  dt{margin: 0 0 15px;}
  .product-options .bootstrap-select .btn .caret{font-size: 20px;line-height: 1.225;}
  .product-options dd{ margin: 0 0 9px;}

  #product-attribute-specs-table td{display:block;padding-left:25px;font-weight:600;}
  #product-attribute-specs-table th{display:block;border:none;padding-left:0;font-weight:400;}

  .product-options-bottom .price-box .price-as-configured {text-align: left;}
  .product-options-bottom .price-box .price-as-configured .price-label {display: block;}

  .product-view.bundle .product-shop .extra-info{margin-bottom:14px;}
  .product-view.bundle .required-box{float:left;line-height: normal;}
  .product-view.bundle .required-box span{vertical-align: middle;}
	
  .product-img-box .product-image img { max-height: 450px;}
  .grouped-items-table-wrapper { margin-bottom: 15px;  }
  .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;  }
  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {margin-bottom: 15px;}
  .product-view .product-collateral > dl > dd {padding: 20px 0 0;}

  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {float: none;width: 100%;text-align: left;padding-bottom: 5px; margin-bottom: 10px;border-bottom: 1px solid #cccccc;}

  .product-view .ratings .rating-links{float:none;clear:both;}
  .product-view .ratings .rating-links .separator{display:none}
  .product-view .product-shop .ratings{margin-bottom:0;}
  
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax { margin-bottom: 5px;}
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span { display: block;}

  .product-view .product-shop .price-info {float: none; width:100%;margin-bottom:10px;padding:0; text-align: left;}
  .product-view .add-to-cart-buttons {margin-right: 0;}
  .product-view .add-to-links li{border:none;}
  .product-view .add-to-links{padding: 11px 0 6px;}
  .product-view .add-to-links li:after {border: 1px solid #ddd;bottom: 0; content: ""; display: inline-block;left: 0; margin: auto; position: absolute;right: 0; width: 40px;}
  .product-view .add-to-links li:last-child:after{border:none;}
  .product-view .add-to-links li {position:relative; border:none;display: block;line-height: 3;padding: 0 !important;}

  .product-view .box-up-sell h2, .product-view .block-related h2 {line-height: 1.25;}
  .product-view .box-up-sell .owl-navigation:after,
  .product-view .block-related .owl-navigation:after {clear:both;content:"";display:table;} 

  .product-view .block-related .owl-navigation,
  .product-view .box-up-sell .owl-navigation{text-align:center;clear: both;float: none; margin: 0 auto;}
  
  .product-view .block-related .owl-navigation > div,
  .product-view .box-up-sell .owl-navigation > div {display:inline-block;float:none}

  .product-view .block-related .title,
  .product-view .box-up-sell .title{margin:0 0 5px 0;}
	
  #customer-reviews .fieldset{min-width:inherit;width:100%;}
  #customer-reviews .review-summary-table tbody td{width:auto}
  #customer-reviews .review-summary-table tbody th { padding-left: 5px; padding-right: 5px;}
  #customer-reviews .review-summary-table .rating-box .rating{padding: 0;width: 34px;}
  .product-collateral .collateral-tabs .specifications table{width: 100%; min-width: 100%;}
  .product-collateral .collateral-tabs .specifications p.small{max-width: 100%;}
  .product-collateral .collateral-tabs .specifications table th{width: 125px;}
}

