.new-bag {
    border:0px dotted #ccc;
    display: inline-block;
    width: 100%;
    font-size: 12px;


}

.itensTotal {
    font-style: italic;
    margin-left:26px;
}

.subvalor {
    font-weight: bold;
   
}



.destaque {
    background: #FF9900;
    padding:10px;
    margin-bottom:50px;

}
        .header-cat {
            width: 100%;
            overflow: hidden;
            position: relative;
        }
        .image-container {
            display: flex;
            width: 2400px; /* O dobro da largura da imagem */
            animation: scrollImage 10s linear infinite;
        }
        .image-container img {
            width: 1200px;
            height: auto;
        }
        @keyframes scrollImage {
            from {
                transform: translateX(0);
            }
            to {
                transform: translateX(-1200px);
            }
        }


.breadcrumb {
    margin-top: 0px !important;
    font-family: Verdana, sans-serif !important;
    color: #666 !important;
    font-size: 25px !important;
    padding-left:90px !important;
    margin-bottom: 0px !important;
}



.breadcrumb a {
    text-decoration: none !important;
    color: #DD8A0D !important;
}
.breadcrumb a:hover {
    text-decoration: underline !important;
}
.breadcrumb span {
    font-weight: bold !important;
    color: #000 !important;
}

.cat-modo {
 
    background:#fff;
    border-radius: 15px 0px 0px 0px;
    border-top: 2px solid  #660099;
    border-left: 2px solid  #660099;

    

   
}

.change-modo-cat {
    font-size: 14px;

    padding: 3px 8px 1px 8px;
    border-radius: 5px;
    color: #fff !important;
    background: #660099;
    text-decoration: none;
    margin-right:12px;
    margin-top:20px;
    overflow: hidden;
     float:right;
     border: 0px solid  #660099;

    
} 

/* Botão principal */
        .base-menu {
            position: fixed;
            right: 0;
            top: 41%;
            z-index: 99999;
            border: 1px solid #660099;
            border-right:0px;
            border-radius: 50px 0px 0px 50px;
            padding: 15px 0px 15px 0px;
            color: #fff;
            background-color: #660099;
            cursor: pointer;
            transition: background 0.3s;
            font-size: 10px;
        }

        .base-menu:hover {
            background-color: #660099;
            color: white;
        }

        .menu-container {
    position: fixed;
    top: 39%;
    right: -300px;
    background: #8B00CE;
    border: 1px solid #660099;
    border-right:0px;
    border-radius: 20px 0 0 20px;
    padding: 10px;
    width: 250px;
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    
}

.menu-container.open {
    right: 0;
}

.menu-list {
    display: flex; /* Alinha os itens na horizontal */
    justify-content: space-around;
    padding: 0;
    list-style: none;
    margin: 0;
    color: #f8f8f8;
}

.menu-item {
    text-align: center;
    cursor: pointer;
    padding: 6px 5px 0px 5px;
    flex: 1;
}

.menu-item i {
    display: block;
    font-size: 20px;
}

.menu-item span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.menu-item.active {
    background: #F1F1F1;
    color: #660099;
    border-radius: 5px;
    
}

.menu-options {
    margin-top: 10px;
    padding: 10px;
    background: #f8f8f8;
    border-radius: 5px;
    
}

.menu-option {
    padding: 5px;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;

    
}

.menu-option a {
        color: #660099 !important;
}

.menu-option:last-child {
    border-bottom: none;
}



.fa-bars {
    margin-left:4px;
}

.base-menu-select {
    padding: 6px 13px;
        background-color: #fff;
    color: #609;
    border-radius: 0px 0px 0px 15px;
    cursor: pointer;
    transition: background-color 0.3s;

    border: 2px solid  #660099;
    border-right: 0px;
    right:0;
}




.base-menu-select:focus {
    outline: none;

}

.base-menu-select option {
    background-color: #fff;
    color: #660099;
}



.label-select {
    display: block;
    margin-bottom: 0px; 
    background:#660099;
    color:#fff;
    padding:6px 0 6px 13px;

  
}


.wrapper-container {
    padding-top:0px !important;
}

.slider-container {
      overflow: hidden;
      white-space: nowrap;
      width: 100%;
    }

    .slider-item {
      display: inline-block;
      width: 300px; /* Largura desejada para cada item */
      padding: 10px;
      box-sizing: border-box;
      background-color: #ddd;
      margin-right: 10px; /* Espaçamento entre os itens */
    }

.attribute {
    text-align: left;
    margin: 0px 0 0 0 !important;
    border: 0px solid #000;
    padding-top:0px;
}

.attribute h2 {
    background: #f5f5f5;
    color: #609;
    padding: 3px 25px;
    border-radius: 20px;
    display: inline-block;
    margin-right: 20px;
    border-bottom: 5px solid #660099;
}


 .preload-text {
        font-size: 12px;
        font-weight: bold;
        color: #333;
        padding: 0px;
        text-align: center;
    }




.pagar-agora-button {
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
} 

.pagar-agora-button:hover {
    color:#fff;
}

/* Estilo para o botão ativado */
.pagar-agora-button.botao-ativo {
    background-color: #14BA39; 
}

.pagar-agora-button.botao-ativo:hover {
    background-color: #0D7324; 
}

/* Estilo para o botão desativado */
.pagar-agora-button.botao-desativado {
    background-color: #ccc; /* Cor cinza claro */
    cursor: not-allowed;
}



.alerta-message {
font-size: 16px;
text-align:center;
z-index:99999;
position: absolute;
background: rgba(255, 255, 255, 0.8);
width:100%;

 
}

.alerta-message-success {
background: rgba(255, 255, 255, 0.8);
padding-top:30px;
padding-bottom:30px;
z-index: 9999;
font-size: 16px;
font-weight: bold;
color: #2E5F3F;

}

.alert-message-error {
     background: #FF0000;
    color: #fff;
    border-radius: 10px;
    border: 0px dotted #2E5F3F;
}

.dinan-error {
    background-color: #FFAAAA;
       border-radius: 10px;
}

.dinan-final {
   background: #EFF4E8;
   border-radius: 10px;
}

.dinan {
animation: dinan 0.3s 1;  
border-radius: 10px;
     background: #D1DFBB;
   
     padding:0px 5px;
}

.dinan::after { 
    background: #fff;
}

/* Defina a animação de vibração */
@keyframes dinan {
    0% {
        transform: translateX(-2px); /* Mova para a esquerda */
    }
    25% {
        transform: translateX(2px); /* Mova para a direita */
    }
    50% {
        transform: translateX(-2px); /* Mova para a esquerda */
    }
    75% {
        transform: translateX(2px); /* Mova para a direita */
    }
    100% {
        transform: translateX(0); /* Volte à posição original */
    }
}


.vibrate {
animation: vibrate 0.3s 3;  
border-radius: 20px;
     background: #f00 !important;
     color: #fff;
     padding:0px 5px;
}

.vibrate::after { 
    
}

/* Defina a animação de vibração */
@keyframes vibrate {
    0% {
        transform: translateX(-2px); /* Mova para a esquerda */
    }
    25% {
        transform: translateX(2px); /* Mova para a direita */
    }
    50% {
        transform: translateX(-2px); /* Mova para a esquerda */
    }
    75% {
        transform: translateX(2px); /* Mova para a direita */
    }
    100% {
        transform: translateX(0); /* Volte à posição original */
    }
}

.vibra {
animation: vibra 0.3s 3;  
border-radius: 20px;
     background: #f5f5f5 !important;
     color: #fff;
     padding:0px 5px;
}

.vibra::after { 
    
}

/* Defina a animação de vibração */
@keyframes vibra {
    0% {
        transform: translateX(-2px); /* Mova para a esquerda */
    }
    25% {
        transform: translateX(2px); /* Mova para a direita */
    }
    50% {
        transform: translateX(-2px); /* Mova para a esquerda */
    }
    75% {
        transform: translateX(2px); /* Mova para a direita */
    }
    100% {
        transform: translateX(0); /* Volte à posição original */
    }
}


@keyframes moveCartAnimation {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.2);
    }
}

.cloned-image { 
  position: absolute;



   z-index: 999999;

  animation: moveCartAnimation 1s linear forwards;

      transform: translate(-50%, -50%);

}



.teste .moving-cart {

    animation: moveCartAnimation 1s linear forwards;

     border-radius: 50%; 

}

.fas.fa-shopping-bag {
    position: relative;
    font-size: 38px; 
    margin-right: 15px; 
    border: 0px solid #000;
     color: #660099; 
     z-index: 2;
}




.fas.fa-shopping-bag .quantidade-var {
    position: absolute; 
top: 15px; 
left:12px; 
    background-color: #fff; 
    color: #660099; 
    border-radius: 50%; 
    padding: 6px 9px; 
    font-size: 12px; 
     border: 1px solid #000;
   
}




.carrinho {
        
            margin: 0 auto;
            border: 1px solid #ccc;
            padding: 10px;
            background-color: #f9f9f9;
        }
        .item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
        }
        .item img {
            width: 50px;
            height: 50px;
            margin-right: 10px;
        }

.cartizando {
    border: 1px solid #000;
    padding: 10px;
}



#pesquisa-produtos {
    margin-bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 9999;
    text-align: center; display: normal;
   
   
 
}

#pesquisa-produtos form{
      display: inline-block; 
    margin: 0 auto;
    
}

.pesquisa-produtos input[type="submit"] {
    padding: 10px 20px;
    background-color: #0073e6;
    color: #fff;
    border: none;
    cursor: pointer;
    display: inline;

 
}

.pesquisa-produtos input[type="text"] {
      padding: 10px 20px;
    cursor: pointer;
border: none;
    
    border-radius: 20px;
    border: 1px solid #ccc;
   width: 100%;
   margin-left: 0px;

}

#palavra_chave {
    flex: 1;
    padding: 10px;
    margin-right: 10px; 
}





#subtotal-variation {
    position: fixed;
    top: 0px;
    z-index: 99999;
    background-color: #fff;
    font-size: 15px;
    width: 100%;
    padding: 11px;
    left: 0;
    border-bottom: 1px dotted #609;
    display: flex;
    justify-content: space-between; 
    align-items: center;
}




.subtotal-cont, .easy-products-header, .subvalorTotal {
    
      padding: 0px;
    border: 0px solid #ccc;
    
    
}

.easy-products-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 0px solid #ccc;
    text-align: center;
    padding: 0px;
}

.easy-products-header h1 {
    font-size: 18px !important;
    font-weight: bold;
    color: #609;
    padding-top: 5px;
    border: 0px solid #ccc;
}

.easy-products-header img {
    width: 50px;
    height: auto;
    margin-right: 8px;
}



.subtotal-cont {
  flex: 1;
  
}



.itemsInCart {
    left:0px;
  
  
         z-index: 99999;
}




/* Estilos para a seção de produtos */
#products-container {

  z-index: 9999;

    
    border: 0px solid #000;
    margin-top: 0px;
    padding: 0px 80px 80px 80px;
}

.variation {
    align-items: center;
    display: flex;
    margin-bottom: 37px;
    border-bottom: 1px dashed #660099;

    padding: 5px 0px 5px 0px;
flex-direction: row;
align-content: center;
   
}




.image-column {
    flex: 1;
    margin-right: 20px;
     border: 0px dashed #e1e1e1;
   
     
}

.image-column img {
    max-width: 100%;
    height: auto;
      border: 0px dashed #e1e1e1;
    border-radius: 10px;
   
     padding: 5px;
}


.info-column {
flex:4;
display: block;
border: 0px solid #f00;

align-items: center;
     
}



.info-column h2 {

margin-top:3px;
color: #660099;
border: 0px solid #000;
font-size: 20px;
   
}

.top-row {

border: 0px solid #f00;
display: block;
float: left;


}

.bottom-row { 
border: 0px solid #f00;
float: right;
padding: 0px;
margin-top: 0px;
display: block;

}

#variation-catt {
font-weight: normal;
border: 0px solid #ccc;
border-radius: 8px; 
 cursor: pointer;
}


.priceteste {
    font-size: 30px;
    margin-bottom: 5px;
    border: 0px solid #000;
    display: block;
}

#variation-description-toggle {
    border-radius: 100%;
    text-align: center;
    font-weight: bold;
    color: red;
    cursor: pointer;
    display: inline-block;
 margin-left: 3px;
}

.variation-description-toggle i {
    border: 2px dotted #333;
     border-radius: 100%;
}


.variation-description {
  padding:6px 15px;
    border: 1px solid #660099;
    background-color: #f2f2f2;
    color: #333;
justify-content: space-between;
    align-items: center;
    text-align: left;
    border-radius: 10px;
    font-size: 15px;
    position: absolute;
    right: 10px;
    left: 290px;
    font-weight: normal;
    margin-top: -65px;
    z-index: 99999;
}








.quantity input[type="button"] {
  background-color: #660099; 
    color: #fff; 
    border: none; 
    border-radius: 50px; 
    cursor: pointer; 
    transition: background-color 0.3s;
width: 100%;
height: 100%;
    font-size: 20px;
    border: 2px solid #c3c3c3;
    text-align: center;
    padding:0px;


}

.quantity input[type="button"]:hover {
    background-color: #660099; color: #fff;
    
}

.quantity input[type="text"] {
    background-color: #f3f3f3; 
    color: #660099; 
    border: none; 
    border-radius: 50px; 
    cursor: pointer; 
    transition: background-color 0.3s;
width: 100%;
height: 100%;
    font-size: 20px;
    border: 2px solid #c3c3c3;
    text-align: center;
    padding:0px;

}

button.adicionar-ao-carrinho-btn {
margin-top: 16px;
    padding: 10px 30px;
    background-color: #DD8A0D !important;
    border-radius: 50px;
    border: 0px solid #660099;
display: flex;
    color:#fff !important;
    float: right;
    font-size: 20px;
 

}

.adicionar-ao-carrinho-btn:hover {

    background: #660099;
     box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
     color: #fff;
}

.remover-do-carrinho-btn {

    padding: 1px 10px;
    background: #f2f2f2;
    border-radius: 50px;
    border: 1px solid #660099;
display: flex;

    color:#660099;
float: right;
}


.add_to_cart_button.added-to-cart { background-color: #00cc00; color: #fff;  }


.add_to_cart_button.hide-add {
    display: none;
}

.add_to_cart_button:hover {
    background-color: #ff9811; 
    color: #fff;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:#660099;
 
}

.arrow-up {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #FF770F;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 15px;
    
}

.arrow-up i {
    font-size: 15px;
    color: #FF770F;
}

.slide-menu {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #FF770F;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 15px;
    margin-bottom: 10px;
}

.slide-menu i {
    font-size: 15px;
    color: #FF770F;
}

.container-user {
    position: relative;
    height: 40px;
    transition: height 0.3s ease-in-out;
    padding-top: 10px;
}

.content-user {
    position: absolute;
    background-color: #000;
    padding: 10px;
    z-index: 100;
    display: none;
}

.content-user.active {
    display: block;
    position: fixed;
    padding-bottom: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #f3f3f3;
    transition: all 0.3s ease;
    max-height: 60%;
    width: 60px;
}

#total-carrinho {
    font-size: 18px;
    font-weight: bold;
}

#resultado-cep {
    font-weight: italic;
    margin-right: 10px;
    max-width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 12px;
    text-align: left;
}

#carrinho-footer {
    margin-right: 10px;
    font-weight: bold;
}

button.calcular-entrega {
    color: #fff;
    border: none;
    padding: 2px 18px;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
    font-size: 15px;
    background-color: #0084FF !important;
}

button.calcular-entrega:hover {
    transform: scale(1.01); 
        transition: transform 0.1s; 
}

.pagar-agora {
    display: flex;
    align-items: center;
}

.pagar-agora-button {
    background-color: #0DC143;
    color: #fff;
    border: none;
    padding: 2px 18px;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
    font-size: 15px;
}


.easy-products-cfee {
    bottom: 53px;
    position: fixed;
    right: 0px;
    background-color: #9E00EA;
    color: #fff;
    z-index: 9998;
    border-radius: 20px 20px 0px 0px;

    border: 1px solid #660099;
    padding:10px;
    
}



  

label.cep-label {
    display: block;
    font-weight: bold;
    border:0px solid #f00;
    text-align: left;
}

.cep-campo {
    height: 30px !important;
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #0084FF;
    border-radius: 50px;
    box-sizing: border-box;
    margin-right: 10px;
    color: #999;
    border:1px solid #f00;
    width: 100%;
    
}

.cep-campo:focus {
    outline: none;
    border-color: #0084FF;
    box-shadow: 0 0 5px rgba(255, 165, 0, 0.5);
}

.cep-campo:invalid {
    border-color: #ffa500;
}

.cep-campo::placeholder {
    color: #999;
}





.big-day {
    display: flex;
    border: 0px solid #fff;
    margin-bottom: 10px;
}

.big-day h5 {
    font-size: 15px;
    color: #f3f3f3;
}

.big-day span {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    margin-left: 5px;
}


.fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: #f3f3f3;
    padding: 10px;
}

.fullscreen-content {
    position: absolute;
    top: 85px;
    left: 0;
    display: flex;
    border: 0px dotted #000;
    display: flex;
    overflow-y: auto;
    width: 100%;
    border: 0px solid #000;
    height: calc(100% - 50px);
     z-index: 99999;
    
}

.titleTeste {
    position: fixed;
    top: 0px;
    width: 100%;
    color: #fff;
    padding: 60px 0px 20px 70px;
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f3f3f3;
    font-size: 30px;
    border-bottom: 2px dashed #666;
    color: #666;

}


.close-button {
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
 
    right: 20px;
    position: absolute;
}

.cart-content {
    padding: 60px 20px 20px 70px;
    text-align: left;
    width: 100%;
    display: block;
 
    
}

#woocommerce-cart {
    padding-bottom: 100px;
}





.mobile-only {
    display: none;
}

/* Estilo para dispositivos móveis */
@media screen and (max-width: 768px) {
    
    .new-bag {
   text-align:center;
    align-items: center;
    border:1px dotted #ccc;
    display: contents;

}
    
    .itensTotal {
    margin-left:5px;
}

.subvalor {
    padding:0px 5px;
}

    

.breadcrumb {
    margin-top: 50px !important;
    font-family: Verdana, sans-serif !important;
    color: #666 !important;
    font-size: 16px !important;
    margin-bottom: 0px !important;
    padding-left:20px !important;
}



.breadcrumb a {
    text-decoration: none !important;
    color: #DD8A0D !important;
}
.breadcrumb a:hover {
    text-decoration: underline !important;
}
.breadcrumb span {
    font-weight: bold !important;
    color: #000 !important;
}
    
    


    
    .mobile-only {
        display: inline-block;
    }
    

    
    .wrapper-container {
    padding-top:0px !important;

}


    
    
    .easy-products-header h1 {
    font-size: 10px !important;
    font-weight: bold;
    color: #609;
    padding-top: 0px;
    border: 0px solid #ccc;
}

.easy-products-header img {
    width: 22px;
    height: auto;
    margin-right: 8px;
}


.order-item-es {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
margin-bottom: 20px;
margin-top: 20px;
    padding: 10px;
     font-size: 10px;
}

/* Estilização das informações do pedido */
.order-details-es {
    margin-bottom: 10px;
}

/* Deixar "Pedido:", "Data:" e "Status:" na mesma linha */
.order-id-es, .order-date-es, .order-status-es {
    display: inline;
    margin-right: 10px;
    font-weight: bold;
}

.customer-name-es, .customer-email-es {
    display: block;
    margin-bottom: 5px;
}

.product-info-es {
    display: block;
    margin-bottom: 5px;
}

.payment-method-es {
    display: block;
    margin-bottom: 10px;
}

/* Botão de ação (Reordenar) */
.action-button-es {
    background-color: #0073e6;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: bold;
}

/* Links de login e registro */
.login-link-es, .register-link-es {
    text-decoration: none;
    color: #0073e6;
    font-weight: bold;
    margin-left: 5px;
}

    
    #subtotal-variation {
    position: fixed;
    top: 0px;
    z-index: 99999;
    background-color: #fff;
    font-size:12px;
    width: 100%;
    padding: 11px;
    left:0;

    border: 1px dotted #609;
    
 
}

.subtotal-variation {
    float: right;
    right: 0;
}




.itemsInCart {
    left:0px;
  
     padding-left: 15px;
         z-index: 99999;
}


    
    .footer-fixed {
    position: fixed;
     bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:#660099;
    
}
    
    .variation-description {
    display: normal;
  
    padding:6px 6px;
    border: 1px solid #660099;
    background-color: #f2f2f2;
    color: #333;
justify-content: space-between;
    align-items: center;
    text-align: left;
    border-radius: 10px;
    font-size: 8px;
    position: absolute;
    right: 10px;
    left: 180px;
    font-weight: normal;
    margin-top: -1px;
}
    
.alert-message {



}

.alert-message-success {




}


.alert-message-error {
     background: #FF0000;
    color: #fff;
    border-radius: 10px;
    border: 0px dotted #2E5F3F;
}

.fas.fa-shopping-bag {
    position: relative; 
    font-size: 30px;
    margin-right: 5px; 
    border: 0px solid #000;
     color: #660099; 
     float:left;
      margin-top: 10px;
      z-index: 2;
}




.fas.fa-shopping-bag .quantidade-var {
    position: absolute; 
top: 15px; 
left:15px;
    background-color: #fff; 
    color: #660099; 
    border-radius: 50%; 
    padding: 3px 5px; 
    font-size: 10px; 
     border: 0px solid #F9991E;
     border:1px solid #ccc;
     
}
    
    .easy-products-cfee {
    position: fixed;
    left: 0px;


    padding: 10px;
    text-align: center;

    display: flex;
    justify-content: space-between;
    align-items: left;


    margin-bottom: 0px; 
}


#products-container {
    padding-bottom: 20px;
    padding-top: 0px;
    padding-left:10px;
    padding-right:10px;
    margin-top:0px !important;
}

   .variation {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px dashed #660099;
    padding: 5px 0px 5px 0px;
    flex-direction: row;
    align-content: center
  
}

    
    

.image-column {
    flex: 1;
    margin-right: 2px;
     border: 0px dashed #e1e1e1;
     
}

.image-column img {
    
}


.info-column {
flex:4;
display: block;
border: 0px solid #f00;

align-items: center

}

.info-column h2 {

margin:0px;
color: #660099;
border: 0px solid #000;
font-size: 10px;
   
}

.top-row {

border: 0px solid #f00;
display: block;
float: left;
}

.toggle-maximize {
margin:18px 0px 0px 0px; 
float:left;
text-align:left;
position:relative;
z-index:10;
border:0px solid #f00;
}

.bottom-row { 
border:0px solid #f00;
margin-top: 0px;


}


#variation-catt {
    font-size: 10px;
display: block;
border: 0px solid #f00;
line-height: 1.5;
}

.gramat {
    font-size: 10px;
border: 0px solid #f00;
line-height: 1.5;
}


.variation-description {
  padding:2px 5px;
    border: 1px solid #660099;
    background-color: #f2f2f2;
    color: #333;
justify-content: space-between;
line-height: 1.5;
}
    

button.adicionar-ao-carrinho-btn {
margin-top: 0px;
    padding:17px 3px 0px 3px;
    background: #DD8A0D !important;
    border-radius: 50%;
    border: 0px solid #914800;
    color:#fff !important;
    float: right;
    font-size: 8px;
    width: 54px;
    height: 54px;
    display: flex;
   box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.5);
font-weight: bold;

}

.adicionar-ao-carrinho-btn:hover {

    background: #660099;
     box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
     color: #fff;
}



 

.attribute h2{ font-size: 10px; display: inline-block;  
padding:0px 25px 3px 25px; 
 
border-radius:20px; 

    
}

.attribute {
    margin:0px 0 10px 0 !important;
}


   .priceteste {
    font-size: 10px;
    display: block;
    margin-bottom: 0px;
    border: 0px solid #f00;
    
} 



.ap-qty {
       font-size: 12px
}




.slide-menu {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border:2px solid #FF770F;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 15px;
    margin-bottom: 10px;
   
}

.slide-menu i {
    font-size: 15px;
    color: #FF770F;  
    
}

.container-user {
    position: relative;
    height: 40px; /* Altura inicial */
    transition: height 0.3s ease-in-out;

}


.container-user {
    position: relative;
    height: 40px; /* Altura inicial */
    transition: height 0.3s ease-in-out;
    padding-top: 10px;
}

.content-user {
    position: absolute;
    background-color: #000;
    padding: 10px;
    z-index: 100;
    display: none; 
}

.content-user.active {
    display: block; 
    position: fixed;
    padding-bottom: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #f3f3f3;
    transition: all 0.3s ease;
    max-height: 60%;
    width: 60px;
}

.footer-fixed {
    position: fixed;
     bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
 
    margin-top: 54px;
    
}






.fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#f3f3f3;
    z-index: 99999;
  width: 100%;
    
}

.fullscreen-content {
    position: absolute;
     top: 60px;
    left: 0;
    display: flex;
      border: 0px dotted #000;
      padding:0px;
        display: flex;
    overflow-y: auto; 
    width: 100%;
    height: 100%;
     
}

.title {
     position: fixed;
     top: 0px;
    width: 100%;
    color: #fff;
     padding: 10px;
    text-align: center;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:#f3f3f3;
    font-size: 25px;
    border-bottom: 2px dashed #666;
    color: #666;
    
}


.cart-content {
    padding: 20px 20px 20px 20px;
    text-align: left;
    width: 100%;
    display: block;
}

.close-button {
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    float: right;
    z-index: 1000;
    position: fixed;
    right: 20px;
    top: 15px;
    padding:6px 8px;
    
}

.fullscreen-content .title {
    position: fixed;
}

.fullscreen-content .content {
    margin-top: 0px;
    height: 100%; 
    overflow-y: auto; 
    border: 0px dashed #666;
    color: #666;
}



}

