/** Shopify CDN: Minification failed

Line 6280:1 Expected "}" to go with "{"

**/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;500;600;700&family=Tangerine:wght@400;700&display=swap");

@font-face {
  font-family: "Futura";
  src: url("Futura-Medium.woff2") format("woff2"),
    url("Futura-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Bk BT";
  src: url("FuturaBT-Book.woff2") format("woff2"),
    url("FuturaBT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Hv BT";
  src: url("FuturaBT-Heavy.woff2") format("woff2"),
    url("FuturaBT-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura";
  src: url("Futura-Bold.woff2") format("woff2"),
    url("Futura-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Md BT";
  src: url("FuturaBT-Medium.woff2") format("woff2"),
    url("FuturaBT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Futura";
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

/* h1, h2, h3, h4, h5, h6{
      font-family: "Futura Md BT" !important;
      font-weight: 600 !important;
} */
/* p {
  font-family: "Futura";
} */

.container {
  max-width: 1200px;
}

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

input,
textarea {
  outline: none;
}

.p_y {
  padding: 80px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*   font-family: 'Revans sans-serif'; */
  font-family: Futura Md BT;
  font-weight: 700;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.bg_style {
  background-repeat: no-repeat;
  background-size: cover;
}

.theme_btn {
  font-family: Futura Md BT;
  font-weight: 700;
  background: #b2ac88;
  max-width: 139px;
  width: 100%;
  text-align: center;
  line-height: 54px;
  display: block;
  font-size: 16px;
  letter-spacing: 4px;
  color: #fff;
  border-radius: 0;
  border: none;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
}

.theme_btn:hover {
  color: #fff;
}

.tittle_heading {
  text-align: center;
  margin-bottom: 46px;
}

.tittle_heading h2 {
  font-size: 46px;
  font-weight: bold;
  color: #080807;
  margin-bottom: 11px;
  font-family: Futura Md BT;
  font-weight: 700;
}

.tittle_heading p {
  font-size: 18px;
  color: #686868;
  /* font-weight: 400; */
  line-height: 32px;
  margin: 0px auto;
  max-width: 728px;
}

/* -----------------
        header
-------------------- */

/* -----------------
        slider
-------------------- */

.slider_section {
  position: relative;
}

.slider_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /*   background-color:#B2AC88; */
  max-width: 1400px;
  margin: auto;
}

.slider_content {
  width: 34%;
  margin-left: auto;
}

.slider_txt {
  max-width: 490px;
}

.slider_txt h1 {
  font-size: 46px;
  line-height: 86px;
  font-weight: bold;
  color: #080807;
  margin-bottom: 11px;
  font-family: "Revans sans-serif";
}

.slider_txt p {
  font-size: 50px;
  line-height: 78px;
  color: #292927;
  margin-bottom: 70px;
  padding-top: 0px;
  /*   font-weight: 600; */
  font-family: Futura Md BT;
  font-weight: 700;
}

.slider_btn {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 100px;
}

.slider_btn a.theme_btn {
  max-width: 238px;
  line-height: 62px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-right: 34px;
}

.slider_section .flex_arrow {
  display: flex;
}

.slider_section .flex_arrow .left_arrow {
  margin-right: 15px;
}

.flex_arrow img {
  cursor: pointer;
}

/* -----------------
     Collection
-------------------- */

.collection_sec {
  position: relative;
  /*   padding-bottom: 40px; */
  padding: 50px 0;
}

.collection_sec .container {
  max-width: 1340px;
}

.collection_title {
  display: flex;
  justify-content: start;
  margin-bottom: 26px;
  flex-direction: column;
}

.collection_title .tittle_heading {
  text-align: left;
  max-width: 585px;
  margin-bottom: 0;
}

.collection_title a.collection_view_all {
  font-size: 18px;
  letter-spacing: 4.5px;
  color: #6b785a;
  text-decoration: underline;
  text-transform: uppercase;
  font-family: "Futura";
  font-weight: bold;
  padding-bottom: 20px;
  transition: 0.5s all;
  margin-top: 20px;
}

.collection_title a:hover.collection_view_all {
  color: #f1c7c3;
}

.collection_title a:hover {
  color: #6b785a;
}

.collection_box {
  background: #f1c7c3;
  padding: 17px 0 17px 17px;
  display: flex;
  /*   align-items: center; */
  /*   justify-content: start; */
  /*   height: 290px; */
  margin: 0px 10px;
}

.collection_text h5 {
  color: #6b785a;
  font-size: 22px;
  line-height: 35px;
  font-family: "Futura";
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: 0.5s all;
  /*   margin-top:40px; */
  margin-right: 17px;
  position: relative;
}

.collection_text h5 span.tm_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "futura md bt";
}

.collection_text h5:hover {
  color: #fff;
}

.collection_text p {
  font-size: 16px;
  margin-bottom: 0;
  white-space: initial;
  color: #fff;
  height: auto;
  overflow-y: inherit;
  margin-top: 10px;
  padding-right: 10px;
}

.collection_img {
  max-width: 135px;
  width: 100%;
  height: 318px;
}

.collection_text {
  padding-left: 20px;
}

/* .collection_text h5 span {
  display: block;
  color: #080807;
} */

/* width */
.collection_text p::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.collection_text p::-webkit-scrollbar-track {
  background: #f1c7c3;
}

/* Handle */
.collection_text p::-webkit-scrollbar-thumb {
  background: #b2ac88;
}

.collection_text p::-webkit-scrollbar-thumb:hover {
  background: #b2ac88;
}

.collection_sec .flex_arrow {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}

.collection_sec .flex_arrow .left_arrow {
  margin-right: 15px;
}

/* -----------------
     Special Message
-------------------- */
/* .spl_mes {
  max-width: 1120px;
  margin: auto;
} */
.spl_mes {
  /*     padding: 80px 0; */
  padding-top: 80px !important;
}

.spl_mes .image-with-text__media-item {
  max-width: 501px;
  border: unset;
}

.spl_mes .image-with-text__media-item img {
  border: unset;
}

.spl_mes_content h2 {
  font-size: 42px;
  color: #080807;
  line-height: 67px;
  margin-bottom: 12px;
  font-family: "Futura";
  font-weight: bold;
}

.spl_mes_content p {
  font-size: 26px;
  color: #686868;
  line-height: 48px;
  margin-bottom: 0;
}

.spl_mes_btn {
  margin-top: 40px !important;
  width: 100%;
}

.spl_mes_btn a.theme_btn {
  max-width: max-content;
  line-height: 68px;
  padding: 0 30px;
}

.spl_mes .global-media-settings {
  border: none;
}

.spl_mes .image-with-text__content > * + * {
  margin-top: 0;
}

/* -----------------
     Top Quanties
-------------------- */

.top_qiant {
  position: relative;
  display: none;
}

.top_qiant::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.6);
}

.top_qiant .tittle_heading h2 {
  color: #fff;
  position: relative;
}

.top_qiant_inner {
  max-width: 792px;
  margin: auto;
  position: relative;
}

.top_qiant_box {
  display: flex;
  align-items: center;
}

.top_qiant_text {
  margin-left: 26px;
}

.top_qiant_text h5 {
  color: #fff;
  font-size: 24px;
  line-height: 37px;
  font-family: "Futura Bk BT";
  font-weight: normal;
}

/* -----------------
     About list
-------------------- */

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

.about_list_content {
  width: 60%;
}

.about_list {
  background: #fff !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_list_text {
  max-width: 750px;
  margin-left: auto;
}

.about_list_text h1 {
  margin-bottom: 26px;
  font-weight: bold;
  font-size: 46px;
}

.about_list_text h1 span {
  color: #6b785a;
}

.about_list_text ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 34px;
  color: #313130;
  /*   font-weight: 500; */
}

.about_list_text ul li:before {
  position: absolute;
  content: url("/cdn/shop/t/1/assets/diamond1.png?v=1675833114");
  background-repeat: no-repeat;
  top: 8px;
  left: 0;
}

/* -----------------
     New Additions
-------------------- */
.new_addition {
  background: #f1c7c3;
  padding: 50px 0;
}

.new_addition .tittle_heading {
  margin-bottom: 45px;
}

.new_addition .tittle_heading h2 {
  margin-bottom: 0;
  font-size: 36px;
}

.new_addition_box {
  background: #fff;
  text-align: center;
  padding-top: 15px;
  transition: 0.3s all;
}

.new_addition_content {
  padding: 15px 10px;
  transition: 0.3s all;
}

.new_addition_content h6 {
  color: #080807;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 32px;
  font-family: Futura Md BT;
  font-weight: 700;
}

.price {
  color: #080807 !important;
  font-size: 18px !important;
  margin-bottom: 12px !important;
  font-family: "Futura"
  font-weight: 400 !important;
}
cart-drawer-items .price{
    font-size: 16px !important;
}

a.pd_link {
  font-size: 16px;
  text-decoration: underline;
  color: #6b785a;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "Futura";
  font-weight: bold;
  display: block;
}

.new_addition_box:hover .new_addition_content {
  background: #b2ac88;
}

.new_addition_box:hover .new_addition_content h6,
.new_addition_box:hover .new_addition_content a.pd_link,
.new_addition_box:hover .price {
  color: #fff !important;
}

.new_addition_img img {
  margin: 0 auto;
}

.new_addition_card {
  margin: 0 15px;
}

.new_addition .flex_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}

.new_addition .flex_arrow .left_arrow {
  margin-right: 15px;
}

/* -----------------
     Textimonial Section
-------------------- */

.textmonial_sec {
  position: relative;
  padding: 50px 0;
}

.textmonial_title {
  display: flex;
  /*   align-items: flex-end; */
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}

.textmonial_sec .tittle_heading h2 {
  line-height: 70px;
  margin-bottom: 0;
  font-size: 36px;
}

.textmonial_title .tittle_heading {
  text-align: left;
  max-width: 500px;
  margin-bottom: 0;
}

.textmonial_title p {
  font-size: 18px;
  color: #686868;
  line-height: 32px;
  max-width: 660px;
  margin-bottom: 0;
  font-weight: 400;
}

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

.textmonial_box p {
  padding: 12px;
  color: #686868;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0;
  /*   font-family: "Futura Bk BT"; */
  font-weight: normal;
}

.textmonial_profile {
  background: #b2ac88;
  display: flex;
  align-items: center;
  padding: 17px 32px 13px;
  width: 100%;
}

.textmonial_profile .profile_des {
  margin-left: 19px;
}

.textmonial_profile .profile_des h6 {
  color: #fff;
  font-size: 18px;
  font-family: "Futura Md BT";
  font-weight: 500;
}

.textmonial_sec .slick-track {
  margin-bottom: 50px;
}

.textmonial_sec .flex_arrow {
  display: flex;
  justify-content: center;
}

.textmonial_sec .flex_arrow .left_arrow {
  margin-right: 15px;
}

.slick-center {
  /* transform: scale(1.09); */
  background: #fff;
  box-shadow: 0 8px 40px rgb(0 0 0 / 5%);
}

/* .slick-slide:not(.slick-active) {
  margin: 20px 0;
} */

.new_addition .slick-center {
  background: unset;
  box-shadow: unset;
}

.new_addition .textmonial_box .slick-center {
  padding: 0px;
}

/* -----------------
     Contact Us
-------------------- */

.contact_sec {
  background: #f4f4f4;
}

.contact_wrapper {
  max-width: 935px;
  margin: auto;
}

.contact_txt .tittle_heading {
  text-align: left;
  margin-bottom: 33px;
}

.contact_img {
  position: relative;
  max-width: 350px;
  margin: auto;
}

.about_us_page .contact_img {
  max-width: 100%;
  margin: unset;
}

.about_us_page .about_txt {
  margin-left: 20px;
}

/* .contact_img::before {
  position: absolute;
  content: "";
  width: 477px;
  height: 412px;
  top: 50px;
  left: -42px;
  background: #F1C7C3;
} */

.contact_img img {
  position: relative;
  width: 100%;
}

.contact_txt .tittle_heading h2 {
  text-transform: capitalize;
}

.contact_form_set input,
.contact_form_set textarea {
  padding: 15px 27px;
  background: #f9f9f9;
  border: none;
  outline: none;
  margin-bottom: 20px;
  color: #737373;
  font-size: 16px;
  width: 100%;
  font-family: "Futura Bk BT";
  font-weight: normal;
}

.contact_form_set textarea {
  margin-bottom: 0;
  min-height: 146px;
}

.contact_btn {
  margin-top: 42px;
}

/* -----------------
     Footer Section
-------------------- */

.footer_sec {
  padding-bottom: 0;
  background: #b2ac88;
  border-top: 1px solid rgb(255 255 255 / 20%);
  background-image: url(/cdn/shop/t/1/assets/all_pgs.jpg?v=1663737091);
}

.footer_sec_inner {
  margin-bottom: 47px;
}

.footer_logo {
  margin-bottom: 14px;
  max-width: 240px;
}

.footer_logo img {
  width: 100%;
}

.footer_des p {
  color: #fff;
  line-height: 32px;
  margin-bottom: 0;
  font-size: 16px;
  padding-right: 50px;
}

.footer_sec h2.footer-block__heading,
.footer_sec .footer_link h4 {
  font-family: Futura Md BT;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 22px;
  color: #fff;
}

.footer_sec ul li {
  margin-bottom: 16px;
}

.footer_sec ul.col_footer li:first-child {
  display: none;
}

.footer_sec ul li:last-child {
  margin-bottom: 0;
}

.footer_sec ul li a {
  color: #fff !important;
  font-size: 16px !important;
  /*  font-family: "Futura Bk BT"; */
  font-weight: normal;
  word-break: break-all;
  padding: 0;
  transition: 0.5s all;
}

.footer_sec ul li a:hover {
  color: #f1c7c3 !important;
}

.quick_sport ul li a {
  position: relative;
  display: block;
  padding-left: 36px;
}

.footer_sec ul li a img {
  position: absolute;
  top: 2px;
  left: 0;
}

.copyright {
  background: #fff;
  padding: 33px 0;
  margin-top: 80px !important;
}

.copyright .footer__copyright {
  width: 100%;
  text-align: unset;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.copyright p {
  color: #080807;
  margin-bottom: 0;
  font-size: 16px;
}

.copyright ul.footer__list-social {
  display: flex;
  /*   align-items: center; */
  justify-content: end;
}

.copyright ul.footer__list-social li {
  margin-right: 16px;
  margin-bottom: 0;
}

.copyright ul.footer__list-social li:last-child {
  margin-right: 0;
}

.copyright ul.footer__list-social li a svg {
  color: #b2ac88;
  width: 22px;
  height: 22px;
  transition: 0.5s all;
}

.copyright ul.footer__list-social li a:hover svg {
  color: #f1c7c3;
}

/* -----------------
     Inner Pages 
-------------------- */

.banner-text {
  padding: 150px 0;
  text-align: center;
}

.banner-text h1 {
  font-family: Futura;
  font-weight: 700;
  font-size: 48px;
  color: #080807;
  margin-bottom: 0;
  line-height: 64px;
  max-width: 1080px;
  margin: 0 auto 0;
}

/* -----------------
     AbouT US Page 
-------------------- */

.about_txt .tittle_heading {
  text-align: left;
  position: relative;
  margin-bottom: 14px;
  padding-left: 23px;
}

.about_txt .tittle_heading::before {
  position: absolute;
  background: #b2ac88;
  top: 0;
  left: 0;
  content: "";
  width: 6px;
  height: 66px;
}

.about_txt .tittle_heading h5 {
  color: #f1c7c3;
  font-size: 18px;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-weight: bold;
}

.about_txt .tittle_heading h4 {
  margin-bottom: 0;
  color: #080807;
  font-size: 32px;
  font-weight: bold;
}

.about_txt p {
  color: #686868;
  line-height: 32px;
  margin-bottom: 12px;
  font-size: 16px;
}

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

.our_team {
  background: #b2ac88;
}

.our_team_inner {
  max-width: 920px;
  margin: auto;
}

.our_team_inner .tittle_heading h2 {
  color: #fff;
  margin-bottom: 0;
}

.our_team_box {
  background: #fff;
  padding: 32px 16px;
  text-align: center;
  margin: 0 21px;
}

.our_team_img img {
  box-shadow: 0 10px 19px rgb(0 0 0 / 15%);
  border-radius: 50%;
  margin: auto;
}

.our_team_content {
  margin-top: 22px;
}

.our_team_content h5 {
  color: #b2ac88;
  margin-bottom: 9px;
  font-family: "Futura";
  font-weight: bold;
  font-size: 16px;
}

.our_team_content h6 {
  margin-bottom: 0;
  font-family: "Futura Md BT";
  font-weight: 500;
  color: #686868;
  font-size: 14px;
}

.our_team .slick-prev,
.our_team .slick-next {
  width: 54px;
  height: 40px;
}

.our_team .slick-slider {
  max-width: 800px;
  margin: auto;
}

.our_team .slick-prev {
  left: -50px;
}

.our_team .slick-next {
  right: -50px;
}

.nano_process_text h4 {
  font-size: 18px;
  font-family: "Futura Md BT";
  font-weight: bold;
}

.nano_process_text p {
  color: #686868;
  line-height: 32px;
  margin-bottom: 0;
  font-size: 16px;
}

.nano_process_inner {
  margin-top: 22px;
}

.nano_process_box {
  text-align: center;
  position: relative;
}

.nano_process_box::before {
  position: absolute;
  content: "";
  border-top: #f1c7c3 2px dashed;
  top: 43px;
  left: 50%;
  width: 100%;
  height: 100%;
}

.nano_process [class^="col-"]:last-child .nano_process_box::before {
  display: none;
}

.nano_process_count {
  position: relative;
  margin-bottom: 40px;
}

.nano_process_count span {
  width: 82px;
  height: 82px;
  line-height: 82px;
  background: #f1c7c3;
  display: inline-block;
  border-radius: 50%;
  font-size: 33px;
  color: #fff;
  font-family: "Futura";
  font-weight: bold;
  position: relative;
}

.nano_process_count::before {
  position: absolute;
  content: "";
  background: #fff7f6;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
}

/* -----------------
     Contact US Page 
-------------------- */

.contact_pg_inner {
  max-width: 100%;
  margin: auto;
}

.contact_pg_box {
  background-color: #fff;
  box-shadow: 0 16px 44px rgb(0 0 0 / 4%);
  text-align: center;
  overflow: hidden;
  height: 100%;
}

.contact_bg_box {
  background: #f1c7c3;
  min-height: 130px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
}

.contact_bg_box .contact_bg_img {
  background: #fff;
  border: 4px solid rgb(178 172 136 / 20%);
  box-shadow: 0 9px 24px #b2ac88;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  position: absolute;
  top: 75px;
  align-items: center;
  justify-content: center;
}

.contact_pg_text {
  margin-top: 70px;
  margin-bottom: 20px;
}

.contact_pg_text p {
  font-size: 18px;
  color: #080807;
  margin: 0 auto;
  padding: 0 47px;
  word-break: break-all;
  transition: 0.5s all;
  font-family: Futura Md BT;
  font-weight: 700;
}

.contact_pg_box:hover .contact_pg_text p {
  color: #fff;
}

.contact_pg_box:hover {
  background: #b2ac88;
}

/* .contact_pg_box:hover .contact_bg_box {
    color: #fff; 
} */
.contact_txt input.field__input,
.contact_txt .text-area {
  background: #f9f9f9;
  border: none;
  padding: 28px 20px;
  margin: 0;
}

.contact_sec .contact_txt {
  padding: 0;
}

.contact_txt .text-area {
  min-height: 146px;
}

.contact_wrapper .color-background-1 {
  background: transparent;
}

.contact_txt .tittle_heading p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0;
  color: #686868;
  font-weight: 500;
}

.contact_btn button.button.theme_btn {
  max-width: 100%;
  padding: 10px 0;
  border: none;
  outline: none;
  transition: 0.5s all;
}

.contact_btn button.button.theme_btn:hover {
  background-color: #f1c7c3;
}

.contact_sec .field:after,
.contact__button button:after,
.spl_mes .global-media-settings:after {
  border: none !important;
  box-shadow: none !important;
}

.header h1.header__heading a.custom_logo_image img {
  max-width: 60px !important;
  width: auto;
  border-radius: 50%;
}

.header .header__heading-logo {
  max-width: 235px;
  /*     margin-right: 4px; */
}

.header__inline-menu ul li .link,
.header__inline-menu ul li .customer a {
  font-size: 18px;
  color: #080807;
  /*     font-weight: 500; */
  /*     font-family: "Futura Md BT"; */
  padding: 12px 0px;
}

.header__inline-menu ul ul.header__submenu li a {
  font-size: 16px;
  position: relative;
  display: unset;
  align-items: unset;
}

.header.header--middle-left {
  grid-template-columns: unset;
  display: flex;
  justify-content: space-between;
  padding: 10px 24px;
  max-width: 1280px;
}

.header.header--middle-left .header__heading-link {
  padding: 0;
}

.top_bar_header {
  background: #e3aaa4;
  padding: 10px 0;
}

.top_bar_header_txt p {
  color: #080807;
  font-size: 32px;
  margin-bottom: 0;
  text-align: left;
  font-family: Futura Md BT;
  font-weight: 700;
}

.social_link_footer ul {
  text-align: right;
}

.top_bar_header_txt {
  display: flex;
  align-items: center;
}

.social_link_footer ul li a {
  color: #080807;
  font-size: 14px;
}

.social_link_footer ul li a img {
  max-width: 53px;
  margin-right: 12px;
}

.top_bar_header_numb ul li a {
  color: #080807;
  font-size: 14px;
}

.top_bar_header_numb ul li a img {
  margin-right: 12px;
}

.top_header_search_bar .form-control {
  border: none;
  border-radius: 16px;
  font-size: 12px;
  color: #080807;
  padding-right: 30px;
}

.input-group {
  background: #fff;
  border-radius: 30px;
  font-size: 14px;
}

.search_group {
  position: relative;
}

.search_group span.search_icon {
  position: absolute;
  top: 0px;
  right: 13px;
}

.top_header_search_bar .search-modal__content {
  padding: 0 0;
}

a.custom_logo_image img {
  max-width: 59px !important;
}

.header__icons {
  display: none;
}

details[open] .modal-overlay:after {
  background-color: unset;
  height: 0;
}

.top_header_search_bar .field:after {
  display: none;
}

/* 29-08-2022 */
.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: unset;
  outline: unset;
  border-radius: unset;
}

.header__active-menu-item {
  text-decoration: none;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: none;
}

.header__menu-item:hover span {
  text-decoration: none;
}

/* .header__inline-menu ul li .link:hover, .header__inline-menu ul li .customer a:hover {
    color: #F1C7C3;
} */
.list-menu--disclosure {
  min-width: 266px !important;
  top: 50px;
}

.list-menu--disclosure li a {
  padding: 12px 10px !important;
}

.search_group {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}

.search__input.field__input {
  border-radius: 30px;
}

.footer-block__details-content .list-menu__item--link:hover,
.copyright__content a:hover {
  text-decoration: none !important;
}

.list-menu__item--active {
  text-decoration: none !important;
}

.textmonial_wrapper {
  width: 100%;
}

/* Product Specification */
.pd_spciftn_text .tittle_heading {
  margin-bottom: 0;
  text-align: left;
  margin-bottom: 32px;
}

.pd_spciftn_text h3 {
  font-size: 32px;
  font-family: "Futura";
  font-weight: bold;
  line-height: 42px;
}

.pd_spciftn_list ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 34px;
  color: #313130;
  font-weight: 500;
}

.pd_spciftn_list ul li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 15px;
  left: 0;
  background: #080807;
  border-radius: 50%;
}

/* .pd_spciftn_scan_pd {
    display: flex;
  align-items: end;
  justify-content: end;
  flex-direction: column;
} */

.pd_spciftn_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

.pd_spciftn_scanner {
  padding: 10px;
  margin: 40px 70px 0 auto;
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: 260px;
  position: relative;
}

.pd_spciftn_scanner:before {
  position: absolute;
  top: -40px;
  left: -64px;
  width: 100%;
  height: 100%;
  background-size: auto;
  background-image: url(/cdn/shop/t/1/assets/left-ivy.png?v=1662978489);
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}

.pd_spciftn_scanner:after {
  position: absolute;
  right: -64px;
  bottom: -40px;
  width: 70px;
  height: 154px;
  background-size: auto;
  background-image: url(/cdn/shop/t/1/assets/right-ivy.png?v=1662978515);
  content: "";
  background-repeat: no-repeat;
  z-index: -1;
  display: inline-block;
}

.pd_spciftn .nav-pills .nav-link.active,
.pd_spciftn .nav-pills .show > .nav-link {
  color: #fff;
  background: #f1c7c3;
}

.pd_spciftn .nav-link {
  color: #080807;
  font-size: 20px;
  padding: 10px 30px;
  font-weight: 500;
  font-family: "Futura Md BT";
  transition: 0.5s all;
}

.pd_spciftn .nav-link:hover {
  background-color: #f1c7c3;
  color: #fff;
}

.pd_spciftn_list p {
  line-height: 32px;
  color: #737373;
  font-size: 16px;
  width: 100%;
  /*   font-family: "Futura Bk BT"; */
  font-weight: normal;
  margin-bottom: 0;
}

nav.pd_spcf_link {
  background: #b2ac88;
  padding: 15px 36px;
  max-width: 1200px;
  border-radius: 27px;
  margin: 50px auto 0;
  flex-wrap: nowrap;
}

nav.breadcrumb.pd_spcf_link a,
nav.breadcrumb.pd_spcf_link span {
  color: #fff;
  font-size: 16px;
  font-family: "Futura";
  font-weight: normal;
}

nav.breadcrumb.pd_spcf_link a,
nav.breadcrumb.pd_spcf_link span {
  color: #fff;
  font-size: 16px;
  font-family: "Futura";
  font-weight: normal;
}

nav.breadcrumb.pd_spcf_link span {
  margin: 0 12px;
}

.pd_spciftn_scanner img {
  max-width: 100%;
  width: 100%;
}

nav.pd_spcf_link span.pd_sp_active {
  margin: 0;
  color: #080807;
}

.pd_spciftn {
  padding: 40px 15px 30px !important;
}

/* .pd_spciftn_box li.nav-item {
    margin-right: 20px;
} */
.pd_spciftn_list h6 {
  color: #f1c7c3;
  font-size: 18px;
  margin-top: 35px;
  font-weight: 600;
  font-family: Futura;
  text-transform: uppercase;
  font-style: italic;
}

.pd_spciftn_box ul.nav.nav-pills.mb-5 {
  border-bottom: 1px solid rgb(178 172 136 / 15%);
}

.pd_spcf_tab_list .new_addition_box {
  margin: 0 15px;
}

.pd_spcf_tab_list .new_addition_box .new_addition_content .price {
  margin-bottom: 0 !important;
}

section.section-template--15489682571404__main-padding {
  padding-bottom: 0;
}

/* Stones We Use */

.stones_we_use_page .nano_process_text h2 {
  font-size: 26px;
  color: #080807;
  line-height: 38px;
  font-family: "Futura";
  font-weight: bold;
  margin-bottom: 12px;
}

.stones_we_use_page .nano_process_text p {
  color: #080807;
  line-height: 32px;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: Futura;
}

.stones_we_use_page .nano_process_text p a {
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
}

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

.stones_we_use_page .stones_we_use_divd_full {
  display: flex;
}

.stones_we_use_page .stones_we_use_didf {
  background: #f1c7c3;
  padding: 50px;
  width: 50%;
}

.stones_we_use_page .stones_we_use_dids {
  background: #b2ac88;
  padding: 50px;
  width: 50%;
}

div#shopify-section-cubic-zirconia .stones_we_use_didf,
div#shopify-section-mohs-scale .stones_we_use_dids {
  width: 100%;
  height: 100%;
}

.stones_we_use_page .nano_process_text ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 34px;
  color: #080807;
  font-weight: 400;
  font-family: "Futura";
}

.stones_we_use_page .nano_process_text ul li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 12px;
  left: 0;
  background: #080807;
  border-radius: 50%;
}

.stones_we_use_divd_conatiner {
  background: #f4f4f4;
  padding: 60px 0;
}

.stones_we_use_bg_mhd {
  background: #b2ac88;
  padding: 60px 0;
}

.stones_we_use_bg_ogn {
  background: #f1c7c3;
  padding: 60px 0;
}

.stones_we_use_bg_ogn .nano_process_text h4 {
  margin-top: 20px;
}

.stones_we_use_page .nano_process_text p a span {
  text-decoration: none !important;
}

/* collection page */

.all_collections {
  padding: 80px 15px;
}

.banner-text.right p {
  color: #292927;
  font-size: 22px;
  max-width: 654px;
  margin-left: auto;
  margin-bottom: 0;
  margin-top: 20px;
}

.all_collections .card__inner {
  width: 28%;
  float: left;
  margin: 15px;
}

.all_collections .card__content {
  display: unset;
  width: 50%;
  flex-grow: unset;
  float: right;
  position: absolute;
  right: 29px;
  text-align: right;
}

.all_collections .card {
  background-color: #f4f4f4 !important;
  border: none !important;
  border-radius: none !important;
  margin-right: 20px;
  display: flex !important;
  justify-content: space-evenly;
}

.all_collections li.collection-list__item.grid__item {
  margin-bottom: 20px;
}

.all_collections .card__content h3.card__heading a {
  font-size: 31px;
  line-height: 42px;
  color: #080807;
  font-family: Futura Md BT;
  font-weight: 700;
  margin-bottom: 0;
  transition: 0.5s all;
  position: relative;
}

a#moreless-button {
  margin-top: 20px;
  max-width: 220px;
  cursor: default;
}

.all_collections .card__content:hover .card__information {
  background: none;
}

.all_collections .card__content:hover h3.card__heading a {
  color: #b2ac88 !important;
}

.all_collections .card .icon-wrap {
  display: none;
}

.collection-list__item a:hover {
  box-shadow: none;
  color: #292927;
}

.banner-text.center_txt {
  text-align: center;
  padding: 80px 0 60px;
}

.all_collections .card .media {
  width: 100%;
  max-width: 250px;
  /*     height: 206px; */
  margin: auto;
}

.all_collections .card .media img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.collect_product {
  padding: 50px 15px;
}

.collect_product .card {
  border: 1px solid rgb(178 172 136 / 51%);
}

.collect_product .card .card__content {
  text-align: center;
  margin-top: 25px;
  /*   padding: 25px 0 0; */
  display: flex;
  align-items: center;
}

.collect_product .card .price {
  text-align: center;
}

.collect_product li.grid__item.card .media {
  height: 300px;
  width: 100%;
  margin-top: 20px;
  display: block;
}

/* .card__content .card__information {
      padding: 35px 0 35px;
    transition: .5s all;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
      background: #f9f9f9;
    position: absolute;
    width: 100%; 
    bottom: 0;
} */

/* .card__content:hover .card__information {
    background: #B2AC88;
} */
.card__content .card__information .price {
  color: #080807 !important;
  font-size: 18px !important;
  margin-bottom: 0 !important;
  font-weight: normal;
}

.card__heading a,
.card__content .card__information h3.rel.card__heading.h5 {
  color: #080807;
  font-size: 18px;
  margin-bottom: 12px;
  font-family: Futura Md BT;
  font-weight: 700;
  line-height: 30px;
}

.card__content:hover .card__information .price,
.card__content:hover .card__heading a {
  color: #fff !important;
  text-decoration: none;
}

.collect_product li.grid__item {
  max-width: 32% !important;
  width: 32% !important;
  /*     margin: auto 5px 12px; */
}

.slider_img img {
  width: 100%;
}

.collect_product .card__inner {
  background: transparent;
  height: 335px;
}

.collect_product .card .card__inner .card__media img {
  object-fit: contain;
}

/* .pd_spciftn_list p {
    margin-bottom: 10px;
} */
.card:hover .card__information {
  background: #b2ac88;
}

.collection-list .card:hover .card__information {
  background: unset;
}

/* 02-09-2022 */

.stones_we_use_page {
  padding-bottom: 0 !important;
}

.title_poem {
  max-width: 850px;
  margin: 15px auto 0;
}

.title_poem_text p {
  color: #080807;
  font-size: 25px;
  font-weight: 500;
  font-family: Futura;
  margin-bottom: 0;
  line-height: 44px;
  white-space: pre-line;
}

/* start 05-dec-2022 */
p.htext span.vendor_name {
  color: #ffffff;
  margin-bottom: 0 !important;
}

p.vendor span.vendor_name {
  color: #6b785a;
}

p.htext {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  border: 1px solid #6b785a;
  padding: 10px;
  font-style: italic;
}

/* p.htext span.vendor_name {
    display: inline-block !important;
} */
/* end 05-dec-2022 */
p.lesstext {
  white-space: pre-line;
  white-space: pre-line;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.title_poem .slick-dots li button:before {
  font-size: 60px;
  opacity: 0.25;
  color: #fff;
}

.title_poem .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.8;
}

.all_collections .grid__item:nth-child(even) .card {
  margin-right: 0;
}

/* 05-09-2022 */

/* meassages for us */
.meassage_us_sec {
  padding: 50px 0;
}

.meassage_us_sec .tittle_heading h2 {
  text-align: left;
  line-height: 56px;
}

.meassage_us_box {
  position: relative;
}

.meassage_us_box a {
  /*     background: #aba581; */
  padding: 20px;
  display: inline-block;
  width: 100%;
  margin: 0 10px;
}

.meassage_us_text h5 {
  font-size: 20px;
  font-weight: bold;
  color: #080807;
  margin-bottom: 10px;
}

.meassage_us_img {
  max-width: 260px;
  width: 100%;
  position: absolute;
  /* margin-top: 30px; */
  height: 200px;
}

.slick-slide img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.meassage_us_text {
  width: 55%;
  margin-left: auto;
}

.meassage_us_text p {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  margin-bottom: 0;
  white-space: pre-line;
  margin-top: 20px;
  overflow-y: scroll;
  height: 220px;
}

/* width */
.meassage_us_text p::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.meassage_us_text p::-webkit-scrollbar-track {
  background: #b2ac88;
}

/* Handle */
.meassage_us_text p::-webkit-scrollbar-thumb {
  background: rgb(8 8 7 / 56%);
}

.meassage_us_text p::-webkit-scrollbar-thumb:hover {
  background: rgb(8 8 7 / 56%);
}

.meassage_us_sec .flex_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.meassage_us_sec .flex_arrow .left_arrow {
  margin-right: 20px;
}

/* .title_poem_text p{
  padding:5px 0 25px;
} */

.meassage_us_sec .tittle_heading p {
  text-align: left;
  color: #686868;
  font-size: 22px;
  line-height: 44px;
  margin-top: 12px;
  margin-bottom: 0;
}

.collect_product .card__content .card__information .card__heading a {
  padding: 10px 38px;
  margin-bottom: 0;
}

/* 07-09-2022 */
.slider_img {
  max-width: 100%;
  height: 650px;
  position: relative;
}

.slider_img img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer_sec ul li.footer_qr_img {
  display: flex;
  align-items: self-start;
  flex-direction: column;
}

.footer_sec ul li.footer_qr_img img {
  width: 100px;
}

/* .footer_sec ul li.footer_qr_img a {
    background: #F1C7C3;
} */

.footer_sec ul li a.buy_now_footer {
  display: inline-block;
  padding: 8px 20px;
  background: #f1c7c3;
}

.footer_sec ul li.footer_qr_img a {
  padding-left: 0;
  padding-top: 10px;
  font-weight: 600;
}

.footer_sec ul li a:hover.buy_now_footer {
  color: #fff !important;
  background: #080807;
}

.about_us_page {
  background: #fff;
}

.title_poem_text {
  /*     background: #F1C7C3; */
  /*   padding: 0px 30px; */
  padding-right: 0px;
}

.title_poem_box {
  margin-bottom: 0px;
  margin-top: 13px;
}

.social_link_footer ul li.header_QR_code img {
  max-width: 70px;
}

.social_link_footer ul li.header_QR_code a {
  font-size: 15px;
}

/* 09-09-2022 */

/* #pills-poem-tab{
display:none;
}
 */

.advertise_tabs_box {
  border: 1px solid rgb(178 172 136 / 33%);
}

.advertise_video iframe {
  width: 100%;
}

/* .advertise_video {
    margin-bottom: 20px;
} */
.advertise_audio {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px 30px 15px;
}

.advertise_tabs_box .ad_para {
  padding: 20px;
}

.advertise_audio audio {
  width: 100%;
}

/* 12-09-2022 */

.product-media-modal__content {
  height: 100%;
}

.product-media-modal__content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 14-09-2022 */
section.colle_all.no_product {
  margin-top: 50px;
}

.colle_all_content {
  width: 65%;
}

.colle_all_inner {
  padding: 16px 18px;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  /*     min-height: 228px;
    display: flex;
    align-items: center;
    justify-content: center; */
  position: relative;
}

/* .colle_all_inner:before {
    position: absolute;
    content: "Sale";
    top: 0;
    right: 0;
    padding: 5px 23px;
    background: #B2AC88;
    color: #fff;
    font-size: 14px;
    border-bottom-left-radius: 13px;
} */

.colle_all_inner a {
  text-decoration: none !important;
}

.colle_all_inner a .colle_all_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.colle_all_inner a .colle_all_bx .colle_all_img {
  width: 30%;
  height: 166px;
  /*     margin-right: 50px; */
  max-width: 170px;
}

.colle_all_inner a .colle_all_bx .colle_all_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.colle_all_inner a .colle_all_bx .colle_all_content h4 {
  font-size: 18px;
  line-height: 30px;
  color: #080807;
  font-family: Futura;
  font-weight: 700;
  margin-bottom: 5px;
  transition: 0.5s all;
  text-align: left;
}

.colle_all_inner a:hover .colle_all_bx .colle_all_content h4 {
  color: #b2ac88;
}

.pd_spciftn_list p {
  white-space: pre-line;
}

.new_addition_box .new_addition_img {
  max-width: 100%;
  height: 193px;
  margin: 0 auto 10px;
}

.new_addition_box .new_addition_img img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 15-09-2022 */

.pd_spciftn_list ul {
  margin: 10px 0;
}

div#pills-poem .pd_spciftn_text .tittle_heading {
  margin-bottom: 0;
}

.product-media-modal .product-media-modal__toggle {
  color: #fff;
  background: #f1c7c3;
}

.section-template--15489682505868__product-grid-padding {
  padding: 30px 0 60px !important;
}

/* 20-09-2022 */
.collect_product .pagination-wrapper ul {
  width: 100%;
}

.collect_product .pagination-wrapper ul li {
  background: #b2ac88;
}

.collect_product .pagination-wrapper ul li a {
  color: #fff;
  font-size: 16px;
}

.collect_product .pagination-wrapper ul li a:hover {
  text-decoration: none;
}

a.header__menu-item.header__menu-item.cstm_sub_title {
  padding: 0 !important;
  color: #000;
}

/* 21-09-2022 */

.pd_spciftn_scan_pd .pd_spciftn_img .grid__item.product__media-wrapper {
  width: 100%;
  max-width: 100%;
}

.tittle_heading.color_txt h3 {
  color: #f1c7c3;
}

/* 22-09-2022 */

.pd_spciftn_list li {
  line-height: 32px;
  color: #737373;
  font-size: 16px;
  width: 100%;
  font-weight: 400;
  margin-bottom: 0;
}

/* 23-09-2022 */
.header-qrcode {
  max-width: 650px;
  padding: 50px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
}

.header-qrcode a button {
  display: inline-block;
  padding: 16px 52px;
  background: #f1c7c3;
  border: none;
  font-size: 20px;
  transition: 0.3s all;
}

.header-qrcode a.sign_in_btn button {
  background: #b2ac88;
  color: #fff;
}

.header-qrcode a:hover button {
  background: #080807;
  color: #fff;
}

.header-qrcode a.qr-app_btn {
  margin-right: 20px;
}

.customer.login {
  background: #f1c7c3 !important;
  padding: 50px !important;
  border-radius: 5px;
  margin: 80px auto !important;
  max-width: 600px !important;
}

.qrcode-request.customer.login {
  max-width: 1200px !important;
}

.customer.login .field:before,
.customer.login .select:before,
.customer.login .customer .field:before,
.customer.login .customer select:before,
.customer.login .localization-form__select:before,
.customer.login .field:after,
.customer.login .select:after,
.customer.login .customer .field:after,
.customer.login .customer select:after,
.customer.login .localization-form__select:after {
  display: none;
}

.customer button {
  margin: 4rem 0 1.5rem;
  color: #fff !important;
  font-size: 16px !important;
  padding: 0;
  transition: 0.5s all;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
}

/* 27-09-2022 */
.top_bar_header li.header_QR_code .qrcode_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.top_bar_header li.header_QR_code {
  display: flex;
  align-items: center;
  justify-content: start;
}

.top_bar_header li.header_QR_code a {
  /*     margin-left: 20px; */
  /*     font-size: 18px !important; */
  margin-top: -18px;
}

.top_bar_header li.header_QR_code .qrcode_title span {
  text-align: center;
  width: 100%;
  margin-top: 3px;
  font-size: 12px;
}

.textmonial_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.textmonial_box {
  flex-direction: column;
  flex: 0 0 48%;
  max-width: 48%;
  margin-bottom: 30px;
  padding: 0;
}

.textimonial_readmore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.textimonial_readmore a.theme_btn {
  max-width: 180px;
}

.textimonial_readmore a.theme_btn:hover {
  background: #f1c7c3;
}

/* 28-09-2022 */
.header_QR_code ul.myaccount-drop li {
  position: relative;
  text-align: left;
  padding: 20px 0;
  font-size: 14px;
}

.header_QR_code ul.drop_down_acc {
  position: absolute;
  left: 0;
  top: 48px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 10px;
  width: 120px;
  border-bottom: 1px solid rgb(178 172 136 / 32%);
}

.header_QR_code ul.myaccount-drop li:hover ul.drop_down_acc {
  opacity: 1;
  visibility: visible;
}

.social_link_footer .header_QR_code {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qrcode_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qrcode_title span {
  font-size: 12px;
  margin-top: 3px;
  color: #fff;
}

ul.myaccount-drop {
  margin-top: -20px;
}

.social_link_footer .header_QR_code .qrcode_title {
  max-width: 66px;
  margin-right: 22px;
}

.header_QR_code a {
  color: #080807;
  font-size: 14px;
}

.social_link_footer ul li.header_QR_code a {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.social_link_footer ul li.header_QR_code a img.acc_img_dwn {
  width: 10px;
}

ul.myaccount-drop li a {
  display: flex;
  align-items: center;
  font-size: 15px;
}

ul.myaccount-drop li a img {
  width: 9px;
  margin-left: 8px;
}

.header_QR_code ul.drop_down_acc li {
  padding: 5px 0;
  border-bottom: 1px solid rgb(178 172 136 / 32%);
}

.header_QR_code ul.drop_down_acc li:last-child {
  border-bottom: none;
}

.header_QR_code ul.drop_down_acc li a {
  text-transform: capitalize;
}

/* .qrcode-request {
    max-width: 650px;
} */
.qrcode-request .form-group {
  margin-bottom: 16px;
}

.qrcode-request .form-group:last-child {
  margin-bottom: 0;
}

.qrcode-request .form-group label {
  font-size: 15px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}

.qrcode-request .form-group input.form-control,
.qrcode-request .form-group textarea.form-control {
  background: #fff !important;
  border: none;
  padding: 15px;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
}

.qrcode-request .form-group textarea.form-control {
  height: 100px;
}

.qrcode-request .form-group img.user-image {
  width: 180px;
  height: 180px;
  object-fit: contain;
  display: block;
}

.qrcode-request .form-group .form-control:focus {
  box-shadow: none;
}

img.loader {
  height: 50px;
  width: 50px;
  display: none;
}

a.sign_in_btn.bg-dark.text-white.btn {
  font-size: 22px;
  background: #000 !important;
}

.qrcode-request .cstm-table table {
  width: 100%;
}

.customer.login h1#login {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  font-family: Futura;
  text-align: center;
}

.qrcode-request .cstm-table {
  overflow-x: auto;
}

.qrcode-request .cstm-table::-webkit-scrollbar {
  width: 1px !important;
  border-radius: 5px;
}

.qrcode-request .cstm-table::-webkit-scrollbar-track {
  background: #f4f4f4;
}

.qrcode-request .cstm-table::-webkit-scrollbar-thumb {
  background: #b2ac88;
}

.qrcode-request .cstm-table::-webkit-scrollbar-thumb:hover {
  background: #b2ac88;
}

.qrcode-request .cstm-table table {
  background: #f9f9f9;
  padding: 10px;
  margin-bottom: 15px;
}

.qrcode-request .cstm-table table thead tr th {
  width: 150px;
  background-color: #b2ac88;
  color: #fff;
  border-color: #fff;
}

.qrcode-request .cstm-table table tbody tr td {
  word-break: break-word;
}

.qrcode-request .cstm-table table tbody tr td a {
  padding: 10px;
  background: #b2ac88;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  border-radius: 20px;
  color: #fff;
}

.customer.login h2.form__message:focus-visible,
.customer.login h1#recover:focus-visible {
  outline: none;
  box-shadow: none;
}

.customer.login h1#recover,
.customer.register.customer.login h1 {
  font-size: 26px;
  font-weight: 700;
  font-family: Futura;
  text-align: center;
  text-transform: capitalize;
}

.customer.login p {
  font-size: 15px;
  margin-bottom: 0;
}

.customer.login button {
  margin: 20px 0 15px 0;
}

.customer button:before,
.customer button:after {
  display: none;
}

.customer.register.customer.login ul {
  margin-bottom: 2rem;
  padding-left: 0;
}

.customer.register.customer.login ul li {
  padding: 5px 0;
}

.footer_sec ul li.my_acc_ft,
.footer_sec ul li.sign_in_ft {
  display: inline-block;
  padding: 8px 20px;
  background: #f1c7c3;
  transition: 0.5s all;
}

.footer_sec ul li.my_acc_ft a,
.footer_sec ul li.sign_in_ft a {
  padding-left: 0;
}

.footer_sec ul li.my_acc_ft:hover,
.footer_sec ul li.sign_in_ft:hover {
  background: #080807;
}

.footer_sec ul li.my_acc_ft:hover a,
.footer_sec ul li.sign_in_ft:hover a {
  color: #fff !important;
}

.customer.login.addresses .address_btn_dbj button {
  padding: 0 20px;
}

.customer.login.addresses h1 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
  font-family: Futura;
}

.customer.login.addresses .address_btn_dbj button[type] {
  background: #121212;
}

.customer.login.addresses .address_btn_dbj button[type]:hover {
  background: #b2ac88;
}

/* 30-09-2022 */
.pd_spciftn .product-form__input .select {
  max-width: 100%;
}

.pd_spciftn .product-form__input .select select {
  background: #fdf0ef;
  font-size: 16px;
}

.pd_spciftn .product-form__input .select select option {
  background: #000 !important;
  font-size: 16px !important;
  color: #fff !important;
  padding: 20px 0 !important;
  line-height: 40px !important;
}

.pd_spciftn .product-form__input .select select option:hover {
  background: #b2ac88 !important;
}

.pd_spciftn .product-form__input .select:before,
.pd_spciftn .product-form__input .select:after {
  display: none;
}

.pd_spciftn .product-form__input .form__label {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* 03-10-2022 */
.coll_img_pd {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-evenly;
}

.coll_img_pd_ft {
  max-width: 135px;
  height: 135px;
}

.coll_img_pd_ft img {
  max-width: 100%;
  height: 100%;
}

/* -------------------------
        subs_cribe_sec
----------------------------- */
.subs_cribe_sec {
  padding: 52px 12px 52px;
  background: #fff;
}

.newsletter.center.subs_cribe_sec.newsletter_sebsc .newsletter__wrapper {
  background: no-repeat;
}

.subs_cribe_cont {
  max-width: 786px;
  margin: auto;
  padding: 0 !important;
}

.subs_cribe_cont h2.tittle_head {
  font-weight: 700;
  margin-bottom: 12px;
  font-family: Futura;
  line-height: 56px;
  font-size: 36px;
}

.subs_cribe_cont .newsletter__subheading.rte {
  margin: 0;
  max-width: 100%;
}

.subs_cribe_cont p {
  text-align: center;
  color: #686868;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0 !important;
  font-weight: 400;
}

.subs_cribe_form {
  position: relative;
  max-width: 636px;
  width: 100%;
  margin: 32px auto 0;
  box-shadow: 0 0px 3px 0 rgb(0 0 0 / 5%);
  /*   padding:0 15px; */
}

.subs_cribe_form .newsletter-form__field-wrapper {
  width: 100%;
  max-width: 100% !important;
}

.subs_cribe_form .newsletter-form__field-wrapper .field input {
  background: #f9f9f9;
  width: 100%;
  font-size: 16px;
  color: #787674;
  border: none;
  /*   padding: 27px 32px; */
  position: relative;
  width: 100%;
  height: 68px;
}

.subs_cribe_form .newsletter-form__field-wrapper .field button {
  position: absolute;
  background: #f1c7c3;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  max-width: 230px;
  width: 100%;
  right: 0;
  top: 0;
  text-transform: capitalize;
  transition: 0.3s all;
}

.subs_cribe_form .newsletter-form__field-wrapper .field:before,
.subs_cribe_form .newsletter-form__field-wrapper .field:after {
  display: none;
}

.subs_cribe_form .newsletter-form__field-wrapper .field button:hover {
  background: #b2ac88;
}

.newsletter.center.subs_cribe_sec.bg_style .newsletter__wrapper {
  background: transparent;
}

/* 06-10-2022 */
.title_poem {
  max-width: 100%;
}

.title_poem_box {
  display: flex !important;
  align-items: stretch;
  justify-content: center;
}

.title_poem_img {
  width: 250px;
  height: 240px;
}

.title_poem_img img,
.title_poem_img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title_poem_text {
  /*   width: 70%; */
  display: flex;
  align-items: center;
}

.title_poem_text a.rm {
  color: #fff;
  letter-spacing: 2px;
  font-size: 20px;
}

/* 07-10-2022 */
.title_poem_inner_def {
  max-width: 840px;
  margin: 80px auto 0;
  box-shadow: 0 20px 50px rgb(0 0 0 / 8%);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.title_poem_inner_def .title_poem_text {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: url(/cdn/shop/t/1/assets/all_pgs.jpg?v=1663737091);
}

.title_poem_inner_def .title_poem_text p {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  margin-bottom: 0;
  white-space: pre-line;
}

.title_poem_inner_def .title_poem_text p a {
  color: #080807;
}

/* 13-10-2022 */
.buynow_btnb a.theme_btn {
  max-width: 100%;
}

.buynow_btnb a.theme_btn:hover {
  background: #080807;
}

/* 19-10-2022 */

.blog_sec {
  background: #f9f9f9;
}

.blog_text {
  margin-top: 18px;
}

.blog_text h5 {
  font-size: 20px;
  line-height: 28px;
  color: #292927;
  margin-bottom: 10px;
  font-family: "Futura Md BT";
  font-weight: 400;
}

.blog_text p {
  padding: 0;
  color: #686868;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
  /*     font-family: "Futura Bk BT"; */
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog_img {
  max-width: 380px;
  height: 260px;
}

.blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our_blog_btn {
  margin-top: 22px;
}

.our_blog_btn a.theme_btn {
  font-size: 14px;
  line-height: 48px;
  max-width: 156px;
}

.our_blog_btn a.theme_btn:hover {
  background: #f1c7c3;
}

.section_point_def {
  margin-bottom: 60px;
}

.qrcode-request .cstm-table tbody tr td img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.customer.account div h1,
.customer.account div div h2 {
  color: #080807;
  font-size: 20px;
  margin-bottom: 2px;
  font-family: "Futura Md BT";
}

.customer.account div a {
  background: #b2ac88;
  padding: 14px 28px;
  margin-top: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: 0.5s all;
  text-transform: capitalize;
}

.customer.account div a:hover {
  background: #080807;
}

.address_btn_dbj form#address_form_new,
.addresses [aria-expanded="true"] ~ div[id] form#address_form_7451630895244 {
  margin-top: 20px;
}

.customer.login.addresses ul {
  background: #b2ac88;
  color: #fff;
  padding: 17px 15px;
  margin-top: 30px;
  margin-bottom: 0;
}

.customer.login.addresses ul li button {
  color: #121212 !important;
}

.customer.login.addresses ul li button:hover {
  background-color: #121212 !important;
  color: #fff !important;
}

.customer.login.addresses ul li[data-address] {
  margin-top: 20px;
}

.customer.login.addresses ul li div button {
  color: #fff !important;
  padding: 0 17px;
  background: #121212;
}

.customer.login.addresses ul li div button:hover {
  color: #121212 !important;
  background: #fff !important;
}

.blog_sec .tittle_heading h2 {
  text-transform: capitalize;
}

.main-blog .card__content .card__information {
  margin-top: 0;
  padding: 22px !important;
}

.main-blog .article-card .card__heading a {
  font-size: 22px;
  line-height: 32px;
}

.main-blog p.article-card__excerpt.rte-width {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0;
}

.main-blog h1.title--primary {
  font-size: 46px;
  font-weight: bold;
  color: #080807;
  margin-bottom: 30px;
  font-family: "Futura";
  text-transform: capitalize;
  margin-top: 0 !important;
}

.main-blog {
  padding: 0 !important;
  margin: 80px auto;
  max-width: 1020px;
}

.article-template__hero-container {
  max-width: 620px !important;
  margin-top: 80px !important;
}

.article-template__hero-container img {
  width: 100%;
  height: 100%;
}

article.article-template {
  position: relative;
  max-width: 1080px;
  margin: 0 auto 120px;
}

article.article-template:before {
  content: "";
  top: 78px;
  width: 100%;
  height: 95%;
  left: 0;
  position: absolute;
  background-color: #f9f9f9;
  border-radius: 12px;
  z-index: -1;
}

article.article-template h1.article-template__title {
  color: #080807;
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 12px;
  font-weight: 500;
  font-family: "Futura Md BT";
}

.article-template__content {
  color: #686868;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
  font-family: "Futura BK BT";
}

.share-button button.share-button__button {
  display: inline-block;
  padding: 8px 20px;
  background: #b2ac88;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.article-template__back.element-margin-top.center a.article-template__link {
  background: #b2ac88;
  width: 250px;
  text-align: center;
  line-height: 54px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #fff;
  border-radius: 0;
  border: none;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  margin: auto;
}

.article-template__back.element-margin-top.center
  a.article-template__link:hover,
.share-button button.share-button__button:hover {
  background: #f1c7c3;
  text-decoration: none;
}

.c-app .c-body td img.qrimg {
  max-width: 180px;
}

td img.qrimg {
  max-width: 180px;
  height: 150px;
  width: 180px;
}

/* .article-template__back.element-margin-top.center a.article-template__link {
    display: none;
} */
.addresses form div label {
  font-size: 15px;
}

/* 20-10-2022 */
.header.header--middle-left ul li {
  position: relative;
  line-height: 35px;
  margin-right: 23px;
}

.header.header--middle-left .lasting-legacy-collection ul.header__submenu {
  position: absolute;
  left: 100%;
  background: #fff;
  top: 0;
  padding: 10px;
  width: 240px;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.main-blog .blog-articles__article.article {
  margin: 10px;
}

/* 21-10-2022 */
.template-404 .error-content {
  background: #f9f9f9;
  padding: 50px;
  max-width: 500px;
  margin: auto;
  box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
  border-radius: 8px;
}

.template-404 .error-img {
  max-width: 360px;
  margin: auto;
}

.template-404 .error-content p {
  font-size: 100px;
  font-weight: bold;
  color: #f1c7c3;
  margin-bottom: 0;
  font-family: "Futura";
  line-height: 116px;
}

.template-404 .error-content h1.title {
  font-size: 28px;
  font-weight: bold;
  color: #080807;
  margin-bottom: 11px;
  font-family: "Futura";
  text-transform: uppercase;
  margin: 10px;
}

.template-404 .error-content a.button {
  background: #b2ac88;
  font-family: "Futura Md BT";
  max-width: 300px;
  width: auto;
  text-align: center;
  line-height: 54px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #fff;
  margin: 35px auto 0;
  border-radius: 0;
  border: none;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
}

.template-404 .error-content a.button:hover {
  background: #f1c7c3;
}

.template-404 .error-content a.button:after,
.template-404 .error-content a.button:before {
  display: none;
}

/* 26-10-2022 */

.buynow_btnb {
  margin-top: 50px;
  /*     margin-bottom: 40px; */
}

/* 28-10-2022 */
div#shopify-section-qrcode-file nav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

div#shopify-section-qrcode-file nav ol.pagination {
  background: #f1c7c3;
}

div#shopify-section-qrcode-file nav ol.pagination li {
  padding: 12px 18px;
  font-size: 16px;
  margin: 0;
  color: #080807;
}

div#shopify-section-qrcode-file nav ol.pagination li a {
  color: #080807;
  text-decoration: none;
}

div#shopify-section-qrcode-file nav ol.pagination li.disabled {
  background: #000;
  color: #fff;
}

div#shopify-section-qrcode-file nav ol.pagination li.active {
  background-color: #b2ac88;
  color: #fff;
}

/* 30-12-2022 */

.pd_spciftn_list span {
  line-height: 32px;
  color: #737373;
  font-size: 16px;
  width: 100%;
  font-weight: 400;
  margin-bottom: 0;
}

section.about_list.about_pg {
  background-image: url(/cdn/shop/files/all_bg_large.jpg?v=1661419403) !important;
}

/* 09-11-2022 */

.pd_spciftn_img {
  position: relative;
}

.pd_spciftn_sku {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 44px;
  right: 0;
  bottom: -80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd_spciftn_sku p {
  position: relative;
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  background: rgb(241 199 195 / 50%);
  padding: 10px;
  width: 80%;
  text-align: center;
}

/* 10-11-2022 */
aside#main-collection-filters {
  background: #f9f9f9;
  padding-top: 30px;
  width: 94%;
}

/* 11-11-2022 */
.title_poem_text p a.rm {
  display: block;
}

.moretext {
  display: none;
}

.title_poem_text {
  flex-direction: column;
}

.collection-hero .banner-text h1 {
  font-weight: 700;
  font-family: Futura;
}

/* 15-11-2022 */

.collection_text h5 span.tm_img {
  width: 20px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 3px;
}

/* .new_addition_content h6{
    text-transform: lowercase;
} */

/* .new_addition_content h6::first-line {
  text-transform: capitalize;
}
 */
/* 16-11-2022 */
.all_collections .card__content h3.card__heading a span.tm_img img {
  width: 20px;
}

.see_all_col a.theme_btn.collection_view_all {
  max-width: 100%;
  padding: 0 12px;
  margin-left: 20px;
  line-height: 46px;
  display: none;
}

.banner-text span.tm_img {
  display: inline-block;
  width: 30px;
  margin-left: 12px;
  position: relative;
  bottom: 4px;
}

div#predictive-search-results {
  background: #fff;
}

/* 18-11-2022 */
.footer_sec ul li a {
  display: flex;
}

.footer_sec ul li a span.tm_img {
  width: 20px;
}

.footer_sec ul li a span.tm_img img {
  position: relative;
  top: 0;
  left: 5px;
}

/* .header__inline-menu ul ul.header__submenu li a {
    justify-content: start;
    display: flex;
} */
.header__inline-menu ul ul.header__submenu li a span.tm_img {
  width: 18px;
  display: inline-block;
}

.new_addition_content h6 {
  display: flex;
  justify-content: center;
}

.new_addition_content h6 span.tm_img {
  width: 17px;
}

.new_addition_content h6 span.tm_img img {
  margin-left: 5px;
}

.new_addition_content h6::first-line {
  text-transform: capitalize;
}

/* 21-11-2022 */
.new_addition_content {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* a.header__menu-item.header__menu-item.cstm_sub_title span.tm_img {
    margin-top: -10px;
    margin-left: 8px;
} */
.header.header--middle-left ul#HeaderMenu-SubMenuList-3 li a {
  padding: 0 !important;
}

/* #shopify-section-header {
    z-index: 999;
} */

/* 22-11-2022 */

.collection_text h2 {
  font-size: 18px;
  line-height: 26px;
  color: #080807;
  font-family: Futura Md BT;
  font-weight: 700;
  padding-right: 5px;
  margin: 10px 0 0 0;
}

.meassage_us_text p span.vendor_name {
  display: block;
  margin: 10px 0;
}

div#shopify-section-template--15489682800780__main .banner-text {
  text-align: center;
  padding: 100px 0;
}

.title_poem_text h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 50px;
  color: #6b785a;
  font-style: italic;
}

/* 30-11-2022 */
.title_poem_text p span.vendor_name {
  display: block;
  margin: 15px 0 10px;
  font-weight: 600;
  font-family: "Futura Md BT";
}

.collection_text p span.vendor_name {
  font-weight: 500;
}

/* 06-12-2022 */
.qrcode-request .cstm-table table.dataTable thead th,
.qrcode-request .cstm-table table.dataTable tbody td,
.qrcode-request .cstm-table .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_filter,
.qrcode-request .cstm-table table.dataTable tfoot th,
.qrcode-request .cstm-table table.dataTable tfoot td {
  font-size: 14px;
  font-weight: 500;
}

.qrcode-request .cstm-table div.dataTables_wrapper button.dt-button {
  font-family: "Futura Md BT";
  background: #b2ac88;
  border: none;
  min-width: unset;
  max-width: unset;
}

.qrcode-request .cstm-table .dataTables_wrapper .dataTables_filter input {
  border: none;
  border-radius: 2px;
  padding: 10px;
  background-color: #fff;
  margin-left: 5px;
}

.qrcode-request
  .cstm-table
  .dataTables_wrapper
  .dataTables_filter
  input:focus-visible {
  box-shadow: unset;
  outline: none;
}

.qrcode-request .cstm-table .dataTables_wrapper .dataTables_filter {
  margin-top: 25px;
}

.qrcode-request.customer.login nav ol.pagination li:first-child,
.qrcode-request.customer.login nav ol.pagination li:last-child {
  background: #000;
}

.qrcode-request.customer.login nav ol.pagination li:first-child a,
.qrcode-request.customer.login nav ol.pagination li:last-child a {
  color: #fff !important;
}

.qrcode-request .cstm-table table td.sorting_1 {
  font-size: 15px !important;
}

.qrcode-request.customer.login nav {
  margin-bottom: 0 !important;
  margin-top: 30px;
}

table.dataTable tbody tr.selected > * {
  box-shadow: unset !important;
  color: #fff !important;
  background: #b2ac88;
}

/* 15-12-2022 */
.pd_spciftn_box .tab-pane h3 {
  padding: 30px 0 15px;
  text-align: center;
}

.pd_spciftn_box .tab-pane .pd_spciftn_list p {
  text-align: center;
}

.pd_spciftn_box .tab-pane .pd_spciftn_list h6 {
  text-align: center;
  padding: 0px 0 15px;
}

.pd_spciftn .pd_spciftn_text.mt-5 {
  margin-top: 50px !important;
}

.pd_spciftn_text .poem_ivy {
  max-width: 530px;
  margin: auto;
}

.collection-hero .poem_ivy.ban_ivy {
  margin: auto;
}

.collection-hero .poem_ivy.ban_ivy {
  margin: 0 auto 15px;
}

.tittle_heading.color_txt h3 {
  color: #f1c7c3;
  text-align: center;
}

/* 16-12-2022 */

.choose_btn {
  margin: 50px 0 0;
  display: flex;
  justify-content: end;
  width: 100%;
}

a.theme_btn.pink {
  background-color: #f1c7c3;
}

.choose_btn a.theme_btn.pink {
  max-width: unset;
  display: inline-block;
  width: unset;
  padding: 6px 30px;
  margin: 10px;
}

/* 22 dec 2022 */
.footer_link.quick_sport li.footer_qr_img.qr_scan img {
  position: relative;
}

/* 29-12-2022 */
.header.header--middle-left ul li .header__menu-item span.tm_img img {
  width: 18px;
  margin-left: 4px;
  margin-top: -4px;
}

.header.header--middle-left .header__menu-item .icon-caret {
  right: -15px;
}

.header.header--middle-left .header__menu-item {
  padding: 16px 0;
  text-decoration: none;
}

ul.list-menu.list-menu--inline li:last-child {
  margin-right: 0;
}

.collect_product .card__content .card__information {
  /*     position: absolute;
    bottom: 0; */
  width: 100%;
  padding: 15px 0;
  height: 100%;
}

.collect_product .card .card__inner .card__media {
  height: 300px;
  width: 100%;
  margin-top: 20px;
  display: block;
}

/* .collect_product .card__content .card__information {
      margin-top: 0;
} */

.header.header--middle-left
  ul
  li
  a.header__menu-item.header__menu-item.cstm_sub_title {
  padding-left: 10px !important;
}

.header.header--middle-left ul li summary .icon-caret {
  position: absolute !important;
}

.qoutes_box ul.slick-dots {
  display: block !important;
  width: auto;
  left: 0;
}

.qoutes_box .slick-dots li button:before {
  font-size: 60px;
  color: #fff;
}

.qoutes_box .qoutes {
  margin-bottom: 30px;
}

.qoutes_box .qoutes p {
  color: #fff !important;
}

/* 18-01-2023 */

.banner-text .brows_collection_single .tittle_heading h2 {
  font-size: 36px;
  line-height: 58px;
  color: #080807;
  font-family: Futura;
  font-weight: 700;
  margin-bottom: 0;
  transition: 0.5s all;
}

.banner-text .brows_collection_single .tittle_heading span.tm_img {
  display: inline-block;
  max-width: 38px;
  margin-left: 7px;
  position: relative;
  top: -3px;
}

.banner-text .brows_collection_single .tittle_heading p {
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  margin: auto;
  max-width: 476px;
}

.brows_collection_single .tittle_heading {
  margin-bottom: 15px;
}

h1.policy_banner {
  padding: 80px 0;
  text-align: center;
  line-height: 70px;
  margin-bottom: 0;
  font-family: Futura;
  font-weight: 700;
  font-size: 48px;
  color: #080807;
  background-repeat: no-repeat;
  background-size: cover;
}

.pt_list_djbd {
  margin-bottom: 22px;
}

/* 20-01-2023 */

.pt_djbd {
  padding: 40px 0;
}

.pt_list_djbd p strong {
  color: #f1c7c3;
}

.pt_djbd h3 {
  font-weight: 700;
  font-size: 22px;
  font-family: Futura;
  margin: 25px 0 10px 0;
  color: #6b785a;
}

.pt_djbd h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 25px 0 5px 0;
  font-family: Futura Md BT;
  font-weight: 700;
}

.pt_djbd p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  color: #313130;
}

.page-width--narrow.section-template--15489682833548__main-padding {
  max-width: 1080px;
}

.collection-hero .banner-text h2 {
  font-size: 26px;
  margin: 0px 0 10px 0;
  font-weight: 700;
}

.title_poem_img {
  height: 254px;
  border: 3px solid #7bba43;
  padding: 10px;
  background: #7bba43;
}

.title_poem_inner p.lesstext,
.title_poem_inner p.moretext.vendor {
  font-size: 44px;
  font-weight: 500;
  white-space: pre-line;
  font-family: Futura Md BT;
  /* font-weight: 700; */
  font-family: Tangerine, cursive;
}

a#moreless-button {
  margin: 30px auto 35px;
}

.title_poem_inner p.vendor span.vendor_name {
  font-weight: 600;
  display: block;
  font-size: 20px;
  margin-top: 10px;
}

/* 25-01-2023 */
.pd-spcf .tittle_heading.color_txt h3 {
  text-align: left;
}

.pd_spciftn_img
  .product--thumbnail_slider
  .slider-mobile-gutter
  .slider-button {
  background: #080808;
  border-radius: 50%;
}

.pd_spciftn_img
  .product--thumbnail_slider
  .slider-mobile-gutter
  .slider-button
  svg.icon {
  font-size: 20px;
  color: #fff;
  height: 10px;
}

.pd_spciftn_img .product--thumbnail_slider .thumbnail[aria-current] {
  border-color: unset;
  box-shadow: unset;
}

.pd-spcf {
  padding-bottom: 50px;
}

.pd-spf_djbd h3 {
  text-align: left !important;
}

/* 03-02-2023 */
.pd-spf_djbd .product-form__input .form__label {
  line-height: 32px;
  color: #737373;
  font-size: 16px;
  width: 100%;
  font-weight: 700;
  margin: 15px 0 0px;
}

.pd-spf_djbd {
  padding-top: 0;
}

.colle_all_inner a .colle_all_bx .colle_all_content p {
  line-height: 26px;
  color: #737373;
  font-size: 16px;
  margin-bottom: 0;
  text-align: left;
}

.colle_all_inner a .colle_all_bx .colle_all_content h4 span.tm_img {
  max-width: 20px;
  display: inline-block;
  margin-left: 4px;
}

.pd_spciftn_text .product-form__input .select {
  max-width: 100% !important;
}

.pd_spciftn_text .product-form__input .select select.select__select.ss {
  background-color: #f1c7c3;
}

/* 06-02-2023 */
.pd_spciftn_scan_pd
  .product__media-wrapper
  ul.product__media-list.contains-media {
  height: 475px;
}

/* li.product__media-item.grid__item.slider__slide.is-active {
    height: 475px;
} */
/* li.product__media-item modal-opener.product__modal-opener {
  height: 475px;
} */

.pd_spciftn_scan_pd
  .product__media-wrapper
  ul.product__media-list
  li.product__media-item.is-active
  .product__media
  img {
  height: 475px !important;
  object-fit: contain;
}

/* 07-02-2023 */
.slider_content {
  width: 60%;
}

/* 08-02-2023 */
.collection_title .tittle_heading h2 {
  margin-bottom: 0;
}

.header.header--middle-left ul li ul#HeaderMenu-MenuList-5 {
  width: 270px !important;
}

.nano_cust_design_img {
  width: 100%;
  max-width: 300px;
  height: 300px;
  margin: auto;
  position: relative;
}

.nano_custome_design {
  position: relative;
  margin-bottom: 36px;
}

.nano_custome_design_sec {
  margin-bottom: 0;
  padding-top: 40px;
}

.nano_custome_design:before {
  position: absolute;
  top: 20%;
  content: "";
  background: #b2ac88;
  width: 100%;
  height: 90%;
  border-radius: 4px;
}

.nano_custome_design:hover .nano_cust_design_img img {
  box-shadow: 0 4px 8px #0000001f, 0 6px 20px #00000017;
}

.nano_cust_design_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s all;
}

.nano_cust_design_text {
  text-align: center;
  position: relative;
  padding: 0 15px;
}

.nano_cust_design_text h4 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 48px;
}

.pd_spciftn_box div.tab-content {
  width: 100%;
}

.pd_spciftn_list.ttt button.poem_btn.theme_btn {
  max-width: max-content;
  padding: 4px 30px;
  margin: 6px auto 0;
}

.pd_spciftn_list.ttt button.poem_btn.theme_btn:hover {
  background: #080807;
}

.pd_spciftn_list.ttt .modal {
  position: relative;
  top: -84px;
  z-index: 1;
}

body.modal-open {
  overflow: unset !important;
  padding: 0 !important;
}

.pd_spciftn_list.ttt .modal .modal-content .modal-header {
  border: none;
}

.pd_spciftn_list.ttt .modal .modal-content {
  background: #f1c7c3;
  border: none;
}

.header.header--middle-left ul li ul#HeaderMenu-MenuList-5 li {
  line-height: 24px;
  margin: 0;
}

.header.header--middle-left ul li ul#HeaderMenu-MenuList-5 li a {
  padding: 8px 10px !important;
  display: block;
  line-height: 26px;
}

.stones_we_use_inner .nano_custome_design:before {
  position: absolute;
  top: -1px;
  content: "";
  border: 1px solid #b2ac88;
  height: 102%;
  border-radius: 0;
  background: transparent;
}

.stones_we_use_inner .nano_process_text {
  padding-left: 40px;
}

.stones_we_use_inner .nano_custome_design:hover .nano_cust_design_img img {
  box-shadow: none;
}

/* 13-02-2023 */
.nano_custome_design_sec .nano_custome_design {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.nano_custome_design_sec .nano_custome_design:before {
  position: absolute;
  top: 0;
  content: "";
  background: #b2ac88;
  border-right: 5px solid #f1c7c3;
  border-bottom: 5px solid #f1c7c3;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  z-index: -1;
}

.nano_custome_design_sec .nano_cust_design_img {
  height: 240px !important;
  margin: 0;
  box-shadow: 0 4px 8px #0000001f, 0 6px 20px #00000017;
}

.nano_custome_design:hover .nano_cust_design_img img {
  box-shadow: unset !important;
}

.colle_all_inner {
  background-color: #b2ac88;
  transition: 0.5s all;
}

.colle_all_inner a .colle_all_bx .colle_all_content h4 {
  color: #080807;
  transition: 0.5s all;
}

.colle_all_inner a .colle_all_bx .colle_all_content p {
  color: #080807;
  transition: 0.5s all;
}

.colle_all_inner:hover {
  background: #f1c7c3;
}

.colle_all_inner a:hover .colle_all_bx .colle_all_content p {
  color: #fff !important;
}

.colle_all_inner a:hover .colle_all_bx .colle_all_content h4 {
  color: #6b785a;
}

/* 15-02-2023 */
.header__inline-menu ul#HeaderMenu-MenuList-2 summary.header__menu-item {
  padding: 5px 0 8px !important;
}

.pd_spciftn_list.ttt .modal .modal-content .modal-header .btn-close {
  background-color: #fff;
  color: #000 !important;
  border-radius: 50%;
  padding: 10px;
  font-size: 10px;
}

.pd_spciftn_list.ttt .modal .modal-dialog {
  max-width: 100%;
}

aside#main-collection-filters .facets-container {
  padding-top: 0;
  padding-bottom: 10px;
}

/* 17-02-2023 */
.banner-text.right p {
  margin-top: 0;
}

.collection-hero .banner-text h2 {
  margin-top: 0;
}

/* 27-02-2023 */
.slider_img p {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90%;
  width: 100%;
  height: 50px;
  background: rgb(192 187 161 / 85%);
  background: rgb(0 0 0 / 50%);
  font-size: 16px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  /*     border-radius: 3px; */
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

.about_us_page .contact_img p,
.contact_img p {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-align: center;
  margin-top: 10px;
  color: #f1c7c3;
  font-weight: 700;
  color: #080807;
  color: #b2ac88;
}

.contact_img p {
  font-size: 15px;
  font-weight: 700;
  color: #080807;
}

.card__inner .card__information {
  display: none;
}

.card--standard.card--text > .card__content .card__heading {
  display: block !important;
}

.collect_product .card__content .card__information .card-information {
  display: none;
}

/* 20-03-2023 */
.collection_box .collection_img img {
  height: unset !important;
}

.collection_box .collection_img p,
.meassage_us_box .meassage_us_img p {
  font-size: 15px;
  line-height: 22px;
  /* color: #080807; */
  font-family: Futura Md BT;
  font-weight: 700;
  padding-right: 5px;
  margin: 10px 0 0;
  /* background: #fff; */
  border: 1px solid #fff;
  color: #fff;
  padding: 5px;
}

.meassage_us_box .meassage_us_img p {
  text-align: center;
  background: rgb(255 255 255 / 27%);
}

/* 21-03-2023 */
.pd_spciftn_scan_pd {
  position: relative;
}

.pd_spciftn_scan_pd .product_img_text {
  position: absolute;
  bottom: 97px;
  z-index: 2;
  background: #f1c7c3;
  text-align: center;
  width: 100%;
  padding: 5px;
}

.pd_spciftn_scan_pd .product_img_text h2 {
  font-size: 16px;
  line-height: 26px;
}

.new_addition_box .new_addition_img .new_addition_video {
  max-width: 100%;
}

.new_addition_box .new_addition_img video.product_video {
  width: 100%;
  max-width: 100%;
  height: 209px;
}

/* Responsive Devices */
@media (min-width: 1440px) {
  /* .slider_btn {
    left: 31%;
} */
}

/* @media (min-width: 1050px) and (max-width: 1399px) {
.collection_box {
    justify-content: start;
}
} */
@media (max-width: 1200px) {
  /* section.about_list {
    padding: 0 15px;
} */
  .about_list_text {
    max-width: 100%;
    padding-left: 15px;
    padding-top: 30px;
  }

  .nano_process_box:before,
  .nano_process_count:before {
    display: none;
  }

  .collect_product {
    padding: 50px 20px;
  }

  /*   .banner-text {
    padding: 180px 20px;
} */
  .all_collections {
    padding: 40px 20px;
  }

  /*     .header.header--middle-left {
    padding: 3px 15px;
} */
  nav.pd_spcf_link {
    max-width: 100%;
    margin: 30px 15px 0;
  }

  .nano_process_text {
    padding: 0 20px;
  }

  div#shopify-section-cubic-zirconia .stones_we_use_didf .nano_process_text,
  div#shopify-section-mohs-scale .stones_we_use_dids .nano_process_text,
  .stones_we_use_didf .nano_process_text,
  .stones_we_use_dids .nano_process_text {
    padding: 0;
  }

  .stones_we_use_page .stones_we_use_didf,
  .stones_we_use_page .stones_we_use_dids {
    padding: 28px;
  }

  .stones_we_use_divd_conatiner,
  .stones_we_use_bg_mhd,
  .stones_we_use_bg_ogn {
    padding: 35px 0;
  }

  /* .qrcode-request.customer.login .cstm-table {
    overflow-x: scroll;
} */
  /*  .qrcode-request.customer.login .cstm-table {
    overflow-x: scroll;
} */
  /*       .header.header--middle-left {
    padding: 10px 1.5rem;    
} */
  .qrcode-request.customer.login {
    max-width: 96% !important;
    padding: 30px !important;
  }

  .main-blog {
    padding: 0 15px !important;
  }

  .meassage_us_text {
    width: 48%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about_list_text ul li {
    line-height: 30px;
  }

  .collect_product li.grid__item {
    max-width: 31% !important;
    width: 31% !important;
    margin: 10px auto;
  }

  .about_list_text h1 {
    font-size: 30px;
  }

  .slider_img img {
    object-fit: cover;
  }

  .slider_content {
    width: 56%;
    margin-left: 25px;
  }

  .header__inline-menu ul li .link,
  .header__inline-menu ul li .customer a {
    font-size: 17px;
  }

  .top_bar_header_txt p {
    font-size: 30px;
  }

  .top_bar_header_txt {
    justify-content: center;
    margin: 10px 0 10px;
  }

  .top_header_search_bar {
    margin: 0px 0 15px;
  }

  .meassage_us_sec .tittle_heading h2 {
    line-height: 60px;
    font-size: 38px;
  }

  .all_collections .card__content {
    width: 60%;
  }
}

@media (min-width: 989px) and (max-width: 1199px) {
  .header .header__heading-logo {
    max-width: 132px;
    margin-right: 0;
  }

  .header h1.header__heading a.custom_logo_image img {
    max-width: 50px !important;
  }

  .header.header--middle-left ul li {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .top_bar_header_txt p {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .top_bar_header {
    padding: 15px 20px;
    text-align: center;
  }

  .search_group {
    max-width: 100%;
    margin: 15px 0;
  }

  .top_bar_header_numb {
    margin-bottom: 10px;
  }

  .slider_box {
    flex-direction: column-reverse;
    /*     align-items: end; */
  }

  .slider_content {
    width: 100%;
    margin: 50px 0;
  }

  .about_list_box {
    flex-direction: column;
    align-items: end;
  }

  .about_list_content {
    width: 100%;
  }

  .spl_mes_content h2 {
    font-size: 30px;
    line-height: 50px;
  }

  .tittle_heading h2 {
    font-size: 30px;
  }

  .spl_mes_content p {
    font-size: 22px;
    line-height: 40px;
  }

  .slider_txt {
    max-width: 90%;
    margin: auto;
    text-align: center;
  }

  .slider_txt h1 {
    font-size: 40px;
    line-height: 60px;
  }

  .slider_txt h1 br {
    display: none;
  }

  .slider_btn {
    margin-top: 0;
    width: 100%;
    flex-direction: column;
    left: 0;
    position: relative;
  }

  .slider_btn a.theme_btn {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .about_list_text h1 {
    font-size: 30px;
  }

  .textmonial_box {
    margin: 0 6px;
  }

  .textmonial_sec .tittle_heading h2 {
    line-height: 50px;
  }

  .textmonial_title {
    align-items: self-start;
  }

  .contact_img img {
    width: 100%;
  }

  .contact_img:before {
    display: none;
  }

  .footer-block__details-content .list-menu__item--link {
    padding-bottom: 0;
  }

  .copyright .footer__copyright {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .copyright ul.footer__list-social {
    margin-top: 20px;
  }

  .copyright ul.footer__list-social li {
    margin-bottom: 0;
  }

  .footer-block__details-content .list-menu__item--link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  ul.footer-block__details-content.list-unstyled {
    margin-bottom: 35px;
  }

  .new_addition .tittle_heading {
    margin-bottom: 35px;
  }

  .banner-text {
    padding: 110px 0;
  }

  .pd_spciftn_scan_pd {
    align-items: center;
    margin-top: 30px;
  }

  .social_link_footer ul {
    text-align: center;
  }

  .stones_we_use_page .stones_we_use_divd_full {
    flex-direction: column;
  }

  .stones_we_use_page .stones_we_use_didf,
  .stones_we_use_page .stones_we_use_dids {
    width: 100%;
  }

  .all_collections .card__content {
    display: unset;
    width: 100%;
    flex-grow: unset;
    float: unset;
    position: unset;
    right: unset;
    text-align: center;
  }

  .all_collections .card__inner {
    width: 80%;
    margin: auto;
    height: 239px;
  }

  .all_collections .card .media {
    width: 100%;
    max-width: unset;
    height: unset;
    margin: auto;
  }

  .all_collections .card__content .card__information {
    padding: 15px !important;
  }

  .all_collections .card__content h3.card__heading a {
    font-size: 22px;
    line-height: 36px;
  }

  .banner-text.right {
    width: 65%;
    margin-left: auto;
    padding-right: 20px;
  }

  .banner-text.right p {
    font-size: 18px;
  }

  .pd_spciftn_img .grid__item.product__media-wrapper {
    max-width: 100% !important;
    width: 100% !important;
  }

  .pd_spciftn {
    padding: 15px 15px 35px !important;
  }

  .title_poem_text p {
    color: #292927;
  }

  .banner-text h1 {
    font-size: 44px;
  }

  /*      .collect_product li.grid__item {
    max-width: unset !important;
    width: unset !important;
    margin: unset !important;
    margin-bottom: 20px !important;
} */
  .meassage_us_sec .tittle_heading h2,
  .meassage_us_sec .tittle_heading p {
    text-align: center;
  }

  .meassage_us_sec {
    padding: 40px 0;
  }

  .textmonial_profile {
    padding: 17px 13px 12px;
  }

  .our_team .slick-dots li button:before {
    font-size: 56px;
  }

  .our_team .slick-dots {
    margin-top: 50px !important;
    position: relative;
    bottom: 0;
  }

  .contact_img img {
    width: auto;
    margin: auto;
    display: block;
  }

  .about_txt p br {
    display: none;
  }

  .about_txt {
    margin-top: 50px;
  }

  .collect_product li.grid__item {
    max-width: 48% !important;
    width: 48% !important;
    margin: 0 auto 10px;
  }

  div#shopify-section-cubic-zirconia .stones_we_use_didf,
  div#shopify-section-mohs-scale .stones_we_use_dids {
    padding: 30px 12px;
  }

  .stones_we_use_divd_conatiner,
  .stones_we_use_bg_mhd,
  .stones_we_use_bg_ogn {
    padding: 30px 0px;
  }

  .stones_we_use_page .stones_we_use_didf,
  .stones_we_use_page .stones_we_use_dids {
    padding: 30px 12px;
  }

  .contact_bg_box {
    min-height: 110px;
  }

  .contact_bg_box .contact_bg_img {
    top: 47px;
  }

  .slider_img {
    max-width: 100%;
    height: auto;
  }

  .nano_process_box::before {
    display: none;
  }

  /*   .nano_process_count {
    margin-top: 40px;
} */
  .all_collections {
    padding: 40px 15px;
  }

  .pd_spciftn_img .product__media-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .social_link_footer .header_QR_code {
    justify-content: center;
  }

  .textmonial_sec .tittle_heading h2 {
    line-height: 60px;
    font-size: 30px;
  }

  .textmonial_box {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .subs_cribe_cont h2.tittle_head {
    font-size: 30px;
  }

  .meassage_us_sec .tittle_heading h2 {
    line-height: 50px;
  }

  section.section_point_def {
    padding: 0 15px;
  }

  .blog_bx {
    margin-bottom: 30px;
  }

  .blog_img {
    max-width: 100%;
  }

  .pd_spciftn_sku {
    width: 50%;
    margin: auto;
    position: relative;
    bottom: 0;
  }

  .slider_txt p {
    margin-bottom: 0;
  }

  .slider_txt p {
    font-size: 40px;
    line-height: 54px;
  }

  .top_bar_header_txt {
    flex-direction: column;
  }

  .meassage_us_text {
    width: 58%;
  }

  .textmonial_title {
    align-items: center;
    flex-direction: column;
  }

  .textmonial_title p {
    text-align: center;
  }

  .blog_sec .row {
    justify-content: center;
  }

  .about_list_img {
    display: none;
  }

  .collection_box {
    justify-content: space-between;
  }

  .collection_img {
    max-width: 300px;
    width: 40%;
    height: 318px;
  }

  .collection_text {
    padding-left: 20px;
    width: 60%;
  }

  .collection_text h2 {
    padding-right: 10px;
  }

  .meassage_us_img {
    width: 35%;
    max-width: 100%;
    position: relative;
  }

  .meassage_us_box a {
    display: flex;
    justify-content: space-between;
    height: unset;
  }

  .meassage_us_text {
    width: 60%;
  }

  .all_collections .card {
    padding: 20px;
  }

  .all_collections .card__content h3.card__heading a span.tm_img {
    margin-left: 5px;
  }

  section.about_list.about_pg .about_list_text {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .pd_spciftn_scan_pd .pd_spciftn_img {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .collection_sec .flex_arrow {
    padding-top: 30px;
  }

  .menu-drawer__inner-submenu {
    overflow: visible !important;
  }

  .qrcode-request .cstm-table .dataTables_wrapper .dataTables_filter {
    margin-top: 0;
    float: unset;
    text-align: center;
    margin-bottom: 30px;
  }

  .qrcode-request .cstm-table div.dt-buttons {
    float: unset;
    text-align: center;
  }

  .qrcode-request .cstm-table div.dataTables_wrapper button.dt-button {
    margin: 0 0 10px 0;
  }

  .header.header--middle-left ul li {
    position: unset;
    line-height: unset;
  }

  .qoutes_box ul.slick-dots {
    width: 100%;
  }

  .meassage_us_wrapper {
    margin-top: 25px;
  }

  aside#main-collection-filters {
    padding: 10px 12px 0;
  }

  li.product__media-item modal-opener.product__modal-opener,
  .pd_spciftn_scan_pd
    .product__media-wrapper
    ul.product__media-list
    li.product__media-item.is-active
    .product__media
    img,
  .pd_spciftn_scan_pd
    .product__media-wrapper
    ul.product__media-list.contains-media {
    height: 100% !important;
  }

  .pd_spciftn_box .tab-pane h3 {
    padding: 0px 0 15px;
  }

  .pd_spciftn_scan_pd .product_img_text {
    bottom: 145px;
  }
}

@media (max-width: 767px) {
  .about_us_page .about_txt {
    margin-left: 0;
  }

  nav.pd_spcf_link {
    padding: 15px 18px;
  }

  nav.pd_spcf_link {
    border-radius: 10px;
  }

  .banner-text.center_txt {
    text-align: center;
    padding: 50px 0;
  }

  .p_y {
    padding: 40px 0;
  }

  .collection_title .tittle_heading {
    max-width: 100%;
    /*     padding-right: 50px; */
  }

  .spl_mes .image-with-text__media-item {
    margin: auto;
  }

  .textmonial_title {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .textmonial_sec .tittle_heading h2 {
    text-align: center;
  }

  .footer_des {
    margin-bottom: 35px;
  }

  .footer_link ul {
    margin-bottom: 35px;
  }

  .footer_sec {
    padding-bottom: 0 !important;
  }

  .collection_title a.collection_view_all {
    font-size: 16px;
  }

  .about_list_text {
    padding: 20px;
  }

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

  .banner-text h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .contact_pg_text p {
    padding: 0 20px;
  }

  .tittle_heading {
    margin-bottom: 20px;
  }

  .pd_spciftn_text h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .meassage_us_sec .tittle_heading p {
    font-size: 20px;
    line-height: 34px;
    margin-top: 0px;
  }

  .collect_product li.grid__item {
    max-width: 48% !important;
    width: 48% !important;
    margin-bottom: 15px;
  }

  .stones_we_use_page .nano_process_text h2 {
    font-size: 22px;
  }

  .footer_link.quick_sport ul {
    margin-bottom: 0;
  }

  .footer_sec
    .footer-block--newsletter.copyright
    .footer__column.footer__column--info {
    padding-top: 0;
  }

  .contact_sec .contact_txt {
    padding-top: 30px;
  }

  .pd_spciftn_scanner {
    max-width: 300px;
    margin: 40px auto;
  }

  .pd_spciftn_scanner:after {
    left: 297px;
    top: 58%;
  }

  .customer.login {
    padding: 25px !important;
    margin: 50px auto !important;
    max-width: 96% !important;
  }

  .textmonial_box {
    flex: 0 0 98%;
    max-width: 98%;
  }

  /*   .meassage_us_text p {
    width: 100%;
    text-align: center;
} */
  /*   .meassage_us_text h5 {
    text-align: center;
} */
  .pd_spciftn .product-form__input {
    max-width: 100%;
  }

  .subs_cribe_cont {
    padding: 0 15px !important;
  }

  .subs_cribe_form {
    box-shadow: none;
  }

  .qrcode-request .cstm-table tbody tr td img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .see_all_col a.theme_btn.collection_view_all {
    margin-left: 0;
  }

  .slider_txt p {
    font-size: 34px;
    line-height: 53px;
  }

  .new_addition .tittle_heading h2 {
    font-size: 26px;
  }

  .title_poem_box {
    align-items: center;
    flex-direction: column-reverse;
  }

  .title_poem_box .title_poem_img {
    margin-bottom: 30px;
  }

  .title_poem_text h2 {
    font-size: 24px;
  }

  .title_poem_text p {
    font-size: 20px;
    line-height: 36px;
  }

  .colle_all_inner a .colle_all_bx .colle_all_img {
    height: auto;
    max-width: 100%;
  }

  .footer_des p {
    padding-right: 0;
  }

  div#shopify-section-qrcode-file nav ol.pagination li {
    padding: 6px 10px;
    font-size: 14px;
  }

  .buynow_btnb {
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .title_poem_text {
    width: 100%;
  }

  .title_poem_box {
    margin-top: 30px;
  }

  .pd_spciftn_sku {
    width: 100%;
  }

  .buynow_btnb a.theme_btn {
    max-width: 100%;
  }

  .pd_spciftn_text .tittle_heading {
    margin-bottom: 20px;
  }

  .pd_spciftn_scanner_ft .choose_btn {
    justify-content: center;
  }

  .banner-text .brows_collection_single .tittle_heading h2 {
    font-size: 30px;
  }

  .colle_all_inner a .colle_all_bx .colle_all_content h4 {
    font-size: 22px;
    line-height: 42px;
  }

  .stones_we_use_inner .nano_process_text {
    padding: 0;
  }

  .nano_custome_design_sec .nano_custome_design {
    flex-direction: column;
    padding: 30px 15px;
  }

  .nano_cust_design_text {
    padding: 0;
    margin-top: 20px;
  }

  .nano_cust_design_text h4 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 567px) {
  .pd_spciftn_scan_pd .product_img_text {
    bottom: 81px;
  }

  .about_list_text ul li {
    font-size: 18px;
  }

  .banner-text {
    padding: 48px 0;
  }

  .banner-text h1 {
    font-size: 30px;
  }

  .textmonial_box p {
    padding: 15px 8px;
  }

  /*   .meassage_us_img {
    max-width: 120px;
    margin-top: 49px;  
} */
  .collect_product li.grid__item {
    max-width: 100% !important;
    width: 100% !important;
  }

  .stones_we_use_page .nano_process_text h2 {
    font-size: 20px;
  }

  .banner-text.right {
    width: 100%;
    margin-left: unset;
    padding-right: unset;
    background: rgb(244 244 244 / 70%);
    text-align: center;
  }

  .banner-text.right p {
    padding: 0 20px;
  }

  .all_collections .card__content .card__information {
    padding: 10px;
  }

  .all_collections li.collection-list__item.grid__item {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }

  .all_collections .card {
    margin-right: 0;
  }

  .all_collections li.collection-list__item:last-child {
    margin-bottom: 0;
  }

  /*   .colle_all_inner a .colle_all_bx .colle_all_img {
    width: 120px;
    margin-right: 25px;
} */
  .colle_all_inner {
    padding: 16px 15px;
  }

  .header-qrcode {
    flex-direction: column;
    padding: 20px;
  }

  .header-qrcode a.qr-app_btn {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .header-qrcode a.sign_in_btn {
    width: 100%;
  }

  .header-qrcode a button,
  .header-qrcode a.sign_in_btn button {
    padding: 14px 52px;
    width: 100%;
  }

  .customer.login h1#recover,
  .customer.register.customer.login h1,
  .customer.login h1#login,
  .customer.login.addresses h1 {
    font-size: 20px;
  }

  .customer.login p {
    font-size: 13px;
    margin-top: 8px;
  }

  .customer.login form {
    margin-top: 2.5rem !important;
  }

  .qrcode-request.customer.login {
    max-width: 98% !important;
    padding: 10px !important;
  }

  .subs_cribe_form .newsletter-form__field-wrapper .field {
    display: block;
  }

  .subs_cribe_form .newsletter-form__field-wrapper .field button {
    position: unset;
    margin: 20px auto 0;
  }

  .title_poem_box {
    flex-direction: column-reverse;
  }

  .title_poem_img {
    width: 100%;
    height: auto;
  }

  .title_poem_text {
    width: 100%;
    padding: 0 15px;
  }

  .title_poem_inner_def .title_poem_text {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
  }

  .template-404 .error-content p {
    font-size: 60px;
    line-height: 80px;
  }

  .template-404 .error-content h1.title {
    font-size: 20px;
  }

  .template-404 .error-content {
    padding: 20px;
  }

  .template-404 .error-content a.button {
    margin: 22px auto 0;
    letter-spacing: 2px;
  }

  .top_bar_header_txt p {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }

  .meassage_us_img {
    width: 100%;
    margin-bottom: 30px;
  }

  .meassage_us_text {
    width: 100%;
    padding: 0 10px;
  }

  meassage_us_sec .tittle_heading p {
    font-size: 18px;
    line-height: 32px;
  }

  .title_poem_inner p.lesstext,
  .title_poem_inner p.moretext.vendor {
    font-size: 20px;
  }

  .title_poem_text p {
    font-size: 18px;
    line-height: 30px;
  }

  div#shopify-section-template--15489682800780__main .banner-text.right {
    background: unset;
  }

  div#shopify-section-template--15489682800780__main .banner-text {
    padding: 50px 0;
  }
}

@media (max-width: 480px) {
  .banner-text .brows_collection_single .tittle_heading h2 {
    font-size: 22px;
    line-height: 38px !important;
  }

  .top_bar_header_txt p {
    font-size: 15px;
  }

  .search_group {
    margin: 5px 0;
  }

  .slider_txt h1 {
    font-size: 32px;
    line-height: 50px;
  }

  .slider_txt p {
    font-size: 30px;
    line-height: 46px;
  }

  .tittle_heading h2 {
    font-size: 24px;
    line-height: 42px !important;
  }

  .tittle_heading p {
    font-size: 16px;
  }

  .collection_text h5 {
    font-size: 18px;
    line-height: 30px;
  }

  .spl_mes_content h2 {
    font-size: 24px;
    line-height: 40px;
  }

  .spl_mes_content p {
    font-size: 20px;
    line-height: 34px;
  }

  .about_list_text h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .textmonial_profile {
    padding: 17px 12px 13px;
  }

  .about_txt .tittle_heading h4 {
    font-size: 24px;
  }

  .about_txt .tittle_heading h5 {
    font-size: 16px;
  }

  .about_txt .tittle_heading:before {
    height: 52px;
  }

  .all_collections .card__content h3.card__heading a {
    font-size: 16px;
    line-height: 32px;
  }

  .banner-text h1 {
    font-size: 22px;
    line-height: 35px;
  }

  .pd_spciftn .nav-link {
    padding: 5px 8px;
    font-size: 14px;
  }

  .pd_spciftn_box li.nav-item {
    margin-right: 5px;
  }

  .pd_spciftn_text h3 {
    font-size: 20px;
    line-height: 34px;
  }

  nav.pd_spcf_link {
    padding: 10px 15px;
  }

  nav.breadcrumb.pd_spcf_link a,
  nav.breadcrumb.pd_spcf_link span {
    font-size: 15px;
  }

  nav.breadcrumb.pd_spcf_link span {
    margin: 0 5px;
  }

  .meassage_us_text h5 {
    font-size: 16px;
    line-height: 30px;
  }

  /*   .meassage_us_img {
    max-width: 100px;
    margin-top: 67px;
} */
  .about_list_text ul li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 32px;
  }

  .textmonial_profile .profile_des h6 {
    font-size: 16px;
  }

  .contact_img img {
    width: 100%;
  }

  .colle_all_content {
    width: 200px;
  }

  .colle_all_inner a .colle_all_bx .colle_all_content h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .textmonial_sec .tittle_heading h2 {
    line-height: 42px;
    font-size: 24px;
  }

  .subs_cribe_cont h2.tittle_head {
    font-size: 24px;
    line-height: 42px;
  }

  .pd_spciftn_scanner {
    max-width: 200px;
    margin-bottom: 80px;
  }

  .pd_spciftn_scanner:after {
    left: auto;
  }

  .meassage_us_box a {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .meassage_us_text {
    width: 100%;
    text-align: center;
  }

  .see_all_col a.theme_btn.collection_view_all {
    padding: 0 5px;
  }

  .header .header__heading-logo {
    max-width: 140px;
    margin-right: 0px;
  }

  .header h1.header__heading a.custom_logo_image img {
    max-width: 48px !important;
  }

  .footer_logo {
    max-width: 200px;
  }

  div#shopify-section-qrcode-file nav ol.pagination li {
    padding: 4px 6px;
    font-size: 12px;
  }

  .qrcode-request .cstm-table table td.sorting_1 {
    font-size: 13px !important;
  }

  .qrcode-request .cstm-table table.dataTable thead th,
  .qrcode-request .cstm-table table.dataTable tbody td,
  .qrcode-request .cstm-table .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_filter,
  .qrcode-request .cstm-table table.dataTable tfoot th,
  .qrcode-request .cstm-table table.dataTable tfoot td {
    font-size: 11px;
  }

  /*   .choose_btn {
    margin: 20px auto 40px;
} */
  .choose_btn a.theme_btn.pink {
    width: 100%;
    padding: 13px 10px;
    margin: 0;
    line-height: 30px;
  }
}
.collection_text p {
  font-size: 14px;
}
.new_addition {
  /*   background-image: url(/cdn/shop/files/Untitled-3.jpg);
  background-size: cover; */
  background-color: #fff;
}
.new_addition_box {
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
  border: 1px solid #6b785a;
}
.new_addition_box:hover .new_addition_img img {
  transform: scale(1.2) rotate(5deg);
}
.new_addition_box .new_addition_img img {
  transition: all 0.5s ease-in-out;
}
.new_addition_card .new_addition_box:hover .new_addition_content {
  background: #000 !important;
}
.new_addition_box .new_addition_img {
  overflow: hidden;
}
.new_addition_content {
  height: 190px;
  padding: 30px 20px;
  display: block;
  text-align: left;
  background: #6b785a;
}
.new_addition_content h6 {
  justify-content: flex-start;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  min-height: 58px;
  color: #fff;
}
a.pd_link {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 3px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  position: relative;
}
a.pd_link:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url(/cdn/shop/files/arrow-right.png?v=1685392477);
  height: 20px;
  width: 20px;
  filter: brightness(11);
}
.new_addition_box:hover a.pd_link:before {
  filter: brightness(100);
}

/* Mobile Responsive
 */
/* column reverse */

@media screen and (max-width: 912px) {
  .custome-col-reverse {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  /* Qr Code Section font sizes */
  .qr-code-section h1,
  .qr-code-section h3,
  h3.quote,
  .row.title-block.align-items-center h2,
  .row.title-block h2 {
    font-size: 24px !important;
    line-height: 30px;
  }
  /* Qr Code Section Padding */
  .qr-code-section {
    padding-bottom: 0px !important;
  }

  /* Home Page Banner Mob fix
   */
  .slideshow__text-wrapper.banner__content.banner__content--middle-center.page-width.banner--desktop-transparent {
    display: none !important;
  }
}
/* Qr Section List font Size resposive
 */
.title-block ul li {
  font-size: 16px;
}
/* home Page button */
a.theme_btn.\}button.button--primary {
  font-size: 12px !important;
  letter-spacing: 0px;
}
.tm_img {
  font-family: "futura md bt" !important;
}
img.tm_img {
  display: none !important;
}
.tm_img img {
  display: none !important;
}
[data-shopify="payment-button"] .shopify-payment-button__more-options {
  margin-top: 3em;
}
.top_bar_header{background:#6b785a;padding:14px 0;}
.top_bar_header_txt p{margin:0 0 8px;font-size:27px;font-weight:900;font-family:Tangerine,cursive;color:#fff;text-align:center;}
.see_all_col{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;align-items:center;}
.qr_btn{background:#7D1128;color:#fff!important;}
.qr_btn:hover{background:#5C0D20;}
/* === DJBD Announcement Bar Layout Fixes === */
.top_bar_header{
  background:#6b785a;
  padding:14px 0;
}
.topbar-row{gap:12px}
.top_bar_header_txt{width:100%}
.topbar-title{
  margin:0 0 10px;
  font-size:27px;
  font-weight:900;
  font-family:Tangerine,cursive;
  color:#fff;
  text-align:left;
}

/* Buttons */
.topbar-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.theme_btn.collection_view_all{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  text-decoration:none;
  background:#000;
  color:#fff;
  border:2px solid #000;
  line-height:1;
  white-space:nowrap;
}
.theme_btn.collection_view_all.qr_btn{
  background:#7D1128;            /* burgundy */
  border-color:#7D1128;
  color:#fff;
}
.theme_btn.collection_view_all:hover{opacity:.92}

/* Search column */
.topbar-search .search_group{width:100%}
.topbar-search .search-modal__content{width:100%}
.topbar-search .field{margin:0}
.topbar-search .search__input{
  width:100%;
  border-radius:999px;
}

/* Right column alignment */
.topbar-right .header_QR_code{
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:flex-end;
}
.topbar-right .qrcode_title a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  color:#fff;
}
.topbar-right .qrcode_title img{
  width:28px;
  height:auto;
}
.topbar-login{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  background:#000;
  color:#fff;
  text-decoration:none;
  border:2px solid #000;
}

/* Desktop alignment */
@media (min-width: 1200px){
  .topbar-left{display:flex}
  .top_bar_header_txt{padding-right:10px}
  .topbar-search{display:flex; align-items:center}
  .topbar-right{display:flex; justify-content:flex-end}
}

/* Mobile stacking */
@media (max-width: 1199px){
  .topbar-title{text-align:center}
  .topbar-buttons{justify-content:center}
  .topbar-right .header_QR_code{align-items:center}
}
.topbar-buttons{
display:flex;
gap:12px;
flex-wrap:wrap;
margin-top:6px;
}
/* Top bar buttons */
.topbar-buttons{
display:flex;
gap:12px;
margin-top:8px;
}

/* Second button style */
.qr_btn{
background:#f4d7dc;
color:#5c5c5c;
padding:8px 16px;
border-radius:28px;
font-size:14px;
font-weight:600;
text-decoration:none;
display:inline-block;
white-space:nowrap;
line-height:1.2;
}

.qr_btn:hover{
background:#eac3ca;
color:#333;
}
/* Top announcement buttons layout */
.topbar-buttons{
display:flex;
align-items:center;
gap:14px;
margin-top:34px;
flex-wrap:nowrap;
}

/* QR Memory button */
.qr_btn{
background:#f4d7dc;
color:#ffffff;
padding:10px 28px;
border-radius:40px;
font-size:14px;
font-weight:600;
letter-spacing:1px;
text-decoration:none;
white-space:nowrap;
display:inline-block;
width:auto;
position:relative;
top:70px;
}

/* Prevent theme from shrinking button */
.topbar-buttons a{
flex:0 0 auto;
max-width:none;
}
/* Move search bar higher in the green header */
.top_header_search_bar{
position:relative;
top:-50px;
}
/* Desktop layout */
.top_bar_header .topbar-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:18px;
}

/* Lift search slightly on desktop */
.top_bar_header .topbar-search{
  position:relative;
  top:1px;
}

/* Buttons row */
.top_bar_header .topbar-buttons{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  margin-top:50px;
}

/* QR Button style */
.qr_btn{
  background:#f4d7dc;
  color:#ffffff;
  padding:10px 28px;
  border-radius:30px;
  font-size:14px;
  font-weight:600;
  letter-spacing:1px;
  text-decoration:none;
  white-space:nowrap;
  display:inline-block;
  width:auto;
}

/* Prevent theme from shrinking buttons */
.topbar-buttons a{
  flex:0 0 auto;
  max-width:none;
}

  /* =========================
   MOBILE STACKING
   ========================= */
@media (max-width:989px){

  /* Row 1 and Row 2 stack cleanly */
  .topbar-row-1,
  .topbar-row-2{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin-top:0;
  }

  /* Search first */
  .topbar-search{
    order:1;
    width:92%;
    max-width:420px;
    position:relative;
    top:0;
  }

  /* QR button second */
  .topbar-buttons{
    order:2;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin-top:10px;
    width:100%;
  }

  .topbar-buttons a{
    width:auto;
    max-width:92%;
    text-align:center;
  }

  /* Retail Sign In third */
  .topbar-right{
    order:3;
    width:100%;
    display:flex;
    justify-content:center;
    margin-top:85px;
  }

  .header_QR_code{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:1px;
  }

  .topbar-login{
    display:inline-block;
    text-align:center;
    width:auto;
    max-width:92%;
  }

  /* Hide the small QR code/title block on mobile if it is cluttering things */
  .qrcode_title{
    display:none;
  }
}
/* =========================================
   DJBD ANNOUNCEMENT BAR RESET
   ========================================= */

/* Desktop */
.top_bar_header .topbar-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  flex-wrap:nowrap;
  gap:18px;
}

.top_bar_header .topbar-left{
  display:block;
}

.top_bar_header .topbar-search{
  position:static;
  top:auto;
  width:100%;
  max-width:360px;
  margin-top:120px;
}

.top_bar_header .topbar-right{
  display:flex;
  justify-content:flex-end;
}

.top_bar_header .topbar-buttons{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  margin-top:6px;
}

.top_bar_header .topbar-buttons a{
  flex:0 0 auto;
  max-width:none;
}

/* Pink QR button */
.qr_btn{
  background:#f4d7dc;
  color:#ffffff;
  padding:10px 28px;
  border-radius:30px;
  font-size:14px;
  font-weight:600;
  letter-spacing:1px;
  text-decoration:none;
  white-space:nowrap;
  display:inline-block;
  width:auto;
  position:relative;
  top:12px; /* this keeps it a bit lower on desktop */
}
/* Mobile */
@media (max-width:989px){

  .top_bar_header .topbar-row{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:6px !important;
    height:auto !important;
    min-height:0 !important;
    padding-bottom:0 !important;
    margin-bottom:0 !important;
  }

  .top_bar_header .topbar-left{
    order:1 !important;
    width:100% !important;
    text-align:center !important;
    margin:0 !important;
    padding:0 !important;
  }

  .top_bar_header .topbar-search{
    position:relative !important;
    top:0 !important;
    width:92% !important;
    max-width:420px !important;
    order:2 !important;
    margin:50px 0 0 0 !important;
    padding:0 !important;
  }

  .top_bar_header .topbar-right{
    order:3 !important;
    width:100% !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    margin:8px 0 0 0 !important;
    padding:0 !important;
  }

  .top_bar_header .topbar-buttons{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:8px !important;
    margin:0 !important;
    padding:0 !important;
  }

  .top_bar_header .topbar-buttons a{
    width:auto !important;
    max-width:92% !important;
    text-align:center !important;
    margin:0 !important;
  }

  .top_bar_header .header_QR_code{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:8px !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
  }

  .top_bar_header .topbar-login{
    display:inline-block !important;
    text-align:center !important;
    width:auto !important;
    max-width:92% !important;
    margin:0 !important;
  }

  .top_bar_header .qrcode_title{
    display:none !important;
  }

  .qr_btn{
    top:0 !important;
    margin:0 !important;
  }

/* DESKTOP ONLY */
@media (min-width: 990px){

  .top_bar_header .topbar-row{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    width:100% !important;
    margin:0 !important;
    padding:0 20px !important;
    box-sizing:border-box !important;
  }

  .top_bar_header .topbar-left{
    flex:1 1 auto !important;
    min-width:0 !important;
  }

  .top_bar_header .topbar-search{
    flex:0 0 260px !important;
    width:260px !important;
    max-width:260px !important;
    min-width:260px !important;
    position:static !important;
    margin:0 20px 0 0 !important;
  }

  .top_bar_header .topbar-right{
    flex:0 0 auto !important;
    width:auto !important;
    min-width:auto !important;
    display:flex !important;
    justify-content:flex-start !important;
    align-items:center !important;
    margin:0 !important;
    padding:0 15px 0 0 !important;
    box-sizing:border-box !important;
  }

  .top_bar_header .social_link_footer{
    display:flex !important;
    justify-content:flex-start !important;
    align-items:center !important;
    width:auto !important;
  }

  .top_bar_header .header_QR_code{
    display:flex !important;
    justify-content:flex-start !important;
    align-items:center !important;
    width:auto !important;
  }

  body .top_bar_header .topbar-right .social_link_footer .header_QR_code a.topbar-login{
    position:relative !important;
    left:-120px !important;
    right:auto !important;
    margin:0 !important;
    transform:none !important;
    white-space:nowrap !important;
  }

  .top_bar_header .topbar-buttons{
    margin-top:10px !important;
  }

  .top_bar_header .qr_btn{
    top:8px !important;
  }

}