
.category-tabs {
    display: flex;
    margin-bottom: 10px;
}
.myaccount-nav ul li {
    list-style: none;
}

.tab-item {
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 5px;
    color: #333;
    border: 1px solid gray;
}

.tab-item.active {
    background-color: #007bff;
    color: #fff;
}.products-list {
   display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.products-list h3{
    font-size: 14px;
    font-weight: 500;
}
button.kamy_acc_btn {

	margin-left: 3px;

}
/* The Popup (background) */
.kamy_acc_pp_opt {
	
	display: none;  /*Hidden by default */

	position: relative; /* Stay in place */

	z-index: 1; /* Sit on top */

	/*padding-top: 100px;  Location of the box */

	overflow: auto; /* Enable scroll if needed */

	background-color: rgb(0,0,0); /* Fallback color */

	background-color: rgba(0,0,0,0.1); /* Black w/ opacity */

	width: 60%;

	margin-left: 20%;


}
#chartContainer {
        text-align: center!important;
    }
    .canvasjs-chart-credit{
        display: none!important;
    }

.kamy_acc_pp_opt_close {
	
	display: none;  /*Hidden by default */

	position: relative; /* Stay in place */

	z-index: 1; /* Sit on top */

	/*padding-top: 100px;  Location of the box */

	overflow: auto; /* Enable scroll if needed */

	background-color: rgb(0,0,0); /* Fallback color */

	background-color: rgba(0,0,0,0.1); /* Black w/ opacity */

	width: 60%;

	margin-left: 20%;

	margin-top: -20%;

}



.kamy_profile_Pic{
	position: relative;
}

.kamy_acc_upload_button{

	position: absolute;
	padding: 2px;
	bottom: 1px;
	left: 1px;
}
.kamy_acc_remove_button{
	position: absolute;
	background-color: transparent;
	color: #6d6d6d;
	top: -5px;
	left: 1px;
	opacity: 10%;
}
.kamy_acc_remove_button:hover{
	opacity: 75%;
}
.kamy_acc_remove_button:hover,.kamy_acc_upload_button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
}
.kamy_upload_image{
	display: none;
}
.kamy_acc_pp_opt_remove {

	display: none;  /*Hidden by default */

	position: relative; /* Stay in place */

	z-index: 1; /* Sit on top */

	/*padding-top: 100px;  Location of the box */

	left: 0;

	top: 0;

	overflow: auto; /* Enable scroll if needed */

	/*background-color: rgb(0,0,0);  Fallback color */

	/*background-color: rgba(0,0,0,0.4);  Black w/ opacity */

	width: 60%;

	margin-left: 33%;
	
	margin-top: -47px;

}


/* Popup Content */

form.woocommerce-EditAccountForm input.kamy_acc_pp_opt_content, a.kamy_acc_pp_opt_content {

	/*background-color: #fefefe;*/

	/*padding: 20px; */

	border: 1px solid #888;

	/*width: 95%;*/
	margin-left: 20%;

}

/* The Close Button */

.close {

	color: #aaaaaa;

	font-size: 28px;

	font-weight: bold;

	/*position: absolute;*/

	margin-left: 95.5%;

}

.close:hover,

.close:focus {

	color: #000;

	text-decoration: none;

	cursor: pointer;

}

.file-upload {
	display: none;
}

li ul{
	margin-left: 0.8em !important;
}

.woocommerce-MyAccount-navigation ul li.group_endpoint ul{

	display: none;
	
}
.kamy-custom-affiliate-link ul li, .kamy-custom-account-link ul li{
    list-style: none;
}
.graph_display{
    display: flex;
    width: 100%;

}
.kamy-total-graph{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.kamy_doughnut_graph{
    width: 35%;
    margin-left: 20px;
}

.myaccount-nav ul li a::before{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	font-family: 'Font Awesome 5 free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	line-height: 1.618;
	margin-left: 0.5407911001em;
	width: 1.41575em;
	text-align: right;
	float: right;
	opacity: 0.25;
}

.myaccount-nav ul li.nav-item--dashboard a::before{
	content: "\f3fd";
}

.myaccount-nav ul li.nav-item--orders a::before{
	content: "\f291";
}

.myaccount-nav ul li.nav-item--downloads a::before{
	content: "\f1c6";
}

.myaccount-nav ul li.nav-item--edit-address a::before{
	content: "\f015";
}

.myaccount-nav ul li.nav-item--edit-account a::before{
	content: "\f007"
}

.myaccount-nav ul li.nav-item--customer-logout a::before{
	content: "\f2f5";
}
.kamy-user-info img{
    width: 80px!important;
    height: 80px!important;
    margin: 0 auto;
    border-radius: 50%!important;
    box-shadow: 0px 0px 19px -9px;
}
.kamy-user-info{
    border: 1px solid #d3d3d354;
    border-radius: 6px;
    padding: 18px 18px 18px;
    text-align: center;
    margin-bottom: 10px;
}
.kamy-text-center{
	width:100%!important;
}
.kamy-user-info-btn a{
   display: block;
    text-align: center;
    padding: 0 8px;
    font-size: 14px;
}
.kamy-user-info-wrap h3{
	font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 1px;
}
.kamy-user-info-wrap p{
	font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
}
.kamy-total-order-wrap{
	display: flex;
    margin-bottom: 10px;
    background-color: #15bfc21c;
    align-items: center;
    padding: 10px;
}
 .kamy-account-orders-table-heading:hover {
     background-color: #0fe5e8b8!important; /* Change color to whatever you prefer */
    cursor: pointer; /* Optional: Change cursor to pointer on hover */
  }
.canvasjs-chart-canvas{
    font-size: 35px!important;
}
.kamy-total-order-icon{
        border-radius: 50%;
    flex: 0 0 40px;
    display: flex;
    height: 40px;
    font-size: 18px;
/*    border: 1px solid #00ffcec4;*/
    box-sizing: border-box;
    line-height: 28px;
    background: #fff;
    align-items: center;
    justify-content: center;
}
.kamy-total-order-detail{
    margin-left: 12px;
}
.kamy-total-order-detail a{
    display: none;
}
.kamy-dashboard-order{
    width: 100%;
}
.kamy-total-order-detail p{
	margin: 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.kamy-account-orders-table-heading{
    background-color: #cc77229c!important;
    text-align: center;
    color: white!important;
    font-weight: 600;
}
.kamy-total-order-detail h3{
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-top: 3px;
}
.kamy-total-order-detail a{
	text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}
.kamy-user-total-detail{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kamy-custom-account-link ul, .kamy-custom-affiliate-link ul{
	list-style: none;
	padding: 0;
	margin:0;
	display: grid;
     grid-template-columns: repeat(3, 1fr);
    
}
.kamy-template-first .kamy-custom-account-link ul li:nth-child(2n){
	margin-right:0!important;
}
.kamy-custom-account-link li{
    width: 90%;
    margin-right: 6px;
    margin-bottom: 5px;
}
.kamy-custom-affiliate-link ul li,.kamy-custom-account-link ul li{
    width: 90%;
    margin-right: 11px;
    margin-bottom: 12px;
}
.kamy-custom-account-link ul li a,
.kamy-custom-affiliate-link ul li a,
.kamy-custom-account-link ul li a{
    display: block;
    border: 1px solid #ddd;
    text-align: center;
    color: #000;
    text-decoration: none!important;
    padding: 16px 15px;
}
.kamy-custom-account-link  .kamy-icon,
.kamy-custom-affiliate-link .kamy-icon{
    width: 50px;
    min-height: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #666;
    margin: 7px auto 12px;
}
.kamy-icon i{
	font-size: 18px;
    width: 38px;
    height: 38px;
    padding-top: 16px;
}
.kamy-icon span{
    font-size: 14px;
    line-height: 24px;
}
.kamy-custom-affiliate-link ul li a,
.kamy-template-third .kamy-custom-account-link ul li a{
    padding: 24px 15px;
}
.kamy-custom-affiliate-link .kamy-icon,
.kamy-template-third .kamy-custom-account-link .kamy-icon{
    width: 55px;
    height: 55px;
    margin: 8px auto 17px;
}
.kamy-custom-affiliate-link .kamy-icon i,
.kamy-template-third .kamy-custom-account-link .kamy-icon i{
    font-size: 20px;
    padding-top: 17px;
}
.kamy-custom-account-link, .kamy-custom-affiliate-link{
	font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.kamy-title-bar h3{
	margin: 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
}
.kamy-title-bar{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: gray;
    margin-top: 20px;
    width: 100%;
}
.kamy-title-bar a{
	color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none!important;
    font-weight: 600;
}
.kamy-title-bar a i{
	margin-right: 10px;
}
.kamy-user-info-btn{
    display: flex;
    justify-content: center;
}
.kamy-user-info, .kamy-custom-account-link{
    display: inline-block;
    vertical-align: top;
}
.kamy-user-info{
    width: 100%;
}
.kamy-custom-account-link{
    width: 100%;
    margin-top: 20px;
}
.kamy-template-third .kamy-custom-account-link{
    width: 100%;
}
.kamy-account-orders-table > tbody > tr > td,
.kamy-transaction-detail > table > tbody > tr > td,
.kamy-account-orders-table thead tr th{
   border: 1px solid #dddddd30;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 24px;
    background: #fff;
    border-radius: 5px;
}
.kamy-account-orders-table > thead > tr > th,
.kamy-transaction-detail > table > tbody > tr > th{
    color: #000;
}
.kamy-account-orders-table, .kamy-transaction-detail table{
  border-spacing: 7px;
    margin-top: 20px;
}
.kamy-table-button{
    text-align: center;
}
.kamy-custom-affiliate-link ul{
    margin:20px 0!important;
}
.kamy-table-button a{
    padding: 5px 9px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    text-align: center;
}
.kamy-woocommerce-Addresses{
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}
.kamy-woocommerce-Address{
    width: 48%;
}
.kamy-woocommerce-Address-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 2px solid gray;
    padding-bottom: 12px;
}
.kamy-woocommerce-Address-title h3{
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
}
.kamy-woocommerce-Address-title a, .kamy-account-orders-table tr td a,
.kamy-user-info-btn a, .kamy-total-order-detail a,
.woocommerce-MyAccount-navigation ul li a{
    text-decoration: none!important;
    color: #000;
}
.woocommerce-MyAccount-navigation{
    border: 1px solid #d3d3d3ad;
    margin-right: 0px!important;
    width: 23%!important;
  /*  margin-top: 15px;*/
    height: 100%;
}
.woocommerce-MyAccount-navigation ul{
    margin-bottom: 0!important;
}
.woocommerce-MyAccount-navigation ul li{
    font-size: 14px;
    line-height: 24px;
    padding: 12px 15px!important;
    border-bottom: 1px solid #d3d3d3ad;
}
.kamy_title h1, .kamy-transaction-detail h2, .wishlist-title-with-form h2{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.wishlist_table .product-add-to-cart a {
    display: inline!important
}
.woocommerce-MyAccount-content .kamy-deafault-content{
    display: none;
}
.kamy-total-order-detail .kamy-deafault-content,
.kamy-user-info-wrap .kamy-deafault-content{
    display: block!important;
}
.kamy-account-orders-table, .shop_table.cart.wishlist_table.wishlist_view {
    width: 100%!important;
}
.woocommerce-MyAccount-content{
    width: 70%!important;
}
.kamy-image-grid{
    position: relative;
	    margin-top: 25px;
    margin-bottom: 25px;
}
.kamy-image-grid img{
    width: 75px;
    margin-top: 10px;
    border-radius: 50%;
}
.kamy-image-grid #remove-image{
      border: none;
    border-radius: 50%;
    background: red;
    color: #fff;
    width: 20px;
    padding: 0px;
    position: absolute;
    height: 20px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 800;
    top: 0;
    left: -9px;
}
.canvasjs-chart-toolbar{
    font-size: 35px!important;
}
/*Second Template*/*/*/*/



.kamy-template-second .kamy-user-info,
.kamy-template-third .kamy-user-info{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.kamy-template-second .kamy-user-info-btn,
.kamy-template-third .kamy-user-info-btn{
    display: block;
    width: 20%;
}
.kamy-template-second .kamy-user-info-wrap,
.kamy-template-third .kamy-user-info-wrap{
    display: flex;
    width: 72%;
    align-items: center;
    text-align: left;
    justify-content: space-between;
}
.kamy-template-second .kamy-user-info-wrap h3,
.kamy-template-third .kamy-user-info-wrap h3{
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0!important;
}
.kamy-template-second .kamy-user-info-wrap p,
.kamy-template-third .kamy-user-info-wrap p{
    margin-top: 0;
}
.kamy-user-info-btn a,
.kamy-user-info-btn a{
    width: 100%;
    border-bottom: 1px solid;
    padding: 15px 0;
    font-size: 26px;
    line-height: 48px;
}
.kamy-template-second .kamy-user-info img,
.kamy-template-third .kamy-user-info img {
    width: 80px!important;
    margin-left: 5px;
    margin-right: 28px;
    height: 80px!important;
}
.kamy-template-second .kamy-user-avater,
.kamy-template-third .kamy-user-avater{
    /*width: 36%;*/
}
.kamy-total-order-icon i{
    color: #0073aa78;
}
.kamy-user-total-detail{
    justify-content: flex-start!important;
}

.kamy-total-order-wrap{
    margin-right: 11px!important;
}.kamy-total-order-icon i{
    font-size: 25px;
}
.kamy-custom-affiliate-link{
    width: 100%;
}
.kamy-user-info-btn a:last-child{
    border:none;
}
.kamy-user-info-detail,
.kamy-user-info-detail{
    width: 86%!important;
}

.kamy-total-order-wrap{
    margin-right: 11px;
    margin-bottom: 12px;
    border-radius: 6px;
}
.kamy-user-total-detail{
    justify-content: flex-start;
}
.kamy-total-order-detail a{
    font-size: 12px;
    line-height: 21px;
}

@media screen and ( max-width: 600px ) {
    .graph_display, .kamy-total-graph{
        display: block;
        width: 100%;
    }
   .kamy-custom-account-link ul li a,
.kamy-custom-affiliate-link ul li a,
.kamy-custom-account-link ul li a{
    display: block;
    width: 90%;
    padding: 0px;
    }
    .myaccount-nav{
        display: block;
        width: 100%;
    }
    .kamy_doughnut_graph{
        width: 100%!important;
        margin-left:0px!important;
    }

    .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content{
        width: 100%!important;
        display: block!important;
        float: none!important;
        margin-bottom: 20px;
    }
    .kamy-custom-account-link, .kamy-user-info{
        width: 100%!important;
        margin-bottom: 15px!important;
    }
.kamy-total-order-wrap, .kamy-custom-account-link ul li,
    .kamy-custom-affiliate-link ul li,
 .kamy-total-order-wrap,.kamy-custom-account-link ul li,.kamy-custom-affiliate-link ul li{
        width: 100%!important;
    }
   .kamy-user-info img, .kamy-user-info img{
        width: 70px!important;
        height: 70px!important;
    }
    .kamy-template-second .kamy-user-info-wrap, .kamy-template-third .kamy-user-info-wrap{
        width: 78%;
        padding: 5px;
    }
    .kamy-template-second .kamy-user-info-wrap h3, .kamy-template-third .kamy-user-info-wrap h3{
        font-size: 18px;
        line-height: 24px;
    }
    .kamy-template-second .kamy-user-info-wrap p, .kamy-template-third .kamy-user-info-wrap p {
        font-size: 14px;
        line-height: 21px;
    }
    .kamy-template-second .kamy-total-order-wrap, .kamy-template-third .kamy-total-order-wrap{
        margin-right: 0!important;
    }
    .kamy-custom-affiliate-link ul li, .kamy-custom-account-link ul li{
        margin-right: 0!important;
        margin-bottom: 12px!important;
    }
    .kamy-dashboard-order{
        width: 100%;
        overflow: scroll;
    }
    .kamy-template-second .kamy-user-info-detail, .kamy-template-third .kamy-user-info-detail {
        width: 67%!important;
        box-sizing: border-box;
        line-break: anywhere;
    }
    .kamy-template-third .kamy-user-info-btn a, .kamy-template-second .kamy-user-info-btn a{
        padding: 10px 0;
        font-size: 20px;
        line-height: 38px;
    }
}

@media screen and ( min-width: 600px ) and ( max-width: 1020px ) {
    .kamy-template-third .kamy-user-info{
        width: 100%!important;
    }
    .kamy-template-second .kamy-user-info-wrap, .kamy-template-third .kamy-user-info-wrap {
        width: 70%;
        padding: 10px;
    }
    .kamy-template-second .kamy-total-order-wrap, .kamy-template-second .kamy-custom-account-link ul li,
    .kamy-template-second .kamy-custom-affiliate-link ul li, .kamy-template-third .kamy-total-order-wrap,
    .kamy-template-third .kamy-custom-account-link ul li, .kamy-template-third .kamy-custom-affiliate-link ul li{
        width: 48.7%!important;
    }
    .kamy-template-second .kamy-total-order-wrap:nth-child(2n),
    .kamy-template-second .kamy-custom-account-link ul li:nth-child(2n),
    .kamy-template-second .kamy-custom-affiliate-link ul li:nth-child(2n),
    .kamy-template-third .kamy-total-order-wrap:nth-child(2n),
    .kamy-template-third .kamy-custom-account-link ul li:nth-child(2n),
    .kamy-template-third .kamy-custom-affiliate-link ul li:nth-child(2n){
        margin-right: 0!important;
    }
    .kamy-template-second .kamy-total-order-wrap:nth-child(3n),
    .kamy-template-second .kamy-custom-account-link ul li:nth-child(3n),
    .kamy-template-second .kamy-custom-affiliate-link ul li:nth-child(3n),
    .kamy-template-third .kamy-total-order-wrap:nth-child(3n),
    .kamy-template-third .kamy-custom-account-link ul li:nth-child(3n),
    .kamy-template-third .kamy-custom-affiliate-link ul li:nth-child(3n){
        margin-right: 10px!important;
    }
    .kamy-template-third .kamy-custom-affiliate-link ul li,
    .kamy-template-third .kamy-custom-account-link ul li{
        margin-right: 12px!important;
    }
    .kamy-template-second .kamy-user-info-detail, .kamy-template-third .kamy-user-info-detail {
        width: 66%!important;
        line-break:anywhere;
    }
}