.model-viewer-container .swiper {

	width: 100%;

	height: 100%;

}

.model-viewer-container .swiper-wrapper {

	width: 100%;

	height: 100%;

	margin: 0;

	padding: 0;

}

.model-viewer-container .swiper-slide {

	position: relative;

	text-align: center;

	font-size: 18px;

	background: #f2f2f2;

	padding: 0;

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	-webkit-justify-content: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	-webkit-align-items: center;

	align-items: center;

	overflow: hidden;

}

model-viewer {

	z-index: 2;

}

.rotate-logo {

	width: 80px;

	position: absolute;

	bottom: 8%;

	z-index: 1;

}

.model-viewer-container .pagination-container {

	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}



.parent-thumb-container {

	width: 100%;

	height: 100%;

	overflow: hidden;

}

.parent-thumb-container img {

	width: 100% !important;

	height: 100% !important;

	transform: scale(1,1);

	transition: 320ms;

	object-fit: cover !important;

}

.parent-thumb-container:hover img {

	transform: scale(1.2,1.2);

	transition: 320ms;

}



.model-pagination {

	margin-top: 20px;

	display: flex;

	width: 100%;

	align-items: center;

	justify-content: center;

}

.swiper-pagination-bullet {

	display: block;

	margin: 4px 10px !important;

	width: 6px;

	height: 6px;

}

.swiper-pagination-bullet-active {

	display: inline-block;

	background: black;

	width: 8px;

	height: 8px;

}

.mini-model-container {

	margin-top: 50px;

	display: flex;

	justify-content: center;

	align-items: flex-end;

}



.model-viewer-container {

	display: block;

	width: 100%;

}

.model-viewer__relative {

	position: relative;

	width: 100%;

	padding-top: 100%;

}

.model-viewer__abs {

	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	border: 1px solid black;

	box-sizing: border-box;

}

.mini-model {

	display: block;

	width: 80px;

	margin: 0 8px;

}





/*Product Detail*/

.product-child-icon-container {

	display: flex;

	justify-content: space-between;

}

.product-child-icon {

	width: 40px;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	align-content: flex-end;

	cursor: pointer;

}

.product-child-icon.gift {

	align-content: center;

}

.product-child-icon div {

	width: 100%;

	display: flex;

	justify-content: center;

	margin-top: 10px;

}

.icon-container {

	position: relative;

	width: 100%;

}

.product-child-icon img {

	width: 100%;

	display: block;

}

.product-child-icon .icon-container::before {

	content: "";

	position: absolute;

	bottom: -4px;

	width: 100%;

	max-width: 40px;

	height: 9px;

	border-radius: 50%;

	background: rgba(0, 0, 0, 0.4);

	opacity: 0;

	transition: 320ms;

}

.product-child-icon.active .icon-container::before, .product-child-icon:hover .icon-container::before {

	content: "";

	position: absolute;

	bottom: -4px;

	width: 100%;

	max-width: 40px;

	height: 9px;

	border-radius: 50%;

	background: rgba(0, 0, 0, 0.4);

	opacity: 1;

	transition: 320ms;

}



.product-title {

	margin-bottom: 0 0 15px 0;

	/*line-height: 1em;

	border: 1px solid red;*/

}

.product-meta {

	margin-top: 3px;

}

.product-meta span a {

	color: black;

}

.product-content {

	margin-top: 25px;

}

.product-child-icon-container {

	padding: 30px 0 20px 0;

	/*border-bottom: 1px solid grey;*/

}

.child-icon-size {

	font-size: 13px;

}

.product-detail-meta-container {

	margin: 15px 0;

	padding: 15px 0;

	border-top: 1px solid grey;

	border-bottom: 1px solid grey;

	padding-left: 20%;

	font-size: 13px;

}

.product-detail-meta-container div {

	margin: 10px 0;

}

.product-option-container {

	display: flex;

	justify-content: space-between;

	align-items: center;

}

.product-option-container  .option-size-container {

	width: 28% !important;

}

.set-option-size {

	width: 28% !important;

	padding: 0 20px;

}

.set-option-fragrance-container {

	width: 72% !important;

}

.set-option-fragrance-container select {

	padding: 10px 25px !important;

}

.product-option-container select, .product-option-container * {

	border: none;

	max-width: 170px;

	font-size: 14px;

	font-weight: 600;

}

.product-option-container select:focus {

	border: none;

	outline: none;

}

.option-total-container {

	padding-right: 5px;

}

.option-total-container input[type="number"], .option-total-container input[type="number"]:focus {

	width: 18px;

	padding: 0;

	border: none;

	outline: none;

	margin: 0 5px 0 12px;

}

.total-minus, .total-pluss {

	cursor: pointer;

}

.option-total-container input[type=number]::-webkit-inner-spin-button {

  -webkit-appearance: none;

}

.buy-btn-container {

	display: flex;

	justify-content: space-between;

	margin-top: 60px;

}

.buy-btn-container button {

	color: white;

	background-color: black;

	font-size: 13px;

	line-height: 1em;

	padding: 12px 10px;

	min-width: 40%;

	max-width: 250px;

	border: none;

	border-radius: 0;

}



@media screen and (max-width: 576px) {

  .product-child-icon {

    max-width: 30px;

  }

  .child-icon-toggle {

    margin-top: 0 !important;

  }

  .child-icon-size {

    font-size: 12px;

  }

  .product-child-icon {

    max-width: 30px;

  }

  .child-icon-toggle {

    margin-top: 0 !important;

  }

  .child-icon-size {

    font-size: 12px;

  }

  .product-option-container {

    flex-wrap: wrap;

      

  }

  .product-option-container > div {

    max-width: 45%;

    margin: 15px 1% 0 1%;

  }

  .buy-btn-container {

    flex-wrap: wrap;

  }

  .product-info-container .buy-btn-container button {

    width: 100%;

    margin: 0 0 20px 0;

    min-width: 100%;

    max-width: 100%;

  }

  .product-info-container .buy-btn-container a {

    width: 100%;

    margin: 0 0 20px 0;

    min-width: 100%;

    max-width: 100%;

  }

}



.set-option-container {

	display: none;

	margin-top: 20px;

}

.set-option-row {

	display: flex;

	justify-content: space-between;

	font-size: 14px;

	font-weight: 600;

}

.set-option-size {

	width: 35%;

}

.set-option-fragrance-container {

	width: 65%;

}

.set-option-fragrance, .set-option-fragrance:focus {

	cursor: pointer;

	border: none;

	outline: none;

	font-size: 14px;

	font-weight: 600;

}