#product-list .product-slider a:hover {
  text-decoration: none !important;
}
#product-list .product-slider img {
  width: 100%;
  height: auto;
}
#product-list .product-slider .img {
  max-height: 300px !important;
  display: grid;
  place-items: center;
}
#product-list .product-slider .row {
  align-items: stretch;
}
#product-list .product-slider .row .col-md-6 a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
}
#product-list .product-slider .row .col-md-6 a:hover {
  text-decoration: none;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
}
#product-list .product-slider .row .col-md-6 a .heartbutton {
  background: transparent;
  min-width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 0;
  border: 1px solid #333;
}
#product-list .product-slider .row .col-md-6 a .heartbutton:hover {
  background: #dc3545;
  border-color: #dc3545;
}
#product-list .product-slider .row .col-md-6 a .heartbutton:hover i {
  color: #fff !important;
}
#product-list .product-slider .showall {
  background: transparent;
  color: #333 !important;
  border-radius: 0 !important;
  border: 1px solid #e9ecef !important;
}
#product-list .product-slider .showall:hover {
  background: #e9ecef;
}

#accordion .btn-group-vertical {
  background: #eee;
  display: flex;
  gap: 1px;
}
#accordion .btn-group-vertical > .btn {
  background: #eee;
  color: #333;
  border: 0;
  margin-bottom: 1px;
}
#accordion .btn-group-vertical > .btn:first-child:not(:last-child), #accordion .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 0 !important;
}

.nav-tabs .nav-link {
  background: #eee;
  color: #999;
  border-radius: 0;
}

.tab-content {
  border: 1px solid #ddd;
  border-top: 0;
}

.product {
  max-width: 1170px;
  margin: auto;
}

/* Product Slider */
.product-slider {
  min-height: 300px;
  height: 100%;
}

/* Product Content */
.product-content {
  background-color: #ffffff;
}

.product-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 36px;
  word-break: break-all;
}

.product-category {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-price {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin: 10px 0;
}

.product-description {
  margin: 10px 0;
}

/* Product Color Selector */
.product-color-selector {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.product-color-label {
  float: left;
  margin-top: 4px;
}

.product-colors {
  float: left;
  padding: 0 0 18px 12px;
  margin-bottom: 0;
}

.product-color {
  height: 30px;
  width: 30px;
  background: #cccccc;
  border-radius: 30px;
  display: inline-block;
  margin-right: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-color:hover {
  cursor: pointer;
}

.product-color-black {
  background: #00171F;
}

.product-color-navy {
  background: #1D2D44;
}

.product-color-grey {
  background: #E6E6E9;
}

.product-color_active {
  -webkit-box-shadow: 0px 5px 15px -4px rgb(0, 23, 31);
  -moz-box-shadow: 0px 5px 15px -4px rgb(0, 23, 31);
  box-shadow: 0px 5px 15px -4px rgb(0, 23, 31);
}

/* Product Button */
.product-button {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #FF2414;
  border: none;
  border-radius: 0;
  padding: 0.75rem 1.75rem;
  -webkit-box-shadow: 0px 5px 15px -4px rgb(255, 36, 20);
  -moz-box-shadow: 0px 5px 15px -4px rgb(255, 36, 20);
  box-shadow: 0px 5px 15px -4px rgb(255, 36, 20);
}
.product-button:hover {
  cursor: pointer;
  background: #E52012;
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

/* Slick Slider */
.slick-dots {
  position: absolute;
  bottom: 15px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-list, .slick-track {
  height: 100%;
}

/*# sourceMappingURL=main.css.map */
