.coin-container .price , .coin-container span.name{
    color: white !important;
	font-size: 16px !important;
}
.slick-slide img {
    display: block;
    /* height: 200px; */
    /* width: 200px; */
    width: 180px;
}

span.o-under::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    height: 9px;
    background-color: #ffab2f;
    transform: translateY(6px);
    z-index: -1;
}

span.o-under {
    position: relative;
}
.main-b ol.flickity-page-dots li {
    top: -4em;
    position: relative;
}
.row.equalize-box {
    padding-bottom: 20px;
}

.wpcf7-response-output {
    background: #ff9900;
    border: none !important;
    border-radius: 15px !important;
}

.box-text.text-center {
    padding: 20px 40px !important;
}

.box-text.box-text-products {
    padding: 20px !important;
}

.is-divider {
    display: none !important;
}



@media only screen and (min-width: 860px){
.tricol {
    display: flex;
    justify-content: space-between;
}
	.k3f {
    display: flex;
    gap: 30px;
}
	

}

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea{
    box-shadow: none !important;
    background: white;
    border: 1px solid #ff990033;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    /* font-weight: normal; */
    border-radius: 10px;
    padding: 0px 30px;
    color: black;
}

.comparison-table {
  max-width: 100%;
  overflow-x: auto;
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #2c2c2c;
  color: white;
  border-radius: 8px;
  overflow: hidden;
}

.comparison-table thead {
  background: #0a0a0a;
}

.comparison-table th,
.comparison-table td {
  padding: 15px !important;
  border: 1px solid #444;
}

.comparison-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
}

.comparison-table tbody tr:nth-child(odd) {
  background: #333;
}

.comparison-table tbody tr:nth-child(even) {
  background: #3d3d3d;
}

.comparison-table td {
  font-size: 1rem;
}

.comparison-table td:first-child {
  font-weight: bold;
  text-align: left;
}

.comparison-table tr:hover {
  background: #505050;
}

@media screen and (max-width: 768px) {
  .comparison-table th,
  .comparison-table td {
    padding: 8px;
    font-size: 0.9rem;
  }
}
