#order-premium_comparison .price-table-container .price-table .top-head .price-area {
    border:none;
}
#order-premium_comparison .price-table-container .price-table .top-head .top-area {
    border: none;
}
#order-premium_comparison .price-table-container .price-table .top-head {
    background:transparent;
}
#order-premium_comparison .price-table-container .price-table .top-head .top-area h4 {
    color:#1D263A;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
}
#order-premium_comparison .price-table-container .price-table .top-head .price-area .price span {
    font-size:44px;
}

#order-premium_comparison .price-table-container .price-table .top-head .price-area {
    color:#1D263A;
}

#order-premium_comparison .price-table-container ul li {
    background: none;
    width: 350px;
}
#order-premium_comparison .price-table-container .price-table {
    padding: 40px;
    animation: moveGradient 8s ease infinite;
    width: 100%;
}
#order-premium_comparison .price-table-container .order-button, #order-premium_comparison .price-table-container .order-button:hover{
    margin: 0;
    background: transparent;
    color:#0C0C12;
    border: 1px outset rgba(11,43,164,0.66);
    border-radius: 1px;
}

#order-premium_comparison .price-table-container .price-table:hover{
    background: linear-gradient(180deg, #121a26, #182538 5.73%, #233f5d 30.21%, #396ca2 68.23%, #4384c5 82.29%, #4e9be8 95.83%);
    background-size: 100% 200%;
}
#order-premium_comparison .price-table-container .price-table:hover .top-head .top-area h4{
    color:white;
}
#order-premium_comparison .price-table-container .price-table:hover .top-head .price-area{
    color:white
}
#order-premium_comparison .price-table-container .price-table:hover ul li{
    color:white
}
#order-premium_comparison .price-table-container .price-table:hover .order-button {
    background: white;
}
#order-premium_comparison .price-table-container .price-table ul {
    padding: 0;
}
@keyframes moveGradient {
    0%, 100% {
        background-position: 50% 0;
    }
    50% {
        background-position: 50% 100%;
    }

}

.categoryChange.btn-primary,.categoryChange:hover {
    background-color:#0C0C12;
    color:white;
}

.productGroup {
    width: 100%;
}
.productGroup.active {
    display: flex;
}

#order-standard_cart .order-summary h2 {
    font-size: 18px;
    text-align: left;
    padding: 16px 24px;
}

#order-standard_cart .summary-container {
    border-radius: 0;
}

#order-standard_cart .order-summary {
    background-color: #0C0C12;
    border-radius: 0;
}

#order-standard_cart .view-cart-items-header {
    background-color: #0C0C12;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
}

.btc-primary-custom{
    background-color: #0C0C12;
    color: #FFFFFF;
    font-size: 14px;
}
.btc-primary-custom:hover{
    background-color: #0C0C12;
    font-size: 14px;
    border: 1px solid #0C0C12;
}


.btn-success-inverted {
    background-color: #FFFFFF;
    color: #0C0C12;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #0C0C12;
}

.btn-success-inverted:hover {
    background-color: #0C0C12;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #0C0C12;
}
#order-standard_cart .view-cart-items-header {
    padding:15px 20px;
    background-color: #DEE5ED;
    color: #0C0C12;
}
#order-standard_cart .order-summary .product-name {
    font-size: 16px;
    color: #1D263A;
    line-height: 24px;
}

#order-standard_cart .order-summary .product-group{
    padding-top:5px;
    font-size: 12px;
    line-height: 16px;
    color: #666D85;
    font-style: normal;
}
#order-standard_cart .product-info .product-title {
    font-size: 24px;
    color: #1D263A;
    font-weight: 400;
}
#order-standard_cart .cart-body{
    width: 100%;
    padding: 40px;
    border: 1px solid #EFF0F6;
}

#order-standard_cart .empty-cart .btn {
    background-color:#666D85;
}
#order-standard_cart .view-cart-items {
    border-bottom: 1px solid #666D85;
}
#order-standard_cart .field, #order-standard_cart .form-control {
    color:#9EA3B7;
}
#order-standard_cart .sub-heading span, #order-standard_cart .sub-heading-borderless span {
    color:#484a52;
}