

.woocommerce-account .my-account-trade-template  .woocommerce-MyAccount-navigation {
    width: 22%;
}
.woocommerce-account .my-account-trade-template .woocommerce-MyAccount-content {
    float: left;
    width: 74%;
    margin-left: 38px;
    max-width: 784px;
    margin-bottom: 145px;
}

.my-account-trade-template .group-input{
    padding-left: 4px;
}
.my-account-trade-template .group-input{
    position: relative;
    margin-bottom: 10px;
}
.my-account-trade-template .group-input.group-select{
    padding-left: 0px;
}
a.edit-link::before{
  content: '';
  position: absolute;
  left: -25px;
  top: 0;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.woocommerce-MyAccount-navigation-link--trade-mydetails.notifitation a{
  position: relative;
}
/*
.woocommerce-MyAccount-navigation-link--trade-mydetails.notifitation a:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    align-content: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' width='80px' height='80px' viewBox='0 0 256 256' id='Flat'%3E%3Cpath d='M128,24A104,104,0,1,0,232,128,104.11791,104.11791,0,0,0,128,24Zm12,152a8,8,0,0,1-16,0V98.94434l-11.56348,7.70605a8.00008,8.00008,0,1,1-8.873-13.31445l24-15.99317A8.00039,8.00039,0,0,1,140,84Z' style='&%2310; fill: %23c2190d;&%2310;'/%3E%3C/svg%3E");
}
*/
.woocommerce-MyAccount-navigation-link--trade-mydetails.notifitation a .notifitation-count {
    content: attr(data-count);
    position: absolute;
    display: inline-block;
    background-color: #c2190d;
    color: white;
    border-radius: 50%;
    margin-left: 14px;
    font-size: 11px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
}


a.edit-link.successIcon::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='42px' height='42px' viewBox='0 0 42 42' xml:space='preserve'%3E%3Cpath d='M39.04,7.604l-2.398-1.93c-1.182-0.95-1.869-0.939-2.881,0.311L16.332,27.494l-8.111-6.739 c-1.119-0.94-1.819-0.89-2.739,0.26l-1.851,2.41c-0.939,1.182-0.819,1.853,0.291,2.78l11.56,9.562c1.19,1,1.86,0.897,2.78-0.222 l21.079-25.061C40.331,9.294,40.271,8.583,39.04,7.604z' style='&%2310; fill: %2325ae2b;&%2310;'/%3E%3C/svg%3E");
}
a.edit-link.errorIcon::before{
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 512'%3E%3Cpath d='M64 352c17.69 0 32-14.32 32-31.1V64.01c0-17.67-14.31-32.01-32-32.01S32 46.34 32 64.01v255.1C32 337.7 46.31 352 64 352zM64 400c-22.09 0-40 17.91-40 40s17.91 39.1 40 39.1s40-17.9 40-39.1S86.09 400 64 400z' style='&%2310; fill: %23c2190d;&%2310;'/%3E%3C/svg%3E");
}
.my-account-trade-template .group-input label {
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #9FA18B;
    -webkit-transition: .3s linear;
    transition: .3s linear;
}
.totalvalue{
  color: #2C3428;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
}
.woocommerce-account h5{
  color: #2C3428;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
    margin-bottom: 7px;
}
.blockBg {
    background: #fff;
    border: 1px solid #9FA18B;
    padding: 20px;
    border-radius: 4px;
}
.third .blockBg {
  padding: 13px 20px 23px;
}
.my-account-trade-template {
    margin-top: 195px;
}
.my-account-trade-template h3{
	color: #2C3428;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
  margin-bottom: 38px;
}
.my-account-trade-template h3.my-account-title{
	width: 100%;
  border-bottom: 1px solid #2C3428;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.my-account-trade-template .woocommerce-MyAccount-navigation ul {
    margin-top: 0;
}
.col-12{
	padding: 0 15px;
}
.my-account-trade-template .woocommerce-MyAccount-navigation ul li {
    padding: 0;
    margin-bottom: 20px;
}
.my-account-trade-template .woocommerce-MyAccount-navigation ul li a {
    color: #2c3428;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
}
.flexbox {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-block{
	width: 100%
}
.flex-block.third {
    width: calc(33.33333% - 14px);
    -ms-flex: 0 0 33.333%;
    /* flex: 0 0 33.333%; */
    max-width: 33.333%;
}
.btns-coupons{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce .woocommerce-MyAccount-content .btns-coupons .btn{
	color: #9FA18B;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	border-radius: 4px;
	border: 1px solid #9FA18B;
	padding: 16px;
	width: calc(50% - 14px);
	text-decoration: none;
}
.blockBg-text{
  /*  max-width: 444px;*/
    margin-bottom: 30px;
}
.blockBg-text p{
  margin-bottom: 5px;
}
.woocommerce-account h5.blockBg-title{
    margin-bottom: 35px;
}
.woocommerce-account .description-my-account{
	color: #2C3428;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
  margin-bottom: 25px;
}
.account-order-table{

}
.account-order-table-header, .account-order-table-body{

}
.account-order-table-row{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
	border-bottom: 1px solid #9FA18B;
    align-items: center;
	padding-bottom: 10px
}
.account-order-table-column {
    width: calc(20% - 8px);
}
.account-order-table-column{
	color:  #2C3428;
	font-weight: 500;
	line-height: 20px;
}
.account-order-table-header .account-order-table-column{
	font-weight: 600;
}
.account-order-table-body .account-order-table-row{
	padding: 17px 0
}
.order-status {
    color: #E4E2DC;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    min-width: 100px;
    width: max-content;
    padding: 7px;
    border-radius: 4px;
    background: #9fa18b;
    text-decoration: none;
    display: block;
    text-transform: capitalize;
}
.my-account-trade-template .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #2c3428;
    border-bottom: 1px solid #2c3428;
}
.woocommerce-MyAccount-content h3.title-my-account{
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.item-order{

}
.item-order-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: center;
		position: relative;
}
.item-order-header:after {
	content: '';
	position: absolute;
	bottom: 0;
	border-bottom: 1px solid #9FA18B;
	width: calc(100% + 40px);
	left: -20px;
}
.item-order-number{
	color: #2C3428;
	font-size: 17px;
	font-weight: 600;
	line-height: 22px;
}

.item-order-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #9FA18B;
  padding: 15px 0;
  font-weight: 500;
}
.item-order-left{
	width: 22%;
	font-weight: 600;
}
.item-order-center{
		width: 53%
}
.page-my-account .accordion-item__text {
    display: flex;
    gap: 30px;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
.page-my-account .accordion-item_left {
    order: 2;
}
.page-my-account .accordion-item_right {
    order: 1;
}
.page-my-account .accordion-item_right,.page-my-account .accordion-item_left {
    min-width: calc(50% - 30px);
    width: 100%;
}
.item-order-right{
	width: 20%;
	color: #2C3428;
	text-align: right;
	font-size: 17px;
	font-weight: 600;
	line-height: 22px;
}
.item-order-row:nth-last-child(1){
	border-bottom: none;
	padding-bottom: 0
}
.account-detail-header{
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    margin-bottom: 26px;
}
.account-detail-table{
  border-top: 1px solid #9FA18B;
}
.account-detail-title{

}
.woocommerce .woocommerce-MyAccount-content a.edit-link{
	color: #9FA18B;
	text-align: right;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-decoration-line: underline;
  position: relative;
}
.account-detail-row{
	padding: 17px 0;
  border-bottom: 1px solid #9FA18B;
}
.account-detail-content{
	margin-bottom: 14px;
}
.account-detail-content ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.account-detail-content li{
	margin-bottom: 8px;
	color: #2C3428;
	font-size: 17px;
	font-weight: 600;
	line-height: 22px;
}
.my-account-trade-template .library-sub-list__pic{
	height: auto;
}
.my-account-trade-template .library-sub-list__link {
    opacity: 1;
    border: none;
}
.my-account-trade-template .library-sub-list__link:hover{
    background: none;
}
.my-account-trade-template .library-sub-list__link:hover svg circle,
.my-account-trade-template .library-sub-list__link:hover svg path{
	 stroke: #2C3428;
}
.earnings-tier-slider{
  color: #2C3428;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
    margin-top: 25px;
}
.values-slider{
  display: flex;
  justify-content: space-between;
    margin-bottom: 8px;
}
.earnings-tier-value-line{
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #E4E2DC;
  background: #E4E2DC;
  position: relative;
    margin-bottom: 13px;
}
.earnings-tier-value-count{
  border-radius: 4px;
  border: 1px solid #9FA18B;
  background: #9FA18B;
  position: absolute;
  height: 100%;
  color: #E4E2DC;
  display: flex;
  align-items: center;
  justify-content: center;
    max-width: 100%;
}
.woocommerce-account .earnings-tier h5{
    margin-bottom: 30px;
}
.item-order-center .property-list__value ul{
    font-size: 14px;
}
.item-order-total{
  color: #2C3428;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}
.item-order-center .property-list__value ul li{
    margin-bottom: 6px;
}

.order-date-calendar {
    width: 100px;
    height: 30px;
    border: 1px solid #9FA18B;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 25px;
    margin-top: 30px;
}
.button-svg {
    cursor: pointer;
    width: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.year-orders{
  color: #9FA18B;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
    line-height: 30px;
    margin-top: 2px;
}
.btns-coupons .btn{

  transition: 0.4s all;
}
.btns-coupons .btn svg{
  opacity: 0;
  margin-left: 10px;
  position: absolute;
  cursor: pointer;
  transition: 0.4s all;
  fill:#9FA18B
}

.btns-coupons .btn.copied svg,
.btns-coupons .btn:hover svg{
    opacity: 1;
}
.btns-coupons .btn.copied svg{
  fill: #2c3428;
}
.account-detail-content li span{
    color: #9fa18b;
    font-size: 17px;
    font-weight: 400;
  }

@media (max-width: 1200px){
  .totalvalue{
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 1000px){
  .woocommerce-MyAccount-content .totalvalue{
    font-size: 28px;
  }
}
@media (max-width: 700px){
  .woocommerce-MyAccount-content .totalvalue{
    font-size: 24px;
  }
  .woocommerce-MyAccount-navigation-link--trade-mydetails.notifitation a:after {
    right: 8px;
  }
  .accordion-item__text {
      align-items: center;
      flex-direction: column;
      gap: 10px;
  }
}
