
.trnSoldOut{
	width:auto;
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	padding:10px;
	background-color:#714792;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

.trnBottomResult{
	position:fixed;
	height:40px;
	bottom:20px;
	left:20px;
	z-index:999999999;
}

.trnBottomResult .trnPopUp{
	width:100%;
	position:fixed;
	height:100%;
	top:0;
	left:0;
	margin:0;
	padding:0;
	display:block;
	z-index:1000;
}

.alert {
	font-size:14px;
	padding: 10px;
	background-color: #F00;
	color: white;
	margin-bottom: 15px;
}

.alert  i{
	font-size:14px;
	margin-right:10px;
}

.warning {
	font-size:14px;
	padding: 10px;
	background-color: #FFAF10;
	color: white;
	margin-bottom: 15px;
}

.alert-warning {
	font-size:14px;
	padding: 10px;
	background-color: #F00;
	color: white;
	margin-bottom: 15px;
}

.success {
	font-size:14px;
	padding: 10px;
	background-color: #6ABC6E;
	color: white;
	margin-bottom: 15px;
}

.alert-success {
	font-size:14px;
	padding: 10px;
	background-color: #6ABC6E;
	color: white;
	margin-bottom: 15px;
}

.closebtn {
  margin-left: 15px;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn {
  margin-left: 15px;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.trnBgPrimary
{
	background-color:#022D62
}

/* Yükleniyor Başladı */
.trnLoader{
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:1000000;
	display:none;
	background-color:rgb(0,0,0,0.5);
}

.trnLoaderContent{
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-125px 0 0 -100px;
	text-align:center;
	color:#FFF;
}

.trnLoaderContent img{
	width:200px;
	height:200px;
}

.trnLoaderText{	
	width:200px;
	height:200px;
	line-height:200px;
	position:absolute;
	top:0;
	text-align:center;
}
/* ##### Yükleniyor Bitti ##### */


.trnFormElement {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.trnFormElement input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.trnFormElement .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF;
  border:1px solid #CCC;
}

/* On mouse-over, add a grey background color */
.trnFormElement:hover input ~ .checkmark {
  background-color: #CCC;
}

/* When the checkbox is checked, add a blue background */
.trnFormElement input:checked ~ .checkmark {
  background-color: #0088CC;
}

/* Create the checkmark/indicator (hidden when not checked) */
.trnFormElement .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.trnFormElement input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.trnFormElement .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.trnFormElementContainer
{
	padding:0 10px 0 10px;
	border:1px solid #CCC;
	
	width:100%;
	height:300px;
	overflow-y:scroll;
	overflow-x:hidden;
	scrollbar-width: thin;
	overflow-y: scroll;
	scrollbar-color: #292F4C #9A9FBF;
	
}

.trnScroll
{	
	width:100%;
	height:100%;
	overflow-y:scroll;
	overflow-x:hidden;
	scrollbar-width: thin;
	overflow-y: scroll;
	scrollbar-color: #292F4C #9A9FBF;
	background-color:#FFF;
}

.trnH300
{
	max-height:300px;
}

.trnCategoriesFilter li
{
	margin-bottom:10px;
	padding:0;
}

.trnCategoriesFilter li a
{
	margin:0;
	padding:0;
}

.trnVerticalAlign .trnContainer
{
  width:600px;
  margin:0 auto;
  height:400px;
  text-align:center;
  color:#fff;
  background-color:#FDFDFD;
}
	
.trnVerticalAlign .trnContainer .trnContent
{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color:#FDFDFD;
}
	
.trnVerticalAlign .trnContainer .trnContent img
{
  background-color:#FDFDFD;
}	

.zoomImg
{
	background-color:#F5F6F8;
}

.pswp__img
{
	background-color:#F5F6F8;
}

.trnDateBtn
{
	width:100%;
	padding:10px;
	margin:0 0 10px 0;
	background-color:#EDF1F2;
	border:1px solid #EFEFEF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	cursor:pointer;
	text-align:center;
}

.trnDateBtn h3
{
	margin:0;
	padding:0;
	font-size:22px;
	font-weight:600;
}

.trnDateBtn h4
{
	margin:0 0 7px 0;
	padding:0;
	font-size:16px;
}

.trnDisabled
{
	background-color:#fff;
	cursor: not-allowed;
}

.trnToggleContent
{
	display:none;
}

.ui-datepicker-calendar th
{
	min-width:30px;
	
}

.ui-datepicker-calendar td
{
	min-width:30px;
	
}

.trnActive
{
	display:block
}
.trnActiveBtn
{
	background-color:#EE7B7B;
	color:#FFFFFF;
	font-weight:bold;
}

.trnActiveBtn h1
{
	color:#FFFFFF;
}
.trnActiveBtn h2
{
	color:#FFFFFF;
}
.trnActiveBtn h3
{
	color:#FFFFFF;
}
.trnActiveBtn h4
{
	color:#FFFFFF;
}
.trnActiveBtn h5
{
	color:#FFFFFF;
}
.trnActiveBtn p
{
	color:#FFFFFF;
}

.product-wrap .product
{
	border:1px solid #F6F6F6;
	padding:10px;
	box-shadow: 1px 3px 3px #F6F6F6;
}

.product-wrap .product:hover
{
	border:1px solid #9A2948;
}