/*Display none Seminaria */
.page-products span.displaynone-onlycategory {
    display: none;
} 



/* ====================================== Toolbar  ========================================= */
@media(max-width:1024px){
    .top-toolbar-nb .toolbar-products .toolbar-sorter.sorter {
        float:left !important;
    }
    .top-toolbar-nb > .toolbar.toolbar-products {
        margin-top:0px;
        padding-left:0px;
    }
    .top-toolbar-nb .toolbar-sorter.sorter label.sorter-label {
    	display:block;
    	text-align:left;
    	font-size: 116.67% !important;
    	color: #616161;
    	font-weight: bold;
    	margin: 0 0 10px;
    }
    .top-toolbar-nb .sorter-options {
    	margin-left:0px
    }
}
.column.main > div#layered-filter-block > .block-title.filter-title {
	display:none;
}
 
/*--------------------- / toolbar */

/* ====================================== Common  ========================================= */
/* Category banner */
.container.container-category-img {
    margin-top: 38px; 
}
.container.container-category-img-mobile {
    display: none;
}
@media(max-width:576px){
	.container.container-category-img {
		display:none;
	}
}

/* Title */
.products-grid .product-item-info .product-item-details .product-item-name a {
	color: #222222;
}
.products-grid .product-item-info .product-item-details .product-item-name a:hover{
	color: #000000;
}

.products-books-wrapper.products .product-item .product-item-info,
.products-seminars-wrapper.products .product-item .product-item-info,
.products-conferences-wrapper.products .product-item .product-item-info{
    border:none;
    -moz-box-shadow: 0px 1px 9px  rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 1px 9px  rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 9px  rgba(0, 0, 0, 0.16);
}
.products-books-wrapper.products .product-item .product-item-info:hover,
.products-seminars-wrapper.products .product-item .product-item-info:hover,
.products-conferences-wrapper.products .product-item .product-item-info:hover{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
     -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
     -o-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
}

/* Wishlist */
.products-books-wrapper.products .product-item-info:hover .product-item-details .product-item-actions .actions-secondary .action.towishlist,
.products-seminars-wrapper.products .product-item-info:hover .product-item-details .product-item-actions .actions-secondary .action.towishlist,
.products-conferences-wrapper.products .product-item-info:hover .product-item-details .product-item-actions .actions-secondary .action.towishlist{
	display:inline-block !important;
	opacity: 0.9 !important;
	visibility: visible !important;
}
.products-books-wrapper.products .product-item-info  .product-item-details .product-item-actions .actions-secondary .action,
.products-seminars-wrapper.products .product-item-info  .product-item-details .product-item-actions .actions-secondary .action,
.products-conferences-wrapper.products .product-item-info  .product-item-details .product-item-actions .actions-secondary .action {
	border:1px solid rgba(97, 97, 97, 0.20);
}
.products-books-wrapper.products .product-item-info  .product-item-details .product-item-actions .actions-secondary .action:hover,
.products-seminars-wrapper.products .product-item-info  .product-item-details .product-item-actions .actions-secondary .action:hover,
.products-conferences-wrapper.products .product-item-info  .product-item-details .product-item-actions .actions-secondary .action:hover{
	background-color:#616161 !important;
	color:#fff;
}

/*always visible*/
.product-item-inner .product.actions.product-item-actions .actions-secondary .towishlist {
    opacity: 0.9 !important;
	visibility: visible !important;
	z-index:1000;
	display:inline-block !important;
}
.products-books-wrapper.products .product-item-info .product-item-details .product-item-actions .actions-secondary,
.products-books-wrapper.products .product-item-info  .product-item-details .product-item-actions .actions-secondar .towishlist,
.products-seminars-wrapper.products .product-item-info .product-item-details .product-item-actions .actions-secondary,
.products-seminars-wrapper.products .product-item-info  .product-item-details .product-item-actions .actions-secondar .towishlist,
.products-conferences-wrapper.products .product-item-info .product-item-details .product-item-actions .actions-secondary,
.products-conferences-wrapper.products .product-item-info  .product-item-details .product-item-actions .actions-secondar .towishlist
{
	opacity: 0.9 !important;
	visibility: visible !important;
	z-index:998;
	display:inline-block !important;
}

/* == Product Labels */ 
.products .product-item .product-item-info .product-labels {
    display:none;
}
.products-books-wrapper.products .product-item-info .product-labels .product-label,
.products-seminars-wrapper.products .product-item-info .product-labels .product-label,
.products-conferences-wrapper.products .product-item-info .product-labels .product-label{
    position: absolute;
    top: unset;
    font-size: 85.714%;
    padding: 5px 12px;
    z-index: 4;
    color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
}
.products-books-wrapper.products .product-item-info .product-labels .product-label.sale-label,
.products-seminars-wrapper.products .product-item-info .product-labels .product-label.sale-label,
.products-conferences-wrapper.products .product-item-info .product-labels .product-label.sale-label {
    font-size: 12px;
    background-color: #ff5722;
} 
.stock.unavailable {
    display: none;
}
/* NB Addtional Product Labels */
.products-books-wrapper.products .product-item-info .product-labels.product-labels-nb .product-label.free-label,
.products-seminars-wrapper.products .product-item-info .product-labels.product-labels-nb .product-label.free-label,
.products-conferences-wrapper.products .product-item-info .product-labels.product-labels-nb .product-label.free-label{
    background-color: #1976d2;
    font-size: 10px;
    padding: 6.6px 12px;
}

/*--------------------- / common */



/* ====================================== Books  ========================================= */

.products-books-wrapper.products .product-item .product-item-info{
    max-width: 230px !important;
    margin: 0 auto;
    margin-bottom: 20px;
}

.products-books-wrapper.products .product-item .product-item-info .image-product .product-image-container .product-image-wrapper {
    -webkit-box-shadow: 1px 2px 9px -1px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 2px 9px -1px rgba(0, 0, 0, 0.22);
}
.products-books-wrapper.products .product-item .product-item-info .image-product .image-product-margin{
    margin:1% 10%;
}

/* == Title */
.products-books-wrapper.products .product-item .product-item-info .product-item-details{
    text-align: left;
    padding: 10px 20px;
}
.products-books-wrapper.products .product-item .product-item-info .product-item-details .product-item-name {
    height: 62px;	
    text-transform: uppercase;

    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0;
}
.products-books-wrapper.products .product-item .product-item-info .product-item-details .product-item-name .product-item-link:hover{
    color:#0e0e0e;
}

.products-books-wrapper.products .product-item .product-item-info .book-edition{
    margin: 5px 0;
    height: 20.8px;
}

/* == Product Labels */ 
.products-books-wrapper.products .product-item-info .product-labels .product-label{
    position: absolute;
    top: unset;
    font-size: 85.714%;
    padding: 5px 12px;
    z-index: 4;
    color: #fff;
    border-radius: 20px;
    text-transform: uppercase;
    box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
} 
.products-books-wrapper.products .product-item-info .product-labels .product-label.sale-label {
    font-size: 12px;
    left: unset;
    right: 10px;
}
.products-books-wrapper.products .product-item-info .product-labels .product-label.new-label {
    right: 10px;
    background-color: #1ac88d;
}
.products-books-wrapper.products .product-item-info .product-labels .product-label:first-child {
	top: 10px;
}
.products-books-wrapper.products .product-item-info .product-labels .product-label:nth-child(n+2) {
	top: 40px;
}
.products-books-wrapper.products .product-item-info .product-labels .product-label:nth-child(n+3) {
	top: 70px;
}
.products-books-wrapper.products .product-item-info .product-labels .product-label:nth-child(n+4) {
	top: 100px;
}

.block-listing.ekdoseis-slider-homepage .product-labels.product-labels-nb .product-label.preorder-label {
    right: 10px;
    top:unset;
    bottom:10px;
    background-color: #9e9e9e;
}

/* NB Addtional Product Labels */
.products-books-wrapper.products .product-item-info .product-labels.product-labels-nb .product-label.free-label {
    right: 10px;
    top:10px;
    bottom:unset;
}
.products-books-wrapper.products .product-item-info .product-labels.product-labels-nb .product-label.preorder-label {
    right: 10px;
    top:unset;
    bottom:10px;
    background-color: #9e9e9e;
}

/* == Secondary Actions */
.products-books-wrapper.products .product-item-info  .product-item-details .product-item-actions .actions-secondary {
    top:10px !important;
    left:10px !important;
    right:unset ;
}
.products-books-wrapper.products .product-item-info  .product-item-details .product-item-actions .actions-secondary  > a.action {
    margin-left:0 !important;
}


/* == Price */
.products.wrapper .carousel-edu-price {
	color: #9e1925;
	border-radius: 6px;
	border-top-left-radius: 0px;
	margin-top: 10px;
	padding: 5px;
	display:block;
	font-weight: 500;
}
.products-books-wrapper.products .product-item .price-box{
	z-index:10;
	position:absolute;
	left:0px;
	bottom:12px;
	margin:0;
	padding:3px 5px;
	background-color: rgba(0, 0, 0, 0.75);
	color:#fff;
}
.products-books-wrapper.products .product-item .price-box .price{
    color:#fff;
}
.products-books-wrapper.products .product-item .price-box {
	margin:0 !important;
	padding:3px 5px;
}
.products-books-wrapper.products .product-item .price-box .price-to {
	display:none;
}

/*--------------------- / books */

/* ======================================  Hide Price  ========================================= */
.hidden-price {
    visibility: hidden;
}
/*--------------------- / hide price */





/* ====================================== Seminars & Conferences ========================================= */

.products-seminars-wrapper.products .product-item .product-item-info{
   
}
.products-seminars-wrapper.products .product-item .product-item-info:hover{
  
}

/* == Secondary Actions */
.products-seminars-wrapper.products .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary,
.products-conferences-wrapper.products .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary {
    top:10px !important;
    left:10px !important;
    right:unset ;
}
.products-seminars-wrapper.products .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary > a.action,
.products-conferences-wrapper.products .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary > a.action {
    margin-left:0 !important;
}

.products-seminars-wrapper.products .product-item .product-item-info .image-product,
.products-conferences-wrapper.products .product-item .product-item-info .image-product{
	padding-top: 0;
	padding-bottom: 0;
	border:none;
}

.products-seminars-wrapper.products .product-item .product-item-info .image-product,
.products-seminars-wrapper.products .product-item .product-item-info .image-product .product-image-photo,
.products-seminars-wrapper.products .product-item .product-item-info .image-product .product-image-container,
.products-seminars-wrapper.products .product-item .product-item-info .image-product .product-image-wrapper,
.products-conferences-wrapper.products .product-item .product-item-info .image-product,
.products-conferences-wrapper.products .product-item .product-item-info .image-product .product-image-photo,
.products-conferences-wrapper.products .product-item .product-item-info .image-product .product-image-container,
.products-conferences-wrapper.products .product-item .product-item-info .image-product .product-image-wrapper{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

/* == Labels */
.products-seminars-wrapper.products .product-item-info .product-labels .product-label.sale-label ,
.products-conferences-wrapper.products .product-item-info .product-labels .product-label.sale-label ,
.products-seminars-wrapper.products .product-item-info .product-labels .product-label.free-label ,
.products-conferences-wrapper.products .product-item-info .product-labels .product-label.free-label {
   top:unset;
   right:unset;
   bottom:10px;
   left:10px;
}

/* date */
.product-date.product-date-text {
	z-index:10;
	padding: 5px;
	color: #dc192d;
	background: #fff;
	font-size: 13px !important;
	max-width: 65%;
    padding: 0;
}
.products-seminars-wrapper.products .product-date,
.products-conferences-wrapper.products .product-date {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	top: 8px;
	right: 8px;
    background-color: #fff;
    border-radius: 4px;

    -webkit-box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
    -moz-box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}
.products-seminars-wrapper.products .product-date.product-date-date,
.products-conferences-wrapper.products .product-date.product-date-date {
	width: 55px;
	height: 55px;
	z-index: 1;
}
.products-seminars-wrapper.products .product-date .month,
.products-conferences-wrapper.products .product-date .month {
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
	background-color: #ff4444;
	color: white;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(161, 161, 161, 0.5);
	-moz-box-shadow: 0px 1px 1px 0px rgba(161, 161, 161, 0.5);
	box-shadow: 0px 1px 1px 0px rgba(161, 161, 161, 0.5);
	text-transform: uppercase;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	line-height: 1.5;
}
.products-seminars-wrapper.products .product-date .date-month,
.products-conferences-wrapper.products .product-date .date-month {
	font-size: 17px;
	color: #555555;
	text-align: center;
	padding-bottom: 5px;
	display: block;
	line-height: 1.5;
}


/* attendance ways */
.products-seminars-wrapper.products .product-icons,
.products-conferences-wrapper.products .product-icons {
	position: absolute;
	bottom: -10px;
	right: 15px;
	background-color: transparent;
	width: auto ;
	z-index: 5;
    display: none;
}
.products-seminars-wrapper.products .product-icons span ,
.products-conferences-wrapper.products .product-icons span{
	background-color: white;
	border-radius: 50%;
	border-radius: 4px;
	padding: 2px;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 0;
    position: relative;
    box-shadow:
	 0 2px 2.2px rgba(0, 0, 0, 0.030), 
	 0 2px 2.2px rgba(0, 0, 0, 0.030),
	 0 2px 2px rgba(0, 0, 0, 0.030),
	 0 2px 2.2px rgba(0, 0, 0, 0.030), 
	 0 2px 2.2px rgba(0, 0, 0, 0.030), 
	 0 2px 2px rgba(0, 0, 0, 0.030);
}
.products-seminars-wrapper.products .product-icons span img,
.products-conferences-wrapper.products .product-icons span img {
	width: 42px ;
	height: 42px ;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}





/* responsive */
@media(min-width:768px) and (max-width:1499px){
    /* date */
   .products-seminars-wrapper.products .product-date.product-date-date,
   .products-conferences-wrapper.products .product-date.product-date-date {
	    width: 50px;
	    height: 45px;
	}
   .products-seminars-wrapper.products .product-date .month,
    .products-conferences-wrapper.products .product-date .month{
            line-height: 1;
	}
   .products-seminars-wrapper.products .product-date .date-month,
    .products-conferences-wrapper.products .product-date .date-month{
	 	  line-height: 1.2;
	 	  padding: 0;
	}
	 /* attendance ways */
   .products-seminars-wrapper.products .product-icons span,
    .products-conferences-wrapper.products .product-icons span{
        width: 36px ;
        height: 36px ;
	}
   .products-seminars-wrapper.products .product-icons span img ,
    .products-conferences-wrapper.products .product-icons span img {
	    width: 36px !important;
	    height: 36px !important;
	}
}

/* title */
.products-seminars-wrapper.products.products-grid .product-item-info .product-item-details,
.products-conferences-wrapper.products.products-grid .product-item-info .product-item-details {
	 padding: 15px;
}
.products-seminars-wrapper.products.products-grid .product-item-info .product-item-details .product-item-name,
.products-conferences-wrapper.products.products-grid .product-item-info .product-item-details .product-item-name {
	height: 63px;
    text-align: left;
    margin-bottom: 10px;
}
/* Responsive title */
@media (max-width: 767px) {
	/* title */
   .products-seminars-wrapper.products.products-grid .product-item-info .product-item-details .product-item-name,
   .products-conferences-wrapper.products.products-grid .product-item-info .product-item-details .product-item-name{
        white-space:unset;
    }
}
.products-seminars-wrapper.products.products-grid .product-item-info .product-item-details .product-item-name a,
.products-conferences-wrapper.products.products-grid .product-item-info .product-item-details .product-item-name a{
    font-weight: 400;
    /*text-transform: uppercase;*/

    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0 ;
}
.products-conferences-wrapper.products.products-grid .product-item-info .product-item-details .product-item-name a{
    text-transform: initial;
}
.products-seminars-wrapper.products.products-grid .product-item-info .product-item-details .product-item-name a.product-item-link,
.products-conferences-wrapper.products.products-grid .product-item-info .product-item-details .product-item-name a.product-item-link{
    padding: 0;
}

/* short description */
.products-seminars-wrapper.products.products-grid .product-item-info .product.description.product-item-description,
.products-conferences-wrapper.products.products-grid  .product-item-info .product.description.product-item-description {
	height: 65px;
	overflow: hidden;
	margin: 0;
    text-align: left;
    
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0 ;
}
.products-seminars-wrapper.products.products-grid .product-item-info .product.description.product-item-description p ,
.products-conferences-wrapper.products.products-grid  .product-item-info .product.description.product-item-description p {
   margin:0;
}
.products-seminars-wrapper.products.products-grid .product-item-info .product.description.product-item-description img ,
.products-conferences-wrapper.products.products-grid  .product-item-info .product.description.product-item-description img {
    display:none;
}
.products-seminars-wrapper.products.products-grid .product-item-info .product.description.product-item-description *,
.products-conferences-wrapper.products.products-grid  .product-item-info .product.description.product-item-description *{
    font-size: 14px !important;
    line-height: 1.5;
}

/* == Price */
.products-seminars-wrapper.products .product-item .price-box,
.products-conferences-wrapper.products .product-item .price-box{
    margin:0 !important;
	padding: 15px 15px 5px;
}
.products-seminars-wrapper.products .product-item .price-box .price-to  ,
.products-conferences-wrapper.products .product-item .price-box .price-to {
	display:none;
}

/*--------------------- / seminars & conferences */

/* ====================================== Hide wishlist ========================================= */
.product-item-info  .product-item-details .product-item-actions .actions-secondary  > a.action.towishlist ,
.products-books-wrapper.products .product-item-info:hover .product-item-details .product-item-actions .actions-secondary .action.towishlist,
.products-seminars-wrapper.products .product-item-info:hover .product-item-details .product-item-actions .actions-secondary .action.towishlist,
.products-conferences-wrapper.products .product-item-info:hover .product-item-details .product-item-actions .actions-secondary .action.towishlist{
	display:none !important;
}
/*--------------------- / hide wishlist */



/* ====================================== Qualex ========================================= */

.products.items.product-items.products-qualex .image-product {
    padding:0px
}
.products .products-qualex .product-item-info {
    border:none !important;
    max-width: 230px !important;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 6px;
  
  -moz-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.16);
   
}
.products .products-qualex span.product-image-wrapper {
    box-shadow:none;
}
.product.details.product-item-details {
    box-shadow: none !important;
}

.products-grid .products-qualex a.product-item-link {
    color: #222222;
    font-weight: 400;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.products-grid .products-qualex p.price-to {
  display:none !important;
}
/*--------------------- / qualex */



/* tmp */
/*.products.wrapper.grid.products-grid.products-seminars-wrapper.products-frontistiria-wrapper {
    margin-top: 50px;
}*/
/*.breadcrumbs {
	z-index:2;
}*/
.categorypath-nb-ekpedeysi-nomika-frontistiria-eksetaseis-askoumenon-kai-eparkeias > .page-wrapper > main#maincontent > .columns > .column.main > .top-toolbar-nb > .toolbar.toolbar-products {
    margin-top: 0px;
}


/*course packs**/
.categorypath-nomika-seminaria-on-demand-course-packs .container.container-category-img  {
  border-radius: 4px;
  margin-top: 0px;
  padding-top: 0px;
}




.p-subtitle-edu {
    max-width: 1390px;
    margin: 0 auto;
    width: 100%;
    color: #000;
    padding: 10px 20px;
}



@media (max-width:992px) {

    .container.container-category-img-mobile {
        display: block;
        margin: 0 auto;
        max-width: 630px;
        width: 100%;
    }

  .container.container-category-img {
        display: none;
    }
    
    .categorypath-nomika-seminaria-on-demand-course-packs .container.container-category-img {
        background-image: url('/media/wysiwyg/course_pack_mobile.jpg');
        height:200px;
        max-width: 630px;
        width: 100%;
        display: block;
        border-radius: 4px;
        background-position: center;
    }
    .categorypath-ekdoseis-periodika .container.container-category-img img {
        display: none;
    }

}


    .categorypath-ekdoseis-periodika .container.container-category-img {
        margin-top:0px;
    }

    .categorypath-ekdoseis-periodika .container.container-category-img img {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }


    span#product-price-65783,
    span#product-price-65786,
    span#product-price-65810,
    span#product-price-65830 {
        opacity: 0;
    }

    

    .product-ekdilosi-athlitismos-kai-dikaio .nb-conf-price-btn-container,
    .product-biblioparousiasi-asep-kai-dikaio-anthropinou-dynamikou-sto-dimosio .nb-conf-price-btn-container,
    .product-epistimoniki-ekdilosi-etairiki-viosimotita-kai-dimokratiki-nomimopoiisi .nb-conf-price-btn-container,
    .product-synedrio-ade-to-dikaio-tis-sygxronis-psifiakis-oikonomias .nb-conf-price-btn-container,
    .product-esperida-i-epidrasi-toy-n-4800-2021-sto-dikaio-tis-diatrofis .nb-conf-price-btn-container,
    .product-ekdilosi-biblioparousiasi-i-xrisi-dna-stin-poiniki-apodeixi .nb-conf-price-btn-container {
        display: none;       
    }


    #product-price-65868 .price {
        opacity: 0;
    }



    

.products-seminars-wrapper.products .nborg-date-full-info-wrap  {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 15px 0 15px;
    margin-bottom: -5px;

}

.products-seminars-wrapper.products .nborg-date-full-info-wrap .product-date {
    width: auto;
    height: auto;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    color: #dc192d;
    line-height: 1;
    font-size: 12.5px!important;
    font-weight: 500;
    margin: 4px 0;
    max-width: 100%;
}

.products-seminars-wrapper.products .nborg-date-full-info-wrap .product-date:not(:last-child) {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid;
}

