﻿.catalog-shared-popups-item {
    display: inline-block;
    width: 760px;
}

.catalog-shared-popups-item-title {
    margin: 0 0 10px 0;
}

.catalog-shared-popups-item-left-panel, .catalog-shared-popups-item-right-panel {
    float: left;
}

.catalog-shared-popups-item-image {
    height: 400px;
    width: 300px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}

.catalog-shared-popups-item-buy {
    display: inline-block;
}

.catalog-shared-popups-item-price {
    float: left;
}

.catalog-shared-popups-item-buy-button {
    float: left;
}

.catalog-shared-popups-item-right-panel {
    position: relative;
    left: 10px;
    width: 100%;
    max-width: 450px;
}

    .catalog-shared-popups-item-right-panel article {
        height: 275px;
        /*min-width: 400px;*/
    }

.catalog-shared-popups-item-sku {
    clear: both;
}

.catalog-shared-popups-item-subitems {
    visibility: ​ collapse;
    display: none;
    max-width: 400px;
}

.catalog-shared-popups-item-colors input {
    border-width: 0;
    width: 30px;
    border-radius: 5px;
    border-color: transparent;
}

.catalog-shared-popups-item-colors-container, .catalog-shared-popups-item-sizes-container {
    clear: both;
}

.catalog-shared-popups-item-colors-container-inner, .catalog-shared-popups-item-sizes-container-inner {
    display: inline-block;
}

.catalog-shared-popups-item-colors, .catalog-shared-popups-item-sizes {
    display: inline-block;
    float: left;
}

    .catalog-shared-popups-item-colors input, .catalog-shared-popups-item-sizes input {
        float: left;
        height: 30px;
        margin: 0 5px 5px 0;
    }

.catalog-shared-popups-item-description {
    max-width: 400px;
    text-indent: 30px;
}
