body{font-family: "Montserrat", sans-serif!important;}.stiker-special{background-color:#dc3545;color:#ffffff}.stiker-upc{background-color:#007bff;color:#ffffff}.stiker-ean{background-color:#28a745;color:#ffffff}.stiker-jan{background-color:#ccc9c5;color:#ffffff}.stiker-isbn{background-color:#17a2b8;color:#ffffff}.stiker-mpn{background-color:#e80d80;color:#ffffff}.well {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.image li:not(:first-child) {
    margin-top: 8px;
}
.product-image li:not(:first-child) {
    margin-top: 8px;
}
.badge {
    padding: .25rem .85rem;
    line-height: 1.3;
    font-weight: normal;
    border-radius: 0.3rem;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.custom-block:hover {
    box-shadow: 0 2px 10px 0px rgb(0 0 0 / 15%);
    border-color: #e9e9e9;
}
.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
}

.owl-video-frame {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.owl-video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* category wall on main page */
.category-item > .bg-white { background-color: var(--light) !important }
.card-header, .card-footer { background-color: var(--light) }


#voucher_block .card { border-color: #fbc99d!important; }
#voucher_block .card-header { background-color: #e67e23 !important; border-color: #027bff38!important; }
#voucher_block .card-header .btn > svg { color: #6aa2de !important }
#voucher_block .card-body { background-color: #fef1e6!important; border-color: #fbc99d!important; }
td:first-child, th:first-child {border-radius: 10px 0 0 10px;}
td:last-child, th:last-child {border-radius: 0 10px 10px 0;}
.btn-shine {
	 color: #fff;
	 background: linear-gradient(to right, var(--white) 0, var(--secondary) 10%, var(--white) 20%);
	 background-position: 0;
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 animation: shine 3s infinite linear;
	 animation-fill-mode: forwards;
	 -webkit-text-size-adjust: none;
	 font-weight: 600;
	 font-size: 16px;
	 text-decoration: none;
	 white-space: nowrap;
}
 @keyframes shine {
	 0% {
		 background-position: 0;
	}
	 60% {
		 background-position: 180px;
	}
	 100% {
		 background-position: 180px;
	}
}

.e1 {
background-color:#ffffff;background-color: #fff;border-radius: 50%;top: -6px;position: absolute;right: -6px;transition: color .15s ease-in-out, background .15s ease-in-out, opacity .3s ease-in-out;
}
.img-gradient:after {
  content:'';
  border-radius: 10px;
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,1) 100%);
}
@media (max-width: 992px) {
    .logo-header {
        width:50% !important;
    }
}
 