#fs-compare {
position: relative;
margin-bottom: 70px;
}
.fs-table {
position: relative;
}
.fs-table .swiper-button {
position: absolute;
top: -45px;
right: 0;
}
.do_cat {
min-width: 150px;
color: #7EBB47 !important;
text-decoration: none !important;
font-weight: 500;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 20px;
margin-top: 10px;
}
.do_cat p {
margin: 0;
margin-right: 10px;
}
.fs-category-tabs .head {
white-space: nowrap;
margin-bottom: 25px;
-ms-overflow-style: none;
}
.fs-category-tabs .head:-webkit-scrollbar {
width: 0;
}
.fs-category-tabs .head p.cat {
width: auto !important;
color: #8E8E8E;
margin: 0;
padding: 10px 15px;
border: solid 1px #DBDBDB;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.fs-category-tabs .head p.cat .cat__name {
margin-right: 10px;
}
.fs-category-tabs .head p.cat .cat__remove {
width: 24px;
height: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin: 0;
}
.fs-category-tabs .head p.cat svg {
fill: #8E8E8E;
}
.fs-category-tabs .head p.cat.active {
background-color: #7EBB47;
color: #fff;
}
.fs-category-tabs .head p.cat.active svg {
fill: #fff;
}
.swiper-comparison {
display: none;
position: relative;
overflow: hidden;
}
.swiper-comparison .swiper-slide {
max-width: 240px;
border-color: #DBDBDB;
border-right: solid 1px #DBDBDB;
border-top: solid 1px #DBDBDB;
}
.swiper-comparison .swiper-slide .head {
border-bottom: solid 1px #DBDBDB;
padding: 24px 5px;
height: 388px;
position: relative;
top: 0;
background: #fff;
z-index: 98;
}
.swiper-comparison .swiper-slide .head .image {
display: block;
margin-bottom: 15px;
}
.swiper-comparison .swiper-slide .head .image figure {
height: 230px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.swiper-comparison .swiper-slide .head .image figure img {
display: block;
}
.swiper-comparison .swiper-slide .head .title {
font-weight: 500;
text-decoration: none;
margin: 0 10px;
display: block;
}
.swiper-comparison .swiper-slide .head .title p {
margin: 0;
}
.swiper-comparison .swiper-slide .head .description {
position: absolute;
bottom: 18px;
left: 15px;
right: 15px;
margin: 0;
}
.swiper-comparison .swiper-slide .head .remove-from-compare {
position: absolute;
right: 15px;
top: 15px;
}
.swiper-comparison .swiper-slide .footer .attr {
padding: 15px;
border-bottom: solid 1px #DBDBDB;
}
.swiper-comparison .swiper-slide .footer .attr p {
margin: 0;
}
.swiper-comparison .swiper-slide .footer .attr_name {
background-color: #F2F2F2;
}
.swiper-comparison .swiper-slide .footer .attr_value {
background-color: #fff;
}
.border-left {
border-left: solid 1px #DBDBDB !important;
}
.table-active {
display: block;
}
.cat:hover {
cursor: pointer;
}
.attr_absolute {
position: absolute;
background-color: #F2F2F2;
padding: 15px;
border-left: solid 1px #DBDBDB;
border-right: solid 1px #DBDBDB;
width: 100%;
text-align: center;
left: 0;
z-index: 1;
}
.attr_absolute p {
margin: 0;
}
.swiper-comparison-thumb .swiper-slide {
max-width: 240px;
width: 100%;
}
.head-fixed {
display: none;
position: fixed;
max-width: 1200px;
-webkit-transform: translateY(-999px);
transform: translateY(-999px);
overflow: hidden;
z-index: 50;
background: #fff;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
.head-fixed .head-fixed-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.head-fixed .slide {
min-width: 240px;
max-width: 240px;
border-right: solid 1px #DBDBDB;
border-top: solid 1px #DBDBDB;
border-bottom: solid 1px #DBDBDB;
padding: 24px 5px;
height: 240px;
position: relative;
top: 0;
background: #fff;
z-index: 98;
}
.head-fixed .slide .image {
display: block;
margin-bottom: 15px;
}
.head-fixed .slide .image figure {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 100%;
}
.head-fixed .slide .image figure img {
height: 140px;
display: block;
}
.head-fixed .slide .title {
text-align: center;
font-weight: 500;
text-decoration: none;
margin: 0 10px;
display: block;
}
.head-fixed .slide .title p {
margin: 0;
}
.head-fixed .slide .remove-from-compare {
position: absolute;
right: 15px;
top: 15px;
}
.hf-active {
display: block;
}
.head-fixed-active {
-webkit-transform: translateY(-233px);
transform: translateY(-233px);
}
@media (max-width: 1000px) {
.head-fixed-active {
-webkit-transform: translateY(-164px);
transform: translateY(-164px);
}
}