/* ======================================  chat behind cookie   ========================================= */
div#chat-widget-container {
    z-index: 9999998 !important;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
    background: #1976D2;
    text-align: center;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
    padding: 8px 10px;
    color: #ffffff;
    font-size: 1.2rem;
    display: block;
}

/* ======================================  my e-books page   ========================================= */
.login_require_myebook {
	text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 35px;
    margin-top: 6px;
}
.login_account_myebook .block-title {
	display:none;
}
.login_account_myebook .block-content .field.note {
	display:none;
}


/*--------------------- / my e-books page */

/*--------start careers new css ---------------*/
.mar-p-theseis-ergasias {
    font-size: 20px;
    max-width: 350px;
    margin: 0;
    width: 100%;
    color: #fff;
    padding-top: 130px;
    padding-left: 100px;
}

.mar-wrapper-theseis-ergasias {
    background-image: url('/media/wysiwyg/top-banner_1590x300_lexlabs.jpg');
    background-repeat: no-repeat;
    height: 300px;
    width: 1590px;
    box-shadow: inset 0 0 0 2000px rgb(12 12 12 / 60%);
    border-radius: 6px;
}
/*--------end careers new css ---------------*/

/* ======================================  NB Colors   ========================================= */

.nb-txt-red {
	color:#9e1925;
}

/*--------------------- / nb colors */



/* ======================================  NB Common Page Structure   ========================================= */

.nb-page-back-btn-container {

}

.nb-page-container {
	margin-top:40px;
}

/*--------------------- / nb common page structure */



/*================================== NB Box Shadows ==========================================*/
.box-shadow-1 {
    -webkit-box-shadow: 1px 4px 9px 2px rgba(161, 161, 161, 0.5) !important;
    -moz-box-shadow: 1px 4px 9px 2px rgba(161, 161, 161, 0.5) !important;
    box-shadow: 1px 4px 9px 2px rgba(161, 161, 161, 0.5) !important;
}

.box-shadow-2 {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(71, 73, 74, 0.23);
    -moz-box-shadow: 0px 0px 10px 2px rgba(71, 73, 74, 0.23);
    box-shadow: 0px 0px 10px 2px rgba(71, 73, 74, 0.23);
}
/*--------------------- /  box shadows */


/*================================== NB String  ==========================================*/
.break1 , .break2, .break3, .break3, .break5,.break7 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.break1 {
	-webkit-line-clamp: 1;
}
.break2 {
	-webkit-line-clamp: 2;
}
.break3 {
	-webkit-line-clamp: 3;
}
.break4 {
	-webkit-line-clamp: 4;
}
.break5 {
	-webkit-line-clamp: 5;
}
.break7 {
	-webkit-line-clamp: 7;
}


.nb-uppercase{
    text-transform: uppercase;
}
/*--------------------- /  string truncate */

/* ======================================  NB Grid   ========================================= */
.nb-grid-row {
	display: -ms-flexbox;
	/* IE10 */
	display: flex;
	-ms-flex-wrap: wrap;
	/* IE10 */
	flex-wrap: wrap;
	padding: 0 4px;
	text-align: center;
}
.nb-grid-column {
    -ms-flex: calc(16.6666666667% - 20px);
	/* IE10 */
	flex: calc(16.6666666667% - 20px);
	max-width: calc(16.6666666667% - 20px);
    align-self: center;

    margin-bottom: 10px;
    margin-right: 20px;
}

/* Responsive  */
@media (min-width:1680px) and (max-width: 1920px) {
	.nb-grid-column {
		-ms-flex:calc(16.6666666667% - 20px);
		/* IE10 */
		flex: calc(16.6666666667% - 20px);
		max-width: calc(16.6666666667% - 20px);
		margin-right: 20px;
	}
	.nb-grid-row .nb-grid-column:first-child,
	.nb-grid-row .nb-grid-column:nth-child(6n+1) {
		margin-left: 10px;
	}
	.nb-grid-row .nb-grid-column:nth-child(6n) {
		margin-right: 10px;
	}
	
}
@media (min-width:1400px) and (max-width: 1681px) {
	.nb-grid-column {
		-ms-flex:calc(20% - 20px);
		/* IE10 */
		flex: calc(20% - 20px);
		max-width: calc(20% - 20px);
		margin-right: 20px;
	}
	.nb-grid-row .nb-grid-column:first-child,
	.nb-grid-row .nb-grid-column:nth-child(5n+1) {
		margin-left: 10px;
	}
	.nb-grid-row .nb-grid-column:nth-child(5n) {
		margin-right: 10px;
	}
}
@media  (min-width:1199px) and (max-width: 1441px) {
	.nb-grid-column {
		-ms-flex:calc(25% - 20px);
		/* IE10 */
		flex: calc(25% - 20px);
		max-width: calc(25% - 20px);
		margin-right: 20px;
	}
	.nb-grid-row .nb-grid-column:first-child,
	.nb-grid-row .nb-grid-column:nth-child(4n+1) {
		margin-left: 10px;
	}
	.nb-grid-row .nb-grid-column:nth-child(4n) {
		margin-right: 10px;
	}
}
@media (min-width:991px) and (max-width: 1200px) {
	.nb-grid-column {
		-ms-flex:calc(25% - 20px);
		/* IE10 */
		flex: calc(25% - 20px);
		max-width: calc(25% - 20px);
		margin-right: 20px;
	}
	.nb-grid-row .nb-grid-column:first-child,
	.nb-grid-row .nb-grid-column:nth-child(4n+1) {
		margin-left: 10px;
	}
	.nb-grid-row .nb-grid-column:nth-child(4n) {
		margin-right: 10px;
	}
}
@media (min-width:767px) and (max-width: 992px) {
	.nb-grid-column {
		-ms-flex:calc(33.3333333333% - 10px);
		/* IE10 */
		flex: calc(33.3333333333% - 10px);
		max-width: calc(33.3333333333% - 10px);
		margin-right: 10px;
    }
    .nb-grid-row .nb-grid-column:first-child,
	.nb-grid-row .nb-grid-column:nth-child(3n+1) {
		margin-left: 5px;
	}
	.nb-grid-row .nb-grid-column:nth-child(3n) {
		margin-right: 5px;
	}
}
@media (min-width:480px) and (max-width: 768px) {
	.nb-grid-column {
		-ms-flex:calc(50% - 10px);
		/* IE10 */
		flex: calc(50% - 10px);
		max-width: calc(50% - 10px);
        margin:0 auto;
        margin-right: 10px;
        margin-bottom: 10px;
	}
	.nb-grid-row .nb-grid-column:first-child,
	.nb-grid-row .nb-grid-column:nth-child(odd) {
		margin-left: 5px;
	}
	.nb-grid-row .nb-grid-column:nth-child(even) {
		margin-right: 5px;
	}
}
@media (max-width: 481px) {
	.nb-grid-column {
		-ms-flex: 100%;
		/* IE10 */
		flex:100%;
		max-width:100%;
        margin:0 auto;
        margin-bottom: 10px;
    }
}
/*--------------------- / nb grid */
 
/* ======================================  NB Masonry   ========================================= */
.nb-masonry-wrapper {
    margin-right: auto;
    margin-left: auto; 
}
.nb-masonry {
    columns: 2;
    column-gap: 10px;
}
.nb-masonry-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
@media (max-width: 992px) and (min-width: 500px) {
    .nb-masonry {
        columns: 2;
    }
}
@media (min-width: 1024px) and (max-width:1350px) {
    .nb-masonry {
        columns: 3;
    }
}
@media (min-width: 1350px) {
    .nb-masonry {
        columns: 4;
    }
}
@media (max-width: 450px) {
    .nb-masonry {
        columns: 1;
    }
}
.nb-masonry-item,
.nb-masonry-content {
    border-radius: 4px;
    overflow: hidden;
}
.nb-masonry-item {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .3));
    transition: filter .25s ease-in-out;
}
.nb-masonry-item:hover {
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .3));
}
.nb-masonry-content {
    overflow: hidden;
}
.nb-masonry-content img {
    width: 100%;
}
.nb-masonry-item {
    color: #111111;
    background-color: #f9f9f9;
}
.nb-masonry-title,
.nb-masonry-description {
    margin: 0;
}
.nb-masonry-title {
    font-weight: 700;
    font-size: 15px;
    padding: 1rem 1.5rem;
    line-height: 1.2;
}
.nb-masonry-description {
    padding: 1.5rem;
    font-size: 13PX;
    border-top: 1px solid rgba(0, 0, 0, .05);
}
.nb-masonry-footer {
    font-size: .75em;
    opacity: .25;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: -1.5em;
    transition: opacity 1s ease-in-out;
}
.nb-masonry-footer a {
    color: currentColor;
}
.nb-masonry-footer:hover,
.nb-masonry-footer:active,
.nb-masonry-footer:focus {
    opacity: .75;
}
/* -------------- nb-masonry-small*/
@media (max-width: 992px) and (min-width: 500px) {
    .nb-masonry.nb-masonry-small {
        columns: 2;
    }
}
@media (min-width: 1024px) and (max-width:1350px) {
    .nb-masonry.nb-masonry-small {
        columns: 3;
    }
}
@media (min-width: 1350px) {
    .nb-masonry.nb-masonry-small {
        columns: 3;
    }
}
.nb-masonry.nb-masonry-small .nb-masonry-content img {
    width: 100%;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}
.nb-masonry.nb-masonry-small .nb-masonry-content {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.nb-masonry.nb-masonry-small .nb-masonry-item{
    position:relative;
    width:100%;
}
.nb-masonry.nb-masonry-small .nb-masonry-title {
    position:absolute;
    top: 50%;
    color:#fff !important;
    width: 100%;
    letter-spacing: 2px;
    /* left: 50%; */
    transform: translateY(-50%);
    text-align: center;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75), 0px 8px 9px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
@media (max-width: 500px) {
    .nb-masonry.nb-masonry-small {
        columns:1;
    }
     .nb-masonry.nb-masonry-small .nb-masonry-title,
    .nb-masonry.nb-masonry-small .nb-masonry-title q {
        font-size:14px;
    }
}
@media(min-width:768px) and (max-width:1024px){
    .nb-masonry.nb-masonry-small .nb-masonry-title,
    .nb-masonry.nb-masonry-small .nb-masonry-title q {
        font-size: 14px;
    }

    .nb-masonry.nb-masonry-small .nb-masonry-title q:before {
        font-size: 25px;
    }
}
@media(min-width:500px) and (max-width:767px){
    .nb-masonry.nb-masonry-small .nb-masonry-title,
    .nb-masonry.nb-masonry-small .nb-masonry-title q {
        font-size: 14px;
    }

    .nb-masonry.nb-masonry-small .nb-masonry-title q:before {
        font-size: 20px;
    }
}
.nb-masonry-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background-color:#000000c4;
    background-color: #00000099;
    top:0;
}
.nb-masonry-title q:before,
.nb-masonry-title q:after {
	font-size: 33px;
	color: #fff;
	position: relative;
	line-height: 0px;
	display: inline-block;
	font-weight: normal;
}

/* -------------- / nb-masonry-small*/
/*--------------------- / nb masonry */


/* ======================================  Buttons / Links   ========================================= */
a.default-blue ,
button.default-blue {
    background-color: #1976D2;
    padding: 10px 20px;
    border-radius:4px;
	color: #ffffff;
	display: block;
    width: fit-content;
}
a.default-blue:hover ,
button.default-blue:hover {
    background-color: #1565C0;
    color: #ffffff;
}
a.default-blue:active ,
button.default-blue:active {
    background-color: #0D47A1;
    color: #ffffff;
}

a.default-gray {
    background-color: #9E9E9E;
    color: #fff ;
    border: 2px solid #9E9E9E;
    padding: 10px 20px;
    border-radius:4px;
    display: block;
    width: fit-content;
}
a.default-gray:hover {
    background-color: #616161;
    border: 2px solid #616161;
    color: #fff;
}
a.default-gray:active {
    background-color: #474747;
    color: #fff;
}


a.default-gray-secondary {
    background-color: #fff;
    color: #333333 ;
    border: 2px solid #333333;
    padding: 10px 20px;
    border-radius:4px;
}
a.default-gray-secondary:hover {
    background-color: #333333;
    color: #ffffff;
}
a.default-gray-secondary:active {
    background-color: #202020;
    color: #ffffff;
}


a.default-yellow,
button.default-yellow  {
    background-color: #a66500;
    background-image: -webkit-linear-gradient(top,#d98400,#eb9a4c);
    background-image: linear-gradient(180deg,#d98400,#eb9a4c);
    padding: 10px 20px;
    border-radius:4px;
    color: #ffffff;
}
a.default-yellow:hover,
button.default-yellow:hover {
    background: #2f2f2f;
    color: #ffffff;
}
a.default-yellow:active ,
button.default-yellow:active {
	background: #2f2f2f;
    color: #ffffff;
}

a.default-yellow-secondary,
button.default-yellow-secondary  {
    background-color: #fff;
    border:1px solid #a66500;
    padding: 10px 20px;
    border-radius:4px;
    color: #a66500;
}
a.default-yellow-secondary:hover,
button.default-yellow-secondary:hover {
    background-image: -webkit-linear-gradient(top,#d98400,#eb9a4c);
    background-image: linear-gradient(180deg,#d98400,#eb9a4c);
    color: #ffffff;
    border:1px solid transparent;
}
a.default-yellow-secondary:active ,
button.default-yellow-secondary:active {
	background: #2f2f2f;
    color: #ffffff;
    border:1px solid transparent;
}

/* Links */
a.default-blue-link {
    color: #1976D2;
}
a.default-blue-link:hover {
    color: #1565C0;
}
a.default-blue-link:active {
    color: #0D47A1;
}

/*--------------------- / buttons / links */


/* ====================================== Inputs  ========================================= */
select.nb-select {
	border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding-left: 20px;
    padding-right: 30px;
    border: 1px solid #ddd;
    color: #666666;
}
select.nb-select:focus {
    border-radius: 0px;
   -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
}
/*--------------------- / inputs */


/* ====================================== Elements  ========================================= */
ul.bullet-ul {
    padding-left: 15px;
}
ul.bullet-ul li {
    margin-bottom:10px
}
/*--------------------- / elements */


/* ====================================== Middle Page Banner  ========================================= */
.nb-mid-banner-container {
    width:70%;
    margin:0 auto;
    margin-top:35px;
    margin-bottom:35px;
}
.widget-container .nb-mid-banner-container  {
	 margin-top:0px;
	 margin-bottom:0px;
}
.nb-mid-banner-container .custom-slider {
	padding-top:0px;
	padding-bottom: 0px;
}
.nb-mid-banner-container .owl-carousel .owl-stage-outer {
	padding-top: 0px;
	padding-bottom: 0px;
}
.nb-mid-banner-container .owl-carousel .owl-item span.banner-image img{
	max-height: 300px;
	width: auto;
	border-radius:6px;
}

.nb-mid-banner-container.nb-mid-banner-container-large {
    width:100%;
} 
@media(max-width:575px){
    .nb-mid-banner-container.nb-mid-banner-container-large {
       display: none;
    } 
}
.nb-mid-banner-container.nb-mid-banner-container-large .owl-carousel .owl-item span.banner-image img {
   max-height:unset;
    width: auto;
    border-radius:6px;
    min-height: 170px;
}
.nb-mid-banner-container .owl-carousel .banner-item .content_slider {
	position: absolute;
    top: 50%;
    left: 110px;
    color: #fff;
    max-width: 320px;
    transform: translate(0px,-50%);
}
.nb-mid-banner-container .owl-carousel .banner-item .content_slider .banner-title {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	text-align: left;
	text-transform: none;
}
.nb-mid-banner-container .owl-carousel .banner-item .content_slider .banner-description {
	text-align:left;
	padding:0px;
}
.nb-mid-banner-container .owl-carousel .banner-item .content_slider .buttons a.action.primary {
	display: block;
	width: max-content;

	font-size: unset;
	outline: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #1976D2;
	padding: 10px 20px;
	border-radius: 4px;
	color: #ffffff;
	margin: 10px 0px 0px 0px;
}
.nb-mid-banner-container.nb-mid-banner-container-large .owl-carousel .content_slider .banner-title {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.2;
}
@media(max-width:992px){
    .nb-mid-banner-container.nb-mid-banner-container-large .owl-carousel .content_slider .banner-title {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .nb-mid-banner-container.nb-mid-banner-container-large .banner-item .content_slider .buttons a.action.primary {
        padding:6px 10px;
        margin-top:8px;
    }
}
@media(max-width:767px){
    .nb-mid-banner-container.nb-mid-banner-container-large .owl-carousel .content_slider {
       display:none;
    }
}
/* Overlay*/
.nb-mid-banner-container .owl-carousel .owl-item:after {
	content:"";
	border-radius:6px;
    position: absolute;
    max-width: 100%!important;
    height: 100%!important;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
@media (min-width:1200px) {
    .nb-mid-banner-container .owl-carousel .owl-item:after  {
        background: linear-gradient(to right, rgba(4, 4, 4, 0.60), rgba(8, 8, 8, 0.40), rgba(183, 183, 183, 0.20), rgba(248, 248, 248, 0) 70vw);
    }
    .nb-mid-banner-container.nb-mid-banner-container-large .owl-carousel .owl-item:after  {
        background: linear-gradient(to right, rgba(4, 4, 4, 0.60), rgba(8, 8, 8, 0.40), rgba(8, 8, 8, 0.40), rgb(8 8 8 / 15%) 70vw);
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .nb-mid-banner-container .owl-carousel .owl-item:after  {
        background: linear-gradient(to right, rgba(4, 4, 4, 0.60), rgba(8, 8, 8, 0.40), rgba(183, 183, 183, 0.20), rgba(248, 248, 248, 0) 80vw);
    }
    .nb-mid-banner-container.nb-mid-banner-container-large .owl-carousel .owl-item:after  {
        background: linear-gradient(to right, rgba(4, 4, 4, 0.60), rgba(8, 8, 8, 0.40), rgba(8, 8, 8, 0.40), rgb(8 8 8 / 15%) 70vw);
    }
}
@media (min-width:768px) and (max-width:991px) {
    .nb-mid-banner-container .owl-carousel .owl-item:after  {
        background: linear-gradient(to right, rgba(4, 4, 4, 0.60), rgba(8, 8, 8, 0.40), rgba(183, 183, 183, 0.20), rgba(248, 248, 248, 0) 80vw);
    }
    .nb-mid-banner-container.nb-mid-banner-container-large .owl-carousel .owl-item:after  {
        background: linear-gradient(to right, rgba(4, 4, 4, 0.60), rgba(8, 8, 8, 0.40), rgba(8, 8, 8, 0.30), rgba(8 8 8 / 15%) 80vw);
    }
}
@media (max-width:767px) {
    .nb-mid-banner-container .owl-carousel .owl-item:after  {
        background: linear-gradient(to right, rgba(4, 4, 4, 0.60), rgba(8, 8, 8, 0.40), rgba(8, 8, 8, 0.20), rgba(248, 248, 248, 0) 100vw);
    }
    .nb-mid-banner-container.nb-mid-banner-container-large .owl-carousel .owl-item:after  {
        background: linear-gradient(to right, rgba(4, 4, 4, 0.60), rgba(8, 8, 8, 0.40), rgba(8, 8, 8, 0.30), rgba(8 8 8 / 15%) 80vw);
    }
}

/*--------------------- / middle page banner  */


/* ====================================== Force Full width  ========================================= */
.force-full-width {
	width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

/* ====================================== Images  ========================================= */
.nb-image-default {
	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);
}

/* ====================================== Popover  ========================================= */
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1);
}
.nb-popover-template-container {
    z-index:10;
}
.nb-popover-template-container .popover.nb-popover {
    max-width:320px !important;
    width:320px !important;
}
.nb-popover-template-container .nb-popover-body {
    font-size: 14px;
}

/*--------------------- / popover  */


/* ======================================  NB Landofcoder forms   ========================================= */
/* form links & buttons */
a.btnfancy ,
.formbuilder-button.button {
    background-color: #1976D2;
    padding: 10px 20px;
    border-radius:4px;
	color: #ffffff !important;
	display: block;
    width: fit-content;
    font-weight: normal;
}
a.btnfancye:hover ,
.formbuilder-button.button:hover {
    background-color: #1565C0;
    color: #ffffff;
}
a.btnfancy:active ,
.formbuilder-button.button:active {
    background-color: #0D47A1;
    color: #ffffff;
}
.formbuilder-button.button {
	margin:0 auto;
}

.formbuilder-form {
    margin:0px 5px;
}
.fancybox-outer .formbuilder .subtemplate-wrapper label ,
.formbuilder .subtemplate-wrapper > label  {
    margin-bottom:0px !important ;
}

/* case : display no labels */
.nb-form-container-no-labels .formbuilder .subtemplate-wrapper > label {
    display: none;
} 
.nb-form-container-no-labels .response-field-date label ,
.nb-form-container-no-labels .response-field-dropdown > .subtemplate-wrapper > label ,
.nb-form-container-no-labels .response-field-file_upload > .subtemplate-wrapper >label {
    display: block !important; 
}

/* pop up form */
.fancybox-inner .form-content h2.text-center {
    margin-bottom:20px;
    margin-top:10px;
}
.fancybox-outer .formbuilder-form .form-list .field {
    min-height: unset;
}
/* pop up form scroll bar */
.fancybox-outer ::-webkit-scrollbar {
	width: 10px !important;
}
.fancybox-outer ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}
.fancybox-outer ::-webkit-scrollbar-thumb {
	background: #4d4d4d;
	border-radius: 10px;
}


/* in page form */
.formbuilder-form.nb-form-in-page {
    max-width:900px;
    margin:0 auto;
    margin-top:30px;
}
 
/*--------------------- / nb landofcoder forms  */

/* ======================================  NB Modal   ========================================= */
.nb-modal .close {
	font-size: 50px;
    line-height: 0.5;
    padding:0;
    position: absolute;
    right: 0;
}
.nb-modal .close:focus {
	outline: 0;
}
.nb-modal q:before,
.nb-modal q:after {
	font-size: 27px;
	color: #818080;
}
.nb-modal .modal-footer {
	text-align: center;
	padding: 10px;
	padding-bottom: 0px;
	border: none;
	position: sticky;
	width: 100%;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background-color: white;
	z-index: 999;
}
.nb-modal .modal-footer .modal-bottom-btn {
	margin: 0px;
	width: 100%;
}
.nb-modal .modal-content {
	padding: 20px;
    background-color: white;
    border-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.nb-modal hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.nb-modal .modal-header {
	border-bottom: none;
    padding: 0px;
    position: relative;
}
.nb-modal .modal-body {
	max-height: calc(100vh - 130px);
	overflow-y: auto;
	padding-bottom: 0px;
}
.nb-modal .modal-title {
	color: #7e7b7b;
	margin-bottom: 6px;
	font-size: 15px;
}
.nb-modal .pop-up-title {
	font-weight: bold;
	color: black;
	font-size: 16px;
	margin-top: 10px;
}
.nb-modal .modal-body::-webkit-scrollbar {
	width: 10px;
}
/* Track */

.nb-modal .modal-body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}
/* Handle */
.nb-modal .modal-body::-webkit-scrollbar-thumb {
	background: #4d4d4d;
	border-radius: 10px;
}
/* Handle on hover */
.nb-modal .modal-body::-webkit-scrollbar-thumb:hover {
	background: #3e3e3e;
}

/* modal form */
.modal-form-container .input-group {
	display: block;
}
.modal-form-container .input-group input {
	display: block;
	margin-bottom: 10px;
}
.modal-form-container button.addButton span {
	margin-left: 10px;
}
.modal-form-container button.addButton {
	width: 100%;
	background-color: #f0f0f0;
	text-align: left;
	border: 1px solid #f0f0f0;
	margin-top: 5px;
	height: 35px !important;
}
.modal-form-container button.addButton:focus {
	outline: 0;
}
.modal-form-container button.addButton:hover {
	background-color: #e2dfdf;
	border: 1px solid #e2dfdf;
}
.modal-form-container button.addButton i {
	color: #686868;
}

.nb-modal textarea {
	resize: none;
	font-size: 14px;
	padding-left: 8px;
	max-width: 100%;
	border: 1px solid #ccc;
}

/*--------------------- / nb modal  */

/* ======================================  Wishlist   ========================================= */
.products-grid .product-items .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:after {
    content: '\f005';
    moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
    font-family: "Font Awesome 5 Free" !important;
    font-size: 16px;
    line-height: 2.5;
}
/*--------------------- / wishlist  */

.cms-asfaleia-prosopikon-dedomenon p {
    margin-bottom: 10px;
}
.cms-politiki-asfaleias p {
    margin-bottom: 10px;
}

/**qualex page */

.product-qualex .nb-mid-banner-container .owl-carousel .banner-item .content_slider {
    left: unset;
    padding-left: 50px;
}

.product-qualex .owl-carousel .banner-item .content_slider {
    left: unset;
}




/**qualex**/

.product-qualex .container.container-qualex .nb-mid-banner-container.nb-mid-banner-container-large .owl-carousel .owl-item span.banner-image img {
    height: 200px;
    max-width: 1590px;
    margin: 0 auto;
    width: 100%;
}

.product-qualex .owl-carousel .owl-stage-outer   {
    margin: 0;
    padding: 0;
}

.banner-item.banner-56 span.banner-image img  {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 200px;
    max-width: 1590px;
    margin: 0 auto;
    width: 100%;
}

.banner-item.banner-56 .content_slider.banner-type-1 {
    max-width: 330px;
    margin: 0 50px;
    width: 100%;
}

.container-qualex .owl-carousel .banner-item .content_slider .banner-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    width: 100%;
    color: #fff;
    text-transform: unset;
    text-align: left;
    display: inline-block;
    clear: both;
}

.container-qualex .owl-carousel .banner-item .content_slider .banner-description{
    font-size: 16px;
    text-align: left;
    padding: 0px;
}

.container-qualex .owl-carousel .banner-item .content_slider .buttons a.action.primary {
    display: block;
    width: max-content;
    font-size: unset;
    outline: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #1976D2;
    padding: 10px 20px;
    border-radius: 4px;
    color: #ffffff;
    margin: 10px 0px 0px 0px;
    background-color: #a66500;
    background-image: -webkit-linear-gradient(top,#d98400,#eb9a4c);
    background-image: linear-gradient(180deg,#d98400,#eb9a4c);
    padding: 10px 20px;
    border-radius: 4px;
    color: #ffffff;
    border: 1px solid transparent;
}

.container-qualex .owl-carousel .banner-item .content_slider .buttons a.action.primary:hover {
    background: #2f2f2f !important;
    color: #ffffff;
    border: 1px solid #a66500;
}



