.no-js .lazy {
	display: none;
}

body {
	background-color: #e7f1f9;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.header-logo {
	display: inline-block;
	width: 220px;
	height: 54px;
	background: url(../img/logo.png) no-repeat;
	background-size: auto;
	background-size: cover;
	text-indent: -9999px;
}

.navbar .navbar-brand {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../img/shop_logo.png) no-repeat;
	background-size: auto;
	background-size: cover;
	text-indent: -9999px;
}
.navbar .dropdown-item:focus, .dropdown-item:hover {
	background-color: rgba(255, 255, 255, 0.4);
}
.navbar .dropdown-menu {
	right: 0;
	left: auto;
}
/*.navbar .navbar-collapse.show {
	max-height: 80vw;
	overflow-y: scroll;
}*/

.border-light-blue {
    border-color: #88cbe5 !important;
}
.bg-light-blue {
	background-color: #3d8beb;
}
.color-light-blue {
	color: #2368bc;
}

.bg-translucent-2 {
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.2);
}
.bg-translucent-8 {
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.8);
}

.img-sprite-menu-left {
	background: url(../img/meniu_stanga_sprite.png) no-repeat top left;
}
.sprite-aurel {
	width: 33px;
	height: 59px;
	background-position: -21px -1325px;
}
.sprite-aurel-joke {
	width: 36px;
	height: 59px;
	background-position: -82px -1350px;
}

.max-h-250p {
	max-height: 250px;
}
.max-h-150p {
	max-height: 150px;
}
.min-w-250p {
	min-width: 250px;
}

.line-small {
	width: 25px;
	border-width: 3px;
}

.card-columns.columns-4 {
	-webkit-column-count: auto;
	-moz-column-count: auto;
	column-count: auto;
}
@media only screen and (min-width: 576px) {
	.card-columns.columns-4 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media only screen and (min-width: 768px) {
	.card-columns.columns-4 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}
@media only screen and (min-width: 992px) {
	.card-columns.columns-4 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
}

.color-bar {
	height: 4px;
	background: #74cee4;
	background: -moz-linear-gradient(left, #74cee4 0%, #66ce9c 16%, #edbf47 32%, #ec774b 49%, #74cee4 65%, #66ce9c 83%, #edbf47 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#74cee4), color-stop(16%,#66ce9c), color-stop(32%,#edbf47), color-stop(49%,#ec774b), color-stop(65%,#74cee4), color-stop(83%,#66ce9c), color-stop(100%,#edbf47));
	background: -webkit-linear-gradient(left, #74cee4 0%,#66ce9c 16%,#edbf47 32%,#ec774b 49%,#74cee4 65%,#66ce9c 83%,#edbf47 100%);
	background: -o-linear-gradient(left, #74cee4 0%,#66ce9c 16%,#edbf47 32%,#ec774b 49%,#74cee4 65%,#66ce9c 83%,#edbf47 100%);
	background: -ms-linear-gradient(left, #74cee4 0%,#66ce9c 16%,#edbf47 32%,#ec774b 49%,#74cee4 65%,#66ce9c 83%,#edbf47 100%);
	background: linear-gradient(to right, #74cee4 0%,#66ce9c 16%,#edbf47 32%,#ec774b 49%,#74cee4 65%,#66ce9c 83%,#edbf47 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74cee4', endColorstr='#edbf47',GradientType=1 );
}

.page-item.active .page-link {
	background-color: #3d8beb;
	border-color: #88cbe5;
}
.page-link {
	color: #2368bc;
}

del {
	text-decoration: none;
	background: -o-linear-gradient(to left top, transparent 45.5%, red 47.5%, red 51.5%, transparent 53.5%);
	background: -moz-linear-gradient(to left top, transparent 45.5%, red 47.5%, red 51.5%, transparent 53.5%);
	background: -webkit-linear-gradient(to left top, transparent 45.5%, red 47.5%, red 51.5%, transparent 53.5%);
	background: -ms-linear-gradient(to left top, transparent 45.5%, red 47.5%, red 51.5%, transparent 53.5%);
	background: linear-gradient(to left top, transparent 45.5%, red 47.5%, red 51.5%, transparent 53.5%);
}

.with-caret[data-toggle="collapse"]:after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	font-size: inherit;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d8";
	transition: all linear 0.25s;
}
.with-caret[data-toggle="collapse"].collapsed:after {
	transform: rotate(180deg) ;
}

@media only screen and (min-width: 992px) {
	.mw-lg-50 {
		max-width: 50%;
	}

	.d-lg-show.show {
		display: block !important;
	}
	.d-lg-show:not(.show) {
		display: none !important;
	}
}

.rounded-0-top {
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
}