@charset "utf-8";
/* CSS Document */
/* termékmegjelenítés */
.product {
	display:block;
	padding:0;
	margin:0;
	max-height:none;
	max-width: 300px;
	width:100%;
	height:410px;
	overflow:hidden;
	background-color:#ffffff;
}
.product * {
	text-decoration:none !important;
}
.product .arrow.arrow-up:before {
	border-bottom-color: #ffffff;
}
.product .arrow.arrow-right:before {
	border-left-color: #ffffff;
}
.product .arrow.arrow-down:before {
	border-top-color: #ffffff;
}
.product .arrow.arrow-left:before {
	border-right-color: #ffffff;
}
.product .arrow.arrow-hide:before {
	opacity:0;
	top:8px !important;
}
.product > .border {
	border-width: 5px;
	border-style: solid;
	border-color: #ffffff;
	padding: 5px;
	width:100%;
	height: 100%;
	position: relative;
}
.product > .border.border-normal {
	border-color: #ffffff;
	border-width: 0;
	padding:0;
}
.product > .border.border-normal > * {
	margin-left:-10px;
	margin-right:-10px;
	margin-top:0;
	margin-bottom:0;
}
.product > .border.border-discounted {
	border-color: #e3b700;
}
.product > .border.border-first-minute{
	border-color: #0fbdba;
}
.product > .border.border-last-minute {
	border-color: #d14672;
}
.product > .border.border-inactive {
	border-color: #cccccc;
}
.product > .border.border-normal > .product-label-container {
	display: none
}
.product > .border.border-discounted > .product-label-container,
.product > .border.border-first-minute > .product-label-container,
.product > .border.border-last-minute > .product-label-container {
	display: block;
	position:absolute;
	font-size: 14px;
	left:-5px;
	top:-5px;
}
.product > .border > .product-label-container > strong {
	color: #ffffff;
	display: none;
	font-family: "robotoregular",Helvetica,Arial;
	line-height: 1.25em;
	opacity: 1;
	padding: 0.6em;
	float:left;
	margin-right:5px;
	font-weight:normal;
}
.product > .border.border-discounted > .product-label-container > .discounted {
	background-color: #e3b700;
	display: inline-block;
}
.product > .border.border-first-minute > .product-label-container > .first-minute {
	background-color: #0fbdba;
	display: inline-block;
}
.product > .border.border-last-minute > .product-label-container > .last-minute {
	background-color: #d14672;
	display:inline-block;
}
.product > .border > .clipping-mask {
	overflow:hidden;
	height: 155px;
}
.product > .border > .clipping-mask > img {
    height: 155px;
    margin: 0 auto auto;
    min-height: 105%;
    min-width: 220px;
    width: 105%;
}
.product > .border.border-inactive > .clipping-mask > img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  filter: gray;
}
.product > .border.border-inactive > .clipping-mask > img.grayscale-replaced {
  -webkit-filter: none;
  filter:         none;
}
.product > .border.border-inactive > .clipping-mask > img.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition:         opacity .5s ease;
  opacity: 1;
}
.product > .border.border-inactive > .clipping-mask > img.grayscale-replaced.grayscale-off > svg {
  opacity: 0;
}
.product > .border.border-inactive > .clipping-mask {
	background-color: #999999;
}
.product.product-minified > .border > .clipping-mask > img {
    margin: -10% auto auto;
}
.product > .border > .product-description-container {
	bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	position: absolute;
	width: 100%;
}
.product > .border.border-normal > .product-description-container {
	margin-left:0;
	bottom:5px;
}
.product > .border > .product-description-container > .product-box {
	background-color: #ffffff;
	padding: 10px;
}
.product > .border > .product-description-container > .product-box-decoration {
	border-top: 1px solid #dddddd;
}
.product.toggle-closed > .border > .product-description-container > .product-lead {
	height: 90px;
	padding-bottom:15px;
	padding-top:15px;
}
.product.toggle-closed > .border-normal > .product-description-container > .product-lead {
	height: 90px;
	padding-bottom:15px;
	padding-top:15px;
}
.product.toggle-opened > .border.border-normal > .product-description-container > .product-lead {
	height: 95px;
	padding-bottom:15px;
	padding-top:15px;
}
.product > .border > .product-description-container > .product-box > h4 {
	color: #03a6a4;
	display: block;
	font-family: "robotomedium",Arial;
	font-size: 16px;
	line-height: 1.25em;
	max-height: 2.5em;
	overflow: hidden;
	margin:0;
	margin-bottom: 5px;
}
.product > .border.border-inactive > .product-description-container > .product-box > h4 {
	color: #cccccc;
	display: block;
	font-family: "robotomedium",Arial;
	font-size: 16px;
	line-height: 1.25em;
	max-height: 2.5em;
	overflow: hidden;
	margin:0;
	margin-bottom: 5px;
}
.product > .border > .product-description-container > .product-box > h5 {
	 color: #333333;
	 display: block;
	 font-family: "robotoregular",Helvetica,Arila,sans-serif;
	 font-size: 13px;
	 line-height: 1.25em;
	 height: 1.25em;
	 overflow: hidden;
	 margin:0;
}
.product > .border.border-inactive > .product-description-container > .product-box > h5 {
	 color: #cccccc;
	 display: block;
	 font-family: "robotoregular",Helvetica,Arila,sans-serif;
	 font-size: 13px;
	 line-height: 1.25em;
	 height: 1.25em;
	 overflow: hidden;
	 margin:0;
}
.product > .border > .product-description-container > .product-parameters {
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	height:150px;
}
.product > .border > .product-description-container > .product-parameters:not(*:root) {
	overflow:hidden;
	height:150px;
	padding-top:10px;
	padding-bottom:10px;
}
.product > .border > .product-description-container > .product-parameters > table {
	width:100%;
	margin:0;
}
.product > .border > .product-description-container > .product-parameters > table td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.25em;
	overflow: hidden;
}
.product > .border > .product-description-container > .product-parameters > table td b {
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	font-weight:normal;
	width: 85%;
}
.product > .border > .product-description-container > .product-parameters > table td:nth-of-type(1) {
	color: #777777;
	padding-right:10px;
}
.product > .border > .product-description-container > .product-parameters > table td:nth-of-type(2) {
	color: #000000;
	font-family: "robotomedium",Helvetica, Arial, sans-serif;
}
.product > .border > .product-description-container > .product-description {
	overflow: hidden;
	padding-bottom:15px;
}
.product > .border > .product-description-container > .product-description > p {
	color: #555555;
	font-size: 13px;
	line-height: 1.25em;
	height: 5em;
	overflow: hidden;
}
.product > .border.border-inactive > .product-description-container > .product-description > p {
	color: #cccccc;
	font-size: 13px;
	line-height: 1.25em;
	height: 5em;
	overflow: hidden;
}
.product > .border > .product-description-container > .product-price {
	position:relative;
	padding-right: 42px;
	padding-bottom: 0;
}
.product > .border.border-inactive > .product-description-container > .product-price {
	height: 44px;
}
.product > .border.border-inactive > .product-description-container > .product-price > p {
  white-space: nowrap;
}
.product > .border.border-inactive > .product-description-container > .product-price > p > strong {
	 color: #777777;
    font-family: "rogbotoregular",Helvetica,Arial,sans-serif;
    font-size: 14px;
	 letter-spacing: 0;
	 line-height:44px;
}
.product > .border > .product-description-container > .product-price > var {
	color: #222222;
	font-family: "robotobold","clarendon","webfontregular",Helvetica,Arial,sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 1.35em;
	display: inline;
}
.product > .border.border-inactive > .product-description-container > .product-price > var {
	display:none;
}
.product > .border > .product-description-container > .product-price > var > b {
	font-weight: normal;
	font-style: normal;
}
.product > .border > .product-description-container > .product-price > span {
	color: #777777;
	font-family: "rogbotoregular",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
}
.product > .border.border-inactive > .product-description-container > .product-price > span {
	display:none;
}
.product > .border > .product-description-container > .product-price > .btn-more {
	position:absolute;
	right: 4%;
	bottom: -3px;
	font-weight: bold;
	font-size: 16px;
	color: #03a6a4;
	background-color:transparent; 
	border-color:transparent;
	height:34px;
	width:34px;
}
.product > .border.border-inactive > .product-description-container > .product-price > .btn-more {
	display: none !important;
}
.product > .border > .product-description-container > .product-price > .btn-more:hover {
	color: #ffffff;
	background-color: #000000; 
	border-color: #000000;
}
 .product > .border > .product-description-container > .product-tags {
	color: #03a6a4;
	display:block;
	font-size: 13px;
	line-height: 1.25em;
	height: 1.25em;
	margin-bottom:10px;
	margin-top:0;
	overflow: hidden;
	padding-top:0;
	padding-bottom:0;
 }
  .product > .border.border-inactive > .product-description-container > .product-tags {
	color: #cccccc;
 }
 .product > .border-last-minute > .clipping-mask,
 .product > .border-last-minute > .clipping-mask > img,
 .product > .border-first-minute > .clipping-mask,
 .product > .border-first-minute > .clipping-mask > img,
 .product > .border-discounted > .clipping-mask,
 .product > .border-discounted > .clipping-mask > img,
 .product > .border-inactive > .clipping-mask,
 .product > .border-inactive > .clipping-mask > img {
	margin-top:-5px;
	margin-bottom:0;
	margin-left:-5px;
	margin-right:-5px;
 }
 .product > .border-first-minute > .product-description-container,
 .product > .border-last-minute > .product-description-container,
 .product > .border-discounted > .product-description-container,
 .product > .border-inactive > .product-description-container {
	left:0;
	width:100%;
 }

 .product.toggle-opened > .border-first-minute > .product-description-container > .product-lead,
 .product.toggle-opened > .border-last-minute > .product-description-container > .product-lead,
 .product.toggle-opened > .border-discounted > .product-description-container > .product-lead {
	height:90px;
}
 .product.toggle-closed > .border > .product-description-container > .closeable {
	display:none;
}
.product.product-minified {
	height: 276px;
 }
 
 .product.product-minified.toggle-closed > .border > .product-description-container > .product-lead,
 .product.product-minified.toggle-opened > .border > .product-description-container > .product-lead {
  height: 80px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.product.product-minified.toggle-opened > .border-first-minute > .product-description-container > .product-lead,
.product.product-minified.toggle-opened > .border-last-minute > .product-description-container > .product-lead,
.product.product-minified.toggle-opened > .border-discounted > .product-description-container > .product-lead {
	height:76px;
}
 .product.product-minified > .border > .product-description-container > .product-description,
 .product.product-minified > .border > .product-description-container > .product-tags clearfix {
	 display:none;
 }
 .product.product-minified > .border > .product-description-container > .product-parameters > table tr:nth-child(n+7) {
	display: none;
 }
 
 .product.product-minified > .border > .product-description-container > .product-parameters {
	padding-top:10px;
	height: 121px;
 }
 .product.product-minified > .border > .product-description-container > .product-parameters:not(*:root) {
	padding-top:11px;
	height: 116px;
 }
 .product.product-minified > .border-first-minute > .product-description-container > .product-parameters:not(*:root),
 .product.product-minified > .border-last-minute > .product-description-container > .product-parameters:not(*:root),
 .product.product-minified > .border-discount> .product-description-container > .product-parameters:not(*:root) {
	padding-bottom:11px;
 }
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
} 