/* ========= 1. INDEX PAGE ============= */
/* ========= 2. ABOUT PAGE ============= */
/* ========= 3. SERVICES PAGE =========== */
/* ***** 3.1 NAIL CARE PAGE ******* */
/* ***** 3.2 NAIL EXTENSION PAGE ******* */
/* ***** 3.3 MASSAGE PAGE ******* */
/* ========= 4. TESTIMONIAL PAGE =========*/
/* ========= 5. PRIVACY POLICY ============= */

/* ======== COMMON CLASS ======= */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.bgcolor__purple {
  background-color: rgb(85, 0, 67);
}
.bgcolor__yellow {
  background-color: #b89b4d !important    ;
}
h1.main_title {
  font-size: 36px;
  font-weight: 600;
  color: #b89b4d;
  line-height: 1;
  margin: 0;
  padding-bottom: 6px;
}
h2.title_heading {
  font-size: 26px;
  font-weight: bolder;
  color: #fff;
}
.padding_rl {
  padding-left: 30px;
  padding-right: 30px;
}
h2.small_heading {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}
.fs--18 {
  font-size: 18px;
}
.fs--14 {
  font-size: 14px !important;
}
.fs--12 {
  font-size: 12px !important;
}
.border__bottom {
  border-bottom: 1px solid #ececec;
}
.form-control:focus {
  box-shadow: none;
  border-color: #2222221a;
}
.smallbtn_tranparent {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  padding: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.smallbtn_tranparent:hover {
  color: #ffff;
}
.custom__button {
  position: relative;
  display: inline-block;
  background-color: #b89b4d;
  border: 1px solid #b89b4d;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.03px;
  cursor: pointer;
  color: #fff;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  margin-right: 1em;
  text-shadow: none;
  line-height: 35px;
  min-height: 35px;
  padding: 0 16px;
  max-width: 100%;
  transition: all 0.3s;
}
.custom__button:hover {
  background-color: #7c6831;
  border: 1px solid #b89b4d;
  color: #fff;
}
.is_divider {
  height: 3px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 16px 0 16px;
  width: 100%;
  max-width: 30px;
}
.widget-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.form-control {
  border: 1px solid #ddd !important;
  padding: 0 12px;
  height: 38px;
  font-size: 14px;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  transition: color 0.3s, border 0.3s;
}

/* ==========1. INDEX PAGE ============== */
/* ====== HEADER START ============ */
/* ==== TOP HEADER ======*/
.header .top_bar {
  background-color: #550043;
}
.header .top_bar .dropdown-menu.show {
  transform: translate(-4px, 23px) !important;
}
.header .top_bar .dropdown-menu {
  font-size: 10px;
  background-color: #550043 !important;
  min-width: auto;
  width: 50px;
  border-radius: 2px !important;
  padding: 0;
}
.header .top_bar .dropdown-item {
  color: #fff !important;
  padding: 0;
  text-align: center;
}
.header .top_bar .nav-link {
  font-size: 12px;
  line-height: 12px;
}
.header .top_bar .dropdown-item:focus,
.header .top_bar .dropdown-item:hover {
  background-color: var(--bs-link-hover-color);
}
.button.is-underline:before {
  content: "";
  height: 3px;
  background-color: currentColor;
  opacity: 0.3;
  transition: all 0.3s;
  position: absolute;
  bottom: -4px;
  left: 20%;
  width: 60%;
}
a.plain:hover {
  opacity: 0.7;
}
.button.is-underline:hover:before {
  left: 0%;
  width: 100%;
  opacity: 1;
}
.header .top_bar .top_bar_nav .has_dropdown .img__icon {
  width: 100%;
  max-width: 16px;
  height: 100%;
  max-height: 16px;
}
/* ======TOOLTIP CSS ======== */
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1 !important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  max-width: 260px;
  min-width: 260px;
  transition: opacity 0.25s;
  box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  border: 2px solid #ddd;
  color: #777;
  background-color: #ffff;
  color: #000;
  text-align: start;
  border-radius: 2px;
  padding: 20px 30px;
  position: absolute;
  z-index: 1;
  top: 34px;
  right: 0;
  margin-left: -60px;
  z-index: 9999;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 10%;
  margin-left: 0px;
  border-width: 13px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/* ====MASTER HEADER ======*/
.masthead .masthad_logo {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.masthead .masthad_logo img {
  height: 100%;
  max-height: 90px;
  width: 100%;
}
.masthead .login_basket .login__button {
  border-radius: 5px;
  background-color: #b89b4d;
  padding: 0px 19px;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}
.masthead .login_basket .basket_icon a.nav-link {
  font-size: 12px;
  line-height: 20px;
  color: #666666d9;
}
.masthead .login_basket .cart_icon strong {
  border-radius: 0;
  font-weight: bold;
  margin: 0 5px;
  border: 2px solid #b89b4d;
  color: #446084;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 23px;
}
.masthead .login_basket .cart_icon strong::after {
  transition: height 0.1s ease-out;
  bottom: 100%;
  margin-bottom: 0;
  margin-left: -7px;
  height: 8px;
  width: 14px;
  left: 50%;
  content: " ";
  position: absolute;
  pointer-events: none;
  border: 2px solid #b89b4d;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom: 0;
}
.masthead .login_basket .basket_icon:hover .cart_icon strong {
  background-color: #b89b4d;
  color: #fff;
}
.masthead .login_basket .basket_icon:hover strong:after {
  height: 10px;
}

.masthead .masthead_search .form-control:focus {
  box-shadow: 0 0 5px #ccc;
  opacity: 1 !important;
  outline: 0;
  color: #333;
  background-color: #fff;
}
.masthead .masthead_search .search__icon {
  background-color: #550043;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 0.5px solid #550043;
}
.masthead .basket_icon.tooltip .tooltiptext {
  top: 45px;
}
.masthead .basket_icon.tooltip .tooltiptext::after {
  right: 35%;
}
.masthead li.basket_icon {
  z-index: 10;
}
/* ============  OFFCANVAS HEADER START ==============*/
.masthead .offcanvas {
  width: 100%;
  max-width: 300px;
  z-index: 99999;
}
.masthead .offcanvas .offcanvas-header button {
  border: none;
  position: absolute;
  right: 5px;
  background: #550043;
  border-radius: 50px;
  top: 5px;
  width: 100%;
  max-width: 34px;
  height: 100%;
  max-height: 34px;
  color: #fff;
}
.masthead .offcanvas .offcanvas-body .nav-link {
  border-bottom: 1px solid #ececec;
  color: rgba(102, 102, 102, 0.85);
  padding: 10px 0;
}
/* ============  OFFCANVAS HEADER END ==============*/
/*======= MAIN HEADER LINK ========*/
.main__nav {
  background-color: #b89b4d;
}
.main__nav .nav {
  min-height: 41px;
}
.main__nav .nav-item a.nav-link {
  color: #ffffffcc;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: all 0.2s;
}
.main__nav .nav-item a.nav-link:hover,
.main__nav .nav-item a.nav-link.active {
  color: #550043;
  font-size: 13.5px;
}

/* ==== HERO SECTION START ==== */
.hero .slide-btn {
  height: 100%;
  max-height: 500px;
}
.hero .slide-btn img {
  width: 100%;
  max-height: 500px;
  min-height: 300px;
  object-fit: cover;
}
.hero .slick-next:before,
.about_silder .slick-next:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.hero .slick-prev:before,
.about_silder .slick-prev:before {
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.hero .slick-next:before,
.hero .slick-prev:before,
.about_silder .slick-next:before,
.about_silder .slick-prev:before {
  color: #fff;
  font-size: 42px;
}
.hero .slick-prev {
  left: -18px;
  z-index: 10;
  transition: all 0.5s ease-in;
}
.hero .slick-next {
  right: 3px;
  transition: all 0.5s ease-in;
}
.hero .slick-next:hover:before,
.about_silder .slick-next:hover:before,
.hero .slick-prev:hover:before,
.about_silder .slick-prev:hover:before {
  color: #b89b4d;
  transition: all 0.5s ease-in;
}
.hero .slick-dots li button:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 15px;
  opacity: 0.5;
  color: #fff;
}
.hero .slick-dots li.slick-active button:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 1;
  color: #fff;
}
.hero .slick-dots {
  bottom: 22px;
}
.hero .slick-dotted.slick-slider {
  margin-bottom: 0;
}
/* =======GALLERY SECTION START =============== */
.gallery .gallery_box .gallery_single img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}
.gallery .gallery_box .gallery_single .box_content {
  position: absolute;
  bottom: 22px;
  left: 34%;
  right: auto;
}

/* ======= TESTIMONIAL START ======= */
.testimonial .testimonial_cont {
  position: relative;
  padding: 50px;
  background: #fff;
  box-shadow: 0px 0px 40px rgb(0 0 0 / 10%);
  border-radius: 16px;
}
.testimonial .testimonial_cont:before {
  content: "";
  width: 100px;
  height: 50px;
  background: #550043;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
}
.testimonial .text_item {
  background: url(../images/quote.svg) no-repeat top center;
  background-size: 70px;
  padding-top: 70px;
  color: #616161;
}
.testimonial .testimonial_cont .slick-next:before,
.testimonial .testimonial_cont .slick-prev:before {
  color: #550043;
  font-size: 20px;
}
.testimonial .testimonial_cont .tm_title h1 {
  font-size: 36px;
  font-weight: 600;
  color: #b89b4d;
  line-height: 1;
  margin: 0;
  padding-bottom: 6px;
}

.testimonial .testimonial_cont .tm_title p {
  font-size: 18px;
  font-weight: 600;
}
.testimonial .tesName {
  font-size: 24px;
  font-weight: 600;
  color: #343434;
  line-height: 1;
}
.testimonial .testimonial_cont .tm_button a.tmall_btn {
  display: block;
  padding: 15px 20px;
  line-height: 1;
  margin: 0 auto;
  background: #b89b4d;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  width: 100%;
  max-width: 210px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
/* ========FOOTER START ============*/
.footer {
  background-color: #e9e9e9;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.footer .fcontact-right img {
  width: 100%;
  max-width: 150px;
  height: 100%;
  max-height: 150px;
}
/* =====FOOTER 2 ======== */
.footer_2 {
  background-color: #550043;
  color: rgba(255, 255, 255, 0.5);
}
.footer_2 .payment-icon:hover {
  opacity: 1;
}
.footer_2 .payment-icon {
  display: inline-block;
  opacity: 0.6;
  transition: opacity 0.3s;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  padding-bottom: 0;
  padding: 3px 5px 5px;
  margin: 3px 3px 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.footer_2 .payment-icon img {
  width: 100%;
  max-width: 40px;
  min-width: 40px;
  height: 100%;
  max-height: 20px;
}
.footer_2 .footer_primary .menu_footer a.nav-link {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  padding: 2px 15px;
  line-height: 12px;
  text-transform: uppercase;
}
.footer_2 .footer_primary .menu_footer a.nav-link:hover {
  color: #fff;
}
.footer_2 .footer_primary .menu_footer {
  padding-bottom: 5px;
  opacity: 0.8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer_2 .copyright_footer p span {
  font-size: 12px;
  color: #ffff;
  line-height: 14px;
}
.footer_2 .footer_primary .menu_footer a.nav-link:hover,
.footer_2 .footer_primary .menu_footer a.nav-link.active {
  color: #fff;
  opacity: 1;
}

/* ========= 2. ABOUT PAGE ============= */
.about_us .about_banner .about_banner_img img {
  height: 100%;
  max-height: 350px;
  object-fit: cover;
}
.card_img img {
  height: 100%;
  max-height: 500px;
  min-height: 500px;
  object-fit: cover;
}
.about_card {
  border: 10px solid #b89b4d;
  max-height: 500px;
}
.about_card .card_inner {
  min-height: 500px;
  max-height: 500px;
  cursor: pointer;
  box-sizing: border-box;
}
.about_silder .slick-next {
  right: 31px;
}
.about_silder .slick-prev {
  left: 9px;
  z-index: 10;
}
/* ========= 3. SERVICES PAGE =========== */
/* =====SERVICES PAGE ======*/
.banner__btn_1 {
  position: absolute;
  bottom: 19px;
  left: 62px;
}
.banner__btn_2 {
  position: absolute;
  top: 30px;
  left: 10px;
}
.banner__btn_3 {
  position: absolute;
  bottom: 59px;
  left: 0;
}
.banner__btn_4 {
  position: absolute;
  right: 65px;
  bottom: 23px;
}

.banner_single img {
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.3, 0, 0.3, 1);
  object-fit: cover;
  max-height: 330px;
  min-height: 330px;
}
.banner_fill_inner {
  background-color: rgb(233, 233, 233);
}
.banner_fill_inner:hover .banner_single img {
  transform: scale(1.1);
}
/* ************ 3.1 NAIL CARE PAGE *************** */
.bradcrumb_link .breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #666666b3;
  font-weight: normal;
  text-transform: uppercase;
}
.bradcrumb_link .breadcrumb .breadcrumb-item a:hover,
.bradcrumb_link .breadcrumb .breadcrumb-item a.active {
  color: #222;
  font-weight: bold;
}
.category_pills .category_pills_inner {
  padding: 30px 0 30px 0;
}
.category_pills .category_pills_inner .single_pills a {
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  border-radius: 0;
  margin-top: 0;
  /* margin-right: 1em;   */
  line-height: 28px;
  min-height: 28px;
  padding: 0 12px;
  max-width: 100%;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
  background-color: #b89b4d;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  font-weight: bolder;
  text-decoration: none;
  text-transform: uppercase;
}
.category_pills .category_pills_inner .single_pills a:hover {
  background-color: #7c6831;
}
.category_pills .category_pills_inner .single_pills a.active {
  background-color: #550043;
}
.services_price .table tr td {
  font-size: 14px;
  color: #666666;
}
/* ***** 3.3 MASSAGE PAGE ******* */
.banner_section .banner_img img {
  height: 100%;
  max-height: 400px;
  object-fit: cover;
}
/****** SKIN CARE *********/
.banner_text {
  text-align: end;
  position: absolute;
  top: 50%;
  right: 0;
  width: 60%;
  transform: translate(0, -50%);
}
.banner_img.skincar_banner_img {
  background-image: url(../images/skincarbg.jpeg);
  background-repeat: no-repeat;
  background-position: 22% 48%;
  background-size: cover;
  background-color: rgba(190, 190, 190, 0.2);
  height: 200px;
  width: 100%;
}
/* ***** SEMI PERMANENT ******* */
/* .banner_img.semiper_banner_img{
    background-image: url(../images/semipermanent.jpeg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: rgba(190, 190, 190, 0.2);
    height: 250px;
    width: 100%;
} */
.getin_touch {
  width: 100%;
  background-color: #939393;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.getin_touch .getin_touch_text .getintouch_btn {
  text-decoration: none;
  color: #550043;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bolder;
  text-align: center;
  border: 2px solid #550043;
  line-height: 38px;
  min-height: 38px;
  padding: 0 18px;
  max-width: 100%;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
}
.getin_touch .getin_touch_text .getintouch_btn:hover {
  background-color: #550043;
  color: #fff;
}
/* ========= 4. TESTIMONIAL PAGE =========*/
.testi_title a.borderbtn {
  color: #b89b4d;
  display: block;
  margin: 0 auto;
  padding: 12px;
  line-height: 1;
  border: 2px solid #b89b4d;
  border-radius: 30px;
  width: 100%;
  max-width: 250px;
  margin-top: 15px;
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
.testi_title a.borderbtn:hover {
  background: #b89b4d;
  color: #fff;
}
.testimonial .testi_content {
  position: relative;
  padding: 50px;
  background: #fff;
  box-shadow: 0px 0px 40px rgb(0 0 0 / 10%) !important;
  border-radius: 16px !important;
  margin-top: -40px;
  /* z-index: -1; */
}
.testimonial .testi_nav_pills ul.nav li button {
  background: #d7d7d7;
  padding: 10px 20px;
  display: block;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #f6f6f6;
  border-radius: 0;
  font-weight: 700;
}
.testimonial .testi_nav_pills ul.nav li:first-child button {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-left: 0;
}
.testimonial .testi_nav_pills ul.nav li:last-child button {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-right: 0;
}
.testimonial .testi_nav_pills .nav-pills .nav-link.active,
.testimonial .testi_nav_pills .nav-pills .show > .nav-link,
.testimonial .testi_nav_pills .nav-pills .nav-link:hover {
  background: #e6e6e6;
  color: #b89b4d;
}
.testimonial .test_content_single .text_item {
  background: url(../images/quote.svg) no-repeat top left;
  background-size: 70px;
}
.testimonial .testi_content_row .test_col:nth-child(even) {
  border-left: 1px solid #e6e6e6;
}
.separator {
  display: block;
  height: 1px;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* video */
.testimonial-video .video-play .video-wrap {
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.testimonial-video .video-play .video-wrap:hover {
  opacity: 0.8;
}
.testimonial-video .video-play .video-wrap .popup-video {
  border-radius: 50%;
  box-shadow: 0 14px 24px 0 rgba(190, 173, 142, 0.3);
  line-height: 65px;
  background-color: #353530;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
  background-color: transparent;
}
.testimonial-video .video-play img {
  height: 100px;
  max-height: 100px;
  outline: none;
}
.testimonial-video .video-play .modal-dialog {
  width: 100%;
  max-width: 420px;
}
.testimonial-video .video-play .modal-dialog .modal-content {
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}
.testimonial-video .video-play .modal-dialog .modal-content video {
  width: 100%;
  height: 100%;
  max-height: 80vh;
  background-color: #fff;
  padding: 15px;
}
.testimonial-video .close__btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999 !important;
  cursor: pointer;
}
.testimonial-video .btn_design {
  width: 40px;
  height: 40px;
  background-color: #550043;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff !important;
  opacity: 1 !important;
}

.testimonial-video .btn-close {
  background-image: none !important;
}
.testimonial-video .btn-close:hover {
  color: #fff !important;
}
.testimonial_img .testi_single_card .tesText {
  min-height: 160px;
  color: #616161;
  font-size: 16px;
}
.testimonial_img .testi_single_card img {
  margin: 0 auto;
  position: relative;
  border: 4px solid #f3f3f3;
  border-radius: 10px;
  width: 100%;
  max-height: 400px;
}
.testimonial_img .testi_single_card .card-footer {
  padding: 10px 15px 15px 15px !important;
  background: #f9f9f9 !important;
  border-top: 1px dashed #dcdcdc !important;
  line-height: 1 !important;
}
.testimonial .tab-content {
  z-index: 1;
}
.testimonial .nav {
  position: relative;
  z-index: 2;
}
/* ====== PRIVACY POLICY ===========*/
.privacy_policy .pp_banner img {
  height: 100%;
  max-height: 400px;
  object-fit: cover;
}

/
  =========
  7.
  STORE
  LOCATOR
  =============
  /
  .store_locator
  .services__list
  .shop_cat
  h3 {
  margin-bottom: 0;
  min-height: 60px;
  font-size: 17px;
  font-weight: 400 !important;
}
.store_locator .services__list .shop_cat p {
  line-height: 1.3;
  color: #565656;
  font-size: 14px;
}
.bg__pink {
  background: #9c3390;
}
.bg__light {
  background-color: #e9e9e9;
}
.bg__lightyellow {
  background-color: #b59562;
}
.store_locator .services__list .title_step {
  padding: 6px;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  display: block;
}
/*** SERACH LOCATION ***/
#wpsl-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
  margin-bottom: 12px;
  padding: 12px 12px 0 12px;
  background: #f4f3f3;
}
.wpsl-clearfix:after,
.wpsl-clearfix:before {
  content: " ";
  display: table;
}
#wpsl-search-wrap {
  float: left;
  width: 100%;
}
#wpsl-search-wrap .wpsl-input,
#wpsl-search-wrap .wpsl-select-wrap {
  display: table;
}
#wpsl-search-btn,
#wpsl-search-wrap div {
  margin-right: 10px;
  float: left;
}
#wpsl-category,
.wpsl-input,
.wpsl-select-wrap {
  position: relative;
  margin-bottom: 10px;
}
#wpsl-search-wrap .wpsl-input label {
  margin-right: 0;
}
#wpsl-search-btn,
#wpsl-search-wrap #wpsl-radius,
#wpsl-search-wrap #wpsl-results,
#wpsl-search-wrap .wpsl-input input,
#wpsl-search-wrap .wpsl-input label {
  display: table-cell;
}
#wpsl-search-wrap div label {
  float: left;
  margin-right: 10px;
  line-height: 32px;
}
.wpsl-input label,
#wpsl-radius label,
#wpsl-category label {
  width: 95px;
}
#wpsl-search-btn,
#wpsl-search-wrap input {
  border: 1px solid #d2d2d2;
  border-radius: 3px;
}
#wpsl-search-input {
  width: 179px;
  height: auto;
  padding: 7px 12px;
  font-size: 100%;
  margin: 0;
}
.wpsl-dropdown {
  position: relative;
  width: 90px;
  border: 1px solid #ccc;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 0 !important;
  z-index: 2;
  -webkit-appearance: none;
}
#wpsl-results .wpsl-dropdown {
  width: 81px;
}
#wpsl-search-btn {
  padding: 7px 10px;
  line-height: 1.428571429;
  font-weight: 400;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  box-shadow: 0 1px 2px rgb(64 64 64 / 10%);
  text-transform: none !important;
}
input[type="email"],
input[type="date"],
input[type="search"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 2.507em;
  font-size: 0.97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}
.wpls_store {
  height: 100%;
  max-height: 350px;
}

.card-img-hk {
  height: 300px;
  object-fit: cover;
}

.inline-block {
  display: inherit!important;
}