.bg-danger-light {
	background: #ffc0c6!important;
}
header.container-fluid {
    position: absolute;
    box-shadow: 0 0 50px;
    z-index: 1;
}
header > div {
    position: initial;
    bottom: unset;
    height: auto;
    left: unset;
    z-index: initial;
}

body.uc-shop header > div:after {
    position: absolute;
    bottom: -50px;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 100vw 0 0;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}

body.uc-shop a.navbar-brand {
    text-transform: uppercase;
	margin-right:0;
	font-size: 1.5vw;
}
body.uc-shop a.navbar-brand img {
    margin-right: 15px;
	width: 70%;
	height:auto;
	max-height:75px;
}

body.uc-shop header h2{
	font-size: 2vw;
}

div#shop-header {
    background: #55b6b4;
    color: white;
    font-size: 15px;
    z-index: 4;
    position: relative;
}
div#shop-header a{
	color:white;
}

div#shop-header i {
    font-size: 27px;
}

a#login, a#logout, a#open-minicart {
	cursor:pointer;
}

strong.uc-points {
    font-size: 25px;
    line-height: 31px;
}

div#login-popup, #minicart-layer {
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
}

div#login-container {
    max-width: 90%;
    width: 500px;
    padding: 30px 15px;
    background: white;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#login-container i.fas.fa-times {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 27px;
    padding-right: 10px;
    padding-top: 10px;
	cursor: pointer;
}

.rainbow-text {
	background: rgb(108,37,119);
    background: -moz-linear-gradient(left, rgba(108,37,119,1) 0%, rgba(0,91,168,1) 50%, rgba(57,185,169,1) 100%);
    background: -webkit-linear-gradient(left, rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%);
    background: linear-gradient(to right, rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c2577', endColorstr='#39b9a9',GradientType=1 );
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
}

span#minicart-qty {
    display: block;
    position: absolute;
    top: -5px;
    right: 3px;
    line-height: 20px;
    width: 20px;
    background: #692877;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
}
div#minicart {
    height: 100%;
    background: white;
    width: 400px;
    max-width: 100%;
    position: absolute;
    right: -400px;
	overflow-y: scroll;
    transition: .15s all;
}
div#minicart.active {
	right:0;
}
body.uc-shop #minicart  i#close-minicart {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 23px;
    cursor: pointer;
}

.btn-cyan {
    background: #55b6b4;
    border-color: #55b6b4;
}
.btn-cyan:hover {
    background-color: #429492;
    border-color: #429492;
}
.text-cyan {
	color: #429492;
}

#minicart-products h3 a, #purchase-summary h3 a {
    color: #212529;
}

p.opcio {
    font-size: 13px;
}

#minicart-products i, #purchase-summary i {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid;
    text-align: center;
	cursor: pointer;
}
#minicart-products input, #purchase-summary input {
    display: inline-block;
    width: 50px;
    text-align: center;
}

div#minicart-loading, #purchase-summary-loading {
	display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9;
    top: 0;
    left: 0;
}
div#purchase-summary-loading {
    position: fixed;
}

div#minicart-loading.active{
	display:block;
}

#minicart-loading i, #purchase-summary-loading i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #55b6b4;
    font-size: 39px;
    transform: translate(-50%, -50%);
}

#product-list-header {
	height:500px;
	background:url('https://ucstore.united-consult.hu/wp-content/uploads/2020/06/UC-store-hero-banner.jpg');
	background-position:center center;
	background-size: cover;
}
.product-item {
	cursor:pointer;
}
.product-image {
    min-height: 200px;
	overflow:hidden;
}

.product-image-holder {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: .5s all;
}
.product-item:hover .product-image-holder {
    transform: scale(1.2);
}

.product-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-item h3, .product-title {
    text-transform: uppercase;
    font-size: 23px;
}

div#product-page, #checkout-page, #checkout-success-page {
    padding-top: 170px;
}
.product-option.form-control {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    height: 45px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 0;
}
.shadowed {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#add-product {
    position: relative;
	padding-left:57px;
}

#add-product i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 55px;
    font-size: 27px;
    width: 57px;
    height: 55px;
}