
.tf-product-info-heading table td,th {
  border: 1px solid #999;
    border-collapse: collapse;
padding: 4px;
text-align: center;
}
.tf-product-info-heading table th {
  font-weight: 600;
}
.fw800{
  font-weight: 800;
}
.h1cool {
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
}
.everglam-menu {
 border-radius: 0 0 8px 8px;  
 padding-left:  16px;
 padding-right:  16px;
     box-shadow: var(--shadow1);

 }
/*# sourceMappingURL=styles.css.map */


.toolbar-cartcount {  
  position: absolute;
  line-height: 14px;
  height: 14px;
  min-width: 14px;
  text-align: center;
  padding: 0 3px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 9999px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  z-index: 2;
  top: -2px;
  right: -2px;
  color: var(--white);
  background-color: var(--primary);
}


.delivery-box {
  margin-bottom: 10px; 
  padding: 10px; 
  border: 2px solid #aaa; 
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
  margin-left: 10%;
  animation-name: dlvb;
  animation-duration: 0.3s;
}

.delivery-box-active {
  margin-bottom: 10px; 
  padding: 10px; 
  border: 2px solid #aaa; 
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
  margin-left: 0;
  animation-name: dlvba;
  animation-duration: 0.3s;

}


@keyframes dlvba {
  from { margin-left: 10%; }
  to { margin-left: 0; }
}
@keyframes dlvb {  
  from { margin-left: 0; }
  to { margin-left: 10%; }
}

.delivery-box * {
  padding-bottom: 3px; 
}

.delivery-box p {
  padding-bottom: 3px; 
}


.delivery-btn {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #770000;
  border-radius: 999px;
  font-size: 14px; 
  background-color: #fff;
  color: #770000;
  cursor: pointer;
  font-weight: 600;
  padding: 6px;
}

.delivery-btn i {
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  float: left;
  border: 3px solid #770000;
}
.delivery-btn-active {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px; 
  background-color: #770000;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: 6px;
}


.delivery-btn-active i {
  height: 25px;
  width: 25px;
  background-color: #770000;
  border-radius: 50%;
  float: left;
  border: 3px solid #fff;
}

.delivery-btn-active span {
  background-color: #fff;
  color: #770000;
  margin-left: 4px; 
  border-radius: 4px; 
  padding: 3px;
}

.evgtable {
  border: 3px solid #000; 
  width: 100%;
  margin:  6px;
}
.evgtable td, th {
  border: 1px solid #000; 
  text-align: left;
  padding: 6px;
}
 
.evgtable th { 
  font-weight: 600;
}





     #cookie-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            padding: 1px;
            margin:  3px;
            width: 70%;
            background-color: #eee;
            z-index: 1000;
            text-align: center; 
            border: 1px solid #444;
            border-radius: 6px;

        }
     #cookie-banner p {
            font-size: 9px;
            line-height: 9px; 
            letter-spacing: -0.5px;
            font-weight: 400;
        }

    #configurations {
            display: none;
            margin-top: 10px;
        }
 
    .config-option {
            display: flex;
            justify-content: center;
            margin: 10px;
        }

        .config-option label {
            padding-left: 10px;
        }
        .btn-cookies {
            display: inline-block;
            padding: 1px;
            font-size: 8px;
            text-transform: uppercase; 
            border-radius: 10px;
            border: 1px solid var(--line);

        }
        .btn-cookies-light{
            background-color: #fff;
            color: #777;
        }
