#gft-p-msg-block {
background: rgba(63, 255, 40, 0.3);
padding: 10px 10px 10px 30px;
color: #000;
position: relative;
}

#gft-p-msg-block .loading{
position: absolute;
left: 8px;
top: 14px;
}

#gft-p-msg-block p {
margin:5px 0;
}

.gft-p-product-list,
#gft-p-gift-list {
display:block;
padding:0;
}

.gft-p-product-list h5 {
height: 47px;
overflow: hidden;
margin: 0;
}

.gft-p-product-list li {
float:left;
width:150px;
height:200px;
list-style:none;
text-align:center;
}
.gft-p-product-list li .image {
height:120px;
}
#gft-p-gift-list li {
display:block;
height:80px;
padding:10px 0;
border-bottom: silver solid 1px;
margin-bottom: 10px;
}

.arcticmodal-container .gft-p-product-list {
display: inline-block;
}

.gft-p-product-list a {
font-size: 12px;
line-height: 22px;
}

#gft-p-gift-list li .image {
float: left;
min-height: 100px;
min-width: 100px;
}
#gft-p-gift-list h5 {
float:left;
width: 350px;
}
#gft-p-gift-list h5 span {

}
.gft-p-delete-btn {
padding-left:20px;
}

#gft-p-cart-block {
padding:20px;
}

#gft-p-cart-block a.gft-p-delete-btn,
#gft-p-cart-block a.gft-p-change-btn {
float: right;
text-decoration: none;
background: rgb(29, 180, 35);
padding: 10px;
margin: 0 0 5px 10px;
color: #fff;
}
#gft-p-cart-block a.gft-p-delete-btn i {
display:none;
}
#mask {
position:absolute;
left:0;
top:0;
z-index:9000;
background-color:#fff;
display:none;
}
