@media (min-width: 1366px) {
.disc-modal-content {
	position: fixed;
	margin:0 auto;
	width: 42%;
	top: 30%;
	right: 0;
	bottom: 0;
	left: 0;
	height: 290px;
	padding: 20px;

	border-radius: 8px;
	visibility: hidden;
	z-index: 20;
}
}
.modalinsider{
	background:white;
	padding: 10px;
    outline: 2px dashed #888888;
    outline-offset: -20px;
}
@media (min-width: 1600px) {
.disc-modal-content {
	
	position: fixed;
	margin:0 auto;
	width: 32%;
	top: 30%;
	right: 0;
	bottom: 0;
	left: 0;
	height: 290px;
	padding: 20px;

	border-radius: 8px;
	visibility: hidden;
	z-index: 20;
}
}

@media screen and (max-width: 410px) and (min-width: 240px) {
.disc-modal-content {
	
	position: fixed;
	margin:0 auto;
	width: 90%;
	top: 30%;
	right: 0;
	bottom: 0;
	left: 0;
	height: 378px;
	padding: 20px;

	border-radius: 8px;
	visibility: hidden;
	z-index: 20;
}
.disc-modal-content header {
    margin-top: 40px !important;
    position: relative;
    display: block;
    padding-left: 130px !important;
}
#urunliste {
    margin-left: -7px;
}
#discountDiv{
margin-left: 48px !important;
}
#discCopyButton{
margin-left: 100px !important;
margin-top: 10px !important;
}
}
#urunliste{
margin-left:-27px;
}
@media screen and (max-width: 768px) and (min-width: 411px) {
.disc-modal-content {
	
	position: fixed;
	margin:0 auto;
	width: 90%;
	top: 30%;
	right: 0;
	bottom: 0;
	left: 0;
	height: 290px;
	padding: 20px;

	border-radius: 8px;
	visibility: hidden;
	z-index: 20;
}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
.disc-modal-content {
	
	position: fixed;
	margin:0 auto;
	width: 60%;
	top: 30%;
	right: 0;
	bottom: 0;
	left: 0;
	height: 290px;
	padding: 20px;

	border-radius: 8px;
	visibility: hidden;
	z-index: 20;
}
}
@media screen and (max-width: 1366px) and (min-width: 1025px) {
.disc-modal-content {
	
	position: fixed;
	margin:0 auto;
	width: 50%;
	top: 30%;
	right: 0;
	bottom: 0;
	left: 0;
	height: 290px;
	padding: 20px;

	border-radius: 8px;
	visibility: hidden;
	z-index: 20;
}
}
.disc-modal-btn {
  position: relative;
  display: table-cell;
  width: 100px;
  height: 100px;
  background-color: #2c3e50;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  font-size: 36px;
  color: white;
  text-align: center;
  line-height: 2.75;
  transition: box-shadow 250ms ease;
}
.disc-modal-btn:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.disc-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom:0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  transition: background-color 250ms linear;
}


.disc-modal-content .close {
  position: relative;
  float: right;
  font-size: 18px;
  transition: transform 500ms ease;
  z-index: 11;
}
.disc-modal-content .close:hover {
  color: #3498db;
  transform: rotate(540deg);
}
.disc-modal-content header {
  margin-top: 40px;
  position: relative;
  display: block;
  padding-left:200px;
 
}
.disc-modal-content header h2 {
  margin: 10px 0 10px;
  padding: 0;
  font-size: 28px;
}
.disc-modal-content article {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.2;
      margin-top: 10px;
      margin-left: 20px;
    margin-bottom: 20px;
}
.disc-modal-content footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 10px 0 0;
  margin: 0 auto;
}
.disc-modal-content footer .disc-button {
  position: relative;
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  overflow: hidden;
}
.disc-modal-content footer .disc-button:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;

  transition: width 250ms ease;
  z-index: 0;
}
.disc-modal-content footer .disc-button:hover:before {
  width: 100%;
}
.disc-modal-content footer .disc-button.success {
  margin-right: 5px;
  background-color: #2ecc71;
}
.modal-content footer .disc-button.danger {
  background-color: #e74c3c;
}

#disc-modal {
  display: none;
}
#disc-modal:checked ~ .disc-modal-bg {
  visibility: visible;
  background-color: black;
  opacity: 0.3;
}
#disc-modal:checked ~ .disc-modal-content {
  visibility: visible;
  transform: scale(1);
  transition: transform 250ms ease;
  z-index: 99999999999999999;
}
.modelDiscountSub{

 font-size: 20px;
    color: #FE8813;
    font-weight: bold;
	
	}
	.modelDiscountContent{
	font-size: 20px;
    font-weight: bold;
	color:#d93600;
	}
	
	.discountInfo{
	position: absolute;
    margin-top: -86px;
    margin-left: 32px;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
	}
	
	.discountOk{
	
	float: left;    background-image: linear-gradient(#ff8000 , #f6820e);
	
	}

	.discountFals{
	 float: left;    background-color: #333 !important;
	 
	 }