.ywraq-wrapper {
	width: min(100%, 1180px);
	margin-right: auto;
	margin-left: auto;
}

.ywraq-wrapper .ywraq-form-table-wrapper {
	width: 100%;
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

.ywraq-wrapper #yith-ywraq-form,
.ywraq-wrapper #yith-ywrq-table-list {
	width: 100%;
}

.ywraq-wrapper #yith-ywrq-table-list {
	table-layout: fixed;
}

.ywraq-wrapper #yith-ywrq-table-list th.product-remove,
.ywraq-wrapper #yith-ywrq-table-list td.product-remove {
	width: 56px;
}

.ywraq-wrapper #yith-ywrq-table-list th.product-quantity,
.ywraq-wrapper #yith-ywrq-table-list td.product-quantity {
	width: 220px;
	text-align: center;
}

.ywraq-wrapper #yith-ywrq-table-list td.product-thumbnail {
	width: 280px;
}

.ywraq-wrapper #yith-ywrq-table-list td.product-thumbnail img {
	width: 100%;
	max-width: 260px;
	height: auto;
	display: block;
}

.ywraq-wrapper #yith-ywrq-table-list td.product-name {
	font-size: 16px;
	line-height: 1.5;
	vertical-align: middle;
	padding-top: 24px;
	padding-bottom: 24px;
}

.ywraq-wrapper #yith-ywrq-table-list td.product-name > a {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}

.ywraq-wrapper .ywraq-extra-attributes {
	display: grid;
	gap: 8px;
	max-width: 420px;
	margin-top: 10px;
}

.ywraq-wrapper .ywraq-extra-attribute {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	align-items: stretch;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	background: #fff;
}

.ywraq-wrapper .ywraq-extra-attribute-label {
	padding: 8px 12px;
	font-weight: 700;
	color: #111;
	background: #e8e8e8;
}

.ywraq-wrapper .ywraq-extra-attribute-value {
	padding: 8px 12px;
	color: #222;
	background: #f8f8f8;
}

.ywraq-wrapper #yith-ywrq-table-list td.product-quantity .quantity {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ywraq-wrapper #yith-ywrq-table-list td.product-quantity input.qty {
	width: 120px;
	min-width: 120px;
	height: 56px;
	padding: 10px 14px;
	font-size: 18px;
	line-height: 1;
	text-align: center;
}

.ywraq-wrapper #yith-ywrq-table-list td.actions {
	padding: 10px 12px;
}

.ywraq-wrapper .ywraq-extra-list-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
}

.ywraq-wrapper .ywraq-extra-continue-shopping {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #222;
	font-size: 15px;
	font-weight: 600;
}

.ywraq-wrapper .ywraq-extra-update-list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	color: #222;
	font-size: 15px;
	font-weight: 600;
}

.ywraq-wrapper .ywraq-extra-continue-button {
	white-space: normal;
	text-align: center;
}

@media (max-width: 900px) {
	.ywraq-wrapper {
		width: 100%;
		padding-right: 16px;
		padding-left: 16px;
	}

	.ywraq-wrapper #yith-ywrq-table-list {
		table-layout: auto;
	}

	.ywraq-wrapper #yith-ywrq-table-list td.product-thumbnail {
		width: 220px;
	}

	.ywraq-wrapper #yith-ywrq-table-list td.product-thumbnail img {
		max-width: 200px;
	}
}

@media (max-width: 640px) {
	.ywraq-wrapper #yith-ywrq-table-list td.product-thumbnail img {
		max-width: 100%;
	}

	.ywraq-wrapper #yith-ywrq-table-list td.product-quantity input.qty {
		width: 120px;
		min-width: 120px;
	}

	.ywraq-wrapper .ywraq-extra-list-actions,
	.ywraq-wrapper .ywraq-extra-continue-shopping,
	.ywraq-wrapper .ywraq-extra-update-list {
		align-items: stretch;
		flex-direction: column;
	}

	.ywraq-wrapper .ywraq-extra-list-actions {
		gap: 10px;
	}
}
