.catalog-view .product {
  margin-bottom: 30px;
  position: relative; }

.catalog-view {
  margin-top: 40px; }

.homepage .catalog-view {
  margin-top: 0px; }

.catalog-view .product .product-price .hotdeal span {
  color: #ef5350;
  font-weight: 400; }

.catalog-view .product.box:nth-child(even) {
  background-color: transparent; }

.catalog-view .product .product-thumb {
  border-bottom: 4px solid #e0e0e0;
  position: relative;
  overflow: hidden; }

.catalog-view.more-products .product .product-thumb {
  border: none;
  border-radius: 0; }

.catalog-view .product:hover .product-thumb .overlay {
  background-color: rgba(0, 0, 0, 0); }

.catalog-view .product:hover .product-thumb .product-quick-view {
  right: 0; }

.catalog-view .product:hover .product-thumb:before {
  left: -100px; }

.catalog-view .product .product-thumb .product-quick-view {
  top: 50%;
  right: -250%; }

.catalog-view .product .product-price .catalog-price {
  font-size: 1.5rem; }

.catalog-thumb4 .product .product-titles .catalog-price {
  font-size: 1.125rem;
  font-weight: 400; }

.catalog-view .product .product-price .strike-price {
  font-size: 0.875rem;
  font-weight: 300 !important; }

.catalog-view .product .product-price .case-details {
  background: url("images/sprite.png") no-repeat;
  background-position: 0 -127px;
  padding: 0 0 0 25px; }
  .catalog-view .product .product-price .case-details span {
    font-size: 0.875rem; }

.catalog-view .product .product-price .price .case-details span {
  font-size: 0.75rem; }

.catalog-view .product .product-label *,
.catalog-view .product .login-for-price * {
  font-family: "Open Sans";
  text-transform: uppercase; }

.catalog-view .product .product-label span b {
  font-weight: 400;
  text-transform: none; }

.catalog-thumb .product .login-for-price {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

.catalog-view .product .product-label span {
  color: #ccc;
  font-size: 0.75rem; }

.catalog-view .product .login-for-price span {
  color: #ccc;
  font-size: 0.75rem; }

.catalog-view .product .login-for-price a {
  color: #fff;
  display: inline-block;
  font-size: 0.75rem; }

.catalog-view .product .product-titles h3 {
  font-size: 1rem;
  height: 19px;
  margin-bottom: 0;
  overflow: hidden; }

.catalog-view.more-products .product .product-titles h3 {
  margin-top: 10px; }

.catalog-view .product .product-titles h3 a {
  color: #3c4349; }

.catalog-view .product .product-titles span,
.catalog-view .product .product-titles > a {
  font-size: 0.75rem; }

.catalog-view .product .actions form {
  display: inline-block; }

.catalog-view .product .product-description p {
  font-size: 0.875rem; }

.catalog-filters .tags a {
  color: #3d434a;
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 5px; }

.catalog .collection .lead.description::before, .catalog .collection .lead.description::after {
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.25); }

.catalog .collection .lead.description::before {
  content: "\f10d"; }

.catalog .collection .lead.description::after {
  content: "\f10e"; }

.catalog-collections .row {
  margin-bottom: 40px;
}
.catalog-collections .row .single_collection {
  padding: 10px 20px;
}

.catalog > * {
  margin-bottom: 40px; }
  .catalog > *:last-child {
    margin-bottom: 0; }

.catalog h1.header {
  border-bottom: 1px solid #cdcdcd;
  margin: 0 0 25px;
  padding: 0 0 25px; }
  .catalog h1.header:after {
    display: none; }

.catalog .category-information .category-image {
  position: relative;
  overflow: hidden; }
  .catalog .category-information .category-image span {
    color: #fff;
    bottom: -2px;
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: -8px;
    left: -4px;
    line-height: 4rem;
    position: absolute;
    z-index: 10; }

.catalog .category-information img {
  object-fit: cover;
  width: 100%;
  max-height: 30vh;
  transition: all 0.3s ease-in-out; }

.catalog .category-information .category-image:hover img {
  transform: scale(1.05); }

.catalog .subctegories {
  margin-bottom: 25px; }
  .catalog .subctegories > div {
    margin-bottom: 15px; }
  .catalog .subctegories .subcategory {
    border-top: 4px solid #3d434a;
    border-bottom: 3px solid #f1f1f1;
    display: table;
    width: 100%; }
    .catalog .subctegories .subcategory div:first-of-type {
      background-color: #fff;
      display: table-cell;
      height: 45px;
      text-align: center;
      vertical-align: middle; }
      .catalog .subctegories .subcategory div:first-of-type a {
        color: #3d434a;
        font-size: 0.875rem; }
    .catalog .subctegories .subcategory div:nth-of-type(2) a {
      background-size: cover;
      background-position: center;
      display: block;
      height: 120px;
      width: 100%; }

.catalog form.sort-by-catalog-view {
  margin-bottom: 20px; }

.catalog form label {
  font-size: 0.875rem;
  margin-bottom: 5px; }

.catalog .catalog-search form input {
  margin-bottom: 10px; }

.catalog .catalog-search form select {
  height: 34px;
  width: 100%; }

.product-badges-hover {
  text-align: left;
  transition: visibility 0s, opacity .7s linear;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 10px;
  visibility: visible;
  opacity: 1; }
  .card:hover .product-badges-hover {
    opacity: 0;
    visibility: hidden;
  }

.product-badges-hover p {
  padding: 5px;
  margin-top: .5rem;
  border-radius: .25rem;
  width: fit-content;
}
.product-badges-hover img {
  margin-top: .5rem;
  width: 40px !important;
  height: 40px !important;
  object-fit: contain; }

.card:hover .product-action-buttons-hover {
  opacity: 1;
  transition: all 0.7s ease;
}
.product-action-buttons-hover button {
  background: none;
  border: none;
  padding: 0; }
  .product-action-buttons-hover i {
    display: block;
    padding: .5rem;
    border-radius: 50%;
    color: #FFFFFF;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: .5rem; }

.catalog-carousel .product-action-buttons > * {
  margin-right: .25rem;
}
.thumb-2-buttons > *,
.thumb-1-buttons > * {
  margin-right: .25rem;
  margin-bottom: .25rem;
}

.sort-by-catalog-view-container .select2 {
  width: 20% !important;
  display: inline-block;
  margin-bottom: .25rem;
  margin-left: .25rem;
}

.catalog-thumb-image {
  text-align: center;
}

.card:not(.catalog-thumb1):not(.catalog-thumb2):not(.catalog-carousel-detailed) .counter-add {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.card.product-card .hasCountdown {
  padding: 5px 0; }
  .card.product-card .hasCountdown .countdown_row > span {
    border-right: 1px solid #fff; }
    .card.product-card .hasCountdown .countdown_row > span:last-child {
    border-right: none; }
.product-action-buttons.card-footer button {
  background: none;
  border: none;
  padding: 0; }
  .product-action-buttons.card-footer i {
    margin: 0 5px; }
    .product-action-buttons.card-footer > * {
      margin-right: .25rem; }

/*.card.product-card .card-title {
  font-size: 1.125rem;
  text-transform: none !important;
  font-weight: 700; }
  .card.product-card .card-subtitle {
    font-size: .875rem;
  }
.card.product-card .catalog-price {
  font-size: 1.125rem;
  font-weight: 700; }*/


.module .module-body .catalog-view-row {
  justify-content: center;
}

/* Catalog Style 3 */
@media (min-width: 992px) {
  .catalog-mode.catalog-view-style-Style3 #position-left-1 {
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 20px);
    overflow: auto;
    padding-right: 5px;
    scrollbar-width: thin;
    scrollbar-color: #ccc #fff;
  }
  .catalog-mode.catalog-view-style-Style3 #position-left-1::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
  }
  .catalog-mode.catalog-view-style-Style3 #position-left-1::-webkit-scrollbar {
    width: 5px;
  }
  .catalog-mode.catalog-view-style-Style3 #position-left-1::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }
  .catalog-mode.catalog-view-style-Style3 #position-left-1::-webkit-scrollbar-thumb:hover {
    background: #ccc;
  }
}