select {
    border-radius: 50px;
    padding: 5px;
    background-color: #fff;
}

input[type=radio] {
    margin-left: 5px;
    background-color: #fff;
}

label[for=e-coupon] {
    margin-left: 10px;
}

#coupon_type {
    display: none;
}

/* =====  HEADER ===== */

.fancybox-slide--iframe .fancybox-content {
    width  : 175px;
    height : 208px;
    max-width  : 175px;
    max-height : 208px;
    margin: 0;
}

.fancybox-caption__body {
    font-size: 20px !important;
}

.footer_mobile {
    width: 95%;
    position: fixed;
    bottom: 80px;
    left: 50%;
    height: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: auto;
    text-align: center;
    background-color: #f8a74b;
    border-radius: 20px;
    font-size: 12px;
    z-index: 9999;
}

.footer_mobile > div {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    text-align: center;
}

.footer_mobile > div > div {
    padding-top: 12px;
}

.footer_mobile .top {
    padding-top: 7px !important;
}
/* ==========================================================================
   Responsive
   ========================================================================== */
/* < 800px */
@media only screen and (max-width: 300px) {
	.fancybox-slide--iframe .fancybox-content {
		width: 100% !important;
		max-width: 100% !important;
	}
	.fancybox-slide {
		padding: 0;
	}
}
