#geigTabs {
    border: none;
}

#geigTabs .nav-item .nav-link {
    background: none;
    border: none;
    border-right: 1px solid #D1CED9;
    border-radius: 0;
    line-height: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #D1CED9;
}

#features-tab {
    padding-left: 0;
}

#geigTabs li:last-child button {
    border: unset !important;
}

.geig-product-modal-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.geig-product-modal-widget ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8C8896;
}
.geig-Key-features-widget {
    display: flex;
}

.geig-Key-features-widget .main-context {
    background-color: #2A2E37;
    width: 100%;
    height: 320px;
    border-radius: 8px;
    padding: 20px;
}

.geig-Key-features-widget .main-context h3 {
    color: #D1CED9;
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    float: left;
}
.main-context1{
    display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.main-context1 h3{
    margin-bottom: 40px;
}

.geig-Key-features-widget .main-context img {
    /* transform: translate(23%,13%); */
}

.geig-whats-in-the-box-widget ul li {
    color: #D1CED9;
}

.card.bg-dark {
    background-color: #2A2E37;
    border-radius: 8px;
    overflow: hidden;
}

.card .btn {
    border-radius: 6px;
    font-size: 0.875rem;
}

.card .fa-heart {
    font-size: 1.25rem;
    cursor: pointer;
}

.card-title {
    font-weight: 600;
    font-size: 1rem;
}

.card-subtitle {
    color: #b0b0b0;
}

.card .main-img {
    padding: 15px;
    text-align: center;
}
.card .main-img {
    /* max-width: 80%; */
}
.card .card-body .card-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #9097A1;
}
.card-subtitle {
    color: #8C8896;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.gradient-text {
    background: linear-gradient(to right, #9097A1, #DEE0E9, #858B97, #9097A1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.price {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}
.shop-now-btn {
    background-color: #D1CED9;
    color: #0A0A0A;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}


















.geig-compare-now {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #000;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    display: none;
    z-index: 9999;
    cursor: pointer;
}

.geig-compare-now:hover {
    background-color: #333;
}

.geig-compare-count {
    font-weight: bold;
}

.table-compare {
    margin-top: 30px;
}
.table-compare th,
.table-compare td {
    background-color: #1e1e1e;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}

.table-compare th {
    background-color: #292929;
}

.table-compare td img {
    max-width: 80px;
    height: auto;
}

.remove-from-compare {
    font-size: 14px;
    line-height: 1;
    padding: 4px 8px;
    background: #dc3545;
    border: none;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}
.remove-from-compare:hover {
    background: #c82333;
}
