/* colors */
/* Mixins =================================================== */
/* STYLE GUIDE STYLES */
.inner-wrap {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.sg-box {
  height: 100%;
  -ms-flex: 1;
  flex: 1; }

.footer {
  background: #ffdc48;
  color: #404040;
  padding: 0.75rem 0;
  font-family: arial; }
  .footer p {
    margin: 0; }

.top-bar {
  border-bottom: none;
  background: #ffdc48 !important; }
  .top-bar .name h1 {
    font-size: 0.875rem; }
    .top-bar .name h1 a {
      color: #404040;
      font-family: arial; }
      .top-bar .name h1 a:hover {
        color: #151515; }

.top-bar-section ul li {
  background: #ffdc48 !important;
  font-family: arial; }
  .top-bar-section ul li a {
    color: #404040 !important;
    font-family: arial;
    font-size: 0.875rem; }

.top-bar-section li:not(.has-form) a:not(.button) {
  background: #ffdc48 !important; }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #ffdc48 !important;
    color: white !important; }

.top-bar-section .has-dropdown > a:after {
  border-color: black transparent transparent transparent; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  padding: 0.75rem 0; }
  [data-magellan-expedition].fixed, [data-magellan-expedition-clone].fixed {
    padding: 0 !important; }

.sub-nav {
  padding: 0.75rem 0;
  border: 1px solid #dbdbdb;
  border-bottom: 0;
  background: white; }
  .sub-nav:last-child {
    border-bottom: 1px solid #dbdbdb;
    margin: 0 0 1.5rem 0 !important; }
  .sub-nav dd.active a {
    background: #ffdc48;
    color: #404040; }
  .sub-nav dd a {
    color: #151515;
    padding: 0.3125rem 0.3125rem;
    font-weight: 400;
    text-decoration: underline;
    font-family: arial; }
    .sub-nav dd a:hover {
      color: #999999; }

.fixed .sub-nav {
  margin: 0 !important; }

.sg-title {
  padding-top: 1.5rem;
  font-weight: 700;
  font-family: arial; }

.sg-welcome-panel {
  padding: 6rem 3rem 3rem 3rem;
  font-family: arial; }

.sg-demo {
  padding: 1.5rem 0 1.5rem 0;
  margin-bottom: 1.5rem; }
  .sg-demo.sans-line {
    padding-bottom: 0;
    border-bottom: 0; }

.sg-demo-title {
  background: #f7f7f7;
  padding: 2.25rem 0.75rem 3rem 0.75rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid #dbdbdb;
  color: #333333;
  font-family: arial; }
  .sg-demo-title p {
    margin: 0 0 0.75rem 0; }
    .sg-demo-title p:not(:first-child) {
      font-size: 0.875rem; }
    .sg-demo-title p:first-child {
      font-weight: 700; }
    .sg-demo-title p:last-child {
      margin: 0; }

.sg-callout-panel {
  background: #f7f7f7;
  padding: 0.75rem;
  margin: 0 0 1.5rem 0;
  border: 1px solid #dbdbdb;
  color: #333333;
  font-family: arial; }
  .sg-callout-panel p {
    margin: 0 0 0.75rem 0;
    font-size: 0.875rem; }
  .sg-callout-panel span.sg-icon {
    width: 50px;
    text-align: center;
    display: inline-block; }

.sg-lcase {
  display: block;
  text-transform: none !important;
  color: #4d4d4d;
  font-size: 80%; }

.sg-cta {
  color: #ffcc00; }

/* form errors */
span.js-validateError {
  display: block;
  margin-top: 0;
  margin-bottom: 1.14286em;
  font-size: .85714em;
  font-weight: 400;
  background: #f1f1f1;
  border: 1px solid #FF0000;
  border-top: none;
  color: #FF0000;
  padding: 0.5rem;
  text-transform: uppercase; }

.input-error {
  border: 1px solid #FF0000 !important;
  border-bottom: none !important;
  color: #FF0000 !important;
  margin-bottom: 0 !important; }

.select-error, #sq-demo-pdp-errormsg select {
  border: 1px solid #FF0000 !important;
  color: #FF0000 !important; }

form input.input-error::-webkit-input-placeholder {
  color: #FF0000 !important; }

form input.input-error:-moz-placeholder {
  color: #FF0000 !important; }

form input.input-error::-moz-placeholder {
  color: #FF0000 !important; }

form input.input-error:-ms-input-placeholder {
  color: #FF0000 !important; }

/* STYLE GUIDE STYLES END */
/* ADDITIONAL PDP STYLES FOR STYLE GUIDE */
.prod-detail-image {
  margin: 0; }

.pdp-image-main {
  margin: 0 auto; }
  .pdp-image-main img {
    max-width: 100%; }

.pdp-image-main-pagination li {
  display: inline-block;
  padding: 0.3125rem; }
  .pdp-image-main-pagination li a {
    color: #bfbfbf; }
    .pdp-image-main-pagination li a.selected {
      color: #151515; }
      .pdp-image-main-pagination li a.selected:hover {
        color: #8c8c8c; }

.pdp-image-main-nav {
  position: absolute;
  top: 40%;
  z-index: 100;
  cursor: pointer; }
  .pdp-image-main-nav.prev {
    left: 0; }
  .pdp-image-main-nav.next {
    right: 0; }

.pdp-image-thumbs-container {
  position: relative;
  margin: 0 auto 1.5rem auto; }
  .pdp-image-thumbs-container .pdp-image-thumbs {
    height: 450px;
    overflow: hidden; }
    .pdp-image-thumbs-container .pdp-image-thumbs a {
      display: block; }
    .pdp-image-thumbs-container .pdp-image-thumbs a.selected img {
      background: #ebebeb;
      background: #eef1f3; }

.pdp-flags {
  position: relative;
  z-index: 2;
  margin: 0 -1.875rem;
  background: #151515;
  padding: 0.375rem 0.625rem;
  color: white;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 4px;
  font-weight: 400; }
  .pdp-flags.ireland {
    background: #006600; }
    .pdp-flags.ireland:before {
      border-color: #006600 transparent transparent transparent; }
  .pdp-flags.sale {
    background: #cc0000; }
    .pdp-flags.sale:before {
      border-color: #cc0000 transparent transparent transparent; }
  .pdp-flags p {
    margin: 0;
    line-height: 1;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500; }
  .pdp-flags:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: outset 6px;
    border-color: #151515 transparent transparent transparent;
    border-bottom-style: solid;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto; }

.detailscontainer {
  background: white; }

.prod-detail-intro {
  text-align: center;
  padding: 1.125rem 0; }

.prod-detail-title {
  font-size: 1.125rem;
  padding: 0;
  border-bottom: 0; }
  .prod-detail-title.pdp-title-combined {
    font-size: 1.4375rem; }
    .prod-detail-title.pdp-title-combined .pdp-title-span {
      margin: 0 0 0.375rem 0;
      padding: 0;
      border-bottom: 0;
      display: block; }

.prod-detail-intro .prod-pricefield {
  font-weight: 400; }
  .prod-detail-intro .prod-pricefield .pdp-wasprice {
    color: #8c8c8c;
    font-size: 60%;
    text-transform: uppercase; 
    text-decoration: line-through;}

.pdp-review-stars span {
  color: #8c8c8c;
  display: inline-block;
  padding-left: 0.625rem; }

#pdp-bonusproduct-modal .pdp-review-stars {
  display: none; }

.pdp-swatches {
  display: none;
  margin: 0 0 1.125rem 0;
  position: relative;
  z-index: 10; }
  .pdp-swatches.more-gap {
    margin: 0 0 2.25rem 0; }
  .pdp-swatches label {
    line-height: 2; }
  .pdp-swatches span.sweetie span {
    background-image: url(../images/M31A22.jpg); }
  .pdp-swatches span.retro span {
    background-image: url(../images/M3EW30.jpg); }
  .pdp-swatches span.sochaud span {
    background-image: url(../images/M2LP08.jpg); }
  .pdp-swatches span.chintz span {
    background-image: url(../images/M3000L.jpg); }
  .pdp-swatches span.sequin span {
    background-image: url(../images/M3003N.jpg); }
  .pdp-swatches span.fluid span {
    background-image: url(../images/M3001H.jpg); }
  .pdp-swatches span.newyorkapple span {
    background-image: url(../images/M3002M.jpg); }
  .pdp-swatches p {
    margin: 0; }
    .pdp-swatches p.pdp-explore-link {
      padding: 0.375rem 0 0 0; }

.prod-title-alt .pdp-explore-link {
  display: none; }

#sq-demo-pdp-beauty .pdp-swatches {
  display: block; }

.pdp-swatches-alt {
  display: none;
  margin: 0 0 1.125rem 0;
  padding: 1.125rem 0 0 0; }
  .pdp-swatches-alt .tabs .tab-title {
    margin-right: -1px; }
  .pdp-swatches-alt .tabs .tab-title > a {
    padding: 0.375rem 0.6875rem;
    border: 1px solid #8c8c8c;
    color: #8c8c8c;
    font-size: 0.875rem;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
  .pdp-swatches-alt .tabs .tab-title.active > a {
    padding: 0.3125rem 0.625rem;
    background-color: white;
    border: 2px solid #151515;
    color: #151515;
    z-index: 2; }
  .pdp-swatches-alt .tabs-content {
    margin-bottom: 0.75rem; }
  .pdp-swatches-alt .tabs-content > .content {
    padding: 1.875rem 0 0 0; }
  .pdp-swatches-alt .pdp-swatch-title {
    color: #666666;
    font-size: 0.875rem; }

.pdp-swatch-list {
  margin-bottom: 0.625rem; }
  .pdp-swatch-list.center-swatch-list li {
    display: inline-block;
    float: none;
    margin-right: -4px;
    padding-right: 0; }
  .pdp-swatch-list li.selected span.square {
    border: 4px solid #bfbfbf;
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6; }
  .pdp-swatch-list li span.square {
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: block;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain; 
    border-radius: 50%;}
    .pdp-swatch-list li span.square:hover {
      border: 2px solid #dbdbdb; }

#sq-demo-pdp-beauty-alt .pdp-swatches-alt {
  display: block; }

.pdp-colour {
  display: none;
  margin: 0 0 0.75rem 0; }
  .pdp-colour label {
    line-height: 2; }
  .pdp-colour .pdp-swatch-list {
    margin-bottom: 0; }
    .pdp-colour .pdp-swatch-list li {
      padding-bottom: 0.5rem; }

.pdp-swatch-list li {
  padding-bottom: 0.5rem; }

#sq-demo-pdp-fashion .pdp-colour, #sq-demo-pdp-book .pdp-colour,
#pdp-bonusproduct-modal .pdp-swatches, #sq-demo-pdp-productset .pdp-colour,
#plp-quickview-modal .pdp-colour {
  display: block; }

.pdp-size {
  display: none;
  margin: 0 0 1.5rem 0; }
  .pdp-size label {
    line-height: 2; }
  .pdp-size select {
    margin: 0; }
  .pdp-size p {
    margin: 0; }
    .pdp-size p.pdp-sizeguide-link {
      padding: 0.375rem 0 0 0; }

#sq-demo-pdp-fashion .pdp-size, #sq-demo-pdp-book .pdp-size,
#pdp-bonusproduct-modal .pdp-size, #sq-demo-pdp-bundle .pdp-size,
#sq-demo-pdp-productset .pdp-size, #sq-demo-pdp-errormsg .pdp-size {
  display: block; }

.pdp-size-guide-intro {
  margin: 3rem 0 0.75rem 0; }

.pdp-size-table {
  margin: 1.5rem 0; }
  .pdp-size-table th, .pdp-size-table tr, .pdp-size-table td {
    font-size: 0.875rem; }

.pdp-error-msg {
  display: none; }

#sq-demo-pdp-errormsg .pdp-error-msg {
  display: block; }

.pdp-you-have-selected {
  display: none; }

#sq-demo-pdp-fashion .pdp-you-have-selected {
  display: block; }

.prod-quantity {
  margin: 0 0 1.125rem 0; }
  .prod-quantity label {
    line-height: 2; }

.prod-quantity .postfix {
  border: 1px solid #bfbfbf;
  border-right: none; }
  .prod-quantity .postfix.pq-postix-right {
    border-left: none;
    border-right: 1px solid #bfbfbf; }

.pdp-giftcard-options {
  padding: 0 0 1.125rem 0; }
  .pdp-giftcard-options label {
    line-height: 2; }

.pdp-giftcard-values li a {
  display: block;
  background: #ebebeb;
  background: #eef1f3;
  text-align: center;
  padding: 0.75rem 0;
  border: 1px solid #bfbfbf;
  font-size: 0.875rem; }
  .pdp-giftcard-values li a:hover {
    background: #dbdbdb;
    font-weight: 500; }
  .pdp-giftcard-values li a.selected {
    background: #151515;
    color: white;
    font-weight: 500;
    border-color: #151515; }

#sq-demo-pdp-giftcard .pdp-acc-gift-options,
#sq-demo-pdp-giftcard .pdp-acc-size-fit {
  display: none; }

.pdp-subadd-cta p a {
  color: #4d4d4d; }
  .pdp-subadd-cta p a:hover {
    color: #999999; }

#plp-quickview-modal .pdp-check-store {
  display: none; }

.pdp-book {
  display: none;
  margin: 0 0 1.5rem 0;
  padding: 0.75rem 0.375rem;
  border: 1px solid #666666; }
  .pdp-book p {
    font-size: 90%;
    margin: 0 0 0.5rem 0; }
    .pdp-book p.pdp-book-title {
      text-transform: uppercase;
      margin: 0; }

#sq-demo-pdp-book .pdp-book {
  display: block; }

.prod-sku {
  font-size: 0.875rem;
  color: #666666; }

.pdp-promomsg {
  display: none;
  margin: 0.75rem 0 1.125rem 0;
  padding: 0.75rem 0.375rem;
  border: 1px dotted #bfbfbf; }
  .pdp-promomsg .pdp-promomsg-title {
    color: #4d4d4d;
    margin: 0;
    text-transform: none;
    border-right: 1px dotted #bfbfbf; }
    .pdp-promomsg .pdp-promomsg-title span {
      display: block; }
      .pdp-promomsg .pdp-promomsg-title span:first-child {
        font-family: georgia;
        font-style: italic; }
      .pdp-promomsg .pdp-promomsg-title span:not(:first-child) {
        text-indent: 10%;
        text-transform: uppercase; }
  .pdp-promomsg p {
    margin: 0; }

#sq-demo-pdp-promomsg .pdp-promomsg {
  display: block; }

.pdp-alsoinrange-wrapper {
  background: white;
  padding: 0.75rem; }

.pdp-aboutbrand .pp .pp-copy {
  display: block; }

.pdp-bonusproduct-item {
  margin: 0 0 1.5rem 0;
  padding: 0 0 1.5rem 0;
  border-bottom: 1px solid #d5d5d5; }
  .pdp-bonusproduct-item:last-child {
    border-bottom: 0; }

.pdp-bundleproduct-list {
  padding: 1.5rem 0 0.75rem 0; }

.pdp-bundleproduct-item {
  margin: 0 0 1.5rem 0;
  padding: 1.5rem 0 0 0;
  border-top: 1px solid #d5d5d5; }
  .pdp-bundleproduct-item:last-child {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #d5d5d5; }
  .pdp-bundleproduct-item .prod-detail-image {
    padding: 0; }
    .pdp-bundleproduct-item .prod-detail-image img {
      max-width: 100px; }
  .pdp-bundleproduct-item .prod-detail-title {
    font-size: 1.125rem; }
  .pdp-bundleproduct-item .pdp-size {
    margin: 0; }

.pdp-productset-list {
  padding: 1.5rem 0 0.75rem 0; }

.pdp-productset-item {
  margin: 0 0 1.5rem 0;
  padding: 1.5rem 0 0 0;
  border-top: 1px solid #d5d5d5; }
  .pdp-productset-item:last-child {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #d5d5d5; }
  .pdp-productset-item .prod-detail-image {
    padding: 0; }
    .pdp-productset-item .prod-detail-image img {
      max-width: 100px; }
  .pdp-productset-item .prod-detail-title {
    font-size: 1.125rem; }
  .pdp-productset-item .pdp-swatch-list {
    text-align: left !important; }
    .pdp-productset-item .pdp-swatch-list li span.square {
      width: 30px;
      height: 30px; }

#sq-demo-pdp-fashion .pdp-review-stars, #sq-demo-pdp-btplus .pdp-review-stars, #sq-demo-pdp-btplus .prod-detail-name {
  display: none; }

.pdp-description {
  padding: 0.75rem 0 1.5rem 0; }

/* ADDITIONAL PLP STYLES */
div.header-container {
  background: #eef1f3;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem; }
  div.header-container.plp-header-theme-1 {
    background: #eee4e4; }
    div.header-container.plp-header-theme-1 .ep {
      background: #f6f1f1 !important; }
    div.header-container.plp-header-theme-1 .plp-promo-accordion .accordion-navigation > a {
      background: #f6f1f1 !important;
      border: 0; }
      div.header-container.plp-header-theme-1 .plp-promo-accordion .accordion-navigation > a:hover {
        background: #f6f1f1 !important; }
    div.header-container.plp-header-theme-1 .plp-promo-accordion .accordion-navigation > .content.plppa-content {
      border: 0;
      background: #f6f1f1 !important; }
  div.header-container.plp-header-theme-2 {
    background: #9f6c70; }
    div.header-container.plp-header-theme-2 h1, div.header-container.plp-header-theme-2 h2, div.header-container.plp-header-theme-2 p {
      color: white !important; }
    div.header-container.plp-header-theme-2 a * {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    div.header-container.plp-header-theme-2 a:hover * {
      color: #644144 !important; }
    div.header-container.plp-header-theme-2 .ep {
      background: #ad8285 !important; }
    div.header-container.plp-header-theme-2 .plp-promo-accordion .accordion-navigation > a {
      background: #ad8285 !important;
      border: 0;
      color: white !important; }
      div.header-container.plp-header-theme-2 .plp-promo-accordion .accordion-navigation > a:hover {
        background: #ad8285 !important;
        color: #644144 !important; }
    div.header-container.plp-header-theme-2 .plp-promo-accordion .accordion-navigation > .content.plppa-content {
      border: 0;
      background: #ad8285 !important; }
  div.header-container.plp-header-theme-3 {
    background: #e0d0a1; }
  div.header-container.plp-header-theme-4 {
    background: #606e82; }

.plp-header-txt {
  padding: 1.5rem 0 0.75rem 0; }
  .plp-header-txt.plp-header-txt-brand {
    padding: 1.5rem 0; }
  .plp-header-txt p {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto; }
  .plp-header-txt .plp-header-txt-ctas li {
    margin-bottom: 0.75rem; }

.plp-header-subtitle {
  font-family: "didot_lt_stditalic";
  font-style: italic;
  color: #151515;
  font-size: 1.125rem;
  margin: 0 0 0.75rem 0; }
  .plp-header-subtitle span {
    position: relative;
    z-index: 1;
    display: inline-block; }
    .plp-header-subtitle span:after {
      content: "";
      border-bottom: 1px solid;
      width: 70%;
      margin: 0 auto;
      left: 0;
      right: 0;
      position: absolute;
      bottom: 0; }

.plp-header-vid iframe {
  left: 0; }

/* accordion plp-promo styles */
.plp-promo-accordion {
  text-align: left;
  border: 0;
  margin: 0 auto 0.75rem auto; }

.plp-promo-accordion .accordion-navigation {
  text-align: left;
  border: none; }
  .plp-promo-accordion .accordion-navigation.active a {
    background: none;
    border-bottom: none; }

.plp-promo-accordion .accordion-navigation > a {
  border: 1px solid #151515;
  background: none;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem; }
  .plp-promo-accordion .accordion-navigation > a:hover {
    background: #eef1f3; }
  .plp-promo-accordion .accordion-navigation > a:after {
    font-family: 'bticons';
    content: "\e912";
    display: block;
    float: right;
    line-height: 1.2;
    font-size: 0.75rem; }

.plp-promo-accordion .accordion-navigation.active > a:after {
  content: "\e90f"; }

.plp-promo-accordion .accordion-navigation > .content.plppa-content {
  background: none;
  border: 1px solid #151515;
  border-top: 0; }
  .plp-promo-accordion .accordion-navigation > .content.plppa-content.active {
    background: none; }
  .plp-promo-accordion .accordion-navigation > .content.plppa-content ul {
    margin: 0; }

.editorial-panels.plp-promo-panels {
  padding: 0 0.75rem;
  margin: 0 0 0.75rem 0; }
  .editorial-panels.plp-promo-panels .columns {
    padding: 0 !important; }
  .editorial-panels.plp-promo-panels .ep {
    margin-bottom: 1.25rem;
    background: white;
    min-height: 100px; }
    .editorial-panels.plp-promo-panels .ep .ep-img {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      min-height: 100px; }
    .editorial-panels.plp-promo-panels .ep .ep-text {
      padding: 0 0 0 1.125rem;
      text-align: left !important; }
    .editorial-panels.plp-promo-panels .ep .ep-title {
      margin: 0;
      font-size: 100%;
      font-size: 1rem;
      font-weight: 500; }
    .editorial-panels.plp-promo-panels .ep .ep-copy {
      font-size: 0.75rem;
      padding-bottom: 0;
      margin-bottom: 0.75rem;
      color: inherit; }
    .editorial-panels.plp-promo-panels .ep .ep-cta {
      margin: 0; }

.plp-sortby select {
  margin: 0; }

.plp-sortpag-showing {
  text-transform: uppercase;
  color: #666666;
  line-height: normal;
  margin: 0;
  padding: 1rem 0 0 0;
  font-size: 0.75rem;
  white-space: nowrap; }

.plp-sortpag-show {
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 1rem 0 0 0;
  font-size: 0.75rem;
  white-space: nowrap; }
  .plp-sortpag-show a {
    letter-spacing: 0;
    color: #666666; }
    .plp-sortpag-show a:hover {
      color: #999999; }
    .plp-sortpag-show a.current {
      color: #151515;
      font-weight: 500; }
      .plp-sortpag-show a.current:hover {
        color: #999999; }

.plp-paglist {
  text-align: center;
  padding: 0.25rem 0; }
  .plp-paglist li {
    display: inline-block;
    margin-left: -4px;
    line-height: normal;
    font-size: 0.875rem; }
    .plp-paglist li.prev, .plp-paglist li.next {
      text-transform: uppercase;
      color: #666666; }
      .plp-paglist li.prev a, .plp-paglist li.next a {
        font-weight: 500;
        color: #151515; }
        .plp-paglist li.prev a:hover, .plp-paglist li.next a:hover {
          color: #999999; }
    .plp-paglist li.current a {
      color: #151515;
      border-bottom: 1px solid #151515;
      font-weight: 500; }
      .plp-paglist li.current a:hover {
        color: #999999; }
    .plp-paglist li a {
      display: block;
      padding: 0.25rem 0.5rem;
      color: #666666; }
      .plp-paglist li a:hover {
        color: #999999; }

.plp-mobile-grid-view {
  float: right; }
  .plp-mobile-grid-view li {
    display: inline-block;
    font-size: 1.875rem;
    line-height: normal;
    padding: 0 0.25rem; }
    .plp-mobile-grid-view li a {
      color: #dbdbdb; }
      .plp-mobile-grid-view li a:hover {
        color: #999999; }

/* quickview */
.plp-quickview-full {
  padding: 0.5rem;
  background: #f2f2f2;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-extended";
  text-align: center;
  font-size: 1rem; }
  .plp-quickview-full p {
    margin: 0;
    line-height: 1; }
  .plp-quickview-full i {
    font-size: 0.875rem; }

.plp-promopanel {
  background: #DC8699;
  height: 476px;
  text-align: center;
  position: relative;
  z-index: 1; }
  .plp-promopanel.plp-promo-img {
    background-color: #138986;
    background-image: url(../images/plp-promo.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 476px;
    background-position: center center; }
    .plp-promopanel.plp-promo-img .plp-promopanel-txt {
      padding: 1.5rem 0.75rem;
      background: rgba(19, 137, 134, 0.6); }
  .plp-promopanel.plp-promo-vid {
    background: #feec9a; }
    .plp-promopanel.plp-promo-vid .plp-promopanel-txt {
      position: absolute;
      top: 30%;
      left: 0;
      right: 0;
      max-width: 80%;
      margin: 0 auto;
      z-index: 2;
      color: #151515; }
    .plp-promopanel.plp-promo-vid .video-panel-standard {
      padding-bottom: 0 !important;
      height: 476px !important; }
    .plp-promopanel.plp-promo-vid .video-panel-standard .jwplayer {
      padding-bottom: 0 !important;
      height: 476px !important; }
  .plp-promopanel .plp-promopanel-txt {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 80%;
    margin: 0 auto;
    color: white; }
    .plp-promopanel .plp-promopanel-txt a {
      color: white; }
    .plp-promopanel .plp-promopanel-txt .plp-pp-subtitle {
      font-family: "didot_lt_stditalic";
      font-style: italic;
      font-size: 1.5rem; }
      .plp-promopanel .plp-promopanel-txt .plp-pp-subtitle span {
        position: relative;
        z-index: 1;
        display: inline-block; }
        .plp-promopanel .plp-promopanel-txt .plp-pp-subtitle span:after {
          content: "";
          border-bottom: 1px solid;
          width: 70%;
          margin: 0 auto;
          left: 0;
          right: 0;
          position: absolute;
          bottom: -0.3125rem; }
    .plp-promopanel .plp-promopanel-txt .plp-pp-main {
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 1;
      margin: 0 0 1.5rem 0; }

/* ADDITIONAL PLP STYLES END */
/* BRAND STYLES */
.plp-brand-logo {
  margin: 0 0 0.75rem 0;
  width: 100%;
  max-width: 200px; }

.plp-brandsubcats {
  color: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 70%;
  *zoom: 1; }
  .plp-brandsubcats.for-small {
    max-width: 90%; }
  .plp-brandsubcats:before, .plp-brandsubcats:after {
    display: table;
    content: ""; }
  .plp-brandsubcats:after {
    clear: both; }
  .plp-brandsubcats.morethan-six {
    max-width: 100%; }
    .plp-brandsubcats.morethan-six li {
      padding: 0 1px; }
      .plp-brandsubcats.morethan-six li a {
        font-size: 0.9rem; }
  .plp-brandsubcats li {
    text-align: center;
    margin-bottom: 2px; }
    .plp-brandsubcats li a {
      color: #fff;
      padding: 6px 5px;
      display: block;
      width: 100%;
      background-color: #151515;
      line-height: 110%; }
      .plp-brandsubcats li a:hover {
        background-color: #2f2f2f;
        color: #fff; }

.plp-header-img .fullwidth-banner {
  min-height: 0 !important; }

.lpprod {
  background: white;
  margin: 0.75rem 0; }

#icat_brand .wrapper {
  overflow: visible !important; }

.jtstext {
  text-align: right;
  text-transform: uppercase; }

.brandheadwrapper {
  background-color: #000;
  margin-bottom: 20px; }

.brandheadwrapper .main-header {
  text-align: left; }

.brands-header {
  background-color: #000;
  color: #FFF;
  padding: 20px;
  margin-bottom: 20px; }

.brands-header h1 {
  color: #FFF;
  font-size: 16px; }

.brands-header p {
  color: #FFF;
  max-width: 80%;
  font-size: 12px;
  line-height: 1.2;
  font-style: normal; }

.deptlist {
  text-align: center;
  margin-bottom: 10px; }

.deptlist li {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  cursor: pointer; }

.deptlist li:hover {
  background: #EEEBE6; }

.deptlist li.selected {
  background: #EEEBE6; }

.brand-select-container {
  position: relative;
  z-index: 1;
  padding-right: 0; }

.brand-filter-button {
  position: relative;
  z-index: 2;
  right: auto;
  top: auto; }

.btn.brand-filter-button {
  width: 100%; }

.brandfilterwrap-row .brandfilterwrap {
  padding: 20px 0 10px 0; }

.brandfilterwrap-row span.js-select {
  height: 2.84em;
  padding: 0.7em 0.28571em;
  text-transform: uppercase; }

.brandfilterwrap p {
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  margin-top: 8px; }

span.js-select .icon-angle-down {
  position: absolute;
  right: 0;
  top: 9px; }

.filter-introduction-text {
  text-align: center;
  margin-bottom: 25px; }

.brandfilterwrap-row label {
  line-height: 20px;
  height: 2.84em;
  padding: 0.7em 0.28571em; }

.custom-select-drop-down {
  position: relative;
  z-index: 2; }

.custom-select-drop-down > a {
  background-color: white;
  border: 1px solid #c4c4c4;
  line-height: 20px;
  text-indent: 10px;
  display: block;
  height: 2.34em;
  margin: 0;
  padding: 0.5em 0.28571em;
  position: relative;
  padding-right: 1.3em;
  text-align: left;
  width: 100%; }

.custom-select-drop-down .f-dropdown {
  position: absolute;
  list-style: none;
  padding: 0.35714em;
  width: 100% !important;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  border-top: 0;
  font-size: 14px;
  z-index: 99;
  margin-top: 0;
  max-width: 100%; }

.custom-select-drop-down .f-dropdown.open {
  top: 81px !important;
  left: 0 !important; }

.custom-select-drop-down .f-dropdown:before {
  content: " ";
  display: none;
  width: 0;
  height: 0;
  border: none;
  border-color: transparent;
  border-bottom-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.custom-select-drop-down .f-dropdown:after {
  content: " ";
  display: none;
  width: 0;
  height: 0;
  border: none;
  border-color: transparent;
  border-bottom-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

@media only screen and (min-width: 600px) {
  .first-column {
    padding-right: 10px;
    padding-left: 0px; }

  .second-column {
    padding-left: 6px; }

  .third-column {
    padding-left: 0px;
    padding-right: 0px; } }
@media only screen and (min-width: 768px) {
  .brandfilterwrap-row {
    padding: 20px 0 0 0; }

  .brands-list-container {
    margin-top: 30px; }

  .brand-select-container {
    padding-right: 80px; }

  .brand-filter-button {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0; }

  .brands-header {
    background-color: #000;
    color: #FFF;
    padding: 30px;
    margin-bottom: 20px;
    background-image: url(http://www.brownthomas.com/content/ebiz/shop/resources/images/brands-az-header.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center right;
    background-repeat: no-repeat; }

  .brands-header h1 {
    line-height: 1;
    font-size: 24px; }

  .brands-header p {
    font-size: 12px;
    line-height: 1.2; }

  .custom-select-drop-down {
    float: right; }

  .custom-select-drop-down .f-dropdown.open {
    top: 38px !important;
    left: 0 !important; } }
@media only screen and (min-width: 992px) {
  .brandfilterwrap p {
    text-align: right; }

  .brands-list-container {
    display: block !important; } }
/* BRAND STYLES END */
/* ADDITIONAL PROD STYLES */
.prod-tile {
  text-align: center;
  position: relative;
  z-index: 1; }
  .prod-tile .prod-tile-promo {
    display: flex;
    align-items: flex-start;}
    .prod-tile .prod-tile-promo.ireland {
      background: #006600; }
      .prod-tile .prod-tile-promo.ireland:after {
        border-top-color: #006600; }
    .prod-tile .prod-tile-promo.sale {
      background: #cc0000; }
      .prod-tile .prod-tile-promo.sale:after {
        border-top-color: #cc0000; }
    .prod-tile .prod-tile-promo p {
      line-height: 1;
      color: white;
      text-transform: uppercase;
      font-size: 10px;
      font-weight: 500;
      display: flex;
      align-items: flex-start;
      background: pink;
      margin: 0 auto 0.75rem;
      padding: 0.25rem 0.5rem;
      background-color: #151515;
      border-radius: 4px;}
/*    .prod-tile .prod-tile-promo:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-bottom: 0;
      z-index: 100;
      bottom: -5px;
      left: 50%;
      margin-left: -5px;
      border-top-color: #151515;
      border-width: 5px; }*/
  .prod-tile .prod-tile-img {
    margin: 0 0 0.75rem 0;
    padding: 0.5rem 0 0 0; }
  .prod-tile .prod-tile-actions {
    text-align: center;
    margin: 0 0 0.75rem 0; }
    .prod-tile .prod-tile-actions li {
      display: inline-block;
      margin-right: -4px;
      line-height: 1; }
      .prod-tile .prod-tile-actions li:first-child a {
        border-right: 1px solid #d5d5d5; }
      .prod-tile .prod-tile-actions li a {
        display: block;
        padding: 0 0.625rem; }
      .prod-tile .prod-tile-actions li i {
        line-height: 1; }
  .prod-tile .prod-tile-txt {
    margin: 0 0 1.25rem 0; }
    .prod-tile .prod-tile-txt p {
      margin: 0;
      word-wrap: break-word;
      white-space: normal !important; }
    .prod-tile .prod-tile-txt p.prod-tile-title {
      text-transform: uppercase;
      font-weight: 500;
      margin: 0 0 0.375rem 0;
      font-size: 0.875rem; }
      .prod-tile .prod-tile-txt p.prod-tile-title .prod-tile-name {
        text-transform: none;
        display: block;
        font-weight: 400;
        font-size: 0.75rem; }
    .prod-tile .prod-tile-txt p.prod-tile-price {
      font-size: 0.875rem;
      font-weight: 500; }
      .prod-tile .prod-tile-txt p.prod-tile-price .prod-tile-wasprice {
        color: #8c8c8c;
        font-size: 60%;
        text-transform: uppercase; }
  .prod-tile .prod-tile-reviews {
    margin: 0 0 0.75rem 0; }
  .prod-tile .prod-tile-swatches {
    margin: 0 0 0.75rem 0; }
    .prod-tile .prod-tile-swatches li {
      display: inline-block;
      float: none;
      margin-right: -4px;
      padding-right: 0.5rem; }
      .prod-tile .prod-tile-swatches li span.square {
        cursor: pointer;
        width: 22px;
        height: 22px;
        display: block;
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        border-radius: 50%; }
        .prod-tile .prod-tile-swatches li span.square:hover {
          border: 2px solid #dbdbdb; }
  .prod-tile .prod-tile-compare label {
    margin-right: 0;
    font-size: 0.875rem; }

.pc-nav {
  font-size: 1.875rem;
  color: #666666; }

/* ADDITIONAL PROD STYLES END */
/* GLOBAL ELEMENTS */
.header-col-two-list form input[type="text"] {
  border-color: #8c8c8c;
  font-size: 0.75rem;
  font-weight: 400 !important; }

.header-col-two-list form input::-webkit-input-placeholder {
  line-height: 1.5; }

.header-col-two-list form input:-moz-placeholder {
  line-height: 1.5; }

.header-col-two-list form input::-moz-placeholder {
  line-height: 1.5; }

.header-col-two-list form input:-ms-input-placeholder {
  line-height: 1.5; }

/* megamenu */
.megamenu-wrapper {
  display: none;
  z-index: 1000;
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0 auto;
  background: none;
  text-align: left !important;
  padding: 0;
  border: none; }

.megamenu-content {
  background: white;
  padding: 0.75rem 0 1.5rem 0 !important;
  border: 1px solid #d5d5d5;
  display: none;
  z-index: 1000;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: left !important; }

.alert-box.warning {
  background: white;
  border: 1px solid #FF0000;
  color: #FF0000; }

.crumbtrail a {
  color: #333333; }
  .crumbtrail a:hover {
    color: #999999; }

/* bag */
.bag-content .bag-item {
  padding: 0.5rem; }

.f-dropdown.content.bagdrop {
  max-width: none;
  width: 400px;
  padding: 0;
  margin-top: 20px;
  z-index: 2001; }
  .f-dropdown.content.bagdrop.f-open-dropdown {
    right: 0 !important;
    left: auto !important; }
    .f-dropdown.content.bagdrop.f-open-dropdown:before {
      left: auto !important;
      right: 20px !important; }
    .f-dropdown.content.bagdrop.f-open-dropdown:after {
      left: auto !important;
      right: 19px !important; }

.bagdrop {
  display: none !important; }

.bag-content {
  padding: 0.9375rem; }
  .bag-content h5 {
    text-align: left;
    border-bottom: 1px solid #8c8c8c;
    padding-bottom: 1.25rem; }
  .bag-content .bag-item {
    padding: 0.5rem;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 0.75rem; }
    .bag-content .bag-item:last-child {
      border-bottom: none; }
    .bag-content .bag-item .bag-item-img {
      padding: 0;
      text-align: center; }
    .bag-content .bag-item .bag-item-desc h6 {
      margin: 0;
      font-weight: 500;
      font-size: 0.875rem; }
    .bag-content .bag-item .bag-item-desc p {
      margin: 0 0 0.75rem 0;
      font-size: 0.75rem;
      line-height: 1.2; }
      .bag-content .bag-item .bag-item-desc p.prod-quantity {
        font-size: 0.875rem; }
      .bag-content .bag-item .bag-item-desc p.bag-item-desc-more {
        margin: 0;
        color: #666666; }
    .bag-content .bag-item .bag-item-price p {
      font-size: 0.875rem;
      margin: 0;
      font-weight: 500; }
  .bag-content .bag-totals {
    position: relative;
    z-index: 1;
    padding: 0.625rem 0;
    background: #eef1f3;
    background: white;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c; }
    .bag-content .bag-totals p {
      font-size: 0.875rem;
      margin: 0;
      font-weight: 500; }
  .bag-content .bag-cta {
    *zoom: 1;
    background: white;
    padding: 1.25rem 0 0 0;
    text-align: center; }
    .bag-content .bag-cta:before, .bag-content .bag-cta:after {
      display: table;
      content: ""; }
    .bag-content .bag-cta:after {
      clear: both; }
  .bag-content .bag-promo {
    padding: 0.75rem 0;
    text-align: center;
    background: #eef1f3; }
    .bag-content .bag-promo p {
      font-size: 0.875rem;
      margin: 0; }
      .bag-content .bag-promo p b {
        font-weight: 500;
        text-transform: uppercase; }

.bag-promomsg {
  margin: 0.75rem -0.5rem 0 -0.5rem; }
  .bag-promomsg a {
    padding: 0.25rem;
    display: block;
    background: #eef1f3; }
    .bag-promomsg a:hover p {
      color: #999999; }
  .bag-promomsg p {
    font-size: 0.875rem;
    margin: 0;
    text-transform: none; }
    .bag-promomsg p b {
      font-weight: 500;
      text-transform: uppercase;
      display: block; }
    .bag-promomsg p span {
      font-weight: 500;
      letter-spacing: 1px;
      font-size: 80%; }
    .bag-promomsg p span.bag-promomsg-title {
      font-family: "didot_lt_stditalic";
      font-style: italic;
      display: block; }

.bag-nav {
  display: none;
  font-size: 1.125rem;
  background: white;
  padding: 0 0.375rem; }

/* accordion */
.pdp-accordion {
  border-bottom: 0; }

.pdp-accordion.accordion .accordion-navigation:first-child > a {
  border-top: 0; }

.pdp-accordion.accordion .accordion-navigation > a {
  font-weight: 500; }

.table-wrapper {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  position: relative; }

.bt-tabs {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem; }
  .bt-tabs .tabs-wrapper {
    position: relative;
    z-index: 1; }
  .bt-tabs .tabs {
    width: 100%;
    text-align: left;
    border: 1px solid #d5d5d5;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    background: white; }
  .bt-tabs .tabs .tab-title {
    display: block;
    float: none;
    position: relative;
    z-index: 1; }
  .bt-tabs .tabs .tab-title:not(.tab-title-select) {
    display: none; }
  .bt-tabs .tabs .tab-title > a {
    font-size: 1rem;
    text-transform: uppercase;
    color: #666666; }
    .bt-tabs .tabs .tab-title > a:hover {
      background: #eef1f3; }
  .bt-tabs .tabs .tab-title-select > a:after, .bt-tabs .tabs .tab-title.active.open > a:after {
    font-family: 'bticons';
    content: "\e912";
    display: block;
    float: right; }
  .bt-tabs .tabs .tab-title-select.open > a:after {
    content: "\e90f"; }
  .bt-tabs .tabs .tab-title.active:not(.tab-title-select) > a {
    font-weight: 500;
    color: #151515; }
  .bt-tabs .tabs .tab-title.active.open > a {
    background: none; }

/* banner slider */
.fullwidth-banner .fwb-nav a {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 0 0.9375rem;
  display: inline-block;
  font-size: 1.5rem;
  position: absolute;
  z-index: 300;
  top: 30%; }
  .fullwidth-banner .fwb-nav a.fwb-nav-next {
    right: 0; }
  .fullwidth-banner .fwb-nav a.fwb-nav-prev {
    left: 0; }

/* icons */
.icon-list {
  font-size: 1.25rem;
  margin: 0 0 1.5rem 0; }
  .icon-list li {
    color: #8c8c8c;
    clear: both; }
    .icon-list li i {
      color: #151515;
      float: left;
      width: 50px;
      line-height: 2; }
    .icon-list li span.sg-demo-spin {
      float: left;
      width: 50px; }
      .icon-list li span.sg-demo-spin i {
        width: auto; }
    .icon-list li span {
      float: left;
      width: 50%;
      line-height: 2; }

.onwhite {
  background: white;
  padding: 0.75rem; }
  .onwhite i, .onwhite h4 {
    color: #151515 !important; }

.onblack {
  background: #151515;
  padding: 0.75rem; }
  .onblack i, .onblack h4 {
    color: white !important; }

/* buttons */
.button.secondary {
  background: #DC8699;
  color: white;
  border-radius: 4px; }
  .button.secondary:hover {
    background: #c16278;
    color: white; }

.button.info {
  background: none; }

/* additional styles for new icons in header/nav - will tidy up later, putting them here while getting it working */
.wishlist-header {
  position: relative;
  z-index: 1;
  margin-top: -4px; }
  .wishlist-header img {
    max-height: 16px; }
  .wishlist-header .wishlist-total {
    position: absolute;
    z-index: 2;
    right: -5px;
    bottom: 0px;
    font-size: 10px;
    font-family: arial;
    font-weight: bold;
    background: #151515;
    color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%; }

.header-col-two-list li.bagicon-header {
  position: relative;
  z-index: 1;
  margin-top: -4px; }
  .header-col-two-list li.bagicon-header img {
    max-height: 16px; }
  .header-col-two-list li.bagicon-header span {
    font-size: 14px;
    vertical-align: bottom; }

.searchicon-header {
  max-height: 22px;
  opacity: 0.7; }

.psuedo-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }
  .psuedo-table .psuedo-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 2.25rem; }

@media only screen and (min-width: 768px) {
  .sg-lcase {
    display: inline; }

  #sq-demo-pdp-alsoinrange .prod-detail-image img {
    max-width: 350px; }

  /* bag */
  .bagdrop {
    display: block !important; }

  #basketWrapper {
    max-height: 275px;
    overflow: hidden; }

  .bag-content .bag-item .bag-item-img {
    padding: 0 0.9375rem; }
  .bag-content .bag-item .bag-item-desc h6 {
    font-size: 0.875rem; }
  .bag-content .bag-item .bag-item-desc p {
    font-size: 0.875rem; }
  .bag-content .bag-cta {
    padding: 1.25rem 0; }
    .bag-content .bag-cta .button {
      margin: 0; }

  .pdp-flags {
    position: absolute;
    left: 0;
    right: auto;
    margin: 0;
    padding: 0.25rem 0.9375rem;
    text-align: left; }
    .pdp-flags:before {
      content: "";
      display: none; }

  .prod-detail-image {
    padding: 1.5rem 0; }

  .pdp-image-main-pagination {
    display: none; }

  .pdp-image-main-nav {
    display: none; }

  .pdp-swatches-alt .tabs .tab-title > a {
    font-size: 1rem; }

  .pdp-subadd-cta {
    margin-bottom: 2.25rem; }
    .pdp-subadd-cta p {
      margin: 0; }

  .pdp-giftcard-values li a {
    font-size: 1rem; }

  .pdp-productset-item .pdp-swatch-list li span.square {
    width: 36px;
    height: 36px; }

  /* ADDITIONAL PLP STYLES */
  .header-container:not(.plp-header-notransform) .plp-header-txt, .header-container:not(.plp-header-notransform) .plp-header-img:not(.plp-header-img-carousel), .header-container:not(.plp-header-notransform) .plp-header-vid-wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    backface-visibility: hidden;
    -webkit-filter: blur(0); }

  .plp-header-img, .plp-header-vid-wrapper {
    padding: 1.875rem 0; }

  .plp-promopanel.plp-promo-img .plp-promopanel-txt {
    max-width: 60%; }

  .plp-promo-accordion {
    max-width: 50%; }

  .plp-sortpag-show {
    padding: 0.5rem 0 0.5rem 1rem;
    font-size: 0.875rem; }
    .plp-sortpag-show a {
      padding: 0 0.5rem; }

  .plp-paglist li.prev {
    padding-right: 1.5rem; }
  .plp-paglist li.next {
    padding-left: 1.5rem; }

  /* GLOBAL ELEMENTS */
  .table-wrapper {
    overflow-x: visible; }

  .bt-tabs {
    margin: 0;
    /* Required for Down Triangle */
    /* Stroke */
    /* Fill */ }
    .bt-tabs .tabs {
      width: 100%;
      text-align: center;
      white-space: nowrap;
      overflow-x: visible;
      border: none;
      border-top: 1px solid #d5d5d5;
      border-bottom: 1px solid #d5d5d5;
      padding-bottom: 0;
      overflow: visible;
      position: relative;
      z-index: 1; }
    .bt-tabs .tabs .tab-title {
      display: inline-block !important;
      float: none;
      position: relative;
      z-index: 1;
      overflow: visible;
      border-top: 0;
      border-bottom: 0;
      margin-right: -4px; }
    .bt-tabs .tabs .tab-title-select {
      display: none !important; }
    .bt-tabs .tabs .tab-title > a:hover {
      background: none; }
    .bt-tabs .tabs .tab-title.active.open > a:after {
      display: none; }
    .bt-tabs .tabs .tab-title.active:before, .bt-tabs .tabs .tab-title.active:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-bottom: 0;
      z-index: 100; }
    .bt-tabs .tabs .tab-title.active:before {
      bottom: -11px;
      left: 50%;
      margin-left: -15px;
      /* If 1px darken stroke slightly */
      border-top-color: #a8a8a8;
      border-width: 11px; }
    .bt-tabs .tabs .tab-title.active:after {
      bottom: -10px;
      left: 50%;
      margin-left: -14px;
      border-top-color: #fff;
      border-width: 10px; }

  nav[role=navigation].nav-stuck .nav-wishlist {
    color: white; }
    nav[role=navigation].nav-stuck .nav-wishlist .senary-color {
      color: white !important; }

  .bag-promomsg p b {
    display: inline-block; }
  .bag-promomsg p span.bag-promomsg-title {
    padding: 0 0.75rem 0 0;
    display: inline-block; }

  .bag-nav {
    display: block; }

  /* banner slider */
  .fullwidth-banner .fwb-nav a {
    top: 42%; } }
@media only screen and (min-width: 992px) {
  .pdp-flags {
    top: 1.5rem; }

  .prod-detail-intro {
    text-align: left; }

  .pdp-alsoinrange-wrapper {
    padding: 1.5rem; }

  div.header-container {
    padding: 0; }

  .accordion .accordion-navigation > a.plppa-title {
    display: none; }

  .plp-promo-accordion {
    margin: 0;
    max-width: none; }

  .plp-promo-accordion .accordion-navigation > .content.plppa-content {
    display: block;
    padding: 0;
    background: none !important;
    border: none !important; }

  div.header-container.plp-header-theme-1 .plp-promo-accordion .accordion-navigation > .content.plppa-content,
  div.header-container.plp-header-theme-2 .plp-promo-accordion .accordion-navigation > .content.plppa-content {
    background: none !important; }

  .editorial-panels {
    text-align: center; }
    .editorial-panels .ep-column {
      float: none !important;
      display: inline-block !important;
      margin-right: -4px; }

  .editorial-panels.plp-promo-panels {
    padding: 0.75rem;
    margin: 0; }
    .editorial-panels.plp-promo-panels .columns {
      margin-right: -4px !important;
      padding: 0 !important; }
    .editorial-panels.plp-promo-panels .ep:first-child {
      margin-right: 10px; }
    .editorial-panels.plp-promo-panels .ep .ep-text {
      padding: 1.125rem; }

  .plp-sortby {
    float: left; }

  .plp-sortpag-showing {
    float: left;
    padding: 0.5rem 0 0.5rem 1rem;
    font-size: 0.875rem; } }
@media only screen and (min-width: 1260px) {
  .pdp-book p {
    font-size: 100%; } }