button:focus {
  outline: none;
  box-shadow: none;
}
/*------------------------------------------------------------------ Products -------------------------------------------------------------------*/
.title-all {
  margin-bottom: 30px;
}
.title-all h1 {
  font-size: 32px;
  font-weight: 700;
  color: #282828;
}
.title-all p {
  color: #999999;
  font-size: 16px;
}
.products-box {
  padding: 70px 0px;
}
.special-menu {
  margin-bottom: 40px;
}
.filter-button-group {
  display: inline-block;
}
.filter-button-group button {
  background: #dd4950;
  color: #ffffff;
  border: none;
  cursor: pointer;
  padding: 5px 30px;
  font-size: 18px;
}
.filter-button-group button.active {
  background: #282828;
}
.filter-button-group button {
}
.products-single {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  /*border: 2px solid #000;*/
}
.products-single .box-img-hover {
  overflow: hidden;
  position: relative;
}
.box-img-hover img {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.type-lb {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 8;
}
.type-lb .sale {
  background: #282828;
  color: #ffffff;
  padding: 2px 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.type-lb .new {
  background: #dd4950;
  color: #ffffff;
  padding: 2px 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.why-text {
  background: #f5f5f5;
  padding: 15px;
}
.why-text h3 {
  font-size: 12px;
  padding-bottom: 3px;
  color: #282828;
}
.why-text h4 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
  color: #282828;
}
.why-text h5 {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: 4px;
  display: inline-block;
  background: #dd4950;
  color: #ffffff;
  font-weight: 600;
}

.why-text gratis {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: 4px;
  display: inline-block;
  background: #282828;
  color: #ffffff;
  font-weight: 600;
}

.why-text h6 {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  padding: 4px;
  display: inline-block;
  font-weight: 300;
  color: #282828;
}
.why-text a {
  font-size: 20px;
  padding: 3px;
}
.mask-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.mask-icon ul,
li,
ol {
  list-style: none;
  margin: 0px;
  padding: 2px;
  /*color: #282828;
  font-size: 20px;
  font-weight: 600;*/
}
.mask-icon ul {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.mask-icon ul li {
  background: #dd4950;
}
.mask-icon ul li a {
  color: #ffffff;
  padding: 5px 10px;
  display: block;
}

.mask-icon button.cart {
  background: #dd4950;
  position: absolute;
  bottom: 0;
  left: 0px;
  padding: 10px 20px;
  font-weight: 700;
  color: #ffffff;
}

.mask-icon a.cart {
  background: #dd4950;
  position: absolute;
  bottom: 0;
  left: 0px;
  padding: 10px 20px;
  font-weight: 700;
  color: #ffffff;
}
.mask-icon a.cart:hover {
  background: #282828;
  color: #ffffff;
}
.mask-icon ul li a:hover {
  background: #282828;
  color: #ffffff;
}
.products-single .mask-icon {
  background: rgba(1, 1, 1, 0.5);
  top: -100%;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.5s;
  -moz-transition: all 0.3s ease-out 0.5s;
  -o-transition: all 0.3s ease-out 0.5s;
  -ms-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
}
.products-single:hover .mask-icon {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation: bounceY 0.9s linear;
  -moz-animation: bounceY 0.9s linear;
  -ms-animation: bounceY 0.9s linear;
  animation: bounceY 0.9s linear;
}
@keyframes bounceY {
  0% {
    transform: translateY(-205px);
  }
  40% {
    transform: translateY(-100px);
  }
  65% {
    transform: translateY(-52px);
  }
  82% {
    transform: translateY(-25px);
  }
  92% {
    transform: translateY(-12px);
  }
  55%,
  75%,
  87%,
  97%,
  100% {
    transform: translateY(0px);
  }
}
@-moz-keyframes bounceY {
  0% {
    -moz-transform: translateY(-205px);
  }
  40% {
    -moz-transform: translateY(-100px);
  }
  65% {
    -moz-transform: translateY(-52px);
  }
  82% {
    -moz-transform: translateY(-25px);
  }
  92% {
    -moz-transform: translateY(-12px);
  }
  55%,
  75%,
  87%,
  97%,
  100% {
    -moz-transform: translateY(0px);
  }
}
@-webkit-keyframes bounceY {
  0% {
    -webkit-transform: translateY(-205px);
  }
  40% {
    -webkit-transform: translateY(-100px);
  }
  65% {
    -webkit-transform: translateY(-52px);
  }
  82% {
    -webkit-transform: translateY(-25px);
  }
  92% {
    -webkit-transform: translateY(-12px);
  }
  55%,
  75%,
  87%,
  97%,
  100% {
    -webkit-transform: translateY(0px);
  }
}

/*  -----------   DETALLE CAPACITACIONES  --------------------*/
.shop-detail-box-main {
  padding: 70px 0px;
  color: #282828;
  font-size: 15px;
  line-height: 1.80857;
}
.single-product-details h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: 120% !important;
  color: #282828;
  margin: 0;
}
.single-product-details h2 {
  color: #282828;
  font-weight: 700;
  font-size: 24px;
}
.single-product-details h5 {
  color: #dd4950;
  font-weight: 700;
  font-size: 18px;
}
.single-product-details h5 del {
  font-size: 13px;
  color: #666;
}
.single-product-details h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.single-product-details p {
  font-size: 16px;
  margin-bottom: 20px;
}
.available-stock span {
  font-size: 15px;
}
.available-stock span a {
  color: #dd4950;
}
.price-box-bar {
  margin-bottom: 30px;
}
.price-box-bar a {
  padding: 10px 20px;
  font-weight: 700;
  color: #ffffff;
  border: none;
}
.hvr-hover {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #dd4950;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 0;
  box-shadow: none;
}
.black {
  background: #282828;
}
.activeCapa {
  background: #dd4950;
  font-family: "Dancing Script", cursive;
}
a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-property: all;
  transition-duration: 0.3s;
}

.add-to-btn .add-comp {
  float: left;
}
.share-bar a {
  background: #dd4950;
  color: #ffffff;
  padding: 5px 10px;
  display: inline-block;
  width: 34px;
  text-align: center;
}

.share-bar h4 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
  color: #282828;
}
.book-a-table-btn {
  background: #282828;
}
