/* Custom Styles */
body.offer-checkout.offer-checkout-show h2, body.offer-checkout.offer-checkout-show h3, body.offer-checkout.offer-checkout-show h4 {
    font-weight: 500;
    font-family: 'Forum', sans-serif;
}
body.offer-checkout.offer-checkout-show h1 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 30px;
}
header__block--logo {
    width: 100%;
}

/*Home*/
.home-tag {
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}

@media (min-width: 768px) {
    .home-tag {
    font-size: 32px;
}
}
@media (min-width: 1366px) {
    .home-tag {
    font-size: 44px;
}
}

.footer__container {
    border: solid 2px #90634F;
    padding: 0;
    margin: 30px auto;
    background:#fff;
    align-items: stretch;
}
@media (min-width: 768px) and (max-width: 1279px) {
    .footer__container > :nth-child(2) {
    border-bottom: solid 2px #90634F;
}
}
@media (min-width: 1280px)  {
    .footer__container > :last-child {
    border: 0 !important;
}
}

.footer-head {
    font-family:'Work Sans', Sans Serif;
    font-size:16px;
    font-weight:600;
    color: #90634F !important;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom: 30px;
}
.footer__block p {
    font-size: 16px;
    letter-spacing: 1.5px;
}
.footer__content {
    padding: 20px 30px;
}

.credits {
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    flex-direction:column;
    color: #90634F;
    text-transform: uppercase;
    font-family: 'Work Sans';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align:center;
}
.credits a {
    color: #90634F !important;
}

@media (min-width: 800px)  {
.credits {
    justify-content: space-between;
    flex-direction:row;
    text-align:left;
}
}
@media (max-width: 799px)  {
.footer-pnt {
    flex-direction:column;
    text-align:center;
    display:flex;

}
}
.footer-pnt {
    flex-direction:column;

}
@media (max-width: 799px)  {
.sepratr {
    display:none;
}
}
a.pag__link {
    color: #90634f !important;
}
.whitebox {
    padding: 30px 100px;
    background: #ffffffeb;
}
.auth__content h1 {
    font-family: 'Work Sans';
    text-transform: uppercase;
    color: #EFC8B0;
    letter-spacing: 3px;
}
.auth__link a {
    color: #C17272;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
}

.header__content .container {
    max-width:unset;
}

.footer__container {
    border: solid 2px #90634F;
    padding: 0;
    margin: 30px auto;
    background: #fff;
    align-items: stretch;
}
@media (min-width: 768px){
span.user__login {
    padding: 5px 10px;
    border: solid 1px #fff;
}
}
@media (max-width: 767px){
span.user__login a {
    border: solid 1px #fff;
    display: inline-block !important;
}
}
@media (min-width: 768px){
.header__block .link-list {
    max-width: 80%;
}
.header__block--menu {
    padding-left:30px;
}
.header__content--desktop .header__block--logo {
    padding-left:30px;
    padding-right:30px;
}
}

a.btn {
    text-decoration: none;
}
.banner-abs, .image > div {
    transform: rotate(270deg) translateX(100%);
        bottom: 20px !important;
    transform-origin: right bottom;
    right: 0 !important;
    display: inline-block;
    font-size: 13px!important;
}
.open--header {
    background: #B0886F !important;
    backdrop-filter: none;
}