

/* Start:/local/templates/Falcon-Eyes.Default/components/realweb/blank/compare/style.css?17452376526960*/
.tabs-head {
    display: inline-block;
    padding: 0 0 5px 0;
    margin: 0 10px 10px 0;
    border-bottom: 2px solid transparent;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none!important;
}

.tabs-head.__current {
    border-bottom-color: #ba4e4a;
    cursor: default;
}

.cab__switchers {
    border-bottom: 1px solid #d9d9df;
    margin: 20px 0px 20px;
}

/*
	Custom checks and radio start
*/
.custom-ui {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
}

.compare__confirm {
    margin: 10px 20px 10px 0;
}

.custom-ui__input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-appearance: none;
}

.custom-ui__input:checked ~ .custom-ui__presence:before {
    position: absolute;
    content: "";
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    width: 17px;
    height: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.custom-ui__presence,
.custom-ui__text {
    display: inline-block;
    vertical-align: middle;
}

.custom-ui__text {
    white-space: normal;
    width: calc(100% - 30px);
}

.custom-ui__presence {
    position: relative;
    width: 27px;
    height: 27px;
    margin: 2px;
    border: 1px solid #b2bdca;
    margin-right: 10px;
}

.custom-ui__text {
    font-size: 14px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-ui_theme_strict .custom-ui__input:checked ~ .custom-ui__presence:before {
    border-color:#000;
}

.custom-ui_theme_grey .custom-ui__presence {
    border-color: #aaafb1;
}

.custom-ui_theme_grey .custom-ui__input:checked ~ .custom-ui__presence:before {
    border-color: #aaafb1;
}

.custom-ui_theme_grey .custom-ui__presence {
    width: 21px;
    height: 21px;
}

.custom-ui_theme_grey .custom-ui__text {
    color: #261917;
    font-weight: bold;
}


.custom-ui_theme_mixed .custom-ui__input:checked ~ .custom-ui__presence:before {
    width: 14px;
    height: 7px;
    margin-top: -6px;
    margin-left: -7px;
}

.custom-ui_theme_mixed .custom-ui__presence {
    border-color: #aaafb1;
}

.custom-ui_theme_mixed .custom-ui__presence {
    width: 21px;
    height: 21px;
}


.custom-ui_theme_mixed .custom-ui__input:checked ~ .custom-ui__presence {
    border-color: #e94b0a;
}

.custom-ui_theme_mixed .custom-ui__input:checked ~ .custom-ui__presence:before {
    border-color: #e94b0a;
}

.custom-ui_theme_mixed .custom-ui__input:checked ~ .custom-ui__text {
    color: #e94b0a;
}

.custom-ui_theme_red .custom-ui__presence {
    width: 24px;
    height: 24px;
    border: 2px solid #ba4e4a;
}

.custom-ui_theme_red .custom-ui__input:checked ~ .custom-ui__presence:before {
    border-color:#ba4e4a;
}

.custom-ui_theme_red .custom-ui__text {
    color: #ba4e4a;
}

.custom-ui_theme_circle .custom-ui__presence {
    position: relative;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: white;
    border: 2px solid #ba4e4a;
}

.custom-ui_theme_circle .custom-ui__presence:before {
    position: absolute;
    content: "";
    background:white;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.custom-ui_theme_circle .custom-ui__input:checked ~ .custom-ui__presence:before {
    background: #ba4e4a;
    width: auto;
    height: auto;
    border: 0;
    transform: none;
    margin-top: -4px;
    margin-left: -4px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.compare__sequence * {
    box-sizing: border-box;
}

.custom-btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    border: 3px solid;
    min-width: 184px;
    height: 38px;
    padding: 5px 5px;
    text-align: center;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.custom-btn_theme_blue_back {
    border-color: #3F465A;
    background-color: #3F465A;
    color: #fff;
    padding: 0px 15px;
    height: 40px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    min-width: 149px;
    text-transform: none;
}

.custom-btn_theme_blue_back:hover {
    color: #fff;
    background: #ba4e4a;
    border-color: #ba4e4a;
    text-decoration: none;
}

.custom-btn_theme_orange_remove {
    border-color: #ba4e4a;
    color: #ba4e4a;
    padding: 0px 5px;
    height: 40px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    min-width: 149px;
    background: transparent;
    text-transform: none;
}

.custom-btn_theme_orange_remove:hover {
    text-decoration: none;
    background: #ba4e4a;
    color: #fff;
}

.compare-product-slider {
    margin-top: 30px;
}

.represent__item {
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
}

.represent__item .product-top-slider {
    width: 100%;
}

.represent__item .product-top-slider p {
    height: 100%;
    min-height: 90px;
}

.represent__items .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.represent__items .product-top-date {
    text-align: center;
    line-height: 18px;
    display: block;
    font-weight: bold;
    padding-top: 2px;
    font-size: 10px;
    color: gray;
}

.represent__items .product-top-slider img {
    width: 120px;
    height: 120px;
    margin: 9px auto;
}

/*
	typical dots start
*/
.typical-dots {
    margin: 10px 0;
    text-align: center;
}

.typical-dots > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.typical-dots > li button {
    display: inline-block;
    color: transparent;
    width: 16px;
    height: 16px;
    border: 1px solid #ba4e4a;
    background: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
}

.typical-dots > li.slick-active button {
    background: #ba4e4a;
}

.typical-dots_compact > li button {
    width: 10px;
    height: 10px;
}

.properties-title {
    color: #010109;
    font-size: 20px;
    font-weight: 600;
    min-height: 40px;
}

.properties-item {
    color: black;
    font-size: 15px;
    font-weight: 100;
    line-height: 20px;
    border-top: 1px solid #e1e1e1;
    min-height: 80px;
    display: table;
    width: 100%;
    padding: 0 10px;
}

.properties-item > span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-top: 10px;
}

.properties-group {
    margin-bottom: 40px;
}

.properties-group .properties-item:last-child {
    border-bottom: 1px solid #e1e1e1;
}

.compare-product-properties {
    padding: 0px;
}

.properties-item-name {
    display: block;
    color: #ba4e4a;
    position: absolute;
    top: 10px;
    left: 0;
    white-space: nowrap;
}

.compare .merch__code {
    display: none;
}

.properties-item-value {
    display: block;
    line-height: 1;
}
/* End */
/* /local/templates/Falcon-Eyes.Default/components/realweb/blank/compare/style.css?17452376526960 */
