.product-gift,.product-nowfree{
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 10px 24px;
    margin-bottom: 15px;
}
.product-gift > p {
	font-size: 14px;
}
.product-gift > p > b {
	font-size: 14px;
}
.product-gift-content {
	font-size: 14px;
	margin-left: 15px;
}
.product-gift-img {
	margin-left: -5px;
}
.product-gift-item .radio2 {
	position: relative;
	width: 42px;
	margin-top: 15px;
}
.product-gift-item .radio2.style1 [type=radio] + label:before {
  width: 14px;
  height: 14px;
  left: 3px;
  top: 2px;
}
.product-gift-item .radio2.style1 [type=radio] + label:after {
  left: 6px;
  top: 5px;
}
.product-gift-item .radio2.style1 [type=radio]:checked + label:before {
  width: 14px;
  height: 14px;
  left: 3px;
  top: 2px;
}

.product-gift-item .radio2.style1 [type=radio]:checked + label:after {
  left: 5px;
  top: 4px;  
}
.product-gift-item .radio2 > label{
  padding-left: 0 !important;
  height: 20px;
}
.product-nowfree .style1 [type=radio]:not(:checked) + label:before{
  left: 1px;
  top: 4px;
  height: 14px;
  width: 14px;
}
.mt-10px {
    margin-top: 10px;
}
.flex {
    display: flex;
}