/*-----------------------------------------------------------------------------------*/
/*	Table of contents
/*-----------------------------------------------------------------------------------*/
/*
 Section 1. -- Default styles - overrides defaults from boostrap3 css/bootstrap.css 
 Section 2. -- Navbar - Top menu
 Section 3. -- Footer 
 Section 4. -- Twitter feed 
 Section 5. -- Category
 Section 6. -- Contact us
 Section 7. -- About us
 Section 8. -- Checkout
 Section 9. -- My account
 Section 10. -- Product styles
 Section 11. -- Cart
 Section 12. -- Forgot password
 Section 13. -- Site map 
 Section 14. -- 404
 Section 15. -- Blog
 Section 16. -- Newsletter
 Section 17. -- Alert box
 Section 18. -- Autocomplete
 Section 19. -- Media queries
*/
/*-----------------------------------------------------------------------------------*/
/*	Default styles
/*-----------------------------------------------------------------------------------*/
/* undo boostrap stupid hacks */
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin-left: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  overflow-x: hidden;
}
.no_padding {
  padding: 0;
}
.no_paddingleft {
  padding-left: 0;
}
.no_paddingright {
  padding-right: 0;
}
.banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.no_padding .banner {
  padding: 0;
  margin: 0;
}
a {
  font-size: 12px;
  color: #777;
}
a:hover, a:focus {
  text-decoration: none;
  cursor: pointer;
}
ul, ol {
  list-style: none;
  padding: 0;
}
.page-container {
  margin: 208px auto 50px auto;
  padding: 0;
}
p {
  line-height: 26px;
}
img {
  max-width: 100%;
}
img.background {
  object-fit: cover;
}
select {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  width: 220px;
  max-width: 100%;
}
select, input[type="file"] {
  height: 30px;
  line-height: 30px;
  padding: 4px 6px;
}
.form-group .wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.product-button-group {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 172px;
  margin-bottom: 20px;
}
.product-button-group .quantity {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px;
  width: 100%;
}
.input-group.spinner {
  display: block;
  width: 172px;
}
.price-block {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.price-coast {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}
.price-coast li.old-price {
  margin-right: 20px;
}
.quantity button.btn.btn-default {
  margin: 0;
}
.quantity .btn,
.quantity #input-quantity {
  width: 40px;
  height: 40px;
  border: none;
}
.simplecheckout-cart .quantity .input-group-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: inherit;
}
.simplecheckout-cart .quantity button.btn,
.simplecheckout-cart .quantity input.form-control {
  width: 30px;
  height: 30px;
  padding: 0;
}
.simplecheckout-cart .quantity button.btn i {
  font-size: 15px;
}
#simplecheckout_cart .form-control {
  text-align: center;
  vertical-align: middle;
}
.quantity i {
  top: 0;
  font-size: 23px;
}
.row.sort_show {
  border-bottom: 1px solid #EEEEEE;
  /*border-top: 1px solid #EEEEEE;*/
  background: #fff;
  padding: 8px 10px 0;
}
#input-sort, #input-limit {
  font-size: 11px;
  background: #fafafa;
  height: auto;
  border: none;
  box-shadow: none;
}
.sort_show label {
  line-height: 32px;
  font-weight: normal;
  color: #777;
}
input[type="image"] {
  vertical-align: middle;
}
ul, ol {
  margin: 0;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], .uneditable-input {
  padding: 5px 5px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: #ddd;
}
.form-group.required .control-label:after {
  content: "*";
  color: red;
}
.required {
  color: red;
}
.buttons {
  margin: 10px 0;
  height: 50px;
  padding: 0;
}
.btn {
  background-color: #fff;
  background-image: none;
  border: 1px solid #eee;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  color: #333;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  transition: all 0.4s ease 0s;
}
.btn.selectpicker {
  background: #fafafa;
  border: none;
  color: #333;
}
.btn:hover {
  background-color: #333;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  border-color: #eee;
  background: #000000;
}
.button, .btn-primary, #button-confirm {
  background-color: #333;
  color: #fff;
  padding: 0;
  transition: all 0.4s ease 0s;
  width: 160px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
}
.product .btn-primary {
  /*    display:none;*/
  background: #fff;
  color: #555;
  letter-spacing: 1px;
}
.buttons .right {
  text-align: right;
}
#button-review {
  margin-bottom: 20px;
}
div.bootstrap-select.btn-group {
  margin: 0;
}
select.form-control {
  font-size: 12px;
}
select.selectpicker {
  display: none;
}
.btn.btn-link {
  background: transparent;
  color: #aaa;
  text-transform: lowercase;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0 8px;
  border: none;
  font-size: 11px;
  text-decoration: none;
}
#top .btn.btn-link {
  color: #555;
  font-size: 12px;
  line-height: 1;
}
#top .btn.btn-link strong {
  color: #777;
  font-size: 12px;
  line-height: 1;
}
.btn.btn-link img {
  opacity: 0.8;
  height: 14px;
  line-height: 1;
  margin-right: 5px;
}
.btn.btn-link strong {
  font-size: 10px;
}
.btn.btn-link:hover {
  color: #000;
}
.btn.btn-link:hover img {
  opacity: 1;
}
.login-box .dropdown-menu {
  padding: 20px;
  min-width: 250px;
}
.dropdown.login-box {
  line-height: 12px;
}
.login-box .dropdown-menu h3 {
  border-top: 1px solid #eeeeee;
  color: #555;
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0 5px;
  padding-top: 5px;
  text-transform: capitalize;
}
.login-box .dropdown-menu .line {
  border-bottom: 1px solid #eeeeee;
  margin: 10px 0 20px;
}
.login-box .dropdown-menu > a {
  display: inline-block;
  margin: 10px 0;
  color: #333;
}
.login-box div a.btn, .login-box div input.btn {
  display: block;
  color: initial;
  margin: 5px 0;
}
.login-box input {
  display: block;
  width: 100%;
}
.login-box .dropdown-menu .btn-default {
  background: #eee;
}
.login-box .dropdown-menu .btn-default:hover {
  background: #333;
  color: #fff;
}
.pull-right .login-box .dropdown-menu {
  left: auto;
  right: 0;
}
#top .pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.navbar .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.screen_right {
  direction: ltr;
}
/*-----------------------------------------------------------------------------------*/
/*	Navbar
/*-----------------------------------------------------------------------------------*/
.navbar-toggle .icon-bar {
  background: #777;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar .navbar-toggle {
  border-color: transparent;
}
.navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
  margin: 0 0;
}
.navbar-toggle .icon-bar {
  background: #333;
}
.navbar .navbar-brand {
  text-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 0;
  line-height: 32px;
  height: auto;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  text-transform: capitalize;
  color: #444;
}
.navbar-brand > img {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 5px;
  vertical-align: middle;
  opacity: 1;
}
.navbar .navbar-brand span {
  color: #555;
  text-shadow: none;
  display: inline-block;
  text-align: center;
}
.header {
  position: absolute;
  top: 36px;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
  background-color: #ffffff;
}
.navbar {
  background-image: none;
  border: none;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  z-index: 100;
  min-height: 0;
  text-align: center;
}
.navbar .dropdown-menu {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  min-width: 200px;
}
.navbar-toggle .icon-bar {
  background: #333;
}
.navbar .nav > li:hover > a {
  color: #333333;
}
a.menu:after, .dropdown-toggle:after {
  content: none;
}
.navbar .dropdown-menu:after, .navbar .dropdown-menu:before {
  content: "";
  background: none;
  border: none !important;
}
.navbar .dropdown-menu > li > a, .navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-menu > li > a:hover {
  color: #555;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  text-shadow: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  white-space: normal;
}
.navbar .dropdown-menu > li > a:hover {
  background: #777;
  background: rgba(0, 0, 0, 0.9);
  background: #333;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-shadow: none;
}
.navbar .nav > li > a {
  text-shadow: none;
  font-family: 'Open sans', sans-serif;
  color: #888;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 6;
}
.navbar-nav {
  margin: 0;
}
.navbar .nav .list-unstyled li a {
  padding: 5px 20px;
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
.navbar .nav .list-unstyled li:not(li:first-child) a:hover {
  background-color: #333333;
  color: #ffffff;
}
.navbar .nav .list-unstyled li p strong {
  font-weight: 400;
  color: #333333;
  font-size: 15px;
  background-color: #FFFFFF;
}
.nicopopup {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.nicopopup .alert-warning {
  color: #ccc;
  background-color: #141414;
  border-color: #ffffff;
}
.nicopopup a:hover,
.nicopopup a:focus {
  color: #FFFFFF;
}
.nicopopup button.btn.btn-default.push-right {
  background-color: #333;
  color: #FFFFFF;
}
.nicopopup button.btn.btn-default.push-right:hover {
  background-color: #FFFFFF;
  color: #333333;
}
#top {
  font-size: 11px;
  color: #777;
  background: #f5f5f5;
  font-weight: 400;
}
#welcome {
  margin: 2px 0 2px 10px;
  text-transform: lowercase;
}
#top .container {
  padding: 10px 0;
}
#top > a {
  color: #777;
  font-size: 11px;
}
#top ul.dropdown-menu > li > a {
  padding: 10px 20px;
  color: #333;
}
#top ul.dropdown-menu > li > a img {
  margin-right: 10px;
}
#top ul.dropdown-menu > li > a > span {
  display: inline-block;
  width: 30px;
}
#top .btn.btn-link:hover {
  color: #333;
}
#top-links > ul > li > a {
  padding: 0 5px;
}
#top-links > ul > li > a {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  padding: 0 0;
  color: #555;
  text-transform: lowercase;
}
#top-links a span {
  padding: 0 2px;
}
#top-links a > i, .login-box a > i {
  font-size: 12px;
  color: #777;
}
#top-links a i.fa.fa-chevron-down, #currency i.fa.fa-chevron-down, #language i.fa.fa-chevron-down, .login-box a i.fa.fa-chevron-down {
  color: #999;
  display: inline-block;
  font-size: 9px;
  margin-bottom: 3px;
  margin-right: 10px;
  margin-left: 2px;
  vertical-align: middle;
}
#top-links a:last-child span {
  border-right: none;
  font-size: 12px;
  line-height: 1;
}
#top-links .top-login {
  display: none;
}
div#header {
  padding: 20px 20px 0;
  background: #fff;
  width: 100%;
}
#header .container .row {
  position: relative;
}
#header .container > div {
  text-align: center;
}
#header .left-logo {
  display: none;
}
body#home div#header {
  background: transparent;
}
.navbar-search {
  margin: 0;
  padding: 0;
  text-align: right;
}
.search-col {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  right: 50px;
}
.navbar-search .search-query {
  border-radius: 0 0 0 0;
  box-shadow: none !important;
  padding: 6px 15px 6px;
  background: #fff;
  width: 350px;
  font-size: 12px;
  -moz-transition: width .5s, opacity 1s;
  -webkit-transition: width .5s, opacity 1s;
  transition: width .5s, opacity 1s;
  margin: 0 0 0 0;
  float: left;
  border: none;
}
.navbar-form.navbar-left {
  margin: 0;
  margin-right: 5px;
  padding: 0;
  font-size: 12px;
}
.navbar-form.navbar-left select.form-control {
  font-size: 12px;
  padding: 6px 10px;
}
form.navbar-search > div.input-group {
  display: block;
}
form.navbar-search > div.input-group > button {
  border: medium none;
  border-radius: 0 0 0 0;
  color: #333;
  font-size: 12px;
  padding: 15px 16px 14px;
  line-height: 1px;
  top: 0;
  text-shadow: none;
  box-shadow: none;
  vertical-align: top;
  float: right;
  background: url('../img/find.svg') no-repeat center center transparent;
  border-left: none;
}
form.navbar-search:hover > div.input-group > button, form.navbar-search.expand > div.input-group > button, .navbar-search .search-query:focus + button {
  background-color: #eee;
}
#language, #currency {
  display: none;
}
.cart-info.dropdown-menu {
  right: 10px;
}
.nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #FFFFFF;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-top-color: #FFFFFF;
  border-top-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 2px;
  margin-left: 2px;
  border-width: 2px 2px 0;
}
.nav li.dropdown:hover > .dropdown-toggle .caret {
  border-bottom-color: #333333;
  border-top-color: #333333;
}
.nav.cart > a, #cart > button {
  background-image: url("../img/basket.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #f55064;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: none;
  font-family: 'Vidaloka', sans-serif;
  z-index: 1;
  height: 24px;
  width: 24px;
}
.navbar .nav.cart > li:hover > a, .navbar .nav.cart > li.open > a {
  /*background:url("../img/cart_black.png") no-repeat 8px 45px #FFFFFF;*/
}
.navbar .nav.cart > li > a span {
  background: #333;
  padding: 2px 5px;
  border-radius: 3px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  color: #fff;
  margin-left: 20px;
}
.cart {
  display: inline-block;
  /*margin-top: 3px;
  padding: 4px 0 4px 7px;*/
  position: absolute;
  top: 8px;
  right: 10px;
}
.cart img {
  vertical-align: text-top;
  cursor: pointer;
  margin-top: 2px;
  padding: 0;
  min-width: 47px;
  min-height: 47px;
}
.cart a {
  color: #555;
  font-weight: 400;
  font-size: 12px;
}
.cart a:hover {
  text-decoration: none;
}
#cart > span {
  position: relative;
  top: -3px;
  left: 20px;
}
.cart .checkout {
  color: #999;
}
.cart .checkout a {
  font-size: 11px;
  color: #777;
  font-weight: normal;
}
@media (min-width: 768px) {
  div#header {
    padding: 0;
  }
  body#home div#header {
    padding: 0;
  }
  /*-----------------------------------------------------------------------------------*/
  /*	Navbar
	/*-----------------------------------------------------------------------------------*/
  .navbar-center {
    left: 50%;
    margin-left: -100px;
    position: absolute;
  }
  .navbar-nav {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  /*bootstrap3 multi level menu*/
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 8px;
    margin-right: -10px;
  }
  .dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
  }
  .dropdown-submenu .pull-left {
    float: none;
  }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
  }
  .nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
  }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #fff;
    color: #333;
  }
  .navbar .dropdown-menu.multi-2-columns {
    width: 400px;
  }
  .navbar .dropdown-menu.multi-2-columns li {
    float: left;
    width: 200px;
  }
  .navbar .nav > li:hover > a {
    color: #000;
  }
  .navbar .dropdown-menu > li > a, .navbar .dropdown-menu > li > a:focus,
  .navbar .dropdown-menu > li > a:hover {
    padding: 5px 20px;
  }
  .navbar-search {
    padding: 0 0 0 0;
    margin: 0;
  }
  .navbar-search .search-query {
  }
  .navbar-search .search-query, .navbar-search:hover .search-query, .navbar-search.expand .search-query, .search-query:focus {
    padding: 5px 15px;
    width: 150px;
    opacity: 1;
    margin: 0 0 0 0;
    background: #fff;
    color: #555;
    border: 1px solid #eee;
  }
  .navbar-search:hover ul.autocomplete.show, .search-query:focus + ul.autocomplete.show {
    display: block;
    opacity: 1;
  }
  .navbar .nav.cart > li > a {
    background-position: 0 2px;
  }
  .navbar .nav.cart > li > a span {
    margin: 0;
  }
  ::-webkit-input-placeholder { /* WebKit browsers */
    color: #bbb;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bbb;
    opacity: 1;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bbb;
    opacity: 1;
  }
  :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #bbb;
  }
  .form-control::-moz-placeholder {
    color: #bbb;
    font-size: 11px;
  }
  .form-control::-webkit-input-placeholder {
    color: #bbb;
    font-size: 11px;
  }
  .form-control:-moz-placeholder {
    color: #bbb;
    font-size: 11px;
  }
  .form-control:-ms-input-placeholder {
    color: #bbb;
    font-size: 11px;
  }
  .dropdown-menu .divider {
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #FFFFFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 5px 1px;
  }
  .navbar .navbar-toggle {
    border-color: transparent;
  }
  .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
    margin: 0 20px;
  }
  .nav li + .dropdown-header {
    margin-top: 0;
  }
  .dropdown-header {
    text-shadow: none;
    text-transform: uppercase;
  }
  .dropdown .dropdown-menu .dropdown-header {
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 20px 0;
    color: #999;
    font-weight: 600;
    font-size: 11px;
    text-shadow: 0 0 1px #EEEEEE;
  }
  .dropdown-menu .divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar .dropdown-menu {
    margin-top: 0;
  }
  div.navbar {
    margin: 0 auto 0;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
    /*display:inline-block;*/
    vertical-align: middle;
    clear: both;
  }
  div.navbar p {
    font-size: 12px;
  }
  .navbar .nav > li {
    padding: 10px 0 10px;
    display: inline-block;
    float: none;
  }
  .navbar .nav > li:hover {
    background: #fafafa;
    color: #333;
  }
  .white .navbar .nav > li:hover {
    background: #fff;
    color: #545557;
  }
  .navbar .nav > li.highlight {
    /*background:#000;*/
  }
  .navbar .nav > li.highlight > a {
    color: #444;
    font-weight: 600;
  }
  .navbar .nav > li > a {
    text-shadow: none;
    font-family: 'Montserrat', 'Lato', 'Helvetica', 'Arial', sans-serif;
    color: #555;
    display: block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 20px;
    position: relative;
    padding: 0 12px;
    text-decoration: none;
    text-transform: uppercase;
    /*transition: all 0.3s ease 0s;*/
    z-index: 6;
  }
  body#home .navbar .nav > li > a {
    color: #555;
  }
  /*.navbar .nav > .active, .navbar .nav > .active, .navbar .nav > .active,*/
  .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
    border-bottom: 2px solid #333;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 1px;
  }
  .navbar .nav > li b {
    color: #f55064;
    font-size: 6px;
    line-height: 12px;
    margin-bottom: 3px;
    margin-left: 2px;
    vertical-align: middle;
  }
  .navbar .btn-navbar {
    margin-top: 15px;
  }
  .respond input[type="text"], .respond label, .respond textarea {
    width: 300px;
  }
  .menu, .footer, .powered {
    padding: 0;
    width: 1000px;
  }
  .menu .row {
    margin: 0;
  }
  .menu .navbar .nav {
    margin-left: 10px;
  }
  .menu .row,
  .menu .row .col-md-12,
  .powered .row {
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .page-container {
    font-size: 12px;
  }
  .footer {
    display: table;
    padding: 30px 0;
  }
  .order-notes textarea {
    width: 440px;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    margin: 0;
    z-index: 9999999;
    border-radius: 0;
    left: auto;
  }
  .navbar-nav > li > .dropdown-menu {
    box-shadow: 0 1px 2px -2px #000000;
  }
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    box-shadow: 0 4px 6px rgba(0,0,0, 0.11);
  }
  .white ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    background-color: #fff;
    color: #333;
  }
  ul.nav li.dropdown-submenu:hover ul.dropdown-menu {
    border-top: none;
  }
  a.menu:after, .dropdown-toggle:after {
    content: none;
  }
  /*end navbar*/
  .breadcrumb {
    padding: 15px 0;
    background: #fff;
  }
  #container .container .row {
    padding-bottom: 30px;
  }
}
.nav-tabs > li > a {
  border-radius: 0;
}
.logo {
  display: block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.logo a span {
  display: inline;
}
.logo img {
  vertical-align: top;
  margin: 10px 0;
}
.logo a:hover {
  text-decoration: none;
}
.welcome {
  display: inline-block;
  padding-top: 30px;
}
.welcome a {
  font-size: 12px;
  color: #999;
}
.welcome a:hover {
  text-decoration: none;
  color: #000;
}
#search {
  float: right;
}
#search input {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #eee;
  padding: 9px 8px;
  color: #999;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  width: 30px;
  display: inline-block;
  background: #fff;
  visibility: hidden;
}
#search button {
  margin-top: -10px;
  height: 32px;
}
.button-search {
  background: url("../img/search.png") no-repeat scroll center center transparent;
  cursor: pointer;
  height: 18px;
  margin-left: -35px;
  margin-top: -27px;
  left: 100%;
  position: relative;
  width: 35px;
}
.nav-collapse.collapse {
  z-index: 10000;
}
.carousel {
  /*margin-top: 20px;*/
  /*margin-bottom: 30px;*/
  margin: 0;
}
.carousel-control {
  line-height: 23px;
}
.left-menu .category_module {
  margin-bottom: 20px;
}
.left-menu > div.category_module {
  background: #fafafa;
}
.left-menu > div.category_module {
  padding: 20px 30px;
}
.left-menu .banner {
  margin: 20px 0 0;
  color: #555;
  padding: 10px;
}
.left-menu .banner h4 {
  font-size: 16px;
  text-align: center;
}
.left-menu .options {
  margin-top: 20px;
}
.left-menu .options > select {
  min-width: 50px;
  width: auto;
  background-color: #f7f7f7;
  display: inline-block;
  margin-right: 5px;
  padding-right: 15px;
  border: 1px solid #fff;
}
.left-menu > div.category_module ul {
  margin-left: 10px;
}
.left-menu > div.category_module ul li {
  padding: 5px 0;
}
.left-menu > div.category_module ul li a {
  color: #555555;
  font-family: 'lato', sans-serif;
  font-size: 12px;
  line-height: 22px;
  padding-bottom: 1px;
}
.left-menu > div.category_module ul li a:hover {
  text-decoration: none;
  color: #333;
}
.left-menu > div.category_module ul li.active > a {
  border-bottom: 2px solid #999;
}
.left-menu .category_module h3 {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  color: #000;
  border: inherit;
}
.panel.nico_filters {
  padding: 10px;
  border: none;
  box-shadow: none;
}
.list-group-item-block {
  min-width: 280px;
}
.list-group .list-group-item {
  background: transparent;
  border: none;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.list-group {
  background: #fff;
}
.panel.nico_filters .list-group {
  background: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.panel.nico_filters .list-group .list-group-item {
  border: none;
  margin-bottom: 10px;
  padding: 10px 5px;
  max-width: 290px;
}
.list-group .list-group-item.priceslider {
  padding: 10px 15px;
  margin-bottom: 30px;
}
.panel.nico_filters .list-group-item.group {
  color: #777;
  margin: 0;
  padding: 5px 10px 10px;
  border-bottom: 1px solid #eee;
}
.list-group-item .checkbox:hover {
  color: #104da1;
}
.list-group-item .checkbox {
  cursor: pointer;
  display: inline-block;
  min-width: 45%;
  width: 100%;
  vertical-align: middle;
  line-height: 14px;
  margin: 3px 0;
}
.list-group-item .checkbox.checked {
  color: #337ab7;
  font-weight: 600;
}
.list-group-item .checkbox input {
  vertical-align: bottom;
}
.list-group-item.categories .checkbox {
  display: inline-block;
  margin: 0;
  min-width: 45%;
  min-height: 25px;
}
.list-group-item .checkbox.image {
  display: inline-block;
  min-width: 0;
  font-size: 11px;
  font-weight: 400;
  margin: 0 1px 1px 0;
  padding: 2px 3px;
  border: 2px solid transparent;
  cursor: pointer;
  line-height: 18px;
  border-radius: 5px;
}
.list-group-item .checkbox.image.checked {
  background: #fff;
  border-color: transparent;
  box-shadow: 0 0 1px 1px rgba(51, 122, 183, 0.7) inset;
  color: #333;
}
.list-group-item .checkbox.image img {
  border-radius: 50%;
  max-height: 15px;
}
.list-group-item #manufacturer-group .checkbox.image img {
  max-height: none;
  border-radius: 0;
  object-fit: contain;
  width: 100px;
}
.list-group-item .checkbox.image input {
  position: absolute;
  visibility: hidden;
}
.list-group-item .checkbox.image span {
  vertical-align: middle;
}
.list-group-item .checkbox strong {
  font-size: 11px;
}
label.checkbox input[type=checkbox] {
  display: none;
}
/* to hide the checkbox itself */
label.checkbox:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 16px;
}
label.checkbox:before {
  vertical-align: middle;
  content: "\f096";
  color: #ccc;
}
/* unchecked icon */
label.checkbox:before {
  letter-spacing: 5px;
}
/* space between checkbox and label */
label.checkbox:hover:before {
  content: "\f14a";
  font-weight: normal;
  letter-spacing: 4px;
}
label.checkbox.checked:before {
  content: "\f14a";
  color: inherit;
}
/* checked icon */
label.checkbox.checked:before {
  letter-spacing: 4px;
}
/* allow space for check mark */
label.checkbox.image:before, label.checkbox.image.checked:before {
  content: "";
}
h1, h1 a, h2, h2 a, legend {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: 'Vidaloka', 'Lato', sans-serif;
}
h1, h1 a {
  font-size: 18px;
}
.heading h2 {
  color: #555;
  font-family: 'Montserrat', 'Lato', sans-serif;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: none;
}
.heading {
  margin: 20px 0 0;
  position: relative;
  text-align: center;
}
.heading:after {
  background: none repeat scroll 0 0 #ddd;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.heading:after + h2 {
  top: 9px;
}
.heading h2 {
  padding: 0 20px;
  display: inline-block;
  letter-spacing: 3px;
  border: none;
  margin: 0;
  background: #fff;
  z-index: 100;
  top: -7px;
  position: relative;
}
ul.slides {
  margin-bottom: 00px;
}
.banners {
  margin: 20px 0;
}
.banner {
  margin: 20px 0;
}
.no_padding .banner {
  padding: 0;
}
.banners .banner:first-child {
  border-left: none;
}
.banners .banner .icon {
  font-size: 16px;
  margin: 0 10px;
  color: #333;
  font-style: normal;
  font-weight: 400;
}
.banners .banner-icon {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background: #333;
  color: #fff;
  text-align: center;
  float: none;
  display: inline-block;
}
.banners .banner div {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
.product-list .product:before, .product-list .product:after {
  content: " ";
  display: table;
}
.product-list .product:after {
  clear: both;
}
.row.product_list {
  border-right: 1px solid #eeeeee;
}
.left-menu .row.product_grid, .left-menu .row.product_list {
  margin: 0;
  padding: 0;
}
.row.product_grid {
  border-right: 1px solid #eee;
}
.left-menu .row.product_grid {
  border-top: 1px solid #eee;
}
.left-menu .row.product_grid .prod {
  border-top: none;
}
#content .product-layout .product-list .product {
  margin-bottom: 10px;
}
.product-list .product .image {
  float: left;
  max-width: 100%;
}
.product-list .product > div {
  float: left;
}
.product-list .product .price p, .product-list .product .price .price-new, .product-list .product .price .price-old {
  font-size: 11px;
  line-height: 16px;
  font-weight: normal;
  margin: 0;
}
.product-list .product .actions div.rating {
  padding: 0;
  display: none;
}
.product-list .product_sale {
  margin-top: 0;
  background: #f55064;
  font-size: 11px;
  font-weight: normal;
  padding: 0 4px;
  display: none;
  z-index: 1;
  border-radius: 3px;
}
.product-list .product .name, .product-list .product .price, .product-list .product .rating {
  text-align: left;
}
#content .product-layout .product-list .product .actions button.btn.btn-primary {
  display: block;
  margin: 5px 0;
}
.products .prod {
  padding-left: 10px;
  padding-right: 10px;
  min-height: 420px;
}
.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  line-height: 14px;
  border: 1px solid #eee;
  padding: 30px 0 0;
}
.product:hover {
  box-shadow: 0 4px 15px -5px rgb(0 0 0 / 20%);
  transition: box-shadow 300ms;
}
.customProducts .prod {
  padding-left: 10px;
  padding-right: 10px;
  min-height: 420px;
}
#colorbox .customProducts {
  display: none;
}
.product > a {
  display: block;
  padding: 0;
}
.product_sale {
  background: #333;
  background: rgba(0, 0, 0, 0.6);
  background: #f55064;
  background: rgba(245, 80, 100, 0.8);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 10px;
  left: 15px;
  display: inline-block;
  margin-top: 15px;
  padding: 0 5px 1px;
  position: absolute;
  line-height: 17px;
  border-radius: 2px;
  text-transform: uppercase;
  z-index: 1;
  font-family: 'Open Sans', sans-serif;
}
.product_sale:nth-child(2) {
  right: 15px;
  left: auto;
}
.product_sale:nth-child(3) {
  top: 45px;
}
.product_sale.popular {
  background: #0fabf3;
  background: rgba(15, 171, 243, 0.6);
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 0 8px 0;
}
.product_sale.new {
  background: #5bb300;
  background: none repeat scroll 0 0 rgba(91, 179, 0, 0.6);
  font-size: 8px;
  letter-spacing: 1px;
  font-weight: 700;
}
.product_sale.left {
  background: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  margin-left: 0;
  margin-right: -75px;
  margin-top: 40px;
  max-width: 250px;
  font-size: 11px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 20px;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  transform: rotate(60deg);
  width: 200px;
  left: auto;
}
.product .name {
  text-align: center;
  overflow: hidden;
  margin-top: 20px;
}
.product .name a {
  display: block;
  height: 60px;
  font-weight: normal;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.product-list .product .name a {
  text-transform: capitalize;
}
.product .name a:hover {
  color: #101010;
  text-decoration: none;
}
.product .image.hover_img .additional_image {
  display: none;
}
.product .image.hover_img > a {
  display: block;
}
.product .rating {
  color: #f55064;
  font-size: 10px;
  line-height: 20px;
  display: none;
}
.product .name > div {
  max-width: 230px;
  margin: auto;
}
#product .rating p .review_link {
  margin-left: 10px;
}
#tab-review .fa.fa-stack {
  color: #f55064;
}
#product .rating .fa-stack {
  color: #ccc;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  position: relative;
  vertical-align: middle;
  width: 15px;
}
#product .form-group {
  margin-bottom: 0;
}
#product .radio {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  margin: 0;
}
#product .radio label {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  display: block;
  padding: 2px 4px;
  text-align: center;
  min-height: 0;
  margin: 0 3px;
  font-family: 'Lato', sans-serif;
  border-radius: 5px;
  min-width: 25px;
}
#product .image .radio label {
  font-size: 11px;
  font-weight: 400;
  margin: 0 0 0 0;
  padding: 2px 5px;
  border-color: transparent;
  background: transparent;
}
#product .radio label.checked {
  background: #fff;
  border-color: #f55064;
  border-radius: 2px;
  color: #333;
}
#product .radio input {
  position: absolute;
  visibility: hidden;
}
#product .radio img {
  max-height: 20px;
  margin: 0 auto;
  border-radius: 50%;
}
#product .radio span {
  vertical-align: middle;
}
#product table.features {
  min-width: 290px;
  margin-bottom: 40px;
}
#product table.features th,
#product table.features td {
  padding: 5px 0;
  font-size: 12px;
  line-height: 1;
}
.product .actions {
  min-height: 50px;
}
.product > div.image {
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
  border-bottom: 1px solid #EEEEEE;
}
.product > div.image img {
  width: 100%;
}
.product .btn-block {
  display: flex;
  flex-direction: row;
  padding: 10px 0 0;
}
.product button.btn {
  position: relative;
  width: 50%;
  height: auto;
  background: transparent;
  padding: 20px;
  border-radius: 0;
  text-transform: uppercase;
  color: #000000;
  font-size: 13px;
  font-weight: 100;
  line-height: 1;
  transition: all 0.3s ease;
  overflow: hidden;
}
.product a.btn {
  position: relative;
  width: 50%;
  height: auto;
  background: transparent;
  border-radius: 0;
  text-transform: uppercase;
  color: #000000;
  font-size: 13px;
  font-weight: 100;
  line-height: 1;
  transition: all 0.3s ease;
  overflow: hidden;
}
.product a.btn span.quickview {
  padding: 20px;
}
.product .btn:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transform: scale(.1);
  transform: scale(.1);
}
.product .btn:hover {
  color: #fff;
}
.product .btn:hover:after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product > div > div.hover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 1s; /* For Safari 3.1 to 6.0 */
  transition: opacity 1s;
  opacity: 0;
  text-align: center;
}
.product > div > div.hover > div {
  display: table;
  width: 100%;
  height: 100%;
}
.product > div > div.hover > div > a {
  display: block;
  position: relative;
  vertical-align: middle;
  outline: none;
  width: 100%;
  height: 100%;
}
.product > div > div.hover > div > a > span {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #f55064;
  background: rgba(245, 80, 100, 0.7);
  color: #fff;
  padding: 6px 8px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 2px;
  line-height: 20px;
}
.product > div > div.hover > div > a > span:hover {
  background: #333;
  color: #fff;
}
.product_list .product .actions {
  min-height: 0;
}
.product .price {
  text-align: center;
  font-size: 12px;
  color: #555;
  font-family: 'Lato', sans-serif;
  margin: 0;
  line-height: 24px;
}
.product .price p {
  margin: 0;
}
.product .price .price-new {
  color: #555;
}
.product .price .price-old {
  font-weight: normal;
  text-decoration: line-through;
  font-size: 12px;
}
.product .addcart {
  text-align: center;
  height: 45px;
  display: none;
}
.product .addcart a {
  background: #333;
  padding: 8px 15px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}
.product .addcart a:hover {
  text-decoration: none;
  color: #fff;
  background: #aaa;
}
.product .description {
  display: none;
  line-height: 18px;
  padding: 10px 0;
}
.image-additional {
  margin: 20px 10px;
  direction: ltr;
}
.product-info .image-additional li {
  float: left;
}
.image-additional a {
  display: inline-block;
  padding: 5px;
}
.product-list .col-md-12 {
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #eee;
}
.product-list .product, .product-list .product .name {
  text-align: left;
}
.product-layout .product-list .product .description {
  display: none;
}
#content .product-layout .product-list .product .description {
  display: block;
  margin: 10px 0;
}
.product-layout .product .actions button.btn {
  display: none;
}
.product-layout .product .image .hover {
  display: none;
}
#content .product-layout .product .image .hover {
  display: block;
}
#content .product-layout .product .actions button.btn {
  display: block;
}
.product-layout .product .actions .name {
  max-height: none;
  /*	margin-top:0;*/
  overflow: initial;
}
#content .product-layout .product .actions .name {
  display: block;
}
.product-list .product > a, .product-list .product > div {
  float: left;
}
.product-list .product > div {
  margin: 0;
  padding: 0;
}
.product-list .product > div.image {
  width: 40%;
}
.product-list .product > div.actions {
  margin-left: 0;
  width: 60%;
  float: left;
}
.product-list .product .price {
  text-align: left;
  min-height: 0;
}
.product-list .product .price p {
  font-size: 12px;
  color: #333;
  margin: 0;
}
#content .product-layout .product-list .product > div .name a {
  font-size: 14px;
  text-transform: uppercase;
}
.products_cover {
  margin-top: 0;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.products_cover > div > div {
  display: table;
  height: 100%;
}
.products_cover > div > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 20px;
  text-align: center;
}
.products_cover > div > div > div > div {
  height: 100%;
  left: 0;
  padding: 30px;
  position: absolute;
  top: 0;
  width: 100%;
}
.products_cover > div > div > div > div > div {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}
.products_cover > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-block .banner-block-container {
  display: block;
  position: relative;
  max-width: 340px;
  margin: auto;
}
.banner-block .banner-block-container img {
  object-fit: contain;
  object-position: center;
}
.banner-block .banner-block-container .border-block {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 60px);
  height: calc(100% - 40px);
  margin: 20px 30px;
  border: 2px solid #FFFFFF;
}
.products_cover h3,
.banner-block h3 {
  color: #f55064;
  border-bottom: 2px solid #fff;
  display: inline-block;
  font-family: 'Vidaloka', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}
.products_cover p,
.banner-block p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 26px;
  padding: 10px;
}
.products_cover a,
.banner-block a {
  color: #555;
  background: #fff;
  font-size: 12px;
  font-family: 'Lato', 'Montserrat', sans-serif;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.products_cover.right,
.banner-block.right {
  float: right;
}
.products_cover.white h3,
.products_cover.white p,
.banner-block.white h3,
.banner-block.white p {
  color: #fff;
}
.products_cover.white a,
.banner-block.white a{
  background: #fff;
}
.full-width-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.product-image .image {
  display: inline-block;
}
/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
.footer {
  clear: both;
  color: #555;
  overflow: hidden;
  transition: bottom 1s ease 0s;
  width: 100%;
  z-index: 1000;
  padding-top: 0;
  padding-bottom: 70px;
}
.footer:hover {
  bottom: 0;
}
.footer .arrow {
  height: 40px;
  right: 40px;
  margin-top: -4px;
  position: absolute;
  width: 30px;
  cursor: pointer;
  z-index: 1000000;
}
.footer .caret {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #fff;
  color: transparent;
  transition: border-top 1s ease 0s;
}
.footer:hover .caret {
  border-top: 15px solid #FAFAFA;
}
.footer .col-md-2 > div {
  margin-bottom: 10px;
}
.footer h3 {
  font-size: 11px;
  color: #333;
  font-family: 'Lato', 'Open sans', sans-serif;
  font-weight: 400;
  margin: 50px 0 15px;
  letter-spacing: 1px;
}
.footer .col-md-2 > div > div {
  margin-top: 50px;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer li {
  padding-top: 5px;
}
.footer a {
  color: #000;
  font-size: 11px;
  font-family: 'Open sans', sans-serif;
  opacity: 0.7;
}
.footer a:hover {
  opacity: 1;
  text-decoration: none;
}
.footer-cc {
  margin-top: 20px;
  opacity: 0.9;
}
.footer p {
  line-height: 24px;
  clear: both;
}
.footer.black {
  background: #222;
}
.footer.black .container {
  color: #aaa;
}
.footer.black h3 {
  color: #eee;
}
.footer.black .container a {
  color: #fff;
}
.footer.black #twitter_update_list span, #twitter_update_list span a {
  color: #fff;
}
.powered {
  background: #FDFDFD;
  color: #999999;
  font-size: 11px;
  text-align: right;
  padding-top: 30px;
  padding-bottom: 30px;
}
.powered a {
  font-size: 11px;
  color: #777777;
}
.powered ul {
  list-style: none;
  text-align: right;
}
.powered-text, .payment-icons {
  margin-right: 20px;
}
.payment-icons li {
  display: inline;
}
.payment-icons img {
  height: 20px;
}
.social-network li {
  display: inline-block;
}
#top-links {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#top-links .social-network {
  padding-bottom: 0 !important;
}
#top-links .social-network li a {
  line-height: 10px;
  padding: 0 5px;
}
#top-links .social-network li a i {
  font-size: 16px;
}
#top-links .social-network i.fa-telegram {
  position: relative;
  top: 1px !important;
}
.footer .social-network li a {
  line-height: 10px;
  padding: 3px;
  font-size: 36px;
  color: #999;
  opacity: 0.7;
}
.social-network li a:hover {
  text-decoration: none;
  color: #f55064;
  opacity: 1;
}
.footer:hover + .social .social-network li a {
  /*	color:#fff;*/
}
.social {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: normal;
  padding-top: 14px;
  text-align: right;
}
.social .copy {
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
  margin-top: 30px;
  text-align: right;
}
.social-network:hover {
  opacity: 1;
}
.social-network {
  bottom: 0;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  line-height: 10px;
  padding-bottom: 10px;
}
#social_band {
  display: none;
  background: #fafafa;
  color: #555;
  font-size: 12px;
  line-height: 22px;
  padding: 20px 0 30px;
  margin-top: 20px;
}
.fb-root, .fb-root-footer {
  overflow: hidden;
}
.fb-root > div, .fb-root-footer > div {
  margin: -1px 0 0 -1px;
}
#social_band h3 {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
#scroll_top_btn {
  background: none repeat scroll 0 0 #eeeeee;
  border-radius: 3px;
  bottom: 50px;
  cursor: pointer;
  padding: 5px 10px;
  position: fixed;
  right: 5%;
  display: none;
  z-index: 10;
  box-shadow: 1px 2px 5px 0 #999;
}
#scroll_top_btn a {
  font-size: 25px;
  color: #333;
}
/*-----------------------------------------------------------------------------------*/
/*	Twitter feed
/*-----------------------------------------------------------------------------------*/
.twitter {
  text-align: left;
}
#twitter_update_list {
  font-size: 12px;
  line-height: 21px;
  list-style: none outside none;
}
#twitter_update_list li {
  padding: 10px 0 0 0;
}
#twitter_update_list span, #twitter_update_list span a {
  color: #555;
  line-height: 16px;
  font-size: 11px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}
#twitter_update_list .user img {
  margin-bottom: 5px;
  margin-right: 2px;
  vertical-align: middle;
  max-height: 24px;
}
#twitter_update_list span span {
  font-weight: 600;
}
#twitter_update_list .tweet {
  clear: both;
  line-height: 18px;
  font-size: 11px;
  margin-bottom: 0;
}
#twitter_update_list a {
  color: #555;
  margin-right: 5px;
}
#twitter_update_list a:hover {
  color: #3D3D3D;
}
/*-----------------------------------------------------------------------------------*/
/*	Category
/*-----------------------------------------------------------------------------------*/
.row.category-info {
  margin-bottom: 30px;
  display: none;
}
.category-info .col-md-12 .row {
  background: #ffffff;
  margin: 0;
}
.category-info .col-md-10 {
  padding: 20px;
}
.category-info p {
  font-size: 12px;
}
.cat_header {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
}
.cat_header h2 {
  font-size: 16px;
  color: #555;
  letter-spacing: 3px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 auto;
  padding-bottom: 0;
}
.cat_url {
  float: right;
  margin-right: 20px;
  padding: 4px 6px;
  border-radius: 2px;
  font-size: 8px;
  background: #f5f5f5;
  color: #999;
}
a:hover .cat_url, a:active .cat_url, a:focus .cat_url {
  background: #fff;
}
#list-view, #grid-view {
  background: transparent;
  padding: 10px;
  border: none;
  font-size: 12px;
  color: #777777;
}
#list-view:hover, #grid-view:hover {
  color: #000;
}
#list-view i, #grid-view i {
  font-size: 14px;
  margin-right: 5px;
  color: #bbb;
  vertical-align: middle;
}
.refine li {
  display: inline-block;
  margin-right: 10px;
}
h3.refine {
  color: #333;
  margin-bottom: 3px;
  font-size: 12px;
}
.breadcrumb {
  border-radius: 0;
  color: #999;
  font-size: 12px;
  background: transparent;
  margin-bottom: 40px;
}
.breadcrumb a {
  color: #999;
}
.breadcrumb a:hover {
  color: #333;
  text-decoration: none;
}
.pagination ul {
  border-radius: 0;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-radius: 0;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination {
  font-size: 12px;
  color: #999;
}
.links {
  padding: 10px;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}
.links {
  float: left;
  padding: 0 0 0;
}
.links a {
  display: inline-block;
  padding: 5px 10px 5px;
  text-decoration: none;
  color: #555;
  line-height: 20px;
  background: #fff;
}
.pag {
  border-top: 1px solid #eee;
  padding: 10px 0;
}
.pagination > li > a, .pagination > li > span {
  color: #555;
}
.links a:hover {
  background: #555;
  color: #fff;
}
.links b {
  display: inline-block;
  background: #999;
  padding: 5px 10px 5px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
}
.results {
  margin-top: 0;
  float: right;
  padding: 8px 20px 8px;
  color: #777;
  font-size: 11px;
}
/*end category*/
/*-----------------------------------------------------------------------------------*/
/*	Contact us
/*-----------------------------------------------------------------------------------*/
#map {
  height: 400px;
  margin-bottom: 30px;
  max-width: none;
}
#map img {
  max-width: none;
}
#map label {
  width: auto;
  display: inline;
}
.location {
  background: #fff;
  border: 1px solid #f9f9f9;
  padding: 20px;
  color: #555;
}
.location h3 {
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  color: #555;
  font-weight: normal;
  line-height: 30px;
}
.location .address {
  font-size: 14px;
  color: #444;
  font-weight: 600;
  line-height: 24px;
}
.location p {
  color: #444;
  font-size: 12px;
  line-height: 20px;
}
.location b {
  font-size: 12px;
  color: #333;
}
.contact_form {
  background: #fff;
  border: 1px solid #f9f9f9;
  padding: 20px;
  color: #555;
}
.contact_form h3 {
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  color: #555;
  font-weight: normal;
  line-height: 30px;
}
.contact_form b {
  color: #777;
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
}
/*end contact us*/
/*about us*/
.text_about {
  font-size: 14px;
  color: #777;
  font-family: 'Open Sans', sans-serif;
}
.img-polaroid {
  border: 1px solid #ddd;
  margin-top: 20px;
  box-shadow: none;
}
.description h4 {
  color: #222;
  font-weight: normal;
}
.description p {
  color: #555;
  font-family: 'Open Sans', sans-serif;
}
.blog-body .description p {
  line-height: 22px;
}
/*end about us */
/*-----------------------------------------------------------------------------------*/
/*	Checkout
/*-----------------------------------------------------------------------------------*/
div.checkout_form {
  background: #FAFAFA;
  margin-bottom: 20px;
}
.show-login {
  font-size: 12px;
  color: #777;
  background: #fbfbfb;
  border: 1px solid #f5f5f5;
  height: 30px;
  padding-left: 10px;
  padding-top: 10px;
}
.show-login a {
  color: #333;
  font-size: 12px;
}
.show-login a:hover {
  color: #444;
}
.error.col-md-12 {
  color: #FF0000;
  display: block;
  margin: 20px;
}
.box {
  background: #fafafa;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.box.padding {
  padding: 20px 20px;
}
.box h2 {
  margin-top: 10px;
}
.box.background {
  background: #fff;
}
.registerbox {
  background: #FFFFFF;
  margin-bottom: 15px;
  padding: 20px 20px 15px;
}
.loginbox {
  border: 1px solid #eee;
  padding: 20px 20px;
  background: #FFFFFF;
  /*	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;*/
}
.list-group-item {
  border: 1px solid #EEEEEE;
}
.list-group-item:first-child {
  border-radius: 0;
}
.list-group-item:last-child {
  border-radius: 0;
  margin-bottom: 0;
}
h3 {
  color: #777777;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  /*text-transform: uppercase;*/
}
h3.related {
  margin: 50px 20px 30px;
}
.order-notes p {
  font-size: 12px;
  color: #555;
}
.shipping-method, .payment-method {
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;
}
.shiptobilling {
  text-align: right;
}
.shiptobilling h3 {
  float: left;
}
.shiptobilling label {
  float: right;
  margin: 10px 10px 0;
  line-height: 40px;
}
.shiptobilling input[type="checkbox"] {
  margin: 13px 5px 0;
}
.shipping-address {
  display: none;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  font-size: 12px;
}
label {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  vertical-align: middle;
}
.form-horizontal .control-label {
  text-align: left;
}
.form-horizontal button#button-review {
  width: 160px;
  height: 40px;
  padding: 0;
}
input[type="hidden"] {
  display: none;
}
/*
.your_order h3
{
   font-size:14px;
   color:#333;
   font-weight:400;
   line-height:22px;
}
.your_order table
{
   border:1px solid #f6f6f6;
}
.your_order thead
{
   background:#fdfdfd;
}
.your_order table.table th, table.table td
{
   border-left:1px solid #f6f6f6;
   border-top:1px solid #f6f6f6;
   font-weight:normal;
}
.your_order  td
{
   font-size:12px;
   color:#888;
}
.your_order thead th
{
   text-align:center;
}
.your_order tbody td
{
   text-align:center;
}
.your_order  td span
{
    color:#333;
}
.your_order  .subtotal
{
   background:#FEFEFE;
}
.your_order p
{
   border-top:1px solid #f0f0f0;
   margin-top:10px;
}*/
.nicocheckout .alert-danger {
  left: 20%;
  position: fixed;
  text-align: center;
  top: 5px;
  width: 60%;
  margin: 0 auto;
  z-index: 1000;
}
.nicocheckout .radio label {
  color: #333;
}
.register_block .form-group p {
  margin: 0;
  color: #333;
  font-weight: normal;
}
.your_order .btn {
  float: right;
  /*margin-top:10px;*/
}
.your_order label {
  color: #888;
  font-size: 12px;
  line-height: 18px;
}
.your_order .radio {
  cursor: pointer;
  color: #555;
}
.your_order .radio:hover {
  color: #333;
}
.your_order .radio img {
  margin-left: 5px;
}
.paypal p, .cheque p, .transfer p {
  font-size: 12px;
  color: #777;
  border: none;
}
.paypal, .cheque, .transfer {
  background: #f5f5f5;
  padding: 3px 10px;
}
.your_order .transfer, .your_order .cheque, .your_order .paypal {
  display: none;
}
.your_order .payment {
  margin-bottom: 20px;
}
.login-form {
  padding: 20px;
}
/*end checkout*/
/*-----------------------------------------------------------------------------------*/
/*	My account
/*-----------------------------------------------------------------------------------*/
.my_account p {
  font-size: 22px;
  font-weight: normal;
  color: #333;
  line-height: 40px;
}
input[type="text"], label {
  color: #777;
  font-size: 12px;
}
.form-vertical .control-label {
  font-size: 12px;
  color: #888;
}
.controls a {
  font-size: 12px;
  color: #888;
}
.controls a:hover {
  color: #333;
}
/*end my account*/
/*-----------------------------------------------------------------------------------*/
/*	Product
/*-----------------------------------------------------------------------------------*/
.product-info {
  margin: 0;
}
.product-info > div {
  padding: 0;
}
.product-info .product-image {
  margin-bottom: 40px;
}
.product-info .image {
  overflow: hidden;
}
.product-info .image .thumbnail {
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: block;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 0;
  transition: none;
}
.colorbox.cboxElement > img {
  max-width: 100%;
}
/*#cboxLoadedContent .container {
  width: 800px;
}*/
.product-info .col-md-6:first-child {
  padding: 0;
}
.product-info .image-additional img {
  max-width: 74px;
  height: 74px;
}
.image-additional a:focus {
  outline: 1px dotted #333;
}
h1, h1 > a, .product-info h1 {
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-size: 27px;
  font-weight: 400;
  margin: 10px 0 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.product-info h1 {
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin: 10px 0 30px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.product-info li {
  list-style: none;
  color: #777;
  font-size: 12px;
}
.product-info li span {
  color: #777;
}
.product-info li a {
  color: #000;
  border-radius: 0;
}
.product-info li a:hover {
  color: #333;
}
.line {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  margin-top: 20px;
}
.price {
  color: #555;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  min-height: 30px;
  margin: 10px 0;
}
h2.price {
  font-size: 26px;
  font-weight: 400;
  display: inline-block;
}
.price.strike {
  color: #949494;
  font-size: 14px;
}
.price strike {
  color: #949494;
  font-size: 18px;
}
.price strong {
  color: #555;
  font-size: 20px;
  font-weight: 400;
}
.price-tax {
  font-size: 11px;
  color: #999;
}
.product-info input[type="text"]#input-quantity {
  border: none;
  width: 55px;
  border-radius: 3px;
  box-shadow: none;
  display: inline-block;
  float: none;
  text-align: center;
  vertical-align: top;
  font-weight: 600;
  font-size: 16px;
}
.product-info > b {
  float: left;
  padding-right: 5px;
  margin-top: 5px;
  font-size: 12px;
  color: #777;
}
.tab-content {
  font-size: 13px;
  line-height: 26px;
  color: #555;
  text-align: left;
}
.minimum {
  margin-bottom: 10px;
}
.product-info #button-cart {
  display: block;
  max-width: 100%;
  width: 85%;
  position: relative;
  background: #333333;
  color: #dddddd;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 25px;
  height: 55px;
  border: 2px solid #444444;
  overflow: hidden;
  transition: all 0.3s ease;
  flex-grow: 1;
  margin: 20px 0;
}
.product-info #button-cart:hover {
  background: #dddddd;
  color: #333333;
}
.product-info #button-cart:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn 6s ease-in-out infinite;
}
.product-info #button-cart:active {
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
  -4px -4px 6px 0 rgba(116, 125, 136, .2),
  inset -4px -4px 6px 0 rgba(255,255,255,.2),
  inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}
@-webkit-keyframes shiny-btn {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.product-info #buynow {
  color: #fff;
  display: block;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0;
  padding: 15px 25px;
  width: 100%;
  border: 2px solid #333;
  background: #333;
}
.button-block {
  width: 100%;
  display: block;
}
.product_wish_compare {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 140px;
  position: relative;
  right: 1px;
}
.product_wish_compare button {
  background: #fff;
  color: #555;
  padding: 8px;
  text-transform: none;
  width: 40px;
  height: 40px;
  border: none;
}
.product_wish_compare button i {
  /*margin-right: 3px;*/
  font-size: 20px;
}
.product-info .share {
  padding: 15px 0;
}
/*.addthis_toolbox {
  display: none;
}*/
.addthis_toolbox.addthis_default_style {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 290px;
  position: relative;
  right: 15px;
}
a.addthis_button_tweet.at300b {
  position: relative;
  right: 10px;
}
.addthis_counter.addthis_pill_style {
  overflow: visible !important;
  position: relative;
}
.addthis_counter.addthis_pill_style.addthis_nonzero a.addthis_button_expanded {
  position: absolute;
  right: -39px;
}
.product-info .nav-tabs {
  border-bottom: none;
}
.nav-tabs {
  /*    height:39px;*/
  display: inline-block;
  border: none;
}
.tabs .nav-tabs > li.active > a /*, .nav-tabs > li.active > a:hover*/
{
  color: #333;
  color: #f55064;
  margin-top: 0;
  border: none;
}
.nav > li > a:hover, .nav > li > a:focus {
  outline: none;
}
#tab-description, #tab-specification {
  /*
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;*/
  padding: 20px 10px;
}
.tabs {
  padding-top: 30px;
  margin-bottom: 10px;
  clear: both;
  text-align: center;
  position: relative;
}
.tabs:before {
  background: none repeat scroll 0 0 #ddd;
  content: " ";
  height: 1px;
  left: 0.5%;
  margin-top: 15px;
  position: absolute;
  width: 99%;
  z-index: -1;
}
.tabs .nav-tabs li a {
  color: #777;
  line-height: 17px;
  /*padding: 15px 20px;*/
  /*font-family: Lato;*/
  font-size: 13px;
  text-transform: uppercase;
  padding: 6px 20px;
  margin: 0 5px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  /*background: transparent;*/
  background: #fff;
  border: none;
}
.nav-tabs > li > a:hover {
  border-color: #fafafa #fafafa #ddd;
  color: #333;
}
.tabs .table {
  border: 1px solid #F3F3F3;
}
.table.specs td, .table.specs th {
  border-top: 1px solid #f3f3f3;
}
.tabs .table thead th {
  border: 1px solid #F3F3F3;
  background: #FBFBFB;
  font-size: 12px;
  color: #777;
}
/*.tab-pane .rating
{
   color:#777;
}*/
.tab-pane textarea {
  width: 100%;
  min-height: 200px;
}
.tab-pane {
  font-size: 13px;
  color: #555;
}
.tab-pane a {
  color: #333;
  font-size: 12px;
}
.product-info .control-label {
  color: #777;
  font-size: 13px;
  margin-top: 5px;
}
.product-info .controls select {
  color: #777;
  font-size: 12px;
}
.strike {
  text-decoration: line-through;
}
/*end product*/
.well {
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 20px;
  min-height: 20px;
  box-shadow: none;
  color: #555;
  font-size: 12px;
  border-radius: 0;
}
.well p strong {
  color: #777777;
  font-weight: 400;
}
table.list-unstyled {
  width: 280px;
}
table.list-unstyled td {
  padding: 2px 0;
}
/*-----------------------------------------------------------------------------------*/
/*	Cart
/*-----------------------------------------------------------------------------------*/
.cart-info {
  background: #fff;
}
.table {
  background: #fff;
  margin: 0;
}
.table-bordered {
  border-color: #eee;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom: none;
  background: #fafafa;
  border-color: #eee;
}
table.radio {
  background: none repeat scroll 0 0 #FAFAFA;
  padding: 10px 10px 10px 40px;
}
table.radio td {
  padding: 5px 0;
}
.total-table {
  text-align: right;
}
.total-table table {
  width: auto;
  float: right;
}
.total-table td {
  width: 100%;
}
/*
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td
{
	border-color:#eee;
	border-top-color:transparent;
}
*/
.cart .cart-info {
  /*width:260px;*/
}
.table .img-thumbnail {
  border: none;
}
.empty {
  padding: 10px 10px 20px;
  text-align: center;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.table thead > tr > th {
  padding: 10px 5px;
  background: #fafafa;
}
.cart-totals .table td {
  text-align: right;
}
.cart-info tbody .quantity input[type="text"] {
  width: auto;
}
.cart-info tbody .quantity input[type="image"] {
  vertical-align: text-top;
}
.cart-info thead tr {
  background: #FBFBFB;
  border-top: 1px solid #f3f3f3;
}
table.table td {
  border: 1px solid #eee;
}
.cart-info table.table th {
  border: 1px solid #f3f3f3;
  padding: 20px 10px;
}
.cart-info thead th {
  color: #555;
  font-size: 12px;
  font-weight: 600;
}
.cart-info tbody .name a {
  font-size: 14px;
  color: #3A3A3A;
}
.cart-info tbody .name a:hover {
  color: #101010;
}
.cart-info tbody tr td {
  color: #777;
  font-size: 12px;
  vertical-align: middle;
}
.cart-info.dropdown-menu, .cart-info.dropdown-menu .table tbody {
  border: none;
  font-size: 12px;
}
.cart-products {
  max-height: 280px;
  overflow-x: auto;
}
.cart-info.dropdown-menu table {
  margin: 0;
}
.cart-info.dropdown-menu > table td {
  border: none;
  border-bottom: 1px solid #eee;
}
.cart-info.dropdown-menu {
  box-shadow: none;
  z-index: 10001;
  background: #fff;
  padding: 0;
  right: 0;
  margin: 0;
  min-width: 300px;
}
.cart-info.dropdown-menu tbody .name a {
  font-size: 12px;
}
.cart-info .btn {
  border: medium none;
  margin-right: 0;
  padding: 8px 12px;
  vertical-align: middle;
}
.cart .cart-info .btn {
  /*padding:6px 10px;
    margin:0;
    font-size:14px;*/
  padding: 1px 5px;
}
/*
.cart-info .btn .fa-times
{
    font-size:16px;
}
*/
.cart-info input[type="text"] {
  border: 1px solid #eee;
  border-radius: 0;
  border-right: none;
}
.cart-total {
	text-align:right;
  color: #333;
}
/*
.cart-total table
{
	display:inline-block;
}
*/
.cart-totals table.table tr, table.table td {
  border: 1px solid #f3f3f3;
}
.cart-totals .table th, .table td {
  border-top: none;
  color: #777;
  font-size: 12px;
}
.cart-totals p {
  text-align: right;
}
.cart-total table strong {
  font-size: 11px;
}
.cart-totals .btn {
  padding: 12px 35px;
}
/*end cart*/
/*-----------------------------------------------------------------------------------*/
/*	Forgot password
/*-----------------------------------------------------------------------------------*/
.forgotten h3 {
  background: #fbfbfb;
  border: 1px solid #F3F3F3;
  padding: 5px 15px;
  font-size: 12px;
  color: #333;
  font-weight: 600;
}
p.forgotten-password {
  color: #555;
  font-size: 14px;
  line-height: 24px;
}
.forgotten .form-horizontal .control-label {
  padding-left: 15px;
}
.forgotten .btn-primary {
  float: right;
}
/*end forgot-password*/
/*-----------------------------------------------------------------------------------*/
/*	Sitemap
/*-----------------------------------------------------------------------------------*/
.sitemap ul {
  padding: 5px 15px;
}
.sitemap ul li a {
  font-size: 13px;
  color: #333;
  line-height: 30px;
}
.sitemap .row > div > ul > li > a {
  color: #000;
  font-weight: 600;
}
.sitemap ul.subtitle a {
  font-size: 12px;
  color: #888;
  font-weight: normal;
  line-height: 26px;
  text-transform: none;
}
.sitemap .subtitle a:hover {
  color: #333;
}
.sitemap ul li a:hover {
  text-decoration: none;
}
/*-----------------------------------------------------------------------------------*/
/*	404
/*-----------------------------------------------------------------------------------*/
h1.e404 {
  margin: 20px 0 35px 50px;
  font-size: 130px;
  line-height: 120px;
  color: #888;
}
h1.page {
  font-size: 28px;
  font-weight: normal;
  color: #444;
}
h6.e404 {
  font-weight: normal;
  color: #555;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 15px;
}
/*-----------------------------------------------------------------------------------*/
/*	Search
/*-----------------------------------------------------------------------------------*/
.search {
  background: #fbfbfb;
  padding: 35px 0 25px 15px;
  border: 1px solid #eee;
}
.search select {
  font-size: 12px;
}
.search select option {
  color: #555;
  line-height: 50px;
  font-size: 12px;
}
.search .category {
  margin-left: 15px;
  color: #777;
  font-size: 12px;
}
.search input[type="checkbox"] {
  font-size: 12px;
  color: #777;
}
.search .checkbox.inline {
  vertical-align: text-top;
  padding-top: 0;
  margin-left: 5px;
}
.search-btn {
  text-align: right;
  margin-top: 25px;
}
h2.search-criteria {
  font-family: 'Open Sans';
  font-size: 16px;
  color: #555;
  background: #f7f7f7;
  border: 1px solid #f3f3f3;
  padding: 0 15px;
  margin-bottom: 20px;
}
/*end search*/
/*-----------------------------------------------------------------------------------*/
/*	Blog
/*-----------------------------------------------------------------------------------*/
h2.page-title {
  font-size: 18px;
  color: #444;
}
.content-blog img {
}
.content-blog > .col-md-8 > div {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.content-blog h3 a {
  font-size: 18px;
  color: #383838;
  font-weight: 600;
}
.content-blog h3 a:hover {
  text-decoration: none;
  color: #333;
}
.post-detail {
  font-size: 12px;
  color: #888;
}
.post-detail b {
  color: #444;
}
.post-detail a {
  color: #333;
}
.post-detail a:hover {
  text-decoration: none;
  color: #444;
}
.text-blog p {
  margin-top: 20px;
  color: #444;
  font-size: 12px;
}
.text-blog a em {
  color: #444;
  font-family: arial;
}
.text-blog a em:hover {
  color: #333;
  text-decoration: none;
}
.text-blog img {
  padding: 10px 20px;
}
.col-post {
  margin-bottom: 35px;
}
.col-post h3 {
  line-height: 24px;
  color: #555;
  font-weight: 600;
  font-size: 14px;
}
.col-post ul.post-menu li {
  border-bottom: 1px dotted #eee;
  padding: 3px 5px 5px;
}
.col-post ul.post-menu li a {
  color: #444;
}
.col-post ul.post-menu li a:hover {
  color: #333;
  text-decoration: none;
}
.col-post .post-menu b {
  font-size: 12px;
  color: #555;
}
.col-post p {
  font-size: 12px;
  color: #444;
}
.col-post ul.tags a {
  background: #eee;
  display: inline-block;
  padding: 5px 10px;
  margin-top: 10px;
}
.col-post ul.tags a:hover {
  text-decoration: none;
  background: #333;
  color: #fff;
}
.col-post .tags li a {
  float: left;
  margin: 0 5px 7px 0;
  color: #444;
}
.text-blog blockquote {
  border-left: 2px solid #eee;
}
.text-blog .quote-content p {
  color: #555;
  font-size: 13px;
  font-family: 'Open Sans';
  font-weight: 00;
  line-height: 22px;
}
.text-blog ul li {
  list-style-type: disc;
  color: #aaa;
}
.text-blog ul li span {
  color: #555;
  font-size: 12px;
}
.text-blog > ul {
  margin-left: 30px;
}
.quote-meta {
  font-size: 12px;
  margin-top: 10px;
}
.content-blog > .col-md-8 > .blog-post {
  border-bottom: none;
}
.rss-wrapper {
  background: url("../img/rss.png") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
  display: block;
  height: 14px;
  margin-right: 30px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 20px;
  width: 14px;
}
div.blog-meta {
  font-size: 12px;
  margin-bottom: 10px;
  background: #fff;
  border: none;
}
.article-subtitle {
  border-top: 1px solid #eeeeee;
  padding: 5px 0;
}
.article-date {
  color: #999999;
}
.article-intro hr {
  margin: 5px 0;
}
.article-intro h2 {
  color: #333;
}
.article-intro img {
  clear: both;
  display: block;
  max-height: 300px;
  margin-bottom: 20px;
}
.article-description img {
  display: block;
}
.pagination > li > a, .pagination > li > span {
  border: none;
}
.pagination > .active > a, .pagination ul > .active > span {
  background: #eee;
  color: #333;
}
.pagination > li > a:hover {
  background: #333;
  color: #fff;
}
.flickr-widget ul img {
  height: 70px;
  width: 70px;
  margin: 0;
}
.flickr-widget ul li {
  float: left;
  margin: 0 5px 5px 0;
}
.comments {
}
.comments h3 {
  margin-top: 0;
  color: #222;
}
.comments-content .avatar img {
  min-height: 60px;
  min-width: 60px;
  width: 100%;
}
.comments-details {
  border-bottom: 1px dotted #ddd;
}
.comments-details .comment-meta {
  color: #777;
  font-size: 12px;
}
.comment-text p {
  font-size: 12px;
  color: #555;
}
.comments-content {
  margin-top: 20px;
}
a.comment-reply-link {
  color: #333;
}
.respond {
  margin-top: 40px;
}
.respond .btn-primary {
  padding: 6px 20px;
}
.left-menu .panel {
  box-shadow: none;
  border: none;
}
.panel-default > .panel-heading {
  background-image: none;
  background-repeat: repeat-x;
}
.panel-default > .panel-heading {
  background-color: #FFFFFF;
  border-color: #fff;
  color: #333333;
}
/* simple blog */
.article-info {
  padding: 10px;
  border-bottom: 1px dotted #CCCCCC;
}
.article-title a {
  text-decoration: none;
  font-size: 16px;
  text-transform: capitalize;
  color: #333;
}
.article-title a:hover {
  color: #d24d23;
}
.article-author a {
  text-decoration: none;
  font-weight: bold;
}
a.article-link {
  border-bottom: 1px solid #777777;
  color: #777777;
  font-weight: normal;
  font-family: Lato, 'Open Sans';
  font-size: 11px;
  padding: 0;
  text-transform: uppercase;
}
.bullet {
  color: #384047;
  padding: 0 5px;
  font-size: 17px;
  position: relative;
  top: 1px;
}
.article-date {
}
.article-comment {
  color: #666;
  font-weight: lighter;
  text-decoration: none;
}
.article-comment a {
  color: #666;
  text-decoration: none;
  font-weight: bold;
}
.article-comment a:hover {
  color: #d24d23;
}
.article-sub-title {
  margin-bottom: 20px;
  border-bottom: 1px dotted #CCCCCC;
}
.article-image {
  margin-bottom: 20px;
}
.article-description {
  line-height: 25px;
}
.article-title {
  text-decoration: none;
  font-weight: lighter;
}
.article-author {
  text-decoration: none;
  font-weight: bold;
}
#comments {
  padding: 10px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
.comment-left {
  margin-top: 15px;
}
.article-image img {
  border: 1px solid #DDDDDD;
  padding: 5px;
  border-radius: 5px;
  max-width: 100%;
}
.article-thumbnail-image img {
  border: 1px solid #CCCCCC;
  padding: 5px;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
}
.article-thumbnail-found {
  margin-bottom: 30px;
}
.article-reply {
  padding: 10px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  border-radius: 5px;
}
.article-reply .author {
  float: left;
  margin-bottom: 20px;
}
.article-reply .comment-date {
  float: right;
  margin-bottom: 20px;
}
.article-reply .text {
  clear: both;
}
.author-info {
  overflow: auto;
}
.author-info > .left {
  float: left;
  margin-right: 15px;
}
.author-info > .left + .right {
  margin-left: 130px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #d24d23;
  font-weight: bold;
}
#header #blog-search {
  position: absolute;
  top: 15px;
  right: 0;
  width: 298px;
  z-index: 15;
}
#header .button-blog-search {
  position: absolute;
  left: 0;
  /*background: url('../img/button-search.png') center center no-repeat;*/
  width: 28px;
  height: 24px;
  border-right: 1px solid #CCCCCC;
  cursor: pointer;
}
#header #blog-search input {
  background: #FFF;
  padding: 1px 1px 1px 33px;
  width: 262px;
  height: 21px;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0 2px 0 #F0F0F0;
  -moz-box-shadow: 0 2px 0 #F0F0F0;
  box-shadow: 0 2px 0 #F0F0F0;
}
.margin-top-21 {
  margin-top: 21px;
}
.module-info {
  overflow: auto;
  border-bottom: 1px dotted #CCCCCC;
}
.module-info > .left {
  float: left;
  margin-right: 15px;
}
.module-info > .left + .right {
  margin-left: 130px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #d24d23;
  font-weight: bold;
}
.related-article-blok-1 {
  display: inline-block;
  width: 48%;
  word-wrap: break-word;
  margin-right: 10px;
  padding: 5px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.related-article-blok-2 {
  display: inline-block;
  width: 48%;
  word-wrap: break-word;
  padding: 5px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.related-article-blok-11 {
  display: inline-block;
  width: 46%;
  word-wrap: break-word;
  margin-right: 10px;
  padding: 5px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.related-article-blok-22 {
  display: inline-block;
  width: 46%;
  word-wrap: break-word;
  padding: 5px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.related-article-blok-1 .name {
  text-align: center;
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 7px;
}
.related-article-blok-1 .name a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.related-article-blok-2 .name {
  text-align: center;
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 7px;
}
.related-article-blok-2 .name a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.related-article-blok-11 .name {
  text-align: center;
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 7px;
}
.related-article-blok-11 .name a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.related-article-blok-22 .name {
  text-align: center;
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 7px;
}
.related-article-blok-22 .name a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.related-article-description {
  overflow: auto;
}
.related-article-description > .left {
  float: left;
  margin-right: 15px;
}
.related-article-description > .left + .right {
  margin-left: 130px;
}
.related-article-meta {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  color: #888;
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 2px;
  padding-bottom: 6px;
  padding-top: 6px;
  text-align: center;
}
.related-article-button {
  text-align: right;
}
.related-article-footer {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  color: #888;
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 10px;
  padding-bottom: 6px;
  padding-top: 6px;
  text-align: center;
}
.related-article-footer a {
  text-decoration: none;
}
.simple-blog-product .caption {
  min-height: 25px;
}
.related-article .name a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #d24d23;
}
/*-----------------------------------------------------------------------------------*/
/*	Newsletter
/*-----------------------------------------------------------------------------------*/
.newsletter {
  padding: 0;
}
.newsletter form {
}
div.newsletter.clearfix form h3 {
  margin-top: 10px;
  font-family: Vidaloka, Lato, Open Sans;
  font-size: 32px;
  letter-spacing: 0;
  display: inline;
}
div.newsletter.clearfix form p {
  text-align: right;
  font-style: italic;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 18px;
}
.newsletter div.inputs {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
}
.newsletter div.text {
  color: #333333;
  display: inline-block;
  width: calc(50% - 10px);
  text-align: right;
  padding-right: 10px;
}
/*.newsletter div.text div {
  margin: 30px 0;
}*/
.newsletter label {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}
.newsletter input.button.btn.btn-primary {
  font-size: 13px;
  /*padding: 12px 15px 11px;*/
  align-self: flex-end;
  border: none;
  vertical-align: top;
  background: #333;
  color: #fff;
  box-shadow: 0 0 1px 0 #555555 inset;
  margin: 0;
  width: 160px;
  height: 40px;
  position: relative;
  right: 2px;
}
.newsletter input.button.btn.btn-primary:hover,
a.button.btn-primary.button_oc.btn:hover {
  background-color: #EEEEEE;
  color: #333333;
}
.newsletter input.email {
  font-size: 13px;
  border: none;
  padding: 10px 15px;
  margin-right: 5px;
  background: #fafafa;
  color: #333;
  vertical-align: middle;
  margin-bottom: 0;
  flex-grow: 1;
}
.newsletter div {
  text-align: left;
  vertical-align: middle;
}
.modal-dialog .newsletter form > div {
  width: 100%;
}
@media (max-width: 1024px) {
  .newsletter div.text {
    text-align: left;
    width: 60%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .newsletter div.inputs {
    width: 60%;
  }
  .simplecheckout-step {
    display: flex !important;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .newsletter div.text,
  .newsletter div.inputs {
    width: 80%;
  }
  .banner-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 650px) {
  .newsletter div.inputs {
    flex-direction: column;
    align-items: flex-start;
  }
  .newsletter input.email {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 425px) {
  .newsletter div.text,
  .newsletter div.inputs {
    width: 100%;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	Alert box
/*-----------------------------------------------------------------------------------*/
.success, .warning, .attention, .information {
  padding: 7px 10px 7px 33px;
  color: #555555;
}
.success {
  background: #fff url('../img/success.png') 20px center no-repeat;
  /*border: 1px solid #A9C1D9;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;*/
  color: #313942;
}
.warning {
  background: #fff url('../img/warning.png') 20px center no-repeat;
  /*border: 1px solid #C9EAE6;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;*/
  color: #313942;
}
.attention {
  background: #fff url('../img/attention.png') 20px center no-repeat;
  /*border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;*/
}
.success, .warning, .attention, .information {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  margin: 15px;
  border: 1px solid #d5d5d5;
  box-shadow: 1px 1px 3px 0 #eee;
  color: #342D38;
  float: right;
  position: fixed;
  right: 10px;
  top: 10px;
  font-size: 12px;
  line-height: 18px;
  padding: 20px 10px 20px 30px;
  z-index: 99999999;
  border-radius: 1px;
}
.information {
  background: #fff;
  padding: 20px 10px 20px 10px;
}
.information > div {
  float: right;
  color: #555;
}
#notification .information > div > a {
  color: #333;
}
.information > div > div {
  margin-top: 5px;
}
.information > div > div a:first-child {
  display: none;
}
.information .prod_image {
  float: left;
  margin: 0 20px 0 0;
  padding: 2px;
}
#notification .information > div i {
  font-size: 12px;
  margin-right: 3px;
  opacity: 0.5;
}
#notification a, .success a {
  color: #005070;
  margin-right: 5px;
}
.attention {
  right: 50%;
  top: 50%;
}
.success .close, .warning .close, .attention .close, .information .close {
  float: right;
  cursor: pointer;
  margin-left: 10px;
  padding: 5px;
  opacity: 1;
}
/*
#notification a.close {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-shadow: 0 1px 0 #ffffff;
}*/
#notification a.close {
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  cursor: pointer;
  display: block;
  position: relative;
}
#notification a.close::before,
#notification a.close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #888;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#notification a.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#notification a.close:hover::before,
#notification a.close:hover::after {
  background: #333;
}
.required {
  color: #668389;
  font-weight: 400;
}
.error {
  display: block;
  color: #FF0000;
  font-size: 12px;
  padding: 10px 0 0 0;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  display: block;
}
/*
.alert
{
    position: fixed;
    right: 20px;
    top: 20px;
}
*/
.alert-success {
  background-color: #f5f5f5;
  border-color: #eee;
  color: #555;
}
.alert .close {
  margin: 0 5px;
}
.text-danger {
  font-size: 12px;
  margin: 10px 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
/*-----------------------------------------------------------------------------------*/
/*	Autocomplete
/*-----------------------------------------------------------------------------------*/
.navbar-search input.search-query.autocomplete-loading {
  background-image: url(../img/loading.gif);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
ul.autocomplete {
  position: absolute;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
  display: none;
  z-index: 10000;
  border: 1px solid #eee;
  border-top: none;
  text-align: left;
  visibility: hidden;
}
.navbar-search:hover ul.autocomplete {
  visibility: visible;
}
ul.autocomplete li {
  display: block;
  padding: 5px;
  margin: 5px;
  overflow: hidden;
  cursor: pointer;
  font-size: 12px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
ul.autocomplete li.selected {
  background-color: #000;
  color: #fff;
}
ul.autocomplete li strong {
  color: #333;
  font-weight: 600;
}
ul.autocomplete li.selected strong {
  color: #fff;
}
ul.autocomplete li img {
  max-width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
/**
 * Grid items animation
 */
.grid > div {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wookmark-placeholder {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*-----------------------------------------------------------------------------------*/
/*	jQuery Woomark plugin - product filters
/*-----------------------------------------------------------------------------------*/
.filters {
  list-style-type: none;
  text-align: center;
  margin: 0 5px;
}
.heading .filters {
  margin: 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  /*}

.heading h2 + .filters
{*/
  position: relative;
  top: -10px;
  z-index: 10;
}
.heading h2 + .filters {
  float: right;
  top: -15px;
}
.filters li {
  letter-spacing: 1px;
  font-size: 13px;
  display: inline-block;
  padding: 3px 10px;
  cursor: pointer;
  margin: 0 3px 5px;
  color: #777;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  width: 30%;
  line-height: 14px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.filters li:hover {
  color: #333;
}
.filters li.active {
  color: #f55064;
}
/**
 * Grid container
 */
.grid {
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  clear: both;
}
/**
 * Grid items
 */
.grid > div {
  display: none;
}
.grid .prod {
  padding: 0 10px;
}
.grid > div.inactive {
  visibility: hidden;
  width: 100px;
  height: 100px;
  opacity: 0;
}
/**
 * Placerholder css
 */
.wookmark-placeholder {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #eee;
  border: 1px solid #dedede;
  z-index: -1;
}
.grid_list {
  /*    position:relative;
    width:1140px;
    height:700px;
    margin:0 auto;
    left:-10px;
    margin-bottom:10px;*/
}
.grid_list div.item_list {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  /*display: table;*/
  /*background: #20B2F7;*/
  background: #fff;
  z-index: 0;
  cursor: pointer;
}
.grid_list div.grid_item {
  cursor: pointer;
}
.grid_list div.grid_item:hover .background {
  opacity: 0.85;
}
.grid_item > div {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  z-index: 1;
}
.grid_item div.background {
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: content-box;
  background-position: center center;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  display: block;
  /*    -webkit-filter: grayscale(0.2) brightness(0.8);
    filter:url("../img/filter.svg#saturate");
    filter:grayscale(0.5);*/
}
.grid_item:hover > div.background {
  filter: none;
  -webkit-filter: none;
  opacity: 0.7;
}
.grid_item div.grid_text {
  z-index: 5;
  position: relative;
}
.grid_item > div > div {
  display: table;
  height: 100%;
  vertical-align: bottom;
  /*width: 100%;*/
  width: inherit;
}
.grid_item > div > div > div {
  display: table-cell;
  vertical-align: middle;
  margin: 5px;
}
.grid_item > div > div > div > .grid_text h2 {
  color: #000;
  font-size: 10px;
  font-family: 'Lato', 'Open Sans', sans-serif;
  text-align: center;
  line-height: 16px;
  margin: 0 auto;
  padding: 0 0;
  width: inherit;
  display: inline-block;
  word-wrap: break-word;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.grid_item > div > div > div > .grid_text h3 {
  font-size: 12px;
  margin: 0;
  padding: 0 5px;
  text-align: center;
  /*display: inline-block;*/
  display: none;
  background: transparent;
  color: #fff;
  margin-bottom: 5px;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;;
}
.grid_item > div > div > div > .grid_text h2 {
  display: inline-block;
  margin: 0 0 0;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 22px;
  width: auto;
  text-transform: uppercase;
  font-family: 'Lato', 'Open Sans', sans-serif;
  color: #fff;
  background: transparent;
  padding: 2px 5px;
}
.grid_item > div > div > div > .grid_text a {
  /*border:2px solid #fff;*/
  display: inline-block;
  margin: 10px 0 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Lato', 'Open Sans', sans-serif;
  letter-spacing: 2px;
  padding: 2px 0;
  background: transparent;
  color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*	Side block module
/*-----------------------------------------------------------------------------------*/
.screen_right {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 35px;
  z-index: 10;
}
.screen_right > div {
  display: table;
  height: 100%;
}
.screen_right > div > div {
  display: table-row;
  height: 100%;
}
.screen_right > div > div > div {
  display: table-cell;
  vertical-align: middle;
}
.screen_right div .sideblock {
  margin-bottom: 5px;
  position: relative;
  clear: both;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  right: 0;
}
.screen_right div .sideblock:hover, .screen_right div .sideblock.hover {
  right: 300px !important;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
}
.screen_right div .sideblock .head {
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
}
.screen_right div .sideblock .head .title {
  padding: 10px 0;
}
.screen_right div .sideblock .head .icon {
  font-size: 20px;
  text-align: center;
  line-height: 26px;
  height: 30px;
}
.screen_right div .sideblock .body {
  float: right;
  background: #fff;
  min-height: 100px;
  position: absolute;
}
.screen_right div .sideblock .body > p {
  padding: 5px;
}
html[dir=rtl] .screen_right {
  position: fixed;
  right: auto;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
}
html[dir=rtl] .screen_right div .sideblock {
  margin-bottom: 10px;
  position: relative;
  clear: both;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  left: 0;
  right: auto;
  left: -300px;
}
html[dir=rtl] .screen_right div .sideblock:hover {
  right: auto !important;
  left: 0 !important;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
}
html[dir=rtl] .screen_right div .sideblock .body {
  left: 0 !important;
}
html[dir=rtl] .screen_right div .sideblock .head {
  float: right;
}
/*
.row1
{
    top:0;
}

.col1
{
    left:0;
}

.row2
{
    top:100px;
}

.col2
{
    left:100px;
}

.row3
{
    top:200px;
}

.col3
{
    left:200px;
}

.row4
{
    top:300px;
}

.col4
{
    left:300px;
}

.row5
{
    top:400px;
}

.col5
{
    left:400px;
}

.row6
{
    top:500px;
}

.col6
{
    left:500px;
}

.row7
{
    top:600px;
}

.col7
{
    left:600px;
}

.row8
{
    top:700px;
}

.col8
{
    left:700px;
}


.row9
{
    top:800px;
}

.col9
{
    left:800px;
}

.row10
{
    top:900px;
}

.col10
{
    left:900px;
}

.row11
{
    top:1000px;
}

.col12
{
    left:1100px;
}

.row12
{
    top:1100px;
}

.col10
{
    left:900px;
}


.size_x_1
{
    width:100px;
}

.size_x_2
{
    width:200px;
}

.size_x_3
{
    width:300px;
}

.size_x_4
{
    width:400px;
}


.size_x_5
{
    width:500px;
}

.size_x_6
{
    width:600px;
}

.size_x_7
{
    width:700px;
}

.size_x_8
{
    width:800px;
}

.size_x_9
{
    width:900px;
}

.size_x_10
{
    width:1000px;
}

.size_x_11
{
    width:1100px;
}

.size_y_1
{
    height:100px;
}

.size_y_2
{
    height:200px;
}

.size_y_3
{
    height:300px;
}

.size_y_4
{
    height:400px;
}

.size_y_5
{
    height:500px;
}

.size_y_6
{
    height:600px;
}

.size_y_7
{
    height:700px;
}


.size_y_8
{
    height:800px;
}

.size_y_9
{
    height:900px;
}

.size_y_10
{
    height:1000px;
}

.size_y_11
{
    height:1100px;
}
*/
/*-----------------------------------------------------------------------------------*/
/*	Media queries
/*-----------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .screen_right {
    display: none;
  }
  .navbar .nav > li > a {
    padding: 0 5px;
  }
  .navbar .nav > li {
    padding: 10px 0
  }
  .navbar-search .search-query, .navbar-search.expand .search-query {
    width: 0;
    padding: 5px 0;
    border: none
  }
  .navbar-collapse {
    padding: 0;
  }
  .grid_item > div {
    padding: 10px;
  }
  .grid_list {
    margin: 0;
    margin-bottom: 10px;
    left: auto;
  }
  .grid_item > div > div > div > h3 {
    display: inline-block;
  }
  .grid_item > div > div > div > h2 {
    font-size: 12px;
    letter-spacing: 6px;
    line-height: 24px;
    width: auto;
    max-width: 70%;
  }
  .grid_item > div > div {
    /*border: 1px solid rgba(255,255,255,0.5);*/
  }
  .filters li {
    width: auto;
    font-size: 13px;
  }
  .logo {
    margin: 0 auto;
    display: block;
  }
  #header > .container > .row {
    margin: 10px auto;
  }
  .header.sticky div#header > .container > .row {
    margin-top: 10px;
  }
  #sequence-seq_0.sequence .sequence-prev,
  #sequence-seq_0.sequence .sequence-next {
    width: 50px;
  }
  #content {
    margin-bottom: 30px;
  }
  .customProducts {
    padding: 30px 0 0;
  }
}
@media (min-width: 768px) AND (max-width: 799px) {
  .product-info #button-cart {
    width: 65%;
  }
}
@media (min-width: 800px) AND (max-width: 899px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 900px) AND (max-width: 991px) {
  .container {
    width: 90%;
  }
  .product-info #button-cart {
    width: 55%;
  }
}
@media (min-width: 992px) {
  ul.col-sm-6.list-unstyled {
    padding: 0;
  }
  .navbar .nav > li > a {
    padding: 0 8px;
  }
  .navbar-search .search-query, .navbar-search.expand .search-query {
    padding: 5px 0;
    border: none;
    width: 0;
  }
  div#sequence .controls {
    margin: 0 auto 0 -585px
  }
  .navbar-collapse {
    z-index: 10000;
    /*background:#fafafa;*/
  }
  /*
	.search-col
	{
	    margin-left:10px;
	}*/
  .screen_right {
    display: block;
    z-index: 1000;
  }
  .header.sticky:hover {
    background: #fff;
  }
  /*.header.sticky .logo img {
    width: 20%;
  }*/
  .header.sticky div#header .logo h4 {
    border-bottom-width: 1px;
    padding: 0 0 5px 5px;
  }
  .header.sticky div#header div.navbar {
    margin: 0;
    border-bottom: none;
  }
  .header.sticky div#header .navbar .nav > li {
    padding: 5px 0;
  }
  .header.sticky div#header, body#home .header.sticky div#header {
    padding: 0;
  }
  #sequence-seq_0.sequence .sequence-prev,
  #sequence-seq_0.sequence .sequence-next {
    width: 50px;
  }
  #content {
    margin-bottom: 50px;
  }
  .customProducts {
    padding: 50px 0 0;
  }
}
@media (min-width: 992px) AND (max-width: 1199px) {
  .price-block {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) AND (max-width: 1399px) {
  .product-info #button-cart {
    width: 100%;
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  .navbar-search.search2 .search-query {
    width: 450px;
  }
  .navbar .nav > li > a {
    padding: 0 25px;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    width: 650px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1360px;
  }
}
@media (max-width: 485px) {
  .price-block,
  .button-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-info #button-cart {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .screen_right {
    display: none;
  }
  .nav-tabs > li {
    float: none
  }
  .footer, .social {
    text-align: center
  }
  .newsletter div {
    float: none;
    text-align: left;
  }
  .cart {
    position: static;
    display: block;
    background: #f5f5f5;
    margin: 10px 0 0 0;
    padding: 6px 0;
  }
  .navbar {
    margin: 10px 0;
    background: #fafafa;
  }
  .navbar-search .search-query, .navbar-search.expand .search-query {
    width: 100%;
    padding: 7px 6px;
    line-height: 17px;
    float: left;
    border: none;
    display: block;
    background: #fafafa;
  }
  form.navbar-search > div.input-group > button {
    line-height: 0;
    background-color: transparent;
    margin-right: 0;
    top: 1px;
    right: 1px;
    position: absolute;
    z-index: 100;
  }
  .navbar-header {
    background: #fff;
    border: 1px solid #555;
    border-left: none;
    border-right: none;
  }
  .grid_item > div > div > div > .grid_text h2 {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .search-col {
    position: static;
    width: 100%;
  }
  div#header {
    text-align: center;
  }
  .logo {
    margin: 0 auto 10px;
  }
  .logo h4 {
    border-bottom-width: 1px;
  }
  .logo h4.text-logo > a {
    font-size: 28px;
    line-height: 32px
  }
  .heading .filters, .heading h2 + .filters {
    margin: 10px 0;
  }
  .filters li {
    width: 40%;
  }
  .dropdown-menu {
    margin: 0;
    z-index: 9999999;
    border-radius: 0;
    left: auto;
  }
  .product-info #buynow, .product-info #button-cart {
    padding: 8px 15px;
  }
  .product_wish_compare {
    margin-bottom: 10px;
  }
  div.product-info ul.flex-direction-nav a {
    width: 28px;
  }
  .cat_thumb {
    float: none;
  }
  .hide_on_mobile {
    display: none;
  }
  .navbar .nav > li b {
    color: #777;
    font-size: 6px;
    line-height: 12px;
    margin-bottom: 6px;
    margin-left: 3px;
    vertical-align: middle;
  }
  .navbar .nav > li > a {
    color: #555;
    font-size: 12px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    z-index: 6;
  }
  #sequence-seq_0.sequence .sequence-prev,
  #sequence-seq_0.sequence .sequence-next {
    width: 35px;
  }
  #content {
    margin-bottom: 20px;
  }
  .customProducts {
    padding: 20px 0 0;
  }
}

/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 *
 * http://geedmo.github.com/yamm3
 */
/*.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .mega.dropdown {
  position: static;
}*/
.yamm .container {
  position: relative;
}
.yamm .mega .dropdown-menu {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.yamm .nav.navbar-right .dropdown-menu {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
  min-width: 300px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  background: #fff;
}
.yamm .yamm-content a {
  color: #555;
  font-family: 'Open Sans', sans-serif;
}
.yamm .yamm-content strong {
  font-weight: 400;
  color: #000;
  display: block;
}
.cat_thumb {
  float: right;
  max-width: 50%;
}
.manufacturer_thumb {
  line-height: 30px;
}
.manufacturer_thumb img {
  max-width: 20%;
  margin: 0 5px;
  display: inline-block;
}
.sidebar-nav .yamm .yamm-content {
  width: 700px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  /*  left: 0;
  right: 0;*/
  background: #fff;
  border-top: 2px solid #EEEEEE;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/* make sidebar nav vertical */
@media (min-width: 768px) {
  .sidebar-nav div.navbar {
    width: 100%;
    margin-bottom: 20px;
  }
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
    width: 100%;
  }
  .sidebar-nav .navbar ul.navbar-nav {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
  }
  .sidebar-nav .dropdown {
    position: relative;
  }
  .sidebar-nav .dropdown > .dropdown-menu {
    top: auto;
    left: 100%;
    margin-top: -30px;
    margin-left: 0;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
  }
  .sidebar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .sidebar-nav .navbar-nav > .dropdown > a:after {
    content: "";
    display: block;
    float: right;
    font-family: FontAwesome;
    font-size: 7px;
    font-weight: normal;
    height: 0;
    margin-right: 0;
    margin-top: 0;
    width: 0;
    color: #aaa;
  }
  .sidebar-nav .dropdown:hover > a:after {
    border-left-color: #ffffff;
  }
  .sidebar-nav .dropdown.pull-left {
    float: none;
  }
  .dropdown.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
  }
  .sidebar-nav .yamm .dropdown.yamm-fw .dropdown-menu { /*left: auto; right: auto;*/
    width: 100%;
  }
  .sidebar-nav .navbar-toggle {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .sidebar-nav .navbar-collapse {
    background: #f2f2f2;
    border-radius: 2px
  }
  .sidebar-nav .navbar .nav > li {
    border: none;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #f5f5f5;
  }
  body#home .sidebar-nav .navbar .nav > li > a, .sidebar-nav .navbar .nav > li > a {
    color: #555;
    font-size: 12px;
    font-weight: 400;
    font-family: Lato, 'Open Sans', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .sidebar-nav .navbar .nav > li:hover {
    background: #eee;
    color: #fff;
  }
  .sidebar-nav ul.nav li.dropdown:hover > ul.dropdown-menu, .sidebar-nav .navbar .dropdown-menu {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0;
  }
  .sidebar-nav .navbar .dropdown-menu > li > a, .sidebar-nav .navbar .dropdown-menu > li > a:focus {
    background: #f5f5f5;
    color: #333;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #fff;
  }
  .sidebar-nav .navbar .dropdown-menu > li > a:hover {
    background: #000;
    color: #fff;
  }
  .sidebar-nav .yamm .yamm-content {
    color: #333;
  }
  /*.sidebar-nav .yamm .yamm-content a {
    color: #333;
  }*/
  .sidebar-nav .navbar .nav > li b {
    display: none
  }
}
/* pavblog */
.pav-header {
  position: relative
}
.pav-header .rss-wrapper {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  /*background: url(../image/icon-rss.png) no-repeat center center;*/
  overflow: hidden;
  text-indent: -999em;
}
.blog-meta {
  margin: 10px 0;
  overflow: hidden;
  background: #fafafa;
}
div.blog-meta > span {
  font-weight: bold;
  display: block;
  float: left;
  font-size: 11px;
  padding: 10px 11px;
  border: none;
}
div.blog-meta > span a {
  font-size: 11px;
}
.blog-meta > span:last-child {
  border-right: none;
  font-size: 90%
}
.blog-meta > span span {
  font-weight: normal
}
.blog-header .created {
  display: block;
  overflow: hidden;
  height: 40px;
  padding: 12px;
  background: #000;
  color: #FFF;
  float: left;
  font-size: 11px;
  margin-right: 12px;
}
.blog-header span.day {
  font-size: 30px;
  font-weight: bold;
  padding: 4px 0;
  display: block;
  text-align: center
}
.blog-header span {
  font-size: 98%
}
.blog-item .description {
  padding: 8px 0;
}
.blog-item .readmore {
  padding-left: 25px
}
/**
 * Category Page
 */
div[class*="pavcol"] {
  float: left;
}
.pavcol1 {
  width: 100%
}
.pavcol2 {
  width: 50%;
}
.pavcol3 {
  width: 33.33%;
}
.pavcol4 {
  width: 25%;
}
.pavcol5 {
  width: 20%;
}
.blog-item {
  padding: 10px 0 15px;
}
.blog-item img {
  padding-right: 0;
  margin-bottom: 10px
}
.pavcol1 img {
  padding-right: 0
}
.pav-blogs a {
  text-decoration: none
}
/**
  * Blog Page
  */
.pav-blog .description {
  font-weight: bold;
}
.pav-blog .blog-content, .pav-blog .blog-bottom {
  margin-bottom: 20px
}
.comment-item {
  padding-bottom: 10px;
}
.comment-item img {
  padding-right: 12px;
}
.comment-wrap {
  overflow: hidden;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E5E5E5;
  padding: 20px;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.comment-wrap .comment-meta {
  border-bottom: 1px solid #E5E5E5;
  font-size: 11px;
  margin: -20px -20px 10px;
  padding: 10px 20px;
}
.comment-wrap .comment-meta > span {
  font-weight: bold;
}
.comment-wrap .comment-meta > span span {
  font-weight: normal;
}
.blog-social .social-wrap > div {
  float: left;
}
.blog-social .social-heading {
  padding-right: 12px;
}
.comment-link {
  background: none repeat scroll 0 0 #F4F4F4;
  border-left: 1px solid #E5E5E5;
  display: block;
  float: right;
  font-weight: bold;
  margin: -11px -20px -10px 0;
  padding: 10px 20px;
}
#comment-form .message {
  background: #FCF8E3;
  padding: 12px;
  color: #000;
  margin: 12px;
}
#comment-form .comment-warning {
  color: #B94A48
}
#comment-form .input-group {
  clear: both;
  padding: 6px 0;
}
#comment-form label {
  display: block;
  float: left;
  line-height: 27px;
  margin: 0;
  width: 20%;
}
#comment-form input, #comment-form textarea {
  display: block;
  margin: 0;
  width: 77%;
}
#comment-form .recaptcha {
  padding: 12px;
}
#comment-form .recaptcha input {
  width: 140px;
  height: 27px;
  display: inline;
  margin: 0 12px;
}
/**
    * Module
	*/
.pavblogs-comments-box .pav-comment {
  padding: 10px 0;
  border-bottom: 1px solid #F4F4F4
}
.pavblogs-comments-box .pav-comment:last-child {
  border-bottom: none;
}
.pavblogs-comments-box img {
  padding-right: 12px;
}
#comment-form .recaptcha input {
  width: 140px;
  height: 27px;
  display: inline;
  margin: 0 12px;
}
.blog-tags, .blog-bottom {
  margin-bottom: 10px;
  line-height: 24px;
}
h4.blog-title {
  margin-bottom: 10px;
  margin-top: 0;
}
.blog-title > a {
  color: #333;
  font-family: Montserrat, Lato;
  font-size: 11px;
  text-transform: uppercase;
}
.blog-item a.readmore {
  color: #f55064;
  font-family: Lato;
  font-size: 12px;
  padding: 0;
  /*  text-transform: uppercase;*/
}
.pavblog-latest {
  margin-bottom: 20px;
}
.pav-category li {
  margin: 8px 0;
}
ul.pav-category ul {
  margin-left: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
  }
  .dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
  }
  .dropdown-submenu.pull-left {
    float: none;
  }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
  }
  .navbar .dropdown-menu .dropdown-menu > li > a {
    background: none repeat scroll 0 0 #333;
    color: #fff;
  }
  .navbar .dropdown-menu .dropdown-menu > li > a:hover {
    background: none repeat scroll 0 0 #000;
  }
  .hide_on_mobile {
    display: none;
  }
  .flex-direction-nav {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .columns2, .columns3, .columns4 {
    height: 200px;
    overflow: scroll;
  }
}
@media screen and (min-width: 992px) {
  .columns2 {
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
    column-count: 2;
    width: 500px !important;
    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
  }
  .columns3 {
    -moz-column-count: 3; /* Firefox */
    -webkit-column-count: 3; /* Safari and Chrome */
    column-count: 3;
    width: 600px !important;
    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
  }
  .columns4 {
    -moz-column-count: 4; /* Firefox */
    -webkit-column-count: 4; /* Safari and Chrome */
    column-count: 4;
    width: 800px !important;
    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
  }
  .product:hover > div > div.hover {
    opacity: 1;
  }
}
/*! =======================================================
                      VERSION  4.8.1
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 100%;
  height: 15px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -7px;
  margin-top: -3px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-vertical {
  height: 210px;
  width: 15px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip.bottom {
  padding: 5px 0;
  margin-top: 18px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  background: #555;
  color: #fff;
  padding: 1px 5px;
}
.slider .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #555;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #ff92a6 0%, #f55064 100%);
  background-image: -o-linear-gradient(top, #ff92a6 0%, #f55064 100%);
  background-image: linear-gradient(to bottom, #ff92a6 0%, #f55064 100%);
  background-repeat: repeat-x;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff92a6', endColorstr='#f55064', GradientType=0);*/
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  border: 0 solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 15px;
  font-size: 15px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0 solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 15px;
  font-size: 15px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
.slider .tooltip {
  z-index: 2;
}
@media (min-width: 992px) {
  .header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
    /*transition: all 1s ease;*/
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    /*border-bottom:1px solid #eee;*/
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  }
  .header.sticky:hover {
    background: #fff;
  }
  .header.sticky div#header .logo h4 {
    border-bottom-width: 1px;
    padding: 0 0 5px 5px;
  }
  .header.sticky div#header {
    padding: 10px 15px;
  }
}
/* testimonials module */
.testimonial {
  min-height: 230px;
  margin: 15px 0;
}
.testimonial .image {
  display: inline-block;
}
.testimonial .image img {
  border-radius: 500px;
  margin-bottom: 5px;
}
.testimonial .user h3 {
  text-transform: capitalize;
  margin-bottom: 0;
}
.testimonial .date p {
  color: #999;
  margin-bottom: 0;
}
.testimonial .body {
  display: inline-block;
  margin: 0 10px 10px;
  text-align: center;
  vertical-align: middle;
}
.testimonial .tooltip .tooltip-arrow {
  border-bottom-color: #eeeeee;
  border-width: 0 10px 10px;
  top: -5px;
  left: 15%;
}
.testimonial .tooltip {
  opacity: 1;
}
.testimonial .tooltip .tooltip-inner {
  padding: 10px;
  width: 80%;
  background: #eee;
  white-space: pre-line;
  color: #555;
  max-width: none;
}
/* offcanvas megamenu */
.offcanvas {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.offcanvas.menu {
  display: block;
  float: none;
}
.offcanvas .navbar-header {
  float: none;
  border: none;
}
.offcanvas .navbar-toggle {
  display: block;
  float: none;
  margin: 0;
}
.offcanvas .navbar-collapse, .offcanvas .navbar-collapse.collapse {
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  height: 100% !important;
  position: fixed;
  top: 0;
  visibility: visible;
  background: #fff;
  padding: 20px;
  z-index: 1000;
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}
.offcanvas .navbar-nav {
  float: none !important;
  margin: 35px 0;
  width: 280px;
  height: 100%;
}
.offcanvas .navbar-nav li {
  float: none;
  border-bottom: 1px solid #fafafa;
}
.offcanvas .navbar-nav li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  font-family: Montserrat, Open Sans;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.offcanvas .navbar-nav li > a:hover {
  background: #333;
  color: #fff;
}
.offcanvas .navbar-nav li > a:hover > ul {
  background: #fff;
}
/*
.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
*/
/*
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}
*/
.offcanvas.in .navbar-collapse.collapse {
  display: block !important;
  left: 0;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
/*
.offcanvas .collapse.in {
   height: auto !important;
   width:auto !important;
}
*/
.offcanvas .navbar-nav > li > .dropdown-menu {
  background: #fff;
  left: 0;
  width: 100%;
  box-shadow: none;
  border: none;
}
.offcanvas .dropdown-menu > li > a {
  color: #333;
}
.offcanvas .yamm-content, .yamm-content a {
  color: #333;
  font-size: 12px;
}
.offcanvas ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: none;
}
.offcanvas ul.nav li.dropdown.open:hover > ul.dropdown-menu {
  display: block;
  /*	padding:0 0 0 10px;*/
}
.offcanvas .navbar-nav > li > a .fa.fa-chevron-down {
  font-size: 6px;
  vertical-align: middle;
  padding: 0 3px 2px;
}
.offcanvas .dropdown-submenu > .dropdown-menu {
  left: auto;
  box-shadow: none;
  border: none;
  margin-left: 10px;
  width: 90%;
  position: static;
}
.offcanvas .navbar-collapse .navbar-toggle {
  float: right;
}
.offcanvas .navbar-collapse .navbar-toggle span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.offcanvas .navbar-collapse .navbar-toggle span:nth-child(2) {
  -webkit-transform: rotate(135deg) translate(4px, -4px);
  -ms-transform: rotate(135deg) translate(4px, -4px);
  transform: rotate(135deg) translate(4px, -4px);
}
.offcanvas .list-group-item + div {
  margin-left: 20px;
}
.offcanvas .list-group-item {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #eee;
  display: block;
  margin-bottom: 0;
  padding: 15px 15px;
  color: #333;
  font-family: Montserrat, Open Sans;
  font-size: 14px;
}
.offcanvas .list-group-item.highlight {
  color: #009eff;
}
.offcanvas .fa.fa-chevron-down {
  font-size: 6px;
  margin-top: 6px;
  vertical-align: middle;
  float: right;
}
.offcanvas .panel {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  height: 100%;
  overflow-y: auto;
  width: 100%;
}
.offcanvas .navbar-collapse.collapse .navbar-toggle {
  background: transparent url("../img/close2.png") no-repeat scroll center center;
  border-radius: 1px;
  color: #aaaaaa;
  cursor: pointer;
  font-size: 24px;
  height: 10px;
  margin: 15px;
  padding: 6px;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  width: 10px;
  z-index: 1000;
  opacity: 0.5;
}
.offcanvas .navbar-collapse.collapse .navbar-toggle:hover {
  opacity: 1;
}
.offcanvas.right .navbar-collapse, .offcanvas.right .navbar-collapse.collapse {
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
  right: 0;
  left: auto;
}
.offcanvas.right.in .navbar-collapse.collapse {
  display: block !important;
  right: 0;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.offcanvas.right .navbar-collapse .navbar-toggle {
  float: none;
}
.offcanvas ~ .pusher {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  z-index: 100;
}
.offcanvas.in ~ .pusher {
  height: 100%;
  width: 100%;
  opacity: 0.3;
}
.offcanvas.in.right ~ .pusher {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
  right: 0;
  left: auto;
}
.offcanvas .navbar-toggle, .offcanvas .navbar-default .navbar-toggle:hover, .offcanvas .navbar-default .navbar-toggle:focus {
  background: transparent;
}
.offcanvas .navbar-toggle .icon-bar {
  background: #333;
}
.offcanvas div.navbar {
  border: none;
}
/* parallax */
section.module:last-child {
  margin-bottom: 0;
}
section.module h4 {
  margin-bottom: 40px;
  font-family: "Montserrat", serif;
  font-size: 30px;
}
/*
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}*/
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  font-size: 16px;
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax > div {
  padding: 30px 0;
}
section.module.parallax .container {
  position: relative;
  z-index: 10;
}
.page-container section.module.parallax {
  margin: 30px 0;
}
section.module.parallax .flex-direction-nav .flex-next {
  right: -30px;
}
/*.flex-direction-nav .flex-next::after {
  content: '';
  background: url("../img/right-chevron.svg") no-repeat center;
}*/
section.module.parallax .flex-direction-nav .flex-prev {
  left: -30px;
}
section.module.parallax .flex-direction-nav a {
  background: transparent;
  color: #fff;
  font-size: 42px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: auto;
  top: 40%;
}
section.module.parallax .product .btn-primary {
  display: none;
}
section.parallax h3 {
  color: #333;
  font-size: 42px;
  font-weight: 400;
  font-family: Vidaloka, Lato, "Open Sans", Montserrat, sans-serif;
  text-align: center;
  margin: 30px 0 50px;
}
section.parallax .product .price, section.parallax .product .name a {
  color: #333;
}
section.parallax.white .product .price, section.parallax.white .product .name a {
  color: #fff;
}
section.parallax div > .container > p {
  font-family: Lato;
  font-size: 18px;
  line-height: 32px;
  margin: 40px auto 30px;
  width: 50%;
}
section.parallax div > .container > .btn {
  background: #f55064;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 13px;
  padding: 12px 40px;
  border: none;
  margin: 10px 0 30px;
}
section.parallax.white, section.parallax.white h3 {
  color: #fff;
}
section.parallax.white div > .container > .btn {
  color: #333;
  background: #fff;
}
@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  /*section.module p {
    font-size: 20px;
  }*/
  section.module.parallax h3 {
    font-size: 42px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 42px;
  }
  .footer .col-md-12 {
    min-height: 0;
  }
  /* popup module */
  .page_top .nicopopup .alert {
    margin-bottom: 0;
    padding: 15px 5px;
  }
  .modal {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.img-thumbnail p {
  max-height: 50px;
  height: 50px;
  overflow: hidden;
  padding: 0 10px;
}
.img-thumbnail h3 {
  max-height: 14px;
  height: 14px;
  padding: 0 10px;
}
.img-thumbnail {
  margin-bottom: 30px;
}
.footer .col-md-12 div.col-md-2:first-of-type {
  display: none;
}
.footer .col-md-12 .row {
  display: none;
}
.social-network i.fa.fa-telegram {
  position: relative;
  top: 3px;
}
.panel-body.row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.panel-body.row .googlemap {
  overflow: hidden;
}
.panel-body.row .googlemap iframe {
  width: 100%;
}
.panel-body .contacts {
  padding: 0 10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .panel-body.row {
    flex-direction: row;
  }
}
.quick-login-link,
.quick-login-title {
  display: none !important;
}
.well:last-of-type {
  /*display: none !important;*/
}