.slick-slide {
  height: auto !important;
}
.pa-attrib {
  display: flex;
}

.single-product .color-element {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 5px;
}

.color-term {
  display: grid;
  padding: 5px;
}

.metal-term {
  padding: 10px;
  border: 1px solid #dddddd;
  margin: 5px 10px 0 0px;
}

.single-product .color-element.platinum {
  background: #e5e4e2;
}

.single-product .color-element.rose-gold {
  background: #b76e79;
}

.single-product .color-element.white-gold {
  background: #f6f0ce;
}

.single-product .color-element.yellow-gold {
  background: #f7b500;
}

.single-product #pa_metal-color,
.single-product #pa_metal {
  display: none;
}

.single-product .onsale {
  display: none;
}

.single-product .pa-attrib .metal-term.selected {
  border: 1px solid #497374 !important;
  background: rgba(73, 115, 116, 0.1);
}

.single-product .metal-attr.selected {
  border: 1px solid #497374;
}

.single-product nav.storefront-product-pagination {
  display: none;
}

.assurance-section {
  display: flex;
}

.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in {
  display: none !important;
}
/* div#testimonial-slider-sarvda {
  height: 230px;
} */
.your-designsec {
  background: #f5fafd;
  margin-bottom: 108px !important;
}
.review-section {
  margin-bottom: 108px;
}
.reviewbrand-logo {
  display: flex;
  align-items: center;
  justify-content: end;
}
.reviewbrand-logo img {
  width: 160px;
}
/* Reviews Section*/
div#googleReviewModal {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  align-items: center;
  justify-content: center;
}
div#googleReviewModal .modal-dialog {
  transform: translateY(50%);
}
div#googleReviewModal .header-bar .bg-img {
  display: flex;
  align-items: center;
  justify-content: start;
  background: #d4e4e4;
  padding: 17px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: absolute;
  left: 30px;
  top: 30px;
  text-align: center;
  z-index: 1;
}
div#googleReviewModal .header-bar {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 10px;
  margin-bottom: 20px;
}
div#googleReviewModal .modal.show .modal-dialog {
  margin-top: 80px;
}
div#googleReviewModal .header-bar .review-img {
  position: relative;
  width: 60px;
  left: 0;
  right: 0;
  height: 60px;
  border-radius: 50%;
  top: 0;
  z-index: 2;
}
div#googleReviewModal .review {
  margin: 0;
  padding: 30px;
  margin-top: 0px !important;
  height: auto !important;
  box-shadow: 0px 0px 0px 0px #0000001f;
}
div#googleReviewModal .btn-close {
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 99999;
}
div#googleReviewModal .btn-close:hover {
  background-color: transparent;
  border-color: transparent;
}
div#googleReviewModal .modal-header {
  padding: 0;
  border: 0;
}
div#googleReviewModal .modal-body {
  padding: 0;
}
div#googleReviewModal .modal-body .desc {
  padding-top: 15px;
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.20000000298023224px;
  text-align: left;
  margin-bottom: 37px;
}
div#googleReviewModal .modal-body .author-loc {
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: -0.20000000298023224px;
  text-align: left;
  margin-bottom: 0;
}
/*Lost password*/
form.woocommerce-ResetPassword.lost_reset_password {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 8px;
}
.lost_reset_password p:first-child {
  background: #497374;
  padding: 15px;
  color: #fff;
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.23px;
  text-align: left;
  border-radius: 8px 8px 0px 0px;
}
.lost_reset_password .form-row {
  padding: 0px 30px;
}
.lost_reset_password #user_login {
  width: 100%;
  background: #fff;
}
.lost_reset_password .woocommerce-Button.button {
  padding: 14px 32px 14px 32px;
  background: #6e4943;
  color: #fff;
  font-family: Jost;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.23px;
  letter-spacing: 2px;
  text-align: center;

  margin-bottom: 30px;
}
.lost_reset_password .form-row label {
  display: block;
  font-family: Jost;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.23px;
  text-align: left;
}
/* Login Page*/
.container.acc-login-page {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.container.acc-login-page .row {
  margin: 50px 0;
  background: #fff;
  border: 1px solid #97979761;
  background: #fff;
  border-radius: 8px;
}
.acc-login-page .account-login {
  padding: 0px 0px;
}
.acc-login-page .account-login h2 {
  font-family: Jost;
  font-size: 24px;
  font-weight: 500;
  line-height: 34.68px;
  text-align: center;
  background: #497374;
  color: #fff;
  margin: 0;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 8px 8px 0px 0px;
}
.login.login-style {
  padding: 0 50px;
  padding-bottom: 0px;
}

.login.login-style .woocommerce-form-login__submit {
  padding: 14px 32px 14px 32px;
  background: #6e4943;
  color: #fff;
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.23px;
  letter-spacing: 2px;
  text-align: center;
}
.login.login-style .woocommerce-form-login__submit:hover {
  background: #553631;
  transition: 0.3s;
}
.login.login-style .loginSubmit-button {
  display: block;
  align-items: center;
  justify-content: start;
}
.login.login-style #username,
.login.login-style #password {
  width: 100%;
}
.login.login-style .woocommerce-form__label-for-checkbox,
.login.login-style .form-row label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0px 0;
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.23px;
  text-align: left;
}

.login.login-style .woocommerce-LostPassword.lost_password {
  display: flex;
  align-items: center;
  justify-content: start;
}
.login.login-style .woocommerce-LostPassword.lost_password a {
  color: #497374;
  text-decoration: underline;
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.23px;
  text-align: left;
}
/* Hide the default checkbox */
.login.login-style .woocommerce-form__label-for-checkbox {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.login.login-style .woocommerce-form__input-checkbox {
  opacity: 0;
  position: relative;
  left: 0;
  top: 0;
  cursor: pointer;
  margin-right: 25px;
}

/* Create a custom checkbox */
.login.login-style .woocommerce-form__label-for-checkbox .custom-checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ccc0;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.login.login-style .woocommerce-form__input-checkbox:hover ~ .custom-checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.login.login-style
  .woocommerce-form__input-checkbox:checked
  ~ .custom-checkmark {
  background-color: #497374;
}

/* Create the checkmark/indicator (hidden when not checked) */
.login.login-style
  .woocommerce-form__label-for-checkbox
  .custom-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.login.login-style
  .woocommerce-form__input-checkbox:checked
  ~ .custom-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.login.login-style
  .woocommerce-form__label-for-checkbox
  .custom-checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* popup css */
.popup.hide {
  display: none;
}

.product-title-area .popup.show {
  display: block;
  position: relative;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #979797;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.popup .popup-header {
  padding: 15px;
  background: #497374;
  display: flex;
  justify-content: space-between;
}

.popup .popup-header h2,
.popup .popup-header a {
  color: #fff;
}

.popup .popup-content {
  justify-content: space-between;
  width: 100%;
  margin: auto;
}

.single-product .enquiry-section {
  padding: 20px;
}

.review-images {
  display: flex;
}

.review-images .review-image img {
  width: auto;
  height: 150px;
}

.certi-images {
  display: flex;
  /* height: 100px; */
  width: 100%;
  padding: 15px;
}

.single-product .woocommerce-variation-price {
  display: none;
}

.multistep-content {
  display: flex;
  height: 66px !important;
}

.multistep-content .product-step {
  padding: 20px;
  background: #bf9087;
  color: #fff;
}

.multistep-content .product-step.active {
  background: #7f5e58;
}

.product-filter-data.hide {
  display: none;
}

.product-filter-data.show {
  display: block;
}

.product-tabs-section #ptabs {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #979797;
  margin-left: 0;
  padding-left: 0px;
}

.woocommerce-page header.woocommerce-products-header {
  display: flex;
  justify-content: space-between;
}

.filters-data {
  display: flex;
}

.filters-data .cols {
  width: 20%;
}

.products .onsale,
.product-filter-data + .storefront-sorting {
  display: none;
}

.storefront-sorting {
  display: flex;
  justify-content: space-between;
}

.review-content .bg-img {
  background: #d4e4e4;
  padding: 17px;
  border-radius: 50%;
  display: inline-block;
  height: 76px;
  width: 76px;
}

.review-content img {
  border-radius: 50%;
  height: 76px;
  width: 76px;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  width: 100%;
}

#payment .payment_methods li {
  display: block;
}

.product-standards .standard-item {
  display: inline-grid;
}

.single-product .qa-likes.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.nav-item .menu-icon {
  height: 16px;
}

.banner-section {
  background-size: cover;
  height: 312px;
  background-position: left;
  background-repeat: no-repeat;
  color: #fff;
}

.banner-section h4 {
  color: #fff;
}

body.woocommerce-account.no-logger .entry-header {
  display: none;
}

.error {
  color: red !important;
}

.summary.entry-summary {
  width: 100% !important;
}

img.pimg {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-bottom: 10px;
}

a.load-more-images {
  float: left;
}

.engrave-image {
  position: relative;
}

body.woocommerce-wishlist .wishlist-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 22px;
}
/* .wishlist-sec {
  width: calc(25% - 20px);
} */
.earrings-pair {
  display: flex;
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.earrings-pair .wishlist-sec {
  width: 50%;
}

.archive .products li .cat-img-gallery .color-dots {
  display: flex;
  margin-bottom: 8px;
  justify-content: center;
  position: absolute;
  bottom: 12px;
  align-items: center;
}
.rose-gold {
  background: #b76e79;
}

.color-dots .color-element {
  margin: 0px 5px;
}

p.message {
  font-weight: 600;
  text-align: center;
}
p.message.success {
  color: green;
  border: 1px solid green;
}
p.message.unsuccess {
  color: red;
  border: 1px solid red;
}
/* .wishlist-sec img {
  margin-top: 22px;
  width: 100%;
} */
.wishlist-sec p {
  margin: 0px;
}
.wishlist-title h2 {
  font-family: Jost;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: left;
}
/* .wishlist-title-container .wishlist-title-with-form {
  margin-top: 20px;
  margin-left: 7%;
} */

.woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link--edit-card-details {
  display: none;
}

.shop_table .includes_tax {
  display: none;
}

.stayin.bg-dark-with-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 577px;
}

.stay-sec {
  padding-top: 65px;
  padding-bottom: 50px;
  position: relative;
}

.stay-sec h4 {
  font-family: Jost;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}

.stay-sec p {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
}

h4.stayin-heading {
  font-family: Jost;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0px;
  color: #fff;
}

p.stayin-description {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  width: 455px;
  color: #fff;
}

small.includes_tax {
  display: none !important;
}

/*Diamond Show page*/

section.certified-section {
  padding-top: 76px;
  padding-bottom: 62px;
}
section.certified-section::before {
  content: "";
  position: relative;
  width: 100%;
  background: #979797;
  height: 1px;
  display: block;
  text-align: center;
  top: -76px;
  max-width: 750px;
  margin: 0 auto;
}
.certified-section .content-wrapper {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  background: #497374;
  border-radius: 8px;
}
.certified-section .content-wrapper .wrapper {
  background: #497374;
  padding-left: 52px;
  padding-right: 52px;
  padding-top: 32px;
  border-radius: 8px;
}

.certified-section .header-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
  align-items: center;
}

.certified-section .header-row .title {
  font-family: Jost;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: left;
  color: #fff;
}
.certified-section .header-row .right-button {
  font-family: Jost;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.23px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #497374;
  background: #ffff;
  padding: 14px 26px;
  border-radius: 3px;
}
.certified-section .bg-image {
  padding: 47px 169px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 33px;
}
.certified-section .bg-image a {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
.certified-section .contact-detail {
  padding: 30px;
  display: flex;
  justify-content: center;
  background: #ffffff1a;
  align-items: center;
}
.certified-section .contact-list {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  column-gap: 43.5px;
  color: #fff;
}
.certified-section .contact-list li,
.certified-section .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.certified-section .contact-list li a {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-family: Jost;
  font-size: 20px;
  font-weight: 600;
  line-height: 28.9px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
/*Review Section*/
section.google-reviews {
  padding-top: 62px;
  padding-bottom: 0px;
}
section.google-reviews .allreviews {
  display: flex;
  justify-content: center;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
  visibility: visible;
}

.policy-area {
  display: inline-block;
  width: 100%;
}

body.woocommerce-account .woocommerce {
  display: flex;
}
body.woocommerce-account .woocommerce .manage-table {
  width: auto;
}

.save-address-title {
  padding-left: 25px;
}

.woocommerce-cart .table_body {
  overflow: scroll;
  max-height: 1080px;
}

.engrave-message {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: green;
}

.woocommerce-checkout-review-order-table td {
  padding: 0;
}

.metal-image-gallery img {
  display: none;
}
.metal-image-gallery img.visible {
  display: block;
}
