@import url(https://fonts.googleapis.com/css?family=Russo+One&subset=latin,cyrillic);

body {font-family: sans-serif;  color: #696763;  position: relative;  font-weight:400px;}

ul li {list-style: square outside;
  color:#ccc;}

a:hover {outline: none;text-decoration:none;}
a:focus {outline:none;
  outline-offset: 0;}
a { -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;}

h1, h2, h3, h4, h5, h6 {font-family: 'Russo One', sans-serif;}

.btn:hover, 
.btn:focus{outline: none;
  box-shadow: none;}

.navbar-toggle {background-color: #000;}

a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #505772;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;}

a#scrollUp i{font-size: 30px;}

/**Header CSS**/
.header_top {background: none repeat scroll 0 0 white;}


.contactinfo{
  font-size: 16px;
  color: #696763;
  font-family: 'Russo One', sans-serif;
float:left;
margin-left:30px;
margin-top:20px;
}


.social-icons ul li a {
  border: 0 none;
  border-radius: 0;
  color: #696763;
  padding:0px;}

.social-icons ul li{display:inline-block;}

.social-icons ul li a i {
  padding: 11px 15px;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;}

.social-icons ul li a i:hover{
  color: #fff;
   transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;}

.header-middle { background: none repeat scroll 0 0 white;}

.header-middle .container .row {
  border-bottom: 1px solid #f5f5f5;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  padding-top: 10px;}

.header-middle .container .row .col-sm-4{
  padding-left: 0;}

.header-middle .container .row .col-sm-8 {
	padding-right:0;}

.btn-group.open .dropdown-toggle {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;}

.dropdown-menu  li  a:hover, .dropdown-menu  li  a:focus {
  background-color: #eee;
  color: #FFFFFF;
  font-family: 'Russo One', sans-serif;
  text-decoration: none;}

.shop-menu ul li {
	display:inline-block;
  padding-left: 15px;
  padding-right: 15px;}

.shop-menu ul li:last-child {padding-right: 0;}

.shop-menu ul li a {
  background: #FFFFFF;
  color: #696763;
  font-family: 'Russo One', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding:0;
  padding-right: 0;
  margin-top: 10px;}

.shop-menu ul li a i{
	margin-right:3px;}

.shop-menu ul li a:hover {
	color:#505772;
	background:#fff;}


.header-bottom {
  padding-bottom: 15px;
  margin-bottom:25px;
  padding-top: 15px;
  z-index:1000;
background: none repeat scroll 0 0 #f5f5f5;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23), 0 -1px 1px rgba(0,0,0,0.23);
}

.navbar-collapse.collapse{padding-left: 0;}

.mainmenu ul li{padding-right: 16px;
  padding-left:16px;}

.mainmenu ul li:first-child{padding-left:0px;}

.mainmenu ul li:last-child{  padding-right: 0px;}

.mainmenu ul li a {
	color: #696763;
	font-family: 'Russo One', sans-serif;
	letter-spacing: 1px;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px;}

.mainmenu ul li a:hover, .mainmenu ul li a.active,  .shop-menu ul li a.active{
	background:none;
	color:#414e81;}

.search_box input {
  background: #f5f5f5;
  border: 1px solid #ccc;
  color:#696763;
  font-family: 'Russo One';
  font-size: 12px;
  font-weight: 300;
  height: 35px;
  outline: medium none;
  padding-left: 10px;
  width: 265px;
  background: white;
 box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);}

.search_box input:hover{box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}

#btn-search {background: white; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);}
#btn-search:hover{box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}

/*  Dropdown menu*/

.navbar-header 
.navbar-toggle .icon-bar {
    background-color: #fff;}

.nav.navbar-nav > li:hover > ul.sub-menu{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;}

ul.sub-menu {
	position: absolute;
	top: 30px;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 999;}

.dropdown ul.sub-menu li .active{
  color: #1e45a7;
  padding-left: 0;}

.navbar-nav li ul.sub-menu li{padding: 10px 20px 0;}

.navbar-nav li ul.sub-menu li:last-child{padding-bottom: 20px;}

.navbar-nav li ul.sub-menu li a{color: #fff;}

.navbar-nav li ul.sub-menu li a:hover{color: #1e45a7;}

.fa-angle-down{padding-left: 5px;}

@-webkit-keyframes fadeInUp {
  0% {    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);  }
  100% {    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
}
  
/*******Footer CSS******/

#footer {
background: none repeat scroll 0 0 #f5f5f5;
 box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23), 0 -1px 1px rgba(0,0,0,0.23);}
.companyinfo {
  margin-top: 57px;}

.companyinfo h2 {
  color: #B4B1AB;
  font-family: abel;
  font-size: 27px;
  text-transform: uppercase;}
.companyinfo h2  span{
  color:#696763;}

.companyinfo p {
  color: #696763;
  font-family: 'Russo One', sans-serif;
  font-size: 12px;}
.overlay-icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 61px;
  background: #505772;
  border-radius: 3px;
  color: #FFF;
  font-size: 20px;
  line-height: 0;
  display: block;
  opacity: 0;
   -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;}

.overlay-icon i {
  position: relative;
  top: 50%;
  margin-top: -20px;}
.address {
  margin-top: 30px;
  position: relative;
  overflow: hidden;}
.address  img {
	width:100%;}

.single-widget h2 {
  color: #666663;
  font-family: 'Russo One', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
  text-transform: uppercase;}

.single-widget h2 i{
	margin-right:15px;}

.single-widget ul li a{
	color: #8C8C88;
	font-family: 'Russo One', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 0;}

.single-widget ul li a i {
  margin-right: 18px;}

.single-widget ul li a:hover{
	background:none;
	color:#505772;}

.searchform input {
  border: 1px solid #DDDDDD;
  color: #CCCCC6;
  font-family: 'Russo One', sans-serif;
  font-size: 14px;
  margin-top: 0;
  outline: medium none;
  padding: 7px;
  width: 212px;}

.searchform button {
  background: #505772;
  border: medium none;
  border-radius: 0;
  margin-left: -5px;
  margin-top: -3px;
  padding: 7px 17px;}

.searchform button i {
  color: #FFFFFF;
  font-size: 20px;}

.searchform  button:hover, 
.searchform  button:focus{
	background-color:#505772;}

.searchform p {
  color: #8C8C88;
  font-family: 'Russo One', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-top: 25px;}

/******* Home ******/
#slider {
  padding-bottom: 30px;
 padding-top: 10px;
  height: 290px; width: 100%;
  z-index:-1000;}

.carousel-indicators li {
  background: #C4C4BE;}
.carousel-indicators li.active {background: #505772;}

.item {padding-left: 20px;}

.pricing {
  position: absolute;
  right: 40%;
  top: 52%;}

.item h1 {
  color: #B4B1AB;
  font-family: Verdana;
  font-size: 48px;
font-weight:bold;
  margin-top: 30px;}

.item h1 span {color:#505772;}

.item h2 {
  color: #505772;
 font-family: 'Russo One', sans-serif;
 letter-spacing: 1px;
  font-size: 26px;
   text-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  margin-bottom: 10px;
  margin-top: 0px;}

.item h2:hover {text-shadow:  0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}


.item  p {color:#363432;
	font-size:16px;
	font-weight:300;
	font-family: 'Russo One', sans-serif;}

.get {
  background: #505772;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Russo One', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: 23px;}

.item button:hover {background: #505772;}

.control-carousel {
  position: absolute;
  top: 25%;
  font-size: 60px;
  color: #C2C2C1;}

.control-carousel:hover{color: #505772;}

.right {  right: 0;}

.category-products {
  border: 1px solid #F7F7F0;
  margin-bottom: 35px;
  padding-bottom: 20px;
  padding-top: 5px;
}
.left-sidebar h2 {
  color: #505772;
  font-family: 'Russo One', sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 10px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index:3;}

.left-sidebar h2 a {
  color: #505772;
   font-family: 'Russo One', sans-serif;
   text-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);}

.left-sidebar h2 a:hover {text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}


.left-sidebar h2:after, h2.title:after{
	content: " ";
	position: absolute;
	border: 1px solid #f5f5f5;
	bottom:8px;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -2;}

.left-sidebar h2:before{
	content: " ";
	position: absolute;
		bottom: -6px;
	width: 130px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -65px;}

.category-products .panel {
	background-color: #FFFFFF;
	border: 0px;
	border-radius: 0px;
	box-shadow:none;
	margin-bottom: 0px;}

.category-products .panel-default .panel-heading {
  background-color: #FFFFFF;
  border: 0 none;
  color: #FFFFFF;
  padding: 5px 10px;}

.category-products .panel-default .panel-heading .panel-title a {
  color: #696763;
  font-family: 'Russo One', sans-serif;
  font-size: 14px;
  text-decoration: none;
  white-space:pre-line;}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;}

.category-products .badge {
  background:none;
  border-radius: 10px;
  color: #696763;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;}

.panel-body ul{
  padding-left: 20px;}

.panel-body ul li a {
  color: #696763;
  font-family: 'Russo One', sans-serif;
  font-size: 12px;
  text-transform: uppercase;}

.brands-name {
  border: 1px solid #F7F7F0;
  padding-bottom: 20px;
  padding-top: 15px;}

.brands-name .nav-stacked li a {
  background-color: #FFFFFF;
  color: #696763;
  font-family: 'Russo One', sans-serif;
  font-size: 14px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;}
.brands-name .nav-stacked li a:hover{
  background-color: #fff;
  color: #696763;}

.shipping {
  background-color: #F2F2F2;
  margin-top: 40px;
  overflow: hidden;
  padding-top: 20px;  position: relative;}

.price-range{
  margin-top:30px;}

.well {
  background-color: #FFFFFF;
  border: 1px solid #F7F7F0;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 35px;}

.tooltip-inner {
  background-color: #505772;
  border-radius: 4px;
  color: #FFFFFF;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;}

.tooltip.top .tooltip-arrow {
  border-top-color: #505772;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;}

.padding-right {
  padding-right: 0;}

.features_items{
	overflow-x:auto;}


h2.title {
  color: #505772;
  font-family: 'Russo One', sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;}

.product-image-wrapper{
	border:1px solid #F7F7F5;
	overflow: hidden;
	margin-bottom:30px;}

.single-products {position: relative;}

.new, .sale {
  position: absolute;
  top: 0;
  right: 0;}

.productinfo h2{
	color: #505772;
	font-family: 'Russo One', sans-serif;
	font-size: 24px;
	font-weight: 700;}
.product-overlay h2{
	color: #fff;
	font-family: 'Russo One', sans-serif;
	font-size: 24px;
	font-weight: 700;}

.productinfo p{
  font-family: 'Russo One', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #696763;}

.productinfo img{width: 100%;}

.productinfo{ position:relative;}

.product-overlay {
  background:#505772;
  top: 0;
  display: none;
  height: 0;
  position: absolute;
  transition: height 500ms ease 0s;
  width: 100%;
  display: block;
  opacity:;}

.single-products:hover .product-overlay {
  display:block;
  height:100%;}

.product-overlay .overlay-content {
  bottom: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;}

.product-overlay .add-to-cart {
  background:#fff;
  border: 0 none;
  border-radius: 0;
  color: #505772;
  font-family: 'Russo One', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;}

.product-overlay .add-to-cart:hover {
  background:#fff;
  color: #505772;}

.product-overlay p{
  font-family: 'Russo One', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;}

.add-to-cart {
  background:#F5F5ED;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  font-family: 'Russo One', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;}

.add-to-cart:hover {
  background: #505772;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;}

.add-to{margin-bottom: 10px;}

.add-to-cart i{margin-right:5px;}

.add-to-cart:hover {
  background: #505772;
  color: #FFFFFF;}

.choose {border-top: 1px solid #F7F7F0;}

.choose ul li a {
  color: #B3AFA8;
  font-family: 'Russo One', sans-serif;
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;}

.choose ul li a i{margin-right:5px;}

.choose ul li a:hover{
	background:none;
	color:#505772;}

.category-tab {overflow: hidden;}

.category-tab ul {
  background: #40403E;
  border-bottom: 1px solid #505772;
  list-style: none outside none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;}

.category-tab ul li a {
  border: 0 none;
  border-radius: 0;
  color: #B3AFA8;
  display: block;
  font-family: 'Russo One', sans-serif;
  font-size: 14px;
  text-transform: uppercase;}

.category-tab ul  li  a:hover{background:#505772;
	color:#fff;}

.nav-tabs  li.active  a, .nav-tabs  li.active  a:hover, .nav-tabs  li.active  a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #505772;
  border:0px;
  color: #FFFFFF;
  cursor: default;
  margin-right:0;
  margin-left:0;}

.nav-tabs  li  a {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
  line-height: 1.42857;
  margin-right:0;}

.recommended_items {overflow: hidden;}

#recommended-item-carousel .carousel-inner .item {padding-left: 0;}

.recommended-item-control { position: absolute;
  top: 41%;}

.recommended-item-control i {
  background: none repeat scroll 0 0 #505772;
  color: #FFFFFF;
  font-size: 20px;
  padding: 4px 10px;}

.recommended-item-control i:hover {background: #ccccc6;}

.recommended_items  h2 {}

.our_partners{overflow:hidden;}

.our_partners ul {
  background: #F7F7F0;
  margin-bottom: 50px;}

.our_partners ul li a:hover{background:none;}

/********Shop CSS**********/

#advertisement {padding-bottom: 45px;}

#advertisement img { width: 100%;}

.pagination {
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 0;
  padding-left: 15px;}

.pagination  li:first-child  a, .pagination  li:first-child  span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;}

.pagination  li:last-child  a, .pagination  li:last-child  span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;}

.pagination  .active  a, .pagination  .active  span, .pagination  .active  a:hover, .pagination  .active  span:hover, .pagination  .active  a:focus, .pagination  .active  span:focus {
  background-color: #505772;
  border-color: #505772;
  color: #FFFFFF;
  cursor: default;
  z-index: 2;}

.pagination  li  a, .pagination  li  span {
  background-color: #f5f5f5;
  border: 0;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  margin-right: 5px;
  color:#000;}

.pagination  li  a:hover{background:#505772;
	color:#fff;}
	
/******Product Details CSS*******/

.product-details{	overflow:hidden;}

#similar-product {margin-top: 40px;}

#reviews {  padding-left: 25px;
  padding-right: 25px;}

.product-details {
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: 10px;}

.view-product {position: relative;}

.view-product img {
  border: 1px solid #F7F7F0;
  height: 380px;
  width: 100%;}

.view-product h3 {
  background: #505772;
  bottom: 0;
  color: #FFFFFF;
  font-family: 'Russo One', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px 20px;
  position: absolute;
  right: 0;}

#similar-product .carousel-inner .item{padding-left:0px;}

#similar-product .carousel-inner .item img {
  display: inline-block;
  margin-left: 15px;}

.item-control {  position: absolute;
  top: 35%;}
.item-control i {
  background: #505772;
  color: #FFFFFF;
  font-size: 20px;
  padding: 5px 10px;}

.item-control i:hover{
	background:#ccccc6;}

.product-information {
  border: 1px solid #F7F7F0;
  overflow: hidden;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-top: 60px;
  position: relative;}

.newarrival{
	position:absolute;
	top:0;
	left:0;}

.product-information h2 {
  color: #363432;
  font-family: 'Russo One', sans-serif;
  font-size: 20px;
  margin-top: 0;}

.product-information p {
  color: #696763;
  font-family: 'Russo One', sans-serif;
  margin-bottom: 5px;}

.product-information span {
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 18px;}

.product-information span span {
  color: #505772;
  float: left;
  font-family: 'Russo One', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 0px;}
.product-information span input {
  border: 1px solid #DEDEDC;
  color: #696763;
  font-family: 'Russo One', sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 33px;
  outline: medium none;
  text-align: center;
  width: 50px;}

.product-information span label {
  color: #696763;
  font-family: 'Russo One', sans-serif;
  font-weight: 700;
  margin-right: 5px;}

.share {margin-top: 15px;}


.cart {
  background: #505772;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Russo One', sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 20px;}

.shop-details-tab {
  border: 1px solid #F7F7F0;
  margin-bottom: 75px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 10px;}
.shop-details-tab .col-sm-12 {
	padding-left: 0;
	padding-right: 0;}

#reviews ul {
  background: #FFFFFF;
  border: 0 none;
  list-style: none outside none;
  margin: 0 0 20px;
  padding: 0;}

#reviews  ul  li {
	display:inline-block;}

#reviews ul li a {
  color: #696763;
  display: block;
  font-family: 'Russo One', sans-serif;
  font-size: 14px;
  padding-right: 15px;}

#reviews ul li a i{
	color:#505772;
	padding-right:8px;}

#reviews ul li a:hover{
	background:#fff;
	color:#505772;}

#reviews p{color:#363432;}

#reviews  form span {display: block;}

#reviews form span input {
  background:#f5f5f5;
  border: 0 none;
  color: #A6A6A1;
  font-family: 'Russo One', sans-serif;
  font-size: 14px;
  outline: medium none;
  padding: 8px;
  width: 48%;}
#reviews form span input:last-child {margin-left: 3%;}

#reviews textarea {
  background: #f5f5f5;
  border: medium none;
  color: #A6A6A1;
  height: 195px;
  margin-bottom: 25px;
  margin-top: 15px;
  outline: medium none;
  padding-left: 10px;
  padding-top: 15px;
  resize: none;
  width: 99.5%;}

#reviews button {
  background: #505772;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Russo One', sans-serif;
  font-size: 14px;}


/*******404 CSS******/

.logo-404 {margin-top: 60px;}

.content-404 h1 {
  color: #363432;
  font-family: 'Russo One', sans-serif;
  font-size: 41px;
  font-weight: 300;}

.content-404 img {margin:0 auto;}

.content-404 p { color: #363432;
  font-family: 'Russo One', sans-serif;
  font-size: 18px;}

.content-404  h2 {  margin-top:50px;}

.content-404 h2 a {  background: #505772;
  color: #FFFFFF;
  font-family: 'Russo One', sans-serif;
  font-size: 44px;
  font-weight: 300;
  padding: 8px 40px;}

/*******Cart CSS******/

#do_action {margin-bottom: 50px;}

.breadcrumbs {position: relative;}

.breadcrumbs .breadcrumb {  background:transparent;
  margin-bottom: 75px;
  padding-left: 0;}

.breadcrumbs .breadcrumb li a {  background:#505772;
  color: #FFFFFF;
  padding: 3px 7px;}

.breadcrumbs .breadcrumb li a:after {  content:"";
  height:auto;
  width: auto;
  border-width: 8px;
  border-style: solid;
  border-color:transparent transparent transparent #505772;
  position: absolute;
  top: 11px;
  left:48px;}

.breadcrumbs .breadcrumb > li + li:before {
  content: " ";}

#cart_items .cart_info {
  border: 1px solid #E6E4DF;
  margin-bottom: 50px;}

#cart_items .cart_info .cart_menu {
  background: #505772;
  color: #fff;
  font-size: 16px;
  font-family: 'Russo One', sans-serif;
  font-weight: normal;}

#cart_items .cart_info .table.table-condensed thead tr {
  height: 51px;}

#cart_items .cart_info .table.table-condensed tr {
  border-bottom: 1px solid#F7F7F0}

#cart_items .cart_info .table.table-condensed tr:last-child {
  border-bottom: 0}

.cart_info table tr td {  border-top: 0 none;
  vertical-align: inherit;}

#cart_items .cart_info .image {  padding-left: 30px;}

#cart_items .cart_info .cart_description  {
  margin-bottom: 0;}

#cart_items .cart_info .cart_description  a {  color: #363432;
  font-family: 'Russo One',sans-serif;
  font-weight: normal;}

#cart_items .cart_info .cart_description p {
  color:#696763;}

#cart_items .cart_info .cart_price p {  color:#696763;
  font-size: 18px;}

#cart_items .cart_info .cart_total_price {
  color: #505772;
  font-size: 24px;}

.cart_product {  display: block;
  margin: 15px -70px 10px 25px;}

.cart_quantity_button a {
  background:#f5f5f5;
  color: #696763;
  display: inline-block;
  font-size: 16px;
  height: 28px;
  overflow: hidden;
  text-align: center;
  width: 35px;
  float: left;}


.cart_quantity_input {
  color: #696763;
  float: left;
  font-size: 16px;
  text-align: center;
  font-family: 'Russo One',sans-serif;}

.cart_delete  {
  display: table-cell;
  margin-right: -12px;
  overflow: hidden;}
.cart_delete a {
  background:#f5f5f5;
  color: #FFFFFF;
  padding: 5px 7px;
  font-size: 16px;}

.cart_delete a:hover {
  background:#505772;}

.bg h2.title {
  margin-right:0;
  margin-left:0;
  margin-top: 0;}

.heading h3 {
  color: #363432;
  font-size: 20px;
  font-family: 'Russo One', sans-serif;}

.heading p {
  color: #434343;
  font-size: 16px;
  font-weight: 300;}

#do_action .total_area {
  padding-bottom: 18px !important;
}

#do_action .total_area, #do_action .chose_area {
  border: 1px solid #E6E4DF;
  color: #696763;
  padding: 30px 25px 30px 0;
  margin-bottom: 80px;
}

.total_area span {  float: right;}

.total_area ul li {  background:#E6E4DF;
  color: #696763;
  margin-top: 10px;
  padding: 7px 20px;}


.user_option label {
  color: #696763;
  font-weight: normal;
  margin-left: 10px;}
.user_info {
  display: block;
  margin-bottom: 15px;
  margin-top: 20px;
  overflow: hidden;}

.user_info label {
  color: #696763;
  display: block;
  font-size: 15px;
  font-weight: normal;}

.user_info .single_field {
  width: 31%;}

.user_info .single_field.zip-field input {
  background: transparent;
  border: 1px solid#f5f5f5;}

.user_info > li {
  float: left;
  margin-right: 10px;}

.user_info > li > span {
}

.user_info input, select, textarea {
  background: #f5f5f5;
  border:0;
  color: #696763;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  resize: none;}

.user_info select:focus {
  border: 0;}


.chose_area .update {
  margin-left: 40px;}

.update, .check_out {
  background: #505772;
  border-radius: 0;
  color: #FFFFFF;
  margin-top: 18px;
  border: none;
  padding: 5px 15px;}
.update{
    margin-left: 40px;}

.check_out {
  margin-left: 20px;}

/******* Contact CSS ********/

.contact-map {
  width: 100%;
  height: 385px;
  margin-bottom: 70px;}

.contact-info .heading, 
.contact-form .heading {
  text-transform: capitalize;}

.contact-form .form-group {
  margin-bottom: 20px;}

#contact-page 
.form-control::-moz-placeholder {
  color: #8D8D8D;}

#contact-page .form-control {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #696763;
  height: 46px;
  padding: 6px 12px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  box-shadow:inherit;}

#contact-page #message {
  height:160px;
  resize:none;}

#main-contact-form .btn-primary {
  margin-bottom: 15px;
  margin-top: 20px;}

#contact-page .form-control:focus, 
#contact-page .form-control:hover {
  box-shadow: inherit;
  border-color: #1e45a7;}

#contact-page .contact-info {
  padding: 0 20px;}

#contact-page .contact-info address {
  margin-bottom: 40px;
  margin-top: -5px;}

#contact-page .contact-info p {
  margin-bottom: 0;
  color: #696763;
  font-size: 16px;
  line-height: 25px;}

.social-networks{
  overflow: hidden;
  text-align: center;}

.social-networks ul {
  margin-top: -5px;
  padding: 0;
  display: inline-block;}

.social-networks ul li {
  float: left;
  text-decoration: none;
  list-style: none;
  margin-right: 20px;}

.social-networks ul li:last-child{
  margin-right: 0;}

.social-networks ul li a {
  color: #999;
  font-size: 25px;}

.contact-info .social-networks ul li a i{
  background: none;}

.contact-info .social-networks ul li a:hover{
  color: #505772;}

#tablecategorybutton {padding:3 5px; margin:0px;margin-left:10px;}

#slider-menu a {
background-color: #505772;
border-radius:5px;
    line-height: 1.428571429;
    text-align: center;
    padding: 6px 12px;
    color: #FFFFFF;
    font-family: 'Russo One', sans-serif;
    letter-spacing:1px;
    font-size: 16px;
    font-weight: 300;
     box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
     margin-bottom:10px;}
    
#slider-menu a:hover {
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}

.item .carousel-img {
margin-right:0px;
margin-top:10px;}

#head-nadpis {
    font-family: 'Russo One', sans-serif;
font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
color:#505772;}

#head-nadpis-logo {
font-family: 'Russo One', sans-serif;
font-size: 45px;
  color:#383c4f  ;
  text-shadow: 1px 1px 1px rgba(80,87,114,0.7),
   0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
margin-top: 0px; 
padding-top: 0px;  
letter-spacing: 3px;}

#head-nadpis-logo:hover {
  text-shadow: 1px 1px 1px rgba(80,87,114,0.7),
  0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;}

.item .carousel-img1 {
margin: 10px 10px 10px 25px;
width:270px;}

.dropdown-menu-catalog {
    position: relative; 
    top: 100%;
   left: 0;  
    display: none;
    float: left;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
	margin-bottom: 5px;
    font-size: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-clip: padding-box;
	box-shadow: none;
	overflow:hidden;}

.dropdown-menu .dropdown-menu-catalog ul {list-style: square inside;}

.category-products .panel-default .panel-heading .panel-title .nav>li>a
{padding:10px 5px 10px 10px;
 text-transform: uppercase;}

.category-products .panel-default .panel-heading .panel-title .dropdown-menu .dropdown-menu-catalog a
{text-transform: lowercase;}

.hidden-metrika {position: absolute;
z-index:-1000;}


.empty h5:hover, not_empty h5:hover {
    text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}

#contact_name, #contact_email, #contact_phone_NA_format, #contact_ext_NA_format, #contact_message {
   box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
   background:white;
    border: 1px solid rgba(0,0,0,0.19);}

 #brands li{list-style: none;
    padding-left: 0px;
    margin-left: 0px;}

#brands {    padding-left: 0px;
    margin-left: 15px;}

.social {    display: inline-block;
    width: 35px;
    height: 35px;
    background: #ccc url("/assets/templates/images/home/social.png") no-repeat;
    margin-right: 5px;}

.social-gp {
 background: #ccc url("/assets/templates/images/home/social.png") -70px 0px;}
.social-fb {
 background: #ccc url("/assets/templates/images/home/social.png") -105px 0px;}
.social-yt {
 background: #ccc url("/assets/templates/images/home/social.png") -35px 0px;}

.left-sidebar #zagolovkigrupp a, #contentname
{color: #505772;
    font-family: 'Russo One', sans-serif;
    text-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
        line-height: 1.1;
        transition: 300ms;
            text-decoration: none;
            background: transparent;}

#contentname{margin-top:0px;
    margin-bottom:20px;}

#categorylevelpage{font-size: 16px;
     color: #414e81;
     line-height: 1.5;}
     
#contentname_ProductDetails {color: #505772;
    font-family: 'Russo One', sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 1.1;
    text-decoration: none;
    background: transparent;}
#msProduct {margin-left:15px;
    margin-right:20px;}