/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
.products-grid .product-item-info {
  width: 100% !important;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-grid .product-item-info .reviews-actions {
  display: none !important;
}
.products-grid .product-item-info .image-product {
  position: relative;
}
.products-grid .product-item-info .product-item-photo {
  display: block;
  line-height: 0;
  position: relative;
}
.products-grid .product-item-info .product-item-photo:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 5;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-grid .product-item-info .product-item-details {
  padding: 10px 14px 30px;
  position: static;
}
.products-grid .product-item-info .product-item-details .product-item-name {
  margin: 0;
  /*max-height: 42px;*/
  height: 64px;
  overflow: hidden;
}
.products-grid .product-item-info .product-item-details .product-item-name a {
  padding: 6px 0;
}
.products-grid .product-item-info .product-item-details .product-reviews-summary {
  display: block;
}
.products-grid .product-item-info .product-item-details .product-reviews-summary .rating-summary {
  display: inline-block;
}
.products-grid .product-item-info .product-item-details .swatch-option {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.products-grid .product-item-info .product-item-details .price-box {
  margin: 2px 0 12px;
}
.products-grid .product-item-info .product-item-details .price-box .price {
  font-size: 114.285%;
}
.products-grid .product-item-info .product-item-details .price-box .old-price .price {
  position: relative;
  top: 2px;
  font-size: 100%;
}
.products-grid .product-item-info .product-item-details div[class^="swatch-opt-"] {
  margin-bottom: 20px;
}
.products-grid .product-item-info .product-item-details .product-item-actions {
  margin: 0;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary {
  display: block;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart {
  background-color: #f5f5f5;
  color: #222;
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  text-transform: uppercase;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .1s, visibility .1s;
  -webkit-transition: opacity .1s, visibility .1s;
  -o-transition: opacity .1s, visibility .1s;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action {
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #222;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action:before {
  display: none;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:after {
  content: '\e93f';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare:after {
  content: '\e953';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary .action.quickview-handler:after {
  content: '\e937';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-grid .product-item-info .product-item-details .swatch-option.color {
  margin: 0 10px 0 3px;
}
.products-grid .product-item-info:hover {
  position: relative;
  z-index: 10;
  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);
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions,
.products-grid .product-item-info:hover .product-item-photo:before {
  opacity: 1;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary {
  opacity: 1;
  visibility: visible;
}
.product-2-style .products-list .product-item-info .image-product .product-item-actions .actions-primary .tocart,
.product-2-style .products-list .product-item-info .image-product .product-item-actions .actions-secondary .action {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.product-2-style .deal-full .products-grid .product-item-info .product-item-details .product-item-description {
  display: none;
}
.product-2-style .deal-full .products-grid .product-item-info .product-item-details .product-item-actions .actions-primary {
  display: none;
}
.product-2-style .deal-full .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary {
  margin-top: 20px;
  width: 300px;
  left: 20px;
  text-align: center;
}
@media (max-width: 1199px) {
  .product-2-style .deal-full .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary {
    width: unset;
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 1024px) {
  .products-grid .product-item-info .product-item-details .product-item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Start Sunedria FPA */

.product-4th-compliance-conference .vat_is_on {
	/*display: none;*/
}
.product-texniti-noimosini-kai-dikaio .vat_is_on {
	display: none;
}
.product-better-business-deals-tenth-acc-conference .vat_is_on {
	display: none;
}
.product-deutero-epistimoniko-sinedrio-gia-to-dikaio-tou-antagwnismou .vat_is_on {
	display: none;
}
.product-trito-panelinio-sinedrio-enwsis-allodapon-kai-metanasteusis .vat_is_on {
	display: none;
}
.product-tetarto-panellinio-sinedrio-dikaiou-meson-enimerosis-kai-epikoinwnias .vat_is_on {
	display: none;
}
.product-kartel-sinxrona-ergaleia-politikis-antagwnismou .vat_is_on {
	display: none;
}
.product-trito-sinedrio-dimee .vat_is_on {
	display: none;
}
.product-deutero-sinedrop-dimee .vat_is_on {
	display: none;
}
.product-8-panelinio-sinedrio-dikigoron-nomikon-ypiresion .vat_is_on {
	display: none;
}
.product-the-future-of-money .vat_is_on {
	display: none;
}
.product-o-dolos-kai-i-ameleia-stin-poiniki-diki .vat_is_on {
	display: none;
}

/* End Sunedria */

.categorypath-ekdoseis-periodika .block.widget.block-products-list.periodika-paketa.grid .price {
  display: block;
}

/****/
#product-price-65536 .price {
  opacity: 0;
}

.categorypath-nb-ekpedeysi-sinedria span#product-price-65563,
.categorypath-nb-ekpedeysi-sinedria span#product-price-65566,
.categorypath-nb-ekpedeysi-sinedria span#product-price-65585,
.categorypath-nb-ekpedeysi-sinedria span#product-price-65695,
.categorypath-nb-ekpedeysi-sinedria span#product-price-66056,
.categorypath-nb-ekpedeysi-sinedria span#product-price-65575 {
  opacity: 0;
}

/*bug issue with filter*/
.page-layout-1column .block.filter .filter-options-content {
  display: block;
}







/* start sundiastikh prosfora */



body .mst-product_kit__kitList {
  background: transparent;
  text-align: center;
  width: 100%;
  padding: 0;
  margin-top: 20px !important;
  margin-bottom: 60px !important;
}

.mst-product_kit__kit .kit-heading {
  font-weight: 500;
  margin: 0 auto 40px;
  font-size: 22px !important;
  padding: 5px 0 10px;
  border-bottom: 3px solid #931b17;
  color: #101010;
  display: inline-block;
}

.mst-product_kit__kit .kit-inner {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 75px;
}

.kit-item .kit-item-outline .kit-item-discount {
  background: #b70202;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 20px;
}

.mst-product_kit__kitList .kit-item .kit-item-outline {
  flex-direction: column;
  align-items: center;
  background-color: #f8f8f8;
  padding: 0 0 45px;
  margin: 0;
}

.kit-item .kit-item-outline .kit-item-inner .kit-item-prices {
  justify-content: center;
}

.mst-product_kit__kitList .mst-product_kit__kit .kit-inner .kit-list {
  justify-content: flex-start;
}

.mst-product_kit__kitList .kit-item .kit-item-outline .kit-item-inner {
  border-top: 0;
  padding: 20px 15px 5px;
}

.mst-product_kit__kitList .kit-item .kit-item-outline .kit-item-inner .kit-item-name {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 14px;
}

.mst-product_kit__kitList .kit-item {
  border: 0;
  flex-grow: initial;
  flex-basis: auto;
  max-width: 320px;
  width: 100%;
  margin: 0 auto 60px;
}

.mst-product_kit__kitList .kit-item:last-child {
  margin-bottom: 0;
}

.kit-item .kit-item-outline.Seminar .kit-item-image img {
  width: 100%;
  border-radius: 0;
}

.kit-item .kit-item-outline.Books .kit-item-image img {
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.mst-product_kit__kitList .kit-item .kit-item-outline.Books .kit-item-image {
  padding-top: 20px;
}

.mst-product_kit__kitList .kit-item .kit-item-outline .kit-item-image {
  margin: 0;
  max-width: none;
  width: 100%;
}


.mst-product_kit__kitList .kit-item .kit-item-outline .kit-item-icon-plus {
  right: -65px;
  width: 50px;
  background: transparent;
}

.mst-product_kit__kit .kit-inner .kit-footer {
  border: 0;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 15px;
  width: 300px;
  min-width: 300px;
  margin: 20px 0;
}

.mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price .kit-footer-price-item {
  font-weight: 600;
  font-size: 20px;
}

.mst-product_kit__kit .discount-info {
  background: #b70202;
  color: #fff;
  font-size: 15px !important;
  font-weight: 500;
  max-width: 150px;
  padding: 5px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  border-radius: 4px;
  margin: 10px auto;

}

.mst-product_kit__kit .promotions-info-wrap {
  width: 100%;
  text-align: left;
}

.mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price {
  margin:  0 0 5px;
}

.mst-product_kit__kit .kit-inner .kit-footer button {
  width: auto;
  font-weight: 500;
  font-size: 17px;
  padding: 10px 45px;
  height: auto;
  background: #1a73e8;
  border-radius: 50px;
  text-transform: none;
  transition: 0.2s;
  margin: 5px 0;
}

.mst-product_kit__kit .kit-item .kit-item-outline .kit-item-inner .kit-item-prices .kit-item-newPrice._discounted,
.kit-inner .kit-footer .kit-footer-price .kit-footer-price-item {
  color: #931b17;
}

.mst-product_kit__kit .kit-item .kit-item-outline .kit-item-inner .kit-item-prices,
.mst-product_kit__kit .kit-item .kit-item-outline .kit-item-inner .kit-item-prices .kit-item-oldPrice,
.mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price .kit-footer-price-item._oldPrice {
  color: #101010;
}

.mst-product_kit__kit .kit-item .kit-item-outline .kit-item-inner .kit-item-prices {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
bottom: 15px;
left: 0;
width: 100%;
}


.mst-product_kit__kitList .kit-item:not(:last-child) .kit-item-outline .kit-item-icon-plus {
  display: block;
}

.kit-item .kit-item-outline .kit-item-inner .kit-item-name {
  max-height: none;
}

@media (min-width: 992px) {
  .mst-product_kit__kitList .kit-item {
    margin-bottom: 0;
  }
  .mst-product_kit__kitList .kit-item:last-child {
    margin-right: 20px;
  }
  .mst-product_kit__kitList .kit-item {
   
    margin: 0 80px 0 0;
}


 
  
}

@media (min-width: 1300px) {
  .mst-product_kit__kit .kit-inner {
    flex-wrap: nowrap;
  }
}

@media (max-width: 991px) {

 

  .mst-product_kit__kitList .kit-item .kit-item-outline .kit-item-icon-plus { 
    bottom: -57px;
    top: unset;
    right: calc(50% - 25px);

  }

  .mst-product_kit__kitList .mst-product_kit__kit .kit-inner .kit-list {
    display: block;
  }
}


/* end sundiastikh prosfora */

