.titlepage {
    padding-bottom: 20px !important
}
.summposition {
    font-size: 24px;
    color: #666;
    padding-bottom: 40px;
}
.cartblock {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    transition: all 0.3s
}
.cartblock:hover {
    border: 1px solid #b0b0b0;
}
.cartblock .photo {
    padding-top: 40px;
    padding-bottom: 40px;
}
.cartblock .photo img {
    max-height: 105px
}
.cartblock .title .name a {
	font-size: 22px;
	display: inline-block;
	color: #333;
	font-weight: bold;
}
.cartblock .price {
	font-size: 22px;
	color: #333;
	font-weight: bold;
}
.cartblock .delpos span {
    background: url(del.png) no-repeat 0 -37px;
    width: 27px;
    height: 36px;
    display: inline-block;
    cursor: pointer
}
.cartblock .delpos span:hover {
	background-position: 0 0
}
.summprice {
    background-color: #e2e2e2;
    padding-top: 50px;
    padding-bottom: 50px;
}
.summprice .int {
	color: #333;
	font-weight: 300;
	font-size: 48px;
}
.summprice .int span.othfont {
	font-weight: 900;
}
.summprice .priceinfo {
	color: #666;
	font-weight: 300;
	font-size: 18px;
}
.buyat a{
    background-color: #e51837;
    border-radius: 0;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    border-bottom: 3px solid #bf142e;
    width: 340px;
    padding: 24px 0;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-top: 40px;
    text-decoration: none;
}
.buyat a:hover {
  color: #fff;
  background-color: #ed1c24;
  border-bottom: 3px solid #bf142e;
}
.buyat a:active {
  color: #fff;
  background-color: #ed1c24;
  border-top: 3px solid #bf142e;
  border-bottom: none
}
.kol {
	margin: 0 auto;
	width: 130px;
}
.kol .btn-number {
    border: 1px solid #b0b0b0;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    color: #999;
    height: 30px;
    text-align: center;
    padding: 0;
    line-height: 25px;
    font-size: 25px;
    width: 30px;
    background-color: #fff;
    opacity: 1 !important;
}
.kol .input-number {
    border: 2px solid #666;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    color: #666;
    height: 30px;
    text-align: center;
    padding: 0;
    line-height: 30px;
    font-size: 16px;
    width: 30px;
    margin: 0 15px;
}

@media (max-width: 500px) {

.summposition {
    font-size: 12px;
    padding-bottom: 25px;
}
.cartblock .title .name a {
    font-size: 16px;
    padding: 10px 0 20px;
}
.cartblock .photo {
    padding-top: 15px;
    padding-bottom: 10px;
}
.buyat a, .buyat a:hover {
    font-size: 15px;
    width: 100%;
    padding: 10px 0;
    margin-top: 20px;
}
.summprice .priceinfo {
    font-size: 12px;
}
.summprice .int {
    font-size: 24px;
}
.summprice {
    padding-top: 30px;
    padding-bottom: 30px;
}
.cartblock .price {
    font-size: 16px;
    padding: 0;
}
.cartblock .delpos span {
    transform: scale(0.67);
}
.cartblock .photo img {
    max-height: 48px;
}
.kol .btn-number {
    height: 24px;
    width: 24px;
    background-color: transparent;
}
.kol .input-number {
    height: 24px;
    width: 24px;
    margin: 0 10px;
}
.kol {
    width: 95px;
}
.delpos {
    padding: 0
}







}













