@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Poppins:wght@400;600;700&display=swap");
/*Common Css*/
body {
  line-height: 24px;
  color: #000;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  margin: 0;
  padding-top: 99px; }

.button,
.button:focus,
.button:active,
.swal2-container .swal2-confirm.button,
.swal2-container .swal2-modal .swal2-cancel,
.main-btn {
  text-transform: capitalize;
  background-color: #567be3;
  color: #ffffff;
  line-height: 26px;
  font-size: 16px;
  border: 1px solid #567be3;
  border-radius: 50px;
  outline: none;
  font-family: Poppins, sans-serif;
  margin: 0;
  font-weight: normal;
  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: #ffffff;
    color: #567be3;
    border-color: #567be3; }

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

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

input:focus + label {
  outline: 0 !important;
  outline-offset: unset !important; }

a {
  outline: none !important;
  -webkit-outline: none;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Libre Baskerville, serif;
  font-weight: normal;
  color: #000;
  letter-spacing: 0; }

p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000; }

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

.default_main h3 {
  text-align: center;
  font-size: 30px;
  line-height: 55px;
  margin: 0; }

.slick-next::before,
.slick-prev::before {
  height: 24px;
  width: 14px; }

.previewCart .productView-img-container, .previewCart .productView-image {
  height: auto; }

.quickView .form.form-wishlist .button {
  width: 308px;
  max-width: 100%;
  text-transform: capitalize; }

.quickView .productView-images .productView-img-container img {
  object-fit: contain; }

.quickView .productView-options .form-field {
  margin: 0 0 10px -20px; }

.quickView .form-field[data-product-attribute=set-rectangle] .form-option-wrapper .form-option {
  padding: 7px 20px 6px; }

.cate_description p, .cate_description strong, .cate_description span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-align: justify; }

.previewCartCheckout .button {
  padding: 10px;
  text-transform: capitalize; }

.body {
  margin-top: 0; }

/*Header*/
#myHeader {
  position: fixed; }

#menu_responsive {
  display: none; }

.heroCarousel-description {
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  font-family: Libre Baskerville,serif;
  margin: 0px 0 15px 0; }

.header {
  border-bottom: none;
  transition: all 0.6s ease-in-out;
  /*Login Account*/ }
  .header .header_top {
    float: left;
    width: 100%;
    background-color: #E6ECFC;
    padding: 9px 30px 2px 41px;
    position: relative;
    transition: all 0.6s ease-in-out; }
    .header .header_top a {
      text-align: left;
      font-size: 12px;
      line-height: 18px;
      font-family: Poppins, sans-serif;
      letter-spacing: 0.12px;
      color: #000000;
      vertical-align: middle;
      margin: -8px 0 0 82px;
      display: inline-block; }
      .header .header_top a:hover {
        color: #1046DE; }
    .header .header_top .free_ship {
      display: inline-block;
      text-align: center;
      font-weight: 600;
      line-height: 21px;
      text-transform: uppercase;
      margin: -1px 0 0 0;
      letter-spacing: 0.14px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .header .header_top .header_right {
      float: right;
      margin: 0;
      list-style: none;
      padding: 0; }
      .header .header_top .header_right a {
        margin: -8px 0 0 0; }
    .header .header_top li {
      float: left;
      width: auto;
      padding-left: 20px; }
  .header .header_bottom {
    float: left;
    width: 100%;
    padding: 13px 32px 4px;
    transition: all 0.6s ease-in-out;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    /*Search*/ }
    .header .header_bottom .header-logo-image-unknown-size.sticky_logo {
      display: none; }
    .header .header_bottom .header-logo {
      margin: 0; }
    .header .header_bottom .header-logo__link {
      display: block;
      float: left; }
    .header .header_bottom .navPages-container {
      width: 67.2%;
      display: inline-block;
      padding-top: 10px;
      position: static;
      padding-right: 52px; }
    .header .header_bottom .navPages {
      position: static; }
      .header .header_bottom .navPages li {
        padding: 0 15px; }
      .header .header_bottom .navPages .navPages-action {
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        font-family: Libre Baskerville, serif;
        font-weight: 400;
        color: #000000;
        text-transform: capitalize;
        padding: 0; }
        .header .header_bottom .navPages .navPages-action:hover {
          color: #EDB458; }
      .header .header_bottom .navPages .icon.navPages-action-moreIcon {
        display: none; }
    .header .header_bottom .navUser {
      width: auto;
      float: right;
      padding: 0;
      top: 5px; }
      .header .header_bottom .navUser li {
        padding: 0 10px;
        position: relative; }
      .header .header_bottom .navUser .navUser-action {
        padding: 0; }
        .header .header_bottom .navUser .navUser-action:hover .without_hover {
          display: none; }
        .header .header_bottom .navUser .navUser-action:hover .on_hover {
          display: inline; }
      .header .header_bottom .navUser .on_hover {
        display: none; }
    .header .header_bottom .socialLinks {
      display: none; }
    .header .header_bottom .sticky_location {
      display: none; }
    .header .header_bottom .search_quick {
      position: absolute;
      right: -3px;
      top: 0px;
      width: 40px;
      border: 0;
      background: url(https://iceimports.com/content/search.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      height: 41px; }
    .header .header_bottom .dropdown--quickSearch {
      top: -6px !important;
      padding: 0;
      background: 0 0;
      left: auto !important;
      right: 130px !important;
      width: auto !important;
      border-radius: 0; }
      .header .header_bottom .dropdown--quickSearch .form-fieldset {
        width: 420px; }
      .header .header_bottom .dropdown--quickSearch .form-input {
        text-align: left;
        font-size: 12px;
        line-height: 18px;
        font-family: Poppins, sans-serif;
        letter-spacing: 0.12px;
        color: #000000;
        border: 1px solid #EBB257;
        border-radius: 0;
        padding-right: 40px; }
      .header .header_bottom .dropdown--quickSearch .modal-close {
        top: 42px; }
      .header .header_bottom .dropdown--quickSearch .productGrid {
        padding: 0;
        border: 1px solid #EBB257;
        max-height: 430px;
        overflow-y: auto;
        border-top: 0; }
        .header .header_bottom .dropdown--quickSearch .productGrid .product {
          padding: 0;
          border-bottom: 1px solid #ccc;
          background: #fff; }
      .header .header_bottom .dropdown--quickSearch .quickSearchResults {
        max-width: 423px; }
        .header .header_bottom .dropdown--quickSearch .quickSearchResults .product {
          width: 100%; }
          .header .header_bottom .dropdown--quickSearch .quickSearchResults .product .card {
            width: 100%; }
          .header .header_bottom .dropdown--quickSearch .quickSearchResults .product .card-text[data-test-info-type="brandName"] {
            display: none; }
          .header .header_bottom .dropdown--quickSearch .quickSearchResults .product .card-figcaption {
            display: none !important; }
          .header .header_bottom .dropdown--quickSearch .quickSearchResults .product .card-figure {
            width: 30%;
            float: left;
            padding: 9px 0; }
            .header .header_bottom .dropdown--quickSearch .quickSearchResults .product .card-figure .card-figure__link {
              height: 119px; }
          .header .header_bottom .dropdown--quickSearch .quickSearchResults .product .card-title {
            margin: 0 0 15px 0; }
          .header .header_bottom .dropdown--quickSearch .quickSearchResults .product .card-body {
            width: 70%;
            float: left;
            padding: 19px 0; }
          .header .header_bottom .dropdown--quickSearch .quickSearchResults .product .card--alternate {
            border: none;
            display: inline-block;
            margin: 0;
            padding: 0 15px; }
            .header .header_bottom .dropdown--quickSearch .quickSearchResults .product .card--alternate:hover {
              border-color: unset; }
              .header .header_bottom .dropdown--quickSearch .quickSearchResults .product .card--alternate:hover .card-body {
                background-color: #FFFFFF; }
              .header .header_bottom .dropdown--quickSearch .quickSearchResults .product .card--alternate:hover .card-title > a {
                color: #000; }
                .header .header_bottom .dropdown--quickSearch .quickSearchResults .product .card--alternate:hover .card-title > a:hover {
                  color: #EDB458; }
              .header .header_bottom .dropdown--quickSearch .quickSearchResults .product .card--alternate:hover .card-text {
                color: #999; }
          .header .header_bottom .dropdown--quickSearch .quickSearchResults .product:last-child {
            border-bottom: 0; }
        .header .header_bottom .dropdown--quickSearch .quickSearchResults .quickSearchMessage {
          margin: 0;
          word-break: break-all;
          padding: 15px;
          background: #fff;
          border: 1px solid #EBB257; }
        .header .header_bottom .dropdown--quickSearch .quickSearchResults .quickSearchResults {
          background: #fff; }
    .header .header_bottom .navUser-item--cart .dropdown-menu {
      max-width: 300px !important;
      width: 300px !important;
      right: 0;
      left: auto !important; }
    .header .header_bottom .navUser-item--cart .dropdown-menu.is-open {
      right: -4px;
      top: 38px !important; }
    .header .header_bottom .countPill--positive {
      display: inline-block;
      position: absolute;
      bottom: -8px;
      right: 0;
      font-size: 12px;
      background: #EDB458;
      width: 19px;
      height: 19px; }
    .header .header_bottom .previewCart .previewCartItem .previewCartItem-name > a {
      text-align: left;
      font-size: 14px;
      line-height: 18px;
      font-family: Libre Baskerville, serif;
      font-weight: 400;
      color: #000;
      text-transform: capitalize;
      padding: 0; }
      .header .header_bottom .previewCart .previewCartItem .previewCartItem-name > a:hover {
        color: #EBB257; }
    .header .header_bottom .previewCart .previewCartItem .previewCartItem-price {
      text-align: left;
      font-size: 16px;
      line-height: 25px;
      font-family: Poppins, sans-serif;
      color: #000; }
  .header .ctm_acc_dtls {
    position: absolute;
    text-align: center;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    top: 27px;
    padding: 6px 20px;
    width: 110px;
    border: 1px #999 solid;
    z-index: 999; }
    .header .ctm_acc_dtls .navUser-action {
      text-align: left;
      font-size: 14px;
      line-height: 18px;
      font-family: Libre Baskerville, serif;
      font-weight: 400;
      color: #000000;
      text-transform: capitalize;
      padding: 0; }
      .header .ctm_acc_dtls .navUser-action:hover {
        color: #EDB458; }

.ctm_acc_dtls {
  display: none; }

/*Mega Megu*/
.navPages-item .navPages-action.has-subMenu.is-open {
  background-color: transparent;
  color: #EBB257; }

.navPage-subMenu.is-open {
  background: #E6ECFC;
  top: 100%;
  text-align: center;
  padding: 30px 15px 50px !important; }
  .navPage-subMenu.is-open .navPage-subMenu-list {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    .navPage-subMenu.is-open .navPage-subMenu-list .navPage-subMenu-item {
      width: 33.33%;
      padding: 0 !important; }
      .navPage-subMenu.is-open .navPage-subMenu-list .navPage-subMenu-item:nth-child(4n+1) {
        clear: left; }
      .navPage-subMenu.is-open .navPage-subMenu-list .navPage-subMenu-item:first-child {
        width: 100%; }
        .navPage-subMenu.is-open .navPage-subMenu-list .navPage-subMenu-item:first-child .navPage-subMenu-action {
          font-size: 16px;
          line-height: 20px;
          font-weight: 700;
          padding: 0 0 17px 0;
          font-family: Libre Baskerville, serif; }
      .navPage-subMenu.is-open .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0.14px;
        font-family: Poppins, sans-serif; }
    .navPage-subMenu.is-open .navPage-subMenu-list .navPage-subMenu-item > .navPage-subMenu-action {
      border-bottom: 0;
      margin-bottom: 0; }
  .navPage-subMenu.is-open .menu_images {
    width: 32%;
    display: inline-block; }
    .navPage-subMenu.is-open .menu_images ul {
      margin: 0 -15px; }
    .navPage-subMenu.is-open .menu_images li {
      float: left;
      width: 50%;
      padding: 0 15px;
      position: relative; }
      .navPage-subMenu.is-open .menu_images li a {
        display: block; }
        .navPage-subMenu.is-open .menu_images li a img {
          transition: all .4s ease-in-out;
          overflow: hidden; }
        .navPage-subMenu.is-open .menu_images li a:hover p {
          color: #EDB458; }
        .navPage-subMenu.is-open .menu_images li a:hover img {
          transform: scale(1.1);
          transition: all .4s ease-in-out;
          overflow: hidden; }
      .navPage-subMenu.is-open .menu_images li p {
        text-align: center;
        font-weight: 600;
        margin: 8px 0 0 0;
        letter-spacing: 0.14px; }

.navPages .navPages-list .navPages-item:first-child .navPage-subMenu-list {
  width: 100%; }
  .navPages .navPages-list .navPages-item:first-child .navPage-subMenu-list .navPage-subMenu-item:first-child {
    width: 100%; }

/*Banner*/
.heroCarousel {
  margin-top: 0; }
  .heroCarousel.slick-initialized {
    max-height: 100%;
    margin: 0; }

.heroCarousel-slide .heroCarousel-image {
  object-fit: cover; }

.heroCarousel-slide .heroCarousel-content {
  background-color: transparent; }
  .heroCarousel-slide .heroCarousel-content .button {
    width: auto;
    line-height: 48px;
    padding: 0 48px;
    text-transform: capitalize; }

.slick-next,
.slick-prev {
  background-color: transparent;
  background-color: transparent;
  border: none; }
  .slick-next .slick-disabled:hover,
  .slick-prev .slick-disabled:hover {
    opacity: 0.5; }
    .slick-next .slick-disabled:hover::before,
    .slick-prev .slick-disabled:hover::before {
      opacity: 0.5; }

.slick-next:hover::before {
  opacity: 1; }

.slick-prev:hover::before {
  opacity: 1; }

.slick-next:hover,
.slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
  background-color: transparent; }

.carousel-tooltip {
  display: none; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.heroCarousel-slide .heroCarousel-content {
  left: 70px;
  right: auto;
  width: 344px;
  padding: 0;
  margin: 0 auto;
  max-height: 80%;
  overflow: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

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

.heroCarousel-slide .heroCarousel-title {
  text-align: center;
  font-size: 50px;
  line-height: 55px;
  color: #FFFFFF;
  font-family: Libre Baskerville, serif;
  margin: 16px 0 24px 0; }

.heroCarousel .slick-dots {
  bottom: 26px; }
  .heroCarousel .slick-dots li {
    background-color: transparent;
    width: auto !important;
    height: auto;
    padding: 0 3.5px; }
    .heroCarousel .slick-dots li button {
      border: 2px solid #fff;
      text-transform: capitalize; }
      .heroCarousel .slick-dots li button:hover::before {
        background: #fff; }
    .heroCarousel .slick-dots li.slick-active button {
      text-transform: capitalize; }
      .heroCarousel .slick-dots li.slick-active button::before {
        background-color: #FFFFFF; }

.heroCarousel .slick-prev {
  left: 22px;
  padding: 0;
  width: auto;
  height: auto; }
  .heroCarousel .slick-prev::before {
    transform: rotate(180deg);
    background-image: url(https://iceimports.com/content/arrow-right.svg); }

.heroCarousel .slick-next {
  right: 22px;
  padding: 0;
  width: auto;
  height: auto; }
  .heroCarousel .slick-next::before {
    background-image: url(https://iceimports.com/content/arrow-right.svg); }

/*Section One*/
.section_one {
  float: left;
  width: 100%;
  margin-top: 10px;
  background-color: #E6ECFC;
  padding: 35px 0 37px; }
  .section_one ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 916px; }
  .section_one li {
    float: left;
    width: 33.33%; }
    .section_one li:first-child p {
      max-width: 134px; }
    .section_one li:nth-child(2) .sec_img {
      margin: 4px 8px 0 2px; }
    .section_one li:nth-child(2) p {
      max-width: 150px;
      margin: 10px auto 0; }
    .section_one li:last-child {
      padding-right: 32px; }
      .section_one li:last-child .sec_img {
        margin: 4px 0px 0 8px; }
      .section_one li:last-child p {
        max-width: 165px;
        margin: 10px auto 0; }
    .section_one li .sec_img {
      text-align: center;
      margin: 4px 0px 0 2px; }
    .section_one li p {
      text-align: center;
      font-weight: 700;
      font-size: 18px;
      line-height: 26px;
      font-family: Libre Baskerville, serif;
      letter-spacing: -0.18px;
      margin: 15px auto 0; }

/*Hp Tabs*/
.hp_tabs {
  float: left;
  width: 100%;
  padding: 65px 0 28px 0; }
  .hp_tabs .container {
    max-width: 1000px; }
  .hp_tabs h3 {
    margin: 0 0 6px 0; }

.slick-prev {
  left: -50px;
  padding: 0;
  width: auto;
  height: auto;
  margin: -40px 0 0 0; }
  .slick-prev::before {
    transform: rotate(180deg);
    background-image: url(https://iceimports.com/content/arrow-right.svg); }
  .slick-prev:hover::before {
    background-image: url(https://iceimports.com/content/arrow-right.svg);
    opacity: 1; }
  .slick-prev.slick-disabled {
    opacity: 0.5; }

.slick-next {
  right: -50px;
  padding: 0;
  width: auto;
  height: auto;
  margin: -40px 0 0 0; }
  .slick-next::before {
    background-image: url(https://iceimports.com/content/arrow-right.svg); }
  .slick-next:hover::before {
    background-image: url(https://iceimports.com/content/arrow-right.svg);
    opacity: 1; }
  .slick-next.slick-disabled {
    opacity: 0.5; }

.tabs-contents {
  margin: 0 auto;
  padding: 19px 0 0 0; }
  .tabs-contents .productGrid {
    margin: 0 -11px; }
    .tabs-contents .productGrid .product {
      width: 100%;
      padding-left: 14px;
      padding-right: 14px; }
    .tabs-contents .productGrid .card-figure {
      padding: 0; }
      .tabs-contents .productGrid .card-figure:hover .card-figcaption {
        background: rgba(241, 241, 241, 0.7); }

.card-figure {
  padding: 0; }
  .card-figure:hover .card-figcaption {
    background: rgba(241, 241, 241, 0.7); }

.tabs {
  border-bottom: none;
  display: flex;
  justify-content: center;
  text-align: center; }
  .tabs .tab {
    padding: 0 7px; }
    .tabs .tab .tab-title {
      text-transform: capitalize;
      background-color: #567be3;
      color: #fff;
      text-align: center;
      font-weight: 400;
      font-size: 16px;
      font-family: Poppins, sans-serif;
      padding: 0;
      border-radius: 25px;
      width: 180px;
      line-height: 48px;
      height: 50px;
      border: 2px solid #567be3; }
      .tabs .tab .tab-title:hover {
        background-color: #fff;
        color: #567be3; }
  .tabs .tab.is-active {
    border-radius: 25px;
    border-bottom: 0;
    border: 0; }
    .tabs .tab.is-active .tab-title {
      color: #567be3;
      background-color: #fff; }

.card-body {
  padding: 10px 0 0; }
  .card-body .card-title {
    margin: 0 0 9px 0;
    height: 18px;
    overflow: hidden; }
  .card-body [data-test-info-type="brandName"] {
    display: none; }

.card-image {
  margin: 0; }

.slick-dots {
  bottom: 1px; }
  .slick-dots li {
    height: 21px;
    width: 21px;
    padding: 0;
    margin: 0 -1px; }
    .slick-dots li button {
      border: 2px solid #ccc;
      text-transform: capitalize; }
      .slick-dots li button::before {
        width: 14px;
        height: 14px;
        left: -2px;
        right: -2px; }
      .slick-dots li button:hover::before {
        background: #ccc; }
    .slick-dots li.slick-active button {
      text-transform: capitalize; }
      .slick-dots li.slick-active button::before {
        background: #ccc; }

.price-section .price {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  font-family: Poppins, sans-serif;
  color: #000000; }

.inner_ul {
  margin-left: 0; }
  .inner_ul .card {
    margin-bottom: 29px; }
    .inner_ul .card:hover .card-title a {
      color: #edb458; }

body .css-1k0woj {
  align-items: start; }

body .sd-button-f500a546-0154-4bbf-a171-5dd7c78a9093 {
  justify-content: center; }

body .css-1clkqco {
  margin: 0 0 9px 0; }

.card-title > a, div[data-test-id="product-set-widget-name"] a, body .css-1clkqco {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  font-family: Libre Baskerville, serif;
  color: #000000; }
  .card-title > a:hover, div[data-test-id="product-set-widget-name"] a:hover, body .css-1clkqco:hover {
    color: #EBB257; }

.card-img-container img {
  object-fit: contain; }

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

.card-figure__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 313px; }

.productCarousel-slide {
  width: 100%; }

.card-figcaption {
  display: none; }

/*gemstone_bracelets*/
.gemstone_bracelets {
  float: left;
  width: 100%;
  position: relative;
  padding: 48px 0 50px 0; }
  .gemstone_bracelets img {
    width: 100%; }
  .gemstone_bracelets .sec_content {
    position: absolute;
    top: 50%;
    margin: 4px 0 0 0;
    transform: translateY(-50%);
    right: 94px;
    max-width: 210px;
    text-align: center; }
  .gemstone_bracelets h2 {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
    color: #FFFFFF;
    margin: 0; }
  .gemstone_bracelets p {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    color: #FFFFFF;
    margin: 6px 0 20px; }
  .gemstone_bracelets .button {
    padding: 0;
    width: 180px;
    height: 50px;
    line-height: 46px;
    text-transform: capitalize; }

/*featured_collections*/
.featured_collections {
  float: left;
  width: 100%;
  padding: 40px 0 50px 0; }
  .featured_collections ul {
    margin: 31px -15px 0;
    list-style: none;
    padding: 0; }
  .featured_collections li {
    padding: 0 15px; }
    .featured_collections li .featured_top {
      position: relative;
      padding: 0 0 15px 15px; }
      .featured_collections li .featured_top p {
        bottom: 29px; }
    .featured_collections li .featured_bottom {
      position: relative;
      padding: 15px 0 0 15px; }
  .featured_collections .hover-featured {
    width: 50%;
    float: left; }
    .featured_collections .hover-featured .feature_inner {
      position: relative; }
      .featured_collections .hover-featured .feature_inner:hover .on_hover.button {
        display: inline-block; }
      .featured_collections .hover-featured .feature_inner:hover p {
        display: none; }
      .featured_collections .hover-featured .feature_inner:hover .without_hover {
        display: block; }
    .featured_collections .hover-featured img {
      width: 100%; }
    .featured_collections .hover-featured p {
      position: absolute;
      bottom: 30px;
      left: 30px;
      text-align: center;
      font-weight: 600;
      font-size: 24px;
      line-height: 35px;
      color: #FFFFFF;
      margin: 0; }
    .featured_collections .hover-featured .on_hover.button {
      display: none;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%;
      width: 180px;
      line-height: 48px;
      padding: 0;
      text-transform: capitalize; }

/*variety_rocks_crystals*/
.variety_rocks_crystals {
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
  position: relative; }
  .variety_rocks_crystals .container {
    max-width: 1210px; }
  .variety_rocks_crystals img {
    width: 100%; }
  .variety_rocks_crystals .variety_main {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    float: left;
    width: 100%;
    margin: -16px 0 0 0; }
  .variety_rocks_crystals .variety_left {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px;
    width: 34%;
    text-align: center;
    padding: 0 45px 0 0; }
    .variety_rocks_crystals .variety_left .left_inner {
      max-width: 350px;
      margin: 0 auto;
      padding: 36px 0 0; }
    .variety_rocks_crystals .variety_left h2 {
      font-size: 40px;
      line-height: 50px;
      margin: 0 0 12px 0; }
    .variety_rocks_crystals .variety_left p {
      text-align: center;
      margin: 0 0 18px 0;
      letter-spacing: 0.14px; }
    .variety_rocks_crystals .variety_left .button {
      line-height: 48px;
      width: 180px;
      height: 50px;
      padding: 0;
      text-transform: capitalize; }
  .variety_rocks_crystals .variety_right {
    display: inline-block;
    vertical-align: middle;
    width: 66%; }
    .variety_rocks_crystals .variety_right img {
      border-radius: 10px;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3); }
    .variety_rocks_crystals .variety_right .variety_inner {
      padding: 0 15px; }
    .variety_rocks_crystals .variety_right .slick-slide {
      position: relative;
      z-index: 0;
      padding: 0px;
      display: inline-block;
      vertical-align: middle;
      float: none; }
      .variety_rocks_crystals .variety_right .slick-slide:first-child .variety_content {
        position: absolute;
        bottom: 20px; }
      .variety_rocks_crystals .variety_right .slick-slide .variety_content {
        position: absolute;
        bottom: 29px;
        left: 36px;
        z-index: 9; }
      .variety_rocks_crystals .variety_right .slick-slide h4 {
        text-align: left;
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
        font-family: Poppins, sans-serif;
        color: #FFFFFF;
        margin: 0;
        z-index: 9; }
      .variety_rocks_crystals .variety_right .slick-slide p {
        display: none; }
      .variety_rocks_crystals .variety_right .slick-slide::after {
        background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        content: "";
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        border-radius: 10px;
        width: auto;
        height: auto;
        bottom: 0; }
      .variety_rocks_crystals .variety_right .slick-slide:hover .variety_content {
        left: 35px;
        bottom: 29px; }
      .variety_rocks_crystals .variety_right .slick-slide:hover::after {
        position: absolute;
        content: "";
        left: 15px;
        right: 15px;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        height: 100%; }
      .variety_rocks_crystals .variety_right .slick-slide:hover p {
        display: inline-block;
        text-align: left;
        color: #FFFFFF;
        max-width: 283px;
        transition: all .6s ease;
        -webkit-transition: all .6s ease;
        z-index: 9;
        margin: 10px 0 0 0; }
    .variety_rocks_crystals .variety_right .slick-dots {
      bottom: -47px;
      width: calc(100% - 11%); }
      .variety_rocks_crystals .variety_right .slick-dots li {
        height: 21px;
        width: 21px; }
        .variety_rocks_crystals .variety_right .slick-dots li button {
          border: 2px solid #000;
          text-transform: capitalize; }
          .variety_rocks_crystals .variety_right .slick-dots li button::before {
            left: -2px;
            right: -2px; }
          .variety_rocks_crystals .variety_right .slick-dots li button:hover::before {
            background: #000; }
        .variety_rocks_crystals .variety_right .slick-dots li.slick-active button {
          text-transform: capitalize; }
          .variety_rocks_crystals .variety_right .slick-dots li.slick-active button::before {
            background: #000; }
    .variety_rocks_crystals .variety_right ul.slick-initialized {
      margin: 0px;
      padding: 0 50px; }
    .variety_rocks_crystals .variety_right .slick-prev {
      left: 0px;
      padding: 0;
      width: 14px;
      height: 24px;
      top: 200px; }
      .variety_rocks_crystals .variety_right .slick-prev::before {
        transform: rotate(180deg);
        background-image: url(https://iceimports.com/content/arrow-right-black.svg); }
    .variety_rocks_crystals .variety_right .slick-next {
      right: 0px;
      top: 200px;
      padding: 0;
      width: 14px;
      height: 24px; }
      .variety_rocks_crystals .variety_right .slick-next::before {
        background-image: url(https://iceimports.com/content/arrow-right-black.svg); }

/*happy_customers*/
.happy_customers {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 65px 0 0 0; }
  .happy_customers ul {
    margin: 0 -12.5px;
    padding: 0;
    list-style: none; }
  .happy_customers h3 {
    margin: 0 0 20px 0; }
  .happy_customers .reviews {
    margin: 0 0 12px 0; }
  .happy_customers .slick-slide img {
    width: 17px;
    margin: 0 -3px 0 0;
    display: inline-block; }
  .happy_customers li {
    float: left; }
    .happy_customers li .review {
      padding: 0 12.5px; }
    .happy_customers li .review_inner {
      border: 2px solid #E6ECFC;
      border-radius: 10px;
      padding: 18px 0 28px 24px; }
    .happy_customers li:nth-child(2) p {
      padding: 0 17px 0 0; }
    .happy_customers li:nth-child(3) p {
      padding: 0 24px 0 0; }
  .happy_customers h4 {
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    font-family: Poppins, sans-serif;
    margin: 18px 0 0 0; }
  .happy_customers p {
    text-align: left;
    font-size: 13px;
    line-height: 23px;
    margin: 0;
    height: 115px;
    display: inline-block;
    padding: 0 2px 0 0; }
  .happy_customers .slick-prev {
    left: -42px;
    padding: 0;
    width: 21px;
    height: 21px;
    margin-top: 50px; }
    .happy_customers .slick-prev::before {
      transform: none;
      background-image: url(https://iceimports.com/content/arrow-left.svg); }
  .happy_customers .slick-next {
    right: -47px;
    padding: 0;
    width: 21px;
    height: 21px;
    margin-top: 50px; }
    .happy_customers .slick-next::before {
      background-image: url(https://iceimports.com/content/arrow-right.svg); }

.slick-dots {
  bottom: -46px;
  display: flex;
  justify-content: center; }
  .slick-dots li {
    width: 21px !important;
    height: 21px;
    padding: 0; }
    .slick-dots li button {
      text-transform: capitalize;
      border: 2px solid #ccc; }
      .slick-dots li button::before {
        left: -2px;
        right: -2px; }
      .slick-dots li button:hover::before {
        background: #ccc; }
    .slick-dots li.slick-active button {
      text-transform: capitalize; }
      .slick-dots li.slick-active button::before {
        background: #ccc; }

/*insta_heading*/
.insta_heading {
  float: left;
  width: 100%;
  padding: 110px 0 10px 0;
  overflow: hidden; }
  .insta_heading h3 {
    margin: 0 0 20px 0; }
    .insta_heading h3 img {
      padding: 0 8px 5px 4px; }
    .insta_heading h3 span {
      color: #1046DE; }
  .insta_heading ul {
    margin: 0 -6px;
    padding: 0;
    list-style: none; }
  .insta_heading li {
    float: left;
    width: 20%;
    padding: 0 6px; }
    .insta_heading li img {
      width: 100%; }

/*footer*/
.footer {
  float: left;
  width: 100%;
  border-top: 0;
  background: #E6ECFC;
  padding: 50px 0 52px; }
  .footer .container {
    max-width: 890px;
    margin: 0 auto; }
  .footer .footer-title {
    text-align: center;
    margin: 0 0 30px 0; }
  .footer .footer-info-heading {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    margin: 0 0 9px 0; }
  .footer .footer-info {
    text-align: center;
    display: flex;
    justify-content: space-between; }
  .footer .footer-info-list a {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins, sans-serif;
    letter-spacing: 0.16px;
    color: #000000; }
    .footer .footer-info-list a:hover {
      color: #1046DE; }
  .footer .footer-info-list p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.16px;
    margin: 0;
    max-width: 177px; }
  .footer .footer-info-list li {
    padding: 0 0 7px 0; }
    .footer .footer-info-list li:last-child a {
      font-weight: 600;
      color: #1046DE;
      line-height: 25px;
      letter-spacing: 0; }
      .footer .footer-info-list li:last-child a:hover {
        color: #000; }
  .footer .footer-info-col--small {
    padding: 0 15px 0 0;
    margin-bottom: 0; }
    .footer .footer-info-col--small:first-child {
      width: 36%;
      padding-left: 24px; }
    .footer .footer-info-col--small:nth-child(2) {
      width: 36%; }
    .footer .footer-info-col--small:last-child {
      width: 28%;
      padding: 0 3px 0 0px; }
  .footer .footet-menu {
    margin: 41px 0 13px 0;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0 0 0 7px;
    position: relative; }
    .footer .footet-menu li {
      float: left;
      width: auto;
      padding: 0 8px; }
      .footer .footet-menu li::after {
        position: absolute;
        content: ".";
        font-size: 32px;
        line-height: 26px;
        top: -9px; }
      .footer .footet-menu li:last-child::after {
        content: none;
        position: inherit; }
      .footer .footet-menu li a {
        text-align: left;
        font-size: 16px;
        line-height: 26px;
        font-family: Poppins, sans-serif;
        font-weight: 400;
        color: #000000;
        padding: 0 8px 0 0; }
        .footer .footet-menu li a:hover {
          color: #1046DE; }
  .footer .footer-copyright {
    float: left;
    width: 100%;
    padding: 0 0 0 3px; }
    .footer .footer-copyright p {
      text-align: center;
      font-size: 12px;
      line-height: 18px;
      margin: 0 0 0 -2px; }
      .footer .footer-copyright p sup {
        top: -3px;
        margin: 0 -2px 0 0; }
      .footer .footer-copyright p a {
        color: #000; }
        .footer .footer-copyright p a:hover {
          color: #1046DE; }
  .footer .footer-cards {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 18px 0 0 0;
    padding: 0 6px 0 0; }
    .footer .footer-cards ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .footer .footer-cards li {
      float: left;
      width: auto;
      padding: 0 2.5px; }

@media only screen and (max-width: 1499px) {
  .variety_rocks_crystals {
    background: url(https://iceimports.com/content/rocks-crystals.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 90px 0 106px 0; }
    .variety_rocks_crystals > img {
      display: none; }
    .variety_rocks_crystals .variety_main {
      position: initial;
      transform: none; } }

/*Category Page*/
.category_main .page,
.brands_main .page,
.custom_search .page {
  margin: 0; }
  .category_main .page .container,
  .brands_main .page .container,
  .custom_search .page .container {
    max-width: 1210px; }

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

.breadcrumb-label {
  font-size: 12px;
  line-height: 24px;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.12px;
  color: #000000; }
  .breadcrumb-label:hover {
    color: #1046DE; }

.breadcrumb a {
  color: #000; }

.breadcrumb.is-active .breadcrumb-label {
  color: #1046DE;
  font-weight: 600; }
  .breadcrumb.is-active .breadcrumb-label:hover {
    color: #EDB458; }

.breadcrumb:not(:first-child)::before {
  content: "»";
  font-size: 12px;
  line-height: 9px;
  color: #000000;
  font-family: Poppins, sans-serif;
  top: 0;
  border: 0;
  transform: none;
  margin: 0 1px 0 3px; }

.category_main .body {
  margin-top: 0;
  margin-bottom: 52px; }

.card-figcaption {
  display: block; }
  .card-figcaption .button {
    text-transform: capitalize;
    height: 50px;
    width: 180px;
    line-height: 48px;
    padding: 0;
    margin: 0 0 10px 0; }

.category_banner {
  position: relative; }
  .category_banner .cate_heading {
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translateY(-50%); }
    .category_banner .cate_heading .page-heading {
      margin: 4px 0 0;
      max-width: 374px;
      font-size: 50px;
      line-height: 55px;
      text-align: left;
      padding: 0px; }

#product-listing-container {
  float: left; }
  #product-listing-container .cat_top {
    float: left;
    width: 100%;
    margin: 0 0 31px; }
    #product-listing-container .cat_top h3 {
      margin: 4px 0 0;
      font-weight: 400;
      font-size: 26px;
      line-height: 32px;
      color: #000000;
      display: inline-block; }
  #product-listing-container .actionBar {
    margin: 0 0 0 12px;
    display: inline-block;
    float: none;
    vertical-align: middle; }
  #product-listing-container .actionBar-section {
    float: right; }
    #product-listing-container .actionBar-section .form-field {
      border: 1px solid #E6E6E6;
      border-radius: 0;
      margin: 0;
      width: 259px; }
    #product-listing-container .actionBar-section .form-label {
      font-weight: 600;
      font-size: 14px;
      line-height: 21px;
      font-family: Poppins, sans-serif;
      letter-spacing: 0.14px;
      color: #000000;
      padding-left: 13px;
      margin: 0; }
    #product-listing-container .actionBar-section .form-select {
      font-size: 14px;
      line-height: 15px;
      font-family: Poppins, sans-serif;
      letter-spacing: 0.14px;
      color: #000000;
      font-weight: 500;
      height: 38px;
      background: url(https://store-y0tzgx47ab.mybigcommerce.com/content/sort-arrow-cp-filter.svg) no-repeat; }
      #product-listing-container .actionBar-section .form-select.form-select--small {
        padding-right: 59px;
        padding: 1px 47px 0 2px;
        max-width: 100%;
        background-position: 99% 50%; }
  #product-listing-container .productGrid .product .card {
    margin-bottom: 42px; }
    #product-listing-container .productGrid .product .card:hover .card-title a {
      color: #edb458; }
  #product-listing-container .productGrid .card-body .card-text {
    text-align: center; }
    #product-listing-container .productGrid .card-body .card-text[data-test-info-type="brandName"] {
      display: none; }
    #product-listing-container .productGrid .card-body .card-text .rating--small {
      display: none; }
    #product-listing-container .productGrid .card-body .card-text .price-section.non-sale-price--withoutTax {
      display: none; }
    #product-listing-container .productGrid .card-body .card-text .price-section .price-now-label {
      display: none; }

.form-select.form-select--small {
  max-width: 100%; }

/*Pagination*/
.pagination {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #E6E6E6;
  padding: 40px 0 35px 0;
  margin: 6px 0 0 0; }
  .pagination ul.pagination-list {
    padding: 0;
    margin: 0 auto;
    display: table;
    list-style: none; }
    .pagination ul.pagination-list li.pagination-item {
      padding: 0;
      margin: 0;
      list-style: none;
      float: left;
      padding-right: 6px;
      border: none;
      border-radius: 0;
      border: 0; }
      .pagination ul.pagination-list li.pagination-item a.pagination-link {
        font-family: Libre Baskerville, serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #000;
        letter-spacing: 0;
        text-transform: capitalize;
        border: none;
        border-radius: 0;
        padding: 0 8px 6px; }
        .pagination ul.pagination-list li.pagination-item a.pagination-link[aria-label="Next"] {
          font-size: 14px;
          line-height: 18px; }
        .pagination ul.pagination-list li.pagination-item a.pagination-link[aria-label="Previous"] {
          font-size: 14px;
          line-height: 18px; }
        .pagination ul.pagination-list li.pagination-item a.pagination-link:hover {
          color: #EDB458; }
      .pagination ul.pagination-list li.pagination-item.pagination-item--current a.pagination-link {
        position: relative;
        color: #EDB458; }
        .pagination ul.pagination-list li.pagination-item.pagination-item--current a.pagination-link:before {
          content: "";
          position: absolute;
          bottom: -0.5px;
          left: 0;
          width: 100%;
          height: 1px;
          background: #EDB458; }
      .pagination ul.pagination-list li.pagination-item.pagination-item--next {
        padding: 0;
        margin: 0;
        border: none;
        line-height: 0;
        margin-left: 5px; }
        .pagination ul.pagination-list li.pagination-item.pagination-item--next a.pagination-link {
          padding: 0; }
          .pagination ul.pagination-list li.pagination-item.pagination-item--next a.pagination-link i.icon {
            font-family: Libre Baskerville, serif;
            font-weight: 700;
            font-size: 16px;
            line-height: 19.5;
            color: #000;
            margin: 0;
            height: 20px;
            width: 20.5px;
            margin-left: -2px;
            margin-top: -3px; }
            .pagination ul.pagination-list li.pagination-item.pagination-item--next a.pagination-link i.icon svg {
              fill: #000; }
          .pagination ul.pagination-list li.pagination-item.pagination-item--next a.pagination-link:hover {
            color: #C4931F; }
            .pagination ul.pagination-list li.pagination-item.pagination-item--next a.pagination-link:hover i.icon svg {
              fill: #C4931F; }
      .pagination ul.pagination-list li.pagination-item.pagination-item--previous {
        padding: 0;
        margin: 0;
        border: none;
        line-height: 0;
        margin-right: 5px; }
        .pagination ul.pagination-list li.pagination-item.pagination-item--previous a.pagination-link {
          padding: 0; }
          .pagination ul.pagination-list li.pagination-item.pagination-item--previous a.pagination-link i.icon {
            font-family: Libre Baskerville, serif;
            font-weight: 700;
            font-size: 14px;
            line-height: 19.5;
            color: #000;
            margin: 0;
            height: 20px;
            width: 20.5px;
            margin-left: -2px;
            margin-top: -3px; }
            .pagination ul.pagination-list li.pagination-item.pagination-item--previous a.pagination-link i.icon svg {
              fill: #000;
              margin: 0 -4px 0 0; }
          .pagination ul.pagination-list li.pagination-item.pagination-item--previous a.pagination-link:hover {
            color: #C4931F; }
            .pagination ul.pagination-list li.pagination-item.pagination-item--previous a.pagination-link:hover i.icon svg {
              fill: #C4931F; }

/*Brands*/
.brands_main .page-heading {
  font-size: 30px;
  line-height: 55px;
  margin: 0 0 42px 0; }

.brands_main .brandGrid .card {
  margin: 0 0 42px 0; }
  .brands_main .brandGrid .card .card-figure {
    padding: 0; }
  .brands_main .brandGrid .card .card-figure__link {
    height: 212px; }

.brands_main .brandGrid .card-body {
  padding: 0; }

.brands_main .brandGrid .card-title {
  background-color: #EDB458;
  border: 1px solid #edb458;
  height: 47px; }
  .brands_main .brandGrid .card-title a {
    color: #fff;
    height: 45px;
    text-transform: capitalize;
    padding: 13px 0 0 0;
    text-align: center; }
    .brands_main .brandGrid .card-title a:hover {
      background-color: #fff;
      color: #edb458; }

.brands_main .brandGrid .brand .card-img-container {
  max-width: 100%; }
  .brands_main .brandGrid .brand .card-img-container::after {
    padding-bottom: 0; }

.brands_main .brandGrid .brand .card-image {
  height: 285px;
  object-fit: contain; }

/*Product Page*/
.productView {
  margin: 0;
  padding: 32px 0 0 0; }

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

.productView-image {
  height: 560px; }

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

.productView-img-container {
  height: 560px; }

.productView-images {
  padding: 0 39px 0 0;
  margin-bottom: 39px; }
  .productView-images .productView-img-container {
    max-width: 560px;
    height: 560px; }
    .productView-images .productView-img-container img {
      object-fit: cover; }
  .productView-images .productView-thumbnail {
    padding-top: 8px; }
  .productView-images .productView-thumbnail-link {
    height: 89px;
    width: 106px;
    padding: 0;
    max-width: 100%; }
    .productView-images .productView-thumbnail-link:hover {
      border: 1px solid #1046DE; }
    .productView-images .productView-thumbnail-link.is-active {
      border-color: #1046DE; }
  .productView-images .productView-thumbnails img {
    width: 89px;
    object-fit: cover; }
  .productView-images .productView-thumbnails .slick-prev {
    left: 10px;
    top: 86px; }
  .productView-images .productView-thumbnails .slick-next {
    top: 86px;
    right: 5px; }

.productView-details.product-data {
  padding: 37px 0 0 10px; }

.productView-details.product-options {
  padding: 3px 0 0 10px; }

.productView-product {
  border: none;
  padding-bottom: 21px; }

.productView-title {
  margin: 0 0 7px 0;
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  padding: 0 0 7px 0;
  border-bottom: 0.5px solid #CCCCCC; }

.productView-rating .icon {
  width: 17px;
  height: 16px; }
  .productView-rating .icon.icon--ratingFull svg {
    fill: #EDB458; }

.productView-rating .pro_rv_sec {
  display: inline-block; }
  .productView-rating .pro_rv_sec span {
    font-size: 14px;
    letter-spacing: 0.14px;
    color: #999999; }
    .productView-rating .pro_rv_sec span:hover {
      color: #edb458; }

.productView-rating #productReview_link,
.productView-rating .productView-reviewLink {
  font-size: 14px;
  line-height: 24px;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.14px;
  color: #999999; }
  .productView-rating #productReview_link:hover,
  .productView-rating .productView-reviewLink:hover {
    color: #EDB458; }

.productView-rating #productReview_link {
  position: relative;
  padding: 0 2px 0 6px;
  text-transform: capitalize;
  margin: 0 0 0 6px; }
  .productView-rating #productReview_link::after {
    position: absolute;
    content: "|";
    font-size: 16px;
    line-height: 24px;
    color: #999;
    padding: 0 0 0 3px; }

.productView-info {
  margin-top: 0;
  margin-bottom: 0; }

.productView-price {
  margin: 0 0 21px 0; }
  .productView-price .price-section.price-section--withoutTax {
    display: inline-block; }
    .productView-price .price-section.price-section--withoutTax .price {
      font-size: 28px;
      line-height: 24px; }
      .productView-price .price-section.price-section--withoutTax .price.price--non-sale {
        color: #999999;
        font-size: 24px;
        line-height: 24px;
        padding: 0 0 0 8px; }

.share_icon {
  border: 2px solid #E6E6E6;
  border-radius: 20px;
  padding: 7px 5px 5px 18px;
  display: inline-block; }
  .share_icon label {
    padding: 0 7px 0 0;
    font-weight: 600;
    line-height: 22px; }
    .share_icon label span {
      display: inline-block;
      vertical-align: middle;
      padding: 0 0 0 2px; }
  .share_icon .socialLinks {
    line-height: unset;
    display: none;
    vertical-align: middle; }
    .share_icon .socialLinks .socialLinks-item {
      margin-bottom: 0; }
    .share_icon .socialLinks .icon:hover path {
      fill: #edb458; }
    .share_icon .socialLinks .icon:hover circle {
      fill: #edb458; }
    .share_icon .socialLinks .icon--email:hover path,
    .share_icon .socialLinks .icon--print:hover path {
      fill: #fff; }
  .share_icon:hover .socialLinks {
    display: inline-block;
    margin: -9px 5px 0 0; }

.form-field[data-product-attribute="set-rectangle"] .form-label {
  font-size: 14px;
  line-height: 22px;
  font-family: Poppins, sans-serif;
  color: #000000; }

.form-field[data-product-attribute="set-rectangle"] .form-option-wrapper .form-option {
  color: #999;
  background-color: #fff;
  border: 2px solid #E6E6E6;
  box-shadow: none;
  border-radius: 20px;
  font-size: 14px;
  line-height: 21px;
  font-family: Poppins, sans-serif;
  padding: 7px 25px 6px 25px;
  margin: 0 14px 0 0;
  text-align: center; }
  .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper .form-option[for="attribute_rectangle__497_1918"] {
    padding: 7px 33px 6px; }
  .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper .form-option:hover, .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper .form-option:focus, .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper .form-option:checked {
    border: 2px solid #edb458;
    color: #edb458; }
  .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper .form-option.form-option-swatch {
    border: 1px solid #999;
    border-radius: 0;
    padding: 0;
    line-height: 10px; }

.productView-options .form-field {
  margin-bottom: 16px;
  margin-top: 2px; }
  .productView-options .form-field .form-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    font-family: Poppins, sans-serif;
    display: inline-block;
    margin: 0 9px 0 0;
    color: #000; }
    .productView-options .form-field .form-label.form-label--inlineSmall {
      display: block;
      margin: 0 9px 9px 0;
      text-transform: capitalize; }
  .productView-options .form-field .form-input[type="number"] {
    width: 100%; }

.form-action {
  margin: 0;
  width: 50%; }
  .form-action .button {
    text-transform: capitalize;
    width: 100%;
    padding: 0;
    height: 50px;
    line-height: 48px; }

.form.form-wishlist .button {
  text-transform: capitalize;
  width: 260px;
  margin: 0;
  color: #567be3;
  background-color: #fff; }
  .form.form-wishlist .button:hover {
    color: #fff;
    background-color: #567be3; }
  .form.form-wishlist .button .icon {
    display: none; }

#wishlist-dropdown.is-open {
  padding: 0; }
  #wishlist-dropdown.is-open .button {
    text-transform: capitalize; }
    #wishlist-dropdown.is-open .button:hover {
      background-color: #567be3; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 400; }

#form-action-addToCart {
  padding: 0 20px;
  margin-right: 10px;
  width: 308px; }
  #form-action-addToCart:focus {
    color: #fff;
    margin: 0 11px 0 0;
    background-color: #edb458; }

body .tabs {
  border-bottom: 0; }
  body .tabs li {
    margin: 0 0 0 15px; }
    body .tabs li:first-child {
      margin: 0px; }
  body .tabs .tab {
    border: 0; }
    body .tabs .tab.is-active {
      border: 0;
      border-bottom: 0; }
      body .tabs .tab.is-active .tab-title {
        border: 0;
        padding: 0 0 4px 0;
        display: inline;
        border-radius: 0;
        border-bottom: 2px solid #1046DE;
        color: #000000; }
    body .tabs .tab .tab-title {
      font-size: 20px;
      line-height: 24px;
      font-family: Libre Baskerville, serif;
      color: #999;
      font-weight: 400;
      padding: 0 0 5px 0;
      display: inline;
      background-color: unset;
      border: 0;
      border-radius: 0; }
      body .tabs .tab .tab-title:hover {
        color: #567be3; }

body .productView-description {
  padding-left: 0;
  padding-right: 0;
  margin: 57px 0 0 0; }
  body .productView-description .tabs-contents {
    padding: 48px 0 54px 0;
    background: rgba(230, 236, 252, 0.9) url(https://cdn11.bigcommerce.com/s-y0tzgx47ab/images/stencil/original/image-manager/product-description.jpg) no-repeat;
    float: left;
    margin: 15px 0 0 0;
    width: 100%; }
    body .productView-description .tabs-contents .tab-content {
      max-width: 800px;
      margin: 0 auto;
      padding: 0;
      font-size: 16px;
      line-height: 28px;
      font-family: Poppins, sans-serif; }
    body .productView-description .tabs-contents p {
      font-size: 16px;
      line-height: 28px;
      font-family: Poppins, sans-serif;
      margin: 0; }
    body .productView-description .tabs-contents ul {
      margin-top: 27px;
      margin-bottom: 0;
      margin-left: 0; }
    body .productView-description .tabs-contents li {
      font-size: 16px;
      padding: 0 0 15px 19px;
      position: relative;
      list-style: none; }
      body .productView-description .tabs-contents li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 9px;
        height: 9px;
        background: #1046DE;
        border-radius: 50px; }
    body .productView-description .tabs-contents #productReviews-list li {
      list-style: none;
      padding: 0;
      margin: 0; }
      body .productView-description .tabs-contents #productReviews-list li::before {
        display: none; }

.product_main {
  /*Add To Cart Popup*/ }
  .product_main .modal-content.modal--large .productView-info {
    margin-top: 10px;
    margin-bottom: 10px; }
  .product_main .modal-content .productView-info .productView-info-value {
    width: 396px;
    overflow-y: hidden;
    word-break: break-all; }
  .product_main .productView {
    flex-flow: row; }
  .product_main .product_page {
    float: left;
    width: 100%; }
    .product_main .product_page ol.breadcrumbs {
      padding: 10px 0 0 0; }
  .product_main .previewCart .productView-image {
    padding-left: 0;
    padding-right: 0;
    width: 88.33333%; }
  .product_main .body {
    margin-top: 0;
    margin-bottom: 100px;
    float: left;
    width: 100%; }
  .product_main .Breadcrumb {
    padding: 10px 0 0 0; }
  .product_main .body > .container {
    max-width: 100%;
    padding: 0; }
  .product_main .product_tab {
    float: left;
    width: 100%; }
  .product_main .releted.also_viewed {
    margin: 49px 0 -2px 0;
    padding: 48px 0 0 0;
    border-top: 1px #ccc solid; }
  .product_main .card-title {
    height: 18px;
    overflow: hidden; }
  .product_main .releted {
    float: left;
    width: 100%;
    margin: 99px 0 0 0; }
    .product_main .releted .container {
      max-width: 1200px; }
    .product_main .releted .title h3 {
      margin: 0 0 17px 0;
      text-align: center;
      font-size: 30px;
      line-height: 37px; }
    .product_main .releted .tab-content {
      padding: 13px 0 0 0; }
    .product_main .releted .productCarousel {
      margin: 0 -13.5px; }
    .product_main .releted .productCarousel-slide {
      padding: 0 13.5px; }
    .product_main .releted .card .card-figcaption {
      display: block; }
      .product_main .releted .card .card-figcaption .button {
        text-transform: capitalize;
        padding: 0;
        width: 180px;
        line-height: 48px;
        height: 50px;
        margin: 10px 0 0 0; }
    .product_main .releted .card:hover .card-title a {
      color: #EDB458; }
    .product_main .releted .slick-dots {
      display: none !important; }
  .product_main .toggle .videoGallery {
    margin: 0; }
  .product_main .toggle .toggle-title {
    font-size: 30px;
    line-height: 37px; }
  .product_main .toggle .toggleLink-text:hover {
    color: #edb458; }
  .product_main .productView-options {
    margin-bottom: 30px; }

.form-increment {
  margin: 2px 0 0 0; }
  .form-increment .button {
    text-transform: capitalize;
    background-color: #fff;
    border: 1px solid rgba(153, 153, 153, 0.4);
    border-radius: 0;
    padding: 6px 12px 6px 11px; }
    .form-increment .button:focus {
      margin: 0; }
    .form-increment .button .icon {
      height: 2px;
      width: 15px;
      color: #999999;
      font-style: normal;
      vertical-align: top;
      font-size: 26px; }
  .form-increment .form-input.form-input--incrementTotal {
    padding: 0 5px;
    width: 46px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    font-family: Poppins, sans-serif;
    color: #000000; }

.alertBox--info {
  float: left; }

/*Product Causel*/
.productCarousel .card-figure__link {
  height: 270px; }

.productGrid .card-figure__link {
  height: 277px; }

.productGrid .card-text .price-section.price-section--withoutTax {
  display: inline-block;
  padding: 0 7px 0 0; }

.productGrid .card-text .price-section .price--non-sale {
  color: #999; }

/*System Page Start*/
.page-heading {
  font-size: 30px;
  line-height: 55px;
  clear: left;
  padding: 50px 0 0 0; }

.login {
  margin-top: 0; }

[aria-label="Breadcrumb"] {
  float: left;
  width: 100%; }

ol.breadcrumbs {
  text-align: left; }

.login_main .login-row {
  margin-top: 56px; }

.login_main .login .forgot-password {
  line-height: 48px;
  font-weight: 700; }
  .login_main .login .forgot-password:hover {
    color: #edb458; }

.login_main .button {
  padding: 11px 2.28571rem 9px;
  text-transform: capitalize; }

.navBar--sub .navBar-item.is-active {
  border-bottom: 1px solid #edb458; }
  .navBar--sub .navBar-item.is-active > .navBar-action {
    color: #edb458;
    font-size: 16px; }

.navBar--sub .navBar-item .navBar-action {
  color: #000000;
  font-size: 16px;
  line-height: 22px; }
  .navBar--sub .navBar-item .navBar-action:hover {
    color: #edb458; }

.account_orderstatus_main .account-content .account-orderStatus .account-orderStatus-label {
  background-color: #edb458;
  padding: 3px 0.5rem 3px; }

.account_orderstatus_main .account-content .pagination {
  display: none; }

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

.account_addressbook_main .addressList .address .address-title {
  color: #edb458; }

.account_addressbook_main .addressList .address .address-symbol {
  color: #edb458; }

.wishlists_main a:hover {
  color: #edb458; }

.wishlists_main .table .table-tbody .table-actions .button {
  text-transform: capitalize;
  padding: 11px 24px 9px; }
  .wishlists_main .table .table-tbody .table-actions .button:hover {
    color: #567be3; }

.wishlists_main .form-actions .button {
  text-transform: capitalize; }
  .wishlists_main .form-actions .button.button--primary {
    text-transform: capitalize; }
    .wishlists_main .form-actions .button.button--primary:hover {
      color: #567be3; }

.wishlists_main .account .pagination {
  display: none; }

.wishlists_main .productGrid .product {
  margin: 0 0 50px 0; }

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

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

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

.forgotpassword_main .page-heading {
  margin: 0 0 38px; }

.forgotpassword_main .form {
  margin-top: 20px; }

.forgotpassword_main .form-prefixPostfix {
  display: flex;
  flex-direction: row; }
  .forgotpassword_main .form-prefixPostfix .form-input {
    margin-right: 20px; }
  .forgotpassword_main .form-prefixPostfix .form-prefixPostfix-button--postfix {
    margin: 0;
    padding: 7px 17px 6px;
    height: 40px; }

.forgotpassword_main .form-label {
  width: 100%; }

.cart_main .form-increment .button {
  height: 30px;
  line-height: 26px;
  width: 30px;
  padding: 0;
  text-transform: capitalize; }
  .cart_main .form-increment .button svg {
    fill: #999; }
  .cart_main .form-increment .button:hover svg {
    fill: #567be3; }

.cart_main .form-increment .icon {
  width: auto;
  height: auto; }

.cart_main .form-increment button {
  text-transform: capitalize; }
  .cart_main .form-increment button:hover {
    border: 1px solid #567be3;
    background: #567be3; }
    .cart_main .form-increment button:hover .icon {
      color: #fff; }

.cart_main .button svg {
  margin: 0; }

.cart_main .shipping-quote {
  vertical-align: middle; }

.cart_main .cart-content-padding-right .cart-item-name a {
  color: #000; }
  .cart_main .cart-content-padding-right .cart-item-name a:hover {
    color: #edb458; }

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

.cart_main .cart-total .cart-total-value .shipping-estimate-show,
.cart_main .cart-total .cart-total-value .coupon-code-add,
.cart_main .cart-total .cart-total-value .gift-certificate-add {
  color: #000;
  font-style: normal;
  text-decoration: none; }
  .cart_main .cart-total .cart-total-value .shipping-estimate-show:hover,
  .cart_main .cart-total .cart-total-value .coupon-code-add:hover,
  .cart_main .cart-total .cart-total-value .gift-certificate-add:hover {
    color: #edb458; }

.cart_main .cart-total .cart-total-value .coupon-code-cancel,
.cart_main .cart-total .cart-total-value .gift-certificate-cancel {
  color: #000;
  font-style: normal;
  text-decoration: none; }
  .cart_main .cart-total .cart-total-value .coupon-code-cancel:hover,
  .cart_main .cart-total .cart-total-value .gift-certificate-cancel:hover {
    color: #edb458 !important; }

.cart_main .cart-total .cart-total-value.cart-total-grandTotal {
  font-family: Poppins, sans-serif; }
  .cart_main .cart-total .cart-total-value.cart-total-grandTotal span {
    font-weight: 700; }

.cart_main .coupon-form .button,
.cart_main .gift-certificate-code .button {
  text-transform: capitalize;
  padding-top: 4px !important;
  padding-bottom: 5px !important; }
  .cart_main .coupon-form .button:focus,
  .cart_main .gift-certificate-code .button:focus {
    margin: 0 0 0 2%; }

.cart_main .modal.modal--alert .button-container .confirm.button {
  text-transform: capitalize;
  background-color: #567be3;
  border-color: #567be3; }
  .cart_main .modal.modal--alert .button-container .confirm.button:hover {
    background-color: #fff;
    color: #edb458; }

.cart_main .modal.modal--alert .button-container .cancel:focus {
  margin-left: 0.78571rem;
  color: #edb458;
  background-color: #fff; }

.cart_main .modal .productView-title {
  font-size: 30px;
  line-height: 42px; }

.cart_main .shipping-quotes {
  padding: 0 0 15px 0; }

.cart_main .button {
  text-transform: capitalize; }
  .cart_main .button:focus {
    margin: 0;
    color: #fff; }

.error_msg {
  text-align: center;
  margin: 10px 0 0 0; }

.blog_main .blog {
  float: left;
  width: 33.33%;
  padding: 0 18px;
  margin: 0 0 40px 0;
  border-top: 0;
  border-right: 0;
  background-color: transparent; }
  .blog_main .blog .blog-post-figure {
    width: 100%; }
    .blog_main .blog .blog-post-figure .blog-thumbnail {
      margin: 0 auto;
      max-width: 100%; }
  .blog_main .blog .blog-post-body {
    width: 100%;
    margin: 10px 0 0 0; }
    .blog_main .blog .blog-post-body .blog-post a:hover {
      color: #edb458; }
  .blog_main .blog:nth-child(5) {
    clear: left; }

.sitemap_main h1 {
  font-size: 30px;
  line-height: 55px; }

.sitemap_main h2 {
  font-size: 26px; }

.sitemap_main ul li a:hover {
  color: #edb458; }

.wishlists_main .card {
  margin-bottom: 15px; }

.wishlists_main .form {
  margin: 0; }
  .wishlists_main .form .button {
    text-transform: capitalize;
    padding: 11px 25px 9px; }
    .wishlists_main .form .button:focus {
      margin: 0;
      color: #fff; }

.loadingOverlay .button:focus:hover {
  margin: 0 0 0 11px; }

/*System Page End*/
/*CMS Page Start*/
.page_main .body {
  float: left;
  width: 100%; }

.page_main .page {
  margin: 0;
  float: left;
  width: 100%; }

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

.page_main .cms_cnt {
  float: left;
  width: 100%; }
  .page_main .cms_cnt h5 {
    font-size: 22px;
    text-transform: capitalize; }
  .page_main .cms_cnt p {
    text-align: left; }
  .page_main .cms_cnt .location-block {
    float: left;
    width: 100%; }
    .page_main .cms_cnt .location-block ul {
      margin: 0 -15px;
      padding: 0;
      list-style: none; }
    .page_main .cms_cnt .location-block li {
      float: left;
      width: 50%;
      padding: 0 15px; }
      .page_main .cms_cnt .location-block li iframe {
        border: 0;
        width: 100%; }
    .page_main .cms_cnt .location-block a {
      display: inline-block;
      font-size: 16px;
      line-height: 24px;
      font-family: Poppins, sans-serif;
      letter-spacing: .16px; }
    .page_main .cms_cnt .location-block .address {
      padding: 0;
      text-align: left;
      display: block; }

.cms_cnt a {
  color: #EBB257; }

.cms_cnt a:hover {
  color: #000; }

.page_contact_form_main .navBar-section {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center; }
  .page_contact_form_main .navBar-section a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins, sans-serif;
    letter-spacing: .16px;
    color: #EBB257; }
    .page_contact_form_main .navBar-section a:hover {
      color: #000; }

.page_contact_form_main .page-content--centered {
  padding-left: 0;
  padding-right: 0; }

/*CMS Page End*/
/*Side Filter CSS start*/
.treeview li {
  margin: 5px 0;
  width: 100%;
  clear: left;
  position: relative; }

.navList ul li.navPages-item {
  margin: 0 0 3px; }

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

.treeview ul .collapsable-hitarea,
.treeview ul .expandable-hitarea {
  top: 2px;
  right: 0; }

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

.expandable-hitarea:before {
  content: "";
  background: #999;
  height: 10px;
  width: 2px;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  left: 0; }

.accordion-content ul ul ul li a:hover {
  color: #333333; }

.treeview li a {
  display: block;
  padding: 0px;
  text-transform: capitalize;
  font-weight: 400; }

#navList-treeview {
  list-style: none;
  text-align: left;
  padding: 0 12px 0 16px; }

#navList-treeview .navPages-item.collapsable {
  padding: 0; }

#navList-treeview .navPages-item ul {
  padding: 0 0 0 10px;
  margin: 8px 0 0; }

.sidebarBlock-heading {
  background: #1046DE;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  letter-spacing: -0.18px;
  font-size: 18px;
  line-height: 40px;
  padding: 0 15px;
  margin: 0 0 12px;
  position: relative;
  font-weight: 700;
  cursor: pointer; }

.sidebarBlock {
  border: 1px solid #E6E6E6;
  border-radius: 10px; }

.sidebarBlock-heading:after {
  content: "";
  width: 14px;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%); }

.treeview li li a {
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 20px;
  color: #999999;
  font-weight: 400;
  display: inline-block; }

.treeview li li a:hover,
.treeview li > ul > li:first-child a.selected:hover,
#navList-treeview > li > a:hover,
.treeview li li a.selected {
  color: #EDB458; }

.treeview li > ul > li:first-child a.selected {
  color: #999; }

#navList-treeview > li > a {
  font-family: Libre Baskerville, serif;
  color: #000000;
  font-size: 14px;
  font-weight: 600; }

.page-sidebar {
  margin: 0;
  max-width: 270px;
  width: 100%;
  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;
  padding: 0px; }

#product-listing-container {
  float: left;
  padding: 0;
  width: 100%;
  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; }

#product-listing-container {
  max-width: calc(100% - 270px);
  padding: 0 0 0 40px; }

.page.cat_page {
  margin: 51px 0 0 0;
  display: inline-block;
  width: 100%; }

.filter_toggle,
.filter_toggle img {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

.filter_toggle:hover p {
  color: #edb458; }

.filter_toggle p {
  display: inline-block;
  margin: 0px;
  vertical-align: middle; }

.hide_side_filter #product-listing-container .productGrid .product {
  width: 25%; }

.hide_side_filter .page-sidebar .sidebarBlock {
  max-width: 0px;
  padding: 0px;
  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;
  overflow: hidden;
  height: 0px; }

.hide_side_filter #product-listing-container {
  max-width: calc(100% - 30px);
  padding: 0px;
  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; }

.hide_side_filter .page-sidebar {
  max-width: 30px; }

.filter_toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px); }

.hide_side_filter .filter_toggle {
  position: relative;
  top: 5px;
  transform: none;
  left: 0; }

.slideup_filter .sidebarBlock-heading:before {
  content: "";
  width: 2px;
  height: 14px;
  background: #fff;
  display: inline-block;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%); }

.slideup_filter .sidebarBlock-heading {
  border-radius: 10px;
  margin: 0px; }

.filter_toggle .show_filter {
  display: none; }

.filter_toggle span svg {
  margin: 0 0 -4px 0; }

.filter_toggle span {
  display: none; }

.filter_toggle:hover svg {
  fill: #edb458; }

.hide_side_filter .filter_toggle .show_filter {
  display: inline-block; }

.hide_side_filter .filter_toggle .hide_filter {
  display: none; }

.top_right_action {
  display: inline-block;
  float: right; }

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

/*Side Filter CSS END*/
/*View More start*/
.view_count ul {
  margin: 0;
  list-style: none;
  position: absolute;
  background: #fff;
  border: 1px solid #e6e6e6;
  left: 0;
  right: 0;
  z-index: 9;
  text-align: center;
  padding: 7px 0;
  display: none; }

.view_lable {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  font-family: Poppins, sans-serif;
  letter-spacing: .14px;
  color: #000;
  padding: 9px 20px;
  display: inline-block;
  border: 1px solid #e6e6e6;
  left: 0;
  right: 0;
  z-index: 9;
  text-align: center;
  cursor: pointer; }

.view_count {
  position: relative;
  display: inline-block;
  margin: 0px 12px 0 0; }

.view_count ul a {
  letter-spacing: 0.05em;
  color: #000; }

.view_count ul a:hover,
.view_lable:hover {
  color: #edb458; }

/*View More end*/
.product_tab {
  display: inline-block;
  width: 100%; }

.pro_rv_sec {
  display: inline-block;
  position: relative; }
  .pro_rv_sec .go_review {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

/*SCP Start*/
.sub_cat_block {
  float: left;
  width: 100%; }
  .sub_cat_block .subCat_list {
    margin: 0 -15px;
    padding: 0;
    list-style: none; }
  .sub_cat_block .subcat_Inner {
    float: left;
    width: 100%;
    margin-bottom: 42px; }
    .sub_cat_block .subcat_Inner:hover .sub_cat_nm {
      color: #fff; }
  .sub_cat_block .subCat_Grid {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 0 15px; }
  .sub_cat_block .subcat_inner_img {
    height: auto;
    vertical-align: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-flow: column;
    margin: 0 0 15px; }
    .sub_cat_block .subcat_inner_img:hover a::after {
      background: rgba(0, 0, 0, 0.2);
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }
  .sub_cat_block .subcat_Inner_text .subcatTitle_block {
    margin: 0; }
  .sub_cat_block .subcat_Inner_text .sub_cat_nm {
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-family: Poppins, sans-serif;
    color: #ffffff;
    background-color: #567be3;
    border: 2px solid #567be3;
    padding: 9px 5px 7px;
    display: block;
    text-align: center;
    border-radius: 50px; }
    .sub_cat_block .subcat_Inner_text .sub_cat_nm:hover {
      background-color: #ffffff;
      color: #567be3; }
  .sub_cat_block .subcat_Inner_text:hover {
    background-color: #fff; }
    .sub_cat_block .subcat_Inner_text:hover .sub_cat_nm {
      color: #567be3; }

.hide_side_filter .sub_cat_block .subCat_list .subCat_Grid {
  width: 20%; }

.hide_side_filter .sub_cat_block .subcat_Inner_text .sub_cat_nm {
  font-size: 14px; }

.hide_side_filter .sub_cat_block .subcat_inner_img {
  height: 220px; }

.hide_side_filter .sub_cat_block .subCat_list li:nth-child(n+6) {
  clear: left; }

/*SCP End*/
.dropdown-menu-button.is-open:focus {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.card-figcaption-body .card-figcaption-button:focus {
  color: #fff;
  background-color: #567be3; }

.form-option-wrapper input.form-radio:checked ~ .form-option {
  border: 1px solid #567be3;
  color: #567be3;
  box-shadow: 0 0 0 1px #567be3; }

.wishlist_main .pagination {
  display: none; }

.body {
  min-height: 400px; }

.page_contact_form_main .form-row.form-row--half .form-field:nth-child(3) {
  width: 100%; }

body .eapps-instagram-feed-title {
  padding: 0;
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 55px;
  font-family: Libre Baskerville,serif;
  font-weight: 400;
  color: #000;
  display: inline-block !important;
  letter-spacing: 0; }

.eapps-instagram-feed-title-container {
  text-align: center; }

body .eapps-instagram-feed-title:after {
  content: "";
  background: url(https://cdn11.bigcommerce.com/s-y3cu2hruug/content/insta_square.svg);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 0 0 10px; }

/* Sticky Header*/
.previewCart .productView-image--cart {
  position: relative; }

@media only screen and (min-width: 990px) {
  .previewCartCheckout {
    width: 30%; }
  .previewCart .productView {
    width: 70%; }
  .previewCart .productView-title {
    font-size: 25px; }
  .previewCart .productView-details, .product_main .previewCart .productView-image {
    width: 50%; }
  .previewCart .productView-image--cart {
    height: auto; }
  .header.header_fixed {
    position: fixed;
    transition: all 0.6s ease-in-out; }
    .header.header_fixed .header_top {
      margin-top: -35px;
      transition: all 0.6s ease-in-out; }
      .header.header_fixed .header_top .free_ship {
        top: 89px;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        padding: 5px 20px 4px;
        transition: all 0.6s ease-in-out;
        font-size: 12px;
        letter-spacing: 0.12px;
        font-weight: 700;
        z-index: 9; }
    .header.header_fixed .header_bottom {
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      background-color: #E6ECFC;
      padding: 11px 32px 0px;
      transition: all 0.6s ease-in-out;
      height: 60px; }
      .header.header_fixed .header_bottom .navPages {
        padding: 0 0 0 2px; }
      .header.header_fixed .header_bottom .navPages-container {
        width: 54.7%;
        padding-right: 0; }
      .header.header_fixed .header_bottom .navUser {
        width: 427px;
        top: -6px;
        padding: 0; }
        .header.header_fixed .header_bottom .navUser .navUser-item {
          float: none;
          display: inline-block;
          vertical-align: middle; }
          .header.header_fixed .header_bottom .navUser .navUser-item:nth-child(2) {
            padding: 0 4px 0 19px; }
          .header.header_fixed .header_bottom .navUser .navUser-item.navUser-item--account {
            padding: 0 6px 0 13px; }
      .header.header_fixed .header_bottom .socialLinks {
        display: inline-block;
        margin: 2px 0 0 16px; }
      .header.header_fixed .header_bottom .socialLinks .socialLinks-item {
        margin-bottom: 0;
        margin-right: 7px;
        padding: 0 0 0 0; }
        .header.header_fixed .header_bottom .socialLinks .socialLinks-item .icon {
          height: 25px;
          width: 25px; }
          .header.header_fixed .header_bottom .socialLinks .socialLinks-item .icon:hover {
            height: 30px;
            width: 30px; }
      .header.header_fixed .header_bottom .sticky_location {
        display: inline-block;
        padding: 5px 0;
        margin: 0 7px 0 0;
        border-radius: 20px;
        vertical-align: middle; }
        .header.header_fixed .header_bottom .sticky_location .button {
          text-align: center;
          font-size: 14px;
          line-height: 24px;
          font-family: Poppins, sans-serif;
          color: #fff;
          max-width: 150px;
          padding: 6px 41px;
          border: 2px solid #567be3;
          text-transform: capitalize; }
          .header.header_fixed .header_bottom .sticky_location .button:hover {
            color: #567be3;
            background: #fff; }
      .header.header_fixed .header_bottom .dropdown--quickSearch {
        top: 6px !important;
        right: 110px !important; }
    .header.header_fixed .header-logo-image-unknown-size {
      display: none; }
    .header.header_fixed .header-logo-image-unknown-size.sticky_logo {
      display: inline-block; } }

.modal--large {
  width: 1000px; }

.default_main .modal .modal-close {
  display: block !important;
  right: 20px;
  top: 10px; }

.default_main .card-figcaption a.card-figcaption-button {
  display: none !important; }

.default_main .card-figcaption a.card-figcaption-button[data-button-type="add-cart"] {
  display: block !important; }

.header .header_bottom .navPages li:first-child .navPage-subMenu-list {
  position: relative; }

.filter_toggle p.hide_filter {
  position: relative;
  padding: 0 0 0 20px; }

.filter_toggle p.hide_filter::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 13px 10px 0;
  border-color: transparent #567be3 transparent transparent; }

.filter_toggle:hover p.hide_filter::before {
  border-color: transparent #000 transparent transparent; }

.filter_toggle p.show_filter {
  position: relative;
  padding: 0 20px 0 0; }

.filter_toggle p.show_filter::after {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0px 10px 13px;
  border-color: transparent transparent transparent #000; }

.filter_toggle:hover p.show_filter::after {
  border-color: transparent transparent transparent #edb458; }

.category_banner .cate_heading {
  display: block; }

.cate_heading {
  display: none; }

.header.header_fixed .header_bottom .navPages li {
  padding: 0 14px; }

.header .header_bottom .navPages .navPage-childList-action.navPages-action {
  margin: 6px 0 0;
  font-family: Poppins,sans-serif; }

/*Responsive Start*/
@media only screen and (min-device-width: 990px) and (max-device-width: 1199px) {
  .header.header_fixed .header_bottom .navUser {
    width: auto; }
  .header.header_fixed .header_bottom {
    padding: 11px 15px 0px 15px; }
  .header.header_fixed .header_bottom .navUser .navUser-item:nth-child(2) {
    padding: 0 4px 0 4px; }
  .header.header_fixed .header_bottom .navUser .navUser-item.navUser-item--account {
    padding: 0 5px 0 5px; }
  .header.header_fixed .header_bottom .navPages-container {
    width: auto; }
  .header.header_fixed .header_bottom .navUser li {
    padding: 0 2px; }
  .header.header_fixed .header_bottom .socialLinks .socialLinks-item {
    margin-right: 5px; }
  .header.header_fixed .header_bottom .sticky_location .button {
    max-width: 135px;
    padding: 6px 32px; }
  .header.header_fixed .header_bottom .sticky_location {
    margin: 0; }
  .header.header_fixed .header_bottom .navPages li {
    padding: 0 8px; }
  .header.header_fixed .header_bottom .sticky_location .button {
    max-width: 125px;
    padding: 6px 28px; } }

@media only screen and (max-width: 1199px) {
  .header .header_bottom .navUser {
    padding: 0px; }
  .header .header_bottom .header-logo {
    max-width: 230px; }
  .container,
  .body .cat_page .container {
    padding: 0 15px; }
  .header .header_top {
    padding: 9px 15px 2px 15px; }
  .header .header_bottom {
    padding: 13px 15px 4px 15px; }
  .header .header_bottom .navPages .navPages-action {
    font-size: 13px; }
  .header .header_bottom .navPages li {
    padding: 0 10px; }
  .header .header_bottom .navPages-container {
    width: auto;
    padding-right: 20px;
    padding-left: 20px; }
  .header .header_bottom .navUser {
    width: auto; }
  .heroCarousel-slide .heroCarousel-title {
    font-size: 38px;
    line-height: 42px;
    margin: 16px 0 16px 0; }
  .hp_tabs {
    padding: 35px 0 0 0; }
  .tabs-contents {
    padding: 10px 0 0 0; }
  .hp_tabs .slick-next {
    right: -9px; }
  .hp_tabs .slick-prev {
    left: -9px; }
  .slick-next {
    right: 0; }
  .slick-prev {
    left: 0; }
  .hp_tabs .slick-dots {
    bottom: -22px; }
  .gemstone_bracelets {
    padding: 48px 0 20px 0; }
  .gemstone_bracelets h2 {
    font-size: 34px;
    line-height: 38px; }
  .featured_collections {
    padding: 15px 0 20px 0; }
  .featured_collections ul {
    margin: 17px -15px 0; }
  .variety_rocks_crystals {
    margin: 30px 0 0 0;
    padding: 65px 0 89px 0; }
  .variety_rocks_crystals .variety_left h2 {
    font-size: 34px;
    line-height: 43px; }
  .variety_rocks_crystals .variety_right .slick-prev {
    left: 22px; }
  .variety_rocks_crystals .variety_right .slick-next {
    right: 22px; }
  .happy_customers {
    padding: 35px 0 0 0; }
  .happy_customers li .review {
    padding: 0 7px; }
  .happy_customers p {
    height: 138px; }
  .happy_customers .slick-next {
    right: 0; }
  .happy_customers .slick-prev {
    left: 0; }
  .insta_heading {
    padding: 82px 0 10px 0; }
  .footer .footer-info-col--small:last-child {
    padding: 0; }
  .footer .footet-menu {
    margin: 25px 0 13px 0; }
  /*Category Page*/
  .category_banner .cate_heading .page-heading {
    font-size: 34px;
    line-height: 45px; }
  .page.cat_page {
    margin: 30px 0 0 0; }
  #product-listing-container {
    padding: 0 0 0 20px; }
  #product-listing-container .cat_top h3 {
    font-size: 18px; }
  .view_count {
    margin: 0px 6px 0 0; }
  .view_lable {
    padding: 7px 14px; }
  #product-listing-container .actionBar {
    margin: 0 0 0 6px; }
  #product-listing-container .actionBar-section .form-field {
    width: 236px; }
  #product-listing-container .actionBar-section .form-select.form-select--small {
    padding: 1px 27px 0 2px; }
  #product-listing-container .productGrid .product .card {
    margin-bottom: 25px; }
  .pagination {
    padding: 30px 0 0px 0; }
  /*Product Page*/
  .product_main .product_page ol.breadcrumbs {
    padding: 0px 0 0 0; }
  .productView-images {
    padding: 0 20px 0 0; }
  .productView-title {
    font-size: 27px; }
  .productView-details.product-data {
    padding: 0px 0 0 10px; }
  .productView-price .price-section.price-section--withoutTax .price {
    font-size: 25px; }
  .productView-price .price-section.price-section--withoutTax .price.price--non-sale {
    font-size: 22px;
    padding: 0 0 0 5px; }
  .productView-price {
    margin: 0 0 5px 0; }
  #form-action-addToCart {
    width: 230px; }
  .form.form-wishlist .button {
    width: 230px; }
  .product_main .productView-description {
    margin: 3px 0 0 0; }
  .product_main .productView-description .tabs-contents {
    padding: 30px 0 22px 0; }
  .product_main .releted {
    margin: 44px 0 0 0; }
  .product_main .body {
    margin-bottom: 50px; }
  /*SCP*/
  .category_main .body {
    float: left;
    width: 100%; }
  .cate_heading .page-heading {
    padding: 35px 0 0 0;
    margin: 0 0 15px 0; }
  /*System Pages*/
  .page-heading {
    padding: 20px 0 20px 0;
    margin: 0; }
  .login {
    margin: 0 auto 0;
    max-width: 100%; }
  .body {
    margin-bottom: 2rem; }
  .form-prefixPostfix .form-input, .form-prefixPostfix .button {
    width: auto; }
  .body {
    min-height: 360px; }
  #contact-us-page {
    width: 100%; }
  .page_contact_form_main .body .page {
    margin: 0; }
  #contact-us-page .navBar-section.account-navigation {
    margin-left: 0; }
  .account--fixed {
    width: 80%; } }

@media only screen and (max-width: 991px) {
  .bread_crumb .container {
    padding: 0 15px !important; }
  .header .header_bottom .navPages-container .navPages-list {
    display: none; }
  .header .header_bottom .navPages-container .navPages {
    background-color: transparent;
    padding: 0; }
  .header .header_bottom .navPages-container .navPages-quickSearch {
    border-bottom: none;
    margin-bottom: 0; }
  .header .header_bottom .navPages-container .quickSearchResults {
    margin: 0; }
  .header .header_bottom .navPages-container .quickSearchResults li.product {
    margin: 10px auto; }
  .header .header_bottom .search_quick {
    right: 0;
    left: auto; }
  .header .header_bottom .navPages-container .navPages-quickSearch .form-input {
    border-radius: 0;
    border-color: #edb458; }
  .header .header_bottom .navPages-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
  #menu_responsive .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; }
  .header.is-open #menu_responsive {
    display: block;
    top: 0; }
  .navPages-container {
    position: fixed;
    width: 275px; }
  .navPages-container.is-open {
    width: 275px;
    display: block;
    float: left;
    z-index: 50;
    margin: 0;
    padding: 0;
    position: fixed;
    transition: all 0.3s ease 0s;
    left: 0; }
  body.has-activeNavPages {
    left: 275px;
    transition: all .3s ease 0s;
    position: fixed;
    top: 0;
    float: left;
    width: 100%; }
  #menu_responsive .navPages {
    background: #edb458;
    padding: 20px 15px;
    border-right: 1px solid #ccc; }
  #menu_responsive .navPages ul li:hover .navPage-subMenu {
    min-height: 100%; }
  #menu_responsive ul li {
    border: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 100%;
    float: left;
    text-align: left; }
  #menu_responsive .navPages-list--user li:first-child {
    display: none; }
  #menu_responsive .navPages-action,
  #menu_responsive .navPage-subMenu-item > .navPage-subMenu-action {
    line-height: normal;
    padding: 0px 22px 5px 0;
    display: block;
    border: 0;
    color: #fff;
    white-space: normal;
    text-align: left; }
    #menu_responsive .navPages-action:hover,
    #menu_responsive .navPage-subMenu-item > .navPage-subMenu-action:hover {
      color: #000; }
  #menu_responsive .navPage-subMenu-item > .navPage-subMenu-action {
    font-size: 18px;
    padding: 4px 22px 4px 0;
    text-transform: capitalize;
    margin: 0;
    line-height: normal; }
  .navPages-container.is-open svg,
  #menu_responsive .navPages ul li:hover .navPage-subMenu,
  #menu_responsive .navPages-quickSearch {
    display: none; }
  #menu_responsive .navPage-subMenu .container {
    padding: 0; }
  #menu_responsive .navPage-subMenu .navPage-subMenu-list,
  #menu_responsive .navPage-subMenu .container {
    display: block !important; }
  #menu_responsive .subcat-expand {
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
  #menu_responsive .navPage-subMenu-item .subcat-expand {
    top: -1px; }
  #menu_responsive .subcat-expand.subcat-expanded::before,
  .main_menu .navPages-list .navPages-item > .navPages-action::after,
  .navPage-subMenu-action .collapsible-icon-wrapper,
  .main_menu .navPage-subMenu::after {
    display: none; }
  #menu_responsive .subcat-expand::after,
  #menu_responsive .subcat-expand::before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  #menu_responsive .subcat-expanded::after {
    background: #edb458; }
  #menu_responsive .subcat-expand::before {
    height: 14px;
    width: 2px; }
  #menu_responsive .subcat-expand::after {
    height: 2px;
    width: 14px; }
  .navPages-list + .navPages-list {
    border: 0;
    margin: 0;
    padding: 0; }
  #menu_responsive .navPages ul {
    width: 100%;
    float: left; }
  #menu_responsive ul ul {
    width: 100%;
    display: block;
    padding: 0px 0 15px 10px;
    background: transparent;
    margin: 0;
    border: 0; }
  #menu_responsive .navPages-list + .navPages-list {
    float: left;
    margin-bottom: 30px;
    display: block; }
  #menu_responsive {
    transition: all .3s ease 0s;
    left: 0; }
  .mobileMenu-toggle {
    left: 15px;
    top: 52px;
    background: transparent;
    height: 40px;
    width: 40px;
    padding: 0 9px;
    border: none;
    display: block; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after,
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    background: #000; }
  .quickSearchResults .modal-close,
  .custom_account_recentitems .quickSearchResults .modal-close,
  .custom_wishlist .quickSearchResults .modal-close {
    display: inline-block;
    right: 5px; }
  .modal .previewCart .productView {
    padding: 25px 0; }
  #menu_responsive .mega_menu-header-image {
    display: none; }
  #menu_responsive .navPage-subMenu {
    padding: 0 !important;
    background: transparent;
    top: 0;
    position: static;
    height: auto; }
  #menu_responsive .navPages-action .icon {
    display: none; }
  .header .header_bottom {
    padding: 13px 15px 10px 15px; }
  #myHeader {
    position: inherit; }
  .header.is-open {
    height: inherit; }
  body {
    padding-top: 0; }
  .body {
    min-height: 100%;
    float: left;
    width: 100%; }
  .header .header_bottom .header-logo__link {
    width: 100%; }
  .header .header_bottom .navUser {
    top: 67px;
    right: 15px; }
  .hp_tabs .slick-prev {
    left: -2px; }
  .hp_tabs .slick-next {
    right: 5px; }
  .featured_collections li {
    padding: 0 10px; }
  .featured_collections li .featured_top {
    padding: 0 0 10px 10px; }
  .featured_collections li .featured_bottom {
    padding: 10px 0 0 10px; }
  .featured_collections .hover-featured p {
    bottom: 15px;
    left: 18px; }
  .featured_collections li .featured_top p {
    bottom: 15px; }
  .variety_rocks_crystals .variety_left h2 {
    font-size: 27px;
    line-height: 36px; }
  .variety_rocks_crystals .variety_left {
    padding: 0; }
  .variety_rocks_crystals .variety_left .left_inner {
    padding: 0; }
  .variety_rocks_crystals .variety_right .slick-slide .variety_content {
    bottom: 18px;
    left: 30px; }
  .variety_rocks_crystals .variety_right .slick-slide h4 {
    font-size: 22px;
    line-height: 30px; }
  .variety_rocks_crystals .variety_right .slick-prev {
    left: 30px;
    top: 130px; }
  .variety_rocks_crystals .variety_right .slick-next {
    right: 30px;
    top: 130px; }
  .happy_customers p {
    height: 184px; }
  .default_main h3 {
    font-size: 27px; }
  .insta_heading ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .insta_heading li {
    width: 33.33%; }
  .insta_heading li:nth-child(4), .insta_heading li:last-child {
    padding-top: 10px; }
  .footer .footer-info-col--small:first-child {
    width: 32%;
    padding-left: 0; }
  .footer .footer-info-col--small:nth-child(2) {
    width: 32%; }
  .footer .footer-info-col--small:last-child {
    width: 23%; }
  .footer .footet-menu {
    margin: 22px 0 13px 0; }
  /*Category Page*/
  .category_banner .cate_heading {
    left: 45px; }
  .category_banner .cate_heading .page-heading {
    font-size: 27px;
    line-height: 45px; }
  .page-sidebar {
    max-width: 100%; }
  #product-listing-container {
    padding: 40px 0 0 0;
    max-width: 100%; }
  /*Product Page*/
  .product_main .productView {
    flex-flow: column; }
  .productView-images {
    padding: 0; }
  .product_main .productView .container {
    padding: 0 15px; }
  .productView-image {
    height: 440px; }
  .productView-images .productView-img-container {
    max-width: 100%;
    height: 440px; }
  .productView-details.product-data {
    padding: 0; }
  .productView-details.product-options {
    padding: 3px 0 50px 10px; }
  #form-action-addToCart {
    width: 100%; }
  .form.form-wishlist .button {
    width: 100%; }
  .product_main .productView-description .tabs-contents {
    padding: 30px 25px 22px; }
  /*System Page*/
  .cart_main .cart-totals .cart-total .cart-total-label {
    float: left;
    padding: .6rem 0 .6rem;
    width: 50%; }
  .cart_main .cart-totals .cart-total .cart-total-value {
    float: right;
    padding: .5rem 0 .5rem; }
  .login_main .login-row .form-actions {
    text-align: left; }
  .forgotpassword_main .form-prefixPostfix .form-input {
    max-width: calc(100% - 162px); }
  .account--fixedSmall {
    max-width: 65%;
    width: 65%; }
  body.forgotpassword_main main#main-content {
    min-height: 528px; }
  .account--fixed,
  .account--fixedLarge {
    width: 100% !important; } }

@media only screen and (max-width: 800px) {
  .account--fixedSmall {
    max-width: 100%;
    width: 100%; }
  .account.account--fixed .form-row.form-row--half {
    margin: auto; }
  .account .account-body {
    margin: auto; }
  .navBar--account {
    display: block; }
  .navBar--sub .navBar-item.is-active {
    border-bottom: none; }
  .navBar--account .navBar-item {
    display: inline-block;
    margin-bottom: 15px; }
  .account .productGrid .product h3.card-title {
    height: 36px; }
  .navBar--account .navBar-item {
    margin-left: 7px;
    margin-right: 7px; }
  .header .header_top a {
    margin-left: 0; }
  .header .header_bottom .navUser {
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .section_one {
    margin: 0px;
    padding: 25px 0; }
  .sec_img img {
    max-width: 40px; }
  .header .header_top li {
    padding-right: 10px; }
  .header .header_top .free_ship {
    left: 46%; }
  .heroCarousel-slide .heroCarousel-title {
    font-size: 27px;
    line-height: 33px; }
  .heroCarousel-slide .heroCarousel-content .button {
    line-height: 42px; }
  .heroCarousel-slide .heroCarousel-content {
    left: 50%;
    margin: -10px 0 0;
    transform: translate(-50%, -50%); }
  .heroCarousel .slick-dots {
    bottom: 17px; }
  .section_one li:last-child {
    padding-right: 0; }
  .section_one li p {
    font-size: 14px;
    line-height: 20px; }
  .gemstone_bracelets .sec_content {
    right: 35px;
    max-width: 100%; }
  .gemstone_bracelets h2 {
    font-size: 30px;
    line-height: 32px; }
  .featured_collections .hover-featured p {
    left: 12px;
    font-size: 20px; }
  .featured_collections li .featured_top {
    padding: 0 0 8px 10px; }
  .featured_collections li .featured_bottom {
    padding: 8px 0 0 10px; }
  .variety_rocks_crystals .variety_left {
    width: 100%; }
  .variety_rocks_crystals .variety_left .left_inner {
    max-width: 100%; }
  .variety_rocks_crystals .variety_right {
    width: 100%; }
  .variety_rocks_crystals .variety_right ul.slick-initialized {
    padding: 20px 50px 0; }
  .variety_rocks_crystals .variety_right .slick-prev {
    top: 160px; }
  .variety_rocks_crystals .variety_right .slick-next {
    top: 160px; }
  .insta_heading li {
    width: 50%; }
  .insta_heading li:nth-child(3) {
    padding-top: 10px; }
  .footer .footer-info-col--small:first-child {
    width: 28%; }
  .footer .footer-info-col--small:nth-child(2) {
    width: 35%; }
  .footer .footer-info-col--small:last-child {
    width: 27%; }
  /*Category Page*/
  #product-listing-container .cat_top h3 {
    margin: 0 0 15px 0; }
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; }
  /*Brand Page*/
  .brands_main .page-heading {
    margin: 0 0 0 0; }
  .brandGrid .brand {
    width: 50%; }
  .brandGrid {
    margin-bottom: 0; }
  .brands_main .brandGrid .card {
    margin: 0 0 25px 0; }
  .brands_main .pagination {
    display: none; }
  /*System Page*/
  .forgotpassword_main .form-prefixPostfix .form-input {
    margin: 0 15px 15px 0; }
  body.forgotpassword_main main#main-content {
    min-height: auto; }
  .navBar--account .navBar-item {
    display: inline-block;
    margin-bottom: 15px; }
  .account .productGrid .product {
    width: 50%; }
  .page_contact_form_main section.page,
  .page_contact_form_main .navBar-section {
    margin: auto; }
  .product_main .productView .container,
  .product_page .bread_crumb .container {
    padding: 0 25px !important; }
  .product_main .releted .productCarousel,
  .product_main .releted.also_viewed .productCarousel {
    padding: 0 11.5px !important; } }

@media only screen and (max-width: 479px) {
  .footer .footet-menu {
    width: 100%; }
  body .gemstone_bracelets .button {
    width: 150px;
    height: 40px;
    line-height: 40px; }
  .heroCarousel .slick-dots {
    bottom: 5px; }
  .gemstone_bracelets h2 {
    font-size: 25px;
    line-height: 25px; }
  .section_one li p {
    font-size: 12px; }
  .sec_img img {
    max-height: 40px;
    max-width: 40px; }
  .heroCarousel-description {
    margin: -21px 0 5px 0; }
  .navBar--account .navBar-item {
    display: block;
    margin-bottom: 10px; }
  .container {
    padding: 0 25px; }
  .header .mobileMenu-toggle {
    margin: -6px 0 0 0; }
  .header .header_bottom .navUser li.navUser-item--cart {
    margin: 5px 0 0 0; }
  .header-logo-image-unknown-size {
    max-width: 150px;
    padding-top: 9px; }
  .navUser-item-cartLabel {
    display: block; }
  .navUser-item--cart__hidden-s {
    display: block; }
  .header .header_top a, .header .header_top .header_right {
    display: none; }
  .header .header_top .free_ship {
    position: inherit;
    transform: inherit;
    left: inherit;
    text-align: center;
    display: block; }
  .heroCarousel-slide .heroCarousel-content .button {
    width: 100%; }
  .heroCarousel .slick-next, .heroCarousel .slick-prev {
    top: 64%; }
  .section_one li:last-child {
    margin: 0 auto;
    float: left; }
  .default_main h3 {
    font-size: 24px;
    line-height: 35px; }
  .hp_tabs {
    padding: 53px 0 0 0; }
  .tabs .tab {
    width: 100%; }
  .tabs .tab:first-child {
    margin-bottom: 15px; }
  .tabs .tab .tab-title {
    width: 100%; }
  .tabs {
    flex-wrap: wrap; }
  .hp_tabs .slick-dots {
    bottom: -11px; }
  .gemstone_bracelets h2 {
    font-size: 25px;
    line-height: 28px; }
  .gemstone_bracelets p {
    font-size: 16px;
    line-height: 24px;
    margin: 6px 0 12px; }
  .featured_collections {
    padding: 33px 0 30px 0; }
  .featured_collections .hover-featured {
    width: 100%; }
  .featured_collections ul {
    margin: 17px 0 0; }
  .featured_collections li .featured_top {
    padding: 20px 0 10px; }
  .featured_collections li .featured_bottom {
    padding: 10px 0 0px; }
  .featured_collections .hover-featured p {
    font-size: 16px; }
  .variety_rocks_crystals .variety_left p {
    font-size: 16px; }
  .variety_rocks_crystals .variety_left .button {
    width: 100%; }
  .variety_rocks_crystals .variety_right .slick-slide h4 {
    font-size: 18px; }
  .variety_rocks_crystals .variety_right .slick-dots {
    width: calc(100% - 33%); }
  .happy_customers {
    padding: 53px 0 0 0; }
  .happy_customers li .review {
    padding: 0; }
  .happy_customers p {
    font-size: 16px;
    line-height: 24px; }
  .insta_heading {
    padding: 104px 0 32px 0; }
  .insta_heading li {
    width: 100%; }
  .insta_heading li:nth-child(2) {
    padding-top: 10px; }
  .footer .footer-info {
    margin: 0;
    display: block; }
  .footer .footer-info-col--small:first-child, .footer .footer-info-col--small:nth-child(2), .footer .footer-info-col--small:last-child {
    width: 100%; }
  .footer .footer-info-col--small:first-child, .footer .footer-info-col--small:nth-child(2) {
    padding-bottom: 20px; }
  .footer .footer-info-list li {
    text-align: left; }
  .footer .footet-menu {
    display: block; }
  .footer .footet-menu li {
    width: 50%; }
  .footer .footet-menu li:last-child {
    width: 100%; }
  .footer .footet-menu li:nth-child(3)::after {
    top: 17px; }
  /*Category Page*/
  .category_main .body {
    margin-bottom: 47px; }
  .category_banner .cate_heading {
    left: 25px; }
  .category_banner .cate_heading .page-heading {
    font-size: 19px;
    line-height: 30px; }
  #product-listing-container .actionBar {
    margin: 15px 0 0 0; }
  #product-listing-container .actionBar-section .form-field {
    width: 266px; }
  #product-listing-container .actionBar-section .form-select.form-select--small {
    padding: 1px 51px 0 2px; }
  .productGrid {
    margin: 0; }
  .page-sidebar + .page-content .productGrid .product {
    width: 100%;
    padding: 0; }
  /*Product Page*/
  .productView-images {
    margin-bottom: 49px; }
  .productView-images .productView-img-container {
    height: 255px; }
  .productView-image {
    height: 255px; }
  .productView-title {
    font-size: 22px;
    line-height: 31px; }
  .form-field .form-option-wrapper .form-option {
    width: 100%;
    margin: 0;
    min-width: 100%; }
  .form-option-wrapper {
    display: block; }
  .form-action {
    width: 100%; }
  #form-action-addToCart {
    margin-bottom: 15px;
    margin-right: 0; }
  .product_main .tab .tab-title {
    padding: 0 0 10px 0; }
  .product_main .tab:nth-child(2) {
    padding: 10px 0 0 0; }
  .product_main .tabs li {
    margin: 0; }
  .product_main .productView-description {
    margin: 7px 0 0 0; }
  .product_main .productView-description .tabs-contents p {
    font-size: 16px;
    line-height: 24px; }
  .product_main .releted .title h3 {
    font-size: 22px;
    line-height: 30px; }
  button, html input[type="button"], input[type="reset"], input[type="submit"] {
    width: 100%; }
  .productCarousel .card-figure__link {
    height: 160px; }
  .card-body .card-text {
    text-align: left; }
  .product_main .releted {
    margin: 55px 0 0 0; }
  .product_main .releted.also_viewed {
    margin: 53px 0 -2px 0;
    padding: 55px 0 0 0; }
  .product_main .body {
    margin-bottom: 55px; }
  /*SCP*/
  .account .productGrid .product {
    width: 100%;
    margin-bottom: 60px; }
  .cate_heading .page-heading {
    padding: 28px 0 0 0;
    margin: 0; }
  /*System Pages*/
  .account.account--fixed .form-actions,
  .account.account--fixed .g-recaptcha {
    max-width: 100%;
    padding: 0 15px; }
  .forgotpassword_main .form-prefixPostfix .form-input {
    margin: 0 0 15px 0;
    max-width: 100%;
    width: 100%;
    min-width: auto; }
  .forgotpassword_main .form-prefixPostfix .form-prefixPostfix-button--postfix {
    width: 100%; }
  .wishlists_main .table .table-tbody .table-actions .button + .button {
    margin-top: 10px; }
  .wishlists-table tbody.table-tbody {
    display: block; }
  .wishlists-table tbody.table-tbody tr td {
    width: 25%; }
  .wishlists-table.table--line .table-thead tr th {
    width: 24%;
    display: inline-block;
    font-size: 12px; }
  .cart_main .page-heading {
    margin: 0 0 18px 0; }
  .page-heading {
    font-size: 25px;
    line-height: 34px;
    padding: 20px 0 12px 0; }
  .error_msg svg {
    width: 100%; }
  .cart_main .cart-totals .cart-total {
    text-align: left; }
  .cart_main .coupon-form .button, .cart_main .gift-certificate-code .button {
    padding-top: 1px !important;
    padding-bottom: 3px !important;
    font-size: 11px;
    vertical-align: middle;
    float: none; }
  .cart_main .cart-total .estimator-form .button--primary {
    float: right;
    font-size: 15px;
    padding: .57143rem 0.5rem; }
  .login_main .login-row {
    margin-top: 30px; }
  /*Brand Page*/
  .brandGrid {
    margin: 0; }
  .brandGrid .brand {
    width: 100%; }
  /*CMS Page*/
  .location-block .address {
    width: 100%; }
  .page_main .cms_cnt .location-block li {
    width: 100%; }
  .page_contact_form_main .page {
    margin: 0; }
  .page_contact_form_main ul {
    margin: 0; }
  .page_contact_form_main .navBar-action {
    padding: 0; }
  .page_contact_form_main .navBar-section a {
    font-size: 14px;
    padding: 5px 10px; }
  .page_main .cms_cnt h5 {
    font-size: 20px; }
  .cms_cnt p {
    margin-bottom: 0; }
  .g-recaptcha > div {
    width: 270px !important; }
  .account .productGrid .product h3.card-title {
    height: auto; }
  .page_contact_form_main .body .container {
    padding: 0 25px; }
  .editaccount_main .form-row .form-field,
  .account .productGrid .product,
  .account_inbox_main .account .account-body .account-content,
  .account_orderstatus_main .account-content {
    padding: 0 5px; }
  .wishlists_main .body .container,
  .account_addressbook_main .body .container {
    padding: 0 25px; }
  .footer .footer-info-heading,
  footer.footer .footer-info-list li,
  .footer .footet-menu li {
    text-align: center; }
  .footer .footer-info-list p {
    margin: 0 auto;
    text-align: center; }
  .footer .footet-menu li a {
    padding: 0; }
  .footer .footet-menu li {
    padding: 4px 8px; }
  .footer .footet-menu li::after {
    display: none; } }

/*Responsive End*/
.price--discounted, .price--non-sale, .price--rrp {
  display: none; }

.account_banner {
  background: #e6ecfc; }

.account_banner h3 {
  margin: 0 0 10px;
  font-size: 26px;
  letter-spacing: 0.14px; }

.account_banner p, .account_banner ul li {
  margin: 0;
  font-family: Poppins,sans-serif;
  letter-spacing: 0.14px;
  font-size: 16px; }

.banner_container ul {
  margin-bottom: 0; }

.banner_container {
  padding: 20px 0 15px;
  max-width: 340px;
  margin: 0 auto; }

#product-listing-container .best-seller .productGrid .product .card {
  margin-bottom: 0; }

.best-seller .page-heading {
  padding: 0; }

.best-seller {
  margin: 0px 0 50px;
  float: left;
  width: 100%; }

.best-seller .slick-list {
  width: 100%;
  float: left; }

.best-seller .productGrid {
  width: 100%;
  float: left;
  margin: 0px; }

/**/
.show_mobile {
  display: none; }

.banner_container {
  padding: 0;
  max-width: 100%; }

.left-banner, .right-banner {
  width: 50%;
  margin: 0 -2px;
  vertical-align: middle;
  display: inline-block; }

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

.right-banner {
  padding: 0 70px; }

.banner_container ul {
  margin: 16px 0 0 0px;
  list-style: none; }

.banner_container ul li {
  margin: 0 0 4px; }

.banner_container ul li span {
  display: inline-block;
  font-size: 33px;
  color: #1046de;
  vertical-align: middle;
  margin: 0 8px 0 0; }

.createaccount_main .account.account--fixed::before {
  content: "";
  background: url(https://iceimports.com/content/vines.svg);
  width: 375px;
  height: 507px;
  display: inline-block;
  position: absolute;
  left: 35px;
  top: 87px;
  z-index: -1; }

.createaccount_main .account.account--fixed::after {
  content: "";
  background: url(https://iceimports.com/content/vines-flipped.svg);
  width: 375px;
  height: 507px;
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 87px;
  z-index: -1; }

.createaccount_main .page-heading {
  padding: 66px 0 0 0; }

.g-recaptcha > div {
  margin: auto; }

.createaccount_main .form {
  margin: 0 0 6px; }

@media only screen and (max-width: 1199px) {
  .createaccount_main .page-heading {
    margin: 0 0 3rem; }
  .createaccount_main .account.account--fixed::after {
    right: 0; }
  .createaccount_main .account.account--fixed::before {
    left: 0px; }
  .createaccount_main .account.account--fixed::before,
  .createaccount_main .account.account--fixed::after {
    width: 275px;
    background-size: contain;
    background-repeat: no-repeat; } }

@media only screen and (max-width: 990px) {
  .header_sticky .header_top .free_ship {
    position: fixed;
    top: 0;
    background: #fff;
    padding: 5px 10px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 280px;
    box-shadow: 0 0 5px #000;
    border: 1px solid #000; }
  .header .header_top a {
    margin: -8px 0 0 0; }
  .header .header_top .header_right {
    display: none; }
  .page.cat_page {
    overflow: hidden;
    padding: 0 20px 0 0; }
  .right-banner {
    padding: 0px 40px; }
  .banner_container ul li {
    margin: 0; }
  .banner_container ul {
    margin: 6px 0 0 0; }
  .account_banner h3 {
    margin: 0px 0 5px;
    font-size: 20px; }
  .account_banner p, .account_banner ul li {
    font-size: 14px; }
  .createaccount_main .account-body {
    margin: 0;
    padding: 0 60px; }
  .createaccount_main .account.account--fixed::before,
  .createaccount_main .account.account--fixed::after {
    width: 200px;
    top: 50px; }
  .createaccount_main .page-heading {
    padding: 0px; } }

@media only screen and (min-width: 767px) {
  div[data-hero-slide="3"] .heroCarousel-content {
    left: auto;
    right: 70px; }
  div[data-hero-slide="2"] .heroCarousel-content {
    margin: 40px 0 0 40px; } }

@media only screen and (max-width: 767px) {
  .left-banner, .right-banner {
    margin: auto;
    width: 100%; }
  .right-banner {
    padding: 20px; } }

@media only screen and (max-width: 550px) {
  .createaccount_main .page-heading {
    margin: 3rem 0 0;
    display: inline-block;
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .createaccount_main .account.account--fixed::after,
  .createaccount_main .account.account--fixed::before {
    width: 140px;
    top: 40px; }
  .createaccount_main .account-body {
    margin: 15px 0 0;
    padding: 0px; }
  .createaccount_main .account.account--fixed .form-row.form-row--half {
    padding: 0 20px; }
  .g-recaptcha > div {
    margin: 0; }
  .createaccount_main .account.account--fixed .form-actions, .createaccount_main .account.account--fixed .g-recaptcha {
    padding: 0px; } }

body [data-sub-layout-container="af93c7ea-a738-40f4-bf45-d469496f2df1"],
body [data-sub-layout-container="d523dd80-3f8f-4cbb-9961-9e7f428ce73f"] {
  border: 0px; }

body .sd-button-f500a546-0154-4bbf-a171-5dd7c78a9093 #buttonLink > a {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-family: Poppins,sans-serif;
  color: #fff;
  padding: 6px 41px;
  border: 2px solid #567be3;
  background-color: #567be3;
  border-radius: 50px; }

body .sd-button-f500a546-0154-4bbf-a171-5dd7c78a9093 #buttonLink > a:hover {
  color: #567be3;
  background: #fff;
  border: 2px solid #567be3; }

body .sd-simple-text-80d638ba-d871-4358-a4c9-c46277abe57b * {
  margin: 4px 0 0;
  font-weight: 400 !important;
  line-height: 32px;
  color: #000000;
  display: inline-block;
  font-family: Libre Baskerville,serif !important; }

.navPages-item:first-child .navPage-subMenu.is-open .navPage-subMenu-list .navPage-subMenu-item:nth-child(4n+1) {
  clear: none; }

.navPages .navPages-list .navPages-item:first-child .navPage-subMenu-list .navPage-subMenu-item:last-child {
  clear: left; }

.cart-gift-certificate-form .form-input, .coupon-form .form-input {
  float: none;
  vertical-align: middle; }

.cart_main .coupon-form .button, .cart_main .gift-certificate-code .button {
  vertical-align: middle;
  float: none; }

.eapps-instagram-feed-posts-item-visible.eapps-instagram-feed-posts-item-loaded {
  padding: 5px; }

.card-body .card-text {
  text-align: center; }

.page iframe {
  max-width: 100%; }

@media only screen and (min-width: 1499px) {
  .header.header_fixed .header_bottom .navPages-container {
    width: calc(100% - 554px);
    padding-left: 15px; } }

.all_link {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 9; }
