
.comparison-container-full,
.comparison-container {
    position: fixed;
    z-index: 100008;
    top: 0;
    bottom: 0;
    right: 0;
    width: 545px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: white;
    transform: translateX(100%);
    transition: 300ms ease;
    transition-property: transform;
    color:#4C5264;
    }

.comparison-container-full {
    z-index: 100009;
    width: auto;
    left: 0;
    box-shadow: none;
    }

.comparison-container-full.active,
.comparison-container.active {
    transform: translateX(0%);
    }

.comparison-list {
    position: absolute;
    top: 65%;
    left: 0;
    transform: rotate(270deg) translateX(50%);
    display: flex;
    align-items: center;
    /* line-height: 50px; */
    font-weight: 500;
    padding: 1rem 1.5rem;
    cursor: pointer;
    color: #B5B4B4;
    background: #F0F0F0;
    transform-origin: left bottom;
    transition: 300ms ease;
    transition-property: color, background;
    font-family: 'Roboto Slab';
    font-size: 1.25rem;
    }

.comparison-list.active {
    color: #4C5264;
    }

.comparison__link, .comparison-full__link {
    color: #4C5264;
    transition: 300ms ease;
    transition-property: color;
    /* text-decoration: none; */
    font-size: 24px;
    font-family: 'Roboto Slab';
    font-weight: 600;
    white-space: nowrap;
    }

.comparison__link:hover, .comparison-full__link:hover {
    color: #2373af;
    text-decoration: none;

    }

.comparison-container__btn + .comparison-container__btn {
    margin-left: 1.5rem;
    /* font-family: 'Roboto Slab'; */
    background: #DADBDE;
    }

.comparison-container__btns {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 1.5rem;
    justify-content: space-evenly;
    background: #FFF;
    }

.comparison-list.active path,
.add-comparison.remove path {
    fill: #008bce;
    }

.comparison-container__btn {
    line-height: 46px;
    color: #2C2F34;
    cursor: pointer;
    border: none;
    padding: 0 32px;
    position: relative;
    overflow: hidden;
    font-weight: normal;
    font-size: 15px;
    background: #F0F0F0;
    transition: 300ms ease;
    transition-property: color, background;
    border-radius: 0;
    border-radius: 2px;
    }

.comparison-container__btn.btn-orange {
    background: #FBA028;
    color: white;
    /* font-family: 'Roboto Slab'; */
    }

.comparison-container__btn:hover {
    background: #C07A1E;
    color: white;
    }

.comparison-list .count {
    margin: 0 3px;
    }

.comparison-list svg {
    margin-left: 10px;
    /* width: 2rem; */
    }

.comparison-list:hover {
    background: #008bce;
    color: #FFF;
    }

.comparison-list path {
    transition: fill 300ms ease;
    fill: #B5B4B4;
    }

.comparison-list:hover path {
    fill: #FFF;
    }

.add-comparison {
    display: flex;
    align-items: center;

    background: transparent;
    }

.add-comparison {
    /* display: flex; */
    /* align-items: center; */
    /* height: 50px; */
    /* width: 50px; */
    /* justify-content: center; */
    /* margin-left: 1.5rem; */
    padding: 0 0;
    margin-top: 1rem;
    cursor: pointer;
    }

.add-comparison path {
    transition: fill 300ms ease;
    }

.add-comparison:hover {
    /* background: #2373af; */
    }

.add-comparison:hover path {
    /* fill: #FFF; */
    }

.add-comparison:hover,
.add-comparison:active,
.add-comparison:focus {
    box-shadow: none !important;
    outline: none;
    }

.tippy-box[data-theme~='white'] {
    background-color: white;
    color: black;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 5px;
    font-weight: 600;
    }


.tippy-box[data-theme~='white'] .tippy-arrow {
    color: white;
    }

.comparison__close {
    color: #FFF;
    position: absolute;
    top: 0px;
    right: 0;
    /* border: 2px solid black; */
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    transition: 300ms ease;
    transition-property: color, border-color;
    }

.comparison__close--b {
    top: 45px;
    }

.comparison__close:hover {
    border-color: #C9A87D;
    color: #C9A87D;
    }

.comparison-container-full__title,
.comparison-container__title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7.5rem 1.5rem 1.5rem 1.5rem;
    font-weight: 600;
    font-size: 25px;
    font-family: 'Roboto Slab';
    }

.comparison-container-full__title {
    padding-top: 3rem;
    font-size: 26px;
    }

.comparison-container__title .count {
    margin-left: 5px;
    }

.comparison__item {
    display: flex;
    align-items: center;
    padding: 7px 0;
    }

.comparison__item-img {
    width: 153px;
    height: 127px;
    font-weight: 600;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 11px;
    }

.comparison__item {
    /* text-transform: capitalize; */
    font-weight: 500;
    margin: 0 30px 0 0;
    position: relative;
    }
.comparison__item-price,
.comparison__item-area,
.comparison__item-type {

    font-weight: 500;
    font-family: 'Fira Sans';
    font-size: 18px;
    line-height: 1.6875;
    letter-spacing: 0.18px;
    color: #4C5264;
    background-color: #FFF;
    }
.comparison__item-price--p2 {
    /* color: #376292; */
    font-weight: 600;
    color: #008BCE;
    font-size: 1.625rem;
    font-family: 'Fira Sans';
    }
.comparison__item-price--p2.p2 {

    font-size:1.375rem;

    color: #4C5264;

    transform: translateY(3%);

    /* line-height: 0; */

    }

.comparison__item-price{
    line-height: 1.625rem;
}

.comparison__item-price.sale .comparison__item-price--p1,
.comparison__item-price.sale .comparison__item-price--p2,
.comparison-full__row.sale .comparison__item-price--p1.p1,
.comparison-full__row.sale .comparison__item-price--p2.p2{
    color: #940000;
}

.comparison__item-price--p1 {
    /* color: #376292; */
    font-weight: 600;
    color: #008BCE;
    font-size: 1.625rem;
    font-family: 'Fira Sans';
    font-family: 'Roboto Slab';
    }

.comparison__item-price--p1.p1 {

    font-size: 1.375rem;

    color: #4C5264;

    font-family: 'Roboto Slab';

    }
.comparison__item + .comparison__item {
    border-top: 1px solid #F0F0F0;
    }

.comparison__item-close {
    position: absolute;
    right: 0px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    cursor: pointer;
    }

.comparison__item-close:hover div:after,
.comparison__item-close:hover div:before {
    background: #2373af;
    }

.comparison__item-close div:before {
    content: '';
    display: block;
    position: absolute;
    left: 0%;
    top: calc(50% - 1px);
    right: 0;
    height: 2px;
    background: #F0F0F0;
    transform: rotate(45deg);
    }

.comparison__item-close div:after {
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    bottom: 0;
    width: 2px;
    background: #F0F0F0;
    transform: rotate(45deg);
    }

.comparison-container__container {
    height: calc(100% - 20rem);
    overflow-y: auto;
    overflow-x: hidden;
    }

.comparison-container-full__container::-webkit-scrollbar,
.comparison-container__container::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    }

.comparison-container-full__container::-webkit-scrollbar-thumb,
.comparison-container__container::-webkit-scrollbar-thumb {

    border-radius: 30px;
    }

.comparison-container-full__container::-webkit-scrollbar-thumb,
.comparison-container__container::-webkit-scrollbar-thumb {
    background-color: #008BCE;
    }

.comparison-container-full__container {
    display: flex;
    /* width: 100%; */
    height: calc(100% - 9rem);
    max-width: 1300px;
    overflow-x: auto;
    overflow-y: auto;
    padding: 0rem 1.5rem 3.5rem;
    margin: 0 auto;
    }

.comparison-full__item {
    width: 282px;
    flex-shrink: 0;

    position: relative;
    /* padding: 0  0 0 0; */
    }

.comparison-full__row.cp {

    }

.comparison-full__item.heading *{
    font-weight: 500;
    /* padding: 1rem 0; */
    width: 250px;
    font-family: "Roboto Slab";
    text-transform: uppercase;
    }

.comparison-full__row {
    padding: 1.5rem 1.5rem 1.5rem 0rem;
    min-height: 4.6rem;
    display: flex;
    align-items: center;
    font-family: 'Fira Sans';
    font-size: 18px;
    font-weight: 500;
    }
.comparison-full__row.p1 {
    font-size: 1.125rem;
    }
.comparison-full__row + .comparison-full__row {
    border-top: 2px solid #F0F0F0;
    }
.comparison-full__row.n1 {
    border-width: 0;
    }
.comparison-full__item-img {
    width: 100%;
    height: 199px;
    /* margin-right: 10rem; */
    /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    padding-right: 2.5rem;
    }

.comparison-full__item-img {}

.comparison-full__row.price {
    border-bottom: 2px solid #F0F0F0;
    font-weight: 600;
    /* color: #008BCE; */
    font-size: 1.375rem;
    font-family: 'Roboto Slab';
    }

.comparison-full__row.number {
    font-weight: 600;

    font-size: 20px;
    min-height: 81px;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    }

.comparison-full__img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    }

.no-scroll {
    overflow: hidden;
    }

.comparison-full__item .comparison__item-close {
    position: absolute;
    top: 1rem;
    right: 54px;
    width: 20px;
    height: 20px;
    /* position: relative; */
    /* background: #000; */
    /* border-radius: 3px; */
    padding: 5px;
    }

.comparison-full__item .comparison__item-close div:after, .comparison-full__item .comparison__item-close div:before {
    background: #959595;
    }

.comparison-full__item .comparison__item-close:before {
    content: '';
    background: #f5f5f5;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 0px;
    display: block;
    position: absolute;
    transition: background-color 300ms ease;
    }

.comparison-full__item .comparison__item-close:hover:before {
    background: #008BCE;
    }

.comparison-full__item .comparison__item-close:hover div:after,
.comparison-full__item .comparison__item-close:hover div:before {
    background: #FFF;
    }
button#add-comparison svg {
    margin-right:0.8rem;
    }
.btn, .btn:hover, .btn:focus, .btn:active {
    box-shadow: none !important;
    outline: none !important;
    font-family: 'Roboto Slab';
    /* background: transparent; */
    display:inline-block;
    align-items: flex-end;
    display: flex;
    }
.btn span  {
    border-bottom:1px  solid transparent;
    line-height: 1;
    transition: border-color 300ms ease;
    /* font-weight: 500; */
    font-size: 1.125rem;
    color: #4C5264;
    font-family: 'Fira Sans';
    transform: translateY(0.1em);
    display: inline-block;
    }
.btn:hover span {
    border-bottom-color: #4C5264;
    }

.comparison-full__row.price.n2 {
    color: #376292;
    font-weight: 600;
    }

.comparison-container-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease;
    transition-property: opacity, visibility;
    background-color: rgba(0, 0, 0, 0.16);
    z-index: 100007;
    }

.comparison-container-overlay.active {
    opacity: 1;
    visibility: visible;

    }

.comparison__close-wrap{
    font-size: 0.875rem;
    width: 9.8rem;
    background-color: #4C5264;
    padding: 1.2rem 1.1rem 1.2rem 0.8rem;
    -webkit-transition: 400ms ease;
    -o-transition: 400ms ease;
    transition: 400ms ease;
    cursor: pointer;
    position: absolute;
    background-image: url(/wp-content/uploads/2020/07/flatcatd-treug.svg);
    background-repeat: no-repeat;
    background-position: top right;
    top: 2.2rem;
    right: 0;
    }

.comparison__close-wrap span {
    color: #FFF;
    float: right;
    line-height: 0.875rem;
    text-align: right;
    font-family: 'Roboto Slab';
    font-size: 0.875rem;
    letter-spacing: 0.14px;
    font-weight: 400;
    }

.comparison__close-wrap:hover svg {
    transform: translate3d(-0.5rem, 0, 0);
    }

.comparison__close-wrap svg {
    transition: transform 300ms ease;
    }



#add-comparison.add svg {
    opacity: 0.5;
    transition: opacity 300ms ease;
    }

#add-comparison.add:hover svg {
    opacity: 1;
    }



.comparison-full__row.n10 {
   display: none;
    }