body,html{
    width:100%;
    margin:0;
    background-color:#fff;
}
#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  display:block;
  transition: top 0.3s;
}
.top{
    margin-bottom:8vw;
}
.sortCont.hide {
    display: none;
}
.basket_link{
    font-weight:bold;
}
.basket_top{
    width:100%;
    height:8vw;
    padding:0 0.5vw;
}
.basket_top a{
    color:#fff;
    text-decoration:none;
}
.basket_top a:hover{
    background-color:#4d90fe;
}
.basket_button {
    background-color:#2c3554;
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    float:right;
    margin:auto 2vw;
}
.basket_button:hover{
    background-color:#4d90fe;
}
.info_top{
    width:100%;
    height:10vw;
    padding:2vw;
}
.info_top p{
font-size:1.6vw;
  letter-spacing:1px;
  text-align:center;
}
.row{
    margin-top:2vw;
}

@media screen and (max-width: 1200px) {
    .basket_top{
    width:100%;
    height:100px;
    padding:0 15px;
}

    .info_top{
    width:100%;
    height:200px;
    padding:15px;
}

.info_top p{
font-size:18px;
}
.row{
    margin-top:40px;
}

}
.card-item__add-button1 {
    width:80%;
  background-color: #2c3554;
  color: #fff;
  font-weight: bold;
  padding: 1vw;
  font-size: 1.1vw;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  font-family: 'Crimson Text', Georgia, Times, serif;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  margin: 1vw;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.card-item__add-button1:hover {
    width:80%;
  background-color: #4d90fe;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (max-width: 1200px) {
.card-item__add-button1 {
    width:80%;
  padding: 13px;
  font-size: 15px;
  margin: 10px;
}

}
.sortCont {
  display: none;
}

.show {
  display: block;
}
.select_cof{
    width:100%;
    padding:2vw auto;
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 3vw auto;
}
.btn_select{
    width:auto;
  background-color: #2c3554;
  color: #fff;
  font-weight: bold;
  padding: 1vw;
  font-size: 1vw;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  font-family: 'Crimson Text', Georgia, Times, serif;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  margin: 1vw;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
   
}

@media screen and (max-width: 1200px) {
.select_cof{
    width:100%;
    margin:30px auto 0px auto;
    padding:30px auto;
}
.btn_select{
    width:80%;
  padding: 13px;
  font-size: 14px;
  border: none;
  border-radius: 3px;
  letter-spacing: 2px;
  margin: 12px;

}

}
.ist9 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 1.2vw;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}

.basket_button {
    background-color:#2c3554;
    border: none;
    color: white;
    padding: 12px 4px;
    font-size: 16px;
    cursor: pointer;
    float:right;
    margin:auto;
    width:auto;
}

.progress-bar {
  position: relative;
  border: none;
  width: 95%;
  height: 3.1vw;
  line-height: 3.1vw;
  vertical-align: midle;
  overflow: hidden;
  margin: 7.8vw auto 3.9vw auto;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 1.6vw;
  box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.25);
}
.progress-bar .bar {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.progress-bar .bar span {
  position: absolute;
  display: block;
  width: 7.8vw;
  height: 100%;
  text-align: center;
}
.progress-bar .bar.positive {
  background: #008000;
  left: 0;
  width: 10%;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
}
.progress-bar .bar.positive span {
  left: 0;
  color: #fff;
}
.progress-bar .bar.negative {
  background: #fff;
  right: 0;
  width: auto;
  -webkit-animation: animate-negative 2s;
  animation: animate-negative 2s;
}
.progress-bar .bar.negative span {
  right: 0;
  color: #fff;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0%;
  }
}
@keyframes animate-positive {
  0% {
    width: 0%;
  }
}
@-webkit-keyframes animate-negative {
  0% {
    width: 100%;
  }
}
@keyframes animate-negative {
  0% {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
.progress-bar {
  position: relative;
  border: none;
  width: 95%;
  height: 40px;
  line-height: 40px;
  vertical-align: midle;
  overflow: hidden;
  margin: 50px auto 20px auto;
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.25);
}
.progress-bar .bar span {
  width: 15px;
  height: 100%;
  padding:auto 0;
}
.progress-bar .bar.positive {
  width: 10%;
}
.basket_button {
    font-size: 14px;
    width:auto;
}
.ist9 {
  font-size: 14px;
}
}
