
/*--- Product -----------------------------------------------------------------------------------*/

body.body-product-classic
{
    background-color: #fff;
}



.product__crumbs
{
    text-align: left;

    display: flex;
    align-items: center;
}

.product__crumbs__breadcrumbs
{
    flex-grow: 1;
}

.product__crumbs__where-to-buy
{
    flex-grow: 0;
}



.product__header
{

}

.product__header__description
{
    font-size: 25px;
    text-align: center;
    margin-top: -50px;
    margin-bottom: 30px;
}

.product__colors
{
    margin-top: 20px;
    margin-bottom: 20px;
}


.gallery
{

}

.gallery__big-image
{
    width: 760px;
    height: 520px;
    margin: 0 auto;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery__big-image__arrow-left,
.gallery__big-image__arrow-right
{
    width: 90px;
    height: 200px;
    position: absolute;
}

.gallery__big-image__arrow-left
{
    top: 50%;
    left: 0;
    transform: translate(-110%, -50%);
}

.gallery__big-image__arrow-right
{
    top: 50%;
    right: 0;
    transform: translate(110%, -50%);
}

.gallery__big-image__arrow-left:before,
.gallery__big-image__arrow-right:before
{
    width: 60px;
    height: 60px;
    content: '';

    position: absolute;
    top: 50%;
    left: 50%;

    border-left: 3px solid #999;
    border-bottom: 3px solid #999;

    transition: all 0.2s;
}

.gallery__big-image__arrow-left:before
{
    transform: translate(-20%, -50%) rotate(45deg);
}

.gallery__big-image__arrow-right:before
{
    transform: translate(-80%, -50%) rotate(225deg);
}

.gallery__big-image__arrow-left:hover:before
{
    transform: translate(-26%, -50%) rotate(45deg);
}

.gallery__big-image__arrow-right:hover:before
{
    transform: translate(-74%, -50%) rotate(225deg);
}

.gallery__big-image__img
{
    max-width: 760px;
    max-height: 520px;
}

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

.gallery__thumbnails__item
{
    margin-right: 40px;
    margin-bottom: 40px;
    padding-top: 40px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery__thumbnails__item.active
{
    opacity: .3;
    cursor: default;
}

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

.gallery__thumbnails__item__img
{
    max-width: 120px;
    max-height: 120px;
}



.product__spec
{
    background: #fff;
}

.product__spec__usp
{
    width: 750px;
    font-size: 25px;
    margin: 40px auto;

    column-width: 200px;
    column-gap: 60px;
}

.product__spec__usp__item,
.product__spec__usp__item:last-child
{
    padding-bottom: .7em;

    break-inside: avoid-column;
}

.product__spec__expand-btn
{
    text-align: center;
}



.product__spec__table__wrapper
{
    background: inherit;
}

.product__spec__table
{
    width: 100%;
    margin-top: 60px;
    background: inherit;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.product__spec__table__section
{
    min-width: 660px;
    padding: 0 40px 40px 40px;
    background: inherit;
}

.spec
{
    width: 100%;
    background: inherit;

    display: flex;
    flex-direction: row;
}

.spec__name
{
    width: 50%;
    font-weight: inherit;
    padding-right: 1em;
    background: inherit;

    position: relative;
}

.spec__name:after
{
    content: '';
    height: 1px;
    margin-top: 1em;

    position: absolute;
    top: 0;
    left: 0;
    right: .4em;
    z-index: 0;

    border-top: 1px dotted #000;
    opacity: .14;
}

.spec__name__text
{
    padding-right: .4em;
    position: relative;
    background: inherit;
    z-index: 1;
}

.spec__value
{
    width: 50%;
}





.product__line
{
    padding: 50px 40px 10px 40px;
    margin-top: 60px;

    background-color: #efefef;
}



.tv-sizes
{
    margin-top: 30px;

    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.tv-size
{
    width: 200px;
    margin-right: 40px;
    margin-bottom: 40px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tv-size:last-child
{
    margin-right: 0;
}

.tv-size__screen
{
    width: 100%;
    position: relative;
    border: 2px solid #444;
}

.tv-size__screen:before
{
    content: '';
    display: block;
    /* padding-top: 100% -- width/height
    ratio of .tv-size__screen block is 1:1 */
    padding-top: 56%;
}

.tv-size__screen__diagonal
{
    width: 106%;
    height: 1px;

    position: absolute;
    top: 50%;
    left: -2.5%;
    transform: rotate(-28deg);

    background-color: #444;
    opacity: .24;
}

.tv-size__screen__label:after
{
    content: '';
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.55em;
    margin-left: -.6em;
    padding: 0 .1em;
    background-color: #efefef;
}

.tv-size__support
{
    width: 80%;
    height: 2px;
    margin-top: 4px;
    background-color: #444;
}

.tv-size.active .tv-size__screen
{
    color: #e53942;
    border-color: #e53942;
}

.tv-size.active .tv-size__screen__diagonal,
.tv-size.active .tv-size__support
{
    background-color: #e53942;
}

.tv-size.inches-55
{
    width: 140px;
}

.tv-size.inches-55 .tv-size__screen__label:after
{
    content: '55"';
}

.tv-size.inches-49
{
    width: 125px;
}

.tv-size.inches-49 .tv-size__screen__label:after
{
    content: '49"';
}

.tv-size.inches-43
{
    width: 110px;
}

.tv-size.inches-43 .tv-size__screen__label:after
{
    content: '43"';
}






.tv-local-model-list
{
    margin-top: 30px;

    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.tv-local-model
{
    margin-right: 40px;
    margin-bottom: 40px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tv-local-model:last-child
{
    margin-right: 0;
}

.tv-local-model .tv-size
{
    margin-right: 0;
    margin-bottom: 20px;
}

.tv-local-model__name
{
    display: block;
}

.tv-local-model.active
{
    color: #e53942;
}





.article-livestyle-lc-55ui8872ks:before
{
    padding-top: calc(45% + 200px);
}

.article-livestyle-lc-55ui8872ks .promo-block__background
{
    width: 120%;
    top: calc(30% + 140px);
}





.product__features
{
    padding-top: 60px;
}

.product__features__header
{
    margin-bottom: 60px;
}

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

.feature__column
{
    width: 50%;
    margin-right: 80px;
    margin-bottom: 90px;
}

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

.feature__column__img
{
    width: 100%;
}

.feature__text
{
    margin-top: -1em;
}





.additional-info
{
    padding-top: 30px;
    background-color: #efefef;
}






.article__expand-toggle
{
    padding-top: 30px;
    padding-bottom: 30px;
}







.doc
{
    margin-bottom: 40px;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.doc__ico
{
    width: 40px;
    height: 52px;
    margin-right: 20px;
    background: url('/images/icons/doc.svg') center center no-repeat;
}

.doc__text
{
    width: 100%;
}

.doc__text__name,
.doc__text__description
{
    display: block;
}

.doc__text__name
{
    line-height: 1em;
}

.doc__text__description
{
    margin-top: .4em;
}





.product__related
{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #efefef;
}

.product__related .product-list__item
{
    width: 305px;
}
