.ChairsFullScreenContainer {
    display: flex;
    margin: 0 auto;
    padding-bottom: 80px;
    padding-top: 70px;
    width: 85%;
    flex-wrap: wrap;
    max-width: 1600px;
}

.OneOfThreeSections {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
}

.OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(1):before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 140px;
    right: -21px;
}

.OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(1):after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 163px;
    top: 140px;
    right: -21px;
    transform: rotate(234deg);
    transform-origin: top right;
}

.OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(2):before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 147px;
    left: 190px;
    transform: rotate(49deg);
    transform-origin: top left;
}

.OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(2):after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 442px;
    top: 170px;
    left: -232px;
    transform: rotate(186deg);
    transform-origin: top right;
}

.OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(3):before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 147px;
    right: -19px;
    transform: rotate(25deg);
    transform-origin: top left;
}

.OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(3):after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 122px;
    top: 161px;
    right: -17px;
    transform: rotate(169deg);
    transform-origin: top right;
}

.OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(1):before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 46px;
    left: -14px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(1):after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 202px;
    top: 218px;
    left: -320px;
    transform: rotate(121deg);
    transform-origin: bottom right;
}

.OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(2):before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 290px;
    top: 141px;
    left: -57px;
    transform: rotate(10deg);
    transform-origin: top left;
}

.OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(2):after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 38px;
    top: 192px;
    left: 188px;
    transform: rotate(166deg);
    transform-origin: top right;
}

.OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(3):before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 230px;
    top: -28px;
    left: -218px;
    transform: rotate(6deg);
    transform-origin: top left;
}

.OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(3):after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 40px;
    top: 19px;
    left: 3px;
    transform: rotate(35deg);
    transform-origin: top right;
}

.OneOfThreeSections:nth-child(2) {
    width: 40%;
    align-items: center;
}

.OneOfThreeSections:nth-child(2) > img {
    max-width: 470px;
}

.RoundImage {
    border-radius: 50%;
    border: 1px solid #dedede;
    height: 200px;
    width: 200px;
}

.OneOfThreeSections .description {
    text-align: right;
}

.ChairsSectionRow {
    display: flex;
    margin: 20px 0;
    position: relative;
}

.OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(2) {
    max-width: 425px;
}

.OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(3) {
    max-width: 440px;
}

.ChairsTextWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
    width: calc(100% - 220px);
}

.ChairsTextWrapper.right {
    padding-left: 20px;
    padding-right: 0;
}

.ChairsTextWrapper.right .h4 {
    text-align: left;
}

.ChairsTextWrapper.right .description {
    text-align: left;
}

.h4 {
    color: #6491f7;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 12px;
    text-transform: uppercase;
    width: 100%;
    text-align: right;
}

.h4.center {
    text-align: center;
}

.FlipperWrapper {
    display: inline-block;
    text-align: center;
    padding-top: 100px;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

.FlipperLabels {
    max-width: 250px;
    position: absolute;
    z-index: 20;
}

.FlipperLabels.one {
    top: 70px;
    left: 79px;
    text-align: left;
}

.FlipperLabels.two {
    top: 460px;
    left: 80px;
    text-align: left;
}

.FlipperLabels.three {
    top: 60px;
    right: 128px;
}

.FlipperLabels.four {
    top: 492px;
    right: 70px;
    text-align: left;
}

.Sled .FlipperLabels.one {
    top: 120px;
    left: 85px;
}

.Sled .FlipperLabels.two {
    top: 270px;
    left: 55px;
}

.Sled .FlipperLabels.three {
    top: 70px;
    left: 590px;
    right: auto;
}

.Sled .FlipperLabels.four {
    top: 140px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
}

.Stacking .FlipperLabels.one {
    top: 70px;
    left: 140px;
    text-align: left;
}

.Stacking .FlipperLabels.one .h4 {
    text-align: left;
}

.Stacking .FlipperLabels.two {
    top: 460px;
    left: 10px;
}

.Stacking .FlipperLabels.two {
    top: 376px;
    left: 128px;
}

.description {
    font-size: 14px;
    color: #707070;
    line-height: 20px;
}

.StackWrapper .description {
    text-align: center;
}

.StackWrapper .h4 {
    color: #707070;
}

.veneerLanding .landing-h5 {
    font-size: 16px;
    line-height: 1.6;
}

.veneerLanding .Features .landing-h5 {
    font-size: 20px;
}

.StackWrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.FlipperLabels.sketch {
    text-align: center;
}

.FlipperLabels.sketch > img {
    opacity: .5;
}

.FlipperLabels.sketch .h4 {
    /*color: #707070;*/
}

.ChairsColors.veneerContainer .options__item {
    width: 8.33333%;
    min-width: 0;
}

.ChairsColors.veneerContainer .item-img-wrapper {
    max-height: 66px;
}

.ChairsColors .options__item-img {
    height: auto;
}

.landing-h5 a {
    text-decoration: none;
    color: #b3492c;
}

.landing-h5 a:hover {
    text-decoration: underline;
}

.SledStacking .FlipperLabels > img {
    max-width: 180px;
}

.SledStacking .FlipperLabels.one {
    top: 180px;
    left: 880px;
}

.SledStacking .FlipperLabels.one .h4 {
    text-align: left;
}

.SledStacking .FlipperLabels.two {
    top: 250px;
    left: 770px;
    text-align: center;
}

.SledStacking .FlipperLabels.three {
    top: 250px;
    right: 100px;
    text-align: center;
}

.CheirsTable tr:nth-child(even) {
    background-color: #fff;
}

.CheirsTable thead tr {
    background-color: #fff;
}

.CheirsTable tr th:nth-child(2),
.CheirsTable tr th:nth-child(3),
.CheirsTable tr th:nth-child(4),
.CheirsTable tr th:nth-child(5) {
    border-right: none;
    border-left: none;
}

.CheirsTable tr th:nth-child(6) {
    border-left: none;
}

.CheirsTable tr th:nth-child(1) {
    min-width: 230px;
    text-align: right;
}

.CheirsTable th {
    background-color: transparent;
    color: #707070;
    font-size: 16px;
    font-weight: 400;
}

.CheirsTable th .description {
    color: #E96758;
    font-size: 18px;
}

.TableImageWrapper > img {
    width: auto;
}

.veneerContainer {
    justify-content: center;
}

.Grey {
    background-color: #f4f4f4;
    padding-bottom: 80px;
}

.Grey .options__item:hover {
    background-color: #f4f4f4;
}

.item-img-wrapper.border {
    border: 1px solid #dedede;
}

.Stacking > img {
    max-width: 470px;
}

.Stacking .FlipperLabels.four .h4 {
    text-align: left;
}

.Stacking .FlipperLabels.two .h4 {
    text-align: center;
}

.Stacking .FlipperLabels.one .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 32px;
    right: -10px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Stacking .FlipperLabels.one .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 100px;
    top: 32px;
    right: -109px;
    transform: rotate(21deg);
    transform-origin: top left;
}

.Stacking .FlipperLabels.three .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 32px;
    left: -40px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Stacking .FlipperLabels.three .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 206px;
    top: 33px;
    left: -247px;
    transform: rotate(-48deg);
    transform-origin: top right;
}

.Stacking .FlipperLabels.four .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 32px;
    left: -40px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Stacking .FlipperLabels.four .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 187px;
    top: 32px;
    left: -226px;
    transform: rotate(47deg);
    transform-origin: top right;
}

.Flipper .FlipperLabels .h4 {
    text-align: left;
}

.Flipper .FlipperWrapper > img {
    max-width: 520px;
}

.Flipper .FlipperLabels.one .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 32px;
    right: -10px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Flipper .FlipperLabels.one .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 100px;
    top: 32px;
    right: -109px;
    transform: rotate(21deg);
    transform-origin: top left;
}

.Flipper .FlipperLabels.two .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 32px;
    right: -40px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Flipper .FlipperLabels.two .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 167px;
    top: 32px;
    right: -207px;
    transform: rotate(36deg);
    transform-origin: top left;
}

.Flipper .FlipperLabels.three .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 32px;
    left: -40px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Flipper .FlipperLabels.three .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 208px;
    top: 32px;
    left: -247px;
    transform: rotate(-42deg);
    transform-origin: top right;
}

.Flipper .FlipperLabels.four .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 32px;
    left: -40px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Flipper .FlipperLabels.four .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 167px;
    top: 32px;
    left: -207px;
    transform: rotate(42deg);
    transform-origin: top right;
}

.Flipper .StackWrapper > img {
    max-width: 720px;
}

.Flipper .StackWrapper .description {
    padding-bottom: 40px;
}

.Flipper {
    padding-bottom: 70px;
}

.Flipper .landing-h4 {
    margin-top: 0;
}

.Sled .FlipperWrapper > .SledImgWrapper img{
    max-width: 320px;
}

.SledImgWrapper:nth-child(1) img {
    max-height: 370px;
}

.Sled .FlipperWrapper.SledStacking > .SledImgWrapper img {
    max-height: 480px;
    padding: 0;
}

.FlipperWrapper.SledStacking {
    padding: 0;
}

.FlipperWrapper.SledStacking img {
    max-height: 410px;
}

.Sled .FlipperWrapper > .SledImgWrapper:nth-child(1) {
    padding-right: 80px;
}

.Sled .FlipperWrapper > .SledImgWrapper:nth-child(2) {
    padding-left: 80px;
}

.Sled .FlipperLabels.two .h4 {
    text-align: left;
}

.Sled .FlipperLabels.one .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 43px;
    right: 20px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Sled .FlipperLabels.one .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 118px;
    top: 43px;
    right: -98px;
    transform: rotate(46deg);
    transform-origin: top left;
}

.Sled .SledStacking .FlipperLabels.one .h4:before {
    display: none;
}

.Sled .SledStacking .FlipperLabels.one .h4:after {
    display: none;
}

.Sled .FlipperLabels.two .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 92px;
    right: 20px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Sled .FlipperLabels.two .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 101px;
    top: 93px;
    right: -81px;
    transform: rotate(30deg);
    transform-origin: top left;
}

.Sled .FlipperLabels.three .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 73px;
    right: -10px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Sled .FlipperLabels.three .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 81px;
    top: 73px;
    right: -90px;
    transform: rotate(50deg);
    transform-origin: top left;
}

.Sled .FlipperLabels.three .description:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 73px;
    left: -10px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Sled .FlipperLabels.three .description:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 161px;
    top: 73px;
    left: -171px;
    transform: rotate(-60deg);
    transform-origin: top right;
}

.sm {
    width: 100%;
    text-align: center;
}

.sm > img {
    border-radius: 50%;
    max-width: 90px;
    border: 1px solid #dedede;
}

.Sled .FlipperLabels.four .description:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 163px;
    left: 140px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Sled .FlipperLabels.four .description:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 159px;
    top: 163px;
    left: -19px;
    transform: rotate(-58deg);
    transform-origin: top right;
}

.SledImgWrapper {
    display: inline-block;
}

.Sled .FlipperWrapper {
    padding-bottom: 0;
}

.Sled .FlipperWrapper.SledStacking {
    padding-bottom: 70px;
}

.veneerContainer .item-img-wrapper {
    transform-origin: bottom;
    transition: .2s;
}

.veneerContainer .item-img-wrapper:hover {
    transform: scale(1.5);
    transform-origin: 50% 70%;
    transition: .2s;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.23);
}

.veneerContainer .options__item:hover {
    background-color: transparent;
}

.smallSpan {
    font-size: 14px;
    margin: 0;
}

.onlyMobileWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.CheirsTable {
    max-width: 100%;
    min-width: 900px;
}

.CheirsTable thead,
.CheirsTable tbody {
    min-width: 900px;
}

.specifications .divider {
    margin-left: 10px;
    height: 17px;
    width: 1px;
    margin-right: 10px;
    background-color: #9e9e9e;
    margin-top: 0;
}

#gallery {
    margin-bottom: 0;
}

.landing-h4.mt45 {
    margin-top: 45px;
}

#selectTableToConfigure {
    margin-top: -10px;
}

.resourses-downloads-aspire {
    margin-top: 0;
}

#main-slider-slick {
    position: relative;

}

.chairsLanding #main-slider-slick img {
    position: relative;
    bottom: 0;
}

.View360 {
    width: 60px;
    margin-top: -10px;
    opacity: .3;
}

.cd-product-viewer-wrapper.Stacking360 img {
    max-height: 650px;
}

.SledImgWrapper .h4 {
    margin-top: 25px;
}

.RoundVideoWrapper {
    border-radius: 50%;
    border: 1px solid #dedede;
    box-shadow: 0 0 0 2px transparent;
    height: 200px;
    width: 200px;
    overflow: hidden;
    transition: .3s;
    position: relative;
}

.RoundVideoWrapper.active {
    border: 1px solid #6491f7;
    box-shadow: 0 0 0 2px #6491f7,
                3px 3px 10px 10px #dedede,
                4px 4px 10px 10px #dedede;
}

.RoundVideoWrapper > video {
    max-height: 100%;
}

.OneOfThreeSections .View360 {
    margin-top: -50px;
    z-index: 55;
    margin-bottom: 20px;
}

/*======================================*/
/*VIDEO*/
/*======================================*/
.video-wrapper {
    position: relative;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 60px;
    padding: 0;
    position: absolute;
    top: 70px;
    left: 70px;
    display: block;
    opacity: 1;
    transition: opacity 150ms;
}

.RoundVideoWrapper.active .video-overlay-play-button {
    opacity: 0;
    display: none;
    cursor: default;
}

.RoundVideoWrapper:hover .video-overlay-play-button {
    opacity: 0;
    display: none;
    cursor: default;
}

.video-overlay-play-button.is-hidden {
    display: none;
}
/*======================================*/
/*END VIDEO*/
/*======================================*/

/*=====================================*/
/*MEDIA QUERIES*/
/*=====================================*/

@media all and (max-width: 1660px) {
    .ChairsFullScreenContainer {
        margin: 0;
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}

@media all and (max-width: 1400px) {

    .ChairsColors.veneerContainer .options__item {
        width: 10%;
    }

    .ChairsTextWrapper {
         width: 100%;
    }

    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(1) .ChairsTextWrapper {
        width: calc(100% - 220px)
    }

    .ChairsSectionRow:before,
    .ChairsSectionRow:after,
    .h4:after,
    .h4:before,
    .description:before,
    .description:after {
        display: none;
    }

    .RoundImage {
        height: 180px;
        width: 180px;
    }

    .OneOfThreeSections {
        position: relative;
        min-height: 1240px;
    }

    .OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(1),
    .OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(2) {
        flex-direction: column;
        align-items: center;
    }

    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(2),
    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(3) {
        flex-direction: column;
        align-items: center;
    }

    .OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(3) {
        position: absolute;
        bottom: 0;
        right: -560px;
    }

    .OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(3) .ChairsTextWrapper {
        padding-right: 0;
        padding-left: 20px;
    }

    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(1) {
        position: absolute;
        top: 0;
        left: -340px;
        max-width: 440px;
    }

    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(1) .h4 {
        text-align: left;
    }

    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(1) .description {
        text-align: left;
    }

    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(1) .ChairsTextWrapper {
        padding-left: 20px;
    }

    .ChairsTextWrapper.right .h4 {
        text-align: center;
    }

    .ChairsFullScreenContainer .ChairsColors  {
        order: 5;
        max-width: 100%;
    }

    .ChairsTextWrapper {
        order: 2;
    }

    .RoundImage {
        order: 1;
    }

    .ChairsTextWrapper.right {
        padding-left: 0;
    }

    .OneOfThreeSections .description {
        text-align: center;
        margin-top: 0;
    }

    .OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(1) {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(2) {
        max-width: 100%;
        align-items: center;
    }

    .FlipperLabels {
        position: initial;
        display: inline-flex;
        flex-direction: column;
        width: calc(25% - 5px);
        box-sizing: border-box;
        padding: 0 10px;
    }

    .Stacking > img {
        max-width: 470px;
        display: block;
        margin: 0 auto;
    }

    .Stacking .FlipperLabels.two .h4 {
        order: 1;
    }

    .Stacking .FlipperLabels.two .description {
        order: 2;
    }

    .Stacking .FlipperLabels.two img {
        order: 3;
        padding-top: 20px;
    }

    .h4 {
        text-align: center;
    }

    .FlipperLabels.sketch {
        text-align: left;
    }

    .Stacking .FlipperLabels.two .h4 {
        text-align: left;
    }

    .ChairsTextWrapper.right .description {
        text-align: center;
    }

    .FlipperWrapper {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .Flipper .FlipperWrapper > img {
        display: block;
        margin: 0 auto;
    }

    .Grey .Sled .FlipperWrapper > .SledImgWrapper {
        width: calc(50% - 2px);
        padding: 0;
        display: inline-block;
    }

    .Sled .FlipperLabels.four {
        display: inline-flex;
        flex-direction: row;
    }

    .sm {
        text-align: left;
    }

    .FlipperWrapper.SledStacking img {
        display: block;
        margin: 0 auto;
    }
    
    .FlipperLabels.three .description {
        text-align: left;
    }

    .FlipperLabels.four .h4 {
        text-align: left;
    }

}

@media all and (max-width: 1200px) {
    #gallery {
         margin-bottom: 0;
    }

    .ChairsTextWrapper {
        padding: 0 20px;
    }
}

@media all and (max-width: 1024px) {
    .ChairsColors.veneerContainer .options__item {
        width: 16.66666%;
    }

    .Flipper .StackWrapper > img {
        max-width: 100%;
    }

    .FlipperLabels {
        width: 51%;
        max-width: 100%;
    }

    .SledStacking .FlipperLabels.one {
        text-align: center;
    }

    .SledStacking .FlipperLabels.one .h4 {
        text-align: center;
    }

    .FlipperLabels.one,
    .FlipperLabels.two,
    .FlipperLabels.three,
    .FlipperLabels.four {
        text-align: center;
    }

    .FlipperLabels.three .description {
        text-align: center;
    }

    .Sled .FlipperLabels.one .h4,
    .Sled .FlipperLabels.two .h4,
    .Sled .FlipperLabels.three .h4,
    .Sled .FlipperLabels.four .h4 {
        text-align: center;
    }

    .sm {
        text-align: center;
    }

    .Flipper .FlipperLabels .h4 {
        text-align: center;
    }

    .Stacking .FlipperLabels.two img {
        max-width: 200px;
        margin: 0 auto;
    }

    .Stacking .FlipperLabels.two .h4 {
        text-align: center;
    }

    .Stacking .FlipperLabels.one .h4,
    .Stacking .FlipperLabels.four .h4,
    .Stacking .FlipperLabels.three .h4 {
        text-align: center;
    }

    .Stacking .FlipperLabels.one {
        text-align: center;
    }

    .item-img-wrapper.border {
        border: none;
    }

    .ChairsTableWrapper {
        max-width: 100%;
        overflow-x: auto;
    }

    .ChairsFullScreenContainer {
        flex-direction: column;
    }

    .OneOfThreeSections:nth-child(2) {
        order: 1;
        width: 100%;
    }

    .OneOfThreeSections:nth-child(1) {
        order: 2;
        width: 100%;
    }

    .OneOfThreeSections:nth-child(3) {
        order: 3;
        width: 100%;
    }

    .ChairsFullScreenContainer > .h4 {
        order: 4;
    }

    .OneOfThreeSections {
        min-height: 0;
    }

    .ChairsTextWrapper {
        order: 1;
    }

    .RoundImage {
        order: 2;
    }

    .ChairsTextWrapper > .h4 {
        order: 1;
    }

    .ChairsTextWrapper > .description {
        order: 2;
    }

    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(1) {
        position: initial;
        flex-direction: column;
        max-width: 100%;
        align-items: center;
    }

    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(1) .h4 {
        text-align: center;
    }

    .OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(3) {
        position: initial;
        max-width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .ChairsSectionRow {
        margin-bottom: 0;
        margin-top: 40px;
    }

    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(1) .ChairsTextWrapper {
        padding-left: 0;
    }

    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(1) .description {
        text-align: center;
    }

    .veneerContainer .item-img-wrapper:hover {
        transform: scale(1);
    }
}

@media all and (max-width: 980px) {
    .CheirsTable tr th:nth-child(1) {
        min-width: 0;
    }

    .ChairsSectionRow {
        width: 100%;
    }

    .Grey .Sled .FlipperWrapper > .SledImgWrapper {
        width: 100%;
        padding-bottom: 20px;
    }
}

@media all and (max-width: 650px) {
    .ChairsColors.veneerContainer .options__item {
        width: 25%;
    }
}

@media all and (max-width: 590px) {
    .Flipper .FlipperWrapper > img {
        max-width: 100%;
    }

    .Stacking > img {
        max-width: 100%;
    }

    .OneOfThreeSections:nth-child(2) > img {
        max-width: 100%;
    }
}

@media all and (max-width: 490px) {
    .ChairsSectionRow {
        flex-direction: column;
        align-items: center;
    }

    .ChairsFullScreenContainer .h4 {
        text-align: center;
    }

    .ChairsTextWrapper {
        padding: 0;
    }

    .OneOfThreeSections .description {
        text-align: center;
        font-size: 16px;
        line-height: 1.6;
    }

    .ChairsTextWrapper.right {
        padding: 0;
    }

    .ChairsTextWrapper.right .h4 {
        text-align: center;
    }

    .ChairsTextWrapper.right .description {
        text-align: center;
    }

    .FlipperLabels {
        width: 100%;
    }

    .FlipperLabels.one,
    .FlipperLabels.two,
    .FlipperLabels.three,
    .FlipperLabels.four {
        padding: 20px 0;
    }

    .slick-prev {
        left: -12px;
    }

    .slick-next {
        right: -5px;
    }

    .slick-prev:before,
    .slick-next:before {
        width: 25px;
        height: 25px;
    }

    .stcGallery {
        max-width: calc(100% - 30px);
        margin: 0 15px;
    }

    .slick-prev, .slick-next {
        top: calc(50% - 10px);
    }

    .ChairsColors.veneerContainer .options__item {
        width: 50%;
    }

    .ChairsColors.veneerContainer .item-img-wrapper {
        max-height: 96px;
    }

    .Sled .options__item-img {
        width: 100%;
    }

    .ChairsColors .options__item-img {
        max-width: 100%;
    }

    #selectTableToConfigure {
        margin-top: 0;
    }

    .ChairsTextWrapper {
        width: 100%;
    }

}

@media all and (max-width: 420px) {
    .Sled .FlipperWrapper > .SledImgWrapper img {
        max-width: 100%;
    }
}

.Details-Buttons-Slide {
    display: flex;
    margin: -20px 0 0 0;
}

.slider-info .Button-Configure {
    width: 150px;
    min-width: 150px;
    margin: 0px 20px 0 0;
}

.slider-info .Button-Text {
    font: normal 12px/16px 'Raleway', sans-serif;
    text-transform: none;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding-right: 0;
    z-index: 1;
}

.slider-info .Button-Details {
    width: 199px;
}

@media all and (max-width: 720px) {
    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(1) .ChairsTextWrapper {
        width: calc(100%);
    }
}


@media all and (max-width: 430px) {
    .veneerLanding.landing-page.chairsLanding .specifications {
        display: none;
    }

    .ChairsTextWrapper {
        order: 2;
    }

    .RoundImage {
        order: 1;
    }

    .description {
        font-size: 16px;
        line-height: 1.6;
    }

    .veneerLanding #main-slider-wrap {
        margin-bottom: 0;
    }

    .Details-Buttons-Slide {
        margin-top: 0;
    }
}

.task-wrap {
    cursor: ew-resize;
    position: relative;
    max-width: 360px;
    width: 360px;
    height: 600px;
}

.spritespin-progress {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 45%;
}
.spritespin-progress-label {
    color: grey;
}
.spritespin-progress-bar {
    background-color: grey;
    height: 1px;
}

.spritespin {
    width: 100%;
}

.spinStackingChair-wrap {
    cursor: ew-resize;
    position: relative;
    max-width: 360px;
    width: 360px;
    height: auto;
}
.spinFlippergChair-wrap {
    cursor: ew-resize;
    position: relative;
    max-width: 400px;
    width: 400px;
    height: auto;
}
.spinSledLeftChair-wrap {
    cursor: ew-resize;
    position: relative;
    max-width: 254px;
    width: 254px;
    height: auto;
    margin-left: 20px;
}
.spinSledRightChair-wrap {
    cursor: ew-resize;
    position: relative;
    max-width: 320px;
    width: 320px;
    height:  auto;
    margin-left: 70px;
}

@media all and (max-width: 960px) {

    .spinSledLeftChair-wrap {
           margin-left: 0px;
    }
    .spinSledRightChair-wrap {
        margin-left: 0px;
    }

}

.task123 .task-wrap {height: auto}
.Stacking .Stacking360, .flipper-360, .LeftOne, .RightOne   {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.Stacking360  .spinStackingChair-wrap {
    height: auto;
}