.only-for-mobile {
    display: none;
}

.slider-info h1 i {
    padding-top: 4px;
    display: inline-flex;
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    vertical-align: top;
    align-items: flex-start;
}

.typetabs {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    padding-left: 20px;
    margin-bottom: -1px;
    border-bottom: 1px solid #adadad;
}

.typetabs li {
    cursor: pointer;
    display: inline-block;
    list-style: none;
    margin: 0;
    border: 1px solid #f9f9f9;
    background-color: #f9f9f9;
    color: #5a5a5a;
    font-size: 17px;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding: 12px 20px;
    margin-left: 10px;
}

.typetabs li.current {
    position: relative;
    display: inline-block;
    list-style: none;
    background-color: #EFEFEF;
    color: #37C2DD;
    font-size: 17px;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    border: 1px solid #adadad;
    border-bottom: 1px solid #EFEFEF;
    font-weight: 500;
    padding: 12px 20px;
}

.typetabs li.current:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.typetabs-content .specifications-accordeon {
    margin-top: 20px;
}

#specifications .typetabs li.current {
    background: white;
}

#specifications .typetabs .current:after {
    border-bottom: 2px solid white;

}

.typetabs-wrap .specifications-left {
    padding-top: 3px;
    padding-bottom: 8px;
}

.option-title {
    font-size: 15px;
    margin: 0;
    text-align: center;
    white-space: pre-wrap;
}

.section2 {
    width: 100%;
    display: flex;
}

.veryfirstul {
    width: 80%;
    margin-top: -20px;
}

#specifications #table-shape_li li {
    margin-left: 0;
}

.option-li {
    margin-bottom: 20px;
}

#config_sidebar .nobullets li img {
    margin-bottom: 4px;
}

.typetabs-content {
    display: none;
}

.typetabs-content.visible {
    display: block;
    overflow: auto;
}

.typetabs-content.visible > table {
    min-width: 900px;
}

.line-content {
    display: none;
}

.line-content.active {
    display: flex;
}

.pop {
    width: 100%;
    text-align: center;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}

#config_sidebar #table-size_li .pop {
    padding: 0;
}

#specifications #table-shape_li li.li-title-bg {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    padding: 9px 12px 9px 15px;
    font-weight: 500;
    color: #717171;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    background-color: #f2f2f2;
    border: 1px solid #d9d9d9;
    margin-left: -1px;
    margin-right: 10px;
    margin-bottom: -1px;
    white-space: normal;
    transition: padding .3s;
    width: 100%;
}

#specifications .specifications-accordeon .veryfirstul #table-shape_li ul.pop li {
    width: 100%;
    padding: 10px;
}

.navigation__under-option {
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: flex-start;
    width: 100%;
    height: 42px;
}

#specifications #config_sidebar .tabs2 {
    margin-bottom: -1px;
}

.specifications-accordeon .veryfirstul ul {
    display: flex;
    justify-content: flex-start;
}

.specifications-accordeon #table-shape_li {
    margin-top: 20px;
}

.navigation__under-suboption {
    padding: 9px 12px 9px 15px;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #717171;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    background-color: #f0f0f0;
    border: 1px solid  #f0f0f0;
    margin-left: -1px;
    margin-right: 10px;
    margin-bottom: 0px;
    white-space: normal;
    transition: padding .3s;
    font-size: 18px;
}

.navigation__under-suboption.active {
    color: #ffffff;
    background-color: #37C2DD;
    border: 1px solid #37C2DD;

    margin-bottom: -1px;
    padding-top: 15px;
    transition: .3s;
}

.one-hundred {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#specifications #table-shape_li li.one-hundred {
    width: 100%;
    flex-basis: 100%;
    background: #f3f3f3;
    padding: 8px 20px 8px 12px;
    color: #555555;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.options__container {
    display: flex;
    padding-top: 20px;
    flex-wrap: wrap;
}

.options__item {
    box-sizing: border-box;
    text-align: center;
    padding: 9px;
    margin: 0;
    width: 14.2857%;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
}

.item-img-wrapper {
    width: auto;
    max-height: 65px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.options__item-img {
    width: 100%;
}

.options__item-title {
    color: #757575;
    font-size: 15px;
    margin: 10px 0 0 0;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.options__tab-header {
    font-size: 16px;
    background-color: #f2f2f2;
    border: 1px solid #d9d9d9;
    color: #636363;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.laminates-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.pop li {
    border: 1px solid #fff;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    width: 150px;
    color: #909090;
    font-size: 15px;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
}

.one-tab {
    padding-top: 20px;
}

#specifications #table-shape_li li {
    flex-basis: auto;
    width: 25%;
    box-sizing: border-box;
}

.specifications-accordeon #table-shape_li:after {
    content: "";
    flex: auto;
}

.options__tab-header:after {
    position: absolute;
    display: inline-block;
    content: '';
    background-image: url(/assets/img/accordeon-arrow-up.png);
    background-size: cover;
    background-position: center;
    transform: rotate(0deg);
    opacity: 0.6;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 9px;
    transition: .3s;
}

.options__tab-header.active:after {
    transform: rotate(180deg);
    transition: .3s;
}

.options__tab-body {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.item-img-wrapper .tmb {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    font-size: 10px;
    width: 100%;
    padding: 3px 5px;
    color: white;
    background: black;
    opacity: 0.3;
}

.options__tab-body p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #717171;
    margin: 0;
}

.options__item.active {
    border: 1px solid #dadada;
    background-color: #ffffff;
    transition: .6s ease-out;
}

.sub-options-wrapper {
    display: flex;
    padding-bottom: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.horizontal__item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 20px;
    border: 1px solid #fff;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
}

.horizontal__item.active {
    border: 1px solid #d9d9d9;
}

.tab-sub {
    padding-top: 10px;
    position: relative;
    width: 100%;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: #6f6f6f;
    transition: .3s;
    margin-bottom: 20px;
}

.options__tab-sub {
    border: 1px solid #d0d0d0;
    padding: 10px 20px 10px 20px;
    margin-right: 10px;
    border-bottom: none;
    cursor: pointer;
}

.options__tab-sub.active {
    background-color: #fff;
    color: #d13828;
}

.line:after {
    top: 4px;
}

@media all and (max-width: 1480px) {
    .options__item {
        width: 14.2857%;
    }
}

@media all and (max-width: 1360px) {
    .options__item {
        width: 20%;
    }
}

@media all and (max-width: 1190px) {
    .options__item {
        width: 25%;
    }
}

@media all and (max-width: 1024px) {
    .options__item {
        width: 14.2857%;
    }

    .veneerContainer .options__item {
        width: 20%;
        min-width: 0;
    }

}

@media all and (max-width: 940px) {
    .options__item {
        width: 16.666666%;
    }

    .veneerContainer .options__item {
        width: 25%;
    }
}

@media all and (max-width: 780px) {
    .options__item {
        width: 20%;
    }

    .veneerContainer .options__item {
        width: 33.33333%;
    }
}

@media all and (max-width: 650px) {
    .options__item {
        width: 25%;
    }

    .veneerContainer .options__item {
        width: 50%;
    }
}

.specifications-accordeon .veryfirstul ul.wrapper {
    width: 25%;
    padding: 0;
    flex-direction: column;
}

.options__tab-header:hover {
    background-color: #dfdfdf;
    cursor: pointer;
    transition: .3s;
}

.options__tab-header.active + .options__tab-body {
    margin-bottom: 15px;
}

.closed {
    border-bottom: 1px solid #dadada;
    text-align: left;
    padding-bottom: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #606060;
    font: bold 14px 'proxima-nova', sans-serif;
    text-transform: uppercase;
    margin-right: 10px;
    width: 100%;
}

#oth_opts_load #power_wrap div.closed {
    width: auto;
}

.loader {
    width: 50px;
    height: 50px;

}

.greyBG {
    -webkit-box-shadow: -1px 0 40px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: -1px 0 40px 0 rgba(0, 0, 0, 0.16);
    box-shadow: -1px 0 40px 0 rgba(0, 0, 0, 0.16);
}

#ways_to_save .options__item {
    width: 340px;
    background: #e4e4e4;
    margin-right: 0;
    margin-left: 21px;
}

#ways_to_save .options__item.left {
    margin-right: 21px;
    margin-left: 0;
}

#ways_to_save .options__item ul {
    margin: 0 auto;
    padding: 20px 20px;
}

#ways_to_save .options__item li {
    background: url(/assets/img/circle-check_430087.svg) no-repeat left -0px;
    background-size: 27px 27px;
    margin-bottom: 11px;
    list-style: none;
    margin-left: 5px;
    border-bottom: 1px solid white;
    padding: 5px 0 13px 35px;
    text-align: left;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

#ways_to_save .options__item li:last-of-type {
    border: none
}

#ways_to_save .options__item li img {
    margin: 0 5px -4px 0;
    width: 21px;
    opacity: 0.5;
}

#ways_to_save .options__item-title {
    background: url('/assets/css/i/badge_bg.png') no-repeat top center;
    padding-bottom: 24px;
    padding-top: 9px;
    display: block;
    width: 326px;
    max-width: 100%;
    color: #fff;
    font-size: 23px;
    margin: -22px 0 0 0;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: 500;
}


#ways_to_save .options__item-title_bottom {

    background: url('/assets/img/options-icon-new.png') no-repeat top left;
    background-size: 37px 37px;
    padding-bottom: 24px;
    padding-top: 5px;
    display: inline-block;
    width: auto;
    padding-left: 47px;

    color: #ae0303;
    font-size: 23px;
    margin: -22px 0 0 0;
    font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
    font-weight: 500;
}

#ways_to_save .options__item-title_bottom.left {
    background: url('/assets/img/logo-1-day-qs.svg') no-repeat top left;
    background-size: 37px 37px;
}

#ways_to_save .veneerContainer {
    display: flex;
    justify-content: center;
    align-content: center;
}

.tableWrapper {
    overflow: auto;
    width: 100%;
}

.tablewidthfirst {
    width: calc(14%)
}

.tablewidth {
    width: calc(22%);
    vertical-align: middle;
    min-width: 135px;
}

.menu-logo-block img {
    height: 36px;
}

.left-submenu {
    width: 38%;
}

.menu-logo-phone {
    display: none;
}

.flip-container {
    perspective: 1000px;
    transform-style: preserve-3d;
    overflow: hidden;
    width: calc(100% - 20px);
}

/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back {
    transform: rotateY(0deg);
}

.flip-container:hover .front {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 100%;
    height: 280px;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;

    position: absolute;
    top: 0;
    left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
    z-index: 2;
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(-180deg);
    margin-left: 2px;
    display: block

}

.back:hover {
    display: block
}

.back:hover .thumb {
    display: block
}


/*
    Some vertical flip updates
*/
.vertical.flip-container {
    position: relative;
}

.vertical .back {
    transform: rotateX(180deg);
}

.vertical.flip-container:hover .back {
    transform: rotateX(0deg);
}

.vertical.flip-container:hover .front {
    transform: rotateX(180deg);
}


/*  https://codepen.io/MohaBig/pen/PPZYEy*/
.thumb {
    cursor: pointer;
    height: 100%
}

.thumb video {
    float: left;
    position: relative;
    width: auto;
    height: 280px;
    opacity: 1;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

video:hover {
    opacity: 1;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}


.hover_image {
    color: #37C2DD;
    text-decoration: none;
}

.hover_image i {
    border: solid #37C2DD;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 2px;
}

.hover_image .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


.hover_image .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


.hover_image .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.hover_image .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*
https://codepen.io/gil--/pen/bNxZWg
Hide Play button + controls on iOS */
video::-webkit-media-controls {
    display:none !important;
}

video::-webkit-media-controls-enclosure {
    display:none !important;
}

.cd-product-viewer-wrapper {
    text-align: center;
    padding: 0 0;
}

.cd-product-viewer-wrapper > div {
    display: inline-block;
}

.cd-product-viewer-wrapper .product-viewer {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
}

.cd-product-viewer-wrapper img {
    /* this is the image visible before the image sprite is loaded */
    display: block;
    position: relative;
    z-index: 1;
}

.cd-product-viewer-wrapper .product-sprite {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    /* our image sprite is composed by 16 frames */
    width: 1600%;
    background: url(/assets/360/kingston360-v4.jpg) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.cd-product-viewer-wrapper.loaded .product-sprite {
    /* image sprite has been loaded */
    opacity: 1;
    cursor: ew-resize;
}

.cd-product-viewer-handle {
    position: relative;
    z-index: 2;
    width: 60%;
    max-width: 300px;
    border-radius: 50em;
    margin: 1em auto 3em;
    height: 4px;
    background: #4d4d4d;
}

.cd-product-viewer-handle .fill {
    /* this is used to create the loading fill effect */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background: #b54240;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.no-csstransitions .cd-product-viewer-handle .fill {
    display: none;
}

.loaded .cd-product-viewer-handle .fill {
    /* image sprite has been loaded */
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s 0.3s;
    transition: transform 0.3s, opacity 0.2s 0.3s;
}

.cd-product-viewer-handle .handle {
    position: absolute;
    z-index: 2;
    display: inline-block;
    height: 44px;
    width: 44px;
    left: 0;
    top: -20px;
    background: #b54240 url(/assets/360/cd-arrows.svg) no-repeat center center;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(181, 66, 64, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);
    /* replace text with image */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.cd-product-viewer-handle .handle:active {
    box-shadow: 0 0 0 0 rgba(181, 66, 64, 0), 0 0 20px rgba(0, 0, 0, 0.2);
}

.loaded .cd-product-viewer-handle .handle {
    /* image sprite has been loaded */
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-animation: cd-bounce 0.3s 0.3s;
    -moz-animation: cd-bounce 0.3s 0.3s;
    animation: cd-bounce 0.3s 0.3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    cursor: ew-resize;
}

@-webkit-keyframes cd-bounce {
    0% {
        -webkit-transform: translateX(-50%) scale(0);
    }
    60% {
        -webkit-transform: translateX(-50%) scale(1.1);
    }
    100% {
        -webkit-transform: translateX(-50%) scale(1);
    }
}

@-moz-keyframes cd-bounce {
    0% {
        -moz-transform: translateX(-50%) scale(0);
    }
    60% {
        -moz-transform: translateX(-50%) scale(1.1);
    }
    100% {
        -moz-transform: translateX(-50%) scale(1);
    }
}

@keyframes cd-bounce {
    0% {
        -webkit-transform: translateX(-50%) scale(0);
        -moz-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
        -o-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0);
    }
    60% {
        -webkit-transform: translateX(-50%) scale(1.1);
        -moz-transform: translateX(-50%) scale(1.1);
        -ms-transform: translateX(-50%) scale(1.1);
        -o-transform: translateX(-50%) scale(1.1);
        transform: translateX(-50%) scale(1.1);
    }
    100% {
        -webkit-transform: translateX(-50%) scale(1);
        -moz-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
        -o-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }
}

.select_config_pv .graybtn {
    color: #606060;
    background-color: #eaeaea;
    border: 1px solid #c6c7c7;
}

.select_config_pv .graybtn span {
    position: absolute;
    width: 40px;
    height: 36px;
    border: 1px solid #c6c7c7;
    background: #fff;
    margin-top: -10px;
    margin-left: -50px;
}

.select_config_pv .graybtn span::before {
    margin-top: 8px;
    margin-left: 10px;
    background: url(/assets/img/options-icon-new.png) no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: 100%;
    content: "";
}

.select_config_pv .graybtn:hover {
    background: rgb(186, 186, 186);
    background: -moz-linear-gradient(top, rgba(186, 186, 186, 1) 0%, rgba(198, 199, 199, 1) 55%, rgba(209, 209, 209, 1) 99%);
    background: -webkit-linear-gradient(top, rgba(186, 186, 186, 1) 0%, rgba(198, 199, 199, 1) 55%, rgba(209, 209, 209, 1) 99%);
    background: linear-gradient(to bottom, rgba(186, 186, 186, 1) 0%, rgba(198, 199, 199, 1) 55%, rgba(209, 209, 209, 1) 99%);
}

.option-block {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
}

.option-block video {
    width: 400px;
    height: 225px;
}

.option-block-reverse video {
    margin-right: 0;
    margin-left: 20px;
}

.option-block-reverse .option-block-text p {
    text-align: right
}

.option-block-reverse .option-block-text .h2 {
    text-align: right
}

.option-video-container {
    display: flex;
}

.option-video {
    min-width: 265px;
    text-align: center;
    outline: none;
    box-sizing: border-box
}

.option-img {
    min-width: 240px;
    text-align: center;
}

.option-block.video-wrapper {
    width: auto;
}

.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 260px;
    height: auto;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    display: block;
    opacity: 0.85;
    cursor: pointer;
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

.landing-options-wrapper .option-block {
    margin-bottom: 0;
}

.option-block video {
    width: 400px;
    height: 225px;
}

.option-block-reverse video {
    margin-right: 0;
    margin-left: 20px;
}

.option-block-reverse .option-block-text p {
    text-align: right
}

.option-block-reverse .option-block-text .h2 {
    text-align: right
}

.option-video-container {
    display: flex;
}

.option-img {
    min-width: 240px;
    text-align: center;
}

.option-block.video-wrapper {
    width: auto;
}

.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 260px;
    height: auto;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    display: block;
    opacity: 0.85;
    cursor: pointer;
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

.option-block video {
    width: 400px;
    height: 225px;
}

.option-block-reverse video {
    margin-right: 0;
    margin-left: 20px;
}

.option-block-reverse .option-block-text p {
    text-align: right
}

.option-block-reverse .option-block-text .h2 {
    text-align: right
}

.option-video-container {
    display: flex;
}

.option-video {
    min-width: 265px;
    text-align: center;
    outline: none
}

.option-img {
    min-width: 265px;
    text-align: center;
}

.option-block.video-wrapper {
    width: auto;
}

.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 260px;
    height: auto;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    display: block;
    opacity: 0.85;
    cursor: pointer;
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

.option-block video {
    width: 400px;
}

.option-block-reverse video {
    margin-right: 0;
    margin-left: 20px;
}

.option-block-reverse .option-block-text p {
    text-align: right
}

.option-block-reverse .option-block-text .h2 {
    text-align: right
}

.option-video-container {
    display: flex;
}

.option-video {
    min-width: 265px;
    text-align: center;
    outline: none
}

.option-img {
    min-width: 265px;
    text-align: center;
}

.option-block.video-wrapper {
    width: auto;
}

.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 260px;
    height: auto;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    display: block;
    opacity: 0.85;
    cursor: pointer;
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

.variationsItem {
    margin-top: -20px
}

.option-block-reverse video {
    margin-right: 0;
    margin-left: 20px;
}

.option-block-reverse .option-block-text p {
    text-align: right
}

.option-block-reverse .option-block-text .h2 {
    text-align: right;
    margin-bottom: 35px;
}

.option-video-container {
    display: flex;
}

.option-video {
    min-width: 265px;
    text-align: center;
    outline: none
}

.option-block.video-wrapper .h2 {
    margin-bottom: 0;
    z-index: 2;
}

.option-img {
    min-width: 265px;
    text-align: center;
}
.option-img.option-img-ptr {
    min-width: auto;
    margin: 0 20px;
}
.option-block.video-wrapper {
    width: auto;
}

.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: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    display: block;
    opacity: 0.85;
    cursor: pointer;
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}


@media all and (max-width: 760px) {
    #ways_to_save .options__item.left {
        margin: 0;
    }

    #ways_to_save .options__item {
        margin: 30px 0 0 0;
    }

    #ways_to_save .veneerContainer {
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    #ways_to_save .landing-h4 {
        margin-bottom: 50px;
    }
}

@media (max-width: 340px) {
    #ways_to_save .options__item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.cd-product-viewer-wrapper.flipper-360 .product-sprite {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    /* our image sprite is composed of 37 frames */
    width: 3700%;
    background: url(/assets/360/flipper-360.jpg) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.cd-product-viewer-wrapper.loaded .product-sprite {
    /* image sprite has been loaded */
    opacity: 1;
    cursor: ew-resize;
}

.slider-info__close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: #707070;
}

.slider-info__close-button:hover {
    color: #37C2DD;
}

@media screen and (max-width: 960px) and (min-width: 430px) {
    .new-slider-info .ButtonsWrapper {
        justify-content: center;
    }

    .new-slider-info.new-slider-info-718 {
        top: 30px;
        right: 24px;
        left: unset;
        transform: unset;
        width: 350px;
        padding: 15px;
    }
}

.resoursesAndDownloads.Container {
    padding: 0;
    width: 100%;
}

.ciContainer .option-img {width: 300px; margin: 20px 15px 0px 15px;}
.ciContainer .option-img .variationsTitle { margin-top: 20px;}
.ciContainer .option-img-ptr {margin: 0 auto; }

.landing-options-wrapper-cast-iron-row1 .variationsTitle { margin-top: 20px;}
.featuresCastIron .option-img{margin: 20px 25px 0px 25px;}
.featuresCastIron .option-img.option-img-cast-iron img {height: 354px;}

.pt60 {padding-top: 60px;}

.cast-iron-20 .variationsItem {width: 34%}
.cast-iron-20 .variationsItem .video360  {width: 100%}

@media all and (max-width: 430px) {
    .new-slider-info {
        bottom: -140px;
        top: unset;
        right: 0;
        left: 0;
        transform: unset;
        z-index: 30;
    }

    .landing-page .slider-info h1 {
        margin-bottom: 42px;
    }

    #specifications #config_sidebar .tabs2 {
        width: 120px;
    }

    .resourses-downloads-flex {
        padding: 0;
        flex-wrap: wrap;
        flex-flow: column;
    }

    .resourses-column {
        width: 100%;
    }

    .resourses-column-title {
        text-align: center;
    }

    .resoursesAndDownloads .resourses-column ul li a {
        justify-content: center;
    }

    .column-shape p img, .column-config p img {
        max-width: 100%;
    }

    .LinkTitle.right, .LinkTitle.left {
        text-align: center;
        margin-top: 35px;
    }

    .features-item3 .img-right-block:last-of-type img {
        z-index: 0;
    }

    .features-item2 .new-features-content {
        order: 1;
    }

    .features-item2 img {
        order: 2;
    }

    .collaboration-section .slick-prev {
        left: 18px;
        z-index: 1;
    }

    .collaboration-section .slick-next {
        right: 38px;
    }

    .landing-page .features-new .items-inside.features-item2 {
        margin-top: 20px;
    }

    .new-slider-info .Button {
        margin-right: 10px;
    }

    .new-slider-info .Button-Configure:first-child {
        order: 1;
        margin-right: 10px;
        width: auto;
        min-width: 135px;
    }

    .new-slider-info .Button-Text {
        font-size: 13px;
        font-weight: 400;
        padding-right: 10px;
        padding-left: 10px;
    }

    .Button-DetailsText {
        font-size: 13px;
        font-weight: 400;
    }

    .Button-Image {
        margin-right: -10px;
    }


    .specifications-accordeon #table-shape_li {
        margin-top: 5px;
    }

    .variationsTitle {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .option-img-patriot img {
        height: auto;
    }

    .featuresPatriot .option-img {
        margin-bottom: 30px;
        margin-right: 0;
    }

    .ptrContainer > .option-img:nth-child(2) {
        margin-right: 0;
    }

    .featured-slider-slick .slick-prev {
        left: 18px;
        z-index: 1;
        top: calc(50% - 12px);
    }

    .featured-slider-slick .slick-next {
        right: 36px;
        top: calc(50% - 12px);
    }

    .stcGallery {
        max-width: 100%;
    }

    .h2 {
        font-size: 30px;
    }

    .specifications li {
        display: flex;
        justify-content: center;
    }

    .stcUl.onlyMobile {
        margin: 0 auto;
    }

    .gallery-slider {
        margin: 0;
    }

    .gallery-slider .slick-prev {
        left: 18px;
        z-index: 1;
    }

    .gallery-slider .slick-next {
        right: 36px;
    }

    .new-slider-info .slider-info__config-buttons {
        left: unset;
    }

    .new-slider-info .Buttons-Title {
        font-size: 15px;
    }

    .Details-Buttons {
        flex-direction: column;
    }

    .slider-info__config-buttons .Buttons-Description {
        order: 0;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .slider-info__config-buttons .Button-Configure {
        order: 2;
    }

    .slider-info__config-buttons .Buttons-Description .Buttons-Title {
        width: 100%;
        text-align: center;
    }

    #right {
        margin-bottom: 0;
    }

    .typetabs {
        border: none;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        width: 100%;
        box-sizing: border-box;
        padding: 0 5px;
    }

    #specification-table .typetabs li.current, #specification-table .typetabs li {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        border: 1px solid #d4d5d6;
        border-radius: 0;
        color: #707070;
        opacity: .78;
        font-size: 15px;
        line-height: 38px;
        height: 38px;
        padding: 0 10px;
        font-weight: 500;
        text-align: center;
    }

    #specifications .typetabs .current:after {
        display: none;
    }

    #specification-table .typetabs li.current {
        border-color: #37C2DD;
        background-color: #37C2DD;
        color: #fff;
        opacity: 1;
    }

    #specification-table .typetabs li:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: none;
    }

    #specification-table .typetabs li:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-left: none;
        margin-bottom: 28px;
    }

    .typetabs li:first-child:nth-last-child(1),
    .typetabs li:first-child:nth-last-child(1) ~ li {
        display: none;
    }

    .typetabs li:first-child:nth-last-child(2),
    .typetabs li:first-child:nth-last-child(2) ~ li {
        display: inline-block;
    }

    .only-for-mobile.options-wrp div:first-child:nth-last-child(1),
    .only-for-mobile.options-wrp div:first-child:nth-last-child(1) ~ div {
        display: none;
    }

    .section2 {
        flex-direction: column;
    }

    #specifications #config_sidebar .tabs2 {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: unset;
        overflow-x: scroll;
        position: relative;
        box-sizing: border-box;
        margin: 0;
        height: 74px;
    }

    #specifications #config_sidebar .tabs2 li {
        border: none;
        opacity: 0.78;
        border-radius: 50%;
        background-color: #f7f7f7;
        display: inline-block;
        margin-left: 8px;
        padding: 0;
        list-style-type: none;
        outline: none;
    }

    #specifications #config_sidebar .tabs2 li a {
        width: 74px;
        height: 74px;
        display: inline-block;
        outline: none;
    }

    #specifications #config_sidebar .tabs2 li a span{
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 74px;
        padding: 0 5px;
        width: 74px;
        line-height: 18px;
        font-size: 14px;
        color: #707070;
        font-weight: 500;
        word-break: break-word;
    }

    #specifications #config_sidebar .tabs2 li.current2 {
        opacity: 1;
        background-color: #37C2DD;
    }

    #specifications #config_sidebar .tabs2 li.current2 a span{
        color: #fff;
    }

    .veryfirstul {
        width: 100%;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .relax-landing__spec-item {
        box-sizing: border-box;
        width: 50%;
        max-width: unset;
        min-width: unset;
        margin: 0;
    }

    .landing-page #specifications #table-shape_li li {
        max-width: 33%;
        margin: 0 0 10px 0;
        padding: 0 5px;
    }

    .landing-page #specifications .options__item {
        box-sizing: border-box;
        width: 33%;
        padding: 9px 5px;
    }

    .landing-page #config_sidebar .nobullets li img {
        border-radius: 5px;
    }

    .landing-page .specifications-accordeon .item-img-wrapper {
        border-radius: 5px;
    }

    .landing-page #table-shape_li.nobullets li.cs-shape img {
        border-radius: 0;
    }

    .only-for-mobile {
        display: flex;
    }

    .options-wrp {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .options-item-btn {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        padding: 0 ;
        border: 1px solid #bbbbbb;
        border-radius: 20px;
        width: 100%;
        text-align: center;
        font-weight: 500;
        color: #707070;
        opacity: 0.67;
        cursor: pointer;
        margin: 0 5px;
    }

    .options-item-btn.active {
        color: #fff;
        opacity: 1;
        background-color: #37C2DD;
        border-color: #37C2DD;
    }

    .line-content {
        border: none;
        top: unset;
        padding-top: 0;
    }

    .specifications-accordeon .line {
        display: none;
    }

    .line:after {
        display: none;
    }

    .line-content.active {
        margin-top: 20px;
    }

    .one-tab {
        padding-top: 0;
    }

    .cast-iron-20 .variationsItem {
        width: 100%;
    }

    #specification-table {
        margin-top: 50px;
    }

    .featuresCastIron .option-img.option-img-cast-iron img {
        height: unset;
        width: 100%;
    }

    .featuresCastIron .option-img {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    .navigation__under-option {
        height: unset;
    }

}

.landing-page-only .slider-info .h1 {
    margin-bottom: 20px;
}

.landing-page-only .slider-info p.detailed {
    margin-bottom: 45px;
}

.transform-landing-page .option-img-ptr img {width:320px;}

.tight-nesting {
    max-width: 330px;
    margin-top: -40px;
}

.build-in-bar img{
    max-width: 145%;
    margin-left: -40px;
}

.build-in-bar {
    width: 303px;
}


.build-in-mp img{
    max-width: 145%;
    margin-left: -40px;
}

.build-in-mp {

}
.build-in-mp-content {min-width: 260px;}
.variationsDescription b {font-weight: 500}

.video-wrapper.tr-video-wrapper > video {
     width: auto;
    height: auto;
    vertical-align: middle;
    max-width: 720px;
}
.tr-video-wrapper {margin-bottom: 0px;     margin-top: 20px;
}

.one-video-container__transform .variationsItem__transform {
    margin-top: -60px;
    margin-bottom: -70px;
    max-width: 720px;
}

.single-point-flip-latch {width: 226px}
.transform-landing-page .option-img-ptr {width: 182px; height: 182px;}

.transform-landing-page .features-item2 {
    display: flex;
    margin: 60px auto 0 auto;
    justify-content: center;
    width: 100%;
      max-width: none;
}



@media all and (max-width: 490px) {
.video-wrapper.tr-video-wrapper > video {
    width: 100%;
}
    .transform-landing-page .option-img-ptr {
        width: 182px;
        height: 182px;
        margin: 0 auto;
    }

    .one-video-container__transform .variationsItem__transform {
        margin-top: -30px;
    }
    .transform-landing-page  .variations {
        min-height: 250px;
    }
    .transform-landing-page  .landing-options-wrapper .option-img {
        width: 80%;
    }
}
@media all and (max-width: 720px) {
    .veneerLanding .btn-res,  .veneerLanding .btn-photos {
        display: none;
    }
    .veneerLanding .btn-select a {
        font-size: 14px;
        font-weight: 500;

        cursor: pointer;
        outline: none;
        display: flex;
        align-items: center;
        border-radius: 25px;
        padding: 0;
        justify-content: center;
        transition: .5s;
        text-decoration: none;
        border: 1px solid #37C2DD;
        color: #37C2DD;
        height: 36px;
        width: 199px;
    }
    .veneerLanding .btn-select .specifications-img img{
        display: none;
    }
    .veneerLanding .btn-select a p {
        color: #37C2DD;
    }
    .veneerLanding .slider-info {top: 340px;}
    .veneerLanding .slider-info p.detailed {
        margin-bottom: 15px;
        font-size: 18px;
        display: none;
    }
    .veneerLanding #main-slider-wrap {
        margin-bottom: 70px;
    }

    .veneerLanding .resoursesAndDownloads .resourses-downloads-flex .resourses-column {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        justify-content: center;
    }
}

@media all and (max-width: 430px) {
    .hiwLi {
        padding-top: 8px;
    }

    #ways_to_save .h3 {
        margin-top: 20px;
    }

    .Programs-Overview-Container .h3, .Select-Table-Container .h3 {
        margin-top: 20px;
    }

    #ways_to_save .options__item ul {
        padding: 20px 10px;
    }

    .tableWrapper td {
        font-size: 16px;
    }

    .tableWrapper .tablewidth span {
        display: inline-block;
        width: 100%;
    }

}

@media all and (max-width: 340px) {
    #ways_to_save .options__item ul {
        padding: 20px 5px;
    }
}

@media (max-width: 490px) {
    .hiwSteps:after {
        content: '';
        position: absolute;
        background-image: url(/assets/resources/chairs/one_finger_swipe.svg);
        width: 32px;
        height: 32px;
        bottom: -40px;
        left: calc(50% - 16px);
        opacity: .5;
    }

    .hiwUl > li, .stcUl > li {
        font-family: sans-serif;
        font-size: 18px;
    }

    .hiwImgWrapper.active {
        overflow-y: auto;
        max-width: 100%;
    }

    .hiwImgWrapper img {
        width: auto;
    }

}

/*Aim EZ*/
.uppercase {
    text-transform: uppercase;
}

.container-ez {
    display: flex;
    flex-direction: column;
}

.container-ez .h3 {
    margin-top: 50px;
    margin-bottom: 40px;
}

.container__block {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    flex-direction: column;
}

.block-items-wrp {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: baseline;
}

.block-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 15px;
}

.block-item-configuration {
    width: 80%;
}

.block-item__description {
    padding: 40px 30px 0 30px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.block-item__description-power {
    padding-top: 0;
    padding-bottom: 30px;
}

.block-item-configuration .block-item__img {
    max-width: 700px;
}

.block-item-configuration .block-item__description {
    padding-top: 0;
}

.block-item-shared-legs {
    width: 100%;
    flex-direction: row;
    margin-bottom: 30px;
}

.block-item-shared-legs .block-item__img {
    width: 40%;
    max-width: 500px;
    margin-right: 60px;
}

.block-item-shared-legs .block-item__description {
    width: 250px;
    padding: 0;
    font-size: 14px;
    text-align: left;
}

.block-item__title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.block-item-accessories .block-item__img {
    max-width: 250px;
}

.block-item-3 {
    max-width: 33%;
}

.block-item-3 .block-item__img {
    max-width: 350px;
}

.block-item-features {
    max-width: 50%;
}

.block-item-features .block-item__img {
    max-width: 560px;
}

@media (max-width: 430px) {
    .ctext, .ctext > p {
        color: #000000;
    }

    .block-item__title {
        color: #000000;
    }

    .block-item__description {
        font-size: 16px;
        color: #000000;
    }

    .block-item-configuration {
        width: 100%;
    }

    .block-item-configuration .block-item__img {
        max-width: none;
    }

    .block-item-shared-legs {
        flex-direction: column;
    }

    .block-item-shared-legs .block-item__img {
        width: 100%;
        margin-right: 0;
        max-width: none;
    }

    .block-item-shared-legs .block-item__description {
        font-size: 16px;
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    .block-item-features {
        max-width: 100%;
    }

    .block-item-features:first-child {
        margin-bottom: 40px;
    }

    .block-items-wrp {
        flex-wrap: wrap;
    }

    .block-item-3 {
        max-width: 100%;
    }

    .block-item-3 .block-item__description {
        padding: 10px 30px 30px 30px;
    }

    .block-item-accessories .block-item__description {
        padding: 10px 30px 30px 30px;
    }

    .product-overview-736 table {
        min-width: auto !important;
    }

    .product-overview-736 tr td:nth-child(1), #typetabs2 tr td:nth-child(1) {
        min-width: auto !important;
    }

    .product-overview-736 th {
        font-size: 16px;
        font-weight: 500;
    }

    .product-overview-736 td {
        font-size: 16px;
        font-weight: 400;
    }

    .container-quatro {
        margin-top: 40px;
    }

    .option-block-col {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .option-block-row {
        flex-direction: column;
        flex-wrap: wrap;
    }
}

.option-img-ptr {
    min-width: auto;
    margin: 0 15px;
}
.lockingCasters {
    justify-content: center;
    margin-bottom: 30px;
}
.lockingCasters .option-video-container {
    justify-content: center;
}

.lockingCasters .option-block-wrap {
    margin: 0 30px;
}

.video-option-title {
    margin-bottom: -30px;
    z-index: 20;
    margin-top: 50px;
}

.option-img__antonio-casters {
    position: relative;
}

.option-img__antonio-casters img {
    position: absolute;
    left: -32px;
    right: 20px;
    width: 250px;
    max-width: none;
}

.option-img__quatro-casters {
    position: relative;
}

.option-img__quatro-casters img {
    position: absolute;
    left: -16px;
    right: 20px;
    width: 220px;
    max-width: none;
}

.option-img__robot-casters {
    position: relative;
}

.option-img__robot-casters img {
    position: absolute;
    left: -14px;
    right: 20px;
    width: 210px;
    max-width: none;
}

.option-img__siennatl img {
    width: 250px;
    max-width: none;
}

.option-img__sienna-x-cafe-power {
    position: relative;
}

.option-img__sienna-x-cafe-power img {
    position: absolute;
    left: -14px;
    right: 20px;
    width: 220px;
    max-width: none;
    top: 12px;
}

.option-img__sienna-x {
    position: relative;
}

.option-img__sienna-x img {
    position: absolute;
    left: -14px;
    right: 20px;
    width: 220px;
    max-width: none;
    top: 12px;
}

.landing-notes {
    color: #37C2DD;
    font-size: 30px;
    line-height: 30px;
    vertical-align: text-top;
}

.video-item {
    position: relative;
}

.lockingCasters-kingston {
    flex-direction: row;
}

.lockingCasters-kingston .block-ez-roll-caster {
    margin-left: 70px;
}

.landing-options-wrapper .lockingCasters-kingston {
    margin-bottom: 40px;
}

.features-item__sienna-cafe-power {
    margin-top: 35px;
}

.img-one-block {
    margin-right: 0 !important;
    justify-content: center;
}

.img-one-block .option-img-ptr {
    margin-right: 40px;
}

.option-img__convertible-heavy-duty-beam {
    position: relative;
}

.option-img__convertible-heavy-duty-beam img {
    position: absolute;
    left: -53px;
    width: 240px;
    max-width: none;
    top: -30px;
}

.features-item__convertible-options {
    margin-top: 40px;
}

.features-item__convertible-heavy-duty-beam {
    justify-content: center;
    margin-top: 40px;
}

.img-one-block__convertible-heavy-duty-beam {
    margin-right: auto !important;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
}

.option-img__sienna-tl {
    max-width: 300px;
}

.option-block__sienna-tl {
    max-width: 400px;
}

.landing-shapes-wrp {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.landing-shapes-item {
    margin-right: 15px;
    margin-left: 15px;
    min-width: 180px;
}

.landing-shapes-item__small {
    margin: 0 -15px;
}

.option-img-acc img {
    max-width: 182px;
}

.option-img.option-img__178mw {
    min-width: 178px;
}

.option-block-casters__sienna-4x {
    margin-bottom: 0;
    margin-top: 20px;
}

.wide-accessories-img-wrp img {
    max-width: none;
    height: 182px;
}
.sienna-options-wrap {width: 70%}
.sienna-options-wrap .option-img{ width: 410px}
.sienna-options-wrap .option-description {
    padding: 15px 30px 30px  ;
    justify-content: space-around;
}