#kosar {
  color: #575656;
  font-size: 14px;
}
#kosar .header {
  font-size: 18px;
  margin: 0 0 25px 0;
  padding: 0;
  line-height: 20px;
  color: #2a2a2a;
  font-weight: bold;
}
#kosar .text {
  font-size: 14px;
}
#kosar a button {
  color: #fff;
  background: #F5871F;
}
#kosar .text-left a button {
  background: #171717;
  color: #fff;
}
#kosar .wrapper {
  background-color: #F5871F;
  color: #ffffff;
}
#kosar .wrapper div {
  padding: 5px;
}
#kosar .kosar_sor {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 5px solid #F5871F;
}
#kosar .kosar_header{
	font-weight: bold;
	margin-bottom: 20px;
}
#kosar .price_data {
  width: 25%;
  display: inline-block;
  font-size: 18px;
}
#kosar img {
  /*width: 10%;*/
  /*display: inline-block;*/
  /*vertical-align: top;*/
}
#kosar .product {
  width: 61%;
  display: inline-block;
  margin-left: 1%;
  vertical-align: top;
}
#kosar .product .name {
  color: #F5871F;
  display: block;
  font-size: 18px;
}
#kosar .product .info {
  font-size: 14px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#kosar .price {
  font-weight: bold;
  font-size: 16px;
}
#kosar .price_sum {
  font-size: 16px;
  font-weight: bold;
}
#kosar .input_db {
  width: 50px;
  vertical-align: top;
  text-indent: 10px;
}
#kosar .kosar_bottom > div {
  display: inline-block;
}
.other_things {
  padding: 15px;
}
.kosar_summ {
  border-top: none;
  padding: 15px;
}
.kosar_summ select {
  width: 100%;
}
.kosar_summ .bootstrap-select:not([class*="span"]) {
  width: 100%;
}
#kosar .kosar_summ .kosar_sum_line {
  padding-right: 5%;
}

#kosar .kosar_summ .kosar_sum_line .price,
#kosar .kosar_summ .kosar_sum_line .price * {
	font-weight: bold !important;
}

#kosar .kosar_summ .kosar_sum_line > div {
  /*width: 49%;*/
  display: inline-block;
}
#kosar .kosar_summ .sum_price_text {
  font-weight: bold;
  font-size: 18px;
}
#kosar .kosar_summ .sum_price_value {
  font-weight: bold;
  font-size: 22px;
  color: #F5871F;
}
#kosar .buttons {
  margin-top: 20px;
}
#kosar .buttons a {
  font-size: 14px;
}


.tovabb {
    background-color: #F5871F;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
    /*width: 126px;*/
    font-size: 14px!important;
}

.tovabb:hover, .tovabb:focus {
    color:#fff;
}

.vissza {
    color: #000!important;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4!important;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto!important;
    height:auto!important;
    font-size: 14px!important;
}

.vissza:hover, .vissza:focus {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #ccc !important;
}

@media (max-width: 1200px) {
  #kosar {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  #kosar,
  #kosar .product .name,
  #kosar .price_data {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  #kosar,
  #kosar .product .name,
  #kosar .price_data {
    font-size: 15px;
  }
  #kosar .price_sum {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  #kosar .kosar_summ .kosar_sum_line {
    padding-right: 0;
  }
  .kosar_summ {
    padding: 5px;
  }
  #kosar .kosar_bottom > div {
    font-size: 13px;
  }
  #kosar .kosar_summ .sum_price_text,
  #kosar .kosar_summ .sum_price_value {
    font-size: 13px;
  }
}
