@-webkit-keyframes wiggle {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
   80% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
   85% { -webkit-transform: rotate(8deg); transform: rotate(8deg); }
   95% { -webkit-transform: rotate(-8deg); transform: rotate(-8deg); }
  100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
}

@keyframes wiggle {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
   80% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
   85% { -webkit-transform: rotate(8deg); transform: rotate(8deg); }
   95% { -webkit-transform: rotate(-8deg); transform: rotate(-8deg); }
  100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
}

.wcpr_gift__outer {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: fixed;
	bottom: 20px;
	left: 20px;
	padding: 10px;
	background-color: white;
	z-index: 10;
	-webkit-box-shadow: 0 4px 30px rgb(0 0 0 / 17%);
	        box-shadow: 0 4px 30px rgb(0 0 0 / 17%);
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 480px) {
	.wcpr_gift__outer {
		bottom: 0;
		left: 0;
	}
}
.wcpr_gift__outer--showMessage {
    z-index: calc(var(--xt-woofc-zindex) + 1);
}
.wcpr_gift {
	border-radius: 6px;
	cursor: pointer;
	position: relative;
}
.wcpr_gift__outer--hidden {
	display: none;
}
.wcpr_message {
	display: none;
    padding-left: 10px;
    padding-right: 10px;
}
.wcpr_message p {
	margin: 0;
	font-size: 13px;
}
.wcpr_gift__outer--showMessage .wcpr_message {
	display: block;
}
.wcpr_gift__outer--didNotSeeMsg {
	-webkit-animation: wiggle 1.5s infinite;
	        animation: wiggle 1.5s infinite;
}
.wcpr_message__pickGift {
	display: none;
}
.wcpr_gift__marker {
	display: none;
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: red;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    width: 25px;
    height: 25px;
}
.wcpr_gift__markerIcon {
	display: none;
}
.wcpr_gift__outer--complete .wcpr_gift__marker {
	background-color: green;
}
.wcpr_gift__outer--complete .wcpr_gift__markerIcon {
	display: block;
}
.wcpr_gift__outer--eligible .wcpr_gift__marker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.wcpr_gift__outer--showMessage .wcpr_gift__marker {
	display: none;
}
.wcpr_gift__outer--eligible .wcpr_message__pickGift {
	display: inline-block;
}
.wcpr_message__pickGift .button {
	font-size: 13px;
	padding: 5px 15px;
	line-height: 1em;
}
.wcpr_gift__outer--complete .wcpr_message__default {
	display: none;
}
.wcpr_message__complete {
	display: none;
}
.wcpr_gift__outer--complete .wcpr_message__complete {
	display: block;
}

.wcpr-add-to-cart-variation {
    display: none !important;
}
.wcpr-add-to-cart-variation--visible {
	display: block !important;
}
ul.products li.product .wcpr-loop-gift-indicator img {
	margin: 10px 10px 10px 0;
}
.wcpr-loop-gift-indicator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    font-weight: bold;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
	font-size: 12px;
	padding: 0 10px;
}
.wcpr-variation-select {
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
}
.wcpr-variation-select {
	padding: 0 10px;
	width: calc(100% - 20px);
}
.wcpr-add-to-cart-variation {
	margin-left: 10px;
	margin-right: 10px;
}

#esatisfaction-box-container .esat-box-launcher.pos-bottom {
	bottom: 100px !important;
}

.wcpr_message__pickGift .button {
	background-color: var(--main-light-color);
	color: white;
}