:root {
  /* Custom Colors */
  --napalm-red: #c44143;
  --napalm-grey-1: #4b4b4b;
  --napalm-grey-2: #9a9a9a;
  --napalm-grey-3: #cdcdcd;
  --napalm-grey-4: #f2f2f2;
  --napalm-white: #ffffff;
  --napalm-black: #000000;

  /* Custom fonts */
  --napalm-anton: 'Anton';
  --napalm-inter: 'Inter';
}

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}
/*  GROUPING  ============================================================================= */
.group:before,
.group:after {
  content: '';
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.5%;
}
.col:first-child {
  margin-left: 0;
}

/*  GRID OF TWELVE   ============================================================================= */
.span_12_of_12 {
  width: 100%;
}
.span_11_of_12 {
  width: 91.53%;
}
.span_10_of_12 {
  width: 83.06%;
}
.span_9_of_12 {
  width: 74.6%;
}
.span_8_of_12 {
  width: 66.13%;
}
.span_7_of_12 {
  width: 57.66%;
}
.span_6_of_12 {
  width: 49.2%;
}
.span_5_of_12 {
  width: 40.73%;
}
.span_4_of_12 {
  width: 32.26%;
}
.span_3_of_12 {
  width: 23.8%;
}
.span_2_of_12 {
  width: 15.33%;
}
.span_1_of_12 {
  width: 6.86%;
}

.clearfix {
  clear: both;
}
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}
.pt-0 {
  padding-top: 0px !important;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.form-control {
  display: block !important;
  width: 100% !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.form-control:focus {
  color: #495057 !important;
  background-color: #fff !important;
  border-color: #80bdff !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
}
.form-button-group {
  padding-top: 20px;
}
.form-button-group .btn {
  background: #4b4b4b;
  border-radius: 4px;
  border: none;
  padding: 15px;
  display: flex;
  flex-direction: row;
  float: left;
  align-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #f2f2f2;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  max-width: 170px;
}
.form-button-group .btn:hover {
  background: #333333;
  cursor: pointer;
}
.form-button-group .btn img {
  width: 18px;
  padding-left: 5px;
}
.form-button-group .cancel-download-pdf {
  flex-direction: row;
  display: flex;
  padding: 15px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #4b4b4b;
  align-items: center;
  align-content: center;
  float: right;
}
.form-button-group .cancel-send-by-email {
  flex-direction: row;
  display: flex;
  padding: 15px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #4b4b4b;
  align-items: center;
  align-content: center;
  float: right;
}
.border-bottom-none {
  border-bottom: none !important;
}
.border-right-none {
  border-right: none !important;
}
.equipo-products-grid-wrapper .equipo-products-grid-item {
  position: relative;
}
.equipo-products-grid-item-wrapper {
  display: flex;
  flex-direction: row;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 12px 30px rgb(158 158 158 / 20%);
  border-radius: 16px;
  align-items: center;
  align-content: center;
  height: 150px;
}
.category-type-3 .equipo-products-grid-item-wrapper {
  height: 30px;
  gap: 5px;
  padding: 10px 20px;
}
.equipo-products-grid-item-wrapper:hover {
  box-shadow: 0px 0px 30px rgb(158 158 158 / 20%);
}
.equipo-products-grid-item-wrapper .equipo-products-grid-item-media {
  flex: 1;
  margin-right: 5px;
}
.equipo-products-grid-item-wrapper .equipo-products-grid-item-heading {
  flex: 1;
  margin-left: 5px;
}
.category-type-3
  .equipo-products-grid-item-wrapper
  .equipo-products-grid-item-media {
  margin-right: 0px;
}
.category-type-3
  .equipo-products-grid-item-wrapper
  .equipo-products-grid-item-media
  img {
  width: 30px;
}
.category-type-3
  .equipo-products-grid-item-wrapper
  .equipo-products-grid-item-heading {
  margin-left: 0px;
}
.equipo-products-grid-item-wrapper
  .equipo-products-grid-item-heading
  .equipo-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.equipo-products-grid-item-wrapper
  .equipo-products-grid-item-heading
  .equipo-price
  del {
  text-decoration: line-through;
  text-decoration-color: #c44143;
}
.equipo-products-grid-item-wrapper
  .equipo-products-grid-item-heading
  .equipo-excl-text {
  font-size: 12px;
  line-height: 12px;
}
.equipo-products-grid-item-wrapper .equipo-products-grid-item-media img {
  max-width: 100%;
}
.equipo-products-grid-item-wrapper .equipo-products-grid-item-pricing {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-evenly;
}
.equipo-products-grid-item-wrapper
  .equipo-products-grid-item-pricing
  .equipo-price {
  line-height: 16px;
}
.equipo-products-grid-item-wrapper
  .equipo-products-grid-item-pricing
  .equipo-price
  .equipo-excl-text {
  font-size: 12px;
  line-height: 12px;
}
.equipo-products-grid-item .equipo-products-grid-item-meta-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  border-bottom: 1px solid #cdcdcd;
}
.equipo-products-grid-item
  .equipo-products-grid-item-meta-wrapper
  .equipo-products-grid-item-meta {
  flex: 1;
  display: flex;
  padding: 5px 10px 5px 10px;
  border-right: 1px solid #ccccdd;
  align-items: center;
  align-content: center;
  gap: 5px;
}
.equipo-products-grid-item
  .equipo-products-grid-item-meta-wrapper
  .equipo-products-grid-item-meta
  .equipo-products-grid-item-meta-image
  img {
  width: 14px;
  height: 14px;
}
.equipo-products-grid-item
  .equipo-products-grid-item-meta-wrapper
  .equipo-products-grid-item-meta
  .equipo-products-grid-item-meta-title
  p {
  padding: 0px;
  font-size: 14px;
  white-space: nowrap;
}
.equipo-products-grid-item .equipo-products-grid-item-info-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-button {
  width: 110px;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-button
  a.info-btn.active {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  justify-items: center;
  gap: 5px;
  padding: 4px 12px;
  border: 1px solid #cdcdcd;
  border-radius: 6px;
  font-weight: 600;
  color: #4b4b4b;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-button
  a.info-btn.active
  img {
  height: 24px;
  visibility: hidden;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-button
  a.info-btn.active:hover {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-button
  a.info-btn.active:hover
  img {
  visibility: visible;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-button
  a.info-btn.disabled {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  justify-items: center;
  gap: 5px;
  padding: 4px 12px;
  border: 1px solid #cdcdcd;
  border-radius: 6px;
  font-weight: 600;
  color: #4b4b4b;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-button
  a.info-btn.disabled
  img {
  height: 24px;
  visibility: hidden;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-button
  a.info-btn.disabled:hover {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  cursor: no-drop;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-kit-button {
  width: 130px;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-kit-button
  a.info-btn.active {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  justify-items: center;
  gap: 5px;
  padding: 4px 12px;
  border: 1px solid #cdcdcd;
  border-radius: 6px;
  font-weight: 600;
  color: #4b4b4b;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-kit-button
  a.info-btn.active
  img {
  width: 24px;
  height: 24px;
  visibility: hidden;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-kit-button
  a.info-btn.active:hover {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-kit-button
  a.info-btn.active:hover
  img {
  visibility: visible;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-kit-button
  a.info-btn.disabled {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  justify-items: center;
  gap: 5px;
  padding: 4px 12px;
  border: 1px solid #cdcdcd;
  border-radius: 6px;
  font-weight: 600;
  color: #4b4b4b;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-kit-button
  a.info-btn.disabled
  img {
  height: 24px;
  visibility: hidden;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-kit-button
  a.info-btn.disabled:hover {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  cursor: no-drop;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-add-button {
  flex: 1;
  justify-content: end;
  display: flex;
  margin-right: 10px;
}
.category-type-3
  .equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-add-button {
  margin-right: 0px;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-add-button
  .products-budget-add-to-cart
  img.products-budget-add-img {
  width: 30px;
  display: block;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-add-button
  .products-budget-add-to-cart.active
  img.products-budget-add-img {
  display: none;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-add-button
  .products-budget-add-to-cart
  img.products-budget-add-active-img {
  width: 30px;
  display: none;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-add-button
  .products-budget-add-to-cart:hover
  img.products-budget-add-img {
  display: none;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-add-button
  .products-budget-add-to-cart:hover
  img.products-budget-add-active-img {
  display: block;
}
.equipo-products-grid-item
  .equipo-products-grid-item-info-wrapper
  .equipo-products-grid-item-info-add-button
  .products-budget-add-to-cart.active
  img.products-budget-add-active-img {
  display: block;
}
.equipo-products-grid-item-information-popup {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 10px 15px;
  position: absolute;
  bottom: 0px;
  overflow-y: auto;
  box-sizing: content-box;
  width: 90%;
  display: none;
}
.equipo-products-grid-item-information-popup
  .equipo-products-grid-inner-information-popup {
  max-height: 285px;
  overflow: hidden !important;
}
.equipo-products-grid-item-information-popup
  .equipo-products-grid-item-information-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
}
.equipo-products-grid-item-information-popup
  .equipo-products-grid-item-information-header
  .information-header-left-content {
  flex: 1;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
}
.equipo-products-grid-item-information-popup
  .equipo-products-grid-item-information-header
  .information-header-left-content
  .products-budget-view-img {
  width: 24px;
}
.equipo-products-grid-item-information-popup
  .equipo-products-grid-item-information-header
  .information-header-right-content {
  flex: 1;
  display: flex;
  align-items: end;
  align-content: end;
  width: 100%;
  flex-direction: column;
  padding-right: 10px;
}
.equipo-products-grid-item-information-popup
  .equipo-products-grid-item-information-header
  .information-header-right-content
  .products-budget-close-img {
  width: 16px;
}
.equipo-products-grid-item-kit-information-popup {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 10px 15px;
  position: absolute !important;
  bottom: 0px;
  max-height: 285px;
  box-sizing: content-box;
  width: 90%;
  display: none;
}
.equipo-products-grid-item-kit-information-popup
  .equipo-products-grid-inner-kit-information-popup {
  max-height: 285px;
  overflow: hidden !important;
}
.equipo-products-grid-item-kit-information-popup
  .equipo-products-grid-item-information-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
}
.equipo-products-grid-item-kit-information-popup
  .equipo-products-grid-item-information-header
  .information-header-left-content {
  flex: 1;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
}
.equipo-products-grid-item-kit-information-popup
  .equipo-products-grid-item-information-header
  .information-header-left-content
  .products-budget-view-img {
  width: 24px;
}
.equipo-products-grid-item-kit-information-popup
  .equipo-products-grid-item-information-header
  .information-header-right-content {
  flex: 1;
  display: flex;
  align-items: end;
  align-content: end;
  width: 100%;
  flex-direction: column;
  padding-right: 10px;
}
.equipo-products-grid-item-kit-information-popup
  .equipo-products-grid-item-information-header
  .information-header-right-content
  .products-budget-close-img {
  width: 16px;
}
.equipo-list-form-grid {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.equipo-list-form-grid .equipo-list-form-grid-title {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 54px;
}
.equipo-list-form-grid-wrapper {
  display: flex;
  flex-direction: row;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn-title {
  margin-bottom: 10px;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn-title
  p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn
  .equipo-list-form-cloumn-header {
  background: #000000;
  border-radius: 6px 6px 0px 0px;
  padding: 15px 30px;
  position: relative;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn
  .equipo-list-form-cloumn-header
  .equipo-list-form-close-popup {
  position: absolute;
  top: 16px;
  right: 30px;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn
  .equipo-list-form-cloumn-header
  .equipo-list-form-close-popup
  img {
  width: 16px;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn
  .equipo-list-form-cloumn-header
  h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #f2f2f2;
  text-align: center;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn
  .equipo-list-form-cloumn-sub-header {
  background: #4b4b4b;
  padding: 10px 30px;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn
  .equipo-list-form-cloumn-sub-header
  h5 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #f2f2f2;
  text-align: center;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn
  .equipo-list-form-cloumn-sub-header
  .equipo-list-form-cloumn-datepicker {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn
  .equipo-list-form-cloumn-sub-header
  .equipo-list-form-cloumn-datepicker
  .equipo-rental-period {
  text-align: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #f2f2f2;
  width: 100%;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn
  .equipo-list-form-cloumn-sub-header
  .equipo-list-form-cloumn-datepicker
  .choose-rental-period-trigger {
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn
  .equipo-list-form-cloumn-body {
  padding: 20px;
  background: #fafbfb;
  border-radius: 0px 0px 6px 6px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn
  .equipo-list-form-cloumn-body
  .equipo-list-product-item-container {
  display: block;
  min-height: 543px;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn
  .equipo-list-form-cloumn-body
  .equipo-list-product-item-wrapper {
  display: flex;
  flex-direction: row;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 12px 30px rgb(158 158 158 / 20%);
  border-radius: 16px;
  align-items: center;
  align-content: center;
  height: 150px;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn
  .equipo-list-form-cloumn-body
  .equipo-list-product-item-wrapper:last-child {
  margin-bottom: 0px;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn
  .equipo-list-form-cloumn-body
  .equipo-list-product-item-wrapper
  .equipo-list-product-item-media {
  flex: 1;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn
  .equipo-list-form-cloumn-body
  .equipo-list-product-item-wrapper
  .equipo-list-product-item-heading {
  flex: 1;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn
  .equipo-list-form-cloumn-body
  .equipo-list-product-item-wrapper
  .equipo-list-product-item-heading
  .equipo-list-product-item-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #4b4b4b;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn
  .equipo-list-form-cloumn-body
  .equipo-list-product-item-wrapper
  .equipo-list-product-item-remove {
  position: absolute;
  top: 20px;
  right: 20px;
}
.equipo-list-form-grid-wrapper
  .equipo-list-form-grid-inner
  .equipo-list-form-cloumn
  .equipo-list-form-cloumn-body
  .equipo-list-product-item-wrapper
  .equipo-list-product-item-remove
  .equipo-list-product-item-remove-img {
  width: 10px;
}
.equipo-quantity-buttons {
  display: flex;
  white-space: nowrap;
  vertical-align: top;
  width: 125px;
  flex-direction: row;
  margin: 10px 0px;
}
.equipo-quantity-buttons .button.minus {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block !important;
  width: 35px !important;
}
.equipo-quantity-buttons .button.plus {
  border-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  display: inline-block !important;
  width: 35px !important;
}
.equipo-quantity-buttons input[type='button'].is-form {
  overflow: hidden;
  position: relative;
  background-color: #f9f9f9;
  text-shadow: 1px 1px 1px #fff;
  color: #666666;
  border: 1px solid #cdcdcd;
  text-transform: none;
  font-weight: 400;
  font-size: 20px !important;
  padding: 5px;
  border-radius: 5px;
}
.equipo-quantity-buttons input[type='button'].is-form:hover {
  cursor: pointer;
  background-color: #cdcdcd;
}
.equipo-quantity-buttons .input-text.quantity {
  text-align: center;
  border-radius: 0 !important;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-size: 1em;
  display: inline-block !important;
  width: 55px !important;
  padding: 5px;
}
#equipo-product-list-grid-wrapper .form-button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#equipo-product-list-grid-wrapper .form-button-group #equipo-list-download-pdf {
  margin-right: 10px;
}
.equipo-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 12px 24px;
  position: relative;
}
.equipo-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.equipo-single-light-wrapper
  .equipo-single-light-inner
  .equipo-single-product-name {
  font-family: 'Anton' !important;
  font-size: 42px !important;
  line-height: 54px !important;
  font-weight: inherit !important;
  margin-bottom: 20px;
}
.equipo-single-light-wrapper
  .equipo-single-light-inner
  .equipo-single-subtitle {
  font-family: 'Anton' !important;
  font-size: 22px !important;
  line-height: 34px !important;
  font-weight: inherit !important;
  margin-bottom: 10px;
}
.equipo-single-light-wrapper
  .equipo-single-light-inner
  .equipo-single-light-thumbnail
  img {
  margin: auto;
  max-width: 100%;
  height: auto;
}
.equipo-single-light-wrapper
  .equipo-single-light-inner
  .equipo-single-product-price {
  font-weight: 600;
  font-size: 18px;
}
.equipo-single-light-wrapper .equipo-single-light-inner .equipo-excl-text {
  font-size: 12px;
  line-height: 12px;
  color: #555555;
  font-weight: 400;
  padding-left: 5px;
}
.equipo-single-light-wrapper
  .equipo-single-light-inner
  .equipo-single-light-info-content
  p {
  margin-bottom: 5px;
}
.equipo-single-light-wrapper
  .equipo-single-light-inner
  .equipo-single-light-info-content
  p:last-child {
  margin-bottom: 0px;
}
.equipo-single-light-add-to-cart {
  display: flex;
  flex-direction: row;
  gap: 30px;
  max-width: 405px;
}
.equipo-single-light-add-to-cart .equipo-single-light-quantity {
  width: 75px;
}
.equipo-single-light-add-to-cart .equipo-single-light-add-cart-button {
  width: calc(100% - 105px) !important;
  text-align: center;
}
.equipo-single-light-add-to-cart
  .equipo-single-light-add-cart-button
  .add-cart-button {
  display: block;
  background-color: rgb(85, 85, 85);
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  text-decoration: none !important;
}
.equipo-single-light-add-to-cart
  .equipo-single-light-add-cart-button
  .add-cart-button.active {
  background-color: #c44143;
}
.equipo-single-light-add-to-cart
  .equipo-single-light-add-cart-button
  .add-cart-button:hover {
  box-shadow: rgb(0 0 0 / 12%) 0px 0px 400px 110px inset;
}

table.producto-tabla-precios {
  border: 0.75px solid var(--napalm-grey-3);

  width: 100%;
  max-width: 405px;

  margin: 16px 0;
  text-align: center;
  font-size: 10px;
}
table.producto-tabla-precios thead th {
  box-sizing: border-box;
  height: 28px;
  vertical-align: middle;
  font-size: 13px;
  line-height: 16px;
  color: var(--napalm-grey-1);
  background-color: var(--napalm-grey-3);
}
table.producto-tabla-precios tbody th,
table.producto-tabla-precios tbody td {
  border: 0.75px solid var(--napalm-grey-3);
  box-sizing: border-box;
  height: 22px;
  line-height: 12px;
  vertical-align: middle;
}
table.producto-tabla-precios tbody th {
  font-weight: 600;
  color: var(--napalm-grey-1);
  background-color: var(--napalm-grey-4);
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .equipo-list-form-grid-wrapper
    .equipo-list-form-grid-inner
    .equipo-list-form-cloumn
    .equipo-list-form-cloumn-body
    .equipo-list-product-item-wrapper {
    flex-direction: column;
    height: 250px;
  }
  .equipo-list-form-grid-wrapper
    .equipo-list-form-grid-inner
    .equipo-list-form-cloumn
    .equipo-list-form-cloumn-body
    .equipo-list-product-item-wrapper
    .equipo-list-product-item-heading
    .equipo-list-product-item-title {
    text-align: center;
  }
  .equipo-list-form-grid-wrapper
    .equipo-list-form-grid-inner
    .equipo-list-form-cloumn
    .equipo-list-form-cloumn-body
    .equipo-list-product-item-wrapper
    .equipo-list-product-item-heading
    .equipo-quantity-buttons {
    margin: 10px auto;
  }
  #equipo-product-list-grid-wrapper .form-button-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
  }
  #equipo-product-list-grid-wrapper
    .form-button-group
    #equipo-list-download-pdf {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .span_12_of_12 {
    width: 100%;
  }
  .span_11_of_12 {
    width: 100%;
  }
  .span_10_of_12 {
    width: 100%;
  }
  .span_9_of_12 {
    width: 100%;
  }
  .span_8_of_12 {
    width: 100%;
  }
  .span_7_of_12 {
    width: 100%;
  }
  .span_6_of_12 {
    width: 100%;
  }
  .span_5_of_12 {
    width: 100%;
  }
  .span_4_of_12 {
    width: 100%;
  }
  .span_3_of_12 {
    width: 100%;
  }
  .span_2_of_12 {
    width: 100%;
  }
  .span_1_of_12 {
    width: 100%;
  }
  .col {
    margin: 1% 0 1% 0%;
  }
  .equipo-list-form-grid-wrapper {
    display: flex;
    flex-direction: column;
  }
  .equipo-list-form-grid-wrapper
    .equipo-list-form-grid-inner
    .equipo-list-form-cloumn
    .equipo-list-form-cloumn-body
    .equipo-list-product-item-wrapper
    .equipo-list-product-item-media
    img {
    width: 100px;
  }
  .form-button-group .btn {
    padding: 10px;
    font-size: 12px;
    line-height: 15px;
  }
  .category-type-3 .equipo-products-grid-item-wrapper {
    gap: 10px;
    padding: 20px;
    flex-direction: column;
    height: auto;
  }
}
@media screen and (min-width: 376px) {
  table.producto-tabla-precios-mobile {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .equipo-list-form-grid-wrapper
    .equipo-list-form-grid-inner
    .equipo-list-form-cloumn
    .equipo-list-form-cloumn-body
    .equipo-list-product-item-wrapper
    .equipo-list-product-item-media
    img {
    width: 90px;
  }
  #equipo-product-list-grid-wrapper .form-button-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
  }
  #equipo-product-list-grid-wrapper
    .form-button-group
    #equipo-list-download-pdf {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  table.producto-tabla-precios {
    display: none;
  }
  table.producto-tabla-precios-mobile {
    border: 0.75px solid var(--napalm-grey-3);
    width: 100%;
    margin: 16px 0;
    text-align: center;
    font-size: 10px;
  }
  table.producto-tabla-precios-mobile thead th {
    box-sizing: border-box;
    height: 30px;
    vertical-align: middle;
    font-size: 13px;
    line-height: 16px;
    color: var(--napalm-grey-1);
    background-color: var(--napalm-grey-3);
  }

  /* Div to use flex within table*/
  table.producto-tabla-precios-mobile thead .prices {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  table.producto-tabla-precios-mobile img.price-table-expand,
  table.producto-tabla-precios-mobile img.price-table-hide {
    position: absolute;
    right: 15px;
    width: 12px;

    /* --napalm-grey-1 */
    filter: invert(28%) sepia(0%) saturate(0%) hue-rotate(94deg) brightness(91%)
      contrast(84%);
  }

  table.producto-tabla-precios-mobile tbody {
    display: none;
  }
  table.producto-tabla-precios-mobile img.price-table-expand {
    display: block;
  }
  table.producto-tabla-precios-mobile img.price-table-hide {
    display: none;
  }

  table.producto-tabla-precios-mobile tbody td {
    border: 0.75px solid var(--napalm-grey-3);
    box-sizing: border-box;
    height: 22px;
    line-height: 12px;
    vertical-align: middle;
  }

  table.producto-tabla-precios-mobile tbody tr td:nth-child(1) {
    font-weight: 600;
    color: var(--napalm-grey-1);
    background-color: var(--napalm-grey-4);
  }
}
