/**
  * Product cell
  */
.s7spb-product-cell{
    max-width: 194px;
}
.s7spb-product-cell.active{
    box-shadow: 0 3px 20px #999;
    border-radius: 10px;
    position: absolute;
    background-color: #fff;
    z-index: 500;
    width: 194px;
    padding: 20px;
    margin-top: -24px;
    margin-left: -24px;
}
.s7spb-product-cell{

}
.s7spb-product-cell:after{

}

.s7spb-product-cell .s7spb-product-name{
    height: 64px;
    padding-bottom: 5px;
}
.s7spb-product-cell.active .s7spb-product-name{
    height: auto;
}

/**
  * Buy form
  */
.s7spb-product-cell .s7spb-product-quantty{
    display: none;
    border: 1px solid #22cfc7;
    color: #22cfc7;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px;
    margin-top: 10px;
}
.s7spb-product-quantty.s7spb-product-quantty-active{
    color: #fff;
    background-color: #22cfc7;
}
.s7spb-product-cell.active .s7spb-product-quantty{
    display: block;
}
.s7spb-product-cell form{
    display: none;
}
.s7spb-product-cell.active form{
    display: flex;
    background-image: url("../images/catalog.section/bg.input.gif");
    background-repeat: repeat-x;
    background-color: #fff;
    height: 38px;
    margin-right: 30px;
    position: relative;
}
.s7spb-product-cell.active form input[type="text"]{
    background-color: transparent;
    height: 38px;
    border: 0 none;
    max-width: 64px;
}
.s7spb-product-cell .px5{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.s7spb-product-cell.active form .quantity-counter{
    background-image: url("../images/catalog.section/bg.form.gif");
    background-repeat: no-repeat;
    background-color: transparent;
    height: 38px;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    border: 0 none;
}
.s7spb-product-cell.active form .quantity-counter-minus,
.s7spb-product-cell.active form .quantity-counter-plus{
    font-size: 24px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    background-color: #dcdcda;
    color:#a7a7a6;
    border-radius: 10px;
    top: 20px;
    margin-top: 7px;
    text-align: center;
}
.s7spb-product-cell.active form .quantity-counter-minus{
    line-height: 20px;
}
.s7spb-product-cell.active form input[type="submit"]{
    flex: 0 0 auto;
    border: 0 none;
    background-color: transparent;
    background-image: url("../images/catalog.section/bg.submit.png");
    background-repeat: no-repeat;
    height: 38px;
    width: 66px;
    cursor: pointer;
    margin-right: -30px;
}

/**
  * Props
  */
.s7spb-product-cell .s7spb-product-props{
    display: none;
}
.s7spb-product-cell.active  .s7spb-product-props{
    display: block;
    text-align: center;
}
.s7spb-product-informer{
    position: relative;
    display: none;
    vertical-align: middle;
}
.s7spb-product-cell.active .s7spb-product-informer,
.s7spb-product-cell-line .s7spb-product-informer{
    display: table-cell;
}
.s7spb-product-info{
    padding: 5px;
    border: 1px solid #22cfc7;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 40px;
    width: 100px;
}
.s7spb-product-info a{
    color: #22cfc7;
    text-decoration: underline;
}
.s7spb-product-info:after{
    border-bottom: 1px solid #22cfc7;
    border-left: 1px solid #22cfc7;
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    position: absolute;
    left: -6px;
    top: 50%;
    transform: rotate(45deg);
    background-color: #fff;
}

.s7spb-product-cell-line .s7spb-product-info{
    top: 6px;
    left: -110px;
    width: 100px;
}
.s7spb-product-cell-line .s7spb-product-info:after{
    transform: rotate(230deg);
    right: -6px;
    left: auto;
}


/**
  *
  */
.s7spb-product-cell.active .text-10{
    font-size: 12px;
}
.s7spb-product-cell.active .text-16{
    font-size: 18px;
}
