html {
  color: #111;
  text-rendering: optimizelegibility;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 34px;
}

a {
  color: #f08728;
}

  a:hover {
    color: #f08728;
  }
/* uk- */
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system,BlinkMacSystemFont,"Amiri","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-weight: 500;
}

.uk-text-weight-ultralight,
.uk-text-weight-200 {
  font-weight: 200;
}

.uk-text-weight-light,
.uk-text-weight-300 {
  font-weight: 300;
}

.uk-text-weight-medium,
.uk-text-weight-500 {
  font-weight: 500;
}

.uk-text-weight-bold {
  font-weight: bold;
}

.uk-padding-bottom-large {
  padding-bottom: 60px !important;
}

.uk-float-remove {
  float: none !important;
}

.uk-input[type="file"] {
  height: auto;
  line-height: 31px;
  padding: 7px 7px 0px;
  direction: rtl;
}

.uk-button {
  border-radius: 5px;
  padding: 0px 20px;
}

.uk-button-primary {
  background: #f08728;
  text-decoration: none !important;
}

  .uk-button-primary:hover {
    background: #f08728;
  }

.uk-button-secondary {
  background: #444;
}

  .uk-button-secondary:hover {
    background: #333;
  }
/* uk- */
::selection {
  background: #f08728;
  color: #fff;
}

::-moz-selection {
  background: #f08728;
  color: #fff;
}
/*--- sazmand ---*/
.color_red {
  color: #f08728;
}

.topbar {
  padding: 10px 0px;
  font-size: 14px;
  line-height: 30px;
  height: 50px;
  box-sizing: border-box;
}

  .topbar .phone_main {
    font-size: 16px;
  }

    .topbar .phone_main img {
      width: 18px;
    }

  .topbar .loginreg_main {
    border: 2px solid #F4F4F4;
    margin: 0px 30px;
    padding: 0px 10px;
    border-radius: 5px;
    line-height: 26px;
    height: 30px;
    box-sizing: border-box;
  }

    .topbar .loginreg_main img {
      width: 16px;
    }

    .topbar .loginreg_main a {
      color: #000;
      margin: 0px 5px;
      vertical-align: middle;
      display: inline-block;
      text-decoration: none;
    }

  .topbar .selectlang_main > select {
    height: 30px;
    line-height: 30px;
    border-color: transparent;
    border: none !important;
    font-family: inherit;
    margin-left: 10px;
    width: 65px;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 -10 140 140' width='24' height='24' fill='gray' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z'/></g></svg>");
    background-repeat: no-repeat;
    background-position: center right 5px;
    background-size: 13px;
    padding-right: 20px;
  }
/****** menubar ***********/
.menubar {
  height: 60px;
  padding: 0px;
  box-sizing: border-box;
  transition: 300ms;
  position: relative;
}

  .menubar .logo_main {
    min-width: 150px;
    height: 40px;
    position: relative;
  }

    .menubar .logo_main a {
      display: block;
      position: absolute;
      left: 0px;
      bottom: 0px;
      text-align: center;
      width: 100%;
    }

      .menubar .logo_main a img {
        width: 100%;
        transition: 300ms;
      }

  .menubar .menu_main {
  }

    .menubar .menu_main > ul {
      margin: 0px;
      padding: 0px 10px;
      list-style: none;
    }

      .menubar .menu_main > ul > li {
        display: inline-block;
        vertical-align: middle;
      }

        .menubar .menu_main > ul > li > a {
          display: inline-block;
          line-height: 60px;
          padding: 0px 10px;
          margin: 0px 10px;
          color: #000;
          position: relative;
          text-decoration: none;
          transition: 300ms;
        }

          .menubar .menu_main > ul > li > a:before {
            content: " ";
            position: absolute;
            height: 1px;
            background: #f08728;
            bottom: 0px;
            right: 50%;
            transform: translateX(50%);
            width: 0;
            transition: 300ms;
          }

        .menubar .menu_main > ul > li:hover > a,
        .menubar .menu_main > ul > li.active > a {
          color: #f08728;
        }

          .menubar .menu_main > ul > li:hover > a:before,
          .menubar .menu_main > ul > li.active > a:before {
            width: 100%;
          }

        .menubar .menu_main > ul > li > a img.arrow_down {
          filter: grayscale(100%);
          width: 10px;
          margin-left: 5px;
          transition: 300ms;
        }

        .menubar .menu_main > ul > li.active a img.arrow_down {
          filter: grayscale(0);
        }

        .menubar .menu_main > ul > li:hover a img.arrow_down {
          filter: grayscale(0);
          transform: rotate(-180deg);
        }

        .menubar .menu_main > ul > li > .second_level {
          background: #fff;
          border-top: 1px solid #e5e5e5;
          box-shadow: 0 7px 30px -6px rgba(0,0,0,0.15);
          position: absolute;
          top: 100%;
          left: 0px;
          right: 0px;
          max-height: 0px;
          overflow: hidden;
          transition: 300ms;
          opacity: 0;
          visibility: hidden;
        }

        .menubar .menu_main > ul > li:hover > .second_level {
          transition: 1000ms max-height;
          max-height: 80vh;
          opacity: 1;
          visibility: visible;
        }

        .menubar .menu_main > ul > li > .second_level > * {
          margin: 30px auto 20px;
        }

    .menubar .menu_main .second_level .title {
      font-size: 16px;
      margin: 10px 0px 10px;
      border-left: 3px solid #f08728;
      padding: 0px 15px;
    }

    .menubar .menu_main .second_level ul.menu {
      margin: 0px;
      padding-left: 17px;
      list-style: circle;
    }

      .menubar .menu_main .second_level ul.menu li {
        line-height: 30px;
      }

        .menubar .menu_main .second_level ul.menu li a {
          color: #666;
          font-size: 14px;
          display: inline-block;
          text-decoration: none;
          transition: 300ms;
        }

          .menubar .menu_main .second_level ul.menu li a:hover {
            color: #f08728;
          }

  .menubar .basket_main {
  }

    .menubar .basket_main .basket_btn {
      margin-left: 15px;
    }

      .menubar .basket_main .basket_btn img {
        margin: 0px 5px 0px -5px;
        width: 20px;
      }

    .menubar .basket_main .search_main {
      display: inline-block;
      vertical-align: middle;
      position: relative;
    }

      .menubar .basket_main .search_main .search_input {
        max-width: unset;
        width: 20px;
        height: 40px;
        position: absolute;
        top: -3px;
        right: -10px;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden;
        transition: 200ms;
      }

      .menubar .basket_main .search_main.active .search_input {
        width: 170px;
        opacity: 1;
        visibility: visible;
      }

      .menubar .basket_main .search_main .search_input:focus {
        border: 1px solid #f08728;
      }

    .menubar .basket_main .search_btn {
      z-index: 1;
      position: relative;
    }

      .menubar .basket_main .search_btn img {
        width: 18px;
      }

  .menubar.uk-sticky-fixed {
    z-index: 1000;
    background: #fff;
    box-shadow: 0 7px 30px -6px rgba(0,0,0,0.15);
  }

    .menubar.uk-sticky-fixed .logo_main img {
      width: 95px;
      margin-bottom: -5px;
    }
/*--------- slider_section ----------*/
header {
  position: relative;
  z-index: 1000;
}

.slider_section {
  position: relative;
  height: 100vh;
  margin-top: -110px;
  max-height: 1000px;
  overflow: hidden;
  padding-top: 110px;
  box-sizing: border-box;
}

  .slider_section:before {
    content: " ";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 200%;
    background: #F3F3F3;
    transform-origin: top right;
    transform: rotate(-20deg);
  }

  .slider_section .center {
    position: relative;
    z-index: 1;
  }

  .slider_section .main_slider {
    height: calc(100vh - 110px);
    max-height: 900px;
    width: 100%;
    box-sizing: border-box;
  }

    .slider_section .main_slider .swiper-slide {
      box-sizing: border-box;
    }

      .slider_section .main_slider .swiper-slide .uk-flex {
        box-sizing: border-box;
        height: 100%;
        width: 100%;
      }

    .slider_section .main_slider .slide_img_main {
    }

      .slider_section .main_slider .slide_img_main img {
        height: calc(100vh - 130px);
        max-height: 600px;
        margin-top: 10px;
        transition: 500ms;
        transition-delay: 200ms;
        transform: scale(0.7) translateX(-100px);
        opacity: 0;
      }

    .slider_section .main_slider .slide_txt_main > div {
      width: 330px;
      transition: 500ms;
      transition-delay: 200ms;
      transform: scale(0.7) translateX(100px);
      opacity: 0;
    }
  /* animation */
  .slider_section .swiper-slide-active .slide_img_main img {
    transform: scale(1) translateX(0px);
    opacity: 1;
  }

  .slider_section .swiper-slide-active .slide_txt_main > div {
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  /*-- --*/
  .slider_section .main_slider .slide_txt_main h2 {
    font-weight: bold;
    border-bottom: 1px solid #BDBEC0;
    padding-bottom: 10px;
    margin: 0px 0px 15px;
    text-align: center;
  }

  .slider_section .main_slider .slide_txt_main p {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    margin: 0px 0px 15px;
  }

  .slider_section .main_slider .slide_txt_main .engtxt {
    font-weight: bold;
    font-size: 42px;
    letter-spacing: 22px;
    text-align: center;
    margin: 0px 0px 15px -18px;
    color: #E4E4E4;
  }

.main_slider .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #BEC3C7;
  opacity: 1;
  width: 13px;
  height: 13px;
  margin: 60px 0px !important;
  position: relative;
}

  .main_slider .swiper-pagination .swiper-pagination-bullet:before {
    content: " ";
    position: absolute;
    right: 5px;
    top: 12px;
    height: 60px;
    width: 1px;
    background: #BEC3C7;
  }

  .main_slider .swiper-pagination .swiper-pagination-bullet:last-child:before {
    display: none;
  }

.main_slider .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #f08728;
}

.slider_section .scroll_down {
  position: absolute;
  bottom: 20px;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
}

  .slider_section .scroll_down span {
    display: inline-block;
    transform: rotate(-90deg);
    position: absolute;
    width: 80px;
    bottom: 80px;
    right: -12px;
    font-size: 12px;
    color: #95A5A5;
  }

    .slider_section .scroll_down span:before {
      content: " ";
      width: 110%;
      height: 1px;
      background: #95A5A5;
      position: absolute;
      bottom: 4px;
      left: -15px;
    }

  .slider_section .scroll_down img {
    width: 30px;
    -webkit-animation: scroll_down 1800ms ease-in-out infinite;
    animation: scroll_down 1800ms ease-in-out infinite;
  }

@-webkit-keyframes scroll_down {
  50% {
    -moz-transform: scale(0.9) translateY(10px);
    -webkit-transform: scale(0.9) translateY(10px);
    transform: scale(0.9) translateY(10px);
  }
}

@keyframes scroll_down {
  50% {
    -moz-transform: scale(0.9) translateY(10px);
    -webkit-transform: scale(0.9) translateY(10px);
    transform: scale(0.9) translateY(10px);
  }
}
/*---- product_tabs ----*/
.product_tabs .tabs {
  border-bottom: 1px solid #D1D5D7;
}

  .product_tabs .tabs ul {
    margin: 25px 0px 0px;
    padding: 0px;
    list-style: none;
  }

    .product_tabs .tabs ul li {
      text-align: center;
    }

      .product_tabs .tabs ul li a {
        color: #000;
        text-decoration: none;
        display: block;
        padding: 7px 0px;
        position: relative;
        transition: 300ms;
      }

        .product_tabs .tabs ul li a:before {
          content: " ";
          position: absolute;
          bottom: -1px;
          right: 50%;
          transform: translateX(50%);
          height: 2px;
          background: #f08728;
          transition: 300ms;
          width: 0%;
        }

      .product_tabs .tabs ul li:hover a,
      .product_tabs .tabs ul li.uk-active a {
        color: #f08728;
      }

        .product_tabs .tabs ul li:hover a:before,
        .product_tabs .tabs ul li.uk-active a:before {
          width: 98%;
        }

      .product_tabs .tabs ul li a img {
        width: 25px;
        margin: 0px 10px;
        display: inline-block;
        vertical-align: text-bottom;
        filter: grayscale(100%);
        transition: 300ms;
      }

      .product_tabs .tabs ul li:hover a img,
      .product_tabs .tabs ul li.uk-active a img {
        filter: grayscale(0);
      }

.product-tabs-content {
  margin-top: 30px;
}

  .product-tabs-content .category_link {
    display: block;
    text-align: center;
    transition: 300ms;
    border-radius: 5px;
    text-decoration: none;
  }

    .product-tabs-content .category_link:hover {
      box-shadow: 0px 3px 14px rgba(0,0,0,0.1);
    }

  .product-tabs-content .category_all {
    background: #F4F4F4;
    padding: 20px 0px 15px;
  }

    .product-tabs-content .category_all img {
      width: 50px;
      margin-bottom: 5px;
    }

    .product-tabs-content .category_all span {
      display: block;
      color: #000;
    }
/*--- new_products_section ---*/
.new_products_section {
  margin-top: 50px;
}

.row_title {
  border-bottom: 1px solid #DBDDDF;
  line-height: 1.5;
  position: relative;
  margin-bottom: 30px;
  position: relative;
}

  .row_title:before {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0px;
    height: 1px;
    width: 70px;
    background: #f08728;
  }

.row_arrows {
  position: absolute;
  right: 0px;
  bottom: 0px;
  transform: translateY(50%);
  background: #fff;
  padding-left: 10px;
}

  .row_arrows > * {
    margin: 0px 5px;
    display: inline-block;
    vertical-align: middle;
  }

  .row_arrows a img {
    width: 12px;
    filter: grayscale(100%);
    transition: 300ms;
  }

  .row_arrows a:hover img {
    filter: grayscale(0);
  }

  .row_arrows a:focus {
    outline: none;
  }

  .row_arrows .swiper-pagination-fraction {
    width: auto;
    letter-spacing: -1px;
    margin: 0px;
    font-size: 15px;
  }

  .row_arrows .swiper-pagination-total {
    color: #f08728;
  }

.row_filters {
  display: flex;
  align-items: center;
  position: absolute;
  right: 110px;
  top: 0px;
  font-size: 12px;
}

  .row_filters > * {
    margin: 0px 5px;
  }

  .row_filters .uk-select {
    font-size: 12px;
    height: 30px !important;
    line-height: 28px !important;
    background-color: #f3f3f3;
    border: none;
    border-radius: 5px;
  }

  .row_filters .uk-button {
    flex: none;
    padding: 0px 10px;
    font-size: 13px;
    height: 30px;
    line-height: 28px;
  }

.product_slider {
  margin: -15px -15px 0px;
}

.product_box {
  background: #F4F4F4;
  border-radius: 3px;
  padding: 10px 20px 0px;
  margin: 15px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
  box-sizing: border-box;
  transition: 300ms;
  position: relative;
}

  .product_box:hover {
    background: #fff;
    box-shadow: 0px 3px 14px rgba(0,0,0,0.25);
  }

  .product_box .product_img_main {
    display: block;
  }

    .product_box .product_img_main img {
      width: 90%;
    }

  .product_box .product_name {
    margin: 0px;
  }

    .product_box .product_name a {
      font-size: 17px;
      color: #000;
      text-decoration: none;
      display: block;
      line-height: 22px;
    }

      .product_box .product_name a:hover {
        /*    color: #F1452C;*/
      }

  .product_box .product_price {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 18px;
  }

  .product_box .product_oldprice {
    font-size: 14px;
    margin-bottom: 5px;
    color: #a9a4a4;
    line-height: 18px;
    text-decoration: line-through;
  }

  .product_box .addcart_btn {
    display: block;
    border-radius: 0px;
    margin: 0px -20px;
    font-size: 16px;
    padding: 3px 10px;
    transition: 300ms;
  }

  .product_box:hover .addcart_btn {
    background: #444444;
  }

    .product_box:hover .addcart_btn:hover {
      background: #333;
    }

  .product_box .product_desc {
    font-size: 13px;
    line-height: 22px;
    background: #f3f3f3;
    color: #888;
    border-top: 1px solid #ddd;
    padding: 15px;
    position: absolute;
    bottom: 25px;
    right: 0px;
    left: 0px;
    transition: 300ms;
    transform-origin: center bottom;
    transform: scaleY(0.1);
    opacity: 0;
  }

  .product_box:hover .product_desc {
    transform: scaleY(1);
    opacity: 1;
  }
/*-- catalog_section --*/
.catalog_section {
  background-image: url(../images/catalog_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 50px 0px 0px;
  padding: 75px 0px;
  color: #fff;
}

  .catalog_section .catalog_title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .catalog_section .swiper-slide {
    padding: 0px 50px;
    box-sizing: border-box;
  }

    .catalog_section .swiper-slide .catalog_img {
      width: 330px;
    }

    .catalog_section .swiper-slide p {
      font-size: 15px;
      line-height: 28px;
    }

  .catalog_section .catalog_link img {
    width: 18px;
    margin-right: 8px;
  }

  .catalog_section .catalog_slider .swiper-button-next,
  .catalog_section .catalog_slider .swiper-button-prev {
    background-image: url(../images/arrow_right2_white.png);
    width: 35px;
    height: 35px;
    background-size: 30px 30px;
  }

    .catalog_section .catalog_slider .swiper-button-prev:hover {
      background-image: url(../images/arrow_right2_red.png);
    }

  .catalog_section .catalog_slider .swiper-button-next {
    background-image: url(../images/arrow_left2_white.png);
  }

    .catalog_section .catalog_slider .swiper-button-next:hover {
      background-image: url(../images/arrow_left2_red.png);
    }

  .catalog_section .swiper-wrapper.saz-disabled {
    transform: translate3d(0px, 0, 0) !important;
  }

.catalog_slider .swiper-button-prev.saz-disabled,
.catalog_slider .swiper-button-next.saz-disabled {
  display: none;
}

.catalog_after_section {
  background: #F4F4F4;
  padding-bottom: 50px;
}

  .catalog_after_section .catalog_after_img {
    margin-top: -370px;
    width: 500px;
  }

.projects_section {
  margin: 60px 0px;
}

.project_slider .project_link {
  position: relative;
  display: block;
}

  .project_slider .project_link img {
    width: 100%;
  }

  .project_slider .project_link:before {
    content: " ";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: 300ms;
  }

  .project_slider .project_link:hover:before {
    opacity: 1;
  }

  .project_slider .project_link > div {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    color: #fff;
    text-align: center;
    font-size: 18px;
    z-index: 1;
    opacity: 0;
    transition: 300ms;
    margin-top: 20px;
  }

  .project_slider .project_link .project_link_description {
    background-color: gray;
  }

  .project_slider .project_link:hover > div {
    margin-top: 0px;
    opacity: 1;
  }

.event_slider .event_link {
  position: relative;
  display: block;
  text-decoration: none;
}

  .event_slider .event_link img {
    height: 518px;
    width: 100%;
  }

  .event_slider .event_link .event_detail {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #444444;
    width: 90%;
    color: #fff;
    z-index: 1;
    padding: 15px 25px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 27px;
  }

    .event_slider .event_link .event_detail .color_red {
      font-weight: bold;
      font-size: 17px;
    }

.featured_title {
  position: relative;
}

  .featured_title:before {
    content: " ";
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    width: 2px;
    height: 45px;
    background: #BDBEC0;
    margin-top: 10px;
  }

  .featured_title .uk-text-muted {
    font-size: 12px;
  }

.featured_slider_main {
  position: relative;
}

  .featured_slider_main:before {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    left: 0px;
    height: 2px;
    background: #EFEFEF;
  }

.featured_slider a.featured_link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  margin: 10px;
  transition: 500ms;
  transform: scale(0.7);
}

  .featured_slider a.featured_link img {
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  }

  .featured_slider a.featured_link span {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    transition: 400ms;
    transition-delay: 0ms;
    opacity: 0;
    bottom: 10px;
    text-align: center;
    line-height: 18px;
  }

.featured_slider .swiper-slide.swiper-slide-active a.featured_link {
  transform: scale(1);
}

  .featured_slider .swiper-slide.swiper-slide-active a.featured_link span {
    opacity: 1;
    bottom: 20px;
    transition-delay: 300ms;
  }

.featured_slider_main .featured_navigation {
  height: 240px;
  width: 45px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%,-50%);
  z-index: 1;
}

  .featured_slider_main .featured_navigation:before {
    content: " ";
    width: 30px;
    height: 150px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .featured_slider_main .featured_navigation.navigation_prev {
    margin-right: -115px;
  }

  .featured_slider_main .featured_navigation.navigation_next:before {
    background-image: url(../images/featured_left.png);
    left: 14px;
  }

  .featured_slider_main .featured_navigation.navigation_next {
    margin-right: 115px;
  }

  .featured_slider_main .featured_navigation.navigation_prev:before {
    background-image: url(../images/featured_right.png);
    right: 14px;
  }

  .featured_slider_main .featured_navigation > a {
    background: #444;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: 300ms;
  }

    .featured_slider_main .featured_navigation > a:hover {
      background: #f08728;
    }

    .featured_slider_main .featured_navigation > a.featured_slider_next {
      left: 0px;
    }

    .featured_slider_main .featured_navigation > a.featured_slider_prev {
      right: 0px;
    }

    .featured_slider_main .featured_navigation > a img {
      width: 15px;
    }

footer {
  background-image: url(../images/footer_bg.jpg);
  background-size: cover;
  background-position: top center;
  padding-top: 140px;
  margin-top: 30px;
}

.copyright {
  margin-top: 40px;
  background: #444;
  color: #fff;
  padding: 10px 0px;
  font-size: 13px;
}

footer .footer_title {
  font-weight: bold;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

footer ul.footer_menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

  footer ul.footer_menu li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    transition: 300ms;
    text-decoration: none;
    display: inline-block;
    padding: 5px 0px;
    line-height: 25px;
  }

    footer ul.footer_menu li a:hover {
      color: #f08728;
    }

footer .namads a {
  display: inline-block;
  background: #FEFEFE;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  padding: 15px;
  margin: 10px;
  box-sizing: border-box;
}

footer .socials {
  padding: 0px 10px;
}

  footer .socials a {
    padding: 5px;
    margin: 0px 5px;
    transition: 300ms;
  }

    footer .socials a:hover {
      opacity: 0.5;
    }

    footer .socials a img {
      width: 20px;
    }

.menubar .logo_main a.offcanvas_link {
  display: none;
}
/** responsive **/
@media (max-width: 1280px) { /* width from 0px to 1280px */
  .event_slider .event_link img {
    height: auto;
  }
}

@media (max-width: 1100px) { /* width from 0px to 1100px */
  .menubar .menu_main > ul > li > a {
    margin: 0px;
    padding: 0px 7px;
    font-size: 15px;
  }

  .featured_slider_main .featured_navigation.navigation_next {
    margin-right: 95px;
  }

  .featured_slider_main .featured_navigation.navigation_prev {
    margin-right: -95px;
  }

  footer .namads a {
    padding: 5px;
  }

  .product_box .product_oldprice,
  .product_box .product_price {
    font-size: 11px;
  }

  .featured_slider a.featured_link span {
    font-size: 12px;
  }

  .product-tabs-content .category_all span {
    font-size: 12px;
  }

  .menubar .menu_main > ul {
    padding: 0px;
  }
}

@media (max-width: 888px) { /* width from 0px to 888px */
  .menubar .basket_main .basket_btn {
    margin-left: 10px;
    padding: 0px 14px;
    line-height: 32px;
    font-size: 12px;
  }

  .menubar .menu_main > ul > li > a {
    font-size: 14px;
    padding: 0px 5px;
  }

  .topbar,
  .topbar .selectlang_main > select {
    font-size: 12px;
  }

    .topbar .phone_main {
      font-size: 15px;
    }

  .slider_section .main_slider .slide_txt_main h2 {
    font-size: 25px;
  }

  .slider_section .main_slider .slide_txt_main p {
    font-size: 12px;
  }

  .slider_section .main_slider .slide_txt_main > div {
    width: 290px;
  }

  .slider_section .main_slider .slide_txt_main .engtxt {
    font-size: 35px;
    letter-spacing: 20px;
    margin-left: -14px;
  }

  .slider_section .main_slider .slide_txt_main > div .uk-button {
    padding: 0px 15px;
    line-height: 30px;
    font-size: 13px;
  }

  .product_tabs .tabs ul li a {
    font-size: 12px;
  }

  .product_box .product_name a {
    font-size: 15px;
  }

  .product_box .addcart_btn {
    font-size: 14px;
    padding: 0px 10px;
  }

  .catalog_section .swiper-slide p {
    font-size: 12px;
    line-height: 24px;
    margin: 5px 0px 10px;
  }

  .product-tabs-content .category_all img {
    width: 40px;
    margin: 0px;
  }

  .product-tabs-content .category_all {
    padding: 15px 0px 5px;
  }

  .menubar .menu_main > ul {
    padding: 0px;
  }

  .menubar .logo_main {
    min-width: 120px;
  }

  .catalog_section .swiper-slide .catalog_img {
    width: 220px;
  }

  .catalog_section .catalog_link {
    padding: 0px 14px;
    line-height: 28px;
    font-size: 13px;
  }

  .catalog_after_section .catalog_after_img {
    margin-top: -300px;
    width: 380px;
  }

  .featured_slider_main .featured_navigation.navigation_prev {
    margin-right: -75px;
  }

  .featured_slider_main .featured_navigation.navigation_next {
    margin-right: 75px;
  }

  .featured_slider_main .featured_navigation:before {
    height: 115px;
  }

  footer .namads a {
    margin: 5px;
  }

  .event_slider .event_link .event_detail .color_red {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .event_slider .event_link .event_detail {
    font-size: 11px;
    line-height: 20px;
  }

  .product_box .product_name {
    margin: 0px -20px;
  }

  .list .product_box .product_name {
    margin: 0px;
  }

  .product_box .product_name + .uk-flex {
    margin: 0px -20px;
  }

  .product_box {
    margin: 10px;
  }
}

@media (max-width: 770px) { /* width from 0px to 770px */
  .menubar .logo_main {
    min-width: 100px;
  }

  .menubar .menu_main > ul > li > a {
    font-size: 13px;
    padding: 0px 3px;
  }

  .menubar .basket_main .basket_btn img {
    width: 15px;
  }

  .menubar .uk-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menubar .basket_main .basket_btn {
    margin-left: 5px;
    padding: 0px 11px;
    line-height: 28px;
  }

  .menubar .basket_main .search_btn img {
    width: 14px;
  }

  .slider_section .main_slider .slide_txt_main > div {
    width: auto;
  }

  .slider_section .main_slider .slide_txt_main .engtxt {
    display: none;
  }

  .product-tabs-content .category_all span {
    line-height: 16px;
    margin: 5px 0px;
  }
}

@media (max-width: 640px) { /* width from 0px to 640px */
  .topbar {
    padding: 10px 0px 20px;
    height: auto;
  }

    .topbar .uk-flex-left {
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      flex-direction: row-reverse;
    }

  nav.menu_main {
    display: none;
  }

  .menubar {
    height: auto;
    padding-bottom: 10px;
  }

    .menubar > .uk-container > .uk-flex {
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
    }

  header {
    background: #fff;
    box-shadow: 0 7px 30px -6px rgba(0,0,0,0.15);
  }

  .menubar.uk-sticky-fixed {
    position: relative !important;
    top: unset !important;
    width: auto !important;
    box-shadow: unset;
    background: transparent;
  }

    .menubar.uk-sticky-fixed + .uk-sticky-placeholder {
      display: none;
    }

    .menubar.uk-sticky-fixed .logo_main img {
      width: 100%;
      margin: 0px;
    }

  .slider_section .swiper-slide > .uk-flex {
    flex-wrap: wrap;
  }

  .slider_section .main_slider .slide_img_main {
    width: 100%;
  }

  .slider_section .main_slider .slide_txt_main {
    width: 100%;
  }

  .slider_section .main_slider .slide_img_main img {
    height: auto;
    max-height: unset;
    width: 50%;
  }

  .slider_section .scroll_down {
    display: none;
  }

  .slider_section .main_slider .slide_txt_main .uk-text-left {
    text-align: center !important;
    margin-bottom: 15px;
  }

  .product_tabs .tabs ul li a img {
    display: block;
    margin: 0px auto;
  }

  .product_tabs .tabs ul {
    margin-top: 10px;
  }

  .product-tabs-content li > .uk-grid > div {
    width: 50%;
    text-align: center;
    /*        width: 33.333%;*/
  }

  .product-tabs-content .category_all {
    width: auto;
    display: inline-block;
    padding: 10px 5px 5px;
    margin: 10px auto 0px;
    margin: 15px auto 0px;
    width: 80%;
    height: 80%;
    padding: 15% 0px;
    box-sizing: border-box;
  }

    .product-tabs-content .category_all img {
      width: 32px;
    }

  .product_slider {
    margin: -10px 0px 0px;
  }

  .catalog_after_section .catalog_after_img {
    margin-top: 0px;
    width: 50%;
  }

  .catalog_after_section {
    padding: 30px 0px;
  }

  .catalog_section {
    padding: 40px 0px;
  }

  .project_slider .project_link:before {
    opacity: 0 !important;
    display: none;
  }

  .project_slider .project_link > div {
    background: rgba(0,0,0,0.6);
    opacity: 1;
    top: unset;
    transform: unset;
    bottom: 0px;
    right: 0px;
    left: 0px;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0px;
  }

  .projects_section {
    margin: 30px 0px;
  }

  .events_main {
    margin-top: 40px;
  }

  .featured_section .uk-container {
    padding: 0px;
  }

  footer > .uk-container > .uk-child-width-1-4\@s > * {
    width: 50%;
    text-align: center;
  }

  .copyright .uk-flex {
    flex-wrap: wrap;
    text-align: center;
  }

    .copyright .uk-flex > * {
      width: 100%;
    }

  .featured_slider_main .featured_navigation > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .featured_slider_main .featured_navigation:before {
    height: 100px;
  }

  .featured_slider_main .featured_navigation.navigation_next:before {
    left: 10px;
  }

  .featured_slider_main .featured_navigation.navigation_prev:before {
    right: 10px;
  }

  .featured_title:before {
    display: none;
  }

  .featured_title {
    margin-bottom: 30px !important;
  }

  .event_slider .event_link .event_detail {
    width: 100%;
    text-align: center;
  }

  footer .footer_title {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .footer_menu {
    margin-bottom: 15px !important;
  }

  .topbar .loginreg_main {
    margin: 0px;
    padding: 0px 6px;
  }

    .topbar .loginreg_main img {
      width: 14px;
    }

  .selectlang_main span {
    display: none;
  }

  .catalog_section .swiper-slide {
    padding: 0px 30px;
  }

  .topbar .phone_main {
    font-size: 13px;
  }

    .topbar .phone_main img {
      width: 14px;
    }

  .topbar, .topbar .selectlang_main > select {
    margin: 0px;
  }

  .slider_section {
    max-height: 550px;
    max-height: calc(100vh - 90px);
  }

    .slider_section .main_slider {
      max-height: 440px;
      max-height: calc(100vh - 200px);
    }

      .slider_section .main_slider .slide_img_main img {
        width: 45%;
      }

  .main_slider .swiper-pagination .swiper-pagination-bullet {
    margin: 30px 0px;
  }

    .main_slider .swiper-pagination .swiper-pagination-bullet:before {
      height: 23px;
    }

  .slider_section .main_slider .slide_txt_main h2 {
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 7px;
  }

  .slider_section .main_slider .slide_txt_main p {
    margin-bottom: 5px;
    line-height: 18px;
  }

  .menubar .logo_main a {
    display: inline-block !important;
    position: unset;
    width: auto;
    max-width: 100px;
    vertical-align: middle;
    margin-top: -7px;
    margin-right: 10px;
  }

  .topbar .loginreg_main a {
    margin: 0px;
    padding: 0px 2px;
  }

  .product_tabs .tabs ul li a img {
    width: 20px;
  }

  .product_tabs .tabs .uk-container {
    padding: 0px;
  }

  .product_box {
    margin: 5px;
  }

  .catalog_section .swiper-slide {
    padding: 0px 15px;
  }

  .featured_slider {
    padding: 20px 0px;
  }

    .featured_slider a.featured_link {
      margin: 5px;
    }

    .featured_slider .swiper-slide.swiper-slide-active a.featured_link {
      transform: scale(1.2);
    }

    .featured_slider a.featured_link span {
      font-size: 10px;
      bottom: 10px !important;
    }

  footer .footer_title {
    font-size: 14px;
  }

  footer ul.footer_menu li a {
    font-size: 12px;
  }
}
/*************************************/
.category_desc_main {
  position: relative;
  /*    height: 100vh;*/
  margin-top: -110px;
  /*    max-height: 1000px;*/
  overflow: hidden;
  padding-top: 110px;
  box-sizing: border-box;
}

  .category_desc_main:before {
    content: " ";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 200%;
    background: #F3F3F3;
    transform-origin: top right;
    transform: rotate(-20deg);
  }

  .category_desc_main > * {
    z-index: 1;
    position: relative;
  }

  .category_desc_main .category_desc {
    max-width: 330px;
    margin: 0px auto;
  }

    .category_desc_main .category_desc .title {
      font-size: 32px;
      font-weight: bold;
      border-bottom: 1px solid #BDBEC0;
      margin: 0px 0px 15px;
      padding-bottom: 15px;
      text-align: center;
    }

    .category_desc_main .category_desc .desc {
      font-size: 14px;
      font-weight: 500;
      line-height: 25px;
      text-align: center;
      margin: 0px 0px 15px;
    }

    .category_desc_main .category_desc .engtxt {
      font-weight: bold;
      font-size: 42px;
      letter-spacing: 22px;
      margin: 0px 0px 15px -20px;
      color: #E4E4E4;
    }

    .category_desc_main .category_desc .uk-button img {
      width: 17px;
      margin: -2px 5px 0px -5px;
    }

.products_list {
  padding-top: 50px;
}

.row_grids {
  position: absolute;
  right: 15px;
  top: 0px;
}

  .row_grids a {
    background: #F3F3F3;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    margin: 0px 2px;
  }

    .row_grids a img {
      width: 18px;
      filter: grayscale(100%);
      opacity: 0.4;
    }

    .row_grids a.active img {
      filter: grayscale(0%);
      opacity: 1;
    }

.products_list_main.grid {
}

.products_list_main.list {
}

.list > div {
  width: 50%;
}

.list .product_box {
  display: flex;
  text-align: left !important;
  padding: 20px;
  margin: 15px;
}

  .list .product_box .product_desc {
    position: relative;
    bottom: unset;
    right: unset;
    left: unset;
    opacity: 1;
    transform: unset;
    background: unset;
    border: none;
    margin: 0px;
    padding: 0px;
  }

  .list .product_box .addcart_btn {
    display: inline-block;
    margin: 0px;
    padding: 0px 15px;
    float: right;
    border-radius: 5px;
  }

  .list .product_box .product_img_main {
    width: 35%;
  }

  .list .product_box .product_details {
    width: 65%;
  }

.pagination_section {
  padding: 60px 0px 40px;
}

.uk-pagination > * {
  padding-left: 0px;
  margin: 0px 2px;
}

  .uk-pagination > * > * {
    line-height: 29px;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 4px;
  }

    .uk-pagination > * > *:hover {
      background: #eee;
    }

.uk-pagination .uk-active span {
  background: #f08728;
  color: #fff;
}

.grid .product_box {
  margin: 0px 15px 25px !important;
}
/** responsive 2 **/
@media (max-width: 960px) { /* width from 0px to 960px */
  .category_desc_main .uk-grid > div:nth-of-type(2) {
    order: -1;
    padding: 50px 0px 10px;
  }
}

@media (max-width: 640px) { /* width from 0px to 640px */
  .list > div {
    width: 100%;
  }

  .list .product_box .product_name {
    margin: 0px;
  }

  .list .product_box {
    flex-wrap: wrap;
    padding-top: 0px;
  }

    .list .product_box .product_img_main {
      width: 100%;
      text-align: center;
    }

      .list .product_box .product_img_main img {
        max-width: 60%;
      }

    .list .product_box .product_details {
      width: 100%;
      text-align: center;
    }

    .list .product_box .addcart_btn {
      float: none;
      display: table;
      margin: 0px auto;
    }

  .grid .product_box {
    margin: 0px 8px 15px 8px !important;
  }
}

.breadcrumbs_section {
  background: #F3F3F3;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

ul.saz_breadcrumbs {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

  ul.saz_breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
  }

    ul.saz_breadcrumbs li a {
      display: inline-block;
      vertical-align: middle;
      padding: 5px 25px 5px 0px;
      color: #777;
      font-size: 13px;
      position: relative;
      text-decoration: none;
    }

      ul.saz_breadcrumbs li a:hover {
        color: #f08728;
      }

      ul.saz_breadcrumbs li a:before {
        content: " ";
        position: absolute;
        top: 12px;
        right: 2px;
        width: 20px;
        height: 20px;
        background-image: url(../images/arrow_left_red.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 8px;
        filter: grayscale(100%);
        opacity: 0.5;
      }

    ul.saz_breadcrumbs li:last-child a:before {
      display: none;
    }

.product_section {
  margin: 50px 0px;
}

.product-gallery {
  margin-bottom: 10px;
}

  .product-gallery .swiper-slide {
    background: #F3F3F3;
    padding: 25px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    transform: scale(0.5);
    transition: 700ms;
  }

  .product-gallery .swiper-slide-active {
    transform: scale(1);
  }

  .product-gallery .swiper-button-next,
  .product-gallery .swiper-button-prev {
    background-image: none;
    background-color: rgba(0,0,0,0.1);
    text-align: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-top: -18px;
    transition: 300ms;
    transform: scale(0.6);
    visibility: hidden;
    opacity: 0;
  }

    .product-gallery .swiper-button-next:hover,
    .product-gallery .swiper-button-prev:hover {
      background-color: rgba(0,0,0,0.2);
    }

  .product-gallery:hover .swiper-button-next,
  .product-gallery:hover .swiper-button-prev {
    transform: scale(1) rotate(180deg);
    visibility: visible;
    opacity: 1;
  }

  .product-gallery .swiper-button-next img,
  .product-gallery .swiper-button-prev img {
    filter: grayscale(100%);
    opacity: 0.65;
  }

.product-thumbs .swiper-slide {
  background: #F3F3F3;
  border: 2px solid #F3F3F3;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
  transition: 300ms;
}

.product-thumbs .swiper-slide-thumb-active {
  border-color: #bbb;
}

.product-intro {
}

  .product-intro .category {
    margin-bottom: 15px;
  }

    .product-intro .category a {
      font-size: 12px;
      color: #fff;
      background: #222;
      padding: 3px 10px;
      text-decoration: none;
      position: relative;
    }

      .product-intro .category a:after {
        left: 0px;
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(34, 34, 34, 0);
        border-left-color: #222;
        border-width: 7px;
        margin-top: -7px;
      }

  .product-intro .title {
    margin: 0px 0px 20px;
  }

    .product-intro .title a {
      font-size: 28px;
      font-weight: bold;
      color: #f08728;
      text-decoration: none;
      transition: 300ms;
    }

      .product-intro .title a:hover {
        color: #000;
      }

  .product-intro .desc {
    margin: 0px 0px 20px;
  }

    .product-intro .desc a {
      color: #f08728;
    }

  .product-intro .details ul {
    padding: 0px;
    margin: 0px 0px 30px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }

    .product-intro .details ul li {
      width: 33.33%;
      font-size: 14px;
    }

  .product-intro .price_main {
  }

    .product-intro .price_main .price {
      font-size: 24px;
      margin-right: 30px;
    }

      .product-intro .price_main .price .currency {
      }

    .product-intro .price_main .basket_btn {
    }

      .product-intro .price_main .basket_btn img {
        margin-right: 10px;
      }

.product_desc_section {
  margin: 70px 0px;
}

  .product_desc_section .title {
  }

.product_desc_main {
  text-align: justify;
}

.product_spec_section {
}

.product_spec_main {
}

ul.spec_list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

  ul.spec_list li {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
  }

    ul.spec_list li .title {
      width: 25%;
      padding: 7px 15px;
      box-sizing: border-box;
      background: #fff7e5;
      border-right: 1px solid #ddd;
      border-left: 1px solid #ddd;
    }

    ul.spec_list li .value {
      background: #F5FAFD;
      width: 75%;
      padding: 7px 25px;
      box-sizing: border-box;
    }

.related_product_section {
  margin-top: 70px;
  margin-bottom: 70px;
}
/** responsive 3 **/
@media (max-width: 960px) { /* width from 0px to 960px */
  .product-gallery .swiper-button-next,
  .product-gallery .swiper-button-prev {
    opacity: 1;
    visibility: visible;
  }

  .product-intro {
    margin-top: 50px;
    text-align: center;
  }
}

@media (max-width: 768px) { /* width from 0px to 768px */
  .product-intro .details ul li {
    width: 100%;
  }

  .product-intro .price_main .price {
    margin-right: 0px;
    display: block;
    margin-bottom: 15px;
  }

  ul.spec_list li {
    width: 100%;
  }

  .breadcrumbs_section .uk-container {
    padding: 0px;
  }

  ul.saz_breadcrumbs {
    white-space: nowrap;
    overflow: auto;
    padding: 0px 20px;
  }

  .row_filters {
    position: relative;
    right: unset;
    top: unset;
    margin: 10px 0px 15px;
    flex-wrap: wrap;
  }

    .row_filters > * {
      width: auto;
      margin-bottom: 5px;
    }
}

article {
  margin: 80px 0px;
}

.article_img_main {
  display: block;
  position: relative;
}

  .article_img_main .article_category {
    position: absolute;
    top: 30px;
    right: 30px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    padding: 0px 15px;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
    transition: 300ms;
  }

    .article_img_main .article_category:hover {
      background: #f08728;
    }

.article_title {
  margin: 30px 0px;
  text-align: center;
  line-height: 40px;
}

  .article_title a {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    transition: 300ms;
    line-height: inherit;
  }

    .article_title a:hover {
      color: #f08728;
    }

.article_info {
  text-align: center;
  color: #999;
  font-size: 13px;
  margin: -15px 0px 30px;
}

  .article_info span {
    margin: 0px 10px;
    display: inline-block;
    vertical-align: middle;
  }

  .article_info a {
    color: #000;
  }

    .article_info a:hover {
      color: #f08728;
    }

.article_body p {
  text-align: justify;
}

.filter_box {
  background: #fff;
  padding: 15px;
  font-size: 13px;
  border-radius: 5px;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
  border: 1px solid #eee;
  box-sizing: border-box;
  margin-bottom: 30px !important;
}

  .filter_box .title {
    background: #444;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: -5px -5px 5px;
    padding: 2px 15px;
    border-radius: 5px;
  }

.saz_filter_checkbox {
  background: #f4f4f4;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 30px;
  color: #888;
}

  .saz_filter_checkbox > * {
    display: block;
  }

  .saz_filter_checkbox label {
    cursor: pointer;
  }

    .saz_filter_checkbox label:hover {
      color: #333;
    }

  .saz_filter_checkbox input {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }

.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
  background-color: #f08728;
}

  .uk-checkbox:checked:focus,
  .uk-checkbox:indeterminate:focus,
  .uk-radio:checked:focus {
    background-color: #f08728;
  }

.uk-checkbox:focus,
.uk-radio:focus {
  border-color: #f08728;
}

#price_slider {
  margin-top: 40px;
  margin-bottom: 30px;
  height: 12px;
  cursor: pointer;
}

  #price_slider .noUi-tooltip {
    padding: 0px 10px;
    line-height: 24px;
    font-size: 12px;
  }

  #price_slider.noUi-horizontal .noUi-handle {
    height: 24px;
    cursor: pointer;
  }

  #price_slider .noUi-connect {
    background: #444;
  }

@media (max-width: 800px) { /* width from 0px to 800px */
  .products_col_main > * {
    width: 100%;
  }

  .saz_filter_checkbox > * {
    display: inline-block;
    margin: 0px 8px;
    vertical-align: middle;
  }
}

@media (max-width: 350px) {
  .products_list_main > * {
    width: 100%;
  }
}
