@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');


.bs-callout {
    padding: 0 20px 20px 20px;
    margin: 20px 0;
    border: 1px solid #0aa0e7;
    border-left-width: 5px;
    border-radius: 3px;
}

.button-64-black{
  background-image: linear-gradient(144deg,#4044b4, #0b3276 50%,#012893);
}
.button-64-black span{
  background-color: rgb(22 21 22);
}
.button-64-green{
  background-image: linear-gradient(144deg,#317407, #1f8904 50%,#00eb37);
}
.button-64-green span{
  background-color: rgb(18 72 1);
}
.button-64 {
  margin-top: 0.8vw;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 14px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.button-64:active,
.button-64:hover {
  outline: 0;
}

.button-64 span {
  padding: 13px 16px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.button-64:hover span {
  background: none;
}
.grid-item-box a {
	color: inherit; 
}
.grid-item-box img {
	box-shadow: 0 4px 5px rgb(0 0 0 / 15%);
	border-radius: 5px;
}
.grid-container {
margin-top: 2.5vw;
	margin-left: 1vw;
	margin-right: 1vw;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  grid-gap: 1.5em;
}

.grid-item img {
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
	border-radius: 5px;
}
.grid-item img:hover{
	-webkit-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07);
	box-shadow: 0 3px 15px rgb(0 0 0 / 20%);
}

.product_desc{
	font-size: 1.6rem;
}
.kngyik .accordion {
	background-color: #008dcf;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
}

.kngyik .active, .accordion:hover {
  background-color: #008dcf;
}

.kngyik .accordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.kngyik .active:after {
  content: "\2212";
	color: white;
}

.kngyik .gyik-panel {
  padding: 0 20px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.kngyik .gyik-panel p{
	margin: 15px 0;
}


.knblog-image:hover, .knblog-image:focus{
    border-color: #008dcf;
	box-shadow: 0 0 3px 3px rgb(0 0 0 / 5%);
}
.knblog-image{
  transition: all 0.3s ease-in-out 0s;
border: 2px solid transparent;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
}

.panel-purple {
  border-color: #8d5ab7;
}

.panel-purple > .panel-heading {
  color: white;
  background-color: #8d5ab7;
  border-color: #8d5ab7;
}
/*BLOG*/
.news-card:hover, .news-card:focus{
	box-shadow: 0 0 3px 3px rgb(0 0 0 / 5%);
    outline-color: #008dcf;
}
.news-card{
border-radius: 5px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out 0s;
	outline: 2px solid transparent;
}
.news-all-button{
	 margin-top: 3rem !important;
}
.article-read-more{
	margin: 1.6rem;
}
.news-card-title {
	margin-left: 1.6rem;
	margin-right: 1.6rem;
  margin-bottom: 0.5rem;
	font-size: 2rem;
}

.flex-column {
  flex-direction: column !important;
}
.card-body {
  flex: 1 1 auto;
  padding: 0;
}
.card-img-top {
  width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card {
	display: flex;
	flex-direction: column;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
}

/*BLOG*/
.knblog article h2{
	font-size: 2.2rem;
	font-weight: 400;
	margin-top: 3px;
    margin-bottom: 3px;
}
.knblog article a {

  font-weight: 600;
}
.knblog article li{
	font-size: 17px;
}
.knblog li::marker{
	color: #008dcf;
	font-size: 130%;
}
.ul-col2{
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.discount-intervall-item{
	font-weight: bold;
}
.countdown-wrapper{
	color: #f43b3b;
	font-size: 18px;
	font-weight: 800;
	text-shadow: 0px 0px 1px #b6b6b6;
}
.product-sales-time{
	font-weight: 700;
	background: #008ECF;
	border-radius: 20px;
	color: white;
	text-align: center;
}
.module.home-position.product-position.productdescriptionnoparameters .module-body li::marker{
	color: #008dcf;
	font-size: 130%;
}
h4{
	font-size: 17px;
}
blockquote{
	border-left: 8px solid #008dcf;
}
.blockquote-reverse,
blockquote.pull-right {
  border-right: 8px solid #008dcf;
}

.information_list_item_introtext img{
	max-width: 90%;
}
.embed-youtube {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.embed-youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}
.embed-youtube .embed-youtube-play {
  width: 68px;
  height: 48px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.embed-youtube .embed-youtube-play:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
.embed-youtube img,
.embed-youtube .embed-youtube-play {
  cursor: pointer;
}
.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
  position: absolute;
}
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
.embed-youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.embed-youtube .embed-youtube-play:hover {
  background-color: #f00;
}
progress {
	position: fixed;
	left: 0;
	top: 0px;
	z-index: 9999;
	width: 100%;
	height: .3em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	color: red;
}

progress::-webkit-progress-bar {
	background-color: transparent;
}

progress::-webkit-progress-value {
	background-color: #ECD444;
}

progress::-moz-progress-bar {
	background-color: #ECD444;
}
.progress-container {
	width: 100%;
	background-color: transparent;
	position: fixed;
	top: 60px;
	left: 0;
	height: .2em;
	display: block;
}
.progress-bar {
	background-color: #ECD444;
	width: 50%;
	display: block;
	height: inherit;
}
.knblog article{
	color: #5d6769;
}
.knblog .information_page h3{
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 500;
	
}
.knblog .top h1{
	font-family: 'Raleway', sans-serif;
	font-size: 34px;
	font-weight: 600;
	color: #213346;
}
.knblog article p{
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	font-weight: 400;
}
.sr-shipping-cost-calculator .sr-separator{
	display: none;
}
.category-custom-html-bottom{
	margin-top: 30px;
}
.col-md-12.ac-test-expected-delivery-time{
	display: none;
}
.search-module .input-group .form-control {
	color: #748184;
}
.header-middle-right {
    margin-top: 10px;
}
.summary-pay .total-saving {
	color: #43b51c;
}
.sr-cart-page .special-price,
.sr-cart-page .special-price-sum {
  color: #4a4a4a;
}

.sr-cart-page .original-price,
.sr-cart-page .original-price-sum {
  color: #4a4a4a;
}
.sr-cart-page .cart-row-name a:active,
.sr-cart-page .cart-row-name a:hover {
  color: #01a0e9;
}
.product_table_price, .product_table_special {
color: #9c2f37;
}
.productstock-param-row, .product-page-price{
	background: transparent;
}
footer a:not(.btn):hover,
footer .list-group-item:hover {
  color: #01a0e9;
}
.row.main-row{
	padding-bottom: 30px;
}
.side-position .list-productname-link{
	font-size: 1.4rem;
}
.page-body {
	font-size: 1.5rem;
}
.param-value.productstock-param span{
	font-weight: 600;
}
#shipping_box {
    display: none;
}
.price_row{
	font-family: 'Montserrat',sans-serif;
}
.tab_page {
  padding: 0px 15px 15px 16px;
}
.tabs a,
.tabs a:visited {
  font-weight: 600;
}
.column-content .module-head-title,
.home-position .module-head-title,
.side-position .module-head-title {
  font-size: 2.2rem;
  font-weight: 400;
  color: #484848;
}
.top h1 {
	font-size: 2.6rem;
	font-weight: 500;
	color: #484848;
}
body.informationid_32 .column-left, body.informationid_5 .column-left, body.informationid_3 .column-left{
	display: none;
}
body.informationid_32 .column-content-right, body.informationid_5 .column-content-right, body.informationid_3 .column-content-right {
    float: initial;
}
#stockfilter .checkbox input:hover{
	    border-color:rgba(0,0,0,0.4);

	box-shadow:inset 1px 1px 0 #fff, 0 0 4px rgba(0,0,0,0.2);
}
#stockfilter .checkbox input{
	margin-top: auto;
	margin-bottom: auto;
}
#stockfilter .checkbox span{
	padding-left: 5px;
}
.checkbox span{
display: block;
  margin-top: auto;
	margin-bottom: auto;
}
.sr-custom-checkbox-label{
	padding-left: 5px;
}
.pathway-inside-container,
.pathway-container {
 	font-size: 1.3rem;
}
.snapshot-list-item {
  padding: 10px 0 5px 0;
}
.list_stock {
  font-size: 1.4rem;
}
.list-productname-link {
  text-transform: none;
font-size: 1.7rem;
}
/*Ár betűtípus*/
.list_prouctprice {
  font-style: normal;
}
body.sr-cart-page-body .ac-gross-sum.gross-total.gross-total-amount{
	font-family: 'Montserrat',sans-serif;
	font-style: italic;
}
body.sr-cart-page-body .ac-prod-current-price{
	font-family: 'Montserrat',sans-serif;
	font-style: italic;
}
body.sr-cart-page-body .price{
	font-family: 'Montserrat',sans-serif;
	font-style: normal;
}
.list_price, .list_special, .list_original{
    font-family: 'Montserrat',sans-serif;
	color: #4a4a4a;
	
}
/*kosár gomb, dropdown css*/
.cart-dropdown .cart-product-name-link{
	font-weight: 600;
	text-transform: none;
	font-size: 1.4rem;
}
.cart-dropdown .text-left.cart-total-text,.cart-dropdown .text-right.cart-total-price{
	font-weight: bold;
}
.cart-dropdown {
	background: #FFF;
	color: #232323;
	border: 3px solid #01a0e9;
}
.warning {
  display: none;
}
.aurora-nanobar{
	padding: 25px;
}
/*kosár gomb, dropdown vége css*/
/*kosár oldal css*/
.sr-cart-table .row-danger {
    border: 2px solid #22721d !important;
}
.sr-shipping-cost-calculator div:nth-child(5),
.sr-shipping-cost-calculator div:nth-child(4) {
    display: none;
}

.sr-cart-table .row-danger-box {
    background: #22721d;
}
.sr-cart-page {
	padding-bottom: 30px;
}
/*kosár oldal css*/
.children .selected > .category-list-link:hover,
.parent:hover > .category-list-link {
  font-weight: bold;
}
.header-position .children .category-list-link, .header-position .children .category-list-link:visited {
	font-size: 1.3rem;
}
.category-list b {
	font-weight: bold;
}
.category h3{
	font-weight: bold;
	font-size: 1.6rem;
	text-transform: none;
}
.category .children a{
	text-transform: none;
	color: #FFF;
	font-weight: bold;
}
.category .children a:hover{
	font-size: 1.4rem;
	font-weight: bold;
}
.category-list-link, .category-list-link:visited {
    padding: 0 20px;
}
/*leírás vonal css*/
#productdescriptionnoparameters hr{
	width: 90%;
	margin: 10px auto 10px auto;
	align: center;
}
#nanoText {
    font-size: 14px;
}
/*informácis oldal css elemei*/
.material-icons {
    vertical-align: text-top;
    padding-right: 10px;
}
/*404 kezd*/
body.not_found_body .center h1 {
    font-size: 35px;
}
body.not_found_body #categoryoffer h4 {
    font-size: 22px;
    font-family: 'Roboto',sans-serif;
}

.notfound h3 {
    font-family: 'Roboto',sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #151515;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}

.notfound-404 h2>span {
    color: #00b7ff;
}

.notfound-404 {
    position: relative;
    height: 180px;
}

.notfound-404 h2 {
    font-family: 'Roboto',sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 165px;
    font-weight: 700;
    margin: 0;
    color: #262626;
    text-transform: uppercase;
}

.searchbar404 .search {
    width: 100%;
    position: relative;
    display: flex;
}

input[class*="searchTerm"]:focus {
    outline: 0 !important;
    appearance: none;
    box-shadow: none !important;
}

input[class*="searchTerm"] {
    width: 100%;
    border: 3px solid #01a0e9;
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    border-style: solid;
}

.searchbar404 .searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #01a0e9;
    background: #01a0e9;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

.searchbar404 {
    width: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

/*404vég*/
/*információ,belépés,regisztráció*/
.header-topmenu{
	font-size: 14px;
}
.nav.navbar-nav.headermenu-list a{
	color: #232323;
}
/*információ,belépés,regisztráció vége*/
@media (min-width: 768px) {
  .button-64 {
    font-size: 16px;
    min-width: 146px;
  }
}
@media screen and (max-width: 991px) {
	
	.list-productname-link {
		font-weight: 600;
	}
	.side-position .list-productname-link {
		font-size: 1.6rem;
	}
	.page-body {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 768px) {
	.mobile-logo img{
		   max-height: 45px;
	}
	.grid-container{
		grid-template-columns: auto auto;
	}
	.button-64{
		margin-top: 1.8vw;
	}
	.button-64 span{
		padding: 9px 7px;
	}
}
@media screen and (max-width: 480px) {
	.mobile-logo img{
		   max-height: 40px;
	}
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
	 
	
  }
	.card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
	}
}
@media (max-width: 576px) {
.news-card {
    width: 75%;
    flex-shrink: 0;
    margin: 10px;
    margin: 10px;
  }

  .news-card-deck {
    overflow-x: scroll;
	      overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    flex-direction: row;
    width: auto;
  }
}


body {
  margin-top: 60px; /* itt tolja lejjebb az oldal tartalmát */
}

@media (max-width: 600px) {
  body:before {
    font-size: 14px;
    padding: 10px;
  }
  body {
    margin-top: 80px; /* mobilon még több hely, hogy ne takarja el a tartalmat */
  }
}

body:before {
  content: "";
  display: block;
  background: #f39c12;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 9999;
}