/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Eshop - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eShop form > div.mwFormStatus {
  display: none;
}

.shopOne .eShop-item {
  color: initial;
}

.shopOne .eShopEventsOne .eventsItemDescription {
  flex-grow: 1;
}

.shopOne .eShopEventsOne .eventsItemInfo  {
  margin: 0 0 30px 0;
}

.shopOne .eShopEventsOne .eventsItemMore {
  width: 100%;
}

.shopOne .eShopEventsOne .eventsItemMore {
  width: 100%;
}

.shopOne .eShopEventsOne .eventsItemMore p{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1200px) {
  .shopOne .eShopEventsOne .eventsItemMore p{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.shopOne .eShopEventsOne .eventsItemMore a{
  width: 100%;
  margin: 0 0 10px 0;
}

@media (min-width: 1200px) {
  .shopOne .eShopEventsOne .eventsItemMore a:not(:last-child){
    margin: 0 10px 0 0;
  }

  .shopOne .eShopEventsOne .eventsItemMore a:last-child{
    margin: 0;
  }
}

.shopOne .button.shopCheckout {
  position: fixed;
  right: 0;
  top: 630px;
  z-index: 10; 
}

.shopOne .button.shopCheckout p a {
  padding: 15px 20px;
  background-color: #00728F;
  color: white;
}

.shopOne .button.shopCheckout p a:hover {
  background-color: white;
  color: #00728F;
}

.shopOne .eShopEventsDetailsOne .eventsDetailsHeaderRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shopOne .eShopEventsDetailsOne .eventsDetailsImg {
  background-color: #ebebeb !important ;
}

.shopOne .cartHint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 0;
}

.shopOne .cartHint p {
  line-height: 16px;
  margin: 5px 0;
  font-weight: 400;
  color: #00728F;
}

.shopOne .eShop-groupList.desktop {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
  display: none;
}

@media screen and (min-width: 767px) {
  .shopOne .eShop-groupList.desktop {
    display: table;
  }  
}

.shopOne .eShop-groupList.desktop th {
  font-weight: bold;
}

.shopOne .eShop-groupList.desktop td.num {
  width: 165px;
}

.shopOne .eShop-groupList.desktop td.num input {
  width: 30px;
}

.shopOne .eShop-groupList.desktop td.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.shopOne .eShop-groupList.desktop td:first-child {
  width: 450px;
}


.shopOne .eShop-groupList.desktop td.link button,
.shopOne .eShop-groupList.desktop .cartFooterMenu .link button {
  padding: 15px 35px;
  background-color: #00728F; 
  color: white;
  white-space: nowrap;
}

.shopOne .eShop-groupList.desktop .cartFooterMenu .link button.checkoutBtn {
  background-color: #FF6633; 
  color: white;
}

.shopOne .eShop-groupList.desktop .cartFooterMenu button:not(:last-child) {
  margin: 0 10px 0 0;
}

.shopOne .eShop-groupList.desktop td.link button:hover,
.shopOne .eShop-groupList.desktop .cartFooterMenu .link button:hover {
  background-color: #002832; 
}

.shopOne .eShop-groupList.desktop .cartFooterMenu .link button.checkoutBtn:hover {
  background-color: #913A1D; 
  color: white;
}

.shopOne .eShop-groupList.desktop .cartFooterMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shopOne .eShop-groupList.desktop .cartFooterMenu section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.shopOne .eShop-groupList.desktop .cartFooterMenu section.link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.shopOne .eShop-groupList.mobile {
  width: 100%;
  border-collapse: collapse;
}


@media screen and (min-width: 767px) {
  .shopOne .eShop-groupList.mobile {
    display: none;
  }  
}

.shopOne .eShop-groupList.mobile tr:nth-child(2n) {
  background-color: #ebebeb;
}

.shopOne .eShop-groupList.mobile tr:last-child {
  background-color: transparent;
}

.shopOne .eShop-groupList.mobile td {
  width: 50%;
  padding: 15px 10px;
}

.shopOne .eShop-groupList.mobile td.link {
  padding: 15px 0;
  text-align: right;
}

.shopOne .eShop-groupList.mobile td.num input {
  width: 30px;
}


.shopOne .eShop-groupList.mobile td.link button,
.shopOne .eShop-groupList.mobile .cartFooterMenu .link button {
  padding: 10px 25px;
  background-color: #00728F; 
  color: white;
  white-space: nowrap;
}

.shopOne .eShop-groupList.mobile .cartFooterMenu .link button.checkoutBtn {
  background-color: #FF6633; 
  color: white;
}

.shopOne .eShop-groupList.mobile .cartFooterMenu button:not(:last-child) {
  margin: 0 0 15px 0;
}

.shopOne .eShop-groupList.mobile td.link button:hover,
.shopOne .eShop-groupList.mobile .cartFooterMenu .link button:hover {
  background-color: #002832; 
}

.shopOne .eShop-groupList.mobile .cartFooterMenu .link button.checkoutBtn:hover {
  background-color: #913A1D; 
  color: white;
}

.shopOne .eShop-groupList.mobile .cartFooterMenu section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shopOne .eShop-groupList.mobile .cartFooterMenu section:first-child {
  margin: 0 0 30px 0;
}

.shopOne .eShop-groupList.mobile .cartFooterMenu section.link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.shopOne .eShopEventsDetails {
  color: initial;
}

.shopOne .eShopEventsCheckout .eShopEventsCheckoutWrap {
  display: grid;
  row-gap: 30px;
}

@media screen and (min-width: 991px) {
  .shopOne .eShopEventsCheckout .eShopEventsCheckoutWrap {
    grid-template-columns: 2fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  } 
}

.shopOne .eShopEventsCheckout .eShopOrderSummary {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (min-width: 991px) {
  .shopOne .eShopEventsCheckout .eShopOrderSummary {
    position: relative;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }  
}

.shopOne .eShopEventsCheckout .eShopOrderSummary .eShopOrderSummaryWrap {
  position: sticky;
  top: 134px;
}

.shopOne .eShopEventsCheckout .contentCardOne .contentCardHeader {
  background-color: #00728F;
}

.shopOne .eShopEventsCheckout .contentCardOne .contentCardHeader h6 {
  color: white;
}

.shopOne .eShopEventsCheckout .button.mwFormSubmit {
  background-color: #FF6633; 
  border-color: #FF6633;
  color: white;
}

.shopOne .eShopEventsCheckout .button.mwFormSubmit:hover {
  background-color: #913A1D; 
  border-color: #913A1D;
  color: white;
}

.shopOne .eShopEventsCheckout .Dialog th,
.shopOne .eShopEventsCheckout .Dialog td {
  display: block;
  padding: 8px 0;
}

@media screen and (min-width: 991px) {
  .shopOne .eShopEventsCheckout .Dialog th,
  .shopOne .eShopEventsCheckout .Dialog td {
    display: table-cell;
  }
  
  .shopOne .eShopEventsCheckout .Dialog td {
    padding: 8px 0 8px 15px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Eshop - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | MW Notification - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mwCart-notification {
  display: none;
  position: fixed;
  left: 20%;
  right: 20%;
  bottom: 20%;
  margin: auto;
  padding: 30px 100px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 30px;
  text-align: center;
  z-index: 8000;
}

.mwCart-notification .action,
.mwCart-notification .action .status.Error {
  font-size: 80% !important;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | MW Notification - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner Gala - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.pageBannerGala .pageBannerImg {
  width: 100%;
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner Gala - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | 4 Column Sponsors - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.fourColItem.fourColItemSponsors ul {
  margin: 0;
}
.fourColItem.fourColItemSponsors ul li {
  margin-bottom: 0;
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | 4 Column Sponsors - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/















/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Popup - Style 1 - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.popup-style-1 .popup-container {
  z-index: 510;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 60px 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-style-1 .popup-dialog {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin: 0 auto;
}
.popup-style-1 .popup-inner {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: var(--shadow-2);
  padding: 25px 30px 0;
}
.popup-style-1 .popup-close-btn {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background: #333;
  box-shadow: var(--shadow-2);
}
.popup-style-1 .popup-close-btn:hover {
  background: #00728f;
}

.popup-style-1.is-sm .popup-dialog {
  max-width: 570px;
}

.popup-style-1.is-md .popup-dialog {
  max-width: 770px;
}

.popup-style-1.is-lg .popup-dialog {
  max-width: 970px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Popup - Style 1 - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Utilities - Hide From Public - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
._hide-from-public {
  display: none !important;
}
.liveEdBlock ._hide-from-public {
  display: block !important;
}




.teamGalleryTwo .teamItem {background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 4px;
    }

.teamGalleryTwo .rowx {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr); /* 3 columns, equal width */
}

@media (max-width: 1024px) {
  .teamGalleryTwo .rowx {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablet */
  }
}

@media (max-width: 768px) {
  .teamGalleryTwo .rowx {
    grid-template-columns: 1fr; /* single column on mobile */
  }
}




