* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header {
  position: relative;
  height: 147px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), to(#ededed));
  background: linear-gradient(to bottom, #ffffff 30%, #ededed 100%);
  border-bottom: 1px solid #bebebe;
  z-index: 999;
}

@media screen and (max-width: 1023px) {
  header {
    height: auto;
    min-height: 104px;
  }
}

@media screen and (max-width: 768px) {
  header {
    height: auto;
    min-height: 70px;
  }
}

header:before {
  content: "";
  height: 0px;
  width: 100%;
  display: block;
  border-top: 1px solid #dcd9d6;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  top: 92px;
}

@media screen and (max-width: 1023px) {
  header:before {
    display: none;
  }
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  height: inherit;
  width: 100%;
  max-width: 1220px;
}

@media screen and (max-width: 1023px) {
  header .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

header .inner .logo {
  position: relative;
  display: block;
  margin: 0 0 1px 0;
  padding: 13px 0 0 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), to(#ededed));
  background: linear-gradient(to bottom, #ffffff 30%, #ededed 100%);
}

@media screen and (max-width: 1023px) {
  header .inner .logo {
    padding: 7px 0 0 0;
    max-width: 128px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    background: none;
  }
}

@media screen and (max-width: 768px) {
  header .inner .logo {
    padding: 2px 0 0 0;
    max-width: 82px;
  }
}

header .inner .logo img {
  display: block;
  max-width: 100%;
}

header .inner .logo .tagline {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font: 400 13px/20px Open Sans,Arial,sans-serif;
  color: #787674;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  header .inner .logo .tagline {
    bottom: 5px;
    font: 400 10px/11px Open Sans,Arial,sans-serif;
  }
}

@media screen and (max-width: 768px) {
  header .inner .logo .tagline {
    bottom: -2px;
    width: 140px;
  }
}

header .inner .header_blocks {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 0 25px;
}

@media screen and (max-width: 1023px) {
  header .inner .header_blocks {
    margin: 0;
  }
}

header .inner .header_blocks .row_1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px -15px 10px -15px;
  padding: 0;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  header .inner .header_blocks .row_1 {
    display: none;
  }
}

header .inner .header_blocks .row_1 > * {
  margin: 0 15px;
}

header .inner .header_blocks .row_2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
  padding: 0;
  z-index: 1;
}

@media screen and (max-width: 1279px) {
  header .inner .header_blocks .row_2 {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 1023px) {
  header .inner .header_blocks .row_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
  }
}

header .inner .header_blocks .row_2 > * {
  margin: 0 15px;
}

@media screen and (max-width: 1279px) {
  header .inner .header_blocks .row_2 > * {
    margin: 0 10px;
  }
}

header .inner .header_blocks .row_3 {
  display: none;
}

@media screen and (max-width: 1023px) {
  header .inner .header_blocks .row_3 {
    display: block;
  }
}

header .inner .search_block {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 595px;
}

header .inner .search_block:before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #e2e2e2;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 8px;
}

header .inner .search_block:after {
  content: '';
  width: 10px;
  height: 1px;
  display: block;
  background: #e2e2e2;
  border-radius: 100%;
  position: absolute;
  left: 24px;
  top: 26px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .inner .search_block input {
  display: block;
  width: 100%;
  padding: 5px 10px 5px 40px;
  font: 400 14px/24px Open Sans,Arial,sans-serif;
  color: #514d47;
  border: 1px solid #e2e2e2;
  background: #fff;
  outline: none;
}

header .inner .search_block input::-webkit-input-placeholder {
  color: #e2e2e2;
}

header .inner .search_block input::-moz-placeholder {
  color: #e2e2e2;
}

header .inner .search_block input:-moz-placeholder {
  color: #e2e2e2;
}

header .inner .search_block input:-ms-input-placeholder {
  color: #e2e2e2;
}

header .inner .social {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

header .inner .social div {
  display: inline-block;
  margin-right: 5px;
}

header .inner .social div a {
  -webkit-filter: grayscale(100%) opacity(45%);
          filter: grayscale(100%) opacity(45%);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

header .inner .social div a:hover {
  -webkit-filter: grayscale(0) opacity(100%);
          filter: grayscale(0) opacity(100%);
}

header .inner .social .facebook a {
  background: url(https://ugears.ua/catalog/view/theme/default/assets/images/social-icon.png) 7px 1px no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
}

header .inner .social .twitter a {
  background: url(https://ugears.ua/catalog/view/theme/default/assets/images/social-icon.png) -156px 1px no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
}

header .inner .social .googleplus a {
  background: url(https://ugears.ua/catalog/view/theme/default/assets/images/social-icon.png) -35px 1px no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
}

header .inner .social .instagram a {
  background: url(https://ugears.ua/catalog/view/theme/default/assets/images/social-icon.png) -78px 1px no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
}

header .inner .social .youtube a {
  background: url(https://ugears.ua/catalog/view/theme/default/assets/images/social-icon.png) -119px 1px no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
}

header .inner .social .telegram a {
  background: url(https://ugears.ua/catalog/view/theme/default/assets/images/social-icon.png) -192px 1px no-repeat;
  height: 26px;
  width: 26px;
  display: inline-block;
}

header .inner .phones {
  position: relative;
}

header .inner .phones:hover ul {
  display: block;
}

header .inner .phones .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -49px;
}

header .inner .phones .phone .icon {
  margin: 0 10px 0 0;
}

header .inner .phones .phone a {
  font: 300 16px Open Sans;
  color: #514d47;
  text-decoration: none;
}

header .inner .phones ul {
  position: absolute;
  left: -65px;
  margin: 0;
  min-width: 212px;
  padding: 9px 15px 5px 15px;
  list-style: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  display: none;
}

header .inner .phones ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0;
}

header .inner .phones ul li .icon {
  margin: 0 10px 0 0;
}

header .inner .phones ul li a {
  font: 300 16px Open Sans;
  color: #514d47;
  text-decoration: none;
}

header .inner .langs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
}

header .inner .langs ul li {
  padding: 0 3px;
  font: 400 14px/20px Open Sans,Arial,sans-serif;
  color: #514d47;
  text-transform: uppercase;
}

header .inner .langs ul li.active {
  font-weight: bold;
}

header .inner .langs ul li a {
  font: 400 14px/20px Open Sans,Arial,sans-serif;
  color: #514d47;
  text-decoration: none;
  text-transform: uppercase;
}

header .inner .mobile-search {
  display: none;
  position: relative;
  margin-left: 31px;
  margin-top: -4px;
}

@media screen and (max-width: 1023px) {
  header .inner .mobile-search {
    margin: 15px 0 15px 0 !important;
  }
}

header .inner .mobile-search:before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #e2e2e2;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 8px;
}

header .inner .mobile-search input {
  width: 100%;
  min-width: 290px;
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 5px 10px 5px 40px;
  color: #514d47;
  line-height: 25px;
}

header .inner .mobile-search input:focus {
  outline: none;
}

header .inner .mobile-search input::-webkit-input-placeholder, header .inner .mobile-search input::-moz-placeholder, header .inner .mobile-search input:-moz-placeholder, header .inner .mobile-search input:-ms-input-placeholder {
  color: #e2e2e2;
}

header .inner .mobile-search:after {
  content: '';
  width: 10px;
  height: 1px;
  display: block;
  background: #e2e2e2;
  border-radius: 100%;
  position: absolute;
  left: 24px;
  top: 26px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1023px) {
  header .inner .mobile-search.active {
    display: block;
  }
}

header .inner .navigation {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 600px;
}

@media screen and (max-width: 1023px) {
  header .inner .navigation {
    display: none;
    position: relative;
    margin: 0 !important;
    padding: 15px 0 15px 0;
    max-width: 100%;
    width: 100%;
  }
}

header .inner .navigation:before {
  content: '';
  position: absolute;
  top: 13px;
  left: -12px;
  right: -12px;
  height: 2px;
  background: #F6F6F6;
}

@media screen and (max-width: 1279px) {
  header .inner .navigation:before {
    top: 12px;
  }
}

@media screen and (max-width: 1023px) {
  header .inner .navigation:before {
    display: none;
  }
}

header .inner .navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
}

@media screen and (max-width: 1023px) {
  header .inner .navigation > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header .inner .navigation > ul > li {
  position: relative;
  margin: 0 10px 0 0;
  padding: 0 0 3px 0;
}

@media screen and (max-width: 1023px) {
  header .inner .navigation > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 10px 0px;
  }
}

header .inner .navigation > ul > li:hover > .nav_dropdown {
  display: block;
}

header .inner .navigation > ul > li a {
  position: relative;
  font: 300 18px Open Sans;
  color: #7c675b;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width: 1279px) {
  header .inner .navigation > ul > li a {
    font: 300 16px Open Sans;
  }
}

header .inner .navigation > ul > li a.cart {
  padding: 0 10px 0 0;
}

header .inner .navigation > ul > li a.cart:before {
  content: '';
  position: absolute;
  top: 11px;
  right: -3px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 4px solid #7c675b;
}

header .inner .navigation > ul > li .nav_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  min-width: 274px;
}

@media screen and (max-width: 1023px) {
  header .inner .navigation > ul > li .nav_dropdown {
    position: relative;
    margin: 10px 0 0 0;
    padding: 10px 0;
    border: none;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }
}

header .inner .navigation > ul > li .nav_dropdown li a {
  display: block;
  padding: 5px 15px;
}

@media screen and (max-width: 1023px) {
  header .inner .navigation > ul > li .nav_dropdown li a {
    padding: 10px 15px;
    text-align: center;
    color: #7c675b;
    font: 300 14px Open Sans;
  }
}

header .inner .navigation > ul > li .nav_dropdown li a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
}

header .inner .shedule_work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0;
  max-width: 230px;
}

header .inner .shedule_work:before {
  content: '';
  position: absolute;
  top: 30px;
  left: -12px;
  right: -12px;
  height: 2px;
  background: #F6F6F6;
}

@media screen and (max-width: 1023px) {
  header .inner .shedule_work {
    display: none;
  }
}

header .inner .shedule_work .analog_clock_icon {
  position: relative;
  display: block;
  margin: 0 10px 0 0;
  width: 28px;
  height: 28px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACxUExURQAAAKGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnaGfnYeJrq8AAAA6dFJOUwAvnxcH87sB20VG4bjNKVVWjSQM2Nx6jg0l8td9LrcCzCh50OKtwWpupboQlQoO9ZFa71Q/QHygFns3/iGEAAABG0lEQVQoz4VS13LDMAxjPOW9d3bSvXeL//+w2vKK7FyLB4kS7nAESKIe7o8Wq2qspS5NYToY4BgCJdsAC4wwikIjYIAtj9ziCObpdQHUh+4xWIuBUyEpvOIkkSJBXXWaR3zqdEqSvoTVKtuQ9Gl/uoQ17xNMmTVPCkPTswNP/H//aE4f29o7mChq3PJrk2BHKQKBe3jqigx70tDn8cq9HXqHJjSKEXavu8M10f1VL1GgIhURenvPFy83vWHkKAWS3i5JIEfZBo9j2ciODU2HWDc0tTKgsTILoQMPYR5fCx7f38GfH9lXOzKSLSzPDPv7/zWpWQvMHxZs49cLthJXM8nMIs8LM0uAtSyO+GSpt/PM3FSryrLS9rvh6xePYCP7zC8JrQAAAABJRU5ErkJggg==");
}

header .inner .shedule_work .shedule_text {
  position: relative;
}

header .inner .shedule_work .shedule_text p {
  margin: 0;
  font: 300 18px/20px Open Sans,Arial,sans-serif;
  color: #7c675b;
}

@media screen and (max-width: 1279px) {
  header .inner .shedule_work .shedule_text p {
    font: 300 16px/20px Open Sans,Arial,sans-serif;
  }
}

header .inner .shedule_work .shedule_text p:first-child {
  margin: 0 0 3px 0;
}

header .inner .shedule_work .shedule_text p strong {
  color: #514d47;
}

header .inner .cart-and-libra-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1023px) {
  header .inner .cart-and-libra-block {
    position: absolute;
    top: -65px;
    right: 0;
    margin: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  header .inner .cart-and-libra-block {
    top: -44px;
  }
}

header .inner .cart-and-libra-block .cart {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  background: -webkit-gradient(linear, left bottom, left top, from(#f4f4f4), to(#f8f8f8));
  background: linear-gradient(to top, #f4f4f4 0%, #f8f8f8 100%);
}

@media screen and (max-width: 1023px) {
  header .inner .cart-and-libra-block .cart {
    background: none;
  }
}

header .inner .cart-and-libra-block .cart a svg {
  width: 34px;
  height: 34px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

header .inner .cart-and-libra-block .cart a .count {
  position: absolute;
  top: -2px;
  right: -5px;
  display: inline-block;
  padding: 0 3px;
  height: 16px;
  min-width: 16px;
  color: #fff;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
  background: #4da14f;
  border-radius: 16px;
}

header .inner .cart-and-libra-block .libra {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f4f4f4), to(#f8f8f8));
  background: linear-gradient(to top, #f4f4f4 0%, #f8f8f8 100%);
}

@media screen and (max-width: 1023px) {
  header .inner .cart-and-libra-block .libra {
    background: none;
  }
}

@media screen and (max-width: 425px) {
  header .inner .cart-and-libra-block .libra {
    margin-right: 15px;
  }
}

header .inner .cart-and-libra-block .libra a svg {
  width: 34px;
  height: 34px;
}

header .inner .cart-and-libra-block .libra a .count {
  position: absolute;
  top: -2px;
  right: -5px;
  display: inline-block;
  padding: 0 3px;
  height: 16px;
  min-width: 16px;
  color: #fff;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
  background: #4da14f;
  border-radius: 16px;
}

header .inner .search-open-btn {
  display: none;
  position: absolute;
  top: 34px;
  left: 85px;
  height: 39px;
  width: 40px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}

@media screen and (max-width: 1023px) {
  header .inner .search-open-btn {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  header .inner .search-open-btn {
    top: 18px;
    left: 75px;
  }
}

@media screen and (max-width: 425px) {
  header .inner .search-open-btn {
    top: 17px;
    left: 55px;
  }
}

header .inner .search-open-btn svg {
  height: 40px;
  width: 40px;
  margin: -2px 0 0 -1px;
  padding: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (max-width: 425px) {
  header .inner .search-open-btn svg {
    height: 35px;
    width: 35px;
  }
}

header .inner .top-nav-open-btn {
  position: absolute;
  top: 40px;
  left: 15px;
  width: 34px;
  height: 22px;
  border: none;
  background: none;
  display: none;
  outline: none;
}

@media screen and (max-width: 1023px) {
  header .inner .top-nav-open-btn {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  header .inner .top-nav-open-btn {
    top: 25px;
  }
}

@media screen and (max-width: 425px) {
  header .inner .top-nav-open-btn {
    top: 25px;
    left: 15px;
    width: 30px;
    height: 19px;
  }
}

header .inner .top-nav-open-btn .bar {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .inner .top-nav-open-btn .bar:nth-child(1) {
  top: 0;
}

header .inner .top-nav-open-btn .bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .inner .top-nav-open-btn .bar:nth-child(3) {
  bottom: 0;
}

header .inner .top-nav-open-btn.active .bar:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .inner .top-nav-open-btn.active .bar:nth-child(2) {
  display: none;
}

header .inner .top-nav-open-btn.active .bar:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#ocfilter-content {
  margin-top: 8px;
}

#ocfilter-content .dropdown.open .dropdown-toggle {
  border-bottom: 1px solid #fbfbfb !important;
}

#ocfilter-content .dropdown.open .dropdown-toggle:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  height: 1px;
  background: #fbfbfb;
  z-index: 9999;
}

#ocfilter-content .dropdown.open .dropdown-toggle:hover, #ocfilter-content .dropdown.open .dropdown-toggle:focus {
  background: #fbfbfb !important;
  border: 1px solid #cec5bd !important;
  border-bottom: 1px solid #fbfbfb !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#ocfilter-content .dropdown .dropdown-toggle {
  height: 45px;
  background: #fbfbfb !important;
  border: 1px solid #cec5bd !important;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#ocfilter-content .dropdown .dropdown-toggle:hover, #ocfilter-content .dropdown .dropdown-toggle:focus {
  background: #fbfbfb !important;
  border: 1px solid #cec5bd !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#ocfilter-content .dropdown .dropdown-toggle .fa-angle-down {
  position: relative;
  width: 30px;
  height: 20px;
  border-left: 1px solid #c9c9c9;
}

#ocfilter-content .dropdown .dropdown-toggle .fa-angle-down:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 13px;
  width: 8px;
  height: 1px;
  background: #5a5751;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#ocfilter-content .dropdown .dropdown-toggle .fa-angle-down:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 19px;
  width: 8px;
  height: 1px;
  background: #5a5751;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#ocfilter-content .dropdown .dropdown-toggle span {
  color: #514d47;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-shadow: none;
}

#ocfilter-content .dropdown .dropdown-menu {
  margin: -1px 0 0 0;
  padding: 0;
  width: calc(100% + 18%) !important;
  border: 1px solid #cec5bd;
  border-radius: 0;
  background: #fbfbfb !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#ocfilter-content .dropdown .dropdown-menu li {
  padding: 8px 0 !important;
}

#ocfilter-content .dropdown .dropdown-menu li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 9px 8px;
}

#ocfilter-content .dropdown .dropdown-menu li label:hover {
  background: #cec5bd;
}

#ocfilter-content .dropdown .dropdown-menu li label:hover .chbox {
  border-color: #fff;
}

#ocfilter-content .dropdown .dropdown-menu li label:hover .chbox.checked:before, #ocfilter-content .dropdown .dropdown-menu li label:hover .chbox.checked:after {
  background: #000;
}

#ocfilter-content .dropdown .dropdown-menu li input[type="checkbox"] {
  display: none;
}

#ocfilter-content .dropdown .dropdown-menu li .chbox {
  display: inline-block;
  margin: 0 16px 0 10px;
  width: 21px;
  height: 21px;
  border: 1px solid #cec4bd;
}

#ocfilter-content .dropdown .dropdown-menu li .chbox.checked {
  position: relative;
  border: none;
}

#ocfilter-content .dropdown .dropdown-menu li .chbox.checked:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 3px;
  width: 7px;
  height: 3px;
  background: #c9c9c9;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

#ocfilter-content .dropdown .dropdown-menu li .chbox.checked:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 6px;
  width: 14px;
  height: 3px;
  background: #c9c9c9;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

#ocfilter-content .dropdown .dropdown-menu li .disabled {
  color: #d5d5d5;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

#ocfilter-content .dropdown .dropdown-menu li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #514d47;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

#ocfilter-content .dropdown .dropdown-menu li small {
  display: none;
}

.mm-item {
  height: auto;
}

.mm-item .mm-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 7px;
  height: 49px;
  background: #fbfbfb !important;
  border-top: 1px solid #b8b8b8;
}

.mm-item .mm-bottom .mm-parts {
  margin: 0;
  padding: 0 10px;
  width: auto;
  font: 700 20px/20px 'PT Sans', sans-serif;
  color: #000;
}

.mm-item .mm-bottom .mm-parts span {
  font-size: 15px;
  font-weight: 400;
}

.mm-item .mm-bottom .product-compare-btn {
  position: relative;
  margin: 3px 0 0 0;
  width: 36px;
  height: 36px;
  border: none;
  background: none;
  outline: none;
}

.mm-item .mm-bottom .product-compare-btn span.active {
  position: absolute;
  bottom: 4px;
  right: -2px;
  width: 13px;
  height: 13px;
  background: #4da14f;
  border-radius: 50%;
}

.mm-item .mm-bottom .product-compare-btn span.active:before {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 6px;
  height: 2px;
  width: 5px;
  background: #fff;
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}

.mm-item .mm-bottom .product-compare-btn span.active:after {
  content: '';
  position: absolute;
  bottom: 6px;
  right: 0px;
  height: 2px;
  width: 9px;
  background: #fff;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
}

.mm-item .mm-bottom .product-compare-btn svg {
  width: 30px;
  height: 30px;
}

.mm-item .mm-bottom .mm-details {
  margin: 0;
  padding: 0;
  width: 106px;
}

.mm-item .mm-bottom .mm-details a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  width: 100%;
  height: 33px;
  font: 700 15px/20px 'PT Sans', sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  background: #51a353;
}

.mm-item .mm-bottom .mm-details svg {
  margin: 0 7px 0 0;
  width: 30px;
  height: 30px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.message-top {
	width: 100%;
	padding: 10px;
	background: #fff9dd;
	border-bottom: 1px solid #f0ecda;
	text-align: center;
	color: #333;
}
.message-top-close svg {
	width: 20px;
    fill: #333;
	margin-left: 5px;
    vertical-align: text-bottom;
}