.content-wrapper {
    width: 1140px;
    margin: 0 auto;
    height: 933px;
}

.content {
    width: 100%;
    float: left;
}

.info {
    width: 100%;
}

.cart {
    display: inline-block;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 25px;
    font-size: 14px;
    line-height: 32px;
}

tr {
    height: 27px;
    width: 100%;
    background-color: #c4c4c4;
}

tr td:first-child {
    padding-left: 13px;
}

tr:nth-child(even) {
    background-color: #e8e8e8;
}

tr:last-child {
    height: 52px;
}

tr td {
    border: none;
}

.cart {
    height: 376px;
    width: 374px;
    float: left;
    margin-right: 27px;
}

.cart img {
    height: 376px;
    width: 374px;
    float: left;
    padding-top: 7px;
}

.other {
    width: 64%;
    margin: 0;
    float: left;
}

.other p span:nth-child(2) {
    font-size: 17px;
}

.other p span:last-child {
    padding-left: 30px;
    font-size: 17px;
}

.clear {
    clear: both;
}

.crs {
    height: 28px;
    width: 116px;
    background-color: #5ca2c3;
    color: white;
    border: none;
    top: -1px;
    display: inline-block;
    margin-left: 15px;
    position: relative;
	border: 1px solid #5ca2c3;
	cursor:pointer;
}
.crs span
{
	color: inherit;
}
.vcor
{
	border: 1px solid #5ca2c3;
}
.crs:hover,.vcor:hover {
	    background-color: #fff;
    color: #5ca2c3;
}

.crs a {
    color: white;
    text-decoration: none;
}

.button_field {
    width: 100%;
    display: inline-block;
    padding: 43px 0;
}

article {
    padding-top: 17px;
    width: 100%;
}

article p {
    padding-bottom: 20px;
    font-size: 12.5px;
}

article p:last-child {
    padding-bottom: 50px;
}

.price {
    color: #db9a2d;
    font-weight: bold;
    font-size: 31px;
      padding-right: 2px;
    font-family: "Roboto";
    display: inline-block;
    padding-top: 6px;
}

.page_title {
    padding-top: 13px;
    height: 59px;
}

.page_title h3 {
    font-size: 16px;
}

#title_filter {
    font-size: 12px;
    font-family: 'Roboto Bold', arial;
    color: #4b4b4b;
    height: 67px;
    padding-top: 13px;
}

.call_me {
    padding-bottom: 35px;
}

.call_me p {
    line-height: 25px;
}

.counter {
    padding-top: 10px;
}

.tel_num {
    color: #5ca2c3;
    font-family: 'Open Sans Semibold', arial;
    font-size: 19px;
}