.show-button .atension-buy, .show-button .disable-but {
	display: none;
}

#bx-soa-orderSave a.disable-but {
   text-decoration: none;
   color: white;
   background: #aaa;
   margin: 10px;
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.3333333;
   border-radius: 6px;
   float: right;
}

body #bx-soa-orderSave .hide-button a.get-saved {
	display: none;
} 

.num-count {
   text-align: right;
}

.bask-cart-tab, .res-cart-tab, .newres-cart-tab {
	font-family: fontawesome;
}


.bask-cart-tab:before {
	content: "\f07a";
   f023
}

.res-cart-tab:before {
   content: "\f0d1";
   transform: rotateY(180deg);
}

.newres-cart-tab:before {
   content: "\f023";
}

.BasketMsg { padding: 15px; text-align: center; font-size: 16px; margin-bottom: 20px; /*display: flex; justify-content: center;*/ }

.basketmsg-with_orders { padding: 50px; margin-bottom: 10px; border-bottom: 1px solid #cccccc;}

.homebutton:before {
   font-family: fontawesome;
   content: "\f015";
   padding-right: 5px;
   font-size: 20px;
}

.centre-text {
   text-align: center;
}

.img-phot {
   cursor: pointer;
}

.title-head-coll {
   text-align: center;
}

.title-head-coll span {
   color: #ff8418;
    font-size: 20px;
    font-weight: bold; 
    text-decoration: underline;
}

.action-syn tr {
  background: lightgray;
}

.action-syn {
  background: lightgray;
}

.red-bg {
  background: rgba(255,0,0,.2);
}

.reds {
  color: red;
}

.reserved-item__count {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  border: 2px solid #f78000;
  background: #ffffff;
  z-index: 99;
}

.reserved-item__count span {
  font-weight: bold;
}

#search_table thead tr th {
  text-align: right;
}
#search_table thead tr th:nth-child(2) {
  text-align: inherit;
}
#search_table thead tr th:nth-child(1) {
  text-align: inherit;
}

#table_cat thead tr th {
  text-align: right;
}
#table_cat thead tr th:nth-child(2) {
  text-align: inherit;
}
#table_cat thead tr th:nth-child(1) {
  text-align: inherit;
}

@media screen and (max-device-width:480px){
 #date-of-creation {
	left:-130% !important;
 }    
}