@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /*    --primary: #8c3c63;*/
  --primary: #2c359a;
  --secondary: #24268;
  --white: #ffffff;
  --darkblack: #333333;
  --lightblack: #666666;
  --grey: #f8f8f8;
  --font-family: "Montserrat", sans-serif;
}

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

a {
  text-decoration: none;
}

li {
  list-style: none;
}

body {
  font-family: var(--font-family);
}

.topbar {
  background-color: var(--primary);
}

.topbar-content,
.navbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar-content {
  padding: 15px 0;
}

.topbar-content a {
  color: var(--white);
}
.topbar-right .social-icon {
  display: flex;
  align-items: center;
}
.info .is-layout-flow svg {
  margin-right: 13px;
}
.topbar-left {
  display: flex;
}
.topbar-right .social-icon a i {
  font-size: 20px;
}
.topbar-left li:first-child a svg {
  margin-right: 5px;
}
.topbar-left li:nth-child(2) a svg {
  margin-right: 10px;
}
.topbar-right .social-icon li,
.topbar-left li {
  margin: 0 13px;
}
.topbar-right .social-icon li:last-child,
.topbar-left li:last-child {
  margin-right: 0;
}
.topbar-right .social-icon li:first-child,
.topbar-left li:first-child {
  margin-left: 0;
}
.topbar li a,
.footer-social-icon li a {
  transition: all 0.3s;
}
.topbar li a:hover,
.topbar li svg:hover path,
.footer-social-icon li a:hover,
.footer-social-icon li svg:hover path {
  color: #ffb600;
  fill: #ffb600;
}
.wp-block-columns.is-layout-flex {
  display: flex;
}
.topbar-left li:first-child .wp-container-3 svg {
  margin-right: 5px;
}
.info .is-layout-flow {
  display: flex;
  align-items: center;
}
.topbar-left a:first-child {
  margin-left: 0;
}
.topbar-left a:first-child img {
  padding-right: 5px;
}
.social-icon a:last-child {
  margin-right: 0;
}

.topbar-left a:nth-child(2) span {
  padding-left: 15px;
}

.navbar-content {
  padding: 25px 0 15px;
}

.menu li {
  display: inline-block;
  margin: 0 23px;
}

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

.menu li a,
.footer-menu a {
  color: var(--darkblack);
  transition: all 0.3s;
}
.menu li a:hover,
.footer-menu a:hover {
  color: #ffb600 !important;
}
.navbar {
  position: static;
  width: 100%;
}
/* banner css */
.main-banner {
  background: url(../images/banner-bg-desk.jpg) no-repeat;
  position: relative;
  background-size: cover;
  height: 80vh;
  overflow: hidden;
}

.blue-circle {
  position: absolute;
  right: 0;
  top: -130px;
  max-width: 100%;

}

.jewelery-image {
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 8;
  height: 100%;
}

.banner-title {
  font-size: 54px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px;
  color: #333;
}

.banner-title span {
  color: #2c359a;
  display: block;
  font-size: 82px;
  line-height: 87px;
  font-weight: 700;
}

.banner-para {
  font-size: 29px;
  line-height: 1.3;
  margin: 5px 0 35px;
  font-weight: 600;
  color: #333;
}

.banner-content .btn {
  min-width: 180px;
  padding: 20px 20px;
  border: none;
  background-color: #2c359a;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  transition: all ease-in-out 0.3s;
  -webkit-appearance: none;
  border-radius: 0;
}

.btn:hover {
  background-color: #ffb600;
}

.banner-content {
  padding: 100px 0 240px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  justify-content: center;
}

.banner-bottom {
  /*    background: url(../images/desk-banner-bottom.png) no-repeat;*/
  height: 185px;
  z-index: 1;
  position: relative;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.mob-jewelery-image,
.mob-blue-circle {
  display: none;
}
.banner {
  background-image: url(../image/banner.png);
  width: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 180px 0 170px;
}

/*.banner-content {
display: flex;
justify-content: space-between;
align-items: center;
}*/

/*.banner-content {
display: flex;
justify-content: space-between;
align-items: center;
}*/
.banner-right img {
  max-width: 100%;
}
.banner-left,
.banner-right {
  max-width: 50%;
  width: 100%;
}

.banner-title .om {
  color: #000000;
  font-weight: 400;
  font-size: 65px;
}

.banner-title .gold {
  color: #56c5ff;
  font-size: 65px;
}

.banner-title .density {
  color: #2c359a;
}

.bannersub-title {
  color: #000000;
  font-size: 25px;
  line-height: 20px;
  font-weight: 500;
  margin: 20px 0 40px;
}
.btns {
  min-width: 170px;
  padding: 20px 20px;
  border: none;
  /*    background-color: var(--primary);*/
  background-color: #56c5ff;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  transition: all ease-in-out 0.5s;
  font-family: var(--font-family);
  -webkit-appearance: none;
  border-radius: 0;
}
.primarybtn:hover {
  background-color: #ffb600;
}
.goldtest .btns {
  margin-top: 23px;
}
.secondarybtn:hover {
  color: var(--white);
  background-color: var(--primary);
}
/* gold testing section */
.goldtest {
  background: var(--grey);
}
.outer-section {
  padding: 70px 0;
}
.goldtest-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.goldtest-left,
.goldtest-right {
  max-width: calc(50% - 50px);
  width: 100%;
}
.goldtest-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-heading {
  font-size: 36px;
  font-weight: 600;
  color: var(--darkblack);
  line-height: 54px;
}
.section-description {
  font-size: 16px;
  line-height: 25px;
  color: var(--lightblack);
  font-weight: 400;
  margin: 10px 0;
}
/* gold check section */
.goldcheck {
  background: var(--white);
}
.goldcheck .goldtest-content {
  flex-direction: row-reverse;
  align-items: inherit;
}
.goldcheck .goldtest-left img {
  width: auto;
}
.goldcheck-btn {
  display: flex;
  align-items: center;
  margin: 22px 0 30px;
}
.goldcheck-btn .secondarybtn {
  margin: 0 18px;
}
#events-wrapper {
  margin: 50px 0 10px;
}
.qty-input {
  color: #000;
  background: var(--white);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 3.4rem;
  line-height: 1;
  font-family: var(--font-family);
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.qty-input .qty-count:before,
.qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section-logos {
  display: flex;
  gap: 30px;
  margin: 30px 0;
}
.section-logos img {
  width: 100%;
  height: 100%;
}
.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
  background: #ccc;
}
.qty-input {
  border: 1px solid var(--primary);
  min-width: 150px;
}
body .qib-button.qib-button-wrapper {
  border: 2px solid #8c3c6399;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
  background: transparent !important;
  border: none !important;
}
.qib-button-wrapper {
  margin: 0 !important;
  white-space: nowrap;
}
body .qib-button.qib-button-wrapper .minus.qib-button,
body .qib-button.qib-button-wrapper .plus.qib-button {
  background: transparent !important;
  border: none !important;
}
.goldcheck .goldtest-right h3 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  color: var(--darkblack);
}
.goldcheck strong {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--darkblack);
  margin: 10px 0 33px;
  display: block;
}
.secondarybtn {
  background: transparent;
  border: 2px solid #2c359a;
  color: var(--primary);
  padding: 18px 16px;
}
.goldtest-right {
  text-align: left;
}
.sell-content h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #2c359a;
}
.readmore {
  color: #2c359a;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
  height: 48px !important;
  padding: 6px 12px 8px;
  text-align: center;
  border: 1px solid #efefef;
  font-size: 20px;
  line-height: 20px;
  box-shadow: none;
  border-radius: 0;
}
body .qib-button.qib-button-wrapper {
  margin-right: 0 !important;
}
.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
  float: none !important;
  height: 48px !important;
}
.goldcheck-btn .cart {
  display: flex;
  align-items: center;
}
.card.card-product.pop-and-glow {
  display: flex;
  align-items: center;
}
.shopAddToCart {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #2c359a;
  padding: 0;
}
.goldcheck-btn .minus,
.goldcheck-btn #count,
.goldcheck-btn .plus {
  text-align: center;
  border: none;
  background: none;
  font-size: 16px;
  padding: 13px 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: black !important;
  cursor: pointer;
  height: 55px;
}
.goldcheck-btn .minus:hover,
.goldcheck-btn .plus:hover {
  color: #ffffff;
  background: var(--primary);
}
.goldcheck-btn #count {
  cursor: auto;
  padding: 7px;
}
.goldcheck-btn .minus {
  font-size: 25px;
  font-weight: 400;
}
.goldcheck-btn .products .product {
  margin: 0 !important;
}
/* howit_work Section */
.howit_work {
  background-color: var(--grey);
}
.outer-section {
  text-align: center;
}
.howit_work-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 75px;
  align-items: center;
}
.howit_work-left,
.howit_work-right {
  max-width: calc(50% - 30px);
  width: 100%;
}
.howit_work-principle {
  text-align: left;
  display: flex;
  column-gap: 10px;
  align-items: flex-start;
}
.howit_work-principle img {
  display: inline-block;
  margin-top: 13px;
}
.howit_work .owl-dots {
  display: none;
}
.owl-nav button {
  position: absolute;
  top: 43%;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}
.owl-nav button span {
  font-size: 0;
  position: relative;
  width: 50px;
  height: 50px;
  background: rgb(143 60 98 / 69%);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-nav button span:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  color: var(--white);
  border-left: 1px solid;
  border-bottom: 1px solid;
}
.owl-prev span:after {
  transform: rotate(45deg);
}
.owl-next span:after {
  transform: rotate(-135deg);
}
.owl-next span::after {
  left: 14px;
}
.video-section .item {
  opacity: 0.4;
  transition: 0.4s ease all;
  margin: 0 20px;
  transform: scale(0.8);
}

.video-section .active .item {
  opacity: 1;
  transform: scale(1);
}
.video-section .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.video-section video {
  max-width: 100%;
  height: auto;
}
/* meter density section */
.meter_density-content {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  text-align: left;
}
.meter_density-left,
.meter_density-right {
  max-width: calc(50% - 36px);
}
.meter_density-icon {
  width: 80px;
  height: 80px;
  background: #eeeff8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
}
.meter_density-principle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  display: flex;
  align-items: self-start;
}
.meter_density-principle .section-description {
  max-width: 485px;
}
.meter_density-principle:last-child {
  border-bottom: none;
}
/* Why Choose Us Section */
.choose_us {
  background-color: var(--grey);
}
.sell-wrapper {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 70px;
  justify-content: center;
}
.section-subheading {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: var(--lightblack);
}
.sell-list {
  max-width: calc(50% - 20px);
  background: var(--white);
  width: 100%;
  padding: 30px;
  display: flex;
}
.sell-icon {
  width: 80px;
  height: 80px;
  background: #eeeff8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.sell-content {
  max-width: calc(100% - 100px);
}
/* Our Events Section */
.events-wrapper {
  margin-top: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.event img {
  width: 100%;
}
.our-events .owl-nav.disabled {
  display: block !important;
}
.our-events .owl-dots {
  display: none;
}
/* Contact Us section */
.contact-us {
  background-color: var(--grey);
}
.contact-form {
  margin-top: 70px;
}
.contact-us.outer-section {
  padding: 70px 0 50px;
}

.form iframe {
  height: 690px;
  overflow: hidden;
}
.contact-us .form {
  margin-top: 50px;
}
/* footer section */
.footer-section {
  background: #2f2f2f;
  text-align: center;
}

.footer-menu li {
  display: inline-block;
  margin: 0 20px;
}
.footer-social-icon {
  display: flex;
  justify-content: center;
}
.footer-content {
  padding: 40px 0;
}

.footer-social-icon {
  margin-top: 30px;
}

.footer-social-icon a {
  margin: 0 20px;
  font-size: 25px;
  color: var(--white);
}
.footer-menu a {
  color: #c8c8c8 !important;
  font-size: 16px;
  font-weight: 400;
}
.copyright-area {
  background: #2c2c2c;
  color: var(--white);
  padding: 20px 0;
}
.copyright-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #d8d8d8;
}
.copyright-text a {
    color: inherit;
    font-weight: 600;
}
.copyright-text span {
    position: relative;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 5px;
    display: block;
    font-size: 12px;
}
.copyright-text span:before {
    display: none;
}
body .qib-button.qib-button-wrapper .minus.qib-button,
body .qib-button.qib-button-wrapper .plus.qib-button {
  transition: all ease-in-out 0.5s !important;
}
body .qib-button.qib-button-wrapper .minus.qib-button:hover,
body .qib-button.qib-button-wrapper .plus.qib-button:hover {
  background: var(--primary) !important;
  color: #ffffff !important;
}
button.button.alt:hover {
  background-color: #ffb600;
}
/* Inner page Css */

/* Privacy Policy */
.inner-page .navbar {
  position: relative;
  width: 100%;
}
.inner-page article {
  text-align: justify;
}
.inner-page article p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  font-weight: 400;
}
.inner-page article h3 {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  line-height: normal;
  margin-top: 30px;
}

.inner-page article h2 {
  font-size: 36px;
  color: #333333;
  line-height: 54px;
}
.inner-description {
  margin-left: 20px;
}

.inner-description li {
  list-style: lower-latin;
  margin: 5px 0;
}
article strong {
  display: block;
  margin: 30px 0 15px;
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}

.howit_work-left .owl-carousel {
  position: relative;
}
.contact-us .screen-reader-response {
  display: none !important;
}
.navbar-right input[type="checkbox"] {
  display: none;
}
.contact-form span {
  text-align: left;
  width: 100%;
  display: block;
  font-size: 13px;
  color: red;
  margin-top: 2px;
  position: relative;
}

.contact-form span:last-child:after {
  content: "*";
  position: absolute;
}
.contact-form span:first-child:after {
  display: none;
}
.contact-us .wpcf7-response-output {
  display: none;
}
.info {
  display: flex;
  align-items: center;
}
.sticky-whatsapp-icon {
  display: inline-block;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99;
}

.sticky-whatsapp-icon a i {
  font-size: 24px;
  color: #fff;
}

.sticky-whatsapp-icon a {
  width: 60px;
  height: 60px;
  background: #63b538;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* checkout page */
.checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.woocommerce-error {
  background: rgb(140 60 99 / 20%);
  padding: 20px;
  margin: 40px 0;
}
.woocommerce-error li strong,
.woocommerce-error li {
  font-size: 13px;
  margin: 0;
  display: inline-block;
  color: var(--primary);
}
.woocommerce-error li {
  margin-bottom: 5px;
  display: block;
}
.main .hestia-title {
  font-size: 40px;
  color: #3a3a3a;
  margin: 30px 0;
}
.main .woocommerce-info {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  zoom: 1;
  width: auto;
  word-wrap: break-word;
}
.main .woocommerce-page.woocommerce-checkout table.shop_table td,
.main .woocommerce.woocommerce-checkout table.shop_table td {
  padding: 10px 10px 10px 0;
  border-color: #e5e5e5;
}
.main .woocommerce-billing-fields h3 {
  font-size: 1.2rem;
  padding: 20px 0 14px;
  margin: 0 0 20px;
  border-bottom: 1px #e5e5e5;
  font-weight: 700;
  color: #3a3a3a;
}
.main .woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.main .woocommerce .select2-container .select2-selection--single,
.main .woocommerce select,
.main .woocommerce-page .select2-container .select2-selection--single,
.main .woocommerce-page select {
  padding: 0.8em;
  line-height: normal;
  padding-right: 2em;
  appearance: none;
  background-position: 98% 50%;
  background-color: #fff;
  border-color: #e5e5e5;
  border-radius: 3px;
  box-shadow: none;
  width: 100%;
  font-family: var(--font-family);
}
.main #order_review_heading {
  font-size: 1.2rem;
  margin: 0;
  padding: 1em 0 1em;
  font-weight: 600;
  color: #3a3a3a;
}
.main .woocommerce-additional-fields h3 {
  font-size: 1.2rem;
  padding: 20px 0 14px;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--ast-border-color);
  font-weight: 700;
}
.main .woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}
.main .woocommerce form .form-row .input-text,
.main .woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
}
.main .woocommerce form .form-row input.input-text,
.main .woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
  font-family: var(--font-family);
}
.main .woocommerce-page input[type="text"],
.main .woocommerce input[type="text"] {
  border-color: #e5e5e5;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
}
.woocommerce-page.woocommerce-checkout #payment #place_order,
.main .woocommerce.woocommerce-checkout #payment #place_order {
  width: 100%;
  background: var(--primary);
  border: none;
  padding: 16px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  font-family: var(--font-family);
}

.main.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
}

.main input[type="email"],
.main input[type="number"],
.main input[type="password"],
.main input[type="reset"],
.main input[type="search"],
.main input[type="tel"],
.main input[type="text"],
.main input[type="url"],
.main select,
.main textarea {
  color: #666;
  padding: 0.75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: 2px;
  background: #fafafa;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s linear;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #efefef;
  color: #515151;
}
.checkout.woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  margin: 80px 0;
}

#customer_details {
  max-width: 60%;
  width: 100%;
  margin-right: 60px;
}
#order_review {
  max-width: 40%;
  width: 100%;
  height: max-content;
  padding: 0 2em 2em;
  border-width: 2px;
  border-style: solid;
  border-color: #e5e5e5;
}
.woocommerce form .form-row label {
  line-height: 2;
  font-weight: 700;
  font-size: 0.9rem;
  color: #4b4f58;
  display: flex;
  align-items: center;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
  z-index: 1000;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
  opacity: 0.6;
  cursor: default;
  position: absolute;
}
.woocommerce-page.woocommerce-checkout form #order_review table,
.woocommerce.woocommerce-checkout form #order_review table {
  border-width: 0;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border: 1px solid #e5e5e5;
  border-radius: 0;
}
.woocommerce table.shop_table {
  border: 1px solid #e5e5e5;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}
table,
td,
th {
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-page.woocommerce-checkout form #order_review td,
.woocommerce-page.woocommerce-checkout form #order_review th,
.woocommerce.woocommerce-checkout form #order_review td,
.woocommerce.woocommerce-checkout form #order_review th {
  border-top: 0;
  border-right: 0;
  padding-left: 0;
  border-color: #e5e5e5;
  color: #4b4f58;
  font-weight: 600;
}
.woocommerce-page.woocommerce-checkout table.shop_table td,
.woocommerce-page.woocommerce-checkout table.shop_table th,
.woocommerce.woocommerce-checkout table.shop_table td,
.woocommerce.woocommerce-checkout table.shop_table th {
  border-bottom-width: 1px;
}
.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
  border-width: 0;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table th {
  border-bottom-width: 0;
  padding: 0.7em 1em;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
}
.woocommerce-page.woocommerce-checkout #payment div.payment_box:before,
.woocommerce.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #efefef;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.96em;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce-page.woocommerce-checkout table.shop_table td,
.woocommerce-page.woocommerce-checkout table.shop_table th,
.woocommerce.woocommerce-checkout table.shop_table td,
.woocommerce.woocommerce-checkout table.shop_table th {
  border-bottom-width: 1px;
}
.woocommerce-page.woocommerce-checkout table.shop_table th,
.woocommerce.woocommerce-checkout table.shop_table th {
  padding: 14px 12px;
}
.woocommerce .select2-container .select2-selection--single,
.woocommerce select,
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce-page select {
  padding: 0.8em;
  line-height: normal;
  padding-right: 2em;
  appearance: none;
  background-position: 98% 50%;
  background-color: #fff;
  border-color: #e5e5e5;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
}
.woocommerce .select2-container .select2-selection--single {
  height: auto;
  padding: 0.75em;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
select,
.select2-container .select2-selection--single {
  background-image: url("data:image/svg+xml,%3Csvg class='ast-arrow-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='26px' height='16.043px' fill='%234B4F58' viewBox='57 35.171 26 16.043' enable-background='new 57 35.171 26 16.043' xml:space='preserve' %3E%3Cpath d='M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 0.8em;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2em;
}
#customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3) {
  font-size: 1.2rem;
  padding: 0px 0 14px;
  margin: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 600;
  color: #3a3a3a;
}
.woocommerce-privacy-policy-text p {
  font-size: 15px !important;
  color: #4b4f58 !important;
  line-height: 25px !important;
  margin-bottom: 15px;
}
.product-name img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart_item strong {
  display: inline-block;
  margin: 0;
  font-size: 15px;
  color: #4b4f58;
  font-weight: 500;
}
.woocommerce-Price-amount.amount {
  font-size: 16px;
  color: #4b4f58;
  margin: 0;
  font-weight: 600;
}
.woocommerce-terms-and-conditions-checkbox-text {
  font-size: 13px;
  padding-left: 10px;
  line-height: normal;
}
.woocommerce-terms-and-conditions-link,
.woocommerce-privacy-policy-link {
  color: #8f3c62;
}
.checkout.woocommerce-checkout abbr.required {
  color: red;
  text-decoration: none;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  zoom: 1;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid var(--ast-border-color);
  margin: 0;
  list-style: none outside;
}
.wc_payment_method.payment_method_payubiz label {
  color: #484f58;
  font-size: 15px;
}
.ts-product-image {
  margin-bottom: 10px;
  display: inline-block;
  float: left;
}
.order-total .woocommerce-Price-amount.amount {
  color: #333333;
  font-weight: 700;
}
.order-total strong {
  margin: 0;
}
.product-name {
  font-size: 15px;
}
.variation-Categories p {
  font-size: 15px !important;
}
#place_order {
  cursor: pointer;
  transition: all 0.5s;
}
#place_order:hover {
  background: #ffb600 !important;
}
.inner-page .product-information {
  display: flex;
}
.inner-page .product-content {
  margin-left: 60px;
}
.blog-post .product-title h3 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 13px;
}
.blog-post .product-content p {
  font-size: 20px;
  line-height: 28px;
}
form.checkout.woocommerce-checkout .col-1,
form.checkout.woocommerce-checkout .col-2 {
  width: 100% !important;
}


.owl-nav button span {
  background-color: #2c359a !important;
}
.our-events .owl-nav button span {
  background-color: #2c359a !important;
}
.custom-check .woocommerce-NoticeGroup {
  position: absolute;
  margin-top: -99px;
  z-index: 9999;
}
.custom-check .woocommerce-error {
  background: none;
  padding: 13px !important;
  margin: 40px 0;
  border: 2px solid red;
  border-radius: 4px;
}
.custom-check .woocommerce-error li {
  margin-bottom: 5px;
  display: block;
}
.custom-check .woocommerce-error li {
  font-size: 14px;
  margin: 0;
  display: inline-block;
  color: red;
  font-weight: 500;
}
/*PopUp*/
.popup {
  text-align: center;
}
.popup img {
  cursor: pointer;
}
.show {
  z-index: 999;
  display: none;
  position: relative;
}
.show .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.show .img-show {
  width: 500px;
  height: auto;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -90%);
}
.img-show span {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
  font-size: 30px;
  color: var(--primary);
  font-weight: 600;
}
.img-show img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.our-events .owl-nav button span {
  background: rgb(143 60 98 / 69%);
}
.custom-cart .return-to-shop {
  text-align: left;
  margin: 40px 0;
}
.custom-cart .woocommerce-message {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
.custom-cart .main .hestia-title {
  font-size: 30px;
  margin: 30px 0;
  text-align: left;
}
.custom-cart .return-to-shop .button {
  min-width: 170px;
  padding: 15px 20px;
  border: none;
  background-color: var(--primary);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  transition: all ease-in-out 0.5s;
  font-family: var(--font-family);
  -webkit-appearance: none;
  border-radius: 0;
}
.custom-cart .main .woocommerce-info {
  display: none;
}
.body-cart {
  min-height: 50vh;
}
.inner-page h4{
  color: #333333;
  font-size:20px;
  font-weight: 600;
}
.inner-page ul li{
  list-style-type: disc;
}
.margin{
  margin-left:50px;
}


/* Responsivness */
@media(min-width:2000px) {

  .blue-circle {
    height: 100%;
  }

}

@media(max-width:2000px) {
  .jewelery-image {
    max-height: 710px;
  }
}

@media (max-width:1600px) {
  .main-banner {
    height: 75vh;
  }
}

@media (max-width:1400px) {
  .blue-circle {
    max-width: 60%;
  }

  .jewelery-image {
    height: 98%;
  }
  .banner-content {
    padding: 80px 0 240px;
  }

  .banner-title {
    font-size: 44px;
    line-height: 48px;
  }

  .banner-title span {
    font-size: 67px;
    line-height: 77px
  }

  .banner-para {
    font-size: 24px;
    margin: 5px 0 30px;
  }
}

@media (max-width:1279px) {
  .main-banner .container {
    position: relative;
    z-index: 9;
  }

  .blue-circle {
    max-width: 100%;
    right: -333px;
  }


  .jewelery-image {
    height: 94%;
    right: -50px;
    top: 51px;
  }

}

@media (max-width:1100px) {

  .banner-title {
    font-size: 33px;
  }

  .banner-title span {
    font-size: 50px;
    line-height: 60px;
  }

  .banner-para {
    font-size: 18px;
    margin: 5px 0 25px;
  }

  .banner-content .btn {
    min-width: 150px;
    padding: 16px 16px;
    font-size: 16px;
  }

}

@media (max-width:1023px) {
  .jewelery-image {
    right: -100px;
  }
}

@media (max-width:850px) {
  .jewelery-image {
    right: -300px;
  }
}

@media (max-width:767px) {

.copyright-text span {
    padding-left: 0px;
    margin-left: 0px;
    display: block;
}
.copyright-text span:before {
    display: none;
    
}

  .blue-circle,
  .jewelery-image,
  .banner-bottom {
    display: none;
  }

  .main-banner {
    background: url(../images/banner-bg-desk.jpg) no-repeat;
    height: 100%;
  }

  .banner-content {
    padding: 110px 0 100px;
  }

  .mob-jewelery-image {
    display: block;
    position: absolute;
    right: -130px;
    bottom: 0;
  }

  .mob-blue-circle {
    display: block;
    position: absolute;
    left: -280px;
    top: 10px;
  }

  .banner-title {
    font-size: 26px;
    color: #fff;
  }

  .banner-para {
    font-size: 14px;
    margin: 5px 0 20px;
    color: #fff;
    line-height: 1.4;
  }

  .banner-title span {
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
  }

  .banner-content .btn {
    min-width: 125px;
    padding: 12px 12px;
    font-size: 15px;
  }

}

@media (max-width:650px) {

  .mob-blue-circle {
    left: -310px;
  }

}

@media (max-width:540px) {

  .mob-blue-circle {
    left: -450px;
  }

  .banner-content {
    padding: 60px 0 150px;
  }

  .banner-title,
  .banner-para {
    color: #333;
  }

  .mob-jewelery-image {
    right: -150px;
  }
  
  .mob-blue-circle {
    left: -450px;
    top: -50px;
}

}

@media (max-width:415px) {

  .mob-blue-circle {
    left: -430px;
    top: -30px;
  }

  .banner-title span {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-para {
    font-size: 13px;
  }

  .banner-content {
    padding: 40px 0 150px;
  }

  .mob-jewelery-image {
    right: -180px;
  }
  
.mob-blue-circle {
    left: -470px;
    top: -50px;
}

}
@media (max-width: 1440px) {
  .banner-right img,
  .meter_density-right img {
    width: 100% !important;
  }
  .btns {
    min-width: 150px;
    padding: 16px 16px;
  }
  .secondarybtn {
    padding: 14px !important;
  }
  /*.banner-title {
  font-size: 55px;
  line-height: 65px;
}*/
  .banner-title .gold,
  .banner-title .om {
    font-size: 60px;
  }
  .qty-input .product-qty,
  .qty-input .qty-count {
    height: 3.1rem;
  }
  .goldcheck .goldtest-left img {
    width: 100%;
  }
  .outer-section {
    padding: 65px 0;
  }
  .meter_density-principle .section-description {
    max-width: calc(100% - 90px);
    margin: 0;
  }
  .meter_density-icon img {
    max-width: 30px;
  }
  .meter_density-icon {
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }
  .sell-icon {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
  .sell-icon svg {
    max-width: 30px;
  }
  .sell-content {
    max-width: calc(100% - 85px);
  }
  .meter_density-left,
  .meter_density-right {
    max-width: calc(50% - 30px);
  }
  .goldtest-left,
  .goldtest-right {
    max-width: calc(50% - 25px);
  }
  .section-heading {
    font-size: 30px;
    line-height: 45px;
  }
  .goldcheck .goldtest-right h3 {
    font-size: 22px;
    line-height: 35px;
  }
  .inner-page article h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .inner-page article h3 {
    font-size: 20px;
    line-height: normal;
    margin-top: 25px;
  }
  .inner-page.blog-post .outer-section {
    padding: 60px 0;
  }
  .howit_work_video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
  }
  .howit_work_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section-logos > div {
    max-width: 200px;
  }
  .section-logos {
    gap: 20px;
    margin: 20px 0;
  }
  .goldcheck-btn .minus,
  .goldcheck-btn #count,
  .goldcheck-btn .plus {
    padding: 10px 15px;
    height: 47px;
  }
  .goldcheck-btn .minus {
    font-size: 20px;
  }
  .goldcheck-btn #count {
    padding: 7px;
  }
  .contact-us .form {
    margin-top: 40px;
  }
  .contact-us.outer-section {
    padding: 65px 0 45px;
  }
}

@media (max-width: 1200px) {
  .banner {
    padding: 150px 0 120px;
  }
  .howit_work-content,
  .meter_density-content,
  .sell-wrapper,
  .events-wrapper,
  .contact-form {
    margin-top: 55px;
  }
  .navbar-content {
    padding: 20px 0 10px;
  }
  .banner-title .gold,
  .banner-title .om {
    font-size: 50px;
  }
  .section-heading {
    font-size: 25px;
    line-height: 35px;
  }
  .goldcheck .goldtest-right h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .goldcheck strong {
    margin: 13px 0 16px;
  }
  .sell-content h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .sell-list {
    padding: 20px;
  }
  .meter_density-principle {
    padding: 10px 0;
  }
  .outer-section {
    padding: 60px 0;
  }
  .contact-form .form-control {
    padding: 16px;
  }
  .goldtest-left,
  .goldtest-right {
    max-width: calc(50% - 10px);
  }
  .goldcheck-btn .secondarybtn {
    margin: 0 10px;
  }
  .goldtest-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
  }
  .inner-page article h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .inner-page article p {
    line-height: 25px;
  }
  #order_review {
    max-width: 45%;
  }
  #customer_details {
    max-width: 55%;
  }
  .form iframe {
    height: 620px !important;
    overflow: hidden;
  }
  .contact-us .form {
    margin-top: 30px;
  }
  .contact-us.outer-section {
    padding: 60px 0 40px;
  }
}

@media (max-width: 1024px) {
  .banner-title .gold,
  .banner-title .om {
    font-size: 40px;
  }
  .section-heading {
    font-size: 24px;
  }
  .goldcheck .goldtest-right h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .btns {
    font-size: 15px;
  }
  .banner-content .btns {
    font-size: 16px;
  }
  .section-subheading {
    line-height: 25px;
  }
  .inner-page.blog-post .outer-section {
    padding: 50px 0;
  }
  .section-logos > div {
    max-width: 180px;
  }
  .section-logos {
    gap: 15px;
    margin: 15px 0;
  }
  .form iframe {
    height: 540px !important;
  }
}

@media (max-width: 991px) {

.copyright-text span {
    font-size: 11px;
}
  .banner-title .gold,
  .banner-title .om {
    font-size: 35px;
  }
  .navbar-content {
    padding: 15px 0 10px;
  }

  .goldcheck-btn button.button.alt {
    min-width: 130px !important;
    padding: 12px 11px;
    font-size: 15px;
  }
  .logo {
    max-width: 200px;
  }
  .qib-button-wrapper button.qib-button,
  .qib-button-wrapper div.quantity.wqpmb_quantity,
  .qib-button-wrapper .quantity input.input-text.qty.text {
    height: 41px !important;
  }
  img.custom-logo {
    width: 100%;
    height: 100%;
  }
  .section-description {
    font-size: 15px;
    line-height: 22px;
  }
  .btns {
    min-width: 130px;
    padding: 12px 10px;
  }
  .secondarybtn {
    padding: 10px !important;
  }
  .meter_density-icon img,
  .sell-icon svg {
    max-width: 25px;
  }
  .qty-input .product-qty,
  .qty-input .qty-count {
    height: 2.6rem;
  }
  .goldcheck-btn .secondarybtn {
    min-width: 140px;
  }
  .qty-input {
    min-width: 120px;
  }
  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    font-size: 15px !important;
  }
  .howit_work-content,
  .meter_density-content,
  .sell-wrapper,
  .events-wrapper,
  .contact-form,
  #events-wrapper {
    margin-top: 40px;
  }
  .outer-section {
    padding: 50px 0;
  }
  .banner {
    padding: 120px 0 100px;
  }
  .menu li {
    margin: 0 20px;
  }
  .bannersub-title {
    margin: 10px 0 15px;
    font-size: 22px;
  }
  .section-heading {
    line-height: 32px;
    margin-bottom: 8px;
  }
  .goldcheck .goldtest-right h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .sell-content h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .goldcheck strong {
    margin: 10px 0;
  }
  .goldtest .btns {
    margin-top: 10px;
  }
  .meter_density-left,
  .meter_density-right {
    max-width: calc(50% - 15px);
  }
  .meter_density-right img {
    min-height: 100%;
    object-fit: cover;
  }
  .sell-wrapper {
    gap: 15px;
  }
  .howit_work-principle img {
    max-width: 16px;
  }
  .howit_work-left,
  .howit_work-right {
    max-width: calc(50% - 10px);
    width: 100%;
  }
  .howit_work-principle img {
    margin-top: 7px;
  }
  .howit_work-right .section-description {
    margin: 5px 0;
  }
  .topbar-right .social-icon li:last-child svg {
    max-width: 16px;
  }
  .topbar-right .social-icon a i {
    font-size: 17px;
  }
  .footer-social-icon {
    margin-top: 20px;
  }
  .footer-social-icon a {
    margin: 0 15px;
    font-size: 20px;
  }

  .contact-form .form-group {
    display: flex;
    column-gap: 15px;
    margin-bottom: 15px;
  }
  .contact-form textarea {
    max-height: 120px;
  }
  .footer-content {
    padding: 30px 0 20px;
  }
  .copyright-text {
    font-size: 15px;
    line-height: normal;
  }
  .copyright-area {
    padding: 10px 0;
  }
  .menu li a {
    font-size: 15px;
  }
  .topbar-right .social-icon li {
    margin: 0 10px;
  }
  .events-wrapper {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    gap: 10px;
  }
  .contact-form span,
  .contact-us .wpcf7-response-output {
    font-size: 12px;
  }
  .qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 17px !important;
    line-height: 17px !important;
  }
  .inner-page article p {
    line-height: 20px;
    font-size: 15px;
  }
  .inner-page article h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }
  .inner-page article h3 {
    font-size: 18px;
    margin-top: 20px;
    text-align: left;
  }
  article strong {
    margin: 20px 0 10px;
    font-size: 16px;
    text-align: left;
  }
  .inner-page.blog-post .outer-section {
    padding: 40px 0;
  }
  .goldcheck-btn .cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .section-logos > div {
    max-width: 170px;
  }
  .goldcheck-btn .minus,
  .goldcheck-btn #count,
  .goldcheck-btn .plus {
    padding: 8px 12px;
    height: 39px;
  }
  .goldcheck-btn .minus {
    font-size: 20px;
  }
  .goldcheck-btn #count {
    padding: 4px;
  }
  .card.card-product.pop-and-glow {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}

@media (min-width: 769px) {
  button.hamburg,
  button.hamburgremove {
    display: none;
  }
}

@media (max-width: 768px) {
  .topbar-content {
    padding: 10px 0 !important;
  }
  .topbar-content a {
    font-size: 14px;
  }
  .logo {
    max-width: 180px;
  }
  .banner-title {
    font-size: 33px;
  }
  .banner-title .gold,
  .banner-title .om {
    font-size: 33px;
  }
  .bannersub-title {
    margin: 15px 0 20px;
    font-size: 22px;
  }
  .goldcheck .goldtest-left img {
    max-width: 100%;
    width: auto;
  }
  .sell-wrapper .sell-list:last-child svg {
    max-width: 18px;
  }
  .howit_work-principles {
    padding-left: 10px;
  }
  .goldtest .goldtest-right,
  .howit_work-right,
  .meter_density-left {
    margin-top: 30px;
  }
  .outer-section {
    padding: 40px 0;
  }
  .hamburg i,
  .hamburgremove i {
    color: var(--primary);
  }
  .howit_work-content,
  .meter_density-content,
  .sell-wrapper,
  .events-wrapper,
  .contact-form {
    margin-top: 30px;
  }
  .goldtest-left img {
    max-width: 100% !important;
    aspect-ratio: inherit;
    height: auto;
    object-fit: contain;
  }
  .navbar .menu li {
    display: block;
    margin: 15px 15px 15px 20px;
  }
  .navbar .menu li a {
    font-size: 18px;
  }
  .meter_density-content,
  .goldtest-content {
    flex-wrap: wrap;
  }
  .meter_density-left,
  .meter_density-right,
  .goldtest-left,
  .goldtest-right {
    max-width: 100%;
    width: 100%;
  }
  .meter_density-left {
    order: 2;
  }
  .sell-list {
    max-width: 100%;
    width: 100%;
  }
  .howit_work-content {
    flex-wrap: wrap;
  }
  .howit_work-left,
  .howit_work-right {
    max-width: 100%;
  }
  .contact-form .form-control {
    padding: 13px;
  }
  .contact-form textarea {
    max-height: 100px;
  }
  .footer-social-icon {
    margin-top: 15px;
  }
  .footer-content {
    padding: 20px 0 10px;
  }
  .footer-menu li {
    margin: 0 10px;
  }
  /*  */
  .hamburg,
  .hamburgremove {
    font-size: 28px;
    background: none;
    border: none;
    transition: all ease-in-out 0.5s;
  }
  .hamburgremove {
    font-size: 35px;
  }
  .hamburgremove {
    transition: all ease-in-out 0.5s;
    display: none;
  }
  .menu-active .hamburgremove {
    position: relative;
    display: block;
    z-index: 9;
    transition: all ease-in-out 0.5s;
  }
  .menu-active .hamburg {
    display: none;
    transition: all ease-in-out 0.5s;
  }
  .logo {
    z-index: 99999999999;
    position: relative;
  }
  body.menu-active {
    overflow: hidden;
  }
  #menu {
    position: fixed;
    top: 42px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    border-width: 1px 0 0 1px;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 999999999;
    padding-top: 120px;
  }
  .menu-active #menu {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 30px 10px 0px hsl(40deg 100% 59% / 20%);
  }
  .btns {
    min-width: 100px;
    padding: 12px 15px;
  }
  .secondarybtn {
    padding: 10px !important;
  }
  .qty-input .product-qty,
  .qty-input .qty-count {
    height: 2.4rem;
  }
  .inner-page article h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .show .img-show {
    width: 400px !important;
  }
  .section-logos > div {
    max-width: 50%;
  }
  .goldcheck-btn .products .product {
    width: 100% !important;
  }
  .section-logos img {
    width: 100%;
    height: 50px;
  }
  .footer-menu a {
    font-size: 14px;
  }
  .footer-social-icon a,
  .footer-social-icon a svg {
    font-size: 17px;
    width: 17px;
  }
  .contact-us.outer-section {
    padding: 50px 0 0px;
  }
}

/* Responsive checkout page */
@media (max-width: 1400px) {
  .main .hestia-title {
    font-size: 30px;
    margin: 30px 0;
  }
  .inner-page .product-content {
    margin-left: 40px;
  }
  .blog-post .product-content p {
    font-size: 18px;
    line-height: 22px;
  }
  .blog-post .product-title h3 {
    margin-bottom: 10px;
  }
  .checkout.woocommerce-checkout {
    margin: 50px 0 60px;
  }
}
@media (max-width: 1200px) {
  .main .hestia-title {
    font-size: 25px;
    margin: 20px 0;
  }
  .blog-post .product-title h3 {
    font-size: 22px;
  }
  .checkout.woocommerce-checkout {
    margin: 70px 0 50px;
  }
  .blog-post .product-content p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1023px) {
  #order_review {
    padding: 0 1em 1em;
  }
  #customer_details {
    margin-right: 40px;
  }
  .checkout.woocommerce-checkout {
    margin: 70px 0 50px;
  }
  .woocommerce-page.woocommerce-checkout #payment #place_order,
  .main .woocommerce.woocommerce-checkout #payment #place_order {
    padding: 12px;
    font-size: 15px;
  }
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
  }
  .woocommerce-error {
    margin: 30px 0;
  }
  .woocommerce-page.woocommerce-checkout table.shop_table th,
  .woocommerce.woocommerce-checkout table.shop_table th {
    padding: 12px 10px;
  }
  .woocommerce-Price-amount.amount {
    font-size: 15px !important;
  }
}

@media (max-width: 820px) {
  .checkout.woocommerce-checkout {
    margin: 40px 0 50px;
  }
}

@media (max-width: 768px) {
  .checkout.woocommerce-checkout {
    flex-wrap: wrap;
  }
  #customer_details {
    max-width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
  #order_review {
    max-width: 100%;
  }

  .custom-cart .return-to-shop .button {
    min-width: 130px;
    padding: 11px 13px;
    font-size: 15px;
  }
  .custom-cart .main .hestia-title {
    font-size: 28px;
    margin: 25px 0;
  }
  .custom-cart .woocommerce-message {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
  .custom-cart .return-to-shop {
    margin: 30px 0;
  }
  .custom-check .woocommerce-NoticeGroup {
    position: relative;
    margin-top: 0;
  }
  .custom-check .woocommerce-error { 
    margin: 20px 0 30px;
  }
}

@media (max-width: 767px) {
.banner-title {
    font-size: 26px;
    line-height: normal;
}
}


@media (min-width: 610px) and (max-width: 768px) {
  .form iframe {
    height: 500px !important;
  }
}
@media (max-width: 610px) {
  .form iframe {
    height: 590px !important;
  }
  .contact-us.outer-section {
    padding: 40px 0 10px;
  }
}

@media (max-width: 576px) {
  .inner-page .product-information .product-img {
    display: none;
  }
  .inner-page .product-content {
    margin-left: 0px;
  }
  .blog-post .product-title h3 {
    font-size: 18px;
  }
  .blog-post .product-content p {
    font-size: 15px;
    line-height: 20px;
  }
  .main .hestia-title {
    font-size: 22px;
    margin: 19px 0;
  }
  .checkout.woocommerce-checkout {
    margin:30px 0 40px;
  }
  .woocommerce-error {
    margin: 20px 0;
  }
  .custom-check .woocommerce-error { 
    margin: 20px 0 30px;
  }

  .bannersub-title {
    margin: 10px 0 10px;
    font-size: 20px;
    line-height: 23px;
  }
  .bannersub-title {
    margin: 25px 0 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .banner-content .btns { 
    padding: 12px 15px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .inner-page article h2 {
    font-size: 20px;
    line-height: 23px;
  }
  .owl-nav button {
    position: absolute;
    top: 36%;
  }
  .topbar-content {
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
  }
  .logo {
    max-width: 170px;
  }
  .banner {
    padding: 100px 0 60px;
  }
  .banner-title {
    font-size: 26px;
    line-height: normal;
  }
  .banner-title .gold,
  .banner-title .om {
    font-size: 25px;
  }
  .bannersub-title {
    margin: 5px 0 15px;
    font-size: 18px;
  }
  .contact-form span,
  .contact-us .wpcf7-response-output {
    font-size: 10px;
  }
  .topbar .social-icon {
    display: none;
  }
  .goldcheck-btn .cart {
    flex-wrap: wrap;
  }
  .qib-button-wrapper {
    margin: 0 !important;
  }
  article strong {
    margin: 15px 0 8px;
    font-size: 16px;
    font-weight: 500;
  }
  .sticky-whatsapp-icon a {
    width: 50px;
    height: 50px;
  }
  .sticky-whatsapp-icon a i {
    font-size: 20px;
  }
  .copyright-text {
    font-size: 14px;
  }
}
@media (max-width: 540px) {

  .banner-content {
    padding: 30px 0 150px;
  }

}
@media (max-width: 475px) {
  .banner {
    padding: 90px 0 40px;
  }
  .banner-title {
    font-size: 25px;
    line-height: normal;
  }
  .banner-title span {
    font-size: 38px;
    line-height: 48px;
  }
  .banner-title .gold,
  .banner-title .om {
    font-size: 22px;
  }
  .bannersub-title {
    margin: 8px 0 10px;
    font-size: 16px;
  }
  .goldcheck-btn {
    margin-top: 15px;
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .footer-menu li {
    margin: 5px 8px;
  }
  .topbar-left a:first-child img {
    padding-right: 5px;
    width: 19px;
  }
  .topbar-left a {
    font-size: 15px;
  }
  .topbar-right .social-icon li,
  .topbar-left li {
    margin: 0 7px;
  }
  .show .img-show {
    width: 300px !important;
  }
}

@media (max-width: 415px) {

  .banner-title span {
    font-size: 35px;
    line-height: 45px;
  }

  .banner-title {
    font-size: 23px;
  }

}
@media (min-width: 328px) and (max-width: 460px) {
  .goldcheck-btn button.button.alt {
    margin-top: 15px;
  }
}

