/*!
 * Styles created by Malikof Systems, copying of most styles is prohibited without attribution
 */

body { 
		-ms-user-select: none; 
		-moz-user-select: none; 
		-webkit-user-select: none; 
		user-select: none; 
}

/** {
*	cursor: url("https://u-studio.su/img/cursor-default.png"), pointer;
*}
*/

/* Обычный курсор */
/*body {
    cursor: url('https://u-studio.su/img/cursor-default.png'), auto;
}*/

/* Когда элемент кликабельный */
/*a, button, .clickable {
    cursor: url('https://u-studio.su/img/cursor-pointer.png'), pointer;
}*/


/*.cart-badge,*/ /*button:not(:disabled), [type="button"]:not(:disabled) {
	display: none;
}*/

/*.mb-0, my-0, flex-shrink-0 {
	font-family: 'Unbounded', serif;
}*/

.img-pay {
	margin-top: 20px;
	margin-left: -50px;
}
.img-ruby-age {
	margin-top: 20px;
	margin-left: -100px;
}
.copyright-card {
	margin-top: 20px;
}
.fw-600 {
	display: none;
}

/*.spirit-navbar, .navbar-dropdown-menu, .btn-accent, .rounded-pill, .mb-8 {
    backdrop-filter: blur(25px) saturate(180%);
    background: rgba(255, 255, 255, 0.12);

    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.35) inset,
        0 0 25px rgba(255, 255, 255, 0.12) inset,
        0 0 20px rgba(255, 255, 255, 0.05);

    border: 1px solid rgba(255, 255, 255, 0.18);
}
.navbar-dropdown-menu-item > * {
	color: white;
}
.product-icon-big {
	box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.35) inset,
        0 0 25px rgba(255, 255, 255, 0.12) inset,
        0 0 20px rgba(255, 255, 255, 0.05);
}


.btn-x1 {
	background: none;
	border-color: transparent;
	backdrop-filter: blur(15px);
}*/