.yaydp-change-free-products-modal-wrap .modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999999;
}

.yaydp-change-free-products-modal-wrap .modal__container {
	background-color: #fff;
	padding: 30px;
	width: min(600px, 95vw);
	max-height: 95vh;
	border-radius: 4px;
	overflow-y: auto;
	box-sizing: border-box;
}

.yaydp-change-free-products-modal-wrap .modal__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.yaydp-change-free-products-modal-wrap .modal__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.25;
	color: #00449e;
	box-sizing: border-box;
}
.yaydp-change-free-products-modal-wrap .modal__close {
	background: transparent;
	border: 0;
}
.yaydp-change-free-products-modal-wrap .modal__header .modal__close:before { content: "\2715"; }
.yaydp-change-free-products-modal-wrap .modal__content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.5;
	color: rgba(0,0,0,.8);
}
.yaydp-change-free-products-modal-wrap .modal__btn {
	font-size: .875rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	background-color: #e6e6e6;
	color: rgba(0,0,0,.8);
	border-radius: .25rem;
	border-style: none;
	border-width: 0;
	cursor: pointer;
	-webkit-appearance: button;
	text-transform: none;
	overflow: visible;
	line-height: 1.15;
	margin: 0;
	will-change: transform;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}
.yaydp-change-free-products-modal-wrap .modal__btn:focus, .modal__btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.yaydp-change-free-products-modal-wrap .modal__btn-primary {
	background-color: #00449e;
	color: #fff;
}

@keyframes mmfadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes mmfadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}

@keyframes mmslideIn {
	from { transform: translateY(15%); }
	to { transform: translateY(0); }
}

@keyframes mmslideOut {
	from { transform: translateY(0); }
	to { transform: translateY(-10%); }
}

.yaydp-change-free-products-modal-wrap .micromodal-slide {
	display: none;
}

.yaydp-change-free-products-modal-wrap .micromodal-slide.is-open {
	display: block;
}

.yaydp-change-free-products-modal-wrap .micromodal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.yaydp-change-free-products-modal-wrap .micromodal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.yaydp-change-free-products-modal-wrap .micromodal-slide[aria-hidden="true"] .modal__overlay {
	animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.yaydp-change-free-products-modal-wrap .micromodal-slide[aria-hidden="true"] .modal__container {
	animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.yaydp-change-free-products-modal-wrap .micromodal-slide .modal__container,
.yaydp-change-free-products-modal-wrap .micromodal-slide .modal__overlay {
	will-change: transform;
}
.yaydp-free-option-content table td img {
	width: 60px;
	height: auto;
}

.yaydp-free-option-contents .yaydp-free-option-content {
	display: none;
}
.yaydp-free-option-contents .yaydp-free-option-content.active {
	display: block;
}

.yaydp-free-options {
    display: block;
    width: 100%;
    
}
.yaydp-free-options,
td.yaydp-change-free-products-td-qty input {
	padding: 4px;
    border: 1px solid #00449e;
    border-radius: 3px;
	width: 35px;
}
label[for="yaydp-free-options"] {
    font-size: 12px;
}

.yaydp-free-option-content {
    font-size: 14px;
}
.yaydp-free-option-content .yaydp-change-free-products-table {
    width: 100%;
}
.yaydp-free-option-content .yaydp-change-free-products-table tbody td.yaydp-change-free-products-td-qty {
    text-align: right;
}
.yaydp-free-option-content .yaydp-change-free-products-table tbody td.yaydp-change-free-products-td-name {
    max-width: 300px;
	overflow: auto;
}

.yaydp-free-option-content .yaydp-change-free-products-table-wrapper {
	max-height: max(70vh, 400px);
	overflow: auto;
}


.yaydp-change-free-products-modal-wrap .modal__footer {
	text-align: right;
}

.yaydp-change-free-products-item-attributes {
	margin: 0;
	list-style-type: none;
	font-size: 0.9em;
	font-style: italic;
}

.yaydp-free-option-tabs {
	display: flex;
	flex-wrap: wrap;	
}

.yaydp-free-option-tabs .yaydp-free-option-tab input{
	display: none;
}

.yaydp-free-option-tabs .yaydp-free-option-tab{
	cursor: pointer;
	padding: 5px 20px;
    border-top: 1px solid #c9c9c9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-left: 1px solid #c9c9c9;
	background-color: #f8f8f8;
}

.yaydp-free-option-tabs .yaydp-free-option-tab:last-child {
	border-right: 1px solid #c9c9c9;
}

.yaydp-free-option-tabs .yaydp-free-option-tab--selected{
	background-color: #00449e;
	color: white;
}

#yaydp-change-product-modal .modal__container{
	position: relative;
}
#yaydp-change-product-modal.is-loading .modal__container::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #ffffffbb;
	z-index: 1;
}
#yaydp-change-product-modal.is-loading .modal__container::after {
	position: absolute;
	content: "Loading...";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

