@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
:root{
  --primary:#42628C;
  --primary-light:#4E74A6;
  --secondary:#6A84A6;
  --secondary-light:#8FA4BF;
  --success:#18985E;
  --success-light: #26BF67;
  --warning:#F2B604;
  --warning-light:#F4C804;
  --danger:#DB4E2E;
  --danger-light:#FF5D4E;
  --default: rgb(240,240,240);
  --default-light: rgb(250,250,250);
  --Breadcrumb: rgb(235,240,255);
}
.Button{
  box-sizing: border-box;
  font-size: 12px;
  display: inline-block;
  padding:7px 15px;
  background: rgb(200,200,200);
  cursor: pointer;
}
.Button-Small{
  border-radius: 3px;
  padding:5px 7px;
}
.Button-Primary{
  color:white;
  background: var(--primary-light);
  border: 1px var(--primary-light) solid;
}
.Button-Primary:hover{
  background: var(--primary);
  border: 1px var(--primary) solid;
}
.Button-Success{
  color:white;
  background: var(--success-light);
  border: 1px var(--success-light) solid;
}
.Button-Success:hover{
  background: var(--success);
  border: 1px var(--success) solid;
}
.Button-Warning{
  color:white;
  background: var(--warning-light);
  border: 1px var(--warning-light) solid;
}
.Button-Warning:hover{
  background: var(--warning);
  border: 1px var(--warning) solid;
}
.Button-Danger{
  color:white;
  background: var(--danger-light);
  border: 1px var(--danger-light) solid;
}
.Button-Danger:hover{
  background: var(--danger);
  border: 1px var(--danger) solid;
}
.Button-Default{
  color:rgb(50,50,50);
  background: var(--default-light);
  border: 1px rgb(200,200,200) solid;
}
.Button-Default:hover{
  background: var(--default);
}
.Alert-Dashboard{
  margin-bottom: 10px;
}
.fav-button{
    margin: 3px;
    display: inline-block;
}
.fav-active i{
    color: #ef5c75;
    cursor: pointer;
}
.fav-deactive i{
    color: rgb(200,200,200);
    cursor: pointer;
}
#Preload{
	display:none;
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:rgba(255,255,255,0.5);
	z-index:99;
	text-align:center;
}
	#Preload img{
		display:inline-block;
		position:relative;
		width:80px;
		height:80px;
		top:50%;
		margin-top:-40px;
	}
/*---------------------------------
                LOGIN
----------------------------------*/
.Login-Container{
  position: fixed;
  top:0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: var(--primary);
}
.Login-Wrapper{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.Login-Alert{
  width: 95%;
  max-width: 400px;
  margin:auto;
  margin-bottom: 20px;
}
.Login-Box{
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  max-width: 250px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 1px rgb(50,50,50);
  background-color: white;
}
.Login-Box-Header{
  width:100%;
  background-color: white;
  padding:20px;
  padding-bottom:10px;
  display: table;
}
.Login-Box-Header h3{
  font-family: 'Bebas Neue', cursive;
  display: table-cell;
  text-align: right;
  vertical-align: top;
  padding-top:7px;
  color: #184f99;
  font-size:18px;
  line-height: 24px;
}
.Login-Box-Header h3 span{
  font-size:28px;
}
.Login-Box-Header img{
  display: table-cell;
  width: 100px;
}
.Login-Box-Image{
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background:white;
}
.Login-Box-Form img{
	max-width:150px;
	margin-top:20px;
}
.Login-Box-Image i{
  font-size: 40px;
  background-clip:text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right top, #70a0e6, #00bffc, #00d8dd, #00e88e, #a8eb12);
}
.Login-Box-Form{
  width: 100%;
  background: #FFF;
  text-align: center;
  display: inline-block;
}
.Login-Box-Form .Login-Box-Form-input{
   display: inline-block;
  width: 98%;
  max-width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing:border-box;
}
.Login-Box-Form .input-group{
  margin-bottom: 10px;
}
.Login-Box-Form .button-group{
  margin-top: 20px;
  display: block;
}
.Login-Box-Form .input-group input{
  box-sizing: border-box;
  border:0px;
  width: 100%;
  font-size: 12px;
  padding:10px 10px;
  border-bottom: 1px solid rgb(150,150,150);
}
.Login-Box-Form .button-group input{
  width: 100%;
  background: #3D94F6;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 100;
  padding: 10px;
  border: solid #3D94F6 1px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.Login-Box-Form .button-group input:hover{
  background: #1E62D0;
  text-decoration: none;
}
/*---------------------------------
                HOME
----------------------------------*/
.header-navigation, .header-container{
  width: 100%;
  height: 40px;
}
.header-container{
  position: fixed;
  background: var(--secondary);
  display: table;
  z-index: 2;
}
.header-container a{
  color:white;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor:pointer;
}
.header-container a:hover{
  background: var(--primary)
}
.header-container-left, .header-container-middle, .header-container-right{
  display: table-cell;
  position: relative;
}
.header-container-left{
  width: 40px;
  border-right:1px var(--primary) solid;
  text-align: center;
}
.header-container-left i{
  margin-top: 11px;
  margin-left:-1px;
}
.header-container-right{
  width: 40px;
  border-left:1px var(--primary) solid;
  text-align: center;
}
.header-container-right i{
  margin-top: 11px;
  margin-right:-1px;
}
.sidebar-navigation{
  position: fixed;
  width: 200px;
  z-index: 2;
  margin-left: -200px;
}
@media only screen and (min-width: 768px) {
.sidebar-navigation{
  margin-left: 0px;
}
}
.sidebar-navigation, .sidebar-container{
  width: 200px;
  height: 100vh;
  color:white;
}
.sidebar-container{
  position: fixed;
  background: var(--primary-light);
}
.sidebar-list{
  width: 100%;
  box-sizing: border-box;
  padding:10px 0px;
  font-size: 14px;
}
.sidebar-list i{
  margin-right: 5px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}
.sidebar-list .list-heading{
  font-weight: 600;
  padding:7px 10px;
  padding-top: 20px;
}
.sidebar-list .list-heading:first-child{
  padding-top: 7px;
}
.sidebar-list .list-heading span{
  display: inline-block;
}
.sidebar-list li a{
  padding:7px 21px;
  display: block;
  cursor: pointer;
  color: white;
  border-left: 3px var(--primary-light) solid;
}
.sidebar-list li a:hover, .sidebar-list .selected{
  background: var(--primary);
  border-left: 3px var(--secondary-light) solid !important;
}
/*---------------------------------
              CONTENT
----------------------------------*/
#Breadcrumb{
  width: 100%;
  padding:10px;
  background: var(--Breadcrumb);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: var(--primary-light);
  font-size: 12px;
  margin-bottom: 10px;
}
#Breadcrumb a{
  color: var(--primary-light);
}
#Breadcrumb a:hover{
  color: var(--primary);
}
#Breadcrumb span{
  margin-left: 5px;
  margin-right: 5px;
}
.content-container{
  position: absolute;
  width: 100%;
  top:0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
.content-container{
  padding-left: 220px;
  padding-right: 20px;
}
}
.content-container h1{
  margin:0px;
  margin-bottom: 20px;
}
.table-container{
  width: 100%;
  margin-bottom: 25px;
}
.table-container table{
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 12px;
}
.table-container table th, .table-container table td{
  text-align: left;
  box-sizing: border-box;
  border-bottom:1px rgb(235,240,255) solid;
  padding: 7px 5px;
}
.table-container table thead tr{
  background: var(--primary);
  color:white;
}
.table-container table tbody tr:nth-child(odd){
  background: rgb(235,240,255);
}
.button-container{
  width: 100%;
  display: table;
  margin-bottom: 5px;
}
.button-wrapper-left, .button-wrapper-right{
  display: block;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
.button-wrapper-left, .button-wrapper-right{
  display: table-cell;
  width: 50%;
  margin-bottom: initial;
  text-align: initial;
}
}
.button-wrapper-right{
  text-align: right;
}
.button-container i{
  font-size: 11px;
  margin-right: 5px;
}
.table-wrapper{
  overflow-x: auto;
}
.table-wrapper td{
  vertical-align: top;
}
.action-button-wrapper{
  vertical-align: middle !important;
}
.table-wrapper .Button-Small{
  margin-bottom: 10px;
}
.table-container .pagination{
  margin-top: 10px;
  text-align: right;
}
.table-container .pagination .pagination-button{
  font-size: 11px;
  display: inline-block;
  padding:3px 5px;
  border:1px var(--secondary-light) solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.table-container .pagination .pagination-button:hover{
  background: var(--primary);
  border:1px var(--primary) solid;
  color:white;
}
.table-container .pagination .pagination-info{
  font-size: 11px;
  display: inline-block;
}
.search-bar-wrapper{
  height: 35px;
  overflow: hidden;
  position: relative;
}
.search-bar{
  width: 80%;
  max-width: 300px;
  font-size: 16px;
  padding: 5px 10px;
  padding-right: 40px;
  height: 35px;
}
.search-button{
  position: absolute;
  margin-left: -36px;
  height: 34px;
  padding-left: 5px;
  padding-right: 10px;
  padding-bottom: 2px;
  top:0px;
}
.search-button i{
  margin:auto;
  font-size: 16px ;
  margin-left: 3px;
}
#Upload-Form{
  position: fixed;
  width: 100%;
  top:40px;
  bottom: 0px;
  background: rgb(255,255,255,0.7);
  display: none;
}
.upload-container{
  width: 100%;
  position: relative;
  text-align: center;
  padding-right: 60px;
}
.upload-wrapper{
  display: none;
  margin:auto;
  padding:20px;
  width: 95%;
  max-width: 300px;
  background: rgb(235,240,255);
}
#Upload-Form button{
  margin-top: 10px;
  padding:5px 10px;
}
.Form-Input .input-group{
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
}
.Form-Input .input-group.w600{
  max-width: 600px;
}
.Form-Input .input-group label{
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.Form-Input .input-group input{
  box-sizing: border-box;
  font-size: 16px;
  padding:5px;
  width: 100%;
  margin-top: 5px;
}
.Form-Input .input-group textarea{
  width: 100%;
  resize: none;
  box-sizing: border-box;
  font-size: 12px;
  padding:5px;
}
.Form-Input .input-group select{
    font-size: 16px;
    padding: 10px;
    margin-top: 5px;

}
.Form-Input .input-group input[type=submit]{
  color:white;
  background: var(--success-light);
  padding:10px;
  border:1px var(--success-light) solid;
  cursor: pointer;
}
.Form-Input .input-group input[type=submit]:hover{
  background: var(--success);
}
.input-submit{
  text-align: center;
  margin-top:20px;
  margin-bottom:20px;
}
.input-submit-left{
  text-align: left;
}
.input-submit input[type=submit]{
  font-size: 16px;
  padding-left:24px;
  padding-right:24px;
}
#result{
	box-sizing:border-box;
	display:table;
	padding-top:0px;
	margin-bottom:10px;
	margin-top:10px;
	width:100%;
	max-width:300px;
	font-size:12px;
	font-weight:bold;
}
	#result .strengthBar{
		position:relative;
		display:table-cell;
		border:1px grey solid;
	}
	#result .strengthDesc{
		display:table-cell;
		width:60px;
		text-align:right;
	}
	#result.short .colorBar{
		background:initial;
	}
	#result.weak .colorBar{
		position:absolute;
		width:33.333%;
		height:100%;
		background:var(--danger-light);
	}
	#result.good .colorBar{
		position:absolute;
		width:66.6666%;
		height:100%;
		background:var(--warning-light);
	}
	#result.strong .colorBar{
		position:absolute;
		width:100%;
		height:100%;
		background:var(--success-light);
	}

  /*---------------------------------
                GALLERY
  ----------------------------------*/
  .photos-container{
    padding-bottom: 25px;
  }
  .photos-wrapper{
    border-top: 20px var(--primary) solid;
    padding-top: 25px;
  }
  .photo-list-wrapper{
    width: 150px;
    display: inline-block;
    position: relative;
  }
  .photo-list-wrapper img{
    width: 100%;
  }
  .photo-layer{
    display: none;
    text-align: center;
    padding-top: 35%;
  }
  .photo-list:hover > .photo-layer{
    display: block;
    position: absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right: 0px;
    background: rgba(100,100,100,0.5);
  }
  .photo-delete-button{
    background: var(--danger-light);
    padding:10px;
    color:white;
    display: inline-block;
    font-size: 12px;
    margin: auto;
  }

/*---------------------------------
              PRODUCT
----------------------------------*/
.input-group-other{
    display: none;
}
.product-box-container{
  margin-bottom: 20px;
}

.product-box-wrapper{
  box-sizing: border-box;
  padding: 20px;
  border:1px rgb(220,220,220) solid;
  border-radius: 5px;
  display: block;
  width: 100%;
  position: relative;
  padding-top: 45px;
}
.detail-content-thumb{
  border:1px rgb(240,240,240) solid;
}
.detail-content-thumb img{
  width: 100%;
}
.product-box-wrapper-left h4{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3px;
}
.product-box-wrapper-left p{
	font-size:11px;
    padding-bottom: 20px;
}
.product-box-wrapper-left table{
  font-size: 12px;
  color: rgb(50,50,50);
}
.discount-price{
  color:var(--danger);
}
.discount-price span{
  color:black;
  font-size: 11px;
  text-decoration:line-through;
  margin-left: 5px;
  vertical-align: top;
}
.product-box-wrapper-right .favorite-button-wrapper{
  position: absolute;
  top:15px;
  right: 20px;
  width: 70px;
  text-align: right;
}
.product-box-wrapper-right .favorite-button{
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.product-box-wrapper-right table input, .product-box-wrapper-right table button{
  font-size: 14px;
  padding: 5px;
}
.product-box-wrapper-right .input-discount{
  font-size: 12px;
}
.product-box-wrapper-right .input-discount input{
  font-size: 12px;
  padding: 5px;
  margin-bottom:5px;
  text-align:right;
}
.product-box-wrapper-right .update-stock{
  vertical-align: top;
  border:0px;
  background: var(--default-light);
  border: 1px var(--default) solid;
  padding: 7px;
  font-size: 12px;
  cursor: pointer;
}
.product-box-wrapper-right .update-stock{
border:1px solid #d1dcdf; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 7px; text-decoration:none; display:inline-block;font-weight:bold; color: #616161;
 background-color: #f2f5f6; background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f5f6), to(#c8d7dc));
 background-image: -webkit-linear-gradient(top, #f2f5f6, #c8d7dc);
 background-image: -moz-linear-gradient(top, #f2f5f6, #c8d7dc);
 background-image: -ms-linear-gradient(top, #f2f5f6, #c8d7dc);
 background-image: -o-linear-gradient(top, #f2f5f6, #c8d7dc);
 background-image: linear-gradient(to bottom, #f2f5f6, #c8d7dc);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f5f6, endColorstr=#c8d7dc);
}

.product-box-wrapper-right .update-stock:hover{
 border:1px solid #b6c7cc;
 background-color: #d4dee1; background-image: -webkit-gradient(linear, left top, left bottom, from(#d4dee1), to(#a9c0c8));
 background-image: -webkit-linear-gradient(top, #d4dee1, #a9c0c8);
 background-image: -moz-linear-gradient(top, #d4dee1, #a9c0c8);
 background-image: -ms-linear-gradient(top, #d4dee1, #a9c0c8);
 background-image: -o-linear-gradient(top, #d4dee1, #a9c0c8);
 background-image: linear-gradient(to bottom, #d4dee1, #a9c0c8);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d4dee1, endColorstr=#a9c0c8);
}
.product-box-wrapper-right .update-discount, .update-price{
border:1px solid #15aeec; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 7px; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
 background-color: #49c0f0; background-image: -webkit-gradient(linear, left top, left bottom, from(#49c0f0), to(#2CAFE3));
 background-image: -webkit-linear-gradient(top, #49c0f0, #2CAFE3);
 background-image: -moz-linear-gradient(top, #49c0f0, #2CAFE3);
 background-image: -ms-linear-gradient(top, #49c0f0, #2CAFE3);
 background-image: -o-linear-gradient(top, #49c0f0, #2CAFE3);
 background-image: linear-gradient(to bottom, #49c0f0, #2CAFE3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#49c0f0, endColorstr=#2CAFE3);
}
.update-price{
	margin-left:3px;
	vertical-align:top;
	padding: 5px;
	-webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;font-size:10px;
}

.product-box-wrapper-right .update-discount:hover, .update-price:hover{
 border:1px solid #1090c3;
 background-color: #1ab0ec; background-image: -webkit-gradient(linear, left top, left bottom, from(#1ab0ec), to(#1a92c2));
 background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
 background-image: -moz-linear-gradient(top, #1ab0ec, #1a92c2);
 background-image: -ms-linear-gradient(top, #1ab0ec, #1a92c2);
 background-image: -o-linear-gradient(top, #1ab0ec, #1a92c2);
 background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1ab0ec, endColorstr=#1a92c2);
}
.product-box-button{
	position:absolute;
	bottom: 10px;
	right:10px;
}
.bundle-box-wrapper{
	font-size:12px;
	margin-bottom:5px;
}
.bundle-box-wrapper .product-box-wrapper-image{
	width: 100px;
}
.bundle-box-footer{
	display:table;
	width:100%;
}
.bundle-box-footer .product-box-wrapper-right{
	width:200px;
}
.bundle-box-footer .product-box-wrapper-right table{
	margin-top:0px
}
@media only screen and (min-width: 768px) {
.product-box-wrapper{
  display: table;
  padding-top: 20px;
}
.product-box-wrapper-image, .product-box-wrapper-left, .product-box-wrapper-right{
  display: table-cell;
  vertical-align: top;
}
.product-box-wrapper-image{
  width: 160px;
  padding-right: 10px;
}
.product-box-wrapper-right table{
  float: right;
  margin-top: 30px;
  text-align: right;
}
}
  /*---------------------------------
                UPLOAD
  ----------------------------------*/
  .upload-image-container{
    width: 100%;
  }
  .upload-image-wrapper{
    width: 100%;
    background: var(--Breadcrumb);
  }
  .upload-image-header{
    width: 100%;
    color:white;
    text-align: center;
    background: var(--primary);
    padding:10px 0px;
    font-size: 20px;
  }
  .upload-image-content{
    padding:10px;
  }
  .upload-image-content h5{
    font-size: 11px;
    margin:0px;
    margin-top: 10px;
  }

/*---------------------------------
            IMAGE UPLOAD
----------------------------------*/
.input-group .image-upload{
	width:100%;
	max-width:450px;
	position:relative;
}
.input-group .image-upload input[type=text]{
  max-width: 300px;
	padding-left:40px;
}
.input-group .image-upload .btn-file{
	position:absolute;
	left:0px;
  top:5px;
	box-sizing:border-box;
	padding-top:6px;
	padding-left:8px;
	width:35px;
	height:31px;
	overflow:hidden;
	background-color:var(--primary);
	border:1px var(--primary) solid;
}
.input-group .image-upload .image-upload-delete{
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.input-group .image-upload .note{
  font-size: 10px;
  color: rgb(100,100,100);
  display: block;
}
.input-group .image-upload .btn-file:hover{
	background-color:var(--primary-light);
	border:1px var(--primary-light) solid;
}
	.input-group .image-upload .btn-file i{
		color:white;
	}
	.input-group .image-upload .btn-file  input[type=file]{
		position:absolute;
		top:0;
		left:0;
		z-index:10;
		border:0px;
		width:30px;
		opacity:0;
	}
	.input-group .searchBtn{
		position:absolute;
		border-bottom-right-radius:3px;
		border-top-right-radius:3px;
		margin-left:-2px;
		width:35px;
		color:white;
		border:0px;
		cursor:pointer;
		vertical-align:top;
		top:0px;
		bottom:0px;
	}
	.input-group.inline{
		box-sizing: border-box;
		display: inline-block;
		width: 100%;
		max-width: 170px;
		vertical-align: bottom;
		padding-right: 10px;
	}
	.input-group .Button{
		display: inline-block;
		border-radius:3px;
		width:auto;
		color:white;
		border:0px;
		cursor:pointer;
		padding:7px 20px;
		font-size: 12px;
	}
  /*---------------------------------
                SWITCH
  ----------------------------------*/
  .switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    vertical-align:middle;
  }

  /* Hide default HTML checkbox */
  .switch input {display:none;}

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #2196F3;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }
  .favorite-button-wrapper{
	width:100%;
	text-align:center;
}
.favorite-button{
	display:inline-block;
	margin:auto;
	margin-top:2px;
}
.favorite-button i{
	cursor:pointer;
	color:rgb(150,150,150);
}
.favorite-button.Active i{
	color:rgb(220,100,100);
}

.product-detail {
    width: 100%;
    max-width: 600px;
}
.product-detail td{
    font-size: 12px;
    font-weight: bolder;
    white-space: nowrap;
    padding: 3px 5px 3px 0px;
    position: relative;
}
.product-detail td input{
    font-size: 14px !important;
    padding: 3px !important;
}
.product-detail .delete-list-feature i{
    position: relative;
    background: rgb(220,100,100);
    color: white;
    padding: 7px;
    border-radius: 6px;
}
  /*---------------------------------
                TinyMCE
  ----------------------------------*/
  .tinyMCE{
    width: 100%;
    max-width: 600px;
    height: 300px;
    resize: none;
  }
/*---------------------------------
                AUTOFILL
  ----------------------------------*/
.autofill-wrapper{
	width:100%;
	position:relative;
}
.autofill-box-container{
	display:none;
	width:100%;
	background:rgb(245,245,245);
}
.autofill-load{
	padding:20px;
	display:block;
	margin:auto;
}
.autofill-not-found{
	padding:20px;
	font-size:14px;
	font-style:italic;
}
.autofill-option-container{
	width:100%;
	padding:10px 20px;
}
.autofill-option-container:hover{
	background:rgb(220,220,220);
	cursor:pointer;
}
.autofill-option-container .autofill-delete-button{
	display:none;
}
.autofill-option-container img, .autofill-list-wrapper img{
	width:50px;
	display:inline-block;
	padding-right:10px;
}
.autofill-option-container span, .autofill-list-wrapper span{
	font-size:12px;
	vertical-align:top;
	display:inline-block;
	width:80%;
}
.autofill-list-wrapper{
	background:#d1eaff;
	padding:10px 10px;
	margin-top:10px;
	position:relative;
}
.autofill-delete-button{
	position:absolute;
	right:10px;
	bottom:10px;
	font-size:12px;
	color: var(--danger);
	cursor:pointer;
}
