body {
  background-color: white;
  font-family: "Lato Regular", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6; }

.page {
  background-color: #FFF; }

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

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

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1200px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: calc($diameter / 2);
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: calc($diameter / 2);
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: calc($diameter / 2);
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: calc($diameter / 2);
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: calc($diameter / 2);
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: calc($diameter / 2);
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: calc($diameter / 2);
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: calc($diameter / 2);
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: calc($diameter / 2);
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: calc($diameter / 2);
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: calc($diameter / 2);
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #FFF;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #FFF;
  border-radius: calc($diameter / 2);
  background-color: #FFF;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: calc($diameter / 2);
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: calc($diameter / 2);
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, yellow), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg); }

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #FFF;
  border-radius: calc($diameter / 2);
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative; }
  .product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    left: 0.295em;
    position: absolute; }
  .product-detail .attributes .swatch-circle.color-value.selected::after {
    background: #FFF;
    border-radius: 50%;
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em; }
  .product-detail .attributes .swatch-circle i.fa-times-circle {
    background: #FFF;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em; }

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed; }
  .product-detail [disabled] .swatch-circle.color-value.selected::after,
  .product-detail .swatch-circle.unselectable.color-value.selected::after {
    background-color: #495057; }

label.color ~ a:hover {
  text-decoration: none; }

.description-and-detail {
  margin-top: 2em; }
  @media (max-width: 543.98px) {
    .description-and-detail {
      margin-top: 0; }
      .description-and-detail .title {
        font-size: 1.5rem;
        margin-bottom: 0;
        font-family: 'Dosis', sans-serif; }
      .description-and-detail > div:last-child {
        margin-bottom: 1em; } }
  @media (min-width: 544px) {
    .description-and-detail .description {
      margin-bottom: 2em; } }
  @media (max-width: 543.98px) {
    .description-and-detail .content {
      margin-top: 1em; } }

.social-container {
  padding-top: 0.9375em;
  text-align: center; }
  .social-container .social-icons {
    text-decoration: none;
    font-size: 1.875em;
    list-style-type: none;
    padding: 0;
    color: #473F38; }
    @media (max-width: 991.98px) {
      .social-container .social-icons {
        font-size: 1.5625em; } }
    .social-container .social-icons i,
    .social-container .social-icons a {
      color: #473F38;
      padding-right: 0.2em; }

label.availability {
  padding-right: 0.3125em; }

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc; } }

@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc; } }

@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em; } }

@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #FFF;
    margin-top: -1.875em;
    /* 30/16 */
    margin-right: -0.9375em;
    /* 15/16 */
    padding: 0.1875em;
    /* 3/16 */ } }

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em; }

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%; }
  .promotions div.collapsible-xl button.callout {
    font-size: 1.25em;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    color: #c00; }
    @media (min-width: 544px) {
      .promotions div.collapsible-xl button.callout {
        font-size: 1.375em; } }
    .promotions div.collapsible-xl button.callout::after {
      color: #000; }

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .product-breadcrumb .breadcrumb {
      border-top: 1px solid #212529; } }

.price {
  font-size: 1.5rem; }

.product-options {
  margin-top: 1.25em; }

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
          transition-timing-function: cubic-bezier(0, 1, 0, 1); }
  .size-chart .size-chart-collapsible.active {
    max-height: 100%;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; }

.color-attribute {
  border: none;
  padding: 0;
  background: none; }

.non-input-label {
  display: block;
  margin-bottom: 0.5rem; }

@media (min-width: 769px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em; }
    .product-grid .col-6 {
      padding-left: 5px;
      padding-right: 5px; } }

.carousel .icon-next,
.carousel .icon-prev {
  background-color: #e2e2e2; }
  .carousel .icon-next::before,
  .carousel .icon-prev::before {
    color: #707070; }

.product-breadcrumb {
  padding: 0 15px 20px; }

.product-breadcrumb .breadcrumb {
  padding: 0 1rem; }

header ~ #maincontent .container .breadcrumb-item a:not(.btn-primary):not(.btn-outline-primary) {
  font-size: 14px;
  color: #707070;
  font-weight: 400;
  font-family: "Lato Regular", sans-serif; }

.product-name {
  color: #000;
  font-weight: 600; }
  @media (max-width: 1199.98px) {
    .product-name {
      text-align: center; } }

.product-number-rating {
  border-top: 2px solid #A990AB;
  border-bottom: 2px solid #A990AB; }

.product-number {
  padding-left: 12px;
  padding-right: 12px;
  color: #A990AB;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato Regular", sans-serif; }

.attributes {
  padding-left: 3.5rem;
  font-family: "Lato Regular", sans-serif; }
  @media (max-width: 1199.98px) {
    .attributes {
      padding: 0 0.5rem; } }

.attribute label,
.attribute option,
.product-availability {
  color: #2A2829;
  font-weight: 400;
  font-family: "Lato Regular", sans-serif; }

.custom-select {
  border: 1px solid #707070;
  color: #707070;
  font-family: "Lato Regular", sans-serif; }

.product-availability {
  padding-bottom: 10px; }

.prices-add-to-cart-actions {
  padding: 10px 0.9375em 0;
  font-weight: 600;
  font-family: "Montserrat SemiBold", sans-serif; }

.list-group-item,
.card-header button {
  border: none;
  background-color: #FFF; }

.description-and-detail .tab-pane {
  width: 100%; }

.description-and-detail .card-header {
  background-color: #FFF; }

.list-group-item.active {
  background-color: #FFF;
  border-bottom: 2px solid #A990AB; }

header ~ #maincontent .container .description-and-detail a.list-group-item:not(.btn-primary):not(.btn-outline-primary),
.card-header button {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  padding: 0 1.25rem;
  font-size: 24px; }

.recommendations,
.description,
.product-details,
.documents {
  color: #000;
  font-weight: 400;
  font-family: "Lato Regular", sans-serif;
  margin: 2em; }

.descr,
.detail {
  margin-bottom: 1em; }

.description-subheading,
.details-subheading {
  font-weight: 600;
  font-family: "Montserrat SemiBold", sans-serif;
  font-size: 20px; }
  @media (max-width: 1199.98px) {
    .description-subheading,
    .details-subheading {
      font-size: 18px; } }

.documents {
  width: 100%; }
  .documents .document-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }

header ~ #maincontent .container .document-list a:not(.btn-primary):not(.btn-outline-primary) {
  color: #000;
  display: initial;
  font-size: 20px;
  text-decoration: underline; }
  header ~ #maincontent .container .document-list a:not(.btn-primary):not(.btn-outline-primary):hover {
    color: #000;
    text-decoration: underline; }

#description-and-detail-mobile .card,
#description-and-detail-mobile .card .card-header {
  border: none; }

.card-header button.btn-link:hover {
  text-decoration: none; }

#description-and-detail-mobile .recommendations.show,
#description-and-detail-mobile .description.show,
#description-and-detail-mobile .product-details.show,
#description-and-detail-mobile .documents.show {
  border-top: 2px solid #A990AB;
  margin: 0;
  padding-top: 1em;
  border-bottom: 2px solid #A990AB; }

#maincontent .add-to-quote,
#maincontent .add-to-cart {
  margin: auto;
  width: 100%;
  background-color: #A990AB; }

#maincontent .add-to-quote:hover,
#maincontent .add-to-cart:hover {
  background-color: #705173;
  color: #2A2829; }

#maincontent .add-to-wish-list {
  width: 39%;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #b9ccd3; }

@media (max-width: 768.98px) {
  #maincontent .add-to-wish-list {
    width: 100%;
    margin-bottom: 15px;
    margin-top: -14px; } }

#maincontent .add-to-wish-list:hover {
  background-color: #86A3AE;
  color: #000; }

#maincontent .add-to-cart-disclaimer {
  background-color: #A990AB; }

#maincontent .add-to-cart-disclaimer:hover {
  background-color: #705173;
  color: #2A2829; }

@media (max-width: 768.98px) {
  .add-to-wish-list {
    width: 100%;
    margin-top: 0; } }

#cloudModal .close {
  color: #b9ccd3; }

#cloudModal .modal-header {
  background-color: #EED7CA;
  border-bottom: 2px solid #212529;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem; }
  #cloudModal .modal-header h2 {
    font-family: "Montserrat SemiBold", sans-serif;
    font-size: 32px; }

.add-to-cart-messages {
  z-index: 100; }

.detail ::first-letter {
  text-transform: uppercase; }

.description-and-detail .tab-mob-btn {
  display: none; }

@media (min-width: 769px) {
  .description-and-detail .collapse {
    display: block; } }

@media (max-width: 991.98px) {
  .description-and-detail .list-group {
    display: none; }
  .description-and-detail .tab-content .tab-pane {
    margin: 1rem 0;
    display: block; }
    .description-and-detail .tab-content .tab-pane .tab-mob-btn {
      display: block;
      position: relative;
      width: 100%;
      color: #000;
      text-align: center;
      text-transform: capitalize;
      margin-bottom: 1rem;
      font-size: 24px;
      cursor: pointer; }
    .description-and-detail .tab-content .tab-pane .tab-body {
      overflow: hidden;
      padding: 1rem;
      max-height: 100%;
      border-bottom: 2px solid #a990ab;
      border-top: 2px solid #a990ab; }
    .description-and-detail .tab-content .tab-pane .tab-mob-btn {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
      background-repeat: no-repeat;
      background-position: right; } }

.add-to-wishlist-messages {
  left: 50%;
  position: fixed;
  top: 15%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100; }
  .add-to-wishlist-messages .add-to-wishlist-alert {
    -webkit-animation: fade 5s linear forwards;
            animation: fade 5s linear forwards;
    -webkit-box-shadow: 1px 1px 5px grey;
            box-shadow: 1px 1px 5px grey;
    padding: 1em; }

.bonus-product-carousel .carousel-item img {
  max-width: 150px;
  height: auto;
  margin: 0 auto;
  display: block; }

.choose-bonus-product-dialog {
  max-width: 600px;
  margin: 7.75rem auto;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.product-name-bonus {
  font-size: 22px !important; }

.btn-bonus-add {
  width: 220px !important; }

@media (max-width: 768.98px) {
  .btn-bonus-add {
    width: 120px !important; }
  .choose-bonus-product-dialog {
    margin: 0.5rem; } }
