@charset "UTF-8";
@import url(../../components/pnotify/pnotify.custom.min.css);
@import url(../../components/rd-navbar/css/rd-navbar.css);
@import url(../../components/ResponsiveMultiLevelMenu/css/component.css);
@import url(../../components/slider/css/slider-pro.min.css);
@import url(../../components/rating/jquery.rating.css);
@import url(../../components/mosaicflow/mosaicflow.css);
@import url(../../components/baron/baron.css);
.align-items {
  display: flex;
  align-items: center; }

.text-center {
  text-align: center; }

@media (min-width: 1200px) {
  .align-items-lg-center {
    display: flex;
    align-items: center; }

  .align-items-lg-center.text-center {
    justify-content: center; }

  .text-lg-center {
    text-align: center; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .align-items-md-center {
    display: flex;
    align-items: center; }

  .align-items-md-center.text-center {
    justify-content: center; }

  .text-md-center {
    text-align: center; } }
@media (min-width: 768px) and (max-width: 991px) {
  .align-items-sm-center {
    display: flex;
    align-items: center; }

  .align-items-sm-center.text-center {
    justify-content: center; }

  .text-sm-center {
    text-align: center; } }
@media (max-width: 767px) {
  .align-items-xs-center {
    display: flex;
    align-items: center; }

  .align-items-xs-center.text-center {
    justify-content: center; }

  .text-xs-center {
    text-align: center; } }
.ui-pnotify-title {
  font-weight: bold; }

.ui-pnotify-text {
  font-size: 85%; }

@media (min-width: 481px) {
  .ui-pnotify-container {
    margin-top: -26px; } }
/*
Flaticon icon font: Flaticon
Creation date: 17/11/2017 15:18
*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg"); } }
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-location:before {
  content: "\f100"; }

.flaticon-close-envelope:before {
  content: "\f101"; }

.flaticon-technology:before {
  content: "\f102"; }

.flaticon-avatar:before {
  content: "\f103"; }

.flaticon-square:before {
  content: "\f104"; }

.flaticon-signs:before {
  content: "\f105"; }

.flaticon-shopping-cart:before {
  content: "\f106"; }

.flaticon-shopping-basket:before {
  content: "\f107"; }

/*-------------- user-menu --------------*/
.user-menu {
  float: right;
  display: none; }
  .user-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .user-menu ul li {
      display: inline-block;
      float: left; }
      .user-menu ul li a {
        color: #010101;
        display: block;
        float: right;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        background-color: #d9d9d9;
        margin-left: 1px;
        font-size: 85%;
        text-decoration: none;
        z-index: 9001;
        overflow: hidden; }
        .user-menu ul li a:hover {
          background-color: #d9d9d9;
          text-decoration: underline; }
        .user-menu ul li a i {
          font-size: 175%;
          line-height: 50px; }
        .user-menu ul li a i.flaticon-shopping-basket {
          padding-right: 10px;
          float: left; }
          @media (max-width: 767px) {
            .user-menu ul li a i.flaticon-shopping-basket {
              padding-right: 5px; } }
  .affix .user-menu {
    display: block; }
    .affix .user-menu a {
      color: white;
      background: #9d4239; }
      .affix .user-menu a:hover {
        background: #9d4239; }
    @media (max-width: 767px) {
      .affix .user-menu {
        float: none; }
        .affix .user-menu li {
          float: none;
          display: block; }
        .affix .user-menu a {
          float: none;
          display: block; } }

.rd-navbar-outer {
  color: #010101;
  background: transparent;
  font-size: 85%; }

.rd-navbar-static .rd-navbar-nav > li > a {
  font-size: inherit;
  padding: 15px 9px;
  line-height: normal;
  display: inline-block; }
  @media (min-width: 768px) and (max-width: 991px) {
    .rd-navbar-static .rd-navbar-nav > li > a {
      padding: 15px 7px; } }
.rd-navbar-static .rd-navbar-inner {
  padding: 0; }
  .rd-navbar-static .rd-navbar-inner .rd-navbar-panel {
    padding: 0; }

.rd-navbar-fixed .rd-navbar-panel-canvas {
  height: 50px;
  top: -1px;
  background: transparent;
  box-shadow: none;
  position: relative; }
.rd-navbar-fixed .rd-navbar-toggle {
  position: absolute;
  z-index: 16;
  top: 2px;
  left: -13px;
  background: #94382e;
  border: none;
  width: auto;
  height: 44px;
  color: white;
  text-transform: uppercase;
  padding-left: 43px;
  padding-right: 10px;
  line-height: 44px;
  font-size: 85%; }
  .rd-navbar-fixed .rd-navbar-toggle span {
    background: white;
    height: 3px;
    position: absolute;
    left: 10px;
    top: 21px; }
    .rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-fixed .rd-navbar-toggle span:after {
      background: white;
      height: 3px; }
.rd-navbar-fixed .rd-navbar-nav-wrap {
  overflow-y: auto;
  top: 0;
  bottom: 0;
  padding: 0;
  z-index: 2000;
  background: whitesmoke; }

.rd-navbar-static .rd-navbar-nav > li.rd-navbar-submenu > .rd-navbar-submenu-toggle:after {
  content: "\e252";
  font-family: 'Glyphicons Halflings';
  font-size: 8px;
  line-height: 8px;
  color: #94382e;
  margin-left: -5px; }

.rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle:after {
  content: "\e253"; }

.rd-navbar-static .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-megamenu {
  list-style: none;
  padding: 10px 0px !important;
  margin: 0;
  background-color: #d9d9d9;
  margin-top: 3px !important;
  margin-left: -55px !important; }

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-navbar-megamenu li > a {
  color: white;
  text-decoration: none; }

.rd-navbar-static .rd-navbar-dropdown li.focus > a,
.rd-navbar-static .rd-navbar-dropdown li.opened > a,
.rd-navbar-static .rd-navbar-dropdown a:hover,
.rd-navbar-static .rd-navbar-dropdown a:focus,
.rd-navbar-static .rd-navbar-dropdown li.active > a {
  background-color: #d9d9d9;
  color: #5f5f5f;
  text-decoration: none; }

.rd-navbar-fixed .rd-navbar-nav {
  list-style: none;
  padding-left: 0;
  font-size: 85%; }
  .rd-navbar-fixed .rd-navbar-nav li > a {
    text-decoration: none;
    background: transparent;
    line-height: normal; }
.rd-navbar-fixed .rd-navbar-submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  transition: .3s all ease;
  color: #5f5f5f; }
  .rd-navbar-fixed .rd-navbar-submenu-toggle:before {
    font: 400 16px 'Glyphicons Halflings';
    content: '\002b';
    font-size: 50%; }
.rd-navbar-fixed .opened > .rd-navbar-submenu-toggle:before {
  content: '\2212'; }

.rd-navbar-fixed .rd-navbar-nav li.active > a {
  background: transparent;
  color: #010101; }

.rd-navbar-fixed .rd-navbar-nav ul {
  list-style: none;
  padding-left: 0; }

.rd-navbar-fixed .rd-navbar-nav > li > a {
  text-transform: uppercase; }

.rd-navbar-fixed .rd-navbar-nav > li.active > a {
  background-color: white; }

.rd-navbar-fixed .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle {
  color: #010101; }

.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-megamenu {
  padding: 5px 0; }

.rd-navbar-fixed .rd-navbar-dropdown li.active > a {
  position: relative; }

.rd-navbar-fixed .rd-navbar-dropdown li.active > a:after {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 10px;
  font-family: "Glyphicons Halflings";
  content: "\e258";
  margin-top: -13px;
  font-size: 85%;
  color: #b86258; }

.rd-navbar-fixed hr {
  margin-top: 10px;
  margin-bottom: 10px; }

.rd-navbar-fixed form {
  padding: 0 10px; }
  .rd-navbar-fixed form .form-control {
    font-size: 100%; }

/*-------------- #header --------------*/
#header .header-top {
  background-color: whitesmoke;
  height: 50px; }
  #header .header-top nav {
    background-color: transparent;
    border: none; }
    #header .header-top nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #header .header-top nav ul li:first-child {
        padding-left: 0; }
      #header .header-top nav ul li a {
        color: #010101;
        text-decoration: none; }
        #header .header-top nav ul li a:hover {
          text-decoration: underline; }
  #header .header-top .user-menu {
    display: block; }
#header .block {
  padding-top: 20px;
  padding-bottom: 10px; }
#header .info-mode {
  font-size: 14px;
  padding-bottom: 10px;
  padding-left: 20px; }
  #header .info-mode .caption {
    margin-bottom: 5px; }
    #header .info-mode .caption strong {
      font-size: 110%;
      position: relative; }
      #header .info-mode .caption strong::before {
        content: url(../decor/icon-mode.png);
        position: absolute;
        top: 2px;
        left: 0;
        margin-left: -25px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #header .info-mode {
      font-size: 12px; } }
#header .info-addr {
  font-size: 14px;
  padding-bottom: 10px;
  padding-left: 20px; }
  #header .info-addr .caption {
    margin-bottom: 5px; }
    #header .info-addr .caption strong {
      font-size: 110%;
      position: relative; }
      #header .info-addr .caption strong::before {
        content: url(../decor/icon-map-1.png);
        position: absolute;
        top: 2px;
        left: -25px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #header .info-addr {
      font-size: 12px; } }
#header .info-currency {
  text-align: right;
  margin-top: 20px; }
  #header .info-currency ul {
    margin: 0;
    list-style: none;
    padding: 0; }
    #header .info-currency ul li {
      display: inline-block;
      white-space: nowrap;
      padding-left: 20px; }
#header .info-phone strong {
  font-size: 25px;
  top: 0px; }
@media (min-width: 768px) {
  #header .info-phone {
    text-align: right; }
    #header .info-phone a {
      color: #010101;
      text-decoration: none;
      border-bottom: #010101 1px dashed; }
      #header .info-phone a:hover {
        text-decoration: none;
        border-bottom: transparent 1px dashed; } }
@media (max-width: 767px) {
  #header .info-phone strong {
    font-size: 30px; }
  #header .info-addr,
  #header .info-mode {
    padding-bottom: 20px; } }

.dl-menuwrapper {
  z-index: 100;
  max-width: 100%; }
  .dl-menuwrapper:first-child {
    margin-right: 0; }
  .dl-menuwrapper button {
    width: 100%;
    text-indent: 0;
    text-transform: uppercase;
    color: white;
    background-color: transparent;
    height: 50px;
    text-align: left; }
    @media (max-width: 767px) {
      .dl-menuwrapper button {
        width: auto; } }
    .dl-menuwrapper button::before {
      width: 2px;
      left: 5px;
      top: 19px;
      height: 2px;
      background-color: white;
      box-shadow: 0 6px 0 white, 0 12px 0 white;
      content: '';
      position: absolute; }
    .dl-menuwrapper button::after {
      width: 18px;
      left: 9px;
      top: 19px;
      height: 2px;
      background-color: white;
      box-shadow: 0 6px 0 white, 0 12px 0 white;
      content: '';
      position: absolute; }
    .dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active {
      background-color: transparent; }
    .dl-menuwrapper button.dl-active i {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .dl-menuwrapper button span {
      display: inline-block;
      padding-left: 42px;
      padding-right: 20px; }
    .dl-menuwrapper button i {
      float: right;
      margin-right: 5px; }
  .dl-menuwrapper ul {
    background-color: #94382e; }
    .dl-menuwrapper ul li.dl-back > a {
      padding-left: 30px;
      background: rgba(255, 255, 255, 0.15);
      font-weight: bold !important;
      font-size: 100%; }
    .dl-menuwrapper ul li.dl-back:after, .dl-menuwrapper ul li > a:not(:only-child):after {
      color: white; }
    .dl-menuwrapper ul li.main-category > a {
      color: white;
      background: #b86258;
      text-transform: uppercase;
      font-weight: bold; }
      .dl-menuwrapper ul li.main-category > a:hover, .dl-menuwrapper ul li.main-category > a:focus, .dl-menuwrapper ul li.main-category > a:active {
        color: white;
        background: #9d4239; }
    .dl-menuwrapper ul li.main-category.active > a {
      background: #9d4239; }
    .dl-menuwrapper ul li a {
      font-size: 85%;
      text-decoration: none; }
  .dl-menuwrapper .dl-menu {
    margin: 0; }

.dl-menu.dl-animate-out-1 {
  animation: MenuAnimOut1 0.4s linear forwards; }

@keyframes MenuAnimOut1 {
  50% {
    transform: translateZ(-250px) rotateY(30deg); }
  75% {
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }
.dl-menu.dl-animate-in-1 {
  animation: MenuAnimIn1 0.3s linear forwards; }

@keyframes MenuAnimIn1 {
  0% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
.catalog-menu-affix {
  display: none;
  height: 50px; }

.affix + .catalog-menu-affix {
  display: block; }

.dl-menu {
  max-height: calc(100vh - 50px);
  overflow-y: auto; }
  .dl-menu {
    -ms-overflow-style: none; }
  .dl-menu {
    overflow: -moz-scrollbars-none; }
  .dl-menu::-webkit-scrollbar {
    width: 0; }

/*-------------- main-cat --------------*/
ul.main-cat {
  list-style: none;
  height: 50px;
  max-height: 50px;
  margin: 0;
  padding: 0; }
  ul.main-cat li {
    max-width: 150px; }
    ul.main-cat li a {
      text-transform: uppercase;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      color: white;
      height: 50px;
      padding-top: 0;
      padding-bottom: 0;
      font-size: 85%;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }
    ul.main-cat li.active a {
      color: white;
      background: #9d4239; }
      ul.main-cat li.active a:hover, ul.main-cat li.active a:focus, ul.main-cat li.active a:active {
        color: white;
        background: #9d4239; }
    ul.main-cat li a:hover, ul.main-cat li a:focus, ul.main-cat li a:active {
      color: #010101;
      background: rgba(255, 255, 255, 0.15); }

/*-------------- block-search --------------*/
.block-search {
  padding-top: 4px;
  height: 50px;
  overflow: hidden; }
  .block-search .input-group {
    margin-bottom: 0;
    vertical-align: middle;
    padding-top: 5px; }
  .block-search .form-control {
    background: white;
    border-color: white;
    color: #010101;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .block-search .btn {
    background: white;
    border-color: white;
    color: #010101;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .affix .block-search {
    display: none; }

/*-------------- search-list --------------*/
ol.search-list li {
  margin-bottom: 40px; }
  ol.search-list li h4 a {
    color: #010101;
    text-transform: uppercase; }
  ol.search-list li div {
    font-style: italic; }
  ol.search-list li blockquote {
    margin-top: 10px;
    color: #5f5f5f;
    border-left: 4px solid #cccccc; }
    ol.search-list li blockquote:before {
      display: none; }

#adminHeader {
  position: fixed;
  top: -45px;
  left: 0;
  background-color: #555;
  height: 50px;
  width: 100%;
  color: #FFF;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  min-width: 950px;
  z-index: 998; }

#adminHeader.showAdminHeader {
  top: 0; }

#emptyAdminHeader {
  height: 5px;
  clear: both; }

#emptyAdminHeader.showAdminHeader {
  height: 50px; }

#adminLogo {
  position: absolute;
  top: 7px;
  left: 33px; }

#btAdminHeader {
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: url(../decor/header_bt.jpg) #F80 center bottom no-repeat;
  cursor: pointer; }

#adminHeader.showAdminHeader #btAdminHeader {
  background: url(../decor/header_bt.jpg) #F80 center top no-repeat; }

#adminHeader .selectSite {
  position: absolute;
  top: 12px;
  left: 222px; }

#adminHeader select {
  border: #CDE 1px solid;
  padding: 1px;
  font-size: 12px;
  background-color: #F6F6F6;
  color: #555; }

#adminHeader a.logout {
  background: url(../decor/logout_bg.jpg) center center no-repeat;
  position: absolute;
  top: 11px;
  right: 15px;
  height: 22px;
  width: 70px;
  line-height: 21px;
  text-align: center;
  color: #555;
  text-decoration: none; }

#adminHeader a.logout:hover {
  text-decoration: underline; }

#adminHeaderMenu {
  position: absolute;
  bottom: 5px;
  right: 223px;
  list-style-type: none;
  padding: 0;
  margin: 0; }

#adminHeaderMenu li {
  float: left;
  padding: 0;
  margin: 0;
  background: url(../decor/mainMenu_tl.jpg) #AAA top left no-repeat;
  margin-left: 1px;
  margin-top: 5px;
  border-bottom: #888 1px solid; }

#adminHeaderMenu li a {
  color: #FFF;
  display: block;
  padding: 0 25px;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  background: url(../decor/mainMenu_tr.jpg) top right no-repeat; }

#adminHeaderMenu li a:hover {
  text-decoration: underline; }

#adminHeaderMenu li.activ {
  background: #ff8800 url(../decor/mainMenu_tl_activ.jpg) top left no-repeat;
  border-bottom: #F80 1px solid;
  margin-top: 0; }

#adminHeaderMenu li.activ a {
  height: 31px;
  line-height: 36px;
  text-decoration: none;
  background: url(../decor/mainMenu_tr_activ.jpg) top right no-repeat; }

.sp-layer {
  width: 100%; }

.sp-buttons {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
  margin-top: -45px; }
  @media (max-width: 767px) {
    .sp-buttons {
      display: none; } }
  @media (min-width: 768px) {
    .sp-buttons {
      width: 750px; } }
  @media (min-width: 992px) {
    .sp-buttons {
      width: 970px; } }
  @media (min-width: 1200px) {
    .sp-buttons {
      width: 1170px; } }
  .sp-buttons .sp-button {
    width: 15px;
    height: 15px;
    border: 3px solid white;
    background-color: #b86258;
    margin: 6px; }
    .sp-buttons .sp-button.sp-selected-button {
      border-color: #b86258;
      background-color: white; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../components/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../components/slick/fonts/slick.eot");
  src: url("../../components/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../components/slick/fonts/slick.woff") format("woff"), url("../../components/slick/fonts/slick.ttf") format("truetype"), url("../../components/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #94382e;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #94382e;
      opacity: 0.75; }

.slick-slide img {
  display: inline-block; }

.row.slick {
  margin-left: 0;
  margin-right: 0; }
  .row.slick [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.slick-list {
  border: 1px solid #cccccc;
  border: none;
  border-top: none;
  border-bottom: none; }
  .slick-list .slick-slide {
    margin-left: -1px; }
    .slick-list .slick-slide .thumbnail {
      margin-bottom: 0 !important;
      border: none; }

.slick-prev,
.slick-next {
  top: -30px;
  width: 40px;
  height: 40px;
  display: block;
  background-color: whitesmoke;
  color: #1b1b1b; }
  .slick-prev::before,
  .slick-next::before {
    color: inherit;
    font-family: 'Glyphicons Halflings'; }
  .slick-prev:hover,
  .slick-next:hover {
    background-color: #94382e;
    color: white; }
  .slick-prev:focus,
  .slick-next:focus {
    background-color: whitesmoke;
    color: #1b1b1b; }

.slick-prev {
  right: 41px;
  left: auto; }
  .slick-prev::before {
    content: '\e257'; }

.slick-next {
  right: 0; }
  .slick-next::before {
    content: '\e258'; }

.upsell-slider {
  margin: 0 100px 20px 100px;
  padding: 10px; }
  .upsell-slider .slick-list {
    border: none; }
    .upsell-slider .slick-list .slick-slide {
      margin-left: 0; }
  .upsell-slider img {
    max-width: 130px; }
  .upsell-slider a {
    color: #010101; }
  @media (max-width: 992px) {
    .upsell-slider {
      margin: 20px 0 0 0;
      padding: 10px 10px 50px 10px; } }

@media (min-width: 991px) {
  .slider .slick-list {
    padding-top: 20px;
    padding-bottom: 110px;
    padding-left: 10px; } }
.showcase {
  margin-bottom: 40px; }
  .showcase h2 {
    font-size: 130%;
    margin-bottom: 10px;
    padding-right: 90px; }
  .showcase .item-code span {
    float: right; }
  .showcase .equal-height {
    position: relative; }
  .showcase .thumbnail {
    border: none;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px; }
    .showcase .thumbnail h3 {
      font-size: 80%;
      font-weight: bold;
      margin-top: 10px; }
      .showcase .thumbnail h3 a {
        color: #010101; }
    .showcase .thumbnail .modification-list {
      text-align: center; }
    .showcase .thumbnail footer {
      padding-top: 5px;
      border-top: 1px solid #cccccc;
      border-top: none; }
      .showcase .thumbnail footer .price {
        font-size: 100%;
        font-weight: bold;
        font-weight: normal;
        color: #010101;
        line-height: 1.5;
        margin-bottom: 0; }
        .showcase .thumbnail footer .price .item-price span {
          font-weight: normal;
          display: none; }
        .showcase .thumbnail footer .price .item-price-old {
          display: none; }
      .showcase .thumbnail footer .btn-cart {
        font-size: 27px;
        padding: 4px 5px;
        line-height: 1;
        margin-bottom: 0;
        color: #9d4239;
        background-color: white;
        border: none; }

@media (min-width: 991px) {
  .showcase .thumbnail .hidden_block {
    display: none; }
  .showcase .thumbnail:hover {
    position: absolute;
    z-index: 100;
    top: -20px;
    left: -5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    .showcase .thumbnail:hover .hidden_block {
      display: block; }
    .showcase .thumbnail:hover .btn-cart {
      display: none; }
    .showcase .thumbnail:hover .item-price-old {
      display: inline-block !important; } }
@media (max-width: 991px) {
  .showcase .thumbnail {
    padding: 0; }
    .showcase .thumbnail .caption {
      padding: 0; }

  .showcase .slider .thumbnail {
    padding: 10px; } }
.sort_filter {
  font-size: 85%;
  margin-top: 20px;
  margin-bottom: 20px; }
  .sort_filter a {
    color: #888888;
    text-decoration: none;
    padding: 3px 10px;
    white-space: nowrap; }
    .sort_filter a i {
      font-size: 75%;
      margin-left: 3px; }
    .sort_filter a.active {
      color: #010101; }

/*-------------- post --------------*/
.post-list .post-item {
  margin-top: 20px; }
  .post-list .post-item .post-thumbnail {
    margin-bottom: 15px;
    text-align: center; }
    .post-list .post-item .post-thumbnail img {
      /*min-width: 100%;*/
      /*width: 100%;*/ }
  .post-list .post-item .post-date {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 13px;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60); }
  .post-list .post-item .post-header h3,
  .post-list .post-item .post-header h3 a {
    text-transform: uppercase;
    color: #010101;
    margin-bottom: 15px;
    font-size: 18px; }

.post-item-header {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #d9d9d9; }

.post-item-header .invert {
  color: white;
  padding: 250px 0; }

.post-item-header .block {
  z-index: 10;
  position: relative; }

.post-item-header .block.invert {
  background: rgba(0, 0, 0, 0.5); }

.post-item-header h1 {
  padding: 50px 0; }

.post-item-header .invert h1 {
  color: white; }

.post-item-header .post-date,
.post-item-header .post-comments {
  text-transform: none;
  color: #010101;
  font-size: 18px;
  padding: 10px 30px;
  font-weight: normal;
  font-style: italic; }

.post-item-header .post-comments a {
  color: #010101; }

.post-item-header .invert .post-date,
.post-item-header .invert .post-comments {
  text-transform: none;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 30px;
  font-weight: normal; }

.post-item-header .invert .post-comments a {
  color: white; }

@media (max-width: 1199px) {
  .post-item-header .block {
    padding: 200px 0; } }
@media (max-width: 991px) {
  .post-item-header .block {
    padding: 150px 0; } }
@media (max-width: 767px) {
  .post-item-header .block {
    padding: 100px 0; } }
/*-------------- image-container --------------*/
.image-container {
  margin-bottom: 15px; }

.image-container figure {
  overflow: hidden;
  position: relative; }

.image-container figure a {
  background-position: center center;
  background-size: 100%;
  display: block;
  overflow: hidden;
  display: block; }

.image-container:hover figure a {
  background-size: 110%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.image-container figure a img {
  opacity: 0;
  width: 100%; }

.image-container figure a span:before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  box-shadow: 0px 0px 70px 200px rgba(255, 255, 255, 0.5);
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5); }

.image-container-small figure a span:before {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  box-shadow: 0px 0px 70px 200px rgba(255, 255, 255, 0.5); }

.image-container:hover figure a span:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/*-------------- block-link --------------*/
.block-link {
  color: white;
  text-decoration: none;
  padding: 40px 40px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 230px; }

.block-link h3 {
  color: white;
  text-decoration: none;
  display: block;
  text-align: center; }

.block-link a {
  text-decoration: none; }

.block-link a.read-more {
  display: block;
  text-decoration: underline;
  color: #b86258; }

.block-link:hover a.read-more,
.block-link:focus a.read-more,
.block-link a.read-more:hover,
.block-link a.read-more:focus,
.block-link a.read-more:active {
  color: white; }

.block-link .cover-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none !important;
  z-index: 20; }

.block-link .block-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none !important;
  z-index: 1;
  background-color: rgba(148, 56, 46, 0.7); }

.block-link:hover .block-cover,
.block-link:focus .block-cover,
.block-link .block-cover:hover,
.block-link .block-cover:focus,
.block-link .block-cover:active {
  background-color: rgba(148, 56, 46, 0.3); }

.block-link .block-link-content {
  position: relative;
  z-index: 2;
  margin: 0 auto; }

#comment-block .panel {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: transparent; }
  #comment-block .panel.panel-default {
    margin-top: 15px;
    margin-bottom: 0;
    border-color: #cccccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    #comment-block .panel.panel-default .panel-heading {
      background-color: #d9d9d9;
      color: #010101;
      display: flex;
      align-items: center;
      border-bottom: none;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
      #comment-block .panel.panel-default .panel-heading .btn {
        float: none;
        right: 0;
        text-transform: uppercase; }
  #comment-block .panel.panel-default.panel-invert .panel-heading {
    color: #010101;
    background-color: transparent; }
  #comment-block .panel .panel-body {
    padding-bottom: 15px; }
  #comment-block .panel .media-body .small {
    font-size: 75%;
    opacity: .7;
    font-style: italic; }
  #comment-block .panel .media-object {
    height: 63px;
    margin-right: 0;
    max-width: none; }
  #comment-block .panel a.cancel {
    display: none; }
  #comment-block .panel .panel .panel-body {
    margin-top: -20px; }
  #comment-block .panel .panel a.cancel {
    display: inline-block; }

/*-------------- categories_block_left --------------*/
#categories_block_top {
  clear: both;
  position: relative;
  top: 30px; }

#categories_block_top .sf-menu {
  position: relative; }

#categories_block_top .sf-menu > li {
  position: static; }

#categories_block_top .sf-menu > li > ul {
  width: 100%;
  top: 60px;
  margin: 0 20px; }

#categories_block_top .sf-menu > li > ul > li {
  display: block;
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px; }

#categories_block_top .sf-menu > li > ul > .category_thumb {
  display: block;
  clear: both;
  overflow: hidden;
  width: 100%; }

#categories_block_top .sf-menu > li > ul > .category_thumb img {
  display: inline-block;
  width: 33%; }

#categories_block_top .sf-menu > li h4 a {
  font-size: 1.1em; }

#categories_block_top .sf-menu > li h4 a:before {
  display: none; }

#categories_block_top .sf-menu > li .main-level-submenus {
  position: relative;
  display: block !important;
  visibility: visible !important;
  top: 0;
  background: none;
  box-shadow: none;
  padding: 0;
  left: 0; }

#categories_block_top .sf-menu .category_thumb {
  display: none; }

#categories_block_left {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px; }

#categories_block_left h4 {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #94382e;
  color: white;
  margin: 0;
  font-size: 20px;
  padding: 18px 21px 16px;
  text-transform: uppercase; }

#categories_block_left h4 a {
  color: white; }

#categories_block_left h4 a:hover {
  color: rgba(255, 255, 255, 0.4); }

#categories_block_left .block_content_menu {
  margin: 0;
  background-color: #d9d9d9;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

#categories_block_left .sf-contener {
  clear: both;
  float: none;
  width: 100%; }

#categories_block_left .sf-menu,
#categories_block_left .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

#categories_block_left .sf-menu {
  position: relative;
  padding: 0;
  width: 100%; }

@media (max-width: 767px) {
  #categories_block_left .sf-menu {
    display: none; } }
#categories_block_left .sf-menu ul {
  position: absolute;
  top: -999em;
  background: white; }

@media (max-width: 767px) {
  #categories_block_left .sf-menu ul {
    position: relative; } }
#categories_block_left .sf-menu ul li {
  width: 100%; }

#categories_block_left .sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */ }

#categories_block_left .sf-menu > li {
  border-top: 1px solid whitesmoke;
  position: relative; }

#categories_block_left .sf-menu > li:first-child {
  border: none; }

#categories_block_left .sf-menu > li:last-child a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

@media (max-width: 767px) {
  #categories_block_left .sf-menu > li {
    padding: 0; }

  #categories_block_left .sf-menu > li > a {
    padding: 15px 20px 17px !important; }

  #categories_block_left .sf-menu > li > a:after {
    display: none; }

  #categories_block_left .sf-menu > li strong {
    position: absolute;
    right: 6px;
    top: 15px;
    width: 30px;
    height: 30px;
    z-index: 2;
    font-weight: normal;
    color: #b86258; }

  #categories_block_left .sf-menu > li strong:after {
    font-family: "Glyphicons Halflings";
    content: "\2b";
    font-size: 18px; }

  #categories_block_left .sf-menu > li strong.active:after {
    content: "\2212"; } }
#categories_block_left .sf-menu > li > a {
  display: block;
  padding: 15px 20px 17px;
  position: relative;
  z-index: 1;
  overflow: hidden; }

@media (min-width: 768px) and (max-width: 991px) {
  #categories_block_left .sf-menu > li > a {
    padding: 15px 10px 17px; } }
#categories_block_left .sf-menu > li > a.sf-with-ul:after {
  content: "\e250";
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  line-height: 20px;
  color: #d7dbdd;
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  margin-top: -10px; }

@media (min-width: 768px) and (max-width: 991px) {
  #categories_block_left .sf-menu > li > a.sf-with-ul:after {
    right: 10px; } }
#categories_block_left .sf-menu > li > a:before {
  content: " ";
  display: block;
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  z-index: -1;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#categories_block_left .sf-menu > li > a span {
  padding-right: 9px; }

@media (min-width: 768px) and (max-width: 991px) {
  #categories_block_left .sf-menu > li > a span {
    padding-right: 4px; } }
#categories_block_left .sf-menu li > a {
  color: #010101; }

#categories_block_left .sf-menu li.active > a {
  color: #010101;
  background: white; }

#categories_block_left .sf-menu > li.sfHover > a,
#categories_block_left .sf-menu > li > a:hover, #categories_block_left .sf-menu > li.sfHoverForce > a {
  color: #010101;
  text-decoration: none; }

#categories_block_left .sf-menu > li.sfHover > a:before,
#categories_block_left .sf-menu > li > a:hover:before, #categories_block_left .sf-menu > li.sfHoverForce > a:before {
  width: 100%; }

#categories_block_left .sf-menu > li.sfHover > a:after {
  color: #010101; }

@media (min-width: 768px) {
  #categories_block_left .sf-menu > li li {
    border-top: 1px solid #cccccc;
    position: relative; }

  #categories_block_left .sf-menu > li li:first-child {
    border: none; }

  #categories_block_left .sf-menu > li li:first-child a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

  #categories_block_left .sf-menu > li li:last-child a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

  #categories_block_left .sf-menu > li li > a {
    display: block;
    padding: 15px 20px 17px;
    position: relative;
    z-index: 1;
    overflow: hidden; }

  #categories_block_left .sf-menu > li li > a.sf-with-ul:after {
    content: "\e250";
    font-family: "Glyphicons Halflings";
    font-size: 14px;
    line-height: 20px;
    color: #d7dbdd;
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    margin-top: -10px; }

  #categories_block_left .sf-menu > li li > a.sf-with-ul:before {
    content: " ";
    display: block;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fcfcfc;
    z-index: -1;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

  #categories_block_left .sf-menu > li li > a span {
    padding-right: 9px; }

  #categories_block_left .sf-menu > li li.sfHover > a,
  #categories_block_left .sf-menu > li li > a:hover, #categories_block_left .sf-menu > li li.sfHoverForce > a {
    color: #010101;
    text-decoration: none; }

  #categories_block_left .sf-menu > li li.sfHover > a:before,
  #categories_block_left .sf-menu > li li > a:hover:before, #categories_block_left .sf-menu > li li.sfHoverForce > a:before {
    width: 100%; }

  #categories_block_left .sf-menu > li li.sfHover > a:after {
    color: #010101; } }
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  #categories_block_left .sf-menu > li li > a {
    padding: 15px 10px 17px; } }
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  #categories_block_left .sf-menu > li li > a.sf-with-ul:after {
    right: 10px; } }
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  #categories_block_left .sf-menu > li li > a span {
    padding-right: 4px; } }
#categories_block_left .sf-menu li ul {
  display: none;
  left: 100%;
  margin-left: 10px;
  top: 0;
  /* match top ul list item height */
  z-index: 99;
  background: #f5f5f5;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.1);
  width: 100%; }

#categories_block_left .sf-menu li ul ul {
  margin-left: 5px; }

@media (max-width: 767px) {
  #categories_block_left .sf-menu li ul {
    left: 0;
    padding: 12px 0 18px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9); }

  #categories_block_left .sf-menu li ul ul {
    margin-left: 0; } }
@media (max-width: 767px) {
  #categories_block_left .sf-menu li li ul {
    position: static;
    display: block !important;
    opacity: 1 !important;
    padding: 10px;
    margin-bottom: 30px;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    background: #f5f5f5; }

  #categories_block_left .sf-menu li li ul ul {
    position: static;
    display: block !important;
    opacity: 1 !important;
    background: none;
    -moz-box-shadow: transparent 0 0 0;
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0; }

  #categories_block_left .sf-menu li li li ul {
    padding: 0 0 0 20px; }

  #categories_block_left .sf-menu li li li ul {
    width: 220px; }

  #categories_block_left ul.sf-menu li:hover li ul,
  #categories_block_left ul.sf-menu li.sfHover li ul {
    top: -999em; }

  #categories_block_left ul.sf-menu li li:hover ul,
  #categories_block_left ul.sf-menu li li.sfHover ul {
    left: 200px;
    /* match ul width */
    top: 0; }

  #categories_block_left ul.sf-menu li li:hover li ul,
  #categories_block_left ul.sf-menu li li.sfHover li ul {
    top: -999em; }

  #categories_block_left ul.sf-menu li li li:hover ul,
  #categories_block_left ul.sf-menu li li li.sfHover ul {
    left: 200px;
    /* match ul width */
    top: 0; }

  #categories_block_left .sf-menu > li > ul {
    padding: 26px 20px 31px;
    width: 100%; }

  #categories_block_left .sf-menu > li > ul > li > a {
    display: block;
    padding: 6px 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

  #categories_block_left .sf-menu > li > ul > li > a span {
    padding-right: 9px; }

  #categories_block_left .sf-menu > li > ul > li.sfHoverForce > a {
    color: #fff; }

  #categories_block_left .sf-menu li li li a {
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

  #categories_block_left .sf-menu li li li a span {
    padding-right: 9px; }

  #categories_block_left .sf-menu li li li a:hover {
    color: #010101; }

  #categories_block_left .sf-menu li li li.sfHoverForce > a {
    color: #010101; } }
@media (max-width: 767px) {
  #categories_block_left .sf-menu > li > ul > li {
    width: 50%;
    float: left;
    padding-right: 15px; } }
@media (max-width: 479px) {
  #categories_block_left .sf-menu > li > ul > li {
    width: 100%; } }
@media (min-width: 768px) {
  #categories_block_left .sf-menu > li > ul > li.first-in-line-lg {
    clear: left; } }
@media (min-width: 480px) and (max-width: 767px) {
  #categories_block_left .sf-menu > li > ul > li.first-in-line-xs {
    clear: left; } }
#categories_block_left .sf-menu > li > ul > li.category-thumbnail {
  width: 100% !important;
  float: none;
  clear: both;
  overflow: hidden;
  padding-right: 0;
  display: none; }

#categories_block_left .sf-menu > li > ul > li.category-thumbnail > div {
  float: left;
  padding-left: 10px;
  width: 33.333%; }

@media (max-width: 479px) {
  #categories_block_left .sf-menu > li > ul > li.category-thumbnail > div {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    text-align: center; } }
#categories_block_left .sf-menu > li > ul > li.category-thumbnail > div:first-child {
  padding-left: 0; }

#categories_block_left .sf-menu > li > ul > li.category-thumbnail > div img {
  max-width: 100%;
  display: block; }

@media (max-width: 767px) {
  #categories_block_left .cat-title {
    display: block;
    position: relative;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

  #categories_block_left .cat-title.active {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

  #categories_block_left .cat-title:after {
    display: block;
    font-family: "Glyphicons Halflings";
    content: "\2b";
    position: absolute;
    right: 25px;
    top: 18px;
    font-size: 20px; }

  #categories_block_left .cat-title.active:after {
    content: "\2212"; } }
#categories_block_left .sf-menu li.sf-search {
  display: none;
  border: none; }

#categories_block_left .sf-menu li.sf-search input {
  display: inline;
  padding: 0 13px;
  height: 30px;
  line-height: 30px;
  background: white;
  margin: 13px 10px 0 0;
  font-size: 13px;
  color: #010101;
  border: 1px solid #cccccc; }

@font-face {
  font-family: "Social";
  src: url("../fonts/social.eot");
  src: url("../fonts/social.eot#iefix") format("embedded-opentype"), url("../fonts/social.woff") format("woff"), url("../fonts/social.ttf") format("truetype"), url("../fonts/social.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="social-"]:before, [class*=" social-"]:before,
[class^="social-"]:after, [class*=" social-"]:after {
  font-family: "Social";
  font-style: normal; }

.social-vkontakte:before {
  content: "\f102"; }

.social-link:before {
  content: "\f100"; }

.social-facebook:before {
  content: "\f10d"; }

.social-googleplus:before {
  content: "\f104"; }

.social-instagram:before {
  content: "\f10b"; }

.social-odnoklassniki:before {
  content: "\f103"; }

.social-twitter:before {
  content: "\f10c"; }

.social-vk:before {
  content: "\f109"; }

.social-feed:before {
  content: "\f101"; }

.social-youtube:before {
  content: "\f10a"; }

.social-telegram:before {
  content: "\f106"; }

.social-pinterest:before {
  content: "\f105"; }

.social-whatsapp:before {
  content: "\f108"; }

.social-linkedin:before {
  content: "\f107"; }

.btn-cart {
  margin: 5px;
  margin-top: 0; }

.rating {
  overflow: hidden;
  min-width: 90px; }
  .rating .vote-wrap {
    margin-bottom: 5px; }
  .rating .vote-hover {
    padding: 0 !important; }
  .rating .vote-result {
    color: #888888;
    font-size: 85%;
    margin-top: 0;
    line-height: 15px;
    padding-left: 110px; }

h2.item-title {
  margin-top: 10px;
  text-transform: uppercase; }

.item-availability {
  font-size: 75%;
  display: none; }
  .item-availability .label-success,
  .item-availability .label-danger,
  .item-availability .label-warning,
  .item-availability .label-default {
    background-color: transparent;
    color: #5f5f5f;
    padding: 0;
    font-weight: normal;
    font-size: 110%;
    float: right; }

.item-code {
  font-size: 85%;
  color: #888888; }

.item-price {
  font-size: 160%;
  color: #010101;
  margin-bottom: 0; }
  .item-price span {
    font-weight: normal;
    text-transform: uppercase; }

.item-price-old {
  text-decoration: line-through;
  font-size: 100%;
  padding-left: 10px;
  color: #888888;
  font-weight: normal;
  white-space: nowrap; }

.item-discount > div {
  border: 1px solid #9d4239;
  color: #9d4239;
  display: inline-block;
  padding-right: 10px;
  font-size: 85%; }
  .item-discount > div i {
    display: inline-block;
    background-color: #9d4239;
    color: white;
    padding: 5px 10px;
    margin-right: 10px;
    font-style: normal; }

.modification-list {
  list-style: none;
  padding: 0; }
  .modification-list li {
    display: inline-block; }
    .modification-list li a {
      font-size: 70%;
      margin: 1px;
      text-decoration: none;
      padding: 5px 10px;
      border: #cccccc 1px solid;
      background: white;
      color: #888888; }
      .modification-list li a:hover, .modification-list li a.current {
        background: #9d4239;
        border: #9d4239 1px solid;
        color: white; }

/*-------------- listProperty --------------*/
table.listProperty {
  width: 100%;
  font-size: 85%;
  text-transform: uppercase;
  border-top: 1px solid white;
  margin-top: 15px; }
  table.listProperty tr td {
    vertical-align: bottom;
    text-align: left;
    padding-top: 15px; }
    table.listProperty tr td:first-child {
      text-align: left;
      width: 40%;
      padding-right: 15px;
      background: url(../decor/property_dot.png) center bottom repeat-x; }
    table.listProperty tr td em, table.listProperty tr td strong {
      background-color: whitesmoke;
      font-weight: normal;
      font-style: normal; }

/*-------------- listPropertySmall --------------*/
table.listPropertySmall {
  width: 100%;
  font-size: 85%;
  margin-top: 15px; }
  table.listPropertySmall tr td {
    vertical-align: bottom;
    text-align: left;
    padding: 2px 5px; }
    table.listPropertySmall tr td:first-child {
      text-align: left;
      text-transform: uppercase;
      width: 40%; }
    table.listPropertySmall tr td em, table.listPropertySmall tr td strong {
      background-color: #FFF;
      font-weight: normal;
      font-style: normal; }
  table.listPropertySmall thead {
    border-bottom: 1px solid #eeeeee; }
    table.listPropertySmall thead tr td:first-child {
      text-transform: none; }
  table.listPropertySmall thead + tbody > tr:first-child td {
    padding-top: 10px !important; }

.tab-content #comment-block h2 {
  display: none; }

/*-------------- filter_block --------------*/
#filter_block {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px;
  background: whitesmoke; }

#filter_block .filter_btn {
  text-decoration: none;
  position: relative;
  border: 0;
  padding: 0;
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-align: left; }
  @media (max-width: 990px) {
    #filter_block .filter_btn > h4:before {
      content: '-';
      margin-right: 10px;
      font-size: 30px;
      line-height: 12px;
      display: inline-block;
      text-align: center;
      vertical-align: center;
      width: 15px; }
    #filter_block .filter_btn.collapsed > h4:before {
      content: '+'; } }

@media (min-width: 990px) {
  #collapseFilter {
    display: block !important; } }
#filter_block h4 {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #94382e;
  color: white;
  margin: 0;
  padding: 18px 21px 16px;
  text-transform: uppercase; }

#filter_block h4 a.small,
#filter_block h4 a.small:focus,
#filter_block h4 a.small:hover {
  color: white;
  margin-top: 4px;
  font-size: 60%;
  text-transform: none; }

#filter_block ul {
  padding: 0; }

#filter_block form > ul > li {
  border-top: 1px solid #cccccc;
  position: relative;
  margin: 0;
  padding: 10px 15px;
  list-style: none; }

#filter_block form > ul > li:first-child {
  border: none; }

#filter_block form > ul > li:hover {
  background: white; }

#filter_block form > ul > li .list-item {
  display: block;
  list-style: none;
  max-height: 350px;
  overflow: auto; }

#filter_block form > ul > li .list-item::-webkit-scrollbar {
  width: 2px; }

#filter_block form > ul > li .list-item::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05); }

#filter_block form > ul > li .list-item::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3); }

#filter_block form > ul > li a.title {
  font-weight: bold;
  display: block;
  color: #010101; }

#filter_block form > ul > li a.title:after {
  font-family: 'Glyphicons Halflings';
  float: right;
  color: #5f5f5f;
  font-size: 80%;
  content: "\e253"; }

#filter_block form > ul > li.closed a.title:after {
  content: "\e252"; }

#filter_block form > ul > li ul.list-item li {
  padding-left: 10px; }

#filter_block label {
  font-size: 85%;
  vertical-align: middle; }

#filter_block label input {
  margin-top: 2px; }

#filter_block .more {
  text-align: right; }

#filter_block .more a {
  color: #5f5f5f;
  font-size: 12px;
  border-bottom: 1px #5f5f5f dotted; }

#filter_block .more a:hover,
#filter_block .more a:focus {
  border-bottom-color: transparent; }

.thumb-category {
  margin: 15px 0;
  text-align: center; }

.thumb-category h3 {
  margin: 0;
  position: relative; }

.thumb-category h3:before {
  content: '';
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  background-color: transparent; }

.thumb-category h3:after {
  content: '';
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  background-color: transparent; }

.thumb-category:hover h3:before,
.thumb-category:hover h3:after {
  background-color: #9d4239; }

.thumb-category:hover h3:before {
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.thumb-category:hover h3:after {
  margin-left: -25px;
  width: 55px;
  height: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.thumb-category h3 a {
  color: #010101;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 15px; }

.thumb-category img {
  opacity: 1; }

.thumb-category:hover img {
  opacity: 1; }

@media only screen and (max-width: 767px) {
  .thumb-category img {
    opacity: 1; } }
i.shopping-cart {
  display: inline-block;
  font-size: 160%;
  padding-right: 10px;
  width: 40px;
  position: relative; }
  i.shopping-cart:before {
    position: absolute;
    top: -15px;
    left: 0; }

.page-catalog .tab-content > .tab-pane {
  background-color: transparent;
  border: none; }
.page-catalog .nav-tabs {
  border: none !important; }
  .page-catalog .nav-tabs > li {
    padding-top: 3px; }
    .page-catalog .nav-tabs > li a {
      border: 1px solid white !important;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px;
      border-radius: 7px;
      text-transform: uppercase;
      color: #888888; }
      .page-catalog .nav-tabs > li a:after {
        top: -3px !important;
        left: -1px !important;
        padding: 0 1px;
        box-sizing: content-box !important; }
.page-catalog .scrtabs-tab-container:before {
  display: none; }
.page-catalog .scrtabs-tabs-fixed-container {
  height: 50px; }

.vote-result {
  display: none; }

/*-------------- .videobox --------------*/
a.videobox {
  position: relative;
  display: block; }

a.videobox::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(148, 56, 46, 0) url(../decor/play.png) center no-repeat;
  opacity: 0.8; }

a.videobox:hover::after,
a.videobox:focus::after,
a.videobox:active::after {
  background: rgba(148, 56, 46, 0.3) url(../decor/play.png) center no-repeat;
  opacity: 1; }

.bootstrap-touchspin .form-control {
  top: 0px;
  text-align: center;
  padding: 5px 10px !important;
  border: 1px solid #cccccc;
  background-color: whitesmoke;
  line-height: 1.2143;
  font-style: italic;
  transition: .3s;
  border-radius: 7px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px; }
  .bootstrap-touchspin .form-control:focus {
    border: 1px solid #cccccc;
    background: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
.bootstrap-touchspin .btn.btn-default {
  font-size: 25px;
  border: none;
  background: transparent;
  color: #010101;
  padding: 0 12px; }
  .bootstrap-touchspin .btn.btn-default:hover, .bootstrap-touchspin .btn.btn-default:focus, .bootstrap-touchspin .btn.btn-default:active {
    border: none;
    background: transparent;
    color: #010101;
    box-shadow: none; }

/*-------------- #footer --------------*/
#footer {
  background-color: #94382e;
  font-size: 13.6px;
  color: white;
  margin-top: -1px;
  clear: both; }
  #footer a {
    color: white;
    text-decoration: underline; }
    #footer a:hover {
      text-decoration: none; }
  #footer .follow_icon {
    text-align: center;
    z-index: 10;
    position: relative; }
    #footer .follow_icon ul {
      padding: 0;
      margin: 0;
      -moz-opacity: 0.9;
      -webkit-opacity: 0.9;
      -ms-opacity: 0.9;
      -o-opacity: 0.9;
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      filter: alpha(opacity=90); }
      #footer .follow_icon ul li {
        display: inline-block;
        list-style: none;
        padding: 0 3px 6px 3px; }
        #footer .follow_icon ul li a {
          font-size: 22px;
          height: 44px;
          width: 44px;
          line-height: 44px;
          display: block;
          text-align: center;
          color: #FFFFFF;
          text-decoration: none;
          background-color: #94382e;
          border: #FFFFFF 1px solid;
          border-radius: 22px; }
          #footer .follow_icon ul li a:hover {
            color: #94382e;
            background-color: #FFFFFF; }
  #footer .info-addr {
    padding: 5px 0 0 40px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGZpbGw9IndoaXRlIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBkPSJNMjIuMDA5LDMuOTI3TDAsMTIuMzExdjQ4LjE0bDIxLjk5MS04LjM3N2wyMCw4TDY0LDUxLjY4OVYzLjU0OWwtMjEuOTkxLDguMzc3TDIyLjAwOSwzLjkyN3ogTTIzLDYuNDc3bDE4LDcuMnY0My44NDYNCgkJbC0xOC03LjJWNi40Nzd6IE0yLDEzLjY4OWwxOS03LjIzOHY0My44NkwyLDU3LjU0OVYxMy42ODl6IE02Miw1MC4zMTFsLTE5LDcuMjM4di00My44NmwxOS03LjIzOFY1MC4zMTF6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    min-height: 28px; }
    #footer .info-addr a {
      text-decoration: underline;
      -moz-text-decoration-style: dotted;
      -webkit-text-decoration-style: dotted;
      -ms-text-decoration-style: dotted;
      -o-text-decoration-style: dotted;
      text-decoration-style: dotted; }
      #footer .info-addr a:hover {
        text-decoration: none; }
  #footer .info-phone {
    padding: 5px 0 0 40px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjkuNzM1IDI5LjczNSIgZmlsbD0id2hpdGUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5LjczNSAyOS43MzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjMuODk1LDI5LjczM2MtMS4yMzcsMC0yLjczMS0wLjMxLTQuMzczLTAuOTI5Yy0zLjYwMy0xLjM1OS03LjUyMS00LjA0My0xMS4wMzUtNy41NTcNCgkJCUM0Ljk3MywxNy43MzMsMi4yODksMTMuODE0LDAuOTMsMTAuMjFDLTAuMzA3LDYuOTM1LTAuMzEsNC4yNDcsMC45MiwzLjAxN2MwLjE3OC0wLjE3OCwwLjM1OS0wLjM2OCwwLjU0NS0wLjU2Mw0KCQkJYzEuMTIzLTEuMTgsMi40MjItMi41MjEsNC4wNzMtMi40NDhjMS4xNiwwLjA0OCwyLjI4MywwLjc2OCwzLjQzNSwyLjE5OGMzLjM5Niw0LjIyNSwxLjg2NSw1LjczMSwwLjA5Myw3LjQ3N0w4Ljc1Miw5Ljk5MQ0KCQkJYy0wLjI5LDAuMjktMC44MzksMS42MzIsNC4yNiw2LjczYzEuNjY2LDEuNjY1LDMuMDg0LDIuODgzLDQuMjE3LDMuNjJjMC43MTUsMC40NjQsMS45OTEsMS4xNjQsMi41MTQsMC42NDFsMC4zMTUtMC4zMTgNCgkJCWMxLjc0NC0xLjc3LDMuMjUtMy4yOTYsNy40NzQsMC4wOTljMS40MzEsMS4xNSwyLjE1LDIuMjczLDIuMTk4LDMuNDM0YzAuMDY5LDEuNjgyLTEuMjcxLDIuOTU0LTIuNDUzLDQuMDc2DQoJCQljLTAuMTk0LDAuMTg1LTAuMzg0LDAuMzY0LTAuNTYsMC41NEMyNi4xMDMsMjkuNDI2LDI1LjEyNywyOS43MzMsMjMuODk1LDI5LjczM3ogTTUuNDE5LDEuMDAyYy0xLjE5NCwwLTIuMjc0LDEuMTM2LTMuMjI5LDIuMTQNCgkJCUMxLjk5NywzLjM0NCwxLjgxLDMuNTQxLDEuNjI3LDMuNzI0QzAuNzExLDQuNjM5LDAuODA1LDcuMDQ3LDEuODY1LDkuODU4YzEuMzEsMy40NzMsMy45MTMsNy4yNjcsNy4zMjksMTAuNjgzDQoJCQlzNy4yMDksNi4wMTgsMTAuNjgxLDcuMzI4YzIuODExLDEuMDYxLDUuMjE5LDEuMTUzLDYuMTM1LDAuMjM2YzAuMTgzLTAuMTgyLDAuMzc4LTAuMzY4LDAuNTc4LTAuNTU4DQoJCQljMS4wMjgtMC45NzcsMi4xOTMtMi4wODMsMi4xNDMtMy4zMTFjLTAuMDM1LTAuODQzLTAuNjQ5LTEuNzUtMS44MjYtMi42OTVjLTMuNTItMi44MjgtNC41MDMtMS44MjgtNi4xMzUtMC4xNzZsLTAuMzIsMC4zMjMNCgkJCWMtMC43NzcsMC43ODEtMi4wNDQsMC42MS0zLjc2Ni0wLjUxYy0xLjE5LTAuNzc0LTIuNjY0LTIuMDM3LTQuMzc5LTMuNzUxbDAsMGMtNC4yMzEtNC4yMzEtNS41ODUtNi44MTktNC4yNi04LjE0NWwwLjMxOS0wLjMxNg0KCQkJYzEuNjU4LTEuNjMyLDIuNjU4LTIuNjE3LTAuMTcxLTYuMTM3QzcuMjQ3LDEuNjU0LDYuMzQsMS4wNCw1LjQ5NywxLjAwNEM1LjQ3MSwxLjAwMyw1LjQ0NCwxLjAwMiw1LjQxOSwxLjAwMnoiLz4NCgk8L2c+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0yNC4wNywxMi4yOWMtMC4wNjMsMC0wLjEyNi0wLjAxMi0wLjE4OC0wLjAzN2MtMC4yNTYtMC4xMDQtMC4zOC0wLjM5NS0wLjI3NS0wLjY1YzAuNjM2LTEuNTY4LDAuMjcyLTMuMzU1LTAuOTI0LTQuNTUyDQoJCQljLTEuMjI5LTEuMjI5LTMuMTE4LTEuNTctNC43MDMtMC44NThjLTAuMjQ5LDAuMTEzLTAuNTQ4LDAuMDAzLTAuNjYxLTAuMjQ5Yy0wLjExNC0wLjI1Mi0wLjAwMy0wLjU0OCwwLjI0OS0wLjY2MQ0KCQkJYzEuOTYxLTAuODg4LDQuMy0wLjQ2MSw1LjgyMiwxLjA2MmMxLjQ4MSwxLjQ4MSwxLjkzLDMuNjkyLDEuMTQzLDUuNjM0QzI0LjQ1NSwxMi4xNzEsMjQuMjY3LDEyLjI5LDI0LjA3LDEyLjI5eiIvPg0KCQk8cGF0aCBkPSJNMjguNTM0LDE0LjEwMmMtMC4wNjMsMC0wLjEyNi0wLjAxMi0wLjE4OC0wLjAzN2MtMC4yNTctMC4xMDQtMC4zOC0wLjM5NS0wLjI3NS0wLjY1DQoJCQljMS4zNjUtMy4zNjcsMC41ODgtNy4yMDItMS45ODEtOS43NzFjLTIuNjM4LTIuNjM4LTYuNjk1LTMuMzc4LTEwLjA5NS0xLjg0MWMtMC4yNTIsMC4xMS0wLjU0OCwwLjAwMi0wLjY2Mi0wLjI1DQoJCQlDMTUuMjIsMS4zLDE1LjMzMSwxLjAwNCwxNS41ODMsMC44OWMzLjc3Ny0xLjcwNiw4LjI4My0wLjg4NSwxMS4yMTQsMi4wNDZjMi44NTQsMi44NTQsMy43MTgsNy4xMTQsMi4yLDEwLjg1NA0KCQkJQzI4LjkxOSwxMy45ODQsMjguNzMxLDE0LjEwMiwyOC41MzQsMTQuMTAyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    min-height: 28px; }
    #footer .info-phone a {
      text-decoration: none; }
      #footer .info-phone a:hover {
        text-decoration: underline; }
  #footer .info-email {
    padding: 5px 0 0 40px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaWQ9IkxheWVyXzEiIGZpbGw9IndoaXRlIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDAuMzU0IDEwMC4zNTI7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMDAuMzU0IDEwMC4zNTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik05My4wOSw3Ni4yMjRjMC4wNDctMC4xNDUsMC4wNzktMC4yOTgsMC4wNzktMC40NTlWMjIuNjM4YzAtMC4xNjItMC4wMzItMC4zMTYtMC4wOC0wLjQ2MiAgYy0wLjAwNy0wLjAyLTAuMDExLTAuMDQtMC4wMTktMC4wNmMtMC4wNjQtMC4xNzEtMC4xNTgtMC4zMjUtMC4yNzYtMC40NmMtMC4wMDgtMC4wMDktMC4wMDktMC4wMi0wLjAxNy0wLjAyOSAgYy0wLjAwNS0wLjAwNS0wLjAxMS0wLjAwNy0wLjAxNi0wLjAxMmMtMC4xMjYtMC4xMzQtMC4yNzUtMC4yNDItMC40NDItMC4zMjNjLTAuMDEzLTAuMDA2LTAuMDIzLTAuMDE0LTAuMDM2LTAuMDIgIGMtMC4xNTgtMC4wNzEtMC4zMy0wLjExMS0wLjUxMS0wLjEyM2MtMC4wMTgtMC4wMDEtMC4wMzUtMC4wMDUtMC4wNTMtMC4wMDVjLTAuMDE3LTAuMDAxLTAuMDMyLTAuMDA1LTAuMDQ5LTAuMDA1SDguNDY1ICBjLTAuMDE3LDAtMC4wMzMsMC4wMDQtMC4wNSwwLjAwNWMtMC4wMTYsMC4wMDEtMC4wMzIsMC4wMDQtMC4wNDgsMC4wMDVjLTAuMTgzLDAuMDEyLTAuMzU4LDAuMDUzLTAuNTE4LDAuMTI1ICBjLTAuMDEsMC4wMDQtMC4wMTgsMC4wMTEtMC4wMjgsMC4wMTVjLTAuMTcsMC4wODEtMC4zMjEsMC4xOTEtMC40NDgsMC4zMjdjLTAuMDA1LDAuMDA1LTAuMDExLDAuMDA2LTAuMDE2LDAuMDExICBjLTAuMDA4LDAuMDA4LTAuMDA5LDAuMDE5LTAuMDE3LDAuMDI4Yy0wLjExOCwwLjEzNS0wLjIxMywwLjI5LTAuMjc3LDAuNDYxYy0wLjAwOCwwLjAyLTAuMDEyLDAuMDQtMC4wMTksMC4wNjEgIGMtMC4wNDgsMC4xNDYtMC4wOCwwLjMtMC4wOCwwLjQ2MnY1My4xMjhjMCwwLjE2NCwwLjAzMywwLjMyLDAuMDgyLDAuNDY4YzAuMDA3LDAuMDIsMC4wMTEsMC4wMzksMC4wMTgsMC4wNTkgIGMwLjA2NSwwLjE3MiwwLjE2MSwwLjMyNywwLjI4LDAuNDYyYzAuMDA3LDAuMDA4LDAuMDA5LDAuMDE4LDAuMDE2LDAuMDI2YzAuMDA2LDAuMDA3LDAuMDE0LDAuMDExLDAuMDIxLDAuMDE4ICBjMC4wNDksMC4wNTEsMC4xMDMsMC4wOTYsMC4xNTksMC4xNGMwLjAyNSwwLjAxOSwwLjA0NywwLjA0MiwwLjA3MywwLjA2YzAuMDY2LDAuMDQ2LDAuMTM3LDAuMDgzLDAuMjEsMC4xMTcgIGMwLjAxOCwwLjAwOCwwLjAzNCwwLjAyMSwwLjA1MiwwLjAyOGMwLjE4MSwwLjA3NywwLjM4LDAuMTIxLDAuNTg5LDAuMTIxaDgzLjIwNGMwLjIwOSwwLDAuNDA4LTAuMDQzLDAuNTg5LTAuMTIxICBjMC4wMjgtMC4wMTIsMC4wNTQtMC4wMywwLjA4MS0wLjA0NGMwLjA2Mi0wLjAzMSwwLjEyNC0wLjA2MywwLjE4MS0wLjEwMmMwLjAzLTAuMDIxLDAuMDU3LTAuMDQ4LDAuMDg2LTAuMDcxICBjMC4wNTEtMC4wNDEsMC4xMDEtMC4wODIsMC4xNDUtMC4xMjljMC4wMDgtMC4wMDgsMC4wMTctMC4wMTQsMC4wMjUtMC4wMjJjMC4wMDgtMC4wMDksMC4wMS0wLjAyMSwwLjAxOC0wLjAzICBjMC4xMTctMC4xMzQsMC4yMTEtMC4yODgsMC4yNzUtMC40NThDOTMuMDc4LDc2LjI2Nyw5My4wODMsNzYuMjQ2LDkzLjA5LDc2LjIyNHogTTkuOTY1LDI2LjA0bDI1LjI0NywyMy4wNjFMOS45NjUsNzIuMzQ2VjI2LjA0eiAgIE02MS43MTEsNDcuOTcxYy0wLjEwNCwwLjA2OC0wLjIxNCwwLjEyNS0wLjMwMSwwLjIyMWMtMC4wMzMsMC4wMzYtMC4wNDQsMC4wODMtMC4wNzMsMC4xMjFsLTExLjI3LDEwLjI5NEwxMi4zMzEsMjQuMTM4aDc1LjQ3MiAgTDYxLjcxMSw0Ny45NzF6IE0zNy40MzYsNTEuMTMybDExLjYxOSwxMC42MTNjMC4yODcsMC4yNjIsMC42NDksMC4zOTMsMS4wMTIsMC4zOTNzMC43MjUtMC4xMzEsMS4wMTEtMC4zOTNsMTEuNDc1LTEwLjQ4MSAgbDI1LjI0MywyMy4wMDJIMTIuMzA5TDM3LjQzNiw1MS4xMzJ6IE02NC43NzgsNDkuMjMyTDkwLjE2OSwyNi4wNHY0Ni4zM0w2NC43NzgsNDkuMjMyeiIvPjwvc3ZnPg==");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    min-height: 28px; }
  #footer .info-whatsapp {
    padding: 5px 0 0 40px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaWQ9IkxheWVyXzMiIGZpbGw9IndoaXRlIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NCA2NDsiIHZlcnNpb249IjEuMCIgdmlld0JveD0iMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48Zz48cGF0aCBkPSJNNDguMTksMzguMzVsLTcuMzktMy41OWMtMC40LTAuMTktMC44OS0wLjEtMS4xOSwwLjI0Yy0wLjM1LDAuMzktMC44NywwLjk3LTEuNTIsMS42NWwtMC4yOCwwLjI5ICAgYy0xLjQzLDEuNDgtMS44MiwxLjg4LTIuMTgsMS45NGMtMC4zMiwwLjA2LTAuNjMsMC4wMS0xLjU3LTAuNDRjLTMuMDYtMS40Ny01LjA2LTMuMzktNS4yNy0zLjZjLTEuMzMtMS4zMi0yLjUtMi44MS0zLjQ3LTQuNDUgICBjLTAuMDYtMC4yNy0wLjA5LTAuNTctMC4wNC0wLjg4YzAuMTUtMC44OSwwLjgtMS44MiwxLjg2LTIuNjljMC4zMi0wLjI2LDAuNDUtMC43LDAuMzEtMS4xbC0yLjk0LTguNTkgICBjLTAuMTQtMC40LTAuNTItMC42OC0wLjk1LTAuNjhoLTMuMzhjLTAuMTYsMC0wLjMxLDAuMDQtMC40NSwwLjExYy0wLjA2LDAuMDMtNi4yOCwzLjI1LTQuNTUsMTEuMTdjMC4wMSwwLjA2LDAuMDMsMC4xMywwLjA2LDAuMTkgICBjMC4yOSwwLjY4LDcuMzgsMTYuNTksMjIuNTgsMjAuMDljMC4wOSwwLjAyLDAuODQsMC4xNCwxLjkxLDAuMTRjMi40NCwwLDYuNTctMC42NCw4LjY5LTQuNjZjMC4wNy0wLjEzLDAuMTEtMC4yNywwLjExLTAuNDEgICBsMC4yMS0zLjc1QzQ4Ljc3LDM4LjksNDguNTUsMzguNTMsNDguMTksMzguMzV6IE00Ni41Niw0Mi43MmMtMi40Myw0LjI3LTguMTQsMy4zNC04LjMzLDMuMzFjLTEzLjYxLTMuMTMtMjAuNTMtMTcuNTktMjEuMS0xOC44NCAgIGMtMS4xOC01LjY1LDIuNDMtOC4yMSwzLjMzLTguNzVoMi40bDIuNDksNy4yOGMtMS4xNCwxLjA3LTEuODMsMi4yMi0yLjAzLDMuNDRjLTAuMTIsMC43Mi0wLjAxLDEuMzUsMC4xLDEuODIgICBjMC4wMiwwLjEsMC4wNiwwLjE5LDAuMTEsMC4yN2MxLjA4LDEuODQsMi4zOCwzLjUzLDMuODcsNWMwLjI0LDAuMjQsMi40NiwyLjM3LDUuODEsMy45OGMxLjEsMC41MywxLjg4LDAuNzksMi44MiwwLjYgICBjMS0wLjE5LDEuNTItMC43MywzLjI0LTIuNTJsMC4yOC0wLjI5YzAuNDEtMC40MywwLjc3LTAuODEsMS4wNy0xLjE0bDYuMTIsMi45N0w0Ni41Niw0Mi43MnoiLz48cGF0aCBkPSJNMzIsNC43NUMxNi45Nyw0Ljc1LDQuNzUsMTYuOTcsNC43NSwzMmMwLDUuNjMsMS43LDExLjAzLDQuOTMsMTUuNjJsLTIuMDksNy44MWMtMC4wOSwwLjM0LDAuMDEsMC43MSwwLjI2LDAuOTcgICBjMC4yNSwwLjI1LDAuNjIsMC4zNSwwLjk3LDAuMjZsNy44OS0yLjExYzQuNTMsMy4wOCw5LjgxLDQuNzEsMTUuMyw0LjcxYzE1LjAzLDAsMjcuMjUtMTIuMjMsMjcuMjUtMjcuMjUgICBDNTkuMjUsMTYuOTcsNDcuMDMsNC43NSwzMiw0Ljc1eiBNMzIsNTcuMjVjLTUuMjQsMC0xMC4yNi0xLjU5LTE0LjU0LTQuNjFjLTAuMTctMC4xMi0wLjM3LTAuMTgtMC41OC0wLjE4ICAgYy0wLjA5LDAtMC4xNywwLjAxLTAuMjYsMC4wM2wtNi42NywxLjc5bDEuNzctNi41OWMwLjA4LTAuMjksMC4wMi0wLjYtMC4xNi0wLjg1QzguNDEsNDIuNSw2Ljc1LDM3LjM3LDYuNzUsMzIgICBDNi43NSwxOC4wNywxOC4wOCw2Ljc1LDMyLDYuNzVTNTcuMjUsMTguMDcsNTcuMjUsMzJDNTcuMjUsNDUuOTIsNDUuOTIsNTcuMjUsMzIsNTcuMjV6Ii8+PHBhdGggZD0iTTMyLTAuMDRDMTQuMzMtMC4wNC0wLjA0LDE0LjMzLTAuMDQsMzJjMCw1LjQ4LDEuNDEsMTAuODgsNC4wOSwxNS42NWwtNC4wNSwxNS4xM0MtMC4xLDYzLjEzLDAsNjMuNSwwLjI1LDYzLjc1ICAgYzAuMTksMC4xOSwwLjQ1LDAuMjksMC43MSwwLjI5YzAuMDksMCwwLjE3LTAuMDEsMC4yNi0wLjAzbDE1LjEzLTQuMDVjNC43NywyLjY4LDEwLjE3LDQuMDksMTUuNjUsNC4wOSAgIGMxNy42NywwLDMyLjA0LTE0LjM3LDMyLjA0LTMyLjA0UzQ5LjY3LTAuMDQsMzItMC4wNHogTTMyLDYyLjA0Yy01LjI3LDAtMTAuNDYtMS4zOS0xNS4wMS00LjAzYy0wLjE1LTAuMDktMC4zMy0wLjEzLTAuNS0wLjEzICAgYy0wLjA5LDAtMC4xNywwLjAxLTAuMjYsMC4wM0wyLjM3LDYxLjYzbDMuNzEtMTMuODVjMC4wNy0wLjI2LDAuMDMtMC41My0wLjEtMC43NkMzLjM1LDQyLjQ2LDEuOTYsMzcuMjcsMS45NiwzMiAgIEMxLjk2LDE1LjQ0LDE1LjQzLDEuOTYsMzIsMS45NlM2Mi4wNCwxNS40NCw2Mi4wNCwzMkM2Mi4wNCw0OC41Nyw0OC41Nyw2Mi4wNCwzMiw2Mi4wNHoiLz48L2c+PC9zdmc+");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    min-height: 28px; }
  #footer .copyright {
    color: #010101;
    background-color: whitesmoke;
    padding-top: 15px; }
    #footer .copyright a {
      color: #010101; }

/*-------------- order-list --------------*/
.order-list p {
  margin-bottom: 10px; }
.order-list .badge {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #94382e;
  color: white; }
.order-list tr > td {
  vertical-align: middle !important;
  border-top: 1px solid #b86258;
  padding-top: 20px !important;
  padding-bottom: 20px !important; }
  .order-list tr > td h4.media-heading {
    font-size: 16px;
    white-space: normal; }
    .order-list tr > td h4.media-heading a {
      color: #010101; }
  .order-list tr > td .thumbnail {
    margin-bottom: 0; }
  .order-list tr > td .priceItem {
    font-size: 22px;
    margin: 0; }
    .order-list tr > td .priceItem span {
      white-space: nowrap; }
      .order-list tr > td .priceItem span sup {
        top: -6px;
        left: 3px;
        font-size: 14px; }
  .order-list tr > td a {
    cursor: pointer; }
.order-list tr:first-child > td {
  border: none; }
.order-list ul.delivery {
  list-style: none;
  padding-left: 20px; }
  .order-list ul.delivery li {
    margin-bottom: 10px; }
    .order-list ul.delivery li > div {
      margin-left: 20px; }
    .order-list ul.delivery li label {
      margin-bottom: 0; }
.order-list ul.payment {
  list-style: none;
  padding-left: 20px; }
  .order-list ul.payment li {
    margin-bottom: 10px; }
    .order-list ul.payment li label {
      margin-bottom: 0; }
    .order-list ul.payment li > div {
      margin-left: 20px; }
@media only screen and (max-width: 767px) {
  .order-list table,
  .order-list thead,
  .order-list tbody,
  .order-list th,
  .order-list td,
  .order-list tr {
    display: block;
    border-top: 1px solid #b86258; }
    .order-list table td,
    .order-list thead td,
    .order-list tbody td,
    .order-list th td,
    .order-list td td,
    .order-list tr td {
      /* Behave  like a "row" */
      position: relative;
      display: table-cell;
      border: none !important; }
      .order-list table td.name,
      .order-list thead td.name,
      .order-list tbody td.name,
      .order-list th td.name,
      .order-list td td.name,
      .order-list tr td.name {
        display: block; }
      .order-list table td.price,
      .order-list thead td.price,
      .order-list tbody td.price,
      .order-list th td.price,
      .order-list td td.price,
      .order-list tr td.price {
        text-align: center; }
    .order-list table:first-child,
    .order-list thead:first-child,
    .order-list tbody:first-child,
    .order-list th:first-child,
    .order-list td:first-child,
    .order-list tr:first-child {
      border-top: none; }
  .order-list .total td.price {
    text-align: left; } }

/* Autocomplete
----------------------------------*/
ul.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px) !important;
  max-width: 450px !important;
  max-height: 200px;
  overflow: auto;
  border: 1px solid #cccccc;
  background-color: white;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);
  list-style: none;
  padding: 0;
  z-index: 10000 !important; }
  ul.ui-autocomplete li {
    border-top: 1px solid #cccccc;
    font-size: 75%; }
    ul.ui-autocomplete li img {
      width: 40px;
      margin-right: 5px;
      float: left; }
    ul.ui-autocomplete li:first-child {
      border-top: none; }
    ul.ui-autocomplete li a {
      width: 100%; }

ul.ui-autocomplete a {
  font-weight: normal;
  color: #333333;
  display: inline-block;
  padding: 10px; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-state-active,
.ui-state-focus {
  color: #23527c;
  background-color: #eeeeee; }

.autocomplete-feedback {
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  margin-top: .5em;
  margin-right: .5em; }

.ui-autocomplete-loading {
  background: white url("../decor/spinner.gif") right center no-repeat; }

.loader {
  font-size: 10px;
  text-indent: -9999em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #333;
  background: -moz-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #333333 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.loader:before {
  width: 50%;
  height: 50%;
  background: #333;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*# sourceMappingURL=stylesheet.css.map */
