﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/* Sticky footer styles
-------------------------------------------------- */

body,
html {
  min-height: 100%;
}

.slick-slide {
  margin: 10px;
}

.card-width {
  width: 17rem;
}

.slick-slide img {
  width: 100%;
}

.slick-prev,
.slick-next {
  background: #000;
  border-radius: 15px;
  border-color: transparent;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  #slide {
    height: auto;
  }
}

@media only screen and (max-width: 860px) {
  .mw-fititem {
    min-width: auto !important;
  }
}

@media only screen and (max-width: 1200px) {
  #ads {
    display: none;
  }
}

.bg-black {
  background-color: #1e1e1e !important;
}

.br-2 {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

.font-size-15 {
  font-size: 1.5rem;
}

.font-size-15pt {
  font-size: 15pt;
}

.pt-15 {
  padding-top: 15rem !important;
}

.lineDecoration {
  width: 85%;
  height: 2px;
  bottom: -5px;
  display: inline-block;
  position: absolute;
  left: 50%;
  background-color: white;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.top-0 {
  top: 0;
}

.sideMenu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 65px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.hover-filter:hover {
  background-color: #2c2c2c;
}

.bg-filter {
  background-color: #2c2c2c;
}

#filterPriceMin::placeholder,
#filterPriceMax::placeholder {
  font-size: 0.75rem;
  text-align: center;
}

.rounded-125 {
  border-radius: 125rem;
  -webkit-border-radius: 125rem;
  -moz-border-radius: 125rem;
  -ms-border-radius: 125rem;
  -o-border-radius: 125rem;
}

.z-2 {
  z-index: 2;
}

.sideMenu a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sideMenu a:hover {
  color: #f1f1f1;
  background-color: #4d5257;
}

.sideMenu .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.h-70 {
  height: 70% !important;
}

.active-menu {
  width: 250px;
}

/* .active-menu-content {
  margin-left: 250px;
} */


/* #content {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
} */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.top-50 {
  top: 50%;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.mw-70 {
  max-width: 70%;
}

.mh-50 {
  max-height: 50%;
}

.h-530 {
  height: 530px;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 45px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background-color: white;
  white-space: nowrap;
  line-height: 35px;
  /* Vertically center the text there */
}

.cursor-pointer {
  cursor: pointer;
}

.btn:focus {
  border: none;
  box-shadow: none;
}

.mw-28 {
  max-width: 28% !important;

}

.hover-none:hover {
  text-decoration: none;
}

.flex-30 {
  flex: 0 0 30%;
}

.mb-2-5 {
  margin-bottom: 0.9rem !important;
}

.carousel-inner>.carousel-item>img {
  height: 450px;
}

.slider {
  display: none;
}

.carousel-indicators .active {
  background-color: black;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(76, 78, 78, 0.562);
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: rgba(31, 31, 31, 0.534);
}

.mw-fititem {
  min-width: 850px;
}

.z-1 {
  z-index: 1;
}

.bg-red {
  background-color: #e93434;
}

.tag {
  font-family: RobotoBold;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  background: #e93434;
  display: inline-block;
  padding: 15.5px 16px;
  margin-bottom: 0;
  position: relative;
}

.tag::before {
  border-bottom: 27px solid transparent;
  border-right: 10px solid #efefef;
  border-top: 0 solid transparent;
  border-left: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.tag::after {
  border-bottom: 0 solid transparent;
  border-right: 10px solid #efefef;
  border-top: 27px solid transparent;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
}