/* ACCOR Styles */
:root {
    --bg-main: #050033;
    --bg-grey: #ededed;
    --bg-highlight: #b88d5b;
    --text-promo: #fff;
    --text-main: #050033;
    --text-title: #050033;
    --font-title: "Unna", Times New Roman, serif;
    --font-text:  "Montserrat", sans-serif;
    --text-btn: #fff;
    --bg-btn: #050033;
}

/* NOVOTEL STYLES */
.page-wrapper.Novotel,
#aspnetForm.Novotel,
#aspnetForm[action*="Novotel"] {
    --bg-main: #1e22aa;
    --bg-grey: #f2f0e2;
    --bg-highlight: #fff;
    --text-promo: #fff; // SAME AS ACCOR
    --text-main: #666;
    --text-title: #1e22aa;
    --font-title: "Montserrat", sans-serif;
    --font-text: "Roboto", sans-serif;
    --text-btn: #fff;
    --bg-btn: #1e22aa;
}

/* IBIS STYLES
.page-wrapper.Ibis,
#aspnetForm.Ibis,
#aspnetForm[action*="Ibis"] {
    --bg-main: #fff;
    --bg-grey: #eaedf5;
    --bg-highlight: #000;
    --text-promo: #000;
    --text-main: #000;
    --text-title: #da300a;
    --font-title: Arial, sans-serif;
    --font-text: Arial, sans-serif;
    --text-btn: #fff;
    --bg-btn: #da300a;
} */

/* MERCURE STYLES */
.page-wrapper.Mercure,
#aspnetForm.Mercure,
#aspnetForm[action*="Mercure"] {
    --bg-main: #fff;
    --bg-grey: #f6f1fc;
    --bg-highlight: #111010;
    --text-promo: #111010;
    --text-main: #111010;
    --text-title: #111010;
    --font-title: "Montserrat", sans-serif;
    --font-title: "Spectral", sans-serif;
    --text-btn: #fff;
    --bg-btn: #111010;
}

/* MAMA SHELTER STYLES
.page-wrapper.Mama,
#aspnetForm.Mama,
#aspnetForm[action*="Mama"] {
    --bg-main: #fec6df;
    --bg-grey: #f1f1f1;
    --bg-highlight: #fff;
    --text-promo: #291f1d;
    --text-main: #291f1d;
    --text-title: #291f1d;
    --font-title: "GTWalsheimPro", sans-serif;
    --font-text: "GTWalsheimPro", sans-serif;
    --text-btn: #fff;
    --bg-btn: #291f1d;
} */

/* SOFITEL STYLES
.page-wrapper.Sofitel,
#aspnetForm.Sofitel,
#aspnetForm[action*="Sofitel"] {
    --bg-main: #916f41;
    --bg-grey: #ededed;
    --bg-highlight: #fff;
    --text-promo: #fff; // SAME AS ACCOR
    --text-main: #291f1d;
    --text-title: #291f1d;
    --font-title: "Romie Regular", sans-serif;
    --font-text: "GT Light LV Standard Thin", sans-serif;
    --text-btn: #fff;
    --bg-btn: #916f41;
} */

.logo-top {
    max-height: 40px;
    min-width: 160px;
    width: auto;
}

.container {
    position: relative;
}

.footer-logo {
    margin: 30px auto 30px;
    width: 230px;
}

/*.logo-top--ibis,*/
/*.footer-logo--ibis,*/
/*.Ibis .footer-logo--main,*/
/*.Ibis .logo-top--main,*/
/*#aspnetForm[action*="Ibis"] .footer-logo--main,*/
/*#aspnetForm[action*="Ibis"] .logo-top--main,*/
/*.logo-top--sofitel,*/
/*.footer-logo--sofitel,*/
/*.Sofitel .footer-logo--main,*/
/*.Sofitel .logo-top--main,*/
/*#aspnetForm[action*="Sofitel"] .footer-logo--main,*/
/*#aspnetForm[action*="Sofitel"] .logo-top--main,*/
/*.logo-top--mama-shelter,*/
/*.footer-logo--mama-shelter,*/
/*.Mama .footer-logo--main,*/
/*.Mama .logo-top--main,*/
/*#aspnetForm[action*="Mama+Shelter"] .footer-logo--main,*/
/*#aspnetForm[action*="Mama+Shelter"] .logo-top--main,*/

.logo-top--mercure,
.footer-logo--mercure,
.Mercure .footer-logo--main,
.Mercure .logo-top--main,
#aspnetForm[action*="Mercure"] .footer-logo--main,
#aspnetForm[action*="Mercure"] .logo-top--main,
.logo-top--novotel,
.footer-logo--novotel,
.Novotel .footer-logo--main,
.Novotel .logo-top--main,
#aspnetForm[action*="Novotel"] .footer-logo--main,
#aspnetForm[action*="Novotel"] .logo-top--main {
    display: none !important;
}

/*.Ibis .footer-logo--ibis,*/
/*.Ibis .logo-top--ibis,*/
/*#aspnetForm[action*="Ibis"] .footer-logo--ibis,*/
/*#aspnetForm[action*="Ibis"] .logo-top--ibis,*/
/*.Mama .footer-logo--mama-shelter,*/
/*.Mama .logo-top--mama-shelter,*/
/*#aspnetForm[action*="Mama+Shelter"] .footer-logo--mama-shelter,*/
/*#aspnetForm[action*="Mama+Shelter"] .logo-top--mama-shelter,*/
/*.Sofitel .footer-logo--sofitel,*/
/*.Sofitel .logo-top--sofitel,*/
/*#aspnetForm[action*="Sofitel"] .footer-logo--sofitel,*/
/*#aspnetForm[action*="Sofitel"] .logo-top--sofitel,*/

.logo-top--main,
.footer-logo--main,
.Mercure .footer-logo--mercure,
.Mercure .logo-top--mercure,
#aspnetForm[action*="Mercure"] .footer-logo--mercure,
#aspnetForm[action*="Mercure"] .logo-top--mercure,
.Novotel .footer-logo--novotel,
.Novotel .logo-top--novotel,
#aspnetForm[action*="Novotel"] .footer-logo--novotel,
#aspnetForm[action*="Novotel"] .logo-top--novotel {
    display: block !important;
}

.logo-top--main {
    min-width: 10px;
}

.logo-top--novotel {
    height: 28px;
    margin-bottom: 5px;
    width: 210px;
}

.logo-top--mercure {
    max-height: 42px;
}

.Accor a {
    color: var(--text-main);
}

.Accor a:hover {
    color: var(--text-main);
}

#ResetLinkButton {
    margin-top: 10px;
}

.chip-type::before {
    border-radius: 100%;
    border: solid 2px #fff;
    box-shadow: 0 0 1px black;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 40px;
    z-index: 2;
}

.ep-product-title-name h4.chip-type::before {
    border: solid 1px #999;
    right: 0;
    top: 0;
}

.chip-type.fudan-1k::before {
    background: #48C7E7;
}

.chip-type.fudan-1k-salto::before {
    background: #F50505;
}

.chip-type.fudan-1k-vingcard::before {
    background: #A5D6B3;
}

.chip-type.ultralight-c::before {
    background: #232F67;
}

.chip-type.ultralight-ev1-vingcard::before {
    background: #40B75C;
}

.chip-type.fudan-1k::before,
.chip-type.fudan-1k-salto::before,
.chip-type.fudan-1k-vingcard::before,
.chip-type.ultralight-c::before,
.chip-type.ultralight-ev1-vingcard::before {
    content: '';
    display: block;
}

.made-in-france::after {
    background: url('/Storage/16/241/0/Assets/Media/french-flag-v3.svg') 0 0 no-repeat;
    background-size: cover;
    border: solid 2px #fff;
    box-shadow: 0 0 1px black;
    content: '';
    display: block;
    height: 50px;
    position: absolute;
    left: 30px;
    top: 30px;
    width: 53px;
    z-index: 2;
}

.express .product-media::after {
    background: url('/Storage/16/241/0/Assets/Media/express-delivery.svg') center center no-repeat #fff;
    background-size: contain;
    border: solid 2px #fff;
    box-shadow: 0 0 1px black;
    content: '';
    display: block;
    height: 50px;
    position: absolute;
    left: 30px;
    top: 30px;
    width: 50px;
    z-index: 2;
}

.express.made-in-france .product-media::after {
    left: 95px;
}

.Accor .header-middle {
    background: var(--bg-main);
    color: var(--text-promo);
    padding-bottom: 10px;
    padding-top: 0;
}

.public-logo {
    display: block;
    margin: 60px auto 0;
    width: 250px;
}

.ep-login .fa {
    display: none;
}

.ep-login-title {
    font-family: var(--font-title);
    font-size: 30px;
    font-weight: 400;
}

.product-media {
    padding: 15px 15px 0;
}

.product-media img {
    border: solid 1px #ccc;
    border-radius: 15px;
}

.product-details {
    padding: 0 15px;
}

.product-name {
    font-size: 15px !important;
}

.product-wrapper.row {
    margin-left: -25px;
    margin-right: -25px;
}

.sold-by {
    display: none;
}

#litAccept {
    font-size: 16px;
    text-transform: capitalize;
}

#divAcceptBody .form-control {
    padding-left: 10px;
}

.mobile-menu-container .nav-item.show .nav-link,
.mobile-menu-container .nav-item .nav-link.active {
    border-color: #fff !important;
    color: #595959 !important;
}

#ctl00_cphBody_NoteTextBox {
    margin-left: 10px !important;
}

.ep-link-invoice,
#ep-confirmation .alert,
#ep-billing .panel.panel-default.card.card-light td,
#ep-billing .panel.panel-default.card.card-light th,
.panel-body {
    font-size: 16px;
}

#aspnetForm[action*="ForgotPassword"] #ctl00_cphBody_UserNameLabel,
#aspnetForm[action*="ForgotPassword"] .card-body .ep-spacer-vertical-md:first-child,
#aspnetForm[action*="ForgotPassword"] h4 {
    font-size: 0 !important;
}

#aspnetForm[action*="ForgotPassword"] h4::before {
    content: 'Welcome to the Accor Portal';
    display: inline-block;
    font-size: 1.8rem;
}

#aspnetForm[action*="ForgotPassword"] .card-body .ep-spacer-vertical-md:first-child::before {
    content: 'Retieve your account & change your password';
    display: inline-block;
    font-size: 16px;
}


#aspnetForm[action*="ForgotPassword"] #ctl00_cphBody_UserNameLabel::after {
    content: 'Username / Hotel ID';
    display: inline-block;
    font-size: 13px;
}

.input-group {
    height: auto !important;
    min-height: 4.4rem;
}

.input-group-addon.ep-addon-wide {
  max-width: 50%;
  flex: 0 0 50%;
}

.PriceTableTable .PriceTableTitle {
    font-size: 16px !important;
    text-align: left;
}

.PriceTableTable .PriceTableTitle font {
    font-size: 16px !important;
}

.input-group textarea {
    background: #fff !important;
    border: 1px solid #8b8a93 !important;
    border-radius: 6px !important;
    color: #3e3d48 !important;
    font-family: var(--font-text) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    margin: 0 !important;
    min-height: 56px !important;
    padding: 16px 32px 16px 16px !important;
}

#ctl00_cphBody_BillingMethodsPanel .panel-body.card-body .col-sm-6,
.Accor .input-group .form-control,
.ep-order-panel-container .col-sm-6.text-left {
    align-content: center;
}

.w-icon-account {
    margin-right: 5px;
}

.PriceTableTable {
    margin-top: 10px;
}

#ep-checkout {
    padding-top: 10px;
}

#ep-checkout-details {
    margin-top: 30px;
}

#ep-shipping {
    margin-top: 60px;
}

#ep-checkout-totals .ep-productname {
    text-align: right !important;
    width: 100%;
}

#ep-shipping .card-body .col-sm-8 .row .col-sm-3 {
    align-content: center;
    max-height: 56px;
}

#ep-shipping .card-body .col-sm-8 .row .row {
    padding-top: 15px;
}

#ep-shipping .card-body .col-sm-8 .row .form-control:nth-child(n + 2) {
    margin-top: 15px;
}

#ctl00_cphBody_ClearLinkButton,
#ctl00_cphBody_ClearLinkButton:hover,
.ep-pnl-edit-del a,
.ep-pnl-edit-del a:hover {
    color: #13156a;
}

.product-name a:hover,
.sold-by a {
    color: var(--text-title) !important;
}

.mobile-menu,
.mobile-menu-container {
    background: #171a80 !important;
}

.Accor .header-right {
  margin-bottom: 5px;
  line-height: 1.5;
  padding: 14px 0;
}

.Accor .ep-qty .btn {
    border: 0 !important;
    border-radius: 100%;
    height: 20px;
    padding: 0 !important;
    width: 20px !important;
}

.Accor .ep-qty .btn i {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    width: 18px;
}

.Accor .ep-checkout-button {
    justify-content: center;
}

.Accor .active-underline>li>a::before {
    color: var(--bg-highlight);
    border-top: 4px solid;
    margin-top: 33px;
}

.Accor .table.table-condensed td,
.Accor .table.table-condensed th {
    font-size: 12px;
    padding-bottom: 15px;
    padding-top: 15px;
}

 #ep-checkout-jobsprint .table.table-condensed td,
 #ep-checkout-jobsprint .table.table-condensed th {
    font-size: 16px;
}

.Accor .btn .text-success,
.Accor .mobile-menu li.expanded > a,
.Accor .mobile-menu li.show > a,
.Accor .mobile-menu li:hover > a,
.Accor .text-white,
.menu>li:hover>a:not(.menu-title), .menu>li.active>a:not(.menu-title) {
    color: var(--text-promo) !important;
}

.Accor .btn a,
.Accor .wishlist i {
    color: var(--text-promo);
}

.Accor .ep-op-qty-div,
.Accor .input-group {
    align-items: center;
}

.Accor .panel-heading {
    background: var(--bg-grey);
}

.Accor .ep-login .panel-heading {
    background: none;
}

.Accor .panel-group .panel {
    border-radius: 6px;
    overflow: hidden;
}

.Accor .ep-product-page {
    margin: 30px 0 60px;
}

.ep-product-title-name {
    margin: 0 -15px;
}

.ep-product-title-name h4 {
    display: inline-block;
    padding-right: 45px;
    position: relative;
}

.Accor .menu > li > .submenu {
    left: 0;
}

.Accor .menu li > .submenu {

    min-width: 250px;
}

#divImageContainer {
    border: 1px solid #ded8ca;
}

#divImageContainer iframe {
    border: none;
    min-height: 845px !important;
}

#aspnetForm {
    margin: 0;
    min-height: 100%;
}

.ep-uc-griddiv-msg,
.Accor .header-call,
a.d-xl-show,
.ep-uc-griddiv-msg {
    display: none !important;
}

.min-qty {
    margin-top: 15px;
}

.header-call .phone-number {
    line-height: 1.2 !important;
}

.header-call .w-icon-call:hover,
.header-call .phone-number:hover {
    text-decoration: none;
}

.header-bottom {
    background: #fff !important;
    color: #333 !important;
}

h1,h2,h3,h4,h5 {
    font-family: var(--font-title) !important;
}

.header-top {
    background-color: var(--bg-main) !important;
    color: var(--text-promo) !important;
    font-size: 1.3rem !important;
}

.header-top a:hover {
    text-decoration: underline;
}

#ctl00_cphBody_lbSearch {
    color: #fff !important;
}

.footer-dark {
    background: #18285c !important;
}

.Accor .header .menu>li>a:not(.btn):hover,
.Accor .menu>li>a {
    color: var(--text-promo);
    font-size: 18px;
    font-weight: 400;
}

.Accor label,
.ep-block-div-label {
    color: #3e3d48;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 0;
}

.Accor .header {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.15) 0px 0px 10px 0px;
    font-family: var(--font-text);
}

.Accor .footer {
    background: var(--bg-grey) !important;
    bottom: 0;
    font-family: var(--font-text) !important;
    left: 0;
    min-height: 220px;
    position: absolute;
    width: 100%;
}

.Accor .product-name {
    overflow: initial;
    text-overflow: initial;
    white-space: wrap;
}

.footer-bottom {
    border-top: 1px solid #dadadd;
    color: #2e2e2e !important;
    padding: 30px 0 10px !important;
}

#aDownloadPDF {
    margin-top: 30px;
}

.cart-dropdown .cart-count {
    background: #e30613 !important;
}

.header a:not(.btn):hover {
    text-decoration: none !important;
}

.SearchBox {
    background-color: #fff !important;
    border: 1px solid #8b8a93!important;
    border-radius: 6px !important;
    color: #3e3d48 !important;
    font-family: var(--font-text);
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 7px 40px 7px 20px !important;
    min-height: 10px !important;
}

.SearchBox::-webkit-input-placeholder,
.SearchBox::-moz-placeholder,
.SearchBox:-ms-input-placeholder,
.SearchBox::placeholder {
    color: #3e3d48 !important;
}

#epMasterSearchIcon {
    align-content: center;
    color: color: var(--bg-btn);
    height: 100%;
    padding: 0 12px !important;
}

.fa-search::before {
    color: var(--bg-btn);
    display: block;
    font-size: 1.8rem;
}

#srchResult {
    flex: 100%;
    font-size: 18px !important;
    max-width: 100% !important;
    padding: 0 20px 20px;
    width: 100% !important;
}

.header-search .btn-search {
    background-color: #fff !important;
    border: 1px solid #8b8a93 !important;
    border-left: 0 !important;
    border-radius: 0 6px 6px 0 !important;
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1) !important;
    color: #3e3d48 !important;
    position: relative;
    z-index: 2;
}

hr {
    margin: 0.5rem 0 1.5rem;
    border: 0;
    border-top: 0px solid #fff !Important;
}

html body {
    font-family: var(--font-text);
    height: 100vh;
}

.cat-content {
    padding: 0 0 30px;
}

.cat-content h1 {
    font-size: 40px;
    margin: 40px 0 0;
}

.has-submenu::after {
    border-bottom: solid 2px var(--text-promo);
    border-right: solid 2px var(--text-promo);
    content: '';
    display: block;
    height: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
}

.has-submenu .has-submenu {
    padding-right: 25px;
}

.has-submenu .has-submenu::after {
    border-bottom: solid 2px #666;
    border-right: solid 2px #666;
    right: 15px;
}

.menu .has-submenu>a {
    z-index: 999;
}

.ep-split-shipping-method {
    margin-top: 5px !important;
}

.main-nav .menu > .has-submenu {
    padding-right: 0 !important;
}

.main-nav .menu > .has-submenu > a {
    padding-right: 16px;
    position: relative;
}

.main-nav .menu > .has-submenu > a::after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 10px;
}

.main-nav .menu > .has-submenu a::after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 10px;
}

.header .menu .has-submenu .submenu a:not(.btn):hover {
    color: var(--text-main) !important;
    text-decoration: underline !important;
}

.header .header-right a:not(.btn):hover {
    color: var(--text-promo) !important;
    text-decoration: underline !important;
}

.footer-dark {
    padding: 20px;
}

.cart-dropdown .products {
    max-height: 800px !important;
    overflow: auto;
}

.cart-dropdown .cart-label {
    font-size: 1.3rem !important;
}

.cart-dropdown>a i {
    font-size: 3rem !important;
}

.header-call .w-icon-call {
    margin: 0 5px 0 0 !important;
}

.contactinfo {
    padding-left: 297px;
}

.menu>li:hover>a:not(.menu-title) {
    text-decoration: none;
}

span.billSpanClass::after {
    content: '*';
    color: #f03;
}

.text-danger {
    color: #f03;
}

span#ctl00_cphBody_BillingTypeRequiredFieldValidator:after {
    content: 'Required';
}

.shop-content.card {
    border: none !important;
}

#ep-myaccount {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: stretch;
}

#ctl00_cphBody_pnlInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    align-content: center;
}

#ctl00_cphBody_pnlInfo .col-sm-3.ep-field-label {
    display: block;
}

#ep-checkout-totals tr:nth-child(n+2),
span#ctl00_cphBody_BillingTypeLabel,
#hlContinueShopping,
#ep-admin-occ span.ep-checkbox,
#divSlimPhoto,
#ctl00_cphBody_pnlInfo .col-sm-3,
#ctl00_cphBody_pnlInfo .col-sm-1 {
    display: none;
}

#ctl00_cphBody_pnlInfo .col-sm-8 {
    margin: 30px auto;
}

#ep-conatiner-checkout .col-sm-10 {
    flex: 100%;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
}

#ep-conatiner-checkout h4 {
    margin-bottom: 0;
}

#ep-conatiner-checkout .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

#ep-conatiner-checkout .col-sm-12.ep-spacer-vertical-sm .row {
    margin: 0 -5px;
}

#ep-container-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 65vh;
    padding: 0 30px;
}

#ep-container-catalogue {
    padding: 30px 0px;
}

.row.ep-user-right-panel {
    margin-top: 30px;
}

.header-left .ml-4 {
    margin-left: 5px !important;
}

a#ctl00_cphBody_BackHyperLink {
    line-height: 5;
    padding: 5px;
}

#ctl00_cphBody_divSendMessages {
    color: #222;
    background-color: #f0f0f5;
    border-color: transparent;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 30px !important;
    border-radius: 16px;
    padding: 30px;
}

#ctl00_cphBody_rowSendWelcome td {
    color: #222;
    background-color: #f0f0f5;
    border-color: transparent;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 30px !important;
    border-radius: 16px;
    padding: 30px;
}

#ctl00_cphBody_SendWelcomeEmailLabel {
    font-size: 1.7rem;
    font-family: var(--font-text) !important;
    font-weight: 700 !important;
    line-height: 1.2;
}

#ctl00_cphBody_PasswordButton {
    width: 180px;
    margin: 10px 12px 0;
}

#ctl00_cphBody_PasswordPanel .col-sm-7 {
    max-width: calc(100% - 120px);
    flex: 0 0 100%;
}

#ctl00_cphBody_PasswordPanel {
    border: 1px solid #f0f0f5;
    padding: 0 0 20px;
    border-radius: 16px 16px 0 0;
}

td #ctl00_cphBody_PasswordPanel {
    border-radius: 0;
    padding: 15px 0 0;
    margin: -5px;
}

#ctl00_cphBody_PasswordPanel .ep-section-title td, #ctl00_cphBody_PasswordPanel .ep-section-title h4 {
    color: #222;
    background-color: #f0f0f5;
    text-align: center;
    margin: 0;
    padding: 15px;
    border-radius: 16px 16px 0 0;
}

#ctl00_cphBody_PasswordPanel .ep-section-title {
    background-color: #f0f0f5;
    border-radius: 16px 16px 0 0;
}

#ctl00_cphBody_UserDetailsPanel .col-sm-12.ep-spacer-vertical-lg {
    max-width: 570px;
}

#ctl00_cphBody_UserDetailsPanel .col-sm-5.text-right {
    width: auto;
    max-width: 100px !important;
}

#ctl00_cphBody_UserDetailsPanel .row {
    display: flex;
}

#UserDetailsPanel .row {
    display: flex;
    justify-content: space-between;
}

#UserDetailsPanel table.table.table-condensed.ep-spacer-vertical-lg {
    max-width: 400px;
    float: right;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

#UserDetailsPanel td.text-right {
    width: 100px;
}

#UserDetailsPanel .col-sm-5.text-right {
    width: auto;
    max-width: 100px !important;
}

#UserDetailsPanel {
    padding: 50px 0;
}

h4#headerPassword {
    margin: 0;
    padding: 10px;
}

#UserDetailsPanel .col-sm-12.ep-spacer-vertical-lg {
    max-width: 570px;
}

#UserDetailsPanel .ep-section-title {
    color: #222;
    background-color: #f0f0f5;
    text-align: center;
    margin: 0;
    padding: 5px;
    border-radius: 16px 16px 0 0;
}

#UserDetailsPanel .ep-spacer-vertical-lg {
    margin-top: 15px;
}

#epMasterSearchDiv {
    margin-right: 20px;
    width: 180px !important;
}

#ep-confirmation {
    padding: 30px 0;
}

.header-search {
    max-width: 100% !important;
}

.header-center {
    width: 50% !important;
    margin-left: 0 !important;
}

.panel-footer {
    background-color: transparent !important;
    margin-top: 20px;
    padding: 20px 20px 10px;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
}

.footer {
    bottom: 0;
    color: var(--text-promo);
    display: flex;
    flex: 1 !important;
    justify-content: center !important;
    left: 0;
    min-height: 220px;
    padding: 20px;
    position: absolute;
    width: 100%;
}

.panel-body .panel-title {
    margin-top: 30px;
}

.PriceTableTable {
    margin-bottom: 0;
}

.ep-product-title-name h4 {
    font-size: 2.4rem;
}

.ep-product-title-name h5::before {
    content: 'SKU:\00a0';
    display: inline-block;
}

.subscribe {
    background: #fff;
    border-bottom: solid 1px #dadadd;
    border-top: solid 1px #dadadd;
    bottom: 220px;
    display: flex;
    left: 0;
    min-height: 100px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.subscribe .container {
    align-content: center;
}

.page-wrapper {
    min-height: 100vh;
    padding-bottom: 320px;
    position: relative;
    transition: margin .4s, opacity .5s;
}

.ep-product-desciption .panel-group,
.ep-preview-panel .panel {
    margin-bottom: 30px;
}

.ep-product-title-buttons {
    display: none;
}

.ep-product-blockfields {
    margin-bottom: 10px;
}

.ep-catalogue-folder-item,
.ep-catalogue-folder-item-alt {
    box-shadow: 0 6px 9px 0 rgb(0 0 0 / 15%);
    padding: 0 !important;
    margin: 10px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
    width: calc(25% - 20px) !important;
    max-width: calc(25% - 20px) !important;
    flex: auto !important;
}

.ep-catalogue-folder {
    flex-direction: row;
    margin: auto !important;
    justify-content: flex-start;
}

.header-search.hs-rounded .btn-search {
    box-shadow: none;
    margin-left: -5px;
}

.header-search.hs-rounded .btn-search:focus {
    border: 1px solid #ded8ca !important;
}

.ep-catalogue-folder-item a, .ep-catalogue-folder-item-alt a {
    line-height: 3;
}

.btn.btn-sm.btn-block.btn-light.btn-default {
    background: #f03;
    color: var(--text-promo);
    border-radius: 6px;
    border-color: #f03;
}

.btn-warning, .btn-warning:hover {
    background-color: #222 !important;
    border-color: #222 !important;
}

.btn-secondary {
    color: var(--text-main) !important;
    border-color: #ccc !important;
    background-color: #fff !important;
    outline: #ccc !important;
}

.btn-secondary:focus {
    color: var(--text-main) !important;
    border-color: #dcdcdc !important;
    background-color: #dcdcdc !important;
    outline: #ccc !important;
}

.Accor .btn {
    background: #13156a !important;
    border: 0 !important;
    border-radius: 60px !important;
    color: #fff !important;
    font-family: var(--font-title) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    opacity: 1 !important;
    padding: 12px 24px !important;
    text-transform: none !important;
    transition: all 2ms ease-in-out !important;
    width: auto !important;
}

.Accor .btn:hover {
    background: #171a80 !important;
    color: #fff !important;
}

.Accor .btn:focus {
    border: solid 2px rgba(227,6,19,.5) !important;
    background: #171a80 !important;
    border: 0 !important;
}

.Accor .btn-group .btn {
    margin: 5px;
}

.Accor .btn-warning {
    margin-left: 15px;
}

.Accor .btn.ep-button-price i {
    height: 19px;
    line-height: 19px;
}

.has-submenu > a::after {
    display: none !important;
}

.dropdown.has-submenu > a:first-child::after {
    display: none;
}

.btn-success {
    color: var(--text-promo);
    border-color: #222 !important;
    background-color: #222 !important;
    padding: 2px !important;
}

#ep-billing {
    margin-bottom: 40px;
    margin-top: 60px;
}

#ep-billing .panel.panel-default.card.card-light {
    font-size: 16px;
    padding: 0 !important;
}

#ep-billing .row > .panel.panel-default.card.card-light {
    font-size: 16px;
    margin: 0 -10px 20px;
    padding: 0 !important;
    width: calc(100% + 20px);
}

#ctl00_cphBody_lbBillAddress {
    margin-left: 15px;
}

#ep-shipping {
    margin-bottom: 40px;
}

#spanPrice {
    font-size: x-large;
}

.product .product-price {
    visibility: visible !important;
    opacity: 100% !important;
}

.Welcome-home,
.Custom-custom {
    display: block !important;
}

hr {
    margin: 0.5rem 0 1.5rem;
    border: 0;
    border-top: 0px solid #fff !important;
}

.shop-default-brands {
    padding:0px !important;
    margin-right: 20px;
}

.footer-bottom {
    justify-content: center;
}

.footer-bottom .footer-right {
    justify-content: center!important;
    flex: 1!important;
}

.footer-top {
    padding: 3.8rem 0 0.8rem !important;
}

.footer .widget-about .logo-footer {
   padding-left: 50% !important;
}

.Accor .btn-product,
.btn-product {
   background-color: var(--bg-btn) !important;
   border: 0;
   border-radius: 60px;
   color: var(--text-btn) !important;
   font-family: var(--font-title);
   font-size: 16px !important;
   font-weight: 400 !important;
   line-height: 24px !important;
   padding: 12px 24px !important;
}

.Accor .btn-product:hover,
.btn-product:hover {
   background-color: var(--bg-btn) !important;
   border: 0;
   border-radius: 60px;
   color: var(--text-btn) !important;
   font-family: var(--font-title);
   font-size: 16px !important;
   font-weight: 400 !important;
   line-height: 24px !important;
   padding: 12px 24px !important;
}

.small-gray {
    display: block;
    text-align: center;
    margin-top: 0.6rem;
    font-size: 1.3rem;
    color: #999;
    line-height: 1.3;
    letter-spacing: 0.003em;
    font-weight: 400;
}

.new-title {
    display: inline;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    text-align: center;
    margin-bottom: 1.7rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

#ShippingRadioButtonList td {
    display: flex;
}

.alert-info {
    color: #222;
    background-color: #f0f0f5;
    border-color: transparent;
}
.Test .ep-product-blockfields {
    display: none !important;
}
.Accor .form-control,
.main .form-control {
    background: #fff;
    border: 1px solid #8b8a93;
    border-radius: 6px;
    color: #3e3d48;
    font-family: var(--font-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 10px 32px 10px 16px;
}

#ctl00_cphBody_btnExportToCSV,
#ctl00_cphBody_lbSearch {
    align-content: center;
    border-radius: 6px !important;
    min-height: 47px;
}

#ep-admin-occ > .row > .col-sm-12 > .row {
    justify-content: space-between;
}

#ep-admin-occ > .row > .col-sm-12 > .row > .col-sm-2:empty,
#ep-admin-occ > .row > .col-sm-12 > .row > .col-sm-3:empty,
#ep-admin-occ > .row > .col-sm-12 > .row > .col-sm-4:empty {
    display: none !important;
}

#ctl00_cphBody_lbSearch .fa-search::before {
    color: #fff !important;
}

.ep-shipping-price,
.ep-split-shipping-service-wrapper {
    display: none !important;
}

span.billSpanClass::after {
    content: '' !important;
    display: none !important;
}

.ep-split-shipping-address {
    margin-bottom: 10px;
}

#ctl00_cphBody_JobsPanel {
    margin-top: 15px;
}

#ctl00_cphBody_JobsPanel td {
    padding: 10px;
}

.test-banner {
    background-size: cover;
    background-color: #faf7f0;
    background-repeat: none;
    display: block;
    margin: 30px 0;
    min-height: 300px;
    width: 100%;
}

.test-banner:hover {
    text-decoration: none;
}

.test-banner-content {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
    min-height: 300px;
    max-width: 700px;
    padding: 30px;
    width: 100%;
}

.test-banner-h {
    color: #000;
    display: block;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
}

.test-banner-content .btn {
    display: block;
    white-space: wrap;
}

.sub-banner {
    aspect-ratio: 1220 / 200;
    align-items: center;
    background-size: cover;
    background-color: #000;
    background-repeat: none;
    display: flex;
    margin: 30px 0;
    padding:  0 50% 0 31%;
    text-align: center;
    width: 100%;
}

.sub-banner .btn.btn-primary {
    margin: 0 auto;
    max-width: 100%;
}

.RadComboBox_Bootstrap .rcbInner {
    background: #fff;
    border: 1px solid #8b8a93 !important;
    border-radius: 6px;
    color: #3e3d48;
    font-family: var(--font-text);
    font-size: 16px;
    font-weight: 400;
    height: 44px !important;
    line-height: 24px;
    margin: 0;
    min-height: 56px;
    padding: 16px 32px 16px 16px;
}

.RadComboBox .rcbInput {
    height: 44px !important;
}

.RadComboBox_Bootstrap .rcbActionButton {
    border-left: 1px solid #8b8a93 !important;
    height: 42px !important;
}

input#ctl00_cphBody_NewCreateUserWizard___CustomNav0_StepNextButtonButton {
    margin: 30px 0;
}

div#ctl00_cphBody_UserDetailsPanel {
    margin-bottom: 30px;
}

form[action="./Custom.aspx"] .breadcrumb .breadcrumb {
    display: none;
}

.menu {
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.single-hotel .brand-menu-item,
.product-menu-item {
    display: none;
}

.single-hotel .product-menu-item,
.brand-menu-item {
    display: list-item;
}

.loaded .menu {
    opacity: 1;
}

div.breadcrumb {
    background: #fff;
    margin-bottom: 30px;
    padding: 0 10px 0 0;
}

div.breadcrumb ol {
    background: #fff;
}

.ep-breadcrumb,
div.breadcrumb li {
    background: #fff;
    display: block;
    margin-right: 10px;
    padding-left: 10px;
    position: relative;
}

.ep-breadcrumb:first-child,
div.breadcrumb li:first-child {
    padding-left: 0;
}

.ep-breadcrumb::before,
div.breadcrumb li::before {
    border-left: solid 1px var(--text-main);
    content: '';
    display: block;
    height: 70%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(25deg);
    width: 0;
}

.ep-breadcrumb:first-child::before,
div.breadcrumb li:first-child::before {
    display: none;
}

.ep-breadcrumb a,
div.breadcrumb a {
    color: var(--text-main);
    display: block;
    font-weight: bold;
}

.ep-breadcrumb a:hover,
div.breadcrumb a:hover {
    color: var(--text-main);
}

div.breadcrumb i {
    display: none;
}

#ep-page-layout > .breadcrumb,
.breadcrumbs {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#ep-page-layout > .breadcrumb.breadcrumbs--ready,
.breadcrumbs--ready {
    opacity: 1;
}

.breadcrumbs--prod {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.ep-breadcrumb-separator {
    display: none;
}

.pricetable-overflow {
    overflow: auto;
    width: 100%;
}

#ctl00_cphBody_hlInvoice,
#ep-order-details .table-condensed td > .table-condensed tr:nth-last-child(5) {
    display: none;
}

.RadGrid_Bootstrap td:nth-child(2),
.RadGrid_Bootstrap th:nth-child(2),
.RadGrid_Bootstrap td:nth-last-child(3),
.RadGrid_Bootstrap th:nth-last-child(3) {
    position: absolute;
    visibility: hidden;
}

.RadGrid_Bootstrap .rgPager td:nth-child(2),
.RadGrid_Bootstrap .rgPager th:nth-child(2),
.RadGrid_Bootstrap .rgPager td:nth-last-child(3),
.RadGrid_Bootstrap .rgPager th:nth-last-child(3) {
    position: static;
    visibility: visible;
}

.ep-occ-buttons {
    background: none !important;
}

#ep-conatiner-admin #ctl00_cphBody_liBillingAddress > p,
#ep-conatiner-admin #ctl00_cphBody_liShippingAddress > p {
    background: var(--bg-main);
}

.billSpanClass {
    display: flex;
}

.uk-active,
.fr-active,
.es-active {
    display: none !important;
}

[data-lang="en-GB"] .uk-active,
[data-lang="fr-FR"] .fr-active,
[data-lang="es-ES"] .es-active {
    display: flex !important;
}

.ep-product-data::before {
    color: #3e3d48;
    content: 'Search for your hotel information';
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 8px;
    text-align: left;
}

#SharedDataJSRadComboBox::after,
#SharedDataJSRadComboBox::before {
    content: '';
    display: block;
    margin-top: 20px;
    position: absolute;
    z-index: 2;
}

#SharedDataJSRadComboBox::after {
    border: solid 2px #333;
    border-radius: 100%;
    height: 20px;
    right: 70px;
    top: 50%;
    width: 20px;
    transform: translateY(-50%);
}

#SharedDataJSRadComboBox::before {
    background: #333;
    border-radius: 3px 3px 6px 6px;
    height: 4px;
    right: 59px;
    top: 50%;
    transform: rotate(45deg) translateY(10px);
    width: 10px;
}

#SharedDataJSRadComboBox_Input {
    padding-right: 80px;
}

#btnAddToCart[disabled],
#btnAddToCart[disabled="disabled"] {
    background: #333 !important;
    opacity: .5 !important;
}

#divAcceptBody {
    display: none !important;
}

#divAcceptBody .input-group {
    display: flex;
    justify-content: center;
}

#divAcceptBody .form-control {
    flex: initial !important;
    font-weight: bold;
    width: auto;
}

#divAcceptBody.highlight {
    border: solid 1px #080;
    display: block !important;
}

#AcceptCheckbox {
    height: 16px;
    width: 16px;
}

#divAcceptBody.highlight #litAccept {
    color: #080;
}

#divAcceptBody.highlight #lblMsg {
    display: none;
}

.ep-p-radio-turnaround {
    display: flex;
}

.ep-p-radio-turnaround input[type="radio"] {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px !important;
    }
}

@media (min-width: 768px) {
    #ep-container-product .col-md-7 {
        padding-right: 30px;
    }

    .main-nav.ml-4 {
        margin: 0 auto !important;
    }
}

@media (min-width: 1025px) {

    .logo-top {
        max-height: 80px;
    }

    .header-left .logo {
        bottom: 15px;
        left: 20px;
        position: absolute;
    }
}

@media (max-width: 1298px) {
    .contactinfo {
        right: 3vw;
    }
}

@media (max-width: 991px) {
    .has-center .header-center {
        float: left;
        width: auto !important;
    }
}

@media (max-width: 767px) {

    .sub-banner .btn.btn-primary {
        display: none !important;
    }

    #epMasterSearchDiv {
        display: none !important;
    }

    .shop-default-brands {
        margin-right: 0;
    }

    .ep-catalogue-folder-item a,
    .ep-catalogue-folder-item-alt a {
        line-height: 2;
    }

    .ep-catalogue-folder-item,
    .ep-catalogue-folder-item-alt {
        margin: 10px;
        border-radius: 16px 16px 0 0;
        overflow: hidden;
        max-width: 100%;
        min-width: calc(50% - 20px) !important;
        display: flex;
        flex-flow: wrap;
        width: 100% !important;
    }

    .ep-catalogue-folder {
        flex-direction: row;
        flex-wrap: wrap !important;
        justify-content: flex-start;
        padding: 30px 15px;
    }

    .header-middle .header-left {
        flex: 1;
        position: absolute;
        left: 0;
        right: 0;
        width: 240px;
        margin: auto;
    }

    .header-middle .logo {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .has-center .header-center {
        float: left;
        width: auto !important;
    }

    .RadGrid_Bootstrap {
        max-width: 100%;
        overflow: auto;
    }

    .footer-top .widget {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer .widget-about .logo-footer {
        padding-left: 0 !important;
    }

    .footer-bottom .payment-label {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer-top .widget-title {
        white-space: normal !important;
    }

    .footer-top .widget {
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 1024px) {
    .ep-catalogue-folder-item, .ep-catalogue-folder-item-alt {
        max-width: calc(33% - 18px) !important;
        width: 100% !important;
    }

    .shop-default-brands {
        margin-right: 0;
    }

    .header-top {
        display: none !important;
    }

    .Accor .header-middle {
        padding-bottom: 0;
    }
}

#ep-conatiner-admin #ctl00_cphBody_liBillingAddress > p,
#ep-conatiner-admin #ctl00_cphBody_liShippingAddress > p {
    background: var(--bg-main);
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px !important;
    }
}

@media (min-width: 768px) {
    #ep-container-product .col-md-7 {
        padding-right: 30px;
    }

    .main-nav.ml-4 {
        margin: 0 auto !important;
    }
}

@media (min-width: 1025px) {

    .logo-top {
        max-height: 80px;
    }

    .header-left .logo {
        bottom: 15px;
        left: 20px;
        position: absolute;
    }
}

@media (max-width: 1298px) {
    .contactinfo {
        right: 3vw;
    }
}

@media (max-width: 991px) {
    .has-center .header-center {
        float: left;
        width: auto !important;
    }
}

@media (max-width: 767px) {


    .shop-default-brands {
        margin-right: 0;
    }

    .SearchBox {
        border-radius: 9999px !important;
    }

    .ep-catalogue-folder-item a,
    .ep-catalogue-folder-item-alt a {
        line-height: 2;
    }

    .ep-catalogue-folder-item,
    .ep-catalogue-folder-item-alt {
        margin: 10px;
        border-radius: 16px 16px 0 0;
        overflow: hidden;
        max-width: 100%;
        min-width: calc(50% - 20px) !important;
        display: flex;
        flex-flow: wrap;
        width: 100% !important;
    }

    .ep-catalogue-folder {
        flex-direction: row;
        flex-wrap: wrap !important;
        justify-content: flex-start;
        padding: 30px 15px;
    }

    .header-middle .header-left {
        flex: 1;
        position: absolute;
        left: 0;
        right: 0;
        width: 240px;
        margin: auto;
    }

    .header-middle .logo {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .has-center .header-center {
        float: left;
        width: auto !important;
    }

    .RadGrid_Bootstrap {
        max-width: 100%;
        overflow: auto;
    }

    .footer-top .widget {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer .widget-about .logo-footer {
        padding-left: 0 !important;
    }

    .footer-bottom .payment-label {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer-top .widget-title {
        white-space: normal !important;
    }

    .footer-top .widget {
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 1024px) {
    .ep-catalogue-folder-item, .ep-catalogue-folder-item-alt {
        max-width: calc(33% - 18px) !important;
        width: 100% !important;
    }

    .shop-default-brands {
        margin-right: 0;
    }

    .header-top {
        display: none !important;
    }

    .Accor .header-middle {
        padding-bottom: 0;
    }
}