@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
/*@font-face {
    font-family: 'C059';
    src: url('../fonts/C059-Bold.eot');
    src: url('../fonts/C059-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/C059-Bold.woff2') format('woff2'),
        url('../fonts/C059-Bold.woff') format('woff'),
        url('../fonts/C059-Bold.ttf') format('truetype'),
        url('../fonts/C059-Bold.svg#C059-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'C059';
    src: url('../fonts/C059-Roman.eot');
    src: url('../fonts/C059-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/C059-Roman.woff2') format('woff2'),
        url('../fonts/C059-Roman.woff') format('woff'),
        url('../fonts/C059-Roman.ttf') format('truetype'),
        url('../fonts/C059-Roman.svg#C059-Roman') 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;
}

@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;
}
$font3:'Proxima Nova';
$font4:'C059';*/
body {
  font-family: "Poppins";
  font-weight: normal;
  color: #000;
  padding: 137px 0 0 0;
  font-size: 16px;
  line-height: 26px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora";
  font-weight: normal;
  letter-spacing: 0;
  color: #204F63; }

p {
  font-family: "Poppins";
  font-weight: normal;
  color: #000;
  font-size: 16px;
  line-height: 26px; }

.button,
.button:focus,
.button:active,
.swal2-container .swal2-confirm.button,
.swal2-container .swal2-modal .swal2-cancel,
.main-btn {
  background-color: #204F63;
  color: #ffffff;
  line-height: normal;
  font-size: 16px;
  border: 0;
  border-radius: 50px;
  outline: none;
  text-transform: uppercase;
  font-family: "Poppins";
  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: #98C335;
    color: #ffffff; }

.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; }

.header {
  position: fixed;
  top: 0;
  border: none;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); }

.header_top {
  background: #204F63;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  height: 40px;
  transition: none; }
  .header_top p {
    margin: -1px 0 0 0;
    font-size: 14px;
    color: #FFFFFF;
    font-family: "Poppins";
    line-height: 38px;
    font-weight: 400;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px; }
    .header_top p a {
      font-size: 14px;
      color: #FFFFFF;
      font-family: "Poppins";
      font-weight: 700;
      position: relative; }
      .header_top p a::before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 10px;
        background: #fff; }
      .header_top p a:hover {
        text-decoration: none;
        color: #98C335; }
        .header_top p a:hover::before {
          background: #98C335; }

.logo_menu_mn {
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.header-left .header-logo {
  margin: 0; }

.header-center .navPages-container {
  position: initial; }

.header-center .navPages {
  line-height: normal; }
  .header-center .navPages .navPages-list .navPages-item {
    padding: 30px 25px; }
    .header-center .navPages .navPages-list .navPages-item .navPages-action {
      padding: 10px 0;
      text-transform: capitalize;
      font-size: 14px;
      line-height: 16px;
      color: #000;
      font-weight: 700;
      column-gap: 10px; }
      .header-center .navPages .navPages-list .navPages-item .navPages-action svg {
        stroke: none; }
      .header-center .navPages .navPages-list .navPages-item .navPages-action.active, .header-center .navPages .navPages-list .navPages-item .navPages-action.is-open {
        color: #98C335; }
        .header-center .navPages .navPages-list .navPages-item .navPages-action.active svg, .header-center .navPages .navPages-list .navPages-item .navPages-action.is-open svg {
          transform: rotate(-180deg); }
          .header-center .navPages .navPages-list .navPages-item .navPages-action.active svg path, .header-center .navPages .navPages-list .navPages-item .navPages-action.is-open svg path {
            fill: #98C335; }
      .header-center .navPages .navPages-list .navPages-item .navPages-action.active, .header-center .navPages .navPages-list .navPages-item .navPages-action:hover {
        color: #98C335; }
        .header-center .navPages .navPages-list .navPages-item .navPages-action.active svg path, .header-center .navPages .navPages-list .navPages-item .navPages-action:hover svg path {
          fill: #98C335; }
      .header-center .navPages .navPages-list .navPages-item .navPages-action.is-open {
        background: transparent; }
  .header-center .navPages .navPages-list .navPage-subMenu.is-open {
    background: #fff;
    padding: 0 !important;
    max-width: 1345px;
    max-width: calc(100% - 100px);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 137px;
    border-radius: 0px 0px 30px 30px;
    box-shadow: 0px 5px 10px 0px #00000026;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
    .header-center .navPages .navPages-list .navPage-subMenu.is-open::before {
      content: '';
      box-shadow: 0px 7px 10px 0px #00000026;
      height: 5px;
      width: 100%;
      display: inline-block;
      margin-top: -5px;
      background: #fff; }
    .header-center .navPages .navPages-list .navPage-subMenu.is-open .navPage-subMenu-list {
      max-width: 100%;
      padding: 30px 17px 29px;
      text-align: center; }
    .header-center .navPages .navPages-list .navPage-subMenu.is-open .navPage-subMenu-item {
      float: left;
      width: 14%;
      padding: 0 34px !important;
      vertical-align: top;
      text-align: left;
      display: inline-block; }
      .header-center .navPages .navPages-list .navPage-subMenu.is-open .navPage-subMenu-item .navPage-subMenu-action {
        font-size: 16px;
        padding: 0;
        border: none;
        margin: 20px 0 20px 0;
        line-height: 22px; }
        .header-center .navPages .navPages-list .navPage-subMenu.is-open .navPage-subMenu-item .navPage-subMenu-action:hover {
          color: #BE143A; }
      .header-center .navPages .navPages-list .navPage-subMenu.is-open .navPage-subMenu-item .navPage-childList-item .navPage-childList-action {
        font-weight: normal;
        padding: 0;
        margin: 0 0 9px 0;
        line-height: 22px; }
        .header-center .navPages .navPages-list .navPage-subMenu.is-open .navPage-subMenu-item .navPage-childList-item .navPage-childList-action:hover {
          color: #BE143A; }
  .header-center .navPages .navPages-list .abouttoggle {
    display: flex;
    align-items: center;
    justify-content: center; }
  .header-center .navPages .navPages-list .custom_ {
    position: relative; }
    .header-center .navPages .navPages-list .custom_:hover svg path {
      fill: #98C335 !important; }
    .header-center .navPages .navPages-list .custom_:hover .navPages-action {
      color: #98C335; }
    .header-center .navPages .navPages-list .custom_:hover .webpage-menu .navPages-action {
      color: #000; }
      .header-center .navPages .navPages-list .custom_:hover .webpage-menu .navPages-action:hover {
        color: #BE143A; }
    .header-center .navPages .navPages-list .custom_ .webpage-menu {
      position: absolute;
      right: -35px;
      top: 97px;
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
      background: #fff;
      border-radius: 0px 0px 30px 30px;
      width: 200px;
      padding: 20px 0 22px 0 !important; }
      .header-center .navPages .navPages-list .custom_ .webpage-menu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); }
      .header-center .navPages .navPages-list .custom_ .webpage-menu li {
        text-align: center; }
      .header-center .navPages .navPages-list .custom_ .webpage-menu .navPages-action {
        padding: 9px 0;
        font-weight: normal; }

.dropdown--quickSearch {
  top: 137px !important;
  padding: 0;
  background: transparent;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease; }
  .dropdown--quickSearch .container {
    max-width: 1345px;
    background: #fff;
    border-radius: 0 0 30px 30px;
    box-shadow: 0px 5px 10px 0px #00000026;
    padding: 20px 50px; }
    .dropdown--quickSearch .container::before {
      content: '';
      box-shadow: 0px 7px 10px 0px #00000026;
      width: 100%;
      height: 5px;
      display: inline-block;
      position: absolute;
      left: 0;
      top: -5px; }
  .dropdown--quickSearch .form {
    max-width: 100%; }
    .dropdown--quickSearch .form .form-field {
      position: relative; }
    .dropdown--quickSearch .form .search_quick {
      position: absolute;
      left: 28px;
      top: 18px;
      padding: 0;
      height: 25px;
      width: 25px; }
      .dropdown--quickSearch .form .search_quick svg {
        width: 100%; }
    .dropdown--quickSearch .form .form-input {
      border-radius: 30px;
      font-size: 18px;
      color: #000;
      height: 60px;
      line-height: 60px;
      padding: 0 50px 0 68px; }
      .dropdown--quickSearch .form .form-input::placeholder {
        font-size: 18px;
        color: #000; }

.header-right .navUser {
  padding: 0;
  position: initial;
  z-index: 10000; }
  .header-right .navUser .navUser-section {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .header-right .navUser .navUser-item {
    float: left;
    padding: 0 0 0 30px; }
    .header-right .navUser .navUser-item .navUser-action {
      float: left;
      padding: 0 0 0; }
      .header-right .navUser .navUser-item .navUser-action svg {
        stroke: none;
        float: left; }
      .header-right .navUser .navUser-item .navUser-action:hover path {
        fill: #98C335 !important; }
  .header-right .navUser .navUser-item--account {
    position: relative; }
    .header-right .navUser .navUser-item--account .ctm_acc_dtls {
      display: none;
      position: absolute;
      right: -50px;
      top: 60px;
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
      background: #fff;
      border-radius: 0px 0px 30px 30px;
      width: 150px;
      padding: 20px 10px;
      text-align: center;
      z-index: 100000; }
      .header-right .navUser .navUser-item--account .ctm_acc_dtls::before {
        content: '';
        position: absolute;
        top: -5px;
        left: -5px;
        width: 106%;
        height: 5px;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); }
      .header-right .navUser .navUser-item--account .ctm_acc_dtls .navUser-action {
        padding: 0 0;
        margin: 5px auto;
        font-size: 16px;
        line-height: 18px;
        text-transform: capitalize;
        width: 100%;
        font-size: 14px;
        line-height: normal;
        font-weight: normal;
        color: #000; }
        .header-right .navUser .navUser-item--account .ctm_acc_dtls .navUser-action:hover {
          color: #BE143A; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0; }

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

.heroCarousel.slick-initialized {
  max-height: 100%;
  margin: 0; }

.heroCarousel .heroCarousel-image-wrapper {
  max-height: 100%;
  height: 100%; }

.heroCarousel .heroCarousel-image {
  -o-object-position: inherit;
  object-position: inherit;
  -o-object-fit: inherit;
  object-fit: inherit; }

.heroCarousel .slick-dots,
.heroCarousel .carousel-play-pause-button {
  display: none !important; }

.heroCarousel .slick-arrow {
  background: none;
  width: 45px;
  height: 45px;
  border: none;
  padding: 0; }

.heroCarousel .slick-prev {
  left: 30px; }

.heroCarousel .slick-next {
  right: 30px; }

.heroCarousel .slick-next::before {
  background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/carousel-arrow-right_new.svg) no-repeat center;
  width: 45px;
  height: 45px;
  background-size: cover; }

.heroCarousel .slick-prev::before {
  background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/carousel-arrow-left_new.svg) no-repeat center;
  width: 45px;
  height: 45px;
  background-size: cover; }

.heroCarousel .heroCarousel-content {
  margin: 0;
  left: 115px;
  background: transparent;
  text-align: left;
  max-height: 100%;
  width: 100%;
  padding: 0; }
  .heroCarousel .heroCarousel-content .heroCarousel-title {
    max-width: 550px;
    font-size: 40px;
    font-family: "Lora";
    font-weight: bold;
    color: #212322;
    line-height: 48px;
    margin-top: -8px;
    letter-spacing: -1px; }
  .heroCarousel .heroCarousel-content .heroCarousel-description {
    max-width: 400px;
    font-size: 16px;
    line-height: 26px;
    color: #212322;
    margin: 12px 0 34px 0; }
  .heroCarousel .heroCarousel-content .heroCarousel-action {
    background: #fff;
    color: #BE143A;
    width: 166px;
    padding: 16px 10px 15px 10px; }
    .heroCarousel .heroCarousel-content .heroCarousel-action:hover {
      background: #98C335;
      color: #fff; }

.hp_top_content {
  padding: 59px 0 0 0; }
  .hp_top_content .container {
    max-width: 1352px;
    margin: 0 auto; }
  .hp_top_content .page-heading {
    margin: 0 0 41px 0; }
  .hp_top_content ul {
    list-style: none;
    margin: 0 -6px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .hp_top_content ul li {
      padding: 0 6px;
      float: left;
      width: 20%;
      margin: 0 0 32px 0; }
      .hp_top_content ul li a {
        display: inline-block;
        width: 100%;
        transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease; }
        .hp_top_content ul li a span {
          display: block;
          font-size: 18px;
          line-height: 18px;
          color: #000;
          font-family: "Poppins";
          font-weight: bold;
          text-align: center; }
        .hp_top_content ul li a:hover {
          transform: scale(1.06);
          transition: all 0.7s ease;
          -webkit-transition: all 0.7s ease;
          -moz-transition: all 0.7s ease;
          -ms-transition: all 0.7s ease;
          -o-transition: all 0.7s ease; }
          .hp_top_content ul li a:hover span {
            color: #BE143A; }
        .hp_top_content ul li a img {
          padding: 10px;
          margin: auto;
          display: block; }

.featured-section {
  margin: 66px 0 10px 0;
  display: inline-block;
  width: 100%; }
  .featured-section .slick-prev {
    left: -22px; }
  .featured-section .slick-next {
    right: -22px; }
  .featured-section .slick-arrow {
    margin: 0;
    top: 140px; }
  .featured-section .page-heading {
    margin: 0 0 31px 0; }

.card {
  position: relative; }
  .card .card-figure {
    padding: 0;
    border: 1px solid #D5DBDB;
    border-radius: 30px;
    position: initial; }
    .card .card-figure .sale-flag-side {
      position: absolute;
      right: 10px;
      top: 10px;
      border-radius: 50px;
      padding: 0;
      width: 63px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #BE163A;
      column-gap: 5px; }
      .card .card-figure .sale-flag-side::before {
        content: '';
        background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/sale_icon.svg) no-repeat center;
        width: 10px;
        height: 10px;
        background-size: cover; }
      .card .card-figure .sale-flag-side .sale-text {
        font-size: 12px;
        line-height: 12px;
        text-transform: uppercase;
        font-weight: 700; }
      .card .card-figure .sale-flag-side.new {
        background: #98C335; }
        .card .card-figure .sale-flag-side.new::before {
          content: '';
          background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/new_icon.svg) no-repeat center;
          width: 10px;
          height: 10px;
          background-size: cover; }
    .card .card-figure .card-img-container {
      width: 277px;
      height: 277px;
      padding: 5px;
      max-width: 277px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .card .card-figure .card-img-container img {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 1px; }
      .card .card-figure .card-img-container::after {
        padding: 0; }
    .card .card-figure .card-figcaption {
      top: auto;
      bottom: 0;
      height: auto; }
      .card .card-figure .card-figcaption .card-figcaption-body {
        width: 100%;
        transform: none; }
        .card .card-figure .card-figcaption .card-figcaption-body .quickview {
          display: none !important; }
        .card .card-figure .card-figcaption .card-figcaption-body a.button {
          line-height: 50px;
          padding: 0 10px;
          margin: 0; }
  .card .card-body {
    padding: 16px 0 66px 0;
    margin: 0 0 50px 0; }
    .card .card-body .card-title {
      font-size: 16px;
      line-height: 25px;
      font-family: "Poppins";
      color: #000;
      font-weight: bold;
      height: 55px;
      overflow: hidden;
      margin: 0 0 13px 0; }
      .card .card-body .card-title a {
        color: #000; }
      .card .card-body .card-title:hover a {
        color: #BE143A; }
    .card .card-body .card-text {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      column-gap: 10px; }
      .card .card-body .card-text .price-section {
        font-size: 16px;
        line-height: 24px;
        color: #000;
        font-family: "Poppins";
        font-weight: bold; }
        .card .card-body .card-text .price-section.rrp-price--withoutTax {
          font-weight: normal;
          color: #8C99A9; }
  .card:hover .card-figure {
    border: 1px solid #BE143A; }
  .card:hover .card-body .card-title a {
    color: #BE143A; }
  .card:hover .card-figcaption {
    opacity: 1; }

.slick-arrow {
  background: none;
  width: 45px;
  height: 45px;
  border: none;
  padding: 0; }

.slick-next::before, .slick-next:focus {
  background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/carousel-arrow-right_new.svg) no-repeat center;
  width: 45px;
  height: 45px;
  background-size: cover;
  border-radius: 50px; }

.slick-next:hover {
  background: transparent;
  opacity: 1; }
  .slick-next:hover::before {
    background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/carousel-arrow-right_new_hover.svg) no-repeat center;
    opacity: 1;
    border-radius: 50px; }

.slick-prev::before, .slick-prev:focus {
  background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/carousel-arrow-left_new.svg) no-repeat center;
  width: 45px;
  height: 45px;
  background-size: cover;
  border-radius: 50px; }

.slick-prev:hover {
  background: transparent;
  opacity: 1; }
  .slick-prev:hover::before {
    background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/carousel-arrow-left_new_hover.svg) no-repeat center;
    opacity: 1;
    border-radius: 50px; }

.productCarousel {
  margin: 0; }
  .productCarousel .slick-list {
    margin: 0 -15px; }
    .productCarousel .slick-list .productCarousel-slide {
      padding: 0 15px; }
  .productCarousel .card .card-body {
    margin: 0; }

.cproductCarousel {
  margin: 0; }
  .cproductCarousel .slick-list {
    margin: 0 -15px; }
    .cproductCarousel .slick-list .acc_slider {
      padding: 0 0; }
      .cproductCarousel .slick-list .acc_slider .card {
        padding: 0;
        margin: 0 15px; }
        .cproductCarousel .slick-list .acc_slider .card .card-body {
          margin: 0; }

.digitalcatalog {
  padding: 47px 0 0 0; }
  .digitalcatalog div[data-content-region="digitalcatalog"] {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 32px;
    overflow: hidden; }
  .digitalcatalog div[data-layout-name="Gridoftwo"] {
    background: #b7d8a9;
    border-radius: 30px; }
    .digitalcatalog div[data-layout-name="Gridoftwo"] > div:nth-child(2) {
      border-radius: 30px 0px 0px 30px; }
      .digitalcatalog div[data-layout-name="Gridoftwo"] > div:nth-child(2) div,
      .digitalcatalog div[data-layout-name="Gridoftwo"] > div:nth-child(2) img {
        border-radius: 30px 0px 0px 30px; }
    .digitalcatalog div[data-layout-name="Gridoftwo"] > div:last-child {
      padding: 0 80px 0 64px; }
      .digitalcatalog div[data-layout-name="Gridoftwo"] > div:last-child div:nth-child(2) p {
        font-family: "Lora";
        letter-spacing: -1px; }
      .digitalcatalog div[data-layout-name="Gridoftwo"] > div:last-child div:nth-child(3) div p {
        font-family: "Poppins";
        margin: 12px 0 10px 0;
        letter-spacing: 0;
        line-height: 27px; }
      .digitalcatalog div[data-layout-name="Gridoftwo"] > div:last-child div:nth-child(4) div p {
        font-family: "Poppins";
        letter-spacing: 0;
        line-height: normal; }
      .digitalcatalog div[data-layout-name="Gridoftwo"] > div:last-child .buttonLink {
        margin: 28px 0 0 0; }
        .digitalcatalog div[data-layout-name="Gridoftwo"] > div:last-child .buttonLink a {
          text-align: center;
          width: auto;
          background: #fff;
          font-family: "Poppins";
          font-size: 16px;
          line-height: 49px !important;
          font-weight: bold;
          border-radius: 50px;
          border: none;
          color: #204F63;
          text-transform: uppercase;
          padding: 0 33px; }
          .digitalcatalog div[data-layout-name="Gridoftwo"] > div:last-child .buttonLink a:hover {
            background: #98C335;
            color: #fff; }

.packaging {
  display: inline-block;
  width: 100%;
  padding: 49px 0 0 0; }
  .packaging .page-heading {
    margin: 0 0 28px 0; }
  .packaging ul {
    list-style: none;
    margin: 0 -15px;
    padding: 0; }
    .packaging ul li {
      float: left;
      width: 25%;
      padding: 0 15px;
      margin: 0 0 30px 0; }
      .packaging ul li:hover a span {
        color: #BE143A; }
      .packaging ul li a {
        display: inline-block;
        width: 100%;
        background: rgba(213, 219, 219, 0.25);
        border-radius: 30px;
        padding: 28px 15px;
        transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease; }
        .packaging ul li a span {
          text-align: center;
          display: block;
          font-size: 18px;
          color: #000;
          font-weight: bold;
          margin: 2px 0 27px 0; }
        .packaging ul li a:hover {
          transform: scale(1.06);
          transition: all 0.7s ease;
          -webkit-transition: all 0.7s ease;
          -moz-transition: all 0.7s ease;
          -ms-transition: all 0.7s ease;
          -o-transition: all 0.7s ease; }
        .packaging ul li a img {
          padding: 0 11px; }

.page-heading {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #204F63;
  font-family: "Lora";
  font-weight: bold;
  margin: 0 0 30px 0; }

.saving {
  margin: 70px 0 50px 0; }
  .saving div[data-content-region="saving"] {
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
    .saving div[data-content-region="saving"] div[data-layout-name="Layout"] > div {
      padding: 0; }
    .saving div[data-content-region="saving"] div[data-layout-name="saving overlay"] {
      position: absolute;
      left: 60px;
      top: 50%;
      transform: translateY(-50%); }
      .saving div[data-content-region="saving"] div[data-layout-name="saving overlay"] > div {
        padding: 0;
        max-width: 450px; }
        .saving div[data-content-region="saving"] div[data-layout-name="saving overlay"] > div div:nth-child(2) p {
          font-family: "Lora";
          letter-spacing: 0px;
          line-height: normal; }
        .saving div[data-content-region="saving"] div[data-layout-name="saving overlay"] > div div:nth-child(3) p {
          font-family: "Poppins";
          letter-spacing: 0;
          line-height: 27px;
          color: #000000;
          margin: 14px 0 31px 0;
          padding-right: 10px; }
        .saving div[data-content-region="saving"] div[data-layout-name="saving overlay"] > div .buttonLink {
          margin: 0 0 0 0; }
          .saving div[data-content-region="saving"] div[data-layout-name="saving overlay"] > div .buttonLink a {
            width: 166px;
            text-align: center;
            padding: 0 15px;
            background: #fff;
            font-family: "Poppins";
            font-size: 16px;
            line-height: 50px !important;
            font-weight: bold;
            border-radius: 50px;
            border: none;
            color: #204F63;
            text-transform: uppercase; }
            .saving div[data-content-region="saving"] div[data-layout-name="saving overlay"] > div .buttonLink a:hover {
              background: #98C335;
              color: #fff; }

.iconsec {
  margin: 0 0 101px 0; }
  .iconsec div[data-content-region="iconsec"] {
    max-width: 1100px;
    margin: 0 auto; }
  .iconsec div[data-layout-name="Icon Section"] {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: start; }
    .iconsec div[data-layout-name="Icon Section"] > div {
      flex-basis: auto;
      max-width: 320px;
      row-gap: 22px; }
      .iconsec div[data-layout-name="Icon Section"] > div > div:last-child {
        margin: -7px 0 0 0; }
    .iconsec div[data-layout-name="Icon Section"] p {
      font-family: "Poppins"; }

.testimonials_mn .slick-arrow {
  margin-top: 23px; }

.testimonials_mn .slick-prev {
  left: -21px; }

.testimonials_mn .slick-next {
  right: -23px; }

.testimonials_mn .page-heading {
  margin: 0 0 28px 0; }

.testimonials_mn .slick-slider {
  margin: 0; }

.testimonials_mn .slick-list {
  margin: 0 -11px; }

.testimonials_mn .slick-slide {
  padding-top: 45px; }

.testimonials_mn .testimonials-inner {
  border: 1px solid #A9B7B8;
  border-radius: 30px;
  margin: 0 11px;
  width: calc(100% - 22px);
  padding: 0 42px 38px; }
  .testimonials_mn .testimonials-inner p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin: 23px 0 5px 0;
    height: 285px;
    overflow: hidden; }
  .testimonials_mn .testimonials-inner span {
    font-size: 14px;
    line-height: 21px;
    color: #000000; }
  .testimonials_mn .testimonials-inner .testimonials-img {
    margin-top: -45px;
    max-width: 200px;
    background: #fff;
    margin-left: auto;
    margin-right: auto; }
    .testimonials_mn .testimonials-inner .testimonials-img img {
      width: auto;
      margin: 0 auto; }

.custom_default .help {
  padding: 100px 0 102px 0; }

.custom_default .blog_sec .page-heading {
  margin: 0 0 28px 0; }

.help {
  padding: 100px 0;
  display: inline-block;
  width: 100%; }
  .help .container {
    max-width: 1200px !important;
    padding: 0; }
  .help .help_text {
    background: #DBE3C7;
    border-radius: 30px;
    padding: 48px 60px 51px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/images/stencil/original/image-manager/we-are-here-to-help.jpg) no-repeat;
    background-size: cover; }
  .help .help-left {
    float: left;
    width: 400px; }
    .help .help-left .sub-heading {
      margin: 5px 0 12px 0;
      font-size: 30px;
      font-family: "Lora";
      line-height: 34px;
      letter-spacing: -1px;
      font-weight: bold;
      color: #000; }
    .help .help-left p {
      margin: 0; }
  .help .help-right {
    float: right;
    width: calc(100% - 400px); }
    .help .help-right ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      column-gap: 10px; }
      .help .help-right ul li {
        float: left;
        width: auto; }
        .help .help-right ul li .button {
          background: #fff;
          line-height: 50px;
          color: #204F63;
          font-size: 16px;
          padding: 0 38px;
          display: flex;
          align-items: center;
          justify-content: center;
          column-gap: 10px; }
          .help .help-right ul li .button:hover {
            background: #98C335;
            color: #fff; }
            .help .help-right ul li .button:hover svg path {
              fill: #fff !important; }

.blog_sec {
  display: inline-block;
  width: 100%;
  margin: 0 0 100px 0; }
  .blog_sec .blog {
    margin: 0 -15px;
    list-style: none;
    padding: 0;
    width: auto; }
    .blog_sec .blog li {
      width: 33.33%;
      padding: 0 15px;
      float: left;
      transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -moz-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      -o-transition: all 0.7s ease; }
      .blog_sec .blog li:hover {
        transform: scale(1.05);
        transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease; }
      .blog_sec .blog li > a {
        height: 250px;
        display: inline-block;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px 30px 0 0;
        overflow: hidden; }
        .blog_sec .blog li > a img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all 0.7s ease;
          -webkit-transition: all 0.7s ease;
          -moz-transition: all 0.7s ease;
          -ms-transition: all 0.7s ease;
          -o-transition: all 0.7s ease; }
      .blog_sec .blog li .blog_bottom {
        border-radius: 0 0 30px 30px;
        background: rgba(213, 219, 219, 0.25);
        padding: 20px 20px 27px 20px; }
        .blog_sec .blog li .blog_bottom p {
          margin: 0 0 13px 0;
          font-weight: bold;
          font-size: 18px;
          line-height: 25px;
          height: 80px;
          overflow: hidden; }
        .blog_sec .blog li .blog_bottom a {
          font-weight: bold;
          color: #204F63;
          font-size: 16px; }
          .blog_sec .blog li .blog_bottom a:hover {
            color: #BE143A; }
  .blog_sec .readmoresec {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 30px 0 0 0; }
    .blog_sec .readmoresec .readmoreblg {
      width: 210px;
      line-height: 50px;
      padding: 0; }

.footer {
  border: none;
  background: rgba(213, 219, 219, 0.5);
  text-align: center;
  padding: 50px 0 60px 0; }
  .footer .footer-info-col {
    padding: 0;
    width: auto; }
  .footer .footer-info-list {
    max-width: 600px;
    text-align: center;
    margin: 31px 0 0 0; }
    .footer .footer-info-list li.About {
      display: none; }
    .footer .footer-info-list li {
      display: inline-block;
      width: auto;
      float: none;
      padding: 0 15px 0 6px;
      position: relative;
      line-height: 20px; }
      .footer .footer-info-list li a {
        font-size: 16px;
        line-height: 22px;
        color: #000; }
        .footer .footer-info-list li a:hover {
          color: #BE143A; }
      .footer .footer-info-list li::before {
        content: '';
        position: absolute;
        top: 9px;
        right: 0;
        background: #000;
        border-radius: 50px;
        width: 5px;
        height: 5px; }
      .footer .footer-info-list li:last-child::before, .footer .footer-info-list li:nth-child(3)::before {
        display: none; }
  .footer .footer-info-col--social {
    width: 100%;
    margin: 2px 0 50px 0; }
    .footer .footer-info-col--social ul {
      text-align: center;
      line-height: normal;
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 37px;
      margin: 25px 0 0 0; }
      .footer .footer-info-col--social ul li {
        margin: 0; }
      .footer .footer-info-col--social ul a {
        float: left;
        width: auto; }
        .footer .footer-info-col--social ul a svg {
          float: left;
          width: auto; }
      .footer .footer-info-col--social ul .icon {
        width: auto;
        height: auto; }
  .footer .f_form {
    margin: 32px 0 0 0; }
    .footer .f_form .footer-info-heading {
      text-align: center;
      color: #000;
      font-weight: bold;
      font-family: "Poppins";
      font-size: 16px;
      line-height: 20px;
      margin: 0 0 14px 0; }
    .footer .f_form .form-prefixPostfix {
      display: block;
      background: #fff;
      border-radius: 30px;
      position: relative;
      width: 450px; }
      .footer .f_form .form-prefixPostfix .form-input {
        width: 100%;
        border: none;
        border-radius: 0;
        background: transparent;
        height: 45px;
        font-size: 14px;
        color: #000;
        font-family: "Poppins";
        padding: 0 50px 0 20px;
        opacity: 1; }
        .footer .f_form .form-prefixPostfix .form-input::placeholder {
          font-size: 14px;
          color: #000;
          font-family: "Poppins";
          opacity: 1; }
      .footer .f_form .form-prefixPostfix .button {
        position: absolute;
        right: 10px;
        top: 0;
        padding: 0;
        font-size: 0;
        background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/f_mail-icon.svg) no-repeat center;
        background-size: 25px;
        width: 45px;
        height: 45px; }
  .footer .footer-payment-icons {
    justify-content: center;
    margin: 26px 0 16px 0; }
    .footer .footer-payment-icons li .footer-payment-icon {
      margin: 0 5px;
      height: 24px;
      width: auto; }
  .footer .footer-copyright {
    text-align: center; }
    .footer .footer-copyright p {
      font-size: 12px;
      color: #000000; }

.custom_blog .page {
  margin: 0 -15px; }

.custom_blog .mainblog {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }

.custom_blog .blog {
  float: left;
  width: 33.33%;
  border: none;
  margin: 0 0 30px 0;
  padding: 0px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 calc(33.333% - 20px);
  min-height: 100%; }
  .custom_blog .blog .blog-post-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
  .custom_blog .blog .blog-post {
    flex-grow: 1; }
  .custom_blog .blog .blog-post-figure {
    float: left;
    width: 100%; }
    .custom_blog .blog .blog-post-figure .blog-thumbnail {
      max-width: 100%;
      margin: 0;
      float: left;
      width: 100%; }
      .custom_blog .blog .blog-post-figure .blog-thumbnail a {
        height: 250px;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        border-radius: 30px 30px 0 0;
        float: left;
        width: 100%; }
        .custom_blog .blog .blog-post-figure .blog-thumbnail a img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          float: left;
          transition: all 0.7s ease;
          -webkit-transition: all 0.7s ease;
          -moz-transition: all 0.7s ease;
          -ms-transition: all 0.7s ease;
          -o-transition: all 0.7s ease; }
        .custom_blog .blog .blog-post-figure .blog-thumbnail a:hover img {
          transform: scale(1.05);
          transition: all 0.7s ease;
          -webkit-transition: all 0.7s ease;
          -moz-transition: all 0.7s ease;
          -ms-transition: all 0.7s ease;
          -o-transition: all 0.7s ease; }
  .custom_blog .blog .blog-post-body {
    background: rgba(213, 219, 219, 0.5);
    padding: 20px 20px 27px 20px;
    width: 100%;
    display: inline-block;
    border-radius: 0 0 30px 30px;
    text-align: left; }

.blog .blog-title {
  margin: 0;
  height: 80px;
  overflow: hidden; }
  .blog .blog-title a {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    font-family: "Poppins"; }
    .blog .blog-title a:hover {
      color: #BE143A; }

.blog .blog-date {
  text-align: left;
  font-size: 14px;
  font-family: "Poppins";
  margin: 15px 0;
  color: #000; }

.blog .blog-post {
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins"; }
  .blog .blog-post a {
    text-transform: capitalize;
    font-weight: bold;
    color: #BE143A;
    display: block; }
    .blog .blog-post a:hover {
      color: #98C335; }

.custom_blog_post .blog .blog-post-figure .blog-thumbnail {
  max-width: 500px; }

.custom_blog_post .blog .blog-post-body {
  width: 100%; }
  .custom_blog_post .blog .blog-post-body .blog-title {
    height: auto;
    text-align: left; }
    .custom_blog_post .blog .blog-post-body .blog-title a {
      font-size: 24px; }
  .custom_blog_post .blog .blog-post-body .blog-post p {
    margin: 0 0 25px 0; }

.custom_blog_post .blog .share_icon .socialLinks .socialLinks__link svg path {
  fill: #204F63 !important; }

.custom_blog_post .blog .share_icon .socialLinks .socialLinks__link svg circle {
  fill: #204F63 !important; }

.custom_blog_post .blog .share_icon .socialLinks .socialLinks__link svg g path {
  fill: #fff !important; }

.custom_blog_post .blog .share_icon .socialLinks .socialLinks__link:hover svg path {
  fill: #98C335 !important; }

.custom_blog_post .blog .share_icon .socialLinks .socialLinks__link:hover svg circle {
  fill: #98C335 !important; }

.custom_blog_post .blog .share_icon .socialLinks .socialLinks__link:hover svg g path {
  fill: #fff !important; }

.custom_blog_post .blog .share_icon .socialLinks .socialLinks-item.socialLinks-item--print .socialLinks__link.icon--print svg path {
  fill: #fff !important; }

/* System Pages start */
.previewCartCheckout .button {
  padding-left: 5px;
  padding-right: 5px; }

.custom_account_addressbook .addressList {
  display: flex;
  flex-wrap: wrap; }

.wishlists-table .table-actions .button {
  padding: 2px 15px 0;
  height: 38px;
  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: 99;
  margin: 0; }
  .quickSearchResults .modal-close,
  .custom_account_recentitems .quickSearchResults .modal-close,
  .custom_wishlist .quickSearchResults .modal-close {
    color: #000;
    top: 0px;
    right: 25px;
    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: 10px;
    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 0;
      display: block;
      border-bottom: 1px solid #dedddb;
      float: left; }
      .quickSearchResults .productGrid .product:last-child,
      .custom_account_recentitems .quickSearchResults .productGrid .product:last-child,
      .custom_wishlist .quickSearchResults .productGrid .product:last-child {
        border: none; }
      .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: 150px;
          height: 150px;
          float: left;
          padding: 0;
          margin: 0;
          box-shadow: none; }
          .quickSearchResults .productGrid .product .card .card-figure .card-figure__link,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure .card-figure__link,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure .card-figure__link {
            width: 148px;
            height: 148px;
            display: flex;
            align-items: center;
            justify-content: center; }
          .quickSearchResults .productGrid .product .card .card-figure .card-img-container,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure .card-img-container,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure .card-img-container {
            width: 148px;
            height: 148px;
            height: auto;
            display: block;
            max-width: 100%; }
          .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;
              padding: 5px;
              position: initial;
              margin: 0 auto;
              float: 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: calc(100% - 150px);
          float: left;
          padding: 10px 0px 0px 20px;
          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: #000;
              text-align: left; }
              .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: #BE143A; }
          .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:hover,
.card--alternate:hover .card-body {
  background-color: transparent; }

.navUser-item--cart .dropdown-menu.is-open {
  width: 320px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 0px 0px 30px 30px;
  z-index: 9999;
  left: auto !important;
  right: -9px !important;
  top: 60px !important; }
  .navUser-item--cart .dropdown-menu.is-open::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    border: none; }
  .navUser-item--cart .dropdown-menu.is-open::after {
    display: none; }
  .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;
      margin: 0 0 10px 0; }
      .navUser-item--cart .dropdown-menu.is-open .previewCartItem-content .previewCartItem-name a {
        font-family: "Poppins";
        font-size: 16px;
        font-weight: 600; }
        .navUser-item--cart .dropdown-menu.is-open .previewCartItem-content .previewCartItem-name a:hover {
          color: #BE143A; }
    .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; }

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

.custom_brands {
  margin: 0; }
  .custom_brands .card-figure {
    max-height: 100%;
    height: 150px;
    border: 1px solid #d3d3d3; }
    .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%; }
        .custom_brands .card-figure a .card-img-container img {
          max-height: 120px;
          margin: auto;
          display: block;
          width: auto; }
        .custom_brands .card-figure a .card-img-container:after {
          padding-bottom: 0; }
  .custom_brands .card-body {
    padding: 0;
    margin: 0; }
    .custom_brands .card-body .card-title {
      text-align: center;
      font-family: "Poppins"; }
      .custom_brands .card-body .card-title a {
        letter-spacing: normal;
        height: auto;
        padding: 0px 2px;
        display: block;
        color: #fff;
        background: #333;
        font-size: 16px;
        text-transform: uppercase;
        margin: 0;
        height: 42px;
        line-height: 42px;
        overflow: hidden; }
        .custom_brands .card-body .card-title a:hover {
          background: #000;
          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: 42px;
  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.is-active {
    border-color: #BE143A; }
    .navBar--sub .navBar-item.is-active .navBar-action {
      color: #BE143A; }
  .navBar--sub .navBar-item .navBar-action {
    color: #000; }
    .navBar--sub .navBar-item .navBar-action:hover {
      color: #BE143A; }

.account-orderTotal {
  text-transform: capitalize; }

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

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

.account-orderStatus-label {
  background-color: #204F63;
  padding: 5px 7px 5px;
  font-family: "Poppins"; }

.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;
    font-family: "Poppins"; }
  .addressList .address .panel--newAddress:hover .address-symbol {
    color: #000; }
  .addressList .address .panel--newAddress:hover .address-title {
    color: #000; }

.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: #fff; }

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

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

.cart-total .cart-total-label {
  color: #000; }
  .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-family: open-sans;
  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: #fff; }

.modal--alert .button-container .confirm {
  background-color: #000;
  border-color: #000; }
  .modal--alert .button-container .confirm:hover {
    background: #fff;
    border-color: #000;
    color: #000; }

.modal--alert .button-container .confirm:focus {
  background-color: #204F63;
  border-color: #204F63; }

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

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

.body {
  min-height: 400px; }

.alertBox-message {
  color: #000; }

.error_msg {
  text-align: center; }

/* System Pages end */
.login {
  margin-top: 0; }

#add-shipping {
  padding-bottom: 15px; }

.account-product-detail-heading {
  font-family: "Poppins"; }

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

.modal--alert .button-container .confirm,
.modal--alert .button-container .confirm:focus {
  background: #204F63;
  color: #ffffff;
  border: none; }

.modal--alert .button-container .confirm:hover {
  background: #98C335;
  color: #ffffff; }

.modal .button-container .cancel:focus {
  margin-left: 0.78571rem; }

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

.cart-list .cart-item-name .cart-item-name__label {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 27px;
  color: #000;
  font-weight: bold; }
  .cart-list .cart-item-name .cart-item-name__label:hover {
    color: #BE143A; }

.estimator-form--default .estimator-form-row .estimator-form-label input {
  cursor: pointer; }

.estimator-form--default .estimator-form-row .estimator-form-label input.shipping-quote:focus + label {
  outline: none !important; }

.countPill {
  background-color: #98C335;
  width: 20px;
  height: 20px;
  font-family: "Poppins";
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  right: -10px;
  top: 10px;
  position: absolute;
  margin: 0; }

/* SCP CSS Start*/
.custom_category .body {
  margin: 0; }
  .custom_category .body > .container {
    max-width: 100%;
    padding: 0; }

.category_banner {
  display: inline-block;
  width: 100%;
  background: #D5DBDB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 250px; }
  .category_banner.imgfound .category_banner_left {
    width: 50%;
    padding-right: 86px; }
    .category_banner.imgfound .category_banner_left p {
      max-width: 600px; }
  .category_banner.imgfound .category_banner_right {
    width: 50%; }
    .category_banner.imgfound .category_banner_right img {
      width: 100%; }
  .category_banner .category_banner_left {
    float: left;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px; }
    .category_banner .category_banner_left .breadcrumbs {
      margin-bottom: 0; }
    .category_banner .category_banner_left .page-heading {
      text-align: left;
      margin: 9px 0 16px 0; }
  .category_banner .category_banner_right {
    float: left;
    width: 0; }
    .category_banner .category_banner_right p {
      margin: 0; }

.subcategorypage {
  display: inline-block;
  width: 100%;
  margin: 60px 0 0 0; }
  .subcategorypage .subcategory-main {
    display: inline-block;
    width: 100%; }
    .subcategorypage .subcategory-main ul {
      margin: 0 -15px;
      list-style: none;
      padding: 0;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: wrap;
      row-gap: 30px; }
      .subcategorypage .subcategory-main ul li {
        width: 25%;
        float: left;
        padding: 0 15px; }
      .subcategorypage .subcategory-main ul .sub_cat_img_outer {
        background: rgba(213, 219, 219, 0.25);
        border-radius: 30px;
        padding: 20px 20px 28px 20px;
        text-align: center;
        transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease; }
        .subcategorypage .subcategory-main ul .sub_cat_img_outer .full_link {
          display: inline-block;
          width: 100%; }
          .subcategorypage .subcategory-main ul .sub_cat_img_outer .full_link span {
            font-size: 18px;
            color: #000;
            line-height: 24px;
            font-family: "Poppins";
            font-weight: bold;
            margin: 12px 0 20px 0;
            display: inline-block;
            height: 50px;
            overflow: hidden; }
          .subcategorypage .subcategory-main ul .sub_cat_img_outer .full_link img {
            width: 100%;
            padding: 0 6px; }
        .subcategorypage .subcategory-main ul .sub_cat_img_outer:hover {
          transform: scale(1.06);
          transition: all 0.7s ease;
          -webkit-transition: all 0.7s ease;
          -moz-transition: all 0.7s ease;
          -ms-transition: all 0.7s ease;
          -o-transition: all 0.7s ease; }
          .subcategorypage .subcategory-main ul .sub_cat_img_outer:hover .full_link span {
            color: #BE143A; }

.faq_sec {
  width: 100%;
  margin: 102px auto 0;
  max-width: 1200px;
  display: block; }
  .faq_sec h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    margin: 0 0 32px 0;
    letter-spacing: -1px; }
  .faq_sec .accordion_container .accordion {
    border: none;
    background: rgba(213, 219, 219, 0.5);
    border-radius: 5px;
    padding: 16px 20px;
    margin: 0 0 20px 0; }
    .faq_sec .accordion_container .accordion h3 {
      margin: 0;
      font-size: 18px;
      line-height: 27px;
      font-family: "Poppins";
      color: #000;
      font-weight: bold;
      cursor: pointer;
      background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/accordion_plus.svg) no-repeat center right; }
    .faq_sec .accordion_container .accordion .accordion_content {
      margin: 10px 0 0 0;
      padding-right: 20px; }
    .faq_sec .accordion_container .accordion:last-child {
      margin: 0; }
    .faq_sec .accordion_container .accordion.open h3 {
      background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/accordion_minus.svg) no-repeat center right; }

/* SCP CSS End */
/* cms */
.cms_cnt h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #a60012; }

.cms_cnt h3 {
  margin: 0 0 8px 0; }

.cms_cnt ul {
  margin: 0 0 20px 30px; }

.cms_cnt ul.no-list {
  list-style: none; }

.cms_cnt li {
  padding-bottom: 10px; }

.cms_cnt table {
  margin: 20px auto;
  float: none;
  border-collapse: collapse; }

.cms_cnt table td,
.cms_cnt table th {
  padding: 5px;
  border: 1px solid #000000;
  text-align: left; }

.cms_cnt a {
  color: #BE143A; }

.cms_cnt a:hover {
  color: #204F63; }

div#contact-us-page {
  width: auto; }

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

.contactLeft {
  width: 30%;
  float: left; }

.contact_right {
  width: 70%;
  float: left; }

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

.form_header_list > ul > li {
  margin: 0 0 25px 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .32px;
  color: #132c50; }

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

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

.form_header_list ul li .form_text p {
  font-size: 16px;
  text-decoration: none;
  line-height: 22px;
  margin: 0;
  color: #000; }

.cms_cnt .right_text {
  text-align: right; }

.lt_rt_img_text_cms {
  display: inline-block;
  width: 100%;
  margin: 0 0 50px 0; }
  .lt_rt_img_text_cms .lt_sec_cms {
    float: left;
    width: 25%; }
  .lt_rt_img_text_cms .rt_sec_cms {
    float: left;
    width: 75%;
    padding-left: 30px; }
    .lt_rt_img_text_cms .rt_sec_cms h3 {
      font-family: "Poppins";
      font-weight: normal;
      font-size: 34px;
      margin: 0 0 20px 0;
      line-height: 36px; }

.cms_cnt .cms_img_center {
  text-align: center; }

.assembly_videos_page ul {
  list-style: none;
  padding: 0;
  margin: 0 -20px; }

.assembly_videos_page li {
  float: left;
  width: 50%;
  padding: 0 20px;
  margin: 0 0 40px 0; }

.assembly_videos_page a {
  display: inline-block;
  color: #fff; }
  .assembly_videos_page a:hover {
    color: #fff; }
    .assembly_videos_page a:hover span {
      background: #98C335; }

.assembly_videos_page img {
  width: 100%; }

.assembly_videos_page span {
  display: inline-block;
  width: 100%;
  margin: 0 0 0 0;
  background: #204F63;
  padding: 10px 20px; }

.top_img_text {
  display: inline-block;
  width: 100%;
  margin: 0 0 25px 0; }
  .top_img_text .img_lt {
    float: left;
    width: 25%; }
  .top_img_text .text_rt {
    float: left;
    width: 75%;
    padding: 0 0 0 30px; }
    .top_img_text .text_rt h3 {
      font-size: 34px;
      font-family: "Poppins";
      margin: 10px 0 20px 0; }

.bot_img_text {
  display: inline-block;
  width: 100%;
  margin: 0 0 25px 0; }
  .bot_img_text .text_lt {
    width: 75%;
    float: left;
    padding: 0 30px 0 0; }
  .bot_img_text .img_rt {
    float: left;
    width: 25%; }

.cms_cnt .button {
  color: #fff; }
  .cms_cnt .button:hover {
    color: #fff; }

.col3_img {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0 0; }
  .col3_img ul {
    list-style: none;
    padding: 0;
    margin: 0 -15px; }
  .col3_img li {
    padding: 0 15px;
    float: left;
    width: 33.33%; }
    .col3_img li img {
      width: 100%; }

.summer_fancy_page .lt_rt_img_text_cms .rt_sec_cms p {
  font-weight: 400;
  font-size: 18px; }

.sign_up_title {
  font-size: 26px;
  font-family: "Poppins";
  font-weight: bold; }

.indicates-required {
  text-align: right;
  color: #000;
  font-family: "Poppins";
  text-transform: capitalize;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  width: auto;
  display: inline-block;
  margin: 4px 0 -20px 55px;
  float: left; }

.cms_cnt #mc_embed_signup .mergeRow .mc_fieldset.gdprRequired.mc-field-group input.av-checkbox {
  border: 1px #BE143A solid;
  width: 13px;
  height: 13px;
  cursor: pointer; }
  .cms_cnt #mc_embed_signup .mergeRow .mc_fieldset.gdprRequired.mc-field-group input.av-checkbox:not(:checked) {
    appearance: none;
    border: 1px #BE143A solid; }

.cms_cnt #mc_embed_signup .mc-field-group label span {
  font-weight: bold; }

.cms_cnt #mc_embed_signup .mc-field-group label .asterisk {
  color: #f00; }

.cms_cnt #mc_embed_signup .email {
  width: 100%;
  border: 1px #f00 solid;
  padding: 10px 20px; }

.cms_cnt #mc_embed_signup div.mce_inline_error {
  background-color: transparent;
  color: #f00;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  margin: 0; }

.cms_cnt #mc_embed_signup .mergeRow {
  margin: 50px 0 0 0; }
  .cms_cnt #mc_embed_signup .mergeRow .content__gdpr {
    margin: 0 0 15px 0; }
    .cms_cnt #mc_embed_signup .mergeRow .content__gdpr label {
      display: block; }
  .cms_cnt #mc_embed_signup .mergeRow .mc-field-group {
    border: none;
    padding: 0;
    margin: 10px 0; }
    .cms_cnt #mc_embed_signup .mergeRow .mc-field-group span span {
      margin-left: 15px;
      font-weight: 400; }

.scroll-to-top {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 62px;
  height: 62px;
  padding: 0;
  margin: 0 auto;
  z-index: 999; }
  .scroll-to-top svg {
    width: 100%;
    height: 100%; }
    .scroll-to-top svg:hover rect {
      fill: #98C335 !important; }

/* cms pages end*/
.breadcrumbs .breadcrumb .breadcrumb-label {
  color: #204F63;
  font-family: "Poppins";
  letter-spacing: 0;
  font-size: 12px; }
  .breadcrumbs .breadcrumb .breadcrumb-label:hover {
    color: #000; }

.breadcrumbs .breadcrumb.is-active .breadcrumb-label {
  color: #000;
  font-weight: 400; }

.breadcrumbs .breadcrumb:not(:first-child)::before {
  transform: none;
  border-right: 1px #000000 solid;
  height: 10px;
  font-family: "Poppins";
  margin: 0 4px 0 4px; }

/* CP pages Start */
.custom_search .body {
  margin: 0; }
  .custom_search .body .page {
    margin: 0; }
    .custom_search .body .page .panel.panel--large {
      display: none; }
    .custom_search .body .page #search-results-content {
      margin-bottom: 70px; }
      .custom_search .body .page #search-results-content ul {
        margin: 0; }
  .custom_search .body .container {
    max-width: 1340px; }
  .custom_search .body .page-sidebar {
    margin: 0; }
  .custom_search .body .page-content {
    width: calc(100% - 240px);
    padding: 0 0 0 55px; }
  .custom_search .body .facetedSearch .accordion-block:first-child {
    margin: 0; }
  .custom_search .body #product-listing-container {
    padding: 0;
    width: 100%; }

.facetedSearch-toggle + .facetedSearch-navList.is-open,
.sidebarBlock + .facetedSearch-navList.is-open {
  margin: 0; }

.custom_category .page {
  margin: 0; }
  .custom_category .page .container {
    max-width: 1340px; }

.custom_category .help {
  padding-bottom: 100px; }

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

.pagination {
  display: none; }

.page-sidebar {
  padding: 0;
  width: 240px;
  margin: 41px 0 0 0;
  position: sticky;
  left: 0;
  top: 120px; }

.facetedSearch .sidebarBlock-heading {
  font-family: "Poppins"; }

.facetedSearch .accordion-block {
  margin: 20px 0 0 0; }
  .facetedSearch .accordion-block:first-child {
    margin: 9px 0 0 0; }
  .facetedSearch .accordion-block .accordion-heading {
    background: rgba(213, 219, 219, 0.25);
    border-radius: 5px; }
    .facetedSearch .accordion-block .accordion-heading .accordion-navigation {
      line-height: 40px;
      padding: 0 12px;
      margin: 0 !important; }
    .facetedSearch .accordion-block .accordion-heading .accordion-title {
      font-family: "Poppins";
      font-weight: bold;
      color: #204F63;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 40px; }
    .facetedSearch .accordion-block .accordion-heading .accordion-indicator {
      width: 15px;
      height: 15px;
      margin: -2px 0 0 0; }
    .facetedSearch .accordion-block .accordion-heading .facetedSearch-clearLink {
      right: 35px;
      top: 11px;
      color: #000;
      font-family: "Poppins"; }
      .facetedSearch .accordion-block .accordion-heading .facetedSearch-clearLink:hover {
        color: #BE143A; }
  .facetedSearch .accordion-block .accordion-content {
    padding: 8px 10px 5px; }
    .facetedSearch .accordion-block .accordion-content .navList-action {
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      color: #000;
      margin: 0;
      padding-left: 25px; }
      .facetedSearch .accordion-block .accordion-content .navList-action::before {
        width: 15px;
        height: 15px;
        border-radius: 3px;
        border: 1px solid #D5DBDB; }
      .facetedSearch .accordion-block .accordion-content .navList-action:hover {
        font-weight: bold;
        color: #BE143A; }
      .facetedSearch .accordion-block .accordion-content .navList-action.is-selected {
        font-weight: bold;
        color: #BE143A; }
      .facetedSearch .accordion-block .accordion-content .navList-action::after {
        background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/check_right_arrow.svg) no-repeat center;
        left: 1px; }
  .facetedSearch .accordion-block #facetedSearch-content--price {
    padding-top: 15px; }
    .facetedSearch .accordion-block #facetedSearch-content--price .form-minMaxRow .form-field {
      width: 50%; }
      .facetedSearch .accordion-block #facetedSearch-content--price .form-minMaxRow .form-field:last-child {
        width: 100%;
        margin: 10px 0 0 0; }

.facetedSearch .facetedSearch-refineFilters {
  margin: 19px 0 0 0; }
  .facetedSearch .facetedSearch-refineFilters a[data-faceted-search-facet] {
    color: #000;
    font-size: 16px; }
    .facetedSearch .facetedSearch-refineFilters a[data-faceted-search-facet]:hover {
      color: #BE143A; }

.page-sidebar + .page-content {
  width: calc(100% - 240px);
  padding: 49px 0 0 55px; }

#product-listing-container .productGrid {
  margin: 0 -16px; }
  #product-listing-container .productGrid .product {
    width: 25%;
    padding: 0 16px; }
  #product-listing-container .productGrid .card {
    margin: 0 0 30px 0; }
    #product-listing-container .productGrid .card .card-body {
      margin: 0; }
      #product-listing-container .productGrid .card .card-body .card-title {
        height: 80px; }
    #product-listing-container .productGrid .card .card-figure .card-img-container {
      width: auto;
      max-width: 100%;
      height: 233px;
      align-items: center;
      justify-content: center; }
      #product-listing-container .productGrid .card .card-figure .card-img-container::after {
        display: none; }

.cat_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px 0; }

.view_count {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .view_count span {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-family: "Poppins";
    font-weight: bold;
    display: inline-block; }
  .view_count select {
    width: 79px;
    height: 45px;
    border: 1px solid #D5DBDB;
    border-radius: 50px;
    padding-left: 20px;
    font-size: 14px;
    color: #000;
    appearance: none;
    background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/cp_drop_arrow.svg) no-repeat center right 19px;
    cursor: pointer;
    margin-left: 10px; }

.cat_filter .actionBar {
  margin: 0; }

.cat_filter .actionBar-section .form-field {
  border: none;
  margin: 0;
  padding: 0; }

.cat_filter .actionBar-section .form-label {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-family: "Poppins";
  font-weight: bold;
  display: inline-block;
  line-height: 45px; }

.cat_filter .actionBar-section .form-select {
  border: 1px solid #D5DBDB;
  border-radius: 50px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 43px;
  height: auto;
  color: #000;
  appearance: none;
  background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/cp_drop_arrow.svg) no-repeat center right 19px;
  cursor: pointer;
  margin-left: 5px;
  padding: 0 40px 0 20px;
  min-width: 240px; }

#search-results-content .actionBar {
  margin: 0 0 30px; }

#search-results-content .actionBar-section .form-field {
  border: none;
  margin: 0;
  padding: 0; }

#search-results-content .actionBar-section .form-label {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-family: "Poppins";
  font-weight: bold;
  display: inline-block;
  line-height: 45px; }

#search-results-content .actionBar-section .form-select {
  border: 1px solid #D5DBDB;
  border-radius: 50px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 43px;
  height: auto;
  color: #000;
  appearance: none;
  background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/cp_drop_arrow.svg) no-repeat center right 19px;
  cursor: pointer;
  margin-left: 5px;
  padding: 0 40px 0 20px;
  min-width: 240px; }

.loadmain {
  text-align: center;
  margin: 20px 0 -7px 0; }
  .loadmain .button {
    width: 166px;
    line-height: 50px;
    padding: 0; }

.card-figcaption-body .card-figcaption-button:focus {
  background-color: #204F63; }

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

.form-field--error .form-inlineMessage::before {
  top: 0; }

/* CP pages end */
/* AU pages Start */
.aboutus_page {
  margin: 0; }
  .aboutus_page .category_banner {
    display: block;
    position: relative;
    min-height: auto; }
  .aboutus_page .breadcrumbs .breadcrumb .breadcrumb-label {
    color: #fff; }
    .aboutus_page .breadcrumbs .breadcrumb .breadcrumb-label:hover {
      color: #000; }
  .aboutus_page .breadcrumbs .breadcrumb:not(:first-child)::before {
    border-color: #fff; }
  .aboutus_page .category_banner_left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    .aboutus_page .category_banner_left .page-heading {
      font-family: "Lora";
      color: #fff; }
    .aboutus_page .category_banner_left p {
      max-width: 490px;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
      font-family: "Poppins";
      letter-spacing: 0;
      color: #fff; }
  .aboutus_page .page-heading {
    font-family: "Lora"; }
  .aboutus_page p {
    font-family: "Poppins";
    font-size: 16px;
    line-height: 26px;
    color: #000; }
  .aboutus_page .whatwesell_sec {
    display: inline-block;
    width: 100%;
    padding: 52px 0 38px 0;
    text-align: center; }
    .aboutus_page .whatwesell_sec .page-heading {
      margin: 0 0 12px 0; }
    .aboutus_page .whatwesell_sec p {
      max-width: 600px;
      margin: 0 auto 22px; }
      .aboutus_page .whatwesell_sec p a {
        color: #204F63; }
        .aboutus_page .whatwesell_sec p a:hover {
          color: #BE143A; }
    .aboutus_page .whatwesell_sec .button {
      line-height: 48px;
      padding: 2px 20px 0;
      min-width: 166px;
      font-family: "Poppins";
      color: #fff; }
      .aboutus_page .whatwesell_sec .button:hover {
        color: #fff; }
  .aboutus_page .our_history_sec {
    display: inline-block;
    width: 100%;
    padding: 0 0 50px 0; }
    .aboutus_page .our_history_sec .overlay_text {
      left: auto;
      right: 49px;
      max-width: 750px;
      height: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-flow: column; }
    .aboutus_page .our_history_sec .page-heading {
      text-align: left;
      margin: 0 0 20px 0;
      color: #fff;
      font-weight: 500;
      font-size: 50px; }
    .aboutus_page .our_history_sec p {
      color: #fff;
      font-size: 24px;
      line-height: 40px;
      margin: 0; }
  .aboutus_page .sustainability_sec {
    display: inline-block;
    width: 100%;
    padding: 0 0 50px 0; }
    .aboutus_page .sustainability_sec .overlay_text {
      max-width: 750px;
      height: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-flow: column; }
    .aboutus_page .sustainability_sec .page-heading {
      text-align: left;
      margin: 0 0 12px 0;
      color: #000;
      font-weight: 500;
      font-size: 50px; }
    .aboutus_page .sustainability_sec p {
      color: #000;
      font-size: 24px;
      line-height: 34px;
      margin: 0; }
  .aboutus_page .ourcorevalues_sec {
    display: inline-block;
    width: 100%;
    padding: 52px 0 0 0; }
    .aboutus_page .ourcorevalues_sec .container {
      max-width: 1220px; }
    .aboutus_page .ourcorevalues_sec .page-heading {
      margin: 0 0 30px 0; }
    .aboutus_page .ourcorevalues_sec ul {
      list-style: none;
      margin: 0 -16px;
      padding: 0; }
      .aboutus_page .ourcorevalues_sec ul li {
        float: left;
        width: 20%;
        padding: 0 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column; }
        .aboutus_page .ourcorevalues_sec ul li p {
          text-align: center;
          font-size: 14px;
          line-height: 22px;
          margin: 0;
          padding: 0 10px; }
          .aboutus_page .ourcorevalues_sec ul li p b {
            font-size: 16px;
            line-height: 24px;
            display: inline-block;
            margin: 0 0 9px 0; }
        .aboutus_page .ourcorevalues_sec ul li .ourcorevalues_icon {
          display: inline-block;
          width: 100%;
          text-align: center;
          margin: 0 0 15px 0; }
  .aboutus_page .sponsors_sec {
    display: inline-block;
    width: 100%;
    padding: 102px 0 0 0; }
    .aboutus_page .sponsors_sec ul {
      margin: 0 auto;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 800px; }
      .aboutus_page .sponsors_sec ul li {
        float: left;
        width: auto; }
  .aboutus_page .help .help_text {
    background: #DBE3C7;
    padding: 53px 60px 50px 60px; }
    .aboutus_page .help .help_text .sub-heading {
      font-family: "Lora";
      margin: 0 0 13px 0; }
    .aboutus_page .help .help_text p {
      line-height: 25px; }
  .aboutus_page .overlay_text {
    position: absolute;
    left: 70px;
    top: 0; }

/* AU pages end */
/* PP pages Start */
.custom_product .body {
  margin: 0; }
  .custom_product .body .container {
    max-width: 1340px; }

.custom_product .breadcrumbs {
  margin: 31px 0 23px 0; }

.main-product .productView {
  margin: 0; }

.main-product .productView-images {
  padding: 0;
  width: 760px; }
  .main-product .productView-images .productView-thumbnails {
    width: 140px;
    margin: 0;
    float: left; }
    .main-product .productView-images .productView-thumbnails .slick-list {
      margin-right: 0;
      margin-left: 0; }
    .main-product .productView-images .productView-thumbnails .productView-thumbnail {
      padding: 0;
      height: 140px;
      margin: 0 0 13px 0;
      border: none;
      width: 140px; }
      .main-product .productView-images .productView-thumbnails .productView-thumbnail img {
        width: 100%; }
    .main-product .productView-images .productView-thumbnails .productView-thumbnail-link {
      max-width: 138px;
      height: 138px;
      padding: 0; }
      .main-product .productView-images .productView-thumbnails .productView-thumbnail-link.is-active {
        border-color: #000; }
  .main-product .productView-images .slick-prev {
    top: -15px;
    left: 55px;
    margin: 0;
    transform: rotate(90deg);
    width: 30px;
    height: 30px; }
    .main-product .productView-images .slick-prev::before {
      width: 100%;
      height: 100%;
      background-size: 30px; }
  .main-product .productView-images .slick-next {
    bottom: -3px;
    left: 55px;
    margin: 0;
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
    top: auto; }
    .main-product .productView-images .slick-next::before {
      width: 100%;
      height: 100%;
      background-size: 30px; }
  .main-product .productView-images .productView-image {
    width: 600px;
    height: 600px;
    float: left;
    margin-left: 20px;
    border: 1px solid #D5DBDB; }
    .main-product .productView-images .productView-image .productView-img-container {
      height: 600px;
      text-align: center;
      overflow: hidden;
      padding: 5px; }
      .main-product .productView-images .productView-image .productView-img-container a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
      .main-product .productView-images .productView-image .productView-img-container::after {
        display: none; }
      .main-product .productView-images .productView-image .productView-img-container img {
        position: initial;
        width: auto;
        height: 100%;
        max-width: 100%; }

.main-product .productView-details {
  padding: 0 0 0 51px;
  width: calc(100% - 760px); }
  .main-product .productView-details .productView-title {
    margin: -3px 0 0 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: -1px; }
  .main-product .productView-details .productView-price {
    margin: 15px 0 13px 0; }
    .main-product .productView-details .productView-price .price-section {
      font-size: 24px;
      line-height: 24px;
      color: #000;
      font-weight: bold;
      display: inline-block; }
    .main-product .productView-details .productView-price .price-section--saving.price {
      width: 100%; }
  .main-product .productView-details .productView-info {
    margin: 0 0 19px 0; }
    .main-product .productView-details .productView-info .productView-info-name {
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
      font-family: "Poppins";
      display: inline-block;
      margin: 0 0 0 0; }
    .main-product .productView-details .productView-info .productView-info-value {
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      font-family: "Poppins";
      display: inline-block;
      margin: 0; }
  .main-product .productView-details .pp_status .instock {
    font-size: 18px;
    line-height: 26px;
    color: #3C963F;
    font-weight: bold;
    position: relative;
    margin: 0 0 20px 0; }
    .main-product .productView-details .pp_status .instock::before {
      content: '';
      width: 10px;
      height: 10px;
      background: #3C963F;
      display: inline-block;
      border-radius: 50px;
      margin-right: 11px; }
  .main-product .productView-details .productView-product {
    border: none;
    padding: 0; }
  .main-product .productView-details .productView-options .add-to-cart-wrapper .form-increment {
    border: 1px solid #000000;
    height: 50px;
    width: 125px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px; }
    .main-product .productView-details .productView-options .add-to-cart-wrapper .form-increment .button {
      background: transparent;
      padding: 0;
      line-height: 20px; }
      .main-product .productView-details .productView-options .add-to-cart-wrapper .form-increment .button .icon {
        width: 10px;
        height: 10px; }
    .main-product .productView-details .productView-options .add-to-cart-wrapper .form-increment .button[data-action="dec"] {
      margin-top: -4px; }
    .main-product .productView-details .productView-options .add-to-cart-wrapper .form-increment .button[data-action="inc"] {
      margin-top: -4px; }
    .main-product .productView-details .productView-options .add-to-cart-wrapper .form-increment .form-input {
      font-size: 18px;
      font-weight: normal;
      width: 55px; }
  .main-product .productView-details .productView-options .add-to-cart-buttons {
    padding: 0;
    margin: 28px 0 0 0;
    width: 100%;
    max-width: 500px; }
    .main-product .productView-details .productView-options .add-to-cart-buttons .button {
      line-height: 60px;
      padding-top: 0;
      padding-bottom: 0;
      font-size: 20px; }
  .main-product .productView-details .productView-options .form-wishlist {
    width: 100%;
    max-width: 500px; }
    .main-product .productView-details .productView-options .form-wishlist .button.dropdown-menu-button {
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 60px;
      padding: 0 10px;
      font-size: 20px; }
      .main-product .productView-details .productView-options .form-wishlist .button.dropdown-menu-button .icon {
        position: absolute;
        right: 20px;
        top: 20px;
        margin: 0; }
      .main-product .productView-details .productView-options .form-wishlist .button.dropdown-menu-button.is-open .icon {
        transform: rotate(-180deg); }
    .main-product .productView-details .productView-options .form-wishlist .dropdown-menu.is-open li .button:hover {
      background: #98C335 !important; }

.main-product .productView-description {
  padding: 0 70px;
  margin-top: 0px;
  float: left;
  width: 100%; }
  .main-product .productView-description .tabs {
    border: none; }
    .main-product .productView-description .tabs .tab {
      border: none;
      border-radius: 10px 10px 0px 0px;
      margin-right: 10px;
      margin-bottom: -1px; }
      .main-product .productView-description .tabs .tab.is-active {
        border: #000;
        border-radius: 10px 10px 0px 0px; }
        .main-product .productView-description .tabs .tab.is-active .tab-title {
          background: #204F63;
          color: #fff;
          border: 1px solid #204F63; }
      .main-product .productView-description .tabs .tab .tab-title {
        font-size: 18px;
        font-weight: bold;
        background: #fff;
        color: #000;
        border-radius: 10px 10px 0px 0px;
        padding: 13px 31px 14px;
        border: 1px solid #D5DBDB; }
        .main-product .productView-description .tabs .tab .tab-title:hover {
          background: #204F63;
          color: #fff;
          border: 1px solid #204F63; }
  .main-product .productView-description .tabs-contents {
    border-top: none; }
    .main-product .productView-description .tabs-contents .tab-content {
      display: inline-block;
      width: 100%;
      padding: 0;
      padding: 30px 30px 33px 30px;
      border: 1px solid #D5DBDB; }
    .main-product .productView-description .tabs-contents #tab-description .description-left {
      float: left;
      width: calc(100% - 559px); }
    .main-product .productView-description .tabs-contents #tab-description .description-right {
      float: left;
      width: 559px; }
      .main-product .productView-description .tabs-contents #tab-description .description-right .videoGallery {
        margin: 0; }
        .main-product .productView-description .tabs-contents #tab-description .description-right .videoGallery .videoGallery-main {
          margin: 0; }
    .main-product .productView-description .tabs-contents p {
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 10px 0; }

.main-product #tab-accessories,
.main-product .related_products_mn {
  padding: 0 70px; }
  .main-product #tab-accessories .pp-page-heading.page-heading,
  .main-product .related_products_mn .pp-page-heading.page-heading {
    margin: 75px 0 34px 0; }
  .main-product #tab-accessories .tab-content,
  .main-product .related_products_mn .tab-content {
    padding: 0; }
  .main-product #tab-accessories .slick-arrow,
  .main-product .related_products_mn .slick-arrow {
    top: 117px;
    margin: 0;
    transform: none; }
  .main-product #tab-accessories .slick-prev,
  .main-product .related_products_mn .slick-prev {
    left: -22px; }
  .main-product #tab-accessories .slick-next,
  .main-product .related_products_mn .slick-next {
    right: -22px; }

.main-product #tab-accessories {
  margin: 0 0 7px 0; }
  .main-product #tab-accessories .pp-page-heading.page-heading {
    margin: 56px 0 34px 0; }

.form-field[data-product-attribute="textarea"] textarea.form-input {
  width: 100% !important; }

.form-field[data-product-attribute="set-radio"] .form-radio:checked + .form-label {
  font-weight: bold;
  color: #BE143A; }
  .form-field[data-product-attribute="set-radio"] .form-radio:checked + .form-label::after {
    background: #BE143A; }

.form-field[data-product-attribute="input-text"] .form-input,
.form-field[data-product-attribute="input-number"] .form-input {
  padding-top: 0;
  padding-bottom: 0;
  height: 42px; }

.form-field[data-product-attribute="input-checkbox"] .form-checkbox:checked + .form-label {
  font-weight: bold;
  color: #BE143A; }
  .form-field[data-product-attribute="input-checkbox"] .form-checkbox:checked + .form-label::after {
    background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/check_right_arrow.svg) no-repeat center;
    left: 1px; }

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

.form-field[data-product-attribute="set-select"] .form-select {
  max-width: 100%;
  height: 42px;
  background-position: right 10px center; }

.form-field[data-product-attribute="swatch"] .form-option {
  width: 50px;
  height: 50px;
  padding: 0;
  padding: 0;
  border: none;
  margin: 0 15px 15px 0;
  border-radius: 50px; }
  .form-field[data-product-attribute="swatch"] .form-option .form-option-variant {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-size: cover;
    line-height: 48px; }
    .form-field[data-product-attribute="swatch"] .form-option .form-option-variant[title="White"] {
      position: relative; }
      .form-field[data-product-attribute="swatch"] .form-option .form-option-variant[title="White"]::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        border: 1px solid #D5DBDB;
        width: 100%;
        height: 100%;
        border-radius: 50px; }

.form-field[data-product-attribute="swatch"] .form-radio:checked + .form-option {
  box-shadow: none;
  border: none;
  position: relative; }
  .form-field[data-product-attribute="swatch"] .form-radio:checked + .form-option::before {
    content: '';
    border: 4px solid #204F63;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px; }

.form-field[data-product-attribute="swatch"] .form-radio:focus + label {
  outline: none !important; }

.form-field[data-product-attribute="swatch"] .form-radio:checked[aria-label="White"] + .form-option .form-option-variant::before {
  content: '';
  border: 4px solid #204F63;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50px; }

.form-label {
  color: #000;
  font-weight: 700;
  font-family: "Poppins";
  font-size: 16px;
  text-transform: capitalize; }
  .form-label span[data-option-value] {
    font-weight: normal; }
  .form-label small {
    font-family: "Poppins";
    text-transform: capitalize;
    font-weight: normal;
    color: #000;
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 0 10px;
    float: none; }

.form-label--inlineSmall small {
  color: #000; }

.form-field {
  margin: 0 0 20px 0; }

.alertBox--info .alertBox-column.alertBox-message {
  color: #fff; }

.form-field[data-product-attribute="set-rectangle"] .form-option {
  width: auto;
  height: 50px;
  padding: 0;
  border: none;
  margin: 0 15px 1px 0;
  border-radius: 50px; }
  .form-field[data-product-attribute="set-rectangle"] .form-option .form-option-variant {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    font-size: 18px;
    padding: 0;
    line-height: 50px;
    border: 1px solid #000000;
    padding: 0 23px; }

.form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  box-shadow: none;
  border: none;
  position: relative;
  font-weight: bold; }
  .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option .form-option-variant {
    color: #204F63;
    border: none; }
  .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option::before {
    content: '';
    border: 4px solid #204F63;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px; }

.form-field[data-product-attribute="set-rectangle"] .form-radio:focus + label {
  outline: none !important; }

.modal-body .previewCart .productView .productView-img-container {
  width: 500px;
  height: 500px; }
  .modal-body .previewCart .productView .productView-img-container::after {
    display: none; }

.modal-body .previewCart .productView .productView-info .productView-info-name {
  font-size: 18px;
  font-weight: bold;
  font-family: "Poppins";
  text-transform: capitalize; }

.custom_editaccount .form .form-fieldset .form-field {
  margin-bottom: 20px; }

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

/* PP pages end */
.login-row .login-form.form .form-actions .forgot-password {
  line-height: 50px; }

@media only screen and (min-width: 990px) {
  .header-right .navUser .navUser-item .navUser-action {
    padding: 20px 0px 20px; }
  .header-right .navUser .navUser-item {
    padding: 0 15px; }
    .header-right .navUser .navUser-item:last-child {
      padding-right: 0px; }
  .header-center .navPages .navPages-list .custom_ .navPage-subMenu {
    top: 101px;
    position: absolute;
    top: 97px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 0px 0px 30px 30px;
    width: 200px;
    padding: 0 0 22px 0 !important;
    max-width: 100%; }
    .header-center .navPages .navPages-list .custom_ .navPage-subMenu li:first-child {
      padding-top: 20px; }
    .header-center .navPages .navPages-list .custom_ .navPage-subMenu li {
      text-align: center; }
    .header-center .navPages .navPages-list .custom_ .navPage-subMenu .navPages-action {
      padding: 9px 0;
      text-transform: capitalize;
      font-size: 14px;
      line-height: 16px;
      color: #000;
      font-weight: normal; }
      .header-center .navPages .navPages-list .custom_ .navPage-subMenu .navPages-action:hover {
        color: #BE143A; }
  .header_fixed .header_top {
    margin: -39px 0 0 0;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .header_fixed .header-center .navPages .navPages-list .navPage-subMenu.is-open {
    top: 98px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .header_fixed .dropdown--quickSearch.is-open .container {
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .header_fixed .dropdown--quickSearch.is-open {
    top: 98px !important; } }

@media only screen and (max-width: 1499px) {
  .customOptions .design-buttons-head .radio-container.one,
  .customOptions .design-buttons-head .radio-container.two {
    padding-left: 5px;
    padding-right: 5px; } }

@media only screen and (max-width: 1399px) {
  .custom_product .body .container,
  .custom_category .page .container,
  .hp_top_content .container,
  .custom_search .body .container {
    padding: 0 20px; }
  .main-product .productView-description,
  .main-product #tab-accessories,
  .main-product .related_products_mn {
    padding: 0 50px; } }

@media only screen and (max-width: 1299px) {
  .header-center .navPages .navPages-list .navPages-item {
    padding: 30px 15px; } }

.custom_cart .page-content .page-heading ~ h3 {
  font-family: "Poppins"; }

.custom_createaccount_thanks .page-content a.button.button--primary {
  margin: 15px 0 0 0; }

.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: "Poppins";
      font-size: 114px;
      font-weight: bold; }

.tracking_page p,
.vip_access_page p {
  text-align: center; }

.logo_menu_mn .mobileMenu_icon {
  display: none; }

.customSquerBox .form-field .custom-select > span.selected-opt {
  display: none; }

.customSquerBox .form-field .custom-select .customDrop {
  border-radius: 50px;
  border: 1px solid #000;
  background: #FFF;
  width: 100%;
  box-shadow: none;
  position: relative; }
  .customSquerBox .form-field .custom-select .customDrop::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 22px;
    background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/drop_arrow.svg) no-repeat center;
    width: 12.17px;
    height: 7.003px; }
  .customSquerBox .form-field .custom-select .customDrop li {
    display: none;
    border: none;
    font-size: 16px;
    color: #000;
    padding: 0 22px;
    line-height: 48px;
    align-items: center;
    justify-content: flex-start; }
    .customSquerBox .form-field .custom-select .customDrop li img {
      width: 25px;
      height: 25px;
      margin: 0 5px 0 0;
      border-radius: 50px;
      overflow: hidden; }
    .customSquerBox .form-field .custom-select .customDrop li.active {
      display: flex;
      background: transparent;
      color: #000; }
  .customSquerBox .form-field .custom-select .customDrop.show {
    border-radius: 30px; }
    .customSquerBox .form-field .custom-select .customDrop.show li {
      display: flex; }
    .customSquerBox .form-field .custom-select .customDrop.show::before {
      transform: rotate(-180deg); }

.customSquerBox .form-field[data-product-attribute="set-select"] {
  margin: 20px 0 35px 0; }

.customSquerBox .customize-options {
  border-top: 1px #D5DBDB solid; }
  .customSquerBox .customize-options .option-item {
    padding: 18px 0;
    border-bottom: 1px #D5DBDB solid;
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0; }
    .customSquerBox .customize-options .option-item .toggle-checkbox {
      width: 20px;
      height: 20px;
      border-radius: 3px;
      border: 1px solid #D5DBDB;
      float: left;
      width: 20px;
      margin: 14px 10px 0 0;
      position: relative; }
      .customSquerBox .customize-options .option-item .toggle-checkbox:checked ~ label .option-text {
        color: #BE143A; }
      .customSquerBox .customize-options .option-item .toggle-checkbox:checked::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #D5DBDB;
        background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/check_red.svg) no-repeat left 3px top 3px #fff; }
    .customSquerBox .customize-options .option-item label {
      justify-content: space-between;
      float: left;
      width: calc(100% - 30px); }
      .customSquerBox .customize-options .option-item label .option-text {
        font-size: 20px;
        font-weight: 700;
        color: #000; }
    .customSquerBox .customize-options .option-item .content-area {
      float: left;
      clear: both;
      width: 100%;
      margin: 25px 0 0 0;
      padding: 0;
      background-color: transparent;
      border: none;
      border-radius: 0; }
      .customSquerBox .customize-options .option-item .content-area .form-input {
        border-radius: 50px;
        border: 1px solid #000;
        background: #FFF;
        line-height: 50px;
        height: auto;
        padding: 0 22px;
        font-size: 16px;
        color: #000; }
        .customSquerBox .customize-options .option-item .content-area .form-input::placeholder {
          font-size: 16px;
          color: #000; }
      .customSquerBox .customize-options .option-item .content-area .form-field .form-select {
        border-radius: 50px;
        border: 1px solid #000;
        background: url(https://cdn11.bigcommerce.com/s-tguzjjez08/content/drop_arrow.svg) no-repeat right 22px top 22px;
        line-height: 50px;
        height: auto;
        padding: 0 22px;
        font-size: 16px;
        color: #000; }
      .customSquerBox .customize-options .option-item .content-area .form-field .slider-container {
        display: flex;
        justify-content: space-between;
        width: 100%; }
        .customSquerBox .customize-options .option-item .content-area .form-field .slider-container > label.slider-label {
          display: none; }
        .customSquerBox .customize-options .option-item .content-area .form-field .slider-container .slider.range_front-text-position {
          width: 100%;
          border-radius: 0;
          height: 5px;
          background: #D9D9D9;
          cursor: pointer; }
        .customSquerBox .customize-options .option-item .content-area .form-field .slider-container span {
          font-size: 14px;
          color: #000; }
      .customSquerBox .customize-options .option-item .content-area .form-field[data-product-attribute="swatch"] .form-option-wrapper {
        height: 25px; }
      .customSquerBox .customize-options .option-item .content-area .form-field[data-product-attribute="swatch"] .form-option {
        width: 25px;
        height: 25px;
        display: inline-block;
        float: none;
        margin: 0 10px 0 0; }
      .customSquerBox .customize-options .option-item .content-area .form-field[data-product-attribute="swatch"] span[data-option-value] {
        display: none; }
      .customSquerBox .customize-options .option-item .content-area .form-field[data-product-attribute="set-radio"] .form-radio:checked + .form-label::after {
        background: #204F63; }
      .customSquerBox .customize-options .option-item .content-area .form-field[data-product-attribute="set-radio"] .form-radio:checked + .form-label {
        font-weight: normal;
        color: #000; }
      .customSquerBox .customize-options .option-item .content-area .form-field[data-product-attribute="input-file"] .form-file {
        border-radius: 50px;
        border: 1px solid #000;
        width: 100%;
        padding: 14px 22px;
        cursor: pointer; }
      .customSquerBox .customize-options .option-item .content-area .form-field[data-product-attribute="input-file"] .form-fileDescription {
        margin: 0; }
      .customSquerBox .customize-options .option-item .content-area .form-field[data-product-attribute="set-select"] {
        margin-top: 0; }

.customSquerBox .design-options {
  display: inline-block;
  width: 100%;
  clear: both;
  margin: 30px 0 30px 0; }
  .customSquerBox .design-options .design-info {
    text-align: left;
    color: #204F63;
    font-weight: 700; }
  .customSquerBox .design-options .design-buttons .btn.primary-btn {
    border-radius: 10px;
    border: 1px solid #D5DBDB;
    background: #FFF; }
    .customSquerBox .design-options .design-buttons .btn.primary-btn:hover {
      background: #D5DBDB; }
  .customSquerBox .design-options .design-buttons .btn {
    color: #204F63;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    padding: 0;
    font-family: "Poppins"; }
  .customSquerBox .design-options .design-buttons .btn.primary-btn2 {
    border: none;
    background: rgba(213, 219, 219, 0.25);
    border: 1px rgba(213, 219, 219, 0.25) solid; }
    .customSquerBox .design-options .design-buttons .btn.primary-btn2:hover {
      background: transparent; }

.customSquerBox .add-to-cart-wrapper {
  display: inline-block !important;
  width: 100%; }

.design-buttons-head .btn.primary-btn {
  border-radius: 10px;
  border: 1px solid #D5DBDB;
  background: #FFF;
  margin-bottom: 10px; }
  .design-buttons-head .btn.primary-btn:hover {
    background: #D5DBDB; }

.design-buttons-head .btn {
  color: #204F63;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  padding: 0;
  font-family: "Poppins";
  text-align: center; }

.design-buttons-head .btn.primary-btn2 {
  border: none;
  background: rgba(213, 219, 219, 0.25);
  border: 1px rgba(213, 219, 219, 0.25) solid; }
  .design-buttons-head .btn.primary-btn2:hover {
    background: transparent; }

.customData .size-container {
  margin-left: 0;
  margin-right: 0; }

.related_products_mn {
  display: inline-block;
  clear: both;
  width: 100%; }

.customOptions .design-buttons-head .radio-container {
  cursor: pointer; }
  .customOptions .design-buttons-head .radio-container .radio-label {
    list-style: 16px; }
  .customOptions .design-buttons-head .radio-container input {
    position: relative;
    appearance: none;
    width: 13px;
    height: 13px;
    margin: 2px 5px 0 0;
    cursor: pointer; }
    .customOptions .design-buttons-head .radio-container input::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 13px;
      height: 13px;
      background: #fff;
      border-radius: 50px;
      border: solid #cccccc;
      border-width: 1px; }
    .customOptions .design-buttons-head .radio-container input:checked::after {
      content: '';
      position: absolute;
      left: 1px;
      top: 1px;
      width: 11px;
      height: 11px;
      background: #204F63;
      border-radius: 50px;
      border: solid #fff;
      border-width: 2px; }
  .customOptions .design-buttons-head .radio-container + .radio-container {
    margin: 0 0 0 20px; }

.design-options.uploadSection .design-buttons #file-info #uploaded-file-link {
  background: #000;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  color: #fff;
  display: inline-block;
  line-height: 48px;
  margin: 0 0 15px 0;
  border: 1px #000 solid; }
  .design-options.uploadSection .design-buttons #file-info #uploaded-file-link:hover {
    background: #fff;
    color: #000; }

.design-options.uploadSection .design-buttons #file-info #remove-file {
  margin: 0 !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px; }
  .design-options.uploadSection .design-buttons #file-info #remove-file:hover {
    color: #2A435D; }

.halloween_collection_page .img_productlist_mn {
  float: left;
  width: 100%;
  margin: 50px 0 0 0; }
  .halloween_collection_page .img_productlist_mn .img_productlist_lt {
    float: left;
    width: 75%;
    padding: 0 50px 0 0; }
  .halloween_collection_page .img_productlist_mn .img_productlist_rt {
    width: 25%;
    float: left;
    padding: 0 0 0 20px; }
    .halloween_collection_page .img_productlist_mn .img_productlist_rt ol li {
      margin: 0 0 15px 0; }
      .halloween_collection_page .img_productlist_mn .img_productlist_rt ol li:last-child {
        margin: 0; }
      .halloween_collection_page .img_productlist_mn .img_productlist_rt ol li a {
        font-size: 16px; }

.easter_collections_page .p_with_bdr {
  border-bottom: 1px #ddd solid;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0; }

.easter_collections_page .anchor_link {
  float: left;
  width: 100%; }

.easter_collections_page .anchor_link_topbdr {
  border-top: 1px #ddd solid;
  padding: 70px 0 0 0;
  margin: 50px 0 0 0; }

.bake_fest_page .lt_rt_img_text_cms {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.bake_fest_page .lt_sec_cms {
  width: 50%; }

.bake_fest_page .rt_sec_cms {
  width: 50%;
  text-align: center; }
  .bake_fest_page .rt_sec_cms h3 {
    line-height: 42px;
    font-weight: bold;
    margin: 0 0 30px 0; }
  .bake_fest_page .rt_sec_cms p {
    font-size: 24px;
    line-height: 32px;
    margin: 0; }

.bake_fest_page .col3_img ul {
  margin: 0 -30px; }
  .bake_fest_page .col3_img ul li {
    padding: 0 30px; }
    .bake_fest_page .col3_img ul li a {
      display: inline-block;
      width: 100%;
      padding: 0 20px; }
    .bake_fest_page .col3_img ul li span {
      text-align: center;
      font-weight: bold;
      display: inline-block;
      width: 100%;
      font-size: 20px;
      margin: 20px 0;
      overflow: hidden;
      height: 55px; }

.bake_fest_page .col3_img ~ .col3_img {
  margin-top: 50px; }

.rciexpo_page .col3_img li {
  margin-bottom: 40px; }

.rciexpo_page .lt_rt_img_text_cms .rt_sec_cms {
  text-align: left; }
  .rciexpo_page .lt_rt_img_text_cms .rt_sec_cms p {
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 24px; }

.seasonal_collections_page .col4_li ul {
  list-style: none;
  margin: 0 -20px;
  padding: 0; }
  .seasonal_collections_page .col4_li ul li {
    float: left;
    width: 25%;
    padding: 0 20px;
    margin: 0 0 40px 0; }
    .seasonal_collections_page .col4_li ul li span {
      text-align: center;
      display: inline-block;
      width: 100%;
      margin: 20px 0 0 0;
      font-size: 20px;
      font-weight: bold; }

.quickSearchResults .card .card-figure .card-img-container img {
  transform: none; }

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

.custom_forgotpassword .form-prefixPostfix .button {
  margin: 0; }

/* Responsive CSS Start */
#menu_responsive {
  display: none; }

.footer-copyright .powered-by br {
  display: none; }

.custom_blog .blog:nth-child(3n+1) {
  clear: left; }

/* General container styling */
.design-options {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 20px auto;
  max-width: 600px; }

/* Styling for the description text */
.design-info {
  font-size: 16px;
  color: #1a2b3c;
  /* Custom text color */
  margin-bottom: 20px;
  line-height: 1.5; }

/* Buttons styling */
.design-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.design-options.btn {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border: 2px solid #1a2b3c;
  padding: 12px 20px;
  cursor: pointer;
  width: 100%;
  border-radius: 8px;
  transition: all 0.3s ease; }

/* Primary Button (Download Template) */
.design-options.primary-btn {
  background-color: #ffffff;
  color: #1a2b3c; }

.design-options .primary-btn:hover {
  background-color: #f0f0f0; }

/* Secondary Button (Upload Custom Design) */
.design-options .primary-btn2 {
  background-color: #f8f9fa;
  color: #1a2b3c;
  border-color: #f0f0f0; }

.design-options .primary-btn2hover {
  background-color: #e9ecef; }

.customize-options ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.option-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap; }

.option-item input[type="checkbox"] {
  margin-right: 10px; }

.option-item label {
  display: flex;
  align-items: center;
  cursor: pointer; }

.option-text {
  font-size: 16px;
  margin-right: 10px; }

.option-number {
  background-color: #f0f0f0;
  padding: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px; }

/* General container styling */
.design-options {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 20px auto;
  max-width: 600px; }

/* Styling for the description text */
.design-info {
  font-size: 16px;
  color: #1a2b3c;
  /* Custom text color */
  margin-bottom: 20px;
  line-height: 1.5; }

/* Buttons styling */
.design-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.btn {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border: 2px solid #1a2b3c;
  padding: 12px 20px;
  cursor: pointer;
  width: 100%;
  border-radius: 8px;
  transition: all 0.3s ease; }

/* Primary Button (Download Template) */
.primary-btn {
  background-color: #ffffff;
  color: #1a2b3c; }

.primary-btn:hover {
  background-color: #f0f0f0; }

/*.main-product .customSticky .productView-images{
    display: flex;
    flex-direction: row-reverse;
}*/
.user-approve-design {
  margin: 15px 0px 15px 0px; }

/* Secondary Button (Upload Custom Design) */
.secondary-btn {
  background-color: #f8f9fa;
  color: #1a2b3c;
  border-color: #f0f0f0; }

.secondary-btn:hover {
  background-color: #e9ecef; }

.content-area {
  display: none;
  /* Hidden by default */
  margin-top: 10px;
  background-color: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd;
  width: 100%; }

.size-container {
  margin: 20px; }

.size-title {
  font-weight: bold;
  margin-bottom: 5px; }

.size-subtext {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px; }

.size-options {
  display: flex;
  gap: 10px; }

.size-button {
  display: inline-block;
  text-decoration: none;
  color: black;
  border: 2px solid #ccc;
  border-radius: 20px;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s; }

.size-button.selected {
  border-color: #004b5c;
  color: #004b5c;
  font-weight: bold; }
  .size-button.selected .customize-options ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .size-button.selected .option-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
  .size-button.selected .option-item input[type="checkbox"] {
    margin-right: 10px; }
  .size-button.selected .option-item label {
    display: flex;
    align-items: center; }
  .size-button.selected .option-text {
    font-size: 16px;
    margin-right: 10px; }
  .size-button.selected .option-number {
    background-color: #f0f0f0;
    padding: 5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px; }

.navList-item .swatch-count {
  max-width: 147px; }

/* 11-2-25 */
.productView-options .form .form-field .form-label {
  margin: 0 0 11px 0; }

#fun-message-popup {
  display: none; }

.design-buttons-head .radio-container {
  display: inline-block;
  margin-right: 10px !important; }

.customize-options .panel .option-icon {
  background-color: transparent; }

.previewCart .productView .productView-info .productView-info-value {
  word-wrap: break-word; }

/* 11-2-25 */
@media only screen and (max-width: 1199px) {
  .custom_page .page {
    margin: 0; }
  .page-content--centered.container,
  .custom_category .help .container {
    padding-left: 0;
    padding-right: 0; }
  .logo_menu_mn {
    padding: 0 20px; }
  .help .container,
  .custom_default .help,
  .digitalcatalog,
  .iconsec,
  .saving,
  .container {
    padding-left: 20px;
    padding-right: 20px; }
  .header-right .navUser .navUser-item {
    padding: 0 0 0 10px; }
  .header-center .navPages .navPages-list .navPages-item {
    padding: 30px 10px; }
  .heroCarousel .slick-prev {
    left: 15px; }
  .heroCarousel .slick-next {
    right: 15px; }
  .heroCarousel .heroCarousel-content {
    left: 75px; }
  .heroCarousel .heroCarousel-content .heroCarousel-description {
    max-width: 340px;
    margin: 12px 0 20px 0; }
  .testimonials_mn .slick-list,
  .productCarousel .slick-list {
    margin: 0; }
  .featured-section .slick-prev {
    left: -7px; }
  .featured-section .slick-next {
    right: -7px; }
  .digitalcatalog div[data-layout-name="Gridoftwo"] > div:last-child {
    padding: 0 20px 0 20px; }
  .testimonials_mn .slick-prev {
    left: -10px; }
  .testimonials_mn .slick-next {
    right: -10px; }
  .aboutus_page .help .help_text,
  .help .help_text {
    padding: 48px 30px 51px 30px; }
  .help .help-left {
    width: 380px; }
  .help .help-right {
    width: calc(100% - 380px); }
  .help .help-right ul li .button {
    padding: 0 25px; }
  .card .card-figure {
    overflow: visible; }
  .card .card-figure .card-img-container img {
    padding: 10px; }
  .card-figcaption {
    opacity: 1; }
  .category_banner {
    align-items: stretch; }
  .category_banner .category_banner_right p,
  .category_banner .category_banner_right div {
    height: 100%; }
  .category_banner .category_banner_right img {
    height: 100%;
    object-fit: cover; }
  .category_banner .category_banner_left {
    padding: 20px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center; }
  .category_banner.imgfound .category_banner_left {
    padding-right: 20px; }
  #product-listing-container .productGrid .product {
    width: 33.33%; }
  #product-listing-container .productGrid .card .card-figure .card-img-container {
    height: 206px; }
  .main-product .productView-images .productView-image .productView-img-container,
  .main-product .productView-images .productView-image {
    width: 400px;
    height: 385px; }
  .main-product .productView-images .productView-image .productView-img-container a {
    height: 380px; }
  .main-product .productView-images .productView-image .productView-img-container img {
    width: auto;
    height: 100%; }
  .main-product .productView-images .productView-thumbnails {
    width: 120px; }
  .main-product .productView-images .productView-thumbnails .productView-thumbnail-link {
    max-width: 118px;
    height: 120px; }
  .main-product .productView-images .slick-prev {
    left: 47px; }
  .main-product .productView-images .slick-next {
    left: 47px; }
  .main-product .productView-images .productView-thumbnails .productView-thumbnail {
    height: 120px; }
  .main-product .productView-images {
    width: 55%; }
  .main-product .productView-details {
    width: 45%;
    padding: 0 0 0 25px; }
  .main-product .productView-description .tabs-contents #tab-description .description-right {
    width: 50%;
    padding-left: 10px; }
  .main-product .productView-description .tabs-contents #tab-description .description-left {
    width: 50%;
    padding-right: 10px; }
  .main-product .productView-description,
  .main-product #tab-accessories,
  .main-product .related_products_mn {
    padding: 0 0; }
  .main-product #tab-accessories .slick-prev,
  .main-product .related_products_mn .slick-prev {
    left: -7px; }
  .main-product #tab-accessories .slick-next,
  .main-product .related_products_mn .slick-next {
    right: -7px; }
  .cproductCarousel .slick-list {
    margin: 0; }
  .main-product .productView-description {
    margin: 50px 0 0 0; }
  .aboutus_page .category_banner img {
    height: 250px;
    object-fit: cover; }
  .aboutus_page .category_banner_left .page-heading {
    margin: 7px 0; }
  .dropdown--quickSearch.is-open {
    padding-left: 20px;
    padding-right: 20px; }
  .custom_forgotpassword .form-prefixPostfix .button {
    margin: 10px 0 0 0; }
  .modal-body .previewCart .productView .productView-img-container {
    width: 100%;
    height: 350px; }
  .previewCart .productView {
    width: 70%; }
  .previewCartCheckout {
    width: 30%; }
  .coupon-form .button {
    margin: 0 0 0 2%; }
  .assembly_videos_page ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
  .top_img_text .text_rt h3 {
    line-height: 30px;
    font-size: 26px; }
  .custom_blog .page {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0; }
  .custom_blog .page-heading {
    width: 100%; }
  .custom_default .help .container {
    padding: 0; }
  .main-product .productView-details .productView-options .add-to-cart-wrapper .form-increment .button[data-action="inc"],
  .main-product .productView-details .productView-options .add-to-cart-wrapper .form-increment .button[data-action="dec"] {
    margin-top: 0; } }

@media only screen and (max-width: 991px) {
  body .main-product .customSticky .productView-images {
    position: initial; }
  .heroCarousel .heroCarousel-content .heroCarousel-title,
  body .heroCarousel div[data-hero-slide="1"] .heroCarousel-content .heroCarousel-title,
  body .heroCarousel div[data-hero-slide="1"] .heroCarousel-content .heroCarousel-description {
    max-width: 100%; }
  .heroCarousel .heroCarousel-content .heroCarousel-title {
    color: #204F63; }
  .heroCarousel .heroCarousel-content .heroCarousel-description {
    color: #000; }
  #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; }
  #menu_responsive .navPages {
    background: #204F63;
    padding: 15px 20px; }
  #menu_responsive .navPages ul li:hover .navPage-subMenu {
    min-height: 100%; }
  #menu_responsive ul li {
    border: 0;
    padding: 5px 0;
    display: block;
    position: relative;
    width: 100%;
    float: left; }
  #menu_responsive .navPages-list.navPages-list--user li:hover a.navPages-action {
    color: #98C335; }
  #menu_responsive ul li:hover > a.navPages-action,
  #menu_responsive ul.navPages-list.navPages-list--user li > a.navPages-action:hover {
    color: #98C335; }
  #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: "Poppins";
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 22px; }
    #menu_responsive .navPages-action:hover,
    #menu_responsive .navPage-subMenu-item > .navPage-subMenu-action:hover {
      color: #98C335; }
  .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: 0;
    top: 0;
    background: transparent;
    height: 40px;
    width: 40px;
    padding: 0 9px;
    border: 1px solid #000; }
  .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%; }
  .logo_menu_mn .mobileMenu_icon {
    width: 40px;
    height: 40px;
    position: relative;
    display: block; }
  .header {
    position: relative;
    height: auto;
    z-index: 999; }
  body {
    padding: 0; }
  .header-center {
    display: none; }
  .header-logo__link {
    width: 100%; }
  .logo_menu_mn {
    padding: 20px 20px 90px 20px; }
  .dropdown--quickSearch .form .form-input {
    height: 50px;
    line-height: 50px; }
  .dropdown--quickSearch .form .search_quick {
    top: 13px; }
  .has-activeNavPages .header-center {
    display: block; }
  .header-logo {
    height: auto; }
  #menu_responsive .navPages ul.navPages-list--user li {
    color: #fff; }
  #menu_responsive ul li.navPage-subMenu-item img {
    display: none; }
  #menu_responsive .navPages ul.navPage-childList {
    margin-bottom: 20px; }
  #menu_responsive .navPage-subMenu .navPage-subMenu-list {
    margin-bottom: 20px; }
  #menu_responsive .navPage-subMenu .navPage-subMenu-list .navPages-action {
    padding: 0; }
  #menu_responsive .navPages ul.navPages-list--user li:hover .navPages-action {
    color: #fff; }
  .header-right .navUser {
    transform: none; }
  .header-right .navUser .navUser-item .navUser-action {
    position: relative; }
  .heroCarousel .heroCarousel-content .heroCarousel-title {
    font-size: 30px;
    line-height: 38px;
    margin-top: 0; }
  .heroCarousel .heroCarousel-content .heroCarousel-description {
    max-width: 100%; }
  .heroCarousel .heroCarousel-content .heroCarousel-action {
    padding: 10px 10px 10px 10px; }
  .hp_top_content ul li {
    width: 25%; }
  .hp_top_content ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .card .card-figure .card-img-container {
    width: auto;
    height: 211px; }
  .digitalcatalog div[data-layout-name="Gridoftwo"] > div:nth-child(2) {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 40px; }
  .digitalcatalog div[data-layout-name="Gridoftwo"] > div:nth-child(2) img {
    width: 100% !important;
    border-radius: 30px; }
  .digitalcatalog div[data-layout-name="Gridoftwo"] > div:nth-child(2) div {
    border-radius: 30px; }
  .digitalcatalog div[data-layout-name="Gridoftwo"] > div:last-child {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 30px; }
  .packaging ul li {
    width: 33.33%; }
  .saving div[data-content-region="saving"] div[data-layout-name="saving overlay"] {
    left: 30px; }
  .saving div[data-content-region="saving"] div[data-layout-name="saving overlay"] > div div:nth-child(2) > div > div > p {
    font-size: 32px;
    line-height: 40px; }
  .testimonials_mn .testimonials-inner {
    padding: 0 25px 38px; }
  .testimonials_mn .testimonials-inner p {
    height: 220px; }
  .testimonials_mn .slick-dots {
    bottom: -40px; }
  .help .help-left {
    width: 100%; }
  .help .help-right {
    width: 100%;
    padding: 30px 0 0 0; }
  .aboutus_page .help .help_text,
  .help .help_text {
    flex-wrap: wrap; }
  .help .help-right ul {
    justify-content: space-between; }
  .blog_sec .blog li > a {
    height: 150px; }
  .blog_sec .blog li .blog_bottom p {
    font-size: 16px;
    line-height: 26px; }
  .subcategorypage .subcategory-main ul li {
    width: 33.33%; }
  .category_banner .category_banner_left .page-heading {
    font-size: 32px;
    line-height: 38px; }
  #product-listing-container {
    width: 100%;
    padding: 20px 0 0 0; }
  .page-sidebar {
    top: 0;
    z-index: 999;
    background: #fff;
    padding: 10px 0;
    width: 100%; }
  .facetedSearch-toggle {
    margin: 0; }
  .card .card-figure .card-figcaption {
    display: block; }
  .facetedSearch .accordion-block:first-child,
  .facetedSearch .accordion-block {
    margin: 0; }
  .facetedSearch .accordion-block .accordion-heading .accordion-title {
    line-height: 20px; }
  .facetedSearch .accordion-block #facetedSearch-content--price {
    padding-bottom: 15px; }
  .facetedSearch .accordion-block .accordion-content {
    padding: 10px; }
  .facetedSearch .accordion-block:first-child .accordion-navigation {
    border-top: 0; }
  .facetedSearch .accordion-block .accordion-heading {
    border-radius: 0; }
  .custom_search .body .page-content {
    padding: 0;
    width: 100%; }
  .custom_search .navBar--sub {
    margin-bottom: 30px; }
  .category-suggestion {
    width: 50%; }
  .main-product .productView-images {
    order: 2;
    width: 100%; }
  .main-product .productView-details {
    width: 100%;
    padding: 0; }
  .main-product .productView-images .productView-image {
    width: calc(100% - 150px);
    margin: 0 0 0 30px; }
  .main-product .productView-images .productView-image .productView-img-container {
    padding: 10px; }
  .productView-options .add-to-cart-wrapper .form-field {
    margin-bottom: 0; }
  .main-product .productView-description {
    margin-top: 20px; }
  .main-product .productView-description .tabs .tab {
    float: left; }
  .aboutus_page .our_history_sec .overlay_text {
    position: initial;
    max-width: 100%;
    margin: 20px 0 0 0; }
  .aboutus_page .sustainability_sec .overlay_text {
    position: initial;
    margin: 20px 0 0 0;
    max-width: 100%; }
  .aboutus_page .ourcorevalues_sec {
    padding: 20px 0 0 0; }
  .aboutus_page .ourcorevalues_sec ul li {
    width: 33.33%; }
  .aboutus_page .ourcorevalues_sec ul {
    display: flex;
    align-self: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 50px; }
  .aboutus_page .sponsors_sec ul {
    padding: 0 20px; }
  .previewCart .productView {
    width: 100%;
    flex-flow: column; }
  .previewCartCheckout {
    width: 100%;
    margin-bottom: 40px; }
  .productView-img-container img {
    position: initial; }
  .cart-totals {
    width: 100%; }
  .cart-total .cart-total-label {
    text-align: left;
    width: 50%;
    padding-left: 0; }
  .cart-total-value {
    width: 50%;
    text-align: right; }
  .custom_blog .blog .blog-post-figure .blog-thumbnail a {
    height: 150px; }
  .dropdown--quickSearch {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .container::before {
    display: none; }
  .dropdown--quickSearch {
    top: 120px !important;
    padding-bottom: 20px; }
  .dropdown--quickSearch .container {
    border-radius: 0;
    padding: 0 20px 0 20px;
    box-shadow: none; }
  .quickSearchResults .modal-close {
    display: block; }
  .quickSearchResults,
  .custom_account_recentitems .quickSearchResults,
  .custom_wishlist .quickSearchResults {
    padding: 0 20px; }
  .quickSearchResults .productGrid,
  .custom_account_recentitems .quickSearchResults .productGrid,
  .custom_wishlist .quickSearchResults .productGrid {
    padding-top: 0;
    border: 1px solid #bebdbd; }
  .heroCarousel .heroCarousel-content {
    background: #b9e8ee;
    padding: 20px 40px; }
  .heroCarousel .slick-prev {
    left: 5px; }
  .heroCarousel .slick-next {
    right: 5px; }
  .heroCarousel .heroCarousel-content .heroCarousel-title {
    font-size: 26px;
    line-height: 34px; }
  .heroCarousel .heroCarousel-content .heroCarousel-action {
    width: 100%;
    padding: 10px 10px; }
  .heroCarousel .heroCarousel-content {
    position: initial;
    transform: none; }
  #menu_responsive ul li.custom_ button.active {
    color: #98C335; }
  #menu_responsive ul li.custom_ button {
    width: 100%;
    text-align: left;
    position: relative; }
  #menu_responsive ul li.custom_ button.active::before {
    background: #fff;
    bottom: 0;
    content: "";
    margin: auto;
    position: absolute;
    right: 8px;
    top: 0;
    height: 2px;
    width: 14px; }
  #menu_responsive ul li.custom_ button.active::after {
    display: none; }
  #menu_responsive ul li.custom_:focus button,
  #menu_responsive ul li.custom_:hover button {
    color: #98C335; }
  .header-center .navPages .navPages-list .custom_ .webpage-menu li {
    text-align: left; }
  .header-center .navPages .navPages-list .custom_ .webpage-menu::before {
    display: none; }
  #menu_responsive .navPages-action.navPages-action--storeCredit {
    display: none; }
  #menu_responsive .navPages ul.navPages-list.navPages-list--user > li:nth-child(2) {
    margin-top: -10px; }
  div#contact-us-page {
    width: 100%; }
  .facetedSearch .accordion-block .accordion-heading .facetedSearch-clearLink {
    top: 25px; }
  .custom_404 .page .page-content {
    margin-top: 30px; }
  .navBar--account {
    display: block; }
  .navBar--sub .navBar-item {
    float: none;
    display: inline-block; }
  .main-product .productView-details.product-data {
    order: 1;
    margin-bottom: 25px; }
  .main-product .productView-details {
    order: 3; }
  .main-product .productView-description {
    order: 4; }
  .main-product .productView {
    padding-top: 0; }
  .main-product .productView-images .productView-image .productView-img-container a {
    height: 370px; }
  .previewCart .productView .productView-details {
    order: -1; }
  .modal-body .previewCart .productView .productView-img-container {
    height: 300px; }
  .form-label.cart-item-label,
  .cart-item-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px; }
  body.has-activeNavPages {
    max-width: 100%; }
  .assembly_videos_page span {
    padding: 10px 12px; }
  .custom_category .category_banner {
    max-height: 260px; }
  .modal-body .previewCart .productView-img-container img {
    height: 300px;
    width: auto; }
  .aboutus_page .sustainability_sec .page-heading,
  .aboutus_page .our_history_sec .page-heading {
    color: #000;
    font-size: 40px; }
  .aboutus_page .sustainability_sec p,
  .aboutus_page .our_history_sec p {
    font-size: 16px;
    line-height: 26px;
    color: #000; }
  .bake_fest_page .rt_sec_cms h3 {
    font-size: 30px; }
  .bake_fest_page .rt_sec_cms p {
    font-size: 18px; }
  .bake_fest_page .col3_img ul {
    margin: 0 -15px; }
  .bake_fest_page .col3_img ul li {
    padding: 0 15px; }
  .bake_fest_page .col3_img ul li span {
    height: 80px; }
  .seasonal_collections_page .col4_li ul {
    margin: 0 -10px; }
  .seasonal_collections_page .col4_li ul li {
    width: 33.33%; }
  .page-sidebar + .page-content {
    width: 100%;
    padding: 49px 0 0 0; }
  .navList-item .swatch-count {
    max-width: 100%; } }

/* Container for dropdown list */
.customDrop {
  list-style: none;
  /* Remove bullets */
  margin: 0;
  padding: 0;
  position: relative;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }

/* Style individual dropdown items */
.cstm-drop-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
  display: flex;
  /* Align image and text horizontally */
  align-items: center;
  /* Vertically center */
  transition: background-color 0.3s ease;
  color: #333; }

/* Remove bottom border for last item */
.cstm-drop-item:last-child {
  border-bottom: none; }

/* Image inside list items */
.cstm-drop-item .item-icon {
  width: 20px;
  /* Image width */
  height: 20px;
  /* Image height */
  margin-right: 10px;
  /* Spacing between image and text */
  object-fit: contain; }

/* Hover effect for dropdown items */
.cstm-drop-item:hover {
  background-color: #f0f0f0;
  color: #000; }

/* Active dropdown item */
.cstm-drop-item.active {
  background-color: #007bff;
  color: #fff; }

@media only screen and (max-width: 767px) {
  .custom_blog .blog:nth-child(3n+1) {
    clear: none; }
  .custom_blog .blog:nth-child(2n+1) {
    clear: left; }
  .heroCarousel .slick-next::before,
  .heroCarousel .slick-prev::before,
  .heroCarousel .slick-arrow {
    width: 30px;
    height: 30px; }
  .page-heading {
    font-size: 30px;
    line-height: 38px; }
  .hp_top_content {
    padding: 41px 0 0 0; }
  .hp_top_content ul li {
    width: 50%; }
  .featured-section {
    margin: 10px 0 10px 0; }
  .featured-section .slick-arrow {
    top: 105px; }
  .slick-next::before,
  .slick-next:focus,
  .slick-arrow,
  .slick-prev::before,
  .slick-prev:focus {
    width: 30px;
    height: 30px; }
  .slick-next:hover::before,
  .slick-prev:hover::before {
    background-size: cover; }
  .featured-section .slick-next {
    right: 0; }
  .featured-section .slick-prev {
    left: 0; }
  .card-figcaption {
    display: block; }
  .packaging ul {
    margin: 0 -10px; }
  .packaging ul li {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px 0; }
  .saving div[data-content-region="saving"] div[data-layout-name="saving overlay"] {
    position: initial;
    transform: none;
    padding: 0 0 0 0; }
  .saving div[data-content-region="saving"] div[data-layout-name="saving overlay"] > div {
    max-width: 100%;
    background: rgba(213, 219, 219, 0.25);
    padding: 30px 20px; }
  .saving div[data-content-region="saving"] div[data-layout-name="saving overlay"] > div .buttonLink a {
    background: #204F63;
    color: #fff; }
  .iconsec div[data-layout-name="Icon Section"] {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 50px; }
  .iconsec div[data-layout-name="Icon Section"] > div {
    max-width: 50%; }
  .testimonials_mn .testimonials-inner p {
    font-size: 14px;
    line-height: 22px;
    height: 250px; }
  .iconsec {
    margin: 0 0 50px 0; }
  .testimonials_mn .slick-prev {
    left: -3px; }
  .testimonials_mn .slick-next {
    right: -3px; }
  .custom_default .help {
    padding: 60px 0 50px 0; }
  .aboutus_page .help .help_text,
  .help .help_text {
    padding: 35px 20px; }
  .help .help-right ul li .button {
    padding: 0 20px;
    font-size: 14px; }
  .blog_sec .blog {
    margin: 0 -10px;
    text-align: center; }
  .blog_sec .blog li {
    padding: 0 10px;
    width: 49%;
    float: none;
    display: inline-block;
    margin: 0 auto 30px;
    text-align: left; }
  .blog_sec .readmoresec {
    margin: 0; }
  .blog_sec {
    margin: 0 0 60px 0; }
  .footer .footer-info-list li a {
    font-size: 14px; }
  .navUser-item.navUser-item--cart .navUser-action.navUser-item--cart__hidden-s {
    display: block; }
  .header-right .navUser .navUser-item.navUser-item--cart {
    padding: 0; }
  .category_banner .category_banner_left {
    width: 100%; }
  .category_banner.imgfound .category_banner_left {
    width: 100%; }
  .category_banner.imgfound .category_banner_right {
    width: 100%;
    order: -1; }
  .category_banner {
    flex-wrap: wrap; }
  .subcategorypage .subcategory-main ul li {
    width: 50%; }
  .faq_sec .accordion_container .accordion h3 {
    padding-right: 25px; }
  .faq_sec {
    margin: 55px 0 0 0; }
  .custom_category .help {
    padding-bottom: 60px;
    padding-top: 60px; }
  .page-sidebar {
    margin-top: 10px; }
  .cat_top {
    flex-flow: column;
    align-items: flex-start;
    row-gap: 20px; }
  #product-listing-container .productGrid .product {
    width: 50%; }
  #product-listing-container .productGrid .card {
    margin: 0 0 50px 0; }
  .custom_default .help {
    padding-left: 20px;
    padding-right: 20px; }
  .main-product .productView-images .productView-image .productView-img-container {
    align-items: center;
    justify-content: center;
    display: flex; }
  .main-product .productView-description .tabs-contents #tab-description .description-left {
    width: 100%;
    padding: 0; }
  .main-product .productView-description .tabs-contents #tab-description .description-right {
    width: 100%;
    padding: 20px 0 0 0; }
  .main-product #tab-accessories .pp-page-heading.page-heading,
  .main-product .related_products_mn .pp-page-heading.page-heading {
    margin: 45px 0 15px 0; }
  .main-product #tab-accessories .slick-prev,
  .main-product .related_products_mn .slick-prev {
    left: 0; }
  .main-product #tab-accessories .slick-next,
  .main-product .related_products_mn .slick-next {
    right: 0; }
  .main-product #tab-accessories .slick-arrow,
  .main-product .related_products_mn .slick-arrow {
    top: 95px; }
  .help {
    padding: 60px 0; }
  .custom_product .body .help .container,
  .custom_category .page .help .container,
  .hp_top_content .help .container {
    padding: 0; }
  .main-product .productView-images .productView-image {
    height: 390px; }
  .main-product .productView-images .productView-image .productView-img-container {
    width: 320px;
    height: 320px; }
  .aboutus_page .sponsors_sec ul li {
    padding: 0 15px; }
  .aboutus_page .sponsors_sec ul {
    padding: 0; }
  .aboutus_page .ourcorevalues_sec ul li {
    width: 50%; }
  .aboutus_page .category_banner_left {
    position: initial;
    transform: none; }
  .aboutus_page .category_banner img {
    height: 150px; }
  .productGrid .product {
    width: 50%; }
  .custom_cart .form-increment .button {
    width: 28px;
    height: 28px; }
  .assembly_videos_page ul {
    margin: 0 -10px; }
  .assembly_videos_page li {
    padding: 0 10px; }
  .lt_rt_img_text_cms .lt_sec_cms img,
  .lt_rt_img_text_cms .lt_sec_cms,
  .bot_img_text .img_rt,
  .top_img_text .img_lt {
    width: 100%; }
  .bot_img_text .img_rt img,
  .top_img_text .img_lt img {
    width: auto; }
  .lt_rt_img_text_cms .rt_sec_cms,
  .bot_img_text .text_lt,
  .top_img_text .text_rt {
    width: 100%;
    padding: 15px 0 0 0; }
  .custom_blog .blog {
    width: 50%;
    flex: 1 1 calc(50% - 20px); }
  .main-product .productView-images .productView-thumbnails .productView-thumbnail {
    height: 120px; }
  .error_msg svg {
    width: 171px; }
  .navBar--sub .navBar-item {
    margin-bottom: 10px; }
  .account-head .alertBox {
    padding-left: 15px;
    padding-right: 15px; }
  .custom_category .category_banner {
    max-height: 100%; }
  .halloween_collection_page .img_productlist_mn .img_productlist_lt {
    width: 100%;
    padding: 0 0 50px 0; }
  .halloween_collection_page .img_productlist_mn .img_productlist_rt {
    width: 100%;
    padding: 0; }
  .halloween_collection_page .img_productlist_mn .img_productlist_rt ol {
    margin-bottom: 0; }
  .bake_fest_page .col3_img ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
  .bake_fest_page .col3_img ul li {
    width: 50%; }
  .bake_fest_page .col3_img ul li span {
    height: auto; }
  .bake_fest_page .lt_rt_img_text_cms {
    flex-wrap: wrap; }
  .bake_fest_page .rt_sec_cms h3 {
    margin-top: 30px; }
  .seasonal_collections_page .col4_li ul li {
    width: 50%; }
  .main-product .productView-description .tabs-contents .tab-content .description-full iframe {
    width: 100%; } }

@media only screen and (max-width: 479px) {
  .customOptions .design-buttons-head .radio-container.one, .customOptions .design-buttons-head .radio-container.two {
    padding-left: 20px;
    padding-right: 20px; }
  .digitalcatalog div[data-layout-name="Gridoftwo"] > div:last-child div:nth-child(3) div p,
  .digitalcatalog div[data-layout-name="Gridoftwo"] > div:last-child div:nth-child(4) div p,
  .digitalcatalog div[data-layout-name="Gridoftwo"] > div:last-child .buttonLink a,
  .saving div[data-content-region="saving"] div[data-layout-name="saving overlay"] > div div:nth-child(3) > div > div > p {
    font-size: 16px; }
    .digitalcatalog div[data-layout-name="Gridoftwo"] > div:last-child div:nth-child(3) div p br,
    .digitalcatalog div[data-layout-name="Gridoftwo"] > div:last-child div:nth-child(4) div p br,
    .digitalcatalog div[data-layout-name="Gridoftwo"] > div:last-child .buttonLink a br,
    .saving div[data-content-region="saving"] div[data-layout-name="saving overlay"] > div div:nth-child(3) > div > div > p br {
      display: none; }
  .wishlists-table .table-actions a.button.button--small {
    margin: 3px 0; }
  .main-product .productView-details .productView-info .productView-info-value {
    margin: 10px 0 0 3px; }
  .rciexpo_page .col3_img li {
    margin-bottom: 0; }
  .digitalcatalog,
  .iconsec,
  .saving,
  .container {
    padding-left: 25px;
    padding-right: 25px; }
  .navUser-item-cartLabel {
    display: block; }
  .navPages-container.is-open {
    width: 250px; }
  body.has-activeNavPages {
    left: 250px; }
  .card .card-body .card-title {
    height: auto; }
  .card-body {
    text-align: left; }
  .packaging .packaging {
    padding: 0; }
  .digitalcatalog {
    padding-top: 25px; }
  .packaging ul li {
    width: 100%; }
  .saving {
    margin: 40px 0 60px 0; }
  .iconsec div[data-layout-name="Icon Section"] > div {
    max-width: 100%; }
  .iconsec div[data-layout-name="Icon Section"] {
    flex-wrap: wrap; }
  .testimonials_mn .testimonials-inner p {
    height: 200px; }
  .testimonials_mn .page-heading {
    margin: 0 0 10px 0; }
  .help .help-right ul {
    row-gap: 15px; }
  .help .help-right ul li {
    width: 100%; }
  .blog_sec .blog li {
    width: 100%;
    flex: 1 1 calc(100%); }
  .footer .footer-info-list li:before {
    display: none; }
  .footer .footer-info-list li {
    width: 100%;
    padding: 5px 0; }
  .footer-copyright .powered-by br {
    display: block; }
  .subcategorypage .subcategory-main ul li {
    width: 100%; }
  .subcategorypage .subcategory-main ul .sub_cat_img_outer .full_link img {
    width: auto; }
  .facetedSearch-toggle-text {
    width: 100%; }
  .facetedSearch-toggle-indicator {
    width: 100%;
    text-align: left; }
  #product-listing-container .productGrid .product {
    width: 100%; }
  #product-listing-container .productGrid .card .card-body .card-title {
    height: auto; }
  .facetedSearch-toggle {
    padding: 5px 10px; }
  .category-suggestion {
    width: 100%; }
  .main-product .productView-images .productView-thumbnails {
    width: 100%;
    position: relative;
    margin: 0 -10px;
    width: calc(100% - -10px); }
  .main-product .productView-images .productView-thumbnails .productView-thumbnail {
    height: 80px;
    width: 50%; }
  .main-product .productView-images .productView-image {
    width: 100%;
    margin: 0 0 20px 0;
    height: 300px;
    order: -2; }
  .main-product .productView-images .productView-thumbnails .productView-thumbnail-link {
    max-width: 100%;
    height: 100px;
    padding: 0; }
  .main-product .productView-images .productView-thumbnails .slick-list {
    margin-right: 0;
    margin-left: 0; }
  .main-product .productView-images .productView-thumbnails .productView-thumbnail {
    height: auto;
    padding: 0 5px; }
  .main-product .productView-images .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    margin: 0; }
  .main-product .productView-images .slick-prev {
    left: -10px;
    margin-top: -7px; }
  .main-product .productView-images .slick-next {
    right: -10px;
    left: auto;
    margin-top: -7px; }
  .main-product .productView-images .productView-thumbnails:after,
  .main-product .productView-images .productView-thumbnails::before {
    display: none; }
  .main-product .productView-images .productView-image .productView-img-container img {
    min-height: 250px; }
  .main-product .productView-images .productView-image .productView-img-container {
    width: 100%;
    height: auto; }
  .productView-options {
    text-align: left; }
  .main-product .productView-description .tabs .tab {
    margin: 0;
    width: 100%; }
  .main-product .productView-description .tabs-contents .tab-content {
    padding: 15px; }
  .aboutus_page .ourcorevalues_sec ul li {
    width: 100%; }
  .aboutus_page .sponsors_sec ul {
    flex-wrap: wrap;
    row-gap: 50px; }
  .aboutus_page .sponsors_sec ul li {
    width: 50%; }
  .aboutus_page .sustainability_sec {
    padding: 0 0 30px 0; }
  .aboutus_page .our_history_sec {
    padding: 0 0 30px 0; }
  .account-content,
  .new-customer,
  .login-form {
    padding-left: 0;
    padding-right: 0; }
  .new-customer .panel-body .new-customer-fact-list {
    margin-left: 20px; }
  .login-row .new-customer .panel-body a:last-child {
    width: 100%;
    display: inline-block; }
  .login-row .new-customer .panel-body a:last-child .button {
    width: 100%; }
  .estimator-form .button--primary,
  .productGrid .product {
    width: 100%; }
  .body {
    margin-bottom: 60px; }
  .modal-body {
    padding-left: 20px;
    padding-right: 20px; }
  .cart-item-block.cart-item-info.cart-item-quantity {
    margin: 10px 0; }
  .coupon-form .button {
    margin: 0 0 0 15px; }
  .coupon-form .button {
    width: 100px;
    margin: 0 0 0 15px; }
  .coupon-form .form-input {
    width: calc(100% - 115px); }
  .cms_cnt .button,
  .assembly_videos_page li {
    width: 100%; }
  .col3_img ul {
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 40px;
    flex-wrap: wrap; }
  .col3_img li {
    width: 50%; }
  .lt_rt_img_text_cms {
    margin: 0 0 10px 0; }
  .custom_blog .blog {
    width: 100%;
    flex: 1 1 100%; }
  .custom_blog .blog .blog-post-figure .blog-thumbnail a {
    height: 200px; }
  .main-product .productView-images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .g-recaptcha {
    overflow: hidden; }
  .custom_404 .page .page-content .error_msg span {
    font-size: 84px; }
  .main-product .productView-images .productView-image .productView-img-container a {
    height: 280px; }
  .login-row .login-form.form .form-actions .forgot-password {
    text-align: center; }
  .coupon-code .coupon-form .button:focus {
    margin: 0 0 0 15px; }
  .custom_cart .form-increment .button .icon {
    margin: 0; }
  .modal-body .previewCart .productView-img-container img {
    height: 250px; }
  .bake_fest_page .col3_img ul li {
    width: 100%; }
  .bake_fest_page .lt_rt_img_text_cms {
    margin-bottom: 30px; }
  .seasonal_collections_page .col4_li ul li {
    width: 100%; }
  .help .help-right ul {
    flex-wrap: wrap; }
  .footer .footer-info-col--social ul {
    column-gap: 20px; }
  .footer .f_form .form-prefixPostfix {
    width: 100%; }
  ol.breadcrumbs {
    display: block; }
  .customOptions .design-buttons-head .radio-container {
    margin: 0 !important;
    width: 50%;
    float: left; }
    .customOptions .design-buttons-head .radio-container.one {
      margin: 0 5px 0 0 !important;
      width: calc(50% - 5px);
      float: left; }
    .customOptions .design-buttons-head .radio-container.two {
      margin: 0 0 0 5px !important;
      width: calc(50% - 5px);
      float: left; }
  .blog_sec .readmoresec .readmoreblg,
  .saving div[data-content-region="saving"] div[data-layout-name="saving overlay"] > div .buttonLink,
  .saving div[data-content-region="saving"] div[data-layout-name="saving overlay"] > div .buttonLink a,
  .digitalcatalog div[data-layout-name="Gridoftwo"] > div:last-child .buttonLink,
  .digitalcatalog div[data-layout-name="Gridoftwo"] > div:last-child .buttonLink a {
    width: 100%; }
  .summer_fancy_page .lt_rt_img_text_cms .rt_sec_cms p,
  p,
  .category_banner .category_banner_left p,
  .heroCarousel .heroCarousel-content .heroCarousel-description {
    font-size: 16px;
    line-height: 24px; }
  .aboutus_page .sustainability_sec .page-heading,
  .aboutus_page .our_history_sec .page-heading,
  .cms_cnt h3,
  .lt_rt_img_text_cms .rt_sec_cms h3,
  .main-product .productView-details .productView-title,
  .faq_sec h2,
  .category_banner .category_banner_left .page-heading,
  .help .help-left .sub-heading,
  .saving div[data-content-region="saving"] div[data-layout-name="saving overlay"] > div div:nth-child(2) > div > div > p,
  .digitalcatalog div[data-layout-name="Gridoftwo"] > div:last-child div:nth-child(2) > div > div p,
  .page-heading {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0; } }

@media only screen and (max-width: 424px) {
  .customOptions .design-buttons-head .radio-container.one, .customOptions .design-buttons-head .radio-container.two {
    padding-left: 15px;
    padding-right: 15px; } }

@media only screen and (max-width: 374px) {
  .cat_filter .actionBar-section .form-select {
    min-width: 200px; }
  .customOptions .design-buttons-head .radio-container.one, .customOptions .design-buttons-head .radio-container.two {
    padding-left: 30px;
    padding-right: 30px; } }

/* Responsive CSS End */
body #wishlist-dropdown.is-open .button {
  background-color: #204F63; }

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

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

body a.button.dropdown-menu-button.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

a.button.dropdown-menu-button {
  margin: 0px;
  width: 100%; }

.aboutus_page .category_banner img {
  width: 100%; }

.heroCarousel div[data-hero-slide="1"] .heroCarousel-content .heroCarousel-title {
  max-width: 610px; }

.heroCarousel div[data-hero-slide="1"] .heroCarousel-content .heroCarousel-description {
  max-width: 500px; }

/* General container styling */
.design-options {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 20px auto;
  max-width: 600px; }

/* Styling for the description text */
.design-info {
  font-size: 16px;
  color: #1a2b3c;
  /* Custom text color */
  margin-bottom: 20px;
  line-height: 1.5; }

/* Buttons styling */
.design-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.design-options.btn {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border: 2px solid #1a2b3c;
  padding: 12px 20px;
  cursor: pointer;
  width: 100%;
  border-radius: 8px;
  transition: all 0.3s ease; }

/* Primary Button (Download Template) */
.design-options.primary-btn {
  background-color: #ffffff;
  color: #1a2b3c; }

.design-options .primary-btn:hover {
  background-color: #f0f0f0; }

/* Secondary Button (Upload Custom Design) */
.design-options .primary-btn2 {
  background-color: #f8f9fa;
  color: #1a2b3c;
  border-color: #f0f0f0; }

.design-options .primary-btn2hover {
  background-color: #e9ecef; }

.customize-options ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.option-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap; }

.option-item input[type="checkbox"] {
  margin-right: 10px; }

.option-item label {
  display: flex;
  align-items: center;
  cursor: pointer; }

.option-text {
  font-size: 16px;
  margin-right: 10px; }

.option-number {
  background-color: #f0f0f0;
  padding: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px; }

/* General container styling */
.design-options {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 20px auto;
  max-width: 600px; }

/* Styling for the description text */
.design-info {
  font-size: 16px;
  color: #1a2b3c;
  /* Custom text color */
  margin-bottom: 20px;
  line-height: 1.5; }

/* Buttons styling */
.design-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.btn {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border: 2px solid #1a2b3c;
  padding: 12px 20px;
  cursor: pointer;
  width: 100%;
  border-radius: 8px;
  transition: all 0.3s ease; }

/* Primary Button (Download Template) */
.primary-btn {
  background-color: #ffffff;
  color: #1a2b3c; }

.primary-btn:hover {
  background-color: #f0f0f0; }

/* Secondary Button (Upload Custom Design) */
.secondary-btn {
  background-color: #f8f9fa;
  color: #1a2b3c;
  border-color: #f0f0f0; }

.secondary-btn:hover {
  background-color: #e9ecef; }

.content-area {
  display: none;
  /* Hidden by default */
  margin-top: 10px;
  background-color: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd;
  width: 100%; }

.size-container {
  margin: 20px; }

.size-title {
  font-weight: bold;
  margin-bottom: 5px; }

.size-subtext {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px; }

.size-options {
  display: flex;
  gap: 10px; }

.size-button {
  display: inline-block;
  text-decoration: none;
  color: black;
  border: 2px solid #ccc;
  border-radius: 20px;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s; }

.size-button.selected {
  border-color: #004b5c;
  color: #004b5c;
  font-weight: bold; }
  .size-button.selected .customize-options ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .size-button.selected .option-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
  .size-button.selected .option-item input[type="checkbox"] {
    margin-right: 10px; }
  .size-button.selected .option-item label {
    display: flex;
    align-items: center; }
  .size-button.selected .option-text {
    font-size: 16px;
    margin-right: 10px; }
  .size-button.selected .option-number {
    background-color: #f0f0f0;
    padding: 5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px; }

.header-center .navPages .navPages-list .navPage-subMenu.is-open {
  z-index: 20; }

.card .card-figure .card-img-container img {
  top: 50%;
  transform: translateY(-50%); }

div[aria-labelledby="search-results-content-count"] + div .loadmain,
div[aria-labelledby="search-results-content-count"] + div .cat_top {
  display: none; }

div.u-hidden[aria-labelledby="search-results-content-count"] + div .loadmain {
  display: block; }

div.u-hidden[aria-labelledby="search-results-content-count"] + div .cat_top {
  display: flex; }

.category_banner_left #category-faq p {
  margin-bottom: 10px; }

.main-product .productView-details .productView-options .add-to-cart-buttons .button,
.cart-actions .button {
  background: #204F63 !important;
  color: #fff !important;
  border-color: #204F63;
  border-radius: 50px;
  font-family: "Poppins"; }
  .main-product .productView-details .productView-options .add-to-cart-buttons .button:hover,
  .cart-actions .button:hover {
    background-color: #98C335 !important;
    color: #ffffff;
    border-color: #98C335; }

.cart-actions .button {
  height: 49px;
  line-height: 49px;
  padding-top: 0;
  padding-bottom: 0px;
  font-size: 16px; }

.custom_default #main-content {
  margin-top: 0px !important; }

.iconsec div[data-layout-name="Icon Section"] > div > div div[data-edit-mode] img {
  margin: auto !important; }

.header-center .navPages .navPages-list .navPages-item:nth-child(2) .navPage-subMenu .navPage-subMenu-item {
  float: none; }

.accordion_content a {
  color: #BE143A; }
  .accordion_content a:hover {
    color: #98C335; }

li.navUser-item.navUser-convert-b2b {
  display: none; }

.color-swatch {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  margin: 0px 0 0px;
  position: relative;
  border: 1px solid #ccc; }

.facetedSearch .accordion-block #facetedSearch-content--color .navList-action,
.facetedSearch .accordion-block #facetedSearch-navList--color-pattern .navList-action,
.facetedSearch .accordion-block #facetedSearch-content--pattern .navList-action {
  display: flex;
  gap: 5px;
  align-items: center; }

.color-swatch.cream {
  background-color: #ffefce; }

.color-swatch.darkbrown {
  background-color: #3D3028; }

.color-swatch.kraft {
  background-color: #d4aa7a; }

.color-swatch {
  background-size: cover;
  background-repeat: no-repeat; }

.color-swatch.days.of.christmas {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/12-days-of-christmas-swatch.png); }

.color-swatch.day.advent.book {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/24-day-advent-book-swatch.png); }

.color-swatch.autumndelights {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/autumn-delights-swatch.png); }

.color-swatch.autumnfloral {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/autumn-floral-swatch.png); }

.color-swatch.autumnplaid {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/autumn-plaid-swatch.png); }

.color-swatch.autumnwhimsy {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/autumn-whimsy-swatch.png); }

.color-swatch.backtoschool {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/back-to-school-swatch.png); }

.color-swatch.basketball {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/basketball-swatch.png); }

.color-swatch.battyforcandy {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/batty-for-candy-swatch.png); }

.color-swatch.bemyvalentine {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/be-my-valentine-swatch.png); }

.color-swatch.avenue.red {
  background-color: #a4242f; }

.color-swatch.alliscalmallisbright {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/all-is-calm-all-is-bright-swatch.png); }

.color-swatch.burgundy {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/burgundy-swatch.png); }

.color-swatch.candycanedelight {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/candy-cane-delight-swatch.png); }

.color-swatch.charcoalsapphire {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/charcoal-sapphire-swatch.png); }

.color-swatch.clear {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/clear-swatch.png); }

.color-swatch.congrats {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/congrats-swatch.png); }

.color-swatch.blackangles {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/black-angles-swatch.png); }

.color-swatch.blizzard {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/blizzard-swatch.png); }

.color-swatch.bountifulharvest {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/bountiful-harvest-swatch.png); }

.color-swatch.christmasornament {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/christmas-ornament-swatch.png); }

.color-swatch.metallicgold {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/metallic-gold-swatch.png); }

.color-swatch.metallicsilver {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/metallic-silver-swatch.png); }

.color-swatch.cornhaze {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/corn-haze-swatch.png); }

.color-swatch.greenmeadow {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/green-meadow-swatch.png); }

.color-swatch.leafgreen {
  background-color: #83ca52; }

.color-swatch.bloomwhereyouareplanted {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/bloom-where-you-are-planted-swatch.png); }

.color-swatch.blushingbeauty {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/blushing-beauty-swatch.png); }

.color-swatch.brownleaves {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/brown-leaves-swatch.png); }

.color-swatch.christmastown {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/christmas-town-swatch.png); }

.color-swatch.countrytulips {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/country-tulips-swatch.png); }

.color-swatch.earthtonechevron {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/earth-tone-chevron-swatch.png); }

.color-swatch.easterfloral {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/easter-floral-swatch.png); }

.color-swatch.enchantedgarden {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/enchanted-garden-swatch.png); }

.color-swatch.floraldelight {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/floral-delight-swatch.png); }

.color-swatch.gnomefortheholidays {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/gnome-for-the-holidays-swatch.png); }

.color-swatch.poinsettias {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/elegant-poinsettias-swatch.png); }

.color-swatch.redstripes {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/red-stripes-swatch.png); }

.color-swatch.robineggblue {
  background-color: #83dbe5; }

.color-swatch.silversnowflake {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/silver-snowflakes-swatch.png); }

.color-swatch.halloweenspirit {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/halloween-spirit-swatch.png); }

.color-swatch.happyholidays {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/happy-holidays-swatch.png); }

.color-swatch.letitsnow {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/let-it-snow-swatch.png); }

.color-swatch.magicalholiday {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/magical-holiday-swatch.png); }

.color-swatch.myvalentine {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/my-valentine-swatch.png); }

.color-swatch.pawsitivity {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/pawsitivity-swatch.png); }

.color-swatch.thankyou {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/thank-you-swatch.png); }

.color-swatch.blackredpoinsettia {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/black-red-poinsettia-swatch.png); }

.color-swatch.celebrate {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/lets-celebrate-swatch.png); }

.color-swatch.christmascookies {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/christmas-cookies-swatch.png); }

.color-swatch.happybirthday {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/happy-birthday-swatch.png); }

.color-swatch.mother\'sday {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/mothers-day-swatch.png); }

.color-swatch.springtime {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/springtime-swatch.png); }

.color-swatch.teacherappreciation {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/teacher-appreciation-swatch.png); }

.color-swatch.winter\'sbeauty {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/winters-beauty-swatch.png); }

.color-swatch.heartswirl {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/heart-swirl-swatch.png); }

.color-swatch.easterpattern {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/easter-pattern-swatch.png); }

.color-swatch.hoppyeaster {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/hoppy-easter-swatch.png); }

.color-swatch.pinkgingham {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/pink-gingham-swatch.png); }

.color-swatch.valentine {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/valentine-swatch.png); }

.color-swatch.winter\'sbeauty {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/winters-beauty-swatch.png); }

.color-swatch.nutcracker {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/nutcracker-swatch.png); }

.color-swatch.winterreindeer {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/winter-reindeer-swatch.png); }

.color-swatch.woodlandcelebration {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/woodland-celebration-swatch.png); }

.color-swatch.springfields {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/spring-fields-swatch.png); }

.color-swatch.watercolorpolkadots {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/watercolor-polka-dots-swatch.png); }

.color-swatch.wickerbasket {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/wicker-basket-swatch.png); }

.color-swatch.father\'sday {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/fathers-day-swatch.png); }

.color-swatch.father\'sdaygameon {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/fathers-day-game-on-swatch.png); }

.color-swatch.father\'sdaystripes {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/fathers-day-stripes-swatch.png); }

.color-swatch.father\'sdaytie {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/fathers-day-tie-swatch.png); }

.color-swatch.summerbouquet {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/summer-bouquet-swatch.png); }

.color-swatch.exquisitefoliage {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/exquisite-foliage-swatch.png); }

.color-swatch.desertfloral {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/desert-floral-swatch.png); }

.color-swatch.haveabite {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/have-a-bite-swatch.png); }

.color-swatch.openifyoudare {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/open-if-you-dare-swatch.png); }

.color-swatch.pickyourpoison {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/pick-your-poison-swatch.png); }

.color-swatch.whitewithblackborder {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/white-with-black-border-swatch.png); }

.color-swatch.decobronze {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/deco-bronze-swatch.png); }

.color-swatch.starofdavid {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/star-of-david-swatch.png); }

.color-swatch.pearlescent {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/pearlescent-swatch.png); }

.color-swatch.peppermintswirl {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/peppermint-swirl-swatch.png); }

.color-swatch.reindeer {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/reindeer-swatch.png); }

.color-swatch.santa {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/santa-swatch.png); }

.color-swatch.snowflake {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/snowflake-swatch.png); }

.color-swatch.soccerball {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/soccer-ball-swatch.png); }

.color-swatch.shinyblack {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/shiny-black-swatch.png); }

.color-swatch.matteblack {
  background-color: #2f2f2f; }

.color-swatch.couture {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/couture-swatch.png); }

.color-swatch.luminouspaisley {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/luminous-paisley-swatch.png); }

.color-swatch.paisleypassion {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/paisley-passion-swatch.png); }

.color-swatch.passionivy {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/passion-ivy-swatch.png); }

.color-swatch.pink.white.paisley {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/pink-&-white-paisley-swatch.png); }

.color-swatch.pinkwithcare {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/pink-with-care-swatch.png); }

.color-swatch.redsatinheartbeat {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/red-satin-heartbeat-swatch.png); }

.color-swatch.redvelvet {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/red-velvet-swatch.png); }

.color-swatch.truffledepthredvelvet {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/truffle-depth-red-velvet-swatch.png); }

.color-swatch.blackswirl {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/black-swirl-swatch.png); }

.color-swatch.brights {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/brights-swatch.png); }

.color-swatch.browncocopassion {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/brown-coco-passion-swatch.png); }

.color-swatch.bumblebee {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/bumblebee-swatch.png); }

.color-swatch.embossedsilver {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/embossed-silver-swatch.png); }

.color-swatch.happyvalentinesdaywithbow {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/happy-valentines-day-with-bow-swatch.png); }

.color-swatch.heartwords {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/heart-words-swatch.png); }

.color-swatch.lovingkiss {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/loving-kiss-swatch.png); }

.color-swatch.pastels {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/pastels-swatch.png); }

.color-swatch.pinkcocopassion {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/pink-coco-passion-swatch.png); }

.color-swatch.pearl {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/pearl-swatch.png); }

.color-swatch.clearw.trim {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/clear-gold-trim-swatch.png); }

.color-swatch.clearw\/silver {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/clear-silver-swatch.png); }

.color-swatch.hexagon {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/hexagon-swatch.png); }

.color-swatch.oval {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/oval-swatch.png); }

.color-swatch.winebottle {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/wine-bottle-swatch.png); }

.color-swatch.whimsical {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/whimsical-swatch.png); }

.color-swatch.copper {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/copper-swatch.png); }

.color-swatch.elegantfloral {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/elegant-floral-swatch.png); }

.color-swatch.heartsandarrows {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/hearts-and-arrows-swatch.png); }

.color-swatch.lottalove {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/lotta-love-swatch.png); }

.color-swatch.merry.bright {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/whimsical-merry-&-bright-swatch.png); }

.color-swatch.oldtimechristmas {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/old-time-christmas-swatch.png); }

.color-swatch.ornaments.holly {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/ornaments-holly-swatch.png); }

.color-swatch.floralgarden {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/floral-garden-swatch.png); }

.color-swatch.halloweennights {
  background-image: url(https://store-tguzjjez08.mybigcommerce.com/product_images/import/Swatches/halloween-nights-swatch.png); }

.productView-options .form .add-to-cart-wrapper {
  margin-top: 20px; }

.blog .blog-post a {
  display: unset !important; }

div[searchspring-recommend=bundle] .ss__recommendation-bundle .ss__recommendation-bundle__wrapper__carousel .ss__carousel {
  min-height: 600px; }
