@charset "UTF-8";

/* Custom Font Area */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*  Custom Font Area */
* h1,
* h2,
* h3,
* h4,
* h5 {
    font-family: "Cormorant Infant", serif;
}

* p,
* span,
* a {
    font-family: "Jost", sans-serif;
}

* a {
    text-decoration: none !important;
    text-transform: uppercase;
    color: #3c3c3b;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    -webkit-user-drag: none !important;
}

* a:hover {
    color: #3c3c3b;
}

* span {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    -webkit-user-drag: none !important;
}

* h2 {
    font-size: 40px;
    font-style: italic;
    font-weight: 300;
    color: #b29a56;
}

* img {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    -webkit-user-drag: none !important;
}

* input::-webkit-outer-spin-button,
* input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

* strong {
    font-weight: 600;
}

* .bg-lg {
    background: #f4f4f4;
}

* .slink {
    color: #000;
    font-weight: 900;
    text-decoration: none;
}

* .italic {
    font-family: "Cormorant Infant", serif;
    font-style: italic;
    font-weight: 300;
}

* .bold {
    font-weight: bold !important;
}

* .italic a {
    font-family: "Cormorant Infant", serif;
}

* .capitalize {
    text-transform: capitalize !important;
}

* .uppercase {
    text-transform: uppercase !important;
}

* .lowercase {
    text-transform: lowercase !important;
}

* .normal {
    font-weight: 200 !important;
}

* .underline {
    text-decoration: underline !important;
}

* .slick-slide {
    outline: none !important;
    padding: 120px 0;
}

* .monopolet {
    background: #b29a56;
    color: #b29a56;
    opacity: 1;
    height: 1px;
    border: none;
    margin-top: 2em;
}

.bg-beige {
    background: #f4f4f4 !important;
}

.top-line {
    height: 0 !important;
}

.top-line:before {
    background-color: transparent !important;
    margin-top: -10px !important;
}

.monopolet-sharp:before {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 50%, rgba(244, 244, 244, 1) 100%) !important;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin-top: -25px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 50px;
    position: absolute;
}

* .monopolet-gray:before {
    background-color: #f4f4f4 !important;
}

* .hr-0 {
    height: 0;
}

* .contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}

* ul {
    list-style: none !important;
    padding: initial;
}

* li {
    list-style: none !important;
    padding: initial;
}

* .simple-btn {
    text-transform: uppercase !important;
    font-size: 12px;
    color: #3c3c3b;
    font-weight: 200;
}
* .simple-btn-the-village {
    text-transform: uppercase !important;
    font-size: 10px;
    color: #fff;
    font-weight: 200;
}

* .white {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(349deg) brightness(103%) contrast(104%);
}

* .white img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(349deg) brightness(103%) contrast(104%);
}

* .gold img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(15%) saturate(1077%) hue-rotate(7deg) brightness(91%) contrast(96%);
}

* .mini-title span {
    text-transform: uppercase;
    font-size: 12px;
    color: #3c3c3b;
    font-weight: 200;
}

body {
    font-family: "Jost", sans-serif;
}

body .menu-active {
    opacity: 1 !important;
    visibility: visible !important;
}

body .fullMenu {
    background: #fff;
    width: 100%;
    font-size: 14px;
    position: relative;
    font-weight: 200;
    opacity: 0;
    top: 60px !important;
    visibility: hidden;
    height: calc(100vh - 60px);
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    transition: all 0.5s ease-in-out;
}

body .fullMenu .row {
    height: calc(100vh - 60px);
}

body .fullMenu .active {
    display: block;
}

body .fullMenu .active .parent {
    position: relative;
}

body .fullMenu .active .parent::after {
    content: "";
    background: url(../materials/SVG/rch-b.svg);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotateY(180deg);
    right: 0;
    top: 10px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 35px;
    width: 35px;
    filter: brightness(0) saturate(100%) invert(65%) sepia(15%) saturate(1077%) hue-rotate(7deg) brightness(91%) contrast(96%);
    position: absolute;
}

body .fullMenu .nav-tabs,
body .fullMenu .nav-link {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}

body .fullMenu .subNavigation a {
    font-size: 10px;
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 200;
    text-transform: uppercase;
    color: #3c3c3b !important;
}

body .fullMenu .tab-pane {
    position: relative;
    padding-left: 50px;
    margin-left: 50px;
}

body .fullMenu .tab-pane:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #b29a56;
    left: 0;
    top: 0;
}

body .fullMenu .parent {
    position: relative;
}

body .fullMenu .parent::after {
    content: "";
    background: url(../materials/SVG/rch-b.svg);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    top: 10px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 35px;
    width: 35px;
    filter: brightness(0) saturate(100%) invert(65%) sepia(15%) saturate(1077%) hue-rotate(7deg) brightness(91%) contrast(96%);
    position: absolute;
}

body .fullMenu .nav-item {
    width: -moz-fit-content;
    width: fit-content;
}

body .fullMenu a {
    font-family: "Cormorant Infant", serif;
    font-weight: 200;
    font-style: italic;
    font-size: 2.5em;
    color: #b29a56 !important;
    text-transform: initial;
    padding: 0;
}

body .login-page {
    padding-top: 5em;
    background-color: #fff;
}

body .login-page .ff-item {
    text-align: left;
}

body .login-page .confirmArea img {
    max-width: 42px;
    width: 100%;
}

body .login-page .confirmArea .simple-btn img {
    max-width: initial !important;
    width: auto !important;
}

body .login-page .confirmArea p {
    font-weight: 200;
    font-family: "Jost", sans-serif;
    color: #3c3c3b;
    text-transform: uppercase;
}

body .login-page .confirmArea a {
    font-family: "Jost", sans-serif;
    font-weight: 200;
    color: #3c3c3b;
    text-transform: uppercase;
}

body .login-page .confirmArea span {
    font-family: "Jost", sans-serif;
    font-weight: 200;
    color: #3c3c3b;
    font-size: 14px;
}

body .login-page .error {
    border-color: red !important;
    border-width: 2px !important;
}

body .login-page .radioChk-btn {
    margin-right: 10px;
    width: 0.85em;
    height: 0.85em;
    background-color: #fff;
    border-radius: 100% !important;
    vertical-align: middle;
    border: 1px solid #b29a56;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    pointer-events: none;
}

body .login-page .radioChk-btn:checked {
    margin-right: 10px;
    width: 0.85em;
    height: 0.85em;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #b29a56;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

body .login-page .radioChk-btn:checked:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #b29a56;
    border-radius: 100%;
}

body .login-page .standartChk-btn {
    margin-right: 10px;
    margin-top: 4px;
    width: 0.75em;
    height: 0.75em;
    vertical-align: middle;
    border: 1px solid #b29a56;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

body .login-page .standartChk-btn:checked {
    width: 0.75em;
    height: 0.75em;
    margin-right: 10px;
    background-color: transparent;
    vertical-align: middle;
    border: 1px solid #b29a56;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    position: relative;
    cursor: pointer;
}

body .login-page .standartChk-btn:checked::after {
    position: absolute;
    background: url("../materials/SVG/checked-ico.svg") no-repeat;
    background-size: 10px 10px;
    background-position: center center;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
}

body .login-page .checkTool label {
    font-size: 14px;
    color: #3c3c3b;
    font-weight: 200;
    font-family: "Jost", sans-serif;
}

body .login-page .checkTool label a {
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    font-size: 14px;
}

body .login-page .forb-form {
    background-color: #f4f4f4;
}

body .login-page .ff-item {
    transition: all 0.3s ease;
    position: relative;
}

body .login-page .ff-item select {
    border-radius: 0;
    background-color: transparent;
    border: solid 1px #b29a56;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 5px;
    padding: .4em 0em;
}

body .login-page input[type='date'] {
    border-radius: 0;
    background-color: transparent;
    border: solid 1px #b29a56;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: .4em 1em;
}

body .login-page input[type="date"]::-webkit-inner-spin-button,
body .login-page input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

body .login-page .birth-item {
    position: relative;
}

body .login-page .birth-item img {
    position: absolute;
    right: 10px;
    top: 39px;
}

body .login-page .ff-item input {
    border-radius: 0;
    background-color: transparent;
    border: solid 1px #b29a56;
    outline: none;
    box-shadow: none;
}

body .login-page .ff-item input:focus {
    border-width: 2px;
}

body .login-page #email-error,
body .login-page #password-error,
body .login-page #email_again-error,
body .login-page #validationCustom01-error,
body .login-page #validationCustom02-error {
    font-size: 12px;
    font-weight: 200;
    color: red;
}

body .login-page #accept-1-error,
body .login-page #accept-2-error,
body .login-page #numCalc-error,
body .login-page #letterCalc-error,
body .login-page #charCalc-error {
    display: none !important;
}

body .login-page button {
    border: none !important;
    background-color: transparent;
    box-sizing: none !important;
    outline: none !important;
    font-size: 10px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}

body .login-page .form-label {
    font-size: 14px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
}

body .login-page .hsToggle {
    position: absolute;
    font-size: 0;
    top: 38px;
    right: 25px;
}

body .login-page .hsToggle::after {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: url("/public/re-design/materials/SVG/pw-hide.svg") no-repeat;
    background-size: 25px 25px;
    content: "";
    top: -2px;
}

body .login-page .hsToggle-val {
    position: absolute;
    font-size: 0;
    top: 38px;
    right: 25px;
}

body .login-page .hsToggle-val::after {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: url("/public/re-design/materials/SVG/pw-hide.svg") no-repeat;
    background-size: 25px 25px;
    content: "";
    top: -2px;
}

body .login-page .outputLog p {
    font-size: 14px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
}

body .login-page .outputLog .error-outer p {
    color: red;
}

body .login-page .hide::after {
    background: url("/public/re-design/materials/SVG/pw-show.svg") no-repeat !important;
    top: 0px !important;
}

body .login-page a {
    font-size: 10px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}

body .login-page .externalLogin .or-use-login h4 {
    font-size: 10px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}

body .login-page .externalLogin .or-use-login .socialBtns img {
    width: 30px;
}

body .login-page .externalLogin p {
    font-size: 14px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
}

body .login-page .subNavigation a {
    font-size: 10px;
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 200;
    text-transform: uppercase;
    color: #3c3c3b !important;
}

body .login-page .navigation span {
    font-size: 10px;
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 200;
    text-transform: uppercase;
    color: #3c3c3b !important;
}

body .cardReq-page {
    overflow-y: scroll;
    padding-top: 2em;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    top: 60px;
    height: calc(100vh - 60px);
    background-color: #fff;
}

body .cardReq-page .tab-content .datepick {
    position: relative;
}

body .cardReq-page .tab-content .datepick::after {
    position: absolute;
    content: "";
    right: 5px;
    bottom: 5px;
    background: url("../materials/SVG/ico_calendar.svg") #FFFFFF no-repeat;
    background-size: 20px 20px;
    width: 25px;
    height: 25px;
    z-index: 2;
}

body .cardReq-page .tab-content .preferiti label {
    font-size: 14px;
}

body .cardReq-page .tab-content .preferiti label a {
    font-size: 14px;
}

body .cardReq-page .tab-content .item {
    position: relative;
    background: transparent;
}

body .cardReq-page .tab-content .item .cc {
    width: 65px;
    position: relative;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 8px;
    margin-right: 8px;
    background: transparent;
}

body .cardReq-page .tab-content .item:after {
    position: absolute;
    content: "";
    background: url(../materials/SVG/rch-b.svg) no-repeat;
    background-size: 10px 10px;
    background-position: center;
    width: 10px;
    height: 10px;
    right: 15px;
    top: 62%;
}

body .cardReq-page .tab-content .info {
    font-size: 10px;
}

body .cardReq-page .cardTabs {
    background: #f4f4f4;
}

body .cardReq-page .cardTabs button {
    border-radius: 0;
    max-width: 180px;
    border: solid 1px #f4f4f4 !important;
    margin: 10px;
    padding: 2.5em 1em;
}

body .cardReq-page .cardTabs button span {
    text-transform: capitalize;
    color: #3c3c3b;
    font-size: 14px;
    max-width: 150px;
    display: block;
    margin-top: 10px;
}

body .cardReq-page .cardTabs .active {
    background: #b29a56;
    border-color: #b29a56;
}

body .cardReq-page .cardTabs .active span {
    color: #fff;
}

body .cardReq-page .confirmArea img {
    max-width: 42px;
    width: 100%;
}

body .cardReq-page .confirmArea .simple-btn img {
    max-width: initial !important;
    width: auto !important;
}

body .cardReq-page .confirmArea p {
    font-weight: 200;
    font-family: "Jost", sans-serif;
    color: #3c3c3b;
    text-transform: uppercase;
}

body .cardReq-page .confirmArea a {
    font-family: "Jost", sans-serif;
    font-weight: 200;
    color: #3c3c3b;
    text-transform: uppercase;
}

body .cardReq-page .confirmArea span {
    font-family: "Jost", sans-serif;
    font-weight: 200;
    color: #3c3c3b;
    font-size: 14px;
}

body .cardReq-page .error {
    border-color: red !important;
    border-width: 2px !important;
}

body .cardReq-page .radioChk-btn {
    margin-right: 10px;
    width: 0.85em;
    height: 0.85em;
    background-color: #fff;
    border-radius: 100% !important;
    vertical-align: middle;
    border: 1px solid #b29a56;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

body .cardReq-page .radioChk-btn:checked {
    margin-right: 10px;
    width: 0.85em;
    height: 0.85em;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #b29a56;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

body .cardReq-page .radioChk-btn:checked:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #b29a56;
    border-radius: 100%;
}

body .cardReq-page .radioChk-btn:checked+label {
    font-weight: 900;
}

body .cardReq-page .standartChk-btn {
    margin-right: 10px;
    margin-top: 4px;
    width: 0.75em;
    height: 0.75em;
    vertical-align: middle;
    border: 1px solid #b29a56;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

body .cardReq-page .standartChk-btn:checked {
    width: 0.75em;
    height: 0.75em;
    margin-right: 10px;
    background-color: transparent;
    vertical-align: middle;
    border: 1px solid #b29a56;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    position: relative;
    cursor: pointer;
}

body .cardReq-page .standartChk-btn:checked::after {
    position: absolute;
    background: url("../materials/SVG/checked-ico.svg") no-repeat;
    background-size: 10px 10px;
    background-position: center center;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
}

body .cardReq-page .checkTool label {
    font-size: 14px;
    color: #3c3c3b;
    font-weight: 200;
    font-family: "Jost", sans-serif;
}

body .cardReq-page .checkTool label a {
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    font-size: 14px;
}

body .cardReq-page .forb-form {
    background-color: #f4f4f4;
}

body .cardReq-page .ff-item {
    transition: all 0.3s ease;
    position: relative;
}

body .cardReq-page .ff-item input,
body .cardReq-page .ff-item select {
    border-radius: 0;
    background-color: transparent;
    border: solid 1px #b29a56;
    outline: none;
    box-shadow: none;
}

body .cardReq-page .ff-item input:focus,
body .cardReq-page .ff-item select:focus {
    border-width: 2px;
}

body .cardReq-page #email-error,
body .cardReq-page #password-error,
body .cardReq-page #email_again-error,
body .cardReq-page #validationCustom01-error,
body .cardReq-page #validationCustom02-error {
    font-size: 12px;
    font-weight: 200;
    color: red;
}

body .cardReq-page #accept-1-error,
body .cardReq-page #accept-2-error,
body .cardReq-page #numCalc-error,
body .cardReq-page #letterCalc-error,
body .cardReq-page #charCalc-error {
    display: none !important;
}

body .cardReq-page button {
    border: none !important;
    background-color: transparent;
    box-sizing: none !important;
    outline: none !important;
    font-size: 10px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}

body .cardReq-page .form-label {
    font-size: 14px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
}

body .cardReq-page .hsToggle {
    position: absolute;
    font-size: 0;
    top: 38px;
    right: 25px;
}

body .cardReq-page .hsToggle::after {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: url("/public/re-design/materials/SVG/pw-hide.svg") no-repeat;
    background-size: 25px 25px;
    content: "";
    top: -2px;
}

body .cardReq-page .outputLog p {
    font-size: 14px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
}

body .cardReq-page .outputLog .error-outer p {
    color: red;
}

body .cardReq-page .hide::after {
    background: url("/public/re-design/materials/SVG/pw-show.svg") no-repeat !important;
    top: 0px !important;
}

body .cardReq-page a {
    font-size: 10px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}

body .cardReq-page .externalLogin .or-use-login h4 {
    font-size: 10px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}

body .cardReq-page .externalLogin .or-use-login .socialBtns img {
    width: 30px;
}

body .cardReq-page .externalLogin p {
    font-size: 14px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
}

body .cardReq-page .subNavigation a {
    font-size: 10px;
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 200;
    text-transform: uppercase;
    color: #3c3c3b !important;
}

body .cardReq-page .navigation span {
    font-size: 10px;
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 200;
    text-transform: uppercase;
    color: #3c3c3b !important;
}

.profile-page,
.send-request {
    padding-top: 5em;
    padding-bottom: 15em;
    background-color: #fff;
}

.profile-pages .content .category {
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 200;
    text-transform: uppercase;
}

.profile-page .tab-content,
.send-request .tab-content {
    padding: 0;
}

.profile-page .send-request {
    padding-top: 5em;
    background-color: #fff;
}

.profile-page .card-outer .card-view {
    border: solid 1px #3c3c3b;
    border-radius: 15px;
    padding: 5em 0;
}

.profile-page .card-outer .card-view img {
    max-width: 300px;
    width: 100%;
}

.profile-page .tab-content {
    padding: 0;
}

.profile-page .tab-content,
.send-request .tab-content {
    padding: 0;
}

.profile-page .nav button,
.send-request .nav button {
    color: #3c3c3b;
    font-size: 14px;
    text-transform: capitalize;
}

.profile-page .nav .active,
.send-request .nav .active {
    background: transparent !important;
    color: #3c3c3b;
    font-weight: 600;
}

.profile-page .tab-content .datepick,
.send-request .tab-content .datepick {
    position: relative;
}

.profile-page .tab-content .datepick {
    position: relative;
}

.profile-page .tab-content .datepick,
.send-request .tab-content .datepick {
    position: relative;
}

.profile-page .tab-content .datepick::after,
.send-request .tab-content .datepick::after {
    position: absolute;
    content: "";
    right: 5px;
    bottom: 5px;
    background: url("../materials/SVG/ico_calendar.svg") no-repeat;
    background-size: 20px 20px;
    width: 25px;
    height: 25px;
}

.profile-page .externalLogin h2 {
    text-transform: capitalize;
}

.profile-page .tab-content .home-brands .nav-tabs,
.send-request .tab-content .home-brands .nav-tabs {
    border: none;
}

.profile-page .tab-content .home-brands .nav-tabs .active,
.send-request .tab-content .home-brands .nav-tabs .active {
    color: #3c3c3b !important;
}

.profile-page .tab-content .home-brands .nav-tabs .active {
    color: #3c3c3b !important;
}

.profile-page .tab-content .home-brands .nav-tabs .active,
.send-request .tab-content .home-brands .nav-tabs .active {
    color: #3c3c3b !important;
}

.profile-page .tab-content .home-brands .nav-tabs button,
.send-request .tab-content .home-brands .nav-tabs button {
    font-weight: 300;
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
    font-family: "Cormorant Infant", serif;
    color: #b29a56;
}

.profile-page .tab-content .magazine-box h2,
.send-request .tab-content .magazine-box h2 {
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-style: normal;
    color: #000;
    margin: 0;
}

.profile-page .tab-content .magazine-box h1,
.send-request .tab-content .magazine-box h1 {
    font-size: 25px;
    font-style: italic;
    font-family: "Cormorant Infant", serif;
    font-weight: 300;
}

.profile-page .tab-content .magazine-box span b,
.send-request .tab-content .magazine-box span b {
    font-size: 14px;
}

.profile-page .tab-content .magazine-box span a,
.send-request .tab-content .magazine-box span a {
    font-size: 14px;
}

.profile-page .tab-content .preferiti label,
.send-request .tab-content .preferiti label {
    font-size: 14px;
}

.profile-page .tab-content .preferiti label a,
.send-request .tab-content .preferiti label a {
    font-weight: 500;
    font-size: 14px;
}

.profile-page .tab-content .vh::after,
.send-request .tab-content .vh::after {
    top: 70% !important;
}

.profile-page .tab-content .item,
.send-request .tab-content .item {
    position: relative;
    background: transparent;
}

.profile-page .tab-content .magazine-box span b {
    font-size: 14px;
}

.profile-page .tab-content .magazine-box span a {
    font-size: 14px;
}

.profile-page .tab-content .preferiti label {
    font-size: 14px;
}

.profile-page .tab-content .preferiti label a {
    font-weight: 500;
    font-size: 14px;
}

.profile-page .tab-content .vh::after {
    top: 70% !important;
}

.profile-page .tab-content .item {
    position: relative;
    background: transparent;
}

.profile-page .tab-content .magazine-box span b,
.send-request .tab-content .magazine-box span b {
    font-size: 14px;
}

.profile-page .tab-content .magazine-box span a,
.send-request .tab-content .magazine-box span a {
    font-size: 14px;
}

.profile-page .tab-content .preferiti label,
.send-request .tab-content .preferiti label {
    font-size: 14px;
}

.profile-page .tab-content .preferiti label a,
.send-request .tab-content .preferiti label a {
    font-weight: 500;
    font-size: 14px;
}

.profile-page .tab-content .vh::after,
.send-request .tab-content .vh::after {
    top: 70% !important;
}

.profile-page .tab-content .item,
.send-request .tab-content .item {
    position: relative;
    background: transparent;
}

.profile-page .tab-content .item .cc,
.send-request .tab-content .item .cc {
    width: 65px;
    position: relative;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 8px;
    margin-right: 8px;
    background: transparent;
}

.profile-page .tab-content .item:after,
.send-request .tab-content .item:after {
    position: absolute;
    content: "";
    background: url(../materials/SVG/rch-b.svg) no-repeat;
    background-size: 10px 10px;
    background-position: center;
    width: 10px;
    height: 10px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.profile-page .tab-content .info,
.send-request .tab-content .info {
    font-size: 10px;
}

.profile-page .cardTabs,
.send-request .cardTabs {
    background: #f4f4f4;
}

.profile-page .tab-content .info {
    font-size: 10px;
}

.profile-page .cardTabs {
    background: #f4f4f4;
}

.profile-page .tab-content .info,
.send-request .tab-content .info {
    font-size: 10px;
}

.profile-page .cardTabs,
.send-request .cardTabs {
    background: #f4f4f4;
}

.profile-page .cardTabs button,
.send-request .cardTabs button {
    border-radius: 0;
    max-width: 180px;
    border: solid 1px #f4f4f4 !important;
    margin: 10px;
    padding: 2.5em 1em;
}

.profile-page .cardTabs button span,
.send-request .cardTabs button span {
    text-transform: capitalize;
    color: #3c3c3b;
    font-size: 14px;
    max-width: 150px;
    display: block;
    margin-top: 10px;
}

.profile-page .cardTabs .active,
.send-request .cardTabs .active {
    background: #b29a56;
    border-color: #b29a56;
}

.profile-page .cardTabs .active span,
.send-request .cardTabs .active span {
    color: #fff;
}

.profile-page .confirmArea img,
.send-request .confirmArea img {
    max-width: 42px;
    width: 100%;
}

.profile-page .confirmArea .simple-btn img,
.send-request .confirmArea .simple-btn img {
    max-width: initial !important;
    width: auto !important;
}

.profile-page .cardTabs .active {
    background: #b29a56;
    border-color: #b29a56;
}

.profile-page .cardTabs .active span {
    color: #fff;
}

.profile-page .confirmArea img {
    max-width: 42px;
    width: 100%;
}

.profile-page .confirmArea .simple-btn img {
    max-width: initial !important;
    width: auto !important;
}

.profile-page .cardTabs .active,
.send-request .cardTabs .active {
    background: #b29a56;
    border-color: #b29a56;
}

.profile-page .cardTabs .active span,
.send-request .cardTabs .active span {
    color: #fff;
}

.profile-page .confirmArea img,
.send-request .confirmArea img {
    max-width: 42px;
    width: 100%;
}

.profile-page .confirmArea .simple-btn img,
.send-request .confirmArea .simple-btn img {
    max-width: initial !important;
    width: auto !important;
}

.profile-page .confirmArea p,
.send-request .confirmArea p {
    font-weight: 200;
    font-family: "Jost", sans-serif;
    color: #3c3c3b;
    text-transform: uppercase;
}

.profile-page .confirmArea a,
.send-request .confirmArea a {
    font-family: "Jost", sans-serif;
    font-weight: 200;
    color: #3c3c3b;
    text-transform: uppercase;
}

.profile-page .confirmArea span,
.send-request .confirmArea span {
    font-family: "Jost", sans-serif;
    font-weight: 200;
    color: #3c3c3b;
    font-size: 14px;
}

.profile-page .error,
.send-request .error {
    border-color: red !important;
    border-width: 2px !important;
}

.profile-page .prf-sms,
.send-request .prf-sms,
.profile-page .prf-newsletter,
.send-request .prf-newsletter {
    font-size: 10px;
}

.profile-page .prf-sms label,
.send-request .prf-sms label,
.profile-page .prf-newsletter label,
.send-request .prf-newsletter label {
    font-weight: 200;
}

.profile-page .prf-save-btn,
.send-request .prf-save-btn,
.profile-page .prf-cancel-btn,
.send-request .prf-cancel-btn {
    font-size: 12px;
}

.profile-page .error {
    border-color: red !important;
    border-width: 2px !important;
}

.profile-page .prf-sms,
.profile-page .prf-newsletter {
    font-size: 10px;
}

.profile-page .prf-sms label,
.profile-page .prf-newsletter label {
    font-weight: 200;
}

.profile-page .prf-save-btn,
.profile-page .prf-cancel-btn {
    font-size: 12px;
}

.profile-page .error,
.send-request .error {
    border-color: red !important;
    border-width: 2px !important;
}

.profile-page .prf-sms,
.send-request .prf-sms,
.profile-page .prf-newsletter,
.send-request .prf-newsletter {
    font-size: 10px;
}

.profile-page .prf-sms label,
.send-request .prf-sms label,
.profile-page .prf-newsletter label,
.send-request .prf-newsletter label {
    font-weight: 200;
}

.profile-page .prf-save-btn,
.send-request .prf-save-btn,
.profile-page .prf-cancel-btn,
.send-request .prf-cancel-btn {
    font-size: 12px;
}

.profile-page .radioChk-btn,
.send-request .radioChk-btn {
    margin-right: 10px;
    width: 0.85em;
    height: 0.85em;
    background-color: #fff;
    border-radius: 100% !important;
    vertical-align: middle;
    border: 1px solid #b29a56;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.profile-page .radioChk-btn:checked,
.send-request .radioChk-btn:checked {
    margin-right: 10px;
    width: 0.85em;
    height: 0.85em;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #b29a56;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

.profile-page .radioChk-btn:checked:after,
.send-request .radioChk-btn:checked:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #b29a56;
    border-radius: 100%;
}

.profile-page .radioChk-btn:checked+label,
.send-request .radioChk-btn:checked+label {
    font-weight: 900;
}

.profile-page .radioChk-btn:checked+label {
    font-weight: 900;
}

.profile-page .radioChk-btn:checked+label,
.send-request .radioChk-btn:checked+label {
    font-weight: 900;
}

.profile-page .standartChk-btn,
.send-request .standartChk-btn {
    margin-right: 10px;
    margin-top: 4px;
    width: 0.75em;
    height: 0.75em;
    vertical-align: middle;
    border: 1px solid #b29a56;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.profile-page .standartChk-btn:checked,
.send-request .standartChk-btn:checked {
    width: 0.75em;
    height: 0.75em;
    margin-right: 10px;
    background-color: transparent;
    vertical-align: middle;
    border: 1px solid #b29a56;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    position: relative;
    cursor: pointer;
}

.profile-page .standartChk-btn:checked::after,
.send-request .standartChk-btn:checked::after {
    position: absolute;
    background: url("../materials/SVG/checked-ico.svg") no-repeat;
    background-size: 10px 10px;
    background-position: center center;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
}

.profile-page .checkTool label,
.send-request .checkTool label {
    font-size: 14px;
    color: #3c3c3b;
    font-weight: 200;
    font-family: "Jost", sans-serif;
}

.profile-page .checkTool label a,
.send-request .checkTool label a {
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    font-size: 14px;
}

.profile-page .forb-form,
.send-request .forb-form {
    background-color: #f4f4f4;
}

.newsletterArea .ff-item,
.profile-page .ff-item,
.send-request .ff-item {
    transition: all 0.3s ease;
    position: relative;
}

.profile-page .forb-form {
    background-color: #f4f4f4;
}

.newsletterArea .ff-item,
.profile-page .ff-item {
    transition: all 0.3s ease;
    position: relative;
}

.newsletterArea .ff-item input,
.newsletterArea .ff-item select,
.profile-page .ff-item input,
.profile-page .ff-item select,
.profile-page .forb-form,
.send-request .forb-form {
    background-color: #f4f4f4;
}

.newsletterArea .ff-item,
.profile-page .ff-item,
.send-request .ff-item {
    transition: all 0.3s ease;
    position: relative;
}

.newsletterArea .ff-item input,
.newsletterArea .ff-item select,
.profile-page .ff-item input,
.send-request .ff-item input,
.profile-page .ff-item select,
.send-request .ff-item select {
    border-radius: 0;
    background-color: transparent;
    border: solid 1px #b29a56;
    outline: none;
    box-shadow: none;
}

.newsletterArea .ff-item input:focus,
.newsletterArea .ff-item select:focus,
.profile-page .ff-item input:focus,
.send-request .ff-item input:focus,
.profile-page .ff-item select:focus,
.send-request .ff-item select:focus {
    border-width: 2px;
}

.newsletterArea .ff-item input:focus,
.profile-page .ff-item input:focus,
.profile-page .ff-item select:focus {
    border-width: 2px;
}

.newsletterArea .ff-item input[type=date]::-webkit-calendar-picker-indicator,
.profile-page .ff-item input[type=date]::-webkit-calendar-picker-indicator,
.newsletterArea .ff-item input:focus,
.newsletterArea .ff-item select:focus,
.profile-page .ff-item input:focus,
.send-request .ff-item input:focus,
.profile-page .ff-item select:focus,
.send-request .ff-item select:focus {
    border-width: 2px;
}

.newsletterArea .ff-item input[type=date]::-webkit-calendar-picker-indicator,
.profile-page .ff-item input[type=date]::-webkit-calendar-picker-indicator,
.send-request .ff-item input[type=date]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.profile-page #email-error,
.profile-page #password-error,
.profile-page #email_again-error,
.profile-page #validationCustom01-error,
.profile-page #validationCustom02-error,
.profile-page #email-error,
.send-request #email-error,
.profile-page #password-error,
.send-request #password-error,
.profile-page #email_again-error,
.send-request #email_again-error,
.profile-page #validationCustom01-error,
.send-request #validationCustom01-error,
.profile-page #validationCustom02-error,
.send-request #validationCustom02-error {
    font-size: 12px;
    font-weight: 200;
    color: red;
}

.profile-page #accept-1-error,
.send-request #accept-1-error,
.profile-page #accept-2-error,
.send-request #accept-2-error,
.profile-page #numCalc-error,
.send-request #numCalc-error,
.profile-page #letterCalc-error,
.send-request #letterCalc-error,
.profile-page #charCalc-error,
.send-request #charCalc-error {
    display: none !important;
}

.profile-page #accept-1-error,
.profile-page #accept-2-error,
.profile-page #numCalc-error,
.profile-page #letterCalc-error,
.profile-page #charCalc-error {
    display: none !important;
}

.profile-page #accept-1-error,
.send-request #accept-1-error,
.profile-page #accept-2-error,
.send-request #accept-2-error,
.profile-page #numCalc-error,
.send-request #numCalc-error,
.profile-page #letterCalc-error,
.send-request #letterCalc-error,
.profile-page #charCalc-error,
.send-request #charCalc-error {
    display: none !important;
}

.profile-page .nav-pills button {
    display: block !important;
    padding-top: 0 !important;
}

.profile-page button,
.send-request button {
    border: none !important;
    background-color: transparent;
    box-sizing: none !important;
    outline: none !important;
    font-size: 10px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}

.profile-page .form-label,
.send-request .form-label {
    font-size: 14px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
}

.profile-page .hsToggle,
.send-request .hsToggle {
    position: absolute;
    font-size: 0;
    top: 38px;
    right: 25px;
}

.profile-page .hsToggle::after,
.send-request .hsToggle::after {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: url("/public/re-design/materials/SVG/pw-hide.svg") no-repeat;
    background-size: 25px 25px;
    content: "";
    top: -2px;
}

.profile-page .outputLog p,
.send-request .outputLog p {
    font-size: 14px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
}

.profile-page .outputLog .error-outer p,
.send-request .outputLog .error-outer p {
    color: red;
}

.profile-page .hide::after,
.send-request .hide::after {
    background: url("/public/re-design/materials/SVG/pw-show.svg") no-repeat !important;
    top: 0px !important;
}

.profile-page .outputLog .error-outer p {
    color: red;
}

.profile-page .hide::after {
    background: url("/public/re-design/materials/SVG/pw-show.svg") no-repeat !important;
    top: 0px !important;
}

.profile-page .outputLog .error-outer p,
.send-request .outputLog .error-outer p {
    color: red;
}

.profile-page .hide::after,
.send-request .hide::after {
    background: url("/public/re-design/materials/SVG/pw-show.svg") no-repeat !important;
    top: 0px !important;
}

.profile-page a,
.send-request a {
    font-size: 10px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}

.profile-page .externalLogin .or-use-login h4,
.send-request .externalLogin .or-use-login h4 {
    font-size: 10px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}

.profile-page .externalLogin .or-use-login .socialBtns img,
.send-request .externalLogin .or-use-login .socialBtns img {
    width: 30px;
}

.profile-page .externalLogin .or-use-login .socialBtns img {
    width: 30px;
}

.profile-page .externalLogin .or-use-login .socialBtns img,
.send-request .externalLogin .or-use-login .socialBtns img {
    width: 30px;
}

.profile-page .externalLogin p,
.send-request .externalLogin p {
    font-size: 14px;
    font-weight: 200;
    font-family: "Jost", sans-serif;
}

.profile-page .subNavigation a,
.send-request .subNavigation a {
    font-size: 10px;
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 200;
    text-transform: uppercase;
    color: #3c3c3b !important;
}

.profile-page .navigation span,
.send-request .navigation span {
    font-size: 10px;
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 200;
    text-transform: uppercase;
    color: #3c3c3b !important;
}

.bg-dark {
    background: #000 !important;
    height: 60px;
}

/* new CSS.parse info */

.landList .home-brands .nav-link {
    font-size: 40px;
    border: none;
    font-family: "Cormorant Infant", serif;
    font-style: italic;
}

.landList .home-brands nav button {
    color: #B29A56;
}

.landList .home-brands nav .nav {
    border: none;
}

.landList .home-brands nav .nav .active {
    border-bottom: solid 1px #000;
}

.landList .land-col .outbox {
    min-height: 430px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}

.landList .land-col .outbox.outbox-partnership {
    min-height: 320px;
}

.navbar {
    height: 60px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.navbar .navbar-brand img {
    max-width: 275px;
    width: 100%;
    position: relative;
    top: 2px;
}

.navbar .navbar-toggler {
    background: none;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
}

.navbar .navbar-toggler:nth-child(odd) {
    position: relative;
    padding-right: 30px;
}

.navbar .navbar-toggler:nth-child(odd) img {
    width: 20px;
}

.navbar .navbar-toggler:nth-child(odd)::after {
    content: "";
    position: absolute;
    right: 0;
    top: -20px;
    width: 1px;
    height: 65px;
    background: #6a5c34;
}

.navbar .navbar-toggler:nth-child(even) {
    position: relative;
    padding: 0 9px 0 25px;
}

.navbar .navbar-toggler:nth-child(even):before {
    content: "";
    position: absolute;
    left: 0;
    top: -25px;
    width: 1px;
    height: 65px;
    background: #6a5c34;
}

.navbar .navbar-toggler:nth-child(even) .bar-1,
.navbar .navbar-toggler:nth-child(even) .bar-2,
.navbar .navbar-toggler:nth-child(even) .bar-3 {
    width: 25px;
    height: 1px;
    background: #fff;
    left: -1px;
    top: 3px;
    position: relative;
    margin-bottom: 6px;
    opacity: 1;
    transition: all 0.5s ease;
}

.navbar .navbar-toggler:nth-child(even) .bar-3 {
    margin-bottom: 0;
}

.navbar .searchSwitcher {
    text-align: center;
    position: relative;
    top: -2px;
    display: flex;
    justify-content: center;
    width: 50px;
    background: none;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
}

.navbar .searchSwitcher img {
    position: relative;
    top: 5px;
}

.navbar .searchSwitcher:nth-child(odd) {
    position: relative;
}

.navbar .searchSwitcher:nth-child(odd) img {
    width: 20px;
}

.navbar .searchSwitcher:nth-child(odd)::after {
    content: "";
    position: absolute;
    right: 0;
    top: -18px;
    left: 60px;
    width: 1px;
    height: 65px;
    background: #6a5c34;
}

.navbar .searchSwitcher:nth-child(even) {
    position: relative;
    padding: 0 9px 0 25px;
}

.navbar .searchSwitcher:nth-child(even):before {
    content: "";
    position: absolute;
    left: 0;
    top: -24px;
    width: 1px;
    height: 70px;
    background: #6a5c34;
}

.navbar .searchSwitcher:nth-child(even) .bar-1,
.navbar .searchSwitcher:nth-child(even) .bar-2,
.navbar .searchSwitcher:nth-child(even) .bar-3 {
    width: 25px;
    height: 1px;
    background: #fff;
    left: -1px;
    position: relative;
    margin-bottom: 6px;
    opacity: 1;
    transition: all 0.5s ease;
}

.navbar .searchSwitcher:nth-child(even) .bar-3 {
    margin-bottom: 0;
}


.navbar .langSwitcher a {
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 0;
    top: 3px;
    display: flex;
    justify-content: center;
    width: 50px;
    font-size: 20px;
}

.navbar .langSwitcher a::after {
    content: "";
    position: absolute;
    right: 0;
    left: 60px;
    top: -14px;
    width: 1px;
    height: 60px;
    background: #6a5c34;
}

.navbar .langSwitcher .dropdown-menu,
.navbar .langSwitcher .dropdown-menu li,
.navbar .langSwitcher .dropdown-menu .dropdown-item li,
.navbar .langSwitcher .dropdown-menu li li,
.navbar .langSwitcher .dropdown-menu .dropdown-item {
    border-radius: 0px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    left: 0px;
    top: 40px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.navbar .langSwitcher .dropdown-menu .dropdown-item {
    padding: 0 18px;
}

.navbar .langSwitcher .dropdown-toggle::after {
    display: none;
}

.navbar .opened .bar-1 {
    position: relative;
    transform: translate(0, 11px) rotate(-45deg);
    top: 0px !important;
}

.navbar .opened .bar-2 {
    opacity: 0 !important;
}

.navbar .opened .bar-3 {
    position: relative;
    transform: translate(0, -11px) rotate(45deg);
    top: 8px !important;
}

.navbar .o-none {
    opacity: 0;
    visibility: hidden;
    height: 0 !important;
}

.navbar .nav-link {
    color: #000 !important;
}

.navbar .searchMenu {
    background: #fff;
    width: 100%;
    font-size: 14px;
    position: relative;
    font-weight: 200;
    opacity: 0;
    top: 15px;
    visibility: hidden;
    height: calc(100vh - 60px);
    transition: all 0.5s ease-in-out;
}

.navbar .searchMenu .searchBox {
    position: relative;
}

.navbar .searchMenu .searchBox button {
    color: #000;
    width: 40px !important;
    background: transparent;
    font-size: 0;
    border: none;
    border-radius: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.navbar .searchMenu .searchBox input[type=text] {
    padding: 0.5em 2.5em 0.5em 2.5em;
    border: solid 1px #b29a56;
    transition: all 0.1s ease-in-out;
}

.navbar .searchMenu .searchBox input[type=text]::-moz-placeholder {
    opacity: 0.5;
    position: relative;
    top: -1px;
}

.navbar .searchMenu .searchBox input[type=text]::placeholder {
    opacity: 0.5;
    position: relative;
    top: -1px;
}

.navbar .searchMenu .searchBox input[type=text]:focus {
    border: solid 2px #b29a56 !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.navbar .searchMenu .recentSearch a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar .searchMenu .recentSearch .recentImage {
    filter: invert(20%) sepia(3%) saturate(5434%) hue-rotate(7deg) brightness(83%) contrast(92%);
    width: 14px;
    margin-right: 5px;
}

.navbar .searchMenu .popularSearch a {
    border: solid 1px #b29a56;
    width: 100%;
    padding: 0.5em 0.5em;
    margin: 0 1em;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    transition: all 0.2s ease;
    margin-bottom: 1em;
}

.navbar .searchMenu .popularSearch .row {
    overflow: hidden;
}

.navbar .searchMenu .row {
    overflow-x: hidden;
}

.navbar .searchMenu .nav-item {
    width: -moz-fit-content;
    width: fit-content;
}

.navbar .searchMenu a {
    text-transform: initial;
}

.search-opened {
    opacity: 1 !important;
    visibility: visible !important;
}

.searchListMenu {
    background: #fff;
    width: 100%;
    font-size: 14px;
    position: relative;
    font-weight: 200;
    opacity: 0;
    position: fixed;
    z-index: 999;
    top: 60px;
    visibility: hidden;
    height: calc(100vh - 60px);
    transition: all 0.5s ease-in-out;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-width: 1024px;
}

.searchListMenu .left a,
.searchListMenu .center a,
.searchListMenu .right a {
    text-transform: uppercase;
    font-size: 10px;
}

.searchListMenu .left h1,
.searchListMenu .center h1,
.searchListMenu .right h1 {
    font-weight: 50px;
    font-weight: 300;
    font-style: italic;
    color: #b29a56;
}

.searchListMenu .backBtn {
    position: relative;
    top: -25px;
    left: -35px;
    cursor: pointer;
}

.searchListMenu .backBtn img {
    width: 7px;
}

.searchListMenu input.chk-btn {
    display: none;
}

.searchListMenu input.radioChk-btn {
    margin-right: 10px;
    width: 1em;
    height: 1em;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #b29a56;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.searchListMenu input.radioChk-btn:checked {
    margin-right: 10px;
    width: 1em;
    height: 1em;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #b29a56;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

.searchListMenu input.radioChk-btn:checked:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #b29a56;
    border-radius: 100%;
}

.searchListMenu input.radioChk-btn+label {
    color: #000;
    cursor: pointer;
}

.searchListMenu input.radioChk-btn+label:active,
.searchListMenu input.radioChk-btn:checked+label {
    font-weight: 600;
}

.searchListMenu input.chk-btn+label {
    color: #000;
    cursor: pointer;
}

.searchListMenu input.chk-btn+label:active,
.searchListMenu input.chk-btn:checked+label {
    font-weight: 600;
}

.searchListMenu .searchBox {
    position: relative;
}

.searchListMenu .searchBox button {
    color: #000;
    width: 40px !important;
    background: transparent;
    font-size: 0;
    border: none;
    border-radius: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.searchListMenu .searchBox button:hover {
    background: transparent !important;
}

.searchListMenu .searchBox input[type=text] {
    padding: 0.5em 2.5em 0.5em 2.5em;
    border: solid 1px #b29a56;
    transition: all 0.1s ease-in-out;
}

.searchListMenu .searchBox input[type=text]::-moz-placeholder {
    opacity: 0.5;
    position: relative;
    top: -1px;
}

.searchListMenu .searchBox input[type=text]::placeholder {
    opacity: 0.5;
    position: relative;
    top: -1px;
}

.searchListMenu .searchBox input[type=text]:focus {
    border: solid 2px #b29a56 !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.searchListMenu .searchCategoria ul {
    display: inline-table;
}

.searchListMenu .searchCategoria a {
    position: relative;
}

.searchListMenu .searchCategoria a::before {
    background: url("../materials/SVG/search-icon.svg") no-repeat;
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    left: -25px;
    top: 5px;
    filter: brightness(0) saturate(100%) invert(65%) sepia(15%) saturate(1077%) hue-rotate(7deg) brightness(91%) contrast(96%);
}

.searchListMenu .hrContainer {
    position: relative;
}

.searchListMenu .row {
    height: calc(100vh - 120px);
    overflow-x: hidden;
}

.searchListMenu .nav-item {
    width: -moz-fit-content;
    width: fit-content;
}

.searchListMenu a {
    text-transform: initial;
}

.search-results .search-list-dt:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eeeeee;
}

.search-results .search-list-dt p:last-child {
    margin-bottom: 0;
}

.mainHeader {
    position: relative;
    background: #000;
    min-height: 100vh;
    width: 100%;
}

.mainHeader .slickIt {
    padding: 0;
    margin: 0;
}

.mainHeader .slick-dots {
    display: flex;
    margin: auto;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100px;
}

.mainHeader .slick-dots li {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 5px;
}

.mainHeader .slick-dots .slick-active button {
    background: #b29a56;
}

.mainHeader .slick-dots button {
    background: transparent;
    box-shadow: none !important;
    border-radius: 100%;
    border: solid 2px #b29a56;
    font-size: 0;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
}

.mainHeader .slickContent {
    position: relative;
    padding: 0;
    margin: 0;
    height: 100vh;
}

.mainHeader .slickContent .soundChk {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 999 !important;
    cursor: pointer;
}

.mainHeader .slickContent .soundChk button {
    font-size: 0;
    border: none;
    height: 30px;
    width: 30px;
    position: relative;
    background: transparent;
}

.mainHeader .slickContent .soundChk .mute::after {
    content: url(../materials/SVG/mute_ico.svg);
    top: 0;
    left: 0;
    position: absolute;
}

.mainHeader .slickContent .soundChk .unmute::after {
    content: url(../materials/SVG/unmute_ico.svg) !important;
    top: 0;
    left: 0;
    position: absolute;
}

.mainHeader video {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mainHeader .img-fluid {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0;
    opacity: 0.8;
}

.mainHeader .title {
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.mainHeader .title h1 {
    font-size: 90px;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.mainHeader .bottomNav {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    display: flex;
}

.mainHeader .bottomNav p {
    color: #fff !important;
    font-weight: 300;
    font-size: 14px;
}

.mainHeader .bottomNav a {
    color: #fff;
    font-weight: 200;
    font-size: 10px;
}

.mainHeader .bottomNav a img {
    width: 20px;
}

.mainHeader .bottomNav span {
    display: flex;
}


.bannerArea {
    background: #B29A56;
    font-size: 14px;
    color: #FFF;
    font-weight: 200;
}

.bannerArea .form-check-input:checked[type=checkbox] {
    background: transparent !important;

}

.bannerArea .mini-icon {
    max-width: 50px;
}

.workingTimes .col-6 {
    position: relative;
    left: 45px;
}

.workingTimes {
    padding: 32px 0 0 0;
}

.workingTimes p {
    margin: 0;
}

.workingTimes input.favoriteChk-btn {
    margin-right: 10px;
    width: 0;
    height: 0;
    background-color: #fff;
    vertical-align: middle;
    border: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    padding-left: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.workingTimes input.favoriteChk-btn::after {
    position: absolute;
    content: url(../materials/SVG/ico_favorites.svg);
    top: 0px;
    transform: translateY(-50%);
}

.workingTimes input.favoriteChk-btn:checked {
    margin-right: 10px;
    width: 0;
    height: 0;
    background-color: #fff;
    vertical-align: middle;
    border: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

.workingTimes input.favoriteChk-btn:checked::after {
    position: absolute;
    content: url(../materials/SVG/ico_favorites_filled.svg);
    top: 0px;
    transform: translateY(-50%);
}

.workingTimes input.favoriteChk-btn+label {
    color: #000;
    cursor: pointer;
}

.workingTimes .form-check-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    font-weight: 300;
    font-size: 10px;
    text-transform: uppercase;
}

.workingTimes .gold {
    color: #b29a56;
}

.workingTimes span {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 200;
}

.workingTimes span b {
    font-weight: 600;
}

.workingTimes span img {
    width: 4px;
    position: relative;
    top: -1px;
}

.timetablesArea {
    position: relative;
}

.timetablesArea .slick-slide {
    padding: 40px 0;
}

.timetablesArea .fullBox h3 {
    font-size: 25px;
    font-style: italic;
    text-transform: capitalize;
    font-weight: 400;
}

.timetablesArea .fullBox p {
    font-size: 14px;
}

.timetablesArea .col-lg-4 {
    position: relative;
}

.timetablesArea .col-lg-4::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    transform: translateX(50%);
    height: 100%;
    width: 1px;
    background: #B29A56;
    margin: auto;
}

.timetablesArea .col-lg-4:last-of-type::after {
    display: none;
}

.timetablesArea .col-lg-4:last-of-type::before {
    display: none;
}

.exploreArea {
    background: #B29A56;
}

.exploreArea h2 {
    color: #3C3C3B;
}

.exploreArea p {
    font-size: 14px;
    color: #FFF;
    font-weight: 200;
}

.villageArea {
    padding: 50px 0;
}

.villageArea p {
    font-size: 14px;
    font-weight: 300;
}

.discoverContent {
    padding: 110px 0;
}

.discoverContent p {
    font-size: 14px;
    color: #3c3c3b;
    font-weight: 200;
}

.brandArea {
    background: #B29A56;
    padding: 58px 0px;
    overflow: hidden;
}

.brandArea .marquee {
    overflow: hidden;
    width: 100%;
    display: flex;
}

.brandArea .js-marquee-wrapper {
    width: 100% !important;
    display: flex !important;
}

.brandArea .js-marquee {
    display: flex !important;
    width: 10000px !important;
}

.brandArea .js-marquee .content {
    display: flex;
}

.brandArea .js-marquee .content a {
    max-width: 550px;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    white-space: nowrap;
}

.brandArea .marquee3k-line a {
    padding-right: 30px;
  }

.brandArea .marquee3k__copy {
  padding-right: 0px;
  padding-left: 0px;
  box-sizing: border-box;
}

.brandArea span {
    overflow: hidden;
    font-size: 3vw;
    font-family: "Cormorant Infant", serif;
    color: #FFF;
    font-style: italic;
    font-weight: 300;
    position: relative;
    white-space: nowrap;
}

.brandArea span::before {
    content: "•";
    position: relative;
    font-size: 2vw;
    left: 0;
    margin-right: 10px;
    font-style: italic;
    font-weight: 300;
    color: #FFF;
    font-family: "Cormorant Infant", serif;
}

.brandArea a {
    width: 100%;
    text-transform: initial;
}

.brandArea .bottomNav a::after {
    display: none;
}

.brandArea .bottomNav a span:before {
    display: none;
}

.brandArea .bottomNav span {
    text-transform: uppercase;
    font-family: "Jost", sans-serif;
    font-style: normal;
    color: #000;
    font-weight: 200;
    font-size: 10px;
}

.brandArea .bottomNav span img {
    position: relative;
    top: -1px;
    width: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(349deg) brightness(103%) contrast(104%);
}


.sbsHeader {
    position: relative;
    background: #f4f4f4;
    min-height: 85vh;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 5em 0em;
}

.sbsHeader .img-fluid {
    width: 100%;
    height: auto;
    -o-object-fit: auto;
    object-fit: auto;
    opacity: 1;
    padding: initial;
}

.sbsHeader .title {
    position: relative;
    color: #b29a56;
    text-align: center;
    margin: auto;
    padding: 0 1em;
}

.sbsHeader .title h1 {
    font-size: 90px;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.bannerArea {
    background: #b29a56;
    font-size: 14px;
    color: #fff;
    font-weight: 200;
}

.bannerArea .form-check-label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.bannerArea input.favoriteChk-btn {
    width: 30px;
    height: 30px;
    background-color: #B29A56;
    vertical-align: middle;
    border: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    text-transform: uppercase !important;
}

.bannerArea label {
    text-transform: uppercase;
}

.bannerArea input.favoriteChk-btn::after {
    position: absolute;
    width: 30px;
    height: 30px;
    margin: auto;
    text-align: center;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    content: url(../materials/SVG/ico_favorites.svg);
    filter: invert(100%) sepia(100%) saturate(441%) hue-rotate(267deg) brightness(300%) contrast(101%);
}

.bannerArea input.favoriteChk-btn:checked {
    width: 30px;
    height: 30px;
    background-color: #B29A56;
    vertical-align: middle;
    border: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
}

.bannerArea input.favoriteChk-btn:checked::after {
    position: absolute;
    content: url(../materials/SVG/ico_favorites_filled.svg);
}

.bannerArea input.favoriteChk-btn+label {
    color: #000;
    cursor: pointer;
}

.bannerArea .white {
    color: #fff;
}

.brandContainer {
    height: fit-content;
}

.brandContainer .slick-dots {
    position: relative;
    top: -75px;
    display: flex;
    justify-content: end;
}

.brandContainer .slick-dots li {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 5px;
}

.brandContainer .slick-dots .slick-active button {
    background: #b29a56;
}

.brandContainer .slick-dots button {
    background: transparent;
    box-shadow: none !important;
    border-radius: 100%;
    border: solid 2px #b29a56;
    font-size: 0;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
}

.carouselGallery .simple-btn {
    position: relative;
    top: -50px;
}

.offerArea,
.brandNews {
    position: relative;
    padding: 120px 0 115px 0;
    margin-bottom: 55px;
    display: inline-table;
}

.offerArea .img-fluid,
.brandNews .img-fluid {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.offerArea .col-lg-6 .img-fluid,
.brandNews .col-lg-6 .img-fluid {
    padding-left: 1em;
}

.offerArea p,
.brandNews p {
    font-weight: 200;
    font-size: 14px;
}

.offerArea::after,
.brandNews::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    left: 0;
    margin: auto;
    height: 100%;
    width: 1px;
    background: #b29a56;
}

.standart .slickIt {
    top: -80px !important;
}

.standart .slickBtns {
    margin-top: -110px !important;
}

.galleryArea {
    background: #3c3c3b;
    padding-top: 60px;
    overflow-y: hidden;
}

.galleryArea .mini-title {
    position: relative;
}

.galleryArea .mini-title span {
    color: #fff;
}

.galleryArea .slickIt {
    position: relative;
    transform: scale(-0.73) rotate(180deg);
    top: -110px;
    overflow-x: hidden;
}

.galleryArea .slickIt img {
    margin: auto;
}

.galleryArea .slickIt .slick-slide img {
    max-width: 100%;
    transition: all ease 0.5s;
    filter: brightness(0.5);
}

.galleryArea .slickIt .slick-center img {
    transform: scale(1.5);
    filter: brightness(1);
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
}

.galleryArea .slickBtns {
    position: relative;
    margin-top: -170px;
}

.galleryArea .description {
    margin-top: -110px;
}

.galleryArea p {
    position: relative;
    color: #fff;
    font-weight: 200;
    font-size: 14px;
}

.carouselGallery {
    padding-top: 60px;
}

.carouselGallery .gold {
    color: #b29a56;
}

.carouselGallery .slickIt {
    padding: 0;
    margin: 0;
}

.carouselGallery .slick-dots {
    position: relative;
    top: -75px;
    display: flex;
    justify-content: end;
}

.carouselGallery .slick-dots li {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 5px;
}

.carouselGallery .slick-dots .slick-active button {
    background: #b29a56;
}

.carouselGallery .slick-dots button {
    background: transparent;
    box-shadow: none !important;
    border-radius: 100%;
    border: solid 2px #b29a56;
    font-size: 0;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
}

.carouselGallery .simple-btn {
    position: relative;
    top: -50px;
}

.carouselGallery .mini-title span {
    font-size: 12px;
}

.carouselGallery .outerBox {
    background: #3c3c3b;
}

.carouselGallery .outerBox img {
    text-align: center;
    margin: auto;
}

.carouselGallery .detailsBox h3 {
    font-size: 25px;
    font-weight: 300;
    font-style: italic;
}

.promoArea .slick-slide {
    height: auto;
}

.promo-list {
    background: #f4f4f4;
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}

.discount {
    position: relative;
}

.discount::after {
    content: "" !important;
    width: 1px !important;
    height: 23px !important;
    background: #000 !important;
    transform: rotate(50deg) !important;
    position: absolute !important;
    top: -3px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
}

.discount:before {
    display: none;
}

.promo-list .col-lg-4 {
    min-height: 140px;
    position: relative;
}

.promo-list .img-fluid {
    position: relative !important;
    left: initial !important;
    right: initial !important;
    width: 28px;
    top: -1px !important;
    left: 15px !important;
}

.carouselGallery .img-fluid {
    position: relative;
    width: 10px;
    margin-left: 10px;
    margin-bottom: 0.5rem;
}

.promo-list .col-lg-4:nth-of-type(2n) .fullBox .col-line span::before {
    position: absolute;
    left: 0;
    content: "";
    width: 1px;
    height: 50px;
    background: #b29a56;
}

.promo-list .col-lg-4:nth-of-type(2n) .fullBox .col-line span::after {
    position: absolute;
    right: 0;
    content: "";
    width: 1px;
    height: 50px;
    background: #b29a56;
}



.promoArea,
.storeSales {
    padding-top: 60px;
}

.promoArea .slick-dots,
.storeSales .slick-dots {
    position: relative;
    top: -40px;
    display: flex;
    justify-content: end;
}

.promoArea .slick-dots li,
.storeSales .slick-dots li {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 5px;
}

.promoArea .slick-dots .slick-active button,
.storeSales .slick-dots .slick-active button {
    background: #b29a56;
}

.promoArea .slick-dots button,
.storeSales .slick-dots button {
    background: transparent;
    box-shadow: none !important;
    border-radius: 100%;
    border: solid 2px #b29a56;
    font-size: 0;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
}

.promoArea .gold,
.storeSales .gold,
.extraContent .gold {
    color: #b29a56;
    font-weight: 600;
}

.promoArea .img-fluid,
.storeSales .img-fluid {
    max-width: 8px;
    width: 100%;
    position: absolute;
    right: 30px;
    top: 20px;
}

.promoArea a,
.storeSales a {
    position: relative;
    height: fit-content;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    align-content: center;
}

.promoArea .slick-slide,
.storeSales .slick-slide {
    padding: 0 5px;
}

.promoArea .slick-slide .img-fluid,
.storeSales .slick-slide .img-fluid {
    opacity: 0;
}

.promoArea .detailsBox,
.storeSales .detailsBox {
    margin: auto !important;
    width: 70%;
}

.promoArea .outerBox,
.storeSales .outerBox {
    margin: auto !important;
    margin-top: 0 !important;
    width: 100%;
}

.promoArea .slick-active .img-fluid,
.storeSales .slick-active .img-fluid {
    opacity: 1;
}

.promoArea .slick-current a,
.storeSales .slick-current a {
    position: relative;
}


.storeSales .col-lg-4:nth-child(3n+2) a .outerBox::before {
    position: absolute;
    left: 0;
    content: "";
    width: 1px;
    height: 100px;
    background: #b29a56;
}

.storeSales .col-lg-4:nth-child(3n+2) a .outerBox::after {
    position: absolute;
    right: 0;
    content: "";
    width: 1px;
    height: 100px;
    background: #b29a56;
}







.promoArea .slick-current a .outerBox,
.storeSales .slick-current a .outerBox {
    position: relative;
}

.promoArea .slick-current a .outerBox .detailsBox,
.storeSales .slick-current a .outerBox .detailsBox {
    margin: auto;
}

.promoArea .slick-current a .outerBox::before,
.storeSales .slick-current a .outerBox::before {
    position: absolute;
    left: 0;
    content: "";
    width: 1px;
    height: 100px;
    background: #b29a56;
}

.promoArea .slick-current a .outerBox::after,
.storeSales .slick-current a .outerBox::after {
    position: absolute;
    right: 0;
    content: "";
    width: 1px;
    height: 100px;
    background: #b29a56;
}

.promoArea .store-name-title span{
    font-size: 16px;
    font-weight: 500;
}
.storeSales .mini-title span {
    font-size: 12px;
}

.promoArea p,
.storeSales p {
    font-weight: 200;
    font-size: 12px;
}

.promoArea h3,
.storeSales h3 {
    font-size: 25px;
    font-weight: 200;
    font-style: italic;
    text-transform: initial;
}

.storeSales {
    padding-top: 40px;
}

.bg-white .outerBox {
    background: #fff !important;
}

.carouselGallery {
    padding-top: 60px;
}

.carouselGallery .nav-title {
    text-transform: none;
    position: relative;
    display: flex;
    justify-content: center;
}

.clear::after {
    content: none !important;
}

.carouselGallery .nav-title::after {
    content: "";
    padding: 0 1em;
    background: url(../materials/SVG/rch-b.svg);
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    top: -2px;
    left: 0px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 20px;
    position: relative;
    text-align: center;
}

.carouselGallery .nav-title h2 {
    text-transform: none;
    font-size: 25px;
    color: #3c3c3b;
}

.carouselGallery p {
    font-weight: 200;
    font-size: 14px;
}

.carouselGallery .slickIt {
    padding: 0;
    margin: 0;
}

.carouselGallery .slick-dots {
    position: relative;
    top: -75px;
    display: flex;
    justify-content: end;
}

.carouselGallery .slick-dots li {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 5px;
}

.carouselGallery .slick-dots .slick-active button {
    background: #b29a56;
}

.carouselGallery .slick-dots button {
    background: transparent;
    box-shadow: none !important;
    border-radius: 100%;
    border: solid 2px #b29a56;
    font-size: 0;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
}

.carouselGallery .simple-btn {
    position: relative;
    top: -50px;
}

.carouselGallery .mini-title span {
    font-size: 12px;
}

.carouselGallery .outerBox {
    background: #3c3c3b;
}

.carouselGallery .outerBox img {
    text-align: center;
    margin: auto;
    max-width: 362px;
    width: 100%;
}

.carouselGallery .detailsBox h3 {
    font-size: 25px;
    font-weight: 300;
    font-style: italic;
}

.carouselGallery .priceDetails {
    margin-bottom: 25px;
}

.carouselGallery .priceDetails .box h5 {
    position: relative;
    font-size: 14px;
    font-weight: lighter;
    font-family: "Jost", sans-serif;
    padding: 0;
    margin: 0;
}

.carouselGallery .priceDetails .box:first-child .retailPrice::after {
    left: -3px !important;
    right: initial;
    width: 30px;
}

.carouselGallery .priceDetails .box {
    margin-right: 15px;
}

.carouselGallery .priceDetails .box:last-child {
    margin-right: 0px;
}

.carouselGallery .priceDetails .box:first-child h5::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    transform: rotate(-25deg) translateY(-50%);
    background: #3c3c3b;
    margin: auto;
    left: 0;
    top: 50%;
    right: 0;
}

.cafeArea {
    padding: 60px 0em;
}

.cafeArea .outerBox {
    background: #3c3c3b;
    height: 150px;
    width: 150px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-content: center;
}

.cafeArea .col-xl-9 {
    padding: 0 0.75em;
}

.cafeArea .col-xl-9 .img-fluid {
    padding: 0.25em;
    width: 125px;
    height: 125px;
    margin: auto;
}

.cafeArea .col-xl-9 a {
    padding: 0.25em;
}

.sportArea {
    padding: 60px 0em;
}

.sportArea .outerBox img {
    filter: invert(1);
}

.sportArea .outerBox {
    background: #3c3c3b;
    width: 100%;
    border: solid 2px #FFF;
    height: 190px;
    display: flex;
    align-items: center;
    align-content: center;
    margin: auto;
    justify-content: center;
}


.sportArea .slick-dots .slick-active button {
    background: #B29A56;
}

.sportArea .slick-dots button {
    border: solid 1px #B29A56;
    border-radius: 100%;
    font-size: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
    padding: 0;
    width: 12px;
    height: 12px;
    margin: 3px;
}

.sportArea .slick-slide {
    padding: 0;
}

.sportArea .slick-dots {
    position: absolute;
    display: flex;
    right: 0;
}

.sportArea .outerBox a {
    display: flex;
    align-items: center;
    align-content: center;
}

.sportArea .col-xl-9 {
    padding: 0 0.75em;
}

.sportArea .col-xl-9 .img-fluid {
    padding: 0.25em;
    width: 125px;
    height: 125px;
    margin: auto;
}

.sportArea .col-xl-9 a {
    padding: 0.25em;
}

.documentArea {
    padding: 56px 0px;
    background: #b29a56;
}

.documentArea h2 {
    color: #000;
}

.documentArea a {
    font-size: 14px;
    text-transform: none;
    color: #fff;
    margin-bottom: 25px;
}

.storeServices {
    padding: 56px 0px;
    background: #b29a56;
}

.storeServices .simple-btn {
    color: #3c3c3b;
}

.storeServices p {
    color: #fff;
    font-size: 14px;
    font-weight: 200;
}

.storeServices h2 {
    color: #000;
}

.storeServices a {
    font-size: 10px;
    text-transform: none;
    color: #fff;
    margin-bottom: 25px;
}

.storeServices a img {
    position: relative;
    top: -2px !important;
}

.storeServices span {
    color: #fff;
    font-style: "Jost", sans-serif;
    font-size: 10px;
    font-weight: 200;
}

.membershipIconArea,
.awardsArea {
    padding: 60px 0em;
}

.membershipIconArea .outerBox,
.awardsArea .outerBox {
    background: #3c3c3b;
    height: 150px;
    width: 150px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-content: center;
}

.membershipIconArea .d-block {
    margin: auto;
}

.membershipIconArea .col-xl-9 {
    padding: 0 0.75em;
}

.membershipIconArea .d-block,
.awardsArea .d-block {
    margin: auto;
}

.membershipIconArea .col-xl-9,
.awardsArea .col-xl-9 {
    padding: 0 0.75em;
}

.membershipIconArea .col-xl-9 .img-fluid,
.awardsArea .col-xl-9 .img-fluid {
    padding: 0.25em;
    width: 50px;
    height: 50px;
    margin: auto;
}

.membershipIconArea .col-xl-9 span,
.awardsArea .col-xl-9 span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 200;
}

.membershipIconArea .col-xl-9 a,
.awardsArea .col-xl-9 a {
    padding: 0.25em;
}

.floorArea {
    background: #fbfbfb;
}

.inspirationArea {
    position: relative;
}

.inspirationArea .mini-title {
    position: absolute;
    top: 60px;
}

.inspirationArea .mini-title span {
    color: #fff;
}

.inspirationArea .title {
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.inspirationArea .title h2 {
    font-size: 90px;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    font-style: normal;
    color: #fff;
}

.inspirationArea .bottomNav {
    position: absolute;
    bottom: 60px;
}

.inspirationArea .bottomNav a {
    color: #fff;
    font-weight: 200;
    font-size: 10px;
}

.inspirationArea .bottomNav a img {
    width: 20px;
}

.restaurantArea {
    background: #b29a56;
    padding: 60px 0;
    overflow-x: hidden;
}

.restaurantArea .rotater {
    position: relative;
    margin: auto;
    text-align: center;
    height: 55vmin;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.restaurantArea .rotater svg {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    fill: #fff;
    height: auto;
    max-width: 52vmin;
    transform-origin: center;
    width: 100%;
    font-family: "Cormorant Infant", serif;
    animation: rotator 10s infinite linear;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}

.restaurantArea .rotater img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 35vmin;
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.restaurantArea .mini-title span {
    color: #fff;
}

.restaurantArea h2 {
    color: #3c3c3b;
}

.restaurantArea img {
    max-width: 450px;
    text-align: center;
    margin: auto;
}

.restaurantArea p {
    font-weight: 200;
    color: #fff;
    padding: 0px 22px;
}

.restaurantArea .bottomNav a {
    color: #000;
    font-weight: 200;
    font-size: 10px;
    padding: 0px 22px;
}

.restaurantArea .bottomNav a img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(349deg) brightness(103%) contrast(104%);
}

.landArea {
    position: relative;
    padding: 170px 0 115px 0;
    margin-bottom: 55px;
    display: inline-table;
}

.landArea .img-fluid {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.landArea p {
    font-weight: 200;
    font-size: 14px;
}

.landArea::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    margin: auto;
    height: 100%;
    width: 1px;
    background: #b29a56;
}

.landArea .hr-0::before {
    right: 0px;
    left: 0;
}

.landArea .col-lg-6 .img-fluid {
    padding-right: 1em;
}

.contactArea {
    background: #f4f4f4;
    padding: 4em 0;
    font-size: 14px;
    font-weight: 200;
}

.contactArea .col-lg-4 {
    position: relative;
}

.contactArea .col-lg-4:last-of-type:after {
    display: none;
}

.contactArea .col-lg-4:last-of-type:before {
    display: none;
}



.contactArea .separate .col-lg-4::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    transform: translateX(50%);
    height: 100%;
    width: 1px;
    background: #B29A56;
    margin: auto;
}

.contactArea a {
    text-transform: initial;
    margin-bottom: 1.5em;
    display: block;
}

.contactArea h4 {
    font-weight: 300;
    font-family: "Cormorant Infant", serif;
    font-style: italic;
}

.servicesArea {
    padding-top: 68px;
}

.servicesArea .area {
    min-height: 75px;
}

.servicesArea .outfit-item-box-top {
    height: 20%;
    display: flex;
    align-items: center;
}

.servicesArea h1 {
    font-size: 48px;
    font-weight: 300;
    color: #B29A56;
    font-style: italic;
}

.servicesArea h2 {
    font-size: 25px;
}

.servicesArea p {
    font-weight: 200;
    font-size: 14px;
}

.servicesArea span {
    font-size: 10px;
}

.servicesArea .content {
    height: -webkit-fit-content;
}

.membershipArea {
    background: #f4f4f4;
    padding: 4em 0;
}

.membershipArea .title {
    min-height: 180px;
}

.membershipArea .slick-slide {
    padding-top: 0;
    padding-bottom: 30px;
    padding-top: 0px;
}

.membershipArea p {
    font-weight: 200;
    font-size: 14px;
}

.membershipArea h2 {
    min-height: 100px;
}

.membershipArea .img-fluid {
    width: 100%;
}

.touristicArea {
    background: #fff;
}

.touristicArea .nowrap {
    overflow: hidden;
    aspect-ratio: 16/9;
}

.touristicArea .monopolet::before {
    background-color: #fff;
}

.touristicArea::before {
    display: none;
}

.landList {
    background: #f4f4f4;
    padding: 4em 0;
    margin-bottom: 2em;
    position: relative;
}

.landList .searchCategoria input.chk-btn+label {
    color: #000;
    cursor: pointer;
    font-weight: 300;
}

.landList .searchCategoria input.chk-btn:checked+label {
    font-weight: 600;
}

.landList .searchCategoria input[type='checkbox'] {
    display: none;
}

.landList .searchListMenu input.chk-btn:checked+label {
    font-weight: 600;
}

.landList .form-control {
    border: none;
    background: transparent;
    color: #000;
    position: relative;
    outline: none;
    box-shadow: none;
    width: initial;
    padding-left: 30px;
    padding-right: 40px;
    font-size: 10px;
}

.landList .item {
    position: relative;
}

.landList .item select {
    font-weight: 200;
    text-transform: uppercase;
}

.landList .item:before {
    padding-top: 0 !important;
}

.send-request #reqtype-error,
.send-request #selectVillage-error,
.send-request #message-error {
    position: absolute;
    font-size: 12px;
    font-weight: 200;
    color: red;
}

.send-request .error {
    margin-bottom: 10px;
}

.send-request .ff-item {
    min-height: 100px;
}

.send-request .item {
    position: relative;
    background: transparent;
}

.newsletterArea .item .cc,
.send-request .item .cc {
    width: 65px;
    position: relative;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 8px;
    margin-right: 8px;
    background: transparent;
}

.send-request .item:after {
    position: absolute;
    content: "";
    background: url(../materials/SVG/rch-b.svg) no-repeat;
    background-size: 10px 10px;
    background-position: center;
    width: 10px;
    height: 10px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.howToReachUs {
    padding: 5em 0;
    background: #F4F4F4;
}

.howToReachUs .nav-pills button {
    border-radius: 0;
    border: solid 1px rgba(178, 153, 86, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 150px;
    width: 150px;
    color: #000;
    font-weight: 300;
    font-size: 14px;
}

.howToReachUs .nav-pills button img {
    margin-top: 30px;
}

.howToReachUs .nav-pills .active {
    background: #B29A56;
}

.howToReachUs .nav-pills .active img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(349deg) brightness(103%) contrast(104%);
}

.howToReachUs .nav-pills .active span {
    color: #FFF;
}

.howToReachUs .tab-content {
    padding: 10px;
}

.howToReachUs .tab-content h4 {
    font-weight: 300;
    font-style: italic;
    margin-bottom: 1em;
    margin-top: 1em;
}

.howToReachUs .tab-content .list-items li {
    border: solid 1px rgba(178, 153, 86, 0.2);
    text-align: center;
    padding: 0.25em 0;
    transition: all 0.2s ease;
}

.howToReachUs .tab-content .list-items a {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.howToReachUs .tab-content .list-items a:hover li {
    background-color: #B29A56;
    color: #FFF;
}

.howToReachUs .tab-content .accordion-item {
    border-left: none;
    border-right: none;
    background: transparent;
    border-radius: 0;
    border-color: rgba(178, 153, 86, 0.2);
}

.howToReachUs .tab-content .accordion-button {
    outline: none !important;
    box-shadow: none !important;
    padding: 1em 0;
}

.howToReachUs .tab-content .accordion-button:after {
    margin-left: 10px !important;
    transform: rotate(-90deg);
    filter: brightness(0) saturate(100%);
}

.howToReachUs .tab-content .accordion-button:not(.collapsed) {
    background: transparent;
}

.howToReachUs .tab-content .accordion-button:not(.collapsed):after {
    transform: rotate(0deg) !important;
}

.howToReachUs .tab-content .accordion-header button {
    font-size: 25px;
    font-weight: 300;
    font-style: italic;
    font-family: "Cormorant Infant", serif;
    color: #000;
    background: transparent;
}

.howToReachUs .tab-content .accordion-body {
    font-size: 14px;
    font-weight: 200;
    color: #000;
    position: relative;
    padding-bottom: 3em;
}

.howToReachUs .tab-content .accordion-body .col-lg-4 {
    position: relative;
}



.howToReachUs .tab-content .accordion-body .col-lg-4::after {
    position: absolute;
    content: "";
    top: 0;
    right: -50%;
    transform: translateX(50%);
    height: 100%;
    width: 1px;
    background: #B29A56;
    margin: auto;
}

.howToReachUs .tab-content .accordion-body .col-lg-4:last-child::after {
    display: none;
}

.howToReachUs .tab-content .accordion-body .col-lg-4:last-child::before {
    display: none;
}

.howToReachUs .tab-content .accordion-body a {
    font-weight: 400;
}

.howToReachUs .tab-content .accordion-body h5 {
    font-weight: 300;
    font-style: italic;
    font-size: 25px;
    color: #B29A56;
}

.howToReachUs .tab-content .accordion-body .roadMap {
    position: relative;
    border-left: dashed 1px #B29A56;
}

.howToReachUs .tab-content .accordion-body .roadMap li {
    padding-left: 1em;
    position: relative;
}

.howToReachUs .tab-content .accordion-body .roadMap li::before {
    position: absolute;
    width: 18px;
    height: 18px;
    left: -8px;
    content: url("../materials/SVG/ico_dot.svg");
    transform: scale(0.9);
}

.howToReachUs .tab-content .accordion-body .roadMap .loc {
    background: url(../materials/SVG/ico_loc.svg) no-repeat;
    height: 18px;
    width: 18px;
    position: absolute;
    left: -8px;
    z-index: 1;
}

.howToReachUs .tab-content .accordion-body .roadMap a {
    text-transform: initial;
    font-weight: 200;
}

.howToReachUs .tab-content .accordion-body .roadMap .title {
    text-transform: uppercase;
    font-weight: 300;
}

.landList .list h3 {
    font-style: italic;
    font-weight: 300;
    font-size: 25px;
}

.landList .list p {
    font-weight: 300;
    font-size: 10px;
}

.landList .simple-btn {
    border: none !important;
    background: transparent;
    padding: 0;
    margin: 0;
}

.landList .filterArea {
    position: relative;
}

.reverse::after {
    right: 0px !important;
}

.reverse .monopolet::before {
    left: 0px !important;
}

.reverse .col-lg-6 .img-fluid {
    padding-right: 1em;
    padding-left: 0 !important;
}

.touristicArea {
    position: relative;
}

.mapArea {
    background: #fff !important;
    position: relative;
}

.touristicArea .nowrap,
.mapArea .nowrap {
    overflow: hidden;
    aspect-ratio: 16/9;
}

.touristicArea .monopolet::before,
.mapArea .monopolet::before {
    background-color: #fff;
}

.touristicArea::before,
.mapArea::before {
    display: none;
}

.mapArea {
    background: #f4f4f4 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.mapArea .monopolet::before {
    background-color: #f4f4f4 !important;
}

.mapArea::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #f4f4f4;
    height: 60px;
    content: "";
    z-index: 999;
}

.promoSlick {
    position: relative;
}

.promoSlick .slick-dots {
    bottom: 50px;
    right: 10px;
    position: absolute;
    text-align: end;
    justify-content: end;
    display: flex;
    padding: 1em;
}

.promoSlick .slick-dots .slick-active button {
    background: #B29A56;
}

.promoSlick .slick-dots button {
    border: solid 1px #B29A56;
    border-radius: 100%;
    font-size: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
    padding: 0;
    width: 10px;
    height: 10px;
    margin: 3px;
}

.membershiplsArea,
.promolsArea,
.touristicArea,
.mapArea {
    border-left: none;
    border-right: none;
}

.faqAccordion .accordion-group:first-of-type {
    margin-top: 0px;
    margin-bottom: 35px;
}

.faqAccordion .accordion-group {
    margin-top: 35px;
    margin-bottom: 35px;
}

.faqAccordion .accordion-button {
    padding: 1em;
}

.faqAccordion .accordion-item {
    border-radius: 0;
    border: none;
    border-bottom: solid 1px #e6e6e6
}

.faqAccordion .accordion-item:first-of-type {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.faqAccordion .accordion-button {
    outline: none !important;
    box-shadow: none !important;
}

.faqAccordion .accordion-button:after {
    margin-left: 10px !important;
    transform: rotate(-90deg);
    filter: brightness(0) saturate(100%);
}

.faqAccordion .accordion-button:not(.collapsed) {
    background-color: #fff;
}

.faqAccordion .accordion-button:not(.collapsed):after {
    transform: rotate(0deg) !important;
}

.faqAccordion .accordion-header button {
    font-size: 25px;
    font-weight: 300;
    font-style: italic;
    font-family: "Cormorant Infant", serif;
    color: #000;
}

.faqAccordion .accordion-body {
    font-size: 14px;
    font-weight: 200;
    color: #000;
}

.faqAccordion .accordion-body a {
    font-weight: 400;
}

.send-request textarea {
    resize: none !important;
    border-radius: 0;
    border: solid 1px #b29a56;
    box-shadow: none !important;
    outline: none !important;
}

.send-request textarea:focus {
    border-width: 2px;
    border-color: #b29a56;
}

.membershiplsArea .col-lg-6 .img-fluid,
.promolsArea .col-lg-6 .img-fluid {
    padding-left: 1em;
}

.membershiplsArea {
    position: relative;
    margin-bottom: 55px;
    padding: 170px 0 115px 0;
    display: inline-table;
    background: #f4f4f4;
}

.promolsArea {
    position: relative;
    margin-bottom: 55px;
    padding-bottom: 5em;
    display: inline-table !important;
    background: #f4f4f4;
}

.sh-400 {
    min-height: 465px;
}

.membershiplsArea::before,
.promolsArea::before,
.touristicArea::before,
.mapArea::before {
    position: absolute;
    background: #f4f4f4;
    right: 0;
    height: 55px;
    bottom: -55px;
    content: "";
    z-index: 999;
}

.membershiplsArea .img-fluid,
.promolsArea .img-fluid,
.touristicArea .img-fluid,
.mapArea .img-fluid {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.membershiplsArea p,
.promolsArea p {
    font-weight: 200;
    font-size: 14px;
}

.membershiplsArea p,
.promolsArea p,
.touristicArea p {
    font-weight: 200;
    font-size: 14px;
}

.membershiplsArea p,
.promolsArea p,
.touristicArea p,
.mapArea p {
    font-weight: 200;
    font-size: 14px;
}

.membershiplsArea::after,
.promolsArea::after,
.touristicArea::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    left: 0;
    margin: auto;
    height: 100%;
    width: 1px;
    background: #b29a56;
}

.membershiplsArea .monopolet::before,
.promolsArea .monopolet::before,
.touristicArea .monopolet::before,
.mapArea .monopolet::before {
    background-color: #ffffff;
}

footer {
    border-top: solid 1px rgba(60, 60, 59, 0.5);
    padding-top: 20px;
}

footer .navigationLinks .collapse:not(.show) {
    display: flex;
}

footer .navigationLinks .accordion-item {
    border: none;
}

footer .navigationLinks .accordion-button {
    background: none;
    color: #b29a56;
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
    padding: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

footer .navigationLinks .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(65%) sepia(15%) saturate(1077%) hue-rotate(7deg) brightness(91%) contrast(96%);
    display: none;
}

footer .navigationLinks .accordion-body {
    padding: 1em 0;
}

footer .navigationLinks .accordion-button:not(.collapsed) {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #b29a56;
}

footer .navigationLinks .accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(65%) sepia(15%) saturate(1077%) hue-rotate(7deg) brightness(91%) contrast(96%);
}

footer .navigationLinks .accordion-button:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #b29a56;
}

footer a {
    text-transform: initial;
    font-weight: 200;
    font-size: 14px;
}

footer a span {
    font-weight: 200;
    font-size: 14px;
}

footer li {
    font-weight: 200;
    font-size: 14px;
}

footer .promo p {
    background: #3c3c3b;
    color: #fff;
    margin: 0;
    font-size: 10px;
    font-weight: 200;
}

footer .promo .footerLogo {
    background: #000;
}

footer .promo .footerLogo img {
    max-width: 225px;
    width: 100%;
}

footer .privacy {
    background: #b29a56;
}

footer .privacy a {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 10px;
    color: #fff;
}

footer .privacy span {
    font-weight: 200;
    font-size: 10px;
    color: #fff;
}

footer .privacy b {
    color: #fff;
}

footer .privacy .line {
    position: relative;
    margin-top: 5px;
}

footer .privacy .monopolet {
    margin-top: 15px;
    background: #fff;
}



.category-brand-logo {
    width: 100px;
}

.storeList {
    text-align: center;
}

.storeList .hoverable {
    position: absolute;
    background-color: #000;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.sportArea .hoverable {
    position: absolute;
    background-color: #000;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.storeList .hoverable .hover-desc {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    right: 0;
    left: 0;
    height: fit-content;
}

.sportArea .hoverable .hover-desc {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    right: 0;
    left: 0;
    height: fit-content;
}

.storeList .hoverable .hover-bg {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    object-fit: cover;
}

.storeList .hoverable span,
.storeList .hoverable a {
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    font-style: normal;
    font-family: inherit;
}

.storeList .hoverable .thin {
    font-weight: 400;
}

.storeList .hoverable a img {
    filter: brightness(0) saturate(100%) invert(66%) sepia(5%) saturate(3694%) hue-rotate(7deg) brightness(92%) contrast(88%);
}



.storeList .hover-active {
    visibility: visible;
    opacity: 1;
}

.sportArea .hoverable .hover-bg {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    object-fit: cover;
}

.sportArea .hoverable span,
.sportArea .hoverable a {
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    font-style: normal;
    font-family: inherit;
}

.sportArea .hoverable .thin {
    font-weight: 400;
}

.sportArea .hoverable a img {
    filter: brightness(0) saturate(100%) invert(66%) sepia(5%) saturate(3694%) hue-rotate(7deg) brightness(92%) contrast(88%);
}



.sportArea .hover-active {
    visibility: visible;
    opacity: 1;
}

.storeList a {
    font-family: "Cormorant Infant", serif;
    font-weight: 300;
    font-size: 50px;
    font-style: italic;
    text-transform: none;
    padding: 0 .25em;
    color: #b29a56;
}

.storeList .all-store-btn {
    border-bottom: solid 1px #3c3c3b;
    color: #3c3c3b;
}

.storeSearchInput {
    width: fit-content;
    border: solid 0.5px rgba(178, 154, 86, 0.5);
    display: flex;
    align-items: center;
    margin: 3% auto;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 300;
    color: #3c3c3b;
    cursor: pointer;
}

.storeSearchInput::-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #3c3c3b;
}

.storeSearchInput input[type='text'] {
    user-select: none;
    -webkit-user-drag: none;
    cursor: pointer;
}

.storeSearchInput input[type='text']::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #3c3c3b;
    left: 10px;
    position: relative;
}

.storeSearchInput input,
.newsletterInput input {
    padding: 0px;
    border: none;
    background: none;
    outline: none;
    width: 100%;
}

.storeSearchInput img,
.newsletterInput img {
    margin-right: 5px;
}

.brand-item {
    height: 195px;
    background: #3c3c3b;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 25px;
    position: relative;
}

.brand-item-contact a {
    padding: 3px;
    margin: 0px 5px;
}

.brand-item-contact a img {
    width: 18px;
}

.brands-list {
    display: flex;
    margin: 3% 0;
}

.newsletter-section {
    text-align: center;
    background: #b29a56;
    padding: 3% 0;
    color: #fff;
}

.newsletter-section h1 {
    font-family: "Cormorant Infant", serif;
    font-weight: 300;
    font-size: 90px;
    letter-spacing: -3px;
    line-height: 0.9;
}

.newsletter-section p {
    font-weight: 200;
    font-size: 14px;
}

.newsletterInput {
    width: 315px;
    border: solid 0.5px rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    margin: 1% auto;
    padding: 5px 10px;
}

.newsletterInput input::-moz-placeholder {
    color: #fff;
    font-weight: 200;
    font-size: 14px;
}

.newsletterInput input,
.newsletterInput input::placeholder {
    color: #fff;
    font-weight: 200;
    font-size: 14px;
}

.promolsArea .extraContent span:not(.simple-btn) {
    font-weight: 200;
    font-size: 14px;
}

.promolsArea .negative {
    color: #b29a56;
}

.mini-footer {
    position: relative;
}

.mini-footer .content {
    position: relative;
    top: 18px;
}

.mini-footer .content h5 {
    font-size: 25px;
    font-style: italic;
    font-weight: 300;
    color: #b29a56;
    text-transform: capitalize;
}

.mini-modal {
    position: absolute;
    left: 0;
    top: 215px;
    right: 0;
    width: 85%;
    margin: auto;
    background-color: #fff;
    padding: 3em;
    z-index: 3;
    border: solid 2px #b29a56;
}

.distance-slider {
    width: 100%;
    float: left;
}

.distance-slider p {
    float: left;
    font: 14px 'proxima_nova_ltsemibold', sans-serif;
    height: 32px;
    line-height: 32px;
    padding: 0;
}

.distance-slider p:first-of-type {
    text-align: right;
}

.distance-slider p:last-of-type {
    text-align: left;
}

.distance-slider .rangeable-container {
    width: 100%;
    float: left;
    height: 32px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.distance-slider .rangeable-handle {
    border: 3px solid #b29a56;
}

.distance-slider h4 {
    margin-left: 15px;
    font-size: 15px;
    color: #c1c1c1;
}

.distance-slider .rangeable-progress,
.rangeable-track {
    height: 2px !important;
}

.distance-slider .rangeable-progress {
    background-color: #b29a56;
}

.distance-slider .rangeable-tooltip::before {
    border-color: #b29a56;
}

.distance-slider .rangeable-tooltip {
    background: #b29a56;
}

.floorplan {
    padding-top: 8em;
}

.floorplan .nav-tabs {
    border: none;
}

.floorplan .nav-tabs .nav-item.show .nav-link,
.floorplan .nav-tabs .nav-link.active {
    background: #B29A56;
    border: none;
    border-radius: 0;
    color: #FFF;
    width: fit-content;
}

.floorplan .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link img {
    position: relative;
    top: -2px;
}

.floorplan .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(3deg) brightness(103%) contrast(100%);
}

.floorplan .nav-tabs .nav-item.show .nav-link:hover {
    background: #B29A56;
    border: none;
    border-radius: 0;
    color: #FFF;
    width: fit-content;
}

.floorplan .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    color: #000;
    width: fit-content;
}

.floorplan .tab-content ul {
    padding: 1.5em 1em 1.5em 2em;
    border: solid 1px rgba(178, 153, 86, 0.5);
    height: 100%;
}

.floorplan .tab-content li {
    padding-bottom: 0.75em;
}

.floorplan .searchBox {
    position: relative;
}

.floorplan .searchBox button {
    color: #000;
    width: 40px !important;
    background: transparent;
    font-size: 0;
    border: none;
    border-radius: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.floorplan .searchBox input[type=search] {
    padding: 0.5em 0.5em 0.5em 2.5em;
    border: solid 1px #b29a56;
    transition: all 0.1s ease-in-out;
}

.floorplan .searchBox input[type=search]::-moz-placeholder {
    opacity: 0.5;
    position: relative;
    top: -1px;
}

.floorplan .searchBox input[type=search]::placeholder {
    opacity: 0.5;
    position: relative;
    top: -1px;
}

.floorplan .searchBox input[type=search]:focus {
    border: solid 2px #b29a56 !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.floorplan .store-item {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
}

.btn-dark {
    all: unset
}

.btn-dark::after {
    display: none;
}

.floorplan .italic .store-item {
    font-size: 25px;
    font-family: "Cormorant Infant", serif !important;
}

.floorplan .italic img {
    position: relative;
    top: -3px;
}

.serviceCategory {
    background: #f4f4f4;
}

.serviceCategory a {
    text-transform: capitalize;
}

.cardReq-page .disabled {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    filter: grayscale(1);
    opacity: 0.5;
}

.cardReq-page .active img {
    filter: initial !important;
}

.privacy .gold {
    color: #B29A56;
}

.limit-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-form {
    padding-top: 5em;
}

.newsletterArea .standartChk-btn {
    position: relative;
    width: 0.75em;
    height: 0.75em;
    vertical-align: middle;
    border: 1px solid #b29a56;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    top: -2px;
}

.newsletterArea .standartChk-btn:checked {
    width: 0.75em;
    height: 0.75em;
    margin-right: 10px;
    background-color: transparent;
    vertical-align: middle;
    border: 1px solid #b29a56;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    position: relative;
    cursor: pointer;
}

.newsletterArea .standartChk-btn:checked::after {
    position: absolute;
    background: url("../materials/SVG/checked-ico.svg") no-repeat;
    background-size: 10px 10px;
    background-position: center center;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
}

.newsletterArea .term label {
    font-size: 14px;
    color: #3c3c3b;
    font-weight: 200;
    font-family: "Jost", sans-serif;
}

.newsletterArea input,
.newsletterArea select {
    width: 100%;
    margin-bottom: 10px;
}

.newsletterArea .birth-item {
    position: relative;
}

.newsletterArea .birth-item img {
    position: absolute;
    top: 42px;
    right: 8px;
}

.newsletterArea .ff-item {
    position: relative;
}

.newsletterArea #countryContainer,
.newsletterArea #provinceContainer,
.newsletterArea #genderContainer {
    position: relative;
}

.newsletterArea #countryContainer::after,
.newsletterArea #provinceContainer::after,
.newsletterArea #genderContainer::after {
    position: absolute;
    content: "";
    background: url(../materials/SVG/rch-b.svg) no-repeat;
    background-size: 10px 10px;
    background-position: center;
    width: 10px;
    height: 10px;
    right: 25px;
    top: 53%;
}

.newsletterArea .error {
    border-color: red !important;
}

.newsletterArea #genderContainer {
    height: 85px !important;
}

.newsletterArea #privacy_checkbox-error {
    display: none !important;
}

.limit-line.active {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inspirationModal .modal-content {
    border-radius: 0;
}

#getVillageCardForm .not-allowed {
    opacity: 0.5;
    cursor: not-allowed;
}

#pills-home .not-allowed {
    opacity: 0.5;
    cursor: not-allowed;
}

@media only screen and (max-width: 1600px) {
    .sbsHeader .title h1 {
        font-size: 70px;
    }
}
@media only screen and (max-width: 1400px) {
    .sbsHeader .title h1 {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar .popularSearch .row {
        overflow: hidden;
    }

    .navbar .popularSearch a {
        margin: 10px 0em !important;
    }

    .navbar .recentSearch ul {
        position: relative;
        left: 25px;
    }

    .navbar .recentSearch ul a {
        margin-bottom: 25px !important;
    }

    footer {
        border-top: 0;
    }

    footer .navigationLinks {
        padding: 0;
    }

    footer .navigationLinks .col-xl-2 {
        padding: 0;
    }

    footer .navigationLinks .accordion {
        padding: 0;
    }

    footer .navigationLinks .accordion .col-xl-1 {
        border-top: 1px solid rgba(0, 0, 0, 0.3);
        padding: 0 2em;
    }

    footer .navigationLinks .collapse:not(.show) {
        display: none;
    }

    footer .navigationLinks .accordion-button {
        pointer-events: initial;
    }

    footer .navigationLinks .accordion-button::after {
        display: block;
    }

    footer .navigationLinks .accordion-item {
        border-radius: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.3);
        padding: 1em 2em;
    }

    footer .navigationLinks .accordion-body {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 1200px) {

    .membershipArea .slickIt .slick-dots {
        margin-top: -50px;
        display: flex;
        justify-content: end;
        z-index: 1;
        position: relative;
    }

    .membershipArea .slickIt .slick-dots li {
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 5px;
    }

    .membershipArea .slickIt .slick-dots .slick-active button {
        background: #b29a56;
    }

    .membershipArea .slickIt .slick-dots button {
        background: transparent;
        box-shadow: none !important;
        border-radius: 100%;
        border: solid 2px #b29a56;
        font-size: 0;
        margin: 0;
        padding: 0;
        width: 10px;
        height: 10px;
    }

    .membershipArea .title {
        min-height: auto;
    }

    .sbsHeader .title h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1100px) {
    .sbsHeader .title h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 991px) {
    * h2 {
        font-size: 25px;
    }

    .col-line::after,
    .col-line::before,
    .col-line span::after,
    .col-line span::before {
        display: none;
    }

    .promoSlick .slick-dots {
        bottom: 10px;
    }

    .servicesArea .items p {
        padding: 0em 1.25em;
    }

    .workingTimes .col-6 {
        position: relative;
        left: 0px;
    }

    .membershiplsArea .col-lg-6 .img-fluid,
    .promolsArea .col-lg-6 .img-fluid {
        padding-left: 0em;
    }

    .servicesArea .col-lg-10 .items:nth-last-child(1) hr {
        display: none !important;
    }

    .servicesArea .outfit-item-box-top {
        height: fit-content;
        display: flex;
        align-items: center;
    }

    .storeSales a {
        min-height: 150px !important;
        height: auto !important;
    }

    .searchListMenu .searchBox {
        width: 95% !important;
        margin-left: auto;
    }

    .searchListMenu .backBtn {
        position: relative;
        top: -25px;
        left: -8px !important;
        margin: auto;
        text-align: center;
    }

    .workingTimes span:nth-child(1) {
        padding: 0em 3em;
    }

    .mainHeader {
        position: relative;
        background: #000;
        min-height: 100vh;
        width: 100%;
    }

    .mainHeader .slickIt {
        padding: 0;
        margin: 0;
    }

    .mainHeader .slick-dots {
        display: flex;
        margin: auto;
        justify-content: center;
        position: absolute;
        bottom: 20px;
        display: none !important;
        left: 0;
        right: 0;
    }

    .mainHeader .slick-dots li {
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 5px;
    }

    .mainHeader .slick-dots .slick-active button {
        background: #b29a56;
    }

    .mainHeader .slick-dots button {
        background: transparent;
        box-shadow: none !important;
        border-radius: 100%;
        border: solid 2px #b29a56;
        font-size: 0;
        margin: 0;
        padding: 0;
        width: 10px;
        height: 10px;
    }

    .mainHeader .slickContent {
        position: relative;
        padding: 0;
        margin: 0;
        height: 100vh;
    }

    .mainHeader video {
        height: 100vh;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .mainHeader .img-fluid {
        width: 100%;
        height: 100vh;
        -o-object-fit: cover;
        object-fit: cover;
        padding: 0;
        opacity: 0.8;
    }

    .mainHeader .title {
        position: absolute;
        z-index: 1;
        color: #fff;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
    }

    .mainHeader .title h1 {
        font-size: 45px;
        font-weight: 300;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
    }

    .mainHeader .bottomNav {
        position: absolute;
        bottom: 28px;
        left: 0;
        right: 0;
        margin: auto;
        justify-content: center;
        display: flex;
    }

    .mainHeader .bottomNav a {
        color: #fff;
        font-weight: 200;
        font-size: 10px;
    }

    .mainHeader .bottomNav a img {
        width: 20px;
    }

    .mainHeader .bottomNav span {
        display: flex;
    }



    .discoverContent {
        padding: 2em 1em;
    }

    .offerArea,
    .brandNews {
        position: relative;
        padding: 2em 1em;
        margin-bottom: initial;
        display: inline-table;
    }

    .offerArea .img-fluid,
    .brandNews .img-fluid {
        width: 100%;
        height: auto;
    }

    .offerArea p,
    .brandNews p {
        font-weight: 200;
        font-size: 14px;
    }

    .offerArea::after,
    .brandNews::after {
        display: none;
    }

    .membershiplsArea,
    .touristicArea,
    .mapArea,
    .promolsArea {
        position: relative;
        padding: 2em 1em;
        margin-bottom: initial;
    }

    .membershiplsArea .img-fluid,
    .touristicArea .img-fluid,
    .mapArea .img-fluid,
    .promolsArea .img-fluid {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .membershiplsArea p,
    .promolsArea p {
        font-weight: 200;
        font-size: 14px;
    }

    .membershiplsArea::after,
    .promolsArea::after {
        display: none;
    }

    .membershiplsArea p,
    .touristicArea p,
    .promolsArea p {
        font-weight: 200;
        font-size: 14px;
    }

    .membershiplsArea::after,
    .touristicArea::after,
    .promolsArea::after {
        display: none;
    }

    .membershiplsArea p,
    .touristicArea p,
    .mapArea p,
    .promolsArea p {
        font-weight: 200;
        font-size: 14px;
    }

    .membershiplsArea::after,
    .touristicArea::after,
    .mapArea::after,
    .promolsArea::after {
        display: none;
    }

    .membershiplsArea:before,
    .touristicArea:before,
    .mapArea:before,
    .promolsArea:before {
        display: none;
    }

    .carouselGallery .outerBox img {
        padding: 0px 30px;
    }

    .carouselGallery .nav-title {
        justify-content: start;
    }

    .carouselGallery .simple-btn {
        padding: 0 2em;
    }

    .carouselGallery .detailsBox {
        padding: 0 1em;
    }

    .carouselGallery .priceDetails .box:first-child h5::after {
        position: absolute;
        content: "";
        width: 40px;
        height: 1px;
        transform: rotate(-25deg) translateY(-50%);
        background: #3c3c3b;
        margin: initial;
        left: 0;
        top: 50%;
        right: 0;
    }

    .galleryArea {
        background: #3c3c3b;
        padding-top: 60px;
        padding: 2em 1em;
        overflow-x: hidden;
    }

    .galleryArea .description {
        margin-top: -110px;
    }

    .galleryArea h2 {
        width: 75%;
        margin: auto;
    }

    .galleryArea .mini-title {
        position: relative;
    }

    .galleryArea .mini-title span {
        color: #fff;
    }

    .galleryArea .slickIt {
        position: relative;
        transform: scale(1.25) rotate(0deg) translateZ(0);
        top: -110px;
        padding: 7em 0;
        overflow-x: hidden;
    }

    .galleryArea .slickIt .slick-slide {
        padding: 125px 0;
    }

    .galleryArea .slickIt img {
        margin: auto;
    }

    .galleryArea .slickIt .slick-slide img {
        max-width: 100%;
        transition: all 0.5s;
        opacity: 0.5;
    }

    .galleryArea .slickIt .slick-center img {
        transform: scale(1.5);
        opacity: 1;
        z-index: 999;
        position: relative;
    }

    .galleryArea .slickBtns {
        position: relative;
        margin-top: -170px;
    }

    .galleryArea p {
        position: relative;
        color: #fff;
        font-weight: 200;
        font-size: 14px;
    }

    .inspirationArea .title h2 {
        font-size: 45px;
    }

    .inspirationArea .img-fluid {
        height: 700px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .landArea {
        padding: 0 1em;
    }

    .landArea .img-fluid {
        height: auto;
        width: 100%;
    }

    .landArea::after {
        display: none;
    }

    .promoArea a::before,
    .storeSales a::before {
        display: none;
    }

    .promoArea a::after,
    .storeSales a::after {
        display: none;
    }

    .promoArea a span::before,
    .storeSales a span::before {
        display: none;
    }

    .promoArea a span::after,
    .storeSales a span::after {
        display: none;
    }

    .promoArea .slick-dots,
    .storeSales .slick-dots {
        position: relative;
        top: -40px;
    }

    .profile-page .nav button,
    .send-request .nav button {
        padding: 5px !important;
    }

    .profile-page .home-brands .nav-tabs button,
    .send-request .home-brands .nav-tabs button {
        font-size: 21px !important;
    }

    .restaurantArea .rotater {
        height: 85vmin;
    }

    .restaurantArea .rotater svg {
        max-width: 82vmin;
    }

    .restaurantArea .rotater img {
        max-width: 55vmin;
    }

    .landList .land-col .outbox {
        min-height: auto;
    }

    .reverse .col-lg-6 .img-fluid {
        padding-right: 0em;
        padding-left: 0 !important;
    }

    .sbsHeader {
        position: relative;
        background: #f4f4f4;
        min-height: fit-content;
        width: 100%;
        display: flex;
        align-items: center;
        align-content: center;
        padding: 1em 0em;
    }

    .sbsHeader .img-fluid {
        padding-bottom: 1em;
    }
}

@media only screen and (max-width: 767px) {

    .floorplan .dropdown-menu.show {
        border-radius: 0;
        border-color: rgba(178, 153, 86, 0.5);
    }

    .floorplan .tab-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
    }

    .floorplan .tab-content ul {
        padding: 1.5em 1em 1.5em 0.5em;
    }

    .floorplan .store-search:focus-within {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999;
    }

    .floorplan #floorPlanStoreList {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
    }

    .floorplan .mobile-store .tab-pane {
        height: 550px;
        width: 85%;
        margin: auto;
        left: 0;
        right: 0;
        top: 200px;
        border: none;
        position: absolute;
        background: #fff;
        opacity: 1;
        visibility: visible;
    }

    .floorplan .mobile-store .tab-content ul {
        border: none !important;
    }

    .floorplan .close {
        opacity: 0 !important;
        visibility: hidden !important;
    }

    .floorplan .searchBox input[type=search] {
        padding: 0.5em 0.5em 0.5em 2.5em !important;
        border: none !important;
        transition: all 0.1s ease-in-out;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
    }

    .floorplan .searchBox input::placeholder {
        color: #000 !important;
        opacity: 1 !important;
    }

    .floorplan .searchBox button {
        top: 20px !important;
    }

    .floorplan .searchBox button:hover {
        background: transparent !important;
    }

    .floorplan .dropdown-menu.show {
        width: 85%;
        transform: initial !important;
        left: 50% !important;
        top: 40px !important;
        transform: translateX(-50%) !important;
    }

    .sbsHeader h1 {
        font-size: 40px !important;
        margin-top: 1em;
    }

    .timetablesArea {
        padding-bottom: 40px;
    }

    .storeSearchInput {
        margin: 2em auto;
        padding: 0.5em;
        width: 90% !important;
    }

    .newsletterInput {
        width: 100% !important;
    }

    .store-letters {
        margin-bottom: 1em;
        display: flex;
        overflow-x: scroll;
        padding-left: 1em;
        padding-right: 2em;
    }

    .storeList a {
        font-size: 25px;
    }

    .newsletter-section {
        padding: 2em 1em;
    }

    .newsletter-section h1 {
        font-size: 45px;
    }

    .fullMenu {
        overflow-y: scroll !important;
    }

    .fullMenu .nav-link {
        font-size: 25px !important;
    }

    .fullMenu .variant .nav-link {
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
    }

    .fullMenu .variant .nav-link::after {
        display: block !important;
    }

    .fullMenu .nav-tabs {
        padding-left: 50px;
        padding-right: 50px;
        position: absolute;
        left: 0;
    }

    .fullMenu .nav-tabs .active .parent {
        z-index: 999;
        pointer-events: initial !important;
        position: absolute;
        top: 7px;
        left: 45px;
        opacity: 1;
        visibility: visible;
    }

    .fullMenu .nav-tabs .active .parent::after {
        position: absolute;
        filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(308deg) brightness(99%) contrast(101%);
    }

    .fullMenu .tab-content {
        position: absolute;
        left: 0;
    }

    .fullMenu .tab-content .nav-link {
        opacity: 1 !important;
    }

    .fullMenu .tab-content .tab-pane {
        margin-left: 50px;
        margin-right: 50px;
        padding-left: 0;
    }

    .fullMenu .tab-content .tab-pane h1 {
        font-weight: 300;
        font-style: italic;
        color: #3c3c3b;
    }

    .fullMenu .tab-content .tab-pane::before {
        display: none;
    }

    .fullMenu .tab-content .tab-pane::after {
        display: none;
    }

    .fullMenu .restaurantArea .rotater {
        height: 100vmin;
    }

    .fullMenu .restaurantArea .rotater svg {
        max-width: 84vmin;
    }

    .fullMenu .restaurantArea .rotater img {
        max-width: 56vmin;
    }

    .promoArea .detailsBox,
    .storeSales .detailsBox {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {

    .inspirationModal {
        margin: 0;
    }

    .inspirationModal .modal-content {
        border-radius: 0;
        height: 100%;
    }

    .inspirationModal .modal-dialog {
        margin: 0;
        height: 100%;
    }

    .landList {
        position: initial !important;
    }

    .mini-modal {
        position: fixed;
        left: 0;
        top: 60px;
        right: 0;
        width: 100%;
        height: calc(100vh - 60px);
        border: none !important;
        margin: auto;
        background-color: #fff;
        padding: 3em 0em;
        z-index: 3;
    }

    .mini-modal h2 {
        padding: 0 2em;
    }

    .mini-modal .filterClose {
        position: relative;
        left: 25px;
        top: -5px;
        width: 10px;
    }

    .mini-modal .rangeable-container {
        padding: 0 2em;
    }

    .mini-modal .distance-text {
        padding: 0 1.5em;
    }

    .mini-modal .col-12 {
        padding: 0;
    }

    .mini-footer {
        bottom: 60px;
        position: fixed;
        left: 0;
        right: 0;
    }

    .timetablesArea .col-lg-4::before {
        display: none;
    }

    .timetablesArea .col-lg-4::after {
        display: none;
    }

    .timetablesArea .slick-slide {
        padding: 0;
    }

    .galleryArea .slickIt {
        position: relative;
        transform: scale(2.5) rotate(0deg) translateZ(0);
        top: -110px;
        padding: 7em 0;
        overflow-x: hidden;
    }

    .brandArea .js-marquee .content a {
        max-width: 265px;

    }

    .brandArea span {
        font-size: 7vw;
    }

    .brandArea span::before {
        font-size: 7vw;
    }

    .brandArea .langSwitcher {
        top: 5px;
        position: relative;
    }

    .brandArea .langSwitcher a::after {
        top: -16px !important;
    }

    .brandArea .searchSwitcher {
        text-align: center;
        position: relative;
        top: -2px;
        display: flex;
        justify-content: center;
        width: 50px;
        background: none;
        border: none;
        outline: none !important;
        box-shadow: none !important;
        color: #fff;
    }

    .brandArea .searchSwitcher img {
        position: relative;
        top: 5px;
    }

    .brandArea .searchSwitcher:nth-child(odd) {
        position: relative;
        top: 2px;
    }

    .brandArea .searchSwitcher:nth-child(odd) img {
        width: 20px;
    }

    .brandArea .searchSwitcher:nth-child(odd)::after {
        content: "";
        position: absolute;
        right: 0;
        top: -20px;
        left: 60px;
        width: 1px;
        height: 65px;
        background: #6a5c34;
    }

    .brandArea .searchSwitcher:nth-child(even) {
        position: relative;
        padding: 0 9px 0 25px;
    }

    .brandArea .searchSwitcher:nth-child(even):before {
        content: "";
        position: absolute;
        left: 0;
        top: -24px;
        width: 1px;
        height: 70px;
        background: #6a5c34;
    }

    .brandArea .searchSwitcher:nth-child(even) .bar-1,
    .brandArea .searchSwitcher:nth-child(even) .bar-2,
    .brandArea .searchSwitcher:nth-child(even) .bar-3 {
        width: 25px;
        height: 1px;
        background: #fff;
        left: -1px;
        position: relative;
        margin-bottom: 6px;
        opacity: 1;
        transition: all 0.5s ease;
    }

    .brandArea .searchSwitcher:nth-child(even) .bar-3 {
        margin-bottom: 0;
    }

    .brandArea .navbar-toggler {
        background: none;
        border: none;
        outline: none !important;
        box-shadow: none !important;
        color: #fff;
    }

    .brandArea .navbar-toggler:nth-child(odd) {
        position: relative;
        padding-right: 30px;
    }

    .brandArea .navbar-toggler:nth-child(odd) img {
        width: 20px;
    }

    .brandArea .navbar-toggler:nth-child(odd)::after {
        content: "";
        position: absolute;
        right: 0;
        top: -20px;
        width: 1px;
        height: 65px;
        background: #6a5c34;
    }

    .brandArea .navbar-toggler:nth-child(even) {
        position: relative;
        padding: 0 9px 0 25px;
        top: 4px;
    }

    .brandArea .navbar-toggler:nth-child(even):before {
        content: "";
        position: absolute;
        left: 0;
        top: -25px;
        width: 1px;
        height: 65px;
        background: #6a5c34;
    }

    .brandArea .navbar-toggler:nth-child(even) .bar-1,
    .brandArea .navbar-toggler:nth-child(even) .bar-2,
    .brandArea .navbar-toggler:nth-child(even) .bar-3 {
        width: 25px;
        height: 1px;
        background: #fff;
        left: -1px;
        top: 3px;
        position: relative;
        margin-bottom: 6px;
        opacity: 1;
        transition: all 0.5s ease;
    }

    .brandArea .navbar-toggler:nth-child(even) .bar-3 {
        margin-bottom: 0;
    }

    .brandArea .searchListMenu .searchBox {
        width: 90% !important;
        margin-left: auto;
    }

    .brandArea .searchListMenu .backBtn {
        position: relative;
        top: -25px;
        left: -8px !important;
        margin: auto;
        text-align: center;
    }

    .brandArea .navbar .searchMenu {
        height: calc(100vh - 30px);
    }

    .brandArea .bg-dark {
        height: 60px;
    }

    .brandArea .bg-dark .navbar-brand img {
        top: 5px;
    }

    .brandArea * h2 {
        font-size: 25px;
    }

    .brandArea .cafeArea .simple-btn {
        margin-left: 0.75em;
    }

    .brandArea .accordion-button {
        font-size: 25px !important;
    }

    .brandArea .navbar .navbar-brand img {
        max-width: 200px;
        width: 100%;
        top: 8px;
        right: -3px;
    }

    .brandArea .galleryArea {
        background: #3c3c3b;
        padding-top: 60px;
    }

    .brandArea .galleryArea .mini-title {
        position: relative;
    }

    .brandArea .galleryArea .mini-title span {
        color: #fff;
    }

    .brandArea .galleryArea .slickIt {
        position: relative;
        transform: scale(2) rotate(0deg);
        top: -110px;
        padding: 7em 0;
        overflow-x: hidden;
    }

    .brandArea .galleryArea .slickIt img {
        margin: auto;
    }

    .brandArea .galleryArea .slickIt .slick-slide {
        outline: none !important;
        padding: 120px 0;
    }

    .brandArea .galleryArea .slickIt .slick-slide img {
        max-width: 100%;
        transition: all 0.5s;
        opacity: 0.5;
    }

    .brandArea .galleryArea .slickIt .slick-center img {
        transform: scale(1.5);
        opacity: 1;
        z-index: 999;
        position: relative;
    }

    .brandArea .galleryArea .slickBtns {
        position: relative;
        margin-top: -170px;
    }

    .brandArea .galleryArea p {
        position: relative;
        color: #fff;
        font-weight: 200;
        font-size: 14px;
        margin-top: -110px;
    }

    .brandArea .inspirationArea .title h2 {
        font-size: 45px;
        padding: 0 2em;
    }

    .brandArea .inspirationArea .img-fluid {
        height: 600px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 85% 0px;
        object-position: 85% 0px;
    }

    .brandArea .promoArea a::before,
    .brandArea .storeSales a::before {
        display: none;
    }

    .brandArea .promoArea a::after,
    .brandArea .storeSales a::after {
        display: none;
    }

    .brandArea .promoArea a .d-flex,
    .brandArea .storeSales a .d-flex {
        padding: 0 1em !important;
    }

    .brandArea .promoArea a span::before,
    .brandArea .storeSales a span::before {
        display: none;
    }

    .brandArea .promoArea a span::after,
    .brandArea .storeSales a span::after {
        display: none;
    }

    .brandArea .promoArea .slick-dots,
    .brandArea .storeSales .slick-dots {
        position: relative;
        top: -40px;
    }

    footer .navigationLinks .accordion-button {
        font-size: 25px;
    }

    .navbar-brand img {
        max-width: 185px !important;
        width: 100%;
        position: relative;
        top: 0px !important;
        left: 5px !important
    }

    .navbar .container-fluid {
        top: 5px;
        position: relative;
    }

    .navbar .langSwitcher a {
        top: 0 !important;
    }

    .navbar .navbar-toggler:nth-child(even) {
        top: -3px !important;
    }

}

/*# sourceMappingURL=main.css.map */