
:root {
    --custom-blue: #1b3556;
    --custom-lightblue: #3a71ba;
    --custom-cream: #cfb193;
}

/* custom checkbox */
.custom-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.custom-checkbox p {
    margin-bottom: 0;
}

.custom-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.custom-checkbox span {
    display: inline-block;
    width: 25px;
    height: 25px;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--custom-blue);
    background-color: #fff;
    margin-right: .5em;
    position: relative;
    cursor: pointer;
}

.custom-checkbox input:checked ~ span {
    background-color: var(--custom-blue);
}

.custom-checkbox span::after {
    display: none;
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.custom-checkbox input:checked ~ span::after {
    display: block;
}
/* end of custom checkbox */

/* navbar */
button.nav-link {
    background-color: transparent;
    border: none;
    outline: none;
}

button.nav-link::after {
    display: none;
}

.navbar .dropdown-menu {
    left: unset;
    right: 30px;
    min-width: 12rem;
    text-align: center;
    border-radius: 0;
}

.navbar .dropdown-menu a {
    color: var(--custom-blue);
    margin: 0 !important;
}

.navbar .dropdown-menu a:hover {
    background-color: transparent;
    color: var(--custom-lightblue);
}
/* end of navbar */

/* static content */
.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    font-family: 'Bellefair', serif;
    font-weight: 600;
    text-transform: uppercase;
}

.static-content h1 {
    font-size: 35px;
}
.static-content h2 {
    font-size: 32px;
}
.static-content h3 {
    font-size: 30px;
}
.static-content h4 {
    font-size: 25px;
}
.static-content h5 {
    font-size: 22px;
}
.static-content h6 {
    font-size: 19px;
}

.static-content img {
    max-width: 100%;
}

.static-content ul {
    padding: 0;
}

.static-content li {
    list-style-type: none;
    position: relative;
    margin-bottom: 0.6em;
    padding-left: 21px;
    display: flex;
    width: 100%;
}

.static-content li::before {
    content: "";
    background-color: #312415;
    border-radius: 5px;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 5px;
}
/* end of static content */

/* base stuff */
form label a,
form label a:hover {
    text-decoration: underline;
}

.base_container {
    min-height: 450px;
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

.navbar-nav .dropdown-toggle::after,
.hidden {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.navbar-toggler {
    border-color: #8d9aab;
}

form small {
    text-align: left !important;
    color: #f00;
}

a:focus,
a:hover,
a:focus *,
a:hover *{
    text-decoration: none !important;
    color: currentColor;
}
/* end of base stuff*/

/* popup */
.popup-modal {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    /*height: 400px;*/
    height: fit-content;
    max-width: 95%;
    max-height: 95%;
    z-index: 1010;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.35);
    padding: 1.2em 1em;
    overflow: scroll;
}

/*.popup-modal .popup-content {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    padding: 1.2em 1em;*/
/*}*/

.popup-modal #closePopup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1em 0.3em;
    cursor: pointer;
    font-size: 25px;
    z-index: 100;
}
/* end of popup */

.navbar-nav .active-link {
    color: #2b2b2b;
}

body {
    background: #F4EDE1;
}
a,
body {
    font-family: 'Bellefair', serif;
    color: #2b2b2b;
}

a:hover {
    text-decoration: none;
    color: #2b2b2b;
}


header {
    background-color: #F4EDE1;
}

header .row {
    height: 82px;
    align-items: center;
}

.navbar-brand {
    position: absolute;
    left: 0px;
    background-color: #F4EDE1;
    z-index: 1000;
    top: 0;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0.5em;
}

.nav-link {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0em;
    color: #312415;
    margin-left: 40px;
}

#carouselTop {
    position: relative;
}

#carouselTop::after {
    content: "";
    display: flex;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.35);
    position: absolute;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 120px;
    font-weight: 600;
    letter-spacing: 0em;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
}

.carousel-text-1 {
    font-family: 'Bellefair', serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #F4EDE1;
    line-height: 1.2;
    text-align: left;
}

.carousel-caption {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 14%;
}

.carousel-img {
    height: 835px;
    object-fit: cover;
    width: 100%;
}

.standard-title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0em;
    padding-bottom: 10px;
    padding-left: 105px;
    border-bottom: 3px solid #625252;
    color: #312415;
}

.prod-category-fluid {
    padding-top: 3em;
    padding-bottom: 5em;
}

.home-one-category {
    width: 100%;
    height: 283px;
    display: flex;
    align-items: flex-end;
    justify-content: start;
    flex-direction: row;
    position: relative;
    margin-top: 30px;
    padding-left: 25px;
    padding-bottom: 25px;
}

.home-one-category.top {
    padding-bottom: 0px; 
    padding-top: 25px;
    padding-left: 25px;
    align-items: flex-start;
    justify-content: start;
}

.home-one-category.top.right {
    padding-right: 25px;
    align-items: flex-start;
    justify-content: end;
}

.home-one-category::after {
    content: "";
    display: flex;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.35);
    position: absolute;
}

.home-one-category img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    object-fit: cover;
}

.home-one-category h2 {
    position: relative;
    z-index: 100;
    font-family: Playfair Display;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #F4EDE1;
}

.about-us-fluid {
    background-color: #8B7069;
    padding-top: 3em;
    padding-bottom: 3em;
}

.standard-title.white {
    color: #F4EDE1;
    border-color: #F4EDE1;
}

.static-content {
    font-family: 'Bellefair', serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #F4EDE1;
    line-height: 1.2;
}

.rolunk-text > img {
    position: absolute;
    left: -84px;
    top: -54px;
}

.rolunk-text .static-content {
    padding-left: 124px;
}

.rolunk-text .static-content .extra-left-p {
    padding-left: 113px;
}

.product-home-list {
    padding-top: 3em;
    padding-bottom: 3em;
}

.one-list-product {
    box-shadow: 4px 4px 10px 4px #00000040;
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
}

.prod-list-img {
    height: 219px;
    width: 100%;
    object-fit: cover;
}

.prod-list-title {
    display: flex;
    height: 65px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    line-height: 1;
    color: #312415;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0em;
}

.prod-list-desc {
    font-size: 16px;
    color: #312415;
    display: flex;
    height: 65px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.home-text-fluid {
    background-color: #AF9284;
    padding-top: 4em;
    padding-bottom: 4em;
}

.standard-title-2 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: left;
    color: #F4EDE1;
}

.brown-text a,
.brown-text {
    color: #312415 !important;
}

.why-us-fluid {
    padding-top: 5em;
    padding-bottom: 5em;
}

.standard-title-3 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: left;
}

.why-us-nr {
    font-family: 'Playfair Display', serif;
    font-size: 128px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    color: #625252;
    line-height: 1;
}

.why-us-text {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    color: #625252;
    line-height: 1;
}

.home-contact-fluid {
    background-color: #625252;
    padding-top: 3em;
    padding-bottom: 3em;
}

.contact-row {
    padding-top: 3em;
}

.standard-title-2.smaller {
    font-size: 30px;
}

.contacts-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 15px;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #F4EDE1;
    width: fit-content;
}

.contacts-row img {
    width: 50px;
    object-fit: scale-down;
    margin-right: 25px;
}

.cw-control {
    background-color: #F4EDE1;
    min-height: 56px;
    border: 0px;
    border-radius: 0px;
    font-family: 'Bellefair', serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #312415;
}

.cw-control::placeholder {
    color: #6252525E;
    font-family: 'Bellefair', serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0em;
}

.cw-control::-ms-input-placeholder {
    color: #6252525E;
    font-family: 'Bellefair', serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0em;
}

.static-content.white a {
    color: #F4EDE1;
}

.standard-btn {
    background-color: #F4EDE1;
    border: 0px;
    border-radius: 0px;
    min-height: 42px;
    padding: 0px 35px;
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0em;
    color: #625252;
    width: fit-content;
    display: flex;
    align-items: center;
}

.standard-btn.brown-btn {
    background-color: #625252;
    color: #F4EDE1;
}

.partners-logo {
    margin-top: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

footer {
    background-color: #312415;
    padding-top: 1.5em;
    padding-bottom: 1em;
}

.footer-link {
    font-family: 'Bellefair', serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #F4EDE1 !important;
}

.extra-top-p, .extra-top-sec {
    padding-top: 25px;
}

.footer-title {
    font-family: 'Bellefair', serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #F4EDE1;
}

.footer-contacts {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 18px;
    margin-bottom: 19px;
    font-family: 'Bellefair', serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #F4EDE1 !important;
}

.footer-contacts span {
    font-weight: 400;
    width: 190px;
}

.bottom-infos {
    padding-top: 1em;
}

.copyright {
    font-family: 'Bellefair', serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #F4EDE1;
}

.desktop-right {
    text-align: right;
}

.heading {
    background-image: url('../images/hero.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 4em;
}

.heading .row {
    height: 520px;
    align-items: center;
}

.heading .row h1 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 120px;
    font-weight: 600;
    letter-spacing: 0em;
    color: #F4EDE1;
    text-transform: uppercase;
}

.gallery-item {
    display: flex;
    align-items: flex-end;
    justify-content: start;
    flex-direction: row;
    position: relative;
    height: 416px;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.gallery-item::after {
    content: "";
    display: flex;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.35);
    position: absolute;
}

.gallery-item > img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    object-fit: cover;
}

.gallery-item-content {
    position: relative;
    z-index: 100;
}

.gallery-item-content .gallery-title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    color: #F4EDE1;
    line-height: 1;
}

.gallery-item-content .btn {
    font-size: 20px;
}

.gallery-img-block {
    display: block;
    margin-bottom: 25px;
}

.gallery-img-block img {
    height: 416px;
    width: 100%;
    object-fit: cover;
}

.page-link {
    border: 1px solid #8B7069 !important;
    background-color: transparent !important;
    font-family: 'Bellefair', serif;
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: 0em !important;
    text-align: center !important;
    color: #F4EDE1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0px !important;
    height: 54px !important;
    width: 54px !important;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

.page-item.active .page-link {
    background-color: #8B7069 !important;
    border: 0px !important;
}

.image-part {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 25px;
    box-shadow: 4px 4px 10px 4px #00000040;
}

.product-big-image {
    width: 100%;
    height: 380px;
    object-fit: cover;
    margin-bottom: 25px;
    cursor: pointer;
}

.small-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.small-image {
    width: calc(95% / 4);
}

.small-image img {
    height: 112px;
    margin-bottom: 11px;
    object-fit: cover;
    width: 100%;
}

.prop-row {
    padding-top: 4em;
    padding-bottom: 6em;
}

.contact-page-fluid {
    padding-top: 5em;
    padding-bottom: 5em;
}

.contact-page-fluid .cw-control {
    background-color: #6252525E;
}

.contacts-block-row {
    display: flex;
    margin-top: 1.5em;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    width: fit-content;
}

.contacts-block-row span {
    font-family: 'Bellefair', serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #312415;
    line-height: 1.2;
}

.contacts-block-row span.type-of-contact {
    font-family: 'Playfair Display', serif !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    color: #312415;
    line-height: 1.2;
}
/*EOF*/