﻿@font-face {
  font-family: 'icomoon';
  src:url('/inshop/Layout/Schemata/Inshop5Basic/Layout/css/fonts/icomoon.eot?f998xy');
  src:url('/inshop/Layout/Schemata/Inshop5Basic/Layout/css/fonts/icomoon.eot?#iefixf998xy') format('embedded-opentype'),
    url('/inshop/Layout/Schemata/Inshop5Basic/Layout/css/fonts/icomoon.woff?f998xy') format('woff'),
    url('/inshop/Layout/Schemata/Inshop5Basic/Layout/css/fonts/icomoon.ttf?f998xy') format('truetype'),
    url('/inshop/Layout/Schemata/Inshop5Basic/Layout/css/fonts/icomoon.svg?f998xy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}



.header .logo{
  margin: 32px 0px 20px;
}

.thumb-inner{
    height: 295px;
}

.thumb-inner img{
        display: block;
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
}
.category-products .item .product-name{
    height: 66px;
}

.second-subbanner {
  margin-right: -3px;
}




@media only screen and (min-width: 980px){
    .catalog-category-view .header-container{
        height: 110px;
    }
}


.collapsed{
    display: none !important;
}

.thumb-inner img{
  margin: 0 auto;
}

#Registration .row{
  padding: 0px;
}
#Registration label{
  display: block;
}

#Registration .form-control{
  width: 100%;
  height: 25px;
  line-height: 25px;
}

#Registration textarea{
 height: 80px;
}

.btn{
  font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    outline: 0;
    background: transparent;
    border: none;
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: rgb(17, 183, 156);
}
.btn:hover{
  cursor: hand; cursor: pointer;
  color: white;
};

.tm-radio{
  display: inline-block !important;
  width: 16px !important;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#advancedmenu .parrent-arrow:hover .megnor-advanced-menu-popup{
  display: block;
}

table.compare td{
  padding: 5px;
}
table .bold{
  font-weight: bold;
}

.compare-scroller{
  overflow: auto;
      overflow-y: hidden;
}

h1{
  font-size: 21px !important;
  font-weight: bold !important;
  color: #4c4a4a;
}
h2{
  font-size: 18px !important;
  font-weight: bold !important;
  color: #4c4a4a;
}
#Cart .cart-list tr.table-header ul li{
  height: auto;
}

#InshopCheckout h2{
padding-bottom: 10px;
}
.block-cart .product-image img{
  width: 75px;
}
.checkout-box{
  border: solid 1px #dfe2e3 !important;
}

.dropdown-menu-parent{
  position: relative;
}
.dropdown-menu-parent .dropdown-menu{
  display: none;
  position: absolute;
  background-color: #fff;
}
.dropdown-menu-parent .dropdown-menu li{
  float: none !important;
  background: none;
  padding: 3px;
  display: block;
}
.dropdown-menu-parent.open .dropdown-menu{
  display: block;
  z-index: 999;
}
.header .dropdown-menu-parent .dropdown-menu{
  width: 180px;
  padding: 5px;
}
.header .dropdown-menu-parent .dropdown-menu a:hover{
  color: black;
}

.header .sbHolder{
  padding-right: 0px;
  margin-right: 10px;
}

.dropDownLink{
  padding-right: 15px;
  display: inline-block;
  background: url(/inshop/layout/schemata/template/skin/frontend/default/MAG090199/images/arrow-down.png) no-repeat center right;
}

.text-input{
  height: 25px;
  line-height: 25px;
}

.missing{
  color: #9B1414;
}


.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box; }

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out; }

.modal.fade.in {
  top: 10%; }

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }

.modal-header .close {
  margin-top: 2px; }

.modal-header h3 {
  margin: 0;
  line-height: 30px; }

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto; }

.modal-form {
  margin-bottom: 0; }

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff; }

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: ""; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-header {
  position: relative; }
  .modal-header h3 {
    color: #99212d;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    padding-right: 15px; }
  .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px; }

.modal-body label {
  padding-top: 10px;
  padding-bottom: 5px;
  display: block; }
.modal-body .text-input, .modal-body textarea {
  width: 100%; }


/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.modal-open {
  overflow: hidden;
}


/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
  overflow-y: scroll;
}

@media (max-width: 979px) {
  .modal-open.page-overflow .page-container .navbar-fixed-top,
  .modal-open.page-overflow .page-container .navbar-fixed-bottom  {
    overflow-y: visible;
  }
}


.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.modal {
  outline: none;
  position: absolute;
  margin-top: 0;
  top: 50%;
  overflow: visible; /* allow content to popup out (i.e tooltips) */
}

.modal.fade {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out; 
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-body {
  max-height: none;
  overflow: visible;
}

.modal.modal-absolute {
  position: absolute;
  z-index: 950;
}

.modal .loading-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px;
}

.modal-backdrop.modal-absolute{
  position: absolute;
  z-index: 940;
}

.modal-backdrop, 
.modal-backdrop.fade.in{
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #fff;
}

.modal.container {
  width: 940px;
  margin-left: -470px;
}

/* Modal Overflow */

.modal-overflow.modal {
  top: 1%;
}

.modal-overflow.modal.fade {
  top: -100%;
}

.modal-overflow.modal.fade.in {
  top: 1%;
}

.modal-overflow .modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* Responsive */

@media (min-width: 1200px) {
  .modal.container {
    width: 1170px;
    margin-left: -585px;
  }
}

@media (max-width: 979px) {
  .modal, 
  .modal.container,
  .modal.modal-overflow   {
    top: 1%;
    right: 1%;
    left: 1%;
    bottom: auto;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .modal.fade.in, 
  .modal.container.fade.in,
  .modal.modal-overflow.fade.in {
    top: 1%;
    bottom: auto;
  }
  
  .modal-body,
  .modal-overflow .modal-body {
    position: static;
    margin: 0;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  
  .modal-footer,
  .modal-overflow .modal-footer {
    position: static;
  }
}

.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}

/*
Animate.css - http://daneden.me/animate
Licensed under the â˜º license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/
.hide{
  display: none;
}

.animated {
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes shake {
  0%, 100% {-webkit-transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
  20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
  0%, 100% {-moz-transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
  20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
  0%, 100% {-o-transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
  20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
  0%, 100% {transform: translateX(0);}
  10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
  20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

.dropDownLink span{
  display: none;
}

@media (min-width: 650px) {

  .dropDownLink span{
    display: inline;
  }
}
@media (max-width: 650px) {
  .dropDownLink{
    background: none;
    display: block;
    text-align: center;
  }
}


.pagination li{
  display: inline-block;
}
.pagination li a{
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
table .thumb-inner{
  height: auto;
}

.blog_main .customNavigation a.next{padding-left:0px; padding-right: 0px;}
.blog_main .customNavigation a.prev{padding-left:0px; padding-right: 0px;}

#LevelId-181 {display: none !important;}
.social {clear:left;}
.sitemap .sub-menu.level-2.has-children{padding-left: 10px;}
.sitemap .sub-menu.level-2.has-children a{background:none;}
.padder .product-list-secrow td {padding: 5px;}
.padder .product-list-secrow td input{line:height: 10px; width: 40px;}
.padder .product-list-header td{font-weight: bold;}
.padder .componentgroup-name {font-weight: bold; font-size: 15px;}
.padder .CatalogueNumber {width: 130px;}                                 
.padder . product-list {padding-top: 5px;}
.tab-pane.active {display:block;}
.tab-pane {display:none;}
#parametr td{padding: 5px;}
  


button.test.button.btn-cart {background-color: #bdbebe!important;}
  
                      
                              
                                       
                                               
        
             
             