
@font-face {
    font-family: "Roboto";
    src: url("/catalog/view/theme/prostore/fonts/Roboto-Thin.woff2") format("woff2"), url("/catalog/view/theme/prostore/fonts/Roboto-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("/catalog/view/theme/prostore/fonts/Roboto-Light.woff2") format("woff2"), url("/catalog/view/theme/prostore/fonts/Roboto-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.mt-30 {
    margin-top: 30px;
}

.lh-1-6 {
    line-height: 1.6;
}

/* ===== For Investors Start ===== */

.docs-section {
    padding: 10px 0;
}

.docs-section h2 {
    font-size: 2.8rem;
    font-weight: 500;
    margin: 70px 0 30px 0;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 15px;
}

.docs-section .doc-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: inherit;
    border-radius: 6px;
    padding: 20px 24px 20px 20px;
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
    gap: 15px;
    line-height: 1.5;
    background: #ffffff;
    height: 100%;
    box-sizing: border-box;
}

.docs-section .col-xs-12, .docs-section .col-sm-6, .docs-section .col-md-4, .docs-section .col-lg-3 {
    margin-bottom: 20px;
}

.docs-section .doc-item:hover,
.docs-section .doc-item:focus {
    background: #ebebf0;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    text-decoration: none;   
}
 
.docs-section .doc-icon {
    display: flex;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;          
    align-items: flex-start;
}

.docs-section .doc-icon img {
    display: block;            
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: none;         
    object-fit: contain;
    -webkit-flex: 0 0 40px;    
    flex: 0 0 40px; 
    filter: hue-rotate(350deg);          
}


.docs-section .doc-label {
    font-size: 16px;
    word-break: break-word;
    line-height: 1.4;
}
    
.requisites ul.ul-requisites li:after{
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 25%;
    background: #ce2024;
}

.requisites ul.ul-requisites li {
    padding: 1rem 0 0 2rem;
    margin: 0;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
}

.requisites ul.ul-requisites {
    margin: 0 0 3rem 2rem;
    padding: 0;
    list-style: none;
}

.requisites .banki {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 40px;
}

.requisites .banki .item {
    background-color: #fff;
    padding: 25px 40px;
    margin-right: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.requisites .item p {
    margin-bottom: 2rem;
}

.requisites .item-text {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0.8rem;
    padding-left: 5px;
}

.requisites .item img:last-child {
    padding-left: 5px;
}

.requisites p {
    font-size: 16px;
    line-height: 1.6;
}

.docs-section .lh-1-6 a {
    text-decoration: underline;
}


@media (max-width: 1024px) {
    .requisites .banki {
        grid-template-columns: 1fr;
    }
.requisites .item img:last-child {
    padding-bottom: 10px;
}
}

@media (max-width: 767px) {
    .docs-section .doc-label {
        font-size: 14px;
    }
    .docs-section h2 {
        font-size: 2.4rem;
        margin: 50px 0 30px 0;
    }
    .docs-section .lh-1-6 a {
        word-break: break-word;
        white-space: normal;
        overflow-wrap: break-word;
    }
}

@media (min-width: 1025px) {
    .requisites .item p {
        height: 75px;
    }
}


.docs-section .steps-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 90px;
}

.docs-section .step {
  background: #ffffff;
  padding: 10px 35px 30px 45px;
  border-radius: 8px;
  flex: 1;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.docs-section .step-icon {
  font-size: 70px;
  color: #d9534f;
  margin-bottom: 15px;
}

.docs-section .step-number {
  font-size: 68px;
  font-weight: 700;
  color: #ce2024;
}

.docs-section .step-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.4;
}

.step-text {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}

.step-text i {
  color: #ce2024;
  font-size: 18px;
}

.step-text div {
  margin-top: 10px;
}

.docs-section .step-text a {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .docs-section .steps-wrapper {
    flex-direction: column;
    margin-bottom: 70px;
  }
}

/*Main page - Brands*/

a.brands-featured__item {
    width: 225px;
    border-radius: 7px;
}

.brands-featured__item-image img {
    max-width: 180px;
    background: #ffffff;
    padding: 10px;
}


.brands-featured__item-image {
    background: #ffffff;
    border-radius: 7px;
}
@media (max-width: 1199px) {
a.brands-featured__item {
    width: 155px;
  }    
}    
@media (min-width: 1200px) and (max-width: 1400px) {
a.brands-featured__item {
    width: 180px;
}   
}  

/*Main page*/

.page-homepage .brands-featured__title {
    margin: 0 0 2.5rem;
    font-size: 2.8rem;
}

.page-homepage .brands-featured__title, .page-homepage .set__title, .page-homepage .video__title, .page-homepage .benefits__title, .page-homepage .news-featured__title, .page-homepage .reviews-featured__title, .page-homepage .categories__title, .page-homepage .blog-featured__title, .page-homepage .products-featured__title, .page-homepage .stories-features__title  {
    margin: 0 0 2.5rem;
    font-size: 2.8rem;
}

@media (max-width: 767px) {
.page-homepage .brands-featured__title, .page-homepage .set__title, .page-homepage .video__title, .page-homepage .benefits__title, .page-homepage .news-featured__title, .page-homepage .reviews-featured__title, .page-homepage .categories__title, .page-homepage .blog-featured__title, .page-homepage .products-featured__title, .page-homepage .stories-features__title  {
    font-size: 2rem;
}
}

/*Product Card*/

.review-lab  {
   margin: 1rem 0 7rem 0;
 }  

.parts-presentation  {
    margin-top: 2rem;
 }  

@media (min-width: 992px) {
.parts-presentation  {
      padding: 0 12rem;
 } 
}

.liebherr-price-banner h2 {
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 0;
    grid-gap: 15px;
    background: #ffd000;
    padding: 45px;
    justify-content: center;
    font-weight: 300;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 3.2rem;
}

.liebherr-price-banner h2 img {
    width: 216px;
}

@media (max-width: 768px) {
	.liebherr-price-banner h2 {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
        line-height: 1.4;
        text-align: center;
    }
}

@media (max-width: 310px) {
	.liebherr-price-banner h2 {
        font-size: 16px;
    }
  .liebherr-price-banner h2 img {
    width: 179px;
    }
}

.product-card .liebherr-price-banner {
   margin-top: -3.7rem;
 }  

@media (max-width: 1199px) { .product-card .liebherr-price-banner {
     margin-top: -2rem;
    }   
 }
 
 
/*Breadcrumbs Order*/


.breadcrumbs__menu {
  order: 1;
  padding-bottom: 15px;
}

.breadcrumbs__title {
  order: 2;
}

.breadcrumbs__counter {
  order: 3;
}

h1.brand-title {
    font-size: 44px;
    font-weight: 700;
    margin: 10px auto 30px auto;
    text-align: center;
}

@media (max-width: 1023px) {
    h1.brand-title {
        font-size: 38px;
        margin-top: 20px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    h1.brand-title {
        font-size: 28px;
        margin: 0 auto 20px auto;
    }
}

.brand-plane {
    text-align: center;
    margin: -10px 0 40px 0;
}

.brand-plane img {
    width: 220px;
}

.price-vat {
    font-size: 16px;
    color: #bdc2d4;
    margin-left: 10px;
    font-weight: 400;
    margin-top: 10px;
}

/* Advantages block: compact B2B look */
/* container */
.p-advantages{
  display:flex;
  flex-wrap:wrap;
  gap:18px 22px;
  padding:16px 0;
}

/* item */
.p-adv{
  flex:1 1 calc(50% - 22px);
  min-width:260px;
  display:flex;
  align-items:center;
  gap:14px;
  line-height:1.25;
}

/* icon wrapper */
.p-adv__icon{
  width:35px;                  /* 44px - 20% */
  height:35px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#ce2024;
  flex:0 0 35px;
}

/* svg */
.p-adv__icon svg{
  width:35px;
  height:35px;
  display:block;
}

/* unified icon style */
.p-adv__icon svg path,
.p-adv__icon svg line,
.p-adv__icon svg polyline,
.p-adv__icon svg rect,
.p-adv__icon svg circle{
  stroke: currentColor;
  stroke-width:1.2;
  stroke-linecap:round;
  stroke-linejoin:round;
  fill:none;
}

/* text */
.p-adv__text{
  font-size:1.5rem;
  color:#2b2f33;
}

/* import arrow offset (separated from box) */
.icon-import .icon-import__arrow{
  transform: translate(3.2px, -1.8px);
  transform-box: fill-box;
  transform-origin: center;
}

/* delivery pin — slightly squashed */
.icon-delivery-pin{
  transform: scaleY(0.92);
  transform-origin: center;
}

/* warranty — slightly squashed to same optical height */
.icon-warranty{
  transform: scaleY(0.9);
  transform-origin: center;
}

/* desktop: 4 in row */
@media (min-width:1200px){
  .p-adv{
    flex:1 1 calc(25% - 22px);
    min-width:240px;
  }
}

/* mobile */
@media (max-width:560px){
  .p-adv{
    flex:1 1 100%;
    min-width:0;
  }
}

.delivery-page p {
    margin-bottom: 1rem;
}

.delivery-page h2, .delivery-page h3 {
    margin: 4rem 0 2rem;
}

.delivery-page__logo {
    text-align: center;
}

.delivery-page__logo img {
    max-width: 500px;
}

.delivery-page__tk-companies .swiper-slide {
    display: flex;
    padding: 0 15px;
    height: auto;
}

.delivery-page__tk-companies {
    padding: 40px 0;
}

.delivery-page__tk-companies__item {
    background: #ebebef;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    height: 100%;
    width: 100%;
}

.delivery-page__tk-companies__item img {
    height: 135px;
    width: 100%;
    object-fit: contain;
}

.order-kp {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #ce2023;
    color: #ce2023;
}

.order-kp:hover {
    color: #fff;
    background: #ce2023;
}

@media (min-width: 768px) {
    .order-kp {
        max-width: 379px;
    }
}


/* Atlas Copco */

 
.atlas-copco-product-banner {
    margin-top: -35px;
}

.atlas-copco-product-banner div img {
    width: 216px;
}

.atlas-copco-product-banner div {
    display: flex;
    align-items: center;
    margin: 0;
    grid-gap: 15px;
    color:#ffffff;
    background: #0497c4;
    padding: 45px;
    justify-content: center;
    font-weight: 300;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 3rem;
}

@media (max-width: 1320px) {
  .atlas-copco-product-banner div {
        flex-flow: column;
        text-align: center;
        grid-gap: 10px;
        line-height: 1.3;
   }
}

@media (max-width: 1198px) {
  .atlas-copco-product-banner {
        margin-top: -20px;
   }
}

@media (max-width: 767px) {
  .atlas-copco-product-banner div {
        padding: 25px;
        font-size: 2rem;
   }
}

.atlas-copco-category-banner .img-wrap {
    height: 300px;  
    width: 100%;
    overflow: hidden;
}

.atlas-copco-category-banner .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 80%;
    border-radius: 10px;
}

.atlas-copco-category-banner .atlas-zag img {
    width: 170px;
    height:100%;
}

.atlas-copco-category-banner {
    display: flex;
    align-items: center;
    margin: 0;
    grid-gap: 20px;
    color:#ffffff;
    background: #0497c4;
    padding: 45px;
    justify-content: center;
    font-weight: 500;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 3.5rem;
    flex-direction: column;
}

.atlas-copco-category-banner .atlas-zag {
    display: flex;
    align-items: center;
    grid-gap: 50px;
    line-height: 1.3;
}

@media (max-width: 1060px) {
  .atlas-copco-category-banner .atlas-zag {
        grid-gap: 30px;
        line-height: 1.3;
        font-size: 3rem;
   }
}


@media (max-width: 960px) {
  .atlas-copco-category-banner .atlas-zag {
        font-size: 2.5rem;
   }
}

@media (max-width: 767px) {
    .atlas-copco-category-banner {
        padding: 25px;
   }
  
.atlas-copco-category-banner .atlas-zag {
        font-size: 2rem;
        flex-direction: column;
        align-items: center;
        text-align: center;
        grid-gap: 15px;
   }
}

/* Custom Labels */

.atlas-copco-label {
    background: #0497c4;
}

.liebherr-label {
    background: #ffd000;
    color: #000000;
}

.liebherr-best-price-label {
    background: #9F1D20;
    color: #ffffff;
}

.grundfos-label {
    background: #12497b;
}

.grundfos-label::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-right: 6px;
    display: inline-block;
    background: url(/image/catalog/brands/pumps/grundfos-original.png) center / contain no-repeat;
    flex-shrink: 0;
}

/* Product Tab Delivery */

.tab-delivery .delivery-page__tk-companies__item img {
    height: 85px;
}

.delivery-page__tk-companies__item {
    padding: 15px 40px;
}

.delivery-page__tk-companies {
    padding: 10px 0 40px 0;
}

/* ===== Search Request Popup ===== */

.fancybox-slide--html .fancybox-content.popup--search-request {
    padding: 0;
    max-width: 960px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.search-request {
    position: relative;
}

.search-request__panel {
    display: flex;
    min-height: 480px;
}

.search-request__panel.is-hidden {
    display: none;
}

.search-request__content {
    flex: 0 0 58%;
    max-width: 58%;
    padding: 32px 36px 36px;
    display: flex;
    flex-direction: column;
}

.search-request__image {
    flex: 0 0 42%;
    max-width: 42%;
    overflow: hidden;
}

.search-request__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.search-request__title {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 16px;
    color: #1a1a1a;
}

.search-request__title-accent {
    display: block;
    color: #e30613;
}

.search-request__subtitle {
    display: none;
}

.search-request__features {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.search-request__feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.search-request__feature:last-child {
    border-bottom: none;
}

.search-request__feature-icon {
    flex: 0 0 auto;
    color: #e30613;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    margin-top: 1px;
}

.search-request__feature-icon svg {
    width: 40px;
    height: 40px;
    display: block;
}

.search-request__feature-text {
    font-size: 1.4rem;
    color: #333;
    line-height: 1.4;
}

.search-request__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
}

.search-request__field {
    position: relative;
    line-height: 1;
}

.search-request__field-icon {
    position: absolute;
    left: 14px;
    top: 22px;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    z-index: 1;
}

.search-request__field:has(.search-request__textarea) .search-request__field-icon,
.search-request__field-icon--top {
    top: 16px;
    transform: none;
}

.search-request__row--contacts {
    align-items: flex-start;
}

.search-request__input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 14px 12px 42px;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.search-request__input:focus {
    outline: none;
    border-color: #e30613;
}

.search-request__textarea {
    resize: vertical;
    min-height: 56px;
    padding-top: 14px;
}

.search-request__row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.search-request__field--half {
    width: 100%;
}

.search-request__attach {
    position: relative;
}

.search-request__attach-codes {
    display: none;
}

.search-request__file-input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.search-request__attach-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 46px;
    min-height: 46px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 1.2rem;
    color: #666;
    cursor: pointer;
    background: #fafafa;
    transition: border-color 0.2s, background 0.2s;
    box-sizing: border-box;
    overflow: visible;
}

.search-request__attach-icon {
    flex: 0 0 18px;
    overflow: visible;
}

.search-request__attach-btn:hover {
    border-color: #e30613;
    background: #fff;
}

.search-request__attach-btn.has-file {
    color: #e30613;
    border-color: #e30613;
}

.search-request__attach-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-request__agree {
    margin: 4px 0 0;
}

.search-request__agree .ui-check {
    margin-bottom: 6px;
}

.search-request__agree .ui-check__text {
    font-size: 1.2rem;
    line-height: 1.45;
}

.search-request__agree .ui-check__text a {
    color: #888;
    text-decoration: underline;
}

.search-request__submit {
    width: 100%;
    margin-top: 8px;
    border-radius: 8px !important;
    font-size: 1.5rem !important;
    padding: 14px 20px !important;
    text-align: center;
    text-decoration: none;
}

.search-request__submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.search-request__field.is-error .search-request__input {
    border-color: #e30613;
}

.search-request__field .ui-error {
    display: block;
    font-size: 1.2rem;
    color: #e30613;
    margin-top: 4px;
    padding-left: 4px;
}

.search-request__agree.is-error {
    outline: 1px solid #e30613;
    border-radius: 4px;
    padding: 4px;
}

/* Success state */
.search-request__panel--success .search-request__content {
    justify-content: center;
}

.search-request__success-icon {
    color: #999;
    margin-bottom: 20px;
}

.search-request__success-title {
    font-size: 2.6rem;
    font-weight: 700;
    margin: 0 0 16px;
    color: #1a1a1a;
}

.search-request__success-text {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #555;
    margin: 0 0 28px;
    max-width: 420px;
}

@media (max-width: 767px) {
    .fancybox-slide--html .fancybox-content.popup--search-request {
        max-width: calc(100% - 24px);
        width: calc(100% - 24px);
        margin: 12px;
        border-radius: 12px;
        height: auto;
        max-height: none;
        overflow: hidden;
    }

    .search-request,
    .search-request__panel {
        min-height: auto;
    }

    .search-request__panel {
        flex-direction: column;
    }

    .search-request__image {
        display: none;
    }

    .search-request__content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 24px 20px;
        padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
    }

    .search-request__title {
        font-size: 2.4rem;
    }

    .search-request__form {
        gap: 12px;
    }

    .search-request__input,
    .search-request__attach-btn {
        border-radius: 12px;
    }

    ul.search-request__features {
        display: none;
        grid-template-columns: 1fr 1fr;
    }

    .search-request__row--contacts {
        flex-direction: column;
    }

    .search-request__attach-text {
        white-space: normal;
    }
}


/* Custom Tab Drawings - Start */
.product-drawings-wrapper {
    margin: 35px 0;
}

.product-drawings {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.product-drawings input {
    position: absolute;
    opacity: 0;
}

.drawings-tabs {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.draw-tab {
    width: 160px;
    min-height: 150px;
    border: 1px solid #ebecef;
    border-radius: 14px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    padding: 20px 16px;
    transition: .25s;
}

.icon-wrap {
    position: relative;
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
}

.icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    transition: opacity .2s;
}

.icon-active {
    opacity: 0;
}

.draw-tab span {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.35;
    color: #444;
}

.draw-tab:hover {
    border-color: #13b3f8;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
    transform: translateY(-2px);
}

#draw-tab-1:checked ~ .drawings-tabs label[for="draw-tab-1"], #draw-tab-2:checked ~ .drawings-tabs label[for="draw-tab-2"] {
    border: 3px solid #d73e40;
    background: #f7fbff;
}

#draw-tab-1:checked ~ .drawings-tabs label[for="draw-tab-1"] .icon-default, #draw-tab-2:checked ~ .drawings-tabs label[for="draw-tab-2"] .icon-default {
    opacity: 0;
}

#draw-tab-1:checked ~ .drawings-tabs label[for="draw-tab-1"] .icon-active, #draw-tab-2:checked ~ .drawings-tabs label[for="draw-tab-2"] .icon-active {
    opacity: 1;
}

.drawings-viewer {
    flex: 1;
    max-width: 100%;
}

.drawing {
    display: none;
    border: 1px solid #ebecef;
    border-radius: 12px;
    background: #fff;
    padding: 20px;
}

#draw-tab-1:checked ~ .drawings-viewer .drawing-1 {
    display: block;
}

#draw-tab-2:checked ~ .drawings-viewer .drawing-2 {
    display: block;
}

.drawing img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.drawing-caption {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 14px;
    font-weight: 500;
}

.drawings-source {
    font-size: 12px;
    color: #7a8693;
    margin-top: 14px;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .product-drawings {
        flex-direction:column;
    }

    .drawings-tabs {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }

    .draw-tab {
        flex: 1;
        width: auto;
        min-height: 110px;
        padding: 14px 10px;
    }

    .icon-wrap {
        margin-bottom: 6px;
    }

    .draw-tab span {
        font-size: 13px;
        line-height: 1.3;
    }

    .drawings-viewer {
        width: 100%;
    }
}

.products__item-status.on-order-status:before,
.sku__availability.on-order-status:before {
    background: #e6c622;
}

/* Custom Tab Drawings - End */