#myOrderHistoryModal {
   display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
          
.close-btn {
	position: absolute;
	right: 20px;
	top: 15px;
	background-color: black;
	color: white;
	border-radius: 50%;
	padding: 4px;
}

.dialog__block {
	padding: 1.25rem;
	max-height: 90vh;
	max-width: 94vw;
	margin: auto;
	-ms-flex-item-align: start;
	align-self: flex-start;
	background-color: #fff;
	z-index: 1050;
	border-radius: 8px;
	transition: all .4s;
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
    align-content: center;
}

.order-block .tile-bar .tile-bar__item {
    width: 33.33%;
    float: none;
}

.loader {
 border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 14px;
    left: 50%;
    position: fixed;
    font-family: "Catamaran";
    z-index: 99999;
    top: 50%;
    left: 50%;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
div.pager {
    text-align: center;
    margin: 1em 0;
}

div.pager span {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    cursor: pointer;
    background: #000;
    color: #fff;
    margin-right: 0.5em;
}

div.pager span.active {
    background: #c00;
}

#myManageHistoryModal {
   display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
          
.close-btn {
	position: absolute;
	right: 20px;
	top: 15px;
	background-color: black;
	color: white;
	border-radius: 50%;
	padding: 4px;
}

.dialog__block1 {
	padding: 1.25rem;
	max-height: 90vh;
	max-width: 94vw;
	margin: auto;
	-ms-flex-item-align: start;
	align-self: flex-start;
	background-color: #fff;
	z-index: 1050;
	border-radius: 8px;
	transition: all .4s;
}
.modal-content1 {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 90%;
	align-content: center;
}
#search-button {
  width: 100px;
  height: 50px;
}
    
#search-button svg {
  width: 25px;
  height: 25px;
}

.stock.in-stock{
	display:none !important;
}

