:root {
  
    --white-color:                  #ffffff;
    --primary-color:                #d2a546;
    --secondary-color:              #1b5375;
    --section-bg-color:             #f0f8ff;
    --custom-btn-bg-color:          #236c98;
    --custom-btn-bg-hover-color:    #1b5375;
    --dark-color:                   #000000;
    --p-color:                      #717275;
    --border-color:                 #7fffd4;
    --link-hover-color:             #317faf;
    --blue-color:                   #05aad2;
    --purple-color:                 #7a529b;
    --pink-color:                   #d9405c;
    --dark-purple:                  #580134;
    --selection-hover-color:        rgba(9, 136, 15, 0.5);
  
    --body-font-family:             'Helvatica', sans-serif;
    --titles-font-family:           'Carla Sans', sans-serif;
    --content-font-family:          'Helvatica', sans-serif;
  
    --h1-font-size:                 74px;
    --h2-font-size:                 46px;
    --h3-font-size:                 32px;
    --h4-font-size:                 28px;
    --h5-font-size:                 24px;
    --h6-font-size:                 22px;
    --p-font-size:                  16px;
    --btn-font-size:                14px;
    --copyright-font-size:          16px;
  
    --border-radius-large:          100px;
    --border-radius-medium:         20px;
    --border-radius-small:          10px;
  
    --font-weight-light:            300;
    --font-weight-normal:           400;
    --font-weight-bold:             700;
  }

  /*---------------------------------------
  PACKAGE
-----------------------------------------*/

.price-card{
    position: relative;
    max-width: 400px;
    height: 100%;
    background: linear-gradient(-45deg,#fe0847, var(--theme-main-color));
    border-radius: 15px;
    margin: 0 auto;
    padding: 25px 20px;
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.6) ;
            box-shadow: 0 10px 15px rgba(0,0,0,.6) ;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 20px;
  }
  
  .price-card:hover{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  .price-card::before{
    content: '';
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: calc(100% - 200px);
  
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    /*
    -webkit-transform: skewY(-5deg) scale(1.5);
            transform: skewY(-5deg) scale(1.5);
    */
  }

  .price-card.selected-package{
    /*border: 2px dotted var(--custom-btn-bg-hover-color);*/
    background-image: url('../img/checked.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px 150px;
    /*animation: color-change 0.4s infinite alternate;*/
    /*background-color: #8de06c;*/
  }

  
  .price-card .toptag {
    background-color: #df4f0cbb;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 40px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -60px;
    right: 0;
    margin: 0;
  }
  
  .price-card .title{
    position: relative;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 25px;
    z-index: 2;
    font-weight: 600;
  }
  
  
  /*
  .price-card .title .fa{
    color:#fff;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius:  50%;
    text-align: center;
    line-height: 100px;
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.1) ;
            box-shadow: 0 10px 10px rgba(0,0,0,.1) ;
  }
  */
  
  .price-card .price{
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #fff !important;
    font-size: 50px;
    padding-top: 5px;
    padding-bottom: 25px;
    min-height: 170px;
    display: inline-block;
  }
  
  .price-card .price .earlybird {
    display: inline-block;
    align-items: center;
  }
  
  .price-card .price .earlybird i{
    color: #d8d400;
  }
  
  .price-card .price .earlybird .validtill{
    display: inline-block;
    font-size: 16px;
    width: 65px;
    text-align: center;
    justify-content: center;
    color: #d8d400;
    padding-left: 0px;
    margin-left: -10px;
  }
  
  .price-card .price .discarded{
    color: #373636 !important;
    font-size: 38px;
    text-decoration: line-through;
    margin-top: -20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  
  .price-card .option{
    position: relative;
    bottom: 0;
    color: #ffffff !important;
    font-size: 20px;
    z-index: 399 !important;
    /*line-height: 24px;*/
  }
  
  .price-card .option p{
    margin-bottom: -2px;
  }
  
  .price-card .option ul {
    margin: 0;
    padding: 0;
  }
  
  .price-card .option ul li {
    margin: 0 0 10px;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    list-style: none;
    color: #ffffff !important;
    font-size: 20px;
    position: relative;
    display: block; 
    z-index: 99;
  }
  
  .price-card .option ul li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600; /* Ensure correct weight for solid icons */
    content: '\f0da'; /* Unicode for the fa-minus icon */
    color: #fff; /* Adjust the color if needed */
    font-size: 20px; /* Adjust the size if needed */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .price-card .option ul li::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600; /* Ensure correct weight for solid icons */
    content: '\f0d9'; /* Unicode for the fa-minus icon */
    color: #fff; /* Adjust the color if needed */
    font-size: 20px; /* Adjust the size if needed */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .price-card .option ul li::before {
    left: 0;
    /*left: -20px; /* Adjust the distance from the left edge of the li */
  }
  
  .price-card .option ul li::after {
    right: 0;
    /*right: -20px; /* Adjust the distance from the right edge of the li */
  }
  
  .price-card .option .fa {
    font-size: 8px;
  }
  
  .price-card a {
    position: relative;
    z-index: 2;
    background: #fff;
    color : black;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto 0 ;
    font-size: 16px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  
  }
  .price-card a:hover{
      text-decoration: none;
  }
  
  


.package-thumb {
    font-family: var(--body-font-family);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px dotted var(--white-color);
    border-radius: var(--border-radius-medium);
    position: relative;
    padding: 15px 20px 15px 20px;;
    height: 320px;
    text-align: center;
    opacity: 1.0;
    min-width: 200px;
  }
  
  .package-thumb.unselected{
    opacity: 0.6
  }
  
  .package-thumb.blocked{
    opacity: 0.3;
  }
  
  .package-thumb:hover{
    /*border: 3px solid var(--custom-btn-bg-color);*/
    /*border-color: var(--custom-btn-bg-color);*/
    /*background-color: rgba(9, 136, 15, 0.7) !important;*/
    background-color: var(--selection-hover-color) !important;
  
    /*background-color: #9dee7d !important;*/
  }
  
  .package-thumb.active{
    /*border: 5px dotted var(--custom-btn-bg-hover-color);*/
    outline: 3px solid var(--custom-btn-bg-hover-color);
    outline-offset: -3px;
    /*background-color: #8de06c;*/
  }
  
  .package-thumb.selected-package{
    /*border: 2px dotted var(--custom-btn-bg-hover-color);*/
    background-image: url('../img/checked.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px 150px;
    /*animation: color-change 0.4s infinite alternate;*/
    /*background-color: #8de06c;*/
  }
  
  .package-thumb h3 {
    /*
    display: inline-block;
    */
    margin-top: 10px;
    margin-bottom: auto;
    font-size: 20px;
    font-weight: 700;
  }
  
  .package-description{
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    font-family: var(--content-font-family);
    font-weight: var(--font-weight-normal);
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    /*
    padding-top: 10px;
    font-size: 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    */
  }
  
  .package-price{
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    /*
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 10px;
    */
  }
  
  .package-list {
    column-count: 1;
    padding-left: 20px;
  }
  
  .package-list-item {
    line-height: normal;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .package-tag {
    background-color: var(--secondary-color);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-weight: var(--font-weight-bold);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
  }
  
  .package-tag span {
    font-size: 180%;
    line-height: normal;
  }
  
  .package-thumb .link-fx-1 {
    color: var(--primary-color);
  }
  
  .package-thumb .link-fx-1:hover {
    color: var(--link-hover-color);
  }
  
  @media (max-width: 1300px){
    .package-thumb{
      height: 370px;
    }
  }

  /* Package Card */

  .package-card{
    position: relative;
    max-width: 400px;
    height: 100%;
    background: linear-gradient(-45deg,#fe0847, var(--theme-main-color));
    border-radius: 15px;
    margin: 0 auto;
    padding: 25px 20px;
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.6) ;
            box-shadow: 0 10px 15px rgba(0,0,0,.6) ;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 20px;
  }
  
  .package-card:hover{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  .package-card::before{
    content: '';
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: calc(100% - 200px);
  
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    /*
    -webkit-transform: skewY(-5deg) scale(1.5);
            transform: skewY(-5deg) scale(1.5);
    */
  }
  
  .package-card .toptag {
    background-color: #df4f0cbb;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 40px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -60px;
    right: 0;
    margin: 0;
  }
  
  .package-card .title{
    position: relative;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 25px;
    z-index: 2;
    font-weight: 600;
  }
  
  .package-card .price{
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #fff !important;
    font-size: 50px;
    padding-top: 5px;
    padding-bottom: 25px;
    min-height: 170px;
    display: inline-block;
  }
  
  .package-card .price .earlybird {
    display: inline-block;
    align-items: center;
  }
  
  .package-card .price .earlybird i{
    color: #d8d400;
  }
  
  .package-card .price .earlybird .validtill{
    display: inline-block;
    font-size: 16px;
    width: 65px;
    text-align: center;
    justify-content: center;
    color: #d8d400;
    padding-left: 0px;
    margin-left: -10px;
  }
  
  .package-card .price .discarded{
    color: #373636 !important;
    font-size: 38px;
    text-decoration: line-through;
    margin-top: -20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  
  .package-card .option{
    position: relative;
    bottom: 0;
    color: #ffffff !important;
    font-size: 20px;
    z-index: 399 !important;
    /*line-height: 24px;*/
  }
  
  .package-card .option p{
    margin-bottom: -2px;
  }
  
  .package-card .option ul {
    margin: 0;
    padding: 0;
  }
  
  .package-card .option ul li {
    margin: 0 0 10px;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    list-style: none;
    color: #ffffff !important;
    font-size: 20px;
    position: relative;
    display: block; 
    z-index: 99;
  }
  
  .package-card .option ul li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600; /* Ensure correct weight for solid icons */
    content: '\f0da'; /* Unicode for the fa-minus icon */
    color: #fff; /* Adjust the color if needed */
    font-size: 20px; /* Adjust the size if needed */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .package-card .option ul li::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600; /* Ensure correct weight for solid icons */
    content: '\f0d9'; /* Unicode for the fa-minus icon */
    color: #fff; /* Adjust the color if needed */
    font-size: 20px; /* Adjust the size if needed */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .package-card .option ul li::before {
    left: 0;
    /*left: -20px; /* Adjust the distance from the left edge of the li */
  }
  
  .package-card .option ul li::after {
    right: 0;
    /*right: -20px; /* Adjust the distance from the right edge of the li */
  }
  
  .package-card .option .fa {
    font-size: 8px;
  }
  
  .package-card a {
    position: relative;
    z-index: 2;
    background: #fff;
    color : black;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto 0 ;
    font-size: 16px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  
  }
  .package-card a:hover{
      text-decoration: none;
  }

  .package-card.unselected{
    opacity: 0.6
  }
  
  .package-card.blocked{
    opacity: 0.5;
  }

  .package-card.active{
    /*border: 5px dotted var(--custom-btn-bg-hover-color);*/
    outline: 3px solid var(--custom-btn-bg-hover-color);
    outline-offset: -3px;
    /*background-color: #8de06c;*/
  }

  .package-card.selectable{
    background: linear-gradient(-45deg, #a389a0, #a389a0);
  }
  
  .package-card.selectable:hover{
    background: linear-gradient(-45deg, var(--theme-maingrad-color), rgb(105, 108, 112)) !important;
  }
  
  .package-card.selected-package,
  .package-card.selected-package:hover{
    background-image: url('../img/checked.png'), linear-gradient(-45deg, var(--theme-maingrad-color), #05a166) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 150px 100px, cover !important;
    border: 3px solid #18cab2;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .package-card.full{
    background-image: url('../img/soldout.png'), linear-gradient(-45deg, #a389a0, #a389a0) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 200px 140px, cover !important;
  }
  
  .package-card.full:hover{
    -webkit-transform: scale(1.0) !important;
    transform: scale(1.0) !important;
  }
  
  .package-card.hold{
    background-image: url('../img/onhold.png'), linear-gradient(-45deg, #a389a0, #a389a0) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 200px 140px, cover !important;
  }
  
  .package-card.hold:hover{
    -webkit-transform: scale(1.0) !important;
    transform: scale(1.0) !important;
  }
  
  /* WORKSHOPS TABLE 
  */

  #workshops_table {
    width: 100%; /* Allow the table to expand as needed */
    min-width: 600px; /* 130px for the first column + 350px for each additional column */
  }
  
  #workshops_table .table-responsive {
    overflow-x: auto;
    max-width: 100%;
  }
  
  #workshops_table th:first-child,
  #workshops_table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 90px;
  }
  #workshops_table th:nth-child(2),
  #workshops_table td:nth-child(2) {
    /*position: sticky;*/
    left: 90px;
    z-index: 2;
    width: 50px;
    border-right: 2px solid #000;
  }
  
  #workshops_table th:not(:first-child):not(:nth-child(2)),
  #workshops_table td:not(:first-child):not(:nth-child(2)) {
    min-width: 400px;
  }
  
  #workshops_table tbody th {
    background-color: #d8d8d8; /* Set your desired background color */
    vertical-align: middle;
    border-top: 2px solid black; /* Set border on the top */
    border-bottom: 2px solid black; /* Set border on the bottom */
  }
  
  #workshops_table th{
    overflow-x: auto;
    white-space: nowrap;
  }
  
  #workshops_table tr{
    font-size: var(--table-font-size);
  }
  
  #workshops_table td{
    padding: 5px;
    border: 1px solid #ffffff;
  }
  
  #workshops_table td:not(:first-child):not(:nth-child(2)):hover{
    /*background-color: rgba(9, 136, 15, 0.7) !important;*/
  }
  

  #workshops_table .workshops.selectable:hover{
    background-color: var(--selection-hover-color) !important;
    color: #1d1d1d !important;
  }

  #workshops_table .workshops.selected-workshop{
    border: 1px dotted rgb(196, 226, 25);
    /*animation: color-change 0.8s infinite alternate;*/
    background-image: url('../img/checked.png');
    background-repeat: no-repeat;
    background-position: center;
  }

  #workshops_table .workshops.soldout,
  #workshops_table .workshops.hold{
    background-color: rgb(236, 236, 236, 0.9) !important;
    color: #000000 !important;
  }
  
  #workshops_table .workshops.soldout:hover,
  #workshops_table .workshops.hold:hover{
    background-color: rgba(236, 236, 236, 0.9) !important;
    color: #000000 !important;
  }
  
  
  @media only screen and (max-width: 900px) {
    .workshop-mobile-note {
        display: block;
    }
  }
  
  /* Optionally, you can hide the note on larger screens */
  @media only screen and (min-width: 901px) {
    .workshop-mobile-note {
        display: none;
    }
  }
  
  /*
  #workshops_table th:not(:first-child):hover,
  #workshops_table td:not(:first-child):hover {
    background-color: rgba(9, 136, 15, 0.7) !important;
  }*/
    
  
  @keyframes color-change {
    0% { opacity: 1.0; }
    100% { background-color: rgba(9, 136, 15, 0.8); }
  }
  
  /*
  @keyframes color-change {
    0% { color: rgb(255, 255, 255); opacity: 0.6;}
    50% { color: rgb(146, 240, 159); opacity: 0.8;}
    100% { color: rgb(120, 247, 70); opacity: 1.0;}
  }
  */
  
  /* MILONGAS TABLE
  *
  */

  
  /*
  #milongas_table td:not(:first-child):hover{
    background-color: var(--selection-hover-color) !important;
    color: #1d1d1d !important;
  }
  */
  
  
  #milongas_table tbody tr {
    font-size: var(--table-font-size);
  }
  
  #milongas_table {
    width: 100%; /* Allow the table to expand as needed */
    min-width: 600px; 
    border: 2px solid white;
  }
  
  #milongas_table .table-responsive {
    overflow-x: auto;
    max-width: 100%;
    border: 2px solid white;
  }
  
  #milongas_table th {
    background-color: #d8d8d8; /* Set your desired background color */
    vertical-align: middle;
    border-top: 2px solid black; /* Set border on the top */
    border-bottom: 2px solid black; /* Set border on the bottom */
  }
  
  #milongas_table td{
    padding: 5px;
    border: 1px solid #272727;
    
  }
  
  #milongas_table td:not(:first-child){
    background-color: #3474c3;
    color: #ffffff;
  }
  
  #milongas_table .milongas.soldout,
  #milongas_table .milongas.hold{
    background-color: rgb(236, 236, 236, 0.9) !important;
    color: #000000 !important;
  }
  
  #milongas_table .milongas.soldout:hover,
  #milongas_table .milongas.hold:hover{
    background-color: rgba(236, 236, 236, 0.9) !important;
    color: #000000 !important;
  }

  #milongas_table .milongas.selectable:hover{
    background-color: var(--selection-hover-color) !important;
    color: #1d1d1d !important;
  }

  #milongas_table .milongas.selected-milonga{
    /*outline: 2px solid white;
    outline-offset: -2px;*/
    /*background-color: rgba(9, 136, 15, 0.8);
    color: white;*/
    background-color:rgba(8, 119, 13, 0.6);
    background-image: url('../img/checked.png');
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
  }
  
  
  
  /* 
  / ACCOMMODATIONS TABLE 
  */
  
  #accommodations_table .selected-accommodation{
    outline: 2px solid white;
    outline-offset: -2px;
    background-color: rgba(9, 136, 15, 0.8);
    color: white;
  }
  
  #accommodations_table td:hover{
    background-color: var(--selection-hover-color) !important;
    color: white;
  }
  
  #accommodations_table {
    width: 100%; /* Allow the table to expand as needed */
    min-width: 600px; /* 130px for the first column + 350px for each additional column */
    font-size: var(--table-font-size);
  }
  
  #accommodations_table .table-responsive {
    overflow-x: auto;
    max-width: 100%;
  }
  
  #accommodations_table th {
    background-color: #bdbbbb; /* Set your desired background color */
    vertical-align: middle;
    font-size: var(--table-font-size);
  }
  
  #accommodations_table tbody tr {
    font-size: var(--table-font-size);
    height: 40px;
  }
  
  #accommodations_table tbody tr td{
    vertical-align: middle;
  }
  
  
  /* 
  / EXTRAS CARD
  */

  .extra-card{
    position: relative;
    max-width: 400px;
    height: 100%;
    background: linear-gradient(-45deg,#fe0847, var(--theme-main-color));
    border-radius: 15px;
    margin: 0 auto;
    padding: 25px 20px;
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.6) ;
            box-shadow: 0 10px 15px rgba(0,0,0,.6) ;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 20px;
  }

  .extra-card:hover{
    /*
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    */
  }

  .extra-card::before{
    content: '';
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: calc(100% - 200px);

    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    /*
    -webkit-transform: skewY(-5deg) scale(1.5);
            transform: skewY(-5deg) scale(1.5);
    */
  }

  .extra-card .toptag {
    background-color: #df4f0cbb;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 40px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -60px;
    right: 0;
    margin: 0;
  }

  .extra-card .title{
    position: relative;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 25px;
    z-index: 2;
    font-weight: 600;
  }

  .extra-card .price{
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #fff !important;
    font-size: 50px;
    padding-top: 5px;
    padding-bottom: 25px;
    min-height: 170px;
    display: inline-block;
  }

  .extra-card .price .earlybird {
    display: inline-block;
    align-items: center;
  }

  .extra-card .price .earlybird i{
    color: #d8d400;
  }

  .extra-card .price .earlybird .validtill{
    display: inline-block;
    font-size: 16px;
    width: 65px;
    text-align: center;
    justify-content: center;
    color: #d8d400;
    padding-left: 0px;
    margin-left: -10px;
  }

  .extra-card .price .discarded{
    color: #373636 !important;
    font-size: 38px;
    text-decoration: line-through;
    margin-top: -20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .extra-card .option{
    position: relative;
    bottom: 0;
    color: #ffffff !important;
    font-size: 20px;
    z-index: 399 !important;
    /*line-height: 24px;*/
  }

  .extra-card .option p{
    margin-bottom: -2px;
  }

  .extra-card .option ul {
    margin: 0;
    padding: 0;
  }

  .extra-card .option ul li {
    margin: 0 0 10px;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    list-style: none;
    color: #ffffff !important;
    font-size: 20px;
    position: relative;
    display: block; 
    z-index: 99;
  }

  .extra-card .option ul li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600; /* Ensure correct weight for solid icons */
    content: '\f0da'; /* Unicode for the fa-minus icon */
    color: #fff; /* Adjust the color if needed */
    font-size: 20px; /* Adjust the size if needed */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .extra-card .option ul li::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600; /* Ensure correct weight for solid icons */
    content: '\f0d9'; /* Unicode for the fa-minus icon */
    color: #fff; /* Adjust the color if needed */
    font-size: 20px; /* Adjust the size if needed */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .extra-card .option ul li::before {
    left: 0;
    /*left: -20px; /* Adjust the distance from the left edge of the li */
  }

  .extra-card .option ul li::after {
    right: 0;
    /*right: -20px; /* Adjust the distance from the right edge of the li */
  }

  .extra-card .option .fa {
    font-size: 8px;
  }

  .extra-card a {
    position: relative;
    z-index: 2;
    background: #fff;
    color : black;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto 0 ;
    font-size: 16px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, .1);

  }
  .extra-card a:hover{
      text-decoration: none;
  }

  .extra-card.unselected{
    opacity: 0.6
  }

  .extra-card.blocked{
    opacity: 0.5;
  }

  .extra-card.active{
    /*border: 5px dotted var(--custom-btn-bg-hover-color);*/
    outline: 3px solid var(--custom-btn-bg-hover-color);
    outline-offset: -3px;
    /*background-color: #8de06c;*/
  }

  .extra-card.selectable{
    background: linear-gradient(-45deg, #a389a0, #a389a0);
  }

  .extra-card.selectable:hover{
    background: linear-gradient(-45deg, var(--theme-maingrad-color), rgb(105, 108, 112)) !important;
  }

  .extra-card.selected-extra,
  .extra-card.selected-extra:hover{
    background-image: url('../img/checked.png'), linear-gradient(-45deg, var(--theme-maingrad-color), #05a166) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 150px 100px, cover !important;
    border: 3px solid #18cab2;
    /*-webkit-transform: scale(1.1);
    transform: scale(1.1);*/
  }

  .extra-card.soldout,
  .extra-card.selectable.soldout{
    background-image: url('../img/soldout.png'), linear-gradient(-45deg, #a389a0, #a389a0) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 200px 140px, cover !important;
  }

  .extra-card.soldout,
  .extra-card.selectable.soldout:hover{
    -webkit-transform: scale(1.0) !important;
    transform: scale(1.0) !important;
  }

  .extra-card.hold{
    background-image: url('../img/onhold.png'), linear-gradient(-45deg, #a389a0, #a389a0) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 200px 140px, cover !important;
  }

  .extra-card.hold:hover{
    -webkit-transform: scale(1.0) !important;
    transform: scale(1.0) !important;
  }




  /* EXTRAS TABLE */
  
  #extras_table td:not(:first-child):hover{
    background-color: var(--selection-hover-color) !important;
    color: white;
  }
  
  
  #extras_table tbody tr {
    font-size: var(--table-font-size);
    font-family: var(--table-font-family);
  }
  
  #extras_table {
    /*
    width: 100%; 
    min-width: 600px; */
    /*border: 2px solid white;*/
  }
  
  #extras_table .table-responsive {
    /*overflow-x: auto;
    max-width: 100%;*/
    /*border: 2px solid white;*/
    border-radius: var(--border-radius-small);
  }
  
  #extras_table th {
    background-color: #d8d8d8; /* Set your desired background color */
    vertical-align: middle;
    /*border-top: 2px solid black; /* Set border on the top */
    /*border-bottom: 2px solid black; /* Set border on the bottom */
  }
  
  #extras_table tr{
    /*border: 1px solid #272727*/
    height: 40px;
    vertical-align: middle;
    justify-content: center;
    border-radius: var(--border-radius-small);
  }
  
  #extras_table td{
    border: none;
    border-radius: var(--border-radius-small);
    padding-top: 8px;
  
  }
  
  #extras_table .selected-extra{
    /*outline: 2px solid white;
    outline-offset: -2px;*/
    background-color: rgba(9, 136, 15, 0.8);
    color: white;
    
  }
  
  
  .extra-thumb {
    font-family: var(--body-font-family);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px dotted var(--white-color);
    border-radius: var(--border-radius-medium);
    position: relative;
    padding: 15px 20px 15px 20px;;
    height: 450px;
    text-align: center;
    opacity: 1.0;
    min-width: 200px;
  }
  
  .extra-thumb h3 {
    margin-top: 10px;
    margin-bottom: auto;
    font-size: 20px;
    font-weight: 700;
  }
  
  .extra-thumb-description{
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    font-family: var(--content-font-family);
    font-weight: var(--font-weight-normal);
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
  
  .extra-thumb-price{
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .cart{
    background-color: #D5F5E3;
    margin: -25px -25px 10px -25px;
  }
  
  .cart h5{
    margin: 15px 15px 0px 15px;
  }
  
  #cart_table tbody tr{
    font-size: var(--table-font-size);
  }
  
  
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
  }
  
  .warning {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
  }
  
  .phone {
    height: 100px;
    width: 50px;
    border: 3px solid white;
    border-radius: 10px;
    animation: rotate 3s ease-in-out infinite alternate;
  }
  
  .message {
    font-size: 1em;
    margin-top: 20px;
  }
  
  @keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(90deg);
    }
  }
  
  @media only screen and (max-width: 900px) {
    .overlay {
        display: block;
    }
  }
  
  .show-message .overlay {
    display: block;
  }

  