.main-logo .nav-logo{
    width: 60%;
    height: auto;
}

@media(max-width:768px){
    .main-logo .nav-logo{
        width: 50%;
    }
}


.border-radius-10{
    border-radius: 10px;
}

.border-radius-25{
    border-radius: 25px;
}
.form-bg{
    background: #f2f2f2;
}
.form-horizontal{
    background: #fff;
    padding-bottom: 100px;
    border-radius: 15px;
    /* padding: 0px 40px; */
}
.form-horizontal .heading{
    display: block;
    font-size: 35px;
    font-weight: 700;
    padding: 35px 0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
    text-align: center;
}
.form-horizontal .form-group{
    padding: 0 40px;
    position: relative;
    margin: 15px 0 0px 0;
}
.form-horizontal .err-msg{
    padding-left: 40px;
    color: red;
}

.form-horizontal .form-control{
    background: #f0f0f0;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    padding: 20px 20px 20px 45px;
    height: 40px;
    transition: all 0.3s ease 0s;
}
.form-horizontal .form-control:focus{
    background: #ffffff;
    border: 2px solid grey;
    box-shadow: none;
    outline: 0 none;
}
.form-horizontal .form-group i{
    position: absolute;
    top: 12px;
    left: 60px;
    font-size: 17px;
    color: #c8c8c8;
    transition : all 0.5s ease 0s;
}
.form-horizontal .form-control:focus + i{
    color: #ffcc5a;
}
.form-horizontal .fa-question-circle{
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 60px;
    font-size: 20px;
    color: #808080;
    transition: all 0.5s ease 0s;
}
.form-horizontal .fa-question-circle:hover{
    color: #000;
}
.form-horizontal .main-checkbox{
    float: left;
    width: 20px;
    height: 20px;
    background: #ffcc5a;
    border-radius: 50%;
    position: relative;
    margin: 5px 0 0 5px;
    border: 1px solid #ffcc5a;
}
.form-horizontal .main-checkbox label{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.form-horizontal .main-checkbox label:after{
    content: "";
    width: 10px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.form-horizontal .main-checkbox input[type=checkbox]{
    visibility: hidden;
}
.form-horizontal .main-checkbox input[type=checkbox]:checked + label:after{
    opacity: 1;
}
.form-horizontal .text{
    float: left;
    margin-left: 7px;
    line-height: 20px;
    padding-top: 5px;
    text-transform: capitalize;
}
.form-horizontal .btn{
    float: right;
    font-size: 14px;
    color: #fff;
    background: #ffcc5a;
    border-radius: 30px;
    padding: 10px 25px;
    border: none;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}

.form-horizontal .btn:hover{
    background: #000;
}

@media only screen and (max-width: 479px){
    .form-horizontal .form-group{
        padding: 0 25px;
    }
    .form-horizontal .form-group i{
        left: 45px;
    }
    .form-horizontal .btn{
        padding: 10px 20px;
    }
}

.sideprofile .card{
	width: 300px;
	border: none;
	border-radius: 15px;
}
.sideprofile .media{
	padding: 30px 30px 15px;
}
.sideprofile span.text-muted{
	font-size: 12px;
}
.sideprofile p.pt-1{
	font-size: 13px;
	color: #8686AC;
	cursor: pointer;
}
.sideprofile .fas{
	color: #ABB0B4;
}
.sideprofile .fa-angle-right{
	color: #E6E6E6;
}
.sideprofile span{
	font-size: 14px;
}
.sideprofile .justify-content-between{
	height: 50px;
	margin-bottom: 10px;
}
.sideprofile .justify-content-between:hover{
	background-color: #EFF3FF;
	color: #7175B5;
	cursor: pointer;
}
.sideprofile .justify-content-between:hover .fas{
	color: #7175B5;
}
.sideprofile .justify-content-between.sample{
	background-color: #EFF3FF;
	color: #7175B5;
}
.sideprofile .preview{
	color: #7175B5;
}




.dashboard #sidebar {
    padding: 15px 0px 15px 0px;
    border-radius: 10px;
}

.dashboard #sidebar .h4 {
    font-weight: 500;
    padding-left: 15px;
}

.dashboard #sidebar ul {
    list-style: none;
    margin: 0;
    padding-left: 0rem;
}

.dashboard #sidebar ul li {
    padding: 10px 0;
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: 5px solid transparent;
}

.dashboard #sidebar ul li.active {
    border-left: 5px solid #ff5252;
    background-color: #44007c;
}

.dashboard #sidebar ul li a {
    display: block;
}

.dashboard #sidebar ul li a .fas,
.dashboard #sidebar ul li a .far {
    color: #ddd;
}

.dashboard #sidebar ul li a .link {
    color: #fff;
    font-weight: 500;
}

.dashboard #sidebar ul li a .link-desc {
    font-size: 0.8rem;
    color: #ddd;
}

.dashboard #main-content {
    padding: 30px;
    border-radius: 15px;
}

.dashboard #main-content .h5,
.dashboard #main-content .text-uppercase {
    font-weight: 600;
    margin-bottom: 0;
}

.dashboard #main-content .h5+div {
    font-size: 0.9rem;
}

.dashboard #main-content .box {
    padding: 10px;
    border-radius: 6px;
    width: 170px;
    height: 90px;
}

.dashboard #main-content .box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.dashboard #main-content .box .tag {
    font-size: 0.9rem;
    color: #000;
    font-weight: 500;
}

.dashboard #main-content .box .number {
    font-size: 1.5rem;
    font-weight: 600;
}

.dashboard .order {
    padding: 20px 30px;
    min-height: 150px;
    border:1px solid #939392;
    border-radius: 10px;
}

.dashboard .order .order-summary {
    height: 100%;
}

.dashboard .order .blue-label {
    background-color: #aeaeeb;
    color: #0046dd;
    font-size: 0.9rem;
    padding: 0px 3px;
}

.dashboard .order .green-label {
    background-color: #a8e9d0;
    color: #008357;
    font-size: 0.9rem;
    padding: 0px 3px;
}

.dashboard .order .fs-8 {
    font-size: 0.85rem;
}

.dashboard .order .rating img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.dashboard .order .rating .fas,
.dashboard .order .rating .far {
    font-size: 0.9rem;
}

.dashboard .order .rating .fas {
    color: #daa520;
}

.dashboard .order .status {
    font-weight: 600;
}

.dashboard .order .btn.btn-primary {
    background-color: #fff;
    color: #ffcc5a;
    border: 1px solid #ffcc5a;
}

.dashboard .order .btn.btn-primary:hover {
    background-color: #ffcc5a;
    color: #fff;
}

.dashboard .order .progressbar-track {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.dashboard .order .progressbar-track .progressbar {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0rem;
}

.dashboard .order .progressbar-track .progressbar li {
    font-size: 1.5rem;
    border: 1px solid #333;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: #dddddd;
    z-index: 100;
    position: relative;
}

.dashboard .order .progressbar-track .progressbar li.green {
    border: 1px solid #007965;
    background-color: #d5e6e2;
}

.dashboard .order .progressbar-track .progressbar li::after {
    position: absolute;
    font-size: 0.9rem;
    top: 50px;
    left: 0px;
}

.dashboard #tracker {
    position: absolute;
    border-top: 1px solid #bbb;
    width: 100%;
    top: 25px;
}

.dashboard #step-1::after {
    content: 'Placed';
}

.dashboard #step-2::after {
    content: 'Accepted';
    left: -10px;
}

.dashboard #step-3::after {
    content: 'Packed';
}

.dashboard #step-4::after {
    content: 'Shipped';
}

.dashboard #step-5::after {
    content: 'Delivered';
    left: -10px;
}



/* Backgrounds */
.dashboard .bg-purple {
    background-color: #55009b;
}

.dashboard .bg-light {
    background-color: #f0ecec !important;
}

.dashboard .green {
    color: #007965 !important;
}



@media(max-width: 500px) {
    .dashboard .order .progressbar-track .progressbar li {
        font-size: 1rem;
    }

    .dashboard .order .progressbar-track .progressbar li::after {
        font-size: 0.8rem;
        top: 35px;
    }

    .dashboard #tracker {
        top: 20px;
    }
}

@media(max-width: 440px) {
    .dashboard #main-content {
        padding: 20px;
    }

    .dashboard .order {
        padding: 20px;
    }

    .dashboard #step-4::after {
        left: -5px;
    }
}

@media(max-width: 395px) {
    .dashboard .order .progressbar-track .progressbar li {
        font-size: 0.8rem;
    }

    .dashboard .order .progressbar-track .progressbar li::after {
        font-size: 0.7rem;
        top: 35px;
    }

    .dashboard #tracker {
        top: 15px;
    }

    .dashboard .order .btn.btn-primary {
        font-size: 0.85rem;
    }
}

@media(max-width: 355px) {
    .dashboard #main-content {
        padding: 15px;
    }

    .dashboard .order {
        padding: 10px;
    }
}

/* Pagination */

.pagination-outer{ text-align: center; }
.pagination{
    background: #FFF;
    font-family: 'Noto Sans', sans-serif;
    padding: 20px 30px;
    display: inline-flex;
    border-radius: 50px;
    /* box-shadow: 0 5px 10px 0 rgba(163, 163, 163, 0.7); */
    /* border:3px solid black; */
    position: relative;
}
.pagination li a.page-link{
    color: #140536;
    background-color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    height: 45px;
    width: 45px;
    padding: 0;
    margin: 0 12px 0 0;
    border: none;
    border-radius: 0;
    box-shadow: inset 0 5px 10px rgba(128, 126, 126, 0.1), 0 2px 5px rgba(170, 177, 51, 0.5);
    overflow: hidden;
    position: relative;
}
.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li.active a.page-link:hover{
    color: #fff;
    border: none;
}
.pagination li:first-child a.page-link{ border-radius: 40px 0 0 40px; }
.pagination li:last-child a.page-link{
    margin-right: 0;
    border-radius: 0 40px 40px 0;
}
.pagination li a.page-link:before{
    content: '';
    background-color:  #ffcc5a;
    height: 0;
    width: 100%;
    filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
}
.pagination li.active a.page-link:before,
.pagination li a.page-link:hover:before,
.pagination li.active a.page-link:hover:before{
    height: 100%;
    filter: blur(0);
}
@media only screen and (max-width: 480px){
    .pagination{
        padding: 10px;
        margin: 0;
        border-radius: 30px;
        display: block;
    }
    .pagination li{
        display: inline-block;
        margin: 0 0 5px;
    }
}

/* Checkout */
.checkout-card {
    margin-bottom: 24px;
    -webkit-box-shadow: 0 2px 3px #e4e8f0;
    box-shadow: 0 2px 3px #e4e8f0;
}
.checkout-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eff0f2;
    border-radius: 1rem;
}
.activity-checkout {
    list-style: none
}

.activity-checkout .checkout-icon {
    position: absolute;
    top: -4px;
    left: -24px
}

.activity-checkout .checkout-item {
    position: relative;
    padding-bottom: 24px;
    padding-left: 35px;
    border-left: 2px solid #f5f6f8
}

.activity-checkout .checkout-item:first-child {
    border-color: #3b76e1
}

.activity-checkout .checkout-item:first-child:after {
    background-color: #3b76e1
}

.activity-checkout .checkout-item:last-child {
    border-color: transparent
}

.activity-checkout .checkout-item.crypto-activity {
    margin-left: 50px
}

.activity-checkout .checkout-item .crypto-date {
    position: absolute;
    top: 3px;
    left: -65px
}



.avatar-xs {
    height: 1rem;
    width: 1rem
}

.avatar-sm {
    height: 2rem;
    width: 2rem
}

.avatar {
    height: 3rem;
    width: 3rem
}

.avatar-md {
    height: 4rem;
    width: 4rem
}

.avatar-lg {
    height: 5rem;
    width: 5rem
}

.avatar-xl {
    height: 6rem;
    width: 6rem
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3b76e1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.avatar-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 8px
}

.avatar-group .avatar-group-item {
    margin-left: -8px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.avatar-group .avatar-group-item:hover {
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.card-radio {
    background-color: #fff;
    border: 2px solid #eff0f2;
    border-radius: .75rem;
    padding: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.card-radio:hover {
    cursor: pointer
}

.card-radio-label {
    display: block
}

.edit-btn {
    width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 25px;
    margin-top: -50px
}

.card-radio-input {
    display: none
}

.card-radio-input:checked+.card-radio {
    border-color: #3b76e1!important
}


.font-size-16 {
    font-size: 16px!important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a {
    text-decoration: none!important;
}


.checkout-form-control {
    display: block;
    width: 100%;
    padding: 0.47rem 0.75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #545965;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5e8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.75rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.edit-btn {
    width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 25px;
    margin-top: -50px;
}

.ribbon {
    position: absolute;
    right: -26px;
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 1px 22px;
    font-size: 13px;
    font-weight: 500
}

.cart-badge-wrap{
    position: relative;
}
.cart-badge{
    position: absolute;
    right: -2px;
    bottom: 25px;
    background-color: #ffc43a;
    color: white;
}
