@import url(https://db.onlinewebfonts.com/c/54ef0f7ba1355411413d1b182456de2e?family=Calibre);

/* BETŰTÍPUS */
.product-card-title a {
	font-family: 'Calibre', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
}
/* AKCIÓ BADGE BETŰTÍPUS */
.badgeitem-text {
	font-family: "Calibre";
	margin-left: -8px;
	font-style: normal;
	font-size: 15px
}

/* TERMÉKNÉV */
.product-card-item, .product-card-title, h5 {
	text-align: center
}
.product-card-description, .product-card-price, .product-card-title {
	justify-content: center
}
.product-page-product-name {
	text-transform: uppercase
}

/* AKCIÓS ÁR */
.product-price-special {
	color: #BD1622
}

/* AKCIÓ MÉRTÉKE LETILTVA */
.decrease-amount {
	display: none
}

/* TELEFON NÉZET */
@media screen and (max-width: 576px) {
	/* TERMÉKEK */
	.product-snapshot-vertical .product-snapshot:not(:empty) {
		width: 50%
	}
	/* KATEGÓRIÁK */
	.row.subcategory-list .col-sm-6 {
		width: 50%;
		margin-bottom: 20px;
	}
	.subcategory-list .category-card-body {
		padding: 8px 16px;
		margin-top: 10px
	}
}

/* EGYÉB TERMÉKKÁRTYA DESIGN */
.product-card-description, .product-card-price, .product-card-title {
	margin-bottom: 0px
}
.product-card-body+.product-card-footer:not(:empty) {
	margin-top: 0px
}
/* EGYÉB KATEGÓRIA DESIGN */
.subcategory-list .category-card-body {
	margin-top: 10px;
}
.row .subcategory-list {
	margin-bottom: 30px
}

/* RENDEZÉS GOMB */
.form-control-xs {
	padding-right: 1.5rem
}

/* GOMBOK */
.cart-dropdown-toggle, .btn, .product-snapshot-vertical .product-card-cart-button .btn, .product-snapshot-vertical .product-card-details .btn {
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

/* KOSÁR-DROPDOWN */
@media (min-width: 992px) {
	.dropdown:hover>.dropdown-hover-menu {
		margin-top: 10px;
        border-radius: 12px;
        box-shadow: 0 0 15px -5px;
	}
}

/* SZÍNEK */
.attribute-value,
.ring-list .variable,
.variable .variable-link,
.variable-link .icon,
.icon img {
	border-radius: 30px;
}
.product-attribute-value ul {
	display: flex;
    align-items: center;
}
.attribute-value, .ring-list .variable, .variable .variable-link, .variable-link .icon, .icon img {
	height: 50px;
}
.list-icon .variable.selected {
	border: 2px solid #000;
    height: 54px;
}
.list-icon .variable {
	border: none
}
.product-attribute-value {
	overflow: visible
}
.list-icon .variable a {
	box-shadow: 0 0px 21px -2px rgba(0, 0, 0, .2);
}

/* MÉRETVÁLASZTÓ */
.form-element .input, .form-element textarea {
	border-radius: 22.75px;
	width: 200px;
}
select.form-control {
	background-position: right 1.5em center;
}

/* MENNYISÉG VÁLASZTÓ */
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
	border-radius: 12px;
}
/* KOSÁR GOMB */
.product-addtocart-wrapper .button-add-to-cart {
	border-radius: 12px;
}
/* ADATTÁBLÁZAT */
.product-parameters td {
	border-width: 2px;
	padding: 8px 14px;
}
.table {
	width: auto
}

/* HEADER */
.sticky-head-active {
	width: 98%;
	border-radius: 15px;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
	margin: 10px;
}

/* KATEGÓRIA */
.subcategory-list .category-card-body {
	backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    position: absolute;
    margin: 0px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-transform: uppercase;
	background: rgb(49,49,49,.2);
	transition: .2s;
}
.subcategory-list .category-card-body:hover {
    backdrop-filter: none;
    background: none;
}

/* JAVASLATOK */
.product-snapshot-horizontal .card-actions {
	padding-top: 0px
}
.product-snapshot-horizontal .product-snapshot {
    box-shadow: 0px 0px 15px -8px black;
    border-radius: 12px;
    padding: 15px;
}