#main-content{
    padding: 0px !important;
}

/*Video popup*/
.wd-popup.wd-with-video :is(video,iframe) {
    width: auto !important;
    margin: auto;
}

.wd-popup.wd-with-video {
    background-color: #00000000 !important;
    line-height: 0;
}
/*--------------------------------------*/

/*Single Product Page*/

.single-product-page{
	padding-top: 50px;
}


/*404 page*/
.error404 .wd-page-content{
	padding: 50px;
}

/*My Account*/
#post-1495 .e-con-inner .elementor-element{
	min-width: 100%;
}

.woocommerce-MyAccount-navigation a br {
    display: none !important;
}

.woocommerce-MyAccount-navigation a{
	margin: 10px 0;
}

/*Shop Page*/


 .labels-rounded{
	display: none !important;
}

.wd-load-more{
	border-radius: 5px;
  border-color: #232F5D;
  background-color: #232F5D;
  color: #fff;
}

/*Footer*/
footer.elementor-8726 .elementor-icon-box-title a:hover{
color: white;
}

/*Cart*/
.page-id-1493 .cart-content-wrapper br{
	display: none !important;
}

.woocommerce-cart br{
	display: none;
}

.woocommerce-cart .product-name{
	display: flex;
  flex-direction: column;
}

/*Affiliates*/

.stat-item{
  display: flex !important;
}

.affiliate-stats span{
	color: #000 !important;
}

.yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item .stat-label{
	color: #496092 !important;
}

.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li.is-active {
    border-bottom: 2px solid #496092;
}

.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li.is-active a{
	color: #496092 !important;
}

.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li a:hover {
	color: #496092 !important;
}

.status-badge br{
	display: none;
}

.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.not-converted, .yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.pending {
    background-color: #496092;
	  border-radius: 20px;
}

.yith-wcaf-dashboard .yith-wcaf-table-top-bar .select2{
	margin-bottom: 20px !important;
}

/*Affiliate dashboard customization*/

@media (max-width: 768px) {
  .yith-wcaf-dashboard-navigation {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .yith-wcaf-dashboard-navigation-item {
    display: inline-flex !important;
    flex-shrink: 0 !important;
  }

  .yith-wcaf-dashboard-navigation-item a {
    display: inline-block !important;
  }

  .yith-wcaf-table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .table-filters select,
  .table-filters .select2-container {
    width: 100% !important;
    max-width: 100%;
  }

  .table-filters {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.yith-wcaf-dashboard table.yith-wcaf-table tr .column-status mark.status-badge.converted{
	background-color: #496092 !important;
border-radius: 20px;
}
