.ps-product .ps-product__badge.tulmagas {
    background-color: #ff9800;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 90%;
    margin-top: 68px;
}


.ps-form--quick-search{
	margin-right:30px;
}

.ps-collection a img{
  //filter: blur(0);
  filter: contrast(1);
  transition:all ease .3s;
  border-radius:3px;
}

.ps-collection a:hover img{
  //filter: blur(2px);
  filter: contrast(1.75);
}

#homepage-1 .ps-home-banner .ps-collection {
    margin-bottom: 39px;
}

.ps-btn, button.ps-btn{
	color:#fff;
}

/*.header .header__top {
    background-color: #e9e9e9;
}*/

#back2top {
    bottom: 90px;
    background-color:#000;
  	border: 1px solid #000;
}
#back2top.active {
    bottom: 90px;
}

#back2top i {
	color:#fff;
}



/*FELSŐ MENÜ*/
.navigation{
	background:#fff;
  	border-bottom: 1px solid #d9d9d9;
}

.header .navigation .menu>.current-menu-item>a,.header .navigation .menu>.current-menu-item>a:hover{
	color:#1c8b43;
}


/*FELSŐ KATEGÓRIA SELECTOR*/

.menu--product-categories {
    background: #6c757d;
  	transition:all ease .2s;
}

.menu--product-categories:hover {
    //background: #ff4713;  
}

.header .menu--product-categories .menu__toggle span, .header .menu--product-categories .menu__toggle i{
	color:#fff;
  padding-left: 10px;
}

/*FELSŐ KERESÉS + GOMBOK*/

.header .header__extra span {
    background-color: #6c757d;
}

.header .ps-form--quick-search button{
	//background-color: #ff4713;
  	border: 1px solid white;
  	transition:all ease .2s;
}

.header .ps-form--quick-search button:hover {
    background: #6c757d;  
}

.header .header__extra,.header .ps-block__left i {
    color: #ffffff;
  	transition:all ease .2s;
}

.header .header__extra:hover,.header .ps-block__left i:hover {
    /*color: #6c757d;*/
}

/*RENDELÉS KÖVETÉSE GOMB*/
.navigation__extra>li a {
    padding: 17px 15px;
    background: #FFC107;
    color: white !important;
  	font-weight: 400;
}

.navigation__extra>li a:hover {
    background: #6c757d;  
}

.navigation__extra>li a:before{
  	/*font-family: Linearicons;
  	margin-right:5px;
	content: "\e999";*/
}

.header .ps-block--user-header .ps-block__right a{
	color:#fff;
}

.header .ps-block--user-header .ps-block__right a:hover{
	color:#000;
}

.ps-logo{
	/*margin-left:75px;*/
}

.prodreszletekkategoria{
	text-align:left !important;
  	font-size: 15px !important;
    width: 100% !important;
}

.prodreszletekkategoria:nth-of-type(1n){
	//color:red !important;
}

.ps-product--detail .ps-product__shopping{
	padding-bottom:35px;
}

.ps-product .ps-product__badge.ritkasag {
    background-color: #dc3545;
  	font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 90%;
  	margin-top:35px;
}


@media (max-width:767px){
  .slider-item-header{
      //display:none;
    top:10px;
    bottom:auto !important;
    padding-bottom:0 !important;
  }
  
  .slider-item-title{
  	font-size:20px;
  }
  
  .slider-item-description{
    display:none;
  }
}
.ps-shopping-cart .ps-section__footer .ps-btn--outline{
	border-radius:4px;
}

/*BORDER_RADIUS 10*/
.cookie-consent.cookie-consent-minimal,
.ps-product .ps-product__thumbnail img,
.ps-block--site-features,
.ps-collection a img,
#homepage-1 .ps-home-banner .owl-slider .owl-stage-outer, #homepage-1 .ps-home-banner .owl-slider .owl-stage-outer .owl-stage, #homepage-1 .ps-home-banner .owl-slider .owl-stage-outer .owl-stage .owl-item, #homepage-1 .ps-home-banner .owl-slider .ps-banner,
.ps-popup.active .ps-popup__content,
.slick-slide img,
.ps-product--detail .ps-product__variants .item,
.widget_features,
.widget img,
.ps-product,
.widget_shop,
.ps-shopping .bg-light,
.ps-block--shopping-total,
.ps-shopping-cart .ps-section__footer figure .form-control,
.ps-product--detail .ps-product__sharing a,
.ps-product--detail .ps-product__shopping .form-group--number input,
.ps-shopping-cart .ps-section__footer .ps-btn--outline,
.form-group--number,
.form-group--number .form-control,
.ps-panel--search-result,
.ps-block--category,
.ps-btn, button.ps-btn,
.pagination .page-item .page-link,
#back2top,
.select2-container--default .select2-selection--single,
.ps-layout--shop .ps-layout__right #products-filter-sidebar,
.select2-container .select2-dropdown,
.select2-results,
.select2-container--default .select2-results>.select2-results__options,
.ps-my-account .ps-form--account .ps-form__content,
.list-group,
.address-item,
.alert,
.img-thumbnail,
.ps-product--cart .ps-product__thumbnail img,
.ps-product--cart-mobile .ps-product__thumbnail img{
    border-radius: 10px !important;
}

.ps-cart--mini .ps-cart__items{
	border-radius: 10px 10px 0 0;
}

.ps-cart--mini .ps-cart__footer{
	border-radius: 0 0 10px 10px;
}

/*KOSÁR TÁBLÁZAT FEJLÉC RADIUS*/

.ps-table--shopping-cart thead tr th:first-child {
    border-radius: 10px 0 0 10px;
}

.ps-table--shopping-cart thead tr th:last-child {
    border-radius: 0 10px 10px 0;
}


.table td, .table th {
  border-top:0px solid;  
  border-bottom: 1px solid #dee2e6;
}

.table tr:last-child td {
  
  border-bottom: 0px solid #dee2e6;
}


.form-group--number button.up {
    right: 1px;
  border-radius:0 10px 10px 0;
}

.form-group--number button.down {
    left: 1px;
  border-radius:10px 0 0 10px;
}

.form-group--number button{
	height:38px;
  max-width:30px;
  width:30px;
  background:#efeded;
  
}

/*MOBIL KERESŐ*/
.ps-form--search-mobile .input-search-product{
border-radius:10px 0 0 10px;
}



.ps-form--search-mobile button{
border-radius:0 10px 10px 0;
}


/*HÍRLEVÉL*/
.ps-newsletter {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 65px 0;
    background: url(https://hrkit.rometheme.pro/zatplant/wp-content/uploads/sites/81/2023/08/background-2.jpg);
    background-size: cover;
}

.ps-form--newsletter h3, .ps-form--newsletter p{
color:#fff;
}

.ps-newsletter .form-group--nest input{
border-color:#fff;
  background: rgba(255, 255, 255, .95);
}


.owl-item header{
	background: rgb(87 177 18 / 85%) !important;
    border-top: 0px solid #4f9452 !important;
}

.owl-item header h2, .owl-item header span {
	color: #fff !important;
}

#bannereffect .banner-cim{
background: rgb(87 177 18 / 95%) !important;
  color: #fff !important;
  font-weight:bold;
  border-radius: 0 10px 10px 0;
  width:auto;
  padding-left: 20px;
    padding-right: 20px;
  font-size:100%;
}

.ps-block--site-features{
border: 1px solid #57b112;
}

.navigation--list{
background: #57b112;
border-top:2px solid #57b112;
  box-shadow:0px -7px 12px 0px rgba(0,0,0,.15);
  border-radius: 10px 10px 0 0;
}
.navigation--list a{
color:#fff;
}

.navigation--list .navigation__item.active i, .navigation--list .navigation__item.active span {
    color: #000;
}

.header .header__top{
border-bottom:0px solid;
}

.menu--product-categories {
    background: #57b112;
  border-top: 0px solid rgba(255, 255, 255, .15);
  border-radius: 0 0 10px 10px;
}

.menu--product-categories .menu__toggle{
padding-left:8px;
}

.navigation__extra>li a{
	border-radius: 0 0 10px 10px;
}

.menu--product-categories .menu--dropdown {
    border: 1px solid #d3d3d3;
    border-radius: 10px;
  box-shadow:0px 0px 10px 0px rgba(0,0,0,.15);
  overflow:hidden;
}

.navigation {
    border-bottom: 1px solid #ffffff;
}

.navigation .navigation__right {
    border-bottom: 1px solid #ebebeb;
  border-end-end-radius: 10px;
}

.ps-form--quick-search .form-group--icon,
.ps-form--quick-search .form-group--icon .product-cat-label,
.ps-form--quick-search select.form-control{
    border-radius: 10px 0 0 10px;
}

.ps-form--quick-search button {
    border-radius: 0 10px 10px 0;
}

.ps-panel--search-result{
box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.form-group--nest .ps-btn {
    border-radius: 0 10px 10px 0 !important;
}

.form-group--nest input {
    border-radius: 10px 0 0 10px;
}

.navigation--mobile-product{
border-top:0px solid;
}

.header--mobile-product .header__back {
    color: #ffffff;
}

.ps-breadcrumb .breadcrumb a {
    color: #8BC34A;
}

.ps-breadcrumb .breadcrumb li {
    color: #989898;
}

.ps-breadcrumb {
    background-color: #ffffff;
}

.ps-home-banner .ps-carousel--nav-inside .owl-nav button.owl-prev {
    border-radius: 0 10px 10px 0;
}

.ps-home-banner .ps-carousel--nav-inside .owl-nav button.owl-next{
 border-radius: 10px 0 0 10px;
}

.menu .sub-menu {
    border-radius: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.menu .sub-menu>li:last-child a {
    border-bottom: 0px solid #eee;
}

.ps-product .ps-product__title{
font-size:16px;
}

.thank-you i,
.order-customer-info .order-customer-info-meta,
.label-success{
color:#57b112;
}

.payment-checkout-btn {
    background-color: #57b112;
}

.ps-form--search-mobile button {
    background-color: #6c757d;
  border: 1px solid #fff;
}

.ps-page--shop .ps-product:not(.ps-product--wide) .ps-product__content:not(.hover){
border-bottom:0px solid;
}




.ps-footer {
    background: url(https://buisson.themerex.net/wp-content/uploads/2016/09/bg_2.jpg?id=261);
}

.ps-logo {
  /*margin-left: 20px;*/
    max-width: 230px;
    height: auto;
}

.ps-logo img{
    height: auto;
}

.ps-widget--account-dashboard .ps-widget__content ul{
border-radius:10px;
  overflow:hidden;
}

.form-control, .card, .ps-product--detail .ps-product__countdown, .ps-product--detail .ps-product__countdown .ps-countdown li span{
border-radius:10px;
}

.ps-widget__content{
margin-bottom:50px;
}

.ps-cart--mini .ps-cart__items .ps-product--cart-mobile {
    margin-bottom: 0px;
}

.ps-product--cart-mobile .ps-product__content a {
    color: #57b112;
}

#homepage-1 .ps-home-banner .ps-collection {
    margin-bottom: 39px;
}

#homepage-1 .ps-site-features {
    /*margin-top: -40px;*/
}


/*MOBILON FELIRAT LÁTSZIK*/
@media (max-width: 991px) {
    #bannereffect .banner-cim {
      opacity: 1;
      bottom: -20px;
  }
  
  .ps-block--site-features{
  margin-top:-40px;
  }
}




.ps-block--category{
  padding: 0px;
border:0px solid;
  transition:all ease .3s;
  background: #f5f5f5;
}
.ps-block--category:hover{
/*box-shadow:0 10px 20px rgba(0,0,0,.12);*/
}
.ps-block--category img{
border-radius:10px 10px 0 0;
}
.ps-block--category p {
    color: #fff;
    background: #57b112;
    padding: 8px;
    border-radius: 0 0 10px 10px;
  transition:all ease .3s;
}

.ps-block--category:hover p {
    color: #000;
}

.ps-product--detail .ps-product__countdown {
background: #57b112 url(https://hrkit.rometheme.pro/zatplant/wp-content/uploads/sites/81/2023/08/background-2.jpg);
    background-size: cover;
}

.ps-product--detail .ps-product__countdown .ps-countdown li span{
color:#4caf50;
  border:none;
}

.ps-product--detail .ps-product__progress-bar .ps-progress__value{
background:#fff;
  border-radius:10px;
}

.ps-product--detail .ps-product__countdown figure figcaption{
max-width:285px;
  color:#fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, .25);
}

.ps-countdown p{
color:#fff;
  /*text-shadow: 2px 2px 6px rgba(0, 0, 0, .25);*/
}


.ps-block--countdown-deal figure {
    background-color: #57b112;
  border-radius:10px;
}

.ps-product--detail .ps-product__countdown .ps-countdown li:after{
color:#fff;
}

.menu--product-categories .menu__toggle:before {
    background-color: #ffc107;
}

@media (min-width: 1200px) {
    .navigation--mobile-product, #mobilmenu {
        display: none !important;
    }
}

.ps-contact-form{
border-radius: 10px;
}




/******************/

.ps-block--site-features {
  	border:0px solid;
    background: #57b112 url(https://hrkit.rometheme.pro/zatplant/wp-content/uploads/sites/81/2023/08/background-2.jpg);
    color: #3d813f !important;
}

.ps-block--site-features .ps-block__left i, .ps-block--site-features .ps-block__right h4, .ps-block--site-features .ps-block__right p{
	color:#3d813f;
}

.ps-block--site-features .ps-block__item{
	border-right:1px solid rgba(255,255,255,.28);
}

.ps-shopping-cart .ps-section__footer figure figcaption:after{
content:'';
}

.ps-popup {
    background-color: rgba(0, 0, 0, .85);
}

.ps-popup__close {
    background-color: #ff0303;
  border-radius:10px;
}