.drag-active.ehf-header #masthead,
.drag-active.ehf-header #wpadminbar {
    z-index: -1;
}

body.home .breadcrumb-elementor {
    display: none;
}

.compare-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.compare-item {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
    background: #272727;
    width: 50%;
    position: relative;
}

.compare-item.is-dragging {
    width: auto;
}

#compare-drop-area .compare-items .compare-item:hover {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

#compare-drop-area .compare-items .compare-item:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.compare-items .compare-item:first-child {
    align-self: end;
}

.compare-items .compare-item:nth-child(3) .compare-item-details, 
.compare-items .compare-item:nth-child(4) .compare-item-details,
.compare-items .compare-item:nth-child(5) .compare-item-details{
    order: 2;
}

.compare-items .compare-item:nth-child(3) .compare-item-thumb, 
.compare-items .compare-item:nth-child(4) .compare-item-thumb,
.compare-items .compare-item:nth-child(5) .compare-item-thumb {
    order: 1;
}

.compare-item .compare-item-details {
    padding-left: 60px;
}

.compare-items .compare-item:nth-child(3) .compare-item-details, 
.compare-items .compare-item:nth-child(4) .compare-item-details,
.compare-items .compare-item:nth-child(5) .compare-item-details,
.compare-items .compare-item:last-child .compare-item-details {
    padding-left: 45px;
}

.compare-items .compare-item:last-child .compare-item-details {
    max-width: 260px;
}

.compare-item .compare-item-details .compare-item-title {
    color: #fff;
    font-size: 33px;
    font-weight: 300;
    font-family: 'Butler';
    position: relative;
    /* padding-right: 70px; */
}

.compare-item .compare-item-details .compare-item-subtitle {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Manrope';
    text-transform: uppercase;
}

.compare-item .compare-item-thumb {
    position: relative;
    height: 250px;
}

.compare-item .compare-item-thumb:after {
    content: '';
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    left: -35px;
    max-width: 100px;
    width: 100%;
    height: 3px;
    background: #303030;
    z-index: 1;
}

.compare-items .compare-item:nth-child(3) .compare-item-thumb:after, 
.compare-items .compare-item:nth-child(4) .compare-item-thumb:after,
.compare-items .compare-item:nth-child(5) .compare-item-thumb:after {
    right: -25px;
    left: auto;
}

.compare-items .compare-item:last-child .compare-item-thumb:after {
    top: 38%;
}

.compare-items .compare-item:nth-child(5) .compare-item-thumb:after {
	top: 45%;
}

.compare-item .compare-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.compare-item .compare-item-thumb span {
    position: absolute;
    color: #fff;
    right: 20px;
    top: 15px;
    font-size: 14px;
    font-family: 'Manrope';
    font-weight: bold;
    text-transform: uppercase;
}

.compare-items .compare-item:nth-child(4) .compare-item-thumb span,
.compare-items .compare-item:nth-child(5) .compare-item-thumb span {
    right: auto;
    left: 20px;
    top: auto;
    bottom: 15px;
}

.compare-items .compare-item:last-child .compare-item-thumb span {
    top: auto;
    bottom: 15px;
}


.compare-find {
    position: relative;
    background-color: #272727;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 85px 0px 80px;
    width: 50%;
    cursor: pointer;
}

.compare-find:before {
    content: '';
    background-color: #272727;
    height: 250px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.compare-find > div {
    z-index: 1;
}

.compare-find .compare-find-title {
    font-family: 'Butler';
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    max-width: 435px;
    margin: 0 auto;
    line-height: normal;
    text-align: center;
}

.compare-find .compare-find-title > span {
    font-family: 'Manrope';
    font-size: 19px;
    color: #272727;
    font-weight: 500;
    line-height: normal;
    max-width: 270px;
    display: block;
    margin-bottom: 40px;
}

.compare-find .compare-find-icon {
    width: 100%;
    text-align: center;
    opacity: 0;
}

.compare-find .compare-find-icon img {
    max-width: 200px;
    width: 100%;
    position: relative;
    top: -43px;
}

.compare-items .compare-find .compare-find-btn {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    font-family: 'Manrope';
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 15px;
    line-height: 30px;
    justify-content: center;
}

.compare-items .compare-find-btn:before {
    content: '';
    background-image: url(compare-arrows.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 40px;
    height: 40px;
}

/* .drop-area .compare-find .compare-find-btn form {
    height: 100%;
} */

.drop-area .compare-find .compare-find-btn {
    font-family: 'Manrope';
    font-size: 19px;
    font-weight: normal;
    color: #272727;
    display: flex;
    align-items: center;
    column-gap: 15px;
    line-height: 30px;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: .2s;
}

.drop-area .compare-find .compare-find-btn:hover {
    background: #b0b0b0;
}

.compare-find .compare-find-btn:before {
    content: '';
    background-image: url(compare-arrows-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 40px;
    height: 40px;
}

#compare-drop-area .compare-find .compare-find-btn:before {
    background-image: url(compare-arrows.png);
}

.drop-area .compare-items {
    width: 40%;
    display: block;
}

.drop-area .compare-items .compare-item {
    width: 100%;
}

.drop-area .compare-items .compare-item:nth-child(even) .compare-item-details {
    order: 2 !important;
    padding-left: 40px;
}

.drop-area .compare-items .compare-item:nth-child(3) .compare-item-details, 
.drop-area .compare-items .compare-item:nth-child(4) .compare-item-details {
    order: 0;
}

.drop-area .compare-item .compare-item-thumb {
    height: 25vh;
}

.drop-area .compare-items .compare-item.item-active .compare-item-thumb > span:first-child {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
} 

.drop-area .compare-items .compare-item.item-active .compare-item-thumb > span:first-child:before {
    content: '>';
    position: absolute;
    color: #fff;
    font-family: 'Manrope';
    font-size: 73px;
    font-weight: 100;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
} 

.drop-area .compare-items .compare-item:nth-child(even) .compare-item-thumb:after {
    left: auto;
    right: -20px;
}

.drop-area .compare-items .compare-item:nth-child(3) .compare-item-thumb:after {
    right: 0;
    left: -35px;
}

.drop-area .compare-items .compare-item:first-child .compare-item-thumb > span:last-child {
    left: 20px;
}

.drop-area .compare-items .compare-item:nth-child(3) .compare-item-thumb > span:last-child {
    left: 20px;
    bottom: 15px;
    top: auto;
}

.drop-area .compare-items .compare-item:last-child .compare-item-thumb span:last-child {
    top: 15px;
    right: 20px;
    left: auto;
}

.drop-area .compare-items .compare-item .compare-item-details {
    text-align: left;
    padding-left: 30px;
}

.drop-area .compare-item .compare-item-details .compare-item-title {
    font-size: 28px;
}

.drop-area .compare-item .compare-item-details .compare-item-subtitle {
    font-size: 10px;
}

.drop-area .compare-find {
    width: 40%;
    padding-top: 55px;
    align-items: flex-start;
}

.drop-area .compare-find:before {
    height: 50%;
}

.drop-area .compare-find .compare-find-btn {
    background: #fff;
    max-width: 360px;
    width: 100%;
    height: 110px;
    margin: 0 auto;
    border-radius: 10px;
}

.drop-area .compare-find .compare-find-title {
    font-size: 28px;
}

.drop-area .compare-drop-items {
    width: 20%;
    background: #272727;
    padding: 80px 0px 20px;
}

#compare-close {
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
    opacity: .25;
}

#compare-close:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#compare-close:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
  
.drop-area__item .compare-item-details {
    height: auto;
    background: #272727;
}

.drop-area__item .compare-item-details .compare-item-title {
    color: #fff;
    font-size: 12px;
    font-family: 'Butler';
    font-weight: normal;
    padding-bottom: 5px;
}

.drop-area__item .compare-item-details .compare-item-subtitle {
    display: none;
}


.drop-area__item .compare-item-thumb > span {
    display: none;
}

.drop-area__item .compare-item-thumb > img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1190px) {
    .compare-find .compare-find-title {
        font-size: 23px;
        line-height: normal;
    }

    .compare-item .compare-item-details .compare-item-title {
        font-size: 32px;
        line-height: normal;
    }

    .compare-item .compare-item-details {
        padding-left: 20px;
    }

    .compare-items .compare-item:nth-child(3) .compare-item-details, 
    .compare-items .compare-item:nth-child(4) .compare-item-details, 
    .compare-items .compare-item:last-child .compare-item-details {
        padding-left: 20px;
    }

    .compare-item .compare-item-details .compare-item-subtitle {
        font-size: 10px;
    }

    .drop-area .compare-item .compare-item-details .compare-item-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .static-width {
        width: 1024px;
    }
}

@media only screen and (max-width: 990px) {
    .drop-area .compare-items {
        width: 100%;
        display: flex;
    }

    .drop-area .compare-find {
        width: 100%;
    }

    .drop-area .compare-drop-items {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .drop-area {
        overflow: scroll;
    }

    .drop-area .compare-items .compare-item {
        width: 50%;
    }

    .drop-area .compare-items .compare-item:nth-child(2) {
        order: 3;
    }
}

@media only screen and (max-width: 767px) {
    .compare-find {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .compare-find:before {
        height: 145px;
    }

    .compare-find .compare-find-icon img {
        height: 100px;
    }
    
    /* .compare-find .compare-find-title {
        font-size: 19px;
        max-width: 200px;
    } */

    /* .compare-items .compare-find .compare-find-btn {
        font-size: 12px;
        line-height: normal;
    } */

    .compare-item {
        width: 100%;
    }
    
    .compare-item .compare-item-thumb {
        height: 150px;
    }

    .compare-items .compare-item:nth-child(1) {
        order: 1;
    }
    
    .compare-items .compare-item:nth-child(3) {
        order: 2;
    }
    
    .compare-items .compare-find {
        order: 3;
    }
    
    .compare-items .compare-item:nth-child(4) {
        order: 4;
    }
    
    .compare-items .compare-item:nth-child(5) {
        order: 4;
    }

    /* .compare-item .compare-item-details .compare-item-title {
        font-size: 18px;
    } */

    .compare-item .compare-item-thumb:after {
        max-width: 50px;
    }
    
    .compare-items .compare-item:nth-child(3) .compare-item-thumb:after, 
    .compare-items .compare-item:nth-child(4) .compare-item-thumb:after {
        right: -10px;
    }

	.compare-items .compare-item:nth-child(5) .compare-item-thumb {
        order: 2;
    }

	.compare-items .compare-item:nth-child(5) .compare-item-thumb:after {
        left: -20px;
    }

    .drop-area .compare-item .compare-item-thumb:after {
        display: none;
    }

    .drop-area .compare-items .compare-item {
        width: 100%;
    }

    .drop-area .compare-items .compare-item:nth-child(2) {
        order: 2;
    }

    .drop-area .compare-drop-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .drop-area .compare-find .compare-find-title {
        font-size: 21px;
    }

    .drop-area .compare-find .compare-find-btn {
        font-size: 18px;
        line-height: normal;
        width: 80%;
    }

    .drop-area .compare-find:before {
        height: 44%;
    }
    
}