@import url(//fonts.googleapis.com/css?family=Montserrat:400|Raleway:300,400,600|Inconsolata);
/* Resets */
/* Нульові відступи, обнулення полів і рамок */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, path {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #414141;
}
/* Оновлення списків */
ol, ul {
    list-style: none;
}
/* Відображення зображень */
img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* Оновлення посилань */
a {
    text-decoration: none;
    color: inherit;
}
body{
    background: #F3F3F3;
}
.target {
    position: absolute;
    box-sizing: border-box;
}
.target.transparent{
    background: url('https://polygraphist.kiev.ua/design/themes/restudio_one/media/constructor/transparent.png')left top/cover no-repeat;
}
.main{
    padding: 40px 0 20px;
    justify-content: center;
}
.menu{
    padding: 12px 12px 72px 12px;
    border-radius: 15px;
    background: #FFF;
    max-width: 294px;
}
.menu-list{
    display: flex;
    flex-direction: column;
    gap: 16px 0;
}
.menu-item{
    color: #414141;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 16px;
    cursor: pointer;
}
.menu-item.off .menu-list_point {
    color: #b1b1b1;
    background: #f0f0f0;

}
.menu-item.off .menu-item_text{
  color: #b1b1b1;
}
.menu-list_point{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #EDF5FF;
    color: #08478E;
    font-weight: 600;
}
.menu-item_text{
    font-size: 20px;
    font-weight: 600;
}
.menu-item.finished .menu-list_point{
    background-color: #078E07;
}
.menu-item.current .menu-list_point{
    background-color: #08478E;
    color: #fff;
}
.menu-item.current .menu-item_text{
    color: #07468E;
}
.steps-list{
    margin-top: 16px;
    padding-left: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    overflow: hidden;
}
.steps-list>svg{
    position: absolute;
    left: 13px;
    top: 0;
}
.steps-item{
    display: flex;
    align-items: center;
    gap: 0 8px;
    cursor: pointer;
}
.main-type{
    margin: 20px 0 70px;
    display: flex;
    align-items: center;
    gap: 0 32px;
}
.main-type label{
    display: flex;
    align-items: center;
    gap: 0 16px;
    overflow: hidden;
    color: #414141;
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.175px;
    cursor: pointer;
}
.main-type label.active{
    color: #08478E;
}
.main-type label input{
    margin: 0 !important;
}
.main-templates{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
    gap: 0 31px;
    padding: 40px 40px;
}

@media (max-width: 1375px) {
  .main-templates {
    zoom: 1
  }
}

.main-templates_warning {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  color:#E82625;
  display: flex;
  justify-content: center;
  width: 750px;
  margin-top: 40px;
}
.main-templates_footer{
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-top: 16px;
    bottom: calc(100% + 40px);
    left: 0;
}
.main-templates_footer p {
  color: #6A7282;
  font-family: Raleway;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1.25%;
}
.main-template{
    width: 365px;
    height: 535px;
    position: relative;
}
.main-template_size.top{
    top: -40px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px 0;
    width: 100%;
}
.main-template_size.left{
    top: 47%;
    left: -79%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px 0;
    width: 535px;
    transform: rotate(-90deg);
}
.main-template_size.right{
    top: 47%;
    right: -79%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px 0;
    width: 535px;
    transform: rotate(-270deg);
}
.main-template_size.left path{
    width: 535px;
}
.main-template_container__text{
    cursor: pointer;
}
.main-template_container__text p{
    width: 100px;
    height: 100px;
}
.main-template_container{
    height: 100%;
    width: 100%;
    outline: 1px dashed transparent;
    position: relative;
    z-index: 1;
    touch-action: none;
    user-select: none;
}
.main-template.right{
    padding: 8px 68px 8px 8px;
}
.main-template_size{
    position: absolute;
}
.main-template.left{
    padding: 8px 8px 8px 68px;
}

.main-template_container__templates{
    height: 46px;
    width: 310px;
    border-radius: 10px;
    border: 1px solid #414141;
    background: #FFF;
    position: absolute;
    bottom: -93px;
    left: -84px;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    flex-wrap: wrap;
    z-index: 11;
}
.main-template_container__templates>div{
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    position: relative;
}
.main-template_container__angle{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    gap: 6px;
}
.main-template_container__angle input{
    width: 200px;
}
.main-template_container__items{
    position: absolute;
    top: 40px;
    left: -17px;
    border: 1px solid #414141;
    border-radius: 10px;
    background: #FFF;
    width: 500px;
    overflow: auto;
    max-height: 500px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
    padding: 16px;
    z-index: 2;
}
.main-template_container__items>img{
    width: 23%;
    filter: grayscale(100%);
    cursor: pointer;
    padding: 8px;
    border: 1px solid transparent;
}
.main-template_container__items>img:hover{
    border-radius: 10px;
    border: 1px solid #07468E;
}
.main-template_active .main-template_container__templates{
    display: flex;
}
.main-template_container__texts{
    display: flex;
    width: 214px;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.main-template_container__texts>input{
    height: 36px;
    padding: 8px;
    width: 100%;
    border-radius: 7px;
    background: #F2F2F2;
}
.main-template_container__texts>ul{
    max-height: 268px;
    overflow: auto;
}
.main-template_container__colors{
    width: 208px;
    padding: 0px;
}
.main-template_container__colors ul{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 8px;
    gap: 4px;
}
.main-template_container__colors ul li{
    width: 28px;
    height: 28px;
    padding: 4px;
    border-radius: 7px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-template_container__colors ul li p{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.main-template_container__colors ul li.active, .main-template_container__colors ul li:hover{
    border: 1px solid #08478E;
}
.main-template_list{
    position: relative;
    z-index: 1;
}
.products-filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px 32px;
    gap: 20px;
    border-radius: 10px;
    background: #FFF;
    margin-bottom: 13px;
}

.products-filter_item{
    display: flex;
    gap: 4px;
    align-items: center;
    cursor: pointer;
    position: relative;
    text-align: center;
    flex-shrink: 0;
}
.products-filter_item.active>svg{
    transform: rotate(180deg);
}
.products-list{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.products-item{
    width: 100%;
    max-width: calc(100% / 4 - 8px);
    padding: 16px;
    background: #FAFAFA;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    border: 1px solid transparent;
    flex-direction: column;
    position: relative;
}

@media(max-width: 1024px) {
  .products-item {
    width: calc(34% - 16px);
  }
}

.products-item:hover{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 1px 4px 5px 0px #00000014;
}

.products-item.active{
    border-color:  #016630;
}
.products-item_selected{
    position: absolute;
    top:50%;
    right: 0px;
    display: none;
}
.products-item.active .products-item_selected{
    display: flex;
}
.products-item_top{
    position:relative;
    margin-bottom: 16px;
}
.products-item_top__preview{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    color: #5B6874;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    padding: 10px 16px;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    background-color: #FFFFFF;
    width: 100%;
    max-width: 183px;
    gap: 8px;
    display: none;
    cursor: pointer;
    z-index: 1;
    white-space: nowrap;
}

.chose-button__wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: 0;
  z-index: 1;
  width: 100.8%;
  background-color:#FAFAFA;
  padding:0 16px 16px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.products-item.active .chose-button__wrapper {
  border: 1px solid #016630;
  border-top: none;
}
.products-item:hover .chose-button__wrapper{
  display: flex;
  box-shadow: 1px 4px 5px 0px #00000014;
}

.chose-button {
  width: 100%;
  background-color: #08478E;
  border-radius: 10px;
  color:white;
  padding: 8px 0;
  font-family: Raleway;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border:none;
}

.chose-button:hover {
  background-color: #0B3060;
}

.chose-button:disabled{
  pointer-events: none;
  background-color: #C2C3CB;
}

.chose-button.choosen {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #F0FDF4;
  color:#016630;
}

.products-item_top__preview:active {
  background-color: #98989C;
  border-color: #98989C;
}

.products-item_top__preview:hover {
  background-color: #3F3F47;
  border-color: #3F3F47;
  color:white;
}

.products-item_top__preview:hover path {
  stroke:white;
}

.products-item_top:hover .products-item_top__preview{
    display: flex;
}
.products-item_top__info{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.products-item_top__info.right{
    right: 12px;
    top: 12px;
}
.products-item_top__info.left{
    align-items: flex-start;
    left: 12px;
    top: 12px;
}
.products-item_top__info li{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.products-item_top__info.right li.text{
    color: #757575;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 25px;
    border: 1px solid #757575;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}
.products-item_top__info.right li.text.small{
    font-size: 10px;
}
.products-item_top__info.left li{
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.175px;
    padding: 6px 12px;
    border-radius: 20px;
}
.products-item_top__info.left li.action{
    background: #FDD;
    color: #FF0100;
}
.products-item_top__info.left li.outlet{
    background: #F0FDF4;
    color: #016630;
}
.products-item_top__info.left li.new{
    background: #FFFBEB;
    color: #973C00;
}
.products-item_top__info__paper{
    width: 28px;
}
.products-item_img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  background: #f2f2f2;
  mix-blend-mode: multiply;
  border-radius: 10px;
}


.products-item_title{
    color: #0A0A0A;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.25%;
    line-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-item_code-wrapper{
  padding-bottom: 8px;
  position: relative;
}
.product-item_tooltip{
  position: absolute;
  top: 0;
  right: 0;
}
.product-item_tooltip-title{
  display: flex;
  color:white;
  background-color: black;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
.product-item_tooltip:hover .product-item_tooltip-content{
  display: flex;
}
.product-item_tooltip-content{
  position:relative;
  display: none;
  background-color: black;
  color:white;
  font-size: 9px;
  border-radius: 5px;
  padding:5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 5px);
  z-index: 100;
  width: 124px;
}
.product-item_tooltip-content::after{
  content: "";
  position: absolute;
  top: 93%;
  left: 50%;
  transform: translateX(-50%);

  width: 0;
  height: 0;

  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid black;

}
.products-item_code{
    width: 100%;
    display: flex;
    color: #99A1AF;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    font-family: Raleway;
    font-variant-numeric: lining-nums;
}
.products-item_existing{
    padding: 8px 0 12px 0;
    color: #08478E;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1.25%;
    border-bottom: 1px solid #E5E7EB;
}
.products-item_price{
    position: relative;
    padding-top: 12px;
    color: #0A0A0A;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.25%;
    line-height: 100%;
    font-variant-numeric: lining-nums;
}

.chose-step {
  width: max-content;
  margin-left: auto;
  color:#E82625;
  font-size: 13px;
  line-height: 100%;
  font-weight: 600;
}
.main-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0;
}
.main-nav_item{
    color: #07468E;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}
.main-nav_item.off{
    color: #B1B1B1;
    cursor: auto;
}
.main-nav_item.off path{
    stroke: #B1B1B1;
}

.main-summ__container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    max-width: 1320px;
    margin: 0 auto;
}
.main-summ_line{
    height: 36px;
    width: 1px;
    background: #E5E7EB;
}
.main-summ_item, .main-summ_qty, .main-summ_price{
    display: flex;
    align-items: center;
    gap: 16px;
}
.main-summ_item img{
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.main-summ_item p{
    max-width: 257px;
    color: #0A0A0A;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1.25px;
    font-family: Raleway;
}
.main-summ_qty p{
    color: #6A7282;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    max-width: 125px;
    font-family: Raleway;
}
.main-summ_qty input{
    border-radius: 10px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    padding: 8.5px 12px;
    color: #0A0A0A;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.25px;
    max-width: 86px;
    text-align: center;
    box-shadow: none;
}
.main-summ_price{
    gap: 36px;
}
.main-summ_price > div{
  display: flex;
  align-items: center;
  gap:32px;
}
.main-summ_price  p{
  display: flex;
  align-items: center;
  gap:8px;
}
.main-summ_price > div .one span:first-child{
    color: #6A7282;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.25%;
}

.main-summ_price p.one span{
    color: #0A0A0A;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1.25%;
    font-family: Raleway;
    font-variant-numeric: lining-nums;
}
.main-summ_price p span:first-child {
  color:#6A7282;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.25%;
}

.main-summ_price p span {
  color:#0A0A0A;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.25%;
  font-variant-numeric: lining-nums;
}

.main-summ_btn{
    display: flex;
    align-items: center;
    gap:8px;
    border-radius: 10px;
    background: #08478E;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 8px 30px;
    border: 0;
}
.main-summ_btn:disabled{
    background-color: #C2C3CB;
    pointer-events: none;
}

@media (max-width: 1186px) {
  .main-summ_item p {
    font-size: 12px;
    max-width: 130px;
  }
  .main-summ_btn {
    padding: 8px 8px;
    font-size: 12px;
  }
  .main-summ_price {
    gap:14px;
  }
  .main-summ_price > div {
    gap:14px;
  }
  .main-summ_qty input {
    padding: 3px 3px;
    font-size: 12px;
  }
  .main-summ_qty p {
    font-size: 12px;
    gap:4px;
  }
  .main-summ_price > div .one span:first-child {
    font-size: 12px;
  }
  .main-summ_price p.one span {
    font-size: 12px;
  }
  .main-summ_price p span:first-child  {
    font-size: 12px;
  }
  .main-summ_price p span {
    font-size: 12px;
  }
}

.products-subFilter{
  position: absolute;
  top: 50px;
  right: 50%;
  transform: translate(50%, 0%);
  text-align: left;
  width: calc(100% + 100px);
  z-index: 1;
  background: #fff;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px;
}
.products-subFilter_item.selected{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #08478E;
}
.products-subFilter_item.selected>svg{
    width: 15px;
}
.products-subFilter_item.off{
    color: #B1B1B1;
    cursor: auto;
}
.products-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.products-pagination li{
    cursor: pointer;
}

.products-pagination_item{
    color: #5B6874;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    padding: 10px 13px;
    background-color: white;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
}

.products-pagination_item:hover {
  background-color: #71717b8a;
  color: white;
}

.products-pagination_item.active {
  background-color: #71717B;
  color: white;
}

.products-pagination_arrow {
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  background-color: white;
  display: flex;
  align-items: center;
  gap:8px;
  padding: 10px 16px;
  margin: 0 4px;
}

.products-pagination_arrow:hover {
  background-color: #71717b8a;
}

.products-pagination_arrow:hover p {
  color:white;
}

.products-pagination_arrow:hover path {
  stroke:white;
}

.products-pagination_arrow.disabled {
  border-color: #E5E7EB;
  pointer-events: none;
}

.products-pagination_arrow.disabled p {
  color: #C9CCD3;
}

.products-pagination_arrow.disabled path {
  stroke: #C9CCD3;
}

.products-pagination_arrow path {
  stroke:#5B6874;
}
.products-pagination_arrow p {
  color: #5B6874;
  font-family: Raleway;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

.main-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.main-title{
    color: #08478E;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.25px;
}
.main-header>p{
    color: #08478E;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    gap: 8px;
}
[v-cloak] {
  display: none;
}
.products-modal_block{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.products-modal_block.hidden{
  display: none;
}
.products-modal{
    border-radius: 20px;
    border: 1px solid #EFF0F2;
    background: #FFF;
    box-shadow: 1px 4px 5px 0px #00000014;
    padding: 32px 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 873px;
    max-height: 100vh;
    overflow-y: auto;
}
.products-modal_close{
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.product-modal-image {
  position: relative;
  height: 100%;
}

ul.products-item_top__info.left.left-modal {
  left:0;
  top:0;
}

.products-modal_photos{
    width: 45%;
    height: 257px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 13px;
}
.products-modal_photos .products-item_top__info.left{
    left: 90px;
}

.products-modal_photos .swiper-buttons{
    left: 50%;
    transform: translate(-50%, 0);
    width: 16px;
    height: 16px;
}
.products-modal_photos .swiper-button-prev{
    top: 18px;
}
.products-modal_photos .swiper-button-next{
    top: auto;
    bottom: 18px;
}
.products-modal_photos__preview__item{
    width: 100%;
    height: 100%;
    border-radius: 7px;
    background: #b1b1b1;
    cursor: pointer;
}
.products-modal_photos__photo{
    object-fit: contain;
    max-width: 228px;
    border-radius: 10px;
    height: 100%;
}

.product-modal-swiper {
  width: 51px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:8px;
  max-height: 100%;
}

.image-swiper__button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border:none;
  background-color: #F9FAFB;
  border-radius: 10px;
}

.image-swiper__button:hover {
  background-color: #3F3F47;
}

.image-swiper__button:hover path {
  stroke:white;
}



.product-modal-swiper .swiper{
  width: 100%;
  height: 100%;
}

.product-modal-swiper .swiper-slide{
  /* width: 51px !important;
  height: 51px !important; */
}

.products-modal_item{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap:16px;
}
.products-modal_item__title{
    font-family: Raleway;
    color: #0A0A0A;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.products-modal_item__code-art__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap:16px;
}

.products-modal_item__code, .products-modal_item__art{
    color: #6A7282;
    font-size: 14px;
    font-weight: 400;
    font-family: Raleway;
    line-height: 100%;
    font-variant-numeric: lining-nums;
}

.products-modal_item__price-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.products-modal_item__exist{
    color: #016630;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1.25%;
    font-variant-numeric: lining-nums;
    background-color: #F0FDF4;
    padding: 6px 12px;
    border-radius: 20px;
}
.products-modal_item__description{
    font-family: Raleway;
    color: #0A0A0A;
    font-size: 14px;
    font-weight: 400;
    line-height: 125%;
}
.products-modal_item__action{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 35px;
}
.products-modal_item__price{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.products-modal_item__price .old{
    text-decoration-line: line-through;
    font-size: 13px;
    color: #B1B1B1;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
}
.products-modal_item__price .new{
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
}
.products-modal_item__add{
    display: flex;
    align-items: center;
    gap:8px;
    justify-content: center;
    font-family: Raleway;
    width: 100%;
    padding: 8px 0;
    border-radius: 10px;
    background-color: #08478E;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border: none;
}

.products-modal_item__add:hover {
  background-color: #0B3060;
}

.out-of-stock {
  background-color: #C2C3CB;
  pointer-events: none;
}

.products-modal_item__add.added {
  background-color: #F0FDF4;
  color: #016630;
}

.products-modal_info{
    width: 100%;
    margin-top: 30px;
}
.products-modal_info__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 32px;
}
.products-modal_info__item{
    width: calc(50% - 18px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.products-modal_info__item p{
    width: 100%;
    font-family: Raleway;
    color: #6A7282;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.25%;
}
.products-modal_info__item span{
    width: 100%;
    color: #0A0A0A;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1.25%;
    font-variant-numeric: lining-nums;
}

.right-modal {
  position: static;
}

.line {
    position: relative;
    background: #6A7282;
}
.line p{
    position: absolute;
    text-wrap-mode: nowrap;
}
.horizontal {
    width: 90%;
    height: 1px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.horizontal p{
    bottom:100%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #6A7282;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.25%;
    font-variant-numeric: lining-nums;
}
.horizontal::before,
.horizontal::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
}

.horizontal::before {
    left: -9px;
    border-right-color: #6A7282; /* стрілка вліво */
}

.horizontal::after {
    right: -9px;
    border-left-color: #6A7282; /* стрілка вправо */
}

.vertical {
    height: 95%;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}
.vertical p{
    top: 50%;
    left: -40px;
    transform: translate(0%, -50%) rotate(-90deg);
     font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.25%;
    font-variant-numeric: lining-nums;
    color: #6A7282;
}
.main-template.right .vertical {
    left: -3%;
}
.main-template.left .vertical {
    left: 103%;
}

.main-template .vertical p{
    left: auto;
    right: -23px;
    background: #f3f3f3;
}
.vertical::before,
.vertical::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
}

.vertical::before {
    top: -9px;
    border-bottom-color: #6A7282; /* стрілка вгору */
}

.vertical::after {
    bottom: -9px;
    border-top-color: #6A7282; /* стрілка вниз */
}

.main-template_item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 4px;
    max-width: 289px;
    transform-origin: 0% 0%;
}
.main-template_item__addfile{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-template_item__delete{
    cursor: pointer;
}

.image-shadow{
    height: 100%;
    width: 100%;
}

.image-shadow div, .image-shadow > div > img{
  height: 100%;
  width: 100%;
} 

.image-shadow img {
  display: block;
  height: 100%;
}

.inner-shadow {
  position: absolute;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.inner-shadow.hidden {
  display: none;
}

.depth-img {
  position: relative;
  z-index: 1;
}
.toast{
    position: fixed;
    top: 65px;
    right: 20px;
}
.toast-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 12px;
}
.toast-content p{
    color: #fff;
    font-weight: 600;
}
.toast.error .toast-content{
    background: rgba(255, 1, 0, 0.4);
}
.toast.success .toast-content{
    background: rgba(7, 142, 7, 0.4);
}

.modal-main{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-complate {
  background-color: white;
  padding:32px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:24px;
}
.order-complate_icon{
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #07468E;
  border-radius: 50px;
}
.order-complate_content{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:16px;
}
.order-complate_title{
  color:#414141;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}
.order-complate_message{
  color: #414141;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.order-complate_button{
  width: 100%;
  margin-top: 16px;
  background: #07468E;
  border:none;
  border-radius: 10px;
  padding:12px 0;
  text-align: center;
  color:white;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.order-complate_button:hover{
  color:white;
}
.modal{
    border-radius: 10px;
    background: #FFF;
    padding: 24px;
    width: 100%;
    max-width: 952px;
    position:relative;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #07468E;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-bottom: 4px solid #078E07;
  border-left: 4px solid transparent;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

.loader-catalog {
  display: flex;
  flex-shrink: 0;
  font-size: 10px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes mulShdSpin {
  0% {
    box-shadow:
      0em -2.6em 0em 0em #ffffff,
      1.8em -1.8em 0 0em rgba(255,255,255,0.2),
      2.5em 0em 0 0em rgba(255,255,255,0.2),
      1.75em 1.75em 0 0em rgba(255,255,255,0.2),
      0em 2.5em 0 0em rgba(255,255,255,0.2),
      -1.8em 1.8em 0 0em rgba(255,255,255,0.2),
      -2.6em 0em 0 0em rgba(8,71,142,0.5),
      -1.8em -1.8em 0 0em rgba(8,71,142,0.7);
  }
  12.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(8,71,142,0.7),
      1.8em -1.8em 0 0em #ffffff,
      2.5em 0em 0 0em rgba(255,255,255,0.2),
      1.75em 1.75em 0 0em rgba(255,255,255,0.2),
      0em 2.5em 0 0em rgba(255,255,255,0.2),
      -1.8em 1.8em 0 0em rgba(255,255,255,0.2),
      -2.6em 0em 0 0em rgba(255,255,255,0.2),
      -1.8em -1.8em 0 0em rgba(8,71,142,0.5);
  }
  25% {
    box-shadow:
      0em -2.6em 0em 0em rgba(8,71,142,0.5),
      1.8em -1.8em 0 0em rgba(8,71,142,0.7),
      2.5em 0em 0 0em #ffffff,
      1.75em 1.75em 0 0em rgba(255,255,255,0.2),
      0em 2.5em 0 0em rgba(255,255,255,0.2),
      -1.8em 1.8em 0 0em rgba(255,255,255,0.2),
      -2.6em 0em 0 0em rgba(255,255,255,0.2),
      -1.8em -1.8em 0 0em rgba(255,255,255,0.2);
  }
  37.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(255,255,255,0.2),
      1.8em -1.8em 0 0em rgba(8,71,142,0.5),
      2.5em 0em 0 0em rgba(8,71,142,0.7),
      1.75em 1.75em 0 0em #ffffff,
      0em 2.5em 0 0em rgba(255,255,255,0.2),
      -1.8em 1.8em 0 0em rgba(255,255,255,0.2),
      -2.6em 0em 0 0em rgba(255,255,255,0.2),
      -1.8em -1.8em 0 0em rgba(255,255,255,0.2);
  }
  50% {
    box-shadow:
      0em -2.6em 0em 0em rgba(255,255,255,0.2),
      1.8em -1.8em 0 0em rgba(255,255,255,0.2),
      2.5em 0em 0 0em rgba(8,71,142,0.5),
      1.75em 1.75em 0 0em rgba(8,71,142,0.7),
      0em 2.5em 0 0em #ffffff,
      -1.8em 1.8em 0 0em rgba(255,255,255,0.2),
      -2.6em 0em 0 0em rgba(255,255,255,0.2),
      -1.8em -1.8em 0 0em rgba(255,255,255,0.2);
  }
  62.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(255,255,255,0.2),
      1.8em -1.8em 0 0em rgba(255,255,255,0.2),
      2.5em 0em 0 0em rgba(255,255,255,0.2),
      1.75em 1.75em 0 0em rgba(8,71,142,0.5),
      0em 2.5em 0 0em rgba(8,71,142,0.7),
      -1.8em 1.8em 0 0em #ffffff,
      -2.6em 0em 0 0em rgba(255,255,255,0.2),
      -1.8em -1.8em 0 0em rgba(255,255,255,0.2);
  }
  75% {
    box-shadow:
      0em -2.6em 0em 0em rgba(255,255,255,0.2),
      1.8em -1.8em 0 0em rgba(255,255,255,0.2),
      2.5em 0em 0 0em rgba(255,255,255,0.2),
      1.75em 1.75em 0 0em rgba(255,255,255,0.2),
      0em 2.5em 0 0em rgba(8,71,142,0.5),
      -1.8em 1.8em 0 0em rgba(8,71,142,0.7),
      -2.6em 0em 0 0em #ffffff,
      -1.8em -1.8em 0 0em rgba(255,255,255,0.2);
  }
  87.5% {
    box-shadow:
      0em -2.6em 0em 0em rgba(255,255,255,0.2),
      1.8em -1.8em 0 0em rgba(255,255,255,0.2),
      2.5em 0em 0 0em rgba(255,255,255,0.2),
      1.75em 1.75em 0 0em rgba(255,255,255,0.2),
      0em 2.5em 0 0em rgba(255,255,255,0.2),
      -1.8em 1.8em 0 0em rgba(8,71,142,0.5),
      -2.6em 0em 0 0em rgba(8,71,142,0.7),
      -1.8em -1.8em 0 0em #ffffff;
  }
  100% {
    box-shadow:
      0em -2.6em 0em 0em #ffffff,
      1.8em -1.8em 0 0em rgba(255,255,255,0.2),
      2.5em 0em 0 0em rgba(255,255,255,0.2),
      1.75em 1.75em 0 0em rgba(255,255,255,0.2),
      0em 2.5em 0 0em rgba(255,255,255,0.2),
      -1.8em 1.8em 0 0em rgba(255,255,255,0.2),
      -2.6em 0em 0 0em rgba(8,71,142,0.5),
      -1.8em -1.8em 0 0em rgba(8,71,142,0.7);
  }
}


.modal-loader{
    position: absolute;
    background: #ffffff;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    z-index: 90;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.modal-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.modal-header p{
    color: #414141;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.modal-header svg{
    cursor: pointer;
}
.modal-inputs{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-bottom: 32px;
}
.modal-content>p{
    color: #414141;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
    width: 100%;
    margin-bottom: 16px;
}
.modal-inputs label{
    position: relative;
    height: 52px;
    width: 47%;
}
.modal-inputs label svg{
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}
.modal-input{
    width: 100%;
    border-radius: 10px !important;
    background: rgba(239, 239, 239, 0.80) !important;
    color: #414141 !important;
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    letter-spacing: 0.175px;
    padding: 8px 16px !important;
    height: 100%;
}
.modal-textarea{
    width: 100%;
    border-radius: 10px;
    background: rgba(239, 239, 239, 0.80);
    padding: 8px 16px;
    color: #414141;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.175px;
    margin-bottom: 62px;
    height: 152px;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-footer p{
    display: flex;
    align-items: center;
}
.modal-footer p span{
    color: #414141;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.modal-footer p.one span{
    color: #07468E;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
}


.custom-scroll {
  scrollbar-width: thin;
  scrollbar-color: red, green;
}

.filter-sidebar {
  position: fixed;
  top:53px;
  left: 0;
  height: 100%;
  max-height: calc(100% - 55.5px);
  width: 24%;
  max-width: 284px;
  background: white;
}

.filter-title {
  color:#0A0A0A;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  font-family: Raleway;
  border-bottom: 1px solid #E5E7EB;
  padding: 32px 0 28px 24px
}

.filter-list {
  display: flex;
  flex-direction: column;
  height: calc(100% - 200px);
  overflow-y: auto
}

.filter-item__wrapper {
  padding:16px 24px;
}
.filter-item:not(:first-child) .filter-item__wrapper {
    border-top: 1px solid #E5E7EB;
}
.filter-item__header {
    display: flex;
    border: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: transparent;
}

.filter-item__title {
  color:#0A0A0A;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: Raleway;
  text-align: start;
}

@media (max-width: 1024px) {
.filter-item__title {
  font-size: 14px;
  line-height: 22px;
}

.filter-item__wrapper {
  padding: 8px 12px;
}

}

.filter-arrow svg {
  transform: rotate(-180deg);
  transition: all 0.3s;
}
.filter-arrow.active svg {
  transform: rotate(0deg);
}
.variant-title {
  color: #0A0A0A;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: start;
}

.variant-wrapper {
  width: 100%;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 12px;
  cursor:pointer;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .variant-title {
    font-size: 14px;
    line-height: 22px;
  }
}

.variant-wrapper:hover{ 
  background-color: #F5F5F5;
}

.variant-wrapper:hover .variant-checkbox {
  background-color: #F5F5F5;
  border-color: #08478E;
}

.variant-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border: 1.5px solid #D1D5DB;
  border-radius: 4px;
}
.variant-checkbox.selected {
  background-color: #08478E;
  border-color: #08478E;
}

.variant-checkbox.selected .cancel {
  display: none;
}
.cancel path {
  fill: #08478E;
}

.variant-wrapper:hover .cancel{
  display: flex;
}

.variant-wrapper:hover .apply{
  display: none;
}

.variant-checkbox svg {
  display: none;
}
.variant-checkbox.selected svg {
  display: block
}

.variants-list {
  max-height: 160px;
  overflow-y: auto;
  margin-top: 16px;
}

.variants-list li.off .variant-wrapper p{
  color:#B1B1B1;
}
.variants-list li.off .variant-wrapper {
  pointer-events: none;
}

.clear-all__filters {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color:#E82625;
  border:none;
  background: transparent;
  margin: 28px 0 0 12px;
}


.constructor-haeder {
  display: flex;
  align-self: center;
  justify-content: space-between;
  position: fixed;
  top:0;
  left:0;
  z-index: 2;
  width: 100%;
  background-color: white;
  padding:6px 24px;
  border-bottom: 1px solid #E5E7EB;
  gap:12px;
}

.constructor-header__logo {
  width: 102px;
  height: 40px;
}

.constructor-header__navigation_menu  {
  width: 100%;
  display: flex;
}

.constructor-header__menu {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

.constructor-menu__item {
    width: 100%;
    height: 100%;
    max-width: 276px;
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

@media (max-width:1128px ) {
  .constructor-menu__item {
    width: auto;
  }
  .constructor-header__menu {
    gap:8px;
  }
}

@media (max-width: 900px) {
  .constructor-header__navigation_menu {
    max-width: 500px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .constructor-menu__item {
    scroll-snap-align: center;
  }
  .constructor-header__menu {
   justify-content: start;
  }
}

.constructor-menu__item-button {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:16px;
}
.constructor-menu__item-button.active p, .constructor-menu__item-button.active span p {
  /* background-color: #07468E */
}

.constructor-menu__item-button > p, .constructor-menu__item-button span  {
    color:black;
  border-color:black;
}
.constructor-menu__item-button > p {
  border-radius: 5px;
  padding:2px 10px;
}

.constructor-menu__item-button.active > p,
.constructor-menu__item-button.check > p,
.constructor-menu__item-button.disabled > p,
.constructor-menu__item-button.active span,
.constructor-menu__item-button.check span,
.constructor-menu__item-button.disabled span {
  background-color: transparent;
  border-color:rgb(160, 160, 160);
}
button.constructor-menu__item-button.active > p, button.constructor-menu__item-button.active span{
    background-color: #07468E;
  border-color: #07468E;
}

button.constructor-menu__item-button.active p {
  color:white
}
.constructor-menu__item-button.check p,
.constructor-menu__item-button.disabled p,
.constructor-menu__item-button.disabled span p
.constructor-menu__item-button.check span p{
  color:rgb(160, 160, 160)
}

@media(max-width: 1128px) {
  .constructor-menu__item-button p {
    font-size: 14px;
  }
  .constructor-menu__item-button {
    gap:8px;
  }
}

.constructor-menu__item-button span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #0A0A0A;
  border-radius: 50%;
}

.constructor-menu__item-button span p {
  color:black;
  font-family: Raleway;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  font-variant-numeric: lining-nums;
}


.next-step__button {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: #F9FAFB;
  border:none;
  transition: 0.3s;
  outline: 1px solid #07468E;
}
.next-step__button.prev {
  outline: none;
  transform: rotate(180deg);
}
.next-step__button path {
  fill: #07468E;
}
.next-step__button.prev path {
  fill: #5B6874;
}

.next-step__button:hover {
  background-color: #3F3F47;
} 
.next-step__button:active:not(.disabled) {
  background-color: #98989C;
} 
.next-step__button:hover:not(.disabled) path {
  fill: white;
}
.next-step__button.disabled {
  background-color: transparent;
}
.next-step__button.disabled path {
  fill: #DDDDDD;
}

.press-menu {
  position: fixed;
  top: 53px;
  left:0;
  z-index: 50;
  height: 100%;
  width: 100%;
  max-width: 277px;
  background: white;
}

.press-menu > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: calc(100% - 100px);
  overflow-y: auto;
  padding: 24px 16px;

}

.press-menu__controles {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap:8px;
}

.add-press__button {
  background-color: #08478E;
  border-radius: 10px;
  padding: 18px 32px;
  width: 100%;
  height: 56px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:8px;
  margin-left: auto;
  transition: 0.3s
}

.add-press__button:disabled {
  background-color: #c8c8c8;
  cursor: not-allowed;
  pointer-events: none;
}

.add-press__button:hover {
  background-color: #0B3060;  
}
.add-press__button span {
  width: 16px;
  height: 16px;
}
.add-press__button p {
  color:white;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.add-press__button.collapse {
  max-width: 56px;
  padding: 18px 28px
}

.add-press__button.collapse p {
  display: none;
}

.press_list-dropdown {
  position: relative;
  display: none;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  height: 56px;
}
.press_list-dropdown.show {
  display: block;
}

.dropdown-preview {
  border: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
}
.dropdown-preview svg {
  transform: rotate(90deg);
}
.dropdown-preview.open svg {
  transform: rotate(270deg);
}
.dropdown-preview span {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.dropdown-preview__title {
  font-family: Raleway;
  color: #0A0A0A;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.dropdown-preview__size {
  font-family: Raleway;
  color: #6A7282;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  font-variant-numeric: lining-nums;
}

.press-list{
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 5;
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  box-shadow: 1px 4px 5px 0px #00000014;
  padding: 4px;
  background-color: white;

}
.press-list__item button {
  position: relative;
  width: 100%;
  border:none;
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 8px 12px;
  cursor:pointer;
}

.press-list__item button svg {
  position: absolute;
  top:50%;
  right: 15px;
  transform: translateY(-50%)
}

.press-list__item button.active {
  background-color: #F0FDF4;
}
.press-list__item button.active .dropdown-preview__title, .press-list__item button.active .dropdown-preview__size {
  color:#016630;
}

.press-list__item button:hover {
  background-color: #F5F5F5;
}

.divide-line {
  width: 100%;
  min-height: 1px;
  background-color: #E5E7EB;
}

.tools-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap:8px;
}
.tool-item {
  width: 100%;
}
.tool-button {
  width: 100%;
  display: flex;
  align-items: center;
  gap:16px;
  border:none;
  background-color: white;
  border-radius: 10px;
  padding: 8px 16px;
  transition: .3s
}

.tool-button.active {
  background-color: #E5E7EB
}

.tool-button:hover {
  background-color: #E5E7EB
}
.tool-button span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tool-button p {
  font-family: Raleway;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #0A0A0A;
  text-align: left;
}

.print-type {
  display: flex;
  flex-direction: column;
  gap:16px;
}
.print-type__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.print-type__title {
  color:#0A0A0A;
  font-family: Raleway;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.print-type__item label {
  position: relative;
  display: flex;
  align-items: center;
  gap:16px;
  padding: 8px 12px;
  cursor: pointer;
}
.print-type__item label div {
  position: relative;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;  
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid #08478E;
}
.print-type__item.active label div::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  top:50%;
  left:50%;
  background-color: #08478E;
  border-radius: 50%;
  transform: translate(-50%, -50%);

}
.print-type__item label p {
  font-family: Raleway;
  font-size: 14px;
  line-height: 100%;
  color:#0A0A0A;
}

.tool-drawer {
  display: none;
  position: absolute;
  top:0;
  left:100%;
  z-index: 1;
  background: white;
  height: 100%;
  width: 100%;
  max-width: 287px;
  padding: 24px 20px;
}

@media (max-width: 1200px) {
  .press-menu {
    max-width: 230px;
  }
  .press-list__item button svg {
    right: 5px;
  }
  .tool-drawer {
    left:0;
    width: 100%;
  }
  .tool-button {
    padding: 8px 4px;
  }
  .tool-button p {
    font-size: 14px;
  }
  .tool-button span {
    width: 18px;
    height: 18px;
  }
  .print-type__item label {
    padding: 4px 8px;
  }
  .main-summ {
    padding: 8px 8px;
  }
  .dropdown-preview__title {
    font-size: 12px;
  }
  .dropdown-preview__size  {
    font-size: 12px;
  }
}
.tool-drawer.open {
  display: flex;
  flex-direction: column;
  gap:16px;
  overflow-y: auto;
}
.drawer-title {
  color: #0A0A0A;
  font-family: Raleway;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.image-list {
  display: flex;
  flex-wrap: wrap;
  gap:8px;
}

.standart-image {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:5px;
  cursor:pointer;
  border-radius: 10px;
}

.standart-image.active {
  outline: 1px solid #08478E;
}

.standart-image:hover {
  background-color: #0000001A;
}
.standart-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media(max-width: 1200px) {
  .standart-image {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 1520px) {
  .side-wrapper {
    zoom:0.8;
  }
  /* .main{ 
    justify-content: end;
  } */
}

.colors-list {
  display: flex;
  align-self: start;
  flex-wrap: wrap;
  gap:8px;
}

.color-plate {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
}
.color-plate:hover, .color-plate.active {
  border-color: #08478E;
}

.color-plate div{
  width: 20px;
  height: 20px;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.text-tool {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap:8px;
}
.text-tool__input-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}
.text-tool__input-reset__button {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:13px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  border:none;
  background: #E5E7EB;
}
.text-tool__input-reset__button:hover{
  background-color:#D1D5DC;
}
.text-tool__input-wrapper input, .text-tool__input {
  width: 100%;
  background-color: #F9FAFB;
  border-radius: 7px;
  border:none;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  font-family: Raleway;
  line-height: 100%;
  letter-spacing: 1.25%;
  color:#0A0A0A;
}

.font-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.font-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #414141;
  padding: 12px 8px;
  border-radius: 10px;
  cursor:pointer;
}

.font-item.active {
  background-color: #F0FDF4;
}
.font-item.active p {
  color:#016630;
}

.font-item:hover {
  background: #F5F5F5;
}
.moveable-line {
  --moveable-color: white;
}

.constructor-order {
  position: fixed;
  left: 0;
  top:53px;
  height: 100%;
  width: 35%;
  max-width: 564px;
  background-color: white;
  padding:24px 16px;
  z-index: 51;
}
.fields-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 24px;
    row-gap: 8px;
}

.order-form__field-group {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap:16px;
}
div.fields-wrapper div {
  position: relative;
  width: calc(50% - 24px / 2);
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: auto;
}
div.fields-wrapper input.order-input, .order-input {
  background-color: #F9FAFB;
  width: 100%;
  padding: 12px;
  color: #0A0A0A;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.25%;
  border: none;
  border-radius: 7px;
  transition: color 0.3s;
  box-shadow: none;
}
.fields-wrapper div:has(input:focus) label, .fields-wrapper div:has(input:focus) label span,
.fields-wrapper div:has(input:not(:placeholder-shown)) label, .fields-wrapper div:has(input:not(:placeholder-shown)) label span {
  font-size: 8px;
  top:0;
  transform: translateY(40%);
}
div.fields-wrapper label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80%;
  position: absolute;
  top: 0%;
  transform: translateY(100%);
  left: 12px;
  color:#818282;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1.25%;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
div.fields-wrapper label span {
  color:#E82625;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.25%;
  transition: all 0.2s ease-in-out;
}
span.input-error-message {
  margin-top:2px;
  font-weight:400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1.25%;
  color:#E82625;
}
.order-input::placeholder::after {
  position: absolute;
  content: "*";
}
.order-input::placeholder {
  position: relative;
  color: #818282;
  font-weight: 400;
}
div.fields-wrapper input.order-input.invalid {
  background-color:#FFF1F3;
  color: #E82625;
  font-weight: 400;
  outline: 1px solid #E82625;
}
input.order-input.invalid::placeholder{
color: #E82625;
}

.order-input:focus {
  outline: 1px solid #08478E;
}
.order-input:hover:not(.order-input:focus) {
  background-color: #E5E7EB;
}
.order-input:disabled {
  background-color: #F9FAFB;
}

.order-input.comment-field {
  box-shadow: none;
  width: 100%;
}

.order__title {
  color:#0A0A0A;
  font-weight: 700;
  font-family: Raleway;
  font-size: 16px;
  line-height: 24px;
}

.order__attention-message {
  font-family: Raleway;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color:#E82625;
  padding: 8px 0 24px 0;
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:18px;
}

.exit-button {
  display: flex;
  align-items: center;
  gap:8px;
  border:none;
  background-color: white;
  padding: 8px 12px
}

.exit-button p {
  color: #E82625;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.tooltip-button {
  position: relative;
  border:none;
  background: transparent;
  position:relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tooltip-button:hover .tooltip-message {
  display: block;
}

.tooltip-message {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top:calc(100% + 12px);
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: #5B6874;
  padding: 4px 8px;
  border-radius: 8px;
  white-space: nowrap;
}

.tooltip-message::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform:translateX(-50%);
  border-bottom: 12px solid #5B6874;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

div.container-fluid {
  background-color: #F2F2F2;
}

.custom-contole-button, div.moveable-control-box div.moveable-control {
  width: 28px;
  height: 28px;
  background-color: #F9FAFB ;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  border:none;
}

div.moveable-control.moveable-direction.moveable-se {
  background-image: url('../../../media/constructor/resize-button.svg');
}

div.moveable-control-box div.moveable-control.moveable-rotation-control {
  background-image: url('../../../media/constructor/rotate-button.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.custom-contole-button:hover, div.moveable-control-box div.moveable-control:hover {
  background-color: #E5E7EB;
}
.delete-press {
  background-image: url('../../../media/constructor/delete-button.svg');
}
.apply-press {
  background-image: url('../../../media/constructor/save.svg');
}
.rCS1w3zcxh .moveable-rotation  {
  height: 20px;
}
.moveable-control.moveable-direction.moveable-ne {
  margin: -33px -13px;
}
.moveable-control.moveable-direction.moveable-sw, .moveable-control.moveable-direction.moveable-se {
  margin: 3px -14px;
}
.moveable-control.moveable-direction.moveable-nw {
  margin: -33px -13px;
}

div.moveable-rotation {
  margin: 7px -7px;
}

.elastic {
  position: absolute;
  top:0;
  height: 100%;
  z-index: 20;
  outline: 1px solid white;
  writing-mode: vertical-rl;
  font-size: 14px;
  color: white;
  text-align: center;
   transform: rotate(180deg);
}
.resume-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap:8px;
}
.resume-item  {
  width: 100%;
}

.resume-item-button {
  width: 100%;
  background: white;
  display: flex;
  align-items: center;
  border: 1px solid #E5E5E5;;
  padding: 10px;
  border-radius: 10px;
  gap:16px;
}

.resume-item-button:hover{
  background-color: #F5F5F5;
}

.resume-title {
  font-weight: 600;
  line-height: 100%;
  font-size: 14px;
}

.resume-image {
  width: 100%;
  max-width: 40px;

}
.resume-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap:4px;
}

.resume-price {
  font-size: 12px;
  font-weight: 600;
}

.resume-info {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.resume-info p {
  font-size: 12px;
  line-height: 120%;
  font-weight: 400;
  text-align: left;
}

.resume-info p span {
  font-size: 12px;
  line-height: 120%;
  font-weight: 400; 
}

.side-wrapper {
  zoom:1.2;
  display: flex;
  gap:20px;
}
@media(max-width:754px){
  .side-wrapper {
    zoom: 1;
  }
}
@media (max-height: 850px){
  .side-wrapper {
    zoom:0.8;
  }
}
@media (max-height: 700px) {
  .side-wrapper {
    zoom: 0.7
  }
}

.drawer-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.close-drawer {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background-color: #F9FAFB;
    border: none;
    transition: 0.3s;
    transform: rotate(180deg);
}
.close-drawer path {
  fill: #5B6874;
}

.products {
  margin: 0 auto 0 auto
}

@media (max-width: 1880px) {
  .products {
    margin: 0 0 0 auto
  }
}

.loading-order{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0000004a;
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-preview-press-list {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  max-width: 300px;
  background: white;
  padding: 24px 16px;
  border-left: 1px solid #F3F3F3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order-preview-press-list li {
  max-width: 300px;
}
.order-preview-press-list li button {
  width: 100%;
}
.order_title-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order_title-wrapper .close-drawer {
  transform: rotate(0deg);
}
.order_title-wrapper .close-drawer.active {
  transform: rotate(180deg);
}

.order-list-button {
  background-color: transparent;
  border:none;
  display: flex;
  align-items: center;
  gap:10px;
}
.order-list-button span {
  font-size: 12px;
}

.main-templates.expanded {
  padding-left: 700px;
}
@media (max-width: 1000px) {
  .order_title-wrapper {
    flex-direction: column-reverse;
    align-items: start;
  }
  .order-list-button {
    width: 100%;
    justify-content: space-between;
    padding:0;
  }
}

.color-filter-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.1s;
}
.color-filter-circle.selected, .color-filter-circle:hover  {
  outline: 1px solid #08478E;
  outline-offset: 2px;
}

.color-plate-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding:5px;
}

.preview-panel{
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 600px;
    background-color: white;
    padding:53px 15px 15px;    
    transform:translateX(100%);
    transition: all 0.3s;
    border-left: 2px solid #07468E;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.preview-panel.expanded {
  transform:translateX(0);
  transition: all 0.3s;
}

.product-preview {
  display: flex;
  align-items: start;
  gap:10px;
}

.preview-image_wrapper {
  position:relative;
  max-width: 200px;
  min-width: 200px;
}

.product-preview__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.preview-title {
  font-size: 18px;
  font-weight: 600;
}
.preview-description {
  font-size: 14px;
  font-weight: 400;
  color: #0A0A0A;
  overflow:hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.preview-feature_list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.preview-feature_list li span {
  font-size: 14px;
  font-weight: 400;
  color: #99A1AF;
}

.preview__quantity-wrapper, .calculated-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.calculated-price {
  margin-left: auto;
  text-align: right;
}

.calculated-price span {
  font-size: 14px;
  font-weight: 700;
  color: #0A0A0A;
  font-family: Raleway;
  line-height: 100%;
  letter-spacing: 1.25%;
}
.calculated-price b {
  font-size: 14px;
  font-weight: 600;
}

label.product-quantity__label{
  font-size: 14px;
  font-weight: 700;
  color: #0A0A0A;
  font-family: Raleway;
  line-height: 100%;
  letter-spacing: 1.25%;
}


.preview-price {
  display: flex;
  align-items: center;
  gap: 15px;
}
.preview-price * {
  font-size: 14px;
  font-weight: 600;
  color: #868686;
}
.preview-price.amount * {
  color: #08478E;
}
.preview_quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f2f2f2;
  padding: 10px;
  border-radius: 10px;
}
.preview_press-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.press_preview_card {
  border: 1px solid #E5E5E5;
  padding: 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap:15px;
  transition: all 0.3s;
  cursor:pointer;
}
.press_preview_card:hover {
  background-color: #f9f9f9;
}
.press_preview-image {
  width: 50px;
}

.press_preview-content p {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.preview-action_wrapper {
  margin-left:auto;
  display: flex;
  flex-direction: column;
  gap:5px;
}

.preview-action_wrapper button {
  background-color: transparent;
  border:none;
  padding:0;
  margin: 0;
}
.press-preview__price {
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
}
.total-price {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
  width: max-content;
}

.one-price {
  font-size: 14px;
  font-weight: 500;
  color: #99A1AF;
  text-align: end;
}
.all-price {
  font-size: 16px;
  font-weight: 700;
  text-align: end;
}
.preview-panel_title {
  font-weight: 700;
  font-size: 18px;
  padding: 15px 0;
}

.toggle-sidebar_button {
  position: absolute;
  top: 10%;
  right: calc(100%);
  background: white;
  border: 2px solid #000000;
  border-right: none;
  padding: 15px 5px;
  border-radius: 20px 0px 0px 20px;
  font-size: 14px;
  font-weight: 600;
  background: #07468E;
  color: white;
  text-align: left;
}

.print-side__example {
  width: 100%;
  display: flex;
  height: 160px;
  background-color: #F9FAFB;
}

.example-right-side {
  height: 100%;
  width: 45%;
  border: 1px solid black;
  border-radius: 0 10px 10px 0;
}

.example-right-side:hover,  .example-left-side:hover {
  background-color: #dadada;
  cursor:pointer;
}

.example-middle {
  height: 100%;
  width: 10%;
  border: 1px solid black;
  border-left: 0;
  border-right: 0;
}

.example-left-side {
  height: 100%;
  width: 45%;
  border: 1px solid black;
  border-radius: 10px 0 0 10px;
}
.example-right-side.active-side, .example-left-side.active-side {
  outline: 2px solid #08478E;
  outline-offset: -2px;
}
.print-type__item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.print-type__item img {
  width: 90%;
}
.group-filters {
  margin-left: auto;
  max-width: 1500px;
  padding: 50px 0px;
  width: 100%;
}
.group-filters__list {
  display: flex;
  align-items: end;
  gap: 40px;
}
.group-filter-item {
  flex-direction: column;
  display: flex;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  gap: 10px;
}
.group-filter-item p {
  font-weight: 600;
}
.group-filters__list-item {
  max-width: 300px;
}

.place-order {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  background: #08478E;
  border: none;
  color: white;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  cursor:pointer;
  transition: all 0.3s;
}
.place-order svg {
  stroke: white;
  width: 18px;
  height: 18px;
}
.place-order:hover {
  background-color: #0B3060;
}
.place-order:disabled {
  display: none;
}
.constructor-menu__item.add-image {
  max-width: 310px;
}

.preview-panel-wrapper {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

@media(max-width:1700px) {
  .preview-panel {
    max-width: 430px;
  }
  .preview-image_wrapper{
    min-width: 150px;
    max-width: 150px;
  }
  .main-templates {
    padding-right: 230px;
  }
}

.constructor {
  position: relative;
}

.foil-map {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.foil-title {
  font-weight: 600;
  font-size: 14px;
}

.order-complate[v-cloak] {
  display: none;
}

.constructor-haeder[v-cloak] {
  display: none;
}

.products[v-cloak] {
  display: none;
}


.download-file__tooltip {
  display: flex;
  font-size: 12px;
  width: 138px;
  text-align: left;
  margin-left: 16px;
  color: #a6a6a6;
}
.print-type__item span svg {
  width: 16px;
  height: 16px;
}
.print-type__item span {
  position: absolute;
  top: 0;
  left: calc(100% - 12px);
  z-index:20;
}

label span.press-tooltip__wrapper p {
  position: absolute;
  bottom: calc(100% + 10px);
  display: none;
  font-size: 12px;
  font-weight: 500;
  width: 190px;
  background-color: #cecece;
  color:#08478E;
  padding:5px;
  border-radius: 3px;
}

.press-tooltip__wrapper:hover  p {
  display: block;
}

.product_quantity-input-wrapper {
  display: flex;
  align-items: center;
}

.qty-buttons {
  display: flex;
  flex-direction: column;
  width: 30px;
}
.qty-buttons > button {
  border:none;
  background: transparent;
  padding:0;
  margin:0;
}

.qty-buttons > button:first-child {
border-bottom:1px solid #bcbcbc;
}

.product_quantity-input-wrapper {
  background-color: #F9FAFB;
  outline: 1px solid #D1D5DB;
  border-radius: 10px;
}

input.product-quantity__input {
  width: 80%;
  border-radius: 10px 0 0 10px;
  box-shadow: none;
  font-size: 12px;
  text-align: center;
  border-right: 1px solid #bcbcbc;
  text-align: center;
}

.apply-press {
  position: relative;
}

.apply-press p {
  position: absolute;
  bottom: calc(100% + 10px);
  text-align: left;
  font-size: 10px;
  color: white;
}

.place-order-info-message {
  margin: 20px 0;
  color:#08478E;
  font-size: 14px;
  font-weight: 700;
}