@font-face {
  font-family: 'volvo_broad_proregular';
  src: url("volvobroadpro-webfont.eot");
  src: url("volvobroadpro-webfont.eot?#iefix") format("embedded-opentype"), url("volvobroadpro-webfont.woff") format("woff"), url("volvobroadpro-webfont.ttf") format("truetype"), url("volvobroadpro-webfont.svg#volvo_broad_proregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'univers-medium';
  src: url("../fonts/UniversCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/UniversCondensed-Medium.woff") format("woff"), url("../fonts/UniversCondensed-Medium.ttf") format("truetype"), url("../fonts/UniversCondensed-Medium.svg#UniversCondensed-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "univers-cond-medium";
  src: url("../fonts/univers-cond-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "univers-light";
  src: url("../fonts/univers-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "univers-light2";
  src: url("../fonts/univers-light2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "univers-light-bold";
  src: url("../fonts/univers-light-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.d-block, .nav__block, .menu__mob, .menu-mob__box > a, .menu__drop, .menu__drop > li, .menu__drop > li > a, .toolbar__mob, .main_slider-box, .main_slider-box a, .video__container, .modal__content, .modal__content-box, .modal-title {
  display: block;
  float: left;
  width: 100%; }

.d-inline {
  display: inline-block;
  float: left; }

.before, .btnShowDrop::before, .btnShowDrop::after, .userPanel__mob::before {
  content: "";
  display: block;
  position: absolute; }

.clear {
  clear: both; }

.htmlFix {
  overflow-x: hidden !important;
  overflow-y: hidden !important; }

.navFix {
  position: fixed !important;
  visibility: visible;
  -webkit-animation: none 0s ease 0s 1 normal none running;
          animation: none 0s ease 0s 1 normal none running;
  overflow: visible !important; }
  .navFix #wrap {
    position: fixed;
    z-index: -10;
    overflow: hidden; }
  .navFix footer {
    display: none; }

.touch-nav {
  display: none;
  float: right;
  cursor: pointer;
  width: 38px;
  height: 32px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.touch-navBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .touch-navBtn i {
    height: 3px;
    -webkit-border-radius: 1.5px;
            border-radius: 1.5px;
    background: #7c4900;
    display: block;
    width: 100%; }

.nav__container {
  display: none;
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100%; }

.nav-hide {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  cursor: pointer; }

.nav__content {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 510px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2147483647;
  background: url("../images/menu-bg.png") repeat 0 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translateX(-560px);
      -ms-transform: translateX(-560px);
          transform: translateX(-560px); }
  .nav__content.menuShow {
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important; }

.nav-close {
  width: 41px;
  height: 41px;
  position: absolute;
  top: 0;
  right: -41px;
  cursor: pointer;
  background: rgba(124, 73, 0, 0.9) url("../images/svg/icon-close.svg") no-repeat center; }

.nav__block {
  height: 100%;
  overflow: auto; }

.menu__mob {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .menu__mob > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .menu__mob > li.is-active .menu-mob__box > a {
      color: #fff;
      background: #477b6c;
      -webkit-box-shadow: 0 1px 1px #355c51 inset;
              box-shadow: 0 1px 1px #355c51 inset;
      text-shadow: none; }

.menu-mob__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid #563919; }
  .menu-mob__box > a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    color: #6c4a1d;
    font-size: 15px;
    font-family: 'univers-medium', Helvetica,Arial,Sans-Serif;
    letter-spacing: 0;
    padding: 10px 13px;
    text-decoration: none;
    text-shadow: 0 1px 1px #f8d293;
    text-transform: uppercase; }

.btnShowDrop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  min-width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 5;
  border: 1px solid #937242;
  position: absolute;
  right: 4px;
  display: block;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  top: 5px; }
  .btnShowDrop::before {
    border: 7px solid transparent;
    border-top: 7px solid #000;
    left: 7px;
    top: 11px;
    z-index: 2; }
  .btnShowDrop::after {
    border: 7px solid transparent;
    border-top: 7px solid #fff;
    left: 7px;
    top: 12px;
    z-index: 1; }
  .btnShowDrop.is-active::before {
    border: 7px solid transparent;
    border-bottom: 7px solid #000;
    top: 4px; }
  .btnShowDrop.is-active::after {
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
    top: 3px; }

.menu__drop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #354A3D;
  display: none; }
  .menu__drop > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #fff; }
    .menu__drop > li:last-child {
      border-bottom: 0; }
    .menu__drop > li > a {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #fff;
      font-size: 13px;
      padding: 10px 13px;
      text-transform: uppercase;
      font-family: 'univers-medium',Helvetica,Arial,Sans-Serif; }

.toolbar__mob {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px;
  font-size: 16px;
  color: #5a4123;
  text-shadow: 0 1px 1px #f8d293;
  font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
  display: none; }

/*main_slider-box*/
.main_slider-box {
  height: 100%; }
  .main_slider-box a {
    height: 100%;
    text-decoration: none !important; }
  .main_slider-box img {
    width: 100%;
    height: 100%; }

.slider-bg-white {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 662px;
  height: 408px;
  margin-bottom: 10px; }

.mainItem .slick-dots {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 9px;
  bottom: inherit;
  text-align: right;
  padding: 0 14px 0 0; }
  .mainItem .slick-dots button {
    padding: 0;
    height: 10px;
    width: 10px;
    background: #ccc;
    border: 1px solid #fff;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mainItem .slick-dots button::before {
      display: none; }
  .mainItem .slick-dots li {
    padding: 2px;
    margin: 0;
    width: 14px;
    height: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mainItem .slick-dots li:hover button {
      background: #fff; }
    .mainItem .slick-dots li.slick-active button {
      background: #fff; }

.mainItem.slick-dotted {
  margin-bottom: 0; }

.mainItem .slick-arrow {
  height: 100%;
  width: 25px;
  z-index: 5;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
  .mainItem .slick-arrow::before {
    content: "";
    opacity: 1 !important;
    background: url("../images/icons-arrow.png") no-repeat;
    width: 22px;
    height: 42px;
    display: block; }
  .mainItem .slick-arrow:hover {
    opacity: .7; }

.mainItem .slick-prev {
  left: 0; }
  .mainItem .slick-prev::before {
    margin-left: 4px; }

.mainItem .slick-next {
  right: 0; }
  .mainItem .slick-next::before {
    background-position: -32px 0;
    margin-right: 4px; }

@-webkit-keyframes bounceInRight {
  0% {
    left: -5px; }
  25% {
    left: 5px; }
  50% {
    left: -5px; }
  100% {
    left: 0; } }

@keyframes bounceInRight {
  0% {
    left: -5px; }
  25% {
    left: 5px; }
  50% {
    left: -5px; }
  100% {
    left: 0; } }

.bounceInRight {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight; }

/*section__slider*/
.section__slider {
  width: 982px;
  padding: 10px;
  background: #FFF;
  overflow: hidden;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 10px; }
  .section__slider .listingCategory {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0; }

.productSliderItem .items {
  padding: 10px 0 0; }
  .productSliderItem .items .item {
    width: 100% !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 236px; }

.productSliderItem .left-item {
  width: 90px; }
  .productSliderItem .left-item .img {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .productSliderItem .left-item .img img {
      max-width: 90px;
      max-height: 120px; }

.productSliderItem .right-item {
  padding-bottom: 7px; }

.productSliderItem .cont-item {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.productSliderItem .slick-arrow {
  height: 46px;
  width: 48px;
  z-index: 5;
  opacity: .7;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-top: 36px; }
  .productSliderItem .slick-arrow:before {
    content: "";
    opacity: 1 !important;
    background: url("../images/icons-arrow2.png") no-repeat;
    width: 28px;
    height: 46px;
    display: block;
    margin: 0 auto; }
  .productSliderItem .slick-arrow:hover {
    opacity: 1; }

.productSliderItem .slick-prev {
  left: -80px; }
  .productSliderItem .slick-prev:before {
    background-position: 0 0; }

.productSliderItem .slick-next {
  right: -80px; }
  .productSliderItem .slick-next:before {
    background-position: -38px 0; }

.productSliderItem:hover .slick-prev {
  left: -10px; }

.productSliderItem:hover .slick-next {
  right: -10px; }

.right-item .add-to-cart {
  background: url("../images/add_cart.png") repeat 0 0;
  border: medium none;
  color: #fff;
  font-family: 'univers-medium';
  font-size: 11px;
  height: 26px;
  text-align: left;
  text-transform: uppercase;
  width: 113px;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; }
  .right-item .add-to-cart:hover {
    opacity: 0.5; }

.video__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .video__container div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.userPanel__mob {
  display: none !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 0 0 0 45px;
  width: 150px;
  list-style: none;
  float: left; }
  .userPanel__mob li {
    width: 100%; }
    .userPanel__mob li a {
      text-decoration: none !important;
      color: #FFF;
      font-size: 18px;
      line-height: 15px;
      font-family: 'univers-medium',Helvetica,Arial,Sans-Serif; }
  .userPanel__mob::before {
    left: 5px;
    top: 3px;
    background: url("../images/svg/user-icon.svg") no-repeat;
    width: 30px;
    height: 30px;
    -webkit-background-size: contain;
            background-size: contain; }

/*
	POPUP
*/
.mfp-bg {
  background: rgba(255, 255, 255, 0.75);
  opacity: 1; }

.modal__container {
  display: block;
  margin: 0 auto;
  width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.modal__content {
  background: #FFF;
  position: relative;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.modal__content-box {
  min-height: 1px;
  background: #354A3D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.modal-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .modal-form .forgot {
    color: #ffffff;
    font-family: 'univers-medium';
    font-size: 17px;
    margin-top: 5px;
    text-decoration: underline !important; }

.modal-bottom {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.modal-bottom-box {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.modal-bottom-box-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.modal-title {
  color: #fff;
  font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0; }

.modal-close {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  background: url("../images/svg/icon-close.svg") no-repeat center;
  opacity: 1 !important;
  cursor: pointer;
  top: 10px !important;
  right: 10px;
  width: 40px;
  height: 40px; }

.searchBtnShow {
  display: none; }

.navbar-inner {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }


/* PAGE CATALOG */
.clear {
  clear: both; }

.kombox-filter-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.kombox-filter-left {
  width: 50%; }

.modef-wrap {
  padding: 14px;
  font-size: 14px; }
  .modef-wrap a {
    color: #FFF;
    text-decoration: underline; }

.catalog__items .item {
  width: 33.33333333%; }

/* PAGE PRODUCT */
.mobile__title {
  display: none !important;
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 19px;
  color: #0d4018;
  font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
  font-size: 22px;
  font-weight: normal; }

/* PAGE CORP */
.items .item {
  width: 33.33333333%; }

/*page my-order-detail*/
.sale-order-detail-general .row {
  margin-left: -10px;
  margin-right: 0; }

.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sale-order-detail-order-item-td-text .bx-price {
  white-space: nowrap; }

.sale-order-detail-general,
.sale-order-detail-about-order-container,
.sale-order-detail-payment-options-container,
.sale-order-detail-payment-options-order-content-container,
.sale-order-detail-payment-options-inner-container,
.sale-order-detail-payment-options-shipment-container,
.sale-order-detail-payment-options-shipment-composition-map,
.sale-order-detail-map-container,
.sale-order-detail-payment-options-shipment-composition-container {
  padding-right: 0; }

.sale-order-detail-payment-options-methods-container::before {
  left: 45px; }

div.payment-options-methods-row::before {
  left: 45px; }

div.payment-options-methods-row:last-child::after {
  left: 45px; }

.news-detail h3 {
  font: bold 22px/1.2 Helvetica, sans-serif !important; }

.sale-order-detail-about-order-inner-container {
  padding: 17px 16px 22px 19px; }

.sale-order-detail-payment-options-info {
  padding: 26px 15px 38px 15px; }

div.payment-options-methods-row {
  margin: 0 0 0 -15px; }

div.sale-order-detail-payment-options-methods, div.sale-order-detail-payment-options-shipment {
  padding: 20px 0 26px 0; }

.container {
  margin-right: auto;
  margin-left: auto; }

.navbar {
  min-height: 1px; }

.sale-order-payment-change-pp.row {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.right-item #add-to-cart, .right-item .add-to-cart.quick, .add-to-cart.preorder,
.right-detail .add-to-cart, .reviews .add-to-cart,
.alx_reviews_form_submit_block .alx_reviews_form_item_submit input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* start .bx-touch, .mobile */
.bx-touch .sub__navbar, .bx-touch .main__nav, .mobile .sub__navbar, .mobile .main__nav {
  display: none !important; }

.bx-touch .touch-nav, .mobile .touch-nav {
  display: block; }

.bx-touch .productSliderItem .slick-prev, .mobile .productSliderItem .slick-prev {
  left: -10px !important;
  opacity: 1 !important; }

.bx-touch .productSliderItem .slick-next, .mobile .productSliderItem .slick-next {
  right: -10px !important;
  opacity: 1 !important; }

.bx-touch .block-cart, .mobile .block-cart {
  bottom: 4px; }

/* end .bx-touch, .mobile */
.alx_reviews_list .alx_reviews_item .alx_reviews_item_sec_list .alx_reviews_item_sec .alx_review_mess {
  margin: 0 0 0 30px;
  color: #444; }

.subheader {
  z-index: 14; }

.alx_reviews_subscribe input {
  margin: 0; }

.shadow-wrapper.flexslider {
  height: auto !important; }

.lk__link {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  margin: 5px 0; }
  .lk__link a {
    display: inline-block;
    color: #fff;
    font-family: 'univers-medium',Helvetica,Arial,Sans-Serif;
    font-size: 18px; }

.modal__content-box .logout {
  display: inline-block;
  width: 100%;
  float: left;
  text-align: center;
  margin: 5px 0; }
.inputtextError {
  box-shadow: 0 0 4px rgba(233,50,45, .5) !important;
  -webkit-box-shadow: 0 0 4px rgba(233,50,45, .5) !important;
  border-color: #e9322d !important; 
}
.bx_ordercart .bx_ordercart_order_pay_center .checkout.disabled, 
.bx_ordercart_order_pay_center .checkout.disabled {
  opacity: .5;
  cursor: default;  
}
.social a {
  height: 28px !important;
  width: 28px !important;
  -webkit-background-size: 98px 28px;
  -o-background-size: 98px 28px;
  background-size: 98px 28px;  
}
.social .yt {
 background-position: -35px 0;
}
.social .fb {
 background-position: -70px 0;
}
.social a img {
 max-width: 100%;
 display: block;
 height: auto;
}
/*982px*/
@media (min-width: 982px) {
  .videoSlider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3px; }
    .videoSlider > div {
      width: 100%;
      padding: 0 3px; }
    .videoSlider .lazyYT-container {
      width: 100%; }
  * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  .nomber h2 {
    font: bold 26px/1.2 'univers-light', Helvetica, Arial, Sans-Serif; }
  body {
    line-height: 1.55; }
  .shadow-wrapper.subheader .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 962px;
    padding-left: 0;
    padding-right: 0; } 
 .footer__right {
  display: inline-block;
  float: right;
  margin-top: 31px;
  margin-right: 10px;
 }
}

/*END 982px*/
/*1200px*/
@media (max-width: 1200px) {
  body, html {
    height: auto !important; }
  body {
    -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
            animation: -amp-start 8s steps(1, end) 0s 1 normal both; } }

/*END 1200px*/
/*991px*/
@media (max-width: 991px) {
  div.sale-order-detail-about-order-inner-container-repeat {
    padding: 0 10px; } }

/*END 991px*/
/*981px*/
@media (max-width: 981px) {
  html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, dfn, del, p, blockquote, fieldset, input, textarea, select, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, button, canvas, video {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .middle_content {
    width: 100%; }
  .xs-mb-0 {
    margin-bottom: 0; }
  .container {
    width: 100%; }
  .toolbar__mob {
    display: block; }
  .videoSlider .js-lazyYT {
    max-width: 316px;
    display: block;
    margin: 0 auto !important;
    float: none; }
  #back-top {
    display: none !important; }
  .video__container {
    padding-top: 10px; }
  .videoSlider .slick-arrow {
    height: 100%;
    width: 25px;
    z-index: 5; }
    .videoSlider .slick-arrow::before {
      content: "";
      opacity: 1 !important;
      background: url("../images/icons-arrow.png") no-repeat;
      width: 22px;
      height: 42px;
      display: block; }
  .videoSlider .slick-prev {
    left: 0; }
    .videoSlider .slick-prev::before {
      margin-left: 4px; }
  .videoSlider .slick-next {
    right: 0; }
    .videoSlider .slick-next::before {
      background-position: -32px 0;
      margin-right: 4px; }
  .productSliderItem .slick-prev {
    left: -10px !important;
    opacity: 1 !important; }
  .productSliderItem .slick-next {
    right: -10px !important;
    opacity: 1 !important; }
  .logo-f {
    display: none !important; }
  .navbar .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    display: block; }
    .navbar .container::before {
      display: none; }
  .navbar.bottom {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    overflow: hidden;
    float: left;
    margin: 0; }
  .nav.footer {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .nav.footer li {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .nav.footer li:last-child a {
        border-bottom: 0; }
      .nav.footer li a {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-bottom: 1px solid #5e2100;
        color: #5e2100 !important; }
  .nav.footer > li:first-child > a {
    border-bottom: 1px solid #5e2100; }
  .nav.footer > li > a {
    border-left: 0; }
  .shop_menu {
    display: none !important; }
  .mainNavigation.navbar .brand {
    top: 10px !important;
    width: 110px;
    height: 60px;
    margin-left: 0;
    left: 0;
    position: relative;
    float: left;
    padding: 0;
    -webkit-background-size: contain;
            background-size: contain; }
  .mainNavigation.navbar .container {
    padding: 0 10px; }
  .mainNavigation .navbar-inner {
    padding-left: 0; }
  .sub__navbar, .main__nav {
    display: none !important; }
  .touch-nav {
    display: block; }
  .breadcrumb {
    display: none !important; }
  #toolbar {
    display: none !important; }
  .mainNavigation.navbar .nomber {
    left: 0;
    margin: 12px 0 0 15px; }
    .mainNavigation.navbar .nomber h2 {
      font-size: 20px; }
  .modal-form {
    padding: 0 10px 10px; }
    .modal-form input {
      height: 30px; }
  .userPanel__mob {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .clear-hide {
    display: none; }
  .mainNavigation .navbar-inner {
    min-height: 80px;
    float: left;
    width: 100%; }
  .header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 252px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    float: right;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 10px 0 0 -120px;
    padding-bottom: 20px; }
  #title-search {
    display: none;
    width: 252px;
    height: 27px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .navbar-search {
    margin: 0; }
  .searchBtnShow {
    display: block;
    width: 38px;
    height: 32px;
    cursor: pointer;
    background: url("../images/svg/search-icon.svg") no-repeat center;
    -webkit-background-size: 24px 24px;
            background-size: 24px;
    margin-right: 20px;
    margin-bottom: 5px; }
    .searchBtnShow.is-active {
      background: url("../images/svg/icon-close-dark.svg") no-repeat center; }
  .mainNavigation.navbar {
    margin-bottom: 10px; }
  .shadow-wrapper {
    width: 100%;
    padding: 10px; }
  #block-cart.float-cart {
    right: 0;
    top: 0;
    margin: 0;
    position: relative; }
  .menu-clear-left {
    display: none;
    float: right; }
  .block-cart {
    right: 0;
    bottom: 0 !important; }
  #all-content {
    width: 100%;
    display: block;
    float: left; }
  .slider-bg-white {
    width: 100%;
    max-width: 662px;
    float: none;
    margin: 0 auto 10px;
    height: auto;
    padding: 10px; }
  .main_slider-box img {
    height: auto;
    max-width: 100%;
    width: auto; }
  .main_banners {
    width: 100%;
    max-width: 662px;
    float: none;
    margin: 0 auto; }
    .main_banners .item:first-child {
      margin-left: 10px; }
  .section__slider {
    width: 100%; }
  .productSliderItem .slick-arrow {
    margin-top: 0; }
  #go-to-basket {
    width: 190px;
    right: 10px;
    top: 45px; }
  .color-element label .jq-radio {
    height: 17px;
    width: 17px; }
    .color-element label .jq-radio .brown {
      height: 17px;
      width: 17px; }
  .color-element label .jq-radio.checked .jq-radio__div {
    height: 17px;
    width: 17px; }
  .right-item .descr-item {
    height: 52px; }
  .listingCategory, .introBar {
    width: 100%;
    display: block; }
  .container.homeTeaser {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .cms-home .homeTeaser .span4 {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    min-height: 216px; }
  .cms-home .homeTeaser .span4:nth-child(2), .cms-home .homeTeaser .span4:last-child {
    margin-left: 0; }
  .shadow-wrapper .container.catalog_top {
    padding: 0;
    margin: 0; }
  footer .container {
    width: 100%; }
  .bottom-cont {
    display: none !important; }
  .footer__right {
    width: 100%;
    display: block !important; }
  .footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 10px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer__left {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .icons-f {
    float: left;
    margin: 0;
    height: 24px; }
  .copyright {
    padding: 0;
    margin: 0 10px 0 0; }
  .icons-f .map {
    display: none; }
  .icons-f a {
    height: 24px;
    width: 34px;
    -webkit-background-size: 122px 24px;
            background-size: 122px 24px;
    margin: 0; }
  .footer__social {
    height: 28px; }
  footer {
    margin-top: -80px;
    height: 80px;
    background-position: center -2px; }
  .main_banners .item:hover .img-b img {
    -webkit-transform: scale(0.88);
        -ms-transform: scale(0.88);
            transform: scale(0.88); }
  /* PAGE CATALOG */
  .catalog .container {
    width: 100%; }
  .kombox-filter-left {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px); }
  .kombox-filter-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .catalog {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px; }
  .subheader .container {
    padding: 10px; }
  .modef {
    display: block;
    float: left;
    width: 100%; }
  .modef-wrap {
    padding: 0; }
  .kombox-filter-submit .btn-hs,
  .btn-filter {
    margin-right: 4px;
    width: 213px;
    color: #FFF !important; }
  .kombox-filter.new-filter .bx_filter_container_title,
  .kombox-filter.new-filter .kombox-filter-property-head {
    padding: 0;
    margin: 0 0 5px;
    width: 100%; }
  .kombox-filter.new-filter .bx_filter_block,
  .kombox-filter.new-filter .kombox-filter-property-body {
    width: 100%; }
  .catalog__content .container {
    padding: 0; }
  .catalog__content .listingCategory {
    display: block; }
  .catalog__items .item {
    width: 50%; }
    .catalog__items .item .cont-item .color-element {
      height: 21px; }
  .catalog__items .cont-item {
    padding-left: 15px;
    padding-right: 15px; }
  .kombox-filter.new-filter {
    margin-bottom: 0 !important; }
  /* PAGE PRODUCT */
  .container.detail {
    padding: 0; }
  .left-detail {
    float: left;
    margin-right: 0; }
  .right-detail {
    display: block;
    width: 100%;
    float: left; }
  .mobile__title {
    display: block !important; }
  .name-detail {
    display: none !important; }
  .listingCategory.detail {
    padding: 0;
    position: relative; }
  .right-detail-left {
    position: absolute;
    top: 45px;
    right: 10px;
    z-index: 5;
    width: 300px;
    margin-top: 0 !important; }
  .right-detail-right {
    padding-left: 0; }
  .reviews .container {
    padding: 0;
    margin: 0; }
  .simple-shadow .container {
    padding: 0; }
  .desc-cat {
    padding: 0; }
  .popup {
    margin: 0 0 0 -206px; }
  /* PAGE CORP */
  .items .item {
    width: 50%; }
  .container-full-width {
    width: 100% !important; }
  .pad-0 {
    padding: 0 !important; }
  #modal_close.show:hover {
    color: #FFF; }
  .turnkey__solution-items {
    padding-bottom: 0; }
  /* PAGE SEARCH*/
  div.search-item h4 {
    margin: .9em 0 0.4em; }
  div.search-item {
    margin: 0 0 1em;
    padding: 0 0 1em; }
  /* PAGE register*/
  textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 30px; }
  .jq-checkbox {
    width: 21px;
    padding-left: 21px; }
  .bx-registration-table {
    width: 100%;
    margin: 0 0 10px; }
    .bx-registration-table .bx-auth-input, .bx-registration-table input[name*="captcha_word"] {
      width: 100%; }
    .bx-registration-table .btn {
      width: 100%; }
  /* PAGE kontakty*/
  .all-form input, .feeedback input {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%; }
  .feeedback {
    width: 100%; }
  .all-form textarea, .feeedback textarea {
    width: 100%; }
  .has-public-offer input[type="submit"] {
    border: 0;
    width: 100%; }
  .bx-google-map {
    width: 100% !important; }
  .bx_page {
    margin-right: 0 !important; }
  .map__container {
    height: auto !important; }
  /* PAGE about*/
  .container-full-width ul, .container-full-width ol {
    padding: 0 0 0 15px; }
  .container-full-width h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px; }
  .img-partner {
    max-width: 100%; }
  /* PAGE news*/
  .news-list img, .news-detail img {
    height: auto;
    width: auto;
    max-width: 100%; }
  /* PAGE video*/
  .video-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .video-item {
    width: 50%;
    margin: 6px 0;
    padding: 0 10px;
    position: relative; }
    .video-item iframe {
      width: 100% !important; }
  /* page basket */
  #basket_items tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 0;
    min-height: 90px; }
    #basket_items tr:first-child {
      padding-top: 0; }
  #basket_items td {
    width: 100%; }
    #basket_items td.control {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 16px; }
    #basket_items td.itemphoto {
      padding: 0 5px;
      min-width: 100px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #basket_items td.itemphoto .bx_ordercart_photo {
        width: 90px !important;
        height: 90px !important;
        -webkit-background-size: contain;
                background-size: contain; }
    #basket_items td.item .name {
      font-size: 20px;
      line-height: 24px;
      padding: 0; }
    #basket_items td.item.name {
      min-width: 150px;
      padding: 0 5px; }
    #basket_items td.color {
      min-width: 150px; }
    #basket_items td .current_price {
      white-space: nowrap; }
  .bx_ordercart .bx_ordercart_order_pay {
    padding: 0; }
  .color-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .color-detail label {
    margin-right: 3px;
    margin-bottom: 3px; }
  .bx_ordercart .bx_ordercart_photo_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
  .color-detail label .jq-radio {
    width: 27px;
    height: 27px; }
  /* end page basket */
  /* PAGE order*/
  .order-buy .container {
    width: 100%; }
  .order-buy div, .order-buy textarea {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important; }
  .bx_order_make .bx_block {
    padding: 0; }
  #order_form_div input[type="text"], #order_form_div input[type="password"], #order_form_div textarea, #order_form_div select {
    padding: 0 8px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  div#order_form_content div.bx_section div#sale_order_props div div.bx_block textarea {
    min-height: 80px;
    width: 100%;
    max-width: 100%; }
  .ordercart__pay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .ordercart__pay #offerta-styler {
      position: relative !important;
      left: 0;
      top: 0; }
    .ordercart__pay label {
      position: relative;
      margin-top: 0;
      left: 0; }
      .ordercart__pay label a {
        position: relative; }
  .offerta__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px; }
    .offerta__box #offerta-styler {
      margin-right: 5px; }
  .bx_order_make .bx_block.r1x3.pt8 {
    padding-top: 6px; }
  #modal_close.show {
    width: 29px;
    height: 29px; }
  .sale-order-detail {
    padding: 0; }
  .sale-order-payment-change-pp-list {
    min-height: 100px; }
  .sale-order-payment-change-pp-company-graf-container {
    height: 60px !important;
    padding-top: 0;
    display: block; }
  .sale-order-payment-change-pp-company-image {
    max-height: 50px; }
  .sale-order-payment-change-pp-company-smalltitle {
    margin: 55px 0 0; }
  .sale-order-detail-order-item-content {
    padding-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .sale-order-detail-order-item-img-block {
    float: none;
    max-width: 160px;
    margin: 0 auto;
    padding-right: 0; }
  .sale-order-detail-order-item-title {
    text-align: center; }
  .sale-order-detail-order-item-tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .sale-order-detail-order-item-td {
    max-width: 300px;
    padding-bottom: 6px;
    width: 300px; }
  .sale-order-detail-order-item-color-name {
    line-height: 20px;
    padding: 2px 5px;
    vertical-align: middle;
    font-size: 13px;
    width: 130px;
    text-align: center;
    display: block;
    float: left; }
  .sale-order-detail-order-item-color-type {
    font-weight: bold;
    line-height: 20px;
    padding: 2px 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    float: left;
    color: #393938;
    font-family: Helvetica, Arial, Sans-Serif; }
  .sale-order-detail-order-item-properties .sale-order-detail-order-item-td-title {
    width: 130px;
    float: left; }
  .sale-order-detail-order-item-properties.bx-text-right .sale-order-detail-order-item-td-text {
    float: left;
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px); }
  .right-detail p {
    font-size: 16px; }
  .fancybox-close {
    top: -16px !important;
    right: -16px !important;
    width: 36px !important;
    height: 36px !important; }
  .alx_reviews_form {
    padding: 12px 0; }
  #review_add_form input[type="text"] {
    width: 100%; }
  .data-table.bx-forgotpass-table.all-form {
    width: 100%; }
    .data-table.bx-forgotpass-table.all-form p {
      width: 100% !important; }
    .data-table.bx-forgotpass-table.all-form input[type="submit"] {
      width: 100% !important;
      border: 0; }
  .shadow-wrapper.flexslider {
    height: auto !important; }
  #all-content {
    overflow: hidden; }
  #wrap {
    overflow: hidden; }
  .content-container {
    width: 100%;
    padding: 20px 10px; }
  .right-item .price-item {
    width: 100%; } }

/*END 981px*/
/*768px*/
@media (max-width: 768px) {
  div.sale-order-detail-about-order-inner-container-repeat {
    padding: 0 0 0 10px;
    margin: 0;
    width: 100%; } }

/*END 768px*/
/*767px*/
@media (max-width: 767px) {
  .video-item iframe {
    height: 200px !important; }
  #basket_items tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #354a3d; }
    #basket_items tr:last-child {
      border-bottom: 0; }
  #basket_items td {
    min-width: 1px !important;
    width: 100% !important; }
    #basket_items td.item.name {
      text-align: center; }
    #basket_items td.control {
      margin-bottom: 5px;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    #basket_items td.itemphoto {
      padding: 10px 0; }
    #basket_items td .title_basket {
      width: 100px;
      min-width: 100px;
      margin: 0 0 0 -100px;
      text-align: left; }
    #basket_items td.color, #basket_items td.size, #basket_items td.price, #basket_items td.quant_basket, #basket_items td.sum_basket {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 0 0 100px;
      margin: 10px 0 0;
      max-width: 300px; }
    #basket_items td.color {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
  #basket_items td.quant_basket input {
    margin-bottom: 0; }
  .bx_ordercart .bx_ordercart_photo_container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .bx_ordercart .bx_ordercart_order_pay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .bx_ordercart_order_pay_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .bx_ordercart .bx_ordercart_order_pay_left {
    width: auto; }
  .bx_ordercart .bx_ordercart_order_pay_right {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .bx_ordercart .bx_ordercart_coupon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #order_form_content .bx_ordercart .bx_ordercart_order_pay_right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .ordercart__pay label {
    text-align: left; }
  div.payment-options-methods-row::before {
    top: 55%; }
  div.payment-options-methods-row:last-child::after {
    top: 55%; }
  .fancybox-mobile.fancybox-type-iframe .fancybox-inner {
    height: 440px !important; }
  .popup {
    top: 10%; } }

/*END 767px*/
/*539px*/
@media (max-width: 539px) {
  .searchBtnShow {
    margin-bottom: 20px; } }

/*END 539px*/
/*661px*/
@media (max-width: 661px) {
  .main_banners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px; }
    .main_banners + br {
      display: none; }
    .main_banners .item {
      margin: 0;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .main_banners .item:first-child {
        margin: 0; }
      .main_banners .item .title {
        margin-top: 0 !important; }
    .main_banners .img-b {
      width: 54px;
      height: 50px; }
      .main_banners .img-b img {
        width: 35px;
        height: 35px;
        -webkit-transform: translate(-50%, -50%) !important;
            -ms-transform: translate(-50%, -50%) !important;
                transform: translate(-50%, -50%) !important;
        margin: 0 !important; }
  /* PAGE kontakty*/
  .bx-google-map {
    height: 400px !important; } }

/*END 661px*/
/*639px*/
@media (max-width: 639px) {
  .nav__content {
    width: 280px;
    -webkit-transform: translateX(-330px);
        -ms-transform: translateX(-330px);
            transform: translateX(-330px); }
  .modal__container {
    width: 100%; }
  .modal-form {
    padding: 0 10px 10px; }
  .footer__social {
    height: 28px; }
    .footer__social a {
      width: 28px;
      height: 28px;
      -webkit-background-size: 100px 28px;
              background-size: 100px 28px; }
      .footer__social a img {
        width: 28px;
        height: 28px; }
  .social .yt {
    background-position: -36px 0; }
  .social .vk {
    background-position: -1px 0; }
  .social .fb {
    background-position: -72px 0; }
  /* PAGE CATALOG */
  .catalog__items .item {
    width: 100%; }
  .kombox-filter-top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .kombox-filter-left {
    width: 100%; }
  .kombox-filter-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .btn-filter {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  /* PAGE PRODUCT */
  .right-detail-left {
    width: 200px; }
  .left-detail {
    width: 240px; }
  .left-detail .img {
    width: 240px; }
    .left-detail .img img {
      max-width: 240px; }
  .reviews_detail {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  /* PAGE CORP */
  .items .item {
    width: 100%; }
  /* PAGE kontakty*/
  .bx-google-map {
    height: 300px !important; }
  /* PAGE about*/
  .img-partner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .img-partner img {
      height: 50px; }
  .container-full-width iframe {
    max-width: 100%;
    width: 100%;
    height: 250px; }
  .video-item iframe {
    height: 250px !important; }
  .video-item {
    width: 100%; }
  div.payment-options-methods-row::before {
    top: 60%; }
  div.payment-options-methods-row:last-child::after {
    top: 60%; }
  .data-table tr {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .data-table tr td {
      width: 100%; }
  .bx-touch .bx_ordercart .bx_ordercart_photo_container {
    padding-top: 0 !important;
    max-width: 100% !important; }
  .news-detail h3 {
    font: bold 18px/1.2 Helvetica, sans-serif !important; }
  .profile-table.data-table input {
    width: 100%; }
  .sale-order-detail-order-item-img-block {
    width: 85px; }
  .fancybox-mobile.fancybox-type-iframe .fancybox-inner {
    height: 220px !important; }
  .add-to-cart.quick {
    margin-top: 0; } }

/*END 639px*/
/*479px*/
@media (max-width: 479px) {
  .mainNavigation.navbar .brand {
    width: 80px;
    height: 50px; }
  .mainNavigation.navbar .nomber h2 {
    font-size: 16px; }
  .mainNavigation.navbar .nomber {
    margin: 12px 0 0 10px; }
  .touch-nav {
    width: 33px;
    height: 27px; }
  .searchBtnShow {
    width: 33px;
    height: 27px;
    -webkit-background-size: 20px 20px;
            background-size: 20px;
    margin-right: 10px;
    margin-bottom: 25px; }
  .header__right {
    margin: 10px 0 0 -180px; }
  .searchBtnShow.is-active {
    -webkit-background-size: 20px 20px;
            background-size: 20px; }
  .userPanel__mob {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    min-height: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 35px;
    margin: 0 0 20px; }
    .userPanel__mob li {
      width: auto; }
      .userPanel__mob li:first-child {
        margin-right: 15px; }
      .userPanel__mob li a {
        line-height: 25px; }
    .userPanel__mob::before {
      width: 20px;
      height: 20px; }
  /*
	.main_banners .img-b {
		width: 34px;
		height: 34px;
	
		img {
			width: 18px;
			height: 18px;			
		}

	}
	.main_banners .item .title {
		font-size: 11px;
		line-height: 15px;
		font-weight: normal;
	}
	*/
  .main_banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .main_banners .item {
      height: auto;
      margin: 10px 0; }
      .main_banners .item:first-child {
        margin: 10px 0; }
      .main_banners .item:last-child {
        border-bottom: 0; }
      .main_banners .item br {
        display: none; }
    .main_banners .img-b {
      height: 54px; }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 10px 10px; }
  .footer__left {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer__right {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  footer {
    margin-top: -110px;
    height: 110px; }
  /* PAGE CATALOG */
  .bx_pagination_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .bx_pagination_bottom .bx_pg_section.bx_pg_show_col {
      display: block !important; }
  .catalog__items .cont-item {
    padding-left: 10px;
    padding-right: 10px; }
  .kombox-filter-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .btn-filter {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .btn-filter-clear {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    max-width: 192px;
    width: 192px; }
  /* PAGE PRODUCT */
  .right-detail-left {
    width: 100%;
    top: 0;
    right: 0;
    position: relative; }
  .left-detail {
    width: 100%; }
    .left-detail .img {
      width: 100%;
      height: 300px;
      display: block; }
      .left-detail .img img {
        max-width: 300px;
        max-height: 300px; }
  .reviews_detail {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .right-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .form_order .cont {
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.5) inset;
            box-shadow: 0 0 10px rgba(51, 51, 51, 0.5) inset;
    padding: 30px 10px; }
  .form_order .cont input[type="text"] {
    width: 100%; }
  .popup {
    width: 280px;
    margin: 0 0 0 -140px; }
  #go-to-basket {
    top: 88px; }
  .zoom {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .right-detail .add-to-cart, .reviews .add-to-cart {
    float: left; }
  .add-to-cart.quick {
    float: left;
    clear: both; }
  /* PAGE CORP */
  .turnkey__solution-items .cont-item {
    padding: 18px 20px; }
  .turnkey__solution-items .left-item .img {
    height: auto;
    width: 110px; }
  .turnkey__solution-items .left-item {
    width: 120px; }
    .turnkey__solution-items .left-item .img img {
      max-width: 100%;
      height: auto;
      display: block; }
  .turnkey__solution-items .items .item {
    min-height: 180px;
    height: auto; }
  .turnkey__solution-items .items .item .name-item {
    white-space: normal; }
  .modal-box {
    width: 280px !important;
    margin-left: -140px !important; }
  #modal_popup.show {
    padding: 10px; }
  .items .item {
    -webkit-box-shadow: 0 0 15px #eaeaea inset;
            box-shadow: 0 0 15px #eaeaea inset; }
  /* PAGE register*/
  .bx-registration-table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  /* PAGE kontakty*/
  .bx-google-map {
    height: 250px !important; }
  .container-full-width iframe {
    height: 200px; }
  .video-item iframe {
    height: 200px !important; }
  .bx_ordercart_order_pay_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .clear-basket {
    margin-right: 0;
    margin-bottom: 10px; }
  #order_form_content .bx_ordercart_order_pay {
    margin-top: 10px !important; }
  #order_form_content .bx_ordercart_order_pay_right {
    margin-bottom: 10px; }
  .bx_order_make .bx_block.r1x3 {
    width: 40%; }
  .bx_order_make .bx_block.r3x1 {
    width: 60%; }
  .bx_order_make .bx_logotype {
    margin-right: 10px; }
  /*page my-order*/
  .bx_my_order_table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .bx_my_order_table tr td {
      width: 100%; }
  .bx_my_order_table thead tr {
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e3e3e3));
    background: -webkit-linear-gradient(top, white 0%, #e3e3e3 100%);
    background: -o-linear-gradient(top, white 0%, #e3e3e3 100%);
    background: linear-gradient(to bottom, white 0%, #e3e3e3 100%); }
  .bx_my_order_table thead td {
    background: none !important;
    border-bottom: 0 !important; }
    .bx_my_order_table thead td:first-child {
      padding-bottom: 0 !important; }
    .bx_my_order_table thead td:last-child {
      padding-top: 0 !important; }
  .bx_my_order .bx_my_order_status {
    margin-left: 0;
    text-align: center; }
  .bx_my_order .bx_my_order_table tbody tr td:first-child {
    width: 100%; }
  .bx_my_order .bx_big.bx_bt_button_type_2 {
    width: 100%; }
  div.payment-options-methods-row:last-child::after {
    display: none; }
  div.payment-options-methods-row::before {
    display: none; }
  .sale-order-detail-payment-options-methods-container::before {
    display: none; }
  div.payment-options-methods-row {
    padding: 0;
    margin: 0; }
  .sale-order-detail-payment-options-methods-info {
    width: 100%; }
  div.sale-order-detail-about-order-inner-container-repeat,
  div.sale-order-detail-payment-options-methods-button-container {
    padding: 0; }
  .sale-order-detail-title-element {
    font-size: 20px;
    padding-left: 0;
    padding-right: 0; }
  .sale-order-detail-payment-options-methods-image-container {
    margin-bottom: 20px; }
  .sale-order-detail-about-order-inner-container .row {
    margin-left: 0; }
  .row.payment-options-methods-row {
    margin-left: 0; }
  .sale-order-detail-about-order-inner-container {
    padding: 17px 10px 22px; }
  .fancybox-mobile.fancybox-type-iframe .fancybox-inner {
    height: 200px !important; }
  .right-item form + div {
    display: none; }
  .quant-item {
    clear: both; } }

/*END 479px*/
/*430px*/
@media (max-width: 430px) {
  .add-to-cart.quick {
    margin-top: 7px; } }

/*END 430px*/
