.product-type-gift-card .woocommerce-product-gallery__wrapper {
	box-shadow: 0 0 19px -12px gray;
}

.ywgc-main-form-preview-container {
	height: auto;
	padding: 1em 1em 1em 1em;
	box-shadow: 0 10px 19px -12px;
}

.product-type-gift-card .woocommerce-product-gallery__image {
	padding: 1em;
}

.gift-cards-list button {
	border-radius: unset;
	background-color: white;
	color: #404040;
	vertical-align: top;
}

.ywgc-amount-buttons {
	margin-bottom: 1em;
}

.ywgc-manual-amount-container {
	border: 1px solid #448a85;
	display: inline-flex;
	height: 51.3333px;
}

#ywgc-manual-amount {
	width: 7em;
	min-width: unset;
	border: none;
	border-radius: unset;
}

.ywgc-single-recipient .ywgc-recipient-name {
	margin-bottom: 15px;
}

.ywgc-single-recipient {
	/*margin-bottom: 2em;*/
	position: relative;
}

.gift-card-content-editor.step-content label {
	display: inline-block;
	/*margin-top: 11px;*/
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	line-height: 46px;
}

.gift-card-content-editor.step-content textarea {
	float: right;
	width: 70%;
}

.ywgc-postdated {
	position: relative;
}

.gift-card-content-editor.step-content input {
	float: right;
	width: 70%;
}

.ywgc-sender-name {
	margin-bottom: 15px;
}

.ywgc-choose-image.ywgc-choose-template {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border: unset;
	border-radius: unset;
	line-height: unset;
	overflow: hidden;
	padding: unset;
	font-size: 16px;
	color: white;
}

.ywgc-form-preview-separator {
	width: 40px;
	height: 7px;
	margin-top: 10px;
}

.gift-card-content-editor.step-content textarea#ywgc-edit-message {
	resize: vertical;
}

.ywgc-manual-amount-error {
	font-size: smaller;
	color: red;
}

.ywgc-delivery-notification-checkbox-container{
	text-align: right;
}

a.add-recipient {
	display: block;
	float: right;
	margin-top: 5px;
}

.ywgc-additional-recipient {
	position: relative;
	margin-top: 35px;
}

.ywgc-additional-recipient label {
	margin-bottom: 15px;
}

a.ywgc-remove-recipient{
	top: 0;
}


/******* CHANGES *******/
	
.gift-card-content-editor.step-content input {
    float: right;
    width: 70%;
	border-radius: 4px;
}
	input.hasDatepicker {
    background-image: url(https://dsv.zooz.com.br/wp-content/plugins/yith-woocommerce-gift-cards-premium/assets/images/calendar.svg);
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
    background-size: 25px;
}

.gift-cards_form .gift-card-content-editor.step-content textarea {
    border-radius: 4px;
}

/* Rounded sliders */
.ywgc-delivery-notification-checkbox-container .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 23px;
}

.ywgc-delivery-notification-checkbox-container .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.ywgc-delivery-notification-checkbox-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.ywgc-delivery-notification-checkbox-container .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.ywgc-delivery-notification-checkbox-container input:checked + .slider {
  background-color: #2196F3;
}

.ywgc-delivery-notification-checkbox-container input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.ywgc-delivery-notification-checkbox-container input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.ywgc-delivery-notification-checkbox-container .slider.round {
  border-radius: 34px;
}

.ywgc-delivery-notification-checkbox-container .slider.round:before {
  border-radius: 50%;
}
