@font-face {
    font-family: GIL;
    src: url('../ttf/GIL.ttf');
}

@import url('https://fonts.googleapis.com/css2?family=Marhey&display=swap');

* {
	font-family: 'Montserrat', sans-serif;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 408px;
}

.push {
	margin-top: 20px;
	margin-bottom: 20px;
}

.imgContainer {
	position: relative;
	width: 450px;
	margin: auto;
}

.imgContainer2 {
	position: relative;
	width: 250px;
	margin: auto;
}

.akcio, .akcio2 {
	position: absolute;
	font-family: 'Marhey', cursive;
	color: #dc2424;
	font-weight: bold;
	background-color: white;
	border-radius: 50%;
	box-shadow: 2px 2px 8px #888;
	opacity: 0.90;
	white-space: nowrap;
}
.akcio {
	top: 5px;
	left: 5px;
	font-size: 40px;
	padding: 15px;
}
.akcio2 {
	top: 5px;
	left: 5px;
	font-size: 30px;
	padding: 8px;
}

/* COOKIE WARNING */
#privacy-policy {
	display: none;
	border-top: 1px solid #007bff;
	background: #d3d3d3;
	position: fixed;
	text-align: center;
	z-index: 1100;
	color: #303030;
	padding: 20px;
	font-size: 14px;
	width: 100%;
	bottom: 0;
}

#privacy-policy .btn {
	margin: 0 auto;
	font-size: 14px;
}


/* HEADER */
.header {
	height: 100px;
	background: #fff;
}

.left-cell {
	width: 200px;
	text-align: left;
	vertical-align: middle !important;
}

.header-brand img {
	width: 200px;
}

.mid-cell {
	text-align: center;
	vertical-align: middle !important;
}

.header-title {
	font-family: 'GIL', sans-serif;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 12px;
}

.right-cell {
	width: 277px;
	text-align: right;
	vertical-align: middle !important;
}

.header-icon {
	margin-left: 29px;
	color: #4b4b4b;
	font-size: 25px;
}

.header-icon:hover,
.header-icon:focus,
.header-icon:active {
	color: #4b4b4b;
	opacity: 0.6;
	text-decoration: none;
}

.popover {
	max-height: 500px;
}

.suggesstions {
	display: none;
	max-height: 400px;
	overflow: auto;
	margin-top: 5px;
}

.navbar-domains {
	font-size: 15px;
	font-weight: bold;
	color: #4b4b4b;
}

#activeCurrencyTopMain {
	background: #007bff !important;
	color: #fff;
	font-size: 14px;
	height: 20px;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	top: -2px;
	border-radius: 5px;
}

#activeCurrencyTopMain:hover {
	cursor: pointer;
}


/* MOBILE HEADER */
.mobile-header {
	display: none;
}


/* MOBILE NAV */
.mobile-nav {
	display: none;
}


/* NAV */
.navbar {
	margin-top: 100px;
	background: #4b4b4b;
}

.nav-item {
	padding: 5px 10px 5px 10px;
}

.nav-link {
	color: #fff !important;
	padding: 2px;
}

.nav-link:hover {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.newProducts {
	background: #0273d4;
	border-radius: 5px;
}

.sales {
	background: #dc2424;
	border-radius: 5px;
}

.salesbf {
	background: #000000;
	color: #ff6666 !important;
	border-radius: 5px;
}

.active {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.models {
	color: #fff;
	font-size: 30px;
}

.models:hover,
.models:focus,
.models:active {
	color: #fff;
	opacity: 0.6;
}

.active-model {
	color: #fff4bb;
}

.active-model:hover,
.active-model:focus,
.active-model:active {
	color: #fff4bb;
	opacity: 0.6;
}

.modelSelector {
	max-height: 400px;
	overflow: auto;
}

.modelSelector li {
	list-style: none;
	margin-left: -40px;
	color: #014c8c;
	margin-top: 5px;
	margin-bottom: 5px;
}

.modelSelector .models {
	color: #0275d8;
	font-size: 14px;
	margin-left: 10px;
}

.modelSelector hr {
	margin-left: -40px;
}

.modelSelector .model_versions_a {
	margin-left: -20px;
}

.popover {
	left: 0 !important;
}


/* CAROUSEL */
.carousel a {
	color: #fff;
}

.carousel-caption {
	max-width: 900px;
	margin: 0 auto;
	top: -140px;
}

.carousel-caption label {
	writing-mode: vertical-rl;
	text-orientation: upright;
	position: absolute;
	left: -5px;
	top: 0px;
	padding: 5px;
	font-size: 12px;
	border-radius: 5px 0 0 5px;
	height: 100px;
	text-align: center;
}

.carousel-content {
	padding: 10px;

}

.carousel-table {
	height: 100px;
	text-align: left;
	margin: 0 auto;
	margin-top: -15px;
}

.carousel-table .title {
	height: 100px;
	position: absolute;
	margin-left: -30px;
}

.carousel-table .img {
	height: 100px;
	overflow: hidden;
	border-radius: 5px;
}

.carousel-table .description {
	padding-left: 10px;
}


/* BREADCRUMB */
.breadcrumb {
	width: 100%;
	text-align: left;
	border-radius: 0;
}

.breadcrumb h1 {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 18px;
}

.breadcrumb a {
	color: #fff;
}

.breadcrumb-active-model {
	color: #fff4bb !important;
}


/* CONTENT */
.content {
	margin-top: 50px;
	margin-bottom: 50px;
}

.content .row {
	margin-top: 40px;
	margin-bottom: 40px;
}

.content .about-us {
	width: 100%;
	overflow: hidden;
}

.content .col-lg-4 {
	padding: 10px;
}

.panel {
	border-radius: 5px;
	text-align: center;
	width: 300px;
	height: 200px;
	margin: 0 auto;
}

.partners .panel-body {
	vertical-align: middle;
	line-height: 200px;
}

.panel:hover {
	opacity: 0.8;
}

.panel-body {
	height: 160px;
	overflow: hidden;
}

.panel-footer {
	height: 40px;
	border-radius: 0 0 5px 5px;
	line-height: 40px;
	vertical-align: middle;
}

.product-panel {
	min-height: 262px;
}

.product-panel  .panel-header {
	height: 60px;
	line-height: 30px;
	vertical-align: middle;
	border-radius: 5px 5px 0 0;
}

.product-panel  .panel-footer {
	font-size: 20px;
	color: #303030;
	background: #dedede;
}

.content a:hover {
	text-decoration: none;
}

.contact-secondary i {
	font-size: 35px;
	margin-right: 10px;
}

.row .col-lg-8 {
	padding: 10px;
}

.msgForm textarea {
	resize: none;
}

.newsletterForm .without-border {
	border: 1px solid #fff;
}

.without-margin {
	margin: 0 !important;
}

.without-m-top {
	margin-top: 0 !important;
}

.without-m-bottom {
	margin-bottom: 0 !important;
}

.msgForm .btn:hover,
.newsletterForm .btn:hover {
	cursor: pointer;
}

.text-sm {
	font-size: 14px;
}

.text-xsm {
	font-size: 11px;
}

.g-recaptcha {
	width: 360px;
	height: 100px;
}

.news-content .panel {
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
	height: auto;
}

.news-content .panel-header {
	padding: 5px;
	border-radius: 5px 5px 0 0;
}

.news-content .panel-body {
	height: auto;
	overflow: visible;
}

.news-content .panel-body table td {
	padding: 5px;
}

.news-content .panel-body table td:first-child {
	width: 200px;
}

.news-content .new-title {
	font-size: 18px;
	font-weight: bold;
}

.product-content .main {
	margin-top: 50px;
}

.product-content h5 {
	text-align: center;
	font-size: 24px;
}

.product-content  #thumb1 img {
	border-radius: 5px;
}

.product-content .text-muted {
	margin: 0 auto;
	font-size: 12px;
}

.product-content .product-left-cell,
.product-content .product-right-cell {
	text-align: center;
}

.product-content .price span {
	font-size: 24px;
}

.product-content .price .text-muted {
	text-decoration: line-through;
}

.product-content .price .text-danger {
	font-weight: bold;
	font-size: 28px;
}

.product-content .vat {
	font-size: 14px;
	padding: 5px;
}

.product-content .vat table {
	width: 100%;
	text-align: center;
}

.product-content .btn {
	width: 300px;
	height: 50px;
	text-align: center;
}

.product-content .amount {
	height: 30px;
	width: 50px;
	background: url('/images/down-arrow.png') no-repeat 85% 5px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 2px;
	margin-left: -10px;
	float: left;
}

.product-content .amount select {
	width: 68.5px;
	height: 30px;
	background: transparent;
	border: none;
	text-overflow: ellipsis;
}

.product-content .cart {
	vertical-align: middle;
	line-height: 35px;
	text-align: center;
}

.product-content .details {
	margin-left: 15px;
}

.product-content .details .logo {
	width: 120px;
	height: 120px;
	border-radius: 5px;
	overflow: hidden;
	line-height: 120px;
}

.product-content .details .logo img {
	margin-left: 10px;
}

.product-content .details .row {
	width: 100%;
	margin-right: 0;
	padding-right: 0;
}

.product-content .details i {
	font-size: 24px;
}

.product-content .details .right-cell {
	text-align: right;
	font-size: 12px;
	margin-left: 28px;
}

.product-content .details .right-cell .status,
.product-content .details .right-cell .date {
	font-size: 16px;
}

.product-content .details .left-cell {
	width: 125px;
}

.product-content .notification-request {
	background: #f3f3f3;
	padding: 10px;
	font-size: 14px;
	border-radius: 10px;
	border: 2px solid #000000;
	text-align: left;
}

.product-content .notification-request form {
	text-align: center;
}

.product-content .notification-request .form-control {
	width: 100% !important;
	border: none;
	text-align: left;
}

.product-content .notification-request .privacy-policy {
	text-align: left;
}

.product-content .notification-request .g-recaptcha,
.product-content .notification-request .g-recaptcha div {
	width: unset !important;
}

.product-content .notification-request .btn-success {
	background: #48c609;
	color: #000;
	padding: 5px 50px;
	width: unset;
	height: unset;
	margin: 0 auto;
}

.product-content .notification-request .btn-success:hover {
	background: #339900;
}

.product-content .main-details .panel {
	width: 100%;
	height: initial;
	border: 0;
	margin-bottom: 10px;
}

.product-content .main-details .panel:hover {
	opacity: 1;
}

.product-content .main-details .panel-body {
	border: 1px solid #b3b4b5;
	padding: 5px;
	border-radius: 5px;
	margin-top: -9px;
}

.product-content .main-details .panel-heading {
	border-radius: 5px;
}

.product-content .main-details .panel-heading:hover {
	cursor: pointer;
}

.product-content .main-details .panel h4 {
	text-align: left;
	padding: 5px;
	font-size: 18px;
}

.product-content .main-details .panel-heading .arrow {
	float: right;
}

.product-content .main-details .panel a:focus,
.product-content .main-details .panel a:active {
	text-decoration: none;
}

.product-content .main-details .panel-body {
	text-align: left;
	height: initial;
}

.product-content .main-details .rating_tbl {
	border-radius: 5px;
	border: 1px solid #a7a7a7;
	padding: 5px;
	color: #369ce2;
	font-size: 12px;
}

.product-content .main-details .rating_tbl .tbl_title {
	color: #e9b633;
	font-size: 14px;
}

.product-content .main-details .rating_tbl .tbl_padding {
	padding-top: 10px;
}

.product-content .main-details .rating_tbl .opinion {
	color: #fff;
	background: #e9b633;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 2px;
	text-decoration: none;
}

.product-content .main-details .rating_tbl p {
	margin-top: 7px;
	margin-bottom: 0px;
}

.product-content .main-details .ratingHeader {
	font-weight: bold;
}

.product-content .main-details .ratingCountRecommend,
.product-content .main-details .ratingRecommend,
.product-content .main-details .ratingComment {
	font-size: 14px;
}

.product-content .main-details .product-content .fb-btns {
	text-align: center;
	margin-top: 50px;
}

.product-content .main-details fieldset,
.product-content .main-details label {
	margin: 0;
	padding: 0;
}

.product-content .main-details .rating {
	border: none;
	float: none;
}

.product-content .main-details .rating > input {
	display: none;
}

.product-content .main-details .rating > label:before {
	margin: 2px;
	font-size: 18px;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}

.product-content .main-details .rating > label {
	color: #ddd;
}
.product-content .main-details .rating > input:checked ~ label,
.product-content .main-details .rating:not(:checked) > label:hover,
.product-content .main-details  .rating:not(:checked) > label:hover ~ label {
	color: #e9b633;
}

.rating-form {
	padding-bottom: 50px;
}

.ratingSection {
	margin-top: 40px;
	margin-bottom: 80px;
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}

.ratingSection .row {
	margin: 0;
}

.rating-form .prodName {
	font-size: 20px;
	color: #005cce;
}

.rating-form .rating-description {
	float: right;
	width: 400px;
	text-align: right;
}

.rating-form .star_txt {
	font-size: 13px;
}

.rating-form  .recommend {
	text-align: center;
}

.rating-form .ratingBtn {
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

.rating-form .rating_btn {
	width: 200px;
}

.rating-form .rating {
	border: none;
	float: right;
}

.rating-form textarea {
	resize: none;
}

.rating-form .rating > input {
	display: none;
}

.rating-form .rating > label:before {
	margin: 2px;
	font-size: 18px;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}

.rating-form .rating > label {
	color: #bbb;
	float: right;
}

.rating-form .rating > input:checked ~ label,
.rating-form .rating:not(:checked) > label:hover,
.rating-form .rating:not(:checked) > label:hover ~ label {
	color: #e9b633;
}

.rating-form .rating > input:checked ~ label:hover,
.rating-form .rating > label:hover ~ input:checked ~ label,
.rating-form .rating > input:checked ~ label:hover ~ label {
	color: #369ce2;
}

.fb-btns {
	text-align: center;
	margin-top: 40px;
}

.gallery-content .yt-logo {
	position: absolute;
	margin-top: 133px;
}

.gallery-content .album {
	margin-bottom: 20px;
}

.gallery-content .panel {
	height: 220px;
}

.gallery-content .panel-footer {
	height: 60px;
	line-height: 30px;
}

.gallery-content iframe {
	width: 370px;
}

/* STAGE */
.stage.main {
	margin-top: 20px;
}

.stage .row {
	margin-top: 0px;
	margin-bottom: 0px;
}

.stage-box {
	margin-left: 10px;
}

.stage-box:hover {
	cursor: pointer;
	opacity: 0.8;
}

.stage-box .card-body {
	background: #ebebeb;
}

.stage-box.active {
	border: 2px solid #dc3545;
}

.stage-btn span {
	color: #fff !important;
	font-size: 18px !important;
	line-height: 40px;
}

.stage-chart {
	padding-top: 20px;
}

.stage-chart img {
	width: 300px;
}

#stage-details  {
	width: 100%;
}

#stage-details .alert {
	font-size: 14px;
}

#stage-details .panel-heading {
	color: #fff;
}

#stage-details .panel-body a {
	color: #404040 !important;
}

#stage-details .panel-body a:hover {
	color: #0056b3 !important;
	text-decoration: underline;
}

#stage-details .panel-body table td {
	padding: 5px;
}

#stage-details .panel-body table td:first-child {
	width: 80%;
}

#stage-details .text-muted {
	font-size: 16px;
	text-decoration: line-through;
}


/* MOBILE CART */
.mobile-cart {
	display: none;
}


/* MOBILE CONTENT */
.mobile-content {
	display: none;
}

.mobile-list-row {
	cursor: pointer;
}

.mobile-list-product-name {
	padding: 2px;
}

.mobile-list-product-price {
	margin: 2px;
	padding: 2px;
	text-align: right;
	background-color: #f5f5f5;
}


/* FOOTER */
.wrap {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 355px;
    line-height: 25px;
}

.footer {
	color: #fff;
	font-size: 14px;
}

.footer .container{
	padding-top: 40px;
	padding-bottom: 30px;
}

.footer h2 {
	font-size: 22px;
	margin-bottom: 15px;
}

.footer ul {
	list-style: none;
	margin-left: -40px;
}

.footer a {
	color: #fff;
}

.footer span {
	font-size: 14px;
}

.currency a {
	font-size: 14px;
	border-radius: 5px;
	padding: 3px 6px 3px 6px;
}

.currency a:hover {
	text-decoration: none;
}

.social-media {
	margin-right: 20px;
	font-size: 40px;
}


/* COPYRIGHT */
.copyright {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.copyright p {
	margin: 0;
	padding: 10px;
}

.copyright i {
	position: absolute;
	margin-top: -30px;
	right: 10px;
	color: #fff;
	font-size: 20px;
}


.price-strike-out {
	color: #999;
	text-decoration: line-through;
}

.price-sale-red {
	color: #dc2424;
}

.panel-inactive {
	opacity: 0.5 !important;
}

.payment-type {
	text-align: center;
	color: #666;
	background-color: #fafafa;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
	cursor: pointer;
}

.payment-type-active {
	color: #111;
	border: 2px solid #ff6600;
}

.connected-products-box {
	width: 440px;
}

.free_delivery_title {
	margin-top: 5px;
	color: #339900;
	font-size: 13px;
	font-weight: bold;
}

#ratingsOveral TD {
	padding: 1px;
}

/* LAPTOP */
@media only screen and (max-width:1024px) {
	.product-content .details .left-cell {
		width: 70px;
	}

	.product-content .details .right-cell {
		width: 220px;
		margin-left: 65px;
	}
}

/* SMALL */
@media only screen and (min-width:768px) and (max-width:991px) {
	body {
		margin-bottom: 0;
	}


	/* HEADER */
	.desktop-header {
		display: none;
	}


	/* MOBILE HEADER */
	.mobile-header {
		margin-top: 120px;
		display: inherit;
		background: #4b4b4b;
		height: 53px;
	}

	.mobile-header .table td {
		border: 0;
	}

	.mobile-header  .header-icon {
		margin-left: 0px;
		margin-right: 20px;
		color: #fff;
		font-size: 22px;
	}

	.left-cell {
		width: 50%;
		text-align: left;
	}

	.right-cell {
		width: 50%;
		text-align: right;
	}

	.right-cell a {
		color: #fff !important;
		margin-left: 5px;
		padding: 5px;
		border-radius: 5px;
	}

	.right-cell a:hover {
		text-decoration: none;
		color: #303030 !important;
		background: #ccc;
	}

	.right-cell .sales {
		padding: 5px;
	}


	/* NAV */
	.desktop-nav {
		display: none !important;
	}


	/* MOBILE NAV */
	.mobile-nav {
		margin-top: 0px;
		display: inherit;
		background: #fff;
		text-align: center;
	}

	.navbar table {
		width: 100%;
	}

	.navbar table td {
		width: 33.33%;
		vertical-align: middle;
	}

	.navbar table .left-cell {
		text-align: left;
	}

	.navbar table .middle-cell {
		text-align: center;
	}

	.navbar table .right-cell {
		text-align: right;
	}

	.navbar a img {
		width: 90px;
	}

	.models-mobile {
		float: left;
		line-height: 60px;
		vertical-align: middle;
		color: #4b4b4b;
		font-size: 25px;
	}

	.models-mobile:hover {
		color: #303030;
	}

	.navbar {
		min-height: 99px;
	}

	.navbar-bottom-section {
		width: 100%;
	}

	.navbar-title {
		font-family: 'GIL', sans-serif;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 6px;
	}

	.navbar-domains {
		font-size: 10px;
	}

	.navbar-toggler {
		color: #4b4b4b;
	}

	.navbar-toggler:hover {
		cursor: pointer;
	}

	.navbar-toggler-icon {
		height: 22px;
		width: 22px;
	}

	.navbar-nav {
		margin-top: 5px;
		text-align: center;
	}

	.navbar-icon {
		display: inline;
		margin-left: 30px;
	}

	.nav-link {
		color: #303030 !important;
	}

	.nav-link:hover {
		color: #fff !important;
		background: #303030;
	}

	.newProducts {
		color: #fff !important;
	}


	/* CAROUSEL */
	.carousel {
		display: none;
	}


	/* BREADCRUMB */
	.breadcrumb {
		margin: 0;
	}


	/* CONTENT */
	.desktop-content {
		display: none;
	}


	/* MOBILE CONTENT */
	.mobile-content {
		display: inline;
	}

	.mobile-content .about-us {
		width: 100%;
		overflow: hidden;
	}

	.mobile-content .container-fluid {
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.mobile-content table {
		width: 100%;
		margin: 0;
	}

	.mobile-content table td {
		vertical-align: middle;
		text-align: left;
		padding: 0;
	}

	.mobile-content table td:first-child {
		width: 165px;
		overflow: hidden;
	}

	.mobile-content table td:last-child {
		font-size: 30px;
	}

	.mobile-content table td img {
		height: 100px;
	}

	.mobile-content table a {
		color: #303030;
	}

	.mobile-content table a:hover {
		text-decoration: none;
	}

	.partners .panel {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	form {
		width: 95%;
	}

	.rating-form .prodName {
		font-size: 16px;
	}

	.rating-form .rating-description {
		width: 310px;
	}

	.rating-form .star_txt {
		font-size: 10px;
	}


	/* STAGE */
	#stage-details .panel-body table td:first-child {
		width: 80%;
	}


	/* DESKTOP-CART */
	.desktop-cart {
		display: none;
	}


	/* MOBILE-CART */
	.mobile-cart {
		display: inline;
	}

	.mobile-cart table {
		width: 100%;
	}

	.mobile-cart table .primary {
		border-top: 1px solid #dcdcdc;
		border-left: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		background: #ebebeb;
	}

	.mobile-cart table .secondary {
		border-left: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		background: #ebebeb;
	}

	.mobile-cart .product-name {
		font-size: 22px;
	}

	.mobile-cart .inline {
		display: inline;
	}

	.mobile-cart .form-control {
		width: 70px;
		display: inline;
	}

	.mobile-cart .prices {
		float: right;
		line-height: 40px;
	}

	.mobile-cart .product-net-price,
	.mobile-cart .product-gross-price,
	.mobile-cart .total,
	.mobile-cart .total-net-price,
	.mobile-cart .total-gross-price {
		margin-left: 20px;
		margin-right: 20px;
		font-size: 18px;
	}

	.mobile-cart .product-gross-price,
	.mobile-cart .total,
	.mobile-cart .total-gross-price {
		font-weight: bold;
	}

	.mobile-cart .trash-icon {
		display: inline;
		margin-left: 20px;
	}


	/* FOOTER */
	.wrap {
		position: relative;
		bottom: 0;
		width: 100%;
		height: 785px;
	}
}


/* XSMALL */
@media only screen and (max-width:767px) {
	body {
		margin-bottom: 0;
	}


	/* HEADER */
	.desktop-header {
		display: none;
	}


	/* MOBILE HEADER */
	.mobile-header {
		margin-top: 120px;
		display: inherit;
		background: #4b4b4b;
		height: 53px;
	}

	.mobile-header .table td {
		border: 0;
	}

	.mobile-header  .header-icon {
		margin-left: 0px;
		margin-right: 10px;
		color: #fff;
		font-size: 22px;
	}

	.left-cell {
		width: 50%;
		text-align: left;
	}

	.right-cell {
		width: 50%;
		text-align: right;
		font-size: 10px;
	}

	.right-cell a {
		color: #fff !important;
		margin-left: 5px;
		padding: 5px;
		border-radius: 5px;
	}

	.right-cell a:hover {
		text-decoration: none;
		color: #303030 !important;
		background: #ccc;
	}

	.right-cell .sales {
		padding: 5px;
	}

	.popover {
		max-height: 500px;
		max-width: 300px;
	}

	#activeCurrencyTopMain {
		top: -2px;
		padding-top: 1px;
		height: 19px;
	}


	/* NAV */
	.desktop-nav {
		display: none !important;
	}


	/* MOBILE NAV */
	.mobile-nav {
		margin-top: 0px;
		display: inherit;
		background: #fff;
		text-align: center;
	}

	.navbar table {
		width: 100%;
	}

	.navbar table td {
		width: 33.33%;
		vertical-align: middle;
	}

	.navbar table .left-cell {
		text-align: left;
	}

	.navbar table .middle-cell {
		text-align: center;
	}

	.navbar table .right-cell {
		text-align: right;
	}

	.navbar a img {
		width: 90px;
	}

	.models-mobile {
		float: left;
		line-height: 60px;
		vertical-align: middle;
		color: #4b4b4b;
		font-size: 25px;
	}

	.models-mobile:hover {
		color: #303030;
	}

	.navbar-bottom-section {
		width: 100%;
	}

	.navbar-title {
		font-family: 'GIL', sans-serif;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 6px;
	}

	.navbar-domains {
		font-size: 10px;
	}

	.navbar-toggler {
		color: #4b4b4b;
	}

	.navbar-toggler:hover {
		cursor: pointer;
	}

	.navbar-toggler-icon {
		height: 22px;
		width: 22px;
	}

	.navbar-nav {
		margin-top: 5px;
		text-align: center;
	}

	.navbar-icon {
		display: inline;
		margin-left: 30px;
	}

	.nav-link {
		color: #303030 !important;
	}

	.nav-link:hover {
		color: #fff !important;
		background: #303030;
	}

	.newProducts {
		color: #fff !important;
	}


	/* CAROUSEL */
	.carousel {
		display: none;
	}


	/* BREADCRUMB */
	.breadcrumb {
		margin: 0;
	}


	/* CONTENT */
	.desktop-content {
		display: none;
	}

	.product-content .product-left-cell img {
		width: 99.9%;
	}

	.product-content .details .row {
		margin-left: 10px;
		padding-right: 10px;
	}

	.product-content .fb-btns {
		margin-bottom: 40px;
	}

	.product-content .notification-request .g-recaptcha,
	.product-content .notification-request .g-recaptcha div {
		width: auto !important;
	}


	/* MOBILE CONTENT */
	.mobile-content {
		display: inline;
	}

	.mobile-content .about-us {
		width: 100%;
		overflow: hidden;
	}

	.mobile-content .container-fluid {
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.mobile-content .terms-tbl td:last-child {
		font-size: 16px;
	}

	.mobile-content table {
		width: 100%;
		margin: 0;
	}

	.mobile-content table td {
		vertical-align: middle;
		text-align: left;
		padding: 0;
	}

	.mobile-content table td:first-child {
		width: 135px;
		overflow: hidden;
	}

	.mobile-content table td:last-child {
		font-size: 20px;
	}

	.mobile-content table td img {
		height: 80px;
	}

	.mobile-content table a {
		color: #303030;
	}

	.mobile-content table a:hover {
		text-decoration: none;
	}

	.partners .panel {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	form {
		width: 95%;
	}

	.news-content .panel-body {
		font-size: 14px;
	}

	.news-content .new-title {
		font-size: 14px;
	}

	.news-content .panel-body table td:first-child {
		width: 120px;
	}

	.news-content td img {
		width: 120px;
	}

	.news-content .img img {
		width: 250px;
	}

	.product-mobile {
		font-size: 14px;
	}


	/* STAGE */
	#stage-details .panel-body table {
		font-size: 12px;
	}
	#stage-details .panel-body table td:first-child {
		width: 75%;
	}


	/* DESKTOP-CART */
	.desktop-cart {
		display: none;
	}


	/* MOBILE-CART */
	.mobile-cart {
		display: inline;
	}

	.mobile-cart table {
		width: 100%;
	}

	.mobile-cart table .primary {
		border-top: 1px solid #dcdcdc;
		border-left: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		background: #ebebeb;
	}

	.mobile-cart table .secondary {
		border-left: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		background: #ebebeb;
	}

	.mobile-cart table td {
		padding: 5px;
	}

	.mobile-cart .product-name {
		font-size: 22px;
	}

	.mobile-cart .inline {
		display: inline;
	}

	.mobile-cart .form-control {
		width: 70px;
		display: inline;
	}

	.mobile-cart .prices {
		float: right;
		line-height: 40px;
	}

	.mobile-cart .product-net-price,
	.mobile-cart .product-gross-price {
		font-size: 14px;
	}

	.mobile-cart .product-gross-price,
	.mobile-cart .total,
	.mobile-cart .total-gross-price {
		font-weight: bold;
	}

	.mobile-cart .trash-icon {
		display: inline;
		margin-left: 20px;
	}

	.mobile-cart h2 {
		font-size: 24px;
		padding-top: 20px;
	}

	.mobile-cart .product-name {
		font-size: 18px;
	}

	.mobile-cart .product-no {
		font-size: 14px;
	}

	.mobile-cart .total,
	.mobile-cart .total-net-price,
	.mobile-cart .total-gross-price	{
		margin-left: 10px;
		margin-right: 10px;
		font-size: 16px;
	}

	.mobile-cart .product-net-price,
	.mobile-cart .product-gross-price {
		margin-left: 5px;
		margin-right: 5px;
		font-size: 16px;
	}

	.mobile-cart button {
		padding: 5px;
		margin: 8px;
	}


	/* FOOTER */
	.wrap {
		position: relative;
		bottom: 0;
		width: 100%;
		height: 785px;
	}
}

#countdown-timer {
	width: 400px;
	height: 100%;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 40px;
	background-color: #000000;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
	border-radius: 20px;
	opacity: 0.75;
}
.red-breadcrumb {
	background-color: red;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
.bg-black {
	background-color: black;
}

.termek-csoport-browser {
	border-left: 1px solid #999;
	padding: 1px 1px 1px 10px;
}
