Shell File Manager

Current Path : /home/camscanae/public_html/support/
Upload File :
Current File : /home/camscanae/public_html/support/interactiv_style.css

.game-catalog {
  margin-bottom: 1em;
  *zoom: 1;
  max-width: 1170px;
  margin: 1em auto;
}
.game-catalog:after {
  content: "";
  display: table;
  clear: both;

}
.game-catalog__sidebar {
 
  background: rgba(236,240,241,0.9);
  width: 100%;
  border-bottom: 3px solid #015d62;
  
}
@media only screen and (min-width: 1170px) {
  .game-catalog__sidebar {
    position: relative;
    display: block;
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
    border-bottom: none;
    overflow: hidden;
  }
}
.container3 {
  max-width: 600px;
  margin: 4em auto 0;
}
.catalog-filters.is-fixed {
  position: fixed;
  top: 1em;
}
.catalog-filters__panel {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.catalog-filters__panel .catalog-filters__link {
  background-color: #434343;
  color: #fff;
}
.catalog-filters__panel .catalog-filters__link:hover {
  background-color: #3c3c3c;
}
.catalog-filters__panel .catalog-filters__panel .catalog-filters__link {
  background-color: #393939;
  font-size: 1em;
  line-height: 1.5em;
}
.catalog-filters__panel .catalog-filters__panel .catalog-filters__link:hover {
  background-color: #353535;
}
.catalog-filters__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.catalog-filters__item {
  display: block;
  cursor: pointer;
  width: 100%;
  position: relative;
}
.catalog-filters__item.current > .catalog-filters__link {
  background-color: #015d62 !important;
  font-weight: 500;
  color: #fff;
}
.catalog-filters__item.current > .catalog-filters__link:hover {
  background-color: #015d62;
}
.catalog-filters__link {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: left;
  font-weight: 400;
  padding: 0.5em;
  display: block;
  text-decoration: none;
  color: #474747;
  transition: all 0.5s ease-in-out;
}
.catalog-filters__link:hover {
  background-color: #474747;
  color: #fff;
}
.catalog-filters__dropdown .catalog-filters__link.openned {
  background-color: #595959;
  color: #fff;
}
.catalog-filters__dropdown .catalog-filters__link.openned:before {
  transform: rotate(-225deg);
}
.catalog-filters__dropdown > .catalog-filters__link:before {
  content: "+";
  font-size: 100%;
  line-height: 1em;
  right: 1em;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  z-index: 5;
}
.game-catalog__content {
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1170px) {
  .game-catalog__content {
    width: 83.05085%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
.products {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
}
.products:after {
  content: " ";
  display: block;
  clear: both;
}
.products__wrapper {
  overflow: hidden;
}
.products__item.mix {
  display: none;
}
.products__description {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  line-height: 1.3em;
  font-size: 16px;
  color: #7b7c7e;
}
.product-image {
  position: relative;
  overflow: hidden;
}
.product-image__link {
  display: block;
}
.product-image__img {
  display: block;
  width: 100%;
  background-color: #ecf0f1;
  transition: transform 0.9s, background 0.9s;
  background: #dde4e6;
}
@media only screen and (min-width: 1170px) {
  .product-image__img {
    background: transparent;
  }
}
.product-image__img.is-hover_left {
  transform: perspective(600px) rotateY(-5deg) scale(1.2) !important;
}
.product-image__img.is-hover_right {
  transform: perspective(600px) rotateY(5deg) scale(1.2) !important;
  background-color: #e3e9eb;
}
.product-image__logo {
  position: absolute;
  top: 10%;
  left: 15%;
  width: 20%;
  transition: transform 0.9s;
}
.products__item {
  width: 100%;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 480px) {
  .products__item {
    width: 48.65254%;
    float: left;
    margin-left: 1%;
  }
}
@media only screen and (min-width: 768px) {
  .products__item {
    width: 32.20339%;
    float: left;
    margin-left: 0.5em;
  }
}
.products__item:hover .product-image__img {
  transform: scale(1.2);
  background-color: #dde4e6;
}
.products__item:hover .products__actions {
  opacity: 1;
}
.products__item:hover .product-image__logo {
  transform: scale(1.2);
}
.products__actions {
  position: absolute;
  z-index: 55;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 1;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1170px) {
  .products__actions {
    opacity: 0;
  }
}
.products__actions .btn_theme_quickview {
  color: #fff;
  background-color: transparent;
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding: 78% 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 1170px) {
  .products__actions .btn_theme_quickview {
    padding: 48% 0;
  }
}
.products__actions .btn_theme_quickview:hover {
  background-color: rgba(46,45,44,0.1);
}
.products__actions .btn_theme_quickview:hover span {
  background-color: #015d62;
}
.products__actions .btn_theme_quickview span {
  color: #fff;
  background: rgba(46,45,44,0.4);
  padding: 10px;
  transition: all 0.1s linear;
  position: relative;
  z-index: 55;
}
@media only screen and (min-width: 1170px) {
  .products__actions .btn_theme_quickview span {
    padding: 1em 1.3em;
    background: #2e2d2c;
  }
}
.products__inner {
  font-size: 14px;
  line-height: 1.4em;
  padding: 1em 20px;
}
.products__inner a {
  color: #262626;
  text-decoration: none;
  margin-top: 5px;
  display: block;
}
.products__price {
  line-height: 1.4em;
  font-weight: bold;
}
.show-all {
  position: relative;
  padding: 1em;
  margin: 4em auto 0;
  transition: all 0.3s;
  opacity: 1;
  background: #2e2d2c;
  color: #fff;
  cursor: pointer;
  text-align: center;
  max-width: 200px;
  display: none;
}
.show-all:hover {
  background: #015d62;
}
.catalog-filters__placeholder-wrapper {
  margin-bottom: 1em;
  *zoom: 1;
}
.catalog-filters__placeholder-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 1170px) {
  .catalog-filters__placeholder-wrapper {
    display: none;
  }
}
.catalog-filters__btn-filters {
  background: #404040;
  height: 40px;
  line-height: 45px;
  width: 40px;
  text-align: center;
  display: inline-block;
  border-right: 1px solid #2a2a2a;
  float: left;
}
.icon-games-filter {
  width: 20px;
}
.icon-games-filter .controller {
  fill: #fff;
}
.catalog-filters__placeholder {
  background: #404040;
  height: 40px;
  line-height: 40px;
  float: left;
  width: calc(100% - 40px);
  padding-left: 1em;
  color: #fff;
  cursor: pointer;
}
.catalog-filters__btn-more {
  background: #404040;
  height: 40px;
  line-height: 45px;
  width: 40px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border-left: 1px solid #2a2a2a;
  float: right;
}

Shell File Manager Version 1.1, Coded By Shell
Email: [email protected]