p.card-text {
    margin-bottom: 0;
    width: 100%;
}

.card {
	margin: 20px 0;
}

header {
	border-bottom: 1px solid #000000;
	margin-bottom: 15px;
}

.card-body .row>div {
	display: flex!important;
	font-size: 1rem;
	flex-wrap: wrap;
	align-items: center;
}


.go {
	height: 50%;
	font-size: x-large;
	min-height: 55px;
	margin: 10px 0;
	width: 100%;
	display: flex;
	align-content: center;
	flex-direction: column;
	justify-content: center;
}

.p-logo svg {
	width: 100%;
	max-height: 75px;
}

.p-logo {
	margin: 10px 0 10px 0;
}

.card-body .row>div.rate {
	text-align: right;
	font-size: x-large;
	font-weight: bold;
	display: flex;
	justify-content: flex-end;
}

.card-body .row>div .place {
	text-align: left;
	font-size: 28px;
	font-weight: 800;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	background: #198754;
	color: #ffffff;
	text-align: center!important;
	display: flex!important;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.top1 {
	border: 4px solid green;
}

.zagol {
	text-align: center;
	border: 2px solid black;
}

.rate .star {
    color: #e4801d;
    margin-left: 5px;
}

.p-logo a {
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: center;
    flex-direction: row;
}

h6 {
    display: flex;
    justify-content: center;
    border: 1px solid #198754;
    border-radius: 5px;
    background: #198754;
    color: #fff;
    height: 100%;
    line-height: 1.5rem;
}

.p-logo img {
    max-width: 100%;
    max-height: 75px;
}

span.odobr.green {
    color: green;
}

span.odobr.yellow {
    color: #cb9305;
}

p.listofMFO {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
}

ul.listofMFO {
    font-size: 8px;
    padding: 0px 0 0 15px;
}

ul.listofMFO li {}

.card-body .row>div.place span {
    margin-left: 8px;
    font-size: 18px;
}

.card-body .row>div.place a {
    /* text-decoration: none; */
    color: black;
}

.registracia img {
    display: inline;
    height: 1.3rem;
}

.cart {
    font-size: 14px;
    padding: 6px;
    margin-bottom: 0px;
}

.cart .go {
    height: auto;
    font-size: 16px;
    min-height: auto;
    margin: 5px 0;
}

.cart .inner {
    padding: 8px;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background: #f7fbf9;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid green;
    box-shadow: rgba(22, 33, 54, 0.16) 0px 1px 2px;
    padding: 8px;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
}

.cart .odobr {
    font-weight: bold;
}

.cart .p-logo {
    height: 40px;
    margin-top: 7px;
}

.cart .p-logo svg {
    min-height: 30px;
    height: 40px;
    width: 40px;
    margin-right: 5px;
}

.cart .p-logo img {
    height: 40px;
    margin-right: 5px;
}

.cart-bg {
    background: #f4f5f8;
    padding-top: 15px;
}

.alert.cart-alert.alert-primary {
    margin: 0;
    border-radius: 0;
    text-align: center;
}

.cart .inner>div>a {
    color: #000;
    text-decoration: none;
    width: 100%;
}

.cart span.name {
    font-weight: 600;
    line-height: 16px;
    font-size: 13px;
    z-index: 22;
    position: relative;
}

.opis .card-text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}

.cart span.rekomend {
    background-color: #e5a345;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

span.odobr.red {
    color: orangered;
}

.place {

}

.place>span {
    position: absolute;
    right: 5px;
    top: 7px;
    font-size: 22px;
    font-weight: 800;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    /* background: #198754; */
    color: #ffffff;
    text-align: center !important;
    display: flex !important;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.place > div {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 110px 45px 0;
    border-color: transparent #5ea986 transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}

.navbar-brand {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand span {
    margin-left: 10px;
    font-size: 24px;
    font-weight: 500;
    color: #51382a;
}

li.nav-item>a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

li.nav-item>a span {
    margin-right: 5px;
    margin-left: 5px;
}

li.nav-item>a img {
    height: 24px!important;
    width: 30px;
}

button#product-more-btn {
    border-radius: 8px;
    font-size: 18px;
    line-height: 35px;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 30px;
    transition: all .3s cubic-bezier(.46,0,.03,.99);
    border: 2px solid transparent;
    font-weight: 600;
    cursor: pointer;
    background-color: #d78031;
    border-color: #19875430;
    box-shadow: rgba(22, 33, 54, 0.16) 0px 1px 2px;
    color: white;
    border-color: #19875400;
    text-transform: uppercase;
}

.but span.rekomend {
    background-color: #e5a345;
    position: absolute;
    top: 48px;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.but .p-logo {
    margin-top: 0;
    margin-bottom: 25px;
}

.place>span>span {
    font-size: 10px;
    position: absolute;
    left: -16px;
    top: 1px;
}

.opis {
    margin: 0px 0;
    margin-bottom: 0px;
}

span.firstZaym {
    background: transparent;
    border: 1px solid #0bcc3e;
    align-items: center;
    border-radius: 16px;
    display: flex;
    font-size: 11px;
    font-weight: 600;
    margin-left: 0;
    padding: 2px 10px;
    width: fit-content;
}

span.firstZaym i {
    background: url(/img/gift.svg) no-repeat 50% / contain;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}

span.approbability {
    background: transparent;
    border: 1px solid #fa880b;
    align-items: center;
    border-radius: 16px;
    display: flex;
    font-size: 11px;
    font-weight: 600;
    margin-left: 0;
    padding: 2px 10px;
    width: fit-content;
}

span.approbability i {
    background: url(/img/flash-span.svg) no-repeat 50% / contain;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}

.tags {
    display: flex;
}

.tags span {
    margin: 0 3px;
    font-size: 10px;
}

.new4 .but span.rekomend {
    top: 0;
    background-color: #5ea986;
    color: white;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    padding-left: 10px;
}

.new4 .place {
    z-index: 9;
}

.new4 .but .p-logo {
    margin-bottom: 10px;
    margin-top: 15px;
}

.new4 span.name {
    font-size: 22px;
}

.new4 .col-12.p-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 0px;
}

.new4 .go {
    text-transform: uppercase;
    font-size: 18px;
}

.cart.col-12.col-md-3.new4 {
    margin-bottom: 14px;
}


.rate i {
    background: url(/img/star2.svg) no-repeat 50% / contain;
    height: 20px;
    margin-right: 5px;
    width: 20px;
    margin-top: 2px;
}

.rate {
    flex-direction: row;
    background: transparent;
    border: 1px solid #fa880b;
    align-items: center;
    border-radius: 16px;
    display: flex;
    font-size: 14px;
    font-weight: bolder;
    margin-left: 0;
    padding: 2px 10px;
    width: fit-content;
    align-content: center;
    justify-content: center;
}

.rekomcard .col-12.p-logo {
    margin-top: 14px;
}

.rekomcard span.rekomend {
    background-color: #fa880b !important;
}

.rekomcard .place > div {
    border-color: transparent #fa880b transparent transparent;
}

div {}

.rekomcard .inner {
    border-color: #fa880b;
}

.rekomcard.new4 .go {
}

.registr img {
    height: 18px;
}

.mfo-lk {}

.mfo-lk .title {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.mfo-lk .logo {
    width: 100%;
}

.Verified-Icon {
    background-image: url(/img/verified.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    display: flex;
    unicode-bidi: isolate;
    vertical-align: revert-layer;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: center;
    margin-bottom: 0px;
    margin-left: 5px;
}

.new5 .rate {
    display: none;
}

.new5 .tags {display: flex;flex-wrap: wrap;flex-direction: row;align-content: center;justify-content: flex-start;align-items: center;}

.new5.new4 .but span.rekomend {font-size: 9px!important;!importan;!importa;!import;!impor;!impo;!impoe;!impo;!imp;!im;!i;!;}

.new5 .place {
}

.new5 .Verified-Icon {
    display: none;
}

.new5 .registr {
    /* display: none; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
}

.new5 .go {
    font-size: 12px;
}

.new5 .opis p.card-text:first-child>span {/* display: none; */}

.new5 .opis p.card-text:first-child>b {
}

.new5 span.name {
    font-size: 13px;
}

.new5.cart .p-logo svg {
    height: 30px;
    width: 30px;
    max-height: 30px;
    min-height: 20px;
}

.new5.cart .p-logo img {
    height: 30px;
}

.new5.rekomcard .col-12.p-logo {margin-top: 0;margin-bottom: 0;}

.new5.rekomcard .inner {
    /* border-color: green; */
}

.new5 .place > div {
    /* border-color: transparent #5ea986 transparent transparent; */
    border-width: 0 38px 38px 0;
}

.new5 .place>span {
    font-size: 14px;
    width: 11px;
    height: 7px;
}

.new5 .place>span>span {
    display: none;
}

.new5 span.firstZaym {
    /* display: none; */
    margin: 4px 0px;
    margin-right: 5px;
}

.new5 .col-12.p-logo {
    margin-bottom: 0;
}

.new5 .opis .card-text {
    font-size: 12px;
}

.new5 span.approbability {
    margin: 3px 0px;
}

.new5 .knop {
    display: flex;
    align-items: flex-end;
}

.new5 .but {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.cookies {
    font-size: 11px;
    text-align: center;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
}

.cookies button.btn.btn-success {margin-top: 10px;width: 100%;max-width: 150px;}