@charset "UTF-8";
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova Cond';
  src: url("../fonts/ProximaNovaCond-Bold.eot");
  src: url("../fonts/ProximaNovaCond-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaCond-Bold.woff2") format("woff2"), url("../fonts/ProximaNovaCond-Bold.woff") format("woff"), url("../fonts/ProximaNovaCond-Bold.ttf") format("truetype"), url("../fonts/ProximaNovaCond-Bold.svg#ProximaNovaCond-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova Cond';
  src: url("../fonts/ProximaNovaCond-Regular.eot");
  src: url("../fonts/ProximaNovaCond-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaCond-Regular.woff2") format("woff2"), url("../fonts/ProximaNovaCond-Regular.woff") format("woff"), url("../fonts/ProximaNovaCond-Regular.ttf") format("truetype"), url("../fonts/ProximaNovaCond-Regular.svg#ProximaNovaCond-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

body {
  font-family: "Proxima Nova";
  font-weight: normal;
  color: #000;
  padding: 147px 0 0 0;
  background: #F1F1F1;
  font-size: 16px;
  line-height: 24px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Proxima Nova Cond";
  font-weight: bold;
  letter-spacing: 0;
  color: #003057; }

p {
  font-family: "Proxima Nova";
  font-weight: normal;
  color: #000;
  font-size: 16px;
  line-height: 24px; }

label.form-option.AddedQty {
  display: block !important; }

label.form-option.optionaltxt {
  display: block !important; }

.rectangle-options-wrapper {
  display: flex;
  flex-wrap: wrap; }

.prod_options .rectangle-options-wrapper .form-field[data-product-attribute="set-rectangle"] .form-option input#custom_qty {
  margin: 0 !important; }

.prod_options .rectangle-options-wrapper .form-field[data-product-attribute="set-rectangle"] .form-option {
  width: 100% !important; }

a,
a:focus {
  color: #CF3339; }

a:hover {
  color: #003057; }

.button,
.button:focus,
.button:active,
.swal2-container .swal2-confirm.button,
.swal2-container .swal2-modal .swal2-cancel,
.main-btn {
  background-color: #CF4045;
  color: #ffffff;
  line-height: normal;
  font-size: 16px;
  border: 0;
  border-radius: 10px;
  outline: none;
  text-transform: uppercase;
  font-family: "Proxima Nova Cond";
  letter-spacing: 0;
  margin: 0;
  font-weight: bold;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  .button:hover,
  .button:focus:hover,
  .button:active:hover,
  .swal2-container .swal2-confirm.button:hover,
  .swal2-container .swal2-modal .swal2-cancel:hover,
  .main-btn:hover {
    background-color: #8A161B;
    color: #fff; }
  .button:focus,
  .button:focus:focus,
  .button:active:focus,
  .swal2-container .swal2-confirm.button:focus,
  .swal2-container .swal2-modal .swal2-cancel:focus,
  .main-btn:focus {
    background-color: #8A161B;
    color: #fff; }

.button:hover, .swal2-container .swal2-confirm.button:hover, .swal2-container .swal2-modal .swal2-cancel:hover, .main-btn:hover {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: none !important;
  outline-offset: 0px !important; }

a {
  text-decoration: none; }

input:focus, button:focus, textarea:focus, select:focus, details:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, [contenteditable="true"]:focus {
  outline: none !important;
  outline-offset: 0 !important; }

*, :before, :after {
  box-sizing: border-box;
  margin: 0; }

.container {
  max-width: 1242px;
  padding: 0 20px; }

.header {
  padding: 16px 0 0 0;
  border: none;
  background: #F1F1F1;
  position: fixed; }
  .header .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px 22px; }
    .header .header-top .header-logo {
      margin: 0;
      float: left;
      width: 172px; }
      .header .header-top .header-logo .header-logo-image-container {
        min-height: auto; }
      .header .header-top .header-logo .header-logo-image {
        mix-blend-mode: multiply; }
  .header .navUser {
    float: right;
    padding: 0;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header .navUser .search-panel {
      float: left;
      width: 500px; }
      .header .navUser .search-panel .container {
        max-width: 100%;
        padding: 0; }
      .header .navUser .search-panel .form {
        margin: 0; }
        .header .navUser .search-panel .form .form-field {
          position: relative;
          margin: 0; }
        .header .navUser .search-panel .form .form-input {
          line-height: 43px;
          padding: 0 15px 0 38px;
          border-radius: 5px;
          border: 1px solid #CCC;
          background: #FFF;
          height: auto;
          font-size: 14px;
          font-weight: normal;
          font-family: "Proxima Nova";
          color: #666; }
          .header .navUser .search-panel .form .form-input::placeholder {
            font-size: 14px;
            font-weight: normal;
            font-family: "Proxima Nova";
            color: #666; }
        .header .navUser .search-panel .form .search_quick {
          position: absolute;
          left: 15px;
          top: 0;
          background: transparent;
          border: none;
          padding: 0;
          width: 15px;
          height: 45px;
          background-image: var(--search-icon, url("/content/Utility/search_icon.svg"));
          background-repeat: no-repeat;
          background-position: center; }
    .header .navUser .help {
      float: left;
      width: auto;
      padding: 0 28px 0 30px;
      max-width: 226px; }
      .header .navUser .help p {
        margin: 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px; }
        .header .navUser .help p a {
          color: #CF3339; }
          .header .navUser .help p a:hover {
            color: #003057; }
        .header .navUser .help p span {
          display: inline-block;
          width: 100%;
          font-weight: normal;
          font-size: 12px;
          line-height: 14px; }
    .header .navUser .navUser-section {
      display: flex;
      align-items: center;
      justify-content: center; }
      .header .navUser .navUser-section .navUser-item {
        margin-left: 30px; }
      .header .navUser .navUser-section .navUser-action {
        font-size: 14px;
        font-family: "Proxima Nova";
        color: #000;
        font-weight: normal;
        text-transform: capitalize;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 7px; }
        .header .navUser .navUser-section .navUser-action span {
          line-height: 16px; }
        .header .navUser .navUser-section .navUser-action svg {
          stroke: none; }
        .header .navUser .navUser-section .navUser-action .dropdown-arrow {
          margin-top: 3px; }
        .header .navUser .navUser-section .navUser-action:hover {
          color: #CF3339; }
          .header .navUser .navUser-section .navUser-action:hover svg path {
            fill: #CF3339 !important; }
      .header .navUser .navUser-section .navUser-item--account {
        position: relative;
        margin: 0 0 0 26px; }
        .header .navUser .navUser-section .navUser-item--account .ctm_acc_dtls {
          position: absolute;
          width: 160px;
          background: #FFF;
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          text-align: center;
          padding: 10px 15px;
          left: -20px;
          top: 27px; }
          .header .navUser .navUser-section .navUser-item--account .ctm_acc_dtls .button {
            width: 100%;
            margin: 5px 0;
            padding: 0;
            line-height: 40px;
            font-size: 14px; }
            .header .navUser .navUser-section .navUser-item--account .ctm_acc_dtls .button:last-child {
              border: 2px solid #003057;
              background: #FFF;
              color: #003057;
              line-height: 36px; }
              .header .navUser .navUser-section .navUser-item--account .ctm_acc_dtls .button:last-child:hover {
                border: 2px solid #00223D;
                background: #00223D;
                color: #fff; }
      .header .navUser .navUser-section .countPill {
        display: block !important;
        width: 25px;
        height: 25px;
        background: #CF3339;
        font-size: 12px;
        color: #fff;
        margin: 0;
        padding: 5px 0; }
  .header .navPages-container {
    background: #003057; }
    .header .navPages-container .megamenu {
      padding: 0 25px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .header .navPages-container .megamenu .navPages-action .icon {
        width: 15px;
        height: 15px;
        margin: -1px 0 0 3px; }
        .header .navPages-container .megamenu .navPages-action .icon svg {
          fill: #fff;
          stroke: none; }
    .header .navPages-container .navPages {
      max-width: 100%; }
      .header .navPages-container .navPages .navPages-action {
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        font-family: "Proxima Nova Cond";
        padding: 0 20px;
        line-height: 50px; }
        .header .navPages-container .navPages .navPages-action:hover {
          background: transparent; }
        .header .navPages-container .navPages .navPages-action.is-open .icon svg {
          transform: rotate(180deg); }
      .header .navPages-container .navPages .megamenu-left .navPages-item {
        margin: 0 10px 0 0;
        padding: 0 0; }
        .header .navPages-container .navPages .megamenu-left .navPages-item:hover > .navPages-action {
          background: #CF3339; }
        .header .navPages-container .navPages .megamenu-left .navPages-item .icon {
          margin-top: 2px; }
      .header .navPages-container .navPages .navPages-action.is-open {
        background: #CF3339; }
      .header .navPages-container .navPages .megamenu-right {
        margin: 0;
        padding: 0;
        border: none; }
        .header .navPages-container .navPages .megamenu-right .navPage-subMenu.is-open {
          height: auto; }
          .header .navPages-container .navPages .megamenu-right .navPage-subMenu.is-open .navPage-subMenu-list {
            width: 100%; }
        .header .navPages-container .navPages .megamenu-right .navPages-item {
          margin: 0 0 0 0;
          position: relative; }
          .header .navPages-container .navPages .megamenu-right .navPages-item:hover > .navPages-action {
            background: #CF3339; }
          .header .navPages-container .navPages .megamenu-right .navPages-item:last-child:hover .navPages-action {
            background: #003057; }
          .header .navPages-container .navPages .megamenu-right .navPages-item .navPages-action {
            font-size: 14px;
            font-weight: 700;
            text-transform: capitalize;
            font-family: "Proxima Nova";
            padding: 0 0;
            line-height: 50px;
            padding: 0 15px; }
            .header .navPages-container .navPages .megamenu-right .navPages-item .navPages-action .icon {
              width: 12px;
              height: 12px; }
          .header .navPages-container .navPages .megamenu-right .navPages-item .red-btn.button {
            padding: 0 16px;
            line-height: 35px;
            margin-top: 7px;
            border-radius: 5px; }
            .header .navPages-container .navPages .megamenu-right .navPages-item .red-btn.button:hover {
              background: #8A161B; }
          .header .navPages-container .navPages .megamenu-right .navPages-item .navPage-subMenu {
            background: #fff;
            width: 275px;
            box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
            padding: 20px 20px 8px 20px !important; }
            .header .navPages-container .navPages .megamenu-right .navPages-item .navPage-subMenu .navPage-subMenu-item {
              padding: 0 !important;
              width: 100%;
              margin: 0 0 12px 0; }
              .header .navPages-container .navPages .megamenu-right .navPages-item .navPage-subMenu .navPage-subMenu-item .navPage-subMenu-action {
                font-family: "Proxima Nova Cond";
                font-weight: bold;
                color: #003057;
                padding: 0;
                border-bottom: none;
                margin-bottom: 0;
                line-height: 20px;
                font-size: 16px;
                text-transform: uppercase;
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                column-gap: 14px; }
                .header .navPages-container .navPages .megamenu-right .navPages-item .navPage-subMenu .navPage-subMenu-item .navPage-subMenu-action:hover {
                  color: #CF3339; }
                .header .navPages-container .navPages .megamenu-right .navPages-item .navPage-subMenu .navPage-subMenu-item .navPage-subMenu-action .catalog-img {
                  float: left;
                  margin-top: 1px; }
                .header .navPages-container .navPages .megamenu-right .navPages-item .navPage-subMenu .navPage-subMenu-item .navPage-subMenu-action .catalog-text {
                  text-transform: capitalize;
                  font-weight: 400; }

.card .card-figcaption:focus,
.card .card-figcaption:focus-within,
.card:focus .card-figure {
  opacity: 0; }

.slick-prev,
.slick-next,
.slick-arrow {
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px; }

/* base arrows */
.slick-prev::before,
.slick-next::before {
  content: "";
  /* required */
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  opacity: 1;
  /* override Slick’s faint default */ }

/* normal state */
.slick-prev::before {
  background: #003057 var(--carousel-arrow-left, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 18l-6-6 6-6' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")) no-repeat center; }

.slick-next::before {
  background: #003057 var(--carousel-arrow-right, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 6l6 6-6 6' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")) no-repeat center; }

/* hover/focus state */
/* hover/focus state — only change color, do NOT reset bg-image */
.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  background-color: #00223D; }

/* disabled state */
.slick-disabled::before {
  opacity: .35; }

.carousel-tooltip {
  display: none !important; }

.productspotlight {
  float: left;
  width: 100%;
  padding: 60px 0 0 0; }
  .productspotlight .productspotlight-left {
    float: left;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 7px; }
    .productspotlight .productspotlight-left span {
      float: left; }
      .productspotlight .productspotlight-left span svg {
        float: left; }
    .productspotlight .productspotlight-left h2 {
      margin: 0 0 0 10px;
      font-size: 30px;
      text-transform: uppercase;
      line-height: 30px; }
  .productspotlight .productspotlight-right {
    float: right; }
    .productspotlight .productspotlight-right .tabs {
      border: none; }
    .productspotlight .productspotlight-right .tab {
      border: none;
      margin-left: 20px; }
      .productspotlight .productspotlight-right .tab .button {
        background: transparent;
        font-family: "Proxima Nova Cond";
        font-weight: bold;
        color: #003057;
        padding: 0 20px;
        border: 1px transparent solid;
        line-height: 38px;
        border-radius: 5px;
        font-size: 18px; }
        .productspotlight .productspotlight-right .tab .button:hover {
          color: #CF3339;
          border: 1px solid #CF3339; }
      .productspotlight .productspotlight-right .tab.is-active .button {
        color: #CF3339;
        border: 1px solid #CF3339; }
  .productspotlight .tabs-contents {
    float: left;
    width: 100%;
    padding: 31px 0 0 0;
    margin: 0; }
    .productspotlight .tabs-contents .card {
      margin: 0; }
    .productspotlight .tabs-contents .card-body .card-sku {
      color: #003057;
      font-family: "Proxima Nova Cond";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 21px;
      margin: 0; }
    .productspotlight .tabs-contents .card-body .summary {
      display: none; }
    .productspotlight .tabs-contents .card-body .card-actions {
      display: none; }
    .productspotlight .tabs-contents .tab-content {
      padding: 0; }
    .productspotlight .tabs-contents .slick-arrow {
      margin: 0 0 0 0;
      transform: none;
      top: 95px; }
    .productspotlight .tabs-contents .slick-prev {
      left: -20px; }
    .productspotlight .tabs-contents .slick-next {
      right: -20px; }
    .productspotlight .tabs-contents #tab-exclusives .product {
      margin: 0 8px; }

.productCarousel .slick-list.draggable {
  margin: 0 -8px; }

.productCarousel .productCarousel-slide {
  padding: 0 8px; }

.card .card-figure {
  padding: 0;
  border-radius: 30px; }
  .card .card-figure::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #CCC;
    border-radius: 30px;
    z-index: 9; }

.card .card-figcaption {
  z-index: 9;
  position: absolute;
  top: 50%;
  height: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 150px; }
  .card .card-figcaption .quickview {
    width: 150px;
    line-height: 50px;
    padding: 0 5px; }

.card .card-img-container {
  height: 228px; }
  .card .card-img-container img {
    position: initial;
    width: 100%; }

.card .card-img-container::after {
  padding: 0; }

.card:hover .card-figure::after {
  border: 2px solid #CF3339;
  border-radius: 30px;
  z-index: 9; }

.card:hover .card-body .card-title a {
  color: #CF3339; }

.card .card-body {
  padding: 9px 0 0 0; }
  .card .card-body .card-title {
    margin: 0;
    height: 66px;
    overflow: hidden; }
    .card .card-body .card-title p {
      margin: 0; }
    .card .card-body .card-title a {
      font-family: "Proxima Nova Cond";
      font-size: 16px;
      font-weight: 500;
      color: #000;
      line-height: 22px;
      text-transform: capitalize; }

.imgslider {
  display: inline-block;
  width: 100%;
  clear: both;
  padding: 35px 0 129px 0; }
  .imgslider .slick-slider {
    margin: 0; }
    .imgslider .slick-slider .imgcontainer {
      padding: 0 7px; }
    .imgslider .slick-slider .slick-dots {
      bottom: -36px; }
      .imgslider .slick-slider .slick-dots li {
        background: transparent;
        padding: 0;
        width: 15px;
        height: 15px;
        margin: 0 3px; }
        .imgslider .slick-slider .slick-dots li button {
          width: 15px;
          height: 15px;
          float: left;
          border: 2px #003057 solid; }
          .imgslider .slick-slider .slick-dots li button:hover::before {
            background: #003057;
            opacity: 1;
            left: -2px;
            top: -2px; }
        .imgslider .slick-slider .slick-dots li.slick-active :before {
          background: #003057;
          float: left;
          left: -2px;
          top: -2px; }

.review {
  display: inline-block;
  width: 100%;
  clear: both;
  padding: 0 0 100px 0; }
  .review .review-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 32px 0; }
    .review .review-header span {
      float: left; }
      .review .review-header span svg {
        float: left; }
    .review .review-header h2 {
      margin: 0 0 0 11px; }
  .review .slick-slider {
    margin: 0; }
  .review .slick-list {
    margin: 0 -7px; }
    .review .slick-list .slick-slide {
      padding: 0 7px; }
  .review .slick-dots {
    bottom: -36px; }
    .review .slick-dots li {
      background: transparent;
      padding: 0;
      width: 15px;
      height: 15px;
      margin: 0 3px; }
      .review .slick-dots li button {
        width: 15px;
        height: 15px;
        float: left;
        border: 2px #003057 solid; }
        .review .slick-dots li button:hover::before {
          background: #003057;
          opacity: 1;
          left: -2px;
          top: -2px; }
      .review .slick-dots li.slick-active :before {
        background: #003057;
        float: left;
        left: -2px;
        top: -2px; }
  .review .review-inner {
    position: relative;
    border-radius: 30px;
    min-height: 245px;
    overflow: hidden;
    padding: 40px 50px 20px; }
    .review .review-inner img {
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      height: 100%; }
    .review .review-inner .review-star span {
      float: left;
      margin-right: 1px; }
      .review .review-inner .review-star span svg {
        float: left; }
    .review .review-inner p {
      clear: both;
      display: inline-block;
      width: 100%;
      color: #fff;
      margin: 14px 0 12px 0; }
    .review .review-inner h4 {
      margin: 0;
      color: #fff;
      font-size: 16px;
      text-transform: uppercase; }

.page-heading {
  color: #003057;
  font-family: "Proxima Nova Cond";
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase; }

.track_record {
  display: inline-block;
  clear: both;
  width: 100%;
  padding: 30px 0 94px 0; }
  .track_record .track_record_textimg {
    background: #CF3339;
    float: left;
    width: 100%;
    border-radius: 30px; }
  .track_record .leftsec {
    float: left;
    width: 50%;
    position: relative;
    border-radius: 30px 0px 0px 30px;
    height: 100%; }
    .track_record .leftsec img {
      opacity: 0.15; }
    .track_record .leftsec .redimg-content {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      padding: 0 80px; }
    .track_record .leftsec h3 {
      margin: 0;
      color: #fff;
      font-size: 30px;
      text-transform: uppercase;
      line-height: normal; }
    .track_record .leftsec p {
      margin: 11px 0 20px 0;
      color: #fff; }
    .track_record .leftsec .learnmore {
      display: inline-block;
      background: #003057;
      text-transform: uppercase;
      color: #fff;
      width: 150px;
      line-height: 50px;
      text-align: center;
      font-weight: bold;
      font-family: "Proxima Nova Cond";
      font-size: 16px;
      border-radius: 10px; }
      .track_record .leftsec .learnmore:hover {
        background: #00223D; }
  .track_record .rightsec {
    float: left;
    width: 50%;
    border-radius: 0px 30px 30px 0px;
    height: 100%; }
    .track_record .rightsec img {
      width: 100%; }

.footer {
  border: none;
  padding: 0; }
  .footer .refer {
    background: #A70000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    column-gap: 10px; }
    .footer .refer h4 {
      margin: -2px 0 0 0;
      color: #FFF;
      font-size: 18px;
      font-weight: bold;
      line-height: 18px;
      text-transform: uppercase; }
    .footer .refer a {
      color: #FFF;
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      position: relative; }
      .footer .refer a:hover {
        color: #003057; }
      .footer .refer a:after {
        content: "";
        background: #fff;
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px; }
  .footer .footer-info-heading {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.3px;
    text-transform: uppercase;
    margin: 0 0 12px 0; }
  .footer .footer-info-list li {
    margin: 0 0 2px 0; }
  .footer .footer-info-list a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal; }
    .footer .footer-info-list a:hover {
      color: #A70000; }
  .footer .footer-info {
    margin: 0;
    padding: 50px 0 0 0; }
    .footer .footer-info .footer-info-col {
      float: left;
      width: auto;
      padding: 0; }
    .footer .footer-info .footer-info-col--social {
      width: 280px; }
    .footer .footer-info .f_account {
      width: 150px; }
    .footer .footer-info .f_artwork {
      width: 150px; }
    .footer .footer-info .f_aboutus {
      width: 150px; }
    .footer .footer-info .f_newsletter {
      float: right;
      width: 250px; }
      .footer .footer-info .f_newsletter p {
        display: none; }
      .footer .footer-info .f_newsletter .form {
        margin: 16px 0 0 0; }
        .footer .footer-info .f_newsletter .form p {
          display: block; }
        .footer .footer-info .f_newsletter .form .form-prefixPostfix {
          position: relative; }
        .footer .footer-info .f_newsletter .form .form-field {
          margin: 0; }
        .footer .footer-info .f_newsletter .form .button {
          position: absolute;
          right: 4px;
          top: 5px;
          width: 84px;
          line-height: 35px;
          padding: 0;
          border-radius: 5px;
          height: auto; }
        .footer .footer-info .f_newsletter .form .form-input {
          height: auto;
          border-radius: 5px;
          border: 1px solid #CCC;
          background: #FFF;
          line-height: 43px;
          padding: 0 100px 0 15px;
          color: #666;
          font-family: "Proxima Nova";
          font-size: 14px;
          font-weight: 400; }
          .footer .footer-info .f_newsletter .form .form-input::placeholder {
            color: #666;
            font-family: "Proxima Nova";
            font-size: 14px;
            font-weight: 400;
            line-height: 14px; }
      .footer .footer-info .f_newsletter .button.button-outline {
        background: transparent;
        border-radius: 5px;
        border: 2px solid #A70000;
        font-size: 18px;
        line-height: 41px;
        width: 75%;
        text-align: center;
        padding: 0;
        margin: 20px 0 0 0; }
        .footer .footer-info .f_newsletter .button.button-outline:hover {
          background: #A70000; }
  .footer .socialLinks {
    margin: 23px 0 0 0; }
    .footer .socialLinks .socialLinks-item {
      margin: 0 6px 0 0; }
      .footer .socialLinks .socialLinks-item .icon {
        width: 40px;
        height: 40px;
        border-radius: 5px;
        background: #CF3339;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0; }
        .footer .socialLinks .socialLinks-item .icon svg {
          fill: #fff; }
        .footer .socialLinks .socialLinks-item .icon:hover rect {
          fill: #8A161B !important; }
  .footer .footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 95px 0 24px 0; }
    .footer .footer-copyright .powered-by {
      color: #FFF;
      font-size: 12px;
      line-height: normal; }
      .footer .footer-copyright .powered-by a {
        color: #fff;
        text-decoration: underline; }
        .footer .footer-copyright .powered-by a:hover {
          text-decoration: none;
          color: #A70000; }
    .footer .footer-copyright ul {
      margin: 0; }
      .footer .footer-copyright ul li {
        display: inline-block;
        margin: 0;
        color: #FFF;
        font-family: "Proxima Nova Cond";
        font-size: 18px;
        font-weight: bold;
        line-height: 27px;
        text-transform: uppercase; }
        .footer .footer-copyright ul li a {
          color: #FFF;
          font-family: "Proxima Nova Cond";
          font-size: 18px;
          font-weight: bold;
          line-height: 27px;
          text-transform: uppercase; }
          .footer .footer-copyright ul li a:hover {
            color: #CF3339; }

/* When any megamenu is open, prevent clicking page content behind it */
body:has(.navPage-subMenu.is-open) .body,
body:has(.navPage-subMenu.is-open) main,
body:has(.navPage-subMenu.is-open) .page {
  pointer-events: none; }

/* But keep header/nav clickable */
body:has(.navPage-subMenu.is-open) header,
body:has(.navPage-subMenu.is-open) .navPages-container,
body:has(.navPage-subMenu.is-open) .navPage-subMenu {
  pointer-events: auto; }

header {
  position: relative;
  z-index: 100; }

.navPages-container {
  position: relative;
  z-index: 110; }

.navPage-subMenu.is-open {
  position: absolute;
  z-index: 120;
  padding: 30px 50px !important;
  background: #fff;
  height: 454px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25); }
  .navPage-subMenu.is-open .menu-img {
    width: 250px;
    float: right;
    text-align: center; }
    .navPage-subMenu.is-open .menu-img img {
      border-radius: 30px; }
    .navPage-subMenu.is-open .menu-img .catmenuname {
      display: inline-block;
      width: 100%;
      text-align: center;
      color: #003057;
      text-align: center;
      font-family: "Proxima Nova Cond";
      font-size: 18px;
      font-weight: bold;
      line-height: 20px;
      text-transform: uppercase;
      margin: 10px 0 0 0; }
    .navPage-subMenu.is-open .menu-img .button.red-btn {
      padding: 0;
      width: 150px;
      line-height: 50px; }
  .navPage-subMenu.is-open .navPage-subMenu-list {
    float: left;
    width: calc(100% - 250px);
    height: 100%;
    overflow-y: auto;
    max-width: 100%; }
    .navPage-subMenu.is-open .navPage-subMenu-list::before, .navPage-subMenu.is-open .navPage-subMenu-list::after {
      display: none; }
  .navPage-subMenu.is-open .navPage-subMenu-group {
    width: calc(24% - 50px);
    float: left;
    margin-right: 0px; }
    .navPage-subMenu.is-open .navPage-subMenu-group .navPage-subMenu-item {
      width: 100%; }
  .navPage-subMenu.is-open .navPage-subMenu-item {
    position: relative;
    float: left;
    padding: 0 !important;
    width: 25%;
    margin-bottom: 16px; }
    .navPage-subMenu.is-open .navPage-subMenu-item .dropdown-arrow {
      display: none !important;
      position: absolute;
      right: 100px;
      top: -6px;
      /*expand clickable area*/
      bottom: -6px;
      /*expand clickable area*/
      width: 64px;
      /*expand clickable area*/
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 3;
      touch-action: manipulation; }
      .navPage-subMenu.is-open .navPage-subMenu-item .dropdown-arrow * {
        pointer-events: none; }
      .navPage-subMenu.is-open .navPage-subMenu-item .dropdown-arrow.activemenu svg {
        transform: rotate(-180deg); }
    .navPage-subMenu.is-open .navPage-subMenu-item .navPage-subMenu-action {
      color: #003057;
      font-family: "Proxima Nova Cond";
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      text-transform: uppercase;
      border: none;
      padding: 0;
      margin: 0;
      padding-right: 0 !important;
      cursor: pointer;
      /*makes indent obvious*/
      position: relative; }
      .navPage-subMenu.is-open .navPage-subMenu-item .navPage-subMenu-action:hover {
        color: #CF3339; }
      .navPage-subMenu.is-open .navPage-subMenu-item .navPage-subMenu-action.activePage {
        color: #CF3339; }
    .navPage-subMenu.is-open .navPage-subMenu-item .navPage-childList {
      margin-top: 10px; }
      .navPage-subMenu.is-open .navPage-subMenu-item .navPage-childList .navPage-childList-item {
        line-height: 18px; }
      .navPage-subMenu.is-open .navPage-subMenu-item .navPage-childList .navPage-childList-action {
        color: #000;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        font-family: "Proxima Nova";
        padding: 0;
        display: inline-block;
        width: auto; }
        .navPage-subMenu.is-open .navPage-subMenu-item .navPage-childList .navPage-childList-action:hover {
          color: #CF3339; }
      .navPage-subMenu.is-open .navPage-subMenu-item .navPage-childList .navPage-childList-action--viewAll {
        font-style: italic;
        color: #CF3339 !important;
        font-size: 13px; }
      .navPage-subMenu.is-open .navPage-subMenu-item .navPage-childList .navPage-childList-action--viewAll:hover {
        color: #CF3339;
        text-decoration: underline; }

/* System Pages start */
.custom_account_addressbook .addressList {
  display: flex;
  flex-wrap: wrap; }

.wishlists-table .table-actions .button {
  padding: 0 15px;
  line-height: 36px; }

.wishlists-table.table--line tr td:first-child a {
  display: inline-block;
  max-width: 460px; }

.quickSearchResults .quickSearchMessage {
  font-size: 20px;
  padding: 15px;
  text-align: center;
  margin: 0;
  border: 1px solid #bebdbd;
  word-break: break-word; }

.quickSearchResults,
.custom_account_recentitems .quickSearchResults,
.custom_wishlist .quickSearchResults {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 140;
  margin: 0; }
  .quickSearchResults .modal-close,
  .custom_account_recentitems .quickSearchResults .modal-close,
  .custom_wishlist .quickSearchResults .modal-close {
    color: #000;
    top: 0;
    right: 15px;
    background: transparent; }
    .quickSearchResults .modal-close:hover,
    .custom_account_recentitems .quickSearchResults .modal-close:hover,
    .custom_wishlist .quickSearchResults .modal-close:hover {
      color: #000; }
  .quickSearchResults .productGrid,
  .custom_account_recentitems .quickSearchResults .productGrid,
  .custom_wishlist .quickSearchResults .productGrid {
    width: 100%;
    background-color: #fff;
    display: block;
    max-height: 466px;
    overflow-y: auto;
    min-width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #bebdbd;
    border-top: 0; }
    .quickSearchResults .productGrid .product,
    .custom_account_recentitems .quickSearchResults .productGrid .product,
    .custom_wishlist .quickSearchResults .productGrid .product {
      width: 100%;
      padding: 15px;
      display: block;
      border-bottom: 1px solid #dedddb;
      float: left; }
      .quickSearchResults .productGrid .product .card,
      .custom_account_recentitems .quickSearchResults .productGrid .product .card,
      .custom_wishlist .quickSearchResults .productGrid .product .card {
        border: 0;
        margin: 0;
        padding: 0;
        background-color: #fff; }
        .quickSearchResults .productGrid .product .card .card-figure,
        .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure,
        .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure {
          width: 30%;
          height: auto;
          float: left;
          padding: 0;
          margin: 0;
          box-shadow: none; }
          .quickSearchResults .productGrid .product .card .card-figure::after,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure::after,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure::after {
            display: none; }
          .quickSearchResults .productGrid .product .card .card-figure a,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure a,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure a {
            position: static;
            border: 0;
            height: 90px;
            float: left;
            width: 100%; }
            .quickSearchResults .productGrid .product .card .card-figure a .card-image,
            .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure a .card-image,
            .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure a .card-image {
              min-height: auto;
              transition: none;
              -webkit-transition: none;
              -moz-transition: none;
              max-height: 90px;
              padding: 0; }
          .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side {
            display: none; }
          .quickSearchResults .productGrid .product .card .card-figure .product_badges,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure .product_badges,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure .product_badges {
            display: none; }
        .quickSearchResults .productGrid .product .card .card-body,
        .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body,
        .custom_wishlist .quickSearchResults .productGrid .product .card .card-body {
          width: 70%;
          float: left;
          padding: 10px 0px 0px 8px;
          text-align: left; }
          .quickSearchResults .productGrid .product .card .card-body .card-title,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-title,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-title {
            text-align: left;
            line-height: normal;
            height: auto;
            margin: 0;
            padding: 0;
            width: 90%; }
            .quickSearchResults .productGrid .product .card .card-body .card-title a,
            .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-title a,
            .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-title a {
              color: #003057;
              font-family: "Proxima Nova Cond";
              font-size: 15px;
              font-weight: bold;
              line-height: 22px;
              text-transform: capitalize; }
              .quickSearchResults .productGrid .product .card .card-body .card-title a:hover,
              .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-title a:hover,
              .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-title a:hover {
                color: #CF3339; }
          .quickSearchResults .productGrid .product .card .card-body .card-text,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text {
            margin: 4px 0 4px; }
            .quickSearchResults .productGrid .product .card .card-body .card-text .price-section,
            .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text .price-section,
            .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text .price-section {
              margin: 0;
              font-size: 16px; }
          .quickSearchResults .productGrid .product .card .card-body .card-text.card_rating,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text.card_rating,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text.card_rating {
            display: none; }
        .quickSearchResults .productGrid .product .card .card-figcaption,
        .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figcaption,
        .custom_wishlist .quickSearchResults .productGrid .product .card .card-figcaption {
          display: none; }

.card--alternate .card-body .card-text,
.card--alternate:hover .card-body .card-text {
  color: #000 !important; }

.card--alternate:hover,
.card--alternate:hover .card-body {
  background-color: transparent; }

body .productView-options #wishlist-dropdown.is-open {
  background: #fff; }

.navUser-item--cart .dropdown-menu.is-open {
  width: 320px;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 9999;
  left: auto !important;
  right: -9px !important;
  top: 31px !important; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartItem-content {
    padding-left: 10px;
    text-align: left; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartItem-content .previewCartItem-name {
      height: auto; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartItem-content .previewCartItem-brand {
      display: none; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartItem-content .previewCartItem-price {
      font-size: 15px;
      color: #333; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction {
    padding: 17px 0 20px; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartAction a {
      font-size: 14px;
      padding: 8px 5px 6px; }

.navUser-action:hover svg,
.navUser-action.is-open svg {
  fill: #333;
  stroke: none; }

.custom_blog .blog {
  float: left;
  width: 33.33%;
  padding: 0 25px;
  margin: 0 0 50px 0;
  border-top: 0;
  border-right: 0; }
  .custom_blog .blog .blog-post-figure {
    width: 100%; }
    .custom_blog .blog .blog-post-figure .blog-thumbnail {
      margin: 0 auto;
      max-width: 100%;
      height: 200px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .custom_blog .blog .blog-post-figure .blog-thumbnail a {
        width: 100%; }
      .custom_blog .blog .blog-post-figure .blog-thumbnail img {
        max-height: 300px; }
  .custom_blog .blog .blog-post-body {
    width: 100%;
    margin-top: 15px; }
    .custom_blog .blog .blog-post-body .blog-header {
      position: static;
      z-index: auto; }
    .custom_blog .blog .blog-post-body .blog-title {
      font-size: 18px;
      margin: 10px 0;
      text-transform: capitalize;
      height: 40px;
      overflow: hidden;
      text-align: left;
      font-family: "Proxima Nova";
      font-weight: 700;
      line-height: 20px; }
      .custom_blog .blog .blog-post-body .blog-title a {
        color: #003057; }
        .custom_blog .blog .blog-post-body .blog-title a:hover {
          color: #CF3339; }
    .custom_blog .blog .blog-post-body .blog-date {
      color: #000;
      text-align: left; }
    .custom_blog .blog .blog-post-body .blog-author {
      color: #000; }
    .custom_blog .blog .blog-post-body .blog-post {
      height: 150px;
      overflow: hidden; }
      .custom_blog .blog .blog-post-body .blog-post a {
        color: #CF3339; }
        .custom_blog .blog .blog-post-body .blog-post a:hover {
          color: #003057; }

.blog-post a:hover {
  color: #000; }

.custom_blog_post .blog-thumbnail {
  max-width: 100%; }
  .custom_blog_post .blog-thumbnail .lazyautosizes {
    width: auto;
    max-height: 300px; }

.custom_blog_post .blog-post-body {
  width: 100%; }
  .custom_blog_post .blog-post-body .blog-header {
    text-align: left;
    z-index: auto;
    position: static; }
    .custom_blog_post .blog-post-body .blog-header .blog-title {
      text-align: left;
      margin: 0 0 5px; }
      .custom_blog_post .blog-post-body .blog-header .blog-title a {
        color: #003057; }
        .custom_blog_post .blog-post-body .blog-header .blog-title a:hover {
          color: #CF3339; }
    .custom_blog_post .blog-post-body .blog-header .blog-date {
      text-align: left;
      color: #000; }

.custom_blog_post .tags li a {
  color: #000; }
  .custom_blog_post .tags li a:hover {
    color: #fff; }

.socialLinks .socialLinks__link svg {
  fill: #00223D; }

.socialLinks .socialLinks__link:hover svg {
  fill: #CF3339; }

.custom_blog_post .blog-post-figure {
  margin-top: 18px; }

.custom_blog_post .blog {
  clear: both; }

.custom_brands {
  margin: 0; }
  .custom_brands .card:hover .card-figure::after {
    border-radius: 0; }
  .custom_brands .card:hover .card-body .card-title a {
    background: #CF3339;
    color: #fff !important; }
  .custom_brands .card-figure {
    max-height: 100%;
    height: 150px;
    border-radius: 0;
    cursor: pointer; }
    .custom_brands .card-figure::after {
      border-radius: 0; }
    .custom_brands .card-figure a {
      width: 100%;
      display: block;
      margin: 0 auto; }
      .custom_brands .card-figure a .card-img-container {
        margin: auto;
        display: flex;
        width: 100%;
        max-width: 100%;
        height: 150px;
        align-items: center;
        justify-content: center; }
        .custom_brands .card-figure a .card-img-container img {
          max-height: none;
          margin: 0 auto;
          display: block;
          width: auto; }
        .custom_brands .card-figure a .card-img-container:after {
          display: none; }
  .custom_brands .card-body {
    padding: 0;
    margin: 0; }
    .custom_brands .card-body .card-title {
      text-align: center;
      font-family: "Proxima Nova";
      height: auto; }
      .custom_brands .card-body .card-title a {
        letter-spacing: normal;
        height: auto;
        padding: 0px 2px;
        display: block;
        color: #fff;
        background: #003057;
        font-size: 18px;
        text-transform: uppercase;
        margin: 0;
        height: 42px;
        line-height: 42px;
        overflow: hidden; }
        .custom_brands .card-body .card-title a:hover {
          background: #CF3339;
          color: #fff; }

.custom_brands .brandGrid {
  margin: 0 -10px; }

.custom_brands .brandGrid .brand .card {
  margin-bottom: 0;
  padding-bottom: 21px; }

.error_page_404 {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #000;
  letter-spacing: 1px;
  margin: 20px 0 0 0; }
  .error_page_404 h1 {
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #000;
    letter-spacing: 1px;
    margin: 20px 0; }
  .error_page_404 p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #000; }

.login-form .form-actions {
  text-align: left; }

.login-form .forgot-password {
  line-height: 54px;
  font-weight: 700; }
  .login-form .forgot-password .form-label {
    color: #000; }

.navBar--sub .navBar-item {
  margin: 0 5px; }
  .navBar--sub .navBar-item.is-active {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 14px; }
  .navBar--sub .navBar-item .navBar-action {
    color: #000; }
    .navBar--sub .navBar-item .navBar-action:hover {
      color: #CF3339;
      font-weight: bold; }

.custom_wishlist .productGrid .product {
  text-align: center; }

.custom_wishlist .form .button {
  padding: 9px 29px 7px;
  font-size: 18px; }

.account-orderStatus-label {
  background-color: #003057;
  padding: 5px 7px 3px; }

.account .account-product-title a:hover {
  color: #000; }

.addressList .address {
  float: left; }
  .addressList .address .address-symbol {
    color: #000; }
  .addressList .address .address-title {
    text-transform: capitalize;
    color: #000; }
  .addressList .address .panel--newAddress:hover .address-symbol {
    color: #CF3339; }
  .addressList .address .panel--newAddress:hover .address-title {
    color: #CF3339; }

.table--line .table-thead {
  background: transparent; }

.custom_forgotpassword .form-prefixPostfix {
  display: flex; }
  .custom_forgotpassword .form-prefixPostfix .form-input {
    width: 100%;
    display: block;
    border-radius: 0; }
  .custom_forgotpassword .form-prefixPostfix .button {
    margin-top: 0;
    margin-left: 20px;
    padding-left: 15px;
    padding-right: 15px; }

.custom_forgotpassword .form-prefixPostfix .button,
.custom_forgotpassword .form-prefixPostfix .form-inlineMessage {
  float: left;
  height: auto; }

.account-body {
  margin: 0 auto; }

.custom_cart .form-increment .button {
  height: 30px;
  line-height: 26px;
  width: 30px;
  padding: 0; }
  .custom_cart .form-increment .button svg {
    fill: #fff; }
  .custom_cart .form-increment .button:hover svg {
    fill: #000; }

.form-wishlist .button svg {
  fill: #fff; }

.form-wishlist .button:hover svg {
  fill: #fff; }

.coupon-form .button:focus {
  margin: 0 0 0 2%; }

.custom_account_order .account-listItem .account-product-figure::after {
  padding: 0; }

.wishlist-add .form-field input:focus + label {
  outline: none !important; }

.cart-total .cart-total-label {
  color: #000;
  text-transform: capitalize; }
  .cart-total .cart-total-label .form-select {
    padding: 5px 7px; }

.cart-total .coupon-code-add {
  color: #000; }
  .cart-total .coupon-code-add:hover {
    color: #000; }

.cart-total .cart-total-value .gift-certificate-add {
  color: #000; }

.cart-total .cart-total-value button:hover {
  color: #000; }

.cart-total .gift-certificate-cancel {
  color: #000; }
  .cart-total .gift-certificate-cancel:hover {
    color: #000; }

.cart-total .coupon-code-cancel {
  color: #000;
  font-style: normal; }
  .cart-total .coupon-code-cancel:hover {
    color: #000; }

.cart-total .shipping-estimate-hide {
  color: #000;
  font-style: normal; }

.cart-total .shipping-estimate-show {
  color: #000; }
  .cart-total .shipping-estimate-show:hover {
    color: #000; }

.cart-total .estimator-form-label .form-label {
  color: #000; }

.cart-gift-certificate-form .button,
.coupon-form .button {
  height: 31px;
  line-height: 30px;
  font-size: 14px;
  padding: 0; }

.cart-item-image {
  max-height: 90px; }

.cart-header-item {
  text-transform: uppercase; }

.shipping-estimate-show__btn-name,
.coupon-code-add {
  text-decoration: underline; }

.login-row {
  margin-top: 0; }

ol.breadcrumbs {
  text-align: left;
  margin: 20px 0 30px; }

.custom_forgotpassword .account.account--fixedSmall p {
  padding-bottom: 1.5rem; }

.forgot-password-form .form-prefixPostfix--centeredColumn.wrap {
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.account .account-product-title a {
  color: #777; }

.account-product-title {
  font-weight: 700; }

.account-product-description {
  padding-bottom: 1.5rem; }

.coupon-code-cancel, .shipping-estimate-show[aria-expanded="true"] {
  font-style: normal; }

.form-increment .icon svg {
  fill: #fff; }

.form-increment .icon:hover svg {
  fill: #000; }

.modal--alert .button-container .confirm,
.modal--alert .button-container .confirm:focus {
  background-color: #CF3339;
  border-color: #CF3339; }
  .modal--alert .button-container .confirm:hover,
  .modal--alert .button-container .confirm:focus:hover {
    background: #8A161B;
    border-color: #8A161B;
    color: #fff; }

.forgot-password-form .form-label {
  width: 100%; }

.forgot-password-form .button {
  margin: 0 0 0 10px; }

.body {
  min-height: 400px; }

.alertBox-message {
  color: #fff; }

.error_msg {
  text-align: center; }

.login-form.form a.forgot-password {
  line-height: 42px; }

.login {
  margin-top: 0; }
  .login .page-heading {
    margin-bottom: 15px; }

.addressList .panel--address .panel-body {
  background: #fff; }

.custom_404 .page .page-content {
  margin-top: 70px; }

.custom_404 .page .page-content .error_msg {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  margin: 0; }

.custom_404 .page .page-content .error_msg span {
  font-family: "Proxima Nova";
  font-size: 114px;
  font-weight: bold;
  color: #CF3339; }

.form-input--incrementTotal {
  background: transparent; }

.shipping-quotes {
  padding-bottom: 10px; }
  .shipping-quotes .estimator-form-label,
  .shipping-quotes .estimator-form-label-text {
    cursor: pointer; }
  .shipping-quotes input.shipping-quote:focus + label {
    outline: none !important; }

.custom_cart .modal .button-container .cancel.button {
  margin: 0 5px; }

.custom_wishlists .wishlists-table .table-tbody td a {
  color: #000; }
  .custom_wishlists .wishlists-table .table-tbody td a:hover {
    color: #CF3339; }

.custom_wishlists .wishlists-table .table-tbody .table-actions a {
  color: #fff; }
  .custom_wishlists .wishlists-table .table-tbody .table-actions a:hover {
    color: #fff; }

.navBar--sub .navBar-item.is-active > .navBar-action {
  color: #CF3339;
  font-weight: bold; }

.navBar--sub .navBar-item.is-active {
  border-bottom: 1px solid #CF3339; }

/* System Pages end */
.custom_page .page-content--centered {
  width: 100%; }

/* ================================
   FAQ — two-column + sticky sidenav
   ================================ */
/* Smooth scroll for anchor jumps */
html:where(:root) {
  scroll-behavior: smooth; }

/* Adjust to your fixed header height + a little breathing room */
:root {
  --faq-anchor-offset: 168px; }

/* Wrapper layout */
.faq-wrap {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  align-items: start;
  margin: 40px 0 80px; }

/* Left nav (like about-nav) */
.faq-nav {
  position: sticky;
  top: var(--faq-anchor-offset);
  align-self: start; }

.faq-nav h4 {
  margin: 0 0 12px;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .7; }

.faq-nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.faq-nav li + li {
  margin-top: 6px; }

.faq-nav a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
  color: #003057;
  /* theme blue */ }

.faq-nav a:hover {
  background: #f3f6f9; }

.faq-nav a.is-active {
  background: #e8f0f6;
  border-left-color: #CF3339;
  /* theme red accent */
  color: #003057;
  font-weight: 700; }

/* Right column content */
.faq-content {
  min-width: 0; }

/* avoid overflow in grid */
/* Section blocks */
.faq-section {
  padding: 8px 0 24px;
  border-bottom: 1px solid #eceff3;
  scroll-margin-top: var(--faq-anchor-offset);
  /* anchor offset */ }

.faq-section:last-of-type {
  border-bottom: 0; }

.faq-section > h3 {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.25;
  color: #003057; }

/* Anchor offset — scope to FAQ only */
.faq-wrap .faq-section,
.faq-wrap .qa_text[id] {
  scroll-margin-top: var(--faq-anchor-offset); }

/* Bullet-proof shim — scoped and non-interactive */
.faq-wrap .faq-section::before,
.faq-wrap .qa_text[id]::before {
  content: "";
  display: block;
  height: var(--faq-anchor-offset);
  margin-top: calc(var(--faq-anchor-offset) * -1);
  pointer-events: none;
  /* never block clicks */ }

/* Reuse + refine your existing FAQ text styles */
.qa_text_mn .qa_text {
  margin: 14px 0; }

.qa_text_mn .qa_text p {
  margin: 0 0 16px; }

/* Question on its own line; answer immediately under it */
.qa_text_mn .qa_text p > strong {
  display: block;
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 6px;
  color: #003057; }

/* Optional: tone down “Back to top” */
.qa_text_mn .qa_text a[href="#top"] {
  display: inline-block;
  margin-top: 4px;
  font-size: 13px;
  opacity: .8;
  text-decoration: none; }

.qa_text_mn .qa_text a[href="#top"]:hover {
  opacity: 1; }

/* Legacy Accordion */
.faq_page {
  float: left;
  width: 100%;
  margin: 50px 0 0 0; }
  .faq_page .faq_accordion {
    float: left;
    width: 100%; }
  .faq_page .faq_accordion_tab .accordion {
    border: none;
    padding: 0 0 10px 10px;
    width: 100%;
    border-bottom: 1px #ccc solid;
    text-align: left;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 15px 0; }
  .faq_page .faq_accordion_tab .panel {
    padding: 0 10px; }
    .faq_page .faq_accordion_tab .panel a {
      display: inline-block;
      width: auto;
      margin: 0 0 5px 0; }
      .faq_page .faq_accordion_tab .panel a:focus {
        color: #CF3339; }
  .faq_page .qa_text_mn {
    float: left;
    width: 100%; }
    .faq_page .qa_text_mn .qa_text p strong {
      display: block;
      /* consistent with new layout */
      font-size: 18px; }

/* ----------------
   Mobile / Tablet
   ---------------- */
@media (max-width: 900px) {
  .faq-wrap {
    grid-template-columns: 1fr;
    gap: 16px; }
  .faq-nav {
    position: static;
    /* no sticky on small screens */
    background: #f7f9fb;
    padding: 12px;
    border-radius: 10px; }
  .faq-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px; }
  .faq-nav li + li {
    margin-top: 0; }
  .faq-nav a {
    padding: 10px;
    border-left-width: 0; }
  .faq-nav a.is-active {
    background: #e8f0f6; } }

.meetus_mn ul {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 20px; }
  .meetus_mn ul li {
    padding: 0 15px;
    float: left;
    width: 25%; }
    .meetus_mn ul li img {
      height: 270px;
      width: 100%;
      object-fit: cover; }
    .meetus_mn ul li p {
      margin: 10px 0; }
      .meetus_mn ul li p strong {
        display: block; }

#contact-us-page {
  width: 100%; }

.form_box .form_left {
  display: inline-block;
  width: 26%;
  margin: 0;
  vertical-align: top;
  float: left; }

.form_box .form_left .form_header_list ul {
  list-style: none;
  margin: 10px 0 0 0; }

.form_box .form_left .form_header_list ul li {
  margin: 0 0 25px 0; }

.form_box .form_left .form_header_list ul li .form_img {
  width: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 3px 15px 0 0; }

.form_box .form_left .form_header_list ul li .form_text {
  display: inline-block;
  vertical-align: middle;
  width: 80%; }

.form_left .form_text p {
  font-size: 16px;
  text-decoration: none; }

.form_left .form_text a {
  font-size: 18px;
  text-decoration: none; }

.form_box .form_right {
  display: inline-block;
  width: 74%;
  margin: 0;
  padding: 0 0 0 15px; }

.form_text_call p {
  margin: 0; }

.custom_default .card .card-body .card-text p {
  display: none; }

.custom_default .quickSearchResults .card .card-body .card-text p,
.custom_default .custom_account_recentitems .quickSearchResults .card .card-body .card-text p,
.custom_default .custom_wishlist .quickSearchResults .card .card-body .card-text p {
  display: block; }

.previewCartItem-name > a {
  font-size: 16px; }

.alertBox.alertBox--success .alertBox-column.alertBox-message #alertBox-message-text {
  color: #000; }

.stockArtbrowse_mn #ArtGrid li {
  margin: 0;
  border: none;
  flex: 1 1 25%;
  max-width: 25%; }
  .stockArtbrowse_mn #ArtGrid li .itemBox {
    border: 1px solid gray;
    padding: 10px;
    background: #fff; }
    .stockArtbrowse_mn #ArtGrid li .itemBox .red-btn.button {
      display: none; }
    .stockArtbrowse_mn #ArtGrid li .itemBox p:nth-child(2) {
      margin: 0 0 30px 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .stockArtbrowse_mn #ArtGrid li .itemBox p:nth-child(2) img {
        width: 100%;
        height: auto;
        padding: 0 10px; }

.breadcrumbs {
  margin: 0; }
  .breadcrumbs .breadcrumb-label {
    font-family: "Proxima Nova Cond";
    color: #000;
    border: none;
    font-size: 12px;
    font-weight: normal;
    transform: none;
    text-transform: uppercase; }
    .breadcrumbs .breadcrumb-label:hover {
      color: #000; }

.breadcrumb:not(:first-child)::before {
  content: '>';
  font-family: "Proxima Nova Cond";
  color: #000;
  border: none;
  font-size: 12px;
  font-weight: normal;
  transform: none;
  margin: 0 -1px; }

.subcategory .category_banner {
  position: relative; }
  .subcategory .category_banner img {
    width: 100%; }
  .subcategory .category_banner .subcatcontent {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0 0 120px; }

.subcategory .breadcrumbs_main .breadcrumbs {
  margin: 0; }
  .subcategory .breadcrumbs_main .breadcrumbs .breadcrumb-label {
    color: #fff; }

.subcategory .breadcrumbs_main .breadcrumb:not(:first-child)::before {
  color: #fff; }

.subcategory .page-heading {
  text-align: left;
  color: #FFF;
  font-family: "Proxima Nova Cond";
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  margin: 8px 0 16px 0; }

.subcategory .categorydesciption p {
  color: #FFF;
  max-width: 1030px;
  line-height: 26px; }
  .subcategory .categorydesciption p:last-child {
    margin: 0; }

.subcategorypage {
  padding: 68px 0 0 0; }
  .subcategorypage .subcategory-main {
    padding-bottom: 58px;
    display: inline-block;
    width: 100%; }
    .subcategorypage .subcategory-main ul {
      list-style: none;
      margin: 0 -15px;
      padding: 0; }
      .subcategorypage .subcategory-main ul li {
        float: left;
        width: 25%;
        padding: 0 15px;
        margin: 0 0 30px 0; }
    .subcategorypage .subcategory-main .sub_cat_img_outer .full_link {
      float: left;
      width: 100%;
      border-radius: 30px 30px;
      background: #fff;
      overflow: hidden; }
      .subcategorypage .subcategory-main .sub_cat_img_outer .full_link .sub_cat_img {
        float: left;
        width: 100%;
        height: 280px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .subcategorypage .subcategory-main .sub_cat_img_outer .full_link .sub_cat_img img {
          width: 100%;
          height: auto; }
      .subcategorypage .subcategory-main .sub_cat_img_outer .full_link .sub_cat_text {
        text-align: center;
        float: left;
        width: 100%;
        border-radius: 0 0 30px 30px;
        color: #FFF;
        font-family: "Proxima Nova Cond";
        font-size: 20px;
        line-height: normal;
        font-weight: bold;
        background: #D1215F;
        margin: -1px 0 0 0;
        line-height: 43px;
        text-transform: uppercase; }
      .subcategorypage .subcategory-main .sub_cat_img_outer .full_link:hover .sub_cat_text {
        background: #003057; }

.helpsection {
  display: inline-block;
  width: 100%;
  clear: both;
  border-radius: 5px;
  background: #003057;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 63px 37px 60px;
  margin-bottom: 100px; }
  .helpsection .helpleft {
    max-width: 700px; }
  .helpsection h2 {
    margin: 0 0 7px 0;
    color: #fff;
    font-size: 40px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: -1px; }
  .helpsection p {
    margin: 0;
    color: #fff;
    line-height: 26px; }
  .helpsection .helpright ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .helpsection .helpright li {
    width: 212px;
    margin-bottom: 10px; }
    .helpsection .helpright li:last-child {
      margin: 0; }
      .helpsection .helpright li:last-child a {
        text-transform: lowercase; }
        .helpsection .helpright li:last-child a span {
          margin-top: -2px; }
    .helpsection .helpright li:first-child a span {
      font-size: 16px; }
    .helpsection .helpright li a {
      border-radius: 5px;
      background: #CF3339;
      display: inline-block;
      width: 100%;
      position: relative;
      height: 35px; }
      .helpsection .helpright li a svg {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%); }
      .helpsection .helpright li a span {
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 35px;
        display: inline-block;
        width: 100%;
        font-family: "Proxima Nova Cond";
        font-weight: bold; }
      .helpsection .helpright li a:hover {
        background: #8A161B; }

/* =========================
   CATEGORY / SUBCATEGORY HERO BANNER
   ========================= */
.category_banner {
  position: relative;
  /* Use bg image as the visual, not the <img>, so height is controllable */
  background-image: url("https://cdn11.bigcommerce.com/s-3oe15hx/images/stencil/original/image-manager/pink.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* default height on desktop */
  min-height: 220px;
  /* kill the inline <img> that was stretching the div */
  /* text container that sits on top of the banner */ }
  .category_banner .submainbanner {
    display: none; }
  .category_banner .subcatcontent {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 120px;
    padding-right: 24px;
    /* breadcrumbs row */
    /* CATEGORY NAME (H1) */ }
    .category_banner .subcatcontent .breadcrumbs_main {
      margin-bottom: 12px; }
      .category_banner .subcatcontent .breadcrumbs_main .breadcrumbs {
        margin: 0; }
        .category_banner .subcatcontent .breadcrumbs_main .breadcrumbs .breadcrumb-label {
          color: #fff; }
          .category_banner .subcatcontent .breadcrumbs_main .breadcrumbs .breadcrumb-label:hover {
            color: #000; }
      .category_banner .subcatcontent .breadcrumbs_main .breadcrumb:not(:first-child)::before {
        color: #fff; }
    .category_banner .subcatcontent .page-heading {
      color: #FFF;
      font-family: "Proxima Nova Cond";
      font-size: 32px;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: -1px;
      margin: 0 0 8px 0;
      text-align: left; }
    .category_banner .subcatcontent .categorydesciption {
      /* Yes the misspelling is in the source */
      max-width: 1030px;
      /* headline under the main category heading */
      /* body copy under that headline */ }
      .category_banner .subcatcontent .categorydesciption h1 {
        /* leave this the site dark color (looks like navy) */
        color: #0b3152;
        font-family: "Proxima Nova Cond";
        font-size: 20px;
        font-weight: 600;
        line-height: 1.3;
        margin: 0 0 8px 0; }
      .category_banner .subcatcontent .categorydesciption p {
        color: #FFF !important;
        /* <- force override */
        font-size: 16px;
        line-height: 1.4;
        margin: 0;
        max-width: 1030px; }

/* =========================
   SUBCATEGORY PAGE VARIANT
   (subcategory.html wraps .category_banner in .subcategory)
   ========================= */
/* =========================
   RESPONSIVE (TABLET / MOBILE)
   ========================= */
@media (max-width: 768px) {
  .category_banner {
    /* slightly shorter default on mobile */
    min-height: 180px;
    /* on mobile we stop doing absolute centering, we stack instead */ }
    .category_banner .subcatcontent {
      position: static;
      top: auto;
      left: auto;
      transform: none;
      padding: 20px;
      padding-right: 20px; }
      .category_banner .subcatcontent .breadcrumbs_main {
        margin-bottom: 8px; }
      .category_banner .subcatcontent .page-heading {
        font-size: 28px;
        margin: 0 0 6px 0; }
      .category_banner .subcatcontent .categorydesciption > h1 {
        /* Misspelled in source */
        font-size: 18px;
        line-height: 1.3;
        margin: 0 0 6px 0;
        color: #0b3152; }
      .category_banner .subcatcontent .categorydesciption p {
        /* Misspelled in source */
        color: #FFF !important;
        font-size: 15px;
        line-height: 1.4; } }

.category_mn {
  margin: 0; }

.page-sidebar {
  padding: 40px 0 0 0;
  width: 225px; }

.sidebarBlock-heading {
  color: #204F63;
  font-family: "Proxima Nova Cond";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 9px 0; }

.blocker {
  display: none !important; }

.facetedSearch .facetedSearch-navList {
  margin: 0; }

.facetedSearch .inlineList li:last-child {
  margin-bottom: 0; }

.facetedSearch .inlineList a {
  border-radius: 2px;
  background: #D9D9D9;
  padding: 5px 8px 5px 5px;
  font-size: 14px;
  color: #000;
  line-height: 14px; }
  .facetedSearch .inlineList a .icon {
    fill: #000; }
  .facetedSearch .inlineList a:hover {
    background: #003057;
    color: #fff; }
    .facetedSearch .inlineList a:hover .icon {
      fill: #fff; }

.facetedSearch .inlineList ~ a[data-faceted-search-facet] {
  color: #000;
  font-size: 12px;
  text-decoration: underline;
  text-transform: capitalize;
  margin: 7px 0 0 0;
  display: inline-block; }
  .facetedSearch .inlineList ~ a[data-faceted-search-facet]:hover {
    text-decoration: none; }

.facetedSearch .accordion .accordion-block {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 8px 10px;
  margin: 20px 0 0 0; }
  .facetedSearch .accordion .accordion-block:first-child {
    margin-top: 0; }

.facetedSearch .accordion .accordion-title {
  color: #204F63;
  font-family: "Proxima Nova Cond";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0; }

.facetedSearch .accordion span {
  margin-right: 6px; }

.facetedSearch .accordion .accordion-indicator.toggleLink-text--off {
  fill: #003057 !important; }

.facetedSearch .accordion .accordion-heading .accordion-navigation {
  margin: 0 !important; }

.facetedSearch .accordion .accordion-heading .facetedSearch-clearLink {
  top: 0;
  right: 30px; }

.facetedSearch .accordion .accordion-content {
  margin: 9px 0 0 0; }
  .facetedSearch .accordion .accordion-content .navList-action-close {
    position: absolute;
    right: 0;
    top: 3px;
    padding: 0; }
  .facetedSearch .accordion .accordion-content .navList-item a {
    line-height: normal;
    color: #000;
    padding: 0 0 0 23px;
    font-family: "Proxima Nova";
    padding-right: 18px; }
    .facetedSearch .accordion .accordion-content .navList-item a.is-selected {
      font-weight: bold;
      color: #003057; }
    .facetedSearch .accordion .accordion-content .navList-item a:hover {
      font-weight: bold;
      color: #003057; }
  .facetedSearch .accordion .accordion-content .navList-item .navList-action--checkbox::before {
    margin: 0;
    top: 0;
    border-radius: 4px;
    border: 1px solid #CCC;
    background: #F1F1F1; }
  .facetedSearch .accordion .accordion-content .navList-item .navList-action--checkbox::after {
    background-image: var(--checkmark-icon, url("/content/Utility/checkmark_icon.svg"));
    width: 9px;
    height: 10px;
    left: 4px;
    top: 10px; }

#product-listing-container {
  padding: 0;
  width: 100%; }

.page-sidebar + .page-content {
  width: calc(100% - 225px);
  padding: 39px 0 87px 37px; }

.sort_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px; }
  .sort_container .view_main button {
    padding: 0 7px 0 0;
    float: left;
    height: 32px; }
    .sort_container .view_main button:hover svg {
      fill: #003057; }
  .sort_container .view_main #gridviewbtn:hover svg rect:first-child {
    fill: #003057; }
  .sort_container .view_main #gridviewbtn:hover svg rect {
    fill: #fff; }
  .sort_container .view_main #listviewbtn:hover svg rect:first-child {
    fill: #003057; }
  .sort_container .view_main #listviewbtn:hover svg rect {
    fill: #fff; }
  .sort_container .view_main .activeview svg rect:first-child {
    fill: #003057; }
  .sort_container .view_main .activeview svg rect {
    fill: #fff; }
  .sort_container .actionBar {
    margin: 0; }
    .sort_container .actionBar .form-field {
      margin: 0;
      border-radius: 5px;
      border: 1px solid #CCC;
      background: transparent;
      width: 202px;
      padding: 4px 0; }
      .sort_container .actionBar .form-field .form-label {
        color: #000;
        font-family: "Proxima Nova Cond";
        font-weight: bold;
        font-size: 14px;
        line-height: 14px; }
      .sort_container .actionBar .form-field .form-select {
        background-image: var(--select-arrow, url("/content/Utility/select_drop_arrow.svg"));
        background-repeat: no-repeat;
        background-position: right 5px center;
        color: #000;
        font-family: "Proxima Nova Cond";
        font-weight: normal;
        font-size: 14px;
        line-height: 14px; }

.product-listing_mn .productGrid {
  margin: 0 -10px; }
  .product-listing_mn .productGrid .product {
    padding: 0 10px; }
  .product-listing_mn .productGrid .card-body {
    padding: 6px 0 0 0; }
    .product-listing_mn .productGrid .card-body .card-title {
      height: auto;
      margin-bottom: 3px; }
      .product-listing_mn .productGrid .card-body .card-title a {
        color: #003057;
        font-family: "Proxima Nova Cond";
        font-size: 15px;
        font-weight: bold;
        line-height: 22px;
        text-transform: capitalize; }
    .product-listing_mn .productGrid .card-body .card-sku {
      margin: 0;
      color: #003057;
      font-family: "Proxima Nova Cond";
      font-size: 14px;
      font-weight: normal;
      line-height: 22px; }
    .product-listing_mn .productGrid .card-body .summary {
      display: none; }
    .product-listing_mn .productGrid .card-body .card-actions {
      display: none; }

.product-listing_mn ~ .pagination {
  margin-bottom: -28px; }

.productList {
  margin: 0 0 40px 0; }
  .productList .product + .product {
    margin: 39px 0 0 0; }
  .productList .listItem-figure {
    padding: 0;
    border-radius: 30px;
    width: 183px;
    overflow: hidden; }
    .productList .listItem-figure img {
      width: 100%; }
    .productList .listItem-figure::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #CCC;
      border-radius: 30px;
      z-index: 1; }
  .productList .listItem {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .productList .listItem:hover .listItem-figure::after {
      border: 2px solid #CF3339; }
    .productList .listItem:hover .card-body .listItem-title a {
      color: #CF3339; }
  .productList .card-body {
    padding: 0 0 0 37px;
    width: calc(100% - 183px); }
    .productList .card-body .listItem-content {
      width: 100%; }
    .productList .card-body .listItem-title a {
      color: #003057;
      font-family: "Proxima Nova Cond";
      font-size: 16px;
      font-weight: bold;
      line-height: 24px; }
    .productList .card-body .listItem-sku {
      margin: 5px 0 5px 0;
      color: #003057;
      font-family: "Proxima Nova Cond";
      font-size: 14px;
      font-weight: normal;
      line-height: 22px; }
    .productList .card-body .summary {
      font-size: 14px;
      line-height: 21px;
      max-width: 415px; }
    .productList .card-body .listItem-actions {
      text-align: right; }
      .productList .card-body .listItem-actions label.button {
        background: transparent;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        column-gap: 6px; }
        .productList .card-body .listItem-actions label.button input[type="checkbox"] {
          border-radius: 4px;
          border: 1px solid #CCC;
          background: #F1F1F1;
          width: 16px;
          height: 16px;
          cursor: pointer; }
        .productList .card-body .listItem-actions label.button span {
          font-size: 14px;
          line-height: 16px;
          font-family: "Proxima Nova";
          font-weight: normal;
          text-transform: capitalize;
          color: #000; }
      .productList .card-body .listItem-actions .button.quickview {
        width: 135px;
        padding: 0;
        line-height: 35px;
        display: inline-block;
        text-transform: capitalize;
        font-size: 14px;
        border-radius: 5px; }
      .productList .card-body .listItem-actions .listItem-price {
        margin: 18px 0 16px 0; }
        .productList .card-body .listItem-actions .listItem-price .price-section {
          font-family: "Proxima Nova Cond";
          font-weight: normal;
          color: #000;
          font-size: 16px; }

.page-sidebar + .page-content .productGrid .product {
  width: 25%; }

.pagination {
  margin: 24px 0 20px 0;
  clear: both;
  width: 100%;
  display: inline-block; }
  .pagination .pagination-list {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px; }
  .pagination .pagination-link {
    color: #003057;
    font-size: 14px;
    font-family: "Proxima Nova Cond";
    line-height: normal;
    font-weight: bold;
    padding: 0; }
    .pagination .pagination-link .icon {
      width: 20px;
      height: 20px;
      margin: 0; }
  .pagination .pagination-item {
    margin: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pagination .pagination-item:hover {
      background: #003057; }
      .pagination .pagination-item:hover .pagination-link {
        color: #fff; }
  .pagination .pagination-item.pagination-item--current {
    border: none;
    background: #003057;
    border-radius: 0;
    margin: 0; }
    .pagination .pagination-item.pagination-item--current .pagination-link {
      color: #fff; }
  .pagination .pagination-item--next {
    float: none; }
    .pagination .pagination-item--next .pagination-link {
      font-size: 0; }
  .pagination .pagination-item--previous {
    float: none; }
    .pagination .pagination-item--previous .pagination-link {
      font-size: 0; }
    .pagination .pagination-item--previous:hover .icon svg path {
      fill: #fff !important; }

.productspotlight .tabs-contents .price-section {
  display: none; }

.artwork_upload_mn p strong {
  display: block; }

@media only screen and (max-width: 1499px) {
  .header .header-top {
    padding-left: 20px;
    padding-right: 20px; } }

.card-figure:hover .card-figcaption {
  opacity: 1;
  z-index: 99; }

.form-increment .button {
  padding: 3px 6px 4px; }

.form-increment .button[data-action="inc"] {
  padding: 3px 6px 5px; }

.pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
  background: #003057;
  border-radius: 0px; }
  .pagination-item.pagination-item--previous > a:hover path, .pagination-item.pagination-item--next > a:hover path {
    fill: #fff; }

.pagination-item.pagination-item--previous > a path, .pagination-item.pagination-item--next > a path {
  fill: #003057; }

.pagination-item.pagination-item--previous > a:hover rect, .pagination-item.pagination-item--next > a:hover rect {
  fill: #003057; }

.pagination-item.pagination-item--previous > a rect,
.pagination-item.pagination-item--next > a rect {
  fill: transparent; }

.form-wishlist .button {
  margin-right: 0; }

body #wishlist-dropdown.is-open {
  padding-right: 0; }

#wishlist-dropdown.is-open .button, #wishlist-dropdown .button {
  background: #CF3339;
  white-space: normal; }
  #wishlist-dropdown.is-open .button:hover, #wishlist-dropdown .button:hover {
    background-color: #8A161B; }

#wishlist-dropdown li {
  margin: 2px 0 0; }

.productView-options .dropdown-menu-button .icon {
  margin: 5px 0 0 10px; }

.card:hover .card-title a {
  color: #CF3339 !important; }

.comparebtn .button.navUser-item--compare {
  padding: 13px 30px;
  vertical-align: middle; }

.comparebtn .button.navUser-item--compare span.countPill {
  margin: -4px 0 0 2px;
  display: inline-block;
  vertical-align: middle; }

#alertBox-message-text {
  color: #003057; }

/*AU CSS Start */
.aumain {
  margin: -34px 0 -90px 0; }
  .aumain .page-content.page-content--centered {
    padding: 0; }
  .aumain .whobanner {
    position: relative; }
    .aumain .whobanner img {
      width: 100%; }
    .aumain .whobanner .whobanner_textimg {
      position: absolute;
      padding: 0;
      width: 100%;
      top: 0;
      left: 0; }
      .aumain .whobanner .whobanner_textimg .container {
        max-width: 980px;
        padding: 0; }
    .aumain .whobanner .wholeft {
      float: left;
      width: calc(100% - 435px);
      max-width: 497px; }
      .aumain .whobanner .wholeft h3 {
        margin: 50px 0 13px 0;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase; }
      .aumain .whobanner .wholeft h2 {
        margin: 0;
        color: #fff;
        font-size: 50px;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase; }
    .aumain .whobanner .whoright {
      float: right;
      width: 435px;
      margin: 79px 0 0 0; }

.howweare {
  background: #fff;
  padding: 38px 0 71px 0; }
  .howweare .container {
    padding: 0;
    max-width: 980px; }
  .howweare h3 {
    margin: 0 0 27px 0;
    max-width: 455px;
    color: #003057;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase; }
  .howweare p {
    margin: 0 0 15px 0; }
    .howweare p:last-child {
      margin: 53px 0 0 0; }

.proven {
  background: #F1F1F1;
  display: inline-block;
  width: 100%;
  padding: 60px 0 73px 0; }
  .proven .container {
    padding: 0;
    max-width: 980px; }
  .proven .provenleft {
    float: left;
    width: 50%;
    max-width: 417px; }
  .proven .provenright {
    float: right;
    width: 50%; }
  .proven h3 {
    margin: 0 0 10px 0;
    color: #818181;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase; }
  .proven h2 {
    margin: 0 0 16px 0;
    color: #003057;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase; }
  .proven p:last-child {
    margin: 0; }

.gridofthree {
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 70px 0 60px 0; }
  .gridofthree .container {
    max-width: 980px;
    padding: 0; }
  .gridofthree ul {
    margin: 0 -22px;
    list-style: none;
    padding: 0; }
    .gridofthree ul li {
      float: left;
      width: 33.33%;
      padding: 0 22px; }
      .gridofthree ul li h3 {
        margin: 13px 0 14px 0;
        color: #003057;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase; }
      .gridofthree ul li p a {
        display: inline-block;
        width: 100%;
        margin: 10px 0 0 0;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-decoration: underline; }
        .gridofthree ul li p a:hover {
          color: #CF3339; }

.about-nav {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0px 30px 30px 0px;
  background: #003057;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
  min-width: 192px; }
  .about-nav h4 {
    margin: 0 0 8px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF; }
  .about-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .about-nav ul li {
      margin: 0 0 5px 0; }
      .about-nav ul li a {
        font-size: 14px;
        color: #fff;
        background: url(../content/Utility/right_arrow_white.svg) no-repeat left top;
        padding: 0 0 0 24px; }
        .about-nav ul li a:hover {
          color: #CF3339; }

/*AU CSS End */
/* PP CSS Start */
.custom_product .body {
  margin: 0; }

.custom_product ol.breadcrumbs {
  margin: 20px 0 28px; }

.custom_product .breadcrumb.is-active .breadcrumb-label {
  color: #003057; }

.ppleft {
  float: left;
  width: 594px;
  position: sticky;
  left: 0;
  top: 170px; }

.productView {
  margin: 0;
  padding: 0; }

.productView-images {
  float: right;
  width: 100%;
  padding: 0; }
  .productView-images .productView-image {
    float: right;
    width: calc(100% - 106px);
    padding: 0 0 0 15px;
    min-height: auto; }
    .productView-images .productView-image .productView-img-container::after {
      display: none; }
    .productView-images .productView-image .productView-img-container a {
      height: 473px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none; }
      .productView-images .productView-image .productView-img-container a::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border: 1px solid #CCC; }
      .productView-images .productView-image .productView-img-container a img {
        position: initial;
        width: 100%; }
  .productView-images .productView-thumbnails {
    width: 106px;
    float: left;
    margin: 0; }
    .productView-images .productView-thumbnails .productView-thumbnail {
      padding: 0;
      border: none;
      margin: 0 0 17px 0;
      width: 100%; }
    .productView-images .productView-thumbnails .productView-thumbnail-link {
      height: 106px;
      max-width: 106px;
      padding: 0;
      margin: 0;
      border: none;
      position: relative; }
      .productView-images .productView-thumbnails .productView-thumbnail-link::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        border: 1px solid #CCC; }
      .productView-images .productView-thumbnails .productView-thumbnail-link img {
        position: initial;
        width: 100%; }
    .productView-images .productView-thumbnails .slick-list {
      margin: 0; }
    .productView-images .productView-thumbnails .slick-prev {
      top: 0;
      left: 39px;
      width: 30px;
      height: 30px;
      transform: rotate(90deg); }
      .productView-images .productView-thumbnails .slick-prev::before {
        width: 100%;
        height: 100%;
        background-size: 14px; }
    .productView-images .productView-thumbnails .slick-next {
      bottom: 3px;
      top: auto;
      left: 39px;
      width: 30px;
      height: 30px;
      transform: rotate(90deg); }
      .productView-images .productView-thumbnails .slick-next::before {
        width: 100%;
        height: 100%;
        background-size: 14px; }

.productView-description {
  float: left;
  width: 100%; }

.ppright {
  float: left;
  width: calc(100% - 594px);
  padding: 0 10px 0 51px; }

.productView-details {
  width: 100%;
  padding: 0; }
  .productView-details .productView-title {
    margin: -1px 0 0 0;
    color: #003057;
    font-family: "Proxima Nova Cond";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -1px; }

.productView-product {
  border: none; }
  .productView-product .skumain {
    margin: 1px 0 6px 0; }
    .productView-product .skumain strong {
      font-family: "Proxima Nova Cond"; }

.productView-details.product-data .productView-product {
  padding-bottom: 0; }

.productView-rating span[role="img"] {
  margin-left: 1px;
  margin-right: 2px; }
  .productView-rating span[role="img"] .icon {
    margin: 0 -2px 0 0;
    width: 15px;
    height: 15px; }
    .productView-rating span[role="img"] .icon svg {
      fill: #666666; }

.productView-rating span {
  font-size: 12px;
  color: #666;
  text-transform: capitalize; }

.productView-rating .productView-reviewLink {
  font-size: 12px;
  color: #666;
  margin: 0;
  text-decoration: underline; }
  .productView-rating .productView-reviewLink:hover {
    color: #003057; }

.productView-price {
  margin: 13px 0 0 0; }
  .productView-price .price-section {
    color: #003057;
    font-family: "Proxima Nova Cond";
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    letter-spacing: -1px; }

.product-options form h4.pringoption {
  color: #003057;
  font-family: "Proxima Nova Cond";
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  margin: 0 0 10px 0; }

.product-options form .form-field {
  margin: 0 0 2px 0; }
  .product-options form .form-field[data-product-attribute="swatch"] {
    margin: 0 0 19px 0; }
  .product-options form .form-field[data-product-attribute="set-rectangle"] {
    margin: 0 0 9px 0;
    display: inline-block; }
    .product-options form .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper {
      vertical-align: top; }
  .product-options form .form-field .form-label {
    color: #003057;
    font-family: "Proxima Nova Cond";
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    margin: 0 0 10px 0; }
  .product-options form .form-field .form-radio:checked + .form-option {
    border: 1px solid #000;
    box-shadow: none; }
  .product-options form .form-field .form-option-wrapper .form-radio:focus + label {
    outline: none !important; }
  .product-options form .form-field .form-option-wrapper .form-option {
    margin: 0 6px 0 0;
    /* border: 2px solid transparent; */
    padding: 0; }
  .product-options form .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option {
    height: 27px; }
    .product-options form .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option .form-option-variant--color {
      width: 23px;
      height: 100%; }
  .product-options form .form-field .form-select {
    max-width: 546px;
    border-radius: 5px;
    border: 1px solid #CCC;
    background-image: var(--select-arrow, url("/content/Utility/select_drop_arrow.svg"));
    background-repeat: no-repeat;
    background-position: right 12px top 16px;
    height: auto;
    line-height: 36px;
    padding: 0 10px; }

.productView-description {
  padding: 0 0 0 121px; }
  .productView-description .tabs {
    border-bottom: 2px #000 solid; }
  .productView-description .tab {
    border: none; }
    .productView-description .tab .tab-title {
      color: #003057;
      font-family: "Proxima Nova Cond";
      font-size: 16px;
      font-weight: 700;
      line-height: 33px;
      padding: 0 21px; }
      .productView-description .tab .tab-title:hover {
        background: #003057;
        color: #fff; }
    .productView-description .tab.is-active {
      margin: 0; }
      .productView-description .tab.is-active .tab-title {
        background: #003057;
        color: #fff; }
    .productView-description .tab.restrictions .tab-title {
      color: #CF3339; }
      .productView-description .tab.restrictions .tab-title:hover {
        color: #fff; }
    .productView-description .tab.is-active .tab-title {
      color: #fff; }
  .productView-description .tabs-contents .tab-content {
    padding: 12px 10px 20px 0; }
    .productView-description .tabs-contents .tab-content p {
      font-size: 14px;
      line-height: 22px;
      margin: 0 0 10px 0; }
  .productView-description #tab-additional-information .productView-info .productView-info-name {
    font-weight: 700;
    font-family: "Proxima Nova Cond";
    font-size: 16px; }

div[data-product-option-change] .form-field[data-product-attribute="set-radio"], div[data-product-option-change] .form-field[data-product-attribute="input-text"] {
  margin: 0 0 5px 0; }
  div[data-product-option-change] .form-field[data-product-attribute="set-radio"].checkboxopen, div[data-product-option-change] .form-field[data-product-attribute="input-text"].checkboxopen {
    margin: 0 0 20px 0; }
    div[data-product-option-change] .form-field[data-product-attribute="set-radio"].checkboxopen p.selectedartwork, div[data-product-option-change] .form-field[data-product-attribute="input-text"].checkboxopen p.selectedartwork {
      display: block; }
  div[data-product-option-change] .form-field[data-product-attribute="set-radio"] a.checkboxdata, div[data-product-option-change] .form-field[data-product-attribute="input-text"] a.checkboxdata {
    width: 100%;
    background: #003057;
    border-radius: 5px;
    margin: 10px 0 !important;
    height: 43px !important;
    line-height: 43px !important;
    padding: 0 5px !important; }
    div[data-product-option-change] .form-field[data-product-attribute="set-radio"] a.checkboxdata:hover, div[data-product-option-change] .form-field[data-product-attribute="input-text"] a.checkboxdata:hover {
      background: #00223D; }
  div[data-product-option-change] .form-field[data-product-attribute="set-radio"] p.selectedartwork, div[data-product-option-change] .form-field[data-product-attribute="input-text"] p.selectedartwork {
    color: #CF3339;
    font-size: 14px;
    margin: 5px 0 10px 0;
    display: none; }
    div[data-product-option-change] .form-field[data-product-attribute="set-radio"] p.selectedartwork b, div[data-product-option-change] .form-field[data-product-attribute="input-text"] p.selectedartwork b {
      color: #00223D; }
  div[data-product-option-change] .form-field[data-product-attribute="set-radio"] input.form-input.form-input--small.checkboxdata, div[data-product-option-change] .form-field[data-product-attribute="input-text"] input.form-input.form-input--small.checkboxdata {
    padding: 0 15px;
    line-height: 34px;
    height: auto;
    color: #000;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0; }
    div[data-product-option-change] .form-field[data-product-attribute="set-radio"] input.form-input.form-input--small.checkboxdata::placeholder, div[data-product-option-change] .form-field[data-product-attribute="input-text"] input.form-input.form-input--small.checkboxdata::placeholder {
      line-height: 34px;
      height: auto;
      color: #000;
      font-family: "Proxima Nova";
      font-size: 14px;
      font-weight: 400; }

div[data-product-option-change] .form-field[data-product-attribute="set-radio"] .checkboxopen {
  margin: 0 0 10px 0; }
  div[data-product-option-change] .form-field[data-product-attribute="set-radio"] .checkboxopen p.selectedartwork {
    display: block; }

div[data-product-option-change] .form-field[data-product-attribute="set-radio"] .form-option-wrapper {
  margin-bottom: 0.5rem; }

div[data-product-option-change] .form-field.checkboxopen .form-label.checkbox::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 6px;
  width: 9px;
  height: 9px;
  background: #003057;
  border-radius: 50%; }

div[data-product-option-change] .form-field .form-label.checkbox {
  margin: 0;
  position: relative;
  padding: 0 0 0 26px;
  color: #000;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; }
  div[data-product-option-change] .form-field .form-label.checkbox + .form-input {
    margin: 9px 0 15px 0; }
  div[data-product-option-change] .form-field .form-label.checkbox::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1px #ccc solid;
    background: #fff;
    border-radius: 50%; }

div[data-product-option-change] .form-field:last-child[data-product-attribute="set-radio"] .redtxt.showme {
  margin: 0; }

div[data-product-option-change] .form-field[data-product-attribute="set-radio"], div[data-product-option-change] .form-field[data-product-attribute="input-checkbox"] {
  margin: 0 0 0 0; }
  div[data-product-option-change] .form-field[data-product-attribute="set-radio"] input:focus + label, div[data-product-option-change] .form-field[data-product-attribute="input-checkbox"] input:focus + label {
    outline: none !important; }
  div[data-product-option-change] .form-field[data-product-attribute="set-radio"] .form-option-wrapper .form-label, div[data-product-option-change] .form-field[data-product-attribute="input-checkbox"] .form-option-wrapper .form-label {
    color: #000;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0; }
  div[data-product-option-change] .form-field[data-product-attribute="set-radio"] .form-option-wrapper .form-radio + .form-label::before,
  div[data-product-option-change] .form-field[data-product-attribute="set-radio"] .form-option-wrapper .form-checkbox + .form-label::before, div[data-product-option-change] .form-field[data-product-attribute="input-checkbox"] .form-option-wrapper .form-radio + .form-label::before,
  div[data-product-option-change] .form-field[data-product-attribute="input-checkbox"] .form-option-wrapper .form-checkbox + .form-label::before {
    border-radius: 50%;
    border: 1px #ccc solid; }
  div[data-product-option-change] .form-field[data-product-attribute="set-radio"] .redtxt.showme, div[data-product-option-change] .form-field[data-product-attribute="input-checkbox"] .redtxt.showme {
    color: #CF3339;
    font-size: 14px;
    margin: 0 0 20px 0; }
    div[data-product-option-change] .form-field[data-product-attribute="set-radio"] .redtxt.showme a, div[data-product-option-change] .form-field[data-product-attribute="input-checkbox"] .redtxt.showme a {
      text-decoration: underline; }

div[data-product-option-change] .form-field[data-product-attribute="input-file"] {
  margin: 15px 0 0 0; }
  div[data-product-option-change] .form-field[data-product-attribute="input-file"] .form-fileDescription {
    color: #CF3339;
    font-size: 14px;
    margin: 4px 0 10px 0; }
  div[data-product-option-change] .form-field[data-product-attribute="input-file"] .form-file {
    margin: 0 0 15px 0; }
  div[data-product-option-change] .form-field[data-product-attribute="input-file"] .checkboxdata input {
    position: relative;
    height: 38px;
    line-height: 38px;
    cursor: pointer; }
    div[data-product-option-change] .form-field[data-product-attribute="input-file"] .checkboxdata input::after {
      content: 'Upload File';
      position: absolute;
      left: 0;
      top: 0;
      font-size: 14px;
      color: #fff;
      border-radius: 5px;
      border: 1px solid #003057;
      background: #003057;
      font-family: "Proxima Nova Cond";
      width: 85px;
      line-height: 38px;
      text-align: center;
      font-weight: bold;
      margin: -1px 0 0 0px; }
    div[data-product-option-change] .form-field[data-product-attribute="input-file"] .checkboxdata input:hover::after {
      border: 1px solid #00223D;
      background: #00223D; }

.product-options form .add-to-cart-wrapper .form-field {
  margin: 19px 0 30px 0; }

.form-increment .icon:hover svg {
  fill: #ffffff; }

.add-to-cart-wrapper .form-field.form-field--increments {
  min-width: 200px; }

.add-to-cart-wrapper .add-to-cart-buttons {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin: 0; }
  .add-to-cart-wrapper .add-to-cart-buttons .button {
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Proxima Nova Cond";
    border-radius: 5px; }

.custom_product .tabs[role="tablist"][data-tab] {
  border: none;
  text-align: center;
  margin: 46px 0 11px 0; }
  .custom_product .tabs[role="tablist"][data-tab] .tab {
    margin: 0;
    border: none;
    margin: 0 auto;
    float: none;
    width: auto;
    display: inline-block; }
    .custom_product .tabs[role="tablist"][data-tab] .tab .tab-title {
      padding: 0;
      color: #003057;
      text-align: center;
      font-size: 30px;
      font-weight: 700;
      line-height: 39px;
      letter-spacing: -1px;
      text-transform: uppercase;
      font-family: "Proxima Nova Cond";
      cursor: default; }
  .custom_product .tabs[role="tablist"][data-tab] .tab.is-active {
    margin: 0;
    border: none; }

.custom_product .tabs[role="tablist"][data-tab] + .tabs-contents {
  margin: 0 0 60px 0; }
  .custom_product .tabs[role="tablist"][data-tab] + .tabs-contents .productCarousel .card-body .skurelated {
    margin: 0; }
  .custom_product .tabs[role="tablist"][data-tab] + .tabs-contents .productCarousel .card-body .card-title {
    color: #003057;
    font-family: "Proxima Nova Cond";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    height: auto; }
    .custom_product .tabs[role="tablist"][data-tab] + .tabs-contents .productCarousel .card-body .card-title a {
      color: #003057;
      font-family: "Proxima Nova Cond";
      font-size: 15px;
      font-style: normal;
      font-weight: 700;
      line-height: 22.5px; }
  .custom_product .tabs[role="tablist"][data-tab] + .tabs-contents .productCarousel .price-section {
    color: #000;
    font-size: 15px;
    font-family: "Proxima Nova Cond"; }

.card-body .skurelated {
  color: #003057;
  font-family: "Proxima Nova Cond";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; }
  .card-body .skurelated strong {
    font-weight: 400; }

/* ===========================
   MODAL SHELL
   =========================== */
#selectartwork {
  border-radius: 30px;
  padding: 20px;
  background: transparent;
  width: 940px; }
  #selectartwork .modal-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    background: #003057;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    #selectartwork .modal-close span[aria-hidden="true"] {
      font-size: 0;
      display: inline-block;
      width: 23px;
      height: 23px;
      line-height: 0;
      vertical-align: middle;
      background-image: var(--close-icon);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 23px 23px; }
  #selectartwork .modal-content {
    background: #F1F1F1;
    border-radius: 30px; }
    #selectartwork .modal-content .modal-body {
      padding: 48px 50px;
      /* IMPORTANT: body does NOT scroll; the grid (UL) will. */
      max-height: 80vh;
      overflow: hidden; }
  #selectartwork .modal-close:focus::before,
  #selectartwork .modal-close:focus::after {
    display: none; }

/* ===========================
   STOCK ART BLOCK (SHARED)
   =========================== */
.stockArtbrowse_mn {
  position: relative;
  /* Standalone page: keep the bar sticky to viewport top */
  /* Grid (works for both page + modal). Floats kept as-is. */ }
  .stockArtbrowse_mn .artwork-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px 0;
    position: sticky;
    top: 0;
    z-index: 5;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 10px 12px; }
    .stockArtbrowse_mn .artwork-container .page-heading {
      margin: 0; }
  .stockArtbrowse_mn .stockArtbrowse_mn_rt .selectBox {
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #FFF;
    width: 300px;
    line-height: 36px;
    padding: 0 25px 0 10px;
    margin: 0 10px 0 0;
    /* use CDN-fed CSS var with a local fallback */
    background-image: var(--select-arrow, url("/content/Utility/select_drop_arrow.svg"));
    background-repeat: no-repeat;
    background-position: right 12px center;
    appearance: none;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .stockArtbrowse_mn .stockArtbrowse_mn_rt .selectartwork.button {
    width: 141px;
    padding: 0 5px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 5px; }
  .stockArtbrowse_mn ul#ArtGrid {
    list-style: none;
    margin: 0 -5px;
    padding: 0;
    flex-wrap: wrap;
    display: flow-root;
    float: none;
    width: 100%;
    /* Fallback for older browswers that don't support flow-root */ }
    @supports not (display: flow-root) {
      .stockArtbrowse_mn ul#ArtGrid::after {
        content: "";
        display: table;
        clear: both; } }
    .stockArtbrowse_mn ul#ArtGrid li {
      float: left;
      width: 20%;
      padding: 0 5px;
      margin: 0 0 21px 0;
      flex: none; }
      .stockArtbrowse_mn ul#ArtGrid li.selectedli .itemBox p:first-child {
        position: relative; }
        .stockArtbrowse_mn ul#ArtGrid li.selectedli .itemBox p:first-child::after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          border: 5px solid #CF3339;
          width: 100%;
          height: 100%; }
      .stockArtbrowse_mn ul#ArtGrid li.selectedli .itemBox p:last-child {
        color: #CF3339; }
      .stockArtbrowse_mn ul#ArtGrid li .itemBox {
        border: none;
        background: transparent;
        padding: 0;
        cursor: pointer; }
        .stockArtbrowse_mn ul#ArtGrid li .itemBox:hover p:first-child {
          position: relative; }
          .stockArtbrowse_mn ul#ArtGrid li .itemBox:hover p:first-child::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            border: 5px solid #CF3339;
            width: 100%;
            height: 100%; }
        .stockArtbrowse_mn ul#ArtGrid li .itemBox:hover p:last-child {
          color: #CF3339; }
        .stockArtbrowse_mn ul#ArtGrid li .itemBox p:first-child {
          position: relative;
          background: #FFF;
          padding: 13px;
          width: 152px;
          height: 152px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 auto 9px; }
          .stockArtbrowse_mn ul#ArtGrid li .itemBox p:first-child::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            border: 1px solid #CCC;
            width: 100%;
            height: 100%; }
          .stockArtbrowse_mn ul#ArtGrid li .itemBox p:first-child img {
            width: 100%;
            height: auto; }
        .stockArtbrowse_mn ul#ArtGrid li .itemBox p:last-child {
          margin: 0;
          font-size: 14px;
          line-height: 20px;
          height: 60px;
          overflow: hidden;
          display: block; }

/* ===========================
   MODAL-SPECIFIC LAYOUT
   Make header fixed and scroll the grid inside the modal
   =========================== */
#selectartwork .stockArtbrowse_mn {
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  /* match modal-body */
  min-height: 0;
  /* allow flex child to shrink/scroll */ }
  #selectartwork .stockArtbrowse_mn .artwork-container {
    /* visually match modal */
    background: #F1F1F1;
    margin: 0 0 12px 0;
    border-bottom: 1px solid #e5e7eb;
    flex: 0 0 auto; }
  #selectartwork .stockArtbrowse_mn ul#ArtGrid {
    /* override page widths that cause horizontal overflow in modal */
    width: 100%;
    float: none;
    flex: 1 1 auto;
    /* take remaining height */
    min-height: 0;
    /* critical for scroll */
    overflow: auto;
    /* scroll HERE */
    -webkit-overflow-scrolling: touch; }

/* PP CSS End */
.modal-body .previewCart .productView {
  flex-flow: row; }
  .modal-body .previewCart .productView .productView-details .productView-info {
    margin: 0; }
  .modal-body .previewCart .productView .productView-image .productView-img-container img {
    position: initial; }
  .modal-body .previewCart .productView .productView-image .productView-img-container::after {
    display: none; }

.custom_search .nav .navBar.search-nav {
  margin: 0 0 20px 0; }

.custom_search .nav .navBar-section.account-navigation .navBar-item .navBar-action {
  font-size: 16px; }
  .custom_search .nav .navBar-section.account-navigation .navBar-item .navBar-action:hover {
    font-weight: normal; }

.custom_search .page .page-content .panel .panel-body {
  padding-left: 0;
  padding-right: 0; }

.custom_cart .form-increment .button {
  background: #003057; }
  .custom_cart .form-increment .button:hover {
    background: #00223D; }
    .custom_cart .form-increment .button:hover .icon svg {
      fill: #fff; }

@media only screen and (max-width: 1399px) {
  .about-nav {
    min-width: 170px;
    padding: 15px 10px 15px 12px; }
  .about-nav ul li a {
    padding: 0 0 0 17px; } }

/* Responsive Start */
.custom_default .productspotlight .tabs-contents .card-body .skurelated {
  margin: 0; }

.modal.open .modal-close {
  display: block !important; }

.footer {
  display: inline-block;
  width: 100%; }

#menu_responsive {
  display: none; }

.needhelp_mob {
  display: none; }

.productView--quickView .ppleft {
  position: initial; }

.cart-item-block.cart-item-info.cart-item-quantity .form-increment .button[data-action="inc"] .icon {
  margin-top: -4px; }

.coupon-form .button:hover {
  margin: 0 0 0 2%; }

.header .header-top .mobileMenu_mn {
  display: none; }

.productList .listItem-figure .card-img-container {
  height: 183px;
  background: #fff; }

.custom_account_order .account-list .account-product-checkItem input:focus + label {
  outline: none !important; }

.custom_compare .page .page-content {
  overflow-y: auto; }

.custom_compare .page .page-content .compareTable th {
  width: 300px; }

.custom_compare .page .page-content .compareTable td {
  width: 300px; }

.custom_compare .page .page-content .compareTable .card-title a {
  color: #003057;
  font-family: "Proxima Nova Cond";
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  text-transform: capitalize; }

.custom_compare .card-body .price-section,
.custom_compare .card-body .card-sku {
  margin: 0;
  color: #003057;
  font-family: "Proxima Nova Cond";
  font-size: 14px;
  font-weight: normal;
  line-height: 22px; }

.product-options form .form-field[data-product-attribute="set-rectangle"] .form-option .form-option-variant {
  padding-top: 5px; }

.productView-info .productView-info-bulkPricing {
  border-radius: 5px;
  overflow: hidden;
  margin: 23px 0 15px 0; }
  .productView-info .productView-info-bulkPricing #bulk-pricing {
    border: 1px #000 solid; }
    .productView-info .productView-info-bulkPricing #bulk-pricing table {
      width: 100%;
      overflow: hidden; }
      .productView-info .productView-info-bulkPricing #bulk-pricing table tr:first-child td {
        color: #fff;
        background: #003057;
        text-align: center;
        line-height: 44px;
        font-weight: 600;
        padding: 0 15px;
        font-family: "Proxima Nova Cond";
        width: 20%;
        border-radius: 0; }
        .productView-info .productView-info-bulkPricing #bulk-pricing table tr:first-child td:first-child {
          text-align: left; }
      .productView-info .productView-info-bulkPricing #bulk-pricing table tr td {
        color: #003057;
        font-size: 16px;
        font-weight: 400;
        line-height: 45px;
        text-align: center;
        font-family: "Proxima Nova Cond";
        padding: 0 15px; }
        .productView-info .productView-info-bulkPricing #bulk-pricing table tr td:first-child {
          text-align: left; }
      .productView-info .productView-info-bulkPricing #bulk-pricing table tr, .productView-info .productView-info-bulkPricing #bulk-pricing table td {
        border: 1px solid #000000; }

.prod_options .form-field[data-product-attribute="set-rectangle"] {
  margin: 0 0 24px 0 !important; }
  .prod_options .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
    /* border: none; */ }
  .prod_options .form-field[data-product-attribute="set-rectangle"] .form-option,
  .prod_options .form-field[data-product-attribute="set-rectangle"] .form-option:focus-visible {
    outline: none !important; }
  .prod_options .form-field[data-product-attribute="set-rectangle"] .form-option {
    border: 0;
    margin: 0 0 1px 0;
    padding: 0 16px 0 0;
    cursor: auto; }
    .prod_options .form-field[data-product-attribute="set-rectangle"] .form-option .form-option-variant {
      padding: 0;
      font-size: 16px;
      color: #000;
      font-weight: 700;
      font-family: "Proxima Nova Cond";
      line-height: 18px; }
    .prod_options .form-field[data-product-attribute="set-rectangle"] .form-option input#custom_qty {
      width: 100%;
      border-radius: 5px;
      border: 1px solid #CCC;
      background: #FFF;
      padding: 0 10px;
      line-height: 36px;
      height: auto;
      margin: 0px;
      max-width: 92px; }

.rednote {
  color: #cf3339;
  font-weight: 400; }

.base-multiple .note-global {
  display: none; }

.base-multiple .note-multiply {
  display: inline-block !important; }

.custom_product .swal2-backdrop-show .items-cart {
  width: 100%;
  max-width: 1280px; }
  .custom_product .swal2-backdrop-show .items-cart .swal2-close {
    z-index: 1; }
  .custom_product .swal2-backdrop-show .items-cart .modal {
    z-index: 999; }

.ppright .productView-options .form .form-field[data-product-attribute="set-rectangle"] {
  margin-top: 20px; }

.ppright .productView-options .form .form-field[data-product-attribute="set-rectangle"] + .form-field[data-product-attribute="set-rectangle"] {
  margin-top: 0; }

.ppright .productView-options .form-increment {
  margin-top: 0; }
  .ppright .productView-options .form-increment .button {
    height: 38px;
    width: 38px;
    margin: 0 5px; }
    .ppright .productView-options .form-increment .button:first-child {
      margin-left: 0; }
    .ppright .productView-options .form-increment .button .icon {
      width: 25px;
      height: 25px;
      margin-top: 2px; }
  .ppright .productView-options .form-increment .form-input {
    margin: 0; }

.productView-options .add-to-cart-buttons {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }
  .productView-options .add-to-cart-buttons .button {
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Proxima Nova Cond";
    border-radius: 5px; }

.productView-options .rectangle-options-wrapper {
  margin: 5px 0 0 0; }

.productView-options input:focus + label {
  outline: none !important; }

.productView-options .form .form-field.form-field--increments {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px; }
  .productView-options .form .form-field.form-field--increments .customError p {
    margin: 0; }
  .productView-options .form .form-field.form-field--increments .form-label {
    margin-right: 10px; }
  .productView-options .form .form-field.form-field--increments .form-increment {
    width: 100%; }

.definitionList .definitionList-key,
.definitionList .definitionList-value {
  font-size: 14px;
  color: #000; }

.swal2-actions .swal2-styled {
  background-color: #CF3339; }

div[data-product-option-change] .form-field[data-product-attribute="input-checkbox"] + .form-field[data-product-attribute="input-checkbox"] {
  margin: 0 0 20px 0; }

@media only screen and (max-width: 1199px) {
  .ppright {
    padding: 0 10px 0 25px; }
  .productView-info .productView-info-bulkPricing #bulk-pricing table tr:first-child td {
    padding: 0 5px;
    width: auto; }
  .prod_options .form-field[data-product-attribute="set-rectangle"] .form-option {
    width: 25%; }
  .header .navPages-container .megamenu {
    padding-left: 20px;
    padding-right: 20px; }
  body {
    padding: 133px 0 0 0; }
  .header .navUser .search-panel {
    width: 280px; }
  .header .navUser .help {
    padding: 0 0 0 15px; }
  .header .navUser .navUser-section .navUser-item,
  .header .navUser .navUser-section .navUser-item--account {
    margin: 0 0 0 15px; }
  .header .header-top .header-logo {
    width: 120px; }
  .header .navPages-container .navPages .megamenu-right .navPages-item .navPages-action,
  .header .navPages-container .navPages .megamenu .navPages-action {
    padding: 0 10px; }
  .header .navPages-container .navPages .megamenu-left .navPages-item {
    margin: 0 5px 0 0; }
  .navPage-subMenu.is-open {
    padding: 30px 15px !important; }
  .navPage-subMenu.is-open .navPage-subMenu-group {
    margin-right: 20px;
    width: calc(25% - 20px); }
  .custom_default .tabs-contents .productCarousel {
    margin: 0; }
  .productspotlight .tabs-contents .slick-prev {
    left: -10px; }
  .productspotlight .tabs-contents .slick-next {
    right: -10px; }
  .productspotlight .tabs-contents .slick-arrow {
    top: 75px; }
  .productspotlight .tabs-contents .card .card-img-container {
    height: 184px; }
  .review .review-inner {
    min-height: 285px; }
  .review .review-inner img {
    object-fit: cover;
    width: auto;
    height: 100%;
    min-height: 275px; }
  .track_record .leftsec .redimg-content {
    padding: 0 30px; }
  .track_record .leftsec img {
    width: 89%; }
  .footer .footer-info .footer-info-col--social {
    width: 22%;
    padding: 0 50px 0 0; }
  .footer .footer-info .f_account {
    width: 17%; }
  .footer .footer-info .f_artwork {
    width: 17%; }
  .footer .footer-info .f_aboutus {
    width: 18%; }
  .footer .footer-info .f_newsletter {
    float: right;
    width: 250px; }
  .productList .listItem {
    align-items: flex-start; }
  .productList .card-body .listItem-content {
    display: flex; }
  .productList .card-body .listItem-content .listItem-details {
    padding: 0 30px 0 0; }
  .about-nav {
    display: none; }
  .aumain .whobanner .wholeft h2 {
    font-size: 36px; }
  .aumain .whobanner .whoright {
    width: 400px;
    margin: 40px 0 0 0; }
  .aumain {
    margin-top: 0; }
  .gridofthree {
    margin-bottom: 60px; }
  .custom_search .body .page {
    margin: 0; }
  .custom_search .card .card-img-container {
    height: 165px; }
  .custom_search .page .page-sidebar.u-hidden ~ .page-content {
    padding: 0;
    width: 100%; }
  .custom_search .body {
    margin-bottom: 0; }
  .faq_page {
    margin: 0; }
  .custom_page .body {
    margin-bottom: 0; }
  .custom_page .stockArtbrowse_mn ul#ArtGrid li .itemBox p:first-child {
    width: 100%;
    height: 187px; }
  #contact-us-page .container {
    padding: 0; }
  .form_box .form_left {
    width: 30%; }
  .form_box .form_right {
    width: 70%; }
  .custom_blog .body {
    margin-bottom: 20px; }
  .custom_page_contact_form .body {
    margin-bottom: 40px; }
  .custom_forgotpassword .form-prefixPostfix .form-input {
    width: 100%; }
  .custom_forgotpassword .form-prefixPostfix .button {
    width: auto;
    margin: 15px 0 0 0; }
  .subcategorypage .subcategory-main .sub_cat_img_outer .full_link .sub_cat_img {
    height: 225px; }
  .custom_product .tabs[role="tablist"][data-tab] + .tabs-contents .productCarousel {
    margin: 0; }
  .aumain .whobanner {
    margin-top: -35px; }
  .proven .provenleft {
    max-width: 460px; }
  .productList .listItem-figure .card-img-container {
    height: 183px;
    background: #fff; }
  .productList .card-body .listItem-content {
    justify-content: space-between; }
  .productView-options .form.form-wishlist.form-action {
    margin-top: 10px; }
  .productView-options .dropdown-menu-button .icon {
    margin: 5px 0 0 10px; }
  .custom_product .tabs-contents #tab-related .card .card-img-container {
    height: 184px; }
  .card .card-img-container img {
    padding-top: 1px;
    padding-bottom: 1px; }
  .custom_page .body {
    margin-bottom: 40px; }
  .forgot-password-form .form-prefixPostfix--centeredColumn.wrap {
    flex-flow: column; } }

@media only screen and (max-width: 991px) {
  .productView-info .productView-info-bulkPricing #bulk-pricing table tr:first-child td {
    padding: 0 15px;
    width: 20%; }
  .prod_options .form-field[data-product-attribute="set-rectangle"] .form-option {
    width: 20%; }
  #menu_responsive {
    display: none; }
  .header.is-open #menu_responsive {
    display: block; }
  .navPages-container.is-open {
    width: 275px;
    display: block;
    float: left;
    z-index: 50;
    margin: 0;
    padding: 0;
    position: fixed;
    transition: all 0.3s ease 0s;
    left: 0; }
  body.has-activeNavPages {
    left: 275px;
    transition: all .3s ease 0s;
    position: fixed;
    top: 0;
    width: 100%; }
  #menu_responsive .navPages {
    background: #003057;
    padding: 15px 20px; }
  #menu_responsive .navPages ul li:hover .navPage-subMenu {
    min-height: 100%; }
  #menu_responsive ul li {
    border: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 3px 0; }
  #menu_responsive .navPages-list.navPages-list--user li:hover a.navPages-action {
    color: #fff; }
  #menu_responsive .navPages-list.navPages-list--user li:hover a.navPages-action.has-subMenu.sub_nav:hover,
  #menu_responsive .navPages-list.navPages-list--user li a.navPages-action.has-subMenu.sub_nav:hover {
    color: #c2151a; }
  #menu_responsive ul li:hover > a.navPages-action,
  #menu_responsive ul.navPages-list.navPages-list--user li > a.navPages-action:hover {
    color: #c2151a; }
  #menu_responsive .navPages-action,
  #menu_responsive .navPage-subMenu-item > .navPage-subMenu-action {
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: normal;
    padding: 3px 0;
    display: block;
    border: 0;
    font-family: Catamaran, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 22px; }
    #menu_responsive .navPages-action:hover,
    #menu_responsive .navPage-subMenu-item > .navPage-subMenu-action:hover {
      color: #c2151a; }
  .navPages-container.is-open svg,
  #menu_responsive .navPages ul li:hover .navPage-subMenu,
  #menu_responsive .navPages-quickSearch {
    display: none; }
  #menu_responsive .navPage-subMenu .container {
    padding: 0; }
  #menu_responsive .navPage-subMenu .navPage-subMenu-list,
  #menu_responsive .navPage-subMenu .container {
    display: block !important; }
  #menu_responsive .subcat-expand {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
  #menu_responsive .subcat-expand.subcat-expanded::before,
  .main_menu .navPages-list .navPages-item > .navPages-action::after,
  .navPage-subMenu-action .collapsible-icon-wrapper,
  .main_menu .navPage-subMenu::after {
    display: none; }
  #menu_responsive .subcat-expand::after,
  #menu_responsive .subcat-expand::before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  #menu_responsive .subcat-expand::before {
    height: 14px;
    width: 2px; }
  #menu_responsive .subcat-expand::after {
    height: 2px;
    width: 14px; }
  .navPages-list + .navPages-list {
    border: 0;
    margin: 0;
    padding: 0; }
  #menu_responsive .navPage-subMenu {
    background: transparent;
    top: 0; }
  #menu_responsive .navPages ul {
    width: 100%;
    float: left; }
  #menu_responsive ul ul {
    width: 100%;
    display: block;
    padding: 0px 0 0px 10px;
    background: transparent;
    margin: 0;
    border: 0; }
  #menu_responsive .navPages-list + .navPages-list {
    float: left;
    margin-bottom: 30px; }
  #menu_responsive {
    transition: all .3s ease 0s;
    left: 0; }
  .mobileMenu-toggle {
    left: 15px;
    top: 67px;
    background: transparent;
    height: 40px;
    width: 40px;
    padding: 0 9px;
    border: 1px solid #000;
    position: initial; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after,
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    background: #000; }
  .header .header_main {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header-logo-image {
    max-height: 100%; }
  .header .navUser .help {
    display: none; }
  .mobileMenu_mn {
    position: relative;
    height: 40px; }
  body {
    padding: 0 0 0 0; }
  .header {
    position: initial;
    padding: 0 0 0 0;
    height: auto; }
  .header .navUser {
    position: initial;
    transform: none; }
  .header .header-top {
    padding: 17px 20px 77px;
    position: relative; }
  .header .navUser.headermid {
    position: absolute;
    left: 0;
    top: 89px;
    width: 100%;
    padding: 0 20px; }
  .header .navUser .search-panel {
    width: 100%; }
  .header .header-top .header-logo {
    width: 200px; }
  .header .navUser .navUser-section .navUser-item {
    margin: 0; }
  .header .navUser .navUser-section .navUser-action span.navUser-item-cartLabel {
    display: none; }
  .header .navUser .navUser-section .navUser-action svg {
    width: 25px;
    height: auto; }
  .needhelp_mob {
    display: block;
    padding: 10px 20px;
    text-align: center;
    background: #003057; }
  .needhelp_mob p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #fff; }
  .needhelp_mob p a:hover {
    color: #fff; }
  .needhelp_mob p span {
    font-weight: normal; }
  .quickSearchResults .modal-close {
    display: block;
    right: 5px; }
  .header .navPages-container .megamenu {
    padding: 0;
    flex-flow: column; }
  .header .navPages-container .navPages .megamenu-left .navPages-item .icon {
    display: none; }
  #menu_responsive ul li:hover > a.navPages-action,
  #menu_responsive ul.navPages-list.navPages-list--user li > a.navPages-action:hover,
  .header .navPages-container .navPages .megamenu-left .navPages-item:hover > .navPages-action {
    background: transparent; }
  .header .navPages-container .navPages .megamenu-right .navPages-item .navPage-subMenu {
    box-shadow: none;
    width: 100%; }
  #menu_responsive ul li ul ul {
    padding: 0;
    margin: 0; }
  #menu_responsive ul li ul {
    padding: 0 0 0 10px;
    margin: 10px 0; }
  .header .navPages-container .navPages .megamenu-right .navPages-item .navPage-subMenu {
    padding: 0 !important; }
  #menu_responsive .navPages-action.red-btn {
    text-align: left;
    padding: 0;
    border-radius: 0;
    background: transparent; }
  #menu_responsive .navPages-list + .navPages-list {
    margin: 0 0 8px 0; }
  #menu_responsive .navPage-subMenu-item > .navPage-subMenu-action {
    font-size: 16px; }
  #menu_responsive .navPages ul.navPages-list.navPages-list--user .navPages-item {
    color: #fff; }
  #menu_responsive .navPages ul.navPages-list.navPages-list--user .navPages-item {
    margin: 0 0 7px 0; }
  .productspotlight .productspotlight-right .tab {
    float: left;
    margin: 0 0 0 10px; }
  .productspotlight .productspotlight-right .tab:first-child {
    margin: 0; }
  .productspotlight .productspotlight-left {
    margin: 0; }
  .productspotlight .tabs-contents .card .card-img-container {
    height: 232px; }
  .productspotlight .tabs-contents .slick-arrow {
    top: 100px; }
  .review .review-inner {
    min-height: 290px;
    padding: 30px 20px 20px; }
  .track_record .track_record_textimg {
    display: flex;
    flex-wrap: wrap; }
  .track_record .leftsec {
    width: 100%;
    order: 2;
    background: #CF3339;
    border-radius: 40px;
    margin: 15px 0 0 0; }
  .track_record .track_record_textimg {
    background: transparent; }
  .track_record .rightsec {
    width: 100%; }
  .track_record .rightsec img {
    border-radius: 40px; }
  .track_record .leftsec img {
    display: none; }
  .track_record .leftsec {
    position: relative; }
  .track_record .leftsec::after {
    content: '';
    background: url(../content/Utility/redimg.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.15;
    background-size: cover; }
  .track_record .leftsec .redimg-content {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 30px; }
  .review {
    padding: 0 0 60px 0; }
  .footer .footer-info .footer-info-col--social {
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center; }
  .footer .socialLinks .socialLinks-item {
    margin: 0 3px; }
  .footer .footer-info .f_account {
    width: 18%; }
  .footer .footer-info .f_artwork,
  .footer .footer-info .f_aboutus {
    width: 22%; }
  .footer .footer-info .f_newsletter {
    width: auto;
    max-width: 250px; }
  .footer .footer-copyright {
    padding: 35px 0 24px 0; }
  .subcategorypage {
    padding: 58px 0 0 0; }
  .subcategorypage .subcategory-main ul li {
    width: 33.33%; }
  .subcategorypage .subcategory-main .sub_cat_img_outer .full_link .sub_cat_img {
    height: 225px; }
  .helpsection {
    padding: 33px 30px 37px 30px;
    margin: 0 0 60px 0; }
  .subcategorypage .subcategory-main {
    padding-bottom: 25px; }
  .page-sidebar {
    width: 100%; }
  .page-sidebar + .page-content {
    padding: 0;
    width: 100%; }
  .facetedSearch .accordion .accordion-block {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0;
    margin: 0;
    border-radius: 0; }
  .facetedSearch .accordion {
    border-color: rgba(0, 0, 0, 0.25); }
  .facetedSearch-toggle {
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #000; }
  .facetedSearch .accordion .accordion-heading .accordion-navigation {
    border: none; }
  .facetedSearch .accordion .accordion-content {
    margin: 0;
    padding: 0 20px 20px; }
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33%; }
  .product-listing_mn ~ .pagination {
    margin-bottom: 40px; }
  .facetedSearch .accordion .accordion-heading .facetedSearch-clearLink {
    top: 25px;
    right: 60px; }
  .card-figure:hover .card-figcaption {
    display: block; }
  .ppleft {
    position: initial;
    width: 100%; }
  .ppright {
    width: 100%;
    padding: 0 0 0 0; }
  .productView::after,
  .productView::before {
    display: none; }
  .productView-description {
    padding: 0; }
  .productView-description .tab {
    float: left; }
  .custom_product .tabs-contents .slick-arrow {
    top: 130px; }
  .productView-img-container {
    max-width: 100%; }
  #selectartwork .modal-content .modal-body {
    padding: 48px 25px; }
  .stockArtbrowse_mn ul#ArtGrid li .itemBox p:first-child {
    width: 100%; }
  .stockArtbrowse_mn ul#ArtGrid li {
    width: 25%;
    max-width: 100%; }
  .stockArtbrowse_mn ul#ArtGrid li .itemBox p:first-child img {
    width: auto;
    height: 100%; }
  #selectartwork.open .modal-close {
    display: block !important; }
  .stockArtbrowse_mn .artwork-container .page-heading {
    font-size: 24px; }
  .stockArtbrowse_mn .stockArtbrowse_mn_rt .selectBox {
    width: 250px; }
  .stockArtbrowse_mn .stockArtbrowse_mn_rt .selectartwork.button {
    width: 120px; }
  .gridofthree .container,
  .proven .container,
  .howweare .container,
  .aumain .whobanner .whobanner_textimg .container {
    padding: 0 20px; }
  .aumain .whobanner .whoright {
    width: 260px; }
  .aumain .whobanner .wholeft {
    width: calc(100% - 270px);
    max-width: 100%; }
  .proven h2,
  .aumain .whobanner .wholeft h2 {
    font-size: 32px; }
  .aumain .whobanner .wholeft h3 {
    margin: 30px 0 13px 0; }
  .howweare h3 {
    max-width: 385px;
    font-size: 34px; }
  .gridofthree ul {
    margin: 0 -10px; }
  .gridofthree ul li {
    padding: 0 10px; }
  .gridofthree ul li h3 {
    font-size: 24px; }
  .navBar--account {
    display: block; }
  .navBar--sub .navBar-item {
    display: inline-block; }
  .custom_cart .body {
    margin-top: 0; }
  .cart-item-label {
    font-size: 16px;
    line-height: 20px; }
  .cart-totals {
    width: 100%; }
  .cart-total .cart-total-label {
    text-align: left;
    width: 50%;
    padding-left: 0; }
  .cart-total .cart-total-value {
    text-align: right;
    padding-right: 0;
    width: 50%; }
  .custom_search .card .card-img-container {
    height: 230px; }
  .header .header-top .mobileMenu_mn {
    display: block; }
  .meetus_mn ul li {
    width: 33.33%; }
  .custom_page .stockArtbrowse_mn ul#ArtGrid li .itemBox p:first-child {
    width: 100%;
    height: 173px; }
  .custom_page .stockArtbrowse_mn ul#ArtGrid li .itemBox p:first-child img {
    width: 100%;
    height: auto; }
  .custom_blog .blog {
    padding: 0 10px; }
  .custom_blog .blog .blog-post-body .blog-post {
    height: 170px; }
  .custom_404 .page .page-content {
    margin-top: 0; }
  .custom_account_recentitems .body,
  .custom_forgotpassword .body {
    margin-bottom: 0; }
  .new-customer .panel-body,
  .new-customer .panel-header {
    padding-left: 0;
    padding-right: 0; }
  .login-form.form {
    padding-left: 0;
    padding-right: 0; }
  .proven .provenright {
    padding-left: 20px; }
  .aumain .whobanner {
    margin-top: -21px; }
  .custom_search .page-sidebar {
    padding: 0; }
  .custom_search .page-sidebar .facetedSearch-toggle {
    margin: 0; }
  .header .navUser .navUser-section .navUser-item.navUser-item--wishlist {
    display: block;
    margin-right: 15px; }
  .header .navUser .navUser-section .navUser-item.navUser-item--wishlist .navUser-action span {
    display: none; }
  .header .navUser .navUser-section .navUser-item--cart .navUser-action {
    column-gap: 3px; }
  .productList .card-body .listItem-actions {
    margin-top: 5px; }
  .productView-options .form.form-wishlist.form-action {
    padding-left: 0;
    padding-right: 0; }
  .custom_product .tabs-contents #tab-related .card .card-img-container {
    height: 232px; }
  div[data-product-option-change] .form-field[data-product-attribute="input-checkbox"] {
    margin: 10px 0 0 0; }
  div[data-product-option-change] .form-field[data-product-attribute="input-checkbox"] + .form-field[data-product-attribute="input-checkbox"] {
    margin-top: 5px; }
  div[data-product-option-change] .form-field[data-product-attribute="input-text"],
  div[data-product-option-change] .form-field[data-product-attribute="input-file"] {
    margin: 10px 0 5px 0; }
  div[data-product-option-change] .form-field[data-product-attribute="input-file"] .form-file {
    margin: 0 0 5px 0; }
  .navUser-item--cart .dropdown-menu.is-open {
    right: 42px !important;
    top: 70px !important; }
  .form_left .form_text p {
    margin: 0 0 15px 0; }
  .form_left .form_text p strong {
    display: block; }
  .modal.open .modal-close {
    right: 0; }
  .modal-body .previewCart .productView {
    flex-flow: column;
    margin-top: 50px;
    row-gap: 50px; } }

@media only screen and (max-width: 767px) {
  .prod_options .form-field[data-product-attribute="set-rectangle"] .form-option {
    width: 25%; }
  .productspotlight .productspotlight-right {
    width: 100%;
    margin: 20px 0 0 0; }
  .productspotlight .tabs-contents .card .card-img-container {
    height: auto; }
  .productspotlight .productspotlight-right .tab {
    width: 33.33%;
    margin: 0; }
  .productspotlight .productspotlight-right .tab .button {
    text-align: center; }
  .imgslider {
    padding: 35px 0 84px 0; }
  .review .review-header h2 {
    text-align: left; }
  .page-heading {
    font-size: 28px; }
  .track_record {
    padding: 30px 0 54px 0; }
  .footer .footer-info .f_account,
  .footer .footer-info .f_artwork,
  .footer .footer-info .f_aboutus {
    width: 33.33%; }
  .footer .footer-info .f_newsletter {
    width: 100%;
    margin: 30px 0 0 0;
    max-width: 100%; }
  .footer .footer-copyright {
    flex-flow: column;
    row-gap: 10px; }
  .subcategorypage .subcategory-main ul li {
    width: 50%; }
  .helpsection {
    flex-flow: column;
    align-items: flex-start;
    row-gap: 30px; }
  .helpsection .helpleft {
    max-width: 100%; }
  .subcategorypage .subcategory-main .sub_cat_img_outer .full_link .sub_cat_img {
    height: 237px; }
  .facetedSearch-toggle-text {
    width: 70%; }
  .facetedSearch-toggle-indicator {
    width: 30%; }
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; }
  .productList .card-body {
    width: 100%;
    padding: 30px 0 0 0; }
  .productList .listItem {
    flex-flow: column; }
  .stockArtbrowse_mn .artwork-container {
    flex-flow: column;
    align-items: flex-start;
    row-gap: 15px; }
  .stockArtbrowse_mn .stockArtbrowse_mn_rt .selectBox {
    width: calc(100% - 130px); }
  .stockArtbrowse_mn ul#ArtGrid li {
    width: 50%; }
  .stockArtbrowse_mn ul#ArtGrid {
    flex-wrap: wrap; }
  .productView-images .productView-image .productView-img-container a {
    height: 375px; }
  .aumain .whobanner .wholeft {
    width: 100%;
    padding: 0; }
  .aumain .whobanner .whoright {
    width: 100%;
    margin: 15px 0 0 0; }
  .aumain .whobanner > img {
    display: none; }
  .aumain .whobanner .whobanner_textimg {
    position: initial;
    background: url(../content/assortedImages/about-us-banner.jpg) no-repeat left top;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 0 0 30px 0; }
  .howweare {
    padding: 52px 0 54px 0;
    display: inline-block;
    clear: both;
    width: 100%; }
  .proven .container {
    display: flex;
    flex-flow: column; }
  .proven .provenleft {
    width: 100%;
    max-width: 100%; }
  .proven .provenright {
    width: 100%;
    order: -1;
    margin: 0 0 25px 0;
    padding: 0; }
  .gridofthree ul li {
    width: 50%; }
  .gridofthree ul {
    display: flex;
    row-gap: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center; }
  .gridofthree {
    padding: 60px 0; }
  .account .productGrid .product {
    width: 50%; }
  .cart-item .form-input--incrementTotal {
    width: 30px; }
  .custom_search .card .card-img-container {
    height: 241px; }
  .meetus_mn ul li {
    width: 50%; }
  .custom_page .stockArtbrowse_mn ul#ArtGrid li .itemBox p:first-child img {
    width: auto;
    height: 100%; }
  .custom_page .stockArtbrowse_mn ul#ArtGrid li .itemBox p:first-child {
    width: 100%;
    height: 240px; }
  .form_box .form_left {
    width: 100%; }
  .form_box .form_right {
    width: 100%;
    padding: 0; }
  .form_left > h3 {
    margin-top: 0; }
  .custom_blog .blog {
    width: 50%; }
  .custom_forgotpassword .form-prefixPostfix .form-input {
    width: 100%; }
  .custom_forgotpassword .form-prefixPostfix .button {
    width: 100%;
    margin: 10px 0 0 0; }
  .helpsection .helpright li {
    width: 100%; }
  .helpsection .helpright {
    width: 100%; }
  .subcategorypage .subcategory-main .sub_cat_img_outer .full_link .sub_cat_img img {
    width: auto;
    height: 100%; }
  .proven {
    padding: 60px 0; }
  .custom_search .category-suggestion {
    width: 50%; }
  .productView-options .form.form-wishlist.form-action {
    clear: both;
    display: inline-block;
    width: 100%; }
  .form_left .form_text p strong {
    display: inline-block; }
  .form_left .form_text p {
    margin: 0 0 5px 0; } }

@media only screen and (max-width: 479px) {
  .prod_options .form-field[data-product-attribute="set-rectangle"] .form-option {
    width: 50%; }
  .productView-info .productView-info-bulkPricing #bulk-pricing table tr:first-child td {
    padding: 0 15px;
    width: 20%; }
  .productView-info .productView-info-bulkPricing #bulk-pricing {
    overflow: auto; }
  .productView-info .productView-info-bulkPricing #bulk-pricing table {
    width: 500px; }
  .container {
    padding: 0 25px; }
  .productspotlight .productspotlight-right .tab .button {
    border: 1px #ccc solid;
    margin: 5px 0; }
  .productspotlight .productspotlight-right .tab {
    width: 100%; }
  .productspotlight .tabs-contents .card .card-img-container {
    height: 280px; }
  .productspotlight .tabs-contents #tab-exclusives .card .card-figure .card-figure__link {
    height: 280px; }
  .productspotlight .tabs-contents .slick-arrow {
    top: 125px; }
  .card .card-body .card-title {
    height: auto;
    margin: 0 0 15px 0; }
  .track_record .leftsec h3 {
    font-size: 24px; }
  .footer .refer {
    flex-wrap: wrap;
    padding: 15px;
    height: auto;
    row-gap: 5px; }
  .footer .footer-info .f_account, .footer .footer-info .f_artwork, .footer .footer-info .f_aboutus {
    width: 100%;
    text-align: left;
    margin: 0 0 30px 0; }
  .footer .footer-info .f_newsletter {
    margin: 10px 0 0 0;
    text-align: left; }
  .heroCarousel .slick-dots {
    bottom: -30px;
    z-index: 99; }
  .heroCarousel .slick-dots li button {
    border: 2px solid #003057; }
  .heroCarousel .slick-dots li button:hover::before,
  .heroCarousel .slick-dots li.slick-active :before {
    background: #003057; }
  .productspotlight {
    padding: 80px 0 0 0; }
  ol.breadcrumbs {
    display: block; }
  .subcategorypage .subcategory-main ul li {
    width: 100%; }
  .subcategorypage .subcategory-main .sub_cat_img_outer .full_link .sub_cat_img {
    height: 270px; }
  .sort_container {
    flex-flow: column;
    align-items: flex-start;
    row-gap: 20px; }
  .page-sidebar + .page-content .productGrid .product {
    width: 100%; }
  .sort_container .actionBar,
  .sort_container .actionBar .form-field {
    width: 100%; }
  .sort_container .actionBar .form-field .form-label {
    width: 60px; }
  .sort_container .actionBar .form-field .form-select {
    width: calc(100% - 70px); }
  .product-listing_mn .productGrid .card-body .card-title {
    margin-bottom: 10px; }
  .productList .card-body .listItem-content {
    flex-flow: column;
    row-gap: 30px; }
  .productList .card-body .listItem-content .listItem-details {
    text-align: left;
    padding: 0;
    width: 100%; }
  .productList .card-body .listItem-actions {
    text-align: left;
    margin-top: 0; }
  .productList .card-body .listItem-actions label.button {
    justify-content: flex-start; }
  .productList .card-body {
    padding: 10px 0 0 0; }
  .productList .listItem-figure {
    width: 100%; }
  .productList .product + .product {
    margin: 50px 0 0 0; }
  .productList .card-body .listItem-actions .button.quickview {
    width: 100%; }
  .stockArtbrowse_mn ul#ArtGrid li {
    width: 100%;
    margin: 0 0 30px 0; }
  .stockArtbrowse_mn ul#ArtGrid li .itemBox p:last-child {
    height: auto; }
  #selectartwork .modal-content .modal-body {
    padding: 30px 25px; }
  .stockArtbrowse_mn .stockArtbrowse_mn_rt .selectBox {
    width: 100%;
    margin: 0 0 10px 0; }
  .stockArtbrowse_mn .stockArtbrowse_mn_rt .selectartwork.button {
    width: 100%; }
  .productView-images .productView-image {
    padding: 0 0 20px 0;
    width: 100%; }
  .productView-images .productView-thumbnails {
    width: 100%; }
  .productView-images .productView-image .productView-img-container a {
    height: 266px; }
  .productView-images .productView-thumbnails .slick-prev {
    top: 54px;
    left: 0;
    transform: rotate(0deg); }
  .productView-images .productView-thumbnails .slick-next {
    bottom: auto;
    top: 54px;
    left: auto;
    right: 0;
    transform: rotate(0deg); }
  .productView-images .productView-thumbnails .productView-thumbnail-link {
    margin: 0 auto; }
  .productView-description .tab {
    width: 100%; }
  .productView-details .productView-title {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 20px 0; }
  .productView-details.product-options .productView-options {
    text-align: left; }
  .custom_product .tabs[role="tablist"][data-tab] {
    margin: 46px 0 0 0; }
  .custom_product .tabs-contents .slick-arrow.slick-prev {
    left: -20px; }
  .custom_product .tabs-contents .slick-arrow.slick-next {
    right: -20px; }
  .gridofthree ul li {
    width: 100%; }
  .gridofthree {
    padding: 60px 0 35px 0; }
  .account .productGrid .product {
    width: 100%; }
  .cart-item-block.cart-item-info.cart-item-quantity {
    margin: 10px 0; }
  .cart-item-block.cart-item-info {
    margin: 10px 0 0 0; }
  .custom_search .card .card-img-container {
    height: 270px; }
  .faq_page .faq_accordion_tab .accordion {
    font-size: 18px; }
  .meetus_mn ul li {
    width: 100%; }
  .g-recaptcha {
    overflow: hidden; }
  .custom_blog .blog {
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0; }
  .custom_blog .page {
    margin: 0; }
  .custom_blog .blog .blog-post-body .blog-post {
    height: auto; }
  .error_msg svg {
    width: 100%; }
  .gridofthree ul li img {
    width: 100%; }
  .custom_account_order .account-content.account-content--fixedSmall {
    padding: 0; }
  .account-product--alignMiddle .account-product-checkItem .form-label {
    position: absolute;
    top: 30px; }
  .custom_account_order .account-sidebar {
    padding-left: 0;
    padding-right: 0; }
  .custom_search .category-suggestion {
    width: 100%; }
  .header .navUser .navUser-section .navUser-item.navUser-item--wishlist {
    margin-right: 10px; }
  .custom_wishlists .wishlists-table.table--line tr td + td,
  .custom_wishlists .wishlists-table.table--line .table-thead tr th + th {
    padding-left: 8px; }
  .custom_wishlists .wishlists-table .table-actions .form-fieldset a.button {
    margin-top: 5px;
    margin-bottom: 5px; }
  .estimator-form .button--primary,
  .track_record .leftsec .learnmore {
    width: 100%; }
  .proven h2, .aumain .whobanner .wholeft h2,
  .howweare h3,
  .page-heading,
  .helpsection h2,
  .productspotlight .productspotlight-left h2 {
    font-size: 26px; } }

@media only screen and (max-width: 374px) {
  .navPages-container.is-open {
    width: 255px; }
  body.has-activeNavPages {
    left: 255px; } }

/* Responsice End */
.productView-options .form {
  display: block;
  width: 100%; }

.form-wishlist .button {
  width: 100%;
  border-radius: 5px; }

.form-wishlist .button span {
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Proxima Nova Cond"; }

.card-figure__link {
  z-index: 9; }

.card-figcaption-body {
  transform: none;
  top: auto; }

#lowprice {
  margin: 0 -3px 0 0; }

.productView-image {
  pointer-events: auto; }

.productView-img-container img {
  position: relative; }

input#custom_qty {
  width: 65px;
  height: 30px;
  font-size: 14px;
  color: #000;
  padding: 5px;
  display: block; }

.option_image_container {
  display: none; }

.alternate_select_container {
  display: none;
  margin-bottom: 30px; }

.alternate_selct_field {
  border-color: #dfdfdf;
  border-radius: 4px;
  -webkit-appearance: none !important; }

/*new-select-box*/
.select_box_new_container .choose_block {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  height: 2.28571rem;
  max-width: 20rem;
  font-size: 13px;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem;
  line-height: 1rem;
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(130, 130, 130, 0.999)' /></svg>");
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  background-repeat: no-repeat;
  cursor: pointer; }

.select_box_new_container .choose_drop_down {
  display: none;
  position: absolute;
  background: #fff;
  max-width: 20rem;
  width: 100%;
  margin: 0;
  border: 1px solid #7A9CD3;
  z-index: 1; }

.select_box_new_container .choose_drop_down li {
  padding: 0.2123rem 0.78571rem;
  font-size: 12px;
  min-height: 1.2em;
  width: 100%;
  list-style: none;
  line-height: 1rem; }

.select_box_new_container .choose_drop_down li:hover {
  background: #1E90FF;
  color: #fff; }

.choose_active {
  background: #1E90FF;
  color: #fff; }

.choose_drop_down li:hover {
  cursor: pointer; }

/*new-select-box*/
/*add cart alert*/
.items-cart {
  padding: 0 !important; }

.parent_container {
  background-color: #fff;
  font-size: 16px; }

.desc_sec_inner {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  text-align: left;
  vertical-align: top; }

.close {
  position: absolute;
  right: 13px;
  top: 0px;
  width: 14px; }

.Short_note {
  position: relative;
  color: #000;
  font-weight: 900;
  padding: 0px 15px 15px;
  margin: 0;
  text-align: left;
  font-size: 20px; }

img.check_icon {
  margin-right: 5px;
  max-width: 20px;
  margin-top: -2px; }

.prod_img {
  width: 13%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding: 0; }

.prod_img img {
  border: 1px solid #dfdfdf; }

.footer_alert p, .prod_desc p {
  margin: 0; }

.prod_desc p {
  line-height: 28px; }

.prod_desc {
  width: 80%;
  display: inline-block;
  padding-left: 15px; }

.action_btn {
  margin: 18px 0; }

.action_btn span {
  width: 50%;
  display: inline-block;
  text-align: center; }

.action_btn span:first-child {
  width: 49%; }

.modal .productView {
  flex-direction: row; }

.model_cart {
  font-family: Karla,Arial,Helvetica,sans-serif !important;
  font-size: 16px; }

.model_cart .desc_sec {
  padding-top: 10px;
  color: #4f4f4f; }

.model_cart .desc_sec .prod_desc p {
  line-height: 24px;
  font-size: 15px; }

.model_cart .Checkout_btn, .model_cart .continue_shoping_btn {
  font-size: 15px; }

.modal-close span {
  color: #000;
  font-size: 36px;
  font-family: serif; }

.modal-background {
  background: rgba(0, 0, 0, 0.4); }

.footer_alert img.lazyloaded {
  max-width: 31px; }

.continue_shoping_btn {
  padding: 10px 15px;
  font-size: 16px;
  background-color: #45b3e9;
  color: #fff !important;
  border-radius: 7px;
  border: 1px solid #45b3e9;
  display: inline-block; }

.continue_shoping_btn:hover, .Checkout_btn:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff; }

.Checkout_btn {
  padding: 10px 15px;
  font-size: 16px;
  background-color: #58B45D;
  color: #fff  !important;
  border-radius: 7px;
  border: 1px solid #45b3e9;
  display: inline-block; }

.footer_alert {
  width: 100%;
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  vertical-align: middle; }

.footer_alert div {
  display: inline-block; }

#myProgress {
  width: 100%;
  background-color: grey; }

#myBar {
  width: 10%;
  height: 30px;
  background-color: green; }

/*add cart alert*/
#stockartworkinput {
  display: none !important; }

a.full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999; }

.form-increment .form-input--incrementTotal {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #CCC;
  background: #FFF;
  padding: 0 10px;
  line-height: 36px;
  height: auto;
  max-width: 80px; }

.rectangle-options-wrapper label.form-option {
  border: 0px; }

.product-options .form .prod_options div[data-product-attribute="set-rectangle"][role="radiogroup"] .form-option {
  padding: 8px 5px;
  line-height: normal;
  margin-right: 0.5rem; }

.product-options .form .prod_options div[data-product-attribute="set-rectangle"][role="radiogroup"] .form-option span {
  padding: 0; }

section.exact-qty .form-field--increments label.form-label {
  margin-bottom: 0px; }

section.exact-qty .form-field--increments .rednote {
  margin-bottom: 5px;
  display: block; }

input:focus + label {
  outline: 0px solid #0f7fff !important;
  outline-offset: 0px !important; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  position: absolute;
  top: 100%; }

/* ===========================
   CHARITABLE WORK
   =========================== */
/* layout */
.cms_cnt .usPages {
  display: flex;
  gap: 24px;
  align-items: stretch; }

.cms_cnt .usPages > div {
  /* text col gets padding */
  flex: 1;
  padding: 12px; }

.cms_cnt .usPages .col.media {
  /* image col: NO padding */
  padding: 0;
  /* <-- important */
  border-radius: 12px;
  overflow: hidden;
  /* clip image to rounded corners */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
  align-self: stretch;
  display: flex; }

.cms_cnt .usPages .col.media img {
  display: block;
  width: 100%;
  height: 100%;
  /* fill the rounded card */
  object-fit: cover;
  /* or 'contain' if you don’t want crop */ }

/* mobile */
@media (max-width: 900px) {
  .cms_cnt .usPages {
    flex-direction: column; }
  .cms_cnt .usPages .col.media img {
    height: auto; } }

/* ===========================
   WHO WE ARE — Hero layout
   =========================== */
:root {
  --hero-lift: 160px;
  /* how far the text band lifts into the banner */
  --image-drop: calc(var(--hero-lift) * 1.0);
  /* how far to drop the image back down */ }

/* Banner base */
.whobanner {
  position: relative;
  margin-bottom: 0; }

.whobanner > img {
  display: block;
  width: 100%;
  height: auto; }

/* Hero content row */
#whobanner.whobanner_textimg .container {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-block: 20px;
  margin-top: calc(var(--hero-lift) * -1);
  /* lift the text band */
  position: relative;
  z-index: 1; }

/* Left (text) */
#whobanner .wholeft {
  flex: 1 1 50%; }

#whobanner .wholeft h3 {
  margin: 0 0 6px; }

#whobanner .wholeft h2 {
  margin: 0;
  line-height: 1.2; }

/* Right (image card) — rounded, shadowed, and DROPPED back down */
#whobanner .whoright {
  flex: 1 1 50%;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: stretch;
  transform: translateY(var(--image-drop));
  /* decouple from the lift */
  z-index: 2;
  /* sit above the text bg if needed */ }

#whobanner .whoright img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* use 'contain' if you hate crop */ }

/* Sections nav + content spacing */
.about-nav {
  margin-top: 16px; }

.about-nav h4 {
  margin: 0 0 8px; }

#toppara.proven .container {
  padding-top: 8px;
  margin-top: -14px; }

.proven .container {
  padding-block: 28px; }

.proven h3 {
  margin-top: 0; }

.gridofthree .container {
  padding-block: 24px; }

.gridofthree ul {
  gap: 20px; }

.gridofthree li {
  margin: 0; }

/* Responsive */
@media (max-width: 900px) {
  #whobanner.whobanner_textimg .container {
    flex-direction: column;
    gap: 16px;
    margin-top: -24px;
    /* smaller lift on mobile */
    padding-block: 12px; }
  #whobanner .whoright {
    border-radius: 12px;
    transform: none;
    /* no overlap on small screens */ } }

/* ===== Exclusives: force a single horizontal row, 5-up ===== */
#exclusives ul {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  /* tweak spacing */
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  width: 100%; }

/* Each item takes exactly 1/5 of the row minus gaps */
#exclusives ul > li {
  flex: 0 0 calc((100% - 4 * 10px) / 5) !important;
  /* 5 items, 4 gaps */
  max-width: calc((100% - 4 * 10px) / 5) !important;
  margin: 0 !important;
  padding: 0 6px !important;
  box-sizing: border-box;
  min-width: 0 !important;
  float: none !important;
  clear: none !important; }

/* Keep card internals from expanding columns */
#exclusives ul .card,
#exclusives ul .card-body {
  min-width: 0 !important; }

/* show only the first 5 items in Exclusives */
#exclusives ul > li:nth-child(n + 6) {
  display: none !important; }

/* Responsive counts to match your intent */
@media (max-width: 767px) {
  #exclusives ul > li {
    flex: 0 0 calc((100% - 2 * 10px) / 3) !important;
    /* 3-up */
    max-width: calc((100% - 2 * 10px) / 3) !important; } }

@media (max-width: 479px) {
  #exclusives ul > li {
    flex: 0 0 calc((100% - 1 * 10px) / 2) !important;
    /* 2-up */
    max-width: calc((100% - 1 * 10px) / 2) !important; } }

@media (max-width: 319px) {
  #exclusives ul > li {
    flex: 0 0 100% !important;
    /* 1-up */
    max-width: 100% !important; } }

@media (min-width: 992px) {
  .navUser {
    position: relative;
    z-index: 130; } }
