.mid_box {
    width: 100%;
}

.cp-row:after {
    content: '';
    display: block;
    clear: both;
}

.cp-title {
    width: 25%;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 25px;
    color: #333;
    text-transform: uppercase;
    display: table-cell;
    font-weight: 700;
    vertical-align: middle;
}

.rows-compare:nth-child(1) .cp-title, .rows-compare:nth-child(2) .cp-title {
    height: 60px;
}

.cp-title span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.rows-compare {
    border-left: 1px solid #eaeaea;
}

.rows-compare:after {
    content: '';
    display: block;
    clear: both;
}

.rows-compare:nth-child(1) {
    border-top: 1px solid #eaeaea;
}

.rows-compare:nth-child(1), .rows-compare:nth-child(2) {
   
}

.cp-row {
    display: table;
	table-layout:fixed;
    width: 100%;
}

.sl-input {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.rows-compare .select-wrapper {
    border: 1px solid #d0d0d0;
    height: 38px;
    background: #fff url(../images/arrow_filter.png) no-repeat 220px center;
}

.rows-compare select {
    width: 265px;
    height: 38px;
}

.rows-compare .select-wrapper .holder {
    padding: 0 12px;
    line-height: 36px;
    font-size: 14px;
    color: #666666;
}
.item-value img {
    max-width: 60%;
}
.rows-compare.cp-cnt .cp-title {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 25%;
    float: inherit;
}

.rows-compare .col-product {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 25%;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
    padding: 80px 0px 20px;
}

.rows-compare .col-product:before {
    content: 'VS';
    height: 36px;
    width: 36px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #ddd;
    color: #ddd;
    position: absolute;
    right: -19px;
    top: 50%;
    margin-top: -50px;
    z-index: 1;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 34px;
}

.rows-compare .col-product:last-child:before {
    content: '';
    background: transparent;
    border: none;
}

.rows-compare .col-product button {
    position: absolute;
    top: 4px;
    right: 5px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 25px;
    width: 25px;
    height: 25px;
}

.rows-compare .col-product button:focus {
    outline: 0;
}

.rows-compare .col-product button span {
    position: absolute;
    left: 1px;
    top: 0;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin: auto;
    font-size: 14px;
    color: #999;
    line-height: 1;
}

.item-product .div-image {
    width: 100%;
    display: table;
    padding: 0 30px;
}

.item-product .div-image a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    outline: 0;
}

.item-product .div-caption {
    padding: 0 25px;
    text-align: center;
}

.item-product .by-title a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #333333;
    outline: 0;
}

.item-product:hover .by-title a {
    color: #f58221;
}

.new-cost {
    color: #eb0000;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}

.old-cost {
    color: #808080;
    display: block;
}

.rows-compare .col-product .div-input {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    text-align: center;
    width: 100%;
}

/*.rows-compare .col-product:last-child span {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #666666;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
}*/

.rows-compare .col-product a.cp-plus {
    display: block;
    margin: 10px auto 0;
    border: solid 1px #ddd;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    outline: 0;
    font-size: 41px;
    color: #ccc;
    text-shadow: 1px 1px 1px #fff;
    background: -webkit-linear-gradient(#fff, #f4f4f4);
    background: -o-linear-gradient(#fff, #f4f4f4);
    background: -moz-linear-gradient(#fff, #f4f4f4);
    background: linear-gradient(#fff, #f4f4f4);
    border-radius: 5px;
    box-shadow: 0 1px 0 #e8e8e8;
    cursor: pointer;
}

.rows-compare .item-data {
    padding: 15px 0;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 25%;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
    position: relative;
}

.rowsWrapper .rows-compare:nth-child(1) {
    border-top: none
}

.rowsWrapper .rows-compare:nth-child(2n +1) {
    background: #fafafa;
    text-align: left;
}

.rowsWrapper .rows-compare .item-data {
    padding: 18px 0 12px;
}

a.get_cataloge {
    display: block;
    color: rgb(51, 51, 51);
    text-decoration: none;
    outline: 0;
}

a.get_cataloge:hover {
    color: #f58221;
}

.popup_form {
    width: 800px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    padding: 20px 0;
}

.title-popup {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    padding: 10px 0 15px 10px;
    text-align: center;
}

.detail-popup {
    text-align: center;
}

ul.cp-add-item-list {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
}

ul.cp-add-item-list:after {
    content: '';
    display: block;
    clear: both;
}

ul.cp-add-item-list li {
    display: inline-block;
    width: 20%;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #eee;
    padding-bottom: 10px;
	vertical-align:top;
}

ul.cp-add-item-list li:last-child {
    margin-right: 0;
}

ul.cp-add-item-list li a {
    text-decoration: none;
    outline: 0;
    display: block;
}

ul.cp-add-item-list img {
    width: 80px;
    height: 80px;
    padding: 5px;
    vertical-align: middle;
}

ul.cp-add-item-list span {
    margin-top: 5px;
    font-size: 12px;
    color: #444;
    display: block;
}

#compare_popup .acWrapper {
    position: relative;
    width: 80%;
    display: inline-block;
    margin-top: 20px;
}

#compare_popup input[type="search"] {
    width: 100%;
    height: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    padding: 5px 40px 5px 10px;
    font-size: 13px;
    color: #696969;
    box-shadow: none;
}

#compare_popup button[type="submit"] {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 40px;
    height: 38px;
    border: none;
    box-shadow: none;
    background: transparent;
}

#compare_popup .ac_results {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 500;
}

#compare_popup .ac_results .ui-widget-content {
    width: 100% !important;
}

#compare_popup button .sf-icon-search::before {
    content: url(../images/icon_search_fix.png);
    margin: 0;
    position: absolute;
    top: 8px;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
}

a.fancybox-item.fancybox-close {
    background: none;
    top: 8px;
    right: 10px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    color: #ddd;
    text-decoration: none;
    outline: 0;
}

a.fancybox-item.fancybox-close:before {
    content: 'X';
}