body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
::selection {
color:#fff;
background:#e4584b;
}

/*.bg-primary {
    background-color: #0066cc !important;
    border-radius: 4px;
}*/

.bg-info {
    /* background-color: #e2f5fd !important; */
    background-color: #f0f0f0 !important;
    border-radius: 4px;
 	background: url(/design/kp/images/food-background.png);
}

.bg-info .form-control {
    border-color: #ccc;
}

.bg-info-old {
    border: 0.0625rem solid #e1e1e1;
    background-color: #fff !important;
    border-radius: 4px;
}

.bg-pink-old {
    border: 0.0625rem solid #e1e1e1;
    background-color: #fff !important;
    border-radius: 4px;
}


.fixed {
    position: sticky;
    z-index: 9999;
    top: 0;
    left: auto;
    width: 100%;
    min-height: 2em;
 	background-color: #fff;
    box-shadow: rgba(50, 50, 50, 0.15) 0px 3px 10px 0px;
}
.card:not(.fixed) .card-block {
    border-radius: 4px;
}
.slick-list {
    border-radius: 4px;
}
.form-control::placeholder {
    color: #555;
    opacity: 1;
}
.subscribo-control {
    background-color: #eee;
    margin-bottom: 0.3125rem;
}
.slick-slide .slick-name {
	text-shadow: 3px 3px 5px #111;
	background-color: rgba(0, 0, 0, 0);
	padding: 6px;
    top: 6.125rem;
}
.slick-slide .slick-description {
	background-color: rgba(0, 0, 0, 0.5);
}
.fn-product-amount {
	height: 40px;
	border: 1px solid #ccc;
    /* margin-bottom: 1rem !important; */
    /*margin-right: 20px;*/
    float: left;
}
.fn-product-amount .form-control {
	background-color: #eee;
	border-radius: 0;
	border-top: 0;
	border-bottom: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.purchase-amount {
	/*width: 9.75rem;*/
 	width: 10rem;
}
/*.fn-product-amount .plus,
  .fn-product-amount .minus {
    font-size: 2.1rem;
    line-height: 2.0rem;
    width: 1.75rem;
}*/
.fn-product-amount .plus {
	padding-right: 0.3rem;
}
.fn-product-amount .minus {
	padding-left: 0.3rem;
}

.navbar-dark .navbar-nav > .nav-item > .nav-link:focus, .navbar-dark .navbar-nav > .nav-item > .nav-link:hover {
	color: rgba(255, 255, 255, 1.0);
	background-color: #3e4b55;
}

.metki {
    position: absolute;
    top: 8%;
    left: 16px;
    z-index: 1;
}
.metki div + div {
    margin-top: 2px;
}
.metki div {
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px 0 5px;
    width: 75px;
    clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%);
}

.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}
.btn-info.focus, .btn-info:focus {
    background-color: #31b0d5;
    border-color: #1b6d85;
    color: #fff;
}
.btn-info:hover {
    background-color: #31b0d5;
    border-color: #269abc;
    color: #fff;
}
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-color: #31b0d5;
    border-color: #269abc;
    color: #fff;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    background-color: #269abc;
    border-color: #1b6d85;
    color: #fff;
}
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info.focus[disabled], .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    background-color: #fff;
    color: #5bc0de;
}
.w3-note {
	background-color: #ffffcc;
	border-left: 6px solid #ffeb3b;
}
.w3-danger {
	background-color: #f8d7da;
	border-left: 6px solid #db838b;
}
.w3-panel {
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 0.5em 16px;
}
@media only screen and (max-width: 768px) {
  .card:not(.fixed) {
    margin-bottom: 3.25rem;
  }
}

.stickers {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: absolute;
	top: 0;
	left: 0;
}

.sticker--discount {
	background-color: rgba(177, 7, 7, 0.8);
}
.sticker--hit {
    background-color: rgba(6, 101, 38, 0.8);
}
.sticker {
	display: inline-block;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 5px;
	border-radius: 3px;
	white-space: nowrap;
}
.youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.bg-inverse .nav-link {
    color: #FFF;
}
.bg-inverse .nav-link:hover {
    color: #535353;
}
