﻿.page-category-detail {
  margin-top: 30px; }

.block-recently-viewed-products {
  margin-top: 30px; }
  .block-recently-viewed-products .listbox li {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .block-recently-viewed-products .listbox li a.product-picture {
      margin-right: 10px; }

.block-category-navigation,
.block-recently-viewed-products {
  border: 1px solid #eee;
  padding: 0 17px 8px; }
  .block-category-navigation .title,
  .block-recently-viewed-products .title {
    font-size: 12pt;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #eee;
    padding: 15px 0 15px;
    margin-bottom: 8px; }
  .block-category-navigation .listbox li,
  .block-recently-viewed-products .listbox li {
    padding: 9px 0; }
  .block-category-navigation .listbox li a,
  .block-recently-viewed-products .listbox li a {
    font-size: 11pt; }
  .block-category-navigation .listbox li.active.last a,
  .block-recently-viewed-products .listbox li.active.last a {
    font-weight: bold; }

.product-grid::after {
  content: "";
  display: block;
  clear: both; }

.product-selectors {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px; }
  .product-selectors .product-sorting,
  .product-selectors .product-viewmode {
    width: 50%; }
    .product-selectors .product-sorting button,
    .product-selectors .product-viewmode button {
      font-size: 11pt;
      padding: 0 15px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-width: 135px;
      background: #f6f6f6;
      height: 35px;
      border: none;
      border-radius: 2px; }
      .product-selectors .product-sorting button span.fa,
      .product-selectors .product-viewmode button span.fa {
        font-size: 13pt; }

.product-viewmode .viewmode-icon {
  font-size: 15pt;
  margin-right: 10px;
  display: inline-block;
  color: #999; }
  .product-viewmode .viewmode-icon span.ri {
    font-size: 15pt;
    display: inline-block; }

.product-viewmode-wrapper,
.product-sorting-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .product-viewmode-wrapper > span,
  .product-sorting-wrapper > span {
    margin-right: 10px;
    font-size: 11pt; }

.item-grid::before {
  content: " ";
  clear: both;
  display: block; }

.item-grid .item-box {
  width: 33.3333%;
  display: block;
  float: left; }
  .item-grid .item-box .product-item {
    padding: 5px 10px;
    margin: 5px;
    box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.12);
    border-right: 5px; }
    .item-grid .item-box .product-item .details {
      padding-bottom: 10px;
      padding-top: 10px; }
      .item-grid .item-box .product-item .details .product-title {
        display: block;
        padding-bottom: 10px;
        font-size: 11.5pt;
        font-weight: bold;
        height: 36px;
        overflow: hidden;
        text-overflow: ellipsis; }
      .item-grid .item-box .product-item .details .description {
        height: 60px;
        overflow: hidden;
        text-align: justify;
        padding: 5px 0px; }
  .item-grid .item-box .picture {
    position: relative; }
    .item-grid .item-box .picture .product-picture-hover-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%; }
      .item-grid .item-box .picture .product-picture-hover-wrapper .product-picture-item-hover {
        height: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
        margin: auto;
        vertical-align: middle;
        animation-name: fadeIn;
        animation-duration: 0.9s;
        animation-delay: 0s, 0s;
        -webkit-animation-name: fadeIn;
        -webkit-animation-duration: 0.9s;
        -webkit-animation-delay: 0s, 0s;
        display: none;
        position: absolute;
        background: rgba(255, 255, 255, 0.85); }
        .item-grid .item-box .picture .product-picture-hover-wrapper .product-picture-item-hover img {
          display: block;
          height: auto;
          width: 100%; }
    .item-grid .item-box .picture .picture-wrapper {
      display: block;
      position: relative; }
      .item-grid .item-box .picture .picture-wrapper > img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: auto;
        -webkit-transform: translateZ(0) scale(1, 1); }
    .item-grid .item-box .picture .picture-wrapper:before {
      content: "";
      display: block;
      padding-top: 100%; }
  .item-grid .item-box .product-item-wapper:hover {
    text-decoration: none;
    color: black; }
    .item-grid .item-box .product-item-wapper:hover .product-picture-item-hover {
      display: inline-flex; }

.item-grid .product-item:hover {
  box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.18); }

.product-grid {
  position: relative; }

.product-overlay-loading {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  background: rgba(255, 255, 255, 0.7);
  align-items: center;
  justify-content: center;
  display: none; }

.product-overlay-loading.show {
  display: flex !important;
  animation-name: fadeIn;
  animation-duration: 0.9s;
  animation-delay: 0s, 0s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.9s;
  -webkit-animation-delay: 0s, 0s; }

.product-list {
  position: relative; }
  .product-list .item-grid .item-box {
    float: none;
    width: auto;
    margin-left: 0; }
    .product-list .item-grid .item-box .product-item {
      margin-bottom: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
      .product-list .item-grid .item-box .product-item .picture {
        float: left;
        width: 30%;
        margin: 0; }
      .product-list .item-grid .item-box .product-item .details {
        width: 70%;
        padding-left: 10px; }
        .product-list .item-grid .item-box .product-item .details .product-title {
          height: auto; }
        .product-list .item-grid .item-box .product-item .details .description {
          height: auto;
          text-align: justify;
          padding: 5px 0px; }
    .product-list .item-grid .item-box .product-item:after {
      content: "";
      display: block;
      clear: both; }

@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }

.lds-rolling {
  position: relative;
  width: 48px !important;
  height: 48px !important;
  -webkit-transform: translate(-24px, -24px) scale(0.24) translate(24px, 24px);
  transform: translate(-24px, -24px) scale(0.24) translate(24px, 24px); }
  .lds-rolling div,
  .lds-rolling div:after {
    position: absolute;
    width: 160px;
    height: 160px;
    border: 20px solid #f05125;
    border-top-color: transparent;
    border-radius: 50%; }
  .lds-rolling div {
    -webkit-animation: lds-rolling 1s linear infinite;
    animation: lds-rolling 1s linear infinite;
    top: 100px;
    left: 100px; }
  .lds-rolling div:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

.lds-css.ng-scope {
  display: inline-block;
  margin: 0 auto; }

.pager-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pager-wrapper .page-item a.page-link {
    color: black; }
  .pager-wrapper .page-item.disabled > a {
    color: #777; }
  .pager-wrapper .page-item.active a.page-link {
    font-weight: bold;
    border-color: transparent;
    color: white; }

.page-infor {
  margin-bottom: 10px; }

@media (max-width: 991.98px) {
  .category-page {
    margin-top: 20px; }
  .product-list .item-grid .item-box .product-item .picture {
    width: 40%; }
  .product-list .item-grid .item-box .product-item .details {
    width: 60%; }
  .item-box:nth-child(3n+1) {
    clear: both; } }

@media (max-width: 767.98px) {
  .product-grid .item-box {
    width: 50%; }
  .item-box:nth-child(3n+1) {
    clear: none; }
  .item-box:nth-child(2n+1) {
    clear: both; } }

@media (max-width: 575.98px) {
  .product-grid .item-box {
    width: 100%; }
  .product-list .item-grid .item-box {
    width: 100%; }
    .product-list .item-grid .item-box .product-item {
      display: block; }
      .product-list .item-grid .item-box .product-item .picture {
        width: 100%;
        float: none; }
      .product-list .item-grid .item-box .product-item .details {
        width: 100%;
        float: none; }
  .product-selectors {
    display: none; } }
