[data-archive=default][data-cards=simple] .entry-card {
  background-color: #ffffff;
  margin-bottom: 20px;
}

.attachment-full.size-full.wp-post-image {
  width: 50%;
  height: 50%;
  margin-left: 25%;
}

.ct-featured-image figcaption {
  display: none;
}

section {
  background-color: #ffffff;
  padding: 10px;
}

#main.site-main.hfeed {
  background-color: #f7f8f9;
}

[data-products=type-1] .product {
  border-width: 2px;
  border-style: solid;
  border-color: #f2f2f2;
  border-radius: 10px;
}

.woocommerce-cart-form {
  background-color: #fff;
  padding: 10px;
  margin: 10px;
}

.ct-woocommerce-cart-form .cart_totals {
  padding: 10px;
  background-color: #fff;
  margin: 10px;
}

.woocommerce-billing-fields {
  margin: 10px;
  padding: 10px;
  background-color: #fff;
}

.ct-order-review {
  background-color: #fff;
  margin: 10px;
  padding: 10px;
}

#customer_details.col2-set {
  margin: 10px;
  padding: 10px;
  background-color: #fff;
}

article>.entry-content>*:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 20px;
}

table.shop_table tr>*:first-child {
  padding-left: 5px;
}

[class*=ct-woocommerce] .shop_table tr>[class*=product-remove] {
  padding-right: 5px;
}

.cross-sells {
  padding: 10px;
}

.wapf-field-label {
  background-color: #f7f8f9;
}

@media only screen and (min-width: 769px) {
  .wapf-field-group.label-above {
    margin-left: 30px;
    margin-right: 30px;
  }
}

#tab-description.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab {
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f7f8f9;
}

.widget-title.wpc-filter-title {
  font-weight: 600;
}

.entry-content h2:first-child {
  margin-left: 20px;
}

.kt-adv-heading17941_5c77d0-88.wp-block-kadence-advancedheading {
  margin-left: 20px;
}

.kt-row-column-wrap.kt-has-1-columns.kt-row-layout-equal.kt-tab-layout-inherit.kt-mobile-layout-row.kt-row-valign-top.kb-theme-content-width {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.wc-block-grid__product-onsale {
  background-color: #dc1e23;
  color: #ffffff;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.ct-media-container picture img {
  background-color: #f2f2f2;
}

.woocommerce-MyAccount-content {
  padding: 20px;
}

.occasion-container {
  background-color: #BDC6DB;
  margin: 20px;
  padding: 10px;
  border-radius: 10px;
}

.ui-dialog .ui-dialog-titlebar {
  background-color: #dc1e23;
}

form.variations_form table.variations select {
  font-weight: bold;
}

#tab-custom-tab-1 h2:first-child {
  display: none;
}

#tab-custom-tab-2 h2:first-child {
  display: none;
}

.hero {
  background-color: #F3DDCE !important;
}

hr {
		border: 1px solid #f7f8f9;
}