﻿
/*.account-box.login-page .account-btn {
    background: #9cd0e8;
}*/

.account-logo.login-sec img {
    width: 125px;
    object-fit: contain;
}
.account-logo.login-sec {
    margin-bottom: 0px;
    text-align: center;
    /*background: linear-gradient(to right, #9a55ff 0%, #e576d7 100%);*/
    background: linear-gradient(to right, #ffffff 0%, #d5d5d5 100%);
    padding: 13px;
    /* border: 1px solid #ededed;*/
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    border-radius: 5px 5px 0 0;
}
.account-box.login-page { 
    border-radius:0px;
}
.login-page .col-auto{
    margin-top:-10px;
}
/*forgot css start*/
.login-page-forgot .icon {
    text-align: center;
    font-size: 35px;
}
.account-box.login-page-forgot .account-btn {
    background: linear-gradient(to right, #9a55ff 0%, #e576d7 100%);
}

.profile-sec .btn-custom {
    background: linear-gradient(to right, #28a3dd 0%, #485575 100%);
}
/*.profile-sec .profile-info-left h3{
    font-size:17px;
}*/
.profile-sec .personal-info li .title {
    width: 40%;
    font-weight: 800;
}
.profile-sec .card {
    padding: 35px 0px 35px 0px;
}
.profile-sec .profile-info-left {
   /* border-right: 2px dashed #3485f9;*/
}
.profile-sec .edit-icon:hover {
    background-color: #c077f3;
    border-color: #c077f3;
}
.edit button {
    background: linear-gradient(to right, #da8cff, #9a55ff);
    color: #fff;
    float: none;
    text-transform: uppercase;
    padding: 8px 15px !important; 
    font-weight: 800;
    border-radius: 5px;
}
.edit button:hover {
    background: linear-gradient(to right, #af83c4, #d781e4);
}
.checkout-info .quantity-field {
    height: 28px;
    justify-content: flex-start;
}
.checkout-info .promo-code-field {
    width: 69%;
    margin-top: 10px;
}
.checkout-info .promo-code-cta {
    padding: 7px 7px;
}
.checkout-info .checkout-cta {
    font-size: 15px;
    padding: 7px 0px;
}
.checkout-info .quantity {
    padding-left: 0;
    margin-left: -4px;
}
.checkout-info .quantity-field .value-button {
    width: 30px;
    margin-right: 0;
}
.checkout-info .quantity-field .number {
    line-height: 1.1;
}
.checkout-info .product-details {
    width: 100%;
}
.checkout-info .basket-labels, .checkout-info .basket-product {
    margin: 0 -15px;
}
.checkout-info strong{
    font-size:16px;
}
.checkout-info .summary-subtotal{
    padding:0px;
}
.checkout-info .summary-total-items {
    margin-bottom: 23px;
    color: #000;
}
.customer-detail .app-listing {
    display: block;
}
.customer-detail .radio-button ul li {
    list-style: none;
    color: #000000;
    display: block;
    float: left;
    width: 100%;
    height: 34px;
}
.customer-detail .radio-button ul li label {
    font-weight: 500;
    font-size: 15px;
    padding: 8px 20px 26px 6px;
   /* margin: 10px auto;*/
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}
.customer-detail .radio-button ul li input {
    margin-left: -20px;
}
.customer-info {
    background: #fff;
    padding: 23px 11px !important;
    border: 1px solid #ccc5;
    border-radius: 5px;
}
.customer-detail .basket-module label {
    margin-top: 18px;
    font-size: 17px;
    font-weight: 500;
}
.customer-detail .basket-module input {
    border-radius: 4px;
    width: 100%;
    height: 39px;
}
.partner-info h1{
    font-size: 18px;
    margin-top: 22px;
    font-weight: 600;
}
.product-details .company-name p {
    color: #000;
    font-weight:500;
    padding-bottom: 3px;
}
.customer-detail .quantity-field .number {
    border:0;
}
.product-details .company-name span {
    font-size:14px;
}
.product-details .form-control {
    height: 39px;
}
.cus-landscap .basket-module {
    width: auto;
}
.cus-landscap .promo-code .promo-code-field {
    width: 100%;
    margin-top: 0px;
}
.cus-landscap .promo-code label {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding-bottom: 6px;
}
.cus-landscap .product-details .form-group::before {
    top: 40px;
    right: 41px;
}
.cus-landscap.product-details p {
    padding-bottom: 5px;
    color: #000;
    font-weight: 500;
    margin: 0;
}
.customer-detail .product-details p {
    padding-bottom: 0px;
}
.customer-detail .quantity-field .number{
    font-size:18px;
}
.customer-detail.basket li, .cart-page.basket li {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}
.summary .summary-total-items {
    margin-bottom: 20px;
    color: #000;
}
.basket-module label {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}
.cart-page .icon i {
    padding-right: 10px;
}
.custom-table tfoot tr {
    background-color: #efdfff;
    box-shadow: 0 0 3px #efdfff;
}
