@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #FFFFFF);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #9e9e5b);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #aaaa6a);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #b3b37b);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #d0d0ac);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #86ba41);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #91c252);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #9ec965);
  --color-accent-text-major-shade-is-light: var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #c2dd9f);
  --color-accent-text-half-shade-is-light: var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark: var(--draft-color-text-dark, #3F3B3B);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #534e4e);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #676161);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #a19b9b);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, elementary);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 6px);
  --color-notice-warning: var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark: var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark: var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark: var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family: var(--draft-font-family, "PT Root UI");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "PT Root UI");
  --heading-ratio: var(--draft-heading-ratio, 1.3);
  --heading-weight: var(--draft-heading-weight, 400);
  --collection_count: var(--draft-collection_count, 14);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, hidden);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar: var(--draft-delta_sidebar, 2);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, false); }

@font-face {
  font-family: 'TTDrugsRegular';
  src: url("https://static.insales-cdn.com/files/1/2779/20736731/original/TTDrugsRegular.ttf") format("truetype"); }
/* line 7, custom-fonts.scss */
.product__description-content p, .product__description-content span, .product__description-content div {
  font-family: "TTDrugsRegular" !important; }

/* line 14, custom-fonts.scss */
.product__short-description p, .product__short-description span, .product__short-description div {
  font-family: "TTDrugsRegular" !important; }

/* line 20, custom-fonts.scss */
.article-content p, .article-content span, .article-content div {
  font-family: "TTDrugsRegular" !important; }

/* line 2, _custom.scss */
.widget-type_widget_v4_footer_18_2c95a1f2df017b6563a873971eb3c6a3 .footer-wrap {
  display: flex;
  justify-content: center; }
/* line 7, _custom.scss */
.widget-type_widget_v4_footer_18_2c95a1f2df017b6563a873971eb3c6a3 .footer__area-social .social-items {
  justify-content: center; }
/* line 11, _custom.scss */
.widget-type_widget_v4_footer_18_2c95a1f2df017b6563a873971eb3c6a3 .footer__area-sidebar {
  text-align: center; }
/* line 14, _custom.scss */
.widget-type_widget_v4_footer_18_2c95a1f2df017b6563a873971eb3c6a3 .footer-top {
  gap: 15rem; }
/* line 17, _custom.scss */
.widget-type_widget_v4_footer_18_2c95a1f2df017b6563a873971eb3c6a3 .footer-bottom {
  display: block;
  padding: 0; }

/* line 25, _custom.scss */
.widget-type_widget_v4_footer_18_2c95a1f2df017b6563a873971eb3c6a3 .footer__area-logo .footer__logo img {
  width: 67%;
  height: auto; }

/* line 29, _custom.scss */
.widget-type_widget_v4_footer_18_2c95a1f2df017b6563a873971eb3c6a3 .footer__phone:last-child {
  font-weight: 600;
  font-size: 1rem; }

@media screen and (max-width: 767px) {
  /* line 34, _custom.scss */
  .widget-type_widget_v4_footer_18_2c95a1f2df017b6563a873971eb3c6a3 .footer-wrap .footer-bottom {
    flex-direction: column; }

  /* line 37, _custom.scss */
  .widget-type_widget_v4_footer_18_2c95a1f2df017b6563a873971eb3c6a3 .footer__phone:last-child {
    font-size: 17px; }

  /* line 40, _custom.scss */
  .widget-type_widget_v4_footer_18_2c95a1f2df017b6563a873971eb3c6a3 .footer-top {
    gap: 2rem; }

  /* line 43, _custom.scss */
  .widget-type_widget_v4_footer_18_2c95a1f2df017b6563a873971eb3c6a3 .footer__area-logo .footer__logo img {
    width: 70%; }

  /* line 46, _custom.scss */
  .widget-type_widget_v4_footer_18_2c95a1f2df017b6563a873971eb3c6a3 .footer-wrap .footer-top .footer__area-sidebar {
    align-items: start;
    margin-right: 21px;
    padding-left: 8px; } }
/* line 53, _custom.scss */
.widget-type_widget_v4_product_6_0eaa1ac3dba0447c301e5fb37c0dff44 .product__full-description {
  line-height: 0.85; }

/* line 57, _custom.scss */
.widget-type_widget_v4_product_6_0eaa1ac3dba0447c301e5fb37c0dff44 .product__block-title {
  padding: 1rem 0; }

/* line 61, _custom.scss */
.widget-type_widget_v4_product_6_0eaa1ac3dba0447c301e5fb37c0dff44 .add-cart-counter__btn {
  width: 64%;
  border-radius: 6px;
  height: 42px; }

@media (max-width: 767px) {
  /* line 69, _custom.scss */
  .product__reviews {
    border-top: 2px solid var(--bg-minor-shade); } }
/* line 74, _custom.scss */
.widget-type_widget_v4_product_6_0eaa1ac3dba0447c301e5fb37c0dff44 .product .option-selector .option-value.is-radio > span, .widget-type_widget_v4_product_6_0eaa1ac3dba0447c301e5fb37c0dff44 .product .option-selector .option-value.is-radio.is-span, .widget-type_widget_v4_product_6_0eaa1ac3dba0447c301e5fb37c0dff44 .product .option-selector .option-value.is-span > span, .widget-type_widget_v4_product_6_0eaa1ac3dba0447c301e5fb37c0dff44 .product .option-selector .option-value.is-span.is-span {
  border-radius: 6px; }

/* line 78, _custom.scss */
.widget-type_widget_v4_banner_parallax_1_b2e598d6c8efd585c887ebaed63c0431 .banner-list__item-button .button.button_size-m {
  font-size: 0.875rem;
  padding: 0;
  white-space: normal;
  min-height: 27px;
  height: auto;
  background: none;
  border-bottom: 2px solid;
  outline: none; }

/* line 89, _custom.scss */
.widget-type_widget_v4_banner_parallax_1_b2e598d6c8efd585c887ebaed63c0431 .banner-list__item .banner-list__item-title {
  font-weight: 100; }

/* line 94, _custom.scss */
.header__logo img {
  max-width: unset !important; }

@media (max-width: 768px) {
  /*	
    .header__logo img {
  		width: 200px !important;
  		max-width: unset !important;
  		margin-left: -15px;
  	}
  */ }
/* line 108, _custom.scss */
.header.editor-true.header_no-languages {
  margin-top: 10px; }

/*
@media screen and (max-width: 767px){
.widget-type_widget_v4_header_7_6a9068d8f6c6b906ed3d416d951e5107 {
	height: 66px !important;
}
}
*/
@media screen and (max-width: 767px) {
  /* line 121, _custom.scss */
  .widget-type_widget_v4_header_7_6a9068d8f6c6b906ed3d416d951e5107 .header__logo img {
    max-height: 12.5rem !important; }

  /*
    .header__control-btn.header__cabinet {
  	display: none !important;
    }
  */ }
/* line 132, _custom.scss */
main a.banner-list__item-title {
  font-size: 35px !important; }

@media screen and (max-width: 980px) {
  /* line 141, _custom.scss */
  main a.banner-list__item-title {
    font-size: 18px !important;
    font-weight: 800 !important; } }
/* line 150, _custom.scss */
.widget-type_widget_v4_page_banner_3_544ef77efc52ace53659a9861848c79c .banner-list__item-image img {
  max-width: 100%;
  height: 500px;
  width: 100%;
  object-fit: cover; }

/* line 157, _custom.scss */
.tabs__head-item.is-active {
  border: none !important; }

/* line 161, _custom.scss */
.tabs__head-label-custom {
  font-size: 1rem !important; }

/* line 165, _custom.scss */
.tabs__content .product-preview__buy {
  justify-content: center; }

/* line 168, _custom.scss */
.tabs__content .product-preview__buy .product-preview__price-cur {
  font-size: .8rem;
  font-weight: bold; }

/* line 175, _custom.scss */
.layout input,
textarea {
  border-radius: 10px !important;
  opacity: 0.5; }

/* line 181, _custom.scss */
.layout span {
  font-size: 1rem; }

/* line 185, _custom.scss */
.layout h1 {
  font-size: 1.5rem; }

/* line 188, _custom.scss */
.layout h2 {
  font-size: 1.3rem; }

/* line 191, _custom.scss */
.co-title--h2,
.co-basket_total-price {
  font-size: 1.3rem; }

/* line 197, _custom.scss */
.co-button {
  border-radius: 6px !important; }

/* line 202, _custom.scss */
.title__product-custom {
  font-size: 1.3rem !important; }

/* line 206, _custom.scss */
.collection__title-custom {
  font-size: 0.9rem !important; }

/* line 210, _custom.scss */
.collection__discription-custom {
  font-size: 0.775rem !important; }

/* line 214, _custom.scss */
.navigation-bar__title-custom {
  font-size: 0.8rem !important; }

@media screen and (max-width: 767px) {
  /* line 220, _custom.scss */
  .tabs__head-label {
    font-size: 1.3rem !important; }

  /* line 223, _custom.scss */
  .is-show .header__collections-submenu-content {
    display: block; }

  /* line 227, _custom.scss */
  .widget-type_widget_v4_promo_slider_11_f97ea4060f6c9d30b92f63d7587e0b46 .promo-slider__item-photo .img-ratio {
    min-height: 375px; }

  /* line 232, _custom.scss */
  .widget-type_system_widget_v4_products_related_4 .product-preview__buy {
    justify-content: center !important; } }
/* line 237, _custom.scss */
.sticker {
  border-radius: 3px !important; }

/* line 241, _custom.scss */
.widget-type_system_widget_v4_page_title_1 .page-headding {
  text-align: center; }

/* line 245, _custom.scss */
.widget-type_widget_v4_page_banner_1_1_a253e8bab20117d8c7f6d6809497c237 .banner-list__item-title {
  line-height: 1.5 !important; }

/* line 248, _custom.scss */
[data-sticker-title="sale-prod"] {
  background-color: white;
  color: #E08340 !important; }

/* line 252, _custom.scss */
.widget-type_widget_v4_product_6_0eaa1ac3dba0447c301e5fb37c0dff44 .product__short-description {
  padding-top: 0; }

/* line 255, _custom.scss */
.widget-type_widget_v4_product_6_0eaa1ac3dba0447c301e5fb37c0dff44 .product__title {
  margin-bottom: 1rem; }

/* line 259, _custom.scss */
.label-product-card {
  font-size: 12px !important; }

@media screen and (max-width: 767px) {
  /* line 263, _custom.scss */
  .widget-type_widget_v4_product_6_0eaa1ac3dba0447c301e5fb37c0dff44 .product__price-cur, .widget-type_widget_v4_product_6_0eaa1ac3dba0447c301e5fb37c0dff44 .product__price-old {
    font-weight: bold !important; } }
/* line 267, _custom.scss */
.widget-type_widget_v4_product_6_0eaa1ac3dba0447c301e5fb37c0dff44 .product__price-old {
  color: #8b8b8b;
  padding-right: 15px; }
  /* line 271, _custom.scss */
  .widget-type_widget_v4_product_6_0eaa1ac3dba0447c301e5fb37c0dff44 .product__price-old:empty {
    padding: 0; }

/* line 276, _custom.scss */
.widget-type_widget_v4_product_6_0eaa1ac3dba0447c301e5fb37c0dff44 .product__title {
  font-weight: bold !important;
  color: #000000; }

@media (max-width: 768px) {
  /* line 283, _custom.scss */
  .widget-type_widget_v4_product_6_0eaa1ac3dba0447c301e5fb37c0dff44 .product-form__area-controls {
    height: 60px; } }
/* line 288, _custom.scss */
.widget-type_widget_v4_product_6_0eaa1ac3dba0447c301e5fb37c0dff44 .product .splide__pagination__page {
  background: none;
  border: 1px solid #9e9e5b; }

/* line 292, _custom.scss */
.widget-type_widget_v4_product_6_0eaa1ac3dba0447c301e5fb37c0dff44 .product .splide__pagination__page.is-active {
  background: #9e9e5b !important; }

/* line 295, _custom.scss */
.product__short-description {
  font-size: 15px; }

/* line 298, _custom.scss */
.benefit-product {
  padding: 20px 0;
  display: flex;
  flex-direction: column; }

/* line 303, _custom.scss */
.benefit-product span {
  display: flex;
  align-items: center;
  margin: 3px 0; }

/* line 308, _custom.scss */
.benefit-product a {
  color: #9e9e5b;
  font-size: 13px; }

@media screen and (min-width: 480px) {
  /* line 312, _custom.scss */
  .widget-type_widget_v4_header_7_6a9068d8f6c6b906ed3d416d951e5107.out-animation {
    overflow: visible !important; } }

@media screen and (min-width: 480px) {
  /* line 317, _custom.scss */
  .widget-type_widget_v4_header_7_6a9068d8f6c6b906ed3d416d951e5107.out-animation .header__area-logo {
    visibility: hidden !important;
    opacity: 0 !important; } }

/* line 324, _custom.scss */
.widget-type_widget_v4_header_7_6a9068d8f6c6b906ed3d416d951e5107.out-animation .header__area-collections {
  margin: -45px 0 0 !important;
  opacity: 1 !important; }

/* line 329, _custom.scss */
.js-special-products .special-products__title {
  margin-bottom: 2rem; }

/* line 332, _custom.scss */
.js-special-products .special-products__link-all {
  padding-top: 2rem; }

/* line 8, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 12, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 16, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 21, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 24, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 27, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 33, theme.scss */
.widget-type_widget_v4_banner_list_8_ca7183de28848399f8e93e460a3ebe6b .banner-list__item:nth-child(2n + 1),
.widget-type_system_widget_v4_banner_list_8 .banner-list__item:nth-child(2n + 1) {
  grid-column: auto /span 6; }

/* line 38, theme.scss */
.widget-type_widget_v4_banner_list_8_ca7183de28848399f8e93e460a3ebe6b .banner-list__item:nth-child(2n),
.widget-type_system_widget_v4_banner_list_8 .banner-list__item:nth-child(2n) {
  grid-column: auto /span 6; }

/* line 45, theme.scss */
.product-preview__area-title {
  text-align: center;
  margin: 15px 0 0 0; }

/* line 51, theme.scss */
.widget-type_system_widget_v4_catalog_3 .product-preview__buy {
  justify-content: center; }

/* line 55, theme.scss */
.product-preview__controls .add-cart-counter,
a.button.product-preview__detail-select-btn,
.product-preview__controls {
  display: none; }

/* line 61, theme.scss */
.widget-type_system_widget_v4_catalog_3[style*="--product-info-accent:price"] .product-preview__price-cur,
.widget-type_system_widget_v4_catalog_3 .product-preview__price-label {
  font-size: 1rem;
  font-weight: 400; }

/* line 68, theme.scss */
.footer__wrap .phone-info,
footer a.nav__menu-link {
  font-size: 12px; }

/* line 74, theme.scss */
.widget-type_system_widget_v4_product_6 .product__block-title {
  font-size: 1rem;
  padding: 0.9rem 0; }

@media (max-width: 767px) {
  /* line 80, theme.scss */
  .widget-type_system_widget_v4_product_6 .product__block-title {
    border: none;
    padding: 0.8rem 0; } }
/* line 85, theme.scss */
.layout.widget-type_widget_v4_promo_slider_11_f97ea4060f6c9d30b92f63d7587e0b46 .layout__content {
  max-width: 100% !important; }

/* было important, убрал по http://joxi.ru/1A5q9EBS4PJRZA */
/* line 90, theme.scss */
.hidden {
  display: none; }

/* Dolyame */
/* line 98, theme.scss */
.product-form__area-dolyame {
  margin-bottom: 15px; }

/* line 102, theme.scss */
.product-form__area-dolyame .product-dolyame-link {
  display: block;
  width: 100%;
  max-width: 320px;
  margin-top: 10px;
  color: #000 !important;
  text-decoration: none; }

/* line 110, theme.scss */
.product-form__area-dolyame .product-dolyame-link-inner {
  display: flex;
  /* justify-content: space-between; */
  align-items: center; }

/* line 115, theme.scss */
.product-form__area-dolyame .product-dolyame-link-more {
  display: inline-block;
  margin-top: 5px;
  border-bottom: 1px dashed #000;
  font-size: 13px; }

/* line 121, theme.scss */
.product-form__area-dolyame .product-dolyame-link-more:hover {
  border-bottom: 1px solid #fff; }

/* line 124, theme.scss */
.product-form__area-dolyame .product-dolyame-logo {
  width: 90px;
  margin-right: 10px; }

/* line 128, theme.scss */
.product-form__area-dolyame .product-dolyame-txt {
  font-size: 14px; }

@media (max-width: 768px) {
  /* line 133, theme.scss */
  .product-form__area-dolyame .product-dolyame-link {
    /* justify-content: center !important; */
    max-width: 100% !important; }

  /* line 137, theme.scss */
  .product-form__area-dolyame .product-dolyame-logo {
    width: 100px; }

  /* line 140, theme.scss */
  .product-form__area-dolyame .product-dolyame-txt {
    font-size: 13px; } }
/* line 146, theme.scss */
#dolyame_popup {
  width: 600px;
  padding: 20px;
  text-align: center;
  background-color: #fff !important; }

@media (max-width: 767px) {
  /* line 154, theme.scss */
  #dolyame_popup {
    max-width: 100%;
    min-height: 380px; } }
/* line 159, theme.scss */
.dolyame-popup__heading {
  font-size: 25px;
  width: 400px;
  line-height: 28px;
  color: #000 !important;
  margin: 0 auto 0 auto;
  font-weight: 600; }

@media (max-width: 767px) {
  /* line 168, theme.scss */
  .dolyame-popup__heading {
    width: 100%;
    font-size: 17px;
    line-height: 21px; } }
/* line 174, theme.scss */
.dolyame-popup__logo {
  width: 150px;
  margin: 10px auto 15px auto; }

/* line 178, theme.scss */
.dolyame-popup__txt-before {
  font-size: 15px;
  color: #000 !important;
  margin: 10px auto 10px auto;
  width: 400px; }

@media (max-width: 767px) {
  /* line 185, theme.scss */
  .dolyame-popup__txt-before {
    width: 100%;
    margin: 5px 10px 15px 10px;
    line-height: 19px; } }
/* line 191, theme.scss */
.dolyame-popup__txt-after {
  font-size: 12px;
  margin-top: 5px;
  color: #000 !important; }

/* end Dolyame */
/* line 200, theme.scss */
.header-wrapper.un-index {
  background-color: #9E9E5B !important;
  background-image: unset !important; }

/* line 204, theme.scss */
.header-wrapper.un-index > div {
  background-image: unset !important; }
