/***** Education *****/
/***** Education Bottom Part Style *****/
body .edu-htfyrs p {
  font-size: 18px;
  ;
}

.edu-htfyrs .edu-rsc-tbl {
  overflow-x: auto;
}

.woocommerce-orders-table__cell a {
  line-height: 1 !important;
  margin-bottom: 5px !important;
  display: inline-block !important;
  text-transform: capitalize !important;
  font-size: 16px !important;
  margin-right: 5px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

/***** Education Bottom Part Style End *****/
.edu-rec-div {
  max-width: 946px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.edu-rec-div div:not(:last-child) {
  margin-bottom: 8px;
}

.edu-rec-bor-line {
  padding: 0 50px 10px;
  border: 1px solid #a89c8180;
  border-top: 0;
  position: relative;
}

.edu-rec-bor-top {
  margin-bottom: 0 !important;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.edu-rec-bor-top h3 {
  white-space: nowrap;
  opacity: 0;
}

.edu-rec-bor-top:before,
.edu-rec-bor-top:after {
  content: "";
  background-color: #a89c8180;
  height: 1px;
  width: 100%;
  display: inline-block;
  margin-right: 40px;
}

.edu-rec-img {
  max-width: 123px;
}

.edu-rec-img img {
  width: 100%;
}

.edu-rec-title {
  text-transform: uppercase;
  text-align: center;
}

.edu-rec-txt {
  max-width: 841px;
  text-align: center;
}

/***** Education End *****/



/***** Contact Us *****/
.contact-us-form {
  margin-top: 25px;
}

.frm-input-mobile {
  margin-top: -5px;
}

.frm-input-email,
.frm-input-msg {
  margin-top: -7px;
}

.frm-input-subject {
  margin-top: -7px;
  position: relative;
}

.contact-us-form .with_frm_style .frm_top_container .frm_primary_label {
  display: none;
}

.contact-us-form input {
  box-shadow: none;
}

.contact-us-form input[type=text],
.contact-us-form input[type=tel],
.contact-us-form input[type=email],
.contact-us-form input[type=number],
.contact-us-form select,
.contact-us-form textarea {
  height: auto;
  font-size: 18px;
  line-height: 26.8px;
  letter-spacing: 0.5px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  box-shadow: none;
  resize: none;
  border-color: #231F20;
  padding-left: 15px;
  transition: all .3s ease-in-out;
}

.contact-us-form textarea {
  height: 120px;
}

.contact-us-form .frm_style_formidable-style.with_frm_style input[type=text]::placeholder,
.contact-us-form .frm_style_formidable-style.with_frm_style input[type=email]::placeholder,
.contact-us-form .frm_style_formidable-style.with_frm_style input[type=tel]::placeholder,
.contact-us-form .frm_style_formidable-style.with_frm_style input[type=number]::placeholder,
.contact-us-form .frm_style_formidable-style.with_frm_style select::placeholder,
.contact-us-form .frm_style_formidable-style.with_frm_style textarea::placeholder {
  color: #231F20;
  font-size: 18px;
}

.contact-us-form .frm_style_formidable-style.with_frm_style .form-field input[type=text]:hover,
.contact-us-form .frm_style_formidable-style.with_frm_style .form-field input[type=email]:hover,
.contact-us-form .frm_style_formidable-style.with_frm_style .form-field input[type=tel]:hover,
.contact-us-form .frm_style_formidable-style.with_frm_style .form-field input[type=number]:hover,
.contact-us-form .frm_style_formidable-style.with_frm_style select:hover,
.contact-us-form .frm_style_formidable-style.with_frm_style textarea:hover {
  border-color: #A89C81;
}

.contact-us-form .frm_style_formidable-style.with_frm_style .form-field input[type=text]:focus,
.contact-us-form .frm_style_formidable-style.with_frm_style .form-field input[type=email]:focus,
.contact-us-form .frm_style_formidable-style.with_frm_style .form-field input[type=tel]:focus,
.contact-us-form .frm_style_formidable-style.with_frm_style .form-field input[type=number]:focus,
.contact-us-form .frm_style_formidable-style.with_frm_style select:focus,
.contact-us-form .frm_style_formidable-style.with_frm_style textarea:focus {
  border-color: #A89C81;
  color: #231F20;
  box-shadow: none;
}

.contact-us-form select {
  width: 100%;
  transition: all .3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  text-overflow: ellipsis;
  background-color: #fff;
  color: #231F20;
  position: relative;
}

.contact-us-form .frm-input-subject::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 100%;
  top: 0;
  right: 17px;
  background-image: url(../images/general/dropdown.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 5px;
  transition: all .3s ease-in-out;
  pointer-events: none;
}

.contact-us-form .frm_blank_field.frm-input-subject::after {
  top: -9px;
}

.contact-us-form .frm_style_formidable-style.with_frm_style .frm_submit button {
  border: 1px solid #231F20;
  background-color: #ffffff;
  color: #231F20;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  width: fit-content;
  padding: 7px 24px;
  border-radius: 0;
  transition: all .3s ease-in-out;
  text-decoration: none;
  margin-top: -11px;
  margin-bottom: 0;
}

.contact-us-form .frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.contact-us-form .frm_style_formidable-style.with_frm_style .frm_submit button:focus {
  border-color: #ffffff;
  background-color: #A89C81;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.contact-us-form .frm_style_formidable-style.with_frm_style .frm_error,
.contact-us-form .frm_style_formidable-style.with_frm_style .frm_limit_error,
.contact-us-form .frm_style_formidable-style.with_frm_style .frm_error_style {
  line-height: 20px;
}

.contact-us-form .with_frm_style fieldset {
  padding-bottom: 0;
}

/***** Contact Us End *****/



/***** General Link Color *****/
body .link-color a {
  color: #A89C81;
  transition: all .3s ease-in-out;
}

body .link-color a:hover,
body .link-color a:focus {
  color: #231F20;
}

body .link-underline a {
  color: #A89C81;
  text-decoration: underline;
}

/***** General Link Color End *****/


/***** General Add To Any Share Button *****/
body .addtoany_shortcode .a2a_button_email {
  display: none;
}

/***** General Add To Any Share Button End *****/



/***** FAQ *****/
.list-section a {
  text-decoration: underline;
}

.title-border-line h3 {
  width: fit-content;
  position: relative;
}

.title-border-line h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  margin: 0;
  margin-bottom: -8px;
  background-color: #231F20;
}

.list-section .elementor-widget-container>ol>li {
  margin-left: -13px;
  margin-top: -13px;
}

.list-section .elementor-widget-container>ol>li:not(:last-child) {
  margin-bottom: 44px;
}

.list-section blockquote {
  margin: 0;
  margin-left: 27px;
  margin-top: 21px;
}

.list-section .elementor-widget-container>ul {
  margin-left: 41px;
  margin-top: 19px;
}

.list-section .elementor-widget-container>ul>li:not(:last-child) {
  margin-bottom: 0;
}

/***** FAQ End *****/



/***** Privacy Policy, Terms & Conditions, Website Disclaimer *****/
.list-section li ul li {
  list-style-type: disc;
}

.list-section li ul li::marker {
  font-size: 14px;
}

/***** Privacy Policy, Terms & Conditions, Website Disclaimer End *****/



/***** Pop Up Screen *****/
.ast-container-center {
  height: 100%;
  display: flex;
  align-items: center;
}

.gen-popup-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 576px;
  background-color: #A89C81;
  position: relative;
}

.gen-popup-wrap img {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 21px;
  right: 26px;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.gen-popup-wrap img:hover {
  transform: scale(1.1);
}

.popup-bg {
  max-width: 422px;
  width: 100%;
  position: relative;
}

.popup-bg>div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 146px 15px;
}

.popup-content-title {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.popup-content-text {
  margin-top: -4px;
  text-align: center;
  color: #fff;
}

.popup-content-btn {
  margin-top: 44px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

/***** Pop Up Screen End *****/



/***** Mobile Menu *****/
.mobile-popup-sec {
  position: fixed;
  display: none;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: #000000d9;
  left: 0;
  right: 0;
  top: 0;
}

.mobile-upper-sec {
  padding: 8px 0 10px;
  position: relative;
  top: 0;
}

.mobile-header-sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 5px 0 10px;
  background-color: #000;
  position: relative;
  margin: 0 5px;
}

.mobile-top-sec-border {
  width: calc(100% - 30px);
  border: 0.5px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.mobile-lower-sec {
  height: calc(100vh - 112px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 15px 0;
}

.mobile-menu-sec {
  overflow-y: auto;
  width: 100%;
}

.mobile-logo-wrap {
  width: 110px;
  height: auto;
  display: flex;
}

.mobile-logo-wrap img {
  height: auto;
  width: 100%;
}

.mobile-logo-wrap picture {
  display: flex;
}

.mobile-search {
  width: 31px;
  height: 31px;
  padding: 5px;
  background-image: url(https://ateliers.iconcept-staging.com/wp-content/themes/generatepress-child/assets/images/general/search-icon.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  margin-left: auto;
  cursor: pointer;
}

.mobile-close {
  /* padding: 5px; */
  cursor: pointer;
  margin-left: 7px;
}

.mobile-close-wrap {
  width: 32px;
  height: 31px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .3s ease-in-out;
  position: relative;
}

.close-line {
  height: 2px;
  width: 22px;
  background-color: #fff;
  border-radius: 50px;
  transition: all .3s ease-in-out;
}

.close-line:first-child {
  transform: rotate(40deg);
}

.close-line:nth-child(2) {
  display: none;
}

.close-line:last-child {
  transform: rotate(-40deg);
}

.mobile-popup-sec .close-line:first-child,
.mobile-popup-sec .close-line:last-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mobile-footer-sec {
  padding: 35px 15px 35px;
}

.mobile-footer-sec img {
  width: 26px;
  height: 26px;
}

.mobile-footer-sec a {
  display: inline-flex;
  padding: 0 3px;
}

.mobile-footer-sec a:not(:last-child) {
  margin-right: 10px;
}

/***** Mobile Menu End *****/



/***** Step 1b *****/
.cdc-step1b-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cdc-ste1b-left-container {
  max-width: 560px;
  width: calc(50% - 10px);
}

.img-wrapper {
  max-width: 560px;
  width: 100%;
  margin-bottom: 14px;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
}

.cdc-ste1b-left-container .img-wrap {
  /* display: flex;
  flex-direction: row; */
  width: 100%;
  margin-top: -6px;
  /* flex-wrap: wrap; */
}

.cdc-ste1b-left-container .img-wrap>div {
  /* width: 100px; */
  margin-top: 10px;
}

.cdc-ste1b-left-container .img-wrap>div:not(:last-child) {
  /* margin-right: 12px; */
}

.cdc-ste1b-left-container .img-wrap .slick-slide {
  width: 100px;
}

.cdc-ste1b-left-container .img-wrap .slick-slide img {
  cursor: pointer;
}

.cdc-ste1b-left-container .img-wrap .slick-track {
  display: flex;
  /* flex-direction: row;
  flex-wrap: wrap;
  width: 100% !important; */
}

.cdc-ste1b-right-container {
  max-width: 560px;
  width: calc(50% - 10px);
  padding-left: 10px;
}

.step1b-right-wrapper h2 {
  width: fit-content;
  position: relative;
}

.step1b-right-wrapper h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  margin: 0;
  margin-bottom: -24px;
  background-color: #231F20;
}

.step1b-right-wrapper>div:not(:last-child) {
  margin-bottom: 25px;
}

.right-content-wrapper>div:not(:last-child) {
  margin-bottom: 20px;
}

.right-content-wrap h6:first-child {
  margin-top: 48px;
}

.right-content-wrap h6:not(:last-child) {
  margin-bottom: 10px;
}

.right-content-wrap h6 span {
  font-family: 'GlacialDiffBold';
}

.right-tick-wrap,
.right-tick-wrap-div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.right-tick-wrap-div:not(:last-child) {
  margin-right: 28px;
}

.right-tick-wrap-div img {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

.right-button-container {
  display: flex;
  flex-direction: column;
}

.right-button-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.right-button-wrapper>a:first-child {
  margin-right: 10px;
}

.right-button-wrapper:first-child {
  margin-bottom: 10px;
}

.right-button-wrapper a.html-white-btn {
  padding: 15px 20px;
  text-transform: uppercase;
  max-width: 423px;
  width: 100%;
}

.right-button-wrapper a.love-btn {
  text-transform: uppercase;
  max-width: 52px;
  width: 100%;
  position: relative;
}

.right-button-wrap a.appointment-btn {
  padding: 15px 20px;
  text-transform: uppercase;
  max-width: 485px;
  width: 100%;
}

.love-btn-wrap {
  width: 100%;
  height: 100%;
  background-color: #A89C81;
  transition: all .3s ease-in-out;
}

.love-btn-wrap::after {
  content: '';
  position: absolute;
  background-image: url(../images/general/love-icon.png);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
}

.love-btn-wrap:hover::after {
  background-image: url(../images/general/love-filled-icon.png);
}

/***** Step 1b End *****/



/***** Step 3 End *****/
.cdc-ste1b-left-container .swiper-slide {
  cursor: pointer;
}

.step1b-right-wrapper h2 span {
  color: #A89C81;
}

.srd-right-content-wrap>div span {
  color: #AAAAAA;
}

.srd-right-content-wrap .h6 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.srd-right-content-wrap:first-child {
  margin-top: 48px;
}

.srd-right-content-wrap>div:not(:last-child) {
  margin-bottom: 22px;
}

.srd-right-content-wrapper>div:not(:last-child) {
  margin-bottom: 30px;
}

.srd-drop-button-container,
.srd-benefit-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.drop-button-wrapper {
  margin-right: 20px;
  max-width: 274px;
  width: 100%;
}

.ring-size-dropdown {
  position: relative;
}

.srd-drop-button-container .ring-size-dropdown::before {
  content: '';
  position: absolute;
  background-image: url(../images/general/ring.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  transition: all .3s ease-in-out;
  transform: translateX(-90px);
  pointer-events: none;
  z-index: 1;
  filter: brightness(1) invert(0);
}

.srd-drop-button-container .ring-size-dropdown::after {
  content: '';
  position: absolute;
  background-image: url(../images/general/dropdown.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 14px;
  height: 7px;
  transition: all .3s ease-in-out;
  transform: translateX(90px);
  pointer-events: none;
  filter: brightness(1) invert(0);
}

.srd-drop-button-container .drop-button-wrapper:hover .ring-size-dropdown::before {
  filter: brightness(0) invert(1);
  transform: translateX(-90px) rotate(10deg);
}

.srd-drop-button-container .drop-button-wrapper:hover .ring-size-dropdown::after {
  filter: brightness(0) invert(1);
  transform: translateX(90px) scale(1.2);
}

.srd-drop-button-container select {
  appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.ring-size-dropdown input {
  text-align: center;
  width: 100%
}

.srd-drop-button-container input {
  color: #231F20;
  width: 100%;
}

.srd-drop-button-container .drop-button-wrapper:hover input {
  background-color: #A89C81;
  color: #fff;
  border-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.srd-drop-button-container h6 {
  padding: 0 8px;
}

.srd-right-benefit-container {
  display: flex;
  flex-direction: row;
  max-height: 27px;
  max-width: 485px;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.srd-benefit-wrap>div {
  width: 28px;
  height: 27px;
  margin-right: 10px;
}

.srd-benefit-wrap>div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .3s ease-in-out !important;
}

.srd-benefit-wrap>div img:hover {
  /* transform: rotate(10deg); */
}

.srd-right-benefit-container>a:hover>div>img {
  transform: rotate(10deg);
  transition: all .3s ease-in-out;
}

.srd-benefit-wrap .addtoany_shortcode a:hover {
  /* transform: rotate(10deg); */
}

.srd-benefit-wrap .addtoany_shortcode a {
  width: 28px;
  height: 27px;
  padding: 0;
  vertical-align: super;
}

.srd-benefit-wrap .addtoany_shortcode a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .3s ease-in-out !important;
}

/***** Step 3 End *****/



/*********** Search ***********/
.search-sec {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #A89C81;
  top: 0;
  left: 0;
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out;
}

.search-form-wrap {
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.search-title {
  color: #ffffff;
  margin-bottom: 45px !important;
}

.search-sec .search-form,
.search-result-sec .search-form,
.search-no-result-sec .search-form {
  width: 100%;
}

.search-sec .search-form label,
.search-result-sec .search-form label,
.search-no-result-sec .search-form label {
  position: relative;
}

.search-sec input.search-field,
.search-result-sec input.search-field,
.search-no-result-sec input.search-field {
  background: #FFFFFF;
  border-radius: 100px;
  border: 0;
  min-height: 60px;
  max-width: 800px;
  width: 100%;
  padding: 19px 70px 19px 35px;
  font-size: 16px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0);
  transition: all .3s ease-in-out;
}

.search-sec input.search-field:focus,
.search-result-sec input.search-field:focus,
.search-no-result-sec input.search-field:focus {
  border: 1px solid #231F20;
}

.search-sec .search-icon,
.search-result-sec .search-icon,
.search-no-result-sec .search-icon {
  position: absolute;
  top: -6px;
  right: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.search-sec .search-icon img,
.search-result-sec .search-icon img,
.search-no-result-sec .search-icon img {
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
}

.search-sec .search-icon:hover img,
.search-sec .search-icon:focus img {
  filter: invert(1) brightness(100%);
  transform: rotate(-15deg);
}

.search-sec input.search-submit,
.search-result-sec input.search-submit,
.search-no-result-sec input.search-submit {
  display: none;
}

.search-sec .close-btn {
  top: 188px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(550px);
  width: 75px;
  height: 75px;
  z-index: 2;
  position: absolute;
  cursor: pointer;
}

.search-sec .close-btn:before {
  position: absolute;
  content: "";
  background-image: url(../images/general/white-cross.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s ease-in-out;
}

.search-sec .close-btn:hover:before,
.search-sec .close-btn:focus:before {
  transform: scale(1.1);
}

/***** Search Result *****/
.search-result-head,
.search-no-result-sec .search-title {
  /* font-size: 40px; */
  font-weight: 700 !important;
  text-align: center;
  margin-bottom: 10px !important;
  margin-top: 74px;
  color: #231F20;
}

.search-result-head span {
  /* font-size: 40px; */
  font-weight: 500;
}

.search-result-sec input.search-field,
.search-no-result-sec input.search-field {
  background-color: #F1F1F1;
  box-shadow: none;
}

.search-result-sec .search-icon:hover img,
.search-no-result-sec .search-icon:hover img,
.search-result-sec .search-icon:focus img,
.search-no-result-sec .search-icon:focus img {
  filter: invert(1) brightness(90%);
  transform: rotate(-15deg);
}

.search-result-body {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 74px;
}

.sresult-wrap {
  text-decoration: none;
  color: #231F20;
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: 360px;
  min-height: 398px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #F5F0E9;
  border-radius: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.sresult-wrap:nth-child(3n+3) {
  margin-right: 0;
}

.sresult-wrap:hover .sresult-bg>div,
.sresult-wrap:focus .sresult-bg>div {
  transform: scale(1.1);
}

.sresult-wrap:hover .html-brown-btn,
.sresult-wrap:focus .html-brown-btn {
  background-position: 100% 50%;
  box-shadow: 0 0 6px #00000080;
}

.sresult-inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 17px 24px 30px;
}

.sresult-wrap:hover,
.sresult-wrap:focus {
  color: #231F20;
}

.sresult-bg {
  max-width: 360px;
  width: 100%;
  height: 172px;
  min-height: 172px;
  overflow: hidden;
  position: relative;
  background-color: #231F20;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.sresult-bg.featured-img div {
  background-size: contain;
  width: 50%;
  height: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sresult-bg>div {
  position: absolute;
  content: '';
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out !important;
}

.sresult-title {
  margin-bottom: 10px !important;
  font-weight: 700 !important;
}

.sresult-content {
  margin-bottom: 13px;
}

/***** Search Result End *****/


/***** No Result *****/
.search-no-result-sec {
  min-height: 724px;
  display: flex;
  align-items: center;
}

.search-no-result-sec .search-title {
  margin-bottom: 10px;
  margin-top: -193px;
}

.search-no-result-sec .search-desc {
  margin-bottom: 40px;
}

/***** No Result End *****/
/*********** Search End ***********/

/*********** Engagement Ring Step 1 Filter Table End ***********/
.dteg-step1-table {
  margin-top: 31px;
}

.dteg-step1-table .sort {
  display: flex;
  justify-content: flex-end;
}

.dteg-step1-table .sort>.facetwp-facet {
  position: relative;
  transition: all .3s ease-in-out;
}

.dteg-step1-table .sort>.facetwp-facet:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.dteg-step1-table .sort>.facetwp-facet:after {
  position: absolute;
  content: '';
  background-image: url(../images/general/dropdown.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  opacity: 1;
  transition: all .3s ease-in-out;
}

.dteg-step1-table .sort>.facetwp-facet:hover:after {
  transform: scale(1.2);
}

.dteg-step1-table .sort select {
  border: 1px solid #231F20;
  background: #FFF;
  font-size: 18px;
  min-height: 42px;
  font-family: 'GlacialDiff';
  padding: 6px 44px 6px 20px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-transform: uppercase;
}

.dteg-step1-table .t-container {
  overflow-x: auto;
  padding-bottom: 30px;
  margin-top: 30px;
}

.dteg-step1-table .t-content {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 0.5px solid #231F20;
  border-collapse: collapse;
  text-transform: uppercase;
  overflow-x: scroll;
  overflow-y: auto;
}

.dteg-step1-table .t-content td:first-child {
  text-transform: none;
}

.dteg-step1-table .t-content thead {
  background: #231F20;
  color: #fff;
}

.dteg-step1-table .t-content th,
.dteg-step1-table .t-content td {
  border: 0.5px solid #231F20;
  padding: 9px 22px;
  position: relative;
}

.dteg-step1-table .t-content span {
  margin-left: 10px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.15px;
  display: inline-block;
}

.dteg-step1-table .t-content .content-th-icon {
  display: inline-block;
  cursor: pointer;
}

.dteg-step1-table .t-content th.content-th-icon::after {
  position: absolute;
  content: '';
  background-image: url(../images/general/dropdown.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  opacity: 1;
  transition: all .3s ease-in-out;
  filter: brightness(0) invert(1);
  cursor: pointer;
}

.dteg-step1-table .t-content th:hover.content-th-icon::after {
  transform: scale(1.2);
}

.dteg-step1-table .t-content .arrowbg-wrap {
  position: absolute;
  content: '';
  background-image: url(../images/general/horizontal-arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  height: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  opacity: 1;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.dteg-step1-table .t-content .arrowbg-wrap:hover {
  transform: translateX(5px);
}

.t-pagi-sec {
  margin-top: 70px;
}

.t-pagi-sec .t-pagi-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.t-pagi-sec .t-pagi-container a {
  cursor: pointer;
  text-transform: uppercase;
}

.t-pagi-sec .t-pagi-container a,
.t-pagi-sec .t-pagi-container span {
  border: 1px solid #231F20;
  font-size: 18px;
  margin: 4.5px;
  padding: 5px 9px;
  transition: all .3s ease-in-out;
}

.t-pagi-sec .t-pagi-container span.pagi-current,
.t-pagi-sec .t-pagi-container a:hover,
.t-pagi-sec .t-pagi-container span:hover {
  font-weight: 400;
  background-color: #231F20;
  color: #ffffff;
  border-color: #fff;
}

.t-pagi-sec .t-pagi-container .pagi-first,
.t-pagi-sec .t-pagi-container .pagi-previous,
.t-pagi-sec .t-pagi-container .pagi-next,
.t-pagi-sec .t-pagi-container .pagi-last {
  padding: 5px 19.5px;
}

/*********** Engagement Ring Step 1 Filter Table End ***********/