.h1 {
    font-size: 28px;
    text-transform: none;
    font-weight: 400;
}

.h1:after {
    display: none;
}

.breadcrumbs {
    width: 100%;
}

.MainSection {
    display: flex;
    width: 100%;
}

.ImageSection {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    padding-right: 20px;
    position: relative;
}

.ZoomedImage {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 30;
    left: 0;
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.Zoomed {
    max-width: none;
    cursor: zoom-out;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
}

.MainSection-Gallery {
    width: 180px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
}

.Gallery-ImageWrapper {
    width: 60px;
    height: 54px;
    overflow: hidden;
    border: 1px solid #c1c1c1;
    margin-bottom: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;cursor: pointer;
    box-sizing: border-box;
    position: relative;
}

.Gallery-ImageWrapper:last-child {
    margin-bottom: 0;
}

.Gallery-ImageWrapper.active {
    border: 1px solid #E96758;
}

.Gallery-Image {
    height: auto;
    width: 100%;
    max-height: none;
    max-width: none;
}

.Main-Image {
    opacity: 1;
    position: initial;
    cursor: zoom-in;
}

.Main-Image.hidden {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.MainSection-Image {
    height: 460px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% - 70px);
    position: relative;
}


.MainSection-Image .Main-Image {
    max-height: 460px;
}


.InfoSection {
    width: 50%;
    padding-left: 20px;
}

.Button-Configure {
    justify-content: center;
    margin-left: 0;
    margin-right: 10px;
    width: auto;
    min-width: 107px;
    padding-left: 15px;
    padding-right: 15px;
}

.ButtonsWrapper {
    display: flex;
}

.PriceInfo {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid #e8e8e8;
}

.PriceTitle {
    font-size: 20px;
    color: #707070;
}

.PriceList {
    margin-left: 10px;
}
.Price {
    font-size: 20px;
    color: #E96758;
    font-weight: 500;
    padding-left: 15px;
}

.InfoSection-Info {
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.InfoSection-Info strong {
    font-weight: 500;
}

.InfoSection-Info > p {
    font-size: 15px;
    color: #555;
    line-height: 25px;
}

.InfoSection-Info li {
    line-height: 25px;
    position: relative;
}

.InfoSection-Info li:before {
    content: "⋅";
    color: #707070;
    left: -27px;
    position: absolute;
    opacity: .5;
    top: -4px;
    font-size: 50px;
}

h1 .part_number { margin-left: 20px; font-size: 14px; font-weight: 400; color: gray; }
h1 .part_number a{ color: #E96758; text-decoration: none; }


.Button-Details {
    min-width: 160px;
    width: auto;
}

.CategoryInfo {
    display: flex;
    width: 100%;
}

.ImagesWrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: row;
}

.j-modal .ImagesWrapper {

    flex-direction: column;
}

.j-modal__content .ImagesWrapper {
    height: 100%;
}

.CategoryTitle {
    font-size: 15px;
    color: #707070;
    margin-top: 25px;
}

.Category {
    font-size: 15px;
    color: #E96758;
    padding-left: 15px;
    margin-top: 25px;
}

.SocialWrapper {
    display: flex;
    height: calc(100% - 542px);
}

.Container--bases .SocialWrapper {
    height: 40px;
    margin-top: 10px;
    margin-left: 20px;
}

.SocialButton .fas, .SocialButton .fad, .SocialButton .fab{
    padding-right: 15px;
    font-size: 22px;
    color: #707070;
    opacity: .5;
}

.TabsButtons {
    width: 100%;
    display: flex;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    z-index: 5;
}

.TabsButtons.sticky {
    position: sticky;
    top: 50px;
    background-color: #fff;
    margin-top: 0;
    padding-top: 8px;
}

.Tab {
    width: 16.66666%;
    background-color: #f2f2f2;
    height: 50px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #707070;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    padding: 0 10px;
}

.Tab:last-child {
    margin-right: 0;
}

.Tab.active {
    color: #E96758;
}

.Tab:hover {
    color: #E96758;
}

.Related-Item {
    text-decoration: none;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    text-align: center;
}

.Related-Item:last-child {
    margin-right: 0;
}

.Related {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.Related-Wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.Related-PriceInfo {
    display: flex;
    justify-content: center;
}

.Related-Title {
    font-size: 18px;
    color: #707070;
    margin: 16px 0 0;
}

.Related-ImageContainer {
    height: 144px;
    overflow: hidden;
}

.Related-ImageContaine-wrp {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ProductImage {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.Related-Category {
    font-size: 15px;
    color: #707070;
    opacity: .7;
    margin: 9px 0 0;
}

.Related-Price {
    font-size: 15px;
    color: #E96758;
    padding-left: 10px;
    margin: 10px 0 0;
}

.Related-PriceTitle {
    font-size: 15px;
    color: #707070;
    margin: 10px 0 0;
}

.Details {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.Tech {
    width: calc(50% - 20px);
    padding-right: 20px;
}

.Size {
    width: calc(50% - 20px);
    padding-left: 20px;
}

.Table-Row {
    display: flex;
}

.Table-Cell {
    border: 1px solid #c6c7c7;
    margin-top: -1px;
    margin-right: -1px;
    height: 50px;
    display: flex;
    align-items: center;
}

.Table-Cell:last-child {
    margin-right: 0;
}

.Table-Cell {
    padding-left: 25px;
    padding-right: 25px;
    min-height: 52px;
}

.Tech-Table .Table-Cell:first-child {
    width: 250px;
}

.Tech-Table .Table-Cell:last-child {
    width: calc(100% - 250px);
}

.Tech-Table .Table-Row:nth-child(even) {
    background-color: #f7f7f7;
}

.Size-Table .Table-Row:nth-child(odd) {
    background-color: #f7f7f7;
}

.Table {
    font-size: 16px;
    color: #707070;
    font-weight: 500;
}

.Size-Table .Table-Cell {
    width: 27%;
    justify-content: center;
    text-align: center;
}

.Size-Table .Table-Cell:nth-child(2) {
    width: 19%;
}

.Table-Header {
    color: #909090;
    font-size: 15px;
}

.Size-Description {
    color: #707070;
    font-size: 15px;
    margin-top: 10px;
    line-height: 24px;
    margin-bottom: 10px;
}
.Size-Description strong {font-weight: 500}
.Size-DescriptionWrapper {
    padding-left: 20px;
    padding-top: 10px;
}

.h4 {
    font-size: 24px;
    color: #707070;
    font-weight: 400;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
}

.InfoBlock-Description,
.InfoBlock-Description p {
    font-size: 16px;
    color: #707070;
    line-height: 22px;
}

.InfoBlock-Description u,
.InfoBlock-Description strong {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}


.PaymentBlock {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.SSL {
    margin-left: 20px;
}

.WholeContent {
    display: flex;
}

.RelatedBaseWrapper {
    width: 400px;
    background-color: #f5f5f5;
    margin-left: 10px;
    padding: 20px;
}

.InfoWrapper {
    width: calc(100% - 400px);
    margin-right: 10px;
}

.RelatedInfo {
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    padding: 20px;
}

.RelatedImageContainer {
    width: 33.33333%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.RelatedInfoContainer {
    width: 66.66667%;
}

.RelatedBase {
    background-color: #ffffff;
    position: sticky;
    top: 190px;
}

.RelatedTitle {
    font-size: 18px;
    color: #707070;
    margin-top: 0;
}

.RelatedInfoContainer .PriceTitle {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.RelatedInfoContainer .PriceInfo {
    margin: 0;
    border: none;
}

.RelateButtons {
    padding: 20px;
}

.RelateButtons .ButtonsWrapper {
    justify-content: center;
}

.Gallery-360 {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 60px;
    height: auto;
    opacity: .5;
}

.MoreContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.More {
    font-size: 23px;
    color: #292929;
    opacity: .7;
}

.j-modal .btn {
    padding: 10px;
}

.j-modal__close {
    top: -50px;
    font-size: 24px;
}

.j-modal__content .MainSection-Gallery {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    z-index: 100;
    order: unset;
}

.j-modal__content {
    width: 90vw;
    height: auto;
    box-sizing: border-box;
    max-width: 1500px;
}

.Main-Image_Modal {
    max-height: 100%;
}

.MainSection-Image_Popup {
    overflow: hidden;
    position: relative;
    height: auto;
    width: 100%;
}

.MainSection-Image_Popup.hidden {
    position: absolute;
    visibility: hidden;
}

.Main-Image_Modal.Zoomed {
    max-height: none;
    cursor: zoom-out;
    position: absolute;
}

.j-modal__wrap {
    top: auto;
    margin: 0 auto;
}

.InfoSection .Button-Text {
    padding: 0;
    white-space: nowrap;
}

.TabsButtons {
     padding-top: 0;
     background-color: transparent;
}

.sticky .Tab {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.LogoSpinner {
    background-image: url('/assets/images/t-logo.svg');
    width: 50px;
    height: 50px;
    position: relative;
}

.LogoSpinner:before {
    content: '';
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    left: -17px;
    top: -22px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #63676b;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.Tech table td {
    font-size: 16px;
    color: #707070;
    font-weight: 500;
    border: 1px solid #c6c7c7;
    margin: 0;
    height: 50px;
    padding: 0 4px 0 25px;
    text-align: left;
}

.Tech table td:first-child {
    width: 225px;

}

.Tech table td:last-child {
    width: calc(100% - 250px);
}

.Size table tr:first-child td {
    color: #909090;
    font-size: 15px;
}

.Size table td {
    font-size: 16px;
    color: #707070;
    font-weight: 500;
    border: 1px solid #c6c7c7;
    margin: 0;
    height: 50px;
    padding: 0;
    padding: 0px 20px;
    text-align: center;
}

.config-product-table-pn tbody tr:last-child td {
border-bottom: 1px solid white;
}


.config-product-table-pn tr.empty-spaces:hover td {
    background-color: white;
    cursor: default;
}

.InfoSection--desktop_only h1 {
    margin-bottom: 0;
}

.InfoSection--desktop_only .subtitle {
    padding-left: 0;
    margin-bottom: 25px;
    display: inline-block;
    margin-top: 10px;
}

.InfoSection--desktop_only {
    height: 440px;
    padding-bottom: 16px;
    overflow: hidden;
    position: relative;
    transition: max-height 1s ease;
}

.InfoSection__show-more-btn {
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #329bf5;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    padding: 5px 0;
    box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
}

.InfoSection__show-more-btn:hover {
    text-decoration: underline;
}



/*ONLY MEDIA QUERIES BELOW*/
@media all and (max-width: 1024px) {
    .Tech {
        width: 100%;
        padding-right: 0;
    }

    .Size {
        width: 100%;
        padding-left: 0;
    }

    .MainSection {
        flex-direction: column;
    }

    .ImageSection {
        width: 100%;
        padding: 0;
    }

    .InfoSection {
        width: 100%;
        padding: 0;
    }

    .InfoSection--mobile_only .subtitle {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .InfoSection--desktop_only .subtitle {

    }

    .CategoryInfo {
        justify-content: center;
        width: 50%;
    }

    .SocialWrapper {
        justify-content: center;
        height: 100%;
        order: 3;
    }

    .h1 {
        text-align: center;
        margin-top: 15px;
    }

    .ButtonsWrapper {
        justify-content: center;
    }

    .PriceInfo {
        justify-content: center;
    }

    .Button-Configure {
        order: 1;
    }

    .Button-Details {
        order: 2;
        margin-right: 20px;
    }

    .CategoryTitle {
        margin: 0;
    }

    .Category {
        margin: 0;
    }

    .NavigationSlogan {
        font-size: 14px;
    }

    .TableWrapper {
        padding-top: 1px;
    }

    .Table {
        min-width: 700px;
    }

    .Related-Item {
        padding-right: 20px;
        padding-left: 20px;
    }
} /*END OF 1024 MAX-WIDTH*/

@media all and (max-width: 800px) {
    .TabsButtons {
        display: none;
    }

    .Button-Configure {
        min-width: auto;
    }

    .Button-Details {
        margin-right: 10px;
    }

    .CategoryInfo {
        justify-content: flex-start;
    }

    .SocialWrapper {
        justify-content: flex-end;
    }
} /*END OF 800 MAX-WIDTH*/

@media all and (max-width: 450px) {
    .h1 {
        font-size: 30px;
    }

    .InfoSection__show-more-btn {
        width: 100%;
    }
}/*END OF 450 MAX-WIDTH*/


/*=====================
MODAL
=======================*/

.j-modal {
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    overflow: auto;
    position: fixed;
    background-color: rgba(0,0,0,0.9);
    display: flex;
    z-index: 10005;
    visibility: hidden;
    transition: opacity .6s ease;
    opacity: 0;
}

.j-modal--open {
    visibility: visible;
    transition: opacity .6s ease;
    opacity: 1;
}

.j-modal__content {
    width: 600px;
    padding: 20px 30px;
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.j-modal__close.close {
    top: 20px;
}

.j-modal .cancel-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.cancel-modal-btn {
    text-transform: uppercase;
}

.j-modal__wrap {
    position: absolute;
    top: 60px;
    background-color: #fff;
    margin-bottom: 40px;
    transform: scale(0);
    transition: .6s;
}

.j-modal--open .j-modal__wrap {
    transform: scale(1);
    transition: .6s;
}

.j-modal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    width: 100%;
    left: 0;
    top: -40px;
    color: #fff;
    font-size: 20px;
}
.j-modal__close .icon {
    transition: transform .3s ease;
}
.j-modal__title {
    color: #676767;
    font: 400 23px/35px Nunito,sans-serif;
}

.j-modal__content .j-size-table {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 25px;
    height: auto;
}
.j-size-table table {
    margin-bottom: 40px;
}

.j-modal__content tr:nth-child(odd) {
    background-color: #f6f6f6;
}

svg:not(:root) {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    transform: translateZ(0);
}
[class*=icon--] {
    width: 1em;
    height: 1em;
    fill: currentColor;
    display: inline-block;
}
.j-modal__close:hover .icon {
    transform: rotate(90deg);
}
.j-modal .btn {
    display: inline-block;
    transition-duration: .3s;
    text-align: center;
    color: #606060;
    background-color: #eaeaea;
    border: 1px solid #c6c7c7;
    text-transform: uppercase;
    font: 400 14px Nunito,Arial,Helvetica,sans-serif;
    text-decoration: none;
    margin: 0;
}
.j-modal__content .btn-wrapper {
    display: flex;
    justify-content: center;
}


.image-slider-popup .Gallery-360 .Gallery-Image-360{
    display: inline-block;
    width: 50px;
    opacity: 0.3;
    margin: 12px auto;
    background: url(/assets/360/360.svg) no-repeat center center;
    height: 27px;
}

.image-slider-popup .Gallery-360.play .Gallery-Image-360{
    opacity: 1;
    background: url(/assets/360/360_play.svg) no-repeat center center;
}

.image-slider-popup .Gallery-360:hover .Gallery-Image-360 {
    opacity: 1;
    background: url(/assets/360/360_hover.svg) no-repeat center center;
}

.image-slider-popup .hide {
    display: none;
}

.image-slider-popup .image-layers-360 {
    height: 650px;
    background-color: #fff;
    z-index: 1;
    position: relative;
}

.image-slider-popup .MainSection-Image .Main-Image {
    max-height: calc(100vh - 200px);
    cursor: pointer;
}

.Container--accessories .SocialWrapper {
    height: unset;
    margin-top: 6px;
}

.admin_product_link {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #777777;
    font-size: 14px;
    font-weight: 500;
}

.admin_product_link a, .admin_product_link a:hover, .admin_product_link a:visited {
    color: #777777;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.image-slider-popup .j-modal__content {
    width: 100%;
    max-height: calc(100vh - 75px);
}

.ajax-loader {
    margin: 0 auto;
    z-index: 10;
    position: absolute;
}

.ajax-loader.hidden {
    display: none;
}

.Container--bases, .Container--accessories {
    min-height: calc(100% - 310px);
    align-content: flex-start;
    padding-bottom: 180px;
    margin-top: 150px;
}

.Gallery-ImageWrapper.Gallery-360 {
    position: relative;
    width: 60px;
    height: 54px;
    margin-bottom: 10px;
    bottom: unset;
    opacity: 1;
    left: unset;
    z-index: 20;

    transition: all 0.5s ease-in-out;
}

.view360-small {
    display: inline-block;
    width: 50px;
    opacity: 0.3;
    margin: 12px auto;
    background: url("/assets/360/360.svg") no-repeat center center;
    height: 27px;
}

.small.play .view360-small {
    opacity: 0.3;
    background: url("/assets/360/360.svg") no-repeat center center;
}

.play .view360-small {
    opacity: 1;
    background: url("/assets/360/360_play.svg") no-repeat center center;
}


.image-layers-360__view-small:hover .view360-small {
    opacity: 1;
    background: url("/assets/360/360_hover.svg") no-repeat center center;
}

.image-layers-360 {
    margin: 0;
    z-index: 19;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    display: none;
}

.image-layers-360.view_play {
    display: block;
}

.cd-product-viewer-wrapper.image-layers-360__main-image {
    padding: 0;
    margin-top: -40px;
}

.popup-image-layers-360 .cd-product-viewer-wrapper.main-image-360-wrp  {
    padding: 0;
    margin-top: -80px;
}


.image-layers-360 .product-viewer {
    margin: 0;
}

.js-bases-landing-close-360 {
    position: absolute;
    top: 10px;
    right: 2px;
    font-size: 22px;
    color: #777;
    cursor: pointer;
    opacity: .5;
    transition: opacity 0.5s ease;
    z-index: 10;
}

.js-bases-landing-close-360:hover {
    opacity: 1;
}

.Gallery-ImageWrapper.Gallery-360.view_play::after {
    display: none;
}

.Gallery-ImageWrapper.Gallery-360.view_play {
    border: none;
}

.Gallery-ImageWrapper.Gallery-360.view_play .view360-small{
    opacity: 1;
    background: url("/assets/360/360_play.svg") no-repeat center center;
}

.Gallery-ImageWrapper.Gallery-360.view_play.pause .view360-small{
    opacity: 0.3;
    background: url("/assets/360/360.svg") no-repeat center center;
}

.fa-circle-notch.ajax-loader:before {
    -webkit-animation: rotation 1s infinite linear;
    display: block;
}

.fa-circle-notch.ajax-loader {
    font-size: 24px;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

.click-and-drag-help {
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding-left: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.click-and-drag-help:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 30px;
    top: 0;
    left: 0;
    background: url("/assets/img/click-and-drag.svg") no-repeat;
    background-position: left center;
    background-size: 100% 100%;
}

.popup-image-layers-360 .click-and-drag-help {
    margin: 0 auto;
    right: 0;
    width: 230px;
}

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

    .InfoSection .special_offer_product {
        margin-top: 15px;
        position: relative;
    }


    .InfoSection__show-more-btn {
        width: 100%;
    }

    .subtitle {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .InfoSection--desktop_only .subtitle {
        display: none;
    }

    .Container--bases .ButtonsWrapper {
        flex-wrap: wrap;
        position: relative;
        margin-top: 10px;
    }

    .Container--bases .SocialWrapper {
        justify-content: center;
        margin-left: 0;
        width: 100%;
        position: absolute;
        bottom: -95px;
    }

    .Container--bases .Button {
        font-size: 13px;
        width: auto;
        min-width: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .Container--bases .Button-Text {
        font-size: 13px;
    }

    .Container--bases .Button-DetailsText {
        font-size: 13px;
    }

    .Container--bases .Button-Configure {
        margin-right: 10px;
        order: 2;
    }

    .cd-product-viewer-wrapper.image-layers-360__main-image {
        margin-top: 0;
    }

    #Details tr {
        border-bottom: none;
    }

    #Details tr:last-child {
        border-bottom: 1px solid #dedede;
    }

    #Details tr:nth-child(odd) {
        background-color: #fff;
    }

    #Details td:first-child {
        background-color: #f6f6f6;
        border-bottom: 1px solid #dedede;
    }

    .InfoSection {
        margin-top: 0;
    }

    .InfoSection h1 {
        margin-bottom: 15px;
        line-height: 28px;
    }

    .InfoSection h1 span {
        display: inline-block;
        width: 100%;
        margin-left: 0;
    }

    .Size table td {
        padding-left: 10px;
        padding-right: 10px;
    }

    .Container--bases, .Container--accessories {
        padding-bottom: 10px;
    }

    .Gallery-360.view_play {
        display: none;
    }

    .click-and-drag-help {
        display: none;
    }

    .cd-product-viewer-wrapper .product-viewer {
        max-height: 255px;
    }

    .js-bases-landing-close-360 {
        top: 2px;
    }

    .cd-product-viewer-wrapper.sprite-360-degree.Stacking360 img {
        max-height: 255px;
    }

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

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

    .TableWrapper {
        overflow-x: scroll;
    }

    .SocialWrapper {
        order: 1;
    }

    .PriceInfo p {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .PriceInfo {
        padding-bottom: 55px;
    }

    .image-slider-popup .j-modal__content {
        padding: 20px 10px;
    }

    .j-modal__content .MainSection-Gallery {
        order: 2;
        margin-top: 20px;
    }
}/*END OF 450 MAX-WIDTH*/

.two_columns .ImagesWrapper {
    width: 100%;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    height: 100%;
    position: relative;

}

.two_columns .MainSection-Gallery {
    width: 100%;
    height: 54px;
    margin-bottom: 2px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}


.two_columns .Gallery-ImageWrapper {
    width: 54px;
    height: 54px;
    overflow: hidden;
    margin-right: 6px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
 }

.two_columns .Gallery-ImageWrapper .Gallery-Image {
    height: 100%;
    width: auto;
 }



.two_columns .MainSection-Image {
    height: auto;
    overflow: hidden;
    display: flex;
    margin-left: 0;
    margin-bottom: 10px;

    z-index: -2;
    top: 0;
    justify-content: center;
    align-content: flex-start;
    width: 100%;

}
.PlexiglassPolycarbonate {
    margin-top: -27px;
}

.Gallery-ImageWrapper:not(.Gallery-360):hover::before {
    content: "\f002";
    box-sizing: border-box;
    padding: 11px 13px 10px 0;
    width: 42.5px;
    height: 38px;
    position: absolute;
    z-index: 99999;

    border-radius: 0;
    color: #ffffff;
    text-align: right;
    font-size: 16px !important;
    transition: all 1s;
    background-color: transparent;
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    bottom: 8px;
    opacity: 0.9;

    content: "\f002";
    box-sizing: border-box;
    padding: 17px 17px 13px 0px;
    width: 52px;
    height: 52px;
    position: absolute;
    z-index: 99999;
    border-radius: 0;
    color: #ffffff;
    text-align: right;
    font-size: 16px !important;
    transition: all 1s;
    background-color: #000;
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    bottom: 1px;
    opacity: 0.3;

}

.thumb-slider {
    overflow: auto;
    overflow-y: hidden;
}
.thumb-slider .MainSection-Gallery {
    width: -webkit-max-content;
    width: max-content;
}

.Container--accessories .MainSection-Gallery.maxWidth70 {
    max-width: none;
}

.TableWrapper {
    display: flex;
    justify-content: space-around;
}

.zoomContainer {
    margin-top: -150px;
}