@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --primary_color: #eb1f20;
  --secondary_color: #faef1d;
  --third_color: #7b6823;
  --light_color: #ccc;
  --grey_white: #eee;
  --dark_color: #333;
  --grey_color: #777;
  --white: #fff;
  --dark: #2d2d2d;
  --primary_font: "Roboto", serif;
  --secondary_font: "Dela Gothic One", serif;
}

body {
  font-family: var(--primary_font);
}

.global_bg_main {
  background: var(--grey_white);
  min-height: 100vh;
}

footer {
  position: relative;
  z-index: 100;
}

a {
  text-decoration: none;
}

p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.global_hidden {
  overflow: hidden;
}

.global_color_dark {
  color: var(--dark_color) !important;
}

.global_color_grey {
  color: var(--grey_color) !important;
}

.global_color_white {
  color: var(--white) !important;
}


.global_witout_underline {
  text-decoration: none !important;
}

.global_section {
  color: var(--grey_white);
}

.global_color_stock {
  color: var(--dark_color);
}

.global_height_100 {
  min-height: 100%;
}

.global_height_80 {
  min-height: 80%;
}

.global_height_20 {
  min-height: 20%;
}

.global_height_title_articulo {
  min-height: 50px;
}

.global_height_subtitle_articulo {
  height: 50px;
}

.global_without_border_right {
  border-right: 0 !important;
}

.global_without_border_left {
  border-left: 0 !important;
}

.global_overlay_banner {
  /*background-image: linear-gradient(127deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));*/
}

.global_scroll {
  overflow: scroll;
}

.global_search_form,
.global_search_form input {
  background: none;
  border-radius: 0;
  border: 1px solid var(--light_color);
  color: var(--grey_color) !important;
}

.global_search_form:focus,
.global_search_form:active,
.global_search_form input:focus,
.global_search_form input:active,
.global_search_form .btn:focus,
.global_search_form .btn:active {
  background: none;
  box-shadow: none;
  border-radius: 0 !important;
}

.global_search_form input {
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  border-top: 0;
  color: var(--grey_color);
}

.global_search_form .btn .fa-solid {
  color: var(--grey_color) !important;
}

.global_search_form_home,
.global_search_form_home input {
  background: #fff;
  border-radius: 5px;
  border: 1px solid var(--light_color);
  color: var(--grey_color) !important;
}

.global_search_form_home:focus,
.global_search_form_home:active,
.global_search_form_home input:focus,
.global_search_form_home input:active,
.global_search_form_home .btn:focus,
.global_search_form_home .btn:active {
  box-shadow: none;
}

.global_copy_link {
  color: var(--grey_color) !important;
}

#search::placeholder {
  color: var(--grey_color);
  letter-spacing: 1px;
  font-size: 0.95em;
}

#search::-webkit-input-placeholder {
  color: var(--grey_color);
  letter-spacing: 1px;
  font-size: 0.95em;
}

#search::-moz-placeholder {
  color: var(--grey_color);
  letter-spacing: 1px;
  font-size: 0.95em;
}

#search:-ms-input-placeholder {
  color: var(--dark);
  letter-spacing: 1px;
  font-size: 0.95em;
}

#search:-moz-placeholder {
  color: var(--dark);
  letter-spacing: 1px;
  font-size: 0.95em;
}

.global_navbar_toggler,
.global_navbar_toggler:focus,
.global_navbar_toggler:active {
  border: 0 !important;
  box-shadow: none !important;
}

.offcanvas.offcanvas-end {
  width: 250px!important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler-icon.global_size {
  width: 1.8em;
  height: 1.8em;
}


.global_font_07 {
  font-size: 0.7em !important;
}

.global_font_08 {
  font-size: 0.8em !important;
}

.global_font_09 {
  font-size: 0.9em !important;
}

.global_font_1 {
  font-size: 1em !important;
}

.global_font_2 {
  font-size: 1.25em !important;
}

.global_font_3 {
  font-size: 1.5em !important;
}

.global_font_4 {
  font-size: 1.75em !important;
}

.global_font_5 {
  font-size: 2em !important;
}

.global_font_6 {
  font-size: 3em !important;
}

.global_font_7 {
  font-size: 5em !important;
}

.global_weight_1 {
  font-weight: 200 !important;
}

.global_title_destacados {
  font-size: 1.5em;
  color: var(--primary_color) !important;
  font-weight: 200;
}

.global_title_descripcion {
  font-size: 0.6em;
  color: var(--primary_color) !important;
  font-weight: 200;
}

.global_border_bottom {
  background: #f3f3f3;
  border-radius: 0 !important;
}

.global_border_bottom:focus,
.global_border_bottom:active {
  background: #ebebeb;
  border-bottom: 1px solid var(--primary_color) !important;
}

.global_witout_radius {
  border-radius: 0 !important;
}

.global_with_radius_1 {
  border-radius: 13px !important;
}

.global_with_radius_2 {
  border-radius: 20px !important;
}

.global_with_radius_3 {
  border-radius: 30px !important;
}

.global_with_radius_4 {
  border-radius: 40px !important;
}

.global_with_radius_5 {
  border-radius: 9px !important;
}

.global_with_radius_left_1 {
  border-radius: 13px 0 0 13px !important;
}

.global_with_radius_right_1 {
  border-radius: 0 13px 13px 0 !important;
}

.global_with_radius_top_1 {
  border-radius: 13px 13px 0 0 !important;
}

.global_with_radius_left_2 {
  border-radius: 20px 0 0 20px !important;
}

.global_with_radius_right_2 {
  border-radius: 0 20px 20px 0 !important;
}

.global_with_radius_top_2 {
  border-radius: 20px 20px 0 0 !important;
}

.global_with_radius_bottom_2 {
  border-radius: 0 0 20px 20px !important;
}

.global_with_radius_left_5 {
  border-radius: 9px 0 0 9px !important;
}

.global_trash {
  position: relative;
  z-index: 1000;
}

.global_witout_border,
.global_witout_border:focus,
.global_witout_border:active {
  border: 0 !important;
  outline: none !important;
}

.global_letter_spacing {
  letter-spacing: 2px;
}

.global_col {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  min-height: 400px;
  border-radius: 10px !important;
}

.global_bg_count {
  background: #eee;
  border-radius: 0 !important;
}

.global_bg_cart {
  background: #eee;
}

.global_fixed {
  position: fixed;
}

.card,
.card img {
  border: none;
}

.card-body {
  border-radius: 0 !important;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-button-next:after,
.swiper-button-prev:after {
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 1.4em !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: rgb(0, 0, 0) !important;
}

.button {
  border-radius: 0;
  outline: none;
}

.form-control {
  border: none !important;
}

.form-select:focus,
.form-select:active,
.form-control:focus,
.form-control:active {
  outline: none !important;
  box-shadow: none !important;
}

.accordion-button {
  border: 0 !important;
  background: none;
  box-shadow: none !important;
  font-family: var(--secondary_font);
  border-radius:0 !important
}

.accordion-button:not(.collapsed),
.accordion-button:active,
.accordion-button:focus {
  background: var(--dark) !important;
  color: var(--grey_white);
}

.accordion-button:not(.collapsed)::after {
    background-image:none!important;
}

.accordion-item,
.accordion-item:active,
.accordion-item:focus {
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

.dropdown-menu {
  border: none !important;
  background: var(--dark) !important;
}

.dropdown-item:hover,
.dropdown-menu:hover {
  color:#faef1d !important;
  background: var(--dark) !important;
}

.dropdown-item {
  color: var(--white) !important;
}

/* .form-check-input {
    position: fixed !important;
    opacity: 0 !important;
    cursor: pointer !important;
} */

.form-check-label {
  color: var(--grey_color) !important;
  font-weight: 300 !important;
  cursor: pointer !important;
  font-size: 0.85em;
  text-decoration: none !important;
}

.form-check-label:hover {
  color: var(--primary_color) !important;
}

.swal2-show,
.swal2-styled {
  border-radius: 0 !important;
}

.grecaptcha-badge {
  position: fixed !important;
  z-index: 1100 !important;
}

.global_fieldset {
  display: none;
}

.global_disabled {
  opacity: 0.5;
}

.global_disabled:hover {
  background: var(--primary_color) !important;
}

#first {
  display: block;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

#msj_type {
  color: #777;
}

.dropdown-menu {
  border-radius: 0;
}

#content {
  visibility: hidden;
}

#loader {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin: -76px 0 0 -76px;
  border: 13px solid #eee;
  border-radius: 50%;
  border-top: 13px solid var(--primary_color);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 700px) {
  .global_font_3 {
    font-size: 1em;
  }

  .global_height_title_articulo {
    min-height: 35px;
  }

  .global_height_subtitle_articulo {
    height: 35px;
  }
  #loader {
    position: absolute;
    z-index: 1000;
    left: 60%;
    top: 60%;
  }
}

.nav-tabs .nav-link {
  border: none !important;
  color: #495057;
  font-weight: bold;
  border-radius: 0;
}
.nav-tabs .nav-link.active {
  border: none !important;
  background-color: #495057;
  color: #fff;
}
.tab-content {
  border: none !important;
  padding: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #f8f9fa;
}







div:where(.swal2-container) div:where(.swal2-popup) {
  border-radius: 5px!important;
  background: #222!important;
  color: #fff!important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background: linear-gradient(to right, #e4cc5b, #f3c900) !important;
  color: #2d2d2d!important;
}

.heart-container img {
  transition: all 0.3s ease;
}

.heart-container:hover img {
  content: url('../assets/images/heart-hover.svg');
  cursor: pointer;
}

.swiper-container {
  z-index: 999!important;
}