.item-price-wrap li.h-type{
	background-color: rgb(68 119 99) !important;
}
.item-price-wrap li:not(:last-child):after {
    border-right: 25px solid transparent;
    border-top: 30px solid rgb(68 119 99);
}
.item-price-wrap li {
    background-color: rgb(136 140 151) !important;
}
.item-price-wrap li:not(.h-type):before {
    border-bottom: 30px solid rgb(137 141 152) !important;
    border-left: 25px solid transparent !important;
}
.grn-clr, .grn-clr:hover {
    color: #000 !important;
    background-color: #88C993 !important;
}
.border-grn, .border-grn:hover{
    color: #000000;
    background: #88C993;
}
.customtablink{
    border-bottom: 6px solid #026914 !important;
    border-bottom-color: #026914 !important;
}
figure {
    margin: 0 !important;
}
.w3-padding {
    border: 2px solid #dee2e6;
}
.header-fixed {
    width: 100% 
}
.tablink{
    border: 1px solid #dee2e6 !important;
}
.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    height: 100px;
    width: 101.5%;
}


.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    width: 50%;
    float: left;
    border: 1px solid #dee2e6;
}
.header-fixed > thead > tr > th {
    background-color: #88c993;
}
div#ctaDesktopContainer {
    display: none !important;
}
form.generic-form.partyform {
  color: black;
  background-color: #ffffffc7;
}
form.generic-form.partyform .form-control {
    border: 1px solid #000;
}
.container-party {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: url(https://thehomess.com/storage/Party-flakes.gif);
  padding-bottom: 35px;
}

.container-party span {
  text-transform: uppercase;
  display: block; 
}

.partytext1 {
    text-align: center;
    background: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 20px;
    position: relative;
    animation: text 4s 1;
    animation-name: text;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.partytext2 {
  font-size: 25px;
  color: #FFE997;
}
.paddingtop-pyt {
   padding-top: 15%;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .paddingtop-pyt {
     padding-top: 25%;
  }
}
@keyframes text {
  0% {
    color: violet;
    margin-bottom: -40px;
  }
  30% {
    letter-spacing: 16px;
    margin-bottom: -40px;
  }
  85% {
    letter-spacing: 8px;
    margin-bottom: -40px;
  }
}