.custom_bg_header {
  background: var(--dark);
}

.custom_bg_btn_eye {
  background: #f3f3f3;
  border-left: none !important;
}

.custom_shipping {
  color: var(--primary_color);
  text-decoration: none;
}

.custom_link,
.custom_link a {
  color: var(--dark);
  text-decoration: none;
}

.custom_link a:hover {
  color: var(--primary_color);
}

.custom_forgot a {
  color: var(--primary_color);
  text-decoration: none;
  font-weight: 300;
}

.custom_forgot a:hover {
  text-decoration: underline;
}

.custom_header_icon {
  color: var(--secondary_color) !important;
  font-size: 1.2em;
  text-decoration: none;
}

.custom_light_grey {
  color: var(--light_grey_color) !important;
}

.custom_backgorund_icon {
  color: var(--secondary_color) !important;
}

.custom_header_link {
  background: var(--secondary_color) !important;
  color: var(--dark) !important;
  font-size: 1em;
  text-decoration: none;
  letter-spacing: 1px;
}

.custom_header_text {
  color: var(--secondary_color) !important;
  font-size: 0.95em;
  font-weight: 600;
}

.custom_bg_menu {
  background: transparent;
  transition: 0.4s ease-in-out;
}

.custom_bg_menu_no_home {
  background: #2d2d2d !important;
}

.custom_bg_menu_scroll {
  background: #2d2d2d !important;
  transition: 0.4s ease-in-out;
}

.custom_nav {
  padding: 0 1em;
}

.custom_nav_link {
  color: var(--white) !important;
  font-size: 1em;
}

.custom_nav_link:hover {
  color: var(--light_color) !important;
  transition: 0.1s ease-in-out;
}

.custom_img_brand {
  width: 8em;
  transition: 0.4s;
}

.custom_img_brand_scroll {
  width: 5em;
  transition: 0.4s;
}

.custom_img_brand_header {
  width: 12em;
}

.custom_dropdown_menu {
  background: var(--dark) !important;
  color: var(--white) !important;
  border-radius: 0;
  border: 0;
}

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

.custom_dropdown_menu .dropdown-item:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}

.custom_height_img {
  max-height: 35px;
}

.custom_btn_mp {
  background: #00a7e8 !important;
  color: #fff !important;
  letter-spacing: 1px;
  font-size: 1.1em;
  font-weight: 400;
  border: none !important;
  min-height: 45px !important;
}

.custom_btn_mp:hover {
  background: #7fdbff !important;
}

.custom_steps {
  background: var(--primary_color);
  width: 30px;
  height: 30px;
  border-radius: 0;
  color: var(--white) !important;
}

.custom_title_mp {
  color: var(--primary_color) !important;
}

.custom_btn_trans {
  background: var(--white) !important;
  border: 1px solid rgba(19, 125, 158, 0.5) !important;
  color: rgba(19, 125, 158, 0.9) !important;
  letter-spacing: 1px;
  font-size: 1.1em;
  font-weight: 400;
  min-height: 45px !important;
}

.custom_title_trans {
  color: rgba(19, 125, 158, 0.9) !important;
}

.custom_btn_trans:hover,
.custom_btn_trans:active,
.custom_btn_trans:focus {
  transition: 0.3s;
  background: rgba(19, 125, 158, 0.2) !important;
  border: 1px solid rgba(19, 125, 158, 0.1) !important;
}

.custom_obligatorio {
  color: tomato;
}

.custom_btn_1 {
  background: transparent;
  border: 2px solid var(--white);
  color: var(--white) !important;
  border-radius: 5px;
}

.custom_btn_1:hover {
  background: var(--white) !important;
  color: var(--dark) !important;
}

.custom_btn_2 {
  background: linear-gradient(to right, #e4cc5b, #f3c900) !important;
  color: var(--dark) !important;
  border-radius: 5px;
  font-weight: 500;
}

.custom_btn_3 {
  background: var(--grey_color);
  color: var(--white) !important;
  border-radius: 40px;
}

.custom_btn_3:hover {
  background: #444 !important;
}

.custom_btn_4 {
  background: var(--secondary_color) !important;
  color: var(--white) !important;
  border-radius: 0;
}

.custom_btn_4:hover {
  background: var(--grey_color) !important;
}

.custom_btn_5 {
  background: #ea4335 !important;
}

.custom_btn_5:hover {
  background: var(--dark) !important;
}

.custom_btn_6 {
  background: #4bdf44 !important;
  color: #343a3f!important;
}

.custom_btn_6:hover {
  background: #63e95c !important;
}

.custom_btn_7 {
  background: #ffcc00;
  color: #343A3F !important;
  border-radius: 0;
  font-weight: 500;
}

.custom_btn_7:hover {
  background: #f3c900 !important;
  color: #343A3F !important;
}

.custom_btn_trash i {
  color: var(--secondary_color) !important;
  position: relative;
  z-index: 1000;
}

.custom_btn_trash i:hover {
  color: var(--primary_color) !important;
}

.custom_carousel_height {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.custom_carousel_height video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.custom_carousel_height section {
  position: relative;
  z-index: 2;
}

.custom_carousel_height_2 {
  height: 70vh;
}

.custom_carousel_height_3 {
  height: 65vh;
}

.custom_carousel_height_4 {
  height: 45vh;
}

.custom_pills_size {
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 0.8em;
  color: var(--dark_color) !important;
}

.custom_title_carousel {
  text-shadow: 2px 2px 15px var(--dark);
  color: var(--white) !important;
  font-family: var(--secondary_font);
  letter-spacing: 2px;
}

.custom_title {
  color: var(--dark) !important;
  font-family: var(--secondary_font);
}

.custom_title_banner {
  text-shadow: 2px 2px 15px var(--dark);
  color: var(--white) !important;
  font-family: var(--secondary_font);
  letter-spacing: 2px;
}

.custom_title_text {
  color: var(--primary_color) !important;
  font-family: var(--secondary_font);
  letter-spacing: 1px;
  font-size: 1.8em;
}

.custom_title_text_2 {
  color: var(--white) !important;
  font-family: var(--secondary_font);
  letter-spacing: 1px;
  font-size: 1.8em;
}

.custom_subtitle_text {
  color: var(--secondary_color) !important;
  font-weight: 200;
}

.custom_subtitle {
  color: var(--dark) !important;
}

.custom_title_carrito {
  line-height: 1.4em;
  color: var(--dark_color);
  font-size: 0.9em;
}

.custom_subtitle_banner {
  text-shadow: 2px 2px 15px var(--dark);
  color: var(--white) !important;
  font-weight: 300;
}

.custom_title_total_1 {
  color: var(--grey_color);
  font-weight: 200 !important;
}

.custom_title_total_2 {
  color: var(--primary_color);
}

.custom_subtitle_carousel {
  text-shadow: 2px 2px 15px var(--dark);
}

.custom_text_carousel {
  font-weight: 100 !important;
}

.custom_caption_height {
  width: 40%;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 0 !important;
}

.custom_border_text {
  border-bottom: 3px solid var(--primary_color);
}

.custom_border_bottom_footer {
  border-bottom: 1px solid #cccccc;
}

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

.custom_title_footer {
  color: var(--white) !important;
  font-size: 1em;
  font-weight: 600;
}

.custom_newsletter {
  position: relative;
  z-index: 101;
}

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

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

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

.custom_border_payment_method {
  border-top: 1px solid var(--light_grey_color);
}

.custom_text_payment_method {
  position: relative;
  bottom: 15px;
  background: var(--white);
  width: 55%;
  color: var(--light_grey_color);
}

.custom_bg_footer {
  background: var(--dark);
}

.custom_bg_footer_bottom {
  background: #111;
}

.custom_item_bottom {
  color: var(--grey_color) !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
}

.custom_item_bottom:hover {
  color: var(--light_color) !important;
}

.custom_footer_icon {
  color: var(--white) !important;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
}

.custom_footer_icon:hover {
  color: var(--light_color) !important;
}

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

.custom_footer_contact_title:hover {
  text-decoration: underline;
}

.custom_footer_contact {
  color: var(--light_color) !important;
}

.custom_contact_title {
  color: var(--light_color) !important;
  font-weight: 500;
}

.custom_developed_by {
  color: var(--light_color) !important;
  font-family: var(--primary_font) !important;
  font-size: 1em;
  font-weight: 600;
}

.custom_footer_info {
  font-family: var(--primary_font) !important;
  color: var(--light_color) !important;
  font-size: 1em;
}

.custom_inner {
  overflow: hidden;
  height: 300px;
  display: flex;
  align-items: center;
}

.custom_inner img {
  width: 100%;
  transition: all 1.5s ease;
}

.custom_inner:hover img {
  transform: scale(1.1);
}

.custom_card_pretitle {
  color: var(--primary_color) !important;
}

.custom_card_title_promo {
  background: #faef1e !important;
  position: absolute;
  bottom: 20px;
  right: -5%;
  width: 65px;
  height: 65px;
  font-weight: 500;
}

.custom_card_title_promo_2 {
  background: #34c759 !important;
  position: absolute;
  bottom: 20px;
  right: -5%;
  width: 65px;
  height: 65px;
}

.custom_card_title_promo_3 {
  background: #007aff !important;
  position: absolute;
  bottom: 95px;
  right: -5%;
  width: 65px;
  height: 65px;
}

.custom_card_title_promo_4 {
  background: #af52de !important;
  position: absolute;
  bottom: 20px;
  right: -5%;
  width: 65px;
  height: 65px;
}

.custom_font_pill_card {
  color: var(--white);
  white-space: wrap !important;
  word-wrap: break-word !important;
  line-height: 0.7em;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 500;
}

.custom_card_price {
  background: #343a3f;
  color: #ffcc00 !important;
  font-family: var(--secondary_font);
  font-size: 0.8em !important;
}

.custom_card_price_2 {
  background: #343a3f;
  color: #ffcc00 !important;
  font-family: var(--secondary_font);
  font-size: 1em !important;
}

.custom_card_title {
  min-height: 50px;
  color: var(--grey_color) !important;
  font-weight: 300;
  font-size: 0.9em;
}

.custom_card_title_full_width {
  text-shadow: 2px 2px 15px var(--dark);
  color: var(--white) !important;
  font-family: var(--secondary_font);
  font-size: 1.2em;
}

.custom_card_title_full_width_2 {
  text-shadow: 2px 2px 15px var(--dark);
  color: var(--white) !important;
  font-family: var(--secondary_font);
  font-size: 1.6em;
}

.custom_card_subtitle_full_width {
  color: var(--white) !important;
  font-weight: 500;
  font-size: 1em;
}

.custom_card_subtitle_full_width_2 {
  color: var(--white) !important;
  font-weight: 500;
  font-size: 1.3em;
}

.custom_category_title {
  height: 20px;
  color: var(--secondary_color) !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 2px;
  text-shadow: 11px 12px 15px rgba(0, 0, 0, 0.1);
}

.custom_card_title_focus {
  color: var(--primary_color) !important;
  font-weight: 600;
  font-size: 1.4em;
}

.custom_card_text {
  font-size: 1.15em;
  color: var(--primary_color) !important;
  font-weight: 600;
}

.custom_card_text_1 {
  font-size: 1.3em;
  color: var(--primary_color) !important;
  font-weight: 300;
}

.custom_card_text_promo {
  height: 58px;
}

.custom_card_category {
  font-size: 1.15em;
  color: var(--white) !important;
  text-shadow: 1px 2px 5px #333;
  font-weight: 200;
}

.custom_card_items:hover {
  background: var(--white);
  transition: all ease-in-out 0.5s;
  cursor: default;
}

.custom_card {
  width: 350px;
  border: none;
  height: 350px;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.custom_p_info {
  display: flex;
  justify-content: space-between;
}

.custom_p_price {
  position: absolute;
  right: 10px;
  top: 20px;
}

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

.custom_p_image img {
  width: 240px;
  transform: rotate(15deg);
  transition: all 0.5s;
}

.custom_p_about {
  position: absolute;
  width: 170px;
  font-size: 10px;
  top: 140px;
  left: -125px;
  opacity: 0;
}

.custom_card:hover .custom_p_about {
  animation: content 300ms ease-in forwards;
}

.custom_inner_main_image {
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.custom_inner_main_image img {
  max-height: 700px;
  max-width: 100%;
}

.custom_inner_thumbnail {
  height: 100px;
  width: 100px;
  overflow: hidden;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
}

.custom_border_image {
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
}

.custom_thumbnail {
  height: 100px;
  cursor: pointer;
}

.custom_brand {
  font-size: 1em;
}

.custom_act_price {
  color: var(--primary_color);
  font-weight: 400 !important;
  font-size: 2em;
}

.custom_fixed_product {
  position: fixed;
  width: 22%;
}

.custom_dis_price {
  text-decoration: line-through;
  font-size: 2em;
}

.custom_dis_price_promo {
  text-decoration: line-through;
  color: #a3cfe9 !important;
  font-size: 1.1em;
}

.custom_about p {
  font-size: 1em;
  color: var(--grey_color) !important;
}

.custom_btn_vista {
  width: 100%;
}

.custom_articulo_shadow,
.custom_articulo_description {
  background: #222;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.custom_shadow_1 {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.custom_articulos_titulo {
  font-weight: 300;
  color: var(--dark_color);
}

.custom_articulos_subtitulo {
  font-weight: 300;
  color: var(--grey_color);
}

.custom_order .card {
  position: relative;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.custom_text_icon_size {
  font-size: 1.4em;
}

.custom_text_icon:nth-child(1) {
  color: var(--primary_color) !important;
  position: fixed;
  z-index: 1020;
  bottom: 100px;
  right: 10px;
}

.custom_text_icon:nth-child(2) {
  color: var(--primary_color) !important;
  position: fixed;
  z-index: 1020;
  bottom: 160px;
  right: 10px;
}

.custom_text_icon:nth-child(3) {
  color: var(--primary_color) !important;
  position: fixed;
  z-index: 1020;
  bottom: 220px;
  right: 10px;
}

.custom_text_icon:nth-child(4) {
  color: var(--primary_color) !important;
  position: fixed;
  z-index: 1020;
  bottom: 280px;
  right: 10px;
}

.custom_text_icon:hover {
  color: var(--secondary_color) !important;
}

.custom_ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.custom_ribbon::before,
.custom_ribbon::after {
  position: absolute;
  content: "";
  display: block;
  border: 5px solid var(--primary_color);
}

.custom_ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: var(--primary_color);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-family: var(--primary_font) !important;
  font-weight: 200;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.custom_ribbon_top_right {
  top: -12px;
  right: -12px;
}

.custom_ribbon_top_right::before,
.custom_ribbon_top_right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.custom_ribbon_top_right::before {
  top: 0;
  left: 0;
}

.custom_ribbon_top_right::after {
  bottom: 0;
  right: 0;
}

.custom_ribbon_top_right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

@keyframes content {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    left: 25px;
  }
}

.custom_card:hover .custom_p_image img {
  animation: onimage 300ms ease-in forwards;
}

.custom_card:hover .custom_p_price {
  animation: onprice 500ms ease-in forwards;
}

@keyframes onprice {
  0% {
    right: 10px;
    top: 20px;
  }

  50% {
    right: 60px;
    top: 30px;
  }

  100% {
    right: 70%;
    top: 70px;
  }
}

@keyframes onimage {
  0% {
    width: 250px;
  }

  50% {
    width: 200px;
    transform: translateY(-30px);
    transform: translateX(100px);
  }

  100% {
    width: 180px;
    top: 100px;
    transform: translateY(100px);
    transform: translateX(110px);
  }
}

.custom_buttons {
  position: absolute;
  bottom: -150px;
}

.custom_card:hover .custom_buttons {
  animation: buttons 500ms ease-in forwards;
}

@keyframes buttons {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 20px;
  }
}

.custom_btn {
  height: 50px;
  font-size: 16px;
  width: 140px !important;
  font-weight: 600;
}

.custom_img_art_card {
  height: 300px;
}

@media (max-width: 800px) {
  .custom_caption_height {
    width: 70%;
  }

  .custom_header_text {
    font-size: 0.75em;
  }

  .custom_inner_thumbnail {
    height: 70px;
  }

  .custom_inner {
    height: 180px;
  }

  .custom_inner_main_image {
    height: 400px;
  }

  .custom_inner_main_image img {
    height: 320px;
  }

  .custom_thumbnail {
    height: 50px;
  }
}

@media (max-width: 1400px) {
  html {
    font-size: 80%;
  }
}

@media (max-width: 900px) {
  html {
    font-size: 70%;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 90%;
  }
}

@media (max-width: 1700px) {
  .custom_fixed_product {
    width: 25%;
  }
}

@media (max-width: 1550px) {
  .custom_fixed_product {
    width: 28%;
  }
}

@media (max-width: 1400px) {
  .custom_fixed_product {
    width: 25%;
  }
}

@media (max-width: 1300px) {
  .custom_fixed_product {
    width: 28%;
  }
}

@media (max-width: 1190px) {
  .custom_fixed_product {
    width: 32%;
  }
}

@media (max-width: 1115px) {
  .custom_fixed_product {
    width: 35%;
  }

  .custom_height_img {
    max-height: 25px;
  }
}

@media (max-width: 990px) {
  .custom_fixed_product {
    width: 28%;
  }

  .custom_articulos_titulo {
    font-size: 1.1em !important;
    font-weight: 600;
  }
}

@media (max-width: 900px) {
  .custom_fixed_product {
    width: 32%;
  }
}

@media (max-width: 767px) {
  .custom_fixed_product {
    width: 100%;
    position: inherit;
  }

  .custom_card_title_full_width {
    font-size: 1em;
  }

  .custom_card_subtitle_full_width {
    font-size: 0.8em;
  }

  .custom_articulo_description {
    background: none;
    box-shadow: none;
  }

  .custom_img_art_card {
    height: 150px;
  }
  .custom_card_title_promo {
    position: absolute;
    top: 4%;
    left: 7%;
  }

  .custom_btn_1 {
    width: 100% !important;
    margin: 5px 0;
  }

  .custom_title_footer {
    font-size: 1.3em;
  }

  .navbar-collapse {
    background: var(--dark);
    margin-top: 22px;
  }

  .custom_card_title_promo,
  .custom_card_title_promo_2,
  .custom_card_title_promo_3,
  .custom_card_title_promo_4 {
    right: -1% !important;
  }
}



.text-icon {
  color: #3fb649 !important;
  position: fixed;
  z-index: 9999;
  bottom: 100px;
  right: 5px;
}
