/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.k-window-actions .k-icon {
    font-size: 36px !important;
}

.puntini {
    text-overflow: ellipsis;
    
    overflow: hidden;
     
    white-space: nowrap;
    vertical-align: middle;
}

.row-bordered {
    
    border-bottom: 1px solid #ccc;
     
}

section {
    padding-top: 20px !important;
    min-height: 400px!important;
}



.product-gray {
    border-radius: 50%;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    height: 42px;
    right: 10px;
    line-height: 42px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.14);
    top: 10px;
    width: 42px;
    z-index: 5;
    background: gray;
} 