/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2024 | 21:35:17 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
table.item-table {
    text-align: center;
    background-color: #efeeeb;
    margin: 40px 5px;
  }
.item-table thead th {
    color: #fff !important;
    padding: 6px;
  }
table.item-table td {
    border: solid 1px #fff;
    padding: 6px;
    text-transform: uppercase;
  }
 table.item-table th {
    background-color: #eca33c;
    border: solid 1px #fff;
  }
  table.item-table tr:nth-child(even) {background-color: #f7f7f7 !important;}
.woocommerce-tabs .resp-tabs-list li {
    background-color: #f7f7f7  !important;
    padding: 10px 15px 10px 15px !important;
    margin-right: 4px;
    border-radius: 10px 10px 0 0;
    font-size: 1em;
}
.woocommerce-tabs .resp-tabs-list li.resp-tab-active, .woocommerce-tabs .resp-tabs-list li:hover {
    border-color: #f7be68 !important;
}
.no-bottom-space, .no-bottom-space h1  {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.why-chubbs-pg {
    padding-top: 0 !important;
}
.why-chubbs-pg .no-breadcrumbs .main-content {
    padding-top: 1px;
}
.off-text small {
    font-size: 29% !important;
  text-align: center;
    position: relative;
    left: 10px;
    top: 10px;
}
.why-chubbs-pg .elementor-column-gap-default > .elementor-column > .elementor-element-populated, .elementor-column-gap-default > .elementor-row > .porto-ibanner, .porto-gap-default {
    padding: 0;
}
.p65-warn {
    margin-top: 20px;
    font-size: 0.75em;
    padding-left: 15px;
}