/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 10, 2018, 2:06:50 PM
    Author     : Gendz
*/
.product-label {
    position: absolute;
    z-index: 150;
    margin-left: 65%;
    top: -30px;
}
.product-label p {
    color: red;
    border: 1px solid red;
    border-radius: 5px;
    white-space: nowrap;
    text-align: center;
    padding: 5px;
    font-weight: 700;
    background-color: white;
}
.mainimg {
    position: relative;
}

.prices-admin {
    margin: 10px 0;
}

.prices-admin__title {
    color: #a7a7a7;
}

.prices-admin__big-opt,
.prices-admin__small-opt {

}

.prices-admin__big-opt .big-opt__list,
.prices-admin__small-opt .small-opt__list {

}

.prices-admin__big-opt .big-opt__list .big-opt__list-item,
.prices-admin__small-opt .small-opt__list .small-opt__list-item {
    display: none;
    font-weight: bold;
}

.prices-admin__big-opt .big-opt__list .big-opt__list-item.--active,
.prices-admin__small-opt .small-opt__list .small-opt__list-item.--active {
    display: block;
}