.blank_item {
	display: none !important;
}

.hidden, .gotobasket_hidden {
	display: none !important;
}

.u-panel-holder {
	box-sizing: initial;
	height: 25px;
	width: 100%;
	display: block;
}

.opt_props_add_row {
	border-top: none !important;
}

.add_item_to_guide_field {
	width: auto;
	height: auto;
}

/** compare - start **/

table.emarket_compare {
    border: none;
    border-collapse: collapse;
}

table.emarket_compare tr {
    min-height: 35px;
    height: 35px;
}

table.emarket_compare tr td,
table.emarket_compare tr th {
    vertical-align: middle;
    padding: 20px;
    border: none;
    width: 25%;
    max-width: 200px;
}

table.emarket_compare tr td:first-of-type,
table.emarket_compare tr th:first-of-type {
    max-width: 200px;
}

table.emarket_compare tr td,
table.emarket_compare tr th.compare-title {
    text-align: left;
}

table.emarket_compare tr.compare-images-row td,
table.emarket_compare tr th.compare-title {
    vertical-align: top;
}

table.emarket_compare tr th.compare-title {
    font-size: 14px;
    padding-right: 40px;
}

table.emarket_compare tr.compare-row-even {
    background: #FCFCFC;
}

table.emarket_compare tr th {
    font-weight: 700;
}

table.emarket_compare tr.compare-buy td {
    padding: 10px;
}

.emarket_compare .compare-buy .card_product_activity {
    justify-content: flex-start;
}

.compare-price-row .compare-old-price {
    font-size: 12px;
}

.compare-price-row .compare-price {
    font-size: 18px;
}

table.emarket_compare .compare-item-image {
    position: relative;
    display: inline-block;
    display: inline;
    zoom: 1;
}

table.emarket_compare .compare-title {
    position: relative;
}

table.emarket_compare .compare-delete-item {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    text-decoration: none;
    font-family: intro;
    font-size: 14px;
    color: #ef5733;
}

table.emarket_compare .compare-delete-item:hover {
    color: black;
}

.compare-wrapper .compare-no-items {
    display: none;
}

.catalog_propertys {
    margin-top: 15px;
}

.catalog_propertys thead.compare-wrapper td {
    padding-left: 0;
}

.compare-wrapper .compare_preloader {
    display: none;
    margin-left: 10px;
}

.items_catalog .compare-wrapper,
.extra_goods .compare-wrapper {
    margin-top: 10px;
}

.compare-wrapper.hide-for-mobile .compare_button span.compare_preloader img.compare_preloader_image {
    width: 16px;
    height: 16px;
}

table.catalog_propertys .compare_button {
    width: auto;
}

.compare_button {
    width: 180px;
    margin: 0 auto;
}

.caption .compare-wrapper .compare_button {
    font-size: 13px;
}

.caption .compare-wrapper .compare_preloader {
    float: right;
}

.compare-wrapper .compare_preloader .compare_preloader_image {
    border: none;
}

.adaptive .thumbnail .caption .compare-wrapper {
    margin: 5px 8px 7px 0;
}

.compare-buy .item_btn {
    padding: 0;
}

.emarket_compare .button_buy {
    text-align: center;
    background-color: #ef5733;
    color: #ffffff;
    transition: all 0.4s;
    background-image: url(/img/cart_white.png);
    background-repeat: no-repeat;
    background-position: 20% 50%;
    font-size: 18px;
    box-sizing: border-box;
    padding: 5px 35px;
    height: 35px;
    display: inline-block;
    font-weight: 100;
    text-decoration: none;
    margin: 0;
}

.emarket_compare .button_buy:hover {
    filter: brightness(110%);
    -moz-filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

@media only screen and (max-width: 500px), screen and (max-device-width: 500px) {
    .compare-wrapper.hide-for-mobile {
        display: none;
    }
}

/** compare - end **/

