html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
}

@font-face {
    font-family: Knockout;
    font-style: normal;
    font-weight: 400;
    src:url('../fonts/Knockout-49.woff2') format("woff2"),
    url('../fonts/Knockout-49.woff') format("woff")
}

@font-face {
    font-family: Knockout;
    font-style: normal;
    font-weight: 500;
    src:url('../fonts/Knockout-51.woff2') format("woff2"),
    url('../fonts/Knockout-51.woff') format("woff")
}

@font-face {
    font-family: 'Portrait-Medium';
    font-style: normal;
    font-weight: 500;
    src:url('../fonts/Portrait-Medium-Web.woff2') format("woff2"),
    url('../fonts/Portrait-Medium-Web.woff') format("woff")
}

@font-face {
    font-family: 'Portrait-Light';
    font-style: normal;
    font-weight: 300;
    src:url('../fonts/Portrait-Light-Web.woff2') format("woff2"),
    url('../fonts/Portrait-Light-Web.woff') format("woff")
}

@font-face {
    font-family: 'Portrait-Light-Italic';
    font-style: italic;
    font-weight: 300;
    src:url('../fonts/Portrait-LightItalic-Web.woff2') format("woff2"),
    url('../fonts/Portrait-LightItalic-Web.woff') format("woff")
}

@font-face {
    font-family: 'Sackers Gothic Std';
    font-style: normal;
    font-weight: 900;
    src:url('../fonts/SackersGothicStd-Heavy.woff2') format("woff2"),
    url('../fonts/SackersGothicStd-Heavy.woff') format("woff")
}

body {
    margin: 0;
    color: #0d1e33;
}
article,
aside,
footer,
header,
nav,
section {
    display: block
}

.header {
    position: fixed;
    top: 0!important;
    right: -0.625rem;
    left: -0.625rem;
    z-index: 15;
    min-width: 100%;
    text-align: center;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
    transition: opacity .25s ease, visibility .25s ease;
    will-change: position;
    background-color: #fff;
}

.header_outer {
    background-color: transparent;
    color: #0d1e33;
}

.header_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 6.25rem;
     padding: 1.25rem 1rem 0rem 1rem;
    margin-right: auto;
    margin-left: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%!important;
    flex-flow: column;
}

.navbar-expand-lg {
    padding-bottom: 3px;
}

#right_menu {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#top_menu {
    justify-content: space-between;
    display: flex;
    width: 100%;
    padding: 0;
    top: 0;
}

.top-menu {
    display: flex;
    justify-content: space-between;
    font-family: 'Sackers Gothic Std';
    font-weight: 900;
}

.nav-link {
    padding: 0.9375rem !important;
    color: #000 !important;
}

.header-search .nav-link {
    padding: 0.9375rem !important;
    color: #359260;
    padding: 0.4rem !important;
}

.header-search {
    padding: 15px !important;
    color: #359260;
}
#right_menu {
  padding: 0px !important;
  margin-right: 20px;
}

#right_menu .header-search:first-child {
  padding-right: 0px !important;
}


.fs-6-s1 {
    font-size: 10px;
    font-family: 'Sackers Gothic Std';
    letter-spacing: .125rem;
    text-transform: uppercase;
}

::selection {
    background: #e5dfdf;
    color: #0d1e33;
}

.header_list {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    width: 157px;
}

.right_menu {
    list-style: none;
    display:flex;
}

.header_cart_total {
    line-height: 2;
    top: 0.8125rem;
    left: 1rem;
    font-family: Times, serif;
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: normal;
}

.header_currency .form-select {
    width: 100%;
    height: 100%;
    font-size: 10px;
    cursor: pointer;
    background-image: none;
    box-shadow: none;
    letter-spacing: .125rem;
}

.header_logo {
    width: 11.25rem;
    height: 6.25rem;
    margin: auto;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

.offcanvas-collapse {
    position: fixed;
    top: 56px;
    /* Height of navbar */
    bottom: 0;
    right: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
}

.offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(100%);
}

.dropdown-menu[data-bs-popper] {
    border: 0;
    border-radius: 0px;
    top: 3.25rem;
    font-size: 10px;
}

.header_item>ul li:hover a {
    opacity: 0.7;
}

.dropdown-item:hover {
    color: #212529;
    opacity: 0.7;
    background-color: transparent !important;
}


/* Sticky Header*/

/*
.title {
  background-color: red;
  height: 100px;
  margin-bottom: 1.5em;
  color: white;
  text-align: center;
}

.sticky {
  position: sticky;
  background-color: blue;
  height: 50px;
  color: white;
  text-align: center;
  top: 0;
}

.hover {
  transition: .15s;
  background-color: green;
  box-shadow: 0px 4px 4px rgba(0,0,0,.38);
}

.body {
  height: 600px;
}
*/

/* Stickey Header */




.header_link {
    padding: 9px;
}

.header_cart {
    background-image: url('../img/shopping-bag_large.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    margin-right: 0px;
    width: 24px;
    height: 24px;
    border: 0;
    background-color: transparent;
    display: flex;
    justify-content: center;
}

.slider-section {
    position: relative;
    width: 100%;
    height: calc(90vh - 1.25rem);
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    overflow: hidden;
}

.carousel {
    top:175px;
    overflow: hidden;
    border-right: 1.1rem solid #fff;
    border-left: 1.1rem solid #fff;
    width: 100%;
}

.carousel-caption {
    left: 0px;
    right:auto;
    text-align: left;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    /*    top: 50%;*/
    height: 100%;
}

.slider-content {
    height: 77%;
    display: flex;
    width: 100%;
    position: absolute;
    justify-content: center;
    flex-direction: column;
    top: 0px;
}

.slider_heading {
    color: #252424;
    font-size: 24px;
    text-shadow: 0px 0px 20px #fff;
    text-align: center;
    font-family: 'Sackers Gothic Std';
    letter-spacing: .25rem;
}

.slider-paragraph {
    color: #252424;
    font-size: 21px;
    text-shadow: 0px 0px 20px #fff;
    text-align: center;
    font-family: 'Portrait-Light';
    text-rendering: geometricPrecision;
}

.para, address, p {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .0125rem;
    line-height: 1.38;
}

.slider-section .slider-text {
    background: rgba(54, 55, 55, 0.36);
    padding: 14px;
    max-width: calc(39.5rem + 28px);
    position: relative;
    height: auto;
    top: 0;
}

.slider_cta {
    
   position: absolute;
    bottom: 5rem;
    align-self: center;
}

.header_logo img {
    width: 110px;
    height: 100%;
}

.carousel-item {
    height: calc(100vh - 175px);
}

.button-secondary {
    border: 0.0625rem solid #0d1e33;
    background-color: transparent;
    color: #0d1e33;
}

.fs-6 {
    font-size: 20px !important;
}

.button-secondary-alt {
    background-color: #fff !important;
}

.button {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: visible;
    min-width: 181px;
    min-height: 2.5rem;
    padding: 1.75em 2.19em 1.64em;
    margin: 0;
    background-color: transparent;
    cursor: pointer;
    font: inherit;
    font-family: Sackers Gothic Std, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
    font-size: .5625rem;
    font-weight: 900;
    letter-spacing: .125rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: border .5s ease, background .5s ease, color .5s ease;
    transition: border .5s ease, background .5s ease, color .5s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap !important;
    text-decoration: none;
}

.button-secondary:hover {
    background-color: #0d1e33 !important;
    color: #fff !important;
}


.feature-panel_text {
    padding-right: 16.6666666667%;
    margin-left: 9rem;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column nowrap;
    font-family: 'Portrait-Light';
    height: 100%;
    font-weight: 300;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
}

#carouselHero .carousel-item img {  
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  height:100vh;
  
}

#carouselHero .carousel-item:before {
  content: "";
  background-image:
    linear-gradient(
      to bottom,
      transparent, rgba(0,0,0,0.5)
    );
  display: block;
  position: absolute;
  top: 50%;
  width: 100vw;
  height: 100vh;
}
   



/* Feature Panel */

.journal-section {
    border-right: 1.1rem solid #fff;
    border-left: 1.1rem solid #fff;
}

.feature-panel-blue {
    background-color: #e5dfdf;
}

.feature-panel {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.feature-panel_heading {
    max-width: 27.625rem;
    margin-bottom: 1.875rem;
}

.feature-panel_subheading {
    margin-bottom: 1.875rem;
}

.feature-panel_description {
    max-width: 20.625rem;
    margin-bottom: 1.875rem;
}

.fs-sackers {
    font-size: .5625rem;
    letter-spacing: .125rem;
    font-family: 'Sackers Gothic Std';
}

.button-secondary {
    border: 0.0625rem solid #359260 !important;
    background-color: #359260 !important;
    color: #fff;
}

.button-secondary:hover {
    border: 0.0625rem solid #DFF1D8 !important;
    background-color: #DFF1D8 !important;
    color: #000 !important;
}


.feature-panel_media {
    width: 100%;
    margin-bottom: 0;
    background-color: transparent;
    background-size: contain;
}

.feature-panel_media {
    right: 85px !important;
}

.media {
    position: relative;
    display: flex;
    overflow: hidden;
    max-width: 100%;
    background-color: #e5dfdf;
    justify-content: center;
}

.media img {
    height: 509px;
}

/* Product Section */

.product-panel-white {
    background-color:#fff;
}

.product-panel_media {

    background-color: transparent;
    left: 68px !important;
}

.product-panel_subheading {
    margin-bottom: 0.9375rem;
    color: #bbb;
}

.product-panel_heading {
    max-width: 24.625rem;
    margin-bottom: 1.875rem;
    font-size: 1.25rem;
    font-family: 'Sackers Gothic Std';
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .25rem;
    line-height: 1.38;
}

.product-panel_text {
    padding-right: 16.6666666667%;
    margin-left: 9rem;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column nowrap;
    font-family: 'Portrait';
    height: 100%;
}

.product-panel-white {
    background-color:#fff;
}

.product-panel {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.product-panel_description {
    max-width: 20.625rem;
    margin-bottom: 1.875rem;
}

.product-panel_media_last {

    background-color: transparent !important;
    right: 85px !important;
}

/* Split Product Section */

.split-panel {
    height: 100%;
    background-color: #e5dfdf;
    text-align: center;
    padding: 7.875rem 25% 7.875rem;
}

.split-panel_media {
    width: 100%;
    max-width: 20.625rem;
    margin-right: auto;
    margin-bottom: 4.5rem;
    margin-left: auto;
    background-color: transparent;
    background-size: contain;
}

.split-media {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 100%;
    background-color: #e5dfdf;
}

.split-media img {
    height: 346px;
}

.split-panel_heading {
    margin-bottom: 2.5rem;
    font-family: 'Knockout';
    font-weight: 500;
    text-transform: uppercase;
}

.h2-secondary {
    font-size: 1.375rem;
    letter-spacing: .375rem;
    line-height: 1;
}

.split-media-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 100%;
  background-color: #e5dfdf;
}

.split-media-responsive img {
  height: 346px !important;
}

.split-panel_description {
    max-width: 20.625rem;
    margin-right: auto;
    margin-bottom: 2.5rem;
    margin-left: auto;
    font-family: 'Portrait';
    font-weight: 500;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .0125rem;
    line-height: 1.38;
}

/* Newsletter Section */

.signup {
    padding: 3.5rem 0 0.5rem;
}

.wrapper {
    max-width: 137.5rem;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.signup_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 3.75rem;
    
}

.signup_logo {
    width: 11.25rem;
    height: 6.25rem;
    margin: auto;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center;
     margin-bottom: 2.1rem;

}

.signup_logo img {
        width: 110px;
}

.signup_form-label {
    font-size: .6875rem;
    font-family: 'Sackers Gothic Std';
    letter-spacing: .1rem;
    margin-bottom: 0.9375rem;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 900;
    letter-spacing: .125rem;
    text-transform: uppercase;
}

.signup_form-decoration-container {
    font-size: 2.25rem;
}

.signup_form-decoration-container {
   
    right: 0.5em;
    bottom: 0;
    left: 0.5em;
    overflow: hidden;
    padding: 0.7em 0 0.5em;
    background-color: #fff;
    font-size: 1.75rem;
    line-height: 1.14;
    text-align: center;
}

.h2-alt {
    font-size: 2.25rem;
    font-family: 'Portrait';
    letter-spacing: .0125rem;
    line-height: .61;
}

.signup_form-decoration {
    display: inline-block;
    border-bottom: 0.0625rem solid #0d1e33;
    color: rgba(13, 30, 51, 0);
    font-size: 1.75rem;
    font-style: italic;
    letter-spacing: .00625rem;
    line-height: 1.14;
    white-space: nowrap;
}

.signup_form-input {
    font-size: 1.75rem;
    font-family: 'Portrait-Light';
    line-height: 1.14;
    font-style: italic;
    letter-spacing: .01em;
    padding: 0.5em;
    padding-bottom: .25em;
    border: none;
    opacity: .8;
    background-color: #fff;
}

.signup_form-input:focus-visible {
    outline:none; 
}

.border-bottom-l {
    border-color:#dee2e6 !important;
}

.signup_form-input::placeholder {
    color: #dee2e6 !important;
    font-size: 2.2rem;
}

.signup_inner:after {
    content: "";
    display: block;
    border-bottom: 0.0625rem solid #0d1e33;
    height: 0.0625rem;
    max-width: 28.5rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .1;
}

.button-primary {
    border: 0.0625rem solid #359260;
    background-color: #359260;
    color: #fff;
}

.btn {
    padding: 1.75em 2.19em 1.64em;
    font-family: 'Sackers Gothic Std';
    font-size: .5625rem;
    font-weight: 900;
    letter-spacing: .125rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.button-primary:hover {
    background-color:#60D497 !important;
    border-color: #60D497 !important;
    color:white !important;
}

.contact {
    text-align: center;
    padding-bottom: 3.75rem;
    margin-bottom: 2.5rem;
    border-bottom: 0.0625rem solid rgba(13, 30, 51, .1);
}

.contact_heading {
    font-family: 'Sackers Gothic Std';
    font-size: .5625rem;
    letter-spacing: .125rem;
    margin-bottom: 1.25rem;
    font-weight: 900;
    text-transform: uppercase;
}

.contact_email, .contact_tel {
    font-family: 'Portrait';
    font-style: normal;
    border-bottom: 0.0625rem solid rgba(13, 30, 51, .2);
    -webkit-transition: border .25s ease;
    transition: border .25s ease;
    list-style: none;
}

.contact_text {
    font-size: 1rem;
    line-height: 1.38;
    list-style: none;
    padding: 0px;
    margin-bottom: 1.875rem;
}

.contact_text {
    font-size: .875rem;
    line-height: 1.43;
    font-weight: 300;
    letter-spacing: .0125rem;
    opacity: .8;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none !important;
}

.footer_nav {
    display: inline-block;
    padding: 2rem 0rem !important;
    list-style: none;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.footer_nav li a {
    border: none !important;
    color: #000 !important;;
}

.footer_nav-item {
    padding: 0 0.9375rem;
    font-size: .875rem;
    font-family: 'Portrait';
    font-weight: 300;
    letter-spacing: .012
}

.footer_inner {
    padding: 0 5rem 0.9375rem;
}

.footer_item-right {
    padding: 0rem 2rem 0rem 2rem !important;
}

.footer_icon {
    display: inline-block;
    padding: 0.4rem;
    color: #0d1e33;
    opacity: .4;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.footer_nav-item {
    display: block;
    margin-bottom: 0.625rem;
}

.footer_outer {
    margin-bottom: 2rem;
}





/* Barbershop Section Start */

.category-slide .cateogory-text {
    /* background: rgba(52, 177, 223, 0.5); */
    padding: 14px;
    /* max-width: calc(39.5rem + 28px); */
    position: relative;
    height: auto;
    top: 0;
}

.slide-caption {
    left: 0px;
    right: auto;
    /* text-align: left; */
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    /* top: 50%; */
    height: 100%;
}

.barbershop-video-banner {
    position: relative;
    padding: 0px 1.5rem !important;
}

.barbershop-video-banner video {
    width: 100%;
    display: flex;
    margin: auto;
    height: 575px;
    object-fit: cover;
    justify-content: center;
}

.hero-content a:hover {
    color:white !important;
}

audio, canvas, iframe, svg, video {
    vertical-align: middle;
}

.barbershop-video-banner .hero-content {
    position: absolute;
    top: 330px;
    color: #ffffff;
    left: 50%;
    transform: translatex(-50%);
    text-align: center;
}

.barbershop-video-banner .hero-content h1 {
    max-width: 700px;
}

.h1--secondary {
    font-size: 2.625rem;
    letter-spacing: .71875rem;
    line-height: 1.05;
    font-family: 'Knockout';
}

.barbershop-video-banner .hero-content a {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Sackers Gothic Std';
    line-height: 1.6;
}

.barbershop-video-banner .nav-wrap {
    max-width: 1600px;
    margin: 0 auto 50px;
    border-bottom: 1px solid #e6e9eb;
    padding: 20px;
}

.barbershop-video-banner nav {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    font-size: 14px;
    text-transform: uppercase;
    margin: auto;
}

.barbershop-video-banner nav a {
    font-family: 'Sackers Gothic Std';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
}

.barbershop-video-banner nav a:hover {
    text-decoration: underline !important;
}

#experiences .container-fluid {
    width:91% !important;
}

.services-panel {
    margin-bottom: 6.875rem !important;
}

a:hover {
    color: #0d1e33;
}

.services-panel-grid {
    padding-bottom: 3.75rem !important;
}

.services-panel {
    width:90%;
    justify-content: space-between;
    margin: auto;
}

.services-panel-title {
    margin-bottom: 10rem;
    font-size: 2.25rem;
    letter-spacing: .0125rem;
    font-family: 'Portrait-Light';
    
}

.services-panel-img {
    width: 335px;
}

.services-panel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 3.125rem;
}

.services-panel {
    margin-bottom: 3.875rem !important;
    margin-top: 3.875rem;
}

.mb-6 {
    margin-bottom: 3.125rem !important;
}

.item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1.25rem;
}

.para, address, p {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .0125rem;
    line-height: 1.38;
    font-family: 'Portrait-Light';
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
}

.item-currency {
    vertical-align: top;
    font-size: .875rem;
    line-height: normal;
    letter-spacing: .01313rem;
    font-family: 'Sackers Gothic Std';
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

.item-price {
    font-size: 1.5rem;
    margin-left: 0.4375rem;
    font-family: 'Sackers Gothic Std';
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-end;
}

.item-desc>p {
    margin-bottom: 2.9375rem;
}

.item-currency, .item-label, .item-action, .item-link, .item-price, .h2--sans {
    font-family: 'Sackers Gothic Std' !important;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

.item-action {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 0.125rem;
    font-size: .5625rem;
    letter-spacing: .125rem;
}

.item-action:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.1875rem;
    left: auto;
    width: 0.125rem;
    height: 100%;
    background-color: #fff;
}

.link, .para a, address a, p a {
    border-bottom: 0.0625rem solid rgba(13, 30, 51, .2);
}

.h1, .h2, .h3, .h4, .h5, .h6, .media, address, blockquote, h1, h2, h3, h4, h5, h6, legend, ol, p, pre, table, ul {
    margin-bottom: 1.875rem !important;
}

.item-desc {
    max-width: 18.75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    border-bottom: 0.0625rem solid rgba(13, 30, 51, .1);
    height: 100%;
}

.item-desc>* {
    letter-spacing: .00875rem;
}

.item-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    font-size: .6875rem;
    letter-spacing: .125rem;
    line-height: 1rem;
    font-family: 'Sackers Gothic Std';
}

.experience_quote {
    font-size:19px;
    letter-spacing: .25rem !important;
    line-height: 1.38 !important;
    font-weight: 900;
    text-transform: uppercase !important;
    font-family: 'Portrait' !important;
}

.barbershop-image-container {
    margin: auto;
}

.barbershop-image-container img {
    height: 400px;
    object-fit: cover;
}

#hair .container-fluid {
    width:91% !important;
}

#shaving .container-fluid {
    width:91% !important;
}


#face-and-hands .container-fluid {
    width:91% !important;
}



.filter-tabs {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  margin: 0px 1.5rem;
}

.filter-tabs .nav-link:focus, .filter-tabs .nav-link:hover {
  color: white !important;
}

.filter-tabs .nav-link {
  padding: 2.5rem 1.25rem !important;
  color: hsla(0, 0%, 100%, .6);
}

.services-panel-title {
    margin-bottom: 10rem !important;
    color:#252424 !important;
}

.main-cat-panel {
    width: 94%;
    justify-content: space-between;
    margin: auto;
}

.category-section {
    width:100% !important;
}

.category-panel {
    width:100%;
}


.nav-tabs .nav-link {
    margin-bottom: 0px !important;
    background: 0 0;
    border: none !important;
    border-radius: 0px !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.filter .nav-link:focus, .filter .nav-link:hover {
    color: white !important;
}

.filter .nav-link {
  padding: 2.5rem 1.25rem !important;
  color: hsla(0, 0%, 100%, .6);
}

.breadcrumbs_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: none;
    white-space: nowrap;
    margin-bottom: 0;
    padding-right: 2.5rem;
    padding-left: 0rem !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.breadcrumbs {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.breadcrumbs_link {
    padding-top: 0.0625rem;
    font-size: .7625rem;
    letter-spacing: .125rem;
    white-space: nowrap;
    line-height: 1;
    font-family: 'Sackers Gothic Std';
    font-weight: 900;
    text-transform: uppercase;
}

.breadcrumbs_link-has-arrow {
    display: inline-block;
    margin-right: 0.9375rem;
}

.nav {
     flex-wrap: nowrap !important; 
}

.grid__item {
    padding: 0px 30px;
}

.product-card {
    display: block;
    padding-top: 1.5625rem;
    text-align: center;
}

.product-card__img {
    margin-bottom: 1.875rem;
}

.product-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product-card__title {
    margin-bottom: 0.9375rem !important;
    font-size: 1rem;
    font-weight: 300;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    line-height: 1.2;
    font-family: Portrait;
    
}

.product-card__title {
    
}

.product-card__value {
    font-size: .9rem;
    margin-bottom: 0 !important;
    color: rgba(13, 30, 51, .5) !important;
    letter-spacing: .1125rem;
    line-height: 1.38;
    font-weight: 900;
    text-transform: uppercase;
}

.js-money {
    font-family: 'Sackers Gothic Std' !important;
}

.category-panel .grid__item {
    border-right: 0.0625rem solid rgba(13, 30, 51, .1) !important;
}

.category-panel .grid__item:nth-child(4) {
    border-right: 0.0625rem solid rgba(13, 30, 51, 0) !important;
}


.category-panel .grid__item .product-card:nth-child(4)
    border-right: 0px !important;
}

.product-card:hover, grid__item:hover .product-card__img img {
    -webkit-transform: scale(1.03) translateZ(0);
    transform: scale(1.03) translateZ(0);
}

.product-card__img img, .product-card__media {
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}

.fs-10 {
    font-size: .7625rem;
}

.product-card__img .media{
    background-color: white;
}

.product-card__img .media img {
    height: 330px;
}

.product-card__img {
    padding: 0 3.75rem;
}

.category-panel .grid__item_lg {
    border-left: 0.0625rem solid rgba(13, 30, 51, .1) !important;
}


@media (max-width: 579px)
.barbershop-video-banner video {
    margin-left: -30px;
}

@media (max-width: 1024px)
.barbershop-video-banner video {
    width: 100% !important;
    height: 290px;
}

/* Barbershop Section End */

.hero_content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.hero_text {
    max-width: 37.5rem;
    margin-top: 2.6875rem;
}

.hero_heading {
    margin-bottom: 1.25rem;
    font-size: 2rem;
    letter-spacing: .25rem;
    line-height: 1.36;
    font-family: 'Sackers Gothic Std';
    font-weight: 900;
    text-transform: uppercase;
}


/* Category Details Section Start */

#category-details {
    position: relative;
    margin-top: 180px;
}

.category-new {
    width: 100%;
    overflow: hidden;
    border: 1.25rem solid white;
    padding: 20px;
}

.product-panel-outer {
    
}

.product-panel-inner {
    padding: 4.25rem calc(16.66667% + 0.20833rem) 4.375rem calc(16.66667% + 0.83333rem);
    background: #e5dfdf;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-items: center; */
    height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product-panel_inner  {
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product-panel_image {
    order: 0;
}

.breadcrumbs_details {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.breadcrumbs_details {
    order: 1;
}


.breadcrumbs_list_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: none;
  white-space: nowrap;
  margin-bottom: 0;
  padding-right: 2.5rem;
  padding-left: 0rem !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.breadcrumbs_list_details {
    order: 1;
}

.breadcrumbs_link_details {
  padding-top: 0.0625rem;
  font-size: 0.562rem;
  letter-spacing: .125rem;
  white-space: nowrap;
  line-height: 1;
  font-family: 'Sackers Gothic Std';
  font-weight: 900;
  text-transform: uppercase;
}

.fs-small {
    font-size: 10px;
}

.product-panel_content {
    width: 100%;
}

.product-panel_media {
    display: flex;
    justify-content: center;
    align-items: center;
}

.collection-panel-recommend {
    margin-top: 10.75rem;
    margin-bottom: 4.875rem !important;
    font-size: .6875rem;
    text-align: center;
    letter-spacing: .1125rem;
    line-height: 1.14;
    font-family: 'Sackers Gothic Std';
    font-weight: 900;
    text-transform: uppercase;
}

.product-panel_media img {
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 37.5rem;
  height: auto;
  max-height: 25.5vh;
  min-height: 25rem;
}

.accordion {
    width: 100%;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.accordion-item {
    color: #0d1e33;
    background-color: transparent !important;
    border: 0px !important;
}

.accordion-item:not(:last-child) {
    border-bottom: thin solid rgba(13, 30, 51, .1) !important;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.accordion-button {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: left;
    padding: 1.5em 0 1.5em;
    font-size: 0.5625rem;
    letter-spacing: .125rem;
    font-family: 'Sackers Gothic Std';
    font-weight: 900;
    text-transform: uppercase;
    background-color: transparent !important;
}

.accordion-item:first-of-type .accordion-button {
     border-top-left-radius: 0px !important; 
     border-top-right-radius: 0px !important; 
}

.accordion-button:not(.collapsed) {
    color: #0d1e33;
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-button::after {
    scale:.6;
}

.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}
.accordion-header {
    margin-bottom: 0px !important;
}

.accordion-body {
    padding: 0px !important;
    max-height: 12.5rem;
    overflow: auto;
    padding-right: 4.375rem !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    scale: .6;
}

.price {
    font-size: 2rem;
}

.price_currency {
    font-size: 1.5rem;
}

.product-panel-controls {
    display: flex;
    justify-content: space-between;
}

.form_input {
    top: -0.1875rem;
    width: 3rem;
    font-family: Georgia, sans-serif;
    text-align: center;
    padding: 0.625rem 0.625rem 0.75rem 0;
    margin-right: 0.3125rem;
    margin-left: 0.375rem;
    background-color: #fff;
    color: #0d1e33;
    -webkit-transition: border .25s ease;
    transition: border .25s ease;
    border-radius: 0px !important;
    border: 0px !important;
}

.button--primary {
  border: .0625rem solid #359260;
    border-top-color: #359260;
    border-right-color: #359260;
    border-bottom-color: #359260;
    border-left-color: #359260;
  background-color: #359260;
  color: #fff;
}

.is-visually-hidden {
    position: absolute;
    overflow: hidden;
    width: 0.0625rem;
    height: 0.0625rem;
    padding: 0;
    border: 0;
    margin: -0.0625rem;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    white-space: nowrap;
}

.product-panel_title {
    margin-bottom: 3.4375rem !important;
    font-size: 2.25rem;
    letter-spacing: .0125rem;
    line-height: 1.14;
    font-family: 'Portrait-Light';
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    font-weight: 300;
}

/* Category Details Section  End*/




@media (min-width: 1270px)
    .filter__items {
        max-width: 137.5rem;
        padding: 0 3.75rem;
}

.hero__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.hero__text {
    max-width: 37.5rem;
    margin-top: 2.6875rem;
}

.h1--sans {
    font-size: 2rem;
    letter-spacing: .25rem;
    line-height: 1.36;
    font-family: 'Sackers Gothic Std';
    font-weight: 900;
    text-transform: uppercase;
}

.hero-category {
    height: 100% !important;
    top: 0 !important;
    display: flex;
    justify-content: center !important;
    flex-direction: column !important;
}

.form-select {
  background-size: 9px 24px !important;
}

@media (min-width: 769px)
.hero--small {
    height: calc(75vh - 1.25rem);
    min-height: 25rem;
    margin-bottom: 4.6875rem;
}

.hero {
    position: relative;
    height: calc(100vh - 1.25rem);
    min-height: 25rem;
    background-color: #e5dfdf;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 5.625rem;
}

.wrapper {
    max-width: 137.5rem;
    padding: 0 1.875rem;
    margin-right: auto;
    margin-left: auto;
}

.filter.filter--is-gradient:not(.filter--is-sticky) {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, .85), transparent);
}

.filter {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    margin: 0px 1.5rem
}

.filter__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    padding: 0px !important;
    margin: 0px !important;
    border-top: thin solid hsla(0, 0%, 100%, .15);
}

.filter__item.filter__item--is-active {
    color: #fff;
}

.filter__item:first-child {
    margin-left: -1.25rem;
}

.filter__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: hsla(0, 0%, 100%, .6);
    cursor: pointer;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
    font-family: 'Sackers Gothic Std';
    font-weight: 900;
    text-transform: uppercase;
}

.filter__item:first-child {
    padding-left: 3.75rem;
}

.filter__item a {
    display: inline-block;
    padding: 2.5rem 1.25rem !important;
}

.media-square {
    background-color: white !important;
}

.media-square img {
    height: 771px !important;
}

.product-card--large {
    margin-bottom: 6.25rem;
    
}

@media (min-width: 992px)
.filter__item a {
    padding: 2.5rem 1.25rem !important;
}

.h4--sans {
    font-size: .5625rem;
    letter-spacing: .125rem;
}

.category_slide {
    margin-top: 136px;
}

.category_slide img {
    width: 100%;
}

ol, ul {
    list-style: none !important;
}


/* Category Section Start */



/* Category Section End */




/* Journal Section Start */


.details_journal_main {
    background-color: #fff;
}

.masthead ul {
  margin-bottom: 2.5rem !important;
}

.masthead_text {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-family: 'Portrait';
  display: flex;
  justify-content: center
}

.masthead .filter__item {
  color: hsla(0, 0%, 100%, .6);
  cursor: pointer;
  font-size: .75rem;
  font-family: 'Knockout' !important;
  font-weight: 400;
  text-transform: uppercase;
}

.masthead .nav-tabs .nav-link {
  color: black !important;
  background-color: transparent !important;
  border-color: transparent !important;
  opacity: .6;
}

.masthead .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: black !important;
  background-color: transparent !important;
  border-color: transparent !important;
  opacity: 1;
  text-decoration: underline !important;
}

.masthead_heading {
    font-size: 3rem;
    letter-spacing: .43125rem;
    line-height: .46;
    font-family: 'Knockout';
    font-weight: 400;
    text-transform: uppercase;
}

.masthead {
  margin-right: calc(8.33333% + .10417rem);
  margin-left: calc(8.33333% + .10417rem);
  border-top: 0;
/*  border-bottom: .0625rem solid rgba(13, 30, 51, .1);*/
}

.journal-panel_left {
    padding-right: 2.5rem;
}

.journal-panel_media img {
  top: 50%;
  left: 50%;
}

.journal-card {
  position: relative;
  display: block;
  margin-bottom: 3rem;
  border-bottom: .0625rem solid rgba(13, 30, 51, .1) !important;
}

.journal_heading {
    font-size: .5625rem;
    letter-spacing: .125rem;
    font-family: 'Sackers Gothic Std';
    font-weight: 900;
    text-transform: uppercase;
}
.journal-card_info {
  padding: 0 0 1.25rem;
  margin: 0 auto;
  margin-top: 2rem !important;
}

.journal-card_date {
  font-size: .625rem;
}

.journal-card_date {
  margin-bottom: .625rem !important;
  letter-spacing: .125rem;
  line-height: 2.75;
  opacity: .8;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Portrait-Light';
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
}

.journal-card_title {
  margin-bottom: .625rem !important;
  font-size: 2.25rem;
  letter-spacing: .0125rem;
  line-height: 1.14;
  font-family: 'Portrait-Light';
}

.journal-panel_right {
  padding-left: 2.5rem;
  border-left: .0625rem solid rgba(13, 30, 51, .1);
  margin-bottom: 3rem;
}

.journal-card-small .journal-card_title {
  font-size: 1.625rem;
}

.journal-card:last-child {
  border: none !important;
  margin-bottom: 0;
}

.employee-preview__avatar {
  border-radius: 100%;
  background-position: center;
  background-color: lightgray;
  overflow: hidden;
  height: 100px;
}

.employee-preview__avatar img {
    width: 100%;
}

.book-service .button {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: visible;
  min-width: 100px;
  min-height: 2.5rem;
  padding: 1.75em 2.19em 1.64em;
  margin: 0;
  cursor: pointer;
  font-family: 'Sackers Gothic Std';
  font-size: .5625rem;
  font-weight: 900;
  letter-spacing: .125rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: border .5s ease, background .5s ease, color .5s ease;
  transition: border .5s ease, background .5s ease, color .5s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap !important;
  text-decoration: none;
  z-index: 0;
}

.panel {
  background: #fff;
  padding: 20px;
  margin-top: 10px;
/*  box-shadow: 0px 0px 4px 0px #ccc;*/
}

.user-title {
    font-size: 20px;
}

.time-duration {
    margin-top: 10px;
    margin-bottom: 13px;
    text-align: left;
    clear:both;
}

.result-services {
  padding-bottom: 1.5rem;
  border-bottom: .0625rem solid rgba(13, 30, 51, .1);
  margin-bottom: 0.5rem;
}

.service-title {
    font-family: 'Sackers Gothic Std' !important;
    color: #000;
    font-size: .7rem;
    font-weight: 300;
    letter-spacing: .125rem;
    text-transform: uppercase;
    border: 1px solid #ccc;
    padding: 4px;
    align-items: center;
    display: flex;
    flex-direction: column;
    float: left;
}

.service-time {
    margin-bottom: .89em;
    font-family: 'Sackers Gothic Std' !important;
    font-size: .7rem;
    font-weight: 300;
    letter-spacing: .125rem;
    text-transform: uppercase;
}

.service-price {
    margin-bottom: .89em;
    font-family: 'Sackers Gothic Std' !important;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .125rem;
    text-transform: uppercase;
}

.description {
    font-family: 'Portrait-Light';
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .0125rem;
    line-height: 1.38;
}

#menu-wrapper {
    padding: 10px;
    border: .0625rem solid rgba(13, 30, 51, .1);
    margin-top: 20px;
}

.result-services:last-child {
  padding-bottom: 0rem;
  border-bottom: 0px !important;
}

.load-more {
  padding: 7.5rem 0;
}


/* Journal Section End */


/* Stores Section Start */
.map-card {
  max-width: 648px;
  max-height: 753px;
  min-width: 0px;
}

.map-card {
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  top: 120px;
/*  left: 0;*/
/*  transform: translate3d(100%,-143%,0);*/
  background-color: white;
  border-radius: 0px;
  padding: 12px;
  width: 400px;
}

.map-card img {
    height: 220px;
}

.place-card {
    display: none !important;
}

.place-card-large {
    display: none !important;
}

.button--secondary {
  border: .0625rem solid #0d1e33;
  background-color: transparent;
  color: #0d1e33;
  min-width: 100px !important;
  font-size: .4rem;
  min-height: 1.5rem;
}

/* Stores Section End */



/* Standards Section Start */

.basic-content__heading {
  font-size: 3rem;
  margin: auto;
  padding-bottom: auto;
  text-align: center;
  padding-top: 10.5rem;
  color: #0d1e33;
  line-height: 1.357;
  text-align: center;
  letter-spacing: .04375rem;
  font-family: 'Portrait-Light';
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-weight: 300;
}

.basic-content__rte {
  margin: 8.5rem auto;
}

.basic-content__heading, .basic-content__rte {
  max-width: 32.5rem;
}

.basic-content__rte {
  padding-bottom: 8.5rem;
}

/* Standards Section End */


/* Offconvas Section Start */

.contact {
  min-width: 45rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.contact-footer {
  min-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  text-align: center;
  padding-bottom: 3.75rem;
  margin-bottom: 2.5rem;
  border-bottom: .0625rem solid rgba(13, 30, 51, .1);
  padding: 3.75rem 1.875rem;
}

.offcanvas-search {
  width: 30rem !important;
  right: 0;
}

.tray-wrapper-search {
  padding: 2.25rem 3rem 2.25rem;
}

.header-search__input {
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 1rem;
}

.form__input, .form__select, .form__textarea {
  width: 100%;
  font-size: 1rem;
  border: .0625rem solid transparent;
  background-color: #e5dfdf;
  color: #0d1e33;
  outline: none;
}

.lineItem {
    display: flex;
}

.search-offcanvas img {
  height: 75px;
}

.lineItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: .0625rem solid rgba(13, 30, 51, .1);
}

.lineItem__left {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-right: 5%;
}

.lineItem__center {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.lineItem__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: right;
}

.h1--sans, .h2--sans, .h3--sans, .h3--sans-alt, .h4--sans, .h4--sans-alt {
  font-family: 'Sackers Gothic Std';
  font-weight: 900;
  text-transform: uppercase;
}

.header-search__items ul li:last-child{
    border-bottom: 0px !important;
}

.header-search__popularSearches {
    display: flex;
    flex-direction: column;
}

.account__heading {
    font-size: 2.25rem;
    letter-spacing: .0125rem;
    color: #0d1e33;
    font-family: Portrait;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    font-weight: 300;
}

.account .form__input {
  margin-bottom: 1.875rem;
  background-color: #e5dfdf;
}

.account .form__input, .account .form__label {
  display: block;
  width: 100%;
}

.form__input, .form__select, .form__textarea {
  width: 100%;
  font-size: 1rem;
  padding: .625em 1.25em .5em .8125em;
  border: .0625rem solid transparent;
  background-color: #e5dfdf;
  color: #0d1e33;
  outline: none;
  font-family: Portrait;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-weight: 300;
}

.header-search__button-wrapper{
    padding-bottom:2.25rem;
}

.account__inner {
    padding-top: 3.5rem;
    padding-bottom: 6.5rem;
}

.account--split .account__left {
  position: relative;
  padding-right: 7.96875rem;
}

.account--split .account__right {
  padding-left: 7.96875rem;
  margin-top: 0;
}

.account--split .account__left::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: .0625rem;
  background-color: rgba(13, 30, 51, .1);
  content: "";
}

.form__radio-message {
  font-family: 'Sackers Gothic Std';
  font-size: .5625rem;
  font-weight: 900;
  letter-spacing: .125rem;
  text-transform: uppercase;
}

.form__radio {
  position: relative;
  padding: .625rem;
  margin: 0 .625rem;
  background-color: #fff;
}
.account .form__link {
  display: inline;
  border-bottom: .0625rem solid rgba(13, 30, 51, .3);
  margin-left: 1.25rem;
  font-family: Portrait;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-weight: 300;
}

.tray__main {
  width: 100%;
/*  height: 100vh;*/
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

button {
   background-color: transparent;
   border: 0px;
}

.modal-header .btn-close {
  font-size: 13px;
}

.tray__wrapper {
  padding: 0rem 2rem 2.5rem;
}

.tray__wrapper {
  margin: 0 auto;
}

.tray__heading {
  padding-bottom: 3.125rem;
  border-bottom: .0625rem solid rgba(13, 30, 51, .1);
  margin-bottom: 0rem !important;
  width: 100%;
}

.tray_border {
  border-bottom: .0625rem solid rgba(13, 30, 51, .1);

}

.themed-component {
      margin-bottom: 0em;
      font-family: 'Sackers Gothic Std';
      font-size: .5625rem;
      font-weight: 900;
      letter-spacing: .125rem;
      text-transform: uppercase;
      color: #359260 !important;   
}

.tray__info-text {
  font-family: Portrait, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  width: 66%;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .0125rem;
  line-height: 1.38;
}


.location-item {
    position: relative;
}

.tray {
  color: #0d1e33;
}

.location-address {
    font-family: 'Portrait-Light';
    font-size: 1rem;
    font-weight: 300;
    color: #67727f !important;
    letter-spacing: .0125rem;
    line-height: 1.38;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
}

.btn-check {
  position: absolute;
  pointer-events: none;
  top: 59px;
  color: transparent !important;
  z-index: -1;
}

.location-status {
  font-family: 'Portrait-Light';
  font-size: 1rem;
  font-weight: 300;
  color: #67727f !important;
  letter-spacing: .0125rem;
  line-height: 1.38;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
}

.btn-check:checked + .btn.btn-active-light-primary, .btn-check:active + .btn.btn-active-light-primary, .btn.btn-active-light-primary:focus:not(.btn-active), .btn.btn-active-light-primary:hover:not(.btn-active), .btn.btn-active-light-primary:active:not(.btn-active), .btn.btn-active-light-primary.active, .btn.btn-active-light-primary.show, .show > .btn.btn-active-light-primary {
  color: lightgray;
  border-color: #3537414f;
  background-color: #e5dfdf !important;
}


.btn-check:checked::after {
  content: "\f00c";
  font-size: 20px;
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  left: 0;
  position: relative;
  display: flex;
  right: 0;
  width: 100%;
  justify-content: right;
  top: -47px;
  color: #0d1e33;

}


.my-input:not(.Select):not([type="checkbox"]):not([type="radio"]) {
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  width: 100%;
}

.form__label, .form__label--legend {
  width: 100%;
  margin-bottom: 0;
}

.form__label, .form__label--legend {
  margin-bottom: .89em;
  font-family: 'Sackers Gothic Std';
  font-size: .5625rem;
  font-weight: 900;
  letter-spacing: .125rem;
  text-transform: uppercase;
}

.form_select-container {
  width: 66%;
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  font-family: 'Portrait-Light' !important;
  font-weight: 300;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  color: inherit;
  font: inherit;
  font-size: inherit;
  vertical-align: middle;
  white-space: normal;
}

.form_input, .form-select, .form_textarea {
  font-size: 1rem;
  font-family: 'Portrait-Light' !important;
  font-weight: 300;
  width:100%;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  padding: .625em 1.25em .5em .8125em !important;
  border: .0625rem solid transparent !important;
  background-color: #e5dfdf !important;
  color: #0d1e33 !important;
  outline: none;
}

.form_input:focus, .form-select:focus, .form_textarea:focus {
  border: .0625rem solid rgba(13, 30, 51, .2) !important;
  box-shadow: none !important;
}

.form_select-container::after {
  position: relative;
  top: 50%;
  right: 1em;
  width: .35em;
  height: .35em;
  border-bottom: .0625rem solid rgba(13, 30, 51, .8);
  border-left: .0625rem solid rgba(13, 30, 51, .8);
  content: "";
  pointer-events: none;
  -webkit-transform: rotate(-45deg) translateY(-50%) translateZ(0);
  transform: rotate(-45deg) translateY(-50%) translateZ(0);
}

.form__field {
  position: relative;
  display: block;
  margin-bottom: 2.5rem;
  text-align: left;
}

.tray__heading .h2, h2 {
  font-size: 2.25rem;
  letter-spacing: .0125rem;
}

.tray_journal-heading h2 {
  font-size: 2.25rem !important;
  letter-spacing: .0125rem !important;
}

.feature-panel_heading {
    font-size: 2.25rem !important;
    letter-spacing: .0125rem !important;
}

.feature-panel_description {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .0125rem;
  line-height: 1.38;
  font-family: 'Portrait-Light';
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
}


.appointment {
  min-width: 52rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  height: 100vh;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none !important;
  opacity: 1;
}

.offcanvas-header .btn-close {
  padding: 0px;
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: 0px;
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

.tray.tray-contact-info .tray_wrapper {
  padding: 1.25rem 5rem 2.5rem;
}

.offcanvas-backdrop.show {
  opacity: 1 !important;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(13, 30, 51, .75);
}

/* Offconvas Section End */



/* Tab List Start */

.filter-tab li{
    display: block;
}

/* Tab List End */



/* Media Queries */

@media (max-width: 1440px) {
#experiences .container-fluid {
    width: 100% !important;
    }
#hair .container-fluid {
    width: 100% !important;
    }
#shaving .container-fluid {
    width: 100% !important;
    }
#face-and-hands .container-fluid {
    width: 100% !important;
    }
    
    .product-card__img .media img {
        height: 214px;
    }
    
    .product-card__img {
    padding: 0 1.75rem !important;
    }

    
}

@media (max-width: 1199px) {
 
    .product-panel-inner {
    padding: 2.25rem calc(11.66667% + 0.20833rem) 2.375rem calc(11.66667% + 0.83333rem);
    background: #e5dfdf;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 620px;
    }
    
    .price {
      font-size: 1.5rem;
    }
    
    .product-panel-controls {
      width: 100%;
    }
    
    .breadcrumbs_link_details {
    font-size: 0.5rem;
    letter-spacing: .1rem;
    }

}

@media (max-width: 991px) {
 
    .product-panel-inner {
    padding: 1.5rem calc(4.66667% + 0.20833rem) 1.375rem calc(4.66667% + 0.83333rem);
    background: #e5dfdf;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 570px;
    }
    
    .product-panel_title {
      margin-bottom: 2rem !important;
    }
    
    .price {
      font-size: 1.5rem;
    }
    
    .product-panel-controls {
      width: 100%;
    }
    
    .breadcrumbs_list_details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-x: none;
    }
    
    .offcanvas.offcanvas-end {
      width: 60rem !important;
    }

}


@media (max-width: 992px) and (min-width: 300px) {

    .header_inner {

        flex-direction: column;
    }
    
    .header_logo {
        width: 11.25rem;
        height: 6.25rem;
        margin: auto;
        position: relative;
        display: inline-block;
        overflow: hidden;
        text-align: center;
    }
    .header_logo img {
    width: 90px !important;
    }
    
    .carousel {
    top: 132px !important;
    }
    
    .feature-panel {
    padding: 2rem 2rem 2rem 2rem !important;
    }
    
    .feature-panel {
      padding: 0.9rem 2rem 2rem 1rem;
    }
    
    .feature-panel_media {
    padding-bottom: 5rem !important;
    }
    
    .feature-panel_heading {
        max-width: 100% !important;
    }
    
    .feature-panel_description {
        max-width: 100% !important;
    }
    
    .product-panel {
    padding: 2rem 2rem 2rem 2rem !important;
    }
    
    .product-panel_heading {
    max-width: 100% !important;
    }
    
    .product-panel_description {
        max-width: 100% !important;
    }
    
    .feature-panel_text {
     padding-right: 0px !important;
     margin-left: 0px !important; 
    }
    
    .product-panel_text {
    padding-right: 0px !important;
    margin-left: 0px !important;
    }
    
    .split-panel {
    margin-bottom: .625rem;
    }
    
    .footer_nav {
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px !important;
    }
    
    .footer_item-right {
        justify-content: center !important;
    }
    
    .product-panel_media {
      left: 0px !important;
    }
    
    .media {
      position: static;
    }
    
    .footer_inner {
     padding: 0px !important; 
    }
    
    .footer_nav-item {
    display: block;
    text-align: center    
    }
    
    .services-panel-title {
      margin-bottom: 4rem !important;
      text-align: center;
    }
    
    .services-primary {
        text-align: center !important;
        margin-bottom: 4rem;
    }
    
    .barbershop-image-container img {
      width: 100%;
    }
    
    .services-panel-grid {
      padding-bottom: 0.7rem !important;
    }
    
    .col-span-2 {
        margin-bottom: 1rem !important;
    }
    
    .col-span-1 {
        margin-bottom: 1rem !important;
    }
    
    .services-panel {
      margin-bottom: 3.875rem !important;
      margin-top: 3.875rem;
    }
    
    .row-cols-2 {
        margin-bottom: 0px !important;
    }
    
    .item-desc {
      max-width: 100%;
    }
    
    

}

@media (min-width: 769px) {
    .services-panel-title {
        margin-bottom: 10rem;
    }
}


@media (max-width: 769px) {
    
    .category-new {
    border: 1rem solid white;
    }
    
    #category-details {
    margin-top: 100px;
    }
    
    .services-panel {
        width: 92% !important;
    }

    .barbershop-video-banner {
      padding: 0px !important;
    }
    
    .barbershop-video-banner video {
      margin: 127px auto 0;
      height: 300px;

    }
    
    .barbershop-video-banner .nav-wrap {
      overflow-x: auto;
    }
    
    .barbershop-video-banner .hero-content {
      top: 20px;
    }
    
    .h1--secondary {
      font-size: 1.625rem;
      letter-spacing: .31875rem;
      line-height: 1;
    }
    
    .barbershop-video-banner .nav-wrap a {
      min-width: 120px;
      text-align: center;
    }
    
    .header {
      right: 0px !important;
      left: 0px !important;

    }
    
    .barbershop-image-container img {
        height: 174px !important;
    }
    
    .hero_heading {
    font-size: 1.5rem;
    }
    
    .filter {
    margin: 0px !important;
    }
    
    .filter__item a {
    padding: 1.5rem 1rem !important;
    }
    
    .product-card__img {
    padding: 0 1.75rem !important;
    }
    
    .category-panel .grid__item_lg:first-child {
    border-left: 0px!important;
    }
    
    .category-panel .grid__item_lg:nth-child(2n+1) {
    border-left: 0px!important;
    }
    
    .product-panel_image {
    order: 1;
    }
    
    .breadcrumbs_details {
    order: 0;
    }
    
    .breadcrumbs_list_details {
    display: flex;
    justify-content: center;
    padding-right: 0;
    }
    
    .collection-panel-recommend {
    margin-top: 6.75rem;
    margin-bottom: 4.875rem !important;
    }
    
    .product-panel_media {
    margin-bottom: 45px !important;
    }
    
    .journal-panel_left {
        padding: 0rem !important;
    }
    
    .journal-latest {
        padding: 0px !important;
    }
    
    .journal-panel_right {
      padding: 0rem !important;
      margin: auto !important;
      border-left: none !important;
    }
    .journal-featured {
        padding: 0px !important;
    }
    
    .journal_heading {
      padding: 0px !important;
    }
    
    
    .basic-content__heading {
      font-size: 2.5rem;
      padding-top: 6.5rem;
    }

    .basic-content__rte {
      margin: 5.5rem auto;
    }

    .basic-content__rte {
      padding-bottom: 5.5rem;
    }
    
    .feature-panel_heading {
      font-size: 1.75rem !important;
      letter-spacing: .0125rem !important;
    }
    
    .feature-panel_media {
      padding-bottom: 3rem !important;
    }
    
    .cart__total .price {
      font-size: 1.25rem !important;
    }
    
    /* Modal Only */
    
    .modal-body .tray__wrapper {
      padding: 0rem 0rem 2.5rem;
    }
    
    .steps ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
    
    .steps ul li:last-child a .step-text {
    padding-bottom: 0px;
    }
    
    .form-register .steps {
      padding: 10px 0px 0px !important;
    }
    
    .form-register .content {
      padding: 0 0px !important;
    }
    
    /* Modal Only */
    
    

}

@media (max-width: 992px) and (min-width: 576px) {

    .category-panel .grid__item:nth-child(2) {
        border-right: none!important;
    }
    
    .grid__item {
        margin-bottom: 3.75rem;
    }
    
    .account--split .account__left {
      position: relative;
      padding-right: 2.96875rem;
    }

    .account--split .account__right {
      padding-left: .65rem;
      margin-top: 0;
    }
    
    .account--split .account__left::after {
      display: none;
    }
    
    .account__left {
        margin-bottom: 2.25rem;
    }
    
/* Modal Only */
    .modal-body .tray__wrapper {
      padding: 0rem 0rem 2.5rem !important;
    }
    
    .modal {
      --bs-modal-zindex: 1055;
      --bs-modal-width: 600px;
      --bs-modal-padding: 1rem;
      --bs-modal-margin: 0.5rem;
}
    
/* Modal Only */
    
}


/* Modal Only */

@media (max-width: 1199px) and (min-width:992px) {
    .modal-lg, .modal-xl {
      --bs-modal-width: 975px !important;
    }
    .employee-preview__avatar {
      height: 75px;
      width: 75px;
   }
   .description {
    font-size: 13px;
  }
}

@media (max-width: 991px) and (min-width:769px) {
    .modal-lg, .modal-xl {
      --bs-modal-width: 740px !important;
    }
    
    .modal-body .tray__wrapper {
      padding: 0rem 0rem 2.5rem !important;
    }
}

@media (max-width: 768px) and (min-width:576px)  {
    #menu-list .container, .container-sm {
      max-width: 100%;
    }
    
    .modal-body .tray__wrapper {
      padding: 0rem 0rem 2.5rem !important;
    }
}

@media (max-width: 575px) and (min-width:460px)  {
    .modal-lg, .modal-xl {
      --bs-modal-width: 460px !important;
    }
    .modal-body .tray__wrapper {
      padding: 0rem 0rem 2.5rem !important;
    }
    
    
}

@media (max-width: 459px) and (min-width:300px)  {
    .modal-lg, .modal-xl {
      --bs-modal-width: 320px !important;
    }
    .modal-body .tray__wrapper {
      padding: 0rem 0rem 2.5rem !important;
    }
}

@media (max-width: 768px) and (min-width:300px) {
    .employee-preview__avatar {
      height: 100px;
      width:100px;
    }
    .modal-body .tray__wrapper {
      padding: 0rem 0rem 2.5rem !important;
    }
    
    .result .row {
        justify-content: center;
    }
    
    .form__field {
      margin-left: 0rem !important;
    }
    
    .actions ul li {
        width:100%;
    }
}

@media (max-width: 1199px) and (min-width:992px) {
    
    .modal-body .tray__wrapper {
      padding: 0rem 0rem 2.5rem !important;
    }
}

@media (max-width: 991px) and (min-width:300px) {
    .open-times-list {
        margin-bottom: 0px !important
    }
    .medium-5 {
      padding-bottom: 1.5rem !important;
    }
    .left-col {
        margin-bottom: 10px;
    }
}





/* Modal Only */
    

@media (max-width: 768px) and (min-width: 576px) {

   .filter__item:first-child {
      padding-left: 0rem;
    }
    
    .filter-tabs .nav-link {
      padding: 1.5rem 1.25rem !important;
      color: hsla(0, 0%, 100%, .6);
    }
    
    .hero_heading {
      font-size: 1.3rem;
    }
    
    .offcanvas-search {
      width: 27rem !important;
      right: 0;
    }
    
    .tray-main {
      width: 74% !important;
      height: 100vh;
      -webkit-overflow-scrolling: touch;
      overflow-y: auto;
    }
    
    .tray-wrapper-search {
      padding: 2.25rem 2rem 2.25rem;
    }

}

@media (max-width: 400px) {
    
    .offcanvas-search {
      width: 17rem !important;
      right: 0;
    }
    
    .tray-main {
      width: 43% !important;
      height: 100vh;
      -webkit-overflow-scrolling: touch;
      overflow-y: auto;
    }
    
    .header-search__form {
        margin-bottom: 1rem !important;
    }
    
    .tray-wrapper-search {
      padding: 1.5rem 1rem 1rem;
    }
    
    .lineItem__input {
      width: 2.5rem !important;
      height: 2.25rem !important;
      font-family: Georgia, sans-serif !important;
      transition: border .25s ease;
      padding: 3px 15px 9px 0px !important;
      top: 6px;
    }
    
    .lineItem__left {
      -ms-flex: 0 0 15%;
      flex: 0 0 15%;
      padding-right: 3%;
    }
    
    .lineItem__center {
      -ms-flex: 0 0 50%;
      flex: 0 0 66%;
    }
    
    .search-offcanvas img {
      height: 45px;
    }
    
    .lineItem__title {
      font-size: 13px !important;
    }

}

@media (max-width: 575px) and (min-width: 300px) {

    .category-panel .grid__item {
        border-right: none!important;
    }
    
    .grid__item {
        margin-bottom: 3.75rem;
    }
    
    .account--split .account__left {
      position: relative;
      padding-right: 1rem;
    }

    .account--split .account__right {
      padding-left: .65rem;
      margin-top: 0;
    }
    
    .account__left {
        margin-bottom: 2.25rem;
    }

    
    .account--split .account__left::after {
      display: none;
    }
    
    .filter__item:first-child {
      padding-left: 1rem;
    }
    
    .filter-tabs .nav-link {
      padding: 1rem .75rem !important;
      color: hsla(0, 0%, 100%, .6);
    }
    
    .hero_heading {
      font-size: 1rem;
    }
     
}



@media (max-width: 542px) and (min-width: 300px) {

    .services-panel {
        width: 97% !important;
    }
    
    .header {
        width: 100%;
        padding-top:1rem;
    }
    .header_list {
        padding-left: 0rem;
    }
    
    .header_inner {
    width:90%;
        margin: auto;

    padding: 0rem !important;

    }
    
    .header-search {
      padding: 0px !important;
    }
    
    .media img {
      height: 290px;
    }
    
    .split-media-responsive img {
      height: 290px !important;
    }
    
    .feature-panel_text .h2, h2 {
      font-size: 1.75rem;
      letter-spacing: .0125rem;
    }
    
    .header_list {
      width: 110px;
    }

    .header_currency .form-select {
    width: 36px;
    }
    .header_logo img {
    width: 63px !important;
    }
    
    #right_menu {
    gap: 16px;
    margin-right: 0px;
    padding-left:  0rem !important;
    }
    
    .header_logo {
    display: flex;
    justify-content: center;
    }
    
    .header_currency .form-select {
    padding: 0px !important;
    }
    
    .split-panel {
    padding: 5.875rem 0% 5.875rem !important;
    }
    
    .product-panel_title {
    font-size: 1.75rem;
    }
    
    .basic-content__heading {
      font-size: 2.5rem;
      padding-top: 3.5rem;
    }

    .basic-content__rte {
      margin: 2.5rem auto;
    }

    .basic-content__rte {
      padding-bottom: 2.5rem;
    }
    
    .cart__footer {
      width: 61% !important;
    }
    
}

@media (max-width: 430px) {
    .services-panel-img {
      width: 100% !important;
    }
    
    .product-panel-inner .price {
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .price_currency {
    font-size: 1rem;
    }
    
    .product-panel__quantity .button {
    min-width: auto;
    min-height: 2.5rem !important;
    padding: 1em 1.19em 1em !important;
    }
    
    .cart__footer {
      width: 40% !important;
    }
    
}

.p1 {
    font-family: 'Portrait-Light';
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .0125rem;
    line-height: 1.38;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
}

/* Filters */

.header-h {
        font-size: 35px;
   color: #FFB03B;
    font-size: 46px;
    font-family: 'Satisfy', sans-serif;
    font-weight: 300;
    }
ul
{
  list-style:none;
}
.header-p {
  color:#9699a6;
  font-size:16px;
}
.section-padding{
    padding: 0px 0px;
}
.marb-35{
  margin-bottom:35px;
}
.result-services
{
  position:relative;
  
}
.result-services .menu-title
{
  float:left;
  font-family:Montserrat,arial;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#FFB03B;
  }
.result-services .menu-line
{
  position: absolute;
  bottom:6px;
  border-bottom:1px dotted rgba(0,0,0,.3);
  margin-left: .6em;
  margin-right: .6em;

}
.result-services .menu-price{
  font-weight:600;
  position:absolute;
  right:0;
  top:0;
  
}
.menu-subtitle
{
  display:block;
  float:left;
  color:#B1B1B1;
  font-family: Satisfy,'Open Sans',arial;
  font-size: 1.2rem;
}
.result-services span.clearfix{
  position:relative;
  display:block;
}

#menu-filters {
    margin-top: 1.5rem;
}
#menu-filters ul li a.active, #menu-filters ul li a:hover
{
  color: #0d1e33;
  border: none;
  background: #e5dfdf;
}
#menu-filters ul li 
{
  display:block;
  color:#fff;
  text-transform:capitalize;
  letter-spacing:1px;
  width:100%;
}
#menu-filters ul li a
{
  padding:10px 20px;
  font-size:14px;
  color:#565656;
  border-radius:0px;
  border:none;
  text-decoration:none;
  cursor:pointer;
  display: flex;
  width: 100%;
  text-align: left;
  justify-content: space-between;
  
}

#menu-filters ul li:last-child {
  margin-bottom: 1rem !important;
}

.filter-tab {
    border-bottom: .0625rem solid rgba(13, 30, 51, .1);
}

.filter-tab .filter {
    margin: 0px !important;
}

.section-title {
    font-size: 1rem;
    text-align: left;
    letter-spacing: 0.92px;
    margin-bottom: 10px !important;
}

@media (min-width: 20px) and (max-width: 450px) 
{
  .result-services
  {
    width: 100%;
  }
  .header-h
  {
    font-size: 35px;
  }
  .header-p 
  {
    font-size: 14px;
  }
  
}

.msg-row{
  margin-top:56px;
}
.media-body, .media-left, .media-right
{
  display:table-cell; 
  vertical-align: top;
  
}

.bg-1
{
  background-color: #fecc17;
  width:70px;
  height:70px;
  border-radius:50%;
  
}
.bg-14
{
   background-color: #ccdb38;
  width:70px;
  height:70px;
  border-radius:50%;
}
.dark-blue
{
  color: #31364c;
  font-size: 24px;
    margin-top: 0;
}
.light-blue {
    color: #9699a6;
    font-size: 16px;
    margin-bottom: 1px;
}
.media-body{
  margin-left:10px;
  padding-left:13px;
}
.media-2{
  margin-top:30px;
  
}
.form-group
{
  margin:8px 0 9px !important;
  padding-bottom:10px;
}
.contact-form .form-control
{
  color:#000 !important;
  font-size:16px;
  font-weight:normal;
  height:38px;
line-height: 1.42857;
  padding:7px 0;
  
}
.form-control, .form-group .form-control {
  border: 0;

   background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  
}
.contact-form {
    margin: 8px 0 9px !important;
    padding-bottom: 10px;
}
.phone-in-talk, .hour-icon
{
    font-size: 35px;
    line-height: 70px;
    color: rgb(255, 255, 255);
}

.contact-form textarea.form-control {
    color: #000 !important;
    height: auto;
}
.contacts-btn {
    background-color:  #FFB03B !important;
    color: #ffffff !important;
    width: 170px;
    height: 54px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    border: 0px;
    color: #000 !important;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}

.notifiaction-cart {
    position: relative;
    top:-13px;
    left:-6px;
    color:#359260 !important;
}


/* The Modal Select (background) */
.modal-select {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-select {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* Cart */

.cart-header::before {
  content: '';
  display: block;
  height: 100px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%) translateX(70px);
  width: 54px;
}

.cart-header::before {
  content: '';
  display: block;
  height: 100px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%) translateX(70px);
  width: 54px;
}

.cart-header {
  background: #fff;
  padding: 8px 24px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.is-consumer-app *, .no-keyboard-interaction * {
  outline: none !important;
}

.cart-variations {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 400px;
    padding: 3px 0;
  margin-bottom: 14px;
}

.vertical-line-between-children {
  padding: 0 24px;
  margin-bottom: 0px !important;
}

.cart-icon:hover > *, .cart-icon:active > * {
  pointer-events: all;
}


.cart-variations .variation-item:first-child, .cart-variations .variation-item:last-child {
  padding: 12px 0;
}

.flex-row .col-right {
  flex: 1 1 100%;
  padding-left: 6px;
}

.variation-item .col-right {
  display: flex;
  align-items: center;
}

.flex-shrink {
  flex: 0 1 0% !important;
}

.nowrap {
  white-space: nowrap;
}

.cart-icon {
  cursor: pointer;
}

.price-range .price-range-dividing-dash {
  margin: 0 5px;
}

.close-button::before, .close-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  background: currentColor;
  height: 100%;
}

.close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.variation-item .close-button {
  margin-left: 20px;
  margin-right: 1px;
}

.close-button {
  position: relative;
  transition: 300ms ease all;
  width: 1em;
  height: 1em;
  font-size: inherit;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  display: none;
}

.flex-row.center-items {
  align-items: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.variation-item {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  max-height: 100%;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 2px 5px 10px 5px;
}

.flex-row .col-left {
  flex: 1 1 100%;
  padding-right: 6px;
}

.cart-toolbar .text-3 {
    font-size: 10px !important;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.text-2, .text-1, .variation-item .left-col .variation-title, body .rwdpDayPickerContainer .rwdpDayBoxDesktop .rwdp-DayCircle strong, .rwdpDayPickerContainer .rwdpDayBoxDesktop .rwdp-DayCircle div {
  color: #333;
  font-size: 16px;
  letter-spacing: 0.24px;
  line-height: 18px;
}



/* Modal Custom for Cart */

.modal-cart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  width: 450px;
  padding: 1.3rem;
  min-height: 250px;
  position: absolute;
  z-index: 2;
  top: 20%;
  background-color: white;
  border: 1px solid #ddd;
}

.modal-cart .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-open-new {
  position: absolute;
  bottom: 150px;
}

.btn-close-cart {
  transform: translate(10px, -20px);
  padding: 0.5rem 0.7rem;
  background: transparent;
  border:0px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.hidden {
  display: none;
}


/* Date Time Slog */

@media only screen and (max-width: 639px) {
  .flex-container {
    margin-top: 30px;
  }
}
.spin-me {
  text-align: center;
  margin-top: 10px;
}

.flex-container-morning, .flex-container-afternoon {
  display: flex;
  flex-wrap: wrap;
}

.master-container-slots.fade-in {
  animation: fadein 1s;
}
.master-container-slots.fade-out {
  animation: fadeout 0.5s;
}
.master-container-slots .item {
  flex: 0 0 25%;
}
.master-container-slots .item .button {
  width: 95%;
}
@media only screen and (min-width: 640px) {
  .master-container-slots .item .button {
    margin-left: 10%;
    width: 80%;
    margin-right: 10%;
  }
}

.form-submit {
  width: 100%;
  margin-top: 50px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}



.panel.rounded-corners {
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.opentime-item:not(:last-of-type)::after {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.opentime-item::after {
  content: '';
  z-index: 0;
  width: 100%;
  position: absolute;
  padding-bottom: 13px;
}

.opentime-item:first-child {
  padding-top: 0;
}

.opentime-item:last-child {
  padding-bottom: 0;
}

.opentime-item {
  position: relative;
  margin: 0px;
  min-width: 100%;
  max-height: 100%;
  padding: 12px 0;
  padding-top: 25px;
  font-family: 'Portrait-Light';
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  text-transform: uppercase;
}

.opentime-item .normal-price {
  
  font-family: 'Sackers Gothic Std';
  font-size: .7rem;
  color: rgba(51,51,51,0.5);
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  text-transform: uppercase;
}

a.my-button, button.my-button, input[type="submit"].my-button {
  border: none;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  padding: 12px 24px;
  transition: all 180ms ease-in-out;
  white-space: nowrap;
  font-size: 9px;
}

.text-13, body .text-5, .section-title, .addons-modal.modal-wrapper .modal-container .modal-toolbar-title, .class-select-modal.modal-wrapper .modal-container .modal-toolbar-title {
  color: #333;
  font-weight: bold;
  letter-spacing: 0.92px;
  text-transform: uppercase;
}

.cart-section-title {
    font-size: 14px;
}

.first-letter-capitalize {
  text-transform: capitalize;
  display: inline-block;
}

.sidebar__content {
    height: 100%;
}

.appointment-preview-wrapper {
    padding: 24px;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    height: 96%;
}

.sidebar--dark {
    height: 100%;
}

.form-control {
  width: 100%;
  font-size: 1rem;
  padding: .625em 1.25em .5em .8125em !important;
  border: .0625rem solid transparent;
  background-color: #e5dfdf;
  color: #0d1e33;
  outline: none;
}

input::placeholder, textarea::placeholder {
  color: rgba(13, 30, 51, .5) !important;
  opacity: 1 !important;
  text-overflow: ellipsis !important;;
  -webkit-transition: opacity .25s ease !important;;
  transition: opacity .25s ease !important;;
}

.form-label {
  width: 100%;
  margin-bottom: .89em;
  font-family: 'Sackers Gothic Std';
  font-size: .5625rem;
  font-weight: 900;
  letter-spacing: .125rem;
  text-transform: uppercase;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0 !important;
}

.form-control:focus {
  color: rgba(13, 30, 51, .5) !important;
  background-color: #e5dfdf !important;
  border: .0625rem solid rgba(13, 30, 51, .2) !important;
  outline: 0;
  box-shadow: none!important;
}


.form_input, .form-select, .form_textarea {
  color: rgba(13, 30, 51, .5) !important;
  border-radius: 0px !important;
}

.facebook-button {
  background: #4267b2;
  width: 100%;
  color: #fff;
  padding: 10px;
  white-space: nowrap;
  font-weight: bold;
}

body .checkout-page h2.vertical-line {
  margin: 18px 0px 18px 0px;
}


element {

}
body .checkout-page h2.vertical-line {

    margin: 18px 0px 18px 0px;

}
h2.vertical-line {

    width: 100%;
    text-align: center;
    border-bottom: 1px solid #6f6f6f;
    line-height: 0.1em;
    margin: 25px 0 10px !important;

}

body .uppercase {
  text-transform: uppercase;
}

body .text-3, .my-input:not([type="submit"]), .Select.my-input .Select-option {
  color: #333;
  font-size: 14px;
  letter-spacing: 0.21px;
}

.appointment-preview-wrapper section.total-wrapper p {
  padding: 6px 0 !important;
  margin-bottom: 0px !important;
}

/* New CSS */



.tray-media {
  position: relative;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  background-color: #fff;
  justify-content: center;
}

.tray-media {
  margin-bottom: 4.375rem;
}

.tray-primary {
  min-width: 36rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.tray-primary {
  position: relative;
  max-width: 50rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100vw - 2.5rem);
  flex: 0 0 calc(100vw - 2.5rem);
  background-color: #fff;

  -webkit-transition: -webkit-transform .25s cubic-bezier(.77, 0, .175, 1) .05s;
  transition: -webkit-transform .25s cubic-bezier(.77, 0, .175, 1) .05s;
  transition: transform .25s cubic-bezier(.77, 0, .175, 1) .05s;
  transition: transform .25s cubic-bezier(.77, 0, .175, 1) .05s, -webkit-transform .25s cubic-bezier(.77, 0, .175, 1) .05s;
  will-change: transform;
}

.tray-wrapper {
  padding: 1.25rem 5rem 2.5rem;
}

.tray-info {
  margin-bottom: 5rem;
}

.tray-info-item:not(:last-child) {
  padding-bottom: 1.875rem;
  border-bottom: .0625rem solid rgba(13, 30, 51, .1);
  margin-bottom: 2.5rem;
}

.tray-info-text {
  font-family: 'Portrait-Light';
  display: inline-block;
  width: 66%;
  opacity: .8;
  margin-bottom: 0px !important;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .0125rem;
  line-height: 1.38;
  padding: 0px !important;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
}

.tray-info-heading {
  display: inline-block;
  width: 33%;
  margin-bottom: 0;
  vertical-align: top;
}

.tray-info-item.tray-info-featured .tray-info-heading {
  font-family: 'Portrait-Light';
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-size: 1.2rem;
  font-variant-numeric: lining-nums;
  font-weight: 300;
  letter-spacing: .00625rem;
  line-height: 1.14;
  text-transform: none;
}

.fs-sm {
    font-size: .5625rem;
    letter-spacing: .125rem;
}

.fst-sgs {
    
    font-family: Sackers Gothic Std, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
    font-weight: 900;
    text-transform: uppercase;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
}

.tray-main-search {
    width: 100%;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.tray-main {
  width: 84%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}


.offcanvas.offcanvas-end {
  width: 50rem !important;
}

.lineItem__remove {
    padding: 0.625rem 0;
    margin: -0.625rem 0;
    opacity: .4;
    cursor: pointer;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.tray_info-button {
  margin-left: 33%;
}

.lineItem__input {
  width: 3rem;
  height: 2.7rem;
  font-family: Georgia, sans-serif !important;
  text-align: center;
  color: #0d1e33;
  -webkit-transition: border .25s ease;
  transition: border .25s ease;
  padding: 6px 16px 10px 0 !important;
  position: relative;
  top: 6px;
}

.header-search__items .lineItem {
    justify-content: flex-start !important;
}

.cart__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 0.0625rem solid rgba(13, 30, 51, .1);
    margin-bottom: 1.25rem;
}

.cart__total-text {
    padding: 1.25rem 0;
    margin: 0px !important;
}


.cart__total .price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Sackers Gothic Std, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
    font-size: 1.75rem;
    line-height: 1;
    padding-top: 0.15em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0px !important;
}

.cart__button {
    display: block;
    width: 100%;
}

.cart__button--alt {
    margin-top: 0.9375rem;
    opacity: .4;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.cart__footer {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 67%;
    bottom: 0;
}

.top-menu .form-select {
    font-size: .725rem !important;
    font-family: inherit !important;
    font-weight: 300;
    width: 62px;
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    padding: 0.625em 1.25em 0.5em 0.8125em !important;
    border: 0.0625rem solid transparent !important;
    background-color: transparent!important; 
    color: #359260 !important;
    outline: none;
}

.header-cart__items .lineItem {
    justify-content: space-between!important;
}

.lineItem__value {
    font-size: .6875rem;
    line-height: 1.27;
    
}
.fab, .fa-brands {
    font-weight: 400 !important;
    color: #359260 !important;
}
.logged-out , .btn-close
{
 color: #359260 !important;   
}
input:-webkit-autofill,select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #e5dfdf inset !important;
  box-shadow: 0 0 0px 1000px #e5dfdf inset !important;
  -webkit-text-fill-color: #000 !important;
}
#datepicker .icon {
  
    background: #e5dfdf !important;
    
}
.fas, .fa-solid {
    
    font-weight: 900 !important;
    color: #359260 !important;
}