.ed-essential-accessory-cart-container .ed-cart-content-2 {
    border: 1px solid #e8e8e8 !important;
    border-radius: 12px !important;
}

.ed-essential-accessory-cart-container .ed-cart2-item {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.ed-essential-accessory-cart-container .ed-cart2-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ed-cart2-el-bottom-content.accessory-selected {
    background-color: #f6f6f6 !important;
    border-color: #008500 !important;
    border-width: 2px !important;
    border-style: solid !important;
}

.text-color-gray-60, .text-color-gray-60 i {
    color: #929292 !important;
}

.text-color-green-60 {
  color: #008500!important;
}

.ed-essential-accessory-cart-container .btn-secondary {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    height: 3rem;
    padding: 0 1.5rem;
}

.ed-essential-accessory-cart-container .btn-secondary:hover {
    background-color: #2c2c2c !important;
}

.ed-essential-accessory-cart-container img {
    border: 1px solid #e8e8e8;
    background: #fff;
    object-fit: contain;
}

.ed-content-item a:hover {
    color: #008500;
}

.ed-accessory-explanation {
    padding-left: 10px;
    line-height: 1.4;
    max-width: 90%;
}

.ed-accessory-explanation .text-muted {
    color: #929292 !important;
    font-style: italic;
    font-size: 12px;
}