@charset "utf-8";@charset "utf-8";

#aw_2021_lookbook .products_collection__item{
	margin: 0 0 15px;
	padding: 0 10px;
}

#aw_2021_lookbook .item_modal input {
	position: absolute ;
	z-index: -9999;
	visibility: hidden;
}

#aw_2021_lookbook .item_modal label {
	cursor: pointer;
	padding: 0;
	margin:0;
	/* margin:0 10px 15px 5px; */
}
#aw_2021_lookbook .item_modal label:after {
	display: none;
}

#aw_2021_lookbook .item_modal .item_modal-wrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

#aw_2021_lookbook .item_modal .item_modal-overlay {
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	transform: scale(0.3);
	z-index: -999;
}

#aw_2021_lookbook .item_modal input:checked ~ .item_modal-overlay {
	overflow-y: auto;
	opacity: 1 !important;
	transform: scale(1) !important;
	z-index: 999 !important;
}

#aw_2021_lookbook .item_modal .item_modal-wrap label {
	margin: 0;
	padding:5px 30px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	display: block;
	text-align: right;
}

.capitalize-text{
    padding-left: 0.5em !important;
}

@media screen and (min-width: 481px){
	#aw_2021_lookbook .item_modal .item_modal-wrap label {
		padding: 5px 10px;
		font-size: 30px;
	}
}

#aw_2021_lookbook .item_modal__contents {
	max-width: 1000px;
	background-color: #fff;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	padding: 10px 10px;
}

@media screen and (max-width: 481px) {
	#aw_2021_lookbook .item_modal__contents {
		margin: 0 auto;
    padding: 10px 10px;
		margin:0 30px;
    flex-wrap: wrap;
	}
}

@media screen and (min-width: 481px) and (max-width: 1067px){
	#aw_2021_lookbook .item_modal__contents {
		width: 80%;
		margin: 0 auto;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	}
}

#aw_2021_lookbook .item_modal__contents .photo {
	margin: 0;
	padding: 20px;
}

@media screen and (min-width: 481px){
	#aw_2021_lookbook .item_modal__contents .photo {
			width: 500px;
	}
}

#aw_2021_lookbook .item_modal__contents .texts {
	margin: 0;
	padding: 20px;
	overflow: hidden;
	width: 100%;
}

@media screen and (min-width: 481px){
	#aw_2021_lookbook .item_modal__contents .texts {
			width: 500px;
	}
}

@media screen and (max-width: 330px){
	#aw_2021_lookbook  .item_modal__contents .texts {
		padding: 0px;
	}
}

#aw_2021_lookbook .modal_arrow {
	width: 30px;
	height: 30px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	cursor: pointer;
	position: absolute;
	top: 50vh;
}

#aw_2021_lookbook .modal_arrow.next {
		transform: rotate(45deg);
		top: 50vh;
		right: 10px;
}

#aw_2021_lookbook .modal_arrow.prev {
		transform: rotate(-135deg);
		top: 50vh;
		left: 10px;
}

#aw_2021_lookbook .item_modal__contents .texts table {
	width: 100%;
}

@media screen and (min-width: 481px){
	#aw_2021_lookbook .item_modal__contents .texts table {
			margin: 0px;
	}
}

@media screen and (min-width: 481px){
	#aw_2021_lookbook .item_modal__contents .texts table th, .item_modal__contents .texts table td {
			font-size: 14px;
	}
}
#aw_2021_lookbook .item_modal__contents .texts table th, .item_modal__contents .texts table td {
	font-weight: normal;
	vertical-align: middle;
	border: none;
	border-top: solid 1px #f0f0f0;
	line-height: 1.4;
	padding: 1.5em 0;
	text-align: center;
}

@media screen and (min-width: 481px){
	#aw_2021_lookbook .item_modal__contents .texts table th, .item_modal__contents .texts table td {
			font-size: 14px;
	}
}