html {
  font-family: 'Libre Baskerville', serif;
  }
body {
  margin: 0;}

article,
footer,
header,
main,
nav,
section{
  display: block; }

body {
  font-family: 'Libre Baskerville', serif;
  font-size: 14px;
  color: #404040;
  background-color:#fff;
  background-attachment: fixed;
  position: relative; }
  
a {
  color: #404040;
}
#main .nodecontent a, #main .nodelead a, div.leftside a {
    color: #d6392d;
    text-decoration: none;
}
.product_list_item a {
    color: #2d94d6;
    text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

.is-ie8 img {
  width: auto; }

.container {
  width: 100%;
  padding: 0 1%;
  overflow: hidden;
  *zoom: 1; }

h2 {
  margin: 0;
  font-size: 16px; }
  @media (min-width: 992px) {
    h2 {
      font-size: 20px; } }

.hidden {
  display: none; }

.clearfix {
  width: 100%;
  overflow: hidden;
  *zoom: 1; }

div.content {
    border-top: 1px solid #eee;
}
@media (min-width: 992px) {
div.content .container {
    display: flex;
    flex-direction: row;
}
}
/*header {
  background: url(/images/maglyatuz-design/fejlec-bg.png) center center no-repeat #fff;
  width: 100%;
  top: 0;
  z-index: 999; }*/
  
  header .valign-container {
    position: relative;
    height: 70px;
    -webkit-transition: height 0.2s linear;
    -moz-transition: height 0.2s linear;
    -o-transition: height 0.2s linear;
    transition: height 0.2s linear; }
@media (min-width: 768px) {  
      header .valign-container {
        height: 118px; } 
}
header h1 div a {
    text-decoration: none;
}
@media (max-width: 768px) {
      header h1 div.row1 {
          font-size: 20px;margin-bottom: 20px;
      }
      header h1 div.row2 {
          text-transform: uppercase; font-size: 30px;
      }
      header h1 div.row3 {
          font-variant: small-caps; font-size: 18px;font-weight: normal;
      }
      img.product_img {
          max-width: 80%;
          margin: 0 auto;
      }
      #sidebar {
          border-top: 1px solid #ccc;
          padding-top: 20px;
          margin-top: 20px;
      }
      
}
@media (min-width: 768px) and (max-width: 1200px) { 
      header h1 div.row1 {
          font-size: 25px;margin-bottom: 20px;
      }
      header h1 div.row2 {
          text-transform: uppercase; font-size: 35px;
      }
      header h1 div.row3 {
          font-variant: small-caps; font-size: 20px;font-weight: normal;
      }
      div.fixbasket {
          position: fixed;width: 280px;
      }
      #sidebar {
          overflow:auto; 
      }
     
}      
@media (min-width: 1200px) {  
      header h1 div.row1 {
          font-size: 30px;margin-bottom: 20px;
      }
      header h1 div.row2 {
          text-transform: uppercase; font-size: 40px;
      }
      header h1 div.row3 {
          font-variant: small-caps; font-size: 22px;font-weight: normal;
      }
      div.fixbasket {
          position: fixed;width: 280px;
      }
      #sidebar {
          overflow:auto; 
      }
}
  header .vertical-align {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  header.half .valign-container {
    height: 50px; }
  header.half .logo img {
    padding: 4% 0; }
  header .logo {
    width: 50%;
    float: left;
    margin: 0; }
    @media (min-width: 768px) {
      header .logo {
        width: 31.42857%;
        float: left;
        margin-right: 2.85714%; } }
    @media (min-width: 992px) {
    
      header .logo {
        width: 18.64407%;
        float: left;
        margin-right: 1.69492%; } }
    header .logo h1 {
      height: 50px;
      max-height: 100%; }
      @media (min-width: 992px) {
        header .logo h1 {
          height: 67px; } }
      header .logo h1.shop-2 {
        height: 54px; }
    header .logo img {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: padding 0.2s linear;
      -moz-transition: padding 0.2s linear;
      -o-transition: padding 0.2s linear;
      transition: padding 0.2s linear;
      max-height: 120%; }
    
    header .logo span {
      display: none;
      visibility: hidden; }
    header .share {
        background-color: #000;
        color: #1078ff;
        padding-left: 5px;
        overflow: auto;
    }
    header .share div {
        text-align: center;
    }
    header .share a {
        color: #1078ff;
        text-decoration: none;
    }
    header .share a, header .share span {
        font-size: 14px;
        margin: 5px;
    }
    header .share span.selected {
        color: #d6392d;
        font-weight: bold;
    }
    
#nav2.menu {
    background-color: #f2f2f2;
    position: absolute;
    top: 0px;
}
#nav2 {
   width: 100%; 
}
#nav2 input[type="text"], #nav2 input[type="password"]{
    width: 100%;
    height: 28px;
    border: 1px solid #bfbfbf;
}
div.clearer {
    clear: both;
}
#sidebar div.cart_block {
    //background-color: #d6392d;
    //padding: 10px;
    //color: #fff;
}

.cart_block_products span{
    width: 25%;
    display: inline-block;
}
audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }


a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }


h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }


button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0; }



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#homeslider {
  position: relative;
  margin-bottom: 45px;
  width: 100%;}
#homeslider img {
    width: 100%;
}
  @media (min-width: 992px) {
    #homeslider {
      margin-bottom: 20px;
      width: 100%; } }



i.fa.bg {
    color: #d6392d;
    padding:5px;
    width: 30px;
    height: 30px;
    text-align: center;
}

div.products {
    margin-top: 15px;
}
div.prodtitle a {
    font-size: 20px;
    text-decoration: none;
    color: #d6392d;
}
div.prodtitle a:hover {
    font-size: 20px;
    text-decoration: none;
    color: #1078fe;
}
.quick-contact {
  width: 55%;
  float: right;
  text-align: right; }
  @media (min-width: 768px) {
    .quick-contact {
      text-align: center;
      width: 65.71429%;
      float: right;
      margin-right: 0; } }
  @media (min-width: 992px) {
    .quick-contact {
      width: 59.32203%;
      float: right;
      margin-right: 0; } }

  .quick-contact a {
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    margin-right: 17%;
    position: relative; }
    @media (min-width: 768px) {
      .quick-contact a {
        margin-left: 0;
        margin-right: 18px;
        padding-right: 38px; }
        .quick-contact a:hover:before {
          background: #d6392d; } }
    
    .quick-contact a:before {
      display: block;
      position: absolute;
      left: 0;
      text-align: center;
      font-size: 17px;
      vertical-align: middle;
      color: #b4b4b4; }
     
    
    #loginbox {
        margin-bottom: 10px;
    }
    .quick-contact a.login:before {
      content: '\e605'; }
    .quick-contact a.cart:before {
      content: '\e62f'; }
    .quick-contact a.chat {
      display: none; }
      @media (min-width: 992px) {
        .quick-contact a.chat {
          display: inline-block; } }
    @media (min-width: 768px) {
      .quick-contact a.login, .quick-contact a.cart {
        display: none; } }
  .quick-contact span {
    display: block; 
  }
    
    .quick-contact span.sub {
      font-size: 11px;
      line-height: 11px;
      color: #808080;
      padding-left: 35px;
    }
    @media (max-width: 768px) {
    header.half .language-search {
        display: none;
    }
    }
    header .language-search {
    text-align: left;
    display: block;
    width: 18.64407%;
    float: right;
    margin-right: 0; } 
  header .language-search .vertical-align {
    height: 35px; }
  header .language-search ul {
    list-style-type: none; }
    header .language-search ul, .language-search ul li {
      margin: 0px;
      padding: 0px;
      display: inline; }
    header .language-search ul a, .language-search ul span {
      margin-left: 5px;
      font-size: 10px;
      font-weight: bold;
      color: #999;
      text-transform: uppercase; }
     
        header .language-search ul a, .language-search ul span {
          margin-left: 0;
          margin-right: 10px; } 
        header .language-search ul a.active, .language-search ul span.active {
        color: #1078fe; }
        header .language-search ul a.active:hover, .language-search ul span.active:hover {
          text-decoration: none; }
  
      
.top-menu {
  width: 100%;
  list-style-type: none;
  line-height: 60px;
  font-size: 17px;
}
  .top-menu, .top-menu li {
    margin: 0px;
    padding: 0px;
    display: inline; }
  @media (min-width: 1200px) {
    .top-menu {
      width: 79.66102%;
      float: left;
      margin-right: 1.69492%; } }
  .top-menu li {
    margin-left: 25px; }
  .top-menu a {
    text-decoration: none;
    font-weight: 500;
    text-transform: capitalize; }
    .top-menu a:hover {
      text-decoration: underline; }

#mobile-switch {
  background: #ededed;
  border-bottom: 1px solid #d4d4d4;
  *zoom: 1; }
  #mobile-switch:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 992px) {
    #mobile-switch {
      padding: 0;
      width: 76.59574%;
      float: right;
      margin-left: -2.85714%; } }
  @media (min-width: 1200px) {
    #mobile-switch {
      display: none; } }
  #mobile-switch > a {
    display: block;
    height: 40px;
    width: 60%;
    max-width: 220px;
    float: left;
    text-decoration: none;
    line-height: 40px;
    font-size: 20px;
    padding-left: 20px;
    font-weight: 300;
    color: #808080;
    border-right: 1px solid #d4d4d4; }
    @media (min-width: 992px) {
      #mobile-switch > a {
        display: none; } }
    #mobile-switch > a i {
      margin-right: 20px; }
    #mobile-switch > a i:before {
      font-size: 13px; }
    #mobile-switch > a.open i {
      color: #d9d9d9; }
  #mobile-switch .search-form {
    margin-left: 60%;
    height: 40px; }
    @media (max-width: 992px) {
      #mobile-switch .search-form {
        display: none; } }
    #mobile-switch .search-form strong {
      display: none; }
    #mobile-switch .search-form input {
      float: left;
      width: 70%;
      height: 100%;
      border: none;
      background: none;
      padding-left: 15px;
      font-size: 20px;
      font-weight: 300;
      text-transform: capitalize;
      outline: none; }
    #mobile-switch .search-form button {
      width: 30%;
      height: 100%;
      border: none;
      background: none;
      float: right;
      color: #999;
      outline: none; }
      #mobile-switch .search-form button span {
        display: none; }
      #topnav .search-form div.inputs {
          border-radius: 5px;
          background-color: #fff;
          height: 34px;
          width: 250px;
          margin-top: 5px;
          position: relative;
          top: 0; left: 0;
          float: right;
          margin-right: 15px;
      }
      #topnav .search-form input, #topnav .search-form button {
          line-height: 14px;
          padding: 3px;
          font-size: 14px;
          border: 0;
          display: inline-block;
          height: 34px;
          position: absolute;
          top: 0;
          border-radius: 5px;
      }
      #topnav .search-form input{
          left:0;
          width: 216px;
      }
      #topnav .search-form button{
          color: #d6392d;
          width: 34px;
          margin-right: 0;
          left: 216px;
      }
      #topnav .search-form strong {
          display: none;
      }
  #mobile-switch .icons {
    float: right;
    height: 40px;
    display: none;
    padding-top: 5px; }
    
    

#mobile-menu {
  -webkit-transition: left 0.2s linear;
  -moz-transition: left 0.2s linear;
  -o-transition: left 0.2s linear;
  transition: left 0.2s linear;
  position: absolute;
  z-index: 10;
  background: #fff;
  left: -110%; }
  @media (min-width: 992px) {
    #mobile-menu {
      position: relative;
      background: none;
      left: auto;
      border-left: none; } }
  #mobile-menu.open {
    left: 0; }
  #mobile-menu .top-menu {
    display: block; }
    @media (min-width: 768px) {
      #mobile-menu .top-menu {
        display: none; } }
  #mobile-menu .pages {
    width: 100%;
    border-right: 1px solid #bfbfbf;
    background-color: #fff;
  }
    @media (min-width: 992px) {
      #mobile-menu .pages {
        display: none; } }
    #mobile-menu .pages a {
      display: block;
      height: 38px;
      line-height: 38px;
      padding-left: 20px;
      text-decoration: none;
      border-bottom: 1px solid #e0e0e0; }
    #mobile-menu .pages i {
      margin-right: 14px;
      font-size: 15px;
      color: #808080;
      position: relative;
      top: 3px; }
  @media (max-width: 992px) {
    #mobile-menu ul, #mobile-menu li {
      width: 220px; }
    #mobile-menu #products {
      padding-top: 0;
      overflow: hidden; }
      #mobile-menu #products > li {
        padding-top: 10px;
        background: #ededed; }
        #mobile-menu #products > li > ul {
          background: #fff;
          margin: 0; }
          #mobile-menu #products > li > ul a {
            height: 38px;
            line-height: 38px;
            border-bottom: 1px solid #e0e0e0;
            padding-right: 30px; }
      #mobile-menu #products li a.selected:before {
        left: 0;
        height: 38px; } }

#mobile-menu nav {
    min-height: 150px;
  /* &.fixed, &.absolute {
  	bottom: 80px;
  	margin-bottom: 0;
  } */ }
  #mobile-menu nav.fixed {
    top:105px;
  }
  #sidebar #nav2.fixed {
    top:115px;
  }
  #mobile-menu nav.absolute {
    position: absolute; }

#products {
  padding-top: 0px;
  padding-bottom: 20px;
  
}
  #products strong {
    
    font-size: 14px;
    line-height: 30px;
    cursor: pointer; }
    #products strong a {
      text-decoration: none;
      padding-left: 10%; }
      #products strong a:hover {
        text-decoration: underline; }
  #products li > a {
    text-decoration: none;
    display: inline-block;
    line-height: 44px;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10%;
    width: 100%;
  }
 
    #products li > a.selected, #products li > a:hover {
      background-color: #edeced; }
    #products li > a.selected {
      position: relative;
      border-top: 1px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0; }
      #products li > a.selected:before {
        content: "";
        position: absolute;
        top: -1px;
        left: -5px;
        width: 5px;
        height: 32px;
        background-color: #d6392d; }
  #products i {
    margin-right: 14px;
    font-size: 16px;
    color: #d9d9d9;
  }
  #products > li > ul {
    margin: 5px 0 30px 0; }
  #products > li:last-child > ul {
    margin-bottom: 0; }
  #products ul ul a:before {
    content: '- '; }
  

/* nav.fixed {
	position: fixed;
	bottom: 0;
} */
#mobile-products {
  text-align: center;
  padding: 10px; }
  @media (min-width: 992px) {
    #mobile-products {
      display: none; } }
  #mobile-products select {
    width: 100%;
    height: 30px;
    font-size: 16px; }

.white-content {
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
  @media (min-width: 768px) {
    .white-content {
      width: 100%; }
      .white-content:after {
        content: "";
        display: table;
        clear: both; } }
  @media (min-width: 992px) {
    /* line 4, ../sass/_content.scss */
    .white-content {
      min-height: 1200px; } }
  @media (min-width: 1200px) {
    .white-content {
      width: 79.66102%;
      float: left;
      margin-right: 1.69492%; } }

@media (min-width: 992px) {
  #menuhead {
    width: 18.6441%;
    float: left;
    margin-right: 1.69492%;
    background-color: #d6392d;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
    padding-left: 15px;
  } } 

@media (min-width: 992px) {
  #topnav {
    background-color: #fafafa;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #eeeeee;
  } }


nav.topnav ul.top-menu a {
        
    }  
@media (min-width: 992px) {
  #mobile-menu {
    width: 18.64407%;
    float: left;
    margin-right: 1.6948%; } }
@media (min-width: 1200px) {
  #mobile-menu {
    width: 18.64407%;
    float: left;
    /*margin-right: 1.6948%;*/
    margin-right: 1.7%;} }
#mobile-menu ul#products  li ul li {
    border-bottom: 1px solid #d9d9d9;
    min-height: 45px;
    background-color: #f2f2f2;
}

  @media (min-width: 992px) {
     #main {
      padding-right: 5%;
      width: 75%;
      float: left;
      margin-right: 0;   
      border-right: 1px solid #eee;
     } 
  }
  @media (min-width: 768px) {
     #main {
      display: flex;
      flex-direction: row;
     }
     #main div[class*='col-md'] {
         padding-top: 25px;
     }
     #main div.col-md-4 {
        border-right: 1px solid #eee;
        padding-right: 2%;
     } 
     #main div.col-md-8 {
         padding-left: 2%;
     }
  }    
  
  #main h1, #main h2, #main h3 {
      margin-top: 0;
     }
    #main h1 a, #main h2 a, #main h3 a {
      text-decoration: none; }
      #main h1 a:hover, #main h2 a:hover, #main h3 a:hover {
        text-decoration: underline; }
  #main h1 {
    font-size: 25px;
    line-height: 1em; 
    margin-bottom: 15px;
  }
  #main h3 {
    margin-bottom: 0; }
  #main section, #main #intro {
    width: 100%;
    margin-bottom: 10px;
    *zoom: 1; }
    #main section:after, #main #intro:after {
      content: "";
      display: table;
      clear: both; }
    #main {
        line-height: 2em;
    }
    #main .subtitle {
        font-size: 25px;
        line-height: 30px;
        font-style: italic;
        margin-bottom: 10px;
    }
    @media (min-width: 992px) {
      #main section, #main #intro {
        width: 93.61702%; } }
    @media (min-width: 1200px) {
      #main section, #main #intro {
        width: 94.91525%; } }
/*#sidebar {
  display: none;
}*/
  #sidebar .madform {
    margin-bottom: 0; }
  #sidebar > div {
    margin-bottom: 5px;
    padding-bottom: 40px;
    border-bottom: 1px solid #bfbfbf; }
    #sidebar > div:last-child {
      border: none; }

  #sidebar strong {
    font-size: 14px;
    display: block;
    margin-bottom: 5px; }
  #sidebar .text {
    border-left-width: 1px; }
  #sidebar .btn-group {
    float: right;
    margin: 3px 0 0 0; }
  #sidebar .login {
    margin-bottom: 30px; }
  #sidebar .social ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  #sidebar .news a {
    font-weight: bold;
    text-decoration: underline; }
  #sidebar .news p {
    width: 170px;
    margin-bottom: 35px; }
  #sidebar .user {
    margin: 0; }
    #sidebar .user i {
      margin-right: 11px;
      color: #999999; }
  #sidebar .account {
    *zoom: 1; }
    #sidebar .account:after {
      content: "";
      display: table;
      clear: both; }

.cart_block_list {
  *zoom: 1; }
  .cart_block_list:after {
    content: "";
    display: table;
    clear: both; }
  .cart_block_list .quantity-formated {
    display: inline-block;
    width: 60px; }
  .cart_block_list .remove_link {
    float: right; }
    .cart_block_list .remove_link a {
      display: inline-block;
      text-decoration: none;
      color: #e1e1e1;
      background-color: #b3b3b3;
      border-radius: 20px;
      width: 11px;
      height: 11px;
      line-height: 9px;
      font-size: 10px;
      text-align: center;
      vertical-align: middle; }
      .cart_block_list .remove_link a:hover {
        background-color: #1078fe; }
  .cart_block_list .cart_block_product_name {
    text-decoration: none; }
    .cart_block_list .cart_block_product_name:hover {
      text-decoration: underline; }

.cart_block_no_products {
  margin-bottom: 0; }

.cart-buttons {
  margin: 10px 0 0 0; }

@media (min-width: 992px) {
  #sidebar {
    padding-left: 2%;
    width: 25%;
    float: right;
    margin-right: 0;
    margin-top: 25px;
    display: block; } }
footer {
  width: 100%;
  padding: 0 2%;
  overflow: hidden; 
  background-color: #f2f2f2;
  padding-bottom: 15px;
}
  footer > div.container {
    margin: 0 auto; }
  footer strong {
    display: block;
    
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  footer .sites {
    line-height: 22px; }
    footer .sites a {
      text-decoration: underline; }
  @media (min-width: 992px) {
    footer .soc2 {
      padding-top: 40px; } }
  footer .contactform input[type="text"], footer .contactform textarea {
    padding: 0 2%;
    width: 95%;
    border: 1px solid #cccccc;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5); }
  footer .contactform input[type="text"] {
    height: 27px;
    margin-bottom: 2px; }
  footer .contactform textarea {
    padding-top: 5px;
    margin-bottom: 8px;
    height: 60px; }
  footer .contactform input[type="submit"] {
    float: right;
    color: #fff;
    border: 0;
    border-radius: 10px;
    background-color: #b3b3b3;
    font-weight: bold;
    padding: 0 10px;
    height: 20px; }
  footer address {
    font-style: normal;
    line-height: 16px; }
  footer a {
      text-decoration: none;
  }





@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto; }
    .container:after {
      content: "";
      display: table;
      clear: both; } }
@media (min-width: 992px) {
  .container {
    max-width: 992px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto; }
    .container:after {
      content: "";
      display: table;
      clear: both; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto; }
    .container:after {
      content: "";
      display: table;
      clear: both; } }


.btn-group {
  display: inline-block;
  vertical-align: middle; }
  /*.btn-group .link:first-child, .btn-group #mobile-switch .search-form.open button:first-child, #mobile-switch .search-form.open .btn-group button:first-child, .btn-group .cart_navigation input:first-child, .cart_navigation .btn-group input:first-child, .btn-group #pagination a:first-child, #pagination .btn-group a:first-child, .btn-group #pagination span:first-child, #pagination .btn-group span:first-child, .btn-group .madform .submit button:first-child, .madform .submit .btn-group button:first-child, .btn-group .madform .submit input:first-child, .madform .submit .btn-group input:first-child {
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px; }
  .btn-group .link:last-child, .btn-group #mobile-switch .search-form.open button:last-child, #mobile-switch .search-form.open .btn-group button:last-child, .btn-group .cart_navigation input:last-child, .cart_navigation .btn-group input:last-child, .btn-group #pagination a:last-child, #pagination .btn-group a:last-child, .btn-group #pagination span:last-child, #pagination .btn-group span:last-child, .btn-group .madform .submit button:last-child, .madform .submit .btn-group button:last-child, .btn-group .madform .submit input:last-child, .madform .submit .btn-group input:last-child {
    margin-right: 0;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px; }
  .btn-group .link:first-child:last-child, .btn-group #mobile-switch .search-form.open button:first-child:last-child, #mobile-switch .search-form.open .btn-group button:first-child:last-child, .btn-group .cart_navigation input:first-child:last-child, .cart_navigation .btn-group input:first-child:last-child, .btn-group #pagination a:first-child:last-child, #pagination .btn-group a:first-child:last-child, .btn-group #pagination span:first-child:last-child, #pagination .btn-group span:first-child:last-child, .btn-group .madform .submit button:first-child:last-child, .madform .submit .btn-group button:first-child:last-child, .btn-group .madform .submit input:first-child:last-child, .madform .submit .btn-group input:first-child:last-child {
    border-radius: 20px; }
  */
  .btn-group .link {
    
    border-radius: 5px; 
    font-size: 11px;
    text-transform: uppercase;
    //letter-spacing: 1px;
    box-sizing: content-box;
    font-weight: 200;
  }
  .btn-group .link, .btn-group #mobile-switch .search-form.open button, #mobile-switch .search-form.open .btn-group button, .btn-group .cart_navigation input, .cart_navigation .btn-group input, .btn-group #pagination a, #pagination .btn-group a, .btn-group #pagination span, #pagination .btn-group span, .btn-group .madform .submit button, .madform .submit .btn-group button, .btn-group .madform .submit input, .madform .submit .btn-group input {
    float: left;
    margin-left: 2px; }
  
.quantity_discounts {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px; }
  .quantity_discounts p {
    text-align: right; }
  .quantity_discounts .icon-zlava {
    color: #a6a6a6;
    margin-left: 4px;
    margin-right: 14px; }
  .buy_block {
  *zoom: 1;
  /* .price {
  	margin-bottom: 10px;
  } */ }
  .buy_block:after {
    content: "";
    display: table;
    clear: both; }
  .buy_block .wt_tax {
    text-align: right;
    color: #666666;
    font-size: 11px; }
  
  #single-product {
  *zoom: 1; }
  #single-product:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    #single-product {
      width: 95%; }
       #single-product .summary {
        width: 53.125%;
        float: right;
        margin-right: 0; }
      #single-product.virtual .summary {
        width: 100%;
        float: right;
        margin-right: 0; }
      #single-product #main .product h1 {
        margin-top: -40px; }
      #single-product .indent {
        margin-top: 0; } }
  @media (min-width: 992px) {
    #single-product h1 {
      margin-left: 46.875%;
      margin-bottom: 0; }
    /* line 393 */
    #single-product.virtual h1 {
      margin-left: 0; } }
  /* line 398 */
  #single-product h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-top: 30px; }
  /* line 404 */
  #single-product .description {
    margin: 1em 0; }
  /* line 407 */
  #single-product dl {
    line-height: 25px; }
  /* line 411 */
  #single-product h3 {
    text-transform: none;
    font-size: 12px; }
    /* line 417 */
    #single-product h3 i {
      color: #a6a6a6;
      margin-left: 2px;
      margin-right: 16px; }
  /* line 423 */
  #single-product .info {
    width: 50%; }
  /* line 426 */
  #single-product .indent {
    padding-left: 30px; }
  /* line 430 */
  #single-product .price {
    float: right;
    text-align: right; }
  /* line 436 */
  #single-product .links {
    clear: both;
    float: right;
    margin-top: 5px; }
  /* line 442 */
  #single-product .thumbs_list {
    width: 100%; }
    /* line 445 */
    #single-product .thumbs_list li {
      overflow: hidden;
      height: 130px;
      width: 45%;
      margin-bottom: 10px;
      border: 1px solid #d9d9d9; }
    /* line 452 */
    #single-product .thumbs_list img {
      border: 0 none;
      width: 130px;
      height: auto; }
  /* line 459 */
  #single-product .variations {
    border-top: none; }

/* line 464 */

/* line 73 */
.bulk_prices {
  width: 100%;
  color: #999999;
  font-size: 11px;
  border-spacing: 0;
  border-collapse: collapse; }
  /* line 81 */
  .bulk_prices th {
    text-align: left;
    font-weight: normal; }
    /* line 85 */
    .bulk_prices th:last-child {
      text-align: right; }
  /* line 90 */
  .bulk_prices th, .bulk_prices td {
    padding: 0;
    line-height: 14px; }
  /* line 95 */
  .bulk_prices td {
    font-weight: bold;
    padding-right: 20px; }
    /* line 99 */
    .bulk_prices td.active {
      color: #333333; }
    /* line 103 */
    .bulk_prices td:first-child {
      padding-right: 0;
      width: 30px; }
    /* line 108 */
    .bulk_prices td:last-child {
      padding-right: 0;
      text-align: right; }
  /* line 114 */
  .bulk_prices .icon-zlava {
    color: #a6a6a6;
    font-size: 14px;
    position: relative;
    top: -7px;
    left: 4px; }
  .bulk_prices, #variation_price {
  display: none; }

  /* line 126 */
  form .addtocart label {
    font-weight: bold; }
  /* line 131 */
  form .ks > div, form .customization_block_input > div {
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d9d9d9; }
  /* line 139 */
  form .ks, form .customization_block_input {
    width: 40%;
    margin-right: 1%;
    margin-top: 20px; }
    /* line 141 */
    form .ks div, form .customization_block_input div {
      position: relative;
      float: left; }
    /* line 150 */
    form .ks input, form .customization_block_input input {
      background: transparent;
      border: 0 none;
      outline: none;
      font-weight: bold;
      font-size: 16px;
      font-weight: normal;
      padding-left: 10px;
      width: 80px; }
    /* line 161 */
    form .ks label, form .customization_block_input label {
      font-weight: normal;
      margin-left: 5px;
      line-height: 30px; }
  /* line 168 */
  form .customizationForm {
    *zoom: 1; }
    /* line 38, ../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
    form .customizationForm:after {
      content: "";
      display: table;
      clear: both; }
    /* line 171 */
    form .customizationForm > div {
      float: left;
      width: auto; }
  /* line 180 */
  form .variations {
    padding: 8px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }
    /* line 187 */
    form .variations ul {
      padding: 0; }
      /* line 190 */
      form .variations ul li {
        position: relative;
        margin: 0 0 2px;
        height: 21px;
        line-height: 22px;
        border-radius: 10px;
        -webkit-transition: background 0.2s linear;
        -moz-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        transition: background 0.2s linear; }
        /* line 198 */
        form .variations ul li:hover, form .variations ul li.active {
          background: #e6e6e6; }
        /* line 201 */
        form .variations ul li:before {
          content: none; }
        /* line 204 */
        form .variations ul li label {
          font-weight: normal; }
        /* line 207 */
        form .variations ul li .iradio {
          margin: 3px 0 0 4px;
          float: left; }
        /* line 211 */
        form .variations ul li.active .option_price {
          color: #000; }
        /* line 214 */
        form .variations ul li .option_title {
          margin-left: 10px; }
        /* line 217 */
        form .variations ul li .option_price {
          float: right;
          color: #808080;
          margin-right: 8px; }

/* line 253 */
div.products .price {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  
  line-height: 30px; 
  text-align: right;
}
/* line 262 */
div.products .notice {
  clear: both;
  font-weight: bold;
  color: #1078fe;
  display: none; }
  /* line 268 */
  div.products .notice.open {
    display: block;
    font-weight: normal;
    color: #404040; }
  /* line 273 */
  div.products .notice.pink {
    font-weight: bold;
    color: #1078fe; }
/* line 278 */
div.products .imagediv {
    background-color: #d6392d;
    border-radius: 5px;
    color: #fff;
    margin: 10px 0;
    font-weight: normal;
    padding: 5px;
}
/* line 101 */
#index #main .categories,
#main .categories {
  width: 100%; }
  @media (min-width: 992px) {
    /* line 101 */
    #index #main .categories,
    #main .categories {
      width: 100%;} }

/* line 112 */
.categories h2 {
  font-size: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 300; }
/* line 119 */
.categories ul {
  margin: 0 0 50px 0;
  padding: 0;
  width: 100%;
  *zoom: 1;
  overflow: hidden;
  border-top: 1px solid #c1c1c1; }
  /* line 38, ../../../../../../../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .categories ul:after {
    content: "";
    display: table;
    clear: both; }
/* line 128 */
.categories li {
  float: left;
  width: 50%;
  height: 180px;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  margin-top: -1px;
  text-align: center;
  position: relative; }
.categories li.li2 {
    border-left: 1px solid #c1c1c1;
}
  @media (min-width: 768px) {
    .categories li {
      height: 375px;
      width: 33.333333%; } 
    .categories li.li3 {
        border-left: 1px solid #c1c1c1;
    }
    .categories li.li2 {
        border-left: 0;
    }
  }
 .categories li:first-child {
    border-left: 1px solid #c1c1c1; }
.categories img {
  vertical-align: middle;
  max-height: 100%; }
.categories a {
  padding: 0 0 25px 0;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -webkit-transition: bacground 0.2s linear;
  -moz-transition: bacground 0.2s linear;
  -o-transition: bacground 0.2s linear;
  transition: bacground 0.2s linear; }
/* line 166 */
.categories a:hover {
  color: #1078fe;
  background-color: #f2f2f2; }
/* line 171 */
.categories span {
  position: absolute;
  bottom: 5px;
  left: 0;
  display: inline-block;
  width: 100%;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  font-weight: 300; }
  @media (min-width: 768px) {
    /* line 171 */
    .categories span {
      bottom: 15px;
      font-size: 15px; } }

/* line 1, ../sass/_list_home.scss */
#index #main section {
  width: 100%; }

/* line 291 */
.link, #mobile-switch .search-form.open button, .cart_navigation input, #pagination a, #pagination span, .madform .submit button, .madform .submit input {
  border: 0 none;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  
  font-size: 11px;
  padding: 0 8px;
  height: 20px;
  line-height: 21px;
  border-radius: 20px;
  text-decoration: none;
  background-color: #d6392d;
  margin-bottom: 3px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  outline: none; }
  /* line 311 */
  .link:hover, #mobile-switch .search-form.open button:hover, .cart_navigation input:hover, #pagination a:hover, #pagination span:hover, .madform .submit button:hover, .madform .submit input:hover {
    background-color: #1078fe; }
  /* line 315 */
  .link i, #mobile-switch .search-form.open button i, .cart_navigation input i, #pagination a i, #pagination span i, .madform .submit button i, .madform .submit input i {
    position: relative;
    top: 1px;
    margin-right: 6px; }
  /* line 322 */
  .link.right, #mobile-switch .search-form.open button.right, .cart_navigation input.right, #pagination a.right, #pagination span.right, .madform .submit button.right, .madform .submit input.right {
    float: right; }


/* line 4 */
.cart_quantity_up,
.cart_quantity_down,
.custom_cm_up,
.custom_cm_down {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  background-color: #bfbfbf;
  color: #808080; }

.cart_quantity_down,
.custom_cm_down {
  top: auto;
  bottom: 0;
  background-color: #d9d9d9; }

#cart_summary {
  width: 100%; }
  #cart_summary thead {
    color: #808080; }
  #cart_summary thead,
  #cart_summary tbody tr {
    border-bottom: 1px solid #d9d9d9; }
  #cart_summary th {
    font-weight: normal; }
  #cart_summary tfoot tr:first-child {
    height: 40px;
    vertical-align: bottom; }
  #cart_summary tfoot td:first-child {
    text-align: right;
    padding-right: 40px; }
  #cart_summary a {
    text-decoration: none; }
    #cart_summary a:hover {
      text-decoration: underline; }
  #cart_summary tbody td {
    text-align: center; }
    #cart_summary tbody td.cart_description {
      text-align: left; }
  #cart_summary .s_title_block,
  #cart_summary .cart_total .price {
    font-size: 15px;
    
    font-weight: bold;
    margin: 0; }
  #cart_summary #total_price {
    
    font-weight: bold;
    font-size: 20px; }
  #cart_summary .cart_quantity div {
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d9d9d9;
    font-weight: bold;
    position: relative; }
  #cart_summary .cart_quantity input {
    background: transparent;
    border: 0 none;
    outline: none;
    font-weight: bold;
    padding-left: 10px; }
#breadcrumb {
    background: #ededed;
    line-height: 20px;
    color: #9d9d9d;
    font-size: 14px;
    padding: 5px 15px; 
}
  
  #breadcrumb a, #breadcrumb .navigation-pipe {
    margin-right: 5px; }
  #breadcrumb a {
    text-decoration: none;
    color: #d6392d; 
    font-size: 12px;
  }
    #breadcrumb a:hover {
      text-decoration: underline; }
    #breadcrumb span {
        margin: 0 15px;
    }
    
    div.pageprev {
        position: fixed;
        top: calc(50% - 30px);
        left: 0;
        padding: 20px;
        width: 60px;
        height: 60px;
        font-size: 13px;
    }
    div.pagenext {
        position: fixed;
        top: calc(50% - 30px);
        right: 0;/* calc(25% + 50px);*/
        padding: 20px;
        width: 60px;
        height: 60px;
        font-size: 12px;
    }
    div.pageprev i, div.pagenext i {
        font-size: 25px;
        color: #d6392d;
    }
    div.pagenext .tooltip, div.pageprev .tooltip {
        position: absolute;
        top: -70px;
        z-index: 1030;
        display: block;
        font-size: 12px;
        line-height: 1.4;
        opacity: 0.8;
        background-color: black;
        color: white;
        filter: alpha(opacity=0.8);
        visibility: visible;
        padding: 3px;
        white-space:nowrap;
    }
   
    @media (max-width: 992px) {
        div.pagenext {
            right: 0;
        }
    }
    div.pagenext a i, div.pageprev a i {
        color: #d6392d;
        text-decoration: none;
    }
    div.nodecontent div, div.nodecontent p {
        text-indent: 2em;
    }
    div.nodecontent div[style*="text-align: center"], div.nodecontent p[style*="text-align: center"] {
        text-indent: 0;
    }
    /*img.zoom {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        width: 250px;
    }
    div.product_img {
        text-align:center; padding-right: 5%;position: relative; right: 0;
        padding-top: 25px;
    }
    img.zoom {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        width: 230px;
        margin-bottom: 30px;
        -webkit-animation-name: example;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: 3; 
   
    }*/

    .transition {
        -webkit-transform: scale(1.3); 
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        width: 270px;
        position: relative;
        right: 0px;
        z-index: 1000;
    }
    label.error {
        font-weight: bold;
        margin-left: 10px;
        color: #d6392d;
    }
    #megrendeles input[type=submit] {
        background-color: #d6392d;
        color: #fff;
        padding: 10px;
        border: 0;
        font-size: 15px;
        font-weight: bold;
        
    }