/* Style the tab */
.tab {
	/* display: none; */
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	padding: 0 !IMPORTANT;
}

/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
	background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
	display: none;
	/* padding: 6px 12px; */
	/* padding: 20px !IMPORTANT; */
	padding: 0 !IMPORTANT;
	border: 1px solid #ccc;
	border-top: none;
}
/* #modalCatalogItem {
	display: none;
	padding: 20px 0;
} */
#simplemodal-container {
	top: 60px;
	/* height:640px; */
	height: 90%;
	width:90%;
	max-width: 1000px;
	background-color:#fff;
	border:0px solid #000000;
	border-radius: 2px;
	padding:30px;
}
#modalItemView {
	display: none;
	margin-top: -30px;
}
.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.modal-body {
	display: flex;
/* 	height: 60%; */
	/* flex-direction: row;
	justify-content: space-around;
	align-items: center; */
}
/* @media screen and (max-width: 700px) {
	.modal-body {
		flex-direction: column;
	}
	.simplemodal-container {
		height: 900px;
		width: 250px;
	}
} */
.modal-footer {
	/*  */
}
th.column {
	width: 180px;
	padding-left: 16px;
}
td.data {
	width: 220px;
	padding-left: 16px;
}
/* #breadcrumbs {
	display: block;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
} */
#item {
	max-width: 1010px;
	margin:20px 50px 0;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	/* justify-content:flex-start; */
}
#item-img {
	/* flex:2; */
	width: 50%;
	margin: 0 10px;
}
#item-data {
	/* flex:1; */
	width: 480px;
	color:#414141;
}
#item-data-table {
	width: 100%;
}
#item-data-table th {
	text-align: left;
	font-weight: normal;
}
@media screen and (max-width: 850px) {
	#item {
		flex-direction: column;
		justify-content:space-between;
	/* 	align-items: center; */
	}
	#item-img {
		width: 100%;
	}
	#item-data {
		width: 100%;
	}
}
.bxslider {
	display:block;
}
.bxslider img {
	display:block;
	margin:auto;
}
.column-row {
	/* display:none; */
	display:block;
	/* padding:3px 0 3px 15px; */
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-family: "Roboto",sans-serif;
	font-size: 2rem;
	color: #414141;
	font-weight: 300;
	padding-right: 20px;
}
#item-data-table {
	font-size: 15px;
}
#COLUMN-DATA-THUMB {
	display:none;
}
#COLUMN-DATA-ITMTY {
	display:none;
}
#COLUMN-DATA-CTGLN {
/* 	display:none; */
}
.tx-rt {
	text-align: right;
}
#ITEM-LSPRC, #ITEM-PRICE {
	/* padding-right: 120px; */
}
#ITEM-QTYUT {
	/* padding-right: 140px; */
}
#MODAL-ITM-ODQTY {
	/* margin-right: 88px; */
	font-size: 15px;
}
#MODAL-ITM-AMOUNT {
	/* padding-right: 116px; */
	color: #CF4D00;
	font-weight: bold;
}
#ITEM-ITMTY,
#ITEM-ITMNM,
#ITEM-LOCID,
#ITEM-NSTFG,
#ITEM-TOSFG {
	display:none !IMPORTANT;
}
.btn-close:hover {
	color: #000;
}
.btn-close {
	/* margin: .375rem; */
	color: #000;
	background-color: #e0e0e0 !important;
	/* text-transform: uppercase; */
	word-wrap: break-word;
	white-space: normal;
	cursor: pointer;
	border: 0;
	/* border-radius: .125rem; */
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	padding: .84rem 2.14rem;
	font-size: .81rem;
}
.modal_btn_cart {
	display: block;
	width: 150px;
	margin: 0 10px 0 auto!important;

	padding-top: 16px !IMPORTANT;
	padding-right: 0 !IMPORTANT;
	margin: 0 !IMPORTANT;
	margin-left: auto !IMPORTANT;
	border-radius: 2px !IMPORTANT;
}
.modal_btn_cart > a {
	padding: 7px !IMPORTANT;
	margin: 0 !IMPORTANT;
}
#deal_timer {
	padding: 0 15px;
	font-weight: bold;
	color: #4f95bd;
}
#timer_header {
	text-align: left;
}
#timer_data {
	text-align: right;
	color: #4f95bd;
}
#ITEM-DMNSN, #ITEM-DESC_ > ul{
	list-style: none;
	padding-left: 20px;
	margin: 5px 5px 0 -20px;
	line-height: 18px;
	font-size: 13px;
}
#ITEM-DESC_ > ul > li {
	padding-bottom: 10px;
}