/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/



@font-face {
   font-family: "Unica";
   font-style: normal;
   font-weight: 100;
   src: url(/bitrix/fonts/Unica77LL-Thin.otf) format('opentype');
    font-display: swap;
}
@font-face {
   font-family: "Unica";
   font-style: normal;
   font-weight: 200;
   src: url(/bitrix/fonts/Unica77LL-Light.otf) format('opentype');
    font-display: swap;
}
@font-face {
   font-family: "Unica";
   font-style: normal;
   font-weight: 400;
   src: url(/bitrix/fonts/Unica77LL-Regular.otf) format('opentype');
    font-display: swap;
}
@font-face {
   font-family: "Unica";
   font-style: normal;
   font-weight: 500;
   src: url(/bitrix/fonts/Unica77LL-Medium.otf) format('opentype');
    font-display: swap;
}
@font-face {
   font-family: "Unica";
   font-style: normal;
   font-weight: 700;
   src: url(/bitrix/fonts/Unica77LL-Bold.otf) format('opentype');
    font-display: swap;
}
@font-face {
   font-family: "Unica";
   font-style: normal;
   font-weight: 800;
   src: url(/bitrix/fonts/Unica77LL-Black.otf) format('opentype');
    font-display: swap;
}
@font-face {
   font-family: "Unica";
   font-style: normal;
   font-weight: 900;
   src: url(/bitrix/fonts/Unica77LL-ExtraBlack.otf) format('opentype');
    font-display: swap;
}




@font-face {
  font-family: 'Nanum Gothic';
  src: url('/local/templates/aspro-lite-custom/css/fonts/NanumGothic/NanumGothic-Regular.woff') format('woff'),
       url('/local/templates/aspro-lite-custom/css/fonts/NanumGothic/NanumGothic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Nanum Gothic';
  src: url('/local/templates/aspro-lite-custom/css/fonts/NanumGothic/NanumGothic-Bold.woff') format('woff'),
       url('/local/templates/aspro-lite-custom/css/fonts/NanumGothic/NanumGothic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Nanum Gothic';
  src: url('/local/templates/aspro-lite-custom/css/fonts/NanumGothic/NanumGothic-ExtraBold.woff') format('woff'),
       url('/local/templates/aspro-lite-custom/css/fonts/NanumGothic/NanumGothic-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
    font-display: swap;
}
:root {
	--border-radius: 0px;
  /*--theme-font-family: 'Nanum Gothic';*/
  --theme-font-family: 'Unica';
}
.breadcrumbs__separator {
	display: none;
}
.breadcrumbs .breadcrumbs__item {
	padding-right: 0;
	margin-right: 0;
	display: inline-flex;
}
.breadcrumbs .breadcrumbs__item:after {
	content: '/';
	display: block;
	margin: 0 8px;
	color: #c0c0c0;
}
.breadcrumbs .breadcrumbs__item:first-child:after {
	content: '|';
	margin: 0 16px;
}

.breadcrumbs .breadcrumbs__item:last-child:after {
	display: none;
}
.breadcrumbs .breadcrumbs__item-name {
	color: #c0c0c0;
	text-transform: uppercase;
}
.breadcrumbs a.breadcrumbs__item-name:hover {
	color: #000000;
}

.notice[data-type="add2cart"] {
	border-radius: 0px;
    margin: 0;
    box-shadow: none;
    width: 400px;
    border: 1px solid #f2f2f2;
}
.notice[data-type="add2cart"].animate--notice-click,
.notice[data-type="add2cart"].animate--notice-hide {
    animation: none !important;
    transform: none !important;
}
.notice[data-type="add2cart"] .animate--notice-hide .notice__closer{
    display:block;
}
.notice[data-type="add2cart"] .notice__closer {
	width: 48px;
	height: 48px;
}
.notice[data-type="add2cart"] .notice__inner {
	padding: 0;
}
.notice[data-type="add2cart"] .line-block {
	width: 100%;
    margin: 0;
}
.notice[data-type="add2cart"] .line-block > .line-block__item {
    width: 100%;
	padding: 0;
}
.notice[data-type="add2cart"] .notice__title {
	margin: 0 !important;
	width: 100%;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 0;
    text-transform: uppercase;
}
.notice[data-type="add2cart"] .notice__link-order {
	margin-top: 20px;
}
.notice[data-type="add2cart"] .notice__link-order a{
	display: block;
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 278px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #000;
    padding: 12px;
}
.notice[data-type="add2cart"] .line-block .notice__continue{
    height: auto;
    text-align: center;
    display: block;
    margin: 12px auto 20px auto;
    width: 100%;
    max-width: 278px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
}

.editorials-gallery-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  width: 100vw;
  margin-left: calc((100vw - var(--theme-page-width)) / 2 * -1);
}
.editorials-gallery-list .banner-list__item {
  max-width: 100%;
  width: 100%;
}
.editorials-gallery-list .banner-list__item-title{
  max-width: calc(100% - 90px);
  margin: 0 auto 43px auto;
  padding: 43px 0;
  border-bottom: 2px solid #000000;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 49.35px;
  text-align: center;
}
.editorials-gallery-list .banner-list__item-name{
    font-size: 20px;
}
.editorials-gallery-list .img-ratio__inner img{
  display: block;
  width: 100%;
  height: 670px;
  object-fit: cover;
  object-position: top;
}
.editorials-gallery-list-detail {
  width: 100vw;
  margin-left: calc((100vw - var(--theme-page-width)) / 2 * -1);
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-items: stretch;
}
.editorials-gallery-list-detail a div,
.editorials-gallery-list-detail .img-ratio__inner {
  height: 100%;
}
.editorials-gallery-list-detail .img-ratio__inner img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-gallery-nav__wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}
.section-gallery-nav__item {
    width: 100%;
}
.grid-list--fill-bg > .grid-list__item > div {
    border-radius: 0px;
    border: none;
}
.detail-gallery-big__item--no-image>span, .detail-gallery-big__item>a {
  height: auto;
}
.detail .detail-gallery-big-slider .detail-gallery-big__item img {
    width: 100%;
    height: auto;
}


.sku-props--detail .sku-props__title {
    display: none;
}



/*xpopup окно при клике, тригер-cd-popup-trigger*/
.img-replace {
    /* replace text with an image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
  }

  .cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
  }
  .cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    z-index: 10;
  }

  .cd-popup-container {
    position: relative;
    width: 90%;
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .cd-popup-container p {
    padding: 3em 1em;
  }
  .cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
    list-style: none;
  }
  .cd-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .cd-popup-container .cd-buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em;
  }
  .no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982;
  }
  .cd-popup-container .cd-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
  }
  .no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
  }
  .cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
  }
  .cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
  }
  .cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
  }
  .cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
  }
  .is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  @media only screen and (min-width: 1170px) {
    .cd-popup-container {
      margin: 8em auto;
    }
  }




#basket-root .basket-item-property-scu-text .basket-item-scu-item.selected {
  background: #fff;
  color: var(--theme-base-color);
}
.catalog-block__info-inner .price {
	text-align: center;
}

.notice[data-type="add2favorite"] {
    border-radius: 0px;
    margin: 0;
    box-shadow: none;
    width: 400px;
    border: 1px solid #f2f2f2;
}
.notice[data-type="add2favorite"].animate--notice-click,
.notice[data-type="add2favorite"].animate--notice-hide {
    animation: none !important;
    transform: none !important;
}
.notice[data-type="add2favorite"] .animate--notice-hide .notice__closer{
    display:block;
}
.notice[data-type="add2favorite"] .notice__closer {
    width: 48px;
    height: 48px;
}
.notice[data-type="add2favorite"] .notice__inner {
    padding: 0;
}
.notice[data-type="add2favorite"] .line-block {
    width: 100%;
    margin: 0;
}
.notice[data-type="add2favorite"] .line-block > .line-block__item {
    width: 100%;
    padding: 0;
}
.notice[data-type="add2favorite"] .notice__title {
    margin: 0 !important;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 0;
    text-transform: uppercase;
}
.notice[data-type="add2favorite"] .notice__link-order {
    margin-top: 20px;
}
.notice[data-type="add2favorite"] .notice__link-order a{
    display: block;
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 278px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #000;
    padding: 12px;
}
.notice[data-type="add2favorite"] .line-block .notice__continue{
    height: auto;
    text-align: center;
    display: block;
    margin: 12px auto 20px auto;
    width: 100%;
    max-width: 278px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
}

.stores-list__items__inner{
    max-height: 221px;
    overflow-y: hidden;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.stores-list__item:first-child{
    border-top: none;
}
.stores-list__item:last-child{
    border-bottom: none;
}
.mCSB_scrollTools_vertical{
    opacity: 1!important;
}
.mCSB_scrollTools{
    width: 10px;
}
.mCSB_inside>.mCSB_container{
    margin-right: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #A5A5A5!important;
    opacity: 1!important;
    width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    width: 2px;
}

#catalog-detail__stock-aval .form.popup .form-body {
  padding-left: 0;
  padding-right: 0;
 }
#catalog-detail__stock-aval .status-icon {
  color: #000;
}
#catalog-detail__stock-aval .stores-list__item.color-theme-parent-all {
  border-color: #000;
}
#catalog-detail__stock-aval .stores-list__item.color-theme-parent-all:nth-child(n+2) {
  border-top: none;
}
#catalog-detail__stock-aval .stores-list__item .line-block {
  padding: 0;
  margin: 0;
  align-items: center;
}
#catalog-detail__stock-aval .stores-list__item .line-block__item {
  padding: 10px;
}

@media (max-width: 1500px) {
  .editorials-gallery-list,
  .editorials-gallery-list-detail {
    margin-left: calc(var(--theme-page-width-padding) * -1);
  }
}
.bxmaker-authuserphone-button__inner {
background: #000 !important;
}
.bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input__field {
border-color: #000 !important;
}
a.bxmaker-authuserphone-link,
.bxmaker-authuserphone-input-phone__validation,
.bxmaker-authuserphone-message {
color: #000 !important;
}


.sites {
    position: relative;
}
.sites__dropdown {
    position: absolute;
    top: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    left: 0;
}
.sites__dropdown .dropdown {
    margin: 7px 0 0;
    background-color: var(--card_bg_black);
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}
a.sites__option.font_xs.dark-color {
    white-space: nowrap;
    font-size: 15px;
    font-weight: 600;
}
.colored:hover, .dark-color:not(.active) {
    color: #333;
    color: var(--white_text_black);
    text-decoration: none;
}
a.sites__option {
    padding: 8px 18px;
}
.sites__select {
    cursor: pointer;
}
.line-block__item .sites__select span {
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
}
.sites__select.flexbox {
	padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sites:hover .sites__dropdown {
    opacity: 1;
    visibility: visible;
}

.catalog-detail__offers .sku-props__values > .line-block__item.disabled-size {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: rgba(217, 217, 217, 1) !important;
  opacity: 1 !important;
  color: #000 !important;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: 0;
  padding: 0 14px !important;
}
.catalog-detail__offers .sku-props__values > .line-block__item.disabled-size:before {
  content: '';
  display: block;
}
.catalog-detail__offers .sku-props__values > .line-block__item.disabled-size .sku-props__value {
  background: rgba(217, 217, 217, 1) !important;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}
.catalog-detail__offers .sku-props__values > .line-block__item.disabled-size .sku-prop__subscribe {
  width: fit-content;
  margin-left: auto;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  line-height: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.catalog-detail__offers .sku-props__values > .line-block__item.disabled-size .sku-prop__subscribe:hover {
  text-decoration: none;
}

.order__status__steps {
	display: none;
}
.new-block-detail .detail-block .catalog-block .switcher-title {
	font-weight: 400;
}

.header__main-right .line-block>.line-block__item .sites {
	display: none;
}
.footer-sites {
	margin-top: 15px;
	display: flex;
    align-items: center;
    gap: 5px;
}
.footer-sites img,
.footer-sites svg {
	margin-right: 5px;
}
.footer-sites a {
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	border-bottom: 1px solid #000;
}
.footer-sites a:hover {
	border-bottom-color: rgba(0,0,0,0);
}


.contacts-items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 80px;
	margin-bottom: 80px;
}
.contacts-items-card__title {
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
	color: #000000;
}
.contacts-items-card__desc {
    margin-top: 15px;
    font-size: 16px;
    line-height: 25px;
	color: #000000;
}
.contacts-items-card__btn {
    margin-top: 10px;
    width: fit-content;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
	color: #000000;
}
.contacts-items-card__btn:hover {
    text-decoration: none;
}
#catalog-detail__stock-aval .stores-list__item .line-block__item {
	padding: 18px 10px;
	line-height: 15px;
}
#catalog-detail__stock-aval .stores-list__item .line-block__item:first-child div {
	/*font-size: 0px;*/
	line-height: 1;
	color: #000000;
}
#catalog-detail__stock-aval .stores-list__item .line-block__item:first-child div br {
	display: none;
}
#catalog-detail__stock-aval .stores-list__item .line-block__item:first-child div strong,
#catalog-detail__stock-aval .status-icon {
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	color: #000000;
}
#catalog-detail__stock-aval a.status-icon:hover {
	text-decoration: none !important;
}
body.header-v2 {
    padding-top: 91px;
}
@media (max-width: 1200px) {
	.contacts-items {
		grid-gap: 40px;
		margin-bottom: 40px;
	}
}

.new_stick.sticker_offline-only,
.new_stick.sticker_ordynka-only,
.new_stick.sticker_nikitskaya-only {
	padding: 13px 0 18px 0;
	font-weight: 800;
	font-size: 15px;
	line-height: 22px;
	color: #000000;
	text-align: center;
}
.new_stick-detail.sticker-detail_offline-only,
.new_stick-detail.sticker_ordynka-only,
.new_stick-detail.sticker-detail_nikitskaya-only {
	position: absolute;
    left: 14px;
    top: 8px;
    z-index: 101;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
}

.modal-store-address {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-store-address__wrap {
	position: relative;
	max-width: 468px;
}
.modal-store-address__close {
	background: none;
	border: none;
	outline: none !important;
	padding: 0;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 10;
}
.modal-store-address__close svg {
	display: block;
}
.modal-store-address__img img {
	display: block;
	width: 100%;
	object-fit: contain;
}
.modal-store-address__body {
	background: #fff;
	padding: 30px 14px 45px 14px;
	color: rgba(0, 0, 0, 1);
}
.modal-store-address__title {
	margin-bottom: 19px;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
}
.modal-store-address__desc {
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
}
@media (max-height: 800px) {
	.modal-store-address__img img {max-height: 60vh;}
}


.page-calendar {
	padding-bottom: 2.604vw;
	font-family: 'Helvetica';
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.page-calendar__image {
	margin-bottom: 1.667vw;
}
.page-calendar__image img{
	display: block;
	max-width: 100%;
}
.page-calendar__title {
	margin-bottom: 2.604vw;
	font-weight: 700;
	font-size: 0.729vw;
	line-height: 100%;
	text-align: center;
}
.page-calendar__form {
	padding: 0 1.042vw;
}
.page-calendar__form .subscribe-form input{
	border: none;
	outline: none;
	border-radius: none;
	display: block;
	width: 100%;
	font-family: 'Helvetica';
	font-size: 0.625vw;
	line-height: 3;
	text-transform: uppercase;
	border-bottom: 0.052vw solid #000000;
	margin-bottom: 0.521vw;
}
.page-calendar__form .subscribe-form .btn{
	border: none;
	outline: none;
	display: block;
	width: 100%;
	background: #000;
	color: #fff;
	padding: 0.521vw 0.781vw;
	cursor: pointer;
	font-size: 0.833vw;
	text-transform: uppercase;
	font-family: 'Helvetica';
}
.page-calendar__form .EMAIL-text-focus {
	margin-top: 0.521vw;
	font-size: 0.625vw;
	text-transform: uppercase;
	color: #b8b8b8;
}
.page-calendar__form .EMAIL-text-focus a {
	color: #b8b8b8;
}
.page-calendar__form .EMAIL-text-focus a:hover {
	text-decoration: none;
}

@media (max-width: 991px) {
	.page-calendar__image {
		margin-bottom: 25px;
	}
	.page-calendar__title {
		margin-bottom: 50px;
		font-size: 14px;
	}
	.page-calendar__form {
		padding: 0 15px;
	}
	.page-calendar__form .subscribe-form input{
		font-size: 12px;
		margin-bottom: 10px;
		border-bottom-width: 1px;
	}
	.page-calendar__form .subscribe-form .btn{
		padding: 10px;
		font-size: 16px;
	}
	.page-calendar__form .EMAIL-text-focus {
		margin-top: 10px;
		font-size: 12px;
	}
}

.new_stick-detail.sticker-detail_offline-only,
.new_stick-detail.sticker_ordynka-only,
.new_stick-detail.sticker-detail_nikitskaya-only {
	left: 15px;
	top: 15px;
}
.sticker__item--sale,
.sticker__item--aktsiya,
.sticker__item--stock {
	padding: 0;
	height: auto;
	background: none;
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
}
.catalog-block__item .sticker__item--stock{
	font-size: 1.125rem;
	line-height: calc(1em + 7px);
}