html {
	font-family: 'Oswald', Arial, sans-serif !important;		
}

body {
	font-family: 'Oswald', Arial, sans-serif !important;
}

.header-top-line {
	height: 30px;
	font-size: 13px;
	line-height: 30px;
}

.header-top {
	height: 30px;
	line-height: 30px;
}

.contact-wrapper-box {
	margin: 0;
}

.header-top-line a {
	display: flex;
	font-size: 13px !important;
	line-height: normal !important;
	align-items: center;
	padding: 0 !important;
}
.product_table_addtocartbtn a.button-add-to-cart {
    background: #000000 !important;
    color: white !important;
}
.header-contact-social-box {
	display: flex;
	flex-direction: row;
}

.header-contact-social-box .header-contact-link i {
	display: flex;
	align-items: center;
}

.headermenu-list {
	align-items: center;
}

.headermenu-list li a {
	margin-right: 27px;
}



.header-middle-line {
    padding: 15px 0;
    background: #333333;
}

.nav-item-login-icon {
    background-color: #ffffff;
    color: #333;
}

.nav-item-login .nav-link:hover .nav-item-login-icon {
	color: #7fbf1f;
}

a.header-middle-link:hover {
	text-decoration: none !important;
}

a.header-middle-link:hover span {
	text-decoration: none !important;
}


.header-middle .nav-link {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 0.875rem;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
}
.header-cart-text {
    display: block;
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: #ffffff;
}



.header-bottom-line {
	height: 50px;
}

.header-bottom .category-menu {
	margin: 0;
}

.sf-horizontal > li {
	text-align: center;
	width: 12.5%;
}

.sf-horizontal > .category-list > .nav-link {
	font-size: 1.1rem;
	line-height: 50px;
	padding: 0;
}

.sf-horizontal li.selected > a, .sf-horizontal li.js-sf-hover > a, .sf-horizontal li > a:active, .sf-horizontal li > a:hover {
	color: white;
}

.sf-horizontal > li.dropDownParent > .nav-link:after, .sf-horizontal > li.parent > .nav-link:after {
	display: none !important;
}

.header-bottom .nav-link {
    color: #333;
}



.sf-horizontal > li.dropDownParent > .nav-link:after, .sf-horizontal > li.parent > .nav-link:after {
    border: 0;
    content: " ";
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #333;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
    display: inline-block;
    position: relative;
    left: auto;
    right: -8px;
    top: 0;
	}
.header-top-left {
    width: 50%;
}

.banner-items-subtitle {
    font-weight: normal;
    font-size: 1.2rem;
    color: #ffffff;
}



.module-category-wrapper {
	width: 100%
}



.module .module-head {
	flex-direction: column;
}

.module .module-head-title {
	display: flex;
	justify-content: center;
	flex-direction: row;
	width: 100%;
}
.module .module-head-title:before {
	display: flex;
	flex: 1 1;
	margin: auto;
	border-bottom: 2px solid #7fbf1f;
	margin-right: 20px;
}
.module .module-head-title:after {
	content: "";
	display: flex;
	flex: 1 1;	
	margin: auto;
	border-bottom: 2px solid #7fbf1f;
	margin-left: 20px;
}


.modules-all-link {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.subtree-dropdown-inner {
	height: auto !important;
	width: 1370px !important;
	padding: 0 !important;
}

.vc-menu-main-container {
	background: white;
 	height: auto !important;
	width: 1370px !important;	
}

.vc-menu-container {
	background: #333;	
	display: flex;
}

.vc-menu-container a {
	color: white;
	text-align: left;
}

.vc-menu-content-container {
	display: flex;
}

.vc-menu-image-and-menu-container {
	display: flex;
	width: 100%;
}

.vc-menu-image {
	display: flex;
	min-height: 350px;
	min-width: 350px;
	margin: 0;
	padding: 0;	
}

.vc-menu-image a {
	display: flex;	
	height: auto;
	width: auto;
}

.vc-menu-image img {
	display: flex;
	height: 100%;
	width: auto;
}

.vc-menu-content-container {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.vc-menu-items {
	display: flex;
	flex-grow: 1;
	justify-content: space-evenly;
	margin: 1rem 0 0 0;
}

.vc-menu-col {
	display: flex;
	flex-direction: column;
}

.vc-menu-col-main-category {
/*	color: #7fbf1f !important;*/
	font-weight: bold;
	font-size: 1.2rem;
	text-transform: uppercase;
}

a.vc-menu-col-main-category:hover {
/*	color: #ffffff !important;*/
	color: #7fbf1f;
}

a.vc-menu-col-main-category + a.vc-menu-col-main-category {
	margin-top: 1rem;
}

.vc-menu-col ul {
	color: white;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vc-menu-col li {
	margin: 0;
	padding: 0 0 0.5rem 1rem;
	text-align: left;
	line-height: 1;
}

.vc-menu-col li:last-child {
	margin-bottom: 1rem;
}

.vc-menu-col li a {
	font-size: 1rem;
}

.vc-menu-col li a:hover {
	background: none;
	color: #7fbf1f;
}

.vc-menu-col li:before { 
    content: "";
    border-color: transparent #fff;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.8rem;
    position: relative;
}

.vc-menu-logobar {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-bottom: 1rem;
	align-items: center;
}

.vc-menu-logo-item {
	display: flex;
}

a.vc-menu-logo-item img {
	opacity: 0.5;
	transition: 0.25s;
}

a.vc-menu-logo-item:hover img {
	opacity: 1;
}


.js-add-to-wishlist span {
	display: none;
}

.js-add-to-wishlist .icon-heart-filled {
	display: none;
}

.js-add-to-wishlist svg {
	margin: 0.5rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 20px !important;
	height: auto;
}

.fil0 {
	fill: #888;
}

.fil1 {
	fill: #fff;
}

.js-product-on-wishlist .icon-heart-filled-none path.fil1 {
	fill: #d10032;
}

.product-card-image {
	margin-bottom: 1rem;
}

.product-card-body {
	display: flex;
	flex-direction: column;
}

#bestseller_side_list .card.product-card {
	border: none;
}

.product-card {
	border: 1px solid #ddd;
}

.product-card-title {
	box-sizing: border-box;	
	margin-bottom: 0.5rem !important;
	text-align: center;
	width: 100%;
}

.product-card-title a {
	box-sizing: border-box;
	display: block;
	margin-left: 1rem;
	margin-right: 1rem;
}

.product-card-price {
	display: flex;
	border-bottom: none;
	margin: 0 0 0.5rem 0;
	padding: 0;
	flex-grow: 1;
	align-content: flex-end;
}

.product-price {
	display: flex;
	font-size: 1.25rem;	
	margin-bottom: 0.5rem;
	justify-content: left;
	width: 100% !important;	
}

.product-card-price .product-price {
	justify-content: center;
}

.product-price-original {
	align-self: flex-end;
	display: flex;
	font-size: 0.85rem;
	margin: 0 !important;
	justify-content: left;
	width: 100% !important;
}

.product-card-price .product-price-original {
	justify-content: center;
}

.product-price-special {
	align-self: flex-end;
	display: flex;
	font-size: 1.25rem;
	justify-content: left;
	margin-bottom: 0.5rem;
	width: 100%;
}

.product-card-price .product-price-special {
	justify-content: center;
}


.card-add-to-cart-overlay {
	bottom: initial;
	display: flex;
	position: relative;
}

.product-card-item {
	margin: 0;
}

.product-card-cart-button.product-card-item {
	display: flex;
	width: 100%
}

.button-add-to-cart {
	background: #333;
	color: white;
	font-size: 1rem;
	border: none;
}

a.button-add-to-cart:hover {
	background: #333 !important;
	color: #7fbf1f;
	font-size: 1rem;
	border: none;
}

a.button-add-to-cart:focus {
	background: #333 !important;
	color: #7fbf1f;
	font-size: 1rem;
	border: none;
}

a.button-add-to-cart:active {
	background: #333 !important;
	color: #7fbf1f;
	font-size: 1rem;
	border: none;
}

.product_table_addtocartbtn a.button-add-to-cart {
	background: #7fbf1f !important;
	color: white !important;
}

.product_table_addtocartbtn a.button-add-to-cart:hover {
	background: #7fbf1f !important;
	color: #333 !important;
	font-size: 0.9375rem !important;	
}


.breadcrumb {
	margin-bottom: 15px;
}

.category-card-body {
	padding: 1rem;
	height: 4rem;
}

.badgeitem {
	justify-content: flex-start;
	padding-left: 0.75rem;
}

.badgeitemid_3 {
	background: url('/custom/vikingcarp/image/data/sablon/matrica-akcio.png') top left no-repeat !important;
	height: 20px !important;
	line-height: 20px;	
	width: 60px !important;
}

.badgeitemid_4 {
	background: url('/custom/vikingcarp/image/data/sablon/matrica-uj.png') top left no-repeat !important;
	height: 20px !important;
	line-height: 20px;
	width: 49px !important;
}



.product-page-body .breadcrumb {
	margin-bottom: 15px;
}


.product-page-right-inner-right .product-cart-box {
	margin-top: 0 !important;
}

.product-page-price-line-inner {
	display: flex;
	flex-wrap: wrap !important;
}

.product-page-price-line-inner .product-price-original {
	justify-content: start;
}

.product-page-price-line-inner .postfix {
	display: flex;
	width: auto;
	margin-left: 0.5rem;
	align-items: center;
}

.product-page-price-line-inner .product-price-special {
	font-size: 1.5rem;
	margin: 0 0.5rem 0 0;
	width: auto;
}

.product-sticky-wrapper > .container > .row {
	flex-wrap: nowrap;
}

.product-sticky-wrapper .product-page-price-wrapper .product-page-price {
	font-size: 1.5rem;
	margin: 0;
}

.product-sticky-wrapper .decrease-wrapper {
	justify-content: flex-start;
}

.product-sticky-wrapper .product-page-price-wrapper .product-price-original {
	font-size: 0.85rem;
}

.product_table_quantity {
	padding: 0;
}

.product-addtocart {
	display: flex;
}

.product-addtocart-wrapper {
	justify-content: space-between;
}

.product_table_addtocartbtn {
	align-items: center;
}


.szallitasi-koltseg-info {
	background: #eee;
	color: #333;
	padding: 6px 8px;
	font-size: 15px;
	text-align: center
}

.szallitasi-koltseg-info span {
	color: #ee0000;
	font-size: 17px;
}

.featured-szallitasi_koltseg span {
	float: left;
}

.position_1_param .js-add-to-wishlist svg {
	right: 15px !important;
}


.product-page-price-line-inner .product-page-price {
	justify-content: left;
	width: auto !important;
}


.cetelemlogo {
	text-align: center;
}


.cetelem-calculator-wrapper {
	margin-top: 1rem;
}

.cetelem-calculator-iframe {
	border: none !important;
	width: 100% !important;
}

.calculator-container .vertical {
	width: 100%;
	box-sizing: border-box;
}


.product-card-stock {
	text-align: center;
}

.product-price-postfix {
	margin: 0;
	text-align: center;
	width: 100%;
}


.product-card-title {
	height: 100% !important;
}

span.list_price_postfix.product-price-postfix {
	margin-bottom: 0.5rem !important;
}

.card-buttons-overlay {
	bottom: 83px;
}


.product-page-price-line-inner .product-page-price {
	font-size: 1.25rem;
}

.product-quickview .product-price-original {
	font-size: 0.85rem;
}

.product-page-price-line-inner .product-price-special {
	font-size: 1.25rem;
}

.product-quickview-right .product-wishlist-param-row {
	display: none;
}



.mobile-navbar {
	background: #333;
}

.mobile-navbar .header-quantity-box:not(:empty) {
	background: white;
	color: #333;
}

.mobile-navbar-brand img {
	max-width: 180px !important;
}

.product-card-footer {
	display: none !important;
}


.productstock-param span {
	float: left;
}

.product-desc {
	display: block;
	text-align: justify;
}


@media (max-width: 1429px) {
	.subtree-dropdown-inner {
		width: 1140px !important;
	}
	.vc-menu-main-container {
		width: 1140px !important;
	}
	.vc-menu-image {
		display: none;
	}
	.vc-menu-image-cloth-second {
		display: flex !important;
	}
	.vc-menu-col-main-category {
		font-size: 1rem !important;
	}	
	a.vc-menu-logo-item img {
		width: 85%;
	}	
}


@media (max-width: 1199px) {
	.subtree-dropdown-inner {
		width: 930px !important;
	}
	.vc-menu-main-container {
		width: 930px !important;
	}
	.vc-menu-image {
		display: none;
	}
	.vc-menu-image-cloth-second {
		display: flex !important;
	}
	.vc-menu-col-main-category {
		font-size: 0.9rem !important;
	}
	.vc-menu-col li a {
		font-size: 0.9rem !important;
	}
	.vc-menu-content-container {
		width: 100%;
	}
	a.vc-menu-logo-item img {
		width: 70%;
	}
	.product-sticky-wrapper .product-sticky-image {
		padding: 0 1% 0 0;
		width: auto;
	}
	.product-sticky-wrapper .product-sticky-name-and-links {
    	padding: 0;
    	width: auto;
	}
	.product-sticky-wrapper .product-page-price-wrapper {
		padding: 0;
		width: auto;
	}
}

@media (max-width: 1429px){
	.product-cart-box {
		padding: 1.25rem !important;
	}
}


@media (min-width: 1430px){
.product-list-body .column-left {
    flex: 0 0 350px;
    max-width: 350px;
}
.product-list-body .two-column-content {
    flex: 0 0 1050px;
    max-width: 1050px;
}
}

@media (max-width: 992px){
	.product-list-body .product-snapshot-vertical .product-card-footer {
		display: none !important;
	}
	
	.category-list-body .subcategory-list.row {
		flex-wrap: wrap;
		margin: 0;		
		overflow-x: hidden;
		width: 100%;
	}
	.subcategory-list .category-card {
		margin-top: 1rem;
	}
	.category-list-body .subcategory-list.row .category-card-body {
		padding: 0.75rem;
	}
	.category-card-body {
		height: auto;
	}
	.category-list-body .subcategory-list.row .subcategories-item {
		flex: 0 0 100%;
		margin: 0;
		max-width: 100%;
		padding: 0;
		width: 100%
	}
	.product-addtocart-wrapper .product_table_addtocartbtn {
		margin-left: 1rem;
	}
	.product_table_quantity {
		min-width: 120px;
	}
}

@media (max-width: 768px){
	.product-name-manufacturer-box {
		text-align: center;
	}
	.page-head-title {
		text-align: center;
	}	
}

	.footer-col-position-box .module .module-head-title:before {
		border-bottom: 2px solid white;
		margin-right: 0;
	}

	.footer-col-position-box .module .module-head-title:after {
		border-bottom: 2px solid white;	
	}

@media (min-width: 992px) {
	.headermenu-list {
	    justify-content: flex-end;
    	width: auto;
	}
	.product-parameters td.param-label {
		width: 55% !important;
	}	
}

@media (max-width: 991px) {
	.cart-package-offer-table.sr-cart-table.table .package-offer-head-mobile .sr-cart-quantity-input {
		width: 111px;
	}
	.banner-items-container {
		padding: 0 !important;
	}
}
form#waitinglist-popup {
	text-align: center;
}

input#waiting-quantity {
	margin: 0 auto;
}