.product-profile-info {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.profil-badge-block .product-label {
    position: unset;
}
.profil-badge-block .product-label img {
    width: 90px;
    height: 100%;
}
.product-profile-1 .carousel .carousel-item img {
    border-radius: 10px;
}
.product-profile-1 .carousel .carousel-indicators li .img-auto {
    border-radius: 10px;
}
.product-profile-1 .carousel .carousel-indicators {
    gap: 10px;
}
.product-profile-info li a {
    color: #919191;
    text-decoration: underline;
}
.product-profile-info li a .value {
    font-weight: 400;
}
.product-detail-card .special-field-box {
    background: #756d4c;
    border-radius: 10px;
    border: none;
    padding: 10px 15px;
    margin: 20px 0px;
}
.profil-badge-block {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.product-detail-card .special-field-box .field {
    margin: 0px;
    display: flex;
    gap: 30px;
    color: #fff;
}
.product-detail-card .special-field-box .field .value {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    width: fit-content;
}
.product-detail-card .special-field-box .field .value label {
    margin: 0px;
}
.profil-advantage-block h5 {
    font-size: 14px;
    margin: 0;
    margin-bottom: 1rem;
    display: block;
    font-weight: 600;
    color: #000;
}
.product-profile-1 .carousel .carousel-outer {
    margin-bottom: 20px;
}
.padvantage-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.padvantage-item-left {
    border: 1px solid #e2e2e2;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
}
.padvantage-item-left img {
    width: 30px;
    height: 30px;
}
.padvantage-item-right {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -.04em;
    color: #212529;
    flex: 1;
}
.profil-advantage-block .col-12:nth-child(3) .padvantage-item, .profil-advantage-block .col-12:nth-child(4) .padvantage-item {
    margin: 0px;
}
.profil-contact-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.profil-advantage-block {
    margin-bottom: 20px;
}
.profil-contact-block a {
    width: 50%;
    padding: 11px 0px;
    border: 1px solid #e2e2e2;
    background-color: #fafafa;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.profil-contact-block a i {
    color: #756d4c;
    font-size: 18px;
}
.product-profile-1 {
    padding: 20px;
    background: #fbfbfb;
    border-radius: 10px;
}
.product-detail-pricecard {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.product-buttons .product-quantity {
    border: 1px solid #756d4c;
    border-radius: 200px;
    margin: 0px;
    height: fit-content;
}
.product-quantity .btn:hover {
    background: transparent !important;
}
.product-detail-pricecard .product-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.product-price-group h6 {
    color: #756d4c;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.productdetail-cargo-time {
    color: #919191;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.productdetail-cargo-time img {
    width: 18px;
    height: auto;
}
.card-comment .info .stars i.active, .product-comment-list .comment-box .stars .active, .product-comment-list-v2 .comments .item .customer .stars i.fill, .product-comment-list-v2 .score .stars .star.fill, .product-comment-list-v2 .summary .item .stars .fill, .product-comment-stars .star.active i, .product-comment-stars .star:hover i {
    color: #FFC000;
}
.product-comment-list-v2 .summary .item .rate .fill {
    background: #FFC000;
}
.product-profile-1 .carousel .carousel-item .video {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-profile-1 .carousel .carousel-item .video #myVideo {
    border-radius: 10px;
}
.product-profile-1 .carousel .carousel-item .video #playButton {
    outline:none;
    height: 60px;
    width: 60px;
    position: absolute;
    z-index: 2;
    border-radius: 200px;
    background: #756d4c;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-profile-1 .carousel .carousel-item .video #playButton img {
    width: 30px;
    height: 30px;
}
.related-products-block h5 {
    font-size: 14px;
    margin: 0;
    margin-bottom: 1rem;
    display: block;
    font-weight: 600;
    color: #000;
}
.related-products a img {
    border-radius: 10px;
}
.related-products a.active img {
    border-color: #756d4c;
}
.related-products-block {
    margin-bottom: 20px;
}
.profil-prices-discount {
    background: #f5f2ea;
    border: 1px solid #e1dfd8;
    color: #73943e;
    width: 35px;
    height: 35px;
    border-radius: 200px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
}
.product-price-group {
    align-items: center;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    justify-content: flex-start;
    flex-direction: column;
    align-content: flex-start;
}
.kampImage {border: 5px solid #f38e03;border-radius: 10px;}

.kampImage img {
    border-radius: 5px;
    width: 100%;
}


header.desktop .mega-menu .nav-item:first-child a {
    	background: linear-gradient(-45deg, #0920ed, #ed0961, #0a82ad, #450994, #BB19F6, #A5F619, #F63719);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite; 
    color:#fff;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@media (max-width: 991px) {

.raw-content img, .raw-content table {
    width: 90% !important;
}
.profil-contact-block a {
    width: 100%;
    padding: 11px 0px;
    border: 1px solid #e2e2e2;
    background-color: #fafafa;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.profil-contact-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    align-content: flex-start;
}
}