html {
	scroll-behavior: smooth;
}

b, strong {
	font-weight: 500;
}
/* Cancel the bg white for dark mode */
body[data-theme-style="dark"].bg-white {
	background: var(--body-bg) !important;
}

.modal-header {
	padding: 1rem;
	border-bottom: 0;
}

.modal-subheader {
	padding: 0 1rem;
	border-bottom: 0;
	margin: 0;
}

.modal-content {
	padding: 1rem;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/* Forms */
.input-group-text {
	font-size: 0.9rem;
}

/* Footer */
.footer {
	margin: 4rem 0 0 0;
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: var(--white);
	border-top: 2px solid var(--gray-200);
}

.footer {
	color: var(--gray);
}

.footer a:not(.dropdown-item), .footer a:hover:not(.dropdown-item) {
	color: var(--gray);
}

.footer a.icon {
	color: var(--gray);
}

.footer-logo {
	max-height: 2.5rem;
	height: 2.5rem;
}

/* Filters */
.filters-dropdown {
	width: 18rem;
	max-height: 35rem;
	overflow-y: auto;
}

.leads-filters-dropdown {
	max-height: 40rem;
}

/* Custom breadcrumbs */
.custom-breadcrumbs {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.custom-breadcrumbs > li {
	margin-right: .5rem;
}

.custom-breadcrumbs > li > a {
	color: var(--gray);
}

.custom-breadcrumbs > li > svg {
	color: var(--gray-400);
	margin-left: .5rem;
}

.custom-breadcrumbs > li.active {
}

/* Helper classes */
.list-style-none {
	list-style: none;
	padding: 0;
}

.clickable {
	cursor: pointer;
}

.draggable {
	cursor: grab;
}

.no-underline, .no-underline:hover{
	text-decoration: none;
}

.icon-favicon {
	width: 1rem;
	height: 1rem;
}

/* Index navbar */
.navbar-index {
	min-height: 0 !important;
	background: transparent;
}

.navbar-index .navbar-nav > li {
	padding: .5rem 0 !important;
}


@media (min-width: 992px) {
	.navbar-index .navbar-nav > li {
		padding: .5rem !important;
	}
}

/* Navbar custom menu */

.navbar-brand {
	display: inline-block;
	padding-top: 0;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: unset;
	line-height: inherit;
	white-space: nowrap;
}

.dropdown-item svg {
	color: var(--gray-600);
}

.dropdown-item:active svg {
	color: var(--white);
}

.navbar-main {
	min-height: 0 !important;
	background: var(--white);
	border-bottom: 2px solid var(--gray-200);
}


.navbar-main .navbar-nav > li {
	padding: .5rem 0 !important;
}

@media (min-width: 992px) {
	.navbar-main .navbar-nav > li {
		padding: .5rem !important;
	}
}

.navbar-logo {
	max-height: 1.5rem;
	height: 1.5rem;
}

.navbar-avatar {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.navbar-custom-toggler {
	padding: 0.5rem .8rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border-radius: .25rem;

	color: var(--gray-700);
	border-color: var(--gray-300);
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.85);
}

.chart-container {
	position: relative;
	margin: auto;
	height: 250px;
	width: 100%;
}

/* Dropdown */
.dropdown-toggle-simple::after {
	display:none;
}

/* Index */
.index-container {
	width: 100%;
	padding: 0 0 4rem 0;
	background-image: url("../images/index/hero-2-bg.png");
	/*background: linear-gradient(125.95deg, #C700BF 10.95%, #7DA900 100%), linear-gradient(341.1deg, #00C2FF 7.52%, #4E00B1 77.98%), linear-gradient(222.34deg, #A90000 12.99%, #00FFE0 87.21%), linear-gradient(130.22deg, #8FA600 18.02%, #5A31FF 100%);*/
	background-blend-mode: screen, color-dodge, color-dodge, normal;
}

[data-theme-style="dark"] .index-container {
	background-image: url("../images/index/hero-2-bg.png");
	/*background: linear-gradient(130deg, #ad90c1 0%, rgb(3, 0, 84) 100%), linear-gradient(130deg, #09007b 0%, rgba(15, 0, 66, 0) 30%), linear-gradient(129.96deg, rgb(255, 47, 47) 10.43%, rgb(0, 4, 96) 92.78%), radial-gradient(100% 246.94% at 100% 0%, rgb(255, 255, 255) 0%, rgba(37, 0, 66, 0.8) 100%), linear-gradient(121.18deg, rgb(20, 0, 255) 0.45%, rgb(27, 0, 62) 100%), linear-gradient(154.03deg, rgb(206, 0, 0) 0%, rgb(255, 0, 61) 74.04%), linear-gradient(341.1deg, rgb(178, 91, 186) 7.52%, rgb(16, 0, 119) 77.98%), linear-gradient(222.34deg, rgb(169, 0, 0) 12.99%, rgb(0, 255, 224) 87.21%), linear-gradient(150.76deg, rgb(183, 213, 0) 15.35%, rgb(34, 0, 170) 89.57%);*/
	background-blend-mode: overlay, normal, overlay, color-burn, screen, overlay, difference, difference, normal;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
	.index-container {
		padding: 0 0 8rem 0;
	}
}

.index-image {
	width: 100%;
	height: auto;
	position: absolute;
	top: -5rem;
}


@media (min-width: 1375px) {
	.index-image {
		width: 115%;
		top: -6.5rem;
	}
}

.index-header {
	font-size: 2.5rem;
	font-weight: bold;
	color: var(--black);
}

.index-subheader {
	font-size: 1.35rem;
	color: var(--gray-700);
}

.index-button {
	padding: 1rem 1.7rem;
	font-size: 1rem;
	letter-spacing: 0.15rem;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.swiper {
	width: 600px !important;
	height: 300px !important;
}

.screen-slider .swiper-pagination {
	bottom: -30px !important;
}

.swiper-pagination-bullet-active {
	background: #38b2ac !important;
}

.index-screenshot{
	border-radius: 25px;
	border: 3px solid;
	border-color: #e3e3e3;
}
.work-box .work-icon {
	font-size: 56px;
	border-radius: 28% 72% 50% 50% / 26% 20% 80% 74%;
	height: 96px;
	width: 96px;
	margin: 0 auto;
}
.work-box .work-arrow {
	position: absolute;
	right: -56px;
	top: 45%;
	width: 30%;
}
@media (max-width: 991.98px) {
	.work-box .work-arrow {
		display: none;
	}
}


.index-background-one {
	background: linear-gradient(125deg, #ECFCFF 0%, #ECFCFF 40%, #B2FCFF calc(40% + 1px), #B2FCFF 60%, #5EDFFF calc(60% + 1px), #5EDFFF 72%, #3E64FF calc(72% + 1px), #3E64FF 100%);
	background-size: cover;
}

[data-theme-style="dark"] .index-background-one {
	background: linear-gradient(115deg, #000000 0%, #00C508 55%, #000000 100%), linear-gradient(115deg, #0057FF 0%, #020077 100%), conic-gradient(from 110deg at -5% 35%, #000000 0deg, #FAFF00 360deg), conic-gradient(from 220deg at 30% 30%, #FF0000 0deg, #0000FF 220deg, #240060 360deg), conic-gradient(from 235deg at 60% 35%, #0089D7 0deg, #0000FF 180deg, #240060 360deg);
	background-blend-mode: soft-light, soft-light, overlay, screen, normal;
}

.contact-us-section {
	padding: 80px 0;
}
.contact-us-section h2 {
	font-size: 2.5rem;
	font-weight: bold;
}
.contact-us-section p {
	font-size: 1.25rem;
	margin-bottom: 30px;
}

.contact-us-section .btn {
	font-size: 1.25rem;
	padding: 15px 30px;
	width: 70%;
	margin: 0 auto;
	background-color: #0088cc;
	color: white;
}

.contact-us-section i {
	margin-bottom: 20px;
}

.user-avatar {
	border-radius: 50%;
	max-width: 80px;
	max-height: 80px;
}

/* Basic wrapper */
.team-user-avatar {
	width: 45px;
	height: 45px;
}

/* Link Settings page */
.link-background-type-preset {
	width: 100%;
	height: 4rem;
	border-radius: .25rem;
	opacity: .75;
	transition: .3s opacity;
}

.link-background-type-preset:hover {
	cursor: pointer;
}

input[type="radio"]:checked ~ .link-background-type-preset {
	opacity: 1;
}

.link-background-type-image {
	border-radius: .25rem;
	margin-bottom: .5rem;
}

.form-group .link-background-type-image {
	max-height: 7.5rem;
}

/* Biolink theme */
.link-biolink-theme {
	opacity: .75;
	transition: .3s opacity, .3s border-color;
}

.link-biolink-theme:hover {
	cursor: pointer;
	border-color: var(--primary);
}

input[type="radio"]:checked ~ .link-biolink-theme {
	opacity: 1;
	border-color: var(--primary);
}

/* Biolink preview iframe */
.biolink-preview-container {

}

.biolink-preview {
	position: relative;
	margin: 0 auto;
	height: auto;
	width: auto;
	display: inline-block;
	text-align: left;
	border-radius: 4rem;
	padding: .7rem;
	background: linear-gradient(45deg,#444,#111);
	box-shadow: 0 0px 30px rgba(0,0,0,0.20);
	border: .3rem solid #444546;
}

.sticky {
	position: sticky !important;
	top: 1rem;
	height: min-content;
}

.biolink-preview-iframe-container {
	overflow: hidden;
	width: 300px;
	height: 625px;
	border-radius: 3rem;
	position: relative;
}

@media (min-width: 768px) {
	.biolink-preview-iframe-container {
		width: 375px;
		height: 800px;
	}
}

.biolink-preview-iframe-loading {
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 0%, .7);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}

.biolink-preview-iframe {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}


/* Others */
.container-disabled {
	pointer-events: none;
	opacity: .5;
}

.container-disabled-simple {
	pointer-events: none;
}

/* Other animations */

/* Custom dropdown */
.dropdown .dropdown-menu {
	border: 2px solid var(--gray-200);
	box-shadow: none;
}

.dropdown-divider {
	border-top: 2px solid var(--gray-200);
}

/* Animate dropdown menu */
.dropdown .dropdown-menu {
	animation-name: opacityIn;
	animation-duration: 0.3s;
}
@keyframes opacityIn {
	from {
		opacity: .3;
	}
	to {
		opacity: 1;
	}
}

/* Custom row */
.custom-row {
	border-radius: .25rem;
	padding: .75rem;
	position: relative;
	border: 2px solid var(--gray-200);
	background: var(--white);
}


@media (min-width: 992px) {
	.custom-row {
		padding: 1.5rem;
	}
}

.custom-row-inactive {
	background: var(--gray-200);
}

.custom-row-side-controller {
	right: 100%;
	/*top: 25%;*/
	font-size: 1.2em;
	/*padding: .2em .2em;*/
}

.custom-end-row-side-controller {
	/*top: 25%;*/
	font-size: 1.2em;
	/*padding: .2em .2em;*/
	/*top:60px;*/
	left:46%;
	position: absolute;
	margin-top: -30px;

}

.custom-end-row-side-controller button:focus{
	outline: none;
	box-shadow: none;
}

[dir="rtl"] .custom-row-side-controller {
	right: initial;
	left: 100%;
}
@media (min-width: 992px) {
	.custom-row-side-controller {
		/*position: absolute;*/
		padding: .4em .8em;
	}
}

@media (min-width: 992px) {
	.custom-end-row-side-controller {
		/*padding: .6em .8em;*/
	}
}

.custom-row-side-controller-grab {
	cursor: grab;
}

.biolink-block-card {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Tables */
.table-custom-container {
	border-radius: .25rem;
	border: 2px solid var(--gray-200);
}

.table-custom {
	margin-bottom: 0;
}

.table-custom thead th {
	border-top: 0;
	border-bottom: 0;
	background: var(--gray-100);
	color: var(--gray-900)
}

.table-custom th {
	padding: 1.25rem 1rem;
}

.table-custom td {
	padding: 1.75rem 1rem;
	background: var(--white);
	vertical-align: middle;
}

.table-custom tbody tr {
	transition: all .3s ease-in-out;
}

.table-custom tbody tr:hover td {
	background: var(--gray-100);
}


@media(min-width: 576px) {
	.table-container {
		max-width:640px
	}
}

@media(min-width: 768px) {
	.table-container {
		max-width:820px
	}
}

@media(min-width: 992px) {
	.table-container {
		max-width:1060px
	}
}

@media(min-width: 1200px) {
	.table-container {
		max-width:1240px
	}
}

/* Helpers */
.appearance-none {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.select-custom-altum {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232D3748' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	padding: .375rem 1.75rem .375rem .75rem;
	background-color: var(--gray-200);
	text-align: left;
}

[data-theme-style="dark"] .select-custom-altum {
	background-color: var(--gray-100);
}

/* Highlight color pickers */
.pickr .pcr-button {
	border: 1px solid var(--gray-300)
}

/* Pricing */
.pricing-plan {
	border: 2px solid var(--gray-300);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.pricing-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2.2rem 2.2rem 0 2.2rem;
	border-bottom: 1px solid var(--gray-200);
}

[data-theme-style="dark"] .pricing-header {
	border-color: var(--gray-100);
}

.pricing-name {
	background: var(--primary-200);
	padding: .15rem 1.25rem;
	color: var(--primary-600);
	font-size: .85rem;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 5rem;
}

.pricing-price {
	margin: 1rem 0;
}

.pricing-price-amount {
	font-size: 3.3rem;
	font-weight: bold;
}

.pricing-price-currency {
	font-size: .9rem;
	color: var(--gray);
}

.pricing-details {
	text-align: center;
	font-size: .85rem;
	color: var(--primary-800);
	margin-bottom: 1.5rem;
}

.pricing-body {
	padding: 0 2.2rem 2.2rem 2.2rem;
	background: var(--white);
	height: 100%;
}

.pricing-features {
	margin: 3rem 0;
	list-style: none;
	padding: 0;
}

.pricing-features li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1rem 0;
}

/* Custom Radio Boxes */
.custom-radio-box {
	cursor: pointer;
}

.custom-radio-box .custom-radio-box-main-text {
	font-size: 2.25rem;
}

.custom-radio-box .custom-radio-box-main-icon {
	font-size: 2.5rem;
}

.custom-radio-box input[type="radio"] + div {
	transition: all .3s ease-in-out;
	border: 2px solid var(--gray-200);
	background: var(--white);
}

.custom-radio-box input[type="radio"]:checked + div {
	border: 2px solid var(--primary);
}

.custom-radio-box input[type="radio"]:hover + div {
	border: 2px solid var(--primary);
}

/* QR Codes */
.qr-code {
	width: 100rem;
}

.qr-code-loading {
	animation: opacity-loading 3s infinite ease-in-out;
}

@keyframes opacity-loading {
	0% { opacity: 1; }
	50% { opacity: 0.5; }
	100% { opacity: 1; }
}

.qr-code-avatar {
	width: 65px;
	height: 65px;
	border-radius: .25rem;
	padding: .25rem;
	border: 2px solid var(--gray-200);
}

/* Round circles */
.round-circle-md {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.round-circle-lg {
	width: 4.5rem;
	height: 4.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

/* Badge colors */
.badge-primary {
	color: hsl(211, 100%, 35%);
	background-color: hsl(211, 100%, 85%);
}

[data-theme-style="dark"] .badge-primary {
	background-color: hsl(211, 100%, 35%);
	color: hsl(211, 100%, 85%);
}

.badge-secondary {
	color: hsl(208, 7%, 35%);
	background-color: hsl(208, 7%, 85%);
}

[data-theme-style="dark"] .badge-secondary {
	background-color: hsl(208, 7%, 35%);
	color: hsl(208, 7%, 85%);
}

.badge-success {
	color: hsla(134, 50%, 30%, 1);
	background-color: hsla(134, 50%, 85%, 1);
}

[data-theme-style="dark"] .badge-success {
	background-color: hsla(134, 50%, 30%, 1);
	color: hsla(134, 50%, 85%, 1);
}

.badge-danger {
	color: hsla(354, 70%, 35%, 1);
	background-color: hsla(354, 70%, 85%, 1);
}

[data-theme-style="dark"] .badge-danger {
	background-color: hsla(354, 70%, 35%, 1);
	color: hsla(354, 70%, 85%, 1);
}

.badge-warning {
	background-color: hsla(45, 100%, 85%, 1);
	color: hsla(40, 80%, 30%, 1);
}

[data-theme-style="dark"] .badge-warning {
	background-color: hsla(50, 10%, 20%, 1);
	color: hsla(45, 100%, 85%, 1);
}

.badge-info {
	color: hsla(188, 60%, 30%, 1);
	background-color: hsla(188, 78%, 85%, 1);
}

[data-theme-style="dark"] .badge-info {
	background-color: hsla(188, 60%, 30%, 1);
	color: hsla(188, 78%, 85%, 1);
}

.badge-light {
	color: hsla(210, 15%, 35%, 1);
	background-color: hsl(210, 17%, 95%);
}

[data-theme-style="dark"] .badge-light {
	background-color: hsla(210, 15%, 35%, 1);
	color: hsl(210, 17%, 95%);
}

.badge-dark {
	color: hsla(210, 10%, 90%, 1);
	background-color: hsla(210, 10%, 20%, 1);
}

[data-theme-style="dark"] .badge-dark {
	background-color: hsla(210, 10%, 90%, 1);
	color: hsla(210, 10%, 20%, 1);
}

/* Invoice css */
.invoice-table th {
	border-top: 0 !important;
}

@media print {
	.invoice-logo {
		filter: grayscale(100%);
	}
}


/* Base animation */
.altum-animate {
	-webkit-animation-duration:1s;
	animation-duration:1s;
}

.altum-animate-fill-both {
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

.altum-animate-fill-none {
	-webkit-animation-fill-mode:none;
	animation-fill-mode:none;
}

@-webkit-keyframes fadeIn{
	0% {
		opacity:0
	}
	to {
		opacity:1
	}
}
@keyframes fadeIn{
	0% {
		opacity:0
	}
	to {
		opacity:1
	}
}
.altum-animate-fade-in {
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn
}


/* App sub menu */
.account-header-navbar {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	list-style: none;
	margin: 0 0 1.5rem 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (min-width: 992px) {
	.account-header-navbar {
		flex-direction: row;
	}
}

.account-header-navbar .nav-item {
	margin-bottom: .5rem;
	min-width: fit-content;
}

.account-header-navbar .nav-link {
	padding: .5rem 1.5rem;
	color: var(--gray);
	border-radius: .25rem;
	border: 2px solid var(--gray-200);
	font-size: .9rem;
	background: var(--white);
}

.account-header-navbar .nav-link:hover {
	color: var(--gray);
	border: 2px solid var(--gray);
}

.account-header-navbar .nav-link.active {
	color: var(--primary);
	border: 2px solid var(--primary);
}

/* Blog */
.blog-post-image {
	max-height: 25rem;
	object-fit: cover;
}

/* File input */
.altum-file-input {
	padding: 1rem;
	background: var(--gray-100);
	border: 2px solid var(--gray-200);
	border-radius: 0.25rem;
	cursor: pointer;
	font-size: .9rem;
}

.altum-file-input:hover {
	border-color: var(--gray-300);
}

.altum-file-input::file-selector-button {
	border: 0;
	padding: .4rem .75rem;
	border-radius: .25rem;
	background-color: var(--white);
	cursor: pointer;
	font-size: .9rem;
	margin-right: 1rem;
}


/* Icon when the collapsible content is shown */
.qa:before {
	content: "\2212";
	font-weight: 900;
	padding-right: 5px;
}

/* Icon when the collapsible content is hidden */
.qa.collapsed:before {
	content: "\002B";
}

.qa:hover,
.qa:active,
.qa:focus  {
	text-decoration:none;
}

.cropper-view-box,
.cropper-face {
	border-radius: 50%;
}
.tox-tbtn:not(.tox-tbtn--select){
	width: 29px !important;
}

.tox-tbtn__select-label{
	width:unset!important;
}
.tox-tbtn--select[aria-label = "Р Р°Р·РјРµСЂ С€СЂРёС„С‚Р°"]{
	width: 62px!important;
}

.tox-tbtn--select[aria-label = "Fonts"]{
	max-width: 150px!important;
}

.btn-link-description{
	opacity: .7;
	font-size: 90%;
	margin-top: .2rem;
}

.carousel-indicators {
	margin-bottom:-25px;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
}

.carousel .carousel-indicators li {
	background-color: #fff;
	background-color: rgba(70,70,70,.25);
}

.carousel .carousel-indicators .active {
	background-color: #444;
}

.carousel-inner,.banner-inner {
	margin-bottom:25px;
}


.slider-outimg{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;

}

.slider-img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/*background-color: #f5fcff;*/
	text-align: center;
	color: #757575;
	background-position: center;
	background-repeat: no-repeat;
}

/*.banner-img {*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	bottom: 0;*/
/*	right: 0;*/
/*	background-color: #f5fcff;*/
/*	text-align: center;*/
/*	color: #757575;*/
/*	background-position: center;*/
/*	background-repeat: no-repeat;*/
/*}*/

.banner-outimg {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
}

.image-label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 0 !important;
	cursor: pointer;
	background-color: #f5fcff;
	opacity: .8;
	transition: all 0.15s ease;
	background-image: url("data:image/svg+xml,%0A%3Csvg width='50px' height='50px' fill='%23888' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 419.2 419.2'%3E%3Cg%3E%3Ccircle cx='158' cy='144.4' r='28.8'/%3E%3Cpath d='M394.4,250.4c-13.6-12.8-30.8-21.2-49.6-23.6V80.4c0-15.6-6.4-29.6-16.4-40C318,30,304,24,288.4,24h-232 c-15.6,0-29.6,6.4-40,16.4C6,50.8,0,64.8,0,80.4v184.4V282v37.2c0,15.6,6.4,29.6,16.4,40c10.4,10.4,24.4,16.4,40,16.4h224.4 c14.8,12,33.2,19.6,53.6,19.6c23.6,0,44.8-9.6,60-24.8c15.2-15.2,24.8-36.4,24.8-60C419.2,286.8,409.6,265.6,394.4,250.4z M21.2,80.4c0-9.6,4-18.4,10.4-24.4c6.4-6.4,15.2-10.4,24.8-10.4h232c9.6,0,18.4,4,24.8,10.4c6.4,6.4,10.4,15.2,10.4,24.8v124.8 l-59.2-59.2c-4-4-10.8-4.4-15.2,0L160,236l-60.4-60.8c-4-4-10.8-4.4-15.2,0l-63.2,64V80.4z M56,355.2v-0.8 c-9.6,0-18.4-4-24.8-10.4c-6-6.4-10-15.2-10-24.8V282v-12.4L92,198.4l60.4,60.4c4,4,10.8,4,15.2,0l89.2-89.6l58.4,58.8 c-1.2,0.4-2.4,0.8-3.6,1.2c-1.6,0.4-3.2,0.8-5.2,1.6c-1.6,0.4-3.2,1.2-4.8,1.6c-1.2,0.4-2,0.8-3.2,1.6c-1.6,0.8-2.8,1.2-4,2 c-2,1.2-4,2.4-6,3.6c-1.2,0.8-2,1.2-3.2,2c-0.8,0.4-1.2,0.8-2,1.2c-3.6,2.4-6.8,5.2-9.6,8.4c-15.2,15.2-24.8,36.4-24.8,60 c0,6,0.8,11.6,2,17.6c0.4,1.6,0.8,2.8,1.2,4.4c1.2,4,2.4,8,4,12v0.4c1.6,3.2,3.2,6.8,5.2,9.6H56z M378.8,355.2 c-11.6,11.6-27.2,18.4-44.8,18.4c-16.8,0-32.4-6.8-43.6-17.6c-1.6-1.6-3.2-3.6-4.8-5.2c-1.2-1.2-2.4-2.8-3.6-4 c-1.6-2-2.8-4.4-4-6.8c-0.8-1.6-1.6-2.8-2.4-4.4c-0.8-2-1.6-4.4-2-6.8c-0.4-1.6-1.2-3.6-1.6-5.2c-0.8-4-1.2-8.4-1.2-12.8 c0-17.6,7.2-33.2,18.4-44.8c11.2-11.6,27.2-18.4,44.8-18.4s33.2,7.2,44.8,18.4c11.6,11.6,18.4,27.2,18.4,44.8 C397.2,328,390,343.6,378.8,355.2z'/%3E%3Cpath d='M341.6,267.6c-0.8-0.8-2-1.6-3.6-2.4c-1.2-0.4-2.4-0.8-3.6-0.8c-0.4,0-0.4,0-0.4,0c-0.4,0-0.4,0-0.4,0 c-1.2,0-2.4,0.4-3.6,0.8c-1.2,0.4-2.4,1.2-3.6,2.4l-24.8,24.8c-4,4-4,10.8,0,15.2c4,4,10.8,4,15.2,0l6.4-6.4v44 c0,6,4.8,10.8,10.8,10.8s10.8-4.8,10.8-10.8v-44l6.4,6.4c4,4,10.8,4,15.2,0c4-4,4-10.8,0-15.2L341.6,267.6z'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 60%;
	margin-bottom: unset;
}

input.image_slide, input.banner {
	display: none;
}



.image-label:hover {
	opacity: 1;
}
.edit-label {
	background-color: rgba(0, 0, 0, 0.6);
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	padding: 10px;
	background-image: unset;
	cursor: pointer;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	outline: none;
}

.edit-label-border
{
	outline: 2px dashed #92b0b3;
	outline-offset: -10px;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.edit-label .replace_img {
	display: inline-block;
	font-size: 13px;
	opacity: .7;
	transition: all 200ms ease-in-out;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px' x='0px' y='0px' viewBox='0 0 612 612' style='enable-background:new 0 0 612 612;' xml:space='preserve'%3E%3Cg%3E%3Cg id='backup'%3E%3Cpath d='M494.7,255C476.85,168.3,400.35,102,306,102c-73.95,0-137.7,40.8-168.3,102C58.65,214.2,0,277.95,0,357 c0,84.15,68.85,153,153,153h331.5c71.4,0,127.5-56.1,127.5-127.5C612,316.2,558.45,260.1,494.7,255z M357,331.5v102H255v-102 h-76.5L306,204l127.5,127.5H357z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 5px 0 0 35px;
	height: 24px;
	box-sizing: border-box;
}
.edit-label .replace_img:hover {
	opacity: 1;
}

.carousel-buttons {
	text-align: center;
	margin-bottom: 10px;
}

.carousel-buttons a {
	display: inline-block;
	margin: 0 5px;
}

.slide-description {
	padding: 10px 10px;
}

.slide-link {
	border-top: 1px solid rgba(0,0,0,.1);
	padding: 10px 10px;
}

.select-link-type {
	height: 100%;
}

.qa-description {
	padding: 0 0 1rem 25px;
}

.link-body::-webkit-scrollbar {
	width: 6px;
	cursor: pointer;
}
.link-body::-webkit-scrollbar-thumb {
	background: rgba(143, 142, 142, 0.5);
	border-radius: 4px;
}

.link-body{
	overflow-x: hidden;
}

#show_blocks_menu > .modal-dialog{
	max-width: 730px;
}

.fp-nav-tabs{
	border-color: #38b2ac !important;
}

.fp-nav-link{
	padding: 0.3rem 0.3rem;
}

.fp-nav-link.active{
	border-color: #38b2ac !important;
	background-color: unset !important;
}

.fp-nav-link:hover {
	border-color: #38b2ac !important;
}

.img_banner_src{
	max-width: 100%;
}

.sortable-chosen{
	background-color: rgba(143, 142, 142, 0.5);


}

.sortable-chosen.sortable-ghost {
	opacity: 0;
}
.sortable-fallback {
	opacity: 1 !important;
}

.no-transition {
	transition: none !important;
}

.collapsing-no-transition {
	-webkit-transition: none;
	transition: none;
	display: none;
}

.opacity70 {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}



.youtube {
	position: relative;
	width: 100%;
	max-width: 300px;
	height:620px;
	max-height:730px;
	margin-right: auto;
	margin-left: auto;
}

.youtube:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.youtube:after {
	content: "";
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://linkrr.app/uploads/backgrounds/iphone_bg.png) no-repeat center center;
	background-size: cover;
	pointer-events: none;
}

.youtube__iframe {
	position: absolute;
	top: 3%;
	left: 3%;
	width: 92.6%;
	height: 93.4%;
	z-index: 2;
	-moz-border-radius: 8%;
	-webkit-border-radius: 8%;
	border-radius: 8%;
}

.form-group-highlight{
	padding: 1.5rem;
	border-top: 1px solid #e5e5e5;
	border-color: #f8f9fa;
}

.disabledDiv {
	pointer-events: none;
	opacity: 0.4;
}


.animate__highlight {
	overflow: hidden;
}

.animate__highlight:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fa4923;
	opacity: 0;
	z-index: 1;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}

.animate__highlight:after {
	content: "";
	display: block;
	width: 30px;
	height: 400px;
	margin-left: 60px;
	background: #fff;
	position: absolute;
	left: -40px;
	top: -100px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-animation-name: slideme;
	animation-name: slideme;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
	30% { left: 110%; margin-left: 80px; }
	100% { left: 110%; margin-left: 80px; }
}

@keyframes highlight {
	0% {
		background: rgba(47, 149, 144, 0.37);
	}
	50% {
		background: none;
	}
	100% {
		background: rgba(47, 149, 144, 0.37);
	}
}

.highlight::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(47, 149, 144, 0.37);
	animation: highlight 1s infinite;
	pointer-events: none;
	z-index: 1000;
}

@media (min-width: 992px) {
	.modal-custom-row-side-controller{
		position: unset;
		padding: .4em .8em;
	}
}

.biolink-block-content-loading {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.edit-carousel-control {
	height:100px;
	top:100px;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  stroke='white' fill='gray' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='white' fill='gray' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}



.delimiter__options {
	border: none;
	padding: 0;
	margin-bottom: 4rem;
}


.delimiter__answer {
	display: inline-block;
	box-sizing: border-box;
	height: 60px;
	width: 110px;
	vertical-align: top;
	font-size: 22px;
	text-align: center;
	margin-right: 10px;
}

label.delimiter__icon {
	border: 1px solid rgba(0, 23, 31, 0.15);
	box-sizing: border-box;
	display: block;
	height: 100%;
	width: 100%;
		padding: 10px 10px 10px 10px;
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.5s ease-in-out;
}
label.delimiter__icon:hover, label.delimiter__icon:focus, label.delimiter__icon:active {
	border: 1px solid rgba(0, 23, 31, .5);
}



.delimiter__answer > input[type="radio"] {
	opacity: 0;
	width: 0;
	height: 0;
}

.delimiter__answer > input[type="radio"]:active ~ label {
	opacity: 1;
}

.delimiter__answer > input[type="radio"]:checked ~ label {
	opacity: 1;
	border: 1px solid #00171F;
}

.delimiter__icon > span:before, .delimiter__icon > span:after {
	content:'\00a0\00a0\00a0';
	text-decoration: line-through;
}

.delimiter__icon.single-line > span:before {
	content:'\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0';
	text-decoration: line-through;
	margin: auto 0.5em;
}

.delimiter__icon.single-line > span:after {
	content:unset;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 600px;
	}
}


.header-with-help{
	display: flex;
	justify-content: space-between;
}



.app-container {
}

.app-navbar {
	min-height: 75px;
	border-bottom: 1px solid var(--gray-100);
	margin-bottom: 4rem;
}

[data-theme-style="dark"] .app-navbar {
	border-color: var(--gray-200);
}

.navbar .dropdown-item svg {
	color: var(--gray-700);
}

.navbar .dropdown-item:active svg {
	color: white;
}

/* App sub menu */
.app-sub-navbar {
	min-height: 65px;
	border-bottom: 1px solid var(--gray-100);
	margin-bottom: 3rem;
	padding: 0;
}

[data-theme-style="dark"] .app-sub-navbar {
	border-color: var(--gray-200);
}

.app-sub-navbar .app-sub-navbar-ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	list-style: none;
	margin: 1rem 0;
}

@media (min-width: 992px) {
	.app-sub-navbar .app-sub-navbar-ul {
		flex-direction: row;
		margin: 0;
	}
}

.app-sub-navbar .nav-item {
	min-width: fit-content;
}

.app-sub-navbar .nav-link {
	padding: .75rem;
	color: var(--gray-500);
}

@media (min-width: 992px) {

	.app-sub-navbar .nav-link {
		padding: 1.2rem;
	}

}

.app-sub-navbar .nav-link:hover {
	color: var(--gray);
}

@media (min-width: 992px) {
	.app-sub-navbar .nav-link:hover {
		border-bottom: 2px solid var(--gray);
	}
}

.app-sub-navbar .nav-link.active {
	color: var(--primary);
}

@media (min-width: 992px) {
	.app-sub-navbar .nav-link.active {
		border-bottom: 2px solid var(--primary);
	}
}


/* Order */
.order-item-image-wrapper {
	position: relative;
	min-width: 5rem;
	min-height: 5rem;
	max-width: 5rem;
	max-height: 5rem;
	background: var(--primary-100);
	border-radius: .25rem;
	overflow: hidden;
}

.order-item-image-background {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* Custom breadcrumbs */
.custom-breadcrumbs {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.custom-breadcrumbs > li {
	margin-right: .5rem;
}

.custom-breadcrumbs > li > a {
	color: var(--gray);
}

.custom-breadcrumbs > li > svg {
	color: var(--gray-400);
	margin-left: .5rem;
}

.custom-breadcrumbs > li.active {
}


/* Qr Code */
#qr {
	padding: 1rem;
}
#qr img {
	width: 100%;
	height: auto;
}





.multiple-upload-block{
	background-color: rgba(255, 255, 255, 0.5);
	margin:0 auto;
	margin-bottom: 30px;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.clear-both{clear:both;}

label.multiple-upload-button{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FFFFFF;
	border: 1px solid #6C6C6C;
	color: #6C6C6C;
	padding: 5px 10px;
	margin: 5px 0;
	display: inline-block;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

label.multiple-upload-button:hover{
	background-color:#F0F0F0;
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

input#multiple-upload-images{display: none;}

#multiple-upload-multiple-file-preview{
	border-top: 1px solid rgba(0, 0, 0, 0.11); margin-top: 10px; padding: 10px;
	max-height: 160px;
}

#multiple-upload-sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	min-height: 150px;
	max-height: 150px;
}

#multiple-upload-sortable li {
	margin: 3px 3px 3px 0;
	float: left;
	width: 100px;
	text-align: center;
	position: relative;
	background-color: #FFFFFF;
}

#multiple-upload-sortable li, #multiple-upload-sortable li img
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#multiple-upload-sortable li div.order-number{
	position: absolute;
	top: 2px;
	right: 2px;
	width: 15px;
	heigth: 15px;
	background-color: #2B91E3;
	color: #FFFFFF;
	font-size: 12px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#multiple-upload-sortable li button.remove-image{
	position: absolute;
	bottom: 2px;
	right: 2px;
	font-size: 12px;
	color: white;
	border: none;
	background: red;
}

.js-show-url-input-button, .js-show-upload-input-button{
	margin: 0;
	box-sizing: inherit;
	position: relative;
	display: inline;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	font: inherit;
	box-shadow: none;
	text-align: inherit;
	cursor: pointer;
	user-select: auto;
	text-decoration: none;
	background: none;
}

#pills-tab{
	border-style: solid;
	border-radius: .45rem;
	border-color: #38b2ac;
	border-width: thin;
}

.custom-switch .custom-control-label::after{
	background-color: black;
}

.text-decoration-underline {
	text-decoration: underline;
	text-decoration-color: #38b2ac;
	text-decoration-thickness: 2px;
}






.memes{}



.page-bottom a {
	text-decoration: none;
}

.page-bottom {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px -4px 10px rgba(172, 172, 172, 0.15);
          box-shadow: 0px -4px 10px rgba(172, 172, 172, 0.15);
  border-radius: 10px 10px 0px 0px;
  z-index: 2147483646;
  width: 100%;
  padding-top: 14px;
  padding-right: 20px;
  padding-bottom: 13px;
  padding-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
  -webkit-box-pack: space-evenly; 
      -ms-flex-pack: space-evenly; 
          justify-content: space-evenly;
}



.page-bottom-icon {
	padding-right: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
  
.page-bottom-icon a {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.page-bottom-icon a svg {
	stroke: #8C8C8C;
}
.page-bottom-icon a span {
	color: #8C8C8C;
	font-size: 12px;
	line-height: 10px;
	margin-top: 5px;
}

.page-bottom-icon:first-child a svg {
	fill: none;
}

.page-bottom-messagers {
	top: -51px;
	height: 42px;
	left: 0;
}

.page-bottom-messagers .page-bottom-icon {
	flex: 0 0 15%;
}

.page-bottom-messagers.page-bottom-messagers-show {
	top: 0px;
	z-index: 2147483647;
}

@media (max-width: 767px) {
	.page-bottom {
		padding: 10px;
		border-radius: 40px 40px 0 0;
	}
	.alert {
	    width: 100%;
	    padding: 20px 10px;
        right: 0;
	}
	.alert h4 {
		margin-bottom: 0;
	}
	.alert h4 b {
		font-size: 14px;
	}
	.alert .price, .alert .price .price-new {
		display: none;
	}
	.alert .big-btn-primary {
		display: none;
	}
	.manufacturer-char-list a {
		font-size: 14px!important;
		padding: 10px 4px!important;
		width: 33px;
		letter-spacing: -1px;
	    border: 1px solid #E0E0E0!important;
	}
	#Featured {
		width: 100%!important;
		padding: 0!important;
	}
	#Featured .modal-dialog {
		margin: 0;
	}
	#Featured .modal-dialog button.close {
    	margin: 10px;
	}
	#Featured .modal-dialog button.close svg path {
		fill: #000;
	}
	#Featured .modal-dialog .big-btn-primary {
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
		padding: 8px 35px;
		font-size: 12px;
	}
	#Featured .modal-dialog .cart_left-till-next-bonus {
	    text-align: left;
    	padding-left: 20px;
		font-size: 12px;
	}
	.cart_left-till-next-bonus span {
		padding: 6px 12px;
	}
	#ModalReview .modal-content {
		width: 300px;
    	padding: 30px 20px;
    	margin-left: auto;
    	margin-right: auto;
	}
	#ModalReview .modal-dialog {
		width: auto;
		margin-left: auto;
    	margin-right: auto;
	}
	#ModalReview h2 {
	    max-width: 200px;
	    margin-left: auto;
	    margin-right: auto;
	}
	#ModalReview .big-btn-primary {
		margin-top: 100px!important;
	}
	#ocfilter {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.ocf-offcanvas.active {
		max-height: calc(100vh - 63px);
	}
	.dropdown-backdrop {
		display: none!important;
	}
	.modal-open .modal {
		padding: 0!important;
	}
	.password-control, .input-help-icon {
		top: 11px;
	}
	#ModalLoginReg .form-group input[type="password"] {
		margin-top: 30px;
		height: 40px;
	}
	.gift-product {
		margin: 0!important
	}
	.gift-product-image img {
		max-width: 82px;
	}
	.gift-product-image {
		margin-top: 25px;
	}
	.gift-caption {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-top: 35px!important;
		margin-left: 10px!important;
	}
	.gift-caption .gift-caption_icon {
		display: none;
	}
	.gift-caption div {
	    width: auto!important;
	    padding: 0!important;
	    margin: 0!important;
	}
	.gift-caption__rightside h4 {
		position: absolute;
	    top: 10px;
	    left: 10px;
	    font-size: 14px!important;
	}
	.gift-caption__rightside p,
	.gift-caption h4 a {
		font-size: 12px!important;
	}
	.gift-caption__rightside p strong {
		margin-left: 10px;
	}
	.gift-button-group {
		position: absolute;
	    right: 10px;
	    top: 10px;
	}
	.gift-button-group button {
		padding: 0!important;
	    width: 30px;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	    height: 30px;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}
	.gift-button-group button svg {
		width: 16px;
	}
	#information-bonuses-gift .information-bonuses_head p span {
		width: auto;
	}
	#information-bonuses-gift .information-bonuses_head p {
		width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#information-bonuses-gift .information-bonuses_head::before {
	    width: 320px!important;
    	height: 340px!important;
    	left: calc(50% - 160px)!important;
    	top: auto!important;
    	bottom: -110px!important;
    	background-size: 550px!important;
	}
	#information-bonuses-gift .information-bonuses_head h1 {
		margin-top: 30px;
	}
	#send-gift {
		margin: 20px 5px
	}
	#information-bonuses-gift .title-align-left {
		text-align: center!important;
	}
	#information-bonuses-gift .certificate-nominal-card-img {
		position: absolute;
		width: 100px;
		bottom: 0;
		left: -40px;
		margin-left: 0!important;
	}
	#information-bonuses-gift .form-group-input-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#information-bonuses-gift .form-group-input-wrap div {
		margin-top: 20px!important;
		margin-left: 0!important;
		padding: 0 40px!important;
		margin-bottom: 40px!important;
		text-align: center;
	}
	#information-bonuses-gift .certificate-wrapper-block {
		position: relative;
	}
	#information-bonuses-gift .message-poz-textarea {
		padding: 15px!important;
	}
	#information-bonuses-gift .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#information-bonuses-gift #send-gift .block-width-max-800 .col-sm-6,
	#information-bonuses-gift .container.sertificat-gift-card-marg .block-width-max-800 .col-sm-6 {
		padding-right: 0!important;
	}
	#information-bonuses-gift .form-group > div {
		width: 100%;
		max-width: 500px;
	}
	#information-bonuses-gift .certificate-wrapper-block {
		-webkit-box-pack: center!important;
		    -ms-flex-pack: center!important;
		        justify-content: center!important;
	}
	#information-bonuses-gift input[type="text"].form-control, #information-bonuses-gift input[type="email"].form-control, #information-bonuses-gift input[type="tel"].form-control, #information-bonuses-gift input[type="password"].form-control, #information-bonuses-gift select.form-control, #information-bonuses-gift input[type="date"].form-control {
		margin-bottom: 5px!important;
	}
	#information-bonuses-gift .information-bonuses-gift-wrapper-input {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#information-bonuses-gift .information-bonuses-gift-wrapper-input .form-group:nth-child(1) {
		width: 100%!important;
	}
	#information-bonuses-gift .information-bonuses-gift-wrapper-input .form-group:nth-child(2) {
		width: 49%!important;
	}
	#information-bonuses-gift .information-bonuses-gift-wrapper-input .form-group:nth-child(2) input::-webkit-input-placeholder {
		font-size: 0!important;
	}
	#information-bonuses-gift .information-bonuses-gift-wrapper-input .form-group:nth-child(2) input::-moz-placeholder {
		font-size: 0!important;
	}
	#information-bonuses-gift .information-bonuses-gift-wrapper-input .form-group:nth-child(2) input:-ms-input-placeholder {
		font-size: 0!important;
	}
	#information-bonuses-gift .information-bonuses-gift-wrapper-input .form-group:nth-child(2) input::-ms-input-placeholder {
		font-size: 0!important;
	}
	#information-bonuses-gift .information-bonuses-gift-wrapper-input .form-group:nth-child(2) input::placeholder {
		font-size: 0!important;
	}
	#information-bonuses-gift .information-bonuses-gift-wrapper-input .form-group:nth-child(3) {
		width: 49%!important;
	}
	#information-bonuses-gift .information-bonuses-gift-wrapper-input .form-group:nth-child(4) {
		width: 100%!important;
	}
	.utp-products-long--descktop {
		margin-top: 0;
	}
	#information-bonuses-gift .sertificat-gift-cards-wrap {
		margin-bottom: 40px!important;
	}
	#information-bonuses-gift .sertificat-gift-card-tot {
		padding: 30px 0!important;
	}
	#information-bonuses-gift .sertificat-gift-card-total {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center!important;
		    -ms-flex-align: center!important;
		        align-items: center!important;
	}
	#information-bonuses-gift .sertificat-gift-card-total-price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center!important;
		    -ms-flex-align: center!important;
		        align-items: center!important;
		font-size: 20px!important;
	}
	#information-bonuses-gift .sertificat-gift-card-total-price span {
		margin-left: 0!important;
		font-size: 46px!important;
	}
	#information-bonuses-gift .sertificat-gift-card-total-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center!important;
		    -ms-flex-align: center!important;
		        align-items: center!important;
		margin-top: 15px;
	}
	#information-bonuses-gift .sertificat-gift-cards {
		display: block!important;
		-ms-flex-wrap: nowrap!important;
		    flex-wrap: nowrap!important;
		-webkit-box-pack: stretch!important;
		    -ms-flex-pack: stretch!important;
		        justify-content: stretch!important;
		margin: 0!important;
	}
	#information-bonuses-gift .sertificat-gift-cards label {
		width: 190px!important;
	}
	#information-bonuses-gift .sertificat-gift-cards input + span {
		top: -3px!important;
		right: -3px!important;
		width: 16px!important;
		height: 16px!important;
	}
	#information-bonuses-gift .sertificat-gift-cards input:checked + span::before {
		top: calc(50% - 5px)!important;
	    left: calc(50% - 4px)!important;
	    width: 10px!important;
	    height: 10px!important;
	}
	#information-bonuses-gift .sertificat-gift-card-marg {
		margin-bottom: 20px!important;
	}
	.mobile-filters .category__nav_sort .btn.btn-secondary.dropdown-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.logo-name {
		display: none;
	}
	.logo {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.prmn-cmngr--mobile,
	.header-logo-phone--mobile {
		display: block!important;
		margin: 0!important;
		width: 30px!important;
		height: 30px!important;
		padding-top: 13px!important;
	}
	.prmn-cmngr--mobile svg,
	.header-logo-phone--mobile svg {
		margin: 0!important;
		max-height: none!important;
	}
	.webstoryz-widget-script-wrap {
		z-index: 1;
		padding: 0!important;
		margin-left: 10px!important;
		margin-right: 0!important;
		border-radius: 10px 0 0 10px!important;
	}
	.webstoryz-widget-entry-point-card-headline {
		font-size: 14px!important;
	}
	.webstoryz-widget-provided-span.horizontal,
	.tooltip-inner {
		display: none!important;
	}
	.i-amphtml-element.i-amphtml-layout-responsive {
		width: 60px!important;
		height: 60px!important;
	}
}
#information-bonuses-gift {
	overflow: hidden;
}
.ocfilter-filter-close {
	display: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
	.tovar-full .attributes span {
		float: none!important;
	}
	
	.tovar-full #prec-slider__control {
		margin-left: 0;
	}
	
	.control-email {
		overflow: hidden;
		padding-right: 0;
	}
	
	.control-email:hover {
		position: absolute;
		right: 0;
		background: #fff;
		width: auto;
	}
	
	.control-phone {
		padding-right: 0;
	}
	
}

@media (max-width: 1200px) {
	.tovar-full__share_collapse {
		left: auto;
		right: -10px;
	}
	.tovar-full__share_collapse svg path {
		fill: #FFB1C1;
	}
	
	
	.ocf-offcanvas.hidden-md {
    display: none!important;
  }
	
	.ocfilter-mobile-handle {
		display: none!important;
	}
	.btn.btn-secondary.dropdown-toggle {
		font-size: 12px;
	}
	
	
	
	#cart-total, #cart-totald {
		display: none;
	}
	
	#header-menu a {
		padding: 0px 18px;
	}
	
	.list-lk {
		padding: 15px 15px 5px 15px;
	}
}

@media (max-width: 767px) {
	
	.ocf-offcanvas.hidden-md {
    display: inline!important;
  }
	
	.tovar-full__share_collapse {
		left: auto;
		right: -10px;
	}
	.tovar-full__share_collapse svg path {
		fill: #FFB1C1;
	}
	#ocfilter .category__nav {
		margin: 0;
	}
	#ocfilter .btn-secondary {
		font-size: 12px;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}
	#ocfilter  .dropdown-toggle {
		width: 100%;
	}
	#ocfilter .category__nav {
		width: 100%!important;
	}
	.category__nav .dropdown-menu,
	#ocfilter .category__nav .btn-group {
		width: 100%;
	}
	.category__nav .dropdown-menu {
	    padding: 0!important;
	    margin-top: 0!important;
	    -webkit-box-shadow: 0 16px 12px rgb(0 0 0 / 10%)!important;
	            box-shadow: 0 16px 12px rgb(0 0 0 / 10%)!important;
	}
	.category__nav .ocf-option-values {
		padding-left: 15px!important;
		padding-right: 15px!important;
		padding-bottom: 15px!important;
	}
	#ocfilter .flex-row + .btn-group {
		display: none;
	}
	.category__nav .open > .flex-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
	}
	.category__nav .dropdown-menu a, .category__nav .dropdown-menu label {
		font-size: 12px;
	}
	.dropdown-slide {
		min-width: 250px!important;
	}
	.ocf-offcanvas {
		width: 100%!important;
		left: -100%!important;
	}
	.ocf-offcanvas.active {
		left: 0!important;
	}
	.ocfilter-filter-close {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    padding: 15px 15px;
	    background: #FFFFFF;
		-webkit-box-shadow: 0px 4px 10px rgba(172, 172, 172, 0.15);
		        box-shadow: 0px 4px 10px rgba(172, 172, 172, 0.15)
	}
	.ocfilter-filter-close div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}
	.ocfilter-filter-close div svg {
		margin-right: 5px;
	}
	.ocfilter-mobile-handle {
		display: none!important;
	}
	.btn.btn-secondary.dropdown-toggle {
		font-size: 12px;
	}
	.filter-buttons-mobile {
	    float: right;
	}
	.filter-buttons-mobile button {
		margin: 0!important;
		padding: 0!important;
		-webkit-box-shadow: none!important;
		        box-shadow: none!important;
		border: none!important;
		background: transparent!important;
	}
	.flex-row.category__nav_sort-row {
		display: none;
		margin: -3px;
	}
	.selected-options .btn-filter {
		padding: 5px 10px;
    	margin: 3px;
	}
	
	
	#cart-total, #cart-totald {
		display: none;
	}
	
	#header-menu a {
		padding: 0px 18px;
	}
}

@media (max-width: 767px) {
	#search .tovar-full__share_collapse {
		left: auto;
	    right: 0;
	    top: 100%;
	}
}
@media (max-width: 500px) {
	.tovar-full__share_collapse {
		left: -70px;
		right: auto;
	}
	#form-review .pull-right,
	#form-review .big-btn-primary,
	#TovarShow__ProductReviews_leave,
	.product-thumb .button-group .button-group-addtocart, #ModalTovarShow .button-group-addtocart, .tovar-full .button-group-addtocart {
		width: 100%
	}
	.tovar-full .button-group-addtocart {
		padding-left: 0!important;
		padding-right: 0!important;
	}
}

@media (max-width: 975px) {
	.product-list .addtowishlist {
		bottom: 50px;
	    right: 200px;
	    top: auto;
	}
	.product-list .button-group-fastshow {
		display: none!important
	}
}


.not_available_product .button-group .button-group-addtocart {
	padding-left: 0!important;
	padding-right: 0!important;
    background: transparent!important;
    border: none!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
    font-size: 0!important;
    line-height: 0!important;
}
.not_available_product .button-group .button-group-addtocart::before {
	content: 'Узнать о поступлении';
	position: relative;
	display: block;
	color: #F88AA0;
	font-size: 16px;
	line-height: 19px;
	text-decoration: underline;
}
.product-list .not_available_product .button-group .button-group-addtocart {
	width: auto!important;
}
.product-list .not_available_product .button-group {
	-webkit-box-shadow: none!important;
	        box-shadow: none!important;
}
.not_available_product .button-group .button-group-addtocart:hover::before {
	text-decoration: none;
}
.not_available_product .button-group .button-group-addtocart span svg {
	display: none;
}
@media (max-width: 767px) {
	.product-list .addtowishlist {
	    bottom: 24px;
	    right: 110px;
	}
	.not_available_product .button-group .button-group-addtocart::before {
		font-size: 11px;
	}
	.product-list .not_available_product .addtowishlist {
		right: 135px;
	}
	.product-list .not_available_product .button-group {
		width: auto!important;
	}
	#ModalLoginReg .modal-dialog {
	    width: 100%;
		height: 100%;
		margin: 0;
		-webkit-box-pack: stretch;
		    -ms-flex-pack: stretch;
		        justify-content: stretch;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
	#ModalLoginReg .modal-content {
		width: 100%;
		height: 100%;
	}
}

.manufacturers-wrap h1 {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #4F4F4F;
	margin-bottom: 30px;
}

.manufacturer-char-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 40px;
}

.manufacturer-char-list a {
	color: #4F4F4F;
	border: 1px solid #E0E0E0;
	border-left: none;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	min-width: 30px;
	text-align: center;
	padding: 4px 12px;
}

.manufacturer-char-list a:first-child {
	border-left: 1px solid #E0E0E0;
}

.manufacturer-char-list a:hover {
	color: #FFFFFF;
	background: -o-linear-gradient(357.8deg, #F88AA0 0.75%, #FFB1C1 98.59%);
	background: linear-gradient(92.2deg, #F88AA0 0.75%, #FFB1C1 98.59%);
}

.manufacturer-row  h2 {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #4F4F4F;
	margin-bottom: 20px;
	margin-top: 30px;
}

.manufacturer-row  {
	border-bottom: 1px solid #E0E0E0;
}

.manufacturer-row a {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #4F4F4F;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-bottom: 30px;
	display: inline-block;
}

.manufacturer-row a:hover {
	color: #F88AA0;
}

.manufacturer-row:last-child {
	margin-bottom: 100px;
}

.not_available_product__control-buttons, .not_available_product__precursors {
	display: none;
}

#notify_when_available {
	z-index: 1051;
}
#notify_when_available .modal-dialog {
	margin: 100px auto;
}
#notify_when_available .modal-header {
	border: none;	
}
#notify_when_available .close {
	line-height: 12px!important;
}
#notify_when_available .modal-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #4F4F4F;
	margin-top: 20px;
}
#notify_when_available .modal-body {
	padding: 40px;
}
#notify_when_available .form-control {
	margin: 0;
	padding: 15px 13px;
	font-size: 16px;
	line-height: 19px;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	height: auto;
	resize: none;
}
#notify_when_available .form-group {
	margin-bottom: 20px;
}
#notify_when_available .form-group:last-child {
	margin-bottom: 0;
	margin-top: 30px;
}
#notify_when_available .form-group label {
	display: none;
}
#notify_when_available #notify_submit {
	width: 100%;
	margin: 0!important;
}
#notify_when_available #notify_submit {
	background: -o-linear-gradient(347.94deg, #F88AA0 0.75%, #FFB1C1 98.59%);
	background: linear-gradient(102.06deg, #F88AA0 0.75%, #FFB1C1 98.59%);
	color: #fff;
	border: solid 1px transparent;
	-webkit-box-shadow: 0px 4px 30px rgba(224, 135, 192, 0.2);
	        box-shadow: 0px 4px 30px rgba(224, 135, 192, 0.2);
	border-radius: 30px;
	font-family: "Roboto-Medium";
	font-size: 16px;
	line-height: 19px;
	padding: 10px 71px;
	margin: 10px auto;
}

@media (max-width: 600px) {
	#notify_when_available .modal-header,
	#notify_when_available .modal-dialog {
		margin: 0;
	}
	#notify_when_available .modal-dialog {
		height: 100vh;
	}
	#notify_when_available .modal-content {
		margin: 0;
	    padding: 0;
	    border: none;
	    height: 100%;
	}
	#notify_when_available .modal-body {
		padding: 10px;
	}
	#notify_when_available .modal-title {
		font-size: 14px;
		line-height: 16px;
		margin-top: 10px;
	}
	#notify_when_available .form-group {
		margin-bottom: 15px;
	}
	#notify_when_available .form-group:last-child {
		margin-bottom: 0;
		margin-top: 50px;
	}
	#notify_when_available .form-control {
		padding: 12px 15px;
		font-size: 12px;
		line-height: 14px;
	}
}

.cc-window.cc-banner, .cc-revoke.cc-bottom {
	display: none!important;
}

.header-menu-recommended svg, .header-menu-newest svg, .header-menu-discounts svg {
	display: none;
}

.header-menu-discounts a {
	padding-right: 0!important;
}

.webstoryz-widget-script-wrap {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 40px;
	padding-top: 15px;
	padding-bottom: 25px;
}

.prmn-cmngr-cities .modal-dialog {
	margin: 10px auto;
}

.Tovar__slider_wrap {
	position: relative;
}

.flags {
	margin-top: 20px;
	margin-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

.flags__flag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.flags__flag span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 40px;
	height: 40px;
	text-align: center;
}

.flags__flag .flag__special {
	background: rgba(177, 84, 201, 0.62);
	border-radius: 5px;
	color:  white;
}

.flags__flag .flag__like {
	background: rgba(119, 187, 69, 0.6);
	border-radius: 5px;
	color:  white;
}

.flags__flag .flag__new {
	background: rgba(62, 104, 212, 0.85);
	border-radius: 5px;
	color:  white;
}

.flags__flag .flag__hit {
	background: rgba(242, 201, 76, 1);
	border-radius: 5px;
	color:  white;
}

.product-layout .product-thumb  .flags {
	padding-left: 15px;
	z-index: 9;
}

.product-layout .product-thumb .flags__flag {
	padding-left: 15px;
}

.product-layout .product-thumb .flags__flag span {
	width: 30px;
	height: 30px;
}

#product-layout-list .product-layout .product-thumb .flags__flag span img {
	max-width: 20px;
}

.product-grid .product-thumb .button-group {
	z-index: 10;
}

.unique-text-block {
	margin-bottom: 90px;
}
.unique-text-block__wrap {
	font-size: 16px;
	line-height: 19px;
	color: #828282;
	max-height: 100px;
	overflow: hidden;
	position: relative;
}
.unique-text-block__wrap::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 25px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(243, 239, 240)), to(rgba(243, 239, 240, 0)));
	background: -o-linear-gradient(bottom, rgb(243, 239, 240) 20%, rgba(243, 239, 240, 0) 100%);
	background: linear-gradient(to top, rgb(243, 239, 240) 20%, rgba(243, 239, 240, 0) 100%);
}
.unique-text-block__btn {
	border: none;
	background: transparent;
	padding: 0;
	margin-top: 10px;
	font-size: 16px;
	line-height: 19px;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	color: #F88AA0;
	cursor: pointer;
}
.unique-text-block__wrap--show::before {
	display: none;
}
.unique-text-block__wrap--show {
	max-height: none;
}

@media (max-width: 767px) {
	.product-thumb .addtowishlist {
		display: block!important;
		z-index: 2;
	}
	.product-thumb .addtowishlist svg.static circle {
		stroke: #F88AA0!important;
	}
	.product-thumb .addtowishlist svg.static path {
		fill: #F88AA0!important;
	}
}
@media (max-width: 767px) {
	
	#page-bottom__Count {
		position: absolute;
		background: #F88AA0;
		font-family: "Roboto-Medium";
		font-size: 10px;
		line-height: 5px;
		padding: 6px;
		top: -5px;
		border-radius: 9px;
		color: #fff;
		left: calc(50% + 7px);
	}
	#page-bottom__Count + a svg path {
		fill: #F88AA0;
	}
	#page-bottom__Count + a span {
		color: #F88AA0;
	}
	#page-bottom__Messagers.hasNewMessagers {
		position: relative;
	}
	
	#page-bottom__Messagers.hasNewMessagers:before {
		content: '1';
		position: absolute;
		background: #F88AA0;
		font-family: "Roboto-Medium";
		font-size: 10px;
		line-height: 5px;
		padding: 6px;
		top: -5px;
		border-radius: 9px;
		color: #fff;
		left: calc(50% + 7px);
	}

	#page-bottom__Messagers.hasNewMessagers a svg path {
		fill: #F88AA0;
	}
	#page-bottom__Messagers.hasNewMessagers a span {
		color: #F88AA0;
	}
	
	.pxl-widget__grids.pxl-widget__wrapper {
	    -ms-grid-columns: (50%)[2]!important;
	    grid-template-columns: repeat(2, 50%)!important;
	}
	.fc-wrap-gift_head h5 {
		font-size: 14px!important;
		padding-top: 30px!important;
	}
	.fc-wrap-gift_head .big-btn-primary, .fc-wrap-gift_head .big-btn-primary:focus {
		padding: 9px 35px!important;
		margin: 0px auto!important;
		margin-bottom: 25px!important;
	}
	
	#chatra.chatra--expanded, #chatra.chatra--mobile-widget.chatra--expanded:not(.chatra--transparent) {
		z-index: 2147483646!important;
		top: 42px !important;
		height: calc(100% - 42px) !important;
	}
	
	#chatra.chatra--pos-right {
	    margin-bottom: 125px;
	    margin-right: -10px;
	    width: 40px!important;
	    height: 40px!important;
	}
	#chatra.chatra--expanded{
		margin-bottom: 0;
		margin-right: 0px;
	    width: 100%!important;
	    height: 100%!important;
	}
	.addtowishlist, .button-group-fastshow {
		right: 10px;
    	top: 10px;
	}
	.product-layout .product-thumb .flags__flag {
		padding-left: 0;
	}
	.product-layout .product-thumb .flags__flag span {
		width: 30px;
	    height: 30px;
	}
	.product-layout .product-thumb .flags__flag span img {
		max-width: 20px;
	}
	.unique-text-block {
		padding: 0 10px;
		margin-bottom: 30px;
	}
	.unique-text-block__wrap,
	.unique-text-block__btn {
		font-size: 12px;
		line-height: 14px;
	}
	.unique-text-block__wrap {
		max-height: 80px;
	}
	.unique-text-block__wrap--show {
		max-height: none;
	}
	.flags {
		margin-top: 10px;
	}
	.product-layout .product-thumb .flags {
		padding-left: 10px;
	}
	.cart-row__info button,
	.col-sm-1.text-center.cart-row__info {
		display: block;
	}
	.col-sm-1.text-center.cart-row__info,
	.cart-row__info button {
		width: 26px;
		height: 26px;
	}
}

.userAvatar {
	width: 28px;
	height: 28px;
	margin-left: 32px;
}

.userName {
	font-size: 14px;
	color: #404040;
}