@charset "UTF-8";/*----------------------------------------------------------
//                rounded corner mixins 
//  --------------------------------------------------------*/
/*----------------------------------------------------------
//                Background mixins
//  --------------------------------------------------------*/
/*----------------------------------------------------------
//                box-sizing mixins
//  --------------------------------------------------------*/
/*----------------------------------------------------------
//                linear-gradient mixins
//  --------------------------------------------------------*/
/*----------------------------------------------------------
//                Title splitter mixins
//  --------------------------------------------------------*/
/*----------------------------------------------------------
//                After Triangle for Menus mixins
//  --------------------------------------------------------*/
/*-----------------------------------------------------------------
//  Sprite Generator: (example)
//	.sprite-entity-verified-by-visa {
//		@include sprite-create(sprite-entity-verified-by-visa);
//	}		
//  -------------------------------------------------------------*/
/*----------------------------------------------------------
//                Responsive Typography
//  --------------------------------------------------------*/
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i");
@import url("//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700");
@import url("//fonts.googleapis.com/css?family=Amatic+SC:400,700");
@import url("//fonts.googleapis.com/css?family=Vast+Shadow");
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: rotate(0deg) scale(1, 0) skew(0deg) translate(0px);
  }
  to {
    -webkit-transform: rotate(0deg) scale(1, 0) skew(0deg) translate(0px);
  }
}
@-moz-keyframes cssAnimation {
  from {
    -webkit-transform: rotate(0deg) scale(1, 0) skew(0deg) translate(0px);
  }
  to {
    -webkit-transform: rotate(0deg) scale(1, 0) skew(0deg) translate(0px);
  }
}
@-ms-keyframes cssAnimation {
  from {
    -webkit-transform: rotate(0deg) scale(1, 0) skew(0deg) translate(0px);
  }
  to {
    -webkit-transform: rotate(0deg) scale(1, 0) skew(0deg) translate(0px);
  }
}
@keyframes cssAnimation {
  from {
    -webkit-transform: rotate(0deg) scale(1, 0) skew(0deg) translate(0px);
  }
  to {
    -webkit-transform: rotate(0deg) scale(1, 0) skew(0deg) translate(0px);
  }
}
@-webkit-keyframes cssAnimation1 {
  0% {
    -webkit-transform: rotate(0deg) scale(1, 0) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1, 0) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1, 0) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1, 0) skew(0deg) translate(0px);
  }
  60% {
    -webkit-transform: rotate(0deg) scale(1, 1.08) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1, 1.08) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1, 1.08) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1, 1.08) skew(0deg) translate(0px);
  }
  70% {
    -webkit-transform: rotate(0deg) scale(1, 1.06) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1, 1.06) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1, 1.06) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1, 1.06) skew(0deg) translate(0px);
  }
  80% {
    -webkit-transform: rotate(0deg) scale(1, 1.03) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1, 1.03) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1, 1.03) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1, 1.03) skew(0deg) translate(0px);
  }
  90% {
    -webkit-transform: rotate(0deg) scale(1, 1.01) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1, 1.01) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1, 1.01) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1, 1.01) skew(0deg) translate(0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1, 1) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1, 1) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1, 1) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1, 1) skew(0deg) translate(0px);
  }
}
@-webkit-keyframes cssAnimation2 {
  0% {
    -webkit-transform: rotate(0deg) scale(1, 1.04) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1, 1.04) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1, 1.04) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1, 1.04) skew(0deg) translate(0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1, 1) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1, 1) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1, 1) skew(0deg) translate(0px);
    transform: rotate(0deg) scale(1, 1) skew(0deg) translate(0px);
  }
}
/*----------------------------------------------------------
//                font & font variables
//  --------------------------------------------------------*/
/*----------------------------------------------------------
//      Instead of above we can use below as well
//
//      @screen-xs: 480px,
//      @screen-xs-min: @screen-xs,
//      @screen-phone: @screen-xs-min,
//      @screen-sm: 641px,
//      @screen-sm-min: @screen-sm,
//      @screen-tablet: @screen-sm-min,
//      @screen-md: 1024px,
//      @screen-md-min: @screen-md,
//      @screen-desktop: @screen-md-min,
//      @screen-lg: 1440px,
//      @screen-lg-min: @screen-lg,
//      @screen-lg-desktop: @screen-lg-min,
//      @screen-xs-max: (@screen-sm-min - 1),
//      @screen-sm-max: (@screen-md-min - 1),
//      @screen-md-max: (@screen-lg-min - 1),
//      @grid-columns: 12,
//      @grid-gutter-width: 30px
//  --------------------------------------------------------*/
/* Gift Page Varibales */
/*!
 *  Font Awesome 4.6.3 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("/wcsstore/MattelSAS/fonts//fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/wcsstore/MattelSAS/fonts//fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/wcsstore/MattelSAS/fonts//fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/wcsstore/MattelSAS/fonts//fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !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.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* 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-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "icons";
  src: url("/wcsstore/MattelSAS/fonts/icons.ttf?iriee6") format("truetype"), url("/wcsstore/MattelSAS/fonts/MattelSAS/icons.woff?iriee6") format("woff"), url("/wcsstore/MattelSAS/fonts/MattelSAS/icons.svg?iriee6#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Custom Icon Font Glyph Assignments */
.icon-checkbox-checked:before {
  content: "\e904";
  cursor: pointer;
}

.icon-checkbox:before {
  content: "\e905";
  cursor: pointer;
  transform: translateY(-1px);
}

.icon-radio-checked:before {
  content: "\e906";
}

.icon-radio:before {
  content: "\e907";
}

.icon-ribbon-tag:before {
  content: "\e90d";
}

.icon-ribbon-starburst:before {
  content: "\e90c";
}

.icon-ribbon-heart:before {
  content: "\e90b";
}

.icon-ribbon-gift:before {
  content: "\e90a";
}

.icon-ribbon-bow:before {
  content: "\e909";
}

.icon-glyph-arrow:before {
  content: "\e908";
}

.icon-ribbon-ending:before {
  content: "\e90e";
}

.icon-close:before {
  content: "\e913";
}

/* -------------------------------------- */
input[type=radio],
input[type=checkbox] {
  opacity: 0;
  color: #c70a4c;
}

input[type=radio] + span:before,
input[type=checkbox] + span:before {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: "icons";
  /* Adding icon font */
  font-weight: 400;
  line-height: 1;
  font-size: 1.3rem;
  cursor: pointer;
}

input[type=radio] + span:before {
  content: "\e907";
  /* glyphicon record */
  color: #c70a4c;
  margin-right: 5px;
  cursor: pointer;
}

input[type=radio]:checked + span:before {
  content: "\e906";
  /* glyphicon ok-circle */
  color: #c70a4c;
  cursor: pointer;
}

input[type=checkbox] + span:before {
  content: "\e905";
  /* glyphicon unchecked */
  color: #c70a4c;
  margin-right: 5px;
  cursor: pointer;
}

input[type=checkbox]:checked + span:before {
  content: "\e904";
  /* glyphicon checked */
  color: #c70a4c;
  cursor: pointer;
}

span.glyphicon-star {
  font-family: "icons";
}
span.glyphicon-star:before {
  content: "\e902";
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/wcsstore/MattelSAS/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/wcsstore/MattelSAS/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/wcsstore/MattelSAS/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/wcsstore/MattelSAS/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #666;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #c70a4c;
  text-decoration: none;
}
a:hover, a:focus {
  color: #c70a4c;
  text-decoration: none;
}
a:focus {
  /*@include tab-focus;*/
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #cacaca;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 2em;
  color: #000;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 74px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 21px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: transparent;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

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

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #c70a4c;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #960839;
}

.text-success {
  color: #43a83a;
}

a.text-success:hover,
a.text-success:focus {
  color: #34822d;
}

.text-info {
  color: #43a83a;
}

a.text-info:hover,
a.text-info:focus {
  color: #34822d;
}

.text-warning {
  color: #FF5214;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #e03b00;
}

.text-danger {
  color: #FF5214;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #e03b00;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #c70a4c;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #960839;
}

.bg-success {
  background-color: transparent;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgba(0, 0, 0, 0);
}

.bg-info {
  background-color: transparent;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgba(0, 0, 0, 0);
}

.bg-warning {
  background-color: transparent;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgba(0, 0, 0, 0);
}

.bg-danger {
  background-color: transparent;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgba(0, 0, 0, 0);
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #cacaca;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 1024px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #cacaca;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #cacaca;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: transparent;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgba(0, 0, 0, 0);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: transparent;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgba(0, 0, 0, 0);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: transparent;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgba(0, 0, 0, 0);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: transparent;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgba(0, 0, 0, 0);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 11px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #666;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #cacaca;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 44px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 33px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 48px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 48px;
  line-height: 48px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 48px;
  min-height: 41px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 55px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #43a83a;
}
.has-success .form-control {
  border-color: #43a83a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #34822d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7fd078;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7fd078;
}
.has-success .input-group-addon {
  color: #43a83a;
  border-color: #43a83a;
  background-color: transparent;
}
.has-success .form-control-feedback {
  color: #43a83a;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #FF5214;
}
.has-warning .form-control {
  border-color: #FF5214;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #e03b00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9d7a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9d7a;
}
.has-warning .input-group-addon {
  color: #FF5214;
  border-color: #FF5214;
  background-color: transparent;
}
.has-warning .form-control-feedback {
  color: #FF5214;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #FF5214;
}
.has-error .form-control {
  border-color: #FF5214;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e03b00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9d7a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9d7a;
}
.has-error .input-group-addon {
  color: #FF5214;
  border-color: #FF5214;
  background-color: transparent;
}
.has-error .form-control-feedback {
  color: #FF5214;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto #4d90fe !important;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/*
.btn-default {
  @include button-variant($btn-default-color, $btn-default-bg, $btn-default-border);
}
.btn-primary {
  @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
}
// Success appears as green
.btn-success {
  @include button-variant($btn-success-color, $btn-success-bg, $btn-success-border);
}
// Info appears as blue-green
.btn-info {
  @include button-variant($btn-info-color, $btn-info-bg, $btn-info-border);
}
// Warning appears as orange
.btn-warning {
  @include button-variant($btn-warning-color, $btn-warning-bg, $btn-warning-border);
}
// Danger and error appear as red
.btn-danger {
  @include button-variant($btn-danger-color, $btn-danger-bg, $btn-danger-border);
}
*/
.btn-link {
  color: #c70a4c;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #c70a4c;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #FFEFF6;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #c70a4c;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 1024px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 10px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #666;
  text-align: center;
  background-color: #cacaca;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li,
.nav li.espotDropdown {
  position: relative;
  display: block;
}
.nav > li > a,
.nav li.espotDropdown > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus,
.nav li.espotDropdown > a:hover,
.nav li.espotDropdown > a:focus {
  text-decoration: none;
  background-color: #cacaca;
}
.nav > li.disabled > a,
.nav li.espotDropdown.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus,
.nav li.espotDropdown.disabled > a:hover,
.nav li.espotDropdown.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #cacaca;
  border-color: #c70a4c;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li,
.nav-tabs li.espotDropdown {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a,
.nav-tabs li.espotDropdown > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs li.espotDropdown > a:hover {
  border-color: #cacaca #cacaca #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.nav-tabs li.espotDropdown.active > a,
.nav-tabs li.espotDropdown.active > a:hover,
.nav-tabs li.espotDropdown.active > a:focus {
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li,
.nav-pills li.espotDropdown {
  float: left;
}
.nav-pills > li > a,
.nav-pills li.espotDropdown > a {
  border-radius: 4px;
}
.nav-pills > li + li,
.nav-pills li.espotDropdown + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus,
.nav-pills li.espotDropdown.active > a,
.nav-pills li.espotDropdown.active > a:hover,
.nav-pills li.espotDropdown.active > a:focus {
  color: #fff;
  background-color: #c70a4c;
}

.nav-stacked > li,
.nav-stacked li.espotDropdown {
  float: none;
}
.nav-stacked > li + li,
.nav-stacked li.espotDropdown + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li,
.nav-justified li.espotDropdown {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a,
.nav-justified li.espotDropdown > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li,
.nav-justified li.espotDropdown {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a,
.nav-justified li.espotDropdown > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a,
.nav-tabs-justified li.espotDropdown > a,
.nav-tabs.nav-justified li.espotDropdown > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a,
.nav-tabs-justified li.espotDropdown > a,
.nav-tabs.nav-justified li.espotDropdown > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 1024px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 1024px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1024px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1024px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1024px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 19px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1024px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1024px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a,
.navbar-nav li.espotDropdown > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 1023px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1024px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li,
.navbar-nav li.espotDropdown {
    float: left;
  }
  .navbar-nav > li > a,
.navbar-nav li.espotDropdown > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu,
.navbar-nav li.espotDropdown > .dropdown-menu {
  margin-top: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu,
.navbar-fixed-bottom .navbar-nav li.espotDropdown > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 1024px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1024px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav li.espotDropdown > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav li.espotDropdown > a:hover,
.navbar-default .navbar-nav li.espotDropdown > a:focus {
  color: #c70a4c;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #333;
}
@media (max-width: 1023px) {
  .navbar-default .navbar-nav .open .dropdown-menu li > a,
.navbar-default .navbar-nav .open .dropdown-menu li.espotDropdown > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu li.espotDropdown > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu li.espotDropdown > a:focus {
    color: #c70a4c;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #c70a4c;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #c70a4c;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav li.espotDropdown > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav li.espotDropdown > a:hover,
.navbar-inverse .navbar-nav li.espotDropdown > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 1023px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
.navbar-inverse .navbar-nav .open .dropdown-menu li.espotDropdown > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu li.espotDropdown > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu li.espotDropdown > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "&nbsp; ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #c70a4c;
  background-color: #F1F1F1;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #c70a4c;
  background-color: #cacaca;
  border-color: 1px solid #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #c70a4c;
  border-color: 1px solid #c70a4c;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #c70a4c;
  background-color: #fff;
  border-color: 1px solid #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #F1F1F1;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #cacaca;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #c70a4c;
  background-color: #F1F1F1;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #c70a4c;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #960839;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #FF5214;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #e03b00;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #c70a4c;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #cacaca;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #b1b1b1;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #666;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #c70a4c;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: transparent;
  border-color: #43a83a;
  color: #43a83a;
}
.alert-success hr {
  border-top-color: #3b9533;
}
.alert-success .alert-link {
  color: #34822d;
}

.alert-info {
  background-color: transparent;
  border-color: #43a83a;
  color: #43a83a;
}
.alert-info hr {
  border-top-color: #3b9533;
}
.alert-info .alert-link {
  color: #34822d;
}

.alert-warning {
  background-color: transparent;
  border-color: #FF5214;
  color: #FF5214;
}
.alert-warning hr {
  border-top-color: #fa4200;
}
.alert-warning .alert-link {
  color: #e03b00;
}

.alert-danger {
  background-color: transparent;
  border-color: #FF5214;
  color: #FF5214;
}
.alert-danger hr {
  border-top-color: #fa4200;
}
.alert-danger .alert-link {
  color: #e03b00;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #c70a4c;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #FF5214;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #cacaca;
  color: #777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #c70a4c;
  border-color: #c70a4c;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #faa3c1;
}

.list-group-item-success {
  color: #43a83a;
  background-color: transparent;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #43a83a;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #43a83a;
  background-color: rgba(0, 0, 0, 0);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #43a83a;
  border-color: #43a83a;
}

.list-group-item-info {
  color: #43a83a;
  background-color: transparent;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #43a83a;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #43a83a;
  background-color: rgba(0, 0, 0, 0);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #43a83a;
  border-color: #43a83a;
}

.list-group-item-warning {
  color: #FF5214;
  background-color: transparent;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #FF5214;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #FF5214;
  background-color: rgba(0, 0, 0, 0);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #FF5214;
  border-color: #FF5214;
}

.list-group-item-danger {
  color: #FF5214;
  background-color: transparent;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #FF5214;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #FF5214;
  background-color: rgba(0, 0, 0, 0);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #FF5214;
  border-color: #FF5214;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #c70a4c;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #c70a4c;
  border-color: #c70a4c;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c70a4c;
}
.panel-primary > .panel-heading .badge {
  color: #c70a4c;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c70a4c;
}

.panel-success {
  border-color: #43a83a;
}
.panel-success > .panel-heading {
  color: #43a83a;
  background-color: transparent;
  border-color: #43a83a;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #43a83a;
}
.panel-success > .panel-heading .badge {
  color: transparent;
  background-color: #43a83a;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #43a83a;
}

.panel-info {
  border-color: #43a83a;
}
.panel-info > .panel-heading {
  color: #43a83a;
  background-color: transparent;
  border-color: #43a83a;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #43a83a;
}
.panel-info > .panel-heading .badge {
  color: transparent;
  background-color: #43a83a;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #43a83a;
}

.panel-warning {
  border-color: #FF5214;
}
.panel-warning > .panel-heading {
  color: #FF5214;
  background-color: transparent;
  border-color: #FF5214;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FF5214;
}
.panel-warning > .panel-heading .badge {
  color: transparent;
  background-color: #FF5214;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FF5214;
}

.panel-danger {
  border-color: #FF5214;
}
.panel-danger > .panel-heading {
  color: #FF5214;
  background-color: transparent;
  border-color: #FF5214;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FF5214;
}
.panel-danger > .panel-heading .badge {
  color: transparent;
  background-color: #FF5214;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FF5214;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .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;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  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);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

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

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #000;
  text-align: center;
  background-color: #F1F1F1;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #F1F1F1;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #F1F1F1;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #F1F1F1;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #F1F1F1;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #F1F1F1;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #F1F1F1;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #F1F1F1;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #F1F1F1;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #c70a4c;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #c70a4c;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.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;
  transform: translateZ(0);
}

.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("/wcsstore/MattelSAS/images/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 Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  transform: translateZ(0);
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.button {
  font-size: inherit;
  transform: none;
}
.button[id^=add2CartBtn].inactiveLink {
  background: #cacaca;
  border: 2px solid #cacaca;
  cursor: default;
  color: #333;
}
.button[id^=add2CartBtn].inactiveLink:hover {
  background-image: none !important;
  background-color: #cacaca;
}
.button:focus {
  outline: 0;
}
.button.primary {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white !important;
  background: #c70a4c;
  padding: 0.5em 1em;
  text-transform: normal;
  white-space: nowrap;
  border: 1px solid #c70a4c;
}
.button.primary:hover {
  background-image: none !important;
  background-color: #c70a4c;
}
.button.primary .button_text {
  padding: 0;
  border: 0;
  font-size: 16px;
  width: auto;
  min-width: 100px;
  font-weight: 500;
  letter-spacing: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.button.primary.tertiary {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #c70a4c !important;
  background: white;
  padding: 0.5em 1em;
  text-transform: normal;
  white-space: nowrap;
  border: 1px solid #c70a4c;
}
.button.primary.tertiary:hover {
  background-image: none !important;
  background-color: white;
}
.button.primary.tertiary a, .button.primary.tertiary .button_text {
  padding: 0;
  border: 0;
  font-size: 16px;
  width: auto;
  font-weight: 500;
}
.button.primary.tertiary .button_text {
  min-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.button.transparent {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  color: black !important;
  border: 1px solid white !important;
  background: transparent !important;
  padding: 0.5em 1em;
  text-align: center;
}
.button.transparent:hover {
  background-image: none !important;
  background-color: transparent !important;
  border: 1px solid white !important;
}
.button.transparent a {
  padding: 0;
  text-align: center;
  font-size: 16px;
  text-transform: normal;
  font-weight: 500;
}
.button.white {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  color: #009db5 !important;
  border: 2px solid lightgray !important;
  background: white !important;
  padding: 0.5em 1em;
  text-align: center;
}
.button.white:hover {
  background-image: none !important;
  background-color: white !important;
  border: 2px solid lightgray !important;
}
.button.white a {
  padding: 0;
  text-align: center;
  font-size: 16px;
  text-transform: normal;
  font-weight: 500;
}
.button.outlined {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  color: #c70a4c !important;
  border: 2px solid #c70a4c !important;
  background: white !important;
  padding: 0.5em 1em;
  text-align: center;
}
.button.outlined:hover {
  background-image: none !important;
  background-color: white !important;
  border: 2px solid #c70a4c !important;
}
.button.outlined a {
  padding: 0;
  text-align: center;
  font-size: 16px;
  text-transform: normal;
  font-weight: 500;
}
.button.transparent.grey-dark .button_text {
  color: #333 !important;
}
.button.transparent.grey-dark .button_text:hover {
  color: #222 !important;
}
.button.outlined.grey-dark {
  color: #333 !important;
  border-color: #333 !important;
}
.button.outlined.grey-dark:hover {
  color: #222 !important;
  border-color: #222 !important;
}

.button_primary, .disabled .button_primary {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white !important;
  background: #c70a4c;
  padding: 0.5em 1em;
  text-transform: normal;
  border: 1px solid #c70a4c;
  white-space: nowrap;
  transform: none;
}
.button_primary:hover, .disabled .button_primary:hover {
  background-image: none !important;
  background-color: #c70a4c;
}
.button_primary .button_text, .disabled .button_primary .button_text {
  height: inherit;
  line-height: inherit;
  border-radius: inherit;
  padding: 0;
  border: 0;
  font-size: 16px;
  min-width: 100px;
  color: white !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.button_secondary, .disabled .button_secondary {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white !important;
  background: #c70a4c;
  padding: 0.5em 1em;
  text-transform: normal;
  border: 1px solid #c70a4c;
  white-space: nowrap;
  transform: none;
}
.button_secondary:hover, .disabled .button_secondary:hover {
  background-image: none !important;
  background-color: #c70a4c;
}
.button_secondary .button_text, .disabled .button_secondary .button_text {
  height: inherit;
  line-height: inherit;
  border-radius: inherit;
  padding: 0;
  border: 0;
  font-size: 16px;
  min-width: 100px;
  color: white !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
  font-style: italic;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  font-style: italic;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  font-style: italic;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  font-style: italic;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input, select, textarea, .inputField,
input:focus, select:focus, textarea:focus {
  font-size: 16px;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #c70a4c 50%), linear-gradient(135deg, #c70a4c 50%, transparent 50%), linear-gradient(to right, #c70a4c, #c70a4c);
  background-position: calc(100% - 10px) calc(1em + 5px), calc(100% - 5px) calc(1em + 5px), calc(100% - -2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.filled + select {
  background-position: calc(100% - 10px) calc(1em + 5px), calc(100% - 5px) calc(1em + 5px), calc(100% - -2.5em) 0.5em;
}

select:focus {
  background-image: linear-gradient(45deg, #c70a4c 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #c70a4c 50%), linear-gradient(to right, #c70a4c, #c70a4c);
  background-position: calc(100% - 5px) calc(1em + 5px), calc(100% - 10px) calc(1em + 5px), calc(100% - -2.5em) 0.5em;
  background-size: 5px 4px, 4px 4px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #b1b1b1;
  outline: 0;
}

.filled + select:focus {
  background-position: calc(100% - 5px) calc(1em + 5px), calc(100% - 10px) calc(1em + 5px), calc(100% - -2.5em) 0.5em;
}

.checkboxField span {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}

.drop_down_country {
  font-family: "Source Sans Pro", sans-serif;
}

.form_2column {
  padding: inherit;
}
.form_2column .column {
  float: none;
  width: 100%;
}
.form_2column .column.no-padding {
  padding: 0 !important;
}
.form_2column .column .inputField {
  border-radius: 0;
}
.form_2column .column .checkboxField {
  margin: -10px 0px 0px -30px;
}
.form_2column .column .checkboxField span {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}

input {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  color: #333;
}

label span {
  font-weight: normal;
}

p label {
  text-transform: uppercase;
}
p input[type=text],
p input[type=password],
p input[type=email],
p input[type=tel],
p textarea,
p select {
  border: 1px solid #b1b1b1;
  width: 100%;
}
p input[type=text].short,
p input[type=password].short,
p input[type=email].short,
p input[type=tel].short,
p textarea.short,
p select.short {
  width: 50%;
}
p.error.text-danger, p.error.text-info {
  margin: 10px 0 !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 1em !important;
  color: #DC2504 !important;
  display: table !important;
}
p.error.text-info {
  color: #5cb85c !important;
}

input[type=radio],
input[type=checkbox] {
  width: 0;
  height: 0;
}

input[type=checkbox] + span:before {
  width: 16px;
  height: 16px;
  font-size: 1rem;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #333;
  content: " " !important;
}

input[type=checkbox]:checked + span:before {
  color: #fff !important;
  cursor: pointer;
  background: #c70a4c;
  content: "\f00c" !important;
  border: 1px solid #c70a4c;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -2px;
}

#messageBoxDisplay {
  position: relative;
  padding: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
  color: white;
  text-indent: -5000px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 500ms cubic-bezier(0, 1.05, 0, 1);
  border-top: none;
}
#messageBoxDisplay.show {
  padding: 15px;
  text-indent: 0;
  opacity: 1;
  max-height: 200px;
  border-top: 1px solid white;
}
#messageBoxDisplay.error {
  background: #FF5214;
}
#messageBoxDisplay.success {
  background: #43a83a;
}

html {
  font-size: 100%;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

html, body {
  width: 100%;
  height: 100%;
  height: inherit;
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

:focus {
  text-decoration: none;
  outline: 0;
}


p {
  line-height: 1.3;
}

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

.format_content ol,
.format_content ul,
ul.dots {
  margin-left: 3%;
}
.format_content ol > li,
.format_content ul > li,
ul.dots > li {
  list-style-type: disc;
}

.format_content ol, .format_content ul {
  margin-left: 3%;
}
.format_content ol.roman > li, .format_content ul.roman > li {
  list-style-type: lower-roman;
}
.format_content ol.alpha > li, .format_content ul.alpha > li {
  list-style-type: lower-alpha;
}
.format_content ol.numbers > li, .format_content ul.numbers > li {
  list-style-type: decimal;
}

ul.dash > li {
  text-indent: 10px;
}
ul.dash > li:before {
  content: "-";
  position: relative;
  left: -5px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-style: inherit;
  text-transform: inherit;
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1em;
    padding: 1em 0;
  }
}

.hide {
  display: none;
}

.no-margin {
  margin: auto;
}

.horizontal-padding-10 {
  padding: 0 10px;
}

.textAlignRight {
  text-align: right;
}

.textAlignLeft {
  text-align: left;
}

.textAlignCenter {
  text-align: center;
}

.super {
  font-size: 0.5em;
  vertical-align: super;
}

@media (min-width: 1024px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hidden-mobile {
    display: none !important;
  }
}
#page {
  width: 100%;
}

@media (min-width: 100em) {
  #page {
    max-width: 1600px;
    margin: 0 auto;
  }
}
.ageIcon,
#main-nav-list > li > a > i,
#main-nav-list > li > a.expand i,
.second-level-menus .subMenus-list .title:after,
.second-level-menus .subMenus-list.active .title:before,
.second-level-menus ul li a:after,
.second-level-menus .menu-block a:after,
footer .social-links a,
.landingSlider .owl-theme .owl-controls .owl-buttons .owl-prev,
.landingSlider .owl-theme .owl-controls .owl-buttons .owl-next,
.product-tile-carousel .owl-theme .owl-prev:before,
.view-btn:after,
#social-wrapper .inst-social-icon,
#social-wrapper .pin-social-icon,
#social-template-container .btn,
#social-template-container .inst-social-icon,
#social-template-container .pin-social-icon,
.parenting-article-content span.article-title:before,
a.see-all:after,
.en_us #product-subMenus .tile-bottom:after,
#parenting-subMenus .birthday-bottom:after,
.parenting-article-content .read-more:after,
#main-nav-list .redirect:before,
.smart-toys-navigation .redirect:before,
#main-top-header .brand-navigate:before,
#welcome-wrapper .little-link:after,
.cart-icon {
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
}

@media (min-width: 1282px) {
  .rowContainer, .rowContainer > .row {
    padding: 0;
  }
}
div.content_wrapper {
  padding: 0 30px;
}
div.content_wrapper div.content_left_shadow {
  padding: 0;
}
div.content_wrapper div.content_left_shadow div.content_right_shadow {
  padding: 0;
}
div.content_wrapper div.content_left_shadow div.content_right_shadow div.main_content {
  max-width: inherit;
  padding: 0;
}
div.content_wrapper div.content_left_shadow div.content_right_shadow div.main_content #box .body {
  border: inherit;
  padding: inherit;
}
div.content_wrapper div.content_left_shadow div.content_right_shadow div.main_content .container_content_rightsidebar {
  max-width: inherit;
  padding: 0;
}

.clear {
  clear: both;
}

div.content_wrapper {
  padding: 0 0 0 20px;
}

@media (max-width: 1023px) {
  .acol12 {
    width: 100%;
  }
}
html .claro .dijitContentPane {
  padding: 0;
}

.privacystatement a {
  color: #c70a4c;
}

a.skip-to-content-link {
  padding: 0.5em;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100;
}

a.skip-to-content-link:focus {
  top: 0px;
  background: #f1f1f2;
  color: blue;
  font-family: arial;
  text-decoration: underline;
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}

#paginationNavigationArea {
  background: #F1F1F1;
  padding: 10px 20px;
}
#paginationNavigationArea.row {
  margin: 0;
  margin-top: 20px;
}
#paginationNavigationArea:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#paginationNavigationArea #showPageInfo {
  float: left;
  padding-right: 20px;
  border-right: 1px solid black;
  font-weight: 600;
}
#paginationNavigationArea .acol7 div.row {
  margin: 0;
}
#paginationNavigationArea .dijit.dijitReset.dijitInline.dijitButton {
  float: left;
  margin-top: -5px;
}
#paginationNavigationArea .dijit.dijitReset.dijitInline.dijitButton span:focus {
  outline: 0;
}
#paginationNavigationArea .dijit.dijitReset.dijitInline.dijitButton .glyphicon {
  color: #c70a4c;
}
#paginationNavigationArea .dijit.dijitReset.dijitInline.dijitButton .previousButton, #paginationNavigationArea .dijit.dijitReset.dijitInline.dijitButton .nextButton {
  margin: 0 15px;
  font-size: 1rem;
  position: relative;
  top: 0;
}
#paginationNavigationArea #pageButtons {
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#paginationNavigationArea #pageButtons button {
  border: 1px solid #ddd;
  color: #c70a4c;
  background: #fff;
  margin: 0 5px;
  border-radius: 20px;
  font-size: 0.9rem;
}
#paginationNavigationArea #pageButtons button:hover {
  border: 1px solid #ddd;
  color: #c70a4c;
  background: #cacaca;
}
#paginationNavigationArea #pageButtons .selectedPageColor {
  color: #fff;
  background: #c70a4c;
  border: 1px solid #c70a4c;
}
@media (max-width: 1023px) {
  #paginationNavigationArea.row {
    margin-top: -1px;
  }
  #paginationNavigationArea #showPageInfo {
    padding-right: 10px;
    font-size: 0.9rem;
    line-height: 1.9;
  }
  #paginationNavigationArea .dijit.dijitReset.dijitInline.dijitButton .previousButton, #paginationNavigationArea .dijit.dijitReset.dijitInline.dijitButton .nextButton {
    margin: 0 5px;
    font-size: 0.9rem;
  }
}
@media (max-width: 29.74em) {
  #paginationNavigationArea {
    background: #F1F1F1;
    padding: 10px;
  }
  #paginationNavigationArea #showPageInfo {
    font-size: 0.68rem;
    line-height: 2.1;
  }
}

/*! jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers 
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* right-aligned */
.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
  text-decoration: none;
}
.ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

/* Spinner specific style fixes */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* with multiple calendars */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* support: IE8 - See #6727 */
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a {
  color: #454545;
  text-decoration: none;
}
.ui-state-default a:link, .ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-button:hover, .ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-focus a {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active a:link, .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #FF5214 !important;
  color: #FF5214 !important;
  font-weight: bold;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #FF5214 !important;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/ui-icons_444444_256x240.png");
}

.ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/ui-icons_444444_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/ui-icons_555555_256x240.png");
}

.ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/ui-icons_555555_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start, .ui-icon-seek-first {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a {
  color: #454545;
  text-decoration: none;
}
.ui-state-default a:link, .ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-button:hover, .ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-focus a {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active a:link, .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #FF5214 !important;
  color: #FF5214 !important;
  font-weight: bold;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #FF5214 !important;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/ui-icons_444444_256x240.png");
}

.ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/ui-icons_444444_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/ui-icons_555555_256x240.png");
}

.ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/ui-icons_555555_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start, .ui-icon-seek-first {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/* Ion.RangeSlider
// css version 2.0.3
// � 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  left: 0;
  width: 11%;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
}

.irs-line-right {
  right: 0;
  width: 11%;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
  border-top: 2px solid black;
}

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 2;
  left: 0;
  width: 2px;
  height: 7px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// � Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  background: url("/wcsstore/MattelSAS/images/sprites.png") repeat-x;
  background-position: 0 -1591px;
  width: 387px;
  height: 12px;
  /*
  *
  * Ribbon Ads */
}

.irs {
  height: 20px;
}

.irs-with-grid {
  height: 20px;
}

.irs-line {
  height: 12px;
  top: -1px;
  display: none;
}

.irs-line-left {
  height: 12px;
  background-position: 0 -30px;
}

.irs-line-mid {
  height: 12px;
  background-position: 0 0;
}

.irs-line-right {
  height: 12px;
  background-position: 100% -30px;
}

.irs-bar {
  top: -3px;
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  background: url("/wcsstore/MattelSAS/images/sprites.png") repeat-x;
  background-position: 0 -1591px;
  width: 387px;
  height: 12px;
  /*
  *
  * Ribbon Ads */
  padding: 5px 0;
}

.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px;
}

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}

.irs-slider {
  top: -15px;
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  background-position: -363px -823px;
  width: 19px;
  height: 35px;
  /*
  *
  * Ribbon Ads */
  border: 0;
  outline: none;
  margin-left: 0;
}

.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: none;
}

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ed5565;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs-grid-pol {
  background: #c2c0c1;
}

.irs-grid-text {
  color: #555;
  font-weight: bold;
}

.extra-controls {
  position: relative;
  border-top: 3px solid #000;
  padding: 10px 0 0;
}

.irs-grid {
  bottom: 12px;
}

.irs-grid-text {
  bottom: 25px;
}

.irs-from, .irs-to, .irs-single {
  display: none;
}

.irs-grid-pol.small {
  display: none;
}

@media (max-width: 1023px) {
  h2 {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media (max-width: 1023px) {
  h3 {
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

@media (max-width: 1023px) {
  h4 {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1;
  }
}

.account .row h3, .account .row h4 {
  font-weight: 300;
  color: #000;
}
.account .row #box {
  margin: 10px 0;
}
.account .row #box .my_account {
  padding: 0 8%;
}
.account .row #box .my_account .main_header {
  background: transparent;
}
.account .row #box .my_account .myaccount_header {
  background: transparent;
  border: 0;
  color: #666;
  font: inherit;
  font-size: 2em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  padding: 17px 0 18px 0;
}
.account .row #box .my_account .myaccount_header.bottom_line {
  background: transparent;
  border: 0;
}
.account .row #box .my_account .content_line,
.account .row #box .my_account .content_header {
  height: 1px;
  background: #b1b1b1;
  border: 0;
  padding: 0;
}
.account .row #box .my_account .body {
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}
.account .row #box .my_account .body .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.account .row #box .my_account .body .form_input {
  width: 100%;
}
.account .row #box .my_account .body .label_spacer, .account .row #box .my_account .body .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.account .row #box .my_account .body .label_spacer.filled, .account .row #box .my_account .body .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.account .row #box .my_account .body div > input[type=text],
.account .row #box .my_account .body div > input[type=password],
.account .row #box .my_account .body div > input[type=email],
.account .row #box .my_account .body div > input[type=tel],
.account .row #box .my_account .body div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.account .row #box .my_account .body div > input[type=text].filled,
.account .row #box .my_account .body div > input[type=password].filled,
.account .row #box .my_account .body div > input[type=email].filled,
.account .row #box .my_account .body div > input[type=tel].filled,
.account .row #box .my_account .body div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.account .row #box .my_account .body div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.account .row #box .my_account .body div > select.nolabel {
  padding: 0.4em 0.75em;
}
.account .row #box .my_account .body div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.account .row #box .my_account .body div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.account .row #box .my_account .body div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.account .row #box .my_account .body div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.account .row #box .my_account .body p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.account .row #box .my_account .body p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.account .row #box .my_account .body p input[type=text],
.account .row #box .my_account .body p input[type=password],
.account .row #box .my_account .body p input[type=email],
.account .row #box .my_account .body p input[type=tel],
.account .row #box .my_account .body p textarea,
.account .row #box .my_account .body p select {
  padding: 0.7em 0.5em;
}
.account .row #box .my_account .body p input[type=text].filled,
.account .row #box .my_account .body p input[type=password].filled,
.account .row #box .my_account .body p input[type=email].filled,
.account .row #box .my_account .body p input[type=tel].filled,
.account .row #box .my_account .body p textarea.filled,
.account .row #box .my_account .body p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.account .row #box .my_account .body a {
  font-size: 1rem;
  font-weight: 600;
  color: #c70a4c;
  text-decoration: none;
}
.account .row #box .my_account .body a:hover {
  color: #222;
}
@media (max-width: 1023px) {
  .account #contentWrapper #content .rowContainer {
    padding: 0;
  }
  .account .row #box .my_account {
    border: 0;
  }
  .account .row #box .my_account .content_line,
.account .row #box .my_account .content_header {
    height: auto;
    background: transparent;
  }
  .account .row #box .my_account .myaccount_header {
    font-size: 1.5rem;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px 0;
  }
}
.signin-register-page div.content_wrapper_position {
  width: 96%;
}
.signin-register-page div.content_wrapper_position {
  width: 100%;
}
.signin-register-page div.content_wrapper {
  padding: 0;
}
.signin-register-page .button_footer_line span.privacystatement {
  display: none;
}
.signin-register-page .ag_hide {
  display: none;
}
.signin-register-page .main_content #WC_AGRewardsForm_div_5 {
  padding: 20px;
  background: #eee;
  margin: 20px 0;
}
.signin-register-page .main_content #WC_AGRewardsForm_div_5 #WC_UserRegistrationAddForm_div_52 a,
.signin-register-page .main_content #WC_AGRewardsForm_div_5 #WC_UserRegistrationAddForm_div_53 a {
  width: 255px;
  float: right;
}
@media (max-width: 1023px) {
  .signin-register-page .main_content #WC_AGRewardsForm_div_5 #WC_UserRegistrationAddForm_div_52 a,
.signin-register-page .main_content #WC_AGRewardsForm_div_5 #WC_UserRegistrationAddForm_div_53 a {
    float: none;
  }
}
.signin-register-page .main_content #WC_AGRewardsForm_div_5 .inputField {
  width: 50%;
}
.signin-register-page .main_content #WC_AGRewardsForm_div_5 .collapse p small i {
  font-size: 1.5em;
  margin: 0px 5px 0px 0px;
  bottom: -3px;
  position: relative;
}
.signin-register-page .main_content #WC_AGRewardsForm_div_5 .collapse .birthday_select_wrapper.col4.acol12 {
  padding: 0 10px 0 0;
}
.signin-register-page .main_content #WC_AGRewardsForm_div_5 .collapse .success {
  color: #43a83a;
}
.signin-register-page .main_content #WC_AGRewardsForm_div_5 .collapse .failure {
  color: #c70a4c;
}
.signin-register-page .main_content #WC_AGRewardsForm_div_5 .collapse #rewardsErrorMessage i, .signin-register-page .main_content #WC_AGRewardsForm_div_5 .collapse #rewardsErrorMessageAlreadyRegistered i {
  display: none;
}
.signin-register-page .main_content #WC_AGRewardsForm_div_5 .collapse #rewardsErrorMessage strong, .signin-register-page .main_content #WC_AGRewardsForm_div_5 .collapse #rewardsErrorMessageAlreadyRegistered strong {
  color: #FF5214;
}
.signin-register-page .main_content #WC_AGRewardsForm_div_5 .collapse #rewardsAccountSignup .successMessage {
  color: #43a83a;
}
.signin-register-page .main_content #WC_AGRewardsForm_div_5 .collapse #rewardsAccountSignup .successMessage i {
  display: none;
}
.signin-register-page .main_content #findRewardsButton {
  margin-top: 10px;
}
.signin-register-page .main_content #WC_AGRewardsForm_div_3 ul li {
  margin: 2px 0;
}
.signin-register-page .main_content #WC_AGRewardsForm_div_3 ul li i {
  color: #666666;
}
.signin-register-page .main_content > .row {
  margin: 2% auto;
}
.signin-register-page .main_content > .row .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.signin-register-page .main_content > .row .form_input {
  width: 100%;
}

.signin-register-page .main_content input {
  font-family: agenda, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 20px;
}

.signin-register-page .main_content > .row .label_spacer, .signin-register-page .main_content > .row .column_label {
  position: absolute;
  padding: 17px 0 15px 16px;
  transition: all 0.15s ease;
  pointer-events: none;
  font-family: agenda, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 20px;
}
.signin-register-page .main_content > .row .label_spacer label {
  font-weight: 500
}
.signin-register-page .main_content > .row .filled .label_spacer, .signin-register-page .main_content > .row .column_label.filled {
  font-size: 12px;
  padding: 9px 0px 0px 15px;
  font-weight: 500;
}
.signin-register-page .main_content .form_2column .column,
.signin-register-page .main_content .content .column {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
}
.signin-register-page .main_content .content .forgot-password {
  margin-top: 15px;
  font-family: agenda, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #C70A4C;
  line-height: 20px;
}
.signin-register-page .main_content > .row div > input[type=text],
.signin-register-page .main_content > .row div > input[type=password],
.signin-register-page .main_content > .row div > input[type=email],
.signin-register-page .main_content > .row div > input[type=tel],
.signin-register-page .main_content > .row div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 53px;
  width: 100%;
  margin-bottom: 0px !important;
}
.signin-register-page .main_content > .row div > input[type=text].filled,
.signin-register-page .main_content > .row div > input[type=password].filled,
.signin-register-page .main_content > .row div > input[type=email].filled,
.signin-register-page .main_content > .row div > input[type=tel].filled,
.signin-register-page .main_content > .row div > textarea.filled,
.signin-register-page .main_content > .row div > select.filled {
  padding: 24px 0.5em 9px 15px;
  font-size: 18px;
}
.signin-register-page .main_content .birthday_select_wrapper .impose-angle-down {
  content: '\f078';
  font: normal normal normal 15px/1 FontAwesome;
  color: #333333;
  right: -100%;
  height: 34px;
  padding: 15px 0px 0px 8px;
  position: relative;
  pointer-events: none;
  margin-left: -30px;
  z-index: 2;
}
.signin-register-page .main_content .birthday_select_wrapper .impose-angle-down:after {
  content: '\f078';
  font: normal normal normal 15px/1 FontAwesome;
  color: #333333;
}
.signin-register-page .main_content .birthday_select_wrapper .impose-angle-up {
  content: '\f077';
  font: normal normal normal 15px/1 FontAwesome;
  color: #333333;
  right: -100%;
  height: 34px;
  padding: 15px 0px 0px 8px;
  position: relative;
  pointer-events: none;
  margin-left: -30px;
  z-index: 2;
}
.signin-register-page .main_content .birthday_select_wrapper .impose-angle-up:after {
  content: '\f077';
  font: normal normal normal 15px/1 FontAwesome;
  color: #333333;
}
.signin-register-page .main_content .birthday_select_wrapper.filled .impose-angle-down {
  top: -8px;
  right: -100%;
  height: 34px;
  padding: 15px 0px 0px 8px;
  position: relative;
  pointer-events: none;
  margin-left: -30px;
  z-index: 2;
}
.signin-register-page .main_content .birthday_select_wrapper.filled .impose-angle-up {
  top: -8px;
  right: -100%;
  height: 34px;
  padding: 15px 0px 0px 8px;
  position: relative;
  pointer-events: none;
  margin-left: -30px;
  z-index: 2;
}
.signin-register-page .main_content > .row div > select {
  padding: 0.4em 0.2em;
  border: 1px solid #b1b1b1;
  width: 100%;
  text-transform: none;
  height: 55px;
  background-image: none;
  background-position: none;
  background-size: none;
  background-repeat: no-repeat;
  font-family: agenda, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 20px;
  margin-left: 3px;
}
.signin-register-page .main_content > .row div > select:focus {
  background-image: none;
  background-position: none;
  background-size: none;
  background-repeat: no-repeat;
}
.signin-register-page .main_content > .row div > select.nolabel {
  padding: 0.4em 0.75em;
}
.signin-register-page .main_content > .row div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.signin-register-page .main_content > .row div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.signin-register-page .main_content > .row div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.signin-register-page .main_content > .row p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.signin-register-page .main_content > .row p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.signin-register-page .main_content > .row p input[type=text],
.signin-register-page .main_content > .row p input[type=password],
.signin-register-page .main_content > .row p input[type=email],
.signin-register-page .main_content > .row p input[type=tel],
.signin-register-page .main_content > .row p textarea,
.signin-register-page .main_content > .row p select {
  padding: 0.7em 0.5em;
}
.signin-register-page .main_content > .row p input[type=text].filled,
.signin-register-page .main_content > .row p input[type=password].filled,
.signin-register-page .main_content > .row p input[type=email].filled,
.signin-register-page .main_content > .row p input[type=tel].filled,
.signin-register-page .main_content > .row p textarea.filled,
.signin-register-page .main_content > .row p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.signin-register-page .main_content > .row .signInHeading {
  font-family: agenda, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  color: #333333;
  line-height: 33px;
  margin: 0 0 10px 0;
}
@media (max-width: 79.99em) {
  .signin-register-page .main_content > .row .signInHeading {
  	padding: 0px;
  }
  .signin-register-page .main_content .rewardsBirthday h5 {
    margin-top: 0px !important;
  }
  .signin-register-page .main_content .terms {
    margin-top: 15px !important;
  }
  .signin-register-page .main_content .terms .checkboxField .p-float,
  .signin-register-page .main_content .subscription_wrapper .checkboxField .p-float {
    margin-top: -8% !important;
  }
  .signin-register-page .main_content > .row .register form .content .button_footer_line {
    padding-top: 0px !important;
  }
  .signin-register-page .main_content .button_footer_line .button_text,
  .signin-register-page .main_content .button_align .button_text {
    width: 100% !important;
  }
}
.signin-register-page .main_content > .row .signin {
  margin-left: 25%;
  width: 50%;
  border: none !important;
  padding: 2% 3%;
  border: 1px solid #b1b1b1;
}
.signin-register-page .main_content > .row .signin .row {
  margin: 0;
}
.signin-register-page .main_content > .row .signin .row .col6 {
  padding: 10px 0;
}

#WC_AccountDisplay_div_19 .impose-eye {
  margin-left: 93%;
  margin-top: 2.5%;
  position: absolute;
  z-index: 2;
  font-size: 22px !important;
}

@media (max-width: 79.99em) {
  #WC_AccountDisplay_div_19 .impose-eye {
    margin-left: 90%;
    margin-top: 4%;
  }
}

#WC_AccountDisplay_div_3 .impose-eye {
  margin-left: -3%;
  margin-top: 1.2%;
  position: absolute;
  z-index: 2;
  font-size: 22px !important;
}

#WC_AccountDisplay_div_3 .text-danger + .impose-eye {
  margin-left: 41%;
  margin-top: -4.9%;
  position: absolute;
  z-index: 2;
  font-size: 22px !important;
}

@media (max-width: 79.99em) {
  #WC_AccountDisplay_div_3 .impose-eye {
    margin-left: -11%;
    margin-top: 4%;
  }
  #WC_AccountDisplay_div_3 .text-danger + .impose-eye {
    margin-left: 86% !important;
    margin-top: -16.5% !important;
  }
}

.signin-register-page .main_content .signin .signInSubHeader {
    font-family: agenda, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
}

.signin-register-page .main_content .password-indicator li {
  padding-top: 3px;
  font-family: agenda, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 15px;
}

.signin-register-page .main_content .password-indicator li:first-child {
  padding: 15px 0 7px 0;
}

.signin-register-page .main_content .rewardsBirthday h5 {
  margin-top: 22.5px;
  font-family: agenda, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 15px;
}

.signin-register-page .main_content .password-indicator li i {
  visibility: hidden;
  color: #358523;
  padding-right: 10.5px;
}

.signin-register-page .main_content .acct-benefit li:first-child {
  padding-top: 15px;
}

.signin-register-page .main_content .acct-benefit li {
    display: table;
    margin-left: 3%;
    margin-top: -3.5%;
    font-family: agenda, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
}
.signin-register-page .main_content .acct-benefit li div {
    margin-top: -22px;
    margin-left: 25px;
}
.signin-register-page .main_content .acct-benefit li .fa-external-link {
    color: #c70a4c !important;
}
.signin-register-page .main_content .column.required {
  font-family: agenda, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 15px;
}

.signin-register-page .main_content #Logon .column.required {
  margin-top: 15px;
}
#WC_AccountDisplay_div_7 p {
  margin-bottom: 0px;
}
.signin-register-page .main_content > .row .column_label .required-field { 
  color: #333333;
}
@media (max-width: 1023px) {
  .signin-register-page .main_content > .row .signin {
    margin: 0;
    border: 0;
    padding: 2%;
    width: 100%;
  }
}
.signin-register-page .main_content > .row p label {
  font-weight: normal;
  margin-top: 15px !important;
  padding: 1em 0.7em !important;
}
.signin-register-page .main_content > .row p label.filled {
  padding: 1em 0 !important;
}
.signin-register-page .main_content > .row p input[type=text], .signin-register-page .main_content > .row p input[type=password], .signin-register-page .main_content > .row p input[type=email], .signin-register-page .main_content > .row p input[type=tel], .signin-register-page .main_content > .row p select {
  margin-top: 15px;
  height: 48px;
}
.signin-register-page .main_content > .row p textarea {
  margin-top: 15px;
}
.signin-register-page .main_content > .row .register {
  margin-left: 25%;
  width: 50%;
  border: none !important;
  padding: 2% 3%;
  border: 1px solid #b1b1b1;
}
.signin-register-page .main_content .terms {
  margin-top: 22.5px;
  padding-top: 0px;
}
.signin-register-page .main_content .terms .checkboxField strong,
.signin-register-page .main_content .subscription_wrapper .checkboxField strong {
  font-family: agenda, sans-serif;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px;
  color: #333333;
  line-height: 23px;
}
.signin-register-page .main_content .terms .checkboxField .p-float,
.signin-register-page .main_content .subscription_wrapper .checkboxField .p-float {
  margin-left: 10%;
  margin-top: -5%;
  margin-bottom: -5px;
  font-family: agenda, sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px;
  color: #151515;
  line-height: 23px;
}
.signin-register-page .main_content .subscription_wrapper .disclaimer {
  font-family: agenda, sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 15px;
  color: #151515;
  line-height: 14px;
}
.signin-register-page .main_content .button_footer_line .button_text, 
.signin-register-page .main_content .button_align .button_text {
  font-family: agenda, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF !important;
  letter-spacing: 0.36px;
  text-align: center;
  line-height: 26px;
  border-radius: 6px;
}
.signin-register-page .main_content .button_footer_line .disclaimer {
  padding-top: 15px;
  font-family: agenda, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 15px;
}
.signin-register-page .main_content .button_footer_line .disclaimer a {
  font-weight: 500;
}
@media (max-width: 1023px) {
  .signin-register-page .main_content > .row .register {
    float: none;
    width: 100%;
  }
}
.signin-register-page .main_content > .row .register form .content .button_footer_line {
  padding-top: 12px;
  padding-top: 20px;
}
.signin-register-page .main_content > .row .register form .content .button_footer_line a {
  padding-left: 2em;
  padding-right: 2em;
}
.signin-register-page .main_content > .row .register .legalStatement {
  margin-top: 10px;
}
.signin-register-page .main_content > .row .register .legalStatement a {
  text-decoration: underline;
  margin-right: 3px;
}
.signin-register-page .main_content .rewardsBirthday {
  width: 100%;
}
.signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.year {
  margin-right: 5%;
  margin-right: 0;
}
.signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.year select, 
.signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.month select,
.signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.year, 
.signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.month
{
  width: 190px;
}
@media (max-width: 79.99em) {
  .signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.year select, 
  .signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.month select,
  .signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.date select {
    width: 100% !important;
  }
}
.signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.year,
.signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.month,
.signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.date
{
  margin-right: 15px;
  padding-top: 10px;
}
.signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.date select,
.signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.date 
{
  width: 147px;
}
.signin-register-page .main_content .error_msg {
  padding-top: 20px;
  padding-bottom: 0px;  
}
.signin-register-page .main_content .text-danger {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  font-family: agenda, sans-serif;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #DC2504 !important;
  line-height: 23px !important;
}
.signin-register-page .main_content .text-info {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  font-family: agenda, sans-serif;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #348523 !important;
  line-height: 23px !important;
}
.signin-register-page .main_content .ui-state-error {
  color: #DC2504 !important;
  border-color: #DC2504 !important;
}
@media (max-width: 79.99em) {
  .signin-register-page .main_content .rewardsBirthday {
    width: 60%;
  }
  .signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.year {
    width: 118px;
    margin-right: 15px;
  }
  .signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.month {
    width: 68px;
    margin-right: 15px;
  }
  .signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.date {
    width: 68px;
  }
}
@media (max-width: 1023px) {
  .signin-register-page .main_content .rewardsBirthday {
    width: 100%;
  }
  .signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.year {
    width: 100%;
    margin-right: 0;
  }
  .signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.month {
    width: 100%;
    margin-right: 0;
  }
  .signin-register-page .main_content .rewardsBirthday .birthday_select_wrapper.date {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .signin-register-page .main_content > .row .signin {
    margin: 0;
    border: 0;
    padding: 2%;
    width: 100%;
  }
  .signin-register-page .main_content > .row .signin .row .col6 .checkbox_registration {
    float: none;
    text-align: left;
  }
  .signin-register-page .main_content > .row .register {
    margin: 0;
    padding: 2%;
    border: 0;
  }
  .signin-register-page .main_content #WC_AGRewardsForm_div_5 .collapse .inputField {
    width: 100%;
  }
  .signin-register-page .main_content #WC_AGRewardsForm_div_5 #WC_UserRegistrationAddForm_div_52, .signin-register-page .main_content #WC_AGRewardsForm_div_5 #WC_UserRegistrationAddForm_div_53 {
    padding-left: 0;
  }
}
.signin-register-page .main_content #Register .checkboxField {
  margin: 0;
}
.signin-register-page .main_content #Register .checkboxLabel {
  left: 27px;
  position: static;
}

@media (max-width: 46.79em) {
  .account-summary-page div#rewardsEmail, .membership-info-page div#rewardsEmail {
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 25px;
  }
  .account-summary-page .myaccount_section_header, .membership-info-page .myaccount_section_header {
    border-bottom: 0px !important;
  }
  .account-summary-page .order-history, .membership-info-page .order-history {
    border-bottom: 1px solid #b1b1b1;
  }
}
.account-summary-page #defaultAddress > div, .account-summary-page #defaultShipMethod > div, .account-summary-page #defaultPayment > div, .membership-info-page #defaultAddress > div, .membership-info-page #defaultShipMethod > div, .membership-info-page #defaultPayment > div {
  margin-bottom: 1px;
}
.account-summary-page #defaultAddress div:last-child, .account-summary-page #defaultShipMethod div:last-child, .account-summary-page #defaultPayment div:last-child, .membership-info-page #defaultAddress div:last-child, .membership-info-page #defaultShipMethod div:last-child, .membership-info-page #defaultPayment div:last-child {
  margin-top: 10px;
}
.account-summary-page .rowContainer, .membership-info-page .rowContainer {
  padding: 0;
}
.account-summary-page .row .addressWrapper, .membership-info-page .row .addressWrapper {
  padding: 20px;
}
.account-summary-page .row .addressWrapper #rewardsStatus .addressWrapper, .membership-info-page .row .addressWrapper #rewardsStatus .addressWrapper {
  padding: 0;
}
.account-summary-page .row .addressWrapper > div > div, .membership-info-page .row .addressWrapper > div > div {
  line-height: 1.6;
}
.account-summary-page .row #personalInterest, .membership-info-page .row #personalInterest {
  padding: 20px;
}
.account-summary-page .row #personalInterest .options h4, .membership-info-page .row #personalInterest .options h4 {
  margin: 0 0 10px 0;
}
.account-summary-page .row #personalInterest .options label, .membership-info-page .row #personalInterest .options label {
  width: 24%;
  display: block;
  float: left;
}
.account-summary-page .row #personalInterest .interest h4, .membership-info-page .row #personalInterest .interest h4 {
  padding: 20px 0 0;
}
.account-summary-page .row #personalInterest .interest select, .membership-info-page .row #personalInterest .interest select {
  width: 24% !important;
  width: 100% !important;
}
.account-summary-page .row #personalInterest .interest label, .membership-info-page .row #personalInterest .interest label {
  width: 24%;
}
.account-summary-page .row #personalInterest .update, .membership-info-page .row #personalInterest .update {
  padding: 20px 0;
}
.account-summary-page .user_name_and_tip, .membership-info-page .user_name_and_tip {
  padding: 15px 0;
  border-bottom: 1px solid #b1b1b1;
}
.account-summary-page .user_name_and_tip .myaccount_desc_title, .membership-info-page .user_name_and_tip .myaccount_desc_title {
  color: #c70a4c;
  font-size: 1.3rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-bottom: 5px solid #c70a4c;
  float: left;
  margin-right: 30px;
}
.account-summary-page .user_name_and_tip .myaccount_desc, .membership-info-page .user_name_and_tip .myaccount_desc {
  margin: 15px 0;
  border-left: 1px solid #cacaca;
  float: left;
  padding-left: 30px;
  width: 70%;
}
.account-summary-page .order-history, .membership-info-page .order-history {
  padding: 20px;
}
.account-summary-page .myaccount_section_header, .membership-info-page .myaccount_section_header {
  border: 0;
  background: transparent;
  margin: 0;
}
.account-summary-page .myaccount_section_header .recent_orderHistory_heading, .account-summary-page .myaccount_section_header .recent_subscription_heading, .membership-info-page .myaccount_section_header .recent_orderHistory_heading, .membership-info-page .myaccount_section_header .recent_subscription_heading {
  float: left;
}
.account-summary-page .myaccount_section_header .recent_orderHistory_heading .header, .account-summary-page .myaccount_section_header .recent_subscription_heading .header, .membership-info-page .myaccount_section_header .recent_orderHistory_heading .header, .membership-info-page .myaccount_section_header .recent_subscription_heading .header {
  font-size: 1rem;
  color: #c70a4c;
  height: 33px;
  line-height: 33px;
  margin: 0px;
  padding: 0px;
  padding-left: 8px;
}
.account-summary-page .myaccount_section_header .myaccount_link_view_all, .membership-info-page .myaccount_section_header .myaccount_link_view_all {
  float: right;
  height: 33px;
  line-height: 33px;
  margin: 0px;
  padding: 0px;
  padding-right: 16px;
  font-weight: 600;
  font-size: 0.8rem;
}
.account-summary-page .table_content_wrapper, .membership-info-page .table_content_wrapper {
  border: 0;
}
.account-summary-page .table_content_wrapper .order_status_table tr.column_heading, .membership-info-page .table_content_wrapper .order_status_table tr.column_heading {
  background: #F1F1F1;
  color: #000;
}
.account-summary-page .table_content_wrapper .order_status_table tr.column_heading th.li, .membership-info-page .table_content_wrapper .order_status_table tr.column_heading th.li {
  padding: 10px 5px;
  float: left;
  line-height: 1.2;
  font-weight: 600;
  font-size: 0.85rem;
}
.account-summary-page .table_content_wrapper .order_status_table tr.column_heading th.li.total_price_column_1, .membership-info-page .table_content_wrapper .order_status_table tr.column_heading th.li.total_price_column_1 {
  text-align: center;
}
.account-summary-page .table_content_wrapper .order_status_table tr.column_heading th.li.brand_store_logo, .membership-info-page .table_content_wrapper .order_status_table tr.column_heading th.li.brand_store_logo {
  text-align: center;
}
.account-summary-page .table_content_wrapper .order_status_table tr.row, .membership-info-page .table_content_wrapper .order_status_table tr.row {
  border-top: 1px solid #b1b1b1;
  border-bottom: 0;
  min-height: 30px;
}
.account-summary-page .table_content_wrapper .order_status_table tr.row else, .membership-info-page .table_content_wrapper .order_status_table tr.row else {
  border-bottom: 1px solid #b1b1b1;
}
.account-summary-page .table_content_wrapper .order_status_table tr.row td.li, .membership-info-page .table_content_wrapper .order_status_table tr.row td.li {
  float: left;
  padding: 15px 5px;
}
.account-summary-page .table_content_wrapper .order_status_table tr.row td.li span, .account-summary-page .table_content_wrapper .order_status_table tr.row td.li a, .membership-info-page .table_content_wrapper .order_status_table tr.row td.li span, .membership-info-page .table_content_wrapper .order_status_table tr.row td.li a {
  font-size: 0.85rem;
}
.account-summary-page .table_content_wrapper .order_status_table tr.row td.li.total_price_column_1, .membership-info-page .table_content_wrapper .order_status_table tr.row td.li.total_price_column_1 {
  text-align: center;
  font-weight: 600;
  color: #000;
}
.account-summary-page .table_content_wrapper .order_status_table tr.row td.li.total_price_column_1 span.price, .membership-info-page .table_content_wrapper .order_status_table tr.row td.li.total_price_column_1 span.price {
  font-weight: 600;
}
.account-summary-page .table_content_wrapper .order_status_table tr.row td.li.option_1, .membership-info-page .table_content_wrapper .order_status_table tr.row td.li.option_1 {
  float: right !important;
  text-align: right;
  margin-right: 15px;
}
.account-summary-page .table_content_wrapper .order_status_table tr.row td.li.view_details a, .membership-info-page .table_content_wrapper .order_status_table tr.row td.li.view_details a {
  font-weight: 600;
  font-size: 0.7rem !important;
}
.account-summary-page .table_content_wrapper .order_status_table tr.row td.storeLogo, .membership-info-page .table_content_wrapper .order_status_table tr.row td.storeLogo {
  text-align: center;
}
.account-summary-page .table_content_wrapper .order_status_table tr.row td.storeLogo.FP img, .membership-info-page .table_content_wrapper .order_status_table tr.row td.storeLogo.FP img {
  width: auto;
  height: 26px;
  margin: 10px auto;
}
.account-summary-page .table_content_wrapper .order_status_table tr.row td.storeLogo.HW img, .membership-info-page .table_content_wrapper .order_status_table tr.row td.storeLogo.HW img {
  width: auto;
  height: 26px;
  margin: 10px auto;
}
.account-summary-page .table_content_wrapper .order_status_table tr.row td.storeLogo.SM img, .membership-info-page .table_content_wrapper .order_status_table tr.row td.storeLogo.SM img {
  width: auto;
  height: 36px;
  margin: 5px auto;
}
.account-summary-page .table_content_wrapper .order_status_table tr.row td.storeLogo.BA img, .membership-info-page .table_content_wrapper .order_status_table tr.row td.storeLogo.BA img {
  width: auto;
  height: 47px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .account-summary-page #defaultAddress, .account-summary-page #defaultShipMethod, .account-summary-page #defaultPayment, .membership-info-page #defaultAddress, .membership-info-page #defaultShipMethod, .membership-info-page #defaultPayment {
    margin-bottom: 20px;
  }
  .account-summary-page #defaultAddress h4, .account-summary-page #defaultShipMethod h4, .account-summary-page #defaultPayment h4, .membership-info-page #defaultAddress h4, .membership-info-page #defaultShipMethod h4, .membership-info-page #defaultPayment h4 {
    margin: 10px 0;
    padding: 0;
  }
  .account-summary-page #defaultAddress div:last-child, .account-summary-page #defaultShipMethod div:last-child, .account-summary-page #defaultPayment div:last-child, .membership-info-page #defaultAddress div:last-child, .membership-info-page #defaultShipMethod div:last-child, .membership-info-page #defaultPayment div:last-child {
    margin-top: 15px;
  }
  .account-summary-page .user_name_and_tip, .membership-info-page .user_name_and_tip {
    padding: 0;
  }
  .account-summary-page .row #box .my_account, .membership-info-page .row #box .my_account {
    padding: 0 4%;
  }
  .account-summary-page .row #box .my_account .user_name_and_tip .myaccount_desc_title, .membership-info-page .row #box .my_account .user_name_and_tip .myaccount_desc_title {
    float: none;
    margin: 0;
    display: inline-block;
  }
  .account-summary-page .row #box .my_account .user_name_and_tip .myaccount_desc, .membership-info-page .row #box .my_account .user_name_and_tip .myaccount_desc {
    float: none;
    margin: 0;
    border-left: 0;
    width: 100%;
    padding: 20px 0;
  }
  .account-summary-page .row #box .my_account .order-history, .membership-info-page .row #box .my_account .order-history {
    padding: 0;
  }
  .account-summary-page .row #box .my_account .myaccount_section_header, .membership-info-page .row #box .my_account .myaccount_section_header {
    border-bottom: 1px solid #b1b1b1;
    border-top: 1px solid #b1b1b1;
    padding: 10px 0;
    height: auto;
  }
  .account-summary-page .row #box .my_account .myaccount_section_header .myaccount_link_view_all, .membership-info-page .row #box .my_account .myaccount_section_header .myaccount_link_view_all {
    line-height: 2.8;
    padding-right: 0;
  }
  .account-summary-page .row #box .my_account .table_content_wrapper .order_status_table tr.column_heading, .membership-info-page .row #box .my_account .table_content_wrapper .order_status_table tr.column_heading {
    display: none;
  }
  .account-summary-page .row #box .my_account .table_content_wrapper .order_status_table tr.row, .membership-info-page .row #box .my_account .table_content_wrapper .order_status_table tr.row {
    margin: 0;
    display: block;
    margin-top: 20px;
  }
  .account-summary-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.li, .membership-info-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.li {
    float: none;
    padding: 0;
    width: 100%;
    position: relative;
    display: block;
    padding-left: 50%;
    margin: 0;
    height: 50px;
    text-align: left;
  }
  .account-summary-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.li.view_details, .membership-info-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.li.view_details {
    float: left !important;
    text-align: left;
    margin: 0;
    margin-top: 10px;
    padding: 0;
  }
  .account-summary-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.li img, .membership-info-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.li img {
    margin: 0;
  }
  .account-summary-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.li.view_details a, .membership-info-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.li.view_details a {
    font-size: 0.85rem !important;
    margin-left: 10px;
  }
  .account-summary-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.table_td_label span, .membership-info-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.table_td_label span {
    line-height: 3;
  }
  .account-summary-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.table_td_label:before, .membership-info-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.table_td_label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    padding: 10px;
    white-space: nowrap;
    background: #F1F1F1;
  }
  .account-summary-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.store_type:before, .membership-info-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.store_type:before {
    content: "Store";
    font-weight: 600;
    color: #000;
  }
  .account-summary-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.order_number:before, .membership-info-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.order_number:before {
    content: "Order Number";
    font-weight: 600;
    color: #000;
  }
  .account-summary-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.order_date:before, .membership-info-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.order_date:before {
    content: "Order Date";
    font-weight: 600;
    color: #000;
  }
  .account-summary-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.total_price, .membership-info-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.total_price {
    text-align: left !important;
  }
  .account-summary-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.total_price:before, .membership-info-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.total_price:before {
    content: "Total Price";
    text-align: left;
    font-weight: 600;
    color: #000;
  }
  .account-summary-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.order_status:before, .membership-info-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.order_status:before {
    content: "Status";
    font-weight: 600;
    color: #000;
  }
  .account-summary-page .row #box .my_account #personalInterest .interest select, .membership-info-page .row #box .my_account #personalInterest .interest select {
    width: 40% !important;
  }
  .account-summary-page .row .addressWrapper, .membership-info-page .row .addressWrapper {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 39.79em) {
  .account-summary-page .row #box .my_account, .membership-info-page .row #box .my_account {
    padding: 0 8%;
  }
  .account-summary-page .row #box .my_account .main_header .myaccount_header, .membership-info-page .row #box .my_account .main_header .myaccount_header {
    font-size: 1.5rem;
  }
  .account-summary-page .row #box .my_account .user_name_and_tip .myaccount_desc_title, .membership-info-page .row #box .my_account .user_name_and_tip .myaccount_desc_title {
    font-size: 1.1rem;
  }
  .account-summary-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.order_status span, .membership-info-page .row #box .my_account .table_content_wrapper .order_status_table tr.row td.order_status span {
    line-height: inherit;
  }
  .account-summary-page .row #box .my_account .myaccount_section_header .myaccount_link_view_all, .membership-info-page .row #box .my_account .myaccount_section_header .myaccount_link_view_all {
    line-height: 4.8;
    padding-right: 0;
  }
  .account-summary-page .row #box .my_account #personalInterest, .membership-info-page .row #box .my_account #personalInterest {
    padding: 20px;
  }
  .account-summary-page .row #box .my_account #personalInterest .options h4, .membership-info-page .row #box .my_account #personalInterest .options h4 {
    margin: 0 0 10px 0;
  }
  .account-summary-page .row #box .my_account #personalInterest .options label, .membership-info-page .row #box .my_account #personalInterest .options label {
    width: 100%;
  }
  .account-summary-page .row #box .my_account #personalInterest .interest h4, .membership-info-page .row #box .my_account #personalInterest .interest h4 {
    padding: 20px 0 0;
  }
  .account-summary-page .row #box .my_account #personalInterest .interest select, .membership-info-page .row #box .my_account #personalInterest .interest select {
    width: 100% !important;
  }
  .account-summary-page .row #box .my_account #personalInterest .interest label, .membership-info-page .row #box .my_account #personalInterest .interest label {
    width: 100%;
  }
  .account-summary-page .row #box .my_account #personalInterest .update, .membership-info-page .row #box .my_account #personalInterest .update {
    padding: 20px 0;
  }
}
.personal-information-page #Register br[clear=all] {
  display: none;
}
.personal-information-page #Register #personalInfoEditMode {
  margin-top: 20px;
}
.personal-information-page #Register #personalInfoEditMode input[type=password] {
  width: 100%;
}
.personal-information-page #Register h3 {
  letter-spacing: -0.5px;
  line-height: 1.6;
}
.personal-information-page #Register h3:not(:first-of-type) {
  padding-top: 12px;
}
.personal-information-page #Register a#personalInfoEdit {
  padding-top: 6px;
  font-size: 0.85em;
  display: inline-block;
}
.personal-information-page #Register label[for=WC_UserRegistrationAddForm_FormInput_gender_In_Register_1] {
  display: block;
  clear: both;
  padding-top: 12px;
}
.personal-information-page #Register .birthday_label {
  font-weight: bold;
  padding: 12px 0px 8px 0;
}
.personal-information-page #Register .birthday_label a {
  font-weight: normal !important;
}
.personal-information-page .row h1, .personal-information-page .row h2, .personal-information-page .row h3, .personal-information-page .row h4, .personal-information-page .row h5, .personal-information-page .row h6 {
  color: #000;
}
.personal-information-page .row h3 {
  font-size: 21px;
}
.personal-information-page .row #box .my_account {
  padding: 0 4%;
}
.personal-information-page .row #box .my_account .body #personalInfoReadMode {
  /*br:first-of-type {
  	display: none;
  }*/
}
.personal-information-page .row #box .my_account .body #personalInfoReadMode #partyUserName, .personal-information-page .row #box .my_account .body #personalInfoReadMode #userAccountId, .personal-information-page .row #box .my_account .body #personalInfoReadMode #userCredentials, .personal-information-page .row #box .my_account .body #personalInfoReadMode #quickCheckoutProfileAddress {
  padding-bottom: 20px;
}
.personal-information-page .row #box .my_account .body #personalInfoReadMode #partyUserName div:last-child, .personal-information-page .row #box .my_account .body #personalInfoReadMode #userAccountId div:last-child, .personal-information-page .row #box .my_account .body #personalInfoReadMode #userCredentials div:last-child, .personal-information-page .row #box .my_account .body #personalInfoReadMode #quickCheckoutProfileAddress div:last-child {
  margin-top: 5px;
}
.personal-information-page .row #box .my_account .body #personalInfoReadMode .firstName, .personal-information-page .row #box .my_account .body #personalInfoReadMode .lastName {
  margin-right: 5px;
}
.personal-information-page .row #box .my_account .body #personalInfoReadMode #quickCheckoutProfileAddress #viewAddessArea > div {
  margin-bottom: 1px;
}
.personal-information-page .row #box .my_account .body #personalInfoReadMode #quickCheckoutProfileAddress #viewAddessArea .dijitContentPane {
  display: block;
  overflow: initial;
}
.personal-information-page .row #box .my_account .body #personalInfoReadMode #editAddressArea .dijitContentPane {
  display: block;
  overflow: initial;
}
.personal-information-page .row #box .my_account .body #personalInfoReadMode #editAddressArea #addressEditForm .edit_personal_information_wrapper_address .row {
  margin: 0;
}
.personal-information-page .row #box .my_account .body #personalInfoReadMode #editAddressArea #addressEditForm #centered_single_column_form_footer {
  padding: 10px 25px 20px 0;
  text-align: left;
}
.personal-information-page .row #box .my_account .body #personalInfoReadMode a {
  color: #c70a4c;
}
.personal-information-page .row #box .my_account .body div > input[type=password] {
  width: 50%;
}
.personal-information-page .row #box .my_account .body div > input[type=password].half_width {
  width: 50%;
}
.personal-information-page .row #box .my_account .body .hide {
  display: none;
}
.personal-information-page .row #box .my_account .body .column table.inputField.dijitSelect {
  padding: 0;
  margin: 8px 0;
  border-width: 2px;
  position: relative;
}
.personal-information-page .row #box .my_account .body .column table.inputField.dijitSelect .dijitButtonContents {
  width: 100%;
}
.personal-information-page .row #box .my_account .body .column table.inputField.dijitSelect .dijitButtonContents .dijitButtonText {
  padding: 19px 25px 3px 6px;
  font-size: 1rem;
}
.personal-information-page .row #box .my_account .body .column table.inputField.dijitSelect .dijitDownArrowButton {
  position: absolute;
  width: 25px;
  right: 10px;
  top: 32px;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .content_line {
  display: none;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info {
  padding: 25px 0;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .optional {
  font-style: normal;
  font-weight: 500;
  font-size: 1.3rem;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .childrenAdded {
  padding-top: 20px;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .row {
  margin-left: 0;
  margin-right: 0;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .padding_top_bottom {
  padding: 15px 0;
  padding: 2px 0;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .padding_top_bottom.child_gender, .personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .padding_top_bottom.relation_with_child {
  padding: 5px 0;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info label {
  margin-right: 25px;
  font-weight: normal;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper {
  position: relative;
  line-height: 28px;
  padding: 10px 10px 10px 50px;
  background-color: #e8eef3;
  margin-top: 10px;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper .gift_icon_wrapper {
  position: absolute;
  left: 15px;
  top: 10px;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper .gift_icon_wrapper .glyphicon-gift {
  color: #c70a4c;
  font-size: 1.5rem;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper .gift_text {
  font-weight: bold;
  font-style: italic;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper:after {
  content: "";
  position: absolute;
  background: url("/wcsstore/MattelSAS/images/children_information_end.png") no-repeat;
  background-position: 0px 1px;
  height: 104%;
  width: 15px;
  background-size: 100% 100%;
  right: -15px;
  top: -2px;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .childName {
  max-width: 50%;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_select_wrapper {
  display: inline-block;
  margin-right: 10px;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_duedate_select {
  width: 185px !important;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_month_select, .personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_date_select {
  width: 100px !important;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_add_remove_link {
  font-size: 1em;
  font-weight: bold;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .add_child_wrapper a {
  padding: 5px;
}
@media (max-width: 1023px) {
  .personal-information-page .row h3 {
    font-size: 1.3rem;
    padding: 0;
  }
  .personal-information-page .childName {
    max-width: 100%;
  }
  .personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .add_child_wrapper {
    padding: 25px 0;
  }
}
@media (max-width: 46.8em) {
  .personal-information-page .row {
    margin-left: 0;
    margin-right: 0;
  }
  .personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper {
    padding: 10px 100px 10px 52px;
    line-height: 16px;
  }
  .personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper .glyphicon-gift {
    font-size: 2rem;
  }
  .personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .hidden-lg {
    display: none;
  }
  .personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .padding_top_bottom {
    padding: 5px 0;
  }
  .personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .add_child_wrapper {
    border-bottom: 0;
    border-top: 0;
  }
  .personal-information-page .row #box .my_account .body #personalInfoReadMode #editAddressArea #addressEditForm #centered_single_column_form_footer {
    padding-right: 0px;
  }
  .personal-information-page .row #box .my_account .body #personalInfoReadMode #partyUserName h3, .personal-information-page .row #box .my_account .body #personalInfoReadMode #userAccountId h3, .personal-information-page .row #box .my_account .body #personalInfoReadMode #userCredentials h3, .personal-information-page .row #box .my_account .body #personalInfoReadMode #quickCheckoutProfileAddress h3 {
    padding: 5px 0;
  }
}
@media (max-width: 40.06em) {
  .personal-information-page .row #box .my_account {
    padding: 0 8%;
  }
  .personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info label {
    margin-right: 0;
    margin-bottom: 10px;
    width: 49%;
    vertical-align: top;
  }
  .personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper {
    padding-right: 5px;
    margin-right: 15px;
  }
  .personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_select_wrapper {
    margin-right: 5px;
  }
  .personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_duedate_select {
    width: 120px !important;
  }
  .personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_month_select, .personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_date_select {
    width: 70px !important;
  }
}
@media (max-width: 23.43em) {
  .personal-information-page .row #box .my_account .body #centered_single_column_form_footer {
    padding-right: 0;
  }
  .personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_select_wrapper {
    margin-right: 0;
  }
}

.address-book-page form .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.address-book-page form .form_input {
  width: 100%;
}
.address-book-page form .label_spacer, .address-book-page form .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.address-book-page form .label_spacer.filled, .address-book-page form .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.address-book-page form div > input[type=text],
.address-book-page form div > input[type=password],
.address-book-page form div > input[type=email],
.address-book-page form div > input[type=tel],
.address-book-page form div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.address-book-page form div > input[type=text].filled,
.address-book-page form div > input[type=password].filled,
.address-book-page form div > input[type=email].filled,
.address-book-page form div > input[type=tel].filled,
.address-book-page form div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.address-book-page form div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.address-book-page form div > select.nolabel {
  padding: 0.4em 0.75em;
}
.address-book-page form div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.address-book-page form div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.address-book-page form div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.address-book-page form div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.address-book-page form p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.address-book-page form p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.address-book-page form p input[type=text],
.address-book-page form p input[type=password],
.address-book-page form p input[type=email],
.address-book-page form p input[type=tel],
.address-book-page form p textarea,
.address-book-page form p select {
  padding: 0.7em 0.5em;
}
.address-book-page form p input[type=text].filled,
.address-book-page form p input[type=password].filled,
.address-book-page form p input[type=email].filled,
.address-book-page form p input[type=tel].filled,
.address-book-page form p textarea.filled,
.address-book-page form p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.address-book-page .button_footer_line {
  float: none;
  padding-top: 10px;
  padding-bottom: 20px;
}
.address-book-page .address_and_shippingMethod_container {
  margin: auto;
}
.address-book-page .additional_addresses_wrapper ul {
  padding: 0;
  margin: auto;
}
.address-book-page .additional_addresses_wrapper ul li {
  float: left;
  margin-bottom: 20px;
  min-height: 140px;
}
.address-book-page .row #box .my_account {
  padding: 0 4%;
}
.address-book-page .row #box .my_account .newAddress a, .address-book-page .row #box .my_account #addNewCancel a {
  margin: 25px 0;
}
.address-book-page .row #box .my_account .defaultAddress > div, .address-book-page .row #box .my_account .addressBookDetails {
  margin-bottom: 1px;
}
.address-book-page .row #box .my_account .add_address_form_wrapper .column.firstName, .address-book-page .row #box .my_account .add_address_form_wrapper .column.lastName, .address-book-page .row #box .my_account .add_address_form_wrapper .column.middleName, .address-book-page .row #box .my_account .add_address_form_wrapper .column.address, .address-book-page .row #box .my_account .add_address_form_wrapper .column.email {
  width: 100%;
  clear: both;
}
.address-book-page .row #box .my_account .add_address_form_wrapper .column.addressType .column_label {
  position: relative;
  padding: 1% 0 1% 0;
}
.address-book-page .row #box .my_account .add_address_form_wrapper .column.country, .address-book-page .row #box .my_account .add_address_form_wrapper .column.state, .address-book-page .row #box .my_account .add_address_form_wrapper .column.zip {
  float: left;
  min-width: 48%;
  width: 48%;
  margin-right: 2%;
}
.address-book-page .row #box .my_account .add_address_form_wrapper .column.phone {
  float: left;
  clear: both;
  min-width: 48%;
  width: 48%;
  margin-right: 2%;
}
.address-book-page .row #box .my_account .add_address_form_wrapper .column.child {
  padding: 2% 0 0 0;
  clear: both;
}
.address-book-page .row #box .my_account .add_address_form_wrapper .column.child .column_label {
  text-transform: none;
}
.address-book-page .row #box .my_account .add_address_form_wrapper .column.firstName input[readonly], .address-book-page .row #box .my_account .add_address_form_wrapper .column.lastName input[readonly] {
  background-color: #ebebe4;
}
.address-book-page .row #box .my_account .add_address_form_wrapper .whyPhoneNumber {
  float: left;
  line-height: 3.5;
  display: inline-block !important;
}
.address-book-page .row #box .my_account .add_address_form_wrapper #AVSDialog {
  box-shadow: none;
  border: 0;
  background: transparent;
}
.address-book-page .row #box .my_account .add_address_action_buttons {
  margin-bottom: 25px;
}
.address-book-page .row #box .my_account .add_address_action_buttons .add_address_button_wrapper {
  display: inline-block;
}
.address-book-page .row #box .my_account .add_address_action_buttons .cancel_add_address_button {
  display: inline-block;
  margin-left: 25px;
}
.address-book-page .row #box .my_account .address_and_shippingMethod_container {
  padding: 25px 0;
  border-bottom: 1px solid #b1b1b1;
}
.address-book-page .row #box .my_account .address_and_shippingMethod_container .address .edit {
  padding-top: 10px;
}
.address-book-page .row #box .my_account .address_and_shippingMethod_container .address .edit a {
  color: #c70a4c;
}
.address-book-page .row #box .my_account .address_and_shippingMethod_container .shippingMethod label {
  font-weight: normal;
  margin-bottom: 0px;
}
.address-book-page .row #box .my_account .address_and_shippingMethod_container .shippingMethod label span:before {
  vertical-align: middle;
  top: 0;
}
.address-book-page .row #box .my_account .address_and_shippingMethod_container:after {
  content: "";
  display: block;
  clear: both;
}
.address-book-page .row #box .my_account .address_and_shippingMethod_container .address .edit a{
	display:block;
	float:left;
	margin-right:8px;
}
.address-book-page .row #box .my_account .additional_addresses_wrapper {
  padding: 25px 0;
}
.address-book-page .row #box .my_account .additional_addresses_wrapper .addressBookDetails .edit {
  padding-top: 10px;
}
.address-book-page .row #box .my_account .additional_addresses_wrapper .addressBookDetails .edit a {
  color: #c70a4c;
}
@media (max-width: 1023px) {
  .address-book-page .dijitDialog {
    height: auto !important;
    width: 95% !important;
    top: 40% !important;
    left: 2.5% !important;
  }
  .address-book-page .dijitDialog .delete_confirmation_footer .button_container {
    text-align: center;
  }
  .address-book-page .dijitDialog .delete_confirmation_footer .button_container > a {
    float: none;
    margin-bottom: 5px;
  }
  .address-book-page .row #box .my_account {
    padding: 0 8%;
  }
  .address-book-page .row #box .my_account h4 {
    padding: 1em 0;
  }
  .address-book-page .row #box .my_account .newAddress {
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
  }
  .address-book-page .row #box .my_account .newAddress a {
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
  }
  .address-book-page .row #box .my_account .address_and_shippingMethod_container .shippingMethod {
    padding-top: 25px;
  }
  .address-book-page .row #box .my_account .add_address_form_wrapper .column.firstName, .address-book-page .row #box .my_account .add_address_form_wrapper .column.lastName, .address-book-page .row #box .my_account .add_address_form_wrapper .column.middleName, .address-book-page .row #box .my_account .add_address_form_wrapper .column.address, .address-book-page .row #box .my_account .add_address_form_wrapper .column.email, .address-book-page .row #box .my_account .add_address_form_wrapper .column.country, .address-book-page .row #box .my_account .add_address_form_wrapper .column.state, .address-book-page .row #box .my_account .add_address_form_wrapper .column.zip, .address-book-page .row #box .my_account .add_address_form_wrapper .column.phone {
    float: none;
    min-width: 100%;
    width: 100%;
  }
  .address-book-page .row #box .my_account .add_address_form_wrapper .column.country select, .address-book-page .row #box .my_account .add_address_form_wrapper .column.state select {
    max-width: 100% !important;
  }
}

.email-preferences-page .my_account .container {
  width: 100%;
  padding: 0;
  margin: 1% 0;
}
.email-preferences-page .button_footer_line {
  padding-top: 10px;
}
.email-preferences-page #WC_EmailPreferences_div_4 h4 {
  margin-bottom: -5px;
}
.email-preferences-page #WC_EmailPreferences_div_4 .col4.acol6 {
  margin-bottom: 5px;
}
.email-preferences-page #WC_EmailPreferences_div_8 {
  padding-top: 10px;
}
.email-preferences-page #WC_EmailPreferences_div_8 .checkboxField {
  margin-right: 12px;
  display: inline-block;
}
.email-preferences-page #ContactPreferences {
  padding-top: 20px;
}
.email-preferences-page #ContactPreferences h4 {
  padding: 8px 0;
  font-weight: 500;
  clear: both;
  margin-top: 15px;
}
.email-preferences-page #ContactPreferences h4.normal {
  font-weight: normal;
  font-size: 17px;
}
.email-preferences-page #ContactPreferences .optionsWrapper > div {
  padding: 8px 0;
}
.email-preferences-page #ContactPreferences .preferences {
  margin-top: 30px;
}
.email-preferences-page .emailHeading {
  margin-top: 20px;
}
.email-preferences-page .emailHeading h4 {
  padding: 8px 0;
  font-weight: 500;
}
.email-preferences-page .emailHeading span {
  font-weight: 500;
}
.email-preferences-page .emailHeading.row {
  margin: 0;
}
.email-preferences-page .customizeEmailInstructions, .email-preferences-page .guest-contact-preferences-page .container #EmailPreferencesForm .unSubscribeEmailsInstructions, .email-preferences-page .guest-contact-preferences-page .container #unSubscribeEmailForm .unSubscribeEmailsInstructions, .guest-contact-preferences-page .container #EmailPreferencesForm .email-preferences-page .unSubscribeEmailsInstructions, .guest-contact-preferences-page .container #unSubscribeEmailForm .email-preferences-page .unSubscribeEmailsInstructions {
  margin: 10px 0;
}
.email-preferences-page .preferences {
  padding-top: 15px;
}
.email-preferences-page .preferences .optionsWrapper .acol6 {
  margin-left: 15px;
}
@media (max-width: 1023px) {
  .email-preferences-page .emailHeading {
    padding: 20px 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
  .email-preferences-page .emailHeading h4 {
    margin-bottom: 5px;
  }
  .email-preferences-page #WC_EmailPreferences_div_41 h4 {
    padding: 8px 0;
  }
}
@media (max-width: 49.99em) {
  .email-preferences-page .emailHeading h4 {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
  }
  .email-preferences-page #WC_EmailPreferences_div_4 h4 {
    padding: 0;
    margin: 0;
  }
  .email-preferences-page #WC_EmailPreferences_div_4 .customizeEmailInstructions, .email-preferences-page #WC_EmailPreferences_div_4 .guest-contact-preferences-page .container #EmailPreferencesForm .unSubscribeEmailsInstructions, .email-preferences-page #WC_EmailPreferences_div_4 .guest-contact-preferences-page .container #unSubscribeEmailForm .unSubscribeEmailsInstructions, .guest-contact-preferences-page .container #EmailPreferencesForm .email-preferences-page #WC_EmailPreferences_div_4 .unSubscribeEmailsInstructions, .guest-contact-preferences-page .container #unSubscribeEmailForm .email-preferences-page #WC_EmailPreferences_div_4 .unSubscribeEmailsInstructions {
    margin: 15px 0 10px 0;
  }
  .email-preferences-page #WC_EmailPreferences_div_4 .col4.acol6 {
    margin-bottom: 5px;
  }
  .email-preferences-page .preferences {
    padding-top: 20px;
  }
}
@media (max-width: 39.79em) {
  .email-preferences-page .preferences .optionsWrapper .acol6 {
    margin-left: initial;
  }
  .email-preferences-page .preferences .optionsWrapper .acol6 label span {
    white-space: nowrap;
    font-size: 0.9em;
  }
}

.order-history-page .row .addressWrapper.myAccountContent {
  margin-bottom: 25px;
}
.order-history-page .row .addressWrapper.upgradeHeader {
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .order-history-page .row .addressWrapper.upgradeHeader {
    display: inline-block;
    width: 100%;
  }
}
.order-history-page .row .addressWrapper.upgradeHeader h4 {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 2em;
  font-size: 1.313em;
}
.order-history-page .row .addressWrapper.upgradeWrapper {
  padding-top: 0;
}
.order-history-page .row .addressWrapper.upgradeWrapper .rewardsPointsBoard {
  min-height: 120px;
  width: 250px;
  float: left;
  text-align: center;
  border: 1px solid #b2b3b4;
}
.order-history-page .row .addressWrapper.upgradeWrapper .rewardsPointsBoard .rewardsPointBoardHeader {
  background: #717273;
  color: #ffffff;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.order-history-page .row .addressWrapper.upgradeWrapper .rewardsPointsBoard .rewardsPoints {
  font-size: 4em;
  line-height: normal;
}
.order-history-page #content #box .my_account .body {
  padding-top: 10px;
}
.order-history-page #content #box .my_account .body div > select {
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-history-page #content #box .my_account .headingtext {
  float: none;
}
.order-history-page #content #box .my_account .filterOrdersHistory {
  margin-bottom: 10px;
}
.order-history-page #content #box .my_account .filterOrdersHistory .dateFilterLabel {
  width: 140px;
  float: left;
  position: relative;
  top: 25px;
  font-weight: 600;
  font-size: 0.85rem;
  margin-right: 2%;
}
.order-history-page #content #box .my_account .filterOrdersHistory .dateFilterDropDown {
  width: 20%;
  float: left;
  margin-right: 2%;
}
.order-history-page #content #box .my_account .filterOrdersHistory .searchFilterInputField {
  width: 57%;
  float: left;
  position: relative;
}
@media (max-width: 79.99em) {
  .order-history-page #content #box .my_account .filterOrdersHistory .searchFilterInputField {
    width: 53%;
  }
}
.order-history-page #content #box .my_account .filterOrdersHistory .searchFilterInputField input {
  width: 95%;
  margin: 0 2%;
  position: relative;
  top: 10px;
  border: 1px solid #b1b1b1;
  border-radius: 0;
  padding: 10px 20px;
  top: 8px;
  padding: 0.8em 0.75em;
}
.order-history-page #content #box .my_account .filterOrdersHistory .searchFilterInputField i {
  position: absolute;
  top: 15px;
  right: 3.8%;
  background: transparent;
  padding: 9px;
  border-radius: 20px;
  color: #666;
}
.order-history-page #content #box .my_account .order_status_table tr.column_heading {
  background: #F1F1F1;
  color: #000;
}
.order-history-page #content #box .my_account .order_status_table tr.column_heading th.li {
  padding: 10px 5px;
  float: left;
  line-height: 1.2;
  font-weight: 600;
  font-size: 0.85rem;
}
.order-history-page #content #box .my_account .order_status_table tr.column_heading th.li.total_price_column_1 {
  text-align: center;
}
.order-history-page #content #box .my_account .order_status_table tr.column_heading th.li.brand_store_logo {
  text-align: center;
}
.order-history-page #content #box .my_account .order_status_table tr.row {
  border-bottom: 1px solid #b1b1b1;
  min-height: 30px;
}
.order-history-page #content #box .my_account .order_status_table tr.row td.li {
  float: left;
  padding: 12px 5px;
}
.order-history-page #content #box .my_account .order_status_table tr.row td.li span, .order-history-page #content #box .my_account .order_status_table tr.row td.li a {
  font-size: 0.85rem;
}
.order-history-page #content #box .my_account .order_status_table tr.row td.li.total_price_column_1 {
  text-align: center;
  font-weight: 600;
  color: #000;
}
.order-history-page #content #box .my_account .order_status_table tr.row td.li.total_price_column_1 span.price {
  font-weight: 600;
}
.order-history-page #content #box .my_account .order_status_table tr.row td.li.option_1 {
  float: right !important;
  text-align: right;
  margin-right: 15px;
}
.order-history-page #content #box .my_account .order_status_table tr.row td.li.view_details a {
  font-weight: 600;
  font-size: 0.7rem;
  color: #c70a4c;
}
.order-history-page #content #box .my_account .order_status_table tr.row td.storeLogo {
  text-align: center;
}
.order-history-page #content #box .my_account .order_status_table tr.row td.storeLogo.FP img {
  width: auto;
  height: 26px;
  margin: 10px auto;
}
.order-history-page #content #box .my_account .order_status_table tr.row td.storeLogo.HW img {
  width: auto;
  height: 26px;
  margin: 10px auto;
}
.order-history-page #content #box .my_account .order_status_table tr.row td.storeLogo.SM img {
  width: auto;
  height: 36px;
  margin: 5px auto;
}
.order-history-page #content #box .my_account .order_status_table tr.row td.storeLogo.BA img {
  width: auto;
  height: 47px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .order-history-page #content {
    margin-top: 0;
  }
  .order-history-page #content .rowContainer {
    padding: 0;
  }
  .order-history-page #content #box {
    padding: 0 8%;
  }
  .order-history-page #content #box .my_account .headingtext .main_header_text {
    margin: 0 4%;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .order-history-page #content #box .my_account .filterOrdersHistory {
    border-bottom: 1px solid #b1b1b1;
    margin: 0 4%;
    padding-bottom: 10px;
  }
  .order-history-page #content #box .my_account .filterOrdersHistory .dateFilterLabel {
    width: 46%;
    float: left;
    position: relative;
    top: 25px;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 30px;
  }
  .order-history-page #content #box .my_account .filterOrdersHistory .dateFilterDropDown {
    width: 50%;
    float: left;
    margin: 0;
  }
  .order-history-page #content #box .my_account .filterOrdersHistory .searchFilterInputField {
    width: 100%;
    position: relative;
    float: none;
    margin-bottom: 20px;
    display: inline-block;
  }
  .order-history-page #content #box .my_account .filterOrdersHistory .searchFilterInputField input {
    width: 100%;
    margin: 0;
    position: relative;
    top: 10px;
    border: 1px solid #b1b1b1;
    border-radius: 0;
    padding: 10px 20px;
  }
  .order-history-page #content #box .my_account .filterOrdersHistory .searchFilterInputField i {
    position: absolute;
    right: 0.9%;
    background: transparent;
    padding: 8px;
    border-radius: 20px;
    color: #666;
    top: 16px;
  }
  .order-history-page #content #box .my_account .order_status_table tr.column_heading {
    display: none;
  }
  .order-history-page #content #box .my_account .order_status_table tr.row {
    margin: 0 4%;
    display: block;
    margin-top: 20px;
  }
  .order-history-page #content #box .my_account .order_status_table tr.row td.li {
    float: none;
    padding: 0;
    width: 100%;
    position: relative;
    display: block;
    padding-left: 50%;
    margin: 0;
    height: 50px;
    text-align: left;
  }
  .order-history-page #content #box .my_account .order_status_table tr.row td.li.view_details {
    float: left !important;
    text-align: left;
    margin-left: 2%;
    margin-top: 10px;
    padding: 0;
  }
  .order-history-page #content #box .my_account .order_status_table tr.row td.li.view_details a {
    font-size: 0.85rem;
    margin-left: 10px;
  }
  .order-history-page #content #box .my_account .order_status_table tr.row td.table_td_label span {
    line-height: 3;
  }
  .order-history-page #content #box .my_account .order_status_table tr.row td.table_td_label:before {
    position: absolute;
    top: 0;
    left: 2%;
    width: 45%;
    padding: 10px;
    white-space: nowrap;
    background: #F1F1F1;
    font-size: 0.85rem;
  }
  .order-history-page #content #box .my_account .order_status_table tr.row td.storeLogo img {
    margin: 0 !important;
  }
  .order-history-page #content #box .my_account .order_status_table tr.row td.store_type:before {
    content: "Store";
    font-weight: 600;
    color: #000;
  }
  .order-history-page #content #box .my_account .order_status_table tr.row td.order_number:before {
    content: "Order Number";
    font-weight: 600;
    color: #000;
  }
  .order-history-page #content #box .my_account .order_status_table tr.row td.order_date:before {
    content: "Order Date";
    font-weight: 600;
    color: #000;
  }
  .order-history-page #content #box .my_account .order_status_table tr.row td.total_price {
    text-align: left !important;
  }
  .order-history-page #content #box .my_account .order_status_table tr.row td.total_price:before {
    content: "Total Price";
    text-align: left;
    font-weight: 600;
    color: #000;
  }
  .order-history-page #content #box .my_account .order_status_table tr.row td.order_status:before {
    content: "Status";
    font-weight: 600;
    color: #000;
  }
}
@media (max-width: 39.79em) {
  .order-history-page #content #box .my_account .filterOrdersHistory .dateFilterLabel {
    width: 41%;
    font-size: 0.8rem;
  }
  .order-history-page #content #box .my_account .filterOrdersHistory .dateFilterDropDown {
    width: 57%;
  }
  .order-history-page #content #box .my_account .filterOrdersHistory .searchFilterInputField i {
    right: 1.9%;
  }
}
.order-details-page #widget_breadcrumb {
  display: none;
}
.order-details-page #content .order_details_content {
  margin: 0;
}
.order-details-page #content .order_details_content .myaccount_header {
  margin: 0;
  background: transparent;
  border: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #b1b1b1;
}
.order-details-page #content .order_details_content .headingtext {
  float: none;
}
.order-details-page #content .order_details_content .headingtext .main_header_text {
  font-size: 21px;
  height: auto;
  margin: 0;
  padding: 0;
  color: #009db5;
}
.order-details-page #content .order_details_content .headingtext .backButton {
  color: #666;
  font-weight: 600;
  font-style: italic;
  margin: -10px 0px 10px 0px;
  display: block;
}
.order-details-page #content .order_details_content .orderInfo {
  padding: 20px;
}
.order-details-page #content .order_details_content .orderInfo dl {
  float: left;
  width: 300px;
}
.order-details-page #content .order_details_content .orderInfo dl dt {
  float: left;
  display: inline-block;
}
.order-details-page #content .order_details_content .orderInfo img {
  margin-left: 50px;
}
.order-details-page #content .order_details_content .orderInfo img.FP {
  width: auto;
  height: 26px;
}
.order-details-page #content .order_details_content .orderInfo img.HW {
  width: auto;
  height: 26px;
}
.order-details-page #content .order_details_content .orderInfo img.SM {
  width: auto;
  height: 36px;
}
.order-details-page #content .order_details_content .orderInfo img.BA {
  width: auto;
  height: 47px;
}
.order-details-page #content .order_details_content .orderedItems .item {
  width: 100%;
  display: table;
  margin: 0;
  border-bottom: 1px solid #b1b1b1;
}
.order-details-page #content .order_details_content .orderedItems .item.header {
  border: 0;
}
.order-details-page #content .order_details_content .orderedItems .item.header .col1, .order-details-page #content .order_details_content .orderedItems .item.header .col2, .order-details-page #content .order_details_content .orderedItems .item.header .col4 {
  background: #F1F1F1;
  color: #777;
  line-height: 0;
  font-weight: 600;
  font-size: 0.85rem;
}
.order-details-page #content .order_details_content .orderedItems .item .col1, .order-details-page #content .order_details_content .orderedItems .item .col2, .order-details-page #content .order_details_content .orderedItems .item .col4 {
  text-align: left;
  padding: 15px 10px;
}
.order-details-page #content .order_details_content .orderedItems .item .col1 img, .order-details-page #content .order_details_content .orderedItems .item .col2 img, .order-details-page #content .order_details_content .orderedItems .item .col4 img {
  float: left;
  width: 108px;
  height: 34px;
}
.order-details-page #content .order_details_content .orderedItems .item .col1 .tackingLink, .order-details-page #content .order_details_content .orderedItems .item .col2 .tackingLink, .order-details-page #content .order_details_content .orderedItems .item .col4 .tackingLink {
  font-weight: 600;
  font-size: 0.9rem;
}
.order-details-page #content .order_details_content .orderedItems .item .qty {
  text-align: center;
}
.order-details-page #content .order_details_content .orderedItems .item .each, .order-details-page #content .order_details_content .orderedItems .item .total {
  text-align: right;
}
.order-details-page #content .order_details_content .orderedItems .item .orderedProductWrapper .orderedProductImage {
  width: 27%;
  margin-right: 3%;
  float: left;
}
.order-details-page #content .order_details_content .orderedItems .item .orderedProductWrapper .orderedProductImage img {
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.order-details-page #content .order_details_content .orderedItems .item .orderedProductWrapper .orderedProductDetailsWrapper {
  float: right;
  text-align: left;
  width: 70%;
  font-size: 0.85rem;
}
.order-details-page #content .order_details_content .orderedItems .item .orderedProductWrapper .orderedProductDetailsWrapper .productName {
  margin: 0;
  font-weight: 600;
}
.order-details-page #content .order_details_content .orderedItems .item .orderedProductWrapper .orderedProductDetailsWrapper .productDetails dt {
  display: block;
}
.order-details-page #content .order_details_content .orderedItems .item .orderedProductWrapper .orderedProductDetailsWrapper .productDetails dd {
  display: inline-block;
  float: left;
}
.order-details-page #content .order_details_content .orderSummary {
  padding: 0;
  padding-bottom: 20px;
}
.order-details-page #content .order_details_content .orderSummary .priceSummary {
  float: right;
  width: 30%;
  margin: 20px 10px 20px 0px;
}
.order-details-page #content .order_details_content .orderSummary .priceSummary dt {
  width: 60%;
  float: left;
  font-weight: normal;
}
.order-details-page #content .order_details_content .orderSummary .priceSummary dt.orderTotal {
  font-weight: 600;
}
.order-details-page #content .order_details_content .orderSummary .priceSummary dd {
  width: 40%;
  float: right;
}
.order-details-page #content .order_details_content .orderSummary .priceSummary dd.orderTotal {
  font-weight: 600;
}
.order-details-page #content .order_details_content .shipping_information_wrapper {
  border-bottom: 1px solid #b1b1b1;
  text-align: left;
}
.order-details-page #content .order_details_content .shipping_information_wrapper .shipping_information_heading {
  margin: 10px 0 0 20px;
}
.order-details-page #content .order_details_content .shipping_information_wrapper dl {
  float: left;
  margin-left: 20px;
}
.order-details-page #content .order_details_content .shipping_information_wrapper dl dt {
  margin: 10px 0;
}
.order-details-page #content .order_details_content .shipping_information_wrapper dl dd {
  font-size: 0.9rem;
}
.order-details-page #content .order_details_content .billing_information_wrapper {
  border-bottom: 1px solid #b1b1b1;
  text-align: left;
}
.order-details-page #content .order_details_content .billing_information_wrapper .billing_information_heading {
  margin: 10px 0 0 20px;
}
.order-details-page #content .order_details_content .billing_information_wrapper dl {
  float: left;
  margin-left: 20px;
}
.order-details-page #content .order_details_content .billing_information_wrapper dl dt {
  margin: 10px 0;
}
.order-details-page #content .order_details_content .billing_information_wrapper dl dd {
  font-size: 0.9rem;
}

@media (max-width: 1023px) {
  .order-details-page #content {
    margin-top: 0;
  }
  .order-details-page #content .order_details_content {
    padding: 0 3%;
  }
  .order-details-page #content .order_details_content .orderInfo {
    border-bottom: 1px solid #b1b1b1;
    padding: 20px 0;
  }
  .order-details-page #content .order_details_content .orderInfo dl {
    float: none;
    width: 100%;
    margin: 0;
  }
  .order-details-page #content .order_details_content .orderInfo dl dt {
    float: none;
    display: initial;
  }
  .order-details-page #content .order_details_content .orderInfo dl {
    float: left;
  }
  .order-details-page #content .order_details_content .orderInfo dl dt {
    float: left;
    display: inline-block;
    margin-right: 10px;
  }
  .order-details-page #content .order_details_content .orderInfo img {
    margin: 20px 0 0 0;
  }
  .order-details-page #content .order_details_content .orderedItems .item {
    position: relative;
    /*.productImage {
    	margin-top: 34vw;
    	
    	&:before {
    		content: "Added From";							
    	}
    }*/
  }
  .order-details-page #content .order_details_content .orderedItems .item.header {
    display: none;
  }
  .order-details-page #content .order_details_content .orderedItems .item > div {
    float: none;
  }
  .order-details-page #content .order_details_content .orderedItems .item .orderedProductWrapper {
    width: 100%;
    position: absolute;
    top: 0;
  }
  .order-details-page #content .order_details_content .orderedItems .item .orderedProductWrapper .orderedProductImage {
    width: 30vw;
  }
  .order-details-page #content .order_details_content .orderedItems .item .orderedProductWrapper .orderedProductDetailsWrapper {
    float: none;
    width: initial;
  }
  .order-details-page #content .order_details_content .orderedItems .item .orderedProdectDetailsLabel {
    padding: 0;
    width: 100%;
    position: relative;
    display: block;
    padding-left: 36vw;
    margin: 0;
    height: 50px;
    text-align: left;
  }
  .order-details-page #content .order_details_content .orderedItems .item .orderedProdectDetailsLabel:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 33vw;
    padding: 10px;
    white-space: nowrap;
    background: #F1F1F1;
    font-weight: 600;
  }
  .order-details-page #content .order_details_content .orderedItems .item .orderedProdectDetailsLabel p {
    margin: 0;
  }
  .order-details-page #content .order_details_content .orderedItems .item .orderedProdectDetailsLabel span {
    line-height: 2.5;
  }
  .order-details-page #content .order_details_content .orderedItems .item .status {
    margin-top: 36vw;
  }
  .order-details-page #content .order_details_content .orderedItems .item .status:before {
    content: "Status";
  }
  .order-details-page #content .order_details_content .orderedItems .item .qty:before {
    content: "QTY";
  }
  .order-details-page #content .order_details_content .orderedItems .item .each:before {
    content: "Each";
  }
  .order-details-page #content .order_details_content .orderedItems .item .total {
    font-weight: 600;
  }
  .order-details-page #content .order_details_content .orderedItems .item .total:before {
    content: "Total";
  }
  .order-details-page #content .order_details_content .orderSummary .priceSummary {
    float: none;
    width: 100%;
  }
  .order-details-page #content .order_details_content .orderSummary .priceSummary dt, .order-details-page #content .order_details_content .orderSummary .priceSummary dd {
    padding: 10px;
  }
  .order-details-page #content .order_details_content .orderSummary .priceSummary dt {
    text-align: left;
  }
  .order-details-page #content .order_details_content .orderSummary .priceSummary .orderTotal {
    padding-top: 20px;
  }
  .order-details-page #content .order_details_content .orderSummary .priceSummary .shippingTax {
    border-bottom: 1px solid #b1b1b1;
  }
  .order-details-page #content .order_details_content .shipping_information_wrapper .shipping_information_heading {
    margin: 10px 0 0 0;
  }
  .order-details-page #content .order_details_content .shipping_information_wrapper dl {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .order-details-page #content .order_details_content .billing_information_wrapper .billing_information_heading {
    margin: 10px 0 0 0;
  }
  .order-details-page #content .order_details_content .billing_information_wrapper dl {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 39.79em) {
  .order-details-page #content .order_details_content {
    padding: 0 8%;
  }
  .order-details-page #content .order_details_content .orderedItems .item .productImage {
    margin-top: 36vw;
  }
}
@media (max-width: 19.99em) {
  .order-details-page #content .order_details_content .orderedItems .item .productImage {
    margin-top: 45vw;
  }
  .order-details-page #content .order_details_content .orderedItems .item .orderedProdectDetailsLabel {
    padding-left: 38vw;
  }
  .order-details-page #content .order_details_content .orderedItems .item .orderedProdectDetailsLabel:before {
    width: 34vw;
  }
  .order-details-page #content .order_details_content .orderedItems .item .orderedProdectDetailsLabel p {
    margin: 0;
  }
  .order-details-page #content .order_details_content .orderedItems .item .orderedProdectDetailsLabel span {
    line-height: 2.5;
  }
}
.payment-info-page form .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.payment-info-page form .form_input {
  width: 100%;
}
.payment-info-page form .label_spacer, .payment-info-page form .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.payment-info-page form .label_spacer.filled, .payment-info-page form .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.payment-info-page form div > input[type=text],
.payment-info-page form div > input[type=password],
.payment-info-page form div > input[type=email],
.payment-info-page form div > input[type=tel],
.payment-info-page form div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.payment-info-page form div > input[type=text].filled,
.payment-info-page form div > input[type=password].filled,
.payment-info-page form div > input[type=email].filled,
.payment-info-page form div > input[type=tel].filled,
.payment-info-page form div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.payment-info-page form div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.payment-info-page form div > select.nolabel {
  padding: 0.4em 0.75em;
}
.payment-info-page form div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.payment-info-page form div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.payment-info-page form div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.payment-info-page form div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.payment-info-page form p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.payment-info-page form p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.payment-info-page form p input[type=text],
.payment-info-page form p input[type=password],
.payment-info-page form p input[type=email],
.payment-info-page form p input[type=tel],
.payment-info-page form p textarea,
.payment-info-page form p select {
  padding: 0.7em 0.5em;
}
.payment-info-page form p input[type=text].filled,
.payment-info-page form p input[type=password].filled,
.payment-info-page form p input[type=email].filled,
.payment-info-page form p input[type=tel].filled,
.payment-info-page form p textarea.filled,
.payment-info-page form p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.payment-info-page .button_footer_line {
  float: none;
  padding: 20px 0;
}
.payment-info-page .button_footer_line .cancelAddingCreditCard {
  line-height: 3;
  margin-left: 20px;
}
.payment-info-page .newPayment a {
  margin: 20px 0;
}
.payment-info-page #creditCardIdRefreshArea {
  overflow: hidden;
}
.payment-info-page #paymentInfo > div, .payment-info-page #billingInfo > div, .payment-info-page .paymentInfoDetails > div {
  margin-bottom: 1px;
}
.payment-info-page #newPaymentButton {
  max-width: none;
}
.payment-info-page .row #box .checkoutFlowPageHeading {
  font-size: 2rem;
  padding: 0;
}
.payment-info-page .row #box .my_account {
  padding: 0 4%;
}
.payment-info-page .row #box .my_account .add_payment_form_wrapper .card_cvv {
  margin-left: 20px;
}
.payment-info-page .row #box .my_account .add_payment_form_wrapper .card_cvv .visaCVV2 {
  float: right;
  margin: -40px -120px 0 0px;
}
.payment-info-page .row #box .my_account .add_payment_form_wrapper .expires_year {
  margin-left: 20px;
}
.payment-info-page .row #box .my_account .add_payment_form_wrapper .instruction {
  margin: 0;
}
.payment-info-page .row #box .my_account .add_payment_form_wrapper .addNewAddressLink {
  margin: 20px 0;
}
.payment-info-page .row #box .my_account .add_payment_form_wrapper .card_number input.filled[name=cardNum] {
  background-repeat: no-repeat;
  background-size: 48px 28px;
  background-position: calc(100% - 7px);
}
.payment-info-page .row #box .my_account .add_payment_form_wrapper .card_number input.filled[name=cardNum].discover {
  background-image: url("/wcsstore/MattelSAS/images/colors/fp/discover.png");
}
.payment-info-page .row #box .my_account .add_payment_form_wrapper .card_number input.filled[name=cardNum].visa {
  background-image: url("/wcsstore/MattelSAS/images/colors/fp/visa.png");
}
.payment-info-page .row #box .my_account .add_payment_form_wrapper .card_number input.filled[name=cardNum].amex {
  background-image: url("/wcsstore/MattelSAS/images/colors/fp/amex.png");
}
.payment-info-page .row #box .my_account .add_payment_form_wrapper .card_number input.filled[name=cardNum].mastercard {
  background-image: url("/wcsstore/MattelSAS/images/colors/fp/mastercard.png");
}
.payment-info-page .row #box .my_account .add_payment_form_wrapper .billing-address .dijitContentPane {
  display: block;
  overflow: initial;
}
.payment-info-page .row #box .my_account .payment-info-details {
  margin-bottom: 15px;
}
.payment-info-page .row #box .my_account .payment-info-details .paymentInfoDetails .edit {
  padding-top: 3px;
}
.payment-info-page .row #box .my_account .payment-info-details .paymentInfoDetails .edit #editPayment {
  margin-right: 32px;
}
.payment-info-page .row #box .my_account .payment-info-details .paymentInfoDetails > div {
  line-height: 1.6;
}
.payment-info-page .row #box .my_account .payment-info-details .paymentInfoDetails > div.expired {
  color: #c70a4c;
}
.payment-info-page .row #box .my_account .payment-info-details .paymentInfoDetails > div .VISA {
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  width: 69px;
  height: 40px;
  background-position: -199px -393px;
  /*
  *
  * Ribbon Ads */
  transform: scale(0.5);
  margin: 0 -10px -15px -15px;
  display: inline-block;
}
.payment-info-page .row #box .my_account .payment-info-details .paymentInfoDetails > div .DISCOVER {
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  background-position: -311px -691px;
  width: 48px;
  height: 28px;
  /*
  *
  * Ribbon Ads */
  transform: scale(0.7);
  margin: 0 0px -10px -5px;
  display: inline-block;
}
.payment-info-page .row #box .my_account .payment-info-details .paymentInfoDetails > div .AMEX {
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  background-position: -258px -691px;
  width: 48px;
  height: 28px;
  /*
  *
  * Ribbon Ads */
  transform: scale(0.7);
  margin: 0 0px -10px -5px;
  display: inline-block;
}
.payment-info-page .row #box .my_account .payment-info-details .paymentInfoDetails > div .MASTER {
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  background-position: -205px -691px;
  width: 48px;
  height: 28px;
  /*
  *
  * Ribbon Ads */
  transform: scale(0.7);
  margin: 0 0px -10px -5px;
  display: inline-block;
}
.payment-info-page .row #box .my_account .payment-info-details .billingInfoDetails strong, .payment-info-page .row #box .my_account .payment-info-details .billingInfoDetails div {
  line-height: 1.6;
}
.payment-info-page .row #box .my_account .add_payment_action_buttons {
  margin-bottom: 25px;
}
.payment-info-page .row #box .my_account .add_payment_action_buttons .add_payment_button_wrapper {
  display: inline-block;
}
.payment-info-page .row #box .my_account .add_payment_action_buttons .cancel_add_payment_button {
  display: inline-block;
  margin-left: 25px;
}
.payment-info-page .row #box .my_account .additional-cards {
  padding: 25px 0 0 0;
}
.payment-info-page .row #box .my_account .default-card {
  border-bottom: 1px solid #b1b1b1;
}
.payment-info-page .row #box .my_account .default-card, .payment-info-page .row #box .my_account .additional-cards {
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .payment-info-page #newPaymentButton {
    max-width: 100%;
  }
  .payment-info-page #newPaymentButton .button_text {
    letter-spacing: normal;
  }
  .payment-info-page .row #box .checkoutFlowPageHeading {
    font-size: 1.8rem;
    padding: 15px 0;
  }
  .payment-info-page .row #box .my_account .payment-info-details .paymentInfoDetails .edit {
    padding-top: 5px;
  }
  .payment-info-page .row #box .my_account .payment-info-details .billingInfoDetails {
    margin-top: 15px;
  }
  .payment-info-page .row #box .my_account .add_payment_form_wrapper .card_cvv {
    margin-left: 0;
  }
  .payment-info-page .row #box .my_account .add_payment_form_wrapper .card_cvv .visaCVV2 {
    float: none;
    margin: 0;
  }
  .payment-info-page .row #box .my_account .add_payment_form_wrapper .expires_year {
    margin-left: 0;
  }
  .payment-info-page .row #box .my_account .add_payment_action_buttons .cancel_add_payment_button {
    display: inline-block;
    margin-left: 0;
  }
  .payment-info-page .row #box .my_account .newPayment {
    border-bottom: 1px solid #b1b1b1;
    border-top: 1px solid #b1b1b1;
  }
}
@media (max-width: 39.79em) {
  .payment-info-page .row #box .my_account {
    padding: 0 8%;
  }
}

.forgot-password #box {
  min-height: inherit;
  padding: 30px 30px 30px 0;
}
.forgot-password .forgot_password_container form .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.forgot-password .forgot_password_container form .form_input {
  width: 100%;
}
.forgot-password .forgot_password_container form .label_spacer, .forgot-password .forgot_password_container form .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.forgot-password .forgot_password_container form .label_spacer.filled, .forgot-password .forgot_password_container form .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.forgot-password .forgot_password_container form div > input[type=text],
.forgot-password .forgot_password_container form div > input[type=password],
.forgot-password .forgot_password_container form div > input[type=email],
.forgot-password .forgot_password_container form div > input[type=tel],
.forgot-password .forgot_password_container form div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.forgot-password .forgot_password_container form div > input[type=text].filled,
.forgot-password .forgot_password_container form div > input[type=password].filled,
.forgot-password .forgot_password_container form div > input[type=email].filled,
.forgot-password .forgot_password_container form div > input[type=tel].filled,
.forgot-password .forgot_password_container form div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.forgot-password .forgot_password_container form div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.forgot-password .forgot_password_container form div > select.nolabel {
  padding: 0.4em 0.75em;
}
.forgot-password .forgot_password_container form div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.forgot-password .forgot_password_container form div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.forgot-password .forgot_password_container form div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.forgot-password .forgot_password_container form div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.forgot-password .forgot_password_container form p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.forgot-password .forgot_password_container form p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.forgot-password .forgot_password_container form p input[type=text],
.forgot-password .forgot_password_container form p input[type=password],
.forgot-password .forgot_password_container form p input[type=email],
.forgot-password .forgot_password_container form p input[type=tel],
.forgot-password .forgot_password_container form p textarea,
.forgot-password .forgot_password_container form p select {
  padding: 0.7em 0.5em;
}
.forgot-password .forgot_password_container form p input[type=text].filled,
.forgot-password .forgot_password_container form p input[type=password].filled,
.forgot-password .forgot_password_container form p input[type=email].filled,
.forgot-password .forgot_password_container form p input[type=tel].filled,
.forgot-password .forgot_password_container form p textarea.filled,
.forgot-password .forgot_password_container form p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.forgot-password .forgot_password_container form input {
  width: 95% !important;
}
.forgot-password .forgot_password_container form .row {
  margin: auto;
}
.forgot-password .forgot_password_container form .button_primary {
  margin: 0.5em 0;
}
.forgot-password .forgot_password_container form .button_footer_line {
  padding: 0 0 0 20px;
}
@media (max-width: 1023px) {
  .forgot-password .forgot_password_container form .button_footer_line {
    padding: 0;
  }
}

.order-search .content {
  margin: 0 2%;
}
.order-search .content h1 {
  border-bottom: 1px solid #b1b1b1;
  margin-bottom: 20px;
  font-size: 2.6em;
}
.order-search .content .row {
  margin: 0;
}
.order-search .content .row .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.order-search .content .row .form_input {
  width: 100%;
}
.order-search .content .row .label_spacer, .order-search .content .row .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.order-search .content .row .label_spacer.filled, .order-search .content .row .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.order-search .content .row div > input[type=text],
.order-search .content .row div > input[type=password],
.order-search .content .row div > input[type=email],
.order-search .content .row div > input[type=tel],
.order-search .content .row div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.order-search .content .row div > input[type=text].filled,
.order-search .content .row div > input[type=password].filled,
.order-search .content .row div > input[type=email].filled,
.order-search .content .row div > input[type=tel].filled,
.order-search .content .row div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.order-search .content .row div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.order-search .content .row div > select.nolabel {
  padding: 0.4em 0.75em;
}
.order-search .content .row div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.order-search .content .row div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.order-search .content .row div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.order-search .content .row div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.order-search .content .row p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.order-search .content .row p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.order-search .content .row p input[type=text],
.order-search .content .row p input[type=password],
.order-search .content .row p input[type=email],
.order-search .content .row p input[type=tel],
.order-search .content .row p textarea,
.order-search .content .row p select {
  padding: 0.7em 0.5em;
}
.order-search .content .row p input[type=text].filled,
.order-search .content .row p input[type=password].filled,
.order-search .content .row p input[type=email].filled,
.order-search .content .row p input[type=tel].filled,
.order-search .content .row p textarea.filled,
.order-search .content .row p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.order-search .content .row .guest_order_search {
  margin-left: 16%;
}
.order-search .content .row .needHelp {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .order-search .content {
    margin: 0 4%;
  }
  .order-search .content h1 {
    font-size: 1.5em;
  }
  .order-search .content .row .register_user_order_search {
    margin-top: 10px;
  }
  .order-search .content .row .guest_order_search {
    margin-top: 40px;
    margin-left: 0;
  }
}

#AG .guest-contact-preferences-page .family_of_brands,
#AG .guest-contact-preferences-page footer > .row > .col-lg-7.col-xs-12 {
  visibility: hidden;
}

.guest-contact-preferences-page .container {
  border: 0;
  padding: 0;
  width: 100%;
}
.guest-contact-preferences-page .container .form_2column {
  margin: 20px 0;
}
.guest-contact-preferences-page .container .emailHeading {
  border-bottom: 1px solid #b1b1b1;
}
.guest-contact-preferences-page .container .emailHeading h4 {
  display: inline-block;
  line-height: 3;
}
.guest-contact-preferences-page .container .emailHeading span {
  font-size: 1rem;
  color: #666;
}
.guest-contact-preferences-page .container .emailHeading .family_of_brands {
  text-align: right;
}
.guest-contact-preferences-page .container .emailHeading .family_of_brands img {
  margin: 8px 15px 18px;
}
.guest-contact-preferences-page .container .row {
  margin: 0;
}
.guest-contact-preferences-page .container .preferences {
  padding-top: 15px;
  padding-bottom: 15px;
}
.guest-contact-preferences-page .container #EmailPreferencesForm .customizeEmailInstructions, .guest-contact-preferences-page .container #unSubscribeEmailForm .customizeEmailInstructions, .guest-contact-preferences-page .container #EmailPreferencesForm .unSubscribeEmailsInstructions, .guest-contact-preferences-page .container #unSubscribeEmailForm .unSubscribeEmailsInstructions {
  font-size: 0.9rem;
  margin: 10px 0;
  text-align: justify;
}
.guest-contact-preferences-page .container #EmailPreferencesForm .optionsWrapper, .guest-contact-preferences-page .container #unSubscribeEmailForm .optionsWrapper {
  margin: 10px 0;
}
.guest-contact-preferences-page .container #EmailPreferencesForm .optionsWrapper.lessOptions label:not(:first-child), .guest-contact-preferences-page .container #unSubscribeEmailForm .optionsWrapper.lessOptions label:not(:first-child) {
  margin-left: 10px;
}
.guest-contact-preferences-page .container #EmailPreferencesForm label, .guest-contact-preferences-page .container #unSubscribeEmailForm label {
  margin-bottom: 10px;
}
.guest-contact-preferences-page .container #EmailPreferencesForm .button_align, .guest-contact-preferences-page .container #unSubscribeEmailForm .button_align {
  margin: 15px 0;
}
@media (max-width: 1023px) {
  .guest-contact-preferences-page .container #EmailPreferencesForm .optionsWrapper.lessOptions label, .guest-contact-preferences-page .container #unSubscribeEmailForm .optionsWrapper.lessOptions label {
    width: 90%;
    margin: 10px auto;
  }
  .guest-contact-preferences-page .container #EmailPreferencesForm .optionsWrapper.lessOptions label:not(:first-child), .guest-contact-preferences-page .container #unSubscribeEmailForm .optionsWrapper.lessOptions label:not(:first-child) {
    margin-left: 0;
  }
  .guest-contact-preferences-page .container .emailHeading {
    padding: 10px 0;
  }
  .guest-contact-preferences-page .container .emailHeading h4 {
    text-align: center;
    display: block;
  }
  .guest-contact-preferences-page .container .emailHeading .family_of_brands {
    text-align: center;
  }
  .guest-contact-preferences-page .container .emailHeading .family_of_brands img {
    margin: 8px 5px 8px;
  }
}
@media (max-width: 39.79em) {
  .guest-contact-preferences-page .container .emailHeading .family_of_brands img {
    height: 20px;
  }
}
.guest-contact-preferences-page .container #unSubscribeEmailForm {
  margin: 0 10px;
}

.doll-registration-page .button_footer_line {
  float: none;
  padding-top: 10px;
  padding-bottom: 20px;
}
.doll-registration-page .address_and_shippingMethod_container {
  margin: auto;
}
.doll-registration-page .additional_addresses_wrapper ul {
  padding: 0;
  margin: auto;
}
.doll-registration-page .additional_addresses_wrapper ul li {
  float: left;
  margin-bottom: 20px;
}
.doll-registration-page .row #box .my_account {
  padding: 0 4%;
}
.doll-registration-page .row #box .my_account .newAddress a, .doll-registration-page .row #box .my_account #addNewCancel a {
  margin: 25px 0;
}
.doll-registration-page .row #box .my_account .defaultAddress > div, .doll-registration-page .row #box .my_account .addressBookDetails {
  margin-bottom: 1px;
}
.doll-registration-page .row #box .my_account .add_address_form_wrapper .column.firstName, .doll-registration-page .row #box .my_account .add_address_form_wrapper .column.lastName, .doll-registration-page .row #box .my_account .add_address_form_wrapper .column.middleName, .doll-registration-page .row #box .my_account .add_address_form_wrapper .column.address, .doll-registration-page .row #box .my_account .add_address_form_wrapper .column.email {
  width: 100%;
  clear: both;
}
.doll-registration-page .row #box .my_account .add_address_form_wrapper .column.addressType .column_label {
  position: relative;
  padding: 1% 0 1% 0;
}
.doll-registration-page .row #box .my_account .add_address_form_wrapper .column.country, .doll-registration-page .row #box .my_account .add_address_form_wrapper .column.state, .doll-registration-page .row #box .my_account .add_address_form_wrapper .column.zip {
  float: left;
  min-width: 48%;
  width: 48%;
  margin-right: 2%;
}
.doll-registration-page .row #box .my_account .add_address_form_wrapper .column.phone {
  float: left;
  clear: both;
  min-width: 48%;
  width: 48%;
  margin-right: 2%;
}
.doll-registration-page .row #box .my_account .add_address_form_wrapper .column.child {
  padding: 2% 0 0 0;
  clear: both;
}
.doll-registration-page .row #box .my_account .add_address_form_wrapper .column.child .column_label {
  text-transform: none;
}
.doll-registration-page .row #box .my_account .add_address_form_wrapper .whyPhoneNumber {
  float: left;
  line-height: 3.5;
  display: inline-block !important;
}
.doll-registration-page .row #box .my_account .add_address_form_wrapper #AVSDialog {
  box-shadow: none;
  border: 0;
  background: transparent;
}
.doll-registration-page .row #box .my_account .add_address_action_buttons {
  margin-bottom: 25px;
}
.doll-registration-page .row #box .my_account .add_address_action_buttons .add_address_button_wrapper {
  display: inline-block;
}
.doll-registration-page .row #box .my_account .add_address_action_buttons .cancel_add_address_button {
  display: inline-block;
  margin-left: 25px;
}
.doll-registration-page .row #box .my_account .address_and_shippingMethod_container {
  padding: 25px 0;
  border-bottom: 1px solid #b1b1b1;
}
.doll-registration-page .row #box .my_account .address_and_shippingMethod_container .address .edit {
  padding-top: 10px;
}
.doll-registration-page .row #box .my_account .address_and_shippingMethod_container .address .edit a {
  color: #c70a4c;
}
.doll-registration-page .row #box .my_account .address_and_shippingMethod_container .shippingMethod label {
  font-weight: normal;
}
.doll-registration-page .row #box .my_account .address_and_shippingMethod_container:after {
  content: "";
  display: block;
  clear: both;
}
.doll-registration-page .row #box .my_account .additional_addresses_wrapper {
  padding: 25px 0;
}
.doll-registration-page .row #box .my_account .additional_addresses_wrapper .addressBookDetails .edit {
  padding-top: 10px;
}
.doll-registration-page .row #box .my_account .additional_addresses_wrapper .addressBookDetails .edit a {
  color: #c70a4c;
}
.doll-registration-page .row #box .my_account .purchaseDate .select_wrapper {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.doll-registration-page .row #box .my_account .purchaseDate .select_wrapper select {
  width: 135px !important;
}
.doll-registration-page .row #box .my_account .purchaseDate .select_wrapper p.error.text-danger {
  /*position: absolute;
  width: 100vw;
  bottom: -30px;*/
}
.doll-registration-page .row #box #dollRegistrationMainDiv .heading {
  border-top: 1px solid #cacaca;
  margin-top: 20px;
  padding-top: 10px;
}
.doll-registration-page .row #box #dollRegistrationMainDiv table {
  margin: 15px 0;
  width: 100%;
}
.doll-registration-page .row #box #dollRegistrationMainDiv table tr {
  font-size: 1rem;
}
.doll-registration-page .row #box #dollRegistrationMainDiv table tr td {
  padding: 10px 0;
  padding-left: 5px;
}
.doll-registration-page .row #box #dollRegistrationMainDiv table tr.table_heading {
  background: #F1F1F1;
}
.doll-registration-page .row #box #dollRegistrationMainDiv table tr.table_heading th {
  padding: 5px 0;
  padding-left: 5px;
}
.doll-registration-page .row #box #dollRegistrationMainDiv table tr:not(:first-of-type) {
  border-bottom: 1px solid #F1F1F1;
}
.doll-registration-page .row #box #dollRegistrationMainDiv table tr td.create_certificate, .doll-registration-page .row #box #dollRegistrationMainDiv table tr td.remove_link {
  text-align: right;
  text-transform: capitalize;
}
@media (max-width: 1023px) {
  .doll-registration-page .row #box .my_account {
    padding: 0 8%;
  }
  .doll-registration-page .row #box .my_account h4 {
    padding: 1em 0;
  }
  .doll-registration-page .row #box .my_account .newAddress {
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
  }
  .doll-registration-page .row #box .my_account .newAddress a {
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
  }
  .doll-registration-page .row #box .my_account .address_and_shippingMethod_container .shippingMethod {
    padding-top: 25px;
  }
  .doll-registration-page .row #box .my_account .add_address_form_wrapper .column.firstName, .doll-registration-page .row #box .my_account .add_address_form_wrapper .column.lastName, .doll-registration-page .row #box .my_account .add_address_form_wrapper .column.middleName, .doll-registration-page .row #box .my_account .add_address_form_wrapper .column.address, .doll-registration-page .row #box .my_account .add_address_form_wrapper .column.email, .doll-registration-page .row #box .my_account .add_address_form_wrapper .column.country, .doll-registration-page .row #box .my_account .add_address_form_wrapper .column.state, .doll-registration-page .row #box .my_account .add_address_form_wrapper .column.zip, .doll-registration-page .row #box .my_account .add_address_form_wrapper .column.phone {
    float: none;
    min-width: 100%;
    width: 100%;
  }
  .doll-registration-page .row #box .my_account .add_address_form_wrapper .column.country select, .doll-registration-page .row #box .my_account .add_address_form_wrapper .column.state select {
    max-width: 100% !important;
  }
  .doll-registration-page .row #box .my_account .purchaseDate .select_wrapper {
    display: block;
    margin-right: 0;
  }
  .doll-registration-page .row #box .my_account .purchaseDate .select_wrapper select {
    width: 100% !important;
  }
  .doll-registration-page .row #box #dollRegistrationMainDiv {
    /*table ends here*/
  }
  .doll-registration-page .row #box #dollRegistrationMainDiv table {
    margin: 15px 0;
    width: 100%;
    /*tr ends here*/
  }
  .doll-registration-page .row #box #dollRegistrationMainDiv table tr {
    clear: both;
  }
  .doll-registration-page .row #box #dollRegistrationMainDiv table tr td {
    padding: 6px 0;
    padding-left: 50%;
    position: relative;
    display: block;
    width: 100%;
  }
  .doll-registration-page .row #box #dollRegistrationMainDiv table tr td.responsive_td::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 45%;
    white-space: nowrap;
    background: #F1F1F1;
    padding: 5px 10px;
  }
  .doll-registration-page .row #box #dollRegistrationMainDiv table tr td.product_line::before {
    content: "Product Line";
  }
  .doll-registration-page .row #box #dollRegistrationMainDiv table tr td.purchased_from::before {
    content: "Purchased From";
  }
  .doll-registration-page .row #box #dollRegistrationMainDiv table tr td.purchase_date::before {
    content: "Purchase Date";
  }
  .doll-registration-page .row #box #dollRegistrationMainDiv table tr td.recipient::before {
    content: "Recipient";
  }
  .doll-registration-page .row #box #dollRegistrationMainDiv table tr td.remove_link, .doll-registration-page .row #box #dollRegistrationMainDiv table tr td.create_certificate {
    float: left;
    padding: 10px 0;
    display: inline-block;
    text-align: left;
  }
  .doll-registration-page .row #box #dollRegistrationMainDiv table tr td.remove_link a, .doll-registration-page .row #box #dollRegistrationMainDiv table tr td.create_certificate a {
    font-size: 0.9rem;
  }
  .doll-registration-page .row #box #dollRegistrationMainDiv table tr td.create_certificate {
    width: 135px;
  }
  .doll-registration-page .row #box #dollRegistrationMainDiv table tr td.remove_link {
    width: auto;
    padding-left: calc(50% - 135px);
  }
  .doll-registration-page .row #box #dollRegistrationMainDiv table tr.table_heading {
    display: none;
  }
}

@media (max-width: 1023px) {
  .user-time-out-page div.content_wrapper {
    padding: 0;
  }
  .user-time-out-page .generic_error_container {
    width: 90% !important;
    min-height: auto !important;
    float: none !important;
    height: auto;
    margin: 20px auto !important;
  }
  .user-time-out-page h1 {
    font-size: 2rem;
  }
}

#FP .brand-department-page .row.fill {
  background: #009db5;
}
#FP .brand-department-page .row.fill .pad {
  padding: 0 2% 2%;
}

.brand-department-page {
  padding: 0;
}
.brand-department-page .row {
  margin: auto;
  padding: 0;
}
.brand-department-page .navbar-header {
  width: 100%;
  border: 0;
  border-radius: 0;
  margin: auto;
  background: #009db5;
  color: white;
}
.brand-department-page .navbar-header .navigation-heading {
  float: left;
  color: white;
  line-height: 2;
}
@media (max-width: 767px) {
  .brand-department-page .navbar-header .navigation-heading {
    line-height: 0;
  }
}
@media (max-width: 1023px) {
  .brand-department-page .navbar-header .navigation-heading {
    font-weight: 800;
    font-size: 1.2rem;
  }
}
.brand-department-page .navbar-header .glyphicon {
  transition: all 250ms ease-in;
  float: right;
  top: 13px;
}
.brand-department-page .navbar-header.active .glyphicon {
  transform: rotate(180deg);
}
.brand-department-page .navigation {
  padding: 0 2% 0 1.3%;
  width: 25%;
}
.brand-department-page .content {
  /*background: $brand-blue;*/
}
.brand-department-page .content .row {
  margin: auto;
  padding: 0;
}

@media (max-width: 1023px) {
  .brand-department-page .navigation {
    width: 100%;
  }
}
.department-page {
  padding: 0;
}
.department-page .row {
  margin: auto;
  padding: 0;
}
.department-page .navbar-header {
  width: 100%;
  border: 0;
  border-radius: 0;
  margin: auto;
  background: #009db5;
  color: white;
}
.department-page .navbar-header .navigation-heading {
  float: left;
  color: white;
  line-height: 2;
}
@media (max-width: 767px) {
  .department-page .navbar-header .navigation-heading {
    line-height: 0;
  }
}
@media (max-width: 1023px) {
  .department-page .navbar-header .navigation-heading {
    font-weight: 800;
    font-size: 1.2rem;
  }
}
.department-page .navbar-header .glyphicon {
  transition: all 250ms ease-in;
  float: right;
  top: 13px;
}
.department-page .navbar-header.active .glyphicon {
  transform: rotate(180deg);
}
.department-page .navigation {
  padding: 0 2% 0 1.3%;
  width: 25%;
}
@media (max-width: 1023px) {
  .department-page .navigation {
    width: 100%;
  }
}
.subcategory-page {
  padding: 0;
}
.subcategory-page .row {
  margin: auto;
  padding: 0;
}
.subcategory-page .navbar-header {
  width: 100%;
  border: 0;
  border-radius: 0;
  margin: auto;
  background: #F1F1F1;
  color: white;
}
.subcategory-page .navbar-header .navigation-heading {
  float: left;
  color: #333;
  line-height: 2;
}
@media (max-width: 767px) {
  .subcategory-page .navbar-header .navigation-heading {
    line-height: 0.5;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.4rem;
    padding: 0;
    padding-left: 10px;
  }
}
@media (max-width: 1023px) {
  .subcategory-page .navbar-header .navigation-heading {
    font-weight: 800;
    font-size: 1.2rem;
  }
}
.subcategory-page .navbar-header .fa {
  transition: all 250ms ease-in;
  float: right;
  margin-top: 8px;
  font-size: 0.9rem;
  color: #666;
}
.subcategory-page .navbar-header .fa.autoPosition {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.subcategory-page .navbar-header.categoryPageTitle {
  margin: 15px auto;
}
.subcategory-page .navbar-header.categoryPageTitle .navigation-heading {
  line-height: 1.5;
}
.subcategory-page .navbar-header.active .fa {
  transform: rotate(180deg);
}
.subcategory-page .navbar-header.active .fa.autoPosition {
  transform: rotate(180deg) translateY(50%);
}
.subcategory-page .navigation {
  padding: 0 2% 0 1.3%;
  width: 25%;
}
@media (max-width: 1023px) {
  .subcategory-page .navigation {
    width: 100%;
  }
}
.collection-subcategory-page {
  padding: 0;
}
.collection-subcategory-page .row {
  margin: auto;
  padding: 0;
}
.collection-subcategory-page .navbar-header {
  width: 100%;
  border: 0;
  border-radius: 0;
  margin: auto;
  background: #F1F1F1;
  color: white;
}
.collection-subcategory-page .navbar-header .navigation-heading {
  float: left;
  color: #333;
  line-height: 2;
}
@media (max-width: 767px) {
  .collection-subcategory-page .navbar-header .navigation-heading {
    line-height: 0;
  }
}
@media (max-width: 1023px) {
  .collection-subcategory-page .navbar-header .navigation-heading {
    font-weight: 800;
    font-size: 1.2rem;
  }
}
.collection-subcategory-page .navbar-header .glyphicon {
  transition: all 250ms ease-in;
  float: right;
  top: 13px;
}
.collection-subcategory-page .navbar-header.active .glyphicon {
  transform: rotate(180deg);
}
.collection-subcategory-page .navigation {
  padding: 0 2% 0 1.3%;
  width: 25%;
}
@media (max-width: 1023px) {
  .collection-subcategory-page .navigation {
    width: 100%;
  }
}
.search-results-page {
  padding: 0;
}
.search-results-page .row {
  margin: auto;
  padding: 0;
}
.search-results-page .navbar-header {
  width: 100%;
  border: 0;
  border-radius: 0;
  margin: auto;
  background: #cacaca;
  color: #222;
}
.search-results-page .navbar-header .navigation-heading {
  float: left;
  color: #222;
  line-height: 2;
}
@media (max-width: 767px) {
  .search-results-page .navbar-header .navigation-heading {
    line-height: 0;
  }
}
@media (max-width: 1023px) {
  .search-results-page .navbar-header .navigation-heading {
    font-weight: 800;
    font-size: 1.2rem;
  }
}
.search-results-page .navbar-header .glyphicon {
  transition: all 250ms ease-in;
  float: right;
  top: 13px;
}
.search-results-page .navbar-header.active .glyphicon {
  transform: rotate(180deg);
}
.search-results-page .navigation {
  padding: 0 2% 0 1.3%;
  width: 25%;
}
.search-results-page .content .tabButtonContainer {
  display: none;
}
.search-results-page .content .tabButtonContainer .tab_header {
  margin: 0px 0px -1px -6px;
  overflow: hidden;
}
.search-results-page .content .tabButtonContainer .tab_header .tab_container {
  border: 0;
  border-radius: 10px 10px 0 0;
  font-family: "Source Sans Pro", sans-serif;
  padding: 15px 10px;
  outline: 0;
  font-size: 15px;
}
.search-results-page .content .tabButtonContainer .tab_header .tab_container > .contentRecommendationWidget {
  border: 0 !important;
}
.search-results-page .content .tabButtonContainer .tab_header .tab_container > .contentRecommendationWidget .left_espot {
  font-weight: bold;
  text-transform: uppercase;
}
.search-results-page .content .tabButtonContainer .tab_header .tab_container > .contentRecommendationWidget .left_espot #searchTabProdCount,
.search-results-page .content .tabButtonContainer .tab_header .tab_container > .contentRecommendationWidget .left_espot #searchTabContentCount {
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
}
.search-results-page .content .tabButtonContainer .tab_header .tab_container.inactive_tab {
  background: #333;
  color: white;
  text-transform: uppercase;
}
.search-results-page .content .tabButtonContainer .tab_header .tab_container.active_tab {
  background: transparent;
  color: #333;
}
.search-results-page .content .tab {
  border: none;
}

@media (max-width: 1023px) {
  .search-results-page .navigation {
    width: 100%;
  }
}
#FP .shop-cart #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel h2 {
  font-size: 2em;
  font-weight: 600;
  padding: 0 0 20px 0px;
}
@media (max-width: 1023px) {
  #FP .shop-cart #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel h2 {
    font-size: 1.75em;
    padding: 10px 0 20px 0px;
  }
}
@media (max-width: 767px) {
  #FP .shop-cart #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel h2 {
    font-size: 1.25em;
    padding: 10px 0 20px 0px;
  }
}
#FP .shop-cart #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .content {
  width: 85%;
}

.shop-cart #page {
  margin: auto;
  max-width: 1600px;
}
.shop-cart #page a:hover, .shop-cart #page a:focus {
  color: #c70a4c;
  text-decoration: none;
}
.shop-cart #page .addOnServices > strong {
  margin: 10px 0 0;
  color: #000;
  display: block;
}
.shop-cart #page .addOnServices > strong a {
  font-weight: 400;
  color: #c70a4c;
  font-size: 0.8rem;
}
.shop-cart #page .addOnServices .addOnProduct strong {
  padding: 0 !important;
  font-family: "Source Sans Pro", sans-serif;
  color: #000 !important;
}
.shop-cart #page .shopingcart_offers_and_myorders_espot {
  width: 100%;
}
.shop-cart #page .shopingcart_offers_and_myorders_espot .offers_espot_shopingcart {
  display: none;
}
.shop-cart #page div [id*=WC_EmptyShopCartDisplayf_div] {
  margin-top: 20px;
  padding-right: 20px;
}
.shop-cart #page div [id*=AttrSelection_] {
  width: 100%;
  margin-bottom: -20px;
}
.shop-cart #page .multiple_stored_cart div[id^=AttrSelection_] {
  top: -100%;
  position: relative;
  margin-bottom: 0;
}
.shop-cart #page #purchase_options legend {
  border-bottom: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column {
  width: 66.666666%;
  margin-right: 0;
  min-height: 1000px;
}
@media screen and (min-width: 1024px) {
  .shop-cart #page .container_content_rightsidebar > .left_column {
    background-color: rgba(241, 241, 241, 0.35);
    margin: 24px 0 0;
    border-right: none !important;
    min-height: 875px;
  }
}
@media (max-width: 1023px) {
  .shop-cart #page .container_content_rightsidebar > .left_column {
    min-height: inherit;
  }
}
.shop-cart #page .container_content_rightsidebar > .left_column .shopping_cart_heading {
  width: 90%;
  margin-bottom: 0;
  font-size: 1.8rem;
  padding: 7px 0 0 0;
  font-style: inherit;
  color: #333;
}
@media screen and (min-width: 1024px) {
  .shop-cart #page .container_content_rightsidebar > .left_column .shopping_cart_heading {
    padding: 20px 0 20px 35px;
  }
}
.shop-cart #page .container_content_rightsidebar > .left_column #box {
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box.shopping_cart_box {
  min-width: initial;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box #shopping_cart_product_table_tall {
  display: none;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body {
  border-left: 0;
  border-bottom: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body div#scheduling_options {
  display: none !important;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details {
  float: left;
  clear: both;
  padding-bottom: 10px;
  margin-top: 0;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details {
    background: #fff;
    margin-left: 30px;
    width: 94%;
  }
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_1_] {
  width: 165px;
  margin-right: 10px;
  height: 165px;
  border: solid 1px #ddd;
  padding: 0;
  border: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_1_] a img {
  margin-bottom: 10px;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_1_].multipleStores.hasDiscount {
  margin-top: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_] {
  width: -moz-calc(100% - 175px);
  width: -webkit-calc(100% - 175px);
  width: calc(100% - 175px);
  padding-left: 2%;
  float: left;
  position: relative;
  padding-top: 30px;
  padding-right: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_] .itemspecs a {
  padding: 0;
  margin: 0;
  color: #222;
  font-weight: 600;
  text-decoration: initial;
  cursor: default;
  font-style: italic;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_] .total_discount {
  color: #222;
  font-weight: 600;
  line-height: 18px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_].singleStore .terms {
  font-size: 0.7rem;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_].singleStore .productNameWrapper {
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_].singleStore .productNameWrapper {
    width: 30%;
  }
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_].singleStore .productNameWrapper h4 {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_].singleStore .productNameWrapper h4 .cart_product_name {
    color: #333333;
    font-weight: 600;
    font-size: 18px;
  }
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_].hasDiscount .productNameWrapper {
  width: 80%;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_].hasDiscount .productNameWrapper h4 {
  width: 100%;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_].multipleStores.hasDiscount {
  margin-top: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_].multipleStores.hasDiscount .productNameWrapper {
  width: 80%;
  position: static;
  top: initial;
  left: initial;
  margin-bottom: 10px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_].multipleStores.hasDiscount .itemspecs a {
  color: #c70a4c;
  font-style: italic;
  font-size: 0.9rem;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_].multipleStores.hasDiscount .total_discount {
  color: #c70a4c;
  font-style: italic;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div.attributes_display_container {
  clear: both;
  margin: 0;
  padding: 0;
  border-top: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details tr.nested {
  display: none;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal {
  min-width: 120px;
  border-bottom: solid 1px #ddd;
  font-weight: normal;
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 1024px) {
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal {
    background-color: #fff;
    width: 60vw;
    position: relative;
  }
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper {
  position: relative;
  height: 100%;
  display: inline-table;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent {
  height: 1px;
  position: absolute;
  top: 50%;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent .multiple_store_Logo_wrapper {
  transform: rotate(-90deg) translateY(-88px);
  -ms-transform: rotate(-90deg) translateY(-88px);
  -webkit-transform: rotate(-90deg) translateY(-88px);
  transform-origin: top center;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  text-align: center;
  width: 175px;
  line-height: 3.6;
}
@media (max-width: 79.99em) {
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent .multiple_store_Logo_wrapper {
    width: 165px;
  }
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent .multiple_store_Logo_wrapper .addedFrom {
  font-size: 0.59rem;
  letter-spacing: 1px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.FP .correspondingStoreLogoContent .multiple_store_Logo_wrapper img {
  width: auto;
  height: 26px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.FP .correspondingStoreLogoContent .multiple_store_Logo_wrapper .addedFrom {
  margin-right: 4px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.HW .correspondingStoreLogoContent .multiple_store_Logo_wrapper img {
  width: auto;
  height: 26px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.HW .correspondingStoreLogoContent .multiple_store_Logo_wrapper .addedFrom {
  margin-right: 4px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.HWC .correspondingStoreLogoContent .multiple_store_Logo_wrapper img {
  width: auto;
  height: 45px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.HWC .correspondingStoreLogoContent .multiple_store_Logo_wrapper .addedFrom {
  margin-right: 4px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.SM .correspondingStoreLogoContent .multiple_store_Logo_wrapper img {
  width: auto;
  height: 36px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.SM .correspondingStoreLogoContent .multiple_store_Logo_wrapper .addedFrom {
  margin-right: 4px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.BA .correspondingStoreLogoContent .multiple_store_Logo_wrapper img {
  width: auto;
  height: 47px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  color: #333;
  text-align: left;
  margin-bottom: 5px;
  width: 88%;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal a.cart_product_name {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
  line-height: 1;
  font-weight: 400;
  color: #222;
  text-transform: capitalize;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper:nth-child(3) .cart_productDetails_left_wrapper {
  width: 100%;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper {
  clear: both;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.card_message .heading_message {
  font-weight: 600;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.card_message .cart_productDetails_left_wrapper {
  width: 50%;
  line-height: 1.1;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .customize_product_attributes p {
  color: #777;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .edit_attributes {
  display: inline-block;
  margin: 10px 0;
  margin-left: 10px;
  font-size: 0.8rem;
}
@media (max-width: 414px) {
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .edit_attributes {
    margin-left: 0;
  }
}
@media (max-width: 23.42em) {
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .edit_attributes {
    display: block;
    margin: 0 0 10px 0;
  }
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .edit_attributes .order_link {
  color: #c70a4c;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes {
  margin: 10px 0;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-block;
  margin: 10px 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes .values {
  margin-right: 5px;
}
@media (max-width: 23.42em) {
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes .values {
    display: block;
    margin-bottom: 10px;
  }
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes .values .selectedAttribute {
  text-transform: uppercase;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes .values.Sizes, .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes .values.size, .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes .values.sizes {
  margin-bottom: 10px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes .values .selectedAttribute {
  text-transform: none;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes .values .selectedAttribute b {
  font-weight: normal;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .gift_wrapped_wrapper .gift_Icon {
  background: #FF5214;
  height: 35px;
  width: 35px;
  border-radius: 18px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 35px;
  vertical-align: middle;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .gift_wrapped_wrapper .gift_already_wrapped_message {
  line-height: 35px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper {
  float: left;
  width: 45%;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper.priceDetails {
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price {
  font-family: "Open Sans Condensed", sans-serif !important;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: #333;
  text-align: left;
  margin-bottom: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .eachLabel {
  font-size: 1rem;
  margin-left: 2px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .old_price .value {
  text-decoration: line-through;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .offer_price {
  margin-left: 15px;
  color: #c70a4c;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .offer_price.singleStore {
  margin-left: 15px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .offer_price.singleStore .sale-label {
  display: none;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .offer_price .value {
  font-size: 1.1rem;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .offer_price .sale-label {
  font-size: 1rem;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .avail {
  text-align: left;
  width: 100%;
  padding-right: 4px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .avail p {
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  display: inline-block;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .avail .warehouse_dispatch_details {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.7rem;
  line-height: 1;
  font-weight: 500;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .avail .inventory_widget {
  padding: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .avail .inventory_widget .sublist .text {
  font-size: 0.85rem;
  font-weight: 600;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p {
  color: #666;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 5px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p + p {
  display: inline-block;
  margin-right: 10px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p.limitLabel {
  left: 108px;
  position: absolute;
  top: 8px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY input {
  color: #666;
  width: 25px;
  border: solid 1px #ddd !important;
  font-weight: 500;
  text-align: center;
  height: 25px;
  padding: 1px !important;
  border-radius: 0 !important;
  font-size: 0.9rem;
}
@media (min-width: 1025px) {
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY input {
    width: 30px !important;
    height: 30px !important;
    background: url(https://d1z9dj6ki1ddtc.cloudfront.net/caret.png) 35px 11px no-repeat;
    width: 58px !important;
    height: 30px !important;
    padding-right: 24px !important;
    cursor: pointer;
    position: inherit;
    font-family: Lato, sans-serif;
    color: #333;
  }
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY .item-quantity {
  display: none;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .giftIt {
  position: absolute;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .giftIt input {
  margin: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .giftIt .helptoolTipContainer {
  width: 40px;
  cursor: pointer;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .giftIt label {
  margin-left: -4px;
  font-size: 14px;
  font-weight: normal;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .giftIt .helptoolTip {
  padding: 1px 7px;
  font-weight: 800;
  border: 1px solid #c70a4c;
  border-radius: 20px;
  font-size: 0.85rem;
  margin-left: 8px;
  color: #c70a4c;
  vertical-align: baseline;
  border: 1px solid #333333;
  color: #333333;
  font-size: 11px;
  font-weight: normal;
  padding: 0 3px;
  height: 14px;
  width: 14px;
  line-height: 1;
  vertical-align: middle;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .giftIt .helptoolTip .dijitReset {
  line-height: 1;
  margin-top: -1px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper {
  float: right;
  width: 55%;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper.priceDetails {
  width: 100px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .total {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .total .price {
  font-family: "Open Sans Condensed", sans-serif !important;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 800;
  text-align: right;
  padding-top: 10px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .deleteAndSaveforLater {
  text-align: right;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .deleteAndSaveforLater a {
  font-size: 0.8rem;
  margin: 10px;
  color: #c70a4c;
  margin: 10px 0px 10px 10px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper {
  position: relative;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_right_wrapper {
  height: 40px;
  line-height: 2;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_right_wrapper.edit_attributes_enabled {
  line-height: inherit;
  height: 70px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_right_wrapper.edit_attributes_enabled .deleteAndSaveforLater {
  position: absolute;
  bottom: -54px;
  right: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper {
  height: 40px;
  line-height: 2;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper.edit_attributes_enabled {
  line-height: inherit;
  height: 70px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper.edit_attributes_enabled .giftIt {
  position: static;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper.edit_attributes_enabled .edit_attributes {
  margin: 20px 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper.edit_attributes_enabled .edit_attributes.gift_options_disabled {
  position: absolute;
  bottom: -47px;
  margin: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper.edit_attributes_enabled .edit_attributes a {
  line-height: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper.edit_attributes_enabled .edit_attributes a.hover_underline {
  color: #c70a4c;
  font-size: 0.8rem;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size {
  float: none;
  padding: 11px 0 11px 0;
  padding: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .purchase_section.shopperActions {
  border-bottom: 0 !important;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  float: left;
  width: 100%;
  text-align: left;
  padding: 10px 0 30px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .purchase_section.shopperActions a {
  display: inline-block;
  font-size: 0.78rem;
  color: #c70a4c;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .purchase_section.shopperActions span.fa.fa-chevron-right {
  color: #c70a4c;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .purchase_section.shopperActions .done_button {
  font-style: italic;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  width: 100px;
  font-weight: 600;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .purchase_section .Apply_button_text {
  display: inline-block;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group {
  float: left;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .heading {
  padding-top: 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 0;
  text-transform: none;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .heading .selectedAttribute {
  font-weight: 500;
  margin-left: 5px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list {
  line-height: 35px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list li {
  display: block;
  float: left;
  margin: 0;
  cursor: pointer;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list li a img {
  border-radius: 100%;
  box-shadow: 0 0 0 1px transparent;
  vertical-align: middle;
  padding: 3px;
  height: 28px;
  width: 28px;
}
@media (min-width: 80.01em) {
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group {
    float: left;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group.border_swatch {
    border-left: 0 !important;
    margin-left: 0;
    border-right: 0 !important;
  }
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_label {
  padding-top: 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 2px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list {
  line-height: 37px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul[aria-label="Available Sizes"] li:last-child, .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul[aria-label=Sizes] li:last-child, .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul[aria-label=Size] li:last-child {
  width: auto;
  margin-left: 10px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul[aria-label="Available Sizes"] li:last-child:hover, .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul[aria-label=Sizes] li:last-child:hover, .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul[aria-label=Size] li:last-child:hover {
  box-shadow: 0 0 0 2px transparent;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul[aria-label="Available Sizes"] li:last-child a, .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul[aria-label=Sizes] li:last-child a, .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul[aria-label=Size] li:last-child a {
  color: #c70a4c;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul {
  list-style-type: none;
  padding: 0.25em 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul li {
  display: block;
  float: left;
  margin: 5px 10px 5px 0;
  height: 40px;
  min-width: 40px;
  border-radius: 24px;
  cursor: pointer;
  text-align: center;
  transition: box-shadow 0.75s ease;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul li a {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8rem;
  color: #333;
  text-decoration: none;
  border-radius: 24px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 100%;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul li a img {
  border-radius: 100%;
  vertical-align: middle;
  padding: 3px;
  box-shadow: 0 0 0 1px transparent;
  width: 100%;
  height: 100%;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul li.color_swatch_selected {
  box-shadow: 0 0 0 2px #c70a4c;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul li.color_swatch_selected.text_swatches a span.swatch_text {
  font-size: 0.8rem;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul li:hover {
  box-shadow: 0 0 0 2px #c70a4c;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul li.color_swatch_disabled {
  box-shadow: 0 0 0 2px #cacaca;
  opacity: 0.7;
  pointer-events: none;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul.text_swatches li {
  width: auto;
  padding: 0 8px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul.text_swatches li a {
  display: table;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul.text_swatches li a img {
  display: none;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul.text_swatches li a span.swatch_text {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  font-size: 0.8rem;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul.text_swatches li:hover {
  color: #c70a4c;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul.text_swatches li:hover a span.swatch_text {
  color: #c70a4c;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul.text_swatches li.color_swatch_selected a span.swatch_text {
  color: #c70a4c;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .clearfix_mobiles {
  display: none;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body .free_gift_container {
  margin-top: 15px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body .free_gift_container .button_align a {
  margin-left: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable {
  border: 0;
  border-radius: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content h2 {
  font-size: 1.8rem;
  padding: 7px 0 0 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row {
  margin: 0;
  border-bottom: solid 1px #ddd !important;
  width: 90%;
  position: relative;
  padding: 20px 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row.tableHeader {
  background: transparent;
  padding: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row.savedOrderFooterSection {
  display: none;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .availability, .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .quantity, .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .eachCost, .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .totalCost {
  width: 34%;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .availability .cell, .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .quantity .cell, .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .eachCost .cell, .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .totalCost .cell {
  margin: 0 0 10px 0;
  padding: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .quantityCellDiv {
  margin-top: 5px;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .previewImage {
  width: 165px;
  margin-right: 20px;
  height: 165px;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .previewImage .cell {
  padding: 0 10px 0 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .previewImage img {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  width: 100%;
  padding: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .name {
  width: -moz-calc(100% - 175px - 2% );
  width: -webkit-calc(100% - 175px - 2% );
  width: calc(100% - 175px - 2% );
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .name .cell {
  word-wrap: break-word;
  padding: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .name .cell .field {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
  line-height: 1;
  font-weight: 400;
  color: #333;
  margin: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .name .cell .field a {
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .quantity {
  text-align: left;
  clear: right;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .quantity .cell {
  float: left;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .quantity .cell span.spacer {
  font-size: 0.78rem;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .quantity .cell input {
  color: #666;
  width: 25px;
  padding: 1px !important;
  border: solid 1px #ddd !important;
  font-weight: 500;
  border-radius: 0;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .eachCost {
  text-align: left;
  margin-left: 0;
  height: 20px;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .eachCost .cell {
  float: left;
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 1.25rem;
  line-height: 1;
  color: #333;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .eachCost .cell .eachCostLabel {
  font-size: 1rem;
  font-weight: 600;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .inventory {
  text-transform: uppercase;
  width: -moz-calc(100% - 175px - 2% );
  width: -webkit-calc(100% - 175px - 2% );
  width: calc(100% - 175px - 2% );
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .inventory strong {
  font-size: 0.85rem;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .inventory .in_stock {
  color: #43a83a;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .inventory .out_of_stock {
  color: #c70a4c;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .inventory .Limited {
  color: #FF5214;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .inventory .Backorderable {
  color: #FF5214;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .totalCost {
  text-align: right;
  float: right;
  height: 20px;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .totalCost .cell {
  float: right;
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 1.45rem;
  line-height: 1;
  color: #333;
  font-weight: 600;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .actions {
  position: absolute;
  right: 0;
  bottom: 20px;
  margin: 0;
  width: auto;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .actions .cell {
  padding: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .actions .actionItem {
  border: 0;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .actions .actionItem:not(.inactive):hover {
  background: transparent;
  color: #009db5;
  cursor: pointer;
}
.shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .actions .actionTitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: normal;
  padding: 0;
  text-align: left;
  color: #c70a4c;
  margin: 10px 0 10px 20px;
}
.shop-cart #page .container_content_rightsidebar > .left_column .coordinate_body .left_column {
  width: inherit;
}
.shop-cart #page .right_column {
  width: 33.333333%;
}

@media (max-width: 1023px) {
  .shop-cart #page div.content_wrapper {
    padding: 0 7px;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column {
    float: none;
    padding: 0;
    margin: 0 2%;
    border: 0 !important;
  }
}
@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .shop-cart #page .container_content_rightsidebar > .left_column {
    width: inherit;
  }
}
@media (max-width: 1023px) {
  .shop-cart #page .container_content_rightsidebar > .left_column .shopping_cart_heading {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details {
    width: 100%;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_1_] {
    width: 122px;
    margin-right: 0;
    height: 122px;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_] {
    width: -moz-calc(100% - 122px);
    width: -webkit-calc(100% - 122px);
    width: calc(100% - 122px);
    padding-left: 3%;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_].singleStore .productNameWrapper {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_].hasDiscount .productNameWrapper {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_].multipleStores .productNameWrapper {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_].multipleStores.hasDiscount .productNameWrapper {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    top: initial;
    left: initial;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    padding: 15px 0 0 0;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .correspondingStoreLogoWrapper {
    position: relative;
    height: auto;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal h4 {
    padding: 0;
    width: 100%;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal a.cart_product_name {
    font-size: 1rem;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper {
    position: relative;
    height: auto;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent {
    height: auto;
    position: relative;
    top: 0;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent .multiple_store_Logo_wrapper {
    transform-origin: none;
    width: auto;
    line-height: 1.5;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    height: initial;
    margin-bottom: 20px;
    position: static;
    top: initial;
    margin-top: initial;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent .multiple_store_Logo_wrapper .addedFrom {
    position: static;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    width: inherit;
    color: #777;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper img {
    margin-left: 20px;
    width: 82px;
    height: auto;
    max-width: 82px;
    vertical-align: middle;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper img.isNativeStore {
    position: static;
    left: initial;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.card_message {
    position: relative;
    left: -moz-calc(-122px - 3%);
    left: -webkit-calc(-122px - 3%);
    left: calc(-122px - 3%);
    padding-top: 15px;
    font-size: 0.9rem;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.card_message .cart_productDetails_left_wrapper {
    width: 100%;
    max-width: 350px;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes {
    margin: 0;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper {
    width: 50%;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper.priceDetails {
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .avail .warehouse_dispatch_details {
    display: block !important;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price {
    font-size: 0.9rem;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .eachLabel {
    font-size: 0.8rem;
    margin-left: 2px;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .offer_price.singleStore {
    margin-left: 2px;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .offer_price .sale-label {
    display: none;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .offer_price .value {
    font-size: 0.9rem;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p.limitLabel {
    left: 108px;
    position: absolute;
    top: 6px;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper {
    width: 50%;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper.priceDetails {
    width: 100px;
    right: 0px;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .total {
    margin-top: -2px;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .total .price {
    font-size: 1rem;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper {
    position: relative;
    height: 30px;
    margin-left: -25px;
    margin-right: -5px;
    margin-top: -10px;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper .giftIt {
    position: absolute;
    bottom: 40px;
    right: 0;
    text-align: right;
    top: inherit;
    line-height: 1;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper.edit_attributes_enabled .giftIt {
    position: absolute;
    bottom: 52px;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper.edit_attributes_enabled .edit_attributes {
    position: absolute;
    top: 27px;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper.edit_attributes_enabled .edit_attributes.gift_options_disabled {
    position: absolute;
    top: 27px;
    margin: 20px 0;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_right_wrapper {
    position: absolute;
    width: 100%;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_right_wrapper.edit_attributes_enabled {
    line-height: inherit;
    height: auto;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size {
    padding: 11px 0;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .purchase_section.shopperActions {
    float: none;
    width: 20%;
    line-height: 0;
    clear: both;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group {
    float: left;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group.border_swatch {
    border-bottom: solid 1px #ddd !important;
    border-right: 0 !important;
    border-left: 0 !important;
    padding-bottom: 13px;
    padding-top: 5px;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul {
    clear: both;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .clearfix_mobiles {
    clear: both;
  }
}
@media (max-width: 1023px) {
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row {
    width: 100%;
    padding: 15px 0;
    display: table;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .actions {
    clear: both;
    float: none;
    width: 100%;
    position: relative;
    height: initial;
    bottom: 0;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .previewImage {
    width: 122px;
    height: 122px;
    margin-bottom: 3%;
    display: table-cell;
    float: none;
    vertical-align: top;
    margin-right: 3%;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .previewImage .cell {
    padding: 0;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .eachCost {
    padding-left: 3%;
    width: auto;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .eachCost .cell {
    font-size: 0.9rem;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .eachCost .cell .eachCostLabel {
    font-size: 0.8rem;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .totalCost {
    width: auto;
    float: right;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .totalCost .cell {
    font-size: 1rem;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .quantity {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding-left: 3%;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .actions {
    clear: both;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .inventory {
    padding-left: 3%;
    width: 100%;
    float: left;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .inventory .cell {
    padding-top: 5px;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .name {
    padding-left: 3%;
    width: 100%;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .name .cell .field {
    padding: 0;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .name .cell .field a {
    font-size: 1rem;
    line-height: 1.3;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row.tableHeader {
    padding: 0;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row.tableHeader h2 {
    font-size: 1.8rem;
    padding: 15px 0;
    font-weight: 400;
  }
}
@media (max-width: 1023px) {
  .shop-cart #page .container_content_rightsidebar > .left_column .coordinate_body .left_column {
    margin: auto;
  }
}
@media (max-width: 1023px) {
  .shop-cart #page .container_content_rightsidebar > .left_column .merchandisingAssociationWidget .content {
    width: 80%;
  }
}
@media (max-width: 1023px) {
  .shop-cart #page .right_column {
    width: 100%;
  }
  .shop-cart #page .right_column li.panel .accordion-toggle .accordion-toggle-text {
    display: none;
  }
}
@media (max-width: 39.8em) {
  .shop-cart #page .container_content_rightsidebar > .left_column .shopping_cart_heading {
    padding: 15px 0;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content h2 {
    padding: 15px 0;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
@media (max-width: 26.56em) {
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper.edit_attributes_enabled .edit_attributes {
    margin: 19px 0;
    position: absolute;
    left: -60px;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper.edit_attributes_enabled .edit_attributes.gift_options_disabled {
    position: absolute;
    top: 27px;
    margin: 20px 0;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .gift_wrapped_wrapper {
    position: relative;
    padding-left: 35px;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .gift_wrapped_wrapper .gift_Icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .gift_wrapped_wrapper .gift_already_wrapped_message {
    display: block;
    line-height: 17px;
    padding-left: 10px;
    padding-right: 30px;
  }
}
@media (max-width: 20em) {
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_1_] {
    width: 90px;
    height: 90px;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_] {
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    padding-left: 3%;
    padding-right: 0;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.card_message {
    position: relative;
    left: -moz-calc(-90px - 3%);
    left: -webkit-calc(-90px - 3%);
    left: calc(-90px - 3%);
    padding-top: 15px;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .purchase_section.shopperActions {
    float: none;
    width: 100%;
    line-height: 0;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group {
    float: left;
    width: 100%;
    max-width: 100%;
  }
  .shop-cart #page .container_content_rightsidebar > .left_column .listTable #SavedOrderItems_table_content .row .previewImage {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 519px) {
  .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p.limitLabel {
    left: 0;
    position: relative;
    top: 0;
    margin-bottom: 12px;
    font-size: 0.8rem;
  }
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .ch-price-summary-container .ch-summary-section {
  border-bottom: 1px solid #F1F1F1;
  color: #666666;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .ch-price-summary-container .ch-summary-section div {
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.3;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .ch-price-summary-container .ch-summary-section .priceDetails {
  float: right;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .ch-price-summary-container .ch-summary-section .priceDetails .price {
  color: #333333;
  float: right;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .ch-price-summary-container .ch-summary-section .priceDetails .price span span {
  color: #333333;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
}

@media screen and (min-width: 1024px) {
  .ch-price-summary-container {
    position: absolute;
    right: 15%;
    top: 30px;
    width: 15em;
  }

  .ch-discounts {
    color: #666666;
  }
  .ch-discounts .ch-discounts-tooltip {
    background-color: #fff;
    display: none;
    position: absolute;
    width: 283px;
    height: 110px;
    top: -7.1em;
    left: -11.7em;
    padding: 10px 18px;
    box-shadow: 0 1px 4px #B2B2B2;
  }
  .ch-discounts .ch-discounts-tooltip .ch-discount-summary {
    border-bottom: 1px dashed #979797;
  }
  .ch-discounts .ch-discounts-tooltip .ch-total_discount {
    padding: 10px 0;
  }
  .ch-discounts .ch-discounts-tooltip .ch-total_discount p {
    color: #333333 !important;
  }

  .ch-total-section {
    color: #666666;
    margin-top: 12px;
  }
  .ch-total-section .ch-total-text {
    font-size: 14px;
    display: inline-block;
    padding-top: 3px;
    color: #333;
    font-weight: 400;
  }
  .ch-total-section div.cart_productDetails_right_wrapper.priceDetails {
    display: inline-block !important;
    top: unset !important;
    right: unset !important;
    width: auto !important;
    color: #333333 !important;
    padding-top: 10px !important;
    position: relative !important;
  }
  .ch-total-section div.cart_productDetails_right_wrapper.priceDetails .total span.price {
    font-size: 18px !important;
    font-family: "Source Sans Pro", sans-serif !important;
  }
}
#PromotionCodeForm a.button_primary {
  background: transparent;
  border: none;
  margin-left: -72px;
  margin-top: -5px;
  padding: 0;
}
#PromotionCodeForm input#promoCode {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  outline: none !important;
}
.ch-added-services {
  color: #666666;
  margin: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.ch-added-services .ch-total-amount.ch-clone {
  float: right;
  color: #333333;
}
.ch-added-services strong {
  font-weight: 400;
  display: inline;
}
.ch-added-services .ch-added-services-icon {
  content: "";
  background: url(https://d1z9dj6ki1ddtc.cloudfront.net/info_icon.png) no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-left: 6px;
  position: absolute;
  right: 6.5em;
  
  z-index: 0;
}
.ch-discounts .ch-discounts-icon {
  content: "";
  background: url(https://d1z9dj6ki1ddtc.cloudfront.net/info_icon.png) no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-left: 6px;
  position: absolute;
  right: 6.5em;
  
  z-index: 0;
}
.ch-added-services .ch-added-services-tooltip:before {
  background-color: #fff;
  content: " ";
  display: block;
  position: absolute;
  top: 8.8em;
  right: 3em;
  height: 15px;
  width: 15px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.ch-added-services .ch-added-services-tooltip {
  background-color: #fff;
  position: absolute;
  display: none;
  width: 348px;
  height: 131px;
  bottom: 5.3em;
  left: -11.3em;
  padding: 10px 18px;
  box-shadow: 0 1px 4px #B2B2B2;
}
.gift-tooltip
{
    width: 383px !important;
    bottom: 5.2em !important;
    left: -14.7em !important;
    padding: 10px 13px !important;
    height:73px !important;
    position: unset !important;
    margin-top:-38px;
}
.gift-tooltip-description
{
	font-style: italic;
	font-size:14px;
}
.gift-services
{
  margin-block-start: -4.5em !important;
  margin-block-end: 0em !important;
  margin-inline-start: -147px !important;
  margin-inline-end: 545px !important;
}
.ch-added-services .gift-tooltip:before {
  background-color: #fff;
  content: " ";
  display: block;
  position: absolute;
  top:-0.5em;
 right:41.5em;
  height: 15px;
  width: 15px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  box-sizing: border-box;
}
.ch-added-services .gift-tootip-size:before {
top:-1.3em !important;
right:42.8em !important;
}
@media (min-width: 768px) and (max-width: 1023px)  {
.ch-added-services .gift-tooltip:before {
  background-color: #fff;
  content: " ";
  display: block;
  position: absolute;
  top:-1.3em;
  right:41.5em;
  height: 15px;
  width: 15px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  box-sizing: border-box;
}
.gift-tooltip-description
{
	font-size:12px !important;
}
.ch-added-services .gift-tootip-size:before {
top:-1.3em !important;
right:41.8em !important;
}
}
@media (max-width: 519px) {
.gift-tooltip{
	width: 321px !important;
    margin-left: 24px;
    height:82px !important;
    margin-top:-40px !important;
}
.ch-added-services .gift-tooltip:before{
  top:-0.9em !important;
  right:39.1em !important;
}
.gift-tooltip-description
{
	font-size:12px !important;
}
}
.ch-discounts .ch-added-services-tooltips:before {
  background-color: #fff;
  content: " ";
  display: block;
  position: absolute;
  top: 8.8em;
  right: 3em;
  height: 15px;
  width: 15px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.ch-discounts .ch-added-services-tooltips {
  background-color: #fff;
  position: absolute;
  display: none;
  width: 348px;
  height: 131px;
  bottom: 5.3em;
  left: -11.3em;
  padding: 10px 18px;
  box-shadow: 0 1px 4px #B2B2B2;
}
.ch-added-services .ch-added-services-tooltip .ch-added-services-description {
  border-bottom: 1px dashed #979797;
}
.ch-added-services .ch-added-services-tooltip .ch-added-services-summary .ch-added-services-title {
  font-weight: 600 !important;
}
.ch-added-services .ch-added-services-tooltip .ch-added-services-summary .ch-added-services-description span {
  font-style: italic;
  display: inline-block;
  padding: 3px 0;
}
.ch-added-services .ch-added-services-tooltip .ch-total-added-services {
  padding: 10px 0;
}
.ch-added-services .ch-added-services-tooltip .ch-total-added-services .ch-total-amount {
  float: right;
}
.ch-added-services .ch-added-services-tooltip p {
  color: #333333 !important;
}

.ch-discounts .ch-added-services-tooltips .ch-added-services-description {
  border-bottom: 1px dashed #979797;
}
.ch-discounts .ch-added-services-tooltips .ch-added-services-summary .ch-added-services-title {
  font-weight: 600 !important;
}
.ch-discounts .ch-added-services-tooltips .ch-added-services-summary .ch-added-services-description span {
  font-style: italic;
  display: inline-block;
  padding: 3px 0;
}
.ch-discounts .ch-added-services-tooltips .ch-total-added-services {
  padding: 10px 0;
}
.ch-discounts .ch-added-services-tooltips .ch-total-added-services .ch-total-amount {
  float: right;
}
.ch-discounts .ch-added-services-tooltips p {
  color: #333333 !important;
}

.cart_productDetails_left_wrapper .QTY input {
  background: url(https://d1z9dj6ki1ddtc.cloudfront.net/caret.png) 35px 11px no-repeat;
  width: 58px !important;
  height: 30px !important;
  padding-right: 24px !important;
  cursor: pointer;
  position: inherit;
  font-family: Lato, sans-serif;
  color: #333;
}

.ch-delete-btn {
  background: url(https://d1z9dj6ki1ddtc.cloudfront.net/close_branded.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  font-weight: 600;
  color: #CACACA;
  cursor: pointer;
  margin-left: -32px;
  margin-top: -2px;
  font-size: 30px;
}

.ch-delete-item-tooltip {
  background: url(https://d1z9dj6ki1ddtc.cloudfront.net/Item_Removal_BG.png) no-repeat;
  height: 149px;
  width: 273px;
  text-align: left;
  padding: 15px 25px 68px 20px;
  z-index: 1;
  position: absolute;
  right: -0.6em;
  top: 15%;
  display: none;
}
.ch-delete-item-tooltip .ch-delete-tooltip-title {
  color: #333333 !important;
  font-size: 16px;
  padding: 15px 5px;
}
.ch-delete-item-tooltip a {
  font-weight: 600;
}
.ch-delete-item-tooltip .ch-yes-btn {
  color: #C70A4C;
  border: 1px solid #C70A4C;
  right: 25px;
  padding: 7px 25px;
  position: absolute;
}
.ch-delete-item-tooltip .ch-no-btn {
  color: #333333;
  position: absolute;
  left: 24px;
  padding: 8px 15px;
}

.ch-qty-dropdown {
  display: none;
  position: absolute;
  margin-left: -58px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: 58px;
  line-height: 5px;
  border: 1px solid #DCDBD9;
  z-index: 2;
}
.ch-qty-dropdown a {
  color: #333333;
  font-size: 14px;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.ch-qty-dropdown > a:first-child {
  padding-top: 18px;
}

.ch-active {
  display: inline-block !important;
}

@media screen and (max-width: 1023px) {
  .ch-subtotal {
    display: none;
  }

  .ch-total-text {
    display: none;
  }

  .ch-total-text {
    display: none;
  }

  .ch-summary-section {
    border-bottom: none !important;
  }

  .total {
    padding-top: 28px !important;
    padding-right: 20px !important;
  }

  .th_align_left_normal {
    min-width: 90vw !important;
  }

}
.checkout-logon .content_wrapper {
  padding: 0 5% 40px;
}
.checkout-logon .container_content_rightsidebar #box .myaccount_header#shopping_cart_product_table_tall {
  border: inherit;
  padding: inherit;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning h1 {
  line-height: 2em;
  color: #c70a4c;
  font-size: 2rem;
  font-style: normal;
  text-transform: none;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .mos_checkout_signin_disclaimer {
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .mos_checkout_signin_disclaimer .privacy_statement_link {
  text-decoration: underline;
  color: #000 !important;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .mos_checkout_signin_disclaimer .mos_checkout_signin_disclaimer_non_us {
  list-style: disc !important;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .mos_checkout_signin_disclaimer .mos_checkout_signin_disclaimer_non_us li {
  list-style: disc !important;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning p.instruction {
  font-size: 0.9rem;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning hr.sectionBorder {
  display: none;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning {
  /*					.username, .forgotPassword {
  					    max-width: 450px;
  					}*/
  border: inherit;
  width: 50%;
  padding: 0 5% 0 0;
  border-right: 1px solid #b1b1b1;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning .form_input {
  width: 100%;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning .label_spacer, .checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning .label_spacer.filled, .checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning div > input[type=text],
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning div > input[type=password],
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning div > input[type=email],
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning div > input[type=tel],
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning div > input[type=text].filled,
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning div > input[type=password].filled,
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning div > input[type=email].filled,
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning div > input[type=tel].filled,
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning div > select.nolabel {
  padding: 0.4em 0.75em;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning p input[type=text],
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning p input[type=password],
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning p input[type=email],
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning p input[type=tel],
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning p textarea,
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning p select {
  padding: 0.7em 0.5em;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning p input[type=text].filled,
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning p input[type=password].filled,
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning p input[type=email].filled,
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning p input[type=tel].filled,
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning p textarea.filled,
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning h2 {
  font-size: 2rem;
  color: #000;
  font-weight: 200;
  font-style: normal;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning label[for=WC_CheckoutLogon_FormInput_rememberMe_In_Logon_2] span {
  vertical-align: top;
  font-weight: normal;
  font-size: 0.9rem;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning label[for=WC_CheckoutLogon_FormInput_rememberMe_In_Logon_2] span:before {
  top: 0;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning .new_returning_button {
  position: relative;
  bottom: 0;
  margin-left: 0;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning p label {
  font-weight: normal;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning .forgotPassword a {
  font-weight: 600;
  font-size: 0.9rem;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .new {
  width: 50%;
  padding: 0 0 0 5%;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .new h2 {
  font-size: 2rem;
  color: #000;
  font-style: normal;
  font-weight: 200;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .new .new_returning_button {
  position: relative;
  bottom: 0;
  margin-left: 0;
}
.checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .checkbox_label_registration {
  padding: 10px 0;
}

@media (max-width: 1023px) {
  .checkout-logon .content_wrapper {
    padding: 0;
  }
  .checkout-logon .container_content_rightsidebar #box #customers_new_or_returning > h1 {
    display: none;
    font-size: 1.4rem;
  }
  .checkout-logon .container_content_rightsidebar #box #customers_new_or_returning > h3 {
    padding: 0 5%;
  }
  .checkout-logon .container_content_rightsidebar #box #customers_new_or_returning hr.sectionBorder {
    display: block;
    border-top: 1px solid #b1b1b1;
    margin-top: 30px;
  }
  .checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning {
    width: 100%;
    padding: 0 5%;
    border: none;
  }
  .checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .returning h2 {
    font-size: 1.6rem;
    padding: 10px 0;
  }
  .checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .new {
    width: 100%;
    padding: 0 5%;
  }
  .checkout-logon .container_content_rightsidebar #box #customers_new_or_returning .new h2 {
    font-size: 1.6rem;
    padding: 10px 0;
  }
}
.shipping-page {
  /*@include media(">=768px") {
  .shipping_boxes:last-child {
  	border-left: 0;
  }
  }*/
}
.shipping-page .container_full_width > .row {
  margin: auto;
}
.shipping-page h1.checkoutFlowPageHeading {
  font-size: 1.8rem;
  padding: 7px 0 0 0;
  border-bottom: 1px solid #b1b1b1;
}
@media (max-width: 1023px) {
  .shipping-page h1.checkoutFlowPageHeading {
    padding: 15px 0;
    font-size: 1.5rem;
  }
}
.shipping-page h2 {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .shipping-page h2 {
    font-size: 1.2rem;
    padding: 15px 0 5px 0px;
  }
}
.shipping-page .checkout_header {
  color: #666;
}
.shipping-page #box {
  border-right: 1px solid #b1b1b1;
}
.shipping-page #box .body {
  border: 0 !important;
}
.shipping-page #box .body h2 {
  padding-bottom: 0px !important;
  /* margin-top: 30px;
  margin-bottom: -15px; */
}
.shipping-page .shipping_method_content {
  width: 100%;
}
@media (max-width: 1023px) {
  .shipping-page .shipping_method_content {
    border-bottom: 2px solid #cacaca;
  }
}
.shipping-page .shipping_method_content.row {
  margin: auto;
}
.shipping-page .denote_required_field {
  margin: 0;
}
.shipping-page .shipping_method, .shipping-page .gift-options {
  border-top: 1px solid #cacaca;
  padding: 0 3.5% 0px 0px;
}
.shipping-page .shipping_method h2 label, .shipping-page .gift-options h2 label {
  font-weight: 300;
}
.shipping-page .thisIsChild {
  padding-top: 10px;
}
.shipping-page .shipping_boxes {
  display: inline-block;
  width: 25%;
  border: 2px solid #cacaca;
  position: relative;
  padding: 7px;
  vertical-align: top;
  min-height: 200px;
  margin: 0 0 2% 0;
  text-align: center;
  margin: 0 10px 2% 0;
  /*input[type='radio'] {
      width: 20px;
      height: 20px;
      margin: 0 auto;
      margin-top: 43px;
      position: relative;
      display: block !important;
      &:checked {
          
      }
  }*/
}
@media (max-width: 1023px) {
  .shipping-page .shipping_boxes {
    margin: 0 0 2% 0;
  }
}
.shipping-page .shipping_boxes label {
  width: 100%;
}
.shipping-page .shipping_boxes .shipping-label {
  background: #F1F1F1;
  padding: 15px;
  color: #373737 !important;
  width: 100%;
  min-height: 131px;
  display: block;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .shipping-page .shipping_boxes .shipping-label {
    margin: 0 0 10px 0;
  }
}
.shipping-page .shipping_boxes .shipping-label span.top {
  font-weight: 600;
  font-size: 1.2rem;
}
@media (max-width: 399px) {
  .shipping-page .shipping_boxes .shipping-label span.top {
    font-size: 1em;
  }
}
.shipping-page .shipping_boxes .shipping-label span.last {
  font-weight: 600;
  font-size: 0.85rem;
  display: block;
}
@media (max-width: 399px) {
  .shipping-page .shipping_boxes .shipping-label span.last {
    font-size: 0.6em;
  }
}
.shipping-page .shipping_boxes .shipping-label hr {
  border: 0;
  background: #c70a4c;
  height: 4px;
  margin: 15px auto 5px;
  width: 50%;
}
.shipping-page .shipping_boxes .shipping-price {
  color: #009db5;
  font-family: "Source Sans Pro", sans-serif;
  margin: 15px 0;
  font-weight: 800;
  font-size: 1.25rem;
}
.shipping-page .shipping_boxes a {
  color: #c70a4c;
  font-size: 0.75rem;
  display: block;
  margin: 0 auto;
}
.shipping-page .shipping_boxes a:hover {
  text-decoration: underline;
}
.shipping-page .shipping_boxes:nth-child(3n) {
  border-right: 2px solid #cacaca;
}
.shipping-page #unregistered_form {
  font-size: 16px;
}
.shipping-page #unregistered_form .col1_bill {
  font-size: 16px;
  border-right: 0;
  width: 100%;
  padding-left: inherit;
  padding-right: 5%;
  margin-right: inherit;
}
.shipping-page #unregistered_form .col1_bill > h2 {
  color: #000;
  font-weight: 300;
}
.shipping-page #unregistered_form .col1_bill .row {
  margin: auto;
}
.shipping-page #unregistered_form .col1_bill .state {
  width: auto;
}
.shipping-page #unregistered_form .col1_bill .zip {
  margin: -2px 0 0 50px;
  margin: 0px 0 0 50px;
  width: auto;
}
/*.shipping-page #unregistered_form .col1_bill .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}*/
.shipping-page #unregistered_form .col1_bill .form_input {
  width: 100%;
}
.shipping-page #unregistered_form .col1_bill .label_spacer, .shipping-page #unregistered_form .col1_bill .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.shipping-page #unregistered_form .col1_bill .label_spacer.filled, .shipping-page #unregistered_form .col1_bill .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.shipping-page #unregistered_form .col1_bill div > input[type=text],
.shipping-page #unregistered_form .col1_bill div > input[type=password],
.shipping-page #unregistered_form .col1_bill div > input[type=email],
.shipping-page #unregistered_form .col1_bill div > input[type=tel],
.shipping-page #unregistered_form .col1_bill div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.shipping-page #unregistered_form .col1_bill div > input[type=text].filled,
.shipping-page #unregistered_form .col1_bill div > input[type=password].filled,
.shipping-page #unregistered_form .col1_bill div > input[type=email].filled,
.shipping-page #unregistered_form .col1_bill div > input[type=tel].filled,
.shipping-page #unregistered_form .col1_bill div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.shipping-page #unregistered_form .col1_bill div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.shipping-page #unregistered_form .col1_bill div > select.nolabel {
  padding: 0.4em 0.75em;
}
.shipping-page #unregistered_form .col1_bill div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.shipping-page #unregistered_form .col1_bill div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.shipping-page #unregistered_form .col1_bill div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.shipping-page #unregistered_form .col1_bill div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.shipping-page #unregistered_form .col1_bill p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.shipping-page #unregistered_form .col1_bill p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.shipping-page #unregistered_form .col1_bill p input[type=text],
.shipping-page #unregistered_form .col1_bill p input[type=password],
.shipping-page #unregistered_form .col1_bill p input[type=email],
.shipping-page #unregistered_form .col1_bill p input[type=tel],
.shipping-page #unregistered_form .col1_bill p textarea,
.shipping-page #unregistered_form .col1_bill p select {
  padding: 0.7em 0.5em;
}
.shipping-page #unregistered_form .col1_bill p input[type=text].filled,
.shipping-page #unregistered_form .col1_bill p input[type=password].filled,
.shipping-page #unregistered_form .col1_bill p input[type=email].filled,
.shipping-page #unregistered_form .col1_bill p input[type=tel].filled,
.shipping-page #unregistered_form .col1_bill p textarea.filled,
.shipping-page #unregistered_form .col1_bill p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.shipping-page #unregistered_form .col1_bill form .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.shipping-page #unregistered_form .col1_bill form .form_input {
  width: 100%;
}
.shipping-page #unregistered_form .col1_bill form .label_spacer, .shipping-page #unregistered_form .col1_bill form .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.shipping-page #unregistered_form .col1_bill form .label_spacer.filled, .shipping-page #unregistered_form .col1_bill form .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.shipping-page #unregistered_form .col1_bill form div > input[type=text],
.shipping-page #unregistered_form .col1_bill form div > input[type=password],
.shipping-page #unregistered_form .col1_bill form div > input[type=email],
.shipping-page #unregistered_form .col1_bill form div > input[type=tel],
.shipping-page #unregistered_form .col1_bill form div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.shipping-page #unregistered_form .col1_bill form div > input[type=text].filled,
.shipping-page #unregistered_form .col1_bill form div > input[type=password].filled,
.shipping-page #unregistered_form .col1_bill form div > input[type=email].filled,
.shipping-page #unregistered_form .col1_bill form div > input[type=tel].filled,
.shipping-page #unregistered_form .col1_bill form div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.shipping-page #unregistered_form .col1_bill form div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.shipping-page #unregistered_form .col1_bill form div > select.nolabel {
  padding: 0.4em 0.75em;
}
.shipping-page #unregistered_form .col1_bill form div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.shipping-page #unregistered_form .col1_bill form div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.shipping-page #unregistered_form .col1_bill form div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.shipping-page #unregistered_form .col1_bill form div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.shipping-page #unregistered_form .col1_bill form p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.shipping-page #unregistered_form .col1_bill form p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.shipping-page #unregistered_form .col1_bill form p input[type=text],
.shipping-page #unregistered_form .col1_bill form p input[type=password],
.shipping-page #unregistered_form .col1_bill form p input[type=email],
.shipping-page #unregistered_form .col1_bill form p input[type=tel],
.shipping-page #unregistered_form .col1_bill form p textarea,
.shipping-page #unregistered_form .col1_bill form p select {
  padding: 0.7em 0.5em;
}
.shipping-page #unregistered_form .col1_bill form p input[type=text].filled,
.shipping-page #unregistered_form .col1_bill form p input[type=password].filled,
.shipping-page #unregistered_form .col1_bill form p input[type=email].filled,
.shipping-page #unregistered_form .col1_bill form p input[type=tel].filled,
.shipping-page #unregistered_form .col1_bill form p textarea.filled,
.shipping-page #unregistered_form .col1_bill form p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.shipping-page #unregistered_form .col1_bill form .label_spacer, .shipping-page #unregistered_form .col1_bill form column_label {
  padding: 1.5em 0.5em;
}
.shipping-page #unregistered_form .col1_bill form .label_spacer.filled, .shipping-page #unregistered_form .col1_bill form column_label.filled {
  padding: 1em 0;
}
.shipping-page #unregistered_form .col1_bill select[name=country] {
  width: 250px !important;
}
.shipping-page #unregistered_form .col1_bill input[name=firstName] {
  width: 550px !important;
}
.shipping-page #unregistered_form .col1_bill input[name=lastName] {
  width: 550px !important;
}
.shipping-page #unregistered_form .col1_bill input[name=firstNameDisplay] {
  width: 550px !important;
}
.shipping-page #unregistered_form .col1_bill input[name=lastNameDisplay] {
  width: 550px !important;
}
.shipping-page #unregistered_form .col1_bill input[name=organizationUnitName] {
  width: 550px !important;
}
.shipping-page #unregistered_form .col1_bill input[name=address1] {
  width: 650px !important;
}
.shipping-page #unregistered_form .col1_bill input[name=address2] {
  width: 650px !important;
}
.shipping-page #unregistered_form .col1_bill input[name=address1] {
  width: 550px !important;
}
.shipping-page #unregistered_form .col1_bill input[name=address2] {
  width: 550px !important;
}
.shipping-page #unregistered_form .col1_bill input[name=city] {
  width: 550px !important;
}
.shipping-page #unregistered_form .col1_bill select[name=state] {
  width: 250px !important;
}
.shipping-page #unregistered_form .col1_bill input[name=zipCode] {
  width: 250px !important;
}
.shipping-page #unregistered_form .col1_bill input[name=phone1] {
  width: 250px !important;
}
.shipping-page #unregistered_form .col1_bill input[name=email1], .shipping-page #unregistered_form .col1_bill input[name=email1Display] {
  width: 550px !important;
}
.shipping-page #unregistered_form .col1_bill #amazonAddressBookWidgetDiv {
  width: 100%;
  height: 190px;
}
.shipping-page #unregistered_form .col1_bill #amazonAddressBookWidgetDiv iframe {
  display: block;
  border: 0 !important;
}
.shipping-page .editAddressLink, .shipping-page .newShippingAddressButton {
  padding: 5px 20px 5px 0;
  display: inline-block !important;
}
.shipping-page .editAddressLink a.tlignore img, .shipping-page .newShippingAddressButton a.tlignore img {
  display: none;
}
.shipping-page #centered_single_column_form_footer {
  padding-right: 0;
}
.shipping-page #updateShippingAddressButtonArea, .shipping-page #addShippingAddressButtonArea {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 344px) {
  .shipping-page #updateShippingAddressButtonArea, .shipping-page #addShippingAddressButtonArea {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .shipping-page #unregistered_form .col1_bill {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .shipping-page .paymentSection .billing_method {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .shipping-page .shipping_billing_height > .row {
    margin: auto;
  }
}
.shipping-page #drop_down_card .drop_down_billing .drop_down_shipping,
.shipping-page .shipping_address_content .drop_down_shipping {
  padding: 0.7em 1.2em;
  border: 2px solid #cacaca;
  height: auto;
  width: 30%;
  margin: 0.5em 0;
  font-size: 1em;
}
.shipping-page #drop_down_card .drop_down_billing #shippingAddressDisplayArea,
.shipping-page .shipping_address_content #shippingAddressDisplayArea {
  line-height: 1.5;
}
.shipping-page #updateShippingAddressButtonArea[style],
.shipping-page #addShippingAddressButtonArea[style] {
  display: inline-block !important;
}

@media (max-width: 1023px) {
  .shipping-page {
    /*.shipping_boxes {
    
    	        width: 50%;
    
    	        &:nth-of-type(2n+2) {
    	          border: $shipping-page-boxes-border;
    	        }	        
    
    		}*/
  }
  .shipping-page div.content_wrapper {
    padding: 0 20px;
  }
  .shipping-page #box {
    border: 0;
  }
  .shipping-page .shipping_method, .shipping-page .gift-options {
    padding: 0;
  }
  .shipping-page .shipping_boxes {
    width: 100%;
    margin-bottom: 0;
    min-height: 100px;
    border: 2px solid #cacaca;
    border-bottom: 1px;
  }
  .shipping-page .shipping_boxes label {
    width: auto;
    margin-bottom: 0;
  }
  .shipping-page .shipping_boxes .shipping-label {
    width: 50%;
    display: inline-block;
    float: left;
    min-height: 100px;
  }
  .shipping-page .shipping_boxes .shipping-price {
    color: #009db5;
    font-family: "Source Sans Pro", sans-serif;
    margin: 15px 0;
    font-weight: 800;
    font-size: 1.25rem;
  }
  .shipping-page .shipping_boxes a {
    display: none;
  }
  .shipping-page .shipping_boxes input[type=radio] {
    display: inline-block !important;
    margin-top: 43px;
  }
}
@media (max-width: 1023px) and (max-width: 344px) {
  .shipping-page #editAddressArea .button_secondary.button_left_padding {
    margin-left: 0px;
  }
}
@media (max-width: 1023px) {
  .shipping-page #unregistered_form .address input {
    font-size: 16px;
    font-family: inherit;
    color: inherit;
    margin: inherit;
    padding: inherit;
    height: inherit;
  }
  .shipping-page #unregistered_form .form_input {
    width: 100%;
  }
  .shipping-page #unregistered_form .label_spacer, .shipping-page #unregistered_form .column_label {
    position: absolute;
    padding: 1.4em 0.6em;
    transition: all 0.15s ease;
    font-weight: normal;
    text-transform: uppercase;
    pointer-events: none;
    font-size: 1em;
  }
  .shipping-page #unregistered_form .label_spacer.filled, .shipping-page #unregistered_form .column_label.filled {
    font-size: 0.563em;
    padding: 0.6em 0;
    margin: 1em 0 0 1em;
    font-weight: bold;
  }
  .shipping-page #unregistered_form div > input[type=text],
.shipping-page #unregistered_form div > input[type=password],
.shipping-page #unregistered_form div > input[type=email],
.shipping-page #unregistered_form div > input[type=tel],
.shipping-page #unregistered_form div > textarea {
    padding: 0.7em 0.5em;
    height: inherit;
    border: 1px solid #b1b1b1;
    height: 48px;
    width: 100%;
    margin: 0.5em 0;
  }
  .shipping-page #unregistered_form div > input[type=text].filled,
.shipping-page #unregistered_form div > input[type=password].filled,
.shipping-page #unregistered_form div > input[type=email].filled,
.shipping-page #unregistered_form div > input[type=tel].filled,
.shipping-page #unregistered_form div > textarea.filled {
    padding: 1.2em 0.5em 0.2em 0.5em;
    font-size: 16px;
  }
  .shipping-page #unregistered_form div > select {
    padding: 0.4em 0.2em;
    height: inherit;
    border: 1px solid #b1b1b1;
    width: 100%;
    margin: 0.5em 0;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    height: 48px;
  }
  .shipping-page #unregistered_form div > select.nolabel {
    padding: 0.4em 0.75em;
  }
  .shipping-page #unregistered_form div > select.nolabel option:nth-of-type(1) {
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
  }
  .shipping-page #unregistered_form div > select.filled {
    padding: 1.2em 0.5em 0.2em 0.5em;
    border-radius: 0;
  }
  .shipping-page #unregistered_form div > select.filled.drop_down_checkout {
    padding-left: 0.5em;
  }
  .shipping-page #unregistered_form div > select.no-float-label {
    padding: 0.4em 0.2em !important;
  }
  .shipping-page #unregistered_form p label {
    position: absolute;
    padding: 0.8em 0.7em;
    transition: all 0.15s ease;
    pointer-events: none;
  }
  .shipping-page #unregistered_form p label.filled {
    font-size: 0.563em;
    padding: 0;
    margin: 0.5em 0 0 1em;
  }
  .shipping-page #unregistered_form p input[type=text],
.shipping-page #unregistered_form p input[type=password],
.shipping-page #unregistered_form p input[type=email],
.shipping-page #unregistered_form p input[type=tel],
.shipping-page #unregistered_form p textarea,
.shipping-page #unregistered_form p select {
    padding: 0.7em 0.5em;
  }
  .shipping-page #unregistered_form p input[type=text].filled,
.shipping-page #unregistered_form p input[type=password].filled,
.shipping-page #unregistered_form p input[type=email].filled,
.shipping-page #unregistered_form p input[type=tel].filled,
.shipping-page #unregistered_form p textarea.filled,
.shipping-page #unregistered_form p select.filled {
    padding: 1.2em 0.5em 0.2em 0.5em;
  }
  .shipping-page #unregistered_form .col1_bill .zip {
    margin: auto;
  }
  .shipping-page #unregistered_form .col1_bill .state {
    width: 100%;
  }
  .shipping-page #unregistered_form .col1_bill .zip {
    width: 100%;
  }
  .shipping-page #unregistered_form .col1_bill select[name=country],
.shipping-page #unregistered_form .col1_bill input[name=firstName],
.shipping-page #unregistered_form .col1_bill input[name=lastName],
.shipping-page #unregistered_form .col1_bill input[name=firstNameDisplay],
.shipping-page #unregistered_form .col1_bill input[name=lastNameDisplay],
.shipping-page #unregistered_form .col1_bill input[name=organizationUnitName],
.shipping-page #unregistered_form .col1_bill input[name=address1],
.shipping-page #unregistered_form .col1_bill input[name=address2],
.shipping-page #unregistered_form .col1_bill input[name=city],
.shipping-page #unregistered_form .col1_bill select[name=state],
.shipping-page #unregistered_form .col1_bill input[name=zipCode],
.shipping-page #unregistered_form .col1_bill input[name=phone1],
.shipping-page #unregistered_form .col1_bill input[name=email1], .shipping-page #unregistered_form .col1_bill input[name=email1Display] {
    width: 100% !important;
  }
}
@media (max-width: 1023px) {
  .shipping-page #drop_down_card .drop_down_billing .drop_down_shipping,
.shipping-page .shipping_address_content .drop_down_shipping {
    width: auto;
    padding-right: 1.2em;
    max-width: 280px;
  }
}
.checkout-payment #WC_AjaxPaymentInformationForm_div_16b {
  padding-left: 0;
}
.checkout-payment label[for=payMethodId_1] span {
  font-size: 14px;
  color: #666;
}
.checkout-payment #billing_1,
.checkout-payment #billing_2 {
  padding-top: 8px;
}
.checkout-payment #billing_2 .billing_method {
  padding-top: 0;
  padding-bottom: 0;
}
.checkout-payment #billing_2 .billing_method label[for=payMethodId_2] {
  display: none;
}
.checkout-payment #billing_2 .billing_method > p {
  display: none;
}
.checkout-payment #unregistered_form [id^=WC_paymentChildCreateBillingAddress] {
  font-size: 16px;
}
.checkout-payment form .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.checkout-payment form .form_input {
  width: 100%;
}
.checkout-payment form .label_spacer, .checkout-payment form .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.checkout-payment form .label_spacer.filled, .checkout-payment form .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.checkout-payment form div > input[type=text],
.checkout-payment form div > input[type=password],
.checkout-payment form div > input[type=email],
.checkout-payment form div > input[type=tel],
.checkout-payment form div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.checkout-payment form div > input[type=text].filled,
.checkout-payment form div > input[type=password].filled,
.checkout-payment form div > input[type=email].filled,
.checkout-payment form div > input[type=tel].filled,
.checkout-payment form div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.checkout-payment form div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.checkout-payment form div > select.nolabel {
  padding: 0.4em 0.75em;
}
.checkout-payment form div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.checkout-payment form div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.checkout-payment form div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.checkout-payment form div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.checkout-payment form p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.checkout-payment form p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.checkout-payment form p input[type=text],
.checkout-payment form p input[type=password],
.checkout-payment form p input[type=email],
.checkout-payment form p input[type=tel],
.checkout-payment form p textarea,
.checkout-payment form p select {
  padding: 0.7em 0.5em;
}
.checkout-payment form p input[type=text].filled,
.checkout-payment form p input[type=password].filled,
.checkout-payment form p input[type=email].filled,
.checkout-payment form p input[type=tel].filled,
.checkout-payment form p textarea.filled,
.checkout-payment form p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.checkout-payment .container_full_width > .row {
  margin: auto;
}
.checkout-payment .container_full_width > .row .col8 {
  padding: 0 5% 0 0;
  border-right: 1px solid #b1b1b1;
}
.checkout-payment .container_full_width > .row .col8 #box {
  border: 0;
}
.checkout-payment .container_full_width > .row .col8 #box .editAddressLink, .checkout-payment .container_full_width > .row .col8 #box .newShippingAddressButton {
  padding: 5px 20px 5px 0;
  display: inline-block;
}
.checkout-payment .container_full_width > .row .col8 #box .editAddressLink a.tlignore img, .checkout-payment .container_full_width > .row .col8 #box .newShippingAddressButton a.tlignore img {
  display: none;
}
.checkout-payment .container_full_width > .row .col8 #box h1.checkoutFlowPageHeading {
  font-size: 1.8rem;
  padding: 7px 0 0 0;
  border-bottom: 1px solid #b1b1b1;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box h1.checkoutFlowPageHeading {
    padding: 15px 0;
    font-size: 1.8rem;
  }
}
.checkout-payment .container_full_width > .row .col8 #box h2 {
  padding: 0;
  font-size: 1.4rem;
  text-transform: capitalize;
  text-transform: inherit;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box h2 {
    font-size: 1.2rem;
    padding: 15px 0 5px 0px;
  }
}
.checkout-payment .container_full_width > .row .col8 #box p label {
  text-transform: none;
}
.checkout-payment .container_full_width > .row .col8 #box p label span {
  font-size: 1.1em;
}
.checkout-payment .container_full_width > .row .col8 #box p label span:before {
  top: 3px;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info {
  padding: 25px 0;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info h3 {
  font-size: 21px;
  font-weight: 300;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .optional {
  font-style: italic;
  font-weight: 500;
  font-size: 1.3rem;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .childrenAdded {
  padding-top: 20px;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .childrenAdded .controlBox .remove {
  padding-left: 20px;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .row {
  margin-left: 0;
  margin-right: 0;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .padding_top_bottom {
  padding: 15px 0;
  padding: 5px 0;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info label {
  margin-right: 25px;
  font-weight: normal;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper {
  position: relative;
  line-height: 28px;
  padding: 10px 10px 10px 50px;
  background-color: #FFEFF6;
  margin-top: 10px;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper .gift_icon_wrapper {
  position: absolute;
  left: 15px;
  top: 10px;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper .gift_icon_wrapper .glyphicon-gift {
  color: #c70a4c;
  font-size: 1.5rem;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper .gift_text {
  font-weight: bold;
  font-style: italic;
  color: #c70a4c;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper:after {
  content: "";
  position: absolute;
  background: url("/wcsstore/MattelSAS/images/ag_childInformation_ribbon.png") no-repeat;
  background-position: 0px 1px;
  height: 104%;
  width: 15px;
  background-size: 100% 100%;
  right: -15px;
  top: -2px;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .childName {
  max-width: 50%;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_select_wrapper {
  display: inline-block;
  margin-right: 10px;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_duedate_select {
  width: 185px !important;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_month_select, .checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_date_select {
  width: 100px !important;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_add_remove_link {
  font-size: 1rem;
  font-weight: bold;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .add_child_wrapper {
  padding: 25px 0;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper a {
  color: #c70a4c;
  font-size: 1rem;
  font-weight: 600;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper a.button_primary, .checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper a.button_secondary {
  font-weight: 500;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .childName {
    max-width: 100%;
  }
  .checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 46.8em) {
  .checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper {
    padding: 10px 100px 10px 52px;
    line-height: 16px;
  }
  .checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper .glyphicon-gift {
    font-size: 2rem;
  }
  .checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .hidden-lg {
    display: none;
  }
  .checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .add_child_wrapper {
    border-bottom: 1px solid #b1b1b1;
    border-top: 1px solid #b1b1b1;
  }
}
@media (max-width: 40.06em) {
  .checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info label {
    margin-right: 0;
    margin-bottom: 10px;
    width: 49%;
    vertical-align: top;
  }
  .checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper {
    padding-right: 5px;
    margin-right: 15px;
  }
  .checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_select_wrapper {
    margin-right: 5px;
  }
  .checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_duedate_select {
    width: 120px !important;
  }
  .checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_month_select, .checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_date_select {
    width: 70px !important;
  }
}
@media (max-width: 23.43em) {
  .checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_select_wrapper {
    margin-right: 0;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body {
  margin: 0 15px;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .body {
    margin: auto;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body#billingAddressCreateArea_1 {
  margin: 0;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .body {
    /*margin: 0;*/
    width: 100%;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection {
  border-bottom: 1px solid #b1b1b1;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection.paymentSection_no_border {
  border-bottom: 0;
  margin-bottom: 20px;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection.amazon_checkout {
  padding-bottom: 20px;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .row {
  margin: auto;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing_border {
  border: 0;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info {
  width: 100%;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .form_input {
  width: 100%;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .label_spacer, .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .label_spacer.filled, .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info div > input[type=text],
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info div > input[type=password],
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info div > input[type=email],
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info div > input[type=tel],
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info div > input[type=text].filled,
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info div > input[type=password].filled,
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info div > input[type=email].filled,
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info div > input[type=tel].filled,
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info div > select.nolabel {
  padding: 0.4em 0.75em;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info p input[type=text],
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info p input[type=password],
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info p input[type=email],
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info p input[type=tel],
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info p textarea,
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info p select {
  padding: 0.7em 0.5em;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info p input[type=text].filled,
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info p input[type=password].filled,
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info p input[type=email].filled,
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info p input[type=tel].filled,
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info p textarea.filled,
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info div[class^=label_] {
  font-size: 1.25em;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info div[class^=label_].filled {
  font-size: 10px;
  opacity: 0.8;
  padding: 0;
  margin: 1.25em 0 0 1em;
  padding-top: 3px;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .name_on_card {
  width: 470px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .name_on_card {
    width: 100%;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_number {
  width: 300px;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_number {
    width: 100%;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_number input.filled[name=account1] {
  background-repeat: no-repeat;
  background-size: 48px 28px;
  background-position: calc(100% - 7px);
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_number input.filled[name=account1].discover {
  background-image: url("/wcsstore/MattelSAS/images/colors/fp/discover.png");
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_number input.filled[name=account1].visa {
  background-image: url("/wcsstore/MattelSAS/images/colors/fp/visa.png");
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_number input.filled[name=account1].amex {
  background-image: url("/wcsstore/MattelSAS/images/colors/fp/amex.png");
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_number input.filled[name=account1].mastercard {
  background-image: url("/wcsstore/MattelSAS/images/colors/fp/mastercard.png");
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_cvv {
  width: 151px;
  margin: 0px 0px 0 19px;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_cvv {
    width: 50%;
    margin-left: 0;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_cvv .visaCVV2 {
  position: relative;
  top: -40px;
  left: 170px;
  display: block;
  width: 80px;
  left: calc(100% + 20px);
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_cvv .visaCVV2 .order_link {
  color: #c70a4c;
}
@media (max-width: 47.99em) {
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_cvv .visaCVV2 {
    left: 200px;
  }
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_expires_month_holder {
    width: 50%;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_expires_month_holder .expires_month {
  width: 140px;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_expires_month_holder .expires_month {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_expires_year_holder {
    width: 48%;
    margin-left: 2%;
  }
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_expires_year_holder:before, .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_expires_year_holder:after {
    content: " ";
    display: table;
  }
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_expires_year_holder:after {
    clear: both;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_expires_year_holder .expires_year {
  width: 141px;
  margin: 0 0 0 19px;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .card_expires_year_holder .expires_year {
    width: 100%;
    margin-left: 0;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info.gift .card_number {
  width: 300px;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info.gift .card_number {
    width: 100%;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info.gift .card_cvv {
  width: 151px;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info.gift .card_cvv {
    width: 50%;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info.gift .apply-button {
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  color: #c70a4c;
  margin: 15px 0 0 16px;
  font-family: "Source Sans Pro", sans-serif;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info.gift .apply-button a {
  margin: 5px 0;
  font-style: normal;
  text-transform: initial;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info.gift .apply-button {
    margin: auto;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info.gift .apply-button a {
  font-family: "Source Sans Pro", sans-serif;
  color: #c70a4c;
  font-size: 13px;
  line-height: 16px;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info.gift .apply-button i {
  color: #c70a4c;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container {
  max-width: inherit;
  margin: 0 0 5% 0;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container input[type=checkbox] + span:before {
  top: 3px;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address {
  width: 100%;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form > .form-item.hover_underline {
  text-align: center;
  width: 500px;
  display: block;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form .col1_bill {
  border: 0;
  float: none;
  padding: 0;
  width: 550px;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form .col1_bill #WC_PaymentCreateBillingForm_city_div_16 + .row > div:nth-of-type(1) {
  width: 45%;
  float: left;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form .col1_bill .zip {
  width: 45%;
  float: right;
  border-right: 0;
  width: 48%;
  padding: 0;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form .state {
  width: 48%;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form .state {
    width: 100%;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form #radio_choices label {
  font-size: 1rem;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form .cancel-button {
  width: 50%;
  float: left;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form #updateBillingAddressButtonArea, .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form #addBillingAddressButtonArea {
  width: 50%;
  float: left;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address .apply-button {
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  color: #c70a4c;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address .apply-button a {
  font-family: "Source Sans Pro", sans-serif;
  color: #c70a4c;
  font-size: 13px;
  line-height: 16px;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address .apply-button i {
  color: #c70a4c;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #PaymentBillingForm {
  /*#createNewBillingAddress_1 {
  	display: none;
  }*/
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #PaymentBillingForm .drop_down_billing {
  font-size: 16px;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #PaymentBillingForm #billingAddressDisplayArea_1 {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-top: 10px;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #PaymentBillingForm #billingAddressDisplayArea_1 a {
  padding: 0;
  color: #c70a4c;
  line-height: 2.5;
  font-size: 0.9rem;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #PaymentBillingForm #billingAddressDisplayArea_1 a {
    font-size: 0.8rem;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #PaymentBillingForm .drop_down_billing {
  height: auto;
  padding: 0.7em 0.5em;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address {
    padding-right: 0;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container #phoneEmailUpdate p {
  color: #666;
  font-weight: 500;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container #phoneEmailUpdate a {
  font-size: 0.9rem;
  padding-left: 0;
  color: #c70a4c;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .checkout_personal_Information_refresh_area .personal_info_phone_number {
  width: 300px;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .checkout_personal_Information_refresh_area .personal_info_phone_number {
    width: 100%;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .checkout_personal_Information_refresh_area .phone_type_select_wrapper {
  width: 151px;
  margin: 0px 0px 0 19px;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .checkout_personal_Information_refresh_area .phone_type_select_wrapper {
    width: 100%;
    margin-left: 0;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .checkout_personal_Information_refresh_area .personal_info_email {
  width: 300px;
}
@media (max-width: 1023px) {
  .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .checkout_personal_Information_refresh_area .personal_info_email {
    width: 100%;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .checkout_personal_Information_refresh_area .send_promo_emails {
  padding: 15px 0;
  font-size: 0.9rem;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .checkout_personal_Information_refresh_area a.button.text.gradient.gray {
  margin-left: 20px;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing #walletWidgetDiv {
  width: 100%;
  height: 190px;
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing #walletWidgetDiv iframe {
  display: block;
  border: 0 !important;
}
.checkout-payment #page .drop_down_billing,
.checkout-payment #page .drop_down_shipping {
  /*padding: 0.7em 0.5em;
  border: 2px solid $gray-lighter;
  border-radius: 0;
  height: auto;*/
  width: 30%;
  /*margin: 0.5em 0;
  font-size: 1em;*/
}
@media (max-width: 1023px) {
  .checkout-payment #page .drop_down_billing,
.checkout-payment #page .drop_down_shipping {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .checkout-payment #page #drop_down_card {
    width: 300px;
  }
}
.checkout-payment #page #drop_down_card .drop_down_billing {
  font-size: 14px;
  width: 100%;
}
.checkout-payment #updateShippingAddressButtonArea,
.checkout-payment #addShippingAddressButtonArea {
  display: inline-block !important;
  margin-top: 10px;
}

@media (max-width: 1023px) {
  html .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form > .form-item.hover_underline {
    width: 100%;
  }
  html .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form .col1_bill {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
  html .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form .col1_bill #WC_PaymentCreateBillingForm_city_div_16 + .row > div:nth-of-type(1),
html .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form .col1_bill .zip {
    float: none;
    width: 100%;
    display: inline-block;
    float: left;
  }
  html .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form .cancel-button {
    width: 100%;
    float: none;
    margin: 2% 0 0 0;
  }
  html .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form .cancel-button a {
    width: 100%;
  }
  html .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form #updateBillingAddressButtonArea, html .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form #addBillingAddressButtonArea {
    width: 100%;
    float: none;
  }
  html .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form #updateBillingAddressButtonArea a, html .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form #addBillingAddressButtonArea a {
    width: 100%;
  }
  html .checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container .billing_address #unregistered_form #PaymentCreateBillingForm .body {
    margin: 0;
  }
  html .checkout-payment .paymentSection .billing_method {
    padding-right: 0;
  }
  html .checkout-payment .shipping_billing_height > .row {
    margin: auto;
  }
}
.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .card_info .privacystatement {
  position: relative;
  margin-left: 30px;
  margin-top: 22px;
  float: left;
}

.order-review .container_full_width > .row {
  margin: auto;
}
.order-review div [id*=AttrSelection_] {
  width: 100%;
  margin-bottom: -20px;
  margin-top: 15px;
}
.order-review .multiple_stored_cart div[id^=AttrSelection_] {
  top: -100%;
  position: relative;
  margin-bottom: 0;
}
.order-review #box {
  min-height: 240px;
  color: #666;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  border-right: 1px solid #b1b1b1;
}
.order-review #box h1 {
  font-size: 1.8rem;
  padding: 7px 0 0 0;
}
@media (max-width: 1023px) {
  .order-review #box h1 {
    padding: 15px 0;
    font-size: 1.5rem;
  }
}
.order-review #box h2 {
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .order-review #box h2 {
    font-size: 1.2rem;
    padding: 15px 0 5px 0px;
  }
}
.order-review #box .contentline {
  height: initial;
  padding: 5px 0;
  border: 0;
}
.order-review #box .contentline strong {
  color: #c70a4c;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 {
  border: 0;
  border-top: 1px solid #b1b1b1;
  margin: 2% 8% 0px 0px;
  padding: 1% 0 0px 0;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 > .row {
  margin: auto;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 h5.title {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  color: #333;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 i {
  display: inline-block;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 i.VISA {
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  width: 69px;
  height: 40px;
  background-position: -199px -393px;
  /*
  *
  * Ribbon Ads */
  transform: scale(0.75);
  position: absolute;
  left: 10px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 i.DISCOVER {
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  background-position: -311px -691px;
  width: 48px;
  height: 28px;
  /*
  *
  * Ribbon Ads */
  transform: scale(1);
  position: absolute;
  left: 10px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 i.AMERICAN {
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  background-position: -258px -691px;
  width: 48px;
  height: 28px;
  /*
  *
  * Ribbon Ads */
  transform: scale(1);
  position: absolute;
  left: 10px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 i.MASTER {
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  background-position: -205px -691px;
  width: 48px;
  height: 28px;
  /*
  *
  * Ribbon Ads */
  transform: scale(1);
  position: absolute;
  left: 10px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 .card_details {
  display: block;
  min-height: 40px;
  position: relative;
  padding-left: 58px;
  line-height: 3;
}
@media (max-width: 1024px) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 .card_details {
    width: initial;
    line-height: 40px;
  }
}
@media (max-width: 26.56em) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 .card_details {
    padding-right: 15px;
    line-height: 20px;
  }
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 #billing_summary {
  border-bottom: 1px solid #b1b1b1;
  padding: inherit;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 #billing_summary .deleteAndSaveforLater {
  clear: both;
  font-size: 1.2em;
  padding: 15px 0 0;
  position: relative;
}
@media (max-width: 1024px) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 #billing_summary .deleteAndSaveforLater {
    margin-left: 2px;
    top: 0px;
  }
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 #billing_summary .billing_method,
.order-review #box .body#WC_SingleShipmentSummary_div_13 #billing_summary .billing_address {
  font-size: 1.175em;
  padding: 0;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 #shipping {
  font-size: 1.05em;
  border-bottom: 1px solid #b1b1b1;
  margin: 0;
  padding: 10px 0 20px 0;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 #shipping .deleteAndSaveforLater {
  clear: both;
  margin-left: 2px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 div#scheduling_options {
  display: none !important;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details {
  float: left;
  clear: both;
  padding-bottom: 10px;
  margin-top: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details {
    width: 100%;
  }
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_1_] {
  width: 165px;
  margin-right: 10px;
  height: 165px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_1_] a img {
  margin-bottom: 10px;
  border: 0;
  padding: 0;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_1_].multipleStores.hasDiscount {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_1_] {
    width: 122px;
    margin-right: 0;
    height: 122px;
  }
}
@media (max-width: 20em) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_1_] {
    width: 90px;
    height: 90px;
  }
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_2_] {
  width: -moz-calc(100% - 175px);
  width: -webkit-calc(100% - 175px);
  width: calc(100% - 175px);
  padding-left: 2%;
  float: left;
  position: relative;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_2_] .itemspecs a {
  padding: 0;
  margin: 0;
  color: #222;
  font-weight: 600;
  text-decoration: initial;
  cursor: default;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_2_] .total_discount {
  color: #222;
  font-weight: 600;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_2_].singleStore .terms {
  font-size: 0.7rem;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_2_].singleStore .productNameWrapper {
  width: 80%;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_2_].hasDiscount .productNameWrapper {
  width: 80%;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_2_].multipleStores.hasDiscount {
  margin-top: 0;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_2_].multipleStores.hasDiscount .productNameWrapper {
  width: 80%;
  position: static;
  height: initial;
  top: initial;
  left: initial;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_2_].multipleStores.hasDiscount .itemspecs a {
  color: #c70a4c;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_2_].multipleStores.hasDiscount .total_discount {
  color: #c70a4c;
}
@media (max-width: 1024px) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_2_] {
    width: -moz-calc(100% - 122px);
    width: -webkit-calc(100% - 122px);
    width: calc(100% - 122px);
    padding-left: 3%;
    padding-right: 0;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_2_].singleStore .productNameWrapper {
    width: 80%;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_2_].hasDiscount .productNameWrapper {
    width: 80%;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_2_].multipleStores.hasDiscount .productNameWrapper {
    width: 80%;
    top: initial;
    left: initial;
  }
}
@media (max-width: 20em) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_2_] {
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    padding-left: 0;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div[id^=WC_OrderItemDetailsf_div_2_].singleStore .productNameWrapper {
    left: -90px;
  }
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details div.attributes_display_container {
  clear: both;
  margin: 0;
  padding: 10px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details tr.nested {
  display: none;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal {
  min-width: 120px;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size {
  float: none;
  padding: 11px 0 11px 0;
  padding: 0;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .purchase_section.shopperActions {
  border-bottom: 0 !important;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  float: left;
  width: 100%;
  text-align: left;
  padding: 10px 0 30px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .purchase_section.shopperActions a {
  display: inline-block;
  font-size: 0.78rem;
  color: #c70a4c;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .purchase_section.shopperActions span.fa.fa-chevron-right {
  color: #c70a4c;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .purchase_section.shopperActions .done_button {
  font-style: italic;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  width: 100px;
  font-weight: 600;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .purchase_section .Apply_button_text {
  display: inline-block;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group {
  float: left;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group.border_swatch .color_swatch_list ul li:last-child {
  width: auto;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .heading {
  padding-top: 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 0;
  text-transform: none;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .heading .selectedAttribute {
  font-weight: 500;
  margin-left: 5px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list {
  line-height: 35px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list li {
  display: block;
  float: left;
  margin: 0;
  cursor: pointer;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list li a img {
  border-radius: 100%;
  box-shadow: 0 0 0 1px transparent;
  vertical-align: middle;
  padding: 3px;
  height: 28px;
  width: 28px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list li a img.color_swatch_selected {
  box-shadow: 0 0 0 1px transparent;
}
@media (min-width: 80.01em) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group {
    float: left;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group.border_swatch {
    border-left: 0 !important;
    margin-left: 0;
    border-right: 0 !important;
  }
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_label {
  padding-top: 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 2px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list {
  line-height: 37px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul[aria-label="Available Sizes"] li:last-child, .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul[aria-label=Sizes] li:last-child, .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul[aria-label=Size] li:last-child {
  width: auto;
  margin-left: 10px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul[aria-label="Available Sizes"] li:last-child a, .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul[aria-label=Sizes] li:last-child a, .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul[aria-label=Size] li:last-child a {
  color: #c70a4c;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul[aria-label="Available Sizes"] li:last-child:hover, .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul[aria-label=Sizes] li:last-child:hover, .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul[aria-label=Size] li:last-child:hover {
  box-shadow: 0 0 0 2px transparent;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul {
  list-style-type: none;
  padding: 0.25em 0;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul li {
  display: block;
  float: left;
  margin: 5px 10px 5px 0;
  height: 40px;
  min-width: 40px;
  border-radius: 24px;
  cursor: pointer;
  text-align: center;
  transition: box-shadow 0.75s ease;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul li a {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8rem;
  color: #333;
  text-decoration: none;
  border-radius: 24px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 100%;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul li a img {
  border-radius: 100%;
  vertical-align: middle;
  padding: 3px;
  box-shadow: 0 0 0 1px transparent;
  width: 100%;
  height: 100%;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul li.color_swatch_selected {
  box-shadow: 0 0 0 2px #c70a4c;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul li.color_swatch_selected.text_swatches a span.swatch_text {
  font-size: 0.8rem;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul li:hover {
  box-shadow: 0 0 0 2px #c70a4c;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul li.color_swatch_disabled {
  box-shadow: 0 0 0 2px #cacaca;
  opacity: 0.7;
  pointer-events: none;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul.text_swatches li {
  width: auto;
  padding: 0 8px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul.text_swatches li a {
  display: table;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul.text_swatches li a img {
  display: none;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul.text_swatches li a span.swatch_text {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  font-size: 0.8rem;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul.text_swatches li:hover {
  color: #c70a4c;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul.text_swatches li:hover a span.swatch_text {
  color: #c70a4c;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul.text_swatches li.color_swatch_selected a span.swatch_text {
  color: #c70a4c;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .InlineShopCartEdit .clearfix_mobiles {
  display: none;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper {
  position: relative;
  height: 100%;
  display: inline-table;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent {
  height: 1px;
  position: absolute;
  top: 50%;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent .multiple_store_Logo_wrapper {
  transform: rotate(-90deg) translateY(-88px);
  -ms-transform: rotate(-90deg) translateY(-88px);
  -webkit-transform: rotate(-90deg) translateY(-88px);
  transform-origin: top center;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  text-align: center;
  width: 185px;
  line-height: 3.6;
}
@media (max-width: 79.99em) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent .multiple_store_Logo_wrapper {
    width: 175px;
  }
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent .multiple_store_Logo_wrapper .addedFrom {
  font-size: 0.59rem;
  letter-spacing: 1px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.FP .correspondingStoreLogoContent .multiple_store_Logo_wrapper img {
  width: auto;
  height: 26px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.FP .correspondingStoreLogoContent .multiple_store_Logo_wrapper .addedFrom {
  margin-right: 4px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.HW .correspondingStoreLogoContent .multiple_store_Logo_wrapper img {
  width: auto;
  height: 26px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.HW .correspondingStoreLogoContent .multiple_store_Logo_wrapper .addedFrom {
  margin-right: 4px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.HWC .correspondingStoreLogoContent .multiple_store_Logo_wrapper img {
  width: auto;
  height: 45px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.HWC .correspondingStoreLogoContent .multiple_store_Logo_wrapper .addedFrom {
  margin-right: 4px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.SM .correspondingStoreLogoContent .multiple_store_Logo_wrapper img {
  width: auto;
  height: 36px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.SM .correspondingStoreLogoContent .multiple_store_Logo_wrapper .addedFrom {
  margin-right: 4px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.BA .correspondingStoreLogoContent .multiple_store_Logo_wrapper img {
  width: auto;
  height: 47px;
}
@media (max-width: 1023px) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper {
    position: relative;
    height: auto;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent {
    height: auto;
    position: relative;
    top: 0;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent .multiple_store_Logo_wrapper {
    transform-origin: none;
    width: auto;
    line-height: 1.5;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    height: initial;
    margin-bottom: 20px;
    position: static;
    top: initial;
    margin-top: initial;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent .multiple_store_Logo_wrapper .addedFrom {
    position: static;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    width: inherit;
    color: #777;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper img {
    margin-left: 20px;
    width: 82px;
    height: auto;
    max-width: 82px;
    vertical-align: middle;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper img.isNativeStore {
    position: static;
    left: initial;
  }
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #777;
  text-align: left;
  margin: 5px 0;
}
@media (max-width: 1023px) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal h4 {
    padding: 0;
  }
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal a.cart_product_name {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #222;
}
@media (max-width: 1023px) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal a.cart_product_name {
    font-size: 1rem;
  }
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper {
  clear: both;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.card_message .heading_message {
  font-weight: 600;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.card_message .cart_productDetails_left_wrapper {
  width: 50%;
  margin-bottom: 15px;
  line-height: 1.1;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .edit_attributes {
  display: inline-block;
  margin: 10px 0;
  margin-left: 10px;
  font-size: 0.8rem;
}
@media (max-width: 414px) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .edit_attributes {
    margin-left: 0;
  }
}
@media (max-width: 23.42em) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .edit_attributes {
    display: block;
    margin: 0 0 10px 0;
  }
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .edit_attributes .order_link {
  color: #c70a4c;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes {
  margin: 10px 0;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-block;
  margin: 10px 0;
  float: left;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes .values {
  margin-right: 5px;
}
@media (max-width: 23.42em) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes .values {
    display: block;
    margin-bottom: 10px;
  }
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes .values .selectedAttribute {
  text-transform: uppercase;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes .values.Sizes, .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes .values.size, .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes .values.sizes {
  margin-bottom: 10px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes .values .selectedAttribute {
  text-transform: none;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes .values .selectedAttribute b {
  font-weight: normal;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .edit_attributes a, .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .deleteAndSaveforLater a {
  color: #c70a4c;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .edit_attributes a.hover_underline, .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .deleteAndSaveforLater a.hover_underline {
  color: #c70a4c;
  font-size: 0.9rem;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper #UpdateCartItem, .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .edit_attributes {
  float: left;
  color: #c70a4c;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .deleteAndSaveforLater {
  float: right;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .customize_product_attributes p {
  color: #777;
}
@media (max-width: 768px) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper {
    position: relative;
    height: 30px;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper .giftIt {
    position: absolute;
    bottom: 90px;
    right: 0;
    text-align: right;
    top: inherit;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper .giftIt .helptoolTip {
    vertical-align: text-top;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper .edit_attributes {
    margin: 0;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_right_wrapper {
    position: absolute;
    width: 100%;
  }
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper {
  position: relative;
  margin-top: 10%;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper {
  float: left;
  width: 50%;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper.priceDetails {
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 0.9rem !important;
  line-height: 1;
  color: #777;
  text-align: left;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .eachLabel {
  font-size: 0.7rem;
  margin-left: 2px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .old_price .value {
  text-decoration: line-through;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .offer_price {
  margin-left: 15px;
  color: #c70a4c;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .offer_price.singleStore {
  margin-left: 15px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .offer_price.singleStore .sale-label {
  display: none;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .offer_price .value {
  font-size: 1.1rem;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .offer_price .sale-label {
  font-size: 0.7rem;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .avail {
  /*display : none;*/
  text-align: left;
  width: 100%;
  padding-right: 4px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .avail p {
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  display: inline-block;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .avail .inventory_widget {
  padding: 10px 0 0 0;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .avail .warehouse_dispatch_details {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 768px) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .avail .warehouse_dispatch_details {
    display: none;
  }
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p {
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 500;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p b {
  text-transform: uppercase;
  font-size: 0.8rem;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p input {
  color: #777;
  width: 25px;
  height: 25px;
  padding: 6px 0 !important;
  text-align: center;
  border: solid 1px #ddd;
  font-weight: 500;
  font-size: 0.9rem;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p input:disabled {
  background: transparent;
  border: 0;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p.isInputDisable, .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p.item-quantity {
  display: inline;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .giftIt {
  position: absolute;
  top: -20px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .giftIt input {
  margin: 0;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .giftIt .helptoolTip {
  padding: 1px 7px;
  font-weight: 600;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 0.825rem;
  margin-left: 10px;
  color: #009db5;
  vertical-align: baseline;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper {
  float: right;
  width: 50%;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper.priceDetails {
  width: 100px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .total {
  width: 100%;
  padding-top: 0;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .total .price {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 500;
  text-align: right;
  padding-top: 10px;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .deleteAndSaveforLater {
  text-align: right;
}
.order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .deleteAndSaveforLater a {
  color: #009db5;
  font-size: 0.9rem;
  margin: 10px;
}

@media (max-width: 1023px) {
  .order-review .container_full_width > .row {
    margin: auto;
  }
  .order-review .nonRWDPage {
    min-width: inherit;
  }
  .order-review #box {
    border-right: 0;
  }
  .order-review #box .contentline {
    border: 0;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 {
    margin: 2% 10% 0px 0px;
    padding: 1% 0 0px 0;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 > .row {
    margin: auto;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 #billing_summary .billing_method,
.order-review #box .body#WC_SingleShipmentSummary_div_13 #billing_summary .billing_address {
    margin: 20px 0;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 #shipping {
    margin: 0px 0 20px 0;
    padding: 10px 0 20px 0;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 #shipping h2 {
    display: none;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 #shipping .shipping_address_summary,
.order-review #box .body#WC_SingleShipmentSummary_div_13 #shipping .shipping_method_summary {
    float: none;
    widht: 100%;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 div#scheduling_options {
    display: none !important;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.card_message {
    position: relative;
    left: -moz-calc(-122px - 3%);
    left: -webkit-calc(-122px - 3%);
    left: calc(-122px - 3%);
    padding-top: 15px;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.card_message .cart_productDetails_left_wrapper {
    width: 100%;
    max-width: 350px;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes {
    margin: 10px 0;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper.priceDetails {
    width: -moz-calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper.quantitySmallScreen {
    width: 100%;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p {
    margin: 0 0 5px 0;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each {
    padding-top: 0;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .eachLabel {
    margin-left: 2px;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .offer_price.singleStore {
    margin-left: 2px;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .offer_price .sale-label {
    display: none;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .offer_price .value {
    font-size: 0.9rem;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper.priceDetails {
    width: 55px;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .total {
    padding-top: 0;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .total .price {
    font-size: 0.9rem !important;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .InlineShopCartEdit .color_and_size {
    padding: 11px 0;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .InlineShopCartEdit .color_and_size:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .InlineShopCartEdit .color_and_size .purchase_section.shopperActions {
    float: none;
    width: 20%;
    line-height: 0;
    clear: both;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .InlineShopCartEdit .color_and_size .swatches_group {
    float: left;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .InlineShopCartEdit .color_and_size .swatches_group.border_swatch {
    border-bottom: solid 1px #ddd !important;
    border-right: 0 !important;
    border-left: 0 !important;
    padding-bottom: 13px;
    padding-top: 5px;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list ul {
    clear: both;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .InlineShopCartEdit .clearfix_mobiles {
    clear: both;
  }
}
@media (max-width: 26.56em) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes, .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .edit_attributes {
    float: none;
    clear: both;
    display: block;
  }
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .edit_attributes {
    margin-bottom: 30px;
  }
}
@media (max-width: 20em) {
  .order-review #box .body#WC_SingleShipmentSummary_div_13 table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.card_message {
    position: relative;
    left: -moz-calc(-90px - 3%);
    left: -webkit-calc(-90px - 3%);
    left: calc(-90px - 3%);
    padding-top: 0;
  }
}
.order-confirmation .content_wrapper {
  padding: inherit;
}
.order-confirmation .container_full_width > .row {
  margin: auto;
}
.order-confirmation .top-content {
  height: 400px;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .order-confirmation .top-content {
    height: initial;
  }
}
.order-confirmation .top-content .confirmation-box {
  padding: 3% 0 5% 3%;
  padding: 8% 0 5% 8%;
  background-size: 170px;
  height: 400px;
  border: 1px solid #cacaca;
}
.order-confirmation .top-content .confirmation-box h1 {
  padding: 0;
  color: #c70a4c;
  font-size: 3.25rem;
}
.order-confirmation .top-content .confirmation-box hr {
  border: 0;
  background: #fff;
  height: 5px;
  width: 50px;
  margin: 0 0 25px 0;
}
.order-confirmation .top-content .confirmation-box p {
  padding: 0;
  color: #333;
  font-size: 1.3em;
}
.order-confirmation .top-content .confirmation-box p.orderNumberMessage {
  color: #c70a4c;
  margin-top: 5%;
}
@media (max-width: 1023px) {
  .order-confirmation .top-content .confirmation-box p.orderNumberMessage {
    margin-top: initial;
  }
}
.order-confirmation .top-content .confirmation-box p strong {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 1px;
  pointer-events: none;
}
.order-confirmation .top-content .confirmation-box p strong a {
  text-decoration: none;
  color: inherit;
}
.order-confirmation .top-content .confirmation-box p.last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .order-confirmation .top-content .confirmation-box {
    background-position: 100% -15px;
    height: initial;
    background-size: 130px;
    padding: 30px 145px 30px 15px;
  }
  .order-confirmation .top-content .confirmation-box hr {
    width: 40px;
  }
  .order-confirmation .top-content .confirmation-box .orderNumberMessage {
    margin-bottom: 5px;
  }
  .order-confirmation .top-content .confirmation-box p strong {
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .order-confirmation .top-content .confirmation-box h1 {
    font-size: 1.5rem;
  }
  .order-confirmation .top-content .confirmation-box hr {
    width: 30px;
  }
  .order-confirmation .top-content .confirmation-box p strong {
    font-size: 1.25rem;
  }
}
@media (max-width: 29.75em) {
  .order-confirmation .top-content .confirmation-box {
    background-size: 85px;
    padding: 25px 10px 15px 10px;
  }
  .order-confirmation .top-content .confirmation-box h1 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .order-confirmation .top-content .confirmation-box hr {
    width: 25px;
    margin-bottom: 15px;
    margin-top: 7px;
  }
  .order-confirmation .top-content .confirmation-box p {
    font-size: 0.9rem;
    line-height: 1;
  }
  .order-confirmation .top-content .confirmation-box p strong {
    font-size: 1rem;
  }
}
.order-confirmation .top-content .create-account-confirmation-box {
  padding: 5% 10%;
  padding: 5%;
  background: #F1F1F1;
  height: 400px;
  border-bottom: 1px solid #F1F1F1;
  margin: 0 -1px 0 0;
}
.order-confirmation .top-content .create-account-confirmation-box form .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.order-confirmation .top-content .create-account-confirmation-box form .form_input {
  width: 100%;
}
.order-confirmation .top-content .create-account-confirmation-box form .label_spacer, .order-confirmation .top-content .create-account-confirmation-box form .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.order-confirmation .top-content .create-account-confirmation-box form .label_spacer.filled, .order-confirmation .top-content .create-account-confirmation-box form .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.order-confirmation .top-content .create-account-confirmation-box form div > input[type=text],
.order-confirmation .top-content .create-account-confirmation-box form div > input[type=password],
.order-confirmation .top-content .create-account-confirmation-box form div > input[type=email],
.order-confirmation .top-content .create-account-confirmation-box form div > input[type=tel],
.order-confirmation .top-content .create-account-confirmation-box form div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.order-confirmation .top-content .create-account-confirmation-box form div > input[type=text].filled,
.order-confirmation .top-content .create-account-confirmation-box form div > input[type=password].filled,
.order-confirmation .top-content .create-account-confirmation-box form div > input[type=email].filled,
.order-confirmation .top-content .create-account-confirmation-box form div > input[type=tel].filled,
.order-confirmation .top-content .create-account-confirmation-box form div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.order-confirmation .top-content .create-account-confirmation-box form div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.order-confirmation .top-content .create-account-confirmation-box form div > select.nolabel {
  padding: 0.4em 0.75em;
}
.order-confirmation .top-content .create-account-confirmation-box form div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.order-confirmation .top-content .create-account-confirmation-box form div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.order-confirmation .top-content .create-account-confirmation-box form div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.order-confirmation .top-content .create-account-confirmation-box form div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.order-confirmation .top-content .create-account-confirmation-box form p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.order-confirmation .top-content .create-account-confirmation-box form p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.order-confirmation .top-content .create-account-confirmation-box form p input[type=text],
.order-confirmation .top-content .create-account-confirmation-box form p input[type=password],
.order-confirmation .top-content .create-account-confirmation-box form p input[type=email],
.order-confirmation .top-content .create-account-confirmation-box form p input[type=tel],
.order-confirmation .top-content .create-account-confirmation-box form p textarea,
.order-confirmation .top-content .create-account-confirmation-box form p select {
  padding: 0.7em 0.5em;
}
.order-confirmation .top-content .create-account-confirmation-box form p input[type=text].filled,
.order-confirmation .top-content .create-account-confirmation-box form p input[type=password].filled,
.order-confirmation .top-content .create-account-confirmation-box form p input[type=email].filled,
.order-confirmation .top-content .create-account-confirmation-box form p input[type=tel].filled,
.order-confirmation .top-content .create-account-confirmation-box form p textarea.filled,
.order-confirmation .top-content .create-account-confirmation-box form p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.order-confirmation .top-content .create-account-confirmation-box h4 {
  padding: 0;
  font-size: 1.5rem;
}
@media (max-width: 1023px) {
  .order-confirmation .top-content .create-account-confirmation-box h4 {
    margin-bottom: 10px;
  }
}
.order-confirmation .top-content .create-account-confirmation-box p {
  padding: 0;
}
.order-confirmation .top-content .create-account-confirmation-box p small {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0;
}
.order-confirmation .top-content .create-account-confirmation-box p small strong {
  padding: 0;
}
.order-confirmation .top-content .create-account-confirmation-box input {
  padding: 10px;
  border-radius: 0;
}
.order-confirmation .top-content .create-account-confirmation-box label {
  margin: 5% 0 5% 0;
  margin: 3% 0 3% 0;
}
@media (max-width: 1023px) {
  .order-confirmation .top-content .create-account-confirmation-box label {
    margin: 5px 0 15px 0;
  }
}
.order-confirmation .top-content .create-account-confirmation-box label input {
  padding: 0;
}
.order-confirmation .top-content .create-account-confirmation-box label span {
  font-size: 0.9em;
  font-weight: normal;
}
.order-confirmation .top-content .create-account-confirmation-box .button.primary {
  min-width: 120px;
  padding: 2px 0px;
  margin-top: 15px;
}
.order-confirmation .top-content .create-account-confirmation-box .button.primary span {
  font-weight: normal;
  font-size: 1em;
}
.order-confirmation .top-content .create-account-confirmation-box .legalStatement {
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .order-confirmation .top-content .create-account-confirmation-box {
    padding: 30px 10px;
    height: initial;
  }
  .order-confirmation .top-content .create-account-confirmation-box .newsletter_wrapper {
    display: block;
    margin: 11px 0;
  }
  .order-confirmation .top-content .create-account-confirmation-box .newsletter_wrapper .newsletter_text {
    display: block;
    position: relative;
    padding-left: 40px;
    min-height: 40px;
    line-height: 40px;
    padding-right: 10px;
    font-size: 0.875rem;
    font-weight: normal;
  }
  .order-confirmation .top-content .create-account-confirmation-box .newsletter_wrapper .newsletter_text:before {
    position: absolute;
    left: 0;
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .order-confirmation .top-content .create-account-confirmation-box {
    padding: 15px 10px;
  }
}
@media (max-width: 29.75em) {
  .order-confirmation .top-content .create-account-confirmation-box .newsletter_wrapper .newsletter_text {
    line-height: 20px;
    padding-right: 20px;
  }
}
.order-confirmation #box {
  min-height: 240px;
  color: #666;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  border-right: 1px solid #b1b1b1;
  padding: 2% 6% 0 3%;
}
@media (max-width: 1023px) {
  .order-confirmation #box {
    padding: 30px 15px;
    border-right: none;
  }
  .order-confirmation #box > .row {
    border-bottom: 1px solid #b1b1b1;
  }
  .order-confirmation #box > .row.last-child {
    border-bottom: none;
  }
  .order-confirmation #box p.profile {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .order-confirmation #box {
    padding: 15px 10px;
  }
  .order-confirmation #box > .row h3 {
    line-height: 1;
    padding: 15px 0;
    font-size: 1rem;
  }
}
.order-confirmation #box h3, .order-confirmation #box .h3 {
  font-size: 1.75rem;
}
.order-confirmation #box > .row {
  margin: auto;
}
.order-confirmation #box .contentline {
  height: 25px;
}
.order-confirmation #box .contentline strong {
  color: #c70a4c;
}
.order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 {
  border: 0;
  margin: auto;
  padding: 0;
}
.order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 > .row,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 > .row {
  margin: auto;
}
.order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 h5.title,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 h5.title {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  color: #333;
  font-size: 1rem;
}
@media (max-width: 1023px) {
  .order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 h5.title,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 h5.title {
    padding: 0;
  }
}
.order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #billing_summary,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #billing_summary {
  padding: inherit;
}
@media (max-width: 1023px) {
  .order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #billing_summary .billing_summary,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #billing_summary .billing_summary {
    padding: 0;
  }
}
.order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #billing_summary .billing_method,
.order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #billing_summary .billing_address,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #billing_summary .billing_method,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #billing_summary .billing_address {
  width: 100%;
  font-size: 1.175em;
}
@media (max-width: 1023px) {
  .order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #billing_summary .billing_method,
.order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #billing_summary .billing_address,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #billing_summary .billing_method,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #billing_summary .billing_address {
    padding: 0;
  }
}
@media (max-width: 23.42em) {
  .order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #billing_summary .billing_method,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #billing_summary .billing_method {
    transform: scale(0.85);
    margin-left: -25px;
    width: 118%;
  }
  .order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #billing_summary .billing_method i.VISA,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #billing_summary .billing_method i.VISA {
    margin: 0 -10px -15px -10px;
  }
  .order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #billing_summary .billing_method i.DISCOVER,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #billing_summary .billing_method i.DISCOVER {
    margin: 7px 0 -10px 0;
  }
  .order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #billing_summary .billing_method i.AMERICAN,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #billing_summary .billing_method i.AMERICAN {
    margin: 7px 0 -10px 0;
  }
  .order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #billing_summary .billing_method i.MASTER,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #billing_summary .billing_method i.MASTER {
    margin: 7px 0 -10px 0;
  }
}
.order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #shipping,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #shipping {
  font-size: 1.175em;
  margin: 0px 0 20px 0;
  padding: 10px 0 20px 0;
}
.order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #shipping .shipping_address,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #shipping .shipping_address {
  padding: 0;
}
.order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #shipping .shipping_method,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #shipping .shipping_method {
  padding: 0;
  left: 10%;
  position: relative;
}
@media (max-width: 1023px) {
  .order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #shipping,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #shipping {
    margin-bottom: 0;
    padding: 10px 0;
  }
  .order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #shipping.billingAddress,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #shipping.billingAddress {
    border-bottom: 1px solid #b1b1b1;
    margin-bottom: 10px;
  }
  .order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #shipping:after,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #shipping:after {
    content: " ";
    display: block;
    clear: both;
  }
  .order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #shipping .shipping_address,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #shipping .shipping_address {
    width: 50%;
    padding-right: 5px;
  }
  .order-confirmation #box .body#WC_OrderShippingBillingConfirmationPage_div_13 #shipping .shipping_method,
.order-confirmation #box .body#WC_CheckoutPaymentAndBillingAddressSummaryf_div_1 #shipping .shipping_method {
    position: static;
    float: left;
    width: 50%;
    padding-left: 5px;
  }
}
.order-confirmation #box .payment {
  border-bottom: 1px solid #ddd;
  padding: 0px 0px 4% 0px;
  margin: 0;
}
@media (max-width: 1023px) {
  .order-confirmation #box .payment {
    border-bottom: 0;
  }
}
.order-confirmation #box .payment h5.title {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  color: #333;
}
.order-confirmation #box .payment i {
  display: inline-block;
}
.order-confirmation #box .payment i.VISA {
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  width: 69px;
  height: 40px;
  background-position: -199px -393px;
  /*
  *
  * Ribbon Ads */
  transform: scale(0.75);
  margin: 0 -2px -15px -10px;
}
.order-confirmation #box .payment i.DISCOVER {
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  background-position: -311px -691px;
  width: 48px;
  height: 28px;
  /*
  *
  * Ribbon Ads */
  transform: scale(1);
  margin: 7px 7px -10px 0;
}
.order-confirmation #box .payment i.AMERICAN {
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  background-position: -258px -691px;
  width: 48px;
  height: 28px;
  /*
  *
  * Ribbon Ads */
  transform: scale(1);
  margin: 7px 7px -10px 0;
}
.order-confirmation #box .payment i.MASTER {
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  background-position: -205px -691px;
  width: 48px;
  height: 28px;
  /*
  *
  * Ribbon Ads */
  transform: scale(1);
  margin: 7px 7px -10px 0;
}
@media (max-width: 1023px) {
  .order-confirmation #box .payment {
    padding: 0 0 5px 0;
  }
}
@media (max-width: 29.75em) {
  .order-confirmation #box .payment .card_details {
    position: relative;
    line-height: 2.8;
  }
}
.order-confirmation #box div#scheduling_options {
  display: none !important;
}
.order-confirmation #box table#order_details {
  float: left;
  clear: both;
  padding-bottom: 10px;
  margin-top: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .order-confirmation #box table#order_details {
    width: 100%;
  }
}
.order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_1_] {
  width: 165px;
  margin-right: 10px;
  height: 165px;
}
.order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_1_] a img {
  margin-bottom: 10px;
  padding: 0;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_1_].multipleStores.hasDiscount {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_1_] {
    width: 122px;
    margin-right: 0;
    height: 122px;
  }
}
@media (max-width: 20em) {
  .order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_1_] {
    width: 90px;
    height: 90px;
  }
}
.order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_2_] {
  width: -moz-calc(100% - 175px);
  width: -webkit-calc(100% - 175px);
  width: calc(100% - 175px);
  padding-left: 2%;
  float: left;
  position: relative;
}
.order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_2_] .itemspecs a {
  padding: 0;
  margin: 0;
  color: #222;
  font-weight: 600;
  text-decoration: initial;
  cursor: default;
}
.order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_2_] .total_discount {
  color: #222;
  font-weight: 600;
}
.order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_2_].singleStore .terms {
  font-size: 0.7rem;
}
.order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_2_].singleStore .productNameWrapper {
  width: 80%;
}
.order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_2_].hasDiscount .productNameWrapper {
  width: 80%;
}
.order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_2_].multipleStores.hasDiscount {
  margin-top: 0;
}
.order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_2_].multipleStores.hasDiscount .productNameWrapper {
  width: 80%;
  position: static;
  height: initial;
  top: initial;
  left: initial;
}
.order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_2_].multipleStores.hasDiscount .itemspecs a {
  color: #c70a4c;
}
.order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_2_].multipleStores.hasDiscount .total_discount {
  color: #c70a4c;
}
@media (max-width: 1023px) {
  .order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_2_] {
    width: -moz-calc(100% - 122px);
    width: -webkit-calc(100% - 122px);
    width: calc(100% - 122px);
    padding-left: 3%;
  }
  .order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_2_].singleStore .productNameWrapper {
    width: 80%;
  }
  .order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_2_].hasDiscount .productNameWrapper {
    width: 80%;
  }
  .order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_2_].multipleStores.hasDiscount .productNameWrapper {
    width: 80%;
    top: initial;
    left: initial;
  }
}
@media (max-width: 20em) {
  .order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_2_] {
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    padding-left: 3%;
  }
  .order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_2_].singleStore .productNameWrapper {
    width: 80%;
  }
  .order-confirmation #box table#order_details div[id^=WC_OrderItemDetailsf_div_2_].hasDiscount .productNameWrapper {
    width: 80%;
  }
}
.order-confirmation #box table#order_details div.attributes_display_container {
  clear: both;
  margin: 0;
  border-top: 1px solid #b1b1b1;
  padding: 10px;
}
.order-confirmation #box table#order_details tr.nested {
  display: none;
}
.order-confirmation #box table#order_details .th_align_left_normal {
  min-width: 120px;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  padding: 15px 0px;
  text-align: left;
  vertical-align: top;
}
.order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper {
  position: relative;
  height: 100%;
  display: inline-table;
}
.order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent {
  height: 1px;
  position: absolute;
  top: 50%;
}
.order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent .multiple_store_Logo_wrapper {
  transform: rotate(-90deg) translateY(-88px);
  -ms-transform: rotate(-90deg) translateY(-88px);
  -webkit-transform: rotate(-90deg) translateY(-88px);
  transform-origin: top center;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  text-align: center;
  width: 195px;
  line-height: 3.6;
}
@media (max-width: 79.99em) {
  .order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent .multiple_store_Logo_wrapper {
    width: 185px;
  }
}
.order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent .multiple_store_Logo_wrapper .addedFrom {
  font-size: 0.59rem;
  letter-spacing: 1px;
}
.order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.FP .correspondingStoreLogoContent .multiple_store_Logo_wrapper img {
  width: auto;
  height: 26px;
}
.order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.FP .correspondingStoreLogoContent .multiple_store_Logo_wrapper .addedFrom {
  margin-right: 4px;
}
.order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.HW .correspondingStoreLogoContent .multiple_store_Logo_wrapper img {
  width: auto;
  height: 26px;
}
.order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.HW .correspondingStoreLogoContent .multiple_store_Logo_wrapper .addedFrom {
  margin-right: 4px;
}
.order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.HWC .correspondingStoreLogoContent .multiple_store_Logo_wrapper img {
  width: auto;
  height: 45px;
}
.order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.HWC .correspondingStoreLogoContent .multiple_store_Logo_wrapper .addedFrom {
  margin-right: 4px;
}
.order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.SM .correspondingStoreLogoContent .multiple_store_Logo_wrapper img {
  width: auto;
  height: 36px;
}
.order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.SM .correspondingStoreLogoContent .multiple_store_Logo_wrapper .addedFrom {
  margin-right: 4px;
}
.order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper.BA .correspondingStoreLogoContent .multiple_store_Logo_wrapper img {
  width: auto;
  height: 47px;
}
@media (max-width: 1023px) {
  .order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper {
    position: relative;
    height: auto;
  }
  .order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent {
    height: auto;
    position: relative;
    top: 0;
  }
  .order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent .multiple_store_Logo_wrapper {
    transform-origin: none;
    width: auto;
    line-height: 1.5;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    height: initial;
    margin-bottom: 20px;
    position: static;
    top: initial;
    margin-top: initial;
  }
  .order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper .correspondingStoreLogoContent .multiple_store_Logo_wrapper .addedFrom {
    position: static;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    width: inherit;
    color: #777;
  }
  .order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper img {
    margin-left: 10px;
    width: 82px;
    height: auto;
    max-width: 82px;
    vertical-align: middle;
  }
  .order-confirmation #box table#order_details .th_align_left_normal .outerMultiBrandLogoWrapper img.isNativeStore {
    position: static;
    left: initial;
  }
}
.order-confirmation #box table#order_details .th_align_left_normal h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #777;
  text-align: left;
  margin: 0 0 10px 0;
}
@media (max-width: 1023px) {
  .order-confirmation #box table#order_details .th_align_left_normal h4 {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .order-confirmation #box table#order_details .th_align_left_normal .multipleStores h4 {
    padding: 0;
    margin: 0;
  }
}
.order-confirmation #box table#order_details .th_align_left_normal a.cart_product_name {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  color: #222;
}
@media (max-width: 1023px) {
  .order-confirmation #box table#order_details .th_align_left_normal a.cart_product_name {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper {
  clear: both;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.card_message .heading_message {
  font-weight: 600;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.card_message .cart_productDetails_left_wrapper {
  width: 50%;
  margin-bottom: 0;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.card_message {
    position: relative;
    left: -moz-calc(-122px - 3%);
    left: -webkit-calc(-122px - 3%);
    left: calc(-122px - 3%);
    padding-top: 30px;
  }
  .order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.card_message .cart_productDetails_left_wrapper {
    width: 100%;
    max-width: 350px;
    margin-bottom: 0;
  }
}
@media (max-width: 20em) {
  .order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.card_message {
    position: relative;
    left: -moz-calc(-90px - 3%);
    left: -webkit-calc(-90px - 3%);
    left: calc(-90px - 3%);
    padding-top: 15px;
  }
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .customize_product_attributes p {
  color: #777;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes {
  display: none;
}
@media (max-width: 1023px) {
  .order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes {
    display: block;
  }
  .order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes span.values {
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper {
    position: relative;
    height: 30px;
  }
  .order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper .giftIt {
    position: absolute;
    bottom: 90px;
    right: 0;
    text-align: right;
    top: inherit;
  }
  .order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper .edit_attributes {
    margin: 0;
  }
  .order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_right_wrapper {
    position: absolute;
    width: 100%;
  }
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper {
  position: relative;
  margin-top: 10%;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper {
  float: left;
  width: 50%;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .selected_attributes {
  display: none;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price {
  font-family: "Open Sans Condensed", sans-serif !important;
  font-size: 16px;
  line-height: 1;
  color: #777;
  text-align: left;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .each .price .eachLabel {
  font-size: 0.8rem;
  font-family: "Open Sans Condensed", sans-serif !important;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .avail {
  text-align: left;
  width: 100%;
  padding-right: 4px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .avail p {
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  display: inline-block;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .avail .warehouse_dispatch_details {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 768px) {
  .order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .avail .warehouse_dispatch_details {
    display: none;
  }
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY {
  margin-top: 0;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p {
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 500;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p input {
  color: #777;
  width: 25px;
  padding: 6px !important;
  border: solid 1px #ddd !important;
  font-weight: 500;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p#skuId b {
  text-transform: uppercase;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p.item-quantity {
  display: inline;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p.item-quantity label {
  text-transform: initial;
  font-weight: initial;
  font-size: 0.78rem;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p.item-quantity .value {
  font-weight: 600;
  font-size: 0.78rem;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY .gift_checkbox_wrapper {
  margin-top: 5px;
}
@media (max-width: 1023px) {
  .order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY {
    margin-top: 0;
    margin-bottom: 0;
  }
  .order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p#skuId, .order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY p.item-quantity {
    margin-bottom: 5px;
  }
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .edit_attributes {
  margin: 10px 0;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .edit_attributes a {
  line-height: 0;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .edit_attributes a.hover_underline {
  color: #009db5;
  font-size: 0.9rem;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .giftIt {
  position: absolute;
  top: -20px;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .giftIt input {
  margin: 0;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .giftIt .helptoolTip {
  padding: 1px 7px;
  font-weight: 600;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 0.825rem;
  margin-left: 10px;
  color: #009db5;
  vertical-align: baseline;
}
@media (max-width: 1023px) {
  .order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper.quantitySmallScreen {
    width: 100%;
  }
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper {
  float: right;
  width: 50%;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .total {
  width: 100%;
  padding-top: 0;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .total .price {
  font-family: "Open Sans Condensed", sans-serif !important;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 500;
  text-align: right;
  padding-top: 10px;
}
@media (max-width: 1023px) {
  .order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .total .price {
    font-size: 1.1rem;
  }
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .deleteAndSaveforLater {
  text-align: right;
}
.order-confirmation #box table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .deleteAndSaveforLater a {
  color: #009db5;
  font-size: 0.9rem;
  margin: 10px;
}
.order-confirmation #box table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size {
  float: none;
  padding: 11px 0 11px 30%;
}
.order-confirmation #box table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .purchase_section.shopperActions {
  float: right;
  width: 20%;
  line-height: 4;
}
.order-confirmation #box table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .purchase_section.shopperActions a {
  display: inline-block;
  font-size: 0.9rem;
}
.order-confirmation #box table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .purchase_section .Apply_button_text {
  disply: inline-block;
}
.order-confirmation #box table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group {
  float: left;
  max-width: 40%;
  padding: 0 10px;
  width: auto;
}
.order-confirmation #box table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group.border_swatch {
  border-right: solid 1px #ddd !important;
}
.order-confirmation #box table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .heading {
  padding-top: 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 2px;
}
.order-confirmation #box table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list {
  line-height: 35px;
}
.order-confirmation #box table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list li {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.order-confirmation #box table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list li a img {
  border-radius: 100%;
  box-shadow: 0 0 0 1px transparent;
  vertical-align: middle;
  padding: 3px;
}
.order-confirmation #box table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list li a img.color_swatch_selected {
  box-shadow: 0 0 0 1px #333;
}
.order-confirmation #box table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group .color_swatch_list li a img:hover {
  box-shadow: 0 0 0 2px #009db5;
}
@media (max-width: 768px) {
  .order-confirmation #box table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size {
    padding: 11px 0;
  }
  .order-confirmation #box table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .purchase_section.shopperActions {
    float: right;
    width: 20%;
    line-height: 4;
  }
  .order-confirmation #box table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group {
    float: right;
    width: 40%;
  }
  .order-confirmation #box table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group.border_swatch {
    border-left: solid 1px #ddd !important;
    border-right: 0 !important;
  }
}
.order-confirmation .myOrderContentWrapper {
  position: relative;
}
.order-confirmation .my-order {
  padding: 3%;
}
.order-confirmation .my-order.lessThanLongScreens {
  display: none;
}
.order-confirmation .my-order.registeredUserOrderSummary {
  /*position: absolute;
  left: 75%;
  top: -$order-confirmation-top-content-height;
  height: $order-confirmation-top-content-height;		*/
  margin: 0;
  padding: 1.5%;
}
.order-confirmation .my-order h4 {
  margin: auto;
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  .order-confirmation .my-order h4 {
    font-size: 1em;
  }
}
.order-confirmation .my-order #total_breakdown {
  width: 100%;
  padding: 0;
}
.order-confirmation .my-order #total_breakdown #order_total tr {
  line-height: 38px;
}
.order-confirmation .my-order #total_breakdown #order_total tr .total_details {
  font-size: 1em;
}
.order-confirmation .my-order #total_breakdown #order_total tr .total_figures {
  font-size: 1em;
}
@media (max-width: 1023px) {
  .order-confirmation .my-order {
    display: none;
  }
  .order-confirmation .my-order.lessThanLongScreens {
    display: block;
    padding: 15px 0 30px;
    margin: 0;
    border-bottom: 1px solid #b1b1b1;
  }
  .order-confirmation .my-order.lessThanLongScreens.registeredUserOrderSummary {
    position: static;
    left: initial;
    top: initial;
    height: auto;
  }
}
@media (max-width: 29.75em) {
  .order-confirmation .my-order.lessThanLongScreens {
    padding: 10px;
  }
}

/*  Gift Page Styling */
.gift-options-page #page .row {
  margin: 0;
}
.gift-options-page .shopping_cart_gift_box {
  min-height: 1000px;
  font-size: 0.8rem;
  color: #666;
  font-family: "Source Sans Pro", sans-serif;
  border-right: 1px solid #ddd;
}
.gift-options-page .shopping_cart_gift_box .body {
  padding: 0 5% !important;
  border: 0 !important;
}
.gift-options-page .shopping_cart_gift_box .body .checkbox_label {
  padding-left: 0;
}
.gift-options-page .shopping_cart_gift_box .body .gifting_page_heading {
  border-bottom: 1px solid #ddd !important;
  font-size: 1.8rem;
  padding: 7px 0 0 0;
}
@media (max-width: 1023px) {
  .gift-options-page .shopping_cart_gift_box .body .gifting_page_heading {
    padding: 15px 0;
    font-size: 1.5rem;
  }
}
.gift-options-page .shopping_cart_gift_box .body .add_gift_receipt {
  float: right;
  margin-top: 20px;
  line-height: 2;
}
.gift-options-page .shopping_cart_gift_box .body .add_gift_receipt span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  vertical-align: top;
}
.gift-options-page .shopping_cart_gift_box .body #giftingMessage {
  padding-top: 15px;
}
.gift-options-page .shopping_cart_gift_box .body #order_details {
  table-layout: fixed;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .th_align_left_normal {
  min-width: 120px;
  border-bottom: solid 1px #ddd !important;
  font-weight: normal;
  padding: 15px 0;
  text-align: left;
  vertical-align: top;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .gift_product_image {
  width: 20%;
  margin-bottom: 10px;
  height: 160px;
  border: 1px solid #ddd;
  padding: 4px;
  max-height: 160px;
  border: none;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .QTY {
  width: 15%;
  float: left;
  text-align: left;
  padding: 0 20px;
  padding: 0 10px;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .QTY .item-quantity {
  display: inline-block;
  font-size: 0.9rem;
  color: #333;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .QTY .item-quantity .gift_wrapper_price {
  display: block;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .QTY .item-quantity .quantity_value {
  font-weight: normal;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .product_name {
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .mobile_gift_wrapper_price {
  display: none;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options {
  width: 65%;
  float: left;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate {
  margin: 0;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list {
  padding: 0;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list.list_mode {
  border: 0;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .prevPageButton:before, .gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .nextPageButton:before {
  left: 24px !important;
  top: 2px !important;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode {
  border-radius: 0;
  border: 0;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode .catalogEntryRecommendationWidget {
  background: transparent;
  padding: 0;
  margin: 0;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode .catalogEntryRecommendationWidget .content {
  margin: 0;
  width: 100%;
  width: calc( 100% - 130px);
  margin-left: 65px;
  border: 1px solid #ddd !important;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode .catalogEntryRecommendationWidget .content li {
  border-right: 1px solid #ddd;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode .catalogEntryRecommendationWidget .content li .giftWrapThumbnail {
  width: 100%;
  padding: 5px;
  position: relative;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode .catalogEntryRecommendationWidget .content li .giftWrapThumbnail.selected .glyphicon {
  font-size: 1.2rem;
  display: block !important;
  position: absolute;
  color: #c70a4c;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 40px;
  margin: auto;
  top: 18px;
  text-align: center;
  display: none !important;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode .catalogEntryRecommendationWidget .content li .giftWrapThumbnail.selected img {
  border: 5px solid #c70a4c;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode .catalogEntryRecommendationWidget .content li .giftWrapThumbnail img {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto;
  min-height: 60px;
  width: auto;
  height: auto;
  min-height: 80px;
  max-height: 80px;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode .catalogEntryRecommendationWidget .content li .giftWrapperName, .gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode .catalogEntryRecommendationWidget .content li .giftWrapRadio {
  height: 20px;
  text-align: center;
  padding: 0 20px;
  height: 34px;
  padding: 0 10px;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode .catalogEntryRecommendationWidget .content li .giftWrapperName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode .catalogEntryRecommendationWidget .content li .giftWrapRadio {
  margin: 5px 0 25px 0;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode .catalogEntryRecommendationWidget .content li .giftWrapRadio label input[type=radio] {
  display: none;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode .catalogEntryRecommendationWidget .content li .giftWrapRadio label span {
  font-weight: 600;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode .catalogEntryRecommendationWidget .content li .giftWrapRadio label span:before {
  display: block;
  margin-bottom: 10px;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode .catalogEntryRecommendationWidget .nextPageButton, .gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode .catalogEntryRecommendationWidget .prevPageButton {
  width: 45px;
  height: 45px;
  padding: 8px 0;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode .catalogEntryRecommendationWidget .nextPageButton:before, .gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options #widget_coordinate .widget_bundle_package_list .left_column.list_mode.package_mode .catalogEntryRecommendationWidget .prevPageButton:before {
  margin: 0 -7px;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .gift_checkbox_wrapper .gift_Icon {
  background: #c70a4c;
  padding: 10px;
  font-size: 1rem;
  border-radius: 30px;
  margin-left: 10px;
  color: #fff;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .messages_for_gift_wrapper {
  width: 100%;
  background-color: #F1F1F1;
  padding: 0 2% 2%;
  margin: 15px 0;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .messages_for_gift_wrapper .this_item_is_gift {
  display: none;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .messages_for_gift_wrapper .include_free_gift_message {
  margin-left: 36%;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  display: none;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .messages_for_gift_wrapper .left_floating_giftForm_fields {
  float: left;
  width: 35%;
  padding-right: 4%;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .messages_for_gift_wrapper .right_floating_giftForm_fields {
  float: right;
  width: 65%;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .messages_for_gift_wrapper .left_floating_giftForm_fields input[type=text], .gift-options-page .shopping_cart_gift_box .body #order_details .messages_for_gift_wrapper .left_floating_giftForm_fields select,
.gift-options-page .shopping_cart_gift_box .body #order_details .messages_for_gift_wrapper .right_floating_giftForm_fields input[type=text],
.gift-options-page .shopping_cart_gift_box .body #order_details .messages_for_gift_wrapper .right_floating_giftForm_fields select {
  width: 100%;
  margin: 5px 0;
  padding: 12px;
  border: solid 1px #b1b1b1 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #222;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .customize_order_gifting_heading {
  padding: 5px 0;
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 15px;
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  .gift-options-page .shopping_cart_gift_box .body #order_details .customize_order_gifting_heading {
    font-size: 1.2rem;
    padding: 15px 0 5px 0px;
  }
}
.gift-options-page .shopping_cart_gift_box .body #order_details .make_it_gift_item .gift_Icon {
  background: #c70a4c;
  padding: 10px;
  font-size: 1rem;
  border-radius: 30px;
  margin-left: 10px;
  color: #fff;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .make_it_gift_item .gift_checkbox_wrapper span.checkbox_label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
}
.gift-options-page .shopping_cart_gift_box .body #order_details .hover_underline {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 300;
  color: #222;
}
.gift-options-page .shopping_cart_gift_box .body #order_details div.img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1023px) {
  .gift-options-page .shopping_cart_gift_box .body .gifting_page_heading {
    border-bottom: 1px solid #ddd !important;
    padding: 10px 0;
  }
  .gift-options-page .shopping_cart_gift_box .body .add_gift_receipt {
    margin-top: 15px;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .th_align_left_normal {
    min-width: 120px;
    border-bottom: solid 1px #ddd !important;
    font-weight: normal;
    padding: 15px 0 0 0;
    text-align: left;
    vertical-align: top;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .gift_product_image {
    width: 29%;
    height: auto;
    border: 0;
    padding: 4px;
    max-height: none;
    margin-right: 1%;
    margin-bottom: 10px;
    width: 150px;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .gift_product_image img {
    width: 100%;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .product_name {
    position: absolute;
    margin-left: 30%;
    font-size: 1rem;
    margin-left: calc(160px + 1%);
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .QTY {
    width: calc(100% - 160px - 1%);
    float: left;
    text-align: left;
    padding: 2% 4%;
    padding: 2% 10px;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .QTY .item-quantity {
    margin-top: 50px;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .QTY .item-quantity .gift_wrapper_price {
    display: none;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .QTY .make_it_gift_item {
    margin-top: 0;
    float: none;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .QTY .make_it_gift_item .gift_Icon {
    padding: 6px;
    font-size: 1rem;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .mobile_gift_wrapper_price {
    clear: both;
    text-align: center;
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.9rem;
    line-height: 1.3;
    font-weight: 500;
    color: #666;
    padding: 20px;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options {
    width: 100%;
    float: none;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options .prevPageButton, .gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options .nextPageButton {
    display: block;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options .prevPageButton:before, .gift-options-page .shopping_cart_gift_box .body #order_details .different_gifting_options .nextPageButton:before {
    font-size: 1.3rem;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .hover_underline {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 300;
    color: #222;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details div.img img {
    float: left;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .messages_for_gift_wrapper .include_free_gift_message {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .messages_for_gift_wrapper .left_floating_giftForm_fields,
.gift-options-page .shopping_cart_gift_box .body #order_details .messages_for_gift_wrapper .right_floating_giftForm_fields {
    text-align: left;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 26.55em) {
  .gift-options-page .shopping_cart_gift_box .body #order_details .gift_product_image {
    width: 37%;
    margin-bottom: 10px;
    height: auto;
    border: 0;
    padding: 4px;
    max-height: none;
    margin-right: 3%;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .gift_product_image img {
    width: 100%;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .product_name {
    position: absolute;
    margin-left: 33%;
    padding: 0 10px;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .QTY {
    width: 60%;
    float: left;
    text-align: left;
    padding: 6% 0;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .QTY .item-quantity {
    margin-top: 75px;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .QTY .make_it_gift_item {
    margin: 0;
    float: none;
    width: auto;
    padding: 0;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .QTY .make_it_gift_item .gift_Icon {
    background: #c70a4c;
    padding: 6px;
    font-size: 1rem;
    border-radius: 30px;
    margin-left: 5px;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .QTY .make_it_gift_item .gift_checkbox_wrapper .glyphicon {
    top: 3px;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .gift_checkbox_wrapper .gift_Icon {
    padding: 6px;
    margin-left: 5px;
  }
  .gift-options-page .shopping_cart_gift_box .body #order_details .customize_order_gifting_heading {
    padding: 5px 0;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
.landing {
  margin: auto;
  padding: 0;
}
.landing > .row {
  margin: auto;
  padding: 0;
}

.container_static_full_width {
  max-width: 96%;
}
.container_static_full_width .static_page_content {
  padding: 0;
}
.container_static_full_width .static_page_content .page_header {
  font-size: 74px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 1em;
  color: #000;
  border-bottom: 1px solid #eee;
  margin: 1% 0;
}
.container_static_full_width .static_page_content .content_box {
  border: 0;
  background: transparent;
}
.container_static_full_width .static_page_content .content_box .header_top {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 1em;
  margin: 1% 0;
}
.container_static_full_width .static_page_content .content_box .info_section {
  line-height: 1em;
  font-size: 1em;
  padding: 0;
  margin: 1% 0;
}
.container_static_full_width .static_page_content .content_box .info_section p {
  font-size: 1em;
}

.fp-shop-landing .categoryRecommendationWidget {
  margin: auto;
}

.one-column .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.one-column .form_input {
  width: 100%;
}
.one-column .label_spacer, .one-column .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.one-column .label_spacer.filled, .one-column .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.one-column div > input[type=text],
.one-column div > input[type=password],
.one-column div > input[type=email],
.one-column div > input[type=tel],
.one-column div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.one-column div > input[type=text].filled,
.one-column div > input[type=password].filled,
.one-column div > input[type=email].filled,
.one-column div > input[type=tel].filled,
.one-column div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.one-column div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.one-column div > select.nolabel {
  padding: 0.4em 0.75em;
}
.one-column div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.one-column div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.one-column div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.one-column div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.one-column p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.one-column p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.one-column p input[type=text],
.one-column p input[type=password],
.one-column p input[type=email],
.one-column p input[type=tel],
.one-column p textarea,
.one-column p select {
  padding: 0.7em 0.5em;
}
.one-column p input[type=text].filled,
.one-column p input[type=password].filled,
.one-column p input[type=email].filled,
.one-column p input[type=tel].filled,
.one-column p textarea.filled,
.one-column p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.one-column .row > .content h2 {
  margin: 2% 0 1% 0;
  border-bottom: 1px solid #aaa;
  font-size: 2.5em;
  color: #666;
  font-weight: 200;
}

@media (max-width: 1023px) {
  .one-column .row > .content {
    padding: 0 15px;
  }
}
.two-column .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.two-column .form_input {
  width: 100%;
}
.two-column .label_spacer, .two-column .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.two-column .label_spacer.filled, .two-column .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.two-column div > input[type=text],
.two-column div > input[type=password],
.two-column div > input[type=email],
.two-column div > input[type=tel],
.two-column div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.two-column div > input[type=text].filled,
.two-column div > input[type=password].filled,
.two-column div > input[type=email].filled,
.two-column div > input[type=tel].filled,
.two-column div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.two-column div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.two-column div > select.nolabel {
  padding: 0.4em 0.75em;
}
.two-column div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.two-column div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.two-column div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.two-column div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.two-column p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.two-column p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.two-column p input[type=text],
.two-column p input[type=password],
.two-column p input[type=email],
.two-column p input[type=tel],
.two-column p textarea,
.two-column p select {
  padding: 0.7em 0.5em;
}
.two-column p input[type=text].filled,
.two-column p input[type=password].filled,
.two-column p input[type=email].filled,
.two-column p input[type=tel].filled,
.two-column p textarea.filled,
.two-column p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.two-column .row > .navigation {
  width: 25%;
}
.two-column .row > .content h2 {
  margin: 2% 0 1% 0;
  border-bottom: 1px solid #aaa;
  font-size: 2.5em;
  color: #666;
  font-weight: 200;
}

@media (max-width: 1023px) {
  .two-column .row > .navigation {
    width: 100%;
  }
  .two-column .row > .content {
    padding: 0 15px;
  }
}
.catalog-request .legalNote {
  font-size: 90%;
  width: 50%;
}
.catalog-request .row > .content form.address {
  padding-top: 20px;
}
.catalog-request .row > .content form.address .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.catalog-request .row > .content form.address .form_input {
  width: 100%;
}
.catalog-request .row > .content form.address .label_spacer, .catalog-request .row > .content form.address .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.catalog-request .row > .content form.address .label_spacer.filled, .catalog-request .row > .content form.address .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.catalog-request .row > .content form.address div > input[type=text],
.catalog-request .row > .content form.address div > input[type=password],
.catalog-request .row > .content form.address div > input[type=email],
.catalog-request .row > .content form.address div > input[type=tel],
.catalog-request .row > .content form.address div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.catalog-request .row > .content form.address div > input[type=text].filled,
.catalog-request .row > .content form.address div > input[type=password].filled,
.catalog-request .row > .content form.address div > input[type=email].filled,
.catalog-request .row > .content form.address div > input[type=tel].filled,
.catalog-request .row > .content form.address div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.catalog-request .row > .content form.address div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.catalog-request .row > .content form.address div > select.nolabel {
  padding: 0.4em 0.75em;
}
.catalog-request .row > .content form.address div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.catalog-request .row > .content form.address div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.catalog-request .row > .content form.address div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.catalog-request .row > .content form.address div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.catalog-request .row > .content form.address p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.catalog-request .row > .content form.address p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.catalog-request .row > .content form.address p input[type=text],
.catalog-request .row > .content form.address p input[type=password],
.catalog-request .row > .content form.address p input[type=email],
.catalog-request .row > .content form.address p input[type=tel],
.catalog-request .row > .content form.address p textarea,
.catalog-request .row > .content form.address p select {
  padding: 0.7em 0.5em;
}
.catalog-request .row > .content form.address p input[type=text].filled,
.catalog-request .row > .content form.address p input[type=password].filled,
.catalog-request .row > .content form.address p input[type=email].filled,
.catalog-request .row > .content form.address p input[type=tel].filled,
.catalog-request .row > .content form.address p textarea.filled,
.catalog-request .row > .content form.address p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.catalog-request .row > .content form .label_spacer, .catalog-request .row > .content form column_label {
  padding: 2em 1em;
}
.catalog-request .row > .content form .label_spacer.filled, .catalog-request .row > .content form column_label.filled {
  padding: 1em 0;
}
.catalog-request .row > .content .zip {
  padding: 0 0 0 50px;
}
.catalog-request .row > .content select[name=country] {
  width: 250px !important;
}
.catalog-request .row > .content input[name=firstNameDisplay] {
  width: 550px !important;
}
.catalog-request .row > .content input[name=lastNameDisplay] {
  width: 550px !important;
}
.catalog-request .row > .content input[name=firstName] {
  width: 550px !important;
}
.catalog-request .row > .content input[name=lastName] {
  width: 550px !important;
}
.catalog-request .row > .content input[name=address1] {
  width: 650px !important;
}
.catalog-request .row > .content input[name=address2] {
  width: 650px !important;
}
.catalog-request .row > .content input[name=city] {
  width: 550px !important;
}
.catalog-request .row > .content select[name=state] {
  width: 250px !important;
}
.catalog-request .row > .content input[name=zipCode] {
  width: 250px !important;
}
.catalog-request .row > .content input[name=phone1] {
  width: 250px !important;
}
.catalog-request .row > .content input[name=email1], .catalog-request .row > .content input[name=email1Display] {
  width: 550px !important;
}

@media (max-width: 1023px) {
  .catalog-request .row > .content form .zip {
    padding: 0;
  }
  .catalog-request .row > .content form select[name=country],
.catalog-request .row > .content form input[name=firstName],
.catalog-request .row > .content form input[name=lastName],
.catalog-request .row > .content form input[name=firstNameDisplay],
.catalog-request .row > .content form input[name=lastNameDisplay],
.catalog-request .row > .content form input[name=address1],
.catalog-request .row > .content form input[name=address2],
.catalog-request .row > .content form input[name=city],
.catalog-request .row > .content form select[name=state],
.catalog-request .row > .content form input[name=zipCode],
.catalog-request .row > .content form input[name=phone1],
.catalog-request .row > .content form input[name=email1], .catalog-request .row > .content form input[name=email1Display] {
    width: 100% !important;
  }
}
.catalog-request-confirmation .confirmationMessage {
  color: #666;
}
.catalog-request-confirmation p.address {
  font-size: 1rem;
}

.ag-contact-us .content section {
  margin: 10px 0 0 0;
}
.ag-contact-us .content form .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.ag-contact-us .content form .form_input {
  width: 100%;
}
.ag-contact-us .content form .label_spacer, .ag-contact-us .content form .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.ag-contact-us .content form .label_spacer.filled, .ag-contact-us .content form .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.ag-contact-us .content form div > input[type=text],
.ag-contact-us .content form div > input[type=password],
.ag-contact-us .content form div > input[type=email],
.ag-contact-us .content form div > input[type=tel],
.ag-contact-us .content form div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.ag-contact-us .content form div > input[type=text].filled,
.ag-contact-us .content form div > input[type=password].filled,
.ag-contact-us .content form div > input[type=email].filled,
.ag-contact-us .content form div > input[type=tel].filled,
.ag-contact-us .content form div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.ag-contact-us .content form div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.ag-contact-us .content form div > select.nolabel {
  padding: 0.4em 0.75em;
}
.ag-contact-us .content form div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.ag-contact-us .content form div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.ag-contact-us .content form div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.ag-contact-us .content form div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.ag-contact-us .content form p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.ag-contact-us .content form p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.ag-contact-us .content form p input[type=text],
.ag-contact-us .content form p input[type=password],
.ag-contact-us .content form p input[type=email],
.ag-contact-us .content form p input[type=tel],
.ag-contact-us .content form p textarea,
.ag-contact-us .content form p select {
  padding: 0.7em 0.5em;
}
.ag-contact-us .content form p input[type=text].filled,
.ag-contact-us .content form p input[type=password].filled,
.ag-contact-us .content form p input[type=email].filled,
.ag-contact-us .content form p input[type=tel].filled,
.ag-contact-us .content form p textarea.filled,
.ag-contact-us .content form p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.ag-contact-us .content form select,
.ag-contact-us .content form input {
  max-width: 320px;
}
.ag-contact-us .content form textarea {
  padding: 12px 9px;
  height: 100px;
  margin: 10px 0 0px 0;
  max-width: 480px;
}
.ag-contact-us .content form .helptoolTip {
  padding: 1px 7px;
  font-weight: 600;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 0.825rem;
  margin-left: 8px;
  color: #c70a4c;
  vertical-align: baseline;
}
@media (max-width: 26.55em) {
  .ag-contact-us .content form #email {
    width: 85%;
  }
}

.ag-returns .content .red {
  color: #c70a4c;
}
.ag-returns .content section {
  margin: 10px 0 0 0;
}
.ag-returns .content form .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.ag-returns .content form .form_input {
  width: 100%;
}
.ag-returns .content form .label_spacer, .ag-returns .content form .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.ag-returns .content form .label_spacer.filled, .ag-returns .content form .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.ag-returns .content form div > input[type=text],
.ag-returns .content form div > input[type=password],
.ag-returns .content form div > input[type=email],
.ag-returns .content form div > input[type=tel],
.ag-returns .content form div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.ag-returns .content form div > input[type=text].filled,
.ag-returns .content form div > input[type=password].filled,
.ag-returns .content form div > input[type=email].filled,
.ag-returns .content form div > input[type=tel].filled,
.ag-returns .content form div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.ag-returns .content form div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.ag-returns .content form div > select.nolabel {
  padding: 0.4em 0.75em;
}
.ag-returns .content form div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.ag-returns .content form div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.ag-returns .content form div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.ag-returns .content form div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.ag-returns .content form p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.ag-returns .content form p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.ag-returns .content form p input[type=text],
.ag-returns .content form p input[type=password],
.ag-returns .content form p input[type=email],
.ag-returns .content form p input[type=tel],
.ag-returns .content form p textarea,
.ag-returns .content form p select {
  padding: 0.7em 0.5em;
}
.ag-returns .content form p input[type=text].filled,
.ag-returns .content form p input[type=password].filled,
.ag-returns .content form p input[type=email].filled,
.ag-returns .content form p input[type=tel].filled,
.ag-returns .content form p textarea.filled,
.ag-returns .content form p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.ag-returns .content form select,
.ag-returns .content form input {
  max-width: 320px;
}

#HWC .hwc-content {
  color: #fff;
  padding: 0 20px;
}
#HWC .hwc-content h2, #HWC .hwc-content h4 {
  font-weight: normal;
}
#HWC .hwc-content h4 {
  font-style: normal;
}
#HWC .hwc-content .form-control {
  color: black;
}

#HWC.rlc-membership-agreement body {
  color: #fff;
}
#HWC.rlc-membership-agreement h2 {
  color: #ffef00;
}

@media (min-width: 1025px) {
  #HWC .hwc-content {
    min-height: 400px;
  }
}
@media (max-width: 1023px) {
  #HWC .hwc-content {
    margin: 0 5px;
    padding: 0 5%;
  }
}
#AG #product-detail #widget_coordinate {
  margin: 0;
  width: 95.75%;
}
@media (min-width: 1024px) {
  #AG #product-detail #widget_coordinate {
    border-top: 2px solid #eee;
  }
}
#AG #product-detail #widget_coordinate .coordinate_title.container_full_width_bundle {
  padding: 23px 0 12px 37px;
}
@media (max-width: 35.49em) {
  #AG #product-detail #widget_coordinate .coordinate_title.container_full_width_bundle {
    padding: 10px 5%;
    font-size: 1.5rem;
  }
}
#AG #product-detail-content .shopperActions a[id^=add2CartBtn], #AG .storeInventoryWidget {
  width: 258px;
  min-width: 258px;
  max-width: 100%;
}
@media (max-width: 1023px) {
  #AG #product-detail-content .shopperActions a[id^=add2CartBtn], #AG .storeInventoryWidget {
    width: 100%;
  }
}

#product-detail {
  margin: auto;
  width: 90%;
  margin: 0 auto;
  /*
  color: $product-detail-color;
     font-family: $product-detail-font-family;
     font-weight: $product-detail-font-weight;
     font-size: $product-detail-font-size;
     line-height: $product-detail-line-height;
  */
  padding: 5% 0;
}
#product-detail .rowContainer {
  padding: 0;
}
#product-detail .rowContainer > .row {
  padding-top: 9px;
}
#product-detail .row .hasBorderBottom {
  padding-bottom: 15px;
  border-bottom: solid 1px #ddd !important !important;
}
@media (max-width: 1023px) {
  #product-detail .row {
    margin: auto;
  }
}
#product-detail p {
  margin: 0;
}
#product-detail .widget_branding {
  border: 0;
  margin-bottom: 20px;
}
#product-detail .affix {
  background: white;
  z-index: 9;
  top: 10px;
  position: fixed !important;
}
@media (max-width: 1023px) {
  #product-detail .affix {
    position: static !important;
    float: none;
    width: 100%;
  }
}
#product-detail h4 {
  margin: 15px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.3;
  color: #666;
}
#product-detail a {
  color: #c70a4c;
  font-weight: 400;
}
#product-detail .reviews a {
  text-transform: none;
}
#product-detail .catalogEntryRecommendationWidget {
  max-width: 98%;
}
#product-detail .catalogEntryRecommendationWidget.recently_viewed .prevPageButton:before, #product-detail .catalogEntryRecommendationWidget.recently_viewed .nextPageButton:before {
  top: 14px !important;
  left: 24px;
}
#product-detail .catalogEntryRecommendationWidget.recently_viewed .prevPageButton:hover:before, #product-detail .catalogEntryRecommendationWidget.recently_viewed .nextPageButton:hover:before {
  top: 14px !important;
}
#product-detail .product-detail-container .product-section .productOptions {
  display: none;
}
#product-detail .product-detail-container .row {
  margin: auto;
}
#product-detail #page #widget_coordinate .coordinate_title.container_full_width_bundle {
  padding: 23px 0 12px 40px;
}
#product-detail #mattelRelatedSearches_area {
  width: 19%;
  float: left;
  margin: 0 1% 0 0;
}
@media (max-width: 1023px) {
  #product-detail #mattelRelatedSearches_area {
    width: 25%;
  }
}
@media (max-width: 767px) {
  #product-detail #mattelRelatedSearches_area {
    width: 100%;
    float: none;
    margin: 1% 0 0 0;
  }
}
#product-detail #mattelRelatedSearches_area .bloomreach-related-search-terms-widget {
  border-top: 0;
}
#product-detail #mattelRelatedSearches_area .bloomreach-related-search-terms-widget #br-related-searches-widget {
  padding-right: 0;
}
#product-detail #mattelRelatedSearches_area .bloomreach-related-search-terms-widget #br-related-searches-widget .br-related-heading {
  background-color: #eee;
  padding: 5px 10px;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
}
#product-detail #mattelRelatedSearches_area .bloomreach-related-search-terms-widget #br-related-searches-widget a {
  padding: 10px 0 3px 10px;
}
#product-detail #mattelRelatedProducts_area {
  width: 80%;
  float: left;
}
@media (max-width: 1023px) {
  #product-detail #mattelRelatedProducts_area {
    width: 75%;
  }
}
@media (max-width: 767px) {
  #product-detail #mattelRelatedProducts_area {
    width: 100%;
    float: none;
    margin: 1% 0 0 0;
  }
}
#product-detail #mattelRelatedProducts_area .bloomreach-related-search-products-widget.predictive-intel-widget {
  margin-top: 0 !important;
}
#product-detail #mattelRelatedProducts_area .bloomreach-related-search-products-widget.predictive-intel-widget .br-sf-widget {
  border-right: 0;
  border-left: 2px solid #cacaca;
  margin: 15px 0;
  padding: 0 0 0 10px;
}

@media (min-width: 40.06em) {
  #product-detail {
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 48em) {
  #product-detail .col-sm-5 {
    width: 41.66666667%;
    float: left;
  }
  #product-detail .col-sm-7 {
    width: 58.33333333%;
    float: left;
  }
}
@media (min-width: 64em) {
  #product-detail {
    padding: 0;
    width: 100%;
  }
  #product-detail .product-section, #product-detail .product-description {
    width: 92%;
    margin: 0 auto;
  }
  #product-detail .product-section.row-fluid:after, #product-detail .product-description.row-fluid:after {
    content: "";
    display: block;
    clear: both;
  }
  #product-detail h4 {
    font-size: 1.125em;
  }
}
@media (max-width: 1023px) {
  #product-detail {
    width: 100%;
    padding-top: 0;
  }
  #product-detail .overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
  }
  #product-detail .product-section {
    width: 90%;
    float: none;
    margin: auto;
  }
  #product-detail .product-section .definingAttributes, #product-detail .product-section .widget_notify_me {
    display: none;
  }
  #product-detail .product-section .definingAttributes.bundleProduct, #product-detail .product-section .widget_notify_me.bundleProduct {
    display: block;
  }
  #product-detail .product-section .definingAttributes.AGCollection, #product-detail .product-section .widget_notify_me.AGCollection {
    display: block;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) {
    position: fixed;
    float: none;
    left: 0;
    bottom: 0;
    z-index: 20000;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    height: 70px;
    padding-bottom: 0;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .item_spacer_8px {
    display: none;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct).displayOptions {
    height: auto;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) a[id^=add2CartBtn] {
    top: -16px;
    float: left;
    width: 50%;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) a[id^=add2CartBtn] .button_text {
    overflow: visible;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) a[id^=add2CartBtn].optionsNotAvailable {
    width: 100%;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .closeButton {
    font-size: 1.2rem;
    color: #666;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 7px;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .productOptions {
    display: block;
    float: right;
    margin-top: -5px;
    width: 80px;
    width: 100%;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .productOptions.extraMarginForHideOptions {
    margin-top: -16px;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .productOptions i {
    display: block;
    font-size: 1.7rem;
    color: #c70a4c;
    line-height: 10px;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .productOptions .hideOptions {
    line-height: 0;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .productOptions .hideOptions i {
    line-height: 15px;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .productOptions .hideOptions, #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .productOptions .showOptions {
    font-size: 1rem;
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .pdpOptionsContainer {
    display: none;
    position: relative;
    z-index: 1000;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .pdpOptionsContainer .definingAttributes, #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .pdpOptionsContainer .widget_notify_me {
    display: block;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .pdpOptionsContainer.displayOptions {
    display: block;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .pdpOptionsContainer .definingAttributes {
    border-top: 0 !important;
    width: 100%;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .pdpOptionsContainer .definingAttributes .swatches_group .color_swatch_label {
    text-align: left;
    display: block;
    padding: 5px 0 0 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
    float: left;
    text-transform: none;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .pdpOptionsContainer .definingAttributes .swatches_group .color_swatch_list {
    float: left;
    width: 100%;
    margin: 5px 0;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .pdpOptionsContainer .definingAttributes .swatches_group .color_swatch_list ul li a {
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .pdpOptionsContainer .definingAttributes .swatches_group .color_swatch_list li.size_chart {
    width: auto;
    float: right;
    float: left;
  }
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .pdpOptionsContainer .widget_notify_me {
    padding: 20px 0 25px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    font-size: 1rem;
  }
  #product-detail .product-section .floatBottominMobiles.galleryProduct {
    display: none;
  }
  #product-detail .reviews {
    padding: 5px 0;
  }
  #product-detail .rowContainer {
    padding-top: 0;
  }
  #product-detail .rowContainer > .row {
    padding-top: 0;
  }
  #product-detail #widget_coordinate .coordinate_title.container_full_width_bundle {
    padding: 23px 0 12px 0;
  }

  #AG #BVMattel {
    max-width: 92%;
    margin: auto;
  }
  #AG #BVMattel #BVOSHeader {
    padding: 20px 0 20px 10px;
  }
  #AG #product-detail #widget_coordinate {
    margin: auto;
    width: 92%;
  }
  #AG #product-detail #widget_coordinate .coordinate_title.container_full_width_bundle {
    padding: 23px 0 12px 8px;
  }
  #AG #product-detail-content .shopperActions a[id^=add2CartBtn] {
    width: 100%;
  }
}
@media (max-width: 23.42em) {
  #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .productOptions .hideOptions, #product-detail .product-section .floatBottominMobiles:not(.galleryProduct) .productOptions .showOptions {
    font-size: 0.9rem;
  }
}
@media (min-width: 1024px) {
  #product-detail-content .row:nth-of-type(2) .col7.acol12 > .row {
    margin: 0;
    width: 98%;
  }
}
#product-detail.product-configurator #product-detail-content div[data-slot-id="1"] {
  min-height: 2000px;
}
#product-detail.product-configurator #product-detail-content div[data-slot-id="14"] {
  border-top: 0;
}
#product-detail.product-configurator .shopperActions {
  border-bottom: 0 !important;
}

@media (max-width: 1023px) {
  #product-detail.product-configurator #product-detail-content div[data-slot-id="1"] {
    min-height: initial;
  }
}
@media (max-width: 1023px) {
  .bundle-page #floatingBundleInfo {
    position: relative !important;
  }
  .bundle-page #floatingBundleInfoSection {
    min-height: 1px !important;
  }
}
.frameShow iframe, .cke_panel iframe, .cke_editor iframe {
  display: inline-block !important;
}

.pluck-forums .cke_skin_p4 .cke_rcombo .cke_text {
  height: 18px !important;
  padding-top: 0 !important;
  font-size: 12px !important;
}
.pluck-forums .cke_skin_p4 .cke_button a {
  height: auto !important;
}
.pluck-forums .cke_skin_p4 .cke_button a:hover, .pluck-forums .cke_skin_p4 .cke_button a:focus, .pluck-forums .cke_skin_p4 .cke_button a:active, .pluck-forums .cke_skin_p4 .cke_button a .cke_off {
  height: auto !important;
}
.pluck-forums .pluck-forums-pagination span.pluck-forums-pagination-page {
  color: #fff !important;
}

/**HWC END Here**/
.mattelBlogWrapper iframe, .barbieBlogWrapper iframe {
  display: block;
}
.mattelBlogWrapper a.addthis_button_facebook_like, .barbieBlogWrapper a.addthis_button_facebook_like {
  width: auto !important;
}

.mattelBlogWrapper .thumb-sections li.first {
  margin: 0 10px 0 0 !important;
}
.mattelBlogWrapper .thumb-sections .inline-list li {
  display: inline-block;
  padding: 0px 0 0 0 !important;
  margin: 0 10px 0 0 !important;
  width: 198 !important;
  position: relative;
}
.mattelBlogWrapper .thumb-sections .item-wrapper span {
  color: #fff;
  font-size: 15px;
  padding: 4px 10px !important;
  top: 4px;
  right: 0;
  height: auto !important;
  width: 100%;
  text-align: center;
}
.mattelBlogWrapper .thumb-sections a.img-wrapper {
  font-family: "Source Sans Pro", sans-serif !important;
  font-style: normal !important;
}

@media (max-width: 1023px) {
  .mattelBlogWrapper .index-content .left-content,
.mattelBlogWrapper .right-content,
.barbieBlogWrapper .index-content .left-content,
.barbieBlogWrapper .index-content .right-content {
    width: 100%;
    border: none;
  }

  .barbieBlogWrapper .index-content .news-img.exclusive img {
    width: auto;
  }
  .barbieBlogWrapper .index-content .news-img.exclusive .overlay {
    width: 100%;
  }
  .barbieBlogWrapper .index-content .news-img.exclusive .overlay .club-banner {
    width: 100%;
  }

  .barbieBlogWrapper .index-content .left-content .pluck-publicBlogs {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .mattelBlogWrapper .pluck-publicBlogs .category {
    top: -15px;
    position: relative;
  }
  .mattelBlogWrapper .pluck-publicBlogs div.pluck-publicBlogs-blog-post-posted {
    top: 36px;
  }
  .mattelBlogWrapper .mattelClubWrapper .content-bagde-flag.red {
    position: relative;
  }
  .mattelBlogWrapper .mattelClubWrapper .new-date {
    position: initial;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mattelBlogWrapper div.pluck-publicBlogs-blog-post-title,
.mattelBlogWrapper .mattelClubWrapper .new-content h6 {
    width: 64%;
  }
}
#quickInfoPopup {
  padding: inherit;
}
#quickInfoPopup.dijitDialog {
  border: none;
  -webkit-box-shadow: 2px 2px 10px 1px #ccc;
  -moz-box-shadow: 2px 2px 10px 1px #ccc;
  box-shadow: 2px 2px 10px 1px #ccc;
  max-width: 1024px;
  top: 5% !important;
  left: 50% !important;
  transform: translateX(-50%);
  min-width: 840px;
}
#quickInfoPopup .dijitDialogTitleBar {
  display: none;
}
#quickInfoPopup .dijitDialogPaneContent {
  border: none;
}
#quickInfoPopup .widget_quick_info_popup {
  background: white;
}
#quickInfoPopup .widget_quick_info_popup .top, #quickInfoPopup .widget_quick_info_popup .bottom {
  background: none;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border, #quickInfoPopup .widget_quick_info_popup .middle .content_right_border {
  background: none;
  width: 100%;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .left_column {
  max-width: 47%;
  min-width: 47%;
  margin-right: 3%;
  display: inline-block;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .left_column .image_container {
  border-bottom: none;
  text-align: center;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .left_column .image_container img {
  text-align: center;
  max-width: 100%;
  height: auto;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column {
  min-width: 49%;
  max-width: 49%;
  margin-right: 1%;
  display: inline-block;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .namePartPriceHeading .col8 {
  width: 100%;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column h1#PageHeading_ {
  font-size: 1.875em;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column h1#PageHeading_ a {
  line-height: 1.2;
  letter-spacing: inherit;
  text-transform: inherit;
  font-style: inherit;
  font-weight: 100;
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column h5#PageHeadingAgeGrade_ {
  margin-bottom: 0;
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .reviews {
  margin: 0px auto 5px auto;
  padding: 0;
  display: block;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .reviews abbr {
  font-size: 1.5em;
  display: inline-block;
  padding-left: 6px;
  color: #666;
  transform: translateY(-1.5px);
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .reviews .glyphicon {
  margin: auto;
  padding: 0;
  color: #c70a4c;
  font-size: 1.2em;
  letter-spacing: -2.8px;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .reviews .glyphicon.glyphicon-star-empty {
  font-family: "icons";
  color: #cacaca;
  border: 0;
  opacity: 0.8;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .reviews .glyphicon.glyphicon-star-empty:before {
  content: "\e902";
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .name_part_price_widget .namePartPriceContainer .reviews a {
  font-size: 0.875em;
  font-weight: 300;
  margin: 1.5% 1.5% 1.5% 4%;
}
@media (min-width: 1024px) {
  #quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .name_part_price_widget .namePartPriceContainer .reviews a {
    transform: translateY(-1px);
  }
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .name_part_price_widget .namePartPriceContainer .reviews a:last-of-type {
  margin-left: 0.6em;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .inventory_widget {
  padding: 8px 0 5px 0;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .widget_notify_me {
  padding: 10px 0;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .storeInventoryWidget {
  max-width: 100%;
  padding: 0;
  width: 270px;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .storeInventoryWidget #dropDown form div > select {
  font-size: 15px;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .quickSellproduct {
  position: relative;
  top: -15px;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column #BVRRSummaryContainer #BVOSSummaryReadReviews,
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column #BVRRSummaryContainer .BVOSSeparator {
  display: none;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .close {
  position: absolute;
  right: 10px;
  top: 18px;
  background: none;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 20px;
  color: #333;
  font-size: 1.6em;
  text-align: center;
  opacity: 1;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .close:hover {
  color: #777;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .close_text {
  display: none;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .inventory_widget .text {
  font-weight: 700;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size {
  width: 100%;
  display: inline-block;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .heading {
  color: #373737;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .selectedAttribute {
  font-weight: normal;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .color_swatch_list li a img {
  border-radius: 100%;
  box-shadow: 0 0 0 1px transparent;
  vertical-align: middle;
  padding: 3px;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .color_swatch_list li a img.color_swatch_selected {
  box-shadow: 0 0 0 1px #333;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .color_swatch_list li a img:hover {
  box-shadow: 0 0 0 2px #0078c8;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group {
  display: inline-block;
  margin: 10px 10px 0 0;
  clear: both;
  display: block;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group:after {
  content: " ";
  clear: both;
  overflow: hidden;
  display: block;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_label {
  padding-top: 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 2px;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list {
  line-height: 37px;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul[aria-label="Available Sizes"] li:last-child, #quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul[aria-label=Sizes] li:last-child, #quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul[aria-label=Size] li:last-child {
  width: auto;
  margin-left: 10px;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul[aria-label="Available Sizes"] li:last-child a, #quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul[aria-label=Sizes] li:last-child a, #quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul[aria-label=Size] li:last-child a {
  color: #c70a4c;
  font-weight: 400;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul[aria-label="Available Sizes"] li:last-child:hover, #quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul[aria-label=Sizes] li:last-child:hover, #quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul[aria-label=Size] li:last-child:hover {
  box-shadow: 0 0 0 2px transparent;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list:after {
  content: " ";
  clear: both;
  overflow: hidden;
  display: block;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul {
  list-style-type: none;
  padding: 0.25em 0;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul li {
  display: block;
  float: left;
  margin: 5px 10px 5px 0;
  height: 40px;
  min-width: 40px;
  border-radius: 24px;
  cursor: pointer;
  text-align: center;
  transition: box-shadow 0.75s ease;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul li a {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.9rem;
  color: #333;
  text-decoration: none;
  border-radius: 24px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 100%;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul li a img {
  border-radius: 100%;
  vertical-align: middle;
  padding: 3px;
  box-shadow: 0 0 0 1px transparent;
  width: 100%;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul li.color_swatch_selected {
  box-shadow: 0 0 0 2px #c70a4c;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul li.color_swatch_selected.text_swatches a span.swatch_text {
  font-size: 1rem;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul li:hover {
  box-shadow: 0 0 0 2px #c70a4c;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul li.color_swatch_disabled {
  box-shadow: 0 0 0 2px #cacaca;
  opacity: 0.7;
  pointer-events: none;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul.text_swatches li {
  width: auto;
  padding: 0 8px;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul.text_swatches li a {
  display: table;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul.text_swatches li a img {
  display: none;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul.text_swatches li a span.swatch_text {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  font-size: 0.9rem;
  font-weight: 400;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul.text_swatches li:hover {
  color: #c70a4c;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul.text_swatches li:hover a span.swatch_text {
  color: #c70a4c;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group .color_swatch_list ul.text_swatches li.color_swatch_selected a span.swatch_text {
  color: #c70a4c;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .attBorder {
  border: 0;
}
@media (max-width: 1024px) {
  #quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group {
    display: block;
    border-bottom: solid 1px #ddd !important;
    margin: 0;
  }
  #quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .color_and_size .swatch_group.border_swatch {
    border-right: 0 !important;
    margin: 0;
  }
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .shopperActions {
  display: block;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .shopperActions .item_spacer_7px,
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .shopperActions .quantity_label label,
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .shopperActions .quantity_input {
  display: none;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .shopperActions .t_quickAddToCartBtn {
  width: 100%;
  max-width: calc(50% - 5px);
  max-width: 65%;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .shopperActions .t_quickAddToCartBtn .button_text {
  transform: skew(0);
  font-size: 1.25em;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .shopperActions .notifyMe .button_text:before {
  display: none !important;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .where_to_buy_widget {
  margin-top: 2%;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .where_to_buy_widget .button-group .button.primary.outlined .button_text {
  font-size: 1.25em;
  transform: translateY(2px) skew(0);
}
.product {
  position: relative;
}
.product .t_quick_view {
  outline: 0;
  border: 0;
  position: absolute;
  text-align: center;
  text-transform: none;
  font-size: 0.9em;
  color: white !important;
  width: 160px;
  padding: 10px;
  margin: auto;
  transition: all 500ms ease-in-out;
  opacity: 0;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
}
@media (max-width: 1023px) {
  .product .t_quick_view {
    display: none;
  }
}
.product:hover .t_quick_view {
  opacity: 1;
}

#AG .product .t_quick_view {
  background: rgba(0, 0, 0, 0.65);
}

#AG .ag-product-listing .product .t_quick_view {
  background: rgba(0, 0, 0, 0.65);
  height: 37px;
  width: 135px;
  border-radius: 6px;  
}


#AG .product .t_quick_view span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  /*&:after {
    		color: $brand-red;
    		font-family: "Glyphicons Halflings";
    		font-size: 0.85em;
    		content:char(e080);
     	margin: 0px 0 0 20px;
     	text-shadow: 0px 0px 1px #de1c85;			    	
  }*/
}

header#header.checkout-header.checkout #main-top-header {
  border: inherit;
}
header#header.checkout-header.checkout .navbar-header {
  visibility: hidden;
  display: none;
}
header#header.checkout-header.checkout .logo {
  border: 0;
  width: auto;
}
header#header.checkout-header.checkout .logo .navbar-brand {
  float: none;
  font-size: inherit;
  line-height: inherit;
  height: inherit;
  padding: inherit;
  pointer-events: none;
  display: block;
}
header#header.checkout-header.checkout .logo .navbar-brand img {
  max-height: 70px;
  padding: 5px;
  max-height: 59px;
  padding: 15px;
}
header#header.checkout-header.checkout .logo.HW .navbar-brand img {
  max-height: 50px;
  margin: 10px 0;
}
header#header.checkout-header.checkout .headerLink {
  display: inherit !important;
  position: absolute;
  right: 20px;
  top: 15px;
  line-height: 1.3;
  color: #c70a4c;
  font-size: 0.9rem;
}
header#header.checkout-header.checkout .headerLink a {
  font-size: 1.175em;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
}
header#header.checkout-header.checkout #checkout_crumb {
  overflow: hidden;
  white-space: nowrap;
  height: 3.25vw;
}
header#header.checkout-header.checkout #checkout_crumb .crumb {
  font-size: inherit;
  padding: inherit;
  background: transparent;
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  padding: 0 0 0 15px;
}
header#header.checkout-header.checkout #checkout_crumb .crumb li {
  color: white;
  font-size: 1.125vw;
  line-height: 1.125vw;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: top;
  width: auto;
  position: relative;
}
header#header.checkout-header.checkout #checkout_crumb .crumb li:before {
  font-family: "icons" !important;
  content: "\e901";
  font-size: 3.6vw;
  line-height: 3.6vw;
  margin: 0 -2vw 0 1vw;
  display: -ms-flexbox;
}
@supports (-ms-ime-align: auto) {
  header#header.checkout-header.checkout #checkout_crumb .crumb li:before {
    display: flex;
  }
}
header#header.checkout-header.checkout #checkout_crumb .crumb li.start {
  color: white;
  margin: 0 -5.55vw;
}
header#header.checkout-header.checkout #checkout_crumb .crumb li.end {
  color: #FFEFF6;
  margin: 0 -3vw 0 0;
}
header#header.checkout-header.checkout #checkout_crumb .crumb li.step_off {
  color: #666;
}
header#header.checkout-header.checkout #checkout_crumb .crumb li.step_off.complete {
  color: #c70a4c;
}
header#header.checkout-header.checkout #checkout_crumb .crumb li.step_off.complete:before {
  color: #FFEFF6;
}
header#header.checkout-header.checkout #checkout_crumb .crumb li.step_off.complete span a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
header#header.checkout-header.checkout #checkout_crumb .crumb li.step_off.complete span a:before {
  background: transparent;
  color: #c70a4c;
  font-family: Fontawesome;
  content: "";
  position: relative;
  left: -5px;
  top: 0px;
}
header#header.checkout-header.checkout #checkout_crumb .crumb li.step_off.complete span a:before else {
  font-family: "icons" !important;
  content: "\e900";
}
header#header.checkout-header.checkout #checkout_crumb .crumb li.step_off:before {
  color: #F1F1F1;
}
header#header.checkout-header.checkout #checkout_crumb .crumb li.step_on:before {
  color: #c70a4c;
}
header#header.checkout-header.checkout #checkout_crumb .crumb li.step_on span {
  color: white;
}
header#header.checkout-header.checkout #checkout_crumb .crumb li span {
  text-transform: capitalize;
  position: absolute;
  left: 4vw;
  top: 1vw;
}

@media (max-width: 1023px) {
  html#AG #page header#header.checkout-header.checkout .headerLink {
    font-size: 0.9rem;
  }
  html#AG #page header#header.checkout-header.checkout .headerLink a {
    font-size: 0.9rem;
  }

  #page header#header.checkout-header.checkout .logo img.ag {
    max-height: 50px;
    padding: 10px;
  }
  #page header#header.checkout-header.checkout #checkout_crumb {
    height: auto;
  }
  #page header#header.checkout-header.checkout #checkout_crumb .crumb li {
    font-size: 2.125vw;
    line-height: 2.125vw;
  }
  #page header#header.checkout-header.checkout #checkout_crumb .crumb li:before {
    font-size: 6.5vw;
    line-height: 6.5vw;
    margin: 0 -2vw 0 0.3vw;
  }
  #page header#header.checkout-header.checkout #checkout_crumb .crumb li.start {
    margin: 0 -10.55vw;
  }
  #page header#header.checkout-header.checkout #checkout_crumb .crumb li span {
    position: absolute;
    left: 7vw;
    top: 1.8vw;
  }
}
@media (max-width: 767px) {
  html #page header#header.checkout-header.checkout #checkout_crumb .crumb li {
    font-size: 3.25vw;
    line-height: 3.25vw;
  }
  html #page header#header.checkout-header.checkout #checkout_crumb .crumb li:before {
    font-size: 9vw;
    line-height: 10.5vw;
    margin: 0 -2vw 0 -0.9vw;
  }
  html #page header#header.checkout-header.checkout #checkout_crumb .crumb li.start {
    margin: 0 -19.55vw;
  }
  html #page header#header.checkout-header.checkout #checkout_crumb .crumb li span {
    text-transform: capitalize;
    left: 11vw;
    top: 3vw;
  }
}
@media (max-width: 29.74em) {
  html#AG #page header#header.checkout-header.checkout .headerLink {
    font-size: 0.8rem;
  }
  html#AG #page header#header.checkout-header.checkout .headerLink a {
    font-size: 0.8rem;
  }
  html#AG #page header#header.checkout-header.checkout .logo img.ag {
    max-height: 45px;
    padding: 10px;
  }
}
.product_attributes_widget .title {
  font-weight: 900;
}
.product_attributes_widget .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  border-width: 0;
}
.product_attributes_widget .product-fetaure li {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}
.product_attributes_widget .product-fetaure li b {
  font-weight: 800;
}
.product_attributes_widget .product-fetaure li:first-child h2 {
  border-top: none;
}
.product_attributes_widget .product-fetaure li .instruction h2:after, .product_attributes_widget .product-fetaure li .service h2:after {
  content: ">";
}
.product_attributes_widget .product-fetaure li .accordion-toggle[aria-expanded=true] h2 {
  border-bottom-width: 0;
}
.product_attributes_widget .product-fetaure li .accordion-toggle[aria-expanded=true] h2:after {
  content: "-";
  right: 3px;
  font-family: Fontawesome;
  content: "";
}
.product_attributes_widget .product-fetaure li .accordion-toggle h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  border-bottom: 1px solid #ebeded;
  border-top: 1px solid #ebeded;
  padding: 20px 0;
  position: relative;
  color: #666;
}
.product_attributes_widget .product-fetaure li .accordion-toggle h2:after {
  content: "+";
  position: absolute;
  font-size: 1.9em;
  color: #666;
  top: 50%;
  transform-origin: top;
  transform: translateY(-50%);
  right: 0;
  display: block;
  font-family: Fontawesome;
  content: "";
  font-size: 20px !important;
}
.product_attributes_widget .product-fetaure li .accordion-toggle h2.shown:before {
  content: "";
  width: 18%;
  height: 5px;
  background: #e2e2e2;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.product_attributes_widget .product-fetaure .text-container {
  margin: 0 0 8px 0;
  line-height: 1.5;
}
.product_attributes_widget .product-fetaure .text-container p, .product_attributes_widget .product-fetaure .text-container span {
  line-height: 1.5;
  color: #666;
  margin: 0 0 10px 0 !important;
  display: block;
}
.product_attributes_widget .product-fetaure .text-container li {
  line-height: 1.5;
  margin: 0 0 8px 0;
}
.product_attributes_widget .product-fetaure .text-container#ProductFeatures li {
  margin: 0 0 8px 1em;
  list-style-position: outside;
  list-style: initial;
  /*&:before {
  font-family: Fontawesome;
  content: "\f111";
  font-size: .5em;
  margin: 0px 10px;
  position: relative;
  top: -2px;
     		}*/
}
.product_attributes_widget .product-fetaure .text-container#ProductFeatures li ul {
  padding-left: 40px;
}
.product_attributes_widget .product-fetaure .text-container#ProductFeatures li ul li {
  list-style-type: disc;
}
.product_attributes_widget .product-fetaure .text-container#ProductFeatures li ol {
  padding-left: 40px;
}
.product_attributes_widget .product-fetaure .text-container#ProductFeatures ul ol {
  padding-left: 40px;
}
.product_attributes_widget .product-fetaure .text-container#ProductFeatures ol ul {
  padding-left: 40px;
}
.product_attributes_widget .product-fetaure .text-container#ProductFeatures ol ul li {
  list-style-type: disc;
}
.product_attributes_widget .product-fetaure .text-container#ProductFeatures ol {
  list-style-position: outside;
}
.product_attributes_widget .product-fetaure .text-container#ProductFeatures ol li {
  list-style-type: decimal;
}
.product_attributes_widget .product-fetaure .text-container#ProductFeatures ol[type=a].lower {
  list-style-type: lower-alpha;
}
.product_attributes_widget .product-fetaure .text-container#ProductFeatures ol[type=a].lower li {
  list-style-type: lower-alpha;
}
.product_attributes_widget .product-fetaure .text-container#ProductFeatures ol[type=A].upper {
  list-style-type: upper-alpha;
}
.product_attributes_widget .product-fetaure .text-container#ProductFeatures ol[type=A].upper li {
  list-style-type: upper-alpha;
}
.product_attributes_widget .product-fetaure .text-container#ProductFeatures ol[type=i].lower {
  list-style-type: lower-roman;
}
.product_attributes_widget .product-fetaure .text-container#ProductFeatures ol[type=i].lower li {
  list-style-type: lower-roman;
}
.product_attributes_widget .product-fetaure .text-container#ProductFeatures ol[type=I].upper {
  list-style-type: upper-roman;
}
.product_attributes_widget .product-fetaure .text-container#ProductFeatures ol[type=I].upper li {
  list-style-type: upper-roman;
}
.product_attributes_widget .product-fetaure #ProductInstruction.text-container a {
  display: block;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .product_attributes_widget #DevelopmentBenefits {
    margin: auto;
  }
}
.product_attributes_widget #DevelopmentBenefits li {
  display: flex;
  align-items: flex-start;
}
.product_attributes_widget #DevelopmentBenefits li h4 {
  color: #666;
}
.product_attributes_widget #DevelopmentBenefits h2 {
  font-weight: 700;
  padding: 20px 0;
  position: relative;
}
.product_attributes_widget #DevelopmentBenefits h2:before {
  content: "";
  width: 29%;
  height: 5px;
  background: #e2e2e2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product_attributes_widget #DevelopmentBenefits .benefit-content {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 2;
  margin-top: 15px;
  text-align: center;
}
.product_attributes_widget #DevelopmentBenefits .benefit-content div {
  float: left;
}
.product_attributes_widget #DevelopmentBenefits .benefit-content div h4 {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
  margin: auto;
}
.product_attributes_widget #DevelopmentBenefits .benefit-content div p {
  line-height: 1.5;
  text-align: left;
  margin: auto !important;
}
.product_attributes_widget #DevelopmentBenefits .product-benefit-bottom {
  margin-top: 30px;
}
.product_attributes_widget .benefit-items li {
  min-height: 75px;
}
.product_attributes_widget .benefit-items li h4 {
  text-transform: uppercase;
  margin: auto;
}
.product_attributes_widget .benefit-items li img {
  float: left;
  margin: 0 3% 0 0;
}

@media (min-width: 20em) {
  .product_attributes_widget {
    font-size: 16px;
  }
  .product_attributes_widget h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 23.43em) {
  .product_attributes_widget .product-benefit .benefit-content {
    font-size: 1.125em;
  }
}
@media (min-width: 29.75em) {
  .product_attributes_widget .product-benefit .benefit-content {
    font-size: 1.25em;
  }
}
@media (min-width: 35.5em) {
  .product_attributes_widget .product-benefit .benefit-content {
    font-size: 1.5em;
  }
  .product_attributes_widget h2 {
    font-size: 2em;
  }
}
@media (min-width: 40.06em) {
  .product_attributes_widget {
    width: 92%;
    margin: 0 auto;
  }
  .product_attributes_widget .col-sm-5 {
    width: 100%;
  }
  .product_attributes_widget .col-sm-7 {
    width: 100%;
  }
  .product_attributes_widget h2 {
    font-size: 1.875em;
  }
  .product_attributes_widget .product-benefit .benefit-content {
    text-align: left;
    line-height: 1.4em;
  }
  .product_attributes_widget .product-benefit .benefit-content .benefit-items {
    overflow: hidden;
    font-size: 14px;
  }
  .product_attributes_widget .product-benefit .benefit-content .benefit-items > li {
    width: 33.3333333333%;
    float: left;
  }
  .product_attributes_widget .product-benefit .benefit-content .benefit-items > li div {
    width: 80%;
  }
  .product_attributes_widget .product-benefit .benefit-content .benefit-items > li:first-child {
    position: relative;
    padding-bottom: 25px;
  }
  .product_attributes_widget .product-benefit .benefit-content .benefit-items > li:first-child:after {
    content: "";
    width: 70%;
    height: 5px;
    background: #e2e2e2;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .product_attributes_widget .product-benefit .benefit-content .benefit-items h4 {
    margin: 15px 0;
    font-size: 1em;
  }
  .product_attributes_widget .product-benefit-bottom {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }

  .product_attributes_widget .product-benefit .benefit-content {
    font-size: 1.3em;
  }
  .product_attributes_widget .product-benefit .benefit-content p {
    line-height: 1.7;
  }
}
@media (min-width: 48em) {
  .product_attributes_widget .product-benefit .product-benefit-bottom {
    width: 70%;
  }
}
@media (min-width: 60em) {
  .product_attributes_widget .product-benefit .product-benefit-bottom {
    width: 60%;
  }
}
@media (min-width: 64em) {
  .product_attributes_widget {
    font-size: 14px;
    width: 92%;
    margin: 0 auto;
  }
  .product_attributes_widget .title {
    font-weight: 900;
    display: block;
    margin-bottom: 4px;
    padding-top: 6px;
  }
  .product_attributes_widget .product-benefit {
    padding-left: 5%;
    text-align: left;
  }
  .product_attributes_widget .product-benefit .benefit-content .benefit-items > li {
    width: 100%;
    float: none;
    margin-top: 15px;
    overflow: hidden;
    display: table;
    padding-bottom: 10px;
  }
  .product_attributes_widget .product-benefit .benefit-content .benefit-items > li:first-child {
    padding-bottom: 0;
  }
  .product_attributes_widget .product-benefit .benefit-content .benefit-items > li:first-child:after {
    display: none;
  }
  .product_attributes_widget .product-benefit .benefit-content .benefit-items > li:last-child {
    position: relative;
    padding-bottom: 25px;
  }
  .product_attributes_widget .product-benefit .benefit-content .benefit-items > li:last-child:after {
    content: "";
    width: 29%;
    height: 5px;
    background: #e2e2e2;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .product_attributes_widget .product-benefit .benefit-content .benefit-items > li > img {
    float: none;
    margin-right: 5%;
    display: table-cell;
  }
  .product_attributes_widget .product-benefit .benefit-content .benefit-items > li > div {
    text-align: left;
    overflow: hidden;
    width: 82%;
    display: table-cell;
    vertical-align: middle;
  }
  .product_attributes_widget .product-benefit .benefit-content .benefit-items > li > div h4 {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .product_attributes_widget .product-benefit .benefit-content .benefit-items > li > div p {
    font-size: 0.9em;
  }
  .product_attributes_widget .product-benefit .product-benefit-bottom {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 80em) {
  .product_attributes_widget {
    font-size: 15px;
  }
  .product_attributes_widget .product-benefit .benefit-content .benefit-items {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .product_attributes_widget {
    width: 90%;
    float: none;
    margin: auto;
  }
}
.widget_branding {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.widget_branding img {
  padding-bottom: 19px;
  padding-top: 6px;
}
@media (max-width: 768px) {
  .widget_branding {
    margin: auto;
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .widget_branding {
    display: none;
  }
}
.widget_contact {
  margin: auto;
  width: 92%;
  padding: 42px 0;
  font-size: inherit;
}
.widget_contact .title, .widget_contact .description, .widget_contact .cta {
  float: left;
}
.widget_contact .title {
  font-size: 1.75em;
  width: auto;
  margin-right: 20px;
}
.widget_contact .description {
  font-weight: normal;
  font-size: 0.8vw;
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
  width: 280px;
  margin-right: 5px;
  padding-top: 5px;
  line-height: 1.4;
}
.widget_contact .cta {
  font-family: "Source Sans Pro", sans-serif;
  width: 25%;
}
@media (max-width: 1280px) {
  .widget_contact {
    width: 90%;
  }
  .widget_contact .title, .widget_contact .description, .widget_contact .cta {
    float: none;
    width: 100%;
  }
  .widget_contact .title.prod_desc {
    font-size: 1.8em;
    margin-bottom: 3px !important;
  }
  .widget_contact .cta {
    width: 50%;
  }
  .widget_contact .description {
    margin-bottom: 7px;
    font-size: 0.75em;
    margin-top: 5px;
  }
}
@media (max-width: 35.49em) {
  .widget_contact .title.prod_desc {
    font-size: 1.5rem;
  }
}

.my-order {
  margin: -1px 0 0 0;
  background: white;
  z-index: 9;
  /*.adspace_banner {
  	content: brand-image("Ad_Space_banner.png");		
      margin: 0 15%;		
  }
  
  .progress_bar_shipping, .adspace_banner {
  	width: 80%;	
      display: block;	
      position: relative;						
  }*/
}
.my-order.affix {
  top: 0;
  z-index: 9;
  position: fixed !important;
}
.my-order .discount_text p {
  width: 85%;
  margin: 5% auto 0 auto;
}
.my-order .freeShippingStatus {
  display: block;
  text-align: center;
  margin: 20px;
}
.my-order .progress_bar_shipping {
  border: solid 2px #ddd !important;
  height: 16px;
  border-radius: 10px;
  background-color: #e7f5f7;
  margin: 43px auto 1px auto;
}
.my-order .progress_bar_shipping .progress_bar_status {
  height: 12px;
  background-color: #00bfd7;
  border-radius: 10px;
}
.my-order .progress_bar_shipping:after {
  background-image: url("/wcsstore/MattelSAS/images/colors/ag/free_shipping_progress_icon.png");
  background-size: 100%;
  display: inline-block;
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -20px;
  right: -25px;
}
.my-order .couponWallet_NoCouponsMessage {
  width: 65%;
  margin: 0 auto 20px auto;
  font-size: 12px;
  padding-top: 7px;
}
.my-order .button_primary {
  width: 100%;
}
.my-order .button_primary .button_text {
  text-align: center;
  width: 100%;
  display: block;
  margin: auto;
  font-size: inherit;
}
.my-order .continue_checkout {
  margin: 5% 0;
  margin: 5%;
}
.my-order .continue_checkout .legal {
  width: 66%;
  margin: 13px 0 0 17%;
  text-align: center;
  font-size: 0.87em;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .my-order .continue_checkout {
    font-size: 0.77em;
  }
}
.my-order .continue_checkout .button_primary {
  margin-left: 17.5%;
  width: 65%;
  display: block;
  margin: auto;
  width: 89%;
}
.my-order .continue_checkout .button_primary.inactiveLink {
  background: #cacaca;
  border: 2px solid #cacaca;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .my-order .continue_checkout .button_primary {
    margin: auto;
    width: 100%;
  }
}
.my-order .continue_checkout .checkoutWith {
  width: 100%;
  margin: 5px auto !important;
  text-align: center;
  margin: 5px 0 !important;
  padding: 0 6%;
}
.my-order .continue_checkout .checkoutWith .paypal,
.my-order .continue_checkout .checkoutWith .amazon {
  margin: 15px auto;
  float: left;
  width: 49%;
}
@media (max-width: 767px) {
  .my-order .continue_checkout .checkoutWith .paypal,
.my-order .continue_checkout .checkoutWith .amazon {
    float: none;
    width: 100%;
  }
}
.my-order .continue_checkout .checkoutWith .paypal {
  display: none;
}
.my-order .continue_checkout .checkoutWith .amazon {
  float: right;
  display: table;
}
@media (min-width: 1025px) {
  .my-order .continue_checkout .checkoutWith .amazon img {
    max-height: 39px !important;
    float: right;
  }
}
.my-order .continue_checkout .checkoutWith:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (max-width: 1023px) {
  .my-order .continue_checkout .col5 {
    float: none;
    text-align: center;
  }
  .my-order .continue_checkout .col5 a.button.primary.outlined.viewCartButton {
    margin: 5% auto;
  }
}
.my-order .shopcart_checkout_button {
  margin: 20px auto 10px auto;
  width: 75%;
  max-width: 300px;
}
.my-order .verified-logos {
  margin: 2% 0 0;
}
@media (max-width: 1023px) {
  .my-order .verified-logos .row {
    margin: auto;
  }
}
.my-order .verified-logos .entity {
  margin: auto;
}
.my-order .verified-logos .logo_visa {
  width: 71px;
  height: 29px;
  margin-top: 10px;
  background: url("/wcsstore/MattelSAS/images/sprites.png") -114px -399px no-repeat;
  float: right;
}
.my-order .verified-logos .logo_verisign {
  width: 88px;
  height: 44px;
  margin-top: 1px;
  background: url("/wcsstore/MattelSAS/images/sprites.png") -13px -391px no-repeat;
}
.my-order .verified-logos .logo_fpo {
  width: 91px;
  height: 50px;
  background: url("/wcsstore/MattelSAS/images/sprites.png") -284px -388px no-repeat;
  float: left;
}
.my-order .header {
  height: 70px;
  background-color: black;
  width: 100%;
  line-height: 70px;
  font-weight: bold;
  padding-left: 65px;
  font-size: 27px;
  display: block;
}
.my-order ul#myorderaccordion li.panel {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.my-order ul#myorderaccordion li.panel .accordion-toggle {
  /*pointer-events: none;
  @include media("<desktop") {
  	pointer-events: visible;
  }*/
}
.my-order ul#myorderaccordion li.panel .accordion-toggle .accordion-toggle-arrow {
  display: none;
}
.my-order ul#myorderaccordion li.panel .accordion-toggle h2 {
  height: 70px;
  color: #555;
  background-color: #F1F1F1;
  width: 100%;
  line-height: 70px;
  font-weight: 300;
  padding-left: 55px;
  padding-left: 10%;
  font-size: 27px;
  display: block;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .my-order ul#myorderaccordion li.panel .accordion-toggle h2 {
    padding: 0 1em;
    padding: 0 5%;
  }
}
.my-order ul#myorderaccordion li.panel a.accordion-toggle, .my-order ul#myorderaccordion li.panel a:hover.accordion-toggle, .my-order ul#myorderaccordion li.panel a:visited.accordion-toggle, .my-order ul#myorderaccordion li.panel a:active.accordion-toggle {
  color: #cacaca !important;
}
.my-order #total_breakdown {
  float: none;
  width: 90%;
  margin: auto;
  padding: 30px 0 15px 5%;
  display: block;
}
@media (max-width: 1023px) {
  .my-order #total_breakdown {
    padding: 30px 0 15px 0;
  }
}
.my-order #total_breakdown #order_total {
  float: none;
  width: 100%;
  min-width: 0;
}
.my-order #total_breakdown #order_total .total_details {
  text-align: left;
  font-weight: bold;
}
.my-order #total_breakdown #order_total .total_details * {
  color: #333;
}
.my-order #total_breakdown #order_total .total_details .number_of_items {
  font-weight: 500;
}
.my-order #total_breakdown #order_total .total_details .info_icon {
  padding-left: 0;
}
.my-order #total_breakdown #order_total .total_details.order_total {
  color: #333;
  color: #333;
}
.my-order #total_breakdown #order_total .total_details, .my-order #total_breakdown #order_total .total_figures {
  font-size: 18px;
  color: #333;
}
.my-order #total_breakdown #order_total .total_figures {
  font-size: 21px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
}
.my-order #total_breakdown #order_total tr {
  line-height: 48px;
}
.my-order #total_breakdown #order_total .total_figures.breadcrumb_current {
  color: #c70a4c;
}
.my-order #total_breakdown .taxCalc {
  color: #999;
  margin-top: -10px;
}
.my-order ul#myorderaccordion li.panel a.accordion-toggle {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #666 !important;
}
.my-order ul#myorderaccordion li.panel a.accordion-toggle:hover {
  color: #666 !important;
}
.my-order #my-order-promo-accordion {
  width: 65%;
  margin: auto;
  border: 1px solid #B6B6B6;
  margin-top: 25px;
  padding: 10px;
}
.my-order #my-order-promo-accordion .accordion-inner {
  padding-top: 8px;
}
.my-order #my-order-promo-accordion .promotion_code {
  width: auto;
  display: inline-block;
  padding-right: 5px;
  display: none;
}
.my-order #my-order-promo-accordion .promotion_code label {
  font-size: 14px;
  font-weight: normal;
  padding-top: 4px;
  width: auto;
}
.my-order #my-order-promo-accordion .promotion_input {
  width: 57.5%;
  margin: 0 0 2.5%;
  float: left;
}
.my-order #my-order-promo-accordion .promotion_input input {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.23);
  padding: 5px;
}
.my-order #my-order-promo-accordion .promotion_button {
  float: right;
  width: 40%;
  margin: -1px 0 0 0;
}
.my-order #my-order-promo-accordion .promotion_button .button_primary {
  padding: 0px;
  border-radius: 0px;
  width: 100%;
}
.my-order #my-order-promo-accordion .promotion_button .button_primary .button_text {
  font-size: 12px;
  text-align: center;
  height: auto;
  display: block;
  padding: 3px;
  width: 100%;
}
.my-order #my-order-reward {
  width: 80%;
  margin: auto;
  border: none !important;
  margin-bottom:10px;
}
.my-order #my-order-reward .heading {
  font-weight: 600;
  margin: 1% 0 3%;
}
.my-order #my-order-reward .inner {
  padding-top: 8px;
}
.my-order #my-order-reward .promotion_code {
  width: auto;
  display: inline-block;
  padding-right: 5px;
  display: none;
}
.my-order #my-order-reward .promotion_code label {
  font-size: 14px;
  font-weight: normal;
  padding-top: 4px;
  width: auto;
}
.my-order #my-order-reward .promotion_input {
  width: 97%;
  display: inline-flex;
}
.my-order #my-order-reward .promotion_input input {
  width: 100%;
  margin: 0;
  height: 40px;
  padding-left: 10px;
  outline: none !important;
}
.my-order #my-order-reward .promotion_input input::-webkit-input-placeholder {
  font-size: 0.85rem;
  padding: 0 0.2rem;
}
.my-order #my-order-reward .promotion_input input::-moz-placeholder {
  font-size: 0.85rem;
  padding: 0 0.2rem;
}
.my-order #my-order-reward .promotion_input input:-ms-input-placeholder {
  font-size: 0.85rem;
  padding: 0 0.2rem;
}
.my-order #my-order-reward .promotion_input input:-moz-placeholder {
  font-size: 0.85rem;
  padding: 0 0.2rem;
}
.my-order #my-order-reward .promotion_button {
  width: 1%;
  display: inline-flex;
}
.my-order #my-order-reward .promotion_button .button_primary {
  padding: 3px;
}
.my-order #mobile_order_total {
  display: none;
}

@media (max-width: 1023px) {
  .my-order {
    margin: 0 0 0 -20px;
    border-left: 0;
  }
  .my-order.affix {
    position: static !important;
  }
  .my-order .button_primary .button_text {
    min-width: initial;
  }
  .my-order #my-order-reward {
    width: 90%;
  }
  .my-order #mobile_order_total {
    margin: 0;
    display: block;
  }
  .my-order #mobile_order_total #total_breakdown {
    padding: 0;
    margin: auto;
  }
  .my-order #mobile_order_total #total_breakdown #order_total tr {
    display: none;
  }
  .my-order #mobile_order_total #total_breakdown #order_total tr:last-child {
    display: block;
  }
  .my-order #mobile_order_total #total_breakdown #order_total tr:last-child .total_details {
    color: #333;
    float: left;
    display: inline-block;
    margin: 0;
  }
  .my-order #mobile_order_total #total_breakdown #order_total tr:last-child .total_figures {
    float: right;
    display: inline-block;
  }
}
@media (max-width: 47.99em) {
  .my-order ul#myorderaccordion li.panel {
    /*.accordion-toggle.collapsed + #myorder {
    	display: none;
    }*/
  }
  .my-order ul#myorderaccordion li.panel .accordion-toggle h2 {
    height: 45px;
    line-height: 0.2;
    font-size: 20px;
    font-weight: 900;
    padding: 1em;
    font-weight: 300;
    padding: 1em 5%;
  }
}
@media (max-width: 26.55em) {
  .my-order #my-order-reward .promotion_input {
    width: 100%;
  }
  .my-order #my-order-reward .promotion_input input::-webkit-input-placeholder {
    font-size: 0.7rem;
    padding: 0;
  }
  .my-order #my-order-reward .promotion_input input::-moz-placeholder {
    font-size: 0.7rem;
    padding: 0;
  }
  .my-order #my-order-reward .promotion_input input:-ms-input-placeholder {
    font-size: 0.7rem;
    padding: 0;
  }
  .my-order #my-order-reward .promotion_input input:-moz-placeholder {
    font-size: 0.7rem;
    padding: 0;
  }
  .my-order #my-order-reward .promotion_button {
    width: 35%;
  }
}
@media (max-width: 23.43em) {
  .verified-logos .col-lg-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .my-order #total_breakdown #order_total .total_details, .my-order #total_breakdown #order_total .total_figures {
    font-size: 1rem;
  }
}
@media (max-width: 1023px) {
  .my-order {
    width: 100%;
    margin: auto;
  }
  .my-order ul#myorderaccordion {
    /*max-height: 0;
    	transition: all 500ms ease-in-out;
    
    	&.collapsed {
    		max-height: 5000px;
    	}*/
  }
  .my-order ul#myorderaccordion li.panel {
    /*#myorder  {
    	opacity: 1;
     			height: auto;
    	transition: opacity 1s ease-in-out, height 1s ease-in-out;
        transform: translateZ(0);
    }*/
    /*.accordion-toggle.collapsed + #myorder {
    	display: block;
    	transition: opacity 1s ease-in-out;
        opacity: 0; 
        height: 0;
        overflow: hidden;
    }*/
  }
  .my-order ul#myorderaccordion li.panel .accordion-toggle {
    position: relative;
  }
  .my-order ul#myorderaccordion li.panel .accordion-toggle .accordion-toggle-text {
    position: absolute;
    top: calc(65% - 1.13em);
    right: 2.6em;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 800;
    color: #555;
    opacity: 0.75;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .my-order ul#myorderaccordion li.panel .accordion-toggle .accordion-toggle-text {
    top: calc(65% - 0.93em);
  }
}
@media (max-width: 1023px) {
  .my-order ul#myorderaccordion li.panel .accordion-toggle .accordion-toggle-arrow {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    right: 19px;
    top: calc(65% - 1em);
    right: 5%;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .my-order ul#myorderaccordion li.panel .accordion-toggle .accordion-toggle-arrow {
    top: calc(65% - 0.9em);
  }
}
@media (max-width: 1024px) {
  .my-order ul#myorderaccordion li.panel .accordion-toggle .accordion-toggle-arrow .icon-glyph-arrow {
    color: #555;
    transform: rotate(-90deg);
    transform-origin: center center;
    transition-timing-function: ease-in-out;
    transition: transform 0.4s;
  }
}
@media (min-width: 768px) {
  .my-order ul#myorderaccordion li.panel .accordion-toggle .accordion-toggle-arrow .icon-glyph-arrow {
    color: #555;
    transform: rotate(-90deg);
    transform-origin: center center;
    transition-timing-function: ease-in-out;
    transition: transform 0.4s;
	margin-right: -18px;
	margin-top: -5px;
  }
}
@media (max-width: 1024px) {
  .my-order ul#myorderaccordion li.panel .accordion-toggle.collapsed .accordion-toggle-text {
    opacity: 1;
  }
  .my-order ul#myorderaccordion li.panel .accordion-toggle.collapsed .accordion-toggle-arrow .icon-glyph-arrow {
    transform: rotate(90deg);
    transition-timing-function: ease-in-out;
    transition: transform 0.4s;
  }
}
@media (min-width: 768px)   {
  .my-order ul#myorderaccordion li.panel .accordion-toggle.collapsed .accordion-toggle-text {
    opacity: 1;
  }
  .my-order ul#myorderaccordion li.panel .accordion-toggle.collapsed .accordion-toggle-arrow .icon-glyph-arrow {
    transform: rotate(90deg);
    transition-timing-function: ease-in-out;
    transition: transform 0.4s;
    margin-top: 3px;
  }
}
#HWC #MiniShopCartProductAdded .my-order .continue_checkout .checkoutWith {
  margin-left: 6%;
  width: 95% !important;
}

.my-order ul#myorderaccordion li.panel .accordion-toggle h2 {
  height: 70px;
  color: #333;
  background-color: #fff !important;
  width: 100%;
  line-height: 70px;
  font-weight: 300;
  padding-left: 55px;
  padding-left: 10%;
  font-size: 30px;
  display: block;
  font-weight: 300;
  margin-top: 35px;
}

.my-order #total_breakdown {
  padding: 0px 0 15px 5% !important;
}

.taxCalc b {
  font-weight: 400;
  color: #333333;
}

.my-order #total_breakdown #order_total .total_details .order_total {
  font-size: 23px !important;
  font-weight: 600;
  color: #333333 !important;
}

.my-order #total_breakdown #order_total .total_figures {
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
}

.my-order #total_breakdown #order_total .total_figures .breadcrumb_current {
  font-size: 21px !important;
}

.shop-cart .header_wrapper_position #messageBoxDisplay.show.error:before {
  content: "";
  background: url(https://d1z9dj6ki1ddtc.cloudfront.net/icon_alert.png) no-repeat 1px;
  height: 27px;
  width: 27px;
  display: inline-block;
  margin-bottom: -5px;
}

.shop-cart div#messageBoxDisplay.show.error {
  display: inline-block;
  padding-left: 33px;
  margin-top: -25px;
  width: 377px;
  height: 113px;
  text-align: left;
  padding: 15px 15px 15px 8px;
  position: fixed;
  color: #333333;
  background-color: #fff !important;
  font-size: 20px;
  font-weight: normal;
  background: #fff;
  box-shadow: 0 1px 4px #B2B2B2;
  left: 39%;
  top: 291px;
  z-index: 10;
}

.shop-cart div#messageBoxDisplay.show.error.promo {
  width: 355px !important;
  height: 90px !important;
}

.shop-cart .header_wrapper_position #messageBoxDisplay.show.success {
  width: 270px;
  height: 88px;
  text-align: left;
  position: fixed;
  color: #333333;
  background-color: #fff;
  font-size: 20px;
  font-weight: normal;
  background: #fff;
  box-shadow: 0 1px 4px #B2B2B2;
  left: 43%;
  top: 291px;
  z-index: 3;
}

.shop-cart .header_wrapper_position #messageBoxDisplay.show.success:before {
  content: "";
  background: url(https://d1z9dj6ki1ddtc.cloudfront.net/Checkmark.png) no-repeat;
  height: 17px;
  width: 16px;
  display: inline-block;
  margin-bottom: -5px;
}

.shop-cart .my-order .button_primary .button_text {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.shop-cart .accordion-inner.guarenty_espot_locator {
  margin-top: -55px;
  width: 103%;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .shop-cart .accordion-inner.guarenty_espot_locator {
    margin-top: -8%;
    width: 103%;
  }
}
.widget_notify_me {
  display: block;
  clear: both;
}
.widget_notify_me > a > span.text {
  font-family: "Source Sans Pro", sans-serif;
  color: #009db5;
  font-size: 0.9em;
  font-style: italic;
  font-weight: bold;
}
.widget_notify_me > a > span.link {
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  width: 9px;
  height: 16px;
  background-position: -388px -464px;
  /*
  *
  * Ribbon Ads */
  display: inline-block;
  transform: translate(4px, 4px);
}

.mattel_video_widget {
  clear: both;
  display: block;
  max-width: 96%;
  border-top: 1px solid #e5e5e5;
  padding-left: 15px;
}
.mattel_video_widget #ProductGallery2 {
  width: 90%;
  margin: 0 auto;
}
.mattel_video_widget #ProductGallery2 .owl-nav {
  display: none;
}
.mattel_video_widget #ProductGallery2 .owl-dots {
  display: none !important;
}
.mattel_video_widget #ProductGallery2 .owl-stage {
  display: table !important;
  background-color: #fff;
}
.mattel_video_widget #ProductGallery2 .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.mattel_video_widget #ProductGallery2 .owl-item img {
  width: 100%;
  outline: 2px solid #FFF;
}
.mattel_video_widget #ProductGallery2 .item a {
  display: block;
}
.mattel_video_widget #ProductThumbGallery2 {
  width: 90%;
  margin: 0 auto;
  margin-top: 15px;
}
.mattel_video_widget #ProductThumbGallery2 .owl-item {
  text-align: center;
}
.mattel_video_widget #ProductThumbGallery2 .owl-item.synced img {
  border: 3px solid #0a8ee1;
}
.mattel_video_widget #ProductThumbGallery2 .owl-item img {
  width: 100%;
}
.mattel_video_widget #ProductThumbGallery2 .item {
  width: 80%;
  margin: 0 auto;
}
.mattel_video_widget #ProductThumbGallery2 .tile-label {
  text-align: left;
  color: #0a8ee1;
  padding: 0;
  text-align: left;
  display: inline-block;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 800;
  font-size: 0.85em;
  line-height: 1.3;
  margin-top: 10px;
}
.mattel_video_widget .product-benefit {
  padding: 0 !important;
}
.mattel_video_widget .video-thumb {
  position: relative;
}
.mattel_video_widget .play-icon {
  content: "";
  position: absolute;
  font-size: 2em;
  top: -10px;
  left: 77px;
  color: #FFF;
}
.mattel_video_widget .play-icon.glyphicon-play-circle {
  font-size: 10em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mattel_video_widget .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.mattel_video_widget .modal-content .modal-header {
  z-index: 1;
  border-bottom: 0;
  padding: 0;
  min-height: 2.5em;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  width: 50px;
}
.mattel_video_widget .modal-content .modal-header h4 {
  padding: 5px 10px;
  font-size: 1em;
  color: #00739d;
}
.mattel_video_widget .modal-content .modal-header .close {
  display: none;
  font-size: 3em;
  line-height: 0.5;
  font-weight: 100;
  color: #0a8ee1;
  opacity: 1;
  margin-top: 5px;
  margin-right: 5px;
  text-shadow: 0 0;
}
.mattel_video_widget .modal-content .modal-header:hover .close {
  display: block;
}
.mattel_video_widget .modal-content .modal-body {
  z-index: 0;
  padding: 0;
}
.mattel_video_widget .modal-content .modal-body .social-modal-left {
  padding: 5px;
}
.mattel_video_widget .modal-backdrop.in {
  opacity: 0.3;
}
.mattel_video_widget .other-retailer {
  text-align: left;
  display: inline-block;
}
.mattel_video_widget .other-retailer > div {
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.mattel_video_widget .other-retailer > div.brand-product-info {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 2;
  text-align: left;
}
.mattel_video_widget .other-retailer > div.brand-product-info p {
  margin-bottom: 20px;
  font-size: 0.9em;
  color: #595959;
  font-weight: bold;
  line-height: 1.7;
}
@media (min-width: 60em) {
  .mattel_video_widget .modal.modal-wide .modal-dialog {
    width: 70%;
  }
  .mattel_video_widget .modal-wide .modal-body {
    margin: 0 auto;
  }
}
@media (min-width: 64em) {
  .mattel_video_widget #ProductGallery2 {
    width: 100%;
  }
  .mattel_video_widget #ProductGallery2 .owl-item img {
    width: 100%;
  }
  .mattel_video_widget #ProductThumbGallery2 {
    width: 100%;
  }
  .mattel_video_widget #ProductThumbGallery2 .item {
    margin: 0;
  }
  .mattel_video_widget .other-retailer {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 80em) {
  .mattel_video_widget #ProductThumbGallery2 .tile-label {
    font-size: 0.83em !important;
  }
}
@media (min-width: 90em) {
  .mattel_video_widget #ProductGallery2 .owl-item img {
    width: 100%;
  }
}
@media (min-width: 40.06em) {
  .mattel_video_widget #ProductGallery2 {
    margin: 0 auto;
    text-align: center;
  }
  .mattel_video_widget .product-description #ProductGallery2 .owl-item img {
    width: auto;
  }
  .mattel_video_widget .product-description #ProductThumbGallery2 {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .mattel_video_widget .product-description #ProductThumbGallery2 .item {
    width: 90%;
    text-align: center;
    cursor: pointer;
  }
  .mattel_video_widget .product-description #ProductThumbGallery2 .owl-item {
    text-align: center;
  }
  .mattel_video_widget .product-description #ProductThumbGallery2 .owl-item.synced img {
    border: 3px solid #0a8ee1;
  }
  .mattel_video_widget .other-retailer {
    text-align: left;
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .mattel_video_widget .other-retailer .display-mobile {
    display: none;
  }
}
@media (min-width: 20em) {
  .mattel_video_widget .other-retailer .display-mobile {
    display: none;
  }
  .mattel_video_widget .other-retailer p {
    font-size: 1em;
  }
}

.widget_warranty {
  width: 100%;
  height: 102px;
  position: relative;
}
.widget_warranty > .badge {
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  width: 101px;
  height: 102px;
  background-position: -13px -552px;
  /*
  *
  * Ribbon Ads */
  position: absolute;
  left: 0;
  top: 0;
}
.widget_warranty > .content {
  padding: 15px;
  height: 100%;
  width: 100%;
}
.widget_warranty > .content > .box {
  border: 2px solid #ffef00;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  font-size: 0.7em;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  padding: 7px 7px 7px 90px;
}
.widget_warranty > .content > .box a {
  font-weight: bold;
}

#product-detail-content .where_to_buy_widget {
  max-width: 80%;
}
@media (max-width: 1023px) {
  #product-detail-content .where_to_buy_widget {
    max-width: 100%;
  }
}
#product-detail-content .where_to_buy_widget span#ps_WTB,
#product-detail-content .where_to_buy_widget span#ps_SA {
  margin: 0;
  float: left;
}
#product-detail-content .where_to_buy_widget span#ps_WTB a, #product-detail-content .where_to_buy_widget span#ps_WTB .ps-button-label,
#product-detail-content .where_to_buy_widget span#ps_SA a,
#product-detail-content .where_to_buy_widget span#ps_SA .ps-button-label {
  transform: skew(0deg);
  min-width: inherit;
}
@media (max-width: 1279px) and (min-width: 1024px) {
  #product-detail-content .where_to_buy_widget span#ps_WTB a, #product-detail-content .where_to_buy_widget span#ps_WTB .ps-button-label,
#product-detail-content .where_to_buy_widget span#ps_SA a,
#product-detail-content .where_to_buy_widget span#ps_SA .ps-button-label {
    font-size: 90%;
  }
}
#product-detail-content .where_to_buy_widget span#ps_WTB a:before, #product-detail-content .where_to_buy_widget span#ps_WTB a:after, #product-detail-content .where_to_buy_widget span#ps_WTB .ps-button-label:before, #product-detail-content .where_to_buy_widget span#ps_WTB .ps-button-label:after,
#product-detail-content .where_to_buy_widget span#ps_SA a:before,
#product-detail-content .where_to_buy_widget span#ps_SA a:after,
#product-detail-content .where_to_buy_widget span#ps_SA .ps-button-label:before,
#product-detail-content .where_to_buy_widget span#ps_SA .ps-button-label:after {
  border: none;
}
@media (max-width: 1023px) {
  #product-detail-content .where_to_buy_widget span#ps_WTB,
#product-detail-content .where_to_buy_widget span#ps_SA {
    margin: 1.5% 0 0 0 !important;
    float: none;
    max-width: 100%;
  }
}
#product-detail-content .where_to_buy_widget span#ps_SA {
  margin: 0 2px 0 0;
  float: right;
  transform: skew(0deg);
  max-width: calc(58% - 5px);
}
@media (max-width: 1023px) {
  #product-detail-content .where_to_buy_widget span#ps_SA {
    max-width: 100%;
  }
}

.where_to_buy_widget a {
  margin-right: 2%;
}
.where_to_buy_widget span#ps_SA.ps-disabled {
  display: none !important;
}
.where_to_buy_widget span#ps_WTB,
.where_to_buy_widget span#ps_SA {
  position: relative;
  margin: 0;
  display: inline-block !important;
  margin-right: 5px;
  width: 100% !important;
  max-width: calc(58% - 10px);
  padding: 0.5em 1em 0;
  float: left;
}
.where_to_buy_widget span#ps_WTB a, .where_to_buy_widget span#ps_WTB .ps-button-label,
.where_to_buy_widget span#ps_SA a,
.where_to_buy_widget span#ps_SA .ps-button-label {
  background: transparent;
  color: #666 !important;
  transform: skew(0deg) translateY(2px);
  margin: auto;
  float: none;
  width: inherit;
  padding: 0 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 1.25em;
  display: block;
  height: inherit;
  min-height: 0;
  line-height: inherit;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
.where_to_buy_widget span#ps_WTB .wtb-icon,
.where_to_buy_widget span#ps_SA .wtb-icon {
  position: absolute;
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  background-position: -363px -916px;
  width: 20px;
  height: 17px;
  /*
  *
  * Ribbon Ads */
  left: inherit;
  right: 16px;
  top: 15px;
}
@media (max-width: 1024px) {
  .where_to_buy_widget {
    display: inherit;
    text-align: center;
  }
}
.where_to_buy_widget span#ps_SA {
  max-width: calc(42% - 10px);
}

.ps-widget {
  height: auto !important;
  width: auto !important;
  cursor: pointer;
}

.ps-widget > span {
  font-family: inherit !important;
  line-height: inherit !important;
}

.ps-widget > small {
  display: none;
}

.ps-copy a {
  text-decoration: underline;
}

.shop-by-age-widget .catalogEntryRecommendationWidget.carousel {
  background: transparent;
}
.shop-by-age-widget .catalogEntryRecommendationWidget.carousel h2 {
  text-transform: inherit;
  background: transparent;
}

.shop-by-brand-widget .catalogEntryRecommendationWidget.carousel {
  background: transparent;
}
.shop-by-brand-widget .catalogEntryRecommendationWidget.carousel h2 {
  text-transform: inherit;
  background: transparent;
}

#wc-power-page {
  width: 92%;
  margin-left: 4%;
}
#wc-power-page iframe {
  display: inline;
}
#wc-power-page div[id*=wc-compare] {
  display: none;
}

@media (max-width: 1023px) {
  #wc-power-page {
    width: 92%;
  }
}
#page .subcategories-widget.brand {
  background: #FF5214;
}
#page .subcategories-widget.brand .title h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  text-transform: none;
  color: #333;
  line-height: 1em;
  margin: 45% auto;
  width: 150px;
}
#page .subcategories-widget.brand .products .catalogEntryRecommendationWidget {
  background: inherit;
}
#page .subcategories-widget.brand .products .catalogEntryRecommendationWidget.carousel .content ul li {
  vertical-align: baseline;
}
#page .subcategories-widget.brand .products .catalogEntryRecommendationWidget.carousel .item {
  width: 96%;
  border: 0;
  border-radius: 0;
  text-align: center;
}
#page .subcategories-widget.brand .products .catalogEntryRecommendationWidget.carousel .item img {
  min-width: 100%;
}
#page .subcategories-widget.brand .products .catalogEntryRecommendationWidget.carousel .item .cat-caption {
  background: inherit;
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
}
#page .subcategories-widget.brand .products .catalogEntryRecommendationWidget.carousel .item:hover {
  border: 0;
}
#page .subcategories-widget.brand .products .catalogEntryRecommendationWidget.carousel .item:hover .cat-caption {
  background: inherit;
  color: inherit;
}
#page .subcategories-widget.brand .products .catalogEntryRecommendationWidget.carousel .prevPageButton, #page .subcategories-widget.brand .products .catalogEntryRecommendationWidget.carousel .nextPageButton {
  background-color: #666;
  box-shadow: none;
  margin: -4.75% 0 0 0;
}
#page .subcategories-widget.brand .products .catalogEntryRecommendationWidget.carousel .prevPageButton:before, #page .subcategories-widget.brand .products .catalogEntryRecommendationWidget.carousel .nextPageButton:before {
  color: transparent;
}
#page .subcategories-widget.brand .products .catalogEntryRecommendationWidget.carousel .prevPageButton:hover, #page .subcategories-widget.brand .products .catalogEntryRecommendationWidget.carousel .nextPageButton:hover {
  background-color: transparent;
  box-shadow: none;
}
#page .subcategories-widget.brand .products .catalogEntryRecommendationWidget.carousel .prevPageButton:hover:before, #page .subcategories-widget.brand .products .catalogEntryRecommendationWidget.carousel .nextPageButton:hover:before {
  color: #666;
}
#page .subcategories-widget.brand .products .catalogEntryRecommendationWidget.carousel .nextPageButton:before:hover {
  color: #666;
}
#page .subcategories-widget.brand .products .catalogEntryRecommendationWidget.carousel .pageControlWrapper {
  display: block;
}
#page .subcategories-widget .catalogEntryRecommendationWidget.carousel h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 800;
  text-transform: none;
}
#page .subcategories-widget .catalogEntryRecommendationWidget.carousel .item {
  width: 96%;
  border: 3px solid white;
  border-radius: 5px;
  text-align: center;
}
#page .subcategories-widget .catalogEntryRecommendationWidget.carousel .item img {
  min-width: 100%;
}
#page .subcategories-widget .catalogEntryRecommendationWidget.carousel .item .cat-caption {
  background: #009db5;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  padding: 2%;
  min-height: 80px;
  margin: auto;
}
#page .subcategories-widget .catalogEntryRecommendationWidget.carousel .item:hover {
  border: 3px solid #009db5;
}
#page .subcategories-widget .catalogEntryRecommendationWidget.carousel .item:hover .cat-caption {
  background: #F1F1F1;
  color: #009db5;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info.ag-product-info {
	min-height: 137px;
}

#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info.ag-product-info .product_name {
	height: 40px;
}

#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info.ag-product-info .product_name a {
	font-size: 14px;
}

#page .catalogEntryRecommendationWidget .product .product_info.ag-product-info > .product_price {
	font-size: 16px;
    font-weight: normal;
}

#page .catalogEntryRecommendationWidget .product .product_info.ag-product-info a#addToCartBtn {
    position: absolute;
    bottom: 0;
    height: 44px;
    line-height: 44px;
    width: 90%;
    background: #fff;
    border: 1px solid #c70a4c;
    color: #c70a4c;
    border-radius: 8px;
}
#page .catalogEntryRecommendationWidget .product .product_info.ag-product-info a#addToCartBtn:hover {
    background: #c70a4c;
    color: #fff;
}


#page .predictive-intel-widget.Cart .catalogEntryRecommendationWidget.carousel .content ul.ag-product-listing li {
	
	padding: 15px 30px 23px 30px;
}
@media (max-width: 991px) {
	
	
	#page .left_column.ag-left-column-mobile .predictive-intel-widget {
		margin-left: 0 !important;
	}

}
#page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .prevPageButton, #page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .nextPageButton {
    width: 42px;
    height: 42px;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    font-family: icons;
    border-radius: 50px;
    box-shadow: 1px 1px 4px #ccc;
    border: 2px solid #ccc;
}
#page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .prevPageButton:before {
    left: 14px;
    top: 8px;
    font-size: 1.4em;
	top: 5px !important;
}
#page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .nextPageButton:before {
    left: 15px;
    top: 9px;
	font-size: 1.4em;
	top: 5px !important;
}
#page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .prevPageButton:hover, #page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .nextPageButton:hover {
    box-shadow: 1px 1px 4px #ccc;
    border: 2px solid #c70a4c;
    color: #c70a4c !important;
}
#page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget.carousel > .prevPageButton, #page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget.carousel > .nextPageButton {
    display: block;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info {
    border-bottom: none;
}
@media (max-width: 1023px) {
    #page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget.carousel .pageControlWrapper, #page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget.carousel .pageControlMenu {
        display: none;
    }
}
@media (max-width: 1023px) {
  #page .subcategories-widget.brand .title h3 {
    margin: 2% auto;
  }
}
.leftnavcategory-widget h5 {
  font-size: 1.45em;
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: capitalize;
}
.leftnavcategory-widget p a {
  font-size: 0.975em;
  font-weight: 700;
}
.leftnavcategory-widget ul {
  font-size: 0.975em;
  text-transform: capitalize;
}
.leftnavcategory-widget ul li strong a {
  /** blank **/
  margin: 2% 0 0 0;
  display: block;
}
.leftnavcategory-widget ul li ul {
  padding: 2% 0 5% 5%;
  line-height: 2.2em;
}
.leftnavcategory-widget ul li ul li .item span strong span {
  margin-left: 3px;
}
.leftnavcategory-widget ul li ul li .item a span {
  color: #333;
  font-weight: 500;
}
.leftnavcategory-widget ul li ul li .item a span span {
  color: #333;
  display: inline-block;
  padding: 0 0 0 1%;
}

#HWC #catnav .leftnavcategory-widget ul {
  padding: 0 10px;
}
#HWC #catnav .leftnavcategory-widget ul li ul {
  padding: 10px 0 0;
}
#HWC #catnav .leftnavcategory-widget ul li strong {
  color: #ffef00;
}
#HWC #catnav .leftnavcategory-widget ul li strong a {
  color: #ffef00;
}
#HWC #catnav h5 {
  color: #ffef00;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  border-top: 1px solid #717273;
}
#HWC #catnav > h5 {
  padding: 0 10px;
}

.exclusives-widget {
  background: #ffef00;
}
.exclusives-widget .heading {
  background: url("/wcsstore/MattelSAS/images/colors/ag/exclusives.png") center center no-repeat;
  height: 100px;
  width: 100%;
  margin: 0px auto -100px auto;
  transform: scale(0.75);
  top: -20px;
  position: relative;
}
.exclusives-widget .carousel {
  padding: 5%;
}
.exclusives-widget .carousel .carousel-indicators .active {
  opacity: 1;
}
.exclusives-widget .carousel .carousel-indicators li {
  width: 20px;
  height: 20px;
  margin: 1px 2px;
  border: 0;
  border-radius: 10px;
  background-color: #c70a4c;
  transition: all 500ms ease-in;
  opacity: 0.4;
}
.exclusives-widget .carousel .carousel-inner {
  background: white;
  border-radius: 20px;
}
.exclusives-widget .carousel .carousel-inner .item {
  padding: 2%;
  min-height: 300px;
}
.exclusives-widget .carousel .carousel-inner .item .image img {
  max-width: 250px;
  padding: 1%;
  margin: 0 0 0 5%;
}
.exclusives-widget .carousel .carousel-inner .item .info {
  padding: 5% 1% 0 1%;
  box-sizing: border-box;
}
.exclusives-widget .carousel .carousel-inner .item .info h3 {
  font-size: 1.75em;
  line-height: 1em;
  margin: 0 0 5% 0;
}
.exclusives-widget .carousel .carousel-inner .item .info .reviews {
  margin: 5px auto 0 auto;
  padding: 0;
  display: block;
}
.exclusives-widget .carousel .carousel-inner .item .info .reviews abbr {
  font-size: 1.5em;
  display: inline-block;
  padding-left: 6px;
  color: #666;
  transform: translateY(-1.5px);
}
.exclusives-widget .carousel .carousel-inner .item .info .reviews .glyphicon {
  margin: auto;
  padding: 0;
  color: #c70a4c;
  font-size: 1.5em;
  letter-spacing: -2.8px;
}
.exclusives-widget .carousel .carousel-inner .item .info .reviews .glyphicon.glyphicon-star-empty {
  font-family: "icons";
  color: #cacaca;
  border: 0;
  opacity: 0.8;
}
.exclusives-widget .carousel .carousel-inner .item .info .reviews .glyphicon.glyphicon-star-empty:before {
  content: "\e902";
}
.exclusives-widget .carousel .carousel-inner .item .info .price {
  color: #333;
  margin: 3% 0;
  font-size: 2.25em;
  font-weight: bold;
}
.exclusives-widget .carousel .carousel-inner .item .details {
  margin: 5% 0 0 0;
}
.exclusives-widget .carousel .carousel-control {
  background: transparent;
  opacity: 1;
  filter: inherit;
}
.exclusives-widget .carousel .carousel-control .glyphicon {
  background: transparent;
  color: #666;
  box-shadow: none;
  border-radius: 100%;
  padding: 9%;
  font-size: 1em;
  width: 55px;
  height: 55px;
}
.exclusives-widget .carousel .carousel-control .glyphicon:hover {
  background-color: #eee;
  box-shadow: none;
}
.exclusives-widget .carousel .carousel-control .glyphicon:hover:before {
  color: #666;
}
.exclusives-widget .carousel .carousel-control .glyphicon.glyphicon-chevron-left {
  margin-left: -60px;
}
.exclusives-widget .carousel .carousel-control .glyphicon.glyphicon-chevron-right {
  margin-right: -60px;
}

@media (max-width: 1024px) {
  .exclusives-widget .carousel {
    padding: 8%;
  }
  .exclusives-widget .carousel .carousel-control {
    display: none;
  }
  .exclusives-widget .carousel .carousel-inner .item {
    padding: 7%;
    min-height: 700px;
    text-align: center;
  }
  .exclusives-widget .carousel .carousel-inner .item .image {
    width: 100%;
    float: none;
  }
  .exclusives-widget .carousel .carousel-inner .item .image img {
    max-width: 100%;
  }
  .exclusives-widget .carousel .carousel-inner .item .info {
    width: 100%;
    float: none;
  }
  .exclusives-widget .carousel .carousel-inner .item .details {
    display: none;
  }
}
@media (max-width: 767px) {
  .exclusives-widget .carousel {
    padding: 20% 10%;
  }
}
.gift_card_message_widget {
  width: 100%;
  padding: 0;
  margin: 5px 0;
}
.gift_card_message_widget .include_free_gift_message {
  margin: 5px 0 15px 0;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 1em;
}
.gift_card_message_widget .left_floating_giftForm_fields,
.gift_card_message_widget .right_floating_giftForm_fields {
  width: 100%;
  text-align: left;
}
.gift_card_message_widget .left_floating_giftForm_fields input[type=text], .gift_card_message_widget .left_floating_giftForm_fields select,
.gift_card_message_widget .right_floating_giftForm_fields input[type=text],
.gift_card_message_widget .right_floating_giftForm_fields select {
  width: 100%;
  margin: 5px 0;
  padding: 0.5em 1em;
  border: 1px solid #666 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #666;
  text-transform: uppercase;
  height: 48px;
  text-transform: inherit;
}
.gift_card_message_widget .left_floating_giftForm_fields input[type=text]::-webkit-input-placeholder, .gift_card_message_widget .left_floating_giftForm_fields select::-webkit-input-placeholder,
.gift_card_message_widget .right_floating_giftForm_fields input[type=text]::-webkit-input-placeholder,
.gift_card_message_widget .right_floating_giftForm_fields select::-webkit-input-placeholder {
  font-style: normal;
}
.gift_card_message_widget .left_floating_giftForm_fields input[type=text]::-moz-placeholder, .gift_card_message_widget .left_floating_giftForm_fields select::-moz-placeholder,
.gift_card_message_widget .right_floating_giftForm_fields input[type=text]::-moz-placeholder,
.gift_card_message_widget .right_floating_giftForm_fields select::-moz-placeholder {
  font-style: normal;
}
.gift_card_message_widget .left_floating_giftForm_fields input[type=text]:-ms-input-placeholder, .gift_card_message_widget .left_floating_giftForm_fields select:-ms-input-placeholder,
.gift_card_message_widget .right_floating_giftForm_fields input[type=text]:-ms-input-placeholder,
.gift_card_message_widget .right_floating_giftForm_fields select:-ms-input-placeholder {
  font-style: normal;
}
.gift_card_message_widget .left_floating_giftForm_fields input[type=text]:-moz-placeholder, .gift_card_message_widget .left_floating_giftForm_fields select:-moz-placeholder,
.gift_card_message_widget .right_floating_giftForm_fields input[type=text]:-moz-placeholder,
.gift_card_message_widget .right_floating_giftForm_fields select:-moz-placeholder {
  font-style: normal;
}
.gift_card_message_widget .left_floating_giftForm_fields input[type=text]::-webkit-input-placeholder, .gift_card_message_widget .left_floating_giftForm_fields select::-webkit-input-placeholder,
.gift_card_message_widget .right_floating_giftForm_fields input[type=text]::-webkit-input-placeholder,
.gift_card_message_widget .right_floating_giftForm_fields select::-webkit-input-placeholder {
  font-style: italic;
  text-transform: initial;
}
.gift_card_message_widget .left_floating_giftForm_fields input[type=text]::-moz-placeholder, .gift_card_message_widget .left_floating_giftForm_fields select::-moz-placeholder,
.gift_card_message_widget .right_floating_giftForm_fields input[type=text]::-moz-placeholder,
.gift_card_message_widget .right_floating_giftForm_fields select::-moz-placeholder {
  font-style: italic;
  text-transform: initial;
}
.gift_card_message_widget .left_floating_giftForm_fields input[type=text]:-ms-input-placeholder, .gift_card_message_widget .left_floating_giftForm_fields select:-ms-input-placeholder,
.gift_card_message_widget .right_floating_giftForm_fields input[type=text]:-ms-input-placeholder,
.gift_card_message_widget .right_floating_giftForm_fields select:-ms-input-placeholder {
  font-style: italic;
  text-transform: initial;
}
.gift_card_message_widget .left_floating_giftForm_fields input[type=text]:-moz-placeholder, .gift_card_message_widget .left_floating_giftForm_fields select:-moz-placeholder,
.gift_card_message_widget .right_floating_giftForm_fields input[type=text]:-moz-placeholder,
.gift_card_message_widget .right_floating_giftForm_fields select:-moz-placeholder {
  font-style: italic;
  text-transform: initial;
}
.gift_card_message_widget .left_floating_giftForm_fields select,
.gift_card_message_widget .right_floating_giftForm_fields select {
  line-height: 1.2rem;
}
.gift_card_message_widget .add-to-cart {
  margin: 15px 0;
  font-size: 20px;
}
.gift_card_message_widget .disclaimer {
  font-weight: 500;
}

.category-banner-widget.default .banner-info {
  padding: 1% 0;
}
.category-banner-widget.default .banner-info h1 {
  font-size: 2.6em;
  line-height: 1.2em;
  color: #c70a4c;
}
.category-banner-widget.default .banner-info hr {
  width: 100px;
  background: #009db5;
  height: 5px;
  margin: 0 0 1% 0;
  float: left;
  display: none;
}
.category-banner-widget.collection .banner-image img {
  min-width: 100%;
}
.category-banner-widget.brand .banner-image img {
  min-width: 100%;
}
.category-banner-widget.brand .banner-info {
  max-width: 400px;
  position: absolute;
  margin: -210px 0 0 40px;
}
.category-banner-widget.brand .banner-info img {
  max-width: 100%;
}
.category-banner-widget.brand .banner-info div {
  position: absolute;
  left: 115px;
  top: 80px;
}
.category-banner-widget.brand .banner-info div p {
  font-size: 0.8em;
  font-weight: normal;
  color: #777;
  max-height: 50px;
  overflow: hidden;
}
.category-banner-widget.brand .banner-info div a {
  text-transform: uppercase;
  font-style: italic;
  font-size: 0.875em;
  font-weight: bold;
  color: #009db5;
}
.category-banner-widget.department .banner-image img {
  min-width: 100%;
}
.category-banner-widget.department .banner-info {
  background: rgba(255, 255, 255, 0.875);
  max-width: 20%;
  position: absolute;
  margin: -14% 0 0 3%;
  padding: 1%;
}
.category-banner-widget.department .banner-info h2 {
  line-height: 1.1em;
}
.category-banner-widget.department .banner-info hr {
  width: 30%;
  background: #009db5;
  height: 5px;
  margin: 0 0 5% 0;
  display: none;
}
.category-banner-widget.department .banner-info p {
  font-size: 0.75em;
  font-weight: bold;
}
.category-banner-widget.subcategory .banner-image img {
  min-width: 100%;
}
.category-banner-widget.subcategory .banner-info {
  max-width: 25%;
  position: absolute;
  margin: -11.3% 0 0 1.4%;
  padding: 0 1%;
}
.category-banner-widget.subcategory .banner-info h2 {
  font-size: 2.6em;
  line-height: 1.2em;
  color: #c70a4c;
}
.category-banner-widget.subcategory .banner-info hr {
  width: 50%;
  background: #c70a4c;
  height: 5px;
  margin: 7% 0 5% 0;
  border: 0;
  display: none;
}

@media (max-width: 1023px) {
  .category-banner-widget {
    display: none;
  }
}
html#AG .giftFinderContainer {
  border-bottom: 1px solid #ddd;
  padding: 20px 15px;
  text-align: center;
  width: 100%;
}
html#AG .giftFinderContainer .giftFinderContent {
  margin: 0 auto;
}
html#AG .giftFinderContainer .right-arrow, header button.button-white-black html#AG .giftFinderContainer .right-arrow-wb, header button.button-pink-white html#AG .giftFinderContainer .right-arrow-pw, header button.button-secondary-white html#AG .giftFinderContainer .right-arrow-secondary-white, header button.button-secondary html#AG .giftFinderContainer .right-arrow-secondary, html#AG .giftFinderContainer header button.button-primary .right-arrow-primary, header button.button-primary html#AG .giftFinderContainer .right-arrow-primary, html#AG .giftFinderContainer button.button-white-black .right-arrow-wb, html#AG .giftFinderContainer button.button-pink-white .right-arrow-pw, html#AG .giftFinderContainer button.button-secondary-white .right-arrow-secondary-white, html#AG .giftFinderContainer button.button-secondary .right-arrow-secondary {
  width: 17px;
  height: 13px;
  display: inline-block;
  background-size: contain !important;
  vertical-align: middle;
  margin-left: 6px;
}
html#AG .giftFinderContainer .giftOptionsProducts {
  margin: 0;
  margin-bottom: 20px;
  display: block;
}
html#AG .giftFinderContainer .giftFinderForMobile {
  display: none;
}
html#AG .giftFinderContainer .seeMoreGifts {
  margin-top: 20px;
}
html#AG .giftFinderContainer button {
  display: inline-block;
  margin: 8px 0;
  padding: 10px 20px;
  font-size: 1.3rem;
  text-align: center;
  min-width: 170px;
  font-weight: bold;
}
html#AG .giftFinderContainer button.button-primary {
  background-color: white;
  color: #c70a4c;
  border: 0;
  font-size: 1.25em;
  font-weight: 700;
}
html#AG .giftFinderContainer button.button-primary .right-arrow-primary {
  color: #c70a4c;
  font-size: 0.75em;
}
html#AG .giftFinderContainer button.button-secondary {
  background-color: transparent;
  color: #222;
  border: 1px solid #ddd;
}
html#AG .giftFinderContainer button.button-secondary:hover {
  box-shadow: 1px 1px 0 #777;
}
html#AG .giftFinderContainer button.button-secondary .right-arrow-secondary {
  background: url("/wcsstore/MattelSAS/images/colors/ba/arrow_gray.png") no-repeat;
}
html#AG .giftFinderContainer button.button-secondary-white {
  background-color: transparent;
  color: #fff;
  border: 1px solid #777;
}
html#AG .giftFinderContainer button.button-secondary-white:hover {
  box-shadow: 1px 1px 0 #777;
}
html#AG .giftFinderContainer button.button-secondary-white .right-arrow-secondary-white {
  background: url("/wcsstore/MattelSAS/images/colors/ba/arrow_gray.png") no-repeat;
}
html#AG .giftFinderContainer button.button-pink-white {
  background: #c70a4c;
  color: #fff;
  border: 0;
}
html#AG .giftFinderContainer button.button-pink-white:hover {
  box-shadow: 1px 1px 0 #777;
}
html#AG .giftFinderContainer button.button-pink-white .right-arrow-pw {
  background: url("/wcsstore/MattelSAS/images/colors/ba/arrow_black.png") no-repeat;
}
html#AG .giftFinderContainer button.button-white-black {
  background: #fff;
  color: #000;
  border: 0;
}
html#AG .giftFinderContainer button.button-white-black:hover {
  box-shadow: 1px 1px 0 #777;
}
html#AG .giftFinderContainer button.button-white-black .right-arrow-wb {
  background: url("/wcsstore/MattelSAS/images/colors/ba/arrow_pink.png") no-repeat;
}
html#AG .giftFinderContainer button.button-footer {
  background: #c70a4c;
  color: #fff;
  border: 0;
  padding: 3px 20px;
  height: inherit;
  min-width: inherit;
  margin: 0;
}
html#AG .giftFinderContainer .productName {
  text-align: center;
  margin: 15px 0 0 0;
  padding: 0 20px;
  height: 40px;
  color: #000;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
}
html#AG .giftFinderContainer hr {
  background: #cacaca;
  width: 100%;
  margin: 0 auto;
  height: 2px;
}
html#AG .giftFinderContainer .price {
  text-align: center;
  margin: auto;
  font-weight: 600;
  font-family: "Open Sans Condensed", sans-serif !important;
  letter-spacing: -0.5px;
  font-size: 1.75em;
  line-height: 2.25em;
}
html#AG .giftFinderContainer img {
  width: auto;
  height: 150px;
  display: block;
  margin: 0 auto;
}
html#AG .giftFinderContainer .giftFinderLogo {
  width: auto;
  height: 250px;
}
html#AG .giftFinderContainer .giftFinderForMobile {
  width: 100%;
  height: auto;
}
html#AG .giftFinderContainer .radio-btn-group {
  margin: 0 auto;
  display: block;
  text-align: center;
}
html#AG .giftFinderContainer .radio-btn-group .btn.btn-primary {
  padding: 10px 50px;
  background: #cacaca;
  border: 0;
  margin: 10px 5px 10px 0;
  color: #000;
  float: none;
  position: relative;
  border-radius: 0;
  min-width: 200px;
}
html#AG .giftFinderContainer .radio-btn-group .btn.btn-primary.active {
  background: #c70a4c;
  color: #fff;
  /*&:before {
  content: "\2713";
  position: absolute;
  left: 25px;
  background: $default-white;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  border: 1px solid $gray-lighter;
  color: $gray-base;
    }*/
}
@media (max-width: 79.99em) {
  html#AG .giftFinderContainer .giftOptionsProducts .col-lg-3 {
    float: left;
    margin: 0;
    padding: 0;
    max-width: 23%;
  }
  html#AG .giftFinderContainer .giftOptionsProducts .col-lg-3 img {
    height: 110px;
  }
  html#AG .giftFinderContainer .giftOptionsProducts .giftFinderLogoWrapper {
    max-width: none;
    padding: 0;
  }
  html#AG .giftFinderContainer .giftOptionsProducts .giftFinderLogoWrapper img {
    height: 220px;
  }
  html#AG .giftFinderContainer .giftOptionsProducts .productName {
    padding: 0 10px;
  }
}
@media (max-width: 1023px) {
  html#AG .giftFinderContainer .giftOptionsProducts .col-lg-3 {
    float: left;
    margin: 0;
    padding: 0;
    max-width: 24%;
  }
}
@media (max-width: 49.99em) {
  html#AG .giftFinderContainer {
    padding: 30px 3%;
  }
  html#AG .giftFinderContainer .giftOptionsProducts {
    display: none;
  }
  html#AG .giftFinderContainer .giftFinderForMobile {
    display: block;
  }
  html#AG .giftFinderContainer button {
    width: auto;
    padding: 10px 20px;
    border-radius: 3px;
    background-color: #222;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    border: 0;
    min-width: 160px;
  }
  html#AG .giftFinderContainer button i {
    color: #c70a4c;
  }
  html#AG .giftFinderContainer .radio-btn-group {
    margin: 30px auto;
  }
  html#AG .giftFinderContainer .radio-btn-group .giftPriceOptions:last-child:nth-child(odd),
html#AG .giftFinderContainer .radio-btn-group .giftCategoriesOptions:last-child:nth-child(odd) {
    float: none;
    margin: 0 auto;
    clear: both;
  }
  html#AG .giftFinderContainer .radio-btn-group .btn.btn-primary {
    width: 46%;
    margin: 10px 2%;
    text-align: center;
    padding: 10px 15px;
    float: left;
    position: relative;
    min-width: inherit;
  }
  html#AG .giftFinderContainer .radio-btn-group .btn.btn-primary.active {
    background: #c70a4c;
    color: #fff;
    padding-left: 30px;
  }
  html#AG .giftFinderContainer .radio-btn-group .btn.btn-primary.active:before {
    content: "✓";
    position: absolute;
    left: 10px;
    background: #fff;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    border: 1px solid #cacaca;
    color: #000;
  }
  html#AG .giftFinderContainer .radio-btn-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
}
@media (max-width: 26.55em) {
  html#AG .giftFinderContainer .radio-btn-group .btn.btn-primary {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9rem;
  }
}
@media (max-width: 23.42em) {
  html#AG .giftFinderContainer {
    padding: 20px 5px;
  }
  html#AG .giftFinderContainer .radio-btn-group .btn.btn-primary {
    width: 48%;
    margin: 10px 1%;
  }
  html#AG .giftFinderContainer .radio-btn-group .btn.btn-primary.active:before {
    left: 10px;
  }
}

.newsletter-widget {
  background: #009db5;
  color: white;
  padding: 1% 0;
}
.newsletter-widget .glyphicon-envelope {
  font-size: 3em;
  transform: scaleX(1.325);
  color: #009db5;
  background: #39a1e4;
  float: right;
}
.newsletter-widget .glyphicon-envelope:before {
  padding: 0 3px 0 2px;
}
.newsletter-widget h3 {
  color: white;
  float: left;
  padding: 0 0 0 10%;
  margin: -1% 0 0 0;
}
.newsletter-widget p {
  float: left;
  margin: 2.25%;
  font-size: 0.87em;
}
.newsletter-widget form input {
  padding: 1.75%;
  margin: 1% auto;
  display: block;
  width: 75%;
}
.newsletter-widget form .button {
  margin: 1%;
}

@media (max-width: 1023px) {
  .newsletter-widget {
    padding: 1% 0;
  }
  .newsletter-widget p {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .newsletter-widget form input {
    padding: 1.75%;
    margin: 1% auto;
    display: block;
    width: 75%;
  }
  .newsletter-widget form .button {
    margin: 1% auto;
    width: 20%;
    display: block;
  }
}
.dep-facet-widget h5 {
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  border-top: 1px solid #b1b1b1;
  padding: 3% 0 0 0;
}
.dep-facet-widget ul {
  font-size: 0.895em;
}
.dep-facet-widget ul li ul {
  padding: 2% 0 5% 5%;
  line-height: 2.2em;
}
.dep-facet-widget ul li ul li .item a span span {
  color: #333;
  display: inline-block;
  padding: 0 0 0 1%;
}

.bloomreach-facet-widget h5 {
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  text-transform: capitalize;
  border-top: 1px solid #b1b1b1;
  padding: 3% 0 0 0;
  letter-spacing: normal;
  font-weight: 300;
  font-size: 1.45em;
}
.bloomreach-facet-widget .vertical:last-of-type {
  border-bottom: 1px solid #b1b1b1;
}
.bloomreach-facet-widget ul {
  font-size: 0.95em;
  text-transform: uppercase;
}
.bloomreach-facet-widget ul li ul {
  padding: 2% 0 5% 5%;
  line-height: 2.2em;
}
.bloomreach-facet-widget ul li ul li .item a.facetSelectedHighlight .checkBox {
  background: #c70a4c;
  border: 0;
  border: 1px solid #c70a4c;
}
.bloomreach-facet-widget ul li ul li .item a.facetSelectedHighlight .checkBox .checkmark:before {
  content: "\e013";
}
.bloomreach-facet-widget ul li ul li .item a.facetSelectedHighlight span {
  font-weight: 500;
}
.bloomreach-facet-widget ul li ul li .item a div.reviews span {
  color: black;
  font-weight: normal;
}
.bloomreach-facet-widget ul li ul li .item a .checkBox {
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  float: left;
  position: relative;
  top: 6px;
  left: -6px;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #fff;
}
.bloomreach-facet-widget ul li ul li .item a .checkBox .checkmark {
  color: white;
  position: relative;
  top: -5px;
  left: 3px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  font-size: 0.85em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bloomreach-facet-widget ul li ul li .item a .checkBox .checkmark:before {
  content: "";
}
.bloomreach-facet-widget ul li ul li .item a .checkBox .checkmark {
  top: -8px;
  left: 1px;
  font-size: 0.75em;
}
.bloomreach-facet-widget ul li ul li .item a span {
  color: #333;
  text-transform: initial;
  font-weight: 500;
}
.bloomreach-facet-widget ul li ul li .item a span span {
  color: #333;
  display: inline-block;
  padding: 0 0 0 1%;
}
.bloomreach-facet-widget ul li ul li .item a .reviews span {
  top: 3px;
  color: #ccc;
  font-weight: bold;
}
.bloomreach-facet-widget ul li ul li .item a .reviews span.glyphicon {
  margin: auto;
  padding: 0;
  color: #c70a4c;
  font-size: 1.25em;
  letter-spacing: 1px;
}
.bloomreach-facet-widget ul li ul li .item a .reviews span.glyphicon.glyphicon-star-empty {
  font-family: "icons";
  color: #cacaca;
  border: 0;
  opacity: 0.8;
}
.bloomreach-facet-widget ul li ul li .item a .reviews span.glyphicon.glyphicon-star-empty:before {
  content: "\e902";
}

.product-configurator-widget {
  width: 96%;
}
.product-configurator-widget .product_attributes_widget {
  width: 100%;
}
.product-configurator-widget .product_attributes_widget .product-fetaure .text-container p, .product-configurator-widget .product_attributes_widget .product-fetaure .text-container span {
  margin: 1% 0 !important;
  display: block;
  clear: both;
}
.product-configurator-widget .product_attributes_widget .product-fetaure .text-container span[itemprop=priceCurrency], .product-configurator-widget .product_attributes_widget .product-fetaure .text-container span[itemprop=price] {
  display: inline-block !important;
}
.product-configurator-widget .product_attributes_widget .panel h2 .selectedName {
  float: right;
  position: relative;
  right: 40px;
}
@media (max-width: 1023px) {
  .product-configurator-widget .product_attributes_widget .panel h2 .selectedName {
    right: 30px;
  }
}
.product-configurator-widget .pSwatches {
  background: transparent;
  margin: -200px 0px 0 12%;
}
.product-configurator-widget .panel h2 .step_number {
  background: white;
  color: #009db5;
  padding: 1% 2.5%;
  border-radius: 100%;
  margin: 0 10px 0 0;
  border: 2px solid #009db5;
}
.product-configurator-widget .panel h2:after {
  content: "−" !important;
}
.product-configurator-widget .panel .collapsed h2 .step_number {
  background: #009db5;
  color: white;
}
.product-configurator-widget .panel .collapsed h2:after {
  content: "+" !important;
}
.product-configurator-widget .panel.trains .text-container .content-guide ul li {
  margin: 0 3% 5% 0;
  float: left;
  text-indent: initial;
}
.product-configurator-widget .panel.trains .text-container .content-guide ul li a img {
  border: 2px solid white;
  border-radius: 5px;
}
.product-configurator-widget .panel.trains .text-container .content-guide ul li a img.engine_train_style_selected {
  border: 2px solid #b1b1b1;
}
.product-configurator-widget .panel.trains .text-container .content-guide.customScroller #disclaimerTrain {
  clear: both;
}
.product-configurator-widget .panel.trains .text-container .prod-item {
  clear: both;
}
.product-configurator-widget .panel.trains .text-container .prod-item.color ul li {
  float: left;
  margin: 0 3% 5% 0;
  text-indent: initial;
}
.product-configurator-widget .panel.trains .text-container .prod-item.color ul li a img {
  border: 2px solid white;
  border-radius: 5px;
  max-width: 30px;
}
.product-configurator-widget .panel.trains .text-container .prod-item.color ul li.product_item_selected a img {
  border: 2px solid #b1b1b1;
  border-radius: 5px;
}
.product-configurator-widget .panel.engine-name .text-container .quantity-wrapper .quantityContent {
  margin: 0.7em 0;
}
.product-configurator-widget .panel.engine-number .text-container .quantity-wrapper .quantityContent {
  margin: 0.7em 0;
}
.product-configurator-widget .panel.books .text-container .quantity-wrapper {
  margin: 0 0 5% 0;
}
.product-configurator-widget .panel.books .text-container .quantity-wrapper .quantityContent_flag .name_product {
  font-size: 1.25em;
  font-family: "Source Sans Pro", sans-serif;
}
.product-configurator-widget .panel.books .text-container .quantity-wrapper .quantityContent_image a {
  float: right;
}
.product-configurator-widget .panel.decoration .text-container .last_step .cmp_carousel ul.cmp_carousel_items li {
  text-indent: initial;
  margin: auto;
}
.product-configurator-widget .panel.decoration .text-container .last_step .cmp_carousel ul.cmp_carousel_items li a:hover {
  color: #555;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  background: #fff;
  cursor: pointer;
}
.product-configurator-widget .panel.decoration .text-container .last_step .cmp_carousel ul.cmp_carousel_items li.selected a {
  color: #555;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  background: #fff;
  cursor: pointer;
}
.product-configurator-widget .panel.decoration .text-container .last_step .accordeon-content-guide #deco_err {
  margin: 3% 1% !important;
}
.product-configurator-widget .panel.decoration .text-container .last_step .accordeon-content-guide ul.theme-children li {
  text-indent: initial;
  width: calc(33.333333% - 10px);
  float: left;
}
.product-configurator-widget .panel.decoration .text-container .last_step .accordeon-content-guide ul.theme-children li .train_text {
  margin: auto !important;
}
.product-configurator-widget .panel.decoration .text-container .last_step .accordeon-content-guide ul.theme-children li .warning_train_text {
  margin: auto !important;
}
.product-configurator-widget .panel.decoration .text-container .last_step .accordeon-content-guide ul.theme-children li .warning_train_text span {
  margin: auto !important;
}
.product-configurator-widget .panel.decoration .text-container .last_step .accordeon-content-guide ul.theme-children li .select_product label {
  background: #009db5;
  color: white;
  padding: 2px 5px;
  text-align: center;
  min-width: 125px;
}
.product-configurator-widget .panel.decoration .text-container .last_step .accordeon-content-guide ul.theme-children li .select_product label:before {
  font-family: Fontawesome;
  content: "";
  float: left;
  margin: auto;
}
.product-configurator-widget .panel.decoration .text-container .last_step .accordeon-content-guide ul.theme-children li .select_product label.checked {
  background: white;
  color: #666;
  padding: 0 3px;
  border: 2px solid #009db5;
}
.product-configurator-widget .panel.decoration .text-container .last_step .accordeon-content-guide ul.theme-children li .select_product label.checked:before {
  content: "";
}
.product-configurator-widget .price {
  clear: both;
  font-family: "Source Sans Pro", sans-serif !important;
  color: #c70a4c;
  font-size: 1.45em;
  line-height: 0.9;
  letter-spacing: -1px;
  font-weight: 600;
  margin: 5% 0;
}
.product-configurator-widget .price .old_price {
  text-decoration: line-through;
}
.product-configurator-widget .age {
  margin: 3% 1%;
}
.product-configurator-widget .prod-notes {
  margin: 3% 1%;
  line-height: 1.5;
  font-size: 1.125em;
  color: #595959;
  display: block;
}
.product-configurator-widget .actions {
  margin: 3% 1%;
}

@media (max-width: 1023px) {
  .product-configurator-widget .product_attributes_widget .product-fetaure h2 {
    font-size: 3vw;
  }
  .product-configurator-widget .product_attributes_widget .product-fetaure .text-container {
    font-size: 3.75vw;
  }
  .product-configurator-widget .product_attributes_widget .panel .quantity-wrapper label {
    width: 50%;
  }
  .product-configurator-widget .product_attributes_widget .panel .quantity-wrapper input {
    width: 45%;
  }
  .product-configurator-widget .product_attributes_widget .panel .quantity-wrapper .quantityContent_flag,
.product-configurator-widget .product_attributes_widget .panel .quantity-wrapper .quantityContent_image {
    text-align: center;
  }
  .product-configurator-widget .product_attributes_widget .panel .button {
    width: 100%;
    margin: 5% 0;
  }
  .product-configurator-widget .product_attributes_widget .panel.decoration .text-container .last_step .accordeon-content-guide ul.theme-children li {
    width: 50%;
  }
}
.product-configurator-image-widget .s7swatches {
  background: transparent;
  top: -70%;
  left: 45%;
}
.product-configurator-image-widget .mini-prod-image-viewer {
  width: 92%;
  margin: 5% auto;
}
.product-configurator-image-widget .mini-prod-image-viewer .left {
  position: relative;
  float: left;
  width: 49%;
  height: auto;
  margin: 0 1% 0 0;
}
.product-configurator-image-widget .mini-prod-image-viewer .left .number {
  float: left;
  background: #009db5;
  color: white;
  padding: 10px 15px;
  border-radius: 50px;
  margin: 3px 10px 0 3px;
  border: 2px solid #009db5;
}
.product-configurator-image-widget .mini-prod-image-viewer .right {
  position: relative;
  float: left;
  width: 49%;
  height: auto;
}
.product-configurator-image-widget .mini-prod-image-viewer .right .number {
  float: left;
  background: #009db5;
  color: white;
  padding: 10px 15px;
  border-radius: 50px;
  margin: 3px 10px 0 3px;
  border: 2px solid #009db5;
}
#AG #page .predictive-intel-widget.Home .catalogEntryRecommendationWidget.carousel h2 {
  color: #666;
  font-size: 3em;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
}
@media (max-width: 1023px) {
  #AG #page .predictive-intel-widget.Home .catalogEntryRecommendationWidget.carousel h2 {
    font-size: 2em;
    letter-spacing: 5px;
  }
}
#AG #page .predictive-intel-widget.Home .catalogEntryRecommendationWidget.carousel .product .product_info {
  border: 0;
}
#AG #page .predictive-intel-widget.Home .catalogEntryRecommendationWidget.carousel .product .product_info .reviews,
#AG #page .predictive-intel-widget.Home .catalogEntryRecommendationWidget.carousel .product .product_info .old_price,
#AG #page .predictive-intel-widget.Home .catalogEntryRecommendationWidget.carousel .product .product_info .inventory_status {
  display: none;
}
#AG #page .predictive-intel-widget.Home .catalogEntryRecommendationWidget.carousel .product .product_info .product_name a {
  color: #333;
  font-size: 1em;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  #AG #page .predictive-intel-widget.Home .catalogEntryRecommendationWidget.carousel .product .product_info .product_name a {
    font-size: 1.25em;
    letter-spacing: 2px;
  }
}
#AG #page .predictive-intel-widget.Home .catalogEntryRecommendationWidget.carousel .product .product_info .product_price {
  border-top: 1px solid #c70a4c;
  position: relative;
  margin: auto;
  text-align: center;
  font-size: 1em;
  max-width: 100px;
}
@media (max-width: 1023px) {
  #AG #page .predictive-intel-widget.Home .catalogEntryRecommendationWidget.carousel .product .product_info .product_price {
    padding: 5px 0 0 0;
  }
}
#AG #page .predictive-intel-widget.Home .catalogEntryRecommendationWidget.carousel .button-block {
  border: 0;
}
#AG #page .predictive-intel-widget.Home .catalogEntryRecommendationWidget.carousel .content {
  width: 100%;
}
#AG #page .predictive-intel-widget.Home .catalogEntryRecommendationWidget.carousel .pageControl {
  padding-top: 0;
}
#page .predictive-intel-widget {
  /*margin: -20px 0 0 0;*/
}
#page .predictive-intel-widget .seeAllButton {
  display: none;
}
@media (max-width: 1023px){
    #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .content ul li {
        max-width: 100%;
    }
}
@media (min-width: 1024px) and (max-width: 1409px) {
  #page .predictive-intel-widget.Cart .catalogEntryRecommendationWidget.carousel .content ul li {
    max-width: 100%;
  }
}
#page .predictive-intel-widget.Brand .catalogEntryRecommendationWidget.carousel {
  background: #009db5;
}
#page .predictive-intel-widget.Brand .catalogEntryRecommendationWidget.carousel .heading .title {
  padding: 0 0 0 10px;
}
#page .predictive-intel-widget.Brand .catalogEntryRecommendationWidget.carousel .heading .title h3 {
  color: white;
}
#page .predictive-intel-widget.Brand .catalogEntryRecommendationWidget.carousel .heading .link a {
  margin: 10px;
  color: white;
  font-style: italic;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  margin: 20px 10px 0px 0px;
}
#page .predictive-intel-widget.Brand .catalogEntryRecommendationWidget.carousel .content {
  width: 100%;
}
#page .predictive-intel-widget.Brand .catalogEntryRecommendationWidget.carousel .content ul li {
  max-width: 25%;
}
@media (max-width: 768px) {
  #page .predictive-intel-widget.Brand .catalogEntryRecommendationWidget.carousel .content ul li {
    max-width: 100%;
  }
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: capitalize;
  text-decoration: none;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel > .content > .ul .li {
  text-align: center;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .content ul li {
  max-width: 33.3333%;
}
@media (max-width: 768px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .content ul li {
    max-width: 100%;
  }
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .button-block {
  margin: 20px 15px 0 15px;
  padding: 0 0 20px 0;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .button-block .button {
  display: block;
  width: 240px;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product {
  border: none;
  padding: 0;
  max-width: 90%;
  overflow: hidden;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a {
  display: block;
  /*min-height: 375px;*/
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a img {
  width: inherit;
  min-width: inherit;
  max-height: inherit;
  max-width: 100%;
  height: inherit;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault {
  text-indent: -9999px;
  bottom: inherit;
  left: inherit;
  padding: 0;
  top: 5px;
  right: 5px;
}
@media (max-width: 1023px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_New {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 0.93em;
  margin-top: 13px;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status strong {
  text-transform: uppercase;
  margin: 5% 0;
  display: inline-block !important;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status strong.in_stock {
  color: #43a83a;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status strong.out_of_stock {
  display: none;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status strong.PreOrderable {
  color: #333;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status strong.Backorderable {
  color: #FF5214;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status strong.noLongerAvailable {
  color: #FF5214;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status strong.Limited {
  color: #FF5214;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info {
  position: relative;
  margin: auto;
  padding: 5%;
  background: white;
  border-top: 1px solid #b1b1b1;
  min-height: 200px;
  float: none;
  border-bottom: 1px solid #b1b1b1;
  border-top: 0;
}
.shop-cart #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .ag-product-info {
	border-bottom: none !important;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .reviews {
  margin: 5px auto 0 auto;
  padding: 0;
  display: block;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .reviews abbr {
  font-size: 0.9em;
  display: inline-block;
  padding-left: 6px;
  color: #666;
  transform: translateY(-1.5px);
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .reviews .glyphicon {
  margin: auto;
  padding: 0;
  color: #c70a4c;
  font-size: 1em;
  letter-spacing: 1px;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .reviews .glyphicon.glyphicon-star-empty {
  font-family: "icons";
  color: #cacaca;
  border: 0;
  opacity: 0.8;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .reviews .glyphicon.glyphicon-star-empty:before {
  content: "\e902";
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .callout {
  display: block;
  color: #c70a4c;
  font-size: 1em;
  font-weight: 600;
  text-transform: inherit;
  margin: 0;
  height: 23.3333px;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_name {
  padding: 0;
  height: 46.6666px;
  height: 46.6666px;
  overflow: hidden;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_name a {
  margin: auto;
  padding: 0;
  line-height: 1.17;
  font-size: 14px;
  font-weight: 500;
  text-transform: inherit;
  color: #333;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_name a:hover {
  text-decoration: none;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price {
  margin: auto;
  padding: 0;
 bottom: 56px;
  position: absolute;
  display: block !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price {
bottom: 10px !important;
}
}
@media (max-width: 768px) {
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price {
bottom: 2px !important;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price .price {
font-size: 16px;
}
}
@media (max-width: 600px) and (min-width: 400px) {
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price {
bottom: 2px !important;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price .price {
font-size: 16px;
}
}

@media (max-width: 374px) and (min-width: 318px) {
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price {
bottom: 0px !important;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price .price {
font-size: 14px;
}
}

@media (max-width: 374px) and (min-width: 318px) {
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price {
bottom: 2px !important;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price .price {
font-size: 14px;
}
}

#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price .old_price {
  display: block;
  line-height: 0.25em;
  font-size: 1em;
  font-weight: 500;
  color: #666;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price .price {
  margin: auto;
  padding: 0;
  font-size: 18px;
  font-family: "Open Sans Condensed", sans-serif !important;
  color: #333;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price .price .priceCurrency {
  letter-spacing: -2px;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price .price.sale {
  color: #c70a4c;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price .sale {
  color: #c70a4c;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .compare_target {
  display: none;
  background: white;
  margin: auto;
  padding: 0 0 5% 5%;
  width: 100%;
  vertical-align: top;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product {
  max-width: 250px;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product_info {
  float: inherit;
  width: inherit;
}
#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product_description {
  white-space: inherit;
}

#page .whats-new-widget {
  margin: -20px 0 0 0;
}
#page .whats-new-widget .catalogEntryRecommendationWidget {
  margin: 20px auto;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel {
  background: #009db5;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .heading .title {
  padding: 0 0 0 10px;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .heading .title h3 {
  color: white;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .heading .link a {
  margin: 10px;
  color: white;
  font-style: italic;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  margin: 20px 10px 0px 0px;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel > .content {
  width: 100%;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel > .content > .ul .li {
  text-align: center;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .button-block {
  margin: 20px 15px 0 15px;
  border-bottom: 1px solid #b1b1b1;
  padding: 0 0 20px 0;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .button-block .button {
  display: block;
  width: 200px;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product {
  border: none;
  padding: 0;
  max-width: 90%;
  overflow: hidden;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a {
  display: block;
  /*min-height: 375px;*/
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a img {
  width: inherit;
  min-width: inherit;
  max-height: inherit;
  max-width: 100%;
  height: inherit;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault {
  text-indent: -9999px;
  bottom: inherit;
  left: inherit;
  padding: 0;
  top: 5px;
  right: 5px;
}
@media (max-width: 1023px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_New {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 0.93em;
  margin-top: 13px;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status strong {
  text-transform: uppercase;
  margin: 5% 0;
  display: inline-block !important;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status strong.in_stock {
  color: #43a83a;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status strong.out_of_stock {
  display: none;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status strong.PreOrderable {
  color: #333;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status strong.Backorderable {
  color: #FF5214;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status strong.noLongerAvailable {
  color: #FF5214;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status strong.Limited {
  color: #FF5214;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_info {
  position: relative;
  margin: auto;
  padding: 5%;
  background: white;
  border-top: 1px solid #b1b1b1;
  min-height: 200px;
  float: none;
  border-bottom: 1px solid #b1b1b1;
  border-top: 0;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_info .reviews {
  margin: 5px auto 0 auto;
  padding: 0;
  display: block;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_info .reviews abbr {
  font-size: 0.9em;
  display: inline-block;
  padding-left: 6px;
  color: #666;
  transform: translateY(-1.5px);
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_info .reviews .glyphicon {
  margin: auto;
  padding: 0;
  color: #c70a4c;
  font-size: 1em;
  letter-spacing: 1px;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_info .reviews .glyphicon.glyphicon-star-empty {
  font-family: "icons";
  color: #cacaca;
  border: 0;
  opacity: 0.8;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_info .reviews .glyphicon.glyphicon-star-empty:before {
  content: "\e902";
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_info .callout {
  display: block;
  color: #c70a4c;
  font-size: 1em;
  font-weight: 600;
  text-transform: inherit;
  margin: 0;
  height: 23.3333px;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_name {
  padding: 0;
  height: 46.6666px;
  height: 46.6666px;
  overflow: hidden;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_name a {
  margin: auto;
  padding: 0;
  line-height: 1.17;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: inherit;
  color: #333;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_name a:hover {
  text-decoration: none;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price {
  margin: auto;
  padding: 0;
  bottom: 15px;
  position: absolute;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price .old_price {
  display: block;
  line-height: 0.25em;
  font-size: 1em;
  font-weight: 500;
  color: #666;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price .price {
  margin: auto;
  padding: 0;
  font-size: 2.25em;
  font-family: "Open Sans Condensed", sans-serif !important;
  color: #333;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price .price .priceCurrency {
  letter-spacing: -2px;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price .price.sale {
  color: #c70a4c;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .product_info .product_price .sale {
  color: #c70a4c;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product .compare_target {
  display: none;
  background: white;
  margin: auto;
  padding: 0 0 5% 5%;
  width: 100%;
  vertical-align: top;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product_info {
  float: inherit;
  width: inherit;
}
#page .whats-new-widget .catalogEntryRecommendationWidget.carousel .product_description {
  white-space: inherit;
}

#page .bloomreach-related-search-products-widget.predictive-intel-widget {
  margin: 0;
  margin-top: 30px;
}
#page .bloomreach-related-search-products-widget .br-found-heading {
  background-color: #eee;
  padding: 5px 10px;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
}
#page .bloomreach-related-search-products-widget .br-sf-widget {
  background: transparent;
  margin: 15px 1%;
  width: 23%;
  float: left;
  border-right: 2px solid #cacaca;
  max-height: 140px;
  height: 140px;
  overflow: hidden;
  position: relative;
}
#page .bloomreach-related-search-products-widget .br-sf-widget:nth-child(4n) {
  border-right: 2px solid transparent;
}
#page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont {
  padding: 10px 0;
}
#page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-img {
  float: left;
  width: 38%;
  padding-right: 2%;
}
#page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-img .image {
  border-bottom: 0;
  width: 100%;
  height: auto;
}
#page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-title, #page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-desc {
  float: right;
  width: 62%;
  text-align: left;
  padding-right: 6%;
  padding-left: 5%;
}
#page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-title a {
  font-weight: 600;
  font-size: 0.8rem;
  color: #000;
}
#page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-desc {
  font-size: 0.8rem;
  padding-top: 2px;
  font-style: italic;
}
#page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-qv {
  position: absolute;
  bottom: 0;
  left: 43%;
}
#page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-qv a {
  color: #c70a4c;
  font-size: 0.8rem;
  font-weight: 500;
}
#page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-qv a {
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
  top: -60px;
  position: relative;
  background: rgba(0, 0, 0, 0.75);
  padding: 10px;
  left: -40px;
  transition: all ease-in 100ms;
  opacity: 0;
}
#page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-qv a:hover {
  opacity: 1;
}
#page .bloomreach-related-search-products-widget .br-sf-widget-merchant-popup-maincont {
  max-width: 768px;
  position: absolute;
  background: white;
  z-index: 99;
  border: 2px solid #eee;
  margin: -150px 0px 0px -50px;
  padding: 20px;
}
#page .bloomreach-related-search-products-widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-img {
  float: left;
  padding: 0 20px 0 0px;
}
#page .bloomreach-related-search-products-widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-title {
  font-size: 2em;
  padding: 0 0 10px 0;
}
#page .bloomreach-related-search-products-widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-desc {
  padding: 30px 0;
}
#page .bloomreach-related-search-products-widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-view {
  display: none;
}
#page .bloomreach-related-search-products-widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-close a {
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
}
#page .bloomreach-related-search-products-widget .br-sf-widget-merchant-popup-maincont .br-sf-widget-merchant-popup-close a:after {
  content: "X";
  color: #000;
}
@media (max-width: 79.99em) {
  #page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-img {
    float: left;
    width: 33%;
    padding-right: 2%;
  }
  #page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-title, #page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-desc {
    float: right;
    width: 67%;
    text-align: left;
    padding-right: 2%;
    padding-left: 1%;
  }
  #page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-qv {
    left: 35%;
  }
}
@media (max-width: 49.99em) {
  #page .bloomreach-related-search-products-widget .br-sf-widget {
    width: 48%;
    height: 130px;
    border-right: 0;
  }
  #page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget {
    width: 48%;
  }
}
@media (max-width: 29.74em) {
  #page .bloomreach-related-search-products-widget .br-sf-widget {
    width: 98%;
    border-right: 0;
    border-bottom: 2px solid #cacaca;
  }
  #page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-img {
    float: left;
    width: 25%;
    padding-right: 5%;
  }
  #page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-title, #page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-desc {
    width: 73%;
    padding-right: 6%;
    padding-left: 5%;
  }
  #page .bloomreach-related-search-products-widget .br-sf-widget .br-sf-widget-merchant-cont .br-sf-widget-merchant-qv {
    left: 32%;
    bottom: 6px;
  }
}
#page .bloomreach-related-search-products-widget:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.bloomreach-related-search-terms-widget {
  border-top: 1px solid #b1b1b1;
}
.bloomreach-related-search-terms-widget #br-related-searches-widget {
  padding-right: 20px;
}
.bloomreach-related-search-terms-widget #br-related-searches-widget .br-related-heading {
  color: #666;
  font-family: "Source Sans Pro", sans-serif;
  padding: 15px 0 8px 0;
  font-weight: bold;
  font-size: 0.875em;
  text-transform: none;
  font-style: none;
  letter-spacing: inherit;
}
.bloomreach-related-search-terms-widget #br-related-searches-widget a {
  display: block;
  color: #c70a4c;
  padding: 10px 0 3px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.75em;
}

.widget_warning {
  padding: 20px 30px;
  width: 100%;
  margin-left: -15px;
}
.widget_warning img {
  width: 320px;
  height: auto;
  padding: 0 10px;
}
@media (max-width: 29.74em) {
  .widget_warning {
    margin: 20px auto;
    width: 90%;
    text-align: center;
    padding: 0;
  }
  .widget_warning img {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    margin-left: -3%;
  }
}
.warning_widget_small .widget_warning {
  width: 100%;
  float: left;
  padding: 10px 0;
}
.warning_widget_small .widget_warning img {
  margin: 10px 0;
  float: left;
  width: 230px;
  margin-left: 0;
  height: 30px;
}

.storeInventoryWidget {
  padding: 10px 0;
}
.storeInventoryWidget #dropDown {
  /*default style override*/
  /*end default style override*/
}
.storeInventoryWidget #dropDown #location .location_select {
  margin-right: 0;
  float: none;
}
.storeInventoryWidget #dropDown #location .location_select_form {
  padding-right: 0;
  height: auto;
}
.storeInventoryWidget #dropDown form .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.storeInventoryWidget #dropDown form .form_input {
  width: 100%;
}
.storeInventoryWidget #dropDown form .label_spacer, .storeInventoryWidget #dropDown form .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.storeInventoryWidget #dropDown form .label_spacer.filled, .storeInventoryWidget #dropDown form .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.storeInventoryWidget #dropDown form div > input[type=text],
.storeInventoryWidget #dropDown form div > input[type=password],
.storeInventoryWidget #dropDown form div > input[type=email],
.storeInventoryWidget #dropDown form div > input[type=tel],
.storeInventoryWidget #dropDown form div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.storeInventoryWidget #dropDown form div > input[type=text].filled,
.storeInventoryWidget #dropDown form div > input[type=password].filled,
.storeInventoryWidget #dropDown form div > input[type=email].filled,
.storeInventoryWidget #dropDown form div > input[type=tel].filled,
.storeInventoryWidget #dropDown form div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.storeInventoryWidget #dropDown form div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.storeInventoryWidget #dropDown form div > select.nolabel {
  padding: 0.4em 0.75em;
}
.storeInventoryWidget #dropDown form div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.storeInventoryWidget #dropDown form div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.storeInventoryWidget #dropDown form div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.storeInventoryWidget #dropDown form div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.storeInventoryWidget #dropDown form p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.storeInventoryWidget #dropDown form p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.storeInventoryWidget #dropDown form p input[type=text],
.storeInventoryWidget #dropDown form p input[type=password],
.storeInventoryWidget #dropDown form p input[type=email],
.storeInventoryWidget #dropDown form p input[type=tel],
.storeInventoryWidget #dropDown form p textarea,
.storeInventoryWidget #dropDown form p select {
  padding: 0.7em 0.5em;
}
.storeInventoryWidget #dropDown form p input[type=text].filled,
.storeInventoryWidget #dropDown form p input[type=password].filled,
.storeInventoryWidget #dropDown form p input[type=email].filled,
.storeInventoryWidget #dropDown form p input[type=tel].filled,
.storeInventoryWidget #dropDown form p textarea.filled,
.storeInventoryWidget #dropDown form p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.storeInventoryWidget #dropDown form .column_label {
  text-transform: uppercase;
}
.storeInventoryWidget #dropDown .instruction {
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.storeInventoryWidget #dropDown p.location_select_label {
  font-style: italic;
  font-weight: normal;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.storeInventoryWidget #dropDown .stockAvailability {
  font-size: 0.8rem;
  font-weight: normal;
}
.storeInventoryWidget #dropDown .stock_status {
  margin: 0;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  float: none;
  border: 0;
  width: auto;
  padding: 0;
}
.storeInventoryWidget #dropDown .stock_status.available {
  color: #43a83a;
}
.storeInventoryWidget #dropDown .stock_status.unavailable {
  color: #ff5214;
}

.bundle-components-widget .widget_bundle_package_list .product .product_info .product_name {
  height: auto !important;
}
.bundle-components-widget .product {
  border: none;
  padding: 0;
  max-width: 90%;
  overflow: hidden;
}
.bundle-components-widget .product .product_image a {
  display: block;
  /*min-height: 375px;*/
}
.bundle-components-widget .product .product_image a img {
  width: inherit;
  min-width: inherit;
  max-height: inherit;
  max-width: 100%;
  height: inherit;
}
.bundle-components-widget .product .product_image a .RibbonAdDefault {
  text-indent: -9999px;
  bottom: inherit;
  left: inherit;
  padding: 0;
  top: 5px;
  right: 5px;
}
@media (max-width: 1023px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_New {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  .bundle-components-widget .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
.bundle-components-widget .product .inventory_status {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 0.93em;
  margin-top: 13px;
}
.bundle-components-widget .product .inventory_status strong {
  text-transform: uppercase;
  margin: 5% 0;
  display: inline-block !important;
}
.bundle-components-widget .product .inventory_status strong.in_stock {
  color: #43a83a;
}
.bundle-components-widget .product .inventory_status strong.out_of_stock {
  display: none;
}
.bundle-components-widget .product .inventory_status strong.PreOrderable {
  color: #333;
}
.bundle-components-widget .product .inventory_status strong.Backorderable {
  color: #FF5214;
}
.bundle-components-widget .product .inventory_status strong.noLongerAvailable {
  color: #FF5214;
}
.bundle-components-widget .product .inventory_status strong.Limited {
  color: #FF5214;
}
.bundle-components-widget .product .product_info {
  position: relative;
  margin: auto;
  padding: 5%;
  background: white;
  border-top: 1px solid #b1b1b1;
  min-height: 200px;
  float: none;
  border-bottom: 1px solid #b1b1b1;
  border-top: 0;
}
.bundle-components-widget .product .product_info .reviews {
  margin: 5px auto 0 auto;
  padding: 0;
  display: block;
}
.bundle-components-widget .product .product_info .reviews abbr {
  font-size: 0.9em;
  display: inline-block;
  padding-left: 6px;
  color: #666;
  transform: translateY(-1.5px);
}
.bundle-components-widget .product .product_info .reviews .glyphicon {
  margin: auto;
  padding: 0;
  color: #c70a4c;
  font-size: 1em;
  letter-spacing: 1px;
}
.bundle-components-widget .product .product_info .reviews .glyphicon.glyphicon-star-empty {
  font-family: "icons";
  color: #cacaca;
  border: 0;
  opacity: 0.8;
}
.bundle-components-widget .product .product_info .reviews .glyphicon.glyphicon-star-empty:before {
  content: "\e902";
}
.bundle-components-widget .product .product_info .callout {
  display: block;
  color: #c70a4c;
  font-size: 1em;
  font-weight: 600;
  text-transform: inherit;
  margin: 0;
  height: 23.3333px;
}
.bundle-components-widget .product .product_info .product_name {
  padding: 0;
  height: 46.6666px;
  height: 46.6666px;
  overflow: hidden;
}
.bundle-components-widget .product .product_info .product_name a {
  margin: auto;
  padding: 0;
  line-height: 1.17;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: inherit;
  color: #333;
}
.bundle-components-widget .product .product_info .product_name a:hover {
  text-decoration: none;
}
.bundle-components-widget .product .product_info .product_price {
  margin: auto;
  padding: 0;
  bottom: 15px;
  position: absolute;
}
.bundle-components-widget .product .product_info .product_price .old_price {
  display: block;
  line-height: 0.25em;
  font-size: 1em;
  font-weight: 500;
  color: #666;
}
.bundle-components-widget .product .product_info .product_price .price {
  margin: auto;
  padding: 0;
  font-size: 2.25em;
  font-family: "Open Sans Condensed", sans-serif !important;
  color: #333;
}
.bundle-components-widget .product .product_info .product_price .price .priceCurrency {
  letter-spacing: -2px;
}
.bundle-components-widget .product .product_info .product_price .price.sale {
  color: #c70a4c;
}
.bundle-components-widget .product .product_info .product_price .sale {
  color: #c70a4c;
}
.bundle-components-widget .product .compare_target {
  display: none;
  background: white;
  margin: auto;
  padding: 0 0 5% 5%;
  width: 100%;
  vertical-align: top;
}
.bundle-components-widget .widget_bundle_package_list .product {
  padding: 1% 0;
  max-width: 100%;
  width: 100%;
  border-top: 1px solid #cacaca;
}
.bundle-components-widget .widget_bundle_package_list .product .product_image {
  padding: 1%;
}
.bundle-components-widget .widget_bundle_package_list .product .product_image img {
  z-index: 1;
  position: relative;
}
.bundle-components-widget .widget_bundle_package_list .product .product_info {
  border: 0;
  padding: 0;
  float: left;
  width: 66.666666%;
}
.bundle-components-widget .widget_bundle_package_list .product .product_info .shopperActions {
  padding: 0;
  border: none !important;
}
.bundle-components-widget .widget_bundle_package_list .product .product_info .shopperActions .t_addToCartBtn {
  width: 100%;
  max-width: 100%;
}
.bundle-components-widget .widget_bundle_package_list .product .product_info .shopperActions,
.bundle-components-widget .widget_bundle_package_list .product .product_info .storeInventoryWidget {
  margin: 0 !important;
  width: 65%;
}
.bundle-components-widget .widget_bundle_package_list .product .product_info .product_name {
  overflow: visible;
  margin: 2% auto;
}
.bundle-components-widget .widget_bundle_package_list .product .product_info .product_name a {
  font-size: 2.125em;
  font-weight: 300 !important;
  color: #333 !important;
  line-height: 0.975em;
}
.bundle-components-widget .widget_bundle_package_list .product .product_info .product_price {
  position: relative;
  bottom: -10px;
}

@media (max-width: 1023px) {
  .bundle-components-widget .widget_bundle_package_list .product .product_info {
    float: none;
    width: 100%;
  }
  .bundle-components-widget .widget_bundle_package_list .product .product_info .shopperActions,
.bundle-components-widget .widget_bundle_package_list .product .product_info .storeInventoryWidget {
    width: 100%;
  }
}
#myContentNavigationWidget {
  padding: 0 20px 0 35px;
  margin: 25px auto;
  border-right: none;
  min-height: 100vh;
}
#myContentNavigationWidget .navbar {
  margin: 0;
  margin-bottom: 22px;
  font-size: 2.5em;
  color: #666;
  font-weight: 200;
}
#myContentNavigationWidget .navbar-header {
  float: none;
}
#myContentNavigationWidget .navbar-header i {
  font-size: 1.45em;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  color: #666;
  padding: 0 0 15px 0;
  margin: 0;
  border-bottom: 2px solid #eee;
  font-style: normal;
}
#myContentNavigationWidget .container-fluid {
  padding-right: 0;
}
#myContentNavigationWidget .content.navbar-collapse {
  padding: 0;
}
#myContentNavigationWidget .content .navbar-nav {
  float: none;
}
#myContentNavigationWidget .content .navbar-nav fieldset {
  padding: 10px 0 20px;
  border-bottom: 2px solid #eee;
  margin: 5px 0;
}
#myContentNavigationWidget .content .navbar-nav fieldset div.vertical h5 {
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  margin-bottom: 0px;
}
#myContentNavigationWidget .content .navbar-nav fieldset div.vertical .navContainer {
  padding: 0;
}
#myContentNavigationWidget .content .navbar-nav fieldset div.vertical .navContainer ul li {
  list-style: none;
  line-height: 8px;
  font-size: 1rem;
  color: #006ECC;
  padding: 10px 5px;
  border-bottom: 0;
}
#myContentNavigationWidget .content .navbar-nav fieldset div.vertical .navContainer ul li.selected a {
  font-weight: bold;
  color: #c70a4c;
}
#myContentNavigationWidget .content .navbar-nav fieldset div.vertical .navContainer ul li a {
  color: #333;
  font-weight: 400;
  line-height: 1em;
}
#myContentNavigationWidget .content .navbar-nav fieldset div.vertical .navContainer ul li a:hover {
  text-decoration: none;
  color: #c70a4c;
}
#myContentNavigationWidget .content .navbar-nav fieldset div.vertical .navContainer ul li a.selected {
  font-weight: 600;
  color: #c70a4c;
}

@media (max-width: 1023px) {
  #myContentNavigationWidget {
    padding: 0;
    margin: auto;
    min-height: inherit;
    border: 0;
  }
  #myContentNavigationWidget .navbar {
    margin-bottom: 0;
  }
  #myContentNavigationWidget .navbar .navbar-header {
    position: relative;
    background: #eee;
    font-size: 0.6em;
    padding: 1% 2%;
  }
  #myContentNavigationWidget .navbar .navbar-header i {
    position: absolute;
    margin: 0;
    float: none;
    top: 12px;
    right: 40px;
    display: inline;
  }
  #myContentNavigationWidget .navbar .navbar-header .heading {
    padding: 12px 40px;
    margin: 0;
    border-bottom: 0;
    font-size: 20px;
    background: #c70a4c;
    color: #fff;
    line-height: 1.8;
  }
  #myContentNavigationWidget .navbar .content.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    transition: all 500ms ease-in-out;
    max-height: 0;
  }
  #myContentNavigationWidget .navbar .content.navbar-collapse.collapse.in {
    max-height: 500px;
  }
  #myContentNavigationWidget .navbar .content .navbar-nav {
    float: none;
    margin: 0 4%;
  }
  #myContentNavigationWidget .navbar .content .navbar-nav fieldset div.vertical .navContainer ul li {
    padding: 0;
  }
  #myContentNavigationWidget .navbar .content .navbar-nav fieldset div.vertical .navContainer ul li a {
    margin: 0;
    padding: 0;
    line-height: 2;
  }
}
.s7-video-widget {
  max-width: 92%;
  margin: auto;
  border-top: 2px solid #eee;
}
.s7-video-widget h2 {
  font-size: 28.125px;
  font-weight: 200;
}
.s7-video-widget .video-content {
  min-height: 360px;
}
.s7-video-widget .video-content iframe {
  display: block;
  min-width: 100%;
}

@media (max-width: 1023px) {
  .s7-video-widget {
    max-width: 92%;
    margin: auto;
    border-top: 2px solid #eee;
  }
  .s7-video-widget h2 {
    font-size: 1.5em;
    font-weight: 200;
    padding: 20px 0;
  }
  .s7-video-widget .video-content {
    min-height: 0;
  }
  .s7-video-widget .video-content iframe {
    height: auto;
    display: block;
    width: 100%;
  }
}
.content-page #widget_breadcrumb,
.department-page #widget_breadcrumb,
.brand-department-page #widget_breadcrumb,
.subcategory-page #widget_breadcrumb,
.collection-subcategory-page #widget_breadcrumb,
.search-results-page #widget_breadcrumb {
  padding: 0px;
  margin: 30px 0;
}

#product-detail #widget_breadcrumb {
  padding: 2px 0 10px 0px;
  height: auto;
  line-height: initial;
}

div#widget_breadcrumb ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #777;
}
div#widget_breadcrumb ul li a {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  color: #c70a4c;
  text-decoration: none;
}
div#widget_breadcrumb ul li a:hover {
  text-decoration: none;
}
div#widget_breadcrumb ul li span.divider {
  color: transparent;
}
div#widget_breadcrumb ul li.current {
  font-weight: 300;
}

@media (max-width: 1023px) {
  #widget_breadcrumb {
    display: none;
  }
}
.productListingWidget {
  background: transparent;
  border: 0;
  border-radius: 0;
}
.productListingWidget .header_bar {
  padding: 1.95% 0 1% 0;
  margin: 0 3%;
  border-bottom: none;
}
.productListingWidget .header_bar .backToTopButton {
  display: none;
}
@media (max-width: 1023px) {
  .productListingWidget .header_bar {
    padding-top: 24px;
  }
}
.productListingWidget .header_bar .title {
  padding: 5px 0;
  font-size: 1.15em;
  text-transform: none;
  font-weight: 500;
}
@media (max-width: 1279px) and (min-width: 1025px) {
  .productListingWidget .header_bar .title {
    padding: 10px 0;
  }
}
@media (max-width: 1023px) {
  .productListingWidget .header_bar .title {
    font-size: 0.8em;
    font-weight: 500;
    padding-top: 7px;
    width: auto;
  }
}
.productListingWidget .header_bar .title .num_products {
  font-weight: 500;
}
@media (max-width: 1023px) {
  .productListingWidget .header_bar .title .num_products {
    font-weight: 500;
  }
}
.productListingWidget .header_bar .pagination_container {
  width: auto;
}
@media (max-width: 1023px) {
  .productListingWidget .header_bar .pagination_container {
    width: auto;
    float: right;
  }
}
.productListingWidget .header_bar .pagination_container .paging_controls {
  float: left;
}
.productListingWidget .header_bar .pagination_container .paging_controls .pageControl.number > .ellipsis:after {
  color: #666;
  font-size: 1.8em;
  letter-spacing: -1.1px;
  margin-right: 7px;
  content: "...";
  font-weight: 500;
}
.productListingWidget .header_bar .pagination_container .paging_controls .pageControlButton {
  display: none !important;
}
.productListingWidget .header_bar .pagination_container .paging_controls .pageControlMenu {
  display: inline-block !important;
}
.productListingWidget .header_bar .pagination_container .paging_controls .pageControlMenu .closeButton {
  display: none !important;
}
.productListingWidget .header_bar .pagination_container .paging_controls .left_arrow,
.productListingWidget .header_bar .pagination_container .paging_controls .right_arrow {
  opacity: 1;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1;
  margin: 2px 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1023px) {
  .productListingWidget .header_bar .pagination_container .paging_controls .left_arrow,
.productListingWidget .header_bar .pagination_container .paging_controls .right_arrow {
    margin: 0;
    font-size: 1em;
  }
}
.productListingWidget .header_bar .pagination_container .paging_controls .left_arrow.off,
.productListingWidget .header_bar .pagination_container .paging_controls .right_arrow.off {
  opacity: 0.5;
}
.productListingWidget .header_bar .pagination_container .paging_controls .left_arrow {
  color: #cacaca;
}
.productListingWidget .header_bar .pagination_container .paging_controls .left_arrow:before {
  content: "\f053";
}
.productListingWidget .header_bar .pagination_container .paging_controls .right_arrow {
  color: #666;
}
.productListingWidget .header_bar .pagination_container .paging_controls .right_arrow:after {
  content: "\f054";
}
.productListingWidget .header_bar .pagination_container .paging_controls .seperator {
  float: left;
  margin: 5px 15px 0 15px;
  border-right: 1px solid #b1b1b1;
  height: 30px;
  display: none;
}
@media (max-width: 1024px) {
  .productListingWidget .header_bar .pagination_container .paging_controls .seperator {
    border-right: none;
    display: none;
  }
}
.productListingWidget .header_bar .pagination_container .paging_controls .controlBar .pageControl {
  line-height: 32px;
}
@media (max-width: 1024px) {
  .productListingWidget .header_bar .pagination_container .paging_controls .controlBar .pageControl {
    line-height: 28px;
  }
}
.productListingWidget .header_bar .pagination_container .paging_controls .controlBar .pageControl.number > a {
  width: 32px;
  background-color: #F1F1F1;
  border: 0;
  border-radius: 100%;
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  text-align: center;
  opacity: 1;
  display: inline-block;
  margin-right: 7px;
}
@media (max-width: 1024px) {
  .productListingWidget .header_bar .pagination_container .paging_controls .controlBar .pageControl.number > a {
    width: 28px;
  }
}
@media (max-width: 1024px) {
  .productListingWidget .header_bar .pagination_container .paging_controls .controlBar .pageControl.number > a {
    margin: 0;
  }
}
.productListingWidget .header_bar .pagination_container .paging_controls .controlBar .pageControl.number > a:last-of-type {
  margin-right: 0;
}
.productListingWidget .header_bar .pagination_container .paging_controls .controlBar .pageControl.number > a:hover, .productListingWidget .header_bar .pagination_container .paging_controls .controlBar .pageControl.number > a.selected {
  background-color: #c70a4c;
  color: white;
  opacity: 1;
}
.productListingWidget .header_bar .controls {
  min-height: inherit;
  float: right;
}
@media (max-width: 1434px) and (min-width: 1025px) {
  .productListingWidget .header_bar .controls {
    width: 36vw;
  }
}
.productListingWidget .header_bar .controls .sorting_view_controls_container {
  padding: 0;
  width: 100%;
}
.productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls {
  width: 100%;
  line-height: 40px;
  transform: translateY(-2px);
}
.productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls span, .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls label {
  font-size: 1em;
  vertical-align: baseline;
  text-transform: none;
  font-weight: 500;
  margin-right: 2px;
}
@media (max-width: 1023px) {
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls span, .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls label {
    font-weight: 500;
    font-size: 0.93em;
  }
}
.productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls label {
  letter-spacing: 0.15px;
}
@media (max-width: 1023px) {
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls label {
    width: 94px;
    /*margin-left: 10px;*/
    line-height: 15px;
    white-space: normal;
    float: left;
    transform: translateY(1px);
  }
}
@media (max-width: 424px) {
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls label {
    width: 60px;
    margin-left: 0;
    transform: translateY(-5px);
  }
}
@media (max-width: 424px) {
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls label {
    width: 90px;
    margin-left: 0;
    transform: translateY(1px);
  }
}
@media (max-width: 364px) {
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls label {
    width: 60px;
    margin-left: 0;
    transform: translateY(-5px);
  }
}
.productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .selectWrapper {
  padding: 0 10px 0 0px;
  background: transparent;
  border: 0;
}
@media (max-width: 1023px) {
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .selectWrapper {
    transform: translateY(-10px);
    width: auto;
  }
}
.productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .selectWrapper select {
  border: 1px solid #b1b1b1;
  max-width: 170px;
  min-width: 45px;
  padding: 0 2em 0 0.5em;
  font-size: 0.85em;
  font-weight: 400;
  text-transform: capitalize;
  height: 34px;
  line-height: 33px;
  border-radius: 0;
  background-position: calc(100% - 10px) calc(1em + 0px), calc(100% - 5px) calc(1em + 0px), calc(100% - -2.5em) 0.5em;
}
@media (max-width: 424px) {
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .selectWrapper select {
    max-width: 135px;
  }
}
.productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .selectWrapper select:focus {
  background-position: calc(100% - 5px) calc(1em + 0px), calc(100% - 10px) calc(1em + 0px), calc(100% - -2.5em) 0.5em;
}
.productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .pageSize {
  text-align: left;
  white-space: nowrap;
  /*@include media("<=425px") {
  	float:left;
  }*/
}
@media (max-width: 1023px) {
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .pageSize {
    width: auto;
    float: left;
    transform: translateY(2px);
  }
}
.productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy {
  white-space: nowrap;
  float: right;
  text-align: right;
}
@media (max-width: 1023px) {
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy {
    width: auto;
  }
}
.productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy .seperator {
  float: left;
  margin: 5px 0 0 -20px;
  border-right: none;
  height: 30px;
}
@media (max-width: 1023px) {
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy .seperator {
    border-right: none;
  }
}
.productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy .order_by_label label {
  width: 70px;
}
@media (max-width: 1023px) {
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy .order_by_label label {
    transform: translateY(3px);
  }
}
@media (max-width: 79.99em) {
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy .order_by_label label {
    width: 50px;
  }
}
@media (max-width: 359px) {
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy .order_by_label label {
    width: 31px;
    transform: translateY(-4px);
  }
}
@media (max-width: 359px) {
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy .order_by_label label {
    width: 50px;
    transform: translateY(1px);
  }
}
@media (max-width: 334px) {
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy .order_by_label label {
    width: 31px;
    transform: translateY(-4px);
  }
}
.productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy #orderByDropdown,
.productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy .orderByDropdown {
  margin: auto;
  padding: 0;
  background: transparent;
  border: 0;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .productListingWidget .header_bar .controls {
    float: right;
    width: auto;
  }
  .productListingWidget .filterWrapper {
    display: block;
    border-bottom: 1px solid #aaa;
    margin: 0 3%;
    text-align: center;
    padding: 15px;
  }
  .productListingWidget .filterWrapper button.button.outlined {
    padding: 0.6em 1.5em;
  }
  .productListingWidget .filters {
    transition: all 500ms ease-in-out;
  }
  .productListingWidget .filterWrapper.open {
    border-bottom: 0px;
    padding: 15px 0 0 0;
  }
  .productListingWidget .filterWrapper.open .filters {
    border-top: 1px solid #aaa;
    display: block !important;
    margin-top: 15px;
    max-height: 100px;
    padding-top: 15px;
  }
}
@media (min-width: 1024px) {
  .productListingWidget .filterWrapper button.button.outlined {
    display: none;
  }
}
.productListingWidget .filters {
  clear: both;
  padding: 2% 2% 2% 3%;
}
.productListingWidget .filters .title {
  float: left;
  margin: 6px 10px 0 0px;
  text-transform: uppercase;
}
.productListingWidget .filters .clearAll {
  float: left;
  display: inline-block !important;
  padding: 5px 10px;
  border-radius: 0px;
  font-size: 1.125em;
  background: white;
  color: #c70a4c;
}
.productListingWidget .filters .seperator {
  float: left;
  margin: -2px 10px 0 15px;
  border-right: 1px solid #b1b1b1;
  height: 30px;
}
.productListingWidget .filters .close {
  opacity: 1;
  float: right;
  color: #333;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
  margin: 1.475px 0px 0 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.productListingWidget .filters .close:after {
  content: "\e014";
}
.productListingWidget .filters #facetFiltersWrapper ul li {
  float: left;
}
.productListingWidget .filters #facetFiltersWrapper ul li a {
  float: left;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 0px;
  font-size: 1.125em;
  background: white;
  color: #c70a4c;
  margin: 0 0 0 5px;
}
.productListingWidget .product_listing_container ul.grid_mode {
  padding: 0 3%;
  /*		li[style] {
  					width: 22% !important;
  					margin-right: 4% !important;
  
  					@include media("<1381px") {
  						width: 50% !important;
  						margin-right: 0% !important;
  					}
  
  					&:nth-child(4n) {
  						margin-right: 0 !important;
  					}
  				}
  		*/
}
.productListingWidget .product_listing_container ul.grid_mode > li > strong {
  display: none;
}
.productListingWidget .product_listing_container ul.grid_mode li {
  border-top: none;
  margin-top: 10px;
  padding-top: 10px;
}
.productListingWidget .product_listing_container ul.grid_mode li .product.additional_content {
  max-width: 95%;
}
.productListingWidget .product_listing_container ul.grid_mode li .product.additional_content img {
  min-width: 100%;
}
.productListingWidget .product_listing_container ul.grid_mode li .product {
  border: none;
  padding: 0;
  max-width: 90%;
  overflow: hidden;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_image a {
  display: block;
  /*min-height: 375px;*/
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_image a img {
  width: inherit;
  min-width: inherit;
  max-height: inherit;
  max-width: 100%;
  height: inherit;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault {
  text-indent: -9999px;
  bottom: inherit;
  left: inherit;
  padding: 0;
  top: 5px;
  right: 5px;
}
@media (max-width: 1023px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_New {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  .productListingWidget .product_listing_container ul.grid_mode li .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
.productListingWidget .product_listing_container ul.grid_mode li .product .inventory_status {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 0.93em;
  margin-top: 13px;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .inventory_status strong {
  text-transform: uppercase;
  margin: 5% 0;
  display: inline-block !important;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .inventory_status strong.in_stock {
  color: #43a83a;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .inventory_status strong.out_of_stock {
  display: none;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .inventory_status strong.PreOrderable {
  color: #333;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .inventory_status strong.Backorderable {
  color: #FF5214;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .inventory_status strong.noLongerAvailable {
  color: #FF5214;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .inventory_status strong.Limited {
  color: #FF5214;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_info {
  position: relative;
  margin: auto;
  padding: 5%;
  background: white;
  border-top: 1px solid #b1b1b1;
  min-height: 200px;
  float: none;
  border-bottom: 1px solid #b1b1b1;
  border-top: 0;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_info .reviews {
  margin: 5px auto 0 auto;
  padding: 0;
  display: block;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_info .reviews abbr {
  font-size: 0.9em;
  display: inline-block;
  padding-left: 6px;
  color: #666;
  transform: translateY(-1.5px);
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_info .reviews .glyphicon {
  margin: auto;
  padding: 0;
  color: #c70a4c;
  font-size: 1em;
  letter-spacing: 1px;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_info .reviews .glyphicon.glyphicon-star-empty {
  font-family: "icons";
  color: #cacaca;
  border: 0;
  opacity: 0.8;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_info .reviews .glyphicon.glyphicon-star-empty:before {
  content: "\e902";
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_info .callout {
  display: block;
  color: #c70a4c;
  font-size: 1em;
  font-weight: 600;
  text-transform: inherit;
  margin: 0;
  height: 23.3333px;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_info .product_name {
  padding: 0;
  height: 46.6666px;
  height: 46.6666px;
  overflow: hidden;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_info .product_name a {
  margin: auto;
  padding: 0;
  line-height: 1.17;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: inherit;
  color: #333;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_info .product_name a:hover {
  text-decoration: none;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_info .product_price {
  margin: auto;
  padding: 0;
  bottom: 15px;
  position: absolute;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_info .product_price .old_price {
  display: block;
  line-height: 0.25em;
  font-size: 1em;
  font-weight: 500;
  color: #666;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_info .product_price .price {
  margin: auto;
  padding: 0;
  font-size: 2.25em;
  font-family: "Open Sans Condensed", sans-serif !important;
  color: #333;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_info .product_price .price .priceCurrency {
  letter-spacing: -2px;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_info .product_price .price.sale {
  color: #c70a4c;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .product_info .product_price .sale {
  color: #c70a4c;
}
.productListingWidget .product_listing_container ul.grid_mode li .product .compare_target {
  display: none;
  background: white;
  margin: auto;
  padding: 0 0 5% 5%;
  width: 100%;
  vertical-align: top;
}
.productListingWidget .product_listing_container ul.grid_mode li .catEntryGrid_border {
  display: none;
}
@media (max-width: 47.99em) {
  .productListingWidget .footerPagination {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.productListingWidget .footerPagination .header_bar {
  padding: 2% 0;
}
.productListingWidget .footerPagination .header_bar:last-of-type {
  margin-top: 10px;
  padding-bottom: 0;
  border: 0;
  margin-bottom: 20px;
}
.productListingWidget .footerPagination .header_bar .title, .productListingWidget .footerPagination .header_bar .pagination_container {
  margin-top: 12px;
}
.productListingWidget .footerPagination .header_bar .controls.pagination_present, .productListingWidget .footerPagination .header_bar .controls {
  display: none;
}
.productListingWidget .footerPagination .header_bar .backToTopButton {
  display: inline-block;
  float: right;
  text-align: right;
  line-height: 1;
  width: auto;
  margin-right: 7%;
}
@media (max-width: 1023px) {
  .productListingWidget .footerPagination .header_bar .backToTopButton {
    display: block;
  }
}
@media (max-width: 1023px) {
  .productListingWidget .footerPagination .header_bar .backToTopButton {
    margin-right: 50px;
  }
}
.productListingWidget .footerPagination .header_bar .backToTopButton button {
  z-index: 100;
  background: #666;
  color: #fff;
  border: 0;
  text-align: center;
  font-size: 0.7rem;
  font-size: 1.5rem;
  margin-bottom: 20px;
  position: fixed;
  bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  padding: 0 6px 4px;
  width: 51px;
  border-radius: 51px;
  height: 51px;
  line-height: 1;
  word-break: break-word;
}
.productListingWidget .footerPagination .header_bar .backToTopButton button .fa-caret-up {
  color: #fff;
}

@media (max-width: 79.99em) {
  .productListingWidget .header_bar .title {
    width: auto;
    transform: translateY(-6px);
  }
  .productListingWidget .header_bar .pagination_container {
    width: auto;
    float: right;
    transform: translateY(-6px);
  }
  .productListingWidget .header_bar .pagination_container .paging_controls {
    width: 100%;
    text-align: right;
    /*.controlBar .pageControl.number > a {
    
    	&:first-child,
    	&:last-child
    	{
    		display: none;
    	}
    	
    }*/
  }
  .productListingWidget .header_bar .pagination_container .paging_controls .pageControlMenu > .pageControl.number > .ellipsis {
    display: none;
  }
  .productListingWidget .header_bar .controls {
    width: auto;
    margin: auto;
  }
  .productListingWidget .header_bar .controls.pagination_present {
    width: 100%;
  }
  .productListingWidget .header_bar .controls .sorting_view_controls_container {
    width: 100%;
    float: left;
    margin: auto;
  }
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls {
    width: 100%;
    margin: auto;
  }
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .pageSize {
    text-align: left;
  }
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy {
    text-align: left;
    max-width: 100%;
  }
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy .orderByDropdown {
    max-width: 100%;
  }
  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy .orderByDropdown select {
    max-width: 100%;
    padding: 0 20px 0 0;
  }
}
#HWC .facetSelect li {
  border: none;
}

/* in-between breakpoint tweaks */
@media (min-width: 1024px) and (max-width: 1279px) {
  .productListingWidget .header_bar .controls.pagination_present {
    width: auto;
  }

  .productListingWidget .header_bar .title .num_products {
    line-height: 30px;
  }

  .productListingWidget .header_bar .pagination_container {
    float: left;
    transform: translateY(4px);
  }

  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .pageSize {
    white-space: normal;
  }

  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy #orderByDropdown,
.productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy .orderByDropdown {
    width: auto;
  }

  .productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .orderBy,
.productListingWidget .header_bar .controls .sorting_view_controls_container .sorting_controls .pageSize {
    width: auto;
  }

  .productListingWidget .header_bar .controls.pagination_present {
    float: right;
    width: auto;
  }

  .productListingWidget .header_bar .sorting_controls .selectWrapper {
    width: auto;
  }
}
.catalogEntryRecommendationWidget {
  margin: 0 auto 20px auto;
  background: transparent;
}
.catalogEntryRecommendationWidget.background-true {
  background: transparent;
}
.catalogEntryRecommendationWidget.carousel h2 {
  background-color: transparent;
  color: #666;
  width: 100%;
  text-align: left;
  max-width: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  padding: 23px 0 12px 0;
  font-size: 1.875em;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .catalogEntryRecommendationWidget.carousel h2 {
    font-size: 1.5em;
  }
}
.catalogEntryRecommendationWidget.carousel > .prevPageButton {
  left: 2.5%;
}
.catalogEntryRecommendationWidget.carousel > .nextPageButton {
  right: 2.5%;
}
.catalogEntryRecommendationWidget.carousel > .prevPageButton,
.catalogEntryRecommendationWidget.carousel > .nextPageButton {
  background: transparent;
}
.catalogEntryRecommendationWidget.carousel > .prevPageButton.hidden,
.catalogEntryRecommendationWidget.carousel > .nextPageButton.hidden {
  display: none !important;
}
.catalogEntryRecommendationWidget.carousel > .prevPageButton:before,
.catalogEntryRecommendationWidget.carousel > .nextPageButton:before {
  background: transparent;
}
.catalogEntryRecommendationWidget.carousel .pageControlWrapper {
  display: none;
}
.catalogEntryRecommendationWidget.carousel .pageControlButton {
  display: none;
}
.catalogEntryRecommendationWidget.carousel .pageControlMenu > .closeButton {
  display: none;
}
.catalogEntryRecommendationWidget.carousel .pageControlMenu > .pageControl.number > a {
  display: inline-block;
  margin: 4px;
  background: #666;
  text-indent: -9999px;
  border-radius: 100%;
  width: 7px;
  height: 7px;
}
.catalogEntryRecommendationWidget.carousel .pageControlMenu > .pageControl.number > a.selected {
  background: #c70a4c;
  width: 13px;
  height: 13px;
  margin: 1px 4px;
}

#page .catalogEntryRecommendationWidget ul > li > strong {
  display: none;
}
#page .catalogEntryRecommendationWidget ul .hidden {
  display: inline-block !important;
  visibility: visible;
}
#page .catalogEntryRecommendationWidget .prevPageButton, #page .catalogEntryRecommendationWidget .nextPageButton {
  width: 59px;
  height: 59px;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  font-family: icons;
  border-radius: 50px;
}
#page .catalogEntryRecommendationWidget .prevPageButton:before, #page .catalogEntryRecommendationWidget .nextPageButton:before {
  color: #666;
  background: transparent;
  content: "\e908";
  position: relative;
  left: initial;
  right: initial;
  top: -3px !important;
  text-shadow: none;
  font-size: 1.75em;
}
#page .catalogEntryRecommendationWidget .prevPageButton:hover, #page .catalogEntryRecommendationWidget .nextPageButton:hover {
  background-color: #eee;
  box-shadow: none;
}
#page .catalogEntryRecommendationWidget .prevPageButton:hover:before, #page .catalogEntryRecommendationWidget .nextPageButton:hover:before {
  color: #666;
  text-shadow: none;
}
#page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .prevPageButton:hover:before, #page .left_column.ag-left-column-mobile  .catalogEntryRecommendationWidget .nextPageButton:hover:before {
  color: #c70a4c !important;
}
#page .catalogEntryRecommendationWidget .nextPageButton:before {
  left: 26px;
  top: 21px;
}
#page .catalogEntryRecommendationWidget .nextPageButton:before:hover {
  color: #666;
}
#page .catalogEntryRecommendationWidget .prevPageButton {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#page .catalogEntryRecommendationWidget .prevPageButton:before {
  left: 26px;
  top: 21px;
}
#page .catalogEntryRecommendationWidget .content {
  width: 86%;
  margin: auto;
}

#page .ag-left-column-mobile .catalogEntryRecommendationWidget .content {
  width: 100%;
  margin: auto;
  background: #fff;
}
#page .catalogEntryRecommendationWidget .product {
  border: none;
  padding: 0;
  max-width: 90%;
  overflow: hidden;
}
#page .catalogEntryRecommendationWidget .product .product_image a {
  display: block;
  /*min-height: 375px;*/
}
#page .catalogEntryRecommendationWidget .product .product_image a img {
  width: inherit;
  min-width: inherit;
  max-height: inherit;
  max-width: 100%;
  height: inherit;
}
#page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault {
  text-indent: -9999px;
  bottom: inherit;
  left: inherit;
  padding: 0;
  top: 5px;
  right: 5px;
}
@media (max-width: 1023px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_New {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .catalogEntryRecommendationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
#page .catalogEntryRecommendationWidget .product .inventory_status {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 0.93em;
  margin-top: 13px;
}
#page .catalogEntryRecommendationWidget .product .inventory_status strong {
  text-transform: uppercase;
  margin: 5% 0;
  display: inline-block !important;
}
#page .catalogEntryRecommendationWidget .product .inventory_status strong.in_stock {
  color: #43a83a;
}
#page .catalogEntryRecommendationWidget .product .inventory_status strong.out_of_stock {
  display: none;
}
#page .catalogEntryRecommendationWidget .product .inventory_status strong.PreOrderable {
  color: #333;
}
#page .catalogEntryRecommendationWidget .product .inventory_status strong.Backorderable {
  color: #FF5214;
}
#page .catalogEntryRecommendationWidget .product .inventory_status strong.noLongerAvailable {
  color: #FF5214;
}
#page .catalogEntryRecommendationWidget .product .inventory_status strong.Limited {
  color: #FF5214;
}
#page .catalogEntryRecommendationWidget .product .product_info {
  position: relative;
  margin: auto;
  padding: 5%;
  background: white;
  border-top: 1px solid #b1b1b1;
  min-height: 200px;
  float: none;
  border-bottom: 1px solid #b1b1b1;
  border-top: 0;
}
#page .catalogEntryRecommendationWidget .product .product_info .reviews {
  margin: 5px auto 0 auto;
  padding: 0;
  display: block;
}
#page .catalogEntryRecommendationWidget .product .product_info .reviews abbr {
  font-size: 0.9em;
  display: inline-block;
  padding-left: 6px;
  color: #666;
  transform: translateY(-1.5px);
}
#page .catalogEntryRecommendationWidget .product .product_info .reviews .glyphicon {
  margin: auto;
  padding: 0;
  color: #c70a4c;
  font-size: 1em;
  letter-spacing: 1px;
}
#page .catalogEntryRecommendationWidget .product .product_info .reviews .glyphicon.glyphicon-star-empty {
  font-family: "icons";
  color: #cacaca;
  border: 0;
  opacity: 0.8;
}
#page .catalogEntryRecommendationWidget .product .product_info .reviews .glyphicon.glyphicon-star-empty:before {
  content: "\e902";
}
#page .catalogEntryRecommendationWidget .product .product_info .callout {
  display: block;
  color: #c70a4c;
  font-size: 1em;
  font-weight: 600;
  text-transform: inherit;
  margin: 0;
  height: 23.3333px;
}
#page .catalogEntryRecommendationWidget .product .product_info .product_name {
  padding: 0;
  height: 46.6666px;
  height: 46.6666px;
  overflow: hidden;
}
#page .catalogEntryRecommendationWidget .product .product_info .product_name a {
  margin: auto;
  padding: 0;
  line-height: 1.17;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: inherit;
  color: #333;
}
#page .catalogEntryRecommendationWidget .product .product_info .product_name a:hover {
  text-decoration: none;
}
#page .catalogEntryRecommendationWidget .product .product_info .product_price {
  margin: auto;
  padding: 0;
  bottom: 15px;
  position: absolute;
}
#page .catalogEntryRecommendationWidget .product .product_info .product_price .old_price {
  display: block;
  line-height: 0.25em;
  font-size: 1em;
  font-weight: 500;
  color: #666;
}
#page .catalogEntryRecommendationWidget .product .product_info .product_price .price {
  margin: auto;
  padding: 0;
  font-size: 2.25em;
  font-family: "Open Sans Condensed", sans-serif !important;
  color: #333;
}
#page .catalogEntryRecommendationWidget .product .product_info .product_price .price .priceCurrency {
  letter-spacing: -2px;
}
#page .catalogEntryRecommendationWidget .product .product_info .product_price .price.sale {
  color: #c70a4c;
}
#page .catalogEntryRecommendationWidget .product .product_info .product_price .sale {
  color: #c70a4c;
}
#page .catalogEntryRecommendationWidget .product .compare_target {
  display: none;
  background: white;
  margin: auto;
  padding: 0 0 5% 5%;
  width: 100%;
  vertical-align: top;
}
#page .catalogEntryRecommendationWidget.carousel .product {
  max-width: 250px;
}
#page .catalogEntryRecommendationWidget .product_info {
  float: inherit;
  width: inherit;
}
#page .catalogEntryRecommendationWidget .product_description {
  white-space: inherit;
}
#page #widget_coordinate .coordinate_title.container_full_width_bundle {
  background-color: transparent;
  color: #666;
  width: 100%;
  text-align: center;
  max-width: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Source Sans Pro", sans-serif;
  padding: 23px 0 12px 0;
  font-size: 1.875em;
}
#page #widget_coordinate .left_column.list_mode.package_mode {
  border-top: 0;
}

.catalogEntryRecommendationWidget.carousel.padding-true {
  padding-bottom: 20px;
}
.catalogEntryRecommendationWidget .product_price .price {
  padding-left: 17px;
}

.catalogEntryRecommendationWidget.merchandisingAssociationWidget .product_price .price {
  padding-left: 0px !important;
}

@media (max-width: 1023px) {
  #page .catalogEntryRecommendationWidget.carousel h2 {
    font-size: 1.5em;
  }
  #page .ag-left-column-mobile .catalogEntryRecommendationWidget.carousel h2 {
    font-size: 1.5em;
    text-align: center;
    background: #f7f8fa;
    text-transform: none !important;
  }
  
  #page .catalogEntryRecommendationWidget.carousel.padding-true {
    padding: 0 0 20px 0;
  }
  #page .catalogEntryRecommendationWidget.carousel > .prevPageButton,
#page .catalogEntryRecommendationWidget.carousel > .nextPageButton {
    display: none;
  }
  #page .catalogEntryRecommendationWidget.carousel .pageControlWrapper, #page .catalogEntryRecommendationWidget.carousel .pageControlMenu {
    display: block;
  }
  #page .catalogEntryRecommendationWidget.carousel .pageControlWrapper > .pageControl.number > .ellipsis, #page .catalogEntryRecommendationWidget.carousel .pageControlMenu > .pageControl.number > .ellipsis {
    display: none;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  #page .catalogEntryRecommendationWidget.carousel .pageControlWrapper > .pageControl.number a.hidden, #page .catalogEntryRecommendationWidget.carousel .pageControlMenu > .pageControl.number a.hidden {
    display: inline-block !important;
  }
}
@media (max-width: 1023px) {
  #page .catalogEntryRecommendationWidget.carousel .content {
    width: 100%;
  }
}
.product-detail-container .contentRecommendationWidget {
  width: 92%;
  margin: auto;
}

#myAccountNavigationWidget {
  padding: 0 20px 0 35px;
  margin: 25px auto;
  border-right: 1px solid #b1b1b1;
  background: none;
  min-height: 135vh;
}
#myAccountNavigationWidget .navbar {
  margin: 0;
  margin-bottom: 22px;
}
#myAccountNavigationWidget .navbar-header {
  float: none;
}
#myAccountNavigationWidget .navbar-header .my_account_heading {
  font-size: 1.45em;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  color: #666;
  padding: 0 0 15px 0;
  margin: 0;
  border-bottom: 1px solid #b1b1b1;
  font-style: normal;
}
#myAccountNavigationWidget .container-fluid {
  padding-right: 0;
}
#myAccountNavigationWidget .content.navbar-collapse {
  padding: 0;
}
#myAccountNavigationWidget .content .navbar-nav {
  float: none;
}
#myAccountNavigationWidget .content .navbar-nav fieldset {
  padding: 10px 0 20px;
  border-bottom: 1px solid #b1b1b1;
  margin: 5px 0;
}
#myAccountNavigationWidget .content .navbar-nav fieldset div.vertical h5 {
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  margin-bottom: 0px;
}
#myAccountNavigationWidget .content .navbar-nav fieldset div.vertical .facetSelectContainer {
  padding: 0;
}
#myAccountNavigationWidget .content .navbar-nav fieldset div.vertical .facetSelectContainer ul.facetSelect li {
  list-style: none;
  line-height: 8px;
  font-size: 1rem;
  font-weight: normal;
  color: #006ECC;
  padding: 10px 0;
  border-bottom: 0;
}
#myAccountNavigationWidget .content .navbar-nav fieldset div.vertical .facetSelectContainer ul.facetSelect li.selected a {
  font-weight: bold;
  color: #c70a4c;
}
#myAccountNavigationWidget .content .navbar-nav fieldset div.vertical .facetSelectContainer ul.facetSelect li a {
  color: #333;
}
#myAccountNavigationWidget .content .navbar-nav fieldset div.vertical .facetSelectContainer ul.facetSelect li a:hover {
  text-decoration: none;
  color: #c70a4c;
}
#myAccountNavigationWidget .content .navbar-nav fieldset div.vertical .facetSelectContainer ul.facetSelect li a.selected {
  font-weight: 600;
  color: #c70a4c;
}

@media (max-width: 1023px) {
  #myAccountNavigationWidget {
    padding: 0;
    margin: auto;
    min-height: inherit;
    border: 0;
  }
  #myAccountNavigationWidget .navbar {
    margin-bottom: 0;
  }
  #myAccountNavigationWidget .navbar .navbar-header {
    position: relative;
  }
  #myAccountNavigationWidget .navbar .navbar-header .myAccount_navbar_toggle {
    position: absolute;
    margin: 0;
    float: none;
    top: 12px;
    right: 40px;
    color: #c70a4c;
    display: inline;
  }
  #myAccountNavigationWidget .navbar .navbar-header .my_account_heading {
    padding: 12px 40px;
    margin: 0;
    border-bottom: 0;
    font-size: 20px;
    background: #c70a4c;
    color: #fff;
    line-height: 1.8;
  }
  #myAccountNavigationWidget .navbar .content.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    transition: all 500ms ease-in-out;
    max-height: 0;
  }
  #myAccountNavigationWidget .navbar .content.navbar-collapse.collapse.in {
    max-height: 500px;
  }
  #myAccountNavigationWidget .navbar .content .navbar-nav {
    float: none;
    margin: 0 4%;
  }
  #myAccountNavigationWidget .navbar .content .navbar-nav fieldset div.vertical .facetSelectContainer ul.facetSelect li {
    padding: 0;
  }
  #myAccountNavigationWidget .navbar .content .navbar-nav fieldset div.vertical .facetSelectContainer ul.facetSelect li a {
    margin: 0;
    padding: 0;
    line-height: 2;
  }
}
.definingAttributes {
  padding: 5px 0;
  font-size: 14px;
}
.definingAttributes div[id^=swatch_selection_] {
  font-weight: 500;
  font-size: 0.8rem;
}
.definingAttributes .swatches_group {
  display: inline-block;
  margin: 10px 10px 0 0;
  display: block;
}
.definingAttributes .swatches_group .color_swatch_label {
  padding-top: 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 2px;
}
.definingAttributes .swatches_group .color_swatch_list {
  line-height: 37px;
}
.definingAttributes .swatches_group .color_swatch_list ul[aria-label="Available Sizes"] li:last-child, .definingAttributes .swatches_group .color_swatch_list ul[aria-label=Sizes] li:last-child, .definingAttributes .swatches_group .color_swatch_list ul[aria-label=Size] li:last-child {
  width: auto;
  margin-left: 10px;
}
.definingAttributes .swatches_group .color_swatch_list ul[aria-label="Available Sizes"] li:last-child:hover, .definingAttributes .swatches_group .color_swatch_list ul[aria-label=Sizes] li:last-child:hover, .definingAttributes .swatches_group .color_swatch_list ul[aria-label=Size] li:last-child:hover {
  box-shadow: 0 0 0 2px transparent;
}
.definingAttributes .swatches_group .color_swatch_list ul {
  list-style-type: none;
  padding: 0.25em 0;
}
.definingAttributes .swatches_group .color_swatch_list ul li {
  display: block;
  float: left;
  margin: 5px 10px 5px 0;
  height: 40px;
  min-width: 40px;
  border-radius: 24px;
  cursor: pointer;
  text-align: center;
  transition: box-shadow 0.75s ease;
}
.definingAttributes .swatches_group .color_swatch_list ul li a {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8rem;
  color: #333;
  text-decoration: none;
  border-radius: 24px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 100%;
}
.definingAttributes .swatches_group .color_swatch_list ul li a img {
  border-radius: 100%;
  vertical-align: middle;
  padding: 3px;
  box-shadow: 0 0 0 1px transparent;
  width: 100%;
}
.definingAttributes .swatches_group .color_swatch_list ul li.color_swatch_selected {
  box-shadow: 0 0 0 2px #c70a4c;
}
.definingAttributes .swatches_group .color_swatch_list ul li.color_swatch_selected.text_swatches a span.swatch_text {
  font-size: 0.8rem;
}
.definingAttributes .swatches_group .color_swatch_list ul li:hover {
  box-shadow: 0 0 0 2px #c70a4c;
}
.definingAttributes .swatches_group .color_swatch_list ul li.color_swatch_disabled {
  box-shadow: 0 0 0 2px #cacaca;
  opacity: 0.7;
  pointer-events: none;
}
.definingAttributes .swatches_group .color_swatch_list ul.text_swatches li {
  width: auto;
  padding: 0 8px;
}
.definingAttributes .swatches_group .color_swatch_list ul.text_swatches li a {
  display: table;
}
.definingAttributes .swatches_group .color_swatch_list ul.text_swatches li a img {
  display: none;
}
.definingAttributes .swatches_group .color_swatch_list ul.text_swatches li a span.swatch_text {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  font-size: 0.8rem;
}
.definingAttributes .swatches_group .color_swatch_list ul.text_swatches li:hover {
  color: #c70a4c;
}
.definingAttributes .swatches_group .color_swatch_list ul.text_swatches li:hover a span.swatch_text {
  color: #c70a4c;
}
.definingAttributes .swatches_group .color_swatch_list ul.text_swatches li.color_swatch_selected a span.swatch_text {
  color: #c70a4c;
}
.definingAttributes .attBorder {
  border: 0;
}
@media (max-width: 1024px) {
  .definingAttributes div[id^=swatch_selection_] {
    float: left;
    margin-top: 5px;
    padding: 3px 2px 0px;
  }
  .definingAttributes .swatches_group {
    display: block;
    margin: 0;
  }
  .definingAttributes .swatches_group.border_swatch {
    border-right: 0 !important;
    margin: 0;
  }
}

.widget_discounts {
  font-family: "Source Sans Pro", sans-serif;
  width: 160px;
  font-size: 0.75em;
}
.widget_discounts > .title {
  display: inline-block;
  padding-bottom: 2px;
  color: #c70a4c;
  font-weight: bold;
}
.widget_discounts > .limit {
  font-weight: normal;
  color: #777;
}
.widget_discounts > a {
  font-weight: normal;
}

.facebookLikeWidget {
  padding-left: 0;
}
.facebookLikeWidget .social-links span {
  line-height: 1em;
  white-space: nowrap;
  float: left;
  /*.addthis_toolbox {
  			
  				.custom_images {
  
  					a {
  
  						width: 40px;
  						height: 40px;
  						background-size: 630%;				
  						display: inline-block;
  						
  						@if $brand-id == "ba" {
  
  							&.addthis_button_facebook {
  								background-position: -7px -766px;
  							}
  	
  							&.addthis_button_twitter {
  								background-position: -49px -766px;
  							}
  	
  							&.addthis_button_pinterest {
  								background-position: -174px -766px;
  							}
  	
  							&.addthis_button_email {
  								background-position: -214px -766px;
  							}
  							
  						}
  						
  						@if $brand-id == "fp" {
  
  							&.addthis_button_facebook {
  								background-position: -7px -766px;
  							}
  	
  							&.addthis_button_twitter {
  								background-position: -49px -766px;
  							}
  	
  							&.addthis_button_pinterest {
  								background-position: -174px -766px;
  							}
  	
  							&.addthis_button_email {
  								background-position: -214px -766px;
  							}
  							
  						}
  						
  						@if $brand-id == "hw" {
  
  							&.addthis_button_facebook {
  								background-position: -7px -766px;
  							}
  	
  							&.addthis_button_twitter {
  								background-position: -49px -766px;
  							}
  	
  							&.addthis_button_pinterest {
  								background-position: -174px -766px;
  							}
  	
  							&.addthis_button_email {
  								background-position: -214px -766px;
  							}
  							
  						}
  						
  						@if $brand-id == "sm" {
  
  							&.addthis_button_facebook {
  								background-position: -7px -766px;
  							}
  	
  							&.addthis_button_twitter {
  								background-position: -49px -766px;
  							}
  	
  							&.addthis_button_pinterest {
  								background-position: -174px -766px;
  							}
  	
  							&.addthis_button_email {
  								background-position: -214px -766px;
  							}
  							
  						}
  						
  						.at-icon-wrapper,
  						.at_PinItButton {
  							visibility: hidden;
  							pointer-events: none;
  						}
  
  					}
  
  				}
  
  			}
  			*/
}
.facebookLikeWidget .social-links span strong {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875em;
  text-transform: capitalize;
  padding: 11px 15px 0 0;
  display: block;
}

@media (max-width: 1023px) {
  .facebookLikeWidget .social-links {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    left: 0;
    transform: translateX(0);
  }
}
.cloudzoom-zoom-inside {
  z-index: 0;
}

div.widget_product_image_viewer {
  width: 92%;
  margin: -1% 0 3% 2%;
  /* Background */
  /* Background */
  /***************
  *
  *  1. Arrows
  *
  ****************/
  /***************
  *
  *  2. Bullets
  *
  ****************/
  /***************
  *
  *  3. Thumbnails
  *
  ****************/
  /* Thumbnails with text */
  /* Thumbnails arrow icons */
  /* Thumbnails resizing on smaller screens */
  /***************
  *
  *  4. Tabs
  *
  ****************/
  /***************
  *
  *  5. Fullscreen button
  *
  ****************/
  /***************
  *
  *  6. Play/close video button
  *
  ****************/
  /***************
  *
  *  7. Preloader
  *
  ****************/
  /***************
  *
  *  8. Global caption
  *
  ****************/
}
div.widget_product_image_viewer .rsOneStore.royalSlider {
  width: 100%;
  height: auto;
}
div.widget_product_image_viewer .rsOneStore,
div.widget_product_image_viewer .rsOneStore .rsOverflow,
div.widget_product_image_viewer .rsOneStore .rsSlide,
div.widget_product_image_viewer .rsOneStore .rsVideoFrameHolder,
div.widget_product_image_viewer .rsOneStore .rsThumbs {
  color: #666;
}
div.widget_product_image_viewer .rsOneStore .rsOverflow {
  height: 100% !important;
}
div.widget_product_image_viewer .rsOneStore > img,
div.widget_product_image_viewer .rsOneStore .rsMobileZoomContainer > img {
  height: 100% !important;
  width: 100% !important;
}
div.widget_product_image_viewer .rsOneStore,
div.widget_product_image_viewer .rsOneStore .rsOverflow,
div.widget_product_image_viewer .rsOneStore .rsSlide,
div.widget_product_image_viewer .rsOneStore .rsVideoFrameHolder,
div.widget_product_image_viewer .rsOneStore .rsThumbs {
  background: transparent;
  color: #666;
}
div.widget_product_image_viewer .rsOneStore .rsArrow {
  height: 52px;
  width: 52px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 1;
}
div.widget_product_image_viewer .rsOneStore.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
div.widget_product_image_viewer .rsOneStore.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
div.widget_product_image_viewer .rsOneStore.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
div.widget_product_image_viewer .rsOneStore.rsHor .rsArrowLeft {
  left: 0;
  top: 50%;
}
div.widget_product_image_viewer .rsOneStore.rsHor .rsArrowRight {
  right: 0;
  top: 50%;
}
div.widget_product_image_viewer .rsOneStore .rsArrowIcn {
  width: 52px;
  height: 52px;
  left: 1em;
  position: absolute;
  cursor: pointer;
  background: url("/wcsstore/MattelSAS/images/rs-default.png");
  border-radius: 100%;
}
div.widget_product_image_viewer .rsOneStore .rsArrowIcn:hover {
  background-color: rgba(190, 190, 190, 0.5);
  box-shadow: none;
}
div.widget_product_image_viewer .rsOneStore.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -161px -61px;
  margin-right: -30px;
}
div.widget_product_image_viewer .rsOneStore.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -118px -61px;
  margin-left: -30px;
}
div.widget_product_image_viewer .rsOneStore.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
div.widget_product_image_viewer .rsOneStore.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
div.widget_product_image_viewer .rsOneStore .rsArrowDisabled .rsArrowIcn {
  opacity: 0.2;
  filter: alpha(opacity=20);
  *display: none;
}
div.widget_product_image_viewer .rsOneStore.rsHor .rsArrowLeft .rsArrowIcn, div.widget_product_image_viewer .rsOneStore.rsHor .rsArrowRight .rsArrowIcn {
  width: 59px;
  height: 59px;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  font-family: Fontawesome;
  border-radius: 50px;
  padding: 15px 0;
}
div.widget_product_image_viewer .rsOneStore.rsHor .rsArrowLeft .rsArrowIcn:before, div.widget_product_image_viewer .rsOneStore.rsHor .rsArrowRight .rsArrowIcn:before {
  color: #666;
  background: transparent;
  content: "\f054";
  position: relative;
  left: 22px !important;
  right: 12px !important;
  top: -3px !important;
  text-shadow: none;
  font-size: 1.75em;
}
div.widget_product_image_viewer .rsOneStore.rsHor .rsArrowLeft .rsArrowIcn:hover, div.widget_product_image_viewer .rsOneStore.rsHor .rsArrowRight .rsArrowIcn:hover {
  background-color: #eee;
  box-shadow: none;
}
div.widget_product_image_viewer .rsOneStore.rsHor .rsArrowLeft .rsArrowIcn:hover:before, div.widget_product_image_viewer .rsOneStore.rsHor .rsArrowRight .rsArrowIcn:hover:before {
  color: #666;
  text-shadow: none;
}
div.widget_product_image_viewer .rsOneStore.rsHor .rsArrowRight .rsArrowIcn:before {
  left: 26px;
  top: 21px;
}
div.widget_product_image_viewer .rsOneStore.rsHor .rsArrowRight .rsArrowIcn:before:hover {
  color: #666;
}
div.widget_product_image_viewer .rsOneStore.rsHor .rsArrowLeft .rsArrowIcn {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
div.widget_product_image_viewer .rsOneStore.rsHor .rsArrowLeft .rsArrowIcn:before {
  left: 26px;
  top: 21px;
}
div.widget_product_image_viewer .rsBullets {
  position: static;
  margin-top: 18px;
}
div.widget_product_image_viewer .rsBullets .rsNavInner {
  border: none;
  margin-top: 5px;
  border-bottom-left-radius: 21px;
  border-bottom-right-radius: 21px;
  padding: 18px 20px 10px 10px;
  padding-bottom: 7px;
}
div.widget_product_image_viewer .rsBullets .rsNavInner .rsBullet {
  margin: auto 2px;
  height: 26px;
  width: 26px;
}
div.widget_product_image_viewer .rsBullets .rsNavInner .rsBullet.rsNavSelected span {
  width: 16px;
  height: 16px;
  background-color: #c70a4c;
  cursor: default;
}
div.widget_product_image_viewer .rsBullets .rsNavInner .rsBullet span {
  width: 12px;
  height: 12px;
  background-color: #cacaca;
  cursor: pointer;
}
div.widget_product_image_viewer .rsOneStore .rsBullets {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -5%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 22px;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
div.widget_product_image_viewer .rsOneStore .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 8px;
}
div.widget_product_image_viewer .rsOneStore .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
}
div.widget_product_image_viewer .rsOneStore .rsBullet.rsNavSelected span {
  background-color: #e33012;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-left: -2px;
}
div.widget_product_image_viewer .rsOneStore .rsNavInner {
  display: inline-block;
  margin-top: 8px;
}
div.widget_product_image_viewer .rsOneStore .rsThumbsHor {
  width: 100%;
  text-align: center;
  height: auto;
}
@media (max-width: 1023px) {
  div.widget_product_image_viewer .rsOneStore .rsThumbsHor {
    height: 30px;
    background: transparent;
  }
}
div.widget_product_image_viewer .rsOneStore .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
div.widget_product_image_viewer .rsOneStore.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
div.widget_product_image_viewer .rsOneStore.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
div.widget_product_image_viewer .rsOneStore .rsThumb {
  float: left;
  overflow: hidden;
  width: 72px;
  height: 72px;
}
div.widget_product_image_viewer .rsOneStore .rsThumb img {
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
}
div.widget_product_image_viewer .rsOneStore .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
div.widget_product_image_viewer .rsOneStore .rsTmb {
  display: block;
}
div.widget_product_image_viewer .rsOneStore .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
div.widget_product_image_viewer .rsOneStore .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
div.widget_product_image_viewer .rsOneStore .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
div.widget_product_image_viewer .rsOneStore .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}
div.widget_product_image_viewer .rsOneStore.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
div.widget_product_image_viewer .rsOneStore.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
div.widget_product_image_viewer .rsOneStore.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
div.widget_product_image_viewer .rsOneStore.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
div.widget_product_image_viewer .rsOneStore.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
div.widget_product_image_viewer .rsOneStore .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("/wcsstore/MattelSAS/images/rs-default.png");
}
div.widget_product_image_viewer .rsOneStore.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
div.widget_product_image_viewer .rsOneStore.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
div.widget_product_image_viewer .rsOneStore.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
div.widget_product_image_viewer .rsOneStore.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
div.widget_product_image_viewer .rsOneStore .rsThumbsArrowDisabled {
  display: none !important;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  div.widget_product_image_viewer .rsOneStore .rsThumb {
    width: 59px;
    height: 59px;
  }
  div.widget_product_image_viewer .rsOneStore .rsThumbsHor {
    height: 59px;
  }
  div.widget_product_image_viewer .rsOneStore .rsThumbsVer {
    width: 59px;
  }
}
div.widget_product_image_viewer .rsOneStore .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
div.widget_product_image_viewer .rsOneStore .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}
div.widget_product_image_viewer .rsOneStore .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
div.widget_product_image_viewer .rsOneStore .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
div.widget_product_image_viewer .rsOneStore .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
div.widget_product_image_viewer .rsOneStore .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}
div.widget_product_image_viewer .rsOneStore .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
div.widget_product_image_viewer .rsOneStore .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("/wcsstore/MattelSAS/images/rs-default.png") 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}
div.widget_product_image_viewer .rsOneStore .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
div.widget_product_image_viewer .rsOneStore.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
div.widget_product_image_viewer .rsOneStore .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
div.widget_product_image_viewer .rsOneStore .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: url(/wcsstore/MattelSAS/images/rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
div.widget_product_image_viewer .rsOneStore .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
div.widget_product_image_viewer .rsOneStore .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}
div.widget_product_image_viewer .rsOneStore .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
div.widget_product_image_viewer .rsOneStore .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
div.widget_product_image_viewer .rsOneStore .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("/wcsstore/MattelSAS/images/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
div.widget_product_image_viewer .rsOneStore .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
div.widget_product_image_viewer .rsOneStore .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(/wcsstore/MattelSAS/images/preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
div.widget_product_image_viewer .rsOneStore .rsGCaption {
  position: absolute;
  float: none;
  left: 10px;
  text-align: left;
  color: darkgray;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
  top: 0px;
}

@media (max-width: 1023px) {
  div.widget_product_image_viewer {
    width: 100%;
    margin: 0;
  }

  div.widget_product_image_viewer .rsOneStore .rsBullets {
    position: static;
  }
  div.widget_product_image_viewer .rsOneStore .rsBullets .rsNavInner {
    border: none;
    margin-top: 5px;
  }
  div.widget_product_image_viewer .rsOneStore .rsBullets .rsNavInner .rsBullet {
    margin: auto 4px;
    height: 23px;
    width: 23px;
    padding: 4px;
  }
  div.widget_product_image_viewer .rsOneStore .rsBullets .rsNavInner .rsBullet.rsNavSelected span {
    width: 20px;
    height: 20px;
    background-color: #c70a4c;
    cursor: default;
  }
  div.widget_product_image_viewer .rsOneStore .rsBullets .rsNavInner .rsBullet span {
    width: 16px;
    height: 16px;
    background-color: #cacaca;
    cursor: pointer;
  }

  #ooyalaplayer .oo_promo div.oo_start_button,
#ooyalaplayer .oo_replay {
    left: 50%;
    top: 50%;
  }
}
.inventory_widget {
  font-family: "Source Sans Pro", sans-serif;
  font-size: initial;
  padding: 12px 0 18px 0;
}
.inventory_widget .row {
  margin: auto;
}
.inventory_widget .row .col6.left.available {
  border: inherit;
  padding: inherit;
  display: flex;
}
@media (max-width: 1023px) {
  .inventory_widget .row .col6.left.available {
    margin-left: 0 !important;
  }
}
.inventory_widget .row .col6.left.available .text {
  padding: inherit;
}
.inventory_widget .row .col6.left.available .sublist {
  max-width: inherit;
  float: inherit;
  padding: inherit;
}
.inventory_widget .row .col6.left.available .sublist span:first-of-type {
  color: #FF5214;
}
.inventory_widget .row .col6.left.available .sublist span:first-of-type.in_stock {
  color: #43a83a;
}
.inventory_widget .row .col6.left.available .sublist .text {
  font-weight: 700;
  font-size: 0.875em;
  text-transform: uppercase;
}
.inventory_widget .row .col6.left.available .sublist .warehouse_dispatch_details {
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 1.45;
  color: inherit;
}

.inventory_widget .row .col6.left.available.link {
  width: 70%;
}
#page #product-detail .merchandisingAssociationWidget .productDescDropMerch {
  display: none;
}
#page .merchandisingAssociationWidget ul > li > strong {
  display: none;
}
#page .merchandisingAssociationWidget ul .hidden {
  display: inline-block !important;
}
#page .merchandisingAssociationWidget .prevPageButton, #page .merchandisingAssociationWidget .nextPageButton {
  width: 59px;
  height: 59px;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  font-family: Fontawesome;
  border-radius: 50px;
  padding: 15px 0;
}
#page .merchandisingAssociationWidget .prevPageButton:before, #page .merchandisingAssociationWidget .nextPageButton:before {
  color: #666;
  background: transparent;
  content: "\f054";
  position: relative;
  left: 22px !important;
  right: 12px !important;
  top: -3px !important;
  text-shadow: none;
  font-size: 1.75em;
}
#page .merchandisingAssociationWidget .prevPageButton:hover, #page .merchandisingAssociationWidget .nextPageButton:hover {
  background-color: #eee;
  box-shadow: none;
}
#page .merchandisingAssociationWidget .prevPageButton:hover:before, #page .merchandisingAssociationWidget .nextPageButton:hover:before {
  color: #666;
  text-shadow: none;
}
#page .merchandisingAssociationWidget .nextPageButton:before {
  left: 26px;
  top: 21px;
}
#page .merchandisingAssociationWidget .nextPageButton:before:hover {
  color: #666;
}
#page .merchandisingAssociationWidget .prevPageButton {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#page .merchandisingAssociationWidget .prevPageButton:before {
  left: 26px;
  top: 21px;
}
#page .merchandisingAssociationWidget .content {
  width: 86%;
  margin: auto;
}
#page .merchandisingAssociationWidget .product {
  border: none;
  padding: 0;
  max-width: 90%;
  overflow: hidden;
}
#page .merchandisingAssociationWidget .product .product_image a {
  display: block;
  /*min-height: 375px;*/
}
#page .merchandisingAssociationWidget .product .product_image a img {
  width: inherit;
  min-width: inherit;
  max-height: inherit;
  max-width: 100%;
  height: inherit;
}
#page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault {
  text-indent: -9999px;
  bottom: inherit;
  left: inherit;
  padding: 0;
  top: 5px;
  right: 5px;
}
@media (max-width: 1023px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Sale {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_New {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_New {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_TopSeller {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_AwardWinner {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
@media (max-width: 1023px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    top: 0;
    right: 0;
  }
}
@media (max-width: 649px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.9);
    transform-origin: top right;
  }
}
@media (max-width: 549px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.8);
    transform-origin: top right;
  }
}
@media (max-width: 449px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.7);
    transform-origin: top right;
  }
}
@media (max-width: 349px) {
  #page .merchandisingAssociationWidget .product .product_image a .RibbonAdDefault.RibbonAd_Exclusive {
    transform: scale(0.6);
    transform-origin: top right;
  }
}
#page .merchandisingAssociationWidget .product .inventory_status {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 0.93em;
  margin-top: 13px;
}
#page .merchandisingAssociationWidget .product .inventory_status strong {
  text-transform: uppercase;
  margin: 5% 0;
  display: inline-block !important;
}
#page .merchandisingAssociationWidget .product .inventory_status strong.in_stock {
  color: #43a83a;
}
#page .merchandisingAssociationWidget .product .inventory_status strong.out_of_stock {
  display: none;
}
#page .merchandisingAssociationWidget .product .inventory_status strong.PreOrderable {
  color: #333;
}
#page .merchandisingAssociationWidget .product .inventory_status strong.Backorderable {
  color: #FF5214;
}
#page .merchandisingAssociationWidget .product .inventory_status strong.noLongerAvailable {
  color: #FF5214;
}
#page .merchandisingAssociationWidget .product .inventory_status strong.Limited {
  color: #FF5214;
}
#page .merchandisingAssociationWidget .product .product_info {
  position: relative;
  margin: auto;
  padding: 5%;
  background: white;
  border-top: 1px solid #b1b1b1;
  min-height: 200px;
  float: none;
  border-bottom: 1px solid #b1b1b1;
  border-top: 0;
}
#page .merchandisingAssociationWidget .product .product_info .reviews {
  margin: 5px auto 0 auto;
  padding: 0;
  display: block;
}
#page .merchandisingAssociationWidget .product .product_info .reviews abbr {
  font-size: 0.9em;
  display: inline-block;
  padding-left: 6px;
  color: #666;
  transform: translateY(-1.5px);
}
#page .merchandisingAssociationWidget .product .product_info .reviews .glyphicon {
  margin: auto;
  padding: 0;
  color: #c70a4c;
  font-size: 1em;
  letter-spacing: 1px;
}
#page .merchandisingAssociationWidget .product .product_info .reviews .glyphicon.glyphicon-star-empty {
  font-family: "icons";
  color: #cacaca;
  border: 0;
  opacity: 0.8;
}
#page .merchandisingAssociationWidget .product .product_info .reviews .glyphicon.glyphicon-star-empty:before {
  content: "\e902";
}
#page .merchandisingAssociationWidget .product .product_info .callout {
  display: block;
  color: #c70a4c;
  font-size: 1em;
  font-weight: 600;
  text-transform: inherit;
  margin: 0;
  height: 23.3333px;
}
#page .merchandisingAssociationWidget .product .product_info .product_name {
  padding: 0;
  height: 46.6666px;
  height: 46.6666px;
  overflow: hidden;
}
#page .merchandisingAssociationWidget .product .product_info .product_name a {
  margin: auto;
  padding: 0;
  line-height: 1.17;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: inherit;
  color: #333;
}
#page .merchandisingAssociationWidget .product .product_info .product_name a:hover {
  text-decoration: none;
}
#page .merchandisingAssociationWidget .product .product_info .product_price {
  margin: auto;
  padding: 0;
  bottom: 15px;
  position: absolute;
}
#page .merchandisingAssociationWidget .product .product_info .product_price .old_price {
  display: block;
  line-height: 0.25em;
  font-size: 1em;
  font-weight: 500;
  color: #666;
}
#page .merchandisingAssociationWidget .product .product_info .product_price .price {
  margin: auto;
  padding: 0;
  font-size: 2.25em;
  font-family: "Open Sans Condensed", sans-serif !important;
  color: #333;
}
#page .merchandisingAssociationWidget .product .product_info .product_price .price .priceCurrency {
  letter-spacing: -2px;
}
#page .merchandisingAssociationWidget .product .product_info .product_price .price.sale {
  color: #c70a4c;
}
#page .merchandisingAssociationWidget .product .product_info .product_price .sale {
  color: #c70a4c;
}
#page .merchandisingAssociationWidget .product .compare_target {
  display: none;
  background: white;
  margin: auto;
  padding: 0 0 5% 5%;
  width: 100%;
  vertical-align: top;
}
#page .merchandisingAssociationWidget.carousel .product {
  max-width: 250px;
}
#page .merchandisingAssociationWidget .product_info {
  float: inherit;
  width: inherit;
}
#page .merchandisingAssociationWidget .product_description {
  white-space: inherit;
}
#page #widget_coordinate {
  margin: 0;
}
#page #widget_coordinate .content.widget_bundle_package_list {
  padding-bottom: 0;
}
#page #widget_coordinate .left_column.list_mode.package_mode {
  border: 0;
}
#page #widget_coordinate .coordinate_title {
  background-color: transparent;
  color: #666;
  width: 100%;
  text-align: left;
  max-width: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Source Sans Pro", sans-serif;
  padding: 23px 0 12px 0;
  font-size: 1.875em;
  text-transform: capitalize;
}
#page #widget_coordinate .coordinate_title.container_full_width_bundle {
  background-color: transparent;
  color: #666;
  width: 100%;
  text-align: center;
  max-width: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Source Sans Pro", sans-serif;
  padding: 23px 0 12px 0;
  font-size: 1.875em;
}
#page #widget_coordinate .left_column.list_mode.package_mode {
  border-top: 0;
}

.shop-cart .merchandisingAssociationWidget .prevPageButton {
  left: 14px !important;
}
.shop-cart .merchandisingAssociationWidget .nextPageButton {
  right: 14px !important;
}
.shop-cart .merchandisingAssociationWidget .product_name_merch {
  min-height: 115px;
}
.shop-cart .merchandisingAssociationWidget .content {
  width: 85%;
}

.name_part_price_widget label {
  margin-bottom: 6px;
}
.name_part_price_widget label span {
  font-size: 0.95em;
}
.name_part_price_widget .price_display span.sale:last-of-type {
  font-size: 0.9em;
}
.name_part_price_widget .price_display .sale .sale-label {
  padding-left: 4px;
  font-size: 1.3em;
  color: #c70a4c;
  font-weight: 800;
}
.name_part_price_widget .price_display .sale .save {
  padding-left: 20px;
  font-weight: bold;
}
.name_part_price_widget .namePartPriceContainer {
  border: 0;
}
.name_part_price_widget .namePartPriceContainer .namePartPriceHeading > .row {
  margin: auto;
}
.name_part_price_widget .namePartPriceContainer .namePartPriceHeading > .row .callout {
  display: block;
  color: #c70a4c;
  font-size: 1em;
  font-weight: 600;
  text-transform: inherit;
}
.name_part_price_widget .namePartPriceContainer .namePartPriceHeading > .row .main_header {
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 1.875em;
  line-height: 1em;
  letter-spacing: inherit;
  text-transform: inherit;
  font-style: inherit;
  padding: 3% 0 0;
}
@media (max-width: 767px) {
  .name_part_price_widget .namePartPriceContainer .namePartPriceHeading > .row .main_header {
    font-size: 1.5em;
  }
}
.name_part_price_widget .namePartPriceContainer .namePartPriceHeading > .row h5 {
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  margin: 0.7rem 0;
}
.name_part_price_widget .namePartPriceContainer .namePartPriceHeading > .row .awards {
  text-align: right;
  margin: 0.25% -5%;
  margin-top: 6px;
}
.name_part_price_widget .namePartPriceContainer .namePartPriceHeading > .row .awards img {
  max-width: 4em;
}
.name_part_price_widget .namePartPriceContainer .namePartPriceHeading > .row .awards a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-style: italic;
  display: inline-block;
  margin-top: 5px;
}
.name_part_price_widget .namePartPriceContainer .addOnServices > strong {
  margin: 10px 0 0;
  color: #000;
  display: block;
}
.name_part_price_widget .namePartPriceContainer .addOnServices .addOnProduct strong {
  padding: 0 !important;
  font-family: "Source Sans Pro", sans-serif;
  color: #000 !important;
}
.name_part_price_widget .namePartPriceContainer .reviews a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  margin: 7px;
  display: inline-block;
}
.name_part_price_widget .namePartPriceContainer .reviews .BVOSStarRatingContainer {
  font-size: 1.2em;
  letter-spacing: 2.1px;
  padding-bottom: 2px;
}
.name_part_price_widget .namePartPriceContainer .reviews #BVOSSummary {
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .name_part_price_widget .namePartPriceContainer .reviews #BVOSSummary {
    display: block !important;
  }
}
.name_part_price_widget .namePartPriceContainer span.glyphicon-star {
  color: #F1F1F1;
}
.name_part_price_widget .namePartPriceContainer span.glyphicon-star.full {
  color: #c70a4c;
}
.name_part_price_widget .namePartPriceContainer span.price {
  font-family: "Open Sans Condensed", sans-serif !important;
  color: #222;
  font-size: 1.875em;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 600;
  padding: inherit;
  display: inline-block;
}
@media (max-width: 767px) {
  .name_part_price_widget .namePartPriceContainer span.price {
    font-size: 1.5em;
  }
}
.name_part_price_widget .namePartPriceContainer span.price .priceCurrency {
  letter-spacing: -5px;
}
.name_part_price_widget .namePartPriceContainer span.price.sale {
  color: #c70a4c;
}
.name_part_price_widget .namePartPriceContainer span .sale {
  display: inline-block;
  line-height: 1em;
  margin: 0 0 0 1%;
  font-family: "Source Sans Pro", sans-serif;
}
.name_part_price_widget .namePartPriceContainer span.old_price {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.125rem;
  color: #777;
  line-height: 1.7;
  font-weight: 600;
  display: block;
  float: none;
}

@media (max-width: 1023px) {
  .name_part_price_widget .namePartPriceContainer {
    border: none;
  }
  .name_part_price_widget .namePartPriceContainer .price_display {
    margin-bottom: 8px;
  }
  .name_part_price_widget .namePartPriceContainer span.old_price {
    margin: 5px 0 2px 0;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: inherit;
  }
  .name_part_price_widget .namePartPriceContainer span.sale {
    font-size: 0.8rem;
    margin-top: 3px;
    font-weight: 500;
    display: block;
  }
  .name_part_price_widget .namePartPriceContainer span.sale.price {
    font-size: 1.85em;
    margin-left: 0;
    display: inline-block;
  }
  .name_part_price_widget .namePartPriceContainer span.sale br {
    display: none;
  }
  .name_part_price_widget .namePartPriceContainer .namePartPriceHeading > .row h5 {
    font-size: 1em;
    line-height: 1.5;
    margin: 5px 0;
    padding: 0;
  }
  .name_part_price_widget .reviews a {
    font-size: 13px;
  }
}
@media (max-width: 1023px) and (min-width: 550px) {
  .name_part_price_widget .reviews a {
    font-size: 21px;
  }
}
@media (max-width: 1023px) and (min-width: 550px) {
  .name_part_price_widget .reviews #BVOSSummary {
    margin-top: 4px;
  }
}
@media (max-width: 1023px) {
  .name_part_price_widget .reviews .BVOSSeperator {
    color: #cacaca;
    font-size: 21px;
  }
}
@media (max-width: 1023px) {
  .name_part_price_widget .awards {
    display: none;
  }
}
@media (max-width: 1023px) {
  .name_part_price_widget h1 {
    font-weight: 500;
    font-size: 25px;
    margin-top: 0;
    color: #333;
    line-height: 1.2;
    letter-spacing: auto;
  }
}
#floatingBundleInfo .namePartPriceContainer .price_display {
  display: none;
}

#product-detail-content .shopperActions {
  display: block;
  margin: auto;
}
#product-detail-content .shopperActions a[id^=add2CartBtn] {
  max-width: 44%;
}
@media (max-width: 1023px) {
  #product-detail-content .shopperActions a[id^=add2CartBtn] {
    max-width: 100%;
  }
}

#AG .shopperActions .button_text {
  font-size: 1.25em;
}

.shopperActions {
  display: inline-block;
  margin-right: 15px;
}
.shopperActions a[id^=add2CartBtn] {
  position: relative;
  top: -3px;
  padding-left: inherit;
  padding-right: inherit;
}
.shopperActions a[id^=add2CartBtn] .button_text {
  padding: 0;
  font-size: 1.25em;
}
.shopperActions a[id^=add2CartBtn].notifyMe {
  padding-left: 0;
}
.shopperActions a[id^=add2CartBtn].notifyMe .button_text:before {
  display: none !important;
}
.shopperActions.notifyMe {
  display: inline-block;
  margin: 3.5% 0;
}
@media (max-width: 1023px) {
  .shopperActions {
    display: inherit;
    text-align: center;
    padding: 15px;
    border-bottom: solid 1px #ddd !important;
  }
}

.categoryRecommendationWidget .background-true {
  background: transparent;
}

.categoryRecommendationWidget {
  margin-bottom: 20px;
  background: transparent;
}
.categoryRecommendationWidget.background-true {
  background: transparent;
}
.categoryRecommendationWidget.carousel h2 {
  background-color: transparent;
  color: #666;
  width: 100%;
  text-align: left;
  max-width: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Source Sans Pro", sans-serif;
  padding: 0px 0 5px 0;
  font-size: 1.875em;
  text-transform: capitalize;
}
.categoryRecommendationWidget.carousel > .prevPageButton {
  left: 2.5%;
}
.categoryRecommendationWidget.carousel > .nextPageButton {
  right: 2.5%;
}
.categoryRecommendationWidget.carousel > .prevPageButton,
.categoryRecommendationWidget.carousel > .nextPageButton {
  background: transparent;
}
.categoryRecommendationWidget.carousel > .prevPageButton.hidden,
.categoryRecommendationWidget.carousel > .nextPageButton.hidden {
  display: none !important;
}
.categoryRecommendationWidget.carousel > .prevPageButton:before,
.categoryRecommendationWidget.carousel > .nextPageButton:before {
  background: transparent;
}
.categoryRecommendationWidget.carousel .pageControlWrapper {
  display: block;
}
.categoryRecommendationWidget.carousel .pageControlButton {
  display: none;
}
.categoryRecommendationWidget.carousel .pageControlMenu > .closeButton {
  display: none;
}
.categoryRecommendationWidget.carousel .pageControlMenu > .pageControl.number > a {
  display: inline-block;
  margin: 4px;
  background: #666;
  text-indent: -9999px;
  border-radius: 100%;
  width: 7px;
  height: 7px;
}
.categoryRecommendationWidget.carousel .pageControlMenu > .pageControl.number > a.selected {
  background: #c70a4c;
  width: 13px;
  height: 13px;
  margin: 1px 4px;
}

#page .categoryRecommendationWidget ul .hidden {
  display: inline-block !important;
}
#page .categoryRecommendationWidget .prevPageButton, #page .categoryRecommendationWidget .nextPageButton {
  width: 59px;
  height: 59px;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  font-family: Fontawesome;
  border-radius: 50px;
}
#page .categoryRecommendationWidget .prevPageButton:before, #page .categoryRecommendationWidget .nextPageButton:before {
  color: #666;
  background: transparent;
  content: "\f054";
  position: relative;
  left: 22px !important;
  right: 12px !important;
  top: -3px !important;
  text-shadow: none;
  font-size: 1.75em;
}
#page .categoryRecommendationWidget .prevPageButton:hover, #page .categoryRecommendationWidget .nextPageButton:hover {
  background-color: #eee;
  box-shadow: none;
}
#page .categoryRecommendationWidget .prevPageButton:hover:before, #page .categoryRecommendationWidget .nextPageButton:hover:before {
  color: #666;
  text-shadow: none;
}
#page .categoryRecommendationWidget .nextPageButton:before {
  left: 26px;
  top: 21px;
}
#page .categoryRecommendationWidget .nextPageButton:before:hover {
  color: #666;
}
#page .categoryRecommendationWidget .prevPageButton {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#page .categoryRecommendationWidget .prevPageButton:before {
  left: 26px;
  top: 21px;
}
#page .categoryRecommendationWidget .content {
  width: 86%;
  margin: auto;
}
#page #widget_coordinate .coordinate_title.container_full_width_bundle {
  background-color: transparent;
  color: #666;
  width: 100%;
  text-align: left;
  max-width: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Source Sans Pro", sans-serif;
  padding: 23px 0 12px 0;
  font-size: 1.875em;
  text-transform: initial;
}
#page #widget_coordinate .left_column.list_mode.package_mode {
  border-top: 0;
}

.categoryRecommendationWidget.carousel.padding-true {
  padding-bottom: 20px;
}

@media (max-width: 1023px) {
  #page .categoryRecommendationWidget.carousel.padding-true {
    padding: 0;
  }
  #page .categoryRecommendationWidget.carousel > .prevPageButton,
#page .categoryRecommendationWidget.carousel > .nextPageButton {
    display: none;
  }
  #page .categoryRecommendationWidget.carousel .pageControlWrapper, #page .categoryRecommendationWidget.carousel .pageControlMenu {
    display: block;
  }
  #page .categoryRecommendationWidget.carousel .pageControlWrapper > .pageControl.number > .ellipsis, #page .categoryRecommendationWidget.carousel .pageControlMenu > .pageControl.number > .ellipsis {
    display: none;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  #page .categoryRecommendationWidget.carousel .pageControlWrapper > .pageControl.number a.hidden, #page .categoryRecommendationWidget.carousel .pageControlMenu > .pageControl.number a.hidden {
    display: inline-block !important;
  }
}
@media (max-width: 1023px) {
  #page .categoryRecommendationWidget.carousel .content {
    width: 100%;
  }
}
.categoryRecommendationWidget.carousel h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 800;
  text-transform: none;
}
.categoryRecommendationWidget.carousel .item {
  width: 90%;
  border: 3px solid white;
  border-radius: 5px;
  text-align: center;
}
.categoryRecommendationWidget.carousel .item img {
  min-width: 100%;
}
.categoryRecommendationWidget.carousel .item .cat-caption-container {
  display: table;
  width: 100%;
}
.categoryRecommendationWidget.carousel .item .cat-caption-container .cat-caption {
  background: #009db5;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  padding: 2%;
  height: 100px;
  width: 100%;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
}
.categoryRecommendationWidget.carousel .item:hover {
  border: 3px solid #009db5;
}
.categoryRecommendationWidget.carousel .item:hover .cat-caption {
  background: #F1F1F1;
  color: #009db5;
}

.searchSummaryWidget {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  padding: 1px 0 2% 0;
  margin: 0 auto 1% auto;
  background: transparent;
}
.searchSummaryWidget .widget_title_container h1 {
  color: #666;
  font-size: 2.5em;
  line-height: 0.85em;
  margin: 2% 0 0 2.5%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.searchSummaryWidget .widget_title_container h1 span {
  font-style: italic;
  font-weight: normal;
  font-size: 0.45em;
  letter-spacing: -1px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
}
.searchSummaryWidget .widget_title_container h1 span strong {
  font-weight: 800;
}
.searchSummaryWidget .widget_title_container h1 span strong {
  font-weight: 600;
}
.searchSummaryWidget .widget_search_results .results_description {
  font-size: 1.25em;
  color: #FF5214;
  margin: -50px 0 0 20px;
  font-weight: 500;
  padding: 50px 0;
}

.widget_articles_videos_position .article-container {
  margin: 20px auto;
  width: 100%;
}
.widget_articles_videos_position .article-container #articleListing {
  margin: 20px auto;
  padding: 0 3% 0 3%;
  width: 100%;
}
.widget_articles_videos_position .article-container #articleListing .item {
  float: left;
  width: 100% !important;
  margin-right: 0px;
  border: 1px solid #b1b1b1;
  background: white;
  padding: 10px;
  /*.icon { display: none; }*/
}
.widget_articles_videos_position .article-container #articleListing .item .content {
  padding: inherit;
}
.widget_articles_videos_position .article-container #articleListing .item .content .header a {
  font-size: 2em;
  line-height: 1.25em;
}
@media screen and (max-width: 377px) {
  .widget_articles_videos_position .article-container #articleListing li .content h1 {
    width: 100%;
  }
}

#emailsignup .email-signUp-tile, #emailsignup-footer .email-signUp-tile {
  background: #f7f7f7;
  padding: 5%;
  position: relative;
}
#emailsignup .email-signUp-tile *:focus, #emailsignup-footer .email-signUp-tile *:focus {
  outline: 0;
}
#emailsignup .email-signUp-tile h2, #emailsignup-footer .email-signUp-tile h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.3;
  color: #8c8c8c;
  margin: 0 0 15px;
}
#emailsignup .email-signUp-tile P, #emailsignup-footer .email-signUp-tile P {
  color: #8c8c8c;
  font-family: "Archer SSm 6r", "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.3;
  width: 93%;
  display: inline-block;
}
#emailsignup .email-signUp-tile P a, #emailsignup-footer .email-signUp-tile P a {
  color: #505050;
}
#emailsignup .email-signUp-tile P a.opened:after, #emailsignup-footer .email-signUp-tile P a.opened:after {
  -webkit-transition: transform 0.15s ease-in-out;
  -moz-transition: transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transform: rotate(90deg);
}
#emailsignup .email-signUp-tile P a:after, #emailsignup-footer .email-signUp-tile P a:after {
  content: ">";
  display: inline-block;
  margin-left: 3px;
  font-family: monospace;
  font-size: 1.3em;
  font-weight: bold;
  color: #505050;
}
#emailsignup .email-signUp-tile P a span:first-child, #emailsignup-footer .email-signUp-tile P a span:first-child {
  font-weight: 700;
}
#emailsignup .email-signUp-tile .mobile-tile, #emailsignup-footer .email-signUp-tile .mobile-tile {
  font-size: 0.5em;
  width: 93%;
}
#emailsignup .email-signUp-tile .mobile-tile > div, #emailsignup-footer .email-signUp-tile .mobile-tile > div {
  margin: 25px 0 0 0;
}
#emailsignup .email-signUp-tile .mobile-tile h2, #emailsignup-footer .email-signUp-tile .mobile-tile h2 {
  width: 75%;
}
#emailsignup .email-signUp-tile .mobile-tile P, #emailsignup-footer .email-signUp-tile .mobile-tile P {
  width: 100%;
  font-size: 2.37em;
  margin: 0;
}
#emailsignup .email-signUp-tile .mobile-tile P a, #emailsignup-footer .email-signUp-tile .mobile-tile P a {
  color: #8c8c8c;
}
#emailsignup .email-signUp-tile .mobile-tile P a span, #emailsignup-footer .email-signUp-tile .mobile-tile P a span {
  color: #505050;
}
#emailsignup .email-signUp-tile .right-tile, #emailsignup-footer .email-signUp-tile .right-tile {
  position: absolute;
  top: 0;
  right: 3%;
  width: 28%;
  z-index: 90;
}
#emailsignup .email-signUp-tile .desktop-tile, #emailsignup-footer .email-signUp-tile .desktop-tile {
  display: none;
}
#emailsignup .email-signUp-tile .desktop-tile h2, #emailsignup-footer .email-signUp-tile .desktop-tile h2 {
  color: #8c8c8c;
}
#emailsignup .email-signUp-tile .desktop-tile h2 span, #emailsignup-footer .email-signUp-tile .desktop-tile h2 span {
  color: #505050;
}
#emailsignup .email-signUp-tile .close, #emailsignup-footer .email-signUp-tile .close {
  font-size: 3em;
  line-height: 0.5;
  font-weight: 100;
  color: #505050;
  opacity: 1;
  margin-top: 5px;
  margin-right: 5px;
  text-shadow: 0;
  top: 17%;
  right: 5px;
  position: absolute;
  z-index: 0;
}
#emailsignup .email-signUp-tile span.click-link, #emailsignup-footer .email-signUp-tile span.click-link {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.3;
  color: #505050;
  display: inline-block;
  margin: 0;
  text-decoration: underline;
  cursor: pointer;
}
#emailsignup #email-pop-up .close, #emailsignup #email-pop-upMobile .close, #emailsignup-footer #email-pop-up .close, #emailsignup-footer #email-pop-upMobile .close {
  color: #fff;
  margin-right: 20px;
  margin-top: 15px;
  display: block;
}
#emailsignup .email-signUp-tile .desktop-tile > a, #emailsignup-footer .email-signUp-tile .desktop-tile > a {
  cursor: default;
}
@media only screen and (min-width: 20em) {
  #emailsignup .email-signUp-tile, #emailsignup-footer .email-signUp-tile {
    font-size: 0.7em;
    padding: 5.5% 2.5% 2.5% 3.5%;
  }
}
@media only screen and (min-width: 23.43em) {
  #emailsignup .email-signUp-tile .mobile-tile, #emailsignup-footer .email-signUp-tile .mobile-tile {
    font-size: 0.6em;
  }
  #emailsignup .email-signUp-tile .mobile-tile h2, #emailsignup-footer .email-signUp-tile .mobile-tile h2 {
    font-size: 2.5em;
  }
  #emailsignup .email-signUp-tile .mobile-tile p, #emailsignup-footer .email-signUp-tile .mobile-tile p {
    font-size: 2em;
  }
}
@media only screen and (min-width: 29.75em) {
  #emailsignup .email-signUp-tile .mobile-tile, #emailsignup-footer .email-signUp-tile .mobile-tile {
    font-size: 0.75em;
  }
}
@media only screen and (min-width: 26.56em) {
  #emailsignup .email-signUp-tile .close, #emailsignup-footer .email-signUp-tile .close {
    top: 26%;
  }
}
@media only screen and (min-width: 35.5em) {
  #emailsignup .email-signUp-tile, #emailsignup-footer .email-signUp-tile {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 39.8em) {
  #emailsignup .email-signUp-tile, #emailsignup-footer .email-signUp-tile {
    font-size: 1em;
  }
}
@media only screen and (min-width: 40.06em) {
  #emailsignup .email-signUp-tile, #emailsignup-footer .email-signUp-tile {
    padding: 0;
    text-align: center;
    font-size: 0.45em;
    padding: 2%;
  }
  #emailsignup .email-signUp-tile .mobile-tile, #emailsignup-footer .email-signUp-tile .mobile-tile {
    display: none;
  }
  #emailsignup .email-signUp-tile .desktop-tile, #emailsignup-footer .email-signUp-tile .desktop-tile {
    display: block;
  }
  #emailsignup .email-signUp-tile .desktop-tile > a, #emailsignup-footer .email-signUp-tile .desktop-tile > a {
    display: block;
  }
  #emailsignup .email-signUp-tile h2, #emailsignup-footer .email-signUp-tile h2 {
    display: inline-block;
    margin: 0;
  }
  #emailsignup .email-signUp-tile p, #emailsignup-footer .email-signUp-tile p {
    display: inline-block;
    margin: 0;
    width: auto;
  }
  #emailsignup .email-signUp-tile .close, #emailsignup-footer .email-signUp-tile .close {
    position: absolute;
    top: 25%;
  }
  #emailsignup .email-signUp-tile span.click-link, #emailsignup-footer .email-signUp-tile span.click-link {
    font-size: 2em;
  }
}
@media only screen and (min-width: 48em) {
  #emailsignup .email-signUp-tile, #emailsignup-footer .email-signUp-tile {
    font-size: 0.5em;
  }
  #emailsignup .email-signUp-tile .close, #emailsignup-footer .email-signUp-tile .close {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 64em) {
  #emailsignup .email-signUp-tile, #emailsignup-footer .email-signUp-tile {
    padding: 0;
  }
  #emailsignup .email-signUp-tile span.click-link, #emailsignup-footer .email-signUp-tile span.click-link {
    margin: 0 0 0 5px;
  }
  #emailsignup .email-signUp-tile .desktop-tile > a, #emailsignup-footer .email-signUp-tile .desktop-tile > a {
    padding: 12px 0 11px;
  }
  #emailsignup .email-signUp-tile h2, #emailsignup-footer .email-signUp-tile h2 {
    font-size: 2em;
  }
  #emailsignup .email-signUp-tile .close, #emailsignup-footer .email-signUp-tile .close {
    top: 22%;
  }
}

.fpo-espot {
  background: url("/wcsstore/MattelSAS/images/fpo.png") center center no-repeat;
  background-size: cover;
  height: 386px;
  border: 1px solid white;
}

.family_of_brands h5 {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 500;
  font-size: 1.35em;
  font-style: normal;
  color: #333;
}
.family_of_brands img {
  width: auto;
  margin: 10px 15px 10px;
}

#FP #page footer .family_of_brands {
  margin: auto;
}

#page footer .family_of_brands {
  margin: 1% auto;
  display: flex;
}
#page footer .family_of_brands h5 {
  width: 50%;
  float: left;
  text-align: right;
  padding: 0 1% 0 0;
  line-height: 2.8em;
}
#page footer .family_of_brands > div {
  width: 50%;
  float: left;
  text-align: left;
  padding: 0 1% 0 0;
}
@media (max-width: 1023px) {
  #page footer .family_of_brands {
    display: block;
    margin-bottom: 60px;
  }
  #page footer .family_of_brands h5 {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
    line-height: 2em;
  }
  #page footer .family_of_brands > div {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 519px) {
  #page footer .family_of_brands img {
    margin: 10px 5px 10px;
    height: 20px;
  }
}

.signin-register-page .main_content .family_of_brands {
  padding-top: 20px;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 1023px) {
  .signin-register-page .main_content .family_of_brands h5 {
    line-height: 2rem;
  }
}

.instagram-spot {
  margin: 3%;
  clear: both;
  display: block;
}

.instagram-spot .insta-image-container {
  margin-bottom: 2px;
  padding-right: 1px;
  padding-left: 1px;
  overflow: hidden;
  position: relative;
  min-height: 1px;
  width: 20%;
  float: left;
}
@media (max-width: 1023px) {
  .instagram-spot .insta-image-container {
    width: 50%;
  }
}

.instagram-spot .insta-image-container a div {
  min-width: 100%;
  height: 18.25vw;
  max-height: 296px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  /*background-blend-mode: screen;*/
  transform: translateZ(0);
  transition: all 1ms ease-in-out;
  /*zoom: reset;*/
}
@media (max-width: 1023px) {
  .instagram-spot .insta-image-container a div {
    height: 44.4vw;
  }
}

@media (max-width: 1023px) {
  .instagram-spot .insta-image-container:nth-of-type(4) {
    display: none;
  }
}
#AG .espot {
  width: 100%;
}
#AG .ag-shop-landing [data-slot-id="1"] .left_espot {
  padding-bottom: 2%;
}
#AG .ag-shop-landing [data-slot-id="3"] .left_espot {
  border-bottom: 3px solid #eee;
  margin: 0 auto 1% auto;
  padding: 0 0 2% 0;
  width: 97%;
}
#AG .ag-shop-landing [data-slot-id="3"] .left_espot h2 {
  margin: 1% auto;
  width: 100%;
  text-align: center;
}
#AG .ag-shop-landing [data-slot-id="3"] .left_espot .carousel-container {
  padding: 3%;
}
#AG .ag-shop-landing [data-slot-id="3"] .left_espot .carousel-container .owl-item img {
  max-width: 100%;
  width: inherit;
  margin: auto;
}
#AG .ag-shop-landing [data-slot-id="3"] .left_espot .carousel-container .owl-item p {
  text-align: center;
}
#AG .ag-shop-landing [data-slot-id="3"] .left_espot .carousel-container .owl-controls .owl-nav {
  position: relative;
  top: -240px;
}
#AG .ag-shop-landing [data-slot-id="3"] .left_espot .carousel-container .owl-controls .owl-nav .owl-prev,
#AG .ag-shop-landing [data-slot-id="3"] .left_espot .carousel-container .owl-controls .owl-nav .owl-next {
  font-family: Fontawesome;
  color: transparent;
  display: block !important;
  background: none;
  margin: auto;
  padding: 0;
  font-size: 1.25em;
}
@media (max-width: 767px) {
  #AG .ag-shop-landing [data-slot-id="3"] .left_espot .carousel-container .owl-controls .owl-nav .owl-prev,
#AG .ag-shop-landing [data-slot-id="3"] .left_espot .carousel-container .owl-controls .owl-nav .owl-next {
    display: none !important;
  }
}
#AG .ag-shop-landing [data-slot-id="3"] .left_espot .carousel-container .owl-controls .owl-nav .owl-prev {
  float: left;
}
#AG .ag-shop-landing [data-slot-id="3"] .left_espot .carousel-container .owl-controls .owl-nav .owl-prev:after {
  content: "";
  color: #666;
}
#AG .ag-shop-landing [data-slot-id="3"] .left_espot .carousel-container .owl-controls .owl-nav .owl-next {
  float: right;
}
#AG .ag-shop-landing [data-slot-id="3"] .left_espot .carousel-container .owl-controls .owl-nav .owl-next:after {
  content: "";
  color: #666;
}
#AG .ag-shop-landing [data-slot-id="3"] .left_espot .carousel-container .owl-dots {
  border-top: 1px solid #b1b1b1;
  padding: 10px 0;
  margin: auto;
  width: 60%;
}
#AG .ag-shop-landing [data-slot-id="3"] .left_espot .carousel-container .owl-dots .owl-dot.active span, #AG .ag-shop-landing [data-slot-id="3"] .left_espot .carousel-container .owl-dots .owl-dot:hover span {
  background: #c70a4c;
}
#AG .ag-shop-landing [data-slot-id="3"] .left_espot .carousel-container a.all-dolls {
  color: #c70a4c;
  font-weight: 600;
  text-align: center;
  width: 100%;
  display: block;
}
#AG .ag-shop-landing [data-slot-id="3"] .left_espot .carousel-container a.all-dolls i {
  margin: 0 0 0 2px;
  font-size: 0.875em;
}
#AG .ag-shop-landing [data-slot-id="3"] .left_espot svg {
  padding: 3%;
}
#AG .ag-shop-landing [data-slot-id="6"] .left_espot {
  padding: 2% 0;
}
#AG .ag-shop-landing [data-slot-id="2"] svg {
  padding: 1%;
}
#AG .left_espot svg {
  display: block;
  margin: auto;
}
#AG .ag-my-order-espot {
  padding: 20px 50px;
}
#AG .ag-my-order-espot .col12 {
  margin-bottom: 15px;
}
#AG .ag-my-order-espot .fa {
  float: left;
  background-color: #c70a4c;
  padding: 9px 12px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
}
#AG .ag-my-order-espot .fa:before {
  color: #fff;
}
#AG .ag-my-order-espot h3 {
  line-height: 1;
}
@media (max-width: 1023px) {
  #AG .ag-my-order-espot h3 {
    padding: 0;
    font-weight: inherit;
  }
}
#AG .ag-my-order-espot p {
  margin-top: 10px;
}
#AG .ag-my-order-espot .content {
  float: left;
  padding-left: 20px;
  width: calc( 100% - 40px);
}
#AG .ag-my-order-espot .content a {
  display: block;
  margin-top: 10px;
  color: #c70a4c;
}
#AG .ag-reward-account-signup-espot {
  background: #F1F1F1;
  padding: 1%;
}
#AG .ag-reward-account-signup-espot .col9 {
  padding: 1% 0 0 3%;
}
@media (max-width: 767px) {
  #AG .ag-reward-account-signup-espot .col9 {
    padding: 1%;
  }
}
#AG .ag-reward-account-signup-espot .col3 {
  text-align: right;
}
@media (max-width: 767px) {
  #AG .ag-reward-account-signup-espot .col3 {
    text-align: left;
  }
}
#AG .gift-guide-espot3 .col12 {
  margin: 50px auto;
  text-align: center;
}
#AG .legalNote {
  font-size: 90%;
  width: 50%;
}
@media (max-width: 46.79em) {
  #AG .signin-register-page #createNewRewardsAccount {
    margin-top: 25px;
  }
}
#GCBalance .dijitDialogPaneContent {
overflow: hidden !important;
}
#GCBalance.dijitDialog {
  border: 0;
  top: 100px !important;
} 
html .dijitDialog {
  border: 0;
}
html .dijitDialogPaneContent {
  background: inherit;
  border-top: 0;
  padding: 0;
}
html .dijitToggleButtonIconChar {
  display: none;
}
html .dijitDialogUnderlayWrapper {
  position: fixed;
  background: rgba(0, 0, 0, 0.25);
  z-index: 949 !important;
  width: 100vw;
  height: 100vh;
  top: 0 !important;
  left: 0 !important;
}

@media (max-width: 1023px) {
  #grayOut, #grayOutPopup {
    z-index: 24000;
  }
}
.dialog {
  background: #fff;
  padding: 30px;
  border: none;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  -moz-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
}
.dialog header .heading {
  text-align: left;
}
.dialog header .description {
  text-align: left;
}
.dialog header .close_button_container {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
  border: none;
  text-align: center;
}
.dialog header .close_button_container a {
  color: #333;
  font-size: 1.8em;
  font-family: monospace;
  font-weight: 100;
  text-shadow: 0px 0px 2px;
}
@media (max-width: 29.75em) {
  .dialog .dialog {
    padding: 15px;
  }
}

.modal-content {
  border-radius: 0;
}
.modal-content .modal-header {
  z-index: 1;
  border-bottom: 0;
  padding: 0;
  min-height: 2.5em;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  width: 50px;
}
.modal-content .modal-header h4 {
  padding: 5px 10px;
  font-size: 1em;
}
.modal-content .modal-header .close {
  display: none;
  font-size: 3em;
  line-height: 0.5;
  font-weight: 100;
  opacity: 1;
  margin-top: 5px;
  margin-right: 5px;
  text-shadow: 0 0;
}
.modal-content .modal-header:hover .close {
  display: block;
}
.modal-content .modal-body {
  z-index: 0;
  padding: 0;
}
.modal-content .modal-body .social-modal-left {
  padding: 5px;
}

#progress_bar {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  left: 0px !important;
  top: 0px !important;
  background: rgba(0, 0, 0, 0.125);
}
#progress_bar #loading_popup {
  width: inherit;
  transform: translate(-50%, -50%);
  left: 100%;
  top: 50%;
  position: fixed;
}
#progress_bar #loading_popup .top_left {
  display: none;
}
#progress_bar #loading_popup .top_right {
  display: none;
}
#progress_bar #loading_popup .header {
  display: none;
}
#progress_bar #loading_popup .footer {
  display: none;
}

#AVSDialog {
  box-shadow: 5px 5px 5px #ccc;
  border: 1px solid #ccc;
  background: white;
}
@media (max-width: 1023px) {
  #AVSDialog {
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    width: 100% !important;
    height: auto !important;
  }
  #AVSDialog .dijitDialogPaneContent {
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    width: 100% !important;
    height: auto !important;
  }
  #AVSDialog .dijitDialogPaneContent .address_validation {
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    width: 100% !important;
    height: auto !important;
  }
}

.address_validation {
  width: 800px;
}
.address_validation .dijitButtonNode {
  border: 0;
}
.address_validation header .close_button_container .glyphicon {
  font-size: 1.2rem;
  font-weight: 100;
  text-shadow: 0 0 0;
}
.address_validation section .address {
  width: 360px;
  background: #eee;
  padding: 15px;
  padding-bottom: 45px;
  margin: 4px;
  min-height: 380px;
  border-radius: 10px;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
}
.address_validation section .address ul li {
  font-size: 14px;
}
.address_validation section .address ul li label.highlightText {
  color: #c70a4c;
}
.address_validation section .address .address_buttons_container {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 10px;
}
.address_validation section .address .address_buttons_container .correct_address {
  float: left;
  background: transparent;
  border: 0;
  text-decoration: underline;
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
  color: #c70a4c;
}
.address_validation section .address .address_buttons_container .use_entered_address_button, .address_validation section .address .address_buttons_container .use_recommended_address_button {
  float: right;
  background: transparent;
  border: 0;
  text-decoration: underline;
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
  color: #c70a4c;
}
.address_validation section .address .address_buttons_container span {
  text-decoration: underline;
}
.address_validation section .address.you_entered {
  float: left;
  border: none;
  background: #fff;
}
.address_validation section .address.USPS_recommends {
  float: right;
  border: none;
  background: #fff;
}
.address_validation footer {
  clear: both;
  background: transparent;
}
@media (max-width: 60em) {
  .address_validation {
    width: auto;
  }
  .address_validation section .address {
    width: 100%;
    min-height: initial;
  }
  .address_validation section .address.you_entered {
    float: none;
  }
  .address_validation section .address.USPS_recommends {
    float: none;
  }
}
@media (max-width: 29.75em) {
  .address_validation section .address {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .address_validation section .address .address_buttons_container .correct_address, .address_validation section .address .address_buttons_container .use_entered_address_button, .address_validation section .address .address_buttons_container .use_recommended_address_button {
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .address_validation section .address.you_entered {
    padding-bottom: 70px;
  }
}

#MiniShopCartProductAdded {
  position: absolute !important;
  top: 5% !important;
  left: 50% !important;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  #MiniShopCartProductAdded {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none;
    z-index: 25000 !important;
  }
}
#MiniShopCartProductAdded #contentRecommendationWidget_FPMyOrderEspot {
  display: none;
}
#MiniShopCartProductAdded .dijitDialogPaneContent {
  box-shadow: 0px 0px 300px 150px rgba(0, 0, 0, 0.15);
  background: white;
  overflow: hidden !important;
  width: initial !important;
  height: initial !important;
}
@media (max-width: 1023px) {
  #MiniShopCartProductAdded .dijitDialogPaneContent {
    width: 100vw !important;
    height: auto !important;
    overflow-y: auto !important;
  }
}
#MiniShopCartProductAdded .dijitDialogPaneContent .closeButton {
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  width: 40px;
  height: 40px;
  background-position: -163px -453px;
  float: right;
  position: relative;
  padding: 0;
  border-radius: 30px;
  top: 12px;
  margin: 0 0 -39px 0px;
  right: 1.2rem;
  background-color: transparent;
  background: none;
  background-position: initial;
  width: auto;
  height: auto;
  margin: 10px 0 -39px 0px;
}
#MiniShopCartProductAdded .dijitDialogPaneContent .closeButton i.glyphicon-remove {
  display: none;
}
#MiniShopCartProductAdded .dijitDialogPaneContent .closeButton i.glyphicon-remove {
  display: inline-block;
  color: #666;
}
#MiniShopCartProductAdded .dijitDialogPaneContent .closeButton i.glyphicon-remove:hover {
  color: #666;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 {
  width: 1024px;
  height: 100%;
  cursor: default;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .row {
  margin: auto;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 > .row:last-child {
  border-top: 1px solid #b1b1b1;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart {
  font-size: inherit;
  border: 0;
  border-radius: 0;
  padding: 1% 0;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart h3 {
  height: 2.5em;
  width: 100%;
  line-height: 1.4em;
  font-weight: 500;
  padding-left: 8%;
  font-size: 1.25em;
  display: block;
  color: #000;
  border-bottom: 1px solid #cacaca;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .sprite-entity-circle-check-green {
  display: inline-block;
  margin: 0 10px -8px -20px;
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  width: 28px;
  height: 31px;
  background-position: -13px -504px;
  /*
  *
  * Ribbon Ads */
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  background-position: -66px -1610px;
  width: 21px;
  height: 17px;
  /*
  *
  * Ribbon Ads */
  margin: 0 12px 0 -10px;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product {
  max-width: inherit;
  padding: 20px 5%;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .namePartPriceContainer {
  margin-left: 20px;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .namePartPriceContainer .item_spacer_3px {
  display: none;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .namePartPriceContainer .namePartPriceHeading h5 {
  margin: 0.7rem 0 0 0;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .namePartPriceContainer .price_display {
  margin-top: 10px;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .namePartPriceContainer .price_display span {
  display: inline-block;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .namePartPriceContainer .price_display .sale .save {
  padding: 0;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .namePartPriceContainer span.price {
  font-size: 1.9rem;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .namePartPriceContainer .namePartPriceHeading h1 {
  font-size: 1.25em;
  font-weight: 500;
  margin: 0;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .namePartPriceContainer .namePartPriceHeading h1 a {
  color: #333;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .inventory_widget {
  padding: 10px 0 10px 20px;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .product_image {
  border: 1px solid transparent;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .product_image img {
  max-width: 130px;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .product_name a {
  font-size: 1.5em;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .reviews {
  display: none;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order {
  border-left: 1px solid #b1b1b1;
  margin: -5px 0 0 0;
  min-height: 420px;
  min-height: 320px;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order .button_primary {
  width: 100%;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order .button_primary .button_text {
  text-align: center;
  width: 100%;
  display: block;
  margin: auto;
  font-size: inherit;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order .continue_checkout {
  margin: auto;
  width: 86%;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order .continue_checkout .button_primary {
  width: 85%;
  margin-left: 10%;
  margin-left: 0;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order .continue_checkout a.button.primary.transparent {
  width: 85%;
  margin-left: 1%;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order .continue_checkout a.button.primary.transparent.continue_shopping {
  margin-left: 10%;
  color: #c70a4c !important;
  margin-left: 0;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order .continue_checkout a.button.primary.transparent.continue_shopping .button_text {
  font-weight: 600;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order .continue_checkout a.button.primary.transparent.continue_shopping .button_text .fa {
  font-size: 0.75rem;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order .continue_checkout a.button.primary.outlined.viewCartButton {
  margin-left: 0;
  width: 70%;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order .header {
  height: 2.5em;
  color: white;
  background-color: black;
  width: 100%;
  line-height: 2.5em;
  font-weight: bold;
  padding-left: 5%;
  font-size: 1.5em;
  display: block;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order ul#myorderaccordion_minicart .panel {
  border: 0;
  box-shadow: none;
  margin: auto;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order ul#myorderaccordion_minicart .panel .accordion-toggle h2 {
  padding-left: 7%;
  background-color: #F1F1F1;
  color: #000;
  line-height: 69px;
  height: 69px;
  font-size: 1.5em;
  border-bottom: 1px solid #cacaca;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #total_breakdown_minicart {
  float: none;
  width: 86%;
  margin: auto;
  padding: 30px 0 15px;
  display: block;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #total_breakdown_minicart #order_total_minicart {
  float: none;
  width: 100%;
  min-width: 0;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #total_breakdown_minicart #order_total_minicart .total_details {
  text-align: left;
  font-weight: 600;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #total_breakdown_minicart #order_total_minicart .total_details * {
  color: #333;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #total_breakdown_minicart #order_total_minicart .total_details .info_icon {
  padding-left: 0;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #total_breakdown_minicart #order_total_minicart .total_details.order_total {
  color: #333;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #total_breakdown_minicart #order_total_minicart .total_details, #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #total_breakdown_minicart #order_total_minicart .total_figures {
  font-size: 1.2rem;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #total_breakdown_minicart #order_total_minicart tr {
  line-height: 24px;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #total_breakdown_minicart #order_total_minicart tr .number_of_items {
  font-weight: 500;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #total_breakdown_minicart #order_total_minicart .total_figures.breadcrumb_current {
  color: #c70a4c;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #total_breakdown_minicart #order_total_minicart .total_figures {
  text-align: right;
  font-weight: normal;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order .discount_text p {
  font-size: 0.75em;
  color: #888;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .predictive-intel-widget {
  padding: 0 0 10px 0;
  background: white;
  border-top: 1px solid #b1b1b1;
}
@media (min-width: 1024px) {
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .predictive-intel-widget else {
    margin: auto;
  }
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .predictive-intel-widget .catalogEntryRecommendationWidget.carousel {
  padding: 0px 20px;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .predictive-intel-widget .catalogEntryRecommendationWidget.carousel h2 {
  font-size: 1.25em;
  margin: auto;
  font-weight: 300;
  padding: 10px 20px;
  font-size: 1.875em;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .content {
  max-width: 1024px;
  margin: auto;
  padding: 0;
}
#MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .pageControlWrapper {
  display: block;
}
@media (max-width: 768px) {
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order {
    margin: 0 -15px 0 -15px;
    border-left: 0;
  }
}
@media (max-width: 1023px) {
  #MiniShopCartProductAdded .dijitDialogPaneContent .closeButton {
    top: 18px;
    right: 6%;
    background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
    width: 18px;
    height: 18px;
    background-position: -174px -464px;
    /*
    *
    * Ribbon Ads */
    background-color: transparent;
    border-radius: 0;
    top: 8px;
    background: none;
    background-position: initial;
    width: auto;
    height: auto;
    margin: 10px 0 -39px 0px;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent .closeButton i.glyphicon-remove {
    display: none;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent .closeButton i.glyphicon-remove {
    display: inline-block;
    color: #666;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent .closeButton i.glyphicon-remove:hover {
    color: #666;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 {
    width: 100%;
    height: auto;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart h3 {
    font-size: 1.25em;
    height: auto;
    padding: 5px 10px 15px 5%;
    line-height: 1;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .namePartPriceContainer {
    margin-left: 0;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .product_image {
    border: 0;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .product_image img {
    max-width: 100px;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .name_part_price_widget .namePartPriceHeading .main_header {
    font-size: 1.25rem;
    line-height: 1;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .product .name_part_price_widget .namePartPriceHeading h5 {
    margin: 0;
    padding: 5px 0;
    font-size: 0.9rem;
    font-weight: normal;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .content .products .product {
    padding: 15px 0 0 0;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .content .products .product .col8 {
    padding-left: 10px;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .content .products .product .inventory_widget .sublist .text, #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .content .products .product .inventory_widget .sublist .warehouse_dispatch_details {
    display: block;
    margin: 5px 0;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .content .products .product .price_display {
    margin-top: 0;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .content .products .product .price_display span.price {
    font-size: 1.5rem;
    font-weight: 600;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .cart .content .products .product .inventory_widget {
    padding: 0;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order {
    margin: 10px 15px 5px;
    padding-top: 20px;
    border-top: 1px solid #cacaca;
    min-height: auto;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order {
    border: 0;
    margin: 0;
    min-height: inherit;
  }
}
@media (max-width: 1023px) {
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order .continue_checkout {
    width: 100%;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order .continue_checkout .button_primary {
    width: 100%;
    margin-left: 0;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order .continue_checkout a.button.primary.transparent.continue_shopping {
    margin-left: 0;
    width: 100%;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order .continue_checkout a.button.primary.outlined.viewCartButton {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order ul#accordion li.panel {
    margin: 0;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order ul#accordion li.panel .continue_checkout .button_align .row {
    margin: 10px 0;
  }
}
@media (max-width: 1023px) {
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order .button_align > div div {
    width: 65%;
    margin: 0 17.5%;
    width: 77%;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 1023px) {
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #total_breakdown_minicart, #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order .discount_text, #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order ul#accordion li.panel a.accordion-toggle, #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #myorderaccordion_minicart .panel .accordion-toggle, #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #myorderaccordion_minicart .panel .panel-collapse form .continue_checkout .discount_text {
    display: none;
    padding: 3px 0;
  }
}
@media (max-width: 1023px) {
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #myorderaccordion_minicart .panel img {
    padding: 3px 0;
  }
}
@media (max-width: 1023px) {
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #myorderaccordion_minicart .panel .panel-collapse form .continue_checkout .row .viewCartButton {
    margin-top: 15px;
    margin-bottom: 25px;
    width: 100%;
    margin-left: initial;
  }
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #myorderaccordion_minicart .panel .panel-collapse form .continue_checkout .row .col7, #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order #myorderaccordion_minicart .panel .panel-collapse form .continue_checkout .row .col5 {
    width: 230px;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 1023px) {
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 .my-order br {
    display: none;
  }
}
@media (max-width: 1023px) {
  #MiniShopCartProductAdded .dijitDialogPaneContent #widget_minishopcart_popup_1 #widget_coordinate {
    display: none;
  }
}

#NotifyMeDialog .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
#NotifyMeDialog .form_input {
  width: 100%;
}
#NotifyMeDialog .label_spacer, #NotifyMeDialog .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
#NotifyMeDialog .label_spacer.filled, #NotifyMeDialog .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
#NotifyMeDialog div > input[type=text],
#NotifyMeDialog div > input[type=password],
#NotifyMeDialog div > input[type=email],
#NotifyMeDialog div > input[type=tel],
#NotifyMeDialog div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
#NotifyMeDialog div > input[type=text].filled,
#NotifyMeDialog div > input[type=password].filled,
#NotifyMeDialog div > input[type=email].filled,
#NotifyMeDialog div > input[type=tel].filled,
#NotifyMeDialog div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
#NotifyMeDialog div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
#NotifyMeDialog div > select.nolabel {
  padding: 0.4em 0.75em;
}
#NotifyMeDialog div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
#NotifyMeDialog div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
#NotifyMeDialog div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
#NotifyMeDialog div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
#NotifyMeDialog p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
#NotifyMeDialog p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
#NotifyMeDialog p input[type=text],
#NotifyMeDialog p input[type=password],
#NotifyMeDialog p input[type=email],
#NotifyMeDialog p input[type=tel],
#NotifyMeDialog p textarea,
#NotifyMeDialog p select {
  padding: 0.7em 0.5em;
}
#NotifyMeDialog p input[type=text].filled,
#NotifyMeDialog p input[type=password].filled,
#NotifyMeDialog p input[type=email].filled,
#NotifyMeDialog p input[type=tel].filled,
#NotifyMeDialog p textarea.filled,
#NotifyMeDialog p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
#NotifyMeDialog li {
  margin: 15px 0;
}
#NotifyMeDialog li.heading {
  text-align: justify;
}
#NotifyMeDialog a {
  color: #c70a4c;
}

@media (max-width: 1023px) {
  #NotifyMeDialog {
    top: 0 !important;
    left: 0 !important;
  }
}
#bumperPop {
  padding: 0 !important;
}
#bumperPop .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
}
#bumperPop .modal-content img {
  max-width: 100%;
}
#bumperPop .modal-content .modal-header:hover .close {
  display: none;
}

@media (max-width: 767px) {
  #bumperPop {
    width: 100% !important;
  }
}
#ErrorMessageDialog {
  max-width: 800px;
}
#ErrorMessageDialog .dijitDialogPaneContent {
  width: 100% !important;
  overflow: hidden !important;
}
#ErrorMessageDialog header h3 {
  font-size: 1.5rem;
}
#ErrorMessageDialog header .close_button_container {
  right: 18px;
  top: 18px;
  position: absolute;
}
#ErrorMessageDialog header .close_button_container .fa.fa-times {
  font-size: 1.2rem;
  color: #777;
}
#ErrorMessageDialog .headerSeparator {
  margin: 0 30% 15px 30%;
  display: none;
}
#ErrorMessageDialog #dailog_content {
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
  text-align: left;
}
#ErrorMessageDialog #dailog_content #errorDialogMessage {
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 20px;
}
#ErrorMessageDialog #dailog_content .okBtnWrapper, #ErrorMessageDialog #dailog_content .signInBtnWrapper {
  display: inline-block;
  margin: 0 10px;
}
#ErrorMessageDialog #dailog_content .okBtnWrapper .button.primary, #ErrorMessageDialog #dailog_content .signInBtnWrapper .button.primary {
  min-width: 130px;
}
#ErrorMessageDialog #dailog_content .okBtnWrapper {
  display: none;
  margin: 0;
}
#ErrorMessageDialog #dailog_content .okBtnWrapper .button.primary {
  padding: 0.9em;
}
#ErrorMessageDialog #dailog_content .okBtnWrapper .button.primary .dijitButtonNode {
  margin-top: -3px;
  margin-bottom: 3px;
  transform: none;
}
#ErrorMessageDialog #dailog_content .signInBtnWrapper {
  margin: 0;
}
#ErrorMessageDialog #dailog_content span .myaccount_link {
  font-weight: 500;
  font-size: 0.9rem;
}
#ErrorMessageDialog #dailog_content .forgot_password_link_padding {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 4;
  border-right: 1px solid #ddd;
  padding-right: 10px;
  margin-right: 5px;
}
#ErrorMessageDialog footer {
  margin-top: 0;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  border-top: 1px solid #b1b1b1;
  border-bottom: 0;
  background: transparent;
  padding: 0;
  display: none;
}
#ErrorMessageDialog footer .family_of_brands h5 {
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: bold;
  display: inline-block;
  width: 160px;
  line-height: 1.1;
  vertical-align: middle;
  color: #777;
}
#ErrorMessageDialog footer .family_of_brands div {
  display: inline-block;
}
@media (max-width: 47.99em) {
  #ErrorMessageDialog {
    top: 30px;
  }
  #ErrorMessageDialog .dijitDialogPaneContent {
    width: 100% !important;
    overflow: hidden !important;
  }
  #ErrorMessageDialog #dailog_content {
    margin-bottom: 70px;
  }
  #ErrorMessageDialog footer .family_of_brands h5 {
    letter-spacing: 4px;
    width: auto;
  }
}
@media (max-width: 29.74em) {
  #ErrorMessageDialog header h3 {
    padding: 0;
    margin-top: 30px;
  }
  #ErrorMessageDialog #dailog_content {
    margin-bottom: 115px;
  }
  #ErrorMessageDialog #dailog_content .okBtnWrapper {
    margin: 0 0 5px 0;
  }
  #ErrorMessageDialog #dailog_content .signInBtnWrapper {
    margin: 0;
  }
  #ErrorMessageDialog footer .family_of_brands h5 {
    letter-spacing: 1px;
    width: auto;
  }
}

#free_gifts_popup {
  position: absolute !important;
  top: 10% !important;
  left: 50% !important;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  #free_gifts_popup {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none;
    z-index: 25000 !important;
  }
}
#free_gifts_popup .dijitDialogPaneContent {
  box-shadow: 0px 0px 300px 150px rgba(0, 0, 0, 0.15);
  background: #fff;
  overflow: hidden !important;
  width: initial !important;
  height: initial !important;
}
@media (max-width: 1023px) {
  #free_gifts_popup .dijitDialogPaneContent {
    width: 100vw !important;
    height: auto !important;
    overflow-y: auto !important;
  }
}
#free_gifts_popup .dijitDialogPaneContent .closeButton {
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  width: 40px;
  height: 40px;
  background-position: -163px -453px;
  float: right;
  position: relative;
  padding: 0;
  border-radius: 30px;
  top: 0;
  margin: 2px 0 0;
  right: 0;
  background-color: #fff;
}
#free_gifts_popup .dijitDialogPaneContent .content_right_border {
  border: 0;
}
#free_gifts_popup .dijitDialogPaneContent div.gifts_wrapper div.gift_item_container {
  border-bottom: 1px solid #b1b1b1;
}
#free_gifts_popup .dijitDialogPaneContent div.gifts_wrapper div.gift_item_container .price {
  width: auto;
}
@media (max-width: 1023px) {
  #free_gifts_popup .dijitDialogPaneContent div.gifts_wrapper div.gift_item_container div.image {
    float: left;
    width: 150px;
    height: 150px;
    margin: 10px auto 0;
    text-align: center;
  }
  #free_gifts_popup .dijitDialogPaneContent div.gifts_wrapper div.gift_item_container div.image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}
#free_gifts_popup .dijitDialogPaneContent #free_gifts_table {
  height: auto;
}
#free_gifts_popup .dijitDialogPaneContent #free_gifts_table div.gifts_wrapper {
  border-top: 1px solid #b1b1b1;
}
#free_gifts_popup .dijitDialogPaneContent h2 {
  font-size: 0.9rem !important;
  font-style: normal;
  font-weight: 700;
}
#free_gifts_popup .dijitDialogPaneContent #popupHeader .popupHeading {
  line-height: 2.6;
  font-weight: bold;
}
#free_gifts_popup .dijitDialogPaneContent .body {
  padding: 22px 20px 0 20px;
  font-size: 0.8rem;
}
#free_gifts_popup .dijitDialogPaneContent .body #FreeGiftsMessageArea {
  border-bottom: 1px solid #b1b1b1;
}
#free_gifts_popup .dijitDialogPaneContent .body #radio_choices {
  padding: 0;
}
#free_gifts_popup .dijitDialogPaneContent .footer {
  padding: 12px 0;
  margin: 0 20px;
  height: auto;
  border-top: 0;
}
@media (max-width: 1023px) {
  #free_gifts_popup .dijitDialogPaneContent .closeButton {
    top: 10px;
    right: 4%;
    background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
    width: 18px;
    height: 18px;
    background-position: -174px -464px;
    /*
    *
    * Ribbon Ads */
    border-radius: 0;
  }
}

#EmailSignupDialog {
  top: 10% !important;
  left: 50% !important;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  #EmailSignupDialog {
    width: 100%;
    height: auto;
  }
}
#EmailSignupDialog .dijitDialogPaneContent {
  width: auto !important;
  height: auto !important;
  overflow: hidden;
}
#EmailSignupDialog .dijitDialogPaneContent .close_button_container {
  right: 18px;
  top: 18px;
  position: absolute;
}
#EmailSignupDialog .dijitDialogPaneContent .close_button_container .fa.fa-times {
  font-size: 1.2rem;
  color: #777;
}
#EmailSignupDialog .email-signup-dialog {
  width: 1024px;
  height: 100%;
  cursor: default;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  #EmailSignupDialog .email-signup-dialog {
    width: 100%;
    height: auto;
  }
}
#EmailSignupDialog .email-signup-dialog .fpo-espot {
  max-height: 120px;
}
#EmailSignupDialog .email-signup-dialog .left {
  padding: 0 3%;
}
@media (max-width: 1023px) {
  #EmailSignupDialog .email-signup-dialog .left {
    padding: 0 5%;
  }
}
#EmailSignupDialog .email-signup-dialog .left img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 15% auto;
}
#EmailSignupDialog .email-signup-dialog .right {
  padding: 0 5%;
}
@media (max-width: 1023px) {
  #EmailSignupDialog .email-signup-dialog .right {
    padding: 0 5%;
  }
}
#EmailSignupDialog .email-signup-dialog .right .message {
  font-weight: 500;
}
#EmailSignupDialog .email-signup-dialog .right form .address input, #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
#EmailSignupDialog .email-signup-dialog .right form .form_input, #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm .form_input {
  width: 100%;
}
#EmailSignupDialog .email-signup-dialog .right form .label_spacer, #EmailSignupDialog .email-signup-dialog .right form .column_label, #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm .label_spacer, #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
#EmailSignupDialog .email-signup-dialog .right form .label_spacer.filled, #EmailSignupDialog .email-signup-dialog .right form .column_label.filled, #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm .label_spacer.filled, #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
#EmailSignupDialog .email-signup-dialog .right form div > input[type=text],
#EmailSignupDialog .email-signup-dialog .right form div > input[type=password],
#EmailSignupDialog .email-signup-dialog .right form div > input[type=email],
#EmailSignupDialog .email-signup-dialog .right form div > input[type=tel],
#EmailSignupDialog .email-signup-dialog .right form div > textarea, #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm div > input[type=text],
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm div > input[type=password],
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm div > input[type=email],
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm div > input[type=tel],
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
#EmailSignupDialog .email-signup-dialog .right form div > input[type=text].filled,
#EmailSignupDialog .email-signup-dialog .right form div > input[type=password].filled,
#EmailSignupDialog .email-signup-dialog .right form div > input[type=email].filled,
#EmailSignupDialog .email-signup-dialog .right form div > input[type=tel].filled,
#EmailSignupDialog .email-signup-dialog .right form div > textarea.filled, #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm div > input[type=text].filled,
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm div > input[type=password].filled,
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm div > input[type=email].filled,
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm div > input[type=tel].filled,
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
#EmailSignupDialog .email-signup-dialog .right form div > select, #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
#EmailSignupDialog .email-signup-dialog .right form div > select.nolabel, #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm div > select.nolabel {
  padding: 0.4em 0.75em;
}
#EmailSignupDialog .email-signup-dialog .right form div > select.nolabel option:nth-of-type(1), #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
#EmailSignupDialog .email-signup-dialog .right form div > select.filled, #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
#EmailSignupDialog .email-signup-dialog .right form div > select.filled.drop_down_checkout, #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
#EmailSignupDialog .email-signup-dialog .right form div > select.no-float-label, #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
#EmailSignupDialog .email-signup-dialog .right form p label, #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
#EmailSignupDialog .email-signup-dialog .right form p label.filled, #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
#EmailSignupDialog .email-signup-dialog .right form p input[type=text],
#EmailSignupDialog .email-signup-dialog .right form p input[type=password],
#EmailSignupDialog .email-signup-dialog .right form p input[type=email],
#EmailSignupDialog .email-signup-dialog .right form p input[type=tel],
#EmailSignupDialog .email-signup-dialog .right form p textarea,
#EmailSignupDialog .email-signup-dialog .right form p select, #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm p input[type=text],
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm p input[type=password],
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm p input[type=email],
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm p input[type=tel],
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm p textarea,
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm p select {
  padding: 0.7em 0.5em;
}
#EmailSignupDialog .email-signup-dialog .right form p input[type=text].filled,
#EmailSignupDialog .email-signup-dialog .right form p input[type=password].filled,
#EmailSignupDialog .email-signup-dialog .right form p input[type=email].filled,
#EmailSignupDialog .email-signup-dialog .right form p input[type=tel].filled,
#EmailSignupDialog .email-signup-dialog .right form p textarea.filled,
#EmailSignupDialog .email-signup-dialog .right form p select.filled, #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm p input[type=text].filled,
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm p input[type=password].filled,
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm p input[type=email].filled,
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm p input[type=tel].filled,
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm p textarea.filled,
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
#EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm {
  max-width: 50%;
}
@media (max-width: 1023px) {
  #EmailSignupDialog .email-signup-dialog .right #EmailSignUpForm {
    max-width: 100%;
  }
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info {
  padding: 0;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info h3 {
  font-size: 1.2rem;
  margin-top: 15px;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .optional {
  font-style: normal;
  font-weight: 500;
  font-size: 1.3rem;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .childrenAdded {
  padding-top: 20px;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .childrenAdded .controlBox .remove {
  padding-left: 20px;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .row {
  margin-left: 0;
  margin-right: 0;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .padding_top_bottom {
  padding: 15px 0;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .padding_top_bottom.options_heading {
  text-transform: uppercase;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .padding_top_bottom.border_top {
  border-top: solid 1px #ddd;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .padding_top_bottom .child_gender, #EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .padding_top_bottom .relation_with_child {
  padding: 10px 0 0;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .padding_top_bottom .child_gender .options_heading, #EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .padding_top_bottom .relation_with_child .options_heading {
  text-transform: uppercase;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info label {
  margin-right: 25px;
  font-weight: normal;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper {
  position: relative;
  line-height: 28px;
  padding: 10px 10px 10px 50px;
  background-color: #FFEFF6;
  margin-top: 10px;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper .gift_icon_wrapper {
  position: absolute;
  left: 15px;
  top: 10px;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper .gift_icon_wrapper .glyphicon-gift {
  color: #c70a4c;
  font-size: 1.5rem;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper .gift_text {
  font-weight: 500;
  font-style: normal;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .birthday_gift_text_wrapper:after {
  content: "";
  position: absolute;
  background: url("/wcsstore/MattelSAS/images/ag_childInformation_ribbon.png") no-repeat;
  background-position: 0px 1px;
  height: 104%;
  width: 15px;
  background-size: 100% 100%;
  right: -15px;
  top: -2px;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .childName {
  max-width: 50%;
}
@media (max-width: 1023px) {
  #EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .childName {
    max-width: 100%;
  }
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_select_wrapper {
  display: inline-block;
  margin-right: 10px;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_select_wrapper a {
  position: relative;
  vertical-align: super;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_duedate_select {
  width: 185px !important;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_month_select, #EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_date_select {
  width: 100px !important;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .child_add_remove_link {
  font-size: 0.875em;
  font-weight: 600;
  color: #c70a4c;
}
#EmailSignupDialog .email-signup-dialog .right .child_birthday_info_wrapper .add_child_wrapper {
  padding: 0;
}
#EmailSignupDialog .email-signup-dialog .right .addChildBirthdayInfo {
  border-bottom: 1px solid #b1b1b1;
}
#EmailSignupDialog .email-signup-dialog .right .email_signup_button_wrapper {
  /*margin-top: 7px;
  margin-left: 7px;*/
}
@media (max-width: 23.42em) {
  #EmailSignupDialog .email-signup-dialog .right #updateShippingAddressButtonArea .button_secondary, #EmailSignupDialog .email-signup-dialog .right #updateShippingAddressButtonArea .button_primary {
    width: calc(50% - 6px);
    margin: 0;
  }
}

#addOnServicesPopup {
  top: 5% !important;
  left: 50% !important;
  transform: translateX(-50%);
  color: #000;
  z-index: 24000 !important;
}
#addOnServicesPopup .dijitDialogPaneContent {
  overflow: hidden !important;
  width: initial !important;
  height: initial !important;
}
#addOnServicesPopup .dijitDialogPaneContent .widget_add_on_popup {
  width: 1024px;
  height: 100%;
  cursor: default;
}
#addOnServicesPopup form .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
#addOnServicesPopup form .form_input {
  width: 100%;
}
#addOnServicesPopup form .label_spacer, #addOnServicesPopup form .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
#addOnServicesPopup form .label_spacer.filled, #addOnServicesPopup form .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
#addOnServicesPopup form div > input[type=text],
#addOnServicesPopup form div > input[type=password],
#addOnServicesPopup form div > input[type=email],
#addOnServicesPopup form div > input[type=tel],
#addOnServicesPopup form div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
#addOnServicesPopup form div > input[type=text].filled,
#addOnServicesPopup form div > input[type=password].filled,
#addOnServicesPopup form div > input[type=email].filled,
#addOnServicesPopup form div > input[type=tel].filled,
#addOnServicesPopup form div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
#addOnServicesPopup form div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
#addOnServicesPopup form div > select.nolabel {
  padding: 0.4em 0.75em;
}
#addOnServicesPopup form div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
#addOnServicesPopup form div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
#addOnServicesPopup form div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
#addOnServicesPopup form div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
#addOnServicesPopup form p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
#addOnServicesPopup form p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
#addOnServicesPopup form p input[type=text],
#addOnServicesPopup form p input[type=password],
#addOnServicesPopup form p input[type=email],
#addOnServicesPopup form p input[type=tel],
#addOnServicesPopup form p textarea,
#addOnServicesPopup form p select {
  padding: 0.7em 0.5em;
}
#addOnServicesPopup form p input[type=text].filled,
#addOnServicesPopup form p input[type=password].filled,
#addOnServicesPopup form p input[type=email].filled,
#addOnServicesPopup form p input[type=tel].filled,
#addOnServicesPopup form p textarea.filled,
#addOnServicesPopup form p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
#addOnServicesPopup .personalise_heading {
  border-bottom: 1px solid #cacaca;
  padding: 10px 0;
}
#addOnServicesPopup .close-dialog-icon {
  right: 18px;
  top: 18px;
  position: absolute;
  font-size: 1.2rem;
  color: #777;
}
#addOnServicesPopup .AGProductList li {
  padding: 20px 10px;
}
#addOnServicesPopup .AGProductList li:not(:last-child) {
  border-bottom: 1px solid #cacaca;
}
#addOnServicesPopup .AGProductList li.no_border {
  border: 0;
}
#addOnServicesPopup .AGProductList li .image_wrapper {
  text-align: center;
  padding-right: 25px;
}
#addOnServicesPopup .AGProductList li .image_wrapper .image_container img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#addOnServicesPopup .AGProductList li .productDetailsWrapper .AGProductForm {
  margin-top: 20px;
  line-height: 2;
}
#addOnServicesPopup .AGProductList li .productDetailsWrapper .AGProductForm input[type=checkbox]:checked + span:before {
  background: #c70a4c;
  color: #fff;
  width: 16px;
  height: 16px;
}
#addOnServicesPopup .AGProductList li .productDetailsWrapper .AGProductForm input[type=checkbox] + span:before {
  width: 16px;
  height: 16px;
}
#addOnServicesPopup .AGProductList li .productDetailsWrapper .AGProductForm .personalise_drop_down {
  width: 360px;
  padding: 0.4em 1em;
  text-transform: initial;
}
@media (max-width: 1023px) {
  #addOnServicesPopup .AGProductList li .productDetailsWrapper .AGProductForm .personalise_drop_down {
    width: 100%;
  }
}
#addOnServicesPopup .AGProductList li .priceContainer {
  padding-left: 25px;
  text-align: right;
  font-size: 1.75em;
  font-weight: 600;
  font-family: "Open Sans Condensed", sans-serif;
  color: #333;
}
#addOnServicesPopup .AGProductFormSubmitControls {
  text-align: right;
}
#addOnServicesPopup .AGProductFormSubmitControls .no-thanks-button {
  margin-left: 20px;
}
#addOnServicesPopup .AGProductFormSubmitControls .no-thanks-button .button_text {
  color: #c70a4c;
  font-weight: 700;
  font-size: 0.925rem;
}
#addOnServicesPopup .AGProductFormSubmitControls .no-thanks-button .button_text i {
  margin-left: 5px;
  font-size: 0.7rem;
}

@media (max-width: 1023px) {
  #addOnServicesPopup .dijitDialogPaneContent {
    width: 100vw !important;
    height: auto !important;
    overflow-y: auto !important;
  }
  #addOnServicesPopup .dijitDialogPaneContent .widget_add_on_popup {
    width: 100%;
    height: auto;
  }
  #addOnServicesPopup .personalise_heading {
    font-weight: 300;
  }
}
@media (max-width: 40.05em) {
  #addOnServicesPopup .AGProductList li .image_wrapper {
    padding-right: 0;
    width: 100%;
  }
  #addOnServicesPopup .AGProductList li .image_wrapper .image_container {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
  #addOnServicesPopup .AGProductList li .productDetailsWrapper {
    width: 100%;
  }
  #addOnServicesPopup .AGProductList li .priceContainer {
    width: 100%;
    margin-left: 0;
    text-align: left;
    margin-top: 10px;
    padding-left: 0;
  }
  #addOnServicesPopup .AGProductFormSubmitControls {
    text-align: center;
  }
  #addOnServicesPopup .AGProductFormSubmitControls a.button {
    width: 100%;
  }
  #addOnServicesPopup .AGProductFormSubmitControls .no-thanks-button {
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 26.55em) {
  #addOnServicesPopup .AGProductList li .image_wrapper .image_container {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  #addOnServicesPopup .AGProductFormSubmitControls .no-thanks-button {
    margin-left: 0;
  }
}
#DeleteConfirmation header {
  margin: 20px 0;
}
#DeleteConfirmation .address_validation {
  padding: 20px;
}
#DeleteConfirmation .close_button_container .closeIcon {
  font-size: 1.2rem;
}
@media (max-width: 29.74em) {
  #DeleteConfirmation header {
    margin: 0;
  }
  #DeleteConfirmation .delete_confirmation_footer .button_container {
    background: #fff;
  }
  #DeleteConfirmation .delete_confirmation_footer #confirmationPopupNO {
    width: 70px;
    padding: 0.5em 0;
  }
  #DeleteConfirmation .delete_confirmation_footer .button_secondary .button_text, #DeleteConfirmation .delete_confirmation_footer .button_primary .button_text {
    min-width: 30px;
    text-align: center;
    display: block;
  }
}

.age-gate-dialog {
  min-width: 500px;
}
.age-gate-dialog .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.age-gate-dialog .form_input {
  width: 100%;
}
.age-gate-dialog .label_spacer, .age-gate-dialog .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.age-gate-dialog .label_spacer.filled, .age-gate-dialog .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.age-gate-dialog div > input[type=text],
.age-gate-dialog div > input[type=password],
.age-gate-dialog div > input[type=email],
.age-gate-dialog div > input[type=tel],
.age-gate-dialog div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.age-gate-dialog div > input[type=text].filled,
.age-gate-dialog div > input[type=password].filled,
.age-gate-dialog div > input[type=email].filled,
.age-gate-dialog div > input[type=tel].filled,
.age-gate-dialog div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.age-gate-dialog div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.age-gate-dialog div > select.nolabel {
  padding: 0.4em 0.75em;
}
.age-gate-dialog div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.age-gate-dialog div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.age-gate-dialog div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.age-gate-dialog div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.age-gate-dialog p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.age-gate-dialog p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.age-gate-dialog p input[type=text],
.age-gate-dialog p input[type=password],
.age-gate-dialog p input[type=email],
.age-gate-dialog p input[type=tel],
.age-gate-dialog p textarea,
.age-gate-dialog p select {
  padding: 0.7em 0.5em;
}
.age-gate-dialog p input[type=text].filled,
.age-gate-dialog p input[type=password].filled,
.age-gate-dialog p input[type=email].filled,
.age-gate-dialog p input[type=tel].filled,
.age-gate-dialog p textarea.filled,
.age-gate-dialog p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.age-gate-dialog .label_spacer, .age-gate-dialog .column_label {
  text-transform: uppercase;
}
.age-gate-dialog h3 {
  font-size: 0.9rem;
}
.age-gate-dialog h3.heading {
  font-size: 1.2rem;
}
.age-gate-dialog .row > div {
  padding: 0 3% 0 0;
}
.age-gate-dialog .row > div .button_primary {
  padding: 0.5em 3em;
  margin: 3% 0;
  position: relative;
}
.age-gate-dialog .row > div .button_primary .glyphicon {
  text-align: right;
  position: absolute;
  right: 10px;
  padding: 0.75em 0;
  font-weight: 100;
}
.age-gate-dialog .close_button_container .glyphicon {
  position: absolute;
  right: 10px;
  top: 18px;
  background: none;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 20px;
  color: #333;
  font-size: 1rem;
  text-align: center;
  opacity: 1;
  box-shadow: none;
}
.age-gate-dialog.error {
  max-width: 500px;
}

@media (max-width: 767px) {
  .age-gate-dialog {
    min-width: 100%;
  }
}
.geo-location-dialog {
  min-width: 600px;
}
.geo-location-dialog .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.geo-location-dialog .form_input {
  width: 100%;
}
.geo-location-dialog .label_spacer, .geo-location-dialog .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.geo-location-dialog .label_spacer.filled, .geo-location-dialog .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.geo-location-dialog div > input[type=text],
.geo-location-dialog div > input[type=password],
.geo-location-dialog div > input[type=email],
.geo-location-dialog div > input[type=tel],
.geo-location-dialog div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.geo-location-dialog div > input[type=text].filled,
.geo-location-dialog div > input[type=password].filled,
.geo-location-dialog div > input[type=email].filled,
.geo-location-dialog div > input[type=tel].filled,
.geo-location-dialog div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.geo-location-dialog div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.geo-location-dialog div > select.nolabel {
  padding: 0.4em 0.75em;
}
.geo-location-dialog div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.geo-location-dialog div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.geo-location-dialog div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.geo-location-dialog div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.geo-location-dialog p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.geo-location-dialog p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.geo-location-dialog p input[type=text],
.geo-location-dialog p input[type=password],
.geo-location-dialog p input[type=email],
.geo-location-dialog p input[type=tel],
.geo-location-dialog p textarea,
.geo-location-dialog p select {
  padding: 0.7em 0.5em;
}
.geo-location-dialog p input[type=text].filled,
.geo-location-dialog p input[type=password].filled,
.geo-location-dialog p input[type=email].filled,
.geo-location-dialog p input[type=tel].filled,
.geo-location-dialog p textarea.filled,
.geo-location-dialog p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.geo-location-dialog .label_spacer, .geo-location-dialog .column_label {
  text-transform: uppercase;
}
.geo-location-dialog h3 {
  font-size: 0.9rem;
}
.geo-location-dialog h3.heading {
  font-size: 1.5rem;
}
.geo-location-dialog h5.heading {
  font-size: 1em;
  font-weight: 500;
}
.geo-location-dialog .button-section {
  margin-top: 35px;
}
.geo-location-dialog .button.primary .button_text {
  font-size: 1.25em;
  font-weight: 600;
}
.geo-location-dialog.dialog header .close_button_container a.close {
  text-shadow: none;
  opacity: 0.6;
}
.geo-location-dialog .row > div {
  padding: 0 3% 0 0;
}
.geo-location-dialog .row > div .button_primary {
  padding: 0.5em 3em;
  margin: 3% 0;
  position: relative;
}
.geo-location-dialog .row > div .button_primary .glyphicon {
  text-align: right;
  position: absolute;
  right: 10px;
  padding: 0.75em 0;
  font-weight: 100;
}
.geo-location-dialog .close_button_container .glyphicon {
  position: absolute;
  right: 10px;
  top: 18px;
  background: none;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 20px;
  color: #333;
  font-size: 1rem;
  text-align: center;
  opacity: 1;
  box-shadow: none;
}
.geo-location-dialog.error {
  max-width: 500px;
}

@media (max-width: 767px) {
  .age-gate-dialog {
    min-width: 100%;
  }
}
.ag-rewards-dialog {
  max-width: 768px;
}
.ag-rewards-dialog .address input {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  margin: inherit;
  padding: inherit;
  height: inherit;
}
.ag-rewards-dialog .form_input {
  width: 100%;
}
.ag-rewards-dialog .label_spacer, .ag-rewards-dialog .column_label {
  position: absolute;
  padding: 1.4em 0.6em;
  transition: all 0.15s ease;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 1em;
}
.ag-rewards-dialog .label_spacer.filled, .ag-rewards-dialog .column_label.filled {
  font-size: 0.563em;
  padding: 0.6em 0;
  margin: 1em 0 0 1em;
  font-weight: bold;
}
.ag-rewards-dialog div > input[type=text],
.ag-rewards-dialog div > input[type=password],
.ag-rewards-dialog div > input[type=email],
.ag-rewards-dialog div > input[type=tel],
.ag-rewards-dialog div > textarea {
  padding: 0.7em 0.5em;
  height: inherit;
  border: 1px solid #b1b1b1;
  height: 48px;
  width: 100%;
  margin: 0.5em 0;
}
.ag-rewards-dialog div > input[type=text].filled,
.ag-rewards-dialog div > input[type=password].filled,
.ag-rewards-dialog div > input[type=email].filled,
.ag-rewards-dialog div > input[type=tel].filled,
.ag-rewards-dialog div > textarea.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  font-size: 16px;
}
.ag-rewards-dialog div > select {
  padding: 0.4em 0.2em;
  height: inherit;
  border: 1px solid #b1b1b1;
  width: 100%;
  margin: 0.5em 0;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  height: 48px;
}
.ag-rewards-dialog div > select.nolabel {
  padding: 0.4em 0.75em;
}
.ag-rewards-dialog div > select.nolabel option:nth-of-type(1) {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.ag-rewards-dialog div > select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
  border-radius: 0;
}
.ag-rewards-dialog div > select.filled.drop_down_checkout {
  padding-left: 0.5em;
}
.ag-rewards-dialog div > select.no-float-label {
  padding: 0.4em 0.2em !important;
}
.ag-rewards-dialog p label {
  position: absolute;
  padding: 0.8em 0.7em;
  transition: all 0.15s ease;
  pointer-events: none;
}
.ag-rewards-dialog p label.filled {
  font-size: 0.563em;
  padding: 0;
  margin: 0.5em 0 0 1em;
}
.ag-rewards-dialog p input[type=text],
.ag-rewards-dialog p input[type=password],
.ag-rewards-dialog p input[type=email],
.ag-rewards-dialog p input[type=tel],
.ag-rewards-dialog p textarea,
.ag-rewards-dialog p select {
  padding: 0.7em 0.5em;
}
.ag-rewards-dialog p input[type=text].filled,
.ag-rewards-dialog p input[type=password].filled,
.ag-rewards-dialog p input[type=email].filled,
.ag-rewards-dialog p input[type=tel].filled,
.ag-rewards-dialog p textarea.filled,
.ag-rewards-dialog p select.filled {
  padding: 1.2em 0.5em 0.2em 0.5em;
}
.ag-rewards-dialog .row > div {
  padding: 0 3% 0 0;
}
.ag-rewards-dialog .row > div h2 {
  margin: 0 0 10%;
}
.ag-rewards-dialog .row > div p {
  margin: 20% 0 5% 0;
}
.ag-rewards-dialog .row > div .button_primary {
  padding: 0.5em 3em;
  margin: 3% 0;
}

@media (max-width: 767px) {
  .ag-rewards-dialog {
    min-width: 100%;
  }
}
div.header_wrapper_position {
  width: initial;
  background-color: initial;
  position: initial;
  z-index: initial;
}

header#header {
  font-size: inherit;
}
header#header:before {
  display: none;
}
header .right-arrow, header button.button-white-black .right-arrow-wb, header button.button-pink-white .right-arrow-pw, header button.button-secondary-white .right-arrow-secondary-white, header button.button-secondary .right-arrow-secondary, header button.button-primary .right-arrow-primary, header html#AG .giftFinderContainer button.button-secondary .right-arrow-secondary, html#AG .giftFinderContainer button.button-secondary header .right-arrow-secondary, header html#AG .giftFinderContainer button.button-secondary-white .right-arrow-secondary-white, html#AG .giftFinderContainer button.button-secondary-white header .right-arrow-secondary-white, header html#AG .giftFinderContainer button.button-pink-white .right-arrow-pw, html#AG .giftFinderContainer button.button-pink-white header .right-arrow-pw, header html#AG .giftFinderContainer button.button-white-black .right-arrow-wb, html#AG .giftFinderContainer button.button-white-black header .right-arrow-wb {
  width: 17px;
  height: 13px;
  display: inline-block;
  background-size: contain !important;
  vertical-align: middle;
  margin-left: 6px;
}
header #contentRecommendationWidget_AGStoreLogo {
  margin: 5px 0 1px;
}
header button {
  display: inline-block;
  margin: 8px 0;
  padding: 10px 20px;
  font-size: 0.75rem;
  text-align: center;
  min-width: 170px;
  letter-spacing: 2px;
  font-weight: bold;
}
header button.button-primary {
  background-color: #222;
  color: #fff;
  border: 0;
}
header button.button-primary:hover {
  background-color: #333;
  box-shadow: 1px 1px 0 #777;
}
header button.button-primary .right-arrow-primary {
  background: url("/wcsstore/MattelSAS/images/colors/ba/arrow_pink.png") no-repeat;
}
header button.button-secondary {
  background-color: transparent;
  color: #222;
  border: 1px solid #ddd;
}
header button.button-secondary:hover {
  box-shadow: 1px 1px 0 #777;
}
header button.button-secondary .right-arrow-secondary {
  background: url("/wcsstore/MattelSAS/images/colors/ba/arrow_gray.png") no-repeat;
}
header button.button-secondary-white {
  background-color: transparent;
  color: #fff;
  border: 1px solid #777;
}
header button.button-secondary-white:hover {
  box-shadow: 1px 1px 0 #777;
}
header button.button-secondary-white .right-arrow-secondary-white {
  background: url("/wcsstore/MattelSAS/images/colors/ba/arrow_gray.png") no-repeat;
}
header button.button-pink-white {
  background: #c70a4c;
  color: #fff;
  border: 0;
}
header button.button-pink-white:hover {
  box-shadow: 1px 1px 0 #777;
}
header button.button-pink-white .right-arrow-pw {
  background: url("/wcsstore/MattelSAS/images/colors/ba/arrow_black.png") no-repeat;
}
header button.button-white-black {
  background: #fff;
  color: #000;
  border: 0;
}
header button.button-white-black:hover {
  box-shadow: 1px 1px 0 #777;
}
header button.button-white-black .right-arrow-wb {
  background: url("/wcsstore/MattelSAS/images/colors/ba/arrow_pink.png") no-repeat;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar.navbar-default {
  background-color: #fff;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
}
header .navbar .navbar-brand {
  float: left;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 0;
  height: 60px;
}
@media (max-width: 1419px) {
  header .navbar .navbar-brand {
    padding: 10px;
  }
}
@media (max-width: 1279px) and (min-width: 1024px) {
  header .navbar .navbar-brand {
    padding: 35px;
  }
}
header .navbar .navbar-brand img {
  width: 180px;
  height: 30px;
}
@media (max-width: 1023px) {
  header .navbar .navbar-brand img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    margin: auto;
    padding: 5px;
  }
}
header .navbar .navbar-header {
  width: 100%;
  margin-right: 40px;
}
header .navbar .navbar-header #searchBox {
  background-color: transparent;
  border: 0;
}
header .navbar .navbar-header #searchBox #SimpleSearchForm_SearchTerm {
  background: #f0f0f0;
  border: 0;
  border-radius: 0;
  color: #333;
  padding: 4px 28px 4px 12px;
  height: 34px;
  margin: 15px 0;
  min-width: 300px;
  font-size: 0.875em;
}
@media (max-width: 1509px) {
  header .navbar .navbar-header #searchBox #SimpleSearchForm_SearchTerm {
    min-width: auto;
  }
}
@media (max-width: 1279px) and (min-width: 1024px) {
  header .navbar .navbar-header #searchBox #SimpleSearchForm_SearchTerm {
    min-width: 300px;
  }
}
@media (max-width: 1023px) {
  header .navbar .navbar-header #searchBox #SimpleSearchForm_SearchTerm {
    font-size: 1rem;
  }
}

header .navbar .navbar-header #searchBox .search-box {
  position: relative;
}
header .navbar .navbar-header #searchBox .search-box #AutoSuggestDiv .heading, header .navbar .navbar-header #searchBox .search-box #AutoSuggestDiv .list_section li > a {
  padding: 10px 15px;
}
header .navbar .navbar-header #searchBox .search-icon i {
  position: absolute;
  top: 25px;
  right: 10px;
  color: #666;
  text-shadow: -1px -1px 0 #F1F1F1, 1px -1px 0 #F1F1F1, -1px 1px 0 #F1F1F1, 1px 1px 0 #F1F1F1;
  font-size: 0.875rem;
}
header .navbar .navbar-header #searchBox #searchDropdown {
  z-index: 10;
  top: 26px;
}
header .navbar .navbar-header .dropdown.search {
  float: right;
  z-index: 1;
}
header .navbar .navbar-header #searchFormButton {
  display: none;
}
header .navbar .navbar-header .signIn {
  padding: 0 15px;
  margin: 20px;
  float: right;
}
header .navbar .navbar-header .signIn a {
  color: #333;
  font-weight: normal;
  font-size: 0.925em;
}
header .navbar .navbar-header .fa-chevron-down {
  color: #333;
  font-size: 0.875rem;
  margin-left: 3px;
}
header .navbar .rightNavWrapper {
  float: right;
}
@media (max-width: 1279px) and (min-width: 1024px) {
  header .navbar .rightNavWrapper {
    position: absolute;
    right: 20px;
  }
}
header .navbar .cartIcon {
  float: right;
}
header .navbar .cartIcon #MiniShoppingCart #widget_minishopcart {
  background: transparent;
  border: 0 !important;
  background: url("/wcsstore/MattelSAS/images/sprites.png") no-repeat;
  background-position: -30px -1606px;
  width: 30px;
  height: 44px;
  padding: 0 !important;
  margin: auto;
  margin-top: 18px;
}
@media (max-width: 1023px) {
  header .navbar .cartIcon #MiniShoppingCart #widget_minishopcart {
    margin-top: 12px;
  }
}
header .navbar .cartIcon #MiniShoppingCart #widget_minishopcart:before {
  content: "";
}
header .navbar .cartIcon #MiniShoppingCart #widget_minishopcart #minishopcart_total, header .navbar .cartIcon #MiniShoppingCart #widget_minishopcart #minishopcart_lock {
  background: #c70a4c;
  border-radius: 20px;
  min-width: 56%;
  color: white;
  text-align: center;
  letter-spacing: 1px;
}
header .navbar .cartIcon #MiniShoppingCart #widget_minishopcart .arrow_button_icon {
  display: none;
}
header .navbar .cartIcon #MiniShoppingCart #minishopcart_total, header .navbar .cartIcon #MiniShoppingCart #minishopcart_lock {
  right: 0px;
  top: 12px;
  padding: 1px;
  border-radius: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.75em;
}
@media (max-width: 1279px) and (min-width: 1024px) {
  header .navbar ul.topLevel {
    float: right;
    margin: 50px 0 0 0;
  }
}
header .navbar ul.topLevel a {
  padding: 0 25px;
  margin: 20px 0;
  color: #333;
  font-weight: 400;
  font-size: 0.925em;
}
@media (max-width: 1339px) {
  header .navbar ul.topLevel a {
    padding: 0 15px;
  }
}
header .navbar ul.topLevel li:last-child a, header .navbar ul.topLevel .dropdown-menu a {
  border-right: 0;
}
@media (max-width: 1279px) and (min-width: 1024px) {
  header .navbar ul.topLevel .dropdown-menu {
    margin: 0 0 0 -90px;
  }
  header .navbar ul.topLevel .dropdown-menu:before {
    left: 105px !important;
  }
}
header .navbar ul.topLevel .dropdown-menu a {
  padding: 11px 25px;
  margin: 0 0;
}
header .navbar #formLogin input {
  margin: 10px auto;
}
header .navbar #formLogin a {
  color: #c70a4c;
}
@media (min-width: 1024px) {
  header .menuButtonMobile, header .navbar-collapse.collapse {
    display: none !important;
  }
  header .navbar .navbar-header .dropdown.search .dropdown-menu {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header ul.topLevel .dropdown:hover .dropdown-menu {
    display: block;
  }
  header ul.topLevel li.dropdown .dropdown-menu {
    border: 1px solid #c70a4c;
  }
  header ul.topLevel li.dropdown .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #c70a4c;
    position: absolute;
    top: -12px;
    left: 30px;
    bottom: 0;
    z-index: 9999;
  }
  header .navbar-header .rightNavWrapper .signIn li.dropdown .dropdown-menu {
    border: 1px solid #c70a4c;
    width: 200px;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    padding: 5px 0;
  }
  header .navbar-header .rightNavWrapper .signIn li.dropdown .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #c70a4c;
    position: absolute;
    top: -12px;
    left: 30px;
    bottom: 0;
    z-index: 9999;
  }
  header .navbar-header .rightNavWrapper .signIn .open .dropdown-menu li {
    padding: 5px 20px;
    font-size: 1rem;
  }
  header .navbar-header .rightNavWrapper .signIn .open .dropdown-menu li:hover {
    background: #FFEFF6;
  }
  header .navbar-header .rightNavWrapper .signIn .open .dropdown-menu li.tier {
    font-weight: normal;
    color: #c70a4c;
    font-size: 0.925em;
  }
  header .navbar-header .rightNavWrapper .signIn .open .dropdown-menu li.tier span {
    text-transform: uppercase;
    font-weight: bold;
  }
  header .navbar-header .rightNavWrapper .signIn .open .dropdown-menu li.tier:hover {
    background: transparent;
  }
}
@media (max-width: 1023px) {
  header #contentRecommendationWidget_AGStoreLogo {
    width: 60%;
    height: auto;
    margin: 4px auto;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  header #contentRecommendationWidget_AGStoreLogo {
    width: 41%;
  }
}
@media (max-width: 1023px) {
  header #contentRecommendationWidget_AGStoreLogo .left_espot {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  header.checkout #contentRecommendationWidget_AGStoreLogo {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  header .navbar {
    margin-bottom: 0;
    border: 0;
    height: 70px;
  }
  header .navbar .container-fluid {
    position: absolute;
    right: 0;
    left: 0;
    padding: 0;
    z-index: 1030;
    background-color: #fff;
  }
  header .navbar .navbar-collapse {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 0;
  }
  header .navbar .navbar-collapse .signIn #navLogin {
    font-weight: bold;
    color: #333;
    background-color: transparent;
    text-transform: capitalize;
  }
  header .navbar .navbar-collapse .signIn #navLogin i.fa {
    margin-left: 15px;
  }
  header .navbar .navbar-collapse .search {
    display: none;
  }
  header .navbar .navbar-header {
    margin: 0;
  }
  header .navbar .navbar-header .menuButtonMobile {
    display: inline-block;
    float: left;
    padding: 7px 5px;
    width: 20%;
    height: 70px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  header .navbar .navbar-header .menuButtonMobile {
    width: 30%;
  }
}
@media (max-width: 1023px) {
  header .navbar .navbar-header .menuButtonMobile span {
    line-height: 50px;
    margin-right: 0;
    line-height: 54px;
    font-weight: 500;
    color: #666;
  }
}
@media (max-width: 1023px) {
  header .navbar .navbar-header .menuButtonMobile .navbar-toggle {
    float: left;
    margin-right: 0;
    border: 0;
    padding: 12px 10px;
    min-width: 20px;
  }
  header .navbar .navbar-header .menuButtonMobile .navbar-toggle .icon-bar {
    background-color: #666;
    height: 3px;
    position: relative;
    transition: all 500ms ease-in-out;
    width: 18px;
  }
  header .navbar .navbar-header .menuButtonMobile .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
  }
  header .navbar .navbar-header .menuButtonMobile .navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
    opacity: 0;
  }
  header .navbar .navbar-header .menuButtonMobile .navbar-toggle.active .icon-bar:nth-of-type(3) {
    transform: rotate(45deg);
  }
  header .navbar .navbar-header .menuButtonMobile .navbar-toggle.active .icon-bar:nth-of-type(4) {
    top: -9px;
    transform: rotate(-45deg);
  }
  header .navbar .navbar-header .menuButtonMobile .navbar-toggle:hover, header .navbar .navbar-header .menuButtonMobile .navbar-toggle:focus {
    background: transparent;
  }
  header .navbar .navbar-header .menuButtonMobile .navbar-toggle.active {
    padding: 8px 10px;
  }
  header .navbar .navbar-header .menuButtonMobile .navbar-toggle.active .icon-bar + .icon-bar {
    margin-top: 6px;
  }
}
@media (max-width: 1023px) {
  header .navbar .navbar-header .navbar-brand {
    padding: 10px 0;
    margin: 0;
    width: 100%;
    height: 60px;
  }
}
@media (max-width: 1023px) {
  header .navbar .navbar-header .rightNavWrapper {
    width: 20%;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  header .navbar .navbar-header .rightNavWrapper {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  header .navbar .navbar-header .topLevel {
    display: none;
  }
}
@media (max-width: 1023px) {
  header .navbar .navbar-header .signIn {
    display: none;
  }
}
@media (max-width: 1023px) {
  header .navbar .navbar-header .dropdown.search {
    padding: 10px;
    width: 50%;
    display: block;
    float: right;
    height: 70px;
  }
  header .navbar .navbar-header .dropdown.search.open .dropdown-menu {
    height: 50px;
    padding: 5px 0;
    border-top: 1px solid #eee;
  }
  header .navbar .navbar-header .dropdown.search .dropdown-menu {
    left: -80vw;
    width: 100vw;
    height: 0;
    padding: 0;
    transition: all 500ms ease-in-out;
    display: block;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    margin: 0;
  }
  header .navbar .navbar-header .dropdown.search .dropdown-menu #searchWrapper {
    margin: -17px 0px 0px 0px;
    width: 100%;
  }
  header .navbar .navbar-header .dropdown.search .searchHeaderIcon {
    font-size: 1.2rem;
    line-height: 50px;
    color: #666;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  }
  header .navbar .navbar-header .dropdown.search #searchFormButton {
    text-align: center;
    display: block;
  }
  header .navbar .navbar-header .dropdown.search #searchBox {
    background-color: transparent;
    border: 0;
    margin: 18px;
  }
  header .navbar .navbar-header .dropdown.search #searchBox #SimpleSearchForm_SearchTerm {
    background: #f0f0f0;
    border: 0;
    border-radius: 0;
    color: #000;
    padding: 4px 28px 4px 12px;
    height: auto;
    margin: 7px 0;
    min-width: 100%;
  }
  header .navbar .navbar-header .dropdown.search #searchBox .search-box {
    position: relative;
  }
  header .navbar .navbar-header .dropdown.search #searchBox .search-box #AutoSuggestDiv .heading, header .navbar .navbar-header .dropdown.search #searchBox .search-box #AutoSuggestDiv .list_section li > a {
    padding: 10px 15px;
  }
  header .navbar .navbar-header .dropdown.search #searchBox .search-icon i {
    position: absolute;
    color: #666;
    text-shadow: -1px -1px 0 #F1F1F1, 1px -1px 0 #F1F1F1, -1px 1px 0 #F1F1F1, 1px 1px 0 #F1F1F1;
    font-size: 0.75rem;
    text-align: center;
    top: 6px;
    right: 0px;
    width: 40px;
    height: 30px;
    padding-top: 10px;
  }
  header .navbar .navbar-header .dropdown.search #searchBox #searchDropdown {
    top: 38px;
    left: -3.5vw;
    right: -3.5vw;
  }
}
@media (max-width: 1023px) and (max-width: 549px) {
  header .navbar .navbar-header .dropdown.search #searchBox #searchDropdown {
    left: -4.5vw;
    right: -4.5vw;
  }
}
@media (max-width: 1023px) and (max-width: 449px) {
  header .navbar .navbar-header .dropdown.search #searchBox #searchDropdown {
    left: -5.5vw;
    right: -5.5vw;
  }
}
@media (max-width: 1023px) and (max-width: 349px) {
  header .navbar .navbar-header .dropdown.search #searchBox #searchDropdown {
    left: -6.5vw;
    right: -6.5vw;
  }
}
@media (max-width: 1023px) {
  header .navbar .navbar-header .dropdown.search #searchBox #searchDropdown #autoSuggestDynamic_Result_div {
    overflow: scroll;
    height: auto;
  }
}
@media (max-width: 1023px) {
  header .navbar .navbar-header .cartIcon {
    position: relative;
    padding: 7px 0;
    width: 50%;
  }
  header .navbar .navbar-header .cartIcon #MiniShoppingCart #widget_minishopcart {
    transform: scale(0.9);
  }
}
@media (max-width: 1023px) {
  header .navbar ul.topLevel {
    margin: 7px 0;
  }
  header .navbar ul.topLevel a {
    border-right: 1px solid transparent;
    padding: 15px 25px;
    margin: 0;
  }
  header .navbar ul.topLevel .dropdown {
    overflow: hidden;
  }
  header .navbar ul.topLevel .open .dropdown-toggle .fa-chevron-down {
    transform: rotate(180deg);
  }
  header .navbar ul.topLevel .dropdown-toggle .fa-chevron-down {
    color: #666;
    font-size: 1rem;
    transition: all 250ms ease-in;
    float: right;
    font-weight: 900;
  }
  header .navbar ul.topLevel .open > .dropdown-menu {
    max-height: 1500px;
  }
  header .navbar ul.topLevel .dropdown-menu {
    max-height: 0px;
    display: block;
    transition: all 250ms ease-in;
    border: 0;
  }
  header .navbar ul.topLevel .dropdown-menu li a {
    line-height: 2.8;
    padding-left: 35px;
  }
}
@media (max-width: 1023px) {
  header .navbar .navbar-right.my_account_menu_mobile {
    border-top: 1px solid #ddd;
  }
  header .navbar .navbar-right .dropdown-menu li {
    padding: 5px 20px;
  }
  header .navbar .navbar-right .dropdown-menu li .tier {
    color: #c70a4c;
  }
  header .navbar .navbar-right .dropdown-menu li a {
    color: black;
  }
}
@media (max-width: 1023px) {
  header .navbar .navbar-collapse .navbar-right li.dropdown {
    padding: 15px 40px;
  }
}
@media (max-width: 47.99em) {
  header .navbar .navbar-header .dropdown.search .dropdown-menu {
    left: -75vw;
  }
}
@media (max-width: 23.42em) {
  header #contentRecommendationWidget_AGStoreLogo {
    height: auto;
    width: 50%;
    margin: 5px 5%;
  }
  header .navbar .navbar-header .menuButtonMobile {
    width: 15%;
  }
  header .navbar .navbar-header .menuButtonMobile span {
    display: none;
  }
  header .navbar .navbar-header .menuButtonMobile span.icon-bar {
    display: block;
  }
  header .navbar .navbar-header .rightNavWrapper {
    width: 25%;
  }
}

@media (max-width: 46.79em) {
  header .navbar .navbar-header {
    border-bottom: 1px solid #e7e7e7;
  }
}
footer {
  background-color: #F1F1F1;
}
footer .links {
  padding: 30px 2% 30px 5%;
  font-weight: 500;
}
footer .links a {
  color: #333;
}
footer .links a:hover {
  color: #c70a4c;
}
footer .links .panel-group {
  padding-right: 50px;
}
footer .links .panel-group .panel {
  margin: 0;
  border-radius: 4px;
  border-color: transparent;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
footer .links .panel-group .panel.last {
  border-bottom: 1px solid #cacaca;
}
footer .links .panel-heading {
  color: #333;
  background-color: transparent;
  border-top: 1px solid #cacaca;
}
footer .links .panel-heading a[aria-expanded=true] .panel-title i.indicator:before {
  content: "−";
}
footer .links .panel-heading .panel-title {
  font-weight: 500;
  font-size: 1.2rem;
  color: #333;
}
footer .links .panel-heading .panel-title i:before {
  content: "+";
}
footer .links .panel-heading .panel-title .pull-right {
  font-weight: 100;
  font-size: 0.9rem;
  color: #666;
  top: auto;
  line-height: 2.5em;
}
footer .links .panel-heading + .panel-collapse > .panel-body {
  border: 0;
  padding: 0 15px;
}
footer .links .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: transparent;
  border: 0;
  font-size: 1rem;
}
footer .socialLinksWrapper {
  padding: 30px 5% 30px 2%;
  font-weight: 500;
}
footer .socialLinksWrapper .storeLocationLogo {
  height: 60px;
  width: auto;
  margin-top: 5px;
}
footer .socialLinksWrapper .button.primary.footerButtons {
  min-width: inherit;
  padding: 0.4rem 0.5rem;
  line-height: 1.3;
}
footer .socialLinksWrapper .button.primary.footerButtons .button_text {
  font-size: 1rem;
}
footer .socialLinksWrapper .button.primary.footerButtons.signUpButton {
  margin-left: -4px;
}
footer .socialLinksWrapper .discoverStoreWrapper {
  margin-left: 25px;
}
footer .socialLinksWrapper .discoverStoreWrapper .discoverStoreLabel {
  font-weight: 500;
  font-size: 1rem;
  color: #333;
}
footer .socialLinksWrapper .email {
  margin-top: 30px;
  margin-left: -15px;
}
footer .socialLinksWrapper .email h5 {
  font-weight: 500;
  font-size: 1rem;
  color: #333;
}
footer .socialLinksWrapper .email input {
  width: 70%;
  padding: 0.4rem;
  padding-left: 0.8rem;
  line-height: 1.35em;
  vertical-align: top;
  border: 0;
}
footer .socialLinksWrapper .email p {
  font-style: normal;
  font-size: 0.875em;
  margin: 15px 0 30px 0;
}
footer .socialLinksWrapper .social {
  text-align: center;
  margin-top: 20px;
}
footer .socialLinksWrapper .social .agSocialLinks {
  border-right: 1px solid #cacaca;
}
footer .socialLinksWrapper .social h5 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #c70a4c;
  line-height: 2em;
  margin-bottom: 5px;
}
footer .socialLinksWrapper .social h5 span {
  vertical-align: baseline;
}
footer .socialLinksWrapper .social h5 span.ag_logo {
  vertical-align: super;
}
footer .socialLinksWrapper .social img {
  height: 22px;
  width: auto;
  margin-top: -19px;
  margin-left: 5px;
}
footer .socialLinksWrapper .social .fa {
  color: #c70a4c;
  margin-right: 20px;
  font-size: 1.5rem;
}
footer .copyrightAndDisclaimer {
  background: #fff;
  padding: 20px 5%;
}
footer .copyrightAndDisclaimer .disclaimer {
  text-align: justify;
  font-size: 0.9rem;
  font-weight: 500;
}
footer .copyrightAndDisclaimer .copyright {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 5px 20%;
}
footer .copyrightAndDisclaimer .copyright a {
  color: #c70a4c;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  footer .links {
    padding: 30px 2% 0 5%;
  }
  footer .links .panel-group {
    padding-right: inherit;
  }
  footer .links .panel-heading .panel-title {
    padding: 0.5em 0;
  }
  footer .links .panel-heading .panel-title .pull-right {
    top: -9px;
  }
  footer .socialLinksWrapper {
    padding: 0 5% 30px 2%;
  }
  footer .socialLinksWrapper .discoverStoreWrapper {
    margin-left: 15px;
    width: calc(100% - 80px);
  }
  footer .socialLinksWrapper .discoverStoreWrapper .discoverStoreLabel {
    font-size: 1rem;
  }
  footer .socialLinksWrapper .storeLocationLogo {
    height: 60px;
    width: auto;
    margin-top: 5px;
  }
  footer .socialLinksWrapper .button.primary.footerButtons .button_text {
    font-size: 0.8rem;
    min-width: initial;
  }
  footer .socialLinksWrapper .button.primary.footerButtons.signUpButton {
    margin-left: -3px;
    width: 75px;
    height: 34px;
  }
  footer .socialLinksWrapper .identifyStore {
    margin: 20px 5%;
  }
  footer .socialLinksWrapper .email {
    margin: 20px 5% 10px 5%;
  }
  footer .socialLinksWrapper .email h5 {
    font-weight: 500;
    font-size: 1.1rem;
  }
  footer .socialLinksWrapper .email input {
    width: calc( 100% - 80px);
    border-radius: 0;
  }
  footer .socialLinksWrapper .email p {
    margin: 15px 0 10px 0;
  }
  footer .socialLinksWrapper .social {
    margin-top: 0;
  }
  footer .socialLinksWrapper .social h5 {
    padding: 20px 0 10px 0;
    font-size: 1.1rem;
  }
  footer .socialLinksWrapper .social .agSocialLinks {
    border-right: 1px solid transparent;
  }
  footer .socialLinksWrapper .social .fa {
    margin-right: 20px;
    font-size: 1.5rem;
  }
  footer .copyrightAndDisclaimer {
    padding-bottom: 80px;
  }
  footer .copyrightAndDisclaimer .copyright {
    padding: 5px;
  }
}
@media (max-width: 29.74em) {
  footer .socialLinksWrapper .email input {
    width: 100%;
    border-radius: 0;
  }
  footer .socialLinksWrapper .button.primary.footerButtons.signUpButton {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
    height: 34px;
  }
}
@media (min-width:1025px){
.shop-cart .ch-added-services .ch-added-services-icon {
     height: 40px;
     
}

}

.shop-cart  span.values.Size {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.8rem;
    margin-right: 5px;
}
.shop-cart p.item-quantity + p {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.8rem;
    margin-right: 5px;
}
.shop-cart  span .selectedAttribute {
    border: 1px solid #CACACA;
    padding: 4px 11px;
    cursor: pointer;
    margin-left: 6px;
}
.shop-cart .InlineShopCartEdit .swatches_group .heading {
    display: none;
}
.shop-cart .edit_attributes{
    display: none !important;
}

.shop-cart li.size_chart {
    margin: 5px -35px 5px 0 !important;
}
.shop-cart  .inventory_widget .row .col6.left.available .sublist .warehouse_dispatch_details {
    font-family: "Source Sans Pro",sans-serif;
    font-size: .7rem;
    line-height: 1;
    font-weight: 500;
    }
  .shop-cart   .inventory_widget {
    width: 170%;
}
.shop-cart  span.promodesc {
    font-weight: 400;
    font-size: 15px;
}
.redcolor{
color:green;
}
.shop-cart .ch-discounts-clr {
    color: #666666 !important;
}
.shop-cart span.ch-discounts-icon {
    content: '';
     
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-left: 60px;
    position: absolute;
    margin-top: -33px;
    float: right;
} 
.shop-cart .cart_productDetails_left_wrapper.priceDetails {
    max-height: 25px;
    margin-top: -7px;
}
.shop-cart span.ch-total-amount.ch-clone {
    font-family: 'Source Sans Pro',sans-serif;
    float: right;
    font-weight: normal;
    color: #35872E;
    margin: top:-2px;
    margin-top: -28px;
}

.shop-cart span.addon-list-amount.ch-clone {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: normal;
    margin-top: -28px;
    margin-left: 20px;
    text-decoration: line-through;
}
.shop-cart span.ch-discount-description .discount {
    font-weight: 600;
}
.shop-cart .ch-discount-summary {
    border-bottom: 1px dashed #979797;
}
.shop-cart .old_price .value {
font-weight:normal !important;
margin-right: 6px;
}
.shop-cart  .ch-added-services .ch-total-amount {
margin-top: 0px !important;
color: #333333 !important;
}
.shop-cart  .ch-discounts-tooltip{
     background-color: #fff;
 
    width: 283px;
    height: 110px;
    top: -7.1em;
    left: -11.7em;
    padding: 10px 18px;
    box-shadow: 0 1px 4px #B2B2B2;
}
.shop-cart span.ch-discounts-icon {
    content: '';
    height: 15px;
    width: 15px;
    display: inline-block;
   
    margin-right: 70px;
    position: absolute;
    margin-top: -26px;
    float: right;
}
.shop-cart .ch-added-services .ch-added-services-icon {
     padding-top: 19px;
}
.shop-cart .ch-added-services-description{
float: right !important;
}

.shop-cart .ch-discounts .ch-discounts-tooltip .total_discount{
float: right;
}

.shop-cart .ch-discounts-tooltip .ch-total-amount{
float: right;
}
.shop-cart #editCustomDollPopup .content_right_border{
background-color: #fffafb;
     
    border: 1.4px solid #ded9da;

}
.shop-cart #editCustomDollPopup .button_secondary{
color: black !important;
    background-color: white !important;

}
.shop-cart .ch-discounts   .ch-clone{
float: right;
font-weight: normal;
}
 

.shop-cart .ch-added-services .ch-added-services-tooltip .ch-total-added-services {
   padding: 50px 0px; !important;
}
.shop-cart .ch-discounts .ch-added-services-tooltips .ch-total-added-services {
   padding: 50px 0px; !important;
}

.shop-cart .ch-added-services .ch-added-services-icon {
     
    margin-top: 2px;
}
.shop-cart .inventory_widget {
    
    padding: 0px 0 18px 0;
}

.shop-cart .Color .selectedAttribute{
border: none;
}


@media (min-width:1025px){
 .shop-cart  .ch-total-section {
   
    margin-top: 0px;
     
}
.shop-cart #order_total .total_details {
border-bottom: none !important;
} 
 .shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .ch-price-summary-container .ch-summary-section {
    border-bottom: 2px solid #e8edea  ;
     
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details div[id^=WC_OrderItemDetailsf_div_2_].hasDiscount .productNameWrapper {
    width: 35%;
}
}

 .shop-cart td#WC_SingleShipmentOrderTotalsSummary_td_9 {
    border-top: 1px solid  #e8edea ;
}
 .shop-cart td#WC_SingleShipmentOrderTotalsSummary_td_13 {
 border-top: 1px solid  #e8edea ;
}
 .shop-cart .inventory_widget .row .col6.left.available .sublist .text {
     
    text-transform: none !important;
}
.shop-cart .inventory_widget .row .col6.left.available .sublist .warehouse_dispatch_details {
    color: gray;
    text-transform: none !important;
    font-weight: 700;
    font-size: 0.775em;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes .Color .selectedAttribute b {
    font-weight: bold;
}

.shop-cart .ch-subtotal{
min-height: 25px;
}

.ch-added-services {
    color: #666666;
    margin: 0;
    margin-block-start: 0em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .ch-price-summary-container .ch-summary-section .priceDetails .price span span {
font-weight: normal !important;
}
#messageBoxDisplay.top-error {
   padding: 15px !important;
    text-indent: 0 !important;
    opacity: 1 !important;
    max-height: 200px !important;
    border-top: 1px solid white;
    background: #FF5214;
    position: relative;
    padding: 0;
    margin: auto;
    text-align: center;
    font-weight: bold;
    color: white;
    text-indent: -5000px;
    opacity: 0;
    max-height: 0;
    display: block !important;
    overflow: hidden;
    transition: all 500ms cubic-bezier(0, 1.05, 0, 1);
}
 
.shop-cart  div#editCustomDollPopup .popupBody {
    box-shadow: 0 1px 4px #B2B2B2;
}

@media (max-width:1023px){
	.shop-cart .my-order ul#myorderaccordion li.panel .accordion-toggle h2 {
		display:none !important;
	}
	.shop-cart .shopping_cart_heading {
		text-align: center !important;
		background-color: #f7f8fa;
		width: 146% !important;
	}
}

@media (max-width:1025px){
.shop-cart .for-desktop-summary .ch-discounts {
display:none !important;
}
.shop-cart .for-desktop-summary .ch-added-services{
display:none !important;
}
.shop-cart .for-desktop-summary .ch-subtotal{
display:none !important;
}
.shop-cart .for-desktop-summary .ch-total-text{
display:none !important;
}
.shop-cart .promise_guarantee{
text-align: center !important;
}
.shop-cart .pull-left {
float: none !important;
    margin-right: 0px !important;
    }
 .shop-cart .accordion-inner.guarenty_espot_locator {
     
    text-align: center !important;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_left_wrapper .giftIt {
     
    right: -16px;
     
}
.shop-cart .cart_productDetails_left_wrapper .QTY input {
background: none !important;
}
.shop-cart  .ch-delete-item-tooltip{
position: relative;
float: right !important;
margin-top: -235px;
}
.shop-cart #order_details .cart_productDetails_content_wrapper .price, #box #order_details .cart_productDetails_content_wrapper .price, #order_details .price {
    font-weight: bold !important;
    font-size: 1.0rem !important;
}
.shop-cart .my-order #total_breakdown #order_total #WC_SingleShipmentOrderTotalsSummary_td_1, .my-order #total_breakdown #order_total #WC_SingleShipmentOrderTotalsSummary_td_2{

}
.shop-cart .cartBannerEspot{
width: 145% !important;
}
.shop-cart .productNameWrapper{
margin-top: -5px;
    margin-bottom: 12px;
}
.shop-cart   .ch-subtotal{
display:block;
}
.shop-cart   .ch-total-text{
display:block;
margin-top: -2px;
font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.3;
}
.shop-cart .special_wrapper{
height: 98px !important;
}
 .shop-cart .special_wrapper .cart_productDetails_right_wrapper  .total {
    padding-top: 0px !important;
    padding-right: 0px !important;
}
.shop-cart .for-desktop-summary  .price{
display:none  !important;
}
.shop-cart .special_wrapper   .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .total .price{
display:block !important;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_right_wrapper {
    position: relative;
        top: -33px;
    }
    .shop-cart .special_wrapper .cart_productDetails_left_wrapper.priceDetails {
    max-height: 25px !important;
    margin-top: -3px !important;
}
.shop-cart .special_wrapper .actual_price{
    font-weight: normal;
}
.shop-cart .special_wrapper .ch-summary-section{
border-bottom: 1px solid #e3d2d1 !important;
}
.shop-cart .special_wrapper .ch-total-section{
margin-top: -9px;

}
.shop-cart .special_wrapper  .ch-added-services .ch-added-services-icon{
width: 24% !important;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .selected_attributes {
margin-top: 15px !important;
}
.shop-cart .InlineShopCartEdit{
width: 200%;
}
.shop-cart .my-order #total_breakdown #order_total .total_details, .my-order #total_breakdown #order_total .total_figures {
    font-size: 12px;
    }
 .shop-cart span.promodesc {
    font-weight: 400;
    font-size: 11px;
}
.shop-cart .my-order #total_breakdown #order_total .total_figures {
    font-size: 12px;
    }
 .shop-cart .my-order #total_breakdown #order_total .total_details.order_total {
     
    font-size: 18px !important;
}
.shop-cart .my-order #total_breakdown #order_total .total_figures.breadcrumb_current {
    
    font-size: 15px !important;
}
.shop-cart .ch-added-services .ch-added-services-tooltip .ch-total-added-services {
   padding: 37px 0px; !important;
}
.shop-cart .ch-discounts .ch-added-services-tooltip .ch-total-added-services {
   padding: 37px 0px; !important;
}
.shop-cart td#WC_SingleShipmentOrderTotalsSummary_td_13 {
    border-top: 2px solid  #e8edea ;
}
.shop-cart td#WC_SingleShipmentOrderTotalsSummary_td_9 {
   border-top: 2px solid  #e8edea ;
}
.shop-cart .promotion_button .ch-apply-btn{
overflow: visible !important;
color: #ba5609!important;
}
#PromotionCodeForm .ch-show {
  display: block !important;
 font-size: 30px;
 color: white !important;
}
#promo_ag_apply{
font-size: 14px !important;
}

.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper {
    
    margin-bottom: 6px;
}
.shop-cart div#WC_EmptyShopCartDisplayf_div_1 {
    text-align: center;
    
}
.shop-cart .special_wrapper{
margin-top: 27px !important;
}
.shop-cart .inventory_widget {
    padding: 0px 0 0px 0;
    margin-top: -10px;
}
.shop-cart  .sticky {
    width: 100%;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000 !important;
    background-color: #fff;
    max-height: 260px;
}
.shop-cart  .total{
    width: auto !important;
}
.shop-cart .my-order #total_breakdown #order_total tr {
    line-height: 34px !important;
}
.shop-cart .my-order #total_breakdown {
    
    margin-bottom: 2px !important;
}
.shop-cart  .my-order #my-order-reward .promotion_input {
    
   margin-top: 14px !important;  
}
.shop-cart  .accordion-toggle-arrow{
display:none !important;
}

.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .InlineShopCartEdit .color_and_size .swatches_group.border_swatch {
border-bottom: none !important;
}
.shop-cart  .my-order #total_breakdown {
    padding: 0px 0 15px 5% !important;
    margin-bottom: 30px;
} 
.shop-cart #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info {
     
    min-height: 100px !important;
     
}
 
 
#page .predictive-intel-widget {
    margin-left: 100px !important;
}
.shop-cart  .ch-summary-section {
border-bottom: 1px solid #e3d2d1 !important;
}
.shop-cart #editCustomDollPopup{
    margin-left: -88px !important;
}
.shop-cart div#floatingMyOrder {
    margin-top: -815px;
}
.shop-cart div#mattelPIRelatedProducts_area_OrderItemDisplay {
    margin-top: 0px;
    background: #fff !important;
}
.shop-cart .promise_guarantee {
    margin-top: 455px !important;
}
.shop-cart .taxCalc b {
    display:none;
}
.shop-cart .sticky .promise_guarantee{
	display:none !important;
}
.shop-cart .sticky-pre .promise_guarantee{
	display:none !important;
}
}


@media (max-width: 768px){
.order-confirmation div#AGRewardsDialog {
    margin-top: 80px !important;
}
.shop-cart .promotion_button .ch-apply-btn {
  margin-top: -40px;
  width:48% !important;
  font-weight: 600 !important;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-border-radius: 0px;
  line-height: 1.5em;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white !important;
  background: #c70a4c;
  border: 1px solid #c70a4c;
  margin-left: 176px;
  white-space: nowrap;    
  transform: none;
}
.my-order .promotion_button .ch-apply-btn {
  margin-top: -38px;
  font-weight: 600 !important;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-border-radius: 0px;
  line-height: 1.5em;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white !important;
  background: #c70a4c;
  border: 1px solid #c70a4c;
  white-space: nowrap;    
  transform: none;
}
.shipping-page .promotion_button .ch-apply-btn {
  width:22% !important;
  margin-left: 300px !important;
}
.checkout-payment .promotion_button .ch-apply-btn {
  width:22% !important;
  margin-left: 315px !important;
}
.gift-options-page .promotion_button .ch-apply-btn {
  width:18% !important;
  margin-left: 342px !important;
}
#promo_ag_apply{
font-size: 10px !important;
}
#PromotionCodeForm .ch-show {
  display: block !important;
  color: white !important;
}

 .shop-cart span.ch-discounts-icon {
    
    margin-right: 19%;
    
}
.promise_guarantee .guarantee .text{
    margin-right: 33px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper.special_wrapper .cart_productDetails_right_wrapper {
     
    width: 80%;
    }
    
  .shop-cart  #messageBoxDisplay.show {
    padding: 0px;
     
}
.shop-cart div#WC_EmptyShopCartDisplayf_div_1 {
     
    width: 150% !important;
}
.ch-added-services .ch-added-services-icon {
right: 3.5em;
}
.shop-cart .header_wrapper_position #messageBoxDisplay.show.success {
margin-left: -97px !important;
}
.shop-cart #page div [id*=WC_EmptyShopCartDisplayf_div] {
    margin-top: 20px;
    padding-right: 30px;
    margin-left: 13px;
}
.everGreen{
 
font-size: 1em !important;
 margin-bottom: 10px;
margin-left: 0px !important;
text-align: center !important;
}
.shop-cart div#messageBoxDisplay.show.error{
font-size: 17px;
left: 4.4%;
}
}


@media (min-width: 768px) and (max-width: 1024px) {
  
  .shop-cart .special_wrapper .ch-total-section{
margin-top: 17px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_right_wrapper .total {
    margin-top: 10px;
}
.shop-cart .special_wrapper  .ch-added-services .ch-added-services-icon{
width: 59% !important;
}
 .shop-cart span.ch-discounts-icon {
    
    margin-right: 70%;
    
} 
.shop-cart .promotion_button .ch-apply-btn, .my-order .promotion_button .ch-apply-btn {
      margin-top: 0px;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-border-radius: 0px;
    line-height: 1.5em;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: white !important;
    background: #c70a4c;
    border: 1px solid #c70a4c;
    white-space: nowrap;
    transform: none;
    padding-left: 4px;
    padding-right: 73px;
}
#promo_ag_apply{
font-size: 14px !important;
margin-left: -56px !important;
}
#PromotionCodeForm .ch-show {
  display: block !important;
 font-size: 30px;
 color: white !important;
}

.shop-cart .special_wrapper .ch-added-services .ch-added-services-icon {
    width: 67% !important;
}

.shop-cart span.addon-list-amount.ch-clone {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: normal;
    margin-left: 350px;
    text-decoration: line-through;
}

 .shop-cart .promise_guarantee {
    margin-top: 527px !important;
}
 
}
@media (min-width: 1025px){
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .ch-price-summary-container .ch-summary-section {
    border-bottom: none;
}
.shop-cart div#WC_EmptyShopCartDisplayf_div_1 {
     
    width: 150% !important;
}
.shop-cart #page div [id*=WC_EmptyShopCartDisplayf_div] {
    margin-top: 20px;
    padding-right: 30px;
    margin-left: 38px;
}
.shop-cart  #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info {
    
    border-bottom: none !important;
    
    
}
.shop-cart  .catalogEntryRecommendationWidget {
     
    background: #fff;
}
.shop-cart .ag-left-column-mobile  .catalogEntryRecommendationWidget {
     
    background: rgba(241,241,241,0.35);
}
.shop-cart .ch-total-text{
display: inline-block!important;
}
.shop-cart #order_details .cart_productDetails_content_wrapper .price, #box #order_details .cart_productDetails_content_wrapper .price, #order_details .price {
font-size: 18px !important;
}
 
.shop-cart .promotion_button .ch-apply-btn, .my-order .promotion_button .ch-apply-btn{
display : none;
}
.promotion_input .focus-ring {
padding-top:0px !important;
padding-bottom:0px !important;
}
#PromotionCodeForm .ch-show {
  display: block !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-border-radius: 0px;
  line-height: 1.5em;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white !important;
  background: #c70a4c;
  border: 1px solid #c70a4c;
  margin-left: -40px;
  white-space: nowrap;    
  transform: none;
}
}

@media (min-width: 1024px) and (max-width: 1400px) {
.shop-cart span.addon-list-amount.ch-clone {
    font-family: 'Source Sans Pro',sans-serif;
    margin-left: 18px;
    font-weight: normal;
    text-decoration: line-through;
}

.shop-cart .special_wrapper .ch-added-services .ch-added-services-icon {
    width: 7% !important;
}
}

@media (min-width: 318px) and (max-width: 374px) {
.shop-cart .promotion_button .ch-apply-btn {
  margin-top: -40px;
  width:48% !important;
  font-weight: 600 !important;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-border-radius: 0px;
  line-height: 1.5em;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white !important;
  background: #c70a4c;
  border: 1px solid #c70a4c;
  margin-left: 157px;
  white-space: nowrap;    
  transform: none;
}
.my-order .promotion_button .ch-apply-btn {
  margin-top: -38px;
  font-weight: 600 !important;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-border-radius: 0px;
  line-height: 1.5em;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white !important;
  background: #c70a4c;
  border: 1px solid #c70a4c;
  white-space: nowrap;    
  transform: none;
}
.shipping-page .promotion_button .ch-apply-btn {
  width:22% !important;
  margin-left: 265px !important;
}
.checkout-payment .promotion_button .ch-apply-btn {
  width:22% !important;
  margin-left: 281px !important;
}
.gift-options-page .promotion_button .ch-apply-btn {
  width:20% !important;
  margin-left: 300px !important; 
}
#promo_ag_apply{
font-size: 10px !important;
}
#PromotionCodeForm .ch-show {
  display: block !important;
  color: white !important;
}
.shop-cart span.ch-discounts-icon {
    margin-right: 11%;
}
.shop-cart .ch-added-services a{
margin-left: -9px;
}
.shop-cart .special_wrapper .ch-added-services .ch-added-services-icon {
    width: 22% !important;
}
}
@media (min-width: 400px) and (max-width: 600px) {
.shop-cart .promotion_button .ch-apply-btn {
    
    margin-left: 190px;
}
.checkout-payment .promotion_button .ch-apply-btn, .gift-options-page .promotion_button .ch-apply-btn {
  width:22% !important;
  margin-left: 345px !important;
}
.shipping-page .promotion_button .ch-apply-btn{
  width:22% !important;
  margin-left: 328px !important;
}
#PromotionCodeForm .ch-show {
  display: block !important;
  font-size: 30px;
  color: white !important;
}
#promo_ag_apply{
font-size: 10px !important;
}
.shop-cart .special_wrapper .ch-added-services .ch-added-services-icon {
    width: 32% !important;
}
.shop-cart span.ch-discounts-icon {
    margin-right: 30%;
}
}
@media (max-width: 26.55em){
.shipping-page .my-order #my-order-reward .promotion_input {
      width: 100%; 
}
}
.shop-cart #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .inventory_status {
display:none;
}
.shop-cart .ch-overlay{
background: no-repeat !important;
}
.button_optout_container{
width:calc(100%  + 58px);
}
@media (max-width: 768px)  {
.ch-added-services .ch-added-services-tooltip {
   background-color: #fff;
    position: absolute;
    display: none;
    width: 272px;
    height: 131px;
    bottom: 5.3em;
    left: -7.3em;
    padding: 10px 18px;
    box-shadow: 0 1px 4px #B2B2B2;
}
}
/*DPS-171 changes*/
@media (max-width: 1023px) {
div#my-order-section_shippingPageView {
    margin-top: -45px;
}
div#my-order-section_billingPageView {
    margin-top: -15px;
}
div#my-order-section_reviewOrderPage {
    margin-top: -30px;
}
div#my-order-section_giftOptionPage{
    margin-top: -35px;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper a.button_primary, .checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper a.button_secondary {
    font-weight: 500;
    padding-right: 0px;
}
}
/*# start Css update for ADA project */
.dialog   .close_button_container {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
  border: none;
  text-align: center;
}
.dialog   .close_button_container a {
  color: #333;
  font-size: 1.8em;
  font-family: monospace;
  font-weight: 100;
  text-shadow: 0px 0px 2px;
}
.address_validation   .close_button_container .glyphicon {
  font-size: 1.2rem;
  font-weight: 100;
  text-shadow: 0 0 0;
}

#ErrorMessageDialog   .close_button_container {
  right: 18px;
  top: 18px;
  position: absolute;
}
#ErrorMessageDialog   .close_button_container .fa.fa-times {
  font-size: 1.2rem;
  color: #777;
}

#ErrorMessageDialog   .close_button_container {
  right: 18px;
  top: 18px;
  position: absolute;
}
#ErrorMessageDialog   .close_button_container .fa.fa-times {
  font-size: 1.2rem;
  color: #777;
}

.shop-cart  .my-order #my-order-reward .promotion_input {
    
   margin-top: 0px!important;  
}
div#WC_PasswordResetForm_div_2 h1 {
    font-size: 32px !important;
}
#WC_PasswordResetForm_FormInput_logonId_In_ResetPasswordForm_1:focus{
outline: 2px solid red; 
}
#WC_PasswordResetForm_Link_2:focus{
outline: 2px solid red; 
}

#editAddressLink_, #newShippingAddressLink{
	float: left;
}

.checkout-payment .container_full_width > .row .col8 #box .body .paymentSection .billing .billing_address_container #phoneEmailUpdate a{
	display: inline-block;
	float: left;
}

 .controlBox .edit{
	float: left;
	display: inline-block;
}

.controlBox .remove{
	
	display: inline-block;
}

#phoneEmailUpdateFom label, #Register_ label{
  font-weight: normal;
}

/*p.error.text-danger, p.error.text-info {
    color: #EE0024 !important;
}*/

input[type='text']::placeholder {
    color: #666666;
}

.focus-ring .ch-apply-btn{
   display: block !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.5em;
    background: #c70a4c;
    border: 1px solid #c70a4c;
    margin-left: -40px !important;
}
.promotion_input .input {
	color: #666666 !important;
}
/*p.error.text-danger {
	color: #ee0024 !important;
}*/
.sticky .continue_checkout {
	margin-top: 0 !important;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .QTY input {
	border: solid 1px #757575 !important;
}
#BVRRSummaryContainer a:hover,
#BVRRSummaryContainer a:active,
#BVRRSummaryContainer a:focus {
	text-decoration: underline !important;
} 
#BVRRSummaryContainer a:focus{
	outline: 2px auto #5B9DD9 !important;
}
.inventory_widget .row .col6.left.available .sublist span:first-of-type.in_stock {
	color: #34835D !important;
}
.storeInventoryWidget #dropDown .stock_status.available {
	color: #34835D !important;
}
.storeInventoryWidget #dropDown p.location_select_label {
	color: #787878 !important;
}
header .navbar .navbar-header .dropdown.search {
  float: left;
}
header .navbar .navbar-header .signIn {
  float: left;
}
div.input-error.error.text-danger{
    /*color: #ee0024 !important;*/
	margin: 10px 0 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 1em !important;
}
p.input-error.error.text-danger{
   /* color: #ee0024 !important;*/
	margin: 10px 0 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 1em !important;
}
p.contact_pre{
	padding:0 8%;
}
/*.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error{
	 color: #ee0024 !important;
	 border: 1px solid #ee0024 !important
}*/
#messageBoxDisplay.success {
  background: #34835D;
}
.payment-info-page .row #box .my_account .payment-info-details .paymentInfoDetails .edit #editPayment,
.payment-info-page .row #box .my_account .payment-info-details .paymentInfoDetails .edit #deletePayment{
	display: block;
    float: left;
}
.payment-info-page .row #box .my_account .payment-info-details .paymentInfoDetails .edit #editPayment:focus,
.payment-info-page .row #box .my_account .payment-info-details .paymentInfoDetails .edit #deletePayment:focus{
	text-decoration:underline;
	outline: 2px auto #5B9DD9 !important;
}
.address-book-page .row #box .my_account .additional_addresses_wrapper .addressBookDetails .edit a{
	display: block;
    float: left;
}
.address-book-page .row #box .my_account .additional_addresses_wrapper .addressBookDetails .edit a#editAddress{
	margin-right:10px;
}
.address_validation section .address .address_buttons_container .correct_address,
.address_validation section .address .address_buttons_container .use_entered_address_button,
.address_validation section .address .address_buttons_container .use_recommended_address_button{
	text-decoration:underline;
}
.address_validation section .address .address_buttons_container .correct_address:focus,
.address_validation section .address .address_buttons_container .use_entered_address_button:focus,
.address_validation section .address .address_buttons_container .use_recommended_address_button:focus{
	outline: 2px auto #5B9DD9 !important;
}
.personal-information-page .row #box .my_account .body #personalInfoReadMode a:focus{
	outline: 2px auto #5B9DD9 !important;
}
.helptoolTipContainer .dijitFocused{
	outline: 2px auto #5B9DD9 !important;
}
header .navbar .navbar-header #searchBox #SimpleSearchForm_SearchTerm:focus{
	outline: 2px auto #5B9DD9 !important;
}
.search-icon:focus .searchIcon{
	outline: 2px auto #5B9DD9 !important;
}

*:not(.facetbutton):focus {
	outline: 2px auto #5B9DD9 !important;
}

/**:not(.focus-ring):focus {
	outline: 2px auto #0433FF !important;
}
*/
#WC_QuickInfo_Link_close:focus .glyphicon-remove{outline: 2px auto #5B9DD9 !important;}
.ps-online-seller-select:focus {
	color: #fff !important;
    background: #e01e21 !important;
    transform: translate(0,10px) !important;
}
.wish-list-popup .content .header .wishlist-close-btn{
	background-image:none !important;
}
#Register input[type=checkbox]:focus + span:before{
	outline:2px solid #5B9DD9  !important;
	outline-offset:0;
}
.bloomreach-facet-widget ul li ul li .item a .checkBox.add-outline{
	outline:2px solid #5B9DD9;
}
.productListingWidget .header_bar .pagination_container .paging_controls .controlBar .pageControl.number a {
    width: 32px;
    background-color: #F1F1F1;
    border: 0;
    border-radius: 100%;
    color: #333;
    font-family: "Source Sans Pro",sans-serif;
    font-size: .875em;
    font-weight: normal;
    text-align: center;
    opacity: 1;
    display: inline-block;
    margin-right: 7px;
}
.pageControlMenu .controlBar .pageControl.number  a {
    margin: 0px;
}
.pageControl a {
    vertical-align: top;
}
.productListingWidget .header_bar .pagination_container .paging_controls .controlBar .pageControl div{
     display:inline-block;
     float:left;
}
.productListingWidget .header_bar .pagination_container .paging_controls .pageControl.number .ellipsis:after {
    color: #333;
    font-size: 1.8em;
    letter-spacing: -1.1px;
    margin-right: 7px;
    content: "...";
    font-weight: 600;
}
.productListingWidget .header_bar .pagination_container .paging_controls .controlBar .pageControl.number a:hover, .productListingWidget .header_bar .pagination_container .paging_controls .controlBar .pageControl.number a.selected {
    background-color: ##c70a4c;
    color: #fff;
    opacity: 1;
}
.dropdown-toggle:focus {
  outline:2px solid #5B9DD9;
}
	
input:focus, select:focus, textarea:focus ,a:focus,btn:focus,select:focus{
	 outline:2px solid #5B9DD9;
}
input[type=checkbox]:focus + span:before{
	outline:2px solid #5B9DD9;
}
input[type=radio]:focus + span:before{
	outline:2px solid #5B9DD9;
}
.shop-cart .my-order #my-order-reward .promotion_input{
	position:relative;
	display:inline-block !important;
}
.shop-cart #PromotionCodeForm input#promoCode{
	padding: 0.2em 0.5em 0.2em 0.5em;
    height: 48px;
}
.shop-cart .my-order #my-order-reward .promotion_input #promocode_label {
    position: absolute;
    top: 52px;
    font-size: 1em;
    font-weight: normal;
    padding-left: 10px;
}
.shop-cart .my-order #my-order-reward .promotion_input #promocode_label.filled {
    top: 46px;
    font-size: 0.7em;
}
#quickInfoPopup .widget_quick_info_popup .middle .content_left_border > .content_right_border > .content > .right_column .reviews a{
	text-decoration:underline;
}
.confirmationDialog{
	margin: 20px 0;
}
.account-summary-page .row #personalInterest .options label{
	display:block;
	float:left;
}

#PromotionCodeForm input#promoCode:focus{
	outline:2px solid #5B9DD9 !important;
}
/*payment Page Promocode*/
.checkout-payment .my-order #my-order-reward .promotion_input{
	position:relative;
	display:inline-block !important;
}
.checkout-payment #PromotionCodeForm input#promoCode{
	padding: 0.2em 0.5em 0.2em 0.5em;
    height: 48px;
}
.checkout-payment .my-order #my-order-reward .promotion_input #promocode_label {
    position: absolute;
    top: 25px;
    font-size: 1em;
    font-weight: normal;
    padding: 0 0 0 10px !important;
}
.checkout-payment .my-order #my-order-reward .promotion_input #promocode_label.filled {
    top: 10px;
    font-size: 0.7em;
	padding:0 !important;
}
/*Shippign Page Promocode*/

.gift-options-page .my-order #my-order-reward .promotion_input{
	position:relative;
	display: inline-block !important;
}
.gift-options-page #PromotionCodeForm input#promoCode{
	padding: 0.2em 0.5em 0.2em 0.5em;
    height: 48px;
}
.gift-options-page .my-order #my-order-reward .promotion_input #promocode_label {
    position: absolute;
    top: 25px;
    font-size: 1em;
    font-weight: normal;
    padding-left: 10px;
}
.gift-options-page .my-order #my-order-reward .promotion_input #promocode_label.filled {
    top: 10px;
    font-size: 0.7em;
}
	
	
.shipping-page .my-order #my-order-reward .promotion_input{
	position:relative;
	display: inline-block !important;
}
.shipping-page #PromotionCodeForm input#promoCode{
	padding: 0.2em 0.5em 0.2em 0.5em;
    height: 48px;
}
.shipping-page .my-order #my-order-reward .promotion_input #promocode_label {
    position: absolute;
    top: 25px;
    font-size: 1em;
    font-weight: normal;
    padding-left: 10px;
}
.shipping-page .my-order #my-order-reward .promotion_input #promocode_label.filled {
    top: 10px;
    font-size: 0.7em;
	}
	
#PromotionCodeForm .promotion_button a.button_primary:focus #promo_ag_apply{
	display: block !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-border-radius: 0px;
    line-height: 1.5em;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: white !important;
    background: #c70a4c;
    border: 1px solid #c70a4c;
    margin-left: -40px;
    white-space: nowrap;
    transform: none;
	}
.child_birthday_info_wrapper .child_gender .padding_top_bottom label,
.child_birthday_info_wrapper .child_gender .padding_top_bottom label input,
.child_birthday_info_wrapper .child_gender .padding_top_bottom label span{
	display:block;
	float:left;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_select_wrapper{
	display:block;
	float:left;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_select_wrapper.privacy-statement{
	line-height: 48px;
    margin-top: 0.5em;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_select_wrapper{
	display:block;
	float:left;
}
.personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .child_birthday .birthday_select_wrapper.privacy-statement{
	line-height: 48px;
    margin-top: 0.5em;
}
.child_gender{
	clear: both;
    display: block;
    overflow: hidden;
}
.relation_with_child{
	clear: both;
    display: block;
    overflow: hidden;
}
#editAddressArea .residentOption,#editAddressArea .businessOption{
	display:block;
	float: left;
	padding-right:15px;
}
#editAddressArea #radio_choices{
	display: block;
    clear: both;
    float: none;
    overflow: hidden;
}
#editAddressArea #WC_shippingAddress_country_div_19,#editAddressArea #WC_AddressEntryForm_div_businessName{
	clear:both;
	float:none;
}



#unregistered_form .residentOption,#unregistered_form .businessOption{
	display:block;
	float: left;
	padding-right:15px;
}
#unregistered_form  #radio_choices{
	display: block;
    clear: both;
    float: none;
    overflow: hidden;
}
#unregistered_form #WC_shippingAddress_country_div_19,#unregistered_form #WC_AddressEntryForm_div_businessName{
	clear:both;
	float:none;
}

	.order-review .my-order #my-order-reward .promotion_input{
	position:relative
}
.order-review #PromotionCodeForm input#promoCode{
	padding: 0.2em 0.5em 0.2em 0.5em;
    height: 48px;
}
.order-review .my-order #my-order-reward .promotion_input #promocode_label {
    position: absolute;
    top: 14px;
    font-size: 1em;
    font-weight: normal;
    padding-left: 10px;
}
.order-review .my-order #my-order-reward .promotion_input #promocode_label.filled {
    top: 2px;
    font-size: 0.7em;
	}
	#WC_AddressEntryForm_div_addressType #radio_choices > label.residentOption{
	display: block !important;
	float: left !important;
	padding-right: 30px !important;
}
#WC_AddressEntryForm_div_addressType #radio_choices > label.businessOption{
	display: block !important;
	float: left !important;
}
#WC_AddressEntryForm_div_addressType #radio_choices #addressTypeResidential{
	display: block !important;
	float: left !important;
}
#WC_AddressEntryForm_div_addressType #radio_choices > label.residentOption > span{
	display: block !important;
	float: left !important;
}
#WC_AddressEntryForm_div_addressType #radio_choices #addressTypeBusiness{
	display: block !important;
	float: left !important;
}
#WC_AddressEntryForm_div_addressType #radio_choices > label.businessOption > span{
	display: block !important;
	float: left !important;
}
.col10.acol12 .name_on_card #WC_PaymentForm1_cc_nameoncard_div_2{
	margin-left: 1px !important;
}
.card_number #WC_PaymentForm1_account_div_4 #account1{
	margin-left: 1px !important;
}
.col3.acol12.card_expires_month_holder .expires_month #expire_month{
	margin-left: 1px !important;
}
.col10.acol12 #billing_address_id{
	margin-left: 1px !important;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .giftIt label{
	display: block;
    float: left;
    margin-bottom: 0;
    margin-top: 3px;
    margin-right: 3px;
}
.shop-cart #page .container_content_rightsidebar > .left_column #box .body table#order_details .th_align_left_normal .cart_productDetails_content_wrapper .cart_productDetails_left_wrapper .giftIt .helptoolTipContainer{
	display: block;
    float: left;
}
.shop-cart .my-order #my-order-reward .promotion_input{
                position:relative;
                margin-top: 40px;
}
.shop-cart #PromotionCodeForm input#promoCode{
                padding: 0.2em 0.5em 0.2em 0.5em;
    height: 48px !important;
}
.shop-cart .my-order #my-order-reward .promotion_input #promocode_label {
    position: absolute;
    top: 25px;
    font-size: 1em;
    font-weight: normal;
    padding-left: 10px;
}
.shop-cart .my-order #my-order-reward .promotion_input #promocode_label.filled {
    top: 10px;
    font-size: 0.7em;
                }
.shop-cart #PromotionCodeForm input#promoCode{
margin-top:0px !important;
}
.ch-delete-btn{
	background:none !important;
}
.ch-delete-btn img.closeImage{
	margin-top:-25px;
}
.shop-cart #page #PromotionCodeForm input#promoCode:focus{
	outline: 2px solid #5B9DD9 !important;
}
.rfk-sb .rfk_suggestions > ul > li.rfk_title > ul > li > a:focus{
	outline-offset:-2px;
}
/*# END Css update for ADA project */

@media (max-width: 768px) {
  label#WC_UserRegistrationAddForm_EmailOption_Checkbox_1_Label {
    margin-top: 0px !important;
  }
  div#WC_UserRegistrationAddForm_div_25 {
    margin-top: 0px !important;
  }
}

/*# START Css update for shared cart changes*/
div .share_bag {
	text-align: left;
	margin-left: 93%;
	margin-top: -33px;
	width: 120%;
	height: 23px;
	display: block;
	font-family: Agenda-Medium;
	font-size: 16px;
	color: #C70A4C;
	line-height: 23px;
}
.share-cart-text{
font-family: Source Sans Pro;
}

.share-cart-dialog .row>div .button_primary {
	padding: 0.5em 3em;
	margin: 3% 0;
	position: relative;
	background: #C70A4C;
	border-radius: 6px;
	width: 171px;
	text-align: center !important;
}

.age-gate-dialog.share-cart-dialog div>input[type=text].filled {
	padding: 0em 0.5em 0.2em 0.5em;
}

@media only screen and (max-width: 820px) {
	div .share_bag {
		margin-left: 119px;
		margin-top: 16px;
	}
	input.shared-cart-link {
		width: 100% !important;
	}
	.shared-cart-desk {
		display: none !important;
	}
	.share-cart-dialog h3.heading {
		padding: 0.1em;
	}
	.share-cart-dialog .bag-link {
		padding: 0px;
		margin-top: 18px;
	}
	.share-cart-dialog .row>div .button_primary {
		width: 285px;
		height: 44px;
	}
}

@media ( min-width : 800px) and (max-width: 820px) {
	.share-cart-dialog .bag-link {
		margin-left: 71px;
	}
}

@media only screen and (min-width: 820px) {
	.shared-cart-mob {
		display: none !important;
	}
}

@media ( min-width : 400px) and (max-width: 780px) {
	div .share_bag {
		margin-left: 140px;
	}
	input.shared-cart-link {
		width: 100% !important;
	}
}

@media ( min-width : 750px) and (max-width:780px) {
	div .share_bag {
		margin-left: 319px;
	}
}

@media ( min-width : 810px) and (max-width:820px) {
	div .share_bag {
		margin-left: 335px;
	}
}

@media ( min-width : 630px) and (max-width:720px) {
	div .share_bag {
		margin-left: 262px;
	}
}

@media ( min-width : 720px) and (max-width:740px) {
	div .share_bag {
		margin-left: 304px;
	}
}

.share-cart-dialog h3.heading {
	text-align: center !important;
	font-family: agenda, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
	color: #333333;
	text-align: center;
	line-height: 40px;
	padding: 0.1em;
}

.dialog.age-gate-dialog.share-cart-dialog {
	text-align: center !important;
	background: #FFF7FA !important;
}

.share-cart-dialog .bag-link {
	text-align: left;
	font-family: agenda, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 15px;
}

input.shared-cart-link {
	width: 333%;
}

.age-gate-dialog.share-cart-dialog  div>input[type=text] {
	width: 333%;
}

@media only screen and (max-width: 820px) {
	.age-gate-dialog.share-cart-dialog div>input[type=text].filled {
		padding: 0em 0.5em 0.2em 0.5em;
		font-size: 16px;
		line-height: 19px;
		height: 58px;
		width: 285px !important;
	}
}

.share-cart-dialog.button_primary.button_text {
	font-family: Agenda-Medium;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}

/*# END Css update for shared cart changes */
}

/*#  Css update for recommended section changes */
@media only screen and(max-width: 1025px) {
    #page .predictive-intel-widget {
        margin-left: 30px !important;
        background: #fff;
        margin-right: 10px;
    }
    #page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .prevPageButton:before, #page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .nextPageButton:before {
        font-size: 42px;
    }
    .shop-cart #page .container_content_rightsidebar > .left_column.ag-left-column-mobile {
        width: 100%;
        margin: 0;
    }
    #page .left_column.ag-left-column-mobile .predictive-intel-widget {
        margin-left: 30px !important;
        background: #fff;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .shop-cart #page .container_content_rightsidebar > .left_column.ag-left-column-mobile {
        width: 100%;
        margin: 0;
    }
    #page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget.carousel > .prevPageButton, #page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget.carousel > .nextPageButton {
        top: 50%;
    }
    #page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .prevPageButton:before {
        top: 5px !important;
    }
    #page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .nextPageButton:before {
        top: 5px !important;
        left: 15px;
    }
    #page .left_column.ag-left-column-mobile .predictive-intel-widget {
        width:100%;
        background: #fff;
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .shop-cart .ag-left-column-mobile .shopping_cart_heading {
        width: 100% !important;
    }
    .shop-cart .ag-left-column-mobile .special_wrapper .ch-total-section {
        margin-top: 10px;
        margin-right: 10px;
    }
	  .shop-cart #page .container_content_rightsidebar > .left_column.ag-left-column-mobile #box .body table#order_details .th_align_left_normal .ch-price-summary-container .ch-summary-section .priceDetails {
        margin-right: 10px;
    }
}

#page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info.ag-product-info .product_price {
    bottom: 8px !important;
    padding: 15px 0px;
    position: relative;
}

 @media (max-width: 1025px) {
    #page .predictive-intel-widget .catalogEntryRecommendationWidget.carousel .product .product_info.ag-product-info .product_price {
        bottom: 20px !important;
        padding-top: 25px;
        margin-bottom: 15px;
    }
}
@media only screen and (min-device-width : 768px)and (max-device-width : 1024px) {
#page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .prevPageButton:before, #page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .nextPageButton:before {
    left: 17px;     
    top: 12px !important;
}


}

@media only screen and (max-width: 768px) {
	.shop-cart .predictive-intel-widget .product_info.ag-product-info {
		margin-top: 20px !important;
	}
	.shop-cart .predictive-intel-widget a#prevPageButton___OrderItemDisplay_
		{
		margin-top: -12px;
	}
	.shop-cart .predictive-intel-widget a#nextPageButton___OrderItemDisplay_
		{
		margin-top: -7px;
	}
	.shop-cart .predictive-intel-widget .product_name a {
		margin-top: 7px !important;
	}
}

@media only screen and (min-width:768px) and (max-width: 1025px) {
	.shop-cart .predictive-intel-widget a#prevPageButton___OrderItemDisplay_
		{
		margin-top: 13px;
	}
	.shop-cart .predictive-intel-widget a#nextPageButton___OrderItemDisplay_
		{
		margin-top: 18px;
	}
	.shop-cart .predictive-intel-widget .product_info.ag-product-info {
		margin-top: 20px !important;
	}
}

@media only screen and (min-width:1025px) {
	.shop-cart .predictive-intel-widget .product_info.ag-product-info {
		margin-top: 25px !important;
	}
	.shop-cart .predictive-intel-widget a#prevPageButton___OrderItemDisplay_
		{
		margin-top: 2px;
	}
	.shop-cart .predictive-intel-widget a#nextPageButton___OrderItemDisplay_
		{
		margin-top: 2px;
	}
}

#page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .nextPageButton:before
	{
	font-size: 1.1em;
	top: 9px !important;
}

#page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .prevPageButton:before
	{
	font-size: 1.1em;
	top: 9px !important;
}

#page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .prevPageButton,
	#page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .nextPageButton
	{
	width: 42px;
	height: 42px;
	background-image: none;
	background-color: white;
	box-shadow: none;
	font-family: icons;
	border-radius: 50px;
	box-shadow: 1px 1px 4px #ccc;
	border: 2px solid #ccc;
}

@media only screen and (device-width : 375px) and (device-height :
	667px) and (-webkit-device-pixel-ratio : 2) {
	#page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .nextPageButton:before
		{
		font-size: 1.9em;
	}
	#page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .prevPageButton:before
		{
		font-size: 1.9em;
	}
}

@media all and (device-width: 768px) and (device-height: 1024px) and
	(orientation:portrait) {
	#page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .nextPageButton:before
		{
		font-size: 1.9em;
	}
	#page .left_column.ag-left-column-mobile .catalogEntryRecommendationWidget .prevPageButton:before
		{
		font-size: 1.9em;
	}
}

.shop-cart .predictive-intel-widget #productPageAdd2Cart {
    font-weight: 600;
	margin-top: -1px;
}
.shop-cart .predictive-intel-widget a#addToCartBtn {
    border: 2px solid #c70a4c !important;
}
span#logonErrorMessageForAjax a {
    color: red;
    text-decoration: underline;
}
.text-danger #pendingActivation a {
  color: #DC2504;
  text-decoration: underline;
}
.text-info #pendingActivation a {
  color: #348523;
  text-decoration: underline;
}
.signin-register-page .main_content div.error div {
  margin-top: -22px;
  margin-left: 25px;
}
#AG .shop-cart .my-order #my-order-reward .promotion_input p{
    text-align:left;
}
#AG .shop-cart .my-order #my-order-reward .button_align #promo_ag_apply{
  font-size: 14px !important;
}
@media (max-width: 768px){
    #AG .shop-cart .my-order #my-order-reward .button_align #promo_ag_apply{
        right:20px!important;
        top: 42px!important;
    }
}
@media (max-width: 362px){
    #AG .shop-cart .my-order #my-order-reward .button_align #promo_ag_apply{
        top: 62px!important;
        right:6px!important;
    }
}
@media (min-width: 769px) and (max-width:1022px){
       #AG .shop-cart .my-order #my-order-reward .button_align #promo_ag_apply{
        right:25px!important;
        top: 40px!important;
    }
}
@media (min-width: 1023px) and (max-width:1024px){
       #AG .shop-cart .my-order #my-order-reward .button_align #promo_ag_apply{
        top: 60px!important;
    }
}
.share-cart-dialog .row>div .button_primary {
    border: none;
}
.age-gate-dialog.share-cart-dialog div>input[type=text].filled, .share-cart-dialog .row>div .button_primary {
    font-family: agenda, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info #childNameDiv label.filled {
   font-size: 0.563em;
   margin-top: -6px;
   display: block;
}
@media (max-width: 40.06em){
    .checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info label {
        width: 100%;
    }
    .checkout-payment .container_full_width > .row .col8 #box .child_birthday_info_wrapper .child_birthday_info .childName {
        max-width:100%;
    }
}
@media (max-width: 768px){
    .personal-information-page .row #box .my_account .body .child_birthday_info_wrapper .child_birthday_info .childName {
        max-width:100%;
    }
    .account .row #box .my_account .body .column_label {
        width: 100%;
    }
}