.brand-header {
    margin: 10px 0px 20px 0px;
    padding-bottom: 6px;
    border-bottom: 1px solid #b2b2b2;
    font-family: "Judson";
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
}

@media screen and (max-width: 500px) {
    .brand-header {
        padding-left: 10px;
    }
}

.brand-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.brand-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 31.5%;
    max-width: 350px;
    margin: 0px 0px 50px 0px;
}

.brand-box .image-link {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.brand-box .image-link:hover {
    opacity: 0.9;
}

.brand-box .image-link img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .brand-box {
        width: 48%;
    }
}

@media screen and (max-width: 530px) {
    .brand-box {
        width: 100%;
        margin: 0 auto 30px auto;
    }
}



/*ABOUT KATHY-----------------*/

#About_Kathy {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 30px;
}

#About_Kathy .flex-row {
    margin-bottom: 35px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#About_Kathy .flex-row .img-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
}

#About_Kathy .flex-row .img-col img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 40px;
}

#About_Kathy .flex-row .content-col {
    padding: 40px 35px 0;

    -webkit-box-flex: 2;
    -ms-flex: 2 0 0px;
    flex: 2 0 0;
}

#About_Kathy .flex-row .content-col h1 {
    margin-bottom: 25px;
    margin-top: 0;

    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Judson Bold', Times New Roman, Times, serif;
    font-weight: normal;
}

#About_Kathy .flex-row .content-col .quote {
    max-width: 490px;
    width: 100%;
    margin-bottom: 0;
}

#About_Kathy .flex-row .content-col .quote:after {
    width: 225px;
    height: 2px;
    margin-top: 25px;
    margin-bottom: 25px;

    content: " ";
    display: block;

    background-color: #383838;
}

#About_Kathy .flex-row .content-col p,
#About_Kathy .design-info-row p {
    max-width: 670px;
    margin-bottom: 20px;
}

#About_Kathy .design-info-row {
    padding: 40px 0 20px 70px;

    background: #f5f5f5 url(/Content/images_cust/aboutkathy/about-kathy-3.webp) no-repeat right top;
    background-size: contain;
}

#About_Kathy .design-info-row div {
    max-width: 500px;
}

#About_Kathy .design-info-row h2 {
    margin-top: 0;
    margin-bottom: 0;

    font-family: 'Times New Roman', 'Times', serif;
    font-size: 36px;
    color: #414141;
    font-weight: normal;
}

#About_Kathy .design-info-row h2:after {
    content: " ";

    display: block;
    width: 225px;
    height: 2px;
    margin-top: 25px;
    margin-bottom: 25px;

    background-color: #4a4949;
}

#About_Kathy .design-info-row .ghost-btn {
    width: 240px;
    padding: 15px 0;

    display: block;

    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #494444;
    text-decoration: none;

    border: 1px solid #494444;
}

#About_Kathy .design-info-row .ghost-btn:hover {
    background-color: #494444;
    color: white;
}


#About_Kathy .mobile-image {
    display: none;
}


@media screen and (max-width: 991px){

    #About_Kathy .flex-row .img-col {
        display: none;
    }

    #About_Kathy .flex-row .content-col p,
    #About_Kathy .design-info-row p {
        max-width: 100%;
    }

    #About_Kathy .mobile-image {
        display: block;
        width: 340px;
        margin-right: 20px;
        margin-bottom: 10px;

        float: left;
    }

    #About_Kathy .flex-row .content-col .quote {
        padding-left: 360px;
        width: auto;
    }

    #About_Kathy .design-info-row {
        padding: 30px 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(245,245,245,.8)),to(rgba(245,245,245,.9))), url(/Content/images_cust/aboutkathy/about-kathy-3.jpg);
        background-image: linear-gradient(rgba(245,245,245,.8),rgba(245,245,245,.9)), url(/Content/images_cust/aboutkathy/about-kathy-3.jpg);
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover !important;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed !important;
    }

    #About_Kathy .design-info-row div {
        max-width: 100%;
    }
}




@media screen and (max-width: 767px){
    #About_Kathy .flex-row .content-col {
        padding: 10px;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #About_Kathy .flex-row .content-col h1 {
        margin-top: 0;
        margin-bottom: 20px;

        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;

        text-align: center;
    }

    #About_Kathy .flex-row .content-col .mobile-image {
        max-width: 340px;
        width: 100%;
        margin: 0px auto 20px;

        display: block;
        float: none;

        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #About_Kathy .flex-row .content-col .quote {
        padding-left: 0;

        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    #About_Kathy .flex-row .content-col .text-wrapper {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    #About_Kathy .design-info-row {
        padding: 30px 20px;
    }
}

/*----WHITE PAPER PROJECT
------------------------------------------*/
.whiteppr-landing {
    width: 100%;
    position: relative;
}

.whiteppr-landing .content-header {
    position: relative;
    z-index: 5;
}

.whiteppr-landing .content-header .top {
    text-align: center;
    background-color: white;
    padding: 30px 0;
}

.whiteppr-landing .content-header .top h1 {
    font-family: "Times New Roman", Georgia, serif;
    font-size: 48px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.whiteppr-landing .content-header .top p em {
    font-family: "Times New Roman", Georgia, serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0px;
}

.whiteppr-landing .content-header img {
    width: 100%;
}

.whiteppr-landing .content-body {
    position: relative;
    z-index: 6;
    max-width: 886px;
    width: 76%;
    margin: 0 auto;
    background-color: #f4f4f4;
    padding: 15px;
    margin-top: -180px;
    font-family: Arial, sans-serif;
}

.whiteppr-landing .content-body .inner {
    border: 1px solid white;
    padding: 30px 10px 50px;
    text-align: center;
}

.whiteppr-landing .content-body .inner > h2 {
    max-width: 640px;
    width: 100%;
    margin: 0 auto 15px;
    font-size: 40px;
    font-weight: normal;
}

.whiteppr-landing .content-body .inner > h4 {
    font-weight: lighter;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.whiteppr-landing #ppr-dl-request p {
    font-size: 15px;
    color: #144752;
    margin-bottom: 25px;
}

.whiteppr-landing #ppr-dl-request input {
    max-width: 400px;
    height: 43px;
    line-height: 41px;
    font-size: 15px;
    border: 1px solid #e1e1e1;
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 10px;
}

.whiteppr-landing .text-body {
    font-size: 17px;
    font-weight: lighter;
    line-height: 1.9;
    max-width: 730px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.whiteppr-landing .text-body strong {
    font-weight: 600;
}

.whiteppr-landing .kk-sec {
    max-width: 390px;
    margin: 0 auto 40px;
}

.whiteppr-landing .kk-sec p {
    font-size: 14px;
    font-weight: 600;
}

.whiteppr-landing .kk-image {
    overflow: hidden;
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
    border: 8px solid #e9e9e9;
    margin: 0 auto 10px;
}

.whiteppr-landing .kk-image img {
    width: 100%;
}


.whiteppr-landing .content-body .text-body:last-child {
    max-width: 732px;
    height: 72px;
    line-height: 70px;
    border: 1px solid black;
}

.whiteppr-landing .social-nav {
    padding: 25px 0;
    text-align: center;
    max-width: 350px;
    border: 1px solid #e1e1e1;
    margin: 40px auto;
}


.whiteppr-landing .social-nav a {
    text-decoration: none;
    display: inline-block;
    margin: 0 5px;
}


/*======LANDING PAGE TWO*/

.whiteppr-landing .styles-sec {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0 0;
}

.whiteppr-landing .styles-sec h3 {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.whiteppr-landing .styles-sec h3 span {
    display: block;
    max-width: 300px;
    margin: -10px auto 0;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: italic;
    background-color: white;
}

.whiteppr-landing .styles-sec p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    padding: 0 10px;
    max-width: 830px;
    margin: 0 auto 30px;
}

.whiteppr-landing a.download-btn span {
    text-decoration: none;
    background: url(images_cust/whitePaper/download-icon.jpg) no-repeat;
    background-position: 20% 35%;
    background-size: 29px;
    padding-left: 30px;
}
.whiteppr-landing a.ghost-btn {
    font-weight: bold;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid black;
    display: block;
    margin: 0 auto;
    color: black;
    text-decoration: none;
    max-width: 390px;
    text-transform: uppercase;
}

.whiteppr-landing a.ghost-btn:hover {
    background-color: #222222;
    color: white;
}

.whiteppr-landing .custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 30px;
}

.whiteppr-landing .custom-row .odd-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 30%;
    background-color: #fafafa;
    padding: 0 0 15px;
}

.whiteppr-landing .custom-row img {
    width: 100%;
}

.whiteppr-landing .custom-row .style-btn {
    background-color: #144752;
    color: white;
    max-width: 244px;
    width: 100%;
    padding: 5px;
    display: block;
    margin: 20px auto 5px;
    border: none;
    cursor: pointer;
    transition: 0.25s ease-in;
    text-decoration: none;
}


.whiteppr-landing .custom-row .style-btn span {
    display: block;
    border: 1px solid white;
    padding: 10px 0px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}


@media screen and (max-width: 1080px){
    .whiteppr-landing .custom-row .odd-column {
        max-width: 32%;
    }
}

@media screen and (max-width: 880px){
    .whiteppr-landing .content-body {
        width: 90%;
        margin-top: -100px;
    }

    .whiteppr-landing .content-body .text-body:last-child {
        height: auto;
        line-height: 1.6;
        padding: 15px;
    }

    .whiteppr-landing .custom-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .whiteppr-landing .custom-row .odd-column {
        max-width: 325px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 670px){

    .whiteppr-landing .content-header .top {
        padding: 20px 0;
    }

    .whiteppr-landing .content-header .top h1 {
        font-size: 32px;
    }

    .whiteppr-landing .content-header .top p em {
        font-size: 13px;
    }

    .whiteppr-landing .content-body {
        width: 100%;
        margin-top: 0px;
    }

    .whiteppr-landing .content-body .inner > h2 {
        font-size: 30px;
    }

    .whiteppr-landing .content-body .inner > h4 {
        font-size: 15px;
    }

    .whiteppr-landing .text-body {
        font-size: 16px;
    }
}


/*========HOLIDAY LANDING PAGE EVENT 1
===========================================*/

.new-hshop {
    display: block;
    width: 100%;
    padding-bottom: 20px;
}

.new-hshop .masthead {
    background: url(/Content/images_cust/holidayShop/hero.jpg) no-repeat top center / cover;
    height: 500px;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.new-hshop .trans-overlay {
    max-width: 550px;
    margin: 0 auto;
    padding: 17px;
    background: rgba(255,255,255,0.9);
    min-height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.new-hshop .trans-overlay img {
    max-width: 400px;
    width: 100%;
}

.new-hshop .trans-overlay div {
    border: 1px solid white;
    text-align: center;
    height: 100%;
    padding: 25px 20px 25px;
}

.new-hshop .trans-overlay h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 16px;
    color: #962020;
}

.new-hshop .trans-overlay h2 {
    font-family: 'MillerDisplay';
    font-size: 40px;
    letter-spacing: 1px;
    max-width: 300px;
    margin: 0 auto 15px;
    font-weight: 300;
}

.new-hshop .trans-overlay p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 460px;
    margin: 0 auto;
}

.new-hshop .KKH_container {

}

.new-hshop .for-guest-sec {
    border-top: 1px solid #e1e1e1;
    padding-top: 40px;
    margin: 0 0 35px;
}

.new-hshop .for-guest-sec .flex-row {
    max-width: 1020px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 24px;
    background-color: #fafafa;
}

.new-hshop .for-guest-sec .col {
    width: 50%;
    text-align: center;
}

.new-hshop .for-guest-sec .col .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -20px;
    min-height: 500px;
}

.new-hshop .for-guest-sec .subheader {
    font-size: 13px;
    padding-top: 15px;
    color: #17384c;
}

.new-hshop .for-guest-sec .center-content h3 {
    color: #d46a6a;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Times', serif;
    margin-bottom: 15px;
}

.new-hshop .for-guest-sec .center-content h2 {
    letter-spacing: 0.5px;
    text-align: center;
    color: #4a4444;
    font-weight: 300;
    font-family: 'MillerDisplay';
    font-size: 31px;
}

.new-hshop .for-guest-sec .center-content h2 big {
    display: block;
    font-size: 38px;
    margin-top: 4px;
    margin-bottom: 19px;
}

.new-hshop .for-guest-sec .center-content p {
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #17384c;
    font-size: 14px;
    max-width: 380px;
    margin: 0 auto 20px;
}

.new-hshop .for-guest-sec .red.cta {
    display: inline-block;
    width: 320px;
    padding: 18px 5px;
    background-color: #962020;
    outline-offset: -5px;
}

.new-hshop .for-guest-sec .red.cta:hover {
    outline-color: transparent;
}

.new-hshop img {
    max-width: 100%;
}

.new-hshop .for-guest-sec .flex-row:nth-child(2) {
    background-color: white;
    justify-content: space-between;
}

.new-hshop .for-guest-sec .shop-box {
    display: block;
    width: 19.4%;
    text-align: center;
    border: 1px solid #e9e9e9;
    transition: 0.3s ease all;
}


.new-hshop .for-guest-sec .shop-box img {
    width: 100%;
    display: block;
    float: none;
}
.new-hshop .for-guest-sec .shop-box span {
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: white;
    line-height: 1;
    background-color: #962020;
}

.new-hshop .hp-section-title.holiday-title {
    margin-top: 70px;
}

.new-hshop .holiday-cards .img-heading {
    border-top: 1px solid #e1e1e1;
    width: 100%;
    text-align: center;
    margin: 80px 0 0px;
}

.new-hshop .holiday-cards .img-heading span {
    display: inline-block;
    position: relative;
    top: -40px;
    width: 492px;
    height: 78px;
    line-height: 78px;
    z-index: 2;
    font-size: 28px;
    font-family: "Times New Roman";
    font-weight: 300;
    text-align: center;
    color: #4a4444;
    background: url(/Content/images_cust/holidayShop/flower-heading-bg.jpg) no-repeat center;
}

.new-hshop .holiday-cards .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            justify-content: space-between;
    margin: 0 auto 24px;
    max-width: 1090px;
}

.new-hshop .holiday-cards .col {
    width: 32%;
    background-color: #fafafa;
    text-align: center;
    position: relative;
}

.new-hshop .holiday-cards .col img {
    display: block;
    margin-bottom: 15px;
}

.new-hshop .holiday-cards .col h3 {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.3px;
    text-align: center;
    color: #962020;
    font-size: 21px;
    font-family: "Times", serif;
    margin-bottom: 10px;
}

.new-hshop .holiday-cards .col p {
    font-size: 14px;
    color: #17384c;
    max-width: 310px;
    margin: 0 auto 15px;
}

.new-hshop .holiday-cards img.counter {
    display: inline-block;
    width: 280px;
}

.new-hshop .holiday-cards span {
    color: white;
    position: absolute;
    left: 0;
    top: 145px;
    font-size: 16px;
    font-family: 'Times', serif;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.3px;
}

.shop-slider-mobile {
    display: none;
}

.accord-header {
    display: none;
}

#source-slider .hp-section-title,
#source-slider .kathys-picks-copy {
    display: none;
}

.hp-kathy-slider {
    margin: 50px auto 50px auto;
}

.new-hshop .campaign-promt {
    max-width: 1090px;
    text-align: center;
    padding: 20px;
    background-color: #fafafa;
    margin: -10px auto 20px;
}

.new-hshop .campaign-promt p {
    font-size: 14px;
    margin-bottom: 15px;
    color: black;
}

.new-hshop .campaign-promt .field-wrapper {
    max-width: 500px;
    margin: 0 auto;
    line-height: 1;
}

.new-hshop .campaign-promt .field-wrapper input {
    height: 44px;
    line-height: 1;
    border: 1px solid #3b3b3b;
    padding: 13px 15px;
    box-sizing: border-box;
    width: 415px;
    display: inline-block;
    font-size: 14px;
    background-color: white;
}

.new-hshop .campaign-promt .field-wrapper button {
    height: 44px;
    line-height: 1;
    padding: 13px 0;
    border: 1px solid #3b3b3b;
    box-sizing: border-box;
    background-color: #3b3b3b;
    color: white;
    display: inline-block;
    width: 80px;
    position: relative;
    left: -5px;
    font-size: 14px;
    transition: 0.25s ease-in-out;
}

.new-hshop .campaign-promt .field-wrapper button:hover {
    background: black;
    cursor: pointer;
}

@media screen and (max-width: 1120px){
    .for-guest-sec .flex-row:nth-child(2) {
        display: none;
    }

    .shop-slider-mobile {
        display: block;
    }

    .shop-slider-mobile .flex-control-nav.flex-control-paging {
        display: block !important;
        text-align: center;
        padding: 15px 0;
    }

    .for-guest-sec .shop-slider-mobile .slides  li {
        margin: 0 5px;
    }

    .for-guest-sec .shop-slider-mobile  li .shop-box {
        width: 100%;
    }

}


@media screen and (max-width: 1000px){
    .new-hshop .holiday-cards .flex-row {
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 25px;
    }

    .new-hshop .holiday-cards .col {
        width: 47%;
        margin-bottom: 15px;
    }

    .new-hshop .holiday-cards .col img:first-child {
        width: 100%;
    }

    .new-hshop .holiday-cards .col:last-child {
        margin: 0 auto 0 0;
    }

    .for-guest-sec .flex-row:first-child {
        display: block;
        max-width: 800px;
    }

    .new-hshop .for-guest-sec .subheader {
        padding-top: 0px;
        margin-bottom: 10px;
    }

    .for-guest-sec .flex-row:first-child .col {
        width: 100%;
        display: block;
    }

    .for-guest-sec .flex-row:first-child .col:last-child {
        padding: 30px 15px;
    }

    .for-guest-sec .flex-row:first-child .col .center-content {
        margin: 0;
        min-height: unset;
    }
}

@media screen and (max-width: 700px){
    .new-hshop .masthead {
        width: 100%;
        position: relative;
        padding: 0 15px;
        margin-bottom: 25px;
        background-attachment: initial;
        background-size: cover;
    }


    .for-guest-sec .flex-row:first-child {
        max-width: 510px;
    }


    .accord-header {
        display: block;
        cursor: pointer;
    }

    .new-hshop .accord-header h3 {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background-color: #f6f6f6;
        display: block;
        text-align: center;
        width: 100%;
        padding: 15px 0 10px;
        font-weight: 600;
        font-style: normal;
        line-height: 1;
        letter-spacing: 0.3px;
        text-align: center;
        color: #d46a6a;
        font-size: 21px;
        font-family: "Times", serif;
        border: 1px solid #d7d7d7;
        margin-bottom: 0 !important;
    }

    .new-hshop .accord-header h3 span {
        display: block;
        width: 110px;
        margin: 0 auto;
        text-align: left;
        font-family: Arial, sans-serif;
        color: #141414 !important;
        font-size: 12px;
        margin-top: 8px;
        font-style: normal;
        font-weight: 600;
        position: static !important;
        text-transform: capitalize;
        background: url(/Content/images_cust/myaccount/arrow488-rotated.png) no-repeat right center / 12px ;
    }

    .new-hshop .holiday-cards .flex-row {
        display: block;

        padding: 0 15px;
        max-width: 380px;
    }

    .new-hshop .holiday-cards .col {
        width: 100%;
        background-color: #fafafa;
        text-align: center;
        position: relative;
        margin-bottom: 10px;
    }

    .new-hshop .holiday-cards .col .accord-body {
        padding: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: 0.6s ease-in-out all;
        -o-transition: 0.6s ease-in-out all;
        transition: 0.6s ease-in-out all;
    }

    .new-hshop .holiday-cards .col .accord-body.active {
        max-height: 1000px;
        opacity: 1;
    }

    .new-hshop .for-guest-sec {
        padding-right: 15px;
        padding-left: 15px;
    }

    .new-hshop .for-guest-sec .shop-box:hover {
        border: none;
    }

/*    .new-hshop .holiday-cards .accord-body span {
        display: none;
    }*/

    .new-hshop .trans-overlay {
        width: calc(100% - 30px)
    }

    .new-hshop .holiday-cards .img-heading span {
        width: 300px;
        margin-bottom: -20px;
    }
}

.new-hshop #holiday-slider .slides li {
    opacity: 1;
    padding: 0;
    margin: 0 5px;
}

.new-hshop #holiday-slider li  span {
    background-color: #e8e8e8;
    color: #962020;
    font-weight: 600;
 }

.new-hshop #holiday-slider .icon-arrow-left:before{
    border: solid #333;
    border-width: 0 0 2px 2px;
}

.new-hshop #holiday-slider .icon-arrow-right:before {
    border: solid #333;
    border-width: 0 2px 2px 0;
}

@media screen and (max-width: 768px){
    .new-hshop #holiday-slider {padding: 0;}
}

.new-hshop .holiday-cards .col .red.cta {
   display: inline-block;
   width: 80%;
   text-transform: uppercase;
   background-color: #962020;
   font-size: 14px;
   padding: 14px 20px;
}


/*========HOLIDAY LANDING PAGE EVENT 2
===========================================*/

.giftshop-wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.giftshop-wrapper > div:first-child {
    margin-bottom: 15px;
}

.giftshop-wrapper > p {
    font-size: 15px;
    line-height: 1.5;
    max-width: 940px;
    margin: 60px auto 30px;
    text-align: center;
}

.giftshop-wrapper * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.giftshop-wrapper img {
    max-width: 100%;
}

.giftshop-wrapper .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 30px;
}

.giftshop-wrapper .flex-row .flex-row {
    margin-bottom: 0;
}

.giftshop-wrapper .col {
    width: 49%;
    text-align: center;
    overflow: hidden;
}

.giftshop-wrapper .col div {
    overflow: hidden;
}

.giftshop-wrapper .col img {
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0) scale(1.0, 1.0);
    -webkit-transition: 0.3s ease-out transform;
    -o-transition: 0.3s ease-out transform;
    transition: 0.3s ease-out transform;
}

.giftshop-wrapper .col img:hover {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07);
    -webkit-transition: 0.5s ease transform;
    -o-transition: 0.5s ease transform;
    transition: 0.5s ease transform;
}

.giftshop-wrapper .flex-row.banner {
    position: relative;
    background:  #fcfcfc url(/Content/images_cust/holidayShop/event-two/banner-ribbon-1.png) no-repeat;
    -webkit-background-size: 7% 7%;
            background-size: 7%;
    background-position: 52% 0;
}

.giftshop-wrapper .flex-row.banner > img {
    position: absolute;
    right: -21px;
    top: -19px;
    width: 12%;
}

.giftshop-wrapper .ribbon-box h3 {
    font-family: 'Times', serif;
    font-style: italic;
    font-size: 26px;
    margin: 45px 0 15px;
}

.giftshop-wrapper .ribbon-box p {
    font-family: 'Times New Roman', serif;
    font-size: 17px;
    max-width: 350px;
    margin: 0 auto 20px;
}

.giftshop-wrapper .red.cta {
    display: block;
    width: 300px;
    padding: 18px 5px;
    background-color: #962020;
    outline-offset: -5px;
    margin: -30px auto 0;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}

.giftshop-wrapper .flex-row.banner .red.cta {
    position: static;
    margin: 0 auto;
}

.giftshop-wrapper .red.cta:hover {
    outline-color: transparent;
}

.giftshop-wrapper .hp-kathy-slider {
    max-width: 1140px;
    margin:50px auto 60px;
}

@media screen and (max-width: 700px){
    .giftshop-wrapper {
        max-width: 600px;
        margin: -30px auto 0;
        padding: 0 15px;
    }

    .giftshop-wrapper .flex-row {
        display: block;
        margin-bottom: 40px;
    }

    .giftshop-wrapper .flex-row .flex-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .giftshop-wrapper .col {
        width: 100%;
        margin-bottom: 30px;
    }

    .giftshop-wrapper .flex-row .flex-row .col {
        margin-bottom: 0;
    }

    .giftshop-wrapper .flex-row.banner {
        background-image: none;
        overflow: hidden;
    }

    .giftshop-wrapper .flex-row.banner .col {
        width: 49%;
        margin-bottom: 0;
    }

    .giftshop-wrapper .flex-row.banner .cta.red {
        margin-bottom: 30px;
    }

    .giftshop-wrapper .flex-row.banner > img {
        display: none;
    }

    .giftshop-wrapper .flex-row.banner .col img {
        position: relative;
        z-index: 1;
    }

    .giftshop-wrapper .ribbon-box h3 {
        margin-top: 35px;
        font-size: 22px;
    }

    .giftshop-wrapper .ribbon-box p {
        font-size: 15px;
        max-width: 90%;
    }
}

.new-hshop #holiday-slider {
    margin-bottom: 15px;
}

.event-three {
    margin-top: 0px;
    margin-bottom: 50px;
}

.event-three .flex-row {
    max-width: 1040px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
    margin-bottom: 0px;
    background-color: #fafafa;
}

.event-three > .flex-row > .col:first-child {
    width: 46%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
}

.event-three > .flex-row > .col:last-child {
    width: 53%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
}

.event-three .flex-row .flex-row .col {
    width: 49.5%;
}

.event-three .flex-row .flex-row:first-child {
    margin-bottom: 10px;
}

.event-three .flex-row .col .subheader {
    font-size: 13px;
    padding-top: 15px;
    color: #17384c;
    margin-bottom: 100px;
}

.event-three .flex-row .col .center-content {
    margin-bottom: 70px;
}

.event-three .flex-row .col .center-content h3 {
    color: #d46a6a;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Times', serif;
    margin-bottom: 15px;
}

.event-three .flex-row .col .center-content h2 {
    letter-spacing: 0.5px;
    text-align: center;
    color: #4a4444;
    font-weight: 300;
    font-family: 'MillerDisplay';
    font-size: 31px;
}

.event-three .flex-row .col .center-content h2 big {
    display: block;
    font-size: 38px;
    margin-top: 4px;
    margin-bottom: 19px;
}

.event-three .flex-row .col .center-content p {
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #17384c;
    font-size: 14px;
    max-width: 380px;
    margin: 0 auto 20px;
}

.event-three .flex-row .col .red.cta {
    display: inline-block;
    width: 320px;
    padding: 18px 5px;
    background-color: #962020;
    outline-offset: -5px;
}

.event-three .flex-row .col img {
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0) scale(1.0, 1.0);
    -webkit-transition: 0.3s ease-out transform;
    -o-transition: 0.3s ease-out transform;
    transition: 0.3s ease-out transform;
}

.event-three .flex-row .col img:hover {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07);
    -webkit-transition: 0.5s ease transform;
    -o-transition: 0.5s ease transform;
    transition: 0.5s ease transform;
}
.event-three .flex-row .col,
.event-three .flex-row .col div {
    overflow: hidden;
}

.event-three .flex-row li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 10px;
}

.event-three .flex-row li a {
    display: block;
    background-color: transparent;
    border: 1px solid #979797;
    text-transform: uppercase;
    padding: 15px;
    font-weight: bold;
    font-size: 12px;
    min-width: 100px;
}

.event-three .flex-row li:hover a {
    color: #962020;
    border-color: #962020;
}

@media screen and (max-width: 1040px){
    .event-three .flex-row .col .subheader {
        margin-bottom: 30px;
    }
    .event-three .flex-row .col .center-content {
        margin-bottom: 40px;
    }

    .event-three > .flex-row > .col:first-child {
        width: 50%; }

    .event-three > .flex-row > .col:last-child {
        width: 50%;
    }
}

@media screen and (max-width: 800px){
    .event-three {
        padding: 0 15px;
    }

    .event-three > .flex-row {
        max-width: 700px;
        display: block;
    }

    .event-three > .flex-row > .col:first-child {
        width: 100%;
    }

    .event-three > .flex-row > .col:last-child {
        width: 100%;
        padding-bottom: 10px;
    }

    .event-three .flex-row .col .subheader {
        margin-bottom: 20px;
    }
    .event-three .flex-row .col .center-content {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px){
    .hide-mobile {
        display: none;
    }
}

.event-four {
    margin-bottom: 40px;
}

.event-four .flex-row {
    max-width: 1040px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            justify-content: space-between;
    margin-bottom: 0px;
    background-color: #fafafa;
}

.event-four > .flex-row > .col:first-child {
    width: 46%;
    text-align: center;
}

.event-four > .flex-row > .col:last-child {
    width: 53%;
    text-align: center;
}

.event-four .flex-row .col img {
    width: 100%;
}

.event-four .flex-row .col .subheader {
    font-size: 13px;
    padding-top: 15px;
    color: #17384c;
    margin-bottom: 100px;
}

.event-four .flex-row .col .center-content {
    margin-bottom: 70px;
}

.event-four .flex-row .col .center-content h3 {
    color: #d46a6a;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Times', serif;
    margin-bottom: 15px;
}

.event-four .flex-row .col .center-content h2 {
    letter-spacing: 0.5px;
    text-align: center;
    color: #4a4444;
    font-weight: 300;
    font-family: 'MillerDisplay';
    font-size: 31px;
}

.event-four .flex-row .col .center-content h2 big {
    display: block;
    font-size: 38px;
    margin-top: 4px;
    margin-bottom: 19px;
}

.event-four .flex-row .col .center-content p {
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #17384c;
    font-size: 14px;
    max-width: 380px;
    margin: 0 auto 20px;
}

.event-four .flex-row .col .red.cta {
    display: inline-block;
    width: 320px;
    padding: 18px 5px;
    background-color: #962020;
    outline-offset: -5px;
}

.event-three .col .center-content h2 img {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
}

.event-three .col .center-content h2 img:hover {
	transform: none;
}

#slider-destination {
    margin-bottom: 80px;
        border-bottom: 1px solid #e1e1e1;
}

@media screen and (max-width: 800px){
    .event-four {
        padding: 0 15px;
    }

    .event-four > .flex-row {
        max-width: 700px;
        display: block;
    }

    .event-four > .flex-row > .col:first-child {
        width: 100%;
    }

    .event-four > .flex-row > .col:last-child {
        width: 100%;
        padding-bottom: 10px;
    }

    .event-four .flex-row .col .subheader {
        margin-bottom: 20px;
    }
    .event-four .flex-row .col .center-content {
        margin-bottom: 20px;
    }
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    left: 0;
    top: 0px;
    display: none;
    z-index: 10;
}

@media screen and (max-width: 600px){
    /*CSS3 keyframes for glittering effect*/
    @-webkit-keyframes glitter {
      0% {
        -webkit-transform: scale(0.3);
        opacity: 1;
      }
      25% {
        -webkit-transform: scale(1);
        opacity: 0.5;
      }
      50% {
        -webkit-transform: scale(0.3);
        opacity: 0.2;
      }
      100% {
        -webkit-transform: scale(0.3);
        opacity: 0;
      }
    }
}

/*KIDS LANDING==========================*/

.layout_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.layout_row .layout_column_dual {
    width: 50%;
}
.layout_row .layout_column_triple {
    width: 30%;
}
.layout_row .layout_column_quad {
    width: 23%;
}

.kids_nav,
.masthead,
.top_categories,
.other_products,
.kids_brands,
.kids_mattresses,
.kids_design,
.birthdate,
.kids_touts {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.masthead {
}

.kids_landing section {
    margin-bottom: 50px;
    text-align: center;
}

.kids_landing h1,
.kids_landing h3 {
    font-family: "Millers Display", "Times New Roman", serif;
    color: #5b6468;
    font-weight: normal;
}

.kids_landing p,
.kids_landing a {
    font-family: Arial, sans-serif;
    color: #5b6468;
}

.kids_landing img {
    max-width: 100%;
}

.kids_landing .mob-only {
    display: none;
}

.kids_landing .kids_sec_heading {
    border-top: 1px solid #ffaeae;
    margin-top: 70px;
    margin-bottom: 40px;
}

.kids_landing .kids_sec_heading span {
    font-size: 34px;
    display: inline-block;
    background-color: white;
    letter-spacing: 2px;
    padding: 0 15px;
    margin: -30px 0 0;
}

.kids_hero_slider {
    border: none;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}

.kids_hero_slider .slides > li {
    position: relative;
}

.kids_hero_slider .slides > li div {
    position: absolute;
    width: 310px;
    left: 25px;
    top: 25px;
    text-align: center;
    padding: 25px 50px 30px;
    border: 1px solid #9ab1bd;
    background: rgba(255,255,255,0.7);
}

.kids_hero_slider .slides > li div h3 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.kids_hero_slider .slides > li div .cta_common {
    width: 200px;
    outline: none;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
}

.kids_hero_slider .flex-control-nav {
    display: inline-block !important;
    bottom: 15px;
    width: auto;
    padding: 0 15px;
    right: 0;
    position: absolute;
}

.kids_hero_slider .flex-control-nav li {
    margin: 0;
}
.kids_hero_slider .flex-control-paging li a {
    background: #89bcd4;
    border: none;
    box-shadow: none;
    width: 11px;
    height: 11px;
}
.kids_hero_slider .flex-control-paging li a.flex-active {
    background: #ffaeae;
}

.kids_landing .top_categories img {
    display: block;
    margin-bottom: 15px;
}

.kids_landing .top_categories a {
    color: #9ab1bd;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.kids_mattresses {
    width: 100%;
    padding: 50px 10px 75px;
    background: url(/Content/images_cust/kids_landing/kids_mattresses.jpg) no-repeat;
    background-size: cover;
    background-position: center right;
}

.flower-box p {
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "Millers Display", "Times New Roman", serif;
    color: #5b6468;
    max-width: 75%;
    margin: 0 auto;
}

.kids_mattresses .flower-box {
    background: url(/Content/images_cust/kids_landing/bg_blur.png) no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 325px;
    width: 565px;
    margin: 0 auto;
    padding: 50px 0 70px;
}

.kids_mattresses .flower-box h1 {
    text-transform: uppercase;
    font-size: 54px;
    letter-spacing: 4px;
}

.kids_landing .cta_common {
    color: white;
    text-decoration: none;
    background-color: #9ab1bd;
    transition: 0.25s ease;
}

.kids_landing .cta_common:hover {
    background-color: #9ab1bd !important;
    outline-color: rgba(255,255,255,0.6);
}

.kids_mattresses .cta_common {
    margin: 30px auto -100px;
    height: 70px;
    width: 250px;
    line-height: 70px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    outline-offset: -8px
}

.kids_mattresses .flower-box h1:after {
    content: " ";
    display: block;
    margin: 15px auto 25px;
    height: 2px;
    width: 175px;
    background-color: #d7d2c7;
}

.kids_mattresses .flower-box h1 small {
    font-size: 40px;
}

.other_products .flexslider {
    position: relative;
    border: unset;
}

.other_products .flex-viewport {
    max-width: 1000px;
    margin: 0 auto;
}

.other_products .flexslider .slides > li {
    margin-right: 30px;
}

.other_products .flexslider .flex-direction-nav {
    position: absolute;
    width: 100%;
    top: 45%;
}

.other_products .flexslider .flex-direction-nav .flex-prev {
    left: 0;
    opacity: 1 !important;
    transform: rotate(-45deg);
    border-top: 1.5px solid #4a4444;
    border-left: 1.5px solid #4a4444;
}

.other_products .flexslider .flex-direction-nav .flex-next {
    right: 0;
    opacity: 1 !important;
    transform: rotate(45deg);
    border-top: 1.5px solid #4a4444;
    border-right: 1.5px solid #4a4444;
}

.other_products .flexslider .flex-direction-nav .flex-disabled {
    opacity: 1;
    z-index: 1;
}

.other_products .flexslider .flex-direction-nav a {
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
}

.other_products .flexslider .flex-direction-nav a:before {
    font-size: 0px;
    display: block;
    width: 15px;
    height: 15px;
    content: ' ';
    text-shadow: none;
}

.other_products .flexslider .flex-direction-nav .flex-next:before {
    transform: rotateX(30deg);
}

.kids_touts .layout_column_quad,
.kids_tout_slider .slides li {
    border: 1px solid #e1e1e1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.kids_tout_slider .slides li {
    margin-right: 20px;
    width: 260px !important;
}

.kids_touts .layout_column_quad .image-box,
.kids_tout_slider .slides li .image-box {
    width: 33%;
    padding: 5px 5px 5px 10px;
}

.kids_touts .layout_column_quad .content-box,
.kids_tout_slider .slides li .content-box {
    width: 67%;
    padding-left: 10px;
}

.kids_touts .layout_column_quad a.heading,
.kids_tout_slider .slides li a.heading {
    color: #888888;
    font-size: 13px;
    line-height: 1.3;
    margin: 0 0 5px;
    font-weight: normal;
    display: block;
}

.kids_touts .layout_column_quad a.heading small,
.kids_tout_slider .slides li a.heading small {
    color: #888888;
    font-size: 12px;
    text-transform: uppercase;
}

.kids_touts .layout_column_quad a.span,
.kids_tout_slider .slides li a.span {
    color: #212121;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    transition: 0.25s ease;
}
.kids_design .layout_column_dual:first-child {
    background-color: #f7eeda;
    padding-top: 60px;
}

.kids_design .flower-box h1 {
    font-size: 44px;
    letter-spacing: 1px;
    line-height: 1.05;
    max-width: 400px;
    margin: 0 auto;
}

.kids_design .flower-box h1:after {
    content: " ";
    display: block;
    margin: 25px auto 25px;
    height: 2px;
    width: 175px;
    background-color: #d7d2c7;
}

.kids_design .flower-box p {
    max-width: 92%;
}

.kids_design .flower-box .cta_common {
    width: 210px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    margin: 20px auto 0;
    letter-spacing: 1.5px;
    outline-offset: -6px;
}

.kids_design .layout_row img {
    display: block;
}

.kids_brands p {
    font-size: 16px;
    padding: 0 15px;
    letter-spacing: 0.3px;
    padding-top: 20px;
}

.birthdate {
    background:url(/Content/images_cust/kids_landing/kids_birthday.jpg) no-repeat;
    background-size: cover;
    padding-top: 55px;
    padding-bottom: 75px;
}

.birthdate .flower-box {
    width: 640px;
    height: 340px;
    background-color: #f7edda;
    margin: 0 auto;
    padding-top: 25px;
    position: relative;
}

.birthdate .flower-box.init {
    display: block;
}

.birthdate .flower-box.complete {
    padding-top: 65px;
    display: none;
}

.birthdate .flower-box.complete a {
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "Times New Roman";
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #b68594;
    color: #b68594;
    cursor: pointer;
}

.birthdate .flower-box h1 {
    font-size: 44px;
    letter-spacing: 1px;
    line-height: 1;
    max-width: 460px;
    margin: 0 auto 20px;
}

.birthdate .flower-box p {
    max-width: 460px;
    margin: 0 auto 20px;
    font-size: 16px;
    letter-spacing: 0.3px;
    font-family: Arial, sans-serif;
}

.birthdate .flower-box .cta_common {
    width: 210px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    letter-spacing: 1.5px;
    outline-offset: -6px;
    position: absolute;
    left: 50%;
    margin-left: -105px;
    bottom: -30px;
}

.birthdate .form-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
}

.birthdate .form-wrapper label {
    color: #9ab1bd;
    text-transform: uppercase;
    display: block;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.birthdate .form-wrapper select,
.birthdate .form-wrapper input{
    -moz-appearance: none;
    -webkit-appearance: none;
    border:1px solid #e59f9e;
    background-color: white;
    height: 30px;
    line-height: 30px;
    color: #999;
    padding: 0 10px;
    font-size: 12px;
    display: block;
    width: 100%;
}

.birthdate .form-wrapper .select-wrapper {
    background: #fff url(/Content/images_cust/kids_landing/select-arrow.jpg) no-repeat;
    background-size: 20px;
    background-position: 97% center;
}

.birthdate .form-wrapper select {
    background-color: transparent;
    border-radius: 0;
}

.birthdate .form-wrapper .field-group:nth-child(1){
    width: 20%;
}

.birthdate .form-wrapper .field-group:nth-child(2){
    width: 47%;
}

.birthdate .form-wrapper .field-group:nth-child(3){
    width: 30%;
}

.birthdate .form-wrapper .field-group:nth-child(2) .select-wrapper{
    display: inline-block;
}

@media screen and (max-width: 765px){
    .kids_landing .mob-only {
        display: block;
    }

    .kids_landing .pc-only {
        display: none;
    }

    .layout_row {
        flex-wrap: wrap;
        padding: 0 10px;
    }

    .layout_row .layout_column_dual {
        width: 100%;
    }
    .layout_row .layout_column_triple {
        width: 32%;
    }
    .layout_row .layout_column_quad {
        width: 49%;
    }

    .kids_landing .masthead {
        padding-bottom: 50px;
        border-bottom: 1px solid #b5afb7;
        background-image: none;
    }

    .kids_landing .kids_sec_heading {
        border-top: none;
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 40px;
    }

    .kids_hero_slider .slides img {
        float: none;
    }

    .kids_landing .kids_sec_heading span {
        font-size: 30px;
        display: inline-block;
        background-color: white;
        letter-spacing: 1px;
        margin: 0px 0 0;
    }

    .kids_hero_slider .flex-viewport {
        width: 100%;
    }

    .kids_hero_slider .slides > li div {
        position: static;
        width: 100%;
        text-align: center;
        padding: 20px 10px 0px;
        border: none;
        background: transparent;
    }

    .kids_hero_slider .slides > li div h3 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .kids_hero_slider .slides > li div .cta_common {
        margin: 0 auto;
        background-color: #e2b5b2;
        outline: 1px solid white;
        outline-offset: -5px;
        height: 50px;
        line-height: 50px;
        width: 180px;
    }

    .kids_hero_slider .flex-control-nav {
        display: block !important;
        bottom: 130px;
        width: 100%;
        padding: 0;
        right: 0;
        position: absolute;
    }

    .top_categories .layout_column_quad {
        margin-bottom: 20px;
    }

    .kids_mattresses {
        width: 100%;
        padding: 250px 0px 0px;
        background-size: 800px;
        background-position: top right;
    }

    .kids_mattresses .flower-box {
        background-position: top center;
        min-height: unset;
        width: 100%;
        margin: 0 auto;
        padding: 30px 0 35px;
    }

    .kids_mattresses .flower-box h1 {
        font-size: 40px;
    }

    .kids_mattresses .flower-box h1 small {
        font-size: 30px;
    }

    .kids_mattresses .flower-box h1:after {
        margin-bottom: 20px;
    }

    .flower-box p {
        font-size: 18px;
        max-width: 90%;
    }

    .kids_mattresses .cta_common {
        margin: 30px auto 0px;
        height: 60px;
        width: 250px;
        line-height: 60px;
        font-size: 16px;
        letter-spacing: 1px;
        outline-offset: -6px;
    }

    .other_products .flex-viewport {
        max-width: 99%;
    }

    .kids_tout_slider .flex-viewport {
        width: 98%;
        margin: 0 auto;
    }

    .other_products .flexslider .flex-direction-nav {
        display: none;
    }

    .other_products .flexslider .flex-control-nav,
    .kids_tout_slider .flex-control-nav {
        margin-top: 20px;
    }

    .kids_design .layout_row {
        flex-direction: column-reverse;
        padding: 0;
    }


    .kids_design .layout_column_dual:first-child {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .kids_design .flower-box h1 {
        font-size: 30px;
        line-height: 1.1;
        padding: 0 15px;
    }

    .kids_design .flower-box p {
        padding: 0 5px;
    }

    .kids_design .flower-box .cta_common {
        height: 50px;
        line-height: 50px;
    }

    .kids_design .flower-box h1:after {
        margin: 20px auto 20px;
    }

    .kids_brands p {
        display: none;
    }

    .kids_brands .layout_row .layout_column_triple {
        width: 49%;
        margin-bottom: 15px;
    }

   .birthdate {
        padding: 70px 15px;
        background-position: center;
        transition: .3s ease;
    }

    .birthdate .flower-box {
        width: 100%;
        padding-bottom: 25px;
        height: unset;
    }

    .birthdate .flower-box.complete {
        padding-bottom: 65px;
    }

    .birthdate .flower-box h1 {
        font-size: 32px;
        max-width: 300px;
    }

    .birthdate .flower-box p {
        font-size: 14px;
        padding: 0 10px;
    }

    .birthdate .form-wrapper {
        flex-wrap: wrap;
    }

    .birthdate .form-wrapper .field-group:nth-child(1) {
        order: 1;
        width: 49% !important;
    }

    .birthdate .form-wrapper .field-group:nth-child(2) {
        order: 3;
        width: 100% !important;
        margin-top: 10px;
    }

    .birthdate .form-wrapper .field-group:nth-child(3) {
        width: 49%;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2;
    }

    .birthdate .flower-box .cta_common {
        bottom: -40px;
        line-height: 50px;
        height: 50px;
    }

    .birthdate .form-wrapper .field-group:nth-child(2) .select-wrapper {
        margin: 0 1px;
    }

	.sec-border {
	    max-width: calc(100% - 30px);
	    width: 100%;
	    height: 1px;
	    margin: 30px auto !important;
	    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,b5afb7+50,b5afb7+51,b5afb7+100 */
	    background: #ffffff; /* Old browsers */ /* FF3.6-15 */
	    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#b5afb7 50%,#b5afb7 51%,#b5afb7 100%); /* Chrome10-25,Safari5.1-6 */
	    background: -webkit-gradient(linear,  left top, left bottom,  from(#ffffff),color-stop(50%, #ffffff),color-stop(50%, #b5afb7),color-stop(51%, #b5afb7),to(#b5afb7));
	    background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#b5afb7 50%,#b5afb7 51%,#b5afb7 100%);
	    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#b5afb7 50%,#b5afb7 51%,#b5afb7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5afb7',GradientType=0 ); /* IE6-9 */
	}
}

@media screen and (max-width: 1000px){
    .hp-miller-title {
        font-family: miller-display, "Times New Roman", serif;
        font-weight: 300;
        font-style: italic;
        text-align: center;
        color: #4A352D;
        letter-spacing: 1px;
        max-width: 100%;
        margin: 0 auto 30px;
        line-height: 1.5;
        max-width: calc(100% - 15px);
    }

    .hp-miller-title span {
        font-style: normal;
        text-transform: uppercase;
    }
}

@media screen and (min-width: 1000px){

    #affirm-container {
        padding-top: 40px;
    }

    #affirm-container h3 {
        font-size: 30px;
        font-weight: 300;
        font-family: miller-display, serif;
        margin-bottom: 25px;
    }

    #affirm-container h3 small {
        font-size: 15px;
        display: block;
        margin-top: 10px;
        font-weight: normal;
        font-family: "Open Sans", sans-serif;
    }


    #affirm-container p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    #affirm-container p a {
        text-decoration: underline;
    }

    #affirm-container p strong {
        font-size: 24px;
        font-weight: 300;
        font-family: miller-display, serif;
        display: block;
        margin-bottom: 5px;
    }

    #affirm-container p small {
        font-size: 12px;
    }

    #affirm-container .wrapper {
        padding: 60px 0;
        max-width: 900px;
        margin: 0 auto;
    }

    #affirm-container > div {
        border-top: solid 1px #e1e1e1;
    }

    #affirm-container #primary-logo {
        width: 550px;
        margin:0 auto 40px;
    }

    #affirm-container #primary-logo img {
        width: 100%;
    }

    #affirm-container .masthead {
        max-width: unset;
        border-top: none;
    }

    #affirm-container .masthead .wrapper {
        max-width: 770px;
        padding-top: 0;
        text-align: center;
    }

    #affirm-container .working p {
        padding-left: 50px;
        position: relative;
    }

    #affirm-container .working .bullet {
        position: absolute;
        left: 0;
        top: 3px;
        font-size: 40px;
        color: #4d4d4d;
        font-weight: 300;
        font-style: italic;
        font-family: miller-display, serif;
        line-height: 1;
    }

    #affirm-container .footer .wrapper {
        padding-bottom: 0px;
    }

    #affirm-container .footer p {
        text-align: center;
        line-height: 1.1;
        margin-bottom: 0;
    }

    #affirm-container .button_secondary {
        margin: 20px auto;
    }
}

.kids_landing .collection-tout-wrapper {
    display: block;
    width: 100%;
    background-color: #f6f6f6;
    padding: 20px 10px;
    margin: -20px auto 0;
}
.kids_landing .collection-tout-wrapper .collection-tout {
    display: block;
    padding: 20px 15px 20px 80px;
    position: relative;
    width: 100%;
    background-color: white;
    position: relative;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #494444;
    background-image: url(/Content/images_cust/myaccount/arrow488.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 96% center;
    text-align: left;
}

.kids_landing .collection-tout-wrapper .collection-tout img {
    position: absolute;
    width: 45px;
    left: 10px;
    top: 8px;
}

.layout-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
}

.layout-row.layout-row-space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.layout-row > div {
    width: 14%;
    text-align: center;
}

.layout-row img {
    display: block;
    width: 100%;
}

.layout-row a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

/*============================Holiday Ssop 2019==============================*/
.holiday_hero_sec {
    max-width: 1600px;
    width: 100%;
    display: block;
    margin: auto;
}

.hero_box {
    position: relative;
    margin-bottom: 60px;
}

.hero_box .hero_img {
    width: 100%;
}

.hero_box .hero_text {
    position: absolute;
    top: 100px;
    right: 150px;
}

.hero_box .hero_text h1 {
  font-family: GoldenPlains;
  font-size: 72px;
  font-weight: normal;
  text-align: center;
  color: #4d4d4d;
}

.hero_box .hero_text h1 small {
  font-family: miller-display;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  color: #4d4d4d;
}

.holiday-slider, .holiday_picks_sec, .holiday_brands_sec, .holiday_festive_sec {
    max-width: 1040px !important;
}

.holiday-shop-2019 .holiday-slider {
    margin: 20px auto 40px auto !important;

}

.holiday-slider .holiday-slide {
    flex: 0 0 150px;
    margin: 0 50px;
}

.holiday_picks_sec, .holiday_brands_sec, .holiday_festive_sec {
    display: block;
    margin: 0px auto 20px;
}

.holiday_brands_sec{
    padding-top: 20px;
}

.holiday_brands_sec .layout-row .brand_img,
.holiday_picks_sec .layout-row .hpick_img {
    width: 30%;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.holiday_picks_sec .layout-row .hpick_img {
    border-radius: 8px;
    overflow: hidden;
    min-height: 300px;
}

.holiday_picks_sec .layout-row .hpick_img .hpick_text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #4d4d4d;
}

.holiday_picks_sec .layout-row .hpick_img .hpick_text p {
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    padding: 20px 45px;
}

.holiday_picks_sec .layout-row .hpick_img .gold-bg-img {
    background-image: url(/Content/images_cust/holidayShop2019/glitter-button.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.holiday_brands_sec .layout-row .brand_img .brand_logo {
    position: absolute;
    bottom: 0px;
    background-color: rgba(255,255,255,0.9);
    padding: 4px 20px;
    width: 100%;
}

.holiday_festive_sec .festive_box {
    margin-bottom: 50px;
    position: relative;
}

.holiday_festive_sec .festive_box .festive_text {
    position: absolute;
    bottom: 35px;
    left: 90px;
    text-align: center;
}

.holiday_festive_sec .festive_box .festive_text h2 {
    font-family: miller-display;
    font-size: 64px;
    font-weight: 300;
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 10px;
}

.holiday_festive_sec .festive_box .festive_text h2 small {
    font-family: miller-display;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    color: #4d4d4d;
    position: relative;
    bottom: -10px;
}

.holiday_festive_sec .festive_box .festive_text .festive-cta {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #4d4d4d;
    text-decoration: none;
    letter-spacing: 1px;
}

.holiday-shop-2019 .holiday-section-title h2 {
    font-family: miller-display;
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.5px;
    text-align: center;
    color: #4d4d4d;
}

.heading-text {
    line-height: 1.5 !important;
    top: -20px;
}

.heading-text small {
    display: block;
    font-size: 25px;
}

.holiday-shop-2019 .holiday-designs {
    max-width: 1040px;
    border: unset;
    margin: -30px auto 60px;
    padding: 0 0 0 30px;
    align-items: center;
}

.holiday-shop-2019 .holiday-designs .img-column {
    max-width: 270px;
    padding: 0px;
}

.holiday-shop-2019 .holiday-designs .content-column {
    border-left: unset;
    border-right: unset;
}

.holiday-shop-2019 .holiday-designs .content-column p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.56;
    letter-spacing: 2px;
    text-align: center;
    color: #4d4d4d;
    max-width: 406px;
    margin: 30px auto 40px;
}

.holiday-shop-2019 .for-pc {
    display: block;
}

.holiday-shop-2019 .for-mobile {
    display: none;
}

.new-slide:nth-child(13) {
        display: none;
}

.hero_box .hero-cta {
    position: absolute;
    bottom: 75px;
    width: 100%;
}

.hero_box .hero-cta .layout-row {
    width: 980px;
    margin: 0 auto;
}

.hero_box .hero-cta .layout-row .btn-column {
    width: 33%;
}

.hero_box .hero-cta .layout-row .btn-column .button_xwide {
    width: 300px;
}

.hero_box .hero-cta .layout-row .btn-column .button_ghost:hover,
.holiday-designs .content-column .button_ghost:hover {
    background-color: #4d4d4d;
    text-decoration: none;
    color: #ffffff;
}

@media screen and (max-width: 800px) {
    .holiday-shop-2019 .for-pc {
        display: none;
    }

    .holiday-shop-2019 .for-mobile {
        display: block;
    }


    .hero_box {
        margin-bottom: 20px;
    }

    .hero_box .hero_img {
        width: 100%;
    }

    .holiday_picks_sec, .holiday_brands_sec, .holiday_festive_sec {
        width: calc(100% - 30px);
    }

    .holiday-shop-2019 .holiday-section-title h2 {
        font-family: miller-display;
        font-size: 23px;
        font-weight: 300;
        text-align: center;
    }

    .holiday-shop-2019 .layout-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .holiday-shop-2019 .holiday-designs .img-column {
        width: 50%;
        order: 1;
    }

    .holiday-shop-2019 .holiday-designs .content-column {
        width: 100%;
        order: 2;
    }

    .holiday-shop-2019 .holiday-designs {
        margin: 0px auto;
        padding: 0px;
    }

    .holiday-shop-2019 .holiday-designs .content-column p {
        font-size: 13px;
        letter-spacing: 0px;
        margin: 20px auto 20px;
    }

    .holiday-shop-2019 .holiday-designs .content-column .button_common {
        width: 100%;
    }

    .holiday-shop-2019 .holiday-designs .content-column .button_common span {
        font-size: 13px;
    }

    .heading-text small {
        font-size: 15px;
    }

    .festive_img {
        display: none;
    }

    .holiday_festive_sec .festive_box {
        height: 200px;
        background-image: url(/Content/images_cust/holidayShop2019/festive-image.jpg);
        margin: 0 auto 50px;
        background-size: 180%;
        background-position: -180px -40px;
        background-repeat: no-repeat;
    }

    .holiday_festive_sec .festive_box .festive_text {
        bottom: 30px;
        left: 10px;
    }

    .holiday_festive_sec .festive_box .festive_text h2 {
        font-size: 28px;
        text-align: left;
        margin-bottom: 15px;
    }

    .holiday_festive_sec .festive_box .festive_text h2 small {
        font-size: 17px;
        bottom: -5px;
    }

    .holiday_festive_sec .festive_box .festive_text .festive-cta {
        font-size: 13px;
        font-weight: 600;
    }

    .holiday_picks_sec .layout-row .hpick_img:nth-child(1),
    .holiday_brands_sec .layout-row .brand_img:nth-child(1) {
        order: 1;
    }

    .holiday_picks_sec .layout-row .hpick_img:nth-child(2),
    .holiday_brands_sec .layout-row .brand_img:nth-child(2) {
        order: 2;
    }

    .holiday_picks_sec .layout-row .hpick_img:nth-child(3),
    .holiday_brands_sec .layout-row .brand_img:nth-child(3) {
        order: 5;
    }

    .holiday_picks_sec .layout-row .hpick_img:nth-child(4),
    .holiday_brands_sec .layout-row .brand_img:nth-child(4) {
        order: 3;
    }

    .holiday_picks_sec .layout-row .hpick_img:nth-child(5),
    .holiday_brands_sec .layout-row .brand_img:nth-child(5) {
        order: 4;
    }

    .holiday_picks_sec .layout-row .hpick_img:nth-child(6),
    .holiday_brands_sec .layout-row .brand_img:nth-child(6) {
        order: 6;
    }

    .holiday_picks_sec .layout-row .hpick_img,
    .holiday_brands_sec .layout-row .brand_img {
        width: 48%;
        margin-bottom: 15px;
    }

    .holiday_picks_sec .layout-row .hpick_img img {
        padding-bottom: 20px;
    }

    .holiday-shop-2019 .holiday_picks_sec .layout-row .hpick_img .hpick_text p {
        font-size: 13px;
        padding: 18px 0px;
    }

    .holiday-shop-2019 .holiday_picks_sec .layout-row .hpick_img .hpick_text .hpick_special_text {
        padding: 10px 0px !important;
    }




    .see-all-button {
        display: block;
        margin: 0px auto 0 auto;
        font-family: Arial;
        font-size: 13px;
        font-weight: 700;
        transition: .3s ease;
        text-align: center;
    }

    .hp-new-slider {
        width: calc(100% - 30px);
        max-width: 1180px;
        margin: 20px auto 40px auto;
        position: relative
    }

    .hp-new-slider {
        padding: 0 20px
    }

    .slider-wrapper {
        max-width: 1140px;
        margin: 0 auto;
        overflow: hidden
    }

    .slider-next,
    .slider-prev {
        display: block;
        width: 20px;
        height: 24px;
        margin: auto;
        padding: 0;
        border: none;
        outline: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 4;
        background-color: transparent;
        transition: .3s ease-in-out
    }

    .slider-prev {
        left: 0
    }

    .slider-next {
        right: 0
    }

    .slider-next:after,
    .slider-prev:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        margin: auto;
        padding: 1px;
        border: solid #333;
        border-width: 0 2px 2px 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: .3s ease-in-out
    }

    .slider-prev:after {
        transform: rotate(135deg)
    }

    .slider-next:after {
        transform: rotate(-45deg)
    }

    .dot-controls {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        position: absolute;
        right: 0;
        left: 0
    }

    .dot {
        display: block;
        width: 7px;
        height: 7px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #d8d8d8;
        transition: .3s ease-in-out
    }

    .dot-controls .dot.active {
        background-color: #9b9a9a
    }

    .new-slider-container {
        display: flex;
        width: 100%;
    }

    .new-slide {
        flex: 0 0 150px;
        margin: 0px 15px;
    }

    .new-slide a {
        display: block;
        width: 100%;
    }

    .new-slide a img {
        display: block;
        width: 100%;
    }

    .holiday-slider .holiday-slide {
        margin: 0 0px;
        flex: 0 0 50%;
        padding: 0 10px;
    }

    .holiday-shop-picks,
    .holiday-shop-slider {
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .holiday-shop-2019 .holiday-designs .img-column {
        padding: 0 10px;
        max-width: unset;
    }

    .holiday_picks_sec .layout-row .hpick_img {
        min-height: 180px;
    }

    .hero_box .hero-cta .layout-row .btn-column .button_ghost:hover,
    .holiday-designs .content-column .button_ghost:hover,
    .hero_box .button_block.for-mobile:hover {
        background-color: transparent;
        text-decoration: none;
        color: #4d4d4d;
    }
}

.hero_box .button_block.for-mobile {
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    bottom: 20px;
}

@media screen and (min-width: 550px){
   .holiday-shop-2019 .button_common {
        max-width: 500px;
   }

   .hero_box .button_block.for-mobile {
       left: 50%;
       margin-left: -250px;
       bottom: 60px;
   }
}

.sec-border {
    max-width: 1140px;
    margin: 50px auto;
}




/*PALECEK BRAND PAGE=================
============================================*/

.primary_container {
    width: calc(100% - 30px);
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.brand_page {
    color: #4A352D;
    font-family: "Open Sans", sans-serif;
}

.brand_page img {
    display: block;
    width: 100%;
}

/* .brand_page .masthead .layout-row .column.large img.for-mobile {
    padding-top: 50px;
} */

.brand_page p {
    font-weight: normal;
}

.brand_page.palecek section.shop_category,
.brand_page.palecek section.top_sellers {
    padding: 30px 0;
}

.brand_page.palecek section.masthead .layout-row,
.brand_page.palecek section.infographic .layout-row,
.brand_page.palecek section.designbar_banner .layout-row {
    background-color: #f8f8f8;
    align-items: center;
}

.brand_page section > h2.hp-miller-title {
    margin-bottom: 30px;
    max-width: 100%;
    font-size: 23px;
}

.brand_page .layout-row .column {
    width: 100%;
    float: none;
}

.brand_page a {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
    color: #4A352D;
}

/*PALECEK MASTHEAD SECTION========*/

.brand_page .masthead {
    max-width: 100%;
}

.brand_page .masthead h1 {
    text-align: center;
    width: 110px;
    margin: 0 auto 15px;
}

.brand_page.noir .masthead h1 {
    width: 70px;
}

.brand_page.summer_classics .masthead h1 {
    width: 200px;
}

.brand_page.palecek .masthead p em {
    font-size: 20px;
    font-family: miller-display;
    font-style: italic;
    font-weight: 300;
    display: block;
    margin-bottom: 15px;
    line-height: 1.2;
}

.brand_page .masthead .column.small {
    padding: 40px 25px 30px;
}

/*PALECK SHOP BY CATEGORY SECTION========*/

.brand_page .shop_category .column a.img_wrapper {
    margin-bottom: 25px;
    display: block;
}

.brand_page .shop_category .column h2 {
    margin-bottom: 5px;
}

.brand_page .shop_category .column p {
    margin-bottom: 15px;
}

/*PALECK SHOP TOP SELLERS SECTION========*/

.brand_page.palecek .flexslider.carousel .slides li {
    margin: 0 30px 0 0;
}

/*PALECK DID YOU KNOW SECTION========*/
.brand_page.palecek .infographic .column.large {
    text-align: left;
    padding: 25px 25px 30px;
}

.brand_page.palecek .infographic .column.large .hp-miller-title {
    margin: 0 0 10px;
    text-align: left;
}

.brand_page.palecek .infographic .column.large p {
    margin-bottom: 20px;
}

.brand_page.palecek .infographic ul {
    list-style: disc;
    padding-left: 20px;
}

.brand_page.palecek .infographic ul li {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

/*PALECK TESTIMONIALS SECTION========*/

.brand_page.palecek .testimonials {
    border-top: 1px solid #e1e1e1;
    padding: 30px 0 30px;
    margin: 30px 0 30px;
    border-bottom: 1px solid #e1e1e1;
}

.brand_page.palecek .testimonials h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    text-align: center;
}

.brand_page.palecek .testimonials .large img {
    width: 130px;
    display: block;
    margin: 5px auto;
    float: none;
}

.brand_page.palecek .testimonials .large p {
    margin-bottom: 15px;
}

.brand_page.palecek .testimonial_slider .column.triple {
    padding: 0 20px;
    margin-bottom: 20px;
    float: none;
}

.brand_page.palecek .testimonial_slider .column.small img {
    margin-bottom: 10px;
}

.brand_page .flexslider .flex-control-nav {
    text-align: center;
}

@media screen and (max-width: 1000px){
    .brand_page.palecek .layout-row {
        display: block;
    }

    .primary_container .for-pc {
        display: none !important;
    }

    .brand_page.palecek .shop_category .column.triple {
        padding-bottom: 30px;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 30px;
    }

    .brand_page.palecek .shop_category .column.triple:last-child {
        margin-bottom: 0;
    }

    .brand_page.palecek .shop_category .column.triple a:last-child {
        display: block;
        text-decoration: none;
        height: 50px;
        line-height: 48px;
        width: 100%;
        text-align: center;
        border: 1px solid #4A352D;
        color: #4A352D;
    }

    .brand_page.palecek section.top_sellers {
        padding: 0 0 30px;
    }

    .brand_page.palecek .testimonials .large a {
        display: block;
        text-decoration: none;
        height: 50px;
        line-height: 48px;
        width: 100%;
        text-align: center;
        border: 1px solid #4A352D;
        columns: #4A352D;
    }

    .brand_page .trade_banner {
        background-color: #f8f8f8;
        padding-bottom: 30px;
        text-align: center;
        margin-top: 30px;
    }

    .brand_page .trade_banner img.for-mobile {
        margin-bottom: 25px;
    }

    .brand_page .trade_banner h2.hp-miller-title {
        margin-bottom: 15px;
        letter-spacing: 1px;
        font-size: 19px;
    }

    .brand_page .trade_banner p {
        padding: 0 20px;
        margin-bottom: 15px;
    }

    .brand_page.ouef .masthead > a,
    .brand_page.caracole .masthead > a {
        font-weight: unset;
        text-transform: unset;
        text-decoration: unset;
        font-size: unset;
        color: unset;
    }

    .brand_page.lobjet .logo-mob.for-mobile {
        width: 65px !important;
        display: block;
        margin: -15px auto 0;
    }
}

@media screen and (min-width: 1000px){
    .primary_container {
        width: 100%;
        max-width: 1270px;
    }

    .primary_container .for-pc {
        display: block !important;
    }

    .primary_container .for-mobile {
        display: none !important;
    }

    .brand_page .layout-row {
        flex-wrap: wrap;
    }

    .brand_page .layout-row .column.small {
        width: 33%;
    }

    .brand_page .layout-row .column.large {
        width: 67%;
    }

    .brand_page .layout-row .column.triple {
        width: 32%;
    }

    .brand_page.palecek section.shop_category,
    .brand_page.palecek section.top_sellers {
        padding: 40px 0;
        border-top: 1px solid #e1e1e1;
    }

    .brand_page section > h2.hp-miller-title {
        font-size: 26px;
        margin-bottom: 40px;
    }

    /*PALECEK MASTHEAD SECTION========*/


    .brand_page .masthead h1 {
        text-align: center;
        width: 165px;
        margin: 0 auto 20px 0;
    }

    .brand_page.noir .masthead h1 {
        width: 90px;
    }

    .brand_page.summer_classics .masthead h1 {
        max-width: 290px;
        width: 100%;
        margin: 0 auto 30px;
    }

    .brand_page.summer_classics  .masthead .column.small {
        text-align: center;
    }

    .brand_page.summer_classics  .shop_category .column h2 {
        font-size: 22px;
    }

    .brand_page.summer_classics  .shop_category .column p {
        padding: 0 10px;
    }

    .brand_page.summer_classics  .shop_category .column.triple:nth-child(4),
    .brand_page.summer_classics  .shop_category .column.triple:nth-child(5),
    .brand_page.summer_classics  .shop_category .column.triple:nth-child(6),
    .brand_page.summer_classics  .shop_category .column.triple:nth-child(7),
    .brand_page.summer_classics  .shop_category .column.triple:nth-child(8),
    .brand_page.summer_classics  .shop_category .column.triple:nth-child(9) {
        padding-bottom: 60px;
    }

    .brand_page.palecek .masthead p em {
        font-size: 26px;
        font-family: miller-display;
        font-style: italic;
        font-weight: 300;
        display: block;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .brand_page .masthead .column.small {
        padding: 0 20px 0 23px;
        text-align: left;
    }

    .brand_page .masthead div.for-pc {
        text-align: center;
        padding: 12px 0;
    }

    /*PALECK SHOP BY CATEGORY SECTION========*/

    .brand_page .shop_category .column h2 {
        margin-bottom: 10px;
    }

    .brand_page .shop_category .column p {
        padding: 0 15px;
    }

    .brand_page .shop_category .column.triple {
        padding-bottom: 20px;
    }

    .brand_page.palecek .shop_category .column.triple:nth-child(1),
    .brand_page.palecek .shop_category .column.triple:nth-child(2),
    .brand_page.palecek .shop_category .column.triple:nth-child(3) {
        padding-bottom: 60px;
    }

    .brand_page .shop_category .column a.img_wrapper {
        overflow: hidden;
    }

    .brand_page .shop_category .column a img {
        transform: scale(1,1);
        transition: 0.4s linear transform;
    }

    .brand_page .shop_category .column a:hover img {
        transform: scale(1.05,1.05);
    }

    /*PALECK SHOP TOP SELLERS SECTION========*/

    .brand_page.palecek section.top_sellers {
        padding-bottom: 60px;
    }

    .brand_page.palecek .top_sellers .for-pc a {
        width: 12.5%;
        display: block;
    }

    .brand_page.palecek .top_sellers .for-pc a img {
        transform: scale(1, 1);
        transition: 0.4s linear transform;
    }

    .brand_page.palecek .top_sellers .for-pc a:hover img {
        transform: scale(1.05,1.05);
    }

    /*PALECK DID YOU KNOW SECTION========*/
    .brand_page.palecek .infographic .column.large {
        text-align: left;
        padding: 0px 30px 0px 50px;
    }

    .brand_page.palecek .infographic .column.large .hp-miller-title {
        margin: 0 0 15px;
    }

    .brand_page.palecek .infographic .column.large p {
        margin-bottom: 30px;
    }

    /*PALECK TESTIMONIALS SECTION========*/

    .brand_page.palecek .testimonials {
        padding: 60px 0;
        margin: 0;
        border: none;
    }

    .brand_page.palecek .testimonials .for-pc .column.triple {
        padding: 0 20px;
    }

    .brand_page.palecek .testimonials .for-pc .column.triple .layout-row {
        align-items: center;
        height: 100%;
    }

    .brand_page.palecek .testimonials .for-pc .column.triple:nth-child(2){
        width: 34%;
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
    }

    .brand_page.palecek .testimonials .for-pc .column.small {
        width: 40%;
    }

    .brand_page.palecek .testimonials .for-pc .column.large {
        width: 60%;
        padding-left: 20px;
        text-align: left;
        position: relative;
        padding-bottom: 30px;
        height: 100%;
    }

    .brand_page.palecek .testimonials .for-pc h4 {
        font-size: 14px;
        text-align: left;
    }

    .brand_page.palecek .testimonials .large img {
        margin: 5px auto 5px 0;
        width: 120px;
    }

    .brand_page.palecek .testimonials .large p {
        margin-bottom: 0px;
    }

    .brand_page.palecek .testimonials .for-pc .large p span {
        display: block;
        margin-top: 10px;
    }

    .brand_page.palecek .testimonials .for-pc .large a {
        position: absolute;
        bottom: 0;
        left: 20px;
    }

    /*PALECK TRADE SECTION========*/

    .brand_page .trade_banner {
        background-color: #f8f8f8;
        padding-bottom: 30px;
        text-align: center;
        background: url(/Content/images_cust/palecek_brand_page/palecek_trade-2x.jpg) no-repeat;
        background-size: cover;
        background-position: bottom right;
        min-height: 205px;
        position: relative;
        margin-top: 60px;
    }

    .brand_page.noir .trade_banner {
        background: url(/Content/images_cust/noir_brand_page/Noir_Desktop-Trade.jpg) no-repeat;
        background-size: cover;
        background-position: bottom right;
    }

    .brand_page.summer_classics .trade_banner {
        background: url(/Content/images_cust/summerClassics_brand_page/banner_trade.jpg) no-repeat;
        background-size: cover;
        background-position: bottom right;
    }

    .brand_page.ouef .masthead > a,
    .brand_page.caracole .masthead > a,
    .brand_page.lobjet .masthead > a {
        font-weight: unset;
        text-transform: unset;
        text-decoration: unset;
        font-size: unset;
        color: unset;
    }

    .brand_page.lobjet .logo.for-pc{
        width: 65px !important;
    }

    .brand_page.lobjet .logo-mob.for-mobile {
        width: 65px !important;
        display: block;
        margin: -15px auto 0;
    }

    .brand_page.ouef .trade_banner {
        background: url(/Content/images_cust/brand_ouef_images/brand_ouef_trade.jpg) no-repeat;
        background-size: cover;
        background-position: bottom right;
    }

    .brand_page.caracole .trade_banner {
        background: url(/Content/images_cust/brand_caracole_images/brand_caracole_trade.jpg) no-repeat;
        background-size: cover;
        background-position: bottom right;
    }

    .brand_page.lobjet .trade_banner {
        background: url(/Content/images_cust/brand_lobjet_images/brand_lobjet_trade.png) no-repeat;
        background-size: cover;
        background-position: bottom right;
    }

    .trade_copy {
        position: absolute;
        left: 90px;
        top: 50%;
        transform: translateY(-50%);
        width: 470px;
        text-align: center;
    }

    .brand_page .trade_banner h2.hp-miller-title {
        margin-bottom: 10px;
    }

    .brand_page .trade_banner p {
        margin-bottom: 15px;
    }

}

@media screen and (min-width: 1280px){
    .brand_page .masthead .column.small {
        padding: 0 60px 0 60px;
        text-align: left;
    }
}


/*SHOP ALL BRANDS ======================
==================================================*/
.brand_page.all_brands section.masthead .layout-row {
    background-color: #f8f8f8;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.brand_page.all_brands {
    padding-top: 30px;
}

.brand_page.all_brands .masthead p a {
    display: block;
    width: 108px;
    font-size: 14px;
    margin: 10px auto 0;
}

.brand_page.all_brands .masthead .column .hp-miller-title {
    margin-bottom: 15px;
}

.brand_page.all_brands .masthead .brands_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: 1500px;
    padding: 30px 0 30px 10px;
}

.brand_page.all_brands .masthead .brands_list a {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: none;
    line-height: 1;
    font-weight: normal;
}

.brand_page.all_brands .masthead .brands_list .alphabets {
    font-weight: bold;
    text-decoration: none;
}

.brand_page.all_brands .featured_brands {
    padding: 30px 0;
    border-top: 1px solid #e1e1e1;
}

.brand_page .featured_brands .column a.img_wrapper {
    margin-bottom: 20px;
    display: block;
}

.brand_page .featured_brands .column h3 {
    margin-bottom: 20px;
}

.brand_page .featured_brands .column h3  + a {
    font-size: 14px;
}

@media screen and (max-width: 1000px){
    .brand_page.all_brands .layout-row {
        display: block;
    }

    .brand_page.all_brands .flexslider .column.triple {
        padding: 0 20px;
        margin-bottom: 20px;
        float: none;
    }

    .brand_page .featured_brands .column a:last-child {
        display: block;
        text-decoration: none;
        height: 50px;
        line-height: 48px;
        width: 100%;
        text-align: center;
        border: 1px solid #4A352D;
        color: #4A352D;
    }
}

@media screen and (min-width: 1000px){
    .brand_page.all_brands {
        padding-top: 40px;
    }

    .brand_page.all_brands .masthead .column.small {
        padding-right: 45px;
    }

    .brand_page.all_brands .masthead p a {
        margin: 15px 0 0 0;
    }

    .brand_page.all_brands .masthead .column .hp-miller-title {
        margin-bottom: 30px;
        text-align: left;
    }

    .brand_page.all_brands .masthead .brands_list {
        max-height: 500px;
        padding: 40px 0px 40px;
        align-items: center;
    }

    .brand_page.all_brands .masthead .brands_list a {
        width: 13%;
        margin-bottom: 16px;
    }

    .brand_page.all_brands .featured_brands {
        padding: 40px 0;
    }

    .brand_page .featured_brands .column a img {
        -webkit-transform: scale(1,1);
            -ms-transform: scale(1,1);
                transform: scale(1,1);
        -webkit-transition: 0.4s linear transform;
        -o-transition: 0.4s linear transform;
        transition: 0.4s linear transform;
    }

    .brand_page .featured_brands .column a:hover img {
        -webkit-transform: scale(1.05,1.05);
            -ms-transform: scale(1.05,1.05);
                transform: scale(1.05,1.05);
    }

    .brand_page .featured_brands .column a.img_wrapper {
        margin-bottom: 25px;
        overflow: hidden;
    }

    .brand_page .featured_brands .column h3 {
        padding: 0 20px;
        margin-bottom: 5px;
    }
}

#diptique-banner-wrapper {
    padding: 0;
}

/* PRESS & MEDIA Redesign 2020 */
.press-media-2020 {
    max-width: 1435px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.press-media-2020 .main-container.pc-only,
.press-media-2020 .newspaper-logos.pc-only {
    display: block;
}

.press-media-2020 .main-container.mobile-only,
.press-media-2020 .newspaper-logos.mobile-only {
    display: none;
}

.press-media-2020 .main-container.pc-only {
    border: 1px solid #dedede;
    margin-top: 40px;
    margin-bottom: 40px;
}

.press-media-2020 .main-container.pc-only .layout-row .column.small {
    width: 32%;
}

.press-media-2020 .main-container.pc-only .layout-row .column.large {
    width: 68%;
    background-color: #f9f8f9;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.press-media-2020 .main-container.pc-only .layout-row .column.large h1 {
    font-size: 26px;
    font-family: miller-display, "Times New Roman", serif;
    font-style: normal;
    font-weight: 300;
    display: block;
    margin-bottom: 25px;
    line-height: normal;
    letter-spacing: 1.5px;
    text-align: center;
    color: #4a352d;
}

.press-media-2020 .main-container.pc-only .layout-row .column.large h1 span {
    font-style: italic;
}

.press-media-2020 .main-container.pc-only .layout-row .column.large h2,
.press-media-2020 .main-container.pc-only .layout-row .column.large h3 {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
    line-height: 1.4;
    letter-spacing: 0.50px;
    text-align: center;
    color: #4a352d;
}

.press-media-2020 .main-container.pc-only .layout-row .column.large h3 {
    margin-bottom: 40px;
}

.press-media-2020 .main-container.pc-only .layout-row .column.large h3 span {
    font-weight: bold;
}

.press-media-2020 .main-container.pc-only .layout-row .column.large p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 0.9px;
    text-align: center;
    color: #4a352d;
}

.press-media-2020 .main-container.pc-only .layout-row .column.large p:last-child {
    margin-bottom: 0;
}

.press-media-2020 .main-container.pc-only .layout-row .column.large p span {
    font-weight: 600;
}

.press-media-2020 .newspaper-logos {
    border-bottom: 1px solid #dedede;
    margin-bottom: 40px;
}

.press-media-2020 .newspaper-logos .logo-title {
    width: 100%;
    margin: 0px 0px 10px 0px;
    position: relative;
    text-align: center;
}

.press-media-2020 .newspaper-logos .logo-title h3 {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    text-align: center;
    color: #4a352d;
    background-color: #ffffff;
}

.press-media-2020 .newspaper-logos .logo-title .strikethrough {
    display: block;
    width: 100%;
    height: 1px;
    margin: auto;
    position: absolute;
    top: 10px;
    z-index: 1;
    background-color: #dedede;
}

.press-media-2020 .newspaper-logos img {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
}

.press-media-2020 .articles-category .layout-row .column.triple {
    width: 32%;
    padding-bottom: 50px;
}

.press-media-2020 .articles-category .layout-row .column.triple .article-img {
    margin-bottom: 15px;
}

.press-media-2020 .articles-category .layout-row .column.triple .article-logo {
    display: block;
    margin: 0 auto 15px;
    width: 80%;
}

.press-media-2020 .articles-category .layout-row .column.triple h5,
.press-media-2020 .articles-category .layout-row .column.triple p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    display: block;
    line-height: 1.5;
    letter-spacing: 0.30px;
    text-align: center;
    color: #4a352d;
}

.press-media-2020 .articles-category .layout-row .column.triple .article-name {
    width: 75%;
    margin: 0 auto 10px;
    text-transform: uppercase;
}

.press-media-2020 .articles-category .layout-row .column.triple .article-date {
    letter-spacing: 0.90px;
}

@media screen and (max-width: 1000px) {
    .press-media-2020 {
        max-width: 600px;
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .press-media-2020 .main-container.pc-only,
    .press-media-2020 .newspaper-logos.pc-only {
        display: none;
    }

    .press-media-2020 .main-container.mobile-only,
    .press-media-2020 .newspaper-logos.mobile-only {
        display: block;
    }

    .press-media-2020 .main-container.mobile-only {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .trade_spacing_fix .press-media-2020 .main-container.mobile-only {
        margin-top: 20px;
    }

    .press-media-2020 .main-container.mobile-only h1 {
        font-size: 22px;
        font-family: miller-display, "Times New Roman", serif;
        font-style: normal;
        font-weight: 300;
        display: block;
        margin-bottom: 25px;
        line-height: 1.2;
        letter-spacing: 1.5px;
        text-align: center;
        color: #4a352d;
    }

    .press-media-2020 .main-container.mobile-only h1 span {
        font-style: italic;
    }

    .press-media-2020 .main-container.mobile-only .main-container-img img {
        width: 85%;
        display: block;
        margin: 0 auto 30px;
    }

    .press-media-2020 .main-container.mobile-only .main-container-text {
        padding: 0 10px;
    }

    .press-media-2020 .main-container.mobile-only .main-container-text h2 {
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-bottom: 20px;
        line-height: 1.3;
        letter-spacing: 0.50px;
        text-align: center;
        color: #4a352d;
    }

    .press-media-2020 .main-container.mobile-only .main-container-text h2 span {
        font-weight: bold;
    }

    .press-media-2020 .main-container.mobile-only .main-container-text p {
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-bottom: 20px;
        line-height: 1.3;
        letter-spacing: 0.5px;
        text-align: center;
        color: #4a352d;
    }

    .press-media-2020 .main-container.mobile-only .main-container-text p span {
        font-weight: 600;
        text-decoration: underline;
    }

    .press-media-2020 .newspaper-logos.mobile-only img {
        width: 95%;
        display: block;
        margin: 0 auto 10px;
    }

    .press-media-2020 .articles-category .layout-row .column.triple {
        width: 85%;
        padding-bottom: 10px;
        margin: 0 auto;
    }

    .press-media-2020 .articles-category .layout-row .column.triple .article-name {
        width: 100%;
        margin: 0 auto 10px;
        text-transform: uppercase;
    }

    .press-media-2020 .articles-category .layout-row .column.triple h5 {
        line-height: 1.3;
        letter-spacing: 0px;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1299px) {
    .press-media-2020 {
        max-width: 900px;
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .press-media-2020 .main-container.pc-only,
    .press-media-2020 .newspaper-logos.pc-only {
        display: none;
    }

    .press-media-2020 .main-container.mobile-only,
    .press-media-2020 .newspaper-logos.mobile-only {
        display: block !important;
    }

    .press-media-2020 .main-container.mobile-only {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .press-media-2020 .main-container.mobile-only h1 {
        font-size: 30px;
        font-family: miller-display, "Times New Roman", serif;
        font-style: normal;
        font-weight: 300;
        display: block;
        margin-bottom: 25px;
        line-height: 1.2;
        letter-spacing: 1.5px;
        text-align: center;
        color: #4a352d;
    }

    .press-media-2020 .main-container.mobile-only h1 span {
        font-style: italic;
    }

    .press-media-2020 .main-container.mobile-only h1 br {
        display: none;
    }

    .press-media-2020 .main-container.mobile-only .main-container-img img {
        width: 80%;
        display: block;
        margin: 0 auto 30px;
    }

    .press-media-2020 .main-container.mobile-only .main-container-text {
        padding: 0 10px;
    }

    .press-media-2020 .main-container.mobile-only .main-container-text h2 {
        font-size: 18px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-bottom: 20px;
        line-height: 1.3;
        letter-spacing: 0.50px;
        text-align: center;
        color: #4a352d;
    }

    .press-media-2020 .main-container.mobile-only .main-container-text h2 span {
        font-weight: bold;
    }

    .press-media-2020 .main-container.mobile-only .main-container-text p {
        font-size: 18px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-bottom: 20px;
        line-height: 1.3;
        letter-spacing: 0.5px;
        text-align: center;
        color: #4a352d;
    }

    .press-media-2020 .main-container.mobile-only .main-container-text p span {
        font-weight: 600;
        text-decoration: underline;
    }

    .press-media-2020 .newspaper-logos .logo-title h3 {
        display: inline-block;
        padding: 0 20px;
        position: relative;
        z-index: 2;
        font-size: 18px;
        font-family: "Open Sans", sans-serif;
        font-weight: normal;
        text-align: center;
        color: #4a352d;
        background-color: #ffffff;
    }

    .press-media-2020 .newspaper-logos.mobile-only img {
        width: 95%;
        display: block;
        margin: 0 auto 10px;
    }

    .press-media-2020 .articles-category .layout-row .column.triple {
        width: 45%;
        padding-bottom: 40px;
        margin: 0 auto;
    }

    .press-media-2020 .articles-category .layout-row .column.triple .article-name {
        width: 100%;
        margin: 0 auto 10px;
        text-transform: uppercase;
        font-size: 18px;
    }

    .press-media-2020 .articles-category .layout-row .column.triple h5 {
        line-height: 1.3;
        letter-spacing: 0px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .press-media-2020 {
        max-width: 1200px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .press-media-2020 .main-container.pc-only .layout-row .column.large {
        padding: 0 50px;
    }
}

/* ABOUT KATHY Redesign 2020 */
.about-kathy-2020 {
    max-width: 1270px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.about-kathy-2020 .about-kathy-container.pc-only,
.about-kathy-2020 .about-kathy-inspirations.pc-only {
    display: block;
}

.about-kathy-2020 .about-kathy-container.mobile-only,
.about-kathy-2020 .about-kathy-inspirations.mobile-only {
    display: none;
}

.about-kathy-2020 .sec-border {
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#dedede 50%,#dedede 51%,#dedede 100%);
}

.about-kathy-2020 .about-kathy-container.pc-only {
    border: 1px solid #dedede;
    margin-top: 40px;
    margin-bottom: 25px;
}

.about-kathy-2020 .about-kathy-container.pc-only .layout-row .column.large {
    width: 69%;
    background-color: #f9f8f9;
    padding: 65px 50px 15px;
}

.about-kathy-2020 .about-kathy-container.pc-only .layout-row .column.small {
    width: 32%;
}

.about-kathy-2020 .about-kathy-container.pc-only .layout-row .column.large h1,
.about-kathy-2020 .about-kathy-miller-title {
    font-size: 26px;
    font-family: miller-display, "Times New Roman", serif;
    font-style: italic;
    font-weight: 300;
    display: block;
    margin-bottom: 25px;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #4a352d;
}

.about-kathy-2020 .about-kathy-container.pc-only .layout-row .column.large h1 span,
.about-kathy-2020 .about-kathy-miller-title span {
    font-style: normal;
    text-transform: uppercase;
}

.about-kathy-2020 .about-kathy-container.pc-only .layout-row .column.large h2 {
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
    color: #4a352d;
}

.about-kathy-2020 .about-kathy-container.pc-only .layout-row .column.large h2 span {
    font-weight: bold;
}

.about-kathy-2020 .about-kathy-container.pc-only .layout-row .column.large p,
.about-kathy-2020 .about-kathy-articles p,
.about-kathy-2020 .about-kathy-inspirations p {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    color: #4a352d;
}

.about-kathy-2020 .about-kathy-articles p,
.about-kathy-2020 .about-kathy-inspirations p {
    font-size: 13px;
}

.about-kathy-2020 .about-kathy-container.pc-only .layout-row .column.large p span {
    font-weight: 600;
    text-transform: none;
    color: #4a352d;
}

.about-kathy-2020 .about-kathy-container.pc-only .layout-row .column.large p a {
    text-decoration: underline;
}

.about-kathy-2020 .about-kathy-articles p span,
.about-kathy-2020 .about-kathy-inspirations p span {
    font-weight: 600;
}

.about-kathy-2020 .about-kathy-articles p,
.about-kathy-2020 .about-kathy-inspirations p {
    margin-top: 20px;
}

.about-kathy-2020 .about-kathy-articles .layout-row .column.triple,
.about-kathy-2020 .about-kathy-inspirations .layout-row .column.triple {
    width: 32%;
}

.about-kathy-2020 .about-kathy-articles .layout-row .column.triple .article-img {
    margin-bottom: 15px;
}

.about-kathy-2020 .about-kathy-inspirations .layout-row .column.triple .article-img {
    margin-bottom: 30px;
}

.about-kathy-2020 .about-kathy-articles .layout-row .column.triple .article-logo {
    display: block;
    margin: 0 auto 15px;
    width: 80%;
}

.about-kathy-2020 .about-kathy-articles .layout-row .column.triple h5,
.about-kathy-2020 .about-kathy-inspirations .layout-row .column.triple h5 {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    display: block;
    line-height: 1.5;
    letter-spacing: 0.30px;
    text-align: center;
    color: #4a352d;
}

.about-kathy-2020 .about-kathy-articles .layout-row .column.triple .article-name,
.about-kathy-2020 .about-kathy-inspirations .layout-row .column.triple .article-name {
    width: 100%;
    margin: 0 auto 10px;
    text-transform: uppercase;
}

.about-kathy-2020 .kuotable-para {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
    line-height: 1.55;
    letter-spacing: 0.69px;
    text-align: center;
    color: #4a352d;
}

.about-kathy-2020 .kuotable-para span {
    font-weight: 600;
}

.about-kathy-2020 .signature-logo {
    width: 15%;
    display: block;
    margin: 0 auto 30px;
}

@media screen and (max-width: 1000px) {
    .about-kathy-2020 {
        max-width: 600px;
        width: calc(100% - 30px);
        margin: 20px auto 20px;
    }

    .about-kathy-2020 .about-kathy-container.pc-only,
    .about-kathy-2020 .about-kathy-inspirations.pc-only {
        display: none;
    }

    .about-kathy-2020 .about-kathy-container.mobile-only,
    .about-kathy-2020 .about-kathy-inspirations.mobile-only {
        display: block;
    }

    .about-kathy-2020 .about-kathy-container.mobile-only h1,
    .about-kathy-2020 .about-kathy-miller-title {
        font-weight: 300;
        display: block;
        margin-bottom: 20px;
        line-height: 1.25;
        letter-spacing: 1px;
        text-align: center;
        color: #4a352d;
        font-style: italic;
    }

    .about-kathy-2020 .about-kathy-container.mobile-only h1 span,
    .about-kathy-2020 .about-kathy-miller-title span {
        font-style: normal;
        text-transform: uppercase;
    }

    .about-kathy-2020 .about-kathy-miller-title .for-mobile {
        display: block !important;
    }

    .about-kathy-2020 .about-kathy-container.mobile-only h2 {
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-bottom: 30px;
        line-height: normal;
        letter-spacing: 0.10px;
        text-align: center;
        color: #4a352d;
        padding: 0 25px;
    }

    .about-kathy-2020 .about-kathy-container.mobile-only h2 span {
        font-weight: 600;
    }

    .about-kathy-2020 .about-kathy-container.mobile-only .kathy-img {
        width: 80%;
        display: block;
        margin: 0 auto 30px;
    }

    .about-kathy-2020 .about-kathy-container.mobile-only p,
    .about-kathy-2020 .about-kathy-articles p,
    .about-kathy-2020 .about-kathy-inspirations p {
        display: block;
        margin-bottom: 20px;
        text-align: center;
        color: #4a352d;
    }

    .about-kathy-2020 .about-kathy-container.mobile-only p span,
    .about-kathy-2020 .about-kathy-articles p span,
    .about-kathy-2020 .about-kathy-inspirations p span {
        font-weight: 600;
    }

    .about-kathy-2020 .about-kathy-articles p,
    .about-kathy-2020 .about-kathy-inspirations p {
        margin-top: 20px;
    }

    .about-kathy-2020 .about-kathy-articles .layout-row .column.triple {
        width: 80%;
        display: block;
        margin: 0 auto 30px;
    }

    .about-kathy-2020 .about-kathy-articles .layout-row .column.triple h5,
    .about-kathy-2020 .about-kathy-inspirations.mobile-only .about_kathy_slider h5 {
        font-size: 13px;
        font-weight: normal;
        display: block;
        text-align: center;
        color: #4a352d;
    }

    .about-kathy-2020 .about-kathy-articles .layout-row .column.triple .article-logo {
        margin: 0 auto 10px;
    }

    .about-kathy-2020 .about-kathy-articles .layout-row .column.triple .article-name br {
        display: none;
    }

    .about-kathy-2020 .about-kathy-articles .layout-row .column.triple .article-name.for-mobile {
        width: 100%;
    }

    .about-kathy-2020 .about-kathy-articles p,
    .about-kathy-2020 .about-kathy-inspirations.mobile-only p {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .about-kathy-2020 .kuotable-para {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        font-weight: 300;
        display: block;
        margin-bottom: 20px;
        text-align: center;
        color: #4a352d;
        padding: 0 20px;
    }

    .about-kathy-2020 .kuotable-para br {
        display: none;
    }

    .about-kathy-2020 .signature-logo {
        width: 40%;
    }

    .about-kathy-2020 .about-kathy-inspirations.mobile-only .about_kathy_slider {
        margin: 0 auto 20px;
    }

    .about-kathy-2020 .about-kathy-inspirations.mobile-only .about_kathy_slider .article-img {
        width: 80%;
        display: block;
        margin: 0 auto 20px;
    }

    .about-kathy-2020 .about-kathy-inspirations.mobile-only .about_kathy_slider .flex-viewport {
        margin: 0 auto 10px;
    }

    .about-kathy-2020 .about-kathy-inspirations.mobile-only .about_kathy_slider .flex-control-nav {
        text-align: center;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1299px) {
    .about-kathy-2020 {
        max-width: 900px;
        width: calc(100% - 30px);
        margin: 30px auto 20px;
    }

    .about-kathy-2020 .about-kathy-container.pc-only {
        display: none;
    }

    .about-kathy-2020 .about-kathy-container.mobile-only {
        display: block !important;
    }

    .about-kathy-2020 .about-kathy-container.mobile-only h1 {
        font-size: 24px;
        font-family: miller-display, "Times New Roman", serif;
        font-weight: normal;
        display: block;
        margin-bottom: 30px;
        line-height: 1.25;
        letter-spacing: 1.6px;
        text-align: center;
        color: #4a352d;
        font-style: italic;
    }

    .about-kathy-2020 .about-kathy-container.mobile-only h1 span{
        font-style: normal;
        text-transform: uppercase;
    }

    .about-kathy-2020 .about-kathy-container.mobile-only h2 {
        font-size: 16px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-bottom: 30px;
        line-height: normal;
        letter-spacing: 0.10px;
        text-align: center;
        color: #4a352d;
        padding: 0 25px;
    }

    .about-kathy-2020 .about-kathy-container.mobile-only h2 span {
        font-weight: 600;
    }

    .about-kathy-2020 .about-kathy-container.mobile-only .kathy-img {
        width: 80%;
        display: block;
        margin: 0 auto 30px;
    }

    .about-kathy-2020 .about-kathy-container.mobile-only p {
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-bottom: 30px;
        line-height: normal;
        letter-spacing: 0.9px;
        text-align: center;
        color: #4a352d;
    }

    .about-kathy-2020 .about-kathy-container.mobile-only p br:first-child {
        display: none;
    }

    .about-kathy-2020 .about-kathy-container.mobile-only p span {
        font-weight: 600;
        text-decoration: underline;
    }

    .about-kathy-2020 .about-kathy-articles .layout-row .column.triple .article-name {
        width: 100%;
    }

    .about-kathy-2020 .about-kathy-articles .layout-row .column.triple .article-name br {
        display: none;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .about-kathy-2020 {
        max-width: 1270px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .about-kathy-2020 .about-kathy-container.pc-only {
        display: block;
    }

    .about-kathy-2020 .about-kathy-container.mobile-only {
        display: none;
    }

    .about-kathy-2020 .about-kathy-container.pc-only .layout-row .column.large {
        width: 68%;
        padding: 60px 50px 15px;
    }

    .about-kathy-2020 .about-kathy-container.pc-only .layout-row .column.small {
        width: 32%;
    }

    .about-kathy-2020 .about-kathy-articles .layout-row .column.triple .article-name {
        width: 100%;
    }

    .about-kathy-2020 .about-kathy-articles .layout-row .column.triple .article-name br {
        display: none;
    }

    .about-kathy-2020 .kuotable-para {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
}

/* BABY & KIDS Redesign 2020 */

.kids-2020 .kids-hero-slider.pc-only,
.kids-2020 .other_products.pc-only,
.kids-2020 .celebraty-banner.pc-only,
.kids-2020 .kids-schematics .hp-miller-title.pc-only,
.kids-2020 .consult-banner.pc-only,
.kids-2020 .kids-brands-slider .brand-button.pc-only,
.kids-2020 .kids-reviews.pc-only {
    display: block;
}

.kids-2020 .hp-hero-slider.mobile-only,
.kids-2020 .primary-cats-wrapper.mobile-only,
.kids-2020 .celebraty-sec.mobile-only,
.kids-2020 .kids-schematics .hp-miller-title.mobile-only,
.kids-2020 .consult-banner.mobile-only,
.kids-2020 .kids-brands-slider .brand-button.mobile-only,
.kids-2020 .kids-reviews.mobile-only,
.kids-2020 .sec-border.mobile-only {
    display: none;
}

.kids-2020 .kids-hero-slider .flexslider.hero-slider .slides .caption-box {
    top: 58%;
    width: 400px;
}

.kids-2020 .kids-hero-slider .flexslider.hero-slider .caption-box .button_xwide {
    background-color: #96b2c0;
    border: 1px solid #96b2c0;
    color: #ffffff;
}

.kids-2020 .other_products.kids-slider {
    max-width: 1270px;
    margin: 70px auto 60px;
}

.kids-2020 .other_products.kids-slider .flex-viewport {
    max-width: 1150px;
}

.kids-2020 .other_products.kids-slider .flexslider.carousel .slides li {
    margin-right: 60px;
    text-align: center;
}

.kids-2020 .other_products.kids-slider .flexslider.carousel .slides li img {
    margin-bottom: 20px;
}

.kids-2020 .other_products.kids-slider .flexslider.carousel .slides li span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #4A352D;
    letter-spacing: 1px;
}

.kids-2020 .celebraty-banner {
    max-width: 1270px;
    width: 100%;
    display: block;
    margin: 0 auto 60px;
}

.kids-2020 .celebraty-banner .layout-row .column.large {
    width: 70%;
}

.kids-2020 .celebraty-banner .layout-row .column.small {
    width: 30%;
    background-color: #f5f5f5;
    padding: 60px 30px;
}

.kids-2020 .celebraty-banner .layout-row .column.small img {
    width: 50%;
    margin: 20px auto;
}

.kids-2020 .celebraty-banner .layout-row .column.small h4 {
    font-size: 25px;
    font-family: miller-display, "Times New Roman", serif;
    font-weight: 300;
    display: block;
    line-height: normal;
    letter-spacing: 1.65px;
    text-align: center;
    color: #4a352d;
    font-style: italic;
}

.kids-2020 .celebraty-banner .layout-row .column.small p {
    display: block;
    margin-bottom: 25px;
    text-align: center;
    color: #4a352d;
}

.kids-2020 .celebraty-banner .layout-row .column.small a span {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    display: block;
    line-height: normal;
    letter-spacing: 0.10px;
    text-align: center;
    color: #4a352d;
    text-decoration: underline;
}

.kids-2020 .dhudson-carousel {
    max-width: 1370px;
    margin: 0 auto 30px;
}

.kids-2020 .dhudson-carousel .hp-miller-title {
    letter-spacing: 1.65px;
    line-height: normal;
}

.kids-2020 .dhudson-carousel.kids-schematics .hp-miller-title {
    margin-bottom: 10px;
}

.kids-2020 .consult-banner {
    max-width: 1270px;
    width: 100%;
    display: block;
    margin: 0 auto 60px;
    position: relative;
}

.kids-2020 .consult-banner .banner-img img {
    width: 100%;
}

.kids-2020 .consult-banner .banner-text {
    position: absolute;
    top: 13%;
    left: 52%;
    transform: translateX(-50%);
    text-align: center;
}

.kids-2020 .consult-banner .banner-text .hp-miller-title {
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 15px;
}

.kids-2020 .consult-banner .banner-text p {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    color: #4a352d;
}

.kids-2020 .consult-banner .banner-text a span {
    font-weight: 600;
    display: block;
    line-height: normal;
    text-align: center;
    color: #4a352d;
    text-decoration: underline;
}

.kids-2020 .kids-brands-slider {
    max-width: 1340px;
    width: 100%;
    display: block;
    margin: 0 auto 60px;
}

.kids-2020 .kids-brands-slider .flex-direction-nav a {
    top: 38%;
}

.kids-2020 .kids-brands-slider .hp-miller-titile {
    font-size: 25px;
    letter-spacing: 1.65px;
    line-height: normal;
}

.kids-2020 .kids-brands-slider .slides li {
    margin-right: 20px;
    margin-bottom: 20px;
}

.kids-2020 .kids-brands-slider .style-box img {
    margin-bottom: 20px;
}

.kids-2020 .kids-brands-slider .style-box .logo-img {
    width: 75%;
    display: block;
    margin: 0 auto 10px;
    float: none;
}

.kids-2020 .kids-brands-slider .style-box p {
    display: block;
    text-align: center;
    color: #4a352d;
    max-width: 90%;
    margin: 0 auto;
}

.kids-2020 .kids-brands-slider .style-box p a {
    font-size: 14px;
    line-height: normal;
    text-decoration: underline;
    margin: 10px auto;
    font-weight: 600;
    color: #4a352d;
}

.kids-2020 .kids-reviews {
    max-width: 1270px;
    width: 100%;
    display: block;
    margin: 0 auto 60px;
}

.kids-2020 .kids-reviews .hp-miller-title,
.kids-2020 .kids-brands-slider .hp-miller-title {
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 40px;
}

.kids-2020 .dhudson-carousel.real-inspirations .hp-miller-title {
    margin-bottom: 30px;
}

.kids-2020 .dhudson-carousel.kids-schematics .hp-miller-title {
    margin-bottom: 0px;
}

.kids-2020 .kids-reviews .layout-row .column.triple {
    width: 33%;
    float: none;
    padding: 0 10px;
}

.kids-2020 .kids-reviews .layout-row .column.triple .layout-row-space {
    align-items: center;
    height: 100%;
}

.kids-2020 .kids-reviews .layout-row .column.triple .layout-row-space .column.small {
    width: 40%;
    float: none;
}

.kids-2020 .kids-reviews .layout-row .column.triple .layout-row-space .column.large {
    width: 60%;
    padding-left: 20px;
    text-align: left;
    position: relative;
    padding-bottom: 30px;
    height: 100%;
}

.kids-2020 .kids-reviews .layout-row .column.triple .layout-row-space .column.large img {
    margin: 5px auto 5px 0;
    width: 120px;
}

.kids-2020 .kids-reviews .layout-row .column.triple .layout-row-space .column.large h4 {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    display: block;
    line-height: 1.44;
    color: #4a352d;
}

.kids-2020 .kids-reviews .layout-row .column.triple:last-child .layout-row-space .column.large h4 {
    margin-bottom: 10.5%;
}

.kids-2020 .kids-reviews .layout-row .column.triple .layout-row-space .column.large p {
    font-style: italic;
    display: block;
    color: #4a352d;
}

.kids-2020 .kids-reviews .layout-row .column.triple .layout-row-space .column.large p span {
    display: block;
    margin-top: 5px;
}

.kids-2020 .kids-reviews .layout-row .column.triple .layout-row-space .column.large a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.65;
    color: #4a352d;
    position: absolute;
    bottom: 0px;
    left: 20px;
    text-decoration: underline;
}

@media screen and (max-width: 374px) {

    .kids-2020 .kids-hero-slider.pc-only,
    .kids-2020 .other_products.pc-only,
    .kids-2020 .celebraty-banner.pc-only,
    .kids-2020 .kids-schematics .hp-miller-title.pc-only,
    .kids-2020 .consult-banner.pc-only,
    .kids-2020 .kids-brands-slider .brand-button.pc-only,
    .kids-2020 .kids-reviews.pc-only {
        display: none;
    }

    .kids-2020 .hp-hero-slider.mobile-only,
    .kids-2020 .primary-cats-wrapper.mobile-only,
    .kids-2020 .celebraty-sec.mobile-only,
    .kids-2020 .kids-schematics .hp-miller-title.mobile-only,
    .kids-2020 .consult-banner.mobile-only,
    .kids-2020 .kids-brands-slider .brand-button.mobile-only,
    .kids-2020 .kids-reviews.mobile-only,
    .kids-2020 .sec-border.mobile-only {
        display: block;
    }

    .kids-2020 .celebraty-sec.mobile-only {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 40px;
        width: calc(100% - 30px);
    }

    .kids-2020 .hp-hero-slider {
        margin-bottom: 230px !important;
        position: relative
    }

    .kids-2020 .hp-hero-slider .slider-wrapper {
        max-width: none
    }

    .kids-2020 .hero-slider-container {
        display: flex;
        align-items: flex-start;
        width: 100%;
        visibility: hidden
    }

    .kids-2020 .hero-slide {
        width: 100%
    }

    .kids-2020 .hero-slide .slide-image {
        display: block;
        max-height: 500px;
        min-height: 300px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .kids-2020 .slide-image img {
        display: block;
        width: 100%;
        visibility: hidden
    }

    .kids-2020 .hero-slide .hero-caption {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 715px;
        padding: 20px 20px;
        position: absolute;
        top: 370px;
        left: 0px;
        right: 0px;
        margin: auto;
        outline: 1px solid #fff;
        outline-offset: -10px;
        background-color: #ffffff;
        opacity: .1;
        transition: .4s ease-out;
        visibility: hidden;
    }

    .kids-2020 .hero-slide .hero-caption.active {
        visibility: visible;
        opacity: 1;
        z-index: 3
    }

    .kids-2020 .hero-slide .hero-caption .hp-miller-title {
        font-family: miller-display, "Times New Roman", serif;
        font-weight: 300;
        font-style: italic;
        text-align: center;
        color: #4a352d;
        letter-spacing: 1px;
        margin: 0 auto 5px;
        line-height: 1.6;
        max-width: calc(100% - 15px);
    }

    .kids-2020 .hero-slide .hero-caption .hp-miller-title span {
        font-style: normal;
    }

    .kids-2020 .hero-slide .hero-caption p {
        display: block;
        margin-bottom: 15px;
        text-align: center;
        color: #4a352d;
    }

    .kids-2020 .hero-slide .hero-caption .button_common.button_xwide,
    .kids-2020 .celebraty-sec.mobile-only .celebraty-text .button_common.button_xwide {
        width: 310px;
        border: 1px solid #4a352d;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
    }

    .kids-2020 .hp-hero-slider .slider-next,
    .kids-2020 .hp-hero-slider .slider-prev {
        display: block;
        width: 36px;
        height: 36px;
        margin: auto;
        border: none;
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .7);
        transition: .3s ease-in-out;
        z-index: 3;
        display: none;
    }

    .kids-2020 .hp-hero-slider .slider-next:after,
    .kids-2020 .hp-hero-slider .slider-prev:after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        margin: auto;
        padding: 1px;
        border: solid #f6f6f6;
        border-width: 0 2px 2px 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: .3s ease-in-out
    }

    .kids-2020 .hp-hero-slider .slider-prev:after {
        transform: rotate(135deg)
    }

    .kids-2020 .hp-hero-slider .slider-next:after {
        transform: rotate(-45deg)
    }

    .kids-2020 .hp-hero-slider .dot-controls {
        /* top: 470px; */
        bottom: -210px;
    }

    .kids-2020 .hp-hero-slider .dot {
        width: 7px;
        height: 7px;
        background-color: #f9f2f3;
    }

    .kids-2020 .hp-hero-slider .dot.active {
        background-color: #9b9a9a;
    }

    .kids-2020 .hp-hero-slider {
        margin-bottom: 200px;
        position: relative;
    }

    .kids-2020 .hero-slide .hero-caption img {
        margin-top: 0px;
    }

    .kids-2020 .hero-slide .slide-image {
        max-height: unset;
        min-height: unset;
        visibility: hidden;
    }

    .kids-2020 .hero-slide .slide-image img {
        visibility: visible !important;
    }

    .kids-2020 .hero-slide .hero-caption {
        top: unset;
    }

    .kids-2020 .hero-slide .hero-caption img {
        margin-top: 0px;
    }

    .kids-2020 .primary-cats-wrapper {
        display: block;
        width: 100%;
        background-color: #f6f6f6;
        padding: 1px 0px 1px;
        margin: 0px auto 40px;
    }

    .kids-2020 .primary-cats-wrapper.large {
        padding: 20px 0px;
    }

    .kids-2020 .primary-cats-wrapper .primary-cat {
        display: block;
        padding: 30px 15px 30px 30%;
        position: relative;
        width: 100%;
        background-color: white;
        position: relative;
        margin-bottom: 3px;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        color: #4a352d;;
        background-image: url(/Content/images_cust/myaccount/arrow488.png);
        background-repeat: no-repeat;
        background-size: 8px;
        background-position: 96% center;
    }

    .kids-2020 .primary-cats-wrapper .primary-cat span small {
        font-size: 12px;
        text-align: right;
        display: block;
        font-weight: normal;
        color: #b2825c;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 1px;
        padding-left: 0px;
        margin-right: 20px;
        margin-top: -12px;
        }

    .kids-2020 .primary-cats-wrapper .primary-cat img {
        position: absolute;
        width: 70px;
        left: 5%;
        top: 2px;
        padding: 4px;
    }

    .kids-2020 .primary-cats-wrapper.large .primary-cat {
        padding: 30px 15px 30px 46%;
        text-transform: uppercase;
        background-image: none;
    }

    .kids-2020 .primary-cats-wrapper.large .primary-cat img {
        position: absolute;
        width: 73px;
        left: 17%;
        top: 2px;
    }

    .kids-2020 .celebraty-sec.mobile-only {
        position: relative;
    }

    .kids-2020 .celebraty-sec.mobile-only .celebraty-img img {
        width: 100%;
        display: block;
        margin: 0 auto 30px;
    }

    .kids-2020 .celebraty-sec.mobile-only .celebraty-text h2 {
        font-family: miller-display, "Times New Roman", serif;
        font-weight: 300;
        font-style: italic;
        text-align: left;
        font-size: 22px;
        color: #4a352d;
        letter-spacing: 1.26px;
        margin: 0 auto 10px;
        line-height: 1.6;
        vertical-align: middle;
        text-align: center;
    }

    .kids-2020 .celebraty-sec.mobile-only .celebraty-text img {
        width: 96px;
        display: inline-block;
        vertical-align: middle;
    }

    .kids-2020 .celebraty-sec.mobile-only .celebraty-text p {
        display: block;
        line-height: normal;
        text-align: center;
        color: #4a352d;
        margin: 0 auto 20px;
        max-width: calc(100% - 20px);
    }

    .kids-2020 .dhudson-carousel {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 0px;
        width: calc(100% - 10px);
    }

    .kids-2020 .dhudson-carousel .hp-miller-title.mobile-only {
        font-size: 22px;
        letter-spacing: 1.6px;
        line-height: 1.26;
        margin-bottom: 0px;
    }

    .kids-2020 .consult-banner.mobile-only {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 40px;
        width: calc(100% - 10px);
    }

    .kids-2020 .consult-banner.mobile-only .hp-miller-title {
        line-height: 1.26;
        letter-spacing: 1.6px;
        margin-bottom: 15px;
    }

    .kids-2020 .consult-banner.mobile-only p {
        display: block;
        margin-bottom: 25px;
        line-height: normal;
        text-align: center;
        color: #4a352d;
    }

    .kids-2020 .consult-banner.mobile-only .button_common.button_xwide {
        width: 310px;
        border: 1px solid #4a352d;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
    }

    .kids-2020 .kids-brands-slider {
        max-width: 600px!important;
        display: block;
        margin: 0 auto -10px;
    }

    .kids-2020 .kids-brands-slider .hp-miller-title {
        line-height: 1.26;
        letter-spacing: 1px;
        margin-bottom: 20px;
        max-width: calc(100% - 100px);
    }

    .kids-2020 .kids-brands-slider .flex-direction-nav a {
        display: none;
    }

    .kids-2020 .kids-brands-slider .style-box .logo-img {
        width: 95%;
    }

    .kids-2020 .kids-brands-slider .style-box p {
        max-width: 95%;
        font-size: 13px;
    }

    .kids-2020 .kids-brands-slider .style-box .button_common.button_xwide {
        max-width: 310px;
        width: 100%;
        border: 1px solid #4a352d;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
        text-decoration: unset;
        line-height: 48px;
    }

    .kids-2020 .kids-brands-slider .flex-control-paging li a {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #d8d8d8;
        margin: 0;
        transition: 0.3s ease-in-out;
        box-shadow: none;
    }

    .kids-2020 .kids-brands-slider .flex-control-paging li a.flex-active {
        background-color: #9b9a9a;
        background: #bebaba;
        cursor: default;
    }

    .kids-2020 .kids-brands-slider .flex-control-nav {
        bottom: -3%;
    }

    .kids-2020 .dhudson-carousel.real-inspirations .hp-miller-title {
        line-height: 1.26;
        letter-spacing: 1.6px;
        margin-bottom: 15px;
    }

    .kids-2020 .kids-reviews.mobile-only .style-box h4 {
        font-weight: 600;
        display: block;
        margin-bottom: 5px;
        line-height: normal;
        text-align: center;
        color: #4a352d;
    }

    .kids-2020 .kids-reviews.mobile-only .style-box .star-img {
        width: 30%;
        display: block;
        margin: 5px auto;
    }

    .kids-2020 .kids-reviews.mobile-only .style-box p {
        line-height: 1.6;
    }

    .kids-2020 .kids-reviews.mobile-only .style-box .button_common.button_xwide {
        margin-top: 20px;
    }

    .kids-2020 .hero-slide .hero-caption .hp-miller-title {
        max-width: calc(100% - 0px);
    }

    .kids-2020 .celebraty-sec.mobile-only .celebraty-text p {
        max-width: calc(100% - 0px);
    }

    .kids-2020 .kids-brands-slider .style-box p {
        max-width: calc(100% - 0px);
    }

    .kids-2020 .hero-slide .hero-caption .button_common.button_xwide,
    .kids-2020 .celebraty-sec.mobile-only .celebraty-text .button_common.button_xwide,
    .kids-2020 .consult-banner.mobile-only .button_common.button_xwide,
    .kids-2020 .kids-brands-slider .style-box .button_common.button_xwide {
        max-width: 290px;
    }

    .kids-2020 .button_common.button_xwide:hover {
        background-color: unset;
    }

    .kids-2020 .sec-border.mobile-only {
        max-width: 600px!important;
        display: block;
        margin: 30px auto;
        width: calc(100% - 40px);
    }

    .kids-2020 .sec-border.mobile-only.kids-curalate {
        margin-top: -30px !important;
    }
}

@media screen and (min-width: 375px) and (max-width: 1000px) {
    .kids-2020 .kids-hero-slider.pc-only,
    .kids-2020 .other_products.pc-only,
    .kids-2020 .celebraty-banner.pc-only,
    .kids-2020 .kids-schematics .hp-miller-title.pc-only,
    .kids-2020 .consult-banner.pc-only,
    .kids-2020 .kids-brands-slider .brand-button.pc-only,
    .kids-2020 .kids-reviews.pc-only {
        display: none;
    }

    .kids-2020 .hp-hero-slider.mobile-only,
    .kids-2020 .primary-cats-wrapper.mobile-only,
    .kids-2020 .celebraty-sec.mobile-only,
    .kids-2020 .kids-schematics .hp-miller-title.mobile-only,
    .kids-2020 .consult-banner.mobile-only,
    .kids-2020 .kids-brands-slider .brand-button.mobile-only,
    .kids-2020 .kids-reviews.mobile-only,
    .kids-2020 .sec-border.mobile-only {
        display: block;
    }

    .kids-2020 .celebraty-sec.mobile-only {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 40px;
        width: calc(100% - 30px);
    }

    .kids-2020 .hp-hero-slider {
        margin-bottom: 230px !important;
        position: relative
    }

    .kids-2020 .hp-hero-slider .slider-wrapper {
        max-width: none
    }

    .kids-2020 .hero-slider-container {
        display: flex;
        align-items: flex-start;
        width: 100%;
        visibility: hidden
    }

    .kids-2020 .hero-slide {
        width: 100%
    }

    .kids-2020 .hero-slide .slide-image {
        display: block;
        max-height: 500px;
        min-height: 300px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .kids-2020 .slide-image img {
        display: block;
        width: 100%;
        visibility: hidden
    }

    .kids-2020 .hero-slide .hero-caption {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 715px;
        padding: 20px 20px;
        position: absolute;
        top: 370px;
        left: 0px;
        right: 0px;
        margin: auto;
        outline: 1px solid #fff;
        outline-offset: -10px;
        background-color: #ffffff;
        opacity: .1;
        transition: .4s ease-out;
        visibility: hidden;
    }

    .kids-2020 .hero-slide .hero-caption.active {
        visibility: visible;
        opacity: 1;
        z-index: 3
    }

    .kids-2020 .hero-slide .hero-caption .hp-miller-title {
        font-family: miller-display, "Times New Roman", serif;
        font-weight: 300;
        font-style: italic;
        text-align: center;
        color: #4a352d;
        letter-spacing: 1px;
        margin: 0 auto 5px;
        line-height: 1.6;
        max-width: calc(100% - 15px);
    }

    .kids-2020 .hero-slide .hero-caption .hp-miller-title span {
        font-style: normal;
    }

    .kids-2020 .hero-slide .hero-caption p {
        display: block;
        margin-bottom: 15px;
        text-align: center;
        color: #4a352d;
    }

    .kids-2020 .hero-slide .hero-caption .button_common.button_xwide,
    .kids-2020 .celebraty-sec.mobile-only .celebraty-text .button_common.button_xwide {
        width: 310px;
        border: 1px solid #4a352d;
        font-style: normal;
        font-weight: 600;
        display: block;
        text-align: center;
        color: #4a352d;
        z-index: 100;
    }

    .kids-2020 .hp-hero-slider .slider-next,
    .kids-2020 .hp-hero-slider .slider-prev {
        display: block;
        width: 36px;
        height: 36px;
        margin: auto;
        border: none;
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .7);
        transition: .3s ease-in-out;
        z-index: 3;
        display: none;
    }

    .kids-2020 .hp-hero-slider .slider-next:after,
    .kids-2020 .hp-hero-slider .slider-prev:after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        margin: auto;
        padding: 1px;
        border: solid #f6f6f6;
        border-width: 0 2px 2px 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: .3s ease-in-out
    }

    .kids-2020 .hp-hero-slider .slider-prev:after {
        transform: rotate(135deg)
    }

    .kids-2020 .hp-hero-slider .slider-next:after {
        transform: rotate(-45deg)
    }

    .kids-2020 .hp-hero-slider .dot-controls {
        /* top: 470px; */
        bottom: -210px;
    }

    .kids-2020 .hp-hero-slider .dot {
        width: 7px;
        height: 7px;
        background-color: #f9f2f3;
    }

    .kids-2020 .hp-hero-slider .dot.active {
        background-color: #9b9a9a;
    }

    .kids-2020 .hp-hero-slider {
        margin-bottom: 200px;
        position: relative;
    }

    .kids-2020 .hero-slide .hero-caption img {
        margin-top: 0px;
    }

    .kids-2020 .hero-slide .slide-image {
        max-height: unset;
        min-height: unset;
        visibility: hidden;
    }

    .kids-2020 .hero-slide .slide-image img {
        visibility: visible !important;
    }

    .kids-2020 .hero-slide .hero-caption {
        top: unset;
    }

    .kids-2020 .hero-slide .hero-caption img {
        margin-top: 0px;
    }

    .kids-2020 .primary-cats-wrapper {
        display: block;
        width: 100%;
        background-color: #f6f6f6;
        padding: 1px 0px 1px;
        margin: 0px auto 40px;
    }

    .kids-2020 .primary-cats-wrapper.large {
        padding: 20px 0px;
    }

    .kids-2020 .primary-cats-wrapper .primary-cat {
        display: block;
        padding: 30px 15px 30px 30%;
        position: relative;
        width: 100%;
        background-color: white;
        position: relative;
        margin-bottom: 3px;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        color: #4a352d;;
        background-image: url(/Content/images_cust/myaccount/arrow488.png);
        background-repeat: no-repeat;
        background-size: 8px;
        background-position: 96% center;
    }

    .kids-2020 .primary-cats-wrapper .primary-cat span small {
        font-size: 12px;
        text-align: right;
        display: block;
        font-weight: normal;
        color: #b2825c;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 1px;
        padding-left: 0px;
        margin-right: 20px;
        margin-top: -12px;
        }

    .kids-2020 .primary-cats-wrapper .primary-cat img {
        position: absolute;
        width: 70px;
        left: 5%;
        top: 2px;
        padding: 4px;
    }

    .kids-2020 .primary-cats-wrapper.large .primary-cat {
        padding: 30px 15px 30px 46%;
        text-transform: uppercase;
        background-image: none;
    }

    .kids-2020 .primary-cats-wrapper.large .primary-cat img {
        position: absolute;
        width: 73px;
        left: 17%;
        top: 2px;
    }

    .kids-2020 .celebraty-sec.mobile-only {
        position: relative;
    }

    .kids-2020 .celebraty-sec.mobile-only .celebraty-img img {
        width: 100%;
        display: block;
        margin: 0 auto 30px;
    }

    .kids-2020 .celebraty-sec.mobile-only .celebraty-text h2 {
        font-family: miller-display, "Times New Roman", serif;
        font-weight: 300;
        font-style: italic;
        text-align: left;
        font-size: 22px;
        color: #4a352d;
        letter-spacing: 1.26px;
        margin: 0 auto 10px;
        line-height: 1.6;
        vertical-align: middle;
        text-align: center;
    }

    .kids-2020 .celebraty-sec.mobile-only .celebraty-text img {
        width: 96px;
        display: inline-block;
        vertical-align: middle;
    }

    .kids-2020 .celebraty-sec.mobile-only .celebraty-text p {
        display: block;
        text-align: center;
        color: #4a352d;
        margin: 0 auto 20px;
        max-width: calc(100% - 20px);
    }

    .kids-2020 .dhudson-carousel {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 0px;
        width: calc(100% - 10px);
    }

    .kids-2020 .dhudson-carousel .hp-miller-title.mobile-only {
        font-size: 22px;
        letter-spacing: 1.6px;
        line-height: 1.26;
        margin-bottom: 0px;
    }

    .kids-2020 .consult-banner.mobile-only {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 40px;
        width: calc(100% - 10px);
    }

    .kids-2020 .consult-banner.mobile-only .hp-miller-title {
        line-height: 1.26;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .kids-2020 .consult-banner.mobile-only p {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-bottom: 25px;
        line-height: normal;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
    }

    .kids-2020 .consult-banner.mobile-only .button_common.button_xwide {
        width: 310px;
        border: 1px solid #4a352d;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
    }

    .kids-2020 .kids-brands-slider {
        max-width: 600px!important;
        display: block;
        margin: 0 auto -10px;
    }

    .kids-2020 .kids-brands-slider .hp-miller-title {
        line-height: 1.26;
        letter-spacing: 1px;
        margin-bottom: 20px;
        max-width: calc(100% - 100px);
    }

    .kids-2020 .kids-brands-slider .flex-direction-nav a {
        display: none;
    }

    .kids-2020 .kids-brands-slider .style-box .logo-img {
        width: 95%;
    }

    .kids-2020 .kids-brands-slider .style-box p {
        max-width: 95%;
        font-size: 13px;
    }

    .kids-2020 .kids-brands-slider .style-box .button_common.button_xwide {
        width: 310px;
        border: 1px solid #4a352d;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
        text-decoration: unset;
        line-height: 48px;
    }

    .kids-2020 .kids-brands-slider .flex-control-paging li a {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #d8d8d8;
        margin: 0;
        transition: 0.3s ease-in-out;
        box-shadow: none;
    }

    .kids-2020 .kids-brands-slider .flex-control-paging li a.flex-active {
        background-color: #9b9a9a;
        background: #bebaba;
        cursor: default;
    }

    .kids-2020 .kids-brands-slider .flex-control-nav {
        bottom: -3%;
    }

    .kids-2020 .dhudson-carousel.real-inspirations .hp-miller-title {
        line-height: 1.26;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }

    .kids-2020 .kids-reviews.mobile-only .style-box h4 {
        font-weight: 600;
        display: block;
        margin-bottom: 5px;
        text-align: center;
        color: #4a352d;
    }

    .kids-2020 .kids-reviews.mobile-only .style-box .star-img {
        width: 30%;
        display: block;
        margin: 5px auto;
    }

    .kids-2020 .kids-reviews.mobile-only .style-box p {
        line-height: 1.6;
    }

    .kids-2020 .kids-reviews.mobile-only .style-box .button_common.button_xwide {
        margin-top: 20px;
    }

    .kids-2020 .button_common.button_xwide:hover {
        background-color: unset;
    }

    .kids-2020 .sec-border.mobile-only {
        max-width: 600px!important;
        display: block;
        margin: 30px auto;
        width: calc(100% - 40px);
    }

    .kids-2020 .sec-border.mobile-only.kids-curalate {
        margin-top: -30px !important;
    }
}

@media screen and (min-width: 1200px) {
    .kids-2020 .kids-hero-slider.pc-only,
    .kids-2020 .other_products.pc-only,
    .kids-2020 .celebraty-banner.pc-only,
    .kids-2020 .kids-schematics .hp-miller-title.pc-only,
    .kids-2020 .consult-banner.pc-only,
    .kids-2020 .kids-brands-slider .brand-button.pc-only,
    .kids-2020 .kids-reviews.pc-only {
        display: block;
    }

    .kids-2020 .hp-hero-slider.mobile-only,
    .kids-2020 .primary-cats-wrapper.mobile-only,
    .kids-2020 .celebraty-sec.mobile-only,
    .kids-2020 .kids-schematics .hp-miller-title.mobile-only,
    .kids-2020 .consult-banner.mobile-only,
    .kids-2020 .kids-brands-slider .brand-button.mobile-only,
    .kids-2020 .kids-reviews.mobile-only,
    .kids-2020 .sec-border.mobile-only {
        display: none;
    }

    .kids-2020 .kids-hero-slider .flexslider.hero-slider .slides .caption-box {
        right: 1.5%;
    }

    .kids-2020 .kids-hero-slider .flexslider.hero-slider .caption-box .button_xwide {
        width: 220px;
        font-size: 14px;
    }

    .kids-2020 .other_products.kids-slider,
    .kids-2020 .celebraty-banner,
    .kids-2020 .consult-banner,
    .kids-2020 .kids-reviews {
        max-width: 1100px;
    }

    .kids-2020 .other_products.kids-slider .flex-viewport {
        max-width: 900px;
    }

    .kids-2020 .other_products.kids-slider .flexslider.carousel .slides li img {
        width: 90%;
        margin: 0 auto;
        float: none;
    }

    .kids-2020 .celebraty-banner .layout-row .column.small {
        padding: 40px 30px;
    }

    .kids-2020 .dhudson-carousel {
        max-width: 1170px;
    }

    .kids-2020 .kids-brands-slider {
        max-width: 1170px;
    }

    .kids-2020 .consult-banner .banner-text .hp-miller-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .kids-2020 .kids-brands-slider .style-box p {
        max-width: 85%;
    }
}

@media screen and (min-width: 1300px) {
    .kids-2020 .kids-hero-slider.pc-only,
    .kids-2020 .other_products.pc-only,
    .kids-2020 .celebraty-banner.pc-only,
    .kids-2020 .kids-schematics .hp-miller-title.pc-only,
    .kids-2020 .consult-banner.pc-only,
    .kids-2020 .kids-brands-slider .brand-button.pc-only,
    .kids-2020 .kids-reviews.pc-only {
        display: block;
    }

    .kids-2020 .hp-hero-slider.mobile-only,
    .kids-2020 .primary-cats-wrapper.mobile-only,
    .kids-2020 .celebraty-sec.mobile-only,
    .kids-2020 .kids-schematics .hp-miller-title.mobile-only,
    .kids-2020 .consult-banner.mobile-only,
    .kids-2020 .kids-brands-slider .brand-button.mobile-only,
    .kids-2020 .kids-reviews.mobile-only,
    .kids-2020 .sec-border.mobile-only {
        display: none;
    }

    .kids-2020 .kids-hero-slider .flexslider.hero-slider .slides .caption-box {
        right: 2.8%;
    }

    .kids-2020.kids-hero-slider .flexslider.hero-slider .caption-box .button_xwide {
        width: 220px;
    }

    .kids-2020 .other_products.kids-slider,
    .kids-2020 .celebraty-banner,
    .kids-2020 .consult-banner,
    .kids-2020 .kids-reviews {
        max-width: 1200px;
    }

    .kids-2020 .other_products.kids-slider .flex-viewport {
        max-width: 1150px;
    }

    .kids-2020 .celebraty-banner .layout-row .column.small {
        padding: 60px 30px;
    }

    .kids-2020 .dhudson-carousel {
        max-width: 1270px;
    }

    .kids-2020 .kids-brands-slider {
        max-width: 1270px;
    }

    .kids-2020 .consult-banner .banner-text .hp-miller-title {
        margin-bottom: 10px;
    }

    .kids-2020 .kids-brands-slider .style-box p {
        max-width: 100%;
    }
}

@media screen and (min-width: 1400px) {
    .kids-2020 .kids-hero-slider.pc-only,
    .kids-2020 .other_products.pc-only,
    .kids-2020 .celebraty-banner.pc-only,
    .kids-2020 .kids-schematics .hp-miller-title.pc-only,
    .kids-2020 .consult-banner.pc-only,
    .kids-2020 .kids-brands-slider .brand-button.pc-only,
    .kids-2020 .kids-reviews.pc-only {
        display: block;
    }

    .kids-2020 .hp-hero-slider.mobile-only,
    .kids-2020 .primary-cats-wrapper.mobile-only,
    .kids-2020 .celebraty-sec.mobile-only,
    .kids-2020 .kids-schematics .hp-miller-title.mobile-only,
    .kids-2020 .consult-banner.mobile-only,
    .kids-2020 .kids-brands-slider .brand-button.mobile-only,
    .kids-2020 .kids-reviews.mobile-only,
    .kids-2020 .sec-border.mobile-only {
        display: none;
    }

    .kids-2020 .kids-hero-slider .flexslider.hero-slider .slides .caption-box {
        right: 4%;
    }

    .kids-2020.kids-hero-slider .flexslider.hero-slider .caption-box .button_xwide {
        width: 230px;
    }

    .kids-2020 .other_products.kids-slider,
    .kids-2020 .celebraty-banner,
    .kids-2020 .consult-banner,
    .kids-2020 .kids-reviews {
        max-width: 1200px;
    }

    .kids-2020 .other_products.kids-slider .flex-viewport {
        max-width: 1150px;
    }

    .kids-2020 .celebraty-banner .layout-row .column.small {
        padding: 60px 30px;
    }

    .kids-2020 .dhudson-carousel {
        max-width: 1270px;
    }

    .kids-2020 .kids-brands-slider {
        max-width: 1270px;
    }

    .kids-2020 .consult-banner .banner-text .hp-miller-title {
        margin-bottom: 10px;
    }

    .kids-2020 .kids-brands-slider .style-box p {
        max-width: 100%;
    }
}

@media screen and (min-width: 1600px) {
    .kids-2020 .kids-hero-slider.pc-only,
    .kids-2020 .other_products.pc-only,
    .kids-2020 .celebraty-banner.pc-only,
    .kids-2020 .kids-schematics .hp-miller-title.pc-only,
    .kids-2020 .consult-banner.pc-only,
    .kids-2020 .kids-brands-slider .brand-button.pc-only,
    .kids-2020 .kids-reviews.pc-only {
        display: block;
    }

    .kids-2020 .hp-hero-slider.mobile-only,
    .kids-2020 .primary-cats-wrapper.mobile-only,
    .kids-2020 .celebraty-sec.mobile-only,
    .kids-2020 .kids-schematics .hp-miller-title.mobile-only,
    .kids-2020 .consult-banner.mobile-only,
    .kids-2020 .kids-brands-slider .brand-button.mobile-only,
    .kids-2020 .kids-reviews.mobile-only,
    .kids-2020 .sec-border.mobile-only {
        display: none;
    }

    .kids-2020 .kids-hero-slider .flexslider.hero-slider .slides .caption-box {
        right: 6%;
    }

    .kids-2020 .kids-hero-slider .flexslider.hero-slider .caption-box .button_xwide {
        width: 240px;
    }

    .kids-2020 .other_products.kids-slider,
    .kids-2020 .celebraty-banner,
    .kids-2020 .consult-banner,
    .kids-2020 .kids-reviews {
        max-width: 1270px;
    }

    .kids-2020 .other_products.kids-slider .flex-viewport {
        max-width: 1150px;
    }

    .kids-2020 .celebraty-banner .layout-row .column.small {
        padding: 60px 30px;
    }

    .kids-2020 .dhudson-carousel {
        max-width: 1320px;
    }

    .kids-2020 .kids-brands-slider {
        max-width: 1340px;
    }

    .kids-2020 .consult-banner .banner-text .hp-miller-title {
        margin-bottom: 15px;
    }

    .kids-2020 .kids-brands-slider .style-box p {
        max-width: 100%;
    }
}

/* Tabletop Collection Landing 2020 */

.tabletop_collection_2020 .caption-box {
    position: absolute;
    top: 60%;
    left: 7.4%;
    width: 27.6%;
}

.tabletop_collection_2020 .caption-box .button_xwide {
    background-color: #625b67;
    color: #ffffff;
    border: 1px solid #625b67;
    font-size: 14px;
    width: 260px !important;
    letter-spacing: 1px;
    text-decoration: unset;
}

@media screen and (max-width: 1500px) {
    .tabletop_collection_2020 .caption-box {
        left: 7.4vw;
    }
}

@media screen and (min-width: 1000px){
    .tabletop_collection_2020 .pc-only {
        display: block;
        position: relative;
    }

    .tabletop_collection_2020 .mobile-only {
        display: none;
    }

    .tabletop_collection_2020 .hp-miller-title {
        margin-top: 30px;
        font-size: 26px;
        letter-spacing: 1px;
        line-height: normal;
        font-style: normal;
    }

    .tabletop_collection_2020 a{
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.94px;
        text-align: center;
        color: #4a352d;
        text-decoration: underline;
    }

    .tabletop_collection_2020 .hp-title-link {
        font-size: 14px;
    }

    .tabletop_collection_2020{
        text-align: center;
        padding: 0px;
        margin: 0px;
    }

    .tabletop_collection_2020 .hero{
        max-width: 1600px;
        margin: 10px auto 0px;
    }

    .tabletop_collection_2020 .hero a{
        display: block;
        display: inherit;
    }

    .tabletop_collection_2020 .hero a img{
        width: 100%;
        display: block;
    }

    .border{
        width: 100%;
        height: 1px;
        background-color: #dedede;
        margin-top: 30px;
    }

    .tabletop_collection_2020 .category{
        max-width: 1270px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .tabletop_collection_2020 .category a{
        width: 32%;
        margin-top: 30px;
        overflow: hidden;
    }

    .tabletop_collection_2020 .category img{
        width: 100%;
        display: block;
        transform: scale(1,1);
        transition: 0.4s;
    }

    .tabletop_collection_2020 .category img:hover {
        transform: scale(1.05,1.05);
    }

    .tabletop_collection_2020 .banner, .tabletop_collection_2020 .blog{
        max-width: 1270px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .tabletop_collection_2020 .banner .card, .tabletop_collection_2020 .blog .card{
        width: 32%;
        margin-top: 30px;
        background-color: #f8f8f8;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.tabletop-blogs .flexslider.hp_slider .slides li {
        margin-top: 30px;
        background-color: #f8f8f8;
    }

    .tabletop_collection_2020 .banner .card a, .tabletop_collection_2020 .blog .card a{
        display: inherit;
        overflow: hidden;
    }

    .tabletop_collection_2020 .banner .card img, .tabletop_collection_2020 .blog .card img{
        width: 100%;
        display: block;
        transform: scale(1,1);
        transition: 0.4s;
    }

    .tabletop_collection_2020 .banner .card a:hover img, .tabletop_collection_2020 .blog .card a:hover img{
        transform: scale(1.05,1.05);
    }

    .tabletop_collection_2020 .banner .card h2, .tabletop_collection_2020 .blog .card h2{
        font-family: miller-display, "Times New Roman", serif;
        font-weight: 300;
        text-align: center;
        font-size: 26px;
        color: #4a352d;
        letter-spacing: normal;
        line-height: 1.27;
        margin: 35px 0px 10px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.tabletop-blogs .flexslider.hp_slider h2 {
        font-family: miller-display, "Times New Roman", serif;
        font-weight: 300;
        text-align: center;
        font-size: 26px;
        color: #4a352d;
        letter-spacing: normal;
        line-height: 1.27;
        margin: 20px 0px 10px;
        text-transform: capitalize;
        font-style: normal;
    }

    .tabletop_collection_2020 .banner .card p{
        color: #4a352d;
        margin: 0px 0px 15px;
        padding: 0px 30px;
    }

    .tabletop_collection_2020 .banner .card .shop-now, .tabletop_collection_2020 .blog .card .read-more{
        font-size: 14px;
        font-weight: 600;
        color: #4a352d;
        margin-bottom: 40px;
        text-decoration: underline;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.tabletop-blogs .read-more{
        font-size: 14px;
        font-weight: 600;
        color: #4a352d;
        margin-bottom: 45px;
        text-decoration: underline;
    }

    .tabletop_collection_2020 .tabletop-brands-slider {
        max-width: 1330px;
        width: 100%;
        display: block;
        margin: 0 auto 40px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.kid_brand_slider {
        /* max-width: calc(100% - 10px);
        padding: 0px 28px; */
        margin-bottom: 40px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flex-direction-nav a {
        top: 38%;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .slides li {
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .style-box img {
        margin-bottom: 20px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .style-box .logo-img {
        width: 100%;
        display: block;
        margin: 0 auto 10px;
        float: none;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .style-box p {
        font-style: normal;
        font-weight: normal;
        display: block;
        text-align: center;
        color: #4a352d;
        max-width: 100%;
        margin: 0 auto;
        padding: 0px 0px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .style-box p a {
        font-size: 14px;
        line-height: normal;
        text-decoration: underline;
        margin: 10px auto;
        font-weight: 600;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.kid_brand_slider .flex-direction-nav .flex-next,
    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.kid_brand_slider:hover .flex-direction-nav .flex-next {
        right: -15px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.kid_brand_slider .flex-direction-nav .flex-prev,
    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.kid_brand_slider:hover .flex-direction-nav .flex-prev {
        left: -15px;
    }

    .tabletop_collection_2020 .tabletop_bestselling {
        max-width: 1270px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .tabletop_collection_2020 .tabletop_bestselling .hp-miller-title,
    .tabletop_collection_2020 .blog .hp-miller-title {
        margin-bottom: 10px;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel {
        margin: 30px auto 0px;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .slides li {
        margin-right: 10px;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel img {
        width: 70%;
        float: unset;
        display: block;
        margin: 0 auto;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider .flex-direction-nav {
        position: absolute;
        width: 100%;
        top: 45%;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider .flex-direction-nav .flex-prev {
        left: -30px;
        opacity: 1 !important;
        transform: rotate(-45deg);
        border-top: 1.5px solid #4a4444;
        border-left: 1.5px solid #4a4444;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider .flex-direction-nav .flex-next {
        right: -30px;
        opacity: 1 !important;
        transform: rotate(45deg);
        border-top: 1.5px solid #4a4444;
        border-right: 1.5px solid #4a4444;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider .flex-direction-nav a {
        width: 15px;
        height: 15px;
        display: inline-block;
        overflow: hidden;
        position: absolute;
    }

    .tabletop_collection_2020 .border-class {
        max-width: 1270px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1599px){
    .tabletop_collection_2020 a{
        font-size: 14px;
    }

    .tabletop_collection_2020 .banner .card p{
        padding: 0px 30px;
    }

    .tabletop_collection_2020 .banner .card .shop-now, .tabletop_collection_2020 .blog .card .read-more{
        font-size: 14px;
        margin-bottom: 30px;
    }

    .tabletop_collection_2020 .category{
        max-width: 1200px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider{
        max-width: 1260px;
    }

    .tabletop_collection_2020 .banner, .tabletop_collection_2020 .blog{
        max-width: 1200px;
    }

    .tabletop_collection_2020 .tabletop_bestselling{
        max-width: 1200px;
    }

    .tabletop_collection_2020 .border-class {
        max-width: 1200px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .style-box .logo-img {
        width: 100%;
    }
}

@media screen and (max-width: 1399px){
    .tabletop_collection_2020 .category{
        max-width: 1040px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider{
        max-width: 1100px;
    }

    .tabletop_collection_2020 .banner, .tabletop_collection_2020 .blog{
        max-width: 1040px;
    }

    .tabletop_collection_2020 .tabletop_bestselling{
        max-width: 970px;
    }

    .tabletop_collection_2020 .border-class {
        max-width: 1040px;
    }

    .tabletop_collection_2020 .banner .card p{
        padding: 0px 30px;
    }
}

@media screen and (max-width: 1199px){
    .tabletop_collection_2020 .category{
        max-width: 800px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider{
        max-width: 900px;
    }

    .tabletop_collection_2020 .banner, .tabletop_collection_2020 .blog{
        max-width: 840px;
    }

    .tabletop_collection_2020 .tabletop_bestselling{
        max-width: 800px;
    }

    .tabletop_collection_2020 .border-class {
        max-width: 840px;
    }

}

@media screen and (min-width: 375px) and (max-width: 999px) {
    .tabletop_collection_2020 .mobile-only {
        display: block;
    }

    .tabletop_collection_2020 .pc-only {
        display: none;
    }

    .tabletop_collection_2020 .border.mobile-only{
        height: 1px;
        background-color: #dedede;
        width: calc(100% - 8px);
        margin: 30px auto;
    }

    .tabletop_collection_2020 .hero-mob {
        max-width: 600px !important;
        display: block;
        margin: 0px auto 20px;
    }

    .tabletop_collection_2020 .hero-mob img {
        width: 100%;
        display: block;
    }

    .tabletop_collection_2020 .hero-mob .hero-caption {
        padding: 15px 10px 30px;
        outline: none;
        background-color: #f8f8f8;
    }

    .tabletop_collection_2020 .hero-mob .hero-caption .hp-miller-title {
        font-family: miller-display, "Times New Roman", serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 24px;
        color: #4a352d;
        letter-spacing: 0.5px;
        margin: 0 auto 5px;
        line-height: 1.25;
        max-width: calc(100% - 15px);
    }

    .tabletop_collection_2020 .hero-mob .hero-caption p {
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-bottom: 15px;
        line-height: normal;
        text-align: center;
        color: #4a352d;
    }

    .tabletop_collection_2020 .hero-mob .hero-caption .button_common.button_xwide {
        width: 310px !important;
        border: 1px solid #4a352d;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
    }

    .tabletop_collection_2020 .hero-mob .hero-caption .button_common.button_xwide:hover {
        background-color: unset;
    }

    .tabletop_collection_2020 .tabletop-cateogry {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 00px;
        width: calc(100% - 30px);
    }

    .tabletop_collection_2020 .tabletop-cateogry .category-mob {
        display: block;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px 4px;
        justify-content: space-between;
    }

    .tabletop_collection_2020 .tabletop-cateogry .category-mob a {
        font-size: 14px;
        width: 47%;
        display: block;
        margin-bottom: 20px;
    }

    .tabletop_collection_2020 .tabletop-cateogry .category-mob a:last-of-type {
        margin-bottom: 10px;
    }

    .tabletop_collection_2020 .tabletop-cateogry .category-mob a img {
        width: 100%;
        display: block;
    }

    .tabletop_collection_2020 .tabletop_bestselling {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 130px;
        width: calc(100% - 30px);
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .slides li {
        margin-right: 10px;
    }

    .tabletop_collection_2020 .hp-miller-title {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 1.26;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel img {
        width: 80%;
        margin: auto;
        display: block;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .flex-direction-nav {
        display: none;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .flex-control-nav {
        bottom: -25%;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .flex-control-nav li {
        margin: 0px;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .flex-control-nav li a {
        display: block;
        width: 7px;
        height: 7px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #d8d8d8;
        transition: .3s ease-in-out;
        box-shadow: none;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .flex-control-paging li a.flex-active {
        background-color: #9b9a9a;
        background: #bebaba;
        cursor: default;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .button_common {
        bottom: -80%;
        width: calc(100% - 40px) !important;
        border: 1px solid #4a352d;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        color: #4a352d;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .button_common:hover {
        background-color: unset;
    }

    .tabletop_collection_2020 .tabletop-brands-slider {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 40px;
        width: calc(100% - 30px);
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.kid_brand_slider {
        margin-bottom: 40px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel .slides li {
        margin-right: 20px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel img {
        width: 100%;
        margin-bottom: 10px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel p {
        font-style: normal;
        font-weight: normal;
        display: block;
        line-height: normal;
        text-align: center;
        color: #4a352d;
        max-width: 80%;
        margin: 0 auto;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel .button_common.button_xwide {
        width: calc(100% - 40px) !important;
        border: 1px solid #4a352d;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
        margin: 15px auto 25px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel .button_common.button_xwide:hover {
        background-color: unset;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel .flex-direction-nav {
        display: none;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel .flex-control-nav {
        bottom: -3%;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel .flex-control-nav li {
        margin: 0px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel .flex-control-nav li a {
        display: block;
        width: 7px;
        height: 7px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #d8d8d8;
        transition: .3s ease-in-out;
        box-shadow: none;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel .flex-control-paging li a.flex-active {
        background-color: #9b9a9a;
        background: #bebaba;
        cursor: default;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.banner-mob .flexslider.carousel .slides li {
        background-color: #f8f8f8;
        margin-bottom: 30px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.banner-mob .kid_brand_slider .hp-miller-title {
        font-size: 24px;
        font-style: normal;
        margin-bottom: 10px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.banner-mob .kid_brand_slider .read-more {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
        margin: 15px auto 25px;
        text-decoration: underline;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.blog-mob {
        margin-bottom: 120px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.blog-mob .flexslider.carousel .slides li {
        background-color: #f8f8f8;
        margin-bottom: 30px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.blog-mob .flexslider.carousel img {
        margin-bottom: 20px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.blog-mob .kid_brand_slider .hp-miller-title {
        font-size: 24px;
        font-style: normal;
        margin-bottom: 10px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.blog-mob .kid_brand_slider .read-more {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
        margin: 0px auto 25px;
        text-decoration: underline;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.blog-mob .flexslider.carousel .button_common.button_xwide {
        bottom: -20%;
        width: calc(100% - 40px) !important;
        border: 1px solid #4a352d;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        color: #4a352d;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .tabletop_collection_2020 .tabletop-brands-slider.blog-mob .flexslider.carousel .button_common.button_xwide:hover {
        background-color: unset;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.blog-mob .flexslider.carousel .flex-control-nav {
        bottom: -1%;
    }
}

@media screen and (min-width: 310px) and (max-width: 374px) {
    .tabletop_collection_2020 .mobile-only {
        display: block;
    }

    .tabletop_collection_2020 .pc-only {
        display: none;
    }

    .tabletop_collection_2020 .border.mobile-only{
        height: 1px;
        background-color: #dedede;
        width: calc(100% - 8px);
        margin: 30px auto;
    }

    .tabletop_collection_2020 .hero-mob {
        max-width: 600px !important;
        display: block;
        margin: 0px auto 20px;
    }

    .tabletop_collection_2020 .hero-mob img {
        width: 100%;
    }

    .tabletop_collection_2020 .hero-mob .hero-caption {
        padding: 20px 25px;
    }

    .tabletop_collection_2020 .hero-mob .hero-caption .hp-miller-title {
        font-family: miller-display, "Times New Roman", serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 24px;
        color: #4a352d;
        letter-spacing: 0.5px;
        margin: 0 auto 5px;
        line-height: 1.25;
        max-width: calc(100% - 15px);
    }

    .tabletop_collection_2020 .hero-mob .hero-caption p {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-bottom: 15px;
        line-height: normal;
        letter-spacing: 0px;
        text-align: center;
        color: #4a352d;
    }

    .tabletop_collection_2020 .hero-mob .hero-caption .button_common.button_xwide {
        width: calc(100% - 40px) !important;
        border: 1px solid #4a352d;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
    }

    .tabletop_collection_2020 .hero-mob .hero-caption .button_common.button_xwide:hover {
        background-color: unset;
    }

    .tabletop_collection_2020 .tabletop-cateogry {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 0px;
        width: calc(100% - 30px);
    }

    .tabletop_collection_2020 .tabletop-cateogry .category-mob {
        display: block;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px 10px;
        justify-content: space-between;
    }

    .tabletop_collection_2020 .tabletop-cateogry .category-mob a {
        font-size: 14px;
        width: 47%;
        display: block;
        margin-bottom: 20px;
    }

    .tabletop_collection_2020 .tabletop-cateogry .category-mob a:last-of-type {
        margin-bottom: 10px;
    }

    .tabletop_collection_2020 .tabletop-cateogry .category-mob a img {
        width: 100%;
        display: block;
    }

    .tabletop_collection_2020 .tabletop_bestselling {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 130px;
        width: calc(100% - 30px);
    }
    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .slides li {
        margin-right: 10px;
    }

    .tabletop_collection_2020 .hp-miller-title {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 1.26;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel img {
        width: 80%;
        margin: auto;
        display: block;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .flex-direction-nav {
        display: none;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .flex-control-nav {
        bottom: -25%;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .flex-control-nav li {
        margin: 0px;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .flex-control-nav li a {
        display: block;
        width: 7px;
        height: 7px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #d8d8d8;
        transition: .3s ease-in-out;
        box-shadow: none;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .flex-control-paging li a.flex-active {
        background-color: #9b9a9a;
        background: #bebaba;
        cursor: default;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .button_common {
        bottom: -80%;
        width: calc(100% - 40px) !important;
        border: 1px solid #4a352d;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        color: #4a352d;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .button_common:hover {
        background-color: unset;
    }

    .tabletop_collection_2020 .tabletop-brands-slider {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 40px;
        width: calc(100% - 30px);
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.kid_brand_slider {
        margin-bottom: 40px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel .slides li {
        margin-right: 20px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel img {
        width: 100%;
        margin-bottom: 10px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel p {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        line-height: normal;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        max-width: 85%;
        margin: 0 auto;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel .button_common.button_xwide {
        width: calc(100% - 40px) !important;
        border: 1px solid #4a352d;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
        margin: 15px auto 25px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel .button_common.button_xwide:hover {
        background-color: unset;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel .flex-direction-nav {
        display: none;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel .flex-control-nav {
        bottom: -3%;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel .flex-control-nav li {
        margin: 0px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel .flex-control-nav li a {
        display: block;
        width: 7px;
        height: 7px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #d8d8d8;
        transition: .3s ease-in-out;
        box-shadow: none;
    }

    .tabletop_collection_2020 .tabletop-brands-slider .flexslider.carousel .flex-control-paging li a.flex-active {
        background-color: #9b9a9a;
        background: #bebaba;
        cursor: default;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.banner-mob .flexslider.carousel .slides li {
        background-color: #f8f8f8;
        margin-bottom: 30px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.banner-mob .kid_brand_slider .hp-miller-title {
        font-size: 24px;
        font-style: normal;
        margin-bottom: 10px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.banner-mob .kid_brand_slider .read-more {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
        margin: 15px auto 25px;
        text-decoration: underline;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.blog-mob {
        margin-bottom: 120px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.blog-mob .flexslider.carousel .slides li {
        background-color: #f8f8f8;
        margin-bottom: 30px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.blog-mob .flexslider.carousel img {
        margin-bottom: 20px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.blog-mob .kid_brand_slider .hp-miller-title {
        font-size: 22px;
        font-style: normal;
        margin-bottom: 10px;
        letter-spacing: 0.8px;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.blog-mob .kid_brand_slider .read-more {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
        margin: 0px auto 25px;
        text-decoration: underline;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.blog-mob .flexslider.carousel .button_common.button_xwide {
        bottom: -20%;
        width: calc(100% - 40px) !important;
        border: 1px solid #4a352d;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        color: #4a352d;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .tabletop_collection_2020 .tabletop-brands-slider.blog-mob .flexslider.carousel .button_common.button_xwide:hover {
        background-color: unset;
    }

    .tabletop_collection_2020 .tabletop-brands-slider.blog-mob .flexslider.carousel .flex-control-nav {
        bottom: -1%;
    }
}

/* Holiday Shop 2020 */

@media screen and (min-width: 1000px)
{
    .holiday-shop-2020 .hero{
        background-image: url(/Content/images_cust/holiday_shop_2020/Desktop/holiday_shop_hero_img-2x.gif);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 200px 60px 60px;
        max-width: 1600px;
        box-sizing: border-box;
        margin: 0px auto;
    }

    .holiday-shop-2020 .hero .card{
        width: 22% !important;
    }

    .holiday-shop-2020 .hero .card .hero-btn{
        color: #767676;
        border: 1px solid #c9c7c8;
        display: block;
        padding: 20px 0px;
        margin-top: 20px;
        text-align: center;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
        transition: 0.4s;
    }

    .holiday-shop-2020 .hero .card .hero-btn:hover{
        color: white;
        background-color: #c9c7c8;
    }

    .holiday-shop-2020 .gift-categories, .holiday-shop-2020 .gift-list, .holiday-shop-2020 .gift-card-banner, .holiday-shop-2020 .gift-banner{
        max-width: 1270px;
        position: relative;
        margin: 40px auto 0px;
        text-align: center;
    }

    .holiday-shop-2020 .gift-categories h2, .holiday-shop-2020 .gift-list h2, .holiday-shop-2020 .gift-card-banner .text h2, .holiday-shop-2020 .gift-banner .card h2{
        font-family: miller-display, "Times New Roman", serif;
        font-weight: 300;
        text-align: center;
        font-size: 26px;
        color: #4A352D;
        letter-spacing: 2.7px;
        max-width: 100%;
        margin: 0px auto 10px;
    }

    .holiday-shop-2020 .gift-categories h2 span, .holiday-shop-2020 .gift-list h2 span, .holiday-shop-2020 .gift-card-banner .text h2 span{
        font-style: italic;
    }

    .holiday-shop-2020 .gift-list h2 {
        line-height: 1.5;
        margin-bottom: 50px;
    }

    .holiday-shop-2020 .gift-categories p, .holiday-shop-2020 .gift-card-banner .text p, .holiday-shop-2020 .gift-banner .card p{
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        line-height: 1.44;
        letter-spacing: 0.56px;
        text-align: center;
        color: #4a352d;
    }

    .holiday-shop-2020 .gift-categories p {
        margin-bottom: 10px;
    }

    .holiday-shop-2020 .gift-categories .carousel, .holiday-shop-2020 .gift-list .carousel, .holiday-shop-2020 .gift-banner, .holiday-shop-2020 .hero{
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .holiday-shop-2020 .gift-categories a, .holiday-shop-2020 .gift-list .card, .holiday-shop-2020 .gift-banner .card, .holiday-shop-2020 .hero .card{
        width: 32%;
        margin-top: 30px;
        overflow: hidden;
    }

    .holiday-shop-2020 .gift-categories a img, .holiday-shop-2020 .gift-list a img, .holiday-shop-2020 .gift-card-banner img, .holiday-shop-2020 .gift-banner img, .holiday-shop-2020 .hero .card img {
        width: 100%;
        transition: 0.4s;
        transform: scale(1,1);
    }

    .holiday-shop-2020 .gift-categories a img:hover, .holiday-shop-2020 .gift-banner img:hover, .holiday-shop-2020 .hero .card img:hover {
        transform: scale(1.05,1.05);
    }

    .holiday-shop-2020 .gift-list{
        background-image: url(/Content/images_cust/holiday_shop_2020/Desktop/gift_list_banner-2x.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 90px 30px 45px;
        max-width: 1270px;
        box-sizing: border-box;
    }

    .holiday-shop-2020 .gift-list .card{
        margin-top: 30px;
    }

    .holiday-shop-2020 .gift-list .card h2{
        margin: 25px 0px 0px;
        font-size: 24px;
    }

    .holiday-shop-2020 .gift-list .card .shop-now, .holiday-shop-2020 .gift-banner .card .shop, .holiday-shop-2020 .holiday-brands-slider .style-box p a, .holiday-shop-2020 .holiday-gift-slider .hp-title-link{
        font-size: 14px;
        font-weight: 600;
        color: #4A352D;
        text-decoration: underline;
        display: inline-block;
        margin: 10px auto 40px;
        font-style: normal;
        font-family: "Open Sans", sans-serif;
        letter-spacing: 0.3px;
    }

    .holiday-shop-2020 .gift-list .card .shop-now {
        margin-top: 5px;
    }

    .holiday-shop-2020 .holiday-gift-slider .hp-title-link {
        display: block;
        text-align: center;
    }

    .holiday-shop-2020 .gift-card-banner .text{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .holiday-shop-2020 .gift-card-banner .text .gift-card{
        background-color: #c09c5e;
        color: white;
        text-decoration: none;
        padding: 20px 47.5px;
        margin-top: 20px;
        display: inline-block;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.2px;
        text-align: center;
        color: #ffffff;
    }

    .holiday-shop-2020 .gift-banner{
        background-color: transparent;
    }

    .holiday-shop-2020 .gift-banner .card{
        background-color: #f8f8f8;
    }

    .holiday-shop-2020 .gift-banner .card a{
        display: inherit;
        overflow: hidden;
    }

    .holiday-shop-2020 .gift-banner .card h2{
        margin: 30px 0px 10px;
        letter-spacing: 2px;
    }

    .holiday-shop-2020 .gift-banner .card .shop{
        margin-top: 15px;
    }

    .holiday-shop-2020 .holiday-gift-slider {
        max-width: 1270px;
        width: 100%;
        display: block;
        margin: 30px auto 0px;
    }

    .holiday-shop-2020 .holiday-gift-slider .hp-miller-title {
        margin-bottom: 10px;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel {
        margin: 30px auto 0px;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel .slides li {
        margin-right: 10px;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel img {
        width: 70%;
        float: unset;
        display: block;
        margin: 0 auto;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider .flex-direction-nav {
        position: absolute;
        width: 100%;
        top: 45%;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider .flex-direction-nav .flex-prev {
        left: -30px;
        opacity: 1 !important;
        transform: rotate(-45deg);
        border-top: 1.5px solid #4a4444;
        border-left: 1.5px solid #4a4444;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider .flex-direction-nav .flex-next {
        right: -30px;
        opacity: 1 !important;
        transform: rotate(45deg);
        border-top: 1.5px solid #4a4444;
        border-right: 1.5px solid #4a4444;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider .flex-direction-nav a {
        width: 15px;
        height: 15px;
        display: inline-block;
        overflow: hidden;
        position: absolute;
    }

    .holiday-shop-2020 .border-class {
        max-width: 1270px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .holiday-shop-2020 .holiday-brands-slider {
        max-width: 1330px;
        width: 100%;
        display: block;
        margin: 30px auto 40px;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.kid_brand_slider {
        max-width: calc(100% - 10px);
        padding: 0px 28px;
        margin-bottom: 40px;
    }

    .holiday-shop-2020 .holiday-brands-slider .hp-miller-title {
        margin-bottom: 30px;
    }

    .holiday-shop-2020 .holiday-brands-slider .flex-direction-nav a {
        top: 38%;
    }

    .holiday-shop-2020 .holiday-brands-slider .slides li {
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .holiday-shop-2020 .holiday-brands-slider .style-box img {
        margin-bottom: 20px;
    }

    .holiday-shop-2020 .holiday-brands-slider .style-box .logo-img {
        width: 80%;
        display: block;
        margin: 0px auto;
        float: none;
    }

    .holiday-shop-2020 .holiday-brands-slider .style-box p {
        font-size: 16px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        line-height: 1.44;
        letter-spacing: 0.56px;
        text-align: center;
        color: #4a352d;
        max-width: 100%;
        margin: 0 auto;
        padding: 0px 10px;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.kid_brand_slider .flex-direction-nav .flex-next,
    .holiday-shop-2020 .holiday-brands-slider .flexslider.kid_brand_slider:hover .flex-direction-nav .flex-next {
        right: -15px;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.kid_brand_slider .flex-direction-nav .flex-prev,
    .holiday-shop-2020 .holiday-brands-slider .flexslider.kid_brand_slider:hover .flex-direction-nav .flex-prev {
        left: -15px;
    }
}

@media screen and (max-width: 1599px) {
    .holiday-shop-2020 .gift-categories h2,
    .holiday-shop-2020 .gift-list h2,
    .holiday-shop-2020 .gift-card-banner .text h2,
    .holiday-shop-2020 .gift-banner .card h2{
        font-size: 26px;
    }

    .holiday-shop-2020 .gift-list .card h2 {
        font-size: 24px;
    }

    .holiday-shop-2020 .gift-categories,
    .holiday-shop-2020 .gift-list,
    .holiday-shop-2020 .gift-card-banner,
    .holiday-shop-2020 .gift-banner,
    .holiday-shop-2020 .holiday-gift-slider,
    .holiday-shop-2020 .border-class {
        max-width: 1200px;
    }

    .holiday-shop-2020 .holiday-brands-slider {
        max-width: 1260px;
    }

    .holiday-shop-2020 .gift-categories p,
    .holiday-shop-2020 .gift-card-banner .text p,
    .holiday-shop-2020 .gift-banner .card p,
    .holiday-shop-2020 .hero a,
    .holiday-shop-2020 .holiday-gift-slider .hp-title-link {
        font-size: 14px !important;
    }

    .holiday-shop-2020 .gift-banner .card p {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1399px){
    .holiday-shop-2020 .gift-categories h2,
    .holiday-shop-2020 .gift-list h2,
    .holiday-shop-2020 .gift-card-banner .text h2,
    .holiday-shop-2020 .holiday-gift-slider .hp-miller-title,
    .holiday-shop-2020 .holiday-brands-slider .hp-miller-title {
        font-size: 24px;
    }

    .holiday-shop-2020 .gift-list .card h2 {
        font-size: 22px;
    }

    .holiday-shop-2020 .gift-banner .card h2 {
        font-size: 22px;
        margin-top: 30px;
    }

    .holiday-shop-2020 .gift-categories,
    .holiday-shop-2020 .gift-list,
    .holiday-shop-2020 .gift-card-banner,
    .holiday-shop-2020 .gift-banner,
    .holiday-shop-2020 .border-class {
        max-width: 1040px;
    }

    .holiday-shop-2020 .holiday-gift-slider{
        max-width: 970px;
    }

    .holiday-shop-2020 .holiday-brands-slider {
        max-width: 1100px;
    }

    .holiday-shop-2020 .gift-categories p,
    .holiday-shop-2020 .gift-card-banner .text p,
    .holiday-shop-2020 .gift-banner .card p,
    .holiday-shop-2020 .hero a{
        font-size: 13px !important;
    }

    .holiday-shop-2020 .gift-list .card .shop-now,
    .holiday-shop-2020 .gift-banner .card .shop,
    .holiday-shop-2020 .holiday-brands-slider .style-box p a,
    .holiday-shop-2020 .holiday-gift-slider .hp-title-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px){
    .holiday-shop-2020 .gift-categories h2,
    .holiday-shop-2020 .gift-list h2,
    .holiday-shop-2020 .gift-card-banner .text h2,
    .holiday-shop-2020 .gift-banner .card h2 {
        font-size: 22px;
    }

    .holiday-shop-2020 .gift-categories,
    .holiday-shop-2020 .gift-list,
    .holiday-shop-2020 .gift-card-banner,
    .holiday-shop-2020 .gift-banner,
    .holiday-shop-2020 .border-class {
        max-width: 840px;
    }

    .holiday-shop-2020 .holiday-gift-slider{
        max-width: 800px;
    }

    .holiday-shop-2020 .holiday-brands-slider {
        max-width: 900px;
    }

    .holiday-shop-2020 .gift-categories p,
    .holiday-shop-2020 .gift-card-banner .text p,
    .holiday-shop-2020 .gift-banner .card p,
    .holiday-shop-2020 .hero a {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 375px) and (max-width: 999px) {
    .holiday-shop-2020 .mobile-only {
        display: block;
    }

    .holiday-shop-2020 .pc-only {
        display: none;
    }

    .holiday-shop-2020 .border.mobile-only {
        height: 1px;
        background-color: #dedede;
        width: calc(100% - 20px);
        margin: 30px auto;
    }

    .holiday-shop-2020{
        text-align: center;
    }

    .holiday-shop-2020 .gift-categories-mob, .holiday-shop-2020 .gift-card-banner-mob {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 30px;
        width: calc(100% - 30px);
    }

    .holiday-shop-2020 .gift-list-mob {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 30px;
    }

    .holiday-shop-2020 .gift-categories-mob {
        margin-bottom: 10px;
    }

    .holiday-shop-2020 .gift-categories-mob .category-mob{
        display: block;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px 10px;
        justify-content: space-between;
    }

    .holiday-shop-2020 .gift-categories-mob p, .holiday-shop-2020 .gift-card-banner-mob p{
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-bottom: 20px;
        line-height: normal;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
    }

    .holiday-shop-2020 .gift-categories-mob .category-mob a{
        font-size: 14px;
        width: 47%;
        display: block;
        margin-bottom: 20px;
    }

    .holiday-shop-2020 .gift-categories-mob .category-mob a img, .holiday-shop-2020 .gift-card-banner-mob img{
        width: 100%;
        display: block;
    }

    .holiday-shop-2020 .gift-card-banner-mob .button_ghost{
        background-color: #c09c5e;
        color: white;
        border: #c09c5e;
        margin-top: 25px;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        width: calc(100% - 58px) !important;
    }

    .holiday-shop-2020 .gift-list-mob{
        background-image: url(/Content/images_cust/holiday_shop_2020/Mobile/gift_list_banner-mob.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        padding: 80px 0px 40px;
    }

    .holiday-shop-2020 .gift-list-mob img{
        display: block;
        width: 75%;
        margin: 30px auto 10px;
    }

    .holiday-shop-2020 .gift-list-mob .shop-now{
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        text-decoration: underline;
    }

    .holiday-shop-2020 .holiday-gift-slider {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 140px;
        width: calc(100% - 30px);
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel .slides li {
        margin-right: 10px;
    }

    .holiday-shop-2020 .hp-miller-title {
        font-size: 20px !important;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .holiday-shop-2020 .gift-list-mob .gift-circle .hp-miller-title {
        font-size: 18px !important;
        margin-bottom: 5px;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel img {
        width: 80%;
        margin: auto;
        display: block;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel .flex-direction-nav {
        display: none;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel .flex-control-nav {
        bottom: -25%;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel .flex-control-nav li {
        margin: 0px;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel .flex-control-nav li a {
        display: block;
        width: 7px;
        height: 7px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #d8d8d8;
        transition: .3s ease-in-out;
        box-shadow: none;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel .flex-control-paging li a.flex-active {
        background-color: #9b9a9a;
        background: #bebaba;
        cursor: default;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel .button_common {
        bottom: -80%;
        width: calc(100% - 40px) !important;
        border: 1px solid #4a352d;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        color: #4a352d;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel .button_common:hover {
        background-color: unset;
    }

    .holiday-shop-2020 .holiday-gift-slider .border.mobile-only {
        margin-top: 20px;
    }

    .holiday-shop-2020 .holiday-brands-slider {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 30px;
        width: calc(100% - 30px);
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.kid_brand_slider {
        margin-bottom: 30px;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel .slides li {
        margin-right: 20px;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel img {
        width: 100%;
        margin-bottom: 10px;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel p {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        line-height: normal;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        max-width: 85%;
        margin: 0 auto;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel .button_common.button_xwide {
        width: calc(100% - 40px) !important;
        border: 1px solid #4a352d;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
        margin: 15px auto 25px;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel .button_common.button_xwide:hover {
        background-color: unset;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel .flex-direction-nav {
        display: none;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel .flex-control-nav {
        bottom: 0%;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel .flex-control-nav li {
        margin: 0px;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel .flex-control-nav li a {
        display: block;
        width: 7px;
        height: 7px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #d8d8d8;
        transition: .3s ease-in-out;
        box-shadow: none;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel .flex-control-paging li a.flex-active {
        background-color: #9b9a9a;
        background: #bebaba;
        cursor: default;
    }

    .holiday-shop-2020 .holiday-brands-slider.gift-mob .flexslider.carousel .slides li {
        background-color: #f8f8f8;
        margin-bottom: 30px;
    }

    .holiday-shop-2020 .holiday-brands-slider.gift-mob .kid_brand_slider .hp-miller-title {
        font-size: 20px;
        font-style: normal;
        margin-bottom: 10px;
        letter-spacing: 1.6px;
        margin-top: 20px;
    }

    .holiday-shop-2020 .holiday-brands-slider.gift-mob .kid_brand_slider .read-more {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
        margin: 10px auto 25px;
        text-decoration: underline;
    }

    .holiday-shop-2020 .hp-hero-slider {
        margin-bottom: 25px !important;
        position: relative;
        background-image: url(/Content/images_cust/holiday_shop_2020/Mobile/holiday_hero_sparkle_updated.gif);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        padding-bottom: 20px;
    }

    .holiday-shop-2020 .hp-hero-slider .hero-title {
        width: 80%;
        padding: 30px 0px 10px;
        display: block;
        margin: 0 auto;
    }

    .holiday-shop-2020 .hp-hero-slider .slider-wrapper {
        max-width: none
    }

    .holiday-shop-2020 .hero-slider-container {
        display: flex;
        align-items: flex-start;
        width: 100%;
        visibility: hidden
    }

    .holiday-shop-2020 .hero-slide {
        width: 100%
    }

    .holiday-shop-2020 .hero-slide .slide-image {
        display: block;
        max-height: 500px;
        min-height: 300px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .holiday-shop-2020 .slide-image img {
        display: block;
        width: 75%;
        visibility: hidden;
        margin: 0px auto 0px;
    }

    .holiday-shop-2020 .hero-slide .hero-caption {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 715px;
        padding: 0px 20px 15px;
        position: static;
        top: 370px;
        left: 0px;
        right: 0px;
        margin: auto;
        outline: unset;
        outline-offset: -10px;
        background-color: unset;
        opacity: .1;
        transition: .4s ease-out;
        visibility: hidden;
    }

    .holiday-shop-2020 .hero-slide .hero-caption.active {
        visibility: visible;
        opacity: 1;
        z-index: 3
    }

    .holiday-shop-2020 .hero-slide .hero-caption .hp-miller-title {
        font-family: miller-display, "Times New Roman", serif;
        font-weight: 300;
        font-style: italic;
        text-align: center;
        font-size: 22px;
        color: #4a352d;
        letter-spacing: 1.26px;
        margin: 0 auto 5px;
        line-height: 1.6;
        max-width: calc(100% - 15px);
    }

    .holiday-shop-2020 .hero-slide .hero-caption .hp-miller-title span {
        font-style: normal;
    }

    .holiday-shop-2020 .hero-slide .hero-caption p {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-bottom: 15px;
        line-height: normal;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
    }

    .holiday-shop-2020 .hero-slide .hero-caption .button_common.button_xwide {
        width: calc(100% - 48px) !important;
        border: 1px solid #636363;;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #636363;
        z-index: 100;
    }

    .holiday-shop-2020 .hero-slide .hero-caption .button_common.button_xwide:hover {
        color: white;
        background-color: #c9c7c8;
        border: 1px solid #c9c7c8;
    }

    .holiday-shop-2020 .hp-hero-slider .slider-next,
    .holiday-shop-2020 .hp-hero-slider .slider-prev {
        display: block;
        width: 36px;
        height: 36px;
        margin: auto;
        border: none;
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .7);
        transition: .3s ease-in-out;
        z-index: 3;
        display: none;
    }

    .holiday-shop-2020 .hp-hero-slider .slider-next:after,
    .holiday-shop-2020 .hp-hero-slider .slider-prev:after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        margin: auto;
        padding: 1px;
        border: solid #f6f6f6;
        border-width: 0 2px 2px 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: .3s ease-in-out
    }

    .holiday-shop-2020 .hp-hero-slider .slider-prev:after {
        transform: rotate(135deg)
    }

    .holiday-shop-2020 .hp-hero-slider .slider-next:after {
        transform: rotate(-45deg)
    }

    .holiday-shop-2020 .hp-hero-slider .dot-controls {
        /* top: 470px; */
        /* bottom: -30px; */
        position: static;
    }

    .holiday-shop-2020 .hp-hero-slider .dot {
        width: 7px;
        height: 7px;
        background-color: #D8D8D8;
    }

    .holiday-shop-2020 .hp-hero-slider .dot.active {
        background-color: #9b9a9a;
    }

    .holiday-shop-2020 .hp-hero-slider {
        margin-bottom: 200px;
        position: relative;
    }

    .holiday-shop-2020 .hero-slide .hero-caption img {
        margin-top: 0px;
    }

    .holiday-shop-2020 .hero-slide .slide-image {
        max-height: unset;
        min-height: unset;
        visibility: hidden;
    }

    .holiday-shop-2020 .hero-slide .slide-image img {
        visibility: visible !important;
    }

    .holiday-shop-2020 .hero-slide .hero-caption {
        top: unset;
    }

    .holiday-shop-2020 .hero-slide .hero-caption img {
        margin-top: 0px;
    }
}

@media screen and (min-width: 310px) and (max-width: 374px) {
    .holiday-shop-2020 .mobile-only {
        display: block;
    }

    .holiday-shop-2020 .pc-only {
        display: none;
    }

    .holiday-shop-2020 .border.mobile-only {
        height: 1px;
        background-color: #dedede;
        width: calc(100% - 20px);
        margin: 30px auto;
    }

    .holiday-shop-2020{
        text-align: center;
    }

    .holiday-shop-2020 .gift-categories-mob, .holiday-shop-2020 .gift-card-banner-mob {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 30px;
        width: calc(100% - 30px);
    }

    .holiday-shop-2020 .gift-list-mob {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 30px;
    }

    .holiday-shop-2020 .gift-categories-mob {
        margin-bottom: 10px;
    }

    .holiday-shop-2020 .gift-categories-mob .category-mob{
        display: block;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px 10px;
        justify-content: space-between;
    }

    .holiday-shop-2020 .gift-categories-mob p, .holiday-shop-2020 .gift-card-banner-mob p{
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-bottom: 20px;
        line-height: normal;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
    }

    .holiday-shop-2020 .gift-categories-mob .category-mob a{
        font-size: 14px;
        width: 47%;
        display: block;
        margin-bottom: 20px;
    }

    .holiday-shop-2020 .gift-categories-mob .category-mob a img, .holiday-shop-2020 .gift-card-banner-mob img{
        width: 100%;
        display: block;
    }

    .holiday-shop-2020 .gift-card-banner-mob .button_ghost{
        background-color: #c09c5e;
        color: white;
        border: #c09c5e;
        margin-top: 25px;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        width: calc(100% - 58px) !important;
    }

    .holiday-shop-2020 .gift-list-mob{
        background-image: url(/Content/images_cust/holiday_shop_2020/Mobile/gift_list_banner-mob.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        padding: 80px 0px 40px;
    }

    .holiday-shop-2020 .gift-list-mob img{
        display: block;
        width: 75%;
        margin: 30px auto 10px;
    }

    .holiday-shop-2020 .gift-list-mob .shop-now{
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        text-decoration: underline;
    }

    .holiday-shop-2020 .holiday-gift-slider {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 130px;
        width: calc(100% - 30px);
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel .slides li {
        margin-right: 10px;
    }

    .holiday-shop-2020 .hp-miller-title {
        font-size: 20px !important;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .holiday-shop-2020 .gift-list-mob .gift-circle .hp-miller-title {
        font-size: 18px !important;
        margin-bottom: 5px;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel img {
        width: 80%;
        margin: auto;
        display: block;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel .flex-direction-nav {
        display: none;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel .flex-control-nav {
        bottom: -25%;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel .flex-control-nav li {
        margin: 0px;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel .flex-control-nav li a {
        display: block;
        width: 7px;
        height: 7px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #d8d8d8;
        transition: .3s ease-in-out;
        box-shadow: none;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel .flex-control-paging li a.flex-active {
        background-color: #9b9a9a;
        background: #bebaba;
        cursor: default;
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel .button_common {
        bottom: -80%;
        width: calc(100% - 40px) !important;
        border: 1px solid #4a352d;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        color: #4a352d;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .holiday-shop-2020 .holiday-gift-slider .flexslider.carousel .button_common:hover {
        background-color: unset;
    }

    .holiday-shop-2020 .holiday-brands-slider {
        max-width: 600px!important;
        display: block;
        margin: 0 auto 30px;
        width: calc(100% - 30px);
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.kid_brand_slider {
        margin-bottom: 40px;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel .slides li {
        margin-right: 20px;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel img {
        width: 100%;
        margin-bottom: 10px;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel p {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        line-height: normal;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        max-width: 85%;
        margin: 0 auto;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel .button_common.button_xwide {
        width: calc(100% - 40px) !important;
        border: 1px solid #4a352d;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
        margin: 15px auto 25px;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel .button_common.button_xwide:hover {
        background-color: unset;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel .flex-direction-nav {
        display: none;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel .flex-control-nav {
        bottom: 0%;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel .flex-control-nav li {
        margin: 0px;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel .flex-control-nav li a {
        display: block;
        width: 7px;
        height: 7px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #d8d8d8;
        transition: .3s ease-in-out;
        box-shadow: none;
    }

    .holiday-shop-2020 .holiday-brands-slider .flexslider.carousel .flex-control-paging li a.flex-active {
        background-color: #9b9a9a;
        background: #bebaba;
        cursor: default;
    }

    .holiday-shop-2020 .holiday-brands-slider.gift-mob .flexslider.carousel .slides li {
        background-color: #f8f8f8;
        margin-bottom: 30px;
    }

    .holiday-shop-2020 .holiday-brands-slider.gift-mob .kid_brand_slider .hp-miller-title {
        font-size: 20px;
        font-style: normal;
        margin-bottom: 10px;
        letter-spacing: 1.6px;
        margin-top: 20px;
    }

    .holiday-shop-2020 .holiday-brands-slider.gift-mob .kid_brand_slider .read-more {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
        margin: 10px auto 25px;
        text-decoration: underline;
    }

    .holiday-shop-2020 .hp-hero-slider {
        margin-bottom: 25px !important;
        position: relative;
        background-image: url(/Content/images_cust/holiday_shop_2020/Mobile/holiday_hero_sparkle_updated.gif);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        padding-bottom: 20px;
    }

    .holiday-shop-2020 .hp-hero-slider .hero-title {
        width: 80%;
        padding: 30px 0px 10px;
        display: block;
        margin: 0 auto;
    }

    .holiday-shop-2020 .hp-hero-slider .slider-wrapper {
        max-width: none
    }

    .holiday-shop-2020 .hero-slider-container {
        display: flex;
        align-items: flex-start;
        width: 100%;
        visibility: hidden
    }

    .holiday-shop-2020 .hero-slide {
        width: 100%
    }

    .holiday-shop-2020 .hero-slide .slide-image {
        display: block;
        max-height: 500px;
        min-height: 300px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .holiday-shop-2020 .slide-image img {
        display: block;
        width: 75%;
        visibility: hidden;
        margin: 0px auto 0px;
    }

    .holiday-shop-2020 .hero-slide .hero-caption {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 715px;
        padding: 0px 20px 15px;
        position: static;
        top: 370px;
        left: 0px;
        right: 0px;
        margin: auto;
        outline: unset;
        outline-offset: -10px;
        background-color: unset;
        opacity: .1;
        transition: .4s ease-out;
        visibility: hidden;
    }

    .holiday-shop-2020 .hero-slide .hero-caption.active {
        visibility: visible;
        opacity: 1;
        z-index: 3
    }

    .holiday-shop-2020 .hero-slide .hero-caption .hp-miller-title {
        font-family: miller-display, "Times New Roman", serif;
        font-weight: 300;
        font-style: italic;
        text-align: center;
        font-size: 22px;
        color: #4a352d;
        letter-spacing: 1.26px;
        margin: 0 auto 5px;
        line-height: 1.6;
        max-width: calc(100% - 15px);
    }

    .holiday-shop-2020 .hero-slide .hero-caption .hp-miller-title span {
        font-style: normal;
    }

    .holiday-shop-2020 .hero-slide .hero-caption p {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-bottom: 15px;
        line-height: normal;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
    }

    .holiday-shop-2020 .hero-slide .hero-caption .button_common.button_xwide {
        width: calc(100% - 48px) !important;
        border: 1px solid #636363;;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 0.8px;
        text-align: center;
        color: #636363;
        z-index: 100;
    }

    .holiday-shop-2020 .hero-slide .hero-caption .button_common.button_xwide:hover {
        color: white;
        background-color: #c9c7c8;
        border: 1px solid #c9c7c8;
    }

    .holiday-shop-2020 .hp-hero-slider .slider-next,
    .holiday-shop-2020 .hp-hero-slider .slider-prev {
        display: block;
        width: 36px;
        height: 36px;
        margin: auto;
        border: none;
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .7);
        transition: .3s ease-in-out;
        z-index: 3;
        display: none;
    }

    .holiday-shop-2020 .hp-hero-slider .slider-next:after,
    .holiday-shop-2020 .hp-hero-slider .slider-prev:after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        margin: auto;
        padding: 1px;
        border: solid #f6f6f6;
        border-width: 0 2px 2px 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: .3s ease-in-out
    }

    .holiday-shop-2020 .hp-hero-slider .slider-prev:after {
        transform: rotate(135deg)
    }

    .holiday-shop-2020 .hp-hero-slider .slider-next:after {
        transform: rotate(-45deg)
    }

    .holiday-shop-2020 .hp-hero-slider .dot-controls {
        /* top: 470px; */
        /* bottom: -30px; */
        position: static;
    }

    .holiday-shop-2020 .hp-hero-slider .dot {
        width: 7px;
        height: 7px;
        background-color: #D8D8D8;
    }

    .holiday-shop-2020 .hp-hero-slider .dot.active {
        background-color: #9b9a9a;
    }

    .holiday-shop-2020 .hp-hero-slider {
        margin-bottom: 200px;
        position: relative;
    }

    .holiday-shop-2020 .hero-slide .hero-caption img {
        margin-top: 0px;
    }

    .holiday-shop-2020 .hero-slide .slide-image {
        max-height: unset;
        min-height: unset;
        visibility: hidden;
    }

    .holiday-shop-2020 .hero-slide .slide-image img {
        visibility: visible !important;
    }

    .holiday-shop-2020 .hero-slide .hero-caption {
        top: unset;
    }

    .holiday-shop-2020 .hero-slide .hero-caption img {
        margin-top: 0px;
    }
}

/* SOUTHAMPTON PAGE STYLING ================
============================================ */
.mobile_only {
    display: none;
}

.banner_with_text {
    position: relative;
}

.banner_with_text .text_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#southhampton_page {
    padding-top: 20px;
    color: #383838;
}

#southhampton_page section {
    margin: 0 auto 50px;
    text-align: center;
}

#southhampton_page .masthead {
    max-width: 100%;
}

#southhampton_page img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#southhampton_page h2 {
    font-family: miller-display, serif;
    font-size: 26px;
    letter-spacing: 1px;
    color: #383838;
    font-weight: 300;
}

#southhampton_page .banner_with_text .text_content {
    width: 300px;
    text-align: center;
    top: 4%;
    transform: translateX(-50%);
}

#southhampton_page .banner_with_text h1 {
    font-family: miller-display, serif;
    font-size: 52px;
    font-weight: normal;
    line-height: 1.15;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 6px;
}

#southhampton_page .store_info {
    max-width: 960px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 auto;
}

#southhampton_page .store_info > h2:first-child img {
    width: 350px;
    margin-bottom: 30px;
}

#southhampton_page .store_info h2 + p {
    margin-bottom: 30px;
}

#southhampton_page .kathy_kuo_quote p {
    margin: 30px auto 25px;
    max-width: 600px;
}

#southhampton_page .kathy_kuo_quote p big {
    font-size: 19px;
    display: block;
    margin-top: -5px;
}

#southhampton_page .kathy_kuo_quote img:last-child {
    width: 145px;
}

#southhampton_page .signup {
    max-width: 1140px;
    padding: 0px 0px 40px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    flex-direction: row;
}

#southhampton_page .signup > div {
    width: 100%;
}

#southhampton_page .signup > div:first-child > p {
    max-width: 360px;
    margin: 20px auto 25px;
}

#southhampton_page .signup > div:last-child p {
    margin-bottom: 15px;
}

#southhampton_page .signup > div:last-child p:last-child {
    margin-bottom: 0;
}

#southhampton_page .KK-floating-form .form-group {
    max-width: 340px;
    margin: 0 auto 10px;
}

#southhampton_page .KK-floating-form input {
    margin-bottom: 15px;
}

#southhampton_page .KK-floating-form .button_common {
    font-weight: 600;
    background-color: #898B8E;
    border-color: #898B8E;
    font-size: 14px;
    cursor: pointer;
}

#southhampton_page .KK-floating-form .form-group label {
    color: #898B8E;
}

#southhampton_page .KK-floating-form .form-group input:focus ~ label,
#southhampton_page .KK-floating-form .form-group input:not(:placeholder-shown) ~ label {
    opacity: 1;
}

#southhampton_page #validation_feedback {
    display: none;
    color: red;
    margin: 0;
}

#southhampton_page .map_wrapper {
    max-width: 500px;
    margin: 0 auto 25px;
}

#southhampton_page .map_wrapper iframe {
    width: 100%;
}

@media screen and (max-width: 767px){
    #southhampton_page .store_info,
    #southhampton_page .signup,
    #southhampton_page section:last-child {
        width: calc(100% - 30px);
    }

    #southhampton_page h2 {
        line-height: 1.15;
    }

    #southhampton_page .kathy_kuo_quote p {
        max-width: 306px;
    }

    #southhampton_page .signup > p {
        max-width: 270px;
    }
}

@media screen and (max-width: 500px){
    .mobile_only {
        display: block;
    }

    #southhampton_page section {
        margin-bottom: 30px;
    }

    #southhampton_page .banner_with_text .text_content {
        width: calc(100% - 30px);
        top: 3%;
    }

    #southhampton_page .banner_with_text h1 {
        font-size: 36px;
        margin-bottom: 5px;
    }

    #southhampton_page .store_info > h2:first-child img {
        width: 300px;
    }

    #southhampton_page .signup {
        padding: 0px 0px 0px;
        border-bottom: unset;
    }

    #southhampton_page .signup .form-group {
        max-width: 300px;
    }

    #southhampton_page .signup h2 {
        margin: 0 auto 15px;
    }

    #southhampton_page .map_wrapper {
        max-width: 300px;
    }
}

@media screen and (min-width: 767px){
    #southhampton_page {
        font-size: 13px;
    }
}

/* PARTNERSHIP PAGE =========================
========================================== */

.partnership_page {
    padding-top: 45px;
}

.partnership_page .hp-miller-title {
    width: 100%;
    margin-bottom: 35px;
    color: #4A352D;
}

.partnership_page .hp-miller-title > .hp-title-copy {
    margin-top: 10px;
    color: #4A352D;
}

.partnership_page .hp-miller-title > .hp-title-copy a {
    font-weight: 600;
    text-decoration: underline;
    color: #4A352D;
}

.partnership_page > div h3 {
    margin-bottom: 6px;
    color: #4A352D;
    line-height: 1;
    font-size: 26px;
}

.partnership_page > div p {
    margin: 0;
    line-height: 1.5;
    color: #4A352D;
}

.partnership_page > div p + div {
    margin: 15px auto 19px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    line-height: 1;
}

.partnership_page > div p + div a {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
    color: #4A352D;
}

.partnership_page > div p + div a + a {
    padding-left: 15px;
    border-left: 1px solid #4A352D;
    margin-left: 15px;
}

.partnership_page > div .button_common.button_xwide {
    width: 350px;
}

@media screen and (max-width: 768px){
    .partnership_page {
        padding: 20px 15px 0;
    }

    .partnership_page .hp-miller-title {
        max-width: 340px;
        font-family: miller-display, serif;
        margin-bottom: 20px;
        line-height: 1.25;
    }

    .partnership_page .hp-miller-title > .hp-title-copy {
        margin-top: 8px;
        letter-spacing: normal;
        font-style: normal;
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        font-weight: normal;
    }

    .partnership_page.styles-container > div {
        padding-bottom: 0;
        margin-bottom: 40px;
        border-bottom: none;
    }

    .partnership_page > div h3 {
        font-family: miller-display, sans-serif;
        font-weight: 300;
        line-height: 1.25;
        margin-bottom: 5px;
        font-size: 20px;
    }

    .partnership_page > div .button_common.button_xwide {
        width: 330px;
    }

    .partnership_page > div p {
        font-size: 14px;
    }
}

.shop-by-collection-container .primary_heading {
    text-align: center;
    margin: 15px 0 30px;
}

/* --------------------------------------- */

#southhampton_page .content_banner:nth-child(1) .text_box h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 21px;
    margin-bottom: 4px;
}

.content_banner:nth-child(4) .text_box strong {
    font-size: 15px;
}

.content_banner:nth-child(4) .text_box img {
    width: 132px;
}

.content_banner .button_common.button_xwide {
    width: 290px;
    background-color: #898B8E;
    border-color: #898B8E;
}

@media screen and (max-width: 999px){
    #southhampton_page .content_banner h2.hp-miller-title {
        font-size: 24px;
        text-transform: none;
        letter-spacing: 1px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .content_banner {
        background-color: #f8f8f8;
        max-width: 600px;
        margin: 0 auto 30px;
        width: calc(100% - 30px);
    }

    .content_banner .text_box {
        padding: 25px 15px;
    }

    .content_banner:nth-child(2) .text_box {
        padding-bottom: 40px;
    }

    .content_banner .text_box p {
        margin: 0 auto 15px;
    }

    .content_banner:nth-child(1) .text_box h1 {
        max-width: 232px;
        margin: 0 auto 15px;
    }

    .content_banner:nth-child(1) .text_box h2 + p {
        margin: 0 auto 10px;
    }

    .content_banner:nth-child(1) .text_box h2 + p:last-child {
        margin-bottom: 0;
    }

    .content_banner:nth-child(1) .text_box h1 + p,
    .content_banner:nth-child(2) .text_box p {
        max-width: 310px;
    }

    .content_banner:nth-child(3) .text_box p,
    .content_banner:nth-child(4) .text_box p  {
        max-width: 316px;
    }

    #southhampton_page .signup {
        display: block;
        padding: 0px 0px 0px;
        border-bottom: unset;
    }

    #southhampton_page .signup > div {
        width: 100%;
    }

    #southhampton_page .signup > div:first-child {
        border-right: none;
        padding-bottom: 20px;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 25px;
    }

    #southhampton_page .signup > div:first-child > p {
        margin-top: 0;
        letter-spacing: -.3px;
    }
}


@media screen and (min-width: 1000px){
    .content_banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #f8f8f8;
        max-width: 1140px;
    }

    .content_banner.reversed {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }

    #southhampton_page .content_banner h2.hp-miller-title {
        text-transform: none;
        letter-spacing: 1px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .content_banner .img_box {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 66%;
                flex: 1 0 66%;
        max-width: 760px;
    }

    .content_banner .text_box {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 34%;
                flex: 1 0 34%;
    }

    .content_banner .text_box p {
        margin-bottom: 25px;
    }

    .content_banner:nth-child(1) .text_box {
        padding: 0 46px;
    }

    .content_banner:nth-child(1) .text_box h2 + p {
        margin-bottom: 15px;
    }

    .content_banner:nth-child(1) .text_box h2 + p:last-child {
        margin-bottom: 0;
    }

    .content_banner:nth-child(1) .text_box h1 {
        margin-bottom: 15px;
    }

    .content_banner:nth-child(2) .text_box {
        padding: 0 50px;
    }

    .content_banner:nth-child(3) .text_box,
    .content_banner:nth-child(4) .text_box {
        padding: 0 32px;
    }
}

.careers_page {
    text-align: center;
    padding-bottom: 40px;
}

.careers_page .core_values p {
    max-width: 500px;
    margin: 5px auto 30px;
}

.careers_page p a {
    text-decoration: underline;
}

.careers_page img {
    display: block;
    width: 100%;
}

.careers_page .masthead > div {
    background-color: #f7f7f7;
    padding: 25px 15px 30px;
    margin-bottom: 40px;
}

.careers_page .masthead p {
    max-width: 700px;
    margin: 0px auto 20px;
}

.careers_page .primary_heading.larger_heading {
    font-size: 40px;
    margin: 0 0 30px;
}

.careers_page .masthead .primary_heading.larger_heading {
    margin: 0 0 10px;
}

.careers_page .job_listing .primary_heading.larger_heading {
    margin: 0 0 25px;
}

.careers_page  .core_values {
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 40px;
}

@media screen and (max-width: 800px){
    .careers_page {
        padding: 20px 15px 40px;
    }

    .careers_page .masthead > div {
        padding: 20px 10px 25px;
        margin-bottom: 30px;
    }

    .careers_page .masthead p {
        margin-bottom: 20px;
    }

    .careers_page .primary_heading.larger_heading {
        font-size: 36px;
        margin: 0 0 20px;
    }

    .careers_page .masthead .primary_heading.larger_heading {
        margin: 0 0 6px;
    }

    .careers_page .core_values {
        padding-bottom: 0px;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 30px;
    }
}

#freshteam-widget {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.42;
	color: #383838;
}

#freshteam-widget .page-title {
	display: none;
}

#freshteam-widget #job-desc-tmpl {
	background-color: #f7f7f7;
}

#freshteam-widget #job-desc-tmpl .job-details-content {
	padding-bottom: 40px;
}

#freshteam-widget .job-details-header {
	background-color: transparent;
	color: #383838;
}

#freshteam-widget .row {
	margin: 0;
}

#freshteam-widget #job-desc-tmpl .row .col-xs-8,
#freshteam-widget #job-desc-tmpl .row .col-xs-4,
#freshteam-widget .job-list .col-xs-8,
#freshteam-widget .job-list .col-xs-4 {
	width: 100%;
}

#freshteam-widget #job-desc-tmpl .job-details-header h1 {
	font-family: miller-display, serif;
	color: #383838;
	font-weight: 300;
	font-size: 26px;
}

#freshteam-widget #job-desc-tmpl .job-details-header .text-color {
	color: #383838;
}

#freshteam-widget .job-details-header .btn-primary,
#freshteam-widget .application-form .btn-primary.btn-lg, #freshteam-widget .application-form .btn-group-lg>.btn-primary.btn {
	background-color: #625b67;
    border: 1px solid #625b67;
    color: #fff !important;
    height: 50px;
    line-height: 48px;
    font-weight: 600;
    padding: 0;
    display: block;
    margin: 30px auto 0;
    width: 280px;
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
}

#freshteam-widget .job-details-header .btn-primary:hover {
	background-color: #625b67;
    border: 1px solid #625b67;
    color: #fff !important;
}

.careers_page #freshteam-widget p {
	max-width: 100%;
	text-align: left;
}

#freshteam-widget .job-details-content {
	margin-top: 0;
}

#freshteam-widget .job-details .link-back .icon-arrow-left {
	vertical-align: text-bottom;
	fill: #383838;
	height: 15px;
	width: 20px;
	margin-right: 0;
}

#freshteam-widget .job-details .link-back {
	color: #383838;
	text-align: left;
	font-size: 14px;
	font-weight: 600;
}

.careers_page #freshteam-widget #job-desc-tmpl ul {
 	text-align: left;
    width: 90%;
    margin: 0 0 10px auto;
}

#freshteam-widget h1, #freshteam-widget h2,
#freshteam-widget h3, #freshteam-widget h4,
#freshteam-widget h5, #freshteam-widget h6,
#freshteam-widget .h1, #freshteam-widget .h2,
#freshteam-widget .h3, #freshteam-widget .h4,
#freshteam-widget .h5, #freshteam-widget .h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	color: #383838;
}

#freshteam-widget .icon-arrow-left, #freshteam-widget .icon-arrow-right {
	fill: #383838;
}

#freshteam-widget .brand-color {
	color: #383838;
	font-family: miller-display, serif;
	font-weight: 300;
}

#freshteam-widget .application-form {
	margin: 50px auto 30px;
}

#freshteam-widget .form-group {
	text-align: left;
}

#freshteam-widget .form-group label {
	margin-left: 0;
	margin-bottom: 10px;
	background-color: transparent;
}

#freshteam-widget .resume-upload .btn-success {
	background-color: transparent;
	color: #383838;
	border-color: #383838;
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 40px;
}

#freshteam-widget .resume-upload:hover .btn-success {
	background-color: #383838;
}

#freshteam-widget .job-details-header .text-color {
	font-size: 13px;
}

#freshteam-widget .job-role-list .role-title {
    display: none;
}

#freshteam-widget .job-list>li {
    border: none;
    box-shadow: none;
    padding: 0 0 0px;
    margin-bottom: 20px;
}

#freshteam-widget .job-list>li:hover {
    background-color: transparent;
}

#freshteam-widget .job-list .job-desc {
    display: none;
}

#freshteam-widget .job-list .job-location {
    text-align: center;
    padding: 0;
    font-size: 13px;
}

#freshteam-widget .job-list .job-title {
    font-family: miller-display, serif;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 26px;
}

#freshteam-widget .job-list .job-location .location-info {
    color: transparent;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

#freshteam-widget .job-list .job-location .location-info:before {
    color: #383838;
    content: "Learn More";
    text-decoration: underline;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

#freshteam-widget .job-list .job-location .location-info br {
    display: none;
}

#freshteam-widget .job-list .job-location .location-icon {
    display: none;
}

#freshteam-widget .job-role-list .open-list>li {
    padding: 0;
}

#freshteam-widget .job-role-list>ul {
    border-top: none;
}

#freshteam-widget .form-group .link-label {
    font-size: 15px;
    line-height: 1.42;
}

#freshteam-widget .form-control {
    border-radius: 0;
}

#freshteam-widget .form-control:focus {
    outline: none !important;
    border-color: #aaaaaa;
}

#freshteam-widget .job-role-list .open-list .hidden-content {
    display: block;
}

@media screen and (max-width: 800px){
    #freshteam-widget .content {
        width: 100%;
    }

    #freshteam-widget .job-list .job-title,
    #freshteam-widget #job-desc-tmpl .job-details-header h1 {
        font-size: 24px;
        line-height: 1.3;
    }

    #freshteam-widget #job-desc-tmpl .row .col-xs-8,
    #freshteam-widget #job-desc-tmpl .row .col-xs-4,
    #freshteam-widget .job-list .col-xs-8,
    #freshteam-widget .job-list .col-xs-4 {
        padding: 0;
    }

    #freshteam-widget .job-list .job-location {
        border-top: none;
        margin-top: 0px;
    }

    #freshteam-widget .job-details-header .btn.btn-primary {
        line-height: 48px;
        margin: 20px auto 5px;
    }

    #freshteam-widget .job-details .link-back {
        margin-bottom: 20px;
    }

    #freshteam-widget .job-details-header {
        padding: 15px 0;
    }

    #freshteam-widget .job-details .link-back .icon-arrow-left {
        position: relative;
        top: -2px;
    }

    .careers_page #freshteam-widget #job-desc-tmpl ul {
        list-style-type: disc;
        width: 92%;
    }
}

#freshteam-widget .job-role-list>ul>li {
	border-bottom: none;
	padding-top: 0;
}

#freshteam-widget .job-role-list>ul>li .hidden-content {
	display: block;
}

.careers_page #freshteam-widget #job-desc-tmpl ul {
	list-style-position: outside;
}


/* Affiliates LP 2021 */
.affiliates-2021 {
    max-width: 1140px;
    margin: 10px auto;
    text-align: center;
}

.affiliates-2021 .pc-only {
    display: block;
}

.affiliates-2021 .mobile-only {
    display: none;
}

.affiliates-2021 h1 {
    margin-bottom: 25px;
}

.affiliates-2021 h2 {
    margin-bottom: 15px;
}

.affiliates-2021 .desc-para {
    margin-bottom: 40px;
}

.affiliates-2021 .flexslider.hero-slider .flex-control-nav.flex-control-paging {
    display: none !important;
}

.affiliates-2021 .flex-direction-nav {
    display: none;
}

.affiliates-2021 .button_common.button_xwide {
    width: 335px;
    margin-bottom: 20px;
    background-color: #655A69;
}

.affiliates-2021 .button_common.button_xwide:hover {
    background-color: #655A69;
}

.affiliates-2021 .benefits-section {
    background-color: #f8f8f8;
    max-width: 500px;
    margin: 0 auto 35px;
    padding: 0px 20px 0px 20px;
}

.affiliates-2021 .benefits-section h4 {
    font-size: 14px;
    font-weight: 600;
    padding: 25px 65px;
    position: relative;
}

.affiliates-2021 .benefits-section .standard-accordion-widget {
    background-color: #f8f8f8;
}

.affiliates-2021 .benefits-section .standard-accordion-widget > div h4:before {
    content: "";
    position: absolute;
    transition: transform 0.35s ease-out;
    top: 35%;
    right: 5%;
    width: 22px;
    height: 22px;
    background: url(/Content/images_cust/Icon_DownArrow.svg) no-repeat center / contain;
}

.affiliates-2021 .benefits-section .standard-accordion-widget > div.toggled h4:before {
    transform: rotate(180deg);
}

.affiliates-2021 .benefits-section .standard-accordion-widget .expand {
    display: none;
}

.affiliates-2021 .benefits-section .standard-accordion-widget ul {
    text-align: left;
    border-top: 1px solid #dedede;
    padding-left: 15px;
}

.affiliates-2021 .benefits-section .standard-accordion-widget ul li {
    list-style-position: outside;
    padding-bottom: 20px;
}

.affiliates-2021 .benefits-section .standard-accordion-widget ul li:first-child {
    padding-top: 20px;
}

.affiliates-2021 .contact-para {
    text-align: left;
    padding-bottom: 20px;
}

.affiliates-2021 .contact-para a {
    text-decoration: underline;
}

.affiliates-2021 .login-para a {
    text-decoration: underline;
}

@media screen and (min-width: 350px) and (max-width: 750px) {
    .affiliates-2021 {
        margin: 15px auto 30px
    }

    .affiliates-2021 .pc-only {
        display: none;
    }

    .affiliates-2021 .mobile-only {
        display: block;
    }

    .affiliates-2021 h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .affiliates-2021 h2 {
        font-size: 20px;
    }

    .affiliates-2021 .affiliates-hero-slider .flexslider.hero-slider {
        margin-bottom: 30px;
    }

    .affiliates-2021 .desc-para {
        max-width: 290px;
        margin: 0 auto 25px;
    }

    .affiliates-2021 .benefits-section {
        margin-bottom: 20px;
        background-color: unset;
    }

    .affiliates-2021 .benefits-section h4 {
        padding: 20px 60px;
    }

    .affiliates-2021 .benefits-section .standard-accordion-widget ul {
        padding-left: 35px;
        padding-right: 25px;
        list-style: unset;
    }

    .affiliates-2021 .contact-para {
        padding: 0px 20px 20px;
    }
}


/* Holiday Shop 2021 */

/* Common Styles */
.holiday-shop-2021 .pc-only{
    display: block;
}

.holiday-shop-2021 .mobile-only{
    display: none;
}

.holiday-shop-2021 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

.holiday-shop-2021 .secondary_heading {
    letter-spacing: 0.5px;
    color: #666469;
    margin-bottom: 10px;
}

.holiday-shop-2021 p {
    letter-spacing: 0px;
    color: #666469;
}

.holiday-shop-2021 a.link-txt {
    font-weight: 600;
    color: #666469;
    text-decoration: underline;
    margin: 10px auto 25px;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    letter-spacing: normal;
    text-transform: uppercase;
}

.holiday-shop-2021 .button_common {
    color: #666469 !important;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.holiday-shop-2021 .button_common:hover {
    color: #666469;
    background-color: #fdfdfd;
}

.holiday-shop-2021 .section-container {
    max-width: 1270px;
    margin: 0 auto;
}


/* Flexslider Styles */
.holiday-shop-2021 .flexslider.carousel {
    margin-bottom: 70px;
}

.holiday-shop-2021 .flexslider.carousel .slides li {
    margin-right: 10px;
}

.holiday-shop-2021 .flexslider.carousel .slides li {
    margin-right: 10px;
}

.holiday-shop-2021 .flexslider.carousel img {
    width: 80%;
    margin: 0px auto 15px;
    display: block;
    float: unset;
}

.holiday-shop-2021 .flexslider.carousel .flex-control-nav {
    display: block !important;
    bottom: -20%;
}

.holiday-shop-2021 .flexslider.carousel .flex-control-nav li {
    margin: 0px;
}

.holiday-shop-2021 .flexslider.carousel .flex-control-nav li a {
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #d8d8d8;
    transition: .3s ease-in-out;
    box-shadow: none;
}

.holiday-shop-2021 .flexslider.carousel .flex-control-paging li a.flex-active {
    background-color: #999798 !important;
    background: #dbdbdb;
    cursor: pointer;
}

.holiday-shop-2021 .flexslider .flex-direction-nav {
    position: absolute;
    width: 100%;
    top: 45%;
}

.holiday-shop-2021 .flexslider .flex-direction-nav .flex-prev {
    left: -30px;
    opacity: 1 !important;
    transform: rotate(-45deg);
    border-top: 1.5px solid #4a4444;
    border-left: 1.5px solid #4a4444;
}

.holiday-shop-2021 .flexslider .flex-direction-nav .flex-next {
    right: -30px;
    opacity: 1 !important;
    transform: rotate(45deg);
    border-top: 1.5px solid #4a4444;
    border-right: 1.5px solid #4a4444;
}

.holiday-shop-2021 .flexslider .flex-direction-nav a {
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
}


/* Hero Styles */
.holiday-shop-2021 .hero-banner {
    position: relative;
    margin-bottom: 40px;
}

.holiday-shop-2021 .hero-banner img {
    width: 100%;
}

.holiday-shop-2021 .hero-banner .overlay_content_box {
    position: absolute;
    margin: 0 auto;
    width: 60%;
    bottom: 5%;
}

.holiday-shop-2021 .hero-banner .overlay_content_box {
    left: 38%;
    transform: translateX(-50%);
}

.holiday-shop-2021 .hero-banner .overlay_content_box .layout-row {
    flex-wrap: unset;
    width: 140%;
}

.holiday-shop-2021 .hero-banner .overlay_content_box .button_common {
    width: 290px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin: 0px 25px;
}

.holiday-shop-2021 .hero-banner .hero-banner-links .link-box {
    position: absolute;
    width: 30%;
    bottom: 15%;
    height: 60%;
}

.holiday-shop-2021 #hero-link-1 {
    left: 5%;
}

.holiday-shop-2021 #hero-link-2 {
    left:36%;
}

.holiday-shop-2021 #hero-link-3 {
    right: 3%;
}


/* Gift Guide Styles */
.holiday-shop-2021 .gift-guide {
    margin-bottom: 40px;
    border-bottom: 1px solid #dfdfdf;
}


/* No Place Like Home Styles */
.holiday-shop-2021 .place-like-home {
    margin-bottom: 40px;
    border-bottom: 1px solid #dfdfdf;
}

.holiday-shop-2021 .place-like-home h3 {
    margin-bottom: 10px;
}

.holiday-shop-2021 .place-like-home .layout-row {
    margin: 35px auto 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.holiday-shop-2021 .place-like-home .layout-row .layout-col {
    width: 49%;
    position: relative;
}

.holiday-shop-2021 .place-like-home .layout-row .layout-col .layout-txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6%;
}

.holiday-shop-2021 .place-like-home .layout-row .layout-col img {
    width: 100%;
    margin-bottom: 25px;
}


/* Set The Perfect Table Styles */
.holiday-shop-2021 .perfect-table {
    margin-bottom: 40px;
    border-bottom: 1px solid #dfdfdf;
}

.holiday-shop-2021 .flexslider.carousel.perfect-table-slider {
    margin-bottom: 65px;
}

.holiday-shop-2021 .flexslider.carousel.perfect-table-slider .flex-control-nav {
    bottom: -12%;
}


/* Our Favorite Tablescapes */
.holiday-shop-2021 .tablescape {
    margin-bottom: 40px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 40px;
}

.holiday-shop-2021 .tablescape .table-decor h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.holiday-shop-2021 .tablescape .table-decor a.link-txt {
    margin-bottom: 0px;
}

.holiday-shop-2021 .tablescape .table-decor img {
    width: 100%;
    margin: 40px auto 20px;
}


/* Something Remarkable For Everyone On Your List */
.holiday-shop-2021 .everyone-list {
    margin-bottom: 40px;
    border-bottom: 1px solid #dfdfdf;
}

.holiday-shop-2021 .everyone-list h2 span {
    font-style: italic;
    line-height: 1.5;
}

.holiday-shop-2021 .flexslider.carousel.everyone-list-slider {
    margin-bottom: 60px;
}

.holiday-shop-2021 .flexslider.carousel.everyone-list-slider .flex-control-nav {
    bottom: -11%;
}


/* Thoughtful Gifts For The Home */
.holiday-shop-2021 .thoughtful-gifts {
    margin-bottom: 50px;
    border-bottom: 1px solid #dfdfdf;
}

.holiday-shop-2021 .thoughtful-gifts h3 {
    margin-bottom: 10px;
}

.holiday-shop-2021 .thoughtful-gifts .layout-row {
    margin: 45px auto 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.holiday-shop-2021 .thoughtful-gifts .layout-row .layout-col {
    width: 23%;
    position: relative;
}

.holiday-shop-2021 .thoughtful-gifts .layout-row .layout-col .layout-txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
    width: 100%;
}

.holiday-shop-2021 .thoughtful-gifts .layout-row .layout-col img {
    width: 100%;
    margin-bottom: 25px;
}


/* Virtual Cheer */
.holiday-shop-2021 .virtual-cheer {
    margin-bottom: 40px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    padding-bottom: 40px;
}

.holiday-shop-2021 .virtual-cheer img {
    width: 100%;
}

.holiday-shop-2021 .virtual-cheer .ecard-txt {
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
}

.holiday-shop-2021 .virtual-cheer .ecard-txt p {
    margin-bottom: 25px;
    margin-top: 15px;
}


/* The Brands On Everyone Wish List */
.holiday-shop-2021 .holiday-brands {
    margin-bottom: 40px;
    border-bottom: 1px solid #dfdfdf;
}

.holiday-shop-2021 .flexslider.carousel.holiday-brands-slider img {
    width: 100%;
    margin-bottom: 10px;
}

.holiday-shop-2021 .holiday-brands a.link-txt {
    margin-top: 0px;
}

.holiday-shop-2021 .flexslider.carousel.holiday-brands-slider {
    margin-top: 40px;
    margin-bottom: 40px;
}

.holiday-shop-2021 .flexslider.carousel.holiday-brands-slider .flex-control-nav {
    bottom: -3%;
}


/* Holiday Inspiration from The Kuotes */
.holiday-shop-2021 .holiday-kuotes {
    margin-bottom: 50px;
    border-bottom: 1px solid #dfdfdf;
}

.holiday-shop-2021 .holiday-kuotes .flexslider.carousel.holiday-brands-slider img {
    margin-bottom: 30px;
}

.holiday-shop-2021 .holiday-kuotes .kuote-sec {
    background-color: #f9f7f8;
    padding-bottom: 35px;
}

.holiday-shop-2021 .holiday-kuotes .kuote-sec h3 {
    line-height: 1.3;
}

.holiday-shop-2021 .holiday-kuotes .flexslider.carousel.holiday-brands-slider .flex-direction-nav {
    display: none;
}

/* Real Life Inspirations */
.holiday-shop-2021 .holiday-inspirations {
    margin-bottom: 50px;
}

.holiday-shop-2021 .holiday-inspirations p {
    margin-bottom: 35px;
}

.holiday-shop-2021 .holiday-inspirations.dhudson-carousel {
    max-width: 1360px;
    width: 100%;
}


@media screen and (min-width: 375px) and (max-width: 999px) {
    .holiday-shop-2021 .pc-only{
        display: none;
    }

    .holiday-shop-2021 .mobile-only{
        display: block;
    }

    .holiday-shop-2021 .section-container {
        margin-left: 20px;
        margin-right: 20px;
    }

    .holiday-shop-2021 .secondary_heading {
        margin-bottom: 5px;
    }

    .holiday-shop-2021 .flexslider.carousel .flex-control-nav li a {
        width: 5px;
        height: 5px;
    }

    .holiday-shop-2021 .flexslider.carousel .flex-direction-nav {
        display: none;
    }

    .holiday-shop-2021 .flexslider .flex-direction-nav a {
        width: 50px;
        height: 50px;
        display: inline-block;
        overflow: hidden;
        position: absolute;
        font-size: 0px;
    }

    .holiday-shop-2021 .flexslider .flex-direction-nav .flex-next {
        border-top: unset;
        border-right: unset;
        transform: rotate(45deg);
    }

    .holiday-shop-2021 .flexslider .flex-direction-nav .flex-prev {
        border-top: unset;
        border-left: unset;
        transform: rotate(-45deg);
    }

    .holiday-shop-2021 .flexslider .flex-direction-nav a:before {
        width: 15px;
        height: 15px;
        color: transparent;
        font-size: 0px;
    }

    .holiday-shop-2021 .flexslider .flex-direction-nav .flex-next:before {
        border-top: 1.5px solid #4a4444;
        border-right: 1.5px solid #4a4444;
        position: relative;
    }

    .holiday-shop-2021 .flexslider .flex-direction-nav .flex-prev:before {
        border-top: 1.5px solid #4a4444;
        border-left: 1.5px solid #4a4444;
        position: relative;
        left: -16px;
        bottom: 0px;
    }

    .holiday-shop-2021 .gift-guide {
        margin-bottom: 25px;
    }

    .holiday-shop-2021 .gift-guide p {
        margin-bottom: 15px;
    }

    .holiday-shop-2021 .flexslider.carousel.gift-guide-slider {
        margin-bottom: 120px;
    }

    .holiday-shop-2021 .flexslider.carousel.gift-guide-slider .flex-control-nav {
        bottom: -20%;
    }

    .holiday-shop-2021 .flexslider.carousel.gift-guide-slider .button_common {
        bottom: -70%;
        width: calc(100% - 40px) !important;
        border: 1px solid #666469;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        color: #666469 ;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .holiday-shop-2021 .flexslider.carousel.gift-guide-slider .button_common:hover {
        background-color: unset;
    }

    .holiday-shop-2021 .place-like-home {
        margin-bottom: 25px;
    }

    .holiday-shop-2021 .place-like-home .layout-row {
        margin-top: 25px;
    }

    .holiday-shop-2021 .place-like-home .layout-row .layout-col {
        width: 100%;
    }

    .holiday-shop-2021 .place-like-home .layout-row .layout-col img {
        margin-bottom: 10px;
    }

    .holiday-shop-2021 .place-like-home .layout-row .layout-col .layout-txt {
        position: unset;
        left: unset;
        transform: unset;
        top: unset;
        margin-bottom: 30px;
    }

    .holiday-shop-2021 .place-like-home h3 {
        margin-bottom: 5px;
    }

    .holiday-shop-2021 .perfect-table {
        margin-bottom: 25px;
    }

    .holiday-shop-2021 .flexslider.carousel.perfect-table-slider .flex-control-nav {
        bottom: -14%;
    }

    .holiday-shop-2021 .flexslider.carousel.perfect-table-slider .flex-direction-nav {
        display: block;
    }

    .holiday-shop-2021 .flexslider.carousel.perfect-table-slider .flex-direction-nav .flex-prev {
        left: 0px;
        z-index: 100;
    }

    .holiday-shop-2021 .flexslider.carousel.perfect-table-slider .flex-direction-nav .flex-next {
        right: 0px;
        z-index: 100;
    }

    .holiday-shop-2021 .tablescape {
        margin-bottom: 0px;
        border: unset;
        padding-bottom: 30px;
    }

    .holiday-shop-2021 .tablescape.section-container {
        margin-left: 0px;
        margin-right: 0px;
    }

    .holiday-shop-2021 .tablescape .table-decor img {
        margin: 25px auto 10px;
    }

    .holiday-shop-2021 .tablescape .table-decor h3 {
        margin-bottom: 5px;
        font-size: 21px;
    }

    .holiday-shop-2021 .everyone-list {
        margin-bottom: 25px;
        padding-top: 0px;
    }

    .holiday-shop-2021 .everyone-list h2 {
        margin-bottom: 10px;
    }

    .holiday-shop-2021 .flexslider.carousel.everyone-list-slider .flex-control-nav {
        bottom: -13%;
    }

    .holiday-shop-2021 .flexslider.carousel.everyone-list-slider .flex-direction-nav {
        display: block;
    }

    .holiday-shop-2021 .flexslider.carousel.everyone-list-slider .flex-direction-nav .flex-prev {
        left: 0px;
        z-index: 100;
    }

    .holiday-shop-2021 .flexslider.carousel.everyone-list-slider .flex-direction-nav .flex-next {
        right: 0px;
        z-index: 100;
    }

    .holiday-shop-2021 .thoughtful-gifts {
        margin-bottom: 25px;
    }

    .holiday-shop-2021 .thoughtful-gifts h3 {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 21px;
    }

    .holiday-shop-2021 .thoughtful-gifts .layout-row {
        margin-top: 25px;
    }

    .holiday-shop-2021 .thoughtful-gifts h2 {
        line-height: 1.3;
    }

    .holiday-shop-2021 .thoughtful-gifts .layout-row .layout-col {
        width: 48%;
    }

    .holiday-shop-2021 .thoughtful-gifts .layout-row .layout-col img {
        margin-bottom: 15px;
    }

    .holiday-shop-2021 .thoughtful-gifts .layout-row .layout-col .layout-txt {
        bottom: 12%;
    }

    .holiday-shop-2021 .virtual-cheer {
        margin-bottom: 25px;
        padding-bottom: 30px;
    }

    .holiday-shop-2021 .virtual-cheer .ecard-txt {
        right: unset;
        top: unset;
        transform: unset;
        bottom: 11%;
        width: 85%;
        left: 50%;
        transform: translateX(-50%);
    }

    .holiday-shop-2021 .virtual-cheer .ecard-txt h3 {
        margin-bottom: 5px;
    }

    .holiday-shop-2021 .virtual-cheer .ecard-txt .button_common {
        width: 250px;
    }

    .holiday-shop-2021 .virtual-cheer .ecard-txt p {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .holiday-shop-2021 .holiday-brands {
        margin-bottom: 25px;
    }

    .holiday-shop-2021 .holiday-brands h2 {
        line-height: 1.3;
    }

    .holiday-shop-2021 .flexslider.carousel.holiday-brands-slider {
        width: 100% !important;
        margin-bottom: 50px;
        margin-top: 15px;
    }

    .holiday-shop-2021 .flexslider.carousel.holiday-brands-slider .button_common {
        width: calc(100% - 40px) !important;
        border: 1px solid #666469;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
    }

    .holiday-shop-2021 .flexslider.carousel.holiday-brands-slider .button_common:hover {
        background-color: unset;
    }

    .holiday-shop-2021 .flexslider.carousel.holiday-brands-slider .flex-control-nav {
        bottom: -9%;
    }

    .holiday-shop-2021 .holiday-kuotes {
        margin-bottom: 25px;
    }

    .holiday-shop-2021 .holiday-kuotes h2 {
        line-height: 1.3;
    }

    .holiday-shop-2021 .holiday-kuotes .kuote-sec {
        padding-bottom: 30px;
    }

    .holiday-shop-2021 .holiday-kuotes .flexslider.carousel.holiday-brands-slider img {
        margin-bottom: 20px;
    }

    .holiday-shop-2021 .holiday-kuotes .flexslider.carousel.holiday-brands-slider .flex-control-nav {
        bottom: -8%;
    }

    .holiday-shop-2021 .hp-hero-slider {
        margin-bottom: 25px !important;
        position: relative;
        background-image: url(/Content/images_cust/holiday-shop-2021/mobile/holiday_hero_bg_img-mob.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        padding-bottom: 25px;
    }

    .holiday-shop-2021 .hp-hero-slider .hero-title {
        width: 80%;
        padding: 30px 0px 10px;
        display: block;
        margin: 0 auto;
    }

    .holiday-shop-2021 .hp-hero-slider .slider-wrapper {
        max-width: none
    }

    .holiday-shop-2021 .hero-banner .hero-slider-container .button_common {
        width: 250px;
        height: 50px;
        line-height: 50px;
    }

    .holiday-shop-2021 .hp-hero-slider .dot {
        display: block;
        width: 5px;
        height: 5px;
        margin: 0 5px;
        border-radius: 50%;
        background-color: #d8d8d8;
        transition: .3s ease-in-out;
        box-shadow: none;
    }

    .holiday-shop-2021 .hp-hero-slider .dot.active {
        background-color: #999798;
    }

    .holiday-shop-2021 .hp-hero-slider .slider-next,
    .holiday-shop-2021 .hp-hero-slider .slider-prev {
        display: block;
        width: 36px;
        height: 36px;
        margin: auto;
        border: none;
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .7);
        transition: .3s ease-in-out;
        z-index: 3;
        display: none;
    }

    .holiday-shop-2021 .hp-hero-slider .slider-next:after,
    .holiday-shop-2021 .hp-hero-slider .slider-prev:after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        margin: auto;
        padding: 1px;
        border: solid #f6f6f6;
        border-width: 0 2px 2px 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: .3s ease-in-out
    }

    .holiday-shop-2021 .hp-hero-slider .slider-prev:after {
        transform: rotate(135deg)
    }

    .holiday-shop-2021 .hp-hero-slider .slider-next:after {
        transform: rotate(-45deg)
    }

    .holiday-shop-2021 .hp-hero-slider .dot-controls {
        position: static;
    }

    .holiday-shop-2021 .hp-hero-slider {
        margin-bottom: 200px;
        position: relative;
    }

    .holiday-shop-2021 .hero-slider-container {
        display: flex;
        align-items: flex-start;
        width: 100%;
        visibility: hidden
    }

    .holiday-shop-2021 .hero-slide {
        width: 100%
    }

    .holiday-shop-2021 .hero-slide .slide-image {
        display: block;
        max-height: 500px;
        min-height: 300px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .holiday-shop-2021 .slide-image img {
        display: block;
        width: 100%;
        visibility: hidden;
        margin: 0px auto 0px;
    }

    .holiday-shop-2021 .hero-slide .hero-caption {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 715px;
        padding: 0px 20px 15px;
        position: static;
        top: 370px;
        left: 0px;
        right: 0px;
        margin: auto;
        outline: unset;
        outline-offset: -10px;
        background-color: unset;
        opacity: .1;
        transition: .4s ease-out;
        visibility: hidden;
    }

    .holiday-shop-2021 .hero-slide .hero-caption.active {
        visibility: visible;
        opacity: 1;
        z-index: 3
    }

    .holiday-shop-2021 .hero-slide .hero-caption .hp-miller-title {
        font-family: miller-display, "Times New Roman", serif;
        font-weight: 300;
        font-style: italic;
        text-align: center;
        font-size: 22px;
        color: #4a352d;
        letter-spacing: 1.26px;
        margin: 0 auto 5px;
        line-height: 1.6;
        max-width: calc(100% - 15px);
    }

    .holiday-shop-2021 .hero-slide .hero-caption .hp-miller-title span {
        font-style: normal;
    }

    .holiday-shop-2021 .hero-slide .hero-caption p {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-bottom: 15px;
        line-height: normal;
        letter-spacing: 0.8px;
        text-align: center;
        color: #4a352d;
    }

    .holiday-shop-2021 .hero-slide .hero-caption img {
        margin-top: 0px;
    }

    .holiday-shop-2021 .hero-slide .slide-image {
        max-height: unset;
        min-height: unset;
        visibility: hidden;
    }

    .holiday-shop-2021 .hero-slide .slide-image img {
        visibility: visible !important;
    }

    .holiday-shop-2021 .hero-slide .hero-caption {
        top: unset;
    }

    .holiday-shop-2021 .hero-slide .hero-caption img {
        margin-top: 0px;
    }

    .holiday-shop-2021 .holiday-inspirations p {
        margin-bottom: 25px;
    }
}


/* BABY & KIDS LP Refresh 2022 */
.kids-2022 .pc-only {
    display: block;
}

.kids-2022 .mobile-only {
    display: none;
}

.kids-2022 .sec-border {
    max-width: 1230px;
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#dedede 50%,#dedede 51%,#dedede 100%) !important;
    margin-bottom: 20px;
}

.kids-2022 .special-border {
    margin-top: 30px;
    margin-bottom: 30px;
}

.kids-2022 .spl-border {
    margin-top: 20px;
    margin-bottom: 20px;
}

.kids-2022 .kids-hero-slider .flexslider.hero-slider {
    margin-bottom: 30px;
}

/* .kids-2022 .kids-hero-slider .flexslider.hero-slider .slides .caption-box {
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.kids-2022 .kids-hero-slider .flexslider.hero-slider .slides .caption-box {
    top: 61%;
    left: 14.4%;
    transform: translate(-50%, -50%);
}

.kids-2022 .kids-hero-slider .flexslider.hero-slider .caption-box .button_xwide {
    background-color: #655A69;
    border: 1px solid #655A69;
    width: 275px;
    letter-spacing: 1px;
}

.kids-2022 .flexslider.hero-slider .flex-control-nav.flex-control-paging {
    bottom: 1%;
}

.kids-2022 .flexslider.hero-slider .flex-control-nav li {
    margin: 0 5px;
}

.kids-2022 .flexslider.hero-slider .flex-control-nav li a {
    background-color: #ffffff;
    opacity: 50%;
}

.kids-2022 .flexslider.hero-slider .flex-control-nav li a.flex-active {
    background-color: #ffffff;
    opacity: 100%;
}

.kids-2022 .other_products.kids-slider {
    margin-top: 0px;
    margin-bottom: 0px;
}

.kids-2022 .kids-miller-title {
    font-family: miller-display, "Times New Roman", serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 26px;
    color: #4A352D;
    letter-spacing: 1px;
    max-width: 100%;
    margin: 0 auto 20px;
}

.kids-2022 .title-tag-line {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #4A352D;
    line-height: 18px;
    letter-spacing: normal;
}

.kids-2022 .other_products.kids-slider .flexslider.carousel .slides li img {
    margin-bottom: 15px;
}

.kids-2022 .other_products.kids-slider .flexslider.carousel {
    margin-bottom: 0px;
}

.kids-2022 .kids-influencer-slider {
    max-width: 1300px;
    width: 100%;
    display: block;
    margin: 30px auto 0px;
    padding: 0px 35px;
}

.kids-2022 .kids-influencer-slider .layout-row .column.large {
    width: 67%;
}

.kids-2022 .kids-influencer-slider .layout-row .column.small {
    width: 33%;
    background-color: #f8f8f8;
    padding: 160px 60px 0px;
}

.kids-2022 .kids-influencer-slider .layout-row .column.small h3 {
    font-family: miller-display, "Times New Roman", serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 26px;
    color: #4A352D;
    letter-spacing: 1px;
}

.kids-2022 .kids-influencer-slider .layout-row .column.small p {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    display: block;
    line-height: 18px;
    letter-spacing: normal;
    text-align: center;
    color: #4a352d;
    margin: 10px auto 15px;
}

.kids-2022 .kids-influencer-slider .layout-row .column.small .button_xwide {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    width: 281px;
    height: 50px;
    line-height: 48px;
    letter-spacing: 1px;
    background-color: #655A69;
    border: 1px solid #655A69;
}

.kids-2022 .kids-influencer-slider .flexslider {
    margin-bottom: 0px;
}

.kids-2022 .kids-influencer-slider .flexslider .flex-direction-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}

.kids-2022 .kids-influencer-slider .flexslider .flex-direction-nav .flex-prev {
    left: -35px;
    opacity: 1 !important;
    transform: rotate(-45deg);
    border-top: 1.5px solid #4a4444;
    border-left: 1.5px solid #4a4444;
}

.kids-2022 .kids-influencer-slider .flexslider .flex-direction-nav .flex-next {
    right: -35px;
    opacity: 1 !important;
    transform: rotate(45deg);
    border-top: 1.5px solid #4a4444;
    border-right: 1.5px solid #4a4444;
}

.kids-2022 .kids-influencer-slider .flexslider .flex-direction-nav .flex-disabled {
    opacity: 1;
    z-index: 1;
}

.kids-2022 .kids-influencer-slider .flexslider .flex-direction-nav a {
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
}

.kids-2022 .kids-influencer-slider .flexslider .flex-direction-nav a:before {
    font-size: 0px;
    display: block;
    width: 15px;
    height: 15px;
    content: ' ';
    text-shadow: none;
}

.kids-2022 .kids-influencer-slider .flexslider .flex-direction-nav .flex-next:before {
    transform: rotateX(30deg);
}

.kids-2022 .kids-influencer-slider .flexslider .flex-control-nav {
    display: block !important;
    width: 100%;
    position: absolute;
    bottom: -37px;
    text-align: center;
}

.kids-2022 .kids-influencer-slider .flexslider .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.kids-2022 .kids-influencer-slider .flexslider .flex-control-nav li a {
    width: 7px;
    height: 7px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(139, 139, 139, 0.4);
    margin: 0;
}

.kids-2022 .kids-influencer-slider .flexslider .flex-control-nav li a.flex-active {
    background-color: rgba(79, 78, 78, 0.6);
}

.kids-2022 .room-dream-slider {
    margin-bottom: 0px;
}

.kids-2022 .room-dream-slider h2 {
    margin-bottom: 5px;
}

.kids-2022 .room-dream-slider p {
    text-align: center;
}

.kids-2022 .room-dream-slider .flexslider p {
    font-family: miller-display, "Times New Roman", serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 19px;
    line-height: 23px;
    color: #4A352D;
    letter-spacing: 2px;
}

.kids-2022 .room-dream-slider .flexslider p a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #4A352D;
    line-height: 18px;
    letter-spacing: 1px;
    text-decoration: underline;
    margin: 5px auto;
}

.kids-2022 .room-dream-slider .slides li,
.kids-2022 .room-dream-slider .flexslider {
    margin-bottom: 0px;
}

.kids-2022 .room-dream-slider .flexslider {
    margin-top: 30px;
}

.kids-2022 .other_products .flexslider .flex-direction-nav .flex-next {
    right: -10px;
}

.kids-2022 .other_products .flexslider .flex-direction-nav .flex-prev {
    left: -10px;
}

.kids-2022 .bestseller-slider .flexslider .slides > li {
    margin-right: 60px;
}

.kids-2022 .bestseller-slider {
    text-align: center;
}

.kids-2022 .bestseller-slider h2 {
    margin-bottom: 5px;
}

.kids-2022 .bestseller-slider p {
    text-align: center;
}

.kids-2022 .bestseller-slider p a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #4A352D;
    line-height: 18px;
    letter-spacing: 1px;
    text-decoration: underline;
}

.kids-2022 .bestseller-slider .flexslider {
    margin-top: 15px;
    margin-bottom: 50px;
}

.kids-2022 .bestseller-slider .flexslider span {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #4A352D;
    line-height: 18px;
    letter-spacing: normal;
    display: inline-block;
}

.kids-2022 .bestseller-slider .flexslider img {
    margin-bottom: 20px;
}

.kids-2022 .bestseller-slider .flexslider .flex-control-nav {
    display: block !important;
    width: 100%;
    position: absolute;
    bottom: -37px;
    text-align: center;
}

.kids-2022 .bestseller-slider .flexslider .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.kids-2022 .bestseller-slider .flexslider .flex-control-nav li a {
    width: 7px;
    height: 7px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(139, 139, 139, 0.4);
    margin: 0;
}

.kids-2022 .bestseller-slider .flexslider .flex-control-nav li a.flex-active {
    background-color: rgba(79, 78, 78, 0.6);
}

.kids-2022 .kids-brands .flexslider {
    margin-top: 30px;
}

.kids-2022 .kids-brands .style-box img {
    margin-bottom: 10px;
}

.kids-2022 .kids-brands .style-box .logo-img {
    width: 100%;
    margin-bottom: 5px;
}

.kids-2022 .kids-brands .style-box p {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #4A352D;
    line-height: 18px;
    letter-spacing: normal;
}

.kids-2022 .kids-brands .style-box p a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #4A352D;
    line-height: 18px;
    letter-spacing: 1px;
    text-decoration: underline;
    margin: 8px auto;
}

.kids-2022 .kids-brands .flexslider .flex-direction-nav {
    position: absolute;
    width: 100%;
    top: 38%;
}

.kids-2022 .kids-brands .flexslider .flex-direction-nav a {
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
}

.kids-2022 .kids-brands .flexslider .flex-direction-nav .flex-next {
    right: 69px;
    opacity: 1 !important;
    transform: rotate(45deg);
    border-top: 1.5px solid #4a4444;
    border-right: 1.5px solid #4a4444;
}

.kids-2022 .kids-brands .flexslider .flex-direction-nav .flex-prev {
    left: -32px;
    opacity: 1 !important;
    transform: rotate(-45deg);
    border-top: 1.5px solid #4a4444;
    border-left: 1.5px solid #4a4444;
}

.kids-2022 .kids-brands .flexslider .flex-direction-nav a:before {
    font-size: 0px;
    display: block;
    width: 15px;
    height: 15px;
    content: ' ';
    text-shadow: none;
}

.kids-2022 .kids-brands .flexslider.hp_slider .flex-direction-nav .flex-prev:before {
    margin: auto;
    padding: unset;
    border: unset;
    border-width: unset;
    position: absolute;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    transition: unset;
    transform: unset;
}

.kids-2022 .kids-brands .flexslider .flex-control-nav {
    display: block !important;
    width: 100%;
    position: absolute;
    bottom: -20px;
    text-align: center;
}

.kids-2022 .kids-brands .flexslider .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.kids-2022 .kids-brands .flexslider .flex-control-nav li a {
    width: 7px;
    height: 7px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(139, 139, 139, 0.4);
    margin: 0;
}

.kids-2022 .kids-brands .flexslider .flex-control-nav li a.flex-active {
    background-color: rgba(79, 78, 78, 0.6);
}

.kids-2022 .dhudson-carousel .dh-widget-container .slick-prev:before,
.kids-2022 .dhudson-carousel .dh-widget-container .slick-next:before {
    border-width: 0 1px 1px 0;
}

.kids-2022 .dhudson-carousel h2 {
    margin-bottom: 5px;
}

.kids-2022 .dhudson-carousel p {
    text-align: center;
}

.kids-2022 .dhudson-carousel p span {
    font-weight: 600;
}

.kids-2022 .dhudson-carousel p a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #4A352D;
    line-height: 18px;
    letter-spacing: 1px;
    text-decoration: underline;
    margin-top: 5px;
    display: block;
}

.kids-2022 .dhudson-carousel .dh-widget-container .slick-slider {
    margin-top: 20px;
}

.kids-2022 .stories-slider .flexslider img {
    margin-bottom: 0px;
}

.kids-2022 .stories-slider .flexslider .style-box p {
    padding: 20px 50px;
    background-color: #f7f7f7;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.2px;
}

.kids-2022 .consult-banner {
    max-width: 1230px;
    margin: 30px auto;
    display: block;
}

.kids-2022 .consult-banner h2 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 5px;
}

.kids-2022 .consult-banner p {
    font-weight: 400;
}

.kids-2022 .consult-banner h5 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: #4A352D;
    line-height: 15px;
    letter-spacing: normal;
    margin: 10px auto;
}

.kids-2022 .consult-banner h4 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #4A352D;
    line-height: 27px;
    letter-spacing: 0.5px;
}

.kids-2022 .consult-banner .banner-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kids-2022 .kids-design-service {
    max-width: 1220px;
    margin: 30px auto;
    display: block;
}

.kids-2022 .kids-design-service .kids-db-consultation {
    background-color: #f8f8f8;
}

.kids-2022 .kids-design-service .kids-db-consultation .layout-row .column.large {
    width: 67%;
}

.kids-2022 .kids-design-service .kids-db-consultation .layout-row .column.small {
    width: 33%;
}

/* .kids-2022 .kids-design-service .kids-db-consultation .kids-db {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
} */

.kids-2022 .kids-design-service .kids-db-consultation .kids-db .small {
    padding-top: 125px;
}

.kids-2022 .kids-ready-ship.gifts-shop {
    margin-top: 40px;
}

.kids-2022 .kids-design-service.gifts-shop .kids-db-consultation .kids-rts .small {
    padding-top: 120px;
}

.kids-2022 .kids-ready-ship {
    margin-top: 70px;
}

.kids-2022 .kids-design-service .kids-db-consultation .kids-rts .small {
    padding-top: 150px;
}

.kids-2022 .kids-design-service .kids-db-consultation .kids-db .small h3 {
    font-family: miller-display, "Times New Roman", serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    color: #4A352D;
    letter-spacing: 1px;
}

.kids-2022 .kids-design-service .kids-db-consultation .layout-row .kkd-logo {
    width: 225px;
    margin: 20px auto;
}

.kids-2022 .kids-design-service .kids-db-consultation .layout-row .kk-logo {
    width: 110px;
    margin: 0 auto;
}

/* .kids-2022 .kids-design-service .kids-db-consultation .kids-db .small p {
    font-family: miller-display, "Times New Roman", serif;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #4A352D;
    letter-spacing: normal;
    margin-bottom: 30px;
    margin-top: -10px;
} */

.kids-2022 .kids-design-service .kids-db-consultation .kids-db .small p {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    display: block;
    line-height: 18px;
    letter-spacing: normal;
    text-align: center;
    color: #4a352d;
    margin: 10px auto 15px;
}

.kids-2022 .kids-design-service .kids-db-consultation .kids-db .small p > span {
    font-style: italic;
    font-weight: 600;
}

.kids-2022 .kids-design-service .kids-db-consultation .kids-db .small .button_xwide {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    width: 290px;
    height: 50px;
    line-height: 48px;
    letter-spacing: 1px;
    background-color: #655A69;
    border: 1px solid #655A69;
    margin: 15px auto;
}

.kids-2022 .kids-design-service .kids-db-consultation .kids-consult {
    padding-left: 30px;
    padding-bottom: 30px;
    align-items: center;
}

.kids-2022 .kids-design-service .kids-db-consultation .kids-consult .small h3 {
    font-family: miller-display, "Times New Roman", serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    color: #4A352D;
    letter-spacing: 1px;
}

.kids-2022 .kids-design-service .kids-db-consultation .kids-consult .small .button_xwide {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    width: 290px;
    height: 50px;
    line-height: 48px;
    letter-spacing: 1px;
    background-color: #655A69;
    border: 1px solid #655A69;
    margin: 30px auto;
}

.kids-2022 .kids-design-service .kids-db-consultation .kids-consult .small p {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #4A352D;
    line-height: 18px;
    letter-spacing: normal;
}

.kids-2022 .real-inspirations {
    margin-bottom: 75px;
}

@media screen and (min-width: 350px) and (max-width: 750px) {
    .kids-2022 .pc-only {
        display: none;
    }

    .kids-2022 .mobile-only {
        display: block;
    }

    .kids-2022 .sec-border {
        width: 90%;
    }

    .kids-2022 .hp-hero-slider {
        margin-bottom: 215px !important;
    }

    .kids-2022 .hero-slide .hero-caption {
        padding: 15px 10px 30px;
        outline: unset;
        background-color: #f8f8f8;
    }

    .kids-2022 .hero-slide .hero-caption .hp-miller-title {
        font-family: miller-display, "Times New Roman", serif;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        font-size: 26px;
        color: #4a352d;
        letter-spacing: 1px;
        line-height: 1.25;
        margin: 0px auto;
        display: inline-block;
        max-width: unset;
    }

    .kids-2022 .hero-slide .hero-caption p {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: normal;
        display: block;
        margin-bottom: 15px;
        line-height: normal;
        letter-spacing: 0px;
        text-align: center;
        color: #4a352d;
    }

    .kids-2020 .hero-slide .hero-caption .button_common.button_xwide {
        border: 0.7px solid #4a352d;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 1px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
    }

    .kids-2022 .hp-hero-slider .dot-controls {
        top: 94%;
        bottom: unset;
    }

    .kids-2022 .hp-hero-slider .dot {
        background-color: #ffffff;
        opacity: 50%;
    }

    .kids-2022 .hp-hero-slider .dot.active {
        background-color: #ffffff;
        opacity: 100%;
    }

    .kids-2022 .kids-miller-title {
        font-size: 24px;
    }

    .kids-2022 .other_products.kids-slider .flexslider.carousel .slides li {
        margin-right: 0px;
    }

    .kids-2022 .other_products.kids-slider .flexslider.carousel .slides li img {
        width: 80%;
        margin: 0px auto 15px;
    }

    .kids-2022 .other_products.kids-slider .flexslider.carousel .slides li span {
        font-size: 13px;
    }

    .kids-2022 .other_products.kids-slider .flexslider .flex-control-nav {
        bottom: -32px;
    }

    .kids-2022 .other_products.kids-slider .flexslider .flex-control-nav li {
        margin: 0 5px;
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
    }

    .kids-2022 .other_products.kids-slider .flexslider .flex-control-nav li a {
        width: 7px;
        height: 7px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: rgba(139, 139, 139, 0.4);
        margin: 0;
    }

    .kids-2022 .other_products.kids-slider .flexslider .flex-control-nav li a.flex-active {
        background-color: rgba(79, 78, 78, 0.6);
    }

    .kids-2022 .other_products.kids-slider {
        margin-bottom: 50px;
    }

    .kids-2022 .other_products.kids-slider.nursery-bestsellers {
        margin-bottom: 30px;
    }

    .kids-2022 .kids-influencer-slider {
        padding: 0px 0px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .kids-2022 .kids-influencer-slider .flexslider {
        border: unset;
    }

    .kids-2022 .kids-influencer-slider .flexslider .flex-direction-nav {
        display: none;
    }

    .kids-2022 .kids-influencer-slider .layout-row {
        flex-direction: column;
        margin-right: 0px;
        padding: 0px 15px;
    }

    .kids-2022 .kids-influencer-slider .layout-row .column.large,
    .kids-2022 .kids-influencer-slider .layout-row .column.small {
        width: 100%;
    }

    .kids-2022 .kids-influencer-slider .layout-row .column.small {
        padding: 28px 0px 29px;
    }

    .kids-2022 .kids-influencer-slider .layout-row .column.small h3 {
        font-size: 24px;
    }

    .kids-2022 .kids-influencer-slider .layout-row .column.small p {
        margin: 5px auto 10px;
    }

    .kids-2022 .kids-influencer-slider .layout-row .column.small a {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #4A352D;
        line-height: 18px;
        letter-spacing: 1px;
        text-decoration: underline;
    }

    .kids-2022 .room-dream-slider .flexslider p {
        font-size: 18px;
    }

    .kids-2020 .room-dream-slider .style-box img {
        margin-bottom: 15px;
    }

    .kids-2022 .room-dream-slider .flexslider {
        margin-top: 25px;
        border: unset;
    }

    .kids-2022 .room-dream-slider .slides li {
        margin-bottom: 25px;
        margin-right: 0px;
        padding: 0px 15px;
        width: 300px !important;
    }

    .kids-2022 .kids-brands .flexslider .flex-direction-nav {
        display: none;
    }

    .kids-2022 .bestseller-slider .flexslider img {
        width: 80%;
        margin: 0 auto 20px;
    }

    .kids-2022 .bestseller-slider .flexslider .slides > li {
        margin-right: 30px;
    }

    .kids-2022 .bestseller-slider .flexslider {
        margin-bottom: 50px;
    }

    .kids-2022 .bestseller-slider .button_xwide {
        border: 0.7px solid #4a352d;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 1px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
        width: 310px;
    }

    .kids-2022 .kids-brands .flexslider {
        margin-top: 25px;
        border: unset;
    }

    .kids-2020 .kids-brands-slider .slides li {
        margin-right: 0px;
        padding: 0px 15px;
        width: 300px !important;
    }

    .kids-2022 .kids-brands .kids-miller-title {
        line-height: 1.4;
        margin-bottom: 5px;
    }

    .kids-2022 .kids-brands .style-box p {
        max-width: 80%;
    }

    .kids-2022 .kids-brands .style-box p a {
        display: block;
    }

    .kids-2022 .kids-design-service .kids-db-consultation {
        background-color: #ffffff;
    }

    .kids-2022 .kids-design-service.gifts-shop .kids-db-consultation .kids-gifts {
        padding: 0px 15px;
        flex-direction: column;
    }

    .kids-2022 .kids-design-service .kids-db-consultation .kids-db {
        padding: 0px 15px;
        flex-direction: column-reverse;
    }

    .kids-2022 .kids-design-service .kids-db-consultation .layout-row .column.large,
    .kids-2022 .kids-design-service .kids-db-consultation .layout-row .column.small {
        width: 100%;
    }

    .kids-2022 .kids-design-service .kids-db-consultation .kids-consult {
        padding: 0px 20px 10px;
        flex-direction: column;
    }

    .kids-2022 .kids-design-service .kids-db-consultation .kids-db .small {
        background-color: #f8f8f8;
        padding-top: 0px;
    }

    .kids-2022 .kids-ready-ship {
        margin-top: 30px;
    }

    .kids-2022 .kids-design-service.gifts-shop .kids-db-consultation .kids-rts .small {
        padding-top: 15px;
    }

    .kids-2022 .kids-design-service .kids-db-consultation .kids-rts .small {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .kids-2022 .kids-design-service .kids-db-consultation .kids-db .small h3 {
        font-size: 24px;
        margin-top: 0px;
        line-height: 1.4;
    }

    .kids-2022 .kids-design-service .kids-db-consultation .layout-row .kkd-logo {
        margin: 25px auto 15px;
    }

    .kids-2022 .kids-design-service .kids-db-consultation .kids-db .small p {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .kids-2022 .kids-design-service .kids-db-consultation .kids-consult .small h3 {
        font-size: 24px;
        margin-top: 20px;
        line-height: 1.4;
    }

    .kids-2022 .kids-design-service .kids-db-consultation .kids-db .small .button_xwide.mobile-only {
        border: 0.7px solid #4a352d;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 1px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
        width: 310px;
        background-color: unset;
        margin: 15px auto;
    }

    .kids-2022 .kids-design-service .kids-db-consultation .kids-consult .small .button_xwide.mobile-only {
        border: 0.7px solid #4a352d;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        display: block;
        letter-spacing: 1px;
        text-align: center;
        color: #4a352d;
        z-index: 100;
        width: 310px;
        background-color: unset;
        margin: 15px auto;
    }

    .kids-2022 .stories-slider .flexslider img {
        margin-bottom: 0px;
    }

    .kids-2022 .stories-slider .flexslider .style-box p {
        padding: 20px 0px;
        max-width: 100%;
    }

    .kids-2022 .consult-banner .banner-text {
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
        background-color: #f7f7f7;
        padding: 20px 0px;
    }

    .kids-2022 .consult-banner h2 {
        font-size: 24px;
    }
}

/* RETURN REQUEST FORM ========================================= */
#product_return_form {
    padding: 40px 0;
    width: calc(100% - 30px);
    margin: auto;
}

#product_return_form .button_primary_revised {
    cursor: pointer;
}

#product_return_form h1 {
    text-align: center;
    margin-bottom: 20px;
}

#product_return_form .KK-floating-form .sec_heading {
    margin-top: 15px;
}

#product_return_form .layout-row > div {
    width: 48%;
    text-align: left;
}

#product_return_form .KK-floating-form .form-group textarea {
    width: 100%;
    padding: 20px 15px 15px;
    height: 150px;
}

#product_return_form .KK-floating-form .form-group textarea:focus ~ label,
#product_return_form .KK-floating-form .form-group textarea:not(:placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-11px) translateX(0);
}

#product_return_form .KK-floating-form .form-group {
    margin-bottom: 15px;
}

#product_return_form .KK-floating-form p {
    margin-bottom: 15px;
}

#product_return_form .KK-floating-form p strong {
    text-transform: uppercase;
    display: inline-block;
}

#product_return_form .KK-floating-form .radio_option {
    display: flex;
    flex-wrap: wrap;
}

#product_return_form .KK-floating-form .radio_option span {
    width: calc(100% - 120px);
}

#product_return_form .KK-floating-form .radio_option input[type='radio'] {
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
}

#product_return_form .KK-floating-form .radio_option label {
    width: 60px;
    text-align: right;
}

#product_return_form .KK-floating-form .radio_option span:last-child {
    width: 100%;
    font-style: italic;
    margin-top: 8px;
}

#product_return_form .KK-floating-form .radio_option span:last-child strong {
    font-style: normal;
    text-transform: none;
    font-weight: 600;
}

#product_return_form .KK-floating-form #resolution_sec .form-group textarea {
    padding-top: 38px;
}

#product_return_form .KK-floating-form ul {
    margin-bottom: 30px;
}

#product_return_form .KK-floating-form .verification_failed {
    border-color: red;
}

#product_return_form #validation_feedback {
    color: red;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 900px){
    #product_return_form .layout-row {
        display: block;
    }

    #product_return_form .layout-row > div {
        width: 100%;
    }
}

@media screen and (max-width: 600px){
    #product_return_form {
        padding: 30px 0;
    }

    #product_return_form .KK-floating-form #delivery_sec .form-group textarea {
        padding-top: 38px;
    }

    #product_return_form .KK-floating-form #resolution_sec .form-group textarea {
        padding-top: 54px;
    }

    #product_return_form .KK-floating-form .form-group textarea#additional_information {
        padding-top: 54px;
    }

    #product_return_form .KK-floating-form .sec_heading {
        margin-top: 25px;
    }
}

/* /RETURN REQUEST FORM ======================================== */

/* Tabletop Slider CSS 2022 */

.tabletop_collection_2020 .tabletop_bestselling {
    text-align: center;
}

.tabletop_collection_2020 .tabletop_bestselling p {
    text-align: center;
}

.tabletop_collection_2020 .tabletop_bestselling p a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #4A352D;
    line-height: 18px;
    letter-spacing: 1px;
    text-decoration: underline;
}

.tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel {
    margin-top: 15px;
    margin-bottom: 25px;
}

.tabletop_collection_2020 .tabletop_bestselling .flexslider span {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #4A352D;
    line-height: 18px;
    letter-spacing: normal;
    display: inline-block;
}

.tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel img {
    margin-bottom: 20px;
    width: 90%;
}

.tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .slides li {
    margin-right: 60px;
}

.tabletop_collection_2020 .tabletop_bestselling .flexslider .flex-control-nav {
    display: block !important;
    width: 100%;
    position: absolute;
    bottom: -37px;
    text-align: center;
}

.tabletop_collection_2020 .tabletop_bestselling .flexslider .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.tabletop_collection_2020 .tabletop_bestselling .flexslider .flex-control-nav li a {
    width: 7px;
    height: 7px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(139, 139, 139, 0.4);
    margin: 0;
}

.tabletop_collection_2020 .tabletop_bestselling .flexslider .flex-control-nav li a.flex-active {
    background-color: rgba(79, 78, 78, 0.6);
}

@media screen and (min-width: 375px) and (max-width: 999px) {
    .tabletop_collection_2020 .tabletop_bestselling {
        width: 100%;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .slides li {
        margin-right: 30px;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel img {
        width: 80%;
        margin: 0 auto 20px;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel span {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: #4A352D;
        line-height: 18px;
        letter-spacing: normal;
        display: inline-block;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .flex-control-nav {
        bottom: -18%;
    }

    .tabletop_collection_2020 .tabletop_bestselling .flexslider.carousel .button_common {
        bottom: -47%;
    }
}


/* KKH CAROUSELS ================================= */
.flexslider.productslider,
.flexslider.cardslider {
    border: 0;
    margin: 0 auto;
}

.flexslider.productslider .flex-control-nav,
.flexslider.cardslider .flex-control-nav {
    display: block !important;
    width: 100%;
    position: static;
    text-align: center;
    margin-top: 20px;
}

.flexslider.productslider .flex-control-nav li,
.flexslider.cardslider .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.flexslider.productslider .flex-control-nav li a,
.flexslider.cardslider .flex-control-nav li a {
    width: 7px;
    height: 7px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(139, 139, 139, 0.4);
    margin: 0;
}

.flexslider.productslider .flex-control-nav li a.flex-active,
.flexslider.cardslider .flex-control-nav li a.flex-active {
    background-color: rgba(79, 78, 78, 0.6);
}

.flexslider.productslider .flex-direction-nav,
.flexslider.cardslider .flex-direction-nav {
    display: none;
}

.flexslider.productslider .slides li {
    margin-right: 30px;
}

.flexslider.productslider .slides li img {
    display: block;
    margin: 0 auto 20px;
    max-width: 80%;
    float: none;
}

.flexslider.cardslider .slides li {
    padding: 0 15px;
}

.flexslider.cardslider .slides li > a:first-child {
    display: block;
    overflow: hidden;
}

.flexslider.cardslider .slides li img {
    display: block;
    transition: 0.4s ease-in all;
}

.flexslider.cardslider .slides li > div {
    background: #f4f4f4;
    padding: 30px 5px;
}

@media screen and (min-width: 601px){
    .flexslider.productslider .slides li {
        margin-right: 60px;
    }

    .flexslider.cardslider .slides li {
        padding: 0;
        margin-right: 20px;
    }
}

@media screen and (min-width: 990px){
    .flexslider.productslider,
    .flexslider.cardslider {
        padding: 0 50px;
    }

    .flexslider.productslider .flex-direction-nav,
    .flexslider.cardslider .flex-direction-nav {
        display: block;
        position: absolute;
        width: 100%;
        top: 45%;
    }

    .flexslider.cardslider .flex-direction-nav {
        top: 38%;
    }

    .flexslider.cardslider .slides li img:hover {
        transform: scale(1.05, 1.05);
    }

    .flexslider.productslider .flex-direction-nav a,
    .flexslider.cardslider .flex-direction-nav a {
        width: 15px;
        height: 15px;
        display: inline-block;
        overflow: hidden;
        position: absolute;
    }

    .flexslider.productslider .flex-direction-nav .flex-next,
    .flexslider.cardslider .flex-direction-nav .flex-next {
        right: 69px;
        opacity: 1 !important;
        transform: rotate(45deg);
        border-top: 1.5px solid #4a4444;
        border-right: 1.5px solid #4a4444;
    }

    .flexslider.productslider .flex-direction-nav .flex-prev,
    .flexslider.cardslider .flex-direction-nav .flex-prev {
        left: -32px;
        opacity: 1 !important;
        transform: rotate(-45deg);
        border-top: 1.5px solid #4a4444;
        border-left: 1.5px solid #4a4444;
    }

    .flexslider.productslider .flex-direction-nav a:before
    .flexslider.cardslider .flex-direction-nav a:before {
        font-size: 0px;
        display: block;
        width: 15px;
        height: 15px;
        content: ' ';
        text-shadow: none;
    }

    .flexslider.productslider .slides li img {
        max-width: 243px;
    }
}

/* BOX OVER IMAGE ==================================== */

.box_overlay_banner {
    position: relative;
}

.box_overlay_banner .banner_image img {
    max-width: 100%;
    display: block;
}

.box_overlay_banner .banner_text_overlay {
    background: #f8f8f8;
    padding: 20px 15px 25px;
}

.box_overlay_banner .banner_text_overlay img {
    max-width: 100%;
    display: block;
}

@media screen and (min-width:1000px){
    .box_overlay_banner .banner_text_overlay {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.90);
        width: 370px;
        padding: 40px 30px;
        z-index: 10;
    }

    .box_overlay_banner .banner_text_overlay.align_left {
        left: 80px;
    }

    .box_overlay_banner .banner_text_overlay.align_right {
        right: 80px;
    }
}

/* RUGS LANDING PAGE COMMON ============================ */
.rugs_page .for-pc {
    display: none;
}

.rugs_page .button_common.button_medium.for-pc {
    display: none;
}

.rugs_page .for-mobile {
    display: block;
}

.rugs_page .button_common.button_medium.for-mobile {
    display: inline-block;
    width: 155px;
}

.rugs_page section {
    max-width: 1230px;
    margin: 0 auto 30px;
    color: #4A352D;
    text-align: center;
}

.rugs_page a {
    color: #4A352D;
}

.rugs_page .button_ghost {
    border: 0.7px solid #4a352d;
    border-color: #4A352D;
    color: #4A352D;
    font-size: 13px;
    letter-spacing: 1px;
}

.rugs_page .button_ghost:hover {
    background-color: #4A352D;
    color: #ffffff;
}

@media screen and (max-width: 1000px) {
    .rugs_page .button_ghost.button_xwide {
        width: 310px;
    }

    .rugs_page .button_ghost:hover {
        background-color: unset;
        color: #4A352D;
    }

    .flexslider.buttonslider .slides .button_ghost:hover {
        background-color: unset;
        border-color: unset;
    }
}

.rugs_page section.hero {
    max-width: 1600px;
}

.rugs_page section.discover,
.rugs_page section.featured,
.rugs_page section.bestsellers,
.rugs_page section.favorite  {
    max-width: 1330px;
}

.rugs_page section.category:after,
.rugs_page section.bestsellers:after,
.rugs_page section.discover:after,
.rugs_page section.size .buttonslider:after,
.rugs_page section.featured:after {
    content: " ";
    display: block;
    height: 1px;
    max-width: 1230px;
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#dedede 50%,#dedede 51%,#dedede 100%) !important;
    margin: 30px auto 0;
    width: calc(100% - 30px);
}

.rugs_page section.category:after {
    width: 100%;
}

.rugs_page h2 {
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
    color: #4A352D;
}

.rugs_page section > h2 {
    margin-bottom: 30px;
}

.rugs_page .link_common {
    font-weight: 600;
    text-decoration: underline;
    color: #4A352D;
}

.rugs_page section > h2 + .link_common {
    display: block;
    width: fit-content;
    margin: -25px auto 30px;
}

@media screen and (max-width: 1000px){
    .rugs_page section.category,
    .rugs_page section.resources,
    .rugs_page section.kkd,
    .rugs_page section.trade  {
        max-width: calc(100% - 30px);
    }

    .rugs_page section.favorite > h2 + .link_common,
    .rugs_page section.bestsellers > h2 + .link_common {
        display: none;
    }

    .rugs_page section.favorite .button_ghost.for-mobile,
    .rugs_page section.bestsellers .button_ghost.for-mobile {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1000px){
    .rugs_page .for-pc {
        display: block;
    }

    .rugs_page .button_common.button_medium.for-pc {
        display: inline-block;
    }

    .rugs_page .button_common.button_medium.for-pc:hover {
        background: #655A69;
        border-color: #655A69;
    }

    .rugs_page .for-mobile {
        display: none;
    }

    .rugs_page .button_common.button_medium.for-mobile {
        display: none;
    }
}

/* RUGS HERO SECTION ============================ */

.rugs_page .hero {
    position: relative
}

.rugs_page .hero a img {
    display: block;
    width: 100%;
}

.rugs_page .hero .button_primary_revised.for-pc {
    position: absolute;
}

@media screen and (min-width: 1000px){
    .rugs_page .hero .button_primary_revised.for-pc {
        top: 62%;
        max-width: 15vw;
        left: 7vw;
    }
}

@media screen and (min-width: 1600px){
    .rugs_page .hero .button_primary_revised.for-pc {
        max-width: 280px;
        top: 62%;
        left: 6%;
    }
}

@media screen and (max-width: 1000px){
    .rugs_page .hero .caption_box {
        text-align: center;
        padding: 20px 15px;
        background-color: #f7f7f7;
    }

    .rugs_page .hero .caption_box h2 + p {
        margin: 10px auto 15px;
        max-width: 300px;
    }
}

.flexslider.buttonslider {
    border: 0;
    margin: 0 auto;
}

.flexslider.buttonslider .slides li {
    padding: 0 0 0 15px;
    width: 160px;
}

.flexslider.buttonslider .slides .button_ghost {
    text-transform: none;
}

/* .flexslider.buttonslider .slides .button_ghost:hover {
    background: #655A69;
    border-color: #655A69;
} */

.flexslider.buttonslider .flex-control-nav {
    display: block !important;
    width: 100%;
    position: static;
    text-align: center;
    margin: 20px auto;
}

.flexslider.buttonslider .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.flexslider.buttonslider .flex-control-nav li a {
    width: 7px;
    height: 7px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(139, 139, 139, 0.4);
    margin: 0;
}

.flexslider.buttonslider .flex-control-nav li a.flex-active {
    background-color: rgba(79, 78, 78, 0.6);
}

.flexslider.buttonslider .flex-direction-nav {
    display: none;
}

@media screen and (min-width: 1230px){
    .flexslider.buttonslider .slides li {
        padding: 0;
        margin-right: 13px;
    }

    /* .flexslider.buttonslider {
        margin-bottom: 40px;
    } */
}

@media screen and (max-width: 1229px) {
    .flexslider.buttonslider .slides li {
        width: 145px !important;
    }
}

.rugs_page .size_tabs {
    background: #f7f7f7;
    padding: 30px 0 10px;
}

.rugs_page .size_tabs ul {
    text-align: left;
    padding-left: 20px;
    list-style-position: outside;
    list-style: disc;
}

.rugs_page .size_tabs .tab-bar {
    border-bottom: 1px solid #e1e1e1;
    margin: 20px 0 10px;
}

.rugs_page .size_tabs .tab-container .layout-row > div {
    text-align: left;
}

.rugs_page .size_tabs .tab-bar .tab-toggle {
    padding: 0 15px 8px;
    border-right: none;
    position: relative;
}

.rugs_page .tab-bar .tab-toggle.current {
    font-weight: 600;
}

.rugs_page .tab-bar .tab-toggle.current:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #4A352D;
    width: calc(100% - 30px);
    left: 15px;
}

@media screen and (max-width: 600px){
    .rugs_page .size_tabs {
        padding: 30px 0;
    }

    .rugs_page .size_tabs h2 {
        max-width: 290px;
        margin: 0 auto;
    }

    .rugs_page .size_tabs .tab-bar .tab-toggle {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        line-height: 1;
        font-size: 14px;
        letter-spacing: 0.5px;
        cursor: pointer;
        padding: 0 10px 8px;
        border-right: none;
    }

    .rugs_page .tab-bar .tab-toggle.current:after {
        width: calc(100% - 20px);
        left: 10px;
    }

    .rugs_page section.kkd h2 {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .rugs_page section.resources h2 {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* RUGS CATEGORY SECTION ============================ */

.rugs_page section.category .layout-row {
    flex-wrap: wrap;
    justify-content: space-between;
}

.rugs_page section.category .layout-row > div {
    width: 100%;
    margin-bottom: 30px;
}

.rugs_page section.category .layout-row > div:last-child {
    margin-bottom: 0;
}

.rugs_page section.category .layout-row > div img {
    margin-bottom: 15px;
    display: block;
}

.rugs_page section.category .layout-row > div h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.rugs_page section.size .layout-row {
    flex-wrap: wrap;
    padding: 0 15px;
}

.rugs_page section.size .layout-row > div {
    width: 100%;
}

.rugs_page section.size .layout-row > div .button_common.button_medium {
    margin: 20px 6px 0px;
}

.rugs_page .flexslider.cardslider .slides li > div h2 {
    font-size: 20px;
}

.rugs_page .flexslider.cardslider .slides li > div p {
    max-width: 320px;
    margin: 5px auto 10px;
}

@media screen and (min-width: 768px){
    .rugs_page section.category .layout-row > div {
        width: 49%;
    }

    .rugs_page section.category .layout-row > div:nth-child(5) {
        margin-bottom: 0;
    }

    .rugs_page section.size .layout-row {
        justify-content: space-evenly;
        align-items: center;
        padding: 0;
    }

    .rugs_page section.size .layout-row > div {
        width: 45%;
    }
}

/* RUGS PAGE BANNERS ========================= */
.rugs_page section.kkd > h2 + .title_copy {
    max-width: 665px;
    margin: -25px auto 30px;
}

.rugs_page section.kkd .box_overlay_banner .banner_text_overlay p:first-child {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.86px;
    font-family: miller-display, "Times New Roman", serif;
    font-weight: 300;
    font-style: italic;
}

.rugs_page section.kkd .box_overlay_banner .banner_text_overlay img {
    width: 270px;
    margin: 15px auto 20px;
}

.rugs_page section.kkd .button_ghost {
    margin-bottom: 15px;
}

.rugs_page section.trade .box_overlay_banner .banner_text_overlay img {
    width: 270px;
    margin: 0 auto;
}

.rugs_page section.trade .box_overlay_banner .banner_text_overlay h2 {
    width: 230px;
    margin: 15px auto 0;
}

.rugs_page section.trade .box_overlay_banner .banner_text_overlay p {
    max-width: 240px;
    margin: 15px auto;
}

@media screen and (min-width:1000px){
    .rugs_page section.kkd {
        margin-bottom: 50px;
    }

    .rugs_page section.kkd .button_ghost,
    .rugs_page section.trade .button_ghost {
        background: #666469;
        border-color: #666469;
        color: white;
    }

    /* .rugs_page section.kkd .button_ghost:hover,
    .rugs_page section.trade .button_ghost:hover {
        background: #655A69;
        border-color: #655A69;
    } */

    .flexslider.buttonslider .slides .button_ghost:hover {
        background: #655A69;
        border-color: #655A69;
    }
}

.rugs_page section.resources .layout-row {
    flex-wrap: wrap;
}

.rugs_page section.resources .layout-row > div {
    width: 100%;
}

.rugs_page section.resources .layout-row > div:first-child {
    margin-bottom: 30px;
}

.rugs_page section.resources .layout-row > div img {
    display: block;
}

.rugs_page section.resources .layout-row > div div {
    background: #f4f4f4;
    padding: 30px 15px;
}

.rugs_page section.resources .layout-row > div div h2 {
    font-size: 20px;
}

.rugs_page section.resources .layout-row > div div p {
    max-width: 320px;
    margin: 5px auto;
}

@media screen and (min-width: 1000px){
    .rugs_page section.resources .layout-row {
        justify-content: space-between;
    }

    .rugs_page section.resources .layout-row > div {
        width: 49%;
    }

    .rugs_page section.resources .layout-row > div:first-child {
        margin-bottom: 0px;
    }

    .rugs_page section.trade {
        margin-bottom: 40px;
    }

    .rugs_page section.size .buttonslider:after {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .flexslider.cardslider .slides li {
        padding: 0 15px;
        width: 300px !important;
    }
}

/* Tabeltop Summer Refresh 2022 */

/* TABELTOP-BAR LANDING PAGE COMMON ============================ */
.tabletop-bar_page .for-pc {
    display: none;
}

.tabletop-bar_page .for-mobile {
    display: block;
}

.tabletop-bar_page section {
    max-width: 1230px;
    margin: 0 auto 30px;
    color: #282828;
    text-align: center;
}

.tabletop-bar_page a {
    color: #282828;
}

.tabletop-bar_page .button_ghost {
    border: 1px solid #282828;
    border-color: #282828;
    color: #282828;
    font-size: 13px;
    letter-spacing: .2em;
}

.tabletop-bar_page .button_ghost:hover {
    background-color: #282828;
    color: #ffffff;
}

@media screen and (max-width: 1000px) {
    .tabletop-bar_page .button_ghost.button_xwide {
        width: 310px;
    }

    .tabletop-bar_page .button_ghost:hover {
        background-color: unset;
        color: #282828;
    }

    .flexslider.buttonslider .slides .button_ghost:hover {
        background-color: unset;
        border-color: unset;
    }
}

@media screen and (min-width: 990px){
    .tabletop-bar_page .flexslider.productslider .slides li {
        margin-right: 50px;
    }

    .tabletop-bar_page .flexslider.productslider .slides li img {
        max-width: 235px;
    }
}

.tabletop-bar_page section.hero {
    max-width: 1600px;
}

.tabletop-bar_page section.season,
.tabletop-bar_page section.spotlight,
.tabletop-bar_page section.curated,
.tabletop-bar_page section.blog,
.tabletop-bar_page section.featured,
.tabletop-bar_page section.bestsellers,
.tabletop-bar_page section.instock,
.tabletop-bar_page section.instock  {
    max-width: 1330px;
}

.tabletop-bar_page section.blog {
    margin-bottom: 30px;
}

.tabletop-bar_page section.category:after,
.tabletop-bar_page section.tabletop_bestsellers:after,
.tabletop-bar_page section.instock:after,
.tabletop-bar_page section.season:after,
.tabletop-bar_page section.curated:after,
.tabletop-bar_page section.size .buttonslider:after,
.tabletop-bar_page section.featured:after {
    content: " ";
    display: block;
    height: 1px;
    max-width: 1230px;
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#dedede 50%,#dedede 51%,#dedede 100%) !important;
    margin: 30px auto 0;
    width: calc(100% - 30px);
}

.tabletop-bar_page section.resources {
    margin-bottom: 40px;
}

.tabletop-bar_page section.category .layout-row .category-card p {
    font-weight: 600;
    letter-spacing: .2em;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    display: inline-block;
}

.tabletop-bar_page section.category:after {
    width: 100%;
    margin-top: 0px;
}

.tabletop-bar_page section.category a {
    overflow: hidden;
    display: block;
}

.tabletop-bar_page section.category img {
    margin-bottom: 15px;
}

.tabletop-bar_page section.category .category-card > div {
    padding: 15px 15px 0px;
}

.tabletop-bar_page section.season .cardslider .slides li > div,
.tabletop-bar_page section.curated .cardslider .slides li > div {
    padding: 15px 0px 0px;
    background: unset;
}

.tabletop-bar_page section.season .cardslider .slides li > div h2,
.tabletop-bar_page section.curated .cardslider .slides li > div h2,
.tabletop-bar_page section.blog .cardslider .slides li > div h2 {
    margin-bottom: 5px;
}

.tabletop-bar_page section.blog .cardslider .slides li > div h2 {
    line-height: 1.3;
}

.tabletop-bar_page h2 {
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
    color: #282828;
}

.tabletop-bar_page section > h2 {
    margin-bottom: 30px;
}

.tabletop-bar_page .link_common {
    font-weight: 600;
    letter-spacing: .2em;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    display: inline-block;
}

.tabletop-bar_page section > h2 + .link_common {
    width: fit-content;
    margin: -20px auto 30px;
    font-weight: 600;
    letter-spacing: .2em;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    display: block;
    text-decoration: unset;
}

.tabletop-bar_page section > h2 + .tag-line {
    display: block;
    width: fit-content;
    margin: -25px auto 30px;
}

.tabletop-bar_page section > .tag-line + .link_common {
    display: block;
    width: fit-content;
    margin: -25px auto 30px;
}

@media screen and (max-width: 1000px){
    .tabletop-bar_page section.category,
    .tabletop-bar_page section.resources,
    .tabletop-bar_page section.kkd,
    .tabletop-bar_page section.trade  {
        max-width: calc(100% - 30px);
    }

    .tabletop-bar_page section.instock > h2 + .link_common,
    .tabletop-bar_page section.bestsellers > h2 + .link_common,
    .tabletop-bar_page section.blog > h2 + .link_common,
    .tabletop-bar_page section > .tag-line + .link_common {
        display: none;
    }

    .tabletop-bar_page section.instock .button_ghost.for-mobile,
    .tabletop-bar_page section.season .button_ghost.for-mobile,
    .tabletop-bar_page section.blog .button_ghost.for-mobile,
    .tabletop-bar_page section.bestsellers .button_ghost.for-mobile {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1000px){
    .tabletop-bar_page .for-pc {
        display: block;
    }

    .tabletop-bar_page .for-mobile {
        display: none;
    }
}

/* TABELTOP-BAR HERO SECTION ============================ */

.tabletop-bar_page .hero {
    position: relative
}

.tabletop-bar_page .hero a img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1000px){
    .dining_experience_page {
        margin-top: 40px;
    }

    .tabletop-bar_page .hero .caption_box {
        text-align: center;
        padding: 15px 15px 30px;
        background-color: #f7f7f7;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
    }

    .tabletop-bar_page .hero .caption_box h2 + p {
        margin: 10px auto 10px;
        max-width: 330px;
    }

    .tabletop-bar_page section.category .layout-row .category-card p {
        padding-bottom: 0px;
        border-bottom: unset;
        display: block;
    }
}

.flexslider.buttonslider {
    border: 0;
    margin: 0 auto;
}

.flexslider.buttonslider .slides li {
    padding: 0 0 0 15px;
    width: 160px;
}

.flexslider.buttonslider .slides .button_ghost {
    text-transform: none;
}

/* .flexslider.buttonslider .slides .button_ghost:hover {
    background: #655A69;
    border-color: #655A69;
} */

.flexslider.buttonslider .flex-control-nav {
    display: block !important;
    width: 100%;
    position: static;
    text-align: center;
    margin: 20px auto;
}

.flexslider.buttonslider .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.flexslider.buttonslider .flex-control-nav li a {
    width: 7px;
    height: 7px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(139, 139, 139, 0.4);
    margin: 0;
}

.flexslider.buttonslider .flex-control-nav li a.flex-active {
    background-color: rgba(79, 78, 78, 0.6);
}

.flexslider.buttonslider .flex-direction-nav {
    display: none;
}

@media screen and (min-width: 1230px){
    .flexslider.buttonslider .slides li {
        padding: 0;
        margin-right: 13px;
    }

    /* .flexslider.buttonslider {
        margin-bottom: 40px;
    } */
}

@media screen and (max-width: 1229px) {
    .flexslider.buttonslider .slides li {
        width: 145px !important;
    }
}

.tabletop-bar_page .size_tabs {
    background: #f7f7f7;
    padding: 30px 0 10px;
}

.tabletop-bar_page .size_tabs ul {
    text-align: left;
    padding-left: 20px;
    list-style-position: outside;
    list-style: disc;
}

.tabletop-bar_page .size_tabs .tab-bar {
    border-bottom: 1px solid #e1e1e1;
    margin: 20px 0 10px;
}

.tabletop-bar_page .size_tabs .tab-bar .tab-toggle {
    padding: 0 15px 8px;
    border-right: none;
    position: relative;
}

.tabletop-bar_page .tab-bar .tab-toggle.current {
    font-weight: 600;
}

.tabletop-bar_page .tab-bar .tab-toggle.current:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #282828;
    width: calc(100% - 30px);
    left: 15px;
}

@media screen and (max-width: 600px){
    .tabletop-bar_page .size_tabs {
        padding: 30px 0;
    }

    .tabletop-bar_page .size_tabs h2 {
        max-width: 290px;
        margin: 0 auto;
    }

    .tabletop-bar_page .size_tabs .tab-bar .tab-toggle {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        line-height: 1;
        font-size: 14px;
        letter-spacing: 0.5px;
        cursor: pointer;
        padding: 0 10px 8px;
        border-right: none;
    }

    .tabletop-bar_page .tab-bar .tab-toggle.current:after {
        width: calc(100% - 20px);
        left: 10px;
    }

    .tabletop-bar_page section.kkd h2 {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .tabletop-bar_page section.resources h2 {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* TABELTOP-BAR CATEGORY SECTION ============================ */

.tabletop-bar_page section.category .layout-row {
    flex-wrap: wrap;
    justify-content: space-between;
}

.tabletop-bar_page section.category .layout-row > div {
    width: 48%;
    margin-bottom: 20px;
}

.tabletop-bar_page section.category .layout-row > div:last-child {
    margin-bottom: 0;
}

.tabletop-bar_page section.size .layout-row {
    flex-wrap: wrap;
    padding: 0 15px;
}

.tabletop-bar_page section.size .layout-row > div {
    width: 100%;
}

.tabletop-bar_page section.size .layout-row > div .button_common.button_medium {
    margin: 20px 0 0;
}

.tabletop-bar_page .flexslider.cardslider .slides li > div h2 {
    font-size: 20px;
}

.tabletop-bar_page .flexslider.cardslider .slides li > div p {
    max-width: 320px;
    margin: 5px auto 10px;
}

@media screen and (min-width: 768px){
    .tabletop-bar_page section.category .layout-row > div {
        width: 32%;
        margin-bottom: 30px;
    }

    .tabletop-bar_page section.category .layout-row > div:nth-child(5) {
        margin-bottom: 0;
    }

    .tabletop-bar_page section.size .layout-row {
        justify-content: space-evenly;
        align-items: center;
        padding: 0;
    }

    .tabletop-bar_page section.size .layout-row > div {
        width: 45%;
    }
}

/* TABELTOP-BAR PAGE BANNERS ========================= */
.tabletop-bar_page section.kkd > h2 + .title_copy {
    max-width: 665px;
    margin: -25px auto 30px;
}

.tabletop-bar_page section.kkd .box_overlay_banner .banner_text_overlay p:first-child {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.86px;
    font-family: miller-display, "Times New Roman", serif;
    font-weight: 300;
    font-style: italic;
}

.tabletop-bar_page section.kkd .box_overlay_banner .banner_text_overlay img {
    width: 270px;
    margin: 15px auto 20px;
}

.tabletop-bar_page section.kkd .button_ghost {
    margin-bottom: 15px;
}

.tabletop-bar_page section.trade .box_overlay_banner .banner_text_overlay img {
    width: 270px;
    margin: 0 auto;
}

.tabletop-bar_page section.trade .box_overlay_banner .banner_text_overlay h2 {
    width: 230px;
    margin: 15px auto 0;
}

.tabletop-bar_page section.trade .box_overlay_banner .banner_text_overlay p {
    max-width: 240px;
    margin: 15px auto;
}

@media screen and (min-width:1000px){
    .tabletop-bar_page section.kkd {
        margin-bottom: 50px;
    }

    .tabletop-bar_page section.kkd .button_ghost,
    .tabletop-bar_page section.trade .button_ghost {
        background: #666469;
        border-color: #666469;
        color: white;
    }

    /* .tabletop-bar_page section.kkd .button_ghost:hover,
    .tabletop-bar_page section.trade .button_ghost:hover {
        background: #655A69;
        border-color: #655A69;
    } */

    .flexslider.buttonslider .slides .button_ghost:hover {
        background: #655A69;
        border-color: #655A69;
    }
}

.tabletop-bar_page section.resources .layout-row {
    flex-wrap: wrap;
}

.tabletop-bar_page section.resources .layout-row > div {
    width: 100%;
}

.tabletop-bar_page section.resources .layout-row > div:first-child {
    margin-bottom: 30px;
}

.tabletop-bar_page section.resources .layout-row > div img {
    display: block;
}

.tabletop-bar_page section.resources .layout-row > div div {
    background: #f4f4f4;
    padding: 30px 15px;
}

.tabletop-bar_page section.resources .layout-row > div div h2 {
    font-size: 20px;
}

.tabletop-bar_page section.resources .layout-row > div div p {
    max-width: 320px;
    margin: 5px auto;
}

@media screen and (min-width: 1000px){
    .tabletop-bar_page section.resources .layout-row {
        justify-content: space-between;
    }

    .tabletop-bar_page section.resources .layout-row > div {
        width: 49%;
    }

    .tabletop-bar_page section.resources .layout-row > div:first-child {
        margin-bottom: 0px;
    }

    .tabletop-bar_page section.trade {
        margin-bottom: 40px;
    }

    .tabletop-bar_page section.size .buttonslider:after {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .flexslider.cardslider .slides li {
        padding: 0 15px;
        width: 300px !important;
    }
}

/* Holiday Shop 2022 */

/* HOLIDAY SHOP LANDING PAGE COMMON ============================ */
.holiday_shop_2022 .for-pc {
    display: none;
}

.holiday_shop_2022 .for-mobile {
    display: block;
}

.holiday_shop_2022 section {
    max-width: 1230px;
    margin: 0 auto 30px;
    color: #4A352D;
    text-align: center;
}

.holiday_shop_2022 a {
    color: #4A352D;
}

.holiday_shop_2022 .button_ghost {
    border: 0.7px solid #4a352d;
    border-color: #4A352D;
    color: #4A352D;
    font-size: 13px;
    letter-spacing: 1px;
}

.holiday_shop_2022 .button_ghost:hover {
    background-color: #4A352D;
    color: #ffffff;
}

@media screen and (max-width: 1000px) {
    #membership-banner {
        display: none;
    }

    .holiday_shop_2022 .button_ghost.button_xwide {
        width: 310px;
    }

    .holiday_shop_2022 .button_ghost:hover {
        background-color: unset;
        color: #4A352D;
    }

    .flexslider.buttonslider .slides .button_ghost:hover {
        background-color: unset;
        border-color: unset;
    }
}

.holiday_shop_2022 section.hero {
    max-width: 1600px;
}

.holiday_shop_2022 section.season,
.holiday_shop_2022 section.spotlight,
.holiday_shop_2022 section.curated,
.holiday_shop_2022 section.blog,
.holiday_shop_2022 section.featured,
.holiday_shop_2022 section.bestsellers,
.holiday_shop_2022 section.instock,
.holiday_shop_2022 section.instock  {
    max-width: 1330px;
}

.holiday_shop_2022 section.blog {
    margin-bottom: 30px;
}

.holiday_shop_2022 section.category:after,
.holiday_shop_2022 section.bestsellers:after,
.holiday_shop_2022 section.season:after,
.holiday_shop_2022 section.curated:after,
.holiday_shop_2022 section.spotlight:after,
.holiday_shop_2022 section.size .buttonslider:after,
.holiday_shop_2022 section.featured:after {
    content: " ";
    display: block;
    height: 1px;
    max-width: 1230px;
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#dedede 50%,#dedede 51%,#dedede 100%) !important;
    margin: 30px auto 0;
    width: calc(100% - 30px);
}

.holiday_shop_2022 section.tabletop_collection:after,
.holiday_shop_2022 section.crafter_corner:after {
    display: none;
}

.holiday_shop_2022 section.category:after {
    width: 100%;
}

.holiday_shop_2022 section.category a {
    overflow: hidden;
    display: block;
}

.holiday_shop_2022 section.category img {
    display: block;
    transition: 0.4s ease-in all;
}

.holiday_shop_2022 section.category img:hover {
    transform: scale(1.05, 1.05);
}

.holiday_shop_2022 section.category .category-card > div {
    padding: 15px 15px 0px;
}

.holiday_shop_2022 section.play_cards .category-card > div {
    padding: 5px 15px 0px;
}

.holiday_shop_2022 section.play_cards .category-card > div h2 {
    text-decoration: underline;
}

.holiday_shop_2022 section.season .cardslider .slides li > div,
.holiday_shop_2022 section.curated .cardslider .slides li > div {
    padding: 15px 0px 0px;
    background: unset;
}

.holiday_shop_2022 section.season .cardslider .slides li > div h2,
.holiday_shop_2022 section.curated .cardslider .slides li > div h2,
.holiday_shop_2022 section.blog .cardslider .slides li > div h2 {
    margin-bottom: 5px;
}

.holiday_shop_2022 section.blog .cardslider .slides li > div h2 {
    line-height: 1.3;
}

.holiday_shop_2022 h2 {
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
    color: #4A352D;
}

.holiday_shop_2022 section > h2 {
    margin-bottom: 30px;
}

.holiday_shop_2022 .link_common {
    font-weight: 600;
    text-decoration: underline;
    color: #4A352D;
    letter-spacing: 1px;
}

.holiday_shop_2022 section > h2 + .link_common {
    display: block;
    width: fit-content;
    margin: -25px auto 30px;
}

.holiday_shop_2022 section > h2 + .tag-line {
    display: block;
    width: fit-content;
    margin: -25px auto 30px;
}

.holiday_shop_2022 section > .tag-line + .link_common {
    display: block;
    width: fit-content;
    margin: -25px auto 30px;
}

@media screen and (max-width: 1000px){
    .holiday_shop_2022 section.category,
    .holiday_shop_2022 section.resources,
    .holiday_shop_2022 section.kkd,
    .holiday_shop_2022 section.trade  {
        max-width: calc(100% - 30px);
    }

    .holiday_shop_2022 section.instock > h2 + .link_common,
    .holiday_shop_2022 section.bestsellers > h2 + .link_common,
    .holiday_shop_2022 section.blog > h2 + .link_common,
    .holiday_shop_2022 section > .tag-line + .link_common {
        display: none;
    }

    .holiday_shop_2022 section.instock .button_ghost.for-mobile,
    .holiday_shop_2022 section.season .button_ghost.for-mobile,
    .holiday_shop_2022 section.blog .button_ghost.for-mobile,
    .holiday_shop_2022 section.bestsellers .button_ghost.for-mobile {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1000px){
    .holiday_shop_2022 .for-pc {
        display: block;
    }

    .holiday_shop_2022 .for-mobile {
        display: none;
    }
}

@media screen and (min-width: 900px) {
    .holiday_shop_2022 .flexslider.cardslider .flex-direction-nav {
        top: 43%;
    }
}

/* HOLIDAY SHOP HERO SECTION ============================ */

.holiday_shop_2022 .hero {
    position: relative
}

.holiday_shop_2022 .hero a img {
    display: block;
    width: 100%;
}

.holiday_shop_2022 .hero .overlay_content_box {
    position: absolute;
    top: 59%;
    left: 16.8%;
    transform: translate(-50%, -50%);
    width: 30%;
}

.holiday_shop_2022 .hero .overlay_content_box .button_primary_revised {
    width: 215px;
    font-size: 13px;
    letter-spacing: 1px;
}

.holiday_shop_2022 .hero .overlay_content_box .layout-row {
    margin-bottom: 20px;
}

@media screen and (max-width: 1599px){
    .holiday_shop_2022 .hero .overlay_content_box {
        top: 61%;
        left: 16.8vw;
    }

    .holiday_shop_2022 .hero .overlay_content_box .button_primary_revised {
        width: 165px;
    }

    .holiday_shop_2022 .hero .overlay_content_box .layout-row {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1000px){
    .holiday_shop_2022 .hero .caption_box {
        text-align: center;
        padding: 15px 15px 20px;
        background-color: #f7f7f7;
    }

    .holiday_shop_2022 .hero .caption_box .layout-row .button_primary_revised {
        width: 160px;
        margin-bottom: 15px;
        font-size: 12px;
        background-color: unset;
        color: #4A352D !important;
        border: 1px solid #4A352D;
    }

    .holiday_shop_2022 .hero .caption_box h2 + p {
        margin: 10px auto 15px;
        max-width: 315px;
    }
}

.flexslider.buttonslider {
    border: 0;
    margin: 0 auto;
}

.flexslider.buttonslider .slides li {
    padding: 0 0 0 15px;
    width: 160px;
}

.flexslider.buttonslider .slides .button_ghost {
    text-transform: none;
}

/* .flexslider.buttonslider .slides .button_ghost:hover {
    background: #655A69;
    border-color: #655A69;
} */

.flexslider.buttonslider .flex-control-nav {
    display: block !important;
    width: 100%;
    position: static;
    text-align: center;
    margin: 20px auto;
}

.flexslider.buttonslider .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.flexslider.buttonslider .flex-control-nav li a {
    width: 7px;
    height: 7px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(139, 139, 139, 0.4);
    margin: 0;
}

.flexslider.buttonslider .flex-control-nav li a.flex-active {
    background-color: rgba(79, 78, 78, 0.6);
}

.flexslider.buttonslider .flex-direction-nav {
    display: none;
}

@media screen and (min-width: 1230px){
    .flexslider.buttonslider .slides li {
        padding: 0;
        margin-right: 13px;
    }

    /* .flexslider.buttonslider {
        margin-bottom: 40px;
    } */
}

@media screen and (max-width: 1229px) {
    .flexslider.buttonslider .slides li {
        width: 145px !important;
    }
}

.holiday_shop_2022 .size_tabs {
    background: #f7f7f7;
    padding: 30px 0 10px;
}

.holiday_shop_2022 .size_tabs ul {
    text-align: left;
    padding-left: 20px;
    list-style-position: outside;
    list-style: disc;
}

.holiday_shop_2022 .size_tabs .tab-bar {
    border-bottom: 1px solid #e1e1e1;
    margin: 20px 0 10px;
}

.holiday_shop_2022 .size_tabs .tab-bar .tab-toggle {
    padding: 0 15px 8px;
    border-right: none;
    position: relative;
}

.holiday_shop_2022 .tab-bar .tab-toggle.current {
    font-weight: 600;
}

.holiday_shop_2022 .tab-bar .tab-toggle.current:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #4A352D;
    width: calc(100% - 30px);
    left: 15px;
}

@media screen and (max-width: 600px){
    .holiday_shop_2022 .size_tabs {
        padding: 30px 0;
    }

    .holiday_shop_2022 .size_tabs h2 {
        max-width: 290px;
        margin: 0 auto;
    }

    .holiday_shop_2022 .size_tabs .tab-bar .tab-toggle {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        line-height: 1;
        font-size: 14px;
        letter-spacing: 0.5px;
        cursor: pointer;
        padding: 0 10px 8px;
        border-right: none;
    }

    .holiday_shop_2022 .tab-bar .tab-toggle.current:after {
        width: calc(100% - 20px);
        left: 10px;
    }

    .holiday_shop_2022 section.kkd h2 {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .holiday_shop_2022 section.resources h2 {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* HOLIDAY SHOP CATEGORY SECTION ============================ */

.holiday_shop_2022 section.category .layout-row {
    flex-wrap: wrap;
    justify-content: space-between;
}

.holiday_shop_2022 section.category .layout-row > div {
    width: 48%;
    margin-bottom: 20px;
}

.holiday_shop_2022 section.play_cards .layout-row > div {
    width: 48%;
    margin-bottom: 15px;
}

.holiday_shop_2022 section.box_cards .layout-row > div {
    width: 100%;
    margin-bottom: 30px;
}

.holiday_shop_2022 section.category .category-card .link_common {
    display: none;
}

.holiday_shop_2022 section.category .layout-row > div:last-child {
    margin-bottom: 0;
}

/* .holiday_shop_2022 section.category .layout-row > div img {
    margin-bottom: 15px;
    display: block;
} */

.holiday_shop_2022 section.box_cards .layout-row > div img {
    display: block;
}

.holiday_shop_2022 section.box_cards .layout-row > div h2 {
    margin-top: 15px;
}

.holiday_shop_2022 section.category .layout-row > div h2 {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 18px;
}

.holiday_shop_2022 section.box_cards .layout-row > div h2 {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: miller-display, serif;
    font-weight: 300;
}

.holiday_shop_2022 section.size .layout-row {
    flex-wrap: wrap;
    padding: 0 15px;
}

.holiday_shop_2022 section.size .layout-row > div {
    width: 100%;
}

.holiday_shop_2022 section.size .layout-row > div .button_common.button_medium {
    margin: 20px 0 0;
}

.holiday_shop_2022 .flexslider.cardslider .slides li > div h2 {
    font-size: 20px;
}

.holiday_shop_2022 .flexslider.cardslider .slides li > div p {
    max-width: 320px;
    margin: 5px auto 10px;
}

@media screen and (min-width: 768px){
    .holiday_shop_2022 section.category .layout-row > div {
        width: 32%;
        margin-bottom: 30px;
    }

    .holiday_shop_2022 section.box_cards .layout-row > div {
        width: 49%;
        margin-bottom: 30px;
    }

    .holiday_shop_2022 section.box_cards .layout-row .special_card {
        width: 100%;
        margin-bottom: 30px;
    }

    .holiday_shop_2022 section.category .layout-row > div h2 {
        font-size: 20px;
        margin-bottom: 5px;
        font-weight: 300;
        font-family: miller-display, "Times New Roman", serif;
    }

    .holiday_shop_2022 section.category .category-card .link_common {
        display: block;
    }

    .holiday_shop_2022 section.category .layout-row > div:nth-child(5) {
        margin-bottom: 0;
    }

    .holiday_shop_2022 section.box_cards .layout-row > div:nth-child(3) {
        margin-bottom: 0;
    }

    .holiday_shop_2022 section.size .layout-row {
        justify-content: space-evenly;
        align-items: center;
        padding: 0;
    }

    .holiday_shop_2022 section.size .layout-row > div {
        width: 45%;
    }
}

/* HOLIDAY SHOP PAGE BANNERS ========================= */
.holiday_shop_2022 section.kkd > h2 + .title_copy {
    max-width: 665px;
    margin: -25px auto 30px;
}

.holiday_shop_2022 section.kkd .box_overlay_banner .banner_text_overlay p:first-child {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.86px;
    font-family: miller-display, "Times New Roman", serif;
    font-weight: 300;
    font-style: italic;
}

.holiday_shop_2022 section.kkd .box_overlay_banner .banner_text_overlay img {
    width: 270px;
    margin: 15px auto 20px;
}

.holiday_shop_2022 section.kkd .button_ghost {
    margin-bottom: 15px;
}

.holiday_shop_2022 section.trade .box_overlay_banner .banner_text_overlay img {
    width: 270px;
    margin: 0 auto;
}

.holiday_shop_2022 section.trade .box_overlay_banner .banner_text_overlay h2 {
    width: 230px;
    margin: 15px auto 0;
}

.holiday_shop_2022 section.trade .box_overlay_banner .banner_text_overlay h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #4A352D;
}

.holiday_shop_2022 section.trade .box_overlay_banner .banner_text_overlay p {
    max-width: 270px;
    margin: 15px auto;
}

@media screen and (min-width:1000px){
    .holiday_shop_2022 section.kkd {
        margin-bottom: 50px;
    }

    .holiday_shop_2022 section.kkd .button_ghost {
        background: #666469;
        border-color: #666469;
        color: white;
    }

    .holiday_shop_2022 section.trade .button_ghost {
        background: #655A69;
        border-color: #655A69;
        color: white;
        width: 215px;
    }

    /* .holiday_shop_2022 section.kkd .button_ghost:hover,
    .holiday_shop_2022 section.trade .button_ghost:hover {
        background: #655A69;
        border-color: #655A69;
    } */

    .flexslider.buttonslider .slides .button_ghost:hover {
        background: #655A69;
        border-color: #655A69;
    }

    .holiday_shop_2022 section.trade .box_overlay_banner .banner_text_overlay {
        padding: 60px 30px;
    }
}

.holiday_shop_2022 section.resources .layout-row {
    flex-wrap: wrap;
}

.holiday_shop_2022 section.resources .layout-row > div {
    width: 100%;
}

.holiday_shop_2022 section.resources .layout-row > div:first-child {
    margin-bottom: 30px;
}

.holiday_shop_2022 section.resources .layout-row > div img {
    display: block;
}

.holiday_shop_2022 section.resources .layout-row > div div {
    background: #f4f4f4;
    padding: 30px 15px;
}

.holiday_shop_2022 section.resources .layout-row > div div h2 {
    font-size: 20px;
}

.holiday_shop_2022 section.resources .layout-row > div div p {
    max-width: 320px;
    margin: 5px auto;
}

@media screen and (min-width: 1000px){
    .holiday_shop_2022 section.resources .layout-row {
        justify-content: space-between;
    }

    .holiday_shop_2022 section.resources .layout-row > div {
        width: 49%;
    }

    .holiday_shop_2022 section.resources .layout-row > div:first-child {
        margin-bottom: 0px;
    }

    .holiday_shop_2022 section.size .buttonslider:after {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .flexslider.cardslider .slides li {
        padding: 0 15px;
        width: 300px !important;
    }
}

/* Dining Experience 2022 */
/* DINING EXPERIENCE HERO SECTION ============================ */

.dining_experience_page .hero .layout-row .small {
    width: 30%;
    padding-top: 130px;
    background-color: #f7f7f7;
}

.dining_experience_page .hero .layout-row .small h1 {
    font-family: miller-display, "Times New Roman", serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
    letter-spacing: 1.5px;
    text-align: center;
    color: #282828;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.dining_experience_page .hero .layout-row .small p {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    color: #282828;
    text-transform: initial;
}

.dining_experience_page .hero .layout-row .small .button_primary_revised {
    position: unset;
    left: unset;
    top: unset;
    max-width: 300px;
    margin-top: 20px;
}

.dining_experience_page .hero .layout-row .large {
    width: 70%;
}

.dining_experience_page .hero video {
    width: 100%;
    height: 100%;
}

.dining_experience_page .hero .button_primary {
    width: 280px;
    margin: 15px auto;
    border: 1px solid #544A57;
    background-color: #544A57;
}

.dining_experience_page .hero .button_primary:hover {
    background-color: #544A57;
}

.dining_experience_page .hero .cta_link {
    font-weight: 600;
    letter-spacing: .2em;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    display: inline-block;
}

.tabletop-bar_page .caption_box {
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
}

.tabletop-bar_page .caption_box .button_primary_revised {
    position: unset;
    left: unset;
    top: unset;
    max-width: 280px;
    margin-top: 20px;
}

.dining_experience_page .hero .caption_box .cta_bordered.for-pc {
    background-color: transparent;
}

/* @media screen and (min-width: 1000px){
    .dining_experience_page .hero .button_primary_revised.for-pc {
        max-width: 15vw;
        left: 5.75vw;
    }

    .dining_experience_page .hero .cta_colored.for-pc {
        top: 50%;
    }

    .dining_experience_page .hero .cta_bordered.for-pc {
        top: 60%;
    }
} */

/* @media screen and (min-width: 1600px){
    .dining_experience_page .hero .button_primary_revised.for-pc {
        max-width: 300px;
        left: 5.75%;
    }

    .dining_experience_page .hero .cta_colored.for-pc {
        top: 50%;
    }

    .dining_experience_page .hero .cta_bordered.for-pc {
        top: 60%;
    }
} */

/* DINING EXPERIENCE HERO SECTION - MOBILE ============================ */

@media screen and (max-width: 1000px) {
    .dining_experience_page .hero .caption_box h2 {
        line-height: 1.25;
    }

    .dining_experience_page .caption_box h2 + p {
        margin-top: 0px !important;
    }

    .dining_experience_page .button_ghost.button_xwide {
        width: 300px;
    }

    .dining_experience_page .hero .button_ghost.cta_colored {
        margin-bottom: 15px;
    }

    .dining_experience_page .hero .button_ghost.cta_bordered {
        margin-top: 20px;
    }
}


/* DINING EXPERIENCE CHOOSE TABS ============================ */

.dining_experience_page .size_tabs {
    background: #f7f7f7;
    padding: 30px 0 10px;
}

.dining_experience_page .size_tabs ul {
    text-align: left;
    padding-left: 20px;
    list-style-position: outside;
    list-style: disc;
}

.dining_experience_page .size_tabs .tab-bar {
    border-bottom: 1px solid #e1e1e1;
    margin: 20px 0 10px;
}

.dining_experience_page .size_tabs .tab-container .layout-row > div {
    text-align: left;
}

.dining_experience_page .size_tabs .tab-bar .tab-toggle {
    padding: 0 15px 8px;
    border-right: none;
    position: relative;
}

.dining_experience_page .tab-bar .tab-toggle.current {
    font-weight: 600;
}

.dining_experience_page .tab-bar .tab-toggle.current:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #282828;
    width: calc(100% - 30px);
    left: 15px;
}

/* DINING EXPERIENCE CHOOSE TABS - MOBILE ============================ */

@media screen and (max-width: 600px){
    .dining_experience_page .size_tabs {
        padding: 30px 0;
    }

    .dining_experience_page .size_tabs h2 {
        max-width: 315px;
        margin: 0 auto;
    }

    .dining_experience_page .size_tabs .button_ghost.button_xwide {
        margin-top: 20px;
    }

    .dining_experience_page .size_tabs .tab-bar .tab-toggle {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        line-height: 1;
        font-size: 14px;
        letter-spacing: 0.5px;
        cursor: pointer;
        padding: 0 10px 8px;
        border-right: none;
    }

    .dining_experience_page .tab-bar .tab-toggle.current:after {
        width: calc(100% - 20px);
        left: 10px;
    }
}

/* DINING EXPERIENCE RTS & TRADE BANNER ============================ */

.dining_experience_page section.trade .box_overlay_banner .banner_text_overlay h2 {
    width: 270px;
    margin-top: 0px;
}

.dining_experience_page section.trade .box_overlay_banner .banner_text_overlay img {
    margin-bottom: 10px;
}

.dining_experience_page section.rts_dining .box_overlay_banner .banner_text_overlay p {
    margin-top: 10px;
}

@media screen and (min-width: 1000px) {
    .dining_experience_page section.rts_dining .box_overlay_banner .banner_text_overlay {
        padding: 65px 30px;
    }

    .dining_experience_page section.rts_dining .box_overlay_banner .banner_text_overlay .button_medium {
        background-color: #655A69;
        border: 1px solid #655A69;
        color: #ffffff;
    }

    .dining_experience_page section.size {
        margin-bottom: 40px;
    }

    /* .dining_experience_page section.spotlight {
        margin-bottom: 40px;
    } */
}


/* DINING EXPERIENCE BLOGS ============================ */

@media screen and (max-width: 600px) {
    .dining_experience_page section.resources h2 {
        max-width: 315px;
    }

    .dining_experience_page .flexslider.cardslider .slides li > div p {
        max-width: 220px;
    }

    .dining_experience_page section.category img {
        transition: unset;
    }

    .dining_experience_page section.category img:hover {
        transform: unset;
    }
}

.dining_experience_page section.resources .layout-row > div div h2 {
    margin-bottom: 15px;
    line-height: 24px;
}

/* .dining_experience_page section.tabletop_bestsellers:after,
.dining_experience_page section.spotlight:after {
    display: none;
} */

.dining_experience_page section.trade .box_overlay_banner .banner_text_overlay img {
    width: 245px;
}

/* .dining_experience_page section.kk_trade {
    margin-bottom: 30px;
} */

.dining_experience_page section.dining_collection:after {
    display: none;
}


/* Holiday Shop 2022 */

/* WINTER HOLIDAY COMMON ============================ */

.holiday_shop_2022.winter_holiday .hero .overlay_content_box {
    top: 35%;
    left: 50%;
}

.holiday_shop_2022.winter_holiday .hero .overlay_content_box .button_primary_revised {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    color: #383838 !important;
}

.holiday_shop_2022 section.crafter_corner:after {
    content: " ";
    display: block;
    height: 1px;
    max-width: 1230px;
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#dedede 50%,#dedede 51%,#dedede 100%) !important;
    margin: 30px auto 0;
    width: calc(100% - 30px);
}

@media screen and (max-width: 1599px) {
    .holiday_shop_2022.winter_holiday .hero .overlay_content_box {
        top: 35%;
        left: 50vw;
    }

    .holiday_shop_2022.winter_holiday .hero .overlay_content_box .button_primary_revised {
        width: 190px;
    }
}

@media screen and (max-width: 1000px) {
    .holiday_shop_2022.winter_holiday .hero .caption_box h2 {
        font-size: 20px;
        font-style: italic;
        line-height: 22px;
        letter-spacing: 1.5px;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .holiday_shop_2022.winter_holiday .hero .caption_box .layout-row .button_primary_revised {
        border: 0.7px solid #4a352d;
    }

    .holiday_shop_2022.winter_holiday section.play_cards .category-card > div {
        padding: 10px 15px 0px;
    }

    .holiday_shop_2022.winter_holiday section.play_cards .category-card > div h2 {
        text-decoration: unset;
    }

    .holiday_shop_2022.winter_holiday section.play_cards .category-card > div:last-child h2,
    .holiday_shop_2022.winter_holiday section.play_cards .category-card > div:nth-child(5) h2 {
        margin-bottom: 0px;
    }

    .holiday_shop_2022.winter_holiday section.play_cards .layout-row > div:last-child,
    .holiday_shop_2022.winter_holiday section.play_cards .layout-row > div:nth-child(5) {
        margin-bottom: 0px;
    }

    .holiday_shop_2022.winter_holiday section.trade .box_overlay_banner .banner_text_overlay p {
        max-width: 280px;
    }

    .holiday_shop_2022.winter_holiday section.trade .box_overlay_banner .banner_text_overlay h2 {
        width: 290px;
    }
}

@media screen and (min-width: 1000px) {
    .holiday_shop_2022.winter_holiday section.trade .box_overlay_banner .banner_text_overlay.align_right {
        right: 0%;
    }

    .holiday_shop_2022.winter_holiday section.trade .box_overlay_banner .banner_text_overlay.align_left {
        left: 0%;
    }

    .holiday_shop_2022.winter_holiday section.trade .box_overlay_banner .banner_text_overlay {
        background: unset;
        width: 397px;
    }

    .holiday_shop_2022.winter_holiday section.trade .box_overlay_banner .banner_text_overlay p {
        max-width: 280px;
    }

    .holiday_shop_2022.winter_holiday section.trade .box_overlay_banner .banner_text_overlay .button_ghost {
        width: 185px;
    }

    .holiday_shop_2022.winter_holiday section.trade .box_overlay_banner .banner_text_overlay h2 {
        width: 290px;
    }
}

/* Decor LP 2023 */
.decor_page section.styles {
    margin-top: 10px;
    max-width: 1330px;
}

.decor_page section.styles:after {
    content: " ";
    display: block;
    height: 1px;
    max-width: 1230px;
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#dedede 50%,#dedede 51%,#dedede 100%) !important;
    margin: 30px auto 0;
    width: calc(100% - 30px);
}

.decor_page .flexslider.cardslider .slides li > div p {
    max-width: 350px;
}

.decor_page section.category .category-card > div {
    padding: 20px 10px 0px;
}

.decor_page section.category .layout-row > div h2 {
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
    .decor_page section.styles {
        margin-top: 15px;
    }

    .decor_page .flexslider.cardslider .slides li > div p {
        max-width: 220px;
    }

    .decor_page section.category .category-card > div {
        padding: 10px 5px 0px;
    }

    .decor_page section.category .layout-row > div h2 {
        letter-spacing: 0.5px;
    }
}

/* Brand Visual Comfort LP */
.brand_visual_comfort .brand_hero .layout-row {
    background-color: #f8f8f8;
    align-items: center;
    cursor: pointer;
}

.brand_visual_comfort .brand_hero .layout-row .column.large {
    width: 67%;
}

.brand_visual_comfort .brand_hero .layout-row .column.large img {
    display: block;
    width: 100%;
}

.brand_visual_comfort .brand_hero .layout-row .column.small {
    width: 33%;
    text-align: left;
    padding: 0px 55px;
}

.brand_visual_comfort .brand_hero .layout-row .column.small img {
    width: 270px;
    margin-bottom: 20px;
}

.brand_visual_comfort .brand_hero .layout-row .column.small h2 {
    font-size: 26px;
    font-family: miller-display;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: left;
    width: 75%;
    color: #383838;
}

.brand_visual_comfort .brand_hero .layout-row .column.small p {
    color: #383838;
}

.brand_visual_comfort .styles .flexslider.cardslider .slides li {
    position: relative;
}

.brand_visual_comfort .styles .flexslider.cardslider .slides li > div {
    background: unset;
    padding: unset;
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.brand_visual_comfort .styles .flexslider.cardslider .slides li > div h2 {
    margin-bottom: 5px;
    color: #383838;
}

.brand_visual_comfort .styles .flexslider.cardslider .slides li .link_common {
    color: #383838;
}

.brand_visual_comfort .styles .flexslider.cardslider .slides li img:hover {
    transform: unset;
}

.brand_visual_comfort .hp-new-slider {
    margin: 10px auto 30px;
    position: relative;
    padding: 0;
}

.brand_visual_comfort .new-slide {
    flex: 0 0 238px;
    margin: 0px 10px 0 0;
    padding: 8px 8px 15px;
    border: 1px solid transparent;
    transition: 0.4s ease-in all;
}

.brand_visual_comfort .new-slide:hover {
    border: 1px solid #dedede;
}

.brand_visual_comfort .new-slide a img {
    width: 100%;
}

.brand_visual_comfort .slider-wrapper .new-slide a {
    overflow: hidden;
}

.brand_visual_comfort .slider-wrapper .new-slide a img {
    width: 100%;
    transform: scale(1,1);
    transition: 0.4s ease-in all;
}

.brand_visual_comfort .slider-wrapper .new-slide a img:hover {
    transform: scale(1.05,1.05);
}

.brand_visual_comfort h2.nav_title {
    font-family: miller-display, serif;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 5px;
}

.brand_visual_comfort p.nav_desc {
    line-height: 1.4;
    text-align: center;
    margin: 0px auto 15px;
}

.brand_visual_comfort .new-slide span {
    display: block;
    margin-top: 15px;
    font-size: 13px;
    color: #383838;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: static;
    line-height: 1.4;
}

.brand_visual_comfort .new-slide:hover span {
    font-weight: 700;
}

.brand_visual_comfort .hp-new-slider .slider-prev, .hp-new-slider .slider-next {
    opacity: 1;
}

.brand_visual_comfort .hp-new-slider .slider-next {
    right: -4%;
}

.brand_visual_comfort .hp-new-slider .slider-prev {
    left: -4%;
}

.brand_visual_comfort .hp-new-slider .slider-prev:after, .slider-next:after {
    border: solid #4a4444;
    border-width: 0px 1.5px 1.5px 0px;
}

.brand_visual_comfort .hp-new-slider .slider-prev:hover:after, .slider-next:hover:after {
    color: #4a4444;
}

.brand_visual_comfort .styles:before {
    content: " ";
    display: block;
    height: 1px;
    max-width: 1230px;
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#dedede 50%,#dedede 51%,#dedede 100%) !important;
    margin: 0px auto 30px;
    width: calc(100% - 30px);
}

@media screen and (max-width: 600px) {
    .brand_visual_comfort .brand_hero {
        padding: 0px 15px;
        margin-top: 40px;
    }

    .brand_visual_comfort .brand_hero .layout-row {
        flex-direction: column;
    }

    .brand_visual_comfort .brand_hero .layout-row .column.large {
        width: 100%;
    }

    .brand_visual_comfort .brand_hero .layout-row .column.large img {
        display: block;
        width: 100%;
    }

    .brand_visual_comfort .brand_hero .layout-row .column.small {
        width: 100%;
        text-align: center;
        padding: 25px 25px;
    }

    .brand_visual_comfort .brand_hero .layout-row .column.small img {
        width: 240px;
        margin: 0px auto 10px;
    }

    .brand_visual_comfort .brand_hero .layout-row .column.small h2 {
        font-size: 20px;
        width: 85%;
        text-align: center;
        margin: 0 auto 10px;
    }

    .brand_visual_comfort section.styles {
        margin-top: 0px;
    }

    .brand_visual_comfort .styles .flexslider.cardslider .slides li > div h2 {
        font-size: 18px;
    }

    .brand_visual_comfort .styles .flexslider.cardslider .slides li > div {
        font-size: 12px;
    }

    .brand_visual_comfort section.category {
        margin-bottom: 0px;
    }

    .brand_visual_comfort section.category:after {
        display: none;
    }

    .brand_visual_comfort section.category .layout-row > div {
        margin-bottom: 10px;
    }

    .brand_visual_comfort section.category .layout-row > div h2 {
        font-size: 12px;
        color: #383838;
    }

    .brand_visual_comfort .hp-new-slider.pc-only {
        display: none;
    }

    .brand_visual_comfort section.styles:after {
        display: none;
    }

    .brand_visual_comfort .styles:before {
        margin: 0px auto 20px;
    }
}

/* --------------------------------Fall Harvest 2023---------------------------------- */
.fall_harvest_2023 .for-pc {
    display: block;
}

.fall_harvest_2023 .for-mobile {
    display: none;
}

.fall_harvest_2023 .layout-row a {
    text-decoration: unset;
    text-transform: unset;
}

.fall_harvest_2023 section {
    max-width: 1230px;
    margin: 0 auto 50px;
    color: #4A352D;
    text-align: center;
}

.fall_harvest_2023 h2 {
    font-family: miller-display, "Times New Roman", serif;
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    color: #4A352D;
    margin-bottom: 10px;
}

.fall_harvest_2023 .button_common {
    font-family: "Open Sans", sans-serif;
    width: 230px;
    height: 50px;
    line-height: 48px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #4A352D !important;
    margin: 0px auto;
    border: 1px solid #4A352D;
    background-color: #F8F8F8;
}

.fall_harvest_2023 .link_cta {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    color: #4A352D;
    text-decoration: underline;
}

/* Hero Banner Section */
.fall_harvest_2023 .fall_hero {
    max-width: 1600px;
    position: relative;
    overflow: hidden;
}

.fall_harvest_2023 .fall_hero img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

/* .fall_harvest_2023 .fall_hero img.hero-banner {
    transition: ease-in-out all 3s;
} */

.fall_harvest_2023 .fall_hero .hero_heading {
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
}

.fall_harvest_2023 .fall_hero .hero_heading h1 {
    font-family: miller-display, "Times New Roman", serif;
    font-size: 74px;
    line-height: 88px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.fall_harvest_2023 .fall_hero .hero_heading p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.fall_harvest_2023 .fall_hero .hero_heading .hero_cta {
    width: 950px;
    margin: 25px 0px;
}

.fall_harvest_2023 .fall_hero .hero_heading .hero_cta .button_common {
    font-family: "Open Sans", sans-serif;
    width: 210px;
    height: 50px;
    line-height: 48px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #4A352D !important;
    margin: 0px 0px 0px 0px;
    border: 1px solid #FFFFFF;
    background-color: rgba(255,255,255,0.85);
}

.fall_harvest_2023 .fall_hero .hero_link {
    position: absolute;
    bottom: 0%;
    margin-bottom: 35px;
    margin-left: 45px;
}

.fall_harvest_2023 .fall_hero .hero_link p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.fall_harvest_2023 .fall_hero .hero_link p span {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    color: #FFFFFF;
}

.fall_harvest_2023 .fall_hero .hero_link a {
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: left;
    color: #FFFFFF;
    text-decoration: underline;
}

/* Fall Decor Section */
.fall_harvest_2023  .fall_decor {
    background-color: #F8F8F8;
}

.fall_harvest_2023  .fall_decor .col {
    width: 50%;
}

.fall_harvest_2023  .fall_decor .col-left {
    padding: 160px 120px;
}

.fall_harvest_2023  .fall_decor .col-right {
    padding: 42px 42px;
}

.fall_harvest_2023  .fall_decor .col .button_common {
    margin-top: 30px;
}

.fall_harvest_2023  .fall_decor .col img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

/* Founder Letter Section */
.fall_harvest_2023 .fall_letter {
    position: relative;
}

.fall_harvest_2023 .fall_letter .letter {
    position: relative;
}

.fall_harvest_2023 .fall_letter .letter .letter_head {
    width: 618px;
    display: block;
    margin-left: 550px;
}

.fall_harvest_2023 .fall_letter .letter .letter_text {
    position: absolute;
    width: 360px;
    top: 10%;
    right: 185px;
}

.fall_harvest_2023 .fall_letter .letter .letter_text h4 {
    margin-bottom: 20px;
    color: #4A352D;
}

.fall_harvest_2023 .fall_letter .letter .letter_text h2 {
    margin-bottom: 30px;
}

.fall_harvest_2023 .fall_letter .letter .letter_text p {
    margin: 20px auto 35px;
}

.fall_harvest_2023 .fall_letter .letter .letter_text img {
    width: 140px;
}

.fall_harvest_2023 .fall_letter .founder {
    position: absolute;
    top: 13%;
    left: 75px;
}

.fall_harvest_2023 .fall_letter .founder img {
    width: 555px;
}

/* Fall Table Dining Section */
.fall_harvest_2023 .fall_table_dining .row_tableware {
    margin: 40px 0px 20px;
}

.fall_harvest_2023 .fall_table_dining .layout-row {
    justify-content: space-evenly;
}

.fall_harvest_2023 .fall_table_dining .row_tableware .col-left {
    width: 285px;
}

.fall_harvest_2023 .fall_table_dining .row_tableware .col-right {
    position: relative;
    width: 883px;
}

.fall_harvest_2023 .fall_table_dining .row_tableware .col-right img {
    width: 100%;
}

.fall_harvest_2023 .fall_table_dining .row_tableware .col-right .tableware_title {
    position: absolute;
    top: 5%;
    right: 5%;
}

.fall_harvest_2023 .fall_table_dining .row_tableware .col-right .tableware_title h2 {
    margin-bottom: 5px;
    text-align: right;
}

.fall_harvest_2023 .fall_table_dining .row_tableware .col-right .tableware_title span {
    display: block;
    text-align: right;
    margin-right: 3px;
}

.fall_harvest_2023 .fall_table_dining .row_dining .col-right {
    width: 285px;
}

.fall_harvest_2023 .fall_table_dining .row_dining .col-left {
    position: relative;
    width: 883px;
}

.fall_harvest_2023 .fall_table_dining .row_dining .col-left img {
    width: 100%;
}

.fall_harvest_2023 .fall_table_dining .row_dining .col-left .dining_title {
    position: absolute;
    top: 5%;
    left: 5%;
}

.fall_harvest_2023 .fall_table_dining .row_dining .col-left .dining_title h2 {
    margin-bottom: 5px;
    text-align: left;
}

.fall_harvest_2023 .fall_table_dining .row_dining .col-left .dining_title span {
    display: block;
    text-align: left;
    margin-left: 3px;
}

.fall_harvest_2023 .fall_table_dining .layout-row .column-top {
    margin-bottom: 20px;
}

.fall_harvest_2023 .fall_table_dining .layout-row .sub-col {
    position: relative;
    width: 100%;
}

.fall_harvest_2023 .fall_table_dining .layout-row .sub-col span {
    position: absolute;
    width: 100%;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
}

/* Fall Featured Section */
.fall_harvest_2023 .fall_featured {
    padding: 40px 40px;
    background-color: #323338;
}

.fall_harvest_2023 .fall_featured .layout-row .col {
    width: 553px;
}

.fall_harvest_2023 .fall_featured .layout-row .sub-col {
    width: 100%;
}

.fall_harvest_2023 .fall_featured .layout-row .column-top {
    padding: 60px 0px 50px;
}

.fall_harvest_2023 .fall_featured .layout-row .column-top h4 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.fall_harvest_2023 .fall_featured .layout-row .column-top h2 {
    font-family: miller-display, "Times New Roman", serif;
    font-size: 26px;
    line-height: 31px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.fall_harvest_2023 .fall_featured .layout-row .column-top .button_common {
    font-family: "Open Sans", sans-serif;
    width: 315px;
    height: 50px;
    line-height: 48px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #FFFFFF !important;
    margin: 0px auto;
    border: 1px solid #FFFFFF;
    background-color: #323338;
    text-transform: uppercase;
}

/* Fall Category Section */
.fall_harvest_2023 .fall_category .row_category {
    padding: 40px 0px 0px;
}

.fall_harvest_2023 .fall_category .row_category .layout-row {
    justify-content: space-evenly;
}

.fall_harvest_2023 .fall_category .row_category .layout-row .col {
    width: 272px;
}

.fall_harvest_2023 .fall_category .row_category .layout-row .col-middle {
    position: relative;
    width: 575px;
}

.fall_harvest_2023 .fall_category .row_category .layout-row .sub-col {
    position: relative;
    width: 100%;
}

.fall_harvest_2023 .fall_category .row_category .layout-row .column-top {
    margin-bottom: 30px;
}

.fall_harvest_2023 .fall_category .row_category .layout-row .link_cta {
    position: absolute;
    width: 100%;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: unset;
}

/* Fall Sliders Section */
.fall_harvest_2023 .fall_sliders {
    max-width: unset;
    background-color: #F8F8F8;
    padding: 50px 0px;
}

.fall_harvest_2023 .fall_sliders .shop_sliders {
    max-width: 1230px;
    margin: 0 auto;
    color: #4A352D;
    text-align: center;
}

.fall_harvest_2023 .fall_sliders .shop_sliders .col {
    width: 50%;
}

.fall_harvest_2023 .fall_sliders .bestsellers .col-left,
.fall_harvest_2023 .fall_sliders .comfy_cozy .col-left {
    position: relative;
}

.fall_harvest_2023 .fall_sliders .bestsellers .col-right,
.fall_harvest_2023 .fall_sliders .comfy_cozy .col-right {
    background-color: #FFFFFF;
}

.fall_harvest_2023 .fall_sliders .bestsellers .col .slider_title,
.fall_harvest_2023 .fall_sliders .comfy_cozy .col .slider_title {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.fall_harvest_2023 .fall_sliders .home_office .col-right {
    position: relative;
}

.fall_harvest_2023 .fall_sliders .home_office .col-left {
    background-color: #FFFFFF;
}

.fall_harvest_2023 .fall_sliders .home_office .col .slider_title {
    position: absolute;
    top: 8%;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
}

.fall_harvest_2023 .fall_sliders .shop_sliders .col .slider_title h2 {
    font-size: 26px;
    line-height: 34px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.fall_harvest_2023 .fall_sliders .home_office .col .slider_title h2 {
    color: #4A352D;
}

.fall_harvest_2023 .fall_sliders .shop_sliders .col .slider_title span {
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

.fall_harvest_2023 .fall_sliders .home_office .col .slider_title span {
    color: #4A352D;
}

@media screen and (min-width: 601px) {
    .fall_harvest_2023 .flexslider.productslider {
        padding: 50px 50px;
    }

    .fall_harvest_2023 .flexslider.productslider .slides li {
        padding-top: 70px;
    }

    .fall_harvest_2023 .flexslider.productslider .slides li img {
        max-width: 400px;
    }

    .fall_harvest_2023 .flexslider.productslider .flex-direction-nav {
        top: 55%;
    }

    .fall_harvest_2023 .flexslider.productslider .flex-direction-nav .flex-next {
        right: 80px;
    }

    .fall_harvest_2023 .flexslider.productslider .flex-direction-nav .flex-prev {
        left: -21px;
    }
}

@media screen and (max-width: 1000px) {
    .fall_harvest_2023 .for-pc {
        display: none;
    }

    .fall_harvest_2023 .for-mobile {
        display: block;
    }

    .fall_harvest_2023 .sec-border {
        max-width: calc(100% - 50px);
        width: 100%;
        height: 1px;
        margin: 0 auto 50px !important;
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#dedede 50%,#dedede 51%,#dedede 100%) !important;
    }

    .fall_harvest_2023 h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .fall_harvest_2023 .button_common {
        width: 100%;
        font-size: 13px;
    }

    .fall_harvest_2023 .link_cta {
        font-size: 12px;
        line-height: 16px;
    }

    /* Hero Banner Section */
    .fall_harvest_2023 .fall_hero .hero_heading h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .fall_harvest_2023 .fall_hero .hero_heading .hero_cta a span {
        display: none;
    }

    .fall_harvest_2023 .fall_hero .hero_link {
        margin-bottom: 20px;
        margin-left: 25px;
    }

    .fall_harvest_2023 .fall_hero .hero_link p {
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    .fall_harvest_2023 .fall_hero .hero_link p span {
        font-size: 13px;
        line-height: 18px;
    }

    .fall_harvest_2023 .fall_hero .hero_heading .hero_cta {
        width: 340px;
        margin: 20px 0px;
    }

    .fall_harvest_2023 .fall_hero .hero_heading .hero_cta .button_common {
        width: 160px;
        font-size: 12px;
        margin-bottom: 20px;
    }

    /* Fall Decor Section */
    .fall_harvest_2023  .fall_decor {
        padding: 30px 0px 0px;
    }

    .fall_harvest_2023  .fall_decor .col {
        width: 100%
    }

    .fall_harvest_2023  .fall_decor .col-left {
        padding: 0px 25px 30px;
    }

    .fall_harvest_2023  .fall_decor .col-left h2 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 0px;
    }

    .fall_harvest_2023  .fall_decor .col-right {
        padding: 0px 25px 30px;
    }

    /* Founder Letter Section */
    .fall_harvest_2023 .fall_letter {
        padding-bottom: 150px;
    }

    .fall_harvest_2023 .fall_letter .letter .letter_head {
        width: 100%;
        display: block;
        margin-left: unset;
    }

    .fall_harvest_2023 .fall_letter .letter .letter_text {
        position: absolute;
        width: 330px;
        top: 5%;
        right: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .fall_harvest_2023 .fall_letter .letter .letter_text h4 {
        margin-bottom: 10px;
    }

    .fall_harvest_2023 .fall_letter .letter .letter_text h2 {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 28px;
    }

    .fall_harvest_2023 .fall_letter .letter .letter_text p {
        margin: 10px auto 10px;
    }

    .fall_harvest_2023 .fall_letter .letter .letter_text img {
        width: 100px;
        margin-top: 10px;
    }

    .fall_harvest_2023 .fall_letter .founder {
        position: absolute;
        top: unset;
        bottom: 0%;
        left: 50%;
        transform: translateX(-50%);
    }

    .fall_harvest_2023 .fall_letter .founder img {
        width: 290px;
    }

    @media screen and (min-width: 390px) {
        .fall_harvest_2023 .fall_letter .letter .letter_text {
            top: 7%;
        }

        .fall_harvest_2023 .fall_letter .founder img {
            width: 290px;
        }
    }

    /* Fall Table Dining Section */
    .fall_harvest_2023 .fall_table_dining .row_tableware {
        margin: 30px 0px;
    }

    .fall_harvest_2023 .fall_table_dining .layout-row {
        justify-content: space-evenly;
    }

    .fall_harvest_2023 .fall_table_dining .row_tableware .layout-row {
        flex-direction: column-reverse;
    }

    .fall_harvest_2023 .fall_table_dining .row_tableware .col-left {
        width: 100%;
    }

    .fall_harvest_2023 .fall_table_dining .row_tableware .col-left .layout-row {
        flex-direction: row;
        justify-content: space-between;
    }

    .fall_harvest_2023 .fall_table_dining .row_tableware .col-right {
        width: 100%;
    }

    .fall_harvest_2023 .fall_table_dining .row_tableware .col-right img {
        width: 100%;
    }

    .fall_harvest_2023 .fall_table_dining .row_tableware .col-right .tableware_title {
        margin: 20px auto 25px;
        position: unset;
        top: unset;
        right: unset;
    }

    .fall_harvest_2023 .fall_table_dining .row_tableware .col-right .tableware_title h2 {
        margin-bottom: 5px;
        text-align: center;
    }

    .fall_harvest_2023 .fall_table_dining .row_tableware .col-right .tableware_title span {
        display: block;
        text-align: center;
        margin-right: unset;
    }

    .fall_harvest_2023 .fall_table_dining .row_dining .col-right {
        width: 100%;
    }

    .fall_harvest_2023 .fall_table_dining .row_dining .col-right .layout-row {
        flex-direction: row;
        justify-content: space-between;
    }

    .fall_harvest_2023 .fall_table_dining .row_dining .col-left {
        width: 100%;
    }

    .fall_harvest_2023 .fall_table_dining .row_dining .col-left img {
        width: 100%;
    }

    .fall_harvest_2023 .fall_table_dining .row_dining .col-left .dining_title {
        margin: 20px auto 25px;
        position: unset;
        top: unset;
        left: unset;
    }

    .fall_harvest_2023 .fall_table_dining .row_dining .col-left .dining_title h2 {
        margin-bottom: 5px;
        text-align: center;
    }

    .fall_harvest_2023 .fall_table_dining .row_dining .col-left .dining_title span {
        display: block;
        text-align: center;
        margin-left: unset;
    }

    .fall_harvest_2023 .fall_table_dining .layout-row .column-top {
        margin-bottom: unset;
    }

    .fall_harvest_2023 .fall_table_dining .layout-row .sub-col {
        width: 48%;
    }

    .fall_harvest_2023 .fall_table_dining .layout-row .sub-col span {
        letter-spacing: 0px;
        bottom: 5%;
    }

    /* Fall Featured Section */
    .fall_harvest_2023 .fall_featured {
        padding: 30px 25px;
    }

    .fall_harvest_2023 .fall_featured .layout-row .col {
        width: 100%;
    }

    .fall_harvest_2023 .fall_featured .layout-row .sub-col {
        width: 100%;
    }

    .fall_harvest_2023 .fall_featured .layout-row .column-top {
        padding: 30px 0px 30px;
    }

    .fall_harvest_2023 .fall_featured .layout-row .column-top h4 {
        margin-bottom: 15px;
    }

    .fall_harvest_2023 .fall_featured .layout-row .column-top h2 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .fall_harvest_2023 .fall_featured .layout-row .column-top .button_common {
        width: 100%;
    }

    /* Fall Category Section */
    .fall_harvest_2023 .fall_category .row_category {
        padding: 20px 25px 0px;
    }

    .fall_harvest_2023 .fall_category .row_category .layout-row {
        justify-content: space-between;
    }

    .fall_harvest_2023 .fall_category .row_category .layout-row .col {
        width: 47%;
    }

    .fall_harvest_2023 .fall_category .row_category .layout-row .col:nth-child(1) {
        order: 2;
    }

    .fall_harvest_2023 .fall_category .row_category .layout-row .col:nth-child(2) {
        order: 1;
    }

    .fall_harvest_2023 .fall_category .row_category .layout-row .col:nth-child(3) {
        order: 3;
    }

    .fall_harvest_2023 .fall_category .row_category .layout-row .col-middle {
        width: 100%;
        margin-bottom: 18px;
    }

    .fall_harvest_2023 .fall_category .row_category .layout-row .sub-col {
        width: 100%;
    }

    .fall_harvest_2023 .fall_category .row_category .layout-row .column-top {
        margin-bottom: 18px;
    }

    .fall_harvest_2023 .fall_category .row_category .layout-row .link_cta span {
        display: none;
    }

    /* Fall Sliders Section */
    .fall_harvest_2023 .fall_sliders {
        max-width: 100%;
        background-color: unset;
        padding: unset;
    }

    .fall_harvest_2023 .fall_sliders .bestsellers,
    .fall_harvest_2023 .fall_sliders .home_office {
        margin-bottom: 30px;
    }

    .fall_harvest_2023 .fall_sliders .shop_sliders .col {
        width: 100%;
    }

    .fall_harvest_2023 .fall_sliders .home_office .layout-row {
        flex-direction: column-reverse;
    }

    .fall_harvest_2023 .fall_sliders .bestsellers .col-right,
    .fall_harvest_2023 .fall_sliders .comfy_cozy .col-right,
    .fall_harvest_2023 .fall_sliders .home_office .col-left {
        padding-top: 30px;
    }

    .fall_harvest_2023 .fall_sliders .bestsellers .col .slider_title,
    .fall_harvest_2023 .fall_sliders .comfy_cozy .col .slider_title,
    .fall_harvest_2023 .fall_sliders .home_office .col .slider_title {
        top: 6%;
    }

    .fall_harvest_2023 .fall_sliders .shop_sliders .col .slider_title h2 {
        font-size: 21px;
        line-height: 25px;
    }

    .fall_harvest_2023 .fall_sliders .shop_sliders .col .slider_title span {
        font-size: 13px;
        line-height: 18px;
    }

    .fall_harvest_2023 .flexslider.productslider .slides li img {
        max-width: 190px;
    }

    .fall_harvest_2023 .flexslider.productslider .flex-control-nav {
        margin-top: 0px;
    }
}

/* --------------------------------Holiday Shop 2023---------------------------------- */
.holiday_shop_2023 .for-pc {
    display: block;
}

.holiday_shop_2023 .for-mobile {
    display: none;
}

.holiday_shop_2023 .layout-row a {
    text-decoration: unset;
    text-transform: unset;
}

.holiday_shop_2023 section {
    margin: 0 auto 50px;
    color: #282828;
    text-align: center;
}

.holiday_shop_2023 h2 {
    font-family: miller-display, "Times New Roman", serif;
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    color: #282828;
    margin-bottom: 10px;
}

.holiday_shop_2023 h3 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    color: #282828;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.holiday_shop_2023 .button_common {
    font-family: "Open Sans", sans-serif;
    width: 230px;
    height: 50px;
    line-height: 48px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #282828 !important;
    margin: 0px auto;
    border: 1px solid #282828;
    background-color: #F8F8F8;
}

.holiday_shop_2023 .link_cta {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    color: #282828;
    text-decoration: underline;
}

.holiday_shop_2023 .sec-border {
    max-width: 1390px;
    width: 100%;
    height: 1px;
    margin: 0 auto 50px !important;
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#dedede 50%,#dedede 51%,#dedede 100%) !important;
}

/* Hero Banner Section */
.holiday_shop_2023 .holiday_hero {
    max-width: 1600px;
    position: relative;
    overflow: hidden;
}

.holiday_shop_2023 .holiday_hero img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

/* .holiday_shop_2023 .holiday_hero img.hero-banner {
    transition: ease-in-out all 3s;
} */

.holiday_shop_2023 .holiday_hero .hero_heading {
    position: absolute;
    top: 50%;
    left: 23%;
    transform: translate(-50%, -50%);
    width: 555px;
    height: 460px;
    background-color: rgba(255,255,255,0.93);
    padding: 80px 40px;
}

.holiday_shop_2023 .holiday_hero .hero_heading h1 {
    font-family: miller-display, "Times New Roman", serif;
    font-size: 45px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    color: #282828;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.holiday_shop_2023 .holiday_hero .hero_heading p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
    color: #282828;
    margin-bottom: 40px;
}

.holiday_shop_2023 .holiday_hero .hero_heading .hero_cta {
    width: 100%;
    margin: 25px 0px;
}

.holiday_shop_2023 .holiday_hero .hero_heading .hero_cta .layout-row.layout-row-space {
    justify-content: space-around;
}

.holiday_shop_2023 .holiday_hero .hero_heading .hero_cta .button_common {
    font-family: "Open Sans", sans-serif;
    width: 220px;
    height: 50px;
    line-height: 48px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #FFFFFF !important;
    margin: 0px 0px 20px 0px;
    border: 1px solid #544A57;
    background-color: #544A57;
}

.holiday_shop_2023 .holiday_hero .hero_link {
    position: absolute;
    bottom: 0%;
    margin-bottom: 35px;
    margin-left: 45px;
}

.holiday_shop_2023 .holiday_hero .hero_link p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.holiday_shop_2023 .holiday_hero .hero_link p span {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    color: #FFFFFF;
}

.holiday_shop_2023 .holiday_hero .hero_link a {
    display: block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: left;
    color: #FFFFFF;
    text-decoration: underline;
}

/* Holiday Festive Section */
.holiday_shop_2023 .holiday_festive {
    max-width: 1385px;
    background-color: #F8F8F8;
}

.holiday_shop_2023 .holiday_festive .col {
    width: 50%;
}

.holiday_shop_2023 .holiday_festive .col-left {
    padding: 130px 150px 0px;
}

.holiday_shop_2023 .holiday_festive .col-right {
    padding: 42px 42px;
}

.holiday_shop_2023 .holiday_festive .col .button_common {
    width: 285px;
    margin-top: 30px;
}

.holiday_shop_2023 .holiday_festive .col img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

/* Founder Letter Section */
.holiday_shop_2023 .holiday_letter {
    max-width: 1230px;
    position: relative;
}

.holiday_shop_2023 .holiday_letter .letter {
    position: relative;
}

.holiday_shop_2023 .holiday_letter .letter .letter_head {
    width: 618px;
    display: block;
    margin-left: 550px;
}

.holiday_shop_2023 .holiday_letter .letter .letter_text {
    position: absolute;
    width: 410px;
    top: 17%;
    right: 150px;
}

.holiday_shop_2023 .holiday_letter .letter .letter_text h3 {
    margin-bottom: 20px;
    color: #282828;
}

.holiday_shop_2023 .holiday_letter .letter .letter_text h2 {
    margin-bottom: 30px;
}

.holiday_shop_2023 .holiday_letter .letter .letter_text p {
    margin: 20px auto 30px;
    width: 340px;
}

.holiday_shop_2023 .holiday_letter .letter .letter_text img {
    width: 140px;
}

.holiday_shop_2023 .holiday_letter .founder {
    position: absolute;
    top: 13%;
    left: 75px;
}

.holiday_shop_2023 .holiday_letter .founder img {
    width: 555px;
}

/* Holiday Gifts Section */
.holiday_shop_2023 .holiday_gifts {
    max-width: 1390px;
}

.holiday_shop_2023 .holiday_gifts .cardslider {
    margin-top: 50px;
}

.holiday_shop_2023 .holiday_gifts .cardslider .slides li img {
    width: 400px;
    margin-bottom: 30px;
}

.holiday_shop_2023 .holiday_gifts .cardslider .slides li img:hover {
    transform: unset;
}

.holiday_shop_2023 .holiday_gifts .cardslider .slides li > div {
    background-color: unset;
    padding: 0px;
}

.holiday_shop_2023 .holiday_gifts .cardslider .flex-direction-nav {
    top: 45%;
}

.holiday_shop_2023 .holiday_gifts .cardslider .flex-direction-nav a:before {
    display: none;
}

.holiday_shop_2023 .holiday_gifts .cardslider a {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    color: #282828;
    text-decoration: underline;
}

/* Holiday Time Section */
.holiday_shop_2023 .holiday_time {
    max-width: 1390px;
}

.holiday_shop_2023 .holiday_time .cardslider {
    margin-top: 50px;
    padding: 0px;
}

.holiday_shop_2023 .holiday_time .cardslider li {
    margin-right: 30px !important;
}

.holiday_shop_2023 .holiday_time .cardslider .flex-direction-nav {
    display: none;
}

.holiday_shop_2023 .holiday_time .cardslider .slides li img:hover {
    transform: unset;
}

.holiday_shop_2023 .holiday_time .cardslider .slides li > div {
    background-color: #f8f8f8;
    padding: 30px 45px;
}

.holiday_shop_2023 .holiday_time .cardslider p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
    color: #282828;
    margin-bottom: 10px;
}

.holiday_shop_2023 .holiday_time .cardslider a {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    color: #282828;
    text-decoration: underline;
}

/* Holiday Sliders Section */
.holiday_shop_2023 .holiday_sliders {
    max-width: unset;
    background-color: #F8F8F8;
    padding: 50px 0px;
}

.holiday_shop_2023 .holiday_sliders .shop_sliders {
    max-width: 1390px;
    margin: 0 auto;
    color: #282828;
    text-align: center;
    padding-top: 50px;
}

.holiday_shop_2023 .holiday_sliders .shop_sliders .col {
    width: 50%;
}

.holiday_shop_2023 .holiday_sliders .bedroom .col-left,
.holiday_shop_2023 .holiday_sliders .rugs .col-left,
.holiday_shop_2023 .holiday_sliders .kitchen .col-left {
    position: relative;
}

.holiday_shop_2023 .holiday_sliders .bedroom .col-right,
.holiday_shop_2023 .holiday_sliders .rugs .col-right,
.holiday_shop_2023 .holiday_sliders .kitchen .col-right {
    background-color: #FFFFFF;
}

.holiday_shop_2023 .holiday_sliders .bedroom .col .slider_title,
.holiday_shop_2023 .holiday_sliders .rugs .col .slider_title,
.holiday_shop_2023 .holiday_sliders .kitchen .col .slider_title {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.holiday_shop_2023 .holiday_sliders .pillows .col-right,
.holiday_shop_2023 .holiday_sliders .bath .col-right {
    position: relative;
}

.holiday_shop_2023 .holiday_sliders .pillows .col-left,
.holiday_shop_2023 .holiday_sliders .bath .col-left {
    background-color: #FFFFFF;
}

.holiday_shop_2023 .holiday_sliders .pillows .col .slider_title,
.holiday_shop_2023 .holiday_sliders .bath .col .slider_title {
    position: absolute;
    top: 8%;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
}

.holiday_shop_2023 .holiday_sliders .shop_sliders .col .slider_title h2 {
    font-size: 26px;
    line-height: 34px;
    color: #282828;
    text-transform: capitalize;
}

.holiday_shop_2023 .holiday_sliders .shop_sliders .col .slider_title span {
    font-size: 14px;
    line-height: 19px;
    color: #282828;
}

.holiday_shop_2023 .flexslider.productslider .flex-control-nav {
    margin-top: 40px;
}

.holiday_shop_2023 .dhudson-carousel .link_cta {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    color: #282828;
    text-decoration: underline;
}

@media screen and (min-width: 601px) {
    .holiday_shop_2023 .flexslider.productslider {
        padding: 40px 50px;
    }

    .holiday_shop_2023 .flexslider.productslider .slides li {
        padding-top: 70px;
    }

    .holiday_shop_2023 .flexslider.productslider .slides li img {
        max-width: 450px;
    }

    .holiday_shop_2023 .flexslider.productslider .flex-direction-nav {
        top: 50%;
    }

    .holiday_shop_2023 .flexslider.productslider .flex-direction-nav .flex-next {
        right: 80px;
    }

    .holiday_shop_2023 .flexslider.productslider .flex-direction-nav .flex-prev {
        left: -21px;
    }
}

@media screen and (max-width: 1000px) {
    .holiday_shop_2023 .for-pc {
        display: none;
    }

    .holiday_shop_2023 .for-mobile {
        display: block;
    }

    .holiday_shop_2023 .sec-border {
        max-width: calc(100% - 50px);
        width: 100%;
        height: 1px;
        margin: 0 auto 30px !important;
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#dedede 50%,#dedede 51%,#dedede 100%) !important;
    }

    .holiday_shop_2023 h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .holiday_shop_2023 h3 {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .holiday_shop_2023 .button_common {
        width: 100%;
        font-size: 13px;
    }

    .holiday_shop_2023 .link_cta {
        font-size: 12px;
        line-height: 16px;
    }

    /* Hero Banner Section */
    .holiday_shop_2023 .holiday_hero .hero_heading {
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
        height: unset;
        background-color: #F8F8F8;
        padding: 20px 10px 10px;
    }

    .holiday_shop_2023 .holiday_hero .hero_heading h1 {
        font-size: 33px;
        line-height: 33px;
        margin-bottom: 10px;
    }

    .holiday_shop_2023 .holiday_hero .hero_heading p {
        margin-bottom: 20px;
    }

    .holiday_shop_2023 .holiday_hero .hero_heading .hero_cta a span {
        display: none;
    }

    .holiday_shop_2023 .holiday_hero .hero_link {
        margin-bottom: 20px;
        margin-left: 25px;
    }

    .holiday_shop_2023 .holiday_hero .hero_link p {
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    .holiday_shop_2023 .holiday_hero .hero_link p span {
        font-size: 13px;
        line-height: 18px;
    }

    .holiday_shop_2023 .holiday_hero .hero_heading .hero_cta {
        width: 100%;
        margin: 0px 0px;
    }

    .holiday_shop_2023 .holiday_hero .hero_heading .hero_cta .button_common {
        width: 160px;
        font-size: 12px;
        margin-bottom: 20px;
        color: #282828 !important;
        border: 1px solid #282828;
        background-color: transparent;
    }

    /* Holiday Festive Section */
    .holiday_shop_2023 .holiday_festive {
        padding: 30px 0px 0px;
    }

    .holiday_shop_2023 .holiday_festive .col {
        width: 100%
    }

    .holiday_shop_2023 .holiday_festive .col-left {
        padding: 0px 25px 30px;
    }

    .holiday_shop_2023 .holiday_festive .col-left h2 {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 0px;
    }

    .holiday_shop_2023 .holiday_festive .col-right {
        padding: 0px 25px 30px;
    }

    .holiday_shop_2023 .holiday_festive .col .button_common {
        width: 100%;
    }

    /* Founder Letter Section */
    .holiday_shop_2023 .holiday_letter {
        background: url(/Content/images_cust/holiday_shop_2023/10_07_holiday_letter-mob.jpg);
        background-size: contain;
        background-position: top left;
        background-repeat: no-repeat;
        padding-top: 50px;
        margin-bottom: 0px;
    }

    .holiday_shop_2023 .holiday_letter .letter .letter_head {
        display: none;
    }

    .holiday_shop_2023 .holiday_letter .letter .letter_text {
        position: unset;
        width: 100%;
    }

    .holiday_shop_2023 .holiday_letter .letter .letter_text h3 {
        margin-bottom: 15px;
    }

    .holiday_shop_2023 .holiday_letter .letter .letter_text h2 {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 28px;
    }

    .holiday_shop_2023 .holiday_letter .letter .letter_text p {
        margin: 10px auto 15px;
    }

    .holiday_shop_2023 .holiday_letter .letter .letter_text img {
        width: 100px;
        margin-top: 10px;
    }

    .holiday_shop_2023 .holiday_letter .founder {
        position: unset;
    }

    .holiday_shop_2023 .holiday_letter .founder img {
        width: 290px;
        margin: 30px auto;
    }

    /* Holiday Gifts Section */
    .holiday_shop_2023 .holiday_gifts {
        margin-bottom: 30px;
    }

    .holiday_shop_2023 .holiday_gifts p {
        padding: 0px 40px;
    }

    .holiday_shop_2023 .holiday_gifts .cardslider {
        margin-top: 30px;
    }

    .holiday_shop_2023 .holiday_gifts .cardslider .slides li img {
        width: 250px;
        margin-bottom: 20px;
    }

    /* Holiday Time Section */
    .holiday_shop_2023 .holiday_time {
        margin-bottom: 30px;
    }

    .holiday_shop_2023 .holiday_time .cardslider {
        margin-top: 30px;
        padding: unset;
    }

    .holiday_shop_2023 .holiday_time .cardslider li {
        margin-right: 0px !important;
    }

    .holiday_shop_2023 .holiday_time .cardslider .slides li > div {
        padding: 20px 20px 30px;
    }

    .holiday_shop_2023 .holiday_time .cardslider .flex-control-nav li {
        margin: 0 10px;
    }

    /* Holiday Sliders Section */
    .holiday_shop_2023 .holiday_sliders {
        max-width: 100%;
        background-color: unset;
        padding: unset;
        margin-bottom: 30px;
    }

    .holiday_shop_2023 .holiday_sliders .bedroom,
    .holiday_shop_2023 .holiday_sliders .pillows,
    .holiday_shop_2023 .holiday_sliders .rugs,
    .holiday_shop_2023 .holiday_sliders .bath {
        margin-bottom: 30px;
    }

    .holiday_shop_2023 .holiday_sliders .shop_sliders {
        padding-top: 30px;
    }

    .holiday_shop_2023 .holiday_sliders .shop_sliders .col {
        width: 100%;
    }

    .holiday_shop_2023 .holiday_sliders .pillows .layout-row,
    .holiday_shop_2023 .holiday_sliders .bath .layout-row {
        flex-direction: column-reverse;
    }

    .holiday_shop_2023 .holiday_sliders .bedroom .col-right,
    .holiday_shop_2023 .holiday_sliders .rugs .col-right,
    .holiday_shop_2023 .holiday_sliders .kitchen .col-right,
    .holiday_shop_2023 .holiday_sliders .pillows .col-left,
    .holiday_shop_2023 .holiday_sliders .bath .col-left {
        padding-top: 30px;
    }

    .holiday_shop_2023 .holiday_sliders .bedroom .col .slider_title,
    .holiday_shop_2023 .holiday_sliders .pillows .col .slider_title,
    .holiday_shop_2023 .holiday_sliders .rugs .col .slider_title,
    .holiday_shop_2023 .holiday_sliders .bath .col .slider_title,
    .holiday_shop_2023 .holiday_sliders .kitchen .col .slider_title {
        top: 6%;
    }

    .holiday_shop_2023 .holiday_sliders .shop_sliders .col .slider_title h2 {
        font-size: 21px;
        line-height: 25px;
    }

    .holiday_shop_2023 .holiday_sliders .shop_sliders .col .slider_title span {
        font-size: 13px;
        line-height: 18px;
    }

    .holiday_shop_2023 .flexslider.productslider .slides li img {
        max-width: 190px;
    }

    .holiday_shop_2023 .flexslider.productslider .flex-control-nav {
        margin-top: 0px;
    }
}

/* --------------------------------Offers LP 2023---------------------------------- */
.offers_coupons .for-pc {
    display: block;
}

.offers_coupons .for-mobile {
    display: none;
}

.offers_coupons .layout-row a {
    text-decoration: unset;
    text-transform: unset;
}

.offers_coupons section {
    max-width: 1300px;
    margin: 0 auto 40px;
    color: #383838;
    text-align: center;
}

.offers_coupons h2 {
    font-family: miller-display, "Times New Roman", serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    color: #383838;
    margin-bottom: 10px;
}

.offers_coupons p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
    color: #383838;
}

.offers_coupons .button_common {
    font-family: "Open Sans", sans-serif;
    width: 300px;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #FFFFFF !important;
    margin: 0px auto;
    border: 1px solid #655A69;
    background-color: #655A69;
}

.offers_coupons .link_cta {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    color: #383838;
    text-decoration: underline;
}

.offers_coupons .sec-border {
    max-width: 1300px;
    width: 100%;
    height: 1px;
    margin: 0 auto 40px !important;
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#dedede 50%,#dedede 51%,#dedede 100%) !important;
}

.offers_coupons .text_wrapper #sms_signup_trigger {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.5px;
    text-decoration: underline;
}

.offers_coupons .text_wrapper #sms_signup_trigger img {
    display: inline-block;
    width: 28px;
    margin-right: 5px;
    vertical-align: bottom;
    height: 28px;
}

.ui-widget.ui-widget-content {
    position: absolute;
    height: auto;
    width: 330px !important;
    top: 50% !important;
    left: 50% !important;
    display: block;
    transform: translate(-50%, -50%) !important;
}

.ui-widget.ui-widget-content .ui-dialog-title {
    visibility: hidden;
}

#generic_dialog_msg > div {
    width: 100% !important;
    margin: 5px auto 20px !important;
    text-align: center;
}

#generic_dialog_msg .button_med {
    width: 150px !important;
    text-transform: uppercase;
}

/* Headline Section */
.offers_coupons .offers_headline {
    padding-top: 50px;
}

.offers_coupons .offers_headline h1 {
    font-family: miller-display, "Times New Roman", serif;
    font-size: 39px;
    line-height: 47px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    color: #383838;
    margin-bottom: 10px;
}

/* Banner Sections */
.offers_coupons .banner_box .layout-row .banner_img {
    width: 860px;
}

.offers_coupons .banner_box .layout-row .banner_text {
    width: 440px;
    background-color: #F8F8F8;
    padding: 70px 45px 0px;
    position: relative;
}

.offers_coupons .banner_box .layout-row .banner_text .text-box {
    position: absolute;
    width: 350px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.offers_coupons .banner_box .layout-row .banner_text .text-box p > a {
    text-decoration: underline;
    font-weight: 400;
}

.offers_coupons .banner_box .layout-row .banner_text h2 {
    margin-bottom: 15px;
}

.offers_coupons .banner_box .layout-row .banner_text p {
    margin-bottom: 20px;
}

.offers_coupons .holiday_hero .hero_heading .hero_cta .button_common {
    font-family: "Open Sans", sans-serif;
    width: 220px;
    height: 50px;
    line-height: 48px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #FFFFFF !important;
    margin: 0px 0px 20px 0px;
    border: 1px solid #544A57;
    background-color: #544A57;
}

.offers_coupons .banner_box .layout-row .banner_text input {
    height: 50px;
    line-height: 1;
    border: 1px solid #DEDEDE;
    padding: 13px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    display: inline-block;
    font-size: 13px;
    color: #383838;
    background-color: #FFFFFF;
    vertical-align: top;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin-bottom: 15px;
}

.offers_coupons .banner_box .layout-row .banner_text button {
    font-family: "Open Sans", sans-serif;
    width: 300px;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #FFFFFF !important;
    margin: 0px auto;
    border: 1px solid #655A69;
    background-color: #655A69;
}

/* Slider Sections */
.offers_coupons .slider_open_box {
    max-width: 1330px;
}

.offers_coupons .flexslider.productslider .flex-control-nav {
    margin-top: 40px;
}

.offers_coupons .dhudson-carousel .link_cta {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    color: #383838;
    text-decoration: underline;
}

/* Free Shipping Section */
.offers_coupons .banner_free_shipping .col-left,
.offers_coupons .banner_free_shipping .col-right {
    width: 33%;
}

.offers_coupons .banner_free_shipping .col-left .layout-row.layout-row-space,
.offers_coupons .banner_free_shipping .col-right .layout-row.layout-row-space {
    justify-content: space-evenly;
}

.offers_coupons .banner_free_shipping .sub-col {
    width: 150px;
}

.offers_coupons .banner_free_shipping .col-center {
    width: 34%;
    padding: 0 20px;
}

.offers_coupons .banner_free_shipping .col-center h2 {
    font-family: miller-display, "Times New Roman", serif;
    font-size: 39px;
    line-height: 47px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    color: #383838;
    margin-bottom: 15px;
}

.offers_coupons .banner_free_shipping .col-center .link_cta {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    color: #383838;
    text-decoration: underline;
    margin-top: 15px;
    display: block;
    text-transform: uppercase;
}

/* Terms Section */
.offers_coupons .terms p {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
    color: #383838;
}

.offers_coupons .terms p > a {
    text-decoration: underline;
    font-weight: 400;
}

@media screen and (min-width: 601px) {
    .offers_coupons .flexslider.productslider {
        padding: 40px 50px 0px;
    }

    .offers_coupons .flexslider.productslider .flex-direction-nav {
        top: 50%;
    }

    .offers_coupons .flexslider.productslider .flex-direction-nav .flex-next {
        right: 20px;
    }

    .offers_coupons .flexslider.productslider .flex-direction-nav .flex-prev {
        left: -80px;
    }
}

@media screen and (max-width: 1000px) {
    .offers_coupons .for-pc {
        display: none;
    }

    .offers_coupons .for-mobile {
        display: block;
    }

    .offers_coupons section {
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .offers_coupons .sec-border {
        max-width: calc(100% - 35px);
        width: 100%;
        height: 1px;
        margin: 0 auto 30px !important;
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#dedede 50%,#dedede 51%,#dedede 100%) !important;
    }

    .offers_coupons h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 15px;
    }

    .offers_coupons .button_common {
        width: 100%;
        font-size: 13px;
    }

    .offers_coupons .link_cta {
        font-size: 12px;
        line-height: 16px;
    }

    .offers_coupons .text_wrapper {
        margin-top: -10px;
    }

    .ui-widget.ui-widget-content {
        width: 300px !important;
        position: fixed;
    }

    .ui-widget.ui-widget-content .ui-dialog-title {
        visibility: hidden;
    }

    #generic_dialog_msg {
        max-width: 250px !important;
        min-width: 250px !important;
        margin: 0px auto !important;
        min-height: auto !important;
        padding: 0px !important;
    }

    #generic_dialog_msg > div {
        max-width: 240px !important;
        width: 100% !important;
        margin: 5px auto 20px !important;
        text-align: center;
    }

    #generic_dialog_msg .button_med {
        width: 125px !important;
        text-transform: uppercase;
        padding: 10px 0;
        border: 1px solid #383838;
        display: block;
        margin: 15px auto 0px;
    }

    .ui-dialog .ui-resizable-se {
        display: none !important;
    }

    /* Headline Section */
    .offers_coupons .offers_headline {
        padding-top: 30px;
    }

    .offers_coupons .offers_headline h1 {
        font-family: miller-display, "Times New Roman", serif;
        font-size: 34px;
        line-height: 41px;
    }

    /* Banner Sections */
    .offers_coupons .banner_box.banner_left .layout-row {
        flex-direction: column;
    }

    .offers_coupons .banner_box.banner_right .layout-row {
        flex-direction: column-reverse;
    }

    .offers_coupons .banner_box .layout-row .banner_img {
        width: 100%;
    }

    .offers_coupons .banner_box .layout-row .banner_text {
        width: 100%;
        padding: 30px 35px;
    }

    .offers_coupons .banner_box .layout-row .banner_text .text-box {
        position: unset;
        width: unset;
        top: unset;
        left: unset;
        transform: unset;
    }

    /* Slider Section */
    .offers_coupons .flexslider.productslider {
        padding-top: 25px;
    }

    /* Terms Section */
    .offers_coupons .terms p {
        font-size: 10px;
    }

    /* Free Shipping Section */
    .offers_coupons .banner_free_shipping.for-mobile .layout-row {
        flex-direction: column;
    }

    .offers_coupons .banner_free_shipping.for-mobile .layout-row .col {
        width: 100%;
    }

    .offers_coupons .banner_free_shipping.for-mobile .col-bottom {
        padding: 20px 35px 0px;
    }

    .offers_coupons .banner_free_shipping.for-mobile .col-bottom .link_cta {
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 14px;
        line-height: 19px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-align: center;
        color: #383838;
        text-decoration: underline;
        margin-top: 10px;
        display: block;
        text-transform: uppercase;
    }

    .offers_coupons .banner_free_shipping.for-mobile .col-top .layout-row {
        flex-direction: row;
    }

    .offers_coupons .banner_free_shipping.for-mobile .col-top .layout-row.layout-row-space {
        justify-content: space-evenly;
    }

    .offers_coupons .banner_free_shipping.for-mobile .sub-col {
        width: 90px;
    }

    .offers_coupons .slider_open_box h2 {
        margin-bottom: 5px;
    }

    .offers_coupons .flexslider.productslider .flex-control-nav {
        margin-top: 0px;
    }
}
