/** Shopify CDN: Minification failed

Line 16:0 Unexpected "<"
Line 17:1 Expected identifier but found "%"
Line 17:67 Expected identifier but found "%"
Line 24:0 Unexpected "{"
Line 24:1 Expected identifier but found "%"
Line 24:29 Expected identifier but found "%"
Line 40:0 Unexpected "{"
Line 40:1 Expected identifier but found "%"
Line 40:32 Expected identifier but found "%"
Line 50:0 Unexpected "<"

**/

<style>
{% comment%}common style for both product page and collection page{% endcomment %}
.wk_deal_common_style{
    color: rgb(24, 45, 148);
    border-color: rgb(24, 45, 148);
    background-color: rgba(255, 255, 255, 1);
    font-size: 15px;
}
{% comment%}for product page{% endcomment %}
  .wk_deal-product{
    display: inline-block;
    padding: 5px 10px;
    opacity: 0.8;
    margin: 10px 5px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
  }
  span.wk_dp-label{
    margin-right: 7px;	
  }
  #wk_dp-discount-div{
	  margin-bottom: 8px;	
  }
{% comment%}for collection page{% endcomment %}
  .wk_deal-collection-item{
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    padding: 1px 5px;
    opacity: 0.8;
  }
</style>
