.termek {
  padding-top: 16px;
}
.cart_div {
  width: 240px;
  background: #6f9c4d;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  padding-right: 17px;
  display: inline-block;
  position: relative;
}
.cart_div:before {
  position: absolute;
  left: 0;
  width: 41px;
  height: 40px;
  content: "";
  background: url(../img/cart.png) 9px 11px no-repeat;
  border-right: 1px solid #fff;
}
.cart_div a {
  color: #fff;
}
.termek .row .col-md-12 .title {
  font-size: 30px;
  color: #1e2832;
  padding-top: 44px;
}
.termek .row .col-md-12 .title:after {
  margin-top: 13px;
  background: #7aa64a;
  max-width: 100px;
  display: block;
  height: 3px;
  content: "";
  margin-bottom: 24px;
}
.termek .cat > li.down ul {
  display: block;
}
.termek .cat > li.down > a {
  background: url(../img/down.png) right 20px center no-repeat #7aa64a;
}
.termek .cat > li > a {
  background: url(../img/left.png) right 24px center no-repeat #7aa64a;
  width: 253px;
  height: 57px;
  line-height: 57px;
  display: block;
  text-indent: 18px;
  font-family: 'Gill Sans MT', sans-serif;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.termek .cat > li ul {
  padding-top: 2px;
  padding-bottom: 19px;
  display: none;
}
.termek .cat > li ul li a {
  font-family: 'Gill Sans MT', sans-serif;
  padding-left: 33px;
  color: #000000;
  line-height: 24px;
  font-size: 16px;
}
.termek .col-md-9 .left {
  width: 40%;
  margin-right: -4px;
  vertical-align: top;
  display: inline-block;
}
.termek .col-md-9 .left .w340 {
  max-width: 340px;
}
.termek .col-md-9 .left .w340 img {
  width: 100%;
}
.termek .col-md-9 .left form {
  float: right;
  width: 239px;
  height: 92px;
  border: 1px solid #83a330;
}
.termek .col-md-9 .left form .left {
  display: inline-block;
  margin-right: -2px;
  width: 46px;
  border-right: 1px solid #83a330;
}
.termek .col-md-9 .left form .left .plus,
.termek .col-md-9 .left form .left .minus {
  font-size: 30px;
  color: #83a330;
  line-height: 45px;
  cursor: pointer;
  text-align: center;
}
.termek .col-md-9 .left form .left .plus {
  height: 45px;
  width: 100%;
  border-bottom: 1px solid #83a330;
}
.termek .col-md-9 .left form .left .minus {
  height: 45px;
  width: 100%;
  border-top: 1px solid #83a330;
}
.termek .col-md-9 .left form .middle {
  width: 98px;
  display: inline-block;
}
.termek .col-md-9 .left form .middle input {
  outline: 0;
  border: 0;
  width: 102px;
  height: 90px;
  text-indent: 59px;
  font-size: 16px;
  font-size: 30px;
  font-family: 'Gill Sans MT';
}
.termek .col-md-9 .left form input[type="submit"] {
  width: 90px;
  height: 90px;
  background: url(../img/cart-s.png) no-repeat;
  border: 0;
  font-size: 0;
}
.termek .col-md-9 .left form .right {
  display: inline-block;
  margin-right: -4px;
  width: 89px;
  padding: 0;
}
.termek .col-md-9 .right {
  vertical-align: top;
  width: 60%;
  margin-right: -4px;
  display: inline-block;
  padding-left: 18px;
}
.termek .col-md-9 .right .titles {
  font-size: 24px;
  font-family: 'Gill Sans MT';
  color: #010101;
  margin-bottom: 23px;
  margin-top: -9px;
}
.termek .col-md-9 .right .text {
  font-family: 'Gill Sans MT';
  font-size: 16px;
  line-height: 20px;
}
.termek .col-md-9 .right .text p {
  margin-bottom: 20px;
}
.termek .col-md-9 .right .text p:last-of-type {
  margin-bottom: 30px;
}
.termek .col-md-9 .price {
  width: 100%;
  height: 51px;
  background: #83a330;
  line-height: 51px;
  margin-top: 17px;
  margin-bottom: 7px;
  padding: 0 11px 0 17px;
  color: #fff;
  font-family: 'Gill Sans MT', sans-serif;
  font-size: 15.12px;
}
.termek .col-md-9 .price .l {
  display: inline-block;
  width: auto;
}
.termek .col-md-9 .price .r {
  width: auto;
  display: inline-block;
  float: right;
}
@media (max-width: 1100px) {
  .termek .cat > li > a {
    width: auto;
    margin-right: 10px;
  }
}
@media (max-width: 960px) {
  .termek .row .col-md-12 .title {
    padding-top: 20px;
    text-align: center;
  }
  .termek .row .col-md-12 .title:after {
    margin: 0px auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 860px) {
  .termek .col-md-3 {
    width: 100%;
    margin-bottom: 20px;
  }
.termek .col-md-3 ul {
    max-width: 253px;
    margin: 0px auto;
  }
  .termek .col-md-9 {
    width: 100%;
  }
  .termek .cat > li > a {
    margin-right: 0;
  }
}
@media (max-width: 620px) {
  .termek .col-md-9 .left {
    width: 100%;
  }
  .termek .col-md-9 .left img {
    margin: 0px auto;
  }
  .termek .col-md-9 .left .w340 {
    max-width: inherit;
  }
  .termek .col-md-9 .right {
    width: 100%;
  }
}
