/*          DONT Write CSS in style.css  it will be deleted if you compile style.scss                      */
body.order input:focus {
  outline: none; }

/*  order page width*/
body.order .container {
  max-width: 780px; }
  body.order .container #main-menu {
    text-align: center;
    margin-top: 71px;
    margin-left: 22px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-64%, #ffffff), color-stop(164%, #ededed));
    background-image: -webkit-linear-gradient(top, #ffffff -64%, #ededed 164%);
    background-image: linear-gradient(to bottom, #ffffff -64%, #ededed 164%); }
    body.order .container #main-menu ul {
      display: inline-block;
      float: none; }
      body.order .container #main-menu ul li {
        font: bold 18px Open Sans;
        text-decoration: none;
        padding: 5px 20px;
        text-transform: uppercase;
        -webkit-border-radius: 2px;
        display: inline-block;
        color: #7c675b;
        font: 300 18px Open Sans; }
        body.order .container #main-menu ul li:last-child {
          padding-right: 14px; }
  body.order .container h1.page-title {
    font: 400 22px Open Sans;
    margin-top: 17px;
    letter-spacing: -0.4px; }

body.order header:before {
  top: 99px; }
body.order header .col-sm-3 {
  width: 29% !important; }
body.order header .col-sm-9 {
  width: 71%; }
body.order header #logo {
  margin-bottom: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(36%, #ffffff), to(#ededed));
  background-image: -webkit-linear-gradient(top, #ffffff 36%, #ededed 100%);
  background-image: linear-gradient(to bottom, #ffffff 36%, #ededed 100%); }

/* gradient style */
.gradient-block-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1ece7), color-stop(40%, #ffffff));
  background-image: -webkit-linear-gradient(top, #f1ece7 0%, #ffffff 40%);
  background-image: linear-gradient(to bottom, #f1ece7 0%, #ffffff 40%); }

/* btn */
.green-btn-2 {
  background: #4da14f;
  transition: all 0.3s;
  color: #fff;
  font: 800 18px Open Sans;
  border: none;
  padding: 10px 18px;
  text-transform: uppercase; }
  .green-btn-2:hover {
    opacity: 0.8; }

a {
  transition: all 0.3s; }

a:hover {
  opacity: 0.8;
  transition: all 0.3s; }

/* order cart */
#order-cart {
  background: #fff;
  padding-bottom: 0px; }
  #order-cart .oc-row {
    border-bottom: 2px dashed #e5e3e2;
    padding-top: 27px;
    padding-bottom: 27px; }
  #order-cart .oc-row:last-child {
    border: none; }
  #order-cart .oc-total {
    border: 1px solid #4da14f;
    font: 18px Open Sans;
    color: #4da14f;
    display: inline-block;
    padding: 8px 12px;
    text-transform: uppercase;
    margin-top: 14px; }
    #order-cart .oc-total span {
      font-weight: 700; }
  #order-cart .oc-image {
    border: 1px solid #b8b8b8; }
  #order-cart .oc-title {
    font: 18px Open Sans;
    color: #000;
    margin-top: -6px;
    margin-bottom: 5px; }
    #order-cart .oc-title a {
      color: #000; }
  #order-cart .oc-item-in-stock {
    font: 600 13px Open Sans;
    color: #000; }
  #order-cart .oc-price {
    font: 700 18px Open Sans;
    color: #4da14f;
    margin-top: -6px; }
  #order-cart .container {
    padding: 0px 45px 0px 60px; }
  #order-cart .oc-quantity {
    color: #7f7f7f; }
    #order-cart .oc-quantity input {
      display: inline-block;
      width: 32px;
      text-align: center;
      border: none; }
    #order-cart .oc-quantity button.minus, #order-cart .oc-quantity button.plus {
      background: #cccccc;
      width: 13px;
      height: 13px;
      display: inline-block;
      text-align: center;
      color: #fff;
      margin-right: 5px;
      transition: all 0.3s;
      cursor: pointer;
      line-height: 12px;
      outline: none;
      border: none;
      padding: 0px; }
      #order-cart .oc-quantity button.minus:hover, #order-cart .oc-quantity button.plus:hover {
        background: #75b236; }

@media screen and (min-width: 768px) {
  #order-cart .oc-row .container .row .col-sm-3 {
    width: 18%; }
  #order-cart .oc-row .container .row .col-sm-6 {
    width: 40%; }
  #order-cart .oc-row .container .row .col-sm-3 + .col-sm-6 + .col-sm-3 {
    width: 40%; } }
/* select shipping address */
#select-shipping-address {
  border-top: 2px dashed #e5e3e2;
  margin-bottom: 43px;
  overflow: hidden; }
  #select-shipping-address .container {
    position: relative;
    padding: 0px 82px; }
  #select-shipping-address h4 {
    font: 700 16px open Sans;
    color: #000;
    margin-top: 19px;
    margin-bottom: 7px; }
  #select-shipping-address label {
    margin-top: 15px;
    font: 600 13px Open Sans;
    color: #010101; }
  #select-shipping-address input, #select-shipping-address select {
    width: 100%;
    background: #fff;
    border: 1px solid #cbcbcb;
    height: 32px;
    padding-left: 10px;
    padding-right: 10px; }
  #select-shipping-address button {
    margin-top: 35px; }

/*  chat-now-block */
.chat-now-block {
  position: absolute;
  right: -232px;
  top: -10px;
  width: 300px; }
  .chat-now-block .cnb-text {
    border-top: 1px solid #cbcbcb;
    font: 15px open Sans;
    color: #ee9521;
    padding: 10px 50px 0px; }
    .chat-now-block .cnb-text a {
      color: #ee9521;
      font-size: 20px;
      text-decoration: underline; }
      .chat-now-block .cnb-text a:hover {
        text-decoration: none; }

/* footer */
body.order .footer-second {
  text-align: center; }

/* rating */
.rating-wrapper {
  direction: rtl;
  display: inline-block;
  vertical-align: bottom;
  height: 26px; }

.rating-wrapper .star-label {
  display: none; }

.rating-wrapper .star-label-view {
  display: inline-block;
  vertical-align: bottom;
  width: 20px !important;
  height: 20px;
  background: url(../images/rating-img-sp.png) 0px 0px no-repeat;
  margin-right: 0px !important;
  cursor: pointer;
  margin-bottom: 0px !important; }

[type=radio]:checked.star-label + .star-label-view {
  background: url(../images/rating-img-sp.png) 0px -20px no-repeat; }

[type=radio]:checked.star-label + .star-label-view + [type=radio] + .star-label-view {
  background: url(../images/rating-img-sp.png) 0px -20px no-repeat; }

[type=radio]:checked.star-label + .star-label-view + [type=radio] + .star-label-view + [type=radio] + .star-label-view {
  background: url(../images/rating-img-sp.png) 0px -20px no-repeat; }

[type=radio]:checked.star-label + .star-label-view + [type=radio] + .star-label-view + [type=radio] + .star-label-view + [type=radio] + .star-label-view {
  background: url(../images/rating-img-sp.png) 0px -20px no-repeat; }

[type=radio]:checked.star-label + .star-label-view + [type=radio] + .star-label-view + [type=radio] + .star-label-view + [type=radio] + .star-label-view + [type=radio] + .star-label-view {
  background: url(../images/rating-img-sp.png) 0px -20px no-repeat; }

.rating-wrapper > input:checked ~ label,
.rating-wrapper:not(:checked) > label:hover,
.rating-wrapper:not(:checked) > label:hover ~ label {
  background: url(../images/rating-img-sp.png) 0px -40px no-repeat; }

/* hover previous stars in list */
.rating-wrapper > input:checked + label:hover,
.rating-wrapper > input:checked ~ label:hover,
.rating-wrapper > label:hover ~ input:checked ~ label,
.rating-wrapper > input:checked ~ label:hover ~ label {
  opacity: 0.7; }

/*slider fix*/
#main-slider .main-slider {
  max-height: 381px; }

/*  lang switcher*/
#top-bar .phone-and-lang {
  margin-top: 1px; }
#top-bar .lang-switcher-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-top: -3px; }
  #top-bar .lang-switcher-wrapper .btn {
    font: 300 16px Open Sans;
    color: #514d47;
    text-decoration: none;
    padding: 0px; }
    #top-bar .lang-switcher-wrapper .btn img {
      margin-top: -6px; }

#model-info .mi-wrapper .model-wrapper {
  width: 435px; }
  #model-info .mi-wrapper .model-wrapper h1.page-title {
    line-height: 1.1; }

#map-store #map-store-tab .acordion .item .item {
  width: 100%; }

.main-slider video {
  width: 1240px;
  height: 381px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; }

@media (max-width: 1200px) {
  .main-slider .mi-play {
    position: absolute;
    width: 88px;
    height: 88px;
    left: 50%;
    top: 50%;
    margin-top: -44px;
    margin-left: -44px;
    background: url(../images/mi-play.png) no-repeat;
    opacity: 0.5;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; } }
/*map store slider*/
#map-store #map-store-tab .container > .row > .col-xs-12 > p {
  display: none; }
#map-store #map-store-tab .acordion {
  width: 50%;
  display: block;
  float: left;
  padding: 0 1%; }
  #map-store #map-store-tab .acordion .item {
    width: 100%;
    margin: 0; }
  #map-store #map-store-tab .acordion + .accordion {
    float: right; }

.wcst_top_nav_dropdown {
  right: auto !important;
  left: 0 !important;
  padding: 10px 7px; }
  .wcst_top_nav_dropdown li {
    margin-top: 0 !important; }

.feutured {
  display: flex; }
  @media screen and (max-width: 1279px) {
    .feutured {
      justify-content: center; } }
  .feutured .left-col {
    max-width: 884px; }
    @media screen and (max-width: 1279px) {
      .feutured .left-col {
        max-width: 605px; } }
  .feutured .right-col {
    flex: 1;
    overflow: hidden;
    padding: 11px 12px 0 9px; }
    @media screen and (max-width: 1279px) {
      .feutured .right-col {
        padding: 11px 12px 0 0px;
        max-width: 293px; } }

@media screen and (max-width: 767px) {
  .feutured-row-2-sub {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 1279px) {
  .feutured-row-2-sub .mm-item:nth-child(3) {
    position: absolute !important;
    bottom: 294px !important; } }
@media screen and (max-width: 589px) {
  .feutured-row-2-sub .mm-item {
    margin-left: 0;
    margin-right: 0; } }

.feutured-slider {
  overflow: hidden;
  margin-bottom: 0 !important; }
  .feutured-slider .slick-dots {
    bottom: -5px; }
    .feutured-slider .slick-dots li {
      width: 10px;
      height: 10px; }
    .feutured-slider .slick-dots button {
      width: 10px;
      height: 10px;
      background-color: #b8b8b8; }
    .feutured-slider .slick-dots .slick-active button {
      background-color: #4da14f; }

.feutured-bottom-banner {
  margin: 11px auto 2px auto; }
  @media screen and (max-width: 1279px) {
    .feutured-bottom-banner {
      max-width: 859px; } }
  .feutured-bottom-banner img {
    max-width: 100%; }

#our-last-article-2 {
  padding-top: 90px;
  padding-bottom: 70px;
  border: none;
  border-top: 1px solid #F4F4F4;
  background: linear-gradient(to top, #F4F4F4 0px, #ffffff 170px, #ffffff 100%); }
  #our-last-article-2 .ola-wrapper {
    color: #000; }
    @media screen and (max-width: 767px) {
      #our-last-article-2 .ola-wrapper > .row {
        display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap !important; } }
    #our-last-article-2 .ola-wrapper .ola-image {
      margin-bottom: 17px; }
      @media screen and (max-width: 991px) {
        #our-last-article-2 .ola-wrapper .ola-image {
          margin: 0 auto 17px auto;
          max-width: 232px; } }
      #our-last-article-2 .ola-wrapper .ola-image img {
        max-width: 100%; }
    #our-last-article-2 .ola-wrapper .ola-title {
      margin-bottom: 15px;
      max-width: 232px;
      line-height: 14px !important; }
      @media screen and (max-width: 991px) {
        #our-last-article-2 .ola-wrapper .ola-title {
          margin: 0 auto 15px auto;
          max-width: 232px; } }
      #our-last-article-2 .ola-wrapper .ola-title a {
        font-size: 14px;
        color: #000; }
        #our-last-article-2 .ola-wrapper .ola-title a:hover {
          text-decoration: underline; }
    #our-last-article-2 .ola-wrapper .ola-date {
      font-size: 12px;
      color: #777777; }
      @media screen and (max-width: 991px) {
        #our-last-article-2 .ola-wrapper .ola-date {
          margin: 0 auto;
          max-width: 232px; } }

.top-mobile-banner {
  display: none;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .top-mobile-banner {
      display: block; } }
  .top-mobile-banner .slide {
    display: flex;
    justify-content: center; }
    .top-mobile-banner .slide a {
      display: inline-block; }
      .top-mobile-banner .slide a img {
        max-width: 100%; }

#blog-page-2 {
  padding-top: 0;
  border-bottom: 1px solid #F4F4F4; }
  #blog-page-2 h1 {
    margin-bottom: 50px;
    background: #4f4f4f;
    margin: 0;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    text-align: center; }
  #blog-page-2 .article-list-wrap {
    margin-top: 50px; }
    #blog-page-2 .article-list-wrap .article-list .article-list-item {
      float: left;
      margin-bottom: 20px;
      width: 25%;
      min-height: 250px; }
      @media screen and (max-width: 991px) {
        #blog-page-2 .article-list-wrap .article-list .article-list-item {
          width: 33.3333333333333333%; } }
      @media screen and (max-width: 767px) {
        #blog-page-2 .article-list-wrap .article-list .article-list-item {
          width: 50%;
          text-align: center; } }
      @media screen and (max-width: 520px) {
        #blog-page-2 .article-list-wrap .article-list .article-list-item {
          width: 100%; } }
      #blog-page-2 .article-list-wrap .article-list .article-list-item .ola-image {
        margin-bottom: 17px; }
        #blog-page-2 .article-list-wrap .article-list .article-list-item .ola-image img {
          max-width: 100%; }
      #blog-page-2 .article-list-wrap .article-list .article-list-item .ola-title {
        margin-bottom: 15px;
        max-width: 232px;
        line-height: 14px !important; }
        @media screen and (max-width: 767px) {
          #blog-page-2 .article-list-wrap .article-list .article-list-item .ola-title {
            max-width: 232px;
            margin: 0 auto 10px auto; } }
        #blog-page-2 .article-list-wrap .article-list .article-list-item .ola-title a {
          font-size: 14px;
          color: #000; }
          #blog-page-2 .article-list-wrap .article-list .article-list-item .ola-title a:hover {
            text-decoration: underline; }
      #blog-page-2 .article-list-wrap .article-list .article-list-item .ola-date {
        font-size: 12px;
        color: #777777; }

.our-blog-border {
  display: none; }

.shipping-price-info {
  padding: 10px 0;
  text-align: center; }
  .shipping-price-info p {
    margin-bottom: 0; }

body, .container {
  min-width: 0; }

@media screen and (max-width: 991px) {
  .feutured .right-col {
    display: none !important; } }

@media screen and (max-width: 991px) {
  #main-four-block .mfb-wrapper .mfb-item:nth-child(3) {
    margin-bottom: 8px !important; } }

@media screen and (max-width: 991px) {
  .feutured-row-2-sub .mm-item:nth-child(3) {
    position: relative !important;
    bottom: auto !important; } }

@media screen and (max-width: 767px) {
  #main-slider {
    display: none; } }

.footer-first {
  padding-bottom: 12px; }

@media screen and (max-width: 1199px) {
  .footer-first > div > div {
    display: flex;
    flex-direction: column; } }
@media screen and (max-width: 1199px) {
  .footer-first > div > div > * {
    width: 100%; } }
@media screen and (max-width: 1199px) {
  .footer-first > div > div > *:nth-of-type(2) > .row > * {
    width: 100%; } }
@media screen and (max-width: 991px) {
  .footer-first > div > div > *:nth-of-type(2) > .row:nth-of-type(2) {
    display: block !important; } }
@media screen and (max-width: 991px) {
  .footer-first > div > div .text-right {
    display: block !important; } }
@media screen and (max-width: 991px) {
  .footer-first > div > div .social {
    display: block;
    float: none;
    text-align: center; }
    .footer-first > div > div .social > * {
      width: auto; }
    .footer-first > div > div .social .telegram {
      position: relative;
      top: -9px; } }
@media screen and (max-width: 991px) {
  .footer-first > div > div .hand-year {
    display: block;
    float: none;
    text-align: center; } }

@media screen and (max-width: 767px) {
  .product-additional-gallery .item {
    text-align: center; } }

@media screen and (max-width: 991px) {
  #model-info .model-img {
    display: none; } }
@media screen and (max-width: 991px) {
  #model-info .model-wrapper {
    float: none !important;
    padding: 15px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center; } }
@media screen and (max-width: 767px) {
  #model-info .model-wrapper h1 {
    margin-bottom: 15px;
    font-size: 22px !important; } }
@media screen and (max-width: 991px) {
  #model-info .mi-wrapper .model-wrapper .mm-rating {
    margin-left: 0; } }

@media screen and (max-width: 991px) {
  .gt-description-block .row {
    margin: 0 auto;
    width: 100%;
    max-width: 460px; }
    .gt-description-block .row > * {
      float: none;
      padding: 0;
      width: 100%; }
  .gt-description-block img {
    max-width: 100%; }
  .gt-description-block .gtdb-four-block {
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap; }
    .gt-description-block .gtdb-four-block .gtdb-item {
      flex: 1 1 50%;
      margin: 0 0 25px 0;
      padding: 0;
      height: auto;
      width: 50%;
      text-align: center; }
      .gt-description-block .gtdb-four-block .gtdb-item:nth-of-type(3), .gt-description-block .gtdb-four-block .gtdb-item:nth-of-type(4) {
        margin: 0; } }
    @media screen and (max-width: 991px) and (max-width: 375px) {
      .gt-description-block .gtdb-four-block .gtdb-item {
        flex: 1 1 100%;
        width: 100%; }
        .gt-description-block .gtdb-four-block .gtdb-item:nth-of-type(3) {
          margin: 0 0 25px 0; }
        .gt-description-block .gtdb-four-block .gtdb-item:nth-of-type(4) {
          margin: 0; } }
@media screen and (max-width: 991px) {
      .gt-description-block .gtdb-four-block .gtdb-item .gtdb-img {
        display: block;
        margin: 0 auto; }
  .gt-description-block .gtdb-link {
    padding: 15px 0 !important;
    width: 100% !important;
    text-align: center; }
  .gt-description-block .gtdb {
    padding: 10px 15px;
    text-align: center;
    line-height: 20px;
    font-size: 14px; }

  #recently-shown .block-title {
    margin: 0; } }
@media screen and (max-width: 991px) and (max-width: 767px) {
  #n-reviews-form > div > div > label {
    display: block !important;
    width: 100% !important;
    text-align: left !important; } }

@media screen and (max-width: 991px) and (max-width: 767px) {
  #review + .form-horizontal, #n-reviews-form.form-horizontal {
    width: 100% !important; } }

@media screen and (max-width: 991px) and (max-width: 767px) {
  #review + .form-horizontal .form-group input[type="text"],
  #review + .form-horizontal .form-group textarea,
  #n-reviews-form.form-horizontal .form-group input[type="text"],
  #n-reviews-form.form-horizontal .form-group textarea {
    width: 100%; } }

@media screen and (max-width: 991px) and (max-width: 767px) {
  #review + .form-horizontal button, #n-reviews-form.form-horizontal button {
    margin-left: 0; } }

@media screen and (max-width: 991px) and (max-width: 767px) {
  #captcha {
    margin: 0 !important; } }

.is_mobile {
  display: none; }

@media screen and (max-width: 991px) {
  header:before {
    display: none; } }
@media screen and (max-width: 991px) {
  header .container {
    width: auto; } }
@media screen and (max-width: 991px) {
  header .logo-block {
    height: 103px;
    width: 100%; }
    header .logo-block > a {
      margin: 0 auto;
      max-width: 128px; } }
@media screen and (max-width: 768px) {
  header .logo-block {
    height: 70px; } }
@media screen and (max-width: 991px) {
  header .logo-block #logo {
    background: none;
    transform: translateX(-8px); } }
@media screen and (max-width: 768px) {
  header .logo-block #logo {
    max-width: 82px; } }
@media screen and (max-width: 425px) {
  header .logo-block #logo {
    transform: translateX(-3px); } }
@media screen and (max-width: 991px) {
  header .logo-block #logo img {
    margin-top: 3px;
    max-width: 100%; } }
@media screen and (max-width: 991px) {
  header .nav-block {
    margin-top: -93px;
    width: 100%; } }
@media screen and (max-width: 768px) {
  header .nav-block {
    margin-top: -76px; } }
header .nav-block #mobile-search {
  float: left;
  position: relative;
  margin-left: 31px;
  margin-top: -4px; }
  header .nav-block #mobile-search:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    border: 1px solid #e2e2e2;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 8px; }
  header .nav-block #mobile-search input {
    width: 400px;
    border: 1px solid #e2e2e2;
    background: #fff;
    padding: 5px 10px 5px 40px;
    color: #514d47; }
    header .nav-block #mobile-search input:focus {
      outline: none; }
    header .nav-block #mobile-search input::-webkit-input-placeholder {
      color: #e2e2e2; }
    header .nav-block #mobile-search input::-moz-placeholder {
      color: #e2e2e2; }
    header .nav-block #mobile-search input:-moz-placeholder {
      color: #e2e2e2; }
    header .nav-block #mobile-search input:-ms-input-placeholder {
      color: #e2e2e2; }
  header .nav-block #mobile-search:after {
    content: '';
    width: 10px;
    height: 1px;
    display: block;
    background: #e2e2e2;
    border-radius: 100%;
    position: absolute;
    left: 22px;
    top: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
header .nav-block #top-bar {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 991px) {
    header .nav-block #top-bar {
      display: none; } }
  header .nav-block #top-bar #search {
    margin-left: 0;
    flex: 1;
    width: 100%;
    margin-right: 5px;
    margin-top: -3px; }
@media screen and (max-width: 991px) {
  header .nav-block .cart-and-libra-block {
    top: 28px; } }
header .nav-block .cart-and-libra-block .libra a {
  display: block;
  position: relative; }
  header .nav-block .cart-and-libra-block .libra a span {
    font-weight: 600;
    z-index: 99; }
@media screen and (max-width: 1279px) {
  header .nav-block .cart-and-libra-block .libra {
    margin-right: 18px; } }
@media screen and (max-width: 991px) {
  header .nav-block .cart-and-libra-block .libra {
    background: none; } }
@media screen and (max-width: 425px) {
  header .nav-block .cart-and-libra-block .libra {
    margin-right: 25px; }
    header .nav-block .cart-and-libra-block .libra svg {
      width: 30px;
      height: 30px; } }
header .nav-block .cart-and-libra-block .cart a {
  display: block;
  position: relative; }
  header .nav-block .cart-and-libra-block .cart a span {
    z-index: 99;
    font-weight: 600; }
@media screen and (max-width: 991px) {
  header .nav-block .cart-and-libra-block .cart {
    background: none; } }
@media screen and (max-width: 425px) {
  header .nav-block .cart-and-libra-block .cart svg {
    width: 30px;
    height: 30px; } }
@media screen and (max-width: 991px) {
  header .nav-block #main-menu {
    position: absolute;
    top: 15px;
    width: 100%;
    background: transparent;
    z-index: 99; } }
@media screen and (max-width: 991px) {
  header .nav-block #main-menu #main-menu-in {
    position: absolute;
    top: 68px;
    width: 100%;
    border: 0;
    background: #eeeeee; }
    header .nav-block #main-menu #main-menu-in > .navbar-nav {
      margin: 0;
      padding: 0; } }
@media screen and (max-width: 991px) {
  header .nav-block #main-menu #main-menu-in ul > li {
    display: block;
    float: none;
    text-align: left; } }
@media screen and (max-width: 991px) {
  header .nav-block #main-menu .navbar-toggle {
    float: left;
    display: block !important;
    margin: 0; } }
header .nav-block .search-open-btn {
  display: none;
  position: absolute;
  top: 23px;
  left: 85px;
  height: 39px;
  width: 40px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  outline: none; }
  @media screen and (max-width: 991px) {
    header .nav-block .search-open-btn {
      display: block; } }
  @media screen and (max-width: 425px) {
    header .nav-block .search-open-btn {
      top: 25px;
      left: 60px; } }
  header .nav-block .search-open-btn svg {
    height: 40px;
    width: 40px;
    margin: -2px 0 0 -1px;
    padding: 0;
    transform: scale(-1, 1); }
    @media screen and (max-width: 425px) {
      header .nav-block .search-open-btn svg {
        height: 35px;
        width: 35px; } }
header .nav-block #mobile-search {
  display: none;
  position: absolute;
  top: 95px;
  left: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  z-index: 19; }
  header .nav-block #mobile-search > input {
    width: 100%; }
  @media screen and (max-width: 991px) {
    header .nav-block #mobile-search.active {
      display: block; } }
@media screen and (max-width: 991px) {
  header .nav-block.active {
    margin-bottom: 123px; } }
header .nav-block .top-nav-open-btn {
  position: relative;
  top: 30px;
  left: 0;
  width: 34px;
  height: 22px;
  border: none;
  background: none;
  display: none;
  outline: none; }
  @media screen and (max-width: 991px) {
    header .nav-block .top-nav-open-btn {
      display: block; } }
  @media screen and (max-width: 425px) {
    header .nav-block .top-nav-open-btn {
      top: 31px;
      width: 30px;
      height: 19px;
      left: -5px; } }
  header .nav-block .top-nav-open-btn .bar {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #999;
    transition: all 0.3s; }
    header .nav-block .top-nav-open-btn .bar:nth-child(1) {
      top: 0; }
    header .nav-block .top-nav-open-btn .bar:nth-child(2) {
      top: 50%;
      transform: translateY(-50%); }
    header .nav-block .top-nav-open-btn .bar:nth-child(3) {
      bottom: 0; }
  header .nav-block .top-nav-open-btn.active .bar:nth-child(1) {
    top: 11px;
    transform: rotate(45deg); }
  header .nav-block .top-nav-open-btn.active .bar:nth-child(2) {
    display: none; }
  header .nav-block .top-nav-open-btn.active .bar:nth-child(3) {
    top: 11px;
    transform: rotate(-45deg); }
header .nav-block .top-nav {
  position: relative;
  display: flex;
  margin: 80px 0 0 -10px;
  padding: 0 10px 0 10px;
  width: 820px;
  list-style: none;
  background: linear-gradient(to top, #f4f4f4 0%, #f8f8f8 100%);
  box-sizing: border-box;
  transition: all 0.3s; }
  @media screen and (max-width: 991px) {
    header .nav-block .top-nav {
      display: none;
      flex-direction: column;
      align-items: center;
      margin: 70px 0 10px 0;
      padding: 0;
      width: auto;
      background: none; } }
  header .nav-block .top-nav.active {
    display: flex; }
  @media screen and (max-width: 991px) {
    header .nav-block .top-nav.mt-130 {
      margin-top: 130px; } }
  header .nav-block .top-nav > li {
    margin-right: 25px; }
    @media screen and (max-width: 1279px) {
      header .nav-block .top-nav > li {
        margin-right: 12px; } }
    @media screen and (max-width: 991px) {
      header .nav-block .top-nav > li {
        margin: 0 0 0 0;
        padding: 10px 0 10px 0; }
        header .nav-block .top-nav > li .caret {
          display: none; } }
    header .nav-block .top-nav > li:last-child {
      margin-right: 0; }
    header .nav-block .top-nav > li > a {
      font: 300 18px Open Sans;
      color: #7c675b;
      text-decoration: none;
      text-transform: uppercase; }
      @media screen and (max-width: 1279px) {
        header .nav-block .top-nav > li > a {
          font-size: 16px; } }
      header .nav-block .top-nav > li > a:hover {
        color: #000; }
    header .nav-block .top-nav > li.open > a {
      display: block;
      text-align: center;
      margin-bottom: 5px; }
    header .nav-block .top-nav > li.open > ul {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      float: left;
      min-width: 160px;
      padding: 10px 0;
      margin: 2px 0 0;
      font-size: 14px;
      text-align: left;
      list-style: none;
      background-color: #fff;
      -webkit-background-clip: padding-box;
      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); }
      @media screen and (max-width: 991px) {
        header .nav-block .top-nav > li.open > ul {
          position: relative;
          box-shadow: none;
          border: 0;
          border-top: 1px solid #c9c9c9;
          border-bottom: 1px solid #c9c9c9;
          background: none;
          border-radius: 0; } }
      @media screen and (max-width: 991px) {
        header .nav-block .top-nav > li.open > ul > li {
          text-align: center; } }
      header .nav-block .top-nav > li.open > ul > li > a {
        display: block !important;
        text-decoration: none;
        padding: 5px 16px;
        text-transform: uppercase;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        display: inline-block;
        color: #7c675b;
        font: 300 18px Open Sans; }
        @media screen and (max-width: 991px) {
          header .nav-block .top-nav > li.open > ul > li > a {
            font-size: 14px; } }

.cart-and-libra-block {
  position: absolute;
  top: 75px;
  right: 24px;
  left: auto;
  display: flex;
  flex-direction: row-reverse;
  z-index: 10; }
  @media screen and (max-width: 991px) {
    .cart-and-libra-block {
      top: 24px !important; } }
  @media screen and (max-width: 425px) {
    .cart-and-libra-block {
      right: 15px; } }
  .cart-and-libra-block .cart {
    position: relative;
    flex: 1;
    text-align: left;
    background: linear-gradient(to top, #f4f4f4 0%, #f8f8f8 100%); }
    .cart-and-libra-block .cart a svg {
      width: 34px;
      height: 34px;
      transform: scale(-1, 1); }
    .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; }
  .cart-and-libra-block .libra {
    position: relative;
    flex: 1;
    margin-right: 30px;
    background: linear-gradient(to top, #f4f4f4 0%, #f8f8f8 100%); }
    .cart-and-libra-block .libra a svg {
      width: 34px;
      height: 34px; }
    .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; }

#top-bar {
  float: right;
  margin-top: 19px;
  padding-right: 0;
  width: 100%; }
  #top-bar #search {
    float: left;
    position: relative;
    margin-left: 31px;
    margin-top: -4px; }
    #top-bar #search:before {
      content: '';
      width: 16px;
      height: 16px;
      display: block;
      border: 1px solid #e2e2e2;
      border-radius: 100%;
      position: absolute;
      left: 10px;
      top: 8px; }
    #top-bar #search input {
      width: 100%;
      border: 1px solid #e2e2e2;
      background: #fff;
      padding: 5px 10px 5px 40px;
      color: #514d47; }
      #top-bar #search input:focus {
        outline: none; }
      #top-bar #search input::-webkit-input-placeholder {
        color: #e2e2e2; }
      #top-bar #search input::-moz-placeholder {
        color: #e2e2e2; }
      #top-bar #search input:-moz-placeholder {
        color: #e2e2e2; }
      #top-bar #search input:-ms-input-placeholder {
        color: #e2e2e2; }
    #top-bar #search:after {
      content: '';
      width: 10px;
      height: 1px;
      display: block;
      background: #e2e2e2;
      border-radius: 100%;
      position: absolute;
      left: 22px;
      top: 24px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  #top-bar .header-phone {
    margin-right: 34px; }

.mobile-lang-switcher {
  display: none;
  position: absolute;
  right: 70px;
  top: 24px; }
  .mobile-lang-switcher .current-lanquage {
    display: none; }
  @media screen and (max-width: 991px) {
    .mobile-lang-switcher {
      display: block; } }
  @media screen and (max-width: 767px) {
    .mobile-lang-switcher {
      right: 60px; } }

.mm-item .mm-details img {
  position: relative;
  top: -2px;
  margin-left: 5px; }
.mm-item .btn-buy {
  position: relative;
  padding-left: 37px;
  padding-right: 24px;
  min-width: 144px; }
  .mm-item .btn-buy > svg {
    position: absolute;
    top: 8px;
    left: 11px;
    max-width: 27px;
    max-height: 25px; }
  .mm-item .btn-buy > span {
    margin-left: 10px; }

@media screen and (max-width: 1278px) {
  .mfb-wrapper .slick-list, .ola-wrapper .slick-list {
    margin-bottom: 20px; } }
.mfb-wrapper .slick-dots, .ola-wrapper .slick-dots {
  bottom: -2px; }
  .mfb-wrapper .slick-dots li, .ola-wrapper .slick-dots li {
    width: 10px;
    height: 10px; }
  .mfb-wrapper .slick-dots button, .ola-wrapper .slick-dots button {
    width: 10px;
    height: 10px;
    background: #cfbc9c; }
  .mfb-wrapper .slick-dots .slick-active button, .ola-wrapper .slick-dots .slick-active button {
    background: #b19e7e; }

@media screen and (max-width: 767px) {
  #mechanical-models {
    overflow: hidden; }

  #mechanical-models > div > div > .col-xs-12.col-sm-12 {
    padding: 0; }

  .mm-wrapper {
    padding: 0 !important; }
    .mm-wrapper > div:nth-child(1) h1 {
      margin: 0 auto;
      padding: 10px 6px !important;
      max-width: 320px; }
    .mm-wrapper > div:nth-child(2) > div, .mm-wrapper > div:nth-child(3) > div {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto;
      padding-left: 16px;
      padding-right: 16px;
      max-width: 336px;
      float: none; }
      .mm-wrapper > div:nth-child(2) > div .mm-item, .mm-wrapper > div:nth-child(3) > div .mm-item {
        margin: 0 0 6px 0;
        width: auto;
        max-width: 150px;
        height: 150px; }
        .mm-wrapper > div:nth-child(2) > div .mm-item .mm-top .mm-title, .mm-wrapper > div:nth-child(3) > div .mm-item .mm-top .mm-title {
          font: 700 14px/16px Open Sans;
          text-align: left; }
        .mm-wrapper > div:nth-child(2) > div .mm-item .mm-top .mm-rating, .mm-wrapper > div:nth-child(3) > div .mm-item .mm-top .mm-rating {
          float: left;
          position: relative;
          left: -1px;
          top: 3px; }
        .mm-wrapper > div:nth-child(2) > div .mm-item .mm-bottom-details, .mm-wrapper > div:nth-child(3) > div .mm-item .mm-bottom-details {
          bottom: 32px !important;
          height: 42px; }
          .mm-wrapper > div:nth-child(2) > div .mm-item .mm-bottom-details .mm-parts, .mm-wrapper > div:nth-child(3) > div .mm-item .mm-bottom-details .mm-parts {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px !important; }
          .mm-wrapper > div:nth-child(2) > div .mm-item .mm-bottom-details .mm-details, .mm-wrapper > div:nth-child(3) > div .mm-item .mm-bottom-details .mm-details {
            display: flex;
            justify-content: center;
            align-items: center; }
            .mm-wrapper > div:nth-child(2) > div .mm-item .mm-bottom-details .mm-details a, .mm-wrapper > div:nth-child(3) > div .mm-item .mm-bottom-details .mm-details a {
              font-size: 12px !important; }
              .mm-wrapper > div:nth-child(2) > div .mm-item .mm-bottom-details .mm-details a img, .mm-wrapper > div:nth-child(3) > div .mm-item .mm-bottom-details .mm-details a img {
                max-width: 13px; }
        .mm-wrapper > div:nth-child(2) > div .mm-item .mm-img img, .mm-wrapper > div:nth-child(3) > div .mm-item .mm-img img {
          max-width: 100%; }
        .mm-wrapper > div:nth-child(2) > div .mm-item .mm-bottom, .mm-wrapper > div:nth-child(3) > div .mm-item .mm-bottom {
          display: flex;
          align-items: center;
          padding: 0;
          height: 32px; }
          .mm-wrapper > div:nth-child(2) > div .mm-item .mm-bottom .mm-parts, .mm-wrapper > div:nth-child(3) > div .mm-item .mm-bottom .mm-parts {
            flex: 1;
            margin: 0;
            font-size: 15px; }
          .mm-wrapper > div:nth-child(2) > div .mm-item .mm-bottom .mm-details, .mm-wrapper > div:nth-child(3) > div .mm-item .mm-bottom .mm-details {
            flex: 1;
            padding: 0;
            margin: 0; }
            .mm-wrapper > div:nth-child(2) > div .mm-item .mm-bottom .mm-details > a, .mm-wrapper > div:nth-child(3) > div .mm-item .mm-bottom .mm-details > a {
              padding: 0px 0;
              min-width: 0;
              width: 100%;
              text-align: center; }
              .mm-wrapper > div:nth-child(2) > div .mm-item .mm-bottom .mm-details > a span, .mm-wrapper > div:nth-child(3) > div .mm-item .mm-bottom .mm-details > a span {
                margin: 0;
                font-size: 12px;
                line-height: 34px;
                text-align: center; }
              .mm-wrapper > div:nth-child(2) > div .mm-item .mm-bottom .mm-details > a > svg, .mm-wrapper > div:nth-child(3) > div .mm-item .mm-bottom .mm-details > a > svg {
                display: none; }

  .recently-shown .container .row > div,
  .recently-shown + section .container .row > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 15px;
    padding-left: 7px;
    padding-right: 7px;
    max-width: 320px;
    float: none; }
    .recently-shown .container .row > div .mm-item,
    .recently-shown + section .container .row > div .mm-item {
      margin: 0 0 6px 0;
      width: auto;
      max-width: 150px;
      height: 150px; }
      .recently-shown .container .row > div .mm-item .mm-top .mm-title,
      .recently-shown + section .container .row > div .mm-item .mm-top .mm-title {
        font: 700 14px/16px Open Sans;
        text-align: left; }
      .recently-shown .container .row > div .mm-item .mm-top .mm-rating,
      .recently-shown + section .container .row > div .mm-item .mm-top .mm-rating {
        float: left;
        position: relative;
        left: -1px;
        top: 3px; }
      .recently-shown .container .row > div .mm-item .mm-bottom-details,
      .recently-shown + section .container .row > div .mm-item .mm-bottom-details {
        bottom: 32px !important;
        height: 42px; }
        .recently-shown .container .row > div .mm-item .mm-bottom-details .mm-parts,
        .recently-shown + section .container .row > div .mm-item .mm-bottom-details .mm-parts {
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 12px !important; }
        .recently-shown .container .row > div .mm-item .mm-bottom-details .mm-details,
        .recently-shown + section .container .row > div .mm-item .mm-bottom-details .mm-details {
          display: flex;
          justify-content: center;
          align-items: center; }
          .recently-shown .container .row > div .mm-item .mm-bottom-details .mm-details a,
          .recently-shown + section .container .row > div .mm-item .mm-bottom-details .mm-details a {
            font-size: 12px !important; }
            .recently-shown .container .row > div .mm-item .mm-bottom-details .mm-details a img,
            .recently-shown + section .container .row > div .mm-item .mm-bottom-details .mm-details a img {
              max-width: 13px; }
      .recently-shown .container .row > div .mm-item .mm-img img,
      .recently-shown + section .container .row > div .mm-item .mm-img img {
        max-width: 100%; }
      .recently-shown .container .row > div .mm-item .mm-bottom,
      .recently-shown + section .container .row > div .mm-item .mm-bottom {
        display: flex;
        align-items: center;
        padding: 0;
        height: 32px; }
        .recently-shown .container .row > div .mm-item .mm-bottom .mm-parts,
        .recently-shown + section .container .row > div .mm-item .mm-bottom .mm-parts {
          flex: 1;
          margin: 0;
          font-size: 15px; }
        .recently-shown .container .row > div .mm-item .mm-bottom .mm-details,
        .recently-shown + section .container .row > div .mm-item .mm-bottom .mm-details {
          flex: 1;
          padding: 0;
          margin: 0; }
          .recently-shown .container .row > div .mm-item .mm-bottom .mm-details > a,
          .recently-shown + section .container .row > div .mm-item .mm-bottom .mm-details > a {
            padding: 0px 0;
            min-width: 0;
            width: 100%;
            text-align: center; }
            .recently-shown .container .row > div .mm-item .mm-bottom .mm-details > a span,
            .recently-shown + section .container .row > div .mm-item .mm-bottom .mm-details > a span {
              margin: 0;
              font-size: 12px;
              line-height: 34px;
              text-align: center; }
            .recently-shown .container .row > div .mm-item .mm-bottom .mm-details > a > svg,
            .recently-shown + section .container .row > div .mm-item .mm-bottom .mm-details > a > svg {
              display: none; }

  .recently-shown {
    padding-bottom: 0; }

  .article-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2px; }
    .article-list .article-list-item {
      padding: 2px;
      max-width: 50%;
      min-height: 180px !important; }
      .article-list .article-list-item .ola-title a {
        font-size: 13px !important; } }
#application-form {
  padding-left: 0;
  padding-right: 0; }
  #application-form > .modal-dialog {
    width: 100%;
    max-width: 100%; }
    @media screen and (max-width: 767px) {
      #application-form > .modal-dialog {
        margin: 0; } }
    #application-form > .modal-dialog > .modal-content {
      box-shadow: none;
      border: none; }
  #application-form .form-group {
    margin: 0 0 20px 0; }
    @media screen and (max-width: 767px) {
      #application-form .form-group {
        padding-left: 0;
        padding-right: 0; } }
    #application-form .form-group.has-error input, #application-form .form-group.has-error select {
      border: 2px solid red;
      color: red; }
    #application-form .form-group label {
      font: 400 13px/26px Open Sans, sans-serif;
      color: #000; }
    #application-form .form-group input, #application-form .form-group select {
      height: 45px;
      background-color: white;
      border: 2px solid #a2a2a4;
      border-radius: 0;
      box-shadow: none; }
      #application-form .form-group input::-webkit-input-placeholder, #application-form .form-group select::-webkit-input-placeholder {
        font: 400 15px/26px Open Sans, sans-serif;
        color: #a2a2a4; }
      #application-form .form-group input:-moz-placeholder, #application-form .form-group select:-moz-placeholder {
        font: 400 15px/26px Open Sans, sans-serif;
        color: #a2a2a4; }
      #application-form .form-group input::-moz-placeholder, #application-form .form-group select::-moz-placeholder {
        font: 400 15px/26px Open Sans, sans-serif;
        color: #a2a2a4; }
      #application-form .form-group input:-ms-input-placeholder, #application-form .form-group select:-ms-input-placeholder {
        font: 400 15px/26px Open Sans, sans-serif;
        color: #a2a2a4; }
      #application-form .form-group input.has-error, #application-form .form-group select.has-error {
        border: 2px solid red;
        color: red; }
    #application-form .form-group.mb50 {
      margin: 0 0 35px 0; }
    #application-form .form-group.w50per {
      width: 50%; }
    #application-form .form-group.ml {
      margin-left: 18px; }
    #application-form .form-group .warning-message {
      display: flex;
      align-items: center;
      padding: 2px 0 0 0;
      font: 400 13px/26px Open Sans, sans-serif;
      color: #000; }
      #application-form .form-group .warning-message .warning-icon {
        display: inline-block;
        margin: 0 5px 0 0;
        width: 16px;
        height: 16px;
        background: url(../images/warning-icon.png) 0 0 no-repeat; }
  #application-form .btn.btn-success {
    width: 100%;
    max-width: 24%;
    height: 53px;
    font: 700 20px/26px Open Sans, sans-serif;
    color: #fff;
    background: #4fa251;
    border-radius: 5px;
    border: none;
    outline: none;
    transition: background .3s; }
    @media screen and (max-width: 767px) {
      #application-form .btn.btn-success {
        max-width: 100%; } }
    #application-form .btn.btn-success:hover {
      background: #63b665; }
  @media screen and (max-width: 767px) {
    #application-form .modal-footer {
      padding-left: 0;
      padding-right: 0; } }

.cookie-popup {
  position: fixed;
  left: 20px;
  bottom: 20px;
  padding: 25px 15px 20px 15px;
  width: 100%;
  max-width: 600px;
  border-radius: 6px;
  background: #f9fafc;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 460px) {
    .cookie-popup {
      left: 0;
      bottom: 0;
      right: 0;
      width: auto;
      border-radius: 0px; } }
  .cookie-popup .close_btn {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #949ba9;
    cursor: pointer; }
    .cookie-popup .close_btn:before, .cookie-popup .close_btn:after {
      content: '';
      position: absolute;
      top: 7px;
      left: 2px;
      display: block;
      width: 11px;
      height: 1px;
      background: #fff;
      transform: rotate(45deg); }
    .cookie-popup .close_btn:after {
      transform: rotate(-45deg); }
  .cookie-popup .cookie-popup-text {
    margin-bottom: 15px;
    line-height: 1.3; }
    .cookie-popup .cookie-popup-text br {
      line-height: 2; }
  .cookie-popup .cookie-popup-button {
    display: flex;
    justify-content: center; }
    .cookie-popup .cookie-popup-button .agree {
      color: #ffffff;
      background: #949ba9;
      border-radius: 3px;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 -100px 0 transparent inset;
      outline: none;
      transition: background 0.2s; }
      @media screen and (max-width: 460px) {
        .cookie-popup .cookie-popup-button .agree {
          font-size: 13px; } }
      .cookie-popup .cookie-popup-button .agree:hover {
        background: #7BBC58; }

#column-right {
  display: block;
  width: 100%; }

@media screen and (max-width: 991px) {
  #ocfilter {
    margin: 0 auto 20px auto;
    max-width: 596px;
    float: none; } }
@media screen and (max-width: 767px) {
  #ocfilter {
    max-width: 334px; } }
@media screen and (max-width: 1279px) {
  #ocfilter .ocfilter-option {
    width: 50%; } }
@media screen and (max-width: 991px) {
  #ocfilter .ocfilter-option {
    margin: 0 0 5px 0; } }
@media screen and (max-width: 767px) {
  #ocfilter .ocfilter-option {
    width: 100%; } }

@media screen and (max-width: 991px) {
  #mechanical-models > div > div > div > div > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center; } }
@media screen and (max-width: 991px) {
  #mechanical-models > div > div > div > div > div:nth-child(1) > div h1 {
    text-align: center; } }

.breadcrumb {
  margin-top: 20px;
  margin-bottom: unset; }

@media screen and (max-width: 991px) {
  .mobile-lang-switcher {
    display: block;
    right: 128px; } }
@media screen and (max-width: 767px) {
  .mobile-lang-switcher {
    right: 128px; } }
@media screen and (max-width: 425px) {
  .mobile-lang-switcher {
    right: 104px;
    top: 22px; } }
.account {
  margin: 0 25px 0 0; }
  @media screen and (max-width: 767px) {
    .account {
      margin: 0 20px 0 0; } }
  @media screen and (max-width: 400px) {
    .account {
      display: none; } }

.top-nav .account {
  display: none; }
  @media screen and (max-width: 400px) {
    .top-nav .account {
      display: block;
      margin: 0; } }

@media screen and (max-width: 400px) {
  .mobile-lang-switcher {
    right: 50px; } }

.combo_offer_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 26px;
  margin-bottom: -13px; }
  @media screen and (max-width: 991px) {
    .combo_offer_wrap {
      flex-wrap: wrap !important;
      justify-content: center !important; } }
  @media screen and (max-width: 767px) {
    .combo_offer_wrap {
      margin-right: -15px;
      margin-left: -15px; } }
  .combo_offer_wrap .mm-item .mm-bottom-details {
    bottom: -1px !important; }
  .combo_offer_wrap .plus {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px; }
    @media screen and (max-width: 767px) {
      .combo_offer_wrap .plus {
        position: relative;
        margin: 0 -11px;
        width: 29px;
        height: 29px;
        background: #fff;
        border-radius: 50%;
        z-index: 1; } }
    .combo_offer_wrap .plus:before {
      content: '';
      position: absolute;
      top: 9px;
      left: 0;
      width: 21px;
      height: 3px;
      background: #53a555; }
      @media screen and (max-width: 767px) {
        .combo_offer_wrap .plus:before {
          top: 13px;
          left: 4px; } }
    .combo_offer_wrap .plus:after {
      content: '';
      position: absolute;
      top: 0;
      left: 9px;
      width: 3px;
      height: 21px;
      background: #53a555; }
      @media screen and (max-width: 767px) {
        .combo_offer_wrap .plus:after {
          top: 4px;
          left: 13px; } }
  .combo_offer_wrap .combo_offer_block {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    min-height: 272px;
    padding: 0 0 0 35px; }
    @media screen and (max-width: 991px) {
      .combo_offer_wrap .combo_offer_block {
        flex: 1 1 100%;
        margin: 25px 0 25px 0; } }
    @media screen and (max-width: 767px) {
      .combo_offer_wrap .combo_offer_block {
        padding-right: 15px; } }
    .combo_offer_wrap .combo_offer_block .title {
      position: relative;
      margin: 0 0 5px 0;
      font: 800 28px/28px "Open Sans", sans-serif;
      color: #ee9521;
      text-transform: uppercase;
      z-index: 1; }
      .combo_offer_wrap .combo_offer_block .title:before {
        content: '';
        position: absolute;
        top: -24px;
        left: -13px;
        width: 202px;
        height: 60px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMoAAAA8CAMAAAAQcNWeAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAHgUExURQAAAP/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53f/53Zkl5zYAAACfdFJOUwAFBJ/DA/oCAWnd9uSnwtr+inH1C7nuTg+O6Te0/abXHAcGx4IvI7ZgOSWgCIcT2NPSyCFDpUIOhn0rLGbQ4HDzzOyXefsKOM+WFKKh6HQ7+QxyTO8R0Rv86n6wGW0eIsTbSkaJU/SRHRfhe1takMAxeDNAf65v1TxYrc3ldSerRWFknDLxbAlXSS3KzmIQd02kEt9HNue4XZoNhe2MvNBIGQgAAAKhSURBVGje7Zr1V+NAEMe3XmpQoQKUUpzDDnc49HDugHN3d3d3Fzi/+VcvSaPb/tbsvey+fH/K28nbyefN7GZ2EoT01wkHYkQNcIYVlHlwlrJB0uIFOLSVCZRl4GRjgcRdyKNAV+/io9hSB8UgHSE7qPSYvMeeiyRmrbk6DRqVkye5MnyJwKwVKS0IFPaQBmlKJKEXH4zpMHG8WEOy5SmJp3fY6vdK15dvcG4S+GIdC+rgxjquRnlOJhJlAG3B7krO224n72YGsw8AVOvhJ7RTJnGmyaAUCLNv2rOvPeOnK4e9Tw9Hi0pUlsig7MdW5G3MXs4P+ufq3gy3vsjL0TvFxwShtb5di1KHLRWfbBnUI/yCvhFCqdai2NU217EhZQO16oCy7l/l09lKBqVUi9JqUUBubVQZXua/KJMz71F6ZX4VCNXHrhItS9UO0WDRvAzeuvNGmV7LXKU/biaUYY3Ywt91RDREjjqV0U/5uvk+QiitVFGxYyiQ7HOJtv6A8oaeNX7JOgLZKm6RNrB78tgHw5Ns8OZAgdNSNp+Uh764DE6SnV6C7jaLvRF3mN+Hx+1RgBWDo4RycHj9h5UmD7cfX/jMF+pfu2lLr6LAYFx9xzWwVdJwSs1OL38tdkvzBKJCnVWjdzweXzQ6KcXkAH5LhLYmwjZPBuUgA52dmrCAUsBCl+qscL6bZQEFnedQypggQRau3jrHBgo65TseYQQFNdgQM2pCpkyZMmXKlClTjKufGZKHCxZGSGrH4BUbJFNtAI3UUzgejA55FriD9LMp6lk6i8T+WUniNe0sT5S+Zvt9ulHi8gfkcD3tYZkTSVIDtJNI32RT9P9HeFMMCgO9wCBMBv78/i+/qpHW9dhPhCr+wg9WijD38i92amNj15P/AEY1kYwOGKncAAAAAElFTkSuQmCC) 0 0 no-repeat;
        z-index: -1; }
    .combo_offer_wrap .combo_offer_block .combo_offer_products {
      display: block;
      padding: 0;
      margin-bottom: auto;
      width: 100%; }
      .combo_offer_wrap .combo_offer_block .combo_offer_products li {
        position: relative; }
        .combo_offer_wrap .combo_offer_block .combo_offer_products li:before {
          content: '';
          position: absolute;
          top: 3px;
          left: -29px;
          width: 20px;
          height: 20px;
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAEpUExURQAAADTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKTTFKeavXwwAAABidFJOUwAEAgYjP/n94lzxA/r43e5bNW8aJwjyBVT8G7gZHAdIIEDhUCgf9HTU6kJyD3fQ6dnvOWLlQfcO/gueiYAqSSzO7HEixrwhlFkKaswlg63FkcC1h5KnHR5Xx7vtXrn7mYq/39aVcgAAAPNJREFUGNNjYIACxrBwOQYUwCwhzZOUJOktxATkCAuCxYxMkrhCQ4KlzSxEGBhYOMRAYgJs/MaWIIaoD0iMXQDIZE3iE4EbBBTjBFLiGmqq6GIMXknqGGIM/lziGGLcPEEgZ1g5w8RsrZkZZJJ8gYKC7BwsUHU2SfZAwQCQBk72pCSIXvckNwZGNj+wMZxJSRDzXCU9GRgCxXTAHFM7MCXq6AIkJZK0kYNBKMkDFDwc/CoIMSl9PVCgMCjyKsnCxBT42FghLGV2QydmEMNcV5NXHibP6pAUHZsQH8WVZKCFMIkpJhEYyHGREdyogc8tKwWPDgA4uRy+nJEB5gAAAABJRU5ErkJggg==) 0 0 no-repeat; }
        .combo_offer_wrap .combo_offer_block .combo_offer_products li .product_name {
          font: 400 14px/25px "Open Sans", sans-serif;
          color: #218bee; }
          .combo_offer_wrap .combo_offer_block .combo_offer_products li .product_name:hover {
            color: #0F6EC1 !important; }
        .combo_offer_wrap .combo_offer_block .combo_offer_products li .product_price {
          color: #000;
          font-weight: 600; }
    .combo_offer_wrap .combo_offer_block .total_price_options {
      display: block;
      margin: 0px 0 10px 0;
      width: 100%; }
      .combo_offer_wrap .combo_offer_block .total_price_options li {
        position: relative;
        display: flex;
        justify-content: space-between;
        margin: 0 0 4px 0; }
        .combo_offer_wrap .combo_offer_block .total_price_options li:before {
          content: '';
          position: absolute;
          bottom: 3px;
          left: 0;
          width: 100%;
          height: 2px;
          background: linear-gradient(90deg, #a2a2a4 0px, #a2a2a4 2px, transparent 2px, transparent 4px);
          background-size: 4px;
          background-repeat: repeat-x; }
        .combo_offer_wrap .combo_offer_block .total_price_options li .option_name {
          position: relative;
          font-size: 15px;
          color: #000;
          background: #fff; }
        .combo_offer_wrap .combo_offer_block .total_price_options li .option_value {
          position: relative;
          font-size: 16px;
          font-weight: 700;
          color: #000;
          background: #fff; }
          .combo_offer_wrap .combo_offer_block .total_price_options li .option_value.green {
            color: #53a555; }
    .combo_offer_wrap .combo_offer_block .combo_offer_buy {
      display: inline-block;
      padding: 0 20px;
      height: 53px;
      min-width: 110px;
      width: auto;
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      border: none;
      background: #4fa251;
      border-radius: 15px;
      outline: none;
      transition: background 0.3s; }
      .combo_offer_wrap .combo_offer_block .combo_offer_buy:hover {
        background: #459847; }
  .combo_offer_wrap.two_products .combo_offer_block {
    max-width: 498px; }
  .combo_offer_wrap + hr {
    display: none; }
  @media screen and (max-width: 767px) {
    .combo_offer_wrap .mm-item {
      margin: 0 0 6px 0;
      width: auto;
      max-width: 150px;
      height: 150px; }
      .combo_offer_wrap .mm-item .mm-top .mm-title {
        font: 700 14px/16px Open Sans;
        text-align: left; }
      .combo_offer_wrap .mm-item .mm-top .mm-rating {
        float: left;
        position: relative;
        left: -1px;
        top: 3px; }
      .combo_offer_wrap .mm-item .mm-bottom-details {
        bottom: -1px !important;
        height: 42px; }
        .combo_offer_wrap .mm-item .mm-bottom-details .mm-parts {
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 12px !important; }
        .combo_offer_wrap .mm-item .mm-bottom-details .mm-details {
          display: flex;
          justify-content: center;
          align-items: center; }
          .combo_offer_wrap .mm-item .mm-bottom-details .mm-details a {
            font-size: 12px !important; }
            .combo_offer_wrap .mm-item .mm-bottom-details .mm-details a img {
              max-width: 13px; }
      .combo_offer_wrap .mm-item .mm-img img {
        max-width: 100%; }
      .combo_offer_wrap .mm-item .mm-bottom {
        display: flex;
        align-items: center;
        padding: 0;
        height: 32px; }
        .combo_offer_wrap .mm-item .mm-bottom .mm-parts {
          flex: 1;
          margin: 0;
          font-size: 15px; }
        .combo_offer_wrap .mm-item .mm-bottom .mm-details {
          flex: 1;
          padding: 0;
          margin: 0; }
          .combo_offer_wrap .mm-item .mm-bottom .mm-details > a {
            padding: 0px 0;
            min-width: 0;
            width: 100%;
            text-align: center; }
            .combo_offer_wrap .mm-item .mm-bottom .mm-details > a span {
              margin: 0;
              font-size: 12px;
              line-height: 34px;
              text-align: center; }
            .combo_offer_wrap .mm-item .mm-bottom .mm-details > a > svg {
              display: none; } }

.category_header {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 12px 0 11px 0;
  max-width: 1153px; }
  .category_header > div {
    padding: 0; }
  .category_header h1 {
    margin: 0;
    padding: 0 !important; }

.filters_block {
  padding: 0; }
  .filters_block #column-right {
    margin: 0;
    padding: 0; }
  .filters_block #ocfilter {
    padding: 0; }
  .filters_block .row {
    margin: 0;
    padding: 0; }
  .filters_block #ocfilter-content {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0; }
    .filters_block #ocfilter-content .dropdown .dropdown-menu {
      width: 100% !important; }
  .filters_block .ocfilter-option {
    margin: 0 22px 0 0;
    padding: 0;
    width: 200px; }
    .filters_block .ocfilter-option:last-of-type {
      margin-right: 0; }

.mobile_filters_btn {
  display: none;
  position: relative;
  top: 4px;
  margin: 0 0 0 5px;
  width: 24px;
  height: 24px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAxElEQVRoQ+2ZQQ6AIAwE8f+P1otHo127qxHHM13oDIiJy/j4s3x8/YMG3jaIAQw0CbCFmgDb5RhoI2wGTG1gbcJxlx/CPjNAA2YF/zNgBpiJm/otlEFmTsWAGagc90sD6QtOgioN3v3SwMVGl6BKg2cxIL8pkgV3DCTXI2fTgIzMXIABM1A5LmHg6qKzzmkNK94T1jmtYTQgn4DBH5obzLwliTPgXaHz0/XRlRUnw0ARVGwYBmJoi8EYKIKKDcNADG0xeAO5igwxHr6hvgAAAABJRU5ErkJggg==) 0 0/contain no-repeat; }

@media screen and (max-width: 1279px) {
  .category_header {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 12px 0 11px 0;
    width: 100%;
    max-width: 860px; } }
@media screen and (max-width: 991px) {
  .category_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 564px; }
    .category_header > div {
      padding: 0; }
      .category_header > div:first-child {
        margin-bottom: 15px; }
    .category_header h1 {
      margin: 0;
      padding: 0 !important; }

  .filters_block #ocfilter {
    margin-bottom: 0; }
  .filters_block .ocfilter-option {
    margin: 0 22px 0 0 !important; }
    .filters_block .ocfilter-option:last-of-type {
      margin-right: 0 !important; } }
@media screen and (max-width: 767px) {
  .category_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 304px; }
    .category_header > div {
      padding: 0; }
      .category_header > div:first-child {
        margin-bottom: 15px; }
    .category_header h1 {
      margin: 0;
      padding: 0 !important; }

  .filters_block #ocfilter {
    margin-bottom: 0; }
  .filters_block #ocfilter-content {
    display: flex;
    flex-direction: column; }
  .filters_block .ocfilter-option {
    margin: 0 0 22px 0 !important; }
    .filters_block .ocfilter-option:last-of-type {
      margin: 0 0 14px 0 !important; }

  .mobile_filters_btn {
    display: inline-block; } }

/*# sourceMappingURL=style.css.map2 */


.mm-item.special {
  border: 2px solid #ee9521;
}
.mm-item.special .mm-bottom {
  color:  #ee9521;
}
.mm-item.special h4.mm-parts {
  color:  #ee9521;
}
.mm-item.special .mm-bottom .special_offer_wrap {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  max-width: 110px;
  height: 43px;
}
.es	.mm-item.special .mm-bottom .special_offer_wrap {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.de	.mm-item.special .mm-bottom .special_offer_wrap {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.mm-item.special .mm-bottom .special_offer {
  text-align: right;
  line-height: 13px;
  margin-right: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.de	.mm-item.special .mm-bottom .special_offer_wrap .mm-parts {
  margin-top: -2px;
}
.es	.mm-item.special .mm-bottom .special_offer_wrap .mm-parts {
  margin-top: -2px;
}
.de .mm-item.special .mm-bottom .special_offer_wrap .special_offer {
  margin-top: 5px;
  font-size: 9px;
}
.es .mm-item.special .mm-bottom .special_offer_wrap .special_offer {
  margin-top: 5px;
  font-size: 10px;
}
.mm-wishlist-remove {
  position: absolute;
  bottom: 84px;
  left: 7px;		
}


.es .mm-item .mm-bottom .mm-details a {
  padding: 10px 0 6px 35px;
}

.es .mm-item .mm-bottom .mm-details a.btn-buy span.add-cart {
  display: inline-block;
  margin-left: 13px;
  font-size: 13px;
  line-height: 13px;
}



.main-slider .slick-slide > a {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 381px;
}

.personalize_engraving_popup .required input {
	border: 1px solid #ff0000 !important;
	color: #333
}
.regular_price .p-currency-char {
	display: none !important;
}