#bollinicontainer {
  margin: 10px 0;
}

.bordobollino {
    width:90px;
    float: left;
    cursor: pointer;
    border:1px solid #ddd;
    margin:0 4px;
}

.bordobollino:hover{
  border-color:#333;
}

.bordobollino:first-child, .bordobollino:last-child{
  margin: 0;
}

.nw-comb-img{
  width:100%;
}

.nw-variant-details{
  text-align: center;
  margin-top:5px;
}

.nw-variant-capacity{
  font-weight: bold;
  font-size:13px;
  line-height:13px;
  display:block;
}

.nw-variant-price{
  font-size: 12px;
  line-height:12px;
  display:block;
  margin:2px 0;
}

.bollinoselected {
    border:1px solid #ad0700;
    padding: 2px;
    position: relative;
}

.bollinounselected {
    padding: 4px;
    /*border: 1px solid #d8d8d8;*/
}

.selectedtriangle {
    position: absolute;
    bottom: 0px;
    width: 0;
    height: 0;
    right: 0px;
    border-bottom: 10px solid #ad0700;
    border-left: 10px solid transparent;
}

.selectimage {
    width:32px;
    height:32px;
}

#bolliniselect {
    width: 500px;
}

#subselect {
    width: 200px;
}

#subselect_msdd {
    margin-bottom: 10px;
}

#bolliniselect_msdd {
    margin-bottom: 10px;
}

#bollinilist {
  border: 2px solid #D76445;
  padding: 5px 10px;
  margin-left: 10px;
}

#bollinicontainer .control-label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  margin-bottom: 10px;
  display:inline-block;
}

.select2-container {
  margin-bottom: 15px !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px !important;
}

.ps-hidden-by-js {
  display:none;
}