/*******************************************************

* Copyright (C) 2018-2019 Václav Pešice <service@upstyle.cz>
*
* This file is part of Ultramarine anchors.
*
* Project Ultramarine anchors or its parts can not be copied and/or distributed without the express
* permission of Václav Pešice
*******************************************************/

#upscore_homefilter{
  gap: 15px;
  display:flex;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
#upscore_homefilter .title{
  width: 100%;
  letter-spacing: -0.36px;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
  color: #9A9B9F;
  text-align:left;
  font-weight: bold;
  text-transform: uppercase;
}
#upscore_homefilter .boat-type{
  display:flex;
  gap:15px;
}
#upscore_homefilter .boat-type label{
  position: relative;
  width: 77px;
  height: 77px;
  vertical-align: bottom;
  display:flex;
  align-items: end;
}
#upscore_homefilter .boat-type label input{
  opacity: 0;
  position:absolute;
  top:0;
  left:0;
}
#upscore_homefilter .boat-type label svg{
  padding: 5px;
  max-width: 100%;
  height: 100%;
  background: #F1F9FB;
  border-radius:10px;
  border: 2px solid transparent;
}
#upscore_homefilter .boat-type label input:checked + svg{
  border-color: #009DC3;
}

#upscore_homefilter select[name='specific-boat-type']{
  border-radius: 0;
  width: 100%;
  text-align: center;
}

#upscore_homefilter .range{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#upscore_homefilter .range input{
  width: 100%;
}
#upscore_homefilter .range .val{
  text-align: center;
  margin: 10px;
  font-size: 14px;
  color: #9A9B9F;
  background: #F5F5F5;
  border: thin solid #9A9B9F;
  width: 35%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
#upscore_homefilter .range .val input{
  border: none;
  background: none;
  text-align: right;
  width: 50%;
  color: #9A9B9F;
  font-size: 14px;
  outline: none;
}

#productAlternatives{
  display: flex;
  align-items: start;
  justify-content: space-around;
}
.upscoreAlternatives > div > div{
  max-width: 200px;
}
.upscoreAlternatives p.lead{
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  height: 45px;
  margin-bottom: 8px;
}
.upscoreAlternatives p.small{
  color: #009DC3;
  font-size: 10px;
  margin-top: 8px;
}
.upscoreAlternatives table td{
  border: 1px solid #9A9B9F;
  padding: 3px;
  color: #9A9B9F;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.upscoreAlternatives table tr:first-child td{
  font-weight: normal;
}
.upscoreAlternatives .price{
  font-size: 40px;
}

#productAccessories{
  display: flex;
  align-items: start;
  justify-content: space-around;
}
#productAccessories img{
  border: thin solid #ceced0;
  border-radius: .4rem;
  padding: 5px;
  margin-bottom: 5px;
}
@media(min-width: 1190px) {
  #productAccessories > div{
    margin-top: -185px;
  }
}
