
.brand-banner img {
    margin: auto;
    margin-bottom: -50px;
}
header#rbb-default-header {
    position: relative;
}
.product-summary button.btn-primary.button
 {
    font-weight: normal;
}
section#footersection {
    font-weight: normal;
}

.event-date-badge{
  position:absolute; top:12px; right:12px;
  padding:8px 12px; border-radius:999px;
  font-size:12px; font-weight:600; background:#ff4fa3; color:#fff;
}
.event-card{ position:relative; }
.event-grid{ display:grid; gap:24px; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); }

.upcoming_label { margin-left:6px;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(270deg, #1e215a, #ff00a1, #1e215a);
    background-size: 600% 600%;
    padding: 4px 7px;
    border-radius: 7px;
    animation: bgSlide 5s ease infinite;
}

@keyframes bgSlide {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@media (min-width: 1024px) {
   .category-event .blog-content .lg\:grid-cols-2 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.our-event .blog_date {
    position: relative; background:none!important;
}
.our-event .blog_date .upcomingdate_izaap{color:white!important;}
.our-event .blog_date .upcomingdate_izaap:before{color:white;/* background:orange; */padding:5px 7px 3px 7px;border-radius:4px;margin-left:-5px;margin-right:5px;}
.upcomingdate_izaap { color:white!important;
  font-weight: bold;
  font-size: 16px;
  background: linear-gradient(270deg, #ff6a00, #ee0979, #00c6ff, #0072ff);
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 8s ease infinite;
}

.animateicontitle .uc-sda-content h3 {
    display: flex; color:#BA1E5F;
    align-items: center;
}
.animateicontitle .uc-sda-content svg{margin-right:20px;}


.woocommerce-order-received .woocommerce-table__product-name.product-name.rbb-account__order-detail-product-title {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}

.woocommerce-order-received strong.product-quantity {
    order: -5;
    margin-left: 50px;
}

.woocommerce-order-received strong.product-quantity:before {
    content: 'Quantity';
    display: block;font-weight:bold;
}

.woocommerce-order-received .woocommerce-table__product-name.product-name.rbb-account__order-detail-product-title img{margin-right:20px;}

.woocommerce-order-received .add_product_data_order_confirmation_page {
    width: 100%;
}

.woocommerce-order-received .add_product_data_order_confirmation_page {
    font-weight: bold;
}

.woocommerce-order-received .add_product_data_order_confirmation_page > small {
    font-weight: normal;
}
h2.elementor-icon-box-title span {
    font-family: 'Molgan', sans-serif !important;
    letter-spacing: 1.5px !important;
}
h2.ue-title {
    font-weight: bold;
}
.single-format-standard article .entry-content .mb-12 span:first-child {
    word-break: break-all;
}
.social-share {
    margin-top: 70px;
}

form.wpcf7-form.sent {
    display: flex;
    flex-direction: column;
}
.wpcf7 form.sent .wpcf7-response-output {
    order: -1;
}

.back-button{margin: 0px 0 15px 0;text-align: right;}
.back-button a{display:inline-block;padding: 3px 18px;background:#1e215a;color:#fff;border-radius:6px;font-weight:600;text-decoration:none;}
.woocommerce-MyAccount-content .accordion .accordion-content .item {
    border-bottom: 1px solid #ebebeb;align-items: start;
}

.woocommerce-MyAccount-content .accordion .accordion-content .item-details h4 {
    color: #ff4da9;    line-height: normal;
}
.woocommerce-MyAccount-content .accordion:hover .accordion-header, .woocommerce-MyAccount-content .accordion .accordion-header.active {
    background: #1e215a !important;
}
.woocommerce-MyAccount-content .accordion:hover .accordion-header *, .woocommerce-MyAccount-content .accordion .accordion-header.active *{color:#fff;}

.woocommerce-tabs table.shop_attributes {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
  font-size: 15px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.woocommerce-tabs table.shop_attributes th {
  background: #f5f7fa;
  text-align: left;
  font-weight: 600;
  padding: 12px 16px;
  width: 35%;
  color: #333;
  border-bottom: 1px solid #e5e7eb;
}

.woocommerce-tabs table.shop_attributes td {
  padding: 12px 16px;
  color: #555;
  border-bottom: 1px solid #e5e7eb;
}

.woocommerce-tabs table.shop_attributes tr:last-child th,
.woocommerce-tabs table.shop_attributes tr:last-child td {
  border-bottom: none;
}
.custom-header-btn {
                display: inline-block;
                padding: 10px 18px;
                background: #1e215a;
                color: #fff !important;
                border-radius: 6px;
                font-weight: 600;
                text-decoration: none;
                margin-left: 15px;
                transition: background 0.3s ease;
            }
            .custom-header-btn:hover {
                background: #333a99;
            }
div#rbb-search-content{background: #151754 radial-gradient(circle at center, rgb(143 0 70 / 45%), transparent 80%);}
#rbb-search-content.style-2 .rbb-search-top .close-search {background: white;}
#rbb-search-content.style-2.active .rbb_results {display: none;}
.nta-woo-products-button {
    margin-top: 20px;
}
@media (max-width: 768px) {
  .woocommerce-tabs table.shop_attributes th,
  .woocommerce-tabs table.shop_attributes td {
    display: block;
    width: 100%;
  }
  .woocommerce-tabs table.shop_attributes th {
    background: #f5f7fa;
    border-bottom: none;
  }
  .woocommerce-tabs table.shop_attributes td {
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details.grid.grid-cols-4{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media(max-width:1309px){
    .header-inner #desktop_menu {
    width: 146%;
    margin-left: -120px;
}
}