.giftcard{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 0px;
    box-shadow: 0 2px 5px rgba(0,0,0, .5);
    overflow: hidden;
    position: relative;
}
.giftcard > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.giftcard > .giftcard--price{
    position: absolute;
    bottom: 5%;
    left: 53%;
    padding: 2px 15px 0px 15px;
    line-height: 51px;
    font-size: 40px;
    font-weight: 400;
    background: transparent;
    color: #FFE400; /*#454545*/
}

.select-giftcard {
    margin-right: 20px;
    height: 36px !important;
    width: 120px;
    border: 2px solid #005291 !important;
    border-radius: 10px !important;
}

.btn-giftcard {
    width: 300px;
    height: 38px;
}

/* .payment-section {
    width: 50%;
    margin: auto;
} */
#myModalGiftcard .modal-dialog{
    /* height: calc(100% - 20px); */
    /* width: calc(100% - 400px); */
    /* margin: 10px; */
    width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#myModalGiftcard .modal-content{
    width: 1400px;
    max-width: 100%;
}
#myModalGiftcard .modal-title{
    font-weight: 500;
    margin-bottom: 1rem;
}
#myModalGiftcard .modal-title .price{
    color: #005291;
    font-weight: 600;
}
#myModalGiftcard .page{
    padding: 0px 30px 30px 30px;
    height: fit-content;
    width: 100%;
}
#myModalGiftcard #pageContainer{
    display: flex;
    width: 100%;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    height: auto;
}
#myModalGiftcard #pageContainer form{
    width: 100%
}
#myModalGiftcard-page2{
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    background: white;
    width: 50%;
    /* height: fit-content; */
    /* box-shadow: -2px 2px 5px rgba(0,0,0, .5); */
}

label#amountLabel.error,
#myModalGiftcard label.error {
    border: none;
    font-size: 8px;
    font-weight: 300;
    color: red;
    font-style: italic;
    min-width: 200px;
}
label#amountLabel.error {
    width: 100%;
    font-size: 15px;
}
#myModalGiftcard .checkbox label {
    padding-left: 0px;
}
#myModalGiftcard .error {
    border: 1px solid red;
}

@media screen and (max-width: 992px) {
    #myModalGiftcard .modal-dialog {
        margin: 10px;
        width: auto;
    }
    .giftcard > .giftcard--price{
        font-size: 60px;
        left: 54%;
        bottom: 7%;
    }
}

@media screen and (max-width: 568px) {
    .giftcard > .giftcard--price{
        font-size: 40px;
        left: 52%;
        bottom: 3%;
    }

    .select-giftcard {
        width: 80px;
    }

    .btn-giftcard {
        width: 200px;
        height: 38px;
    }
}

#myModalGiftcard-page2 label{
    display: inline-block;
}
#myModalGiftcard-page2 legend{
    display: none;
}
#myModalGiftcard-page2 .radio fieldset{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flexbox-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
#myModalGiftcard-page2 .radio fieldset label {
    /* position: absolute;
    left: 10px; */
    display: block;
    margin-left: 20px;
    margin-top: -20px;
    margin-bottom: 8px;
}
#myModalGiftcard-page2.show{
    transform: translateX(0%);
}

#myModalGiftcard-page2 .pt-20 {
    padding-top: 20px;
}

#myModalGiftcard-page2 .paypal-button-container{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#myModalGiftcard-page2 #btn-submit-form {
    height: 55px;
    min-width: 300px;
    max-width: 400px;
    font-size: 18px;
}

.form_title {
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
}

.form_title h3 strong,
.form_title h4 strong {
	background-color: #005291;
	text-align: center;
	width: 25px;
	height: 25px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.form_title h3 {
	margin: 0;
	padding: 0;
}

.form_title h4 {
    padding-top: 3px;
}

.form_title p {
	color: #555;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 14px;
}

#myModalGiftcard-page2-header {
    background: white;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    z-index: 9;
}

#myModalGiftcard-page2-steps {
    transform: translateY(0%);
    transition: transform 0.3s ease-in-out;
}
#myModalGiftcard-page2-steps.step2 {
    transform: translateY(-42%);
}
#myModalGiftcard-page2-steps.step3 {
    transform: translateY(-77%);
}

@media screen and (max-width: 992px) {
    #myModalGiftcard-page2-steps.step3 {
        transform: translateY(-75%);
    }
}

.filler {
    height: 20px;
}

.step {
	border-left: 1px solid #ddd;
	padding: 20px 0 20px 31px;
	margin: 0 0 10px 20px;
}

.step-block{
    opacity: .5;
    &, & *{
        pointer-events: none !important;
    }

    .form_title h3 strong{
        background: #ccc;
    }
}
