.trnGreen
{
	color:#17AB13;
}

.trnGreen i
{
	color:#17AB13;
}

.trnGreen button
{
	background-color:#17AB13;
	color:#FFF;
}

.trnGreen svg{
	fill:#FFFFFF;
}

.trnGreen i{
	fill:#FFFFFF;
}

.trnGreenBtn {
	color:#FFF;	
	background-color:#17AB13;
	border:none;
}

.trnGreenBg{ background-color: #17AB13; color:#FFF;}

.trnGreenBorder{ border:1px solid #17AB13; }





.trnYellow
{
	color:#FFAF10;
}

.trnYellow i
{
	color:#FFAF10;
}

.trnYellow button
{
	background-color:#FFAF10;
	color:#FFF;
}

.trnYellow svg{
	fill:#FFFFFF;
}

.trnYellow i{
	fill:#FFFFFF;
}

.trnYellowBtn {
	color:#FFF;	
	background-color:#FFAF10;
	border:none;
}

.trnYellowBg{ background-color: #FFAF10; color:#FFF;}

.trnYellowBorder{ border:1px solid #FFAF10; }





.trnRed
{
	color:#EA1515;
}

.trnRed i
{
	color:#EA1515;
}

.trnRed button
{
	background-color:#EA1515;
	color:#FFF;
}

.trnRed svg{
	fill:#FFFFFF;
}

.trnRed i{
	fill:#FFFFFF;
}

.trnRedBtn {
	color:#FFF;	
	background-color:#EA1515;
	border:none;
}

.trnRedBg{ background-color: #EA1515; color:#FFF;}

.trnRedBorder{ border:1px solid #EA1515; }





.trnBlue
{
	color:#0073EA;
}

.trnBlue i
{
	color:#0073EA;
}

.trnBlue button
{
	background-color:#0073EA;
	color:#FFF;
}

.trnBlue svg{
	fill:#FFFFFF;
}

.trnBlue i{
	fill:#FFFFFF;
}

.trnBlueBtn {
	color:#FFF;	
	background-color:#0073EA;
	border:none;
}

.trnBlueBg{ background-color: #0073EA; color:#FFF;}

.trnBlueBorder{ border:1px solid #0073EA; }





.trnGray
{
	color:#C4C4C4;
}

.trnGray i
{
	color:#C4C4C4;
}

.trnGray button
{
	background-color:#C4C4C4;
	color:#FFF;
}

.trnGray svg{
	fill:#FFFFFF;
}

.trnGray i{
	fill:#FFFFFF;
}

.trnGrayBtn {
	color:#FFF;	
	background-color:#C4C4C4;
	border:none;
}

.trnGrayBg{ background-color: #C4C4C4; color:#FFF;}

.trnGrayBorder{ border:1px solid #C4C4C4; }





.trnBlack
{
	color:#000;
}

.trnBlack i
{
	color:#000;
}

.trnBlack button
{
	background-color:#000;
	color:#FFF;
}

.trnBlack svg{
	fill:#FFFFFF;
}

.trnBlack i{
	fill:#FFFFFF;
}

.trnBlackBtn {
	color:#FFF;	
	background-color:#000;
	border:none;
}

.trnBlackBg{ background-color: #000; color:#FFF;}

.trnBlackBorder{ border:1px solid #000; }





.trnWhite
{
	color:#FFF;
}

.trnWhite i
{
	color:#000;
}

.trnWhite button
{
	background-color:#FFF;
	color:#000;
}

.trnWhite svg{
	fill:#000;
}

.trnWhite i{
	fill:#000;
}

.trnWhiteBtn {
	color:#000;	
	background-color:#FFF;
	border:none;
}

.trnWhiteBg{ background-color: #FFF; color:#000;}

.trnWhiteBorder{ border:1px solid #FFF; }





.trnNav
{
	width:100%;
	margin:0 0 20px 0;
}

.trnNav ul
{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

.trnNav ul li
{
	width:auto;
	float:left;
	margin:0 10px 0 0;
	padding:10px;
	list-style:none;
	cursor:pointer;
}

.trnNav ul li:hover
{
	background-color:#EEE;
}

.trnAccordionContent
{
	clear:both;
	padding-top:30px;
	display:none;
}

.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;
	right: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: #f44336;
	color: white;
	margin-bottom: 15px;
}

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

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

.success {
	font-size:14px;
	padding: 10px;
	background-color: #9CA700;
	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:#9CA700;
	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;
}

.trnContainer
{
	width:1000px;
	margin:0 auto;
	float:none;
	background-color:#DDD;
}

.trnP5
{
	padding:5px;
}

.trnRow
{
	width:100%;
	float:left;
	clear:both;
}

.trnCol-1
{
	width:8.33%;
	float:left;
}

.trnCol-4
{
	width:33.33%;
	float:left;
}

.trnCol-3
{
	width:24.99%;
	float:left;
}

.trnCol-6
{
	width:50%;
	float:left;
}

.trnCol-8
{
	width:66.64%;
	float:left;
}

.trnCol-9
{
	width:74.97%;
	float:left;
}

.trnCol-12
{
	width:100%;
	float:left;
}

.trnForm
{
	margin:0;
	padding:0;
}

.trnSeparate
{
	width:100%;
	height:1px;
	float:left;
	margin:10px 0 10px 0;
	border-bottom:1px solid #CCC;
}

.trnForm .trnFormGroup
{
	margin:0 0 10px 0;
}

.trnForm h2
{
	width:100%;
	margin:0 0 5px 0;
	padding:0;
	font-size:24px;
	color:#000;
}

.trnForm h5
{
	width:100%;
	margin:0 0 5px 0;
	padding:0;
	font-size:14px;
	color:#AAA;
}

.trnForm .trnInput
{
	width:100%;
	height:40px;
	line-height:40px;
	padding:0 10px 0 10px;
	
	background-color:transparent;
	border:1px solid #CCC;	
}

.trnForm .trnTextarea
{
	width:100%;
	height:90px;
	padding:0 10px 0 10px;
	
	background-color:transparent;
	border:1px solid #CCC;		
}

.trnOrderInfo
{
	width:100%;
	float:left;	
	padding:15px;
	margin:10px;
	border:1px solid #CCC;
}

.trnOrderInfo h2
{
	width:100%;
	margin:0 0 5px 0;
	padding:0;
	font-size:24px;
	color:#000;
}

.trnButton
{
	font-weight:bold;
	color:#FFF;
}

.trnOrderTable
{
	width:100%;
	text-align:left;
	border:1px solid #CCC;
}

.trnOrderTable thead
{
	padding:5px;
}

.trnOrderTable thead tr th
{
	font-weight:bold;
	padding:10px;
}

.trnOrderTable tr
{
	background-color:#EEE;
}

.trnOrderTable tr td
{
	padding:10px;
}

.order-status label{ padding:5px;}




.add-field-2
{
	text-align:center;
}
.add-field-2 .selecActionBtn
{
	display:none;
}
.add-field-2 .trnAddCartTitle
{
	display:none;
}

.add-field-2 svg
{
	margin:0;
	padding:0;
}

.add-field-2 input
{
	width:30px;
	height:30px;
	background-color:transparent;
	border:none;
	text-align:center;
	color:#FFF;
}

.add-field-2 .decrease
{
	width:30px;
	height:30px;
	margin:0 auto;
	line-height:30px;
	text-align:center;
	font-size:20px;
	cursor:pointer;
	
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;	
	background-color:#ECEDE3;
}

.add-field-2 .increase
{
	width:30px;
	height:30px;
	margin:0 auto;
	line-height:30px;
	text-align:center;
	font-size:20px;
	cursor:pointer;
	
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;	
	background-color:#ECEDE3;
}

.add-field-2 .decrease:hover
{
	background-color:#9CA700;
	color:#FFF;
}

.add-field-2 .increase:hover
{
	background-color:#9CA700;
	color:#FFF;
}

.trnAccount
{
	width:100%;
}

.trnAccount span
{
	margin-right:20px;
}

.trnAccount svg
{
	float:left;
}

.product-table ul{ padding:0; margin:0; list-style:none;}
.product-table ul li{ padding:0; margin:0; list-style:none;}

.wordExcel
{
	width:100%;
	min-height:450px;
}

.trnFilter ul,li
{
	margin:0;
	padding:0;
	list-style:none;
}


.trnFilter ul li
{
	padding:0;
	margin-bottom:5px;
}


.trnFilterBtn
{
	width:100%;
	height:auto;
	padding:15px;
	color:#FFF;
	background-color:#22378C;
	border:none;
	cursor:pointer;
}

.trnFilterBtn:hover
{
	color:#000;
	background-color:#E4E7ED;
}