/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #333;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #d2cfcc;
}
.item-page ul li {
  padding: 5px;
}
td {
  padding: 5px 10px;
}
td, th {
  border-color: #d2cfcc;
}
a {
  text-decoration: none;
  color: #ff6600;
}
a:hover {
  text-decoration: underline;
}
button {
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
}
* {
  box-sizing: border-box;
  outline: none;
}
:before, :after {
  box-sizing: border-box;
}
/**************** LAYOUT *******************/
.fullwidth {
  display: block;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.container {
  display: block;
  position: relative;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.col {display: inline-block; position: relative;}

.top {vertical-align: top;}
.bottom {vertical-align: bottom;}
.middle {vertical-align: middle;}
.hide, .md-show, .sm-show, .xs-show, .xxs-show {display: none;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.justify {text-align: justify; font-size: 0; text-justify: distribute;}
.justify:after {content: ''; display: inline-block; width: 100%;}
/* reset for justify font-size:0 child */
.justify>.col, .justify>li, .justify>div {font-size: 14px;}

.jflanguageselection {
  list-style: none;
}

.jflanguageselection li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;

}

.jflanguageselection li a {
  color: #333;
  padding: 5px;
}

.jflanguageselection #active_language a {
  color: #ff6600;
}

/*************************** HORIZONTAL NAVIGATION CLASSES *******************************/
.mobile {
  display: none;
}
/******************************Mobile Menu***************************************/
    .toggle_menu {
        position: fixed;
        display: block!important;
        top: 17px;
      left: 10px;
        width: 45px;
        height: 45px;
        z-index: 100;
        border: none;
        background: #fff;
        border: 1px solid #f36405;
    }

    .toggle_menu > span > span {
        display: block;
    } 

    .mobile_menu {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.8);
        z-index: 50;
    }

    .mobile_menu ul {
        display: block;
        padding-top: 30px;
        text-align: center;    
    }

    .mobile_menu ul li {
        display: block;
    }

    .mobile_menu ul ul {
      padding-top: 0px;
    }

    .mobile_menu ul li a {
        padding: 15px;
        display: block;
        text-transform: uppercase;
        font-size: 16px;
        text-decoration: none;
        color: #fff;
    }

    .mobile_menu ul li a:hover {
        -webkit-transition-property: background-color;
        transition-property: background-color;
        -webkit-transition-duration: 1.2s;
                transition-duration: 1.2s;
        color: #fff;
        background-color: rgba(12,83,145,.5);
    }

    .sandwich {
        width: 28px;
        height: 28px;
        position: absolute;
        top: 8px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .toggle_menu .sandwich .sw-topper {
        position: relative;
        top: 0;
        width: 28px; 
        height: 3px;
        background: #ff6600;
        border: none; 
        border-radius: 4px 4px 4px 4px;
        -webkit-transition: top 0.2s, -webkit-transform 0.5s;
        transition: top 0.2s, -webkit-transform 0.5s;
        transition: transform 0.5s, top 0.2s;
        transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;     
    }


    .toggle_menu .sandwich .sw-bottom {
        position: relative;
        top: 6.6px;
        width: 28px; 
        height: 3px;    
        background: #ff6600;
        border: none;
        border-radius: 4px 4px 4px 4px;
        -webkit-transition: top 0.2s, -webkit-transform 0.5s;
        transition: top 0.2s, -webkit-transform 0.5s;
        transition: transform 0.5s, top 0.2s;
        transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
        -webkit-transition-delay: 0.2s, 0s;
                transition-delay: 0.2s, 0s; 
    }

    .toggle_menu .sandwich .sw-footer {
        position: relative;
        top: 13.5px;
        width: 28px; 
        height: 3px;
        background: #ff6600;
        border: none;
        border-radius: 4px 4px 4px 4px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s; 
    }

    .toggle_menu .active .sw-topper {
        top: 8px;
        -webkit-transform: rotate(140deg);
                transform: rotate(140deg);
    }

    .toggle_menu .active .sw-bottom {
        top: 5px;
        -webkit-transform: rotate(-140deg);
                transform: rotate(-140deg);
    }

    .toggle_menu .active .sw-footer {
        opacity: 0;
        top: 0;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    @media all and (orientation: landscape) { 
      .mobile_menu ul {
        padding-top: 30px;
      }
      .mobile_menu ul li a {
        padding: 7px;
        font-size: 14px;
      }
    }
  /******************************Mobile Menu end***************************************/

.nav-top .menu>li {
  display: inline-block;
  position: relative;
  font-size: 16px;
}
.nav-top .menu>li:hover {
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.nav-top .menu>li>a {
  display: block;
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.nav-top .menu>li:hover>a {
  color: #ff6600;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.nav-top .menu>.active {
  font-weight: 500;
}
.nav-top .menu>.parent>ul {
  display: block;
  width: 180px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  left: calc(50% - 90px);
  top: calc(100% + 0px);
  z-index: 1;
  background: rgba(255, 255, 255, .7);
  border: 1px solid #c6c6c6;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-top .menu>.parent:hover>ul {
  max-height: 400px;
  overflow: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nav-top .menu>.parent>ul>li {
  display: block;
  position: relative;
  border: 1px solid transparent;
}
.nav-top .menu>.parent>ul>li:hover {
  background: rgba(255, 102, 0, .8);
  border: 1px solid #c2c2c2;
}
.nav-top .menu>.parent>ul>li>a {
  display: block;
  padding: 10px;
  text-transform: none;
  margin: 0 auto;
  font-weight: 400;
  font-size: 15px;
  color: #ff6600;
}

.nav-top .menu>.parent>ul>li:hover>a {
  color: #fff;
}
.nav-top .menu>.parent>ul>.parent>ul {
  display: block;
  overflow: hidden;
  opacity: 0;
  max-width: 0;
  position: absolute;
  left: 100%;
  top: 0;
  background: #222;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nav-top .menu>.parent>ul>.parent:hover>ul {
  max-width: 184px;
  overflow: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.nav-top .menu>.parent>ul>.parent>ul>li {
  display: block;
  position: relative;
}
.nav-top li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
}

/*************************** LAYOUT STYLES *******************************/
/*.page-129 {
  background: url(../images/main-page-bg.jpg) center top/100% no-repeat;
}*/

.page-129 .header .slogan-and-button {
  display: none;
}

.page-135 .header .slogan-and-button {
  display: none;
}

.header {
  position: relative;
  height: 60vh;
  background: url(../images/arv_in_V1.jpg) center top no-repeat;
  background-size: cover;
}

.breadcrumbs {
  padding-top: 10px;
}

.header .slogan-and-button {
  padding-top: 150px;
  text-align: center;
}

.header .slogan-and-button h4 {  
  font-size: 32px;
  font-weight: 500;
  color: #ff6600;
  padding-bottom: 15px;
  text-shadow: 1px 1px #ff0000;
      display: none;
}

.header .slogan-and-button a {
display: none;
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-animation: mymove 3s infinite; /* Chrome, Safari, Opera */
    animation: mymove 3s infinite;
    transition: all;
}

@-webkit-keyframes mymove {
    0% {
    top: 0px; 
  }

  50% {
    top: 20px;
  }

  100% {
    top: 0px;
  }
}

@keyframes mymove {
    0% {
    top: 0px; 
  }

  50% {
    top: 20px;
  }

  100% {
    top: 0px;
  }
}

.header .slogan-and-button img {
  max-width: 100%;
}

.page-135 .header {
  background: transparent;
  height: auto;
}

.page-120 .header {
  background: url(/images/fon_top/o_nas.jpg) center top no-repeat;
  background-size: 100%;
}

.page-136 .header {
  background: url(/images/fon_top/montaj.jpg) center top no-repeat;
  background-size: 100%;
}

.page-137 .header {
  background: url(/images/fon_top/project.jpg) center top no-repeat;
  background-size: 100%;
}

.page-138 .header {
  background: url(/images/fon_top/kontact.jpg) center top no-repeat;
  background-size: 100%;
}

.page-141 .header {
  background: url(/images/fon_top/diller.jpg) center top no-repeat;
  background-size: 100%;
}

.page-154 .header {
  background: url(/images/fon_top/news.jpg) center top no-repeat;
  background-size: 100%;
}

/*.page-138 .header {
  background: url(../images/bg-head4.jpg) center top no-repeat;
}
*/
.page-129 .header {
  height: auto;
  background: transparent;
  z-index: 999;
}

.all-panels .modLatestProducts {
  padding: 40px 30px 0;
  border-top: 2px solid #ff6600;
}

.productMain {
  padding-bottom: 10px;
}

.all-panels .modLatestProducts .hide-block {
  display: none!important;
}

.all-panels .modLatestProducts .gallery-prev {
  position: absolute;
  top: 40%;
  border: none;
  background: transparent;
  color: #ff6600;
  left: 5px;
  font-size: 20px;
}

.all-panels .modLatestProducts .gallery-next {
  position: absolute;
  top: 40%;
  border: none;
  background: transparent;
  color: #ff6600;
  right: 5px;
  font-size: 20px;
}

.header p, .footer p {
  margin: 0;
}

.top-head {
  background: rgba(255, 255, 255, .9);
  padding: 10px 0;
}

.row-head1 {
  padding-bottom: 10px;
}

.bot-head {
background: rgba(255, 255, 255, .94);
  padding: 9px 0;
}

.bot-head button {
  margin-left: 15px;
}

.top-foot .c-i-foot {
  font-size: 18px;
}

.copyright div {
  font-size: 16px;
  font-weight: 300;
}

.copyright  a {
  color: #333;
}

.phones a {
  font-size: 16px;
  color: #333333;
  margin-right: 25px;
}

.popup-btn {
  display: inline-block;
  width: 200px;
  border: 2px solid #ff6600;
  color: #ff6600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 34px;
  background: transparent;
  font-weight: 500;
  border-radius: 30px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
      font-weight: bold;
}

.popup-btn:hover {
  background: #ff6600;
  color: #fff;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.lang {
  padding-left: 25px;
}


.page-129 .top-foot {
    padding: 19px 0;
    background: rgba(255, 255, 255, .8);
}

.top-foot {
  padding: 17px 0;
  background: rgba(247, 247, 247, .7);
}

/*.page-129 .mainbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh  - 190px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1px;
}*/

/*.page-129 .mainbar .item-page {
  display: inline-block;
  width: 875px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 40px;
    background: rgba(255, 255, 255, .8);
}*/

.mp-txt>p {
  font-size: 24px;
  font-weight: 400;
}

.mp-txt>p>strong {
  font-size: 36px;
  color: #333333;
  font-weight: 500;
}

.mp-txt>p a {
  display: inline-block;
    font-weight: bold !important;
  width: 220px;
  border: 2px solid #ff6600;
  color: #ff6600;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 34px;
  background: transparent;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.mp-txt>p a:hover {
  background: #ff6600;
  color: #fff;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.modFeaturedProducts {
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
}


.latest .title {
  display: block;
  padding: 20px 0;
  color: #d81d23;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.latest .slick-slider {
  padding: 50px 20px 0;
}
.latest .browseProductContainer.slick-slide {
  width: 180px;
  margin: 0 10px;
  text-align: center;
}
.latest .slick-slide img {
  display: inline-block;
}
.latest-arrow {
  display: block;
  position: absolute;
  top: 0;
  width: 35px;
  height: 35px;
  border: none;
  background: -webkit-linear-gradient(top, #f82f36, #d81d23);
  background: linear-gradient(to bottom, #f82f36, #d81d23);
  color: #fff;
  z-index: 1;
}
.latest-arrow:hover {
  background: -webkit-linear-gradient(top, #a5eb40, #90da25);
  background: linear-gradient(to bottom, #a5eb40, #90da25);
}
.latest-next {
  right: calc(50% - 40px);
}
.latest-prev {
  left: calc(50% - 40px);
}
/* VM styles */
/* browse styles */
.browseOrderByForm {
  display: block;
  padding: 10px 0;
}

.browseProductContainer {
  width: 12%;
  text-align: center;
}

/*.browseProductContainer:nth-child(3n+3) {
  text-align: right;
}
.browseProductContainer:nth-child(3n+2) {
  text-align: center;
}*/

.browseProductContainer .wrapper-browse {
  display: inline-block;
  width: 130px;
  text-align: center;
  background: #fff;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.hide-block {
  position: absolute;
  display: none;
  top: 50%;
  left: 99%;
  width: 630px;
  max-width: 0;
    padding: 15px;
  background: #f7f7f7;
  opacity: 0;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
  box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
  z-index: 1;
}

.browseProductContainer:nth-child(8n+5) .hide-block, .browseProductContainer:nth-child(8n+6) .hide-block, .browseProductContainer:nth-child(8n+7) .hide-block, .browseProductContainer:nth-child(8n+8) .hide-block {
  left: auto;
  right: 100%;
}

.all-panels-stat .browseProductContainer:nth-child(10n+6) .hide-block, .all-panels-stat .browseProductContainer:nth-child(10n+7) .hide-block, .all-panels-stat .browseProductContainer:nth-child(10n+8) .hide-block, .all-panels-stat .browseProductContainer:nth-child(10n+9) .hide-block, .all-panels-stat .browseProductContainer:nth-child(10n+10) .hide-block {
  left: auto;
  right: 100%;
}

.browseProductContainer:hover .hide-block {
  max-width: 630px;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.hide-block .browse-readmore a {
    display: inline-block;
    width: 200px;
    border: 2px solid #ff6600;
    color: #ff6600;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 34px;
    background: transparent;
    border-radius: 30px;
    text-align: center;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.hide-block .browse-readmore a:hover {
  background: #ff6600;
  color: #fff;
}

.hide-block .col {
  width: calc(100% - 230px);
  font-size: 20px;
  font-weight: 400;
}

.hide-block .col:first-child {
  width: 215px;
}

.hide-block .col .browseProductTitle {
  font-size: 24px;
  font-weight: 500;
  color: #e6511e;
  text-transform: uppercase;
}

.vis-block {
  position: relative;
  display: inline-block;
}

.vis-block>.browseProductImageContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 130px;
  border: 2px solid transparent;
}
.vis-block>.browseProductImageContainer:hover {
  border: 2px solid #ff6600;
}

.hide-block .browseProductImageContainer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 215px;
}

.browseProductImageContainer img {
  display: inline-block;
    max-width: 126px !important;
    height: 126px !important;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.browseAddToCartContainer button,
.browseAddToCartContainer a {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: 1px solid #c2c2c2;
  background: -webkit-linear-gradient(top, #fff, #f0f0f0);
  background: linear-gradient(to bottom, #fff, #f0f0f0);
  color: #000;
  font-size: 16px;
}
.browseAddToCartContainer .fa,
.browseAddToCartContainer span {
  display: inline-block;
  vertical-align: middle;
}
.browseAddToCartContainer .fa {
  color: #e31e24;
}
.browseAddToCartContainer:hover button,
.browseAddToCartContainer:hover a,
.browseAddToCartContainer:hover .fa {
  color: #fff;
}
.browseAddToCartContainer:hover button,
.browseAddToCartContainer:hover a {
  background: -webkit-linear-gradient(top, #f94045, #d61c22);
  background: linear-gradient(to bottom, #f94045, #d61c22);
}
.vis-block>.browseProductTitle {
  display: block;
  overflow: hidden;
  padding: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}
.browseProductTitle a {
  color: #e6511e;
}
.sdesc {
  font-size: 16px;
  color: #474747;
  font-weight: 400;
  line-height: 20px;
  margin: 15px 0;
  text-align: left;
}
.browsePriceContainer {
  padding: 10px;
}
.browsePriceContainer .productPrice {
  font-size: 17px;
  font-weight: 500;
}
.browsePriceContainer .productOldPrice {
  color: #e31e24;
  text-decoration: line-through;
}
/* flypage styles */
.productTop {
  padding-bottom: 10px;
}
.productTop .productTitle, .productTop .productPrice {
  padding-top: 5px;
  color: #ff6600;
  font-size: 19px;
  font-weight: 500;
}
.productTop .productOldPrice {
  color: #000;
  text-decoration: line-through;
}
.productTop .productTitle {
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #5f5f5f;
}
.productTop .productAddToCartContainer, .productTop .productPriceContainer  {
  display: inline-block;
  vertical-align: middle;
}
.productTop .quantity_box_button, .productTop .inputboxquantity {
  display: inline-block;
  color: #e8252b;
  font-size: 20px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
}
.productTop .quantity_box_button {
  background: transparent;
  border: none;
}
.productTop .quantity_box {
  display: none;
}
.productTop .addtocart_button, .productTop .notify_button {
  display: inline-block;
  position: relative;
  width: 170px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #f0f0f0;
  background: -webkit-linear-gradient(top, #fc3137, #d2191f);
  background: linear-gradient(to bottom, #fc3137, #d2191f);
  color: #fff;
  font-size: 16px;
}
.productTop .addtocart_button .fa,
.productTop .addtocart_button span,
.productTop .notify_button .fa,
.productTop .notify_button span {
  display: inline-block;
  vertical-align: middle;
}
.productTop .addtocart_button .fa,
.productTop .notify_button .fa {
  color: #fff;
}
.productTop .addtocart_button:hover,
.productTop .notify_button:hover {
  background: -webkit-linear-gradient(top, #adee6f, #86da46);
  background: linear-gradient(to bottom, #adee6f, #86da46);
}
.productImages {
  width: 255px;
}
.productContent {
    width: calc(100% - 360px);
}
.productMainImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    width: 340px;
    height: 340px;
  border: 2px solid #e2e2e2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 5px;
}

.productMainImage a {
  display: inline-flex;
  width: 100%;
  height: 100%;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productMainImage:hover {
  border: 2px solid #ff6600;
}
.productMainImage img {
  width: auto;
  height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.productMainImage:hover img {
  -webkit-transform:scale(1.05);
    transform:scale(1.05);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
} 
.productAdditionalImages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;-
}
.productAdditionalImages a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 122px;
  height: 122px;
  border: 2px solid #e2e2e2;
  border-bottom: 2px solid #94cf3c;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

.productAdditionalImages a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
/********orders list******************/
.ordersListItem {
  border-bottom: 1px dashed #9f9f9f;
}
.ordersListItem:nth-child(2n) {
  background-color: #fbfbfb;
}
.ordersListItem:nth-child(2n+1) {
  background-color: #f0f0f0;
}
.ordersListItem {
  padding: 5px;
}
.viewDetalis a {
  color: #9ACD32;
}
.ordersListItemSum {
  color: #0996EC;
}

/****************Order dtalis*************************/
.orderDetails_wrap,
.orderDetailsCustomer_wrap,
.orderDetailsShipping_wrap,
.orderItemDetails_wrap {
  box-shadow: 0px 1px 3px 0 #000;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
}
.orderDetailsTitle,
.orderDetailsCustomerTitle,
.orderDetailsShippingTitle,
.orderItemDetailsTitle {
  background-color: #94cf3c;
  text-align: center;
  color: #fff;
  padding: 10px;
}
.orderDetails_wrap > div[class^="orderDetails"],
.orderDetailsCustomerField,
.orderDetailsShippingField,
.orderItemDetails_wrap> div[class^="orderItemDetails"] {
  border-bottom: 1px dashed #ccc;
  padding: 10px;
}
.orderItemDetails_wrap {
  width: 100%;
  margin-bottom: 10px;
}
.row.OrderDetalis_CartTotal {
  color: #000;
  font-weight: bold;
}


.pagination .pagination-next,
.pagination .pagination-prev,
.pagination .pagination-start,
.pagination .pagination-end {
  display: none;
}
.product-pagenav, .pagination {
  display: block;
  text-align: center;
  margin: 20px 0;
}
.product-pagenav li, .pagination li {
  display: inline-block;
  margin: 0 1px;
  vertical-align: top;
}
.product-pagenav .pagenav, .pagination .pagenav {
  display: block;
  min-width: 30px;
  height: 30px;
  border: 1px solid #f0f0f0;
  padding: 5px;
}
.product-pagenav span, .pagination span {
  color: #f0f0f0;
  background: #31ae2e;
  cursor: pointer;
}
.product-pagenav span:hover, .pagination span:hover {
  background: -webkit-linear-gradient(bottom, #b0ee71, #86d945);
  background: linear-gradient(to top, #b0ee71, #86d945);
}
.product-pagenav a, .pagination a {
  color: #000;
  background: -webkit-linear-gradient(top, #fff, #eee);
  background: linear-gradient(to bottom, #fff, #eee);
}
/* vm standard pages */
.row {
  display: block;
  padding: 10px;
  background: #f0f0f0;
  margin-bottom: 5px;
  font-size: 14px;
}
.rowhead {
  display: block;
  padding: 10px;
  margin-bottom: 5px;
  background: #94cf3c;
  color: #fff;
}
.row label, .stretcher label, .row input, .stretcher input {
  display: inline-block;
  min-width: 150px;
}
.row .button, .stretcher .button {
  display: inline-block;
  min-width: 150px;
  margin: 10px 0;
  padding: 5px;
  background: -webkit-linear-gradient(top, #b0ee71, #86d945);
  background: linear-gradient(to bottom, #b0ee71, #86d945);
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}
.row .button:hover, .stretcher .button:hover {
  background: -webkit-linear-gradient(bottom, #b0ee71, #86d945);
  background: linear-gradient(to top, #b0ee71, #86d945);
}
.row a {
  color: #000;
}
.row .optional {
  display: block;
  font-size: 12px;
}
/** cart and checkout styles **/
.cartProduct, .checkoutProduct {
    padding: 20px;
}
.cartProduct:not(:last-child), .checkoutProduct {
    border-bottom: 2px dashed #f0f0f0;
}
.cartProduct>.col {
    max-width: 25%;
}
.checkoutProduct>.col {
    max-width: 50%;
    font-size: 18px;
}
button.fa {
    border: none;
    background: transparent;
}
button.fa-remove {
    color: #ff2a00;
}
.fa-minus.first {
    margin-top: -3px; 
}
.fa-minus.second {
    margin-top: 3px; 
}

/******checkoutProduct********/
.checkoutProduct a {
    font-size: 16px;
}

/*************************** smplmlr styles *******************************/

.error {
  box-shadow: 0 0 5px 0 #ff2a00;
}
.callback-form, .callback-form2 {
  display: block;
  max-width: 310px;
  width: 100%;
  min-height: 250px;
  margin: 20px auto;
  background: -webkit-linear-gradient(top, #585858 0%,#9a9b9b 50%,#585858 100%);
  background: linear-gradient(to bottom, #585858 0%,#9a9b9b 50%,#585858 100%);
  padding: 30px 15px 15px;
}
.callback-form  .title, .callback-form2  .title {
  display: block;
  font-size: 19px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.callback-form .smplmlr input,
.callback-form .smplmlr textarea, .callback-form2 .smplmlr input,
.callback-form2 .smplmlr textarea {
  display: block;
  width: 100%;
  height: 42px;
  border: none;
  background: #fff;
  margin: 20px auto;
  color: #000;
  padding: 5px;
}
.callback-form .smplmlr textarea, .callback-form2 .smplmlr textarea {
  height: 68px;
}
.callback-form .smplmlr button, .callback-form2 .smplmlr button {
  display: block;
  width: 100%;
  height: 42px;
  border: none;
  background: #1381cf;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  text-transform: uppercase;
  background: #ff6600;
}
.callback-form .smplmlr button:hover, .callback-form2 .smplmlr button:hover {
  background: #ff8700;
}
.smplmlr .error {
  box-shadow: inset 0 0 10px 0 #ff2a00;
  color: #ff2a00;
  border: 1px solid #000!important;
}
.callback-form .smplmlr, .callback-form2 .smplmlr {
  width: 100%;
}
.smplmlr-msg {
  display: block;
  width: 80%;
  margin: 20px auto;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 18px;
  text-align: center;
}
.smplmlr-error {
  box-shadow: inset 0 0 5px 5px #ff2a00;
  color: #ff2a00;
}
.smplmlr-success {
  box-shadow: 0 0 5px 5px #00cc33;
  color: #00cc33;
}

.topform .title, .smplmlr {
  display: inline-block;
  vertical-align: middle;
}

.topform .title {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  margin-right: 25px;
}

.topform .container>div  {
  padding: 10px 0;
}

.topform .container>div input {
  width: 185px;
  height: 34px;
  border: none;
  border-radius: 4px;
  padding: 5px;
  margin-right: 10px;
}

.topform .container>div button {
  display: inline-block;
  width: 185px;
  height: 34px;
  background: -webkit-linear-gradient(left, #535353 0%,#6c6c6b 50%, #535353 100%);
  background: linear-gradient(to right, #535353 0%,#6c6c6b 50%, #535353 100%);
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
}

.item-page {
    padding: 20px 0;
}

.item-page>h2 {
  font-size: 26px;
  font-weight: 500;
  color: #e6511e;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/*************************** Tabs *******************************/
.mainbar .tabs {
  width: 100%;
  padding: 0px 0 0px;
  margin: 0 auto; 
}

.mainbar #vmMainPage .tabs {
  padding: 25px 0 0px;
    margin: 25px auto 0; 
    border-top: 1px solid #5f5f5f;
}

#vmMainPage {
  padding-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.mainbar section {
  display: none;
  padding-top: 30px;
}
.mainbar #vmMainPage section {
  padding-top: 0px;
}
.mainbar .tabs input {
  display: none;
}

.mainbar .tabs label {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 -1px;
  font-weight: 300;
  text-align: center;
  color: #1b1b1a;
  text-transform: uppercase;
}

.mainbar .tabs label:hover {
  color: #2099d6;
  cursor: pointer;
}

.mainbar .tabs input:checked + label {
  color: #2c60aa;
  font-weight: 500;

}
.mainbar #tab1:checked ~ #content1,
.mainbar #tab2:checked ~ #content2,
.mainbar #tab3:checked ~ #content3,
.mainbar #tab4:checked ~ #content4 {
  display: block;
}

#vmMainPage .tabs label {
  width: auto;
  padding: 8px 10px 10px;
  font-size: 15px;
  background: #cdcbc8;
  color: #000;
  font-weight: 500;
}

#vmMainPage .tabs input:checked + label {
    color: #fff;
    font-weight: 500;
    background: #2c60aa;
}  

#vmMainPage h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}

body select {
  padding: 5px;
  border-radius: 1px;
  border: 1px solid #b6b3b0;
  background: #5284c2;
  color: #fff;
}

body option {
  padding: 5px!important;
  border-radius: 1px;
  border: 1px solid #f2f1f0;
  background: #5284c2;
  color: #fff;
}

.buttons_heading {
  padding-top: 3px;
}

.buttons_heading a {

  display: inline-block;
  vertical-align: middle;
}

.buttons_heading a span {
  display: inline-block;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  width: 105px;
  padding-left: 5px;
  padding-right: 10px;
  vertical-align: middle;
  text-decoration: underline;
}

.buttons_heading a:hover span {
  text-decoration: none;
}

.buttons_heading a img {
  display: inline-block;
  vertical-align: middle;
}

.banner img {
  width: 100%;
} 

/*************************** MEDIA QUERIES *******************************/
@media(max-width: 1220px) {
  .lg-hide {display: none;}
  .lg-show {display: block;}
  
  .nav-top .menu>li {
    font-size: 14px;
  }

  .nav-top .menu>li>a {
    padding: 10px;
  }

/*  .page-129 .mainbar .item-page {
    width: 600px;
  }*/
  
  .ico {
    display: inline-block;
    width: 168px;
    text-align: center;
    margin: 0px 26px;
    vertical-align: top;
}

  .mp-txt>p {
    font-size: 18px;
  }

  .mp-txt>p>strong {
    font-size: 24px;
  }
}
@media(max-width: 992px) {
  /*.md-hide {display: none;}*/
  .md-show {display: block;}
  
  .logo {
    display: inline-block;
    width: 160px;
  }

  .logo img {
    width: 100%;
  }

  .popup-btn {
    width: 160px;
    font-size: 12px;
    line-height: 25px;
  }

  .nav-top .menu>li {
      font-size: 12px;
  }

  .nav-top .menu>li>a {
      padding: 5px;
  }

  .phones a {
    font-size: 14px;  
  }

  .lang {
    padding: 0;
  }

  .c-i-foot {
    width: 100%;
    max-width: 300px;
  }

  .page-129 {
    background-size: cover;
  }

  .top-foot .c-i-foot {
      font-size: 17px;
  }

  .mp-txt>p a {
    font-size: 14px;
    width: 180px;
  }

  .browseProductContainer {
    width: 19%;
  }

  .browseProductContainer:hover .hide-block {
    display: none;
  }

  

}
@media(max-width: 768px) {
  .sm-hide {display: none;}
  .sm-show {display: block;}

  .mobile {
    display: block;
  }

  .nav-top {
    display: none;
  }

  .logo {
    margin-left: 50px;
  }

  .bot-head button {
    margin: 0;
  }

  .top-foot .col:nth-child(2) {
    display: none;
  }

  .browseProductContainer {
      width: 24.5%;
  }

  .productImages, .productContent {
    width: 100%;
  }

  .phones a {
    display: block; 
    margin-right: 5px;
  }

  .item-page iframe {
    width: 100%!important;
    max-width: 560px!important
  }
  
}
@media(max-width: 544px) {
  .xs-hide {display: none;}
  .xs-show {display: block;}
  .productTop .productAddToCartContainer, .productTop .productPriceContainer {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }

  .mainbar .tabs label {
    font-size: 14px;
  }

  .mainbar {
    padding: 0;
  }

  .top-foot .col:last-child {
    width: 100%;
  }

  .browseProductContainer {
      width: 49%;
  }

  .item-page>h2 {
    font-size: 19px;
  }
}
@media(max-width: 420px) {
  .xxs-hide {display: none;}
  .xxs-show {display: block;}

  .popup-btn {
font-size: 11px;
    width: 140px;
  }
  .slider-text {
    width: 100% !important;
}

  .browseProductContainer {
      width: 100%;
  }

  .logo {
    width: 100px;
    margin-left: 35px;
  }

  .tell-col .title {
      font-size: 13px;
      margin-bottom: 0px;
  } 

  .jflanguageselection li a {
    padding: 0;
    padding-right: 5px;
  }

  .phones a {
      font-size: 12px;
      display: block;
  } 

  .page-129 .mainbar .item-page {
text-align: center;
    padding: 0 10px;
  }

  .mp-txt>p>strong {
    font-size: 16px;
  }

  .mp-txt>p {
      font-size: 14px;
  }

  .mp-txt>p a {
      font-size: 12px;
      width: 150px;
      line-height: 30px;
  }

  .toggle_menu {
    top: 22px;
      left: 5px;
      width: 40px;
      height: 40px;
  }

  .top-foot .c-i-foot {
      font-size: 12px;
      margin-bottom: 10px;
  } 

  

  .copyright div {
    font-size: 13px;
  }
}

@media(max-width: 420px) { 

}
.browseProductList.justify {
    text-align: left;
}
.productMain.justify table {
    margin-left: 10px;
    margin-top: 15px;
}
li.current.active a {
    color: #ff6600;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.col.top.productContent a {
    text-decoration: none;
    color: #ff6600;
    background-color: white;
    border: 1px #ff6600 solid;
    border-radius: 8px;
    padding: 8px 20px;
}
.col.top.productContent a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #ff6600;
    border: 1px #ff6600 solid;
    border-radius: 8px;
    padding: 8px 20px;
}
footer.footer {
    border-top: 1px silver solid;
}
table._a_pdf a {
    text-decoration: none;
    color: #ff6600;
    background-color: white;
    border: 1px #ff6600 solid;
    border-radius: 8px;
    padding: 8px 20px;
}
table._a_pdf a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #ff6600;
    border: 1px #ff6600 solid;
    border-radius: 8px;
    padding: 8px 20px;
}
.page-129 .all-panels {
    background-color: white;
}
.page-129 .all-panels .modLatestProducts {
    padding: 0px 30px 0;
    border-top: none;
    display: block;
    position: relative;
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}
.slider-content {
    width: 100% !important;
    background-size: cover !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
height: calc(100vh - 100px) !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1px;
}
.slider.fullwidth.md-hide {
    overflow: hidden;
    top: -89px;
    z-index: 1;
}
.all-panels-stat .browseProductImageContainer img {
    display: inline-block;
    max-width: 90px !important;
    height: 90px !important;
    width: auto;
    height: auto;
    vertical-align: middle;
}
.all-panels-stat .vis-block>.browseProductImageContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
}
.all-panels-stat .vis-block>.browseProductImageContainer:hover {
    border: 2px solid #ff6600;
}
.all-panels-stat .vis-block>.browseProductTitle {
    display: block;
    overflow: hidden;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold !important;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}
.all-panels-stat .browseProductContainer {
    width: 110px;
    text-align: center;
}
.all-panels-stat .browseProductContainer .wrapper-browse {
    display: inline-block;
    width: 105px;
    text-align: center;
    background: #fff;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.all-panels-stat {
    border-top: 2px solid #ff6600;
    margin-top: 25px;
    padding-top: 15px;
}
.slider-text {
    display: inline-block;
    width: 875px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 40px;
    margin-top: 94px;
    float: right;
    background: rgba(255, 255, 255, .9);
}
body.page-129 h2 {
    margin-bottom: 0px;
}
body.page-129 .item-page {
    margin-top: -88px;
}
.col.middle_cop {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
}
.col.middle_cop .left {
    display: inline-block;
    float: left;
}
.copyright a {
    font-size: 14px;
}
.ico {
    display: inline-block;
    width: 168px;
    text-align: center;
    margin: 0px 32px;
    vertical-align: top;
}
.ico img {
    width: 140px;
}
.menu_dile .sity {
    display: inline-block;
    border-right: 1px silver solid;
    padding: 0 14px;
}
.menu_dile {
    text-align: center;
    padding-bottom: 20px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 999;
    width: 100%;
    left: 0px;
    padding: 10px;
        position: relative;
}
a.a-animate {
    text-transform: uppercase;
    font-weight: bold;
}
div#all-content {
    z-index: 998;
    background-color: #ffffff;
}
.all-panels-stat .browseProductContainer {
    width: 114px;
    text-align: center;
}
.slider.fullwidth.md-hide {
    max-height: calc(100vh - 100px) !important;
    display: block;
    overflow: hidden;
}
body.page-154 .item-page {
    text-align: center;
}
.blog .img-intro-left {
    width: 285px;
    height: 170px;
    display: block;
    overflow: hidden;
}
.blog .img-intro-left img {
    width: auto;
    height: 170px;
      border: 3px outset #E8E8E8 !important;
}
.items-row {
    display: inline-block;
}
.blog {
    text-align: center;
    padding: 25px 0;
}
.blog h2 {
    padding-bottom: 8px;
}