/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

*:not(input) {
    -webkit-appearance: none;
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: #CBA480;
    text-decoration: none;
}

input,select,button {
    border-style: solid;
    border-width: 1px;
    border-color: #e7e7e7;
}
#commercial-proposal-head .btn.cancel {
    border: 1px solid #EAEAEA;
}

.field-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
}
.field-search input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #1a1a1a;
    padding: 11px 45px 11px 8px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
}
.field-search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    margin: 0;
    width: 40px;
    min-width: 0;
    min-height: 0;
    color: #1A1A1A;
}

.add-list {
    min-height: 0;
    border: 1px solid #CBA480;
    background: #CBA480;
    color: white;
}

.add-list:hover {
    color: #e2e2e2;
}

.favoritesList-module .favorite-list-item {
    border: none;
}
.favoritesList-module .favorite-list-item:hover .favorite-actions {
    opacity: 1;
}
.favoritesList-module .favorite-list-item a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #1A1A1A;
}
.favoritesList-module .favorite-list-item  a:hover {
    color: #1A1A1A;
    text-decoration: underline;
}

.favoritesList-module .favorite-list-item .favorite-list-products {
    display: block;
}

.favoritesList-module .favorite-list-item .favorite-list-products .favorite-block-img {
    border: 1px solid #e8e8e8;
    border-collapse: collapse;
}
.favoritesList-module .favorite-list-item .favorite-list-products .favorite-block-img img {
    width: 100%;
}

.favoritesList-module .favorite-list-item .favorite-list-products .second-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.favoritesList-module .favorite-list-item .favorite-list-title {
    border: none;
    text-align: justify;
}
.favorite-actions {
    position: absolute;
    top: 8px;
    right: 8px;
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 0;
}
.favorite-list-item-delete, .delete-favorite-product, .delete-favorite-product-single {
    position: relative;
    width: 24px;
    height: 24px;
    background: none;
    background-image: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 0;
    border: 1px solid #e8e8e8;
    -webkit-transition: all 0.2 ease-in;
    -o-transition: all 0.2 ease-in;
    transition: all 0.2 ease-in;
    text-align: center;
    top: 0;
    right: 0;
    margin-bottom: 5px;
    opacity: 1;
    cursor: pointer;
}

.favoritesList-module .favorite-list-item .favorite-list-item-delete:hover {
    color: #CBA480;
    border: 1px solid #CBA480;
}

.favorite-list-items .favorite-product-item {
    position: relative;
}

.favorite-list-items .favorite-product-item:hover .favorite-actions {
    opacity: 1;
}


.custom-filed {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  margin-right: 10px;
  border: 2px solid rgba(26, 26, 26, 0.1);
}

.custom-filed button.btn--icon[type="reset"] {
    position: absolute;
    color: #a1a1a1;
    background: none;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    outline: none;
}

.custom-filed button.btn--icon[type="reset"] ~  input  {
    padding-right: 30px;
}

.inputs-group {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
}

.inputs-group input, .inputs-group button {
  border-radius: 0;
  border-style: solid;
}

.cart-header .cart-actions .inputs-group button[disabled]{
    opacity: 0.2;
}

.inputs-group input {
    border:none;
  padding: 14px;
  width: 100%;
}

.inputs-group button {
  border: none;
  background: #000;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.03em;
}


#commercial-proposal-head input {
  padding: 14px;
  border: 1px solid #1a1a1a1a;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#commercial-proposal-head input[type=checkbox]{
    width: auto;
}

#commercial-proposal-head small.label {
  display: block;
  text-transform: uppercase;
  color: #8d8d8d;
  width: 100%;
  font-size: 10px;
  margin-bottom: 4px;
  font-weight: 500;
}

#commercial-proposal-head {
  padding-bottom: 30px;
}

#commercial-proposal-head .commercial-offer-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#commercial-proposal-head .commercial-offer-header .commercial-proposal-promocode{
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 138.19%;
    color: #1A1A1A;
    font-family: Playfair Display;
}

#commercial-proposal-head .commercial-proposal-title {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
}

#commercial-proposal-head .commercial-proposal-title .commercial-proposal-id{
    font-size: 28px;
    line-height: 36px;
    font-variant-numeric: lining-nums;
}

#commercial-proposal-head .commercial-offer-header .commercial-proposal-promocode .commercial-proposal-promocode-value{
    background: #E4E4E4;
    font-variant-numeric: lining-nums;
}

#commercial-proposal-head .commercial-proposal-actual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#commercial-proposal-head .commercial-proposal-actual__status {
  position: relative;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 20px;
}

#commercial-proposal-head .commercial-proposal-actual__status div.status {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
      transform: translateY(4px);
  border-radius: 100%;
  width: 24px;
  height: 24px;
  background: #ededed;
}

#commercial-proposal-head .commercial-proposal-actual__status div.status.active{
    background: #CBA480;
}

#commercial-proposal-head .commercial-proposal-actual__actual-date {
  position: relative;
  width: 209px;
}

#commercial-proposal-head .commercial-proposal-actual__actual-date input {
  position: relative;
}

#commercial-proposal-head .commercial-proposal-actual__actual-date input:before {
  content: "";
  position: absolute;
  right: -39px;
  height: 100%;
  width: 1px;
  background: #eaeaea;
}

#commercial-proposal-head .commercial-proposal-assign-user__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#commercial-proposal-head .commercial-proposal-assign-user__search input {
  margin-right: 10px;
  padding-right: 45px;
}

#commercial-proposal-head .commercial-proposal-assign-user__search button {
  margin-left: 10px;
}

#commercial-proposal-head .commercial-proposal-actions {
  margin-top: 40px;
  margin-bottom: 36px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}

#commercial-proposal-head .commercial-proposal-aside {
  background: #f8f8f8;
  padding: 20px;
  /* height: 100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
}

#commercial-proposal-head .commercial-proposal-aside hr {
    width: 100%;
}
#commercial-proposal-head .commercial-proposal-aside__title {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 14px;
}

#commercial-proposal-head .commercial-proposal-aside__count {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#commercial-proposal-head .commercial-proposal-aside__count tr {
  margin-bottom: 20px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#commercial-proposal-head .commercial-proposal-aside__total {
  padding: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#commercial-proposal-head .commercial-proposal-aside__total span {
  font-weight: 600;
  font-size: 18px;
}

#commercial-proposal-head .commercial-proposal-aside__total strong ,
#commercial-proposal-head .commercial-proposal-aside__total strong span {
  font-weight: 600;
  font-size: 28px;
}

#commercial-proposal-head .commercial-offer-change-discount-activity {
    margin-bottom: 16px;
}

.input-custom-field {
  position: relative;
}

.input-custom-field input {
  padding-right: 35px;
}

.input-custom-field .btn.btn--icon {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  padding: 0 15px;
  border: none;
}

.input-custom-field.expanded .result-search{
    display: block;
}

.input-custom-field .result-search {
  position: absolute;
  display: none;
  top: 100%;
  z-index: 10;
  width: 100%;
  background: #fff;
  padding: 15px;
  list-style: none;
  border: 1px solid #ccc;
  border-top: none;
}

.input-custom-field .result-search li:not(:last-of-type) {
  margin-bottom: 10px;
  cursor: pointer;
}

.commercial-proposal-actions .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: auto;
  min-height: auto;
  line-height: 1;
  font-size: 12px;
  padding: 15px;
  border-radius: 0;
  border: 1px solid;
  cursor: pointer;
}

#commercial-proposal-head .btn--primary {
  border: 1px solid #cba480;
  background: #cba480;
  text-transform: uppercase;
  color: white;
}

#commercial-proposal-head .btn--danger {
  background: #eb3636;
  border-color: #eb3636;
  color: #eb3636;
}

#commercial-proposal-head .btn--danger:not(.btn--outline) {
  color: white;
}

#commercial-proposal-head .btn--outline {
  background: transparent;
}

#commercial-proposal-head .btn:last-child {
  margin-right: 0;
}

#commercial-proposal-head .btn:first-child {
  margin-left: 0;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
}

.btn.btn--outline {
    border: 1px solid #EAEAEA;
    background: transparent;
}
.btn.cancel {
    padding: 11px 33px;
}

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

.mb-15 {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
   .mt-md-0 {
        margin-top: 0px!important;
    }
    .mb-md-0 {
        margin-bottom: 0;
    }
    .pr-md-15 {
        padding-right: 15px!important;
    }
    .pl-md-15 {
        padding-left: 15px!important;
    }
    
}

@media (max-width: 768px){
    #commercial-proposal-head .commercial-proposal-actions{
        grid-template-columns: repeat(2, 1fr);
    }
    
    #commercial-proposal-head .commercial-proposal-actual__actual-date input:before{
        content: none;
    }
}
/*brands on page main*/
.brandsitem{/*background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);*/background:#fff; border: 1px solid #CBA480; }
.marquee-wrapper { overflow: hidden; position: relative; width: 100%; padding-bottom: 40px; } .marquee-wrapper:hover .marquee-inner { animation-play-state: paused; }
.marquee-inner { display: flex; gap: 20px; width: max-content; animation: scroll-marquee 120s linear infinite; align-items: center; }
.brandsblock { display: flex; gap: 20px; flex-wrap: nowrap; align-items: center; }
.brandsblock .brandsitem{ position: relative; z-index: 0; border-radius: 20px; min-width: 200px; min-height: 100px; overflow: hidden; }
.brandsitem a { display: block; position: absolute; cursor: pointer; width: 100%; height: 100%; z-index: 1; }
@keyframes scroll-marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

  @media (max-width: 768px) {
      .brandsblock .brandsitem{ position: relative; z-index: 0; border-radius: 20px; min-width: 130px; min-height: 70px; overflow: hidden; }
     
     
  }
/* end brands on page main*/

/* h1 ведёт себя как обычный текст блока и наследует всё:
   семейство шрифта, размер (36px / 24px на <997px), цвет, line-height */
.art-text-block .hero-title{
  margin: 0;          /* убираем дефолтные отступы h1 */
  display: inline-block;    /* чтобы строка не «ломалась» */
  font: inherit;      /* наследуем font-family/size/weight/style */
  line-height: inherit;
  color: inherit;
}
/* cекция «Выберите товар по категориям» — обнуляем только дефолтные margins у h2 */
#categories h2.section_title { 
  margin-top: 0;                 /* низ уже задан вашими стилями */
}

/* заголовки карточек категорий как h3 — тоже без дефолтных отступов */
#categories h3.categories-list__item-title {
  margin: 0;                     /* всё остальное наследуется из существующих классов */
  display: block;                /* на всякий случай, как у вашего .section_title */
}
.new-product h2.section_title { margin-top: 0; }
.designers-choice-block .designers-choice-title { margin-top: 0; }
#reviews-title, #bestsellers-title, #styles-title { margin-top: 0; }

/* h1 и продолжение — в одной строке */
.art-text-block .hero-title{
  display: inline;      /* ключевой момент */
  margin: 0;
  font: inherit;
  line-height: inherit;
  color: inherit;
}

.art-text-block .hero-lead{
  display: inline;      /* чтобы не было переноса после h1 */
  margin: 0;
  font: inherit;
  line-height: inherit;
  color: inherit;
}

/* небольшой пробел между частями (если нужен визуально) */
.art-text-block .hero-lead::before{ content: " "; }

@media (max-width: 768px) {
jdiv.__jivoMobileButton {
        position: fixed !important;
        bottom: 0px !important;
        right: 0px !important;
    }
}
