/* This prevents blue from showing when quickly clicking. */
html {
  font-size: 1em;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #000;
  text-align: left;
  font-size: 1.125em;
  font-weight: normal;
  font-family: 'Open Sans SemiBold', sans-serif;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
  min-height: 120px;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-appearance: none;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="radio"] {
  -webkit-appearance: radio;
  box-sizing: border-box;
}
select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
address {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #000;
}
th {
  font-family: 'Open Sans SemiBold', sans-serif;
  font-weight: normal;
}
b,
strong {
  font-weight: normal;
  font-family: 'Open Sans SemiBold', sans-serif;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
  -webkit-appearance: none;
}
body {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  padding: 0;
  margin: 0;
  height: auto;
  min-width: 320px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-shadow: none!important;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.mobilePage .hidden-xs {
  display: none!important;
}
.mobilePage .col-xs-12:not(.col-sm-2):not(.col-sm-3):not(.q-view-content) {
  width: 100%;
}
.mobilePage .col-lg-10:not(.col-xs-9) {
  width: 100%;
}
.mobilePage .col-md-10:not(.col-xs-9) {
  width: 100%;
}
.mobilePage .col-xs-10.results-column {
  width: 100%;
}
.mobilePage .emailInput {
  display: block;
}
@media (min-width: 767px) {
  .mobilePage .col-sm-6 {
    width: 50%!important;
  }
  .mobilePage .col-xs-12.col-md-6:not(.card-wrapper) {
    width: 50%!important;
  }
  .mobilePage .product-item-attr-page .col-xs-12.col-md-5 {
    width: 41%!important;
  }
  .mobilePage label.col-xs-12.col-sm-3 {
    width: 100%;
    float: left;
    text-align: left;
  }
  .mobilePage label.col-sm-2 {
    width: 100%;
    float: left;
    text-align: left;
  }
  .mobilePage .q-view-content {
    width: 42%;
  }
  .mobilePage .col-xs-12.col-sm-offset-3 {
    margin-left: auto;
    width: 100%;
  }
  .mobilePage .col-sm-10.col-sm-offset-2 {
    margin-left: auto;
    width: 100%;
  }
  .mobilePage .col-xs-12 .password-tips {
    float: left;
  }
  .mobilePage .col-xs-12.col-lg-offset-8 {
    margin-left: auto;
    width: 100%;
  }
  .mobilePage .card-body-left {
    width: 50%;
  }
  .mobilePage .card-body-right {
    width: 50%;
  }
  .mobilePage .wish-list-page form div[class='col-md-6'] + div {
    width: 100%;
  }
  .mobilePage .checkout-pages #wishListInShoppingBag .col-xs-12.col-md-6 {
    width: 100%!important;
  }
  .mobilePage .hidden-sm.preview-color-container {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobilePage #productImageContain.col-sm-12.col-md-offset-2.col-md-11 {
    margin-left: 7%;
  }
  .mobilePage .card-wrapper {
    width: 50%!important;
  }
}
.tabletPage .hidden-md {
  display: none!important;
}
@media (max-width: 768px) and (min-width: 768px) {
  .tabletPage .col-sm-12 {
    width: 101%;
  }
}
@media (min-width: 768px) {
  .tabletPage #productImageContain.col-sm-12.col-md-offset-2.col-md-11 {
    margin-left: 5%;
  }
}
html.desktopPage {
  overflow: auto!important;
}
.desktopPage body {
  overflow: initial!important;
}
.desktopPage .hidden-md {
  display: none!important;
}
.desktopPage .hidden-lg {
  display: none!important;
}
a:active,
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #000000;
}
a:hover {
  outline: none;
  text-decoration: none;
  color: #767676;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans SemiBold', sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.375em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1.125em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.875em;
}
h1.inverse,
h2.inverse,
h3.inverse,
h4.inverse,
h5.inverse,
h6.inverse {
  background: #000;
  color: #fff;
  padding: 10px;
}
h1.inverse {
  font-size: 1.25em;
}
h2.inverse {
  font-size: 1.125em;
}
h3.inverse {
  font-size: 1em;
}
h4.inverse {
  font-size: 0.938em;
}
h5.inverse {
  font-size: 0.875em;
}
h6.inverse {
  font-size: 0.75em;
}
.mobilePage h1,
.mobilePage h1.inverse {
  font-size: 1.125em;
  margin: 5px 0;
}
.mobilePage h2,
.mobilePage h2.inverse {
  font-size: 1em;
}
.mobilePage h3,
.mobilePage h3.inverse {
  font-size: 0.938em;
}
.mobilePage h4,
.mobilePage h4.inverse {
  font-size: 0.875em;
}
.mobilePage h5,
.mobilePage h5.inverse {
  font-size: 0.813em;
}
.mobilePage h6,
.mobilePage h6.inverse {
  font-size: 0.75em;
}
p {
  font-size: 0.813em;
}
p a:link {
  text-decoration: underline;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #ddd;
}
hr.dark {
  background-color: #000;
  border: none;
}
li {
  padding: 0 0 5px;
}
lilabel {
  margin: 0;
}
img {
  max-width: 100%;
}
label {
  font-weight: normal;
  font-family: 'Open Sans SemiBold', sans-serif;
}
label:after {
  content: ':';
}
label:after {
  content: ' ';
}
#content-wrapper {
  position: relative;
  min-height: 500px;
}
#content-wrapper header {
  position: relative;
}
.mobilePage #content-wrapper {
  min-height: 0;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.iradio_minimal + label:after {
  content: '';
}
.giftbox-wrapper > label:after {
  content: '';
}
.espot {
  margin: 0;
}
body.my-dillards-iframe {
  overflow: hidden;
}
area:active {
  outline: none;
}
body:after,
body:before {
  display: none;
}
@media (max-width: 767px) {
  body:before {
    content: "phone";
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body:before {
    content: "tablet";
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  body:after {
    content: "phoneLandscape";
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  body:after {
    content: "phonePortrait";
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body:after {
    content: "tabletLandscape";
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body:after {
    content: "tabletPortrait";
  }
}
@media (min-width: 1025px) {
  body:before {
    content: "desktop";
  }
}
@font-face {
  font-family: 'dillards';
  src: url('/assets/fonts/dillards.eot?yzi3q0');
  src: url('/assets/fonts/dillards.eot?yzi3q0#iefix') format('embedded-opentype'), url('/assets/fonts/dillards.ttf?yzi3q0') format('truetype'), url('/assets/fonts/dillards.woff?yzi3q0') format('woff'), url('/assets/fonts/dillards.svg?yzi3q0#dillards') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'power-reviews-quotes';
  src: url('/assets/fonts/power-reviews-quotes.eot?corpg1');
  src: url('/assets/fonts/power-reviews-quotes.eot?corpg1#iefix') format('embedded-opentype'), url('/assets/fonts/power-reviews-quotes.ttf?corpg1') format('truetype'), url('/assets/fonts/power-reviews-quotes.woff?corpg1') format('woff'), url('/assets/fonts/power-reviews-quotes.svg?corpg1#power-reviews-quotes') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-quotes"],
[class*=" icon-quotes"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'power-reviews-quotes' !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;
}
.icon-quotes {
  color: #dfdfdf!important;
  font-size: 1.5em;
  position: absolute;
  font-family: 'power-reviews-quotes' !important;
}
.icon-quote-left:before {
  content: "\e900";
  font-family: 'power-reviews-quotes' !important;
}
.icon-quote-right:before {
  content: "\e901";
  font-family: 'power-reviews-quotes' !important;
}
.icon-quotes.icon-quote-left {
  top: 0;
  left: -31px;
}
.icon-quotes.icon-quote-right {
  bottom: 15px;
  right: 180px;
}
[class^="dillards-icon"],
[class*="dillards-icon"] {
  font-family: 'dillards';
  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;
}
.dillards-icon.icon-menu:before {
  content: "\e900";
}
.dillards-icon.icon-shoppingbag:before {
  content: "\e901";
}
.dillards-icon.icon-x:before {
  content: "\e902";
}
.dillards-icon.icon-menu {
  color: #000;
  font-size: 2.4em;
}
.dillards-icon.icon-x.mobile-menu-icon {
  color: #fff!important;
  font-size: 2.4em;
}
.dillards-icon.icon-shoppingbag.mobile-menu-icon {
  color: #000;
  font-size: 2.4em!important;
  width: 50px!important;
  margin-right: -5px !important;
  padding-top: 8px!important;
  display: block;
  margin: 0 auto;
}
.btn {
  border: 1px solid;
  font-size: 0.75em;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 8px 20px;
  margin-bottom: 5px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
}
.btn:active,
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn-secondary,
a.btn-secondary:link,
a.btn-secondary:visited {
  color: #141414;
  background-color: #fff;
  outline: 0!important;
  border-color: #141414;
}
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.open .dropdown-toggle.btn-secondary,
a.btn-secondary:active,
a.btn-secondary:hover {
  background-color: #141414;
  color: #fff;
}
.btn-secondary.active,
.btn-secondary:active,
.open .dropdown-toggle.btn-secondary {
  background-color: #fff;
  border: 1px solid #141414;
}
.btn-secondary.disabled,
.btn-secondary.disabled.active,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled],
.btn-secondary[disabled].active,
.btn-secondary[disabled]:active,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary,
fieldset[disabled] .btn-secondary.active,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-primary,
a.btn-primary:link,
a.btn-primary:visited,
input.btn-primary[type=button],
input.btn-primary[type=submit] {
  color: #fff;
  background-color: #1c7cbb;
  border-color: #1c7cbb;
}
a.btn-primary:active,
a.btn-primary:hover {
  color: #fff;
  background-color: #1f8bd1;
  border: solid 1px #1f8bd1;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary,
input.btn-primary[type=button]:hover,
input.btn-primary[type=submit]:hover {
  color: #fff;
  background-color: #1f8bd1;
}
.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1f8bd1;
  border: solid 1px #1f8bd1;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #2980b9;
  border-color: #2980b9;
}
.btn-black,
a.btn-black:link,
a.btn-black:visited {
  color: #fff;
  background-color: #000000;
  border: solid 1px #000000;
}
a.btn-black:active,
a.btn-black:hover {
  color: #fff;
  background-color: #000000;
  border: solid 1px #000000;
}
.btn-black.active,
.btn-black:focus,
.btn-black:hover,
.open .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #000000;
  border: solid 1px #000000;
}
.btn-black.active,
.btn-black:active,
.open .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #000000;
  border: solid 1px #000000;
}
.btn-scroll-top {
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  position: fixed;
  bottom: 113px;
  right: 15px;
  display: none;
  border: 1px solid;
  z-index: 1000;
}
.btn-scroll-top:active,
.btn-scroll-top:focus {
  outline: none;
}
.btn-outline {
  color: #000;
  background-color: #fff;
  outline: 0!important;
  border: solid 1px #000;
  text-transform: uppercase;
}
.btn-outline:hover {
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
}
.touch .quick-view.btn-outline {
  display: none!important;
}
.touch .btn.quickview-btn {
  display: none!important;
}
.btn-outline.quick-view {
  display: none;
  z-index: 5;
  position: absolute;
  top: 0;
  opacity: 0.8;
  letter-spacing: 1.25px;
  background: #202020;
  border: none;
  color: #fff;
  font-size: 0.8em;
  margin-top: -25px;
  width: 100%;
}
.btn-outline.quick-view:hover .btn-outline.quick-view:hover {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.btn-sm {
  padding: 5px 20px;
}
[data-browser-vendor="Firefox"] .btn-search {
  margin-bottom: 4px;
}
.btn-search {
  background: #000;
  color: #fff;
  margin-bottom: 3px;
  padding: 8px 20px 9px;
  border: none;
  height: 34px;
  margin-top: 0;
}
.btn-search:after {
  content: 'SEARCH';
}
.btn-search:hover {
  color: #fff;
}
.btn-search:focus {
  color: #fff;
  text-decoration: underline;
}
/* === Add To Registry User Registered Button === */
.userRegistered {
  background: #2CB0B0!important;
  color: #fff!important;
  border: none!important;
}
@media (max-width: 540px) {
  .btn-search {
    padding: 8px 4px 9px;
  }
}
/* === Footer Button === */
.sign-up .btn-trans {
  color: #fff;
  background-color: transparent;
  border: solid thin #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0 0 0 -4px;
  padding: 7px 12px 6px;
}
.sign-up .btn-trans:active,
.sign-up .btn-trans:focus,
.sign-up .btn-trans:hover {
  color: #000;
  background-color: #fff;
  border: solid thin #fff;
  outline: none;
  box-shadow: none;
}
/* === /Footer Button === */
/* Quick View Button */
.quickview-btn {
  display: none;
  z-index: 5;
  position: absolute;
  bottom: 0;
  opacity: 0.8;
  letter-spacing: 1.25px;
  background: #202020;
  border: none;
  color: #fff!important;
  font-size: 0.8em;
  width: 100%;
}
.quickview-btn:hover {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
  display: block;
}
.quick-view-trigger:hover + .quickview-btn {
  display: block;
}
/* Use max-device-width here to only target touch devices
   Button will show, by default, on touch devices */
@media (max-device-width: 1024px) {
  .quickview-btn {
    display: block;
    padding: 6px;
    font-size: 10px;
  }
}
/* Quick View Button */
.rec-list li {
  position: relative;
}
.rec-list li:hover > a.quickview-btn {
  display: block;
}
.rec-list li .quickview-btn {
  display: none;
  position: absolute;
  right: initial;
  left: 0;
  top: initial;
  top: 100px;
  height: 23px;
  font-size: 8px;
  padding: 6px 5px 5px;
}
#vert-rec .rec-list li .quickview-btn {
  bottom: 90px;
}
#horz-rec .rec-list li .quickview-btn {
  top: 100px;
  bottom: auto;
}
@media (max-width: 768px) {
  .btn-mobile-block {
    width: 100%;
  }
}
.breadcrumb {
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  padding: 0;
  color: #ccc;
  content: "";
}
.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 0.688em;
  color: #9C9C9C;
}
.breadcrumb li a {
  font-weight: normal;
  font-family: 'Open Sans SemiBold', sans-serif;
  text-decoration: underline;
}
.breadcrumb li a:hover {
  text-decoration: none;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border: solid thin #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.form-group.required .control-label:before {
  content: "* ";
  color: #1c7cbb;
}
.form-group.has-error .control-label:before {
  content: "* ";
  color: #a94442;
}
.required-txt {
  color: #1c7cbb;
  font-weight: normal;
  font-family: 'Open Sans SemiBold', sans-serif;
}
.required-txt:before {
  content: "*";
  color: #1c7cbb;
}
select {
  width: auto!important;
  max-width: 100%!important;
}
select.sort {
  border: none;
  outline: none;
  font-size: 0.75em;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  select {
    width: 100%!important;
    max-width: 300px!important;
  }
}
@media (max-width: 767px) {
  select {
    width: 100%!important;
    max-width: 300px!important;
  }
}
.warning-tip,
.good-tip {
  font-weight: normal;
  font-family: 'Open Sans SemiBold', sans-serif;
  font-size: 0.875em;
  text-align: right;
  display: none;
}
.warning-tip {
  color: #d73d3c;
}
.good-tip {
  color: #1abc9c;
}
.has-error .warning-tip {
  display: block;
}
.has-success .good-tip {
  display: block;
}
.has-error .form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6);
}
form#ShopCartForm {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -khtml-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
#recipient-email {
  text-transform: none!important;
}
#confirm-recipient-email {
  text-transform: none!important;
}
input[type="text"] {
  -webkit-user-select: text!important;
}
input[type="email"] {
  -webkit-user-select: text!important;
}
input[type=checkbox] {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
input[type=checkbox] + span {
  cursor: pointer;
  margin-right: 1em;
}
input[type=checkbox] + span::before {
  font-size: 0.875em;
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.5;
  border: 1px solid #cccccc;
  margin-right: 0.25em;
  font-family: FontAwesome;
  content: "\00a0";
  color: white;
  background-clip: padding-box;
  background-color: white;
  text-align: center;
}
input[type=checkbox] + span:hover::before {
  border-color: black !important;
  box-shadow: 0 0 0 0 black !important;
}
input[type=checkbox]:checked + span::before {
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0 black;
  content: "\f00c";
}
input[type=checkbox]:focus + span::before,
input[type=checkbox]:active + span::before {
  border-color: #3bb8ff;
  box-shadow: 0 0 2px 0 rgba(0, 135, 212, 0.2);
}
input[type=radio] {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
input[type=radio] + span {
  cursor: pointer;
  margin-right: 1em;
}
input[type=radio] + span::before {
  font-size: 0.875em;
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.7;
  border: 1px solid #cccccc;
  margin-right: 0.25em;
  font-family: FontAwesome;
  content: "\00a0";
  color: white;
  background-clip: padding-box;
  background-color: white;
  text-align: center;
}
input[type=radio] + span:hover::before {
  border-color: black !important;
  box-shadow: 0 0 0 0 black !important;
}
input[type=radio]:checked + span::before {
  background-color: #FFFFFF;
  border-color: #cccccc;
  box-shadow: 0 0 0 0 #FFFFFF;
  content: "\f111";
  color: #000;
}
input[type=radio]:focus + span::before,
input[type=radio]:active + span::before {
  border-color: #3bb8ff;
  box-shadow: 0 0 2px 0 rgba(0, 135, 212, 0.2);
}
input[type=radio] + span::before {
  border-radius: 100%;
}
.label {
  display: inline;
  padding: .3em .6em;
  font-size: 100%;
  font-weight: normal;
  font-family: 'Open Sans SemiBold', sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #efefef;
  color: #000;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.label-default:hover,
.label-default:focus {
  background-color: #000;
  color: #fff;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #1c7cbb;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.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: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
#dynamicModalContainer {
  z-index: 9999;
}
.modal {
  height: 100%;
}
.modal .tap2zoom {
  display: none;
}
.modal .pswp {
  display: none;
}
.modal-backdrop {
  width: 100%!important;
  height: 100%!important;
}
@media (max-width: 767px) {
  .modal-open {
    position: fixed;
    width: 100%;
    overflow: auto;
  }
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: solid 1px #000;
}
.modal-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal-content .desktop-description ul {
  list-style: disc;
}
.modal-content ul li {
  font-size: 0.875em;
}
.modal-content a#add-to-registry {
  display: none;
}
.modal-content .modal-header {
  border: none;
}
.modal-content .modal-header .close:not(.chanel-add-to-bag .close) {
  opacity: 1;
  color: #000;
  text-shadow: none;
  position: absolute;
  top: 1px;
  right: 0;
  padding: 1px 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 30px;
}
.modal-content .modal-body {
  max-height: 525px;
  overflow-y: auto;
}
.modal-quickview .modal-body {
  overflow-y: auto;
  max-height: 510px;
}
.chanel-add-to-bag .close {
  opacity: 1;
  background: #000;
  color: #fff;
  text-shadow: none;
  position: absolute;
  top: 1px;
  right: 0;
  padding: 1px 6px;
}
@media (max-width: 767px) {
  .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .modal-dialog .quick-view-main-price {
    font-size: 0.813em;
  }
  .modal-dialog .quick-view-main-price .extended,
  .modal-dialog .quick-view-main-price .highlight {
    display: block;
    font-weight: normal;
    font-family: 'Open Sans SemiBold', sans-serif;
    color: #196da5;
  }
  .modal-content {
    overflow-y: auto;
    height: 100%;
    min-height: 100%;
  }
  .modal-content .modal-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .modal-content .modal-body {
    height: 100%;
    overflow-y: visible;
  }
  .modal-content .modal-body .qtyLabel {
    margin-top: 4px;
    text-align: left;
    left: 0;
  }
  .modal-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
  }
  .modal-quickview .modal-content .panel-footer {
    background: none;
    border: none;
  }
  .modal-header {
    height: 8%;
    padding: 15px;
  }
  .modal-dialog .modal-body {
    max-height: 92%;
    height: 92%;
  }
}
@media (min-width: 767px) {
  .modal-quickview .modal-content {
    width: 830px;
    margin-top: 80px;
    margin-bottom: -80px;
  }
  .modal-quickview .modal-header .close {
    opacity: 1;
  }
  .modal-quickview .modal-footer {
    padding: 15px 0 0 0;
  }
}
.modal-footer .btn + .btn {
  margin-bottom: 5px;
  margin-left: 5px;
}
/* Quick View Modal Styles */
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  .modal-footer {
    padding: 15px 0 60px 0;
  }
}
@media (min-width: 767px) {
  .modal-quickview .extended,
  .modal-quickview .highlight {
    display: block;
    font-weight: normal;
    font-family: 'Open Sans SemiBold', sans-serif;
    color: #196da5;
  }
  .modal-quickview .modal-dialog {
    width: 830px;
  }
  .modal-quickview .mCSB_inside > .mCSB_container {
    margin-right: 30px;
  }
  .modal-quickview h1 {
    margin-top: 0;
  }
  .modal-quickview ul {
    list-style: disc;
  }
  .modal-quickview a {
    text-decoration: underline;
    text-align: right;
    display: block;
  }
  .modal-quickview a.btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
  }
  .modal-quickview a.add-to-registry {
    display: none;
  }
  .modal-quickview .ctzBadge {
    display: none;
  }
  .modal-quickview .quick-view-main-price {
    font-size: 0.813em;
    margin-top: 10px;
  }
  .modal-quickview .quick-view-more {
    float: left;
    margin: 10px 0;
  }
  .modal-quickview .modal-content .panel-footer {
    border: none;
    background-color: #fff;
    padding: 0px 15px 10px 15px;
  }
  .modal-quickview .modal-content .modal-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
  }
  .modal-quickview .modal-content .modal-body {
    min-height: 500px;
    max-height: 500px;
    position: relative;
    width: 100%;
    padding: 15px 15px 0px 15px;
    height: 100%;
  }
  .modal-quickview .modal-content .modal-body #description-panel {
    height: auto;
  }
  .modal-quickview .modal-content .modal-body #productpage-accordion {
    margin-bottom: 0;
  }
  .modal-quickview .modal-content .modal-body .alt-image-list-container {
    overflow: hidden;
    padding: 0;
  }
  .modal-quickview .modal-content .modal-body .alt-image-list-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .modal-quickview .modal-content .modal-body .alt-image-list-container ul li {
    display: inline-block;
    float: left;
    margin: 5px 2px;
  }
  .modal-quickview .modal-content .modal-body .alt-image-list-container ul li img {
    max-width: 50px;
  }
  .modal-quickview .modal-content .modal-body .quick-view-description {
    font-size: 0.875em;
    min-height: 100%;
    overflow-y: hidden;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 100%;
  }
  .modal-quickview .modal-content .modal-body .quick-view-description .panel-default {
    border: none;
  }
  .modal-quickview .modal-content .modal-body .quick-view-description .panel-heading {
    padding: 10px 0;
  }
  .modal-quickview .modal-content .modal-body .quick-view-description .panel-body.desktop-description ul {
    margin: 5px 0;
  }
  .modal-quickview .modal-content .modal-body .quick-view-description .panel-body.desktop-description ul li {
    padding: 0 0 3px 0;
    font-size: 11px;
    line-height: 1.3em;
    color: #393939;
  }
  .modal-quickview .modal-content .modal-body .quick-view-description .panel-title .description-link {
    text-decoration: none;
    text-align: left;
    font-size: 14px;
  }
  .modal-quickview .modal-content .modal-body .quick-view-more {
    text-align: center;
    font-size: 11px;
  }
  .modal-quickview .modal-content .modal-body .row {
    margin: 0 5px 0 0;
  }
  .modal-quickview .modal-content .modal-body .q-view-content .q-view-scroll {
    max-height: 450px;
    overflow-y: auto;
  }
  .modal-quickview .modal-content .modal-body .q-view-content .row {
    margin: 0 10px 0 0;
  }
  .modal-quickview .modal-content .modal-body .modal-footer {
    clear: both;
  }
  .modal-quickview .modal-content .modal-body .sku-quickview {
    text-align: left;
    color: #888;
    font-size: 0.688em;
  }
  .modal-quickview .modal-content .modal-body .alt-image-list-container ul li img:hover {
    cursor: pointer;
  }
  .modal-quickview .modal-content .modal-body .alt-images {
    margin: 5px 0 0 0;
  }
  .modal-quickview .modal-content .modal-body .alt-images li {
    display: inline;
    padding: 0;
    margin: 0 3px 0 0;
  }
  .modal-quickview .modal-content .modal-body .alt-images li.last {
    margin-right: 0;
  }
  .modal-quickview .modal-content .modal-body .product-select-boxes .color-select-group {
    position: relative;
    float: none!important;
  }
  .modal-quickview .modal-content .modal-body .product-select-boxes .quantity-select {
    position: relative;
    left: 175px;
    top: 0;
    width: 113px;
    padding-top: 7px;
  }
  .modal-quickview .modal-content .modal-body .product-select-boxes .one-option {
    padding: 7px 15px 7px 15px;
  }
  .modal-quickview .modal-content .modal-body .size-select-group label,
  .modal-quickview .modal-content .modal-body .color-select-group label {
    display: block;
  }
  .modal-quickview .modal-content .modal-body .size-select-group select,
  .modal-quickview .modal-content .modal-body .color-select-group select {
    display: inline;
    width: 100%!important;
    min-width: 55%!important;
  }
  .modal-quickview .modal-content .modal-body .qtyLabel {
    margin-top: 4px;
  }
  .modal-quickview .modal-content .modal-body .quantity-select {
    margin-top: 16px;
  }
  .modal-quickview .modal-content .modal-body .swatch-item-container .price-wrapper {
    font-size: 0.75em;
  }
  .modal-quickview .modal-content .modal-body .swatch-item-container span#itemPrice_ {
    font-size: 0.75em;
  }
  .modal-quickview .modal-content .modal-body .mainImage {
    width: 100%;
    height: 100%;
  }
  .modal-quickview .modal-content .modal-body div[class*='col-'] {
    padding: 0;
  }
  .modal-quickview .modal-content .modal-body .q-view-content {
    position: relative;
    min-height: 460px;
    max-height: 460px;
    border-bottom: solid 1px #dfdfdf;
  }
  .modal-quickview .modal-content .modal-body .q-view-content .product-select-boxes {
    position: initial;
    margin: 0 10px 0 0;
  }
}
.ie .panel-footer,
[data-browser-os="iPad"] .panel-footer {
  position: relative!important;
  bottom: 0!important;
}
@media (min-width: 768px) and (max-width: 992px) {
  .modal-quickview .modal-dialog {
    width: 690px;
    margin: 30px auto;
  }
  .modal-quickview .modal-content {
    width: 100%;
    margin: auto;
  }
  .modal-quickview .modal-content .modal-body .q-view-content {
    max-height: 388px;
    padding-bottom: 0!important;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .modal-quickview .modal-header {
    border-bottom: thin solid #dfdfdf;
    padding-bottom: 24px;
    height: auto!important;
  }
  .modal-quickview .modal-header .sku-quickview {
    float: right;
    color: #888;
    font-size: 0.688em;
  }
  .modal-quickview .modal-content .modal-body {
    height: 100%;
    max-height: none;
    width: 100%;
  }
  .modal-quickview .modal-content .modal-body .row {
    margin: 0;
  }
  .modal-quickview .modal-content .modal-body .mainImage {
    min-height: 300px;
    min-width: 259px;
  }
  .modal-quickview .modal-content .modal-body .alt-image-list-container {
    margin: 15px 0;
  }
  .modal-quickview .modal-content .modal-body .alt-image-list-container li {
    display: inline;
  }
  .modal-quickview .modal-content .modal-body .quick-view-more {
    text-decoration: underline;
    text-align: left;
    display: block;
    font-size: 0.688em;
  }
  .modal-quickview .modal-content .modal-body .modal-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
    margin-bottom: 5px;
  }
  .modal-quickview .modal-content .modal-body .product-select-boxes {
    margin-top: 20px;
  }
  .modal-quickview .modal-content .modal-body .product-select-boxes .color-select-group {
    display: inline-block;
    min-width: 100%;
  }
  .modal-quickview .modal-content .modal-body .product-select-boxes .color-select-group .color-select,
  .modal-quickview .modal-content .modal-body .product-select-boxes .color-select-group .one-option {
    max-width: 55%!important;
  }
  .modal-quickview .modal-content .modal-body .product-select-boxes .quantity-select {
    vertical-align: middle;
    width: 120px;
    display: table;
    margin: 25px 0 20px 15px;
    position: absolute;
    right: 0;
  }
  .modal-quickview .modal-content .modal-body .panel-heading {
    padding: 10px 0;
  }
  .modal-quickview .modal-content .modal-body .panel-footer {
    padding: 0;
    background: none;
    border: none;
  }
}
.modal-to {
  text-transform: none!important;
}
@media (max-width: 767px) {
  .modal-quickview .modal-footer .btn {
    width: 100%;
    margin: 3px 0;
  }
  .modal-quickview .modal-quickview .alt-images li {
    margin-right: 3px;
  }
  .modal-quickview .modal-quickview .alt-images li img {
    width: 58px;
  }
  .modal-quickview .modal-quickview .size-select-group,
  .modal-quickview .modal-quickview .color-select-group {
    width: 100%;
  }
  .modal-email-product .modal-body {
    position: fixed;
    width: 100%;
    overflow: scroll;
  }
}
@media (max-width: 620px) {
  .modal-quickview .alt-image-list-container ul li img {
    width: 50px;
  }
}
/* Quick View Modal Styles */
.unsupported-browser .modal-body {
  padding-top: 0;
}
.unsupported-browser .modal-dialog .modal-content .modal-header .close {
  *right: -30px;
  background: #000;
}
.unsupported-browser .browser-icon {
  height: 130px;
  width: 160px;
  text-align: center;
  display: inline-block;
  margin: 10px 0 30px 0;
  zoom: 1;
  *display: inline;
}
.unsupported-browser .browser-icon p {
  text-align: center;
}
@media (min-width: 768px) {
  .modal-size-chart .modal-dialog {
    width: 550px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
  .modal-size-chart img {
    width: 100%;
  }
}
.modal-body {
  height: 100%;
}
.modal-body .modal-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.813em;
}
.modal-email-product label:hover {
  cursor: pointer;
}
.modal-email-product .modal-footer {
  padding: 15px;
}
@media (min-width: 768px) {
  .modal-email-product .modal-body {
    max-height: 562px;
    height: 100%;
  }
}
.modal-password-tips ul {
  list-style: disc;
}
.modal-password-tips ul li {
  margin-left: 20px;
}
.modal-add-to-bag p {
  margin: 0;
}
.modal-add-to-bag input#OHOOEmail {
  padding: 3px;
  width: 250px;
}
.modal-add-to-bag .qtyRequested,
.modal-add-to-bag .qtyOH {
  font-size: 14px;
}
.modal-add-to-bag .promptText {
  font-size: 13px;
}
#dynamicModalContainer.chanel-add-to-bag .exceededQuantityInfo {
  margin-bottom: 15px;
  font-size: 16px;
}
#dynamicModalContainer.chanel-add-to-bag #addToCartCheckOutButton {
  background-color: #000;
  border: none;
}
.chanel-modal-quickview * {
  font-family: 'Arial' !important;
}
.chanel-modal-quickview i.fa {
  font-family: FontAwesome!important;
}
.chanel-modal-quickview .modal-header {
  background: #000;
  color: #fff;
}
.chanel-modal-quickview #chanelProductTitle {
  font-size: 20px;
}
.chanel-modal-quickview .chanel-product-desc {
  text-transform: capitalize;
}
.chanel-modal-quickview .color {
  margin-top: 10px;
  text-transform: capitalize;
}
.chanel-modal-quickview .color strong {
  font-weight: 400!important;
}
.chanel-modal-quickview select {
  width: 100%!important;
}
.chanel-modal-quickview .quantity strong {
  font-weight: 400!important;
}
.chanel-modal-quickview .qtyRequested,
.chanel-modal-quickview .qtyOH {
  display: block;
}
.chanel-modal-quickview .quantity-select {
  margin-top: 0px;
}
.chanel-modal-quickview .qtyRequested {
  color: #1abc9c;
}
.chanel-modal-quickview .qtyOH {
  color: #d73d3c;
}
.chanel-modal-quickview .quantity-container {
  margin-top: 10px!important;
  font-size: 0.813em;
}
.chanel-modal-quickview .size-select-group {
  margin-top: 10px!important;
}
.chanel-modal-quickview .modal-footer {
  padding: 15px 0 0 0;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.chanel-modal-quickview .modal-footer a.add-to-bag {
  background: #000;
  color: #fff;
  border: none;
}
.chanel-modal-quickview .modal-footer a.add-to-wishlist {
  background: transparent;
  color: #000;
  text-transform: capitalize;
  border: none;
}
.chanel-modal-quickview .modal-footer a.btn {
  font-size: 14px;
  float: left;
}
.chanel-modal-quickview .modal-footer a.btn.btn-secondary {
  color: #fff!important;
  background: #aaa!important;
  outline: 0!important;
  border: 0!important;
}
.chanel-modal-quickview .modal-footer a.btn.btn-secondary:hover {
  color: #fff!important;
  background: #aaa!important;
  outline: 0!important;
  border: 0!important;
}
.chanel-modal-quickview #OHOOContinueButton:hover {
  background-color: #e4e4e4;
  outline: 0!important;
  border: solid 1px #e4e4e4;
  color: #000;
}
.chanel-modal-quickview .scroll-shopper-actions {
  margin: 15px 35%;
}
.chanel-modal-quickview .scroll-shopper-actions a {
  background: #aaa;
  color: #fff;
  font-size: 0.875em;
  text-transform: uppercase;
  padding: 8px 0.75em;
  border: 0;
}
.chanel-modal-quickview .shopper-actions {
  position: fixed;
  right: 20px;
}
.chanel-modal-quickview .shopper-actions a.add-to-bag,
.chanel-modal-quickview .shopper-actions a.add-to-wishlist {
  display: inline-block;
}
.chanel-modal-quickview .shopper-actions a.add-to-bag[disabled='disabled'],
.chanel-modal-quickview .shopper-actions a.add-to-wishlist[disabled='disabled'] {
  background-color: #000;
}
.chanel-modal-quickview .shopper-actions a.add-to-wishlist {
  text-align: right;
}
.chanel-modal-quickview a.add-to-bag {
  background: #000;
  color: #fff;
  border: none;
}
.chanel-modal-quickview a.add-to-wishlist {
  background: transparent;
  color: #000;
  text-transform: capitalize;
  border: none;
}
.chanel-modal-quickview label {
  margin-bottom: 0px!important;
}
.chanel-modal-quickview label.desc-label {
  font-size: 0.75em;
}
.chanel-modal-quickview p {
  font-size: 0.75em;
}
.chanel-modal-quickview i.fa {
  font-family: FontAwesome!important;
}
.chanel-modal-quickview .form-control {
  font-size: 0.75em;
}
.chanel-modal-quickview hr {
  margin: 2px;
}
.modal-address-verification label {
  font-size: 13px;
  margin: 10px 0;
}
.modal-address-verification label:hover {
  cursor: pointer;
}
.modal-address-verification input[type="radio"] {
  margin: 0;
  vertical-align: middle;
}
.modal-address-verification .highlight {
  background-color: #faf1c9;
}
.modal-address-verification address {
  margin-bottom: 0;
}
.modal-address-verification address span {
  display: block;
}
.modal-address-verification .close {
  display: none;
}
.modal.next-day button.close {
  display: none;
}
.pager li > a,
.pager li > span {
  border-radius: 0;
}
table {
  font-size: 0.75em;
}
table th {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  table {
    font-size: 0.625em;
  }
}
.size-chart {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-top: solid #fff;
}
.size-chart > thead > tr > th,
.size-chart > tbody > tr > th,
.size-chart > tfoot > tr > th,
.size-chart > thead > tr > td,
.size-chart > tbody > tr > td,
.size-chart > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.size-chart > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.size-chart > caption + thead > tr:first-child > th,
.size-chart > colgroup + thead > tr:first-child > th,
.size-chart > thead:first-child > tr:first-child > th,
.size-chart > caption + thead > tr:first-child > td,
.size-chart > colgroup + thead > tr:first-child > td,
.size-chart > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.size-chart > tbody + tbody {
  border-top: 2px solid #ddd;
}
.size-chart .size-chart {
  background-color: #fff;
}
.panel {
  box-shadow: none;
}
.panel .panel-footer {
  background: #fff;
  border: none;
}
.panel-title {
  font-size: 0.875em;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
.list-item .price {
  font-size: 0.875em;
  margin: 10px 0;
  display: block;
}
/* Panel (Mobile accordian) styles */
.panel-default {
  border-radius: 0;
  border: 0;
}
.panel-default > .panel-heading {
  background-color: #fff;
}
.panel-group .panel {
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #dddddd;
}
.panel-group .panel:first-of-type {
  border-top: 1px solid #ddd;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.toggle-panel {
  right: 30px;
  position: absolute;
  top: 18px;
}
@media (max-width: 768px) {
  .panel-group .panel:first-of-type {
    border-top: 1px solid #ddd;
  }
  .panel-group .panel {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
  }
  .panel-title {
    font-size: 1em;
  }
}
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 0.875em;
  font-weight: normal;
  font-family: 'Open Sans SemiBold', sans-serif;
  margin: 10px 0;
  position: relative;
  padding-right: 25px;
  word-wrap: break-word;
}
.alert label {
  font-size: inherit!important;
}
.alert a {
  text-decoration: underline;
}
.alert button.alert-dismiss {
  position: absolute;
  top: 5px;
  right: 5px;
}
.touch .alert button.alert-dismiss {
  top: 0;
  right: 0;
}
.alert-danger,
.alert-success,
.alert-warning {
  color: #fff;
  border: none;
}
.alert-danger a,
.alert-success a,
.alert-warning a {
  color: #fff;
  display: inline-block;
}
.alert-danger {
  background-color: #d73d3c;
}
.alert-warning {
  color: #735D38;
  background-color: #faf1c9;
}
.alert-success {
  background-color: #1abc9c;
}
@media (max-width: 385px) {
  .alert a {
    float: none!important;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .alert a {
    float: none!important;
  }
}
#compatibility-alert {
  width: 100%;
  font-size: 1.25em;
  text-align: center;
  margin: 0;
}
#compatibility-alert a {
  text-decoration: underline;
}
.noscriptmsg {
  position: fixed;
  width: 100%;
  z-index: 999999;
}
.noscriptmsg .alert {
  margin: 0;
  text-align: center;
  font-size: 1.4em;
  z-index: 9999999;
}
.txt-error {
  font-family: 'Open Sans SemiBold', sans-serif;
  font-size: 0.813em;
  color: #d73d3c;
}
.popover {
  box-shadow: none;
  max-width: none;
  z-index: 1100;
}
.popover-wrapper {
  clear: both;
  margin: 5px auto;
}
.popover-wrapper .popover-error {
  display: block;
  background-color: #D73D3C;
  color: #ffffff;
  position: relative;
  border-radius: 0;
  border: none;
}
.popover-wrapper .popover-error .popover-content-error {
  padding: 9px 14px;
  font-size: 13px;
}
.margin-none {
  margin: 0;
}
.padding-none {
  padding: 0;
}
.mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px!important;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px!important;
}
input[type="email"] {
  text-transform: lowercase;
}
.gift-card-input {
  text-transform: none!important;
}
html.unsupported .oo_tab_right {
  display: none!important;
}
.clearfix {
  clear: both;
}
ul#correctedAddress {
  margin: 0;
  padding: 0;
}
ul#correctedAddress li {
  list-style: none;
}
ul#correctedAddress p {
  padding-left: 30px;
}
.onsale {
  color: #d73d3c;
}
.height-auto {
  height: auto!important;
}
.saleRed {
  color: #c04747 !important;
}
.limitedBlue {
  color: #267cb5 !important;
}
.txt-danger {
  color: #d73d3c;
}
.txt-grey {
  color: #767676;
}
.highlight-bg {
  background: #FAF1C9;
  color: #000;
}
.fontsize-10px {
  font-size: 0.625em;
}
.fontsize-11px {
  font-size: 0.688em;
}
.fontsize-12px {
  font-size: 0.75em;
}
.fontsize-13px {
  font-size: 0.813em;
}
.fontsize-14px {
  font-size: 0.875em;
}
.fontsize-15px {
  font-size: 0.938em;
}
.fontsize-16px {
  font-size: 1em;
}
.fontsize-17px {
  font-size: 1.063em;
}
.fontsize-18px {
  font-size: 1.125em;
}
.fontsize-19px {
  font-size: 1.188em;
}
.fontsize-20px {
  font-size: 1.25em;
}
.fontsize-21px {
  font-size: 1.313em;
}
.fontsize-22px {
  font-size: 1.375em;
}
.fontsize-23px {
  font-size: 1.438em;
}
.fontsize-24px {
  font-size: 1.5em;
}
.fontsize-25px {
  font-size: 1.563em;
}
.fontsize-26px {
  font-size: 1.625em;
}
.fontsize-27px {
  font-size: 1.688em;
}
.fontsize-28px {
  font-size: 1.75em;
}
.fontsize-29px {
  font-size: 1.813em;
}
.fontsize-30px {
  font-size: 1.875em;
}
.fontsize-31px {
  font-size: 1.938em;
}
.fontsize-32px {
  font-size: 2em;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-left-none {
  margin-left: 0 !important;
}
.m-left-xs {
  margin-left: 5px;
}
.m-left-sm {
  margin-left: 10px;
}
.m-left {
  margin-left: 15px;
}
.m-left-md {
  margin-left: 20px;
}
.m-left-lg {
  margin-left: 30px;
}
.m-left-xl {
  margin-left: 40px;
}
.m-left-xxl {
  margin-left: 50px;
}
.m-left-n-xxs {
  margin-left: -1px;
}
.m-left-n-xs {
  margin-left: -5px;
}
.m-left-n-sm {
  margin-left: -10px;
}
.m-left-n {
  margin-left: -15px;
}
.m-left-n-md {
  margin-left: -20px;
}
.m-left-n-lg {
  margin-left: -30px;
}
.m-left-n-xl {
  margin-left: -40px;
}
.m-left-n-xxl {
  margin-left: -50px;
}
.m-top-none {
  margin-top: 0 !important;
}
.m-top-xxs {
  margin-top: 1px;
}
.m-top-xs {
  margin-top: 5px;
}
.m-top-sm {
  margin-top: 10px;
}
.m-top {
  margin-top: 15px;
}
.m-top-md {
  margin-top: 20px;
}
.m-top-lg {
  margin-top: 30px;
}
.m-top-xl {
  margin-top: 40px;
}
.m-top-xxl {
  margin-top: 50px;
}
.m-top-n-xxs {
  margin-top: -1px;
}
.m-top-n-xs {
  margin-top: -5px;
}
.m-top-n-sm {
  margin-top: -10px;
}
.m-top-n {
  margin-top: -15px;
}
.m-top-n-md {
  margin-top: -20px;
}
.m-top-n-lg {
  margin-top: -30px;
}
.m-top-n-xl {
  margin-top: -40px;
}
.m-top-n-xxl {
  margin-top: -50px;
}
.m-right-none {
  margin-right: 0 !important;
}
.m-right-xxs {
  margin-right: 1px;
}
.m-right-xs {
  margin-right: 5px;
}
.m-right-sm {
  margin-right: 10px;
}
.m-right {
  margin-right: 15px;
}
.m-right-md {
  margin-right: 20px;
}
.m-right-lg {
  margin-right: 30px;
}
.m-right-xl {
  margin-right: 40px;
}
.m-right-xxl {
  margin-right: 50px;
}
.m-right-n-xxs {
  margin-right: -1px;
}
.m-right-n-xs {
  margin-right: -5px;
}
.m-right-n-sm {
  margin-right: -10px;
}
.m-right-n {
  margin-right: -15px;
}
.m-right-n-md {
  margin-right: -20px;
}
.m-right-n-lg {
  margin-right: -30px;
}
.m-right-n-xl {
  margin-right: -40px;
}
.m-right-n-xxl {
  margin-right: -50px;
}
.m-bottom-none {
  margin-bottom: 0 !important;
}
.m-bottom-xxs {
  margin-bottom: 1px;
}
.m-bottom-xs {
  margin-bottom: 5px;
}
.m-bottom-sm {
  margin-bottom: 10px;
}
.m-bottom {
  margin-bottom: 15px;
}
.m-bottom-md {
  margin-bottom: 20px;
}
.m-bottom-lg {
  margin-bottom: 30px;
}
.m-bottom-xl {
  margin-bottom: 40px;
}
.m-bottom-xxl {
  margin-bottom: 50px;
}
.m-bottom-n-xxs {
  margin-bottom: -1px;
}
.m-bottom-n-xs {
  margin-bottom: -5px;
}
.m-bottom-n-sm {
  margin-bottom: -10px;
}
.m-bottom-n {
  margin-bottom: -15px;
}
.m-bottom-n-md {
  margin-bottom: -20px;
}
.m-bottom-n-lg {
  margin-bottom: -30px;
}
.m-bottom-n-xl {
  margin-bottom: -40px;
}
.m-bottom-n-xxl {
  margin-bottom: -50px;
}
.p-none {
  padding: 0;
}
.p-5 {
  padding: 5px!important;
}
.aside-info {
  border-right: solid thin #EFEFEF;
  border-left: solid thin #EFEFEF;
  border-bottom: solid thin #EFEFEF;
  border-top: solid thin #000;
  padding: 0;
}
.aside-info h2 {
  font-size: 0.75em;
  text-transform: uppercase;
  padding-bottom: 5px;
  background: #000;
  color: #fff;
  padding: 10px;
  margin: 0;
}
.aside-info .content {
  padding: 15px;
}
.aside-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-info ul li {
  padding: 5px 0;
  font-family: 'Open Sans SemiBold', sans-serif;
  font-size: 0.875em;
}
/* Carousel Reset */
.carousel {
  margin: 5px 0 30px 0;
}
.carousel-control.right {
  background: none;
  filter: none;
}
.carousel-control.left {
  background: none;
  filter: none;
}
/* add carousel-fade class to carousel class to change slide to fade */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition: opacity 1s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-indicators {
  bottom: -32px;
}
.carousel-indicators li {
  border: 1px solid #aaa;
  background: #aaa;
}
.carousel-indicators .active {
  background-color: #000;
  border-color: #000;
  width: 10px;
  height: 10px;
  margin: 1px;
}
@media (min-width: 1200px) {
  #homepage-carousel {
    min-height: 634px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #homepage-carousel {
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #homepage-carousel {
    min-height: 412px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #homepage-carousel {
    min-height: 324px;
  }
}
@media (max-width: 479px) {
  #homepage-carousel {
    min-height: 215px;
  }
}
/* Bootstrap grid overrides */
.desktopPage #myDillardsBar > .container,
.desktopPage .container.hasDropdown,
.desktopPage #topbar-wrapper + .container,
.desktopPage #footer > .container,
.desktopPage .footer-bottom > .container {
  max-width: 1170px!important;
  min-width: 1170px!important;
  width: 1170px!important;
}
.mobilePage .container,
.tabletPage .container {
  max-width: 100%!important;
  min-width: 100%!important;
  width: 100%!important;
}
.container.mobilePage,
.container.tabletPage {
  max-width: 100%!important;
  min-width: 100%!important;
  width: 100%!important;
}
/* === 5 columns === */
.col-md-05,
.col-lg-05,
.col-xs-05,
.col-sm-05 {
  position: relative;
  min-height: 1px;
}
.col-xs-05 {
  width: 20%;
  float: left;
}
.col-md-05,
.col-sm-05 {
  width: 20%;
  float: left;
}
/* === /5 columns === */
/* === Misc === */
.col-full-width {
  margin-left: -15px;
  margin-right: -15px;
}
/* === /Misc === */
