@charset "UTF-8";
/*
Theme Name: Zakra Child
Template: zakra
*/

@font-face{font-family:decorplanet;src:url(src/decorplanet.eot?v=20);src:url(src/decorplanet.eot?#iefix?v=20) format("embedded-opentype"),url(src/decorplanet.woff?v=20) format("woff"),url(src/decorplanet.ttf?v=20) format("truetype"),url(src/decorplanet.svg#decorplanet?v=20) format("svg");font-weight:400;font-style:normal}

body:not(.tg-container--separate) #page { background: inherit; }

:root {
    --mackinac: "p22-mackinac-pro", georgia, serif;
    --commuters: "commuters-sans", verdana, sans-serif;
}
a,
address,
b,
body,
center,
code,
dd,
details,
div,
em,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
img,
label,
mark,
menu,
nav,
object,
p,
pre,
s,
section,
span,
strong,
sub,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
details,
footer,
header,
menu,
nav,
section {
    display: block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
body {
    line-height: 1;
    font-family: var(--commuters);
    font-weight: 400;
    font-style: normal;
    color: #515151;
}
ul {
    list-style: none;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1rem;
    margin-block-end: 1rem;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px;
}
* {
    box-sizing: border-box;
}
p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    font-weight: 400;
}
ul {
    font-size: 1rem;
    line-height: 1.5;
}
strong {
    font-weight: 600;
}
.clear {
    clear: both;
    height: 1px;
}
@media (max-width: 767px) {
    body,
    html {
        font-size: 14px;
    }
}
a {
    color: #5f7677;
}
a:hover {
    color: #3e5356;
}
a:visited {
    text-decoration: none;
}
input {
    font-family: var(--commuters);
}
.hidden {
    display: none;
}
.skip {
    display: block;
    line-height: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999em;
    overflow: hidden;
    font-size: 0.01em;
}
.ui__button {
    display: inline-block;
    position: relative;
    overflow: visible;
    width: auto;
    padding: 24px 26px;
    border: 0;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.25);
    border-radius: 46px;
    color: #fff !important;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0;
    background-image: none;
    background-color: #5f7677;
    letter-spacing: 0.05em;
    transition: background-color 0.3s ease-out;
    -webkit-appearance: none;
    font-family: var(--commuters);
    font-weight: 500;
    font-style: normal;
}
@media (max-width: 850px) {
    .ui__button {
        font-size: 13px;
    }
}
.ui__button:hover,
a.ui__button:hover {
    text-decoration: none;
    background-color: #3e5356;
    color: #fff;
}
.ui__button:active {
    background-color: #53341e;
}
.ui__button--square {
    border-radius: 0;
}
.ui__button--white {
    background: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.25);
    border-radius: 46px;
    color: #222 !important;
}
.ui__button--white:hover {
    background: #fff !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 1px 4px 4px rgba(0, 0, 0, 0.13);
}
.ui__button--mini {
    padding: 10px;
}
.ui__input {
    height: 65px;
    border: 1px solid #d1d1d1;
    background: #fff;
    padding: 1rem;
}
.ui__input::placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.02em;
    color: #6d6e6d;
    font-family: var(--commuters);
}
.ui__input-group {
    display: flex;
}
.ui__input--gray {
    background: #f4f4f4;
}
.ui__dd-container {
    position: relative;
}
.ui__dd {
    position: absolute;
    display: none;
    opacity: 0;
    top: 100%;
    padding-top: 10px;
    z-index: 224;
}
.ui__dd-container:hover .ui__dd {
    display: block;
    animation: fadeIn 0.1s ease-in both;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.ui__dd-block {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 1px 4px 4px rgba(0, 0, 0, 0.13);
}
.ui__message {
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    background: #f1f1f1;
    padding: 1rem 1.5rem;
}
.ui__message-icon {
    margin-right: 0.7rem;
}
.ui__message strong {
    font-weight: 600;
}
.ui__message-close {
    margin-left: auto;
    cursor: pointer;
}
.ui__message--success {
    background: #ecf1ef;
    border-color: #0d773f;
    color: #0d773f;
}
.ui__message--success .ui__message-close path {
    fill: #0d773f;
}
.ui__message--error {
    background: #fef4f1;
    border-color: #a13714;
    color: #8c2e0f;
}
.ui__message--error .ui__message-close path {
    fill: #0d773f;
}
.ui__slider-container {
    position: relative;
}
.ui__slider {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
}
.ui__slider::-webkit-scrollbar {
    display: none;
}
.ui__slider-item {
    scroll-snap-align: start;
}
.header {
    margin: 0 auto;
    width: 100%;
}
.header__top-nav {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1170px) {
    .header__top-nav {
        display: none;
    }
}
.header__link-list {
    display: flex;
}
@media (max-width: 1170px) {
    .header__link-list {
        display: flex;
    }
}
.header__link {
    text-decoration: none;
    color: #333031;
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
}
.header__link:hover {
    color: #4a5e60;
}
.header__link {
    margin-right: 1.5rem;
}
.ui__dd-container .header__link {
    margin: 0;
}
.header__link--em {
    color: #5f7677;
}
.header__acc-link {
    display: block;
}
a.header__acc-link:focus {
    outline: 2px solid #5f7677;
}
.header__shwrm-link {
    display: none;
}
.header__link-phone {
    display: none;
}
@media (max-width: 1170px) {
    .header__top-nav {
        display: flex;
        padding: 0.5rem 1rem;
        border-bottom: 1px solid #b0b0b0;
    }
    .header__top-nav {
        display: flex;
    }
    .header__link,
    .header__phone-link {
        display: none;
    }
    .header__acc-link,
    .header__account-link,
    .header__link-phone {
        display: block;
        font-weight: 600;
        color: #515151;
    }
    .header__account-link svg {
        display: none;
    }
    .header__acct-dd .header__account-dd-cont {
        display: none !important;
    }
}
.header__hours-dd-cont {
    right: 0;
}
.header__hours-dd {
    padding: 16px 24px;
    width: 300px;
}
.header__hours-title {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #515151;
    margin-bottom: 0.75rem;
}
.header__hours-subtitle {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0.05em;
    color: #222;
    margin-bottom: 0.5rem;
}
.header__hours-p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0.05em;
    color: #515151;
    margin-bottom: 0;
}
.header__hours-p + .header__hours-subtitle {
    margin-top: 0.5rem;
}
.header__hours-link {
    display: block;
    margin-top: 12px;
    color: #5f7677;
}
.header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.5rem 1.3rem;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1170px) {
    .header__main {
        flex-wrap: wrap;
        padding: 1.5rem 1rem 1.3rem;
    }
}
.header__logo {
    margin-right: 1rem;
}
@media (max-width: 500px) {
    .header__logo svg {
        width: 85px;
        height: auto;
    }
}
.header__phone-link {
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #222;
    text-decoration: none;
    display: none;
}
@media (max-width: 1170px) {
    .header__phone-link {
        display: block;
    }
}
.header__search {
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin-right: 1rem;
    margin-left: 90px;
    margin-right: 90px;
    min-height: 45px;
}
@media (max-width: 1200px) {
    .header__search {
        margin-left: 60px;
        margin-right: 60px;
    }
}
@media (max-width: 1170px) {
    .header__search {
        order: 3;
        width: 100%;
        margin-top: 0.75rem;
        margin-right: 0;
        margin-left: 0;
    }
}
.header__burger {
    margin-right: 1rem;
    display: none;
}
@media (max-width: 1170px) {
    .header__burger {
        display: block;
    }
}
.header__search-input {
    width: 100%;
    padding: 8px 16px;
    height: 40px;
    border: 1px solid #333031;
    border-radius: 25px;
    font-family: var(--commuters);
    font-weight: 500;
    font-style: normal;
    margin-right: -18px;
    font-size: 16px;
}
.header__search-input::placeholder {
    font-family: var(--commuters);
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 23px;
    color: #6f6e6e;
}
.header__search-icon {
    position: relative;
    cursor: pointer;
    left: -18px;
}
.aa-Label svg path,
.aa-LoadingIndicator svg path {
    fill: #333031;
}
.header__icons {
    display: flex;
    align-items: center;
}
.header__cart-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.header__cart-label {
    font-size: 12px;
    color: #333031;
    font-weight: 400;
    margin-top: 5px;
    white-space: nowrap;
}
@media (max-width: 850px) {
    .header__cart-label {
        display: none;
    }
}
.header__icons .cartLink {
    position: relative;
}
.header__amount-lbl {
    display: none;
    background: #5f7677;
    color: #f3f0ee;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -9px;
    right: -7px;
}
@media (min-width: 851px) {
    .header__amount-lbl {
        display: none !important;
    }
}
.header__account-dd-cont {
    right: 0;
}
.header__account-dd {
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    width: 370px;
    right: 0;
    align-items: center;
}
.header__dd-bottom-links {
    display: flex;
    column-gap: 1.5rem;
    justify-content: center;
}
.header__welcome {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #515151;
    margin-bottom: 1rem;
}
.header__login-btn {
    margin-bottom: 1.25rem;
    width: 100%;
}
.header__account-nav {
    display: flex;
    column-gap: 1.5rem;
    width: 100%;
    flex-grow: 1;
}
.header__account-nav-item {
    border: 1px solid #486864;
    color: #486864;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    margin-bottom: 1.5rem;
    text-decoration: none;
}
.header__account-nav-item:hover {
    background-color: #f1f1f1;
    color: #486864;
}
.header__account-nav-item svg {
    margin-bottom: 0.75rem;
}
.header__favorites,
.header__shopping-cart {
    color: #5f7677;
    display: flex;
    align-items: center;
}
.header__favorites svg,
.header__shopping-cart svg {
    margin-right: 0.5rem;
}
.site-nav-wrapper {
    background: #fbf9f7;
    border-bottom: 1px solid #cacaca;
    width: 100%;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-nav__mob-head {
    display: none;
}
.site-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.site-nav__link {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
}
.site-nav__link:hover {
    color: #4a5e60;
}
.account-modal-mob {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer {
    padding: 2.5rem;
    background: #f5f4f1;
}
@media (max-width: 800px) {
    .footer {
        padding-top: 1.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.footer__wrapper {
    display: flex;
    width: 100%;
    margin: 0 auto;
    column-gap: 10rem;
}
@media (max-width: 1500px) {
    .footer__wrapper {
        flex-wrap: wrap;
        column-gap: 3.5rem;
    }
}
@media (max-width: 1170px) {
    .footer__wrapper {
        flex-wrap: wrap;
    }
}
.footer__sign-up {
    max-width: 38rem;
}
@media (max-width: 1170px) {
    .footer__sign-up {
        width: 100%;
        order: 2;
    }
}
@media (max-width: 800px) {
    .footer__sign-up {
        padding-right: 0;
    }
}
.footer__sign-up-error,
.footer__sign-up-success {
    margin-bottom: 1rem;
    display: none;
    min-width: 400px;
}
.footer__links {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1170px) {
    .footer__links {
        width: 100%;
        margin-bottom: 1rem;
    }
}
@media (max-width: 800px) {
    .footer__links {
        flex-direction: column;
    }
    .footer__col {
        border-bottom: 1px solid #b0b0b0;
        cursor: pointer;
    }
}
.footer__link-set {
    display: flex;
    flex-direction: column;
}
@media (max-width: 800px) {
    .footer__link-set {
        display: none;
    }
    .footer__col--active .footer__link-set {
        display: flex;
        margin-bottom: 1rem;
    }
}
.footer__link,
.footer__link-set {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 23px;
    color: #333031;
    text-decoration: none;
}
@media (max-width: 800px) {
    .footer__link,
    .footer__link-set {
        font-size: 1rem;
    }
}
.footer__link:hover {
    color: #4a5e60;
}
.footer__link + .footer__link {
    margin-top: 0.5rem;
}
.footer__link--tel {
    font-weight: 500;
    font-size: 0.875rem;
    color: #333031;
    text-decoration: none;
}
@media (max-width: 800px) {
    .footer__link--tel {
        font-size: 1rem;
    }
}
.footer__link--tel:hover {
    color: #4a5e60;
}
@media (max-width: 800px) {
    .footer__link::before {
        content: "";
        display: inline-block;
        height: 7px;
        width: 7px;
        min-width: 7px;
        border-radius: 100%;
        margin-right: 6px;
        background: #6b878a;
    }
    .footer__link--tel {
        font-weight: 600;
    }
    .footer__link--tel::before {
        display: none;
    }
}
.footer__link-header {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #333031;
    margin-bottom: 1rem;
    font-family: var(--mackinac);
}
@media (max-width: 800px) {
    .footer__link-header {
        margin-top: 1rem;
        display: flex;
        align-items: center;
    }
    .footer__link-header::after {
        content: "+";
        margin-left: auto;
        color: #5f7677;
        font-size: 1.7rem;
    }
    .footer__col--active .footer__link-header::after {
        content: '\2212';
    }
}
.footer__heading {
    font-weight: 300;
    font-size: 2.75rem;
    line-height: 3.5rem;
    margin-bottom: 0.5rem;
    color: #333031;
    font-family: var(--mackinac);
}
.footer__sub-heading {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #333031;
    margin-bottom: 1.375rem;
    display: block;
}
.footer__sign-up-wrapper {
    margin-bottom: 2rem;
}
.footer__social-link {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0.05em;
    color: #333031;
    text-decoration: none;
}
.footer__social-link:hover {
    color: #4a5e60;
}
.footer__social-link + .footer__social-link {
    margin-left: 1rem;
    text-decoration: none;
}
.footer__sign-up-input {
    width: 285px;
}
@media (max-width: 767px) {
    .footer__sign-up-input {
        width: 215px;
    }
}
.footer__session-id {
    margin-top: -3px;
}
.main-nav {
    position: relative;
    background: #fbf9f7;
}
.site-nav {
    display: flex;
    justify-content: space-between;
    z-index: 10;
}
.site-nav a:hover {
    color: #777;
    text-decoration: none;
}
.site-nav__dropdown a:hover {
    text-decoration: none;
    color: #4a5e60;
}
.menu-button {
    display: none;
}
.mobile-main-search {
    display: none;
}
a.site-nav__brands-link,
a.site-nav__brands-link:visited,
a.site-nav__direct-link,
a.site-nav__direct-link:visited,
a.site-nav__link,
a.site-nav__link:visited,
a.site-nav__sale-link,
a.site-nav__sale-link:visited {
    text-transform: uppercase;
    color: #222;
    font-size: 12px;
    font-family: var(--commuters);
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    padding: 13px 0;
    text-align: center;
    line-height: 18px;
}
a.site-nav__sale-link,
a.site-nav__sale-link:visited {
    color: #fff;
    background: #ab5457;
}
a.site-nav__direct-link:hover,
a.site-nav__link:hover {
    color: #4a5e60;
}
@media (min-width: 1170px) {
    a.site-nav__sale-link {
        padding: 6px 16px;
        height: 28px;
        align-self: center;
        border-radius: 24px;
    }
}
.main-nav a.site-nav__brands-link:hover {
    color: #4a5e60;
}
.site-nav__dropdown {
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 43px;
    z-index: 1;
    box-sizing: border-box;
    left: 0;
}
.site-nav__dropdown--second-level,
.site-nav__dropdown--third-level {
    position: relative;
    left: 0;
    width: 100%;
    background: #f4f2ee;
    padding: 20px 20px 0;
    z-index: 1;
    margin-top: 15px;
    box-sizing: border-box;
    top: auto;
    border: 0;
    border: 1px solid #bebebe;
}
.site-nav__subitems-container.site-nav__subitems-container--expanded {
    margin-bottom: -20px;
}
@media (max-width: 850px) {
    .site-nav__subitems-container.site-nav__subitems-container--expanded {
        margin-bottom: 0;
    }
}
.site-nav__subitems-container--expanded > .site-nav__dropdown--second-level,
.site-nav__subitems-container--expanded > .site-nav__dropdown--third-level {
    display: flex;
    flex-wrap: wrap;
}
.site-nav__view-all-link {
    text-align: center;
    margin-right: 15px;
    max-width: 150px;
    padding-top: 12px;
}
@media (max-width: 767px) {
    .site-nav__view-all-link {
        max-width: none;
    }
}
.site-nav__dropdown--second-level .site-nav__view-all-link {
    height: 86px;
    width: auto;
    max-width: 280px;
    margin: 0 16px 20px 0;
    padding: 0;
}
.site-nav__view-all {
    border: 1px solid #ddd;
    background: #e7eeee;
    height: 126px;
    margin: 0 0 10px;
    display: inline-block;
    text-align: center;
    width: 122px;
    padding: 0 18px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-nav__dropdown--second-level .site-nav__view-all {
    border: 0;
    background: #fff;
    width: 280px;
    height: auto;
    display: flex;
    align-items: center;
    background: #fff;
    margin-top: 0;
    height: 100%;
}
.site-nav__links-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.site-nav__links-wrapper .menu-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.site-nav__view-all-link {
    text-decoration: none;
}
.site-nav__dropdown-link {
    text-decoration: none;
    border: 2px solid transparent;
    padding: 10px;
    display: block;
}
.site-nav__subitems-container--expanded > .site-nav__link-wrapper .site-nav__dropdown-link {
    border-color: #5f7677;
}
.site-nav__link-wrapper {
    max-width: 154px;
}
.site-nav__link-wrapper,
.site-nav__subitems-container {
    margin: 0 5px 20px 0;
}
.site-nav__dropdown--second-level .site-nav__link-wrapper {
    max-width: 280px;
    margin-right: 16px;
}
.site-nav__dropdown--second-level .site-nav__dropdown-link {
    width: 280px;
    display: flex;
    align-items: center;
    background: #fff;
}
.site-nav__subitems-container {
    width: 154px;
}
.site-nav__dropdown--second-level .site-nav__subitems-container {
    width: 280px;
    margin-right: 16px;
}
.site-nav__subitems-container > .site-nav__link-wrapper {
    margin: 0;
}
.site-nav__subitems-container > .site-nav__link-wrapper .site-nav__title:after {
    content: "";
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.123 4 4 4-4' stroke='%236F6E6E' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}
.site-nav__subitems-container--expanded > .site-nav__link-wrapper .site-nav__title:after {
    content: "";
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9 5.123-4-4-4 4' stroke='%236F6E6E' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
}
.site-nav__subitems-container--expanded > .site-nav__link-wrapper .site-nav__image {
    position: relative;
}
.site-nav__subitems-container--expanded > .site-nav__link-wrapper .site-nav__image:after,
.site-nav__subitems-container--expanded > .site-nav__link-wrapper .site-nav__image:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px;
    border-color: transparent transparent #bebebe transparent;
    z-index: 101;
    margin-left: -12px;
    display: inline-block;
    text-align: center;
    left: 50%;
}
.site-nav__subitems-container--expanded > .site-nav__link-wrapper .site-nav__image:before {
    bottom: -59px;
}
.site-nav__subitems-container--expanded > .site-nav__link-wrapper .site-nav__image:after {
    bottom: -60px;
    border-color: transparent transparent #e3e3e3 transparent;
}
.site-nav__img-block {
    display: block;
    background: #e7eeee;
    width: 130px;
    margin-bottom: 0.5rem;
}
.site-nav__img-block img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.site-nav__image {
    display: inline-block;
    width: 140px;
    height: 150px;
    background: #fff;
    margin: 0 0 8px;
    text-align: center;
    border: 1px solid #ddd;
}
.site-nav__dropdown--second-level .site-nav__img-block {
    width: 64px;
    margin-bottom: 0;
    margin-right: 12px;
}
.site-nav__dropdown--second-level .site-nav__img-block img {
    width: 64px;
    height: 62px;
}
.site-nav__top-hdng {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #222;
    margin-bottom: 8px;
    width: 100%;
}
.site-nav__title {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4em;
    color: #466c8b;
    display: block;
    min-height: 32px;
    color: #222;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-nav__dropdown--second-level .site-nav__title {
    min-height: 0;
    flex-grow: 1;
}
.site-nav__link-set-header {
    margin: 0 0 7px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6f6e6e;
}
.site-nav__tool-header {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #515151;
    margin-bottom: 24px;
}
.site-nav__custom-search-form .site-nav__tool-header {
    margin-bottom: 12px;
}
.custom-search-button {
    width: 112px;
}
.site-nav__link-set-container {
    margin: 12px 15px 20px 15px;
    width: 155px;
}
.site-nav__link-set {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    text-align: left;
}
.site-nav__link-set a {
    margin-bottom: 5px;
    text-decoration: none;
    color: #4a5e60;
}
.site-nav__nav-more-size {
    text-align: left;
    padding-bottom: 20px;
    margin-right: 24px;
}
.site-nav__nav-more-size a {
    text-decoration: none;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #222;
    background: #fff;
    border: 1.5px solid #b5b5b5;
    border-radius: 30px;
    padding: 12px 24px;
}
@media (max-width: 1100px) {
    .site-nav__nav-more-size a {
        margin-bottom: 10px;
    }
}
.site-nav__nav-more-size a + a {
    margin-left: 4px;
}
.site-nav__custom-search-form {
    margin-bottom: 24px;
}
.site-nav__close-dropdown {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #666;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    padding: 0;
}
.site-nav__brands-link {
    color: #005200;
}
@media (max-width: 850px) {
    .site-nav {
        padding: 0 5px;
    }
    .site-nav__dropdown {
        top: 42px;
    }
    a.site-nav__link,
    a.site-nav__link:visited {
        font-size: 11px;
    }
    .site-nav__image {
        width: 105px;
        height: 112.5px;
        background-size: auto 112.5px;
        margin-left: auto;
        margin-right: auto;
    }
    .site-nav__view-all-link {
        width: 140px;
        margin-right: 10px;
    }
    .site-nav__view-all {
        height: 115px;
        width: 105px;
        padding: 29px 0;
        margin-left: auto;
        margin-right: auto;
    }
    .site-nav__dropdown--second-level,
    .site-nav__dropdown--third-level {
        top: auto;
    }
    .site-nav__link-wrapper,
    .site-nav__subitems-container {
        margin-right: 10px;
    }
    .site-nav__link-wrapper,
    .site-nav__subitems-container {
        width: 140px;
    }
}
@media (max-width: 1170px) {
    .main-nav__mob-head {
        display: flex;
        justify-content: space-between;
        padding: 17px 13px 10px;
        align-items: center;
    }
    .nav-search-container {
        width: 100%;
        position: relative;
        float: none;
    }
    .mobile-toolbox {
        display: block;
        overflow: hidden;
        padding: 10px 13px;
    }
    .nav-search-container .globalSearchInput {
        padding: 12px 16px;
        width: 100%;
        height: 42px;
        border: 1px solid #333031;
        border-radius: 25px;
        -webkit-appearance: none;
        font-size: 16px;
    }
    .nav-search-container #txtGlobalSearchInputNav::placeholder {
        font-family: var(--commuters);
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 23px;
        color: #6f6e6e;
    }
    .nav-search-container .search-button {
        position: absolute;
        top: 10px;
        right: 24px;
        width: 12px;
        font-size: 13px;
        color: #666;
        padding: 0;
        background: none;
    }
    .nav-search-container input::-webkit-input-placeholder {
        font-size: 11px;
        line-height: 20px;
    }
    .nav-search-container .globalSearchInput::-webkit-input-placeholder {
        font-size: 11px;
        line-height: 20px;
    }
    .nav-search-container input::-moz-placeholder {
        font-size: 11px;
        line-height: 20px;
    }
    .nav-search-container input:-ms-input-placeholder {
        font-size: 11px;
        line-height: 20px;
    }
    .site-nav {
        display: block;
        padding: 0;
        background: #fff;
    }
    .main-nav {
        display: none;
    }
    .pushy .main-nav {
        display: block;
        height: 100%;
    }
    a.site-nav__brands-link,
    a.site-nav__brands-link:visited,
    a.site-nav__direct-link,
    a.site-nav__direct-link:visited,
    a.site-nav__link,
    a.site-nav__link:visited,
    a.site-nav__sale-link,
    a.site-nav__sale-link:visited {
        display: block;
        text-align: left;
        font-weight: 600;
        text-decoration: none;
        color: #222;
        background: #e7eeee;
        padding: 15px 20px 15px 35px;
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
        margin-top: 8px;
    }
    /*
    a.site-nav__link:after {
        border: 0;
        text-transform: none;
        content: "\33";
        font-family: decorplanet;
        display: inline-block;
        position: absolute;
        right: 19px;
        left: auto;
        top: 50%;
        margin: 0;
        text-align: left;
        margin-top: -5px;
        width: auto;
        height: auto;
    }
    */
    a.site-nav__sale-link,
    a.site-nav__sale-link:visited {
        color: #fff;
        background: #ab5457;
    }
    .site-nav__subitems-container > .site-nav__link-wrapper .site-nav__title:after {
        margin-left: 9px;
    }
    .site-nav__dropdown-link,
    a.site-nav__view-all-link {
        font-weight: 600;
        text-decoration: none;
        color: #666;
        background: #fff;
        font-size: 12px;
        box-sizing: border-box;
        width: 100%;
        padding: 7px 10px 7px 24px;
        white-space: nowrap;
        display: flex;
        align-content: center;
        border-bottom: 1px solid #ddd;
        justify-content: space-between;
    }
    .site-nav__img-block {
        width: auto;
        order: 2;
        margin-bottom: 0;
        padding: 5px;
    }
    .site-nav__top-hdng {
        display: none;
    }
    a.site-nav__view-all-link {
        padding: 0 0 0 5px;
        background: #fff;
    }
    .site-nav__view-all {
        height: auto;
        width: 100%;
        box-sizing: border-box;
        border: 0;
        background-color: transparent;
        text-align: left;
        justify-content: flex-start;
        padding: 20px 10px 7px 24px;
    }
    .site-nav__dropdown {
        position: static;
    }
    .site-nav__links-wrapper {
        display: block;
        padding: 0;
    }
    .site-nav__image {
        display: inline-block;
        width: 70px;
        height: 75px;
        background-size: auto 75px;
        background-position: 0 center;
        margin: 0 10px 0 0;
        vertical-align: middle;
        border: 0;
    }
    .site-nav__link-wrapper {
        max-width: none;
        margin: 0;
    }
    .site-nav__link-wrapper,
    .site-nav__subitems-container {
        margin: 0;
        width: auto;
    }
    .site-nav__view-all .icon--search {
        width: 23px;
        height: 23px;
        fill: #666;
    }
    .site-nav__link-set-container {
        display: none;
    }
    .site-nav__title {
        align-self: center;
        font-weight: 600;
        text-transform: uppercase;
        color: #666;
        min-height: 0;
    }
    .site-nav__subitems-container {
        width: auto;
    }
    .site-nav__subitems-container--expanded > .site-nav__link-wrapper .site-nav__dropdown-link {
        border-color: transparent;
    }
    .site-nav__subitems-container--expanded > .site-nav__dropdown--second-level,
    .site-nav__subitems-container--expanded > .site-nav__dropdown--third-level {
        display: block;
    }
    .site-nav__dropdown--second-level,
    .site-nav__dropdown--third-level {
        padding: 0;
        margin: 0;
    }
    .site-nav__subitems-container {
        height: auto !important;
    }
    .site-nav__subitems-container--expanded > .site-nav__link-wrapper .site-nav__image:after,
    .site-nav__subitems-container--expanded > .site-nav__link-wrapper .site-nav__image:before {
        display: none;
    }
    .site-nav__dropdown--second-level .site-nav__dropdown-link {
        padding-left: 25px;
        text-transform: none;
    }
    .site-nav__dropdown--second-level .site-nav__dropdown-link,
    .site-nav__dropdown--second-level .site-nav__view-all-link {
        padding-left: 25px;
        text-transform: none;
    }
    .site-nav__dropdown--third-level .site-nav__dropdown-link,
    .site-nav__dropdown--third-level .site-nav__view-all-link {
        text-transform: none;
        padding-left: 60px;
    }
    .site-nav__dropdown--second-level .site-nav__title,
    .site-nav__dropdown--third-level .site-nav__title {
        text-transform: none;
        justify-content: flex-start;
    }
    .site-nav__dropdown--third-level .site-nav__title {
        font-weight: 400;
        font-style: italic;
    }
    .site-nav__dropdown--second-level .site-nav__link-wrapper {
        max-width: 100%;
        margin-right: 0;
    }
    .site-nav__dropdown--second-level .site-nav__dropdown-link {
        width: 100%;
    }
    .site-nav__dropdown--second-level .site-nav__img-block img {
        width: 51px;
        height: auto;
    }
    .site-nav__dropdown {
        border: 0;
    }
    .site-nav__dropdown--second-level .site-nav__subitems-container {
        width: 100%;
    }
    .site-nav__dropdown--second-level .site-nav__view-all-link {
        max-width: 100%;
        margin: 0;
    }
    .site-nav__dropdown--second-level a.site-nav__view-all-link {
        padding: 0 0 0 5px;
        background: #fff;
        border-top: 1px solid #ddd;
        height: 75px;
    }
    .site-nav__dropdown--second-level .site-nav__view-all {
        height: auto;
        width: 100%;
        box-sizing: border-box;
        border: 0;
        background-color: transparent;
        text-align: left;
        justify-content: flex-start;
        padding: 20px 10px 7px 24px;
    }
    .site-nav__dropdown--third-level .site-nav__view-all {
        padding: 20px 10px 7px 60px;
    }
}
@media (min-width: 1171px) {
    .close-offcanvas,
    .mobile-toolbox {
        display: none;
    }
    .custom-search-link input {
        width: 100px;
        margin-right: 6px;
    }
    .link-image {
        display: block;
        width: 140px;
        height: 150px;
        margin: 0 0 8px;
        text-align: center;
        border: 1px solid #ddd;
    }
    .link-title {
        display: block;
        min-height: 34px;
    }
}
@media (max-width: 1170px) {
    .container {
        margin: 0 10px;
    }
    .header-on-sale,
    .header-phone {
        display: none;
    }
    .top-panel {
        background: #f4f1eb;
    }
    .logo-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .site-nav__img-block img {
        width: 51px;
        height: auto;
    }
    .link-set-container,
    .site-nav__links-wrapper .menu-form {
        display: none;
    }
    .dropdown {
        display: none;
    }
    .toolbox-phone {
        width: 45%;
        float: left;
        font-size: 13px;
        padding-top: 6px;
    }
    .toolbox-phone a,
    .toolbox-phone a:visited {
        text-decoration: none;
        color: #333;
        font-size: 14px;
    }
    .top-panel .container {
        margin: 0 15px;
    }
    .main-header {
        margin-bottom: 5px;
        height: 150px;
    }
    .search-container .search-button {
        top: 11px;
        border-left: 0;
    }
    .logo-container {
        padding: 27px 0 0;
    }
    .logo-container {
        width: auto;
        vertical-align: middle;
        padding-left: 10px;
        padding-right: 10px;
    }
    .logo-container img {
        width: 80%;
        max-width: 262px;
    }
    .menu-button {
        display: block;
        padding: 12px 10px;
    }
    .search-container .globalSearchInput {
        padding: 0 33px 0 7px;
    }
    .button {
        width: 100%;
    }
    body {
        overflow-x: hidden;
    }
    .close-offcanvas {
        cursor: pointer;
    }
    .close-offcanvas:hover {
        color: #666;
        text-decoration: none;
    }
    .close-offcanvas-container {
        overflow: hidden;
    }
    .close-dropdown {
        display: none;
    }
    .footer-phone,
    .social-links {
        display: block;
        width: 100%;
    }
    .footer-top {
        padding: 20px 0;
    }
    .footer-top-nav .footer-links-header {
        margin-bottom: 0;
        background: #fff;
        border: 1px solid #ddd;
        padding: 10px 0;
        margin-bottom: -1px;
        font-size: 15px;
    }
    .footer-top-nav .footer-nav-links {
        display: none;
    }
    .footer-nav-links {
        padding: 10px 12px;
        background: #fff;
        margin: 0 0 10px;
        text-align: left;
        border: 1px solid #ddd;
    }
    .social-links {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-phone {
        background: #fff;
        border: 1px solid #ddd;
        border-bottom: 0;
        display: flex;
        align-items: center;
        display: inline-flex;
        justify-content: center;
        padding-bottom: 10px;
        box-sizing: border-box;
    }
    .footer-phone__link {
        display: block;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
    }
    .footer-phone .footer-phone__icon {
        width: 20px;
        margin-right: 5px;
    }
    .footer-phone .footer-phone__icon path {
        fill: #000;
    }
    .footer-phone__link .phone-number {
        display: none;
    }
    .footer-phone a .call-text {
        font-size: 15px;
        color: #333;
        display: inline-block;
    }
    .footer-phone__text {
        text-align: left;
    }
}
@media (max-width: 374px) {
    .search-container input::-webkit-input-placeholder {
        font-size: 11px;
        line-height: 18px;
        color: #777;
    }
    .globalSearchInput::-webkit-input-placeholder {
        font-size: 11px;
        line-height: 18px;
        color: #777;
    }
    .search-container input::-moz-placeholder {
        font-size: 11px;
        line-height: 18px;
        color: #777;
    }
    .search-container input:-ms-input-placeholder {
        font-size: 11px;
        line-height: 18px;
        color: #777;
    }
}

.pushy {
    position: fixed;
    width: 320px;
    height: 100%;
    max-height: 100%;
    top: 0;
    z-index: -1;
    overflow: hidden;
    visibility: hidden;
    display: none;
    will-change: transform;
    z-index: 991
}

body.pushy-open-left,body.pushy-open-right {
    height: 100%;
    overflow: hidden
}

.pushy-open-left .pushy,.pushy-open-right .pushy {
    overflow-y: auto;
    z-index: 991;
    -webkit-overflow-scrolling: auto
}

.pushy.pushy-left {
    left: 0
}

.pushy.pushy-right {
    right: 0
}

.pushy-left {
    -webkit-transform: translate3d(-320px,0,0);
    -ms-transform: translate3d(-320px,0,0);
    transform: translate3d(-320px,0,0)
}

.pushy-right {
    -webkit-transform: translate3d(320px,0,0);
    -ms-transform: translate3d(320px,0,0);
    transform: translate3d(320px,0,0)
}

.pushy-open-left .pushy-active,.pushy-open-right .pushy-active {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

#container,.pushy,.push {
    transition: transform .2s cubic-bezier(0.16,0.68,0.43,0.99)
}

@media only screen and (min-device-width : 414px) and (max-device-width :736px) and (orientation :landscape) {
    .pushy-open-left .main-nav,.pushy-open-left .fake-offcanvas-close,.main-dropdown,.mobile-toolbox,.main-nav-ul,.mob-dep-link,.subnav-trigger,.dropdown,.pushy-open-left .has-subnav.expanded,.subnav-open .main-dropdown,.mob-category-item {
        transform:translate3d(0,0,0)
    }
}

.site-overlay {
    display: none
}

.pushy-open-left .site-overlay,.pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms
}

@keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.pushy-open-left .site-overlay .fake-offcanvas-close {
    display: none;
    margin: 0 0 0 320px;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 6px;
    float: left;
    pointer-events: none;
    color: #eee;
    font-size: 30px
}

.pushy-open-right .site-overlay .fake-offcanvas-close {
    display: none
}

.product-page.pushy-open-right .off-page-back {
    display: block;
    position: absolute;
    top: 10px;
    right: 330px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.4);
    z-index: 991
}

@media(min-width: 360px) {
    .pushy-open-left .site-overlay .fake-offcanvas-close {
        display:block
    }
}

.site-overlay {
    display: none
}

.pushy-open-left #pushy-main-nav {
    width: 100%
}

#pushy-main-nav.pushy-right {
    -webkit-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.pushy-open-left #pushy-main-nav.pushy-active {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

pushy.pushy-left {
    left: 0;
}
.pushy.pushy-right {
    right: 0;
}
.pushy-left {
    -webkit-transform: translate3d(-320px, 0, 0);
    -ms-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);
}
.pushy-right {
    -webkit-transform: translate3d(320px, 0, 0);
    -ms-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
}
#container,
.pushy {
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
    .dropdown,
    .main-dropdown,
    .main-nav-ul,
    .mobile-toolbox,
    .pushy-open-left .main-nav {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.pushy-open-left #pushy-main-nav {
    width: 100%;
}
#pushy-main-nav.pushy-right {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.footer-logos {
    background: #f9f8f6;
    border-top: 1px solid #6f6f6f;
    padding: 2.5rem;
}
.footer-logos__wrapper {
    width: 100%;
    max-width: 85rem;
    margin: 0 auto;
}
.footer-logos__rb-link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 285px;
    margin-bottom: 2rem;
}
@media (max-width: 1024px) {
    .footer-logos__rb-link {
        width: 240px;
        margin-bottom: 2rem;
    }
}
.footer-logos__rb-image {
    max-width: 100%;
}
.footer-logos__link {
    display: inline-block;
    margin-bottom: 1rem;
}
.footer-logos__links-container {
    align-items: center;
    display: flex;
    column-gap: 2.5rem;
    overflow-x: hidden;
}
.footer-logos__item {
    width: 33.333%;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 45px;
}
@media (min-width: 700px) {
    .footer-logos__item {
        width: 16.666%;
        margin-bottom: 30px;
    }
}
.footer-logos__img {
    display: block;
    background-image: url(https://www.decorplanet.com/Images/partner-logo-sprite-mob.webp);
    background-size: 192px 215px;
    font-size: 0;
    line-height: 0;
}
@media (min-width: 1024px) {
    .footer-logos__img {
        background-image: url(https://www.decorplanet.com/Images/partner-logo-sprite.webp);
        background-size: 593px 390px;
    }
}
@media (min-width: 1024px) and (-o-min-device-pixel-ratio: 5/4),
(min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.25),
(min-width: 1024px) and (min--moz-device-pixel-ratio: 1.25),
(min-width: 1024px) and (min-device-pixel-ratio: 1.25),
(min-width: 1024px) and (min-resolution: 1.25dppx) {
    .footer-logos__img {
        background-image: url(https://www.decorplanet.com/Images/partner-logo-sprite-2x.webp);
        background-size: 593px 390px;
    }
}
.footer-logos__atc {
    width: 97px;
    height: 19px;
    background-position: -5px -5px;
}
@media (min-width: 1024px) {
    .footer-logos__atc {
        width: 169px;
        height: 32px;
        background-position: -10px -10px;
    }
    .footer-logos__atc:hover {
        background-position: -302px -10px;
    }
}
.footer-logos__bsb {
    width: 84px;
    height: 17px;
    background-position: -5px -71px;
}
@media (min-width: 1024px) {
    .footer-logos__bsb {
        width: 152px;
        height: 32px;
        background-position: -10px -62px;
    }
    .footer-logos__bsb:hover {
        background-position: -302px -62px;
    }
}
.footer-logos__kdp {
    width: 75px;
    height: 19px;
    background-position: -112px -5px;
}
@media (min-width: 1024px) {
    .footer-logos__kdp {
        width: 118px;
        height: 30px;
        background-position: -10px -154px;
    }
    .footer-logos__kdp:hover {
        background-position: -302px -154px;
    }
}
.footer-logos__dp {
    width: 91px;
    height: 11px;
    background-position: -5px -98px;
}
@media (min-width: 1024px) {
    .footer-logos__dp {
        width: 158px;
        height: 20px;
        background-position: -10px -114px;
    }
    .footer-logos__dp:hover {
        background-position: -302px -114px;
    }
}
.footer-logos__rta {
    width: 45px;
    height: 24px;
    background-position: -112px -34px;
}
@media (min-width: 1024px) {
    .footer-logos__rta {
        width: 71px;
        height: 39px;
        background-position: -199px -73px;
    }
    .footer-logos__rta:hover {
        background-position: -491px -73px;
    }
}
.footer-logos__rgo {
    width: 59px;
    height: 27px;
    background-position: -5px -34px;
}
@media (min-width: 1024px) {
    .footer-logos__rgo {
        width: 94px;
        height: 43px;
        background-position: -199px -10px;
    }
    .footer-logos__rgo:hover {
        background-position: -491px -10px;
    }
}
.footer-logos__efd {
    width: 103px;
    height: 24px;
    background-position: -5px -115px;
}
@media (min-width: 1024px) {
    .footer-logos__efd {
        width: 162px;
        height: 39px;
        background-position: -10px -200px;
    }
    .footer-logos__efd:hover {
        background-position: -302px -200px;
    }
}
.footer-logos__md {
    width: 104px;
    height: 10px;
    background-position: -5px -148px;
}
@media (min-width: 1024px) {
    .footer-logos__md {
        width: 160px;
        height: 15px;
        background-position: -10px -250px;
    }
    .footer-logos__md:hover {
        background-position: -302px -250px;
    }
}
.footer-logos__bh {
    width: 99px;
    height: 14px;
    background-position: -5px -164px;
}
@media (min-width: 1024px) {
    .footer-logos__bh {
        width: 146px;
        height: 23px;
        background-position: -10px -275px;
    }
    .footer-logos__bh:hover {
        background-position: -302px -275px;
    }
}
.footer-logos__tf {
    width: 76px;
    height: 18px;
    background-position: -5px -196px;
}
@media (min-width: 1024px) {
    .footer-logos__tf {
        width: 118px;
        height: 28px;
        background-position: -10px -325px;
    }
    .footer-logos__tf:hover {
        background-position: -302px -325px;
    }
}
.footer-logos__cb {
    width: 85px;
}
@media (min-width: 1024px) {
    .footer-logos__cb {
        width: 146px;
    }
}
.footer-logos__cb:hover path {
    fill: #767750;
}
@keyframes gradient {
    100% {
        transform: translateX(100%);
    }
}
.wrapper {
    position: relative;
}
.modal {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1003;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}
.modal a.close-modal {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: block;
    width: 40px;
    height: 40px;
    color: #515151;
    font-weight: 700;
    font-size: 36px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #b0b0b0;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    .promo-popup-open {
        overflow: auto !important;
    }
    .promo-popup {
        position: static;
        width: 100% !important;
        -webkit-box-shadow: 0 0 10px #aaa !important;
        -moz-box-shadow: 0 0 10px #aaa !important;
        box-shadow: 0 0 10px #aaa !important;
    }
}
.promo-popup.modal {
    background: 0;
    padding: 0;
}
.promo-popup .close-promo-popup {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 40px;
    width: 40px;
    font-size: 20px;
    color: #666;
    padding: 10px;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 12px;
    text-decoration: none;
}
.promo-popup .close-promo-popup {
    display: none;
}
@media (max-width: 767px) {
    .promo-popup {
        position: static;
        width: 100%;
        -webkit-box-shadow: 0 0 10px #aaa;
        -moz-box-shadow: 0 0 10px #aaa;
        box-shadow: 0 0 10px #aaa;
    }
}
.bottom-modal {
    vertical-align: bottom;
    width: 100%;
}
.account-modal {
    max-width: 480px;
}
.account-modal__header {
    text-align: center;
    font-size: 19px;
    line-height: 26px;
    color: #000;
    max-width: 300px;
    margin: 25px auto 30px;
}
.account-modal input[type="email"].account-modal__login-email {
    width: 100%;
}
.account-modal__bottom-links {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    max-width: 345px;
    margin: 0 auto 15px;
}
.account-modal__form-group {
    width: 100%;
    max-width: 345px;
    min-height: 270px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.account-modal__subscribe {
    display: none;
}
.account-modal .form-checkbox {
    margin-bottom: 10px;
}
.account-modal .form-checkbox label {
    font-size: 16px;
    line-height: 20px;
}
.form-checkbox label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: block;
}
.form-checkbox label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 1px;
    background-color: transparent;
    border: 1px solid #bbb;
    cursor: pointer;
}
.form-checkbox input[type="checkbox"] {
    visibility: hidden;
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    position: absolute;
}
.form-checkbox input[type="checkbox"]:checked + label:before {
    content: "\74";
    font-family: decorplanet;
    font-size: 13px;
    line-height: 15px;
    color: #466c8b;
    text-align: center;
}
.error {
    padding-right: 12px;
    color: #8c2e0f;
}
::selection {
    background: #5f7677;
    color: #fff;
}
.has-inner-error-label div.error {
    right: 15px;
    background: 0;
    margin: 0;
    padding: 0;
    color: #c0392b;
}
.has-inner-error-label div.error {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #8c2e0f;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
    font-family: decorplanet !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}
[class*=" icon-"],
[class^="icon-"] {
    display: inline-block;
    vertical-align: middle;
}
body .account-modal a.close-modal {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 44px;
    height: 44px;
    color: #666;
    font-weight: 600;
    font-size: 23px;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
html body .template {
    display: none;
}
.flex-container {
    display: flex;
}
.icon-close:before {
    content: "\21";
}
.shipping-modal {
    font-size: 14px;
    line-height: 21px;
    max-width: 700px;
}
.shipping-modal p {
    margin-bottom: 0.75rem;
}
.shipping-modal .hdng3 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 1rem;
}
.shipping-modal .close-modal {
    text-indent: -9999px;
    overflow: hidden;
    color: #515151;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #b0b0b0;
    border-radius: 35px;
    top: 1rem;
    right: 1rem;
}
.shipping-modal .close-modal::before {
    text-indent: 0;
    content: "\36";
    font-family: decorplanet !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    line-height: 20px;
    font-size: 20px;
    margin-bottom: -1px;
}
.showroom-header-text {
    float: left;
    padding: 20px 0 0 30px;
    font-size: 14px;
    width: auto !important;
}
.new-login {
    margin-top: 42px !important;
}
.new-login ul {
    padding-left: 30px;
    margin-bottom: 29px;
}
.new-login ul ::marker {
    color: #6b878a;
    font-size: 25px;
}
.new-login a.ui__button {
    width: 100%;
}
.new-login .rb-label {
    width: 100%;
    padding-left: 15px;
}
.new-login .form .form-block {
    border: 0;
    background: 0 0;
    padding: 0;
}
.new-login .mobile-number-row {
    margin-top: 20px;
}
.footer-copyright {
    margin: 2rem 0 1.5rem;
    justify-content: center;
    display: flex;
    gap: 1rem;
}
@media (max-width: 1200px) {
    .footer-copyright {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.footer-copyright__links {
    line-height: 1.5;
    display: flex;
    gap: 1rem;
}
.footer-copyright__privacy {
    text-transform: uppercase;
}
.copyright {
    padding: 0 1rem;
    text-align: center;
}
.has-inner-error-label {
    position: relative;
}
.help-center .rb-label {
    width: 100%;
    padding-left: 15px;
}
.modal a.close-modal {
    top: 5px !important;
    right: 5px !important;
    background: #fff;
}
nav.footer__link-set > DIV {
    margin-bottom: 0.5rem;
}
.legal-modal {
    max-width: 700px;
    line-height: 1.5;
}

.header__search-container {
    width: 100%;
    position: relative;
}
input.header__search-input {
    width: 100%;
    padding: 8px 40px;
    height: 44px;
    border: 1px solid #333031;
    border-radius: 25px;
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-right: -18px;
    font-size:16px;
}
.header__search-input::placeholder {
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 23px;
    color: #6F6E6E;
}
.header__search-icon {
    position: absolute;
    top: 10px;
    left: 15px;
    cursor: pointer;
    padding: 0;
    background: none;
}

/* customizations */
h1.entry-title { font-size: 2rem; }