.af-manual-gift-wrapper .add-form{
	display: table;
	width: 100%;
}

.af-manual-gift-wrapper .gifts-products{
	display: table-cell;
	vertical-align: middle;
	padding: 0px 5px 0px 0px;
	width: 30%;
}

.af-manual-gift-wrapper .gifts-button{
	display: table-cell;
	vertical-align: middle;
}

.af-manual-gift-wrapper select.afc-manual-gifts{
	width: 100%;
	height: 45px;
	padding: 0px 10px;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #00000030;

}
.phw-gift-list{
        border: 1px solid #C2801D;
        background-color: #F0F0F0;
        padding: 16px 32px 32px 32px
}

.phw-amount {
    position: relative;
    top: -16px;
    left: -32px;
    display: block;
    color: white;
    background-color: #C2801D;
    max-width: 240px;
    height: 32px;
    line-height: 16px;
    padding: 8px 16px;
}
.phw-greating{
    font-size: 25px;
    font-weight: 600;
    font-family: 'Nunito Sans';
}

.phw-choose{
    font-family: 'Source Sans 3';
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;

}
.phw-gift-holder .qb-carousel,
.phw-product-modal-dialog-holder .qb-carousel{
    padding-bottom: 20px;
}
.phw-modal-body .qb-carousel-container{
    margin-left: -16px;
}
.phw-modal-body .phw-gift-product-container{
    margin: 8px;
}
.phw-modal-body .swiper-arrows{
    margin-left: 16px;
}
.phw-gift-product-container .product-small-card{
    background-color: white;
}
.phw-gift-next-amount{
    color: #C2801D;
}

.phw-gift-title{
    font-family: "Source Sans 3";
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}

.phw-gift-product-container .product-small-card-price-no-auth{
    color: #784800;
    font-family: 'Source Sans 3';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.phw-gift-product-container .product-small-card-price-no-auth .product-small-card-sale-price{
    color: #784800 !important;
    opacity: 40%;
    text-decoration: line-through;
    margin-right: 8px;
}
.phw-gift-product-container .product-small-card-price .product-small-card-price-no-auth {
    display: block;
   
}

.phw_modal_remove{
    text-align: center;
}
.phw-modal-remove-footer{
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}
.phw-modal-remove-footer a{
    width: 270px;
    height: 45px;
}
.phw-close-x{
   float: right;
   padding-right: 20px;
   position: absolute;
   right: 0px;

}
.phw-modal-dialog-button:hover {
  cursor: pointer;
}
.qb-checkout-phw-checkout-title{
    font-family: "Source Sans 3";
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding: 16px;
    background: #F0F0F0;
    text-align: center;
}

.phw-checkout-title-small{
    font-family: "Source Sans 3";
    font-weight: 600;

    font-size: 18px;
    line-height: 18px;
    text-align: center;

}
.phw-remove-from-cart{
   width: 100%;
   background-color: #2C9716;

   
}

.phw-remove-from-cart span{
    width: 20px;
    height: 20px;
    margin-left: 3px;
}
.phw-product-close{
    background-color: #C2801D;
}
.phw-product-close.link-disabled{
    background-color: #B1B1B1;

}
.phw-checkout-title-small span{
    color: #C2801D !important;
}
.phw-return-to-cart{
    color: #C2801D !important;
}
.phw-gift-list .product-small-card,
.phw-modal-body .product-small-card
{
     border: 1px solid transparent;
     padding: 8px;
}

.phw-gift-list .choosen .product-small-card,
.phw-modal-body .choosen .product-small-card
{
     border: 1px solid #C2801D;
}
.phw-modal-title{
    font-family: 'Nunito Sans';
    font-size: 32px;
    font-weight: 600;
}
.phw-modal-body{
    font-family: 'Source Sans 3';
    font-size: 16px;
    font-weight: 400;
}
@media all and (max-width: 980px){
    .phw-product-modal-dialog-holder .phw-greating{
        padding: 0 30px;
    }
    .phw-greating {
        font-size: 18px;
        
    }
    .phw-modal-title {
        font-size: 18px;
        
        padding: 5px 40px;
    }
    .phw-modal-remove-footer {
        flex-direction: column;
        gap: 10px;
    }
    .phw-modal-body{
        margin-top: 5px;
        font-size: 15px;
    }
    .qb-checkout-phw-checkout-title{
        font-size: 14px;
        line-height: 14px;
    }
    .phw-checkout-title-small {
        font-size: 14px;
        line-height: 14px;
    }
}
@media all and (max-width: 480px){
	.af-manual-gift-wrapper .gifts-products,
	.af-manual-gift-wrapper .gifts-button{
		display: block;
		width: 100%;
	}
}
