@font-face {
  font-family: 'ITC Caslon 224 Std';
  src: url("https://cdn11.bigcommerce.com/s-strzboomm4/content/fonts/Caslon224Std-Bold.eot");
  src: url("https://cdn11.bigcommerce.com/s-strzboomm4/content/fonts/Caslon224Std-Bold.eot?#iefix") format("embedded-opentype"), url("https://cdn11.bigcommerce.com/s-strzboomm4/content/fonts/Caslon224Std-Bold.woff2") format("woff2"), url("https://cdn11.bigcommerce.com/s-strzboomm4/content/fonts/Caslon224Std-Bold.woff") format("woff"), url("https://cdn11.bigcommerce.com/s-strzboomm4/content/fonts/Caslon224Std-Bold.ttf") format("truetype"), url("https://cdn11.bigcommerce.com/s-strzboomm4/content/fonts/Caslon224Std-Bold.svg#Caslon224Std-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #626262;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 0 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #1F1F1F; }

h5,
h6 {
  ext-transform: capitalize; }

p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #626262;
  font-size: 16px;
  line-height: 24px; }

.button,
.button:focus,
.button:active,
.swal2-container .swal2-confirm.button,
.swal2-container .swal2-modal .swal2-cancel,
.main-btn {
  background-color: #fff;
  color: #505F68;
  line-height: normal;
  font-size: 18px;
  border: 2px solid #FBB52B;
  border-radius: 0;
  outline: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.24px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 700;
  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: #FBB52B;
    border: 2px solid #FBB52B;
    color: #000000; }

.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: 1460px;
  padding: 0; }

ol.breadcrumbs {
  margin-top: 20px; }

.header {
  float: left;
  width: 100%;
  border-top: 5px #46555F solid;
  padding: 15px 0 0 0;
  border-bottom: none;
  position: fixed;
  top: 0;
  z-index: 999; }
  .header .main-row-top {
    padding: 0 61px 15px;
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  .header .dropdown--quickSearch {
    display: block;
    position: initial; }
  .header .top-logo {
    float: left;
    width: auto; }
  .header .top_search_account {
    float: right;
    width: auto;
    display: flex; }
  .header .header-logo {
    margin: 0; }
  .header .header-logo-image-unknown-size {
    height: 64px; }
  .header .top-search {
    float: left;
    width: auto;
    position: relative;
    margin: 7px 40px 0 0; }
    .header .top-search .dropdown--quickSearch {
      padding: 0;
      background-color: transparent; }
    .header .top-search .container {
      padding: 0; }
    .header .top-search .form-input {
      border: none;
      font-size: 16px;
      line-height: 16px;
      color: #969696;
      text-transform: capitalize;
      padding: 15px 40px 14px 14px;
      font-family: "Lato", sans-serif;
      font-weight: 400; }
      .header .top-search .form-input::placeholder {
        font-size: 16px;
        line-height: 16px;
        color: #969696;
        text-transform: capitalize;
        font-family: "Lato", sans-serif;
        font-weight: 400; }
    .header .top-search .form-field {
      border: 1px solid #ADADAD;
      width: 500px;
      position: relative; }
    .header .top-search .form {
      max-width: 100%; }
    .header .top-search .search_quick_btn {
      position: absolute;
      right: 13px;
      top: 14px;
      padding: 0; }
    .header .top-search .search-result {
      position: absolute;
      z-index: 111111;
      background: #ffffff;
      width: 100%;
      border: 1px solid #ADADAD;
      border-top: 0;
      padding: 0 15px;
      max-height: 500px;
      overflow-y: scroll; }
      .header .top-search .search-result h2 {
        margin: 15px 0 5px;
        font-size: 20px;
        font-weight: 700; }
      .header .top-search .search-result:empty {
        display: none; }
      .header .top-search .search-result ul {
        margin-left: 0;
        clear: both;
        margin-bottom: 0px;
        display: inline-block;
        width: 100%;
        cursor: pointer; }
        .header .top-search .search-result ul li {
          list-style: none; }
      .header .top-search .search-result .no-suggestions ul {
        cursor: default; }
      .header .top-search .search-result .search-result-item {
        display: inline-block;
        width: 100%; }
        .header .top-search .search-result .search-result-item img {
          float: left;
          width: 120px; }
        .header .top-search .search-result .search-result-item li {
          float: right;
          width: calc(100% - 130px); }
      .header .top-search .search-result > div ul {
        border-bottom: 1px solid #adadad;
        padding: 10px; }
        .header .top-search .search-result > div ul:hover {
          background: #f8f8f8; }
  .header .top-account {
    float: left;
    width: auto; }
  .header .user-settings {
    float: left;
    width: auto;
    padding: 17px 0 0 0;
    margin: 0 0 0 3px; }
    .header .user-settings .navUser-item--account a:last-child {
      display: none; }
    .header .user-settings .navUser-item--account .navUser-or {
      font-size: 0;
      padding: 0; }
    .header .user-settings .navUser-action {
      padding: 0;
      float: left;
      width: auto;
      display: block; }
      .header .user-settings .navUser-action svg {
        float: left;
        width: 100%;
        stroke: none;
        fill: #46555f; }
    .header .user-settings .navUser-item {
      display: inline-block;
      float: left;
      margin: 0 30px 0 0; }
      .header .user-settings .navUser-item:last-child {
        margin: 0; }
      .header .user-settings .navUser-item:first-child {
        margin: 0; }
      .header .user-settings .navUser-item a {
        float: left;
        width: 100%; }
        .header .user-settings .navUser-item a svg {
          float: left;
          width: 100%; }
    .header .user-settings .navUser-section {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .header .user-settings .navUser-section li:first-child {
        display: none; }
    .header .user-settings .navUser {
      padding: 0; }
    .header .user-settings .navUser-item--cart {
      position: relative; }
      .header .user-settings .navUser-item--cart .countPill {
        position: absolute;
        left: -10px;
        top: -7px;
        display: inline; }
  .header .shipping-icons {
    float: left;
    width: auto;
    padding: 13px 0 0 0; }
    .header .shipping-icons ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .header .shipping-icons li {
      float: left;
      width: auto;
      margin: 0 39px 0 0; }
      .header .shipping-icons li:nth-child(2) {
        margin: 0 36px 0 0; }
        .header .shipping-icons li:nth-child(2) svg {
          margin: 0 9px 0 0; }
    .header .shipping-icons svg {
      float: left;
      width: auto;
      margin-right: 10px; }
    .header .shipping-icons span {
      float: left;
      width: auto;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.8px;
      color: #46555F;
      text-transform: uppercase;
      font-weight: 900;
      margin: -2px 0 0 0; }
  .header .navPages-container {
    background: #46555F; }
    .header .navPages-container .navPages {
      max-width: 1424px; }
      .header .navPages-container .navPages ul {
        float: left;
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .header .navPages-container .navPages li {
        display: inline-block;
        float: none; }
        .header .navPages-container .navPages li a {
          font-size: 18px;
          line-height: 25px;
          letter-spacing: 0.09px;
          color: #FFFFFF;
          text-transform: uppercase;
          padding: 16px 0 19px 0; }
        .header .navPages-container .navPages li button {
          font-size: 18px;
          line-height: 25px;
          letter-spacing: 0.09px;
          color: #FFFFFF;
          text-transform: uppercase;
          padding: 16px 0 19px 0; }
      .header .navPages-container .navPages .navPages-list--user {
        display: none; }

.body {
  float: left;
  width: 100%;
  margin: 199px 0 0;
  min-height: 500px; }

.discount-banner-section {
  float: left;
  width: 100%;
  margin: 20px 0; }
  .discount-banner-section .outer-border {
    background: #F7F8F9;
    border: 2px dashed #505F68;
    padding: 27px 0 25px 0; }
    .discount-banner-section .outer-border p {
      margin: 0;
      font-size: 22px;
      line-height: 24px;
      letter-spacing: 0.66px;
      color: #000000;
      font-weight: 900;
      text-align: center; }
      .discount-banner-section .outer-border p .cls-orange {
        color: #FBB52B; }

.main-slider-section {
  float: left;
  width: 100%; }
  .main-slider-section .heroCarousel {
    margin: 0;
    max-height: 100%; }
  .main-slider-section .left-carousel-section {
    float: left;
    width: calc(100% - 34.247%);
    padding: 0 30px 0 0; }
    .main-slider-section .left-carousel-section .heroCarousel-image-wrapper {
      max-height: 100%;
      height: 100%; }
    .main-slider-section .left-carousel-section .slick-arrow,
    .main-slider-section .left-carousel-section .carousel-play-pause-button,
    .main-slider-section .left-carousel-section .carousel-tooltip {
      display: none !important; }
    .main-slider-section .left-carousel-section .heroCarousel-content {
      background: transparent;
      width: 100%;
      padding: 0 20px;
      top: auto;
      bottom: 146px;
      transform: none; }
    .main-slider-section .left-carousel-section .heroCarousel-title {
      font-size: 52px;
      line-height: 50px;
      margin: 0 0 37px 0;
      font-family: "ITC Caslon 224 Std";
      font-weight: bold;
      letter-spacing: 2.6px;
      color: #FFFFFF;
      text-transform: capitalize; }
    .main-slider-section .left-carousel-section .heroCarousel-action {
      color: #000;
      border: 2px #fff solid;
      padding: 13px 16px 12px;
      font-size: 16px;
      line-height: 16px; }
      .main-slider-section .left-carousel-section .heroCarousel-action:hover {
        border: 2px #FBB52B solid; }
    .main-slider-section .left-carousel-section .slick-dots {
      bottom: 26px; }
      .main-slider-section .left-carousel-section .slick-dots li {
        background-color: transparent;
        padding: 0;
        width: 15px;
        height: 15px;
        margin: 0 5px; }
        .main-slider-section .left-carousel-section .slick-dots li button {
          width: 100%;
          height: 100%;
          border: none; }
          .main-slider-section .left-carousel-section .slick-dots li button::before {
            width: 100%;
            height: 100%;
            background: #fff;
            opacity: 0.5; }
      .main-slider-section .left-carousel-section .slick-dots .slick-active button::before {
        opacity: 1; }
  .main-slider-section .right-carousel-section {
    float: left;
    width: 34.247%; }

.body > .container {
  clear: both;
  max-width: 100%;
  padding: 0; }

.main {
  float: left;
  width: 100%; }
  .main > div {
    float: left;
    width: 100%; }

.section-heading {
  font-size: 38px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #1F1F1F;
  font-family: "ITC Caslon 224 Std";
  margin: 0;
  text-align: center; }

.vibrant-section {
  float: left;
  width: 100%;
  text-align: center;
  padding: 77px 0 50px 0; }
  .vibrant-section .section-heading {
    margin: 20px 0 32px 0; }
  .vibrant-section p {
    margin: 0 auto 46px;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1.1px;
    color: #505F68;
    text-transform: capitalize;
    max-width: 710px;
    font-weight: 400; }
  .vibrant-section ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 935px; }
    .vibrant-section ul li {
      display: flex;
      align-items: center;
      column-gap: 9px; }
    .vibrant-section ul .icon {
      width: auto;
      height: auto; }
    .vibrant-section ul .label-txt {
      font-size: 22px;
      line-height: 32px;
      letter-spacing: 1.1px;
      color: #505F68;
      text-transform: uppercase;
      font-weight: 700; }

.shop-wall-section {
  padding: 44px 0 100px 0;
  float: left;
  width: 100%; }
  .shop-wall-section .section-heading {
    margin: 0 0 34px 0; }
  .shop-wall-section .wall-list {
    list-style: none;
    margin: 0 -15px;
    padding: 0; }
    .shop-wall-section .wall-list li {
      float: left;
      width: 16.666%;
      padding: 0 15px; }
    .shop-wall-section .wall-list a {
      position: relative;
      float: left;
      width: 100%;
      border: 9px #EAEDED solid;
      border-radius: 50%; }
      .shop-wall-section .wall-list a:hover {
        border: 9px #FBB52B solid; }
    .shop-wall-section .wall-list .title {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      transform: translateY(-50%);
      font-size: 20px;
      line-height: 20px;
      letter-spacing: 1px;
      color: #FFFFFF;
      text-transform: capitalize; }

.what-selling-section {
  background: #F4F8F8;
  float: left;
  width: 100%;
  padding: 66px 0 70px 0; }
  .what-selling-section .top-selling-section {
    float: left;
    width: 100%; }
    .what-selling-section .top-selling-section .section-heading {
      margin: 30px 0 35px 0; }
    .what-selling-section .top-selling-section ul {
      list-style: none;
      margin: 0 -14px 0 -13px;
      padding: 0;
      text-align: center; }
    .what-selling-section .top-selling-section li {
      display: inline-block;
      padding: 0 14px 0 13px; }
      .what-selling-section .top-selling-section li button {
        padding: 15px 20px;
        background: #FFFFFF;
        border: 2px solid #FBB52B;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.24px;
        color: #505F68;
        text-transform: capitalize;
        font-weight: 700;
        min-width: 180px;
        display: block; }
        .what-selling-section .top-selling-section li button:hover {
          background: #FBB52B;
          color: #000; }
      .what-selling-section .top-selling-section li.active button {
        background: #FBB52B;
        color: #000; }
  .what-selling-section .content-selling-section {
    float: left;
    width: 100%;
    margin: 30px 0 0 0; }
    .what-selling-section .content-selling-section .content-section {
      display: none; }
      .what-selling-section .content-selling-section .content-section .page-heading {
        display: none; }
      .what-selling-section .content-selling-section .content-section ul {
        margin: 0 -15px; }
      .what-selling-section .content-selling-section .content-section li {
        float: left;
        width: 25%;
        padding: 0 15px; }
    .what-selling-section .content-selling-section .new-product-list {
      margin: 0 -15px; }
    .what-selling-section .content-selling-section .new-product-card {
      float: left;
      width: 25%;
      padding: 0 15px; }
    .what-selling-section .content-selling-section .active {
      display: block; }

.card {
  background: #ffffff;
  padding: 0 33px 33px;
  margin: 0 0 29px 0; }
  .card .card-figure {
    padding: 41px 0 15px; }
  .card .card-img-container::after {
    padding: 0; }
  .card .card-img-container {
    height: 221px; }
    .card .card-img-container img {
      transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
      -o-transition: all .4s ease; }
      .card .card-img-container img:hover {
        transform: scale(1.1);
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease; }
  .card .card-title {
    margin: 0 0 17px 0;
    height: 24px;
    overflow: hidden; }
    .card .card-title a {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0px;
      color: #1F1F1F;
      text-transform: capitalize;
      font-weight: 700; }
      .card .card-title a:hover {
        color: #FBB52B; }
  .card .price-section {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 900; }
  .card .price-section--withoutTax .price-label {
    display: block;
    color: #626262;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 8px 0; }
  .card .card-figcaption {
    display: none !important; }
  .card:hover .card-title a {
    color: #FBB52B; }

.about-grand-section {
  float: left;
  width: 100%;
  padding: 100px 0 97px 0; }
  .about-grand-section .abt-section-wrapper {
    float: left;
    width: 100%; }
    .about-grand-section .abt-section-wrapper .image-wrapper {
      float: left;
      width: calc(100% - 705px);
      padding: 0 47px 0 0; }
    .about-grand-section .abt-section-wrapper .about-content {
      float: left;
      width: 705px; }
      .about-grand-section .abt-section-wrapper .about-content .section-heading {
        text-align: left;
        margin: 23px 0 25px 2px; }
      .about-grand-section .abt-section-wrapper .about-content p {
        margin: 0 0 26px 0;
        font-size: 20px;
        line-height: 34px;
        letter-spacing: 0.24px;
        color: #626262;
        text-transform: capitalize;
        padding: 0 10px 0 0;
        font-family: "Lato", sans-serif;
        font-weight: 400; }
        .about-grand-section .abt-section-wrapper .about-content p a {
          color: #fbb52b; }
          .about-grand-section .abt-section-wrapper .about-content p a:hover {
            text-decoration: underline; }
      .about-grand-section .abt-section-wrapper .about-content .about-logo {
        list-style: none;
        margin: 0;
        padding: 0; }
      .about-grand-section .abt-section-wrapper .about-content li {
        float: left;
        width: 106px;
        margin: 0 30px 0 0; }
        .about-grand-section .abt-section-wrapper .about-content li:last-child {
          margin: 0; }

.seasonal-collections-section {
  float: left;
  width: 100%; }
  .seasonal-collections-section .section-heading {
    margin: 0 0 34px 0; }
  .seasonal-collections-section ul {
    list-style: none;
    padding: 0;
    margin: 0 -15px; }
  .seasonal-collections-section li {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin: 0 0 33px 0; }
  .seasonal-collections-section .seasonal-item-lbl {
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #505F68;
    text-transform: capitalize;
    font-weight: 700;
    margin: 19px 0 10px 0; }
    .seasonal-collections-section .seasonal-item-lbl:hover {
      color: #fbb52b; }

.gallery-art-section {
  float: left;
  width: 100%;
  padding: 49px 0 60px 0; }
  .gallery-art-section .section-heading {
    margin: 0 0 34px 0; }
  .gallery-art-section .images-section-wrapper {
    margin: 0 -7px; }
  .gallery-art-section .left-img {
    float: left;
    width: 25.2%;
    padding: 0 7px; }
  .gallery-art-section .middle-img {
    float: left;
    width: 49.6%;
    padding: 0 7px; }
  .gallery-art-section .right-img {
    float: left;
    width: 25.2%;
    padding: 0 7px; }

.happy-client-section {
  float: left;
  width: 100%;
  padding: 56px 0 100px 0; }
  .happy-client-section .container {
    max-width: 100%; }
  .happy-client-section .happy-client-slick {
    padding: 0 0 120px 0; }
  .happy-client-section .slick-arrow {
    top: auto;
    bottom: 0;
    transform: none;
    width: 60px;
    height: 60px;
    padding: 0;
    border: none;
    text-align: center;
    background: #F2F4F4;
    border-radius: 50px; }
    .happy-client-section .slick-arrow:hover {
      background: #FBB52B; }
  .happy-client-section .slick-prev {
    left: 45.3%; }
    .happy-client-section .slick-prev::before {
      background: url(https://grandart.com/content/images/hp/reviews_left_arrow.svg) no-repeat center;
      width: 15px;
      height: 27px;
      display: inline-block;
      margin: 0 0 0 -2px; }
    .happy-client-section .slick-prev:focus {
      background: #FBB52B; }
  .happy-client-section .slick-next {
    right: 45.3%; }
    .happy-client-section .slick-next::before {
      background: url(https://grandart.com/content/images/hp/reviews_right_arrow.svg) no-repeat center;
      width: 15px;
      height: 27px;
      display: inline-block;
      margin: 0 -2px 0 0; }
    .happy-client-section .slick-next:focus {
      background: #FBB52B; }
  .happy-client-section .slick-list {
    display: block; }
  .happy-client-section .section-heading {
    margin: 0 0 54px 0; }
  .happy-client-section .slick-list {
    padding: 0 0 0 62px; }
  .happy-client-section .carousel-tooltip {
    display: none !important; }
  .happy-client-section .client-column {
    float: left;
    padding: 0 40px 0 0;
    margin: 0 0 0 0;
    display: flex; }
    .happy-client-section .client-column .img {
      float: left;
      width: 84px;
      background: rgba(213, 217, 217, 0.3);
      border-radius: 4px 0px 0px 4px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .happy-client-section .client-column .img img {
        width: 80px;
        margin: 0 0 0 84px; }
    .happy-client-section .client-column .review-content {
      float: left;
      width: calc(100% - 84px);
      border-radius: 0 4px 4px 0;
      padding: 0 0 20px 32px; }
      .happy-client-section .client-column .review-content > p {
        margin: 24px 0 22px 0;
        position: relative;
        font-size: 20px;
        line-height: 27px;
        letter-spacing: 0.3px;
        color: #626262;
        height: 160px;
        overflow: hidden;
        padding: 0 65px 0 50px;
        font-weight: 400; }
        .happy-client-section .client-column .review-content > p::before {
          content: '';
          position: absolute;
          left: -1px;
          top: 0;
          width: 28px;
          height: 28px;
          background: url(https://grandart.com/content/images/hp/reviews_quote_left.svg) no-repeat center; }
        .happy-client-section .client-column .review-content > p::after {
          content: '';
          position: absolute;
          right: 25px;
          bottom: 14px;
          width: 28px;
          height: 28px;
          background: url(https://grandart.com/content/images/hp/reviews_quote_right.svg) no-repeat center; }
      .happy-client-section .client-column .review-content .bottom-content h6 {
        margin: 0;
        font-size: 20px;
        line-height: 25px;
        color: #232323;
        font-weight: 700;
        text-transform: none;
        padding: 0 0 0 50px;
        letter-spacing: 0; }
      .happy-client-section .client-column .review-content .bottom-content p {
        margin: 10px 0 0 0;
        font-size: 16px;
        line-height: 19px;
        color: #626262;
        font-weight: 400;
        padding: 0 0 0 50px; }

.footer {
  float: left;
  width: 100%;
  border: none;
  background: url(https://grandart.com/content/images/hp/footer_bg.svg) center top;
  padding: 50px 0 0 0; }
  .footer .container {
    max-width: 1340px; }
  .footer .footer-info {
    margin: 0;
    padding: 0 0 43px 0; }
    .footer .footer-info .column {
      width: 20%;
      float: left;
      padding: 0 50px 0 0; }
      .footer .footer-info .column ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .footer .footer-info .column ul li {
          line-height: normal; }
        .footer .footer-info .column ul a {
          font-size: 16px;
          line-height: 32px;
          color: #000000;
          font-weight: 700;
          letter-spacing: 0; }
          .footer .footer-info .column ul a:hover {
            text-decoration: underline; }
    .footer .footer-info .logo-row {
      width: 154px; }
      .footer .footer-info .logo-row .header-logo__link {
        mix-blend-mode: multiply; }
    .footer .footer-info .social-row {
      margin: 20px 0 0 0; }
      .footer .footer-info .social-row .socialLinks {
        width: 154px;
        text-align: left;
        margin: 0; }
      .footer .footer-info .social-row .socialLinks-item {
        margin: 0 10px 0 0; }
        .footer .footer-info .social-row .socialLinks-item:last-child {
          margin: 0; }
        .footer .footer-info .social-row .socialLinks-item a {
          background: #fff;
          width: 40px;
          height: 40px;
          padding: 9px;
          border-radius: 50px; }
          .footer .footer-info .social-row .socialLinks-item a svg {
            fill: #000000; }
          .footer .footer-info .social-row .socialLinks-item a:hover {
            background: #FBD753; }
        .footer .footer-info .social-row .socialLinks-item .icon--pinterest {
          padding: 7px 8px; }
    .footer .footer-info .column-heading {
      margin: -4px 0 10px 0;
      font-size: 20px;
      line-height: 28px;
      color: #000000;
      text-transform: capitalize;
      font-family: "ITC Caslon 224 Std";
      font-weight: bold;
      letter-spacing: 0; }
    .footer .footer-info .column-logo {
      width: 19.2%; }
    .footer .footer-info .column-quick-links {
      width: 15.8%; }
    .footer .footer-info .column-customer-help {
      width: 17.8%; }
    .footer .footer-info .column-getin-touch {
      width: 20.4%; }
      .footer .footer-info .column-getin-touch li {
        margin: 0 0 20px 0;
        float: left;
        width: 100%; }
      .footer .footer-info .column-getin-touch .column-heading {
        margin: -4px 0 20px 0; }
      .footer .footer-info .column-getin-touch .icon {
        width: 19px;
        margin: 0 9px 0 0;
        float: left;
        text-align: center; }
        .footer .footer-info .column-getin-touch .icon svg {
          fill: #000;
          width: auto;
          height: auto; }
      .footer .footer-info .column-getin-touch .contact-lbl {
        float: left;
        width: calc(100% - 29px);
        line-height: 16px;
        margin: -2px 0 0 0; }
      .footer .footer-info .column-getin-touch a:hover {
        color: #FBB52B; }
        .footer .footer-info .column-getin-touch a:hover svg {
          fill: #FBB52B; }
      .footer .footer-info .column-getin-touch .location .contact-lbl {
        margin: -6px 0 0 0;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        font-weight: 700;
        letter-spacing: 0; }
    .footer .footer-info .column-newsletter {
      width: 26.8%;
      padding: 0; }
      .footer .footer-info .column-newsletter .form-prefixPostfix {
        display: block; }
      .footer .footer-info .column-newsletter .form-input {
        padding: 9px 0;
        background: transparent;
        border: none;
        border-bottom: 1px #000 solid;
        width: 100%;
        border-radius: 0;
        font-size: 14px;
        line-height: 16px;
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        height: auto;
        margin: 1px 0 15px 0; }
        .footer .footer-info .column-newsletter .form-input::placeholder {
          font-size: 14px;
          line-height: 16px;
          color: #000000;
          font-family: "Montserrat", sans-serif;
          font-weight: 500; }
      .footer .footer-info .column-newsletter .button {
        width: 100%;
        border-radius: 20px;
        height: auto;
        padding: 10px 15px 6px;
        font-weight: 900;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.48px;
        color: #012F6B;
        text-transform: uppercase;
        background: #FBB52B;
        font-family: "Lato", sans-serif; }
        .footer .footer-info .column-newsletter .button:hover {
          background: #fff; }
  .footer .footer-copyright {
    border-top: 1px solid rgba(70, 70, 70, 0.2);
    padding: 18px 0 25px 0; }
    .footer .footer-copyright .powered-by {
      text-align: center;
      color: #000000;
      font-size: 16px;
      line-height: 16px;
      font-weight: 500; }
      .footer .footer-copyright .powered-by br {
        display: none; }
      .footer .footer-copyright .powered-by a {
        color: #000000; }
        .footer .footer-copyright .powered-by a:hover {
          color: #FBB52B; }

.au_banner {
  float: left;
  width: 100%;
  position: relative;
  text-align: center; }
  .au_banner h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    margin: 0;
    color: #fff;
    margin: -10px 0 0 0;
    letter-spacing: 0.5px; }
  .au_banner img {
    width: 100%; }
  .au_banner nav {
    position: absolute;
    left: 0;
    bottom: 21px;
    width: 100%; }
  .au_banner .breadcrumbs {
    margin: 0; }
    .au_banner .breadcrumbs a {
      color: #fff;
      font-size: 16px;
      line-height: 16px;
      letter-spacing: 0px;
      color: #FFFFFF;
      text-transform: uppercase;
      font-weight: 400; }
    .au_banner .breadcrumbs .is-active a {
      color: #fff;
      font-weight: 400; }
  .au_banner .breadcrumb:not(:first-child)::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-right: none;
    transform: none;
    margin: 0 5px 2px 7px; }

.au_title {
  font-size: 38px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #1F1F1F;
  text-transform: capitalize;
  font-family: "ITC Caslon 224 Std";
  font-weight: bold; }

.au_banner_text {
  float: left;
  width: 100%;
  background: url(https://grandart.com/content/images/au/au_banner_text_bg.svg) no-repeat left top;
  background-size: cover;
  padding: 27px 0; }
  .au_banner_text p {
    margin: 0 auto;
    max-width: 1390px;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0.24px;
    color: #626262; }

.au_top_review {
  float: left;
  width: 100%;
  text-align: center;
  padding: 90px 0 70px 0; }
  .au_top_review .au_title {
    max-width: 1450px;
    margin: 0 auto;
    line-height: 52px;
    font-weight: bold;
    text-transform: none; }
  .au_top_review p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 1.1px;
    color: #505F68;
    text-transform: capitalize;
    margin: 24px 0 0 0; }

.au_how_we {
  float: left;
  width: 100%;
  padding: 22px 0 20px 0; }
  .au_how_we .abt-section-wrapper .about-content p {
    text-transform: none;
    margin: 0 0 19px 0;
    padding: 0 65px 0 0; }
  .au_how_we .abt-section-wrapper .about-content .about-logo {
    margin-top: 25px; }

.au_why_choose {
  float: left;
  width: 100%;
  padding: 80px 0 0 0; }
  .au_why_choose .au_why_choose_top {
    background: #F4F8F8;
    text-align: center;
    padding: 64px 20px 47px 20px; }
    .au_why_choose .au_why_choose_top p {
      font-size: 22px;
      line-height: 32px;
      font-weight: 400;
      letter-spacing: 1.1px;
      color: #505F68;
      text-transform: none;
      max-width: 930px;
      margin: 31px auto 0; }
  .au_why_choose .au_why_choose_bot {
    position: relative; }
    .au_why_choose .au_why_choose_bot img {
      width: 100%; }
    .au_why_choose .au_why_choose_bot .overlay_text {
      position: absolute;
      right: 204px;
      top: 50%;
      max-width: 570px;
      transform: translateY(-50%); }
      .au_why_choose .au_why_choose_bot .overlay_text ul {
        list-style: none;
        padding: 0;
        margin: 8px 0 0 0; }
      .au_why_choose .au_why_choose_bot .overlay_text li {
        float: left;
        width: 100%;
        margin: 0 0 30px 0;
        display: flex;
        align-items: center; }
        .au_why_choose .au_why_choose_bot .overlay_text li:nth-child(2) .count {
          background: #FFFEDD; }
        .au_why_choose .au_why_choose_bot .overlay_text li:nth-child(2) .title_text {
          background: #FFFEDD; }
        .au_why_choose .au_why_choose_bot .overlay_text li:nth-child(3) .count {
          background: #E8FFFF; }
        .au_why_choose .au_why_choose_bot .overlay_text li:nth-child(3) .title_text {
          background: #E8FFFF; }
        .au_why_choose .au_why_choose_bot .overlay_text li:last-child {
          margin: 0; }
          .au_why_choose .au_why_choose_bot .overlay_text li:last-child .count {
            background: #FFF5E0; }
          .au_why_choose .au_why_choose_bot .overlay_text li:last-child .title_text {
            background: #FFF5E0; }
      .au_why_choose .au_why_choose_bot .overlay_text .count {
        float: left;
        width: 80px;
        background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
        border-radius: 50%;
        height: 80px;
        font-size: 38px;
        line-height: 38px;
        font-family: "ITC Caslon 224 Std";
        color: #1F1F1F;
        margin: 0 -40px 0 0;
        z-index: 1; }
      .au_why_choose .au_why_choose_bot .overlay_text .title_text {
        background: #fff;
        float: left;
        width: calc(100% - 40px);
        height: 146px;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
        padding: 19px 30px 0 60px; }
        .au_why_choose .au_why_choose_bot .overlay_text .title_text strong {
          display: block;
          font-size: 22px;
          line-height: 22px;
          letter-spacing: 0px;
          font-family: "ITC Caslon 224 Std";
          color: #1F1F1F;
          margin: 0 0 15px 0; }
        .au_why_choose .au_why_choose_bot .overlay_text .title_text span {
          font-size: 16px;
          line-height: 24px;
          font-weight: 600;
          letter-spacing: 0.8px;
          color: #505F68;
          text-transform: none; }

.au_fast_shipping {
  float: left;
  width: 100%;
  background: #F4F8F8;
  padding: 100px 0; }
  .au_fast_shipping ul {
    list-style: none;
    padding: 0;
    margin: 0 -25px; }
  .au_fast_shipping li {
    float: left;
    width: 33.33%;
    padding: 0 25px; }
  .au_fast_shipping .au_fast_shipping_box {
    background: #ffffff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    padding: 31px 15px;
    text-align: center; }
  .au_fast_shipping h4 {
    margin: 0;
    font-size: 22px;
    line-height: 22px;
    font-family: "ITC Caslon 224 Std";
    font-weight: bold;
    color: #1F1F1F;
    letter-spacing: 0; }
  .au_fast_shipping p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 15px 0 0 0;
    letter-spacing: 0.8px;
    color: #505F68;
    text-transform: none;
    height: 72px;
    overflow: hidden; }

.au_quality {
  float: left;
  width: 100%;
  padding: 100px 0 40px 0; }
  .au_quality .container {
    display: flex;
    align-items: center; }
  .au_quality .au_quality_left {
    float: left;
    width: 51.643%;
    padding: 0 85px 0 0; }
    .au_quality .au_quality_left .au_title {
      margin: 24px 0 26px 0; }
    .au_quality .au_quality_left p {
      font-size: 20px;
      line-height: 34px;
      letter-spacing: 0.24px;
      color: #626262;
      font-weight: 400; }
  .au_quality .au_quality_right {
    float: left;
    width: 48.357%; }

.au_happy-client-section {
  float: left;
  width: 100%; }

.how_work {
  float: left;
  width: 100%;
  margin: 0 0 50px 0; }

.how_work .work_box {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px #ccc solid;
  margin: 0 0 30px 0; }

.work_box_lt {
  width: 250px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  line-height: 46px;
  color: #1F1F1F; }

.work_box_rt {
  float: left;
  width: calc(100% - 250px);
  border-left: 1px #ccc solid;
  padding: 30px; }

.work_box_rt h4 {
  margin: 0 0 20px 0;
  font-weight: bold; }

.work_box_rt p:last-child {
  margin-bottom: 0; }

.work_box.bdr_rt .work_box_rt {
  border-left: none;
  border-right: 1px #ccc solid; }

.see_how {
  float: left;
  width: 100%;
  border-bottom: 1px #ccc solid;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0; }

.see_how h3 {
  margin: 0 0 15px 0; }

.center {
  text-align: center; }

.img_text {
  float: left;
  width: 100%;
  border-bottom: 1px #ccc solid;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0; }

.img_text p:last-child {
  margin-bottom: 0; }

.img_text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.img_text li {
  display: inline-block;
  margin: 0 10px; }

.img_text p strong {
  margin: 0 15px; }

.how_work p strong {
  color: #46555F; }

.contact_top {
  float: left;
  width: 100%; }

.contact_top_lt {
  float: left;
  width: 48%; }

.contact_top_rt {
  float: right;
  width: 48%; }

.contact_top_lt p:first-child {
  margin: 0 0 40px 0; }

.contact_top_lt h2 {
  margin-top: 0; }

.contact_top_lt h2,
.contact_top_lt p:last-child a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 900; }

.contact_top_lt p strong {
  position: relative;
  padding: 0 150px 0; }

.contact_top_lt p strong::after {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  background: #1F1F1F;
  width: 140px;
  height: 2px; }

.contact_bot {
  float: left;
  width: 100%;
  padding: 50px 0 0 0; }

.cms-faq {
  margin-bottom: 50px;
  display: flex; }
  .cms-faq ul .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none; }
  .cms-faq ul li {
    margin: 0.5em 0; }
  .cms-faq ul li a.toggle {
    width: 100%;
    display: block;
    background: transparent;
    color: #1F1F1F;
    padding: 0.75em;
    border-radius: 0;
    border: 0;
    transition: background 0.3s ease;
    text-transform: uppercase; }
    .cms-faq ul li a.toggle::after {
      content: '+';
      float: right;
      font-size: 24px; }
    .cms-faq ul li a.toggle:focus::after {
      content: '-'; }
    .cms-faq ul li a.toggle.active::after {
      content: '-'; }
  .cms-faq .toggle:last-of-type {
    margin-bottom: 0; }
  .cms-faq .tabs {
    display: flex;
    flex-direction: column;
    background: #f4f8f8;
    padding: 20px 0;
    border: 0; }
  .cms-faq .tab-content {
    padding: 0; }
  .cms-faq .tab {
    cursor: pointer;
    padding: 10px 30px;
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700; }
    .cms-faq .tab.active, .cms-faq .tab.selected {
      background: #ffffff; }
  .cms-faq .tab-right {
    margin-left: 20px; }
  .cms-faq .top-banner {
    background: #46555F;
    padding: 20px; }
    .cms-faq .top-banner p {
      color: #ffffff; }
    .cms-faq .top-banner h3 {
      margin: 0 0 15px;
      color: #fff; }
  .cms-faq .accordion {
    margin-top: 30px;
    border: 0;
    list-style: none; }
    .cms-faq .accordion > li {
      margin: 0 0 0;
      border-bottom: 1px solid; }
      .cms-faq .accordion > li:first-child {
        border-top: 1px solid; }

/* CP page start */
.top-section-banner {
  position: relative; }
  .top-section-banner .page-heading {
    position: absolute;
    color: #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    font-family: "ITC Caslon 224 Std";
    font-size: 38px;
    color: #FFFFFF;
    letter-spacing: 1.14px;
    line-height: 54px; }
  .top-section-banner .cat-breadcrumbs {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0; }
    .top-section-banner .cat-breadcrumbs .breadcrumb:not(:first-child)::before {
      background: url("https://grandart.com/content/images/cp/bradcrumb.svg");
      width: 6px;
      height: 10px;
      content: '';
      border: 0;
      transform: none;
      top: 0; }
    .top-section-banner .cat-breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
      color: #ffffff;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase; }
    .top-section-banner .cat-breadcrumbs .breadcrumb a {
      color: #fff;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase; }

.category-description {
  background: url("https://grandart.com/content/images/hp/footer_bg.svg");
  background-size: 100%;
  padding: 70px 0;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #626262;
  line-height: 34px;
  letter-spacing: 0.24px;
  float: left;
  width: 100%; }
  .category-description .container {
    clear: both; }
  .category-description p {
    max-width: 1092px;
    margin: 0 auto;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    color: #626262;
    line-height: 34px;
    letter-spacing: 0.24px;
    margin-bottom: 20px; }

/* Treeview */
.treeview li {
  margin: 0 0 6px !important;
  padding: 0;
  width: 100%;
  clear: left;
  position: relative; }
  .treeview li ul {
    margin-left: 15px; }

.collapsable-hitarea,
.expandable-hitarea {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

.collapsable-hitarea:after {
  content: "";
  background: #f04d46;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  left: 0; }

.expandable-hitarea:before {
  height: 14px;
  width: 2px; }

.expandable-hitarea:after {
  height: 2px;
  width: 10px; }

.expandable-hitarea:after,
.expandable-hitarea:before {
  background: #f04d46;
  bottom: 0;
  content: "";
  left: 5px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.treeview li a {
  padding: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  color: #333333;
  line-height: 16px;
  font-weight: normal; }
  .treeview li a:hover {
    color: #FBB52B; }

/* End Treeview */
.custom_category,
.custom_search,
.custom_brand {
  /*.facetedSearch-navList{
        .accordion-block:first-child{
            > div:last-child{
                border: 1px solid #ccc;
                padding-left: 15px;
                padding-right: 15px;
            }
        }
    }*/ }
  .custom_category .facetedSearch-refineFilters button,
  .custom_search .facetedSearch-refineFilters button,
  .custom_brand .facetedSearch-refineFilters button {
    padding: 0px;
    text-decoration: underline; }
    .custom_category .facetedSearch-refineFilters button:hover,
    .custom_search .facetedSearch-refineFilters button:hover,
    .custom_brand .facetedSearch-refineFilters button:hover {
      color: #fbb52b; }
  .custom_category .filter-sidebar-area .sidebarBlock-heading,
  .custom_search .filter-sidebar-area .sidebarBlock-heading,
  .custom_brand .filter-sidebar-area .sidebarBlock-heading {
    font-size: 18px;
    font-weight: 700; }
  .custom_category .filter-sidebar-area,
  .custom_search .filter-sidebar-area,
  .custom_brand .filter-sidebar-area {
    width: 342px;
    float: left;
    padding-top: 30px; }
    .custom_category .filter-sidebar-area .page-sidebar,
    .custom_search .filter-sidebar-area .page-sidebar,
    .custom_brand .filter-sidebar-area .page-sidebar {
      width: 100%;
      padding: 0; }
  .custom_category .page-content,
  .custom_search .page-content,
  .custom_brand .page-content {
    width: calc(100% - 342px);
    float: right;
    padding: 0 0 0 30px; }
  .custom_category .actionBar,
  .custom_search .actionBar,
  .custom_brand .actionBar {
    background: #F4F8F8;
    padding: 17px 30px 17px 30px;
    margin-top: 30px;
    line-height: 34px; }
    .custom_category .actionBar .form-fieldset,
    .custom_search .actionBar .form-fieldset,
    .custom_brand .actionBar .form-fieldset {
      float: right; }
      .custom_category .actionBar .form-fieldset .form-field,
      .custom_search .actionBar .form-fieldset .form-field,
      .custom_brand .actionBar .form-fieldset .form-field {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        margin: 0; }
      .custom_category .actionBar .form-fieldset .form-select,
      .custom_search .actionBar .form-fieldset .form-select,
      .custom_brand .actionBar .form-fieldset .form-select {
        border: 1px solid #cccccc;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        color: #333333;
        background-color: transparent;
        background-image: url("https://grandart.com/content/images/cp/dd-arrow.svg");
        height: 34px;
        line-height: 26px;
        padding: 0 35px 0 15px;
        background-position: 94% 55%;
        border-radius: 0; }
      .custom_category .actionBar .form-fieldset .form-label,
      .custom_search .actionBar .form-fieldset .form-label,
      .custom_brand .actionBar .form-fieldset .form-label {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        color: #333333;
        font-weight: 700;
        text-transform: uppercase; }
  .custom_category .productGrid,
  .custom_search .productGrid,
  .custom_brand .productGrid {
    margin: 9px -12px 0;
    /* display: inline-block;
        width: 100%; */ }
    .custom_category .productGrid .product,
    .custom_search .productGrid .product,
    .custom_brand .productGrid .product {
      width: calc(100%/4);
      padding: 0 12px; }
    .custom_category .productGrid .card,
    .custom_search .productGrid .card,
    .custom_brand .productGrid .card {
      background: #F4F8F8;
      position: relative;
      padding-bottom: 12px; }
      .custom_category .productGrid .card .card-figure,
      .custom_search .productGrid .card .card-figure,
      .custom_brand .productGrid .card .card-figure {
        padding: 20px 0;
        background: #F4F8F8; }
      .custom_category .productGrid .card .card-img-container,
      .custom_search .productGrid .card .card-img-container,
      .custom_brand .productGrid .card .card-img-container {
        background: #F4F8F8; }
        .custom_category .productGrid .card .card-img-container img,
        .custom_search .productGrid .card .card-img-container img,
        .custom_brand .productGrid .card .card-img-container img {
          mix-blend-mode: multiply; }
      .custom_category .productGrid .card .wishlist-icon,
      .custom_search .productGrid .card .wishlist-icon,
      .custom_brand .productGrid .card .wishlist-icon {
        position: absolute;
        top: 20px;
        z-index: 1;
        right: 20px;
        width: 52px;
        height: 52px;
        background: #ffffff;
        text-align: center;
        line-height: 52px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.29));
        cursor: pointer; }
      .custom_category .productGrid .card .card-body .card-text,
      .custom_search .productGrid .card .card-body .card-text,
      .custom_brand .productGrid .card .card-body .card-text {
        margin-bottom: 15px; }
    .custom_category .productGrid .rating--small .icon,
    .custom_search .productGrid .rating--small .icon,
    .custom_brand .productGrid .rating--small .icon {
      width: 22px;
      margin-top: -8px;
      height: 22px; }
    .custom_category .productGrid .rating--small .icon--ratingEmpty svg,
    .custom_search .productGrid .rating--small .icon--ratingEmpty svg,
    .custom_brand .productGrid .rating--small .icon--ratingEmpty svg {
      fill: #c8c8c8; }
  .custom_category .page,
  .custom_search .page,
  .custom_brand .page {
    margin: 0 0 50px; }
  .custom_category .accordion-nav-clear-holder,
  .custom_search .accordion-nav-clear-holder,
  .custom_brand .accordion-nav-clear-holder {
    position: relative;
    background: #F2F2F2;
    height: 43px;
    line-height: 43px; }
    .custom_category .accordion-nav-clear-holder .toggleLink,
    .custom_search .accordion-nav-clear-holder .toggleLink,
    .custom_brand .accordion-nav-clear-holder .toggleLink {
      padding: 0 13px 0 15px;
      height: 43px;
      border: 0; }
    .custom_category .accordion-nav-clear-holder .accordion-title,
    .custom_search .accordion-nav-clear-holder .accordion-title,
    .custom_brand .accordion-nav-clear-holder .accordion-title {
      font-family: "Lato", sans-serif;
      font-size: 18px;
      color: #000000;
      font-weight: 700;
      padding: 0; }
    .custom_category .accordion-nav-clear-holder .icon svg,
    .custom_search .accordion-nav-clear-holder .icon svg,
    .custom_brand .accordion-nav-clear-holder .icon svg {
      fill: #000000; }
  .custom_category .accordion .accordion-content,
  .custom_category .accordion-block .accordion-content,
  .custom_search .accordion .accordion-content,
  .custom_search .accordion-block .accordion-content,
  .custom_brand .accordion .accordion-content,
  .custom_brand .accordion-block .accordion-content {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 0 15px; }
    .custom_category .accordion .accordion-content.shape-d ul,
    .custom_category .accordion-block .accordion-content.shape-d ul,
    .custom_search .accordion .accordion-content.shape-d ul,
    .custom_search .accordion-block .accordion-content.shape-d ul,
    .custom_brand .accordion .accordion-content.shape-d ul,
    .custom_brand .accordion-block .accordion-content.shape-d ul {
      display: flex;
      margin: 0 -10px; }
      .custom_category .accordion .accordion-content.shape-d ul li,
      .custom_category .accordion-block .accordion-content.shape-d ul li,
      .custom_search .accordion .accordion-content.shape-d ul li,
      .custom_search .accordion-block .accordion-content.shape-d ul li,
      .custom_brand .accordion .accordion-content.shape-d ul li,
      .custom_brand .accordion-block .accordion-content.shape-d ul li {
        width: 60px;
        height: 63px;
        border: 1px solid #CCCCCC;
        margin: 0 10px;
        position: relative; }
        .custom_category .accordion .accordion-content.shape-d ul li a,
        .custom_category .accordion-block .accordion-content.shape-d ul li a,
        .custom_search .accordion .accordion-content.shape-d ul li a,
        .custom_search .accordion-block .accordion-content.shape-d ul li a,
        .custom_brand .accordion .accordion-content.shape-d ul li a,
        .custom_brand .accordion-block .accordion-content.shape-d ul li a {
          padding: 0;
          font-size: 10px;
          text-align: center;
          display: flex;
          flex-direction: column;
          align-items: center; }
    .custom_category .accordion .accordion-content.shape-d .opt-img,
    .custom_category .accordion-block .accordion-content.shape-d .opt-img,
    .custom_search .accordion .accordion-content.shape-d .opt-img,
    .custom_search .accordion-block .accordion-content.shape-d .opt-img,
    .custom_brand .accordion .accordion-content.shape-d .opt-img,
    .custom_brand .accordion-block .accordion-content.shape-d .opt-img {
      height: 30px;
      line-height: 30px;
      display: flex;
      margin-top: 7px;
      align-items: center; }
    .custom_category .accordion .accordion-content.shape-d .opt-lbl,
    .custom_category .accordion-block .accordion-content.shape-d .opt-lbl,
    .custom_search .accordion .accordion-content.shape-d .opt-lbl,
    .custom_search .accordion-block .accordion-content.shape-d .opt-lbl,
    .custom_brand .accordion .accordion-content.shape-d .opt-lbl,
    .custom_brand .accordion-block .accordion-content.shape-d .opt-lbl {
      line-height: 1;
      position: absolute;
      bottom: 5px; }
  .custom_category .accordion .navList,
  .custom_category .accordion-block .navList,
  .custom_search .accordion .navList,
  .custom_search .accordion-block .navList,
  .custom_brand .accordion .navList,
  .custom_brand .accordion-block .navList {
    padding: 22px 0 13px 0;
    list-style: none; }
  .custom_category .accordion a.toggleLink span,
  .custom_category .accordion-block a.toggleLink span,
  .custom_search .accordion a.toggleLink span,
  .custom_search .accordion-block a.toggleLink span,
  .custom_brand .accordion a.toggleLink span,
  .custom_brand .accordion-block a.toggleLink span {
    font-size: 16px;
    color: #333333;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center; }
    .custom_category .accordion a.toggleLink span:after,
    .custom_category .accordion-block a.toggleLink span:after,
    .custom_search .accordion a.toggleLink span:after,
    .custom_search .accordion-block a.toggleLink span:after,
    .custom_brand .accordion a.toggleLink span:after,
    .custom_brand .accordion-block a.toggleLink span:after {
      background: url(https://grandart.com/content/images/cp/dd-arrow.svg);
      content: '';
      height: 6px;
      width: 11px;
      display: inline-block;
      position: relative;
      top: 1px;
      left: 5px; }
  .custom_category .accordion-content,
  .custom_search .accordion-content,
  .custom_brand .accordion-content {
    padding: 0; }
    .custom_category .accordion-content.colorCustomOption ul,
    .custom_search .accordion-content.colorCustomOption ul,
    .custom_brand .accordion-content.colorCustomOption ul {
      margin: 0 -10px 10px;
      padding: 10px 0 0; }
      .custom_category .accordion-content.colorCustomOption ul li,
      .custom_search .accordion-content.colorCustomOption ul li,
      .custom_brand .accordion-content.colorCustomOption ul li {
        width: 32px;
        height: 32px;
        float: left;
        margin: 0 10px;
        margin: 0 10px 20px;
        border-radius: 50%; }
  .custom_category .navList-action--checkbox::before,
  .custom_search .navList-action--checkbox::before,
  .custom_brand .navList-action--checkbox::before {
    width: 20px;
    height: 20px;
    margin-top: -10px; }
  .custom_category .navList-action--checkbox::after,
  .custom_search .navList-action--checkbox::after,
  .custom_brand .navList-action--checkbox::after {
    height: 1.5rem;
    width: 1.5rem;
    left: 0;
    margin-top: -0.7rem; }
  .custom_category .facetedSearch-clearLink,
  .custom_search .facetedSearch-clearLink,
  .custom_brand .facetedSearch-clearLink {
    right: 40px;
    top: 0;
    text-decoration: underline; }
  .custom_category .navList-item a,
  .custom_search .navList-item a,
  .custom_brand .navList-item a {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-left: 30px; }
  .custom_category .sidebarBlock.accordion-block,
  .custom_search .sidebarBlock.accordion-block,
  .custom_brand .sidebarBlock.accordion-block {
    margin-top: 0px; }
    .custom_category .sidebarBlock.accordion-block .toggleLink,
    .custom_search .sidebarBlock.accordion-block .toggleLink,
    .custom_brand .sidebarBlock.accordion-block .toggleLink {
      background: #F2F2F2;
      height: 43px;
      line-height: 43px;
      padding: 0 20px;
      border-radius: 0; }
    .custom_category .sidebarBlock.accordion-block .accordion-title,
    .custom_search .sidebarBlock.accordion-block .accordion-title,
    .custom_brand .sidebarBlock.accordion-block .accordion-title {
      padding: 0;
      font-family: "Lato", sans-serif;
      font-size: 18px;
      color: #000000;
      font-weight: 700;
      padding: 0; }
    .custom_category .sidebarBlock.accordion-block svg,
    .custom_search .sidebarBlock.accordion-block svg,
    .custom_brand .sidebarBlock.accordion-block svg {
      fill: #000000; }
    .custom_category .sidebarBlock.accordion-block .expandable-hitarea,
    .custom_search .sidebarBlock.accordion-block .expandable-hitarea,
    .custom_brand .sidebarBlock.accordion-block .expandable-hitarea {
      right: auto;
      left: 18px;
      top: 5px;
      height: 15px;
      width: 15px;
      z-index: 1; }
      .custom_category .sidebarBlock.accordion-block .expandable-hitarea::before,
      .custom_search .sidebarBlock.accordion-block .expandable-hitarea::before,
      .custom_brand .sidebarBlock.accordion-block .expandable-hitarea::before {
        display: none; }
      .custom_category .sidebarBlock.accordion-block .expandable-hitarea:after,
      .custom_search .sidebarBlock.accordion-block .expandable-hitarea:after,
      .custom_brand .sidebarBlock.accordion-block .expandable-hitarea:after {
        content: '';
        background-image: url(https://grandart.com/content/images/cp/dd-arrow.svg);
        background-color: transparent;
        height: 6px;
        background-repeat: no-repeat;
        transform: rotate(270deg); }
    .custom_category .sidebarBlock.accordion-block .collapsable-hitarea,
    .custom_search .sidebarBlock.accordion-block .collapsable-hitarea,
    .custom_brand .sidebarBlock.accordion-block .collapsable-hitarea {
      top: 12px;
      right: auto;
      left: 0;
      height: 10px;
      width: 10px; }
      .custom_category .sidebarBlock.accordion-block .collapsable-hitarea:after,
      .custom_search .sidebarBlock.accordion-block .collapsable-hitarea:after,
      .custom_brand .sidebarBlock.accordion-block .collapsable-hitarea:after {
        background-color: transparent;
        content: '';
        background-repeat: no-repeat;
        height: 6px;
        background-image: url(https://grandart.com/content/images/cp/dd-arrow.svg);
        transform: rotate(180deg); }
    .custom_category .sidebarBlock.accordion-block li.collapsable ul,
    .custom_search .sidebarBlock.accordion-block li.collapsable ul,
    .custom_brand .sidebarBlock.accordion-block li.collapsable ul {
      padding-left: 15px;
      display: block; }
      .custom_category .sidebarBlock.accordion-block li.collapsable ul li .expandable-hitarea:after,
      .custom_search .sidebarBlock.accordion-block li.collapsable ul li .expandable-hitarea:after,
      .custom_brand .sidebarBlock.accordion-block li.collapsable ul li .expandable-hitarea:after {
        content: '';
        background-image: url(https://grandart.com/content/images/cp/dd-arrow.svg);
        transform: rotate(270deg); }
      .custom_category .sidebarBlock.accordion-block li.collapsable ul li a,
      .custom_search .sidebarBlock.accordion-block li.collapsable ul li a,
      .custom_brand .sidebarBlock.accordion-block li.collapsable ul li a {
        font-size: 14px;
        font-weight: normal; }
    .custom_category .sidebarBlock.accordion-block .filetree.treeview,
    .custom_search .sidebarBlock.accordion-block .filetree.treeview,
    .custom_brand .sidebarBlock.accordion-block .filetree.treeview {
      border: 1px solid #ccc;
      padding: 20px 15px 8px 15px;
      list-style: none; }
      .custom_category .sidebarBlock.accordion-block .filetree.treeview .navPages-item input[type="checkbox"],
      .custom_search .sidebarBlock.accordion-block .filetree.treeview .navPages-item input[type="checkbox"],
      .custom_brand .sidebarBlock.accordion-block .filetree.treeview .navPages-item input[type="checkbox"] {
        width: 20px;
        height: 20px;
        appearance: none;
        vertical-align: middle;
        margin: -4px 11px 0 0;
        background: url(https://grandart.com/content/cp_check.png) no-repeat center;
        border-radius: 5px;
        cursor: pointer; }
        .custom_category .sidebarBlock.accordion-block .filetree.treeview .navPages-item input[type="checkbox"]:checked,
        .custom_search .sidebarBlock.accordion-block .filetree.treeview .navPages-item input[type="checkbox"]:checked,
        .custom_brand .sidebarBlock.accordion-block .filetree.treeview .navPages-item input[type="checkbox"]:checked {
          background: url(https://grandart.com/content/cp_checked.png) no-repeat center; }
  .custom_category #facetedSearch-navList--shape,
  .custom_search #facetedSearch-navList--shape,
  .custom_brand #facetedSearch-navList--shape {
    border: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 0;
    max-height: 345px;
    overflow: auto; }
  .custom_category .facetedSearch-refineFilters,
  .custom_search .facetedSearch-refineFilters,
  .custom_brand .facetedSearch-refineFilters {
    padding-left: 15px;
    padding-right: 15px; }
    .custom_category .facetedSearch-refineFilters ul,
    .custom_search .facetedSearch-refineFilters ul,
    .custom_brand .facetedSearch-refineFilters ul {
      margin-left: 0; }
  .custom_category .accordion-block .navList-action,
  .custom_category .accordion-block .navList-item,
  .custom_search .accordion-block .navList-action,
  .custom_search .accordion-block .navList-item,
  .custom_brand .accordion-block .navList-action,
  .custom_brand .accordion-block .navList-item {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #333333;
    text-transform: capitalize;
    margin: 0 0 17px 0;
    padding: 0;
    cursor: pointer; }
    .custom_category .accordion-block .navList-action:last-child,
    .custom_category .accordion-block .navList-item:last-child,
    .custom_search .accordion-block .navList-action:last-child,
    .custom_search .accordion-block .navList-item:last-child,
    .custom_brand .accordion-block .navList-action:last-child,
    .custom_brand .accordion-block .navList-item:last-child {
      margin-bottom: 7px; }
    .custom_category .accordion-block .navList-action:hover,
    .custom_category .accordion-block .navList-item:hover,
    .custom_search .accordion-block .navList-action:hover,
    .custom_search .accordion-block .navList-item:hover,
    .custom_brand .accordion-block .navList-action:hover,
    .custom_brand .accordion-block .navList-item:hover {
      color: #FBB52B; }
    .custom_category .accordion-block .navList-action input[type="checkbox"],
    .custom_category .accordion-block .navList-item input[type="checkbox"],
    .custom_search .accordion-block .navList-action input[type="checkbox"],
    .custom_search .accordion-block .navList-item input[type="checkbox"],
    .custom_brand .accordion-block .navList-action input[type="checkbox"],
    .custom_brand .accordion-block .navList-item input[type="checkbox"] {
      width: 20px;
      height: 20px;
      appearance: none;
      vertical-align: middle;
      margin: -3px 11px 0 0;
      background: url(https://grandart.com/content/cp_check.png) no-repeat center;
      border-radius: 5px;
      cursor: pointer; }
      .custom_category .accordion-block .navList-action input[type="checkbox"]:checked,
      .custom_category .accordion-block .navList-item input[type="checkbox"]:checked,
      .custom_search .accordion-block .navList-action input[type="checkbox"]:checked,
      .custom_search .accordion-block .navList-item input[type="checkbox"]:checked,
      .custom_brand .accordion-block .navList-action input[type="checkbox"]:checked,
      .custom_brand .accordion-block .navList-item input[type="checkbox"]:checked {
        background: url(https://grandart.com/content/cp_checked.png) no-repeat center; }
    .custom_category .accordion-block .navList-action input[type="radio"],
    .custom_category .accordion-block .navList-item input[type="radio"],
    .custom_search .accordion-block .navList-action input[type="radio"],
    .custom_search .accordion-block .navList-item input[type="radio"],
    .custom_brand .accordion-block .navList-action input[type="radio"],
    .custom_brand .accordion-block .navList-item input[type="radio"] {
      width: 20px;
      height: 20px;
      vertical-align: middle;
      margin: -3px 11px 0 0;
      cursor: pointer; }
  .custom_category .accordion-block #facetedSearch-content--size > a.toggleLink:last-child,
  .custom_search .accordion-block #facetedSearch-content--size > a.toggleLink:last-child,
  .custom_brand .accordion-block #facetedSearch-content--size > a.toggleLink:last-child {
    margin: -10px 0 20px 0;
    display: block; }
    .custom_category .accordion-block #facetedSearch-content--size > a.toggleLink:last-child:hover,
    .custom_search .accordion-block #facetedSearch-content--size > a.toggleLink:last-child:hover,
    .custom_brand .accordion-block #facetedSearch-content--size > a.toggleLink:last-child:hover {
      color: #FBB52B; }
  .custom_category .accordion-block label.navList-action input[type="checkbox"],
  .custom_search .accordion-block label.navList-action input[type="checkbox"],
  .custom_brand .accordion-block label.navList-action input[type="checkbox"] {
    width: 20px;
    height: 20px;
    appearance: none;
    vertical-align: middle;
    margin: -3px 11px 0 0;
    background: url(https://grandart.com/content/cp_check.png) no-repeat center;
    border-radius: 5px;
    cursor: pointer; }
    .custom_category .accordion-block label.navList-action input[type="checkbox"]:checked,
    .custom_search .accordion-block label.navList-action input[type="checkbox"]:checked,
    .custom_brand .accordion-block label.navList-action input[type="checkbox"]:checked {
      background: url(https://grandart.com/content/cp_checked.png) no-repeat center; }
  .custom_category .card .price-section--withoutTax .price-label,
  .custom_search .card .price-section--withoutTax .price-label,
  .custom_brand .card .price-section--withoutTax .price-label {
    width: 100%; }
  .custom_category div.card-text,
  .custom_search div.card-text,
  .custom_brand div.card-text {
    min-height: 52px;
    display: flex;
    align-items: end;
    flex-wrap: wrap; }

.pagination {
  clear: both;
  margin-top: 18px;
  margin-bottom: 70px; }
  .pagination .pagination-item a {
    font-family: "Lato", sans-serif;
    color: #cccccc;
    font-size: 18px;
    font-weight: 700; }
  .pagination .pagination-item--next,
  .pagination .pagination-item--previous,
  .pagination .pagination-item--next,
  .pagination .pagination-item--previous {
    float: none; }
    .pagination .pagination-item--next a,
    .pagination .pagination-item--previous a,
    .pagination .pagination-item--next a,
    .pagination .pagination-item--previous a {
      font-family: "Lato", sans-serif;
      color: #333333;
      font-size: 18px;
      font-weight: 700; }
    .pagination .pagination-item--next .icon,
    .pagination .pagination-item--previous .icon,
    .pagination .pagination-item--next .icon,
    .pagination .pagination-item--previous .icon {
      display: none; }
  .pagination .pagination-item--next {
    margin-left: 13px; }
    .pagination .pagination-item--next a {
      color: #FBB52B; }
  .pagination .pagination-item--next {
    margin-right: 13px; }
  .pagination .pagination-item--current {
    border: 0; }
    .pagination .pagination-item--current a {
      font-family: "Lato", sans-serif;
      color: #333333;
      font-weight: 700;
      font-size: 18px; }

/* CP page end */
/* SCP start */
.cp-banners {
  float: left;
  width: 100%;
  position: relative; }
  .cp-banners .data-wraper {
    position: relative; }
  .cp-banners .img-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    margin: 0;
    color: #fff;
    margin: -10px 0 0 0;
    letter-spacing: .5px; }
  .cp-banners .page-heading {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 1.14px;
    color: #fff;
    text-transform: capitalize;
    font-family: "ITC Caslon 224 Std";
    font-weight: 700;
    margin: 0; }
  .cp-banners nav {
    position: absolute;
    left: 0;
    bottom: 21px;
    width: 100%; }
  .cp-banners .breadcrumbs {
    margin: 0; }
    .cp-banners .breadcrumbs a {
      color: #fff;
      font-size: 16px;
      line-height: 16px;
      letter-spacing: 0px;
      color: #FFFFFF;
      text-transform: uppercase;
      font-weight: 400; }
    .cp-banners .breadcrumbs .is-active a {
      color: #fff;
      font-weight: 400; }
  .cp-banners .breadcrumb:not(:first-child)::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-right: none;
    transform: none;
    margin: 0 5px 2px 7px; }

.sub-category-description {
  float: left;
  width: 100%;
  background: url(https://grandart.com/content/images/au/au_banner_text_bg.svg) no-repeat left top;
  background-size: cover;
  padding: 73px 0 74px 0; }
  .sub-category-description .container {
    max-width: 1210px; }
  .sub-category-description p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0.24px;
    color: #626262;
    margin: 0;
    text-align: center; }

.subcategory-template {
  float: left;
  width: 100%; }

.sub-category-listing {
  float: left;
  width: 100%;
  margin: 50px 0 0 0; }
  .sub-category-listing .navList {
    list-style: none;
    padding: 0;
    margin: 0 -15px; }
  .sub-category-listing .cat-item {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin: 0 0 40px 0; }
  .sub-category-listing .cat-image .navList-action {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 100%; }
    .sub-category-listing .cat-image .navList-action img {
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      height: 100%;
      object-fit: contain; }
      .sub-category-listing .cat-image .navList-action img:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease; }
  .sub-category-listing .navList-action {
    padding: 0;
    margin: 23px 0 13px 0;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    font-family: "ITC Caslon 224 Std";
    letter-spacing: 0px;
    color: #1F1F1F;
    text-transform: capitalize; }
    .sub-category-listing .navList-action:hover {
      color: #FBB52B; }

/* SCP end */
/* Product Page Start*/
.breadcrum-area ol.breadcrumbs {
  text-align: left; }
  .breadcrum-area ol.breadcrumbs .breadcrumb a {
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase; }
    .breadcrum-area ol.breadcrumbs .breadcrumb a:hover {
      color: #FBB52B; }
  .breadcrum-area ol.breadcrumbs .breadcrumb.is-active a {
    color: #FBB52B; }

.breadcrum-area .breadcrumb:not(:first-child)::before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
  border-right: none;
  transform: none;
  margin: 0 5px 2px 7px; }

.img-section {
  float: left;
  width: 730px;
  margin-right: 50px; }
  .img-section .productView-images {
    width: 100%; }
  .img-section .productView-image {
    min-height: 800px;
    min-width: inherit;
    border: 1px solid #CCCCCC; }
  .img-section .thumbnail-slider {
    width: 135px;
    margin-right: 20px; }
    .img-section .thumbnail-slider ul {
      margin: 0; }
      .img-section .thumbnail-slider ul li {
        text-align: center;
        padding: 0;
        height: 144px;
        vertical-align: middle;
        line-height: 144px;
        border: 1px solid #cbcbcb;
        background: #F7F7F7;
        margin: 0 0 20px;
        display: flex !important; }
        .img-section .thumbnail-slider ul li img {
          max-width: 100px;
          cursor: pointer;
          margin: auto;
          max-height: 130px;
          width: auto; }
    .img-section .thumbnail-slider .slick-vertical .slick-slide {
      border: 0; }
  .img-section .productView-images {
    padding: 0; }

.img-section .thumbnail-slider .slick-arrow {
  top: auto;
  bottom: -45px;
  transform: none;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  text-align: center;
  background: #F2F4F4;
  border-radius: 50px; }
  .img-section .thumbnail-slider .slick-arrow:hover {
    background: #FBB52B; }

.img-section .thumbnail-slider .slick-prev {
  left: 20px; }
  .img-section .thumbnail-slider .slick-prev::before {
    background: url(https://grandart.com/content/images/hp/reviews_left_arrow.svg) no-repeat center;
    width: 10px;
    height: 22px;
    display: inline-block;
    margin: 0 0 0 -2px;
    background-size: 100%; }
  .img-section .thumbnail-slider .slick-prev:focus {
    background: #FBB52B; }

.img-section .thumbnail-slider .slick-next {
  right: 20px; }
  .img-section .thumbnail-slider .slick-next::before {
    background: url(https://grandart.com/content/images/hp/reviews_right_arrow.svg) no-repeat center;
    width: 10px;
    height: 22px;
    display: inline-block;
    margin: 0 -2px 0 0;
    background-size: 100%; }
  .img-section .thumbnail-slider .slick-next:focus {
    background: #FBB52B; }

.img-section .thumbnail-slider .slick-prev {
  left: 20px; }

.img-section .thumbnail-slider .slick-next {
  right: 20px; }

.pp-right {
  width: calc(100% - 780px);
  float: right; }
  .pp-right .product-heading {
    font-family: "ITC Caslon 224 Std";
    margin: -13px 0 15px;
    font-size: 38px;
    letter-spacing: 1.14px;
    color: #000000;
    line-height: 54px; }
  .pp-right .product-sku-row {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    margin-bottom: 14px; }
  .pp-right .product-price-row {
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-size: 32px;
    color: #000;
    line-height: 1;
    margin-bottom: 11px;
    display: inline-block;
    width: 100%; }
    .pp-right .product-price-row .price-label {
      color: #CCCCCC; }
  .pp-right .product-reviews-section {
    margin-bottom: 30px; }
    .pp-right .product-reviews-section .productView-rating {
      display: flex;
      align-items: center; }
      .pp-right .product-reviews-section .productView-rating span[role="img"] {
        margin-right: 7px; }
    .pp-right .product-reviews-section .productView-reviewLink--new {
      margin-left: 7px; }
  .pp-right .product-options-wrapper .form-fields {
    margin-top: 20px; }
    .pp-right .product-options-wrapper .form-fields.ren-opt-type-rectangles {
      margin-top: 6px; }
    .pp-right .product-options-wrapper .form-fields.available_modifiers {
      margin-top: 8px; }
    .pp-right .product-options-wrapper .form-fields .form-label {
      font-family: "Lato", sans-serif;
      font-weight: 700;
      color: #000000;
      font-size: 18px;
      display: flex;
      align-items: center;
      position: relative; }
      .pp-right .product-options-wrapper .form-fields .form-label .size-icon {
        position: absolute;
        right: 0;
        display: flex;
        align-items: center; }
        .pp-right .product-options-wrapper .form-fields .form-label .size-icon .common-icn {
          padding-right: 5px; }
      .pp-right .product-options-wrapper .form-fields .form-label .common-icn {
        padding-left: 10px; }
      .pp-right .product-options-wrapper .form-fields .form-label .size-chart-link:hover {
        color: #fbb52b; }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-img .form-option {
    width: 125px;
    height: 135px;
    padding: 0 15px;
    border: 1px solid #cbcbcb;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 20px 20px 0; }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-img .form-option-variant {
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-position: top;
    margin-top: 10px; }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-img .swatch-title {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    padding: 0 5px;
    line-height: 18px;
    color: #626262; }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-img:last-child .form-option {
    margin: 0 20px 20px 0; }
  .pp-right .product-options-wrapper .form-option-wrapper .rectangle-box .form-option {
    border-color: #cbcbcb;
    height: 45px;
    line-height: 45px;
    padding: 0;
    width: 75px;
    text-align: center;
    margin: 0 20px 20px 0; }
    .pp-right .product-options-wrapper .form-option-wrapper .rectangle-box .form-option .form-option-variant {
      padding: 0;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      color: #333333;
      font-weight: normal; }
  .pp-right .product-options-wrapper .form-option-wrapper .rectangle-box:last-child .form-option {
    margin-right: 0; }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-color .swatch-title {
    display: none; }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-color .form-option-variant--color {
    height: 45px;
    width: 75px;
    border: 0;
    padding: 0; }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-color .form-option {
    border: 0;
    margin: 0 8px 5px 0;
    padding: 0; }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-color:last-child .form-option {
    margin-right: 0; }
  .pp-right .product-options-wrapper .form-option-wrapper input:focus + label {
    outline: 0 !important;
    outline-offset: 0 !important; }
  .pp-right .product-options-wrapper .form-option-wrapper .form-radio:checked + .form-option {
    background-color: #f7f7f7;
    box-shadow: none;
    outline: none; }
  .pp-right .product-options-wrapper .form-option-wrapper.swatch-color .form-option {
    border: 1px solid transparent; }
  .pp-right .product-options-wrapper .form-option-wrapper.swatch-color .form-radio:checked + .form-option {
    background-color: #f7f7f7;
    box-shadow: none;
    outline: none;
    border: 1px solid #000; }
  .pp-right .product-actions .qty-lbl {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
    display: block; }
  .pp-right .product-actions .form-increment {
    display: flex; }
  .pp-right .product-actions .button-cust {
    height: 45px;
    width: 45px;
    border: 1px solid #cbcbcb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .pp-right .product-actions .button-cust svg {
      fill: #000000; }
  .pp-right .product-actions .qtyTxtWrapper input {
    width: 60px !important;
    height: 45px;
    border: 0;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-align: center; }
  .pp-right .product-actions .quantity-sec {
    margin-bottom: 0px;
    margin-top: 20px; }
  .pp-right .product-actions .add-to-cart-btn {
    float: left;
    width: 100%; }
    .pp-right .product-actions .add-to-cart-btn .button {
      width: 100%;
      font-weight: 900;
      font-size: 16px;
      letter-spacing: 0.45px;
      color: #000;
      background-color: #FBB52B;
      margin-bottom: 0px;
      padding: 0;
      height: 50px;
      line-height: 50px;
      border: 1px solid transparent; }
      .pp-right .product-actions .add-to-cart-btn .button:hover {
        background-color: #F7F7F7;
        border: 1px solid #CBCBCB; }
    .pp-right .product-actions .add-to-cart-btn .button-action-wrapper {
      display: flex;
      gap: 20px; }
    .pp-right .product-actions .add-to-cart-btn .button-action-wrapper > .add-to-cart-btn {
      float: left;
      width: 100%;
      max-width: 325px;
      flex: 1; }
    .pp-right .product-actions .add-to-cart-btn .button-action-wrapper > .wishlist-btn {
      float: right;
      width: calc(50% - 15px);
      flex: 1; }
      .pp-right .product-actions .add-to-cart-btn .button-action-wrapper > .wishlist-btn form {
        margin: 0;
        width: 100%; }
      .pp-right .product-actions .add-to-cart-btn .button-action-wrapper > .wishlist-btn .icon {
        display: none; }
      .pp-right .product-actions .add-to-cart-btn .button-action-wrapper > .wishlist-btn .button {
        margin-bottom: 0;
        text-transform: uppercase;
        background-color: #F7F7F7 !important;
        border: 1px solid #CBCBCB !important; }
        .pp-right .product-actions .add-to-cart-btn .button-action-wrapper > .wishlist-btn .button:hover {
          background-color: #FBB52B !important;
          border: 1px solid transparent !important; }
  .pp-right .addtocart-warning-msg {
    color: #ff0000; }
    .pp-right .addtocart-warning-msg.success {
      color: #15b915; }
  .pp-right #wishlist-dropdown.is-open {
    padding-right: 0; }
    .pp-right #wishlist-dropdown.is-open li .botton:hover {
      background: #FBB52B; }

.size-chart,
.frame-chart {
  display: none;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 999; }
  .size-chart.active,
  .frame-chart.active {
    display: block; }
  .size-chart .pp_modal_inner,
  .frame-chart .pp_modal_inner {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 15px; }
  .size-chart .close-size-chart,
  .size-chart .close-frame-chart,
  .frame-chart .close-size-chart,
  .frame-chart .close-frame-chart {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    font-weight: 700; }
    .size-chart .close-size-chart:hover,
    .size-chart .close-frame-chart:hover,
    .frame-chart .close-size-chart:hover,
    .frame-chart .close-frame-chart:hover {
      background-color: #fbb52b;
      color: #ffffff; }
  .size-chart h3,
  .frame-chart h3 {
    margin: 0 0 15px;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1F1F1F;
    text-transform: capitalize;
    font-weight: 700; }
  .size-chart .size-chart-body table,
  .size-chart .color-chart-body table,
  .frame-chart .size-chart-body table,
  .frame-chart .color-chart-body table {
    width: 100%; }
    .size-chart .size-chart-body table td,
    .size-chart .color-chart-body table td,
    .frame-chart .size-chart-body table td,
    .frame-chart .color-chart-body table td {
      text-align: center;
      padding: 5px 0px; }
    .size-chart .size-chart-body table th,
    .size-chart .color-chart-body table th,
    .frame-chart .size-chart-body table th,
    .frame-chart .color-chart-body table th {
      padding: 5px 0px;
      color: #000000; }

.bottom-wrapper.local-start {
  clear: both;
  margin-top: 73px;
  margin-bottom: 100px;
  display: inline-block;
  width: 100%; }
  .bottom-wrapper.local-start .top-tab-section .tabs .tab {
    margin-right: 50px;
    border-bottom: 2px solid transparent;
    border: 0; }
    .bottom-wrapper.local-start .top-tab-section .tabs .tab a {
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: #707070;
      padding-left: 8px;
      padding-right: 8px; }
    .bottom-wrapper.local-start .top-tab-section .tabs .tab.is-active {
      border: 0;
      border-bottom: 2px solid #FBB52B; }
      .bottom-wrapper.local-start .top-tab-section .tabs .tab.is-active a {
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #000; }
  .bottom-wrapper.local-start .tabs-contents {
    background: url(https://grandart.com/content/images/hp/footer_bg.svg) center top;
    background-size: 100%;
    background-repeat: repeat; }
  .bottom-wrapper.local-start .tab-content {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0.24px; }
    .bottom-wrapper.local-start .tab-content.has-jsContent.is-active {
      padding: 63px 0 120px; }

.related-product-section,
.similar-product-section {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 20px;
  clear: both; }
  .related-product-section .productCarousel-slide,
  .similar-product-section .productCarousel-slide {
    width: calc(100% / 4);
    padding: 0 12.5px; }
    .related-product-section .productCarousel-slide .card,
    .similar-product-section .productCarousel-slide .card {
      background-color: #F4F8F8;
      position: relative; }
      .related-product-section .productCarousel-slide .card .card-figure,
      .similar-product-section .productCarousel-slide .card .card-figure {
        padding: 20px 0;
        background: #f4f8f8; }
      .related-product-section .productCarousel-slide .card .card-img-container,
      .similar-product-section .productCarousel-slide .card .card-img-container {
        background-color: #F4F8F8; }
      .related-product-section .productCarousel-slide .card .card-title,
      .similar-product-section .productCarousel-slide .card .card-title {
        margin-bottom: 12px; }
      .related-product-section .productCarousel-slide .card img,
      .similar-product-section .productCarousel-slide .card img {
        mix-blend-mode: multiply; }
    .related-product-section .productCarousel-slide .wishlist-icon,
    .similar-product-section .productCarousel-slide .wishlist-icon {
      position: absolute;
      top: 20px;
      z-index: 111;
      right: 20px;
      width: 52px;
      height: 52px;
      background: #fff;
      text-align: center;
      line-height: 52px;
      border-radius: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.29));
      cursor: pointer; }
  .related-product-section .rating--small .icon,
  .similar-product-section .rating--small .icon {
    width: 23px;
    height: 21px; }
  .related-product-section .card-body p.card-text,
  .similar-product-section .card-body p.card-text {
    margin-bottom: 13px; }
  .related-product-section .card-body div.card-text,
  .similar-product-section .card-body div.card-text {
    height: 48px;
    display: flex;
    align-items: end; }
  .related-product-section .container,
  .similar-product-section .container {
    padding: 0;
    margin: 0 -12.5px; }
  .related-product-section > h3,
  .similar-product-section > h3 {
    font-family: "ITC Caslon 224 Std";
    font-size: 38px;
    letter-spacing: 1.14px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin: 80px 0 30px;
    display: inline-block;
    width: 100%; }

.addtocart-success-msg {
  color: #16bf16; }

.toggle.videoGallery {
  border: 0; }
  .toggle.videoGallery h4 {
    margin-top: 0; }

/* Product skeleton start */
.product-detail-wrapper-skeleton .breadcrumb {
  height: 24px;
  width: 70px; }

.product-detail-wrapper-skeleton .breadcrum-area .breadcrumb:not(:first-child)::before {
  display: none; }

.product-detail-wrapper-skeleton .pp-right .product-heading {
  margin-top: 0;
  height: 54px; }

.product-detail-wrapper-skeleton .pp-right .product-options-wrapper .form-fields .form-label {
  height: 27px; }

.product-detail-wrapper-skeleton .pp-right .product-options-wrapper .form-option-wrapper .rectangle-box .form-option {
  display: flex; }

.product-detail-wrapper-skeleton .pp-right .product-actions .qty-lbl {
  height: 24px; }

.product-detail-wrapper-skeleton .pp-right .product-actions .qtyTxtWrapper {
  width: 50px; }

.product-detail-wrapper-skeleton .pp-right .product-actions .add-to-cart-btn {
  height: 50px; }

.product-detail-wrapper-skeleton .pp-right .sell-handicraft ul li.skeleton {
  padding: 0;
  margin: 0px 10px; }
  .product-detail-wrapper-skeleton .pp-right .sell-handicraft ul li.skeleton img {
    visibility: hidden;
    min-height: 70px; }

.product-detail-wrapper-skeleton .bottom-wrapper.local-start .top-tab-section .tabs .tab {
  width: 120px; }

/* Product skeleton ENd */
/* Product Page End*/
/* Cp skeletop start */
.custom_category .skeleton-cat-wrapper,
.custom_search .skeleton-cat-wrapper,
.custom_brand .skeleton-cat-wrapper {
  display: inline-block;
  width: 100%; }
  .custom_category .skeleton-cat-wrapper .treeview li a,
  .custom_search .skeleton-cat-wrapper .treeview li a,
  .custom_brand .skeleton-cat-wrapper .treeview li a {
    margin-bottom: 10px;
    height: 15px; }
  .custom_category .skeleton-cat-wrapper .sidebarBlock.accordion-block .accordion-title,
  .custom_search .skeleton-cat-wrapper .sidebarBlock.accordion-block .accordion-title,
  .custom_brand .skeleton-cat-wrapper .sidebarBlock.accordion-block .accordion-title {
    width: 150px; }
  .custom_category .skeleton-cat-wrapper .sidebarBlock.accordion-block .collapsable-hitarea:after,
  .custom_search .skeleton-cat-wrapper .sidebarBlock.accordion-block .collapsable-hitarea:after,
  .custom_brand .skeleton-cat-wrapper .sidebarBlock.accordion-block .collapsable-hitarea:after {
    display: none; }
  .custom_category .skeleton-cat-wrapper .sidebarBlock.accordion-block .expandable-hitarea:after,
  .custom_search .skeleton-cat-wrapper .sidebarBlock.accordion-block .expandable-hitarea:after,
  .custom_brand .skeleton-cat-wrapper .sidebarBlock.accordion-block .expandable-hitarea:after {
    display: none; }
  .custom_category .skeleton-cat-wrapper .actionBar .form-fieldset .form-label,
  .custom_search .skeleton-cat-wrapper .actionBar .form-fieldset .form-label,
  .custom_brand .skeleton-cat-wrapper .actionBar .form-fieldset .form-label {
    width: 80px; }
  .custom_category .skeleton-cat-wrapper .actionBar .form-fieldset select,
  .custom_search .skeleton-cat-wrapper .actionBar .form-fieldset select,
  .custom_brand .skeleton-cat-wrapper .actionBar .form-fieldset select {
    width: 180px;
    background: none; }
  .custom_category .skeleton-cat-wrapper .accordion-nav-clear-holder .accordion-title,
  .custom_search .skeleton-cat-wrapper .accordion-nav-clear-holder .accordion-title,
  .custom_brand .skeleton-cat-wrapper .accordion-nav-clear-holder .accordion-title {
    width: 150px; }
  .custom_category .skeleton-cat-wrapper .toggleLink-text--off,
  .custom_search .skeleton-cat-wrapper .toggleLink-text--off,
  .custom_brand .skeleton-cat-wrapper .toggleLink-text--off {
    width: 150px;
    margin-bottom: 10px; }
  .custom_category .skeleton-cat-wrapper .navList-action--checkbox::before,
  .custom_search .skeleton-cat-wrapper .navList-action--checkbox::before,
  .custom_brand .skeleton-cat-wrapper .navList-action--checkbox::before {
    margin-left: -25px; }
  .custom_category .skeleton-cat-wrapper .navList-item a,
  .custom_search .skeleton-cat-wrapper .navList-item a,
  .custom_brand .skeleton-cat-wrapper .navList-item a {
    margin-left: 20px;
    width: calc(100% - 20px); }
  .custom_category .skeleton-cat-wrapper .accordion--navList .accordion-block ul,
  .custom_search .skeleton-cat-wrapper .accordion--navList .accordion-block ul,
  .custom_brand .skeleton-cat-wrapper .accordion--navList .accordion-block ul {
    padding: 13px 0;
    margin: 0; }
  .custom_category .skeleton-cat-wrapper .accordion .accordion-content.shape-d ul li a,
  .custom_search .skeleton-cat-wrapper .accordion .accordion-content.shape-d ul li a,
  .custom_brand .skeleton-cat-wrapper .accordion .accordion-content.shape-d ul li a {
    width: 100%;
    margin-left: 0; }
  .custom_category .skeleton-cat-wrapper .accordion .accordion-content.shape-d .opt-img,
  .custom_category .skeleton-cat-wrapper .accordion .accordion-content.shape-d .opt-lbl,
  .custom_search .skeleton-cat-wrapper .accordion .accordion-content.shape-d .opt-img,
  .custom_search .skeleton-cat-wrapper .accordion .accordion-content.shape-d .opt-lbl,
  .custom_brand .skeleton-cat-wrapper .accordion .accordion-content.shape-d .opt-img,
  .custom_brand .skeleton-cat-wrapper .accordion .accordion-content.shape-d .opt-lbl {
    width: 45px; }
  .custom_category .skeleton-cat-wrapper .accordion-content.colorCustomOption .navList-item a,
  .custom_search .skeleton-cat-wrapper .accordion-content.colorCustomOption .navList-item a,
  .custom_brand .skeleton-cat-wrapper .accordion-content.colorCustomOption .navList-item a {
    width: 100%;
    margin-left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%; }
  .custom_category .skeleton-cat-wrapper .productGrid .rating--small .icon,
  .custom_search .skeleton-cat-wrapper .productGrid .rating--small .icon,
  .custom_brand .skeleton-cat-wrapper .productGrid .rating--small .icon {
    border-radius: 50%; }
  .custom_category .skeleton-cat-wrapper .card .price-section--withoutTax .price-label,
  .custom_search .skeleton-cat-wrapper .card .price-section--withoutTax .price-label,
  .custom_brand .skeleton-cat-wrapper .card .price-section--withoutTax .price-label {
    width: 80px; }
  .custom_category .skeleton-cat-wrapper .card .price-section--withoutTax .price,
  .custom_search .skeleton-cat-wrapper .card .price-section--withoutTax .price,
  .custom_brand .skeleton-cat-wrapper .card .price-section--withoutTax .price {
    width: 160px;
    display: block; }
  .custom_category .skeleton-cat-wrapper .pagination .pagination-list .pagination-item,
  .custom_search .skeleton-cat-wrapper .pagination .pagination-list .pagination-item,
  .custom_brand .skeleton-cat-wrapper .pagination .pagination-list .pagination-item {
    width: 30px;
    height: 30px;
    border-radius: 0; }
  .custom_category .skeleton-cat-wrapper .pagination .pagination-list li a,
  .custom_search .skeleton-cat-wrapper .pagination .pagination-list li a,
  .custom_brand .skeleton-cat-wrapper .pagination .pagination-list li a {
    border-radius: 0; }
  .custom_category .skeleton-cat-wrapper .pagination .pagination-list .pagination-item--next,
  .custom_search .skeleton-cat-wrapper .pagination .pagination-list .pagination-item--next,
  .custom_brand .skeleton-cat-wrapper .pagination .pagination-list .pagination-item--next {
    width: 50px; }

.custom_category div.card-text,
.custom_search div.card-text,
.custom_brand div.card-text {
  flex-wrap: wrap; }

.custom_category .card-body span.price-label,
.custom_search .card-body span.price-label,
.custom_brand .card-body span.price-label {
  display: block;
  color: #626262;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 8px 0;
  width: 100%; }

.custom_category .price-section.price-section--withoutTax span.price.price--non-sale,
.custom_search .price-section.price-section--withoutTax span.price.price--non-sale,
.custom_brand .price-section.price-section--withoutTax span.price.price--non-sale {
  padding-left: 0;
  font-size: 15px; }
  .custom_category .price-section.price-section--withoutTax span.price.price--non-sale:empty,
  .custom_search .price-section.price-section--withoutTax span.price.price--non-sale:empty,
  .custom_brand .price-section.price-section--withoutTax span.price.price--non-sale:empty {
    display: none; }

.custom_category .card .price-section,
.custom_search .card .price-section,
.custom_brand .card .price-section {
  font-size: 16px; }

.custom_search .page {
  max-width: 1460px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto; }

.custom_brands .page {
  max-width: 1460px;
  padding: 0 20px;
  margin: 0 auto; }

.custom_brands .card {
  padding: 0;
  border: 1px #ccc solid; }
  .custom_brands .card .card-img-container {
    max-width: 100%;
    height: auto; }
    .custom_brands .card .card-img-container img {
      position: unset; }
  .custom_brands .card .card-figure {
    padding: 0 15px; }
  .custom_brands .card .card-body {
    padding: 0; }
  .custom_brands .card .card-title {
    margin: 0;
    height: auto;
    padding: 15px 0;
    background: #FBB52B;
    border-top: 1px solid #FBB52B; }
    .custom_brands .card .card-title:hover {
      background-color: #f7f7f7;
      border-top: 1px solid #cbcbcb;
      color: #000; }
    .custom_brands .card .card-title a {
      color: #000000; }

.custom_default span.wishlist-icon {
  /* display: none;*/ }

.custom_default .card .card-title {
  height: 24px; }
  .custom_default .card .card-title a {
    line-height: 24px; }

.navUser-item--cart .dropdown-menu.is-open {
  width: 450px;
  max-width: initial;
  top: 40px !important; }

.header .user-settings .navUser-section .navUser-item--cart li {
  display: flex;
  max-width: 100%;
  align-items: center; }
  .header .user-settings .navUser-section .navUser-item--cart li:first-child {
    display: flex; }
  .header .user-settings .navUser-section .navUser-item--cart li a {
    font-family: "ITC Caslon 224 Std";
    font-size: 18px;
    line-height: 24px;
    color: #000; }
    .header .user-settings .navUser-section .navUser-item--cart li a:hover {
      color: #FBB52B; }
  .header .user-settings .navUser-section .navUser-item--cart li .previewCartItem-price {
    font-size: 16px;
    color: #000; }

.header .user-settings .navUser-section .navUser-item--cart .previewCartList {
  max-height: 280px;
  overflow-y: auto;
  display: block;
  width: 100%; }

.quickSearchResults {
  position: absolute;
  width: 100%;
  z-index: 111;
  top: 50px;
  background: #fff;
  right: 0;
  padding-bottom: 0; }
  .quickSearchResults .wishlist-icon {
    display: none; }
  .quickSearchResults .modal-close {
    top: 10px; }
  .quickSearchResults .productGrid {
    margin: 0 !important;
    overflow-y: auto;
    max-height: 430px;
    padding-top: 10px; }
    .quickSearchResults .productGrid .product {
      width: 100% !important;
      padding: 10px 15px;
      border-bottom: 1px solid #ccc;
      background: #fff; }
  .quickSearchResults .card--alternate {
    border: 0;
    display: flex;
    padding: 0;
    margin: 0; }
  .quickSearchResults .card--alternate:hover {
    border: 0; }
  .quickSearchResults .card .card-figure {
    float: left;
    width: 100px;
    padding: 0 10px;
    display: flex;
    align-items: center; }
  .quickSearchResults .card .card-body {
    background: none;
    float: right;
    width: calc(100% - 100px);
    padding: 0; }
  .quickSearchResults .card .rating--small {
    display: none; }
  .quickSearchResults .card .card-img-container {
    height: auto; }
    .quickSearchResults .card .card-img-container img {
      position: unset; }
  .quickSearchResults .card .card-title {
    height: auto;
    margin-bottom: 10px; }
  .quickSearchResults p.quickSearchMessage {
    font-size: 18px;
    margin-bottom: 20px; }

/* header megamenu */
.navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
  height: 10px;
  width: 16px; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon svg {
    fill: #ffffff;
    stroke: #ffffff; }

.header .navPages-container .navPages li {
  width: auto; }
  .header .navPages-container .navPages li a:hover {
    color: #FBB52B; }
    .header .navPages-container .navPages li a:hover svg {
      fill: #FBB52B;
      stroke: #FBB52B; }
  .header .navPages-container .navPages li button:hover {
    color: #FBB52B; }
    .header .navPages-container .navPages li button:hover svg {
      fill: #FBB52B;
      stroke: #FBB52B; }

.header .navPages-container .navPages > .navPages-list > li {
  position: relative; }
  .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu {
    display: block;
    left: 0;
    width: 100%;
    max-width: 1255px;
    right: 0;
    margin: 0 auto;
    background: #ffffff;
    padding: 25px 40px !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
    max-height: 600px;
    overflow-y: auto;
    min-width: 300px; }
    .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.main_Colors {
      max-width: 680px;
      min-width: 680px;
      right: 0;
      left: auto; }
      .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.main_Colors .left-side-mega {
        width: 100%; }
        .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.main_Colors .left-side-mega li {
          width: 20%;
          float: left;
          display: inline-block;
          border: 0;
          background: transparent;
          text-align: center; }
          .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.main_Colors .left-side-mega li:last-child {
            width: 100%;
            justify-content: center;
            text-align: center; }
            .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.main_Colors .left-side-mega li:last-child .button {
              max-width: 150px;
              text-align: center;
              display: block;
              float: none;
              margin: 10px auto 0; }
    .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.main_Subjects, .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.main_Styles {
      min-width: 760px;
      max-height: calc(100vh - 180px); }
    .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.main_Rooms {
      min-width: 300px;
      padding: 0px !important; }

.header .navPages-container .left-side-mega {
  float: left;
  width: 300px;
  padding: 0 0px; }
  .header .navPages-container .left-side-mega .navPage-subMenu-list {
    display: block;
    width: 100%;
    padding: 0; }
    .header .navPages-container .left-side-mega .navPage-subMenu-list.Subjects {
      position: relative; }
      .header .navPages-container .left-side-mega .navPage-subMenu-list.Subjects li:nth-child(n+10) {
        display: none; }
    .header .navPages-container .left-side-mega .navPage-subMenu-list.Colors li a {
      width: 100%;
      text-transform: capitalize;
      text-align: center;
      line-height: normal; }
    .header .navPages-container .left-side-mega .navPage-subMenu-list.Colors .cat-img-thumb {
      display: none; }
      .header .navPages-container .left-side-mega .navPage-subMenu-list.Colors .cat-img-thumb.colorswatch {
        display: inline-block;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 1px solid #cccccc;
        overflow: hidden;
        margin: 0px;
        float: none;
        min-width: auto; }
        .header .navPages-container .left-side-mega .navPage-subMenu-list.Colors .cat-img-thumb.colorswatch.Black.white {
          background: white !important;
          position: relative; }
          .header .navPages-container .left-side-mega .navPage-subMenu-list.Colors .cat-img-thumb.colorswatch.Black.white:before {
            content: "";
            position: absolute;
            background: #000;
            left: 0;
            width: 50%;
            border-top-left-radius: 50%;
            border-bottom-left-radius: 50%;
            top: 0;
            bottom: 0; }
          .header .navPages-container .left-side-mega .navPage-subMenu-list.Colors .cat-img-thumb.colorswatch.Black.white:after {
            content: "";
            position: absolute;
            background: #fff;
            left: auto;
            right: 0;
            width: 50%;
            border-top-right-radius: 50%;
            border-bottom-right-radius: 50%;
            top: 0;
            bottom: 0; }
    .header .navPages-container .left-side-mega .navPage-subMenu-list li {
      width: 100%;
      padding: 8px !important;
      border-top: 1px solid #cccccc;
      border-bottom: 0px;
      margin-bottom: 0px;
      display: flex;
      align-items: center;
      justify-content: end; }
      .header .navPages-container .left-side-mega .navPage-subMenu-list li .button {
        width: calc(100% + 16px);
        padding: 10px 20px;
        margin: 0 -10px;
        text-align: center; }
      .header .navPages-container .left-side-mega .navPage-subMenu-list li a {
        color: #505F68;
        padding: 0;
        margin: 0;
        float: right;
        width: calc(100% - 45px);
        border: 0;
        font-size: 16px;
        text-align: left; }
        .header .navPages-container .left-side-mega .navPage-subMenu-list li a svg {
          fill: #505F68;
          stroke: #505F68; }
        .header .navPages-container .left-side-mega .navPage-subMenu-list li a .collapsible-icon-wrapper {
          display: inline-block;
          flex-basis: max-content; }
          .header .navPages-container .left-side-mega .navPage-subMenu-list li a .collapsible-icon-wrapper i {
            display: block;
            transform: rotate(270deg); }
      .header .navPages-container .left-side-mega .navPage-subMenu-list li.navPage-subMenu-item span.cat-img-thumb {
        float: left;
        max-width: 35px;
        max-height: 35px;
        margin-right: 10px;
        min-width: 35px; }
      .header .navPages-container .left-side-mega .navPage-subMenu-list li:hover {
        background: #f8f8f8;
        cursor: pointer; }
        .header .navPages-container .left-side-mega .navPage-subMenu-list li:hover .navPage-childList {
          display: block;
          padding: 20px; }
      .header .navPages-container .left-side-mega .navPage-subMenu-list li:first-child {
        background: #f8f8f8;
        cursor: pointer; }
        .header .navPages-container .left-side-mega .navPage-subMenu-list li:first-child .navPage-childList {
          padding: 20px; }
  .header .navPages-container .left-side-mega .navPage-childList {
    position: absolute;
    display: none;
    left: 290px;
    height: 100%;
    background: #f8f8f8;
    max-width: 365px;
    min-width: 365px;
    top: 0px;
    overflow-y: auto;
    border-left: 30px #fff solid; }
    .header .navPages-container .left-side-mega .navPage-childList li {
      background: #ffffff;
      text-align: left;
      border: 0;
      margin-bottom: 10px; }
      .header .navPages-container .left-side-mega .navPage-childList li a {
        width: 100%;
        color: #969696;
        text-transform: capitalize;
        font-size: 16px;
        padding-left: 10px; }
    .header .navPages-container .left-side-mega .navPage-childList::before {
      content: '';
      display: block;
      width: 30px;
      position: absolute;
      left: -30px;
      background: transparent;
      height: 100%;
      top: 0; }

.header .navPages-container .right-side-mega {
  float: right;
  max-width: 470px; }

.header .navPages-container ul.navPage-childList .maincat-img-thumb {
  max-width: 35px;
  display: block; }

.header .navPages-container ul.navPage-childList li {
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important; }
  .header .navPages-container ul.navPage-childList li:hover {
    border-top: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc !important; }

/* header megamenu */
.custom_login .forgot-password {
  line-height: 50px; }

.custom_cart .page {
  margin: 0; }

.custom_cart .page-content {
  max-width: 1460px;
  margin: 0 auto 50px;
  padding: 0 20px;
  float: none; }

.custom_cart .cart-header-item {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 700; }

.custom_cart .cart-item-name__label {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  color: #1f1f1f;
  text-transform: capitalize;
  font-weight: 700; }

.custom_cart .cart-item-info {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
  font-weight: 900; }

.custom_cart .cart-item-title a:hover {
  color: #FBD753; }

.custom_cart .cart-item-info svg {
  fill: #000000; }

.custom_cart .cart-item-info input {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #1f1f1f; }

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

.custom_cart .estimator-form-input .form-input,
.custom_cart .estimator-form-input .form-select,
.custom_cart .coupon-form .form-input,
.custom_cart .coupon-form .form-select,
.custom_cart .cart-gift-certificate-form .form-input,
.custom_cart .cart-gift-certificate-form .form-select {
  height: 42px; }

.custom_forgotpassword .button {
  line-height: 1rem; }

.custom_forgotpassword .form-prefixPostfix--centeredColumn.wrap .form-label {
  width: 100%; }

.custom_forgotpassword .form-prefixPostfix--centeredColumn.wrap .button {
  margin: 0px;
  border-radius: 5px; }

.custom_wishlists .alertBox-message {
  color: #ffffff; }

.custom_wishlists .alertBox--info svg {
  fill: #ffffff; }

.account .navBar--sub .navBar-action {
  font-size: 16px; }

.custom_account_recentitems .productGrid,
.custom_wishlist .productGrid {
  margin: 0 auto;
  max-width: 1500px;
  padding: 0; }
  .custom_account_recentitems .productGrid .card,
  .custom_wishlist .productGrid .card {
    background: #F4F8F8;
    position: relative; }
    .custom_account_recentitems .productGrid .card .card-figure,
    .custom_wishlist .productGrid .card .card-figure {
      background-color: transparent;
      padding: 40px 0 20px; }
    .custom_account_recentitems .productGrid .card .card-title,
    .custom_wishlist .productGrid .card .card-title {
      height: auto;
      overflow: visible; }
  .custom_account_recentitems .productGrid .wishlist-icon,
  .custom_wishlist .productGrid .wishlist-icon {
    position: absolute;
    top: 20px;
    z-index: 111;
    right: 20px;
    width: 52px;
    height: 52px;
    background: #ffffff;
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.29));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.29));
    cursor: pointer; }

.custom_brand,
.custom_search {
  /*
    .main-cat{
       .page{
            position: relative;
            z-index: 999;
            background-color: #ffffff;
            &.skeleton-main{
                z-index: 0;
                position: unset;
            }
        }
    }*/ }
  .custom_brand .body > .container,
  .custom_search .body > .container {
    padding: 0 20px; }
  .custom_brand .page-sidebar,
  .custom_search .page-sidebar {
    padding: 0; }

/* Cp skeletop end */
.card-body span.price-label {
  height: 20px; }

#modal-review-form.modal {
  overflow: auto; }

#modal-review-form.modal .form-field.form-field--submit {
  text-align: center; }

#modal-review-form.modal .form-field .button {
  width: auto;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .45px;
  color: #000;
  background-color: #fbb52b;
  margin-bottom: 0;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  border: 1px solid transparent;
  text-transform: uppercase; }

#modal-review-form.modal .form-field .button:hover {
  background-color: #f7f7f7;
  border: 1px solid #cbcbcb; }

.bottom-wrapper.local-start .productView-info .productView-info-name {
  float: left;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 38px;
  color: #000;
  letter-spacing: .24px;
  margin: 0;
  width: 50%;
  border-right: 1px solid;
  border-bottom: 1px solid;
  padding-left: 10px;
  padding-right: 10px; }

.bottom-wrapper.local-start .productView-info .productView-info-value {
  float: left;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: .24px;
  margin: 0;
  padding: 0 0 0 10px;
  border-bottom: 1px solid;
  width: 50%; }

.bottom-wrapper.local-start .productView-info {
  width: 50%;
  border: 1px solid #000;
  border-bottom: 0;
  padding: 0; }

.category_top_banner p {
  margin: 0; }

p[data-no-products-notification] {
  text-align: left;
  font-weight: 700;
  width: calc(100% - 342px);
  float: right;
  padding: 70px 0 0 30px; }

.cat_full_banner.no-image {
  display: block;
  margin: 40px 0 30px; }

.cat_full_banner.no-image .data-wraper .img-title {
  position: unset;
  transform: none; }

.cat_full_banner.no-image .data-wraper .page-heading {
  color: #000000;
  margin-bottom: 15px;
  text-align: center; }

.custom_brand .cp-banners .cat_full_banner.no-image .breadcrumbs {
  text-align: center; }

.cat_full_banner.no-image .cat-breadcrumbs nav {
  position: unset; }

.cat_full_banner.no-image .cat-breadcrumbs .breadcrumbs a {
  color: #000000; }

.cat_full_banner.no-image .cat-breadcrumbs .breadcrumbs a:hover {
  color: #fbb52b; }

.cat_full_banner.no-image .cat-breadcrumbs .breadcrumb:not(:first-child)::before {
  border-left: 5px solid #000; }

.cat_full_banner.no-image .cat-breadcrumbs .breadcrumbs .is-active a {
  color: #fbb52b; }

#facetedSearch-content--size {
  max-height: 203px;
  overflow: auto; }

nav.pagination {
  clear: both;
  margin-top: 18px;
  margin-bottom: 70px;
  width: calc(100% - 342px);
  float: right;
  padding: 0 0 0 30px; }

.pagination-item .pagination-link:hover {
  color: #fbb52b; }

.pagination-item--current {
  color: #fbb52b; }

.facetedSearch-refineFilters li {
  background: #f2f2f2;
  padding: 5px 10px 5px 5px;
  margin-bottom: 5px; }

.main-cat .overlay,
.overlay {
  z-index: 9999; }

.main-cat .overlay__inner,
.overlay__inner {
  z-index: 9999; }

.pagination-item.pagination-item--next > a:hover,
.pagination-item.pagination-item--previous > a:hover {
  color: #FBB52B; }

#quickSearch .search-result li {
  color: #1f1f1f;
  font-weight: 700; }

.header .top-search .search-result h2 {
  background: #f4f8f8;
  padding: 15px; }

button.delete_quick_btn {
  position: absolute;
  right: 30px;
  top: 30px;
  background: #f4f8f8; }

.blog-post-figure {
  width: 100%; }

.card .card-img-container img {
  mix-blend-mode: multiply; }

.navBar--account {
  margin-top: 40px; }

.logout-sec {
  display: none; }

.logout-sec li a {
  display: block !important; }

.logout-sec li {
  display: block !important;
  text-align: center; }

.header .user-settings .navUser-item:hover .logout-sec {
  display: block;
  position: absolute;
  top: 35px;
  background: #ffffff;
  padding: 5px 10px;
  border: 1px solid #adadad; }

.header .user-settings .navUser-item:hover .logout-sec:before {
  content: '';
  position: absolute;
  top: -10px;
  height: 10px;
  width: 100%;
  left: 0; }

.custom_wishlist .pagination-list {
  display: none; }

.swal2-container .swal2-html-container {
  color: #333;
  font-size: 1.14286rem; }

.swal2-container button {
  display: inline-block;
  background: #fbb52b !important;
  color: #000 !important;
  border: 1px solid #fbb52b !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  line-height: normal;
  font-size: 18px;
  letter-spacing: .24px;
  font-weight: 700;
  margin: 0; }

.swal2-container .swal2-html-container {
  color: #333;
  font-size: 1.14286rem; }

.swal2-container button {
  display: inline-block;
  background: #fbb52b !important;
  color: #000 !important;
  border: 1px solid #fbb52b !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  line-height: normal;
  font-size: 18px;
  letter-spacing: .24px;
  font-weight: 700;
  margin: 0; }
  .swal2-container button:hover {
    background-color: #f7f7f7 !important;
    border: 1px solid #cbcbcb !important;
    color: #000 !important;
    text-transform: uppercase; }

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: none !important; }

.custom_search #wds_feceted .page {
  padding: 0; }
  .custom_search #wds_feceted .page .container {
    padding: 0; }

.custom_cart .shipping-quotes {
  margin-bottom: 15px; }

.custom_cart .modal--alert .button + .button:focus {
  margin-left: 0.78571rem; }

.shipping-estimate-show__btn-name:hover,
.coupon-code-add:hover,
.shipping-estimate-show:hover {
  color: #fbb52b; }

.cp-banner img {
  width: 100%; }

.custom_account_order .account-body {
  max-width: 1500px;
  padding: 0 20px;
  margin: 0 auto; }

.custom_account_order .account-product--alignMiddle .account-product-body {
  padding-left: 30px; }

.custom_account_order .account-product--alignMiddle .account-product-figure,
.custom_account_order .account-product--alignMiddle .account-product-checkItem {
  left: 0; }

/*.custom_product .fancybox-container .fancybox-image, .custom_product .fancybox-container .fancybox-spaceball{
  background: #ffffff;
}*/
.header .user-settings .navUser-item.navUser-item--account a svg {
  width: 30px;
  height: 30px; }

.header .user-settings .navUser-item.wishlistitem svg {
  width: 30px; }

.header .user-settings .navUser-item.navUser-item--cart a svg {
  width: 35px; }

.skeleton-cat-wrapper {
  min-height: 2100px; }

.main-cat {
  position: relative;
  clear: both;
  z-index: 1; }
  .main-cat .product-listing-wrapper.skeleton-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .main-cat div#wds_feceted {
    position: relative;
    z-index: 1111;
    background-color: #ffffff;
    clear: both; }

.selected {
  border: 5px solid #e9ebec; }

.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5); }

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); }

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 10px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: black;
  animation: spin 2s infinite linear;
  border-radius: 100%;
  border-style: solid; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

td.cart-item-block.cart-item-title > a {
  display: none; }

.price-section.price-section--withoutTax.rrp-price--withoutTax {
  display: none; }

.mob-top-bar {
  display: none; }

.estimator-form--default ul {
  margin-left: 0; }

.shipping-quotes .select-shipping-quote {
  width: 60%; }

.pp-right .product-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .pp-right .product-price-row .price-section.price-section--withoutTax .price-now-label {
    display: none; }
  .pp-right .product-price-row .price-section.price-section--withoutTax span:first-child {
    display: none; }
  .pp-right .product-price-row .price-section.price-section--withoutTax span.price.price--non-sale {
    font-size: 24px;
    color: #6a6a6a;
    padding-right: 5px; }
  .pp-right .product-price-row .price-section--saving.price {
    width: 100%;
    padding-top: 10px;
    font-size: 18px; }

.custom_product .fancybox-image {
  padding: 15px;
  background: #ffffff; }

.card .price-section {
  display: inline; }

/*.custom_default .price-section.price-section--withoutTax span:first-child{
    display:none;
 }*/
.custom_default .price-section.price-section--withoutTax .price--non-sale {
  font-size: 15px; }

.card .price-section {
  font-size: 16px; }

.price-section.price-section--withoutTax span.price.price--non-sale {
  color: #6a6a6a;
  padding-right: 5px; }

.price-section.price-section--withoutTax .price-now-label {
  display: none; }

.card-body div.card-text {
  min-height: 52px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

span.wasPrice {
  display: none; }

.pp-right .product-price-row .price-section.price-section--withoutTax span.price.price--non-sale {
  display: none; }

.pp-right .product-price-row .price-section.price-section--withoutTax .price.price--withoutTax strike {
  font-size: 20px;
  color: #6a6a6a; }

.pagination .pagination-item--current + li.pagination-item--next a {
  color: #333; }

.custom_newsletter_subscribe .page-heading {
  margin-top: 30px; }

.custom_page .page .page-heading {
  text-transform: uppercase; }

.sell-art-cls .contact_top {
  display: none; }

.sell-art-cls .contact_bot {
  padding-top: 0; }

.pp-right .product-price-row .price-section.price-section--withoutTax .price.price--withoutTax {
  color: #c3311a; }

.price-discount-span {
  vertical-align: top;
  display: inline-block;
  color: #fff;
  background-color: #c3311a;
  padding: 5px 10px;
  position: relative;
  margin-top: 10px; }

.price-discount-span:before {
  content: " ";
  position: absolute;
  transform: rotate(45deg);
  left: 3px;
  top: -6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #c3311a; }

@media only screen and (max-width: 1499px) {
  .container,
  .header .navPages-container .navPages {
    padding: 0 20px; }
  .header .main-row-top {
    padding: 0 20px 15px; }
  .main-slider-section .container {
    display: flex; }
  .main-slider-section .heroCarousel,
  .heroCarousel-slide {
    height: 100%; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: cover; }
  .happy-client-section .slick-list {
    padding: 0 0 0 20px; }
  .happy-client-section .slick-prev {
    left: 44.2%; }
  .happy-client-section .slick-next {
    right: 44.2%; }
  .gallery-art-section .images-section-wrapper {
    display: flex; }
  .gallery-art-section .images-section-wrapper img {
    max-height: 100%; }
  .about-grand-section .abt-section-wrapper .image-wrapper {
    width: calc(100% - 650px); }
  .about-grand-section .abt-section-wrapper .about-content {
    float: left;
    width: 650px; }
  .au_banner_text p {
    padding: 0 20px; }
  .au_fast_shipping ul {
    margin: 0 -20px; }
  .au_why_choose_bot {
    background: url(https://cdn11.bigcommerce.com/s-k3nqjjyp43/content/images/au/au_why_choose-img.jpg) no-repeat center top;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 50px 0 58px 0; }
  .au_why_choose_bot img {
    display: none; }
  .au_why_choose .au_why_choose_bot .overlay_text {
    position: initial;
    transform: none;
    float: right;
    margin: 0 87px 0 0;
    padding: 0; }
  .au_top_review {
    padding: 50px 20px; } }

@media only screen and (max-width: 1410px) {
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-img .form-option {
    margin-right: 10px;
    width: 124px; }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-img:last-child .form-option {
    margin-right: 0; }
  .pp-right .product-options-wrapper .form-option-wrapper .rectangle-box .form-option {
    margin-right: 10px;
    width: 67px; }
  .pp-right .product-options-wrapper .form-option-wrapper .rectangle-box:last-child .form-option {
    margin-right: 0; }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-color .form-option-variant--color {
    width: 55px; }
  .custom_page .how_work .img_text li {
    margin: 0 9px; }
    .custom_page .how_work .img_text li:first-child {
      margin-left: 0; }
    .custom_page .how_work .img_text li:last-child {
      margin-right: 0; } }

.productView-img-container {
  max-width: 100%;
  display: contents; }

.productView-img-container.first-img-cls {
  max-width: 500px;
  display: block; }

.header .navPages-container .left-side-mega .navPage-subMenu-list li .navPage-childList-item {
  background: #fff; }

.yotpo-review-form-modal {
  z-index: 999 !important; }

article.card .card-body .yotpo {
  height: 20px;
  overflow: hidden;
  margin-bottom: 10px; }

.wishlist-icon:after {
  display: none !important; }

.wishlist-btn.wishlist-icon {
  height: 28px;
  display: inline-block;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 15px;
  right: 15px;
  z-index: 9; }

.new-product-card .card .card-figure {
  padding: 26px 0 15px; }

.pp-right .product-options-wrapper .form-option-wrapper .swatch-color .form-option-variant--color[title="White"] {
  position: relative; }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-color .form-option-variant--color[title="White"]::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px #000 solid;
    content: '';
    position: absolute; }

.add-to-cart-btn .wishlist-btn .dropdown-menu li .button {
  padding: 10px;
  word-break: break-all;
  white-space: break-spaces;
  height: auto;
  line-height: 28px; }

.blog-title {
  margin: 0 0 15px 0;
  text-align: left;
  overflow: hidden;
  height: 75px; }

.blog-title a {
  font-size: 20px; }

.blog-date,
.blog-author {
  text-align: left; }

.blog-post {
  font-size: 18px;
  line-height: 28px; }

.blog_main {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  margin: 0 auto;
  row-gap: 50px; }

.blog_mn.page {
  margin: 0; }

.blog_mn .page-heading {
  margin: 0 0 50px 0; }

.blog_mn nav.pagination {
  width: 100%;
  margin-top: 50px;
  padding: 0 20px; }

.header .navPages-container .navPages > ul > li.artist-menu > div > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: unset;
  align-items: unset; }

.header .navPages-container .navPages > ul > li.artist-menu > div {
  min-width: 350px;
  transform: translateX(-50%);
  left: 50% !important; }
  .header .navPages-container .navPages > ul > li.artist-menu > div > ul > li {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    margin: 0; }
    .header .navPages-container .navPages > ul > li.artist-menu > div > ul > li .cat-img-thumb {
      max-width: 40px;
      margin: 0 15px 0 0; }
    .header .navPages-container .navPages > ul > li.artist-menu > div > ul > li:nth-child(n+17) {
      display: none; }
    .header .navPages-container .navPages > ul > li.artist-menu > div > ul > li:first-child {
      border-top: 1px solid #ccc; }

.header .navPages-container .navPages .artist-view {
  width: 100%;
  justify-content: center;
  text-align: center;
  float: left; }
  .header .navPages-container .navPages .artist-view .button {
    max-width: 150px;
    text-align: center;
    display: block;
    padding: 0px 20px;
    margin: 20px auto 0;
    height: 48px;
    line-height: 48px; }

.header .navPages-container .navPages > ul > li.artist-menu > div > ul > li > a {
  color: #000;
  font-size: 14px;
  line-height: normal;
  text-align: left;
  margin: 0;
  padding: 15px 0px;
  border: 0; }

.header .navPages-container .navPages > ul > li.artist-menu > div > ul > li > a:hover {
  color: #fbb52b; }

.page.default_ct {
  margin: 0px; }

.default_ct .sub-category-listing ul.navList {
  display: flex;
  flex-wrap: wrap;
  width: auto; }

.default_ct .sub-category-listing ul.navList .cat-item {
  width: 20%; }

.default_ct .sub-category-listing ul.navList .cat-item .cat-sec-wrapper {
  position: relative;
  margin-bottom: 46px; }

.default_ct .sub-category-listing ul.navList .cat-item .cat-sec-wrapper .cat-image {
  border: 1px solid #46555F;
  border-bottom: 0px; }

.default_ct .sub-category-listing ul.navList .cat-item .cat-sec-wrapper > a.navList-action {
  position: absolute;
  left: 0px;
  right: 0px;
  background: #46555F;
  margin: 0;
  padding: 10px 20px;
  top: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border: 0; }

.default_ct .sub-category-listing ul.navList .cat-item .cat-sec-wrapper > a.navList-action:hover {
  background: #FBB52B; }

.default_ct .sub-category-listing .cat-image .navList-action {
  padding-bottom: 70%; }

.default_ct .sub-category-listing .cat-image .navList-action img {
  max-height: 100%;
  object-fit: none; }

.sell-handicraft {
  width: 100%;
  float: left;
  padding: 30px 0px;
  max-width: 600px;
  border: 1px solid #cbcbcb;
  border-left: 0px;
  border-right: 0px;
  margin-top: 40px; }

.sell-handicraft ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  margin: 0px -10px; }

.sell-handicraft ul li {
  flex: 1;
  text-align: center;
  padding: 0px 10px; }

.handicraft-chart {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none; }

.handicraft-chart.active {
  display: block; }

.handicraft-chart .pp_modal_inner {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 15px; }

.handicraft-chart .close-handicraft-chart {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  font-weight: 700; }

.product-actions {
  display: flex;
  align-items: end;
  justify-content: center; }

.pp-right .product-actions {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px; }

.handicraft-chart h3 {
  margin: 10px 0px 15px;
  text-align: center;
  font-weight: 700; }

.handicraft-chart-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px; }

.handicraft-chart-body .left-img {
  width: 29%; }

.handicraft-chart-body .right-desc {
  width: 69%; }

.handicraft-chart-body .right-desc p {
  margin: 0; }

.cart-additionalCheckoutButtons.cart-content-padding-right {
  margin-top: 15px; }

.carousel-right-inner {
  display: flex;
  height: 100%; }

.carousel-right-inner > img {
  max-width: 100%;
  max-height: 100%; }

.main-slider-section .container {
  display: flex;
  flex-wrap: wrap; }

.carousel-right-inner > img {
  object-fit: cover; }

/* New CSS QA46 */
.navPages-item label {
  position: relative; }

.navPages-item label input {
  position: absolute;
  left: 0;
  top: 6px; }

.navPages-item ul {
  padding-left: 20px; }

.treeview li a {
  padding: 0 0 0 35px; }

.custom_category .sidebarBlock.accordion-block .expandable-hitarea {
  left: 17px;
  z-index: 99; }

.skeleton {
  opacity: 0.7;
  animation: skeleton-loading 1s linear infinite alternate; }

@keyframes skeleton-loading {
  0% {
    background-color: #a3b8c2; }
  100% {
    background-color: #f0f3f5; } }

/* New CSS QA46 */
/*
@media only screen and (max-width: 1366px){
    .right-carousel-section img{
        height: calc(100% - 2px);
    }
} */
.sidebarBlock.accordion-block .expandable-hitarea.active {
  transform: rotate(90deg);
  left: 21px;
  top: 5px; }

.custom_brand .cp-banners .page-heading {
  color: #1F1F1F;
  text-align: left; }

.custom_brand .cp-banners .breadcrumbs {
  text-align: left; }

.custom_brand .cp-banners .breadcrumbs .is-active a {
  color: #000; }

.custom_brand .cp-banners .breadcrumbs a {
  color: #000; }

.custom_brand .cp-banners .breadcrumb:not(:first-child)::before {
  border-left: 5px solid #000; }

.header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.navPage-subMenu-artist {
  max-height: calc(100vh - 180px); }

.header .navPages-container .main_Styles .left-side-mega .navPage-subMenu-list li:hover .navPage-childList {
  height: 100%;
  top: 0;
  left: calc(100% - 20px); }

.navPages-item label {
  position: initial; }

.klarna-badge {
  clear: both;
  margin: 0 0 10px 0; }

.custom_category .accordion .show-less-link a.toggleLink span.toggleLink-text--off:after,
.custom_category .accordion-block .show-less-link a.toggleLink span.toggleLink-text--off:after,
.custom_search .accordion .show-less-link a.toggleLink span.toggleLink-text--off:after,
.custom_search .accordion-block .show-less-link a.toggleLink span.toggleLink-text--off:after,
.custom_brand .accordion .show-less-link a.toggleLink span.toggleLink-text--off:after,
.custom_brand .accordion-block .show-less-link a.toggleLink span.toggleLink-text--off:after {
  transform: rotate(180deg); }

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

.what-selling-section .wishlist-icon {
  position: absolute;
  top: 20px;
  z-index: 1;
  right: 20px;
  width: 52px;
  height: 52px;
  background: #ffffff;
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.29));
  cursor: pointer; }

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

@media only screen and (max-width: 1399px) {
  .custom_account_recentitems .productGrid, .custom_wishlist .productGrid {
    padding: 0 10px; } }

@media only screen and (max-width: 1340px) {
  .header .top-search .form-field {
    width: 400px; }
  .main-slider-section .left-carousel-section {
    padding-right: 27px; }
  .pp-right {
    width: calc(100% - 750px); }
  .img-section {
    margin-right: 20px; }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-img .form-option {
    width: 95px;
    height: 115px; }
  .pp-right .product-actions .add-to-cart-btn .button-action-wrapper > .wishlist-btn {
    width: calc(50% - 5px); }
  .pp-right .product-actions .add-to-cart-btn .button {
    font-size: 15px; } }

@media only screen and (max-width: 1280px) {
  .custom_forgotpassword .button {
    width: auto; }
  .custom_404 .form-prefixPostfix .button {
    width: auto; } }

.show-mobile {
  display: none !important; }

@media only screen and (max-width: 1199px) {
  .custom_account_recentitems .productGrid, .custom_wishlist .productGrid {
    padding: 0; }
  .custom_account_recentitems .productGrid .card .card-title, .custom_wishlist .productGrid .card .card-title {
    height: 50px;
    overflow: hidden; }
  .header .shipping-icons li:nth-child(2),
  .header .shipping-icons li {
    margin-right: 20px; }
  .header .top-search {
    margin-right: 20px; }
  .header .top-search .form-field {
    width: 330px; }
  .discount-banner-section .outer-border p {
    font-size: 18px; }
  .header .navPages-container .navPages li a,
  .header .navPages-container .navPages li button {
    font-size: 16px; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    width: 12px; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    margin: 0px 0 0 5px; }
  .section-heading {
    font-size: 30px; }
  .happy-client-section .slick-prev {
    left: 41%; }
  .footer .footer-info .logo-row {
    width: auto; }
  .main-slider-section .left-carousel-section .heroCarousel-content {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%); }
  .footer .footer-info .column-getin-touch {
    width: 23.4%; }
  .footer .footer-info .column {
    padding-right: 25px; }
  .footer .footer-info .column-logo {
    width: 16%; }
  .custom_category .productGrid .product,
  .custom_search .productGrid .product,
  .custom_brand .productGrid .product {
    width: calc(100%/4); }
  .custom_category .filter-sidebar-area,
  .custom_search .filter-sidebar-area,
  .custom_brand .filter-sidebar-area {
    width: 250px; }
  .custom_category .page-content,
  .custom_search .page-content,
  .custom_brand .page-content {
    width: calc(100% - 250px);
    padding-left: 15px; }
  .img-section .thumbnail-slider {
    width: 95px;
    margin-right: 10px; }
  .img-section .thumbnail-slider ul li {
    height: 124px; }
  .img-section .thumbnail-slider ul li img {
    max-width: 75px; }
  .img-section .productView-image {
    min-height: 720px; }
  .img-section {
    margin-right: 15px;
    width: 550px; }
  .productView-img-container {
    max-width: 95%; }
  .pp-right {
    width: calc(100% - 565px); }
  .pp-right .product-actions .add-to-cart-btn .button {
    font-size: 14px; }
  .bottom-wrapper.local-start .tab-content.has-jsContent.is-active {
    padding: 60px 0; }
  .toggle:last-of-type {
    margin-bottom: 0; }
  .img-section .thumbnail-slider .slick-next {
    right: 10px; }
  .img-section .thumbnail-slider .slick-prev {
    left: 10px; }
  .card {
    padding-left: 15px;
    padding-right: 15px; }
  .custom_category .price-section.price-section--withoutTax span.price.price--non-sale,
  .custom_search .price-section.price-section--withoutTax span.price.price--non-sale,
  .custom_brand .price-section.price-section--withoutTax span.price.price--non-sale {
    font-size: 12px; }
  .custom_category .card .price-section,
  .custom_search .card .price-section,
  .custom_brand .card .price-section {
    font-size: 14px; }
  .custom_404 .page-content {
    max-width: 100%; }
  .custom_default .price-section.price-section--withoutTax .price--non-sale {
    font-size: 14px; }
  .custom_default .price-section.price-section--withoutTax .price--non-sale {
    font-size: 12px; }
  .header .user-settings .navUser-item {
    margin: 0 20px 0 0; }
  .header .shipping-icons {
    margin: 0 20px 0 0; }
  .custom_category .productGrid .card .wishlist-icon,
  .custom_search .productGrid .card .wishlist-icon,
  .custom_brand .productGrid .card .wishlist-icon,
  .related-product-section .productCarousel-slide .wishlist-icon,
  .similar-product-section .productCarousel-slide .wishlist-icon,
  .custom_account_recentitems .productGrid .wishlist-icon,
  .custom_wishlist .productGrid .wishlist-icon,
  .what-selling-section .wishlist-icon {
    top: 10px;
    right: 10px;
    width: 37px;
    height: 37px;
    padding: 0 5px; }
  .custom_forgotpassword .form-prefixPostfix--centeredColumn.wrap {
    flex-direction: column; }
  .custom_forgotpassword .form-prefixPostfix--centeredColumn.wrap .button {
    margin: 0; }
  .navBar--sub .navBar-action {
    font-size: 16px; }
  .wishlists-table .table-actions .button {
    font-size: 12px; }
  .wishlists-table .table-actions .button {
    margin-bottom: 5px; }
  .body > .container {
    padding: 0 25px; }
  .custom_category .body > .container,
  .custom_product .body > .container,
  .custom_blog .body > .container,
  .custom_brand .body > .container {
    padding: 0; }
  .custom_account_recentitems .productGrid .card,
  .custom_wishlist .productGrid .card {
    margin-bottom: 25px; }
  .page-content.page-content--centered {
    padding: 0; }
  .blog_mn.page {
    padding: 0 5px; }
  .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.main_Styles {
    min-width: 380px; }
  .header .navPages-container .main_Subjects .left-side-mega {
    width: 290px; }
  .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.main_Rooms .left-side-mega {
    padding: 20px; } }

@media only screen and (max-width: 1023px) {
  .img-section .productView-image {
    min-height: 620px; }
  .cms p,
  .contact_top_lt p,
  .blog-post {
    font-size: 16px;
    line-height: 24px; } }

@media only screen and (max-width: 991px) {
  .header .navPages-container .left-side-mega .navPage-childList {
    height: auto; }
  .body {
    margin-top: 0 !important; }
  /* responsive menu css */
  #menu .navUser-item {
    display: block; }
  .header_navmenu .navPage-subMenu .nav_page_menu_right {
    width: 100%;
    padding: 0;
    display: block !important; }
  .header_navmenu .navPage-subMenu {
    box-shadow: none; }
  .navPage-subMenu {
    height: auto; }
  .header {
    position: relative;
    height: auto; }
  .header.is-open #menu {
    display: block;
    top: 0;
    position: fixed;
    width: 309px; }
  .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: 309px;
    transition: all .3s ease 0s;
    position: fixed;
    top: 0;
    float: left;
    width: 100%; }
  #menu .navPages {
    background: #fff;
    padding: 0 0 0 15px;
    border-right: 1px solid #fff;
    overflow: auto; }
  #menu .navPages ul li .navPage-subMenu,
  #menu .navPages ul li:hover .navPage-subMenu {
    min-height: 100%;
    position: fixed;
    left: 0 !important;
    right: auto !important;
    top: 0;
    background: #fff;
    z-index: 999;
    min-width: 309px;
    max-width: 309px;
    margin: 0;
    overflow-y: scroll !important;
    height: 100% !important; }
  #menu ul li {
    border: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 100%;
    float: left;
    text-align: left;
    color: #ffffff; }
  #menu .navPages-action {
    line-height: 24px;
    padding: 25px 0 25px 15px;
    letter-spacing: 0.8px;
    color: #505F68; }
  #menu .navPage-subMenu-item > .navPage-subMenu-action {
    line-height: normal;
    padding: 0px 22px 15px 0;
    display: block;
    border: 0;
    color: #505F68;
    white-space: normal;
    text-align: left;
    letter-spacing: 0.8px;
    color: #505F68;
    text-transform: capitalize; }
    #menu .navPage-subMenu-item > .navPage-subMenu-action:hover {
      color: #000000; }
  #menu .navPages-list--user .navPages-item {
    padding: 25px 0 25px 15px;
    letter-spacing: 0.8px;
    color: #505F68;
    line-height: 24px; }
  #menu .navPages-list--user .navPages-action {
    padding: 0; }
  #menu .navPage-subMenu-item > .navPage-subMenu-action {
    padding: 0;
    text-transform: capitalize;
    margin: 13px 0 0 0;
    line-height: normal;
    float: left;
    width: 160px; }
  .navPages-container.is-open svg,
  #menu .navPages ul li:hover .navPage-subMenu,
  #menu .navPages-quickSearch {
    display: block; }
  #menu .navPage-subMenu .container {
    padding: 0; }
  #menu .navPage-subMenu .container {
    display: block !important; }
  #menu .subcat-expand {
    height: 46px;
    width: 40px;
    position: absolute;
    top: 14px;
    right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
  #menu .navPages-action .icon {
    display: none; }
  .header .navPages-container .navPages li button {
    text-transform: capitalize; }
  #menu .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 .subcat-expand::after,
  #menu .subcat-expand::before {
    background: #ffffff;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    display: none; }
  #menu .subcat-expanded::after {
    background: #ffffff; }
  #menu .subcat-expand::before {
    height: 14px;
    width: 2px; }
  #menu .subcat-expand::after {
    height: 2px;
    width: 14px; }
  .navPages-list + .navPages-list {
    border: 0;
    margin: 0;
    padding: 0; }
  #menu .navPages ul {
    width: 100%;
    float: left; }
  #menu ul ul {
    width: 100%;
    display: block;
    padding: 0px 0 15px 10px;
    background: transparent;
    margin: 0;
    border: 0; }
  #menu .navPages-list + .navPages-list {
    float: left;
    margin-bottom: 30px;
    display: block; }
  #menu {
    transition: all .3s ease 0s;
    left: 0; }
  .mobileMenu-toggle {
    left: 20px;
    top: 53px;
    background: 0 0;
    height: 40px;
    width: 40px;
    padding: 0 9px;
    border: 1px solid #000; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
  /* responsive menu css */
  .header .shipping-icons {
    display: none; }
  .mob-top-bar {
    display: block; }
  .header {
    padding-top: 0;
    border-bottom: 1px solid #46555F; }
  .mob-top-bar {
    background: #46555F;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 5px; }
    .mob-top-bar p {
      margin-bottom: 0;
      color: #fff; }
  .header .main-row-top {
    display: inline-block;
    padding-bottom: 0; }
  .header .top-logo {
    float: none; }
  .header .user-settings .navUser {
    top: 73px;
    right: 20px; }
  .header .top_search_account {
    width: 100%;
    display: block; }
  .header .top-search {
    width: 100%;
    margin-right: 0; }
  .header .top-search .form-field {
    width: 100%; }
  .header .header-logo-image-unknown-size {
    max-height: initial; }
  .header-logo {
    height: auto; }
  .header .header-logo {
    padding: 12px 0 5px; }
  .header .user-settings .navUser-item.navUser-item--account {
    display: none; }
  .header .navPages-container .navPages ul {
    display: block;
    text-align: center; }
  .header .navPages-container .navPages {
    background-color: #333d45; }
  .header .navPages-container .navPages li {
    width: 100%;
    text-align: left; }
  .main-slider-section .left-carousel-section .heroCarousel-title {
    font-size: 32px;
    line-height: 30px; }
  .vibrant-section {
    padding-top: 30px;
    padding-bottom: 32px; }
  .vibrant-section ul .label-txt {
    font-size: 16px; }
  .shop-wall-section {
    padding: 0 0 60px 0px; }
  .shop-wall-section .section-heading {
    margin: 0 0 24px 0; }
  .shop-wall-section .wall-list {
    margin: 0 -13px; }
  .shop-wall-section .wall-list li {
    padding: 0 13px;
    width: 33.33%;
    margin-bottom: 15px; }
  .shop-wall-section .wall-list .title {
    font-size: 16px; }
  .what-selling-section {
    padding: 22px 0 0 0;
    margin: 0 -15px;
    width: calc(100% + 30px) !important; }
  .shop-wall-section .container {
    padding: 0; }
  .what-selling-section .content-selling-section .new-product-card,
  .what-selling-section .content-selling-section .content-section li {
    width: calc(100% / 3); }
  .about-grand-section .abt-section-wrapper .image-wrapper {
    width: 100%;
    padding: 0;
    text-align: center; }
  .about-grand-section {
    padding-top: 60px; }
  .about-grand-section .abt-section-wrapper .about-content {
    width: 100%; }
  .about-grand-section .abt-section-wrapper .about-content p {
    padding: 0; }
  .about-grand-section {
    padding: 20px 0;
    margin: 0 -15px;
    width: calc(100% + 30px) !important;
    background: #F4F8F8; }
  .about-grand-section .abt-section-wrapper .about-content .about-logo,
  .about-logo.show-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0; }
  .about-logo.show-mobile {
    padding: 0 15px;
    margin: 0 0 20px 0; }
  .custom_category .page, .custom_search .page, .custom_brand .page {
    margin: 0; }
  .about-grand-section .abt-section-wrapper .about-content li,
  .about-logo.show-mobile li {
    width: auto;
    float: none;
    margin: 0; }
  .seasonal-collections-section ul {
    margin: 0 -5px; }
  .seasonal-collections-section li {
    padding: 0 5px;
    width: 33.33%; }
  .seasonal-collections-section .seasonal-item-lbl {
    font-size: 20px; }
  .happy-client-section .slick-next {
    right: 40%; }
  .happy-client-section .slick-prev {
    left: 40%; }
  .footer .footer-info .column-logo {
    width: 100%;
    text-align: center; }
  .footer .footer-info .social-row .socialLinks {
    margin: 0 auto 30px; }
  .footer .footer-info .column {
    padding-right: 0; }
  .footer .footer-info .column-quick-links {
    width: 20%; }
  .footer .footer-info .column-customer-help {
    width: 21%; }
  .footer .footer-info .column-getin-touch {
    width: 30%; }
  .footer .footer-info .column-newsletter {
    width: 29%; }
  .footer .footer-info .column-heading {
    font-size: 18px;
    line-height: 24px; }
  .what-selling-section .content-selling-section .new-product-list {
    margin: 0 -5px; }
  .what-selling-section .content-selling-section .new-product-card,
  .what-selling-section .content-selling-section .content-section li {
    padding: 0 5px; }
  .card {
    margin-bottom: 10px; }
  .facetedSearch-toggle {
    display: none; }
  .facetedSearch-navList {
    display: block; }
  .facetedSearch-navList .accordion {
    border: 0; }
  .facetedSearch-navList .accordion-block {
    margin-bottom: 20px; }
  .custom_category .filter-sidebar-area,
  .custom_search .filter-sidebar-area,
  .custom_brand .filter-sidebar-area {
    width: 100%;
    padding: 0; }
  .custom_category .page-content,
  .custom_search .page-content,
  .custom_brand .page-content {
    width: 100%;
    padding: 0; }
  .custom_category .actionBar,
  .custom_search .actionBar,
  .custom_brand .actionBar {
    margin-top: 0; }
  .product-listing-wrapper nav.pagination {
    width: 100%;
    padding: 0;
    margin-bottom: 0; }
  .product-listing-wrapper .pagination-list {
    margin-bottom: 0; }
  p[data-no-products-notification] {
    width: 100%;
    padding: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 0; }
  .img-section {
    margin-right: 0;
    width: 100%; }
  .pp-right {
    width: 100%; }
  .pp-right .product-actions .add-to-cart-btn .button-action-wrapper > .wishlist-btn form {
    padding: 0; }
  .bottom-wrapper.local-start .top-tab-section .tabs .tab {
    margin-right: 20px; }
  .bottom-wrapper.local-start .tab {
    float: left; }
  .bottom-wrapper.local-start .productView-info {
    width: 100%; }
  .bottom-wrapper.local-start {
    margin-top: 39px; }
  .related-product-section .productCarousel-slide,
  .similar-product-section .productCarousel-slide {
    width: calc(100% / 3);
    padding: 0 5px;
    margin-bottom: 10px; }
  .related-product-section .container,
  .similar-product-section .container {
    margin: 0 -5px;
    width: auto; }
  .bottom-wrapper.local-start .tab-content.has-jsContent.is-active {
    padding: 30px 0; }
  .related-product-section > h3 {
    margin-top: 40px; }
  .similar-product-section > h3 {
    margin-top: 51px; }
  .bottom-wrapper.local-start {
    margin-bottom: 50px; }
  .img-section .thumbnail-slider {
    width: 100%;
    margin-right: 0px;
    order: 1; }
  .img-section .productView-images {
    padding: 0;
    display: flex;
    flex-direction: column; }
  .img-section .productView-image {
    min-height: auto;
    width: 100%;
    order: 0;
    margin-bottom: 20px; }
  .img-section .thumbnail-slider ul {
    margin: 0 -5px; }
  .img-section .thumbnail-slider ul .slick-slide > div {
    width: 100%;
    padding: 0 5px; }
  .productView-img-container img {
    padding: 10px 0; }
  .img-section .thumbnail-slider .slick-arrow {
    transform: translateY(-50%);
    top: 50%;
    bottom: auto; }
  .img-section .thumbnail-slider .slick-prev {
    left: -10px; }
  .img-section .thumbnail-slider .slick-next {
    right: -10px; }
  .custom_product .card-body {
    text-align: center; }
  .related-product-section .card-body div.card-text,
  .similar-product-section .card-body div.card-text {
    display: block; }
  .cart-totals {
    width: 100%; }
  .custom_cart .cart-total .cart-total-label {
    width: 50%;
    text-align: left;
    padding-left: 0; }
  .custom_cart .cart-total .cart-total-value {
    width: 50%;
    text-align: right; }
  .custom_forgotpassword .account--fixedSmall {
    width: 100%;
    padding: 0; }
  .account .form-row {
    margin: 0; }
  .account-body {
    margin: 0; }
  .account-content {
    padding: 0; }
  .custom_account_addressbook .address {
    padding: 0 5px; }
  .custom_account_addressbook .addressList {
    margin-left: 0;
    margin-right: 0; }
  .header .navPages-container .right-side-mega {
    display: block !important;
    float: left;
    width: 45px; }
  .header .navPages-container .left-side-mega {
    display: block !important; }
  .header .maincat-img-thumb {
    display: none; }
  .header .navPages-container .left-side-mega .navPage-subMenu-list li.navPage-subMenu-item span.cat-img-thumb {
    display: flex;
    margin: 0;
    max-width: 46px;
    max-height: 46px;
    margin-right: 16px;
    min-width: 46px;
    height: 46px;
    float: left; }
  .header .navPages-container .left-side-mega .navPage-subMenu-list li:first-child {
    background: transparent; }
  .header .navPages-container .left-side-mega .navPage-subMenu-list li.navPage-subMenu-item span.cat-img-thumb.colorswatch {
    display: none; }
  .header .navPages-container .left-side-mega .navPage-subMenu-list li a {
    width: 100%; }
  .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu {
    background: transparent;
    box-shadow: none; }
  .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu {
    padding: 0 !important; }
  #menu ul ul li .collapsible-icon-wrapper {
    display: none; }
  .header .navPages-container .navPages li a {
    text-transform: capitalize; }
  #menu .navPages ul li:hover .navPage-subMenu {
    min-height: auto;
    max-height: 100%;
    overflow-y: visible; }
  #menu .navPage-subMenu .navPage-subMenu-list {
    margin-bottom: 0;
    padding-left: 15px;
    margin-top: 0;
    padding-bottom: 0; }
  .facetedSearch-refineFilters {
    display: block;
    padding: 0 !important;
    background: #fff; }
  #menu ul ul li:last-child {
    border: none; }
  .what-selling-section .content-selling-section .content-section ul,
  .what-selling-section .content-selling-section .new-product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .sub-category-listing .cat-item {
    width: 33%; }
  .filetree li.navPages-item label {
    display: flex;
    align-items: center; }
  .treeview li a {
    position: relative;
    top: -2px; }
  .au_title {
    font-size: 28px;
    line-height: 40px; }
  .au_top_review .au_title {
    line-height: 40px; }
  .au_fast_shipping li {
    padding: 0 10px; }
  .au_fast_shipping ul {
    margin: 0 -10px; }
  .au_fast_shipping {
    padding: 60px 0; }
  .au_why_choose .au_why_choose_top {
    padding-top: 17px; }
  .au_quality .container {
    flex-wrap: wrap; }
  .au_quality .au_quality_left {
    width: 100%;
    order: 2;
    padding: 0; }
  .au_quality .au_quality_right {
    width: 100%;
    order: 1;
    text-align: center; }
  .au_quality {
    padding-top: 60px; }
  .happy-client-section {
    padding-top: 0; }
  .custom_login .new-customer,
  .custom_login .login-form {
    padding: 0; }
  .custom_createaccount .body {
    margin-bottom: 30px; }
  .blog-title {
    margin-left: 0;
    margin-right: 0; }
    .blog-title a {
      font-size: 22px; }
  .header .navPages-container .left-side-mega .navPage-subMenu-list li:hover {
    background: transparent; }
  #menu .navPage-subMenu-item > .navPage-subMenu-action:hover {
    color: #ffffff; }
  .vibrant-section p {
    font-size: 20px;
    line-height: 26px; }
  .happy-client-section {
    padding-bottom: 60px; }
  .gallery-art-section {
    padding-top: 22px; }
  .happy-client-section .section-heading {
    margin-bottom: 25px; }
  #menu .navPages .navPage-subMenu-item ul.navPage-childList {
    position: initial;
    width: 100%;
    padding: 0 0 0 20px;
    transform: none !important;
    height: auto !important; }
  .header .navPages-container .left-side-mega .navPage-subMenu-list li .navPage-childList-item {
    background: transparent; }
  .header .navPages-container .left-side-mega {
    width: 100%; }
  #menu .navPages .navPage-subMenu-item ul.navPage-childList .navPage-childList-item .navPage-childList-action {
    letter-spacing: 0.8px;
    color: #505F68;
    padding: 0 0 0 17px;
    font-weight: 600;
    width: calc(100% - 45px);
    margin: 10px 0 0 0; }
  #menu ul ul li.navPage-childList-item {
    margin: 0;
    padding: 15px 0 15px 15px !important;
    border-top: none !important;
    border-bottom: 1px solid #969696 !important;
    margin-left: 15px;
    width: calc(100% - 15px); }
  #menu ul ul li.navPage-childList-item:last-child {
    border-bottom: none !important; }
  #menu .navPages .navPage-subMenu-item ul.navPage-childList.subcatActive {
    display: block !important;
    margin: 15px 0 0 0;
    padding: 0; }
  .custom_category .productGrid .product,
  .custom_search .productGrid .product,
  .custom_brand .productGrid .product {
    margin-bottom: 20px;
    width: calc(100% / 3); }
  .product-listing-wrapper nav.pagination {
    margin-top: 24px; }
  .sub-category-listing .cat-image .navList-action {
    height: 234px; }
  .custom_category .sidebarBlock.accordion-block,
  .custom_search .sidebarBlock.accordion-block,
  .custom_brand .sidebarBlock.accordion-block {
    margin-bottom: 20px;
    background: #fff;
    border: none;
    padding: 0 35px 10px; }
  .custom_category .sidebarBlock.accordion-block .sidebarBlock.accordion-block,
  .custom_search .sidebarBlock.accordion-block .sidebarBlock.accordion-block,
  .custom_brand .sidebarBlock.accordion-block .sidebarBlock.accordion-block {
    padding: 0;
    margin: 0; }
  .custom_category .sidebarBlock.accordion-block .toggleLink,
  .custom_search .sidebarBlock.accordion-block .toggleLink,
  .custom_brand .sidebarBlock.accordion-block .toggleLink {
    padding: 0 13px 0 15px; }
  .navBar--account {
    display: block; }
  .navBar--sub .navBar-item {
    display: inline-block;
    margin: 0 5px 10px; }
  .account-orderStatus-label {
    font-size: 12px; }
  .custom_shippingaddressform .account-body {
    padding: 0 20px; }
  .custom_cart .page-content {
    padding: 0; }
  .au_why_choose .au_why_choose_bot img {
    display: block; }
  .au_why_choose .au_why_choose_bot {
    background: #d7dadf; }
  .au_why_choose .au_why_choose_bot .overlay_text {
    margin: 0 auto;
    float: none;
    padding: 50px 0 0 0; }
  .header .navPages-container ul.navPage-childList .maincat-img-thumb {
    min-width: 46px;
    height: 46px;
    float: left; }
  .header .navPages-container ul.navPage-childList .maincat-img-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .header .navPages-container .navPages > ul > li.artist-menu > div {
    min-width: auto;
    transform: none; }
  .header .navPages-container .navPages > ul > li.artist-menu > div > ul > li .cat-img-thumb {
    display: flex;
    margin: 0;
    max-width: 46px;
    max-height: 46px;
    margin-right: 16px;
    min-width: 46px;
    height: 46px;
    float: left; }
  .header .navPages-container .navPages > ul > li.artist-menu > div > ul > li .navPages-action {
    padding: 0;
    text-transform: capitalize;
    margin: 13px 0 0 0;
    line-height: normal;
    float: left;
    width: 160px; }
  .main-cat .treeview li a {
    top: 2px;
    line-height: 20px; }
  .navList ul li.expandable > ul {
    margin-bottom: 15px;
    margin-top: 10px; }
  .header .navPages-container .navPages .artist-view {
    display: block !important;
    padding: 20px 0 20px 15px;
    width: calc(100% - 15px);
    margin-left: 15px;
    border-top: 1px solid #969696; }
  .header .navPages-container .left-side-mega .navPage-subMenu-list.Colors li:last-child a,
  .header .navPages-container .left-side-mega .navPage-subMenu-list.Colors li:last-child:hover a,
  .header .navPages-container .left-side-mega .navPage-subMenu-list.Colors li:last-child a:hover {
    margin: 15px 0 15px 0 !important;
    padding: 0 !important;
    line-height: 16px; }
  .header .navPages-container .navPages .artist-view .button,
  .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.main_Colors .left-side-mega li:last-child .button {
    max-width: 100%;
    text-align: left;
    display: block;
    padding: 0;
    margin: 0 0 10px 15px;
    height: auto;
    line-height: 16px;
    background: transparent !important;
    border: none !important;
    color: #fbb52b  !important; }
  .header .navPages-container .navPages .artist-view .button {
    margin: 0; }
  .header .navPages-container .left-side-mega .navPage-subMenu-list li .button:hover,
  .header .navPages-container .navPages .artist-view .button:hover,
  .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.main_Colors .left-side-mega li:last-child .button:hover {
    color: #fff  !important; }
  .header .navPages-container .left-side-mega {
    width: 100%; }
  .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.main_Subjects,
  .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.main_Styles {
    min-width: 100%; }
  .header .navPages-container .main_Styles .left-side-mega .navPage-subMenu-list li:hover .navPage-childList {
    height: auto; }
  .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.main_Colors {
    min-width: 100%; }
  .header .navPages-container .left-side-mega .navPage-subMenu-list li .button {
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    background: transparent !important;
    border: none !important;
    color: #fbb52b !important;
    text-align: left !important; }
  .header .navPages-container .left-side-mega .navPage-childList {
    min-width: auto; }
  #menu .navPages-action:hover,
  #menu .navPage-subMenu-item > .navPage-subMenu-action:hover,
  #menu .navPages .navPage-subMenu-item ul.navPage-childList .navPage-childList-item .navPage-childList-action:hover {
    color: #fbb52b; }
  .header .navPages-container .left-side-mega .navPage-subMenu-list li .button:hover {
    color: #fff; }
  .header .navPages-container .left-side-mega .navPage-subMenu-list.Colors .cat-img-thumb.colorswatch {
    float: left; }
  .header .navPages-container .left-side-mega .navPage-subMenu-list.Colors .menuname {
    margin: 3px 0 0 0;
    float: left;
    width: calc(100% - 25px);
    padding: 0 0 0 10px; }
  .BackToMenu.show-mobile {
    background: #ECEDEF;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 61px;
    padding: 0 0 0 6px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 100;
    letter-spacing: 0.9px;
    color: #505F68;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0; }
  .BackToMenu.show-mobile .bc_icon {
    position: absolute;
    left: 0;
    top: 7px; }
  #menu ul ul li {
    border-bottom: 1px solid #969696;
    padding: 14px 0 14px 15px !important; }
  #menu ul li.navPages-item {
    border-bottom: 1px solid #969696; }
  body.has-activeNavPages > img[alt="sincerelysupermom"] {
    background: #000;
    z-index: 9999;
    opacity: 0.5;
    height: 100vh !important;
    max-height: 100vh !important; }
  #menu .menuname {
    margin: 0; }
  .badges.show-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    column-gap: 36px;
    margin: 30px 0 0 0;
    clear: both;
    list-style: none; }
  .badges.show-mobile li img {
    height: 70px; }
  .badges.show-mobile li:nth-child(2) img {
    height: 80px; }
  .footer .footer-info .column-logo {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .footer .footer-info .logo-row .header-logo__link {
    margin: 0 0 51px 0;
    width: 100%; }
  .footer .header-logo-image-unknown-size {
    height: 84px;
    max-height: none; }
  #menu .navPages .navPage-subMenu-item ul.navPage-childList {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999;
    min-width: 309px;
    max-width: 309px;
    margin: 0;
    height: 100% !important;
    margin: 0 !important;
    padding: 0;
    overflow: auto !important; }
  .header .navPages-container .main_Subjects .left-side-mega {
    width: 100%; }
  .default_ct .badges.show-mobile {
    margin: 15px 0 28px 0;
    float: left;
    width: 100%; }
  .default_ct .sub-category-listing ul.navList .cat-item {
    margin: 0 0 15px 0; }
  .category-top-mob.show-mobile {
    clear: left; }
  .category-top-mob.show-mobile .ct_mob_img {
    width: 100px; }
  .category-top-mob.show-mobile .ct_more_info {
    width: calc(100% - 100px);
    text-align: left; }
  .cat-breadcrumbs ol.breadcrumbs {
    text-align: left;
    margin-top: 25px; }
  .category-description {
    padding: 0 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin: 10px 0 0 0;
    background: transparent;
    text-align: left;
    color: #000; }
  .category-description .container {
    padding: 0; }
  .breadcrumb a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700; }
  .category-top-mob.show-mobile .ct_top_mob_outer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 22px; }
  body .ct_top_mob_outer .page-heading {
    margin: 0;
    text-align: left; }
  .filter-sidebar-area {
    /* position: fixed;*/
    top: 200px;
    left: 0; }
  .custom_category .facetedSearch-refineFilters button {
    font-size: 14px;
    font-weight: 700;
    color: #485760;
    text-decoration: none; }
  .custom_category .facetedSearch-refineFilters .form-fieldset.actionBar-section button {
    font-size: 16px; }
  .custom_category .actionBar, .custom_search .actionBar, .custom_brand .actionBar {
    margin: 0;
    padding: 6px 35px;
    background: #F4F8F8; }
  .custom_category .facetedSearch-refineFilters > p:last-child,
  .custom_search .facetedSearch-refineFilters > p:last-child,
  .custom_brand .facetedSearch-refineFilters > p:last-child {
    margin: 0;
    padding: 15px 35px; }
  .custom_category .facetedSearch-refineFilters > div,
  .custom_search .facetedSearch-refineFilters > div,
  .custom_brand .facetedSearch-refineFilters > div {
    background: #F4F8F8; }
  .custom_category #product-listing-container .actionBar,
  .custom_search #product-listing-container .actionBar,
  .custom_brand #product-listing-container .actionBar {
    display: none; }
  .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.main_Rooms .left-side-mega {
    padding: 0px; } }

@media only screen and (max-width: 767px) {
  article.blog,
  .blog + .blog {
    max-width: 50%;
    margin-bottom: 20px; }
  .custom_wishlists .table-actions .button {
    margin-bottom: 5px; }
  .navUser-item-cartLabel {
    display: block; }
  .discount-banner-section .outer-border p {
    font-size: 16px;
    padding: 0 5px; }
  .main-slider-section .left-carousel-section {
    padding-right: 0;
    width: 100%; }
  .main-slider-section .right-carousel-section {
    width: 100%; }
  .main-slider-section .container {
    flex-direction: column; }
  .main-slider-section .left-carousel-section .heroCarousel-content {
    position: absolute; }
  .vibrant-section .section-heading {
    font-size: 20px;
    line-height: 28px; }
  .vibrant-section ul {
    display: block;
    max-width: 100%; }
  .section-heading {
    font-size: 24px;
    line-height: 30px; }
  .vibrant-section ul li {
    margin-bottom: 0; }
  .shop-wall-section .wall-list li {
    width: 33.33%;
    margin-bottom: 15px; }
  .shop-wall-section {
    padding-bottom: 37px; }
  .what-selling-section .top-selling-section li {
    padding: 0;
    margin: 0 13px 10px; }
  .what-selling-section .content-selling-section {
    margin: 42px 0 0 0; }
  .what-selling-section .top-selling-section ul {
    margin: 0; }
  .what-selling-section .top-selling-section li button {
    min-width: auto;
    padding: 15px; }
  .what-selling-section .content-selling-section .new-product-card {
    width: 100%; }
  .about-grand-section .abt-section-wrapper .about-content p {
    font-size: 16px;
    line-height: 28px; }
  .about-grand-section .abt-section-wrapper .about-content .about-logo {
    text-align: center; }
  .about-grand-section .abt-section-wrapper .about-content li {
    float: none;
    display: inline-block;
    margin: 0; }
  .seasonal-collections-section li {
    width: 50%; }
  .happy-client-section .slick-prev {
    left: 36%; }
  .happy-client-section .slick-next {
    right: 36%; }
  .footer .footer-info .column-quick-links,
  .footer .footer-info .column-customer-help {
    width: 50%; }
  .footer .footer-info .column-getin-touch,
  .footer .footer-info .column-newsletter {
    width: 50%;
    margin-top: 30px; }
  .custom_category .productGrid,
  .custom_search .productGrid,
  .custom_brand .productGrid {
    margin-left: -8px;
    margin-right: -8px; }
  .custom_category .productGrid .product,
  .custom_search .productGrid .product,
  .custom_brand .productGrid .product {
    padding-left: 8px;
    padding-right: 8px; }
  .card .card-img-container {
    height: 150px; }
  .custom_category .actionBar .form-fieldset .form-label,
  .custom_search .actionBar .form-fieldset .form-label,
  .custom_brand .actionBar .form-fieldset .form-label {
    padding-right: 5px; }
  ol.breadcrumbs {
    display: block; }
  .category-description p {
    padding: 15px 0;
    font-size: 16px;
    line-height: 24px; }
  .cp-banners .page-heading {
    font-size: 30px;
    line-height: 34px; }
  .cp-banners nav {
    bottom: 5px; }
  .bottom-wrapper.local-start .tab-content {
    font-size: 16px;
    line-height: 32px; }
  .img-section .thumbnail-slider ul li {
    height: 84px; }
  .img-section .thumbnail-slider ul li img {
    max-width: 55px; }
  .pp-right .product-options-wrapper .form-option-wrapper .rectangle-box .form-option {
    height: 35px;
    line-height: 35px; }
  .pp-right .product-options-wrapper .form-option-wrapper .rectangle-box .form-option {
    width: 57px; }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-color .form-option-variant--color {
    width: 55px;
    height: 35px; }
  .bottom-wrapper.local-start .top-tab-section .tabs .tab {
    margin-right: 5px; }
  .size-chart .pp_modal_inner,
  .frame-chart .pp_modal_inner {
    width: 100%;
    max-width: 90%; }
  .custom_cart .cart-item-info {
    font-size: 16px;
    margin-bottom: 10px; }
  .page .page-heading,
  body .page-heading {
    font-size: 26px; }
  .custom_forgotpassword .form-prefixPostfix--centeredColumn.wrap .button {
    margin-left: 0;
    width: 100%;
    margin-top: 10px; }
  .custom_account_order .account {
    padding: 0 10px; }
  .custom_account_order .account-body {
    padding: 0; }
  .how_work .work_box {
    flex-wrap: wrap; }
  .work_box_lt {
    width: 100%;
    text-align: center;
    order: 1;
    margin-top: 15px;
    font-size: 36px;
    line-height: 36px; }
  .work_box_rt {
    width: 100%;
    order: 2;
    border: 0; }
  .cms-faq {
    display: block; }
  .cms-faq .tab-right {
    margin-left: 0;
    margin-top: 15px; }
  .contact_top_lt {
    width: 100%; }
  .contact_top_rt {
    width: 100%; }
  .what-selling-section .content-selling-section .new-product-card,
  .what-selling-section .content-selling-section .content-section li {
    width: calc(100% / 2);
    padding: 0 8px; }
  .what-selling-section .content-selling-section .content-section ul,
  .what-selling-section .content-selling-section .new-product-list {
    row-gap: 10px; }
  .card-body div.card-text {
    justify-content: center; }
  .footer .footer-info .column-quick-links,
  .footer .footer-info .column-customer-help {
    width: 50%; }
  .footer .footer-info {
    padding-bottom: 0; }
  .custom_category .productGrid .product,
  .custom_search .productGrid .product,
  .custom_brand .productGrid .product {
    width: calc(100%/2); }
  .custom_category .productGrid .card .card-img-container, .custom_search .productGrid .card .card-img-container, .custom_brand .productGrid .card .card-img-container {
    height: 190px;
    background: transparent; }
  .category_top_banner.cp-banners {
    background: url("https://grandart.com/content/images/hp/footer_bg.svg");
    background-size: 100%; }
  .sub-category-description {
    padding: 15px 0; }
  .sub-category-listing .cat-item {
    width: 50%; }
  .sub-category-description p {
    font-size: 16px;
    line-height: 24px; }
  body {
    font-size: 16px;
    line-height: 24px; }
  .cat_full_banner.no-image {
    margin-bottom: 0; }
  .vibrant-section p {
    font-size: 16px;
    line-height: 24px; }
  .what-selling-section .content-selling-section .content-section ul,
  .what-selling-section .content-selling-section .new-product-list {
    margin: 0; }
  .au_banner_text p {
    font-size: 16px;
    line-height: 24px; }
  .au_top_review p {
    font-size: 16px;
    line-height: 24px; }
  .au_top_review {
    padding-bottom: 0; }
  .au_why_choose {
    padding-top: 0; }
  .au_why_choose .au_why_choose_top p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px; }
  .au_fast_shipping h4 {
    font-size: 20px; }
  .au_banner nav {
    bottom: 0; }
  .main-slider-section .left-carousel-section .heroCarousel-content {
    position: unset;
    padding-top: 20px;
    padding-bottom: 60px;
    top: 30px;
    transform: none; }
  .main-slider-section .left-carousel-section .heroCarousel-title {
    color: #000000;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px; }
  .main-slider-section .left-carousel-section .slick-dots .slick-active button::before {
    background: #000; }
  .main-slider-section .left-carousel-section .slick-dots li button::before {
    background: #000000; }
  .card-body {
    text-align: center !important; }
  .vibrant-section .section-heading {
    margin-top: 16px; }
  .vibrant-section p {
    margin: 11px 0 21px 0;
    letter-spacing: 0.42px;
    color: #505F68;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 22px; }
  .vibrant-section .section-heading {
    margin: 0 0; }
  .vibrant-section {
    padding-bottom: 22px;
    padding-top: 23px; }
  .about-grand-section .abt-section-wrapper .about-content .section-heading {
    margin-bottom: 15px; }
  .seasonal-collections-section .section-heading {
    margin-bottom: 25px; }
  .seasonal-collections-section .seasonal-item-lbl {
    margin: 10px 0; }
  .gallery-art-section .images-section-wrapper {
    display: block; }
  .card-body {
    text-align: center !important; }
  .form-prefixPostfix--centeredColumn .g-recaptcha {
    width: 100%; }
  .custom_wishlist .productGrid .product,
  .custom_account_recentitems .productGrid .product {
    width: 50%; }
  .happy-client-section .client-column {
    width: 548px !important;
    padding: 0 20px 0 0; }
  .happy-client-section .container {
    padding: 0; }
  .related-product-section .productCarousel-slide,
  .similar-product-section .productCarousel-slide {
    width: calc(100% / 2); }
  .au_why_choose .au_why_choose_bot .overlay_text {
    padding: 50px 25px 0; }
  .badges.show-mobile {
    margin: 24px 0 13px 0; }
  .shop-wall-section .section-heading {
    margin: 0 0 28px 0; }
  .what-selling-section {
    padding: 28px 0 0 0; }
  .related-product-section, .similar-product-section, .container {
    padding: 0 14px; }
  .custom_category .productGrid .card .wishlist-icon, .custom_search .productGrid .card .wishlist-icon, .custom_brand .productGrid .card .wishlist-icon, .related-product-section .productCarousel-slide .wishlist-icon, .similar-product-section .productCarousel-slide .wishlist-icon, .custom_account_recentitems .productGrid .wishlist-icon, .custom_wishlist .productGrid .wishlist-icon, .what-selling-section .wishlist-icon {
    width: 30px;
    height: 30px;
    top: 6px;
    right: 25px; }
  .what-selling-section .card {
    background: transparent; }
  .what-selling-section .new-product-card .card .card-figure,
  .card .card-figure,
  .custom_category .productGrid .card .card-figure, .custom_search .productGrid .card .card-figure, .custom_brand .productGrid .card .card-figure {
    padding: 0; }
  .what-selling-section .card .card-img-container {
    height: 135px; }
  .what-selling-section .card .price-section--withoutTax .price-label.fromPrice,
  .what-selling-section article.card .card-body .yotpo {
    display: none; }
  .card-body div.card-text,
  .what-selling-section .card-body div.card-text {
    display: none; }
  .card .card-title a,
  .custom_default .card .card-title a {
    font-size: 14px; }
  .card .card-title,
  .custom_default .card .card-title {
    margin: 0; }
  .custom_category .productGrid .card .card-figure, .custom_search .productGrid .card .card-figure, .custom_brand .productGrid .card .card-figure {
    background: #fff; }
  .custom_category .productGrid .card .card-img-container img, .custom_search .productGrid .card .card-img-container img, .custom_brand .productGrid .card .card-img-container img {
    mix-blend-mode: normal; }
  .card-body,
  .custom_default .card-body {
    padding: 14px 0 0 0; }
  .about-grand-section {
    padding: 0;
    margin-top: -30px; }
  .custom_default .footer {
    padding: 16px 0 0 0; }
  .footer .container {
    padding: 0 30px; }
  .footer .footer-info .social-row .socialLinks {
    width: auto;
    margin: 0; }
  .footer .footer-info .social-row {
    margin: 0; }
  .footer .footer-info .logo-row .header-logo__link {
    margin: 0; }
  .footer .footer-info .column-logo {
    margin-bottom: 50px; }
  .footer .footer-info .column-heading {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 600; }
  .footer .footer-info .column ul a {
    font-weight: 400; }
  .footer .footer-info .column-getin-touch {
    margin-top: 43px; }
  .footer .footer-info .column-getin-touch,
  .footer .footer-info .column-newsletter {
    width: 100%; }
  .footer .footer-info .column-newsletter {
    margin-top: 27px; }
  .footer .footer-info .column-getin-touch li:first-child {
    width: 50%; }
  .footer .footer-info .column-getin-touch li:nth-child(2) {
    width: 38%;
    float: right; }
  .footer .footer-info .column-getin-touch .location .contact-lbl br {
    display: none; }
  .header .top-search .form-input::placeholder,
  .header .top-search .form-input {
    font-size: 14px; }
  .header .top-search .form-input {
    padding: 12px 40px 10px 14px; }
  .mob-top-bar p {
    font-size: 12px;
    letter-spacing: 0.6px;
    margin-top: 2px; }
  .header {
    border-top: 0; }
  .mob-top-bar {
    padding: 0 15px;
    height: 28px; }
  .header .main-row-top {
    padding: 0 0 3px; }
  .mobileMenu-toggle {
    left: 15px; }
  .header .top-logo {
    background: #fafafa;
    padding: 0 15px; }
  .header .header-logo-image-unknown-size {
    height: 50px; }
  .header .header-logo {
    padding: 12px 0 10px; }
  .header .top-search {
    margin: 9px 0 0 0; }
  .header .top_search_account {
    padding: 0 15px; }
  .header .top-search .search_quick_btn {
    top: 10px; }
  .mobileMenu-toggle {
    width: 25px;
    height: 25px;
    padding: 0 4px;
    top: 52px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    width: 15px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -5px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -5px; }
  .cp-banners {
    display: none; }
  .sub-category-listing {
    margin: 10px 0 0 0; }
  .default_ct .sub-category-listing ul.navList .cat-item {
    width: 50%;
    padding: 0 3px;
    margin: 0; }
  .sub-category-listing .navList {
    margin: 0 -3px 30px;
    row-gap: 9px; }
  .default_ct .sub-category-listing ul.navList .cat-item .cat-sec-wrapper > a.navList-action {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    letter-spacing: 0px;
    padding: 10px 20px 9px 20px; }
  .product-listing-wrapper .container {
    padding: 0; }
  #product-listing-container {
    padding: 0 15px; }
  .custom_category .productGrid .card, .custom_search .productGrid .card, .custom_brand .productGrid .card1 {
    padding-left: 0;
    padding-right: 0;
    background: transparent; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #000; }
  .breadcrumb a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    color: #000; } }

@media only screen and (min-width: 550px) {
  .happy-client-section .client-column {
    width: 548px !important; } }

@media only screen and (max-width: 479px) {
  .shipping-quotes .select-shipping-quote {
    width: 100%; }
  .category-top-mob.show-mobile .ct_mob_img {
    width: 55px; }
  .category-top-mob.show-mobile .ct_more_info {
    width: calc(100% - 55px); }
  body .ct_top_mob_outer .page-heading {
    font-size: 20px;
    line-height: 22px; }
  .what-selling-section .card .card-img-container {
    height: 98px; }
  .custom_account_recentitems .productGrid .card .card-title, .custom_wishlist .productGrid .card .card-title {
    height: auto;
    overflow: hidden; }
  .account .alertBox {
    width: 100%; }
  .custom_wishlist .productGrid .product .form .button {
    width: 100%; }
  .custom_wishlists .table-actions .button {
    padding-left: 5px;
    padding-right: 5px; }
  .custom_wishlists .table--line tr td + td {
    padding-left: 10px; }
  .gallery-art-section .left-img,
  .gallery-art-section .middle-img,
  .gallery-art-section .right-img {
    width: 100%;
    margin-bottom: 15px; }
  article.blog,
  .blog + .blog {
    max-width: 100%; }
  .header .user-settings .navUser-item {
    margin-right: 15px; }
  .discount-banner-section .outer-border {
    padding: 7px 0 5px 0; }
  .discount-banner-section .outer-border p {
    font-size: 14px; }
  .main-slider-section .left-carousel-section .heroCarousel-content {
    position: unset;
    padding-top: 20px;
    padding-bottom: 60px;
    top: 30px;
    transform: none; }
  .main-slider-section .left-carousel-section .heroCarousel-title {
    color: #000000;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px; }
  .main-slider-section .left-carousel-section .slick-dots .slick-active button::before {
    background: #000; }
  .main-slider-section .left-carousel-section .slick-dots li button::before {
    background: #000000; }
  .vibrant-section p {
    margin-bottom: 15px; }
  .vibrant-section {
    padding-bottom: 22px; }
  .shop-wall-section .wall-list li {
    width: 33.33%; }
  .about-grand-section .abt-section-wrapper .about-content li {
    margin: 0; }
  .seasonal-collections-section li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0; }
  .seasonal-collections-section ul {
    margin: 0; }
  .happy-client-section .slick-next {
    right: 30%; }
  .happy-client-section .slick-prev {
    left: 30%; }
  .footer .footer-info .column-newsletter {
    margin-bottom: 0; }
  .footer .footer-info .column-newsletter form {
    margin-bottom: 0; }
  .cp-banners .img-title {
    position: unset;
    transform: none;
    margin: 0; }
  .cp-banners .breadcrumbs a,
  .cp-banners .breadcrumbs .is-active a {
    color: #626262; }
  .cp-banners nav {
    position: unset; }
  .cp-banners .breadcrumb:not(:first-child)::before {
    border-left: 5px solid #626262; }
  .cp-banners .img-title {
    clear: both;
    margin-bottom: 5px;
    margin-top: 15px;
    display: inline-block;
    width: 100%; }
  .cp-banners .page-heading {
    clear: both;
    color: #626262; }
  .custom_category .actionBar .form-fieldset .form-select,
  .custom_search .actionBar .form-fieldset .form-select,
  .custom_brand .actionBar .form-fieldset .form-select {
    font-size: 14px; }
  .pp-right .product-heading {
    font-size: 26px;
    line-height: 30px; }
  .pp-right .product-actions .add-to-cart-btn .button-action-wrapper > .add-to-cart-btn {
    width: 100%;
    margin-bottom: 15px;
    max-width: 100%; }
  .pp-right .product-actions .add-to-cart-btn .button-action-wrapper > .wishlist-btn {
    width: 100%; }
  .bottom-wrapper.local-start .top-tab-section .tabs .tab a,
  .bottom-wrapper.local-start .top-tab-section .tabs .tab.is-active a {
    font-size: 14.5px;
    padding: 5px; }
  .bottom-wrapper.local-start .top-tab-section .tabs .tab:last-child {
    margin-right: 0; }
  .related-product-section > h3,
  .similar-product-section > h3 {
    font-size: 24px;
    margin-bottom: 20px; }
  .related-product-section .productCarousel-slide,
  .similar-product-section .productCarousel-slide {
    width: 100%;
    padding: 0; }
  .related-product-section .card,
  .similar-product-section .card {
    padding-bottom: 15px; }
  .estimator-form .button--primary {
    width: 100%; }
  .coupon-form .button {
    padding: 0 5px;
    font-size: 13px;
    letter-spacing: 0; }
  .new-customer .button {
    font-size: 17px; }
  .new-customer-fact-list {
    margin-left: 15px; }
  .custom_wishlist .productGrid .product,
  .custom_account_recentitems .productGrid .product {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center; }
  .custom_account_recentitems .card .card-title a {
    font-size: 17px; }
  .work_box_rt {
    padding: 15px; }
  .card-body div.card-text {
    min-height: auto; }
  .what-selling-section {
    padding-top: 23px; }
  .sub-category-listing .cat-item {
    width: 100%; }
  .sub-category-listing .navList-action {
    text-align: center; }
  .au_banner h3 {
    position: unset;
    transform: none;
    color: #000;
    margin: 10px 0 0; }
  .au_banner nav {
    position: unset; }
  .au_banner .breadcrumbs .is-active a {
    color: #000000; }
  .au_banner {
    padding-bottom: 10px; }
  .au_banner {
    background: url(https://grandart.com/content/images/hp/footer_bg.svg);
    background-size: 100%; }
  .au_banner_text {
    padding: 0; }
  .au_banner_text p {
    padding-bottom: 30px; }
  .au_title {
    font-size: 24px; }
  .au_why_choose .au_why_choose_bot .overlay_text .title_text strong {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px; }
  .au_fast_shipping li {
    width: 100%;
    margin-bottom: 20px; }
  .au_fast_shipping {
    padding-bottom: 40px; }
  .au_why_choose .au_why_choose_bot .overlay_text li {
    flex-direction: column; }
  .au_why_choose .au_why_choose_bot .overlay_text .count {
    margin: 0; }
  .au_why_choose .au_why_choose_bot .overlay_text .title_text {
    width: 100%;
    height: auto; }
  .au_why_choose .au_why_choose_bot .overlay_text .title_text {
    padding: 15px; }
  .au_quality .au_quality_left p {
    font-size: 16px;
    line-height: 24px; }
  .au_top_review .au_title {
    line-height: 36px; }
  .contact_bot {
    padding-top: 30px; }
  .custom_404 .form-prefixPostfix .button {
    width: 100%;
    margin-top: 10px; }
  .header .user-settings .navUser-item.navUser-item--cart a svg {
    width: 25px; }
  .header .user-settings .navUser-item.wishlistitem svg {
    width: 25px; }
  .header .user-settings .navUser {
    top: 68px; }
  .footer .footer-copyright .powered-by {
    line-height: 20px; }
  .custom_login .new-customer .button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }
  .sub-category-listing .cat-image .navList-action {
    height: auto; }
  .yotpo-main-layout .yotpo-border-margin {
    margin-top: 0; }
  .swym-ui-component .swym-popup-nudge-zindex {
    left: 10px; }
  .swym-ui-component .swym-atw-notification-container .swym-atw-notification-header-container,
  .swym-ui-component .swym-atw-notification-container {
    width: 100% !important; }
  .swym-ui-component .swym-atw-notification-container .swym-atw-notification-header-container {
    padding-right: 10px; }
  .cat_full_banner.no-image .data-wraper .img-title {
    margin-top: 0; }
  .cat_full_banner.no-image {
    margin: 0;
    padding: 20px 0; }
  .g-recaptcha {
    overflow: hidden; }
  .custom_createaccount .form-row .form-field {
    padding: 0; }
  .custom_shippingaddressform .account-body {
    padding: 0 0; }
  .custom_shippingaddressform .form-row .form-field {
    padding: 0; }
  .wishlist-form .form-field,
  .custom_editaccount .form-row .form-field {
    padding: 0; }
  .happy-client-section .client-column {
    width: 300px !important;
    display: block;
    padding: 0 20px 0 0; }
  .happy-client-section .client-column .img {
    width: 100%; }
  .happy-client-section .slick-list {
    padding: 0 20px; }
  .happy-client-section .client-column .review-content {
    width: 100%;
    padding: 0; }
  .happy-client-section .client-column .review-content > p {
    padding: 35px;
    height: auto; }
  .happy-client-section .client-column .review-content .bottom-content h6,
  .happy-client-section .client-column .review-content .bottom-content p {
    padding: 0 0 0 35px; }
  .happy-client-section .client-column .review-content > p::after {
    right: 0; }
  .happy-client-section .happy-client-slick {
    padding: 0 0 120px 0; }
  .happy-client-section .client-column .img img {
    margin: 0;
    padding: 20px 0; }
  .blog-title {
    height: auto; }
  .blog_main {
    row-gap: 20px; }
  .blog_mn nav.pagination .pagination-list {
    margin-bottom: 0; }
  .custom_account_addressbook .address {
    padding: 0; }
  .footer .footer-copyright {
    border-top: 1px #000 solid;
    margin-top: 2px;
    padding: 10px 0 14px 0; } }

@media only screen and (max-width: 374px) {
  .pp-right .product-reviews-section .productView-rating {
    display: block; }
  .pp-right .product-reviews-section .productView-reviewLink--new {
    margin-left: 0;
    margin-top: 5px; }
  .header.is-open #menu {
    width: 250px; }
  body.has-activeNavPages {
    left: 250px; }
  .badges.show-mobile {
    column-gap: 15px; }
  .BackToMenu.show-mobile {
    width: 250px; }
  .footer .footer-copyright .powered-by br {
    display: inline; }
  #menu .navPage-subMenu-item > .navPage-subMenu-action {
    width: 110px; }
  #menu .navPages .navPage-subMenu-item ul.navPage-childList,
  #menu .navPages ul li:hover .navPage-subMenu,
  #menu .navPages ul li .navPage-subMenu {
    min-width: 250px;
    max-width: 250px; }
  .BackToMenu.show-mobile {
    letter-spacing: 0;
    font-size: 16px; } }

@media only screen and (max-width: 990px) {
  .show-mobile {
    display: block !important; }
  .show-desktop {
    display: none !important; }
  .default_ct .sub-category-listing ul.navList .cat-item {
    width: 33.33%; }
  #menu .navPage-subMenu .navPage-subMenu-list {
    display: block !important; }
  .header .navPages-container .left-side-mega {
    max-height: 100%;
    overflow-y: auto; } }

@media only screen and (max-width: 767px) {
  .handicraft-chart .pp_modal_inner {
    width: 80%;
    max-height: 90%;
    overflow-y: auto; }
  .handicraft-chart .close-handicraft-chart {
    top: 0px;
    right: 0px; } }

@media only screen and (max-width: 479px) {
  .handicraft-chart-body .left-img {
    width: 100%;
    margin: 0px 0px 15px; }
  .handicraft-chart-body .right-desc,
  .pp-right .product-actions .quantity-sec {
    width: 100%; }
  .default_ct .sub-category-listing ul.navList .cat-item {
    width: 50%; }
  .handicraft-chart-body {
    text-align: center; }
  .pp-right .product-actions > .add-to-cart-btn {
    margin: 0px;
    width: 100%; }
  .sell-handicraft ul {
    row-gap: 30px; }
  .sell-handicraft {
    margin: 20px 0px 0px; }
  .sell-handicraft ul li {
    flex: 50%; } }

.grand-art-site-banner {
  display: block;
  height: 40px;
  background-color: #c3311a; }

.grand-art-site-banner .grand-art-promotion-terms {
  text-align: center; }

.grand-art-site-banner .grand-art-banner-block span {
  padding: 7px 0;
  font-weight: bold;
  text-align: center;
  background-color: #c3311a;
  color: #fff;
  display: inline-block;
  vertical-align: top; }

.grand-art-site-banner .grand-art-banner-block .hide-default {
  display: none; }

@media only screen and (max-width: 479px) {
  .addtocarttxt {
    margin: 0 -5px; }
  .pp-right .product-actions .add-to-cart-btn .button-action-wrapper {
    flex-direction: column; }
  .grand-art-site-banner .grand-art-banner-block .hide-default {
    display: inline-block; }
  .grand-art-site-banner .grand-art-banner-block .hide-mob {
    display: none; }
  .grand-art-site-banner .grand-art-banner-block span {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400; }
  .grand-art-site-banner {
    height: auto; } }

.treeview li ul {
  margin-left: 0px; }

.sidebarBlock.accordion-block .filetree.treeview .show-more-link a.toggleLink,
.sidebarBlock.accordion-block .filetree.treeview .show-less-link a.toggleLink {
  line-height: normal;
  background: transparent;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 0px 0px; }

.sidebarBlock.accordion-block .filetree.treeview .show-less-link a.toggleLink span:after {
  transform: rotate(-180deg); }

.menuname {
  width: 100%;
  display: inline-block;
  margin: 5px 0 0; }

/**/
.swym-button.swym-add-to-wishlist-view-product {
  right: 0px;
  z-index: 2;
  top: 15px; }

.card {
  text-align: right;
  position: relative; }

@media only screen and (min-width: 991px) {
  .pp-right .product-reviews-section {
    width: 50%;
    float: left;
    display: inline-block;
    margin: 3px 0 0; }
  .pp-right .product-sku-row {
    width: 50%;
    float: left;
    display: inline-block; }
  .pp-right .product-price-row {
    width: auto;
    clear: left;
    float: left; }
  .price-discount-span {
    float: left;
    margin: 0 0 0 20px; }
  .price-sku-section {
    float: left;
    width: 100%; }
  .product-options-wrapper {
    clear: left; }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-img .swatch-title {
    font-size: 13px; }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-img .form-option-variant {
    background-size: 70%; }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-img .form-option {
    height: 90px; }
  .pp-right .product-heading {
    margin: -13px 0 0px; }
  .pp-right .product-options-wrapper .form-fields .form-label {
    margin: 0 0 5px; }
  .pp-right .product-options-wrapper .form-option-wrapper .rectangle-box .form-option {
    height: 40px;
    line-height: 40px;
    width: 70px;
    margin: 0 15px 15px 0; }
  .pp-right .product-options-wrapper .form-option-wrapper .rectangle-box .form-option .form-option-variant {
    font-size: 14px; }
  .pp-right .product-actions .quantity-sec {
    margin: 0px; }
  .pp-right .product-options-wrapper .form-fields.ren-opt-type-rectangles {
    margin-top: 0; }
  .header .navPages-container .navPages > .navPages-list > li .navPage-subMenu.main_Colors .left-side-mega li:nth-child(5n+1) {
    clear: left; }
  .swym-button.swym-add-to-wishlist-view-product {
    right: -15px; } }

@media only screen and (min-width: 1199px) {
  .pp-right .product-options-wrapper .form-fields .form-label .size-icon {
    right: 60px; }
  .pp-right .product-reviews-section {
    width: 45%; }
  .pp-right .product-sku-row {
    width: 55%; }
  .header .navPages-container .left-side-mega {
    position: relative;
    background: #fff;
    left: 0px;
    padding: 20px 20px; }
  .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.main_Subjects,
  .header .navPages-container .navPages > .navPages-list > li:hover .navPage-subMenu.main_Styles {
    padding: 0 !important;
    width: 0;
    height: 0;
    overflow: visible; }
  .header .navPages-container .left-side-mega .navPage-subMenu-list li:hover .navPage-childList {
    height: calc(100% + 40px);
    left: 100%;
    top: -20px; } }

.framed-canvas .form-option-variant.form-option-variant--color[title="Rustic Walnut"] {
  background: url(https://cdn11.bigcommerce.com/s-strzboomm4/images/stencil/original/image-manager/rustic-brown-framed-canvas-swatch.jpg); }

.framed-canvas .form-option-variant.form-option-variant--color[title="Gold"] {
  background: url(https://cdn11.bigcommerce.com/s-strzboomm4/images/stencil/original/image-manager/gold-framed-canvas-swatch.jpg); }

.framed-canvas .form-option-variant.form-option-variant--color[title="Silver"] {
  background: url(https://cdn11.bigcommerce.com/s-strzboomm4/images/stencil/original/image-manager/silver-framed-canvas-swatch.jpg); }

.framed-canvas .form-option-variant.form-option-variant--color[title="Rustic Gray"] {
  background: url(https://cdn11.bigcommerce.com/s-strzboomm4/images/stencil/original/image-manager/rustic-gray-framed-swatch.jpg); }

.framed-print .form-option-variant.form-option-variant--color[title="Rustic Walnut"] {
  background: url(https://cdn11.bigcommerce.com/s-strzboomm4/images/stencil/original/image-manager/brown-framed-print-swatch.jpg); }

.framed-print .form-option-variant.form-option-variant--color[title="Gold"] {
  background: url(https://cdn11.bigcommerce.com/s-strzboomm4/images/stencil/original/image-manager/gold-framed-print-swatch.jpg); }

.framed-print .form-option-variant.form-option-variant--color[title="Silver"] {
  background: url(https://cdn11.bigcommerce.com/s-strzboomm4/images/stencil/original/image-manager/silver-framed-print-swatch.jpg); }

.framed-print .form-option-variant.form-option-variant--color[title="Rustic Gray"] {
  background: url(https://cdn11.bigcommerce.com/s-strzboomm4/images/stencil/original/image-manager/rustic-gray-framed-print-swatch.jpg); }

.header .navPages-container .left-side-mega .navPage-subMenu-list.Colors a[aria-label="Silver"] .cat-img-thumb.colorswatch {
  background: url(https://cdn11.bigcommerce.com/s-strzboomm4/images/stencil/original/image-manager/color-bg-silver.png) no-repeat center !important;
  background-size: cover !important; }

.header .navPages-container .left-side-mega .navPage-subMenu-list.Colors a[aria-label="Gold"] .cat-img-thumb.colorswatch {
  background: url(https://www.elephantstock.com/cdn/shop/files/color-bg_gold.png) no-repeat center !important;
  background-size: cover !important; }

.header .navPages-container .left-side-mega .navPage-subMenu-list.Colors a[aria-label="Brown"] .cat-img-thumb.colorswatch {
  background: #554823 !important; }

.header .navPages-container .left-side-mega .navPage-subMenu-list.Colors a[aria-label="Green"] .cat-img-thumb.colorswatch {
  background: #80c200 !important; }

.header .navPages-container .left-side-mega .navPage-subMenu-list.Colors a[aria-label="Blue"] .cat-img-thumb.colorswatch {
  background: #3398ff !important; }

.header .navPages-container .left-side-mega .navPage-subMenu-list.Colors a[aria-label="Black / White"] .cat-img-thumb.colorswatch {
  background: linear-gradient(90deg, #000, #fff) !important; }

.header .navPages-container .left-side-mega .navPage-subMenu-list.Colors a[aria-label="Yellow"] .cat-img-thumb.colorswatch {
  background: #fff200 !important; }

.productGrid form.form-wishlist,
.new-arrival-section form.form-wishlist,
.related-product-section form.form-wishlist,
.similar-product-section form.form-wishlist {
  position: static;
  margin: 0px; }

.productGrid .product form.form-wishlist button.button,
.related-product-section form.form-wishlist button.button,
.new-arrival-section form.form-wishlist button.button,
.similar-product-section form.form-wishlist button.button {
  padding: 0;
  margin: 0;
  background: transparent !important;
  border: 0 !important;
  position: static; }

body.custom_wishlist .wishlist-icon {
  display: none !important; }

.facetedSearch-refineFilters .accordion-block {
  display: none; }

@media only screen and (max-width: 767px) {
  .facetedSearch-refineFilters .accordion-block {
    display: block; } }

/* New Design */
span.zoom_icon_mob {
  display: none; }

.pp-right .product-actions .add-to-cart-btn.mobile-addtocart-btn,
.custom_product .footer-wrapper-icons {
  display: none; }

@media only screen and (max-width: 990px) {
  .body > .container {
    padding: 0 15px; }
  div#vibrant-section > .container {
    padding: 0; }
  .vibrant-section ul.gridfour {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 6px;
    position: relative; }
  .vibrant-section ul.gridfour li {
    width: calc(50% - 3px); }
  .vibrant-section ul.gridfour li.center-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto; }
  .vibrant-section ul.gridfour li.center-link > a {
    display: inline-block;
    background: #FFFFFF;
    color: #C3311A;
    font-size: 20px;
    line-height: 24px;
    padding: 9px 23px 10px;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase; }
  .vibrant-section ul.gridfour.animal {
    margin-top: 12px; }
  .breadcrum-area ol.breadcrumbs {
    margin: 15px 0px; }
  .img-section .productView-images {
    background: #ECEDEF;
    margin: 0px -20px;
    width: auto;
    float: none;
    border: 0;
    padding: 0px 55px; }
  .pp-right .product-heading {
    margin: 25px 0 15px; }
  .product-price-row.desktop-price-sec {
    display: none !important; }
  .pp-right .product-price-row .price-section.price-section--withoutTax .price.price--withoutTax {
    color: #000000; }
  .pp-right .product-actions .add-to-cart-btn .button-action-wrapper {
    gap: 0;
    flex-wrap: wrap; }
  .pp-right .product-price-row {
    background: #ECEDEF;
    flex: 50% 0 1;
    margin: 0;
    padding: 5px 0px 5px 8px; }
  .pp-right .product-actions .add-to-cart-btn .button-action-wrapper > .add-to-cart-btn {
    flex: 50% 0 1;
    max-width: 100%;
    margin: 0px; }
  .pp-right .product-actions .add-to-cart-btn .button {
    letter-spacing: 0.24px;
    color: #FFFFFF !important;
    text-transform: capitalize;
    background: #C3311A !important;
    border-color: #C3311A !important;
    line-height: 40px;
    height: 100%;
    font-size: 16px; }
  .footer-wrapper-icons ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 23px 0px; }
  .footer-wrapper-icons {
    padding: 0px 20px; }
  .pp-right .product-actions .add-to-cart-btn .button > svg {
    width: 30px;
    height: 26px;
    vertical-align: middle; }
  .img-section .productView-image {
    border: 0px; }
  .pp-right .product-actions .add-to-cart-btn.mobile-addtocart-btn,
  .custom_product .footer-wrapper-icons {
    display: block; }
  .productView-img-container img {
    padding: 14px 0 0px; }
  .pp-right .product-price-row .price-section--saving.price {
    display: none; }
  .pp-right .product-price-row .price-section.price-section--withoutTax span.price.price--non-sale {
    padding-left: 5px; }
  .pp-right .product-price-row {
    flex-direction: row-reverse;
    justify-content: flex-end; }
  .pp-right .product-price-row .price-section {
    flex: 0 1 auto; }
  .productView-image {
    pointer-events: auto; }
  figure.productView-image .productView-img-container a {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2; }
  span.zoom_icon_mob {
    position: absolute;
    bottom: 8px;
    right: -16px;
    display: block;
    z-index: 1; }
  .pp-right .product-price-row .price-discount-span {
    background: transparent;
    color: #00D550;
    margin: 5px 0px 0px;
    flex: 1 1 100%;
    padding: 0; }
  .pp-right .product-price-row .price-discount-span:before {
    display: none; }
  .pp-right .product-price-row .price-discount-span {
    font-size: 22px; } }

@media only screen and (max-width: 767px) {
  .breadcrumb {
    vertical-align: middle;
    line-height: normal; }
  .breadcrum-area .breadcrumb:not(:first-child)::before {
    transform: none;
    margin: auto 6px auto 4px;
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent;
    border-left: 6px solid #C3311A;
    width: 6px;
    height: 7px;
    vertical-align: middle;
    position: static; }
  .breadcrum-area ol.breadcrumbs .breadcrumb a {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    vertical-align: middle;
    line-height: 20px; }
  .pp-right .product-heading {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #1F1F1F;
    margin: 25px 0px 12px; }
  .img-section .thumbnail-slider ul li {
    height: 71px;
    border: 0; }
  .img-section .thumbnail-slider ul li img {
    max-width: 100%;
    max-height: 71px; }
  .footer-wrapper-icons {
    padding: 0px 15px; }
  .pp-right .product-reviews-section {
    float: right;
    margin-bottom: 0px; }
  .pp-right .product-sku-row {
    display: inline-block; }
  .pp-right .product-actions .add-to-cart-btn.mobile-addtocart-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 112; }
  body.custom_product {
    float: left;
    width: 100%;
    padding-bottom: 52px; }
  .product-detail-wrapper + .yotpo-widget-instance {
    display: none; }
  .img-section .thumbnail-slider .slick-next {
    right: -40px; }
  .img-section .thumbnail-slider .slick-prev {
    left: -40px; }
  .related-product-section .container,
  .similar-product-section .container {
    margin: 0; }
  .related-product-section .productCarousel-slide .card {
    background: transparent; }
  .custom_product .related-product-section .card-body {
    display: none; }
  .related-product-section .productCarousel-slide .card {
    padding: 0px; }
  .img-section .productView-images {
    margin: 0px -14px; }
  .pp-right .product-price-row {
    font-size: 16px; }
  .pp-right .product-price-row .price-section.price-section--withoutTax span.price.price--non-sale {
    font-size: 12px;
    color: #969696;
    padding-right: 8px; } }

@media only screen and (max-width: 479px) {
  .pp-right .product-actions .add-to-cart-btn .button-action-wrapper {
    flex-direction: unset; }
  .img-section .thumbnail-slider ul {
    margin: 0px -16px; }
  .img-section .thumbnail-slider ul .slick-slide > div {
    padding: 0px 16px; }
  .related-product-section .productCarousel-slide,
  .similar-product-section .productCarousel-slide {
    padding: 0px 5px; }
  .pp-right .product-options-wrapper .form-fields > .form-option-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px; }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-img .swatch-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    padding: 0px 2px;
    color: #000; }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-img .form-option {
    width: auto;
    height: 85px;
    margin: 0px;
    background: #F4F8F8; }
  .pp-right .product-options-wrapper .form-fields .form-label {
    margin: 0px 0px 15px;
    line-height: 20px;
    font-size: 14px; }
  .form-fields .form-label .common-icn > svg {
    height: 15px;
    width: 15px; }
  .size-chart-link {
    color: #000000; }
  .pp-right .product-options-wrapper .form-fields.ren-opt-type-rectangles > .form-option-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px; }
  .pp-right .product-options-wrapper .form-option-wrapper .rectangle-box .form-option {
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 3px 0px;
    margin: 0px; }
  .pp-right .product-options-wrapper .form-option-wrapper .rectangle-box .form-option .form-option-variant,
  .pp-right .product-actions .qty-lbl {
    font-size: 14px;
    line-height: 20px; }
  .pp-right .product-actions .button-cust {
    height: 25px;
    width: 24px; }
  .pp-right .product-actions .qtyTxtWrapper input {
    height: 25px;
    width: 32px !important; }
  .pp-right .product-actions .qty-lbl {
    margin-bottom: 11px; }
  .pp-right .product-actions .button-cust svg {
    padding: 1px; }
  .tabs {
    padding-bottom: 10px; }
  .bottom-wrapper.local-start .top-tab-section .tabs .tab.is-active {
    border: 0px; }
  .related-product-section > h3 {
    margin-top: 13px; }
  .bottom-wrapper.local-start {
    margin-top: 10px; }
  .related-product-section .productCarousel-slide {
    width: 50%; }
  .img-section .thumbnail-slider .slick-prev::before,
  .img-section .thumbnail-slider .slick-next::before {
    width: 10px;
    height: 14px;
    background-size: contain; }
  .img-section .thumbnail-slider .slick-arrow {
    width: 25px;
    height: 25px; }
  .img-section .thumbnail-slider .slick-next {
    right: -25px; }
  .img-section .thumbnail-slider .slick-prev {
    left: -25px; }
  .pp-right .product-options-wrapper .form-fields.available_modifiers > .form-option-wrapper {
    grid-template-columns: repeat(5, 1fr); }
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-color .form-option,
  .pp-right .product-options-wrapper .form-option-wrapper .swatch-color .form-option-variant--color {
    width: 100%; }
  .pp-right .product-options-wrapper .form-fields.available_modifiers {
    margin-top: 15px; }
  .default_ct .sub-category-listing .cat-image .navList-action {
    padding-bottom: 100%; }
  .default_ct .sub-category-listing .cat-image .navList-action img {
    object-fit: cover; }
  .shop-wall-section .wall-list a:hover {
    border: 5px #FBB52B solid; }
  .shop-wall-section .wall-list a {
    border: 5px #EAEDED solid; } }

/* PP Poppup*/
div:where(.swal2-container).swal2-center > .swal2-popup .swal2-actions {
  display: flex;
  row-gap: 15px;
  padding: 0;
  flex-direction: column-reverse;
  margin-top: 40px; }

div:where(.swal2-container).swal2-center > .swal2-popup .swal2-actions button {
  font-size: 14px;
  font-weight: 700;
  padding: 12px 15px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0; }

body div:where(.swal2-container).swal2-center > .swal2-popup .swal2-actions button.swal2-cancel.swal2-styled,
body div:where(.swal2-container).swal2-center > .swal2-popup button.swal2-close {
  background: #c3311a !important;
  color: #fff !important;
  border-color: #c3311a !important; }

body div:where(.swal2-container).swal2-center > .swal2-popup .swal2-actions button.swal2-confirm.swal2-styled {
  background: #59c799 !important;
  border-color: #59c799 !important;
  color: #fff !important; }

body div:where(.swal2-container).swal2-center > .swal2-popup button.swal2-close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 30px;
  line-height: 30px; }

.close-filter,
.facetedSearch-refineFilters.sidebarBlock {
  display: none; }

@media only screen and (max-width: 990px) {
  .sidebar-parent-block {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    max-height: 100%;
    overflow-y: auto;
    padding-top: 40px;
    margin: 0px !important;
    max-width: 80%; }
  .sidebar-parent-block .close-sign,
  .sort-close-sign {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    background: red;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center; }
  .sidebar-parent-block .filter-comment {
    padding: 0px 20px; }
  .custom_category .sidebar-parent-block .sidebarBlock.accordion-block,
  .custom_search .sidebar-parent-block .sidebarBlock.accordion-block,
  .custom_brand .sidebar-parent-block .sidebarBlock.accordion-block {
    padding: 0px; }
  body.filter-open {
    overflow: hidden; }
  body.filter-open .header,
  body.sort-open .header {
    z-index: 0; }
  .form-field.sidebar-parent-block select#sort {
    width: 100%;
    max-width: 100%; }
  .form-field.sidebar-parent-block {
    position: relative;
    padding: 10px 0px;
    border-top: 1px solid #c3c3c3;
    max-width: 100%; }
  .sidebar-parent-block div#facetedSearch-navList {
    text-align: right; }
  .sidebar-parent-block .accordion.accordion--navList {
    text-align: left; }
  .close-filter {
    display: inline-block;
    margin: 0px 20px 20px; }
  .facetedSearch-refineFilters.sidebarBlock {
    display: block; }
  .sidebar-parent-block h2.sidebarBlock-heading {
    padding: 0px 20px; }
  .page.default_ct.filter_inner_div {
    clear: both; }
  .page.default_ct.filter_inner_div > .container {
    padding: 0; }
  .shop-wall-section .wall-list .title {
    font-size: 14px; }
  .about-grand-section {
    margin: 0px; }
  .about-grand-section .abt-section-wrapper .image-wrapper img {
    width: 100%; }
  .about-grand-section {
    margin: 0px;
    width: 100% !important; } }

@media only screen and (max-width: 767px) {
  .sub-category-listing,
  .category-top-mob.show-mobile {
    padding: 0px 15px; }
  p[data-no-products-notification] {
    padding: 0px 15px; } }

@media only screen and (max-width: 479px) {
  div:where(.swal2-container) div:where(.swal2-popup) {
    max-width: 90%; }
  .swal2-container.swal2-center.swal2-backdrop-show .swal2-icon.swal2-success.swal2-icon-show {
    transform: scale(0.8);
    top: -24px; }
  .footer .footer-info .column-getin-touch li:nth-child(2) {
    width: 48%; }
  .pp-right .product-price-row .price-discount-span {
    font-size: 17px; } }

.filter_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2; }

.header .user-settings .navUser-action.navUser-item--compare {
  display: none; }

@media only screen and (max-width: 1199px) {
  .gallery-art-section .images-section-wrapper img {
    height: 100%; }
  .gallery-art-section > .container {
    padding: 0; }
  .card .form-wishlist.form-action {
    width: auto; } }

@media only screen and (max-width: 990px) {
  body .header .main-row-top {
    padding: 0 0px 15px; }
  .ct_mob_bred {
    padding: 0 15px; }
  .filter-open .filter_overlay {
    display: block; }
  div#facetedSearch.filter-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3; }
  .footer .footer-info .column-getin-touch .location .contact-lbl {
    font-weight: 400; }
  .shop-wall-section .wall-list a {
    position: relative; }
  .shop-wall-section .wall-list a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%; }
  .header {
    border-bottom: 0px; }
  .what-selling-section .top-selling-section li.active button {
    color: #ffffff; }
  .footer .footer-info .column-newsletter .form-input::placeholder {
    font-weight: 400;
    opacity: 1; }
  body .breadcrumb:not(:first-child)::before {
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent;
    border-left: 6px solid #C3311A;
    border-right: none;
    transform: none;
    margin: auto 6px auto 4px;
    width: 6px;
    height: 7px;
    vertical-align: middle;
    position: static; }
  .breadcrumb a {
    vertical-align: middle;
    display: inline-block; }
  .facetedSearch-refineFilters.sidebarBlock button {
    display: inline-block;
    vertical-align: middle; }
  .facetedSearch-refineFilters.sidebarBlock button svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px; }
  .facetedSearch-refineFilters.sidebarBlock .form-fieldset.actionBar-section button svg {
    margin-right: 10px; }
  .header-logo__link {
    z-index: 5; }
  .navUser {
    width: auto; }
  .what-selling-section .top-selling-section li[data-content-id="id2"] {
    display: none; }
  .about-grand-section {
    margin: 0px -15px;
    width: auto !important;
    padding: 20px 10px; }
  .custom_brand .default_ct.filter_inner_div {
    margin: 20px 0px 0px;
    display: inline-block;
    width: 100%;
    vertical-align: top; }
  .custom_brands .body > .container,
  nav.pagination {
    padding: 0; }
  .add-to-cart-btn.desktop-addtocart-sec .wishlist-btn .button.dropdown-menu-button {
    color: #000 !important;
    line-height: 52px; }
  .add-to-cart-btn.desktop-addtocart-sec .add-to-cart-btn {
    display: none; }
  .pp-right .product-actions .add-to-cart-btn .button-action-wrapper > .wishlist-btn #wishlist-dropdown .button {
    color: #000 !important; }
  .pp-right .product-actions .add-to-cart-btn .button-action-wrapper > .wishlist-btn {
    max-width: 50%; } }

@media only screen and (max-width: 767px) {
  .custom_brands .card .card-title {
    padding: 5px 0; }
  .pp-right .product-actions .add-to-cart-btn .button {
    min-height: 52px;
    height: 100%; }
  .about-grand-section {
    padding: 0px 10px; }
  .pp-right .product-sku-row {
    float: left; }
  .price-discount-span {
    float: left;
    clear: left; }
  .pp-right .product-price-row .price-discount-span {
    font-size: 18px; }
  .pp-right .product-price-row {
    font-size: 20px; }
  .pp-right .product-price-row .price-section.price-section--withoutTax .price.price--withoutTax strike {
    font-size: 14px;
    padding-left: 8px; }
  .pp-right .product-price-row .price-section.price-section--withoutTax .price.price--withoutTax {
    display: flex;
    align-items: center;
    flex-direction: row-reverse; } }

@media only screen and (max-width: 479px) {
  .pp-right .product-actions .add-to-cart-btn .button-action-wrapper > .wishlist-btn {
    max-width: 100%; } }

@media only screen and (min-width: 991px) {
  .account--fixed {
    width: 75%; } }

.custom_brands nav.pagination {
  width: 100%; }

@media only screen and (max-width: 400px) {
  .footer .container {
    padding: 0 20px; } }

@media only screen and (max-width: 350px) {
  .footer .footer-info .column-getin-touch li:first-child,
  .footer .footer-info .column-getin-touch li:nth-child(2) {
    width: 100%;
    text-align: left; }
  .footer .footer-info .column-logo {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; } }

@media only screen and (max-width: 990px) {
  body .about-grand-section {
    margin: 0px; }
  .header .top_search_account {
    padding: 0 15px; }
  .pagination {
    clear: both;
    margin-bottom: 0;
    margin-top: 0; }
  .product-listing-wrapper nav.pagination {
    margin-top: 0; }
  .custom_brand .page, .custom_category .page, .custom_search .page {
    margin: 0 0 20px; }
  .header .user-settings .navUser-section li.navUser-item.giftcertificate {
    display: none; } }

@media only screen and (max-width: 1250px) and (min-width: 990px) {
  body .header .shipping-icons span {
    font-size: 12px;
    line-height: 18px; }
  body .header .shipping-icons {
    margin: 0 0px 0 0; }
  body .header .shipping-icons svg {
    height: 30px; }
  body .header .user-settings .navUser-item.navUser-item--account a svg,
  body .header .user-settings .navUser-action svg {
    width: 25px;
    height: 25px; }
  body .header .user-settings .navUser-item.wishlistitem svg {
    width: 25px; }
  body .header .user-settings .navUser-item.navUser-item--cart a svg {
    width: 25px; }
  body .header .user-settings .navUser-item a {
    font-size: 14px; }
  body .header .shipping-icons {
    padding: 18px 0 0 0; }
  body .header .user-settings {
    padding: 19px 0 0 0; } }

@media only screen and (max-width: 479px) {
  body.custom_brand .filter-sidebar-area,
  body.custom_category .filter-sidebar-area,
  body.custom_search .filter-sidebar-area {
    padding-bottom: 0;
    padding-top: 0; }
  body div#facetedSearch.filter-fixed {
    margin: 0px 0 0; }
  body div#facetedSearch {
    margin: 20px 0 0; } }

@media only screen and (max-width: 990px) and (min-width: 374px) {
  body.has-activeNavPages {
    left: 309px !important; } }

body div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -14px;
  left: 35px; }

body div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -18px;
  left: -14px; }
