
.categories-area {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.categories-box {
    padding: 12px 15px;
    display: flex;
    flex-direction: row;
    transition: all .5s;
    border-radius: 4px;
    margin-bottom: 20px;
    cursor: pointer;
    justify-content: center;
    transition: all .3s;
    box-shadow: 1px 1px 22px rgba(135, 164, 194, 0.19);
    background-color: #ffffff;
}
.categories-box:hover,.categories-box:focus {
    text-decoration: none;
}
.categories-box.active .categories-text {
    color: #5360ca;
}
.categories-box:hover .categories-text {
    color: #a458e1;
}
.categories-text {
    font-size: 15px;
  	font-weight: 600;
    color: #7a7a7a;
    transition: all .3s;
}
.header-lined {
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    color: #222222;
    background-color: #f6f6f6;
    justify-content: flex-start;
    margin: 0px -30px 40px;
    padding: 0px 15px;
}
.header-lined h1 {
    color: #222222 !important;
    line-height: 1;
    font-size: 35px !important;
    font-weight: 500 !important;
}
.header-lined .header-desc {
    font-size: 18px;
    color: #909090;
}
.products .product {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    cursor: pointer;
  	box-shadow: 5px 5px 25px 0px rgba(46, 61, 73, 0.2);
    border-radius: 0.375rem;
    transition: all 0.3s ease;
}
.products .product:hover header {
    background-color: #0095ff;
    color: #ffffff;
}
.products .product:hover{
  	box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

.products .product:hover .product-desc,.products .product:hover footer {
    background-color: #ffffff;
}
.products .product .product-desc {
    background-color: #fcfcfc;
}
.products .product header {
    height: 200px;
    background: linear-gradient(to bottom right, #5360ca 0%, #a458e1 85%);
    padding: 20px 30px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 4px 4px 0px 0px;
    transition: all .3s;
}
.products .product .product-name {
    font-size: 18px;
}
.products .product .product-price {
    font-size: 30px;
}
.products .product .product-price span {
    font-size: 18px;
}
.products .product footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #fcfcfc;
    border-radius: 0px 0px 4px 4px;
}
.order-btn {
    box-shadow: 1px 1px 22px rgba(135, 164, 194, 0.19);
    margin: 10px 0px 30px;
    border-radius: 5px;
    padding: 10px 20px;
    background: linear-gradient(to bottom right, #5360ca 0%, #a458e1 85%);
    color: #ffffff;
    transition: all .3s;
}
.order-btn:hover,.order-btn:focus {
    color: #ffffff;
    background-color: #5360ca;
}
.products .product .product-content {
    padding: 20px 30px;
    color: #888888;
    font-size: 16px;
    line-height: 3;
}
.products .product .product-content i {
    width: 30px;
}
.products .product .product-content i.ok {
    color: #44ce78;
}
.products .product .product-content i.error {
    color: #ff4d4d;
}
.order-summary {
    background-color: #ffffff !important;
    border: 1px solid #f0eeee;
    border-bottom: 1px solid #f0eeee !important;
    border-radius: 4px !important;
    box-shadow: 1px 1px 22px rgba(135, 164, 194, 0.19);
}
#order-standard_cart .order-summary h2 {
    color: #4b4b4b;
    border-bottom: 1px solid #f0eeee;
}
#order-standard_cart .order-summary h2 i {
    padding-right: 5px;
    color: #0085e4;
}
#order-standard_cart .product-info {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-top: none;
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
    padding: 10px 20px;
    color: #a458e1;
}
#order-standard_cart .summary-container {
    background-color: #ffffff;
    padding: 0px;
}
#order-standard_cart .summary-container .order-info {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #f0eeee;
    padding: 15px 10px;
    font-size: 15px;
}
#order-standard_cart .summary-container .order-info .text {
    flex: 1;
    text-align: right;
    color:#a458e1;
}
#order-standard_cart .order-summary .summary-totals {
    border: none;
    margin: 0;
    padding: 0;
}
#order-standard_cart .total-due-today {
    padding: 20px 10px;
    font-size: 16px;
    background-color: #e5f7ff;
    color: #a458e1;
}
#order-standard_cart .order-summary .total-due-today span {
    text-align: left;
}
#order-standard_cart .btn-checkout {
    margin: 10px 0px;
}
#order-standard_cart .view-cart-items-header {
    background-color: #f3f3f3;
    color: #222222;
    border: 1px solid #f3f3f3;
}
#order-standard_cart .view-cart-items {
    border-bottom: none;
}
#order-standard_cart .view-cart-items .item {
    border: 1px solid #f0eeee;
    border-top: none;
    
}
#order-standard_cart .clear-cart {
    margin: 0px;
    flex: 1;
    text-align: right;
}
#order-standard_cart .view-cart-items-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#order-standard_cart .view-cart-items-header div {
    flex: 1;
}
#order-standard_cart .view-cart-items-header .price {
    text-align: right;
    padding-right: 5px;
}
#order-standard_cart .view-cart-tabs .nav-tabs {
    border-bottom: 0px;
}
#order-standard_cart .cart-left {
    box-shadow: 1px 1px 22px rgba(135, 164, 194, 0.19);
    padding: 0px;
    border-radius: 4px;
    border: 1px solid #f0eeee;
    margin-bottom: 10px;
}
#order-standard_cart .view-cart-tabs .tab-content {
    border: 1px solid #f0eeee;
    border-radius: 4px;
}
#order-standard_cart .view-cart-tabs {
    margin: 5px 0px;
}
.header-lined .cart-step {
    display: flex;
    flex-direction: row;
    padding: 10px;
    align-items: center;
    margin: 0px 15px;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
    color: #757575;
}
.header-lined .cart-step:hover {
    color: #a458e1;
    border-bottom: 4px solid #5360ca;
}
.header-lined .cart-step.active {
    color: #5360ca;
    border-bottom: 4px solid #5360ca;
}
.header-lined .cart-step i {
    font-size: 20px;
    margin-right: 10px;
}
.header-lined .cart-step span {
    font-size: 15px;
    font-weight: 600;
}
.billingcycle-label {
    font-size: 17px !important;
    display: block;
}
.billingcycle-item {
    margin: 10px 0px;
}
.cycle-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    font-size: 20px;
    height: 60px;
    color: #757575;
}
.cycle-btn.active {
    border: 1px solid #a458e1;
    color: #a458e1;
}
#orderSummary {
    margin-bottom: 20px;
}
.sub-heading span {
    color: #0085e4 !important;
}
.field-container {
    padding: 5px 20px;
}
#order-standard_cart .order-summary .recurring-charges {
    font-style: unset !important;
}
#order-standard_cart .view-cart-items .item:nth-child(even) {
    background-color: #ffffff;
}
.cart-left-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
}
#order-standard_cart .view-cart-items {
    margin: 0px;
}
#order-standard_cart .view-cart-tabs {
    margin: 0px;
}
.cart-left.padding-content {
    padding: 10px 20px !important;
}
.already-registered {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    padding: 10px 0px 15px;
}
.already-registered .text {
    font-size: 16px;
}
#order-standard_cart .checkout-security-msg {
    text-align: left;
    padding-left: 10px;
}
#order-standard_cart .checkout-security-msg i {
    font-size: 18px;
    padding-right: 10px;
    margin-left: 0px !important;
}
@media (max-width: 530px) {
    .header-lined {
        justify-content: center;
    }
    .header-lined .cart-step {
        flex-direction: column;
        justify-content: center;
    }
    .header-lined .cart-step i {
        margin-right: 0px;
        margin-bottom: 5px;
    }
}