#catalogPage a,
#catalogPage a:focus,
#catalogPage input:focus,
#catalogPage textarea:focus,
#catalogPage button:focus,
#catalogPage .btn:focus,
#catalogPage .btn.focus,
#catalogPage .btn:not(:disabled):not(.disabled).active,
#catalogPage .btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #catalogPage .container {
    width: 450px;
  }
}

#catalogPage .section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}


#catalogPage .container-products {
  row-gap: 1.5rem
}

@media (min-width: 576px) {
  #catalogPage .container-search {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 0.25rem;
  }
}


@media (max-width: 576px) {
  #catalogPage .container-products {
    row-gap: 0
  }
}

/* Pagination CSS */
#catalogPage .paginator-catalog .text-elements-paginator,
#catalogPage .paginator-catalog .numbers-totals-paginator {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #0000008a;
}

#catalogPage .paginator-catalog .select_paginator {
  min-width: 60px;
  font-size: 0.875rem;
  line-height: 1.125;
  color: #0000008a;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #0000008a;
  background-color: #00000000;
}

#catalogPage .paginator-catalog .select_paginator:focus {
  outline: none;
  box-shadow: none;
}

#catalogPage .paginator-catalog .icons-paginator a {
  font-size: 1.25rem;
  color: #00000042;
}

#catalogPage .breadcrumb-catalogo small:last-child a {
  font-weight: 800 !important;
}

#catalogPage .breadcrumb-catalogo small:first-child a {
  font-weight: 400 !important;
}

@media (max-width: 576px) {
  #catalogPage .text-paginator {
    font-size: 11px;
  }
}

#catalogPage .nav-tabs .nav-link {
  padding: 0;
  font-size: 24px;
  border: none;
  color: #ced4da;
}

#catalogPage .nav-tabs .nav-link.active {
  border: none;
  color: #212529;
}

#catalogPage .nav-tabs .nav-link:focus {
  border: none;
}

#catalogPage .nav-tabs .nav-link:hover {
  border: none;
  opacity: 1;
}




/*======================================
    Product CSS
========================================*/
/* Single Product*/
#catalogPage .single-product {
  border: 1px solid #eee;
  border-radius: 4px;
  transition: all 0.4s ease;
  box-shadow: 0px 1px 1px 0px #00000026;
}

#catalogPage .single-product .product-image {
  height: 240px;
}

@media (max-width: 767px) {
  #catalogPage .single-product .product-image {
    height: 150px;
  }
}

@media (max-width: 576px) {
  #catalogPage .single-product {
    border: none;
    border-bottom: 1px solid #eee;
    box-shadow: none;
  }
}

#catalogPage .single-product .product-image img {
  object-fit: contain;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}

#catalogPage .single-product {
  background-color: #fff;
}

#catalogPage .single-product:hover .product-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#catalogPage .single-product .product-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity .3s ease-in;
  opacity: 0;
}

#catalogPage .single-product:hover .product-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
}

#catalogPage .single-product .product-btn .btn {
  font-size: 14px;
}

@media (min-width: 576px) {
  #catalogPage .single-product .product-btn .btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #catalogPage .single-product .product-btn {
    position: relative !important;
    padding: 0 !important;
    width: auto;
    height: auto;
    opacity: 1;
  }

  #catalogPage .single-product .product-btn .btn {
    font-size: 12px;
  }

  #catalogPage .single-product:hover .product-btn {
    position: relative !important;
    padding: 0 !important;
    width: auto;
    height: auto;
    opacity: 1;
  }

  #catalogPage .single-product .product-btn .btn-outline-primary {
    display: none;
  }
}

/* For product slider */
#catalogPage .single-product .slider-image {
  aspect-ratio: 1/1;
  max-height: 180px;
  width: 100%;
}

#catalogPage .single-product .slider-info {
  min-height: 90px !important;
}

#catalogPage .single-product .product-info {
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#catalogPage .single-product .product-info .title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

#catalogPage .single-product .product-info.list-view .title {
  font-size: 20px;
  line-height: 27px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  #catalogPage .single-product .product-info .title {
    font-size: 12px;
    line-height: 20px;
  }

  #catalogPage .single-product .product-info.list-view .title {
    font-size: 12px;
    line-height: 20px;
  }
}

#catalogPage .single-product .product-info .price {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}

#catalogPage .single-product .product-info.list-view .price {
  font-size: 32px;
  line-height: 44px;
}

@media (max-width: 767px) {
  #catalogPage .single-product .product-info .price {
    font-size: 14px;
  }

  #catalogPage .single-product .product-info.list-view .price {
    font-size: 14px;
    width: 100% !important;
  }
}



#catalogPage .single-product .product-info .text-with-variants {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

@media (max-width: 576px) {

  #catalogPage .single-product .product-info .text-with-variants {
    font-size: 12px;
  }

}

#catalogPage .single-product .product-info .price-without-discount {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: line-through;
  color: #666666;
  white-space: nowrap;
}

#catalogPage .single-product .product-info.list-view .price-without-discount {
  font-size: 18px;
  line-height: 25px;
}

/*======================================
    Item Details CSS
========================================*/
#catalogPage .item-details {
  background-color: #f9f9f9;
}

#catalogPage .item-details .top-area {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 4px;
}

#catalogPage .wrapper-details-product {
  border-left: 1px solid #dee2e6;
}

@media (max-width: 767px) {
  #catalogPage .wrapper-details-product {
    border: none;
  }
}

#catalogPage .item-details .product-info {
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  #catalogPage .item-details .product-info {
    padding: 0;
    margin-top: 30px;
  }
}

#catalogPage .item-details .product-info .title {
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 10px;
  max-width: 400px;
}

@media (max-width: 1200px) {
  #catalogPage .item-details .product-info .title {
    max-width: 300px;
  }
}

@media (max-width: 991px) {
  #catalogPage .item-details .product-info .title {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #catalogPage .item-details .product-info .title {
    font-size: 18px;
  }
}

#catalogPage .item-details .product-info .category {
  display: block;
  margin-bottom: 15px;
}

#catalogPage .item-details .product-info .category i {
  display: inline-block;
  margin-right: 5px;
  color: #888;
}

#catalogPage .item-details .product-info .category a {
  color: #888;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
}

#catalogPage .item-details .product-info .category a:hover {
  color: #0167F3;
}

#catalogPage .item-details .product-info .price {
  display: block;
  font-size: 36px;
  font-weight: 600;
  line-height: 49px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #catalogPage .item-details .product-info .price {
    font-size: 20px;
  }
}

#catalogPage .item-details .product-info .price span {
  display: inline-block;
  color: #666;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  #catalogPage .item-details .product-info .price span {
    font-size: 14px;
  }
}

#catalogPage .item-details .product-info .info-text {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

/* #catalogPage .item-details .product-btn {
  padding-left: 30px;
}

@media (max-width: 991px) {
  #catalogPage .item-details .product-btn {
    padding-left: 0;
  }
} */

#catalogPage .item-details .product-amount {
  padding-left: 30px;
}

@media (max-width: 991px) {
  #catalogPage .item-details .product-amount {
    padding-left: 0;
  }
}

/* Product Details Info */
#catalogPage .product-details-info .single-block {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  #catalogPage .product-details-info .info-body.custom-responsive-margin {
    margin-bottom: 30px;
  }
}

#catalogPage .product-details-info .info-body h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 20px;
}

#catalogPage .product-details-info .info-body p {
  margin: 20px 0;
}

/* Product Grids */
@media (min-width: 576px) {
  #catalogPage .product-grids {
    background-color: #F5F5F5;
  }
}


#catalogPage .product-grids .product-grid-topbar {
  border: 1px solid #DEE1E9;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #catalogPage .product-grids .product-grid-topbar {
    margin-top: 30px;
  }
}

#catalogPage .product-grids .product-grid-topbar .product-sorting label {
  display: inline-block;
  margin: 0;
  padding: 8px 5px 8px 0;
  font-size: 14px;
  font-weight: normal;
}

#catalogPage .product-grids .product-grid-topbar .product-sorting .form-control {
  width: 100%;
  max-width: 186px;
  margin-right: 10px;
  display: inline-block;
}

#catalogPage .product-grids .product-grid-topbar .product-sorting select.form-control:not([size]):not([multiple]) {
  height: 42px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #eee;
  padding-right: 38px;
  background-position: center right 17px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

#catalogPage .product-grids .product-grid-topbar .product-sorting select.form-control:not([size]):not([multiple]):focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#catalogPage .product-grids .product-grid-topbar .product-sorting .total-show-product {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 767px) {
  #catalogPage .product-grids .product-grid-topbar .product-sorting .total-show-product {
    display: block;
    margin-top: 15px;
  }
}

#catalogPage .product-grids .product-grid-topbar .nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #666666AA;
  border: none;
  padding: 6px 8px;
  border-radius: 4px;
  margin-right: 8px;
}

#catalogPage .product-grids .product-grid-topbar .nav button.active {
  background-color: #E3E5EC;
  color: #3807B0;
}

#catalogPage .product-grids .product-grid-topbar .nav button:last-child {
  margin: 0;
}

#catalogPage .nav-tabs {
  border: none !important;
}

/* Search Product */
#catalogPage .single-widget {
  border: 2px solid #DEE1E9;
  border-radius: 4px;
}

#catalogPage .single-widget.desktop {
  border: 0;
}

#catalogPage .single-widget:last-child {
  margin-bottom: 0;
}

#catalogPage .single-widget h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

#catalogPage .single-widget.search form {
  position: relative;
}

#catalogPage .single-widget.search form input {
  height: 42px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 6px;
  color: #081828;
  padding: 0px 15px;
  padding-right: 50px;
}

#catalogPage .single-widget.search form button {
  height: 40px;
  width: 40px;
  text-align: center;
  display: block;
  border-radius: 6px;
  border: none;
  background-color: transparent;
  color: #081828;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 16px;
}

#catalogPage .single-widget.search form button:hover {
  color: #0167F3;
}

#catalogPage .zoom {
  position: relative;
  background-size: 0 !important;
  overflow: hidden;
  cursor: crosshair;
}

#catalogPage .zoom:hover {
  background-size: 125% !important;
}

@media (max-width: 768px) {
  #catalogPage .zoom {
    background: none !important;
    cursor: zoom-in;
  }
}

#catalogPage .zoom img {
  display: block;
  width: 100%;
  transition: opacity .3s;
}

#catalogPage .zoom img:hover {
  opacity: 0;
}

@media (max-width: 768px) {
  #catalogPage .zoom img:hover {
    opacity: 1;
  }
}

#catalogPage .btn-return {
  display: none;
}

@media (max-width: 768px) {
  #catalogPage .btn-return {
    display: block;
    margin-bottom: 20px;
  }
}

#catalogPage .swiper {
  width: 100%;
  height: 100%;
}

#catalogPage .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

#catalogPage .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#catalogPage .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

#catalogPage .swiper-slide {
  background-size: cover;
  background-position: center;
}

#catalogPage .mySwiper2 {
  width: 100%;
}

#catalogPage .mySwiper {
  height: 110px;
  box-sizing: border-box;
  padding: 10px 0;
}

#catalogPage .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0.7;
}

#catalogPage .mySwiper .swiper-slide img {
  border-radius: 6px;
}

#catalogPage .mySwiper .swiper-slide-thumb-active {
  border: 1px solid #666666;
  opacity: 1;
}

#catalogPage .swiper-pagination-bullet-active-main {
  border: 1px solid #000;
  background-color: #111;
}

#catalogPage .swiper-button-prev,
#catalogPage .swiper-button-next {
  color: #fff;
  text-shadow: 0 0 10px #000;
}

#catalogPage .mySwiper .swiper-slide :hover {
  cursor: pointer;
}

#catalogPage .btn-wsp-share {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  #catalogPage .btn-wsp-share {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  #catalogPage .btn-wsp-share {
    position: relative;
    margin-top: 30px;
    justify-content: center;
  }
}

#catalogPage .btn-whatsapp {
  font-weight: 700;
  padding: 0;
  color: #2AB640;
}

#catalogPage .swiper-button-next:after,
#catalogPage .swiper-button-prev:after {
  font-size: 26px !important;
}

#catalogPage #collapseShare button {
  transition: all .3s ease;
}

#catalogPage #collapseShare button:hover {
  background-color: #f3f3f3 !important;
}

#catalogPage #collapseShare button:focus {
  background-color: #e0e0e0 !important;
}

#catalogPage .text-444 {
  color: #444 !important;
}

.delimitadorVideo {
  width: auto;
  /* Ancho máximo */
  margin: auto;
  /* Centramos el vídeo */
}

/* El contenedor con el padding-top crea el tamaño del vídeo */
.contenedorVideo {
  height: 0px;
  width: 100%;
  padding-top: 56.25%;
  /* Relación: 16/9 = 56.25% */
  position: relative;
}

/* El iframe se adapta al tamaño del contenedor */
.contenedorVideo iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.circle-color-variant {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: auto 0 auto auto;
}


/* toast */

.nameProduct-toast {
  max-width: 210px;
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}