/* Begin Additional CSS Styles */


.breadcrumbs {
    padding: 0px 15px 0px 15px;
}

.breadcrumbs a {
    color: #383838;
}

.breadcrumbs a:hover {
    color: #de8300;
}

.breadcrumbs a span {
    text-transform: lowercase;
}

.breadcrumbs a span::first-letter {
    text-transform: uppercase;
}


.additional-cat-links_grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fill, minmax(275px, 1fr)); */
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
    grid-gap: 20px;
}

/* .product-container{
    display: flex;
} */



.category-view .browse-view .product .spacer {
    border: 1px solid transparent;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
}
.category-view .browse-view .product .spacer:hover {
    border-color: #ff9000;
}


.category-view .browse-view .row .product .spacer.product-container {
    padding: 10px 15px;
    height: 100%;
}

.category-view .browse-view .row .product .spacer.product-container .vm-product-media-container {
    height: 220px;    
    display: flex;
    justify-content: center;
    align-items: center; 
}

.category-view .browse-view .row .product .spacer.product-container .vm-product-media-container .modal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.category-view .browse-view .row .product .spacer.product-container .vm-product-media-container .browseProductImage {
    width: 100%;
    max-height: 220px;
    max-width: 200px;
}

.from-new-line {
    display: block;
    text-align: center;
}

.category-view .browse-view .row .product .spacer.product-container .product_s_desc {
    text-align: center;
} 

.category-view .browse-view .row .product .spacer.product-container .product_s_desc + ul {
    text-align: center;
}

.category-view .browse-view .row .product .spacer.product-container .product_s_desc + ul li {
    text-align: center;
}

.category-view .browse-view .row .product .spacer.product-container .product_s_desc + ul li b {
    display: block;
}



.product-detail-page_banner {
    display: grid;
    grid-template-columns: 4fr 5fr;
    grid-gap: 20px;
    margin-bottom: 25px;
}

.product-detail-page_descr__art {
    display: flex;
    flex-direction: row;
}

.product-detail-page_descr__art .product-detail-page_descr__art--title {
    margin: 0;
}

.product-detail-page_descr__art .product-detail-page_descr__art--title {
    color: #383838;
    font-size: 14px;
    line-height: 16px;
    margin-right: 5px;
}

.product-detail-page_descr__art .product-detail-page_descr__art--num {
    font-weight: bold;
    color: #383838;
    font-size: 14px;
    line-height: 16px;
}

.product-detail-page_image__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    /* max-width: 360px; */
    width: 100%;
}

.product-detail-page_descr__subtitle .product-detail-page_descr__subtitle--text {
    font-size: 16px;
    line-height: 24px;
    color: #383838;
    margin: 0;
}

.product-detail-page_descr__main-title,
.product-detail-page_descr__subtitle,
.product-detail-page_descr__price,
.product-detail-page_descr__attention {
    margin-bottom: 25px;
}

.product-detail-page_descr__price {
    /* display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px; */
    display: flex;
    flex-direction: column;
}

.product-detail-page_descr__price--item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
    margin-bottom: 10px;
}

.product-detail-page_descr__price--num-text {
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    color: #383838;
    padding-right: 10px;
}

.product-detail-page_descr__price--descr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.product-detail-page_descr__price--num {
    border-right: 1px solid #D4D4D4;
    display: flex;
    align-items: center;
}

.product-detail-page_descr__price--descr p {
    margin: 0;
}

.product-detail-page_descr__price--descr-recipe-text {
    font-size: 14px;
    line-height: 17px;
    color: #909090;
}

.product-detail-page_descr__price--descr p.product-detail-page_descr__price--descr-recipe-text {
    /* margin-bottom: 5px; */
}

.product-detail-page_descr__price--descr-info-text {
    font-size: 12px;
    line-height: 14px;
    color: #383838
}

.product-detail-page_descr__price--descr-info-text span{
    font-size: 12px;
    line-height: 14px;
    color: #DE8300;
}

.product-detail-page_descr__attention-cont {
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    padding: 15px 20px;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
}

.product-detail-page_descr__attention--mark {
    margin-right: 20px;
}

.product-detail-page_descr__attention--descr .product-detail-page_descr__attention--descr-text {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #383838;
}

.product-detail-page_descr__order {
    display: flex;
}

.product-detail-page_descr .product-detail-page_descr__order .product-detail-page_descr__order--btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    background-color: #F39801;
    padding: 20px 35px;
    text-decoration: none;
    width: 260px;
}

.product-detail-page_descr .product-detail-page_descr__order .product-detail-page_descr__order--btn:hover {
    background-color: #c57a00; 
}


.product-detail-page-wrapper ~ .product-description table#price {
    width: 100% !important;
}

.product-detail-page-wrapper ~ .product-description table#price thead tr td {
    border-radius: 0;
}

.product-detail-page-wrapper ~ .product-description table#price td:first-child {
    text-align: left !important;
}

.product-detail-page-wrapper ~ .product-description table#price tbody td:last-child {
    text-align: right !important;
}

.product-detail-page-wrapper ~ .product-description table#price tbody td.table-title:last-child {
    position: relative;
    text-align: left !important;
    border-radius: 3px; 
}

.product-detail-page-wrapper ~ .product-description table#price tbody tr {
    background-color: #f6f6f6; 
}

.product-detail-page-wrapper ~ .product-description table#price tbody td.table-title:last-child::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f6f6f6;
    left: 0;
    top: -2px;
}

.product-detail-page-wrapper ~ .product-description table#price tbody td.table-title:last-child::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f6f6f6;
    left: 0;
    bottom: 0;
    z-index: 1;
}


.product-detail-page-wrapper ~ .product-description table#price tr td {
    border: none;
}

.product-detail-page-wrapper ~ .product-description table#price thead tr td {
    border-radius: 3px; 
}


.product-detail-page_image__wrap img {
    width: 100%;
    height: auto;
    max-height: 450px;
}


.table-title {
    color: #ffffff;
    font-style: normal;
    background-color: #de8300;
}

table#price thead tr {
    background-color: #de8300;  
}

.table-title span {
    font-weight: bold;
}

/* table#price tbody tr:nth-child(1n),
table#price tbody tr:nth-child(2n) {
    background: #f6f6f6;
} */

table#price tbody tr {
    position: relative;
    border-bottom: 1px solid #D4D4D4;
}

table#price tbody tr::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #D4D4D4;
    bottom: -1px;
    left: 0;
}

.product-description table#price tr .table-title {
    text-align: left !important;
}


/* 
.product-detail-page-wrapper ~ .product-description table#price tbody tr {
    border-bottom: 0;
}

.product-detail-page-wrapper ~ .product-description table#price tbody tr::after {
    height: 0;
} */


.art-content-layout .art-post .art-postcontent > h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.art-content-layout .art-post .art-postcontent h2 center {
    position: relative;
    display: inline-block;
    padding: 0 10px;
}


.art-content-layout .art-post .art-postcontent h2 center::before {
    left: 100%;
}

.art-content-layout .art-post .art-postcontent h2 center::after {
    right: 100%;
}

.art-content-layout .art-post .art-postcontent h2 center::before,
.art-content-layout .art-post .art-postcontent h2 center::after {
    content: '';
    position: absolute;
    width: 1200px;
    height: 100%;
    background-image: url('/plugins/system/bdthemes_shortcodes/shortcodes/heading/images/strip-pattern.svg');
}


@media screen and (max-width: 680px) {
    .category-view .browse-view .row {
        margin: 0;
    }

    .category-view .browse-view .row .product {
        width: 45%;
        margin-bottom: 30px;
    }

    .product-detail-page_banner {
        grid-template-columns: repeat(1, 1fr);
    }

    .product-detail-page_image__wrap img {
        max-width: 300px;
    }

    .product-detail-page_image__wrap {
        margin: 0 auto;
    }
}

@media screen and (max-width: 450px) {
    .category-view .browse-view .row .product {
        width: 100%;
    } 

    .product-detail-page_descr__price--item {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px;
    }
}

@media screen and (max-width: 375px) {
    .product-detail-page_descr__price--num-text {
        font-size: 20px;
    }

    .product-detail-page_descr__price {
        grid-gap: 10px;
    }
}
.category-view .browse-view .row{
    margin-bottom: 20px;
}
.breadcrumbs{
    font-family: Roboto,Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
    margin-top: 10px;
}
.product-detail-page_descr__intnotes {
	font-style: italic;
    font-size: 0.8em;
    margin-bottom: 1em;
}
.product-detail-page_descr__main-title{
	    margin-bottom: 10px;
}
.tel{
    top: 5px;
}
.search-wrapeer form {
    position: relative;
}
.search-wrapeer form .search-btn{
    position: absolute;
    border: none;
    background: url('/templates/negoreloe/images/search.svg') center center/cover no-repeat;
    top: 50%;
    right: 21px;
    width: 15px;
    transform: translateY(-50%);
    height: 15px;
    cursor: pointer;
}
/*скрытие поля поиска - ниже*/
.search-wrapeer{
    display: none;
}
/*скрытие поля поиска - выше*/
.d-flex_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.error-page_wrapper{
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.error-page-content{
  display: flex;
  flex-direction: column;
  text-align: center;
}
.error-page_btn{
  width: 260px;
  height: 60px;

  background: #F39801;
  text-align: center;
  color:   #FFFFFF;
  margin-top: 25px;
}
.error-page_title{
 font-family: Rubick,Roboto,Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  text-transform: uppercase;
  color: #383838;
  text-align: center;
  margin-top: 12px;
}
.error-page_subtitle{
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 15px;
}
a.error-page_link{
  justify-content:center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  color: #ffffff !important;
  text-decoration: none !important;
}
a.error-page_link:hover{
    text-shadow: 4px 4px 8px rgba(150, 150, 150, 1);
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
}
@media screen and (max-width:550px){
  .error-page_btn{
    width: 200px;
  }
  .error-page_title{
    font-size: 30px;
  }
}
.advantages{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0;
  }
  .advantages-content{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }
  .advantages_title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color:#de8300;
    
  }
  .advantages_subtitle{
    font-size: 18px;
    text-align: center;
    margin: 15px 0;
  }
  .advantages_items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
  }
  .advantages_item{
    width: 49%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }
  .advantages_img{
  margin-right: 20px;
}

  .advantages_img img{
    width: 60px;
    height: 60px;
    object-fit: contain;
  }
  .advantages_img {
    width: 15%;
    }
  .advantages_text{
      width: 82%;
      text-align: left;
  }
  @media screen and (max-width:550px){
    .advantages_item{
        width: 98%;
        justify-content: space-around;
    }
    .advantages_img {
      width: 20%;
      }
    .advantages_text{
        width: 78%;
        line-height: 1.2;
    }
  }
  .art-post_404{
      padding: 110px;
  }
  @media screen and (max-width:1100px){
    .art-post_404{
        padding: 0;
        margin: 40px 10px;
    }
    .error-page_wrapper{
        height: auto;
        width: auto;
    }
  }
  #mod-finder-searchform {
    position: relative;
  }
  #mod-finder-searchform .search-btn{
    position: absolute;
    border: none;
    background: url(/templates/negoreloe/images/search.svg) center center/cover no-repeat;
    top: 50%;
    right: 10px;
    width: 15px;
    transform: translateY(-50%);
    height: 15px;
    cursor: pointer;
  }
  #mod-finder-searchform input.inputbox{
      padding-left: 3px !important;
      font-size: 13px;
  }
  #finder-search fieldset input.inputbox{
    padding-left: 3px !important;
  }
  @media screen and (max-width:1100px){
    .art-header .tel{
        flex-direction: column;
        margin-bottom: 5px;
        margin-top: 5px;
    }
  }
  #finder-search #advancedSearch{
      display: none;
  }
  form.art-search input[type="text"]{
      border-radius: 0px;
      border: none;
      padding: 5px 0;
      color: rgba(222, 131, 0, 0.8) !important;
      background: rgba(255,255,255,0.85);
  }
  #mod-finder-searchform input.inputbox{
      height: 100%;
  }
  #mod-finder-searchform .finder{
      min-height: 26px;
  }
  #mod-finder-searchform .search-btn{
    position: absolute;
    border: none;
    background: rgba(222, 131, 0, 1) url(/templates/negoreloe/images/search.svg) center center/contain no-repeat;
    top: 50%;
    right: 0px;
    background-size: auto;
    padding-right: 10px;
    width: 30px;
    transform: translateY(-50%);
    height: 100%;
    cursor: pointer;
  }
/* End Additional CSS Styles */