

/* Start:/local/templates/famous/css/owl.carousel.css?17226769844744*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/famous/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/famous/css/owl.theme.default.css?17226769841380*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/* End */


/* Start:/local/templates/famous/css/index-slider.css?17387775884546*/
.index__slider {
    margin-top: -31px;
    margin-bottom: 40px;
}
.index__slider--inner.owl-carousel .owl-item img.index__slider--inner-image {
    position: absolute;
    z-index: -1;
    width: 100%!important;
    height: 100%;
    right: 0;
    left: 0;
}


.index__slider div.owl-theme .owl-dots {
    margin-top: -25px!important;
    position: absolute;
    width: 100%;
}
.index__slider div.owl-theme .owl-dots .owl-dot.active {
    background: rgba(34, 160, 56, 1);
}
.index__slider--inner {
    height: 440px;
    position: relative;
}
.index__slider--inner.owl-carousel .owl-item img.image-1000,
.image-1000 {
    display: none;
}
.index__slider--inner.owl-carousel .owl-item img.image-768 ,
.image-768 {
    display: none;
}
.index__slider--inner.owl-carousel .owl-item img.image-480 ,
.image-480 {
    display: none;
}
.index__slider--inner.owl-carousel .owl-item img.image-320 ,
.image-320 {
    display: none;
}
.index__slider--inner.owl-carousel .owl-item img {
    width: auto!important;
}
@media (min-width: 1000px) and (max-width: 1439px) {

    .index__slider div.owl-theme .owl-dots {
        margin-top: -25px!important;
        position: absolute;
        width: 100%;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-1920 ,
    .image-1920 {
        display: none;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-1000 ,
    .image-1000 {
        display: block;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-768 ,
    .image-768 {
        display: none;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-480,
    .image-480 {
        display: none;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-320 ,
    .image-320 {
        display: none;
    }
    .index__slider--inner img {
      /*  height: 100%;*/
        margin-left: 0;
        left: -20px;
    }
}
@media (min-width: 768px) and (max-width: 999px) {
    .index__slider--inner.owl-carousel .owl-item img.image-1920 ,
    .image-1920 {
        display: none;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-1000 ,
    .image-1000 {
        display: none;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-768 ,
    .image-768 {
        display: block;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-480,
    .image-480 {
        display: none;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-320 ,
    .image-320 {
        display: none;
    }

    div .index__slider--inner img {
        right: -19px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .index__slider div.owl-theme .owl-dots {
        margin-top: -25px!important;
        position: absolute;
        width: 100%;
    }
    .index__slider--inner img {
        margin-left: 0;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-1920,
    .image-1920 {
        display: none;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-1000,
    .image-1000 {
        display: none;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-768 ,
    .image-768 {
        display: none;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-480 ,
    .image-480 {
        display: block;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-320 ,
    .image-320 {
        display: none;
    }
   div .index__slider--inner img {

        right: -20px;
    }
}
@media (max-width: 479px) {
    .index__slider div.owl-theme .owl-dots {
        margin-top: -25px!important;
        position: absolute;
        width: 100%;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-1920 ,
    .image-1920 {
        display: none;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-1000,
    .image-1000 {
        display: none;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-768,
    .image-768 {
        display: none;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-480 ,
    .image-480 {
        display: none;
    }
    .index__slider--inner.owl-carousel .owl-item img.image-320 ,
    .image-320 {
        display: block;
    }
    div .index__slider--inner img {
      /*  width: 100%;
        height: auto;*/
    }
   div .index__slider--inner {
        height: 225px;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .index__slider {
        margin-bottom: 37px;
    }
}

@media (max-width: 767px) {
    .index__slider--inner {
        height: 360px;
    }
    .index__slider {
        margin-bottom: 21px;
    }
}

/* End */


/* Start:/local/templates/famous/css/main.css?17401375838172*/
@font-face {
    font-family: "EngraversBold";
    src: url("/local/templates/famous/fonts/EngraversGothic-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: "Engravers";
    src: url("/local/templates/famous/fonts/EngraversGothic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
html body {
    font-family: "Engravers"!important;
}
.bx-header-section--top .bx-header-phone-number {
    font-family: "Engravers";    font-size: 1em;
}
.product-item-title a,
h1, h2, h3, h4, h5,
.bx-breadcrumb-item-text,
.smart-filter-title,
.bx-active .smart-filter-parameters-box-title-text,
.smart-filter-parameters-box-container input,
.basket-coupon-block-field-description,
.basket-checkout-block-total-title,
.basket-checkout-block-total-description,
.basket-coupon-block-total-price-current,
.basket-item-info-name, .basket-item-info-name-link,
.basket-item-price-current-text,
.basket-item-price-title,
.basket-item-amount-field-description,
.basket-item-price-current-text,
.basket-items-list-header-filter-item.active,
.basket-item-property-name, .basket-item-property-custom-name,
.basket-item-property-value, .basket-item-property-custom-value
{
    font-family: "Engravers"!important;
}
div.catalog-block-header {
    font-size: 20px;
}
.product-item-button-container .btn {
    padding-top: 0;
}
.product-item-price-current {
    font-size: 18px;
}
i.svg.inline {
    margin-top: -3px;
}
.menu--top {
    display:none;
}
.menu--top.active ul.bx-nav-list-1-lvl{
    display:flex;
}
.menu--top.active {
    display: flex
;
    position: absolute;
    z-index: 9;
    background: #2a2d30;
    border-radius: 6px;
}
.header-menu__link--only-catalog {
    cursor: pointer;
}
ul.header--menu-top li a:hover{
    color: #dfcea7
}
ul.header--menu-top li a{
    color: #fff;
    text-decoration: none;
}
ul.header--menu-top li{
    list-style-type: none;
}
ul.header--menu-top {
    display: flex;
    padding-left: 0;
    gap:30px
}
.search-title-form.active {
    display: flex;
}
.search-title-form {
    display:none
}
.search-title-button path{
    fill: #dfcea7;
}
.search-title-button {
    width: 25px;
    cursor: pointer;
}
header.bx-header .bx-header-section{
    background: #000000;
    color: #fff;
}
.bx-header-section--top a{
    color: #000;
}
.bx-header-section--top .container {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.bx-header-section--top .bx-header-phone-number {
    color: #000;
}
.bx-header-section--top .bx-header-block--items a {
    color: #000;
}
.bx-header-section--top {
    background: #dfcea7;
    color: #000;
    padding: 5px 0;
}
.bx-header a.basket-line-block-icon-profile {
    color: #dfcea7;
}
.bx-header .basket-line-block-icon-cart svg {
    fill: #dfcea7;
}
.bx-header span.cart__number {
    color: #000000;
}
.search-title-button {
    width: 25px;
    cursor: pointer;
    position: absolute;
    margin-right: 43px;
    margin-left: -25px;
    margin-top: -3px;
}
.bx-header input#title-search-input {
    border: 1px solid #dfcea7;
    color: #dfcea7;
}
#title-search button {
    position: absolute;
    background: #dfcea7;
}
.search-title-button.search-title-button--close.active {
    display: flex;
}
.search-title-button.search-title-button--close {
    display: none
}
.search-title-button.search-title-button--btn {
    display:none
}
.search-title-button.search-title-button--btn.active {
    display: flex;
}
.search-title-form.active {
    margin-top: -8px;
}
.row--logo {
    padding-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
#vertical-multilevel-menu_bottom li{
    list-style-type: none;
}
#vertical-multilevel-menu_bottom a:hover{
    opacity: 0.8
}
#vertical-multilevel-menu_bottom a{
    color: #dfcea7;
    text-decoration: none;
}
#vertical-multilevel-menu_bottom {
    padding: 0;
    display: flex;
    gap: 30px;
    margin-top: 15px;
}
.index__slider div.owl-theme .owl-dots .owl-dot.active {
    background: none;
    outline: none;
}
.index__slider--inner {
    height: 550px;
    position: relative;
}
.title-search-result th {
    display: none
}
.search-page a {
    color: #dfcea7
}
div .sale-personal-section-index-block.bx-green {
    border-color: #dfcea7;
    background-color: #1e1e1e;
    color: #000000;
}
body a, body .btn-link {
    color: #dfcea7;
}
.catalog-section-list-tile-list li {
    margin-bottom: 10px;
}
.catalog-section .product-item-title a:hover {
    color: #dfcea7
}
.catalog-section .product-item-amount-field-container {

    max-width: 90px;
}
.main-profile-block-shown .form-group.row {
    margin-bottom: 10px;
}
.product-item-detail-short-card-image img {
    height: auto !important;
}
.menu--top.active {
    z-index: 99;
}
.contacts-map {
    width: 50%
}
div#sort-options {
    display: flex
;
    gap: 10px;
    margin-bottom: 10px;
    justify-content: end;
}
.sort--links a:hover {
    color: #dfcea7
}
.sort--links {
    display: flex
;
    gap: 15px;
}
.sort--links a.active {
    font-weight: bold;
}
.sort--links a {
    color: #000;
    text-decoration: none;
}
.bx-soa-customer .soa-property-container input.btn.btn-primary.btn-sm {
    margin-left: 0 !important;
}
@media (max-width: 1200px) {
    #vertical-multilevel-menu_bottom {
        gap: 10px;
    }
    #vertical-multilevel-menu_bottom a {
        letter-spacing: -1px;
    }
}
@media (max-width: 991px) {
    .bx-header-section--top .bx-header-block--items a {
        font-size: 12px;
        letter-spacing: -1px;
    }
   div .bx-header-block--items {

        gap: 11px;
    }
    .contacts-map {
        width: 100%
    }
    #vertical-multilevel-menu_bottom {
        display:none
    }
    .search-title-form.active {
        position: absolute;
        margin-top: 31px;
        margin-right: 25px;
        right: 20px;
        z-index: 9;
        background: #000000;
        border-radius: 0px;
    }
    .bx-header input#title-search-input {
        border-radius: 0;
    }
    div #title-search button {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    #title-search button svg {
        margin-top: -8px;
    }
    .bx-content.col .row.mb-4.bx-site  .col-md-4 ,
    .bx-content.col .row.mb-4.bx-site  .col-md-8 {
        width: 100%;
    }
    .bx-content.col .row.mb-4.bx-site {
        display: flex
    ;
        flex-direction: column;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .bx-header-block--items {display:none!important;}
    .search-title-form.active {
        margin-top: 39px;
    }
    .bx-header-personal {

        display: block !important;
    }
    .d-flex.align-items-center.justify-content-between.flex-column.flex-sm-row.flex-md-column.flex-lg-row {
        flex-direction: row !important;
    }
}
@media (max-width: 416px) {
    div .bx-header-block--items {
        display: none
    }
}
@media (max-width: 401px) {
    .d-flex.align-items-center.justify-content-between.flex-column.flex-sm-row.flex-md-column.flex-lg-row {
        flex-direction: column !important;
    }
    .col-auto.d-none.d-md-block.bx-header-personal {
        margin: 0 auto;
    }
    .search-title-form.active {
        margin-top: 38px;
        margin-right: 15px;
    }
    .bx-header input#title-search-input {
        width: 200px;
    }
    .search-title-form.active {
        width: 200px;
        right: 32px;
        margin-right: 0;
    }
    .menu--top.active ul.root-item{
        display: none !important;
    }
    .menu--top.active {
        z-index: 99;
        left: 0;
        width: 100%;
    }
    .search-title-button {
        width: 25px;
        cursor: pointer;
        position: absolute;
        margin-right: 0;
        margin-left: -25px;
        margin-top: -48px;
        right: 15px;
    }
}
/* End */


/* Start:/local/templates/famous/components/bitrix/sale.basket.basket.line/bootstrap_v4/style.min.css?17386606384065*/
.basket-line-block{position:relative;padding-left:25px;white-space:nowrap;font-size:13px}.basket-line-block-icon-cart,.basket-line-block-icon-profile{position:relative;margin-right:10px}.basket-line-block-icon-cart:after,.basket-line-block-icon-profile:after{position:absolute;top:-1px;left:-25px;display:block;width:20px;height:20px;content:''}.basket-line-block-icon-profile:after{background:no-repeat center url(/local/templates/famous/components/bitrix/sale.basket.basket.line/bootstrap_v4/images/profile.svg)}.basket-line-block-icon-cart:after{background:no-repeat center url(/local/templates/famous/components/bitrix/sale.basket.basket.line/bootstrap_v4/images/cart.svg)}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.vcenter{bottom:10px;top:auto !important}.bx-basket-item-list{display:none}}.bx-basket-fixed .basket-line-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .basket-line{line-height:1.44em}
/* End */


/* Start:/local/templates/famous/components/bitrix/menu/vertical_multilevel/style.css?17392679802157*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 250px;
	font-size:12px;padding: 10px 20px;
	padding-right: 1px;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	border:1px solid #000000;
	border-bottom:none;
	width:250px;

	background: #000000;
}

/* Submenu Items */
#vertical-multilevel-menu li a
{
	display: block;
	font-size: 16px;
	color: #dfcea7;
	text-decoration: none;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{
	font-weight: bold;
}

/*Items Hover */
#vertical-multilevel-menu li a:hover
{

}

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{

}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	opacity: 0.8;
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
font-weight: bold;
}

/*Parent item*/
#vertical-multilevel-menu a.parent
{

	padding-right:10px;
}
#vertical-multilevel-menu li a:hover {
	opacity:0.8
}
/*Denied items*/
#vertical-multilevel-menu a.denied
{

	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/
* html ul#vertical-multilevel-menu li { float: left; height: 1%; }
* html ul#vertical-multilevel-menu li a { height: 1%; }
/* End */


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin:-27px 0 0 228px;
}

#vertical-multilevel-menu li ul
{
	margin:-27px 0 0 225px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}
#vertical-multilevel-menu li ul{
	border-radius: 5px;
}
/* End */


/* Start:/local/templates/famous/components/bitrix/search.title/.default/style.css?17386606352108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/famous/components/bitrix/search.title/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1738584071620*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx-breadcrumb-item{height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:0;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font:400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;transition:250ms linear all}
/* End */


/* Start:/local/templates/famous/template_styles.css?173909812816187*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: "Montserrat";
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #fff;
	--theme-b-link: #f9a91d;
	--theme-b-link-hover: #faba4a;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #f9a91d;
	--theme-b-bd-primary: #f9a91d;
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #faba4a;
	--theme-b-bd-primary-hover: #daa53e;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #faba4a;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #63aa28;
	--theme-b-bd-primary: #63aa28;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5b9f0b;
	--theme-b-bd-primary-hover: #56940b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5b9f0b;
	--theme-b-bd-primary-active: #56940b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}

body {
	background-attachment: fixed;
	background-size: cover;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper { }

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 100px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 100px;
	width: auto;
}

@media (max-width: 767px) {
	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #fff;
	white-space: nowrap;
	font: 21px/28px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(/local/templates/famous/images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-semi-bold, 600);
	}
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 16px/22px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-worktime-schedule {
	color: #000;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

@media (max-width: 991px) {
	.bx-header-worktime {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-regular, 400);
	}
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar li {
	font-size: 12px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(/local/templates/famous/images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(/local/templates/famous/images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(/local/templates/famous/images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(/local/templates/famous/images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(/local/templates/famous/images/phone_white.svg);
	background-size: auto 21px ;
}

footer .bx-footer-section.py-5.bg-dark {
	background: #2a2d30!important;
}
footer a.text-white.nav-link {
	color: #dfcea7 !important;
}
footer .bx-footer-section.py-2.bg-secondary a:hover{
	opacity: 0.8;
}
footer .bx-footer-section.py-2.bg-secondary a{
	color: #dfcea7 !important;
	text-decoration: none;
	opacity: 0.5;
}
footer .col-sm-6.text-white.text-left,
footer .col-sm-6.text-white.text-right {
	color: #dfcea7 !important;
	opacity: 0.5;
}
footer .bx-footer-section.py-2.bg-secondary {
	background: #2a2d30 !important;
	color: #dfcea7 !important;
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding: 44px 0 !important;
}
.scrolltop  {
	position: fixed;
	bottom: 2rem;
	right: 1rem;
	z-index: 99;
	background: #2a2d30;
	padding: 10px;
	border-radius: 30px;
}
.scrolltop svg {
	width: 2rem;
	height: 2rem;
}
footer .nav.flex-column .nav-link {
	padding: .5rem 0;
}
footer .nav.flex-column a:hover{
	opacity: 0.8;
}
footer .nav.flex-column {
	flex-direction: row !important;
	gap: 0px 30px;
}
.footer_info a:hover {
	opacity: 0.8;
}
.footer_info a {
	color: #dfcea7;
	text-decoration: none;
}
.footer_info.footer_info_address {
	color: #dfcea7;
	opacity: 0.5;
}
.footer_info {
	margin-bottom: 5px;
}
.bx-breadcrumb-item-text {
	color: #999;
	border-bottom: 0;
}
.bx-breadcrumb-item-link:hover {
	border-bottom: 1px solid  #999;
	color: #999;
}
.bx-breadcrumb-item-link {
	text-decoration: none;
	color: #999;
}
.detail-news-back a:hover {
	text-decoration: underline;
}
.detail-news-back a{
	text-decoration: none;
	color: #dfcea7 !important;
}
.index--trend .bx-pagination {
	display: none;
}
.indexText {
	border: 1px solid #ededed;
	padding: 48px;
	margin-bottom: 40px;
	border-radius: 12px;
}
span.bx-header-phone-number {
	font-size: .9375em;
}

.bx-header-section--top.container {
	padding: 10px 15px;
}
.bx-header-block--items a:hover{
	border-bottom: 1px solid;
}
.bx-header-block--items a{
	color: #222;
	color: #fff;
	text-decoration: none;
}
.bx-content-section, .bx-header-section {
	background: none
}
.bx-header-section--top.container {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
.bx-header-block--items {
	display: flex;
	gap: 20px;
	font-size: 0.875rem;
	line-height: calc(1em + 7px);
}
.basket-line {
	display: flex;
}
.basket-line-block-icon-profile:after {
	display: none;
}
.basket-line-block {
	position: relative;
	padding-left: 25px;
	white-space: nowrap;
	font-size: 13px;
	display: flex
;
	flex-direction: column;
}
.basket-line-block-icon-cart:after {
	display: none;
}
.basket-line-block-icon-cart svg {
	fill: #fff;
	width: 20px;
	height: 20px;
}
span.cart__number {
	background: #dfcea7;
	/* color: #fff; */
	width: 20px;
	height: 20px;
	border-radius: 30px;
	display: flex
;
	justify-content: center;
	align-items: center;
	font-size: 11px;
	position: absolute;
	top: -8px;
	right: -2px
}
a.basket-line-block-icon-profile:hover {
	opacity: 0.7;
}
a.basket-line-block-icon-profile {
	color: #fff;
	text-decoration: none;
}
input#title-search-input {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
	outline: none;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	background: none;
	color: #fff;
}
#title-search button svg{
	width: 20px;
	height: 20px;
}
#title-search button {
	width: 46px;
	height: 46px;
	border: 0;
	outline: none;
	margin-left: -10px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.bx-nav-2-lvl-link-text:hover {
	color: #dfcea7 !important;
}
.bx-nav-2-lvl-link-text {
	font-size: 1rem;
	line-height: calc(1em + 7px);
	font-weight: 400;
	color: #000000;
}
ul.bx-nav-list-2-lvl {
	display: flex;
    gap: 40px;
}
.bx-top-nav-container a,.bx-nav-2-lvl-link-text{
	color: #fff
}
.bx-top-nav-container {
	position: relative;
	padding: 0;
}
.bx-nav-2-lvl {
	padding: 0;
	min-width: auto;
}
.bx-nav-2-lvl-link {
	padding: 5px 0px 5px;
}
header.bx-header {
	border-bottom: 1px solid rgb(238 238 238);
	margin-bottom: 30px;
	/*background: #000000;
	color: #fff;*/
}
header.bx-header .row.mb-4.d-none.d-md-block {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.header-menu__item {
	margin: 0;
	position: relative;
	display: flex
;
	align-items: center;
	flex-shrink: 0;
}
.header-menu__link--only-catalog>.header-menu__title {
	padding-right: 0;
	padding-left: 16px;
	font-size: 1.06667em;
	font-weight: 600;
}
a.header-menu__link--only-catalog:hover {
	opacity: 0.8;
}
a.header-menu__link--only-catalog {
	border: 0;
	color: #000;
	text-decoration: none;
	display: flex
;
	background: #dfcea7 !important;
	height: 50px;
	display: flex
;
	align-items: center;
	padding: 0 20px;
	border-radius: 5px;
}
.d-flex.align-items-center.justify-content-between.flex-column.flex-sm-row.flex-md-column.flex-lg-row {
	padding: 0 40px;
}
.product-item-button-container button:hover {
	opacity:0.8;
	color:#000
}
.product-item-button-container button {
	color: #000;
	background: #dfcea7 !important;
	border: 0;
}
.bx-rating-icon {
	fill: #dfcea7;
}
.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #006cc0;
	background: #dfcea7;
	content: "";
	transition: all 250ms ease;
}
.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: #dfcea7;
	color: #000;
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
	background: #e5d8b9;
	color: #000000;
}
.product-item-detail-tab-link:hover, .product-item-detail-tab.active .product-item-detail-tab-link {

	color: #000;
}
a.product-item-detail-tab-link {
	text-decoration: none;
}
.btn.btn-primary.product-item-detail-buy-button:hover {
	opacity:0.8;
	color:#000
}
.btn.btn-primary.product-item-detail-buy-button {
	color: #000;
	background: #dfcea7 !important;
	border: 0;
}
.btn-primary, .list-group-item.active {
	border-color: #dfcea7;
	background-color: #dfcea7;
	color: #000000;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
	border-color: #dfcea7;
	background-color: #dfcea7;
	color: #000000;
	opacity: 0.8;
}
.smart-filter-slider-price-bar-vn {
	z-index: 70;
	background-color: #eee;
}
.sale-personal-section-index-block.bx-green {
	border-color: #dfcea7;
	background-color: #dfcea7;
	color: #000000;
}
.smart-filter-slider-price-bar-v {

	background-color: #dfcea7;
}
.smart-filter-slider-handle {
	border: 7px solid #dfcea7;
}
#title-search button {
	position: absolute;
}
@media (min-width: 1400px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1530px;
	}
}
/* End */
/* /local/templates/famous/css/owl.carousel.css?17226769844744 */
/* /local/templates/famous/css/owl.theme.default.css?17226769841380 */
/* /local/templates/famous/css/index-slider.css?17387775884546 */
/* /local/templates/famous/css/main.css?17401375838172 */
/* /local/templates/famous/components/bitrix/sale.basket.basket.line/bootstrap_v4/style.min.css?17386606384065 */
/* /local/templates/famous/components/bitrix/menu/vertical_multilevel/style.css?17392679802157 */
/* /local/templates/famous/components/bitrix/search.title/.default/style.css?17386606352108 */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1738584071620 */
/* /local/templates/famous/template_styles.css?173909812816187 */
