.constellation_deals-deal {
    height:112px;
    width:100%;
    margin: 20px 0px;
    position:relative;
    padding-left:15px;
    box-sizing: border-box;
}

article #constellation_deals_list {
    border-left: 3px solid var(--primary-color);
}


.constellation_deals-imagewrapper {
    width: 144px;
    height: 108px;
    text-align:center;
    float:left;
    border:1px solid black;
    position:relative;
    background:#fff;
}

.constellation_deals-imagewrapper img {
    height:auto;
    width:auto !important;
    max-height:100px;
    max-width:134px;
    margin:3px auto;
    box-sizing:border-box;

}

.constellation_deals-title {
    float: right;
    height: 70px;
    margin-bottom: 5px;
    width: calc(100% - 160px);
    overflow: hidden;
    font-weight: bold;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: -4px;
}

.constellation_deals-linkblock {
    width: calc(100% - 160px);
    float: right;
    position:relative;
    bottom:0px;
}
.constellation_deals-linkblock div:not(.price) {
    width:33%;
    float:left;
    box-sizing:border-box;
    bottom:0px;
}
@media only screen and (max-width: 500px) {

    .constellation_deals-linkblock div:not(.price) {
        width:50%;
    }

    .constellation_deals-button a:after {
        content:"View";
        color:#fff;
        visibility: visible;
        text-align:center;
        background:#58b000;
        padding:5px 15px;
        position: absolute;
        right: 15px;
        top: 2px;
    }

    .constellation_deals-button a {
        color: #58b000 !important;
        visibility: hidden;
        text-decoration:none;
    }
}

.constellation_deals-previousprice {
    color:#aaa;
    text-decoration: line-through;
    font-size: 10pt;
    text-align: center;
}
.constellation_deals-bestprice {
    text-align: center;
    color: #58b000;
    font-weight: bold;
    font-size: 18px;
    line-height: 0;
}

.constellation_deals-button{
    margin-top:10px;
    max-height: 30px;
    overflow: hidden;
    white-space: nowrap;
}
.constellation_deals-store_name {
    margin-top:16px;
   

}
@media only screen and (max-width: 500px) {

    .constellation_deals-store_name {
        display:none;
    }
}

.constellation_deals-store_name img{
    max-height:22px;
    width:auto !important;
    max-width:100%;
    height:auto;
}

.constellation_deals-button a { 
    float:right;
    padding: 0px 15px;
    font-weight: bold;
    color: #fff;
    background: #58b000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-image:none !important;
    text-decoration:none;

}

.constellation_deals_search_product {
    display:none;
}

.constellation_deals_store_filter {
    width:100%;
    float:left;
}

#store_filter {
    width:100%;
    height:36px;
    
}
.constellation_deals_search_product {
    width:50%;
    float:left;
    text-align:right;
}

.constellation_deals_filters {
    height:75px;
}

#constellation_deals_load_more, .constellation_deals_load_more {
    width: 100%;
    text-align: center;
    cursor: pointer;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: bold;
    margin-bottom:20px;
}
#product_name {
   width: calc( 100% - 10px );
}

#constellation_deals_spinner .spinner {
    position:unset;
    width:100%;
    margin-top:30px;
    text-align: center;
}



.constellation_deals-condition {
    position: absolute;
    left:0px;
    top:0px;
    padding: 5px 0px 2px 0px;
    margin: 0px;
    background: #FFD800;
    
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #333333;
    line-height: 1;
    width: 56px;
    font-weight: bold;
    margin-left: 10px;
}

.constellation_deals-condition:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 19px;
    width: 0;
    height: 0;
    border: 28px solid transparent;
    border-top: 6px solid #FFD800;
}

.constellation_deals-discount {
    bottom: 78px;
    left: 105px;
    position: relative;
    color: #fff;
    background: var(--primary-color);
    border-top-left-radius: 50px;
    z-index: 1000;
    height: 40px;
    width: 40px;
}

.constellation_deals-discount span {
    margin-left: 8px;
    font-size: 11pt;
    font-weight: bold;
    margin-top: 15px;
    display: block;
    padding-top: 9px;
}
#format_filter {
    width:100%;
    height:36px;
    margin-top:10px;
}


div#constellation_deals_spinner {
    text-align: center;
    margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {

    .constellation_footer_deals .constellation_deals-button a:after {
        content:"View";
        color:#fff;
        visibility: visible;
        text-align:center;
        background:#58b000;
        padding:5px 15px;
        position: absolute;
        right: 15px;
        top: 10px;
    }

    .constellation_deals-button a {
        color: #58b000 !important;
        visibility: hidden;
        text-decoration:none;
    }
}





.sidebar-right .constellation_deals-imagewrapper {
    width:103px;
    height:85px;
}
.sidebar-right .constellation_deals-imagewrapper img {
    max-width: 103px;
    max-height: 82px;
}
.sidebar-right .constellation_deals_list {
    border-left:none;
}
.sidebar-right .constellation_deals-deal {
    margin-left:0px;
    padding:0px;
}
.sidebar-right .constellation_deals-title {
   width: calc(100% - 120px);
   height:81px;
}
.sidebar-right .constellation_deals-linkblock {
    width:100%;
    margin-bottom:10px;
}
.sidebar-right .constellation_deals-button a {
    padding: 5px 15px;
    font-size: 10px;
}
.sidebar-right .constellation_deals_load_more {
    display:none !important;
}




.in-frame .constellation_deals-imagewrapper {
    width:103px;
    height:85px;
}
.in-frame .constellation_deals-imagewrapper img {
    max-width: 103px;
    max-height: 82px;
}
.in-frame .constellation_deals_list {
    border-left:none;
}
.in-frame .constellation_deals-deal {
    margin-left:0px;
    padding:0px;
}
.in-frame .constellation_deals-title {
   height:81px;
}
.in-frame .constellation_deals-linkblock {
    width:100%;
    margin-bottom:10px;
}
.in-frame .constellation_deals-button a {
    padding: 5px 15px;
    font-size: 10px;
    letter-spacing: 2px;
    font-size: 12px;
}
.in-frame .constellation_deals_load_more {
    display:none !important;
}
.in-frame .constellation_deals-deal {
    padding-left:0px !important;
    margin-left:0px !important;
}
.in-frame .constellation_deals-imagewrapper {
    max-height: 83px !important;
    max-width: 110px !important;
}
.in-frame .constellation_deals-imagewrapper img {
    max-height: 76px !important;
    max-width: 101px !important;
}
.in-frame .constellation_deals-title {
    width: calc(100% - 127px) !important;
    margin-top: -4px;
    height:70px;
}

.in-frame .constellation_deals-store_name {
    display: block !important;
}

.in-frame .constellation_deals-linkblock div:not(.price) {
    width: 33% !important;
}

.in-frame .constellation_deals-store_name {
    margin-top:8px;
}

.in-frame .constellation_deals-button a:after {
    padding: 0px 25px;
    top: 6px;
}

.in-frame .constellation_deals-price {
    margin-top:-6px;
}

.in-frame .constellation_deals-previousprice.price {
    margin-bottom:2px;
}
.sidebar-right  .constellation_deals-button a {
    color: #58b000 !important;
    visibility: hidden;
    text-decoration:none;
    width:78px;
}

.sidebar-right  .constellation_deals-button a:after {
    content: "View";
    color: #fff;
    visibility: visible;
    text-align: center;
    background: #58b000;
    padding: 5px 20px;
    position: absolute;
    right: 0px;
    top: 11px;
    font-size: 12px;
}


.sidebar-right .constellation_footer_deals .constellation_deals_list {
    border-left:none !important;
}

.constellation_footer_deals .constellation_deals_list {
    border-left: 3px solid  var(--primary-color);
}

.constellation_footer_deals .constellation_deals-deal {
    border-left: none;
}

.constellation_footer_deals .constellation_deals-title {
    height:81px;
}

.constellation_footer_deals .constellation_deals-bestprice {
    line-height:1;
    float:right;
}

.constellation_footer_deals .constellation_deals-button a {
    padding: 5px 15px;
}

.sidebar-right .constellation_deals-bestprice.price {
    margin-right: -9px;
    margin-top: 13px;
}


.constellation_deals_footer_load_more {
    padding: 10px 0;
}

.has-sidebar .constellation_deals-imagewrapper img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
}

.sidebar-right .constellation_deals-previousprice.price {
    position: absolute;
    top: 17px;
    left:7px;
}

.sidebar-right .constellation_deals-price {
    position: relative;
}
.sidebar-right .constellation_deals-store_name {
    margin-top: 12px;
}

.sidebar-right .deals_iframe {
    height:370px;
}