/** Shopify CDN: Minification failed

Line 976:1 Unexpected "/"

**/
.pc-applied-coupon-badge {
  width: 228px;
  height: 31px;
  background: #31A431;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.pc-applied-coupon-message {
  text-align: center;
}

.form-group {
  margin-bottom: 0 !important;
}

.title_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 30px;
}

.title_wrap .img {
  width: 64px;
  height: 64px;
  display: none;
}

.title_wrap .con {
  /* font-family: 'NT Fabulous alternative'; */
}

.title_wrap.white_title .con p,
.title_wrap.white_title .con span {
  color: #F9F9F7;
}

.title_wrap .con span {
  color: #72514A;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 64px;
  display: block;
}

.pc-diamond-quick-view-detail-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-decoration: underline;
}

.pc-diamond-quick-view-detail-table {
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
}

.title_wrap .con p {
  color: #72514A;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

.title_wrap.white_title .con p,
.title_wrap.white_title .con span {
  color: #F9F9F7;
}

.logo-image {
  width: 203px;
  height: 102px;
  object-fit: cover;
}

/* header css */
.mobile-menu-header,
.humburger_menu,
.mobile-icon-wrap {
  display: none;
}

header .top_header {
  background: #72514A;
  justify-content: center;
  padding: 10px 0;
}

header .top_header p,
header .top_header a {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* padding-left: 31px; */
  position: relative;
}

.header_middle_menu .tps_left-icon a::before,
header .language_drop::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
}

header .top_header p span {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-left: 9px;
}

.logo-bar-left a {
  text-decoration: none;
}

.header_middle_menu {
  background: #fff;
}

.mega-menu-wrap {
  background-color: #fff;
}

.header_middle_menu .tps_left-icon a {
  color: #72514A;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  padding-left: 36px;
  position: relative;
  min-height: 32px;
  display: block;
}

.header_middle_menu .tps_left-icon a::before {
  top: 0;
  bottom: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  background: url("../html-images/computer.svg") no-repeat;
}

header .right_icons_wrap {
  display: flex;
  align-items: center;
  gap: 32px;
}

header .right_icons_wrap button {
  background: transparent;
  border: 0;
  padding: 0;
}

header .language_drop {
  position: relative;
}

/* header .language_drop::before{
  background: url("../html-images/chevron-down.svg") no-repeat;
  left: auto;
  right: 0;
  top: 10px;  
 } */

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

header .language_drop select {
  background: transparent;
  border: 0;
  color: #72514A;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  appearance: none;
  padding-right: 28px;
}

.header_menu_wrap .menu_wrap {
  padding: 23px 0 16px 0;
  position: relative;
  border-top: 1px solid #72514A;
}

.header_menu_wrap .menu_wrap ul {
  justify-content: center;
  gap: 64px;
  display: flex;
  list-style: none;
}

.header_menu_wrap .menu_wrap ul a {
  color: #72514A;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
}

.header_menu_wrap .menu_wrap ul .arrow_wrap {
  background: url("../html-images/chevron-down.svg") no-repeat;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  display: block;
}

/* .logo img {
  width: 203px;
  height: 102px;
} */
span.cart-count {
  position: relative;
  bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .language_drop {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  #mega-menu-primary {
    gap: 34px !important;
    display: flex !important;
  }
}

@media only screen and (max-width: 992px) {
  .login-image-column {
    order: 1;
    /* display: none; */
  }

  .circle-line {
    display: none;
  }

  .login-image {
    position: relative;
  }

  .login-image>figure {
    position: unset !important;
    height: 345px;
    width: 326px;
    max-width: 326px;
  }

  .login-image img {
    position: absolute;
    bottom: 59px;
    width: 326px;
    left: 0px;
    right: 0px;
    /* max-width: 326px; */
  }

  .login-image-column {
    border-radius: 0 122px 0 0 !important;
    height: 370px;
    padding: 20px 40px;
  }

  .circle-line-light {
    display: none;
  }

  .register-image-column {
    border-radius: 0 122px 0 0 !important;
    height: 470px;
    padding: 20px 40px;
  }

  .register-image>figure {
    position: unset !important;
    width: 329px;
    margin: 0 auto;
  }

  .xoo-el-form-register {
    width: unset !important;
    margin: 0 auto;
  }
}

header .header_middle_menu .header_menu_wrap .menu_wrap #mega-menu-primary a {
  color: #72514A !important;
  line-height: 24px !important;
  /* font-size: 16px !important; */
  height: auto !important;
  /* font-weight: 600 !important; */

}

.tps_left-icon {
  flex: 0 0 33%;
}

.logo {
  flex: 0 0 33%;
  text-align: center;
}

.right_icons_wrap {
  flex: 0 0 33%;
  text-align: end;
  justify-content: end;
}

a.mega-menu-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

/* banner */
.banner_slider_wrap {
  margin-bottom: -17px !important;
}

.banner_slider_wrap button.slick-arrow {
  display: none !important;
}

.banner_slider_wrap .banner_slide {
  position: relative;
}

/* .banner_section {
  height: 500px;
} */
.banner_slider_wrap .banner_slide .img img {
  width: 100%;
  height: 100%;
}

.banner_slider_wrap .banner_slide .container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 86px 20px 10px;
  z-index: 99;
  max-width: 85%;
}

.banner_slider_wrap .banner_slide h1 {
  /* font-family: '' TT Commons', sans-serif;' !important; */
  color: #DDD;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  max-width: 520px;
  margin: 0 0 40px;
}

.banner_slider_wrap .banner_slide .shop_btn {
  color: #DDD;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.98px;
  text-transform: uppercase;
  padding: 0 0 50px;
  position: relative;

}


.banner_slider_wrap .banner_slide .shop_btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 54px;
  height: 13px;
  background: url("../html-images/arrow_right.svg") no-repeat;
}

.banner_slider_wrap .banner_slide .shop_btn::after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 0;
  width: 29px;
  height: 29px;
  border: 1px solid #ddd;
  border-radius: 100%;
  transform: translateX(-16px);
  transition: all 0.5s ease-in-out;
}

.banner_slider_wrap .banner_slide .shop_btn:hover::after {
  width: 10px;
  height: 10px;
  transform: translateX(3px);
  bottom: 9px;
}

.banner_slider_wrap .slick-dots {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  gap: 18px;
}

.banner_slider_wrap .slick-dots button {
  padding: 0;
  background: transparent;
  width: 29px;
  height: 29px;
  border: 1px solid transparent;
  border-radius: 100%;
  position: relative;
}

.banner_slider_wrap .slick-dots button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 5px;
  background: #fff;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}

.banner_slider_wrap .slick-dots .slick-active button {
  border: 1px solid #fff;
}


/* shape */
.shape_section_wrap {
  background: linear-gradient(180deg, #72514A 0%, #72514A 100%);
  padding: 90px 0 20px;
  position: relative;
}

.shape_box a {
  text-decoration: none;
}

.shape_section_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../html-images/shape1.png") no-repeat;
  width: 285px;
  height: 241px;
}

.shape_list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
  z-index: 99;
  position: relative;
}

.shape_box {
  flex: 0 0 10%;
}

.hover_con {
  font-size: 16px;
}

.shape_box .img {
  overflow: hidden;
  cursor: pointer;
  padding-top: 10px;
}

.shape_list_wrap .shape_box img {
  height: 115px;
  display: block;
  transition: all 0.5s ease-in-out;
}

.shape_list_wrap .shape_box:hover img {
  transform: scale(1.1);
}

.shape_box .hover_con {
  color: #ffffffcc;
  font-weight: 300;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.shape_box:hover .hover_con {
  opacity: 1;
  font-size: 16px;
}

.shape_list_wrap .shape_box a {
  color: #F9F9F7;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  text-transform: capitalize;
  display: block;
  text-align: center;
}

.shape_list_wrap .shape_box:hover a {
  font-weight: 500;
}

/* shape */

/* ---------------------- Jewellry -----------------------------*/
section.jwellery_section_wrap {
  padding: 64px 0 48px;
}

.jwellery_list_wrap {
  display: flex;
  max-width: 1920px;
  margin: 55px auto 32px;
}

.jwellery_list_wrap .jwellery_box {
  flex: 1 1 auto;
}

/* .jwellery_list_wrap .jwellery_box .img{
  max-height: 360px;
} */
.jwellery_list_wrap .jwellery_box .img img {
  display: block;
  width: 100%;
}

.jwellery_list_wrap .jwellery_box .img a {
  display: block;
}

.jwellery_list_wrap .jwellery_box:hover .img img {
  filter: grayscale(1);
}

.jwellery_list_wrap .jwellery_box .title {
  color: #72514A;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  margin: 36px 0 0;
}

.jwellery_list_wrap .jwellery_box .title a {
  color: #72514A;
}

.jwellery_list_wrap .jwellery_box:hover a {
  font-weight: 600;
}

.shop_btn_common {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.shop_btn_common::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 5px;
  width: calc(100% - 250px);
  margin: auto;
  background: url(../html-images/btn_line.svg) no-repeat;
  background-size: 100% auto;
}

.main_btn {
  /* border-radius: 50px; */
  border: 0.5px solid #72514A;
  height: 48px;
  min-width: 208px;
  padding: 0 11px 0 26px;
  background: transparent;
  color: #72514A;
  font-size: 18px;
  font-weight: 400;
  line-height: 46px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_btn:hover {
  color: #ffffff;
  background-color: #72514A;
}

.main_btn .arrow_wrap {
  height: 29px;
  display: flex;
  align-items: center;
  position: relative;
}

.main_btn .arrow_wrap img {
  width: 52px;
  margin-right: 10px;
}

.main_btn:hover .arrow_wrap img {
  filter: brightness(0) invert(1);
}

.main_btn .arrow_wrap::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 29px;
  height: 29px;
  border: 1px solid #72514A;
  border-radius: 100%;
}

.main_btn:hover .arrow_wrap::before {
  border-color: #ffffff;
}

/* ---------------------- Jewellry -----------------------------*/

/* -------------------- Style --------------------------------- */
.pc_style_section_wrap {
  background: #fff;
  padding: 65px 0 145px;
}

.pc_style_box .img a {
  display: block;
}

.hover-image {
  display: none;
}

.style-image {
  display: block;
}

.pc_style_box .img .hover-image {
  display: none;
}

.pc_style_box:hover .img .hover-image {
  display: block;
}

.pc_style_box .img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.pc_style_list_wrap .slick-slide {
  height: auto !important;
}

.pc_style_box:hover .style-image {
  display: none;
}

.pc_style_section_wrap .title {
  color: #72514A;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.pc_style_section_wrap .title a {
  color: #72514A;
}

.pc_style_box:hover .title {
  font-weight: 600;
}

.pc_style_list_wrap {
  padding: 0 0 30px;
}

.pc_style_section_wrap .container {
  position: relative;
}

.pc_style_section_wrap .btn_wrap {
  position: absolute;
  bottom: 0;
  right: 20px;
}

/* -------------------- Style --------------------------------- */

/* ---------------------- Offer ------------------------------------ */
.pc_offer_container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 30px 10px;
}

.pc_offer_section_wrap .left_img {
  margin: -140px 0 0;
  max-width: 500px;
  width: 100%;
}

.pc_offer_section_wrap .right_img {
  margin: -50px 0 -50px auto;
  max-width: 412px;
  width: 100%;
  height: 500px;
}

.pc_offer_section_wrap .right_img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 300px;
  object-fit: cover;
}

.main_title2 {
  color: #72514A;
  /* font-family: 'NT Fabulous alternative'; */
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  padding-bottom: 16px;
  position: relative;
  margin: 0 0 24px;
}

.main_title2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 74px;
  background: url("../html-images/offer_line.svg") no-repeat;
}

.pc_offer_section_wrap .off_con {
  color: #72514A;
  /* font-family: 'NT Fabulous alternative'; */
  font-size: 64px;
  font-weight: 400;
  line-height: 56px;
  margin: 0 0 24px;
}

.pc_offer_section_wrap .off_con span {
  display: block;
  font-size: 32px;
  line-height: 40px;
}

/* ---------------------- Offer ------------------------------------ */

/* ---------------------- collection ------------------------------- */
.pc_collection_wrap {
  padding: 76px 0;
  background: linear-gradient(180deg, #686A42 55.11%, #505133 91.04%);
}

.pc_collection_wrap .pc_collection_container {
  max-width: 1920px;
  margin: 0 auto 30px;
}

.pc_collection_wrap .title_wrap .img {
  width: 80px;
  height: auto;
}

.pc_collection_list {
  display: flex;
}

.pc_collection_list .pc_collection_box {
  position: relative;
  flex: 1 1 auto;
}

.pc_collection_list .pc_collection_box a {
  display: block;
}

.pc_collection_list .pc_collection_box img {
  width: 100%;
  display: block;
  transition: all 0.5s ease-in-out;
  height: 350px;
  min-height: 350px;
  max-height: 350px;
}

.pc_collection_list .pc_collection_box:hover img {
  opacity: 0.6;
}

.pc_collection_box .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}

.pc_collection_box .title a {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

.pc_collection_wrap .shop_btn_common .main_btn {
  border: 0.5px solid #ffffff;
  color: #ffffff;
}

.pc_collection_wrap .shop_btn_common .main_btn:hover {
  color: #505133;
  background-color: #ffffff;
}

.pc_collection_wrap .shop_btn_common .main_btn:hover .arrow_wrap img {
  filter: brightness(5%);
}

.pc_collection_wrap .shop_btn_common::before {
  filter: brightness(0) invert(1);
}

.pc_collection_wrap .main_btn:hover .arrow_wrap::before {
  border: 1px solid #505133;
}

.pc_collection_wrap .main_btn .arrow_wrap::before {
  border: 1px solid #ffffff;
}

.pc_collection_wrap .slider_button_wrap {
  display: none;
}

/* ---------------------- collection ------------------------------- */

/* ----------------------------- slider button style ------------------------- */

.slider_button_wrap button {
  background-color: transparent;
  border: none;
  padding: 0;
  max-width: 104px;
  width: 100%;
  height: 48px;
  position: relative;
}

.slider_button_wrap .prev .arrow_wrap::after {
  transform: translateY(-52%);
}

.slider_button_wrap .arrow_wrap:hover::after {
  width: 12px;
  height: 12px;
  right: 3px;
}

.slider_button_wrap.brown_arrow .arrow_wrap::after {
  border: 1px solid rgb(88 62 56 / 40%);
}


/* ----------------------------------- nav icon css ----------------------------------- */
.nav-mobile {
  display: none;
  height: 50px;
  cursor: pointer;
}

#nav-toggle {
  position: absolute;
  top: 38px;
  cursor: pointer;
  padding: 10px 22px 16px 0;
  right: 0;
}

/* #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer; border-radius: 1px; height: 2px; width: 21px; background: #fff; position: absolute; display: block; content: ""; transition: all 300ms ease-in-out; border-radius: 5px; }
#nav-toggle span:before { top: -8px; }
#nav-toggle span:after { bottom: -8px } */
#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}



/* font-family
/* font-family: 'TT Commons'; */
/* font-family: 'Kumbh Sans'; */
/* font-family: 'NT Fabulous alternative'; */
*/

/* --------------------------- footer style ----------------------------- */
.button_style,
.wc-block-mini-cart__footer-actions a {
  border: 1px solid #72514A !important;
  padding: 12px 26px;
  /* font-family: 'TT Commons' !important; */
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #72514A;
  /* text-transform: uppercase; */
  /* border-radius: 50px; */
  background-color: transparent;
  text-decoration: none;
}

.button_style:hover,
.wc-block-mini-cart__footer-actions a:hover {
  color: #ffffff;
  background-color: #72514A !important;
}

.recommend-cart .button_style,
.checkout-btn a.button_style {
  border: 1px solid #72514A !important;
  padding: 12px 26px;
  /* font-family: 'TT Commons' !important; */
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff !important;
  background-color: #72514A !important;
  text-transform: uppercase;
  /* border-radius: 50px; */
  background-color: transparent;
  text-decoration: none;
}

.recommend-cart .button_style:hover,
.checkout-btn a.button_style:hover {
  color: #72514A !important;
  background-color: #ffffff !important;
}

.button_style.arrow_button {
  padding-right: 11px;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  width: 236px;
}

.button_style.arrow_button .arrow_wrap {

  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 62px;
}

.button_style.arrow_button .arrow_wrap::after {
  content: '';
  position: absolute;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  border: 1px solid #72514A;
  right: 0;
  top: -3px;
}

.button_style.arrow_button .arrow_wrap img {
  margin: 0 10px 0 0;
}

.footer {
  padding: 64px 0 64px 0;
  background-color: #fff;
}

.modal {
  display: none;
}

#popup-trigger {
  display: none;
}

.footer .footer_logo a {
  display: block;
}

.footer_menu_col h4 img {
  display: none;
}

.footer .footer_contactus_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  /* gap: 30px 50px; */
  gap: 30px;
  padding: 0 0 64px;
  border-bottom: 1px solid rgb(43 55 153 / 38%);
}

.footer .footer_buttons_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 41px;
  padding: 0 64px;
  padding: 15px 64px;
  position: relative;
}

.footer .footer_buttons_wrap::after,
.footer .footer_buttons_wrap::before {
  content: '';
  position: absolute;
  background: url(../html-images/line.png) no-repeat;
  background-size: cover;
  width: 6px;
  height: 100%;
  top: 0;
  bottom: 0;
}

.footer .footer_buttons_wrap::after {
  right: 0;
}

.footer .footer_buttons_wrap::before {
  left: 0;
}

.footer .footer_icon_wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer .footer_menu_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 50px;
  padding: 64px 0 0;
}

.footer .footer_menu_col {
  min-width: 220px;
}

.footer_menu_col ul {
  list-style-type: none;
  margin: 0;
}

.footer .footer_menu_col h4 {
  /* font-family: 'TT Commons'; */
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #72514A;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.footer .footer_menu_col div {
  margin: 24px 0 0;
  padding: 0 0 0 21px;
  position: relative;
}

.footer_menu_col div::before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 24px);
  border: 1px solid rgb(43 55 153 / 38%);
  left: 0;
  top: 12px;
}

.footer .footer_menu_list ul li:not(:last-child) {
  padding: 0 0 16px;
}

.footer .footer_menu_list ul li a {
  /* font-family: 'TT Commons'; */
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #72514A;
  text-transform: capitalize;
}

/* footer social icons */
.wp-block-social-link-anchor {
  background-color: #72514A;
  border-radius: 40px;
}

.footer_menu_col a {
  /* font-family: 'TT Commons'; */
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #72514A;
  text-transform: capitalize;
}

.footer_menu_col ul li:not(:last-child) {
  padding: 0 0 16px;
  margin-bottom: 0;
}

/* ----------------------- Shop Instagram Style ----------------------- */

.shop_instagram_sec {
  background-color: #72514A;
  padding: 64px 0 33px;
}

.shop_instagram_sec h2 {
  color: #fff;
  text-align: center;
}

.shop_instagram_slider_wrap {
  margin: 48px auto 0;
  max-width: 1920px;
  width: 100%;
}

.shop_instagram_slides img {
  width: 100%;
  /* height: 100%; */
}

/* ----------------------------- slider button style ------------------------- */

.slider_button_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  margin: 32px 0 0;
  padding: 0 10px;
}

.slider_button_wrap button {
  background-color: transparent !important;
  border: none;
  padding: 0;
  max-width: 104px;
  width: 100%;
  height: 48px;
  position: relative;
}

.slider_button_wrap button.prev {
  transform: rotate(180deg);
}

.slider_button_wrap .arrow_wrap {
  transition: 2s all ease-in-out;
  display: flex;
  align-items: center;
}

.slider_button_wrap .arrow_wrap img {
  /* margin: 8px 15px 0 0; */
  margin: 0 auto;
}

.slider_button_wrap .arrow_wrap::after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  right: 0;
  top: 50%;
  transform: translateY(-55%);
  transition: 0.5s all ease-in-out;
}

.slider_button_wrap .prev .arrow_wrap::after {
  transform: translateY(-52%);
}

.slider_button_wrap .arrow_wrap:hover::after {
  width: 12px;
  height: 12px;
  right: 3px;
}

button.slick-arrow.slick-disabled {
  opacity: 0.2;
}

/* ---------------------------- Happy Customers Style ----------------------------- */
.happy_customers_sec {
  padding: 68px 0 84px;
  background-color: #ffffff;
}

.happy_customers_sec h2 {
  text-align: center;
}

.happy_customers_sec .customer_slider_wrap,
.happy_customers_sec .customer_reivew_wrap {
  margin: 64px 0 0;
  padding: 40px 0;
  background-color: #FEF9EF;
}

.happy_customers_sec .customer_slider_wrap .slick-list {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.happy_customers_sec .customer_slides_wrap {
  position: relative;
  padding: 0 40px;
}

.happy_customers_sec .customer_slides_wrap::after {
  content: '';
  position: absolute;
  background: url(../html-images/big-line.png) no-repeat;
  background-size: auto 100%;
  width: 6px;
  height: 100%;
  top: 0;
  right: 0;
}

.happy_customers_sec .customer_slide_inner_wrap {
  height: 100%;
  display: grid;
}

.happy_customers_sec .customer_slides_wrap p {
  /* font-family: 'TT Commons'; */
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #72514A;
  align-self: flex-start;
}

.happy_customers_sec .customer_slides_wrap h4 {
  /* font-family: 'NT Fabulous alternative'; */
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #72514A;
  margin: 24px 0 0;
  align-self: flex-end;
}

.happy_customers_sec .slider_button_wrap .arrow_wrap::after {
  border: 1px solid #72514A;
}

.happy_customers_sec .slick-track {
  display: flex;
  gap: 20px;
}

.happy_customers_sec .slick-slide {
  height: inherit;
}

/* --------------------- Consult with a Jewelry Specialist style --------------------- */
.consult_jewel_sec {
  background-color: #FEF9EF;
}

.consult_jewel_sec .consult_jewel_inner_wrap {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px 0 0;
}

.book_appoinment_col {
  max-width: 728px;
  width: 100%;
  padding: 90px 0 92px 195px;
  position: relative;
}

.book_appoinment_col::before {
  content: '';
  position: absolute;
  background: url(../html-images/custimized-ring-bg.png) no-repeat;
  background-size: auto 100%;
  width: 172px;
  height: 100%;
  top: 0;
  left: 64px;
  opacity: 0.2;
}

/* .jewel_image_col{
  align-self: flex-end;
  max-width: 465px;
  width: 100%;
} */

.jewel_image_col img {
  display: block;
  width: 400px;
}

.consult_jewel_sec .consult_jewel_inner_wrap {
  align-items: center;
}

.customize_ring_sec .customize_ring_inner_wrap {
  align-items: center;
}

.book_appoinment_col h4 {
  /* font-family: 'NT Fabulous alternative'; */
  font-weight: 400;
  font-size: 48px;
  line-height: 72px;
  color: #72514A;
  margin: 0;
}

.book_appoinment_col h2 {
  color: #72514A;
  text-transform: capitalize;
}

.book_appoinment_col p {
  /* font-family: 'TT Commons'; */
  font-weight: 300;
  font-size: 17px;
  line-height: 32px;
  color: #72514Acc;
  margin: 16px 0 0;
  max-width: 515px;
  width: 100%;
  text-align: justify;
}

.consult_jewel_sec .button_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 16px 0 0;
}

/* ---------------------- all gifts style ----------------------- */

.all_gifts_sec h3 {
  /* font-family: 'NT Fabulous alternative' !important; */
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: #72514A;
}

.all_gifts_sec {
  padding: 100px 0;
  background-color: #72514A;
  position: relative;
}

.all_gifts_sec::after {
  content: '';
  position: absolute;
  background: url(../html-images/all-gifts-bg.png) no-repeat;
  width: 200px;
  height: 502px;
  right: 0;
  top: 42px;
}

.all_gifts_sec .all_gifts_inner_wrap {
  background-color: #ffffff;
  padding: 0 88px;
}

.all_gifts_sec .all_gifts_row {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.all_gifts_sec .gifts_shop_now_wrap h4 {
  /* font-family: 'NT Fabulous alternative'; */
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #72514A;
  margin: 0 0 16px;
}

.all_gifts_sec .line_wrap {
  height: 6px;
}

.all_gifts_sec .line_wrap img {
  display: block;
  margin: 0 0 auto 0;
}

.all_gifts_sec h3 {
  margin: 16px 0;
}

.all_gifts_sec .gifts_shop_now_wrap {
  max-width: 406px;
  width: 100%;
}

.all_gifts_sec .gifts_image_wrap {
  max-width: 325px;
  width: 100%;
  height: 430px;
}

.all_gifts_sec .gifts_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 200px;
}

.all_gifts_sec .all_gifts_col {
  display: flex;
  align-items: center;
  gap: 64px;
}

.all_gifts_sec .all_gifts_col:first-child .gifts_image_wrap {
  margin: -48px 0 0;
}

.all_gifts_sec .all_gifts_col:last-child .gifts_image_wrap {
  margin: 0 0 -48px;
}

.all_gifts_col:nth-child(2n) {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

@media (max-width: 1200px) {
  .all_gifts_col {
    margin: 0 0 15px;
  }
}

/* ------------------------- customize ring style ----------------------- */
.customize_ring_sec {
  background-color: #fff;
}

.customize_ring_sec .customize_ring_inner_wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.customize_ring_sec .book_appoinment_col p {
  max-width: 532px;
  margin: 24px 0 32px;
}

.customize_ring_sec .book_appoinment_col {
  padding: 114px 0 106px 195px;
}

.customize_ring_sec .book_appoinment_col h2 {
  color: #72514A;
  text-transform: capitalize;
  line-height: 68px;
}

.customize_ring_sec .book_appoinment_col h4 {
  line-height: 64px;
}

.customize_ring_sec .jewel_image_col {
  max-width: 425px;
  width: 100%;
  height: 500px;
}

.customize_ring_sec .jewel_image_col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 300px 275px 0 0;
}

.button {
  /* pointer-events: none; Disables click events */
  /* color: grey; */
  /* Visual indication */
  cursor: default;
}

.ysm-search-widget {
  position: absolute;
  right: 30px;
  bottom: -4px;
  width: 180px;
  display: none;
}

.search_wrap {
  position: relative;
}

/* About us */
.about-us_banner-text h2 {
  margin-bottom: 0px;
}

.about-us_banner-text p {
  /* font-family: 'TT commons' !important; */
}

.about-us_history-text p {
  /* font-family: TT Commons; */
  line-height: 32px;
  letter-spacing: 0em;
}

.about-us_history-text h2 {
  width: 650px;
}

/* .about-us_dream p {
	 font-family: TT Commons;
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;
} */
.dream-section {
  margin-bottom: 0;
}

.about-us_history {
  padding: 45px 60px;
}

.about-us-sourcing {
  padding: 70px 50px;
}

.about-us_sourcing {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* .about-us_sourcing-container {
	margin-bottom: 0;
} */
.about-us_sourcing-container>div {
  margin-bottom: 0;
}

.about-us_setting-selection p {
  width: 790px;
}

.about-us-help_section {
  padding: 40px;
  margin: 0 auto;
  width: 1440px;
}

.about-us_help p {
  width: 480px;
}

.dream-fulfilled {
  max-width: 920px;
  padding: 70px 54px;
}

.about-us_dream {
  padding-top: 40px;
  padding-right: 30px;
}

.dream-image {
  position: relative;
}

.wp-block-column.dream-image .wp-block-image:before {
  content: '';
  position: absolute;
  background: url(../html-images/line-3.png) no-repeat;
  background-size: cover;
  width: 6px;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 99;
  right: 35px;
}

.setting-selection {
  position: relative;
  margin-bottom: 140px;
}

.setting-selection:after {
  content: "";
  position: absolute;
  left: 60px;
  height: 5px;
  width: 100%;
  bottom: -29px;
  margin: -40px;
  background: url(../html-images/line-2.png) no-repeat;
}

.email-icons {
  position: relative;
}

.email-icons:before {
  content: '';
  position: absolute;
  background: url(../html-images/line-5.png) no-repeat;
  background-size: cover;
  width: 6px;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 99;
  right: -25px;
}

.email-icons:after {
  content: '';
  position: absolute;
  background: url(../html-images/line.png) no-repeat;
  background-size: cover;
  width: 6px;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 99;
  left: -25px;
}

.wp-block-gutena-accordion-panel:after {
  content: "";
  position: absolute;
  left: 14px;
  height: 5px;
  width: 1270px;
  background: url(../html-images/line-2.png) no-repeat;
}

.wp-block-gutena-accordion-panel {
  position: relative;
}

.faq-title:before {
  content: " ";
  background: url(../html-images/faq.png) no-repeat;
  height: 110px;
  position: absolute;
  right: 50%;
  bottom: -18px;
  z-index: 99;
  left: 38%;
}

.faq-title {
  position: relative;
}

.site-main .wp-block-group__inner-container {
  /* padding: 40px; */
  max-width: 1440px;
  margin: 0 auto;
}

.about-us_history {
  width: 1440px;
  margin: 0 auto;
}

.about-us_sourcing-container>div {
  width: 1440px;
  margin: 0 auto;
}

.about-us_sourcing-container>div {
  width: 1440px;
  margin: 0 auto;
}

.about-us_sourcing {
  /* padding: 0 !important; */
}

.footer-logo {
  width: 273px !important;
}

.about-us-sourcing {
  /* padding: 0 !important; */
}

.about-us_setting-selection {
  width: 1440px;
  margin: 0 auto;
}

/* About Us Page Css Ends */

/* INformation page css */
.free-shipping-section {
  padding: 0 76px;
  max-width: 1440px;
  margin: 0 auto;
}

.free-shpping-text {
  padding-right: 58px;
}

.hasslefree-section {
  margin: 0 auto !important;
}

.shipping-section {
  padding: 0 88px;
  max-width: 1440px;
  margin: 0 auto !important;
}

.free-shipping {
  padding: 0 88px;
  max-width: 1440px;
  margin: 0 auto !important;
}

.icons-section {
  height: 346px;
  padding: 60px 88px;
  width: 1440px;
  margin: 0 auto;
}

.shipping-icons {
  height: 250px;
  margin: 0 auto !important;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #72514A4D;
  justify-content: center;
  align-items: center;
  border-radius: 140px;
}

.query-section {
  padding: 0 88px;
  max-width: 1440px;
  margin: 0 auto !important;
}

.query-section img {
  height: 64px !important;
  width: 64px !important;
}

/* Information Page css end */


/* Menu Css */
#mega-menu-wrap-primary #mega-menu-primary .mega-menu-megamenu:hover a:first-child:before {
  content: "" !important;
  width: 20px;
  height: 20px;
  margin-right: 10px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  background-image: url(../html-images/menu-hover.svg) !important;
  background-repeat: no-repeat !important;
  transition: opacity 0.5s ease;
  position: absolute;
  left: -25px;
  top: 5px;
}

.design-with-natural-diamond:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../html-images/diamond-icon.svg);
  background-repeat: no-repeat !important;
  left: -18px;
  top: 5px;
}

.design-with-lab-grown-diamond:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../html-images/diamond-lab.svg);
  background-repeat: no-repeat !important;
  left: -18px;
  top: 5px;
}

.design-with-setting:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 20px;
  background-image: url(../html-images/setting-icon.svg);
  background-repeat: no-repeat !important;
  left: -25px;
  top: 3px;
  background-size: contain;
}

#mega-menu-wrap-primary {
  /* max-width: 200px !important; */
  position: relative !important;
}

ul.mega-sub-menu li a:before {
  content: "";
  visibility: hidden;
  display: none !important;
}

.icon-design-your-ring {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../html-images/ring.png);
  background-repeat: no-repeat;
  left: -17px;
  top: 3px;
  position: absolute;
}

.icon-shope-by-style {
  width: 46px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../html-images/style.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -38px;
  top: 4px;
}

.seprator-line:before {
  content: '';
  position: absolute;
  background: url(../html-images/big-line.png) no-repeat;
  background-size: auto 100%;
  width: 6px;
  top: -12px;
  left: -42px;
  height: 230px;
}

/* #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
  width: 24% !important;
} */
.mega-indicator {
  display: inline !important;
}

.mega-sub-menu .mega-indicator:after {
  display: none !important;
}

#mega-menu-primary {
  width: 1330px !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
  z-index: 999;
  border-radius: 0;
  background: #fff;
  border: 0;
  padding: 20px 0px 0px 10px;
  position: absolute;
  width: 100%;
  max-width: none;
  left: 0;
  top: 42px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
  font-weight: normal !important;
}

.mega-menu-custom-class {
  width: 1330px !important;
  left: -211px !important;
  background: #fff !important;
  top: 30px !important;
}

.mega-sub-menu .mega-menu-item {
  width: 300px !important;
}

.shape-break ul>li {
  max-width: 40% !important;
}

.mega-sub-menu .mega-menu-item.shape-break {
  width: 420px !important;
  float: left;
}

a.mega-menu-link {
  position: relative;
  display: inline-block;
}

.mega-sub-menu a.mega-menu-link:hover:before {
  content: "\f344";
  position: absolute !important;
  right: -32px;
}

.dashicons-arrow-right-alt {
  display: none;
}

.mega-first-sub-item {
  padding-left: 15px;
}

.seprator-line-long:before {
  content: '';
  position: absolute;
  background: url(../html-images/big-line.png) no-repeat;
  background-size: auto 100%;
  width: 8px;
  top: -12px;
  left: -25px;
  height: 330px;
}

/* Menu Css End */


/* Information Page css */
/* .free-shipping-section {
	padding: 0 76px;
	max-width: 1440px;
	margin: 0 auto;
}
.free-shpping-text {
	padding-right: 58px;
}
.hasslefree-section {
	margin: 0 auto !important;
}
.shipping-section {
    padding: 0 88px;
	max-width: 1440px;
    margin: 0 auto !important;
}
.free-shipping {
	padding: 0 88px;
max-width: 1440px;
    margin: 0 auto !important;
}
.icons-section {
	    height: 346px;
    padding: 60px 88px;
	width: 1440px;
    margin: 0 auto;
}
.shipping-icons {
		height: 250px;
    margin: 0 auto !important;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #72514A4D;
    justify-content: center;
    align-items: center;
    border-radius: 140px;
}
.query-section {
    padding: 0 88px;
	max-width: 1440px;
    margin: 0 auto !important;
}
.query-section img {
		height: 64px !important;
		width: 64px !important;
} */
/* Information Page Css Ends */


.jwellery_list_wrap {
  display: flex;
  max-width: 1920px;
  margin: 55px auto 32px;
  align-items: center;
  justify-content: center;
}

/* FAQ page  */
.wp-block-gutena-accordion-panel.gutena-accordion-block__panel {
  border: 0;
}

.gutena-accordion-block__panel-title-inner h6 {
  font-size: 24px !important;
  color: #72514A !important;

}

/* Login page css  */
.social-login h2 {
  /* font-family: TT Commons; */
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  border-right: 1px solid;
  width: 150px;
  margin-right: 40px;
}

.social-login .the_champ_login_container {
  display: block;
}

.the_champ_login_container {
  display: none;
}

.social-login {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}

.the_champ_login_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 140px;
}

.the_champ_login_ul li:nth-child(1) {
  order: 1;
  margin-left: 20px !important;
}

div.theChampFacebookLogoContainer {
  background-color: #1877f2 !important;
}

.theChampFacebookLoginSvg {
  background: url('../html-images/facebook-login.svg') !important;
  padding-top: 0 !important;
}

#theChampGoogleButton .theChampGoogleLoginSvg {
  background-size: 147% !important;
}

.social-login div.the_champ_login_container i.theChampFacebookBackground {
  background-color: #1877f2 !important;
  /* border-radius: 20px; */
  width: 35px;
  height: 35px;
}

.theChampGoogleBackground {
  border: none !important;
}

.login-image,
.register-image {
  position: relative;
}

.login-image>figure {
  position: absolute;
  right: 60px;
  top: 15px;
}

.circle-line:before {
  content: '';
  position: absolute;
  background: url(../html-images/circle-line.png) no-repeat;
  background-size: auto 100%;
  width: 130px;
  height: 680px;
  top: 0;
  left: 64px;
}

.circle-line-light:before {
  content: '';
  position: absolute;
  background: url(../html-images/circle-line-light.png) no-repeat;
  background-size: auto 100%;
  width: 130px;
  height: 723px;
  top: 0;
  left: 64px;
}

.register-image>figure {
  position: absolute;
  right: 130px;
  top: 115px;
}

.circle-line,
.circle-line-light {
  position: relative;
}

.login-image-column {
  border-radius: 0 212px 0 0;
}

.login-form-block .xoo-el-form-container {
  max-width: 500px;
}

.login-form__description p {
  color: #72514A;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
}

.login-form__description {
  margin-bottom: 40px;
}

.xoo-el-fields input {
  /* font-family: TT Commons; */
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: 0.5px;
  text-align: left;
  color: #72514A80 !important;
  border-radius: 16px !important;
  padding-left: 60px !important;
}

.xoo-el-lostpw-tgr {
  color: #72514A;
  /* font-family: Roboto; */
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  text-decoration: underline !important;
}

.xoo-el-fields .xoo-aff-input-icon {
  position: absolute;
  z-index: 99;
  top: 8px;
  left: 6px;
}

.xoo-el-fields .xoo-aff-input-icon {
  font-size: 23px !important;
}

.xoo-aff-cont-password {
  margin-bottom: 10px !important;
}

.xoo-el-action-btn {
  border-radius: 20px !important;
  padding: 6px 20px !important;
  font-size: 18px !important;
}

.create-account a {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  text-decoration: underline !important;
  color: #72514A;
}

.create-account {
  text-align: center;
  margin-top: 20px;
}

.xoo-el-tabs li {
  /* font-family: NT Fabulous alternative; */
  font-size: 40px;
  font-weight: 400 !important;
  line-height: 48px;
  letter-spacing: 0em;
  color: #72514A !important;

}

.xoo-el-header {
  padding: 0px 10px 5px !important;
}

.section-heading.text-center {
  text-align: center;
  margin-bottom: 30px;
  color: #72514A;
}

.xoo-el-form-register {
  width: 434px;
  margin: 0 auto;
}

.xoo-el-form-register input {
  padding-left: 20px !important;
}

.xoo-el-form-register .xoo-aff-group {
  margin-bottom: 18px;
}

.xoo-el-form-register .xoo-aff-cont-password {
  margin-bottom: 20px !important;
}

.login-account {
  /* font-family: TT Commons; */
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
  background-color: #72514A;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px !important;
  height: 40px;
  text-transform: capitalize !important;
}

.xoo-aff-checkbox_single a {
  /* font-family: Roboto; */
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
  text-decoration: underline !important;
}

.xoo-aff-checkbox_single label {
  /* font-family: Roboto; */
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #72514A !important;
  text-align: left;
}

/* .xoo_el_reg_terms_cont {
  margin-bottom: 0 !important;
} */

.gutena-accordion-block__panel-title-inner .wp-block-heading {
  color: #583839 !important;
  font-weight: 500 !important;
}

.gutena-accordion-block__panel-content p {
  color: #583839 !important;
  font-size: 18px !important;
  font-weight: 300 !important;
}

/* Calendly Css */
.wp-block-jetpack-calendly.calendly-style-inline {
  height: 660px !important;
}

/* Cart Page Css  */
.main-container {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 40px;
}

.item-container {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 66%;
  justify-content: center;
  align-items: flex-start;
}

.item-image img {
  /* border-radius: 20px; */
  /* flex: 0 0 40%; */
}

.woocommerce h1 {
  font-size: 40px;
}

.item-detail p {
  /* font-family: TT Commons; */
  font-size: 22px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.10000000149011612px;
  /* text-align: right; */

}

.item-detail p:nth-child(3) {
  padding: 7px 0;
}

.item-coupon {
  width: 450px;
  margin: 0 auto;
  border-top: 1px solid;
  padding-top: 40px;
  border-color: #72514A;
  display: none;
  padding-bottom: 40px;
}

.item-summary {
  /* display: flex; */
  flex-wrap: wrap;
  height: 100%;
  padding: 40px;
  border: 1px solid;
  border: 1px solid #72514A80;
  border-radius: 13px;
  background: #FEF9EF;
  height: auto;
}

.recommended-block {
  height: 200px;
  border: 1px solid;
  width: 100%;
  margin-top: 40px;
  background: #FEF9EF;
  border: 1px solid #72514A80;
  border-radius: 13px;
  height: 370px;
  padding: 40px;
}

.recommended-block h2 {
  /* font-family: NT Fabulous alternative; */
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  border-bottom: 1px solid #72514A80;

}

.recommend-item {
  margin-top: 40px;
}

.recommend-item .item {
  justify-content: space-evenly;
}

/* .recommend-item .item-image {
  width: 200px;
  height: 200px;
  text-align: center;
  margin-right: 20px;
  flex: 0 0 30%;
} */
.recommend-item .item-image img {
  width: 180px;
  padding-top: 10px;
}

.recommend-item-detail p {
  padding: 10px 0px 0 0;
}

.recommend-item .item-detail {
  flex-wrap: nowrap;
  display: flex;
  flex-direction: row;
  width: 60%;
  height: 150px;
}

.recommend-item-detail {

  border-bottom: 1px solid #72514A80;
  width: 420px;
  margin-bottom: 26px;
  padding-bottom: 12px;
}

.recommend-item .item {
  margin-bottom: 0px;
}

.add-to-cart {
  text-align: center;
  /* margin: 0 auto; */
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  justify-content: space-evenly;
  background-color: #72514A;
  color: #fff;
  /* position: relative;
  bottom: 20px;
  right: 22px; */
  padding: 10px 30px;
  /* border-radius: 30px; */
}

a.shipping-que {
  padding-bottom: 20px;
  /* text-decoration: underline !important; */
  /* font-family: TT Commons; */
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;

}

.que-icon a:hover {
  font-weight: 600 !important;
  color: #72514A !important;
}

.shipping-detail {
  margin-top: 30px;
}

.shipping-detail a {
  font-size: 18px;
}

/* .return-icon a {
  text-decoration: underline !important;
} */
.contact-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* margin: 0 auto; */
  justify-content: space-evenly;
  align-items: baseline;
}

.contact-icon p {
  padding-left: 0;
}

.shipping-contact {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #72514A80;
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-image {
  border: 1px solid #72514A80;
  border-radius: 60px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  width: 60px;
}

.contact-info .contact-icon p {
  padding: 0 !important;
  text-align: center;
}

.shipping-contact p {
  text-align: center !important;
  padding-left: 0 !important;
}

.item-detail h2 {
  /* font-family: NT Fabulous alternative; */
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-align: left;
  /* padding-bottom: 20px; */
}

.item-summary .item-price h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.10000000149011612px;
  text-align: right;
  padding-bottom: 12px;
}

.item-detail h4 {
  /* font-family: TT Commons; */
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.10000000149011612px;
  text-align: left;
  padding-bottom: 12px;
}

/* .item-detail p {
  font-family: 'NT Fabulous alternative' !important; 
} */
.item {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 30px;
  justify-content: center;
}

.item-image {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  /* border-radius: 20px; */
  margin-right: 20px;
  width: 20%;
}

.item-detail {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
}

.item-price p {
  font-size: 18px;
}

.item-price {
  width: 20%;
  margin-top: 10px;
}

.item-price a {
  float: right;
  font-size: 18px;
  text-decoration: underline !important;
  cursor: pointer;
}

.item-coupon input[type=text] {
  border-style: dashed;
  background: transparent;
  width: 100%;
  border-color: #72514AB2;
  margin-bottom: 20px;
}

.apply-coupon,
.update-cart {
  /* font-family: TT Commons; */
  font-size: 18px;
  margin-right: 16px;
  font-weight: 600;
  border: 1px solid;
  line-height: 24px;
  letter-spacing: 0em;
  color: #72514A;
  padding: 10px 30px;
  /* border-radius: 30px; */
}

.summary-container h2 {
  /* font-family: TT Commons; */
  font-size: 28px;
  /*font-weight: 600;*/
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #72514A;
  margin-bottom: 5px;
  border-bottom: 1px solid #72514A;
  padding-bottom: 20px;
}

.item-total {
  margin-top: 10px;
}

span.gst-txt {
  /* font-family: TT Commons; */
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.10000000149011612px;
  text-align: left;
}

.checkout-block {
  flex-wrap: wrap;
  flex: 0 0 30%;
  display: flex;
  /* justify-content: space-evenly; */
}

.summary-container {
  border: 1px solid #72514A80;
  padding: 30px;
  border-radius: 13px;
  text-align: center;
  /* height: 370px; */
  width: 100%;
}

.summary-list {
  /* height: 370px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.summary-list p {
  /* font-family: TT Commons; */
  font-size: 22px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.10000000149011612px;
  text-align: left;
  color: #72514A;
}

.accept-cards {
  margin-top: 20px;
}

.accept-cards p {
  /* font-family: TT Commons; */
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;

}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 12px;
}

.card {
  width: 20;
  width: 40px;
  height: 40px;
  /* background: #6807B5; */
  justify-content: center;
}

.seprator {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

a.checkout-btn {
  border: 1px solid #72514A;
  background: #72514A;
  color: #fff;
  padding: 10px 65px;
  /* border-radius: 50px; */
  /* font-family: TT Commons; */
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}

a.checkout-btn:hover {
  background: #fff;
  color: #72514A;
}

.checkout-btn {
  margin-top: 40px;
}

.shipping-block {
  /* flex: 0 0 30%; */
  border: 1px solid #72514A80;
  padding: 30px;
  border-radius: 13px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 30px;
  margin-top: 40px;
}

.shipping-block p {
  margin-bottom: 20px;
  color: #72514A;
  /* font-family: TT Commons; */
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 40px;
  position: relative;

}

.shipping-block span {
  font-weight: 600;
}

p.que-icon:before {
  content: "";
  background: url('../html-images/carbon-icon.svg');
  height: 35px;
  width: 35px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 12px;
  position: absolute;
  left: 0;
}

p.appointment-icon:before {
  content: "";
  background: url('../html-images/box.svg');
  height: 25px;
  width: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 12px;
  position: absolute;
  left: 0;
}

p.shipping-icon:before {
  content: "";
  background: url('../html-images/shipping.svg');
  height: 25px;
  width: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 12px;
  position: absolute;
  left: 0;
}

p.tel-icon:before {
  content: "";
  background: url('../html-images/call.svg');
  height: 25px;
  width: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 12px;
  position: absolute;
  left: 0;
}

p.return-icon:before {
  content: "";
  background: url('../html-images/virtual.svg');
  height: 25px;
  width: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 12px;
  position: absolute;
  left: 0;
}

/* Empty Cart Css */
.empty-cart {
  text-align: center;
  margin-bottom: 60px;
}

.empty-shopping {
  margin-top: 40px;
}

a.shopping-button {
  border: 1px solid #72514A;
  padding: 20px;
  background: #72514A;
  /* border-radius: 50px; */
  color: #fff;
}

a.shopping-button:hover {
  border: 1px solid #72514A;
  padding: 20px;
  background: #fff;
  /* border-radius: 50px; */
  color: #72514A;
}

/* Popup Form */
input.carat-value {
  width: 40px;
  font-size: 12px;
  padding: 0 9px !important;
}

input.budget-value {
  width: 90px;
  font-size: 12px;
  padding: 0 9px !important;
}

/* Popup container */
.popup-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  overflow-y: auto;
  /* Enable vertical scrolling */
}

/* Popup content */
.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  max-height: 80%;
  /* Set maximum height */
  overflow-y: auto;
  /* Enable scrolling within the popup content */
  width: auto;
  /* You might want to set a specific width */
}

/* Close button */
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1001;
  /* Ensure close button is above other content */
}

.featured-image.page-header-image.grid-container.grid-parent {
  display: none;
}

.separate-containers.no-sidebar .site-main {
  margin: auto !important;
  max-width: 100%;
  width: 1440px;
  /* padding: 0 40px; */
}

.featured-image-post {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.featured-image-post img {
  width: 100%;
}

#mega-menu-primary {
  justify-content: center;
}

.mobile-hide {
  display: none;
}

.humburger_menu .line {
  height: 2px;
  background: #72514A;
  display: block;
  position: absolute;
  margin: auto;
  left: 4px;
  right: 4px;
  top: 0;
  bottom: 0;
}

.humburger_menu .line:first-child {
  top: -15px;
  right: 12px;
}

.humburger_menu .line:last-child {
  bottom: -15px;
  left: 12px;
}

/* Checkout Form Css */
.checkout-title {
  text-align: center;
  font-size: 40px;
}

.checkout-title h1 {
  font-size: 40px;
}

.checkout-breadcrumbs {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}

.checkout-breadcrumbs p,
.checkout-breadcrumbs a {
  cursor: pointer;
  padding-right: 10px;
  padding-left: 10px;
  /* font-family: TT Commons; */
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;

}

.checkout-form {
  display: flex;
  flex-wrap: nowrap;
}

.custom-shipping-form {
  padding-right: 30px;
}

.contact-email {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  padding-right: 30px;
}

#shipping_email_field {
  width: 15px;
  margin-right: 6px;
}

.contact-email p {
  /* font-family: TT Commons; */
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #72514A;
}

.custom-shipping-form h3,
.billing-fields h3 {
  /* font-family: TT Commons; */
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #72514A;
}

.textOnInput {
  position: relative;
  display: none;
  padding-right: 30px;
}

.textOnInput label {
  position: absolute;
  top: -10px;
  left: 23px;
  padding: 2px;
  z-index: 1;
}

.textOnInput label:after {
  content: " ";
  background-color: #fff;
  width: 100%;
  height: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/* label {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: .5rem;
} */
.form-control {
  box-shadow: none !important;
  border-radius: 10px !important;
  margin: 8px 0px;
  border-color: #72514A4D !important;
  width: 100%;

}

.textOnInput span {
  position: absolute;
  right: 48px;
  bottom: 20px;
  cursor: pointer;
  /* font-family: TT Commons; */
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #72514A;

}

.newsletter-checkbox {
  display: flex;
  flex-wrap: wrap;
}

.contact-email input[type="email"] {
  border-radius: 10px;
  margin: 8px 0px;
  border-color: #72514A4D;
  width: 100%;
}

.postcode-field {
  width: 49%;
  display: inline-block;
}

.shipping-detail .custom-shipping-form input,
.billing-fields input {
  border-radius: 10px !important;
  /* width: 100%; */
  margin: 8px 0px;
  height: 46px;
  border-color: #72514A4D;
}

.shipping-detail .custom-shipping-form select,
.billing-fields select {
  flex: 0 0 48%;
  border-radius: 10px !important;
  width: 100%;
  margin: 8px 0px;
  border-color: #72514A4D;
}

.billing-fields {
  display: none;
  padding-right: 30px;
  padding-top: 30px;
}

#remove_coupon_container {
  display: flex;
  flex-wrap: nowrap;
}

.infromation-form input[type=checkbox],
.woocommerce-form__input-checkbox {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  padding: 10px;
  accent-color: #72514A;
}

.cut {
  text-decoration: line-through !important;
}

.tooltip {
  position: relative;
  display: inline-block;
  right: 124px;
  bottom: 8px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.warning {
  color: red;
  display: none;
  font-size: 14px;
}

.form_error {
  color: red;
  font-size: 14px;
}

.address-field textarea {
  padding: 0;
  border-radius: 10px !important;
  width: 100% !important;
  margin: 8px 0px !important;
  border-color: #72514A4D !important;
}

.address-disclaimer {
  font-size: 12px;
}

.customer-name {
  display: flex;
  /* flex-wrap: wrap;
  justify-content: space-between; */
}

.customer-address input {
  width: 100%;
  border-color: #72514A4D;
}

.required-sign {
  color: red;
}

.contact-email .required-sign {
  position: absolute;
  left: 110px;
}

.customer-address,
.address-field,
.postcode-field,
.phonenumber-field,
.contact-email,
.phone-field {
  position: relative;
}

.customer-address .required-sign {
  float: right;
  position: absolute;
  right: 0;
  top: -6px;
}

.phonenumber-field {
  width: 49%;
  display: inline-block;
}

.phone-field {
  width: 49%;
  display: inline-block;
}

/* .address-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} */
.address-field .required-sign {
  position: absolute;
  right: 0;
  top: -7px;
}

.customer-name input {
  flex: 0 0 48%;
}

/* Style the asterisk */
.form-field::before {
  content: "*";
  /* Insert the asterisk */
  color: red;
  /* Change the color of the asterisk */
  margin-right: 5px;
  /* Add some spacing between the asterisk and the placeholder text */
}

/* Adjust the placeholder text color if needed */
.form-field::placeholder {
  color: #999;
  /* Placeholder text color */
}

/* .customer-address {
  flex: 0 0 60%;
  padding-right: 20px;
} */
/* .address-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} */
.address-field input {
  flex: 0 0 48%;
}

.next-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  padding-right: 30px;
  align-items: center;
}

.checkout-form .cart-items {
  flex: 0 0 40%;
}

.checkout-form .item-summary {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 20px;
  border: none;
  border-radius: 13px;
  height: auto;
  background-color: #fff;
}

.checkout-form .item {
  margin-bottom: 60px;
}

.item-coupon.checkout-coupon {
  display: block;
}

.checkout-order {
  flex: 0 0 100%;
}

.checkout-form .item-summary {
  border: 1px solid #72514A80;
}

.checkout-order .summary-container {
  border: none;
}

.checkout-coupon input[type=text] {
  width: 70% !important;
}

.checkout-coupon .apply-coupon {
  margin-right: 0px;
  margin-left: 16px;
}

.checkout-form .item-detail h4 {
  font-size: 18px;
  line-height: 20px;
}

.checkout-form .item-detail p {
  font-size: 14px;
}

.checkout-form .item-detail p:nth-child(3) {
  padding: 0;
}

.checkout-form .item-summary .item-price h4 {
  font-size: 22px;
}

table.shop_table.woocommerce-checkout-review-order-table {
  display: none;
}

.woocommerce-checkout-payment {
  background-color: transparent !important;
}


.payment_method_paypal label img {
  position: absolute !important;
  right: 10px;
  top: 3px;
}

.payment_box {
  background-color: transparent !important;
}

.payment_box.payment_method_bacs {
  display: none;
}

.about_paypal {
  display: none;
}

.next-steps a:before,
.ship-link:before {
  content: "";
  background: url('../html-images/right-icon.png');
  width: 20px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 5px;
  /* right: 4px; */
}

.next-steps a {
  /* font-family: TT Commons; */
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

a.ship-link {
  /* font-family: TT Commons; */
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.next-steps .button_style {
  color: #ffffff;
  background-color: #72514A;
  padding: 12px 32px 12px 32px;
}

.payment_method_paypal {
  position: relative;
}

#custom_country_region_field {
  display: none;
}

.payment-method {
  display: none;
  margin-top: 30px;
}

.payment-title {
  /* font-family: TT Commons; */
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

.payment-method p {
  /* font-family: TT Commons; */
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;

}

.wc_payment_methods {
  padding-left: 0 !important;
  border: none !important;
}

.wc_payment_methods label {
  /* font-family: TT Commons; */
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
}

.wc_payment_method input[type=radio] {
  -ms-transform: scale(1.5);
  /* IE */
  -moz-transform: scale(1.5);
  /* FF */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5);
  /* Opera */
  padding: 10px;
  accent-color: #72514A;

}

.payment_box:before {
  border: 1em solid #72514A;
}

.checkout-breadcrumbs span:after {
  content: "";
  background: url('../html-images/clip-path.svg');
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  top: -20px;
  right: 0px;
}

.checkout-breadcrumbs p.active {
  font-weight: 600;
  text-decoration: underline;
}

.checkout-form a,
.checkout-form p,
.checkout-form label {
  color: #72514A;
}

#payment .place-order .place_button_style {
  color: #ffffff;
  background-color: #72514A;
  padding: 12px 32px 12px 32px;
  border: 1px solid #72514A !important;
  /* font-family: 'TT Commons' !important; */
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  /* border-radius: 50px; */
  text-decoration: none;
}

.info-address {
  flex: 0 0 60%;
}

/* End Checkout Form Css */

/* 02-01-2024 */
.slide-2,
.slide-3 {
  display: none;

}

.banner_slider_wrap {
  display: flex;
}

#mega-menu-wrap-primary {
  position: static !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
  width: 100% !important;
  position: static;
}

.mega-sub-menu .mega-menu-item {
  width: 100% !important;
}

/* 02-01-2024 */
.item-checkout {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 30px;
}

.item-checkout .item-price-order bdi {
  /* font-family: 'NT Fabulous alternative' !important; */
  font-weight: 600;
  font-size: 24px;
  line-height: 0px;
  /* text-transform: uppercase; */
  color: #72514A;
}

.order_details {
  padding-left: 270px;
  text-align: center;
}

.item-price-order {
  width: 20%;
  text-align: right;
  /* margin-top: 10px; */
}

/* 16-01-2024 */
/* common-css */
.pc-nt-fabulous {
  /* font-family: 'NT Fabulous Alternative' !important; */
}

.pc-font-600 {
  font-weight: 600 !important;
}

.pc-fs-24 {
  font-size: 24px !important;
}

.pc-flex {
  display: flex;
}

.pc-items-center {
  align-items: center;
}

.pc-justify-center {
  justify-content: center;
}

.pc-flex-col {
  flex-direction: column !important;
}

.pc-flex-row {
  flex-direction: row !important;
}

.pc-flex-row-reverse {
  flex-direction: row-reverse;
}

.pc-flex-col-reverse {
  flex-direction: column-reverse;
}

.pc-w-full {
  width: 100%;
}

.pc-w-auto {
  width: auto !important;
}

.pc-h-full {
  height: 100%;
}

.pc-justify-start {
  justify-content: flex-start;
}

.pc-justify-end {
  justify-content: flex-end;
}

.pc-p-0 {
  padding: 0 !important
}

.pc-m-0 {
  margin: 0 !important;
}

.pc-gap-y-20 {
  row-gap: 20px
}

.pc-gap-x-20 {
  column-gap: 20px;
}

.pc-w-26 {
  width: 26% !important;
}

.pc-justify-around {
  justify-content: space-around;
}

.bg-white {
  background-color: white !important;
}

.bg-transparent {
  background-color: transparent !important;
}

/* end of common-css */
@media (max-width:931px) {

  .item-container,
  .checkout-block {
    flex: 0 0 93% !important;
  }

  .item-container .item-summary {
    width: 100%;
  }
}

.alt {
  border: 1px solid #72514A !important;
  /* max-width:350px; */
  background-color: #72514A !important;
  text-transform: uppercase;
  border-radius: 50px !important;
}

/* div.item-image{
  float: left;
  width:  250px;
  height: 250px;
  object-fit: cover;
} */
.item-remove button {
  float: right;
  font-size: 20px;
  padding-right: 0%;
  text-decoration: underline !important;
  cursor: pointer;
  background: none;
  color: #72514A;
  padding-top: 0px;
}

.item-remove button:hover {
  background: none;
  color: #040404;
}

.wishlist_products_counter_number,
.cart-count {
  font-size: 18px;
  color: #72514A;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .tinv-header h2 {
    text-align: center;
    text-transform: capitalize;
  }

  .item-image {
    width: 100% !important;
    margin-right: 0;
  }

  .item-summary .item {
    align-items: center;
    margin-bottom: 80px !important;
    flex-direction: column;
  }

  .item-detail {
    width: 100% !important;
    margin-top: 20px;
  }

  .item-detail h4,
  .item-summary .item-price h4 {
    text-align: center !important;
  }

  .order_details {
    padding-left: 0px !important;
    text-align: justify !important;
  }

  .item-checkout {
    display: contents !important;
  }
}

.main-container .item-summary {
  width: 100% !important;
}

@media (max-width: 769px) {
  .main-container {
    row-gap: 20px;
  }

  .item-detail {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* 15-02-2024 checkout page design changes Start*/
  #cfw-mobile-cart-header svg.cfw-arrow {
    height: 16px;
  }

  .cfw-bottom-controls #cfw-place-order,
  .cfw-bottom-controls #cfw-place-order button,
  .cfw-bottom-controls .cfw-primary-btn {
    width: 50% !important;
  }

  /* 15-02-2024 checkout page design changes End*/
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .woocommerce-MyAccount-navigation {
    width: 100% !important;
    float: left;
    display: flex;
    flex-direction: column;
    padding-left: 0px !important;
  }

  .account-details {
    float: right;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    margin-top: 0px !important;
  }

  .my-account-title {
    padding: 0px !important;
    font-size: 40px !important;
    text-align: center !important;
    margin-top: 30px;
  }

  /* .entry-header h1{
    font-size: 40px !important;
    text-align: center !important;
  } */
  .woocommerce form .form-row label {
    font-size: 18px !important;
  }

  .sub-note {
    font-size: 15px !important;
  }

  .addresses {
    display: grid !important;
  }

  .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin-left: 30% !important;
  }

  .address-box {
    border: 1px solid #000000;
    padding: 10px;
    margin: 10px;
    max-width: 300px;
    text-align: center;
  }
}

/* 16-01-2024 */

/* 15-02-2024 checkout page design changes Start*/

@media (max-width: 425px) {
  span.cfw-cart-summary-label-show.cfw-small.cfw-display-table-cell {
    font-size: 20px;
  }

  #cfw-mobile-cart-header svg.cfw-arrow {
    height: 14px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 425px) {
  span.cfw-cart-summary-label-show.cfw-small.cfw-display-table-cell {
    font-size: 17px;
  }

  #cfw-mobile-cart-header svg.cfw-arrow {
    height: 11px;
  }

  input#place_order,
  .checkoutwc a.cfw-primary-btn {
    padding: 0px 50px !important;
    font-size: 16px;
    width: 85% !important;
    padding: 12px !important;
  }

}

@media (max-width: 430px) {

  .cfw-bottom-controls #cfw-place-order,
  .cfw-bottom-controls #cfw-place-order button,
  .cfw-bottom-controls .cfw-primary-btn {

    width: 80% !important;
  }

  .cfw-place-order-wrap {
    padding-left: 28px;
  }

  a.cfw-prev-tab.cfw-return-to-payment-btn {
    padding-right: 30px;
  }
}

@media only screen and (max-device-width: 768px) and (min-device-width: 1024px) {
  div#cfw_trust_badges {
    text-align: center !important;
  }

}

@media only screen and (max-device-width: 1024px) and (min-device-width: 1440px) {
  .cfw_trust_badges {

    display: inline-flex !important;
  }

  #cfw_trust_badges .cfw-badge:not(:first-child) {
    margin-top: unset !important;
  }

}

.cfw-trust-badges .cfw-badge .col-12 {
  padding-left: unset !important;
  padding-right: unset !important;
}


/* @media (max-width:768px){
  .item-container,.checkout-block{
    flex: 0 0 93% !important;
  }
  .item-container .item-summary{
    width: 100%;
  }
} */
/* 15-02-2024 checkout page design changes End*/

.entry-meta {
  display: none;
}

/* menu icons */
span.style-by-solitaire:before {
  content: "";
  background-image: url(../html-images/solitaire.svg);
  width: 35px;
  height: 20px;
  position: absolute;
  background-size: cover;
  left: -35px;
  top: 2px;
}

span.style-by-accents:before {
  content: "";
  background-image: url(../html-images/accents.svg);
  width: 35px;
  height: 20px;
  position: absolute;
  background-size: cover;
  left: -35px;
  top: 2px;
}

span.style-by-halo:before {
  content: "";
  background-image: url(../html-images/halo.svg);
  width: 35px;
  height: 20px;
  position: absolute;
  background-size: cover;
  left: -35px;
  top: 2px;
}

span.style-by-three-stone:before {
  content: "";
  background-image: url(../html-images/three_stone.svg);
  width: 35px;
  height: 20px;
  position: absolute;
  background-size: cover;
  left: -35px;
  top: 2px;
}

span.shape-by-pave:before {
  content: "";
  background-image: url(../html-images/pave.svg);
  width: 35px;
  height: 20px;
  position: absolute;
  background-size: cover;
  left: -35px;
  top: 2px;
}

span.shape-by-hidden-halo:before {
  content: "";
  background-image: url(../html-images/hidden_halo.svg);
  width: 35px;
  height: 20px;
  position: absolute;
  background-size: cover;
  left: -35px;
  top: 2px;
}

span.shape-by-vintage:before {
  content: "";
  background-image: url(../html-images/vintage.svg);
  width: 35px;
  height: 20px;
  position: absolute;
  background-size: cover;
  left: -35px;
  top: 2px;
}

span.shape-by-nature-inspire:before {
  content: "";
  background-image: url(../html-images/nature_inspired.svg);
  width: 35px;
  height: 20px;
  position: absolute;
  background-size: cover;
  left: -35px;
  top: 2px;
}

span.shape-by-side-stone:before {
  content: "";
  background-image: url(../html-images/side_stone_1.svg);
  width: 35px;
  height: 20px;
  position: absolute;
  background-size: cover;
  left: -35px;
  top: 2px;
}

span.shape-by-round:before {
  content: "";
  background-image: url(../html-images/round.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  background-size: cover;
  left: -32px;
  top: 2px;
}

span.shape-by-princess:before {
  content: "";
  background-image: url(../html-images/princess.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  background-size: cover;
  left: -32px;
  top: 2px;
}

span.shape-by-emerald:before {
  content: "";
  background-image: url(../html-images/emerald.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  background-size: cover;
  left: -32px;
  top: 2px;
}

span.shape-by-lab-diamond:before {
  content: "";
  background-image: url(../html-images/asscher.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  background-size: cover;
  left: -32px;
  top: 2px;
}

span.shape-by-marquise:before {
  content: "";
  background-image: url(../html-images/marquise.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  background-size: cover;
  left: -32px;
  top: 2px;
}

span.shape-by-oval:before {
  content: "";
  background-image: url(../html-images/oval.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  background-size: cover;
  left: -32px;
  top: 2px;
}

span.shape-by-radiant:before {
  content: "";
  background-image: url(../html-images/radiant.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  background-size: cover;
  left: -32px;
  top: 2px;
}

span.shape-by-pear:before {
  content: "";
  background-image: url(../html-images/pear.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  background-size: cover;
  left: -32px;
  top: 2px;
}

span.shape-by-heart:before {
  content: "";
  background-image: url(../html-images/heart.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  background-size: cover;
  left: -32px;
  top: 2px;
}

span.shape-by-cushion:before {
  content: "";
  background-image: url(../html-images/cushion.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  background-size: cover;
  left: -32px;
  top: 2px;
}

.button_style.arrow_button:hover .arrow_wrap::after {
  border-color: #ffffff;
}

.button_style.arrow_button:hover .arrow_wrap img {
  filter: brightness(0) invert(1);
}

.appointment-icon a {
  /* font-family: 'TT Commons' !important; */
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  transition: font-weight 0.2s ease-in-out;
}

.shipping-icon a {
  /* font-family: 'TT Commons' !important; */
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  transition: font-weight 0.2s ease-in-out;
}

.return-icon a {
  /* font-family: 'TT Commons' !important; */
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  transition: font-weight 0.2s ease-in-out;
}

.tel-icon a {
  /* font-family: 'TT Commons' !important; */
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 22px;
  letter-spacing: 0em;
  transition: font-weight 0.2s ease-in-out;
}

.tel-icon a:hover {
  color: #72514A;
}

.appointment-icon a:hover {
  font-weight: 600 !important;
  color: #72514A;
}

.shipping-icon a:hover {
  font-weight: 600 !important;
  color: #72514A;
}

.return-icon a:hover {
  font-weight: 600 !important;
  color: #72514A;
}

.address-box {
  border: 1px solid #000000;
  padding: 10px;
  margin: 10px;
  max-width: 300px;
  /* Adjust the width as needed */
}

.woocommerce-Address-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

/* address { */
/* white-space: pre-line; Preserve line breaks */
/* } */
.klarna-block {
  margin-top: 20px;
}

.edit-button {
  border: 1px solid #72514A !important;
  padding: 5px 26px;
  /* font-family: 'TT Commons', sans-serif !important; */
  /* Use a fallback font */
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #72514A;
  background-color: transparent;
  text-decoration: none;
}

.edit-button:hover {
  color: #ffffff !important;
  background-color: #72514A !important;
}

.delete-button {
  border: 1px solid #72514A !important;
  padding: 5px 26px;
  /* font-family: 'TT Commons', sans-serif !important; */
  /* Use a fallback font */
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #72514A;
  background-color: transparent;
  text-decoration: none;
}

.delete-button:hover {
  color: #ffffff !important;
  background-color: #72514A !important;
}

.woocommerce-Address-title h5 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  font-style: normal !important;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute !important;
  right: 0.7em !important;
  top: 7px !important;
  cursor: pointer !important;
}

/* Checkout Form updated css */
/* .pc_form_field {
    max-width: 100%;
} */

button.needsclick.klaviyo-close-form.kl-private-reset-css-Xuajs1:hover {
  background-color: unset !important;
}

/* 15-02-2024 checkout page design changes Start*/
.pc_form_field {
  width: 100%;
  /* align-content: space-between; */
}

input.form-field {
  width: 99%;
}

#cfw-breadcrumb {

  justify-content: center;
  font-size: 24px;
}

#cfw-coupons .form-row {
  margin-bottom: -0.2em !important;
}

input#place_order,
.checkoutwc a.cfw-primary-btn {
  padding: 14px 50px;
  /* border-radius: 50px; */
}

input#cfw-promo-code {
  border-radius: 50px !important;
}

input#cfw-promo-code-btn {
  border-radius: 50px !important;
}

.woocommerce-terms-and-conditions-link,
span.woocommerce-terms-and-conditions-checkbox-text {
  font-size: 16px;
}

#cfw-totals-list table tr {
  padding: 5px 0 !important;
}

a.cfw-check-offer-link {
  text-decoration: underline !important;
  font-size: 18px;
}

.cfw-check-offer {
  padding-left: 10px;
  margin-top: -22px;
}

#cfw-totals-list table tr.order-total {

  border-top: 2px solid #72514A !important;
  color: #72514A !important;
}

.item-detail-checkout p {
  font-size: .75em;
  color: #717171;
  line-height: 23px;
}

.cfw-cart-item-data {
  display: none;
}

a.cfw-prev-tab {
  font-size: 20px;
}

/* input[type=checkbox]:checked, main.checkoutwc input[type=checkbox]:checked{
  box-shadow: inset 0 0 0 10px #583E3A !important;
} */
main.checkoutwc input[type=checkbox]:checked {
  box-shadow: inset 0 0 0 10px #583E3A !important;
}

.wc_payment_methods input[type=radio]:checked {

  box-shadow: inset 0 0 0 10px #583E3A;
}

span.cfw-cart-item-quantity-bubble {
  display: none;
}

/* 15-02-2024 checkout page design changes End*/

/* 21-02-2024 Blog page restructure CSS */
.post-65297 .entry-header,
.post-103113 .entry-header,
.tpg-widget-heading-line {
  display: none !important;
}

.tpg-widget-heading:before {
  content: none !important;
}

.tpg-widget-heading-wrapper .tpg-widget-heading {
  font-size: 35px;
  font-weight: 700;
}

.tpg-shortcode-main-wrapper {
  padding-left: 0px !important;
}

.post-breadcums .post-title {
  text-align: left;
  display: block;
  position: relative;
  margin-top: 30px;
}

.single-post .entry-title {
  display: none;
}

.single-post .site-main {
  margin-top: 0px;
}

@media screen and (max-width:768px) {
  header .top_header p {
    min-width: 100%;
    width: 100%;
  }

  .rt-tpg-container.tpg-shortcode-main-wrapper,
  .breadcums-list,
  .blog-listing-grid .col-lg-4 {
    padding-left: 15px !important;
  }
}

.page-id-6666 .entry-title,
.page-id-7325 .entry-title {
  text-align: center;
}

.page-id-6666 .wp-block-group__inner-container,
.page-id-7325 .wp-block-group__inner-container {
  padding: 0px !important;
}

body.single-post h1,
body.single-post h2,
body.single-post h3,
body.single-post h4 {
  font-size: 42px;
  line-height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* 21-02-2024 Blog page restructure CSS - End */
/* Free Shipping page CSS */
.blurb-div {
  margin-top: 25px;
}

.blurb-div .title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
  color: #72514A;
}

.blurb-div .desc {
  font-size: 16px;
  color: #583E3A;
}

.even-grid-item .rt-img-holder img {
  min-height: 280px;
  max-height: 280px;
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width:980px) and (max-width:1200px) {
  .shape_list_wrap {
    justify-content: center !important;
  }
}

#account_details label {
  font-size: 16px;
}

.account-details {
  margin-top: -70px;
}

.entry-title {
  font-size: 35px;
  /* padding-left: 35px; */
  padding-bottom: 0px;
}

.woocommerce .item-container .homepage-promotion-wide {
  width: 100% !important
}

.woocommerce-MyAccount-navigation-link.is-active a {
  font-weight: bold;
  /* Example style change */
}

.woocommerce-MyAccount-navigation-link.is-active a::before {
  font-weight: normal;
  /* Reset font-weight for any ::before pseudo-elements */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .empty-shopping {
    margin-top: 40px;
    gap: 20px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }

  .item-detail h4 {
    font-size: 20px !important;
  }

  .item-detail p {
    font-size: 16px !important;
  }

  .entry-title {
    /*margin-left: 30%; */
    display: flex;
    justify-content: center;
  }

  .woocommerce-MyAccount-content p {
    font-size: 15px !important;
  }

  .item-price-order bdi {
    display: inline;
    padding-left: 55px;
  }

  .summary-list {
    margin-bottom: 0px !important;
  }

  .woocommerce-customer-details h2 {
    margin-top: 10px;
    font-size: 30px !important;
  }

  .summary-container h2 {
    font-weight: 400;
  }

  .woocommerce-MyAccount-navigation {
    margin-top: 0px;
  }

  .item-checkout .item-image {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .item-price-order {
    width: 65%;
    /* text-align: right; */
    margin-top: 10px;
  }

  .woocommerce-order p {
    text-align: center;
    font-size: 15px;
  }

  .woocommerce-order-details__title {
    text-align: center;
  }

  .woocommerce-column__title {
    text-align: center;
  }

  .woocommerce-sub-notice {
    text-align: center;
    font-size: 25px !important;
    padding-bottom: 30px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 0px !important;
  }
}

/* Trust badges css*/

@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {

  /* Trust badges*/
  #cfw_trust_badges .cfw-badge {
    margin-top: unset !important;
  }

  .cfw-trust-badges {
    display: inline-flex;
    text-align: center !important;
  }

  /*end*/

}

@media only screen and (max-device-width: 768px) {
  .cfw-trust-badges {
    text-align: center !important;
  }
}

@media only screen and (max-device-width: 2560px) {
  .cfw-trust-badges {
    text-align: center !important;
  }
}


.cfw-grid main.checkoutwc .woocommerce-checkout .cfw-badge.row {
  display: inline-flex;
  /* padding: 10px; */
  justify-content: space-between;
  margin: unset;
  flex-direction: column;
  padding: 10px;
}

#cfw_trust_badges h4 {
  position: absolute !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-top: -3% !important;
  background: var(--cfw-cart-summary-background-color) !important;
}

div#cfw_trust_badges {
  width: 100% !important;
}

#cfw_trust_badges .cfw-badge img {
  height: 90px !important;
  max-width: 100% !important;
}

/*END*/

.item-detail p {
  font-size: 14px;
}

.woocommerce-customer-details-phone {
  font-size: 16px;
}

.woocommerce-customer-details-email {
  font-size: 16px;
}

.woocommerce-MyAccount-content h2 {
  font-size: 30px;
}

.woocommerce-order-details__title {
  padding-left: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  margin-top: -85px;
}

.rt-pagination .pagination-list>.active>span {
  background-color: #72514A;
  border-color: #72514A;
  color: #fff;
}

.rt-pagination .pagination-list>li>a,
.rt-pagination .pagination-list>li>span {
  border-color: #72514A;
  color: #72514A;
}

.rt-pagination .pagination-list>li>a {
  color: #72514A;
  border-color: #72514A;
  background-color: #fff;
}

.rt-pagination .pagination-list>.active>span:hover,
.rt-pagination .pagination-list>li>a:hover {
  background-color: #72514A !important;
  border-color: #72514A !important;
  color: #fff !important;
}

.main-edit-account {
  border: 1px solid #72514A !important;
  padding: 5px 26px;
  /* font-family: 'TT Commons', sans-serif !important; */
  /* Use a fallback font */
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #72514A;
  background-color: transparent;
  text-decoration: none;
}

.main-edit-account:hover {
  color: #ffffff !important;
  background-color: #72514A !important;
}

.woocommerce-password-strength {
  text-align: center !important;
  font-weight: 300 !important;
  padding: 3px 0.5em !important;
  font-size: 14px !important;
  background-color: #72514A !important;
  border-color: #72514A !important;
  color: #ffffff !important;
}

small {
  font-size: 50% !important;
}

.breadcum-items:hover {
  color: #72514A !important;
}

button.undefined.needsclick:hover,
button.undefined.needsclick {
  background-color: rgb(255, 255, 255) !important;
}

button.undefined.needsclick:hover span,
button.undefined.needsclick span {
  background-color: transparent !important;
}

/* Trust badges*/

#cfw-mobile-cart-header #cfw-mobile-total {
  color: #72514A !important;
  font-weight: 400 !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  /* font-family: 'Font Awesome 6 Free'; */
  content: "\f007";
  display: flex;
  justify-content: center;
  width: 30px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  /* font-family: 'Font Awesome 6 Free'; */
  content: "\f2bc";
  display: flex;
  justify-content: center;
  width: 30px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  /* font-family: 'Font Awesome 6 Free'; */
  content: "\f0c8";
  display: flex;
  justify-content: center;
  width: 30px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  /* font-family: 'Font Awesome 6 Free'; */
  content: "\24";
  display: flex;
  justify-content: center;
  width: 30px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a:before {
  /* font-family: 'Font Awesome 6 Free'; */
  content: "\f004";
  display: flex;
  justify-content: center;
  width: 30px;
}

.woocommerce-MyAccount-navigation a {
  font-size: 18px;
  display: flex;
}

.woocommerce-MyAccount-navigation :before {
  padding-right: 10px;
}

/* End */
/****** 404 page CSS *******/
#learn-more-iframe {
  height: 350px !important;
}

.post-103387 .entry-title,
.post-90665 .entry-title {
  display: none;
}

.page-404-content {
  text-align: center;
}

.post-103387 .wp-block-image,
.post-90665 .wp-block-image {
  text-align: center;
}

.page-404-content .wp-block-buttons {
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: center;
  justify-content: center;
}

.post-103387 .wp-block-image img,
.post-90665 .wp-block-image img {
  height: auto;
  width: 550px !important;
  text-align: center;
}

.page-404-content .wp-block-buttons a {
  background-color: #72514A !important;
  color: #fff !important;
}

@media screen and (min-width:780px) {
  .page-404-content p {
    width: 780px;
    margin: auto;
  }
}

.footer_menu_wrap a:hover {
  color: #72514A;
  font-weight: 700;
}

#checkout input[type=radio]:checked {
  box-shadow: inset 0 0 0 10px #72514A;
}

h3.cfw-billing-address-heading {
  text-transform: capitalize;
}

.rt-grid-item .read-more a {
  background-color: #72514A !important;
  border-color: #72514A !important;
  color: #fff !important;
  border-radius: 25px;
}

.klaviyo-form.klaviyo-form.klaviyo-form {
  overflow: hidden;
}

.needsclick.klaviyo-close-form.kl-private-reset-css-Xuajs1 {
  background-color: transparent !important;
}

button.needsclick.klaviyo-close-form.kl-private-reset-css-Xuajs1:hover {
  background-color: unset !important;
}

.wp-block-button is-style-outline a {
  /* border-radius: 50px; */
  border: 0.5px solid #72514A;
  height: 48px;
  min-width: 208px;
  padding: 0 11px 0 26px;
  background: transparent;
  color: #72514A;
  font-size: 18px;
  font-weight: 400;
  line-height: 46px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.customize_ring_button {
  width: 290px !important;
}

.footer_subitem_wrap {
  color: #72514A;
  margin-top: 20px;
  border-top: 1px solid currentColor;
}

.footer_cards {
  display: flex;
  justify-content: normal;
  gap: 20px;
  margin-top: 35px;
  margin-bottom: -35px;
}

.footer_all_rights {
  text-align: center !important;
  margin-top: -20px;
  margin-bottom: 20px;
  color: #72514A;
}

.cf-footer-klarna-wrapper {
  padding: 0.5rem 0.875rem;
  border-radius: 0.5rem;
  color: #000000;
  background-color: #ffb3c7;
  max-width: 14rem;
}

.cf-footer-klarna-icon svg {
  width: 3.625rem;
  display: block;
}

.cf-footer-klarna-subtitle {
  font-weight: 700;
  font-size: .5625rem;
  line-height: 1.2;
}

.cf-footer-klarna-description {
  font-size: .6875rem;
  line-height: 1.2;
  flex: 1;
  font-weight: 500;
}

.mx-klarna_footer {
  margin-left: auto;
  display: flex;
  gap: 1.25rem;
}

.cf-footer-klarna-container {
  margin-top: -60px;
  margin-bottom: -30px;
}

.footer_card_item {
  width: 40px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .footer_all_rights {
    margin-top: 50px;
    text-align: center !important;
  }

  .footer_cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }

  .mx-klarna_footer {
    display: flex;
    gap: 1.25rem;
    margin-left: unset;
  }

  .cf-footer-klarna-container {
    margin-top: 0px;
    display: flex;
    justify-content: center;
  }
}

/* Eduction page change css */
.wp-block-image img {
  object-fit: contain !important;
  width: 600px !important;
  height: 400px !important;
}

figure.aligncenter.size-full img {
  object-fit: contain !important;
  width: 1024px !important;
  height: 420px !important;
}

.error-msg {
  color: red;
}

div#cfw-trust-badges div.items-center div:nth-child(2) {
  display: none;
}

#cfw_trust_badges_list h4 {
  padding: unset;
  top: -38px !important;
}

.cfw-tw .flex-col {
  flex-direction: row !important;
}

.flex.items-center.grow.mb-6.max-w-lg {
  justify-content: center;
}

.cfw-tw {
  margin-top: 40px !important;
}

.cfw-tw .h-auto {
  height: 120px !important;
  width: 120px !important;
}

.cfw-totals-list table tr.order-total {

  border-top: 2px solid #72514A !important;
  color: #72514A !important;
}

@media only screen and (min-width:991px) and (max-width:1100px) {
  #cfw-cart-summary>div {
    padding: 0 !important
  }

  #cfw-cart-summary #cfw-trust-badges .mr-4.flex-shrink-0 {
    margin: 0 !important
  }

  #cfw-cart-summary #cfw-trust-badges .flex.items-center.grow.mb-6.max-w-lg {
    justify-content: center !important;
  }

  /* #cfw-cart-summary #cfw-trust-badges .mr-4.flex-shrink-0 .flex.items-center.grow.mb-6.max-w-lg img{
    
  } */
  /* .cfw-tw .mr-4 {
    padding: 2px !important;
  }
  .cfw-tw .h-auto {
    height: 105px !important;
    width: 105px !important;
  } */
  .cfw-tw .max-w-28 {
    padding: 7px !important;
    height: 90px !important;
    width: auto !important;
  }
}

@media only screen and (max-width: 550px) {
  #cfw-cart-summary>div {
    padding: 0 !important
  }

  #cfw-cart-summary #cfw-trust-badges .mr-4.flex-shrink-0 {
    margin: 0 !important
  }

  #cfw-cart-summary #cfw-trust-badges .flex.items-center.grow.mb-6.max-w-lg {
    justify-content: center !important;
  }

  /* #cfw-cart-summary #cfw-trust-badges .mr-4.flex-shrink-0 .flex.items-center.grow.mb-6.max-w-lg img{
      
    } */
  /* .cfw-tw .mr-4 {
      padding: 2px !important;
    }
    .cfw-tw .h-auto {
      height: 105px !important;
      width: 105px !important;
    } */
  .cfw-tw .max-w-28 {
    padding: 7px !important;
    height: 90px !important;
    width: auto !important;
  }
}

.klaviyo-form .needsclick.go338491780.kl-private-reset-css-Xuajs1:hover {
  background-color: #583839 !important;
}

.xoo-aff-required.xoo-aff-checkbox_single {
  box-sizing: border-box;
  padding: 0;
  accent-color: #583839 !important;
}

/*********** Slider CSS ************/
.banner_slide.slide-1 .btn-group {
  height: 100%;
}

.banner_slide.slide-1 .first_button {
  border: 1px solid #72514A;
  padding: 10px 15px;
  line-height: 0px;
  color: #72514A;
  position: relative;
  top: 85%;
  left: 5%;
}

.banner_slide.slide-2 h1.banner-title-text,
.banner_slide.slide-3 h1.banner-title-text {
  text-align: right;
  float: right;
  max-width: 60%;
  color: #72514A;
  font-size: 45px;
  line-height: 65px;
  margin-bottom: 65px;
}

.banner_slide.slide-2 h1.banner-title-text p,
.banner_slide.slide-3 h1.banner-title-text p {
  font-size: 45px;
  line-height: 65px;
}

.banner_slide.slide-2 .btn-group,
.banner_slide.slide-3 .btn-group {
  width: 100%;
  float: right;
  text-align: right;
}

.banner_slide.slide-2 .first_button,
.banner_slide.slide-2 .second_button,
.banner_slide.slide-3 .first_button,
.banner_slide.slide-3 .second_button {
  border: 1px solid #72514A;
  padding: 10px 15px;
  line-height: 0px;
  color: #72514A;
}

.banner_slide.slide-2 .second_button,
.banner_slide.slide-3 .second_button {
  margin-left: 15px;
}

.banner_slider_wrap .banner_slide {
  height: 725px;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width:1381px) {

  .banner_slide.slide-2 h1.banner-title-text,
  .banner_slide.slide-3 h1.banner-title-text {
    margin-top: 90px;
  }
}

@media screen and (min-width:1280px) and (max-width:1480px) {
  .banner_slide.slide-1 {
    background-size: 100% 100% !important;
  }
}

@media screen and (min-width:980px) and (max-width:1381px) {
  .banner_slider_wrap .banner_slide {
    height: 515px;
  }
}

@media screen and (max-width:768px) {
  .banner-overlay {
    background-color: #efe5e57a;
    height: 100%;
  }
}

@media screen and (max-width:480px) {
  .banner_slider_wrap .banner_slide .container {
    max-width: 95%;
    padding: 86px 15px 10px;
  }

  .btn-group a {
    font-size: 16px !important;
    padding: 5px 10px !important;
  }

  .banner_slide.slide-2 .btn-group,
  .banner_slide.slide-3 .btn-group,
  .banner_slide.slide-2 .btn-group,
  .banner_slide.slide-1 .btn-group {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width:375px) {
  .btn-group a {
    font-size: 13px !important;
    padding: 5px 10px !important;
  }
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: #72514A !important;
  font-weight: 600 !important;
}

img.icon {
  width: 100px;
}

#center {
  text-align: center;
}

p.has-text-align-center {
  text-align: center;
}

.wp-block-aab-accordion-item.aagb__accordion_container {
  border-bottom: 1px ridge #ddd8d7;
}

.cky-title,
.cky-notice-des p {
  color: #583839 !important;
}

.cky-revisit-bottom-right {
  bottom: 20px !important;
  right: 80px !important;
}

.tps_submit .contactus_submit {
  border: 1px solid #72514A !important;
  padding: 12px 26px;
  /* font-family: 'TT Commons' !important; */
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #72514A !important;
  /* border-radius: 50px; */
  background-color: transparent !important;
  text-decoration: none;
}

.contactus_submit:hover {
  color: #ffffff !important;
  background-color: #72514A !important;
}

.banner_slide .first_button:hover,
.banner_slide .second_button:hover {
  color: #fff !important;
  background-color: #72514A;
}

.page-id-7923 .xoo-el-reg-tgr {
  display: none;
}

.page-id-7918 .xoo-el-login-tgr {
  display: none;
}

.xoo-el-header {
  padding-top: 15px !important;
}

.xoo-el-tabs,
.xoo-el-tabs li {
  padding: 0px !important;
  font-size: 40px !important;
  line-height: 48px !important;
  font-weight: 400 !important;
}

.page-id-7918 .xoo-el-notice .xoo-el-login-tgr {
  display: inline-block !important;
}

.pc_style_section_wrap .con {
  text-align: center;
}

.header_middle_menu .main-navigation,
.header_middle_menu .main-navigation ul ul {
  background-color: #fff !important
}

.txt-min-price,
.txt-max-price,
.pc-clear-all-btn {
  color: #72514A;
}