/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366;
}
a:hover, a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/**
 * Form styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus,
[type=submit]:focus,
[type=button]:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-top: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}




/** Header Sticky **/

header#masthead.fixed .elementor-186 .elementor-element.elementor-element-13f51cf {
  margin-top: -45px;
}

header#masthead.fixed .elementor-186 .elementor-element.elementor-element-1efbd99>.elementor-element-populated {
  transition: 0.3s all ease;
  padding-top: 5px;
  padding-bottom: 5px;
}

header#masthead .elementor-186 .elementor-sticky--active .elementor-element.elementor-element-a9db6b8>.elementor-element-populated {
  margin-top: 0px;
}

header#masthead .elementor-186 .elementor-sticky--active .elementor-element.elementor-element-4128cb8 {
  top: -8px;
  background: #383838;
}

header#masthead .elementor-186 .elementor-element.elementor-element-1efbd99>.elementor-element-populated,
header#masthead .elementor-186 .elementor-element.elementor-element-a9db6b8 {
  transition: 0.5s all ease;
}

header#masthead .elementor-186 .elementor-sticky--active .elementor-element.elementor-element-a9db6b8 {
  width: 20%;
}


/** Flip Services **/

.flip-services .elementor-image-box-content .elementor-image-box-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  width: fit-content;
  min-width: 1px;
  min-height: 1px;
  padding: 7px 26px;
  background: #e5007e;
  color: #fff;
  text-transform: lowercase;
  position: absolute;
  bottom: 30px;
  left: 30px;
  -webkit-transition: min-width 0.4s, min-height 0.4s;
  -o-transition: min-width 0.4s, min-height 0.4s;
  transition: min-width 0.4s, min-height 0.4s;
}

.flip-services:hover .elementor-image-box-content .elementor-image-box-title a {
  min-height: calc(100% - 60px);
  min-width: calc(100% - 60px);
}

.flip-services .elementor-image-box-title {
  margin: 0px;
}

.flip-services {
  background: #FFF;
}

/** Fet Slider **/
.bb-feature-slider .swiper-slide,
.bb-feature-slider .swiper-slide-inner,
.bb-feature-slider .swiper-slide-inner * {
  height: 320px;
  object-fit: cover;
  width: 100%;
}

.hm-double-cell {
  height: 600px;
}

.hm-double-cell .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  /* max-width: 330px; */
  min-height: 560px;
  color: #fff;
  text-align: center;
  padding-left: calc(100% - 550px) !important;
}

.hm-double-cell.invert .elementor-widget-wrap {
  padding-left: 0px !important;
  padding-right: calc(100% - 550px) !important;
}

/** Alert Services **/
.service-booking-slider .elementor-slides .swiper-slide-bg{
  min-width: 75% !important;
  width: 75% !important;
}

.service-booking-slider .swiper-slide-inner{    
  right: 0px !important;
  padding: 0px !important;
  margin-left: 65% !important;
}

.service-booking-slider .swiper-slide-inner .swiper-slide-contents{  
  background: #f1f1f1;
  padding: 85px 20px;
  width: 420px;
}

.services-img-grid .elementor-image-box-img,
.services-img-grid .elementor-image-box-img img{
    height:300px;
    object-fit:cover !important;
}

.service-booking-slider .elementor-slides .elementor-slide-heading{
  position:relative;
  height: auto;
}

.service-booking-slider .elementor-slides .elementor-slide-heading:after{
  content:'';
  width: 50%;
  height: 3px;
  position: absolute;
  left: 25%;
  bottom: -10px;
  right: 0;
  background: #e5007e;
}
 
#sb_instagram{
 padding-bottom: 20px;
 width: calc(100% + 60px);
 margin-left: -30px;
}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{
text-decoration: none;}


.beauty-image-box {
  position: relative;
}

.beauty-image-boxes .elementor-image-box-description {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  height: 87%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  z-index: 2;
}

.beauty-image-boxes .elementor-image-box-description::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: height 0.3s ease-in-out;
  z-index: 1;
}

.beauty-image-boxes:hover .elementor-image-box-description {
  opacity: 1;
}

.beauty-image-boxes:hover .elementor-image-box-description span{
	color:#FFF;
	position:relative;
	z-index:99;
}

.beauty-image-boxes:hover .elementor-image-box-description::before {
  height: 99.5%;
}

/** Contact **/

.bbcontact-form {
   background: #fefefe;
   padding: 30px 30px 40px;
   transition: 0.3s all ease;
   border-radius: 5px;
   box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
}

.bbcontact-form form label {
   color: #383838 !important;
   font-weight: 500 !important;
   margin: 5px 0px 10px;
}

.bbcontact-form form .elementor-field {
   margin-bottom: 15px
}

.bbcontact-form form input,
.bbcontact-form form textarea,
.bbcontact-form form select {
   border: 1px #c7c7c7 solid !important;
}

.bbcontact-form .elementor-button {
   min-width: 170px;
   min-height: 50px !important;
}

.bbcontact-form .elementor-button:hover {
   background: #383838;
}


/** Booking Tmp **/

/*
.elementor-1225 .elementor-element.elementor-element-2d2b12b4>.elementor-element-populated {
   height: 500px;
}

.ecs-post-loop .elementor-page-title {
   height: 150px;
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
   text-decoration: none;
}
 

.sln-datalist.sln-datalist--styled {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   width: calc(100% + 20px);
}

.salon-booking-items .sln-datalist.sln-datalist--4cols .sln-datalist__item {
   flex-grow: 1;
   width: calc(25% - 20px);
   max-width: calc(25% - 20px);
   margin-bottom: 40px;
}

.salon-booking-items .sln-datalist .sln-datalist__item {
   padding: 0px !important;
   margin-bottom: 30px;
   position: relative;
}

.salon-booking-items .sln-datalist .sln-datalist__item .sln-datalist__item__image,
.salon-booking-items .sln-datalist .sln-datalist__item .sln-datalist__item__image * {
   width: 100%;
   max-width: 100% !important;
   border-radius: 0px;
   height: 300px;
   object-fit: cover;
}

.salon-booking-items .sln-datalist .sln-datalist__item .sln-datalist__item__description,
.salon-booking-items .sln-datalist .sln-datalist__item .sln-datalist__item__duration {
   display: none;
}

.sln-datalist.sln-datalist--styled .sln-datalist__item__name {
   margin: 0px !important;
}

.sln-datalist.sln-datalist--styled .sln-datalist__item__info,
.sln-datalist.sln-datalist--styled .sln-datalist__item__actions {
   position: absolute;
   width: 100%;
   margin: auto;
   position: absolute;
   top: 0%;
   left: 0%; 
}

.sln-datalist.sln-datalist--styled .sln-datalist__item__name {
   position: absolute;
   bottom: -40px;
   text-align: center;
   width: 100%;
   background: #e5007e;
   color: #FFF;
   font-size: 18px;
   line-height: 16px;
   padding: 12px 10px;
   text-transform: uppercase;
   font-weight: 400;
   font-family: "Montserrat", Sans-serif;
}

.sln-datalist.sln-datalist--styled .sln-datalist__item__actions a {
   width: 100%;
   height: 300px !important;
}

.sln-datalist.sln-datalist--styled .sln-datalist__item__actions a {
   border: none !important;
}

.sln-datalist.sln-datalist--styled .sln-datalist__item__actions:before {
   content: '';
   position: absolute;
   height: 0px;
   top: 0;
   left: 0;
   width: 100%;
   background: rgba(0, 0, 0, 0.3);
   transition: height 0.3s ease-in-out;
   z-index: 1;
}

.sln-datalist.sln-datalist--styled .sln-datalist__item__actions:hover:before {
   height: 300px !important;
}

.sln-datalist.sln-datalist--styled .sln-datalist__item__actions a {
   position: relative;
   z-index: 99;
   padding-top: 55% !important;
   font-weight: 400;
   color: #FFF;
   text-transform: uppercase;
   font-size: 16px;
   visibility: hidden;
}

.sln-datalist.sln-datalist--styled .sln-datalist__item__actions a:before {
   content: '';
   border: 1px #e1ddd6 solid;
   width: 60%;
   padding: 20px;
   position: absolute;
   left: 20%;
   top: 50%;
   z-index: 1;
}

.sln-datalist.sln-datalist--styled .sln-datalist__item__info p:last-child {
   padding-top: 38% !important;
   color: #FFF;
   z-index: 99;
   visibility: hidden;
   position: relative;
}

.salon-booking-items .sln-datalist .sln-datalist__item:hover .sln-datalist__item__info p:last-child,
.sln-datalist.sln-datalist--styled .sln-datalist__item__actions:hover a {
   visibility: visible;
}

*/


.blog-details-banner{
  margin-top:95px;
}

.custom-nav-btn ul li {
   margin: 0px !important;
}

.custom-nav-btn ul li a {
   padding: 28px 45px !important;
   background: #e32184;
}

.custom-nav-btn ul li a * {
   text-shadow: none !important;
}

.custom-nav-btn ul li a.active,
.custom-nav-btn ul li a.active *,
.custom-nav-btn ul li a:hover,
.custom-nav-btn ul li a:hover * {
   color: #e32184 !important;
   background: #FFF !important;
}


.salon-product-listing .sln-datalist--1cols .sln-datalist__item {
   background: transparent;
   display: inline-block;
   text-align: left;
   width: 100%;
   padding: 15px 0px !important;
   margin: 0px !important;
   height: auto;
   min-height: auto;
   position: relative !important;
   margin-bottom: 0px !important;
   border: 0px !important;
   text-shadow: none !important;
}

.salon-product-listing .sln-datalist.sln-datalist--styled:not(.sln-datalist--2cols):not(.sln-datalist--3cols):not(.sln-datalist--4cols) .sln-datalist__item:after {
   height: 1px;
   background: #928a8a;
}

.salon-product-listing .sln-datalist--1cols .sln-datalist__item .sln-datalist__item__image {
   display: none;
}

.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__name,
.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__price,
.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__description {
   width: 100% !important;
   margin: 0px !important;
}

.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__name, 
.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__description {
  padding-bottom:15px;
}
  
.salon-product-listing .sln-datalist.sln-datalist--styled *{
   color: #444;
   font-family: "Montserrat", Sans-serif;
}

.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__info strong{ 
  padding-left:5px;
  font-weight:500;
}

.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__info p,
.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__info {
   display: flex;
}

.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__info p{
    margin: 0px !important;
}

.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__actions {
   display: none;
}

.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__info * {
   margin: 0px;
}

.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__name {
   font-size: 24px !important
}

.salon-product-listing .sln-datalist.sln-datalist--styled{
  margin: 0px;
}

.salon-product-listing .sln-datalist--1cols .sln-datalist__item:last-child:after{  
  display:none !important;
}

.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__name, 
.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__description{
  width:calc(100% - 250px) !important;
  display:inline-block;
  clear:both;
  z-index: 9;
  position: relative;
}

.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__actions {
   display: inline-block;
   text-align: right;
   height: 50%;
   overflow: auto;
   margin: auto;
   position: absolute;
   top: 20%;
   left: 0;
   bottom: 0;
   right: 0;
}
 
.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__name i,
.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__name span{
  color: #e42185;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  float: none;
  font-style: normal;
}

.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__actions a{
  background: #e42185;  
  color:#FFF;
}

.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__actions a:hover{
  background: #383838;  
  color:#FFF;
}
 

/** Book Appointment **/

#sln-plugin-credits,
.sln-salon-title{
  display:none !important;
}

#sln-salon.sln-salon--l{
  width:100% !important;
  max-width: 100% !important;
}

#sln-salon.sln-salon--l .sln-btn.sln-btn--emphasis{
  display:block !important;
}


#sln-salon.sln-salon--l .datetimepicker-days table{
  border: 1px #aaa solid !important;
  border-radius: 5px !important;
}

#sln-salon.sln-salon--l .sln-icon--back{
  background:#383838; 
  color:#FFF !important;
}

#sln-salon .sln-input label{
  padding-left:0px !important;
}

#sln-salon .sln-input{
  margin-bottom:5px !important; 
}

.salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__name span,
.sln-steps-price.sln-service-price .sln-service-price-value,
#services-total.sln-total-price,
.sln-summary .sln-data-val .sln-list--dashed small,
.sln-total .sln-total-price,
.sln-pending-payment-box--amount strong{ 
    word-spacing: -5px !important;
}

#sln-notifications .sln-loader-wrapper{
	display:none !important;
}

.blog-listing article{
  border:1px #C2C2C2 solid;
  padding-bottom:15px !important;
}

.blog-listing .insights-listing .elementor-widget-wrap{
  border:none !important;
}

#sln-salon.sln-step-date #sln-notifications.sln-notifications--active::before, 
#sln-salon.sln-step-date #sln-debug-notifications.sln-notifications--active::before{
  color: #fff0 !important;
}

.bullet-listing strong{
	color:#e5007e;
	font-weight:600;
	padding-bottom:0.9rem;
	display: inline-block;
}


@media(max-width:990px){
	.service-booking-slider .elementor-slides .swiper-slide-bg{
	  width:60% !important;
	  min-width:60% !important;
	}

	.service-booking-slider .swiper-slide-inner{ 
		margin-left: 50% !important;
	}
	
}

@media(max-width:768px){ 
  
	.elementor-12 .elementor-element.elementor-element-f826c09{
		overflow:visible !important;
	}
	
  .footer-logo img{
    width:250px;
  }
  
}


@media(max-width:650px){
  
  .salon-product-listing .sln-datalist--1cols .sln-datalist__item{
    padding:25px 0px 10px !important;
  } 
	
  .salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__actions{
      position: relative;
      height: auto;
      display: block;
      text-align: left;
      top: inherit;
      left: inherit;
      bottom: inherit;
      right: inherit;
      margin: 20px 0px;
  }
  
  .salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__name, 
  .salon-product-listing .sln-datalist.sln-datalist--styled .sln-datalist__item__description{
    width: 100% !important;
    display:inline-block;
    clear:both;
    z-index: 9;
    position: relative;
  }
   
  .salon-product-listing .sln-datalist--1cols .sln-datalist__item:last-child .sln-datalist__item__actions,
  .salon-product-listing .sln-datalist--1cols .sln-datalist__item:last-child{
    margin-bottom:0px !important;
    padding-bottom: 0px !important;
  }

  .custom-nav-btn .elementor-icon-list-items,
  .custom-nav-btn .elementor-icon-list-items li{ 
	display: block !important;
  }

  .custom-nav-btn .elementor-icon-list-items{
	padding:10px 20px !important;
  }
	
  .bbcontact-form {
	background: #fefefe;
	padding: 20px 20px 25px; 
  }
	
  .service-booking-slider .elementor-slides .swiper-slide-bg{
	width:100% !important;
	min-width:100% !important;
   }

  .service-booking-slider .swiper-slide-inner{
	margin-left: 0% !important;  
	left: 0px !important;
	}

  .service-booking-slider .swiper-slide-inner .swiper-slide-contents{
    width: 90%;
    margin-right: 5%;
    padding: 30px 20px;
  }

  .service-booking-slider .swiper-slide-inner .swiper-slide-contents{
    background:#ffffffb5;
  }
 
  .elementor-12 .elementor-element.elementor-element-8c09dd7 .elementor-widget-wrap{
	padding:0px !important;	
  }
	
  body #sb_instagram, body #sb_instagram #sbi_images {
	margin: 0px; 
	padding: 0px !important;
  }

  body #sb_instagram{
	margin-left:-5px !important;	
  }
	
  body #sb_instagram #sbi_images{
	padding:3px !important;
  }
	
	
}


