#page-title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 50px;
}

#content {
    padding: 0px 10px 50px 10px;
}

#product-matnr {
    width: 103px;
    padding: 4px;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    text-align: center;
}

#btn-add {
    background-color: #4CB050;
    font-size: 16px;
    color: #ffffff;
}

#btn-remove-all {
    background-color: #FC001F;
    font-size: 16px;
    color: #ffffff;
}

#product-list {
    margin-top: 100px;
}

#border-right {
    border-right: 1px solid rgba(112, 112, 122, 0.2);    
}

.div-product > div {
    padding: 0px 15px;
}

.product-img {
    width: 100%;
    max-width: 150px;
    float: left;
    margin-right: 6px;
}

.product-tags div {
    color: #ffffff;
    width: 59px;
    height: 20px;
    font-size: 10px;
    padding-top: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
    text-align: center;
    float: left;
    margin-right: 5px;
}

.garbage {
    margin-right: 10px;
    color: #FC001F;
    cursor: pointer;
}

.product-checkbox {
    margin-right: 7px;
}

.product-label {
    color: #797979;
    font-size: 16px;
}

.product-title {
    padding: 20px 0px;
    font-size: 18px;
    color: #313131;
    font-weight: 600;
}

.product-code {
    font-weight: 600;
    height: 50px;
    font-size: 18px;
    color: #313131;
}

.product-price {
    height: 50px;
}

.product-price-from, .product-price-to {
    display: inline-block;
}

.product-price-from {
    text-decoration: line-through;
    font-weight: 600;
    font-size: 18px;
    color: #D6D6D6;
}

.product-price-to {
    font-weight: 600;
    font-size: 18px;
    color: #FC001F;
}

.product-tags {
    display: none;
    height: 50px;
}

.product-tag {
    display: inline-block;
    padding: 3px 4px 2px 4px;
    color: #ffffff;
    font-size: 10px;
    border-radius: 2px;
}

.product-warranty,
.product-others,
.product-features,
.product-details,
.product-description,
.product-characteristics {
    display: none;
    margin-bottom: 30px;
}

.product-warranty > div:nth-of-type(1),
.product-others > div:nth-of-type(1),
.product-features > div:nth-of-type(1),
.product-description > div:nth-of-type(1),
.product-characteristics > div:nth-of-type(1),
.product-details > div:nth-of-type(1) {
    color: #313131;
    font-size: 18px;
    font-weight: 700;
}

.product-warranty > div,
.product-others > div,
.product-features > div,
.product-description > div,
.product-characteristics > div,
.product-details > div {
    color: #313131;
    font-size: 14px;
}

.btn-add {
    width: 100%;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #777777;
    font-size: 14px;
    margin-bottom: 7px;
}

@media screen and (max-width:991px) {
	#content {
		margin-top: 190px;
	}
}

@media screen and (max-width:768px) {
    #content {
		margin-top: 240px;
	}
}