@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #111111;
  padding: 0 0 0 0;
  font-size: 15px;
  line-height: 23px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  color: #111111; }

p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 15px;
  line-height: 23px; }

.button,
.button:focus,
.button:active,
.swal2-container .swal2-confirm.button,
.swal2-container .swal2-modal .swal2-cancel,
.main-btn {
  background-color: #66021F;
  color: #ffffff;
  line-height: normal;
  font-size: 15px;
  border: none;
  border-radius: 50px;
  outline: none;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0;
  margin: 0;
  font-weight: 600;
  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: #000;
    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; }

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

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

.navUser-item--cart .f-open-dropdown {
  width: 350px;
  right: -13px !important; }

.quickSearchResults,
.custom_account_recentitems .quickSearchResults,
.custom_wishlist .quickSearchResults {
  position: absolute;
  right: 0;
  top: 105%;
  width: 100%;
  background: #fff;
  z-index: 99;
  margin: 0;
  min-width: 350px; }
  .quickSearchResults .modal-close,
  .custom_account_recentitems .quickSearchResults .modal-close,
  .custom_wishlist .quickSearchResults .modal-close {
    color: #000;
    top: 5px;
    right: 10px;
    background: transparent; }
    .quickSearchResults .modal-close:hover,
    .custom_account_recentitems .quickSearchResults .modal-close:hover,
    .custom_wishlist .quickSearchResults .modal-close:hover {
      color: #000; }
  .quickSearchResults .productGrid,
  .custom_account_recentitems .quickSearchResults .productGrid,
  .custom_wishlist .quickSearchResults .productGrid {
    width: 100%;
    background-color: #fff;
    display: block;
    max-height: 466px;
    overflow-y: auto;
    min-width: 100%;
    padding: 0 15px;
    margin: 0;
    border: 1px solid #bebdbd; }
    .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 .card,
      .custom_account_recentitems .quickSearchResults .productGrid .product .card,
      .custom_wishlist .quickSearchResults .productGrid .product .card {
        border: 0;
        margin: 0;
        padding: 0;
        background-color: #fff; }
        .quickSearchResults .productGrid .product .card .card-figure,
        .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure,
        .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure {
          width: 30%;
          height: auto;
          float: left;
          padding: 0;
          margin: 0;
          box-shadow: none; }
          .quickSearchResults .productGrid .product .card .card-figure 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-img-container,
            .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure a .card-img-container,
            .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure a .card-img-container {
              height: auto; }
            .quickSearchResults .productGrid .product .card .card-figure a .card-image,
            .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure a .card-image,
            .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure a .card-image {
              min-height: auto;
              transition: none;
              -webkit-transition: none;
              -moz-transition: none;
              max-height: 90px;
              padding: 0; }
          .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side {
            display: none; }
          .quickSearchResults .productGrid .product .card .card-figure .product_badges,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-figure .product_badges,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-figure .product_badges {
            display: none; }
        .quickSearchResults .productGrid .product .card .card-body,
        .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body,
        .custom_wishlist .quickSearchResults .productGrid .product .card .card-body {
          width: 70%;
          float: left;
          padding: 0 0px 0px 8px;
          text-align: left;
          background: #fff !important; }
          .quickSearchResults .productGrid .product .card .card-body a[data-event-type="product-click"],
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body a[data-event-type="product-click"],
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body a[data-event-type="product-click"] {
            width: 100%;
            margin: 10px 0 0 0; }
          .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;
            font-size: 15px;
            color: #111;
            font-weight: 600;
            line-height: 21px;
            height: auto;
            margin: 0 0 15px 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;
              font-size: 14px;
              line-height: 16px; }
              .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: #66021F; }
          .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="price"] .price-section,
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="price"] .price-section,
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="price"] .price-section {
            display: inline-block; }
            .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="price"] .price-section span,
            .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="price"] .price-section span,
            .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="price"] .price-section span {
              display: none; }
            .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="price"] .price-section .price,
            .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="price"] .price-section .price,
            .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="price"] .price-section .price {
              display: block;
              color: #444;
              font-size: 15px;
              font-weight: 500;
              line-height: 26px; }
            .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="price"] .price-section.price--withoutTax .price,
            .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="price"] .price-section.price--withoutTax .price,
            .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="price"] .price-section.price--withoutTax .price {
              color: #EB001B;
              font-size: 15px; }
          .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="brandName"],
          .custom_account_recentitems .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="brandName"],
          .custom_wishlist .quickSearchResults .productGrid .product .card .card-body .card-text[data-test-info-type="brandName"] {
            font-size: 14px; }
          .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: 0 0 5px 0;
            color: #111; }
            .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; }

.body {
  padding-top: 180px; }

/* Header CSS Start */
.header {
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  .header .top-header {
    display: inline-block;
    width: 100%;
    background: #66021F;
    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; }
    .header .top-header p {
      margin: 0;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      line-height: 40px; }
      .header .top-header p a {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-decoration: underline;
        margin: 0 0 0 8px; }
        .header .top-header p a:hover {
          text-decoration: none; }
  .header .header-middle {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 19px 0 18px 0;
    border-bottom: 1px #C9C9C9 solid; }
    .header .header-middle .container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .header .header-middle .header-logo {
      float: left;
      width: auto;
      margin: 0; }
      .header .header-middle .header-logo .header-logo-image-container {
        min-height: auto;
        max-height: 45px; }
        .header .header-middle .header-logo .header-logo-image-container img {
          width: 100%;
          height: auto;
          max-height: 45px; }
    .header .header-middle .navPages-container-webpage {
      margin-left: 5.1%; }
      .header .header-middle .navPages-container-webpage .navPages-list {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 43px; }
        .header .header-middle .navPages-container-webpage .navPages-list .navPages-item {
          line-height: normal; }
        .header .header-middle .navPages-container-webpage .navPages-list .navPages-action {
          padding: 0;
          font-size: 14px;
          line-height: 16px;
          font-weight: 400;
          color: #000; }
          .header .header-middle .navPages-container-webpage .navPages-list .navPages-action:hover {
            color: #66021F; }
    .header .header-middle .navUser {
      width: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0; }
      .header .header-middle .navUser .container {
        padding: 0; }
      .header .header-middle .navUser .form {
        margin: 0; }
        .header .header-middle .navUser .form .form-field {
          margin: 0;
          position: relative; }
          .header .header-middle .navUser .form .form-field:hover .search_quick svg path {
            stroke: #66021F; }
        .header .header-middle .navUser .form .search_quick {
          position: absolute;
          left: 19px;
          top: 14px;
          border: none;
          padding: 0;
          width: 24px;
          height: 24px;
          background-size: cover; }
        .header .header-middle .navUser .form .form-input {
          width: 200px;
          border-radius: 50px;
          background: #F6F2E8;
          line-height: 52px;
          border: none;
          height: 52px;
          padding: 0 20px 0 50px;
          color: #A49E8F;
          font-size: 15px;
          letter-spacing: 0;
          font-weight: 400;
          border: 1px transparent solid; }
          .header .header-middle .navUser .form .form-input:focus, .header .header-middle .navUser .form .form-input:hover {
            border: 1px #66021F solid; }
          .header .header-middle .navUser .form .form-input::placeholder {
            color: #A49E8F;
            font-size: 15px;
            letter-spacing: 0;
            font-weight: 400; }
    .header .header-middle .navUser-section--alt .navUser-item {
      margin: 0 -2px 0 0; }
      .header .header-middle .navUser-section--alt .navUser-item svg {
        fill: none; }
      .header .header-middle .navUser-section--alt .navUser-item.navUser-item--account .navUser-action {
        margin: 0 0 0 18px; }
      .header .header-middle .navUser-section--alt .navUser-item .navUser-action {
        padding: 0;
        margin: 0 0 0 20px; }
        .header .header-middle .navUser-section--alt .navUser-item .navUser-action:hover svg path {
          stroke: #66021F; }
      .header .header-middle .navUser-section--alt .navUser-item .navUser-item--compare.show {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 5px; }
      .header .header-middle .navUser-section--alt .navUser-item .navUser-item--compare .countPill {
        position: initial;
        order: -1; }
      .header .header-middle .navUser-section--alt .navUser-item .navUser-item--compare:hover {
        color: #66021F; }
  .header .ctm_acc_dtls {
    position: absolute;
    right: -30px;
    top: 40px;
    padding: 20px 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 180px;
    box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.2);
    row-gap: 10px; }
    .header .ctm_acc_dtls .button {
      background: transparent;
      color: #111;
      padding: 0;
      margin: 0; }
      .header .ctm_acc_dtls .button:hover {
        color: #66021F;
        background: transparent; }

/* Header CSS End */
/* Mega Menu CSS Start */
.navPages-container {
  display: inline-block;
  width: 100%;
  max-height: 50px;
  padding: 0 0 0 0;
  border-bottom: 1px  #C9C9C9 solid; }
  .navPages-container .navPages {
    max-width: 100%;
    max-height: 50px; }
  .navPages-container .navPages-list {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 33px; }
    .navPages-container .navPages-list .navPages-item:hover .navPages-action::before {
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      height: 3px;
      background: #66021F; }
    .navPages-container .navPages-list .navPages-item:last-child .mega-menu-left .navPage-subMenu-list {
      column-count: 1; }
      .navPages-container .navPages-list .navPages-item:last-child .mega-menu-left .navPage-subMenu-list .navPage-subMenu-item:first-child {
        display: none; }
    .navPages-container .navPages-list.navPages-list--user {
      display: none; }
    .navPages-container .navPages-list .navPages-action {
      color: #111111;
      font-size: 15px;
      font-weight: 600;
      line-height: 21px;
      padding: 14px 0 15px 0;
      position: relative; }
      .navPages-container .navPages-list .navPages-action svg {
        fill: none;
        stroke: #BDBBBB; }
      .navPages-container .navPages-list .navPages-action .icon {
        width: 12px;
        height: 7px;
        margin: 0 0 0 4px; }
      .navPages-container .navPages-list .navPages-action.is-open .icon svg {
        transform: rotate(180deg); }
        .navPages-container .navPages-list .navPages-action.is-open .icon svg path {
          stroke: #66021F; }
      .navPages-container .navPages-list .navPages-action.is-open::before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        height: 3px;
        background: #66021F; }
    .navPages-container .navPages-list .navPage-subMenu {
      top: 50px;
      background: #FFF;
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
      padding: 0 !important; }
      .navPages-container .navPages-list .navPage-subMenu .mega-menu-left {
        float: left;
        width: calc(100% - 765px);
        padding-left: 24.5%;
        padding-top: 38px; }
        .navPages-container .navPages-list .navPage-subMenu .mega-menu-left .navPage-subMenu-list {
          max-width: 100%;
          display: block;
          column-count: 2; }
        .navPages-container .navPages-list .navPage-subMenu .mega-menu-left .shop-all {
          margin: 0 0 0 0.75rem; }
          .navPages-container .navPages-list .navPage-subMenu .mega-menu-left .shop-all a {
            font-size: 18px;
            font-weight: 500;
            display: inline-block;
            width: auto;
            margin: 0 0 17px 0;
            text-transform: none; }
        .navPages-container .navPages-list .navPage-subMenu .mega-menu-left .navPage-subMenu-item {
          width: 100%;
          /*&:first-child{
                        width: 100%;
                        a{
                            font-size: 18px;
                            font-weight: 500;
                            display: inline-block;
                            width: auto;
                            margin: 0 0 17px 0;
                        }
                    }*/ }
        .navPages-container .navPages-list .navPage-subMenu .mega-menu-left .navPage-childList.is-open {
          display: none; }
        .navPages-container .navPages-list .navPage-subMenu .mega-menu-left .navPage-subMenu-action {
          border: none;
          padding: 0;
          position: initial;
          font-size: 15px;
          font-weight: 400;
          line-height: 20px;
          display: inline-block;
          width: auto;
          margin: 0 0 10px 0; }
          .navPages-container .navPages-list .navPage-subMenu .mega-menu-left .navPage-subMenu-action:hover {
            color: #66021F; }
          .navPages-container .navPages-list .navPage-subMenu .mega-menu-left .navPage-subMenu-action::before {
            display: none; }
      .navPages-container .navPages-list .navPage-subMenu .mega-menu-right {
        float: left;
        width: 765px;
        background: #F6F2E8;
        padding: 40px 60px; }
        .navPages-container .navPages-list .navPage-subMenu .mega-menu-right ul {
          margin: 0 -22.5px; }
          .navPages-container .navPages-list .navPage-subMenu .mega-menu-right ul li {
            float: left;
            width: 50%;
            padding: 0 22.5px; }
          .navPages-container .navPages-list .navPage-subMenu .mega-menu-right ul .mm-inner .mm-image img {
            width: 100%; }
          .navPages-container .navPages-list .navPage-subMenu .mega-menu-right ul .mm-inner .mm-image span {
            width: 300px;
            height: 300px;
            background: #66021F;
            margin: 0;
            color: #fff;
            justify-content: center;
            text-transform: uppercase;
            font-size: 24px;
            font-weight: 500;
            line-height: 32px;
            flex-flow: column; }
            .navPages-container .navPages-list .navPage-subMenu .mega-menu-right ul .mm-inner .mm-image span strong {
              font-size: 30px;
              font-weight: 600; }
            .navPages-container .navPages-list .navPage-subMenu .mega-menu-right ul .mm-inner .mm-image span::after {
              display: none; }
          .navPages-container .navPages-list .navPage-subMenu .mega-menu-right ul .mm-inner a:hover span:last-child {
            color: #66021F; }
            .navPages-container .navPages-list .navPage-subMenu .mega-menu-right ul .mm-inner a:hover span:last-child::after {
              background: url(https://store-bktjc9.mybigcommerce.com/content/megamenu_arrow_hover.svg); }
          .navPages-container .navPages-list .navPage-subMenu .mega-menu-right ul .mm-inner a:hover .mm-image span {
            background: #000;
            color: #fff; }
          .navPages-container .navPages-list .navPage-subMenu .mega-menu-right ul .mm-inner span {
            font-size: 18px;
            font-weight: 500;
            line-height: 20px;
            color: #111;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            column-gap: 8px;
            margin-top: 16px; }
            .navPages-container .navPages-list .navPage-subMenu .mega-menu-right ul .mm-inner span::after {
              content: '';
              display: inline-block;
              width: 7px;
              height: 12px;
              background: url(https://store-bktjc9.mybigcommerce.com/content/megamenu_arrow.svg) no-repeat center; }
  .navPages-container .navPages-action.is-open {
    background-color: transparent; }

/* Mega Menu CSS End */
/* HP CSS Start */
.hero-carousel-main {
  display: inline-block;
  width: 100%; }
  .hero-carousel-main .hero-left {
    float: left;
    width: 35.15%; }
    .hero-carousel-main .hero-left .heroCarousel {
      margin: 0; }
    .hero-carousel-main .hero-left .heroCarousel.slick-initialized {
      max-height: 100%; }
      .hero-carousel-main .hero-left .heroCarousel.slick-initialized .heroCarousel-image-wrapper {
        max-height: 100%;
        height: 100%;
        position: relative; }
        .hero-carousel-main .hero-left .heroCarousel.slick-initialized .heroCarousel-image-wrapper:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.3); }
    .hero-carousel-main .hero-left .slick-dots {
      display: none !important; }
    .hero-carousel-main .hero-left .slick-arrow {
      background: none;
      border: none;
      width: 40px;
      height: 40px;
      padding: 0; }
      .hero-carousel-main .hero-left .slick-arrow.slick-prev::before {
        background: url(https://store-bktjc9.mybigcommerce.com/content/mainslider_lt_arrow.svg) no-repeat center;
        width: 100%;
        height: 100%; }
      .hero-carousel-main .hero-left .slick-arrow.slick-prev:hover::before {
        background: url(https://store-bktjc9.mybigcommerce.com/content/mainslider_lt_arrow_hover.svg) no-repeat center;
        background-size: contain; }
      .hero-carousel-main .hero-left .slick-arrow.slick-next::before {
        background: url(https://store-bktjc9.mybigcommerce.com/content/mainslider_rt_arrow.svg) no-repeat center;
        width: 100%;
        height: 100%; }
      .hero-carousel-main .hero-left .slick-arrow.slick-next:hover::before {
        background: url(https://store-bktjc9.mybigcommerce.com/content/mainslider_rt_arrow_hover.svg) no-repeat center;
        background-size: contain; }
    .hero-carousel-main .hero-left .slick-prev:hover:before,
    .hero-carousel-main .hero-left .slick-prev:focus:before,
    .hero-carousel-main .hero-left .slick-next:hover:before,
    .hero-carousel-main .hero-left .slick-next:focus:before {
      opacity: 1; }
  .hero-carousel-main .heroCarousel-content {
    background: transparent;
    bottom: 85px;
    top: auto;
    transform: none;
    max-width: 100%;
    width: 100%;
    padding: 0 0 0 58px;
    text-align: left; }
    .hero-carousel-main .heroCarousel-content .heroCarousel-title {
      color: #fff;
      font-size: 50px;
      font-weight: 500;
      line-height: 60px;
      margin: 0 0 27px 0;
      text-transform: uppercase; }
    .hero-carousel-main .heroCarousel-content .button {
      width: 200px;
      padding: 0 20px;
      line-height: 43px;
      background: transparent;
      border: 1px #fff solid; }
      .hero-carousel-main .heroCarousel-content .button:hover {
        background: #66021F;
        border: 1px #66021F solid; }
  .hero-carousel-main .hero-right {
    float: left;
    width: 64.85%;
    position: relative; }
    .hero-carousel-main .hero-right a {
      display: inline-block;
      width: 100%; }
      .hero-carousel-main .hero-right a img {
        width: 100%; }
    .hero-carousel-main .hero-right .heroCarousel-content {
      max-width: 600px;
      margin: 0; }

.discover {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 74px 0 73px 0; }
  .discover .container {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0; }
  .discover .discover-left {
    float: left;
    width: 535px;
    padding: 0 0 0 60px; }
    .discover .discover-left .page-heading {
      text-align: left;
      margin: 0 0 20px 0;
      font-size: 40px;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 47px; }
    .discover .discover-left p {
      margin: 0;
      max-width: 330px; }
  .discover .discover-right {
    float: left;
    width: calc(100% - 535px); }
    .discover .discover-right .slick-slider {
      position: initial; }
    .discover .discover-right ul {
      margin: 0; }
      .discover .discover-right ul .slick-list .slick-slide .discover-inner {
        padding: 0 25px 0 0; }
        .discover .discover-right ul .slick-list .slick-slide .discover-inner a {
          display: inline-block;
          width: 100%;
          position: relative;
          text-align: center;
          height: 500px;
          height: auto;
          border-radius: 10px;
          overflow: hidden;
          float: left; }
          .discover .discover-right ul .slick-list .slick-slide .discover-inner a img {
            object-fit: cover;
            border-radius: 10px; }
          .discover .discover-right ul .slick-list .slick-slide .discover-inner a button {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 32px;
            display: flex;
            margin: 0 23px;
            width: calc(100% - 46px);
            height: 60px;
            padding: 0 30px;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
            border-radius: 50px;
            background: #fff;
            font-size: 22px;
            font-style: normal;
            font-weight: 600;
            text-transform: uppercase;
            color: #111; }
            .discover .discover-right ul .slick-list .slick-slide .discover-inner a button:hover {
              background: #66021F;
              color: #fff; }
  .discover .slick-arrow {
    left: 60px;
    bottom: 16%;
    transform: none;
    top: auto;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0; }
    .discover .slick-arrow.slick-prev {
      left: 60px; }
      .discover .slick-arrow.slick-prev::before {
        background: url(https://store-bktjc9.mybigcommerce.com/content/discover_lt_arrow.svg) no-repeat center;
        width: 100%;
        height: 100%;
        background-size: cover; }
      .discover .slick-arrow.slick-prev:hover::before {
        background: url(https://store-bktjc9.mybigcommerce.com/content/mainslider_lt_arrow_hover.svg) no-repeat center;
        background-size: cover; }
      .discover .slick-arrow.slick-prev.slick-disabled {
        opacity: 0.5; }
        .discover .slick-arrow.slick-prev.slick-disabled::before {
          opacity: 0.5; }
    .discover .slick-arrow.slick-next {
      left: 114px;
      right: auto; }
      .discover .slick-arrow.slick-next::before {
        background: url(https://store-bktjc9.mybigcommerce.com/content/discover_rt_arrow.svg) no-repeat center;
        background-size: cover;
        width: 100%;
        height: 100%; }
      .discover .slick-arrow.slick-next:hover::before {
        background: url(https://store-bktjc9.mybigcommerce.com/content/mainslider_rt_arrow_hover.svg) no-repeat center;
        background-size: cover; }
      .discover .slick-arrow.slick-next.slick-disabled {
        opacity: 0.5; }
        .discover .slick-arrow.slick-next.slick-disabled::before {
          opacity: 0.5; }
  .discover .slick-disabled {
    opacity: 1; }
  .discover .slick-prev.slick-disabled:before,
  .discover .slick-next.slick-disabled:before {
    opacity: 1; }

.slick-arrow {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0; }
  .slick-arrow.slick-prev::before {
    background: url(https://store-bktjc9.mybigcommerce.com/content/discover_lt_arrow.svg) no-repeat center;
    width: 100%;
    height: 100%;
    background-size: cover; }
  .slick-arrow.slick-prev:hover::before {
    background: url(https://store-bktjc9.mybigcommerce.com/content/mainslider_lt_arrow_hover.svg) no-repeat center;
    background-size: cover; }
  .slick-arrow.slick-next::before {
    background: url(https://store-bktjc9.mybigcommerce.com/content/discover_rt_arrow.svg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%; }
  .slick-arrow.slick-next:hover::before {
    background: url(https://store-bktjc9.mybigcommerce.com/content/mainslider_rt_arrow_hover.svg) no-repeat center;
    background-size: cover; }

.new-arrival {
  display: inline-block;
  width: 100%;
  background: #F6F2E8;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .new-arrival .new-arrival-left {
    float: left;
    width: 50%; }
    .new-arrival .new-arrival-left img {
      width: 100%;
      height: 550px;
      object-fit: cover; }
  .new-arrival .new-arrival-right {
    float: left;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: column;
    max-width: 448px;
    margin: 0 auto; }
    .new-arrival .new-arrival-right img {
      width: auto;
      height: 300px;
      margin: 0px auto; }
  .new-arrival .page-heading {
    margin: 15px 0 11px 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center; }
  .new-arrival p {
    margin: 0 auto 20px auto;
    max-width: 390px;
    text-align: center; }
  .new-arrival .button {
    width: 200px;
    padding: 0 20px;
    line-height: 45px;
    margin: auto; }

.page-heading {
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
  color: #111;
  text-transform: uppercase; }

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

.discover.featured {
  margin: 81px 0; }
  .discover.featured .container {
    max-width: 1432px;
    padding: 0 20px; }
  .discover.featured .discover-left {
    width: 362px;
    padding-left: 0; }
    .discover.featured .discover-left p {
      margin: 0 0 36px 0; }
    .discover.featured .discover-left .button {
      width: 200px; }
  .discover.featured .discover-right {
    width: calc(100% - 362px);
    border-left: 1px #C9C9C9 solid;
    padding-right: 1px; }
    .discover.featured .discover-right .product {
      border-right: 1px #C9C9C9 solid;
      padding: 0;
      min-height: 536px;
      position: relative; }
      .discover.featured .discover-right .product .card {
        padding: 0 0 25px 0; }
        .discover.featured .discover-right .product .card .card-body {
          padding: 10px 19px 0; }
          .discover.featured .discover-right .product .card .card-body .card-text[data-test-info-type="price"] {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-wrap: wrap;
            column-gap: 7px; }
            .discover.featured .discover-right .product .card .card-body .card-text[data-test-info-type="price"] .price-section {
              display: inline-block; }
              .discover.featured .discover-right .product .card .card-body .card-text[data-test-info-type="price"] .price-section span {
                display: none; }
              .discover.featured .discover-right .product .card .card-body .card-text[data-test-info-type="price"] .price-section .price {
                display: block;
                color: #444;
                font-size: 15px;
                font-weight: 500;
                line-height: 26px; }
            .discover.featured .discover-right .product .card .card-body .card-text[data-test-info-type="price"] .price--withoutTax {
              order: -1; }
              .discover.featured .discover-right .product .card .card-body .card-text[data-test-info-type="price"] .price--withoutTax .price {
                color: #EB001B;
                font-size: 20px; }
          .discover.featured .discover-right .product .card .card-body a.button:last-child {
            position: absolute;
            bottom: 22px;
            left: 19px;
            right: 19px;
            padding: 0 20px;
            line-height: 45px;
            width: auto; }
        .discover.featured .discover-right .product .card .card-figure {
          padding: 0; }
          .discover.featured .discover-right .product .card .card-figure a .card-img-container {
            width: auto;
            height: 255px;
            display: flex;
            align-items: center;
            justify-content: center; }
          .discover.featured .discover-right .product .card .card-figure a:hover .sec_pro_img {
            display: block; }
          .discover.featured .discover-right .product .card .card-figure a:hover .default_img {
            display: none; }
          .discover.featured .discover-right .product .card .card-figure .sec_pro_img {
            display: none; }
      .discover.featured .discover-right .product .card-img-container::after {
        padding: 0; }
      .discover.featured .discover-right .product .card-title {
        margin: 15px 0 0 0;
        font-size: 15px;
        color: #111;
        font-weight: 600;
        line-height: 21px; }
      .discover.featured .discover-right .product p.card-text {
        color: #111;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        text-transform: uppercase;
        margin: 10px 0 0 0; }
    .discover.featured .discover-right .slick-slider {
      position: relative; }
    .discover.featured .discover-right .slick-arrow {
      top: 50%;
      bottom: auto;
      transform: translateY(-50%); }
      .discover.featured .discover-right .slick-arrow.slick-prev {
        left: -20px; }
      .discover.featured .discover-right .slick-arrow.slick-next {
        left: auto;
        right: -20px; }

.brand-logo {
  display: inline-block;
  width: 100%;
  background: #F6F2E8;
  padding: 58px 0 64px 0; }
  .brand-logo h2 {
    margin: 0 0 26px 0;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500; }
  .brand-logo ul {
    list-style: none;
    padding: 0;
    margin: 0 -9px; }
    .brand-logo ul li {
      float: left;
      width: 20%;
      padding: 0 9px;
      margin: 9px 0; }

.free-shipping {
  display: inline-block;
  width: 100%;
  background: #66021F;
  padding: 49px 0 41px 0; }
  .free-shipping ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 100px; }
    .free-shipping ul .shipping-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: row;
      column-gap: 17px; }
      .free-shipping ul .shipping-inner .text-section p {
        margin: 0 0 5px 0;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        line-height: 18px;
        text-transform: uppercase; }
      .free-shipping ul .shipping-inner .text-section span {
        margin: 0;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px; }
    .free-shipping ul li:last-child .shipping-inner {
      column-gap: 0; }

.review-section {
  display: inline-block;
  width: 100%;
  padding: 71px 0; }
  .review-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .review-section .slick-prev {
    left: -20px; }
  .review-section .slick-next {
    right: -20px; }
  .review-section .slick-arrow {
    top: 65%;
    margin: 0; }
  .review-section .slick-slide .review-head-top {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px; }
    .review-section .slick-slide .review-head-top h3 {
      margin: 0;
      font-size: 40px;
      line-height: 40px;
      font-weight: 500;
      color: #111; }
    .review-section .slick-slide .review-head-top .review-star {
      margin: 0;
      padding: 9px 0 0 0; }
  .review-section .slick-slide .review-head-bottom p {
    margin: 14px 0 58px 0;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    position: relative;
    color: #111; }
    .review-section .slick-slide .review-head-bottom p a {
      color: #111; }
    .review-section .slick-slide .review-head-bottom p::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #111;
      height: 1px;
      width: 231px;
      margin: 0 auto; }
  .review-section .slick-slide .review-profile {
    text-align: center; }
    .review-section .slick-slide .review-profile img {
      margin: 0 auto;
      width: 107px;
      height: auto; }
  .review-section .slick-slide .review-content {
    margin: 28px 0 0 0; }
    .review-section .slick-slide .review-content p {
      font-size: 22px;
      line-height: 28px;
      font-weight: 600;
      margin: 0 auto 27px;
      max-width: 1033px; }
    .review-section .slick-slide .review-content span {
      font-size: 18px;
      line-height: 27px;
      font-weight: 500; }

.instagram {
  display: inline-block;
  width: 100%;
  background: #F6F2E8;
  padding: 56px 0 0 0; }

.visualize {
  display: inline-block;
  width: 100%;
  position: relative; }
  .visualize:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .visualize img {
    width: 100%; }
  .visualize .overlay {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center; }
    .visualize .overlay h2 {
      margin: 0 auto 23px;
      color: #ffff;
      font-size: 50px;
      font-weight: 500;
      line-height: 60px;
      text-transform: uppercase;
      max-width: 730px; }
    .visualize .overlay p {
      margin: 0 auto 35px;
      color: #fff;
      max-width: 684px; }
    .visualize .overlay .button {
      background: #fff;
      color: #111;
      width: 200px;
      height: 45px;
      line-height: 45px;
      padding: 0 15px; }
      .visualize .overlay .button:hover {
        background: #66021F;
        color: #fff; }

/* HP CSS End */
/* Footer CSS Start */
.footer {
  display: inline-block;
  width: 100%;
  background: #F6F2E8;
  border: none;
  padding: 53px 0 20px 0; }
  .footer .footer-info {
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 80px; }
    .footer .footer-info::before, .footer .footer-info::after {
      display: none; }
  .footer .footer-info-col {
    padding: 0;
    float: left;
    width: auto; }
    .footer .footer-info-col .footer-info-heading {
      color: #000;
      font-size: 18px;
      font-weight: 600;
      line-height: 21px;
      margin: 0 0 18px 0;
      text-transform: uppercase; }
  .footer .footer-info-list li {
    margin: 0 0 7px 0; }
    .footer .footer-info-list li :last-child {
      margin: 0; }
    .footer .footer-info-list li a {
      text-transform: uppercase;
      color: #000;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
      .footer .footer-info-list li a:hover {
        color: #66021F; }
  .footer .first-col {
    min-width: 433px; }
    .footer .first-col p {
      font-size: 14px;
      line-height: 18px; }
    .footer .first-col .form {
      margin: 0; }
      .footer .first-col .form .form-field {
        margin: 0; }
        .footer .first-col .form .form-field .form-prefixPostfix {
          position: relative; }
          .footer .first-col .form .form-field .form-prefixPostfix .form-input {
            border-radius: 50px;
            max-width: 95%;
            padding: 0 130px 0 25px;
            border: none;
            height: 45px;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            font-family: "Work Sans", sans-serif; }
            .footer .first-col .form .form-field .form-prefixPostfix .form-input::placeholder {
              color: #000;
              font-size: 14px;
              font-weight: 400;
              font-family: "Work Sans", sans-serif; }
          .footer .first-col .form .form-field .form-prefixPostfix .button {
            position: absolute;
            right: 0;
            top: 0;
            line-height: 45px;
            padding: 0 10px;
            width: 140px;
            height: 45px; }
    .footer .first-col .socialLinks {
      margin: 20px 0 0 0; }
      .footer .first-col .socialLinks .socialLinks-item {
        margin: 0 22px 0 0; }
        .footer .first-col .socialLinks .socialLinks-item .icon {
          width: auto;
          height: auto; }
          .footer .first-col .socialLinks .socialLinks-item .icon:hover svg path {
            fill: #66021F; }
  .footer .second-col {
    min-width: 161px; }
  .footer .third-col {
    min-width: 105px; }
  .footer .four-col {
    min-width: 180px; }
  .footer .five-col {
    min-width: 205px; }
    .footer .five-col p {
      font-size: 14px;
      line-height: 20px;
      color: #000;
      text-transform: uppercase; }
      .footer .five-col p a {
        font-size: 14px;
        line-height: 20px;
        color: #000; }
        .footer .five-col p a:hover {
          color: #66021F; }
  .footer .footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px #C9C9C9 solid;
    padding: 21px 0 0 0;
    margin-top: 40px; }
    .footer .footer-copyright .footer-payment-icons {
      margin: 0; }
      .footer .footer-copyright .footer-payment-icons li {
        margin: 0 10px 0 0; }
    .footer .footer-copyright .powered-by {
      color: #000; }
      .footer .footer-copyright .powered-by a {
        color: #000; }
        .footer .footer-copyright .powered-by a:hover {
          color: #66021F; }

/* Footer CSS End */
/* System Pages start */
.alertBox.alertBox--success .alertBox-column.alertBox-message #alertBox-message-text {
  color: #111; }

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

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

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

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

.navUser-item--cart .dropdown-menu.is-open {
  width: 320px;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 9999;
  left: auto !important;
  right: -9px !important;
  top: 31px !important; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartItem {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%; }
  .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;
      color: #111;
      font-weight: 600;
      line-height: 21px; }
      .navUser-item--cart .dropdown-menu.is-open .previewCartItem-content .previewCartItem-name a {
        color: #111;
        font-weight: 600;
        line-height: 21px;
        font-size: 15px; }
    .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: #EB001B; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction {
    padding: 17px 0 20px; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartAction a {
      font-size: 14px;
      padding: 0 5px 0;
      line-height: 30px; }

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

.custom_blog .body {
  margin-bottom: 0; }

.custom_blog .pagination {
  margin-bottom: 50px; }
  .custom_blog .pagination .pagination-list {
    margin-bottom: 0; }

.custom_blog .blog {
  float: left;
  width: 33.33%;
  padding: 0 25px;
  margin: 0 0 50px 0;
  border-top: 0;
  border-right: 0; }
  .custom_blog .blog .blog-post-figure {
    width: 100%; }
    .custom_blog .blog .blog-post-figure .blog-thumbnail {
      margin: 0 auto;
      max-width: 100%; }
      .custom_blog .blog .blog-post-figure .blog-thumbnail img {
        max-height: 300px; }
  .custom_blog .blog .blog-post-body {
    width: 100%; }
    .custom_blog .blog .blog-post-body .blog-title {
      font-size: 18px;
      margin: 10px 0;
      text-transform: capitalize;
      height: 40px;
      overflow: hidden;
      text-align: left;
      font-family: "Work Sans", sans-serif;
      font-weight: 700;
      line-height: 20px; }
      .custom_blog .blog .blog-post-body .blog-title a {
        color: #111; }
        .custom_blog .blog .blog-post-body .blog-title a:hover {
          color: #66021F; }
    .custom_blog .blog .blog-post-body .blog-date {
      color: #111;
      text-align: left; }
    .custom_blog .blog .blog-post-body .blog-author {
      color: #111; }
    .custom_blog .blog .blog-post-body .blog-post {
      height: 150px;
      overflow: hidden; }
      .custom_blog .blog .blog-post-body .blog-post a {
        color: #66021F;
        text-transform: capitalize; }
        .custom_blog .blog .blog-post-body .blog-post a:hover {
          color: #111; }

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

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

.custom_blog_post .blog-post-body {
  width: 100%; }
  .custom_blog_post .blog-post-body .blog-header {
    text-align: left; }
    .custom_blog_post .blog-post-body .blog-header .blog-title {
      text-align: left;
      margin: 0 0 5px; }
      .custom_blog_post .blog-post-body .blog-header .blog-title a {
        color: #000;
        font-weight: 500; }
        .custom_blog_post .blog-post-body .blog-header .blog-title a:hover {
          color: #66021F; }
    .custom_blog_post .blog-post-body .blog-header .blog-date {
      text-align: left;
      color: #111; }

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

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

.custom_blog_post .blog {
  clear: both; }

.custom_brands {
  margin: 0; }
  .custom_brands .pagination-list {
    margin-top: 20px; }
  .custom_brands .card-figure {
    max-height: 100%;
    border: 1px solid #d3d3d3; }
    .custom_brands .card-figure a {
      width: 100%;
      display: block;
      margin: 0 auto;
      height: 100%; }
      .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 !important;
    margin: 0; }
    .custom_brands .card-body .card-title {
      text-align: center;
      font-family: "Work Sans", sans-serif;
      margin: 0 !important; }
      .custom_brands .card-body .card-title a {
        letter-spacing: normal;
        height: auto;
        padding: 0px 2px;
        display: block;
        color: #fff;
        background: #111;
        font-size: 16px;
        text-transform: uppercase;
        margin: 0;
        height: 42px;
        line-height: 42px;
        overflow: hidden; }
        .custom_brands .card-body .card-title a:hover {
          background: #66021F;
          color: #fff !important; }

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

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

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

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

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

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

.navBar--sub .navBar-item.is-active > .navBar-action {
  color: #66021F; }

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

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

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

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

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

.addressList .address {
  float: left; }
  .addressList .address .address-symbol {
    color: #000; }
  .addressList .address .address-title {
    text-transform: capitalize;
    color: #000; }
  .addressList .address .panel--newAddress:hover .address-symbol {
    color: #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; }

.custom_cart table.cart h2.cart-item-name {
  font-weight: 600;
  color: #111; }
  .custom_cart table.cart h2.cart-item-name a {
    font-weight: 600;
    color: #111; }
    .custom_cart table.cart h2.cart-item-name a:hover {
      color: #66021F; }

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

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

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

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

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

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

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

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

.custom_wishlist .body .page-heading {
  margin-top: 40px; }

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

.countPill {
  position: absolute;
  right: -5px;
  top: -8px;
  margin: 0; }

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

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

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

.body {
  min-height: 400px; }

.alertBox-message {
  color: #fff; }

.error_msg {
  text-align: center; }

.breadcrumbs .breadcrumb .breadcrumb-label {
  color: #111111;
  font-size: 12px; }
  .breadcrumbs .breadcrumb .breadcrumb-label:hover {
    color: #444; }

.breadcrumbs .breadcrumb.is-active .breadcrumb-label {
  color: #444;
  font-size: 12px;
  font-weight: 600; }

.login {
  margin-top: 0; }

.body {
  margin-top: 0; }

.login-row .form-actions .forgot-password {
  line-height: 42px;
  color: #111; }
  .login-row .form-actions .forgot-password:hover {
    color: #66021F; }

.button-container .confirm.button:hover {
  background: #66021F;
  color: #fff; }

.button-container .confirm.button:focus {
  background: #66021F;
  color: #fff; }
  .button-container .confirm.button:focus:hover {
    background: #000;
    color: #fff; }

.button-container .button {
  margin: 0 10px; }

.button-container .button + .button {
  margin-left: 0; }

.compareTable_div {
  overflow: auto; }
  .compareTable_div .compareTable {
    width: 1300px; }
    .compareTable_div .compareTable .compareTable-heading {
      width: 300px; }
    .compareTable_div .compareTable .compareTable-product {
      width: 300px; }
    .compareTable_div .compareTable .price-section {
      display: inline-block; }
      .compareTable_div .compareTable .price-section span {
        display: none; }
      .compareTable_div .compareTable .price-section .price {
        display: block;
        color: #444;
        font-size: 15px;
        font-weight: 500;
        line-height: 26px; }
    .compareTable_div .compareTable .price--withoutTax .price {
      color: #EB001B;
      font-size: 20px; }

/* System Pages end */
/* cms */
.cms_cnt h2,
.cms_cnt h3,
.cms_cnt h4,
.cms_cnt h5,
.cms_cnt h6 {
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  width: 100%; }

.cms_cnt a {
  color: #66021F; }
  .cms_cnt a:hover {
    color: #111111; }

.cms_cnt strong {
  font-weight: 600; }

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

.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: 1rem; }
  .cms_cnt li p:last-child {
    margin: 0; }

.cms_cnt .cms_mainfaq ol li::marker {
  font-size: 20px; }

ol.termslist {
  margin-left: 25px; }

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

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

.page-content--centered {
  width: 100%; }

.ourteam_sec {
  display: inline-block;
  width: 100%; }
  .ourteam_sec h2 {
    text-align: center;
    margin-bottom: 35px; }
  .ourteam_sec ul {
    list-style: none;
    padding: 0;
    margin: 0 -20px; }
    .ourteam_sec ul li {
      float: left;
      width: 25%;
      padding: 0 20px;
      text-align: center;
      margin: 0 0 35px 0; }
      .ourteam_sec ul li .teamimg {
        margin: 0; }
        .ourteam_sec ul li .teamimg img {
          border-radius: 100%;
          -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2); }
      .ourteam_sec ul li h4 {
        margin: 25px 0 10px 0; }

#contact-us-page .form .form-label {
  font-weight: 500;
  text-transform: uppercase;
  color: #111111; }

/* cms pages end*/
/* CP pages Start*/
.show_filter #faceted-search-container {
  display: block !important; }

.show_filter #product-listing-container {
  width: 75%; }
  .show_filter #product-listing-container .productGrid .product {
    width: 33.33%; }

.show_filter .filter-toggle .testament--apollo-right-carrot {
  transform: rotate(180deg); }

#product-listing-container {
  width: 100%; }
  #product-listing-container .filter-toggle {
    float: right; }
    #product-listing-container .filter-toggle .filter-toggle_icons {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 10px;
      padding: 0;
      border: 1px #E9E9E9 solid;
      width: 120px;
      height: 50px; }
      #product-listing-container .filter-toggle .filter-toggle_icons:hover {
        background: #66021F;
        border: 1px #66021F solid; }
        #product-listing-container .filter-toggle .filter-toggle_icons:hover span {
          color: #fff; }
        #product-listing-container .filter-toggle .filter-toggle_icons:hover svg path {
          fill: #fff;
          stroke: #fff; }
        #product-listing-container .filter-toggle .filter-toggle_icons:hover svg polygon {
          fill: #fff;
          stroke: #fff; }
  #product-listing-container .card .card-body .card-title {
    height: 60px;
    overflow: hidden; }
  #product-listing-container .productGrid .product {
    width: 25%; }
  #product-listing-container .actionBar {
    margin: 0 0 30px 0; }
    #product-listing-container .actionBar .form-fieldset.actionBar-section .form-field {
      margin: 0; }
      #product-listing-container .actionBar .form-fieldset.actionBar-section .form-field .form-label {
        color: #111111; }
      #product-listing-container .actionBar .form-fieldset.actionBar-section .form-field .form-select {
        color: #111111; }

.page-sidebar {
  display: none; }
  .page-sidebar .sidebarBlock-heading {
    background: #66021F;
    color: #fff;
    padding: 7px 15px 6px 15px;
    font-weight: 500;
    margin: 0; }
  .page-sidebar .accordion-content {
    padding: 10px 15px;
    border: 1px #E9E9E9 solid; }
    .page-sidebar .accordion-content .toggleLink .toggleLink-text {
      color: #111; }
      .page-sidebar .accordion-content .toggleLink .toggleLink-text:hover {
        color: #66021F; }
  .page-sidebar .navList .navList-action {
    color: #111111; }
    .page-sidebar .navList .navList-action:hover {
      color: #66021F;
      font-weight: 500; }
  .page-sidebar .facetedSearch-refineFilters {
    border: 1px #E9E9E9 solid;
    padding: 0 0 20px 0; }
    .page-sidebar .facetedSearch-refineFilters p {
      padding: 15px;
      min-height: 60px;
      margin: 0; }
    .page-sidebar .facetedSearch-refineFilters ul.inlineList {
      margin: 0;
      padding: 15px 15px; }
      .page-sidebar .facetedSearch-refineFilters ul.inlineList li {
        margin: 0 10px 10px 0; }
      .page-sidebar .facetedSearch-refineFilters ul.inlineList + a {
        margin-left: 15px;
        color: #111; }
        .page-sidebar .facetedSearch-refineFilters ul.inlineList + a:hover {
          color: #66021F; }
  .page-sidebar .facetedSearch {
    padding: 0;
    margin: 0;
    border: none; }
  .page-sidebar .facetedSearch-navList .accordion-block .accordion-heading {
    background: #66021F;
    padding: 7px 15px 6px 15px;
    margin: 0; }
    .page-sidebar .facetedSearch-navList .accordion-block .accordion-heading .accordion-navigation {
      margin: 0 !important; }
      .page-sidebar .facetedSearch-navList .accordion-block .accordion-heading .accordion-navigation .accordion-title {
        color: #fff;
        font-weight: 500;
        font-family: "Work Sans", sans-serif; }
      .page-sidebar .facetedSearch-navList .accordion-block .accordion-heading .accordion-navigation span svg {
        fill: #fff;
        stroke: #fff; }
    .page-sidebar .facetedSearch-navList .accordion-block .accordion-heading .facetedSearch-clearLink {
      right: 35px;
      top: 10px;
      color: #fff; }
      .page-sidebar .facetedSearch-navList .accordion-block .accordion-heading .facetedSearch-clearLink:hover {
        opacity: 0.8; }
  .page-sidebar .facetedSearch-navList .accordion-block .accordion-content .navList-item .navList-action.is-selected {
    color: #66021F;
    font-weight: 500; }
  .page-sidebar .facetedSearch-navList .accordion-block #facetedSearch-content--price {
    padding: 15px;
    border: 1px #E9E9E9 solid; }

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

.modal .productView-details .productView-title {
  line-height: 32px;
  margin: 0 0 20px 0; }

.card {
  margin: 0 0 60px 0; }
  .card .card-figure .card-figure__link .card-img-container {
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .card .card-figure .card-figure__link .card-img-container::after {
      display: none; }
    .card .card-figure .card-figure__link .card-img-container .card-image {
      position: initial; }
  .card .card-body {
    padding: 10px 19px 0; }
    .card .card-body .card-title {
      margin: 15px 0 0 0;
      font-size: 15px;
      color: #111;
      font-weight: 600;
      line-height: 21px; }
      .card .card-body .card-title a:hover {
        color: #66021F; }
    .card .card-body .card-text[data-test-info-type="brandName"] {
      color: #111;
      font-size: 12px;
      font-weight: 400;
      line-height: 15px;
      text-transform: uppercase;
      margin: 10px 0 0 0; }
    .card .card-body .card-text[data-test-info-type="price"] {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      column-gap: 7px; }
      .card .card-body .card-text[data-test-info-type="price"] .price-section {
        display: inline-block; }
        .card .card-body .card-text[data-test-info-type="price"] .price-section span {
          display: none; }
        .card .card-body .card-text[data-test-info-type="price"] .price-section .price {
          display: block;
          color: #444;
          font-size: 15px;
          font-weight: 500;
          line-height: 26px; }
      .card .card-body .card-text[data-test-info-type="price"] .price--withoutTax {
        order: -1; }
        .card .card-body .card-text[data-test-info-type="price"] .price--withoutTax .price {
          color: #EB001B;
          font-size: 20px; }
    .card .card-body a.button[data-event-type="product-click"] {
      padding: 0 20px;
      margin: 15px 0 0 0;
      line-height: 45px;
      width: 100%; }
    .card .card-body .card-text--colorswatches {
      margin-top: 10px;
      min-height: 27px; }
      .card .card-body .card-text--colorswatches p.swatchtxt {
        display: inline-block;
        margin: 5px 0 0 0; }
        .card .card-body .card-text--colorswatches p.swatchtxt a {
          color: #111;
          font-weight: 600; }
          .card .card-body .card-text--colorswatches p.swatchtxt a:hover {
            color: #66021F; }
      .card .card-body .card-text--colorswatches .productCard-swatchList {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 8px; }
        .card .card-body .card-text--colorswatches .productCard-swatchList .productSwatches-swatches-item {
          border-radius: 50px;
          width: 25px;
          height: 25px; }
          .card .card-body .card-text--colorswatches .productCard-swatchList .productSwatches-swatches-item img {
            border-radius: 50px; }

.pagination {
  display: inline-block;
  width: 100%; }
  .pagination .pagination-item {
    color: #111;
    border: 1px #E9E9E9 solid;
    border-radius: 0; }
    .pagination .pagination-item .pagination-link {
      width: 30px;
      height: 30px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0;
      border: none;
      color: #111; }
    .pagination .pagination-item:hover, .pagination .pagination-item.pagination-item--current {
      border: 1px #66021F solid;
      background: #66021F; }
      .pagination .pagination-item:hover .pagination-link, .pagination .pagination-item.pagination-item--current .pagination-link {
        color: #fff; }
    .pagination .pagination-item.pagination-item--next .pagination-link {
      width: auto;
      padding: 0 3px 0 10px; }
      .pagination .pagination-item.pagination-item--next .pagination-link .icon {
        margin: 0 0 0 3px;
        width: 15px;
        height: 15px; }
      .pagination .pagination-item.pagination-item--next .pagination-link:hover svg {
        fill: #fff; }
    .pagination .pagination-item.pagination-item--previous .pagination-link {
      width: auto;
      padding: 0 10px 0 3px; }
      .pagination .pagination-item.pagination-item--previous .pagination-link .icon {
        margin: 0 0 0 3px;
        width: 15px;
        height: 15px; }
      .pagination .pagination-item.pagination-item--previous .pagination-link:hover svg {
        fill: #fff; }

.custom_search .page-sidebar + .page-content {
  width: 100%; }

.custom_search.show_filter .page-sidebar + .page-content {
  width: 75%; }
  .custom_search.show_filter .page-sidebar + .page-content #product-listing-container {
    width: 100%; }

/* CP pages End */
/* PP pages Start */
.custom_product ol.breadcrumbs {
  margin-bottom: 17px; }

.custom_product .body {
  margin-bottom: 60px;
  background: #eeede9; }
  .custom_product .body > .container > .container {
    max-width: 1472px; }

.pdp_page .pdp_page_top {
  display: inline-block;
  width: 100%; }
  .pdp_page .pdp_page_top .container {
    background: #ffffff; }

.pdp_page .productView {
  margin: 0; }

.pdp_page .productView-images {
  width: 630px;
  padding: 0;
  max-height: 630px;
  margin: 0; }
  .pdp_page .productView-images .productView-thumbnails {
    margin: 15px 0 0 0; }
    .pdp_page .productView-images .productView-thumbnails .slick-list {
      margin: 0 33px; }
    .pdp_page .productView-images .productView-thumbnails .productView-thumbnail {
      padding: 0;
      text-align: center; }
      .pdp_page .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
        width: 91px;
        max-width: 91px;
        height: 91px;
        border: 1px solid #C9C9C9;
        padding: 0;
        margin: 0 auto; }
        .pdp_page .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
          width: 100%; }
        .pdp_page .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link.is-active {
          border: 1px #000 solid; }
    .pdp_page .productView-images .productView-thumbnails .slick-arrow {
      width: 11px;
      height: 20px;
      margin: -1px 0 0 0; }
    .pdp_page .productView-images .productView-thumbnails .slick-next::before {
      background: url(https://store-bktjc9.mybigcommerce.com/content/product_thumbnail_arrow_rt.svg) no-repeat;
      background-size: contain; }
    .pdp_page .productView-images .productView-thumbnails .slick-prev::before {
      background: url(https://store-bktjc9.mybigcommerce.com/content/product_thumbnail_arrow_lt.svg) no-repeat;
      background-size: contain; }

.pdp_page .productView-details {
  float: right;
  width: 634px;
  padding: 0; }

.pdp_page .productView-img-container::after {
  padding: 0; }

.pdp_page .productView-images.product-gallery {
  position: relative; }

.pdp_page .productView-image {
  min-height: 630px; }
  .pdp_page .productView-image .productView-img-container {
    max-width: 100%; }
    .pdp_page .productView-image .productView-img-container a {
      display: inline-block;
      width: 100%; }
      .pdp_page .productView-image .productView-img-container a img {
        position: initial; }

.pdp_page .product-data .productView-product {
  padding: 0 0 22px 0;
  margin: 0 0 22px 0;
  border-bottom: 1px #C9C9C9 solid; }

.pdp_page .product-data .productView-title {
  margin: 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  color: #111;
  line-height: 36px; }

.pdp_page .product-data .productView-brand {
  margin: -2px 0 10px 0; }
  .pdp_page .product-data .productView-brand a span {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    color: #111; }

.pdp_page .product-data .productView-rating {
  margin: 0 0 15px 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .pdp_page .product-data .productView-rating .icon {
    width: auto;
    height: auto;
    margin: 0 5px 0 0;
    float: left; }
  .pdp_page .product-data .productView-rating > span:first-child {
    margin: 0 2px 0 0; }
  .pdp_page .product-data .productView-rating span {
    font-size: 12px;
    color: #111;
    line-height: 19px;
    text-transform: capitalize; }
  .pdp_page .product-data .productView-rating .productView-reviewLink {
    margin: 0 0 0 10px;
    font-size: 12px;
    color: #111;
    line-height: 19px;
    text-decoration: underline; }
    .pdp_page .product-data .productView-rating .productView-reviewLink:hover {
      color: #66021F; }

.pdp_page .product-data .productView-price {
  margin: 17px 0 0 0;
  display: inline-block;
  width: 100%; }
  .pdp_page .product-data .productView-price .price-section {
    display: inline-block; }
  .pdp_page .product-data .productView-price span {
    display: none; }
  .pdp_page .product-data .productView-price .price {
    font-size: 22px;
    font-weight: 600;
    line-height: 27.94px;
    display: inline-block; }
  .pdp_page .product-data .productView-price .price-section--saving.price {
    display: block; }

.pdp_page .product-data .product_detail_mn {
  margin: 20px 0 0 0; }
  .pdp_page .product-data .product_detail_mn p {
    margin: 0; }
  .pdp_page .product-data .product_detail_mn .productView-info-name {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 0 2px;
    font-family: "Work Sans", sans-serif; }
  .pdp_page .product-data .product_detail_mn .productView-info {
    margin: 0; }
  .pdp_page .product-data .product_detail_mn .productView-info-bulkPricing {
    margin: 0; }

.pdp_page .product-options .productView-options {
  padding: 0 0 0 4px; }

.pdp_page .product-options .form .form-field .form-label {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  color: #111;
  text-transform: none;
  margin: 0 0 13px 0; }
  .pdp_page .product-options .form .form-field .form-label small,
  .pdp_page .product-options .form .form-field .form-label span {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
    font-family: "Work Sans", sans-serif;
    margin: 0; }

.pdp_page .product-options .form .form-field .form-select {
  border-radius: 50px;
  border: 1px solid #C9C9C9;
  width: 278px;
  height: 36px;
  font-size: 12px;
  font-weight: 600;
  line-height: 35px;
  font-family: "Work Sans", sans-serif;
  color: #111;
  margin: 0 0 0 -2px;
  padding: 0 35px 0 16px;
  background: url(https://store-bktjc9.mybigcommerce.com/content/pp_selectdrop_arrow.svg) no-repeat right 15px center; }

.pdp_page .product-options .form .form-field[data-product-attribute="set-select"] {
  margin: 0 0 37px 0; }

.pdp_page .product-options .form .form-field[data-product-attribute="swatch"] {
  margin: 0 0 22px 0; }
  .pdp_page .product-options .form .form-field[data-product-attribute="swatch"] .form-option-wrapper {
    margin: -1px 0 0 0px; }
    .pdp_page .product-options .form .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch {
      border: 2px solid transparent;
      margin: 0 8px 0 0;
      padding: 2px;
      height: 41px; }
    .pdp_page .product-options .form .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-variant--color, .pdp_page .product-options .form .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-variant--pattern {
      width: 33px;
      height: 33px;
      background-size: cover; }
    .pdp_page .product-options .form .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-radio:checked + .form-option {
      box-shadow: none;
      border: 2px solid #000; }
    .pdp_page .product-options .form .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option:hover .form-option-expanded {
      border: 2px solid #000; }

.pdp_page .product-options .form .form-field[data-product-attribute="set-rectangle"] {
  margin: 0 0 13px 0; }
  .pdp_page .product-options .form .form-field[data-product-attribute="set-rectangle"] .form-label {
    margin: 0 0 14px 0; }
  .pdp_page .product-options .form .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper .form-option {
    border-radius: 50px;
    border: 1px solid #C9C9C9;
    line-height: 29px;
    min-width: 118px;
    padding: 0 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin: 0 10px 13px 0; }
    .pdp_page .product-options .form .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper .form-option .form-option-variant {
      padding: 0;
      font-size: 12px;
      font-weight: 400;
      line-height: 34px;
      color: #111; }
  .pdp_page .product-options .form .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper .form-radio:checked + .form-option {
    border: 1px #000 solid; }
    .pdp_page .product-options .form .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper .form-radio:checked + .form-option .form-option-variant {
      font-weight: 600; }

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

.pdp_page .product-options .form .add-to-cart-wrapper .form-label {
  margin: 0 0 14px 0; }

.pdp_page .product-options .form .add-to-cart-wrapper .form-increment {
  margin: 0 0 0 -3px;
  border-radius: 5px;
  border: 1px solid #C9C9C9;
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px; }
  .pdp_page .product-options .form .add-to-cart-wrapper .form-increment .button {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px; }
    .pdp_page .product-options .form .add-to-cart-wrapper .form-increment .button .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      height: auto; }
    .pdp_page .product-options .form .add-to-cart-wrapper .form-increment .button[data-action="dec"] {
      margin: 3px 0 0 0; }
    .pdp_page .product-options .form .add-to-cart-wrapper .form-increment .button[data-action="inc"] {
      margin: 1px 0 0 0; }
  .pdp_page .product-options .form .add-to-cart-wrapper .form-increment .form-input {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    font-family: "Work Sans", sans-serif; }

.pdp_page .product-options .form .add-to-cart-wrapper .add-to-cart-buttons {
  margin: 0 9px 0 -4px;
  padding: 0; }
  .pdp_page .product-options .form .add-to-cart-wrapper .add-to-cart-buttons .button {
    width: 311px;
    line-height: 44px;
    padding: 1px 10px 0;
    font-size: 15px;
    font-weight: 600; }

.pdp_page .product-options .form-wishlist {
  margin: 0; }
  .pdp_page .product-options .form-wishlist #wishlist-dropdown.is-open {
    padding: 0; }
    .pdp_page .product-options .form-wishlist #wishlist-dropdown.is-open li {
      border-bottom: 1px #111 solid; }
      .pdp_page .product-options .form-wishlist #wishlist-dropdown.is-open li .button {
        word-break: break-all;
        white-space: wrap;
        line-height: 20px;
        text-transform: none;
        padding: 10px; }
        .pdp_page .product-options .form-wishlist #wishlist-dropdown.is-open li .button:hover {
          color: #66021F;
          background: #fff;
          border-color: #111; }
      .pdp_page .product-options .form-wishlist #wishlist-dropdown.is-open li:last-child {
        border: none; }
  .pdp_page .product-options .form-wishlist .button {
    width: 310px;
    line-height: 42px;
    padding: 1px 10px 0;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0 0;
    background: transparent;
    border: 1px #111 solid;
    color: #111; }
    .pdp_page .product-options .form-wishlist .button .icon {
      display: none; }
    .pdp_page .product-options .form-wishlist .button:hover {
      background: #66021F;
      border: 1px #66021F solid;
      color: #fff; }
    .pdp_page .product-options .form-wishlist .button.dropdown-menu-button.is-open {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      background: #66021F;
      border: 1px #66021F solid;
      color: #fff; }

.pdp_page .productView-description {
  padding: 0;
  margin: 15px 0 0 0;
  border-top: 1px #C9C9C9 solid; }
  .pdp_page .productView-description details {
    padding: 16px 0 16px 4.5px;
    border-bottom: 1px #C9C9C9 solid; }
    .pdp_page .productView-description details:last-child {
      border-bottom: none; }
    .pdp_page .productView-description details summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 18px;
      font-weight: 500;
      line-height: 27px;
      cursor: pointer; }
      .pdp_page .productView-description details summary span {
        margin: -1px 0 0 0; }
      .pdp_page .productView-description details summary svg {
        transform: rotate(180deg); }
    .pdp_page .productView-description details[open] summary svg {
      transform: none; }
    .pdp_page .productView-description details.open .accordion-panel {
      display: block !important;
      height: auto !important;
      overflow: visible !important; }
    .pdp_page .productView-description details .accordion-panel {
      margin: 19px 0 10px 0;
      max-width: 550px; }
      .pdp_page .productView-description details .accordion-panel p {
        margin: 33px 0 0 0; }
        .pdp_page .productView-description details .accordion-panel p:first-child {
          margin: 0; }
        .pdp_page .productView-description details .accordion-panel p:last-child {
          margin: 0; }
      .pdp_page .productView-description details .accordion-panel ul {
        margin: 0 0 0 10px;
        padding: 0;
        list-style: none; }
        .pdp_page .productView-description details .accordion-panel ul li {
          position: relative;
          padding: 0 0 0 13px; }
          .pdp_page .productView-description details .accordion-panel ul li::after {
            content: '';
            position: absolute;
            left: -1px;
            top: 9px;
            width: 4px;
            height: 4px;
            background: #000;
            border-radius: 50px; }
    .pdp_page .productView-description details#tab-size .accordion-panel p, .pdp_page .productView-description details#tab-additional-information .accordion-panel p {
      margin: 0; }
      .pdp_page .productView-description details#tab-size .accordion-panel p strong, .pdp_page .productView-description details#tab-additional-information .accordion-panel p strong {
        font-weight: 600; }

.pdp_page .product-carousel {
  display: inline-block;
  width: 100%;
  background: #F6F2E8;
  margin: 60px 0 0 0; }
  .pdp_page .product-carousel .container {
    max-width: 1117px; }
  .pdp_page .product-carousel div[data-content-region="product_below_content"] > div {
    padding: 73px 0 100px 0; }
  .pdp_page .product-carousel div[data-content-region="product_below_content"] div[data-layout-name="Layout"] > div > div > div > div > div:first-child > div > div > div > div {
    padding: 0;
    min-height: 603px; }
    .pdp_page .product-carousel div[data-content-region="product_below_content"] div[data-layout-name="Layout"] > div > div > div > div > div:first-child > div > div > div > div::after {
      padding: 0;
      min-height: 603px;
      max-width: 1077px; }
  .pdp_page .product-carousel div[data-content-region="product_below_content"] div[data-layout-name="Layout"] div .bc-carousel__arrow--left,
  .pdp_page .product-carousel div[data-content-region="product_below_content"] div[data-layout-name="Layout"] div .bc-carousel__arrow--right {
    display: none; }
  .pdp_page .product-carousel div[data-content-region="product_below_content"] div[data-layout-name="Layout"] div[data-test-id="carousel-bullets"] {
    margin: 50px 0 0 0;
    padding: 0; }
    .pdp_page .product-carousel div[data-content-region="product_below_content"] div[data-layout-name="Layout"] div[data-test-id="carousel-bullets"] .bc-carousel__bullet {
      margin: 0 5px;
      width: 15px;
      height: 15px;
      border-radius: 15px;
      border: 1px solid #66021F; }
      .pdp_page .product-carousel div[data-content-region="product_below_content"] div[data-layout-name="Layout"] div[data-test-id="carousel-bullets"] .bc-carousel__bullet:hover, .pdp_page .product-carousel div[data-content-region="product_below_content"] div[data-layout-name="Layout"] div[data-test-id="carousel-bullets"] .bc-carousel__bullet.bc-carousel__bullet-active {
        background: #66021F; }

.pdp_page .related_products {
  margin: 62px 0 0 0; }
  .pdp_page .related_products .container {
    max-width: 1285px;
    padding: 0; }
  .pdp_page .related_products .page-heading {
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 65px 0; }
  .pdp_page .related_products .productCarousel {
    margin: 0;
    border-right: 1px #C9C9C9 solid;
    border-left: 1px #C9C9C9 solid; }
    .pdp_page .related_products .productCarousel .productCarousel-slide {
      border-right: 1px #C9C9C9 solid;
      padding: 0;
      min-height: 536px;
      position: relative; }
      .pdp_page .related_products .productCarousel .productCarousel-slide .card {
        padding: 0 0 22px 0; }
        .pdp_page .related_products .productCarousel .productCarousel-slide .card .card-body {
          padding: 10px 19px 0; }
          .pdp_page .related_products .productCarousel .productCarousel-slide .card .card-body .card-text[data-test-info-type="price"] {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-wrap: wrap;
            column-gap: 7px; }
            .pdp_page .related_products .productCarousel .productCarousel-slide .card .card-body .card-text[data-test-info-type="price"] .price-section {
              display: inline-block; }
              .pdp_page .related_products .productCarousel .productCarousel-slide .card .card-body .card-text[data-test-info-type="price"] .price-section span {
                display: none; }
              .pdp_page .related_products .productCarousel .productCarousel-slide .card .card-body .card-text[data-test-info-type="price"] .price-section .price {
                display: block;
                color: #444;
                font-size: 15px;
                font-weight: 500;
                line-height: 26px; }
            .pdp_page .related_products .productCarousel .productCarousel-slide .card .card-body .card-text[data-test-info-type="price"] .price--withoutTax {
              order: -1; }
              .pdp_page .related_products .productCarousel .productCarousel-slide .card .card-body .card-text[data-test-info-type="price"] .price--withoutTax .price {
                color: #EB001B;
                font-size: 20px; }
          .pdp_page .related_products .productCarousel .productCarousel-slide .card .card-body a.button[data-event-type="product-click"] {
            position: absolute;
            bottom: 22px;
            left: 19px;
            right: 19px;
            padding: 0 20px;
            line-height: 45px;
            width: auto; }
        .pdp_page .related_products .productCarousel .productCarousel-slide .card .card-figure {
          padding: 0; }
          .pdp_page .related_products .productCarousel .productCarousel-slide .card .card-figure a .card-img-container {
            width: auto;
            height: 255px;
            display: flex;
            align-items: center;
            justify-content: center; }
          .pdp_page .related_products .productCarousel .productCarousel-slide .card .card-figure a:hover .sec_pro_img {
            display: block; }
          .pdp_page .related_products .productCarousel .productCarousel-slide .card .card-figure a:hover .default_img {
            display: none; }
          .pdp_page .related_products .productCarousel .productCarousel-slide .card .card-figure .sec_pro_img {
            display: none; }
      .pdp_page .related_products .productCarousel .productCarousel-slide .card-img-container::after {
        padding: 0; }
      .pdp_page .related_products .productCarousel .productCarousel-slide .card-title {
        margin: 15px 0 0 0;
        font-size: 15px;
        color: #111;
        font-weight: 600;
        line-height: 21px; }
      .pdp_page .related_products .productCarousel .productCarousel-slide p.card-text {
        color: #111;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        text-transform: uppercase;
        margin: 10px 0 0 0; }

.pdp_page .productView-rating.bottom-review {
  margin: 65px 0 0 0; }
  .pdp_page .productView-rating.bottom-review .page-heading {
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 9px 0; }
  .pdp_page .productView-rating.bottom-review .noreview_txt {
    display: inline-block;
    width: 100%;
    text-align: center; }
    .pdp_page .productView-rating.bottom-review .noreview_txt .icon {
      width: 17px;
      height: 17px; }
    .pdp_page .productView-rating.bottom-review .noreview_txt .No_reviews_yet {
      color: #000;
      font-size: 18px;
      font-weight: 400;
      line-height: 22px;
      text-transform: lowercase;
      margin: 0 0 0 2px; }
    .pdp_page .productView-rating.bottom-review .noreview_txt span[role="img"] {
      height: 20px;
      display: inline-block;
      vertical-align: top;
      margin: -2px 2px 0 0; }
    .pdp_page .productView-rating.bottom-review .noreview_txt .write_review_link {
      display: block;
      margin: 15px 0 0 0; }
      .pdp_page .productView-rating.bottom-review .noreview_txt .write_review_link .productView-reviewLink {
        margin: 0;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        text-decoration-line: underline; }
        .pdp_page .productView-rating.bottom-review .noreview_txt .write_review_link .productView-reviewLink:hover {
          color: #66021F; }
  .pdp_page .productView-rating.bottom-review .review-content {
    display: inline-block;
    width: 100%; }
  .pdp_page .productView-rating.bottom-review .toggle.productReviews {
    padding: 20px 0 0 0;
    margin: 20px 0 0 0; }
    .pdp_page .productView-rating.bottom-review .toggle.productReviews .productReview-title {
      font-weight: 600; }

/* PP pages End*/
.account .card .card-body .card-title {
  height: 60px;
  overflow: hidden; }

.starwrap {
  left: 0;
  min-width: 54.572px;
  height: 22.821px;
  top: 20px;
  padding: 0 5px;
  width: auto; }
  .starwrap .sale-flag-star {
    display: none; }
  .starwrap .sale-text-burst {
    background: #FE0F00;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    top: 0;
    width: 100%;
    left: 0;
    text-transform: uppercase;
    word-break: keep-all; }
  .starwrap .new-badge {
    background: #006FCF;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    top: 0;
    width: 100%;
    left: 0;
    text-transform: uppercase;
    word-break: keep-all; }

.card-figcaption-body label.button input {
  position: relative;
  top: 1px; }

.cart-total .cart-total-label {
  text-transform: capitalize; }

.cart-item-block .form-increment .icon {
  margin-top: -2px; }

.navPages-item:hover .has-subMenu .icon {
  transform: rotate(180deg); }

.navPages-item:hover .has-subMenu + .navPage-subMenu {
  display: block;
  left: 0;
  width: 100%; }

@media only screen and (min-width: 990px) {
  .header_fixed .top-header {
    margin-top: -40px;
    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; } }

@media only screen and (max-width: 1699px) {
  .navPages-container .navPages-list .navPage-subMenu .mega-menu-left {
    padding-left: 17.4%; } }

@media only screen and (max-width: 1599px) {
  .navPages-container .navPages-list .navPage-subMenu .mega-menu-left {
    padding-left: 13.7%; } }

@media only screen and (max-width: 1550px) {
  .navPages-container .navPages-list .navPage-subMenu .mega-menu-left {
    padding-left: 17.9%; } }

@media only screen and (max-width: 1499px) {
  .discover .slick-arrow {
    bottom: 18%; }
  .footer .footer-info {
    column-gap: 55px; }
  .review-section .slick-prev {
    left: 0; }
  .review-section .slick-next {
    right: 0; }
  .related_products .slick-prev {
    left: -20px; }
  .related_products .slick-next {
    right: -20px; } }

@media only screen and (max-width: 1399px) {
  .navPages-container .navPages-list .navPage-subMenu .mega-menu-left {
    padding-left: 11.2%; } }

@media only screen and (max-width: 1299px) {
  .navPages-container .navPages-list .navPage-subMenu .mega-menu-left {
    padding-left: 11.8%; }
  .footer .footer-info {
    column-gap: 35px; } }

.starwrap.new-badge .sale-text-burst {
  background: #006FD0; }

.f-carousel__toolbar__column.is-right button.f-button {
  display: none; }

.f-carousel__toolbar__column.is-right button.f-button:last-child {
  display: flex; }

.custom_wishlist .productGrid .product .card {
  margin-bottom: 20px; }

.custom_wishlist .productGrid .form {
  padding-left: 19px;
  padding-right: 19px; }
  .custom_wishlist .productGrid .form input.button {
    width: 100%;
    line-height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px; }

/* Responsive Start */
.mobmenuicon,
.formobile,
#menu_responsive,
.top_webpagemenu_formob {
  display: none; }

@media only screen and (max-width: 1299px) {
  .discover.featured .discover-right .product .card .card-figure a .card-img-container {
    height: 218px; }
  .pdp_page .productView-images {
    width: 50%;
    padding: 0;
    max-height: 630px; }
  .pdp_page .productView-details {
    width: 50%;
    padding: 0; }
  .productView-thumbnails .slick-prev {
    left: 20px; }
  .productView-thumbnails .slick-next {
    right: 20px; }
  .pdp_page .product-options .form .add-to-cart-wrapper .add-to-cart-buttons .button {
    width: 100%; }
  .pdp_page .product-options .form-wishlist {
    float: right;
    width: 50%;
    padding: 0px 0px 0px 20px;
    margin-top: -44px; }
  .pdp_page .product-options .form-wishlist .button {
    width: 100%; } }

@media only screen and (max-width: 1260px) {
  /* System Page Start */
  .custom_forgotpassword .body .form-prefixPostfix .button {
    margin-top: 20px;
    margin-left: 0px; }
  /* System Page End */ }

@media only screen and (max-width: 1199px) {
  .header .header-middle .navPages-container-webpage {
    margin-left: 1.1%; }
  .header .header-middle .navPages-container-webpage .navPages-list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px; }
  .quickSearchResults .modal-close {
    display: block; }
  .hero-carousel-main .heroCarousel-content {
    bottom: 40px; }
  .hero-carousel-main .heroCarousel-content .heroCarousel-title {
    font-size: 34px;
    line-height: 40px; }
  .discover .discover-left {
    width: 400px;
    padding: 0 0 0 20px; }
  .discover .discover-left br {
    display: none; }
  .discover .discover-right {
    width: calc(100% - 400px); }
  .discover .slick-arrow {
    bottom: 7%; }
  .discover .slick-arrow.slick-prev {
    left: 20px; }
  .discover .slick-arrow.slick-next {
    left: 70px; }
  .new-arrival .new-arrival-left {
    width: 60%; }
  .new-arrival .new-arrival-right {
    width: 31%; }
  .discover .discover-right ul .slick-list .slick-slide .discover-inner a {
    height: auto; }
  .discover.featured .discover-right .product {
    min-height: 500px; }
  .discover.featured .discover-right .product .card {
    padding: 0 0 0px 0;
    margin: 0px; }
  .free-shipping ul {
    padding: 0 20px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px; }
  .review-section .slick-slide .review-content p {
    max-width: 850px; }
  .footer .first-col .form {
    margin: 0 auto;
    max-width: 700px; }
  .footer .footer-info {
    flex-wrap: wrap; }
  .footer .first-col {
    padding: 0px 0px 30px 0px;
    min-width: 100%;
    text-align: center; }
  /* CP Start */
  .show_filter #product-listing-container .productGrid .product {
    width: 50%; }
  .show_filter #product-listing-container {
    width: 70%; }
  .page-sidebar {
    width: 30%; }
  /* CP End */
  /* PP Start */
  .pdp_page .productView-images {
    width: 50%; }
  .pdp_page .productView-details {
    width: 50%;
    padding: 0 0px 0px 30px; }
  .pdp_page .product-options .form .add-to-cart-wrapper .add-to-cart-buttons .button {
    width: 100%; }
  .pdp_page .product-options .form .add-to-cart-wrapper .add-to-cart-buttons {
    margin: 0 0px 0 -4px;
    padding: 0; }
  .pdp_page .product-options .form-wishlist .button {
    width: 100%; }
  .pdp_page .product-options .form-wishlist {
    width: 50%;
    padding-right: 0px;
    padding-left: 20px; }
  .pdp_page .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
    width: 80px;
    max-width: 80px;
    height: 80px; }
  .pdp_page .related_products {
    padding: 0px 40px; }
  .pdp_page .product-options .form-wishlist #wishlist-dropdown.is-open {
    padding: 0 0px 0px 20px; }
  .pdp_page .product-options #wishlist-dropdown.is-open {
    left: 0px !important; }
  .related_products .slick-prev,
  .related_products .slick-next {
    border-radius: 50%; }
  /* PP End */
  .navPages-container .navPages-list .navPage-subMenu .mega-menu-left {
    padding-left: 20px;
    width: calc(100% - 600px); }
  .navPages-container .navPages-list .navPage-subMenu .mega-menu-right {
    width: 600px;
    padding: 40px 30px; }
  .navPages-container .navPages-list .navPage-subMenu .mega-menu-right ul .mm-inner .mm-image span {
    width: 247px;
    height: 247px; }
  .card .card-figure .card-figure__link .card-img-container {
    height: 100%;
    padding: 75% 0 0 0; }
  .card .card-figure .card-figure__link .card-img-container .card-image {
    position: absolute; }
  .custom_brands .brandGrid {
    margin: 0 0px; }
  .custom_brands .pagination-list li.pagination-item:first-child {
    margin-left: 10px; }
  .custom_brands .pagination-list li.pagination-item:last-child {
    margin-right: 10px; }
  .custom_blog .pagination-list li.pagination-item:first-child {
    margin-left: 20px; }
  .custom_blog .pagination-list li.pagination-item:last-child {
    margin-right: 20px; }
  .custom_blog .body .page {
    margin: 0 -20px;
    max-width: none;
    width: auto; }
  .custom_blog .blog {
    padding: 0 20px; }
  .custom_blog .blog .blog-post-body .blog-post {
    height: 160px; }
  .custom_product ol.breadcrumbs {
    margin-top: 0;
    padding-top: 20px; }
  .pdp_page .product-options .form-wishlist {
    margin-top: 0px; }
  .productReview {
    width: 33.33%; }
  .compareTable_div .compareTable {
    width: 100%; }
  .compareTable_div .compareTable .compareTable-heading {
    width: 14%; }
  .compareTable_div .compareTable .compareTable-product {
    width: 43%; }
  .compareTable-product .card {
    margin-bottom: 0;
    min-height: auto; }
  .compareTable-removeProduct {
    right: 5px;
    top: 5px;
    z-index: 1; }
  .pdp_page .related_products {
    margin: 0; } }

/* End of max 1199px */
/* Tab portrait */
@media only screen and (max-width: 991px) {
  #webpagemenu.top_webpagemenu_formob {
    display: block;
    float: left;
    width: 100%; }
  #menu_responsive .top_webpagemenu_formob .navPages {
    padding: 0; }
  .header .header-middle .navUser-section--alt .navUser-item .navUser-action {
    position: relative; }
  .navUser-item--cart .dropdown-menu.is-open {
    right: 10px !important;
    top: 46px !important; }
  .header .header-middle {
    padding: 10px 0 18px 0; }
  .header .header-middle {
    padding-bottom: 80px; }
  .header .header-middle .navUser .search-panel {
    position: absolute;
    left: 0;
    bottom: -62px;
    width: 100%;
    padding: 0 20px; }
  .header .header-middle .navUser .form,
  .header .header-middle .navUser .form .form-input {
    width: 100%; }
  .navPages-container .navPages {
    max-height: 100%; }
  #menu, #webpagemenu {
    display: none; }
  .mobmenuicon {
    display: block;
    position: relative; }
  #menu_responsive {
    display: none; }
  #menu_responsive .formobile .navPages {
    padding: 0px 0px 0px 0px; }
  .header.is-open #menu_responsive {
    display: block;
    top: 0;
    max-height: 100%;
    background: #66021F;
    border: none; }
  .navPages-container-webpage.formobile#webpagemenu {
    display: block; }
  #menu_responsive .navPages ul {
    flex-wrap: wrap; }
  .navPages-container .navPages-list.navPages-list--user {
    display: block; }
  .navPages-container.is-open {
    width: 275px;
    display: block;
    float: left;
    z-index: 50;
    margin: 0;
    padding: 0;
    position: fixed;
    transition: all 0.3s ease 0s;
    left: 0; }
  body.has-activeNavPages {
    left: 275px;
    transition: all .3s ease 0s;
    position: fixed;
    top: 0;
    width: 768px; }
  #menu_responsive .navPages {
    background: #66021F;
    padding: 15px 20px; }
  #menu_responsive .navPages ul li:hover .navPage-subMenu {
    min-height: 100%; }
  #menu_responsive ul li {
    border: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 100%;
    float: left; }
  body.has-activeNavPages .body {
    padding: 0; }
  #menu_responsive .navPages-list.navPages-list--user li:hover a.navPages-action {
    color: #F6F2E8; }
  #menu_responsive ul li:hover > a.navPages-action,
  #menu_responsive ul.navPages-list.navPages-list--user li > a.navPages-action:hover {
    color: #F6F2E8; }
  #menu_responsive .navPages-action,
  #menu_responsive .navPage-subMenu-item > .navPage-subMenu-action {
    letter-spacing: 0px;
    line-height: normal;
    padding: 3px 0;
    display: block;
    border: 0;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    cursor: pointer; }
    #menu_responsive .navPages-action:hover,
    #menu_responsive .navPage-subMenu-item > .navPage-subMenu-action:hover {
      color: #F6F2E8; }
  .navPages-container .navPages-list .navPage-subMenu .mega-menu-left .navPage-subMenu-action {
    margin: 0px; }
  #menu_responsive ul li.navPages-item {
    color: #fff; }
  #menu_responsive .navPages ul {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px; }
  .navPages-container .navPages-list .navPage-subMenu .mega-menu-left .navPages-action {
    text-transform: none; }
  .navPages-container .navPages-list .navPage-subMenu .mega-menu-left .shop-all a {
    margin: 0 0 0px 0; }
  .navPages-container .navPages-list .navPage-subMenu {
    box-shadow: none; }
  .navPages-container.is-open svg,
  #menu_responsive .navPages ul li:hover .navPage-subMenu,
  #menu_responsive .navPages-quickSearch {
    display: none; }
  #menu_responsive .navPage-subMenu .container {
    padding: 0; }
  #menu_responsive .navPage-subMenu .navPage-subMenu-list,
  #menu_responsive .navPage-subMenu .container {
    display: block !important; }
  #menu_responsive .subcat-expand {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
  #menu_responsive .subcat-expand.subcat-expanded::before,
  .main_menu .navPages-list .navPages-item > .navPages-action::after,
  .navPage-subMenu-action .collapsible-icon-wrapper,
  .main_menu .navPage-subMenu::after {
    display: none; }
  #menu_responsive .subcat-expand::after,
  #menu_responsive .subcat-expand::before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  #menu_responsive .subcat-expand::before {
    height: 14px;
    width: 2px; }
  #menu_responsive .subcat-expand::after {
    height: 2px;
    width: 14px; }
  .navPages-list + .navPages-list {
    border: 0;
    margin: 0;
    padding: 0; }
  #menu_responsive .navPage-subMenu {
    background: transparent;
    top: 0; }
  #menu_responsive .navPages ul {
    width: 100%;
    float: left; }
  #menu_responsive ul ul {
    width: 100%;
    display: block;
    padding: 0px 0 0px 10px;
    background: transparent;
    margin: 0;
    border: 0; }
  #menu_responsive .navPages-list + .navPages-list {
    float: left;
    margin-bottom: 30px; }
  #menu_responsive {
    transition: all .3s ease 0s;
    left: 0; }
  .mobileMenu-toggle {
    left: 15px;
    top: 67px;
    background: #66021F;
    height: 40px;
    width: 40px;
    padding: 0 9px;
    border: 0px solid #000;
    position: initial;
    display: flex;
    border-radius: 20px;
    justify-content: center; }
  .header .header-middle .navUser {
    position: initial;
    transform: none; }
  .mobmenuicon .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobmenuicon .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobmenuicon .mobileMenu-toggle .mobileMenu-toggleIcon::after,
  .mobmenuicon .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before,
  .mobmenuicon .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    background: #fff; }
  .mobmenuicon .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background: transparent; }
  .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%; }
  .body.has-activeNavPages .header {
    position: relative;
    top: auto;
    left: auto;
    width: 768px;
    height: auto; }
  .header {
    position: initial;
    height: auto; }
  .body {
    padding-top: 0; }
  .navPages-container .navPages-list .navPage-subMenu .mega-menu-left {
    display: block !important;
    width: 100%;
    padding: 0; }
  .hero-carousel-main .hero-left {
    width: 100%; }
  .hero-carousel-main .hero-right {
    width: 100%; }
  .navPages-container .navPages-list .navPage-subMenu .mega-menu-left .navPage-subMenu-list {
    column-count: 1; }
  .hero-carousel-main .heroCarousel-content {
    padding: 0 20px 0 20px; }
  .discover .container {
    flex-wrap: wrap; }
  .discover .discover-left {
    width: 100%;
    padding: 0 20px 30px 20px; }
  .discover .discover-right {
    width: 100%;
    padding: 0px 70px; }
  .discover .slick-arrow.slick-next {
    left: auto;
    right: -50px;
    top: 50%;
    margin-top: -20px; }
  .discover .slick-arrow.slick-prev {
    left: -50px;
    top: 50%;
    margin-top: -20px; }
  .discover .discover-right ul .slick-list .slick-slide .discover-inner {
    padding: 0 12px 0 12px; }
  .discover .slick-dots {
    bottom: -35px;
    left: 0px;
    right: 0px;
    width: auto; }
  .discover .discover-right .slick-slider {
    position: relative; }
  .new-arrival .new-arrival-left {
    width: 100%; }
  .new-arrival .new-arrival-right {
    width: 100%;
    margin: 90px auto 90px auto; }
  .new-arrival .new-arrival-right img {
    display: none; }
  .new-arrival {
    flex-wrap: wrap; }
  .discover.featured .discover-left {
    width: 100%; }
  .discover.featured .discover-right {
    width: 100%;
    padding-right: 1px;
    padding-left: 1px; }
  .brand-logo ul li {
    width: 33.33%; }
  .free-shipping ul {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px; }
  .free-shipping ul .shipping-inner {
    flex-wrap: wrap;
    text-align: center; }
  .review-section ul {
    padding: 0 60px;
    text-align: center; }
  .visualize .overlay h2 {
    margin: 0 auto 20px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 36px; }
  .visualize .overlay p {
    margin: 0 auto 10px; }
  .discover .discover-left p {
    margin: 0;
    max-width: 100%; }
  .discover .discover-left .page-heading br {
    display: none; }
  .footer .footer-info {
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    flex-wrap: wrap; }
  .footer .first-col {
    min-width: 100%;
    padding: 0px 0px 30px 0px;
    text-align: center; }
  .footer .second-col {
    min-width: auto;
    width: 25%; }
  .footer .third-col {
    min-width: auto;
    width: 19%; }
  .footer .four-col {
    min-width: auto;
    width: 28%; }
  .footer .five-col {
    min-width: auto;
    width: 28%; }
  .footer .footer-copyright {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    flex-direction: column; }
  /* CP Start */
  #product-listing-container .productGrid .product {
    width: 33.33%; }
  .show_filter #product-listing-container .productGrid .product {
    width: 33.33%; }
  .show_filter #product-listing-container {
    width: 100%; }
  .page-sidebar {
    width: 100%; }
  .page-sidebar .facetedSearch-navList .accordion-block .accordion-heading {
    padding: 0px;
    margin: 0 0px -1px 0px; }
  #product-listing-container .filter-toggle {
    display: none; }
  .custom_category .body aside.page-sidebar {
    display: block !important; }
  .page-sidebar .facetedSearch-navList .accordion-block .accordion-heading .facetedSearch-clearLink {
    top: 50%;
    transform: translateY(-50%); }
  .custom_category .body .page-heading {
    margin-bottom: 25px; }
  .body ol.breadcrumbs {
    display: block; }
  .card .card-body .card-text[data-test-info-type="price"] .price--withoutTax {
    width: 100%; }
  /* CP End */
  /* PP Start */
  .pdp_page .productView-details {
    width: 100%;
    padding: 0 0px 0px 0px; }
  .pdp_page .productView-images {
    width: 100%;
    max-height: 100%;
    margin: 0px 0px 40px 0px; }
  .pdp_page .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
    width: 90px;
    max-width: 90px;
    height: 90px; }
  .pdp_page .product-data .productView-price {
    margin: 17px 0 10px 0; }
  .pdp_page .productView-description details .accordion-panel {
    max-width: 100%; }
  .pdp_page .productView-image {
    min-height: auto; }
  .modal .productView-details .productView-title {
    margin: 20px 0 20px 0; }
  .productView-img-container img {
    bottom: auto;
    left: auto;
    margin: auto;
    position: relative;
    right: auto;
    top: auto;
    height: auto; }
  .pdp_page .product-carousel div[data-content-region="product_below_content"] div[data-layout-name="Layout"] > div > div > div > div > div:first-child > div > div > div > div {
    padding: 56% 0 0 0;
    min-height: auto; }
  .pdp_page .product-carousel div[data-content-region="product_below_content"] div[data-layout-name="Layout"] > div > div > div > div > div:first-child > div > div > div > div::after {
    padding: 0;
    min-height: auto;
    max-width: 100%; }
  /* PP End */
  /* System Page & CMS Page Start */
  .body .navBar.navBar--account {
    display: block; }
  .body .navBar--sub .navBar-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .cart-totals {
    width: 100%; }
  .cart-total .cart-total-label {
    text-transform: capitalize;
    text-align: left;
    padding-left: 0px;
    width: 50%; }
  .cart-total .cart-total-value {
    text-align: right;
    width: 50%; }
  .wishlist-form .form-field,
  .account-content,
  .new-customer,
  .login-form {
    padding-left: 0px;
    padding-right: 0px; }
  .ourteam_sec ul li {
    width: 33.33%; }
  .custom_wishlist .productGrid .product {
    width: 50%;
    margin-bottom: 40px; }
  .modal.modal--afterOpen .form-prefixPostfix .button--tertiary {
    background-color: #66021F; }
  .modal.modal--afterOpen .form-prefixPostfix .button--tertiary:hover {
    background-color: #000; }
  /* System Page & CMS Page End */
  .new-arrival .new-arrival-right img {
    margin: auto; }
  .new-arrival .page-heading {
    text-align: center;
    width: 100%;
    margin: 0px 0 11px 0; }
  .new-arrival p {
    margin: 0 auto 20px auto;
    text-align: center; }
  .new-arrival .button {
    margin-left: auto;
    margin-right: auto; }
  .visualize .overlay {
    margin-top: -7px; }
  .new-arrival .new-arrival-left img {
    height: auto; }
  .productReview {
    width: 50%; }
  .compareTable_div .compareTable {
    width: 100%; }
  .compareTable_div .compareTable .compareTable-heading {
    width: 0;
    padding: 0px; }
  .compareTable_div .compareTable .compareTable-product {
    width: 100%;
    padding: 0px; }
  .compareTable_div .compareTable-item {
    padding-left: 0px; }
  .compareTable-product .card .card-body {
    padding-left: 0px; }
  .compareTable-product .compareTable-action {
    padding-left: 0px; }
  .card .card-body .card-text[data-test-info-type="price"] {
    align-items: self-start;
    min-height: 55px; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: cover; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: auto; }
  .header-logo__link {
    width: 100%; } }

/* End of max 991px */
/* Mobile  landscape */
@media only screen and (max-width: 767px) {
  .hero-carousel-main .heroCarousel-content .heroCarousel-title {
    font-size: 40px;
    line-height: 40px; }
  .hero-carousel-main .heroCarousel-content {
    bottom: 60px; }
  .visualize .overlay h2,
  .brand-logo h2,
  .page-heading,
  .discover .discover-left .page-heading {
    font-size: 30px;
    line-height: 36px; }
  .discover {
    margin: 45px 0 54px 0; }
  .discover .discover-right ul .slick-list .slick-slide .discover-inner a button {
    font-size: 16px;
    padding: 0px 16px;
    bottom: 15px;
    width: calc(100% - 30px); }
  .new-arrival .new-arrival-right {
    width: 100%;
    margin: 60px auto 60px auto;
    max-width: 100%;
    padding: 0px 20px; }
  .new-arrival p {
    max-width: 100%; }
  .new-arrival .new-arrival-right img {
    width: 100%;
    height: auto; }
  .discover .discover-left p {
    margin: 0;
    max-width: 100%; }
  .discover.featured {
    margin: 50px 0 69px 0; }
  .discover .discover-right {
    width: 100%;
    padding: 0px 60px; }
  .discover .slick-arrow.slick-prev {
    left: -40px; }
  .discover .slick-arrow.slick-next {
    right: -40px; }
  .brand-logo {
    padding: 51px 0 50px 0; }
  .free-shipping ul {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    flex-wrap: wrap;
    row-gap: 30px; }
  .free-shipping ul .shipping-inner {
    flex-direction: column; }
  .free-shipping {
    padding: 49px 0 53px 0; }
  .review-section {
    padding: 52px 0 55px 0; }
  .review-section .slick-slide .review-head-bottom p {
    margin: 14px 0 30px 0;
    font-size: 18px;
    line-height: 18px; }
  .review-section .slick-slide .review-head-bottom p::after {
    width: 192px; }
  .review-section .slick-slide .review-content p {
    font-size: 18px;
    line-height: 22px; }
  .visualize img {
    width: 100%;
    display: none; }
  .visualize .overlay {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    background: url("https://cdn11.bigcommerce.com/s-bktjc9/images/stencil/original/image-manager/visualize-perfect-space.jpg") center center no-repeat;
    padding: 52px 20px 60px 20px;
    margin-top: 0px;
    background-size: cover; }
  .visualize .overlay h2 {
    margin: 0 auto 20px;
    max-width: 400px; }
  .visualize .overlay p {
    margin: 0 auto 25px; }
  .footer .second-col,
  .footer .third-col {
    width: 50%;
    padding: 0px 0px 30px 0px; }
  .footer .five-col,
  .footer .four-col {
    width: 50%; }
  .footer .footer-copyright .powered-by {
    max-width: 300px; }
  /* CP Start */
  .custom_category .body {
    margin-bottom: 34px; }
  #product-listing-container .productGrid .product {
    width: 50%; }
  .show_filter #product-listing-container .productGrid .product {
    width: 50%; }
  .pagination-list li {
    margin-bottom: 0.35714rem; }
  .custom_category .productGrid {
    margin-bottom: 0px; }
  /* CP End */
  /* PP Start */
  .pdp_page .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
    width: 80px;
    max-width: 80px;
    height: 80px; }
  .pdp_page .related_products .productCarousel .productCarousel-slide.slick-current + .slick-active {
    border-right: 0px #C9C9C9 solid; }
  .pdp_page .product-data .productView-title {
    font-size: 26px;
    line-height: 30px;
    margin: 0px 0px 14px 0px; }
  .pdp_page .product-data .productView-rating {
    flex-wrap: wrap; }
  .pdp_page .product-data .productView-rating .productView-reviewLink {
    margin: 0 0 0 0px; }
  .pdp_page .product-data .productView-rating span {
    margin: 0px 7px 0px 0px; }
  .pdp_page .product-carousel div[data-content-region="product_below_content"] > div {
    padding: 60px 0 95px 0; }
  .pdp_page .related_products {
    margin: 52px 0 0 0; }
  .pdp_page .product-carousel {
    margin: 0px 0 0px 0; }
  .pdp_page .pdp_page_top {
    margin: 0px 0px 60px 0px; }
  .custom_product .body {
    margin-bottom: 0px; }
  .pdp_page .related_products .page-heading {
    margin: 0 0 35px 0; }
  .productReview:last-child .productReview-body {
    margin: 0px; }
  .pdp_page .productView-rating.bottom-review {
    margin: 60px 0 0 0; }
  /* PP End */
  /* System Page & CMS Page Start */
  .custom_account_orderstatus .body,
  .custom_login .body {
    margin-bottom: 0px; }
  .custom_page_contact_form .body,
  .custom_page .body,
  .custom_404 .body,
  .custom_wishlists .body,
  .custom_add-wishlist .body,
  .custom_wishlists .body,
  .custom_shippingaddressform .body,
  .custom_account_inbox .body,
  .custom_createaccount .body,
  .custom_login .login {
    margin-bottom: 39px; }
  .custom_forgotpassword .body {
    margin-bottom: 55px; }
  .custom_account_orderstatus .account-list {
    margin: 0px; }
  .custom_account_orderstatus .account .pagination {
    margin-top: 16px; }
  .custom_account_recentitems .body,
  .custom_account_addressbook .body {
    margin-bottom: 0px; }
  .custom_account_recentitems .productGrid .product {
    width: 50%; }
  .custom_cart .body,
  .custom_editaccount .body {
    margin-bottom: 60px; }
  .ourteam_sec ul li {
    width: 50%; }
  .ourteam_sec ul li:last-child {
    margin-bottom: 15px; }
  #contact-us-page .cms_main {
    margin-top: -30px; }
  .form-increment .form-input--incrementTotal {
    width: 2rem; }
  /* System Page & CMS Page End */
  .brandGrid .brand {
    width: 50%; }
  .custom_blog .blog {
    padding: 0 15px;
    width: 50%; }
  .custom_blog .body .page {
    margin: 0 -15px;
    max-width: none;
    width: auto; }
  .custom_blog .pagination-list li.pagination-item:last-child {
    margin-right: 10px; }
  .custom_blog .body .page {
    display: flex;
    flex-wrap: wrap; }
  .custom_blog h1.page-heading {
    width: 100%; }
  body.has-activeNavPages {
    width: 100%; }
  .cms_cnt .cms_mainfaq li h4 {
    margin-top: -1px;
    vertical-align: top; }
  .cms_cnt .cms_mainfaq ol {
    margin-left: 23px;
    margin-top: 20px; } }

/* End of max 767px */
/* Mobile portrait */
@media only screen and (max-width: 479px) {
  .header-logo__link {
    max-width: 160px; }
  .header .header-middle .navUser-section--alt .navUser-item .navUser-action {
    display: block;
    margin: 0px; }
  .hero-carousel-main .heroCarousel-content {
    bottom: 30px;
    position: absolute; }
  .hero-carousel-main .heroCarousel-content .heroCarousel-title {
    font-size: 26px;
    line-height: 30px;
    margin: 0px 0px 16px 0px; }
  .discover.featured .discover-left .button {
    width: 100%; }
  .discover.featured .discover-left {
    padding: 0 0px 30px 0px; }
  .brand-logo ul li {
    width: 50%; }
  .review-section .slick-slide .review-head-top {
    flex-wrap: wrap; }
  .instagram .page-heading {
    word-break: break-all;
    padding: 0px 20px;
    font-size: 24px;
    margin-bottom: 56px; }
  .discover .discover-right ul .slick-list .slick-slide .discover-inner a button {
    font-size: 16px;
    padding: 0px 10px;
    width: calc(100% - 26px); }
  .discover.featured .discover-right .product .card .card-body {
    text-align: left; }
  .footer .first-col .form .form-field .form-prefixPostfix .form-input {
    padding: 0 25px 0 25px;
    max-width: 100%; }
  .footer .first-col .form .form-field .form-prefixPostfix .button {
    position: relative;
    right: auto;
    top: auto;
    line-height: 45px;
    width: 100%;
    margin: 10px 0px 0px 0px; }
  .footer .five-col, .footer .four-col,
  .footer .second-col, .footer .third-col {
    width: 100%;
    padding: 0px 0px 30px 0px;
    text-align: left; }
  .footer .five-col {
    padding: 0px; }
  /* CP Start */
  #product-listing-container .filter-toggle {
    float: right;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 10px 0px; }
  #product-listing-container .productGrid .product {
    width: 100%; }
  .card .card-body {
    padding: 10px 0px 0; }
  #product-listing-container .filter-toggle .filter-toggle_icons {
    width: 100%; }
  .show_filter #product-listing-container .productGrid .product {
    width: 100%; }
  .card .card-body {
    text-align: left; }
  #product-listing-container .card .card-body .card-title {
    height: auto;
    overflow: visible;
    margin: 15px 0 20px 0; }
  /* CP End */
  /* PP Start */
  .pdp_page .related_products .productCarousel .productCarousel-slide {
    border-right: 0px #C9C9C9 solid; }
  .pdp_page .product-options .form-wishlist {
    padding-right: 0px;
    padding-left: 0px; }
  .pdp_page .product-options .form-wishlist .button {
    margin: 20px 0px 0px 0px; }
  .pdp_page .product-options .form .add-to-cart-wrapper .add-to-cart-buttons {
    margin: 0 0px 0 0px;
    padding: 0; }
  .pdp_page .product-options .productView-options {
    text-align: left; }
  .pdp_page .productView-images .productView-thumbnails .slick-list {
    margin: 0 20px; }
  .pdp_page .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
    width: 40px;
    max-width: 40px;
    height: 40px; }
  .navPages-container.is-open {
    width: 250px; }
  body.has-activeNavPages {
    left: 250px; }
  .pdp_page .product-options #wishlist-dropdown.is-open {
    left: auto !important; }
  .pdp_page .product-options .form-wishlist #wishlist-dropdown.is-open {
    padding: 0 0px 0px 0px; }
  .pdp_page .product-options .form-wishlist #wishlist-dropdown.is-open li .button {
    margin: 0px; }
  /* PP End */
  /* System Page & CMS Page Start */
  .custom_page_contact_form .body,
  .custom_page .body,
  .custom_404 .body,
  .custom_cart .body,
  .custom_editaccount .body,
  .custom_account_recentitems .body,
  .custom_add-wishlist .body,
  .custom_wishlists .body,
  .custom_shippingaddressform .body,
  .custom_account_addressbook .body,
  .custom_account_inbox .body,
  .custom_account_orderstatus .body,
  .custom_createaccount .body,
  .custom_forgotpassword .body,
  .custom_login .body {
    padding-top: 51px; }
  .custom_account_orderstatus .account .pagination {
    margin-top: 11px; }
  .custom_wishlists .body .form .form-fieldset {
    display: flex;
    gap: 10px;
    flex-direction: column; }
  .custom_account_recentitems .productGrid .product {
    width: 100%; }
  .modal {
    width: 300px;
    max-width: 300px; }
  .custom_cart .body .cart-item-title {
    padding-left: 0px; }
  .error_msg svg {
    max-width: 100%; }
  .ourteam_sec ul li {
    width: 100%; }
  .account .card .card-body .card-title {
    height: auto;
    overflow: visible;
    margin: 15px 0 20px 0px; }
  .custom_wishlist .productGrid .product {
    text-align: center;
    width: 100%; }
  .cart-list .cart-item-block.cart-item-info {
    padding: 5px 0px; }
  /* System Page & CMS Page End */
  .brandGrid .brand {
    width: 100%; }
  .custom_blog .blog {
    width: 100%; }
  .custom_blog .blog .blog-post-body .blog-post {
    height: auto; }
  .custom_blog .blog .blog-post-body .blog-title {
    height: auto;
    overflow: visible;
    margin: 10px 0 20px 0px; }
  .custom_blog .blog .blog-post-body .blog-date {
    margin-bottom: 15px; }
  .pdp_page .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
    width: 76px;
    max-width: 100%;
    height: 76px; }
  .pdp_page .product-options .form-wishlist {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px; }
  .main-image-container {
    position: relative; }
  .productReview {
    width: 100%; }
  .card .card-body .card-text[data-test-info-type="price"] {
    min-height: auto; }
  .card .card-body .card-text--colorswatches {
    min-height: auto; } }

/* End of max 479px */
/* Responsive End */
#main-content {
  max-width: 2048px;
  margin: auto; }

.heroCarousel-slide .heroCarousel-image {
  object-position: top;
  width: 100%;
  height: 100%; }

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