@charset "UTF-8"; 

@font-face { font-family:CircularStd; 
src: url(/static/booking/fonts_sm/CircularStd_Medium.ttf); font-weight: 500; font-style: normal; font-display: swap;
} 

@font-face { font-family:GEO_55; 
src: url(/static/booking/fonts_sm/Helvetica_Neue_LT_GEO_55_Nus_Regular.ttf); font-weight: normal; font-style: normal; font-display: swap;
} 

@font-face { font-family:"philosopher"; 
src: url(/static/booking/assets/fonts/philosopher/Philosopher-Regular.ttf); font-weight: 400; font-style: normal; font-display: swap;
} 


@font-face { font-family: 'BPG LE Studio 02 Caps';
    src: url('/static/booking/assets/fonts/bpg-le-studio-02-caps/bpg-le-studio-02-caps-webfont.eot'); /* IE9 Compat Modes */
    src: url('/static/booking/assets/fonts/bpg-le-studio-02-caps/bpg-le-studio-02-caps-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/static/booking/assets/fonts/bpg-le-studio-02-caps/bpg-le-studio-02-caps-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('/static/booking/assets/fonts/bpg-le-studio-02-caps/bpg-le-studio-02-caps-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('/static/booking/assets/fonts/bpg-le-studio-02-caps/bpg-le-studio-02-caps-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/static/booking/assets/fonts/bpg-le-studio-02-caps/bpg-le-studio-02-caps-webfont.svg#bpg_le_studio_02_capsregular') format('svg'); /* Legacy iOS */
    font-weight: 500; font-style: normal; font-display: swap;
}
 
@font-face { font-family: 'BPG LE Studio 02';
    src: url('/static/booking/assets/fonts/bpg-le-studio-02/bpg-le-studio-02-webfont.eot'); /* IE9 Compat Modes */
    src: url('/static/booking/assets/fonts/bpg-le-studio-02/bpg-le-studio-02-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/static/booking/assets/fonts/bpg-le-studio-02/bpg-le-studio-02-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('/static/booking/assets/fonts/bpg-le-studio-02/bpg-le-studio-02-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('/static/booking/assets/fonts/bpg-le-studio-02/bpg-le-studio-02-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/static/booking/assets/fonts/bpg-le-studio-02/bpg-le-studio-02-webfont.svg#bpg_le_studio_02regular') format('svg'); /* Legacy iOS */
    font-weight: 500; font-style: normal; font-display: swap;
}



 @font-face { font-family:Brush_Script;  
 src: url(/static/booking/fonts_sm/Brush_Script.ttf); font-weight: 500; font-style: normal; font-display: swap;
 }
 
.Font_Brush {font-family:Brush_Script; }
.Font_Philosopher {font-family:"philosopher" !important; }
.font_CircularStd {font-family:CircularStd;}
.TO_CAPS {font-feature-settings: "case" on; }

.Font_Arial { font-family: Arial !important;  } 
.Geo_Arial { font-family:GEO_55;  }
.Geo_Caps  { } 
.Geo_SQR02 { }

/**********************************/

:root {
  --theme-color: #AB50E2;
  --theme-color--light: #c078eb;    
  --title-color: #1F1F1F;
  --body-color: #051d25;
  --smoke-color: #F8F8F8;
  --smoke-color2: #F4EFE3;
  --black-color: #000000;
  --black-color2: #101018;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --body-bg: #ffffff;
  --light-color: #8E97A6;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #D8DDE1; 
  --main-container: 1290px;
  --container-gutters: 30px;
  --section-space: 50px; /* --section-space: 120px; */
  --section-space-mobile: 50px; /* --section-space-mobile: 80px;  */
  --section-title-space: 50px; /* --section-title-space: 60px; */
  --ripple-ani-duration: 5s;
    
 --icon-font: "Font Awesome 6 Pro";
    --th-border-color: #D8DDE1;
    --white-color: #fff;
	
	--theme-color-v3: var(--theme-color);

}

/* Image-fit safety net: keep every booking image inside its slot regardless of the
   uploaded source aspect ratio (server also normalises new uploads on upload). */
.custom-mp-toprow__ls img { max-height: 46px; width: auto; object-fit: contain; }
.branchlist__itm_img img { width: 100%; height: 100%; object-fit: cover; }
.img-box6 .img1 img { width: 100%; height: 100%; object-fit: cover; }
.mnfcv2_blck_img img { width: 100%; height: 100%; object-fit: cover; }
.mnfcvs4_blck_img img { width: 100%; height: 100%; object-fit: cover; }
.branch-photo-slider img { width: 100%; height: 220px; object-fit: cover; }

/* Branch list card: stretch the image column to the card height so long text
   (which adds height via the info column's padding) doesn't leave whitespace. */
.branchlist__itm { align-items: stretch; }
.branchlist__itm_img { align-self: stretch; height: auto; }
.branchlist__itm--no-image .branchlist__itm_info { width: 100%; }

/* Branch gallery slider — only slick.css (core) is loaded, so style the arrows/dots
   ourselves (otherwise they render as the default "Previous"/"Next" text + bullets). */
.branch-photo-slider { position: relative; }
/* Before slick initializes, show only the first slide so the images never flash stacked. */
.branch-photo-slider:not(.slick-initialized) > div:nth-child(n+2) { display: none; }
.branch-photo-slider .slick-prev,
.branch-photo-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    color: transparent;          /* hide the "Previous"/"Next" text */
    font-size: 0;
    cursor: pointer;
}
.branch-photo-slider .slick-prev { left: 10px; }
.branch-photo-slider .slick-next { right: 10px; }
.branch-photo-slider .slick-prev::before,
.branch-photo-slider .slick-next::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--theme-color);
    border-right: 2px solid var(--theme-color);
}
/* Nudge each chevron so the optical centre (not the bounding box) sits in the circle. */
.branch-photo-slider .slick-prev::before { transform: rotate(-135deg); margin-left: 3px; }
.branch-photo-slider .slick-next::before { transform: rotate(45deg); margin-right: 3px; }
.branch-photo-slider .slick-dots {
    list-style: none;
    display: flex !important;
    justify-content: center;
    gap: 7px;
    padding: 0;
    margin: 10px 0 0;
}
.branch-photo-slider .slick-dots li { width: auto; height: auto; }
.branch-photo-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #cdd4dc;
    color: transparent;
    font-size: 0;
    cursor: pointer;
}
.branch-photo-slider .slick-dots li.slick-active button { background: var(--theme-color); }

/* Branch amenities — wide, short chips with the icon and name side by side. */
.branch-amenities-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
    margin-top: 14px;
}
.amenity-cell {
    display: inline-flex;
    flex: 0 1 auto;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border: 1px solid var(--th-border-color, #e4e7eb);
    border-radius: 8px;
    font-size: 12.5px;
    line-height: 1.2;
    color: var(--body-color, #333);
}
.amenity-cell__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--theme-color--light, #eef7f7);
    color: var(--theme-color);
    font-size: 13px;
}
.amenity-cell__name { text-align: left; }

/* Branch offcanvas: description, contact rows and social links. */
.branch-description {
    width: 100%;
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #4B4B4B;
}
.branch-contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.branch-contact__itm {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #4B4B4B;
}
.branch-contact__itm svg { flex: 0 0 auto; }
.branch-contact__itm a { color: #4B4B4B; transition: color 0.2s ease; }
.branch-contact__itm a:hover { color: var(--theme-color); }
.branch-social {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
.branch-social__itm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--theme-color--light, #eef7f7);
    color: var(--theme-color);
    font-size: 17px;
    transition: all 0.2s ease;
}
.branch-social__itm:hover { background: var(--theme-color); color: #fff; }

/* Booking 404 page. */
.booking-not-found-page {
    min-height: 100vh;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 248, 248, 0.98)),
        url(/static/booking/assets/img/bg/widget_banner.jpg) center/cover no-repeat;
}
.booking-error {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 48px 0;
    margin: 0;
}
.booking-error__inner {
    display: grid;
    grid-template-columns: minmax(220px, 420px) minmax(0, 1fr);
    align-items: center;
    gap: 48px;
    max-width: 960px;
    margin: 0 auto;
}
.booking-error__media {
    text-align: center;
}
.booking-error__media img {
    max-height: 320px;
    padding: 18px;
    filter: drop-shadow(0 18px 34px rgba(5, 29, 37, 0.12));
}
.booking-error__code {
    margin-bottom: 10px;
    font-family: CircularStd, Arial, sans-serif;
    font-size: 82px;
    font-weight: 700;
    line-height: 0.95;
    color: var(--theme-color);
}
.booking-error__title {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.35;
    color: var(--title-color);
}
.booking-error__text {
    max-width: 520px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.7;
    color: #4B4B4B;
}
.booking-error__btn {
    min-width: 210px;
    text-align: center;
}

@media (max-width: 767px) {
    .booking-error {
        padding: 36px 0;
    }
    .booking-error__inner {
        grid-template-columns: 1fr;
        gap: 22px;
        text-align: center;
    }
    .booking-error__media img {
        max-height: 220px;
    }
    .booking-error__code {
        font-size: 60px;
    }
    .booking-error__title {
        font-size: 22px;
    }
    .booking-error__text {
        margin-right: auto;
        margin-left: auto;
    }
}

body {
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 400;
    color: var(--body-color);
    background-color: var(--body-bg);
    line-height: 25px; 
    margin: 0;
	
	 
} 

 h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--title-font);
    color: #051d25;
}

/*  page scrool styles */

::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 15px;
    height: 0px
}

::-webkit-scrollbar-track {
    background-color: #fefefe;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #ccc;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--theme-color);
}

::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 10px;
    height: 0px
}

::-webkit-scrollbar {
    width: 7px;
}


/*  .page scrool styles */

.section-mp {
    display: block;
    width: 100%;
}


html,
body {
    overflow-x: hidden;
}

body.offcanvas_branch {
    overflow-x: visible;
}

.header-top {
    font-size: 13px;
   /* height: 38px;
    background: var(--theme-color);*/
      
    /*border-bottom: 1px solid #E9E7E7;*/
	height: 46px;
	
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;    
    border-bottom: 2px solid #E9E7E7;
	
/*  background: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color--light) 100%); 	
  background:
    radial-gradient(
      ellipse at center,
      rgba(255,255,255,0.12) 0%,
      rgba(255,255,255,0.05) 25%,
      transparent 60%
    ),
    linear-gradient(
      to right,
      var(--theme-color),
      #051d25,
      var(--theme-color)
    );
	*/
	  background: 
    linear-gradient(
      to right,
      var(--theme-color),
      var(--theme-color),
      var(--theme-color)
    );
	border-top: 2px solid var(--theme-color);
	
}

.header-center {
    padding: 5px 0;
    /*border-top: 0px solid #E9E7E7;*/
    border-bottom: 1px solid #E9E7E7;
    border-top: 1px dotted var(--theme-color--light);
    
    background: #fff;
    margin-bottom: 25px;
	
	position: relative;
    
}


.header-bottom {
    background: #fff;
    position: relative;
    height: 52px;
}



.main-menu nav>ul>li>a {
    display: block;
    /*padding: 15px 30px;*/
    margin-right: 25px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 21px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    /*font-size: 13px;
	line-height: 16px;*/
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease 0s;
    
}

@media (max-width: 992px) {
    .main-menu nav>ul>li>a {
        font-size: 13px;
    }
}

.main-menu nav>ul>li>a:hover,
.main-menu nav>ul>li>a.active {
    background: #fff;
    color: #f05332;
    border-bottom: 2px solid #f05332;
}

.sticky-header.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
    animation-name: fadeInDown;
    animation-duration: 900ms;
    animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    border-bottom: 0;
    font-weight: 500;
}

.usr_wrpr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-left: 1px dotted #607D8B;
    padding-left: 10px;
    width: 158px;
    border-radius: 3px;
}

.ta_lang_btn {
    width: 132px;
    height: 28px;
    transition: all 0.1s ease 0s;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    color: #4B4B4B;
    background: url(/static/booking/assets/images/arrow_lngff_grey.svg) right 5px top 10px no-repeat #fff;
    border-radius: 50px 3px 3px 50px;
    position: relative;
    z-index: 1;
    display: inline-flex;
    /* place-content: flex-start; */
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 16px;
    padding-left: 6px; 
	
    flex-wrap: nowrap;
	
	z-index: 2;
}

.ta_lang_btn__img {
	display: inline-flex;
    height: 25px;
    width: 34px;
    background: #fff;
    padding: 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-right: 12px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.ta_lang_btn:hover {
		background: url(/static/booking/assets/images/arrow_lngff_grey.svg) right 5px top 10px no-repeat #fff;
    	/* transform: rotate(180deg); */
    overflow: visible; z-index: 999;
	
    /*
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	*/
}

.ta_lang_btn_drop {
    display: block;
    text-align: left;
    padding: 0px; padding-left: 24px;
    position: absolute;
    height: 0px;
     
    overflow: hidden;
    background: #fefefe;
    right: 0px;
    top: 28px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    transition: all 0.1s ease 0s;
 
	
	font-size: 12px; 
    
    width: 144px; 
	
	border-radius: 16px 3px 3px 3px;
	border-right: 1px dotted var(--theme-color);
    border-bottom: 1px dotted var(--theme-color);
	
	/*border-top: 15px solid transparent;*/
}

.ta_lang_btn:hover .ta_lang_btn_drop {
    display: block;
    height: 97px;
    padding: 9px;
}

.ta_lang_btn_geo {
    display: flex;
	justify-content: flex-start;
	align-items: center;
    align-content: center;
	padding-left: 30px;
    height: 20px;
    overflow: hidden;
    
    margin-top: 5px;
	background: #FFFFFF url('assets/images/flags/h_smll/georgia_fl.png') left no-repeat padding-box; 
	margin-left: 12px;
	
}

.ta_lang_btn_eng {
    display: flex;
	justify-content: flex-start;
	align-items: center;
    align-content: center;
	padding-left: 30px;
    height: 20px;
    overflow: hidden;
    
    margin-top: 5px;
    background: #FFFFFF url('assets/images/flags/h_smll/britain_fl.png') left no-repeat padding-box;  
	margin-left: 12px;
}

.ta_lang_btn_rus {
    display: flex;
	justify-content: flex-start;
	align-items: center;
    align-content: center;
	padding-left: 30px;
    height: 20px;
    overflow: hidden;
    
    margin-top: 5px;
    background: #FFFFFF url('assets/images/flags/h_smll/russia_fl.png') left no-repeat padding-box;
	margin-left: 12px;
}

/* Currently selected language in the dropdown. */
.ta_lang_btn_drop a.is-active { font-weight: 700; color: var(--theme-color); }


.toprow-menu ul { 
	width: 100%;
    height: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
	
	position: relative;
}

.toprow-menu ul>li{ 
    width: fit-content;
    height: 32px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;  
    color: #fff;
	
	padding-left: 18px; padding-right: 18px;
}
.toprow-menu ul>li>a {
    color: #fff; transition: all 0.7s ease 0s; line-height: 25px; font-size: 13px;
}
.toprow-menu ul>li>a:hover {
    text-decoration: underline;
}

.btn_login {
    width: 132px;
    height: 56px;
    background: var(--theme-color-v3);
    border-radius: 2px;
    margin-left: 5px;
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    transition: all 0.7s ease 0s;
    font-size: 14px;
	
	overflow: hidden; 
  
    position: relative;
    z-index: 1;
	
	color: #fff !important;
     
	
}
 
 
.btn_login::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    transition: all 0.3s ease 0s;
    z-index: -1;
    background: #051d25;
	color: #fff;
}

.btn_login:hover::after {
    width: 100%;
    left: 0;
    right: auto;
	color: #fff;
}



.register_link a {
    color: #fff;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    display: inline-flex;
}

.register_link a:hover {
    color: #fafafa;
}

.blck_tlts_wrppr {
    margin-bottom: 54px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.blck_tlts_wrppr_adwu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.wrpr_vb1 {
	padding-left: 10px;
	padding-right: 10px;
}


.btn_rsall {
    height: 42px;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    background: #3db780;
     border-radius: 2px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
}

.btn_rsall_v2 {
    background: var(--theme-color);
}

.btn_rsall a {
    color: #fff;
}

.btn_rsall:hover {
    background: #f05332;
}

.btn_rsall:hover a {
    color: #fff;
}

.sct_ttl {
    font-size: 24px;
    color: #000;
    line-height: 29px;
}

.sct_ttl_smll {
    /*font-size: 12px;*/
    font-size: 14px;
    line-height: 21px;
    color: #373737;
}


/* Default Slider FF */

.itms-default-slider {
    position: relative;
}

.itms-default-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.itms-default-slider .default-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    border-radius: 8px;
    color: #000;
    z-index: 9;
    font-size: 22px;
    /*background: transparent;*/
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
	
	transition: all 0.3s ease;
	width: 40px;
    height: 40px;
	border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; 
	background: #fff;
}


.itms-default-slider .slick-list .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
    overflow-x: hidden;
}

@media (min-width: 576px) {
    .itms-default-slider .slick-list .slick-slide {
        overflow-x: visible;
    }
}

.itms-default-slider:hover .default-slider-arrow {
    visibility: visible;
    opacity: 1;
}

.itms-default-slider:hover .default-slider-arrow--left {
    left: -15px;
 
}

.itms-default-slider:hover .default-slider-arrow--right {
    right:-15px;
 
}


.itms-default-slider .default-slider-arrow--left:hover {
    left: -15px;
	 border: 1px solid var(--theme-color-v3);
	 color: var(--theme-color-v3);
}

.itms-default-slider .default-slider-arrow--right:hover {
    right:-15px;
	 border: 1px solid var(--theme-color-v3);
	 color: var(--theme-color-v3);
}


/* .Default Slider FF */

.ben_blck_mpf {
    border: 1px solid #E9EEEE;
    border-radius: 2px;
    background: #fdfdfd;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    padding: 30px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.ben_blck_mpf:hover {
    background: #f5f5f5;
}

.ben_blck_mpf_v2 {
    border: 1px solid #E9EEEE;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    padding: 30px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.ben_blck_mpf_v2:hover {
    background: #fdfdfd;
}

.ben_blck_mpf_ttl {
    min-height: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-bottom: 30px;
}

.ben_blck_mpf_imgff {
    position: relative;
    width: 50px;
    height: 50px;
    background: #F7F8F8;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
}

.ben_blck_mpf_str {
    height: 50px;
    overflow: hidden;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    text-align: left;
}

.ben_blck_mpf_dscrtn {
    /*font-size: 14px;*/
    font-size: 15px;
    color: #000;
    line-height: 21px;
    min-height: 84px;
}

.ben_mpbg {
    background: var(--theme-color);
    border-bottom: 1px solid #E9E7E7;
    position: relative;
    width: 100%;
    padding-top: 92px;
    padding-bottom: 92px;
    overflow: hidden;
}

.ben_mobg_inner {
    position: absolute;
    top: -41px;
    width: 100%;
    height: 77px;
    border-radius: 0 0 90% 90%;
    background-color: #fff;
}

.ben_bttm {
    margin-top: 25px;
    transition: all 0.3s ease 0s;
    display: block;
    width: 150px;
    float: right;
}


/*******************/

.txt_to_1_row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*line-height: 1.2;*/
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    -webkit-line-clamp: 1;
}

.txt_to_2_row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*line-height: 1.2;*/
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    -webkit-line-clamp: 2;
}

.txt_to_3_row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*line-height: 1.2;*/
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    -webkit-line-clamp: 3;
}

.txt_to_4_row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*line-height: 1.2;*/
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    -webkit-line-clamp: 4;
}

.txt_to_5_row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*line-height: 1.2;*/
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    -webkit-line-clamp: 5;
}


/***********************************/


/******* don */


/******* .don */


/** .footer **/

.footer-smstls {
    border-top: 1px solid #E0E0E0;
}



.section-inner-bg {
    background: #dee9f1;
}

.footer-menu-nav>li>a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #051d25;
}

.footer-menu-nav>li>a:hover {
    color: var(--theme-color-v3);
    transform: translateX(10px);
}

.footer-bottom {
	    border-top: 1px solid #E0E0E0;
	
    background: #dee9f1;
    opacity: 1;
    height: 83px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
}

.ftf_lnk {
    font-size: 14px;
    line-height: 15px;
    color: var(--theme-color);
    transition: all 0.3s ease 0s;
}

.ftf_lnk:hover {
    color: var(--theme-color-v3);
}

.link_to_fb {
    width: 38px;
    height: 35px;
    background: #102731;
    border-radius: 2px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    float: right;
}

.link_to_fb:hover {
    background: #f05332;
}

.btm-pp {
    text-align: right;
}


/* for responsive */

@media (max-width: 1200px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {
    .footer-menu {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
		
		
    }
    .link_to_fb {
        float: left;
    }
    .footer-bottom {
        display: flex;
        place-content: center space-between;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: row;
        align-content: center;
        height: 90px;
    }
    .btm-pp {
        text-align: left;
    }
    .ftf_lnk {
        text-align: left;
    }
}


/* .for responsive */


/** .footer **/


/** ofcanvas **/


.offcanvas-close {
    width: 40px;
    height: 40px;
    line-height: 16px;
    text-align: center;
    /*
    border: 1px solid #666;
    border-radius: 50%;
	*/
    border: none;
    transition: all 0.3s ease 0s;
}

.close_vector {
    /*fill: var(--theme-color);*/
	fill: var(--theme-color-v3);
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.offcanvas-close:hover .close_vector {
    fill: #f05332;
}

.close_vector:hover {
    fill: #f05332;
}


/** .ofcanvas **/


/** ben_ff **/

.mb-blff1 {
    margin-bottom: 30px;
}

.blc_mh1 {
    height: 86px;
    overflow: hidden;
    border: 0px solid red;
}

.ben_descr_fs {
    /*font-size: 14px;*/
    font-size: 15px;
    line-height: 21px;
    color: #000;
}


/******** gall ************/

.bd_gallery {
    width: 100%;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}

.gall-image-large-single {
    width: 140px;
    height: 140px;
    padding: 0px;
    margin: 0px;
    border: 1px solid #E9EEEE;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.gall-large-image-single-slider img {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
}

.gall-large-image-single-slider:hover .gallery-nav {
    visibility: visible;
    opacity: 1;
}

.gall-large-image-single-slider .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.gall-large-image-single-slider .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}

.gall-large-image-single-slider .gallery-nav-horizontal-right {
    right: -15px;
    height: 40px;
    width: 40px;
    background: #F7F8F8;
    border: 1px solid #F7F8F8;
     border-radius: 2px;
}

.gall-large-image-single-slider .gallery-nav-horizontal-left {
    left: -15px;
    height: 40px;
    width: 40px;
    background: #F7F8F8;
    border: 1px solid #F7F8F8;
     border-radius: 2px;
}

.gall-large-image-single-slider .gallery-nav-horizontal-left:hover,
.gall-large-image-single-slider .gallery-nav-horizontal-left:focus {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.gall-large-image-single-slider .gallery-nav-horizontal-right:hover,
.gall-large-image-single-slider .gallery-nav-horizontal-right:focus {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
}


/******** .gall ************/


/*** donors_ff ****/

.don_blck_mpf {
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    padding: 27px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.don_blck_mpf:hover {
    background: #f5f5f5;
}

.don_blck_mpf_ttl {
    min-height: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 30px;
}

.don_tb1 {
    width: 65%;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.don_tb2 {
    width: 35%;
    overflow: hidden;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    align-content: flex-end;
    flex-wrap: nowrap;
    /*height: 50px;*/
    height: 42px;
}

.don_blck_tb2s1 {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #f05332;
}

.don_blck_tb2s2 {
    font-style: normal;
    font-weight: 350;
    /*font-size: 12px; */
    font-size: 12px;
    line-height: 14px;
    color: #000;
}

.don_blck_mpf_imgff {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    background: #F7F8F8;
    border: 2px solid #F7F8F8;
}

.don_blck_mpf_str {
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    text-align: left;
    margin-left: 10px;
    font-style: normal;
    font-weight: 350;
    
    /*font-size: 12px;*/
    font-size: 14px;
    line-height: 14px;
    color: #000;
}

.don_blck_mpf_dscrtn {
    font-size: 14px;
    color: #000;
    line-height: 21px;
    padding: 20px 118px 20px 20px;
    background: #F7F8F8;
     border-radius: 2px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.dp1 {
    margin-right: 36px;
}

.dp1 {}


/*** .donors_ff ****/


/*** how-it-works ****/

.hiw_wrapper {
    width: 100%;
    display: flex;
}

.hiw_blck {
    width: 25%;
    padding: 5px;
    display: inline-flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.hiw_ttitle {
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #E7F6EF;
    border-radius: 100%;
    font-size: 20px;
    line-height: 24px;
    color: var(--theme-color);
    font-weight: 800;
    /*margin-right: 20px;*/
}

.hiw_line {
    position: absolute;
    top: 24px;
    left: calc(50% + 30px);
    border: 1px dashed #D9D9D9;
    height: 1px;
    width: calc(100% - 60px);
    display: block;
    padding-right: 20px;
}

.hiw_dscrptn {
    margin-top: 24px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    /*font-family: FiraGo-Bold;*/
    
}


/* for responsive */

@media (max-width: 1200px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {
    .hiw_wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .hiw_line {
        display: none;
    }
    .hiw_blck {
        width: 100%;
        padding: 2px;
        display: inline-flex;
        text-align: center;
        flex-wrap: nowrap;
        justify-content: flex-start;
        position: relative;
        flex-direction: row;
        align-content: center;
        align-items: center;
        margin-bottom: 15px;
    }
    .hiw_dscrptn {
        margin-top: 0px;
        width: 100%;
        display: block;
        text-align: left;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: rgb(0, 0, 0);
        
    }
    .hiw_ttitle {
        display: flex;
        text-align: center;
        place-content: center;
        align-items: center;
        width: 65px;
        height: 55px;
        background: rgb(231, 246, 239);
        border-radius: 100%;
        font-size: 20px;
        line-height: 24px;
        color: rgb(13, 165, 96);
        font-weight: 800;
        margin-right: 15px;
    }
}

/* .for responsive */


/*** .how-it-works ****/


/** forms_ff *******/

.wsmff_v2 {
    position: relative;
    background: #F8F8F8;
    padding-left: 15px;
    padding-right: 15px;
    height: 56px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
    /* margin-bottom: 25px;*/
    margin-bottom: 15px;
    /*padding-top: 7px;*/
}

.wsmff_v2:focus {
    border: 1px solid var(--theme-color-v3);
}


.sif_wsmff_v2 {
    position: relative; 
    padding-right: 15px;
    height: 48px;
    border: 1px solid #E2E2E9;
     
    transition: all 0.3s ease 0s;
    /* margin-bottom: 25px;*/
    margin-bottom: 0px; 
	
	padding-top: 2px;
	padding-left: 24px; 
	
	/*background: url(assets/images/search_img.svg) left 12px top 12px no-repeat #fff;  */
    
    border-radius: 3px;
}
.sif_wsmff_v2:focus { border: 1px solid var(--theme-color); }

.btn_green_orange {
    width: 100%;
    display: flex;
    height: 56px;
    background: var(--theme-color-v3);
    border: 1px solid var(--theme-color-v3);
    border-radius: 2px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.btn_green_orange:hover,
.btn_green_orange:focus {
    background: #f05332;
    border: 1px solid #f05332;
}

.btn_green_orange:disabled {
    background: var(--theme-color)87;
    border: 1px solid var(--theme-color);
}

.btn_orange_green {
    width: 100%;
    display: flex;
    height: 42px;
    background: #f05332;
    border: 1px solid #f05332;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.btn_orange_green:hover,
.btn_orange_green:focus {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: #fff;
}

.btn_orange_green_rvrs {
    width: 100%;
    display: flex;
    height: 42px;
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 2px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.btn_orange_green_rvrs:hover,
.btn_orange_green_rvrs:focus {
    background: #f05332;
    border: 1px solid #f05332;
    color: #fff;
}

.mw_v220 {
    min-width: 220px;
}

.mw_v120 {
    min-width: 120px;
}


/** .forms_ff *******/


/*** pagination styles ****/

.pgng_cntnr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
}

.cnt_vw {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding-left: 10px;
    padding-top: 11px;
    text-align: left;
}

.box-pagination {
    display: inline-block;
    text-align: left;
}

.total_val_str { 
    border: 1px solid #DCDCE8;
    border-radius: 3px;
    width: 82px;
    height: 32px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-family: Tahoma;
}

.box-pagination a {
    float: left;
    margin-left: 1px;
    margin-right: 1px;
    text-decoration: none;
    transition: background-color .3s;
    font-size: 13px;
    color: #0A1D41;
    background: #fff;
    border: 1px solid #DCDCE8;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    text-align: center; 
    margin: 0px 4px 0px 4px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-family: Tahoma;
}

.box-pagination a.active {
    color: #fff;
    border: 1px solid var(--theme-color-v3);
    background: var(--theme-color-v3);
}

.box-pagination a:hover:not(.active) {
    background-color: #ddd;
}

.box-pagination a.disabled {
    background-color: #fff;
}

.box-pagination a.disabled:hover {
    background-color: #fff;
}

@media (max-width: 767px) {
    .pgng_cntnr {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
    .box-pagination {
        text-align: left;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        float: left;
        margin-top: 15px;
        justify-content: flex-start;
        padding-left: 2px;
        
        width: 100%;
        margin-bottom: 12px;
    }
    .cnt_vw {
        padding-left: 5px;
    }
    .box-pagination a {
    float: left;
    margin-left: 1px;
    margin-right: 1px;
    text-decoration: none; 
    font-size: 12px;   
    width: 30px;
    height: 30px;
    text-align: center; 
    margin: 0px 4px 0px 4px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-family: Tahoma;
    }
}


/*** .pagination styles ****/


/*** pglinks_cntnr styles ****/

.pglinks_cntnr {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.links-listbox {
    display: inline-block;
    text-align: right;
}

.links-listbox a {
    float: left;
    margin-left: 1px;
    margin-right: 1px;
    text-decoration: none;
    transition: background-color .3s;
    font-size: 13px;
    color: #0A1D41;
    background: #fff;
    border: 1px solid #DCDCE8;
    border-radius: 2px;
    width: 57px;
    height: 32px;
    text-align: center;
    padding-top: 6px;
    margin: 0px 4px 0px 4px;
}

.links-listbox a.active {
    color: #fff;
    border: 1px solid #f05332;
    background: #f05332;
}

.links-listbox a:hover:not(.active) {
    background-color: #ddd;
}

.links-listbox a.disabled {
    background-color: #fff;
}

.links-listbox a.disabled:hover {
    background-color: #fff;
}

@media (max-width: 767px) {
    .pglinks_cntnr {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: space-between;
        align-items: flex-start;
    }
    .links-listbox {
        text-align: left;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        float: left;
        margin-top: 15px;
        justify-content: flex-start;
        padding-left: 2px;
    }
    .links-listbox a {
        float: left;
        margin-left: 1px;
        margin-right: 1px;
        text-decoration: none;
        transition: background-color .3s;
        font-size: 12px;
        color: #0A1D41;
        background: #fff;
        border: 1px solid #DCDCE8;
        border-radius: 2px;
        width: 57px;
        height: 30px;
        text-align: center;
        padding-top: 6px;
        margin: 0px 1px 0px 1px;
    }
}


/*** .pglinks_cntnr styles ****/


/*** text_blck ****/

.text_blck h2 {
    font-size: 18px;
    line-height: 29px;
    color: #000;
    /*font-family: FiraGo-Regular;*/
    font-family: FiraGo-Bold;
    font-weight: 700;
}

.text_blck p {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    font-weight: 500;
}

.text_blck a {
    color: #f05332;
}

.text_blck a:hover {
    color: var(--theme-color);
}


/*** .text_blck ****/


/*** news ****/

.n_blck_mpf_v2 {
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid #E9EEEE;
    border-radius: 2px;
    background: #fff;
}

.n_date {
    font-size: 12px;
    line-height: 24px;
    color: #f05332;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.n_blck_mpf_ttl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 15px;
    line-height: 23px;
    color: #000;
    height: 48px;
    overflow: hidden;
    margin-bottom: 15px;
    
    font-weight: 700;
    text-transform: uppercase;
}

.n_blck_mpf_dscrtn {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #000;
}

.n_smlnk_wrpr {
    width: 220px;
    ;
    display: block;
    margin-top: 25px;
}

.n_smlnk {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    align-content: center;
    height: 42px;
    padding: 6px 15px;
    background: #F7F8F8;
     border-radius: 2px;
}

.n_smlnk {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    align-content: center;
    height: 42px;
    padding: 6px 15px;
    background: #F7F8F8;
     border-radius: 2px;
    font-size: 13px;
    line-height: 14px;
    transition: all 0.3s ease 0s;
}

.n_smlnk:hover {
    background: #f05332;
    color: #fff;
}

.n_blck_mpf_imgs {
    transition: all 0.3s ease 0s;
    border: 1px solid #E9EEEE;
     border-radius: 2px;
    overflow: hidden;
    margin-bottom: 15px;
}

.n_blck_mpf_imgs img {
    transition: all 0.3s ease 0s;
}

.n_blck_mpf_v2:hover .n_blck_mpf_imgs img {
    transform: scale(1.1);
}


/*** .news ****/


/* radio for */

.rbl-wrapper {
    height: 42px;
    /*margin-top: 10px; margin-bottom: 10px;*/
    width: 100%;
    /*
  width: 350px;
  display: inline-flex;
  align-items: center ;
  justify-content: space-evenly;
  */
    padding: 0px;
    border-radius: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    border-bottom: 1px solid #e0e0e0;
    z-index: 7;
    /* box-shadow: 5px 5px 30px rgba(0,0,0,0.2); */
}

.rbl-wrapper .option {
    background: #f8f8f8;
    /*height: 56px;*/
    height: 42px;
    width: 220px;
    ;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    justify-content: flex-start;
    margin: 0 10px;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    cursor: pointer;
    padding: 0 10px;
    /*  border: 1px solid #e0e0e0; */
    border: 1px solid #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    /* margin-bottom: 10px; */
}

.rbl-wrapper .option .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
}

.rbl-wrapper .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: var(--theme-color);
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}

.rbl-wrapper input[type="radio"] {
    display: none;
}

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2 {
    /*
	border-color: #f05332;
  background: #f05332; 
	*/
    border-color: #e0e0e0;
    background: #f8f8f8;
}

#option-1:checked:checked~.option-1 .dot,
#option-2:checked:checked~.option-2 .dot {
    background: #fff;
}

#option-1:checked:checked~.option-1 .dot::before,
#option-2:checked:checked~.option-2 .dot::before {
    opacity: 1;
    transform: scale(1);
}

.rbl-wrapper .option span {
    font-size: 15px;
    color: #212529;
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span {
    /* color: #fff; */
    color: #041624;
}


/* .radoi for */

.mt-12 {
    margin-top: 12px;
}

.font-white {
    color: #fff;
}

.mt-25 {
    margin-top: 25px;
}

.mr-0 {
    margin-right: 0px;
}

.mr_5 {
    margin-right: 5px;
}

.mr_15 {
    margin-right: 15px;
}

.wd-100 {
    width: 100%;
}

.norification_block_error {
    position: relative;
    background: #ad2121;
    color: #fff;
    padding: 15px;
    border: 1px solid #ad2121;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
    margin-bottom: 25px;
	
	width: 100%;
	border-radius: 4px;
}

.regsml_ff {
    display: block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 40px;
    text-align: center;
}

.regsml_ff a {
    cursor: pointer;
}

.forget_pass_ff a {
    cursor: pointer;
}

.modal-close {
    width: 40px;
    height: 40px;
    border: 0px solid red;
    border-radius: 50%;
    color: red;
    margin-top: 15px;
}

.mb-v3 {
    margin-bottom: 25px;
}

.p-20 {
    padding: 20px;
}

.pr-10 {
    padding-right: 10px;
}


/**** profile_ff *******/

.prf_inpts {
    width: 100%; 
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.prf_inpts label {
    position: absolute;
    height: 25px;
    min-width: fit-content;
    text-align: left;
    padding-left: 12px;
    padding-right: 14px;
    display: flex; 
    justify-content: flex-start;
    align-items: center;
    top: -12px;
    left: 11px;
    border: 0px solid #fff8f8;
    border-radius: 2px;
    background: #ffffff;
    font-size: 11px;
    color: var(--theme-color-v3);
    z-index: 1;
}

@media (max-width: 768px) {
    .prf_inpts {
        width: 100%;
    }
}


/*
.prf_inpts .wsmff_v2 input:focus .prf_inpts label label:focus  { color: red; } 
input:focus ~ label, label:focus {
  color: blue;
}
*/

.dd_cvrv2 {
    /*padding: 20px;*/
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
}


/**** .profile_ff *******/

.offcanvas-header {
    margin-bottom: 5px;
}

.offcanvas-title {
    margin-bottom: 25px;
    color: #000;
}

.divider_sm {
    margin: 10px 0;
    /*color: inherit; */
    color: #e0e0e0;
    background-color: #e0e0e0;
    border: 0;
    opacity: .25;
    width: 220px;
    max-width: 220px;
    height: 1px;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
    /* no shadow */
}



/*****************************************dfnp *******************/
.msgrff-ls-cntnr{
	display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.msgrff-ls-cntnr .msgrff-mlogo{
    width: 24px;
    height: 24px;
    margin-right: 8px; 
    overflow: hidden;
    font-family: 'BPG LE Studio 02', sans-serif;
    font-size: 12px;
    /* padding-top: 3px; */
    background: #dee9f1;
    border-radius: 50px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 2px;
}

.msgrff-ls-cntnr .h-nmbr{
    height: 28px;
     
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.7px;
    padding-left: 5px;
    font-family: 'BPG LE Studio 02 Caps';
	  
}


 
/******** hero-slider ************/ 

 .hsff_prevArrow_left {
	position: absolute;
	background: #d5e0ea;
    border-radius: 2px;
    color: #fff;
    width: 55px;
    height: 55px;
    box-shadow: none;
    font-size: 23px;
    top: 45%;
    left: 25px;
    opacity: 0.1;
	 z-index: 2; transition: all 0.3s ease 0s;
	  
}

  .hsff_nextArrow_right {
	position: absolute;  
    background: #d5e0ea;
    border-radius: 2px;
    color: #fff;  
    width: 55px;
    height: 55px;
    box-shadow: none;
    font-size: 23px;
    top: 45%;
    right: 25px;
    opacity: 0.1;
	  z-index: 2; transition: all 0.3s ease 0s;
}

.hero-area-wrapper:hover {
	.hsff_prevArrow_left{ opacity: 0.8; }
	.hsff_nextArrow_right{ opacity: 0.8; }
}  
.hsff_prevArrow_left:hover { opacity: 1; background:var(--theme-color-v3); }
.hsff_nextArrow_right:hover { opacity: 1; background:var(--theme-color-v3); }
 
 


/******** .hero-slider ************/


/******** tm_cart ************/
.tm_cart {
    display: flex;
    height: 56px;
    width: 120px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;  
}
.tm_cart .tm_gcff{ /*transition: all 0.2s ease 0s;*/ }
.tm_cart:hover .tm_gcff{ fill:red; } /*** inner svg-icon style*****/

.tm_cart_icon {
	position: relative;
	width: 48px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start; 
}

.tm_cart_icon_qty {
	position: absolute;
	top: -10px;
	right:-1px;
	background: red;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	color: #fff;
	font-size: 12px;
	display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; 
	
}

.tm_cart_info {
	
}
.tm_cart_icon_ttle {
	color: #14223D;
	font-size: 14px;
	line-height: 15px;
	font-weight: 500;
	text-align: left;
}
.tm_cart_icon_price {
	color: #14223D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}

/******** .tm_cart ************/


/**** prod block *******/

	.prod_blck_wrppr {
		position: relative;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: 1px solid #e9ecef;
		border-radius: 6px;
		padding: 24px;
		padding-top: 28px; 
		opacity: 1;
		display: flex;
		
		flex-direction: column;
		
		margin-bottom: 15px;
		transition: all 0.3s ease; 
	}

	.prod_blck_wrppr:hover { box-shadow: 0 2px 12px #00000029; }
	
 

    .product-img-warp {
        position: relative;
    }
    .product-default-img-link {

    }
	.product-default-img {
        display: block;
        min-height: 273px;
        width: 100%;
        object-fit: cover;
		margin-bottom: 5px;
        border-radius: 25px 25px 2px 2px;
         
        overflow: hidden;
    }
	.prod_blck_ttle {
		color: #0A1D41;
		font-size: 15px;
		line-height: 20px;
		/*font-family: FiraGO-Regular;*/
		font-family: GEO_55;
		letter-spacing: 0px;
		display: flex;
		width: 100%;
		text-align: center;
		height: 40px;
		overflow: hidden;
		margin-bottom: 25px;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
	}
	
	.prod_blck_ttle a{color: #0A1D41; }
	
	.prod_blck_dscrtn {
		display: flex;
		align-content: center;
		justify-content: space-between;
		align-items: flex-end;	
	}
	
	.prod_blck_price { 
		color: #000;
		font-size: 20px;
		    line-height: 17px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 700;
		position: relative;
		
		height: 34px;
		display: flex;
		align-items: flex-end;	
		
	}
	
	.prod_blck_discount {
		position:absolute; 
		top: -2px; left:  0px;
		color:#F67313; 
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px; font-weight: 100; text-decoration:line-through;
		line-height: 10px;
		min-width: 90px;
	}
	
	.prod_blck_brs {
		
	}
	
	
	.bif_stl {
		border: 1px solid #ccc; background:#fff; height:34px; width:46px;
	}

.add_to_cart_button
{
height:34px; width:46px; text-align:center; vertical-align:middle; border: 1px solid #fff; border-radius: 2px;  
 transition: all 0.3s ease;	
 cursor: pointer;	
 background: #fff url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.233' height='28.596' viewBox='0 0 33.233 28.596'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%2300b1b0;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(0 0)'%3E%3Cg transform='translate(0 0)'%3E%3Cpath class='a' d='M7.773,965.362a.773.773,0,1,0,0,1.546h4.782l4.07,19.225c.1.475.416.874.809.869H36.756a.773.773,0,1,0,0-1.546H18.062l-4.118-19.491a.8.8,0,0,0-.761-.6Zm8.5,4.637,1,5.024h6.34V970Zm8.888,0v5.024h6.183V970Zm7.729,0v5.024h6.171L40.233,970Zm-15.3,6.569,1,5.024h5.024v-5.024Zm7.572,0v5.024h6.183v-5.024Zm7.729,0v5.024h4.637l1.171-5.024ZM21.3,988.548a2.705,2.705,0,1,0,2.705,2.7A2.7,2.7,0,0,0,21.3,988.548Zm11.593,0a2.705,2.705,0,1,0,2.705,2.7A2.7,2.7,0,0,0,32.891,988.548Z' transform='translate(-7 -965.362)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center no-repeat;}
 
.add_to_cart_button:hover
{background: var(--theme-color-v3) url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.233' height='28.596' viewBox='0 0 33.233 28.596'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(0 0)'%3E%3Cg transform='translate(0 0)'%3E%3Cpath class='a' d='M7.773,965.362a.773.773,0,1,0,0,1.546h4.782l4.07,19.225c.1.475.416.874.809.869H36.756a.773.773,0,1,0,0-1.546H18.062l-4.118-19.491a.8.8,0,0,0-.761-.6Zm8.5,4.637,1,5.024h6.34V970Zm8.888,0v5.024h6.183V970Zm7.729,0v5.024h6.171L40.233,970Zm-15.3,6.569,1,5.024h5.024v-5.024Zm7.572,0v5.024h6.183v-5.024Zm7.729,0v5.024h4.637l1.171-5.024ZM21.3,988.548a2.705,2.705,0,1,0,2.705,2.7A2.7,2.7,0,0,0,21.3,988.548Zm11.593,0a2.705,2.705,0,1,0,2.705,2.7A2.7,2.7,0,0,0,32.891,988.548Z' transform='translate(-7 -965.362)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center no-repeat; border: 1px solid var(--theme-color-v3);}

.btn_plus 
{ width: 20px; height:34px; 
	border: 1px solid #ccc; border-radius: 2px;
	transition: all 0.3s ease;
	font-weight:100; 
	background: #fbfbfb url(/static/booking/assets/images/btn_plus.png) center no-repeat;
	background-size: 82%;
}

.btn_minus
{ width: 20px; height:34px; 
	border: 1px solid #ccc; border-radius: 2px;
	transition: all 0.3s ease;
	font-weight:100; 
	background: #fbfbfb url(/static/booking/assets/images/btn_minus.png) center no-repeat;
	background-size: 82%;
}

.btn_plus:hover { border: 1px solid var(--theme-color-v3); background: #fbfbfb url(/static/booking/assets/images/btn_plus_green.png) center no-repeat; background-size: 82%; }
.btn_minus:hover { border: 1px solid var(--theme-color-v3); background: #fbfbfb url(/static/booking/assets/images/btn_minus_green.png) center no-repeat; background-size: 82%; }
	
	
/**** prod block *******/


/* The chkbx_mm */
.chkbx_mm {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  
  font-size: 15px;
	line-height: 15px;
  padding-top: 5px; 
  color: #000;
	font-weight: normal;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	
	
}

.chkbx_mm:hover { 
  color: var(--theme-color-v3); 
}

/* Hide the browser's default checkbox */
.chkbx_mm input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
  
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.chkbx_mm:hover input ~ .checkmark {
  background-color: #ccc;
  border: 1px solid #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkbx_mm input:checked ~ .checkmark {
  background-color: var(--theme-color-v3);
  border: 1px solid var(--theme-color-v3);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkbx_mm input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chkbx_mm .checkmark:after {
  left: 8px;
  top: 4px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* .The chkbx_mm */

/* select styles */

.select {
    position: relative;
    display: block;
    min-width: 220px;
    width: 100%;
   /* max-width: 400px;
    margin-bottom: 20px;*/
	width: 100%; border: 1px solid #E0E0E0; padding-left: 15px; border-radius: 4px; height: 56px; position: relative; max-width: 100%; 
}
.select:focus { border: 1px solid var(--theme-color); }

.select__head {
    width: 100%;
    max-width: 100%;
    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);*/
		border: 1px solid #e2e2e9;
		border-radius: 2px;
		height:50px;
    padding: 16px 15px;
    font-size: 14px;
    line-height: 18px;
    color: #0a1d41;
    cursor: pointer;
		background:#fff;
}
.select__head:hover {
border: 1px solid var(--theme-color-v3);
}
	

.select__head::after {
    width: 10px;
    height: 6px;
    background: #FAFAFA url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='grey'/%3E%3C/svg%3E%0A") no-repeat center / cover;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    content: '';
    display: block;
    transition: .2s ease-in;
	
}

.select__head.open::after {
    transform: translateY(50%) rotate(180deg);
}

.select__list {
    display: none;
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    right: 0; 
	
	
    background: #fff;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #e2e2e9;
    border-radius: 2px;
    margin-top: 3px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: var(--theme-color);
    scrollbar-width: thin;
    overscroll-behavior: contain;
}
/*
.select__list::-webkit-scrollbar {
    width: 7px;
    background-color: #F8F9FA;
    padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}
*/

.select__list::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 15px;
    height: 0px
}

.select__list::-webkit-scrollbar-track {
    background-color: #fefefe;
}

.select__list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #ccc;
}

.select__list::-webkit-scrollbar-thumb:hover {
    background-color: var(--theme-color);
}

.select__list::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 10px;
    height: 0px
}

.select__list::-webkit-scrollbar {
    width: 7px;
}




.select__list .select__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.select__list .select__item:hover {
    background-color: var(--theme-color--light);
	color: #fff;
}




/* .select styles */



.p_addr_wrppr {
	display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
	
	margin-bottom: 32px;
}


.flx-center {
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/*** footer *******/
	
	.footer-info-clmns {
		margin-left: 10px;
		
	}

@media (max-width: 575px) { 
	
	.footer-info-clmns { margin-top: 50px; }
	
}


	
	.ftr_str_wpr {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 10px;
		flex-direction: row;
		flex-wrap: nowrap;
		width: 100%;
	}
	
	.ftr_str_icon {
		height: 42px;
		width: 42px; 
		display: inline-flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		background: #f8f8f8;
		border-radius: 4px;
	}
	
	.ftr_str_txt {
		text-align: left;
		color: #051d25;
		font-size: 14px;
		line-height: 18px;
		padding-left: 12px;
		display: inline-flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		width: calc(100% - 72px);
	}
	
	.fc_fs2cntn {
    display: flex; 
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
	}
	
	.fc_fs2_mlogo {
		background: #fff;
		border-radius: 4px;
		overflow: hidden;
		height: 34px; width: 54px;
		
	}
/*** footer *******/


/**** prods page *******/

.p_addr_cvrls {
			margin:0px;
			border: 1px solid #E2E2E9;
			border-radius: 2px;
			background: #F8FAFC; 
			height: 54px;
			padding: 5px 20px 5px 20px;
    		color: #0C1A34;
    		font-size: 15px;
			
			text-transform: uppercase;
			display: flex;
    		justify-content: flex-start;
    		align-content: center;
    		align-items: center;
}

.p_addr_cvrls a:hover { color: var(--theme-color-v3); }

.w-stlppf { width: calc(100% - 345px) ; }



.asside_prodpff {
margin:0px;
			border: 1px solid #E2E2E9;
			border-radius: 2px;
			background: #F8FAFC;
			min-height: 350px;
			
			padding: 5px 20px 5px 20px;
    color: #0C1A34;
    font-size: 18px;
}

.asside_sttl {
    color: #0a1d41;
    font-size: 16px;
	line-height: 20px;
    
	font-weight: 700;  
	margin-top: 25px;
	margin-bottom: 15px;
	
}


.product_list_ppfwrppr {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
    border: 0px solid transparent;
}

.product_list_ppfwrppr > .prod_blck_wrppr {
	width: calc(33% - 5px);
}



.prpf_ttle {
	color: #0c1a34;
	text-transform: uppercase;
	
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 22px;
	
}

.prinfoff_cntnr {
	display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.ls_prinfoff {
	
}

.ls_prinfoff_item {
	display: flex;
    min-height: 32px;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
}

.ls_prinfoff_sttl {
	color: var(--theme-color-v3);
	margin-right: 5px;
}

.ls_prinfoff_dscr {
	
}
.ls_prinfoff_dscr img{
	height: 22px; 
	border-radius: 2px;
	margin-right: 5px;
}
.ls_prinfoff_dscr a:hover{
	color: #f05332;
	text-transform: capitalize;
}

.rs_prinfoff {
	width: 132px;
	
}

.rs_prinfoff_item {
	
}

.rs_prinfoff_item img{
	border: 1px solid #e2e2e9;
	border-radius: 2px;
	transition: all 0.3s ease; 
}
.rs_prinfoff_item img:hover{
	border: 1px solid var(--theme-color-v3); 
}

.download_instr {
	background: #F8FAFC 0% 0% no-repeat padding-box;
	border: 1px solid #E2E2E9;
	border-radius: 2px;
	height: 34px;
	transition: all 0.3s ease; 
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center; 
	color: #000; 
	font-size: 15px;
	
	margin-top: 5px;
	margin-bottom: 0px;
	
}
.download_instr:hover {
	background: #F8FAFC 0% 0% no-repeat padding-box;
	color: var(--theme-color-v3);
	border: 1px solid var(--theme-color-v3);
}

.pr_text {
	padding: 20px;
	padding-top: 32px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #DEDED7;
	border-radius: 2px;
	text-align: left;
	margin: 25px 0;
}

.prff_count {
	margin-right: 5px;
}

.pr_add_to_cart
{ 
 height:54px;
 width: 232px;	
 border: 0px ; 

 background: var(--theme-color-v3) url(/static/booking/assets/images/order_cart_fff.svg) 0% 0% no-repeat;
 background-position: left 10px top 12px; 
  
 color: #fff; 
 font-size:14px;
 line-height:45px;	
 
 text-transform: uppercase;
	
 
 cursor: pointer;
 border-radius: 2px;
	
 display: flex;
 align-content: center;
 justify-content: center;
 align-items: center;
	
transition: all 0.3s ease; 	
} 

.pr_add_to_cart:hover { 
  background-color: #f05332;
  }


.order_instructtxt_ttle { 
    color: var(--theme-color-v3);
    font-size: 15px;
    
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom:  5px;
  }

.order_instructtxt_txt {
	color: #0C1A34;
    font-size: 15px;
	/*line-height: 25px;*/
	padding: 1px;
	margin-bottom: 20px;
	
}


/**** .prods page *******/






.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    /*transform: translate(0, -50px); */
}


.gallery-nav:hover {
    background: var(--theme-color-v3);
    color: #fff;
}


/*** mp-stls ******************/
.mpc_wrppr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
	
.mpc_item { 
    /*width: calc(14.25% - 3px);*/
	width: calc(20% - 3px);
    margin-bottom: 3px;
    height: 222px;
    overflow : hidden;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border-radius: 5px; 
    border: 1px solid #e9ecef;
    padding: 5px;
    padding-top: 16px;
    /*background: #EFEFF0;*/
    
    position: relative;
    transition: all 0.3s ease 0s; 
    background: #dee9f1;
    }
	

.mpc_item::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    bottom: 78%;
    width: 18%;
    border: 1px dotted var(--theme-color--light);
    border-bottom: 0;
    border-right: 0;
    transition: .33s ease-out;
    
    border-radius: 5px 0 0 0;
}
.mpc_item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    bottom: 8px;
    width: 8%;
    border: 1px dotted #fff;
    border-top: 0;
    border-left: 0;
    transition: .33s ease-out;
    
    border-radius: 0 0 5px 0;
}

.mpc_item:hover { box-shadow: 0px 4px 16px 0px #0000000F; border: 1px dotted #607d8b;}
.mpc_item:hover .mpc_icon img{ box-shadow: 0px 4px 16px 0px #0000000F;  background: #607d8b;}

	.mpc_icon  {
    display: flex;
    border: 1px solid #e9ecef;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 118px;
    width: 118px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    border-radius: 100px;
    overflow: hidden;
    background: #fff;
	}
    .mpc_icon img { 
    max-width: 98px !important;
    max-height: 98px !important;
    height: 98px !important;
    width: 98px !important;
    border-radius: 100%;
    border: 2px dotted #fff;
    padding: 5px;
        overflow: hidden;
        background: #EFEFF0;
        transition: .33s ease-out;
    }
	
	.mpc_item__a { 
       padding: 0; margin: 0; 
		line-height: 20px;
		text-transform: uppercase; 
        color: #0A1D41;
        
		
	}  
	.mpc_item__a:hover { 
			color: #F05332;  
	}
	
.mpc_item_arrow-icon 
{
    position: absolute;
    right: 12px;
    top: 12px;
    height: 24px;
    width: 24px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	
	color: #1fb4b0;
	
	svg {
		height: 24px;
		width: 24px; 
	}
}

	
	.mpc_ttle { 
    margin-top: 15px;
    margin-bottom: 10px;
    width: calc(100% - 24px);
    text-align: center;
    height: 58px;
    border: 0px dotted #fff;
        border-bottom:  0px dotted #607d8b;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 8px 12px 2px 12px;
	}


/*** material-scrolltop ********/

.material-scrolltop {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 23px;
    right: 23px;
    padding: 0;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    cursor: hand;  
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	
	background: var(--theme-color) 0% 0% no-repeat padding-box;
	opacity: 0.74;		

}

.material-scrolltop:hover {
    background-color: var(--theme-color);
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
	
	opacity: 1;
}

.material-scrolltop::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 0;
    border-radius: 6px;
    /*background: #ed3e47;*/
    background:  var(--theme-color--light);
}

.material-scrolltop:active::before {
    width: 120%;
    padding-top: 120%;
    transition: all 0.2s ease-out;
}

.material-scrolltop.reveal {
    width: 50px;
    height: 50px;
}

.material-scrolltop span {
    display: block;
    font-size: 25px;
    color: #fff;
}

.material-scrolltop,
.material-scrolltop::before {
    background-image: url(/static/booking/assets/images/icon/top-arrow.svg);
    background-position: center 50%;
    background-repeat: no-repeat;
}
/*** material-scrolltop ********/




.sctnblck_ttle_wrppr {
    display: flex;
    width: 100%;
    height: 57px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    
    margin-bottom: 25px;
    
     
}

.sctnblck_ttle_ls {
    display: inline-flex;
    width: 50%;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.sctnblck_ttle_ls h3 {
    background: linear-gradient(to right, var(--theme-color) 0%, #051d25 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ttle_top_advstr__v1 {
position: absolute;
    left: 2px;
    top: -12px;
    font-size: 10px;
    color: var(--theme-color-v3);
    font-family: Tahoma;
    
}
.ttle_bottom_advstr__v1 {
    position: absolute;
    left: 2px;
    bottom: 5px;
    width: 87px;
    height: 2px;
    background: var(--theme-color);
    overflow: hidden;
}
.sctnblck_ttle_rs {
    display: inline-flex;
    width: 50%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.hero-button--v2 {
    padding: 21px 32px;
    /*background: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color--light) 100%);*/
	background: var(--theme-color-v3);
    border-radius: 8px;
    font-weight: 500;   
    overflow: hidden;
	font-size: 15px;
}


.hero-button--v2::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    transition: all 0.3s ease 0s;
    z-index: -1;
    /*background: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color--light) 100%);*/
	background: #051d25;
}


/***********************/

.th-product .actions {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: grid;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  width: 40px;
}

.th-product .actions .icon-btn {
    font-size: 16px;
    height: 40px;
    width: 40px;
        border: 1px solid #dee9f1;
    background-color: #dee9f1;
    color: var(--theme-color-v3); 
    margin-bottom: 10px;
    border-radius: 3px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.th-product .actions .icon-btn:hover {
  color: var(--white-color);
  border-color: var(--theme-color-v3);
  background-color: var(--theme-color-v3);
}

.th-product .actions > * {
  margin: 0 0;
}

.th-product .actions > * > a {
  margin: 0;
}

.th-product .icon-btn {
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}

.th-product .tinv-wishlist a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--body-bg);
  color: var(--title-color);
}

.th-product .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-product .add_to_cart_button.added {
  display: none;
}

.th-product .added_to_cart {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  background-color: var(--body-bg);
  color: var(--white-color);
  font-size: 0;
  text-align: center;
  border: none;
  margin-bottom: 10px;
}

.th-product .added_to_cart:after {
  content: "\f07a";
  position: relative;
  font-family: var(--icon-font);
  font-size: 14px;
  font-weight: 700;
}

.th-product .added_to_cart:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-product .action-btn {
  background-color: var(--body-bg);
  font-size: 14px;
  font-family: var(--title-font);
   /* text-transform: uppercase; */ 
  font-weight: bold;
  display: inline-block;
  padding: 13px 25px;
}

.th-product:hover .product-img:after {
  opacity: 0.35;
}

.th-product:hover .actions {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.th-product:hover .icon-btn {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.btn_prblckrsmore {
    width: 50px;
    height: 50px;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    background: #dee9f1;
    border: 1px dotted #dee9f1;
    /* border-radius: 3px; */
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.btn_prblckrsmore_addtocart {
    width: 58px;
    height: 50px;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    background: #f7f7f7;
    border: 1px solid #dee9f1;
    /* border-radius: 3px; */
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: all 0.3s ease-out;
}

.btn_prblckrsmore_addtocart__svg {
    fill:var(--theme-color-v3);
    transition: all 0.3s ease-out;
}

.btn_prblckrsmore_addtocart:hover { background: var(--theme-color-v3); }
.btn_prblckrsmore_addtocart:hover .btn_prblckrsmore_addtocart__svg{ fill: #dee9f1; }

.btmm_prcblck {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 5px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #f7f7f7;
    background: #fff;
    height: 70px;
    
    width: 100%;
}
.div_info_price {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    height: 50px;
    min-width: 138px;
    padding: 5px;
    text-align: left;
    display: inline-flex;
    position: relative;
    color: var(--theme-color);
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 21px;
    line-height: 23px;
}

.div_info_price_del {
    position: absolute;
    top: -3px;
    left: 3px;
    font-size: 15px;
    color: #607d8b;
}

.prod-sale-info {
    position: absolute;
    top: 87px;
    left: 1px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    width: 74px;
    height: 36px;
    /*transform: matrix(0, -1, 1, 0, 0, 0);*/
    background: transparent linear-gradient(341deg, #F62F06 0%, #F53A08 46%, #F26F10 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 4px 4px 0px;
    opacity: 1;
    color: #fff;
    padding-top: 5px;
    padding-left: 12px;
    z-index: 2;
    font-family: Verdana, Geneva, sans-serif;
}
 

.product-default-content {
    border-top: 1px dotted #f7f7f7;
    padding-top: 12px;
}

.product_title {
    height: 50px;
    min-height: 50px;
    overflow-y: hidden;
    width: 100%;
    text-align: center;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.product_title__a{
    font-family: 'BPG LE Studio 02', sans-serif; font-size: 15px; letter-spacing: 0.3px; line-height: 25px; color: #0a1d41; transition: all 0.3s ease-out;
}
.product_title__a:hover{
     color: var(--theme-color-v3);
}


.login_btn {
	width: 126px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #FCFCFC; 
	color: #FCFCFC; 
	font-family:FiraGO-Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	display: flex;
	justify-content: center;
    align-items: center; 
	
	transition: all 0.3s ease 0s;
}

.login_btn svg { margin-right: 5px; }
.login_btn:hover{ background:#fff3; border: 1px solid #FCFCFC; color: #FCFCFC; }


/** mp-whyus *****/
.itm_wrppr {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
	
	padding: 15px; 
	padding-bottom: 25px; 
    
    border: 1px solid #e9ecef;
    border-radius: 6px;
    
    height: 342px;
    /*background: #efeff0;*/
    /*background: #dee9f1;*/
	background: #f8f8f8;
	
}
	
	.itm_img {
		
		margin-bottom: 24px; 
        padding: 5px;
        /*background: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color--light) 100%);*/
        background: #e9ecef;
        border-radius: 150px;
        border: 1px dotted #fff;
	}
    .itm_img img { background: #fff; border-radius: 150px; padding: 3px; }
	
	.itm_ttle { 
		color: var(--theme-color);
		width: 100%;
		text-align: center; 
		line-height: 20px;
		text-transform: uppercase; 
		margin-bottom: 12px;
		
	}
	
	.itm_txt {
		margin-top: 12px;
		width: 100%;
		text-align: center;
		font-size: 15px;
		line-height: 25px; 
	}

/** mp-blog ************/

.blog-item-mpfv1 {
	border: 1px solid #dee9f1;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    padding: 12px;
    margin-bottom: 0px;
    transition: all 0.3s ease 0s;
}
.blog-feed-img-link {
	padding: 0;
	border-radius: 6px 6px 0 0;
	border-bottom: 2px solid #fff;
	overflow: hidden;
}

.blog-feed-img--v2 {
    width: 100%;
    /* height: 290px; */
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s ease 0s;
}
.blog-item-mpfv1:hover {/*box-shadow: 0px 4px 16px 0px #0000000F;*/ box-shadow: 0 2px 12px #00000029; }
.blog-item-mpfv1:hover .blog-feed-img--v2 { 
    transform: scale(1.2); 
}
.blog-feed-content {
	background: #f8f8f8;
    padding: 25px 30px 25px 30px;
	border-radius: 0 0 6px 6px ;
}

.articlettle_link{
   /* font-family: 'BPG LE Studio 02', sans-serif; */font-size: 15px; letter-spacing: 0.3px; line-height: 25px; color: #0a1d41; transition: all 0.3s ease-out;
 
	
	
}
.articlettle_link:hover{
     color: var(--theme-color-v3);
}

.blog_subtxt {
	font-size: 15px;
	line-height: 25px; 
	width: 100%;
	text-align: left; 
	margin-bottom: 25px;
}

.v-link-v1 {
	
		display: flex;	
		align-items: center;
		align-content: center;
		flex-direction: row;
		justify-content: flex-start; 
		 
		width: fit-content;
		border-radius: 4px;
		border: 1px solid #051d25;
		padding: 6px 24px;
		 
		color: #051d25;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 25px;   
		
		transition: all 0.3s ease 0s;
		cursor: pointer;
		
		margin-bottom: 5px;
		
		background: #fff;
	
 
			
		}	
		
	.v-link-v1 > svg { fill: var(--theme-color-v3) ; margin-right: 15px; }	
		
	.v-link-v1:hover   { background: var(--theme-color-v3);  color: #FCFCFC; border: 1px solid var(--theme-color-v3); }	
	.v-link-v1:hover > svg { fill: #FCFCFC ; margin-right: 15px; }		




/*** ofcanvas ff ***************/


.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: var(--smoke-color);
  margin-bottom: 40px;
  position: relative;
	
	border-radius: 6px;
    border: 1px solid #deeaf0;
}

.widget[data-overlay]:before {
  z-index: -1;
}

.widget .th-social a {
  box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}

.widget select,
.widget input,
.widget .form-select,
.widget .form-control,
.widget textarea {
  background-color: var(--white-color);
}

.widget textarea {
  min-height: 120px;
}

.widget .form-group > i {
  background-color: var(--white-color);
}

.widget_title {
  position: relative;
  font-size: 21px;
  font-family: var(--title-font);
  line-height: 25px;
  padding-bottom: 20px;
  margin: -0.12em 0 38px 0;
    
  margin-top: 12px;
}

.widget_title:after, .widget_title:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: var(--th-border-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.widget_title:after {
  background-color: var(--theme-color);
  width: 58px;
}

.widget-form {
  --bs-gutter-x: 20px;
}

.widget .search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget .search-form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 25px;
  border: 1px solid transparent;
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.04);
}

.widget .search-form input:focus {
  border-color: var(--theme-color);
}

.widget .search-form button {
  border: none;
  font-size: 14px;
  font-size: 500;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  padding: 0;
  width: 56px;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.widget .search-form button:hover {
  background-color: var(--title-color);
}

.offcanvas-wrapper .widget {
  padding: 0; padding-top: 10px;
  border: none;
  background-color: transparent;
	
}

/*------------------- New Buttons -------------------*/
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
    /*  text-transform: capitalize;  */ 
  text-align: center;
  background-color: var(--theme-color-v3);
  color: #fff;
  font-family: var(--body-font);
  font-size: 15px;
  /*font-weight: 500; */ font-weight: 400; 
  line-height: 1;
  padding: 21px 32px;
  min-width: 170px; 
  -webkit-perspective: 320px;
          perspective: 320px;
	
	
  border-radius: 8px;
}

.th-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  right: 0;
  width: 0;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}

.th-btn i {
  font-size: 0.95em;
}

.th-btn .top-line {
  height: 2px;
  width: 1.8rem;
  top: 0;
  left: 1.4rem;
  position: absolute;
  background: var(--body-bg);
  -webkit-transition: width 0.5s ease-out, left 0.3s ease-out;
  transition: width 0.5s ease-out, left 0.3s ease-out;
}

.th-btn .bottom-line-1 {
  height: 2px;
  width: 1.8rem;
  right: 4rem;
  bottom: 0;
  position: absolute;
  background: var(--body-bg);
  -webkit-transition: width 0.5s ease-out, right 0.3s ease-out;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.th-btn .bottom-line-2 {
  height: 2px;
  width: 1.2rem;
  right: 1rem;
  bottom: 0;
  position: absolute;
  background: var(--body-bg);
  -webkit-transition: width 0.5s ease-out, right 0.3s ease-out;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.th-btn:hover, .th-btn.active {
  color: var(--white-color);
  box-shadow: none;
}

.th-btn:hover::before, .th-btn:hover:after, .th-btn.active::before, .th-btn.active:after {
  width: 100%;
  right: unset;
  left: 0;
}

.th-btn:hover .top-line, .th-btn.active .top-line {
  left: -2px;
  width: 0px;
}

.th-btn:hover .bottom-line-1,
.th-btn:hover .bottom-line-2, .th-btn.active .bottom-line-1,
.th-btn.active .bottom-line-2 {
  right: 0;
  width: 0;
}

.th-btn.style-border {
  background-color: transparent;
  color: var(--title-color);
}

.th-btn.style-border:before, .th-btn.style-border:after {
  background-color: transparent;
  /* border: 2px solid var(--title-color); */ border: 1px solid var(--title-color);
  width: 100%;
}

.th-btn.style-border.smoke-bg {
  --body-bg: #F8F8F8;
}

.th-btn.style-border.border-one {
  color: var(--theme-color);
  --body-bg: #111;
  font-family: var(--title-font);
  font-size: 24px;
  padding: 16px 32px;
  font-weight: 400;
    /*  text-transform: capitalize;  */ 
}

.th-btn.style-border.border-one:before {
  border-color: var(--theme-color);
}

.th-btn.style-border.border-two {
  --body-bg: #f8f8f8;
  font-family: var(--title-font);
  font-size: 24px;
  text-transform: lowercase;
  padding: 16px 32px;
  font-weight: 400;
}

.th-btn.style-border.border-three {
  --body-bg: #000;
  color: var(--theme-color);
}

.th-btn.style-border.border-three:before {
  border-color: var(--theme-color);
}

.th-btn.style-border.border-four {
  --body-bg: #0D060E;
  color: var(--white-color);
}

.th-btn.style-border.border-four:before {
  border-color: var(--white-color);
}

.th-btn.style2 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  padding: 20px 40px;
  box-shadow: none;
}

.th-btn.style2:hover {
  color: var(--title-color);
  border-color: var(--white-color);
  background-color: var(--white-color);
}

.th-btn.style2:hover:before, .th-btn.style2:hover:after {
  background-color: var(--white-color);
}

.th-btn .style3 {
  background-color: var(--theme-color-v3);
    border: 1px solid transparent;
}

.th-btn .style3:hover {
  color: var(--theme-color);
}

.th-btn.style3:hover:before, .th-btn.style3:hover:after {
  background-color: var(--white-color);
}

.th-btn.style4 {
  background-color: var(--title-color);
  color: var(--white-color);
}

.th-btn.style4:hover {
  color: var(--white-color);
}

.th-btn.style4:hover:before, .th-btn.style4:hover:after {
  background-color: var(--theme-color);
}

.th-btn.style5 {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-btn.style5:hover {
  color: var(--theme-color);
}

.th-btn.style5:hover:before, .th-btn.style5:hover:after {
  background-color: var(--white-color);
}

.th-btn.style6 {
  background-color: var(--title-color);
}

.th-btn.style6:hover {
  color: var(--theme-color);
}

.th-btn.style6:hover:before, .th-btn.style6:hover:after {
  background-color: var(--white-color);
}

.th-btn.btn-fw {
  width: 100%;
}

.th-btn.btn-fw:before, .th-btn.btn-fw:after {
  display: none;
}

.th-btn.btn-fw:hover {
  background-color: var(--title-color);
}

.th-btn.btn-sm {
  padding: 16px 25px;
  min-width: 152px;
}
/*------------------- . New Buttons -------------------*/

/* notifications */
.jGrowl-closer, .jGrowl-notification {
    width: 338px;
    display: none;
}

.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer, .jGrowl-notification {
    background-color: #051d25 !important;
    text-align: left;
    border-radius: 4px;
    min-height: 58px;
	height:70px;
	line-height: 48px;
    margin: 10px;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.08), 0 1px 5px 0 rgba(0,0,0,.2); 
	background: #E1F4E2 url('/static/booking/assets/img/done_icon.svg') 0% 0% no-repeat padding-box;
	background-position: left 10px top 25px;
	border: 1px dotted #22C828;
	font-size: 12px !important;
	color:#22C828;
    padding: 10px;
	padding-top: 10px;
	padding-left: 42px !important;
	
    width: 308px !important; 
   
    
}

.jGrowl-notification button{
background:none;
border: none;
}

.jGrowl {
    z-index: 9999;
    color: #fff;
    position: fixed;
}
.jGrowl-notification .jGrowl-close{color:#b6eab8; border-radius:2px;z-index:99;border:none;float:right;font-size:2.4em;line-height:40px;cursor:pointer;background-color:transparent;}
.jGrowl-notification .jGrowl-close:hover{background-color:transparent; color: green;}

/* . notifications */


/***** busket shopping card ******/

.shopcartlist__v2 {
    max-height: calc(70dvh - 70px);
    overflow-y: auto; 
    padding-right: 5px;
     
}

.shopcartlist__v2::-webkit-scrollbar {
    width: 5px;
    background-color: #F8F9FA;
    padding: 5px; 
}

.shopcartlist__v2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;  
}
 
.mini_cart_item {
	display: inline-flex;
    height: 80px;
    width: 100%;
    border-bottom: 1px dashed #deeaf0;
    margin-bottom: 5px;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    border-radius: 0 0 0 25px;
}

.remove_from_cart_button {
	position: absolute;
    right: 5px;
    top: calc(50% - 12px);
    height: 24px;
    width: 24px;
    border-radius: 50px;
    background: #deeaf0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease 0s;
	
	 svg {fill: var(--theme-color-v3) !important; }
	
}
.remove_from_cart_button:hover { background: var(--theme-color); svg {fill: #fff !important; } }


.mini_cart_item__img {
    height: 72px;
    width: 72px;
    margin-right: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 2px;
	background: #deeaf0; border-radius: 150px;
	
	img { border-radius: 150px; border: 0px solid #deeaf0; padding: 2px; height: 68px; width: 68px;}
	
}

.mini_cart_item__txtinfo {
	
    width: calc(100% - 100px);
    height: 74px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
	font-size: 13px;
	
	a { font-size: 14px; line-height: 23px; color: #051d25; }
	
}

.wcmmrc-mini-cart__total {
	
}

@media (min-width: 576px) {
	
 	.offcanvas-add-cart-section{ width: 532px; }
	.offcanvas-catalog-menu-section{ width: 478px; border-right: 3px solid var(--theme-color); }
}



/********* NewsLettersSubcride ***************/

.footer-widget-subscribe {
	
}

.newsletter-wrap {
	
}

.newsletter-form {
	display: flex;
    width: 100%;
    border: 0px solid #0D060E;
    padding: 0px;
    margin: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6px;
}
.newsletter-content {
	
}

.sbcrb-msg {
    position: absolute;
    left: 5px;
    bottom: -82px;
    color: var(--theme-color);
    height: 72px;
    /* width: 100%; */
    line-height: 21px;
    font-size: 13px;
    z-index: 1;
    padding: 5px 10px;
    border: 1px dashed #fff;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	
}

/********* .NewsLettersSubcride ***************/



/********* products list styles ******************/
	.topcatslist {
		transition: all ease 0.4s; background: #fff; padding: 12px; border-radius: 12px; box-shadow: 0px 4px 16px 0px #0000000F;
	}
	
	.topcatslist__ttle {
    padding: 12px; padding-left: 28px;
    height: 38px;
    border-bottom: 1px dotted var(--theme-color);
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 78px);
    margin-left: 8px;
		
		position: relative;
		
		    color: var(--theme-color);
	}

	.topcatslist__ttle::before {
    content: "";
    width: 38px;
    height: 15px;
    background: var(--theme-color);
    position: absolute;
    top: 10px;
    left: -28px;
    border-radius: 3px;
    transform: skew(-10deg);
    transition: all 0.3s ease 0s;
	}
	
	.topcatslist__itm {
	height: 50px;
    width: 100%;
    transition: all ease 0.4s;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 16px 0px #0000000F;
    margin-bottom: 5px;
    
		display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
		
		padding-left: 12px;
		
		color: #030108;
        
        line-height: 18px;
	}
	.topcatslist__itm:hover { color: var(--theme-color);  }
	
	.topcatslist__itm img {
		height: 38px; 
		width: 38px; 
		display: inline-flex;
		
		border-radius: 50px;
		padding: 4px; 
		background: #dee9f1; 
		
		margin-right: 8px;
	}
	
	
	
	
	
	
	
 .prsfltrs_cvr 
	{
	 background: #fff;
	 padding: 6px  ;
	  
	 width: 242px;
	 display: flex;
	 flex-direction: column;
	 flex-wrap: nowrap;
	 justify-content: flex-start;
	 align-items: center;
	 
	 height: 100px;
	 
     border-radius: 12px 12px 0 0px;
    
     border-bottom: 1px dotted var(--theme-color);
		
		margin-bottom: 0px;
    padding-bottom: 0px;
		
		    box-shadow: 0px 4px 16px 0px #0000000F;
	}
	
	
	
	/***** subcategories row *************/
	
	.subcattt_wrppr {
	width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all ease 0.4s;
    background: #fff;
    padding: 6px; padding-right: 3px;
    border-radius: 6px 6px 2px 2px;
    box-shadow: 0px 4px 16px 0px #0000000F;
    margin-bottom: 25px;
    border-bottom: 2px solid #dee9f1;
    padding-bottom: 2px;
	}
	
	
.subcattt_wrppr::-webkit-scrollbar {
    width: 5px;
    background-color: #F8F9FA;
    padding: 5px;
}

.subcattt_wrppr::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}



	.subcattt_linkto {
		display: inline-flex;
		margin: 0px;
		padding: 0px;
		
		/*width: calc(20% - 3px); */
		width: 25%; 
	}
	
	.subcattt_item {
    margin-right: 3px;
    margin-bottom: 3px;
       border: 0px solid #dee9f1;
    padding: 2px;     
		padding-left: 5px;
    border-radius: 5px;
    width: 100%;
    height: 62px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
        
        background: #dee9f1;
	}
	
	
	
	.subcattt_title {
	display: inline-flex;
    font-size: 14px;
    font-weight: 100;
    line-height: 18px;
    /*text-transform: capitalize;*/
    font-family: var(--body-font);
    height: 62px;
	width: calc(100% - 78px);
    text-align: left;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
		
		color: #030108;
	}
	
	.subcattt_item:hover .subcattt_title { color: var(--theme-color); }
	
	.subcattt_img {
        display: inline-flex;
        height: 50px;
        width: 50px;
        padding: 2px;
        border: 1px dashed var(--theme-color);
        margin-right: 8px;
        box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
        border-radius: 100px;
        overflow: hidden;
	}

.subcattt_img img { border-radius: 150px;}

	/***** .subcategories row *************/


.smtststylev2 {
	display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; margin-bottom: 35px;
}

@media (max-width: 575px) { 
	
	.smtststylev2 {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	.prsfltrs_cvr { width: 100%; }
	
}



/********* .products list styles ******************/





/***  login-registration *********/
.label-inside {
    margin-bottom: 0;
    margin-top: 0;
    display: block;
        color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 1px;
    left: 18px;
    background: transparent;
    padding: 0 12px;
    min-width: 150px;
    border-radius: 15px;
    /* border: 1px solid var(--th-border-color); */
    z-index: 2;
}

#loginform .form-group { margin: 0px; }
	
.login_status_notification {
    display: none;
    color: #ad2121;
    border: 1px solid #ad2121;
    margin-bottom: 25px;
    border-radius: 6px;
    padding: 15px;
}


	#d_registration .form-group { margin: 0px; }
	
	

.reg_status_notification {
	display: none;  
	color: #ad2121; 
	border: 1px solid #ad2121;
	margin-bottom: 25px; 
	border-radius: 6px; 
	padding: 15px;
	}
	
	
.reg_tabs_lnks ul {
	display: inline-flex; 
	margin-bottom: 30px;
	
	 list-style: none; 
	}
	
	.reg_tabs_lnks ul > li > a {
		display: block;
		padding-left: 0px;
		padding-right: 0px;
		font-size: 16px;
		line-height: 32px; 
		font-weight: 500;
		color: #000;
		border-bottom: 2px solid #fff;
		transition: all 0.3s ease 0s; 
		
		cursor: pointer;
		
		
	}
	
	.reg_tabs_lnks ul > li > a:hover, .reg_tabs_lnks ul > li > a.active {
		background: #fff;
		color: var(--theme-color);
		border-bottom: 2px solid var(--theme-color); 
	}
	
	
	  
.norification_block_error
{
    position: relative;
    background: #ad2121;
	color: #fff;
    padding: 15px; 
    border: 1px solid #ad2121;
    border-radius: 6px;
    transition: all 0.3s ease 0s;
    margin-bottom: 25px;
}

/***  login-registration *********/


.breadcumb-sm {
    padding: 24px;
   
    padding-top: 12px;
    padding-bottom: 12px;
     /*background: #ccc url(/static/booking/assets/img/bg/breadcumb-bg.jpg) center no-repeat;  
    border: 1px solid #dee9f1; */
    text-align: left;
    /* border-bottom: 1px dotted var(--theme-color); */
    /* max-width: 1440px; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    border-radius: 6px;
    transition: all ease 0.4s;
    background: #f8f8f8;
    /* padding: 12px; */
    /* border-radius: 12px; */
    /* box-shadow: 0px 4px 16px 0px #0000000F; */
    margin-top: -18px;
    border-bottom: 2px dashed #ffffff;
    
    position: relative;
}

.bgcoverst_v1 {
	padding: 25px;
    box-shadow: 0px 4px 16px 0px #0000000F;
    background: #ffffff70;
    border-radius: 12px;
    border: 1px dotted #ccc;
}


.wss-addrssbr {
	max-width: fit-content;
    float: right;
    text-align: right;
    /*background: #272727;*/
    padding: 5px 35px;
        border-radius: 6px;
    /*margin-top: 23px; */
	
	 
}

.wss-ttledv {
	text-align: left;  
	padding: 5px 12px;   
	padding-left: 0px;
	max-width: fit-content; 
	margin: 0px;
}


.breadcumb-sm-link { 
	color: var(--theme-color);
	transition: all 0.3s ease 0s;
}
.breadcumb-sm-link:hover { 
	color: var(--theme-color-v3); 
}

@media (max-width: 767px) {
    .wss-addrssbr {
		float: left;
        text-align: center;
        margin-top: 8px;
        width: 100%;
        max-width: 100%;
        border-radius: 50px;
    }
	
    .breadcumb-sm {
        /* padding-top: 137px;
        padding-bottom: 28px;
        background: #ccc url(/static/booking/assets/img/bg/breadcumb-bg.jpg) left no-repeat;

        text-align: left; */
		line-height: 25px;
         
        }
	
.wss-ttledv {
    text-align: center;
    padding: 5px 12px;
    padding-left: 0px;
    max-width: 100%;
    margin: 0px;
    /* font-size: 14px !important; */
}
	
}


/*********** blog news *******************/
 

.blog-single .blog-text {
  margin-bottom: 27px;
}

.blog-single .blog-meta {
  margin: -0.45em 0 16px 0;
}

.blog-single .blog-content {
  margin: 0 0 0 0;
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  position: relative;
  background-color: var(--smoke-color); 
  z-index: 3;
}

.blog-single .blog-content .blog-single {
  padding: 20px;
}

.blog-single {
    position: relative;
    margin-bottom: 40px;
	
	border-radius: 6px;
	padding: 12px;
	background: #fff;
	border: 1px solid #ddd;
}
	
.blog-single .blog-title {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 1.25;
    
    color: var(--theme-color);
}
	
.recent-post .media-img {
    margin-right: 15px;
    width: 92px;
	height: 92px;
    border-radius: 5px;
    overflow: hidden;
    /* border-radius: 0; */
    position: relative;
    padding: 6px;
    background: #fff;
        box-shadow: 0px 2px 4px rgba(2, 29, 53, 0.1);
}


.blog-meta {
  display: block;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 14px;
  color: var(--body-color);
  font-family: var(--body-font);
  position: relative;
  margin-right: 16px;
}

.blog-meta span i,
.blog-meta a i {
  margin-right: 6px;
  color: var(--theme-color);
}

.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}

.blog-meta span:not(:last-child),
.blog-meta a:not(:last-child) {
  padding-right: 20px;
}

.blog-meta span:not(:last-child):after,
.blog-meta a:not(:last-child):after {
  content: "";
  height: 12px;
  width: 1px;
  background-color: var(--body-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}

.blog-meta .author img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.blog-meta a:hover {
  color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 15px;
  }
  .blog-meta span:not(:last-child),
  .blog-meta a:not(:last-child) {
    padding-right: 15px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 20px;
  }
  .blog-meta span:not(:last-child),
  .blog-meta a:not(:last-child) {
    padding-right: 0;
  }
  .blog-meta span:not(:last-child):after,
  .blog-meta a:not(:last-child):after {
    display: none;
  }
}

.blog-audio,
.blog-img,
.blog-video {
  line-height: 1px;
}

.blog-audio img,
.blog-img img,
.blog-video img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.blog-title a {
  color: inherit;
}

.blog-title a:hover {
  color: var(--theme-color);
}

.th-blog {
  margin-bottom: 30px;
}

.blog-inner-title {
  margin-top: -0.25em;
  margin-bottom: 25px;
}

.blog-inner-title i {
  color: var(--theme-color);
  margin-right: 4px;
}

@media (min-width: 1300px) {
  .search-active-wrap,
  .blog-author,
  .search-wrap,
  .page-single,
  .blog-single,
  .th-comments-wrap,
  .th-comment-form {
    margin-right: 10px;
  }
}

.blog-single {
  position: relative;
  margin-bottom: 40px;
}

 

.blog-single .blog-text {
  margin-bottom: 27px;
}

.blog-single .blog-meta {
  margin: -0.45em 0 16px 0;
}

.blog-single .blog-content {
  margin: 0 0 0 0;
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  position: relative;
  background-color: var(--smoke-color);
  position: relative;
  z-index: 3;
}

.blog-single .blog-content .blog-single {
  padding: 20px;
}

.blog-single .blog-content .th-btn {
  --body-bg: #f8f8f8;
}

.blog-single .blog-audio {
  line-height: 1;
}

.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
  position: relative;
  overflow: hidden;
  background-color: var(--smoke-color);
}

.blog-single .blog-audio:hover img,
.blog-single .blog-img:hover img,
.blog-single .blog-video:hover img {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}

.blog-single .blog-img .slider-arrow {
  --pos-x: 30px;
  --title-color: #FA8507;
}

.blog-single .blog-img .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 42%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}

.blog-single .line-btn {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: -1px;
}

.share-links-title {
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0 15px 0 0;
  display: inline-block;
    /*  text-transform: capitalize;  */ 
}

.share-links {
  margin: 40px 0 0 0;
  padding: var(--blog-space-y, 40px) 0 0 0;
  border-top: 1px solid var(--th-border-color);
}

.share-links > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  --bs-gutter-y: 15px;
}

.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
  display: inline-block;
}

.share-links .th-social {
  display: inline-block;
}

.share-links .th-social a {
  --icon-size: 40px;
  background-color: var(--white-color);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  font-size: 14px;
}

.blog-author {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--smoke-color);
  border-radius: 20px;
  overflow: hidden;
}

.blog-author .auhtor-img {
  width: 212px;
  min-height: 100%;
  background-color: #00ffff;
  text-align: center;
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Small devices */
}

@media (max-width: 767px) {
  .blog-author .auhtor-img {
    width: 100%;
    min-height: 200px;
  }
}

.blog-author .auhtor-img img {
  width: 96px;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.blog-author .author-name {
  font-size: 24px;
  margin-top: -0.2em;
  margin-bottom: 16px;
}

.blog-author .author-text {
  margin-bottom: 0;
}

.blog-author .media-body {
  padding: 40px 40px 40px 40px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

/* Small devices */
@media (max-width: 767px) {
  .blog-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-author .auhtor-img img {
    width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .blog-author .media-body {
    padding: 35px 20px 30px 20px;
  }
}

.blog-details .blog-content > p:last-child {
  margin-bottom: 0;
}

.blog-content .wp-block-search .wp-block-search__input {
  box-shadow: none;
}

/* Medium Large devices */
@media (max-width: 1399px) {
 
  .share-links {
    --blog-space-x: 20px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .blog-single {
    --blog-space-x: 40px;
    --blog-space-y: 40px;
  }
  .share-links {
    --blog-space-x: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .share-links {
    --blog-space-x: 20px;
  }
  .blog-details .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
  .blog-single {
    --blog-space-x: 20px;
    --blog-space-y: 20px;
  }
 
  .blog-single .blog-text {
    margin-bottom: 22px;
  }
  .blog-single .blog-bottom {
    padding-top: 15px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .share-links-title {
    margin: 0 15px 5px 0;
  }
}


.blog-single .line-btn {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: -1px;
}

.share-links-title {
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0 15px 0 0;
  display: inline-block;
    /*  text-transform: capitalize;  */ 
}

.share-links {
  margin: 40px 0 0 0;
  padding: var(--blog-space-y, 40px) 0 0 0;
  border-top: 1px solid var(--th-border-color);
}

.share-links > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  --bs-gutter-y: 15px;
}

.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
  display: inline-block;
}

.share-links .th-social {
  display: inline-block;
}

.share-links .th-social a {
  --icon-size: 40px;
  background-color: var(--white-color);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  font-size: 14px;
}

.wp-block-tag-cloud a, .tagcloud a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--body-font);
    /* text-transform: capitalize; */
    line-height: 1;
    padding: 13px 20px 13px 20px;
    margin-right: 6px;
    margin-bottom: 10px;
    color: var(--body-color);
    background-color: var(--white-color);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
}

.share-links .th-social a {
    --icon-size: 40px;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
    font-size: 14px;
 
    height: 40px;
    width: 40px;
    display: flex;
    border-radius: 25px;
}

.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
  position: relative;
  overflow: hidden;
  background-color: var(--smoke-color);
	
	transition: all 0.3s ease 0s;
	border-radius: 5px 5px 0 0;
	
	border-bottom: 2px solid var(--theme-color);
}
 
.blog-single .blog-img  img{ transition: all 0.3s ease 0s; border-radius: 5px 5px 0 0; overflow: hidden;}

.blog-single .blog-audio:hover img,
.blog-single .blog-img:hover img,
.blog-single .blog-video:hover img {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
	
	transition: all 0.3s ease 0s;
}


    .widget_smv2  {
        position: relative;
    }
    
.widget_smv2::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    width: 50%; height: 50%; 
    border-radius: 6px;
    border: 1px dotted var(--theme-color);
    border-bottom: 0;
    border-left: 0;
    transition: .33s ease-out;
}





.recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post .media-img {
  margin-right: 15px;
  width: 85px;
	height: 85px;
  overflow: hidden;
  border-radius: 0;
  position: relative;
	
	padding: 2px;
	
	border-radius: 3px;
}

.recent-post .media-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.recent-post .media-img:after {
  content: '🔗';
  font-family: var(--icon-font);
  position: absolute;
  inset: 0;
  text-align: center;
  line-height: 85px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--theme-color);
  pointer-events: none;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.recent-post .post-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 8px 0;
  font-family: var(--title-font);
    /*  text-transform: capitalize;  */ 
}

.recent-post .recent-post-meta a {
    /*  text-transform: capitalize;  */ 
  font-size: 14px;
  color: var(--body-color);
  font-family: var(--body-font);
}

.recent-post .recent-post-meta a i {
  margin-right: 6px;
  color: var(--theme-color);
}

.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}

.recent-post:hover .media-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.recent-post:hover .media-img:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}



/*********** .blog news *******************/



.wcmmrc-form-register,
.wcmmrc-form-coupon,
.wcmmrc-form-login {
  padding: 35px 40px 35px 40px;
  background-color: var(--white-color);
  box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
  margin-bottom: 0;
    
    border-radius: 6px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .wcmmrc-form-register,
  .wcmmrc-form-coupon,
  .wcmmrc-form-login {
    padding: 40px 20px;
  }
}


/***********contact **********************/

.contact-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}



/***** .contact **********************/
/*------------------- /.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.wp-block-categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
  font-size: 14px;
  display: block;
  background-color: var(--white-color);
  box-shadow: 0px 2px 4px rgba(2, 29, 53, 0.1);
  margin-bottom: 14px;
  padding: 17px 45px 17px 30px;
  font-size: 14px;
  line-height: 1.313;
  color: var(--body-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
	
	border-radius: 5px;
}

.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before,
.wp-block-categories a::before {
  content: '➥';
  position: absolute;
  right: 30px;
  top: 19px;
  font-family: var(--icon-font);
  font-weight: 600;
  color: inherit;
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
  display: block;
  position: relative;
}

.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span,
.wp-block-categories li > span {
  color: var(--body-color);
  text-align: center;
  font-weight: 400;
  position: absolute;
  right: 30px;
  top: 14px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  pointer-events: none;
  min-width: 20px;
  text-align: right;
  background-color: var(--white-color);
}

.widget_nav_menu .menu > li:last-child > a,
.widget_nav_menu > ul > li:last-child > a,
.widget_meta .menu > li:last-child > a,
.widget_meta > ul > li:last-child > a,
.widget_pages .menu > li:last-child > a,
.widget_pages > ul > li:last-child > a,
.widget_archive .menu > li:last-child > a,
.widget_archive > ul > li:last-child > a,
.widget_categories .menu > li:last-child > a,
.widget_categories > ul > li:last-child > a,
.wp-block-categories .menu > li:last-child > a,
.wp-block-categories > ul > li:last-child > a {
  border-bottom: none;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.wp-block-categories a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  box-shadow: none;
  border-left: 4px solid #FEC49E;
}

.widget_nav_menu a:hover ~ span,
.widget_meta a:hover ~ span,
.widget_pages a:hover ~ span,
.widget_archive a:hover ~ span,
.widget_categories a:hover ~ span,
.wp-block-categories a:hover ~ span {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .sub-menu,
.widget_archive .children,
.widget_categories .sub-menu,
.widget_categories .children,
.wp-block-categories .sub-menu,
.wp-block-categories .children {
  margin-left: 10px;
}

.wp-block-categories {
  list-style: none;
  padding: 0;
}

.wp-block-categories > li:last-child > a {
  border-bottom: none;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.wp-block-archives a:not(:hover) {
  color: inherit;
}

.th-blog ul.wp-block-archives li {
  margin: 5px 0;
}

.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: var(--smoke-color);
  margin-bottom: 40px;
  position: relative;
}

.widget[data-overlay]:before {
  z-index: -1;
}

.widget .th-social a {
  box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}

.widget select,
.widget input,
.widget .form-select,
.widget .form-control,
.widget textarea {
  background-color: var(--white-color);
}

.widget textarea {
  min-height: 120px;
}

.widget .form-group > i {
  background-color: var(--white-color);
}

/*
.widget_title {
  position: relative;
  font-size: 21px;
  font-family: var(--title-font);
  line-height: 1em;
  padding-bottom: 20px;
  margin: -0.12em 0 38px 0;
}

.widget_title:after, .widget_title:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: var(--th-border-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.widget_title:after {
  background-color: var(--theme-color);
  width: 58px;
}
*/

.widget-form {
  --bs-gutter-x: 20px;
}

.widget .search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget .search-form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 25px;
  border: 1px solid transparent;
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.04);
}

.widget .search-form input:focus {
  border-color: var(--theme-color);
}

.widget .search-form button {
  border: none;
  font-size: 14px;
  font-size: 500;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  padding: 0;
  width: 56px;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.widget .search-form button:hover {
  background-color: var(--title-color);
}

    .text-md-start {
        text-align: left!important
    }

.title-area {
  margin-bottom: calc(var(--section-title-space) - 10px);
  position: relative;
  z-index: 2;
}

.title-area .sec-title {
  margin-bottom: 22px;
}

.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em;
}

.title-area .th-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}

.sub-title2 {
    font-size: 12px;
    /* font-weight: 600; */
    font-weight: 400;
    /* text-transform: uppercase; */
    display: inline-block;
    line-height: 15px;
    border-bottom: 1px solid;
    /* border-top: 1px solid; */
    color: var(--theme-color);
    /* margin-bottom: 30px; */
    margin-bottom: 8px;
    padding-right: 24px;
}



/**** prod page ***************/
 
.product-about {
  padding-left: 50px;
    position: relative; 
}

@media (max-width: 1299px) {
   
  .product-about {
    padding-left: 0;
  }
}

input[type="number"] { appearance: textfield; }
/* Firefox */
input[type="number"] {  -moz-appearance: textfield; }

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }


.summary-content .actions,
.product-about .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  margin: 32px 0 25px 0;
}

.summary-content .actions .th-btn .btn-icon,
.product-about .actions .th-btn .btn-icon {
  padding: 10.5px 15px 10.5px 15px;
}

.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
  border-color: var(--theme-color-v3);
  background-color: var(--theme-color-v3);
  color: var(--white-color);
  border-radius: 0;
}

.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
}

.summary-content .share,
.product-about .share {
  margin-top: 25px;
}

.summary-content .th-social a,
.product-about .th-social a {
  --icon-size: 40px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid var(--th-border-color);
  border-radius: 0;
}

.summary-content .th-social a:hover,
.product-about .th-social a:hover {
  border-color: var(--theme-color);
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 56px;
  height: 56px;
  line-height: 54px;
  display: inline-block;
  border-radius: 0;
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}

.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover {
  background-color: var(--title-color);
}

.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 0;
}

.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.summary-content .quantity,
.product-about .quantity {
  position: relative;
}

.summary-content .quantity:after,
.product-about .quantity:after {
  content: '';
  height: 100%;
  width: 1px;
  background-color: var(--th-border-color);
  position: absolute;
  top: 0;
  left: 55px;
}

.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
  width: 112px;
  height: 56px;
  border: 1px solid var(--th-border-color);
  background-color: #fff;
  color: var(--title-color);
  padding: 0 21px;
  text-align: left;
  font-weight: 500;
  border-radius: 6px;
}
 

 

 

.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
	color: var(--theme-color-v3);
    background-color: transparent;
    position: absolute;
    right: 14px;
    height: auto;
    width: auto;
    border: none;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
}

.summary-content .quantity .quantity-minus,
.product-about .quantity .quantity-minus {
  bottom: 8px;
}

.summary-content .quantity .quantity-plus,
.product-about .quantity .quantity-plus {
  top: 8px;
}





.product_meta {
  font-weight: 700;
  font-size: 14px;
  font-family: var(--body-font);
  margin: 35px 0 0 0;
}

.product_meta > span {
  display: block;
  margin-bottom: 5px;
  color: var(--title-color);
  font-weight: bold;
}

.product_meta > span:last-child {
  margin-bottom: 0;
}

.product_meta > span a {
  color: inherit;
}

.product_meta > span a:hover {
  color: var(--theme-color);
}

.product_meta > span > a,
.product_meta > span > span {
  position: relative;
  color: var(--body-color);
  font-weight: 400;
}

.product_meta > span > a:after,
.product_meta > span > span:after {
  content: ",";
  margin-right: 5px;
}

.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
  display: none;
}

.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
  margin-left: 7px;
}


.crnrline__inner::before {
    content: '';
    position: absolute;
    top: 51px;
    left: 12px;
    bottom: 12px;
    width: 50%;
    border: 1px dotted var(--theme-color);
    border-top: 0;
    border-right: 0;
    transition: .33s ease-out;
}
.crnrline__inner::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    width: 50%;
    border: 1px dotted var(--theme-color);
    border-bottom: 0;
    border-left: 0;
    transition: .33s ease-out;
}
	
	.price__v1 {    
		color: var(--theme-color); 
    font-size: 32px;
    line-height: 23px;
		    max-width: fit-content;
    margin-bottom: 19px;
    margin-top: -0.2em;
		}	
	
	
	
.rsrvtn-form3 .form-control, .rsrvtn-form3 .form-select {
    background-color: #d8dde1;
    border: none;
	
	border-radius: 6px;
}
	
	.main-img {
		border-radius: 100%;
		    border: 1px dotted var(--theme-color);
		
	}
	
	.addtowishlist{
		
	}
	
	/*
	.addtowishlist::after {
    content: '❤︎';
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
			color: var(--theme-color);
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; 
    vertical-align: middle;
    
    
   
    position: absolute;
    top: -5px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    z-index: 2;
    font-size: 11px;
    line-height: 10px;
    font-family: Arial;
	}
	*/
	
	
.mrgi_block {
	position: absolute;
    width: 138px;
    height: 38px;
    right: 0;
    top: -10px;
    border: 0px solid red;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
	
	font-size: 14px; 
	}
	
.mrgi_icon {
	background: #ddd;
    border-radius: 50px;
    height: 32px;
    width: 32px;
    display: inline-flex;
    margin-left: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border: 2px dotted #fff;
    color: #607D8B;
	
	line-height: 12px;
	}	
	
.prchse_btnswwpr 
	{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;			
	}
	
    
    
    
    .grmgprs_block {
        background:  #323232;
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
       
        justify-content: center;  
        gap: 15px;
        align-items: flex-start;
        padding: 24px 12px;
        
        position: relative;
    } 
.grmgprs_block::before {
    content: '';
    position: absolute;
    top: 51px;
    left: 12px;
    bottom: 12px;
    width: 50%;
    border: 1px dotted var(--theme-color);
    border-top: 0;
    border-right: 0;
    transition: .33s ease-out;
}
.grmgprs_block::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    width: 50%;
    border: 1px dotted var(--theme-color);
    border-bottom: 0;
    border-left: 0;
    transition: .33s ease-out;
}
    
	.grmgprs_wrppr {
    display: flex;
    margin: 23px 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 12px;
    border-top: 1px dotted #ddd;
    max-width: fit-content;
	}
	
	.grmgprs_1tem {
    height: 58px;
    width: 58px;
    display: inline-flex;
    background: #ddd;
    border-radius: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    color: var(--theme-color);
    
	margin-right: 12px;
        position: relative;
            background: #9d800e40;
    padding: 5px;
    box-shadow: 0px 4px 16px 0px #0000000F;
    border: 1px dotted var(--theme-color);
	}
    .grmgprs_1tem span  { font-size: 16px;}
    
    .grmgprs_1tem:hover {color: #fff;  background: var(--theme-color); border: 1px dotted #fff; }
    
    .grmgprs_1tem::before {
        content: '';
        height: 62px;
        width: 62px;
         
        position: absolute;
        top: -3px;
        left: -3px;
        z-index: -1;
        border-radius: 100px;
        
        border: 1px dashed var(--theme-color);
    }
	
    .grmgprs_1tem_active {
    height: 60px;
    width: 60px;
    display: inline-flex;
    background: #ddd;
    border-radius: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    color: var(--theme-color);
    
	margin-right: 12px;
        position: relative;
            background: #9d800e40;
    padding: 5px;
    box-shadow: 0px 4px 16px 0px #0000000F;
    border: 1px dotted #fff;
        
        color: #fff;
        background: var(--theme-color);
    }
    
    .grmgprs_1tem_active::before {
        content: '';
        height: 66px;
        width: 66px;
        position: absolute;
        top: -4px;
        left: -4px;
        z-index: -1;
        border-radius: 100px;
        border: 1px dashed var(--theme-color);
    }
    
    
    .grmgprs_1tem_active:hover {color: #fff;  background: var(--theme-color); }
    
    .grmgprs_1tem   span  { font-size: 16px;}
    .grmgprs_1tem_active span  { font-size: 16px;}
    
    @media (max-width: 767px) 
    {
        .grmgprs_1tem { margin-bottom: 12px; } 
    }
    
    .info-link__cover {
    display: flex;
    width: 100%;
    height: 56px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
        
    color: #030108; 
    }    
    .info-link__cover:hover { color: var(--theme-color); }
    
    
    .info-link__icon {
        background: #dee9f1; height: 56px; width: 56px; padding: 8px; border-radius: 50px; margin-right: 8px;
            border: 2px dotted #efefef;
    }
    
    .info-link__body {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    line-height: 20px;
    }
    
    .box-title__v2 {
        font-size: 18px;
            margin-bottom: -3px;
    margin-top: 3px;
    }
    
    
    
    .woniti_saqoneli_info {
    width: 100%;
    min-height: 38px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
	align-items: flex-start;
    padding: 12px;
    border: 1px dashed #D8DDE1;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 25px; 
        
    }
    
    .woniti_saqoneli_info__icon {
        display: inline-flex;
        width: 72px;
        min-height: 38px;
        margin-right: 12px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        padding: 2px;
    }
    
    .woniti_saqoneli_info__txt {
display: inline-flex;
    width: calc(1000% - 90px);
    min-height: 38px;
    margin-right: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #607d8b;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 100;
    padding: 3px;
    }
    

/****** .prod page ***************/

/***** checkout *****************/

    .stepper-mrow {
    width: 100%;
    min-height: 58px;
    display: flex; 
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 12px;
     border-bottom: 1px dotted #ddd; 
        
    }
    .stepper__step {
    display: inline-flex;
    height: 52px;
    width: 27%;
    padding: 8px;
     
    margin-right: 12px;
    margin-bottom: 6px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border-radius: 50px; 
	background: #607d8b28;
	position: relative; 
        
    }
    
    .stepper__step:not(:last-child):after {
    content: '';
    position: absolute;
    height: 6px;
    width: 12px; 
    right: -12px;
    top: calc(50% - 3px);
	background: #607d8b28;
    z-index: 1;
        
    }
    
    .stepper__icon {
    display: inline-flex;
    margin-right: 6px;
    height: 38px;
    width: 38px;
    background: #ccc;
    border-radius: 50px;
    font-family: Tahoma;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 15px;
    padding-bottom: 2px;
        border: 1px solid #ccc;
    }
    
    .stepper__step__active {
       /* background: var(--theme-color);*/
        color: var(--theme-color);; 
        
         /*   box-shadow: 0px 2px 7px rgb(1 15 28 / 58%); */
		 border-left: 5px solid var(--theme-color);
        
    }  
   
    .stepper__step__active .stepper__icon {
        background: var(--theme-color);
        border-color: #fff;
        color: #fff;
    }



.o-opt-wppr {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
    
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.o-opt-wppr:hover { border: 1px solid var(--theme-color); box-shadow: 0px 4px 16px 0px #0000000F; }

.o-opt-selectoption { 
    position: absolute;
    left: 12px;
    top: 12px;
    border-radius: 50px;
    height: 38px;
    width: 38px;
    line-height: 7px;
    background: #ddd;
    border: 0px solid var(--theme-color);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    
}

.o-opt-top { 
height: 12px;
}
.o-opt-icon { 
    border-radius: 150px;
    overflow: hidden;
    height: 88px;
    width: 88px;
    padding: 12px;
    background: #379de6;
    margin-bottom: 12px;
    border: 2px dotted #fff;
}
.o-opt-dscrpt { 

}

@media (max-width: 575px) { 
	
    .stepper-mrow {
        width: 100%;
        min-height: 58px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items : flex-start;
        padding-bottom: 12px;
        border-bottom: 1px dotted #ddd;
    }
    .stepper__step {  width: 100%; }
    .stepper__step:not(:last-child):after { display: none; }   
    
    
    
    
}

/***** .checkout *****************/


/**** myorders page ********/
.ordrs_main_info_wrppr { width: 100%; }

.ordrs_main_info__ls {
    float:left; min-height: 70px;  text-align:left; margin-top: 0px; line-height: 20px; font-size: 14px; padding: 2px 15px; 
}
.ordrs_main_info__rs {
    float:right; height: 70px;  text-align:left; vertical-align:top; margin-top: 0px; line-height: 20px; font-size: 14px; 
}
.ordrs_main_info__rsblockcntn {
    display:inline-block; text-align: right; padding-top: 8px; 
}


.order_item_wppr__img img { 
    border-radius: 150px; border: 3px solid #607D8B; padding: 2px; height: 58px; width: 58px; 
    }


@media (max-width: 575px) { 
	
	.ordrs_main_info_wrppr {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 12px;
        padding-bottom: 50px;
	}
	 
    .ordrs_main_info__rsblockcntn { width: 100%; text-align: left; padding-left: 15px; }
	
    .order_item_wppr__img img { 
     height: 50px; width: 50px; 
    }
    
    .order_item_wppr__info { 
        line-height: 20px !important;
        height: auto !important;
        width: calc(100% - 70px);
         
    }
    
    
    .hidden-on-smll { display: none; }
}


/**** .myorders page ********/

/*** accordion ********************/

    .accordion__item {
      	margin-bottom: 0.5rem;      
		border-radius: 0.25rem;
     	/*
		box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 15%);
		*/		
		/*
	  	border-bottom-left-radius: 0px;
      	border-bottom-right-radius: 0.0px;
		*/
		
		border-radius: 6px;
		border: 1px solid #E8E8E8;
		
		margin-bottom: 20px;
		
		overflow: hidden;
		
    }

    .accordion__header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0.75rem 1rem;
      color: #121212; 
      background-color: #fcfcfc;
      /*
	  border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
	  transition: background-color 0.2s ease-out;
	  */	
      cursor: pointer;
      
		height: 70px;
		/* 
		font-size: 16px;
		line-height: 25px;
		*/
		font-size: 15px;
		line-height: 20px;
		
		font-style: normal;
		font-weight: 500;
		 
		
		transition: all 0.3s ease-out;
        
 
		 
	   
    }

    .accordion__header::after { 
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: auto;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230da560'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-size: 1.25rem;
      content: "";
      transition: transform 0.3s ease-out;
		
	  border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0.0px;
		
	 margin-left: 15px;
    }

    .accordion__item_show .accordion__header::after,
    .accordion__item_slidedown .accordion__header::after {
      transform: rotate(-180deg);
    }

    .accordion__header:hover {
      /* background-color: #21BE77;
		border-bottom: 1px solid #21BE77;*/
    }

    .accordion__item:not(.accordion__item_show) .accordion__header {
	  border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; 
    }

    .accordion__content {
      padding: 0.75rem 1rem;
      background: #fff;
	  border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0.0px;
		
		font-size: 15px;
    	line-height: 25px;
    }

    .accordion__item:not(.accordion__item_show) .accordion__body {
      display: none;
    }
	
 
.accordion__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
	
	margin-top: 15px;
	margin-bottom: 15px;
}
.accordion__content li {
  padding-left: 25px; 
  text-indent: -.7em;
}
.accordion__content li::before {
  content: "⁃   ";
  color: #ff7a01; /* or whatever color you prefer */
  
  font-size: 132%;	
}
	
	.accordion__content a { color: #3198ea; transition: all 0.3s ease 0s; }
	.accordion__content a:hover { color: #e57207; }
	

/*** .accordion ********************/

/*************** blockquote ******************/
blockquote,
.wp-block-quote {
  font-size: 14px;
  line-height: 1.56;
  padding: 30px;
  font-weight: 500;
  display: block;
  position: relative;
  background-color: transparent;
  margin: 35px 0 45px 0;
  color: var(--title-color);
  font-family: var(--body-font);
  font-style: italic;
  border: 1px solid var(--th-border-color) !important;
  border-radius: 0;
}

blockquote p,
.wp-block-quote p {
  font-size: inherit;
  font-family: inherit;
  margin-top: -0.3em;
  margin-bottom: 9px;
  line-height: inherit;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
}

blockquote p a,
.wp-block-quote p a {
  color: inherit;
}

blockquote:before,
.wp-block-quote:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: 50px;
  width: 33px;
  background-color: var(--smoke-color);
}

blockquote:after,
.wp-block-quote:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  height: 20px;
  width: 25px;
  background-color: var(--theme-color);
  -webkit-clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z");
          clip-path: path("M2.21945 18.2759C0.775335 16.6762 0 14.8819 0 11.9734C0 6.8553 3.44484 2.26804 8.45438 0L9.70641 2.01506C5.03057 4.65307 4.11643 8.07633 3.75189 10.2347C4.5048 9.82818 5.49044 9.68633 6.45645 9.77992C8.98576 10.0241 10.9795 12.1898 10.9795 14.8819C10.9795 16.2393 10.4625 17.5411 9.54219 18.5009C8.62192 19.4608 7.37376 20 6.07229 20C5.35256 19.9934 4.64126 19.8376 3.97981 19.5416C3.31836 19.2457 2.71996 18.8154 2.21945 18.2759ZM16.24 18.2759C14.7959 16.6762 14.0205 14.8819 14.0205 11.9734C14.0205 6.8553 17.4654 2.26804 22.4749 0L23.7269 2.01506C19.0511 4.65307 18.137 8.07633 17.7724 10.2347C18.5253 9.82818 19.511 9.68633 20.477 9.77992C23.0063 10.0241 25 12.1898 25 14.8819C25 16.2393 24.483 17.5411 23.5627 18.5009C22.6424 19.4608 21.3943 20 20.0928 20C19.3731 19.9934 18.6618 19.8376 18.0003 19.5416C17.3389 19.2457 16.7405 18.8154 16.24 18.2759Z");
}

blockquote cite,
.wp-block-quote cite {
  border-radius: 25px 0 0 25px;
  height: 32px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
  font-family: var(--title-font);
  white-space: nowrap;
  position: absolute;
  bottom: -16px;
  left: 80px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 5px 40px 7px 15px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
}

blockquote cite br,
.wp-block-quote cite br {
  display: none;
}

blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.style-left-icon, blockquote.has-text-align-right,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.style-left-icon,
.wp-block-quote.has-text-align-right {
  padding: 40px;
  margin-bottom: 30px;
}

blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 400;
  line-height: 1.556;
  background-color: var(--smoke-color);
  padding-left: 160px;
}

blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
  right: unset;
  left: 56px;
  top: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  color: var(--theme-color);
  text-shadow: none;
}

blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
  color: var(--title-color);
}

blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
  background-color: var(--title-color);
  top: 8px;
}

blockquote:not(:has(> cite)) p:last-child,
.wp-block-quote:not(:has(> cite)) p:last-child {
  margin-bottom: -0.3em;
}

blockquote p:has(cite),
.wp-block-quote p:has(cite) {
  padding-bottom: 10px;
}

blockquote p cite,
.wp-block-quote p cite {
  margin-top: 20px;
  margin-bottom: -0.5em;
  bottom: -32px;
}

.wp-block-pullquote {
  color: var(--white-color);
  padding: 0;
}

blockquote.has-very-dark-gray-color {
  color: var(--title-color) !important;
}

.wp-block-pullquote blockquote,
.wp-block-pullquote p {
  color: var(--title-color);
}

.wp-block-pullquote cite {
  position: absolute;
  color: var(--white-color) !important;
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
  padding: 40px 15px 40px 15px;
}

.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
  width: 100%;
  height: 60px;
  font-size: 30px;
}

.wp-block-column blockquote.style-left-icon, .wp-block-column blockquote.is-large:not(.is-style-plain), .wp-block-column blockquote.is-style-large:not(.is-style-plain), .wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
  padding: 40px 15px 40px 15px;
}

.wp-block-column blockquote cite,
.wp-block-column .wp-block-quote cite {
  font-size: 14px;
  left: 20px;
}

.wp-block-column blockquote cite:before,
.wp-block-column .wp-block-quote cite:before {
  bottom: 6px;
}

.wp-block-pullquote__citation::before,
.wp-block-pullquote cite::before,
.wp-block-pullquote footer::before {
  bottom: 7px;
}

.has-cyan-bluish-gray-background-color blockquote,
.has-cyan-bluish-gray-background-color .wp-block-quote {
  background-color: var(--white-color);
}

/* Small devices */
@media (max-width: 767px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 90%;
  }
  blockquote cite,
  .wp-block-quote cite {
    font-size: 18px;
    left: 30px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .wp-block-quote.is-large:not(.is-style-plain) p,
  .wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 1.2em;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  blockquote cite,
  .wp-block-quote cite {
    font-size: 18px;
    padding-left: 22px;
  }
  blockquote cite:before,
  .wp-block-quote cite:before {
    width: 20px;
  }
}
/*************** .blockquote ******************/



.th-social a {
  display: inline-block;
  width: var(--icon-size, 46px);
  height: var(--icon-size, 46px);
  line-height: var(--icon-size, 45px);
  background-color: var(--smoke-color);
  color: var(--body-color);
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
  border-radius: 4px;
}

.th-social a:last-child {
  margin-right: 0;
}

.th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}




/************************/

.specoffers-area {
    background: #F7F8F8;
    padding-top: 50px;
    padding-bottom: 50px;
	
	border-bottom: 1px dotted #ccccccb8;
	position: relative;
	
	overflow: hidden;
}

.specoffers-area .layer-style:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 970px;
    left: 78px;
    position: absolute;
    top: 50px;
    width: 970px;
    /*z-index: -1;*/
}

.footer-widget .widget_title 
{ 
    background: linear-gradient(to right, var(--theme-color) 0%, #051d25 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-widget .widget_title:after {
  border-radius: 0;
  height: 2px;
  width: 61px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, var(--theme-color) 0, var(--theme-color) 40px, transparent 40px, transparent 43px, var(--theme-color) 43px, var(--theme-color) 53px, transparent 53px, transparent 56px, var(--theme-color) 56px, var(--theme-color) 61px);
  background-image: linear-gradient(to right, var(--theme-color) 0, var(--theme-color) 40px, transparent 40px, transparent 43px, var(--theme-color) 43px, var(--theme-color) 53px, transparent 53px, transparent 56px, var(--theme-color) 56px, var(--theme-color) 61px);
}

.footer-widget .widget_title:before { background-color: #ffffff !important; max-width: 178px; }
 

.mini-logo-v1-wrppr {
	border-radius: 50px;
    width: 116px;
    background: linear-gradient(to right, var(--theme-color) 0%, var(--theme-color--light) 100%); 	
    padding: 5px 18px 3px 21px;
}

@media (max-width: 768px) 
{ 
	.mpc_item  { width: calc(33.3% - 3px); }
	.product_list_ppfwrppr > .prod_blck_wrppr { width: calc(50% - 10px) !important; }
	.subcattt_linkto { width: 50%; }
	
	.copyright-area { padding-top: 15px; padding-bottom: 15px; padding-left: 15px; }
 
}
@media (max-width: 576px) 
{ 
	.mpc_item  { width: calc(50% - 3px); }
	.product_list_ppfwrppr > .prod_blck_wrppr { width: 100% !important; }
	.subcattt_linkto { width: 50%; }
	
	.copyright-area { padding-top: 15px; padding-bottom: 15px; padding-left: 15px; }
}




.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 54px);
  font-size: var(--btn-font-size, 20px);
  background-color: var(--icon-bg, #f7f7f7);
  color: var(--title-color);
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--th-border-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
    
    border-radius: 5px;
}

.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.icon-btn.style2 {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 99px;
}

.icon-btn.style2:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}




.wcmmrc-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px;
}

.cart_table thead {
  background-color: #ecf0f1;
}

.cart_table thead th {
  border: none !important;
}

.cart_table td:before,
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  border: none;
  padding: 27px 15px;
  font-size: 20px;
}

.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.cart_table td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  color: #8b8b8b;
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
}

.cart_table .product-quantity {
  color: var(--title-color);
}

.cart_table .product-quantity input {
  position: relative;
  top: -2px;
}

.cart_table .cart-productname {
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
}

.cart_table .cart-productimage {
  display: inline-block;
}

.cart_table .remove {
  color: var(--theme-color);
  font-size: 18px;
}

.cart_table .quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart_table td.product-quantity {
  min-width: 155px;
}

.cart_table .qty-btn {
  border: 2px solid var(--smoke-color) !important;
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 4px;
}

.cart_table .qty-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.cart_table .qty-input {
  vertical-align: middle;
  border: 2px solid var(--smoke-color);
  width: 60px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--title-color);
  font-weight: 700;
  margin: 0 3px;
  border-radius: 4px;
  padding: 0;
  /* Firefox */
}

.cart_table .qty-input::-moz-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::-webkit-input-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input:-ms-input-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::-ms-input-placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::placeholder {
  color: var(--title-color);
}

.cart_table .qty-input::-webkit-outer-spin-button, .cart_table .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart_table .qty-input[type="number"] {
  -moz-appearance: textfield;
}

.cart_table .actions {
  text-align: right;
  vertical-align: middle;
  padding-left: 20px;
}

.cart_table .actions > .th-btn {
  font-size: 14px;
  padding: 20px 28px;
  margin-right: 15px;
}

.cart_table .actions > .th-btn:last-child {
  margin-right: 0;
}

.cart_table .th-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart_table .th-cart-coupon input {
  width: calc(100% - 200px);
  margin-right: 10px;
}

.cart_table .th-cart-coupon .th-btn {
  font-size: 14px;
  padding: 20px 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cart_totals {
  border: 1px solid #ecf0f1;
}

.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid #ecf0f1;
  font-size: 14px;
  color: var(--title-color);
  width: 55%;
}

.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: #f9fbfb;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}

.cart_totals .shipping-calculator-button {
  display: inline-block;
  border-bottom: 1px solid;
  color: var(--title-color);
  font-weight: 700;
}

.cart_totals .shipping-calculator-button:hover {
  color: var(--theme-color);
}

.cart_totals .wcmmrc-shipping-destination {
  margin-bottom: 10px;
}

.cart_totals .wcmmrc-shipping-methods {
  margin-bottom: 0;
}

.cart_totals .shipping-calculator-form {
  display: none;
}

.cart_totals .shipping-calculator-form p:first-child {
  margin-top: 20px;
}

.cart_totals .shipping-calculator-form p:last-child {
  margin-bottom: 0;
}

.cart_totals .amount {
  font-weight: 700;
}

.cart_totals .order-total .amount {
  color: var(--theme-color);
}

.empty-notice {
  margin: 40px auto;
}

/* Medium devices */
@media (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }
  .cart_table .cart-productname {
    font-size: 14px;
  }
  .cart_table .th-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cart_table .actions {
    text-align: center;
  }
  .cart_table .cart-productimage {
    max-width: 100px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
  }
  .cart_table thead {
    display: none;
  }
  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid #f3f3f3;
    border-bottom: none;
  }
  .cart_table td::before {
    display: block;
  }
  .cart_table td:last-child {
    border-bottom: 1px solid #f3f3f3;
  }
  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }
  .cart_table td.actions > .th-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .cart_table td.actions > .th-btn:last-child {
    margin-right: auto;
  }
  .cart_table .th-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
    padding-bottom: 10px;
  }
  .cart_table .th-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
  }
  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px;
  }
  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
  }
}

/*------------------- 4.00. Checkout  -------------------*/
.wcmmrc-checkout .form-group,
.wcmmrc-checkout .form-row {
  margin-bottom: 0;
}

.wcmmrc-checkout .form-select,
.wcmmrc-checkout .select2-container,
.wcmmrc-checkout .form-control {
  margin-bottom: 0;
}

.wcmmrc-checkout .select2-container--open .select2-dropdown--below {
  margin-top: 0;
}

.wcmmrc-checkout .select2-container--open .select2-dropdown--above {
  position: relative;
  bottom: 0;
}

.wcmmrc-checkout .select2-dropdown {
  border: none;
  border-top: none;
}

.wcmmrc-checkout .select2-container--default .select2-selection--single {
  border-radius: 27px;
}

.wcmmrc-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.wcmmrc-checkout .select2-container--default .select2-selection--single .form-control:focus {
  color: var(--body-color);
}

.wcmmrc-checkout .shipping_address {
  margin-top: -3px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid transparent;
  padding: 0;
}

.wcmmrc-form-login select,
.wcmmrc-form-login .form-select,
.wcmmrc-form-login .form-control,
.wcmmrc-form-login .select2,
.wcmmrc-form-login .select2-container,
.wcmmrc-form-coupon select,
.wcmmrc-form-coupon .form-select,
.wcmmrc-form-coupon .form-control,
.wcmmrc-form-coupon .select2,
.wcmmrc-form-coupon .select2-container,
.wcmmrc-checkout select,
.wcmmrc-checkout .form-select,
.wcmmrc-checkout .form-control,
.wcmmrc-checkout .select2,
.wcmmrc-checkout .select2-container {
  margin-bottom: var(--bs-gutter-x);
}

#ship-to-different-address {
  margin-top: 15px;
  margin-bottom: 20px;
}

.select2-container--default .select2-selection--single {
  height: 56px;
  border: 1px solid transparent;
  background-color: var(--smoke-color);
  border-radius: 27px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px;
  padding-left: 25px;
  padding-right: 25px;
}

.wcmmrc-billing-fields .form-row {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\f107";
  font-family: var(--icon-font);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  border: none;
  top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
  line-height: 56px;
  margin-right: 30px;
}

span.select2-selection.select2-selection--single:focus {
  outline: none;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: 1px solid #ededed;
  text-align: right;
  padding: 5px 20px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
}

.checkout-ordertable th {
  font-weight: 800;
  text-align: left;
}

.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}

.checkout-ordertable .order-total .amount {
  color: var(--theme-color);
}

.checkout-ordertable input[type="hidden"] ~ label {
  color: var(--theme-color);
}

.wcmmrc-checkout .form-group input:not(:last-child) {
  margin-bottom: var(--bs-gutter-x);
}

.wcmmrc-checkout-payment {
  text-align: left;
}

.wcmmrc-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wcmmrc-checkout-payment ul li {
  padding-top: 12px;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
  font-size: 14px;
}

.wcmmrc-checkout-payment ul input[type="radio"] ~ label {
  margin-bottom: 17px;
  color: var(--body-color);
}

.wcmmrc-checkout-payment ul input[type="radio"] ~ label img {
  margin-bottom: -2px;
  margin-left: 10px;
}

.wcmmrc-checkout-payment .place-order {
  padding-top: 30px;
}

.wcmmrc-checkout-payment .payment_box {
  color: #a1b1bc;
  background-color: #ecf0f1;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}

.wcmmrc-checkout-payment .payment_box p {
  margin: 0;
}

.th-checkout-wrapper form.wcmmrc-form {
  margin-bottom: 30px;
}

/* Small devices */
@media (max-width: 767px) {
  tfoot.checkout-ordertable th {
    display: none;
  }
  .wcmmrc-checkout-payment ul input[type="radio"] ~ label img {
    max-width: 150px;
  }
  .checkout-ordertable th,
  .checkout-ordertable td {
    padding: 5px 20px 5px 60px;
  }
}


/******* cart ******************/
.sticky-top {
    top: 0px;
    z-index:777;
}
	
.sticky-md-top {
    top: 0px;
    z-index:777;
}
.cart_table td:before, .cart_table th {
    font-family: var(--title-font);
    color: var(--title-color);
    border: none;
    padding: 18px 15px;
    font-size: 16px;
}

.wcmmrc-notices-wrapper .wcmmrc-message:before {
	content: "!";
    /* content: "\f06a"; */
    font-weight: 300;
    height: 25px;
    width: 25px;
	font-size: 14px;
	line-height: 12px;
    position: absolute;
    left: 12px;
    top: 12px;
    background: #1fb4b0;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
	border: 3px solid #fff;
}
    
    .qty-updte-v1 {
    height: 30px !important;
    width: fit-content !important;
    padding: 3px 8px !important;
    display: inline-flex;
    margin-left: 6px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 25px !important;
    /* background: #ccc; */
    font-size: 14px !important;
    color: var(--theme-color) !important;
    background-color: #ecf0f1 !important;
    transition: all ease 0.4s;
    border: 2px solid var(--smoke-color) !important; 
    }
    .qty-updte-v1:hover {
        background-color: var(--theme-color) !important;
        color: #fff !important;
        border: 2px solid var(--theme-color) !important;
    }
	
	 
	
	
	.empty_cart_notice {
    border: 1px dotted #fff;
    border-radius: 6px;
    color: var(--theme-color);
    background-color: #ecf0f1;
	padding: 25px;
	min-height: 378px;
	}
	
	


.remove-prdct-icon {
    position: absolute;
    left: -5px;
    top: -5px;
    height: 28px;
    width: 28px;
    background: #fefefe;
    color: var(--theme-color);
	border: 0px solid #ccc;
    font-size: 13px;
    line-height: 28px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    cursor: pointer;
	transition: all 0.7s ease 0s;
	box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.25);
}
.remove-prdct-icon:hover {
	background: var(--theme-color);
	color: #fff;
}

.cartprod-img-vcp {
border-radius: 150px; 
	border: 0px dotted var(--theme-color); 
	padding: 2px; background: #fff; 
	box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.25); width: 78px; height: 78px; max-width: 82px;
}

.wcmmrc-message, .wcmmrc-info {
    position: relative;
    padding: 11px 20px 11px 50px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    border-radius: 0;
}

th {
  font-weight: 500;
  color: var(--title-color);
}

.remove-prdct-icon svg {fill: var(--theme-color-v3) !important; transition: all 0.3s ease 0s;}
	
 
.remove-prdct-icon:hover svg {fill: #fff !important;}  


/*------------------- 2.5. Mobile Menu -------------------*/
.th-menu-wrapper{
  position:relative;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:999999;
  background:transparent;
  opacity:0;
  visibility:hidden;
  transition:all .4s ease;
}

.th-menu-wrapper.th-body-visible{
  opacity:1;
  visibility:visible;
}


/* menu container */

.th-menu-area{
  width:100%;
  max-width:100%;
  height:100%;
  background:#fff;
  border:1px dashed #deeaf0;
  border-radius: 2px 12px 2px 12px;
  position:relative;
  left:-110%;
  opacity:0;
  visibility:hidden;
  transition:all .35s ease;
	
	position:relative;	
}

.th-menu-wrapper.th-body-visible .th-menu-area{
  left:0;
  opacity:1;
  visibility:visible;
}


/* logo */

.th-menu-wrapper .mobile-logo{
  padding:40px 0 30px;
  display:block;
  text-align:center;
  background:var(--smoke-color2);
}

.th-menu-wrapper .mobile-logo svg{
  max-width:185px;
}


/* mobile menu scroll */

.th-mobile-menu{
  overflow-y:scroll;
  max-height:calc(100vh - 200px);
  padding-bottom:40px;
  margin-top:25px;
  text-align:left;
	
  
}

.th-mobile-menu::-webkit-scrollbar{
  width:5px;
}

.th-mobile-menu::-webkit-scrollbar-thumb{
  background:#d9d9d9;
  border-radius:10px;
}


/* list reset */

.th-mobile-menu ul{
  margin:0;
  padding:0;
  list-style:none;
}

.th-mobile-menu ul li{
  border-bottom:1px solid var(--th-border-color);
  position:relative;
	
	padding-left: 6px;
	padding-right: 6px;
}


/* link */

.th-mobile-menu ul li a{
  display:block;
  position:relative;
  padding:12px 40px 12px 18px;
  font-size:14px;
  line-height:1.4;
  color:var(--title-color);
  text-decoration:none;
}


/* arrow before text */

.th-mobile-menu ul li a:before{
  content:"⁝⁝";
	    font-family: Verdana, Geneva, sans-serif;
  position:absolute;
  left:0;
  bottom:12px;
  font-size:12px;
  opacity:.7;
}


/* active link */

.th-mobile-menu ul li.th-active > a{
  color:var(--theme-color);
}


/* submenu */

.th-mobile-menu ul li ul{
  display:none;
}

.th-mobile-menu ul li ul li{
  padding-left:18px;
}

.th-mobile-menu ul li ul li:last-child{
  border-bottom:none;
}


/* expand button */

.th-mean-expand{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  width:28px;
  height:28px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef3f7;
  font-size:16px;
  cursor:pointer;
  transition:.25s;
}

.th-mean-expand:hover{
  background:#dde7ef;
}


/* plus icon */

.th-mean-expand:before{
  content:"+";
	    font-family: Verdana, Geneva, sans-serif;
}


/* minus when open */

.menu-item-has-children.th-active > a .th-mean-expand:before{
  content:"−";
	    font-family: Verdana, Geneva, sans-serif;
}


/* main list padding */

.th-mobile-menu > ul{
  padding:0 12px;
}

.th-mobile-menu > ul > li:last-child{
  border-bottom:none;
}


/* toggle button */

.th-menu-toggle{
  width:56px;
  height:56px;
  border:none;
  border-radius:50%;
  background:var(--theme-color);
  color:#fff;
  font-size:20px;
  cursor:pointer;
}

.th-menu-toggle:hover{
  background:var(--title-color);
}


/* text toggle */

.th-menu-toggle.style-text{
  width:auto;
  height:auto;
  background:transparent;
  color:var(--title-color);
  font-size:20px;
}

.th-menu-toggle.style-text i{
  margin-right:10px;
}


/* mobile fix */

@media (max-width:400px){

  .th-menu-area{
    width:100%;
  }

  .th-mobile-menu > ul{
    padding:0 12px;
  }

}


/* main animation submenu */

.th-submenu{
  display:none;
  padding-top:4px;
  padding-bottom:4px;
}

/* animation */

.th-mobile-menu ul li{
  transition:background .2s ease;
	
	border-radius: 3px;
	/*box-shadow: 0px 4px 16px 0px #0000000F; */
	
	
	margin-bottom: 3px;
}

.th-mobile-menu ul li:hover{
  background:#fff; box-shadow: 0px 2px 4px 0px #0000000F;
	
		
	
	border-color: #deeaf0;
}

/* expand button */

.th-mean-expand{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%) rotate(0deg);
  width:28px;
  height:28px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef3f7;
  font-size:16px;
  cursor:pointer;
  transition:all .25s ease;
}

/* hover */

.th-mean-expand:hover{
  background:#dbe6ef;
}

/* plus */

.th-mean-expand:before{
  content:"+";
  transition:transform .25s ease;
}

/* when open */

.menu-item-has-children.th-active > a .th-mean-expand{
  transform:translateY(-50%) rotate(180deg);
}

/* transform + to − */

.menu-item-has-children.th-active > a .th-mean-expand:before{
  content:"−";
}

/* light submenu */

.th-mobile-menu ul li ul{
  animation:submenuFade .25s ease;
}

/* animation */

@keyframes submenuFade{
  from{
    opacity:0;
    transform:translateY(-5px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}
/*------------------- END  2.5. Mobile Menu -------------------*/





@media (max-width: 576px) 
{
    .offcanvas { width: 90%; }
}





.cc-brand-box {
    display: inline-flex;
    border-right: 1px dotted #607D8B;
    border-bottom: 1px dotted #607D8B;
    padding: 15px;
}

/* =========================
   MOBILE + SM
   2 в ряд
========================= */
@media (max-width: 767.98px) {

    /* каждый 2-й без right border */
    .cc-brand-box:nth-child(2n) {
        border-right: 0;
    }

    /* последние 2 элемента без bottom border */
    .cc-brand-box:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}

/* =========================
   MD и выше
   6 в ряд
========================= */
@media (min-width: 768px) {

    /* reset */
    .cc-brand-box {
        border-right: 1px dotted #607D8B;
        border-bottom: 1px dotted #607D8B;
    }

    /* каждый 6-й без right border */
    .cc-brand-box:nth-child(6n) {
        border-right: 0;
    }

    /* последние 6 элементов без bottom border */
    .cc-brand-box:nth-last-child(-n+6) {
        border-bottom: 0;
    }
}
.cc-border-st2 {
	border-radius: 6px;
    overflow: hidden;
    border: 1px solid #deeaf0;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

/****************************************/

@media (min-width: 1600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1200px;
    }
}

/******** nice-select ******************/    
    .nice-select { 
        height: 56px;
        border-radius: 4px;
    }
    
    .nice-select .list {
        max-height: 287px;
        overflow-y: scroll;
    }
    
    .nice-select .option.selected {
    font-weight: 500; 
    color: var(--theme-color-v3);
    }
    
    .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: var(--theme-color-v3);
    }
    .nice-select:after {
        border-bottom: 1px solid #051d25;
        border-right: 1px solid #051d25;
        content: '';
        display: block;
        
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 25px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        
        width: 10px;
        height: 10px;
    }


/********* branch 2026 ***************/

/* About 4 ---------------------------------- */
.img-box6 {
  margin: 0 50px;
  position: relative;
  z-index: 2;
  padding: 50px 0;
  text-align: center;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .img-box6 {
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .img-box6 {
    padding: 30px 0;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img-box6:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 130px);
  height: 100%;
  width: 260px;
  background-color: var(--theme-color);
  z-index: -1;
}

@media (max-width: 767px) {
  .img-box6:before {
    width: 200px;
    left: calc(50% - 100px);
  }
}

.img-box6 .img1 {
  border-radius: 9999px;
  background-color: var(--theme-color);
  padding: 30px;
  /* Small devices */
}

.img-box6 .img1 img {
  width: 100%;
  border-radius: inherit;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .img-box6 .img1 {
    padding: 15px;
  }
}

.img-box6 .shape1 {
  position: absolute;
  left: -230px;
  top: 10px;
  -webkit-animation: jumpReverseAni 7s linear infinite;
          animation: jumpReverseAni 7s linear infinite;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .img-box6 .shape1 {
    display: none;
  }
}
    
    
    /*************/
    
.section-mpabout {
margin-bottom : 100px;
    background: #fff;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    
    border-radius: 12px;
    border: 1px dotted #e9ecef;   
	
	padding: 1px;
        
    }
    
.mpaboutwrpprblck__v2 {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    
    border-bottom: 0px solid red;
    padding-bottom: 0px;
}

	
/*************/	
.branchlist__wrppr {
	width: 100%; 
    display: flex; 
    background: #fff;
    margin-top: 24px;
    margin-bottom: 24px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
	
	position: relative;
	}	
	 
	
.branchlist__branchCityTtle {
		display: flex;
		width: 100%;
		height: 42px;
		font-size: 15px;
		line-height: 25px;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 20px;
	}	
	
.branchlist__itm {
			
    width: 100%; 
    display: flex;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 4px 16px 0px #ccc;
    margin-bottom: 20px;
    padding: 0px;
    background: #fff;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
	
	}
	
	.branchlist__itm:hover  { box-shadow: 0px 4px 16px 0px var(--theme-color);	}
	
.branchlist__itm_img {
			
	width: 120px;  
    overflow: hidden;
    transition: all 0.3s ease 0s;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
	
	line-height: 0;
	 
	}
	
	
		.branchlist__itm_info {

			width: calc(100% - 120px); 
			padding: 10px;
		
	}
	
	
.branchlist__itm_ttle {
		
			color: #607D8B;
			text-align: left;
			width: 100%;
			margin-bottom: 10px;
	}
	
	
.branchlist__itm_addrss {
				
				width: 100%;
				line-height: 25px;
				font-size: 14px;
	
	margin-bottom: 5px;
		
	}
	
	
			.branchlist__itm_whours {
				
				width: 100%;
				line-height: 25px;
				font-size: 14px;
		
	}
/********* .branch 2026 ******************/


/***** staff mainff *****/
	.mb-ee { margin-bottom: 5px;}
	
	.csmr_wlcmwppr {
    height: 58px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    line-height: 23px;
    flex-wrap: nowrap;

	}
	

	.mnfcv2_blck_wrppr {
		display: inline-flex;
		border-radius: 6px;
		border: 0px solid #E2E2E9;
 
		align-content: center;
		justify-content: center;
		align-items: center;
		
		transition: all 0.3s ease 0s; 
        
        border-radius: 6px;
        overflow: hidden;
        box-shadow: 0px 2px 4px 0px #0000000F;
		
		padding: 8px;
		
		margin-top: 4px;
		margin-bottom: 4px;
		
		background: #fefefe;
        
        cursor: pointer;
        
        flex-wrap: wrap;
	}
    
    .mnfcv2_blck_wrppr_isotopff { width: 100%; margin: 6px; }
	
	.mnfcv2_blck_wrppr:hover { box-shadow: 0px 2px 4px 0px var(--theme-color); }
	
	.mnfcv2_blck_img {
        border-radius: 888px;
        padding: 2px;
        background: #607D8B;
        margin-left: 12px;
        margin-right: 12px;
        
        img { border-radius: 888px; } 
    }

	.mnfcv2_blck_stars_qnty {
    height: 28px;
    width: 72px; 
    font-size: 13px;
    font-family: Tahoma;
    color: #4B4B4B;
    margin-top: -20px;
    display: flex;
    z-index: 5;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px 6px;
    border-radius: 25px;
    align-items: center;
    background: #fff;
    border: 1px solid #E2E2E9;
	}
	
	.mnfcv2_blck_name {
	
	display: inline-flex;
    width: 100%;
    color: #607D8B;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    letter-spacing: 0.8px;    
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 12px;
    text-align: center;
    min-height: 36px;
		
	}
	.mnfcv2_blck_position 
	{
	display: inline-flex;
    width: 100%;
    color: #7E818C;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.8px;
	}
	
	
	
	.wrpr_vb1_adds {
		
		border: 1px solid #E2E2E9;
		border-radius: 6px;
		padding: 25px;
		padding-bottom: 4px;
		position: relative;
		
	}

    
    .wcbpff_wrppr { 
    width: 100%;
    height: 52px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; 
    
    }
    
    .wcbpff_ttlerow {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    }
    .wcbpff_ttlerow__ls {
        height: 100%;
        width: 50%;
        position: relative;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        
        h5 { color: #607d8b; font-size: 15px; line-height: 15px; letter-spacing: 0.4px; }
        h5::after {
                position: absolute;
                content: "";
                width: 100px;
                height: 2px;
                background: #607D8B;
                left: 0;
                bottom: 12px;
            }
        
        h5::before {
                position: absolute;
                content: "";
                width: 12px;
                height: 2px;
                background: var(--theme-color); border-radius: 50px;
                left: 0;
                top: 4px;
            }
    }
    .wcbpff_ttlerow__rs {
    height: 50%;
    width: 50%;
    position: relative;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center; 
        
        a { color: #7E818C; }
        a:hover { color: var(--theme-color); }
    }
    
    
    
.wrkhrs_wppr {     
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;  
    padding: 4px;
    border: 1px solid #eaeef0;
    border-radius: 6px;
        
    }
    
.wrkhrs_itm  { 
display: inline-flex;
    width: 100%;
    height: 36px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; 
     border-radius: 3px;  
    margin-bottom: 5px;  
    transition: all 0.3s ease 0s;
    padding: 3px;
    
    background: #fff;
    
    border-left: 0px solid  #eaeef0;
    }
.wrkhrs_itm:hover  {  background: #eaeef0; }
    
    
.wrkhrs_itm__icon  { 
display: inline-flex;
    width: 32px;
    height: 32px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-right: 5px;
     }
.wrkhrs_itm__ttle  { 
display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    }
.wrkhrs_itm__vals { 
display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    }
    
    


    
    .mnfcv3_wrpp {
    width: 100%;
    display: flex;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 4px 16px 0px #ccc;
    margin-bottom: 20px;
    padding: 0px;
    background: #fff;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
        
    padding: 16px;
    position: relative;
    }
    
    .mnfcv3_wrpp:hover { box-shadow: 0px 2px 4px 0px var(--theme-color); }
    
	.mnfcv3_blck_wrppr {
    width: 188px;
    display: inline-flex;
    /* border-radius: 6px; */
    /* border: 1px solid #E2E2E9; */
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease 0s;
    border-radius: 0px; 
    flex-wrap: wrap;
        
    padding-bottom: 0px;    
    border-right: 1px solid #E2E2E9;
	}
     
	
	
	
	.mnfcv3_blck_img { 
        border-radius: 888px;
        padding: 2px;
        background: #607D8B;
        width: 118px;
        display: inline-flex;
        margin-left: auto;
        margin-right: auto;
        img { border-radius: 888px; } 
    }
    
	.mnfcv3_blck_stars_qnty {
height: 28px;
    width: calc(100% - 24px);
    font-size: 13px;
    font-family: Tahoma;
    color: #4B4B4B;
    margin-top: 8px;
    display: flex;
    z-index: 5;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px 6px;
    border-radius: 25px;
    align-items: center;
    background: #fff;
    border: 1px solid #E2E2E9;
	}
	
	.mnfcv3_blck_name {
	
	display: inline-flex;
    width: 100%;
    color: #607D8B;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    letter-spacing: 0.8px;    
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 12px;
    text-align: center;
    min-height: 36px;
        
    padding: 0 6px;
		
	}
	.mnfcv3_blck_position 
	{
	display: inline-flex;
    width: 100%;
    color: #7E818C;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.8px;
	}
    
    
    
    .mnfcv3_info_wrppr { 
    
    display: inline-flex;
    width: calc(100% - 188px); 
    padding-left: 24px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
        
    position: relative;
        
    }
    
    .mnfcv3_info__ttle { }
    .mnfcv3_info__starsrow { }
    .mnfcv3_info__txt {
        margin-top: 12px;
        font-size: 14px;
        line-height: 23px;
        text-align: left;
        color: #4B4B4B;
        padding-bottom: 8px;
    }
    .mnfcv3_info__date { 
        position: absolute;
        right: 0px;
        top: 0px;
        
    
    }
    
    .mnfcv3_wrpp__link {
        position: absolute;
        right: 16px;
        bottom: 10px;
    } 
    .arrowlink_v1 {
    background: #E2E2E9;
    border-radius: 888px;
    display: inline-flex;
    height: 28px;
    width: 28px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
            transition: all 0.3s ease 0s;
        
        svg { height: 20px; width: 20px; stroke: var(--theme-color) !important;  transition: all 0.3s ease 0s; }
        
    }
    .arrowlink_v1:hover { background: var(--theme-color--light); svg { stroke: #fff !important; }  }
    .mnfcv3_wrpp:hover .arrowlink_v1 { background: var(--theme-color--light); svg { stroke: #fff !important; }  }

@media (min-width: 576px) {
    .offcanvas_staff {
        width: 620px !important;
		border-radius: 25px 0 0 25px;
    }
}
	
@media (max-width: 576px) {
    .offcanvas_staff {
        width: 100% !important;
		border-radius: 25px 25px 25px 25px;
    }
}
	
	
	.export_btn_v1 {
	height: 42px;
    width: 42px;
    display: inline-flex;
    border: 2px solid #ccc;
    background: #fefefe;
    border-radius: 888px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 0px;
		
		z-index: 7;
	}

  
    .filters {
        width: 100%;
        position: relative;
        margin-bottom: 5px;        
        padding: 5px 10px 5px 0px;
    }
 
.button-group-isotopff {
          display: flex;
          gap: 8px;
          overflow-x: auto;       /* main horizonta scrool */
          white-space: nowrap;    /* to be in 1 row */
          scrollbar-width: none;  /* hide scroolbar (Firefox) */
          -ms-overflow-style: none;
    
        cursor: grab;
    	-webkit-overflow-scrolling: touch;
    }
    
    .button-group-isotopff::-webkit-scrollbar {
          display: none;
        }
    
.filter-button {
    display: inline-flex; 
    font-size: 14px;
    line-height: 15px; 
    color: #607d8b; 
     
    cursor: pointer;
    border: 1px solid var(--theme-color);   
    transition: 0.3s;  
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    min-width: 37px;
    height: 36px; 
    border-radius: 25px;
    background: #fcfcfc; 
    color: var(--theme-color); 
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1px;
    
    
    flex-shrink: 0;  /* important!  */
}
.filter-button:hover,
.filter-button.is-checked {
    color: #fff;
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
     
}
	
 
.no-results {
    text-align: center;
    display: none;
    color: red;
}
	
.filter-grid {
    position: relative;
    border: 0px solid #ced4da8a;
    border-radius: 5px;
    
    margin-bottom: 25px; 
}

.item-block {
    width: 25%;
    padding: 5px;
    padding-bottom: 0;
    box-sizing: border-box;
}
	
@media (max-width: 576px) 
{
    .item-block { width: 50%; }
} 
    

.scroll-btn {
    position: absolute;
    top: 0;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    background: #fff;
    color: var(--theme-color);
    cursor: pointer;
    font-size: 18px;
    line-height: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.scroll-btn:hover { background: var(--theme-color--light); color: #fff; }
    
.scroll-btn--right {
    right: 0;
    box-shadow: -10px 0 12px 6px #fff;
}
.scroll-btn--left {
    left: -12px;
    box-shadow: 10px 0 12px 6px #fff;
}

 

/***** .staff mainff *****/

/********** staff_profile_full.php **************/

	.mnfcvs4_blck_wrppr {
    display: inline-flex;
    border-radius: 6px;
    border-bottom: 1px solid #E2E2E9; 
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s ease 0s;
    border-radius: 6px; 
    background: #fefefe00; 
    flex-wrap: nowrap;
    height: 248px;
    width: 98%; 
    flex-direction: column;
    position: relative;
		
		margin-bottom: 12px;
		background: #fff;
		
		margin-top: 15px;
		z-index: 1;
	}
    
	.mnfcvs4_blck_img { border-radius: 888px; padding: 2px; background: #607D8B; img { border-radius: 888px; max-height: 120px; } }
	.mnfcvs4_blck_stars_qnty 
	{
    height: 28px;
    width: 72px; 
    font-size: 13px;
    font-family: Tahoma;
    color: #4B4B4B;
    margin-top: -20px;
    display: flex;
    z-index: 5;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px 6px;
    border-radius: 25px;
    align-items: center;
    background: #fff;
    border: 1px solid #E2E2E9;
	}
	
	.mnfcvs4_blck_name {
	
    display: inline-flex;
    width: 100%;
    color: #607D8B;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    letter-spacing: 0.8px;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    min-height: 25px;
		
	}
	.mnfcvs4_blck_position 
	{
	display: inline-flex;
    width: 100%;
    color: #7E818C;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.8px;
	}
	
	
	
   
    .smstlnks_wppr {
        width: 100%;
        position: relative;
        margin-bottom: 5px;
        
        padding: 5px 10px 5px 0px;
    }
 
.smstlnks_btns_group {
          display: flex;
          gap: 8px;
          width: 100%;
    
	
	justify-content: center;
    }
    
.smstlnks-button {
    display: inline-flex; 
    font-size: 14px;
    line-height: 15px; 
    color: #607d8b; 
     
    cursor: pointer;
    border: 1px solid var(--theme-color);   
    transition: 0.3s;  
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 36px;
    border-radius: 25px;
    background: #fcfcfc;
    color: var(--theme-color);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;

    /* responsive: buttons share the row equally and shrink to fit narrow drawers */
    flex: 1 1 0;
    min-width: 0;
    max-width: 140px;
	
}
@media (max-width: 400px) {
    .smstlnks-button {
        font-size: 13px;
        padding-left: 6px;
        padding-right: 6px;
    }
}
.smstlnks-button:hover,
.smstlnks-button.active {
    color: #fff;
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
}

/* all staff sections are shown at once now; keep them visually separated */
.staff-tab {
    margin-bottom: 18px;
}
	

	
	.tblst_wppr { 
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
	}
	 
	.tblst__itm {
		
    width: 100%; 
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
		
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 2px 4px 0px #0000000F;
	margin-bottom: 12px;
	padding: 8px 16px;
		
	}
	.tblst__itm__ls {
    display: inline-flex;
    width: 70%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	}
	.tblst__itm__rs {
    display: inline-flex;
    width: 30%;
    color: var(--theme-color);
    font-family: Tahoma;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
	}
	
	
	
	

	/* .tblst2* superseded by the reference .service-card / .checkbox-wrap block
	   (see _ServicesTbList.cshtml) — imported wholesale in mako_reference.css. */
	.srv-prce-row {

	}

	.srv-desc-row {
		margin-top: 2px;
		font-size: 12.5px;
		color: #8a8a8a;
		line-height: 1.4;
	}

	
	.book-footer-bar.js-svc-footer-bar:not(.has-cart) {
		display: none;
	}
	.js-svc-book-wrap:has(.js-svc-footer-bar.has-cart) .js-svc-cta-bar {
		display: none;
	}
	.js-svc-footer-empty {
		display: none;
	}

	
	#offcanvas_branch,
	#offcanvas_staff {
		display: flex;
		flex-direction: column;
		/* Must not be scrollable by any means (hidden still allows scriptable
		   scrollTop): checking a service focuses the checkbox, and browsers
		   auto-scroll every scrollable ancestor to bring it into view. With
		   "hidden" that included this shell itself, shoving the whole flex
		   layout up inside the fixed drawer. clip opts it out entirely so
		   only .offcanvas-wrapper (the intended scroll region) responds. */
		overflow: hidden;
		overflow: clip;
	}
	#offcanvas_branch > .offcanvas-header,
	#offcanvas_staff > .offcanvas-header {
		flex: 0 0 auto;
	}
	#offcanvas_branch .offcanvas-wrapper,
	#offcanvas_staff .offcanvas-wrapper {
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		overflow-x: hidden;
	}

	/* Keep the action bar in the drawer's flex layout. Fixing it inside the
	   transformed offcanvas can misplace a newly displayed footer over content. */
	#offcanvas_branch > .js-svc-book-wrap,
	#offcanvas_staff > .js-svc-book-wrap {
		flex: 0 0 auto;
		align-self: stretch;
		margin-left: -20px;
		margin-right: -20px;
		z-index: 60;
	}
	.offcanvas .book-cta-bar.js-svc-cta-bar,
	.offcanvas .book-footer-bar.js-svc-footer-bar {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		z-index: 60;
		margin: 0;
		border-radius: 16px 16px 0 0;
		box-shadow: 0 -6px 20px rgba(0, 0, 0, .12);
	}
	/* .book-cta-bar's base padding is "14px 0" (relies on sitting inside an
	   already-padded page column); pinned edge-to-edge here, it needs its own
	   horizontal padding too, so the button doesn't touch the drawer's edge. */
	.offcanvas .book-cta-bar.js-svc-cta-bar {
		padding: 12px 16px;
	}
	/* The action reaches the drawer edge; content keeps a small scroll-end gap. */
	#offcanvas_branch,
	#offcanvas_staff {
		padding-bottom: 0;
	}
	#offcanvas_branch .offcanvas-wrapper,
	#offcanvas_staff .offcanvas-wrapper {
		padding-bottom: 24px;
	}
	/* .th-mobile-menu has its own overflow-y:scroll + max-height elsewhere on the
	   site (mobile nav menu); inside the staff drawer that produced a second,
	   nested scrollbar on top of the drawer's own (.offcanvas has overflow:auto).
	   Neutralize it here so the drawer itself is the only scroll region. */
	#offcanvas_staff .th-mobile-menu {
		overflow: visible;
		max-height: none;
		padding-bottom: 0;
	}

	/* The service CTA/cart is an action for the current screen, so keep it in the
	   viewport on desktop as well as phones. It deliberately spans the viewport:
	   a fixed descendant cannot safely inherit a centred/cover-full column width. */
	.book-cta-bar.js-svc-cta-bar,
	.book-footer-bar.js-svc-footer-bar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 60;
		margin: 0;
		border-radius: 16px 16px 0 0;
		box-shadow: 0 -6px 20px rgba(0, 0, 0, .12);
	}
	.book-cta-bar.js-svc-cta-bar {
		padding: 12px 16px;
	}
	.book-step:has(.js-svc-book-wrap) {
		padding-bottom: 100px;
	}

	.btn_rndd_v1 {
    border: 1px solid #3A393F;
    color: #3A393F;
    height: 36px;
    width: 102px;
    border-radius: 6px;
    display: inline-flex;
    font-size: 13px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
		
		transition: 0.3s;
		background: #fff;
	}
	.btn_rndd_v1:hover {    border: 1px solid var(--theme-color);  color: var(--theme-color); }
	
	
	
	 
	
	
    .staff-gallery { margin-top: 10px; }
    .staff-gallery__grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }
    .staff-gallery__item {
        display: block;
        aspect-ratio: 1 / 1;
        border-radius: 10px;
        overflow: hidden;
    }
    .staff-gallery__item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .mnfcv4_wrpp {
    width: 100%;
    display: flex;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 4px 16px 0px #ccc;
    margin-bottom: 20px;
    padding: 0px;
    background: #fff;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
        
    padding: 16px;
    position: relative;
    }
 
	
	
	 
    
    .mnfcv4_info_wrppr { 
    
    display: inline-flex;
    width: 100%; 
    padding-left: 24px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
        
    position: relative;
        
    }
    
    .mnfcv4_info__ttle { }
    .mnfcv4_info__starsrow { }
    .mnfcv4_info__txt {
        margin-top: 12px;
        font-size: 14px;
        line-height: 23px;
        text-align: left;
        color: #4B4B4B;
        padding-bottom: 8px;
    }
    .mnfcv4_info__date { 
        position: absolute;
        right: 0px;
        top: 0px;
        
    
    }
	
/********** .staff_profile_full.php **************/

/****** main-menu-row.php ************/
	.custom-mp-toprow {
	height: 52px;
    width: 100%;
    display: flex;     
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; 
	margin-bottom: 24px;        
    background: #fff;
	}
	
	
	.custom-mp-toprow__ls {
	display: inline-flex;
    width: 50%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	}
	
	.custom-mp-toprow__rs {
	display: inline-flex;
    width: 50%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
	}
	

    .burger_btn_v1 {
    text-align: center;
    /* padding: 5px; */
    background: #deeaf0;
    border-radius: 5px;
    width: 42px;
    height: 42px;
    font-size: 10px;
    font-family: Tahoma;
    color: #607d8b;
    margin-left: 24px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    }
    
/****** .main-menu-row.php ************/
    
    

/* ===== booking_preview bottom bar (migrated from booking_preview.php inline <style>) ===== */
.botom-menu-st1 {
    position: sticky;
    bottom: 15px;
    border: 0px solid red;
    background: var(--theme-color);
    border-radius: 12px 12px 0 0;
    height: 58px;
    width: 358px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    z-index: 777;
    opacity: 0.5;
}
.botom-menu-st1:hover { opacity: 0.99; }

/* ---- Staff avatars: always a perfect circle (square crop regardless of source) ---- */
.mnfcv2_blck_img {
    width: 96px;
    height: 96px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.mnfcv2_blck_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.mnfcvs4_blck_img {
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.mnfcvs4_blck_img img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    border-radius: 50%;
}

/* ---- Staff grid cards: equal height regardless of name/speciality text length ---- */
.filter-grid .mnfcv2_blck_wrppr,
.itms-default-slider .mnfcv2_blck_wrppr {
    width: 100%;
    height: 100%;
    align-content: flex-start;
}
.mnfcv2_blck_name {
    min-height: 36px;
    margin-top: 12px;
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mnfcv2_blck_position {
    min-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}

/* ===================================================================== */
/* Booking funnel (select staff/service -> date -> form -> summary ->    */
/* verify -> done), terms and post-visit review.                         */
/* ===================================================================== */

/* --- shared step chrome --- */
/* Small bottom gap on desktop (the footer is flex-pushed to the screen bottom, see
   below); phones override this to ~100px to clear the fixed action bar. */
.book-step { padding-bottom: 24px; }
.book-step__head,
.book-card__head { display: flex; align-items: center; gap: 12px; margin: 18px 0 16px; }
.book-step__head h3,
.book-card__ttle { margin: 0; }
.book-back {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; flex: 0 0 38px;
    border: 1px solid var(--theme-color); border-radius: 50%;
    color: var(--theme-color); font-size: 22px; line-height: 1; text-decoration: none;
}
.book-back:hover { background: var(--theme-color--light); }
.book-subttle { font-family: 'BPG LE Studio 02', sans-serif; font-size: 14px; color: #555; margin: 18px 0 10px; }

/* --- search box --- */
.book-search {
    display: flex; align-items: center; gap: 10px;
    border: 1px solid #e6e6e6; border-radius: 12px; padding: 12px 16px; margin-bottom: 18px;
}
.book-search__input { flex: 1; border: 0; outline: 0; font-size: 16px; background: transparent; }

/* --- selectable rows (staff / service) --- */
.book-group-ttle {
    font-family: 'BPG LE Studio 02', sans-serif; font-size: 15px;
    color: var(--title-color); margin: 18px 0 8px;
}
.book-pick {
    display: flex; align-items: center; gap: 14px;
    border: 1px solid #ececec; border-radius: 14px; padding: 14px 16px; margin-bottom: 12px;
    cursor: pointer; position: relative; transition: border-color .15s, box-shadow .15s;
}
.book-pick:hover { border-color: var(--theme-color); }
.book-pick__radio { position: absolute; opacity: 0; pointer-events: none; }
.book-pick__check {
    margin-left: auto; width: 22px; height: 22px; flex: 0 0 22px;
    border: 2px solid #d2d2d2; border-radius: 6px; position: relative;
}
.book-pick__radio:checked ~ .book-pick__check {
    background: var(--theme-color); border-color: var(--theme-color);
}
.book-pick__radio:checked ~ .book-pick__check::after {
    content: ""; position: absolute; left: 7px; top: 3px;
    width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg);
}
/* Single-choice picks (branch / staff / "any free") use a real radio input, so the
   indicator reads as a dot, not a checkmark — only the multi-select service list
   (type=checkbox) keeps the square check. */
.book-pick__radio[type="radio"] ~ .book-pick__check { border-radius: 50%; }
.book-pick__radio[type="radio"]:checked ~ .book-pick__check {
    background: #fff; border-color: var(--theme-color);
}
.book-pick__radio[type="radio"]:checked ~ .book-pick__check::after {
    content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 10px;
    border: 0; background: var(--theme-color); border-radius: 50%; transform: translate(-50%, -50%);
}
.book-pick:has(.book-pick__radio:checked) { border-color: var(--theme-color); box-shadow: 0 0 0 1px var(--theme-color) inset; }
.book-pick__avatar { position: relative; width: 54px; height: 54px; flex: 0 0 54px; }
.book-pick__avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.book-pick__star {
    position: absolute; left: 0; bottom: -4px; background: #fff; border: 1px solid #eee;
    border-radius: 10px; font-size: 10px; padding: 0 5px; color: #f5a623; white-space: nowrap;
}
.book-pick__icon {
    width: 64px; height: 64px; flex: 0 0 64px; border-radius: 12px; padding: 4px;
    background: var(--theme-color--light); display: flex; align-items: center; justify-content: center;
}
.book-pick__body { display: flex; flex-direction: column; gap: 3px; }
.book-pick__name { font-size: 15px; color: var(--title-color); font-weight: 600; }
.book-pick__sub { font-size: 12.5px; color: #8a8a8a; }
.book-pick__desc { display: block; font-size: 12.5px; color: #8a8a8a; line-height: 1.4; margin-top: 2px; }
/* Specialist unavailable on every day the cart's other staff work. */
.book-pick.is-disabled { opacity: .5; cursor: not-allowed; }
.book-pick.is-disabled:hover { border-color: #ececec; }
.book-pick__note { font-size: 11.5px; color: #c0392b; margin-top: 2px; }
.srv-color-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 6px; }
.book-selected-services { margin: 6px 0 18px; }
.book-service-chip {
    display: inline-flex; align-items: center; max-width: 100%;
    border: 1px solid #e8e8e8; border-radius: 999px; padding: 6px 10px; margin: 0 6px 6px 0;
    font-size: 12.5px; color: var(--title-color); background: #fff;
}
.book-pick--link { color: inherit; text-decoration: none; }
.book-pick--link:hover { color: inherit; text-decoration: none; }
.book-pick__arrow { margin-left: auto; color: var(--theme-color); font-size: 24px; line-height: 1; }
.book-assign-service { border-top: 1px solid #f0f0f0; padding-top: 16px; margin-top: 16px; }
.book-assign-service:first-of-type { border-top: 0; padding-top: 0; }
.book-assign-service__head { display: flex; align-items: baseline; gap: 8px; margin-bottom: 10px; }
.book-assign-service__name { font-weight: 600; color: var(--title-color); }
.book-assign-service__meta { margin-left: auto; font-size: 12.5px; color: #8a8a8a; }

/* --- date strip + time slots --- */
.book-subttle--row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
/* Calendar trigger + self-contained popup beside the quick date strip. */
.book-datepick-wrap { position: relative; flex: 0 0 auto; }
.book-datepick-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; border-radius: 9px; cursor: pointer;
    border: 1px solid var(--theme-color); background: var(--theme-color--light); color: var(--theme-color);
}
.book-datepick-btn:hover { background: var(--theme-color); color: #fff; }

.book-cal {
    position: absolute; top: calc(100% + 8px); right: 0; z-index: 70; width: 280px;
    background: #fff; border: 1px solid #ececec; border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .16); padding: 12px;
}
.book-cal[hidden] { display: none; }
.book-cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.book-cal__title { font-weight: 600; color: var(--title-color); font-size: 14px; }
.book-cal__nav {
    width: 30px; height: 30px; border-radius: 8px; border: 0; cursor: pointer;
    background: var(--theme-color--light); color: var(--theme-color); font-size: 18px; line-height: 1;
}
.book-cal__nav:hover { background: var(--theme-color); color: #fff; }
.book-cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.book-cal__wd { text-align: center; font-size: 11px; color: #8a8a8a; padding: 4px 0; }
.book-cal__cell {
    aspect-ratio: 1 / 1; border: 0; background: transparent; border-radius: 8px; cursor: pointer;
    color: var(--title-color); font-size: 13px; display: inline-flex; align-items: center; justify-content: center;
}
.book-cal__cell.is-empty { visibility: hidden; }
.book-cal__cell:hover:not(:disabled) { background: var(--theme-color--light); }
.book-cal__cell.is-today { box-shadow: inset 0 0 0 1px var(--theme-color); }
.book-cal__cell.is-selected { background: var(--theme-color); color: #fff; }
.book-cal__cell:disabled { color: #ccc; cursor: default; }

.book-date-strip {
    display: flex; gap: 6px; overflow-x: auto; padding-bottom: 4px;
    scrollbar-width: none;
}
.book-date-strip::-webkit-scrollbar { display: none; }
.book-date {
    flex: 0 0 auto; width: 72px; text-align: center; cursor: pointer; position: relative;
    padding: 8px 0 10px; background: #fff;
    border: none; border-bottom: 4px solid #d8d8d8; border-radius: 4px;
    transition: border-color .15s;
}
.book-date input { position: absolute; opacity: 0; pointer-events: none; }
.book-date__wd { display: block; font-size: 13px; font-weight: 500; color: #888; margin-bottom: 6px; }
.book-date__num { display: block; font-size: 28px; font-weight: 700; color: #444; line-height: 1.1; }
.book-date__mon { display: block; font-size: 13px; color: #999; margin-top: 2px; }
.book-date.is-checked,
.book-date:has(input:checked) { border-color: var(--theme-color); }
.book-date.is-checked .book-date__wd,
.book-date:has(input:checked) .book-date__wd,
.book-date.is-checked .book-date__num,
.book-date:has(input:checked) .book-date__num { color: var(--theme-color); }
.book-date.is-disabled {
    opacity: .4; pointer-events: none; cursor: not-allowed;
    background: #fff; border-color: #e8e8e8;
}
.book-date.is-disabled .book-date__wd,
.book-date.is-disabled .book-date__num,
.book-date.is-disabled .book-date__mon { color: #ccc; }

.book-slot-grid { display: flex; flex-wrap: wrap; }
/* Main time-slot picker now uses the reference's .sm1-checkbox-btn pill (see
   _BookChooseDate.cshtml). Reference only styles input[type=checkbox]; our
   slots are true radios (single start time), so add the [type=radio] parity
   the reference didn't need for its static demo. */
.sm1-checkbox-btn input[type=radio] { z-index: -1; opacity: 0; display: block; width: 0; height: 0; }
.sm1-checkbox-btn input[type=radio]:checked + span { background: var(--theme-color); border: 1px solid var(--theme-color); color: #fff; }
.sm1-checkbox-btn input[type=radio]:hover:not(:disabled) + span { color: var(--theme-color--light); border: 1px solid var(--theme-color--light); }
.sm1-checkbox-btn input[type=radio]:active:not(:disabled) + span { background: var(--theme-color--light); color: #000; }
.sm1-checkbox-btn input[type=radio]:disabled + span { background: var(--smoke-color); color: #b0b0b1; cursor: default; }
.book-empty { color: #999; font-size: 14px; padding: 12px 0; }

.book-alert {
    border: 1px solid #f1c8c4; background: #fff7f6; color: #a73328;
    border-radius: 10px; padding: 10px 12px; font-size: 13px; margin-bottom: 12px;
}
/* Cart date step "no availability" state now uses the reference's
   .cstmrchk_wppr > .vrfcnots_wrpr notice block (see _BookCart.cshtml). */
.book-cart-date { margin-bottom: 12px; }
.book-subttle--compact { margin-bottom: 8px; }
.book-date-strip--compact { gap: 6px; padding-bottom: 4px; }
.book-date--compact { width: 52px; padding: 6px 0 7px; }
/* Cart date strip: unlike the date-first picker, a "no availability" day here
   stays clickable so the customer can land on it and see why (staff off / fully
   booked) rather than the date being inert. */
.book-date--compact.is-disabled { pointer-events: auto; cursor: pointer; }
.book-date--compact .book-date__wd { font-size: 11px; margin-bottom: 3px; }
.book-date--compact .book-date__num { font-size: 18px; margin-top: 0; }
.book-date--compact .book-date__mon { font-size: 10px; margin-top: 1px; }
/* per-service time blocks on the date step */
.book-svc-slots { margin: 18px 0; }
.book-svc-slots__head { display: flex; align-items: baseline; gap: 8px; margin-bottom: 10px; }
.book-svc-slots__name { font-family: 'BPG LE Studio 02', sans-serif; font-size: 14px; color: var(--title-color); }
.book-svc-slots__price { margin-left: auto; font-weight: 600; color: var(--theme-color); }

/* back-to-back schedule preview on the date step */
.book-schedule { margin-top: 22px; border: 1px solid #ececec; border-radius: 14px; padding: 14px 16px; }
.book-schedule__row { display: flex; align-items: baseline; gap: 10px; padding: 7px 0; border-top: 1px solid #f2f2f2; }
.book-schedule__row:first-child { border-top: 0; }
.book-schedule__time { flex: 0 0 auto; font-weight: 600; color: var(--theme-color); font-variant-numeric: tabular-nums; }
.book-schedule__svc { flex: 1; color: var(--title-color); }
.book-schedule__staff { flex: 0 0 auto; font-size: 12.5px; color: #8a8a8a; }
.book-schedule__total { display: flex; justify-content: space-between; margin-top: 10px; padding-top: 10px; border-top: 1px solid #eee; font-weight: 600; }

/* ===================================================================== */
/* Booking funnel — profile layout styles (server-driven)                */
/* ===================================================================== */

/* "cover_full": a full-bleed cover pinned to the LEFT HALF OF THE VIEWPORT at screen
   height (100vh, not content height), with the funnel content on the right half.
   Desktop only — on tablet/phone the cover is hidden and content goes full width
   (see the responsive block below). */
.book-cover-col--full {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    border-radius: 0;
}
@media (min-width: 992px) {
    /* Pin the cover to the viewport's left edge, full screen height. position:fixed
       takes it out of the centred container so it truly reaches the page edge and
       stays screen-sized while the right side scrolls. */
    .book-layout--cover_full .book-cover-col--full {
        position: fixed;
        top: 0;
        left: 0;
        width: 50vw;
        height: 100vh;
        margin: 0;
        z-index: 0;
    }
    /* Free the container from its max-width/side-margins and reserve the left half
       (50vw) for the fixed cover, so all content sits in the right half. */
    .book-layout--cover_full .container {
        max-width: none;
        width: 50vw;
        margin: 0 0 0 50vw;
        padding-left: 40px;
        padding-right: 40px;
    }
    .book-layout--cover_full .book-content-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Inner gutter so the funnel never touches the screen edge (or, in cover_full, the
   cover). Scales with the viewport: 16px on phones up to 40px on wide screens. */
.book-content-col {
    padding-left: clamp(16px, 3vw, 40px);
    padding-right: clamp(16px, 3vw, 40px);
}

/* "centered": no cover column — the content column is centered on its own. */
.book-content-col--centered { margin-left: auto; margin-right: auto; }

/* ===================================================================== */
/* Booking funnel — responsive / mobile                                  */
/* ===================================================================== */

/* Tablet & phone: drop the cover image so the funnel content is the focus
   (matches the mobile mockups) and let it use the full width. */
@media (max-width: 991px) {
    .book-cover-col { display: none !important; }
    .book-content-col { flex: 0 0 100%; max-width: 100%; }
}

/* Phone: pin the action bar to the bottom of the viewport so it's always
   reachable, and keep content clear of it. */
@media (max-width: 767px) {
    .book-footer-bar {
        position: fixed; left: 0; right: 0; bottom: 0; margin: 0;
        border-radius: 16px 16px 0 0; z-index: 60;
        box-shadow: 0 -6px 20px rgba(0, 0, 0, .12);
    }
    .book-cta-bar {
        position: fixed; left: 0; right: 0; bottom: 0; margin: 0;
        padding: 12px 16px; border-radius: 16px 16px 0 0; z-index: 60;
    }
    .book-step, .book-card { padding-bottom: 100px; }
    .book-cart-pop { left: 10px; right: 10px; }
    .book-card, .book-review-card { padding-left: 16px; padding-right: 16px; }
    .book-step__head h3, .book-card__ttle { font-size: 17px; }
}

/* Tablet & desktop: keep the funnel action bar at the bottom of the SCREEN even when
   the step's content is short. The content column fills the viewport height and the
   step (and its form) grow, so the footer bar — their last flex child — is pushed to
   the bottom. On tall pages there's no free space to consume, so it falls right after
   the content and the sticky rule floats it into view while scrolling. Scoped to
   columns that actually hold a footer bar, so landing/summary/done pages (plain
   button, no footer bar) are untouched; phones (≤767, fixed footer) keep their own. */
@media (min-width: 768px) {
    .book-content-col:has(.book-footer-bar:not(.js-svc-footer-bar)) {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
    .book-content-col:has(.book-footer-bar:not(.js-svc-footer-bar)) > .book-step { flex: 1 0 auto; display: flex; flex-direction: column; }
    .book-content-col:has(.book-footer-bar:not(.js-svc-footer-bar)) > .book-step > .book-pick-form { flex: 1 0 auto; display: flex; flex-direction: column; }
    .book-content-col:has(.book-footer-bar:not(.js-svc-footer-bar)) .book-footer-bar:not(.js-svc-footer-bar) { margin-top: auto; }
}
/* Exception: the cart's "no availability" notice is short on its own, so the
   sticky/pinned-to-bottom footer bar above would overlay its link/button at the
   very first paint (no scrolling needed to trigger it). Drop back to a plain
   in-flow bar for that state specifically. */
.has-notice.book-cart-schedule { display: block; }
.has-notice .book-footer-bar { position: static; margin-top: 24px; }

/* Small phone: tighten the verify/done/review cards, OTP boxes and slot grid. */
@media (max-width: 575px) {
    .booking-fullpage { padding: 50px 12px; }
    .book-fp-card { padding: 30px 20px; }
    .book-otp { gap: 10px; }
    .book-otp__cell { width: 52px; height: 56px; font-size: 22px; }
    .book-date { width: 60px; }
    .book-date__num { font-size: 22px; }
    .sm1-checkbox-btn span { min-width: 56px; padding: 0 10px; }
    .book-schedule__row { flex-wrap: wrap; }
    .book-schedule__staff { flex-basis: 100%; margin-top: 2px; }
    .book-pick { padding: 12px 14px; gap: 12px; }
    .book-pick__avatar, .book-pick__icon { width: 46px; height: 46px; flex-basis: 46px; }
}

/* Very small phone: keep the 4 OTP boxes on one line. */
@media (max-width: 360px) {
    .book-otp { gap: 8px; }
    .book-otp__cell { width: 44px; height: 50px; font-size: 20px; }
    .book-fp-card { padding: 26px 16px; }
}

.book-mini-summary { margin-top: 22px; border-top: 1px solid #eee; padding-top: 16px; }
.book-mini-summary__row { display: flex; justify-content: space-between; font-size: 14px; padding: 4px 0; }
.book-mini-summary__val { font-weight: 600; }

/* --- form fields --- */
/* Box styling now comes from the reference's .prf_inpts / .label-inside / .wsmff_v2
   (see _BookCustomerForm.cshtml); .book-field stays only as the validation-error
   hook (.book-field__err + the .js-validate rules further below). */
.prf_inpts.mb-20 { margin-bottom: 20px; }
/* The reference's .wsmff_v2 doesn't set a width (its demo page had surrounding
   grid columns doing that); our form needs it to actually fill .prf_inpts. */
.prf_inpts .wsmff_v2, .prf_inpts .wsmff_v2_textarea { width: 100%; box-sizing: border-box; }
/* White instead of the reference's smoke-gray fill, and 16px so iOS Safari
   doesn't zoom in on focus (it auto-zooms any input under 16px). !important
   needed: mako_reference.css loads after style_sm.css, so its .wsmff_v2 /
   .wsmff_v2_textarea background wins on source order alone otherwise. */
.wsmff_v2, .wsmff_v2_textarea { background: #fff !important; font-size: 16px !important; }

/* --- sticky footer action bar --- */
.book-footer-bar {
    position: sticky; bottom: 15px; z-index: 50; margin-top: 24px;
    display: flex; align-items: center; gap: 14px;
    background: var(--theme-color); color: #fff; border-radius: 16px; padding: 12px 16px;
}
.book-footer-bar__info { display: flex; flex-direction: column; }
.book-footer-bar__total { font-size: 20px; font-weight: 700; }
.book-footer-bar__meta { display: flex; align-items: center; gap: 5px; font-size: 12px; opacity: .9; }
.book-footer-bar__btn {
    margin-left: auto; background: #fff; color: var(--theme-color);
    border: 0; border-radius: 12px; padding: 12px 26px; font-size: 15px; font-weight: 600; cursor: pointer;
    text-decoration: none; text-align: center; white-space: nowrap;
}
.book-footer-bar__btn:hover { opacity: .92; }

/* Floating single-action CTA bar (home "book" button). Sticky on desktop so it
   separates from the content; pinned to the viewport bottom on phones. */
.book-cta-bar {
    position: sticky; bottom: 0; z-index: 50;
    padding: 14px 0; margin-top: 8px; background: #fff;
}
.book-cta-bar .hero-button { width: 100%; text-align: center; }

/* Combined split CTA: the main "book" label + a calendar-icon button on its right
   (date-first flow), rendered as one seamless control. */
.book-cta-split { display: flex; align-items: stretch; width: 100%; }
.book-cta-split .hero-button { width: auto; }
.book-cta-split__main {
    flex: 1 1 auto;
    justify-content: center;
    border-radius: 8px 0 0 8px;
}
.book-cta-split__icon {
    flex: 0 0 auto;
    width: 62px !important;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 8px 0;
    border-left: 1px solid rgba(255, 255, 255, .3);
}
.book-cta-split__icon svg { display: block; }

/* --- summary card --- */
.book-card { max-width: 460px; margin: 0 auto; }
.book-card__btn { width: 100%; text-align: center; margin-top: 18px; }
.book-summary__staff { display: flex; align-items: center; gap: 12px; margin: 14px 0 18px; }
.book-summary__avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.book-summary__name { font-weight: 600; color: var(--title-color); }
.book-summary__pos { font-size: 13px; color: #8a8a8a; }
.book-summary__row { display: flex; align-items: center; gap: 10px; font-size: 14.5px; padding: 7px 0; color: var(--title-color); }
.book-summary__icon { width: 20px; text-align: center; color: var(--theme-color); }
.book-summary__price { margin-left: auto; font-weight: 700; }
.book-summary__cust { font-weight: 600; margin: 6px 0 4px; }
.book-summary__note { font-size: 12px; color: #9a9a9a; line-height: 1.5; margin: 8px 0 0; }
.book-terms { display: flex; align-items: flex-start; gap: 8px; font-size: 13.5px; margin-top: 14px; cursor: pointer; }
.book-terms input { margin-top: 2px; accent-color: var(--theme-color); }
.book-terms a { color: var(--theme-color); }
.book-terms__btn {
    display: inline-block;
    margin-left: 4px;
    padding: 2px 12px;
    border-radius: 20px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color) !important;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.book-terms__btn:hover {
    background: var(--theme-color);
    color: #fff !important;
}

/* Booking summary: compact, mobile-first review layout. */
.book-card--summary {
    max-width: 460px;
    color: #5d5d5d;
}
.book-card--summary .book-card__head {
    gap: 10px;
    margin: 20px 0 24px;
}
.book-card--summary .book-back {
    width: 24px;
    height: 32px;
    flex-basis: 24px;
    border: 0;
    border-radius: 0;
    color: #555;
    font-size: 30px;
}
.book-card--summary .book-back:hover { background: transparent; color: var(--theme-color); }
.book-card--summary .book-card__ttle { font-size: 18px; font-weight: 600; color: #555; }
.book-card--summary .book-summary__staff { gap: 12px; margin: 0 0 12px; }
.book-card--summary .book-summary__avatar { width: 54px; height: 54px; }
.book-card--summary .book-summary__name { color: #5a5a5a; font-size: 15px; }
.book-card--summary .book-summary__pos { margin-top: 3px; color: #858585; font-size: 12.5px; }
.book-card--summary .book-summary__row {
    min-height: 42px;
    gap: 11px;
    padding: 8px 0;
    color: #626262;
    font-size: 14px;
}
.book-card--summary .book-summary__icon {
    width: 22px;
    flex: 0 0 22px;
    color: #585858;
    line-height: 0;
}
.book-card--summary .book-summary__icon svg { width: 22px; height: 22px; }
.book-card--summary .book-summary__price { color: #555; font-size: 13px; font-weight: 700; }
.book-card--summary .book-summary__time { margin-left: 8px; color: #626262; }
.book-card--summary .book-summary__row--service + .book-summary__row,
.book-card--summary .book-summary__row--total { display: none; }
.book-card--summary .divider { margin: 8px 0 16px; border-color: #d8d8d8; }
.book-card--summary .book-summary__cust { margin: 0 0 4px; color: #555; font-size: 15px; font-weight: 600; }
.book-card--summary .book-summary__note { margin-top: 10px; color: #777; font-size: 12px; line-height: 1.55; }
.book-card--summary .book-terms {
    position: relative;
    align-items: center;
    gap: 9px;
    margin-top: 24px;
    color: #666;
    font-size: 13px;
    line-height: 1.55;
}
.book-card--summary .book-terms input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.book-card--summary .book-terms__check {
    position: relative;
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    border: 2px solid #bbb;
    border-radius: 5px;
    background: #fff;
}
.book-card--summary .book-terms input:checked + .book-terms__check {
    border-color: var(--theme-color);
    background: var(--theme-color);
}
.book-card--summary .book-terms input:focus-visible + .book-terms__check {
    outline: 2px solid var(--theme-color--light);
    outline-offset: 2px;
}
.book-card--summary .book-terms input:checked + .book-terms__check::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.book-card--summary .book-terms__copy { flex: 1; }
.book-card--summary .book-terms__btn {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    text-decoration: underline;
}
.book-card--summary .book-terms__btn:hover { background: transparent; color: var(--theme-color) !important; }
.book-card--summary > .book-summary > .book-card__btn { display: none; }
.book-card--summary .book-footer-bar {
    min-height: 61px;
    margin-top: 52px;
    gap: 12px;
    border-radius: 8px;
    padding: 10px 16px;
}
.book-card--summary .book-footer-bar__info {
    position: relative;
    flex: 1 1 auto;
    padding-left: 31px;
}
.book-card--summary .book-footer-bar__total { font-size: 16px; line-height: 1.25; }
.book-card--summary .book-footer-bar__meta { font-size: 11px; }
.book-card--summary .book-footer-bar__meta svg { display: none; }
.book-card--summary .book-footer-bar__caret {
    position: absolute;
    left: 2px;
    top: 12px;
    font-size: 20px;
}
.book-card--summary .book-footer-bar__btn {
    padding: 8px 0 8px 12px;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 15px;
}
@media (max-width: 767px) {
    .book-card--summary { padding: 0 16px 104px; }
    .book-card--summary .book-footer-bar {
        left: 16px;
        right: 16px;
        bottom: 14px;
        border-radius: 8px;
        box-shadow: 0 0 0 14px #fff, 0 -4px 18px rgba(0, 0, 0, .08);
    }
}

/* --- terms page --- */
.book-terms-body { font-size: 14px; line-height: 1.7; color: #444; }
.book-terms-body h5 { margin: 18px 0 6px; color: var(--title-color); }

/* --- full-page steps (verify / done) --- */
.booking-fullpage { min-height: 60vh; display: flex; align-items: center; justify-content: center; position: relative; padding: 60px 16px; }
.book-fp-back {
    position: absolute; left: 16px; top: 16px;
    width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid var(--theme-color); border-radius: 50%; color: var(--theme-color); font-size: 22px; text-decoration: none;
}
/* Verify/done card content now comes from the reference's .cstmrchk_wppr >
   .vrfcnots_wrpr block; .book-otp/.book-otp__cell stay only as JS hooks + the
   error-state selector further below (visuals come from .wsmff_v2 + .vrfcnots_inputsgroup). */
/* Tenant-aware icon circle: the reference hardcodes a light-purple (#F5E4FF) fill.
   style_sm.css loads BEFORE mako_reference.css, so this needs !important to
   actually win the cascade and reflect each tenant's real brand color. */
.vrfcnots_icon { background: var(--theme-color--light) !important; }

/* --- post-visit review --- */
.book-review-card {
    max-width: 640px; margin: 30px auto; background: #fff; border-radius: 18px;
    box-shadow: 0 10px 40px rgba(0,0,0,.06); padding: 34px;
}
.book-review-logo { height: 34px; margin-bottom: 18px; }
.book-review-ttle { margin: 0 0 6px; font-size: 22px; color: var(--title-color); }
.book-review-intro { font-size: 14px; color: #777; margin: 0 0 18px; }
.book-review-section { margin: 16px 0 10px; color: var(--title-color); }
.book-review-obj {
    display: flex; align-items: center; gap: 10px; font-size: 14.5px;
    border: 1px solid #ececec; border-radius: 12px; padding: 12px 14px;
}
.book-review-obj__hrs { margin-left: auto; font-size: 12px; color: #9a9a9a; }
.book-review-staff { display: flex; align-items: center; gap: 10px; }
.book-review-staff__avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.book-review-staff__name { font-weight: 600; font-size: 14px; }
.book-review-staff__pos { font-size: 12px; color: #8a8a8a; }
.book-review-text {
    width: 100%; border: 1px solid #e2e2e2; border-radius: 10px; padding: 12px 14px;
    font-size: 14px; outline: 0; resize: vertical; margin-top: 10px;
}
.book-review-btn { width: 100%; text-align: center; margin-top: 22px; }

/* star rating (reverse order so :checked colours preceding stars) */
.book-stars { display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; margin: 8px 0; }
.book-stars input { position: absolute; opacity: 0; pointer-events: none; }
.book-stars label { font-size: 28px; color: #d8d8d8; cursor: pointer; padding: 0 2px; }
.book-stars label:hover,
.book-stars label:hover ~ label,
.book-stars input:checked ~ label { color: #FFD04E; }

/* --- footer cart: info button + slide-up panel --- */
.book-footer-bar__info {
    background: transparent; border: 0; color: inherit; cursor: pointer;
    text-align: left; padding: 0; display: flex; flex-direction: column;
}
.book-footer-bar.has-cart .book-footer-bar__info { cursor: pointer; }
.book-footer-bar__caret { transition: transform .2s; display: inline-block; }
.book-footer-bar.is-cart-open .book-footer-bar__caret { transform: rotate(180deg); }

.book-cart-pop {
    position: absolute; left: 0; right: 0; bottom: calc(100% + 10px);
    background: #fff; color: var(--title-color); border-radius: 16px;
    box-shadow: 0 -8px 30px rgba(0,0,0,.16); padding: 14px 16px;
    opacity: 0; visibility: hidden; transform: translateY(12px);
    transition: opacity .2s, transform .2s, visibility .2s; max-height: 50vh; overflow-y: auto;
}
.book-footer-bar.is-cart-open .book-cart-pop { opacity: 1; visibility: visible; transform: translateY(0); }
.book-cart-pop__ttle { font-family: 'BPG LE Studio 02', sans-serif; font-size: 14px; margin-bottom: 10px; }
.book-cart-pop__row { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-top: 1px solid #f0f0f0; }
.book-cart-pop__info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.book-cart-pop__name { font-size: 14px; font-weight: 600; }
.book-cart-pop__staff { font-size: 12px; color: #8a8a8a; }
.book-cart-pop__price { margin-left: auto; font-weight: 700; font-size: 14px; }
.book-cart-pop__rm { color: #c0392b; text-decoration: none; font-size: 14px; padding: 0 4px; }
.book-cart-pop__row--pending { opacity: .7; }
.book-cart-pop__empty { color: #999; font-size: 13px; padding: 6px 0; }
/* Inside the popover the rich cart rows drop their card border for thin dividers. */
.book-cart-pop .book-cart-item { border: 0; border-radius: 0; border-top: 1px solid #f0f0f0; padding: 10px 0; margin: 0; }
.book-cart-pop .book-cart-item:first-of-type { border-top: 0; }

/* --- cart review step --- */
.book-cart-list { margin-bottom: 14px; }
/* Cart row: top line is info | price/actions; the time grid spans below. */
.book-cart-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start; gap: 10px 16px;
    border: 1px solid #ececec; border-radius: 14px; padding: 12px 16px; margin-bottom: 10px;
}
.book-cart-item__main { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.book-cart-item__person { position: relative; display: flex; align-items: center; gap: 10px; min-width: 0; }
.book-cart-item__person.is-editable { cursor: pointer; }
.book-cart-item__personlink { position: absolute; inset: 0; z-index: 2; }
.book-cart-item__pinfo { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.book-cart-item__pname { font-weight: 600; color: var(--title-color); display: flex; align-items: center; gap: 6px; min-width: 0; }
.book-cart-item__pnametext { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.book-cart-item__pencil { color: var(--theme-color); opacity: .55; flex: 0 0 auto; }
.book-cart-item__person.is-editable:hover .book-cart-item__pencil { opacity: 1; }
.book-cart-item__ppos { font-size: 12.5px; color: #8a8a8a; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.book-cart-item__line { display: flex; align-items: center; gap: 8px; min-width: 0; color: #5b5b5b; font-size: 13.5px; }
.book-cart-item__lineicon { color: var(--theme-color); display: inline-flex; flex: 0 0 auto; }
.book-cart-item__linetext { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.book-cart-item__time::before { content: '·'; margin: 0 6px 0 4px; color: #c4c4c4; }
.book-cart-item__duration { color: #8a8a8a; font-size: 12.5px; flex: 0 0 auto; white-space: nowrap; }
.book-cart-item__duration::before { content: '·'; margin: 0 6px 0 4px; color: #c4c4c4; }
/* Service line: let the duration drop to its own row instead of being clipped when the name is long. */
.book-cart-item__svc .book-cart-item__linetext { display: flex; flex-wrap: wrap; align-items: baseline; white-space: normal; overflow: visible; text-overflow: clip; }
.book-cart-item__svcname { min-width: 0; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 0 0 auto; }
/* Home-page profile gallery: responsive square thumbnail grid. */
.prf-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 6px; }
.prf-gallery__itm { display: block; border-radius: 10px; overflow: hidden; aspect-ratio: 1 / 1; }
.prf-gallery__itm img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 575px) { .prf-gallery { grid-template-columns: repeat(2, 1fr); } }

.book-cart-item__avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; flex: 0 0 42px; }
.book-cart-item__side { display: flex; align-items: center; justify-content: flex-end; gap: 10px; align-self: start; padding-top: 2px; }
.book-cart-item__price { font-weight: 700; font-size: 16px; color: var(--title-color); text-align: right; white-space: nowrap; }
.book-cart-item__rm { color: #b9b9b9; text-decoration: none; font-size: 16px; padding: 0 2px; line-height: 1; }
.book-cart-item__rm:hover { color: #c0392b; }
.book-cart-item__schedule { grid-column: 1 / -1; width: 100%; margin-top: 3px; }
.book-cart-time { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.book-cart-time__label { font-size: 12px; color: #8a8a8a; }
.book-cart-slot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(53px, 1fr));
    gap: 4px;
    max-height: 150px;
    overflow-y: auto;
    padding: 1px 4px 1px 1px;
    scrollbar-width: thin;
}
.book-cart-slot { position: relative; min-width: 0; margin: 0; }
.book-cart-slot input { position: absolute; opacity: 0; pointer-events: none; }
.book-cart-slot span {
    display: flex; align-items: center; justify-content: center; min-height: 32px;
    border: 1px solid #e5e5e5; border-radius: 9px; background: #fff;
    color: var(--title-color); font-size: 13px; font-variant-numeric: tabular-nums;
    cursor: pointer; transition: border-color .15s, background .15s, color .15s;
}
.book-cart-slot:hover span { border-color: var(--theme-color); }
.book-cart-slot input:checked + span { background: var(--theme-color); border-color: var(--theme-color); color: #fff; }
.book-cart-slot.is-occupied span {
    background: repeating-linear-gradient(45deg, #fafafa, #fafafa 5px, #eee 5px, #eee 10px);
    border-color: #d8d8d8; color: #9a9a9a;
}
.book-cart-time__empty { color: #c0392b; font-size: 12px; }
.js-cart-schedule.was-validated .book-cart-time:not(:has(.js-cart-time:checked)) .book-cart-slot span { border-color: #c0392b; }
/* Phone: keep the top two columns tight; the slot grid remains full-width below. */
@media (max-width: 575px) {
    .book-cart-item { gap: 10px; padding: 12px; }
    .book-cart-item__price { font-size: 15px; }
    .book-cart-item__avatar { width: 40px; height: 40px; flex-basis: 40px; }
    .book-cart-slot-grid { grid-template-columns: repeat(auto-fill, minmax(58px, 1fr)); max-height: 116px; }
}
.book-add-service {
    display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
    color: var(--theme-color); font-weight: 600; padding: 12px 0; margin-bottom: 6px;
}
.book-add-service__plus {
    width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--theme-color);
    display: inline-flex; align-items: center; justify-content: center; font-size: 16px;
}
.book-cart-total { display: flex; justify-content: space-between; font-size: 16px; font-weight: 600; padding: 14px 0; border-top: 1px solid #eee; }
.book-cart-total__val { color: var(--theme-color); }
.book-summary__row--total { font-weight: 700; border-top: 1px solid #eee; margin-top: 4px; padding-top: 12px; }

/* --- form validation --- */
.book-field__err { display: none; color: #c0392b; font-size: 12px; margin-top: 5px; }
.js-validate.was-validated .book-field input:invalid,
.js-validate.was-validated .book-field textarea:invalid { border-color: #c0392b; }
.js-validate.was-validated .book-field input:invalid ~ .book-field__err,
.js-validate.was-validated .book-field textarea:invalid ~ .book-field__err { display: block; }
.hero-button:disabled,
.book-footer-bar__btn:disabled { opacity: .55; cursor: default; pointer-events: none; }

/* --- verify: error banner + resend --- */
.book-fp-error {
    background: #fdecea; color: #c0392b; border-radius: 10px;
    padding: 10px 14px; font-size: 13.5px; margin-bottom: 16px;
}
.book-otp.has-error .book-otp__cell { border-color: #c0392b; }
.book-otp-resend {
    display: block; width: 100%; margin-top: 14px; padding: 6px;
    background: none; border: 0; color: var(--theme-color); font-size: 14px; cursor: pointer;
}
.book-otp-resend:disabled { color: #b9b9b9; cursor: default; }

/* --- reference blocks pulled in from page-local <style> tags (not part of the
   shared mako_reference.css bundle, since the source demo defined them inline
   per-page) --- */
.cstmrchk_wppr {
    width: 100%; border: 1px solid #E2E2E9; border-radius: 8px;
    display: flex; flex-direction: column; flex-wrap: nowrap;
    justify-content: flex-start; align-items: flex-start; padding: 18px 24px;
}

/* --- minimal Bootstrap 5 modal shell: bootstrap.bundle.min.js is loaded (drives
   .show / .modal-backdrop), but the framework's own CSS isn't — only the handful
   of rules the terms modal actually needs, to avoid pulling in a whole reset. --- */
.modal {
    position: fixed; top: 0; left: 0; z-index: 1055; width: 100%; height: 100%;
    overflow-x: hidden; overflow-y: auto; outline: 0; display: none;
}
.modal.show { display: block; }
.modal-dialog {
    position: relative; width: auto; margin: .5rem; pointer-events: none;
    transition: transform .3s ease-out; transform: translateY(-30px);
}
.modal.show .modal-dialog { transform: none; }
.modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - 1rem); }
@media (min-width: 576px) {
    .modal-dialog { max-width: 500px; margin: 1.75rem auto; }
    .modal-dialog-centered { min-height: calc(100% - 3.5rem); }
}
.modal-content {
    position: relative; display: flex; flex-direction: column; width: 100%;
    pointer-events: auto; background: #fff; border-radius: 14px; outline: 0;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
.modal-body { padding: 24px; }
.modal-backdrop {
    position: fixed; top: 0; left: 0; z-index: 1050; width: 100vw; height: 100vh; background: #000;
    opacity: 0; transition: opacity .15s linear;
}
.modal-backdrop.show { opacity: .5; }
/* Both style_sm.css (line ~2201) and mako_reference.css carry the same leftover
   debug rule (border:0px solid red; color:red) for .modal-close, and the
   reference file loads last, so !important is needed here to actually win. */
.modal-close {
    width: 36px !important; height: 36px !important; border: 0 !important; border-radius: 50%;
    background: var(--smoke-color); color: #7E818C !important;
    display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
}
.modal-close:hover { background: var(--theme-color--light); color: #fff !important; }
.modal-close .close_vector { fill: currentColor; }

/* Tenant-aware icon box: the reference hardcodes a light-purple (#F5E4FF) fill for
   the "SELECT-BLOCKS" icon tile. style_sm.css loads BEFORE mako_reference.css, so
   this needs !important to actually win the cascade and reflect each tenant's
   real brand color instead of the reference demo's fixed purple. */
.service-info__img { background: var(--theme-color--light) !important; }
.service-info__img svg path { fill: var(--theme-color) !important; }
.service-info__img svg path[stroke],
.service-info__img svg circle {
    fill: none !important;
    stroke: var(--theme-color) !important;
}

/* .form_radio's radio_default.svg/radio_checked.svg assets bake in a fixed
   purple fill (can't be recolored via CSS background-image) and, worse, the
   "unchecked" asset itself renders a filled dot — no visible unchecked/checked
   distinction. Redraw the dot in plain CSS instead, tenant-themed, keeping the
   reference's .form_radio markup. */
.form_radio label:before {
    background: none !important; border: 2px solid #d2d2d2; border-radius: 50%; box-sizing: border-box;
}
.form_radio input[type=radio]:checked + label:before {
    background: var(--theme-color) !important; border-color: var(--theme-color);
    box-shadow: inset 0 0 0 4px #fff;
}
.form_radio label:hover:before { border-color: var(--theme-color--light); }

/* Full Mako booking review card: source form_chawera.php defined these inline. */
.cstmrchk_srvtr__mttle {
    color: #4B4B4B;
    width: 100%;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    min-height: 38px;
    margin-bottom: 12px;
}
.cstmrchk_srvtr {
    width: 100%;
    display: flex;
    margin-bottom: 12px;
    min-height: 62px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.cstmrchk_srvtr__img {
    display: inline-flex;
    height: 52px;
    width: 52px;
    border-radius: 888px;
    overflow: hidden;
    padding: 4px;
    background: #E2E2E9;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    flex: 0 0 52px;
}
.cstmrchk_srvtr__img img {
    border-radius: 888px;
    height: 48px;
    width: 48px;
    max-width: 48px;
    object-fit: cover;
}
.cstmrchk_srvtr__name {
    display: inline-flex;
    width: calc(100% - 62px);
    color: #607D8B;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    font-size: 15px;
    letter-spacing: 0.8px;
    line-height: 25px;
    text-align: left;
    min-height: 36px;
    margin-top: -5px;
}
.cstmrchk_srvtr__pos {
    width: 100%;
    color: #7E818C;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.8px;
}
.cstmrchk_srvinfo {
    position: relative;
    width: 100%;
    display: flex;
    min-height: 42px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #4B4B4B;
}
.iconsvg_v1 {
    height: 24px;
    width: 24px;
    margin-right: 12px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #4B4B4B;
    flex: 0 0 24px;
}
.cstmrchk_srvinfo__name {
    padding-right: 80px;
    line-height: 20px;
}
.cstmrchk_srvinfo__price {
    position: absolute;
    right: 4px;
    top: 12px;
    font-size: 14px;
    white-space: nowrap;
}
.cstmrchk_srvinfo--total {
    font-weight: 700;
}
.cmnt_readmev1 {
    color: #4B4B4B;
    font-size: 13px;
    text-align: left;
    line-height: 20px;
    margin: 15px 0;
    padding: 12px;
}
.cstmrchk_srvtr__sbttle {
    color: #607D8B;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 25px;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    flex-direction: row;
}
.trmscondtnsblck {
    margin-top: 12px;
}

/* Mako service-card active states for real booking inputs. */
.service-card:has(.checkbox-wrap input:checked) {
    box-shadow: 0px 2px 4px 0px var(--theme-color);
}
.service-card:has(.checkbox-wrap input:focus-visible) {
    outline: 2px solid var(--theme-color--light);
    outline-offset: 2px;
}
.service-card.is-disabled {
    opacity: .55;
    cursor: not-allowed;
}
.service-card.is-disabled .checkbox-wrap {
    pointer-events: none;
}
.service-card .service-info {
    min-width: 0;
    flex: 1 1 auto;
    padding-right: 12px;
}
.service-card .service-name,
.service-card .service-meta,
.srv-desc-row {
    min-width: 0;
    overflow-wrap: anywhere;
}
.service-info__img--avatar {
    background: #E2E2E9 !important;
}
.service-info__img--avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.service-card--link {
    color: inherit;
    text-decoration: none;
}
.service-card--link:hover {
    color: inherit;
    text-decoration: none;
}
.service-card__arrow {
    color: var(--theme-color);
    font-size: 24px;
    line-height: 1;
    flex: 0 0 auto;
}
.staff-stars {
    color: #f5a623;
    white-space: nowrap;
}
.book-step--staff .prf_inpts__icon-inside {
    margin-bottom: 18px;
}

@media (max-width: 575px) {
    .cstmrchk_wppr { padding: 16px; }
    .cstmrchk_srvinfo__name { padding-right: 56px; }
    .checkbox-default > span {
        transform: translateX(30px);
        width: calc(100% - 30px);
        line-height: 18px;
    }
}

/* Booking cover: standard layout matches the hosted Mako cover column. */
@media (min-width: 992px) {
    .book-layout--standard .book-cover-col {
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        min-height: 100vh;
        padding-top: 34px;
        overflow: visible;
    }
    .book-layout--standard .book-cover-col::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 234px;
        transform: translateX(-50%);
        background: var(--theme-color);
        z-index: 0;
    }
    .book-layout--standard .book-cover-col .img-box6 {
        position: relative;
        z-index: 1;
        width: min(374px, 92%);
        height: auto;
        aspect-ratio: 1 / 1;
        min-height: 0 !important;
        margin: 0 !important;
        border-radius: 50%;
        background: var(--theme-color);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .book-layout--standard .book-cover-col .img-box6::before {
        display: none;
    }
        .book-layout--standard .book-cover-col .img-box6 .img1 {
            position: static;
            width: 90%;
            height: auto !important;
            aspect-ratio: 1 / 1;
            padding: 0 !important;
            box-sizing: border-box;
            border: 18px solid #a43be35c;
            border-radius: 50%;
            overflow: hidden;
            transform: none;
            background: var(--theme-color--light);
        }
    .book-layout--standard .book-cover-col .img-box6 .img1 img {
        width: 100%;
        height: 100%;
        border: 0 !important;
        border-radius: 50%;
        object-fit: cover;
        display: block;
    }
}

/* Reference time-slot panel used by date and cart pages. */
.book-time-panel,
.book-cart-time-panel {
    margin-top: 18px;
    margin-bottom: 22px;
}
.book-time-panel .wcbpff_wrppr,
.book-cart-time-panel .wcbpff_wrppr {
    position: relative;
    height: 38px;
    justify-content: flex-start;
    color: #607D8B;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
}
.book-time-panel .wcbpff_wrppr::before,
.book-cart-time-panel .wcbpff_wrppr::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 11px;
    height: 2px;
    background: var(--theme-color);
}
.book-time-panel .wcbpff_wrppr::after,
.book-cart-time-panel .wcbpff_wrppr::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 86px;
    height: 1px;
    background: #607D8B;
}
.book-slot-grid--mako {
    gap: 0;
}
.book-slot-grid--mako .book-empty,
.book-cart-time-panel .book-cart-time__empty {
    width: 100%;
    padding: 8px 0 0;
}

/* Cart rows keep their functional JS hooks while adopting the reference slot pills. */
.book-cart-time-panel {
    gap: 0;
    padding: 18px 24px 14px;
}
.book-cart-slot-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    max-height: 172px;
    padding: 0 4px 0 0;
}
.book-cart-slot.sm1-checkbox-btn {
    min-width: 0;
    margin: 0 5px 0 0;
}
.book-cart-slot.sm1-checkbox-btn input {
    position: static;
    opacity: 0;
    pointer-events: auto;
    z-index: -1;
    display: block;
    width: 0;
    height: 0;
}
.book-cart-slot.sm1-checkbox-btn span {
    display: inline-block;
    min-width: 62px;
    min-height: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #DCDCE8;
    border-radius: 4px;
    background: #fff;
    color: #0A1D41;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    font-variant-numeric: tabular-nums;
    margin-bottom: 10px;
}
.book-cart-slot.sm1-checkbox-btn input:checked + span {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}
.book-cart-slot.sm1-checkbox-btn.is-occupied span {
    background: #f5f5f7;
    border-color: #DCDCE8;
    color: #b0b0b1;
}

/* Mako unavailable-state notice. */
.book-unavailable-state {
    border: 0;
    padding: 0;
    background: transparent;
    align-items: center;
}
.book-unavailable-state .vrfcnots_wrpr--wide {
    max-width: 568px;
    min-height: 390px;
    margin: 24px auto;
    padding: 28px 48px;
    border: 0;
    border-radius: 4px;
}
.book-unavailable-state .vrfcnots_ttle {
    min-height: 38px;
    height: auto;
    margin-top: 2px;
}
.book-unavailable-state .vrfcnots_txt {
    padding: 8px 12px;
}
.nblnk__btnstylev2--disabled,
.nblnk__btnstylev2--disabled:hover {
    background: #fff;
    color: var(--theme-color);
    opacity: 0.4;
    cursor: default;
}

/* Verify/success full-page surface from the reference. */
.booking-fullpage {
    min-height: 100vh;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 30px 16px;
    background: #E2E2E9;
    align-items: center;
}
.booking-fullpage .cstmrchk_wppr {
    max-width: 452px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    align-items: center;
}
.booking-fullpage .vrfcnots_wrpr {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 18px 22px 24px;
    border: 0;
    border-radius: 4px;
}
.booking-fullpage .vrfcnots_icon {
    margin-bottom: 20px;
}

.book-step--summary {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.book-step--summary .book-step__head,
.book-step--summary .book-summary-form {
    width: min(100%, 568px);
}
.book-step--summary .cstmrchk_wppr,
.book-cart-schedule.has-notice .cstmrchk_wppr {
    max-width: 568px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 575px) {
    .booking-fullpage {
        min-height: 100dvh;
        padding: 24px 12px;
    }
    .booking-fullpage .cstmrchk_wppr,
    .booking-fullpage .vrfcnots_wrpr,
    .book-step--summary .book-summary-form,
    .book-cart-schedule.has-notice .cstmrchk_wppr {
        width: 100%;
        max-width: 100%;
    }
    .book-time-panel,
    .book-cart-time-panel {
        padding: 18px 16px 12px;
    }
    .book-unavailable-state .vrfcnots_wrpr--wide {
        padding: 24px 18px;
    }
    .book-cart-slot-grid {
        max-height: 172px;
    }
}

/* Booking responsive polish requested after mobile QA. */
@media (min-width: 992px) {
    .book-layout--standard .book-cover-col {
        flex: 0 0 38%;
        max-width: 38%;
    }
    .book-layout--standard .book-content-col {
        flex: 0 0 62%;
        max-width: 62%;
    }
}

.book-content-col {
    padding-left: clamp(14px, 2.4vw, 34px);
    padding-right: clamp(14px, 2.4vw, 34px);
}

.book-step--staff .service-card,
.book-step--branch .service-card {
    align-items: center;
    gap: 10px;
    min-height: 0;
    padding: 10px 14px;
}

.book-step--staff .service-info.service-info__leftimg,
.book-step--branch .service-info.service-info__leftimg {
    position: static;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 2px;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.book-step--staff .service-info__img,
.book-step--branch .service-info__img {
    position: static !important;
    left: auto;
    top: auto;
    grid-row: 1 / 3;
    width: 58px !important;
    max-width: none;
    min-width: 58px;
    height: 58px !important;
    min-height: 58px;
    align-self: center;
    justify-self: center;
    border-radius: 6px;
}

.book-step--staff .service-info__img svg,
.book-step--branch .service-info__img svg {
    width: 34px;
    height: 34px;
}

.book-step--staff .service-name,
.book-step--branch .service-name {
    grid-column: 2;
    min-width: 0;
    line-height: 20px;
    margin: 0;
}

.book-step--staff .service-meta,
.book-step--branch .service-meta {
    grid-column: 2;
    min-width: 0;
    line-height: 18px;
    margin: 0;
}

.book-step--staff .checkbox-wrap,
.book-step--branch .checkbox-wrap,
.book-step--staff .service-card__arrow {
    flex: 0 0 auto;
    margin-left: 8px;
}

.book-step--staff .service-info__img--avatar img {
    object-fit: cover;
    object-position: center;
    transform: scale(1.12);
}

.branchlist__itm {
    min-width: 0;
}

.branchlist__itm_info {
    min-width: 0;
}

.branchlist__itm_ttle,
.branchlist__itm_addrss,
.branchlist__itm_whours {
    overflow-wrap: anywhere;
}

.branchlist__itm_addrss,
.branchlist__itm_whours {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.branchlist__itm_addrss svg,
.branchlist__itm_whours svg {
    flex: 0 0 auto;
}

.book-branchlist-pick .branchlist__itm {
    position: relative;
    cursor: pointer;
    padding-right: 44px;
}

.book-branchlist-pick__radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.book-branchlist-pick__check {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 24px;
    height: 24px;
    border: 2px solid #d2d2d2;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #fff;
    box-sizing: border-box;
}

.book-branchlist-pick .branchlist__itm:has(.book-branchlist-pick__radio:checked) {
    box-shadow: 0px 2px 8px 0px var(--theme-color);
}

.book-branchlist-pick .branchlist__itm:has(.book-branchlist-pick__radio:checked) .book-branchlist-pick__check {
    border-color: var(--theme-color);
    background: var(--theme-color);
    box-shadow: inset 0 0 0 5px #fff;
}

.book-cart-date .dp-header--compact {
    gap: 8px;
    margin-bottom: 10px;
}

.book-cart-date .dp-header--compact select,
.book-cart-date .dp-header--compact .nice-select {
    min-width: 0;
    width: auto;
    flex: 1 1 auto;
}

.book-date-strip--compact {
    gap: 5px;
}

.book-date--compact {
    width: 58px;
    padding: 8px 0 9px;
}

.book-date--compact .book-date__wd {
    font-size: 12px;
    margin-bottom: 3px;
}

.book-date--compact .book-date__num {
    font-size: 21px;
}

.book-date--compact .book-date__mon {
    font-size: 11px;
}

.book-time-panel,
.book-cart-time-panel {
    padding: 14px 14px 10px;
}

.book-slot-grid--mako,
.book-cart-slot-grid {
    gap: 0;
}

.book-cart-slot-grid {
    padding-right: 0;
}

.book-slot-grid--mako .sm1-checkbox-btn,
.book-cart-slot.sm1-checkbox-btn {
    margin: 0 4px 0 0;
}

.book-slot-grid--mako .sm1-checkbox-btn span,
.book-cart-slot.sm1-checkbox-btn span {
    min-width: 54.7px;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    margin-bottom: 8px;
    font-size: 13px;
}

@media (max-width: 575px) {
    .book-content-col {
        padding-left: 12px;
        padding-right: 12px;
    }

    .book-step--staff .service-card,
    .book-step--branch .service-card {
        padding: 9px 12px;
        gap: 8px;
    }

    .book-step--staff .service-info.service-info__leftimg,
    .book-step--branch .service-info.service-info__leftimg {
        grid-template-columns: 56px minmax(0, 1fr);
        column-gap: 10px;
    }

    .book-step--staff .service-info__img,
    .book-step--branch .service-info__img {
        width: 56px !important;
        min-width: 56px;
        height: 56px !important;
        min-height: 56px;
    }

    .book-step--staff .service-info__img svg,
    .book-step--branch .service-info__img svg {
        width: 32px;
        height: 32px;
    }

    .book-step--staff .service-name,
    .book-step--branch .service-name {
        font-size: 14px;
        line-height: 19px;
    }

    .book-step--staff .service-meta,
    .book-step--branch .service-meta {
        font-size: 12px;
        line-height: 17px;
    }

    .book-step--staff .checkbox-wrap,
    .book-step--branch .checkbox-wrap,
    .book-step--staff .service-card__arrow {
        margin-left: 4px;
    }

    .branchlist__itm {
        display: grid;
        grid-template-columns: 110px minmax(0, 1fr);
        align-items: stretch;
        min-height: 110px;
    }

    .branchlist__itm--no-image {
        grid-template-columns: minmax(0, 1fr);
    }

    .branchlist__itm_img {
        width: 110px;
        min-width: 110px;
        height: 100%;
        min-height: 110px;
    }

    .branchlist__itm_info {
        width: auto;
        padding: 10px 12px;
    }

    .book-branchlist-pick .branchlist__itm {
        padding-right: 40px;
    }

    .book-branchlist-pick .branchlist__itm_info {
        padding-right: 8px;
    }

    .book-branchlist-pick__check {
        right: 10px;
        width: 22px;
        height: 22px;
    }

    .branchlist__itm_ttle {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 8px;
    }

    .branchlist__itm_addrss,
    .branchlist__itm_whours {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 6px;
    }

    .branchlist__itm_addrss svg,
    .branchlist__itm_whours svg {
        width: 20px;
        height: 20px;
    }

    .book-date-strip--compact {
        gap: 4px;
    }

    .book-date--compact {
        width: 54px;
        padding: 7px 0 8px;
    }

    .book-time-panel,
    .book-cart-time-panel {
        padding: 12px 8px 8px;
    }

    .book-slot-grid--mako .sm1-checkbox-btn,
    .book-cart-slot.sm1-checkbox-btn {
        margin-right: 3px;
    }

    .book-slot-grid--mako .sm1-checkbox-btn span,
    .book-cart-slot.sm1-checkbox-btn span {
        min-width: 52px;
        height: 34px;
        line-height: 34px;
        padding: 0 6px;
        margin-bottom: 7px;
        font-size: 12px;
    }
}
