#template-product #main-information {
  display: flex;
  min-height: 38.75rem;
}

#template-product #main-information > #gallery {
  width: 40%;
  padding: 20px;
}

#template-product #main-information #gallery .slider{
  overflow: hidden;
  height: 40%;
}

#template-product #main-information .slide-gallery {
  background: #fff; /* #f7f7f7; */
}

#template-product #main-information .dot-gallery {
  background: #fff; /* #e2e1e7; */
}

#template-product #main-information > #information {
  width: 60%;
  padding: 20px;
}

#template-product #main-information > #information h2 {
  color: #db052c;
  font-size: 2.5rem;
  line-height: 1;
  word-break: break-all;
}

#template-product #main-information > #information #new {
  padding: 5px;
  color: #fff;
  background: #27a645;
  font-size: 0.7rem;
}

#template-product #main-information > #information #features {
  display: flex;
  justify-content: space-between;
}

#template-product #main-information > #information #gray-separator {
  background: #e2e1e6;
  height: 2px;
  width: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#template-product #main-information #features #info {
  padding-right: 20px;
}

#template-product #main-information #features #link {
  width: 220px;
}

#template-product #main-information #features #link a {
  color: #9d949d;
  text-decoration: underline;
}

#template-product #main-information #features #link a:hover {
  color: #db052c;
  text-decoration: underline;
}

#template-product #main-information #features-list > div {
  padding-bottom: 10px;
  color: #595c63;
  display: flex;
  align-items: center;
}

#main-information #features-list > div i {
  font-size: 1.8rem;
  padding-right: 10px;
}

#template-product #main-information #video a {
  color: #db052c;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

#template-product #main-information #video i {
  font-size: 1.8rem;
  padding-right: 10px;
}

#template-product #main-information #recommended {
  margin-top: 30px;
  margin-bottom: 20px;
}

#template-product #main-information #recommended-images {
  display: flex;
  padding-bottom: 20px;
}

#template-product #main-information #recommended-images .image-container {
  display: flex;
  flex-direction: column;
  max-width: 120px;
  padding-right: 20px;
}

#template-product #main-information #recommended-images .image-container img {
  height: 70px;
  width: auto;
}

#template-product #main-information #recommended-images .place-text {
  text-align: center;
  font-size: 0.8rem;
  margin-top: 5px;
  word-wrap: break-word;
}

#template-product #main-information #double-cta {
  display: flex;
  gap: 15px;
}

#template-product #main-information #double-cta #area {
  padding: 10px 15px;
  background: #db052c;
  border-radius: 10px;
  color: white;
}

#template-product #main-information #double-cta #area:hover {
  background: #5a5b63;
}

#template-product #main-information #double-cta #search {
  padding: 10px 15px;
  background: #e2e1e6;
  border-radius: 10px;
  color: #5a5b63;
}

#template-product #main-information #double-cta #search:hover {
  background: #5a5b63;
  color: #fff;
}

#template-product #main-information #social {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

#template-product #main-information #social a.share {
  border: 1px solid #eee;
  border-radius: 25px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

#template-product #main-information #social a.share:hover {
  border-color: #db052c;
}

#template-product #main-information #social i {
  color: #5a5b63;
  font-size: 1rem;
}

#template-product #main-information #social a.share:hover i {
  color: #db052c;
}

/** Ini: Icono WhatsApp en producto **/
@media screen and (max-width: 1279px) {
  #template-product #social .whatsapp-web {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  #template-product #social .whatsapp-movil {
    display: none !important;
  }
}

/** Fin: Icono WhatsApp en producto **/

/** Ini: Tabs **/
@media screen and (min-width: 800px) {
  #template-product .fusion-tabs.horizontal-tabs.clean .nav {
    text-align: left;
    border-bottom: 2px solid #eeeeee;
  }

  #template-product .nav-tabs {
    margin-bottom: -2px;
    width: 100%;
  }

  #template-product .fusion-tabs.horizontal-tabs.clean .tab-content {
    margin-top: 20px;
  }
}

#template-product.fusion-tabs.clean .tab-content {
  border-top: 2px solid #eeeeee;
  margin-top: -1px !important;
  padding-top: 20px !important;
}

#template-product .nav-tabs .active {
  border-bottom: 2px solid #595c63;
}

#template-product .nav-tabs .active .fusion-tab-heading {
  color: #595c63;
}

#template-product .nav-tabs a {
  padding: 14px 16px;
}

#template-product .nav-tabs .fusion-tab-heading {
  font-size: 0.9rem !important;
  color: #93969d;
  text-transform: uppercase;
}

#template-product .nav-tabs .fusion-tab-heading:hover {
  color: #595c63;
}

#template-product .fusion-tabs.fusion-tabs-1 .nav-tabs li a.tab-link {
  background: #fff !important;
}

#template-product .tab-link {
  border: 0px;
}

#template-product .no-more-tables {
  word-break: break-all;
  margin-bottom: 20px;
}
/** Fin: Tabs **/

.no-more-tables p {
  word-break: initial;
}

#template-product #cta {
  margin-bottom: 40px !important;
}

#template-product #cta-button {
  font-weight: bold;
  border: 1px solid black;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
}

#template-product #cta-button:hover {
  border: 1px solid #db052c;
}

#template-product #banner-related-products {
  background: #e2e1e7;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #5a5b63;
  padding-top: 15px;
  padding-bottom: 15px;
}

#template-product #banner-related-products #pills {
  display: flex;
  flex-direction: row;
}

#template-product #banner-related-products #pills > div {
  padding: 10px 20px;
  background: #94959d;
  border-radius: 10px;
  margin: 10px;
  font-weight: normal;
}

#template-product #banner-related-products #pills > div:hover {
  background: #5a5b63;
}

#template-product #banner-related-products #pills > div a {
  color: #fff;
}

#template-product #banner-related-products #pills > div a:hover {
  color: #fff;
}

#template-product #related-products {
  padding: 20px 0px;
}

#template-product #related-products .owl-nav {
  text-align: center;
}

#template-product #related-products .owl-prev {
  margin-right: 10px;
}

#template-product #related-products .owl-prev span {
  font-size: 30px;
}

#template-product #related-products .owl-next {
  margin-left: 10px;
}

#template-product #related-products .owl-next span {
  font-size: 30px;
}

#template-product #related-products .owl-stage {
  display: flex;
}

#template-product #related-products .owl-nav {
  text-align: center;
  margin-top: 10px;
}

#template-product #related-products .owl-item {
  background-color: #e2e1e7;
}

#template-product #related-products .owl-prev {
  margin-right: 15px;
  background: #5a5b63;
  border-radius: 10px;
  width: 20px;
  height: 20px;
}

#template-product #related-products .owl-next {
  margin-left: 15px;
  background: #5a5b63;
  border-radius: 10px;
  width: 20px;
  height: 20px;
}
#template-product #related-products .owl-prev span,
#template-product #related-products .owl-next span {
  padding: 0px 6px;
  color: white;
  font-size: 17px;
  line-height: 1;
}

#last-info {
  padding-top: 120px;
  display: grid;
  grid-template-columns: 24.1% 24% 1fr;
  gap: 15px;
}

#last-info #replacing-products {
  display: flex;
  flex-direction: column;
}

#last-info #replacing-products h3 {
  margin-top: 0px;
}

#last-info #replacing-products .owl-nav {
  text-align: center;
  margin-top: 10px;
}

#last-info #replacing-products .owl-prev {
  margin-right: 15px;
  background: #5a5b63;
  border-radius: 10px;
  width: 20px;
  height: 20px;
}

#last-info #replacing-products .owl-next {
  margin-left: 15px;
  background: #5a5b63;
  border-radius: 10px;
  width: 20px;
  height: 20px;
}
#last-info #replacing-products .owl-prev span,
#last-info #replacing-products .owl-next span {
  padding: 0px 6px;
  color: white;
  font-size: 17px;
  line-height: 1;
}

#last-info #replacing-products.no-replacing-products {
  display: flex;
  flex-direction: column;
  background: #94969d;
  margin-top: 200px;
}

#last-info #replacing-products.no-replacing-products #image-detail-cta {
  max-width: 80%;
  margin: -200px auto 20px auto;
}

#last-info #replacing-products.no-replacing-products #txt-we-help-you {
  color: white;
  letter-spacing: 1px;
  padding: 10px 20px;
}

#last-info #replacing-products.no-replacing-products #txt-design-now {
  color: white;
  font-size: 2rem;
  font-weight: 900;
  padding: 10px 20px;
  line-height: 1;
}

#last-info #replacing-products.no-replacing-products #cta-container {
  padding: 20px 20px 30px 20px;
}

#last-info #replacing-products.no-replacing-products #btn-cta {
  padding: 10px 20px;
  background: #5a5b63;
  border-radius: 10px;
  color: white;
  display: flex;
  text-align: center;
  justify-content: center;
}

#last-info #replacing-products.no-replacing-products #btn-cta:hover {
  background: #db052c;
  color: white;
}

#last-info #most-selled {
  display: flex;
  flex-direction: column;
}

#last-info #most-selled h3 {
  margin-top: 0px;
}

#last-info #most-selled #no-most-selled-found {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

#last-info h3 {
  color: #5a5b63;
}

#last-info #person {
  display: flex;
  margin-top: -90px;
  padding: 20px 20px 0px 20px;
}

#last-info #person #text {
  width: 60%;
  padding-right: 20px;
}

#last-info #person #text p {
  text-align: right;
}

#last-info #person #image {
  display: flex;
  flex-direction: column-reverse;
}

#last-info #no-person {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  align-items: center;
  flex-direction: column;
}

#last-info #no-recommended-products-found {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  align-items: center;
  height: auto;
  flex-direction: column;
}

#last-info #personal-recommendation {
  background: #e1e1e6;
}

#last-info #personal-recommendation h3 {
  margin: 10px;
}

#last-info #personal-recommendation #products {
  padding-top: 5px 0px;
}

#last-info #products #products-recommendations {
  display: grid;
  grid-gap: 15px;
  padding: 0px 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Ini: Responsive */
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  #template-product #main-information #double-cta {
    display: flex;
    flex-direction: column;
  }

  #template-product #main-information #double-cta > div:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1200px) {
  #template-product #tab-container {
    padding: 0px 20px;
  }

  #template-product #cta {
    padding: 0px 20px;
  }

  #template-product #related-products {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 1024px) {
  #template-product #main-information {
    flex-direction: column;
  }

  #template-product #main-information > div {
    width: 100% !important;
    flex-direction: row;
  }

  #template-product #main-information > #information #features {
    flex-direction: column;
  }

  #template-product #main-information > #information #features #link {
    margin-top: 15px;
  }

  #last-info {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /*grid-template-rows: repeat(1fr) !important;*/
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  #replacing-products,
  #no-replacing-products {
    grid-area: 1 / 1 / 2 / 2;
  }

  #most-selled {
    grid-area: 1 / 2 / 2 / 3;
  }

  #personal-recommendation {
    grid-area: 2 / 1 / 3 / 3;
    padding-top: 15px !important;
    margin-top: 60px !important;
  }

  #last-info #personal-recommendation h3 {
    margin: 30px 10px 10px 10px !important;
  }
}

@media only screen and (max-width: 600px) {
  #template-product .tab-pane {
    padding: 0px 20px;
  }

  #template-product .fusion-tabs.clean .tab-content {
    padding-top: 0px !important;
  }

  #template-product .nav-tabs {
    border-bottom: 1px solid #e2e2e2;
  }

  .fusion-tabs.clean .nav-tabs li {
    margin-bottom: 0px !important;
  }

  #template-product #banner-related-products #pills {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  #last-info {
    display: grid !important;
    grid-template-columns: 100% !important;
    grid-template-rows: 1fr !important;
  }

  #replacing-products,
  #no-replacing-products {
    grid-area: unset;
  }

  #most-selled {
    grid-area: unset;
    margin-top: 40px;
  }

  #personal-recommendation {
    grid-area: unset;
    padding-top: 15px !important;
    margin-top: 60px !important;
  }

  #last-info #person {
    flex-direction: column;
  }

  #last-info #person #text {
    width: 100%;
  }

  #last-info #products #products-recommendations {
    grid-template-columns: 1fr;
  }

  #last-info #person #image {
    text-align: center;
    display: initial;
  }
}

@media screen and (max-width: 500px) {
  #slider-gallery {
    width: 320px !important;
  }

  #slider-gallery .slide-gallery {
    width: 320px !important;
  }

  #slider-gallery .slide-gallery > img {
    width: 320px !important;
    height: auto;
  }
}

@media screen and (max-width: 380px) {
  #slider-gallery {
    width: 280px !important;
  }

  #slider-gallery .slide-gallery {
    width: 280px !important;
  }

  #slider-gallery .slide-gallery > img {
    width: 280px !important;
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  #template-product #main-information #double-cta {
    display: flex;
    flex-direction: column;
  }

  #template-product #main-information #double-cta > div:first-child {
    margin-bottom: 20px;
  }

  #template-product #main-information #double-cta a {
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .max-width-1200 {
    max-width: 1200px;
    margin: 0 auto;
  }
}
/* Fin: Responsive */

/* Ini: No More Datatables */
.no-more-tables table {
  width: 100%;
}

.no-more-tables thead {
  background: #e2e1e7;
  color: #a8a9ae;
}

.no-more-tables thead th {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: inherit;
  padding-top: 4px;
  padding-bottom: 4px;
}

.no-more-tables tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.no-more-tables .link-with-icon svg {
  width: 20px;
  height: 20px;
}

.no-more-tables td p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.no-more-tables tbody tr {
  border-bottom: 1px solid #e9e8ec;
}

.no-more-tables thead th:nth-child(1) {
  color: #84858a;
  width: 150px;
}

.no-more-tables thead th:nth-child(3) {
  width: 80px;
}

.no-more-tables thead th:nth-child(4) {
  width: 160px;
}

.no-more-tables thead th:nth-child(2) {
  text-align: left;
}

.no-more-tables tbody td:nth-child(1),
.no-more-tables tbody td:nth-child(3),
.no-more-tables tbody td:nth-child(4) {
  text-align: center;
}

.no-more-tables i {
  font-size: 1.2rem;
}

@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  .no-more-tables table,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .no-more-tables tr {
    border: 1px solid #ccc;
  }

  .no-more-tables td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #e9e8ec;
    position: relative;
    padding-left: 35%;
    white-space: normal;
    text-align: left;
  }

  .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 11px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  .no-more-tables td p {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .no-more-tables i {
    padding-top: 4px;
  }
  /*
	Label the data
	*/
  .no-more-tables td:before {
    content: attr(data-title);
  }
}
/* Fin: No More Datatables */
.table-features {
  width: 100%;
}
.table-features .feature {
  background-color: #e2e1e7;
  padding: 8px 15px 8px 15px;
  color: #84858a;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.table-features .description {
  padding-left: 15px;
}
.table-features tr.border-bottom {
  border-bottom: 1px solid #e2e1e7;
}
.table-features .spacer {
  height: 5px;
}

.share-paragraph {
  margin-right: 12px;
}
