/** Shopify CDN: Minification failed

Line 453:14 Expected identifier but found whitespace
Line 453:15 Unexpected "20px"
Line 5670:2 Unexpected "{"

**/
body, h1 {
/*  */
}

.custom-shipping-wrapper {
    display: flex;
    justify-content: space-evenly;
    padding-top: 78px;
    padding-bottom: 53px;
}
.custom-shipping-wrapper .shipping-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}
.custom-shipping-wrapper .shipping-info h1 {
    margin: 0;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}
.custom-shipping-wrapper .shipping-info p {
    max-width: 100%;
    width: 285px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.custom-shipping-wrapper .shipping-info img {
    width: 100px;
    height: 100px;
}
#loading_container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#loading_container .loading_indicator {
  width: 501px;
  height: 11px;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  margin: 100px auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #000;
  display: block;
}
#loading_container .loading_indicator:before {
  content: "";
  position: absolute;
  left: -50%;
  height: 11px;
  width: 40%;
  background-color: #2C2C54;
  -webkit-animation: lineAnim 10s linear infinite;
  -moz-animation: lineAnim 10s linear infinite;
  animation: lineAnim 10s linear infinite;
  -webkit-border-radius: 26px;
   -moz-border-radius: 26px;
  border-radius: 26px;
}
#loading_container img {
    width: 250px;
    margin: 0 auto;
}

#loading_container h1 {
  color: #000;

  font-size: 35px;
  font-weight: 400;
}
div#loading_indicator-warp {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-position: center;
}
.shopify-section.collection-images .collection-wrapper {
    padding: 77px 44px 65px;
}

.section-header , .shopify-section-group-footer-group, .announcement-bar-section{
  display: none;
}
.collection-wrapper .collection-text h1 {
    margin: 0;
    color: #000;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.collection-wrapper .collection-text p {
    max-width: 100%;
    width: 870px;
    margin: 19px auto 0;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.collection-wrapper .custom-collection-text-image-wrap {
    /* margin-top: 85px; */
    margin-top: 35px;
    display: flex;
    gap: 36px;
}
.collection-wrapper .custom-collection-text-image-wrap .custm-collection-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    cursor: pointer;
}
.collection-wrapper .custom-collection-text-image-wrap .custm-collection-img img {
    width: 100%;
    transition: all 0.5s ease;
    height: 100%;
    object-fit: cover;
}
.collection-wrapper .custom-collection-text-image-wrap .custm-collection-img h1 {
    margin: 0;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}
.collection-wrapper .custom-collection-text-image-wrap .custm-collection-img a {
    color: #5E5D5D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: unset;
    display: flex;
    align-items: center;
    transition: 0.5s ease;
}
.collection-wrapper .custom-collection-text-image-wrap .custm-collection-img a span {
    display: flex;
    align-items: center;
    gap: 11px;
}
.collection-wrapper .custom-collection-text-image-wrap .custm-collection-img a span svg {
    margin-top: 6px;
}
.custom-content-slider-wrap {
    display: flex;
    /* padding: 65px 51px 57px 53px;
    height: 800px; */
}
.custom-content-slider-wrap .right-side-image-slider * {
    height: 100%;
}
.custom-content-slider-wrap .content-info {
    width: 50%;
    background: #F7F4F4;
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: 70px 75px 76px 45px;
}
.custom-content-slider-wrap .content-info a.btnn-hover {
    padding: 15px;
}
.custom-content-slider-wrap .content-info h1 {
    color: #000;
    font-size: 35px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.custom-content-slider-wrap .content-info p {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.custom-content-slider-wrap .content-info a {
    width: 210px;
    height: 45px;
}
.custom-inventory-wrap {
    display: flex;
    height: 620px;
}
.custom-inventory-wrap .inventory-left-image {
    width: 50%;
}
.custom-inventory-wrap .invertory-content-slider {
    width: 50%;
    background: #F7F4F4;
    padding: 40px 60px 25px 50px;
}
.custom-inventory-wrap .invertory-content-slider h1 {
    margin: 0;
    color: #000;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
}
.custom-inventory-wrap .invertory-content-slider p {
    color: #000;
    /* font-size: 20px; */
    font-weight: 400;
    line-height: normal;
    margin: 20px 0 25px;
}
.custom-content-slider-wrap .right-side-image-slider {
    width: 50%;
}
.custom-content-slider-wrap .right-side-image-slider .owl-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.custom-content-slider-wrap .right-side-image-slider .owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    height: auto;
    position: absolute;
    right: 51%;
    bottom: 20px;
}
.custom-content-slider-wrap .right-side-image-slider .owl-carousel .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 0.5px solid #D9D9D9;
}
.custom-content-slider-wrap .right-side-image-slider .owl-carousel .owl-dots button.owl-dot.active {
    background: #818080;
    border: unset;
}
.custom-content-slider-wrap .content-info a {
    text-decoration: unset;
}
.collection-wrapper .custom-collection-text-image-wrap .custm-collection-img:hover img {
    transform: scale(1.07);
    overflow: hidden;
}
.custom-banner-slider .banner-wrapper {
    display: flex;
    max-height:520px;
    justify-content:center;
    max-width:1800px;
    width:100vw;
    margin:auto;
  overflow:hidden;
}
.custom-banner-slider .banner-wrapper .banner-img-wrapper {
    width:100%;
    /* display: flex;
    justify-content: center; */
    height:100%;
}
.custom-banner-slider .banner-wrapper .banner-text {
    width: 50%;
    padding-top: 167px;
    padding-left: 122px;
    background: #F7F4F4;
}
.custom-banner-slider .banner-wrapper .banner-text h1 {
    margin: 0;
    color: #000;
/*      */
    font-size: 45px;
    font-weight: 400;
    line-height: normal;
    width: 430px;
    max-width: 100%;
}
.custom-banner-slider .banner-wrapper .banner-text p {
    margin: 29px 0 39px;
    color: #898585;
/*      */
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 430px;
    max-width: 100%;
}
 .custom-banner-slider .banner-wrapper .banner-text a {
    width: 210px;
    height: 45px;
} 
.custom-banner-slider .banner-wrapper .banner-img-wrapper .banner-img-content {
    width: 100%;
    height: 100%;
}
.custom-banner-slider .banner-wrapper .banner-img-wrapper .banner-img-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-banner-slider {
  position: relative;
}
.custom-banner-slider .owl-dots {
    display: flex;
    position: absolute;
    bottom: 34px;
    left: 122px;
}
.custom-banner-slider .owl-dots .owl-dot span {
    color: #A6A2A2;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.custom-banner-slider .owl-dots .owl-dot.active span {
    color: #000;
}
.custom-banner-slider .owl-dots .owl-dot:last-child span {
    width: 25px;
    display: inline-flex;
    overflow: hidden;
}
.custom-inventory-wrap .inventory-left-image img {
    width: 100%;
    height: 100%;
}
.collection-wrapper .custom-collection-text-image-wrap .custm-collection-img .custm-coll-img-wrapp {
    overflow: hidden;
    height: 500px;
    position: relative;
    width: 100%;
}
.custom-inventory-wrap .invertory-content-slider .invent-btn {
    width: 210px;
    height: 45px;
}
.section-header header.header {
    width: 100%;
    max-width: 100%;
    padding-left: 26px !important;
    grid-template-columns: 1fr auto 1fr;
}
.section-header .header .header__inline-menu .list-menu a span {
    color: #000;
/*      */
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
.newsletter.center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 55px 0 61px;
    gap: 90px;
}
.newsletter.center .newsletter__wrapper {
    padding: 0;
}

.newsletter.center .newsletter__wrapper .inline-richtext {
    color: #000;

    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.newsletter.center .newsletter__wrapper .newsletter__subheading {
    margin: 0;
    color: #000;
/*      */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.newsletter.center .newsletter__wrapper ~ div {
    width: 580px;
}
.newsletter.center form#contact_form {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
.owl-carousel .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border: 0.5px solid #818080;
    border-radius: 50%;
}
.custom-inventory-wrap .invertory-content-slider .inventory-btn-wrapp {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    margin-top: 20px;
}
.owl-carousel .owl-dots button.owl-dot.active {
    background: #818080;
}
.custom-inventory-slider .owl-carousel .owl-dots {
    margin-top: 5px;
}
.newsletter.center form#contact_form .newsletter-form__field-wrapper {
    width: 100%;
    max-width: 100%;
}
.newsletter.center form#contact_form .newsletter-form__field-wrapper button#Subscribe {
    background: #000;
    color: #FFF;
/*      */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 209px;
}
/*.newsletter.center form#contact_form .newsletter-form__field-wrapper input {
    height: 78px;
}
 .newsletter.center form#contact_form .newsletter-form__field-wrapper label.field__label {
    color: #000;
/*      */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top: 26px;
    left: 32px;
} */
.shopify-section-group-footer-group footer.footer {
    background: #2C2C54;
}

.shopify-section-group-footer-group footer.footer .footer-block .footer-block__details-content li {
    line-height: 1;
    margin-bottom: 18px;
}
.shopify-section-group-footer-group footer.footer .footer-block .footer-block__details-content li a.link , .custom-mail-contact{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0;
}
.shopify-section-group-footer-group footer.footer .footer-block__image-wrapper {
    max-width: 100% !important;
}
.announcement-bar-section .custom-annoucement-wrap {
    display: flex;
    justify-content: space-between;
    padding: 14px 26px;
    background: #2C2C54;
}
.announcement-bar-section .custom-annoucement-wrap .announce-left-wrap {
    display: flex;
    gap: 8px;
}
.announcement-bar-section .custom-annoucement-wrap p {
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin: 0;
    font-size: 12px;
    cursor: pointer;
}
.announcement-bar-section .custom-annoucement-wrap p span {
    margin-right: 8px;
}

.tab-content-wrapp {
    display: flex;
}
.tab-content-wrapp .tab-cont-info-wrap {
    width: 30%;
    padding-right: 20px;
}
.tab-content-wrapp .tab-img-wrap {
    width: 70%;
    display: flex;
    gap: 34px;
}
.tab-content-wrapp .tab-img-wrap .tab-single-imgg {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}
.tab-content-wrapp .tab-img-wrap .tab-single-imgg img {
    width: 100%;
    transition: 0.5s ease;
}
.tab-content-wrapp .tab-img-wrap .tab-single-imgg h1 {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

  .coll-tab-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-x: hidden;
    background: #F7F4F4;
  }

  .coll-tab-wrapper .coll-tab {
    position: relative;
    width: 100%;
    margin-bottom: 35.5px;
    overflow: hidden;
    text-align: center;
    padding-top: 81px;
  }

.coll-tab-wrapper .coll-tab .btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: background-color .3s;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin-right: 24px;
    padding-bottom: 14px;
}
.coll-tab-wrapper .coll-tab .btn.active {
    border-bottom: 1px solid #000;
}

.coll-tab-wrapper .tabContentWrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 58px 81px;
  }

.coll-tab-wrapper .tabContentWrap .tabContent {
    display: none;
    opacity: 0;
    transition: opacity 2s;
  }
.coll-tab-wrapper .tabContentWrap .tabContent.show {
    display: block;
    opacity: 1;
}
.tab-content-wrapp .tab-cont-info-wrap h1 {
    margin: 0;
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tab-content-wrapp .tab-cont-info-wrap p {
    margin: 22px 0 32px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.tab-content-wrapp .tab-cont-info-wrap a.tab-buy-btn {
    width: 210px;
    height: 45px;
}
.color-background-1.gradient .video-section.isolate {
    /* max-width: 100%; */
    width: 100%;
    padding: 0;
}
[class*="animation"]:not(.start) {
    animation: none !important;
} 
.animation {
    opacity: 0;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    /* animation: scrollDiv; */
}

.animation.start {
   animation: scrollDiv;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
.animation.start .collection-wrapper .collection-text h1,
.animation.start .collection-text p,
.coll-tab-wrapper .coll-tab {
  animation: scrollDiv;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
.animation.start .collection-text p {
    animation-delay: 0.5s !important;
}

.animation.start .collection-wrapper .custom-collection-text-image-wrap .custm-collection-img,
.animation.start .collection-wrapper .custom-collection-text-image-wrap,
.animation.start .custom-inventory-wrap .invertory-content-slider,
.animation.start .custom-shipping-wrapper{
  animation: scrollDivDown;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-delay: 0.8s !important;
}
.animation.start .coll-tab-wrapper .tabContentWrap .tabContent.show {
  animation: scrollDivDown;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-delay: 0.2s !important;
}

.announcement-bar-section .custom-annoucement-wrap p {
    display: flex;
    align-items: center;
}
.tab-content-wrapp .tab-img-wrap .tab-single-imgg .tab-img-ribbon {
    position: absolute;
    top: 13px;
    z-index: 9;
    left: 19px;
    display: none;
    transition: all 0.5s ease;
}
.tab-content-wrapp .tab-img-wrap .tab-single-imgg .tab-imgg-infoo {
    transition: all 0.5s ease;
    overflow: hidden;
}
.tab-content-wrapp .tab-img-wrap .tab-single-imgg:hover img {
    transform: scale(1.1);
}
.tab-content-wrapp .tab-img-wrap .tab-single-imgg .tab-img-ribbon p {
    margin: 0;
    color: #000;
/*      */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #fff;
    padding: 1px 6px;
    margin-bottom: 3px;
}
.tab-content-wrapp .tab-img-wrap .tab-single-imgg .tab-imgg-infoo:hover .tab-img-ribbon {
    display: block;
}
.shopify-section-group-footer-group footer.footer .footer-botm-cstm {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.shopify-section-group-footer-group footer.footer .footer-botm-cstm .footer-social-icons {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
.shopify-section-group-footer-group footer.footer .footer-botm-cstm .footer-info p{
    color: #FFF;

    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.shopify-section-group-footer-group footer.footer .footer-botm-cstm .footer-info p a {
    color: #fff;
    text-decoration: unset;
}
.shopify-section-group-footer-group footer.footer .footer-botm-cstm .copyright-info span {
    color: #FFF;

    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.shopify-section-group-footer-group footer.footer .footer__content-bottom-wrapper {
    padding: 0;
}
.shopify-section-group-footer-group footer.footer .footer__content-top {
    padding: 0 0 35px;
}
.header__icons .header__icon--account.link svg {
    width: 20px;
    margin-right: 6px;
}
@media only screen and (min-width:1024px;) {
  .banner.banner--content-align-center {
    height: 323px;
    min-height: 323px;
}
}
.banner__content .banner__box {
    background: unset;
      padding-top: 0;
}
.banner__content.banner__content--middle-center {
    align-items: flex-start;
}
.banner__content .banner__box .banner__heading {
    font-size: 50px;

    color: #fff;
    line-height: normal;
    font-weight: 400;
}
.banner__content .banner__box .banner__text {
    margin-top: 0;
}
.banner__content .banner__box .banner__text p {
    font-size: 22px;
    text-align: center;
    color: #fff;

    line-height: normal;
    font-weight: 400;
}
.banner__content .banner__box .banner__buttons a.button.button--primary {
    background: #fff;
    opacity: 1;
    font-size: 22px;
    line-height: normal;
    width: 267px;
    height: 58px;
    color: #000;
    font-weight: 400;
}
.banner.banner--content-align-center .banner__content {
    align-items: flex-start;
    justify-content: flex-start;
}
.banner.banner--content-align-center .banner__content .banner__box {
    text-align: left;
}
.page-width.collection-list-cstm-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 43px 40px 54px;
    margin: 0;
}
.page-width.collection-list-cstm-wrapper ul.collection-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    row-gap: 69px;
}
.page-width.collection-list-cstm-wrapper ul.collection-list .collection-list__item {
    width: 100%;
    max-width: 100%;
}
.page-width.collection-list-cstm-wrapper ul.collection-list .collection-list__item .card .card__content {
    margin-top: 29px;
}
.page-width.collection-list-cstm-wrapper h1.title {
    margin: 0;
}
.page-width.collection-list-cstm-wrapper ul.collection-list .collection-list__item .card .card__content .card__information {
    padding: 0;
}
.page-width.collection-list-cstm-wrapper ul.collection-list .collection-list__item .card .card__content .card__information h3.card__heading {
    color: #000;

    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.page-width.collection-list-cstm-wrapper ul.collection-list .collection-list__item .card .card__content .card__information h3.card__heading a {
    color: #5E5D5D;
/*      */
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-top: 22px;
    transition: 0.3s ease;
}
/* .page-width.collection-list-cstm-wrapper ul.collection-list .collection-list__item:hover a {
    transform: scale(1.07);
} */
.coll-ann-banner-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: #F7F4F4;
}
.coll-ann-banner-wrap .coll-banner-imgg img {
    width: 250px;
    height: 250px;
}
.coll-ann-banner-wrap .coll-banner-imgg {
    width: 32%;
    text-align: right;
}
.coll-ann-banner-wrap .coll-banner-info {
    width: 68%;
}
.coll-ann-banner-wrap .coll-banner-info h1 {
    color: #000;

    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin: 0 0 29px;
}
.coll-ann-banner-wrap .coll-banner-info p {
    color: #000;
    text-align: left;

    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.collection-hero.collection-hero--with-image {
    padding: 0 !important;
    background: #F5F1F1;
}
.collection-hero.collection-hero--with-image .collection-hero__inner {
    flex-direction: column-reverse;
}
.collection-hero.collection-hero--with-image .collection-hero__inner .collection-hero__image-container {
    background: unset;
    border: unset;
}
.collection-hero.collection-hero--with-image .collection-hero__inner .collection-hero__text-wrapper .collection-hero__title {
    color: #000;
/*      */
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0 0 14px;
}
.collection-hero.collection-hero--with-image .collection-hero__inner .collection-hero__text-wrapper .collection-hero__description span {
    color: #000;
    text-align: center;
/*      */
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}
.collection-product-grid-section .custom-coll {
    padding: 0;
}
.custom-coll .cstm-collection {
    max-width: 100%;
    width: 100%;
    padding: 0;
    gap: 19px;
}
.custom-coll .cstm-collection aside#main-collection-filters {
    background: #FBF8EA;
    padding: 25px 32px;
}
/* .custom-coll .cstm-collection .product-grid-container {
    padding-top: 86px;
    padding-right: 65px;
} */
.custom-coll .cstm-collection .product-grid-container .grid.product-grid {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 23px;
    row-gap: 29px;
}
.page-ready-stock .custom-coll .cstm-collection .product-grid-container .grid.product-grid {
    /* margin: 0;
    display: block; */
}
.custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item {
    width: 100%;
    max-width: 100%;
    position: relative;
}
/* .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item:nth-child(4) {
    grid-column: 1 / 3;
} */
.page-ready-stock .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item:nth-child(4) {
    grid-column: unset;
}

.collection-customization-section {
    display: flex;
    background: #F5F1F1;
    gap: 89px;
    padding: 41px 120px;
}
.collection-customization-section .customization-image {
    width: 25%;
}
.collection-customization-section .customization-content {
    width: 75%;
}
.collection-customization-section .customization-image .custom-img-bg-wrapper {
    width: 250px;
    height: 250px;
    background: #fff;
    border-radius: 50%;
}
.collection-customization-section .customization-image img {
    width: 220px;
    height: 220px;
    margin: 15px;
}
.collection-customization-section .customization-content h1 {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 24px;
}
.collection-customization-section .customization-content p {
    margin: 0 0 18px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.collection-customization-section .customization-content span {
    color: #932A2A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 9px;
}
/* .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item:last-child {
    grid-column: 2 / 4;
} */
.custom-coll .cstm-collection aside#main-collection-filters .facets-container {
    position: sticky;
    top: 142px;
    left: 0;
}
.collection-banner-image-content {
    background: #F5F1F1;
    /* padding-bottom: 39px; */
}
.collection-banner-image-content .banner-image {
    width: 350px;
    margin: 0 auto;
}
.collection-banner-image-content .banner-image img {
    width: 100%;
}
.collection-banner-image-content .banner-content {
    max-width: 100%;
    width: 870px;
    margin: 0 auto;
}
.collection-banner-image-content .banner-content h1 {
    margin: 0 0 14px;
    color: #000;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.collection-banner-image-content .banner-content p {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.product__info-wrapper .product__info-container .product__title h1 {
    color: #2C2C54;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 16px;
    font-family: Playfair Display;
}
.product .product__info-wrapper p {
    font-size: 14px;
    color: #5c5c5c;
    margin: 20px 0;
}
.product-section-wrap.page-width {
    max-width: 100%;
    width: 100%;
    padding: 30px 40px;
    background: unset;
}
.product-section-wrap.page-width .product.grid .grid__item.product__media-wrapper {
    max-width: 50%;
    width: 50%;
}
.product-section-wrap.page-width .product.grid .product__info-wrapper {
    width: 50%;
    max-width: 50%;
    padding-left: 26px;
}
.product-section-wrap .product.grid .product__info-wrapper .custom-product-tabs .tab .btn.active {
    border: 1px solid #000;
    background: #fff;
}
.product-section-wrap .product.grid .product__info-wrapper .custom-product-tabs .tab {
    display: flex;
}
.product-section-wrap .product.grid .product__info-wrapper .custom-product-tabs .tab .btn {
    border: 0.5px solid #000;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    background: rgba(239, 226, 226, 0.76);
}
.product-section-wrap .product.grid .product__info-wrapper .custom-product-tabs .tab .btn:hover {
    background: #fff;
}
.product-section-wrap .product.grid .product__info-wrapper .custom-product-tabs .tabContentWrap {
    border: unset;
    padding: 1px;
}
.product-section-wrap .product.grid .product__info-wrapper .accordion-container .accordion-content .product-tab-heading {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 15px;

}
.product__info-wrapper .product__info-container .product__title {
    margin: 0;
}
.product__info-wrapper .product__info-container .product__description {
    margin: 0 0 36px;
}
.product__info-wrapper .product__info-container .product__description span {
    color: #363636;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.product-section-wrap .product__info-wrapper .custom-product-tabs {
    padding: 45px 22px;
    border: 1px solid #000;
    margin: 50px 0 0;
    position: relative;
}
.product-section-wrap .product.grid .product__info-wrapper .custom-product-tabs .tab {
    display: flex;
    z-index: 99;
    position: absolute;
    background: rgba(239, 226, 226);
    width: fit-content;
    top: -22px;
    left: 21px;
}
.product-section-wrap .product.grid .product__info-wrapper .accordion-content .product-details table {
    border: unset;
    box-shadow: none;
    width: 100%;
}
.product-section-wrap .product.grid .product__info-wrapper .accordion-content .product-details table th {
    background: #CFE6EF;
    text-align: left;
    color: #000;

    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 25px;
    width: 168px;
}
.product-section-wrap .product.grid .product__info-wrapper .accordion-content .product-details table tr {
    border: 0.5px solid rgba(0, 0, 0, 0.59);
    background: #E1E1E1;
}
.product-section-wrap .product__media-wrapper ul .product__media .image-magnify-lightbox {
    margin: 0;
}
.product-section-wrap .product__media-wrapper ul {
    margin-bottom: 28px;
    gap: 9px;
}
.product-section-wrap .product__media-wrapper .thumbnail-slider ul li img {
    margin: 0;
}
.product-section-wrap .product.grid .product__info-wrapper .custom-product-tabs .tabContentWrap .product-tab-content {
    margin-bottom: 52px;
}
.product-section-wrap .product.grid .product__info-wrapper .custom-product-tabs .tabContentWrap .product-tab-content:last-child {
    margin-bottom: 0;
}
.product-section-wrap .product__media-wrapper ul li .product-media-container.media-type-image {
    width: 100%;
    max-width: 100%;
}
.product-section-wrap .product__media-wrapper .thumbnail-slider {
    padding: 0 15px;
}
.product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap {
    display: flex;
    flex-direction: column;
    gap: 27px;
    margin: -5px;
}
.product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .table-4cs-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .table-4cs-info .left-4cs,
.product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .table-4cs-info .right-4cs {
    border-radius: 15px;
    border: 0.5px solid #000;
    overflow: hidden;
    width: 150px;
    max-width: 100%;
}
.product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .table-4cs-info .left-4cs h1,
.product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .table-4cs-info .left-4cs p,
.product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .table-4cs-info .right-4cs h1,
.product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .table-4cs-info .right-4cs p{
    color: #000;

    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0;
    padding: 3px 20px;
    border-bottom: 0.5px solid #000;
}
.product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .table-4cs-info .left-4cs p,
.product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .table-4cs-info .right-4cs p {
     border-bottom: unset;
}
.product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .table-4cs-info .left-4cs h1,
.product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .table-4cs-info .right-4cs h1{
    background: #CFE6EF;
}
.product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .center-4cs {
    display: flex;
    justify-content: center;
    position: relative;
}
.product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .center-4cs .center-4cs-info {
    background: #fff;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.30));
    z-index: 1;
}
.product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .center-4cs .center-4cs-info h1 {
    color: #000;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-align: center;
}
.product-section-wrap .product__media-wrapper ul li .product__media img.image-magnify-hover {
    margin: 0;
}
.custom-product-grid-slider {
    background: #000;
    padding: 50px 100px;
}
.custom-product-grid-slider .product-border {
    border: 1px solid #fff;
    position: relative;
    padding: 50px 80px;
}
.custom-product-grid-slider .product-border .left-side-content {
    position: absolute;
    width: auto;
    top: -18px;
    padding: 0 15px;
    background: #000;
    left: 157px;
}
.custom-product-grid-slider .product-border .left-side-content h1 {
    margin: 0;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.custom-product-grid-slider .product-border .owl-carousel .owl-dots button.owl-dot.active {
    background: #E3BFBF;
}
.custom-product-grid-slider .product-border .owl-carousel .owl-dots button.owl-dot {
    background: #fff;
}
.custom-banner-slider .banner-wrapper .banner-text a:hover svg path,
.tab-content-wrapp .tab-cont-info-wrap a.tab-buy-btn:hover svg path,
.custom-content-slider-wrap .content-info a:hover svg path,
.custom-inventory-wrap .invertory-content-slider .invent-btn:hover svg path{
    fill: #2c2c54;
} 
.custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .button.rfq-collection-btn.rfq-btn {
    position: absolute;
    top: unset;
    display: none;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    width: 100%;
    left: 0;
    right: 0px;
    border: unset;
    height: auto;
    min-height: auto;
    padding: 12px 25px;
    bottom: 70px;
}
/* .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .card .card__inner {
    height: 300px;
} */
.custom-coll .cstm-collection .product-grid-container div#gf-grid .collection-banner.products img {
    width: 100%;
    height: 100%;
}
.custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item:hover .button.rfq-collection-btn.rfq-btn {
    display: block;
}
.custom-coll .cstm-collection .product-grid-container div#gf-grid .collection-banner.products {
    grid-column: 1/5;
    height: 250px;
}
.custom-coll .cstm-collection .product-grid-container div#gf-grid .collection-banner.products img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-product-grid-slider .product-border .owl-carousel .owl-stage-outer {
    margin-bottom: 50px;
    /* height: 500px; */
}
.custom-product-grid-slider .product-border .owl-carousel .owl-stage-outer .product-image-info {
    height: 500px;
}
.custom-product-grid-slider .product-border .owl-carousel .owl-stage-outer .product-image-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .rfq-variant-selector {
    display: none;
}
.custom-product-grid-slider .product-border .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 30%;
    bottom: -9px;
    /* background: #fff; */
    width: 80px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.wishlist-hero-custom-button.wishlisthero-floating {
    position: absolute;
    bottom: 8px;
    top: unset;
    left: 5%;
}
.wishlist-hero-custom-button.wishlisthero-floating:hover {
  background: unset;
}
.wishlist-hero-custom-button.wishlisthero-floating > div {
    position: absolute;
    bottom: 0px;
}
.custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .button.rfq-collection-btn.rfq-btn:after {
    box-shadow: unset;
}
.custom-product-grid-slider .product-border .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 30%;
    left: unset;
    bottom: -9px;
    /* background: #fff; */
    width: 80px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset;
    border-radius: 50%;
}
.custom-product-grid-slider .product-border .owl-carousel .owl-nav button.owl-prev span,
.custom-product-grid-slider .product-border .owl-carousel .owl-nav button.owl-next span {
    font-size: 0px;
}
.product__info-wrapper .product__info-container variant-radios legend.form__label {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    line-height: normal;
}
.product__info-wrapper .product__info-container variant-radios {
    margin-bottom: 20px;
        border-top: 1px solid #00000033;
    border-bottom: 1px solid #00000033;
    padding: 20px 0;
}
fieldset.custom-jewelry-material {
    margin-bottom: 30px;
}
.product-section-wrap.page-width .product.grid .product__info-wrapper .product__info-container.product__column-sticky {
    position: unset;
    margin-bottom: 50px;
}
.collection.featured-collection-wrap {
    padding: 60px 60px 100px 70px;
    position: relative;
}
.collection.featured-collection-wrap .collection__title {
    max-width: 100%;
    padding: 0;
    margin-bottom: 23px;
}
.collection.featured-collection-wrap .collection__title .title {
    color: #000;

    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.collection.featured-collection-wrap .slider-component-full-width ul {
    margin: 0;
    gap: 21px;
}
.collection.featured-collection-wrap .slider-component-full-width .slider-buttons {
    position: absolute;
    top: -60px;
    width: auto;
    right: 0px;
}
.collection.featured-collection-wrap .slider-component-full-width .slider-buttons .underlined-link {
    color: #000;
    text-align: center;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
.collection.featured-collection-wrap .slider-component-full-width .slider-buttons button svg {
    height: 8px;
    color: #000;
}
.custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item a.icon-wishlist-heart-empty {
    top: 25px !important;
    bottom: 0;
    height: 28px;
    right: 2% !important;
    left: unset !important;
}
.custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .card .card__heading a {

    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: normal;
    text-decoration: unset;
}
.custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item a.icon-wishlist-heart-empty i.heart-hulk-animation {
    background: #fff !important;
    color: #000 !important;
    padding-left: 6px !important;
}
.product-section-wrap.page-width .product.grid .product__info-wrapper .rfq-collection-btn {
    background: #000;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 50%;
}
.collection.featured-collection-wrap .slider-component-full-width ul .card__inner {
    background: unset;
    height: 218px;
}
.collection.featured-collection-wrap .slider-component-full-width ul .card__inner img.motion-reduce {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.collection.featured-collection-wrap .slider-component-full-width ul li select {
    display: none;
}
.collection.featured-collection-wrap .slider-component-full-width ul .card__content {
    padding: 0;
}
.collection.featured-collection-wrap .slider-component-full-width ul .card__content .card__information {
    padding-top: 10px;
}
.collection.featured-collection-wrap .slider-component-full-width ul .card__content .card__information h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 105%;
    font-family: Playfair Display;
    font-size: 18px;
}
.collection.featured-collection-wrap .slider-component-full-width ul .card__media img.motion-reduce {
    margin: 0;
}
.collection.featured-collection-wrap .slider-component-full-width ul .card__content .card__information h3 a {
    text-decoration: unset;
    font-size: 15px;
    font-weight: 400;

    line-height: normal;

}
.collection.featured-collection-wrap .slider-component-full-width ul .card.card--standard .rfq-collection-btn {
    display: none;
}
.collection.featured-collection-wrap .slider-component-full-width ul .card.card--standard:hover button#rfq-collection-btn-887 {
    display: block;
}
.collection.featured-collection-wrap .slider-component-full-width ul .card.card--standard {
    position: relative;
}
.collection.featured-collection-wrap .slider-component-full-width ul .card.card--standard .rfq-collection-btn {
    display: none;
    position: absolute;
    bottom: 78px;
    left: 0;
    width: 50%;
    margin: 0;
    padding: 0;
}
.product .product__info-wrapper variant-radios .custom-metal-tone label {
    font-size: 0;
    height: 40px;
    width: 40px;
}

.product .product__info-wrapper variant-radios .custom-metal-tone input[value="rose gold"]+label {
    background: linear-gradient(30deg,#e4a581 0,#fdede0 55%,#fdede0 60%,#e4a581 100%);
}

.product .product__info-wrapper variant-radios .custom-metal-tone input[value="white gold"]+label {
    background: linear-gradient(30deg,#bfbfbf 0,#f7f7f7 55%,#f7f7f7 60%,#bfbfbf 100%);
}
.product .product__info-wrapper variant-radios .custom-metal-tone input[value="yellow"]+label {
    background: linear-gradient(30deg,#dbb666 0,#fcf1d5 55%,#fcf1d5 60%,#dbb666 100%);
}

.product .product__info-wrapper variant-radios .custom-metal-tone input[type=radio]:checked+label {
  box-shadow: rgb(6 24 44 / 40%) 0px 0px 0px 2px, rgb(6 24 44 / 65%) 0px 4px 6px -1px, rgb(255 255 255 / 8%) 0px 1px 0px inset;
}

.collection-wrapper .custom-collection-text-image-wrap .custm-collection-img .custm-coll-img-wrapp .hover-info {
    position: absolute;
    width: 100%;
    height: 100%;
    background: red;
    top: 0;
    left: 0;
    display: none;
    opacity: 0.6;
}
.collection-wrapper .custom-collection-text-image-wrap .custm-collection-img .custm-coll-img-wrapp:hover .hover-info {
    display: block;
}
.collection-wrapper .custom-collection-text-image-wrap .custm-collection-img .custm-coll-img-wrapp:hover .hover-info span.text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight:900;
    color: #000;
    padding: 0 20px;
    text-align: center;
}
.custom-pages-banner-wrap .page-banner-image img {
    width: 100%;
}
.shopify-section.jewellery-cutomization {
    padding-top: 51px;
}
.shopify-section.photography-service {
    padding-bottom: 100px;
}
.left-image-wrap .services-image-content-info,
.right-image-wrap .services-image-content-info{
    display: flex;
    padding: 0 94px 36px;
    overflow: hidden;
}
.left-image-wrap .services-image-content-info .jewellery-service-image,
.right-image-wrap .services-image-content-info .certified-trust-image{
    width: 40%;
    display: flex;
    flex-direction: column;
}
.left-image-wrap .services-image-content-info .jewellery-service-content,
.right-image-wrap .services-image-content-info .certified-trust-content{
    width: 60%;
}
.left-image-wrap .services-image-content-info .jewellery-service-image img,
.right-image-wrap .services-image-content-info .certified-trust-image img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.left-image-wrap .services-image-content-info .jewellery-service-content .content-bg {
    background: #F9F1F1;
    padding: 60px 40px 46px 70px;
    text-align: center;
    height: 100%;
}
.custom-services-multicoloum-images-wrap .services-image-content-info .jewellery-service-content .content-bg h1,
.services-image-content-info .content-bg h1{
    margin: 0 0 30px;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.services-image-content-info .jewellery-service-content .border-service-span span,
.services-image-content-info .content-bg span{
    padding: 12px 37px;
    border-top: .5px solid #a0a0a0;
    border-bottom: .5px solid #a0a0a0;
    width: fit-content;
    margin: 0 auto;
    display: block;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.services-image-content-info .jewellery-service-content .content-bg button,
.services-image-content-info .certified-trust-content .content-bg button{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: auto;
    height: 48px;

    border: 1px solid #000;
    background: unset;
    padding: 5px 45px;
    cursor: pointer;
}
.services-image-content-info .content-bg a {
    display: inline-block;
    height: auto;
    width: auto;
    cursor: pointer;
}
.services-image-content-info .jewellery-service-content .content-bg p,
.services-image-content-info .content-bg p{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 30px 0 60px;
}
.right-image-wrap .certified-trust-content .content-bg {
    background: #F9F1F1;
    padding: 75px 90px 54px 70px;
    text-align: center;
    height: 100%;
}
.animation.start .right-image-wrap{
  animation: scrollDivRight;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-delay: 0.3s;
  overflow: hidden;
}
.animation.start .left-image-wrap {
  animation: scrollDiv;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

.policy-pages-banner-wrap .policy-banner-content {
    text-align: center;
    padding: 50px 0;
   
}
.policy-pages-banner-wrap .policy-banner-content h1 {
    margin: 0;
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.order-pages-banner-wrap .order-banner-content {
    padding: 80px 0;
    text-align: center;
    background: #F5F0F0;
}
.order-pages-banner-wrap .order-banner-content h1 {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    line-height: normal;
}
.main-order-wrap {
    display: flex;
    padding: 0 60px;
    align-items: center;
}
.main-order-wrap .order-content,
.main-order-wrap .order-image{
    width: 50%;
}
.main-order-wrap .order-image{
    position: relative;
    text-align: center;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .steps-content h1 {
    margin: 0 5px 0 0;
    font-size: 22px;
    color: #fff;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .steps-content span,
.loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .steps-item .steps-content span{
    font-size: 22px;
    color: #fff;

    margin-top: -4px;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .steps-content,
.loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .steps-item .steps-content{
    display: flex;
    position: absolute;
    top: 15%;
    right: 5%;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .steps-item,
.loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .steps-item{
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .steps-item .steps-svg,
.loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .steps-item .steps-svg{
    height: 45px;
    width: 189px;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .steps-item .steps-svg svg,
.loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .steps-item .steps-svg svg{
    width: 100%;
    height: 100%;
}
.main-order-wrap .order-content h1 {
    margin: 0 0 37px;
    color: #000;
    font-size: 35px;
    font-weight: 400;
    line-height: normal;
}
.main-order-wrap .order-content p {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.main-order-wrap .order-image .svg-image {
    position: relative;
}
.main-order-wrap .order-image .svg-image svg {
    width: 85%;
}
.main-order-wrap .order-image .order-org-image img {
    width: 85%;
}
.main-order-wrap .order-image .order-org-image {
    position: absolute;
    top: 12%;
    left: 42px;
}


.jewellery-slider .jewel-wrap,
.loose-cust-slider .loose-wrap {
    background: #f4f7ef;
    padding: 70px 160px 118px;
}

.jewellery-slider .jewel-wrap .jewellery-heading h1,
.loose-cust-slider .loose-wrap .loose-cust-heading h1{
    margin: 0 0 40px;
    color: #000;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    line-height: normal;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap,
.loose-cust-slider .loose-wrap .loose-cust-slider-wrap{
    display: flex;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider,
.loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider{
    width: 100%;
    position: relative;
    height: 100%;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content{
    width: 67%;
    background: #fff;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content h1,
.loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .custom-loose-cust-content h1{
    margin: 0 0 25px;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content p,
.loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .custom-loose-cust-content p{
    color: #000;
    /* text-align: center; */
    /* font-size: 18px; */
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-right: 30px;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-item .item {
    padding: 14px 50px 28px;
}
/* .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-item .item span {
    position: absolute;
    right: 53px;
    bottom: 0;
} */
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-item .item .steps-item {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}
.require-content {
    text-align: center;
    padding: 40px 0 50px;
}
.require-content h1 {
    margin: 0 0 12px;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}
.require-content p {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    width: 913px;
    max-width: 100%;
    margin: 0 auto;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider .owl-dots,
.loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .owl-dots{
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%);
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider button.owl-dot.active,
.loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider button.owl-dot.active{
    background: #000;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider button.owl-dot,
.loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider button.owl-dot{
    border: 1px solid #000;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider .owl-nav,
.loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .owl-nav {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    right: 7%;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider .owl-nav span,
.loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .owl-nav span{
    display: block;
    width: 45px;
    font-size: 0;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider .owl-nav .owl-prev span:before,
.loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .owl-nav .owl-prev span:before{
    content: "";
    position: absolute;
    width: 45px;
    display: block;
    background: url('/cdn/shop/files/Arrow_31.png?v=1692796528');
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider .owl-nav .owl-next span:before,
.loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .owl-nav .owl-next span:before{
    content: "";
    width: 45px;
    height: 20px;
    background: url('/cdn/shop/files/Arrow_30.png?v=1692796529');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-item .item .steps-item .steps-content {
    position: absolute;
    top: 7%;
    right: 25px;
    display: flex;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-item .item .steps-item .steps-content h1 {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-dots {
    position: absolute;
    top: 16%;
    right: 36px;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-dots button.owl-dot.active {
    background: #000;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-dots button.owl-dot {
    border: 1px solid #000;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-item .item .steps-item .steps-content span {
    color: #FFF;

    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
    margin-left: 5px;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content span.arrow {
    position: absolute;
    right: 53px;
    bottom: 2px;
}
.mega-menu__content .header-img-wrap ul.mega-menu__list.page-width {
    gap: 0;
    padding: 0;
    width: 100%;
    display: flex;
    padding: 20px 12px 20px 28px;
}
.mega-menu__content .header-img-wrap ul.mega-menu__list.page-width li.list-wrap-1, .mega-menu__content .header-img-wrap ul.mega-menu__list.page-width li.list-wrap-2 {
    display: flex;
    height: 430px;
}
.mega-menu__content .header-img-wrap ul.mega-menu__list.page-width li.list-wrap-1 {
  width: 25%;
}
.mega-menu__content .header-img-wrap ul.mega-menu__list.page-width li.list-wrap-2 {
    width: 75%;
}
.mega-menu__content .header-img-wrap ul.mega-menu__list.page-width li.list-wrap-2 .jewel-drop-down-menu-image img.loose-image {
    width: 100%;
    height: 100%;
}
.mega-menu__content .header-img-wrap ul.mega-menu__list.page-width li.list-wrap-2 .jewel-drop-down-menu-image {
    display: flex;
    gap: 11px;
    width: 60%;
    max-width:800px;
}
.mega-menu__content .header-img-wrap ul.mega-menu__list.page-width li.list-wrap-1 .header-list-info {
    width: 50%;
}
.mega-menu__content .header-img-wrap ul.mega-menu__list .loose-drop-down-menu-image {
    width: 50%;
}
.mega-menu__content .header-img-wrap ul.mega-menu__list.page-width li.list-wrap-2 .header-list-info {
    width: 40%;
    padding-top: 30px;
}

.mega-menu__content .header-img-wrap ul.mega-menu__list.page-width li.list-wrap-2 .jewel-drop-down-menu-image img.Jewel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mega-menu__content .header-img-wrap ul.mega-menu__list .loose-drop-down-menu-image img.loose-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-banner-slider .owl-carousel .owl-dots button.owl-dot {
    background: unset;
    border: unset;
    width: auto;
}
.mega-menu__content .header-img-wrap ul.mega-menu__list .header-list-info a.mega-menu__link--level-2 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    margin-bottom: 36px;
    width: 100%;
}
.mega-menu__content .header-img-wrap ul.mega-menu__list .header-list-info .list-unstyled li a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    width: 100%;
}
.mega-menu__content .header-img-wrap ul.mega-menu__list .header-list-info .list-unstyled li {
    margin-bottom: 16px;
}
.header__inline-menu .mega-menu__content {
    padding-top: 0;
}
.mega-menu__content .header-img-wrap ul.mega-menu__list.page-width li.list-wrap-1 .header-list-info {
    width: 100%;
    padding-top: 30px;
}

.mega-menu__content .header-img-wrap ul.mega-menu__list.page-width li.list-wrap-2 .jewel-drop-down-menu-image a {
    width: 50%;
}
.header-wrapper .header .list-menu .header__menu-item span {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
}
.product-section-wrap.page-width .product.grid .product__info-wrapper .product__info-container.product__column-sticky .share-button {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}

.product-section-wrap.page-width .product.grid .product__info-wrapper .product__info-container.product__column-sticky .custom-share {
    background: #E9E7E7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-wrapper .card.card--standard .card__inner a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    font-size: 0;
}
.custom-product-grid-slider .product-border .owl-carousel .owl-nav button.owl-prev:before {
    content: "";
    width: 55%;
    position: absolute;
    top: -10px;
    height: 100%;
    background: url('/cdn/shop/files/Arrow_22_1.png?v=1693569620');
    left: 50%;
    transform: translate(-50%) rotate(180deg);
    background-size: contain;
    background-repeat: no-repeat;
}

.custom-product-grid-slider .product-border .owl-carousel .owl-nav button.owl-next:before {
    content: "";
    width: 55%;
    position: absolute;
    top: 27%;
    height: 100%;
    background: url('/cdn/shop/files/Arrow_22_1.png?v=1693569620');
    left: 50%;
    transform: translate(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}
.product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .center-4cs:before {
    content: "";
    position: absolute;
    top: 52px;
    width: 60%;
    border: 1px solid;
    transform: rotate(41deg);
    left: 20%;
} 
.header__inline-menu .list-menu .header__menu-item a {
    text-decoration: unset;
}
.custm-mobile-shipping-wrap {
    display: none;
}

.custom-policy-wrap {
    display: flex;
}
.custom-policy-wrap .policy-menu {
    width: 18%;
    background: #F2F1F1;
}
.custom-policy-wrap .policy-content {
    width: 78%;
    padding: 57px 40px 50px 70px;
}

.custom-policy-wrap .tab button {
    display: block;
    width: 100%;
    cursor: pointer;
    transition: .3s;
    color: #000;
    border:0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: .2px solid #cecece4d;
    padding: 16px;
  
}

.custom-policy-wrap .tab button:hover {
  /* background-color: #F2F1F1; */
}
.custom-policy-wrap .tab button.active {
    /* background: #D8D7D7; */
}
.custom-policy-wrap .policy-menu .tab {
    position: sticky;
    top: 103px;
    left: 0;
}

.custom-policy-wrap .tabcontent {
  width: 100%;
  height: auto;
}
.custom-policy-wrap .tabcontent h1.tab-head {
    margin: 0 0 52px;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.custom-policy-wrap .tabcontent p {
    margin: 0 0 18px;
    color: rgba(18, 18, 18, 0.75);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.policy-accordian .mobile-accordian {
    display: none;
}
.MuiDialog-paperWidthMd {
    max-width: 700px !important;
}
.MuiDialog-paperWidthMd span.MuiButton-label {
    color: #000;
}
.custom-login-wrapp {
    background: url("/cdn/shop/files/Rectangle_274.png?v=1692445273");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 130px;
    margin: 130px auto 0;
    position: relative; 
}
.custom-login-wrapp .customer.login {
    max-width: 65% ;
    background: #FFF;
    box-shadow: 2px 2px 10px rgb(199 199 199 / 40%);
    padding: 0 !important;
}
.custom-login-wrapp .customer.login .custom-customer-login-form form#customer_login .customer-sign-in {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 48px;
}
.custom-login-wrapp .customer.login .custom-customer-login-form h1#login {
    margin: 0 0 27px;
    color: #000;

    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.custom-login-wrapp .customer.login .custom-customer-login-form form#customer_login h1.customer-email {
    margin: 0 0 7px;
    color: #000;
/*      */
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.custom-login-wrapp .customer.login .custom-customer-login-form form#customer_login h1 {
    margin: 0 0 7px;
    color: #000;
/*      */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.custom-login-wrapp .customer.login .custom-customer-login-form form#customer_login .field {
    margin: 0 0 14px;
    width: 75%;
}
.custom-login-wrapp .customer.login .custom-customer-login-form form#customer_login .customer-sign-in button {
    margin: 23px 0 0;
    color: #FFF;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 9px 38px;
}
.custom-login-wrapp .customer-login-wrap {
    display: flex;
}
.custom-login-wrapp .customer-login-wrap .custom-customer-login-form {
    width: 65%;
    padding: 60px 40px 100px 70px;
}
.custom-login-wrapp .customer-login-wrap .custom-register {
    width: 35%;
    background: #E7E7E7;
    padding: 80px 41px 70px;
}
.custom-login-wrapp .customer-login-wrap .custom-register h1.cutm-account-reg {
    color: #000;
    text-align: center;

    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 39px;
}
.custom-login-wrapp .customer-login-wrap .custom-register h1.custm-sign-up {
    margin: 0 0 54px;
    color: #000;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.custom-login-wrapp .customer-login-wrap .custom-register .register-signup-btnn a {
    background: #000;
    color: #FFF;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 9px 40px;
    text-decoration: unset;
    border: 1px solid #000;
}
.custom-login-wrapp .customer.login .custom-customer-login-form form#customer_login .customer-sign-in .customer-btn-forget a {
    color: #000;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: unset;
    margin-top: 22px;
}
.custom-login-wrapp .customer-login-wrap .social-sign-up {
    display: flex;
    gap: 11px;
    justify-content: center;
    margin-top: 60px;
}
.custom-login-wrapp .customer-login-wrap .direct-sign-up span {
    color: #000;
/*      */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.customer.register .b2b-heading {
    margin: 0 0 26px;
    color: #000;
    text-align: center;
/*      */
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.register-signup {
    background: url('/cdn/shop/files/Rectangle_281_1.png?v=1692597297');
    margin: 40px auto 0;
    padding-bottom: 130px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.register-signup .customer.register {
    max-width: 70%;
    padding: 49px 69px 45px !important;
    background: #FFF;
    box-shadow: 2px 2px 10px rgb(199 199 199 / 40%);
}
.register-signup .customer.register form .flex-wrap {
    display: flex;
    gap: 24px;
    margin-bottom: 34px;
}
.register-signup .customer.register form .flex-wrap .frst-name,
.register-signup .customer.register form .flex-wrap .last-name,
.register-signup .customer.register form .flex-wrap .business,
.register-signup .customer.register form .flex-wrap .contact,
.register-signup .customer.register form .flex-wrap .comapany,
.register-signup .customer.register form .flex-wrap .job-details,
.register-signup .customer.register form .flex-wrap .city,
.register-signup .customer.register form .flex-wrap .State,
.register-signup .customer.register form .flex-wrap .Country,
.register-signup .customer.register form .flex-wrap .Zip-Postal,
.register-signup .customer.register form .flex-wrap .confirm-password,
.register-signup .customer.register form .flex-wrap .choose-password{
    width: 50%;
}
.register-signup .customer.register form .flex-wrap label {
    display: block;
    text-align: left;
    color: #000;
/*      */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 6px;
}
.register-signup .customer.register form .street-add label.street {
    display: block;
    text-align: left;
    color: #000;
/*      */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 6px;
}
.register-signup .customer.register form .street-add {
    margin-bottom: 34px;
}
.register-signup .customer.register form button {
    margin: 20px 0 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.25);
    padding: 0px 75px;
}
.register-signup .customer.register form .flex-wrap .field input {
    padding-top: 10px;
}
.register-signup .customer.register form .street-add .field input {
    padding-top: 10px;
}
.register-signup .logo-img {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    border-radius: 50%;
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.15));
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.register-signup .logo-img img {
  width: 120px;
  height: 120px;
}
.custom-login-wrapp .login-logoo {
    position: absolute;
    top: -12%;
    left: 50%;
    transform: translate(-50%);
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.15));
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.custom-login-wrapp .login-logoo img {
    width: 120px;
    height: 120px;
}
.custom-login-wrapp .customer.login .custom-customer-login-form form#customer_login .field input {
    padding-top: 10px;
}
.account-regg-wrapp {
    display: flex;
    background: #f7f7f7;
    gap: 55px;
    padding: 19px 40px 60px 23px;
}
.dashboard-wrap {
    width: 22%;
}
.customer.account {
    width: 78%;
    padding: 0;
}
.dashboard-wrap ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.dashboard-wrap ul li.active a {
    color: #2C2C54;
}
.dashboard-wrap ul li {
    color: #929292;;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: .1px solid #f1f1f1;
    background: #fff;
}
.dashboard-wrap ul .user-info .userinfo-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    background: url('/cdn/shop/files/Rectangle_421.png?v=1692683668');
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 12px;
}
.dashboard-wrap ul .user-info .userinfo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dashboard-wrap .userinfo-wrap h1 {
    margin: 0;
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
}
.dashboard-wrap .dash-info-wrap {
    background: #F0F0F1;
}
.dashboard-wrap ul .user-info {
    padding: 0;
}
.dash-info-wrap li.active{
  background:#ececec;
}
.dashboard-wrap ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 8px;
    text-decoration: unset;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #929292;
    gap: 12px;
}
.dashboard-wrap .editimage-wrap {
    margin-top: 30px;
    background: #D9D9D9;
}
.dashboard-wrap .editimage-wrap img {
    width: 100%;
    height: 255px;
    object-fit: cover;
}
.dashboard-wrap .editimage-wrap button#update-img-btn {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 13px;
    text-align: center;
    border: unset;
    background: unset;
    width: 100%;
    cursor: pointer;
}
.dashboard-wrap .editimage-wrap div#image-update .cf-form-actions button:hover:after {
    box-shadow: unset;
}
.dashboard-wrap ul li img.dash {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.dashboard-wrap ul li img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
/* dashboard-sidebar-extra div */
.account-regg-wrapp .dashboard-wrap ul li .cf-edit-account-link-spacer {
    display: none;
}
.account-regg-wrapp .dashboard-wrap ul li a.cf-edit-account-link {
    display: none;
}
/* End dashboard-sidebar-extra div */

.account-regg-wrapp .customer.account .headings h1.customer__title {
    color: #000;
/*      */
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-left: 30px;
}

.account-regg-wrapp .customer.account .headings {
    display: flex;
    justify-content: space-between;
    padding-bottom: 21px;
    border-bottom: 1px solid #B7B6B6;
    margin: 39px 60px 0 33px;
}
.account-regg-wrapp .customer.account .customer-details .acc-content {
    padding: 36px 70px 100px;
}
.account-regg-wrapp .customer.account .customer-details .acc-content p {
    margin: 0;
    color: #000;
    font-weight: 400;
    line-height: normal;
}
.account-regg-wrapp .customer.account .customer-details .acc-content .cus-deatils {
    display: flex;
}
.account-regg-wrapp .customer.account .customer-details .acc-content .cus-deatils p {
    width: 50%;
}
.account-regg-wrapp .customer.account .customer-details .acc-content .cus-deatils {
    display: flex;
    margin-bottom: 14px;
}
.account-regg-wrapp .customer.account .customer-details .acc-content .deatis-btn {
    text-align: right;
    margin-bottom: 35px;
}
.account-regg-wrapp .customer.account .customer-details .acc-content .deatis-btn button {
    margin: 40px 0 0;
    background: #2c2c54;
    border: 1px solid #2c2c54;
    color: #fff;
    border-radius: 8px;
}
.account-regg-wrapp .customer.account .customer-details .acc-content p.text1 {
    margin-bottom: 100px;
}
.account-regg-wrapp .customer.account .customer-details .acc-content p a {
    color: #933131;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-decoration: unset;
}
.account-regg-wrapp .customer.account .customer-details .acc-content p a:hover{
  text-decoration:underline;
}
.account-regg-wrapp .customer.account .customer-details .acc-content .text2{
  color:#9f9f9f;
}
.account-regg-wrapp .customer.account .headings a svg {
    margin-top: -3px;
    margin-right: 5px;
}
.account-regg-wrapp .customer.account .customer-details {
    border: 1px solid #D0CCCC;
    background: #FFF;
}
.account-regg-wrapp .customer.account .headings h1.customer__title span {
    margin-left: 35px;
}
.register-signup .customer.register form {
    margin: 0;
}
.register-signup .customer.register form label {
    color: #9f9f9f;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 6px;
}
.register-signup .customer.register form .cf-field {
    padding: 0 34px 0 0;
    margin: 0 0 14px;
}
.register-signup .customer.register form input,
.register-signup .customer.register form select{
    border: 1px solid #000 !important;
    box-shadow: unset !important;
}
.register-signup .customer.register form .cf-cancel {
    display: none;
    margin: 0;
}
.register-signup .customer.register form .cf-form-actions {
    margin-top: 0;
}
.account-regg-wrapp .customer.account .orders-wrap {
    margin-top: 64px;
    display: block;
}
.account-regg-wrapp .customer.account .orders-wrap .orders-contain {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.account-regg-wrapp .customer.account .orders-wrap .orders-contain h2 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
.account-regg-wrapp .customer.account .orders-wrap .orders-contain a {
    text-decoration: unset;
    color: #1B3E5F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.account-regg-wrapp .customer.addresses {
    width: 78% !important;
    padding: 39px 60px;
    border: 1px solid #D0CCCC;
    background: #FFF;
    max-width: 100% !important;
}
.account-regg-wrapp .customer.addresses .add-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.account-regg-wrapp .customer.addresses .add-heading h1 {
    margin: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    width: 58%;
    text-align: right;
}
.account-regg-wrapp .customer.addresses .add-heading a {
    font-size: 16px;
    color: #1B3E5F;
    font-weight: 400;
    width: 42%;
    text-align: left;
}
section.cf-form-section.customer {
    width: 100%;
    margin: 0;
    padding: 0;
}
.account-regg-wrapp form.edit-form {
    width: 78%;
    padding: 40px 0;
}
.account-regg-wrapp form.edit-form label {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.account-regg-wrapp form.edit-form .cf-field {
    padding: 0 24px 0 0;
    margin: 0 0 10px;
}
.account-regg-wrapp form.edit-form input, .account-regg-wrapp form.edit-form select {
    border: .1px solid #dadada !important;
    box-shadow: unset !important;
    border-radius: 2px!important;
}
.account-regg-wrapp .customer.addresses ul.address-info h2 {
    margin: 0;
    font-size: 25px;

    font-weight: 400;
    text-align: left;
}
.account-regg-wrapp .customer.addresses ul.address-info p {
    font-size: 16px;
    color: #000;
}
.account-regg-wrapp .address-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
    padding-left: 30px;
}
.account-regg-wrapp .customer.addresses ul.address-info button {
    border: 1px solid #2c2c54;
    font-size: 18px;
    padding: 8px 15px;
    width: 140px;
    min-height: auto;
    background: #2c2c54;
    color: #fff;
    transition: 0.3s ease;
    margin:0;
    margin-top:14px;
}
.account-regg-wrapp .customer.addresses ul.address-info li {
    margin-top: 0;
}
.mounting-banner-wrap,
.cad-banner-wrap,
.photography-banner-wrap,
.loose-pages-banner-wrap{
    background: #faf7f1;
    padding: 100px 0;
}
.mounting-banner-wrap h1,
.cad-banner-wrap h1,
.photography-banner-wrap h1,
.loose-pages-banner-wrap h1{
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
}
.cad-Content .cad-service-wrap,
.photography-Content .photography-wrap,
.loose-Content .main-loose-wrap{
    display: flex;
    padding: 0 60px;
    align-items: center;
}
.cad-Content .cad-service-wrap .service-content,
.cad-Content .cad-service-wrap .service-image,
.photography-Content .photography-wrap .photography-content,
.photography-Content .photography-wrap .photography-image,
.loose-Content .main-loose-wrap .loose-content,
.loose-Content .main-loose-wrap .loose-image {
    width: 50%;
    position: relative;
}
.cad-Content .cad-service-wrap .service-image .service-svg-image svg,
.cad-Content .cad-service-wrap .service-image .service-org-image img,
.mounting-wrap .mounting-image .mounting-svg-image svg,
.mounting-wrap .mounting-image .mounting-org-image img,
.photography-Content .photography-wrap .photography-image .photography-svg-image svg,
.photography-Content .photography-wrap .photography-image .photography-org-image img,
.loose-Content .main-loose-wrap .loose-image .svg-image svg,
.loose-Content .main-loose-wrap .loose-image .loose-org-image img {
    width: 85%;
}
.cad-Content .cad-service-wrap .service-image .service-org-image,
.mounting-wrap .mounting-image .mounting-org-image,
.photography-Content .photography-wrap .photography-image .photography-org-image,
.loose-Content .main-loose-wrap .loose-image .loose-org-image {
    position: absolute;
    top: 12%;
    left: 8%;
}
.cad-Content .cad-service-wrap .service-content h1,
.mounting-wrap .mounting-content h1,
.photography-Content .photography-wrap .photography-content h1{
    margin: 0 0 37px;
    color: #000;
    font-size: 35px;
    font-weight: 400;
    line-height: normal;
}
.cad-Content .cad-service-wrap .service-content p,
.mounting-wrap .mounting-content p,
.photography-Content .photography-wrap .photography-content p{
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.cad-require-content h1 {
    margin: 0 0 12px;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}
.cad-require-content p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    width: 913px;
    max-width: 100%;
    margin: 0 auto;
}
.cad-tabs-wrap {
    background: #F8F5F5;
}
.cad-tabs-wrap .main-heading {
    padding-top: 18px;
}
.cad-tabs-wrap .tabs__buttons--container {
    justify-content: center;
    margin: 17px 0 39px;
}
.cad-tabs-wrap .tabs__buttons--container button.tabs__tab-btn,
.mount-tabs-wrap .tabs__buttons--container button.tabs__tab-btn {
    padding: 0px;
    border: unset;
    color: #2c2c54;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    font-family:"prata,sans-serif";
    border-bottom:1px solid #000;
}

.cad-tabs-wrap .tabs__buttons--container button.tabs__tab-btn:first-child,
.mount-tabs-wrap .tabs__buttons--container button.tabs__tab-btn:first-child{
    /* border-right: 1px solid #000; */
    /* padding-right: 35px; */
}
.cad-tabs-wrap .tabs__buttons--container button.tabs__tab-btn:not(:first-child),
.mount-tabs-wrap .tabs__buttons--container button.tabs__tab-btn:not(:first-child){
    padding-left: 35px;
}
.cad-tabs-wrap .tabs__buttons--container button.tabs__tab-btn.tabs__tab-btn--not-selected,
.mount-tabs-wrap .tabs__buttons--container button.tabs__tab-btn.tabs__tab-btn--not-selected{
    text-decoration: unset;
}
.cad-tabs-wrap .main-heading h1 {
    margin: 0 0 17px;
    color: #000;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
}
.cad-tabs-wrap .tabs__buttons--container button.tabs__tab-btn:hover {
    background: unset;
}
.cad-tabs-wrap .cad-content-info .service-img-wrap img {
    width: 100%;
}
.cad-tabs-wrap .cad-content-info {
    display: flex;
    gap: 100px;
    padding: 0 150px 65px;
}
.cad-tabs-wrap .cad-content-info .service-img-wrap {
    width: 50%;
}
.cad-tabs-wrap .cad-content-info .service-img-wrap p {
    margin: 28px 0 0;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cad-tabs-wrap .cad-content-info .service-img-wrap a {
    text-decoration: unset;
}
.cad-require-content {
    margin-top: 40px;
    margin-bottom: 51px;
}
.mounting-wrap {
    display: flex;
    padding: 0 60px;
    align-items: center;
}
.mounting-wrap .mounting-image {
    text-align: center;
}
.mounting-wrap .mounting-content,
.mounting-wrap .mounting-image{
    width: 50%;
    position: relative;
    overflow:hidden;
}
.mounting-image .mounting-svg-image,
.mounting-image .mounting-org-image,
.order-image .order-org-image,
.order-image .svg-image,
.service-image .service-svg-image,
.service-image .service-org-image,
.loose-image .loose-org-image,
.loose-image .svg-image,
.photography-image .photography-svg-image,
.photography-image  .photography-org-image{
  max-width:600px;
}
.mount-tabs-wrap .main-heading h1 {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    padding-top: 18px;
}
.mount-tabs-wrap .tabs__buttons--container {
    justify-content: center;
    margin: 17px 0 55px;
}
.mount-tabs-wrap .mount-collection-tab .gradient {
    background: unset;
}
.mount-tabs-wrap .mount-collection-tab .gradient .collection.featured-collection-wrap {
    padding: 0;
}
.mount-tabs-wrap .mount-collection-tab .card__information {
    padding: 0;
}
.mount-tabs-wrap .mount-collection-tab .card__information a {
    color: #000;
    text-align: center;
/*      */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 23px 0 0;
    text-decoration: unset;
}
.mount-tabs-wrap .mount-collection-tab .gradient ul {
    gap: 32px;
}
.mount-tabs-wrap .mount-collection-tab .gradient ul li:first-child {
    margin-left: 84px;
}
.mount-tabs-wrap .mount-collection-tab .gradient .browse-products a {
    color: #000;
    text-align: center;
/*      */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: unset;
    display: flex;
    align-items: flex-start;
}
.mount-tabs-wrap .mount-collection-tab .gradient .browse-products {
    display: flex;
    justify-content: flex-end;
    padding-right: 36px;
    align-items: center;
    padding-bottom: 18px;
}
.mount-tabs-wrap .mount-collection-tab .gradient .browse-products a svg {
    margin-left: 26px;
}
.mount-tabs-wrap .mount-collection-tab .gradient ul li button {
    display: none;
}
.photgraphy-slider {
    background: #F8F5F5;
    padding: 0 110px;
}
.photgraphy-slider .photography-slider-heading h1 {
    color: #000;
    text-align: center;
/*      */
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 39px 0 61px;
    margin: 0;
}
.photgraphy-slider .owl-carousel.owl-loaded .owl-nav {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    padding-bottom: 35px;
}
.photgraphy-slider .owl-carousel.owl-loaded .owl-dots {
    display: none;
}
.photgraphy-slider .owl-carousel.owl-loaded .owl-nav button span {
    font-size: 0;
    display: block;
    width: 100px;
    height: auto;
}
.photgraphy-slider .owl-carousel.owl-loaded .owl-nav button.owl-prev span:before {
    content: "";
    background: url('/cdn/shop/files/Arrow_31.png?v=1692796528');
    width: 100%;
    display: block;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}
.photgraphy-slider .owl-carousel.owl-loaded .owl-nav button.owl-next span:before {
    content: "";
    background: url('/cdn/shop/files/Arrow_30.png?v=1692796529');
    width: 100%;
    display: block;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}
.mount-tabs-wrap {
    background: #F8F5F5;
}
.mount-require-content {
    padding-top: 46px;
}
.mount-require-content h1 {
    margin: 0 0 12px;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}
.mount-require-content p {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    width: 913px;
    max-width: 100%;
    margin: 0 auto 30px;
}
a.btnn-hover {
    position: relative;
    transition: width 125ms cubic-bezier(.4,0,.2,1),height 125ms cubic-bezier(.4,0,.2,1),border-color 125ms cubic-bezier(.4,0,.2,1),background-color 125ms cubic-bezier(.4,0,.2,1),box-shadow 125ms cubic-bezier(.4,0,.2,1);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2c2c54;
    border: unset;
    color: #FFF;
/*      */
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    gap: 20px;
    text-decoration: unset;
}
a.btnn-hover:hover {
      background: transparent!important;
      color: #000;
      border: solid 1px #000;
      box-shadow: 0 3px 8px #0000001a;
}
a.btnn-hover:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: right center;
    z-index: -1;
    background-color: #2c2c54;
    transition: transform .45s cubic-bezier(.785,.135,.15,.86);
}
a.btnn-hover:hover:before {
    transform-origin: left center;
    transform: scaleX(0);
    opacity: 1;
    z-index: 9;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-item .item .steps-item svg {
    height: 50px;
    width: 100%;
}
.header__icons .header-wishlist .hulk-wishlist-icon {
    height: 100%;
}
.header__icons .header-wishlist i.icon-wishlist-heart-empty {
    font-size: 22px !important;
}
.hulk__wishlist-wrap h3 {
    font-size: 40px;

    text-align: center;
}
.hulk__wishlist-wrap .wrapper_grid h3 {
    margin-top: 0;
    font-size: 28px;
}
.hulk__wishlist-wrap p {
  display: none;
}
.hulk__wishlist-wrap .wrapper .fancy_title {
    border: unset;
}
.hulk__wishlist-wrap .wrapper_grid a.wishlist-btn.hulkBtnStyle {
    background: #000 !important;
    border: unset !important;
    padding: 8px 60px;
}
.cad-tabs-wrap .tabs__tab {
    padding: 0 80px;
}
.cad-tabs-wrap .tabs__tab .images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    gap: 40px 20px;
}
.cad-tabs-wrap .tabs__tab .images-grid img {
    width: 100%;
}
.shopify-section-group-footer-group footer.footer .footer-botm-cstm .footer-social-icons svg {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.shopify-section-group-footer-group footer.footer .footer-botm-cstm .footer-social-icons svg:hover {
    transform: scale(1.07);
}
.pr-img-slider-wrap {
    display: flex;
}
.pr-img-slider-wrap .product-img-slider {
    width: 28%;
}
.jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content,
.loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .custom-loose-cust-content {
    width: 72%;
    padding: 20px 0 20px 30px;
    background: #fff;
}
.product__info-wrapper .product__info-container .product-form__input .form__label {
    color: #000;
    font-size: 16px;
    font-weight: 400;

}
.product__info-wrapper .product__info-container .product-form__input .select {
    max-width: 100%;
}
.product__info-wrapper .product__info-container .product-form__input .select select {
    font-size: 14px;

}
.header__icons .header__icon--account:hover svg,
.header__icons .header-wishlist:hover i.icon-wishlist-heart-empty{
    transform: scale(1.07);
}
.btnn-hover svg {
    margin-top: 3px;
}
.collection-wrapper .custom-collection-text-image-wrap .custm-collection-img:hover a {
    transform: scale(1.07);
}
.custom-product-grid-slider .product-border .save-gallery {
    margin-top: 20px;
}
.custom-product-grid-slider .product-border .save-gallery button {
    background: #fff;
    border-radius: 36px;
    color: #000;

    padding: 8px 30px;
    font-size: 15px;
    line-height: normal;
    cursor: pointer;
    border: unset;
}
.custom-product-grid-slider .product-border .save-gallery button.button:hover:after {
    box-shadow: unset;
}
.collection .slider-component-full-width ul .card__content .card__information .view-details-product {
    position: absolute;
    bottom: 65px;
    width: 50%;
    background: rgba(253, 221, 221, 0.50);
    color: #000;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    right: 0;
    display: none;
}
/* .collection.featured-collection-wrap .slider-component-full-width ul .card.card--standard:hover .view-details-product {
    display: flex;
} */
.collection .slider-component-full-width ul .card__content .card__information .view-details-product a {
    padding: 13px;
}
.live-chat-optn button {
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0.00);
    font-size: 20px;
    padding: 10px 40px;
    color: #000;

    font-weight: 400;
    width: 100%;
}


.social-share-btn .circle-bg {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.social-share-btn {
    position: relative;
}
.social-share-btn .circle-bg svg {
    width: 35px;
    height: 35px;
}

.social-share-btn .outer-icons {
  left: 75px;
  top: 75px;
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.outer-icons i {
  color: white;
  border-radius: 50%;
  font-size: 30px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.one {
  background-color: #55acee;
  left: -120px;
}

.two {
  background-color: #3b5998;
  left: -60px;
  bottom: -150px;
}

.three {
  background-color: #dc4e41;
  left: 60px;
  bottom: -150px;
}

.four {
  background-color: #0077b5;
  left: 120px;
}
.social-share-btn .outer-icons {
    display: flex;
    width: fit-content;
}
.social-share-btn .outer-icons .Product__ShareList {
    display: flex;
    width: fit-content;
    gap: 12px;
    flex-direction: column;
}
.social-share-btn .outer-icons .Product__ShareList svg {
    width: 20px;
    height: 20px;
}
.product-form__buttons button.product-form__quote {
    width: 50%;
    max-width: 50%;
    font-size: 18px;
}

.product-form__buttons {
    display: flex;
    max-width: 100% !important;
    width: 100%;
    flex-direction: column;
}
.product-form__buttons button.product-form__quote {
    width: 100%;
    max-width: 100%;
    background: #2C2C54 !important;
    color: #fff !important;
    box-shadow: none !important;
    border: none;
    font-family: Mulish;
    border-radius: 12px;
}
.chat-social-button {
    display: flex;
    width: 100%;
    justify-content: space-around;
  position:relative;
}
.chat-social-button .live-chat-optn {
    width: 100%;
}
.custm-social-sharing-btn {
    width: 15%;
}
.chat-social-button .live-chat-optn a.chat-btn {
    border: 1px solid #2C2C5480;
    background: rgba(0, 0, 0, 0.00);
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: unset;
    border-radius: 12px;
    display:none;
}
.collection-banner-image-content .ready-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.page-ready-stock .collection.page-width {
    padding: 0;
}
body.page-ready-stock #ContactForm-prod {
    width: 100%;
    display: flex;
    gap: 40px 20px;
    flex-direction: column;
}
body.page-ready-stock #ContactForm-prod .ready-stock-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
body.page-ready-stock .ready-stock.collection-banner-image-content {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
}
body.page-ready-stock .ready-stock.collection-banner-image-content .ready-banner {
    height: 300px;
}
body.page-ready-stock #ContactForm-prod li.grid__item {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
body.page-ready-stock #ContactForm-prod li.grid__item .card__inner {
    width: 100%;
    /* height: 300px; */
}
body.page-ready-stock #ContactForm-prod li.grid__item input[type="checkbox"] {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 3%;
    z-index: 9;
    left: 3%;
    cursor: pointer;
}
body.page-ready-stock #ContactForm-prod li.grid__item a.wishlist-btn {
    left: unset !important;
    top: 20px !important;
    right: 2% !important;
}
body.page-ready-stock .ready-stock.collection-banner-image-content .banner-content {
    position: absolute;
    top: 20%;
    max-width: 600px;
    left: 5%;
}
body.page-ready-stock #ContactForm-prod button[type="submit"].button {
    width: 24%;
    margin: 0 auto;
}

.product-section-wrap .product__info-wrapper .custom-product-tabs .tab {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.product-section-wrap .product__info-wrapper .custom-product-tabs .tab .btn {
  position: relative;
  padding: 10px 20px;
  border: 1px solid #000;
  display: inline-block;
  cursor: pointer;
}
.product-section-wrap .product__info-wrapper .custom-product-tabs .tabContentWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #000;
  padding: 10px;
}
.product-section-wrap .product__info-wrapper .custom-product-tabs .tabContent {
  display: none;
  opacity: 0;
  transition: opacity 2s;
}
.product-section-wrap .product__info-wrapper .custom-product-tabs .slider {
  overflow: hidden;
}
.product-section-wrap .product__info-wrapper .custom-product-tabs .show {
  display: block;
  opacity: 1;
}


/* accordion */
 /* fieldset.js.product-form__input.custom-Size {
    display: none;
}

fieldset.js.product-form__input.custom-Material {
    display: none;
}
  .accordion-container {
    width: 100%
  }


  .accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  background-color: #fff;
  font-size: 20px;
  font-weight: normal;
  color: #000;
  cursor: pointer;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
  background-color: #fff;
}
.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #000;
}
.accordion-container .accordion-title.open::after {
  content: "";
  position: absolute;
  top: 15px;
  border: 8px solid transparent;
  border-bottom-color: #000;
}

.accordion-content {
    padding: 20px;
    border: 1px solid #d2d2d2;
}
.product.grid .product__info-wrapper .product__info-container .accordion-container .product-tab-content {
    margin-bottom: 20px;
}
/* .accordion-container .accordion-title:first-child {
    margin-bottom: 10px;
} 
.product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .center-4cs:after {
    content: "";
    position: absolute;
    left: 20%;
    width: 60%;
    border: 1px solid;
    transform: rotate(-41deg);
    top: 42%;
}
.product__accordion .summary__title .accordion__title {
    font-size: 20px;

    color: #000;
    font-weight: 400;
}
.product__accordion {
    border-color: #c1c1c1;
} */
/* .product__accordion .accordion__content p span {
    font-size: 16px;
    font-weight: 400;
    color: #4c4c4c;
} */
.section-header.shopify-section-group-header-group {
    z-index: 9999;
}
.page-ready-stock .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .button.rfq-collection-btn.rfq-btn {
    right: 0;
    left: unset;
    margin: 0;
    top: unset;
    width: 100%;
    font-size: 14px;
    height: auto;
    min-height: auto;
    padding: 12px 25px;
    bottom: 70px;
}
.page-ready-stock .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item:hover .button.rfq-collection-btn.rfq-btn {
    display: block;
}
/* .page-ready-stock .custom-coll .cstm-collection .product-grid-container {
    padding-top: 35px;
    padding-right: 65px;
} */
.section-header header.header .header__icons .quote-icon {
    display: flex;
    align-items: flex-end;
    margin-left: 10px;
}
.section-header header.header .header__icons .quote-icon svg {
    width: 26px;
    height: 26px;
}
.jewel-drop-down-menu-image {
    height: 420px;
    width: 100%;
}
.jewel-drop-down-menu-image img.Jewel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-request-for-quote .main-page-title {

    font-size: 40px;
}
.grfq-quote-widget-half-top {
    z-index: 99999 !important; 
}
.right-image-wrap .certified-trust-content .content-bg a,
.left-image-wrap .services-image-content-info .jewellery-service-content .content-bg a{
    text-decoration: unset;
}

body.page-ready-stock #ContactForm-prod .ready-stock-form .collection-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .product__accordion .accordion__content ul {
    padding: 0;
} */
/* .product__accordion .accordion__content ul li {
    list-style-type: none;
    font-size: 18px;

    color: #000;
    font-weight: 400;
    line-height: normal;
} */
/* .product__accordion .accordion__content p {
    color: #000000;
    font-weight: 400;
    line-height: normal;

    margin: 0 0 8px;
} */
.mega-menu[open] .mega-menu__content {
    padding-bottom: 0;
}
.template-search .card-wrapper .card__inner {
    height: 100%;
}
.template-search .product-grid-container ul.grid li.grid__item {
    height: 100%;
}
.product__accordion .accordion__content p strong {
    margin-bottom: 8px;
    font-weight: 400;
}
body.gradient.page-account.account {
    max-width: 100%;
    padding: 0;
}
body.gradient.page-account.account .announcement-bar-section {
    margin-top: 0;
}
body.gradient.page-account.account .announcement-bar-section .utility-bar {
    padding: 0;
}

.footer-bottom-right-wrapper div.custom_footer_right{
	height: 90%;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    color: white;
    padding: 9.5px 14px;
    background: rgba(44, 44, 84, 0.80);
    width:0px;
    overflow-y: scroll;
    display: none;
    z-index: 9;
}
.footer-bottom-right-wrapper .custom_footer_right.mydiv.footer_open_location {
    display: block;
}
.shopify-section-group-footer-group footer.footer {
    background: #2C2C54;
    position: relative;
}
.footer-bottom-right-wrapper #custom_footer_mybutton {
    width: 32px;
    height: 40%;
    position: absolute;
    top: 8%;
    right: 0px;
    background-color: #ddddf3;
    border-radius: 22px 0 0 22px;
    border: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.footer-bottom-right-wrapper #custom_footer_mybutton:hover{
  background:#fff;
  scale:1.1;
  transition:.5s;
  transform: translateX(-8px);
  /* box-shadow: -5px 0px 8px #81818191; */
}
.custom-mail-contact,
.custom-announcement-contact{
  text-decoration:none;
  color:#fff;
}
.map-locator svg{
  display:none;
}
.footer-bottom-right-wrapper #custom_footer_mybutton .location_text_info {
    transform: rotate(270deg);
    display: flex;
    /* font-size: 20px; */
    justify-content:center;
    color:#000;

    width: 100%;
    margin-right: -8px;
}
.footer-block.grid__item .footer-block__details-content .custom_map_code .footer_map_info .custom_footer_map {
    height: 100%;
    width: 100%;
    top: 143px;
    overflow: visible !important;
  display:inline-block;
}
.footer-block.grid__item .footer-block__details-content .custom_map_code {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}
  .gm-style-iw-d div {
    color: #000;
}
.footer-bottom-right-wrapper #custom_footer_mybutton .map-locator {
    display: flex;
    margin-right: -10px;
}
.footer-bottom-right-wrapper #custom_footer_mybutton .map-locator svg {
    height: 14px;
    width: 12px;
}
.page-quote-history h1.main-page-title {

    font-size: 35px;
}
.custom-login-wrapp .customer-login-wrap .custom-register .register-signup-btnn {
    margin-bottom: 20px;
}

/* Product description */
.description-flex {
  display: flex;
}
/* .product__accordion .accordion__content p.left-desc {
    width: 40%;
}
.product__accordion .accordion__content p.right-desc {
   width: 60%;
} */
/* .product__accordion .accordion__content h2.desc-heading {

    font-size: 20px;
    font-weight: 600;
    line-height: normal;
} */
/* .product__accordion .accordion__content * {

} */
/* new collection */
.custom-coll .cstm-collection .product-grid-container div#gf-tree {
    background: #d1cfec;
    padding: 15px;
    position: sticky;
    top: 100px;
    left: 0;
}
.gf-block-title .h3, .globo-dropdown-sort_options{
  background:#bdbbd8;
}
.custom-coll .cstm-collection .product-grid-container div#gf-grid {
    /* padding-top: 50px;
    padding-left: 19px !important;
    padding-right: 60px; */
    padding: 20px;
}
.custom-coll .cstm-collection .product-grid-container div#gf-grid ul#gf-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
/* .page-ready-stock .custom-coll .cstm-collection .product-grid-container div#gf-grid ul#gf-products {
    display: flex !important;
} */
.custom-coll .cstm-collection .product-grid-container div#gf-grid .gf-actions {
    width: 100%;
    margin: 0;
}
.custom-coll .cstm-collection .product-grid-container div#gf-tree .gf-filter-contents {
    position: sticky;
    top: 132px;
    left: 0;
}
.custom-coll .cstm-collection .product-grid-container {
    display: flex;
    width: 100%;
}
.custom-coll .cstm-collection .product-grid-container .collection {
    width: 100%;
}
/* .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item a.full-unstyled-link {
    display: none;
} */
.custom-coll .cstm-collection .product-grid-container div#gf-tree .h3 span {

    font-weight: 400;
    font-size: 14px;
}
.footer .footer__content-top .footer__blocks-wrapper {
    gap: 0;
}
.footer .footer__content-top .footer-block--menu {
    width: 30%;
}
.footer .footer__content-top .footer-block--image {
    width: 70%;
}
.card-wrapper .card .card__badge.bottom.left span {
    background: #fff;
    color: #000;
}
.card-wrapper .card .card__badge.bottom.left {
    position: absolute;
    top: 2%;
    right: 2%;
    grid-row-start: auto;
}
.grfq-modal--container {
    z-index: 99999 !important;
    top: 50px !important;
}
body.page-quote-history .page-width.page-width--narrow {
    min-height: 60vh;
}
.grfq-modal--container .grfq-modal--container-dialog {
    border: 1px solid #939393;
}
.footer-bottom-right-wrapper div.custom_footer_right .address_wrapper .address_info {
    display: flex;
    gap: 20px;
    position: relative;
    padding-bottom: 18px;
}
.footer-bottom-right-wrapper div.custom_footer_right .address_wrapper {
    background: #fff;
    margin-bottom: 9px;
    padding: 14px 26px;
}
.footer-bottom-right-wrapper div.custom_footer_right .address_wrapper .address_info img.location_img_info {
    width: 88px;
    height: 53px;
}
.footer-bottom-right-wrapper div.custom_footer_right .address_wrapper .address_info .locc-wrap {
    display: flex;
    flex-direction: column;
}
.footer-bottom-right-wrapper div.custom_footer_right .address_wrapper .address_info .locc-wrap span {
    color: #2C2C54;

    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer-bottom-right-wrapper div.custom_footer_right .address_wrapper p {
    margin: 0;
    color: #2C2C54;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.footer-bottom-right-wrapper div.custom_footer_right .address_wrapper .address_info:before {
    content: "";
    position: absolute;
    border: 0.2px solid #6E6E6E;
    width: 90%;
    bottom: 0;
    left: 4%;
}
.footer-bottom-right-wrapper div.custom_footer_right .address_wrapper .email-tel-wrap {
    display: flex;
    align-items: center;
    padding: 5px 0 0;
    justify-content: space-between;
}
.footer-bottom-right-wrapper div.custom_footer_right .address_wrapper .email-tel-wrap .email-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer-bottom-right-wrapper div.custom_footer_right .address_wrapper .email-tel-wrap a {
    color: #6E6E6E;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
.footer-bottom-right-wrapper div.custom_footer_right .cross_right_info {
    background: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 6px 14px 0;
    cursor: pointer;
}
.footer-bottom-right-wrapper div.custom_footer_right .cross_right_info img {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.dashboard-wrap ul .user-info .userinfo-wrap .profile-img {
    height: 54px;
    width: 54px;
    border-radius: 50%;
    overflow: hidden;
}
.custom-inventory-wrap.mb-inventory {
    display: none;
}
.dashboard-wrap .editimage-wrap div#image-update .cf-form-actions {
    margin-top: 0;
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}
.dashboard-wrap .editimage-wrap div#image-update .cf-form-actions button {
    padding: 12px 16px;
    margin: 0;
    font-size: 12px;
    border-radius: 36px;
    height: auto;
    min-height: auto;
}
.dashboard-wrap .editimage-wrap div#image-update .cf-form-actions button {
    padding: 12px 16px;
    margin: 0;
    font-size: 12px;
    border-radius: 36px;
    height: auto;
    min-height: auto;
}
.account-regg-wrapp .customer.account .customer-details .acc-content .cus-deatils p span {
    color: #9f9f9f;
}
.section-header .header-wrapper .header__icons {
    align-items: center;
}

.header__icons .header__icon--account.link {
    height: 40px;
    width: 60px;
}
.section-header .header-wrapper .header__icons .customer-login a.logout-cust,
.section-header .header-wrapper .header__icons .customer-login a.login-cust {
    font-size: 14px;
    color: #000;
    letter-spacing: unset;
    text-decoration: unset;
}
.header__search .header__icon span {
    margin-top: -5px;
}
.left-image-wrap .services-image-content-info .jewellery-service-image.mbl-slider,
  .right-image-wrap .services-image-content-info .jewellery-service-image.mbl-slider  {
    display: none;
}

/* Virtual popop */
.custom-popup-overlay{
  visibility:hidden;
  position:absolute;
  background:#ffffff;
  width: 65%;
  height: auto;
  left: 50%;
  transform: translate(-50%);
  top: 10%;
}
.custom-popup-overlay.active{
  visibility:visible;
  text-align:center;
}

.custom-popup-content {
 visibility:hidden;
}

.custom-popup-content.active {
  visibility:visible;
}
/* End Virtual popop */

.photgraphy-slider .owl-stage-outer .images-auto-slider {
    height: 400px;
}
.photgraphy-slider .owl-stage-outer .images-auto-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.calendly-overlay .calendly-popup-close {
    display: block;
}
.announcement-bar-section .custom-annoucement-wrap a.ann-right-wrap {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 7px;
    margin: 0;
    font-size: 12px;
}
.section-header .header-wrapper .header__icons .customer-login a svg,
.hulk-wishlist-icon{
    width: 20px;
    height: 20px;
}
.customer-login,.hulk-wishlist-icon{
  width:28px;
  padding:5px;
}
.customer-login {
    display: block;
}
.account-regg-wrapp .quote-account-hstry {
    width: 78%;
}
.account-regg-wrapp .customer.addresses .add-heading button {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
.custom-policy-wrap .tabcontent h1 {
    font-size: 18px;
}
.custom-policy-wrap .tabcontent table {
    margin-top: 15px;
}
.custom-policy-wrap .tabcontent p span {
    font-size: 16px;
}
.account-regg-wrapp .customer.account .customer-details .acc-content .deatis-btn button.dash-btns:hover,
.account-regg-wrapp .customer.addresses ul.address-info button:hover{
    background: #fff;
    color: #2c2c54;
}
.loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .steps-item .steps-content h1{
    margin: 0 5px 0 0;
    font-size: 22px;
    color: #fff;
}
.services-image-content-info .content-bg a.services-btn {
    border: 1px solid #000;
    color: #000;
    padding: 9px 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
}
.mount-tabs-wrap .tabs__tab {
    padding: 0 100px 70px;
}
.mount-tabs-wrap .tabs__tab .images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 35px 25px;
}
.mount-tabs-wrap .tabs__tab .images-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tab-cont-info-wrap.mobile-wrap {
    display: none;
}
.tab-content-wrapp .coll-tabs-btns {
    display: none;
}
.custom-banner-slider .banner-wrapper .banner-img-wrapper.for-mbl {
    display: none;
}
.announcement-bar-section .custom-annoucement-wrap a.ann-right-wrap span {
    display: flex;
    align-items: center;
}
.for-mbl {
    display: none;
}
.product__accordion.accordion summary .accordion__title {

    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.section-header header.header .header__icons .quote-icon svg:hover,.section-header header.header .header__icons .header-wishlist:hover, .section-header header.header .header__icons .customer-login svg:hover {
    transform: scale(1.07);
}
.collection.featured-collection-wrap .slider-component-full-width ul li .card-wrapper {
    height: auto;
}
.page-width.collection-list-cstm-wrapper ul.collection-list .collection-list__item .card .card__content .card__information a {
    text-decoration: unset;
}
.collection.featured-collection-wrap .slider-component-full-width ul li button {
    color: #fff;
}
.mount-tabs-wrap .tabs__buttons--container button.tabs__tab-btn:hover {
    background: unset;
}
.cad-Content .cad-service-wrap .service-image {
    text-align: center;
}


/* Product slider */

.product-section-wrap .product .product__media-wrapper .product-slider-thumbnails .outer {
  margin: 0 auto;
  max-width: 800px;
}
.product-section-wrap .product .product__media-wrapper #big .item {
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}
.product-section-wrap .product .product__media-wrapper #thumbs .item {
  height: 100px;
  line-height: 70px;
  padding: 0px;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.product-section-wrap .product .product__media-wrapper #thumbs .item h1 {
  font-size: 18px;
}
/* .owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'] */
.product-section-wrap .product .product__media-wrapper #big.owl-theme {
  position: relative;
}
.product-section-wrap .product .product__media-wrapper #big.owl-theme .owl-next,
.product-section-wrap .product .product__media-wrapper #big.owl-theme .owl-prev {
  background: #fff;
  width: 35px;
  line-height: 40px;
  height: 35px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-section-wrap .product .product__media-wrapper #big.owl-theme .owl-prev {
  left: 10px;
}
.product-section-wrap .product .product__media-wrapper #big.owl-theme .owl-next {
  right: 10px;
}
.product-section-wrap .product .product__media-wrapper #thumbs.owl-theme .owl-next,
.product-section-wrap .product .product__media-wrapper #thumbs.owl-theme .owl-prev {
  background: #333;
}
/* End Product slider */

.loose-Content .main-loose-wrap .loose-image {
    text-align: center;
}
.register-signup .customer.register .cf-verify-email-message {
    margin-bottom: 100px;
}
.register-signup .logo-img {
    display: none;
}
/*------------------20-09-2023-----------------*/
.animate--slide-in .title--primary a {
    border: 1px solid #2c2c54;
    text-decoration: none;
    padding: 9px 10px;
    border-radius: 9px;
    background: #2c2c54;
    color: #fff;
    font-size: 20px;
    letter-spacing: .1rem;
}
.animate--slide-in .title--primary a:hover {
    background: #fff;
    color: #2c2c54;
}
.hulk__wishlist-wrap .wishlist__product-content {
    display: none;
}
.hulk__wishlist-wrap .wishlist-status {
    display: none;
}
body.order {
    max-width: 100%;
    padding: 0;
    width: 100%;
    margin: 0;
}
body.order .utility-bar.utility-bar--bottom-border {
    padding: 0 !important;
}
body.order .announcement-bar-section {
    margin: 0 !important;
}
body.order .customer.order {
    max-width: 100%;
    width: 100%;
}
body.order .footer-bottom-right-wrapper #custom_footer_mybutton {
    right: 3px;
}
body.order .customer.order .order-details-wrap {
    flex-direction: column;
    gap: 25px;
}
body.order .footer-bottom-right-wrapper #custom_footer_mybutton .map-locator svg {
    margin-right: 0;
}
nav#top-collection_list ul li {
    list-style-type: none;
}
nav#top-collection_list ul li a {
    /* text-decoration: unset; */
    color: #000;
}
nav#top-collection_list ul ul.dropdown-menu {
    padding: 0;
}
body.page-ready-stock .collection.featured-collection-wrap {
    padding-top: 30px;
}
body.page-ready-stock .collection.featured-collection-wrap h2.title {
    font-size: 30px;

    font-weight: 300;
    opacity: 1;
    text-align: center;
}
body.page-ready-stock .collection.featured-collection-wrap ul.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
body.page-ready-stock .collection.featured-collection-wrap ul.product-grid li {
    width: 100%;
    max-width: 100%;
    position: relative;
}
nav#top-collection_list ul.ready-collection {
    padding: 0 70px;
      margin: 25px 0 0;
}
nav#top-collection_list ul ul.dropdown-menu li {
    margin-bottom: 10px;
    line-height: normal;
}
nav#top-collection_list ul ul.dropdown-menu li a {
    text-decoration: unset;
}
.custom-policy-wrap .tabcontent table td {
    min-width: 250px;
    text-align: center;
    border: 1px solid #000;
    color: #000;
    font-weight: 300;
    padding: 12px 15px;
}
.custom-policy-wrap .tabcontent table th {
    border: 1px solid #000;
    text-align: center;
    color: #000;
    font-weight: 300;
}

.custom-policy-wrap .tabcontent table {
  border-collapse: collapse;
  width: auto;
  border: 1px solid #000;
}




@keyframes lineAnim {
    0% {
        left: -40%;
     }
    50% {
         left: 0%;
        width: 100%;
    }
     100% {
         left: 100%;
         width: 100%;
     }
}

@keyframes scrollDiv {
  0% {
      opacity: 0;
      transform: translateX(-3rem);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes scrollDivDown {
  0% {
      opacity: 0;
      transform: translateY(-3rem);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes scrollDivRight {
  0% {
      opacity: 0;
      transform: translateX(3rem);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .main-order-wrap .order-image .order-org-image {
    top: -23px;
    left: 110px;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-dots {
    top: 23%;
  }
  .product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .center-4cs:before {
    top: 52px;
    width: 62%;
    border: 1px solid;
    transform: rotate(41deg);
    left: 19%;
  }
  .product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .center-4cs:after {
    left: 19%;
    width: 62%;
    border: 1px solid;
    transform: rotate(-41deg);
    top: 42%;
  }
    /* .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .button.rfq-collection-btn.rfq-btn {
    top: 276px;
  }
  .page-ready-stock .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .button.rfq-collection-btn.rfq-btn {
    top: 276px;
  } */
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  .main-order-wrap .order-image .order-org-image {
    top: 6%;
    left: 58px;
  }
  .main-order-wrap .order-image {
    text-align: center;
  }
  /* .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .button.rfq-collection-btn.rfq-btn {
    top: 237px;
  }
  .page-ready-stock .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .button.rfq-collection-btn.rfq-btn {
    top: 238px;
  } */
}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {
  .product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .center-4cs:before {
    top: 48px;
    width: 60%;
    transform: rotate(42deg);
    left: 20%;
  }
  .product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .center-4cs:after {
    left: 19.5%;
    width: 61%;
    border: 1px solid;
    transform: rotate(-43deg);
    top: 42%;
  }
}


@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .jewellery-slider .jewel-wrap {
    padding: 70px 80px 118px;
  }
  .main-order-wrap .order-image .order-org-image {
    top: 75px;
    left: 52px;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-dots {
    top: 22%;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content span.arrow {
    bottom: -7px;
  }
  .left-image-wrap .services-image-content-info .jewellery-service-content .content-bg {
    padding: 73px 28px 36px 90px;
  }
  .product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .center-4cs:before {
    top: 41%;
    width: 58%;
    border: 1px solid;
    transform: rotate(51deg);
    left: 21%;
  }
  .product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .center-4cs:after {
    left: 21%;
    width: 58%;
    border: 1px solid;
    transform: rotate(-51deg);
    top: 42%;
  }
  body.page-quote-history .page-width.page-width--narrow {
    min-height: 70vh;
  }
  .grfq-modal--container {
    top: 90px !important;
  }
  /* .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .card .card__inner {
    height: 250px;
  }*/
  /* .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .button.rfq-collection-btn.rfq-btn {
    top: 180px;
  }
  .page-ready-stock .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .button.rfq-collection-btn.rfq-btn {
    top: 180px;
  } */
}

@media only screen and (min-width: 1100px) and (max-width: 1200px) {
  .collection-wrapper .custom-collection-text-image-wrap .custm-collection-img .custm-coll-img-wrapp {
    height: 450px;
  }
  .custom-banner-slider .owl-dots {
    bottom: 16px;
    left: 122px;
  }
  .custom-content-slider-wrap .content-info {
    gap: 15px;
    padding: 60px 80px 60px 42px;
  }
  .custom-content-slider-wrap .content-info h1 {
    font-size: 35px;
  }
    .jewellery-slider .jewel-wrap {
    padding: 70px 80px 118px;
  }
  .main-order-wrap .order-image .order-org-image {
    top: 110px;
    left: 42px;
  }
  .custom-login-wrapp {
    padding-bottom: 110px;
  }
  /* .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .button.rfq-collection-btn.rfq-btn {
    top: 148px;
  }
  .page-ready-stock .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .button.rfq-collection-btn.rfq-btn {
    top: 150px;
  } */
}

@media only screen and (min-width: 821px) and (max-width: 1100px) {
  .custom-content-slider-wrap .content-info {
    padding: 40px;
  }
  .newsletter.center {
    padding: 55px 25px 61px;
    gap: 65px;
  }
  .jewellery-slider .jewel-wrap {
    padding: 70px 60px 118px;
  }
  .main-order-wrap .order-image .order-org-image {
    top: 24%;
  }
  .require-content {
    padding: 40px 25px 50px;
  }
  .require-content {
    padding: 40px 25px 50px;
  }
  .right-image-wrap .certified-trust-content .content-bg {
    padding: 75px 60px 54px;
  }
  .left-image-wrap .services-image-content-info .jewellery-service-content .content-bg {
    padding: 72px 28px 46px 60px;
  }
  .left-image-wrap .services-image-content-info, .right-image-wrap .services-image-content-info {
    padding: 0 60px 36px;
  }
  .custom-inventory-wrap .invertory-content-slider {
    padding: 50px 40px 25px;
  }
  .custom-inventory-wrap .invertory-content-slider .inventory-btn-wrapp {
    gap: 30px;
  }
  .custom-shipping-wrapper {
    padding: 78px 30px 53px;
  }
  .custom-content-slider-wrap .content-info {
    gap: 35px;
  }
  body.index .custom-content-slider-wrap .content-info h1 {
    font-size: 25px;
  }
  body.index .tab-content-wrapp .tab-cont-info-wrap h1 {
    font-size: 30px;
  }
  .cad-Content .cad-service-wrap .service-image .service-org-image,
  .mounting-wrap .mounting-image .mounting-org-image,
  .photography-Content .photography-wrap .photography-image .photography-org-image {
    top: 22%;
  }
  .cad-tabs-wrap .cad-content-info {
    padding: 0 50px 65px;
  }
  /* .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .button.rfq-collection-btn.rfq-btn {
    top: 110px;
  } */
}

@media only screen and (max-width: 820px) {
  .custom-banner-slider .banner-wrapper .banner-text {
    padding: 60px 40px;
  }
  .custom-banner-slider .owl-dots {
    bottom: 18px;
  }
  .collection-wrapper .custom-collection-text-image-wrap .custm-collection-img .custm-coll-img-wrapp {
    height: auto;
  }
  .collection-wrapper .custom-collection-text-image-wrap .custm-collection-img h1 {
    font-size: 25px;
    text-align: center;
  }
  body.index .tab-content-wrapp .tab-cont-info-wrap h1 {
    font-size: 30px;
  }
  .custom-content-slider-wrap {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 45px 30px 55px;
    height: auto;
  }
  .custom-content-slider-wrap .right-side-image-slider .owl-carousel .item img {
    width: 100vw;
    height: 100%;
    object-fit: cover;
  }
  /* .custom-content-slider-wrap .right-side-image-slider .owl-carousel .item {
    height: 500px;
  } */
  @media screen and (max-width: 768px) {
  .right-side-image-slider .item{
    width:90vw!important;
  }
  .custom-content-slider-wrap .right-side-image-slider .owl-carousel .item {
    height: 100%;
    } 
  }
  .custom-inventory-wrap .invertory-content-slider .custom-inventory-slider {
    display: block;
  }
  .custom-content-slider-wrap .content-info {
    width: 100%;
  }
  .custom-content-slider-wrap .right-side-image-slider {
    width: 100%;
    padding-left: 0;
  }
  .custom-inventory-wrap {
    flex-direction: column-reverse;
  }
  .custom-inventory-wrap .inventory-left-image {
    width: 100%;
  }
  .custom-inventory-wrap .invertory-content-slider {
    width: 100%;
  }
  .custom-inventory-wrap .invertory-content-slider .inventory-btn-wrapp {
    justify-content: center;
  }
  body.index .newsletter.center .newsletter__wrapper .inline-richtext {
    font-size: 30px;
  }
  .coll-tab-wrapper .tabContentWrap {
    padding: 0 30px 81px;
  }
  .tab-content-wrapp {
    display: flex;
    gap: 25px;
  }
  .tab-content-wrapp .tab-cont-info-wrap a.tab-buy-btn {
    width: 80%;
    font-size: 18px;
  }
  .custom-inventory-wrap .inventory-left-image {
    height: 500px;
  }
  .custom-inventory-wrap .inventory-left-image img {
    object-fit: cover;
  }
  .main-order-wrap {
    flex-direction: column-reverse;
    padding: 0 60px 60px;
  }
  .main-order-wrap .order-content,
  .main-order-wrap .order-image {
    width: 100%;
  }
  .main-order-wrap .order-image .order-org-image {
    top: 10%;
    left: 52px;
  }
  .main-order-wrap .order-content h1 {
    font-size: 50px;
    text-align: center;
  }
  .require-content {
    padding: 40px 20px 50px;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap {
    flex-direction: column;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider {
    width: 100%;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content {
    width: 70%;
    padding-bottom: 40px;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider .owl-nav {
    display: none;
  }
  .jewellery-slider .jewel-wrap {
    padding: 70px 50px 70px;
  }
  .collection-wrapper .custom-collection-text-image-wrap {
    margin-top: 45px;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider .pr-img-slider-wrap .product-img-slider {
    width: 30%;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider .owl-stage-outer .item {
    height: auto;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider .owl-stage-outer .item img,
  .pr-img-slider-wrap .product-img-slider img {
    object-fit: cover;
    object-position: center;
    height: 100%;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-item .item .steps-item ~h1 {
    width: 68%;
  }
  .product-section-wrap.page-width {
    padding: 70px 40px 72px;
  }
  .product-section-wrap.page-width .product.grid .product__info-wrapper {
    padding-left: 30px;
  }
  .collection.featured-collection-wrap {
    padding: 0px 40px 100px 40px;
  }
  .collection.featured-collection-wrap .slider-component-full-width {
    padding: 0;
  }
  .collection.featured-collection-wrap .slider-component-full-width ul {
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .left-image-wrap .services-image-content-info, .right-image-wrap .services-image-content-info {
    padding: 0 50px 36px;
  }
  .left-image-wrap .services-image-content-info .jewellery-service-content .content-bg {
    padding: 35px 30px 46px 30px;
  }
  .collection-customization-section {
    padding: 41px 20px;
  }
  .custm-mobile-shipping-wrap {
    display: block;
    padding: 50px 0;
  }
  .custom-shipping-wrapper {
    display: none;
  }
  .custm-mobile-shipping-wrap .owl-stage-outer .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .custm-mobile-shipping-wrap .owl-stage-outer .item img {
    width: 120px;
    height: 120px;
    object-fit: cover;
  }
  .custm-mobile-shipping-wrap .owl-stage-outer .item h1 {
    font-size: 35px;
    margin: 0 0 15px;
    line-height: normal;
    font-weight: 400;
    color: #000;
  }
  .custm-mobile-shipping-wrap .owl-stage-outer .item p {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #000;
  }
  .custom-policy-wrap .policy-menu {
    width: 30%;
  }
  .custom-policy-wrap .policy-content {
    width: 70%;
    padding: 60px 40px;
  }
  .policy-pages-banner-wrap .policy-banner-content {
    padding: 80px 0;
  }
  .custom-inventory-wrap {
    height: auto;
  }
  .cad-Content .cad-service-wrap .service-content h1,
  .mounting-wrap .mounting-content h1,
  .photography-Content .photography-wrap .photography-content h1 {
    font-size: 35px;
  }
  .photgraphy-slider {
    padding: 0 60px;
  }
  .cad-Content .cad-service-wrap .service-image .service-org-image,
  .mounting-wrap .mounting-image .mounting-org-image, 
  .photography-Content .photography-wrap .photography-image .photography-org-image {
    top: 10%;
  }
  .moile-icon-wrap p.ann-right-wrap {
    font-size: 15px;
    color: #000;
    padding: 10px 25px;
    margin: 0;
    display: flex;
    gap: 6px;
  }
  .moile-icon-wrap p.ann-right-wrap svg {
    fill: #000;
    width: 30px;
    height: 30px;
    text-transform: uppercase;
  }
  body.page-ready-stock #ContactForm-prod .ready-stock-form {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer .footer__content-top .footer__blocks-wrapper {
    padding: 0 40px;
  }
  .tab-content-wrapp .tab-img-wrap .tab-single-imgg .tab-imgg-infoo {
    height: 450px;
  }
  .tab-content-wrapp .tab-img-wrap .tab-single-imgg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
    /* .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .button.rfq-collection-btn.rfq-btn {
    position: unset;
    width: 100%;
    display: block;
  } */
  .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .card .card__inner {
    height: 100%;
    }
  .custom-coll .cstm-collection .product-grid-container div#gf-tree {
    width: 30%;
  }
  .custom-coll .cstm-collection .product-grid-container div#gf-grid {
    width: 70% !important;
  }
  .custom-coll .cstm-collection .product-grid-container div#gf-grid {
    padding-bottom: 80px;
  }
  .mounting-wrap {
    padding: 0 30px;
  }
  .mount-require-content {
    padding: 46px 46px 0;
  }
  .page-width.collection-list-cstm-wrapper ul.collection-list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    row-gap: 40px;
  }
  .coll-tab-wrapper .coll-tab {
    margin-bottom: 30px;
  }
  .dashboard-wrap {
    width: 30%;
  }
  .customer.account {
    width: 70%;
  }
  .account-regg-wrapp {
    gap: 25px;
    padding: 19px 30px 60px 23px;
  }
  .account-regg-wrapp .customer.account .headings h1.customer__title {
    font-size: 30px;
    padding-left: 20px;
  }
  .account-regg-wrapp .customer.account .headings {
    margin: 39px 40px 0 33px;
  }
  .account-regg-wrapp .customer.account .headings h1.customer__title {
    width: 80%;
  }
  .account-regg-wrapp .customer.account .headings a {
    width: 20%;
  }
  .account-regg-wrapp .customer.account .customer-details .acc-content {
    padding: 36px 30px 100px;
  }
  .account-regg-wrapp .customer.account .customer-details .acc-content .cus-deatils p:nth-child(2) {
    text-align: right;
  }
  .newsletter.center {
    padding: 55px 30px 61px;
    gap: 33px;
  }
  .services-image-content-info .content-bg h1 {
    margin: 0 0 15px;
    font-size: 25px;
  }
  .right-image-wrap .certified-trust-content .content-bg {
    margin-top: 0;
    padding: 35px;
    height: 100%;
  }
  .services-image-content-info .content-bg span {
    padding: 12px 20px;
    font-size: 18px;
  }
  .services-image-content-info .content-bg p {
    margin: 22px 0 15px;
  }
  .custom-coll .cstm-collection .product-grid-container div#gf-grid {
    padding-right: 30px;
  }
  /* .custom-coll .cstm-collection .product-grid-container div#gf-grid ul#gf-products {
    grid-template-columns: 1fr 1fr 1fr;
  } */
    .page-ready-stock .custom-coll .cstm-collection .product-grid-container div#gf-grid ul#gf-products {
    display: flex !important;
    }
  body.page-ready-stock #ContactForm-prod li.grid__item .card__inner {
    width: 100%;
    /* height: 220px; */
  }
  .tab-content-wrapp .tab-cont-info-wrap {
    width: 45%;
  }
  .tab-content-wrapp .tab-img-wrap {
    width: 55%;
  }
  .moile-icon-wrap p.ann-right-wrap a.ann-right-wrap {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: #000;
    text-decoration: unset;
    margin: 0;
    font-size: 18px;
  }
  .moile-icon-wrap p.ann-right-wrap svg {
    fill: #000;
    width: 30px;
    height: 30px;
    text-transform: uppercase;
  }
  .menu-drawer__navigation .menu-drawer__menu summary {
    justify-content: space-between;
    background: #fff;
  }
  .menu-drawer__navigation .menu-drawer__menu summary a {
    padding: 0;
    color: #000;
    text-decoration: unset;
  }
  .list-menu {
    background: #fff;
  }
  .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .card-wrapper {
    height: auto;
  }
  .services-image-content-info .jewellery-service-content .content-bg p, .services-image-content-info .content-bg p {
    margin: 25px 0 25px;
  }
  .cad-Content .cad-service-wrap, .photography-Content .photography-wrap, .loose-Content .main-loose-wrap {
    flex-direction: column-reverse;
  }
  .cad-Content .cad-service-wrap .service-content, 
  .cad-Content .cad-service-wrap .service-image,
  .photography-Content .photography-wrap .photography-content,
  .photography-Content .photography-wrap .photography-image,
  .loose-Content .main-loose-wrap .loose-content,
  .loose-Content .main-loose-wrap .loose-image {
    width: 100%;
  }
  .cad-Content .cad-service-wrap, .photography-Content .photography-wrap, .loose-Content .main-loose-wrap {
    padding: 0 60px 60px;
  }
  .cad-tabs-wrap .cad-content-info {
    padding: 0 0 65px;
  }
  .cad-tabs-wrap .main-heading h1 {
    font-size: 30px;
  }
  .cad-tabs-wrap .tabs__tab .images-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .jewellery-slider .jewel-wrap, .loose-cust-slider .loose-wrap {
    padding: 70px 50px 80px;
  }
  .mounting-wrap {
    flex-direction: column-reverse;
    padding: 0 30px 60px;
  }
  .mounting-wrap .mounting-content, .mounting-wrap .mounting-image {
    width: 100%;
  }
  .mounting-wrap .mounting-image .mounting-org-image {
        top: 7%;
  }
  .mount-tabs-wrap .tabs__tab {
    padding: 0 60px 70px;
  }
  .mount-tabs-wrap .tabs__tab .images-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .mount-tabs-wrap .tabs__tab slider-component {
    padding: 0;
  }
  .mount-tabs-wrap .mount-collection-tab .gradient ul li:first-child {
    margin-left: 0;
  }
  .mount-tabs-wrap .mount-collection-tab .gradient ul {
    gap: 8px;
  }
  .photography-Content .photography-wrap .photography-image {
    text-align: center;
  }
  .collection-wrapper .custom-collection-text-image-wrap .custm-collection-img .custm-coll-img-wrapp:hover .hover-info {
    display: none;
  }
  .product-form__buttons button.product-form__quote {
    width: 70%;
    max-width: 70%;
  }
  .chat-social-button {
    width: 82%;
  }
  .custom-coll .cstm-collection .product-grid-container div#gf-grid .collection-banner.products {
    grid-column: 2/4;
    height: 250px;
  }
  .product-form__buttons {
    flex-wrap: wrap;
  }
  .collection.featured-collection-wrap .slider-component-full-width .slider-buttons {
    right: 0px;
  }
  .collection.featured-collection-wrap .slider-component-full-width ul li {
    width: 50%;
    max-width: 50%;
    text-align: center;
  }
  .collection.featured-collection-wrap .slider-component-full-width ul li button {
    width: 170px;
  }
  .menu-drawer__navigation .menu-drawer__menu details#Details-menu-drawer-menu-item-1[open] svg {
    transform: rotate(180deg);
  }
  .menu-drawer__navigation .menu-drawer__menu details#Details-menu-drawer-menu-item-1[open] #link-product svg {
    transform: unset;
  }
  .menu-drawer__navigation .menu-drawer__menu #link-product details#Details-menu-drawer-product-loose-diamonds[open] svg {
    transform: rotate(180deg);
  }
    .menu-drawer__navigation .menu-drawer__menu #link-product details#Details-menu-drawer-product-jewelries[open] svg {
    transform: rotate(180deg);
    }
  .custom-login-wrapp .customer.login {
    max-width: 85% !important;
  }
  .custom-login-wrapp .customer-login-wrap .custom-customer-login-form {
    padding: 60px 40px 100px 40px;
  }
  .custom-login-wrapp {
    padding-bottom: 80px;
    margin: 75px auto 0;
  }
  .register-signup .customer.register {
    max-width: 85% !important;
    padding: 49px 40px 45px !important;
  }
  .register-signup .customer.register form button {
    font-size: 20px;
  }
  .page-ready-stock .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .button.rfq-collection-btn.rfq-btn:before,
  .page-ready-stock .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .button.rfq-collection-btn.rfq-btn:after{
    position: unset;
  }
  .custom-coll .cstm-collection .product-grid-container div#gf-grid ul#gf-products {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider .owl-dots,
  .loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .owl-dots {
    bottom: -10px;
  }
  .photgraphy-slider .owl-stage-outer .images-auto-slider {
    height: 300px;
  }
}


@media only screen and (max-width: 767px) {
  .custom-banner-slider .banner-wrapper {
    /* height: 600px; */
    flex-direction: column-reverse;
  }
  .custom-banner-slider .banner-wrapper .banner-text {
    width: 100%;
    padding: 25px 25px 50px;
  }
  .custom-banner-slider .banner-wrapper .banner-img-wrapper {
    width: 100%;
    /* height: 230px; */
  }
  body.index .custom-banner-slider .banner-wrapper .banner-text h1 {
    font-size: 24px;
    width: 100%;
    max-width: 100%;
  }
  body.index .custom-banner-slider .banner-wrapper .banner-text p {
    margin: 15px 0 20px;
    font-size: 15px;
    width: 100%;
    max-width: 100%;
  }
  body.index .custom-banner-slider .banner-wrapper .banner-text a {
    font-size: 14px;
    gap: 6px;
    width: 100%;
    height: 45px;
    width: 170px;
  }
  .shopify-section.collection-images .collection-wrapper {
    padding: 40px 20px;
  }
  body.index .collection-wrapper .collection-text h1 {
    font-size: 24px;
  }
  body.index .collection-wrapper .collection-text p {
    margin: 15px auto 0;
    font-size: 16px;
  }
  .custom-content-slider-wrap {
    padding: 0px;
    flex-direction: column;
    gap: 0;
  }
  .custom-content-slider-wrap .right-side-image-slider {
    width: 100%;
  }
  .custom-content-slider-wrap .content-info {
    gap: 20px;
    padding: 40px 20px;
    width: 100%;
  }
 body.index .custom-content-slider-wrap .content-info h1 {
    font-size: 24px;
  }
  .custom-content-slider-wrap .content-info button {
    font-size: 16px;
    width: 70%;
    height: 45px;
    gap: 12px;
  }
  .custom-inventory-wrap {
    display: flex;
    flex-direction: column;
  }
  .custom-inventory-wrap .inventory-left-image {
    width: 100%;
    line-height: 1;
  }
  .custom-inventory-wrap .invertory-content-slider {
    width: 100%;
    padding: 25px 20px 35px;
  }

  .custm-mobile-shipping-wrap .owl-stage-outer .item {
    padding-top: 35px;
  }
  .custom-inventory-wrap .invertory-content-slider .custom-inventory-slider {
    display: none;
  }
   .collection-wrapper .custom-collection-text-image-wrap .custm-collection-img .custm-coll-img-wrapp {
    height: 350px;
  }
  body.index .collection-wrapper .custom-collection-text-image-wrap .custm-collection-img h1 {
    font-size: 22px;
    text-align: center;
  }
  body.index .custom-inventory-wrap .invertory-content-slider h1 {
    font-size: 24px;
    text-align: center;
  }
  body.index .custom-inventory-wrap .invertory-content-slider p {
    /* font-size: 16px; */
    margin: 20px 0 20px;
  }
  .custom-inventory-wrap .invertory-content-slider .inventory-btn-wrapp {
    gap: 12px;
    margin-top: 30px;
  }
  .newsletter.center {
    padding: 45px 10px 45px;
    gap: 20px;
    flex-direction: column;
  }
  body.index .newsletter.center .newsletter__wrapper .inline-richtext {
    font-size: 24px;
  }
  .newsletter.center .newsletter__wrapper .newsletter__subheading {
    font-size: 16px;
  }
  .newsletter.center .newsletter__wrapper~div {
    width: 100%;
  }
  .newsletter.center form#contact_form .newsletter-form__field-wrapper button#Subscribe {
    font-size: 16px;
    width: 30%;
  }
  /* .newsletter.center form#contact_form .newsletter-form__field-wrapper input {
    height: auto;
  }
  .newsletter.center form#contact_form .newsletter-form__field-wrapper label.field__label {
    font-size: 16px;
    top: 18px;
    left: 18px;
  } */
  .custom-shipping-wrapper {
    display: grid;
    padding: 45px 0;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
    justify-content: unset;
  }
  body.index .collection-wrapper .custom-collection-text-image-wrap .custm-collection-img a {
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .collection-wrapper .custom-collection-text-image-wrap .custm-collection-img a span {
    justify-content: center;
  }
  .tab-content-wrapp .tab-img-wrap .tab-single-imgg:hover img {
    transform: unset;
  }
  .collection-wrapper .custom-collection-text-image-wrap .custm-collection-img {
    margin-bottom: 20px;
    gap: 16px;
  }
  .owl-carousel .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
  }
  .custom-content-slider-wrap .right-side-image-slider .owl-carousel .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
  }
  body.index .custom-content-slider-wrap .content-info p {
    font-size: 16px;
  }
  .custom-content-slider-wrap .content-info a {
    width: 186px;
    height: 45px;
  }
  body.index .custom-inventory-wrap .invertory-content-slider .inventory-btn-wrapp a.invent-btn {
    margin: 0 auto;
    width: 50%;
    font-size: 16px;
    height: 45px;
  }
  .custom-shipping-wrapper .shipping-info {
    width: 390px;
  }
  .custom-shipping-wrapper::-webkit-scrollbar {
    display: none;
  }
  .shopify-section-group-footer-group footer.footer .footer-block .footer-block__details-content li a.link, .custom-mail-contact{
    font-size: 16px;
    justify-content: center;
  }
  .shopify-section-group-footer-group footer.footer .footer-block .footer-block__details-content li {
    margin-bottom: 12px;
  }
  body.index .coll-tab-wrapper .coll-tab .btn {
    font-size: 16px;
    margin-right: 16px;
    padding-bottom: 14px;
  }
  body.index .tab-content-wrapp .tab-img-wrap .tab-single-imgg h1 {
    font-size: 14px;
    text-align: center;
  }
  .coll-tab-wrapper .coll-tab {
    margin-bottom: 25px;
    padding-top: 40px;
  }
  .custom-inventory-wrap .invertory-content-slider .invent-btn button {
    width: 100%;
    height: 45px;
    font-size: 16px;
  }
  .tab-content-wrapp .tab-cont-info-wrap {
    display: none;
  }
  .tab-content-wrapp .tab-img-wrap {
    width: 100%;
  }
  .coll-tab-wrapper .tabContentWrap {
    width: 100%;
    padding: 0 20px 40px;
  }
  .collection-wrapper .custom-collection-text-image-wrap {
    margin-top: 30px;
  }
  .custom-banner-slider .banner-wrapper .banner-text a svg {
    width: 22%;
  }
  .announcement-bar-section .custom-annoucement-wrap {
    align-items: center;
    padding: 12px;
  }
  .announcement-bar-section .custom-annoucement-wrap .announce-left-wrap {
    gap: unset;
    justify-content: space-between;
    width: 100%;
  }
  .custom-banner-slider .owl-dots .owl-dot span {
    font-size: 12px;
  }
  .custom-banner-slider .owl-dots {
    bottom: 4%;
    left: 50%;
    transform: translate(-50%);
  }
  .custom-banner-slider .owl-dots .owl-dot:last-child span {
    width: 13px;
    overflow: hidden;
  }
  .collection-wrapper .custom-collection-text-image-wrap .custm-collection-img a span svg {
    width: 22%;
  }
  .announcement-bar-section .custom-annoucement-wrap p {
    text-align: left;
    text-decoration: unset;
  }
  #loading_container img {
    width: 170px;
    margin: 0 auto;
  }
  #loading_container {
    padding: 35px;
  }
  #loading_container .loading_indicator {
    width: 100%;
    margin: 60px auto;
  }
  #loading_container h1 {
    font-size: 30px;
    text-align: center;
  }
  .animation {
    opacity: 1;
  }
  .animation.start {
    animation: none;
  }
  .shopify-section-group-footer-group footer.footer .footer-botm-cstm {
    flex-direction: column;
    padding: 20px;
  }
  .shopify-section-group-footer-group footer.footer .footer-botm-cstm .footer-social-icons {
    gap: 12px;
  }
  .shopify-section-group-footer-group footer.footer .footer-botm-cstm .footer-social-icons svg {
    width: 30px;
  }
  .shopify-section-group-footer-group footer.footer .footer-botm-cstm .footer-info p {
    font-size: 14px;
    text-align: center;
  }
  .shopify-section-group-footer-group footer.footer .footer-botm-cstm .copyright-info span {
    font-size: 14px;
    text-align: center;
    display: block;
  }
  .page-width.collection-list-cstm-wrapper {
    padding: 20px;
  }
  .page-width.collection-list-cstm-wrapper ul.collection-list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    row-gap: 30px;
  }
  body.page-collections .page-width.collection-list-cstm-wrapper ul.collection-list .collection-list__item .card .card__content .card__information h3.card__heading {
    font-size: 18px;
  }
  body.page-collections .page-width.collection-list-cstm-wrapper ul.collection-list .collection-list__item .card .card__content .card__information h3.card__heading a {
    font-size: 16px;
    margin-top: 12px;
  }
  .page-width.collection-list-cstm-wrapper ul.collection-list .collection-list__item .card .card__content {
    margin-top: 12px;
  }
  /* .banner.banner--content-align-center {
    height: 28rem;
    min-height: 28rem;
  } */
  .coll-ann-banner-wrap {
    flex-direction: column;
    gap: 0;
    padding-bottom: 30px;
  }
  .coll-ann-banner-wrap .coll-banner-imgg {
    width: 55%;
    text-align: center;
  }
  .coll-ann-banner-wrap .coll-banner-imgg img {
    width: 100%;
    height: auto;
  }
  .coll-ann-banner-wrap .coll-banner-info {
    width: 100%;
  }
  .coll-ann-banner-wrap .coll-banner-info h1 {
    font-size: 22px;
    text-align: center;
    margin: 0 0 15px;
  }
  .coll-ann-banner-wrap .coll-banner-info p {
    text-align: center;
    font-size: 16px;
  }
  .collection-customization-section {
    gap: 40px;
    padding: 20px 20px 40px;
    flex-direction: column;
  }
  .collection-customization-section .customization-image {
    width: 100%;
  }
  .collection-customization-section .customization-content {
    width: 100%;
  }
  .collection-customization-section .customization-image .custom-img-bg-wrapper {
    margin: 0 auto;
    width: 210px;
    height: 210px;
  }
  .collection-customization-section .customization-image img {
    width: 180px;
    height: 180px;
  }
  .shopify-section.jewellery-cutomization {
    padding-top: 0;
  }
  .collection-customization-section .customization-content h1 {
    font-size: 25px;
    margin: 0 0 18px;
  }
  .collection-customization-section .customization-content p {
    font-size: 16px;
  }
  .collection-customization-section .customization-content span {
    font-size: 16px;
    gap: 9px;
  }
  .collection-hero.collection-hero--with-image .collection-hero__inner .collection-hero__text-wrapper .collection-hero__title {
    font-size: 25px;
  }
  .collection-hero--with-image .collection-hero__text-wrapper .collection-hero__description {
    margin: 0;
  }
  .custom-coll {
    padding-top: 0 !important;
  }
  .custom-coll .cstm-collection .product-grid-container {
    padding: 30px 20px;
  }
  .custom-coll .cstm-collection .product-grid-container .grid.product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    row-gap: 25px;
  }
  .custom-coll {
    padding-top: 0;
  }
  .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item:last-child {
    grid-column: auto;
  }
  .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item:nth-child(4) {
    grid-column: auto;
  }
  .collection-banner-image-content .banner-content {
    padding: 20px;
  }
  .collection-banner-image-content .banner-content h1 {
    font-size: 25px;
  }
  .collection-banner-image-content .banner-content p {
    font-size: 16px;
  }
  .product-section-wrap.page-width {
    max-width: 100%;
    width: 100%;
    padding: 20px;
  }
  .product-section-wrap.page-width .product.grid .grid__item.product__media-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .product-section-wrap.page-width .product.grid .product__info-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .product__info-wrapper .product__info-container .product__title h1 {
    font-size: 25px;
    text-align: center;
    margin: 0 0 15px;
  }
  .product__info-wrapper .product__info-container .product__description span {
    font-size: 16px;
    text-align: center;
    display: block;
  }
  .product-section-wrap .product.grid .product__info-wrapper .custom-product-tabs .tab {
    position: unset;
    background: unset;
    width: 100%;
    justify-content: center;
  }
  .product-section-wrap .product.grid .product__info-wrapper .custom-product-tabs .tab .btn {
    font-size: 13px;
  }
  .product__info-wrapper .product__info-container variant-radios legend.form__label {
    font-size: 18px;
  }
  .product__info-wrapper .product__info-container variant-radios {
    margin-bottom: 40px;
  }
  .product-section-wrap.page-width .product.grid .product__info-wrapper .rfq-collection-btn {
    font-size: 18px;
    width: 100%;
    margin-top: 12px;
  }
  .custom-product-grid-slider .product-border .owl-carousel .owl-stage-outer {
    margin-bottom: 20px;
    height: auto;
  }
  .custom-product-grid-slider .product-border {
    padding: 15px 15px;
  }
  .custom-product-grid-slider {
    padding: 25px 12px;
  }
  .collection.featured-collection-wrap .collection__title .title {
    font-size: 18px;
  }
  .collection.featured-collection-wrap slider-component {
    padding: 0;
  }
  .collection.featured-collection-wrap .slider-component-full-width .slider-buttons button svg {
    height: 6px;
  }
  .product-section-wrap .product.grid .product__info-wrapper .custom-product-tabs .tabContentWrap .product-tab-content {
    margin-bottom: 30px;
  }
  .collection.featured-collection-wrap .slider-component-full-width ul .card__content .card__information h3 {
    font-size: 16px;
  }
  .custom-product-grid-slider .product-border .owl-carousel .owl-nav button.owl-next {
    right: 16%;
    bottom: -7px;
    width: 45px;
    height: 25px;
  }
  .custom-product-grid-slider .product-border .owl-carousel .owl-nav button.owl-prev {
    left: 17%;
    bottom: -7px;
    width: 45px; 
    height: 25px;
  }
  .left-image-wrap .services-image-content-info {
    padding: 0 ;
    flex-direction: column;
  }
  .right-image-wrap .services-image-content-info {
     padding: 0 ;
    flex-direction: column-reverse;
  }
  .left-image-wrap .services-image-content-info .jewellery-service-image,
  .right-image-wrap .services-image-content-info .certified-trust-image {
    width: 100%;
    flex-direction: column;
  }
  .left-image-wrap .services-image-content-info .jewellery-service-content,
  .right-image-wrap .services-image-content-info .certified-trust-content {
    width: 100%;
  }
  .left-image-wrap .services-image-content-info .jewellery-service-image img,
  .right-image-wrap .services-image-content-info .certified-trust-image img {
    height: 400px;
  }
 .left-image-wrap .services-image-content-info .jewellery-service-content .content-bg {
    margin-top: 0;
    padding: 20px;
    height: auto;
  }
  .services-image-content-info .jewellery-service-content .content-bg h1,
  .services-image-content-info .content-bg h1 {
    margin: 0 0 20px;
    font-size: 25px;
  }
  .services-image-content-info .jewellery-service-content .border-service-span span,
  .services-image-content-info .content-bg span {
    padding: 10px 37px;
    font-size: 20px;
  }
  .services-image-content-info .jewellery-service-content .content-bg p,
  .services-image-content-info .content-bg p {
    margin: 20px 0 40px;
  }
  .services-image-content-info .jewellery-service-content .content-bg button,
  .services-image-content-info .certified-trust-content .content-bg button {
    font-size: 20px;
    width: 228px;
    height: 45px;
  }
  .services-image-content-info .certified-trust-content .content-bg {
    margin-top: 0;
    padding: 20px;
    height: auto;
  }
  .order-pages-banner-wrap .order-banner-content,
  .loose-pages-banner-wrap {
    padding: 30px 0;
  }
  body.page-custom-order .order-pages-banner-wrap .order-banner-content h1,
  .loose-pages-banner-wrap .loose-banner-content h1{
    font-size: 25px;
  }
  .main-order-wrap .order-content,
  .main-order-wrap .order-image,
  .loose-Content .main-loose-wrap .loose-image,
  .loose-Content .main-loose-wrap .loose-content {
    width: 100%;
  }
  body.page-custom-order .main-order-wrap .order-content h1,
  body.page-loose-customization .main-loose-wrap .loose-content h1{
    margin: 0 0 20px;
    color: #000;
/*      */
    font-size: 25px;
    text-align: center;
  }
  body.page-custom-order .main-order-wrap .order-content p,
  .main-loose-wrap .loose-content p{
    font-size: 18px;
    text-align: center;
  }
  .main-order-wrap .order-image .order-org-image img,
  .loose-Content .main-loose-wrap .loose-image .loose-org-image img{
    width: 100%;
  }
  .main-order-wrap .order-image .svg-image,
  .loose-Content .main-loose-wrap .loose-image .svg-image {
    padding-top: 30px;
  }
  .main-order-wrap .order-image .order-org-image,
  .loose-Content .main-loose-wrap .loose-image .loose-org-image{
    top: 20px;
    left: 18px;
  }
  .main-order-wrap .order-image .svg-image svg,
  .loose-Content .main-loose-wrap .loose-image .svg-image svg{
    width: 100%;
    height: auto;
  }
  .main-order-wrap,
  .loose-Content .main-loose-wrap {
      padding: 20px 20px 50px;
      flex-direction: column-reverse;
      gap: 20px;
  }
  body.page-custom-order .jewellery-slider .jewel-wrap .jewellery-heading h1,
  .loose-cust-slider .loose-wrap .loose-cust-heading h1{
    margin: 0 0 30px;
    font-size: 25px;
  }
  .pr-img-slider-wrap {
    display: flex;
    flex-direction: column;
  }
  .pr-img-slider-wrap .product-img-slider {
    width: 100%;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider,
  {
    width: 100%;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content,
  .loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .custom-loose-cust-content{
    width: 100%;
  }
  .jewellery-slider .jewel-wrap,
   .loose-cust-slider .loose-wrap {
    padding: 20px 0;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap {
    flex-direction: column;
  }
  .require-content h1 {
    font-size: 25px;
  }
  .require-content {
    padding: 40px 20px 50px;
  }
  body.page-custom-order .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content h1,
  .loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .custom-loose-cust-content h1{
    margin: 18px 0;
    font-size: 25px;
    text-align: center;
  }
  body.page-custom-order .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content p,
  .loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .custom-loose-cust-content p{
    /* font-size: 18px; */
    padding: 0;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-item .item {
    padding: 20px;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-item .item .steps-item svg {
    height: 45px;
    width: 100%;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-item .item .steps-item .steps-content {
    top: 13%;
    right: 18%;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-item .item .steps-item .steps-content span {
    font-size: 20px;
    margin-top: 4px;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content span.arrow {
    position: unset;
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 15px;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-item .item .steps-item~h1 {
    width: 100%;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-dots {
    bottom: 12px;
    left: 50%;
    transform: translate(-50%);
    top: unset;
  }
  .require-content p {
    font-size: 18px;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .owl-item .item .steps-item .steps-content h1 {
    font-size: 20px;
    margin: 0;
  }
  .collection.featured-collection-wrap {
    padding: 20px;
    padding-right: 0;
  }
  .collection.featured-collection-wrap .slider-component-full-width .slider-buttons .underlined-link {
    font-size: 16px;
  }
  .collection.featured-collection-wrap .slider-component-full-width .slider-buttons {
    top: -50px;
    right: 0;
  }
  .custom-inventory-wrap .inventory-left-image {
    height: 300px;
  }
  .custom-shipping-wrapper {
    display: none;
  }
  body.index .custm-mobile-shipping-wrap .owl-stage-outer .item h1 {
    font-size: 24px;
  }
  body.index .custm-mobile-shipping-wrap .owl-stage-outer .item p {
    font-size: 16px;
  }
  .policy-accordian .mobile-accordian {
    display: block;
  }
  .custom-policy-wrap {
    display: none;
  }
  .policy-pages-banner-wrap .policy-banner-content h1 {
    font-size: 30px;
  }
  .policy-accordian .mobile-accordian .accordion {
    font-size: 18px;

    color: #000;
    border: 1px solid #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
  }

  .policy-accordian .mobile-accordian .accordion.active {
      background-color: #D8D7D7;;
}
 .policy-accordian .mobile-accordian .accordion:after {
      content: '\002B';
      color: #000;
      font-weight: bold;
      float: right;
      margin-left: 5px;
  }
  .policy-accordian .mobile-accordian .accordion.active:after {
      content: "\2212";
  }
  .policy-accordian .mobile-accordian div.panel {
      padding: 0 18px;
      background-color: white;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
  }
  .policy-accordian .mobile-accordian .panel h1 {
    margin: 20px 0;
    font-size: 22px;
    text-align: center;
  }
  .policy-accordian .mobile-accordian .panel p {
    margin: 0 0 15px;
    font-size: 16px;
    text-align: center;
  }
  .register-signup {
    margin: 60px auto 0;
    padding-bottom: 60px;
    background-position: center;
  }
  .register-signup .customer.register {
    max-width: 100% !important;
    padding: 25px !important;
  }
  .register-signup .customer.register form .flex-wrap {
    gap: 10px;
    margin-bottom: 10px;
    flex-direction: column;
  }
  .register-signup .customer.register form .flex-wrap .frst-name,
  .register-signup .customer.register form .flex-wrap .last-name,
  .register-signup .customer.register form .flex-wrap .business,
  .register-signup .customer.register form .flex-wrap .contact,
  .register-signup .customer.register form .flex-wrap .comapany,
  .register-signup .customer.register form .flex-wrap .job-details,
  .register-signup .customer.register form .flex-wrap .city,
  .register-signup .customer.register form .flex-wrap .State,
  .register-signup .customer.register form .flex-wrap .Country,
  .register-signup .customer.register form .flex-wrap .Zip-Postal,
  .register-signup .customer.register form .flex-wrap .confirm-password,
  .register-signup .customer.register form .flex-wrap .choose-password {
    width: 100%;
  }
  .register-signup .customer.register form button {
    margin: 30px 0 0;
    font-size: 20px;
    padding: 10px 50px;
  }
  .account-regg-wrapp {
    gap: 20px;
    padding: 0;
    flex-direction: column;
  }
  .dashboard-wrap ul {
    display: flex;
    flex-wrap: wrap;
  }
  .dashboard-wrap ul .user-info {
    width: 100%;
  }
  .dashboard-wrap ul li {
    width: 50%;
  }
  .dashboard-wrap ul li a {
    padding: 6px 12px;
    font-size: 16px;
    gap: 6px;
  }
  .dashboard-wrap ul li img.dash {
    width: 35px;
    height: 35px;
  }
  .dashboard-wrap ul li img {
    width: 35px;
    height: 35px;
  }
  .dashboard-wrap .editimage-wrap {
    margin-top: 0;
    
  }
  .dashboard-wrap .editimage-wrap img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .dashboard-wrap {
    width: 100%;
  }
  .dashboard-wrap ul .user-info .userinfo-wrap {
    background-position: 8% 36%;
  }
  .customer.account {
    width: 100%;
  }
  .account-regg-wrapp .customer.account .headings h1.customer__title {
    font-size: 20px;
    padding-left: 0;
  }
  .account-regg-wrapp .customer.account .customer-details .acc-content {
    padding: 20px 20px 40px;
  }
  .account-regg-wrapp .customer.account .headings h1.customer__title span {
    margin-left: 0px;
  }
  .account-regg-wrapp .customer.account .headings {
    margin: 30px 20px 0 20px;
  }
  .account-regg-wrapp .customer.account .customer-details .acc-content p.text1 {
    margin-bottom: 50px;
  }
  .account-regg-wrapp .customer.account .customer-details .acc-content p {
    font-size: 16px;
  }
  
  .account-regg-wrapp .customer.account .customer-details .acc-content p a {
    font-size: 18px;
  }
  .account-regg-wrapp .customer.account .orders-wrap .orders-contain h2 {
    font-size: 20px;
    margin: 0;
  }
  .account-regg-wrapp .customer.account .orders-wrap .orders-contain a {
    font-size: 14px;
    text-align: right;
  }
  .account-regg-wrapp .customer.account .orders-wrap {
    margin-top: 50px;
    padding: 0 20px;
  }
  .account-regg-wrapp form.edit-form {
    width: 100%;
    padding: 40px 15px;
  }
  .account-regg-wrapp form.edit-form fieldset.cf-fields-container {
    margin: 0;
    width: 100%;
  }
  .account-regg-wrapp form.edit-form .cf-field {
    padding: 0;
    margin: 0 0 10px;
  }
  .dashboard-wrap .editimage-wrap form .cf-field {
    padding: 15px 25px;
  }
  .custom-login-wrapp .customer.login {
    max-width: 100%!important;
  }
  .custom-login-wrapp .customer-login-wrap {
    flex-direction: column;
  }
  .custom-login-wrapp .customer.login .custom-customer-login-form h1#login {
    font-size: 30px;
    text-align: center;
  }
  .custom-login-wrapp .customer-login-wrap .custom-customer-login-form {
    width: 100%;
    padding: 20px;
  }
  .custom-login-wrapp .customer.login .custom-customer-login-form form#customer_login .field {
    width: 100%;
  }
  .custom-login-wrapp .customer-login-wrap .custom-register {
    width: 100%;
    padding: 40px 20px;
  }
  .custom-login-wrapp .customer.login .custom-customer-login-form form#customer_login .customer-sign-in {
    justify-content: space-between;
    gap: unset;
  }
  .custom-login-wrapp {
    padding-bottom: 0;
    margin: 60px auto 0;
  }
  .custom-login-wrapp .login-logoo {
    top: -16%;
  }
  .register-signup {
    margin: 160px auto 0;
  }
  .register-signup .logo-img {
    top: -8%;
  }
  .register-signup .customer.register form .cf-field {
    padding: 0;
  }
  .form_generater_form_div {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 80px;
    margin: 0 80px;
  }
  .account-regg-wrapp .customer.addresses {
    width: 100%!important;
  }
  .account-regg-wrapp .customer.addresses .add-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .account-regg-wrapp .customer.addresses .add-heading a {
    width: 100%;
  }
  .mounting-banner-wrap,
  .cad-banner-wrap,
  .photography-banner-wrap {
    padding: 60px 0;
  }
  .mounting-banner-wrap h1, .cad-banner-wrap h1, .photography-banner-wrap h1 {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
  }
  .cad-Content .cad-service-wrap, .photography-Content .photography-wrap {
    padding: 20px;
    flex-direction: column-reverse;
  }
  .cad-Content .cad-service-wrap .service-content,
  .cad-Content .cad-service-wrap .service-image,
  .photography-Content .photography-wrap .photography-content,
  .photography-Content .photography-wrap .photography-image {
    width: 100%;
  }
  .cad-Content .cad-service-wrap .service-content h1,
  .mounting-wrap .mounting-content h1,
  .photography-Content .photography-wrap .photography-content h1 {
    margin: 8px 0 25px;
    font-size: 25px;
    text-align: center;
  }
  
  .photgraphy-slider {
    padding: 20px;
  }
  .photgraphy-slider .photography-slider-heading h1 {
    font-size: 25px;
    padding: 0px 0 20px;
  }
  .photgraphy-slider .owl-carousel.owl-loaded .owl-nav button span {
    width: 60px;
  }
  .photgraphy-slider .owl-carousel.owl-loaded .owl-nav {
    gap: 28px;
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .cad-Content .cad-service-wrap .service-image .service-svg-image svg,
  .cad-Content .cad-service-wrap .service-image .service-org-image img,
  .mounting-wrap .mounting-image .mounting-svg-image svg,
  .mounting-wrap .mounting-image .mounting-org-image img,
  .photography-Content .photography-wrap .photography-image .photography-svg-image svg,
  .photography-Content .photography-wrap .photography-image .photography-org-image img {
    width: 100%;
    height: auto;
  }
  .cad-Content .cad-service-wrap .service-image .service-org-image,
  .mounting-wrap .mounting-image .mounting-org-image,
  .photography-Content .photography-wrap .photography-image .photography-org-image {
    top: 4px;
    left: 9%;
  }
  .cad-require-content h1 {
    font-size: 25px;
  }
  .cad-require-content p {
    font-size: 18px;
    width: 100%;
    padding: 0 20px;
  }
  .cad-tabs-wrap .main-heading h1 {
    font-size: 25px;
  }
  .cad-tabs-wrap .tabs__buttons--container button.tabs__tab-btn, .mount-tabs-wrap .tabs__buttons--container button.tabs__tab-btn {
    font-size: 18px;
  }
  .cad-tabs-wrap .cad-content-info {
    gap: 20px;
    padding: 0;
  }
  .cad-tabs-wrap .cad-content-info .service-img-wrap p {
    margin: 12px 0 0;
    font-size: 14px;
  }
  .mounting-wrap {
    padding: 20px;
    flex-direction: column-reverse;
  }
  .mounting-wrap .mounting-content, .mounting-wrap .mounting-image {
    width: 100%;
  }
  .mount-tabs-wrap .main-heading h1 {
    font-size: 30px;
  }
  .mount-tabs-wrap .mount-collection-tab .gradient ul {
    gap: 4px;
    padding: 12px;
  }
  .mount-tabs-wrap .mount-collection-tab .gradient ul li:first-child {
    margin-left: 0;
  }
  .mount-tabs-wrap .mount-collection-tab .card__information a {
    font-size: 16px;
    margin: 12px 0 0;
  }
  .cad-tabs-wrap .tabs__tab {
    padding: 20px;
  }
  .cad-tabs-wrap .tabs__tab .images-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .mount-tabs-wrap .tabs__tab .images-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .cad-tabs-wrap .tabs__buttons--container {
    margin: 17px 0 0px;
  }
  .custom-product-grid-slider .product-border .save-gallery button.button {
    padding: 6px 15px;
    font-size: 12px;
    min-height: auto;
  }
  .custom-product-grid-slider .product-border .left-side-content h1 {
    font-size: 18px;
  }
  .custom-product-grid-slider .product-border .left-side-content {
    top: -15px;
  }
  .custom-product-grid-slider .product-border .save-gallery {
    margin-top: 20px;
  }
  .custom-product-grid-slider .product-border .owl-carousel .owl-nav button.owl-next:before {
    top: 28%;
  }
  .custom-product-grid-slider .product-border .owl-carousel .owl-nav button.owl-prev:before {
    top: -9px;
  }
  .product-form__buttons {
    flex-direction: column;
  }
  .product-form__buttons button.product-form__quote {
    width: 100%;
    max-width: 100%;
  }
  .chat-social-button {
    width: 100%;
    justify-content: unset;
    gap: 40px;
  }
  .chat-social-button .live-chat-optn {
    width: 45%;
  }
  .social-share-btn .outer-icons {
    left: 102px;
    top: 60%;
  }
  .social-share-btn .outer-icons .Product__ShareList {
    gap: 8px;
    flex-direction: row;
  }
  .live-chat-optn button {
    font-size: 16px;
  }
  .accordion-container .accordion-title {
    padding: 12px;
    font-size: 16px;
  }
  .accordion-content {
    padding: 15px;
  }
  .product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .center-4cs:before {
    top: 52px;
    width: 66%;
    border: 1px solid;
    transform: rotate(48deg);
    left: 20%;
  }
  .product.grid .product__info-wrapper .product__info-container .accordion-container .accordion-content .table-4cs-wrap .center-4cs:after {
    left: 17%;
    width: 69%;
    border: 1px solid;
    transform: rotate(-46deg);
    top: 49%;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider .owl-stage-outer .item {
    height: auto;
  }
  body.page-custom-order .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .steps-content h1 {
    color: #fff;
    margin: 0px 3px 0 0;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content .steps-content {
    top: 6%;
    align-items: baseline;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-content,
  .loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .custom-loose-cust-content{
    padding: 10px 20px;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider .owl-nav .owl-prev span:before,
  .loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .owl-nav .owl-prev span:before{
    right: 100px;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider .owl-nav .owl-next span:before,
  .loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .owl-nav .owl-next span:before{
    right: 6px;
  }
  body.page-ready-stock .ready-stock.collection-banner-image-content .ready-banner {
    height: 230px;
  }
  body.page-ready-stock .ready-stock.collection-banner-image-content .banner-content {
    position: unset;
    max-width: 100%;
  }
  body.page-ready-stock #ContactForm-prod .ready-stock-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 12px;
  }
  .collection-wrapper .custom-collection-text-image-wrap .custm-collection-img .custm-coll-img-wrapp:hover .hover-info {
    display: none;
  }
  .collection-wrapper .custom-collection-text-image-wrap .custm-collection-img:hover img {
    transform: unset;
    overflow: hidden;
  }
  .shopify-section.photography-service {
    padding-bottom: 0;
  }
  .pr-img-slider-wrap .product-img-slider {
    height: 300px;
  }
  .page-ready-stock .custom-coll .cstm-collection .product-grid-container {
    padding: 30px 20px;
  }
  body.page-ready-stock .collection-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .announcement-bar-section .custom-annoucement-wrap p.ann-right-wrap {
    display: none;
  }
  .menu-drawer__navigation .menu-drawer__menu summary, .menu-drawer__navigation .menu-drawer__menu a {
      font-size: 15px;
      padding: 10px 25px;
  }
  .menu-drawer__close-button {

  }
  .moile-icon-wrap p.ann-right-wrap {
    font-size: 15px;
    color: #000;
    padding: 10px 25px;
    margin: 0;
    display: flex;
    gap: 6px;
  }
  .moile-icon-wrap p.ann-right-wrap svg {
    fill: #000;
    width: 30px;
    height: 30px;
    text-transform: uppercase;
  }
  .custom-product-grid-slider .product-border .owl-carousel .owl-stage-outer .product-image-info {
    height: 300px;
  }
  .chat-social-button .live-chat-optn a.chat-btn {
    font-size: 18px;
    padding: 10px;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider .owl-dots,
  .loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .owl-dots{
    bottom: 6px;
    left: 50%;
    transform: translate(-50%);
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider .owl-nav {
    bottom: 50px;
  }
  .menu-drawer__inner-container .menu-drawer__utility-links a.menu-drawer__account {
    color: #000;
    gap: 12px;
    font-size: 14px;
  }
  .footer .footer__content-top .footer__blocks-wrapper {
    padding: 0 20px;
  }
  .footer .footer__content-top .footer-block--menu,
  .footer .footer__content-top .footer-block--image{
    width: 100%;
  }
  .custom-coll .cstm-collection .product-grid-container div#gf-grid {
    padding: 0 !important;
  }
  .custom-coll .cstm-collection .product-grid-container div#gf-grid ul#gf-products {
    grid-template-columns: 1fr 1fr;
    margin: 0;
  }
  .footer-bottom-right-wrapper #custom_footer_mybutton {
    height: 28%;
    top: unset;
    bottom: 28%;
  }
  .announcement-bar-section .custom-annoucement-wrap p a {
    text-decoration: unset;
    color: #fff;
  }
  .inquiry-form-wrap {
    padding: 0 10px;
  }
  .custom-inventory-wrap.mb-inventory {
    display: block;
  }
  .custom-inventory-wrap {
    display: none;
  }
  .custom-inventory-wrap.mb-inventory .invertory-content-slider img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .custom-inventory-wrap.mb-inventory .invertory-content-slider h1 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
  }
  .custom-inventory-wrap.mb-inventory .invertory-content-slider {
    padding: 0 0 20px;
  }
  .custom-inventory-wrap.mb-inventory .invertory-content-slider p {
    padding: 20px 20px 0;
    margin: 0 !important;
  }
  .custom-inventory-wrap.mb-inventory .invertory-content-slider .inventory-btn-wrapp {
    padding: 0 20px;
  }
  .tab-content-wrapp .tab-img-wrap .owl-dots {
    margin-top: 12px;
  }
  .tab-content-wrapp .tab-img-wrap .tab-single-imgg .tab-imgg-infoo {
    height: 400px;
  }
  /* .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .button.rfq-collection-btn.rfq-btn {
    position: unset;
    width: 100%;
    display: block;
  } */
  .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .card .card__inner {
    height: 225px;
  }
  .custom-coll .cstm-collection .product-grid-container div#gf-grid {
    width: 100%!important;
  }
@media only screen and (max-width:600px){
  .page-width.collection-list-cstm-wrapper ul.collection-list .collection-list__item .card__inner {
    max-height: 200px;
  }
}
  .footer-bottom-right-wrapper div.custom_footer_right {
    top: 110px;
  }
  .account-regg-wrapp .customer.account .customer-details .acc-content .cus-deatils {
    flex-direction: column;
  }
  .account-regg-wrapp .customer.account .customer-details .acc-content .cus-deatils p:nth-child(2) {
    text-align: left;
  }
  .account-regg-wrapp .customer.account .customer-details .acc-content .cus-deatils {
    margin-bottom: 10px;
    flex-direction: column;
    gap: 10px;
  }
  .account-regg-wrapp .customer.account .headings {
    flex-direction: column;
  }
  .account-regg-wrapp .customer.account .headings a {
    justify-content: right;
    width: 100%;
  }
  .account-regg-wrapp .customer.account .customer-details .acc-content .cus-deatils p {
    width: 100%;
  }
  .account-regg-wrapp .address-info {
    grid-template-columns: 1fr;
    padding-left: 0;
  }
  .section-header .header-wrapper .header__icons {
    padding: 0;
  }
  .section-header header.header {
    padding-left: 15px!important;
    padding-right: 15px;
  }
  .menu-drawer__navigation .menu-drawer__menu summary {
    justify-content: space-between;
  }
  .left-image-wrap .services-image-content-info .jewellery-service-image.mbl-slider,
  .right-image-wrap .services-image-content-info .jewellery-service-image.mbl-slider {
    display: block;
  }
  .left-image-wrap .services-image-content-info .jewellery-service-image,
  .right-image-wrap .services-image-content-info .certified-trust-image{
    display: none;
  }
   .jewellery-service-image.mbl-slider .owl-dots{
    margin: 12px 0;
  }
  .announcement-bar-section .custom-annoucement-wrap a.ann-right-wrap {
    display: none;
  }
  .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .card .card__heading a {
    margin-bottom: 10px;
  }
  .moile-icon-wrap p.ann-right-wrap a.ann-right-wrap {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: #000;
    text-decoration: unset;
    margin: 0;
  }
  .menu-drawer__inner-container .menu-drawer__menu li a {
    margin: 0;
  }
  .customer-login {
    display: none;
  }
  .customer-login-mobile {
    text-align: left;
  }
  .customer-login-mobile a.login-cust {
    color: #000;
    text-decoration: unset;
    margin: 0;
  }
  .account-regg-wrapp .quote-account-hstry {
    width: 100%;
    padding: 0 20px 60px;
  }
  .account-regg-wrapp .customer.addresses .add-heading button {
    margin: 0 0 15px;
  }
  .loose-cust-slider .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .owl-nav {
     bottom: 45px;
  }
  .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .steps-item .steps-content h1 {
    margin: 0 5px 0 0;
  }
  .loose-wrap .loose-cust-slider-wrap .custom-loose-cust-slider .steps-item {
        margin-bottom: 15px;
  }
  .tab-cont-info-wrap.mobile-wrap {
    display: block;
    width: 100%;
    padding: 0;
  }
  .tab-content-wrapp .coll-tabs-btns {
    display: block;
    width: 100%;
  }
  body.index .tab-cont-info-wrap.mobile-wrap p {
    margin: 0;
    font-size: 16px;
    padding: 0;
    width: 100%;
  }
  
  .tab-content-wrapp {
    flex-direction: column;
  }
  .tab-content-wrapp .coll-tabs-btns a.tab-buy-btn.btnn-hover {
    padding: 12px 15px;
    display: inline-flex;
  }
  body.page-ready-stock #ContactForm-prod li.grid__item .card__inner {
    width: 100%;
    height: 100%;
  }
  .custom-banner-slider .banner-wrapper .banner-img-wrapper.for-mbl {
    display: block;
  }
  .custom-banner-slider .banner-wrapper .banner-img-wrapper {
    display: none;
  }
  .menu-drawer__navigation .menu-drawer__menu summary a {
    padding: 0;
    color: #000;
    text-decoration: unset;
  }
  .for-mbl {
    display: block;
  }
  .collection-wrapper .custom-collection-text-image-wrap .custm-collection-img .custm-coll-img-wrapp.for-mbl {
    display: block;
  }
  .collection-wrapper .custom-collection-text-image-wrap .custm-collection-img .custm-coll-img-wrapp {
    display: none;
  }
  .policy-accordian .mobile-accordian .accordion-title {
    background: #fff;
    border: .1px solid #ebebeb8f;
    padding: 15px 10px;
  }
  
  .policy-accordian .mobile-accordian .accordion-title.js-accordion-title.open{
    background:#2c2c54;
    color:#fff;
  }
    .accordion-container .accordion-title {
    position: relative;
    background-color: #000;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
  }
  .policy-accordian .mobile-accordian .accordion-title {
    color: #000;
    margin: 0;
  }
  .policy-accordian .mobile-accordian .accordion-content h1 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
  }
  .policy-accordian .mobile-accordian .accordion-title:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 18px;
    width: 15px;
    height: 15px;
    background: url('/cdn/shop/files/plus.png?v=1694694918');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .policy-pages-banner-wrap .policy-banner-content{
    padding: 40px 0;
  }
  .policy-accordian .mobile-accordian .accordion-title.open:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 15;
    width: 15px;
    height: 15px;
    background: url('/cdn/shop/files/minus-sign.png?v=1694695099');
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);
  }
  .mount-tabs-wrap .tabs__tab {
    padding: 20px;
  }
  .mount-tabs-wrap .mount-collection-tab .gradient .browse-products a {
    font-size: 18px;
  }
  .mount-tabs-wrap .mount-collection-tab .gradient .browse-products a svg {
    width: 55px;
  }
  .mount-tabs-wrap .tabs__buttons--container {
    margin: 17px 0 0;
  }
  .collection.featured-collection-wrap .slider-component-full-width ul li .card-wrapper {
    height: 300px;
  }
  .collection.featured-collection-wrap .slider-component-full-width ul {
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  /* .page-ready-stock .custom-coll .cstm-collection .product-grid-container div#gf-grid ul#gf-products {
    display: flex !important;
  } */
  .custom-coll .cstm-collection .product-grid-container div#gf-grid .collection-banner.products {
      grid-column: 1/3;
      height: 250px;
  }
  .collection.featured-collection-wrap .slider-component-full-width ul li button {
    width: auto;
    max-width: 100%;
    min-width: auto;
    font-size: 12px;
  }
  .jewellery-slider .jewel-wrap .jewellery-slider-wrap .custom-jewellery-slider .pr-img-slider-wrap .product-img-slider {
    width: 100%;
  }
  .collection.featured-collection-wrap .slider-component-full-width ul li:first-child {
    margin-left: 0;
  }
  .collection.featured-collection-wrap .slider-component-full-width ul .card__inner .card__media {
    height: 200px;
  }
  .collection.featured-collection-wrap .slider-component-full-width ul .card__inner {
    height: 200px;
  }
}
.product__description.rte {
  font-size:14px;
}
.pagination-stock{
    width:100%;
    position: absolute;
    bottom: -20px;
}
.ready_stock .custom-collection-info {
  position:relative;
  padding-bottom: 50px;
}
.ready_stock{
  position:relative;
}
.custom-banner-slider, .shopify-section.banner-slider{
  overflow:hidden;
  /* max-height:520px; */
}
.custom-content_Container{
  max-width:78%;
  margin:auto;
  padding: 40px 0px;
}
.custom-content_Container .content-info{
  display: flex;
  justify-content: center;
}
.custom-inventory-wrap .invertory-content-slider{
  display:flex;
  flex-direction:column;
  justify-content:space-evenly;
}
.newsletter__subheading{
  margin-top:18px;
}
.tabcontent{
  padding:120px 0 0;
}
#company-policies{
  padding:0;
}
@media screen and (max-width: 768px) {
  .footer{
  padding-bottom: 58px!important;
}
  .footer-bottom-right-wrapper{
    display:none;
  }
}
.collection-banner-image-content img{
  width:100%;
}
#shopify-section-template--21215146377504__00c69b1f-7df2-4569-a190-273bc2a1b2e0 .custom-jewellery-content{
  background:#e9ede1;
}
#shopify-section-template--21215146508576__45787a35-e2f1-45e9-a87d-58c9f436b739 .custom-loose-cust-content{
  background :#e3e9d9;
}
.ready-stock-paginate-custom{
  width:100%;
  position: absolute;
  bottom: -18px;
}
.custom-inventory-slider{
  cursor:pointer;
}
/* .custom-content-slider-wrap .right-side-image-slider {
  padding-left:100px;
} */
.desktop-icons-header{
  display:flex;
  align-items:center;
  margin: 10px 0 0;
}
.user-detail{
    position: absolute;
    bottom: 8px;
    font-size: 11px;
    right: 30px;
}
.user-authenticate{
  color:#000;
}
.user-authenticate:hover{
  color:#808080!important;
}
.order-history-custom-cs{
  display:grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
}
@media (max-width:600px){
  .user-detail{
    display:none;
  }
  .order-history-custom-cs{
    grid-template-columns:1fr 1fr;
  }
  .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .button.rfq-collection-btn.rfq-btn{
    position: absolute;
    top: 160px;
    bottom: 80px;
    display: block;
    height:45px;
    font-size:14px;
}
  .custom-coll .cstm-collection  .card__media,
  .custom-coll .cstm-collection  .card__inner{
    max-height:200px;
  }
  .order-history-custom-cs{
    grid-template-columns:1fr 1fr;
    justify-items: center;
  }
  .orders-wrap .order-item, .orders-wrap .order-item .item-img, .orders-wrap .order-item .item-img img{
    max-width:150px!important;
  }
  .order-item a,
  .order-item p{
    font-size:12px!important;
  }
  .cus-deatils p{
    font-size:14px;
  }
  .custom-content-slider-wrap .right-side-image-slider{
    padding-left:0!important;
  }
}
.orders-wrap .order-item,
.orders-wrap .order-item .item-img,
.orders-wrap .order-item .item-img img{
  max-width:250px;
}
.custom-product-title-grid-{
  margin:5px!important;
  font-size:14px;
}
.custom-product-title-grid-link{
  text-decoration:none;
  color:black;
}
.custom-product-title-grid-link:hover{
  text-decoration:underline;
}
.custom-product-title-grid-mobile{
  display:none;
}
@media (max-width:600px){
.custom-product-title-grid-mobile{
  display:block!important;
  font-size:14px;
  margin:8px 0;
  word-break: break-all;
}
.custom-product-title-grid-{
  display:none;
}

.order-history table{
  display:none;
}
  .mobile-note{
    display:block;
  }
}

@media (min-width:601px){
  .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item {
    padding: 10px;
    border: .2px solid #e4e4e4;
    box-shadow: 1px 1px 4px #e7e7e7c9;
}
  .ready-stock-ul{
      max-width:1130px;
  }
  .ready-stock-ul li{
      max-width:300px!important;
  }
  /* .custom-coll .cstm-collection .product-grid-container .grid.product-grid li.grid__item .button.rfq-collection-btn.rfq-btn{
    margin:0 10px;
    width:calc(100% - 20px);
  } */
  .mobile-note{
    display:none;
  }
}
.page-container{
  max-width:1800px;
  margin:auto;
}
.mount-buttons .tabs__tab-btn{
  font-size:20px;
  color:#959595
  font-family:"Prata, sans-serif"
}
.cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]) {
    background:none!important;
    border-color:none!important;
    border-radius:0!important;
    border:none;
  font-size:12px!important;
}
@media (max-width:800px){
  .custom-banner-slider .banner-wrapper{
    max-height:600px!important;
  }
  .banner-img-content-mbl img{
    max-height:350px;
    object-fit:cover;
  }
  .custom-content_Container{
    max-width:100%;
  }
  .custom-content-slider-wrap .right-side-image-slider{
    padding-left:0;
  }
  .right-side-image-slider .item img{
    width:100vw;
  }
  .mounting-service, .virtual-appointment, .loose-customization, .cad-services, .certified-trust{
    margin:30px 0;
  }
 .custom-jewellery-content{ 
   height: 380px;
   overflow:scroll;
 }
  .custom-login-wrapp .customer.login{
    max-width:85%!important;
  }
  .order-history {
    font-size:12px;
  }
}
@media (max-width:600px){
  .custom-banner-slider .banner-wrapper{
    max-height:600px!important;
  }
  .banner-img-wrapper.for-mbl .banner-img-content-mbl img{
    max-height:300px;
    height:300px;
    object-fit:cover;
  }
  .custom-banner-slider .banner-wrapper .banner-text{
    height:250px;
  }
  .right-side-image-slider .item{
    width:100vw;
  }
  .right-side-image-slider .item img{
    width:100vw;
  }
   .left-image-wrap .services-image-content-info .jewellery-service-image img,
  .right-image-wrap .services-image-content-info .certified-trust-image img {
    height: 280px;
  }
   .custom-jewellery-content, .custom-loose-cust-content{ 
   height: 440px;
   overflow:scroll;
 }
  .cad-Content .cad-service-wrap .service-content p,
  .mounting-wrap .mounting-content p,
  .photography-Content .photography-wrap .photography-content p ,.cad-require-content p{
    font-size: 16px;
  }
  .custom-loose-cust-content .owl-prev , .custom-loose-cust-content .owl-next{ display:none;}
  .custom-login-wrapp .customer.login,.register-signup .customer.register{
    max-width:95%!important;
  }
}
@media (max-width:395px){

  .custom-loose-cust-content .owl-prev , .custom-loose-cust-content .owl-next{ display:none;}
}
@media (max-width:345px){
  .custom-jewellery-content, .custom-loose-cust-content{
    height: 480px;
  }
  .custom-loose-cust-content .owl-prev , .custom-loose-cust-content .owl-next{ display:none;}
}

 @media (max-width:1100px){ 
   .order-history-custom-cs{
    grid-template-columns:auto auto;
  }
   .order-history {
    font-size:12px;
  }
   .customer-details svg{
    width: 14px;
    height: 14px;
}
}
 @media (max-width:890px){ 
  .account-regg-wrapp{
    flex-direction:column;
  }
   .dashboard-wrap{
     width:100%;
     font-size:14px;
   }
   .order-history-container{
     width:100%;
     overflow:scroll;
     padding:0 20px;
   }
}
.order-history td,
.order-history th{
  border: .2px solid #d6d6d6;
}
.menu-drawer__menu-item.list-menu__item{
  justify-content:space-between;
}
.submit_button_info{
    padding: 14px 20px;
    margin: auto;
    background: black;
    color: white;
}
.red-req-btn{
  width:max-content;
  margin:auto;
}
