body {
  background-color: #d8f8fd;
}
.datalist-wrapper .container .data .loading-overlay {
  background-color: #d8f8fd;
}
.navbar {
  background-color: #f0deff;
  border-bottom: 1px solid #fff;
}
.moresim {
  background-color: #fff;
  font-weight: 700;
  color: #111;
  border-radius: 3px;
  padding: 2px;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 10px;
}

.sim a {
  background-color: #f0deff;
  color: #111;
  border-radius: 3px;
  padding: 1px;
  text-decoration: none;
  font-size: 13px;
}
.tot-left {
  margin-left: 6px;
}
.form-control {
  background-color: #d8f8fd;
}
.form-control:focus {
  background-color: #d8f8fd;
}
.compimg {
  margin-top: 10px;
  text-align: right;
}
.compimg img {
    max-width: 100px;
    height: auto;
    border-radius: 3px;
    border: 1px solid #dbdedf;
}
.sort {
  margin-top: 20px;
  margin-right: 20px;
}
.sortable .sorting{
  position: relative;
  cursor: pointer;
  padding-right: 1.7em;
}
.sortable .sorting:before {
    left: auto;
    right: 1em;
    content: "↑";
    /*content:'\1F825';*/
    position: absolute;
    bottom: 0em;
    display: block;
    opacity: .3;
}
.sortable .sorting.asc:before {
	opacity: 1;
}
.sortable .sorting:after {
    left: auto;
    right: 0.5em;
    content: "↓";
    /*content:'\1F827';*/
    position: absolute;
    bottom: 0em;
    display: block;
    opacity: .3;
}
.sortable .sorting.desc:after {
	opacity: 1;
}
.top {
  position: relative;
  text-align: right;
  color: #444;
  font-size: 12px;
}
.price {
  position: absolute;
  top: 5px;
  left: 17px;
  background-color: #ffcc00;
  border-radius: 3px;
  padding: 0 2px 0 2px;
}
.datesize {
  font-size: 13px;
  font-style: italic;
  color: #444;
  display: inline-block;
  margin-bottom: 6px;
}
.star {
  display:inline-block;
  vertical-align: text-bottom;
}
.bi-star-fill {
  color: #ffcc00;
  margin-right: 5px;
}
.click {
  /*background-color: #00fde5;*/
  border: 1px solid #0a9fc1;
}
@media all and (max-width: 750px) {
.click {
margin-top: 5px;
}
}
#refresh {
  color: #444;
  background-color: #00fde5;
  border: 1px solid #0a9fc1;
}
#refresh:hover {
  background-color: #dfa6ff;
}
.click:hover {
  background-color: #dfa6ff;
}
.bar {
  background-color: #faf0ff;
  border: 1px solid #fff;
}
.h1, h1 {
  font-size: 25px !important;
}
.h2, h2 {
  font-size: 20px !important;
  font-weight: bold;
}
.datalist-wrapper{
  position: relative;
  background-color: #d8f8fd;
}
.shadow  {
  padding-top:10px;
}
.img-fix {
  transition: 0.2s;
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 3px 3px 0px 0px;
}
.loading-overlay{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #d8f8fd;
}
.content {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #555;
}
.pic {
  border-radius: 3px;
  max-width: 100%;
  padding-right: 20px;
  text-align: left;
}
.xstext {
  margin-left: 0px;
  word-wrap: break-word;
}
.size {
  font-size: 1.5rem;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.descr {
  line-height: 1.2;
  font-size: 25px;
  font-weight: 500;
  text-align: left;
  margin-right: 0px;
  margin-bottom: 3px;
  word-wrap: break-word;
  display: inline;
  margin-right: 3px;
}
.more {
  color: #555;
  display: block;
  font-size: 12px;
  text-decoration: none;
  margin-top:10px;
}
.allpr {
  color: #555;
  //font-size: 12px;
  text-decoration: none;
}
.complink {
  color: #555;
  font-style: normal;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 6px;
}
.clear {
  cursor: pointer;
  margin-top: 4px;
  margin-right: 8px;
}
#header{
  padding: 6px ;
  text-align: center;
}
.header{ 
  border-radius: 3px;
}
.navbar-brand img {
  max-width: 150px;
}
.nav-link {
color: rgba(0,0,0,.55);
}
.visible-lg {
margin-top: 25px;
}
.keep {
  padding-left: 20px;
  padding-right: 20px;
}
@-webkit-keyframes zoomInDown {
  from {
  opacity: 0;
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
  opacity: 1;
  -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
@keyframes zoomInDown {
  from {
  opacity: 0;
  -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
  opacity: 1;
  -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.visible-lg {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
.visible-lg  {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active {
  text-decoration: underline;
}
.logoright {
  text-align: right;
}
.navi {
  margin-left: 0px;
}
.comp {
  max-width: 100px;
  margin-bottom: -20px;
  margin-right: -10px;
}
.pagination {
  font-family: Verdana, sans-serif;
  padding:2px;
  margin:1px;
  display: block;
  text-align: center;
}
.pagination a {
  margin: 2px;
  padding: 0.2em 0.4em 0.3em 0.4em;
  background-color: #e3f2fd;
  text-decoration: none;
  color: #444;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.pagination a:hover, .pagination a:active {
  padding: 0.2em 0.4em 0.3em 0.4em;
  margin: 2px;
  background-color: #e3f2fd;
  color: #444;
}
.scrolltop {
  width: 30px;
  height: 30px;
  padding: 0px;
  text-align: center;
  background: whiteSmoke;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background: url('images/arrow_up.png') no-repeat 0px 20px;
  border-radius: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABmUExURQAAAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5WfaagAAAAhdFJOUwCNiZgQzB2E+vF9up/A0OpNdAWUawZoXLTHMfTkPzUXRrNwbC0AAAB0SURBVCjP7dJJDoMwDAVQA4WEhKllaJn5978kLkIVUQML2PJXtp7tlYnuXM3D898H+gFktasa3xR2HWMgTSTwtGngA21GEe8ru4YZUemxiz9NWKelzNndl8l8M+3X2uFJ1+Qa3fBrBKBNVnGz6YR07h85nxmEZAcBhovpBwAAAABJRU5ErkJggg==) center center repeat-y;
    background-color: rgba(0, 0, 0, 0);
  border: ;
  background-color: #cea3f2;
}
.scrollToTop:hover{
  text-decoration:none;
}
.img-thumbnail {
transition: 0.4s;
max-height: 300px;
}
.img-thumbnail:hover {
filter: brightness(90%);
max-height: 300px;
}