body {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #55565a;
    background: #fff;
}

.wrapper {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    background: #FFF;
    display: flex;
    flex-direction: column;
    /* background: #f6f4f1;*/
}

.img-responsive {
    max-width: 100%;
    display: block;
}

p {
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'Old Standard TT', sans-serif;
    font-weight: 200;
    padding: 0;
    margin: 0;
    line-height: 1.4;
    font-style: normal;
}

h2,
h3,
h4,
h5,
h5 {
    font-family: 'Old Standard TT', sans-serif;

}

.hero-learn-more {
    color: #FFF;
    text-decoration: none;
    border-bottom: solid 3px #FFF;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
}

.learn-more {
    color: #041C2C;
    text-decoration: none;
    border-bottom: solid 3px #041C2C;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0;
}

.read-more {
    color: #df9c95;
    border: solid 2px #df9c95;
    padding: 10px;
    background: #FFF;
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.125em;
}

.read-more a {
    font-size: 20px;
}

.breadcrumb ul {
    margin: 20px 0;
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
}

.breadcrumb li {
    list-style: none;
    padding-right: 25px;
    position: relative;
    margin-right: 11px;
}

.breadcrumb li:after {
    content: "//";
    position: absolute;
    right: 0;
    color: rgb(117, 119, 121);
}

.breadcrumb li:last-child:after {
    content: "";
}

.breadcrumb li a {
    text-decoration: none;
    color: inherit;
    font-weight: 700;
    color: #000;
}

.breadcrumb li.active a {
    color: rgb(117, 119, 121);
}
.breadcrumb li a:before {
    content: "";
    background: url(/Thomasville/images/global/pd_breadcrumb.svg) no-repeat;
    width: 15px;
    height: 15px;
    background-size: 9px;
    background-position: bottom;
    display: inline-block;
    margin-right: 5px;
}
@media screen and (max-width: 767px) {
    .breadcrumb li a:before {
        width: 9px;
    }

}
.lightbox {
    display: none;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-justify {
    text-align: justify;
}

.see-checklist {
    text-transform: uppercase;
    font-weight: 700;
    color: #55565a;
    text-decoration: none;
    border-bottom: solid 3px #55565a;
    display: inline-block;
    margin-bottom: 10px;
    font-size: .8em;
}

.main-content {
    padding: 0 15px;
}

/*** Back to top styles *****/
#back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 32px;
    text-align: center;
    background: #fff;
    color: #554F47;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    padding: 5px;
    font-family: inherit;
    font-weight: 700;
    font-size: 0.875em;
}

#back-to-top.show {
    opacity: 1;
}

#back-to-top span {
    background: url(/Thomasville/images/global/sprite_image.png) no-repeat -240px -75px;
    width: 25px;
    height: 17px;
    display: block;
    margin: 0 auto;
}

/*print share icons*/
.pagetools-section>ul {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 0;
}

.pagetools-section ul li {
    padding: 0 30px 0 0;
    text-transform: uppercase;
    list-style: none;
    font-weight: 700;
}

.pagetools-section ul li.share {
    position: relative;
}

.pagetools-section ul li.print span, .pagetools-section ul li .shareLink span {
    background: transparent url(/Thomasville/images/global/sprite_image.png);
    width: 22px;
    height: 14px;
    font-weight: bold;
    float: left;
    position: relative;
    top: 2px;
}

.pagetools-section ul li:first-child span {
    background-position: -396px -409px;
}

.pagetools-section ul li a {
    font-size: 0.82em;
    color: #041C2C;
    text-decoration: none;
}

.pagetools-section ul li:last-child span {
    background-position: -454px -409px;
}
.shareIconContent{
    width:50px;
    position: absolute;
    bottom: 15px;
    right: 22px;
    display:none;
}
/**** CSS for two column template ***/
.twocol-block {
    margin-bottom: 25px;
}

.twocol-sidebar {
    margin-bottom: 20px;
}

.simple-nav {
    margin: 0;
    padding: 0;
    border: solid 1px #CCC;
}

.simple-nav li {
    list-style: none;
    padding: 15px;
    background: #FFF;
    border-bottom: solid 1px #CCC;
}

.simple-nav li:last-child {
    border-bottom: none;
}

.simple-nav li a {
    text-decoration: none;
    color: inherit;
    font-size: 0.875em;
    font-weight: 600;
    color: #000;
}

.font400 {
    font-weight: 400 !important;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.home-depot-banner {
    max-width: 100%;
    margin: 0 auto;
    height: 130px;
    display: flex;
    align-items: center;
    background-color: #F96402;
    color: #fff;
    font-size: 20px;
    border-top: #e2e3e3 1px solid;
}

.home-depot-banner .hd-logo{
    background-color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 0 7%;
    flex-shrink: 0;
}

.home-depot-banner .hd-content {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
}

.home-depot-banner .hd-content p {
    margin-left: 40px;
    max-width: 255px;
    font-size: 22px;
    margin-right: 100px;
}

.home-depot-banner .hd-content a {
    font-size: 18px;
    border: 2px solid #fff;
    padding: 12px 35px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-right: 20px;
    white-space: nowrap;
    border-radius: 5px;
}

.hd-text-img {
    margin: 0 50px -40px 15px;
}

a.inline-link {
    text-decoration: none;
    color: #041C2C;
    font-weight: 600;
    display: inline !important;
}

/* CSS for Error Page starts */

.custom-error-page{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: table;
}
.error-heading{
    margin: 40px 0;
    color: #041c2c;
    font-size: 40px;
}
.error-heading.caps{
    margin: 0 0 50px 0;
    color: #565059;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Raleway',sans-serif;
}
.caps{
    text-transform: uppercase;
}
.custom-error-page h3{
    margin:50px 0 20px 0;
    color: #041c2c;
    font-size: 40px;
}
.result h3{
    margin:20px 0 15px 0;
}
.result {
    padding:0 0 30px 0;
    border-color: #D4D4D4;
    border-style: solid;
    border-width: 0 0 1px 0;
}
.result h3 a {
     color: #041c2c;
    font-size: 25px;
    text-decoration: none;
}
.result p a {
     color: #041c2c;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
    }
.result p a:after {
    content: "";
    font-family: 'Raleway', sans-serif;
    margin-left: 5px;
    background: no-repeat center url(/Thomasville/images/global/title-arrows.png);
    color: #FFF0;
    background-size: contain;
    background-position: 0 9px;
    width: 15px;
    height: 20px;
    display: inline-block;
}
#search-form {
    border-color: #D4D4D4;
    border-style: solid;
    border-width: 1px 0 1px 0;
    padding: 10px 0;
}
.custom-error-page input[type=text]{
    width: 300px;
    padding: 10px;
    font-weight: 600;
    float: left;
    background: #f4f4f4;
    border: 1px solid #e9e9e9;
}
.custom-error-page input[type=submit] {
    width: 40px;
    height: 40px;
   
     border: 1px solid #e9e9e9;
     background:url(/Thomasville/images/global/search-sr.png) 13px 13px no-repeat #e9e9e9;
     border: 1px solid #e9e9e9;
}
@media (max-width: 768px) {
    .home-depot-banner .hd-content {
        display: block;
        text-align: center;
    }
    
    .home-depot-banner .hd-content p {
        margin: 20px 0 30px 0;
        max-width: 100%;
        font-size: 14px;
    }

    .home-depot-banner .hd-content a {
        margin: 0;
        font-size: 12px;
        padding: 12px 25px;
    }

    .home-depot-banner .hd-content a:last-child {
        margin-left: 10px;
    }

}

@media (min-width: 768px) {
    .breadcrumb ul {
        margin-bottom: 20px;
    }

    .breadcrumb {
        margin-top: 30px;
    }

    .twocol-block {
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;
    }

    .sidenav-list {
        width: 265px;
    }

    .twocol-content {
        margin-left: 20px;
    }

    .twocol-sidebar {
        width: 29.5%;
        max-width: 265px;
    }

    .twocol-content {
        width: 67.5%;
    }
}

@media(min-width: 992px) {
    .breadcrumb {
        display: none;
    }

    .twocol-block {
        margin: 30px auto 0;
        max-width: 1255px;
        width: 100%;
    }

    .twocol-content {
        margin-left: 50px;
    }
}

@media (min-width: 1200px) {
    .twocol-content {
        width: 77.5%;
    }

    .learn-more,
    .hero-learn-more {
        font-size: 13px;
    }

    .gsdetails ul {
        margin-bottom: 43px;
    }

    .home-banner-content .hero-learn-more {
        font-size: 14px;
    }
}

/**Pintrest starts**/
.pinterest-feed> :first-child {
    width: 100% !important;
    max-width: 1170px !important;
}

.pinterest-feed> :first-child span:nth-child(2) {
    height: 100% !important;
}

.pinterest-feed> :first-child span:nth-child(2) span span {
    padding-right: 20px !important;
}

.pinterest-feed> :first-child span:nth-child(2) span span:first-child {
    padding-left: 20px !important;
}

.pinterest-feed> :first-child span:nth-child(2) span span span {
    margin-bottom: 20px !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

.pinterest-feed> :first-child span:nth-child(3) span span span {
    height: 35px !important
}

.pinterest-feed> :first-child>span:nth-child(3)> :first-child {
    background-color: #FFF;
    border: 2px solid rgba(168, 11, 52, 1);
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-radius: 0;
    width: 30%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.pinterest-feed> :first-child>span:nth-child(3)> :first-child span {
    color: rgba(221, 2, 22, 1) !important;
    font-size: 1.2em !important;

}

@media (min-width: 375px) {
    .pinterest-feed {
        margin-top: 20px !important;
    }
}

/**Pintrest Ends**/
h1 sup {
    font-size: 0.5em;
    left: -10px;
    top: -20px;
}

.sidr {
    background: #F3F5F4;
}
/* language Dropdown */
.lang-switch {
    position: relative;
    user-select: none;
}
.utility-nav .lang-switch ul {
    display: block;
}
.lang-switch:hover, .lang-switch:focus {
    cursor: pointer;
}
.lang-button .lang-icon {
    height: 10px;
    width: 15px;
}
.lang-button .lang-name {
    color: #fff;
    font-size: 11px;
    vertical-align: middle;
}
.chev {
    background: url(/Thomasville/images/global/white-arrow.png) no-repeat 100%/cover;
    display: inline-block;
    height: 4px;
    margin-left: -1px;
    position: relative;
    top: -3px;
    width: 7px;
}
.lang-list {
    background: url(/Thomasville/images/global/language-dropdown.png) no-repeat 100%/cover;
    position: absolute;
    height: 60px;
    text-transform: uppercase;
    width: 70px;
    z-index: 999;
}
.lang-list.close {
    display: none;
}
.utility-nav .lang-list ul {
    margin: 10px auto 0;
    padding: 0 9px;
    overflow: hidden;
    text-align: center;
}
.utility-nav .lang-list ul li {
    color: #808080;
    font-family: 'Raleway';
    font-size: 11px;
    margin: 0;
    padding: 4px 0;
}
.utility-nav .lang-list ul li.active {
    color: #041C2C;
    font-weight: 600;
}
.utility-nav .lang-list ul li:first-child {
    border-bottom: 1px solid #808080;
}

.slick-initialized .slick-slide {
    outline: none;
}

.shareLink {
    position: relative;
    z-index: 9999;
}

@media screen and (min-width: 768px) {
    .more_text {
        text-align: left;
        margin: 40px 0 0 10px;
        min-width: 100px;
        float: right;
    }
}

@media screen and (min-width: 1000px) {
    .more_text {
        text-align: left;
        margin: 40px 0 0 10px;
        min-width: 100px;
        float: right;
    }
}

.more_text p {
    margin: auto;
    padding: 0;
    line-height: 16px;
    color: #1e1e1e;
    font-family: 'Raleway' !important;
    font-size: 12px !important;
    font-weight: 400;
}

@media screen and (min-width: 1000px) {
    .more_text span {
        font-weight: bold;
    }
}

.more_text p span {
    font-weight: 700;
    font-family: 'Raleway' !important;
    font-size: 12px !important;
}

@media (max-width: 767px) {
    .more_text p {
        display: inline-block;
        margin-left: 5px;
    }
    .hd-content {
        font-size: 12px;
        background-color: #F96402;
        padding-bottom: 30px;
    }
    .home-depot-banner .hd-content a {
        font-size: 12px;
        padding: 7px;
    }
    .home-depot-banner .hd-content a:last-child {
        margin-left: 10px;
    }
    .home-depot-banner {
        background-color: #fff;
    }
    .home-depot-banner .hd-logo {
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .home-depot-banner .hd-logo img {
        width: 58px;
        height: 58px;
    }
    .home-depot-banner {
        flex-direction: column;
        height: auto;
    }
    .custom-error-page{
        margin: 0 20px;
        width: auto;
    }
    .custom-error-page input[type=text]{
        width: 80%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
    .home-depot-banner .hd-content {
        display: block;
        text-align: center;
    }
    .home-depot-banner .hd-content p {
        margin: 20px 0 30px 0;
        max-width: 100%;
    }
    .home-depot-banner .hd-content a {
        margin-left: auto;
        font-size: 12px;
        margin: 0;
    }
    .home-depot-banner .hd-content a:last-child {
        margin-left: 10px;
    }
    
}
/* Tablet Styles start here */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .custom-error-page{
        margin: 0 20px;
        width: auto;
    }
}
@media screen and (min-width: 1000px){
.lang-list {
    position: absolute;
    height: 72px;
    overflow: hidden;
    width: 76px;
}
.utility-nav .lang-list ul {
    margin: 10px auto 0;
    padding: 0 9px;
}
.utility-nav .lang-list ul li {
    font-size: 11px;
    padding: 7px 0;
}
}
body:after {
    content: "";
}
@media screen and (min-width: 1400px) {
    .home-depot-banner .hd-logo {
        padding: 0 0 0 19vw;
    }
}

#TVLoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

div#TVLoverlay .model {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    background-color: white;
    width: 100%;
    height: 50%;
    color: red;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

div#TVLoverlay .modeltbl {
    display: inline-table;
    width: 100%;
    height: 70%;
    margin-top: 2%;
}

.logoflag, .heading, .cta {
    display: table-row;
}

div#TVLoverlay .logo, div#TVLoverlay .flag, div#TVLoverlay .headingenglish, div#TVLoverlay .headingfrench, div#TVLoverlay .ctaenglish, div#TVLoverlay .ctafrench {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

div#TVLoverlay .nothanks {
    text-align: center;
    display: inline-block;
    width: 100%;
}

div#TVLoverlay .logo, div#TVLoverlay .headingenglish, div#TVLoverlay .ctaenglish {
    text-align: right;
}

div#TVLoverlay .vl {
    border-left: 2px solid #041C2C;
    height: 20%;
    position: absolute;
}

div#TVLoverlay div.logo img {
    margin-right: 7%;
    height: auto;
    width: 32%;
}

div#TVLoverlay div.flag img {
    width: 20%;
    height: auto;
    margin-left: 5%;
}

div#TVLoverlay div.heading p, div#TVLoverlay div.nothanks p, div#TVLoverlay div.MobileOverlay p {
    font-size: 20px;
    color: #67676a;
    letter-spacing: .7px;
}

div#TVLoverlay div.heading div.headingenglish p {
    margin-right: 20%;
}

div#TVLoverlay div.cta a, div#TVLoverlay div.MobileOverlay a {
    border: 2px solid #000000;
    border-radius: 15px;
    font-size: 16px;
    color: #000000;
    padding: 14px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    width: 40%;
    text-align: center;
}

div#TVLoverlay div.ctaenglish a {
    margin-right: 16%;
}

div#TVLoverlay div.nothanks p u a {
    color: #67676a;
}

div#TVLoverlay div.MobileOverlay {
    display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
    div#TVLoverlay .model {
        height: 40%;
    }

    div#TVLoverlay div.flag img {
        width: 40%;
    }

    div#TVLoverlay div.logo img {
        width: 70%;
    }
}

@media (max-width: 1024px) {
    div#TVLoverlay div.cta a, div#TVLoverlay div.MobileOverlay a {
        width: 60%;
    }
}

@media(max-width:768px) {
    div#TVLoverlay div.cta a, div#TVLoverlay div.MobileOverlay a {
        width: 70%;
    }
}

@media (max-width: 767px) {
    div#TVLoverlay div.heading, div#TVLoverlay div.cta {
        display: none;
    }

    div#TVLoverlay div.MobileOverlay {
        display: block;
        width: 100%;
        text-align: center;
    }

    div#TVLoverlay .model {
        height: 76%;
    }

    div#TVLoverlay .vl {
        height: 14%;
        ;
    }

    div#TVLoverlay .modeltbl {
        height: 30%;
    }

    div#TVLoverlay div.logo img {
        width: 88%;
    }

    div#TVLoverlay div.flag img {
        width: 66%;
        margin-left: 14%;
    }

    div#TVLoverlay div.MobileOverlay div.Mobileheadingfrench {
        margin-top: 15%;
    }

    div#TVLoverlay div.nothanks {
        margin-top: 20%;
    }

        div#TVLoverlay div.nothanks p {
            font-size: 13px;
        }

    div#TVLoverlay div.MobileOverlay p {
        font-size: 16px;
    }

    div#TVLoverlay div.MobileOverlay a {
        width: 65%;
        font-size: 12px;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {

    div#TVLoverlay .vl {
        height: 11%;
    }
}

@media only screen and (max-device-width : 360px){
    div#TVLoverlay .model {
        height: 84%;
    }
}


/*----------------------------------------------------------------
 Spotlight
----------------------------------------------------------------*/
.spotlight {
    background: #f3f3f3;
    padding: 30px 0;
    margin: 20px auto 50px;
    max-width: 1400px;
}
.spotlight * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.spotlight .slick-slider {
display: block;
}
.spotlight .slick-next {
    right: 25px;
}
.spotlight .slick-prev {
    left: 25px;
}
.spotlight-single {
    position: relative;
    max-width: 1190px;
    margin: 0 20px;
}
.spotlight-single h4, .spotlight-single p, .spotlight-single button, .spotlight-single div {
    color: #041C2C !important;
}
.spotlight-single .designer-address, .spotlight-single .designer-features {
    font-size: 14px;
}
.spotlight-single .designer-name {
    font-size: 16px;
}
.designer-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}
.designer-image img {
    border: 4px solid #fff;
    border-radius: 50%;
    max-width: 85px;
}
.spotlight-single > div {
    width: 100%;
}
.img-wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.designer-detail {
    text-align: center;
}
.designer-detail .close {
    display: none;
    position: absolute;
    right: 20px;
}
.designer-detail .designer-intro, .designer-detail .designer-features {
    background: #fff;
}
.section-2 {
    display: none;
}
.designer-features > .single-row > div {
    padding: 5px;
}
hr.seperate {
    height: 2px;
    background: #dcdcdc;
    width: 80%;
    border: none;
    margin: 20px auto;
}
.dummy-wrapper .info {
    display: none;
}
.copy-area {
    padding: 20px;
    text-align: center;
}
.copy-area h4 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: 400;
    color: #041c2c;
}
.copy-area p {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #041C2C;
}
.copy-area .learn-more {
    font-size: 12px;
    font-weight: 700;
    background: none;
    border: none;
    text-transform: uppercase;
    border-bottom: 3px solid #041C2C;
    margin-bottom: 10px;
}
.designer-features .feature-key, .designer-name {
    font-weight: 700;
}
.slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 767px) {
    .spotlight-single {
        max-width: 270px;
        overflow: hidden;
        -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
   }
    .dummy-wrapper .info {
        display: block;
        padding: 10px;
        height: 24px;
        width: 24px;
        background: url(/DiamondAtLowes/images/home-images/info.svg) no-repeat;
        top: 10px;
        right: 10px;
        position: absolute;
        color: transparent;
   }
   
    .copy-area .learn-more {
        font-size: 15px;
    }
    .designer-detail {
        -webkit-transition: .2s linear;
        transition: .2s linear;
   }
    .designer-intro .designer-image img {
        position: relative;
        top: -30px;
        margin-bottom: -20px;
   }
    .designer-intro .designer-address {
        padding-bottom: 30px;
   }
    .designer-features {
        max-height: 0;
        padding: 0;
        -webkit-transition: .2s linear;
        transition: .2s linear;
        position: absolute;
        bottom: 0;
        width: 100%;
   }
    .spotlight-single.touched .info {
        opacity: 0;
   }
  .spotlight-single.touched .designer-detail .close {
    display: block;
    padding: 0;
    top: 15px;
    right: 15px;
    color: transparent;
    background: url(/DiamondAtLowes/images/home-images/close.png);
    width: 16px;
   }
  .spotlight-single.touched .designer-features {
        padding: 50px 0;
        max-height: 350px;
        top: 0;
   }
    hr.seperate {
        display: none;
   }
}
@media only screen and (min-width: 767px) {
    .designer-detail {
        position: unset;
   }
    .designer-detail .close {
        display: none !important;
   }
    .designer-features {
        display: block;
   }
    .spotlight-single {
        height: auto;
        overflow: unset;
   }
    .section-2 {
        display: block;
   }
    .spotlight-single {
        max-width: 572px;
   }
    .designer-detail {
        background: #fff;
   }
    .section-2 .img-wrapper:last-child {
        display: none;
   }
    .img-wrapper img {
        width: 100%;
   }
    .spotlight-single {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
   }
    .spotlight-single > div {
        width: 50%;
   }
    .designer-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
   }
}
@media only screen and (min-width: 999px) {
    .spotlight .copy-area h4 {
        font-size: 40px;
        text-transform: uppercase;
        line-height: 46px;
    }
    .spotlight .copy-area p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 21px;
    }
    .spotlight a.learn-more {
        padding-bottom: 2px;
        font-size: 15px;
        line-height: 17px;
        margin-top: 10px;
        display: inline-block;
        color: #041c2c;
    }
    .section-2 .img-wrapper:last-child {
        display: block;
    }
    .img-wrapper {
        padding-right: 5px;
    }
   .section-2 .img-wrapper {
    margin-bottom: 4px;
   }
   .spotlight .slick-arrow {
        border: solid #67676A;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        z-index: 999;
    }
    .spotlight .slick-arrow:after,
    .spotlight .slick-arrow:before {
        content: '';
    }
    .spotlight .slick-prev {
        transform: rotate(135deg);
    }
    .spotlight .slick-next {
        transform: rotate(-45deg);
    }
    .spotlight-single {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1190px;
        margin: 0 auto;
   }
    .spotlight-single .dummy-wrapper {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
   }
    .spotlight-single .designer-detail {
        width: auto;
        min-width: 300px;
   }
}

/** New Share buttons **/
.a2a_menu {
    width: 100px!important;
    margin-top: 10px!important;
    border: none!important;
    box-shadow: 0 0 8px 0px rgba(0,0,0,0.2)!important;
    padding: 10px!important;
}
a#a2apage_show_more_less {
    display: none!important;
}
a.a2a_i {
    width: auto!important;
    float: none!important;
    color: #041c2c!important;
    font-size: 13px!important;
}
a.a2a_i span.a2a_svg {
    background-color: #041c2c!important;
}