/**
* @package ProductSizes
* Created UNI-Studio <design@uni-studio.ru> on 08.06.2017
*/

.shop_detail_item__product-sizes {
    padding: 5px;
    background-color: #EDEDED;
    min-height: 60px;
}
.shop_detail_item__product-sizes::after {
    content: "";
    display: block;
    clear: both;
}
.shop_detail_item__product-sizes__h {
    font-size: 17px;
    margin-bottom: 20px;
    color: #00583c;
    display: block;
}

.shop_detail_item__product-sizes__size {
    width: 33%;
    float: left;
    text-align: center;
}
.shop_detail_item__product-sizes__size label {
    display: inline-block;
    width: 80%;
    text-align: center;
    margin-bottom: 4px;
}
.shop_detail_item__product-sizes__size select {
    min-width: 80px;
    height: 30px;
    border: 1px solid #CFCFCF;
    background: white;
    text-align: center;
}

/* Размерный блок для страниц угловых шкафов */
.shop_detail_item__product-sizes--corner-cupboard {
    padding: 20px;
    background-color: #EDEDED;
    height: auto;
}
.shop_detail_item__product-sizes--corner-cupboard .shop_detail_item__product-sizes__sizes-block {
    float: left;
    width: 57%;
    margin: 0 3% 0 0;
}
.shop_detail_item__product-sizes--corner-cupboard .shop_detail_item__product-sizes__schema-block {
    float:left;
    width: 40%;
}
.shop_detail_item__product-sizes--corner-cupboard .shop_detail_item__product-sizes__schema-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/images/corner-cupboard/corner-cupboard.png');
    height: 226px;
    width: 100%;
    position: relative;
}
.shop_detail_item__product-sizes--corner-cupboard .shop_detail_item__product-sizes__size {
    float: none;
    text-align: left;
    width: auto;
    margin-bottom: 15px;
}
.shop_detail_item__product-sizes--corner-cupboard .shop_detail_item__product-sizes__size label {
    display: inline-block;
    text-align: left;
    margin-bottom: 4px;
    width: 60%
}
.shop_detail_item__product-sizes__size-label {
    position: absolute;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 1;
    color: #808080;
}
.shop_detail_item__product-sizes__left-side-deep {
    top: 191px;
    left: 69px;
    width: 92px;
}
.shop_detail_item__product-sizes__right-side-deep {
    transform: rotate(-90deg);
    top: 73px;
    left: 181px;
    width: 76px;
}
.shop_detail_item__product-sizes__right-side-length {
    top: 9px;
    left: 67px;
    width: 137px;
}
.shop_detail_item__product-sizes__left-side-length {
    top: 106px;
    left: -33px;
    transform: rotate(-90deg);
    width: 142px;
}
.shop_detail_item__product-sizes__aperture {
    top: 131px;
    left: 129px;
    transform: rotate(-54deg);
    width: 67px;
    font-size: 14px;
}

@media screen and (max-width: 460px) {
	.shop_detail_item__product-sizes__size { width:auto; float:none; margin:10px 0;}
}