body{position: relative;}

.container-fluid-row {
    max-width: 1500px;
    min-width: 280px;
    margin: 0 auto;
}
header > .container > .row{
    align-items: center;
}
#top .list-inline{
	margin-bottom: 0;
}
.logo-extractor{
	display: flex;
	align-items: center;
	position: relative;
}
.phone-contact {
    text-align: right;
	position: relative;
}
.phone-num-more {
    display: flex;
    justify-content: flex-end;
}
.phone-num-more > a > span{
    font-size: 220%;
}
header{
	top: -50px;
	opacity: 0;
	transition: opacity 1.5s;
}
header.fixed-top{
	position: fixed;
	top: 0;
	z-index: 11;
	background-color: #fff;
	transition: top 0.5s;
}
header.fixed-top #logo img {
	max-width: 135px;
    margin: 0;
}
header  i.fa-solid.fa-mobile-screen {
    font-size: 21px;
	color: #4ec06a;
	margin-right:10px;
}
header i.fa-solid.fa-info {
    font-size: 12px;
    color: #03a52b;
    border: 1px solid #4ec06a;
    border-radius: 10px;
    padding: 3px 7px;
    margin-left: 10px;
}
header i.fa-solid.fa-info:hover {
    cursor: pointer;
    background-color: #4ec06a;
    color: #fff;
    transition: all 0.3s;
}
nav#top ul li a i {
	font-size: 25px;
}
nav#top > .container{
	//display: inline-block;
}
.main-menu-div.fixed-top{
	top: 0px;
	z-index: 10;
}
.main-menu-div.fixed-top.menu-open{
	top: 65px;
	transition: top 0.5s;
}
.phone-text{
    display: block;
    margin-top: 5px;
    color: #19aa4b;
    text-align: center;
}
.phone-more {
    position: absolute;
    top: 30px;
    right: -15px;
    background-color: #011f6e;
    z-index: 4;
    padding: 20px 30px;
    text-align: left;
}
.phone-more a,
.phone-more span{
	color: #fff;
	display:block;
	padding: 5px 0;
}
.phone-more a.closer{
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: 150%;
}
.phone-more .info-tel{
	font-size: 170%;
}
.phone-more:before {
    right: 15px;
    left: auto;
    top: -17px;
    pointer-events: none;
    content: "";
    position: absolute;
    display: block;
    margin-left: -11px;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #011f6e;
    border-width: 11px;
}
.header-icons-list {
    display: flex;
    align-items: center;
}
.header-icons-list > .header-icons{
	margin-left: 15px;
}
#menu #narbar-menu .products-category-menu > .nav-item > a.nav-link{
	background-color: #17a84a;
	transition: background-color 0.3s;
}
#menu #narbar-menu .products-category-menu > .nav-item > a.nav-link:hover{
	background-color: #242769;
}

button#dropdownSearch {
    height: 36px;
    width: 36px;
    background-color: #03a52b;
    color: #fff;
    border: 0px solid;
}
div#search.input-group{
    margin-bottom: 0 !important;
}
.header-search-thinks #search.input-group{
	justify-content: flex-end;
}
.cart-count {
	position: absolute;
    bottom: 0;
    left: 40%;
    background-color: transparent;
    line-height: 20px;
    font-size: 10px;
    border-radius: 25px;
    color: #fff;
}
.top-searc-minicart {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.header-search-thinks {
    width: 100%;
}
.header-icons-list .header-icon > i {
    font-size: 30px;
	color: #b5b5b5;
}
.header-icons-list .header-icon > i:hover {
	color: #888;
}
.main-menu-div{
	background-color: #17a84a;
	//background-color: #1f2366;
}
.main-menu-div.fixed-top.menu-open{
	
}
.main-menu-div.fixed-top.menu-open #menu ul.navbar-nav.custom-links-menu > li.menUsItem > a{
	border: 0;
    background-color: #17a84a;
    color: #ffffff;
    padding: 5px 10px !important;
    border-radius: 3px;
}
nav#menu > #narbar-menu{
	justify-content: space-between;
}
nav#menu.navbar.navbar-expand-lg.navbar-light.bg-primary{
	background-color: transparent !important;
	margin-bottom: 0;
}
nav#menu .dropdown-inner a.see-all{
	margin-top: 0;
	display: flex;
    align-items: center;
}
nav#menu .dropdown-inner a.see-all > i{
	font-size: 30px;
	margin-right: 15px;
	color: #242769;
}
.menu-product-link{
	display: flex;
	align-items: center;
}
.menu-product-link span{
	display: block;
}
.menu-product-link .childCatName > span{
	display: inline-block;
    color: #fff;
    background-color: #4ec06a;
    font-size: 10px;
    padding: 0px 3px 0 3px;
    border-radius: 10px;
	min-width: 18px;
	text-align: center;
}
.menu-product-link .pr-img img{
	max-width: 30px;
    margin-right: 15px;
	transform: scale(1);
}
.menu-product-link:hover .pr-img img{
	transform: scale(1.2);
	transition: transform 0.2s; 
}
.menu-product-link .catNameDscr{
	
}
.menu-product-link .childCatDscr > p{
	margin-bottom: 0;
}
nav#menu .dropdown-inner a.see-all > span,
.menu-product-link .childCatName {
    font-size: 15px;
    font-weight: bold;
	margin-bottom: 5px;
    color: #242769;
	text-transform: uppercase;
}
.main-menu-extractor {
    background-color: #fff;
    margin-right: 20px;
	border-radius: 5px;
}
.main-menu-extractor.link-open{
	//background-color: #c5e9d3;
}
.main-menu-extractor:hover{
	cursor: pointer;
}
.main-menu-extractor img {
    max-width: 20px;
}
.main-menu-div.fixed-top.menu-open .nav-item.dropdown > a > img{
	max-width: 20px;
}
#menu-toggle span {
	display:block;
	background: #1f2366;
	border-radius:2px;
}
#menu-toggle {
	width:30px;
	height:30px;
	position:relative;
	cursor:pointer;
	background:rgba(255,255,255,.4);
	border-radius:5px;
	&:hover {
		background:rgba(255,255,255,.8);
	}
#hamburger {
    position:absolute;
    height:100%;
    width:100%;
    span {
		width: 24px;
        height: 3px;
        position: relative;
        top: -5px;
        left: 0px;
        margin: 5px 3px;
		&:nth-child(1){
			transition-delay:.5s;
		}
		&:nth-child(2){
			transition-delay:.625s;
		}
		&:nth-child(3){
			transition-delay:.75s;
		}
	}
}
#cross {
    position:absolute;
    height:100%;
    width:100%;
    transform:rotate(45deg);
	top: -5px;
    span{
      &:nth-child(1){
        height:0%;
        width:4px;
        position:absolute;
        top:10%;
        left:13px;
        transition-delay:0s;
      }
      &:nth-child(2){
        width:0%;
        height:4px;
        position:absolute;
        left:10%;
        top:13px;
        transition-delay:.25s;
      }
    }
  }
}

#menu-toggle.open {
	#hamburger {
		span {
			width:0%;
			&:nth-child(1){
			transition-delay:0s;
		}
		&:nth-child(2){
			transition-delay:.125s;
		}
		&:nth-child(3){
			transition-delay:.25s;
		}
    }
}
#cross {
    span {
      &:nth-child(1){
        height:80%;
        transition-delay:.625s;
      }
    }
    span {
      &:nth-child(2){
        width:80%;
        transition-delay:.375s;
      }
    }    
  }
}
#menu-toggle * {
	transition:.25s ease-in-out;
	box-sizing:border-box;
}
#menu-toggle span.s-menu{
	position: absolute;
    background: transparent;
    /* transform: rotateZ(-90deg); */
    left: 2px;
    bottom: -8px;
    text-transform: uppercase;
    font-size: 9px;
    color: #1f2366;
    font-weight: bold;
}
#menu .dropdown-inner a.menu-product-link{
	position: relative;
}
#common-home .carousel.slide{
	border: 0px solid;
	overflow: hidden;
}
/* slider */

.slider-text *{
    font-weight: 900;
	color: #1f2366;
}
.slider-text > h1{
    margin-bottom: 0.5em;
}
.slider-text > h3{
    
}
.slider-text {
    position: absolute;
    top: 50%;
}
.right-place{
	right: 50%;
    transform: translateX(50%) translateY(-50%);
    text-align: right;
}
.left-place{
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: left;
}
#common-home .carousel:hover .carousel-control-next{
	right: 20px;
}
#common-home .carousel:hover .carousel-control-prev{
	left: 20px;
}
#common-home .carousel-control-prev-icon, 
#common-home .carousel-control-next-icon{
	background-size: 150% 150%;
}
#common-home .carousel-indicators {
    bottom: 0px;
}
/* Home categories */
.categories-banners .cat-banner {
	background-size: cover;
    background-position: center;
    padding: 2rem;
    height: 100%;
    position: relative;
    z-index: 1;
	transition: height 0.4s;
}
.categories-banners .category-banner:hover .cat-banner{
	height: 85%;
	transition: height 0.2s;
}
.categories-banners .cat-banner .cat-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
}
.categories-banners .cat-banner .cat-title{
    color: #fff;
}
.categories-banners .cat-banner .cat-content {
    position: relative;
	top: 50%;
    transform: translateY(-50%);
}
.categories-banners .cat-banner img {
    max-height: 60px;
    margin-bottom: 20px;
    max-width: 80px;
}
.categories-banners .category-banner:hover .cat-banner img {

}
.categories-banners .cat-banner .cat-title {
	color: #FFF;
	font-weight: 900;
	text-transform: uppercase;
}
.categories-banners .cat-banner .cat-divider {
    width: 60px;
    height: 2px;
    background: #1f2366;
    margin: 15px auto;
}
.categories-banners .cat-banner .cat-text {
	color: #FFF;
    font-size: 15px;
    line-height: 1.2;
}
.categories-banners {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2em;
}
.cb1{
	grid-row: span 2;
}
.banner5-5{margin-bottom: 50px;}
.category-banner {
    display: flex;
	position: relative;
}
.categories-banners > .category-banner.cb1{
	border: 10px solid #1f2366;
}
.categories-banners > .category-banner.cb1{	
	position: relative;
	top: 50%;
    transform: translateY(-50%);
}
.categories-banners > .category-banner:not(.cb1) .cat-banner{
	background-color:#17a84a;
}
a.cat-link {
    position: relative;
    display: block;
}
.bottom-go-link {
    position: absolute;
    bottom: 0;
}
.bottom-go-link {
    position: absolute;
    bottom: -1px;
    width: 100%;
    text-align: center;
    border: 10px solid #17a84a;
    padding: 7px 0;
    font-weight: 900;
    font-size: 14px;
}
.categories-banners .category-banner.cb1 .cat-banner{
	background: #fff;
}
.categories-banners .category-banner.cb1 .bottom-go-link{
	background-color: #1f2366;
	border: 0px solid #1f2366;
	color: #fff;
    padding: 30px 0;
}
.bottom-go-link i{
	margin-left: 0px;
	transition: margin-left 0.3s;
}
.bottom-go-link:hover i{
	margin-left: 10px;
	transition: margin-left 0.3s;
}
/*Home Benners*/
.homebanner{
	position: relative;
}
.homebanner.banner1-2-5 img{width: 100%;}
.banner3-5 img{
	//position: absolute;
	top: 0;
	left: 0;
}
.banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 30px;
    width: 60%;
}
.homebanner h3:nth-child(2) {
    font-weight: 900;
    color: #262768;
}
.homebanner h4:nth-child(3) {
    color: #262768;
	margin-bottom: 10px;
}
.homebanner h1 {
    color: #17a84a;
    font-weight: 900;
    font-size: 2rem;
    line-height: 2rem;
    text-shadow: 2px 2px 0px #262768;
}
.b2b-only a.b2b-btn {
    font-size: 14px;
    background-color: #03a52b;
    color: #fff;
    padding: 10px 15px;
    font-weight: 900;
    display: inline-block;
}
.homebanner a i {
    margin-left: 0;
}
.homebanner a:hover i {
    margin-left: 10px;
	transition: margin-left 0.3s;
}
#content > h1{
	padding: 1em 0;
	color: #2fa84f;
	font-weight: bold;
}
.content-div {
    margin-bottom: 4em;
}
.content-div.content-img > img{
	width: 100%;
}
.cd-left > div > .content-div:last-child{
	margin-bottom: 0;
}
.content-div .img-title > img{
    width: 30px;
    height: 30px;
    margin-right: 0.54rem;
}
.content-div .img-title {
    display: flex;
}
.content-div .img-title > h3{
	font-weight: 900;
	color: #17a84a;
}
.cd-left > div{
	border: 10px solid #1f2366;
	padding: 3rem; 
}
.cd-right > div{
	padding: 3rem; 
}
.content-div.content-img {
    margin-bottom: 3rem;
}
.eco {
    background-color: #17a84a;
	position: relative;
}
.prod-process > .content-div{
	border: 10px solid #17a84a;
    position: relative;
    z-index: 5;
    padding: 3rem;
}
.eco > .content-div{
	position: relative;
	z-index: 5;
	padding: 3rem;
}
.eco > img{
	position: absolute;
	top: 0; bottom: 0; right: 0; left: 0;
	opacity:0.1;
}
.slider-text h3 {
	color: #03a52b;
    text-shadow: 2px 2px 2px #1f2366;
}
.footer-logo a{
	
}
.footer-logo img{
	margin-bottom: 10px;
}
.footer-logo p {
    line-height: 1.4;
    text-align: center;
}
.footer-block {
    text-align: center;
}
footer li a {
    color: #fff;
    line-height: 1.4;
}
footer .footer-block li{
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
}
footer .footer-block li i{
	margin-right: 15px;
}
.open-div,
.mail-div,
.footerCopyright br{display:none;}
.card-map {
    display: flex;
	flex-direction: column;
}
.gmap {
    border: 10px solid #1f2366;
	margin-bottom: 20px;
}
.c-attr {
    margin-bottom: var(--bs-card-spacer-y);
}
.c-icon {
    border-right: 3px solid #4ec06a;
    margin-right: 10px;
    padding-right: 10px;
	text-align: right;
}
.c-icon i {
    color: #1f2366;
    font-size: 1.3em;
	min-width: 25px;
}
.c-content{
	
}
.socialsM i {
    font-size: 1.5em;
    margin-right: 5px;
}
.c-content > strong{
	color: #1f2366;
	margin-bottom: 5px; 
	display: block;
}
#information-contact .card {
    border: 10px solid #dddddd;
}
#form-contact{
    border: 10px solid #17a84a;
	padding: 15px;
}
.content_bottom {
    border-top: 30px solid #dddddd;
    margin-top: 50px;
    padding-bottom: 3em;
    background-image: url(/imgs/technoform_back_pattern.jpg);
    background-size: 250px;
	background-attachment: fixed;
}
.content_bottom-lines {
    border-bottom: 30px solid #4ec06a;
    border-top: 10px solid #1f2366;
    margin-bottom: 50px;
}
body footer {
    border-top: 30px solid #4ec06a;
	margin-bottom: 0;
	margin-top: 0rem;
}
.card.categories-list {
     border: 10px solid #1f2366;
}
.card.categories-list.mt-2{
     margin-top: 0 !important;
}
.card.category-filters{
	border: 10px solid #17a84a;
}
.mt-5 .card.categories-list .card-header{
	text-align: center;
	margin-top: -1px;
}
#product-info .after-product-related-products .products-related .title{
	background-color: #1f2366;
    color: #fff;
    padding-bottom: 15px;
    font-size: 1.2em;
    text-align: center;
    margin-top: -1px;
    padding-top: 10px;
	margin-bottom: 0px;
}
#product-info .after-product-related-products .products-related{
	border: 10px solid #1f2366; 
}
.card.categories-list .card-header{
    background-color: #1f2366;
	color: #fff;
	padding-bottom: 20px;
	font-size: 1.2em;
}
#column-left .card.category-filters .card-header{
    background-color: #17a84a;
	color: #fff;
	padding-bottom: 20px;
	font-size: 1.2em;
}
#column-left .list-group-item{
	color: #000;
}
#column-left .list-group-item {
    color: #000;
    font-size: 1em;
    padding: 15px 10px;
    font-weight: 600;
}
.categories-list .list-group-item > span {
    color: #1f2366;
    border: none;
    background-color: transparent;
    font-size: 0.8em;
    font-weight: 500;
}
.categories-list .list-group-item:hover{
	background-color: hwb(141deg 9% 34% / 50%);
}
.categories-list .list-group-item.active{
	color: #fff!important;
	background-color: #17a84a;
}
.categories-list .list-group-item.active > span{
	color: #fff;
}
#column-left .card.category-filters .form-check .form-check-input {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 0;
}
#column-left .card.category-filters .form-check{
	margin-bottom: 0.5rem;
}
#column-left .card.category-filters label {
    font-size: 1em;
}
#column-left .categories-list .list-group-item > span:before{
	content: "(";
}
#column-left .categories-list .list-group-item > span:after{
	content: ")";
}
li.menUsItem i{
	margin-right: 10px;
}
li.menUsItem > a{
    border: 5px solid #17a84a;
    padding: 10px 15px !important;
    border-radius: 10px;
}
.fotter-copyright {
    display: flex;
    justify-content: space-between;
}
.fotter-copyright > p {margin-bottom: 0;}
.fotter-copyright ul {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
    position: relative;
    top: 5px;
}
.footer-block.contact-block h5,
.footer-block.site-links h5,
.footer-block.contact-block ul,
.footer-block.site-links ul{
	text-align: left;
}
.worktime{
	
}
.footer-block .socialsM {
    margin-top: 1em;
}
.footer-block .socialsM i{
    margin-right: 0.5em;
}
.footer-left-side {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 10px;
}
.block1{
	grid-row: span 3 / span 3;
}
.block2{
    grid-column: span 3 / span 3;
    grid-column-start: 2;
    grid-row-start: 3;
}
.block3 {
	grid-column: span 4 / span 4;
    grid-row-start: 4;
	margin-bottom: 7px;
}
.b2b-text {
    display: flex;
    align-items: center;
}
.b2b-text1 {
    display: flex;
    border-radius: 27px;
    position: relative;
    width: 215px;
    padding: 4px;
    overflow: hidden;
}
.b2b-text1 > svg{
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 1;
}
.b2b-text1 .line {
    stroke-dasharray: 510;
	stroke-dashoffset: -510;
    stroke-width: 10px;
    fill: transparent;
    stroke: rgb(78 192 106);
}
.b2b-text1.active .line{
	animation: svgAnimation 0.8s linear forwards;
}
@keyframes svgAnimation {
	from {
		stroke-dashoffset: -510;
	}to{
		stroke-dashoffset: 0;
	}
}
.b2b-text1 > h2 {
	font-weight: 900;
    font-size: 2.5em;
    color: #4ec06a;
    margin-bottom: 0;
    text-shadow: 3px 3px 0px #1f2366;
    line-height: 51px;
    background-color: #fff;
    padding: 0 8px 0px 20px;
	opacity: 0;
}
.b2b-text1 .triangle-left {
    width: 0;
    height: 0;
    border-left: 0px solid #fff;
    border-right: 25px solid #1f2366;
    border-bottom: 56px solid #ffffff;
	margin-right: 0px;
	opacity: 0;
}
.b2b-text1 .triangle-left.active,
.b2b-text1 > h2.active {
	opacity: 1;
	transition: opacity 1s;
}
.b2b-text1 > h3{
    margin-bottom: 0;
    line-height: 53px;
    padding: 1px 18px 0px 5px;
    background-color: #1f2366;
    color: #fff;
    font-weight: 900;
	opacity: 0;
}
.b2b-text1 > h3.active{
    opacity: 1;
	transition: opacity 1s;
}
footer .b2b-text2 h5{
	margin: 0 2em 0 4em;
}
.footer-left.block2 {
    margin-bottom: -30px;
    margin-top: -75px;
}
.footer-left.block2 .ml-form-embedWrapper {
	background-color: transparent!important;
}

#mlb2-20535940.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-20535940.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 0!important;
}
undli{
	position: relative;
}
undli:after {
    content: "";
    display: block;
    width: 0%;
    height: 10px;
    position: absolute;
    left: 0;
    background-image: url(/imgs/icons/pen_undreline.png);
    background-repeat: no-repeat;
    background-size: 100%;
	transition: width 0.5s ease-in-out;
}
undli.animate:after {
    width: 100%; /* Ενεργοποιεί το animation */
}
.succes-1st-line {
    border-bottom: 10px solid #1f2366;
    display: inline-block;
    font-size: 1.5em;
    padding-bottom: 10px;
	line-height: 1.2;
}
#account-account .account-option{
	border-bottom: 1px solid #d7d7d7;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
#account-account .account-option > a{
	font-size: 1em;
    border: 2px solid #1f2366;
}
#account-account .account-option > a:hover,
#account-account .account-option > a:hover > i{
	color: #fff;
    background-color: #1f2366;
}
#account-account .account-option > a > i{
	margin-right: 1em;
}
#account-account .account-option > span{
	margin-top: 1em;
    display: block;
}
#top .float-end li.list-inline-item.text_logout{
	padding-right: 0px;
	margin-right: 0rem;
}
#top .float-end li.list-inline-item.text_logout > a{
    color: #1f2366;
    font-weight: 600;
    margin-left: 1em;
}
#top .float-end li.list-inline-item.text_logout > a > i{
	font-size: 1em;
}
@media screen and (min-width: 1500px) {
	#alert.container.p-3 {
		padding: 0 !important;
		max-width: 100%;
	}
	#alert.container > .alert{
		left: 0;
		margin-bottom: 0;
		text-align: center;
	}
	#alert.container > .alert.alert-success {
        background-color: #1ca94b;
        color: #fff;
        border: 0;
    }
	#alert.container > .alert.alert-success > a{
		font-weight: bold;
        color: #fff;
        border: 2px solid #fff;
        padding: 5px 10px;
		transition: all 0.3s;
    }
	#alert.container > .alert.alert-success > a:hover{
		color: #1ca94b;
		background-color: #fff;
		transition: all 0.3s;
	}
	#alert.container > .alert.alert-success.alert-dismissible .btn-close{
		color: #fff;
	}
}
@media screen and (max-width: 1599px) {
	.footer-left-side {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(4, 1fr);
		gap: 10px;
	}
	.block1{
		grid-row: span 3 / span 3;
	}
	.block2{
		grid-column: span 3 / span 3;
		grid-column-start: 2;
		grid-row-start: 3;
	}
	.block3 {
		grid-column: span 4 / span 4;
		grid-row-start: 4;
		margin-bottom: 7px;
	}
	footer .b2b-text2 h5 {
		margin: 0 0em 0 1em;
		line-height: 1.5;
	}
	undli:after {
		bottom: -7px;
	}
}
@media screen and (max-width: 1500px) {
	h4 {
		font-size: 1em;
	}
	.categories-banners {
        gap: 1em;
    }
	.categories-banners .cat-banner {
		padding: 1rem;
	}
}
@media screen and (max-width: 1399px) {
	
	.b2b-text .b2b-text1{
		min-width: 215px;
		border-radius: 28px;
	}
	.b2b-text .b2b-text2{
		
	}
	.b2b-text1 > h2 {
		padding: 1px 4px 0px 17px;
	}
}
@media screen and (max-width: 1245px) {
	footer > .container > .row > div{
		width: 100%;
	}
	footer > .container > .row > div.left-f{
        border-bottom: 1px solid gray;
        padding-bottom: 2em;
        margin-bottom: 2em;
	}
	footer > .container > .row > div.right-f{
		
	}
	.footer-left-side {
		grid-template-columns: repeat(4, 1fr);
	}
	.b2b-text {
		justify-content: space-between;
	}
	.b2b-text .b2b-text1 {
        margin-left: 2em;
    }
	.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
		float: right;
	}
	.right-f > .row > div{padding-left: 4em;}
}
@media screen and (max-width: 1200px) {
	.categories-banners .cat-banner img {
		max-height: 50px;
		margin-bottom: 10px;
		max-width: 40px;
	}
}
@media screen and (max-width: 991px) {
	header{
		box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 20%);
		z-index: 5;
		top: 0;
	}
	.mob-header.mob-menu .navbar-toggler {
		border: 3px solid #1f2366;
        border-radius: 5px;
        padding: 5px;
    }
	.logo-extractor{
		justify-content: center;
	}
	.mobile-header{
		grid-template-columns: repeat(7, 1fr);
		grid-template-rows: repeat(1, 1fr);
		align-items: center;
		gap: 5px;
	}
	.mobile-header > .mob-header{
		text-align: center;
	}
	.mobile-header > .mob-header:nth-child(3){
		grid-column: span 3 / span 3;
	}
	.mobile-header > .mob-header:nth-child(4){
		grid-column-start: 6;
	}
	.mobile-header > .mob-header:nth-child(5){
		grid-column-start: 7;
	}
	header.fixed-top #logo img{
		max-width: unset;
		margin: 0;
		width: 100%;
	}
	.main-menu-div #menu{
		min-height: unset;
	}
	.mob-header i{
		font-size: 1.5rem;
        color: #1f2366;
	}
	#search{position: relative;}
	#search .form-control-lg{
		max-width:100%;
	}
	#search .btn-lg {
		position: absolute;
        right: 20px;
        margin-top: 13px;
        height: 40px;
        background-color: #fdfdfd;
	}
	#search .form-control-lg{
		margin: 10px 20px;
        background-color: #fdfdfd;
        border: 1px solid #1f2366;
	}
	.mob-header.mob-searcher{
		display: none;
	}
	div#menu-searchbar {
		background-color: #efefef;
	}
	.mob-header.mob-lang .fa-solid.fa-chevron-down{
		font-size: 0.5rem;
        margin-top: 3px;
        margin-bottom: -3px;
	} 
	.mob-header.mob-lang .dropdown-toggle{
		display: flex;
        flex-direction: column;
        align-items: center;
	}
	.mob-header.mob-lang .dropdown-toggle img{
		width: 25px;
	}
    .mob-header.mob-lang ul.dropdown-menu.show {
        top: 17px !important;
        min-width: unset;
        border: 0px;
        box-shadow: -5px 5px 5px 0px #00000040;
    }
	.mob-header.mob-lang ul.dropdown-menu a.dropdown-item{
		padding-right: 5px;
        text-align: right;
        margin-bottom: 10px;
	}
	.mob-header.mob-lang ul.dropdown-menu a.dropdown-item img{
        margin-left: 10px;
	}
	.mob-header.mob-lang ul.dropdown-menu li:last-child a.dropdown-item{
		margin-bottom: 0;
	}
	.main-menu-div .products-category-menu .dropdown-menu{
		display: block;
		max-width: 100%;
	}
	#menu .dropdown-inner a{
		padding: 10px 20px;
	}
	#menu #category{display: none!important;}
	.menu-product-link span.childCatDscr{
		display: none;
	}
	#menu .dropdown-inner ul.products-categories{
		display: block;
	}
	#menu .dropdown-inner ul.products-categories > li:first-child a{
		padding: 13px 20px;
	}
	.menu-product-link .pr-img img,
	nav#menu .dropdown-inner a.see-all > i{
		font-size: 24px;
		margin-right: 10px;
	}
	.homebanner{margin-bottom: 40px;}
	.banner5-5 {
		margin-bottom: 0px;
	}
	.menu-product-link .childCatName > span{right: 10px;}
	ul.navbar-nav.custom-links-menu {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap: 10px;
		background-color: #efefef;
		padding: 10px;
	}
	ul.navbar-nav.custom-links-menu li:last-child {
		grid-column: span 2 / span 2;
	}
	#menu .navbar-nav > li > a{display: block;}
	#menu .navbar-collapse .custom-menu{}
	
	#menu .navbar-collapse .custom-menu ul.custom-links-menu > li:nth-child(1),
	#menu .navbar-collapse .custom-menu ul.custom-links-menu > li:nth-child(2){
		background-color: #242769;
	}
	#menu .navbar-collapse .custom-menu ul.custom-links-menu > li:nth-child(3){
		background-color: #17a84a;
	}
	#menu .navbar-collapse .custom-menu ul.custom-links-menu > li > a{
		text-align: center;
	}
	#menu #narbar-menu{left: 0;}
	#menu .dropdown-menu ul li a :hover,
	#menu .dropdown-inner a:hover {
		background-color: #FFF;
	}
	.main-menu-div {
		background-color: #FFF;
		position: relative;
		z-index: 10;
	}
	.main-menu-div > .container{
		padding: 0
	}
	.categories-banners{
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(5, 1fr);
		gap: 10px;
	}
	.category-banner.cb1{
		grid-column: span 2 / span 2;
		grid-row: auto;
	}
	.category-banner.cb2{
		grid-row-start: 2;
	}
	.category-banner.cb3{
		grid-row-start: 2;
	}
	.category-banner.cb5{
		grid-row-start: 3;
	}
	.category-banner.cb7{
		grid-row-start: 4;
	}
	.category-banner.cb9{
		grid-row-start: 5;
	}
//	.category-banner .cat-content .cat-title br,
	.bottom-go-link{
		display: none;
	}
	.categories-banners .cat-banner{
		padding: 0.5rem;
	}
	#homeMobSlider .slider-text { 
        top: 10%;
        left: unset;
        right: unset;
        transform: unset;
        padding: 1.5rem;
        width: 100%;
        text-align: center;
    }
	#homeMobSlider .slider-text h1{
		font-size: 3em;
	}
	#homeMobSlider .slider-text h3 {
		font-size: 2em;
        color: #03a52b;
        text-shadow: 2px 2px #1f2366;
    }
	#narbar-menu{
		position: fixed;
		top: 0;
		width: 100%;
	}
	.categories-banners .cat-banner .cat-divider,
	.categories-banners .cat-banner .cat-text{
		display: none;}
	a.cat-link{width: 100%;}
	.footer-left-side{display: block;}
	.block1 {
        text-align: center;
    }
	.block2 {
        text-align: center;
    }
	.block2 .ml-form-embedContainer .ml-form-embedWrapper.embedForm{
		float: unset;
        //border: 2px solid #4ec06a !important;
        margin-bottom: 4em !important;
        margin-top: 2em !important;
	}
	.block2 .ml-embedded{
        margin: 0;
    }
	.block3 {
        text-align: center;
    }
	.fotter-copyright > p, .fotter-copyright > ul{
		width: 50%;
	}
	.fotter-copyright ul {
		justify-content: flex-end;
	}
	.company-page .cd-right > div {
		padding: 0rem;
	}
}
@media screen and (max-width: 767px) {
	.banner-text.bnn-mob {
        top: 0;
        transform: unset;
        width: 100%;
        padding: 1rem;
        position: relative;
        border: 10px solid #efefef;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
	.homebanner h1 {
		font-size: 4rem;
		line-height: 4rem;
	}
	.footerCopyright br{display:block;}
	.right-f > .row > div {
        padding-left: 12px;
    }
	.fotter-copyright {
		flex-direction: column-reverse;
		justify-content: space-between;
	}
	.fotter-copyright > p, .fotter-copyright > ul {
        width: 100%;
    }
	.fotter-copyright ul {
		justify-content: space-around;
	}
	.fotter-copyright > p {
		text-align: center;
		margin-top: 2em;
		padding-top: 1em;
		border-top: 1px solid #4b4d72;
	}
}
@media screen and (max-width: 676px) {
	body .row-cols-1 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	#common-home .product-thumb .description .meta__description,
	#product-list > .col .description > p{display: none;}
	#product-list .product-thumb .content .description{
		padding: 5px;
	}
	#product-list > .col .product-thumb .image{margin-bottom: 0;}
	#common-home .gridHeader > .mpgrid_item{
		max-width: 50%;
        float: left;
        position: unset !important;
	}
	#common-home .mpgrid_item > form{
		border: 0px;
	}
	#common-home .product-thumb .description{
		padding: 5px;
	}
	#common-home .product-thumb .description h4.meta__title{
		max-height: 40px;
	}
	.content_bottom-lines {
		margin-bottom: 10px;
	}
	.view {
		margin-top: 1em;
	}
	section#mpgrid-0.mpgrid{
		height: auto!important;
	} 
	h1.product-name {
        font-size: 1.5em;
		margin-top: 30px;
    }
}
@media screen and (max-width: 575px) {
	.footer-logo a {
		display: flex;
        flex-direction: column;
        align-items: center;
	}
	.footer-logo p {
        margin-bottom: 1em;
    }
	.footer-logo img {
		max-width: 480px;
	}
	footer .footer-block h5{
		margin-bottom: 0.5rem;
	}
	.footer-block.contact-block h5, .footer-block.site-links h5, .footer-block.contact-block ul, .footer-block.site-links ul {
		text-align: center;
	}
	footer .footer-block li {
		align-items: center;
		justify-content: center;
	}
	footer .contact-block ul li br{
		display: none;
	}
	footer .contact-block ul li{
		
	}
	footer .contact-block ul li > a {
        padding: 0.5em 0;
    }
	.footer-block.contact-block .socialsM a,
	.footer-block.contact-block .socialsM a i{
		padding: 0;
		margin: 0;
		border: 0;
	}
	.footer-block.contact-block .socialsM a i{
		font-size: 3em;
        padding: 10px;
	}
	.contact-block .list-unstyled a {
        padding: 10px;
        border: 1px solid #fff;
        width: 100%;
        border-radius: 5px;
    }
}
@media screen and (max-width: 480px) {
	.b2b-text1 > h2 {
        padding: 1px 10px 0px 20px;
    }
	#homeMobSlider .slider-text h1,
	h1 {
		font-size: 2.5em;
	}
	#homeMobSlider .slider-text h3,
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1em;
	}
	.banner-text.bnn-mob {
        justify-content: space-between;
        align-items: center;
    }
	.homebanner h1 {
		font-size: 3rem;
		line-height: 3rem;
	}
	.breadcrumb > li.breadcrumb-item:first-child {padding-left: 0;}
	.breadcrumb > li.breadcrumb-item:last-child {padding-right: 0;}
	.contact-block .list-unstyled a {
        margin-bottom: 10px;
    }
	.category-description {
        border-top: 5px solid #e9e9e9;
        padding-top: 20px;
    }
	.category-description h2{
		font-size: 1.5em;
	}
	#product-info .product-boxing h5{
		padding-top: 10px;
	}
	body #product-info .product-boxing .table {
		width: 100%;
	}
	#information-information .company-div.cd-left{
		margin-bottom: 3em;
	}
	#information-contact .contact-form ,
	#information-information .termsOfUse .termsOfUseItem:last-child,
	#information-information .eco {
		margin-bottom: 3em;
	}
}