/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
*/

/* Global Start */
.page-id-28 .nectar-global-section.before-footer {
  display: none;
}
.container-wrap {
  padding: 0 0 !important;
}
.nectar-button.small {
  font-size: 20px;
  letter-spacing: 1px;
  border: 1px solid #fff0;
  padding: 12px 24px;
  margin-bottom: 0;
  opacity: 1 !important;
  position: relative;
  transition: 0.5s ease-in-out !important;
}
.nectar-button.small.btn-primary {
  background-color: #0e1b43 !important;
  border-color: #0e1b43;
  color: #fff;
}
.nectar-button.small.btn-primary:hover {
  background-color: #fff0 !important;
  color: #0e1b43;
}
.nectar-button.small.btn-light {
  background-color: #fff !important;
  border-color: #fff;
  color: #1b1c1e;
}
.nectar-button.small.btn-light:hover {
  background-color: #fff0 !important;
  color: #fff;
}
.nectar-button.small.btn-transparent {
  background-color: #fff0 !important;
  border-color: #727272;
  color: #727272;
}
.nectar-button.small.btn-transparent:hover {
  background-color: #727272 !important;
  color: #fff;
}
/* Global End */

/* Header Start */
#header-outer #top .sf-menu #menu-item-860 {
  order: 3;
}
#header-outer #top .sf-menu #nectar-user-account {
  order: 2;
}
#header-outer #top .sf-menu i.nectar-woo-cart {
  order: 1;
}
#header-outer #top .sf-menu #menu-item-37 a {
  margin-right: 0;
}
#header-outer #top .widget_shopping_cart_content p {
  color: #fff;
}
#header-outer #top .sub-menu {
  padding: 10px 0;
}
#header-outer #top .sub-menu .menu-item a {
  padding: 6px 15px;
  transition: 0.5s ease-in-out;
}
#header-outer #top .sf-menu .nectar-woo-cart p {
  color: #1b1c1e;
}
#header-outer #top .sf-menu li#search-btn {
  margin-right: 0;
}
/* Header End */

/* Home Page Start */
/* Banner Start */
#homeBanner,
#homeCollections,
#homeCta,
#homeDiamonds,
#diamondBanner,
#naturalOne,
#innerRow,
#innerDiamond,
#innerShape,
#bookAppointment,
#newsletterOne,
#wishlistOne,
#accountPage,
#mainFooter,
#contentFooter,
#socialFooter,
#copyrightFooter,
#homeCtaMobile {
  margin-bottom: 0;
}
#homeBanner .imgFluid {
  width: 100%;
}
/* Banner End */

/* Collections Start */
/* #homeCollections .wpb_wrapper h2.heading {
  margin-bottom: 20px;
} */
#homeCollections .wpb_tabs_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
#homeCollections .wpb_tabs_nav .tab-item a {
  background-color: #fff0;
  border: none;
  color: #727272;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1.5px;
  font-family: "Arsenal SC";
  margin: 0 20px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  transition: 0.5s ease-in-out;
}
#homeCollections .wpb_tabs_nav .tab-item a:before {
  content: "";
  background-color: #1b1c1e;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s ease-in-out;
}
#homeCollections .wpb_tabs_nav .tab-item a:hover:before,
#homeCollections .wpb_tabs_nav .tab-item.active-tab a:before {
  width: 100%;
}
#homeCollections .wpb_tabs_nav .tab-item a:hover,
#homeCollections .wpb_tabs_nav .tab-item.active-tab a {
  color: #1b1c1e;
}
#homeCollections .txtBlock {
  width: 75%;
  margin: 0 auto 32px auto;
}
#homeCollections .txtBlock p {
  color: rgba(18, 18, 18, 0.7);
}
#homeCollections .woocommerce {
  text-align: left;
  margin-bottom: 56px;
}
#homeCollections .woocommerce .products {
  column-gap: 15px;
}
#homeCollections .woocommerce .products .classic.product {
  width: 23.7%;
  margin: 0;
}
.woocommerce .products .classic.product .product-wrap {
  margin-bottom: 12px;
}
.woocommerce .products .classic.product .woocommerce-loop-product__title {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 8px !important;
  min-height: 60px;
  color: #000;
}
.woocommerce .products .classic.product .price {
  display: flex;
  color: #121212 !important;
  margin-bottom: 16px !important;
  column-gap: 5px;
}
.product .summary .price del {
  color: #1b1c1e !important;
  opacity: 1 !important;
  font-size: 16px !important;
}
.woocommerce .products .classic.product .price br {
  display: none;
}
.woocommerce .products .classic.product .price bdi {
  display: flex;
}
.woocommerce .products .classic.product .price del,
.woocommerce .products .classic.product .price ins {
  display: flex;
  column-gap: 5px;
}
.woocommerce
  .products
  .classic.product
  .price
  .woocommerce-Price-currencySymbol {
  padding-left: 5px;
  text-transform: uppercase;
  order: 2;
}
.woocommerce .products .classic.product .product-color-variations {
  display: flex;
  column-gap: 12px;
}
.woocommerce
  .products
  .classic.product
  .product-color-variations
  .variation-color {
  width: 16px;
  height: 16px;
  border-radius: 50px;
}
/* Collections End */

/* CTA Start */
#homeCta .heading,
#homeCta .txtBlock {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#homeCta .heading {
  letter-spacing: 3px;
  margin-bottom: 16px;
}
#homeCta .txtBlock {
  margin-bottom: 44px;
}
#homeCta .txtBlock p {
  letter-spacing: 1px;
}
#homeCta .nectar-button.small {
  padding: 12px 16px;
  top: 90px;
}
#homeCtaMobile {
    display: none;
}
#homeCtaMobile .nectar-button.btn-light:hover {
    color: #1b1c1e;
    border-color: #1b1c1e;
}
/* CTA End */

/* Lab Grown Diamonds Start */
/* #homeDiamonds .colLeft .vc_column-inner {
      padding-left: 332px;
    } */
#homeDiamonds .heading {
/*   letter-spacing: 0.6px; */
  margin-bottom: 19px;
}
#homeDiamonds .txtBlock {
  margin-bottom: 40px;
}
#homeDiamonds .nectar-button.small {
  padding: 12px 16px;
}
/* #homeDiamonds .imgFluid {
      margin-top: -108px;
    } */
#homeDiamonds .mainImg {
  display: none;
}
/* Lab Grown Diamonds End */
/* Home Page End */

/* Shop Page Start */
.woocommerce .products .classic.product .star-rating {
    display: block !important;
}
.woocommerce.yith-wcwl-form .wishlist-title-container .hidden-title-form {
  display: none;
}
.woocommerce ul.products li.product.classic .product-wrap img {
  height: 295px;
  object-fit: cover;
  object-position: top;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info a,
.woocommerce-notices-wrapper .woocommerce-error li {
  font-size: 15px !important;
  line-height: 1.3 !important;
}
#accountPage .woocommerce-notices-wrapper .woocommerce-error {
  background-color: #c30101 !important;
}
.archive.woocommerce-shop .woocommerce-products-header {
  display: none;
}
.woocommerce .post-area .product-count {
  color: #000;
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 16px;
}
.nectar-shop-header .page-title {
  padding-top: 50px;
  padding-bottom: 8px;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 3px;
  text-align: center;
}
.nectar-shop-header .woocommerce-breadcrumb {
  padding-top: 48px;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.nectar-shop-header .woocommerce-ordering .orderby {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  color: #1b1c1e;
  padding: 8px 12px;
}
.nectar-shop-header .woocommerce-result-count {
  display: none;
}
#sidebar {
  border-right: 1px solid #d9d9d9;
  padding-right: 55px;
  margin-right: 0;
}
#sidebar .widget.woocommerce {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#sidebar .widget.woocommerce:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.woocommerce #sidebar .woof .woof_container {
  padding: 32px 0 40px 0;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
}
.woocommerce #sidebar .woof h4 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.6px;
  opacity: 1;
  margin-bottom: 16px;
}
.woocommerce #sidebar .woof .woof_list_label {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.woocommerce #sidebar .woof .woof_list_label li {
  padding: 0;
}
.woocommerce #sidebar .woof .woof_list_label .woof_term_140,
.woocommerce #sidebar .woof .woof_list_label .woof_term_103,
.woocommerce #sidebar .woof .woof_list_label .woof_term_15 {
  display: none !important;
}
.woocommerce #sidebar .woof .woof_list_label li .woof_label_term {
  padding: 8px 12px;
  margin: 0 0;
  background-color: #fff;
  border-color: #d9d9d9;
  color: #afafaf;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  opacity: 1;
}
.woocommerce #sidebar .woof .woof_list_label li .woof_label_term.checked {
  color: #1b1c1e;
  border-color: #1b1c1e;
}
.woocommerce #sidebar .widget.woocommerce .yith-wcan {
  margin-bottom: 0;
  display: flex !important;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 5px;
}
.woocommerce #sidebar .widget.woocommerce .yith-wcan li {
  border: none !important;
}
.woocommerce #sidebar .widget.woocommerce .yith-wcan li a {
  font-size: 16px;
  line-height: 1.2;
  padding: 8px 12px !important;
  color: #afafaf;
  border: 1px solid #d9d9d9;
  transition: 0.5s ease-in-out;
}
.woocommerce #sidebar .widget.woocommerce .yith-wcan .chosen a,
.woocommerce #sidebar .widget.woocommerce .yith-wcan li a:hover {
  color: #1b1c1e !important;
  background-color: #fff0 !important;
  border-color: #1b1c1e;
}
.woocommerce ul.products li.product .product-wrap img.hover-gallery-image, 
.woocommerce ul.products li.product .product-wrap picture.hover-gallery-image {
    z-index: 1;
}
#sidebar .widget.woocommerce h4 {
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  opacity: 1;
  margin-bottom: 16px;
}
.post-area .products {
  row-gap: 32px;
  column-gap: 12px;
}
body .main-content .post-area ul.products li.classic.product {
  width: 32% !important;
  margin: 0 !important;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
  color: #000;
  font-size: 15px;
  line-height: 1.3;
}
.product .summary {
  margin-bottom: 80px !important;
}
.product .summary .product_title {
  color: #121212;
  margin-bottom: 24px !important;
}
.product .summary .certificateBox {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.product .summary .certificateBox .certificateImage img {
  width: 130px;
  height: 100%;
  object-fit: contain;
}
.product .summary .certificateBox .certificateText {
  color: #121212;
  margin-left: 10px;
}
.product .summary .price {
  margin-top: 0 !important;
  padding-bottom: 24px !important;
  font-size: 20px !important;
  line-height: 28px !important;
}
.product .summary .woocommerce-product-details__short-description {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 32px;
  margin-bottom: 32px;
  /*   display: flex;
      justify-content: space-between;
      align-items: end; */
}
.product
  .summary
  .woocommerce-product-details__short-description
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button {
  align-items: start;
}
.product .summary .woocommerce-product-details__short-description ul {
  margin-bottom: 0;
}
.product .summary .woocommerce-product-details__short-description ul li {
  color: #121212;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.product .summary .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.product .summary .yith-wcwl-add-to-wishlist .add_to_wishlist {
  border: 1px solid #d9d9d9;
  padding: 8px 12px;
  color: #727272;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  transition: 0.5s ease-in-out;
}
.product .summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
  border-color: #727272;
  color: #1b1c1e;
}
.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span {
  font-size: 16px;
  line-height: 1.3;
}
.product .summary .variations,
.product .summary .ringEngraving {
  margin-bottom: 32px !important;
}
.product .summary .variations tr {
  margin-bottom: 32px;
  display: block;
}
.product .summary .variations tr:last-child {
  margin-bottom: 0;
}
.product .summary .variations .label {
  padding: 0 !important;
}
.product .summary .variations .label label {
  font-family: "Arsenal SC";
  font-size: 20px;
  line-height: 1.2 !important;
  color: #000;
  margin-bottom: 16px;
  display: block;
  font-weight: 400 !important;
}
.product .summary .variations .vi-wpvs-variation-wrap {
  gap: 8px;
}
.product .summary .variations .vi-wpvs-option-wrap {
  padding: 10.5px 12px;
  margin: 0;
  width: auto !important;
  height: auto !important;
  transition: 0.3s ease-in-out;
}
.product .summary .variations .vi-wpvs-option-wrap-selected,
.product .summary .variations .vi-wpvs-option-wrap:hover {
  border-color: #1b1c1e;
  background-color: #fff !important;
}
.product .summary .variations .vi-wpvs-option-wrap .vi-wpvs-option {
  color: #727272 !important;
  font-size: 16px;
  font-weight: 400;
  opacity: 1 !important;
}
.product .summary .variations .vi-wpvs-option-wrap-selected .vi-wpvs-option {
  color: #1b1c1e !important;
}
.product .summary .variations .vi-wpvs-option-wrap .vi-wpvs-option-image,
.product
  .summary
  .variations
  .vi-wpvs-variation-wrap[data-attribute="attribute_pa_diamond-shape"]
  .vi-wpvs-option-image {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.product .summary .variations .value {
  padding: 0 0 !important;
}
.product .summary .variations .value .select_option {
  padding: 0;
  border: none;
}
.product
  .summary
  .variations
  .value
  .select_option_label
  .yith_wccl_value_wrapper {
  height: auto;
}
.product .summary .variations .value .select_option_label .yith_wccl_value {
  padding: 12px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  color: #727272;
  font-size: 16px;
  transition: 0.5s ease-in-out;
}
.product .summary .variations .value .select_option.selected .yith_wccl_value,
.product
  .summary
  .variations
  .value
  .select_option_label
  .yith_wccl_value:hover {
  color: #1b1c1e;
  border-color: #1b1c1e;
}
.product .summary .variations .value .select_option img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border: 1px solid #fff0;
  border-radius: 0;
  padding: 10px 10px;
  transition: 0.5s ease-in-out;
}
.product .summary .variations .value .select_option.selected img,
.product .summary .variations .value .select_option img:hover {
  border-color: #727272;
}
.product
  .summary
  .woocommerce-variation-description
  .yith-wcwl-add-to-wishlist {
  display: none;
}
.product .summary .ring-size-other {
  margin-top: 16px !important;
}
.product .summary .ringEngraving label,
.product .summary .ring-size-other label {
  color: #000;
  margin-bottom: 16px;
  display: block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400 !important;
  text-transform: capitalize;
}
.product .summary .ringEngraving input,
.product .summary .ring-size-other input {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  color: #121212;
  border-radius: 0;
}
.product .woocommerce-tabs {
  margin-top: 0;
}
.product .woocommerce-tabs .tab-container {
  padding: 0 0 !important;
}
.product .woocommerce-tabs .tabs {
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  justify-content: center;
  column-gap: 55px;
  align-items: center;
}
.product .woocommerce-tabs .tabs li {
  display: block !important;
}
.product .woocommerce-tabs .tabs li a {
  margin: 0 0 !important;
  background-image: none !important;
  border-bottom: none !important;
}
.product .woocommerce-tabs .tabs li a:before {
  content: "";
  background-color: #000;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s ease-in-out;
}
.product .woocommerce-tabs .tabs .active a:before,
.product .woocommerce-tabs .tabs li a:hover:before {
  width: 100%;
}
.product .woocommerce-Tabs-panel {
  padding: 0 0 !important;
}
.product .woocommerce-Tabs-panel p {
  color: #4e4e4e;
  font-size: 18px;
  line-height: 1.3;
}
.product .woocommerce-Tabs-panel #comments .woocommerce-Reviews-title {
  font-size: 24px !important;
  line-height: 1.1 !important;
}
.product .woocommerce-Tabs-panel #review_form textarea,
.product .woocommerce-Tabs-panel #review_form input,
.woocommerce .woocommerce-form-login input,
.woocommerce .woocommerce-form-register input,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm input {
  background-color: #fff;
  border: 1px solid #727272;
  border-radius: 0;
  color: #1b1c1e;
}
.wp-block-woocommerce-cart .wc-block-product-new .yith-wcwl-add-to-wishlist {
  font-size: 0;
  height: auto;
  line-height: normal;
}
.wp-block-woocommerce-cart .wc-block-product-new .wc-block-grid__products {
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 12px;
}
.wp-block-woocommerce-cart .wc-block-product-new .wc-block-grid__product {
  border: none;
  max-width: 24.2% !important;
}
.wp-block-woocommerce-cart .wc-block-product-new .wc-block-grid__product-image {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm,
.woocommerce .woocommerce-MyAccount-content {
  font-size: 18px;
  line-height: 1.3;
}
.woocommerce-MyAccount-content
  .woocommerce-Addresses
  .woocommerce-Address-title.title
  a {
  text-decoration: underline;
}
.woocommerce .products .classic.product .product-wrap .product-add-to-cart {
  display: none;
}
.woocommerce .products .classic.product .product-add-to-cart a {
  width: 100%;
  font-size: 18px !important;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 16px !important;
  font-family: "Arsenal SC";
  display: block;
}
.single_add_to_cart_button .xoo-cp-icon-check.xoo-cp-added:before {
  display: none;
}
#wishlistOne .wishlist-title {
  display: inline-block !important;
}
#wishlistOne .wishlist-title h2 {
    font-size: 50px !important;
    line-height: 58px;
}
#wishlistOne .wishlist-title h2:hover {
  background-color: #fff0;
}
#wishlistOne .wishlist-title .show-title-form,
#wishlistOne .hidden-title-form {
  display: none !important;
}
.xoo-cp-modal .xoo-cp-content .variation {
  display: flex;
  flex-wrap: wrap;
}
.xoo-cp-modal .xoo-cp-content .variation:first-child {
  display: none;
}
.xoo-cp-modal .xoo-cp-content .variation dt,
.xoo-cp-modal .xoo-cp-content .variation dd {
  width: 47%;
  padding: 0;
  margin: 0;
}
.xoo-cp-modal .xoo-cp-content .variation p {
  padding-bottom: 0;
}
.postid-1390 .ringEngraving {
  display: none;
}
.berocket_better_labels b.br-labels-css {
    font-family: 'Arsenal SC';
    font-weight: 400;
}
/* Shop Page End */

/* Diamonds 101 Page Start */
#diamondBanner .heading {
  margin-bottom: 0;
}
#naturalOne #innerRow .heading,
#naturalOne #innerDiamond .heading,
#naturalOne #innerShape .heading {
  margin-bottom: 24px;
}
#naturalOne #innerRow .txtBlock,
#naturalOne #innerDiamond .txtBlock,
#naturalOne #innerShape .txtBlock {
  margin-bottom: 12px;
}
#naturalOne #innerRow .txtBlock:last-child,
#naturalOne #innerDiamond .txtBlock:last-child,
#naturalOne #innerShape .txtBlock:last-child {
  margin-bottom: 0;
}
#naturalOne #innerRow .txtBlock p,
#naturalOne #innerDiamond .txtBlock p,
#naturalOne #innerShape .txtBlock p,
#naturalOne #innerDiamond ul li {
  color: #4e4e4e;
  font-size: 18px;
  line-height: 1.3;
}
#naturalOne #innerDiamond ul {
  margin: 0;
}
#naturalOne #innerDiamond ul li {
  padding-left: 20px;
}
#naturalOne #innerDiamond ul li i {
  top: 6px;
  line-height: normal;
  font-size: 9px;
  color: #4e4e4e;
  width: auto;
}
#naturalOne #innerRow img,
#naturalOne #innerDiamond img,
#naturalOne #innerShape img {
  width: 100%;
}
#naturalOne .diamondshapes {
  height: 100px;
  width: 100%;
  object-fit: contain;
}
#naturalOne .diamondCol .img-with-aniamtion-wrap {
  margin-right: auto;
  display: table;
}
/* Diamonds 101 Page End */

/* Book Appointment Page Start */
#appointmentLogo .contactLogo {
  width: 190px;
}
#bookAppointment .wpb_wrapper .vc_custom_heading.heading {
    font-size: 40px !important;
    line-height: 48px;
    letter-spacing: 3px;
  margin-bottom: 32px;
}
#bookAppointment .gform_heading {
  display: none;
}
#bookAppointment .gform_fields {
  column-gap: 24px;
  row-gap: 32px;
}
#bookAppointment .gfield_label {
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 1.6px;
  font-weight: 400;
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
}
#bookAppointment .form-control input,
#bookAppointment .form-control select,
#bookAppointment .form-textarea textarea {
  background-color: #fff;
  border-radius: 0;
  border-color: #d9d9d9;
  padding: 10px 12px;
  display: block;
  box-shadow: none;
  height: auto;
  color: #000;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
}
#bookAppointment .form-control input::placeholder,
#bookAppointment .form-textarea textarea::placeholder {
  color: #afafaf;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}
#bookAppointment .form-control .gfield_description {
  margin-top: 4px;
  color: #afafaf;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
#bookAppointment .form-section {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-top: 1px solid #d9d9d9;
  padding-top: 40px;
  margin-top: 8px;
}
#bookAppointment .form-section .gsection_title {
    font-size: 40px !important;
    line-height: 48px;
    letter-spacing: 3px;
  color: #121212;
  font-weight: 400;
}
#bookAppointment .form-image .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  column-gap: 0;
  row-gap: 8px;
}
#bookAppointment .form-image .gfield_radio .gchoice {
  width: 20%;
  justify-content: center;
}
#bookAppointment .form-image .gfield_radio .gchoice .gfield-choice-input,
#bookAppointment .form-radio .gfield_radio .gchoice .gfield-choice-input {
  display: none;
}
#bookAppointment
  .form-image
  .gfield_radio
  .gchoice
  .gfield-choice-input:checked
  + .gform-field-label
  img {
  border-color: #727272;
}
#bookAppointment .form-image .gfield_radio .gchoice .gform-field-label {
  margin-left: 0;
}
.img-tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  pointer-events: none;
  z-index: 1000;
  white-space: nowrap;
  transform: translateY(-10px);
  transition: 0.3s ease-in-out;
}
#bookAppointment .form-image .gfield_radio .gchoice .gform-field-label img {
  width: 150px;
  height: 72px;
  border: 1px solid #fff0;
  padding: 16px 0;
  object-fit: contain;
  cursor: pointer;
  margin-bottom: 0;
}
#bookAppointment .form-radio .gfield_radio {
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
}
#bookAppointment .form-radio .gfield_radio .gform-field-label {
  color: #727272;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 400;
  border: 1px solid #d9d9d9;
  padding: 11px 12px;
  margin-left: 0;
  cursor: pointer;
}
#bookAppointment .form-radio .gfield_radio #label_1_20_0 {
  border-color: #ffc415;
  background-color: #ffc415;
  color: #fff;
}
#bookAppointment .form-radio .gfield_radio #label_1_20_1 {
  background-color: #b5b3b3;
  color: #fff;
}
#bookAppointment .form-radio .gfield_radio #label_1_20_2 {
  background-color: #ecc4c3;
  color: #fff;
}
#bookAppointment
  .form-radio
  .gfield_radio
  .gchoice
  .gfield-choice-input:checked
  + .gform-field-label {
  color: #1b1c1e;
  border-color: #727272 !important;
}
#bookAppointment .form-textarea textarea {
  height: 126px;
  min-block-size: auto;
}
#bookAppointment .form-file .ginput_container_fileupload {
  border: 1px dashed #d9d9d9;
  padding: 40px 32px;
  border-radius: 0;
  text-align: center;
}
#bookAppointment .form-file #input_1_29 {
  display: none;
}
#bookAppointment .form-file p {
  color: #0e1b43;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  cursor: pointer;
}
#bookAppointment .form-file p span {
  color: #475467;
  font-weight: 400;
}
#bookAppointment .form-file .gform_fileupload_rules {
  color: #afafaf;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 0;
}
#bookAppointment .form-file .gfield_fileupload_progressbar_progress {
  left: 0;
}
#bookAppointment .gform_footer {
  margin-top: 40px;
}
#bookAppointment .gform_footer .gform_button {
  width: 100%;
  background-color: #0e1b43;
  padding: 16px 32px !important;
  text-transform: uppercase;
  font-family: "Arsenal SC";
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
}
#bookingOne .txtBlock span {
  display: inline-block;
}
#bookingOne #innerRow .btn-appointment {
  background-color: #222222;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
/* Book Appointment Page End */

/* Find Your Heirloom Start */
#homeHeirloom .nectar-button {
    margin-top: 10px;
}
/* Find Your Heirloom End */

/* Footer Start */
#contentFooter .heading {
  margin-bottom: 39px;
}
#contentFooter .menu {
  margin: 0;
}
#contentFooter .menu li {
  list-style: none;
  margin-bottom: 5px;
}
#contentFooter .menu li:last-child {
  margin-bottom: 0;
}
#contentFooter .menu li a,
#contentFooter .txtBlock p {
  color: #727272;
  font-size: 16px;
  line-height: 24px;
  transition: 0.5s ease-in-out;
}
#contentFooter .menu li a:hover {
  color: #0e1b43;
}
#contentFooter .menu li a em {
  font-style: normal;
  display: block;
  color: #000;
}
#contentFooter .txtBlock {
  margin-bottom: 12px;
}
#contentFooter .tnp {
  margin-top: 0;
}
#contentFooter .tnp form {
  display: flex;
}
#contentFooter .tnp .tnp-field-email,
#contentFooter .tnp .tnp-field-button {
  margin-bottom: 0;
}
#contentFooter .tnp .tnp-field-email label {
  display: none;
}
#contentFooter .tnp .tnp-field-email .tnp-email {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ededed;
  padding: 11px 16px;
  border-radius: 0;
}
#contentFooter .tnp .tnp-field-button .tnp-submit {
  background-color: #f0b2cc;
  padding: 12px 16px !important;
  font-family: "Arsenal SC";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: 700;
  transition: 0.5s ease-in-out;
}
#contentFooter .tnp .tnp-field-button .tnp-submit:hover {
  background-color: #0e1b43;
}
#socialFooter .heading {
  margin-bottom: 8px;
}
#socialFooter .socialIcons {
  margin: 0;
}
#socialFooter .socialIcons li {
  list-style: none;
}
#socialFooter .socialIcons li a {
  display: inline-block;
}
#socialFooter .socialIcons li a i {
  border: 1px solid #727272;
  border-radius: 50px;
  width: 33px;
  height: 33px;
  color: #727272;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.5s ease-in-out;
}
#socialFooter .socialIcons li a:hover i {
  border-color: #0e1b43;
  color: #0e1b43;
}
#copyrightFooter {
  border-top: 1px solid #d9d9d9;
}
#copyrightFooter .txtBlock {
  margin-bottom: 0;
}
#copyrightFooter .txtBlock p {
  color: #afafaf;
  font-size: 14px;
  line-height: 22px;
}
#copyrightFooter .imgFluid {
  margin-left: auto;
}
/* Footer End */

/* Responsive Start */
@media (max-width: 1600px) {
  /*   #homeDiamonds .colLeft .vc_column-inner {
        padding-left: 6.1rem;
      } */
  /*   #homeDiamonds .imgFluid {
        margin-top: -7.1rem;
      } */
}
@media (max-width: 1440px) {
  /*   #homeDiamonds .colLeft .vc_column-inner {
        padding-left: 5.6rem;
      } */
  /*   #homeDiamonds .imgFluid {
        margin-top: -8.6rem;
      } */
  body .main-content .post-area ul.products li.classic.product {
    width: 31.8% !important;
  }
  #homeCta {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media (max-width: 1366px) {
  body .main-content .post-area ul.products li.classic.product {
    width: 31.7% !important;
  }
  #homeCollections .woocommerce .products .classic.product {
    width: 23.6%;
  }
  #homeCta {
    padding-top: 132px !important;
    padding-bottom: 135px !important;
  }
	  #header-outer #top #logo img {
    height: 40px;
  }
  #header-outer #top .sf-menu .menu-item a {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  #homeCollections .woocommerce .products {
    row-gap: 24px;
  }
  #homeCollections .woocommerce .products .classic.product {
    width: 31.5%;
  }
  /*   #homeDiamonds .imgFluid {
        margin-top: -19.4rem;
      } */
  body .main-content .post-area ul.products li.classic.product {
    width: 31.3% !important;
  }
  #contentFooter .row_col_wrap_12_inner {
    row-gap: 24px;
    column-gap: 16px;
  }
  #contentFooter .footerCol {
    width: 32%;
    margin-bottom: 0;
  }
  #homeCta {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
}
@media (max-width: 999px) {
  .nectar-button.small {
    font-size: 18px;
    line-height: 30px;
    padding: 12px 16px;
  }
  #header-outer {
    padding: 20px 0 !important;
  }
  #homeBanner .imgFluid {
    object-fit: cover;
  }
  #homeCollections {
    padding: 40px 0 !important;
  }
  #homeCollections .wpb_wrapper h1.heading {
    font-size: 28px !important;
    line-height: 32px !important;
    margin-bottom: 40px;
  }
  #homeCollections .wpb_tabs_nav {
    margin-bottom: 20px;
  }
  #homeCollections .wpb_tabs_nav .tab-item a {
    font-size: 16px;
    line-height: 26px;
  }
  #homeCollections .txtBlock p {
    font-size: 14px;
    line-height: 20px;
  }
  #homeCollections .txtBlock {
    margin-bottom: 40px;
  }
  #homeCollections .woocommerce .products .classic.product {
    width: 47.5%;
  }
  .woocommerce .products .classic.product .product-wrap {
    margin-bottom: 16px;
  }
  .woocommerce .products .classic.product .woocommerce-loop-product__title {
    font-size: 16px !important;
    line-height: 26px;
  }
  .woocommerce .products .classic.product .price {
    font-size: 14px !important;
    line-height: 24px;
  }
  .woocommerce
    #sidebar
    .widget.woocommerce.yith-woocommerce-ajax-product-filter.open-filter
    .yith-wcan {
    display: flex !important;
  }
  .woocommerce
    #sidebar
    .widget.woocommerce.yith-woocommerce-ajax-product-filter
    .yith-wcan {
    display: none !important;
  }
  #homeCollections .woocommerce {
    margin-bottom: 40px;
  }
  #homeCta {
    padding: 149px 0 !important;
  }
  #homeCta .wpb_wrapper h2.vc_custom_heading.heading {
    font-size: 28px !important;
    line-height: 32px !important;
    margin-bottom: 24px;
  }
  #homeCta .txtBlock {
    margin-bottom: 48px;
  }
  #homeCta .txtBlock p {
    font-size: 18px;
    line-height: 30px;
  }
  #homeDiamonds {
    padding: 40px 0 !important;
  }
  #homeDiamonds .colLeft {
    margin-bottom: 16px;
  }
  /*   #homeDiamonds .colLeft .vc_column-inner {
        padding: 0 20px;
      } */
  #homeDiamonds .wpb_wrapper h2.vc_custom_heading.heading {
    font-size: 28px !important;
    line-height: 32px !important;
    margin-bottom: 24px;
  }
  #homeDiamonds .txtBlock {
    margin-bottom: 32px;
  }
  #homeDiamonds .txtBlock p {
    font-size: 16px;
    line-height: 26px;
  }
  #homeDiamonds .nectar-button.small {
    padding: 8px 16px;
  }
  /*   #homeDiamonds .imgFluid {
        margin-top: 0;
      } */
  #homeDiamonds .mobileImg {
    display: none;
  }
  #homeDiamonds .mainImg {
    width: 100%;
    display: block;
  }
  .nectar-shop-header .page-title {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }
  .nectar-shop-header .woocommerce-breadcrumb {
    display: none;
  }
  .nectar-shop-header .woocommerce-ordering {
    position: relative;
    bottom: 0;
    margin-bottom: 40px;
  }
  .nectar-shop-header .woocommerce-ordering .orderby {
    padding: 12px 16px;
  }
  #sidebar {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  body.woocommerce .post-area .yit-wcan-container ul.products {
    width: 100% !important;
    row-gap: 20px;
    column-gap: 0;
  }
  body .main-content .post-area ul.products li.classic.product {
    width: 48% !important;
    margin-right: 12px !important;
  }
  body .main-content .post-area ul.products li.classic.product:last-child {
    margin-right: 0 !important;
  }
  .single-product .woocommerce-breadcrumb {
    margin: 20px 0;
  }
  .single-product .woocommerce-breadcrumb a,
  .single-product .woocommerce-breadcrumb span {
    font-size: 14px;
    line-height: 20px;
  }
  .single-product .single-product-main-image {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .single-product .summary .product_title {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .single-product
    .summary
    .woocommerce-product-details__short-description
    ul
    li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .product .summary .woocommerce-product-details__short-description {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .product .summary .variations .label label {
    font-size: 16px;
    line-height: 26px !important;
    letter-spacing: 1.6px;
    margin-bottom: 12px;
  }
  .woocommerce-page
    .product
    .nectar-prod-wrap
    .summary
    .cart
    .woocommerce-variation-add-to-cart
    .single_add_to_cart_button {
    width: 100%;
    font-size: 18px !important;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 9px 16px !important;
  }
  .product .woocommerce-tabs .tabs {
    margin-bottom: 20px !important;
  }
  .product .woocommerce-tabs .tabs li a {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #4e4e4e !important;
  }
  .product .woocommerce-tabs .tabs li.active a {
    color: #000 !important;
  }
  .product .woocommerce-tabs .tabs li a:before {
    bottom: -3px;
  }
  .product .woocommerce-Tabs-panel p {
    font-size: 14px;
    line-height: 20px;
  }
  #bookAppointment {
    padding: 0 0 40px 0 !important;
  }
  #bookAppointment .colLeft {
    margin-bottom: 40px;
  }
  #bookAppointment .imgFluid {
    width: 100%;
    height: 390px;
    object-fit: contain;
    object-position: center;
  }
  #appointmentLogo .contactLogo {
    width: 190px;
    height: auto;
    margin: 0 auto;
  }
  #bookAppointment .wpb_wrapper .vc_custom_heading.heading {
    font-size: 28px !important;
    line-height: 32px !important;
    margin-bottom: 24px;
  }
  #bookAppointment .gfield_label {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  #bookAppointment .form-control input,
  #bookAppointment .form-control select,
  #bookAppointment .form-textarea textarea,
  #bookAppointment .form-control input::placeholder,
  #bookAppointment .form-textarea textarea::placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  #bookAppointment .gform_fields {
    row-gap: 24px;
  }
  #bookAppointment .form-section .gsection_title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0;
  }
  #bookAppointment .form-image .gfield_radio .gchoice .gform-field-label img {
    width: 60px;
  }
  #bookAppointment .gform_footer .gform_button {
    padding: 10px 16px !important;
    font-size: 18px;
    line-height: 30px;
  }
  #contentFooter {
    padding: 48px 0 40px 0 !important;
  }
  #contentFooter .footerCol {
    width: 48.7%;
    margin-bottom: 0;
  }
  #contentFooter .footerCol:last-child {
    width: 100%;
  }
  #contentFooter .wpb_wrapper h6.vc_custom_heading.heading {
    font-size: 18px !important;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #contentFooter .menu li a,
  #contentFooter .txtBlock p {
    color: #727272;
    font-size: 14px;
    line-height: 20px;
  }
  #contentFooter .tnp {
    max-width: 100%;
    margin: 0;
  }
  #contentFooter .tnp form {
    display: block;
  }
  #contentFooter .tnp .tnp-field-email {
    width: 100%;
  }
  #contentFooter .tnp .tnp-field-email .tnp-email {
    padding: 14px 16px;
    margin-bottom: 8px;
  }
  #contentFooter .tnp .tnp-field-button .tnp-submit {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
  }
  #socialFooter {
    padding-bottom: 20px !important;
  }
  #socialFooter .wpb_wrapper h6.vc_custom_heading.heading {
    font-size: 18px !important;
    line-height: 30px !important;
    margin-bottom: 12px;
  }
  #copyrightFooter {
    text-align: center;
  }
  #copyrightFooter .copyrightCol:last-child {
    margin-bottom: 32px;
  }
  #copyrightFooter .imgFluid {
    margin: 0 auto;
  }
  #copyrightFooter .txtBlock p {
    line-height: 20px;
  }
}
@media (max-width: 690px) {
  #homeCollections .txtBlock p {
    font-size: 14px;
    line-height: 20px;
  }
  #homeCollections .woocommerce .products {
    column-gap: 0;
  }
    #homeCollections .woocommerce .products .classic.product {
        margin-right: 10px;
        margin-bottom: 10px;
    }
  body .main-content .post-area ul.products li.classic.product {
    width: 47% !important;
  }
  .single-product
    .woocommerce-product-gallery
    .product-thumbs
    .flickity-viewport {
    height: 71.69px !important;
  }
  .woocommerce .products .classic.product .yith-wcwl-add-button {
    display: none;
  }
  .product .summary .woocommerce-product-details__short-description {
    display: block;
  }
  .product .summary .woocommerce-product-details__short-description ul {
    margin-bottom: 30px;
  }
  .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    align-items: start;
  }
  #bookAppointment .gform_fields {
    column-gap: 0;
  }
  .xoo-cp-content .xoo-cp-pdetails tr {
    display: flex;
    flex-direction: column;
  }
  .xoo-cp-content .xoo-cp-pdetails tr td {
    width: 100%;
    text-align: left;
  }
  .xoo-cp-content .xoo-cp-pdetails tr .xoo-cp-pprice {
    text-align: right;
  }
  .xoo-cp-content .xoo-cp-pdetails tr .xoo-cp-pqty {
    display: none;
  }
  #contentFooter .footerCol {
    width: 100%;
  }
  #homeBanner .imgFluid {
    height: 230px;
  }
  #naturalOne .diamondCol .img-with-aniamtion-wrap {
    margin: auto;
  }
  .woocommerce form .form-row label {
    font-size: 14px;
  }
	#homeValue .innerCol {
    width: 50%;
    margin-bottom: 15px;
}
	#homeValue .innerCol h6.heading {
    font-size: 16px;
    line-height: 24px;
}
	#homeCollections .txtBlock {
    width: 100%;
}
	    .woocommerce .products .classic.product .price {
        flex-wrap: wrap;
    }
	#homeCta {
    display: none;
}
	#homeCtaMobile {
    display: block;
}
		#homeHeirloom .nectar-button {
    width: 100%;
    margin-left: 0 !important;
}
	#homeHeirloom .btn-primary:hover {
    color: #fff;
    border-color: #fff;
}
	#contentFooter {
        padding: 30px 0 10px 0 !important;
    }
	    #contentFooter .wpb_wrapper h6.vc_custom_heading.heading {
        margin-bottom: 10px;
    }
	    #contentFooter .row_col_wrap_12_inner {
        row-gap: 15px;
    }
	    #socialFooter {
        padding-bottom: 10px !important;
    }
	    #copyrightFooter .copyrightCol:last-child {
        margin-bottom: 10px;
    }
	#copyrightFooter {
        text-align: center;
        padding: 10px 0 !important;
    }
	.woocommerce ul.products li.product.classic .product-wrap img {
    height: 200px !important;
}
	.woocommerce .products .classic.product .product-add-to-cart a {
    font-size: 16px !important;
    line-height: 26px;
}
	.berocket_better_labels_position {
    display: none !important;
}
	    .post-area .products {
        column-gap: 0;
    }
	    .woocommerce .products .classic.product .woocommerce-loop-product__title {
        min-height: unset;
    }
}
@media (max-width: 479px) {
  #homeBanner .imgFluid {
    height: 139px;
  }
  .wp-block-woocommerce-cart .wc-block-cart-item__prices ins {
    display: block;
    margin-left: 0;
  }
	    #homeCollections .woocommerce .products .classic.product {
        margin-right: 5px;
    }
	.woocommerce .products .classic.product .price .woocommerce-Price-currencySymbol {
    padding-left: 0px;
}
	#homeCtaMobile h5.heading {
    font-size: 26px;
}
	#homeCtaMobile h6.heading {
    font-size: 18px;
}
	.woocommerce ul.products li.product.classic .product-wrap img {
    height: 200px !important;
}
	    .woocommerce .products .classic.product .woocommerce-loop-product__title {
        font-size: 14px !important;
        letter-spacing: normal;
    }
	body .main-content .post-area ul.products li.classic.product {
        margin-right: 9px !important;
    }
}
@media (max-width: 414px) {
  #homeBanner .imgFluid {
    height: 135px;
  }
}
@media (max-width: 375px) {
  #homeBanner .imgFluid {
    height: 123px;
  }
}
@media (max-width: 360px) {
  #homeBanner .imgFluid {
    height: 105px;
  }
}
/* Responsive End */
