﻿/* ESCOPO GLOBAL das LISTAS*/

.label-percentage {
  font-size: 14px;
  background-color: var(--second-color);
  display: grid;
  grid-auto-flow: column;
  align-content: center;
  padding: 0px 10px;
  grid-column-gap: 5px;
  border-radius: 50px;
  height: 20px;
  margin-top: 3.5px;
  font-size: 14px;
  font-weight: 700;
  background-color: var(--second-color);
  color: var(--white);
}

.product-price-from {
  font-size: 14px;
  font-weight: 300;
  color: var(--third-color);
}

.product-price-from span {
  font-weight: 700;
  text-decoration: line-through;
}

.product-content .grid-column {
  grid-template-columns: max-content;
  grid-column-gap: 5px;
  align-items: end;
  justify-content: space-between;
}

.product-content .cart-icon {
  background-color: rgba(28, 229, 232, 0.4);
  height: 40px;
  width: 40px;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}

.product-content .cart-icon svg path {
  fill: var(--first-color);
}

.product-content .cart-icon:hover {
  background-color: var(--first-color);
  border-radius: 2px;
}

.product-content .cart-icon:hover svg path {
  fill: var(--white);
}

.product-content .product-price-to {
  color: var(--first-color);
  font-size: 14px;
  font-weight: 700;
}

.product-content .product-price-to span {
  font-size: 16px;
}

li .aviso-adicionar {
  background-color: var(--first-color);
  color: var(--white);
  position: absolute;
  opacity: 0;
  align-items: center;
  width: 100%;
  text-align: center;
  height: 40px;
  bottom: 0;
  justify-content: center;
  column-gap: 5px;
  transition: all 0.2s ease-in-out !important;
}

li:hover .aviso-adicionar {
  opacity: 1;
}

@media (hover: none) {
  li .aviso-adicionar {
    opacity: 1;
  }
}

/*****************/
/*****************/
/*-- Main 0 (lista-1) --*/
/*-- Css que serve apenas para o Lista 1 --*/
/*****************/
/*****************/

/*Título da listagem de produtos*/
.title-and-conversion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
}

.title-and-link-to-category {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  grid-column-gap: 20px;
  align-content: center;
}

.title-and-link-to-category h1 {
  font-size: 24px;
  color: var(--theme-main-color);
}

.title-and-link-to-category a {
  font-size: 14px;
  color: var(--third-color) !important;
  display: grid;
  align-content: center;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}

.title-and-link-to-category a:hover {
  text-decoration-color: var(--first-color);
}

.right-part-title-and-conversion {
  display: grid;
  grid-auto-flow: column;
  justify-content: end;
}

.right-part-title-and-conversion .cta-to-whatsapp {
  width: auto;
  height: 50px;
  background-color: var(--whatsapp-color);
  border-radius: 5px;
  display: grid;
  grid-auto-flow: column;
  align-content: center;
  grid-column-gap: 50px;
  padding: 0px 20px;
  white-space: nowrap;
}

.right-part-title-and-conversion .cta-to-whatsapp .right-inner-cta-to-wp {
  display: grid;
  grid-auto-flow: column;
  align-content: center;
  grid-column-gap: 10px;
  align-items: center;
}

.right-part-title-and-conversion .cta-to-whatsapp .right-inner-cta-to-wp p {
  font-size: 18px;
  color: var(--white);
  line-height: 30px;
  vertical-align: middle;
  font-weight: bold;
}

.right-part-title-and-conversion .cta-to-whatsapp .right-inner-cta-to-wp svg {
  height: 30px;
}

.right-part-title-and-conversion .cta-to-whatsapp .left-inner-cta-to-wp p {
  line-height: 30px;
  vertical-align: middle;
  color: var(--white);
}

/*Estrutura da lista. Grid.*/
@media (max-width: 1023px) {
  .title-and-conversion {
    grid-template-columns: 1fr;
    align-content: center;
  }

  .title-and-link-to-category {
    grid-auto-flow: row;
  }

  .right-part-title-and-conversion {
    display: none;
  }

  .product-content-list-1 .product-price-to {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    justify-content: start;
  }
}

/*****************/
/*****************/
/*-- Main 1 - categorias redondas --*/
/*****************/
/*****************/

/*Listagem de todos os produtos/itens */

.section-category {
  background-color: var(--white);
  border-radius: 5px;
  overflow: scroll;
}
.section-category::-webkit-scrollbar {
  height: 8px;
  border-radius: 20px;
  background-color: transparent;
}
.section-category::-webkit-scrollbar-thumb {
  background-color: var(--theme-main-color);
  border-radius: 4px;
}

.section-category ul {
  padding: 50px;
  display: flex;
  gap: 20px;
}

.section-category ul li {
  text-align: center;
  max-width: 100px;
  display: grid;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.section-category ul li a {
  display: inline-block;
}
.section-category h3:hover{
  white-space: normal;
}

.section-category ul li a > div {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-items: center;
  background-color: var(--first-color);
  transition: var(--transition-all);
  transition: all 0.1s ease-in-out;
  overflow: hidden;
}

.section-category ul li a > div > div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-category ul li a:hover > div {
  transform: translateY(-10px);
}

.section-category ul li a h3 {
  color: var(--third-color);
  margin-top: 15px;
  font-size: 14px;
  line-height: 21px;
  margin-top: 10px;
  padding: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 120px;
}


/*****************/
/*****************/
/*-- Main 2 (lista-3) --*/
/*****************/
/*****************/

/* utiliza o mesmo css que o Main 0 na barra de cima */

/*****************/
/*****************/
/*-- Main 3 - categorais quadradas --*/
/*****************/
/*****************/

.list-overflow-wrap-2 ul {
  display: grid;
  column-gap: 20px;
  grid-auto-flow: column;
  grid-template-columns: auto;
}

.list-overflow-wrap-2 li {
  display: grid;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  border-radius: 5px;
}

.list-overflow-wrap-2 img {
  margin: 0 auto;
}

.text-product {
  position: absolute;
  z-index: 2;
}

.list-overflow-wrap-2 {
  overflow-x: auto;
}

.banners-bottom {
  display: flex;
  padding-bottom: 10px;
}

.banners-bottom ul {
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 20px;
  margin-top: 20px;
  display: grid;
  justify-content: space-evenly;
  grid-column-gap: 20px;
}

.banners-bottom li {
  height: 150px;
  width: 182px;
  background-color: var(--first-color);
  transition: all 0.1s ease-in-out;
  padding: 0;
}

.banners-bottom li:hover {
  transform: translateY(-10px);
}

.banners-bottom li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  padding: 0 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 130px;
  padding: 0 20px;
}

    .banners-bottom::-webkit-scrollbar {
        height: 8px;
        border-radius: 20px;
        background-color: transparent;
    }

    .banners-bottom::-webkit-scrollbar-thumb {
        background-color: var(--theme-main-color);
        border-radius: 4px;
    }

/*-- Main 4 (lista-5)--*/

.lista-5 {
  min-height: 490px;  
  max-height: 580px;
  overflow: hidden;
}

.bg-full-width {
    --offset: -10px;
}

@media (max-width: 900px) {
    .bg-full-width {
        --offset: -15px !important;
    }
}

.lista-5-top {
  height: fit-content;
  position: relative;
}

    .lista-5-top::before {
        content: ' ';
        position: absolute;
        left: var(--offset);
        top: 0;
        right: var(--offset);
        height: 340px;
        background: var(--theme-tertiary-color);
        z-index: -1;
    }

.lista-5 .top-lista {
  justify-content: space-between;
  align-items: center;
  height: 140px;
  margin: 0px;
  padding: 0 2vw;
}

.lista-5 .listProdutos {
  padding: 0px;
}

/*Main 4 e 5*/
.see-all {
  font-size: 16px;
  color: #fff !important;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-weight: 500;
}

.see-all:hover {
  color: var(--theme-main-color);
}

/*****************/
/*****************/
/*-- Main 5 (lista-6) - categorias de produtos com background cinza --*/
/*****************/
/*****************/

/*Configurações gerais da lista com os itens*/

.lista-6 {
  min-height: 340px; /*tamanho do ::before do top (background)*/
}

.lista-6-top {
    height: 210px;
    position: relative;
}

    .lista-6-top::before {
        content: ' ';
        position: absolute;
        left: var(--offset);
        top: 0;
        right: var(--offset);
        height:200px;
        background: var(--theme-tertiary-color);
        z-index: -1;
    }

.lista-6-body {
  display: flex;
  margin: -80px 0 0 0;
  justify-content: center;
}

.lista-6-body .grid-6 {
  display: grid;
  grid-gap: 16px;
  padding-bottom: 5px;
  grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px,1fr);
  overflow-x: auto;
}
.lista-6-body .grid-6::-webkit-scrollbar {
    height: 8px;
    border-radius: 20px;
    background-color: transparent;
}

.lista-6-body .grid-6::-webkit-scrollbar-thumb {
    background-color: var(--theme-main-color);
    border-radius: 4px;
}

.lista-6 .top-lista {
  height: 132px;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
}

.lista-6 ul {
  grid-column-gap: 10px;
}

/*Imagem de fundo*/
.lista-6 ul .background-image {
  color: var(--white);
  text-align: center;
  position: relative;
  z-index: 1;
  height: 150px;
  background-color: var(--first-color);
  display: grid;
  justify-items: center;
  padding: 0 20px;
  align-items: center;
  border-radius: 5px;
  transition: var(--transition-all);
  transition: all 0.1s ease-in-out;
  overflow-wrap: anywhere;
}

.lista-6 ul .background-image:hover {
  transform: translateY(-10px);
}

.lista-6 ul .background-image::after {
  content: "";
  background-image: url("../imagens/icone-md-photos.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  display: grid;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.lista-6 ul .background-image p {
  text-align: center;
}

@media (max-width: 1024px) {
  .lista-6 .grid-6 {
    grid-auto-flow: initial;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px;
  }

  .lista-6 ul .background-image:hover {
    transform: translateY(-10px) !important;
  }
}

@media (max-width: 800px) {
  .lista-6 .grid-6 {
    grid-auto-flow: initial;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
  }
}

@media (max-width: 600px) {
  .lista-6 .grid-6 {
    grid-auto-flow: initial;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
  }
}

/*****************/
/*****************/
/*-- Main 6 - tags / etiquetas --*/
/*****************/
/*****************/

.list-slide {
  height: max-content;
  overflow-y: visible;
}

.list-slide .flex-tags {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5,1fr);
  place-items: center;
  overflow: hidden;
}

.list-slide .flex-tags::-webkit-scrollbar {
  height: 8px;
  border-radius: 20px;
  background-color: transparent;
}

.list-slide .flex-tags::-webkit-scrollbar-thumb {
  background-color: var(--theme-main-color);
  border-radius: 4px;
}

.list-slide .flex-tags .tag {
  display: grid;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: default;
  color: var(--first-color);
  min-width: 100px;
  max-width: max-content;
  overflow-y: visible;
}
.list-slide .flex-tags .tag p {
    color: var(--theme-tertiary-color);
}

.list-slide .flex-tags .tag img,
.list-slide .flex-tags .tag i {
  transition: all 0.2s ease-in-out;
  height: 100px;
  width: 100px;
  font-size: 50px;
  border-radius: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.list-slide .flex-tags .tag:hover img,
.list-slide .flex-tags .tag:hover i {
  transform: translateY(-10px);
}

/*Layouts compartilhados entre as listas que carregam produtos (main0, main2 e main4)*/

/*main 0 e 4*/
.listProdutosMain04 .listProdutos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  padding: 0 2vw;
  grid-template-rows: 1fr 1fr;
}

@media (max-width: 1024px) {
  .listProdutosMain04 .listProdutos {
    grid-template-columns: repeat(2, 1fr);
  }

  .list-slide .flex-tags {
    grid-template-columns: repeat(4,1fr);
  }
}

@media (max-width: 600px) {
  .listProdutosMain04 .listProdutos {
    grid-template-columns: repeat(1, 1fr);
  }

  .list-slide .flex-tags {
    grid-template-columns: repeat(3,1fr);
  }
}

.listProdutosMain04 .listProdutos .bgProduct {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    max-height: 400px;
    margin-bottom: 35px;
}

.listProdutosMain04 .listProdutos .bgProduct .bgImage {
  height: 200px;
  background-color: white;
}

.listProdutosMain04 .listProdutos .bgProduct .bgImage .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.listProdutosMain04 .listProdutos .contentProduct {
  padding: 20px;
  background-color: white;
  flex: 1 1 0;
  display: grid;
  grid-row-gap: 10px;
}

.listProdutosMain04 .listProdutos .contentProduct > div > .product-name {
  font-size: 16px;
  font-weight: 300;
  word-wrap: break-word;
  overflow: hidden;
  height: 60px;
  max-height: 60px;
}

.listProdutosMain04 .listProdutos .contentProduct > div > h6 {
  /*ref*/
  padding: 5px 0 10px;
  color: var(--theme-main-color) !important; /*override inline*/
}

.listProdutosMain04
  .listProdutos
  .contentProduct
  #showPrices
  .product-price
  .parcel
  b {
  color: var(--theme-main-color) !important;
}

.listProdutosMain04 #showPrices {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
}
.listProdutosMain04 #showPrices .priceBefore {
  color: #999;
  text-decoration: line-through;
  font-size: 13px;
}

.listProdutosMain04 #showPrices .priceBefore .tag {
  font-size: 15px;
  text-decoration: unset;
  font-weight: 800;
  color: var(--theme-main-font-color);
  padding: 2px 6px;
  border-radius: 20px;
  margin-left: 5px;
  background: var(--theme-secondary-color);
  display: inline-block;
}

.listProdutosMain04 #showPrices .price {
  color: var(--theme-main-color);
  font-weight: 800;
  font-size: 18px;
}

.listProdutosMain04 #showPrices .price span {
  font-size: 13px;
  color: #666;
  font-weight: 400;
}

.listProdutosMain04 .listProdutos .bgProduct .controls {
    opacity: 0;
    position: absolute;
    top: 160px;
    width: 100%;
    height: fit-content;
    padding: 0;
    background-color: transparent;
}

.listProdutosMain04 .listProdutos .cashback {
  background-color: var(--theme-main-color);
  width: 100%;
  height: 30px;
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media (hover: none) {
  .listProdutosMain04 .listProdutos .bgProduct .controls {
    opacity: 1;
  }
}

.listProdutosMain04 .listProdutos .bgProduct .controls button {
  border-radius: 0;
}

.listProdutosMain04 .listProdutos .bgProduct:hover .controls {
  opacity: 1;
}

/*main 2*/

.listProdutosMain2 .listProdutos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.listProdutosMain2 .listProdutos .bgProduct {
  display: flex;
  min-width: 400px;
  width: calc(50% - 20px);
  min-height: 150px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 900px) {
  .listProdutosMain2 .listProdutos .bgProduct {
    width: 100%;
  }
}

.listProdutosMain2 .listProdutos .bgProduct .bgImage {
  aspect-ratio: 1;
  height: 100%;
  background-color: var(--theme-main-color);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.listProdutosMain2 .listProdutos .bgProduct .bgImage .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.listProdutosMain2 .listProdutos .contentProduct {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 130px);
  padding: 20px;
  background-color: white;
  color: var(--theme-tertiary-color);
}

.listProdutosMain2 .listProdutos #showPrices .priceBefore {
  color: var(--theme-tertiary-color);
  text-decoration: line-through;
  font-size: 13px;
}

.listProdutosMain2 .listProdutos #showPrices .priceBefore .tag {
  font-size: 15px;
  text-decoration: unset;
  font-weight: 800;
  color: var(--theme-main-font-color);
  padding: 2px 6px;
  border-radius: 20px;
  margin-left: 5px;
  background: var(--theme-secondary-color);
  display: inline-block;
}

.listProdutosMain2 .listProdutos #showPrices .price {
  color: var(--theme-main-color);
  font-weight: 800;
  font-size: 18px;
}

.listProdutosMain2 .listProdutos #showPrices .price span {
  font-size: 13px;
  color: #666;
  font-weight: 400;
}

.listProdutosMain2 .listProdutos .contentProduct > div > .product-name {
  color: var(--theme-tertiary-color);
  font-size: 16px;
  font-weight: 300;
  word-wrap: break-word;
}

.listProdutosMain2 .listProdutos .contentProduct > div > h6 {
    /*ref*/
    padding: 2px 0 10px;
    color: var(--theme-tertiary-color) !important; /*override inline*/
}

.listProdutosMain2
  .listProdutos
  .contentProduct
  #showPrices
  .product-price
  .parcel
  b {
  color: var(--theme-main-color) !important;
}

.listProdutosMain2 .listProdutos .cashback {
  display: none;
}

.listProdutosMain2 .listProdutos .bgProduct .controls {
  display: flex;
  justify-content: flex-end;
  opacity: 1;
  position: absolute;
  top: 70px;
  padding: 20px;
  background-color: transparent;
}

.listProdutosMain2 .listProdutos .bgProduct .controls button[name="buy"] {
  display: none;
}

.listProdutosMain2
  .listProdutos
  .bgProduct
  .controls
  button {
  border: none;
  width: 40px;
  border-radius: 4px;
  background-color: var(--theme-secondary-color);
  flex: 0 0 40px;
}

.listProdutosMain2
  .listProdutos
  .bgProduct
  .controls
  button
  i {
  color: white;
}

.listProdutosMain2
  .listProdutos
  .bgProduct
  .controls
  button:hover {
  background-color: var(--theme-main-color);
}

.column-gap-10 {
  column-gap: 10px;
}

.bottom-info {
  background-color: white;
  width: 100%;
}

.banner-slider {
  margin-bottom: 20px !important;
  width: 100% !important;
  margin-left: 0 !important;
}

.bgProduct:hover {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}

.margin-bottom-20{
    margin-bottom: 20px !important;
}


/* listas de combos promocionais */
/* #region .combos */
.combos {
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
}

.category .combos .bgProduct.combo {
    height: auto;
    width: calc(100% / 3 - 25px);
    max-width: 500px;
    min-width: calc(100% / 3 - 25px);
    min-height: auto;
    margin: 0px 15px 20px 10px;
    background-color: white;
    border-radius: 5px;
    padding: 25px;
    max-height: 365px;
}

.combos .combo .images {
    margin-bottom: 0px;
    display: flex;
    max-width: 100%;
    overflow: hidden;
    height: 140px;
    width: 100%;
}

    .combos .combo .images img {
        /* o max-height e max-width representam o height e width da imagem na amazon, mais que isso vai ficar borrado */
        max-width: 185px;
        max-height: 139px;
        height: max-content;
        margin: auto;
        min-width: 0;
        object-fit: contain;
    }

        .combos .combo .images img[src=""],
        .combos .combo .images img:not([src]),
        .combos .combo .images img:nth-child(n+5) {
            display: none;
        }

.combos .combo .combo-info {
    width: 100%;
    display: flex;
    height: auto;
    max-height: initial !important;
}

    .combos .combo .combo-info .contentProduct {
        max-width: 215px;
        margin-right: 5px;
        margin-bottom: 25px;
        padding: 0 20px;
        white-space: nowrap;
    }

        .combos .combo .combo-info .contentProduct .priceBefore {
            color: var(--theme-tertiary-color);
            text-decoration-line: line-through;
            font-size: 13px !important;
            font-weight: lighter;
        }

            .combos .combo .combo-info .contentProduct .priceBefore .tag {
                background: var(--theme-secondary-color);
                color: white;
                font-size: 15px !important;
                font-weight: 800;
                padding: 2px 6px;
                margin-left: 5px;
                border-radius: 10px;
            }

        .combos .combo .combo-info .contentProduct .price {
            color: var(--theme-main-color);
            font-size: 18px !important;
            font-weight: 800;
        }

            .combos .combo .combo-info .contentProduct .price span {
                font-size: 13px;
                color: #666;
                font-weight: 400;
            }

.combos .combo .name {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    max-height: 48px;
    overflow: hidden;
    color: #333;
}

.combos .combo:hover .name {
    color: var(--theme-main-color);
}

.combos .combo .products-list p {
    font-size: 13px !important;
    /*color: #666 !important;*/
    color: var(--theme-tertiary-color);
    overflow-y: auto;
    scrollbar-width: thin;
}

    .combos .combo .products-list::-webkit-scrollbar {
        width: 12px;
    }

    .combos .combo .products-list::-webkit-scrollbar-track {
        background: #f0f0f0;
    }

    .combos .combo .products-list::-webkit-scrollbar-thumb {
        background-color: #cdcdcd;
        border-radius: 20px;
        border: 3px solid #f0f0f0;
    }

@media only screen and (max-width: 1425px) {
    .combos .combo .images img:nth-child(n+4) {
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    .combos .combo {
        height: 420px;
    }

        .combos .combo .images {
            height: 100px;
        }

            .combos .combo .images img {
                max-height: 100%;
            }

        .combos .combo .combo-info {
            max-height: 250px;
            height: 250px;
            flex-wrap: wrap;
        }

            .combos .combo .combo-info .contentProduct {
                max-width: 100%;
                flex: 0 0 100%;
                height: 135px;
                margin-bottom: 10px;
            }

            .combos .combo .combo-info .products-list {
                max-width: 100%;
                flex: 0 0 100%;
                height: auto;
                padding: 0px 20px;
            }
}

@media only screen and (max-width: 800px) {
    .combos .combo {
        width: calc(100% / 2 - 25px);
        min-width: calc(100% / 2 - 25px) !important;
    }

        .combos .combo .images img:nth-child(n+3) {
            display: none;
        }
}

@media only screen and (max-width: 550px) {
    .combos .combo {
        width: calc(100% - 25px);
        min-width: calc(100% - 25px) !important;
    }

        .combos .combo .images img:nth-child(3) {
            display: inherit;
        }
}

/* #endregion */