html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
body {
  background: #FFFFFF;
  color: #444;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
}

body {
  position: relative;
  overflow: hidden;
}
.fs9 {
  font-size: 11px;
}
.fs10 {
  font-size: 12px;
}
.fs11 {
  font-size: 13px;
}
.fs12 {
  font-size: 14px;
}
.fs13 {
  font-size: 15px;
}
.fs14 {
  font-size: 16px;
}
.fs15 {
  font-size: 17px;
}
.fs16 {
  font-size: 18px;
}
.welcome {
  color: #636E75;
  font: Verdana;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
a {
  color: #2e3039;
  outline: none;
  cursor: hand;
  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
a img {
  border: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
  
}
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  line-height: 20px;
}
body,
td,
th,
input,
textarea,
select,
a {
  outline: 0 none;
}
a,
a:hover,
a:focus {
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
button, button:hover, input[type="button"], input[type="submit"] {
-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
input.form-control {
    border-radius: 30px;
   
    padding: 0 15px;
    
    
}
input.form-control:focus {
    
    background: #fefbe5;
    
}
select.form-control {
    border-radius: 30px;
   
    
}
#success_info .btn-continue {
    height: 52px;
    float: right;
    font-size: 16px;
    line-height: 52px;
    color: #fff;
    background: #000;
    border-radius: 30px;
    padding: 0 30px;
}
#success_info .btn-continue:hover {
    background: #000000;
}
#success_info .btn-continue .icon {
    font-size: 120%;
   vertical-align: middle;
   margin-right: 5px;
}

#success_info #content p a {
    color: #000000;
}

.btn-submit {
    height: 52px;
    float: right;
    font-size: 16px;
    line-height: 52px;
    color: #fff;
    background: #000;
    border-radius: 30px;
    padding: 0 30px;
    border: none;
}
.btn-submit:hover {
    background: #000000;
    color: #fff;
}
.btn-submit .icon {
    font-size: 120%;
   vertical-align: middle;
   margin-right: 5px;
}

.quantity input,
input[name="quantity"] {
  width: auto;
  display: inline;
  text-align: center;
}
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
table.list thead td {
  background-color: transparent;
  padding: 0px 5px;
}
table.list .center {
  text-align: center;
  padding: 7px;
}
table.list tbody td {
  padding: 0px 5px;
}
table.list td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.list .right {
  text-align: right;
  padding: 7px;
}
table.list .left {
  text-align: left;
  padding: 7px;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}

table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form > * > * > td {
  color: #000000;
}
table.form td {
  padding: 4px;
}
table.form tr td:first-child {
  width: 150px;
}
table.radio {
  width: 100%;
  border-collapse: collapse;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: #F1FFDD;
  cursor: pointer;
}
.breadcrumb {
  background: none;
  padding: 30px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px;
  font-weight: 300;
  background: url("../../image/breadcrumb.png") bottom repeat-x;
}
.lang-cs .breadcrumb {
  background: none;
  padding: 30px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px;
  font-weight: 300;
  background: url("../../image/breadcrumb_cs.png") bottom repeat-x;
}
.breadcrumb li a {
  color: #999999;
}
.breadcrumb li:first-child {
  
}
.breadcrumb li:first-child a {
  padding-left: 0px;
}
.breadcrumb li:last-child:before {
  color: #232323;
}
.breadcrumb li:last-child a {
  color: #232323;
}
.pagination {
  border-top: 1px solid #009a00;
  padding: 40px 0;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0px;
  margin-top: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.lang-cs .pagination {
  border-top: 1px solid #3c5a99;
  padding: 40px 0;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0px;
  margin-top: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pagination .links {
  float: left;
}
.pagination .links a,
.pagination .links b {
  border: 1px solid #009a00;
}
.lang-cs .pagination .links a,
.lang-cs.pagination .links b {
  border: 1px solid #3c5a99;
}
.pagination .links a {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  color: #444;
  font-weight: 500;
  width: 50px;
  height: 50px;
  line-height: 48px;
}
.pagination .links a:hover {
  background-color: #009a00;
  border-color: #009a00;
  color: #000000;
}
.lang-cs .pagination .links a:hover {
  background-color: #3c5a99;
  border-color: #3c5a99;
  color: #000000;
}
.pagination .links b {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-weight: 500;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 48px;
  text-decoration: none;
  color: #000;
  background-color: #009a00;
  border: 1px solid #009a00;
}
.lang-cs .pagination .links b {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-weight: 500;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 48px;
  text-decoration: none;
  color: #000;
  background-color: #3c5a99;
  border: 1px solid #3c5a99;
}
.pagination .results {
  float: right;
  padding-top: 10px;
}
a.button, input.button {
    height: 52px;
    float: right;
    font-size: 16px;
    line-height: 52px;
    color: #fff;
    background: #000;
    border-radius: 30px;
    padding: 0 30px;
	border: 0;
}
a.button:hover, input.button:hover {
    background: #000000;
}
.buttons {
  background: #FFFFFF;
  border: 1px solid #CCC;
  overflow: auto;
  padding: 6px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons .left {
  float: left;
  text-align: left;
}
.htabs {
  background: #F2F3F2;
  height: 40px;
  line-height: 16px;
}
.htabs a {
  padding: 12px 15px;
  float: left;
  font-size: 15px;
  color: #232323;
  font-weight: 500;
  text-transform: uppercase;
}
.htabs a.selected,
.htabs a:hover {
  color: #000000;
}
.tab-content {
  z-index: 2;
}

.form-review {
  margin-bottom: 25px;
}
ul.links {
  position: relative;
  margin: 0;
  padding: 0;
}
ul.links li {
  margin-right: 15px;
}
ul.links li > a span {
  font-size: 14px;
  margin-right: 5px;
}
ul.list > li a:hover,
ul.list > li a.active {
  color: #000000;
}
ul.list > li a:hover .badge,
ul.list > li a.active .badge {
  background-color: #000000;
}
#colorbox {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
}
.required {
  color: #FF0000;
  font-weight: bold;
}
.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin-top: 20px;
  color: #555555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer;
}
.attention {
  background: #FFF5CC url('../../image/attention.png') 10px center no-repeat;
  border: 1px solid #F2DD8C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.warning {
  background: #FFD1D1 url('../../image/warning.png') 10px center no-repeat;
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: 14px;
  display: block;
}
.error {
  display: block;
  color: #FF0000;
}
.welcome {
  color: #636E75;
  font: 14px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
.success {
  background: #EAF7D9 url('../../image/success.png') 10px center no-repeat;
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Raleway', sans-serif;
}
h1 {
  font-size: 26px;
}
h1 small {
  font-size: 21px;
}
h2 {
  font-size: 22px;
}
h2 small {
  font-size: 14px;
}
h3 {
  font-size: 20px;
}
h3 small {
  font-size: 16px;
}
h4 {
  font-size: 20px;
}
h4 small {
  font-size: 14px;
}
h5 {
  font-size: 15px;
}
h5 small {
  font-size: 12px;
}
h6 {
  font-size: 14px;
}
form {
  padding: 0;
  margin: 0;
  display: inline;
}

.input-group {
  background: #353535;
  font-size: 12px;
}
input.inputNew {
  background: #353535;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 30px;
  color: #848484;
  width: 180px;
  font-weight: 300;
  padding-left: 10px;
}
.button_mini {
  background: #000000;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 300;
  height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
}
.button_mini:hover {
  background: #FFFFFF;
  color: #000000;
}
#page {
  margin: 0 auto;
  background-color: #FFFFFF;
}
body.layout-boxed-md {
  background: url("../../image/pattern/pattern2.png");
}
body.layout-boxed-md #page {
  max-width: 970px;
  background: #FFFFFF;
  overflow: hidden;
}

body.layout-boxed-lg {
  background: url("../../image/pattern/pattern2.png");
}
body.layout-boxed-lg #page {
  max-width: 1200px;
  background: #FFFFFF;
  overflow: hidden;
}


#topbar {
  color: #88898e;
  min-height: 55px;
  background: #000;
  font-size: 13px;
}
#currency, 
#language, 
#welcome {
    line-height: 56px;
    color: #fff;
    display: inline-block;
    margin-right: 25px;
}
#currency i.icon, 
#language i.icon, 
#welcome i.icon {
    position: relative;
  top: 2px;
}
#language img {
    margin-top: -2px;
}
#currency .has-sub, 
#language .has-sub, 
#welcome .has-sub {
    position: relative;

}

#currency ul.sub_currency,
#language ul.sub_language,
#language div.sub_language,
#welcome ul.sub_my_account {
    background-color: #fff;
    position: absolute;
    display: none;
    top: 100%;
   padding: 14px 20px;
  min-width: 160px;
   width: 100%;
   border-bottom: 10px solid #ccc;
   z-index: 9999;
   -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#welcome ul.sub_my_account .ul_divide {
    width: 100%;
    height: 2px;
    margin: 15px 0; 
    background-color: #e1e1e1;
   
}
#currency ul.sub_currency li a,
#language ul.sub_language li a,
#language div.sub_language li a,
#welcome ul.sub_my_account li a {
    display: block;
    padding: 6px 0;
    margin: 0;
    
    background: transparent;
    color: #444;
    border: none;
    font-size: 13px;
}
#currency ul.sub_currency li a:hover,
#language ul.sub_language li a:hover,
#welcome ul.sub_my_account li a:hover {
    color: #000000;
}
#shcart {
   background-color: #1e1e1e;
   padding-left: 20px;
   padding-right: 20px;
  position: relative;
  z-index: 1003;
  line-height: 54px;
}
#shcart .checkout {
  text-align: right;
  clear: both;
}
#shcart .empty {
 line-height: 60px;

  text-align: center;
}
#shcart .content {
  background: #fff;
  clear: both;
  visibility: hidden;
  opacity: 0;
  min-height: 110px;
  min-width: 340px;
  padding: 20px 10px;
  position: absolute;
  right: 0;
  line-height: 28px;
  border-bottom: 10px solid #ccc;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  z-index: 20;
}
#shcart:hover .content {
visibility: visible;
    opacity: 1;
	display: block;
}
#shcart .heading {
  z-index: 1;
  
}

#shcart .heading a {
    display: block;
  text-decoration: none;color: #fff;
}
#shcart .heading a i.icon-shopping82{
  padding-right: 8px;
  font-size: 16px;
}
#shcart .heading a i.icon-down-dir{
  position: relative;
  top: 2px;
  margin-left: 3px;
}

#shcart .heading h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 17px;
}
#shcart.active .heading a {
    font-weight: 500;
}

.mini-cart-info li {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 30px;
}
.mini-cart-info li .media-body .help span {
    color: #000000;
    font-size: 13px;
    padding: 0 5px 0 0;
}
.mini-cart-info a.remove {
  position: absolute;
  right: 5px;
  top: 0px;
}
.mini-cart-info a.remove i {
  font-size: 130%;
  color: #bababa;
}
.mini-cart-info a.remove:hover i {
  
  color: #000;
}
.mini-cart-total {
    padding: 0 10px 20px 10px;
    font-weight: 400;
    color: #444;
    border-bottom: 1px solid #e1e1e1;
}

#shcart .checkout {
    text-align: center;
    padding-top: 20px;
}
#shcart .checkout a{
   margin: 0 5px;
   border-radius: 30px;
   height: 35px;
   display: inline-block;
   line-height: 33px;
   background: #fff;
   color: #000;
   border: 1px solid #e1e1e1;
   padding: 0 20px;
   text-transform: none;
}
#shcart .checkout a:hover{
   background: #000000;
   color: #fff;
   border-color: #000000;
}

#header.headermenu {
  z-index: 1000;
  min-height: 100px;
  border: none;
  background-color: #2980b9;
 -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#header.hide-bar {
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  min-height: 50px;
}
#header.hide-bar #logo {
  line-height: 45px;
}
#header.hide-bar #logo-theme {
  padding-top: 7px;
  padding-bottom: 10px;
}
#header.hide-bar #pav-mainnav .navbar .navbar-nav > li > a {
  line-height: 50px;
}

#header.hide-bar #pav-mainnav .dropdown:hover > .dropdown-menu {
  top: 50px;
}
#header.hide-bar #search:hover input {
  top: 50px;
}
.header-wrap #logo {
  line-height: 100px;
  position: relative;
  z-index: 1;
}
.header-wrap #logo-theme {
   position: relative;
  z-index: 1;
  padding: 35px 0 25px;
}

.header-wrap #logo-theme a {
 background: url('../../image/skin_3/logo.png') no-repeat;
  display: block;
  width: 171px;
  height: 35px;
}

.header-wrap #logo-theme a span {
  display: none;
}
.header-wrap .inner > * {
  display: table-cell;
  vertical-align: middle;
}
#pav-mainnav  {
 
}
#pav-mainnav .navbar {
  background: none;
  border: none;
  margin-bottom: 0;
  
}
.navbar-header {
    float: right;
}
#pav-mainnav .navbar .navbar-nav  {
    
}
#pav-mainnav .navbar .navbar-nav > li {
  border: 0 !important;
 
}
#pav-mainnav .navbar .navbar-nav > li.last {
  border-right: 1px solid transparent;
}
#pav-mainnav .navbar .navbar-nav > li:hover > a {
  background: rgba(68,68,68,0.3);
  color: #FFFFFF;
}
#pav-mainnav .navbar .navbar-nav > li > a {
  background: none;
  font-size: 15px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 100px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding-top: 0;
  padding-bottom: 0;
}
#pav-mainnav .navbar .navbar-nav > li > a .menu-icon {
  background: none !important;
  
  color: #FFFFFF;
}
#pav-mainnav .navbar .navbar-nav > li.pav-parrent {
  position: static;
}
#pav-mainnav .navbar .navbar-nav .multi-menu {
  position: static;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  border: none;
  border-bottom: 10px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  background-color: #FFFFFF;
  padding: 20px 10px;
  visibility: hidden;
  top: 100%;
  left: inherit;
  min-width: 200px;
  transition: opacity 0.3s;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu li {
  border-bottom: none;
  font-size: 15px;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu li a {
  line-height: 30px;
  display: block;
  font-weight: 300;
  -webkit-transition: padding 0.5s ease 0s;
  transition: padding 0.5s ease 0s;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu li a:hover {
  color: #000000;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu h3.menu-title {
  display: block;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .widget-inner .parent a,
#pav-mainnav .navbar .navbar-nav .dropdown-menu .dropdown-submenu.mega-group .dropdown-toggle {
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .fa {
  display: none;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu embed,
#pav-mainnav .navbar .navbar-nav .dropdown-menu iframe {
  width: 100%;
}
#pav-mainnav .navbar .navbar-nav .dropdown-menu .hidden-sub-menu .menu-title {
  display: none;
}
#pav-mainnav .dropdown:hover > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);

  visibility: visible;
}
#pav-mainnav .dropdown .dropdown-menu > .dropdown-menu-inner {
  padding-left: 15px;
  padding-right: 15px;
}
#pav-mainnav .dropdown .dropdown-menu > .dropdown-menu-inner .dropdown-submenu .dropdown-mega .dropdown-toggle {
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  font-family: 'Raleway', sans-serif;
}
#pav-mainnav .dropdown .dropdown-menu > .dropdown-menu-inner .dropdown-submenu .dropdown-mega .dropdown-toggle:hover {
  padding-left: 0;
}
#pav-mainnav .dropdown-submenu {
  position: relative;
}
#pav-mainnav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
  margin: 0;
  opacity: 1;
  position: absolute;
  left: 130px;
  top: 10px;
  visibility: visible;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#pav-mainnav .dropdown-submenu > .dropdown-menu {
  border-radius: 0 6px 6px 6px;
  left: 100%;
  margin-left: -6px;
  margin-top: -6px;
  top: 0;
}
#pav-mainnav .dropdown-submenu .dropdown-submenu .menu-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  text-transform: none;
}
#pav-mainnav .dropdown-submenu .dropdown-submenu .caret {
  display: inline-block;
}
#pav-mainnav .w-product {
  margin-bottom: 20px;
}
#pav-mainnav .w-product.product-block .product-meta {
  width: auto;
}
#pav-mainnav .w-product.product-block:hover {
  box-shadow: none;
}
#pav-mainnav .w-product.product-block:hover .product-meta {
  border: 1px solid #e1e1e1;
}
#pav-mainnav .pav-menu-video {
  margin-top: 10px;
}
#pav-mainnav .pav-menu-video p {
  padding-top: 10px;
}
#pav-mainnav .cols2 {
  width: 520px;
}
#pav-mainnav .cols3 {
  width: 720px;
}
#pav-mainnav .cols4 {
  width: 920px;
}
#mainmenutop .navbar-toggle {
  float: left;
  margin: 0;
}
.offcanvas-menu .button-close-menu {
  color: #424242;
  cursor: pointer;
  float: left;
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.offcanvas-sidebars-buttons {
  margin-top: 25px;
}
#menu-offcanvas .menu-offcanvas-inner {
  padding: 12px;
}
#menu-offcanvas .dropdown .dropdown-menu {
  display: block;
  position: relative;
  float: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  width: 100% !important;
}
html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  min-height: 100%;
}
.offcanvas-content {
  overflow-y: scroll;
  background: #f3efe0;
}
.offcanvas-content,
.offcanvas-content-inner {
  position: relative;
}
.offcanvas-container {
  position: relative;
}
.offcanvas-pusher {
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.offcanvas-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.offcanvas-menu-open .offcanvas-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.offcanvas-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas-menu-open .offcanvas-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.offcanvas-menu .pav-menu-video iframe {
  width: 270px;
}
.offcanvas-menu ul.megamenu > li > a,
.offcanvas-menu .dropdown-toggle {
  font-size: 16px;
}
.offcanvas-menu .pavo-widget .menu-title {
  font-weight: normal;
  padding: 10px 0 12px 0;
  display: none;
}
.offcanvas-menu ul {
  margin: 0;
  padding: 0;
  lioffcanvas-style: none;
}
.offcanvas-menu ul ul {
  margin-left: 10px;
}
.offcanvas-menu ul ul.list li {
  border-bottom: 1px solid #EEEEEE;
}
.offcanvas-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0,0,0,0.4);
  text-shadow: 0 0 1px rgba(0,0,0,0.1);
  font-weight: 300;
  font-size: 2em;
}
.offcanvas-menu ul li a {
  display: block;
  padding: 0.7em 1em 0.7em 1.2em;
  outline: none;
  border-bottom: 1px solid #EEEEEE;
  -webkit-transition: padding 0.5s ease 0s;
  transition: padding 0.5s ease 0s;
}
.offcanvas-menu ul li:firoffcanvas-child a {
  box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}
.offcanvas-menu ul li a:hover {
  color: #000000;
  background: #FDFDFD;
}
.offcanvas-menu .product-block:hover {
  box-shadow: none;
}
.offcanvas-menu .product-block .pav-colorbox {
  display: none !important;
}
.offcanvas-menu .product-block .name {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 5px;
}
.offcanvas-menu .product-block .rating {
  margin-bottom: 8px;
}
.offcanvas-menu .product-block .price {
  font-size: 15px;
  padding: 0;
}
.offcanvas-menu .product-block .price-old {
  float: left;
  line-height: 20px;
}
.offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas-effect-1.offcanvas-menu::after {
  display: none;
}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-2.offcanvas-menu {
  z-index: 1;
}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
  z-index: 1;
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-5.offcanvas-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%,0,0);
  transform: translate3d(50%,0,0);
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

#search {
  position: relative;
  top: 31px;
  width: 37px;
  height: 37px;
  -webkit-border-radius: 50%;
  -moz-border-radius:  50%;
  -ms-border-radius:  50%;
  -o-border-radius:  50%;
  border-radius:  50%;
  background-color: #61aadb;
  z-index: 1001;
}
#search input {
    position: absolute;
    right: 0;
  width: 37px;
  height: 37px;
  border: none;
  padding-left: 20px;
  padding-right: 40px;
  color: #fff !important;
  font-weight: 300 !important;
  background-color: #61aadb;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  visibility: hidden;
  font-weight: normal;
      -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
  
}
#search input::-webkit-input-placeholder {
    color:    #fff;
	opacity: 1;
}
#search input:-moz-placeholder {
    color:    #fff;
	opacity: 1;
}
#search input::-moz-placeholder {
    color:    #fff;
	opacity: 1;
}
#search input:-ms-input-placeholder {
    color:    #fff;
	opacity: 1;
}
#search .button-search-disabled {
    
  color: #FFFFFF;
  cursor: pointer;
  height: 37px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 37px;
  z-index: 1001;
  font-size: 100%;
  
}
#search .button-search {
    display: none;
  color: #FFFFFF;
  cursor: pointer;
  height: 37px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 37px;
  z-index: 1001;
  font-size: 100%;
  
}
#search:hover .button-search {
    display: block;
}
#search:hover input {
    visibility: visible;
    width: 320px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
   
}

.sidebar  [class*="col-"] {
  width: 100%;
}
#pav-showcase .container {
  overflow: hidden;
}
.parallax-over {
  background: url('../../image/pattern.png') center center;
  height: 100%;
}
#breadcrumb {
  padding: 0px;
}
#columns .container {
  overflow: hidden;
}
#content {
  padding-bottom: 30px;
}
#content.home-page {
padding-bottom: 0;
}
.parallax-inner {
  background: url('../../image/pattern.png') center center;
 height: 100%;
}

.contact-location {
  margin-bottom: 12px;
}
.contact-location img {
  max-width: none;
}
.wrapper h1 {
  text-transform: uppercase;
  padding-bottom: 10px;
}
.contact-content .content {
  background-color: #fafafa;
  padding: 20px;
  border: 0;
}
.contact-content .content a {
  color: #8A8A8A;
}
.contact-content h3 {
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 10px;
}
.contact-content .buttons {
  border: 0;
  padding: 0;
  margin-top: 20px;
  background: transparent;
}
.contact-content .contact-info .content {
  padding-bottom: 0;
}
.contact-content .contact-info .media:hover .icon {
  background-color: #000000;
}
.contact-content .contact-info .icon {
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
  background-color: #393939;
  font-size: 120%;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#footer {

  color: #888;
}


#footer .box .box-heading {
  background: none;
  border: none;
  color: #f1f1f1;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
}
#footer .box .box-content {
  overflow: hidden;
}

#footer .footer-top {
  color: #666;
}
#footer .footer-top .wrap-carousel {
  color: #666;
  	background: #f6f6f6;
  padding: 60px 0 60px;
  border-top: 1px solid #eee;
}


#footer .footer-center, 
#footer .footer-bottom {
  background-color: #111111;
  padding: 45px 0;
  border-bottom: 1px solid #393939;
}
#footer hr {
    border-color: #393939;
}
#footer .footer-bottom .column ul li a:hover {
	color: #fff;
}
.social {
  display: block;
  overflow: hidden;
}
.social li {
  float: left;
  
}
.social li + li {
  margin-left: 10px;
  
}
.social li a  {
    width: 54px;
    height: 54px;
    display: block;
    line-height: 54px;
    background: url("../../image/bg-social.png") center no-repeat;
    color: #ccc;
    text-align: center;
    font-size: 160%;
    border-radius: 50%;
	
}
.social li a:hover {
    background-color: #000000;
	background-image: none;
}
.social li a i {
    vertical-align: middle;
}
.social li a i span {
    display: none;
}
.skin_3 .social li a:hover {
	background-color: #fff;
	color: #000;
}
.box-heading.folow_us {
    margin-top: 20px;
}
.contact-us ul li {
  padding: 6px 0 !important;
}
.contact-us ul li i.icon {
  position: relative;
  height: 30px;
  width: 30px;
  margin-right: 0px;
  color: #f1f1f1;
 top: 4px;
  -webkit-transform: translateZ(0);
  display: inline-block;
  font-size: 120%
 
}
.contact-us ul li:hover  {
  color: #fff;
}
#powered {
    background-color: #111111;
}
.powered {
  padding: 25px 0 40px;
  color: #999999;
  overflow: hidden;
  text-align: center;
}
.powered a {
  color: #fff;
}
.powered .copyright {
    padding-top: 15px;
}

.box.producttabs .box-heading {
  background: none;
  padding-left: 0;
}
.sidebar .box {
    margin-bottom: 30px;
}
.sidebar .box .box-heading {
  background: #ddd;
  margin-bottom: 0;
  padding-left: 15px;
  color: #333;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  text-align: left;
  -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}


.sidebar .box .box-heading span {
  font-size: 16px;
}

.sidebar .box .box-heading i {
  margin-right: 10px;
 
  vertical-align: middle;
  font-size: 100%;
}

.sidebar .box .box-content {
 
  padding: 10px 10px;
}


.sidebar .box-product .box-heading{
    
}

.box {
 
  position: relative;
}
.box.orange .box-heading {
  background: #faba77;
}
.box.orange .box-content {
  background: #f7942d;
}

.mini-cart-total {
  text-align: right;
}
.mini-cart-total td {
  color: #555;
  padding: 4px;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px 5px;
  border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info .image img {
  border: 1px solid #EEEEEE;
  text-align: left;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-info td.total {
  text-align: right;
}


.checkout .radio label {
  padding-right: 20px;
}


.btn.btn-theme-default {
  background: #D45757;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 11px;
  padding: 5px 12px;
  margin-bottom: 20px;
  float: right;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.btn.btn-theme-default:hover {
  background: #232323;
}
.box-shop {
  background: #000000;
  color: #FFFFFF;
  cursor: pointer;
}
.box-shop .shop-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.box-shop .shop-title .fa {
  padding-right: 5px;
}
.box-shop .shop-title .shop-status {
  background: #efde21;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  color: #000;
  font-size: 10px;
  text-transform: none;
  padding: 0 7px;
  display: inline-block;
}
.box-shop .item-location {
  padding: 15px 20px;
  font-size: 13px;
  border-bottom: 1px solid #e17777;
}
.box-shop .item-location:hover {
  background: #232323;
}

.productdeals .name a:hover {
  color: #000000;
}
.productdeals .box-product {
  background: #FFFFFF;
  margin-bottom: 30px;
}
.productdeals .box-product .product-meta .cart:hover {
  background: #000000;
}
.productdeals .product-label-special {
  background: #EFDE21;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #232323;
  font-size: 16px;
  width: 60px;
  height: 60px;
  padding-top: 5px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
}
.productdeals .product-label-special div + div {
  font-weight: bold;
}
.productdeals .carousel-controls {
  top: 18%;
}
.productdeals .price .price-new {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
.productdeals .carousel-inner {
  overflow: hidden;
}
.pav-carousel {
  padding-top: 20px;
  padding-bottom: 80px;
}
.pav-carousel .img-responsive {
  border: 1px solid #e1e1e1;
}
.pav-carousel .img-responsive:hover {
  border: 1px solid #000000;
  -webkit-box-shadow: 0 0 5px #E1E0DD;
  box-shadow: 0 0 5px #E1E0DD;
}
.pav-carousel .carousel-inner {
  overflow: hidden;
}
.pav-carousel .carousel-controls {
  top: -88%;
}
.carousel-inner {
  overflow: inherit;
}
.productcarousel .carousel-controls {
  top: 17%;
}


#formNewLestter .input-group {
  background: transparent;
}

.newsletter_block .alert-danger,
.newsletter_block .alert-success {
  border: none;
 
  padding: 5px;
  margin: 0;
  margin-top: 2px;
}
.sidebar .box-product .box-content  {
    padding: 10px 0;
}

.sidebar .product-block {
  width: 100%;
  box-shadow: none;
  margin-bottom: 0;
  overflow: hidden;
  text-align: left;
padding: 15px 10px;
}
.sidebar .product-block.first {
  border-top: none;
}
.sidebar .product-block:hover {
  
 
}
.sidebar .prod_item:nth-child(2n) .product-block {
    background-color: #f7f7f7;
}
.sidebar .product-block:hover .image .pav-colorbox {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sidebar .product-block:hover .product-meta {
  border: none;
}
.sidebar .product-block .name {
  min-height: 0;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
  line-height: 22px;
}
.sidebar .product-block .image {
  float: left;
  margin-right: 10px;
  box-shadow: none;
}
.sidebar .product-block .action,
.sidebar .product-block .cart {
  display: none;
}
.sidebar .product-block .description {
  display: none;
}
.sidebar .product-block .rating {
  position: inherit;
  text-align: left;
 
  padding-bottom: 15px;
}
.sidebar .product-block .norating {
  margin-bottom: 15px; 
}
.sidebar .product-block .rating img {
  border: none;
}
.sidebar .product-block .price{
    color: #000000;
    font-weight: 500;
}
.sidebar .product-block .price-old{
    color: #666;
    font-weight: normal;
    font-size: 13px;
    padding-right: 10px;text-decoration: line-through;
}
.sidebar .product-block .price-new{
    
}
.sidebar .product-meta {
  overflow: hidden;
  padding: 0;
  position: static;
  width: auto;
  border: none;
}
.sidebar .subcart {
  font-size: 11px !important;
  padding-top: 5px;
  position: absolute;
  right: 7px;
}

.sidebar ul.box-category,
.sidebar ul.box-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
.sidebar ul.box-category li,
.sidebar ul.pav-category li {
  padding: 0px;
}

.sidebar ul.box-category li ul li,
.sidebar ul.pav-category li ul li {
  padding: 0px;
}
.sidebar ul.box-category li ul li a,
.sidebar ul.pav-category li ul li a {
  text-decoration: none;
  display: block;
  font-size: 14px;
}
.sidebar ul.box-category li a,
.sidebar ul.pav-category li a {
  text-decoration: none;
  color: #555;
  line-height: 30px;
}
.sidebar ul.box-category li a:hover,
.sidebar ul.pav-category li a:hover {
  color: #000000;
}
.sidebar ul.box-category li a.active,
.sidebar ul.pav-category li a.active {
  color: #000;
  font-weight: 500;
}
.sidebar ul.box-category li ul,
.sidebar ul.pav-category li ul {
  padding-left: 0px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar ul.box-category li ul li a,
.sidebar ul.pav-category li ul li a {
  line-height: 30px;
  position: relative;
  padding-left: 15px;
}
.sidebar ul.box-category li ul li a:before,
.sidebar ul.pav-category li ul li a:before {
  position: absolute;
    left: 0;
    top: 0px;
    content: "\f10c";
    font-family: "FontAwesome";
    font-size: 7px;
    color: #bbb;
}
.sidebar ul.box-category li ul li a.active,
.sidebar ul.pav-category li ul li a.active {
  color: #000;
  font-weight: 500;
}
#content h1,
.heading-title {

  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 20px;
  text-align: left;
  color: #444;
  font-size: 24px;
}
.text-refine {
  color: #444;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 30px;
}
.box-content .badge {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
ul.box-filter,
ul.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.box-filter > li ul {
  padding-bottom: 10px;
}
ul.box-filter span {
  font-weight: bold;
  border-bottom: 1px solid #e1e1e1;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
#button-filter {
    height: 44px;
    line-height: 44px;
    background: #000000;
    padding: 0 20px;
    display: inline-block;
    -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
}
#colorbox *:before,
#colorbox *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.zoomContainer .zoomLens {
  border-color: #e1e1e1 !important;
}

#scrollUp {
  bottom: 0px;
  right: 30px;
  width: 70px;
  height: 70px;
  margin-bottom: -10px;
  padding: 10px 5px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  color: #828282;
  -webkit-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
  box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
  background-color: #E6E6E6;
  background-image: -moz-linear-gradient(top,#EBEBEB,#DEDEDE);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#EBEBEB),to(#DEDEDE));
  background-image: -webkit-linear-gradient(top,#EBEBEB,#DEDEDE);
  background-image: -o-linear-gradient(top,#EBEBEB,#DEDEDE);
  background-image: linear-gradient(to bottom,#EBEBEB,#DEDEDE);
  background-repeat: repeat-x;
  -webkit-transition: margin-bottom 150ms linear;
  -moz-transition: margin-bottom 150ms linear;
  transition: margin-bottom 150ms linear;
}
#scrollUp:hover {
  margin-bottom: 0px;
}
.title_block {
  color: #4D4E4F;
  font-weight: 600;
  text-transform: uppercase;
}
.category-list {
  margin-bottom: 30px;
padding-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
}
.category-list ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.category-list ul li a {
  color: #fff;
  font-weight: 400;
  height: 52px;
  padding: 0 30px;
  line-height: 52px;
 background-color: #000000;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  
  cursor: pointer;
  display: inline-block;
  -webkit-transition: background-color 0.2s linear 0s;
  transition: background-color 0.2s linear 0s;
}
.category-list ul li a:hover {
  color: #fff;
  background-color: #000;
}
.category-info {
    border-bottom: 1px solid #009a00;
    margin-bottom: 30px;
}
.lang-cs .category-info {
    border-bottom: 1px solid #3c5a99;
    margin-bottom: 30px;
}
.category-info .image {
  margin-bottom: 30px;
}
.category-info p {
    padding: 0;
  margin-bottom: 30px;
  line-height: 25px;
}
.manufacturer-heading {
  background: #F8F8F8;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
}
.manufacturer-list {
  border: 1px solid #DBDEE1;
  padding: 5px;
  margin-bottom: 20px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.manufacturer-content {
  padding: 8px;
  overflow: auto;
}
.product-filter {
  background: #fff;
  border-bottom: 1px solid #009a00;
  margin-bottom: 40px;
  padding: 0px 0px 30px;
}
.lang-cs .product-filter {
  background: #fff;
  border-bottom: 1px solid #3c5a99;
  margin-bottom: 40px;
  padding: 0px 0px 30px;
}
.product-filter * {
    vertical-align: middle;
}
.product-filter .sort span,
.product-filter .limit span,
.product-filter .product-compare span {

}

.product-filter .sort {
  
}
.product-filter .limit .cd-dropdown,
.product-filter .limit .cd-select {
    width: 100px;
}

.cd-dropdown,
.cd-select {
	position: relative;
	width: 200px;
        
        z-index: 10;
}

.cd-dropdown > span {
	width: 100%;
	height: 38px;
	background: #fff;
	display: block;
	padding: 0 20px 0 20px;
	position: relative;
	cursor: pointer;
}

.cd-dropdown > span:after {
    font-family: "olivia";
	content: 'B';
	position: absolute;
	right: 0px;
	top: 15%;
	width: 40px;
	text-align: center;
	padding: 0px;
	height: 70%;
	line-height: 24px;
	border-left: 1px solid #ddd;
}

.cd-dropdown.cd-active > span:after {
	content: 'B';
}

.cd-dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.cd-dropdown ul li {
	display: block;
}

.cd-dropdown ul li span {
	width: 100%;
	background: #fff;
	line-height: 38px;
	padding: 0 20px 0 20px;
	display: block;
	cursor: pointer;
}

.cd-dropdown > span,
.cd-dropdown ul li span {
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



/*style 4*/
.cd-dropdown {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
}

.cd-dropdown > span {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;

	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	-o-transition: -o-transform .3s;
	-ms-transition: -ms-transform .3s;
	transition: transform .3s;
}

.cd-dropdown > span:active {
	-webkit-transform: rotateX(60deg);
	-moz-transform: rotateX(60deg);
	-o-transform: rotateX(60deg);
	-ms-transform: rotateX(60deg);
	transform: rotateX(60deg);
}

.cd-dropdown > span {
	/*box-shadow: 0 1px 1px rgba(0,0,0,0.1);*/
        border: 1px solid #ccc;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
}

.cd-dropdown ul {
	position: absolute;
	top: 0px;
	width: 100%;
        overflow: hidden;
        
}

.cd-dropdown ul li {
	position: absolute;
	width: 100%;
}

.cd-active.cd-dropdown > span {
	color: #000000;
}

.cd-active.cd-dropdown > span,
.cd-active.cd-dropdown ul li span {
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.cd-active.cd-dropdown ul li span {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.cd-active.cd-dropdown ul li span:hover {
	background: #000000;
	color: #fff;
}

.product-filter .limit {
  margin-left: 20px;
 
}
.product-filter .sort span,
.product-filter .limit span{
  line-height: 38px;
  margin-right: 5px;
}
.product-filter .display a.list > span {
  margin-right: 5px;
}
.product-filter .display a > span {
  background: #FFFFFF;
  font-size: 170%;
  position: relative;
  top: 4px;
}
.product-filter .display a{
    margin-right: 15px;
   
}
.product-filter .display a > em{
  font-style: normal;padding-top: 2px;
}
.product-filter .display a.active {
  color: #000000;
}
.product-filter .product-compare {
margin-top: 5px;
border-left: 1px solid #444;
padding-left: 10px;
vertical-align: middle;
}
.product-filter .product-compare a {
padding-top: 3px;
  
}
.product-filter .product-compare a i{
 font-size: 120%;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.product-filter .product-compare a:hover {
 color: #000000;
}


.product-grid {
  position: relative;
}
.product-grid .row + .row {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #009a00;
}
.lang-cs .product-grid .row + .row {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #3c5a99;
}
.product-grid .column_item + .column_item {
    border-left: 1px solid #009a00;
}
.lang-cs .product-grid .column_item + .column_item {
    border-left: 1px solid #3c5a99;
}

.product-grid .prod_item .image{
    position: relative;
    margin-bottom: 20px;
	overflow: hidden;
}
.product-grid .prod_item .image img{
    width: 100% !important;
	-webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-ms-transform: scale(1);
   	-o-transform: scale(1);
   	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
    -ms-transition: -ms-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.product-grid .prod_item .image .hoverGradient{
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    	-webkit-transition: opacity 1s ;
    -ms-transition: opacity 1s ;
    -o-transition: opacity 1s ;
    -moz-transition: opacity 1s ;
    transition: opacity 1s ;
}
/*.product-grid .prod_item:hover .image .hoverGradient{
    opacity: 1;
    background: url("../../image/pattern.png") repeat;

}*/
.product-grid .prod_item .image .actions {
    position: absolute;
    left: 0;
    right: 0;
    top: -10%;
    margin-top: -27px;
    z-index: 1;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
	
}

.product-grid .prod_item:hover .image img {
   	-webkit-transform: scale(1.2);
   	-moz-transform: scale(1.2);
   	-ms-transform: scale(1.2);
   	-o-transform: scale(1.2);
   	transform: scale(1.2);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
    -ms-transition: -ms-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.product-grid .prod_item:hover .image .actions {
   	-webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: visible;
	top: 45%;
}

.product-grid .prod_item .image .actions button {
     width: 54px;
    height: 54px;
	border: 0;
    background: url("../../image/bg-button.png") center no-repeat;
    color: #fff;
    display: inline-block;
        border-radius: 50%;
        margin-left: 5px;
       font-size: 150%;
        
}

.product-grid .prod_item .image .actions button .icon {
    position: relative;
    top: 4px;
        
}
.product-grid .prod_item .image .actions button:first-child {
    
        margin-left: 0px;
        
}
.product-grid .prod_item .image .actions button:hover {
  
    background-color: #fff;
	background-image: none;
    color: #000;
    -webkit-transition: all 0.3s ;
    -moz-transition: all 0.3s ;
    transition: all 0.3s ;
}

.product-grid .prod_item .image .addCart{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0px;
    width: 100%;
    border: none;
    z-index: 2;
    background-color: #000;
    color: #fff;
    font-size: 110%;
    visibility: hidden;
    
}
.product-grid .prod_item .image .addCart:hover{
    background-color: #000000;
    
}
.product-grid .prod_item .image .addCart i{
    margin-right: 6px;
}
.product-grid .prod_item:hover .image .addCart{
    height: 52px;
    visibility: visible;
     -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.product-grid .product-meta {
    text-align: center;
}
.product-grid .product-meta .name {
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
}
.product-grid .product-meta .rating, .norating {
  text-align: left;
    margin-bottom: 20px;
}
.product-grid .product-meta .description {
  line-height: 30px;
  font-size: 14px;text-align: left;
  margin-bottom: 30px;
}
.product-grid .product-meta .price {
    text-align: center;
    font-weight: 500;
    font-size: 24px;

}
.product-grid .prod_item .price-inner {
    height: 52px;
    line-height: 51px;
    background-color: #fff;
    color: #444;
    border: 1px solid #009a00;
    display: inline-block;
    border-radius: 30px;
    border-color: #009a00;
     padding: 0 20px;
   -webkit-transition: all 0.3s ;
    -moz-transition: all 0.3s ;
    transition: all 0.3s ;
}
.lang-cs .product-grid .prod_item .price-inner {
    height: 52px;
    line-height: 51px;
    background-color: #fff;
    color: #444;
    border: 1px solid #3c5a99;
    display: inline-block;
    border-radius: 30px;
    border-color: #3c5a99;
     padding: 0 20px;
   -webkit-transition: all 0.3s ;
    -moz-transition: all 0.3s ;
    transition: all 0.3s ;
}
.product-grid .prod_item:hover .price-inner {
    background-color: #009a00;
    border-color: #009a00;
    color: #000;
   
}
.lang-cs .product-grid .prod_item:hover .price-inner {
    background-color: #3c5a99;
    border-color: #3c5a99;
    color: #000;
   
}
.product-grid .prod_item .price-old  {
    font-size: 60%;
    text-decoration: line-through;
    vertical-align: top;
}
.product-grid .prod_item .price-new  {
    font-size: 100%;
}

.product-list .col-fullwidth {
  width: 100%;
  overflow: hidden;
}


.product-list .row .col-fullwidth .prod_item {
  /*border-top: 1px solid #e1e1e1;*/
  border-top: 1px solid #009a00;
  padding-top: 40px;
  margin-top: 40px;
}

.lang-cs .product-list .row .col-fullwidth .prod_item {
  /*border-top: 1px solid #e1e1e1;*/
  border-top: 1px solid #3c5a99;
  padding-top: 40px;
  margin-top: 40px;
}

.product-list .row:first-child .col-fullwidth:first-child .prod_item {
  border-top: 0px solid #e1e1e1;
  padding-top: 0px;
  margin-top: 0px;
}

.product-list .prod_item .image{
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 0;
}
.product-list .prod_item .image img{
    width: 100%;
	-webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-ms-transform: scale(1);
   	-o-transform: scale(1);
   	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
    -ms-transition: -ms-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}

.product-list .prod_item .image .hoverGradient{
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    	-webkit-transition: opacity 1s ;
    -ms-transition: opacity 1s ;
    -o-transition: opacity 1s ;
    -moz-transition: opacity 1s ;
    transition: opacity 1s ;
}
.product-list .prod_item:hover .image {
    border: solid 1px #009a00;
    /*opacity: 1;*/
    /*background: url("../../image/pattern.png") repeat;*/
}
.lang-cs .product-list .prod_item:hover .image {
    border: solid 1px #3c5a99;
    /*opacity: 1;*/
    /*background: url("../../image/pattern.png") repeat;*/
}
.product-list .prod_item .image .actions {
    position: absolute;
    left: 0;
    right: 0;
    top: -10%;
    margin-top: -27px;
    z-index: 1;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
}

.product-list .prod_item:hover .image img {
/*   	-webkit-transform: scale(1.2);
   	-moz-transform: scale(1.2);
   	-ms-transform: scale(1.2);
   	-o-transform: scale(1.2);
   	transform: scale(1.2);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
    -ms-transition: -ms-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;*/
}
.product-list .prod_item:hover .image .actions {
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: visible;
	top: 50%;
}

.product-list .prod_item .image .actions button.goDetail {
     width: 54px;
    height: 54px;
	border: 0;
    background: url("../../image/bg-button.png") center no-repeat;
    color: #fff;
    display: inline-block;
        border-radius: 50%;
        margin-left: 5px;
       font-size: 150%;
        
}

.product-list .prod_item .image .actions button.goDetail .icon {
    position: relative;
    top: 4px;
        
}

.product-list .prod_item .image .actions button.goDetail:hover {
  background-image: none;
    background-color: #fff;
    color: #000;
    -webkit-transition: all 0.3s ;
    -moz-transition: all 0.3s ;
    transition: all 0.3s ;
}

.product-list .prod_item .product-meta {
    padding-left: 30px;
}

.product-list .product-meta .name {
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
}
.product-list .product-meta .rating, .product-list .product-meta .norating {
  text-align: left; display: inline-block;
  top: -2px;
  position: relative;
   left: 50px;
}
.product-list .product-meta .description {
  line-height: 30px;
  font-size: 14px;text-align: left;
  margin-bottom: 20px;
}
.product-list .product-meta .price {
   color: #444;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 24px;
  
}
.product-list .prod_item:hover .price {
 
   
}
.product-list .prod_item .price-old  {
    font-size: 60%;
    text-decoration: line-through;
   
}
.product-list .prod_item .price-new  {
    font-size: 100%;
   vertical-align: middle;
}
.product-list .image .actions .addWishList,
.product-list .image .actions .addCompare,
.product-list .image button.addCart {
    display: none;
}
.product-grid .product-meta .actions {
    display: none;
   
}
.product-list .product-meta .actions {
  float: left;   
}
.product-list .product-meta .actions button.addCart {
    height: 52px;
    float: right;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0 25px;
    font-size: 120%;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   -ms-border-radius: 30px;
   -o-border-radius: 30px;
   border-radius: 30px;
    
}

.product-list .product-meta .actions button.addCart .icon {
    margin-right: 10px;
}
.product-list .product-meta .actions button.addWishList,
.product-list .product-meta .actions button.addCompare {
    width: 52px;
    height: 52px;
    margin-left: 10px;
    background: #fff;
    border: 1px solid #ccc;
    float: right;
    font-size: 150%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   border-radius: 50%;
    
}

.product-list .product-meta .actions button.addWishList .icon,
.product-list .product-meta .actions button.addCompare .icon {
    position: relative;
    top: 4px;
        
}

.product-list .product-meta .actions button:hover {
    background: #000;
   background-image: none;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.product-info {
overflow: hidden;
  margin-bottom: 30px;
}

.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
  color: #999;
}
.product-info .cart .links {
  display: inline-block;
  vertical-align: middle;
}
.product-info .cart div > span {
  color: #999;
}


.product-info .image {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  padding: 1px;
}
.product-info .image a {
  outline: none;
}
.product-info #image-additional-carousel a {
   
    display: block;
    text-align: center;
    overflow: hidden;
}

.product-info #image-additional-carousel a img{
    width: 100% !important;
}

.product-info-additional-nav .nav-prev,
.product-info-additional-nav .nav-next{
    background: #f1f1f1;
    color: #000;
    width: 25%;
    font-size: 130%;
    display: inline-block !important;
    line-height: 30px;
    padding: 3px 0 1px 0;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-transition: 0.2s background;
    -moz-transition: 0.2s background;
    -ms-transition: 0.2s background;
    -o-transition: 0.2s background;
    transition: 0.2s background;
    cursor: pointer;
}
.product-info-additional-nav .nav-prev:hover,
.product-info-additional-nav .nav-next:hover {
    background: #000000;
    color: #fff;
}
.product-info-additional-nav .nav-prev.disabled,
.product-info-additional-nav .nav-next.disabled {
    opacity: 0.5;
    cursor: default;
    background: #f3f3f3;
    color: #000;
}
.product-info-additional-nav .nav-prev {
    margin-right: 5px;
}
.product-info-additional-nav .nav-next {
    margin-left: 5px;
}
.product-info #right-info > h2 {
    color: #000;
    padding-bottom: 25px;
    font-size: 24px;
}

.product-info #right-info .price  {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
}

.product-info #right-info .price .no-special {
    font-size: 28px;
    font-weight: 400;
    color: #000000;
}
.product-info #right-info .price .price-old-new {
  padding-bottom: 10px;
}
.product-info #right-info .price .price-old-new .old {
  text-decoration: line-through;
  color: #666;
  margin-right: 15px;
  font-size: 18px;
  display: inline-block;
}
.product-info #right-info .price .price-old-new .new {
  font-size: 28px;
    font-weight: 400;
    color: #000000;
    display: inline-block;
}
.product-info #right-info .price .price-tax {
    font-size: 14px;
}
.product-info #right-info .price span {
    line-height: 2.4;
    color: #666;
}

.product-info #right-info .review {
 padding-bottom: 15px;
}
.product-info #right-info .review img {
  margin-top: -2px;
}
.product-info #right-info .review a {
  margin-left: 20px;
}
.product-info #right-info .review a .icon {
  font-size: 120%;
  margin-right: 5px;
  vertical-align: middle;
}

.product-info #right-info .description{
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}
.product-info #right-info .description > div{
    float: left;
    width: 50%;
    padding: 5px 0;
}
.product-info #right-info .description > div a{
    color: #000000;
}
.product-info #right-info .description > div span{
    color: #333;
    font-weight: 400;
    
}
.product-info #right-info .options {
    padding: 30px 0;
}
.product-info .minimum {
  padding-top: 10px;
}
.product-info .quantity-adder {
  text-align: center;
  margin-right: 15px;
}
.product-info .quantity-adder input {
  width: 55px;
  height: 40px;
   border: 1px solid #ccc;
  -webkit-border-radius: 30px 0px 0px 30px;
  -moz-border-radius: 30px 0px 0px 30px;
  -ms-border-radius: 30px 0px 0px 30px;
  -o-border-radius: 30px 0px 0px 30px;
  border-radius: 30px 0px 0px 30px;
  color: #666666;
}
.product-info .quantity-adder span {
  font-size: 7px;
  width: 30px;
  height: 20px;
  line-height: 21px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  cursor: pointer;
  display: block;
  color: #666666;
  font-size: 120%;
}
.product-info .quantity-adder span.add-up {
  border-bottom: none;
}
.product-info .quantity-adder span:hover {
  color: #000000;
}
.product-info #right-info .product-extra {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.product-info #right-info .product-extra .cart {
    -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
    background-color: #009a00;
    height: 52px;
    padding: 0 20px;
    color: #fff;
    font-size: 120%;
}
.product-info #right-info .product-extra .cart input {
    border: none;
   line-height: 52px;
   background: none;
   color: #fff;
   font-weight: 500;
  
}
.product-info #right-info .product-extra .cart:hover {
    
    background-color: #000;
 
}
.product-info #right-info .product-extra .action a {
     width: 54px;
    height: 54px;
	border: 0;
    background: url("../../image/bg-social.png") center no-repeat;
 float: left;
 text-align: center;
        border-radius: 50%;
        margin-left: 5px;
        line-height: 58px;
  margin-left: 10px;
  
}
.product-info #right-info .product-extra .action a i {
    vertical-align: middle;
  
    font-size: 150%;
}
.product-info #right-info .product-extra .action a:hover {
    background-color: #000;
   background-image: none;
    color: #fff;
  
}
.product-info .share {
   clear: both;

}

.product-info .review {
  margin-bottom: 10px;
}
.product-info .review .share {
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}

.product_page .producttabs .nav-tabs{
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  
}
.product_page .producttabs .nav-tabs *{
   margin: 0;
   padding: 0;
}
.product_page .producttabs .nav-tabs li a{
   line-height: 30px;
       margin-top: 18px;
       margin-bottom: 18px;
       display: block;
       padding: 0 20px;
       border: none;
       font-size: 16px;
}
.product_page .producttabs .nav-tabs li a:hover{
   background: none;
}
.product_page .producttabs .nav-tabs li + li a{
   border-left: 1px solid #e1e1e1;
}
.product_page .producttabs .nav-tabs li a.selected{
   color: #000000;
   background: none;
   font-weight: 500;
}
.product_page .producttabs .tab-content{
    padding: 30px 20px;
	margin-bottom: 20px;
}
.product_page .producttabs .tab-content p{
    line-height: 30px;
}
.product-related {
    margin-bottom: 40px;
}
.product-related .box-heading {
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.skin_3 .product-related .box-heading {
	padding: 45px 0 45px 30px;
	margin-bottom: 50px;
	background: #f5f5f5;
	border: 0;
}
.product-related .box-heading .heading-title {
    font-size: 18px;
    font-weight: 500;
    position: relative;
   color: #000;
}
.product-related .heading-title .icon {
  font-size: 30px;float: left;
  margin-top: -5px;
}
.product-related .prod_item {
    text-align: center;
    padding-bottom: 5px;
}


.product-related .prod_item:before{
    position: absolute;
    height: 100%;
    z-index: 1;
    right: -21px;
    width: 1px;
    content: "";
    background: #ddd;
    
}
.skin_3 .product-related .prod_item:before{
    display: none;
    
}

.product-related .prod_item .image{
    position: relative;
    margin-bottom: 20px;
	overflow: hidden;
}
.product-related .prod_item .image img{
    width: 100% !important;
	-webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-ms-transform: scale(1);
   	-o-transform: scale(1);
   	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
    -ms-transition: -ms-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.product-related .prod_item .image .hoverGradient{
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    	-webkit-transition: opacity 1s ;
    -ms-transition: opacity 1s ;
    -o-transition: opacity 1s ;
    -moz-transition: opacity 1s ;
    transition: opacity 1s ;
}
.product-related .prod_item:hover .image .hoverGradient{
    opacity: 1;
    /*background: url("../../image/pattern.png") repeat;*/

}
.product-related .prod_item .image .actions {
    position: absolute;
    left: 0;
    right: 0;
    top: -10%;
    margin-top: -27px;
    z-index: 1;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
	
}

.product-related .prod_item:hover .image img {
   	-webkit-transform: scale(1.2);
   	-moz-transform: scale(1.2);
   	-ms-transform: scale(1.2);
   	-o-transform: scale(1.2);
   	transform: scale(1.2);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
    -ms-transition: -ms-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.product-related .prod_item:hover .image .actions {
   	-webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: visible;
	top: 45%;
}


.product-related .prod_item .image .actions button {
     width: 54px;
    height: 54px;
	border: 0;
    background: url("../../image/bg-button.png") center no-repeat;
    color: #fff;
    display: inline-block;
        border-radius: 50%;
        margin-left: 5px;
       font-size: 150%;
        
}

.product-related .prod_item .image .actions button .icon {
    position: relative;
    top: 4px;
        
}
.product-related .prod_item .image .actions button:first-child {
    
        margin-left: 0px;
        
}
.product-related .prod_item .image .actions button:hover {
  background-image: none;
    background-color: #fff;
    color: #000;
    -webkit-transition: all 0.3s ;
    -moz-transition: all 0.3s ;
    transition: all 0.3s ;
}

.product-related .prod_item .image .addCart{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0px;
    width: 100%;
    border: none;
    z-index: 2;
    background-color: #000;
    color: #fff;
    font-size: 110%;
    visibility: hidden;
    
}
.product-related .prod_item .image .addCart:hover{
    background-color: #000000;
    
}
.product-related .prod_item .image .addCart i{
    margin-right: 6px;
}
.product-related .prod_item:hover .image .addCart{
    height: 52px;
    visibility: visible;
     -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.product-related .owl-controls {
    position: absolute;
    top: -100px;
    right: 0;
    
}
.skin_3 .product-related .owl-controls {
    
    top: -135px;
    right: 30px;
    
}
.product-related-nav .nav-prev {
    color: #000;
    font-size: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 45px;
    -webkit-transition: all 0.3s ;
    -moz-transition: all 0.3s ;
    transition: all 0.3s ;
    
}

.product-related-nav .nav-next {
    color: #000;
    font-size: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ;
    -moz-transition: all 0.3s ;
    transition: all 0.3s ;
}
.product-related-nav .nav-prev:hover {
    color: #000000;
   
}
.product-related-nav .nav-next:hover {
    color: #000000;
   
}
.product-related-nav .nav-prev.disabled {
  color: #000;
    opacity: 0.3;
    cursor: default;
   
}
.product-related-nav .nav-next.disabled {
     color: #000;
    opacity: 0.3;
    cursor: default;
   
}
.owl-item img {width: auto !important}
.product-related .product-meta {
    text-align: center;
}
.product-related .product-meta .name {
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
}
.product-related .product-meta .rating, .norating {
  text-align: left;
    margin-bottom: 30px;
}
.product-related .product-meta .description {
  line-height: 21px;
  font-size: 14px;text-align: left;
  margin-bottom: 30px;
}
.product-related .product-meta .price {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;

}
.product-related .prod_item .price-inner {
    height: 54px;
    line-height: 53px;
    background-color: #fff;
    color: #444;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 30px;
    border-color: #ccc;
     padding: 0 20px;
   -webkit-transition: all 0.3s ;
    -moz-transition: all 0.3s ;
    transition: all 0.3s ;
}
.product-related .prod_item:hover .price-inner {
    background-color: #000;
    border-color: #000;
    color: #fff;
   
}
.product-related .prod_item .price-old  {
    font-size: 60%;
    text-decoration: line-through;
    vertical-align: top;
}
.product-related .prod_item .price-new  {
    font-size: 100%;
}

.form-review .option {
  margin-bottom: 18px;
}

.review-list {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.review-list .text {
  clear: both;
}
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.compare-info {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
.compare-info .price-old {
  font-weight: bold;
  color: #F00;
  text-decoration: line-through;
}
.compare-info .price-new {
  font-weight: bold;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info td {
  padding: 7px;
  width: 20%;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.compare-info tr td:first-child {
  color: #ddd;
  font-weight: bold;
  text-align: right;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #232323;
  font-weight: 400;
  background: #F7F7F7;
  text-align: left;
}
.compare-info tr td:first-child {
  color: #232323;
  font-weight: 400;
}
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
  text-align: right;
}
.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
  text-align: left;
}
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
  text-align: right;
}
.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
  text-align: left;
}
.wishlist-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.wishlist-info thead .image {
  text-align: center;
}
.wishlist-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.wishlist-info tbody .action img {
  cursor: pointer;
}
.wishlist-info tbody .image {
  text-align: center;
}
.wishlist-info tbody .image img {
  border: 1px solid #ddd;
}
.wishlist-info tbody .price s {
  color: #F00;
}
.wishlist-info td {
  padding: 7px;
}
.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}
.order-list {
  margin-bottom: 10px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.order-list .order-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
  float: left;
  width: 33.3%;
}
.order-list .order-info {
  text-align: right;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.order-detail {
  background: #EFEFEF;
  font-weight: bold;
}
.return-list {
  margin-bottom: 10px;
}
.return-list .return-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
  float: left;
  width: 33.3%;
}
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.return-list .return-info {
  text-align: right;
}
.return-product {
  margin-bottom: 20px;
  clear: both;
  overflow: auto;
}
.return-name {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-model {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-quantity {
  float: left;
  width: 31%;
}
.return-detail {
  overflow: auto;
  margin-bottom: 20px;
}
.return-reason {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened textarea {
  width: 98%;
  vertical-align: top;
}
.return-captcha {
  float: left;
}
.download-list {
  margin-bottom: 10px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.download-list .download-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
  float: left;
  width: 33.3%;
}
.download-list .download-info {
  text-align: right;
}
.cart-module > div {
  display: none;
}
.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
  text-align: left;
}
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
  text-align: left;
}
.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
  position: relative;
  cursor: pointer;
}
.cart-info tbody .quantity input[type='image'] {
  top: 3px;
}
.cart-info tbody .price,
.cart-info tbody .total {
  text-align: right;
}
.cart-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.cart-info thead .image {
  text-align: center;
}
.cart-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.cart-info tbody .image {
  text-align: center;
}
.cart-info tbody .image img {
  border: 1px solid #ddd;
}
.cart-info tbody span.stock {
  color: #F00;
  font-weight: bold;
}
.cart-info td {
  padding: 7px;
}
.cart-info table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.cart-info thead .price,
.cart-info thead .total {
  text-align: right;
}
.checkout-heading {
  background: #eee;
 
  height: 52px;
  line-height: 52px;
  padding: 0 15px;
  font-weight: normal;
  font-size: 18px;
  color: #666;
  margin-bottom: 7px;
}
.checkout-heading.selected {
  background: #000;
  color: #fff;
 
  
}
.checkout-heading.selected a{
  
  color: #fff;
 
  
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
  
 
}
.checkout-content {
  padding: 0px 0px 30px 0px;
  display: none;
  margin-top: 20px;
}
.checkout-content .btn-continue {
    height: 52px;
    float: right;
    font-size: 16px;
    line-height: 52px;
    color: #fff;
    background: #000;
    border-radius: 30px;
    padding: 0 30px;
}
.checkout-content .btn-continue:hover {
    background: #000000;
}
.checkout-content .btn-continue .icon {
    font-size: 120%;
   vertical-align: middle;
   margin-right: 5px;
}

.checkout-content .btn-login {
    height: 50px;
    float: right;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    background: #000000;
    border-radius: 30px;
    padding: 0 30px;
    border: none;
}
.checkout-content .btn-login:hover {
    background: #000;
}
.checkout-content .btn-login .icon {
    font-size: 120%;
   vertical-align: middle;
   margin-right: 5px;
}
.checkout-content .forgotten-pass {
    color: #000000;
    margin-top: 15px;
}
.checkout-content .forgotten-pass:hover {
    color: #000;
}

.checkout-content #agree_button button{
  border: 0;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}

#pav-slideshow .service-block {
    position: absolute; bottom: 60px; z-index: 100; left: 0; right: 0;
    margin: 0;
}
#pav-slideshow .service-block {
   margin-top: 30px;
   margin-bottom: 30px;
}
#pav-slideshow .service-block .wrap-bg {
    background: rgba(0,144,219,0.7); padding: 20px;overflow: hidden;
}
#pav-slideshow .service-block .icon {
  color: #fff;
  display: block;
  float: left;
 
 
  cursor: pointer;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-right: 20px;

  font-size: 360%;
}

#pav-slideshow .service-block span {
  display: none;
}
#pav-slideshow .service-block h3 {
  color: #FFFFFF;
  font-size: 22px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
}
#pav-slideshow .service-block p {
  font-size: 14px;
  color: #fff;
  padding: 0;
  margin: 0;
  
}

.skin_3 #pav-slideshow a.btn-show-more:hover {
	background-color: #fff;
	color: #000;
}


.payment {
  display: block;
}
.payment li {
  float: left;
  background-color: #181818;
  border: 1px solid transparent;
  background-image: url('../../image/default/payment.png');
  background-repeat: no-repeat;
  background-position: -2px 0;
  width: 47px;
  height: 24px;
  margin-right: 3px;
  cursor: pointer;
}
.payment li:hover {
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
.payment li.visa {
  background-position: -56px 0;
}
.payment li.master {
  background-position: -110px 0;
}
.payment li.ebay {
  background-position: -166px 0;
}
.payment li.weston {
  background-position: -222px 0;
}
.payment li a span {
  display: none;
}
#footer ul.list li {
  margin: 10px 0;
  overflow: hidden;
}
#footer ul.list li:hover a {
  transform: scale(1.1,1.1);
}
#footer ul.list li a {
  text-decoration: none;
  color: #999999;
  padding-left: 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#footer ul.list li a:before {
  position: absolute;
  left: 0;
  font-family: "olivia";
  content: "r";
  font-size: 9px;
}
#footer ul.list li a:hover {
  color: #000000;
}

.fabox {
  display: block;
  float: left;
  text-align: center;
  margin-right: 8px;
  color: #ccc;
  width: 15px;
}
.fabox i {
  padding-left: 3px;
}
.box.cusblock {
  margin: 0;
}
.box-static li {
  border-color: #363636;
  border-style: solid;
  border-width: 0 1px 0 0;
}
.box-static li:last-child {
  border: none;
}
.box-static .static {
  background-image: url('../../image/default/shipping.png');
  background-repeat: no-repeat;
  background-position: 15px 25px;
  padding-left: 60px;
  color: #c4c4c4;
  float: left;
}
.box-static .static h3 {
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  font-weight: 600;
}
.box-static .static p {
  padding-bottom: 3px;
}
.box-static .static.support {
  background-image: url('../../image/default/support.png');
  background-position: 15px 17px;
  padding-left: 53px;
}
.box-static .static.feature {
  background-image: url('../../image/default/feature.png');
  background-position: 15px 20px;
}
.box-static .static.mauris {
  background-image: url('../../image/default/mauris.png');
  background-position: 15px 17px;
}
.login-content {
  margin-bottom: 30px;
}
.login-content .inner > h2 {
    padding-bottom: 30px;
}
.login-content .inner p {
    line-height: 26px;
    padding-bottom: 30px;
    margin: 0;
}
.login-content.affiliate .inner .content p:first-child {
    display: none;
}
.login-content.affiliate .inner .content p:last-of-type {
    display: none;
}
.login-content .btn-continue {
    height: 52px;
    float: right;
    font-size: 16px;
    line-height: 52px;
    color: #fff;
    background: #000;
    border-radius: 30px;
    padding: 0 30px;
}
.login-content .btn-continue:hover {
    background: #000000;
}
.login-content .btn-continue .icon {
    font-size: 120%;
   vertical-align: middle;
   margin-right: 5px;
}

.login-content .btn-login {
    height: 50px;
    float: right;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    background: #000000;
    border-radius: 30px;
    padding: 0 30px;
    border: none;
}
.login-content .btn-login:hover {
    background: #000;
}
.login-content .btn-login .icon {
    font-size: 120%;
   vertical-align: middle;
   margin-right: 5px;
}
.login-content .forgotten-pass {
    color: #000000;
    margin-top: 15px;
}
.login-content .forgotten-pass:hover {
    color: #000;
}
.register-content .form-horizontal .control-label {
    text-align: left !important;
    font-weight: normal;
    font-size: 14px;
}
.register-content h2{
    padding: 25px 0 30px;
}
.register-content #agree_button {
    padding-top: 20px;
    padding-bottom: 40px;
}
.register-content #agree_button a b {
    color: #000000;
    font-weight: normal;
}
.register-content .btn-continue {
    height: 52px;
    float: right;
    font-size: 16px;
    line-height: 52px;
    color: #fff;
    background: #000000;
    border: none;
    border-radius: 30px;
    padding: 0 30px;
}
.register-content .btn-continue:hover {
    background: #000;
}
.register-content .btn-continue .icon {
    font-size: 120%;
   vertical-align: middle;
   margin-right: 5px;
}
.pavshoplocation img {
  max-width: none;
}
#content .checkout h1 {
  
    font-weight: 400;
    padding-bottom:35px;
}
#content .checkout h2 {
  
    font-weight: 400;
    padding-top: 35px;
    padding-bottom:35px;

    clear: both;
}
#content .checkout .cart-module .form-group label{
    font-weight: normal;
    font-size: 14px;
    padding-top: 5px;
}
#content .checkout .radio {
    margin-bottom: 20px;
}

#content .checkout .row .buttons {
    margin-top: 20px;
    border: none;
    border-top: 1px solid #ccc;
    padding-top: 40px;
    margin-bottom: 40px;
}

#content .checkout .row .buttons a{
    display: inline-block;
}
#content .checkout .row .buttons .btn-continue,
#content .checkout .row .buttons .btn-checkout {
    height: 52px;
    
    font-size: 16px;
    line-height: 52px;
    color: #fff;
    background: #000000;
    border: none;
    border-radius: 30px;
    padding: 0 30px;
    margin: 0 10px;
}
#content .checkout .row .buttons .btn-continue {
    background: #000;
}
#content .checkout .row .buttons .btn-continue:hover {
    background: #000000;
}
#content .checkout .row .buttons .btn-checkout:hover {
    background: #000;
}
#content .checkout .row .buttons .btn-continue .icon,
#content .checkout .row .buttons .btn-checkout .icon {
    font-size: 120%;
   vertical-align: middle;
   margin-right: 5px;
}
#content .checkout .cart-total {
    background-color: #fafafa;
    margin-top: 40px;
    padding: 20px 10px;
}
#content .checkout .cart-total .table {
    margin: 0;
}
#content .checkout .cart-total .table tbody tr td {
   border: none;
}
#content .checkout .cart-total .table tbody tr td span{
   font-weight: 500;
}

#no-more-tables thead { 

        background: #000;
        height: 60px;
}
#no-more-tables thead tr td { 
border-color: #000;
}
#no-more-tables thead tr td.image { 
text-align: center;
}
#no-more-tables tbody tr td { 
border: 0;
padding-top: 15px;
padding-bottom: 15px;
}
#no-more-tables tbody tr td.image { 
text-align: center;
}
#no-more-tables tbody tr + tr { 
border-top: 1px solid #e1e1e1;
}
#no-more-tables tbody tr td.quantity .form-control { 
padding-left: 15px;
padding-right: 15px;
}
#no-more-tables thead *{ 
color: #fff;
}

#no-more-tables button[type="image"]{ 
background: none;
border: none;
vertical-align: middle;
}
#no-more-tables button[type="image"] i{ 

vertical-align: middle;
font-size: 100%;
}
#no-more-tables a.btn-remove i{ 
font-size: 140%;
color: #e55793;
vertical-align: bottom;
}

.parallax-content {
      position: absolute;
      right: 0;
	  left: 0;
      text-align: right;
  }
  .skin_3 .parallax-content {
	text-align: center;
  }
  .parallax-text {
     color: #fff;
  }
  .prl-text1 {
      font-size: 24px;
      font-weight: 600;
  }
  .prl-text2 {
      font-size: 60px;
      font-weight: 700;
  }
  .prl-text3 {
      font-size: 18px;
  }
  .parallax-button {
		height: 52px;
	line-height: 52px;
	border: 1px solid #fff;
	padding: 0 40px;
	border-radius: 30px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0;
  }
  .parallax-button.left {
	float: left;
  }
  .parallax-button.right {
	float: right;
  }
  .parallax-button.center {
	display: inline-block;
  }
  .parallax-button:hover {
		background: #222;
		border-color: #222;
		color: #fff;
  }
  .parallax-inner .parallax-content {
      text-align: left;
      left: 0 !important;
  }
  

  #pav-mainnav .navbar-nav > li.aligned-fullwidth {
    position: inherit;
}

#pav-mainnav .navbar .navbar-nav li.aligned-fullwidth .dropdown-menu {
    left: 0;
    width: 100% !important;
}
#pav-mainnav .navbar .navbar-nav li.aligned-center .dropdown-menu {
    left: 50%;
   -moz-transform: translate(-50%);
   -webkit-transform: translate(-50%);
   -ms-transform: translate(-50%);
   -o-transform: translate(-50%);
   transform: translate(-50%);
}
#pav-mainnav .navbar .navbar-nav li.aligned-right .dropdown-menu {
    left: auto;
    right: 0;
}

.slider_pattern {
background-image: url("../../image/pattern.png") ;
    width: 100%;
height: 100%;
position: absolute;
z-index: 1;
  }

  /*
.headerservice .service-block {
    position: relative; bottom: 0px; z-index: 100; left: 0; right: 0;
    margin: 0;
}*/

.headerservice {
	background: #fff;
}

.headerservice .service-block {
   margin-top: 30px;
   margin-bottom: 30px;
}
.headerservice .service-block ul li + li{
   border-left: 1px solid #444;
}
.headerservice .service-block .wrap-bg {
    padding: 0px;overflow: hidden;
}
.headerservice .service-block .icon {
  color: #444;
  display: block;
  float: left;
 
  cursor: pointer;
  top: 10px;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-right: 15px;

  font-size: 200%;
}

.headerservice .service-block span {
  display: none;
}
.headerservice .service-block h3, 
.headerservice .service-block span.lht 
{
  color: #444;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
  display: block;
}
.headerservice .service-block p {
  font-size: 13px;
  color: #444;
  padding: 0;
  margin: 0;
  margin-left: 48px;
}

.headerservice .navbar-header {
    float: left;
}

.headerservice .navbar-header > div {
    padding: 0;
}
.headerservice #pav-mainnav {
    background: #eeeeee;
	
}

.headerservice #pav-mainnav .container {
    position: relative;
	
}
.headerservice #pav-mainnav * {
    color: #444;
}

.headerservice #pav-mainnav .navbar .navbar-nav > li > a {
	line-height: 70px;
}
.headerservice #pav-mainnav #search {
	position: absolute;
	top: 16px;
	right: 20px;
	background-color: #dadada;
}

.headerservice #pav-mainnav #search input{
	visibility: visible;
    width: 320px;
	color: #444 !important;
	background-color: #dadada;
}
.headerservice #pav-mainnav #search input::-webkit-input-placeholder {
    color:    #444;
	opacity: 1;
}
.headerservice #pav-mainnav #search input:-moz-placeholder {
    color:    #444;
	opacity: 1;
}
.headerservice #pav-mainnav #search input::-moz-placeholder {
    color:    #444;
	opacity: 1;
}
.headerservice #pav-mainnav #search input:-ms-input-placeholder {
    color:    #444;
	opacity: 1;
}
.headerservice #pav-mainnav #search .button-search{
	display: block;
}

.the_columns .box {
    margin-bottom: 30px;
}
.the_columns .box .box-heading {
 
  margin-bottom: 0;
  color: #333;
  font-weight: 500;
  
  text-align: left;

	background: url("../../image/border-dashed.png") bottom repeat-x;
	padding-left: 0px;

	border-radius: 0;
	
  padding-top: 45px;
	padding-bottom: 45px;
}

.the_columns .box .box-heading span {
  font-size: 18px;
  position: relative;
  display: block;
  padding-left: 15px;
  color: #000;
  margin: 0;
  line-height: 1.4;
}
.the_columns .box .box-heading span:before {
  position: absolute;
left: 0px;
top: 7px;
content: "\f111";
font-family: "FontAwesome";
font-size: 9px;
color: #BBB;
}
.the_columns .box .box-heading i {
  display: none;
}

.the_columns .box .box-content {
 
  padding: 10px 10px;
}
.the_columns .box-product .box-content  {
    padding: 10px 0;
}
.the_columns .prod_item {
	width: 100%;
}
.the_columns .product-block {
  width: 100%;
  box-shadow: none;
  margin-bottom: 0;
  overflow: hidden;
  text-align: left;
padding: 25px 0px;
background: url("../../image/border-dashed.png") top repeat-x;
}
.the_columns .product-block.first {
 background: none;
}
.the_columns .product-block:hover {
  
 
}

.the_columns .product-block:hover .image .pav-colorbox {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.the_columns .product-block:hover .product-meta {
  border: none;
}
.the_columns .product-block .name {
  min-height: 0;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 5px;
  line-height: 22px;
}
.the_columns .product-block .image {
  float: left;
  margin-right: 10px;
  box-shadow: none;
}
.the_columns .product-block .action,
.the_columns .product-block .cart {
  display: none;
}
.the_columns .product-block .description {
  display: none;
}
.the_columns .product-block .rating {
  position: inherit;
  text-align: left;
 
  padding-bottom: 10px;
}
.the_columns .product-block .norating {
  margin-bottom: 10px; 
}
.the_columns .product-block .rating img {
  border: none;
}
.the_columns .product-block .price{
    color: #000;
    font-weight: 600;
}
.the_columns .product-block .price-old{
    color: #666;
    font-weight: normal;
    font-size: 13px;
    padding-right: 10px;text-decoration: line-through;
}
.the_columns .product-block .price-new{
    
}
.the_columns .product-meta {
  overflow: hidden;
  padding: 0;
  position: static;
  width: auto;
  border: none;
}
.the_columns .subcart {
  font-size: 11px !important;
  padding-top: 5px;
  position: absolute;
  right: 7px;
}

.box-module-pavbanners {
	
	padding-bottom: 30px;
}
.box.banner-box {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.box.banner-box a img {
	width: 100%;
	 -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.box.banner-box a:before {
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0) inset;
  box-shadow: 0 0 0 2px rgba(255,255,255,0) inset;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 2;
}
.box.banner-box  a:hover:before {
  -webkit-box-shadow: 0 0 0 15px rgba(0,0,0,0.3) inset;
  box-shadow: 0 0 0 15px rgba(0,0,0,0.3) inset;
}
.box.banner-box  a:hover img {
  transform: scale(1.2);
 
}
.box.banner-box .description {

  position: absolute;
  text-align: center;
	
   position: absolute;
    top: 30%;
    bottom: 30%;
    left: 0;
    right: 0;
    width: 100%;
    height: 40%;
	font-size: 24px;
	font-weight: 600;
	
 }
 .box.banner-box .description p{
	padding: 20px 0;
	margin: 0;
	color: #444;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	
 }
 
 #cboxOverlay {
	background: #000 !important;
	opacity: 0.6 !important;
}
.pav-quickview #cboxClose {
	background: none !important;
	text-indent: 0px !important;
	font-size: 180%;
	color: #fff;
	margin-top: -10px !important;
	margin-right: 8px !important;
}
.pav-quickview  #cboxClose:hover {
	color: #000 !important;
}
#cboxLoadedContent {
	padding: 10px !important;
	background-color: #fff !important;
}
.pav-quickview #cboxContent{background: transparent !important;}
      
.pav-quickview #cboxLoadedContent{background: transparent !important;}
.tp-leftarrow {	background:url(../../image/skin_3/large_left.png) no-Repeat top left !important;	}
.tp-leftarrow:hover {	background:url(../../image/skin_3/large_left.png) no-Repeat bottom left !important;	}

.tp-rightarrow {	background:url(../../image/skin_3/large_right.png) no-Repeat top left !important;	}
.tp-rightarrow:hover {	background:url(../../image/skin_3/large_right.png) no-Repeat bottom left !important;	}

a.button, input.button{    background-color: #009a00; color: white;}
.lang-cs a.button, .lang-cs input.button{    background-color: #3c5a99; color: white;}
a.button:hover, input.button:hover{   background-color: black;color: white;}

#shcart .checkout a{    background-color: #009a00; color: white;}
.lang-cs #shcart .checkout a{    background-color: #3c5a99; color: white;}
#shcart .checkout a:hover{    background-color: black;color: white;}

.producttabs .prod_item .image .addCart{ background-color: #009a00 !important; color: white!important;}
.lang-cs .producttabs .prod_item .image .addCart{ background-color: #3c5a99 !important; color: white!important;}
.producttabs .prod_item .image .addCart:hover{  background-color: black!important;color: white!important;}

.page-product-compare a.button,
.page-product-compare input.button{
    height: 35px;
    padding: 0 20px;line-height: 35px;
}

li.category-menu a{font-weight: bold !important;}
li.category-menu:last-child a{font-weight: 400 !important;}

.product-info #right-info .product-extra{border-bottom: none; padding-bottom:0px; margin-bottom: 0px;}

.product-info #right-info .pex {float: left;}
.product-info #right-info .pex .cart input{
      border: none;
  line-height: 52px;
  background: none;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.product-info #right-info .pex .cart{
      -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background-color: #009a00;
  height: 52px;
  padding: 0 20px;
  color: #fff;
  font-size: 120%;

}
.lang-cs .product-info #right-info .pex .cart{
      -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background-color: #3c5a99;
  height: 52px;
  padding: 0 20px;
  color: #fff;
  font-size: 120%;

}

.product-info #right-info .pex .action a i {
  vertical-align: middle;
  font-size: 150%;
}

.product-info #right-info .pex .action a {
  width: 54px;
  height: 54px;
  border: 0;
  background: url("../../image/bg-social.png") center no-repeat;
  float: left;
  text-align: center;
  border-radius: 50%;
  margin-left: 5px;
  line-height: 58px;
  margin-left: 10px;
}

.quantity-adder{float: left;   padding-top: 5px;}
.btn-primary{    background-color: #009a00; color: white; border:none;   height: 52px;
  font-size: 16px;
  line-height: 52px;
  border-radius: 30px;
  padding: 0 30px;
  border: none; }
.lang-cs  .btn-primary{    background-color: #3c5a99; color: white; border:none;   height: 52px;
  font-size: 16px;
  line-height: 52px;
  border-radius: 30px;
  padding: 0 30px;
  border: none; }
.btn-primary:hover{   background-color: black;color: white;}

.product-grid .prod_item .image .addCart, .product-list .product-meta .actions button.addCart{     background-color: #009a00; color: white; border:none; }
.lang-cs .product-grid .prod_item .image .addCart, 
.lang-cs .product-list .product-meta .actions button.addCart{     background-color: #3c5a99; color: white; border:none; }
.product-grid .prod_item .image .addCart:hover, .product-list .product-meta .actions button.addCart:hover{     background-color: black; color: white; border:none; }
.sort .cd-active.cd-dropdown ul li span{font-size: 13px;}
.product-filter .sort .cd-dropdown > span, .product-filter .limit span div{font-size: 14px; color: black;}

#quickcheckout #step_6 .checkout-product table td.total-1 b {
  font-size: 18px !important;
  font-weight: bold;
}
#quickcheckout .total-1, #quickcheckout .total-2 {
  font-weight: bold;
  font-size: 18px !important;
}

.mini-cart-total .total{font-weight: bold;
  font-size: 18px !important;}
.product-info #right-info .pex .cart input {
  line-height: 48px;
}
.product-info #right-info .pex .cart:hover{background-color:black;}
#quickcheckout #payment_method_wrap{margin-top: -25px;}
#quickcheckout #confirm_wrap{margin-top: -25px;}
#quickcheckout #heading_input{
    margin-top: 29px;
}

#quickcheckout .button{
        -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px!important;
  -ms-border-radius: 15px!important;
  -o-border-radius: 15px!important;
  border-radius: 15px!important;
}

#quickcheckout .buttons{border:none;}
#quickcheckout .buttons .button{ height: 35px;}

.headerservice .service-block .icon{color: #009a00;}
.lang-cs .headerservice .service-block .icon{color: #3c5a99;}

.producttabs .nav-tabs li a:before{color: #009a00 !important;}
.lang-cs .producttabs .nav-tabs li a:before{color: #3c5a99 !important;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{    background: #009a00 !important;}
.lang-cs .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{    background: #3c5a99 !important;}

#quickcheckout #option_login_popup_trigger{ line-height: 35px!important;   margin-top: -3px;} 

.product-info #right-info .description > div span.skladem{color: #009a00; font-weight: bold; border: none;}
.lang-cs .product-info #right-info .description > div span.skladem{color: #3c5a99; font-weight: bold; border: none;}
.product-info #right-info .pex .action a{background: none;   border: 1px solid #ccc;}
.product-info #right-info .pex .action a:hover{background-color: black; color: white; border-color: black;}

.addr-row{margin-bottom: 20px; border-bottom: solid 1px #ededed; padding-bottom: 20px}

.btn-more-link a{   background-color:  #009a00 !important;}
.lang-cs .btn-more-link a{   background-color:  #3c5a99 !important;}
.btn-more-link a:hover{   background-color:  #000000 !important;}
.blog-wrapper .t-color{    color:  #009a00 !important;}
.lang-cs .blog-wrapper .t-color{    color:  #3c5a99 !important;}

.row-total td{font-size: 20px; font-weight: bold;}

.total-order-cell{font-size: 20px; font-weight: bold;}

.actions button:focus{border:none !important;}
.actions button:active{border:none !important;}
/*.actions button{border:none !important;}*/
.page-account-order-info table thead td{background-color: #ededed;}
.fa-facebook{color: #3c5a99 !important; margin-top: -4px; font-weight: bold!important;}
.wishlist:hover .fa-facebook{color: white !important;}
 .fb-icon-ref:hover .fa-facebook{color: white !important;}
 .fb-icon-ref:hover {background-color: #3c5a99 !important; border-color: #3c5a99 !important;}
.blog-wrapper .blog-title a:hover{color: #009a00 !important;}
.lang-cs .blog-wrapper .blog-title a:hover{color: #3c5a99 !important;}
.mb20{margin-bottom: 20px;}
.mb40{margin-bottom: 40px;}
.register-content .form-horizontal .control-label{padding-right: 0px !important;  padding-left: 10px !important;}

#button-search{margin-bottom: -40px;}
.sidebar .product-compare i{margin-right: 10px;}
.sidebar .product-compare {text-align: center;}
.review-icon{  font-size: 120%;
  vertical-align: middle;
  margin-right: 5px;}

.page-product-compare .buttons{border: none;}

.order-info .fa-search{color: #009a00 !important;}
.order-info .fa-repeat{color: #009a00 !important;}
.lang-cs .order-info .fa-search{color: #3c5a99 !important;}
.lang-cs .order-info .fa-repeat{color: #3c5a99 !important;}

#quickcheckout .icon-cancel-squared{background: none !important;   padding-top: 5px;
}
span.spbt{
    vertical-align: middle; line-height: 50px; text-align: center;
}

.blog-item .blog-body img{width: auto !important; max-width: 100%;}
.paypal.text-right img{height: 21px;}
.blog-wrapper .blog-item {margin-top: 0px !important;}
@media (min-width: 480px) and (max-width: 767px){
    .product-grid .column_item,
    .producttabs .column_item,
    .product-list .column_item
    {width: 50%; float: left; border-left: none !important; height: 620px !important; border-top:none !important; }
    .product-grid  .row::after,
    .producttabs  .row::after,
    .product-list  .row::after
    {clear: none;}
    .product-grid .row + .row,
    .producttabs .row + .row,
    .product-list .row + .row
    {border: none !important;}
    .product-grid .row, 
    .producttabs .row, 
    .product-list .row 
    {margin-top: 0px !important; padding-top: 0px !important;}
}