.ws-content {
    padding-bottom: 50px;
}
.box-title {
    display: none;
    margin: 0 0 30px;
    text-align: center;
}
.post-title h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
}

.alert-warning {
    margin: 0;
    border: none;
    border-radius: 0;
}

#compare table {
    margin: 0;
    position: relative;
    background: var(--ws-color-white);
}
#compare table td,
#compare table th {
    padding: 15px;
    border: 1px solid #ddd;
}
#compare table th,
#compare table td.box-compare {
    background: var(--ws-color-white);
    vertical-align: middle;
}
#compare .specs-group th {
    padding: 0;
    height: 45px;
    color: var(--ws-color-white);
    font-size: 16px;
    text-align: center;
    background: var(--ws-color-primary);
    text-transform: uppercase;
}
#compare table .specs .text {
    width: 20%;
    font-weight: bold;
    text-align: center;
    background: var(--ws-color-background);
    vertical-align: middle;
}
#compare table .specs td.image {
    position: relative;
    background: var(--ws-color-white);
}
#compare table .specs div.image {
    text-align: center;
}
#compare table .specs div.image a {
    display: grid;
    overflow: hidden;
    position: relative;
    text-align: center;
    align-items: center;
}
#compare h3 {
    display: grid;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.5;
    text-overflow: ellipsis;
}
#compare p.price {
    margin: 0;
    font-size: 20px;
    text-align: center;
    color: var(--ws-color-price);
}
#compare p.price strong {
    display: block;
    clear: both;
}
#compare p.price i {
    color: #333;
    font-size: 15px;
    clear: both;
}
#compare table .add-product {
    padding: 20px 0;
    text-align: center;
}
#compare table .add-product h3 {
    margin: 0;
    height: auto;
}
#compare table .add-product .input {
    margin-top: 30px;
    position: relative;
}
#compare table .add-product .input input {
    height: 40px;
    border: none;
    outline: none;
    font-size: 14px;
    border-radius: 8px;
    padding-right: 50px;
    background: var(--ws-color-background);
}
#compare table .add-product .btn-search {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    right: 0;
    border: 0;
    background: 0;
    font-size: 18px;
    color: darkgray;
}
#compare table td.data ul {
    list-style: disc;
    margin: 0 0 0 15px;
    display: grid;
    gap: 5px;
    padding: 5px;
    line-height: 1.5;
}
#compare table td.data ol {
    list-style: decimal;
    margin: 0 0 0 15px;
    display: grid;
    gap: 5px;
    padding: 5px;
    line-height: 1.5;
}
#compare table td.text.col1 {
    width: 20%;
}
#compare table td.item.col1,
#compare table td.item.col2 {
    width: 25%;
}
#compare table td.item.col3 {
    width: 20%;
}
#compare table td.item.col3,
#compare table td.item.col4 {
    width: 20%;
}

.box-compare .compare-search-inner {
    position: relative;
}
.box-compare .results {
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 20;
    display: none;
    margin-top: 0;
    position: absolute;
}
.compare-3 .box-compare .results.show {
    right: 0;
    left: auto;
    width: 200%;
}
.box-compare .results.show {
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--ws-color-primary);
}
.box-compare .results.show .products {
    background: var(--ws-color-white);
    grid-template-columns: repeat(1, 1fr);
}
.box-compare .results .product {
    width: 100%;
    padding: 10px;
    display: flex;
    column-gap: 10px;
    text-align: left;
    border-bottom: 1px solid var(--ws-color-background);
}
.box-compare .results .product:hover {
    color: var(--ws-color-black);
    background: var(--ws-color-background);
}
.box-compare .results .product .img {
    width: 50px;
    display: flex;
    padding-top: 0;
    align-items: center;
}
.box-compare .results .search-all {
    display: none;
}
.box-compare .results .product .txt {
    gap: 5px;
    font-size: 15px;
    width: calc(100% - 65px);
}
.box-compare .results .product .price-old,
.box-compare .results .product .discount {
    display: none;
}
.remove {
    z-index: 1;
    position: absolute;
    color: var(--ws-color-primary);
    font-size: 20px;
    cursor: pointer;
    right: 10px;
    top: 10px;
}
.remove:hover {
    color: var(--ws-color-black);
}
.box-compare .results .product .price ins {
    font-size: 15px;
}

.box-widget {
    overflow: hidden;
    position: relative;
    background: var(--ws-color-white);
}
box-widget-title {
    overflow: hidden;
    position: relative;
}
.box-widget-title .specs-group {
    height: 45px;
    display: grid;
    color: var(--ws-color-white);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    align-items: center;
    background: var(--ws-color-primary);
    text-transform: uppercase;
}

@media screen and (max-width: 1200px)
{
    #compare table {
        width: 1200px;
        max-width: 1200px;
    }
    #compare .box-widget-content {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 992px)
{

}

@media screen and (max-width: 767px)
{
    .ws-content {
        padding: 0 10px 30px;
    }
    #compare {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        overflow: hidden;
    }
    .box-compare .results.show {
        border-radius: 6px;
    }
    .box-compare .results .product .img img {
        max-width: 100%;
        max-height: 100%;
    }
    .box-compare .results .product .txt {
        font-size: 14px;
    }
    #compare table .add-product .input input {
        border-radius: 6px;
    }
}

@media screen and (max-width: 413px)
{

}