.tab-product {
	margin-top: 30px;
}
.item-tab-product .item-tab-title {
	margin: 0;
	padding: 22px 0;
	font-size: 16px;
	text-transform: uppercase;
	border-top: 1px solid #e6e6e6;
	position: relative;
	cursor: pointer;
}
.item-tab-product .item-tab-title.title-click:before, .item-tab-product .item-tab-title.title-click:after {
	content: '';
	position: absolute;
	width: 17px;
	height: 1px;
	background-color: #000;
	right: 0;
	top: 30px;
}
.item-tab-product .item-tab-title.title-click:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.item-tab-product.active .item-tab-title.title-click:after {display:none;}
.item-tab-product .content-tab-product {
	display: none;
	padding-bottom: 10px;
}
#product-store-modal .modal-header {
	padding: 15px 15px 5px;border:0; }
#product-store-modal .modal-header h5 {
	font-size: 16px;
	margin: 0; }
#product-store-modal .modal-header .modal-header-wrap {
	display: flex;
	justify-content: space-between; }
#product-store-modal .modal-header .location-modal-select {
	width: 100%;
	padding: 15px 0 0; }
#product-store-modal .modal-header .location-modal-select select {
	padding: 0 15px;
	border: 1px solid #f1f1f1;
	box-shadow: none;
	border-radius: 0;
	height: 40px;
	margin:5px 0;
	outline: 0;
	background: #f1f1f1 !important; }

#product-store-modal .modal-body {
	padding: 0; }

#product-store-modal .modal-content {
	border-radius: 0; }

#product-store-modal .location-modal {
	padding: 0; }
#product-store-modal .location-modal > h5 {
	background: #f6f6f6;
	padding: 15px;
	font-size: 16px;
	text-align: center; }
#product-store-modal .location-modal .location-modal-wrap {
	display: flex;
	flex-wrap: wrap; }
#product-store-modal .location-modal .location-modal-wrap .location-modal-list {
	width: 100%;
	overflow-y: auto;
	padding: 0 15px 15px;
	max-height: 400px; }
#product-store-modal .location-modal .location-modal-wrap .location-modal-list .location-modal-item {
	margin-top: 10px;
	border: 1px solid #f1f1f1;
	padding: 15px;
	line-height: 1.5;
	background: #f7f7f7; }
#product-store-modal .location-modal .location-modal-wrap .location-modal-list .location-modal-item h6 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px; }
#product-store-modal .location-modal .location-modal-wrap .location-modal-list .location-modal-item p {
	margin: 0;font-weight: 300;
}

#find-store {
	display: flex;
	width: 100%;
	margin: 0 0 30px;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 14px;
	height: 43px;
	font-weight: 600; }
#find-store svg {
	width: 18px;
	height: 18px;
	margin-right: 5px; }

.close {
	opacity: .6; }

.sizeguide-popup .sizeguide-popup-content {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	max-width: 800px;
	width: 100%;
	z-index: 1000;
	padding: 15px;
	overflow-y: auto;
	transform: translate(100%);
	visibility: hidden;
	transition: all .5s; }
.sizeguide-popup-tab {
	height: 40px;
	margin: 0;
}
.sizeguide-popup-tab li{
	margin: 0 10px;
}
.sizeguide-popup-tab li a{
	display: block;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none;
	transition:none;
}
.sizeguide-popup-tab li.active a{
	font-weight:bold;
	border-bottom: 1px solid #000;
}
.sizeguide-popup .sizeguide-popup-content .sizeguide-popup-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px; }
.sizeguide-popup .sizeguide-popup-content .sizeguide-popup-header h5 {
	margin: 0;
	font-size: 16px;
	font-weight: 600; }
.sizeguide-popup .sizeguide-popup-content .sizeguide-popup-body h2 {
	margin: 0 0 13px;
	font-size: 28px;
	line-height:32px;
	padding:20px 0;
}
.sizeguide-popup .sizeguide-popup-content .sizeguide-popup-body td, .sizeguide-popup .sizeguide-popup-content .sizeguide-popup-body th {
	border-color: #000; }

.sizeguide-popup .sizeguide-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	visibility: hidden;
	transition: all .5s;
	opacity: 0; }

.sizeguide-popup.open .sizeguide-popup-content {
	transform: translate(0%);
	visibility: visible; 
}

.sizeguide-popup.open .sizeguide-popup-overlay {
	visibility: visible;
	opacity: 1; 
}
