/*@import "settings";

.outside-widgets .delete-widget-link {
  display: none;
}

.outside-widgets .add-widget-link {
  display: none;
}

.button {
	font-weight: 500;
	font-size: 1.125rem;
}


@font-face {
    font-family: 'Helvetica';
    src: url('HelveticaNeueCyr-Light.woff2') format('woff2'),
        url('HelveticaNeueCyr-Light.woff') format('woff'),
        url('HelveticaNeueCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kudryashev';
    src: url('KudryashevHeadline-Sans.woff2') format('woff2'),
        url('KudryashevHeadline-Sans.woff') format('woff'),
        url('KudryashevHeadline-Sans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Montserrat',var(--font-family-default);
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
	font-family: 'Montserrat' !important;
	letter-spacing: 0.01em;
}


a,p,span,div, li {
	letter-spacing: 0.01em !important;
}

.product-preview .sticker {
	margin-bottom: 0 !important;
	border-radius: 0 !important;
}

.product-preview .stickers {
  bottom: 0 !important;
  left: 0 !important;
  top: auto !important;
}


.add-cart-counter__btn-label {
  @media (max-width: 768px) {
    font-size: 18px !important;
  }
}

.add-cart-counter__detail-dop-text {
  @media (max-width: 768px) {
    font-size: 18px !important;
  }
}


.micro-alert-item {
	color: #fff !important;
}


@media (max-width: 768px) {
  .js-co-login-submit {
  	font-size: 18px !important;
	font-weight: 500;
  }
}

.full-column {
	grid-column: span 2;
    max-width: calc(50% - 1rem);
}

@media (max-width: 768px) {
  .full-column {
  	grid-column: auto;
	max-width: fit-content;
  }
}

[for="client_change_password"] .co-toggable_field-input--checkbox {
	display: none;
}

[for="client_change_password"] .co-input-title {
  border-bottom: 1px solid;
  width: fit-content;
  font-size: 1.125rem;
  font-weight: 500;
}



*/
/* line 118, theme.scss */
a {
  text-decoration: none !important; }
