html {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}
.container-xl {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
div.logo > img { 
    width: auto;
    max-width: 100%;
    max-height: 70px;
}
.alert {
    color: red;
    display: none;
}
.actions {
    display: flex;
    gap: 40px;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.pos-center {
    text-align: center;
}
.sel {
    background-color: #97B8F2;
}
.opa {
    opacity: 0.5;
}
.dowbl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
}
.downav {
    font-size: 50px;
}
.rotates {
    rotate: 180deg;
}
.downav img{
    width: 22px;
    height: 14px;
}
.dowst {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 840px;
    min-height: 113px;
    margin-top: 16px;
    margin-bottom: 56px;
}
.dow-container {
    margin-left: 20px;
    margin-right: 20px;
    height: 113px;
    width: 80px;
    text-align: center;
    font-size: 18px;
}
.dow-circl {
    padding-top: 25px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 1px solid #C6C6C6;
    color: #8a8a8a;
}
.dow-date {
    margin-top: 6px;
    color: #000000;
    height: 27px;
    font-size: 18px;
    font-weight: 400;
}
.btime-container{
    font-size: 30px;
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1110px;
    gap: 24px;
}
.btime-sec {
    padding-top: 15px;
    border: 1px solid #C6C6C6;
    font-size: 18px;
    text-align: center;
    height: 59px;
    width: 165px;
    font-weight: 400;
}

.bready {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.gender-bl{
    display: inline-flex;
    gap: 40px;
}

.bready > h1 {
    margin-top: 10px;

}

.header-nav-item a {
    display: block;
    font-size: 16px;
    font-family: 'Poppins';
    color: #000000;
}
a.btn.btn-secondary.mk-app {
    padding: 12px 46px;
    font-size: 16px;
    font-family: 'Poppins';
    color: #000000;
    background-color: #A2BBE6;
    border: none;
    border-radius: 0;
}
.steps-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin-top: 80px;
}
div.step > h2 {
    display: flex;
    /* padding: 15px; */
    border-radius: 50%;
    border: 1px solid #97B8F2;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
div.step.current > h2 {
    background-color: #97B8F2;
    
}


.form-group input, .form-group select {
    padding: 16px 32px;
    border: 1px solid #C6C6C6;
    font-size: 16px;
    font-family: 'Poppins';
}
input[type="date"] {
    padding: 16px 32px;
    border: 1px solid #C6C6C6;
    font-size: 16px;
    font-family: 'Poppins';
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url('img/calendar-linear.svg');
}
.form-group.pers-data,  .form-group.ins-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
}
.form-group.pers-data > input {
    width: calc(100% / 3 - 24px);
    flex: calc(100% / 3 - 24px);
}
.form-container {
    width: 100%;
}
.form-group.contacts {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
}
.form-group.contacts > input {
    width: calc(100% / 2 - 12px);
    flex: calc(100% / 2 - 12px);
}
a.btn.btn-secondary.mk-app:hover {
    filter: opacity(0.7);
}
.form-group.is-new-pat, .form-group.insurance {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 40px;
    align-items: center;
}
.form-group h3 {
    width: 100%;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    margin-top: 18px;
    margin-bottom: 16px;
}
.form-group.ins-details > span, .form-group.ins-details > input {
    width: calc(50% - 12px);
    flex: calc(50% - 12px);
}
input[type="radio"] {
    display: none;
}
label.radio {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: 'Poppins';
    font-size: 16px;
    color: #000000;
}

label.radio > span {
    font-family: 'Poppins';
    font-size: 16px;
    color: #000000;
}
label.radio > span::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #97B8F2;
    border-radius: 50%;
}
input[type="radio"]:checked + label > span::before {
    background-color: #97B8F2;
    background-image: url('data:image/svg+xml;utf8,<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1L4.75 9L1 5.36364" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
}
.form-group.reason-physician {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}
.form-group.reason-physician > .select {
    width: calc(100% / 2 - 12px);
    flex: calc(100% / 2 - 12px);
    color: #8a8a8a;
    cursor: pointer;
    background-image: url('img/chevron-up.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 24px);
}
span.select.holde.open ul.select {
    display: block;
}
ul.select {
    display: none;
    position: absolute;
    list-style: none;
    padding: 0px 0px 0px 32px;
    margin: 0;
    width: 100%;
    border: 1px solid #C6C6C6;
    border-radius: 0;
    cursor: pointer;
    top: calc(100% + 10px);
    left: 0;
    background-color: white;
    color: #000000;
    max-height: 180px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 2;
}

ul.select li {
    padding: 10px 0;
    border-bottom: 1px solid #C6C6C6;
}
ul.select li:last-child {
    border-bottom: none;
}
ul.select::-webkit-scrollbar {
    width: 25px;
    
  }
  
  /* Track */
  ul.select::-webkit-scrollbar-track {
    background: #f2f2f2;
    border: 12px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
  }
  
  /* Handle */
  ul.select::-webkit-scrollbar-thumb {
   
    border: 11px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 9999px;
    background-color: #97B8F2;
  }
  
  /* Handle on hover */
  ul.select::-webkit-scrollbar-thumb:hover {
    border: 11px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 9999px;
    background-color: #97B8F2;
  }
ul.select li label {
    margin: 0;
}
span.select.holde {
    position: relative;
    padding: 16px 32px;
    border: 1px solid #C6C6C6;
    font-size: 16px;
    font-family: 'Poppins';
    color: #8a8a8a;
    cursor: pointer;
    background-image: url('img/chevron-up.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 24px);
}
div.step:first-child > h2::before {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #97B8F2;
    right: -101px;
}
div.step:last-child > h2::before {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #97B8F2;
    left: -101px;
}
.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
}
.content h1 {
    font-family: 'Poppins';
    font-size: 45px;
    font-weight: 400;
}
.loc-cards.row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
    gap: 20px;
}
.loc-card {
    border: 1px solid #97B8F2;
    
    display: grid;
    grid-template-columns: 1fr 4fr;
    vertical-align: middle;
    align-items: center;
    padding: 24px 28px;
    cursor: pointer;
}
.fake.checkbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid #97B8F2;
    border-radius: 14px;
}
.fake.checkbox.selected{
    background-color: #97B8F2;
}
.fake.checkbox.selected::before {
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1L4.75 9L1 5.36364" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    display: block;
    width: 12px;
    height: 12px;
    background-color: #97B8F2;
    border-radius: 6px;
}
.address-texts {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.address-texts p {
    margin: 0;
    font-family: 'Poppins';
    font-size: 16px;
}
.btn-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}
button.btn.btn-black {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    padding: 16px 46px;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
button.btn.btn-black:hover {
    filter: contrast(0.5);
}
.header {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    line-height: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    pointer-events: none;
    transition: transform 140ms ease-in-out
}

.header .sqs-announcement-bar-dropzone {
    position: relative;
    z-index: 3;
    pointer-events: auto
}

.header .sqs-announcement-bar-close,.header .sqs-announcement-bar-url {
    outline-offset: -2px
}

.header .header-announcement-bar-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-left: 4vw;
    padding-right: 4vw;
    pointer-events: auto
}

.header .header-announcement-bar-wrapper .header-border,.header .header-announcement-bar-wrapper .header-dropshadow,.header .header-announcement-bar-wrapper .header-background-gradient,.header .header-announcement-bar-wrapper .header-background-solid,.header .header-announcement-bar-wrapper .header-blur-background {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .header-blur-background {
        background-color:rgba(255,255,255,.5)
    }
}

body:not(.header--menu-open) .header .header-announcement-bar-wrapper [data-header-style="solid"].header-background-solid {
    background-color: var(--solidHeaderBackgroundColor)
}

body:not(.header--menu-open) .header .header-announcement-bar-wrapper [data-header-style="gradient"][data-gradient-type="faded"].header-background-gradient {
    background: linear-gradient(var(--gradientHeaderBackgroundColor), transparent)
}

.header .header-announcement-bar-wrapper .header-border {
    z-index: 1
}

.header .header-announcement-bar-wrapper .header-border[data-header-style="solid"]:not([data-header-usability-enabled="true"]) {
    border: solid var(--solidHeaderBorderColor)
}

.header .header-announcement-bar-wrapper .header-border[data-header-style="gradient"]:not([data-header-usability-enabled="true"]) {
    border: solid var(--gradientHeaderBorderColor)
}

.header .header-announcement-bar-wrapper .header-border[data-header-border="true"][data-header-usability-enabled="true"] {
    border: solid var(--headerBorderColor)
}

.header--menu-open .header .header-announcement-bar-wrapper .header-border {
    visibility: hidden
}

.header .header-announcement-bar-wrapper .header-dropshadow[data-header-style="solid"]:not([data-header-usability-enabled="true"]) {
    color: var(--solidHeaderDropShadowColor);
    opacity: .15
}

.header .header-announcement-bar-wrapper .header-dropshadow[data-header-style="gradient"]:not([data-header-usability-enabled="true"]) {
    color: var(--gradientHeaderDropShadowColor);
    opacity: .15
}

.header .header-announcement-bar-wrapper .header-dropshadow[data-header-dropshadow="true"][data-header-usability-enabled="true"] {
    color: var(--headerDropShadowColor);
    opacity: .15
}

.header--menu-open .header .header-announcement-bar-wrapper .header-dropshadow {
    visibility: hidden
}

.header--menu-open .header .header-announcement-bar-wrapper .header-blur-background {
    visibility: hidden
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px ) {
    .header .header-announcement-bar-wrapper {
        padding:6vw
    }
}

.tweak-fixed-header:not(.sqs-edit-mode-active):not(.sqs-site-styles-active) .header {
    position: fixed
}

.tweak-fixed-header:not(.sqs-edit-mode-active):not(.sqs-site-styles-active) .header.shrink .header-announcement-bar-wrapper {
    padding-top: 1.8vw;
    padding-bottom: 1.8vw
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px ) {
    .tweak-fixed-header:not(.sqs-edit-mode-active):not(.sqs-site-styles-active) .header.shrink .header-announcement-bar-wrapper {
        padding-top:2vmax;
        padding-bottom: 2vmax
    }
}

body.tweak-transparent-header .header:not(.shrink):not(.transparent-header-theme--override) {
    transition: background 300ms ease-in-out 0s,padding 140ms ease-in-out,transform 140ms ease-in-out 140ms;
    background-color: transparent !important
}

.header .tweak-transparent-header .sections .page-section:first-child.background-width--full-bleed.has-background .section-background:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .05
}

.tweak-fixed-header .header {
    transition: background 140ms ease-in-out 140ms,transform 140ms ease-in-out
}

.tweak-fixed-header .header .header-announcement-bar-wrapper {
    transition: padding 140ms ease-in-out
}

.header .header-nav-wrapper a,.header .language-item a {
    text-decoration: none;
    backface-visibility: hidden;
    padding: .1em 0
}

.header .Cart-inner {
    position: relative;
    display: flex
}

.header .header-skip-link {
    position: absolute;
    padding: 1em 1.5em;
    box-sizing: border-box;
    text-decoration: underline;
    z-index: 2;
    max-width: calc(100vw - 2.6em);
    top: 1.5em;
    left: -1000em
}

.header .header-skip-link:focus {
    left: 1.3em
}

.header-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    height: inherit
}

.header-width-inset .header-inner {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto
}

.header-background,.header-background::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 400ms cubic-bezier(.4,0,.2,1);
    will-change: opacity
}

.header-background::after {
    content: '';
    opacity: 0
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px ) {
    .header-background::after {
        box-shadow:0 0 10px rgba(0,0,0,.15);
        opacity: 0;
        transform: matrix(1,0,0,1,0,0)
    }
}

.header--background .header-background::after {
    opacity: 1;
    transform: matrix(1,0,0,1,0,0)
}

.header-display {
    position: relative;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center
}

.header-display-mobile {
    display: none;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px ) {
    .header-display-mobile {
        display:flex
    }
}

.header-display-mobile .showOnDesktop {
    display: flex
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px ) {
    .header-display-mobile .showOnDesktop {
        display:none
    }
}

.header-display-desktop {
    position: relative;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px ) {
    .header-display-desktop {
        display:none
    }
}

.header-display-desktop .showOnMobile {
    display: none
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px ) {
    .header-display-desktop .showOnMobile {
        display:flex
    }
}

.header-title-nav-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex: 1 0 67%;
    align-items: center
}

.header-title {
    flex-grow: 0;
    flex-shrink: 0;
    backface-visibility: hidden
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px ) {
    .header-title {
        flex-grow:1
    }
}

.header-title-logo {
    width: auto;
    font-size: 0
}

.header-title-logo a {
    display: inline-block;
    max-width: 100%;
    max-height: 70px
}

.header-title-logo img {
    width: auto;
    max-width: 100%;
    max-height: 70px
}

@media screen and (max-width: 767px ) {
    .header-title-logo a {
        max-height:40px
    }

    .header-title-logo img {
        max-height: 40px
    }
}

.header-title-text {
    margin: 0
}

.header-title-text a {
    opacity: 1
}

.header-title .header-mobile-logo {
    display: none
}

.header-burger {
    display: none;
    align-items: center;
    justify-content: center
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px ) {
    .header-burger {
        display:flex
    }
}

.header-nav {
    flex-grow: 1;
    flex-shrink: 1
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px ) {
    .header-nav {
        display:none
    }
}

.header-nav-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
}

.header-nav-list>div {
    white-space: nowrap
}

.header-nav .header-nav-item--folder {
    position: relative
}

.header-nav .header-nav-item--folder .header-nav-folder-content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: auto;
    left: -1em;
    padding: .5em 1em;
    text-align: left;
    min-width: 200px;
    z-index: 10
}

.header-nav .header-nav-item--folder .header-nav-folder-content .header-nav-folder-item {
    line-height: 1.3
}

.header-nav .header-nav-item--folder:hover .header-nav-folder-content,.header-nav .header-nav-item--folder .header-nav-folder-content.focus-within {
    opacity: 1;
    pointer-events: auto
}

.header-nav .header-nav-item--folder .header-nav-folder-content:focus-within {
    opacity: 1;
    pointer-events: auto
}

.header-nav-item a {
    display: block
}

.header .header-layout-nav-right .header-nav .header-nav-item--folder .header-nav-folder-content {
    left: auto;
    right: -1em;
    text-align: right
}

.header .language-picker .icon {
    line-height: 0;
    flex-shrink: 0
}

.header .language-picker .current-language {
    display: flex;
    align-items: center
}

.header .language-picker .current-language-name {
    margin-right: 8px
}

.header .language-picker img:not([src]) {
    visibility: hidden
}

.header .language-picker-content a {
    display: flex;
    align-items: center
}

.header .language-picker-mobile .icon,.header #multilingual-language-picker-mobile .icon,.header .language-picker-mobile .flag,.header #multilingual-language-picker-mobile .flag {
    margin: 0 16px 0 8px;
    display: inline-block
}

.header .language-picker-mobile .chevron {
    margin-top: 2px
}

.header-actions {
    flex-grow: 0;
    flex-shrink: 1;
    display: inline-flex;
    align-items: center
}

.header-actions .header-actions-action--cta {
    white-space: nowrap
}

.header-actions .header-actions-action--social {
    display: flex
}

.header-actions .language-picker-desktop {
    margin: 0 0 0 3.5vw;
    position: relative
}

.header-actions .language-picker-desktop .icon,.header-actions .language-picker-desktop .flag {
    margin-right: 8px
}

.header-actions .language-picker-desktop .icon {
    width: 20px;
    height: 20px
}

.header-actions .language-picker-desktop .flag {
    width: 20px;
    height: 20px
}

.header-actions .language-picker-desktop .chevron {
    margin-left: 2px;
    margin-bottom: 1px
}

.header-actions .language-picker-desktop .current-language {
    padding: .1em 0;
    cursor: pointer
}

.header-actions .language-picker-desktop .language-picker-content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: auto;
    left: -1em;
    padding: .5em 1em;
    text-align: left;
    min-width: 200px;
    z-index: 10;
    min-width: 110px
}

.header-actions .language-picker-desktop .language-picker-content .language-item {
    line-height: 1.3
}

.header-actions .language-picker-desktop .language-picker-content .language-item .flag {
    margin-top: 3px;
    margin-bottom: 3px
}

.header-actions .language-picker-desktop .language-picker-content .language-item a * {
    pointer-events: none
}

.header-actions .language-picker-desktop:hover .language-picker-content,.header-actions .language-picker-desktop .language-picker-content.focus-within {
    opacity: 1;
    pointer-events: auto
}

.header-actions .language-picker-desktop .language-picker-content:focus-within {
    opacity: 1;
    pointer-events: auto
}

.header-actions--right {
    justify-content: flex-end
}

.header-actions--right .header-actions-action {
    margin: 0 0 0 3.5vw
}

@media screen and (max-width: 767px ) {
    .header-actions--right .header-actions-action--cart {
        margin:0
    }
}

.header-actions--right .customerAccountLoginDesktop {
    margin: 0 0 0 3.5vw
}

.header-actions--right .header-actions-action--social {
    margin: 0
}

.header-actions--right .header-actions-action--social .icon {
    width: 20px;
    height: 20px
}

.header-actions--right .header-actions-action--social .icon:not(:first-child) {
    margin-left: 1.3vw
}

.header-actions--right .header-actions-action--social .icon:not(:first-child).header-icon:not(.header-icon-border-shape-none) {
    margin-left: max(.5vw,calc(1.3vw - 10px))
}

.header-actions--right .header-actions-action--social .icon:first-child {
    margin-left: 3.5vw
}

.header-actions--right .language-picker-desktop .language-picker-content {
    left: auto;
    right: -1em
}

.header-layout .header-nav-list {
    flex-wrap: wrap
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px ) {
    .header-layout-nav-right .header-title {
        flex-grow:1
    }
}

.header-layout-nav-right .header-nav {
    text-align: right;
    margin-left: auto;
    padding-left: 3.5vw
}

.header-layout-nav-right .header-nav-list {
    justify-content: flex-end
}

.header-layout-nav-right .header-nav-item:not(:first-child):not(.header-actions-action--cart) {
    margin-left: 1.3vw
}

.header-layout-nav-right .header-actions {
    margin-right: 0
}

.header-layout-nav-left .header-title {
    margin-right: 3.5vw
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px ) {
    .header-layout-nav-left .header-title {
        flex-grow:1
    }
}

.header-layout-nav-left .header-nav {
    margin-right: auto
}

.header-layout-nav-left .header-nav-item:not(:last-child) {
    margin-right: 1.3vw
}

.header-layout-nav-center .header-title {
    width: 33%;
    flex: 1 1 33%
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px ) {
    .header-layout-nav-center .header-title {
        min-width:0;
        flex-grow: 1
    }
}

.header-layout-nav-center .header-nav {
    width: 34%;
    text-align: center;
    flex: 1 1 34%
}

.header-layout-nav-center .header-nav-list {
    justify-content: center
}

.header-layout-nav-center .header-nav .header-nav-item {
    margin-left: .65vw;
    margin-right: .65vw
}

.header-layout-nav-center .header-actions {
    width: 33%
}

@media screen and (min-width: 768px ) {
    .header-layout-branding-center .header-display {
        flex-wrap:wrap
    }
}

.header-layout-branding-center .header-title {
    width: 34%;
    text-align: center;
    flex: 1 1 34%
}

.header-layout-branding-center .header-nav {
    width: 33%;
    flex: 1 1 33%
}

.header-layout-branding-center .header-nav .header-nav-item:not(:last-child) {
    margin-right: 1.3vw
}

.header-layout-branding-center .header-actions {
    width: 33%
}

@media screen and (min-width: 768px ) {
    .header-layout-branding-center-nav-center .header-display {
        flex-wrap:wrap
    }
}

.header-layout-branding-center-nav-center .header-title-nav-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 0 0 50%;
    justify-content: center;
    align-content: center;
    margin-left: auto
}

.header-layout-branding-center-nav-center .header-title-nav-wrapper .header-title {
    text-align: center;
    flex: 0 0 100%
}

.header-layout-branding-center-nav-center .header-title-nav-wrapper .header-nav {
    text-align: center;
    flex: 0 0 100%;
    margin: 3.5vw 0 0
}

.header-layout-branding-center-nav-center .header-title-nav-wrapper .header-nav .header-nav-list {
    justify-content: center
}

.header-layout-branding-center-nav-center .header-title-nav-wrapper .header-nav .header-nav-item {
    margin-left: .65vw;
    margin-right: .65vw
}

.header-layout-branding-center-nav-center .header-actions--left {
    flex: 0 1 25%;
    max-width: 25%;
    justify-content: flex-start;
    align-content: center
}

.header-layout-branding-center-nav-center .header-actions--left .header-actions-action--social {
    margin: 0
}

.header-layout-branding-center-nav-center .header-actions--left .header-actions-action--social .icon {
    width: 20px;
    height: 20px
}

.header-layout-branding-center-nav-center .header-actions--left .header-actions-action--social .icon:not(:last-child) {
    margin-right: 1.3vw
}

.header-layout-branding-center-nav-center .header-actions--left .header-actions-action--social .icon:last-child {
    margin-right: 3.5vw
}

.header-layout-branding-center-nav-center .header-actions--right {
    flex: 0 1 25%;
    max-width: 25%
}

.header-layout-hamburger-left .header-display-desktop .header-burger,.header-layout-hamburger-center .header-display-desktop .header-burger,.header-layout-hamburger-right .header-display-desktop .header-burger,.header-layout-hamburger-cta-right .header-display-desktop .header-burger {
    display: flex
}

.header-layout-hamburger-left .header-display-desktop .header-nav,.header-layout-hamburger-center .header-display-desktop .header-nav,.header-layout-hamburger-right .header-display-desktop .header-nav,.header-layout-hamburger-cta-right .header-display-desktop .header-nav,.header-layout-hamburger-left .header-display-desktop .user-accounts-link,.header-layout-hamburger-center .header-display-desktop .user-accounts-link,.header-layout-hamburger-right .header-display-desktop .user-accounts-link,.header-layout-hamburger-cta-right .header-display-desktop .user-accounts-link,.header-layout-hamburger-left .header-display-desktop .header-actions-action--social,.header-layout-hamburger-center .header-display-desktop .header-actions-action--social,.header-layout-hamburger-right .header-display-desktop .header-actions-action--social,.header-layout-hamburger-cta-right .header-display-desktop .header-actions-action--social,.header-layout-hamburger-left .header-display-desktop .header-actions-action--cta,.header-layout-hamburger-center .header-display-desktop .header-actions-action--cta,.header-layout-hamburger-right .header-display-desktop .header-actions-action--cta,.header-layout-hamburger-cta-right .header-display-desktop .header-actions-action--cta,.header-layout-hamburger-left .header-display-desktop .showOnDesktop,.header-layout-hamburger-center .header-display-desktop .showOnDesktop,.header-layout-hamburger-right .header-display-desktop .showOnDesktop,.header-layout-hamburger-cta-right .header-display-desktop .showOnDesktop {
    display: none
}

.header-layout-hamburger-left.desktop-promote-button .header-display-desktop .header-actions-action--cta,.header-layout-hamburger-center.desktop-promote-button .header-display-desktop .header-actions-action--cta,.header-layout-hamburger-right.desktop-promote-button .header-display-desktop .header-actions-action--cta,.header-layout-hamburger-cta-right.desktop-promote-button .header-display-desktop .header-actions-action--cta {
    display: block
}

.header-layout-hamburger-left.desktop-promote-cart .header-display-desktop .showOnDesktop,.header-layout-hamburger-center.desktop-promote-cart .header-display-desktop .showOnDesktop,.header-layout-hamburger-right.desktop-promote-cart .header-display-desktop .showOnDesktop,.header-layout-hamburger-cta-right.desktop-promote-cart .header-display-desktop .showOnDesktop {
    display: block
}

.header-layout-hamburger-left.desktop-promote-login .header-display-desktop .user-accounts-link,.header-layout-hamburger-center.desktop-promote-login .header-display-desktop .user-accounts-link,.header-layout-hamburger-right.desktop-promote-login .header-display-desktop .user-accounts-link,.header-layout-hamburger-cta-right.desktop-promote-login .header-display-desktop .user-accounts-link {
    display: block
}

.header-layout-hamburger-left.desktop-promote-social .header-display-desktop .header-actions-action--social,.header-layout-hamburger-center.desktop-promote-social .header-display-desktop .header-actions-action--social,.header-layout-hamburger-right.desktop-promote-social .header-display-desktop .header-actions-action--social,.header-layout-hamburger-cta-right.desktop-promote-social .header-display-desktop .header-actions-action--social {
    display: flex
}

.header-layout-hamburger-left .header-display-desktop .header-title-nav-wrapper {
    flex: 0 1 auto
}

.header-layout-hamburger-left .header-display-desktop .header-burger {
    flex: 1 1 0;
    justify-content: flex-start
}

.header-layout-hamburger-left .header-display-desktop .header-actions {
    flex: 1 1 0
}

.header-layout-hamburger-center .header-display-desktop .header-title-nav-wrapper {
    flex: 1 1 0
}

.header-layout-hamburger-center .header-display-desktop .header-burger {
    flex: 0 1 auto
}

.header-layout-hamburger-center .header-display-desktop .header-actions {
    flex: 1 1 0
}

.header-layout-hamburger-right .header-display-desktop .header-title-nav-wrapper {
    flex: 0 1 auto
}

.header-layout-hamburger-right .header-display-desktop .header-burger {
    flex: 1 1 0;
    justify-content: flex-end
}

.header-layout-hamburger-right .header-display-desktop .header-actions {
    flex: 1 1 0;
    flex-direction: row-reverse;
    justify-content: flex-end
}

.header-layout-hamburger-right .header-display-desktop .header-actions .header-actions-action--cta {
    margin-left: 0px
}

.header-layout-hamburger-cta-right .header-display-desktop .header-title-nav-wrapper {
    flex: 1 0 auto
}

.header-layout-hamburger-cta-right .header-display-desktop .header-burger {
    flex: 0 1 auto;
    justify-content: flex-end
}

.header-layout-hamburger-cta-right .header-display-desktop .header-actions {
    flex: 0 1 auto;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-right: 3.5vw
}

.header-layout-hamburger-cta-right .header-display-desktop .header-actions .header-actions-action--cta {
    margin-left: 0px
}

.header .cart-text-link {
    white-space: nowrap
}

.header .cart-quantity-zero:not(.show-empty-cart-state) .cart-quantity-container,.header .cart-quantity-zero:not(.show-empty-cart-state) .icon-cart-quantity {
    display: none
}

.header-actions-action,.header-menu-actions-action {
    text-align: center;
    line-height: 1
}

.header-actions-action .sqs-custom-cart,.header-menu-actions-action .sqs-custom-cart {
    display: block
}

.header-actions-action .icon-cart-quantity:not(.legacy-cart),.header-menu-actions-action .icon-cart-quantity:not(.legacy-cart) {
    padding-left: calc(3px + 25px / 15)
}

.header-actions-action .cart-style-icon .icon-cart-quantity:not(.legacy-cart),.header-menu-actions-action .cart-style-icon .icon-cart-quantity:not(.legacy-cart) {
    line-height: 25px
}

.header-actions-action .header-icon:not(.header-icon-border-shape-none),.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none) {
    padding: 10px
}

.header-actions-action .header-icon:not(.header-icon-border-shape-none).sqs-custom-cart,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).sqs-custom-cart {
    padding: 10px 12px
}

.header-actions-action .header-icon:not(.header-icon-border-shape-none).sqs-custom-cart.header-icon-border-shape-circle,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).sqs-custom-cart.header-icon-border-shape-circle {
    padding: 10px 14px
}

.header-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-shape-circle,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-shape-circle {
    border-radius: 3em
}

.header-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-shape-rounded,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-shape-rounded {
    border-radius: .4em
}

.header-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-outline,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-outline {
    transition: .1s background-color linear,.1s color linear,.1s box-shadow linear
}

.header-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid {
    transition: .1s opacity linear
}

.header-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid:hover,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid:hover {
    opacity: .8
}

.header-actions-action .header-icon:not(.header-icon-border-shape-none) .mobile-cart-parenthesis,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none) .mobile-cart-parenthesis {
    display: none
}

.header-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-icon.cart-quantity-zero:not(.show-empty-cart-state),.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-icon.cart-quantity-zero:not(.show-empty-cart-state) {
    padding: 10px
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px ) {
    .header-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-icon .icon,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-icon .icon {
        max-height:25px;
        max-width: 25px
    }

    .header-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-icon .icon-cart-quantity:not(.legacy-cart),.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-icon .icon-cart-quantity:not(.legacy-cart) {
        font-size: 12px;
        padding-left: .2em;
        line-height: 25px
    }
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px ) {
    .header-actions-action .header-icon:not(.header-icon-border-shape-none).sqs-custom-cart,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).sqs-custom-cart,.header-actions-action .header-icon:not(.header-icon-border-shape-none).sqs-custom-cart.header-icon-border-shape-circle,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).sqs-custom-cart.header-icon-border-shape-circle {
        line-height:25px;
        padding: 8px 10px;
        min-width: 25px
    }

    .header-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-icon.cart-quantity-zero:not(.show-empty-cart-state),.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-icon.cart-quantity-zero:not(.show-empty-cart-state),.header-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-text,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-text {
        padding: 8px !important
    }
}

.header-actions-action .icon,.header-menu-actions-action .icon {
    flex-shrink: 0;
    height: 25px;
    width: 25px
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px ) {
    .header .header-burger {
        margin-right:0;
        align-items: flex-end;
        justify-content: flex-end;
        flex: 0 0 50px;
        width: 50px
    }

    .header .header-burger.no-nav-links.no-actions {
        display: none
    }

    .header .header-actions--left {
        display: none
    }

    .header .header-title-nav-wrapper {
        flex: 1 0 calc(100% - 50px)
    }

    .header .header-title-nav-wrapper .header-title {
        margin-right: 0;
        flex: 1 0 100%;
        text-align: left
    }

    .header .header-title-nav-wrapper .header-nav {
        display: none
    }

    .header .header-actions,.header .header-actions-action--social,.header .header-actions-action--cta {
        display: none
    }

    .header .header-layout--with-commerce .header-burger,.header .header-layout--with-user-accounts .header-burger,.header .header-layout--with-button .header-burger {
        margin-left: 0;
        margin-right: 0;
        flex: 0 0 75px;
        align-items: flex-start;
        justify-content: flex-start
    }

    .header .header-layout--with-commerce .header-title-nav-wrapper,.header .header-layout--with-user-accounts .header-title-nav-wrapper,.header .header-layout--with-button .header-title-nav-wrapper {
        flex: 1 0 calc(100% - 75px * 2 - 3.5vw)
    }

    .header .header-layout--with-commerce .header-title-nav-wrapper .header-title,.header .header-layout--with-user-accounts .header-title-nav-wrapper .header-title,.header .header-layout--with-button .header-title-nav-wrapper .header-title {
        margin-right: 0;
        flex: 1 0 100%;
        text-align: center
    }

    .header .header-layout--with-commerce .header-actions,.header .header-layout--with-user-accounts .header-actions,.header .header-layout--with-button .header-actions {
        display: inline-flex;
        flex: 0 0 75px
    }

    .header .header-layout--with-commerce .header-actions--left,.header .header-layout--with-user-accounts .header-actions--left,.header .header-layout--with-button .header-actions--left {
        display: none
    }

    .header .header-display-mobile.with-button .header-title-nav-wrapper {
        flex: 1 1 80%
    }

    .header .header-display-mobile.with-button .header-actions {
        flex: 1 0 100px
    }

    .header .header-display-mobile .header-burger.no-nav-links.no-actions {
        display: none
    }

    .header .header-mobile-layout-logo-left-nav-right .header-display-mobile .header-burger {
        justify-content: flex-end;
        flex: 0 0 50px
    }

    .header .header-mobile-layout-logo-left-nav-right .header-display-mobile .header-actions {
        justify-content: center
    }

    .header .header-mobile-layout-logo-left-nav-right .header-display-mobile .header-title {
        text-align: left
    }

    .header .header-mobile-layout-logo-center-nav-right .header-display-mobile .header-burger {
        justify-content: flex-end
    }

    .header .header-mobile-layout-logo-center-nav-right .header-display-mobile .header-actions {
        justify-content: flex-start
    }

    .header .header-mobile-layout-logo-center-nav-right .header-display-mobile .header-title {
        text-align: center
    }

    .header .header-mobile-layout-logo-center-nav-right .header-display-mobile .header-title .header-title-text,.header .header-mobile-layout-logo-center-nav-right .header-display-mobile .header-title .header-title-logo,.header .header-mobile-layout-logo-center-nav-right .header-display-mobile .header-title .header-mobile-logo {
        padding-left: 50px
    }

    .header .header-mobile-layout-logo-right-nav-right .header-display-mobile .header-burger {
        justify-content: flex-end;
        flex: 0 0 50px
    }

    .header .header-mobile-layout-logo-right-nav-right .header-display-mobile .header-actions {
        justify-content: flex-start
    }

    .header .header-mobile-layout-logo-right-nav-right .header-display-mobile .header-title {
        text-align: right;
        padding-right: 10px;
        flex: 1 0 calc(100% - 50px)
    }

    .header .header-mobile-layout-logo-center-nav-left .header-display-mobile .header-burger {
        justify-content: flex-start
    }

    .header .header-mobile-layout-logo-center-nav-left .header-display-mobile .header-actions {
        justify-content: flex-end
    }

    .header .header-mobile-layout-logo-center-nav-left .header-display-mobile .header-title {
        text-align: center
    }

    .header .header-mobile-layout-logo-center-nav-left .header-display-mobile .header-title .header-title-text,.header .header-mobile-layout-logo-center-nav-left .header-display-mobile .header-title .header-title-logo,.header .header-mobile-layout-logo-center-nav-left .header-display-mobile .header-title .header-mobile-logo {
        padding-right: 50px
    }

    .header .header-mobile-layout-logo-right-nav-left .header-display-mobile .header-burger {
        flex: 0 0 50px;
        justify-content: flex-start
    }

    .header .header-mobile-layout-logo-right-nav-left .header-display-mobile .header-actions {
        justify-content: center
    }

    .header .header-mobile-layout-logo-right-nav-left .header-display-mobile .header-title {
        text-align: right
    }

    .header .header-layout--with-commerce.header-mobile-layout-logo-center-nav-left .header-display-mobile .header-title .header-title-text,.header .header-layout--with-commerce.header-mobile-layout-logo-center-nav-right .header-display-mobile .header-title .header-title-text,.header .header-layout--with-commerce.header-mobile-layout-logo-center-nav-left .header-display-mobile .header-title .header-title-logo,.header .header-layout--with-commerce.header-mobile-layout-logo-center-nav-right .header-display-mobile .header-title .header-title-logo,.header .header-layout--with-commerce.header-mobile-layout-logo-center-nav-left .header-display-mobile .header-title .header-mobile-logo,.header .header-layout--with-commerce.header-mobile-layout-logo-center-nav-right .header-display-mobile .header-title .header-mobile-logo {
        padding: 0px
    }

    .header .customerAccountLoginDesktop {
        display: none
    }

    .header .language-picker-desktop {
        display: none
    }

    .header .header-title--use-mobile-logo .header-title-logo {
        display: none
    }

    .header .header-title--use-mobile-logo .header-mobile-logo {
        display: block
    }

    .header .header-title--use-mobile-logo .header-mobile-logo a {
        display: inline-block;
        max-height: 40px
    }

    .header .header-title--use-mobile-logo .header-mobile-logo img {
        max-height: 40px
    }
}

@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px ) and only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px ) {
    .header .header-title--use-mobile-logo .header-title-text {
        display:none
    }
}

.header[data-first-focusable-element]:focus {
    outline: none
}