ul.woocommcerce.wt_give_away_products {
float: left;
width: 100%;
margin: 0;
padding: 0px;
list-style-type: none;
}
.wt_give_away_products li {
float: left;
width: 28%;
margin-right: 10px;
}
.wt_product_image{
position: relative;
}
button.wt_choose_free_product {
position: absolute;
top: 50%;
display: none;
left: 50%;
transform: translate(-50%,-50%);
width: 160px;
}
.wt_product_image:hover button.wt_choose_free_product{
display: block;
}
.wt_product_image:hover {
background: rgba(0,0,0,.6);
}
.wt_choose_button_outer {
position: absolute;
top: 0px;
left: 0px;
background: rgba(0,0,0,.5);
z-index: 100;
width: 100%;
height: 100%;
display: none;
}
.wt_product_image:hover .wt_choose_button_outer {
display: block;
}
table.variations.wt_variations td {
padding: 3px 2px;
margin-bottom: 2px;
} .wt-mycoupons ul li {
box-sizing: border-box;
display: inline-block;
padding: 15px;
width: 170px;
min-height: 60px;
margin-bottom: 15px;
vertical-align: top;
line-height: 1.4;
}   
.wt-single-coupon{
width: 300px;
max-width: 100%;
border-radius: 4px;
background-color: #2890a8 ;
border: 2px dashed #fff;
text-align: center;
margin-bottom: 30px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center!important;
align-items: center!important;
transition: all .3s;
position: relative;
vertical-align: top;
color: #fff;
min-height: 100px;
box-shadow: 0 0 0 4px #2890a8, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
text-shadow: -1px -1px #2890a8;
margin-right: 30px;
padding:6px 0;
box-sizing: border-box;
}
.wt-coupon-amount {
width: 100%;
}
.wt-coupon-amount span.amount {
font-size: 22px;
font-weight: bold;
}
.wt-coupon-code {
width: 100%;
font-size: 19px;
}
.wt-single-coupon.used-coupon {
box-shadow: 0 0 0 4px #eeeeee, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
text-shadow: -1px -1px #eeeeee;
background-color: #eee ;
color: #000;
border: 2px dashed #000;
}
.wt-coupon-code code{
background: none;
}
.wt-single-coupon.used-coupon.expired {
box-shadow: 0 0 0 4px #f3dfdf, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
text-shadow: -1px -1px #f3dfdf;
background-color: #f3dfdf;
color: #a96b6b;
border: 2px dashed #eccaca;
}
.wt-single-coupon i.info {
position: absolute;
top: 6px;
right: 10px;
font-size: 13px;
font-weight: bold;
border-radius: 100%;
width: 20px;
height: 20px;
background: #fff;
text-shadow: none;
color: #2890a8;
font-style: normal;
cursor: pointer;
}
.wt-single-coupon .coupon-desc {
position: absolute;
top: -18px;
background: #f2f2f2;
color:#000;
text-shadow: none;
font-size: 12px;
right: -303px;
width: 300px;
padding: 10px 20px;
z-index: 100;
border-radius: 8px;
display: none;
min-height: 90px;
max-width: 100%;
} .coupon-desc-wrapper:hover .coupon-desc {
display: block;
}
.wt-coupon-content {
width: 100%;
text-align: center;
}
@media only screen and (max-width: 700px)  {
.wt-coupon-content {
z-index: 5;
}
.wt-single-coupon .coupon-desc{
z-index: 100;
right:auto;
top:30px;
left:0px;
}
}